@charset "UTF-8";
:root {
--color-main:#12c2e9;
--color-primary:#12c2e9;
--color-secondary:#c471ed;
--color-ternary: #f64f59;
} .text-color {
color: var(--color-main);
}
.text-white {
color: #FFF;
}
.text-black {
color: #000;
}
.text-extra-dark-gray {
color: #232323;
}
.text-dark-gray {
color: #626262;
}
.text-extra-medium-gray {
color: #757575;
}
.text-medium-gray {
color: #939393;
}
.text-extra-light-gray {
color: #b7b7b7;
}
.text-light-gray {
color: #d6d5d5;
}
.text-very-light-gray {
color: #ededed;
} .fw-100 {
font-weight: 100;
}
.fw-200 {
font-weight: 200;
}
.fw-300 {
font-weight: 300;
}
.fw-400 {
font-weight: 400;
}
.fw-500 {
font-weight: 500;
}
.fw-600 {
font-weight: 600 !important;
}
.fw-700 {
font-weight: 700 !important;
}
.fw-800 {
font-weight: 800;
}
.fw-900 {
font-weight: 900;
} .fz-10 {
font-size: 10px;
}
.fz-12 {
font-size: 12px;
}
.fz-14 {
font-size: 14px;
}
.fz-15 {
font-size: 15px;
}
.fz-16 {
font-size: 16px;
}
.fz-18 {
font-size: 18px;
}
.fz-20 {
font-size: 20px;
}
.fz-22 {
font-size: 22px;
}
.fz-25 {
font-size: 25px;
}
.fz-30 {
font-size: 30px;
}
.fz-40 {
font-size: 40px;
}
.fz-50 {
font-size: 50px;
} .line-height-10 {
line-height: 10px;
}
.line-height-13 {
line-height: 13px;
}
.line-height-18 {
line-height: 18px;
}
.line-height-20 {
line-height: 20px;
}
.line-height-24 {
line-height: 24px;
}
.line-height-22 {
line-height: 22px;
}
.line-height-26 {
line-height: 26px;
}
.line-height-28 {
line-height: 28px;
}
.line-height-30 {
line-height: 30px;
}
.line-height-35 {
line-height: 35px;
}
.line-height-40 {
line-height: 40px;
}
.line-height-45 {
line-height: 45px;
}
.line-height-50 {
line-height: 50px;
}
.line-height-55 {
line-height: 55px;
}
.line-height-60 {
line-height: 60px;
}
.line-height-65 {
line-height: 65px;
}
.line-height-70 {
line-height: 70px;
}
.line-height-75 {
line-height: 75px;
}
.line-height-80 {
line-height: 80px;
}
.line-height-85 {
line-height: 85px;
}
.line-height-90 {
line-height: 90px;
}
.line-height-95 {
line-height: 95px;
}
.line-height-100 {
line-height: 100px;
}
.line-height-110 {
line-height: 110px;
}
.line-height-120 {
line-height: 120px;
} .text-u {
text-transform: uppercase;
}
.text-l {
text-transform: lowercase;
}
.text-c {
text-transform: capitalize;
}
.text-non {
text-transform: none;
}
.text-i {
font-style: italic;
} .ls0 {
letter-spacing: 0px;
}
.ls1 {
letter-spacing: 1px;
}
.ls2 {
letter-spacing: 2px;
}
.ls3 {
letter-spacing: 3px;
}
.ls4 {
letter-spacing: 4px;
}
.ls5 {
letter-spacing: 5px;
}
.ls10 {
letter-spacing: 10px;
} [data-overlay-dark],
[data-overlay-light] {
position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
position: relative;
z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
[data-overlay-dark]:before {
background: #1a1d24;
}
[data-overlay-light]:before {
background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
color: #fff;
}
[data-overlay-dark] p {
color: #bbb;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
opacity: 1;
}
.gray-filter {
webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
} .mt-0 {
margin-top: 0;
}
.mt-5 {
margin-top: 5px;
}
.mt-10 {
margin-top: 10px;
}
.mt-15 {
margin-top: 15px;
}
.mt-20 {
margin-top: 20px;
}
.mt-25 {
margin-top: 25px;
}
.mt-30 {
margin-top: 30px;
}
.mt-35 {
margin-top: 35px;
}
.mt-40 {
margin-top: 40px;
}
.mt-45 {
margin-top: 45px;
}
.mt-50 {
margin-top: 50px;
}
.mt-55 {
margin-top: 55px;
}
.mt-60 {
margin-top: 60px;
}
.mt-65 {
margin-top: 65px;
}
.mt-70 {
margin-top: 70px;
}
.mt-75 {
margin-top: 75px;
}
.mt-80 {
margin-top: 80px;
}
.mt-85 {
margin-top: 85px;
}
.mt-90 {
margin-top: 90px;
}
.mt-95 {
margin-top: 95px;
}
.mt-100 {
margin-top: 100px;
} .mb-0 {
margin-bottom: 0;
}
.mb-5 {
margin-bottom: 5px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-15 {
margin-bottom: 15px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-25 {
margin-bottom: 25px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-35 {
margin-bottom: 35px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-45 {
margin-bottom: 45px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-55 {
margin-bottom: 55px;
}
.mb-60 {
margin-bottom: 60px;
}
.mb-65 {
margin-bottom: 65px;
}
.mb-70 {
margin-bottom: 70px;
}
.mb-75 {
margin-bottom: 75px;
}
.mb-80 {
margin-bottom: 80px;
}
.mb-85 {
margin-bottom: 85px;
}
.mb-90 {
margin-bottom: 90px;
}
.mb-95 {
margin-bottom: 95px;
}
.mb-100 {
margin-bottom: 100px;
} .pl-0 {
padding-left: 0;
}
.pl-5 {
padding-left: 5px;
}
.pl-10 {
padding-left: 10px;
}
.pl-15 {
padding-left: 15px;
}
.pl-20 {
padding-left: 20px;
}
.pl-25 {
padding-left: 25px;
}
.pl-30 {
padding-left: 30px;
} .pt-0 {
padding-top: 0 !important;
}
.pt-5 {
padding-top: 5px;
}
.pt-10 {
padding-top: 10px;
}
.pt-15 {
padding-top: 15px;
}
.pt-20 {
padding-top: 20px;
}
.pt-25 {
padding-top: 25px;
}
.pt-30 {
padding-top: 30px;
}
.pt-35 {
padding-top: 35px;
}
.pt-40 {
padding-top: 40px;
}
.pt-45 {
padding-top: 45px;
}
.pt-50 {
padding-top: 50px;
}
.pt-55 {
padding-top: 55px;
}
.pt-60 {
padding-top: 60px;
}
.pt-65 {
padding-top: 65px;
}
.pt-70 {
padding-top: 70px;
}
.pt-75 {
padding-top: 75px;
}
.pt-80 {
padding-top: 80px;
}
.pt-85 {
padding-top: 85px;
}
.pt-90 {
padding-top: 90px;
}
.pt-95 {
padding-top: 95px;
}
.pt-100 {
padding-top: 100px;
} .pb-0 {
padding-bottom: 0;
}
.pb-5 {
padding-bottom: 5px;
}
.pb-10 {
padding-bottom: 10px;
}
.pb-15 {
padding-bottom: 15px;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-25 {
padding-bottom: 25px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-35 {
padding-bottom: 35px;
}
.pb-40 {
padding-bottom: 40px;
}
.pb-45 {
padding-bottom: 45px;
}
.pb-50 {
padding-bottom: 50px;
}
.pb-55 {
padding-bottom: 55px;
}
.pb-60 {
padding-bottom: 60px;
}
.pb-65 {
padding-bottom: 65px;
}
.pb-70 {
padding-bottom: 70px;
}
.pb-75 {
padding-bottom: 75px;
}
.pb-80 {
padding-bottom: 80px;
}
.pb-85 {
padding-bottom: 85px;
}
.pb-90 {
padding-bottom: 90px;
}
.pb-95 {
padding-bottom: 95px;
}
.pb-100 {
padding-bottom: 100px;
}
.no-padding {
padding: 0;
} .spc-10 {
width: 100%;
height: 10px;
}
.spc-20 {
width: 100%;
height: 20px;
}
.spc-30 {
width: 100%;
height: 30px;
}
.spc-40 {
width: 100%;
height: 40px;
clear: both;
}
.spc-50 {
width: 100%;
height: 50px;
}
.spc-60 {
width: 100%;
height: 60px;
}
.spc-70 {
width: 100%;
height: 70px;
}
.spc-80 {
width: 100%;
height: 80px;
}
.spc-90 {
width: 100%;
height: 90px;
}
.spc-100 {
width: 100%;
height: 100px;
} .f-color {
color: #3b5999;
}
.tw-color {
color: #55acee;
}
.lin-color {
color: #0077B5;
}
.g-plus-color {
color: #dd4b39;
}
.pin-color {
color: #bd081c;
}
.ytube-color {
color: #cd201f;
}
.inst-color {
color: #e4405f;
}
.be-color {
color: #131418;
} .f-bg {
background-color: #3b5999;
border-color: #3b5999;
}
.tw-bg {
background-color: #55acee;
border-color: #55acee;
}
.lin-bg {
background-color: #0077B5;
border-color: #0077B5;
}
.g-plus-bg {
background-color: #dd4b39;
border-color: #dd4b39;
}
.pin-bg {
background-color: #bd081c;
border-color: #bd081c;
}
.ytube-bg {
background-color: #cd201f;
border-color: #cd201f;
}
.inst-bg {
background-color: #e4405f;
border-color: #e4405f;
}
.be-bg {
background-color: #131418;
border-color: #131418;
}
.b-none {
border: none !important;
}
.bg-img {
background-size: cover;
background-repeat: no-repeat;
}
.ontop {
position: relative;
z-index: 7;
} .dflex {
display: flex !important;
} .dsc-heading-style1 h5 {
margin-top: 0px;
font-size: 13px !important;
line-height: 1.2;
margin-bottom: 11px;
letter-spacing: 0.02em;
text-transform: uppercase;
color: var(--color-main);
}
.dsc-heading-style2 h3 {
font-size: 40px;
line-height: 54px;
font-weight: 600;
color: #fff;
text-align: center;
margin: auto;
display: block;
float: none;
margin: auto;
padding-bottom: 40px;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
float: initial;
} .obelisk-effect-01 {
color: transparent;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
opacity: .3;
}
.obelisk-effect-02 {
color: transparent;
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
opacity: .3;
}
.obelisk-stroke span {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
color: transparent;
}  .splitting.animated .char {
animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(30ms * var(--char-index));
}
.splitting .whitespace {
width: 5px;
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.splitting.txt.animated .char {
animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(10ms * var(--char-index));
}
.splitting.txt .whitespace {
width: 5px;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@media (min-width: 1199px) {
.imago {
transition: all .8s;
transition-delay: .3s;
}
.imago.animated {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.elementor-editor-active .imago, .vc_editor .imago {
clip-path: none;
}
}
.elementor-editor-active .wow, .vc_editor .wow {
visibility: visible !important;
} .obelisk-fadinup-split span {
opacity: 0;
position: relative;
display: inline-block;
}
.obelisk-fadinup-split span.active {
animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(30ms * var(--char-index));
} .splitting.txt.animated .char {
animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(10ms * var(--char-index));
}
.splitting.txt .whitespace {
width: 5px;
} .obelisk-effect-1:after {
content: '';
width: 8%;
height: 100%;
background: rgba(255, 255, 255, 0.05);
position: absolute;
left: 0;
top: 0;
}
.obelisk-effect-3:after {
content: '';
width: 8%;
height: 100%;
background: rgba(255, 255, 255, 0.05);
position: absolute;
right: 0;
top: 0;
}
.obelisk-gallery .elementor-image-gallery .gallery-item img {
width: 60px;
height: 60px;
border: none;
}
.valign {
display: flex;
align-items: center;
} @media (prefers-color-scheme: dark) {
body.obelisk-auto-mode {
color: #c8c8c8;
background-color: #0C0F16;
}
body.obelisk-auto-mode h1, body.obelisk-auto-mode h2, body.obelisk-auto-mode h3, body.obelisk-auto-mode h4, body.obelisk-auto-mode h5, body.obelisk-auto-mode h6, body.obelisk-auto-mode .fn.comment-author .url, body.obelisk-auto-mode .pagination li a:hover, body.obelisk-auto-mode .sidebar .recent-posts-widget .widget-post-content h3 a,
body.obelisk-auto-mode .obelisk-text-mode1 {
color: #fff;
}
body.obelisk-auto-mode .error-text, body.obelisk-auto-mode .fn.comment-author, body.obelisk-auto-mode .obelisk-text-mode2 {
color: #ccc;
}
body.obelisk-auto-mode .blog-wrapper, body.obelisk-auto-mode form textarea, body.obelisk-auto-mode input, body.obelisk-auto-mode .page-content-wrapper {
background: #0C0F16;
}
body.obelisk-auto-mode .gray-bg, body.obelisk-auto-mode .obelisk-section-mode2, body.obelisk-auto-mode .tags-bottom a, body.obelisk-auto-mode blockquote {
background: #11141B;
}
body.obelisk-auto-mode .obelisk-section-mode5 {
background-color: #101010;
}
body.obelisk-auto-mode .obelisk-section-mode6 {
background-color: #111215;
}
body.obelisk-auto-mode .obelisk-section-mode7 {
background-color: #202123;
}
body.obelisk-auto-mode .obelisk-section-mode8 {
background-color: #18191D;
}
body.obelisk-auto-mode .obelisk-section-mode9 {
background: linear-gradient(90deg, #18191D 30%, #111215 0%);
}
body.obelisk-auto-mode .obelisk-section-mode3 {
background: linear-gradient(200deg, #141518 50%, #111215 50%);
}
body.obelisk-auto-mode .comment-body, body.obelisk-auto-mode .related-inner {
background: #121a23;
}
body.obelisk-auto-mode .swork-line {
background: #fff;
}
body.obelisk-auto-mode .comment-reply-link, body.obelisk-auto-mode .pagination > li > a, body.obelisk-auto-mode .pagination > li > span, body.obelisk-auto-mode .obelisk-section-mode1 {
background-color: #0c0f16;
}
body.obelisk-auto-mode .widget_categories ul li.cat-item span, body.obelisk-auto-mode .share-box a {
background-color: #11141B;
}
body.obelisk-auto-mode .obelisk-section-mode3 {
background-color: #121a23;
}
body.obelisk-auto-mode .border-post, body.obelisk-auto-mode .searchform input[type=search], body.obelisk-auto-mode form textarea, body.obelisk-auto-mode input, body.obelisk-auto-mode .img-pagi, body.obelisk-auto-mode .comment-form-comment:before,
body.obelisk-auto-mode .comment-meta .comment-edit-link, body.obelisk-auto-mode .post.sticky, body.obelisk-auto-mode .sidebar .recent-posts-widget:not(:last-child), body.obelisk-auto-mode .tagcloud a,
body.obelisk-auto-mode .post-bottom {
border-color: #333;
}
body.obelisk-auto-mode .custom-logo .custom-logo-dark, body.obelisk-auto-mode .obelisk-logo-dark {
display: none;
}
body.obelisk-auto-mode .custom-logo .custom-logo-light, body.obelisk-auto-mode .obelisk-logo-light {
display: initial;
}
body.obelisk-auto-mode .header.white-header {
background: #11141b;
box-shadow: 0 0 5px 0 #333;
}
body.obelisk-auto-mode .header.white-header .navigation li a, body.obelisk-auto-mode .custom-absolute-menu .is-sticky .cart-contents:before, body.obelisk-auto-mode .custom-absolute-menu .cart-contents:before {
color: #e2dcdc;
}
body.obelisk-auto-mode .header .cart-contents:before {
color: #e2dcdc;
}
body.obelisk-auto-mode .header.custom-absolute-menu .is-sticky .logo-dark {
display: initial;
}
body.obelisk-auto-mode .header.custom-absolute-menu .is-sticky .logo-white {
display: none;
}
body.obelisk-auto-mode .header.not-custom-menu .logo-d-mode {
display: none;
}
body.obelisk-auto-mode .header.not-custom-menu .logo-d-mode {
display: initial;
}
body.obelisk-auto-mode .header.not-custom-menu .logo-l-mode {
display: none;
}
body.obelisk-auto-mode .header .is-sticky .stuck-nav {
background: #11141b;
box-shadow: 0 0 5px 0 #333;
}
body.obelisk-auto-mode .header.custom-absolute-menu .is-sticky .navigation li a {
color: #e2dcdc;
}
body.obelisk-auto-mode .header.custom-absolute-menu .is-sticky .search-icon-header a i {
color: #e2dcdc;
}
body.obelisk-auto-mode .header.custom-absolute-menu .is-sticky .header-icon li a {
color: #e2dcdc;
}
body.obelisk-auto-mode .header .search-icon-header a i {
color: #e2dcdc;
}
body.obelisk-auto-mode .header .header-icon li a {
color: #e2dcdc;
}
body.obelisk-auto-mode .header .menu-wrapper ul li ul {
background: #23282d;
}
body.obelisk-auto-mode .header .menu-wrapper .menu ul.sub-menu li a {
color: #bfbaba;
}
body.obelisk-auto-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li {
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
body.obelisk-auto-mode .header .menu-wrapper ul li.mega-menu > ul.sub-menu {
background-color: #23282d !important;
}
body.obelisk-auto-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a {
color: #bfbaba;
font-weight: 400;
}
body.obelisk-auto-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a:hover {
color: #fff;
}
body.obelisk-auto-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li > a {
color: #fff;
}
body.obelisk-auto-mode .custom-absolute-menu .is-sticky .hamburger__icon, body.obelisk-auto-mode .custom-absolute-menu .is-sticky .hamburger__icon:before,
body.obelisk-auto-mode .custom-absolute-menu .is-sticky .hamburger__icon:after {
background-color: #fff;
}
body.obelisk-auto-mode .fat-nav {
background: #23282d;
}
body.obelisk-auto-mode .fat-nav li a {
color: #bfbaba;
}
body.obelisk-auto-mode .fat-nav li > a {
border-color: rgba(255, 255, 255, 0.1);
}
body.obelisk-auto-mode .hamburger.active .hamburger__icon {
background-color: transparent;
}
body.obelisk-auto-mode .hamburger.active .hamburger__icon:before, body.obelisk-auto-mode .hamburger.active .hamburger__icon:after {
background-color: #fff;
}
body.obelisk-auto-mode .white-header .hamburger__icon, body.obelisk-auto-mode .white-header .hamburger__icon::before, body.obelisk-auto-mode .white-header .hamburger__icon::after {
background: #b1abab;
}
body.obelisk-auto-mode .post-list.style-4 .blog-col-inner {
background: #151921;
}
body.obelisk-auto-mode .post-list.style-4 .pagination > li > a, body.obelisk-auto-mode .post-list.style-4 .pagination > li > span {
border-color: #666;
}
body.obelisk-auto-mode .post-list.style-4 .pagination > .active > a {
border-color: #fff;
}
body.obelisk-auto-mode .elementor-social-icon svg {
fill: #FFF;
}
body.obelisk-auto-mode .elementor-social-icon i {
color: #fff;
}
}
body.obelisk-dark-mode {
color: #c8c8c8;
background-color: #0C0F16;
}
body.obelisk-dark-mode h1, body.obelisk-dark-mode h2, body.obelisk-dark-mode h3, body.obelisk-dark-mode h4, body.obelisk-dark-mode h5, body.obelisk-dark-mode h6, body.obelisk-dark-mode .fn.comment-author .url, body.obelisk-dark-mode .pagination li a:hover, body.obelisk-dark-mode .sidebar .recent-posts-widget .widget-post-content h3 a,
body.obelisk-dark-mode .obelisk-text-mode1 {
color: #fff;
}
body.obelisk-dark-mode .error-text, body.obelisk-dark-mode .fn.comment-author, body.obelisk-dark-mode .obelisk-text-mode2 {
color: #ccc;
}
body.obelisk-dark-mode .blog-wrapper, body.obelisk-dark-mode form textarea, body.obelisk-dark-mode input, body.obelisk-dark-mode .page-content-wrapper {
background: #0C0F16;
}
body.obelisk-dark-mode .gray-bg, body.obelisk-dark-mode .obelisk-section-mode2, body.obelisk-dark-mode .tags-bottom a, body.obelisk-dark-mode blockquote {
background: #11141B;
}
body.obelisk-dark-mode .obelisk-section-mode5 {
background-color: #101010;
}
body.obelisk-dark-mode .obelisk-section-mode6 {
background-color: #111215;
}
body.obelisk-dark-mode .obelisk-section-mode7 {
background-color: #202123;
}
body.obelisk-dark-mode .obelisk-section-mode8 {
background-color: #18191D;
}
body.obelisk-dark-mode .obelisk-section-mode9 {
background: linear-gradient(90deg, #18191D 30%, #111215 0%);
}
body.obelisk-dark-mode .obelisk-section-mode3 {
background: linear-gradient(200deg, #141518 50%, #111215 50%);
}
body.obelisk-dark-mode .comment-body, body.obelisk-dark-mode .related-inner {
background: #121a23;
}
body.obelisk-dark-mode .swork-line {
background: #fff;
}
body.obelisk-dark-mode .comment-reply-link, body.obelisk-dark-mode .pagination > li > a, body.obelisk-dark-mode .pagination > li > span, body.obelisk-dark-mode .obelisk-section-mode1 {
background-color: #0c0f16;
}
body.obelisk-dark-mode .widget_categories ul li.cat-item span, body.obelisk-dark-mode .share-box a {
background-color: #11141B;
}
body.obelisk-dark-mode .obelisk-section-mode3 {
background-color: #121a23;
}
body.obelisk-dark-mode .border-post, body.obelisk-dark-mode .searchform input[type=search], body.obelisk-dark-mode form textarea, body.obelisk-dark-mode input, body.obelisk-dark-mode .img-pagi, body.obelisk-dark-mode .comment-form-comment:before,
body.obelisk-dark-mode .comment-meta .comment-edit-link, body.obelisk-dark-mode .post.sticky, body.obelisk-dark-mode .sidebar .recent-posts-widget:not(:last-child), body.obelisk-dark-mode .tagcloud a,
body.obelisk-dark-mode .post-bottom {
border-color: #333;
}
body.obelisk-dark-mode .custom-logo .custom-logo-dark, body.obelisk-dark-mode .obelisk-logo-dark {
display: none;
}
body.obelisk-dark-mode .custom-logo .custom-logo-light, body.obelisk-dark-mode .obelisk-logo-light {
display: initial;
}
body.obelisk-dark-mode .header.white-header {
background: #11141b;
box-shadow: 0 0 5px 0 #333;
}
body.obelisk-dark-mode .header.white-header .navigation li a, body.obelisk-dark-mode .custom-absolute-menu .is-sticky .cart-contents:before, body.obelisk-dark-mode .custom-absolute-menu .cart-contents:before {
color: #e2dcdc;
}
body.obelisk-dark-mode .header .cart-contents:before {
color: #e2dcdc;
}
body.obelisk-dark-mode .header.custom-absolute-menu .is-sticky .logo-dark {
display: initial;
}
body.obelisk-dark-mode .header.custom-absolute-menu .is-sticky .logo-white {
display: none;
}
body.obelisk-dark-mode .header.not-custom-menu .logo-d-mode {
display: none;
}
body.obelisk-dark-mode .header.not-custom-menu .logo-d-mode {
display: initial;
}
body.obelisk-dark-mode .header.not-custom-menu .logo-l-mode {
display: none;
}
body.obelisk-dark-mode .header .is-sticky .stuck-nav {
background: #11141b;
box-shadow: 0 0 5px 0 #333;
}
body.obelisk-dark-mode .header.custom-absolute-menu .is-sticky .navigation li a {
color: #e2dcdc;
}
body.obelisk-dark-mode .header.custom-absolute-menu .is-sticky .search-icon-header a i {
color: #e2dcdc;
}
body.obelisk-dark-mode .header.custom-absolute-menu .is-sticky .header-icon li a {
color: #e2dcdc;
}
body.obelisk-dark-mode .header .search-icon-header a i {
color: #e2dcdc;
}
body.obelisk-dark-mode .header .header-icon li a {
color: #e2dcdc;
}
body.obelisk-dark-mode .header .menu-wrapper ul li ul {
background: #23282d;
}
body.obelisk-dark-mode .header .menu-wrapper .menu ul.sub-menu li a {
color: #bfbaba;
}
body.obelisk-dark-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li {
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
body.obelisk-dark-mode .header .menu-wrapper ul li.mega-menu > ul.sub-menu {
background-color: #23282d !important;
}
body.obelisk-dark-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a {
color: #bfbaba;
font-weight: 400;
}
body.obelisk-dark-mode .header .header-wrapper .menu-wrapper .mega-menu ul.sub-menu li a:hover {
color: #fff;
}
body.obelisk-dark-mode .header .header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li > a {
color: #fff;
}
body.obelisk-dark-mode .custom-absolute-menu .is-sticky .hamburger__icon, body.obelisk-dark-mode .custom-absolute-menu .is-sticky .hamburger__icon:before,
body.obelisk-dark-mode .custom-absolute-menu .is-sticky .hamburger__icon:after {
background-color: #fff;
}
body.obelisk-dark-mode .fat-nav {
background: #23282d;
}
body.obelisk-dark-mode .fat-nav li a {
color: #bfbaba;
}
body.obelisk-dark-mode .fat-nav li > a {
border-color: rgba(255, 255, 255, 0.1);
}
body.obelisk-dark-mode .hamburger.active .hamburger__icon {
background-color: transparent;
}
body.obelisk-dark-mode .hamburger.active .hamburger__icon:before, body.obelisk-dark-mode .hamburger.active .hamburger__icon:after {
background-color: #fff;
}
body.obelisk-dark-mode .white-header .hamburger__icon, body.obelisk-dark-mode .white-header .hamburger__icon::before, body.obelisk-dark-mode .white-header .hamburger__icon::after {
background: #b1abab;
}
body.obelisk-dark-mode .post-list.style-4 .blog-col-inner {
background: #151921;
}
body.obelisk-dark-mode .post-list.style-4 .pagination > li > a, body.obelisk-dark-mode .post-list.style-4 .pagination > li > span {
border-color: #666;
}
body.obelisk-dark-mode .post-list.style-4 .pagination > .active > a {
border-color: #fff;
}
body.obelisk-dark-mode .elementor-social-icon svg {
fill: #FFF;
}
body.obelisk-dark-mode .elementor-social-icon i {
color: #fff;
}
.obelisk-section-mode1 {
background-color: #fff;
}
.obelisk-section-mode2 {
background-color: #F7F7F7;
}
.obelisk-section-mode3 {
background: linear-gradient(20deg, #ffffff 50%, #0000000A 50%);
}
.obelisk-section-mode4 {
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
background-size: 200% 200%;
animation: gradient 30s ease infinite;
}
.obelisk-section-mode5 {
background-color: #efefef;
}
.obelisk-section-mode6 {
background-color: #FFFFFF;
}
.obelisk-section-mode7 {
background-color: #F8F9FC;
}
.obelisk-section-mode8 {
background-color: #F5F5F5;
}
.obelisk-section-mode9 {
background: linear-gradient(90deg, #F5F5F5 30%, #FFFFFF 0%);
}
.obelisk-text-gradient {
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
background-size: 120% 120%;
animation: gradient 5s ease infinite;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.obelisk-text-mode1 {
color: #0c0f16;
}
.obelisk-text-mode2 {
color: #11141B;
} .obelisk-mode-switcher {
position: fixed;
top: 160px;
font-weight: 500;
font-size: 15px;
left: 10px;
display: flex;
justify-content: center;
align-items: center;
transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
min-width: 120px;
height: 30px;
z-index: 10;
transform-origin: left top;
transform: rotate(-90deg) translate(-100%, 40%);
background-color: rgba(230, 230, 230, 0.9);
border-radius: 15px;
cursor: pointer;
}
.obelisk-mode-switcher p {
margin: -2px 0 0 0;
color: #000;
}
.obelisk-mode-switcher-item {
position: relative;
}
.obelisk-mode-switcher-item p {
color: #333;
}
.obelisk-mode-switcher-item, .obelisk-mode-switcher-toddler-item {
width: 100%;
height: 100%;
text-align: center;
display: flex;
align-items: center;
padding: 0px 12px;
line-height: 1.4;
}
.obelisk-mode-switcher-toddler {
position: absolute;
top: 0;
right: 0px;
transform: translateX(0%);
min-width: 60px;
height: 100%;
}
.obelisk-mode-switcher-toddler-wrap {
position: relative;
height: 100%;
}
.obelisk-mode-switcher-toddler-item {
position: absolute;
background-color: #fff;
width: 100%;
border-radius: 17px;
box-shadow: -1px 0px 4px rgba(23, 22, 26, 0.05);
}
.obelisk-mode-switcher-toddler-item .light {
z-index: 1;
}
.obelisk-mode-switcher.dark .obelisk-mode-switcher-toddler {
transform: translateX(-200%);
}
.obelisk-mode-switcher.dark .obelisk-mode-switcher-toddler .obelisk-mode-switcher-toddler-item.dark {
z-index: 1;
}
.obelisk-mode-switcher.auto .obelisk-mode-switcher-toddler {
transform: translateX(-100%);
}
.obelisk-mode-switcher.auto .obelisk-mode-switcher-toddler .obelisk-mode-switcher-toddler-item.auto {
z-index: 1;
}
.obelisk-mode-switcher.light .obelisk-mode-switcher-toddler {
transform: translateX(0%);
}
.obelisk-mode-switcher.light .obelisk-mode-switcher-toddler .obelisk-mode-switcher-toddler-item.light {
z-index: 1;
}  .color-font {
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.obelisk-gradient-btn {
border-radius: 50px;
background: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 50%, var(--e-global-color-text) 100%);
color: #fff !important;
border-color: #fff !important;
}
.obelisk-gradient-btn:hover {
filter: brightness(120%);
}
.obelisk-gradient-border {
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border-radius: 10px;
border: 1px solid transparent !important;
}
.obelisk-gradient-border:hover {
color: var(--color-main) !important;
filter: brightness(120%);
}
.obelisk-gradient-border-drk {
background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box !important;
border-radius: 10px;
border: 2px solid transparent !important;
}
.color-shadow {
box-shadow: inset 0 -14px 0 var(--color-secondary), 0 0px 0 var(--color-primary);
}
.obelisk-highlight span {
transition: background-size 0.2s ease;
background-position: 0% 100%;
background-repeat: no-repeat;
display: inline-block;
background-size: 100% 30%;
}
.obelisk-highlight span:hover {
background-size: 100% 100% !important;
}
.obelisk-sticky-top.is-stuck {
top: 35px;
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 99;
box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.elementor-widget-container .elementor-social-icon svg {
fill: #000;
}
.elementor-widget-container .elementor-social-icon i {
color: #000;
}  * {
outline: none;
}
body, html {
height: 100%;
}
body {
color: #666;
font-weight: 400;
font-family: "Poppins", sans-serif;
font-size: 15px;
line-height: 1.8em;
}
h1, h2, h3, h4, h5, h6 {
color: #222;
font-weight: 500;
line-height: 1.4em;
word-wrap: break-word;
font-family: "Poppins", sans-serif;
}
.h1, .h2, .h3, h1, h2, h3 {
margin-top: 20px;
margin-bottom: 10px;
}
.h6, h6 {
font-size: 17px;
}
.h5, h5 {
font-size: 18px;
}
.h4, h4 {
font-size: 20px;
}
.h2, h2 {
font-size: 30px;
}
p {
margin: 0 0 30px;
word-spacing: 1px;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
cursor: inherit;
}
a {
-moz-transition: ease .3s;
-ms-transition: ease .3s;
-o-transition: ease .3s;
-webkit-transition: ease .3s;
color: #666;
text-decoration: none;
transition: ease .3s;
}
a:focus {
outline: none;
text-decoration: none;
}
a:hover {
color: var(--color-main);
text-decoration: none;
}
iframe {
border: none;
width: 100%;
}
img {
max-width: 100%;
height: auto;
}
ul, ol {
list-style-position: outside;
list-style-type: circle;
margin: 0;
padding: 0 0 0 15px;
}
ul {
list-style-type: disc;
}
ul ul, ol ul {
list-style-type: circle;
}
ul > li {
list-style: outside none square;
}
ol > li {
list-style-type: decimal;
}
ol ol li {
list-style-type: lower-alpha;
}
ol ol ol li {
list-style-type: lower-roman;
}
.clearboth {
clear: both;
}
.content {
padding: 80px 0;
position: relative;
z-index: 1;
}
.gray-bg {
background: #fafafa;
}
.white-bg {
background: #ffffff;
}
blockquote {
border: none;
font-family: "Poppins", sans-serif;
font-size: 15px;
font-style: italic;
font-weight: 500;
line-height: 1.8;
position: relative;
background: #f6f6f6;
border-left: 4px solid var(--color-main);
padding: 55px 50px 40px 50px;
box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.07);
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border-left: 1px solid transparent !important;
border-radius: 5px;
}
blockquote::before {
border-radius: 100px;
content: "\f10e";
display: inline-block;
font-family: fontawesome;
font-size: 30px;
font-style: normal;
height: 30px;
left: 20px;
line-height: 30px;
margin-top: -15px;
position: relative;
top: 50%;
width: 30px;
color: var(--color-main);
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
padding: 55px 50px 40px 50px;
}
hr {
max-width: 100px;
}
hr.is-style-wide {
max-width: 100%;
border-bottom-width: 1px;
color: #eee;
}
.dark-bg {
background: #1f1f1f none repeat scroll 0 0;
}
.dark-bg .content-title {
color: #fff;
}
.content-title span {
color: var(--color-main);
}
.content-line {
background: #ccc;
height: 1px;
margin-bottom: 40px;
margin: auto;
width: 300px;
max-width: 100%;
}
.box-align-center {
text-align: center;
}
.box-align-center blockquote::before {
bottom: -40px;
left: 50%;
margin-left: -15px;
top: auto;
}
.align-right {
text-align: right;
}
.row-black {
background: #333;
margin: 0;
padding: 80px 30px;
}
.row-black .content-box-title::after {
border-bottom: 5px solid #fff;
}
.row-black .content-box-title > h3, .row-black b, .row-black strong {
color: #fff;
}
.img-bg {
background-position: center center;
background-size: cover;
}
.no-bottom {
padding-bottom: 0;
}
.content-head {
text-align: center;
margin-bottom: 80px;
}
.content-title {
font-size: 30px;
margin-bottom: 5px;
margin-top: 0;
font-weight: 700;
line-height: 1.3em;
color: #000;
}
.content-title:after {
width: 40px;
height: 1px;
content: "";
position: absolute !important;
bottom: -10px;
left: 0;
right: 0;
z-index: 0;
margin: auto;
background: var(--color-main);
}
.sub-content {
color: #B8B8B8;
font-size: 18px;
font-weight: 500;
margin-bottom: 30px;
margin: auto;
max-width: 900px;
font-family: "Poppins", sans-serif;
}
::selection {
background: var(--color-main);
color: #fff;
}
::-moz-selection {
background: var(--color-main);
color: #fff;
}
.full-width {
width: 100% !important;
} .to-top.fixed {
opacity: 1;
bottom: 30px;
}
.to-top {
background: var(--color-main);
bottom: 1150px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
color: #fff;
display: block;
font-size: 15px;
height: 50px;
line-height: 48px;
opacity: 0;
position: fixed;
right: 30px;
text-align: center;
transition: 1s ease-in-out;
width: 50px;
z-index: 333;
-webkit-transition: 1s ease-in-out;
border-radius: 100px;
overflow: hidden;
animation: pulse 2s infinite;
}
.to-top:focus {
color: #fff;
}
.to-top:hover {
color: #fff;
}
.to-top::before {
-webkit-transform: scale(0);
background: var(--color-main) none repeat scroll 0 0;
border-radius: 200px;
content: "";
display: block;
height: 200px;
left: -50%;
margin-top: -100px;
position: absolute;
top: 50%;
transition-duration: 0.8s;
transition: all 0.4s ease-out 0s;
width: 200px;
z-index: -1;
-ms-transform: scale(0);
-webkit-transition-duration: 0.8s;
-webkit-transition: all 0.4s ease-out 0s;
opacity: 0.3;
transform: scale(0);
}
.to-top::after {
-webkit-transform: scale(0);
background: var(--color-main) none repeat scroll 0 0;
border-radius: 200px;
content: "";
display: block;
height: 200px;
left: -50%;
margin-top: -100px;
position: absolute;
top: 50%;
transition: all 0.4s ease-in 0s;
width: 200px;
z-index: -1;
-ms-transform: scale(0);
-webkit-transition: all 0.4s ease-in 0s;
opacity: 0.3;
transform: scale(0);
transition-delay: 0.3s;
}
.to-top:hover::after, .to-top:hover::before {
-webkit-transform: scale(4);
-ms-transform: scale(4);
opacity: 1;
transform: scale(4);
} .table-box {
background: #fff;
position: relative;
z-index: 1;
display: table;
width: 100%;
}
.dark-page .table-box {
background: #1f1f1f;
}
.table-cell-box {
position: relative;
height: 100%;
}
.single-port-table .table-content {
padding: 5% 7%;
}
.single-port-table .table-cell-box {
display: table-cell;
vertical-align: middle;
width: 50%;
position: relative;
}
.dsc_image_swipe_widget {
height: 100%;
}
.table-content h3 > span {
color: var(--color-main);
}
.table-content.box-30 h3 {
display: inline-block;
text-align: left;
}
.table-content.box-30 {
padding: 5% 0;
}
.box-30 {
width: 30%;
text-align: center;
}
.box-70 {
width: 70%;
}
.full-img-bg {
background-position: 50% 50%;
background-size: cover;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.table-content {
padding: 14%;
}
.table-content .slider-mask {
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.bg-with-mask .slider-mask {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0;
}
.bg-with-mask {
position: relative;
z-index: 1;
}
.cell-left-border {
border-left: 10px solid var(--color-main);
}
.cell-right-border {
border-right: 10px solid var(--color-main);
}
.table-content h3 {
font-size: 60px;
margin: 0 0 20px;
}
.cell-line {
height: 1px;
width: 100px;
background: #ccc;
margin-bottom: 40px;
max-width: 100%;
}
.slider-title {
font-family: "Montserrat", sans-serif;
color: #fff;
font-size: 65px;
letter-spacing: 4px;
font-weight: 800;
margin: 0 0 25px;
line-height: 1.4em;
}
.slider-title strong {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
color: transparent;
}
.slick-active .slider-title {
transition: all 0s;
}
.slick-active .slider-title .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.top-slider {
color: #fff;
font-family: "Poppins", sans-serif;
font-size: 20px;
letter-spacing: 10px;
text-transform: uppercase;
margin-bottom: 0;
font-weight: 600;
}
.dark-page {
background: #333333;
}
.page-content-wrapper {
background: #fff;
position: relative;
}
.box-padding {
overflow: hidden;
position: relative;
padding: 20%;
text-align: center;
}
.box-padding .icon-cell {
-moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-webkit-transform: translateY(-100%);
-webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
opacity: 0;
transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
-ms-transform: translateY(-100%);
color: #fff;
font-size: 60px;
position: relative;
transform: translateY(-100%);
}
.icon-cell-sub {
-moz-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
-ms-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
-o-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
-webkit-transform: translateY(100%);
-webkit-transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
opacity: 0;
transform: translateY(100%);
transition-delay: 0.4s;
transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
-ms-transform: translateY(100%);
color: #fff;
font-family: "Poppins", sans-serif;
font-size: 18px;
margin: 0;
position: relative;
text-transform: capitalize;
}
.hovering:hover .icon-cell-sub, .hovering:hover .icon-cell {
-webkit-transform: translateY(0);
opacity: 1;
transform: translateY(0);
-ms-transform: translateY(0);
} .mouse-cursor {
position: fixed;
left: 0;
top: 0;
pointer-events: none;
border-radius: 50%;
transform: translateZ(0);
visibility: hidden;
}
.cursor-inner {
margin-left: 2px;
margin-top: 2px;
width: 6px;
height: 6px;
z-index: 10000001;
background-color: var(--color-main);
transition: width .3s ease-in-out,
height .3s ease-in-out,
margin .3s ease-in-out,
opacity .3s ease-in-out;
}
.cursor-inner.cursor-hover {
margin-left: -40px;
margin-top: -40px;
width: 80px;
height: 80px;
background-color: var(--color-main);
opacity: .3;
}
.cursor-outer {
margin-left: -15px;
margin-top: -15px;
width: 40px;
height: 40px;
border: 1px solid var(--color-main);
box-sizing: border-box;
z-index: 10000000;
opacity: .5;
transition: all .08s ease-out;
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border-radius: 50px;
border: 2px solid transparent !important;
}
.cursor-outer.cursor-hover {
opacity: 0;
} .slick-dotted.slick-slider {
margin-bottom: 0 !important;
} .obelisk-anim1 {
animation: cloud 160s linear infinite reverse;
pointer-events: none;
z-index: 10;
}
@keyframes cloud {
0% {
background-position: 0%;
}
100% {
background-position: 5440px;
}
} .simple-btn {
position: relative;
padding: 7px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 4px;
font-size: 13px;
font-weight: 300;
}
.simple-btn:after {
content: '';
width: 45%;
height: 100%;
background: rgba(255, 255, 255, 0.05);
position: absolute;
left: 0;
top: 0;
}
.simple-btn.right:after {
left: auto;
right: 0;
}
.btn-curve {
background: transparent;
padding: 12px 35px;
border: 1px solid #1e1e1e;
position: relative;
overflow: hidden;
cursor: pointer;
display: inline-block;
}
.btn-curve:focus {
outline: none;
}
.btn-curve:hover {
outline: none;
}
.btn-curve:hover:after {
bottom: -30px;
transform: rotate(0deg);
}
.btn-curve:hover span {
color: #fff;
}
.btn-curve:after {
content: '';
position: absolute;
top: -30px;
left: -30px;
right: -30px;
bottom: 130%;
background: #1e1e1e;
transform: rotate(-5deg);
transition: all .8s;
}
.btn-curve span {
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
position: relative;
z-index: 2;
transition: all .8s;
}
.btn-curve.btn-lit {
border-color: #fff;
color: #fff;
}
.btn-curve.btn-lit:hover span {
color: var(--color-main);
}
.btn-curve.btn-lit:after {
background: #fff;
}
.btn-curve.btn-blc {
background: #1e1e1e;
}
.btn-curve.btn-blc:after {
background: #fff;
}
.btn-curve.btn-blc span {
color: #fff;
}
.btn-curve.btn-blc:hover span {
color: #1e1e1e;
}
.btn-curve.btn-color {
background: var(--color-main);
border-color: var(--color-main);
}
.btn-curve.btn-color:after {
background: #fff;
}
.btn-curve.btn-color span {
color: #0c0f16;
}
.btn-curve.btn-color:hover span {
color: var(--color-main);
}
.btn-curve.btn-lg {
padding: 14px 40px;
}
.btn-curve.btn-lg span {
font-size: 14px;
}
.btn-curve.btn-wit {
background: #fff;
border-color: #fff;
}
.btn-curve.btn-wit:after {
background: #090909;
}
.btn-curve.btn-wit span {
color: #1e1e1e;
}
.btn-curve.btn-wit:hover span {
color: #fff;
}
.btn-curve.btn-radius {
border-radius: 30px;
} .progress-wrap {
position: fixed;
bottom: 30px;
right: 30px;
height: 44px;
width: 44px;
cursor: pointer;
display: block;
border-radius: 50px;
z-index: 100;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
transition: all 400ms linear;
}
.progress-wrap.active-progress {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.progress-wrap::after {
position: absolute;
font-family: "FontAwesome";
content: '\f077';
text-align: center;
line-height: 44px;
font-size: 13px;
font-weight: 900;
color: var(--color-main);
left: 0;
top: 0;
height: 44px;
width: 44px;
cursor: pointer;
display: block;
z-index: 1;
transition: all 400ms linear;
}
.progress-wrap svg path {
fill: none;
}
.progress-wrap svg.progress-circle path {
stroke: var(--color-main);
stroke-width: 4;
box-sizing: border-box;
transition: all 400ms linear;
}  table, th, td {
border: 1px solid #eee;
padding: 8px 10px;
font-size: 1em;
font-weight: 400;
text-align: center;
margin-bottom: 20px;
}
table {
width: 100%;
}
th {
font-weight: 600;
background: rgba(0, 0, 0, 0.02);
}
th a {
color: var(--color-main);
font-weight: 400;
}
dd {
margin-inline-start: 40px;
}
dd + dt {
margin-top: 1.5rem;
}
td a {
color: var(--color-main);
}
td a:hover {
text-decoration: underline;
}
.no-search-results-form {
max-width: 48rem;
}
.no-search-results-form .searchform input[type=search] {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 5px 10px;
}
.no-search-results-form .searchform:after {
color: #666 !important;
right: 15px;
}  @media (min-width: 767px) { .col-lg-1:nth-child(12n+1),
.col-lg-2:nth-child(6n+1),
.col-lg-3:nth-child(4n+1),
.col-lg-4:nth-child(3n+1),
.col-lg-6:nth-child(2n+1),
.col-md-1:nth-child(12n+1),
.col-md-2:nth-child(6n+1),
.col-md-3:nth-child(4n+1),
.col-md-4:nth-child(3n+1),
.col-md-6:nth-child(2n+1) {
clear: none;
}
.col-sm-1:nth-child(12n+1),
.col-sm-2:nth-child(6n+1),
.col-sm-3:nth-child(4n+1),
.col-sm-4:nth-child(3n+1),
.col-sm-6:nth-child(2n+1) {
clear: left;
}
} @media (min-width: 992px) { .col-lg-1:nth-child(12n+1),
.col-lg-2:nth-child(6n+1),
.col-lg-3:nth-child(4n+1),
.col-lg-4:nth-child(3n+1),
.col-lg-6:nth-child(2n+1),
.col-sm-1:nth-child(12n+1),
.col-sm-2:nth-child(6n+1),
.col-sm-3:nth-child(4n+1),
.col-sm-4:nth-child(3n+1),
.col-sm-6:nth-child(2n+1) {
clear: none;
}
.col-md-1:nth-child(12n+1),
.col-md-2:nth-child(6n+1),
.col-md-3:nth-child(4n+1),
.col-md-4:nth-child(3n+1),
.col-md-6:nth-child(2n+1) {
clear: left;
}
} @media (min-width: 1200px) { .col-md-1:nth-child(12n+1),
.col-md-2:nth-child(6n+1),
.col-md-3:nth-child(4n+1),
.col-md-4:nth-child(3n+1),
.col-md-6:nth-child(2n+1),
.col-sm-1:nth-child(12n+1),
.col-sm-2:nth-child(6n+1),
.col-sm-3:nth-child(4n+1),
.col-sm-4:nth-child(3n+1),
.col-sm-6:nth-child(2n+1) {
clear: none;
}
.col-lg-1:nth-child(12n+1),
.col-lg-2:nth-child(6n+1),
.col-lg-3:nth-child(4n+1),
.col-lg-4:nth-child(3n+1),
.col-lg-6:nth-child(2n+1) {
clear: left;
}
} .elementor-editor-active nav.obelisk-custom-header {
display: none;
}
.elementor-editor-active footer.obelisk-custom-footer.clearfix {
display: none;
}
.elementor-editor-preview nav.obelisk-custom-header {
display: none;
}
.elementor-editor-preview footer.obelisk-custom-footer.clearfix {
display: none;
}
.elementor-widget-dsc-slider {
margin-bottom: 0 !important;
}  .pre-loading {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 9999999999999;
}
.pre-loading:after,
.pre-loading:before {
content: '';
background: #fff;
height: 50%;
width: 100%;
position: absolute;
left: 0;
transition: all 1s;
}
.pre-loading:after {
top: 0;
}
.pre-loading:before {
bottom: 0;
}
.loading-end:after {
top: -60%;
}
.loading-end:before {
bottom: -60%;
}
.load-circle {
margin: 50vh auto;
width: 80px;
height: 80px;
border-radius: 50%;
border: 10px solid #eee;
border-top: 10px solid #f96152;
animation: rotate 1.2s infinite linear;
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.svg-pre-loading {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 9999999;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.svg-pre-loading .pre-loader .fluid-width-video-wrapper {
position: initial;
}
.svg-pre-loading .pre-loader .fluid-width-video-wrapper object {
position: initial;
height: 160px;
} .pace {
pointer-events: none;
user-select: none;
z-index: 99999999999999;
position: fixed;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 400px;
border: 0px;
height: 1px;
overflow: hidden;
background: rgba(255, 255, 255, 0.05);
transition: all 1s;
}
.pace .pace-progress {
transform: translate3d(0, 0, 0);
max-width: 300px;
position: fixed;
z-index: 99999999999999;
display: block;
position: absolute;
top: 0;
right: 100%;
height: 100%;
width: 100%;
background: var(--color-main);
}
.pace.pace-inactive {
width: 100vw;
opacity: 0;
}
.pace.pace-inactive .pace-progress {
max-width: 100vw;
}
#preloader {
width: 100%;
height: 100vh;
overflow: hidden;
position: fixed;
z-index: 9999999;
}
#preloader:after, #preloader:before {
content: '';
position: fixed;
left: 0;
height: 50%;
width: 100%;
background: #eee;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader:before {
top: 0;
}
#preloader:after {
bottom: 0;
}
#preloader.isdone {
visibility: hidden;
transition-delay: 1.5s;
}
#preloader.isdone:after, #preloader.isdone:before {
height: 0;
transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
transition-delay: 1s;
}
#preloader .loading-text {
font-weight: 300;
text-transform: uppercase;
letter-spacing: 10px;
position: absolute;
top: calc(50% - 30px);
left: 50%;
transform: translate(-50%, -50%);
color: var(--color-main);
font-family: 'Teko', sans-serif;
z-index: 9999;
}
#preloader .loading-text.isdone {
top: 50%;
opacity: 0;
transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
transition-delay: .5s;
}  .obelisk-button.style-0 {
display: inline-block;
line-height: 1;
background-color: #818a91;
font-size: 15px;
padding: 12px 24px;
border-radius: 3px;
color: #fff;
fill: #fff;
text-align: center;
transition: all .3s;
}
.obelisk-button.style-0 .obelisk-button-content-wrapper {
display: flex;
justify-content: center;
}
.obelisk-button.style-0 .obelisk-button-content-wrapper .obelisk-button-text {
flex-grow: 1;
order: 10;
display: inline-block;
}
.obelisk-button.style-0 .obelisk-button-content-wrapper .obelisk-align-icon-right {
margin-left: 5px;
order: 15;
}
.obelisk-button.style-0 .obelisk-button-content-wrapper .obelisk-align-icon-left {
margin-right: 5px;
order: 5;
}
body.obelisk-dark-mode .obelisk-button.style-0.switch {
border-color: #fff;
}
body.obelisk-dark-mode .obelisk-button.style-0.switch .obelisk-button-text {
color: #fff;
fill: #fff;
}
body.obelisk-dark-mode .obelisk-button.style-0.switch i {
color: #fff;
fill: #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-button.style-0.switch {
border-color: #fff;
}
body.obelisk-auto-mode .obelisk-button.style-0.switch .obelisk-button-text {
color: #fff;
fill: #fff;
}
body.obelisk-auto-mode .obelisk-button.style-0.switch i {
color: #fff;
fill: #fff;
}
} .obelisk-button.style-1 {
background: transparent;
padding: 12px 35px;
position: relative;
overflow: hidden;
cursor: pointer;
display: inline-block;
text-transform: uppercase;
color: #000;
border: 2px solid #1e1e1e;
font-weight: 500;
font-size: 13px;
letter-spacing: 2px;
}
.obelisk-button.style-1:focus {
outline: none;
}
.obelisk-button.style-1:hover {
outline: none;
}
.obelisk-button.style-1:hover:after {
bottom: -30px;
transform: rotate(0deg);
}
.obelisk-button.style-1:hover span {
color: #fff;
}
.obelisk-button.style-1:after {
content: '';
position: absolute;
top: -30px;
left: -30px;
right: -30px;
bottom: 130%;
background: #1e1e1e;
transform: rotate(-5deg);
transition: all .8s;
background: #0c0f16;
}
.obelisk-button.style-1 span {
position: relative;
z-index: 2;
transition: all .8s;
}
.obelisk-button.style-1.btn-lit {
border-color: #0c0f16;
color: #0c0f16;
}
.obelisk-button.style-1.btn-lit:hover span {
color: var(--color-main);
}
.obelisk-button.style-1.btn-blc {
background: #1e1e1e;
}
.obelisk-button.style-1.btn-blc:after {
background: #fff;
}
.obelisk-button.style-1.btn-blc span {
color: #fff;
}
.obelisk-button.style-1.btn-blc:hover span {
color: #1e1e1e;
}
.obelisk-button.style-1.btn-color {
background: var(--color-main);
border-color: var(--color-main);
}
.obelisk-button.style-1.btn-color:after {
background: #fff;
}
.obelisk-button.style-1.btn-color span {
color: #0c0f16;
}
.obelisk-button.style-1.btn-color:hover span {
color: var(--color-main);
}
.obelisk-button.style-1.btn-lg {
padding: 14px 40px;
}
.obelisk-button.style-1.btn-lg span {
font-size: 14px;
}
.obelisk-button.style-1.btn-wit {
background: #fff;
border-color: #fff;
}
.obelisk-button.style-1.btn-wit:after {
background: #090909;
}
.obelisk-button.style-1.btn-wit span {
color: #1e1e1e;
}
.obelisk-button.style-1.btn-wit:hover span {
color: #fff;
}
.obelisk-button.style-1.btn-radius {
border-radius: 30px;
}
.obelisk-dark-mode .obelisk-button.style-1 {
color: #fff;
border: 2px solid #e1e1e1;
}
.obelisk-dark-mode .obelisk-button.style-1:after {
background: #e2e4e9;
}
@media (prefers-color-scheme: dark) {
.obelisk-auto-mode .obelisk-button.style-1 {
color: #fff;
border: 2px solid #e1e1e1;
}
.obelisk-auto-mode .obelisk-button.style-1:after {
background: #e2e4e9;
}
} .obelisk-button.style-2 .vid-icon .vid {
width: 80px;
height: 80px;
background: #fff;
border-radius: 50%;
text-align: center;
line-height: 80px;
position: relative;
display: inline-block;
}
.obelisk-button.style-2 .vid-icon .vid:after {
content: '';
position: absolute;
top: -10px;
left: -10px;
right: -10px;
bottom: -10px;
background: #fff;
border-radius: 50%;
opacity: .1;
}
.obelisk-button.style-2 .vid-icon .vid span {
font-size: 30px;
color: var(--color-main);
} .obelisk-button.style-3 {
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
background-color: transparent;
padding: 12px 35px;
position: relative;
overflow: hidden;
cursor: pointer;
display: inline-block;
color: #fff;
background-color: transparent;
border-radius: 30px 30px 30px 30px;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.obelisk-button.style-3:focus {
outline: none;
}
.obelisk-button.style-3:hover {
outline: none;
}
.obelisk-button.style-3:hover:after {
bottom: -30px;
transform: rotate(0deg);
}
.obelisk-button.style-3:hover span {
color: #fff;
}
.obelisk-button.style-3:after {
content: '';
position: absolute;
top: -30px;
left: -30px;
right: -30px;
bottom: 130%;
transform: rotate(-5deg);
transition: all .8s;
background-image: linear-gradient(250deg, var(--color-ternary) 19%, var(--color-main) 100%);
}
.obelisk-button.style-3 span {
position: relative;
z-index: 2;
transition: all .8s;
}
.obelisk-button.style-3.btn-lit:hover span {
color: #fff;
}
.obelisk-button.style-3.btn-blc {
background: #1e1e1e;
}
.obelisk-button.style-3.btn-blc:after {
background: #fff;
}
.obelisk-button.style-3.btn-blc span {
color: #fff;
}
.obelisk-button.style-3.btn-blc:hover span {
color: #1e1e1e;
}
.obelisk-button.style-3.btn-color {
background: var(--color-main);
border-color: var(--color-main);
}
.obelisk-button.style-3.btn-color:after {
background: #fff;
}
.obelisk-button.style-3.btn-color span {
color: #0c0f16;
}
.obelisk-button.style-3.btn-color:hover span {
color: var(--color-main);
}
.obelisk-button.style-3.btn-lg {
padding: 14px 40px;
}
.obelisk-button.style-3.btn-lg span {
font-size: 14px;
}
.obelisk-button.style-3.btn-wit {
background: #fff;
border-color: #fff;
}
.obelisk-button.style-3.btn-wit:after {
background: #090909;
}
.obelisk-button.style-3.btn-wit span {
color: #1e1e1e;
}
.obelisk-button.style-3.btn-wit:hover span {
color: #fff;
}
.obelisk-button.style-3.btn-radius {
border-radius: 30px;
}
.obelisk-button.style-3 .btn-lit {
border-color: #0c0f16;
color: #0c0f16;
}
.obelisk-button.style-3:after {
background: var(--color-main);
} .obelisk-button.style-4 {
padding: 15px 35px;
font-size: 13px;
border: 1px solid transparent;
transition: all .4s;
border-radius: 5px;
border: 1px solid #222;
color: #fff;
background: #222;
display: inline-block;
line-height: 1.5;
}
.obelisk-button.style-4.drk {
border: 1px solid #fff;
color: #fff;
background: transparent;
}
body.obelisk-dark-mode .obelisk-button.style-4 {
border: 1px solid #fff;
color: #fff;
background: transparent;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-button.style-4 {
border: 1px solid #fff;
color: #fff;
background: transparent;
}
} .obelisk-button.style-5 {
background: transparent;
padding: 5px 18px;
position: relative;
overflow: hidden;
cursor: pointer;
display: inline-block;
color: #f1ebeb;
border: 2px solid #e5dddd;
margin-top: 30px;
}
.obelisk-button.style-5 span {
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
position: relative;
z-index: 2;
transition: all .8s;
} .obelisk-button.style-6 a {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 10px;
margin-top: 40px;
padding-bottom: 10px;
position: relative;
}
.obelisk-button.style-6 a:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
height: 1px;
width: 40%;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
transition: all .4s;
}
.obelisk-button.style-6 a:hover:after {
width: 100%;
} .obelisk-button.style-7 .vid {
position: absolute;
left: calc(50% - 50px);
top: calc(50% - 50px);
text-align: center;
z-index: 8;
}
.obelisk-button.style-7 .vid .vid-butn {
width: 100%;
}
.obelisk-button.style-7 .vid .vid-butn:hover .icon {
color: #fff;
}
.obelisk-button.style-7 .vid .vid-butn:hover .icon:before {
transform: scale(0);
}
.obelisk-button.style-7 .vid .vid-butn .icon {
color: #fff;
width: 130px;
height: 130px;
border: 1px solid #fff;
border-radius: 50%;
line-height: 130px;
text-align: center;
font-size: 30px;
position: relative;
transition: all .5s;
display: block;
}
.obelisk-button.style-7 .vid .vid-butn .icon:before {
content: '';
position: absolute;
top: 5px;
bottom: 5px;
right: 5px;
left: 5px;
background: #fff;
border-radius: 50%;
z-index: -1;
transition: all 0.5s cubic-bezier(1, 0, 0, 1);
opacity: 0;
} .obelisk-button.style-8 {
position: absolute;
top: -110px;
left: 10%;
padding: 30px 15px;
background: #ffff;
text-align: center;
z-index: 2;
}
.obelisk-button.style-8:after {
content: '';
position: absolute;
top: 0px;
left: -10px;
right: -10px;
bottom: -10px;
background: #fff;
opacity: .2;
z-index: -1;
}
.obelisk-button.style-8 .vid-icon {
margin-top: 50px;
}
.obelisk-button.style-8 .vid-icon .vid {
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
line-height: 36px;
border: 2px solid #000;
display: inline-block;
}
.obelisk-button.style-8 .vid-icon .vid span {
font-size: 10px;
color: #000;
}
.obelisk-button.style-8 .text {
color: #000;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
transform: rotate(-90deg);
margin-top: 30px;
display: block;
}  .obelisk-heading span.mark {
position: relative;
top: 0;
width: 20px;
height: 20px;
border: 1px solid #0f0f1e;
border-radius: 50%;
display: inline-block;
background: transparent;
}
.obelisk-heading span.mark:after {
content: '';
position: absolute;
top: -5px;
left: -5px;
width: 100%;
height: 100%;
border-radius: 50%;
background: #f45162;
z-index: -1;
}
.obelisk-heading span.mark.left {
margin-right: 15px;
}
.obelisk-heading span.mark.right {
margin-left: 15px;
}
body.obelisk-dark-mode .obelisk-heading span.mark {
border-color: #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-heading span.mark {
border-color: #fff;
}
}  .obelisk-title.style-1.rtl {
direction: rtl;
}
.obelisk-title.style-1.rtl .sub-title {
padding-right: 20px;
}
.obelisk-title.style-1.rtl .sub-title span {
left: initial;
right: 6px;
}
.obelisk-title.style-1.rtl .sub-title span:last-of-type {
right: 0px;
}
.obelisk-title.style-1 .sub-title {
position: relative;
padding-left: 20px;
margin-bottom: 10px;
}
.obelisk-title.style-1 .sub-title h6 {
margin-top: 0;
letter-spacing: 10px;
text-transform: uppercase;
font-weight: 200;
line-height: 1.4;
font-size: 18px;
}
.obelisk-title.style-1 .sub-title span {
width: 4px;
height: 4px;
border-radius: 50%;
background: var(--color-main);
position: absolute;
left: 6px;
bottom: 5px;
}
.obelisk-title.style-1 .sub-title span:first-of-type {
bottom: 11px;
}
.obelisk-title.style-1 .sub-title span:last-of-type {
left: 0px;
}
.obelisk-title.style-1 .main-title {
font-weight: 600;
line-height: 1.4;
font-size: 35px;
margin-bottom: 30px;
letter-spacing: 1px;
text-transform: uppercase;
}
.obelisk-title.style-1 p {
font-size: 15px;
font-weight: 400;
line-height: 2;
margin: 0;
font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
.obelisk-title.style-1 .main-title {
font-size: 19px;
margin-bottom: 0px;
}
.obelisk-title.style-1 .sub-title h6 {
font-size: 15px;
letter-spacing: 5px;
}
}
.obelisk-title.style-1 .main-title, .obelisk-title.style-1 .sub-title h6 {
color: #0c0f16;
}
.obelisk-title.style-1 p {
color: #777;
}
.obelisk-title.style-1 .simple-btn:after {
background: rgba(0, 0, 0, 0.05);
}
body.obelisk-dark-mode .obelisk-title.style-1 .main-title, body.obelisk-dark-mode .obelisk-title.style-1 .sub-title h6 {
color: #fff;
}
body.obelisk-dark-mode .obelisk-title.style-1 p {
color: #c8c8c8;
}
body.obelisk-dark-mode .obelisk-title.style-1 .simple-btn:after {
background: rgba(255, 255, 255, 0.05);
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-title.style-1 .main-title, body.obelisk-auto-mode .obelisk-title.style-1 .sub-title h6 {
color: #fff;
}
body.obelisk-auto-mode .obelisk-title.style-1 p {
color: #c8c8c8;
}
body.obelisk-auto-mode .obelisk-title.style-1 .simple-btn:after {
background: rgba(255, 255, 255, 0.05);
}
} .obelisk-title.style-2 h2 {
font-weight: 700;
font-size: 3vw;
line-height: 1.2;
text-transform: uppercase;
}
.obelisk-title.style-2 h2 span {
color: transparent;
}
.obelisk-title.style-2 h2 b span {
-webkit-text-stroke-width: 0;
}
@media (max-width: 767px) {
.obelisk-title.style-2 h2 {
font-size: 6vw;
}
}
.obelisk-title.style-2 h2 {
color: #0c0f16;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #0c0f16;
}
.obelisk-title.style-2 b span {
color: #0c0f16;
}
body.obelisk-dark-mode .obelisk-title.style-2 h2 {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
color: transparent;
}
body.obelisk-dark-mode .obelisk-title.style-2 b span {
color: #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-title.style-2 h2 {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
color: transparent;
}
body.obelisk-auto-mode .obelisk-title.style-2 b span {
color: #fff;
}
} .obelisk-header.style-3.rtl .capt h2 {
letter-spacing: 0 !important;
}
.obelisk-header.style-3.rtl .col-lg-9 {
float: right !important;
}
.obelisk-header.style-3 .works-header {
min-height: 80vh;
}
.obelisk-header.style-3 .works-header.hfixd {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.obelisk-header.style-3 .works-header .capt h4 {
font-weight: 200;
font-size: 24px;
line-height: 1.8;
color: #fff;
}
.obelisk-header.style-3 .works-header .capt h2 {
font-size: 60px;
letter-spacing: 2px;
text-transform: uppercase;
}
.obelisk-header.style-3 .works-header .capt h2 span {
display: block;
font-size: 20px;
font-weight: 300;
text-transform: capitalize;
color: var(--color-main);
}
.obelisk-header.style-3 .works-header .capt .bactxt {
font-size: 30vw;
font-weight: bold;
color: transparent;
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
text-align: center;
}
.obelisk-header.style-3 .works-header {
background: #fff;
}
.obelisk-header.style-3 .works-header h2 {
color: #0c0f16;
}
.obelisk-header.style-3 .works-header p {
color: #777;
}
.obelisk-header.style-3 .works-header .bactxt {
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}
body.obelisk-dark-mode .obelisk-header.style-3 .works-header {
background: #0c0f16;
}
body.obelisk-dark-mode .obelisk-header.style-3 .works-header h2 {
color: #fff;
}
body.obelisk-dark-mode .obelisk-header.style-3 .works-header p {
color: #c8c8c8;
}
body.obelisk-dark-mode .obelisk-header.style-3 .works-header .bactxt {
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-header.style-3 .works-header {
background: #0c0f16;
}
body.obelisk-auto-mode .obelisk-header.style-3 .works-header h2 {
color: #fff;
}
body.obelisk-auto-mode .obelisk-header.style-3 .works-header p {
color: #c8c8c8;
}
body.obelisk-auto-mode .obelisk-header.style-3 .works-header .bactxt {
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}
} .obelisk-header.style-4 .pages-header {
height: 75vh;
}
.obelisk-header.style-4 .pages-header .cont h1 {
font-size: 75px;
margin-bottom: 20px;
}
.obelisk-header.style-4 .pages-header .cont .path {
color: #fff;
font-size: 17px;
}
.obelisk-header.style-4 .pages-header .cont .path .active {
color: var(--color-main);
}
.obelisk-header.style-4 .pages-header .cont .path span {
margin: 0 10px;
font-size: 17px;
color: var(--color-main);
}
.obelisk-header.style-4 .pages-header .cont .path a {
color: #fff;
}
.obelisk-header.style-4 .pages-header .cont .path em {
font-size: 10px;
}
@media (max-width: 767px) {
.obelisk-header.style-4 .pages-header .container {
display: initial;
}
.obelisk-header.style-4 .pages-header .container .cont h1 {
font-size: 45px;
}
} .obelisk-header.style-5 {
z-index: -1;
}
.obelisk-header.style-5 .capt h4 {
font-weight: 200;
font-size: 24px;
line-height: 1.8;
}
.obelisk-header.style-5 .capt h1 {
font-size: 60px;
font-weight: 800;
letter-spacing: 2px;
text-transform: uppercase;
}
.obelisk-header.style-5 .capt h1 span {
display: block;
font-size: 20px;
font-weight: 300;
text-transform: capitalize;
color: var(--color-main);
}
.obelisk-header.style-5 .capt .bactxt {
font-size: 30vw;
font-weight: bold;
color: transparent;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
z-index: -1;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
text-align: center;
opacity: .5;
}
.obelisk-header.style-5 .sec-head h3 {
text-shadow: 0 8px rgba(0, 0, 0, 0.05);
}
.obelisk-header.style-5 .sec-head .tbg {
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
}
body.obelisk-dark-mode .obelisk-header.style-5 .sec-head h3 {
text-shadow: 0 8px rgba(255, 255, 255, 0.05);
}
body.obelisk-dark-mode .obelisk-header.style-5 .sec-head .tbg {
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-header.style-5 .sec-head h3 {
text-shadow: 0 8px rgba(255, 255, 255, 0.05);
}
body.obelisk-auto-mode .obelisk-header.style-5 .sec-head .tbg {
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
} .obelisk-header.style-6 .sec-head {
position: relative;
margin: 0 auto;
}
.obelisk-header.style-6 .sec-head h6 {
font-weight: 300;
font-size: 17px;
text-transform: uppercase;
letter-spacing: 7px;
margin-bottom: 10px;
}
.obelisk-header.style-6 .sec-head h3 {
font-size: 48px;
font-weight: 500;
} .obelisk-header.style-7 .item {
padding: 30px 40px;
min-width: 200px;
}
.obelisk-header.style-7 .item h4 {
margin: 0;
font-size: 30px;
line-height: 1.4;
font-weight: 500;
}
.obelisk-header.style-7 .item h4 span {
font-size: 20px;
margin-left: 2px;
}
.obelisk-header.style-7 .item h6 {
font-size: 15px;
margin-top: 5px;
} .obelisk-header.style-8 {
font-size: 35px;
line-height: 1.4; }
.obelisk-header.style-8 .cd-words-wrapper {
display: inline-block;
position: relative;
text-align: left;
}
.obelisk-header.style-8 .cd-words-wrapper::after {
content: none;
}
.obelisk-header.style-8 .cd-words-wrapper b {
display: inline-block;
position: absolute;
white-space: nowrap;
left: 0;
top: 0;
}
.obelisk-header.style-8 .cd-words-wrapper b.is-visible {
position: relative;
}
.obelisk-header.style-8 .no-js .cd-words-wrapper b {
opacity: 0;
}
.obelisk-header.style-8 .no-js .cd-words-wrapper b.is-visible {
opacity: 1;
}
.obelisk-header.style-8 .cd-headline.clip span {
display: inline-block;
}
.obelisk-header.style-8 .cd-headline.clip .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.obelisk-header.style-8 .cd-headline.clip b {
opacity: 0;
}
.obelisk-header.style-8 .cd-headline b.is-visible {
opacity: 1;
} .obelisk-header.style-9 {
padding: 10px 30px;
position: relative;
}
.obelisk-header.style-9:after {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #fff;
z-index: 0;
}
.obelisk-header.style-9:before {
content: '';
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
right: -1px;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
z-index: 0;
}
.obelisk-header.style-9 h6 {
z-index: 1;
position: relative;
color: #999;
margin-top: 5px;
}
.obelisk-header.style-9 h2 {
z-index: 1;
position: relative;
font-size: 70px;
font-weight: 700;
}
body.obelisk-dark-mode .obelisk-header.style-9:after {
background: #111215;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-header.style-9:after {
background: #111215;
}
}
.obelisk-header.style-10 {
padding: 0 0 30px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
margin-top: 25px;
position: relative;
}
.obelisk-header.style-10 h6 {
font-weight: 500;
margin-bottom: 5px;
}
.obelisk-header.style-10 h6 span {
display: inline-block;
color: var(--color-main);
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 13px;
border: 1px solid var(--color-main);
border-radius: 50%;
margin-right: 10px;
}
.obelisk-header.style-10 p {
font-size: 13px;
padding-left: 45px;
margin: 0;
}  .admin-bar .is-sticky .stuck-nav {
margin-top: 32px;
}
.admin-bar .custom-absolute-menu {
margin-top: 32px;
}
.admin-bar .custom-fixed-menu {
margin-top: 32px;
}
.admin-bar .abs-header {
margin-top: 32px;
}
.is-sticky .header-top, .white-header .header-top {
display: none;
}
.header-top {
background: #222;
}
.header-top h6 {
display: inline-block;
color: #ccc;
font-size: 12px;
margin-right: 40px;
}
.header-top h6 i {
margin-right: 10px;
color: var(--color-main);
}
.header-top h6 a {
color: #ccc;
}
.header-top h6:hover {
color: #fff;
}
.header-top h6:hover a {
color: #fff;
}
.header {
left: 0;
top: 0;
width: 100%;
position: absolute;
z-index: 999;
}
.header.not-custom-menu .logo-d-mode {
display: initial;
}
.header.not-custom-menu .logo-d-mode {
display: none;
}
.elementor-editor-active .header {
pointer-events: none;
}
.elementor-editor-active .abs-header {
margin-top: 25px;
}
.elementor-editor-active .custom-absolute-menu {
position: relative;
}
.elementor-editor-active .custom-fixed-menu {
position: relative;
}
.elementor-editor-active .not-custom-menu.custom-absolute-menu {
position: absolute;
top: 25px;
}
.white-header {
position: relative;
background: #fff;
box-shadow: 0 0 5px 0 #eee;
}
.white-header .is-sticky .stuck-nav {
background: #fff;
box-shadow: 0 0 5px 0 #eee;
}
.white-header .hamburger__icon {
background: #1f1f1f;
background: #1f1f1f;
background: #1f1f1f;
}
.white-header .hamburger__icon::before {
background: #1f1f1f;
background: #1f1f1f;
background: #1f1f1f;
}
.white-header .hamburger__icon::after {
background: #1f1f1f;
background: #1f1f1f;
background: #1f1f1f;
}
.white-header .header-icon li a {
color: #000000;
}
.white-header .header-icon li.current-menu-parent > a {
color: var(--color-main);
}
.white-header .header-icon li.current_page_item > a {
color: var(--color-main);
}
.white-header .navigation li a {
color: #1f1f1f;
}
.white-header .navigation li a:hover {
color: var(--color-main);
opacity: 1;
}
.white-header .navigation li.current-menu-parent > a {
color: var(--color-main);
}
.white-header .navigation li.current_page_item > a {
color: var(--color-main);
}
.white-header .menu-wrapper .menu ul li a {
color: #1f1f1f;
}
.white-header .menu-wrapper .menu ul li ul li a {
color: #333;
font-size: 12px;
line-height: 1.8;
padding: 15px 20px 0 25px;
}
.white-header .menu-wrapper .menu ul li ul li a:hover {
color: var(--color-main);
}
.white-header .menu-wrapper .menu ul li ul li.current_page_item > a {
color: var(--color-main);
}
.white-header .menu-wrapper .menu ul li.current-menu-parent > a {
color: var(--color-main);
}
.white-header .menu-wrapper .menu ul li.current_page_item > a {
color: var(--color-main);
}
.white-header .menu-wrapper .navigation li ul li a {
color: #333;
font-size: 12px;
line-height: 1.8;
padding: 15px 20px 0 25px;
}
.white-header .menu-wrapper .navigation li ul li a:hover {
color: var(--color-main);
}
.white-header .menu-wrapper .navigation li ul li.current_page_item > a {
color: var(--color-main);
}
.no-bg {
background: transparent;
}
.obelisk-custom-header .navigation {
position: relative;
z-index: 999;
}
.apply-header .menu-wrapper {
border: none;
}
.apply-header .is-sticky .menu-wrapper {
border: none;
}
.apply-header .menu-btn {
margin: 19px 0;
}
.apply-header .logo1 {
height: 25px;
}
.apply-header .obelisk-logo-light {
display: none;
}
.logo {
padding: 60px 0;
display: block;
text-align: center;
}
.top-logo {
display: table-cell;
vertical-align: middle;
}
.top-logo > a {
display: inline-block;
padding: 3px 0;
}
.menu-wrapper {
display: inline-block;
margin-left: auto;
margin-right: auto;
}
.menu-wrapper .menu ul li {
display: inline-block;
position: relative;
}
.menu-wrapper .menu ul li a {
color: #000000;
display: block;
font-size: 12px;
padding: 25px 18px;
transition: .20s linear;
letter-spacing: 1px;
font-weight: 400;
}
.menu-wrapper .menu ul li ul li a {
color: #333;
font-size: 12px;
line-height: 1.8;
padding: 15px 20px 0 25px;
}
.menu-wrapper .menu ul li ul li a:hover {
color: var(--color-main);
}
.menu-wrapper .menu ul li ul li.current_page_item > a {
color: var(--color-main);
}
.menu-wrapper .menu ul li.menu-item-has-children > a:after {
display: inline-block;
content: "\f107";
font-family: "FontAwesome";
position: absolute;
top: 50%;
right: 3px;
transform: translateY(-50%);
}
.menu-wrapper .menu ul li.menu-item-has-children li.menu-item-has-children > a:after {
display: inline-block;
content: "\f107";
font-family: "FontAwesome";
position: absolute;
top: 42%;
right: 163px;
font-weight: bolder;
transform: rotate(90deg);
color: #ffffff;
}
.menu-wrapper .menu ul ul li {
display: block;
position: relative;
}
.menu-wrapper > .menu > ul > li > a:before {
background: var(--color-main);
border-radius: 0;
bottom: 25px;
content: "";
height: 1px;
position: absolute;
transform: scaleX(0);
transition: .20s linear;
visibility: hidden;
width: 50%;
background: #fff;
background: var(--color-main);
}
.menu-wrapper > .menu > ul > li > a:hover:before {
visibility: visible;
transform: scaleX(1);
}
.menu-wrapper .navigation .menu-item-has-children li {
display: block;
}
.menu-wrapper .navigation li ul li a {
color: #333;
font-size: 12px;
line-height: 1.8;
padding: 15px 20px 0 25px;
}
.menu-wrapper .navigation li ul li a:hover {
color: var(--color-main);
}
.menu-wrapper .navigation li ul li.current_page_item > a {
color: var(--color-main);
}
.menu-wrapper ul li ul {
background: #fff;
left: 18px;
line-height: 1;
list-style: outside none none;
margin: 0;
padding: 0;
position: absolute;
text-align: left;
top: 100%;
width: 185px;
z-index: 999;
box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, 0.1);
border-top: 2px solid var(--color-main);
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border-top: 2px solid transparent !important;
}
.menu-wrapper ul li ul li ul {
left: -100%;
top: 16px;
}
.menu-wrapper ul > li > ul {
display: none;
padding-bottom: 15px;
}
.menu-wrapper > ul > li:last-child ul {
left: auto;
right: 0;
}
.header-wrapper {
display: table-cell;
vertical-align: middle;
text-align: right;
}
.container-fluid {
display: table;
padding-left: 60px;
padding-right: 60px;
width: 100%;
}
.container {
display: table;
}
.blog-wrapper .container {
display: inherit;
}
.navigation {
display: block;
font-size: 0;
list-style: outside none none;
margin: 0;
padding: 0;
width: 100%;
}
.navigation li {
display: inline-block;
position: relative;
}
.navigation li a {
color: #000000;
display: block;
font-size: 12px;
padding: 25px 18px;
transition: .20s linear;
letter-spacing: 1px;
font-weight: 500;
}
.navigation li a:hover {
opacity: .8;
}
.navigation li.menu-item-has-children > a:after {
display: inline-block;
content: "\f107";
font-family: "FontAwesome";
position: absolute;
top: 50%;
padding-left: 3px;
transform: translateY(-50%);
color: #ccc;
}
.navigation li.menu-item-has-children li.menu-item-has-children > a:after {
display: inline-block;
content: "\f107";
font-family: "FontAwesome";
position: absolute;
top: 42%;
right: 163px;
font-weight: bolder;
transform: rotate(90deg);
color: #ffffff;
}
.navigation > li.sfHover > a:before {
background-color: var(--color-main);
border-radius: 0;
bottom: 25px;
content: "";
height: 1px;
position: absolute;
transform: scaleX(1);
transition: .20s linear;
visibility: visible;
width: 40px;
}
.navigation .current > a {
opacity: 1;
}
.navigation ul li {
display: block;
position: relative;
}
.custom-absolute-menu .stuck-nav > .container-fluid {
border-bottom: 1px solid #ffffff3d;
}
.custom-absolute-menu {
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 999;
border-color: var(--color-main);
}
.custom-absolute-menu .logo-white {
display: none;
}
.custom-absolute-menu .is-sticky .logo-white {
display: initial;
}
.custom-absolute-menu .is-sticky .logo-dark {
display: none;
}
.custom-absolute-menu .is-sticky .search-icon-header a i {
color: #000000;
}
.custom-absolute-menu .is-sticky .cart-contents:before {
color: #000000;
}
.custom-absolute-menu .is-sticky .navigation li a {
color: #333;
}
.custom-absolute-menu .is-sticky .navigation li a:hover {
color: var(--color-main);
opacity: 1;
}
.custom-absolute-menu .is-sticky .navigation li.current-menu-item a {
color: var(--color-main);
}
.custom-absolute-menu .is-sticky .navigation > li > a:before {
background: var(--color-main);
}
.custom-absolute-menu .is-sticky .menu-wrapper .menu ul li a {
color: #333;
}
.custom-absolute-menu .is-sticky .menu-wrapper .menu ul li a:hover {
color: var(--color-main);
opacity: 1;
}
.custom-absolute-menu .is-sticky .menu-wrapper .menu ul li.current-menu-item a {
color: var(--color-main);
}
.custom-absolute-menu .is-sticky .header-icon li a {
color: #000000;
}
.custom-absolute-menu .logo-dark {
display: initial;
}
.custom-absolute-menu .search-icon-header a i {
color: #ffffff;
}
.custom-absolute-menu .search-icon-header a.search:after {
background: #ede3e385;
}
.custom-absolute-menu .cart-contents:before {
color: #ffffff;
}
.custom-absolute-menu .navigation li a {
color: #ffffff;
}
.custom-absolute-menu .navigation .sub-menu li a {
color: #333;
}
.custom-absolute-menu .navigation .sub-menu li a:hover {
color: var(--color-main);
opacity: 1;
}
.custom-absolute-menu .navigation .sub-menu li.current-menu-item a {
color: var(--color-main);
}
.custom-absolute-menu .navigation > li > a:before {
background: #fff;
}
.custom-absolute-menu .menu-wrapper .menu ul li a {
color: #ffffff;
}
.custom-absolute-menu .menu-wrapper .menu ul.sub-menu li a {
color: #333;
}
.custom-absolute-menu .menu-wrapper .menu ul.sub-menu li a:hover {
color: var(--color-main);
opacity: 1;
}
.custom-absolute-menu .menu-wrapper .menu ul.sub-menu li.current-menu-item a {
color: var(--color-main);
}
.custom-absolute-menu .header-icon li a {
color: #ffffff;
}
.stuck-nav {
transition: ease .3s !important;
-moz-transition: ease .3s;
-ms-transition: ease .3s;
-o-transition: ease .3s;
-webkit-transition: ease .3s;
left: 0;
top: 0;
width: 100% !important;
z-index: 999;
}
.custom-fixed-menu {
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
.elementor-editor-preview .custom-absolute-menu {
position: relative;
}
.elementor-editor-preview .custom-fixed-menu {
position: relative;
}
.elementor-editor-preview .not-custom-menu.custom-absolute-menu {
position: absolute;
}
.sticky-wrapper {
z-index: 999;
}
.is-sticky .stuck-nav {
background: #fff;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.menu-wrapper.obelisk-right-menu ul li ul {
left: auto;
right: 0;
}
.menu-wrapper.obelisk-right-menu ul li ul li ul {
left: auto;
right: 100%;
top: 0;
}
.mobile-wrapper {
float: right;
}
.mobile-menu {
background: none repeat scroll 0 0 #ffffff;
display: block;
height: 0;
list-style: none outside none;
margin: 0;
max-height: 480px;
overflow-y: auto;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
text-align: center;
top: 100%;
width: 100%;
z-index: 3;
}
.mobile-menu li a {
border-top: none;
display: block;
font-size: 11px;
padding: 8px 15px;
text-decoration: none;
text-transform: uppercase;
}
.mobile-menu.in {
border: 1px solid #EEEEEE;
height: auto;
max-height: 480px;
overflow-x: hidden;
overflow-y: auto;
}
.menu-btn {
color: #ffffff;
cursor: pointer;
font-size: 18px;
height: 30px;
line-height: 30px;
margin: 11px 0;
text-align: center;
width: 30px;
z-index: 3;
}
.not-custom-menu.custom-absolute-menu .nav-box {
margin-top: 0;
}
.custom-logo .custom-logo-dark {
display: initial;
}
.custom-logo .custom-logo-light {
display: none;
}
.custom-logo .logo1 {
max-height: 25px;
}
.custom-logo a {
display: inline-block;
}
.obelisk-sticky-menu {
z-index: 999 !important;
}
.elementor-element-edit-mode.stuck-nav {
z-index: 0;
}
.header-icon {
display: block;
float: right;
list-style: none;
margin-left: 20px;
padding: 0;
text-align: right;
}
.header-icon li {
display: inline-block;
vertical-align: middle;
}
.header-icon li a {
display: block;
padding: 24px 0 18px 0;
text-align: center;
width: 30px;
}
.header-icon li a i {
opacity: 0.8;
border-radius: 50%;
height: 35px;
line-height: 30px;
margin: auto;
text-align: center;
width: 35px;
font-family: "FontAwesome";
}
.header-icon li a:hover {
color: var(--color-main);
opacity: 1;
}
.margin-bottom {
margin-bottom: 80px;
}
.margin-top {
margin-top: 80px;
}
.padding-top {
padding-top: 80px;
}
.mobile-wrapper.obelisk-menu-element {
display: inline-block;
float: none;
padding: 0;
vertical-align: text-top;
}
.obelisk-menu-element .hamburger {
height: 20px;
padding: 0;
}
.cart_search_block {
padding: 0;
margin: 0;
float: left;
display: inline-block;
}
.cart_search_block > li {
padding: 18px;
float: left;
transition: all .4s ease-in-out;
position: relative;
}
.btn-nav-top {
float: right;
margin-left: 22px;
position: relative;
}
.btn-nav-top a {
color: #ffffff;
padding: 12px 20px;
background: var(--color-main);
font-weight: 500;
text-transform: uppercase;
line-height: 24px;
font-size: 12px;
letter-spacing: .8px;
border-radius: 50px;
transition: all .5s;
border: 1px solid var(--color-main);
}
.btn-nav-top a:hover {
color: var(--color-main);
background: #fff;
border-color: var(--color-main);
}
.search-icon-header {
float: right;
margin-left: 30px;
margin-left: 30px;
position: relative;
top: 25px;
}
.search-icon-header a.search {
font-size: 16px;
position: relative;
}
.search-icon-header a.search:after {
width: 1px;
height: 30px;
content: "";
position: absolute !important;
bottom: -5px;
left: -22px;
z-index: 0;
margin: auto;
background: #999;
cursor: initial;
}
.search-icon-header a.cart-contents {
font-size: 14px;
position: relative;
left: 20px;
}
.search-icon-header a i {
color: #000000;
}
.search-icon-header .close-black-block a i {
color: #ffffff;
}
.search-icon-header .close-black-block a i.fa-times {
color: #ffffff;
}
.search-icon-header .close-black-block a:after {
display: none;
}
.search-icon-header .searchform input[type=search] {
font-style: italic;
font-size: 16px;
height: 56px;
}
.search-icon-header .searchform .searchsubmit {
background: transparent;
}
.search-icon-header .searchform::after {
background: var(--color-main);
color: #ffffff !important;
right: 0;
height: 56px;
line-height: 56px;
width: 56px;
font-size: 2rem;
}
.search-icon-header .searchform:hover::after {
opacity: 0.7;
}
.black-search-block {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
opacity: 0;
background: rgba(0, 0, 0, 0.9);
visibility: hidden;
backface-visibility: hidden;
box-sizing: border-box;
transition: all 0.25s linear;
z-index: -1;
}
.search-icon-header.open .black-search-block {
opacity: 1;
visibility: visible;
transition: all 0.25s linear;
z-index: 9999999;
}
.search-icon-header.open .black-search-table-cell div {
top: 0px;
opacity: 1;
transition: all 0.25s linear;
transition-delay: 150ms;
}
.black-search-table {
display: table;
width: 100%;
height: 100%;
}
.black-search-table-cell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
text-align: center;
}
.black-search-table-cell div {
width: 50%;
position: relative;
display: inline-block;
top: 50px;
opacity: 0;
transition: all 0.25s linear;
transition-delay: 150ms;
}
.black-search-table-cell div input[name="s"] {
background: #fff;
padding: 15px 50px 15px 15px !important;
border: none;
font-size: 20px;
width: 100%;
border-bottom: 1px solid #fff;
font-weight: 400;
}
.black-search-table-cell .searchsubmit {
border: none;
background: 0;
outline: 0;
width: auto;
cursor: pointer;
color: #333;
padding: 0;
position: absolute;
right: 0;
width: 40px;
height: 40px;
top: 21px;
z-index: 99999;
text-align: center;
}
.close-black-block {
font-size: 30px;
color: #ffffff;
position: absolute;
top: 20px;
right: 50px;
}
.close-black-block i {
font-size: 30px;
color: #ffffff;
} .obelisk-custom-header .is-sticky .stuck-nav {
background: #11141b;
} .obelisk-nav.style-1 .navigation li a {
color: #fff;
text-transform: initial;
font-size: 13px;
font-weight: 400;
padding-left: 22px;
padding-right: 22px;
}
.obelisk-nav.style-1 .menu-wrapper ul li ul {
background: #1a1e25;
}
.obelisk-nav.style-1 .menu-wrapper .menu ul li a {
text-transform: initial;
font-weight: 400;
}  .obelisk-offcanvas.style-2 {
text-align: right;
}
.obelisk-offcanvas.style-2 .menu-icon {
margin-left: auto;
cursor: pointer;
z-index: 4;
position: relative;
display: inline-block;
}
.obelisk-offcanvas.style-2 .menu-icon:hover .text .char {
animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(30ms * var(--char-index));
}
.obelisk-offcanvas.style-2 .menu-icon .text {
font-size: 13px;
font-weight: 500;
padding-left: 15px;
position: relative;
}
.obelisk-offcanvas.style-2 .menu-icon .text .word {
transition: all .4s;
transition-delay: .6s;
}
.obelisk-offcanvas.style-2 .menu-icon .text.o {
display: initial;
}
.obelisk-offcanvas.style-2 .menu-icon .text.c {
display: none;
}
.obelisk-offcanvas.style-2 .menu-icon .text.open.o {
display: none;
transition-delay: .6s;
}
.obelisk-offcanvas.style-2 .menu-icon .text.open.c {
display: initial;
transition-delay: .6s;
}
.obelisk-offcanvas.style-2 .menu-icon .icon {
display: inline-block;
}
.obelisk-offcanvas.style-2 .menu-icon .icon i {
display: block;
width: 20px;
height: 3px;
background: #fff;
margin: 4px 0 0;
}
.obelisk-offcanvas.style-2.dark .menu-icon {
color: #000;
}
.obelisk-offcanvas.style-2.dark .menu-icon .icon i {
background: #000;
}
.obelisk-offcanvas.style-2.dark.navlit .menu-icon {
color: #fff;
}
.obelisk-offcanvas.style-2.dark.navlit .menu-icon .icon i {
background: #fff;
}
.obelisk-offcanvas.style-2 .menu-icon .text {
color: #0c0f16;
}
.obelisk-offcanvas.style-2 .menu-icon .icon i {
background: #0c0f16;
}
body.obelisk-dark-mode .obelisk-offcanvas.style-2 .menu-icon .text {
color: #fff;
}
body.obelisk-dark-mode .obelisk-offcanvas.style-2 .menu-icon .icon i {
background: #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-offcanvas.style-2 .menu-icon .text {
color: #fff;
}
body.obelisk-auto-mode .obelisk-offcanvas.style-2 .menu-icon .icon i {
background: #fff;
}
}  .side-panel {
position: fixed;
z-index: 3;
top: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100vh;
overflow: hidden;
overflow-y: auto;
background: #fff;
transform: translateX(calc(100% + 80px));
transition: transform .45s ease-in-out;
}
.side-panel.open {
transform: translateX(0);
}
.side-panel .close-black-block-offcanvas {
position: absolute;
color: #fff;
font-size: 15px;
display: block;
font-weight: normal;
line-height: 1;
border-radius: 50% 50% 50% 50%;
padding: 4px 7px 5px 7px;
border: 1px solid #ccc;
z-index: 10;
background-color: #fff;
top: 15px;
right: 15px;
display: none;
}  .slider .swiper-button-prev, .slider .swiper-button-next, .obelisk-slider .swiper-button-prev, .obelisk-slider .swiper-button-next {
background-image: none;
} .obelisk-slider.style-0 {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.obelisk-slider.style-0 .swiper-slide {
min-height: 100vh;
position: relative;
overflow: hidden;
}
.obelisk-slider.style-0 .swiper-slide .bg-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
display: flex;
align-items: center;
}
.obelisk-slider.style-0 .swiper-slide .bg-img:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
background: #000;
opacity: .75;
}
.obelisk-slider.style-0 .swiper-slide .bg-img .container {
max-width: 1200px;
position: relative;
z-index: 2;
}
.obelisk-slider.style-0 .swiper-slide .bg-img .container .caption {
text-align: center;
padding: 50px 10px;
}
.obelisk-slider.style-0 .swiper-slide .bg-img .container .caption .main-title {
font-size: 65px;
font-weight: 800;
letter-spacing: 2px;
color: #fff;
opacity: 0;
transform: translateY(20px);
visibility: hidden;
transition: all;
}
.obelisk-slider.style-0 .swiper-slide .bg-img .container .caption .main-title span {
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.obelisk-slider.style-0 .swiper-slide .bg-img .container .caption .text {
font-size: 16px;
line-height: 1.8em;
color: #eee;
margin: 15px auto 0;
font-weight: 300;
}
.obelisk-slider.style-0 .swiper-slide-active .bg-img .container .caption .main-title {
transition: all 0s;
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.obelisk-slider.style-0 .swiper-slide-active .bg-img .container .caption .main-title .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.obelisk-slider.style-0 .swiper-nav {
position: static;
bottom: 8%;
right: 40px;
z-index: 8;
}
.obelisk-slider.style-0 .swiper-nav .swiper-nav-ctrl {
color: #ccc;
font-size: 13px;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
margin: 5px 0;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
}
.obelisk-slider.style-0 .swiper-nav .swiper-nav-ctrl.swiper-button-next {
position: absolute;
top: 50%;
right: 30px;
}
.obelisk-slider.style-0 .swiper-nav .swiper-nav-ctrl.swiper-button-prev {
position: absolute;
top: 50%;
left: 30px;
}
.obelisk-slider.style-0 .swiper-pagination {
position: absolute;
left: auto;
width: auto;
color: #fff;
font-size: 40px;
font-weight: 500;
top: auto;
bottom: 40px;
right: 40px;
}
.obelisk-slider.style-0 .swiper-pagination .swiper-pagination-current {
font-size: 60px;
font-weight: 700;
position: relative;
color: transparent;
-webkit-text-stroke: .5px #ffe;
}
.obelisk-slider.style-0 .swiper-pagination .swiper-pagination-current:after {
content: '/';
color: #fff;
position: relative;
margin: 0 10px;
font-size: 12px;
font-weight: 100;
}
@media screen and (max-width: 767px) {
.obelisk-slider.style-0 .swiper-slide .bg-img .container .caption .main-title {
font-size: 40px;
}
.obelisk-slider.style-0 .swiper-nav {
display: none;
}
} .obelisk-slider.style-1 {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.obelisk-slider.style-1 .swiper-slide {
min-height: 100vh;
position: relative;
overflow: hidden;
}
.obelisk-slider.style-1 .swiper-slide .bg-img {
background-image: url(//www.timelesstransactions.com/wp-content/themes/obelisk/img/2.jpg);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
display: flex;
align-items: center;
}
.obelisk-slider.style-1 .swiper-slide .bg-img:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
background: var(--color-ternary);
opacity: .4;
}
.obelisk-slider.style-1 .swiper-slide .bg-img .container {
max-width: 1200px;
position: relative;
z-index: 2;
}
.obelisk-slider.style-1 .swiper-slide .bg-img .container .caption {
text-align: center;
padding: 50px 10px;
}
.obelisk-slider.style-1 .swiper-slide .bg-img .container .caption .sub-title {
display: block;
font-size: 22px;
line-height: 1.15em;
color: #fff;
font-weight: 500;
margin-bottom: 30px;
letter-spacing: 0;
text-transform: capitalize;
font-family: inherit;
}
.obelisk-slider.style-1 .swiper-slide .bg-img .container .caption .main-title {
display: block;
font-size: 55px;
line-height: 1.15em;
color: #fff;
font-weight: 800;
margin-bottom: 15px;
position: relative;
text-transform: uppercase;
}
.obelisk-slider.style-1 .swiper-slide .bg-img .container .caption .text {
display: block;
font-size: 20px;
line-height: 1.6em;
color: #fff;
margin: 0 auto 35px;
font-weight: 400;
} .obelisk-slider.style-2 {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.obelisk-slider.style-2.scroly {
position: fixed;
top: 0;
left: 0;
right: 0;
}
.obelisk-slider.style-2 .swiper-slide {
min-height: 100vh;
position: relative;
overflow: hidden;
}
.obelisk-slider.style-2 .swiper-slide .bg-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
display: flex;
align-items: center;
}
.obelisk-slider.style-2 .swiper-slide .bg-img:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
background: #121319;
opacity: .65;
}
.obelisk-slider.style-2 .swiper-slide .bg-img .container {
max-width: 1200px;
position: relative;
z-index: 2;
}
.obelisk-slider.style-2 .swiper-slide .bg-img .container .caption {
text-align: center;
padding: 50px 10px;
}
.obelisk-slider.style-2 .swiper-slide .bg-img .container .caption .main-title {
font-size: 65px;
font-weight: 800;
letter-spacing: 2px;
color: #fff;
opacity: 0;
transform: translateY(20px);
visibility: hidden;
transition: all;
}
.obelisk-slider.style-2 .swiper-slide .bg-img .container .caption .main-title span {
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.obelisk-slider.style-2 .swiper-slide .bg-img .container .caption .text {
font-size: 16px;
line-height: 2;
color: #eee;
margin: 15px auto 0;
font-weight: 300;
}
.obelisk-slider.style-2 .swiper-slide-active .bg-img .container .caption .main-title {
transition: all 0s;
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.obelisk-slider.style-2 .swiper-slide-active .bg-img .container .caption .main-title .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.obelisk-slider.style-2 .swiper-nav {
position: static;
bottom: 8%;
right: 40px;
z-index: 8;
}
.obelisk-slider.style-2 .swiper-nav .swiper-nav-ctrl {
color: #ccc;
font-size: 13px;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
margin: 5px 0;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
}
.obelisk-slider.style-2 .swiper-nav .swiper-nav-ctrl.swiper-button-next {
position: absolute;
top: 50%;
right: 30px;
}
.obelisk-slider.style-2 .swiper-nav .swiper-nav-ctrl.swiper-button-prev {
position: absolute;
top: 50%;
left: 30px;
}
.obelisk-slider.style-2 .swiper-pagination {
position: absolute;
left: auto;
width: auto;
color: #fff;
font-size: 40px;
font-weight: 500;
top: auto;
bottom: 40px;
right: 40px;
}
.obelisk-slider.style-2 .swiper-pagination .swiper-pagination-current {
font-size: 60px;
font-weight: 700;
position: relative;
color: transparent;
-webkit-text-stroke: .5px #fff;
}
.obelisk-slider.style-2 .swiper-pagination .swiper-pagination-current:after {
content: '/';
color: #fff;
position: relative;
margin: 0 10px;
font-size: 12px;
font-weight: 100;
display: none;
} .slide-full .swiper-slide {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.slide-full .swiper-slide .bg-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background-position: 50% 50%;
}
.slide-full .swiper-slide .slider-subtitle {
color: #fff;
font-size: 18px;
font-weight: 400;
letter-spacing: 3px;
margin: 0;
text-transform: capitalize;
margin-bottom: 10px;
}
.slide-full .swiper-slide .dsc-btn-style1 {
color: #ffffff;
background: none;
border: none;
font-weight: 600;
font-size: 16px;
}
.slide-full .swiper-slide .slider-btn::after {
background: none;
}
.slide-full .slider-text {
font-size: 16px;
margin-bottom: 1.4em;
width: 60%;
margin-left: auto;
margin-right: auto;
}
.slide-full .social {
position: absolute;
left: 50px;
bottom: 20px;
z-index: 6;
}
.slide-full .social.active a {
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.slide-full .social .icon {
color: #fff;
margin-right: 10px;
cursor: pointer;
}
.slide-full .social a {
color: #fff;
font-size: 11px;
margin-right: 7px;
transform: translateY(10px);
opacity: 0;
visibility: hidden;
transition: all .3s;
}
.slide-full .swiper-slide-active .slider-title {
transition: all 0s;
}
.slide-full .swiper-slide-active .slider-title .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.slide-full .swiper-pagination-fraction {
color: #fff;
}
.slide-full .slide-controls .swiper-button-next,
.slide-full .slide-controls .swiper-button-prev {
position: absolute;
width: 48px;
height: 48px;
bottom: auto;
top: 50%;
left: auto;
right: 50px;
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, 0.5);
color: #fff;
font-size: 14px;
transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}
.slide-full .slide-controls .swiper-button-next:after,
.slide-full .slide-controls .swiper-button-prev:after {
display: none;
}
.slide-full .slide-controls .swiper-button-next:hover,
.slide-full .slide-controls .swiper-button-prev:hover {
background: rgba(255, 255, 255, 0.1);
}
.slide-full .slide-controls .swiper-button-next i,
.slide-full .slide-controls .swiper-button-prev i {
position: absolute;
top: 16px;
left: 22px;
transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}
.slide-full .slide-controls .swiper-button-next i:after,
.slide-full .slide-controls .swiper-button-prev i:after {
content: '';
width: 45px;
height: 1px;
position: absolute;
background: rgba(255, 255, 255, 0.5);
transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}
.slide-full .slide-controls .swiper-button-next:hover {
right: 45px;
}
.slide-full .slide-controls .swiper-button-next:hover i {
left: 30px;
}
.slide-full .slide-controls .swiper-button-next:hover i:after {
width: 20px;
}
.slide-full .slide-controls .swiper-button-next i:after {
top: 6px;
right: 5px;
}
.slide-full .slide-controls .swiper-button-prev {
right: auto;
left: 50px;
}
.slide-full .slide-controls .swiper-button-prev:hover {
left: 45px;
}
.slide-full .slide-controls .swiper-button-prev:hover i {
left: 10px;
}
.slide-full .slide-controls .swiper-button-prev:hover i:after {
width: 20px;
}
.slide-full .slide-controls .swiper-button-prev i {
left: 18px;
}
.slide-full .slide-controls .swiper-button-prev i:after {
top: 6px;
left: 5px;
}
.slide-full .swiper-button-prev, .slide-full .swiper-container-rtl .swiper-button-next, .slide-full .swiper-button-next, .slide-full .swiper-container-rtl .swiper-button-prev {
background-image: none;
} .slider.style-6 {
position: relative;
}
.slider.style-6.rtl .caption h1, .slider.style-6.rtl .btn-curve span {
letter-spacing: 0 !important;
}
.slider.style-6.fixed-slider {
position: fixed;
top: 0;
left: 0;
right: 0;
}
.slider.style-6 .swiper-slide-active {
z-index: 3;
}
.slider.style-6 .parallax-slider {
position: relative;
}
.slider.style-6 .parallax-slider .swiper-slide {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.slider.style-6 .parallax-slider .swiper-slide .bg-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
}
.slider.style-6 .parallax-slider .swiper-slide .bg-img:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
background: rgba(0, 0, 0, 0.6);
}
.slider.style-6 .parallax-slider .swiper-slide-active .caption h1 {
transition: all 0s;
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.slider.style-6 .parallax-slider .swiper-slide-active .caption h1 .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.slider.style-6 .parallax-slider .swiper-slide-active .caption .thin,
.slider.style-6 .parallax-slider .swiper-slide-active .caption .btn-curve,
.slider.style-6 .parallax-slider .swiper-slide-active .caption p {
opacity: 1;
transform: translateY(0);
}
.slider.style-6 .parallax-slider .caption .thin {
color: var(--color-main);
font-size: 30px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 8px;
margin-bottom: 5px;
opacity: 0;
transform: translateY(-20px);
transition: all .4s;
transition-delay: .8s;
}
.slider.style-6 .parallax-slider .caption .thin span {
color: var(--color-main);
}
.slider.style-6 .parallax-slider .caption h1 {
font-size: 65px;
font-weight: 700;
letter-spacing: 4px;
color: #fff;
opacity: 0;
visibility: hidden;
transition: opacity .5s,
visibility .5s;
}
.slider.style-6 .parallax-slider .caption p {
color: #eee;
margin-top: 15px;
opacity: 0;
transform: translateY(20px);
transition: all .4s;
transition-delay: .8s;
padding: 0 22%  0 22%;
}
.slider.style-6 .parallax-slider .caption .btn-curve {
opacity: 0;
transform: translateY(20px);
transition: all .4s;
transition-delay: 1s;
border: 2px solid;
line-height: 2;
}
.slider.style-6 .parallax-slider .caption .btn-curve span {
font-size: 15px;
font-weight: 700;
text-transform: capitalize;
}
.slider.style-6 .parallax-slider .caption .btn-curve:hover span {
color: #0c0f16;
}
.slider.style-6 .parallax-slider .caption.dig h1 {
font-weight: 800;
font-size: 80px;
text-transform: uppercase;
}
.slider.style-6 .parallax-slider .caption.dig h1 .tline {
margin-left: 80px;
}
.slider.style-6 .parallax-slider .caption.dig h1 .whitespace {
width: 20px;
}
.slider.style-6 .setone {
position: absolute;
bottom: 8%;
right: 40px;
z-index: 8;
}
.slider.style-6 .setone .swiper-button-prev, .slider.style-6 .setone .swiper-button-next {
background-image: none;
}
.slider.style-6 .setone .swiper-nav-ctrl {
color: #ccc;
font-size: 13px;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
margin: 5px 0;
border: 1px solid rgba(255, 255, 255, 0.3);
position: static;
}
.slider.style-6 .setone .swiper-nav-ctrl:after {
display: none;
}
.slider.style-6 .setone.setwo {
position: static;
}
.slider.style-6 .setone.setwo .swiper-nav-ctrl {
border-radius: 50%;
}
.slider.style-6 .setone.setwo .next-ctrl {
position: absolute;
top: 50%;
right: 30px;
}
.slider.style-6 .setone.setwo .prev-ctrl {
position: absolute;
top: 50%;
left: 30px;
}
.slider.style-6 .txt-botm {
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
z-index: 8;
}
.slider.style-6 .txt-botm .swiper-nav-ctrl {
position: absolute;
width: auto;
height: auto;
margin-top: auto;
top: auto;
bottom: 0;
}
.slider.style-6 .txt-botm .swiper-nav-ctrl i {
color: #ccc;
font-size: 13px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
margin: 0;
border-radius: 50%;
display: inline-block;
transition: all .3s;
}
.slider.style-6 .txt-botm .swiper-nav-ctrl span {
font-weight: 500;
font-size: 12px;
color: #fff;
}
.slider.style-6 .txt-botm .swiper-nav-ctrl:after {
display: none;
}
.slider.style-6 .txt-botm .swiper-nav-ctrl.swiper-button-next {
right: 40px;
}
.slider.style-6 .txt-botm .swiper-nav-ctrl.swiper-button-next i {
margin-left: 10px;
}
.slider.style-6 .txt-botm .swiper-nav-ctrl.swiper-button-prev {
left: 40px;
}
.slider.style-6 .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
margin-right: 10px;
}
.slider.style-6 .txt-botm .swiper-nav-ctrl:hover i {
border: 1px solid rgba(255, 255, 255, 0.3);
}
.slider.style-6 .swiper-pagination-fraction.top {
position: absolute;
right: 15%;
left: auto;
bottom: auto;
top: 20%;
width: auto;
color: #fff;
font-size: 40px;
font-weight: 500;
}
.slider.style-6 .swiper-pagination-fraction.top .swiper-pagination-current {
font-size: 60px;
font-weight: 700;
position: relative;
color: transparent;
-webkit-text-stroke: .5px #fff;
}
.slider.style-6 .swiper-pagination-fraction.top .swiper-pagination-current:after {
content: '/';
color: #fff;
position: relative;
margin: 0 10px;
font-size: 12px;
font-weight: 100;
}
.slider.style-6 .swiper-pagination-fraction.top.botm {
top: auto;
bottom: 40px;
right: 40px;
}
.slider.style-6 .swiper-pagination-fraction.steps {
position: absolute;
width: 100px;
color: #fff;
font-size: 15px;
bottom: 40px;
left: calc(50% - 50px);
right: auto;
top: auto;
text-align: left;
}
.slider.style-6 .swiper-pagination-fraction.steps:after {
content: '';
position: absolute;
top: 50%;
left: 15%;
width: 70%;
height: 1px;
background: rgba(255, 255, 255, 0.3);
}
.slider.style-6 .swiper-pagination-fraction.steps .swiper-pagination-total {
float: right;
}
.slider.style-6 .social-icon {
position: absolute;
left: 40px;
bottom: 40px;
z-index: 8;
}
.slider.style-6 .social-icon a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.05);
color: #fff;
font-size: 13px;
}
.cta__slider-wrapper {
position: relative;
width: 100%;
height: 105vh;
overflow: hidden;
}
.cta__slider-wrapper .block {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
}
.cta__slider {
min-height: 105vh;
}
.cta__slider .swiper-slide {
overflow: hidden;
}
.cta__slider-arrows {
display: block;
position: absolute;
bottom: 40px;
right: 40px;
z-index: 2;
}
.cta__slider-arrow {
width: 55px;
height: 55px;
text-align: center;
line-height: 55px;
font-size: 13px;
border: 1px solid rgba(255, 255, 255, 0.3);
display: block;
cursor: pointer;
}
.cta__slider-arrow.cta__slider-arrow--previous {
left: 0;
}
.cta__slider-arrow.cta__slider-arrow--next {
left: 50%;
}
.cta__slider-item {
position: relative;
}
.cta__slider-item .media-wrapper {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.cta__slider-item .media-wrapper .bg-img {
position: absolute;
width: 70%;
height: 100%;
right: 0;
top: 0;
}
.cta__slider-item .container {
position: relative;
z-index: 4;
}
.cta__slider-item .caption {
position: relative;
}
.cta__slider-item .caption .top-corn,
.cta__slider-item .caption .bottom-corn {
position: absolute;
left: -60px;
top: -60px;
opacity: .3;
}
.cta__slider-item .caption .top-corn:after, .cta__slider-item .caption .top-corn:before,
.cta__slider-item .caption .bottom-corn:after,
.cta__slider-item .caption .bottom-corn:before {
content: '';
position: absolute;
top: 0;
left: 0;
background: var(--color-main);
}
.cta__slider-item .caption .top-corn:after,
.cta__slider-item .caption .bottom-corn:after {
width: 30px;
height: 1px;
}
.cta__slider-item .caption .top-corn:before,
.cta__slider-item .caption .bottom-corn:before {
width: 1px;
height: 30px;
}
.cta__slider-item .caption .bottom-corn {
top: auto;
bottom: -60px;
}
.cta__slider-item .caption .bottom-corn:before {
top: auto;
bottom: 0;
}
.cta__slider-item .caption h1 {
font-size: 75px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 4px;
color: #fff;
opacity: 0;
visibility: hidden;
transition: opacity .5s,
visibility .5s;
}
.cta__slider-item .caption .thin {
color: var(--color-main);
font-size: 20px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 12px;
margin-bottom: 5px;
opacity: 0;
transform: translateY(-20px);
transition: all .4s;
transition-delay: .8s;
}
.cta__slider-item .caption p {
color: #eee;
font-weight: 300;
font-size: 14px;
opacity: 0;
transform: translateY(-20px);
transition: all .4s;
opacity: 0;
transform: translateY(20px);
transition: all .4s;
transition-delay: .8s;
}
.cta__slider-item .caption .btn-curve {
opacity: 0;
transform: translateY(20px);
transition: all .4s;
transition-delay: 1s;
}
.cta__slider-item.swiper-slide-active .caption h1 {
transition: all 0s;
opacity: 1;
visibility: visible;
}
.cta__slider-item.swiper-slide-active .caption h1 .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.cta__slider-item.swiper-slide-active .caption .btn-curve,
.cta__slider-item.swiper-slide-active .caption .thin,
.cta__slider-item.swiper-slide-active .caption p {
opacity: 1;
transform: translateY(0);
}
.freelancer {
min-height: 100vh;
background-position: right top;
}
.freelancer .cont {
margin-top: 50px;
}
.freelancer .cont h6 {
color: var(--color-main);
font-size: 14px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 5px;
margin-bottom: 5px;
}
.freelancer .cont h1 {
font-size: 100px;
font-weight: 700;
font-family: 'Cormorant Garamond', serif;
margin-bottom: 5px;
}
.freelancer .cont h4 {
font-weight: 300;
text-transform: uppercase;
letter-spacing: 4px;
}
.freelancer .cont .social-icon {
margin-top: 40px;
}
.freelancer .cont .social-icon a {
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
border-radius: 50%;
background: rgba(255, 255, 255, 0.05);
margin-right: 5px;
}
.freelancer .img {
position: absolute;
right: 15%;
bottom: 0;
width: 400px;
z-index: 2;
}
.slider-bus {
min-height: 100vh;
position: relative;
}
.slider-bus .swiper-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.slider-bus .setone {
position: absolute;
bottom: 8%;
right: 40px;
z-index: 8;
}
.slider-bus .setone .swiper-nav-ctrl {
color: #ccc;
font-size: 13px;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
margin: 5px 0;
border: 1px solid rgba(255, 255, 255, 0.3);
position: static;
}
.slider-bus .setone .swiper-nav-ctrl:after {
display: none;
}
.slider-bus .setone.setwo {
position: static;
}
.slider-bus .setone.setwo .swiper-nav-ctrl {
border-radius: 50%;
}
.slider-bus .setone.setwo .next-ctrl {
position: absolute;
top: 50%;
right: 30px;
}
.slider-bus .setone.setwo .prev-ctrl {
position: absolute;
top: 50%;
left: 30px;
}
.slider-bus .swiper-pagination-fraction {
position: absolute;
right: auto;
left: 60px;
bottom: 30px;
width: auto;
color: #fff;
font-size: 40px;
font-weight: 500;
}
.slider-bus .swiper-pagination-fraction .swiper-pagination-current {
font-size: 60px;
font-weight: 700;
position: relative;
color: transparent;
-webkit-text-stroke: .5px #fff;
}
.slider-bus .swiper-pagination-fraction .swiper-pagination-current:after {
content: '/';
color: #fff;
position: relative;
margin: 0 10px;
font-size: 12px;
font-weight: 100;
}
.slider-bus .swiper-slide-active .caption h1 {
transition: all 0s;
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.slider-bus .swiper-slide-active .caption h1 .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.slider-bus .swiper-slide-active .caption .thin,
.slider-bus .swiper-slide-active .caption .simple-btn,
.slider-bus .swiper-slide-active .caption .btn-curve,
.slider-bus .swiper-slide-active .caption p {
opacity: 1;
transform: translateY(0);
}
.slider-bus .caption .thin {
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 8px;
margin-bottom: 5px;
opacity: 0;
transform: translateY(-20px);
transition: all .4s;
transition-delay: .8s;
}
.slider-bus .caption h1 {
font-size: 90px;
font-weight: 800;
letter-spacing: 4px;
color: #fff;
opacity: 0;
visibility: hidden;
transition: opacity .5s,
visibility .5s;
}
.slider-bus .caption p {
color: #eee;
opacity: 0;
transform: translateY(20px);
transition: all .4s;
transition-delay: .8s;
}
.slider-bus .caption .simple-btn, .slider-bus .caption .btn-curve {
opacity: 0;
transform: translateY(20px);
transition: all .4s;
transition-delay: 1s;
}
.slider-bus .ontop {
position: relative;
z-index: 5;
}
.curve-bg {
position: absolute;
top: 0;
left: -10%;
width: 100%;
height: 100%;
z-index: 3;
}
.pages-header {
height: 75vh;
}
.pages-header .cont h1 {
font-size: 75px;
margin-bottom: 20px;
}
.pages-header .cont .path {
color: #fff;
font-size: 17px;
}
.pages-header .cont .path .active {
color: var(--color-main);
}
.pages-header .cont .path span {
margin: 0 20px;
font-size: 10px;
}
.page-header .cont {
padding: 220px 0 50px;
}
.page-header .cont h6 {
color: #ccc;
font-weight: 400;
font-size: 13px;
letter-spacing: 1px;
margin-bottom: 10px;
}
.page-header .cont h4 {
line-height: 1.6;
}
.page-header .cont h4 .stroke {
font-weight: 900;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: rgba(255, 255, 255, 0.7);
color: transparent;
}
.page-header .img-wrapper {
position: relative;
min-height: 70vh;
}
.page-header .img-wrapper .title {
position: absolute;
top: 0;
right: 0px;
width: 100%;
text-align: right;
transform: translateY(-55%);
z-index: 3;
}
.page-header .img-wrapper .title h3 {
font-size: 100px;
font-weight: 900;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
color: transparent;
}
.page-header .img-wrapper .map {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.page-header.proj-det.bg-img {
min-height: 85vh;
padding-bottom: 100px;
}
.page-header.proj-det.bg-img .item h6 {
font-size: 13px;
font-weight: 600;
letter-spacing: 4px;
text-transform: uppercase;
margin-bottom: 10px;
}
.page-header.proj-det.bg-img .item p {
font-weight: 400;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
}
.page-header.proj-det.bg-img .item p a {
margin: 0 7px;
}
.page-header.proj-det.bg-img .item p a:first-of-type {
margin-left: 0;
}
.page-header.proj-det.bg-img .item p a:last-of-type {
margin-right: 0;
}
.page-header.proj-det .img-wrapper {
min-height: 80vh;
}
.works-header {
min-height: 80vh;
}
.works-header.hfixd {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.works-header .capt h4 {
font-weight: 200;
font-size: 24px;
line-height: 1.8;
}
.works-header .capt h2 {
font-size: 60px;
letter-spacing: 2px;
text-transform: uppercase;
}
.works-header .capt h2 span {
display: block;
font-size: 20px;
font-weight: 300;
text-transform: capitalize;
color: var(--color-main);
}
.works-header .capt .bactxt {
font-size: 30vw;
font-weight: bold;
color: transparent;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
z-index: -1;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
text-align: center;
}
.static {
position: static;
}
.main-content {
background: #0c0f16;
position: relative;
z-index: 3;
}
@media screen and (max-width: 991px) {
.obelisk-slider.style-6 .parallax-slider .caption {
text-align: center;
}
.obelisk-slider.style-6 .parallax-slider .caption h1 {
font-size: 60px;
letter-spacing: 1px;
}
.obelisk-slider.style-6 .parallax-slider .caption h1 > span:nth-child(3) {
margin-left: 0;
}
}
@media screen and (max-width: 767px) {
.obelisk-slider.style-6 .parallax-slider .caption h1 {
font-size: 40px;
}
.obelisk-slider.style-6 .setone.setwo .next-ctrl {
left: 70px;
bottom: 15px;
top: auto;
width: 45px;
height: 45px;
line-height: 45px;
}
.obelisk-slider.style-6 .setone.setwo .prev-ctrl {
left: 15px;
bottom: 15px;
top: auto;
width: 45px;
height: 45px;
line-height: 45px;
}
.obelisk-slider.style-6 .swiper-pagination-fraction.top.botm {
right: 15px;
bottom: 15px;
}
.obelisk-slider.style-6 .swiper-pagination-fraction.top .swiper-pagination-current {
font-size: 40px;
}
} .obelisk-slider.style-7 .slider {
position: relative;
}
.obelisk-slider.style-7 .slider.fixed-slider {
position: fixed;
top: 0;
left: 0;
right: 0;
}
.obelisk-slider.style-7 .slider .swiper-slide-active {
z-index: 3;
}
.obelisk-slider.style-7 .slider .parallax-slider {
position: relative;
}
.obelisk-slider.style-7 .slider .parallax-slider .swiper-slide {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.obelisk-slider.style-7 .slider .parallax-slider .swiper-slide .bg-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
}
.obelisk-slider.style-7 .slider .parallax-slider .swiper-slide .bg-img:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
background: rgba(0, 0, 0, 0.6);
}
.obelisk-slider.style-7 .slider .parallax-slider .swiper-slide-active .caption h1 {
transition: all 0s;
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.obelisk-slider.style-7 .slider .parallax-slider .swiper-slide-active .caption h1 .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.obelisk-slider.style-7 .slider .parallax-slider .swiper-slide-active .caption .thin,
.obelisk-slider.style-7 .slider .parallax-slider .swiper-slide-active .caption .btn-curve,
.obelisk-slider.style-7 .slider .parallax-slider .swiper-slide-active .caption p {
opacity: 1;
transform: translateY(0);
}
.obelisk-slider.style-7 .slider .parallax-slider .swiper-slide-active .caption .simple-btn {
color: #fff;
}
.obelisk-slider.style-7 .slider .parallax-slider .caption .thin {
color: var(--color-main);
font-size: 30px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 8px;
margin-bottom: 5px;
opacity: 0;
transform: translateY(-20px);
transition: all .4s;
transition-delay: .8s;
}
.obelisk-slider.style-7 .slider .parallax-slider .caption .thin span {
color: var(--color-main);
}
.obelisk-slider.style-7 .slider .parallax-slider .caption h1 {
font-size: 65px;
font-weight: 700;
letter-spacing: 4px;
color: #fff;
opacity: 0;
visibility: hidden;
transition: opacity .5s,
visibility .5s;
}
.obelisk-slider.style-7 .slider .parallax-slider .caption p {
color: #eee;
margin-top: 15px;
opacity: 0;
transform: translateY(20px);
transition: all .4s;
transition-delay: .8s;
}
.obelisk-slider.style-7 .slider .parallax-slider .caption .btn-curve {
opacity: 0;
transform: translateY(20px);
transition: all .4s;
transition-delay: 1s;
border: 2px solid;
line-height: 2;
}
.obelisk-slider.style-7 .slider .parallax-slider .caption .btn-curve span {
font-size: 15px;
font-weight: 700;
text-transform: capitalize;
}
.obelisk-slider.style-7 .slider .parallax-slider .caption .btn-curve:hover span {
color: #0c0f16;
}
.obelisk-slider.style-7 .slider .parallax-slider .caption.dig h1 {
font-weight: 800;
font-size: 80px;
text-transform: uppercase;
}
.obelisk-slider.style-7 .slider .parallax-slider .caption.dig h1 > span:nth-child(3) {
margin-left: 80px;
}
.obelisk-slider.style-7 .slider .parallax-slider .caption.dig h1 .whitespace {
width: 20px;
}
.obelisk-slider.style-7 .slider .setone {
position: absolute;
bottom: 8%;
right: 40px;
z-index: 8;
}
.obelisk-slider.style-7 .slider .setone .swiper-nav-ctrl {
color: #ccc;
font-size: 13px;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
margin: 5px 0;
border: 1px solid rgba(255, 255, 255, 0.3);
position: static;
}
.obelisk-slider.style-7 .slider .setone .swiper-nav-ctrl:after {
display: none;
}
.obelisk-slider.style-7 .slider .setone.setwo {
position: static;
}
.obelisk-slider.style-7 .slider .setone.setwo .swiper-nav-ctrl {
border-radius: 50%;
}
.obelisk-slider.style-7 .slider .setone.setwo .next-ctrl {
position: absolute;
top: 50%;
right: 30px;
}
.obelisk-slider.style-7 .slider .setone.setwo .prev-ctrl {
position: absolute;
top: 50%;
left: 30px;
}
.obelisk-slider.style-7 .slider .txt-botm {
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
z-index: 8;
}
.obelisk-slider.style-7 .slider .txt-botm .swiper-nav-ctrl {
position: absolute;
width: auto;
height: auto;
margin-top: auto;
top: auto;
bottom: 0;
}
.obelisk-slider.style-7 .slider .txt-botm .swiper-nav-ctrl i {
color: #ccc;
font-size: 13px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
margin: 0;
border-radius: 50%;
display: inline-block;
transition: all .3s;
}
.obelisk-slider.style-7 .slider .txt-botm .swiper-nav-ctrl span {
font-weight: 500;
font-size: 12px;
color: #fff;
}
.obelisk-slider.style-7 .slider .txt-botm .swiper-nav-ctrl:after {
display: none;
}
.obelisk-slider.style-7 .slider .txt-botm .swiper-nav-ctrl.swiper-button-next {
right: 40px;
}
.obelisk-slider.style-7 .slider .txt-botm .swiper-nav-ctrl.swiper-button-next i {
margin-left: 10px;
}
.obelisk-slider.style-7 .slider .txt-botm .swiper-nav-ctrl.swiper-button-prev {
left: 40px;
}
.obelisk-slider.style-7 .slider .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
margin-right: 10px;
}
.obelisk-slider.style-7 .slider .txt-botm .swiper-nav-ctrl:hover i {
border: 1px solid rgba(255, 255, 255, 0.3);
}
.obelisk-slider.style-7 .slider .swiper-pagination-fraction.top {
position: absolute;
right: 15%;
left: auto;
bottom: auto;
top: 20%;
width: auto;
color: #fff;
font-size: 40px;
font-weight: 500;
}
.obelisk-slider.style-7 .slider .swiper-pagination-fraction.top .swiper-pagination-current {
font-size: 60px;
font-weight: 700;
position: relative;
color: transparent;
-webkit-text-stroke: .5px #fff;
}
.obelisk-slider.style-7 .slider .swiper-pagination-fraction.top .swiper-pagination-current:after {
content: '/';
color: #fff;
position: relative;
margin: 0 10px;
font-size: 12px;
font-weight: 100;
}
.obelisk-slider.style-7 .slider .swiper-pagination-fraction.top.botm {
top: auto;
bottom: 40px;
right: 40px;
}
.obelisk-slider.style-7 .slider .swiper-pagination-fraction.steps {
position: absolute;
width: 100px;
color: #fff;
font-size: 15px;
bottom: 40px;
left: calc(50% - 50px);
right: auto;
top: auto;
text-align: left;
}
.obelisk-slider.style-7 .slider .swiper-pagination-fraction.steps:after {
content: '';
position: absolute;
top: 50%;
left: 15%;
width: 70%;
height: 1px;
background: rgba(255, 255, 255, 0.3);
}
.obelisk-slider.style-7 .slider .swiper-pagination-fraction.steps .swiper-pagination-total {
float: right;
}
@media screen and (max-width: 991px) {
.obelisk-slider.style-7 .slider .parallax-slider .caption.dig {
text-align: center;
}
.obelisk-slider.style-7 .slider .parallax-slider .caption.dig h1 {
font-size: 60px;
letter-spacing: 1px;
}
.obelisk-slider.style-7 .slider .parallax-slider .caption.dig h1 > span:nth-child(3) {
margin-left: 0;
}
}
@media screen and (max-width: 767px) {
.obelisk-slider.style-7 .slider .parallax-slider .caption.dig h1 {
font-size: 40px;
}
.obelisk-slider.style-7 .slider .setone.setwo .next-ctrl {
left: 70px;
bottom: 15px;
top: auto;
width: 45px;
height: 45px;
line-height: 45px;
}
.obelisk-slider.style-7 .slider .setone.setwo .prev-ctrl {
left: 15px;
bottom: 15px;
top: auto;
width: 45px;
height: 45px;
line-height: 45px;
}
.obelisk-slider.style-7 .slider .swiper-pagination-fraction.top.botm {
right: 15px;
bottom: 15px;
}
.obelisk-slider.style-7 .slider .swiper-pagination-fraction.top .swiper-pagination-current {
font-size: 40px;
}
} .obelisk-slider.style-8 .slider-bus {
min-height: 100vh;
position: relative;
overflow: hidden;
}
.obelisk-slider.style-8 .slider-bus .container {
display: initial;
}
.obelisk-slider.style-8 .slider-bus .swiper-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.obelisk-slider.style-8 .slider-bus .setone {
position: absolute;
bottom: 8%;
right: 40px;
z-index: 8;
}
.obelisk-slider.style-8 .slider-bus .setone .swiper-nav-ctrl {
color: #ccc;
font-size: 13px;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
margin: 5px 0;
border: 1px solid rgba(255, 255, 255, 0.3);
position: static;
}
.obelisk-slider.style-8 .slider-bus .setone .swiper-nav-ctrl:after {
display: none;
}
.obelisk-slider.style-8 .slider-bus .setone.setwo {
position: static;
}
.obelisk-slider.style-8 .slider-bus .setone.setwo .swiper-nav-ctrl {
border-radius: 50%;
}
.obelisk-slider.style-8 .slider-bus .setone.setwo .next-ctrl {
position: absolute;
top: 50%;
right: 30px;
}
.obelisk-slider.style-8 .slider-bus .setone.setwo .prev-ctrl {
position: absolute;
top: 50%;
left: 30px;
}
.obelisk-slider.style-8 .slider-bus .swiper-pagination-fraction {
position: absolute;
right: auto;
left: 60px;
bottom: 30px;
width: auto;
color: #fff;
font-size: 40px;
font-weight: 500;
}
.obelisk-slider.style-8 .slider-bus .swiper-pagination-fraction .swiper-pagination-current {
font-size: 60px;
font-weight: 700;
position: relative;
color: transparent;
-webkit-text-stroke: .5px #fff;
}
.obelisk-slider.style-8 .slider-bus .swiper-pagination-fraction .swiper-pagination-current:after {
content: '/';
color: #fff;
position: relative;
margin: 0 10px;
font-size: 12px;
font-weight: 100;
}
.obelisk-slider.style-8 .slider-bus .swiper-slide-active .caption h1 {
transition: all 0s;
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.obelisk-slider.style-8 .slider-bus .swiper-slide-active .caption h1 .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.obelisk-slider.style-8 .slider-bus .swiper-slide-active .caption .thin,
.obelisk-slider.style-8 .slider-bus .swiper-slide-active .caption .simple-btn,
.obelisk-slider.style-8 .slider-bus .swiper-slide-active .caption .btn-curve,
.obelisk-slider.style-8 .slider-bus .swiper-slide-active .caption p {
opacity: 1;
transform: translateY(0);
}
.obelisk-slider.style-8 .slider-bus .caption {
margin-left: 8.5%;
max-width: 50%;
font-family: "Poppins", sans-serif;
line-height: 2;
}
.obelisk-slider.style-8 .slider-bus .caption .thin {
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 8px;
margin-bottom: 5px;
opacity: 0;
transform: translateY(-20px);
transition: all .4s;
transition-delay: .8s;
line-height: 1.1;
}
.obelisk-slider.style-8 .slider-bus .caption h1 {
font-size: 52px;
font-weight: 700;
color: #fff;
opacity: 0;
visibility: hidden;
transition: opacity .5s,
visibility .5s;
}
.obelisk-slider.style-8 .slider-bus .caption p {
color: #eee;
opacity: 0;
transform: translateY(20px);
transition: all .4s;
transition-delay: .8s;
margin-bottom: 0;
}
.obelisk-slider.style-8 .slider-bus .caption .simple-btn, .obelisk-slider.style-8 .slider-bus .caption .btn-curve {
opacity: 0;
transform: translateY(20px);
transition: all .4s;
transition-delay: 1s;
}
.obelisk-slider.style-8 .slider-bus .ontop {
position: relative;
z-index: 5;
}
.obelisk-slider.style-8 .curve-bg {
position: absolute;
top: 0;
left: -10%;
width: 100%;
height: 100%;
z-index: 3;
}
@media screen and (max-width: 991px) {
.obelisk-slider.style-8 .slider-bus .caption {
margin-left: 2.5%;
}
.obelisk-slider.style-8 .slider-bus .caption h1 {
font-size: 70px;
}
.obelisk-slider.style-8 .slider-bus .setone {
bottom: 20px;
right: 20px;
}
.obelisk-slider.style-8 .slider-bus .swiper-pagination-fraction {
left: 20px;
bottom: 20px;
}
.obelisk-slider.style-8 .curve-bg {
display: none;
}
.obelisk-slider.style-8 .bg-img {
background-position: center !important;
}
}
@media screen and (max-width: 767px) {
.obelisk-slider.style-8 .slider-bus .caption h1 {
font-size: 50px;
}
} .slider.style-9 {
position: relative;
}
.slider.style-9.rtl .caption h1, .slider.style-9.rtl .btn-curve span {
letter-spacing: 0 !important;
}
.slider.style-9.fixed-slider {
position: fixed;
top: 0;
left: 0;
right: 0;
}
.slider.style-9 .swiper-slide-active {
z-index: 3;
}
.slider.style-9 .parallax-slider {
position: relative;
}
.slider.style-9 .parallax-slider .swiper-slide {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.slider.style-9 .parallax-slider .swiper-slide .bg-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
}
.slider.style-9 .parallax-slider .swiper-slide .bg-img:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
background: rgba(0, 0, 0, 0.6);
}
.slider.style-9 .parallax-slider .swiper-slide-active .caption h1 {
transition: all 0s;
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.slider.style-9 .parallax-slider .swiper-slide-active .caption h1 .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.slider.style-9 .parallax-slider .swiper-slide-active .caption .thin,
.slider.style-9 .parallax-slider .swiper-slide-active .caption .btn-curve,
.slider.style-9 .parallax-slider .swiper-slide-active .caption p {
opacity: 1;
transform: translateY(0);
}
.slider.style-9 .parallax-slider .caption .thin {
color: var(--color-main);
font-size: 30px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 8px;
margin-bottom: 5px;
opacity: 0;
transform: translateY(-20px);
transition: all .4s;
transition-delay: .8s;
}
.slider.style-9 .parallax-slider .caption .thin span {
color: var(--color-main);
}
.slider.style-9 .parallax-slider .caption h1 {
font-size: 60px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
opacity: 0;
visibility: hidden;
transition: opacity .5s,
visibility .5s;
font-family: 'Barlow Condensed', sans-serif;
}
.slider.style-9 .parallax-slider .caption p {
color: #eee;
margin-top: 15px;
opacity: 0;
transform: translateY(20px);
transition: all .4s;
transition-delay: .8s;
padding: 0 22%  0 22%;
}
.slider.style-9 .parallax-slider .caption .btn-curve {
opacity: 0;
transform: translateY(20px);
transition: all .4s;
transition-delay: 1s;
border: 2px solid;
line-height: 2;
}
.slider.style-9 .parallax-slider .caption .btn-curve span {
font-size: 15px;
font-weight: 700;
text-transform: capitalize;
}
.slider.style-9 .parallax-slider .caption .btn-curve:hover span {
color: #0c0f16;
}
.slider.style-9 .parallax-slider .caption.dig h1 {
font-weight: 800;
font-size: 80px;
text-transform: uppercase;
}
.slider.style-9 .parallax-slider .caption.dig h1 .tline {
margin-left: 80px;
}
.slider.style-9 .parallax-slider .caption.dig h1 .whitespace {
width: 20px;
}
.slider.style-9 .parallax-slider .bactxt {
font-size: 30vw;
font-weight: bold;
color: transparent;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.25);
z-index: -1;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: -50px;
text-align: center;
}
.slider.style-9 .setone {
position: absolute;
bottom: 8%;
right: 40px;
z-index: 8;
}
.slider.style-9 .setone .swiper-button-prev, .slider.style-9 .setone .swiper-button-next {
background-image: none;
}
.slider.style-9 .setone .swiper-nav-ctrl {
color: #ccc;
font-size: 13px;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
margin: 5px 0;
border: 1px solid rgba(255, 255, 255, 0.3);
position: static;
}
.slider.style-9 .setone .swiper-nav-ctrl:after {
display: none;
}
.slider.style-9 .setone.setwo {
position: static;
}
.slider.style-9 .setone.setwo .swiper-nav-ctrl {
border-radius: 50%;
}
.slider.style-9 .setone.setwo .next-ctrl {
position: absolute;
top: 50%;
right: 30px;
}
.slider.style-9 .setone.setwo .prev-ctrl {
position: absolute;
top: 50%;
left: 30px;
}
.slider.style-9 .txt-botm {
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
z-index: 8;
}
.slider.style-9 .txt-botm .swiper-nav-ctrl {
position: absolute;
width: auto;
height: auto;
margin-top: auto;
top: auto;
bottom: 0;
}
.slider.style-9 .txt-botm .swiper-nav-ctrl i {
color: #ccc;
font-size: 13px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
margin: 0;
border-radius: 50%;
display: inline-block;
transition: all .3s;
}
.slider.style-9 .txt-botm .swiper-nav-ctrl span {
font-weight: 500;
font-size: 12px;
color: #fff;
}
.slider.style-9 .txt-botm .swiper-nav-ctrl:after {
display: none;
}
.slider.style-9 .txt-botm .swiper-nav-ctrl.swiper-button-next {
right: 40px;
}
.slider.style-9 .txt-botm .swiper-nav-ctrl.swiper-button-next i {
margin-left: 10px;
}
.slider.style-9 .txt-botm .swiper-nav-ctrl.swiper-button-prev {
left: 40px;
}
.slider.style-9 .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
margin-right: 10px;
}
.slider.style-9 .txt-botm .swiper-nav-ctrl:hover i {
border: 1px solid rgba(255, 255, 255, 0.3);
}
.slider.style-9 .swiper-pagination-fraction.top {
position: absolute;
right: 15%;
left: auto;
bottom: auto;
top: 20%;
width: auto;
color: #fff;
font-size: 40px;
font-weight: 500;
}
.slider.style-9 .swiper-pagination-fraction.top .swiper-pagination-current {
font-size: 60px;
font-weight: 700;
position: relative;
color: transparent;
-webkit-text-stroke: .5px #fff;
}
.slider.style-9 .swiper-pagination-fraction.top .swiper-pagination-current:after {
content: '/';
color: #fff;
position: relative;
margin: 0 10px;
font-size: 12px;
font-weight: 100;
}
.slider.style-9 .swiper-pagination-fraction.top.botm {
top: auto;
bottom: 40px;
right: 40px;
}
.slider.style-9 .swiper-pagination-fraction.steps {
position: absolute;
width: 100px;
color: #fff;
font-size: 15px;
bottom: 40px;
left: calc(50% - 50px);
right: auto;
top: auto;
text-align: left;
}
.slider.style-9 .swiper-pagination-fraction.steps:after {
content: '';
position: absolute;
top: 50%;
left: 15%;
width: 70%;
height: 1px;
background: rgba(255, 255, 255, 0.3);
}
.slider.style-9 .swiper-pagination-fraction.steps .swiper-pagination-total {
float: right;
}
.slider.style-9 .social-icon {
position: absolute;
left: 40px;
bottom: 40px;
z-index: 8;
}
.slider.style-9 .social-icon a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.05);
color: #fff;
font-size: 13px;
}
@media screen and (max-width: 991px) {
.obelisk-slider.style-6 .parallax-slider .caption {
text-align: center;
}
.obelisk-slider.style-6 .parallax-slider .caption h1 {
font-size: 60px;
letter-spacing: 1px;
}
.obelisk-slider.style-6 .parallax-slider .caption h1 > span:nth-child(3) {
margin-left: 0;
}
}
@media screen and (max-width: 767px) {
.obelisk-slider.style-6 .parallax-slider .caption h1 {
font-size: 40px;
}
.obelisk-slider.style-6 .setone.setwo .next-ctrl {
left: 70px;
bottom: 15px;
top: auto;
width: 45px;
height: 45px;
line-height: 45px;
}
.obelisk-slider.style-6 .setone.setwo .prev-ctrl {
left: 15px;
bottom: 15px;
top: auto;
width: 45px;
height: 45px;
line-height: 45px;
}
.obelisk-slider.style-6 .swiper-pagination-fraction.top.botm {
right: 15px;
bottom: 15px;
}
.obelisk-slider.style-6 .swiper-pagination-fraction.top .swiper-pagination-current {
font-size: 40px;
}
} .obelisk-slider-10 .slider {
position: relative;
}
.obelisk-slider-10 .slider.fixed-slider {
position: fixed;
top: 0;
left: 0;
right: 0;
}
.obelisk-slider-10 .slider .swiper-slide-active {
z-index: 3;
}
.obelisk-slider-10 .slider .parallax-slider {
position: relative;
}
.obelisk-slider-10 .slider .parallax-slider .swiper-slide {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.obelisk-slider-10 .slider .parallax-slider .swiper-slide .bg-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
}
.obelisk-slider-10 .slider .parallax-slider .swiper-slide-active .caption h1 {
transition: all 0s;
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.obelisk-slider-10 .slider .parallax-slider .swiper-slide-active .caption h1 .char {
animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(60ms * var(--char-index));
}
.obelisk-slider-10 .slider .parallax-slider .swiper-slide-active .caption .btn-dis,
.obelisk-slider-10 .slider .parallax-slider .swiper-slide-active .caption p {
opacity: 1;
transform: translateY(0);
}
.obelisk-slider-10 .slider .parallax-slider .caption h1 {
font-size: 65px;
font-weight: 500;
letter-spacing: 4px;
color: #fff;
opacity: 0;
visibility: hidden;
transition: opacity .5s,
visibility .5s;
}
.obelisk-slider-10 .slider .parallax-slider .caption p {
color: #ccc;
font-weight: 300;
margin-top: 10px;
opacity: 0;
transform: translateY(20px);
transition: all .4s;
transition-delay: .8s;
}
.obelisk-slider-10 .slider .parallax-slider .caption .btn-dis {
font-size: 18px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 4px;
position: relative;
opacity: 0;
transform: translateY(20px);
transition: all .4s;
transition-delay: 1s;
}
.obelisk-slider-10 .slider .parallax-slider .caption .btn-dis:after {
content: '';
position: absolute;
right: -70px;
top: 50%;
width: 50px;
height: 1px;
background: #fff;
}
.obelisk-slider-10 .slider .control-text {
position: absolute;
bottom: 20px;
right: 60px;
z-index: 8;
}
.obelisk-slider-10 .slider .control-text .swiper-nav-ctrl {
color: #eee;
font-size: 14px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 4px;
margin-left: 50px;
position: static;
width: auto;
height: auto;
display: inline-block;
}
.obelisk-slider-10 .slider .control-text .swiper-nav-ctrl .arrow {
position: relative;
}
.obelisk-slider-10 .slider .control-text .swiper-nav-ctrl .arrow:after {
content: '';
position: absolute;
top: 50%;
right: -30px;
height: 1px;
width: 25px;
background: #fff;
background: linear-gradient(to right, transparent, #fff);
line-height: 1;
}
.obelisk-slider-10 .slider .control-text .swiper-nav-ctrl .arrow:before {
content: '';
position: absolute;
right: -30px;
top: 8px;
background: #fff;
height: 1px;
width: 8px;
transform: rotate(30deg);
line-height: 1;
}
.obelisk-slider-10 .slider .control-text .swiper-nav-ctrl .arrow.prv:after {
top: 50%;
left: -30px;
right: auto;
background: #fff;
background: linear-gradient(to left, transparent, #fff);
}
.obelisk-slider-10 .slider .control-text .swiper-nav-ctrl .arrow.prv:before {
left: -30px;
right: auto;
top: 13px;
background: #fff;
}
.obelisk-slider-10 .slider .control-text .swiper-nav-ctrl:after {
display: none;
}
.obelisk-slider-10 .slider .swiper-pagination-bullets {
bottom: 20px;
}
.obelisk-slider-10 .slider .swiper-pagination-bullet {
background: #fff;
opacity: .4;
}
.obelisk-slider-10 .slider .swiper-pagination-bullet-active {
background: var(--color-main);
opacity: 1;
} .obelisk-slider.style-11 .swiper-slide {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.obelisk-slider.style-11 .swiper-slide .bg-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
}
.obelisk-slider.style-11 .parallax-slider .caption h5 {
font-size: 50px;
font-weight: 200;
font-family: 'Khand', sans-serif;
}
.obelisk-slider.style-11 .parallax-slider .caption h1 {
font-size: 75px;
font-weight: 600;
letter-spacing: 2px;
font-family: 'Khand', sans-serif;
}
.obelisk-slider.style-11 .parallax-slider .caption p {
color: #eee;
font-weight: 300;
padding-left: 100px;
margin-left: 100px;
position: relative;
margin-bottom: 0;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
}
.obelisk-slider.style-11 .parallax-slider .caption p:after {
content: '';
position: absolute;
left: 0;
top: 10px;
background: #eee;
width: 70px;
height: 1px;
}
.obelisk-slider.style-11 .parallax-slider .swiper-slide-active .caption .thin, .obelisk-slider.style-11 .parallax-slider .swiper-slide-active .caption .butn, .obelisk-slider.style-11 .parallax-slider .swiper-slide-active .caption h1, .obelisk-slider.style-11 .parallax-slider .swiper-slide-active .caption p {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.obelisk-slider.style-11 .parallax-slider .explore {
margin-left: auto;
margin-top: -100px;
}
.obelisk-slider.style-11 .parallax-slider .explore a {
color: #fff;
font-size: 13px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 2px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.obelisk-slider.style-11 .parallax-slider .explore a i {
font-size: 12px;
margin-left: 10px;
}
.obelisk-slider.style-11 .setting {
position: absolute;
bottom: 0;
right: 0;
padding: 50px;
width: 300px;
background: #fff;
z-index: 4;
}
.obelisk-slider.style-11 .setting .swiper-button-next, .obelisk-slider.style-11 .setting .swiper-button-prev {
color: #111;
display: flex;
align-items: center;
justify-content: center;
}
.obelisk-slider.style-11 .setting .swiper-button-next:after, .obelisk-slider.style-11 .setting .swiper-button-prev:after {
display: none;
}
.obelisk-slider.style-11 .setting .next-ctrl {
padding-left: 25px;
margin-right: 20px;
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.obelisk-slider.style-11 .setting .prev-ctrl {
padding-right: 25px;
margin-left: 20px;
border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.obelisk-slider.style-11 .setting .swiper-pagination-bullets {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.obelisk-slider.style-11 .setting .swiper-pagination-bullets .swiper-pagination-bullet {
width: 5px;
height: 5px;
background: rgba(0, 0, 0, 0.4);
border-radius: 50%;
margin: 0 7px;
position: relative;
opacity: 1;
}
.obelisk-slider.style-11 .setting .swiper-pagination-bullets .swiper-pagination-bullet-active {
background: #111;
transform: scale(1.5);
}
body.obelisk-dark-mode .obelisk-slider.style-11 .setting {
background: #232323;
}
body.obelisk-dark-mode .obelisk-slider.style-11 .setting .swiper-button-next, body.obelisk-dark-mode .obelisk-slider.style-11 .setting .swiper-button-prev {
color: #fff;
}
body.obelisk-dark-mode .obelisk-slider.style-11 .setting .swiper-pagination-bullets .swiper-pagination-bullet {
background: rgba(255, 255, 255, 0.4);
}
body.obelisk-dark-mode .obelisk-slider.style-11 .setting .swiper-pagination-bullets .swiper-pagination-bullet-active {
background: #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-slider.style-11 .setting {
background: #232323;
}
body.obelisk-auto-mode .obelisk-slider.style-11 .setting .swiper-button-next, body.obelisk-auto-mode .obelisk-slider.style-11 .setting .swiper-button-prev {
color: #fff;
}
body.obelisk-auto-mode .obelisk-slider.style-11 .setting .swiper-pagination-bullets .swiper-pagination-bullet {
background: rgba(255, 255, 255, 0.4);
}
body.obelisk-auto-mode .obelisk-slider.style-11 .setting .swiper-pagination-bullets .swiper-pagination-bullet-active {
background: #fff;
}
} .obelisk-portfolio-single .work-img-bg.slider-img-bg {
background-size: cover;
}
.obelisk-portfolio-single .slider-box.container-fluid {
max-width: 100%;
padding-left: 4em;
padding-right: 4em;
}
.obelisk-portfolio-single .slider > .slide {
opacity: 0;
position: absolute;
top: 0;
left: 0;
}
.obelisk-portfolio-single .slider > .slide:first-child {
position: relative;
}
.obelisk-portfolio-single .slider .slick-dots {
position: absolute;
bottom: 10px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.obelisk-portfolio-single .slider-img-bg {
z-index: -2;
background-position: 50% 50%;
background-size: cover;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.obelisk-portfolio-single .slider-img-bg:nth-child(2) {
animation-delay: 10s;
}
.obelisk-portfolio-single .slider-img-bg:nth-child(3) {
animation-delay: 20s;
}
.obelisk-portfolio-single .slider-img-bg:nth-child(4) {
animation-delay: 30s;
}
.obelisk-portfolio-single .slider-img-bg:nth-child(5) {
animation-delay: 40s;
}
.obelisk-portfolio-single .slider-line {
margin-top: 0;
background-color: var(--color-main);
display: inline-block;
height: 2px;
margin-bottom: 0;
position: relative;
top: -15px;
width: 100px;
}
.obelisk-portfolio-single .slider-hidden {
overflow: hidden;
}
.obelisk-portfolio-single .slider-mask {
height: 100%;
left: 0%;
position: absolute;
top: 0%;
width: 100%;
z-index: -1;
background: #fff;
opacity: .8;
}
.obelisk-portfolio-single .slider-box {
padding-bottom: 14%;
padding-top: 14%;
position: relative;
text-align: center;
}
.obelisk-portfolio-single .slide {
position: relative;
overflow: hidden;
}
.obelisk-portfolio-single .slider-text {
color: #ccc;
font-size: 16px;
margin-bottom: 1.4em;
max-width: 70%;
margin-left: auto;
margin-right: auto;
}
.obelisk-portfolio-single .slider-subtitle {
color: #eee;
font-size: 18px;
font-weight: 600;
letter-spacing: 3px;
margin: 0;
text-transform: uppercase;
margin-bottom: 10px;
}
.obelisk-portfolio-single .slider-style-2 .slider-title {
font-size: 65px;
letter-spacing: -1px;
line-height: 1.2;
font-weight: 700;
}
.obelisk-portfolio-single .slider-style-2 .slider-subtitle {
background: var(--color-main);
max-width: 500px;
padding: 0px 20px;
display: inline-block !important;
}
.obelisk-portfolio-single .home-slider .slick-arrow {
-webkit-transition: all 0.4s ease-out 0s;
background: #ffffff3d;
top: 50%;
color: #ffffff;
cursor: pointer;
font-size: 16px;
height: 50px;
line-height: 50px;
margin-top: 0;
opacity: 1;
position: absolute;
text-align: center;
transition: all 0.4s ease-out 0s;
width: 50px;
z-index: 3;
border-radius: 50%;
font-weight: 800;
}
.obelisk-portfolio-single .home-slider .slick-arrow.fa-angle-right {
right: 50px;
}
.obelisk-portfolio-single .home-slider .slick-arrow.fa-angle-left {
left: 50px;
}
.obelisk-portfolio-single .home-slider .slick-arrow:hover {
background: #fff;
color: var(--color-main);
}
.obelisk-portfolio-single .btn-relative {
overflow: hidden;
display: inline-block;
}
.obelisk-portfolio-single .slider-btn {
-webkit-transition-duration: 1.5s;
display: inline-block;
font-size: 14px;
overflow: hidden;
position: relative;
z-index: 1;
color: #ffffff;
padding: 16px 36px;
transition-duration: 1.5s;
letter-spacing: 1px;
line-height: 20px;
background: transparent;
font-weight: 600;
}
.obelisk-portfolio-single .slider-btn:hover {
color: var(--color-main);
}
.obelisk-portfolio-single .slider-btn:hover::after {
-ms-transform: scale(4);
opacity: 1;
transform: scale(4);
-webkit-transform: scale(4);
}
.obelisk-portfolio-single .slider-btn:hover::before {
-ms-transform: scale(4);
opacity: 1;
transform: scale(4);
-webkit-transform: scale(4);
}
.obelisk-portfolio-single .slider-btn::before {
-ms-transform: scale(0);
-webkit-transition-duration: 0.8s;
-webkit-transition: all 0.4s ease-out 0s;
opacity: 0.3;
transform: scale(0);
-webkit-transform: scale(0);
background: transparent;
border-radius: 200px;
content: "";
display: block;
height: 200px;
left: -50%;
margin-top: -100px;
position: absolute;
top: 50%;
transition-duration: 0.8s;
transition: all 0.4s ease-out 0s;
width: 200px;
z-index: -1;
}
.obelisk-portfolio-single .slider-btn::after {
-ms-transform: scale(0);
-webkit-transition: all 0.4s ease-in 0s;
opacity: 0.3;
transform: scale(0);
transition-delay: 0.3s;
-webkit-transform: scale(0);
background: #fff none repeat scroll 0 0;
border-radius: 200px;
content: "";
display: block;
height: 200px;
left: -50%;
margin-top: -100px;
position: absolute;
top: 50%;
transition: all 0.4s ease-in 0s;
width: 200px;
z-index: -1;
}
.obelisk-portfolio-single .dsc-btn-style1 {
color: #ffffff;
background-color: var(--color-main);
border: 2px solid var(--color-main);
margin-right: 5px;
}
.obelisk-portfolio-single .dsc-btn-style1:hover {
color: #000000;
background: transparent;
}
.obelisk-portfolio-single .dsc-btn-style2 {
color: var(--color-main);
background: #fff;
border: 2px solid #fff;
}
.obelisk-portfolio-single .slider-content {
display: inline-block;
width: 100%;
padding: 10px;
}
.obelisk-portfolio-single .slider-content.left-box-slider {
margin: 0;
}
.obelisk-portfolio-single .left-box-slider .slider-line {
background-color: var(--color-main);
height: 5px;
margin-bottom: 25px;
margin-top: -15px;
margin: 0;
width: 150px;
}
.obelisk-portfolio-single .center-box-slider .slider-line {
background-color: var(--color-main);
height: 15px;
margin-bottom: 25px;
margin: auto;
top: -40px;
width: 300px;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.obelisk-portfolio-single .page-head-slider .slider-box {
padding-bottom: 120px;
padding-top: 200px;
}
.obelisk-portfolio-single .custom-paging {
position: absolute;
right: 40px;
left: auto;
bottom: 30px;
top: auto;
width: auto;
color: #fff;
}
.obelisk-portfolio-single .custom-paging li {
list-style-type: none;
letter-spacing: 8px;
font-size: 14px;
font-weight: 300;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
}
.obelisk-portfolio-single .custom-paging li::first-letter {
font-size: 18px;
}
.obelisk-portfolio-single .custom-paging li:not(.slick-active) {
display: none;
}  .showcase .txt-botm {
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
z-index: 8;
}
.showcase .txt-botm .swiper-nav-ctrl {
position: absolute;
width: auto;
height: auto;
margin-top: auto;
top: auto;
bottom: 0;
display: flex;
}
.showcase .txt-botm .swiper-nav-ctrl i {
color: #ccc;
font-size: 13px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
margin: 0;
border-radius: 50%;
display: inline-block;
transition: all .3s;
}
.showcase .txt-botm .swiper-nav-ctrl span {
font-weight: 500;
font-size: 12px;
color: #fff;
text-align: center;
line-height: 3;
}
.showcase .txt-botm .swiper-nav-ctrl:after {
display: none;
}
.showcase .txt-botm .swiper-nav-ctrl.swiper-button-next {
right: 40px;
}
.showcase .txt-botm .swiper-nav-ctrl.swiper-button-next i {
margin-left: 10px;
}
.showcase .txt-botm .swiper-nav-ctrl.swiper-button-prev {
left: 40px;
}
.showcase .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
margin-right: 10px;
}
.showcase .txt-botm .swiper-nav-ctrl:hover i {
border: 1px solid rgba(255, 255, 255, 0.3);
} .showcase.style-1 .showcase-full .parallax-slider .swiper-slide {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.showcase.style-1 .showcase-full .parallax-slider .swiper-slide .bg-img {
background-position: center center;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
}
.showcase.style-1 .showcase-full .parallax-slider .caption h1 {
font-size: 9vw;
font-weight: 800;
line-height: 1.2;
transition: all .5s;
transition: all 0s;
opacity: 1;
visibility: visible;
transform: translateY(0);
letter-spacing: 4px;
color: #fff;
}
.showcase.style-1 .showcase-full .parallax-slider .caption h1 .stroke {
color: transparent;
-webkit-text-stroke: 1px #fff;
}
.showcase.style-1 .showcase-full .parallax-slider .caption h1 span {
margin-left: 200px;
color: #fff;
}
.showcase.style-1 .showcase-full .parallax-slider .caption .discover {
margin-top: 50px;
opacity: 0;
transition: all .7s;
}
.showcase.style-1 .showcase-full .parallax-slider .caption .discover i {
display: inline-block;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
border: 1px solid #fff;
border-radius: 50%;
margin-right: 10px;
}
.showcase.style-1 .showcase-full .parallax-slider .caption .discover span {
font-size: 13px;
font-weight: 600;
}
.showcase.style-1 .showcase-full .swiper-pagination-fraction.steps {
position: absolute;
width: 100px;
color: #fff;
font-size: 15px;
bottom: 40px;
left: calc(50% - 50px);
right: auto;
top: auto;
text-align: left;
}
.showcase.style-1 .showcase-full .swiper-pagination-fraction.steps:after {
content: '';
position: absolute;
top: 50%;
left: 15%;
width: 70%;
height: 1px;
background: rgba(255, 255, 255, 0.3);
}
.showcase.style-1 .showcase-full .swiper-pagination-fraction.steps .swiper-pagination-total {
float: right;
}
@media (min-width: 1200px) {
.showcase.style-1 .container {
width: 1200px;
}
} .showcase.style-2 .showcase-carus {
height: 100vh;
}
.showcase.style-2 .showcase-carus .swiper-container {
height: 100%;
}
.showcase.style-2 .showcase-carus .swiper-slide .bg-img {
height: 60vh;
margin: 20vh 0 0;
}
.showcase.style-2 .showcase-carus .caption h1, .showcase.style-2 .showcase-carus .copy-cap h1 {
font-size: 90px;
font-weight: 800;
line-height: 1.2;
position: relative;
left: -120px;
}
.showcase.style-2 .showcase-carus .caption h1 .stroke, .showcase.style-2 .showcase-carus .copy-cap h1 .stroke {
color: transparent;
transform: skewX(25deg) translateX(-100px);
opacity: 0;
transition: transform 1.2s, opacity .3s;
transition-delay: .2s;
}
.showcase.style-2 .showcase-carus .caption h1 span, .showcase.style-2 .showcase-carus .copy-cap h1 span {
margin-left: 40px;
transform: skewX(-25deg) translateX(100px);
opacity: 0;
transition: transform 1.2s, opacity .3s;
transition-delay: .2s;
}
.showcase.style-2 .showcase-carus .caption .discover, .showcase.style-2 .showcase-carus .copy-cap .discover {
margin-top: 50px;
opacity: 0;
transition: all .7s;
}
.showcase.style-2 .showcase-carus .caption .discover i, .showcase.style-2 .showcase-carus .copy-cap .discover i {
display: inline-block;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
border: 1px solid #fff;
border-radius: 50%;
margin-right: 10px;
}
.showcase.style-2 .showcase-carus .caption .discover span, .showcase.style-2 .showcase-carus .copy-cap .discover span {
font-size: 13px;
font-weight: 600;
}
.showcase.style-2 .showcase-carus .swiper-slide-active .caption h1 .stroke, .showcase.style-2 .showcase-carus .swiper-slide-active .copy-cap h1 .stroke {
transform: skewX(0) translateX(0);
opacity: 1;
}
.showcase.style-2 .showcase-carus .swiper-slide-active .caption h1 span, .showcase.style-2 .showcase-carus .swiper-slide-active .copy-cap h1 span {
transform: skewX(0) translateX(0);
opacity: 1;
}
.showcase.style-2 .showcase-carus .swiper-slide-active .caption .discover, .showcase.style-2 .showcase-carus .swiper-slide-active .copy-cap .discover {
opacity: 1;
}
.showcase.style-2 .showcase-carus .copy-cap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.showcase.style-2 .showcase-carus .copy-cap .cap h1 span {
color: transparent;
}
.showcase.style-2 .showcase-carus .copy-cap .cap h1 .stroke {
-webkit-text-stroke: 0;
}
.showcase.style-2 .showcase-carus.circle-slide .swiper-slide {
display: flex;
align-items: center;
}
.showcase.style-2 .showcase-carus.circle-slide .swiper-slide .bg-img {
height: 420px;
width: 420px;
border-radius: 50%;
margin: auto;
background-position: center center;
}
.showcase.style-2 .showcase-carus.circle-slide .swiper-slide .bg-img:before {
border-radius: 50%;
}
.showcase.style-2 .showcase-carus.circle-slide .caption, .showcase.style-2 .showcase-carus.circle-slide .copy-cap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.showcase.style-2 .showcase-carus.circle-slide .caption h1, .showcase.style-2 .showcase-carus.circle-slide .copy-cap h1 {
font-size: 90px;
display: block;
min-width: 700px;
text-align: center;
left: -140px;
margin: auto;
}
.showcase.style-2 .showcase-carus.circle-slide .caption h1 .stroke, .showcase.style-2 .showcase-carus.circle-slide .copy-cap h1 .stroke {
display: inline-block;
color: transparent;
}
.showcase.style-2 .showcase-carus.circle-slide .caption h1 span, .showcase.style-2 .showcase-carus.circle-slide .copy-cap h1 span {
margin-left: auto;
color: transparent;
}
.showcase.style-2 .showcase-carus.circle-slide .copy-cap .cap h1 span {
color: #fff;
-webkit-text-stroke: 0;
}
.showcase.style-2 .showcase-carus.circle-slide .copy-cap .cap h1 .stroke {
color: #fff;
-webkit-text-stroke: 0;
}
.showcase.style-2 .showcase-carus.circle-slide .caption h1 .stroke, .showcase.style-2 .showcase-carus.circle-slide .copy-cap h1 .stroke {
transform: skewX(0) translateX(0);
opacity: 1;
}
.showcase.style-2 .showcase-carus.circle-slide .caption h1 span, .showcase.style-2 .showcase-carus.circle-slide .copy-cap h1 span {
transform: skewX(0) translateX(0);
opacity: 1;
}
@media screen and (max-width: 991px) {
.showcase.style-2 .showcase-carus .caption h1, .showcase.style-2 .showcase-carus .copy-cap h1 {
font-size: 60px;
left: auto;
margin-left: 20px;
}
.showcase.style-2 .showcase-carus .swiper-slide .bg-img {
margin: 0;
height: 100vh;
background-position: center center;
}
}
.showcase.style-2 .showcase-carus .caption h1 .stroke, .showcase.style-2 .showcase.style-2 .showcase-carus .copy-cap h1 .stroke {
-webkit-text-stroke: 1px var(--color-main);
}
.showcase.style-2 [data-overlay-dark] h1, .showcase.style-2 [data-overlay-dark] h2, .showcase.style-2 [data-overlay-dark] h3, .showcase.style-2 [data-overlay-dark] h4, .showcase.style-2 [data-overlay-dark] h5, .showcase.style-2 [data-overlay-dark] h6, .showcase.style-2 [data-overlay-dark] span {
color: var(--color-main);
}
.showcase.style-2 .showcase-carus .copy-cap .cap h1 .stroke {
color: var(--color-main);
}
.showcase.style-2 .txt-botm .swiper-nav-ctrl span {
color: #000;
}
.showcase.style-2 .showcase-carus .copy-cap .cap h1 span {
-webkit-text-stroke: 1px var(--color-main);
}
body.obelisk-dark-mode .showcase.style-2 .showcase-carus .caption h1 .stroke, body.obelisk-dark-mode .showcase.style-2 .showcase.style-2 .showcase-carus .copy-cap h1 .stroke {
-webkit-text-stroke: 1px #fff;
}
body.obelisk-dark-mode .showcase.style-2 [data-overlay-dark] h1, body.obelisk-dark-mode .showcase.style-2 [data-overlay-dark] h2, body.obelisk-dark-mode .showcase.style-2 [data-overlay-dark] h3, body.obelisk-dark-mode .showcase.style-2 [data-overlay-dark] h4, body.obelisk-dark-mode .showcase.style-2 [data-overlay-dark] h5, body.obelisk-dark-mode .showcase.style-2 [data-overlay-dark] h6, body.obelisk-dark-mode .showcase.style-2 [data-overlay-dark] span {
color: #fff;
}
body.obelisk-dark-mode .showcase.style-2 .showcase-carus .copy-cap .cap h1 .stroke {
color: #fff;
}
body.obelisk-dark-mode .showcase.style-2 .txt-botm .swiper-nav-ctrl span {
color: #fff;
}
body.obelisk-dark-mode .showcase.style-2 .showcase-carus .copy-cap .cap h1 span {
-webkit-text-stroke: 1px #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .showcase.style-2 .showcase-carus .caption h1 .stroke, body.obelisk-auto-mode .showcase.style-2 .showcase.style-2 .showcase-carus .copy-cap h1 .stroke {
-webkit-text-stroke: 1px #fff;
}
body.obelisk-auto-mode .showcase.style-2 [data-overlay-dark] h1, body.obelisk-auto-mode .showcase.style-2 [data-overlay-dark] h2, body.obelisk-auto-mode .showcase.style-2 [data-overlay-dark] h3, body.obelisk-auto-mode .showcase.style-2 [data-overlay-dark] h4, body.obelisk-auto-mode .showcase.style-2 [data-overlay-dark] h5, body.obelisk-auto-mode .showcase.style-2 [data-overlay-dark] h6, body.obelisk-auto-mode .showcase.style-2 [data-overlay-dark] span {
color: #fff;
}
body.obelisk-auto-mode .showcase.style-2 .showcase-carus .copy-cap .cap h1 .stroke {
color: #fff;
}
body.obelisk-auto-mode .showcase.style-2 .txt-botm .swiper-nav-ctrl span {
color: #fff;
}
body.obelisk-auto-mode .showcase.style-2 .showcase-carus .copy-cap .cap h1 span {
-webkit-text-stroke: 1px #fff;
}
} .showcase.style-3 .showcase-carus {
height: 100vh;
}
.showcase.style-3 .showcase-carus .swiper-container {
height: 100%;
}
.showcase.style-3 .showcase-carus .swiper-slide .bg-img {
height: 60vh;
margin: 20vh 0 0;
}
.showcase.style-3 .showcase-carus .caption h1, .showcase.style-3 .showcase-carus .copy-cap h1 {
font-size: 90px;
font-weight: 800;
line-height: 1.2;
position: relative;
left: -120px;
}
.showcase.style-3 .showcase-carus .caption h1 .stroke, .showcase.style-3 .showcase-carus .copy-cap h1 .stroke {
color: transparent;
transform: skewX(25deg) translateX(-100px);
opacity: 0;
transition: transform 1.2s, opacity .3s;
transition-delay: .2s;
}
.showcase.style-3 .showcase-carus .caption h1 span, .showcase.style-3 .showcase-carus .copy-cap h1 span {
margin-left: 40px;
transform: skewX(-25deg) translateX(100px);
opacity: 0;
transition: transform 1.2s, opacity .3s;
transition-delay: .2s;
}
.showcase.style-3 .showcase-carus .caption .discover, .showcase.style-3 .showcase-carus .copy-cap .discover {
margin-top: 50px;
opacity: 0;
transition: all .7s;
}
.showcase.style-3 .showcase-carus .caption .discover i, .showcase.style-3 .showcase-carus .copy-cap .discover i {
display: inline-block;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
border: 1px solid #fff;
border-radius: 50%;
margin-right: 10px;
}
.showcase.style-3 .showcase-carus .caption .discover span, .showcase.style-3 .showcase-carus .copy-cap .discover span {
font-size: 13px;
font-weight: 600;
}
.showcase.style-3 .showcase-carus .swiper-slide-active .caption h1 .stroke, .showcase.style-3 .showcase-carus .swiper-slide-active .copy-cap h1 .stroke {
transform: skewX(0) translateX(0);
opacity: 1;
}
.showcase.style-3 .showcase-carus .swiper-slide-active .caption h1 span, .showcase.style-3 .showcase-carus .swiper-slide-active .copy-cap h1 span {
transform: skewX(0) translateX(0);
opacity: 1;
}
.showcase.style-3 .showcase-carus .swiper-slide-active .caption .discover, .showcase.style-3 .showcase-carus .swiper-slide-active .copy-cap .discover {
opacity: 1;
}
.showcase.style-3 .showcase-carus .copy-cap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.showcase.style-3 .showcase-carus .copy-cap .cap h1 span {
color: transparent;
}
.showcase.style-3 .showcase-carus .copy-cap .cap h1 .stroke {
-webkit-text-stroke: 0;
}
.showcase.style-3 .showcase-carus.circle-slide .swiper-slide {
display: flex;
align-items: center;
}
.showcase.style-3 .showcase-carus.circle-slide .swiper-slide .bg-img {
height: 420px;
width: 420px;
border-radius: 50%;
margin: auto;
background-position: center center;
}
.showcase.style-3 .showcase-carus.circle-slide .swiper-slide .bg-img:before {
border-radius: 50%;
}
.showcase.style-3 .showcase-carus.circle-slide .caption, .showcase.style-3 .showcase-carus.circle-slide .copy-cap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.showcase.style-3 .showcase-carus.circle-slide .caption h1, .showcase.style-3 .showcase-carus.circle-slide .copy-cap h1 {
font-size: 90px;
display: block;
min-width: 700px;
text-align: center;
left: -140px;
margin: auto;
}
.showcase.style-3 .showcase-carus.circle-slide .caption h1 .stroke, .showcase.style-3 .showcase-carus.circle-slide .copy-cap h1 .stroke {
display: inline;
color: transparent;
}
.showcase.style-3 .showcase-carus.circle-slide .caption h1 span, .showcase.style-3 .showcase-carus.circle-slide .copy-cap h1 span {
margin-left: auto;
color: transparent;
}
.showcase.style-3 .showcase-carus.circle-slide .copy-cap .cap h1 span {
-webkit-text-stroke: 0;
}
.showcase.style-3 .showcase-carus.circle-slide .copy-cap .cap h1 .stroke {
-webkit-text-stroke: 0;
}
.showcase.style-3 .showcase-carus.circle-slide .caption h1 .stroke, .showcase.style-3 .showcase-carus.circle-slide .copy-cap h1 .stroke {
transform: skewX(0) translateX(0);
opacity: 1;
}
.showcase.style-3 .showcase-carus.circle-slide .caption h1 span, .showcase.style-3 .showcase-carus.circle-slide .copy-cap h1 span {
transform: skewX(0) translateX(0);
opacity: 1;
}
.showcase.style-3 .txt-botm {
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
z-index: 8;
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl {
position: absolute;
width: auto;
height: auto;
margin-top: auto;
top: auto;
bottom: 0;
display: flex;
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl i {
color: #ccc;
font-size: 13px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
margin: 0;
border-radius: 50%;
display: inline-block;
transition: all .3s;
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl span {
font-weight: 500;
font-size: 12px;
text-align: center;
line-height: 3;
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl:after {
display: none;
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl.swiper-button-next {
right: 40px;
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl.swiper-button-next i {
margin-left: 10px;
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl.swiper-button-prev {
left: 40px;
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
margin-right: 10px;
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl:hover i {
border: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 480px) {
.showcase.style-3 .circle-slide .swiper-slide .bg-img {
height: 280px !important;
width: 280px !important;
}
.showcase.style-3 .showcase-carus.circle-slide .caption h1,
.showcase.style-3 .showcase-carus.circle-slide .copy-cap h1 {
font-size: 40px;
min-width: auto;
left: 0;
}
}
.showcase.style-3 {
background-color: #fff;
}
.showcase.style-3 .showcase-carus.circle-slide .caption h1 .stroke, .showcase.style-3 .copy-cap h1 .stroke, .showcase.style-3 .caption h1 span, .showcase.style-3 .copy-cap h1 span, .showcase.style-3 .copy-cap .cap h1 .stroke, .showcase.style-3 .copy-cap .cap h1 span {
-webkit-text-stroke: 1px var(--color-main);
}
.showcase.style-3 .showcase-carus.circle-slide .caption h1 span, .showcase.style-3 .showcase.style-3 .showcase-carus.circle-slide .copy-cap h1 span {
-webkit-text-stroke: 1px var(--color-main);
}
.showcase.style-3 .showcase-carus.circle-slide .copy-cap .cap h1 .stroke, .showcase.style-3 .showcase-carus.circle-slide .copy-cap .cap h1 span {
color: var(--color-main);
}
.showcase.style-3 .txt-botm .swiper-nav-ctrl span, .showcase.style-3 .txt-botm .swiper-nav-ctrl i {
color: #000;
}
body.obelisk-dark-mode .showcase.style-3 {
background-color: #0C0F16;
}
body.obelisk-dark-mode .showcase.style-3 .showcase-carus.circle-slide .caption h1 .stroke, body.obelisk-dark-mode .showcase.style-3 .copy-cap h1 .stroke, body.obelisk-dark-mode .showcase.style-3 .caption h1 span, body.obelisk-dark-mode .showcase.style-3 .copy-cap h1 span, body.obelisk-dark-mode .showcase.style-3 .copy-cap .cap h1 .stroke, body.obelisk-dark-mode .showcase.style-3 .copy-cap .cap h1 span {
-webkit-text-stroke: 1px #fff;
}
body.obelisk-dark-mode .showcase.style-3 .showcase-carus.circle-slide .caption h1 span, body.obelisk-dark-mode .showcase.style-3 .showcase.style-3 .showcase-carus.circle-slide .copy-cap h1 span {
-webkit-text-stroke: 1px #fff;
}
body.obelisk-dark-mode .showcase.style-3 .showcase-carus.circle-slide .copy-cap .cap h1 .stroke, body.obelisk-dark-mode .showcase.style-3 .showcase-carus.circle-slide .copy-cap .cap h1 span {
color: #fff;
}
body.obelisk-dark-mode .showcase.style-3 .txt-botm .swiper-nav-ctrl span, body.obelisk-dark-mode .showcase.style-3 .txt-botm .swiper-nav-ctrl i {
color: #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .showcase.style-3 {
background-color: #0C0F16;
}
body.obelisk-auto-mode .showcase.style-3 .showcase-carus.circle-slide .caption h1 .stroke, body.obelisk-auto-mode .showcase.style-3 .copy-cap h1 .stroke, body.obelisk-auto-mode .showcase.style-3 .caption h1 span, body.obelisk-auto-mode .showcase.style-3 .copy-cap h1 span, body.obelisk-auto-mode .showcase.style-3 .copy-cap .cap h1 .stroke, body.obelisk-auto-mode .showcase.style-3 .copy-cap .cap h1 span {
-webkit-text-stroke: 1px #fff;
}
body.obelisk-auto-mode .showcase.style-3 .showcase-carus.circle-slide .caption h1 span, body.obelisk-auto-mode .showcase.style-3 .showcase.style-3 .showcase-carus.circle-slide .copy-cap h1 span {
-webkit-text-stroke: 1px #fff;
}
body.obelisk-auto-mode .showcase.style-3 .showcase-carus.circle-slide .copy-cap .cap h1 .stroke, body.obelisk-auto-mode .showcase.style-3 .showcase-carus.circle-slide .copy-cap .cap h1 span {
color: #fff;
}
body.obelisk-auto-mode .showcase.style-3 .txt-botm .swiper-nav-ctrl span, body.obelisk-auto-mode .showcase.style-3 .txt-botm .swiper-nav-ctrl i {
color: #fff;
}
} .showcase.style-4 .slider {
position: relative;
}
.showcase.style-4 .showcase-grid .swiper-container {
height: 100%;
}
.showcase.style-4 .showcase-grid .swiper-slide .bg-img {
height: 76vh;
margin: 12vh 0 0;
position: relative;
background-position: center center;
}
.showcase.style-4 .div-tooltip-tit {
display: none;
position: absolute;
background-color: #000;
padding: 0 10px;
height: 50px;
line-height: 50px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
z-index: 99999;
color: #fff;
}
.showcase.style-4 .div-tooltip-sub {
display: none;
position: absolute;
background-color: #fff;
padding: 10px;
color: #111;
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
z-index: 99999;
}
.showcase.style-4 .txt-botm {
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
z-index: 8;
}
.showcase.style-4 .txt-botm .swiper-nav-ctrl {
position: absolute;
width: auto;
height: auto;
margin-top: auto;
top: auto;
bottom: 0;
display: flex;
}
.showcase.style-4 .txt-botm .swiper-nav-ctrl i {
color: #ccc;
font-size: 13px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
margin: 0;
border-radius: 50%;
display: inline-block;
transition: all .3s;
}
.showcase.style-4 .txt-botm .swiper-nav-ctrl span {
font-weight: 500;
font-size: 12px;
color: #fff;
text-align: center;
line-height: 3;
}
.showcase.style-4 .txt-botm .swiper-nav-ctrl:after {
display: none;
}
.showcase.style-4 .txt-botm .swiper-nav-ctrl.swiper-button-next {
right: 40px;
}
.showcase.style-4 .txt-botm .swiper-nav-ctrl.swiper-button-next i {
margin-left: 10px;
}
.showcase.style-4 .txt-botm .swiper-nav-ctrl.swiper-button-prev {
left: 40px;
}
.showcase.style-4 .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
margin-right: 10px;
}
.showcase.style-4 .txt-botm .swiper-nav-ctrl:hover i {
border: 1px solid rgba(255, 255, 255, 0.3);
} .obelisk-showcase.style-5 {
position: relative;
}
.obelisk-showcase.style-5 .swiper-slide .container {
min-height: 75vh;
padding: 100px 30px;
}
.obelisk-showcase.style-5 .swiper-slide.bg-img {
background-position: center !important;
}
.obelisk-showcase.style-5 .swiper-slide .cont span {
padding: 12px 30px;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 30px;
font-size: 13px;
margin-bottom: 50px;
display: inline-block;
}
.obelisk-showcase.style-5 .swiper-slide .cont h6 {
font-size: 17px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 15px;
}
.obelisk-showcase.style-5 .swiper-slide .cont h4 {
font-size: 60px;
text-transform: uppercase;
letter-spacing: 1px;
font-family: 'Khand', sans-serif;
}
.obelisk-showcase.style-5 .controls {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 150px;
z-index: 4;
}
.obelisk-showcase.style-5 .controls .swiper-button-next, .obelisk-showcase.style-5 .controls .swiper-button-prev {
position: static;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border: 1px solid #eee;
color: #fff;
display: block;
margin: 5px auto;
cursor: pointer;
background-image: none;
}
.obelisk-showcase.style-5 .controls .swiper-button-next:after, .obelisk-showcase.style-5 .controls .swiper-button-prev:after {
display: none;
} .obelisk-showcase.style-6 {
position: relative;
}
.obelisk-showcase.style-6 .container {
display: block;
}
.obelisk-showcase.style-6 .swiper-slide {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.obelisk-showcase.style-6 .swiper-slide .bg-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
}
.obelisk-showcase.style-6 .parallax-slider .swiper-slide .bg-img {
background-position: center center;
}
.obelisk-showcase.style-6 .parallax-slider .caption {
position: relative;
}
.obelisk-showcase.style-6 .parallax-slider .caption h1 {
font-size: 80px;
font-weight: 700;
letter-spacing: 1px;
transition: all .5s;
position: relative;
}
.obelisk-showcase.style-6 .parallax-slider .caption h1 .stroke {
margin-bottom: 10px;
color: #fff;
}
.obelisk-showcase.style-6 .parallax-slider .caption h1 .bord {
position: absolute;
top: 50%;
left: 50%;
width: 100vw;
transform: translateX(-50%);
height: 1px;
background: #fff;
border: 0;
opacity: .1;
}
.obelisk-showcase.style-6 .parallax-slider .caption .discover {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
width: 200px;
height: 200px;
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: 50%;
font-size: 13px;
font-weight: 200;
letter-spacing: 4px;
text-transform: uppercase;
transition-delay: 2s;
transition: all .7s;
opacity: 0;
}
.obelisk-showcase.style-6 .parallax-slider .caption .discover span {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
line-height: 50px;
}
.obelisk-showcase.style-6 .parallax-slider .swiper-slide-active .caption .discover {
opacity: 1;
transition: all .7s;
}
.obelisk-showcase.style-6 .dots {
left: 0;
width: 100%;
bottom: 30px;
z-index: 1;
}
.obelisk-showcase.style-6 .dots span {
background: #fff;
width: 5px;
height: 5px;
margin: 0 7px !important;
border-radius: 50% !important;
}
.obelisk-showcase.style-6 .dots span.swiper-pagination-bullet-active {
position: relative;
}
.obelisk-showcase.style-6 .dots span.swiper-pagination-bullet-active:after {
content: '';
position: absolute;
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
border: 1px solid #fff;
border-radius: 50%;
}
.obelisk-showcase.style-6 .txt-botm {
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
z-index: 8;
}
.obelisk-showcase.style-6 .txt-botm .swiper-nav-ctrl {
position: absolute;
width: auto;
height: auto;
margin-top: auto;
top: auto;
bottom: 0;
}
.obelisk-showcase.style-6 .txt-botm .swiper-nav-ctrl:hover i {
border: 1px solid rgba(255, 255, 255, 0.3);
}
.obelisk-showcase.style-6 .txt-botm .swiper-nav-ctrl i {
color: #ccc;
font-size: 13px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
margin: 0;
border-radius: 50%;
display: inline-block;
transition: all .3s;
display: inline-block;
}
.obelisk-showcase.style-6 .txt-botm .swiper-nav-ctrl.swiper-button-prev {
left: 40px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: 500;
font-size: 12px;
}
.obelisk-showcase.style-6 .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
margin-right: 10px;
}
.obelisk-showcase.style-6 .txt-botm .swiper-nav-ctrl.swiper-button-next {
right: 40px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: 500;
font-size: 12px;
}
.obelisk-showcase.style-6 .txt-botm .swiper-nav-ctrl.swiper-button-next i {
margin-left: 10px;
}
.obelisk-showcase.style-6 .swiper-button-prev, .obelisk-showcase.style-6 .swiper-button-next {
background-image: none;
}  .feature-1 {
text-align: center;
transition: all 0.3s ease-in-out;
background-color: #ffffff;
padding: 60px 25px 50px 25px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.feature-1:hover {
box-shadow: 10px 20px 40px 0 rgba(0, 0, 0, 0.2);
margin-top: -5px;
}
.feature-1:hover .obelisk-icon {
background: #fff;
color: var(--color-main);
border: 1px solid rgba(250, 250, 250, 0.2);
}
.feature-1 .obelisk-icon {
border-radius: 100px;
color: #000000;
display: block;
font-size: 40px;
height: 80px;
line-height: 80px;
margin: auto;
text-align: center;
transition: all 0.3s ease-in-out;
width: 80px;
border: 1px solid #eee;
color: var(--color-main);
border-color: var(--color-main);
}
.feature-1 .icon-title {
font-size: 22px;
margin-top: 30px;
margin-bottom: 10px;
}
.feature-1 .icon-text p {
margin-bottom: 0;
}
.feature-1 .feature-btn {
letter-spacing: 2px;
transition-duration: 1.5s;
-webkit-transition-duration: 1.5s;
display: inline-block;
font-size: 14px;
overflow: hidden;
position: relative;
z-index: 1;
transition: all .4s;
color: #f9f9f9;
border-bottom: 2px solid #dfdfdf;
}
.table-content .feature-1 h3 {
font-size: 30px;
text-align: center;
margin-top: 20px;
}
.feature-2 {
background-color: #ffffff;
padding: 35px 25px;
transition: all 0.3s ease-in-out;
}
.feature-2:hover {
box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.2);
}
.feature-2 .cont {
display: table-cell;
vertical-align: middle;
}
.feature-2 .obelisk-icon {
color: var(--color-main);
font-size: 40px;
height: 80px;
line-height: 80px;
width: 60px;
transition: all 0.3s ease-in-out;
display: table-cell;
vertical-align: top;
}
.feature-2 .icon-title {
font-size: 20px;
}
.feature-2 .icon-text p {
margin-bottom: 20px;
}
.feature-2 .feature-btn {
float: left;
border-bottom: 2px solid #dfdfdf;
}
.feature-3 {
padding: 0 25px;
}
.feature-3 .cont {
display: table-cell;
vertical-align: middle;
}
.feature-3 .obelisk-icon {
color: var(--color-main);
font-size: 40px;
height: 80px;
line-height: 80px;
width: 50px;
transition: all 0.3s ease-in-out;
display: table-cell;
vertical-align: top;
}
.feature-3 .fa-envelope-o {
font-size: 25px;
line-height: 70px;
}
.feature-3 .icon-title {
font-size: 20px;
font-weight: 500;
}
.feature-3 .icon-text p {
margin-bottom: 0;
}
.feature-3:hover .obelisk-icon {
color: var(--color-main);
}
.feature-btn-align-icon-left.feature-btn-button-icon {
float: left;
margin-right: 10px;
transition: all .4s;
}
.feature-btn-align-icon-right.feature-btn-button-icon {
float: right;
margin-left: 10px;
transition: all .4s;
}
.feature-4 {
background-color: #ffffff;
padding: 50px 30px;
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
.feature-4 .icon-title {
font-size: 20px;
margin-bottom: 20px;
}
.feature-4 p {
margin-bottom: 0;
}
.feature-4 .feature-btn {
letter-spacing: 2px;
transition-duration: 1.5s;
-webkit-transition-duration: 1.5s;
display: inline-block;
font-size: 14px;
overflow: hidden;
position: relative;
z-index: 1;
transition: all .4s;
color: #f9f9f9;
border-bottom: 2px solid #dfdfdf;
}
.feature-4 .obelisk-icon {
background: var(--color-main);
color: #ffffff;
border-color: var(--color-main);
}  .obelisk-featured.style-2 .items {
text-align: center;
}
.obelisk-featured.style-2 .items h6 {
margin-top: 25px;
font-size: 17px;
font-weight: 400;
font-family: "Barlow Condensed", sans-serif;
text-align: center;
text-transform: uppercase;
letter-spacing: 3px;
color: #fff;
}
.obelisk-featured.style-2 .items .item-img {
position: relative;
overflow: hidden;
}
.obelisk-featured.style-2 .items .item-img:hover .tlinks {
opacity: 1;
}
.obelisk-featured.style-2 .items .item-img:hover .tlinks a {
transform: none;
}
.obelisk-featured.style-2 .items .item-img .tlinks {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all .4s;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
padding: 0 40px;
}
.obelisk-featured.style-2 .items .item-img .tlinks a {
padding: 14px 20px;
border-radius: 5px;
background: #32363e;
color: #fff;
font-size: 14px;
font-weight: 500;
margin: 5px 0;
transform: translateY(20%);
transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.obelisk-featured.style-2 .items .item-img .tlinks a:last-of-type {
background: var(--color-main);
color: #181b21;
}
.obelisk-featured.style-2 .items .item-img .new {
padding: 10px 30px;
background: var(--color-main);
position: absolute;
top: 0;
left: -60px;
width: 200px;
transform: rotate(-30deg);
font-size: 13px;
} .obelisk-featured.style-3 .row {
display: flex;
}
.obelisk-featured.style-3 .min-area {
background: #11141b;
}
.obelisk-featured.style-3 .min-area .img {
padding: 120px 0 120px 80px;
position: relative;
z-index: 3;
}
.obelisk-featured.style-3 .min-area .img:after {
content: '';
position: absolute;
top: 0;
right: 120px;
bottom: 0;
left: -300px;
background: #1a1e25;
z-index: -1;
}
.obelisk-featured.style-3 .min-area .content {
padding-left: 40px;
}
.obelisk-featured.style-3 .min-area .content h4 {
font-weight: 700;
font-size: 40px;
line-height: 1.5;
margin-bottom: 20px;
color: #fff;
}
.obelisk-featured.style-3 .min-area .content p {
color: #c8c8c8;
}
.obelisk-featured.style-3 .min-area .content ul {
margin: 0;
}
.obelisk-featured.style-3 .min-area .content ul li {
margin-top: 25px;
padding-left: 25px;
position: relative;
list-style: none;
}
.obelisk-featured.style-3 .min-area .content ul li:after {
content: '';
width: 10px;
height: 10px;
border: 1px solid #999;
border-radius: 50%;
position: absolute;
left: 0;
top: 2px;
}
.obelisk-featured.style-3 .min-area .content ul.feat li {
padding: 0 0 30px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.obelisk-featured.style-3 .min-area .content ul.feat li:last-of-type {
padding: 0;
border: 0;
}
.obelisk-featured.style-3 .min-area .content ul.feat li:after {
display: none;
}
.obelisk-featured.style-3 .min-area .content ul.feat li h6 {
font-weight: 500;
margin-bottom: 5px;
color: #fff;
font-size: 18px;
}
.obelisk-featured.style-3 .min-area .content ul.feat li h6 span {
color: var(--color-main);
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 13px;
border: 1px solid var(--color-main);
border-radius: 50%;
margin-right: 10px;
display: inline-block;
}
.obelisk-featured.style-3 .min-area .content ul.feat li p {
font-size: 13px;
padding-left: 45px;
margin: 0;
}  .work-process.style-1 .item {
text-align: center;
padding-left: 15px;
padding-right: 15px;
}
.work-process.style-1 .item:hover .box-img-tm {
transform: rotateX(180deg);
}
.work-process.style-1 .item:hover .box-cont h3 {
opacity: 1;
animation: toTopFromBottom .3s forwards;
}
.work-process.style-1 .item .box-img {
position: relative;
transition: transform 0.8s;
transform-style: preserve-3d;
}
.work-process.style-1 .item .box-img .bg-img {
display: inline-flex;
width: 200px;
height: 200px;
line-height: 200px;
margin: 0 auto;
border-radius: 50%;
justify-content: center;
position: relative;
z-index: 2;
text-align: center;
background: #000000;
border: 4px solid var(--color-main);
border-style: solid;
border-width: 0;
box-shadow: 0px 0px 0px 12px #efe6e6 inset;
}
.work-process.style-1 .item .box-img .bg-img img {
opacity: 0.5;
border-radius: 50%;
object-fit: cover;
}
.work-process.style-1 .item .box-img .num {
display: block;
position: absolute;
top: 50%;
left: 15px;
right: 15px;
z-index: 2;
line-height: 1;
text-align: center;
transform: translateY(-50%);
font-family: "Teko",Sans-serif;
font-size: 70px;
font-weight: 700;
letter-spacing: 4px;
color: rgba(0, 0, 0, 0);
-webkit-text-stroke-color: #fff;
-webkit-text-stroke-width: 1px;
}
.work-process.style-1 .item .box-cont h3 {
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
font-size: 22px;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 1px;
}
.work-process.style-1 .item .box-cont p {
font-size: 16px;
color: #828282;
}
.work-process.style-1 .item:nth-child(4) .box-img .bg-img:before {
display: none;
}
.work-process.style-1 .item:nth-child(5) .box-img .bg-img:after {
display: none;
}  .obelisk-gallery .port-item {
float: left;
clear: none;
}
.port-inner {
overflow: hidden;
position: relative;
transition: all 0.5s ease-in-out;
}
.port-inner:hover .port-box {
opacity: 0.8;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.port-inner:hover .dbox-relative {
opacity: 1;
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
}
.port-box {
display: block;
padding: 60% 0;
position: relative;
z-index: 1;
opacity: 0;
transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
}
.portfolio-body {
margin-bottom: -1px;
}
.portfolio-body .port-box::after {
display: none !important;
height: 100%;
width: 273%;
display: block;
content: "";
position: absolute;
background: #333;
transform: rotate(45deg);
top: -200%;
right: -100%;
transition: all 0.7s cubic-bezier(0.5, 0, 0.4, 1);
}
.portfolio-body .port-inner:hover .port-box::after {
top: -50%;
}
.single-portfolio .slider-mask {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.port-short .slider-padding {
padding: 39.5%;
}
.portfolio-type-four .slider-center-box > h3 {
font-size: 30px;
}
.port-link {
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 3;
}
.port-img {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.pagi-box {
width: 100%;
}
.img-mask {
z-index: 0;
transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
.mason-mask {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
.ani-width .img-mask {
background: #fff none repeat scroll 0 0;
height: 110%;
position: absolute;
right: -10px;
top: -10px;
bottom: -10px;
width: 50%;
transform: scale(1, 1);
transform-origin: right;
-ms-transform: scale(1, 1);
-ms-transform-origin: right;
-webkit-transform: scale(1, 1);
-webkit-transform-origin: right;
}
.ani-width .width-img {
opacity: 0;
}
.gray-bg .ani-width .img-mask {
background: #fafafa;
}
.dark-page .ani-width .img-mask {
background: #1f1f1f;
}
.dark-page .gray-bg .ani-width .img-mask {
background: #1A1A1A;
}
.full-ani-width .img-mask {
transform: scale(0, 1);
}
.full-ani-width .width-img {
opacity: 1;
}
.width-img {
transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
}
.port-filter {
list-style: outside none none;
margin: 0 0 10px 0;
padding: 0;
overflow: hidden;
display: inline-block !important;
line-height: 1rem;
text-transform: uppercase;
}
.port-filter a.active {
color: var(--color-main);
}
.port-filter a {
background: transparent;
display: inline-block;
font-size: 14px;
padding: 10px;
z-index: 1;
position: relative;
overflow: hidden;
color: #777777;
border-radius: 50px;
}
.port-filter a:hover {
color: var(--color-main);
}
.port-filter > li {
display: inline-block;
margin: 5px;
}
.dbox-relative {
opacity: 0;
padding: 15px 40px;
z-index: 1;
transform: scale(1.2);
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
transition: all 0.3s ease-in 0s;
}
.dbox-relative h3 {
font-size: 22px;
margin: 0;
text-transform: capitalize;
color: #ffffff;
}
.dbox-relative p {
color: #ffffff;
line-height: 1.2;
margin-bottom: 0;
}
.port-dbox {
position: absolute;
width: 100%;
z-index: 1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.other-portfolio {
text-align: center;
}
.other-portfolio .port-box {
padding: 50% 0;
background: var(--color-main);
}
.other-portfolio .port-item {
float: left;
}
.port-detail {
list-style: none;
padding: 0;
display: inline-block;
font-family: "Poppins", sans-serif;
font-size: 16px;
}
.port-detail li {
display: inline-block;
margin-right: 10px;
}
.port-gallery-body .col-md-12 .port-box {
padding: 30% 0;
}
.port-top-gallery .port-box {
padding: 35% 0;
}
.op-title {
font-size: 32px;
margin: auto;
margin-bottom: 40px;
line-height: 1;
width: fit-content;
text-align: center;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.op-sub {
margin: 0;
}
.single-work-title {
font-size: 60px;
margin: 0 0 30px;
text-transform: capitalize;
}
.swork-line {
margin-bottom: 25px;
background: #000;
height: 6px;
width: 60px;
margin-top: -15px;
}
.portfolio-1 .port-inner .hid {
opacity: 0;
transition: all .8s ease-in-out;
}
.portfolio-1 .port-inner:hover .hid {
opacity: 1;
transform: scale(1);
}
.portfolio-1 .port-inner .dbox-relative {
background: var(--color-main);
}
.portfolio-1 .port-inner .dbox-relative h3 {
line-height: 1.4em;
}
.portfolio-1 .port-inner .dbox-relative h3 a {
color: #ffffff;
}
.portfolio-2 .port-inner:hover {
moz-transform: scale(1.05);
transform: scale(1.05);
}
.portfolio-2 .port-inner:hover .dbox-relative h3 {
margin-top: 0;
opacity: 1;
display: inline-block !important;
margin-bottom: 5px;
}
.portfolio-2 .port-inner:hover .dbox-relative h3 a {
color: #fff;
}
.portfolio-2 .port-inner:hover .dbox-relative h3 a:hover {
color: var(--color-main);
}
.portfolio-2 .port-inner:hover .dbox-relative a {
display: block;
}
.portfolio-2 .port-inner:hover .dbox-relative a.port-icon {
display: inline-block;
position: absolute;
top: 350%;
right: 5%;
}
.portfolio-2 .port-inner:hover .dbox-relative p {
margin-top: 0;
opacity: 1;
}
.portfolio-2 .port-inner:hover .port-dbox a span {
opacity: 1;
}
.portfolio-2 .port-inner:hover .port-dbox a span .hover-svg-portfolio path {
stroke-dashoffset: 0;
transition: all 1.5s 0.3s cubic-bezier(0.25, 0.45, 0.43, 0.97) !important;
}
.portfolio-2 .port-inner .port-dbox a span {
display: inline-block;
border-radius: 50%;
text-align: center;
line-height: 40px;
color: #777777;
background: transparent;
font-size: 17px;
transition: ease .5s;
bottom: 20px;
position: absolute;
right: 20px;
opacity: 0;
transition: ease .5s;
}
.portfolio-2 .port-inner .port-dbox a span:hover {
background: transparent;
border-color: var(--color-main);
color: var(--color-main);
}
.portfolio-2 .port-inner .port-dbox a span .hover-svg-portfolio path {
stroke-dasharray: 40;
stroke-dashoffset: 44;
transform-origin: 100%;
transition: all 1s 0.3s cubic-bezier(0.25, 0.45, 0.43, 0.97) !important;
stroke-dasharray: 70;
stroke-dashoffset: 71;
stroke: #fff;
}
.portfolio-2 .port-inner .dbox-relative {
background: transparent;
padding: 0;
margin: 0;
display: block;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
text-align: center;
width: 100%;
position: relative;
}
.portfolio-2 .port-box {
background: #333;
padding: 50% 0;
}
.portfolio-2 .dbox-relative h3 {
font-size: 20px;
font-weight: 500;
margin: 0;
margin-top: -50px;
position: relative;
transition: all 0.3s ease-in 0s;
opacity: 0;
}
.portfolio-2 .dbox-relative p {
color: #ccc;
font-size: 14px;
margin-top: 50px;
position: relative;
transition: all 0.2s ease-in 0s;
transition-delay: 0.4s;
-webkit-transition-delay: 0.4s;
opacity: 0;
}
.portfolio-2 .port-dbox {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 1;
height: 100%;
display: block;
}
.portfolio-type-three .port-box {
background: #fff;
padding: 50% 0;
}
.portfolio-type-three .port-item {
padding: 0;
}
.portfolio-type-three .dbox-relative h3 {
font-size: 22px;
margin: 0;
text-transform: capitalize;
color: #ffffff;
margin-top: -50px;
position: relative;
transition: all 0.3s ease-in 0s;
opacity: 0;
}
.portfolio-type-three .dbox-relative p {
color: var(--color-main);
font-family: "Poppins", sans-serif;
line-height: 1.2;
margin-top: 50px;
position: relative;
transition: all 0.2s ease-in 0s;
transition-delay: 0.4s;
-webkit-transition-delay: 0.4s;
opacity: 0;
}
.portfolio-type-three .port-inner:hover .dbox-relative a {
display: block;
}
.portfolio-type-three .port-inner:hover .dbox-relative a span {
display: inline-block;
height: 42px;
border: 1px solid var(--color-main);
border-radius: 50%;
text-align: center;
width: 42px;
line-height: 40px;
color: #ffffff;
background: var(--color-main);
font-size: 17px;
margin-bottom: 10px;
transition: ease .5s;
}
.portfolio-type-three .port-inner:hover .dbox-relative h3 {
margin-top: 0;
opacity: 1;
border-bottom: 2px solid var(--color-main);
display: inline-block !important;
margin-bottom: 5px;
}
.portfolio-type-three .port-inner:hover .dbox-relative h3 a {
color: #222222;
}
.portfolio-type-three .port-inner:hover .dbox-relative p {
margin-top: 0;
opacity: 1;
}
.portfolio-type-three .port-inner .dbox-relative {
background: transparent;
padding: 0;
margin: 0;
display: block;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
text-align: center;
width: 100%;
position: relative;
}
.portfolio-type-three .port-inner .dbox-relative a span:hover {
background-color: transparent;
color: var(--color-main);
}
.portfolio-type-three .port-dbox {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 1;
height: 100%;
display: block;
} .portfolio.style-4 .swiper-slide {
padding: 0px 15px;
}
.portfolio.style-4 .swiper-slide-active .noraidus .cont {
opacity: 1;
visibility: visible;
transition-delay: .5s;
}
.portfolio.style-4 .next-ctrl,
.portfolio.style-4 .prev-ctrl {
color: #000;
width: 60px;
height: 60px;
border-radius: 0;
border: 0;
background: #fff;
opacity: 0;
transition: all .3s;
}
.portfolio.style-4 .next-ctrl:after,
.portfolio.style-4 .prev-ctrl:after {
display: none;
}
.portfolio.style-4 .simp-next,
.portfolio.style-4 .simp-prev {
top: auto;
bottom: 0;
}
.portfolio.style-4 .simp-next:after,
.portfolio.style-4 .simp-prev:after {
display: none;
}
.portfolio.style-4 .simp-next {
right: 45px;
}
.portfolio.style-4 .simp-prev {
left: 15px;
}
.portfolio.style-4:hover .next-ctrl,
.portfolio.style-4:hover .prev-ctrl {
opacity: 1;
}
.portfolio.style-4 .content {
position: relative;
padding: 0;
}
.portfolio.style-4 .content .item-img {
position: relative;
height: 480px;
line-height: 0;
border-radius: 10px 10px 0 0;
}
.portfolio.style-4 .content:hover .item-ig {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.portfolio.style-4 .content .cont {
position: relative;
}
.portfolio.style-4 .content .cont h6 {
color: var(--color-main);
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 10px;
}
.portfolio.style-4 .content .cont h4 {
font-size: 17px;
}
.portfolio.style-4 .content .cont .icon {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
background: rgba(255, 255, 255, 0.03);
border-radius: 50%;
font-size: 12px;
position: absolute;
top: calc(50% - 17px);
right: 15px;
}
.portfolio.style-4 .content .bgbox {
background: #13161d;
padding: 20px 20px 20px 30px;
border-radius: 0 0 10px 10px;
}
.portfolio.style-4.caroul .content .item-img {
height: 400px;
}
.portfolio.style-4 .noraidus .item-img {
height: 480px;
border-radius: 0;
background-size: cover;
background-repeat: no-repeat;
}
.portfolio.style-4 .noraidus .cont {
position: absolute;
padding: 15px 30px;
background: #111215;
bottom: 0;
left: 50%;
transform: translateX(-50%);
text-align: center;
opacity: 0;
visibility: hidden;
transition: all .4s;
}
.portfolio.style-4 .noraidus .cont h6 {
color: var(--color-main);
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 10px;
}
.portfolio.style-4 .noraidus .cont h6 a {
color: inherit;
}
.portfolio.style-4 .noraidus .cont h4 a {
line-height: 1.4;
font-weight: 600;
font-size: 17px;
}
.portfolio.style-4 .swiper-button-prev, .portfolio.style-4 .swiper-container-rtl .swiper-button-next, .portfolio.style-4 .swiper-button-next, .portfolio.style-4 .swiper-container-rtl .swiper-button-prev {
background-image: none;
}
.portfolio.style-4 .noraidus .cont {
background: #eee;
}
.portfolio.style-4 h4 a {
color: #000;
}
.portfolio.style-4 .simp-prev, .portfolio.style-4 .simp-next {
color: #000;
}
.portfolio.style-4 .simple-btn:after {
background: rgba(0, 0, 0, 0.07);
}
body.obelisk-dark-mode .portfolio.style-4 .noraidus .cont {
background: #0c0f16;
}
body.obelisk-dark-mode .portfolio.style-4 h4 a {
color: #fff;
}
body.obelisk-dark-mode .portfolio.style-4 .simp-prev, body.obelisk-dark-mode .portfolio.style-4 .simp-next {
color: #fff;
}
body.obelisk-dark-mode .portfolio.style-4 .simple-btn:after {
background: rgba(255, 255, 255, 0.07);
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .portfolio.style-4 .noraidus .cont {
background: #0c0f16;
}
body.obelisk-auto-mode .portfolio.style-4 h4 a {
color: #fff;
}
body.obelisk-auto-mode .portfolio.style-4 .simp-prev, body.obelisk-auto-mode .portfolio.style-4 .simp-next {
color: #fff;
}
body.obelisk-auto-mode .portfolio.style-4 .simple-btn:after {
background: rgba(255, 255, 255, 0.07);
}
} .portfolio.style-5 .filtering {
text-align: center;
margin-bottom: 40px;
}
.portfolio.style-5 .filtering .filter {
padding: 15px;
background: rgba(255, 255, 255, 0.02);
border-radius: 30px;
display: inline-block;
}
.portfolio.style-5 .filtering span {
font-weight: 500;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
margin: 0 20px;
cursor: pointer;
position: relative;
}
.portfolio.style-5 .filtering span.active {
color: var(--color-main);
}
.portfolio.style-5 .filtering span:after {
content: '';
width: 7px;
height: 7px;
background: var(--color-main);
border-radius: 50%;
position: absolute;
right: -24px;
top: 40%;
}
.portfolio.style-5 .filtering span:last-of-type:after {
display: none;
}
.portfolio.style-5 .filtering.smplx .filter {
padding: 0;
background: transparent;
border-radius: 0;
display: inline-block;
}
.portfolio.style-5 .filtering.smplx span {
font-weight: 500;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
margin: 0 20px;
cursor: pointer;
position: relative;
}
.portfolio.style-5 .filtering.smplx span.active {
color: var(--color-main);
}
.portfolio.style-5 .filtering.smplx span:after {
content: '';
width: 7px;
height: 7px;
background: var(--color-main);
border-radius: 50%;
position: absolute;
right: -24px;
top: 40%;
}
.portfolio.style-5 .filtering.smplx span:last-of-type:after {
display: none;
}
.portfolio.style-5 .obelisk-gallery .items.lg-mr {
margin-top: 100px;
}
.portfolio.style-5 .obelisk-gallery .items .item {
padding: 40px;
}
.portfolio.style-5 .obelisk-gallery .items .item .item-img {
overflow: hidden;
position: relative;
clip-path: inset(0);
transition: all .3s;
}
.portfolio.style-5 .obelisk-gallery .items .item .item-img > a {
display: block;
}
.portfolio.style-5 .obelisk-gallery .items .item .item-img:hover {
clip-path: inset(5px 10px);
}
.portfolio.style-5 .obelisk-gallery .items .item .item-img:hover img {
transform: scale(1.05);
}
.portfolio.style-5 .obelisk-gallery .items .item .item-img:hover .cont {
opacity: 1;
}
.portfolio.style-5 .obelisk-gallery .items .item .item-img img {
height: 100%;
width: 100%;
object-fit: cover;
transition: all .5s;
}
.portfolio.style-5 .obelisk-gallery .items .item .item-img .cont {
position: absolute;
bottom: 15px;
left: 0;
text-align: left;
padding-left: 30px;
opacity: 0;
transition: all .4s;
}
.portfolio.style-5 .obelisk-gallery .items .item .item-img .cont span {
color: #eee;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 13px;
font-family: 'Barlow Condensed', sans-serif;
}
.portfolio.style-5 .obelisk-gallery .items .item .item-img .cont span a {
margin: 0 10px 0 0;
}
.portfolio.style-5 .obelisk-gallery .items .item .cont {
margin-top: 30px;
text-align: center;
}
.portfolio.style-5 .obelisk-gallery .items .item .cont h6 {
font-weight: 600;
margin-bottom: 5px;
}
.portfolio.style-5 .obelisk-gallery .items .item .cont span {
color: #999;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
font-size: 12px;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.portfolio.style-5 .obelisk-gallery .items .item .cont span a {
margin: 0 5px;
}
.portfolio.style-5 .obelisk-gallery .bords .item-img {
padding: 10px;
border: 1px solid rgba(255, 255, 255, 0.03);
}
.portfolio.style-5 .obelisk-gallery .bords .cont {
border: 1px solid rgba(255, 255, 255, 0.03);
margin-top: 0;
border-top: 0;
padding: 10px;
}
.portfolio.style-5 .cont h6, .portfolio.style-5 .filtering span {
color: #0c0f16;
}
body.obelisk-dark-mode .portfolio.style-5 .cont h6, body.obelisk-dark-mode .portfolio.style-5 .filtering span {
color: #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .portfolio.style-5 .cont h6, body.obelisk-auto-mode .portfolio.style-5 .filtering span {
color: #fff;
}
} .portfolio.style-6 .work-carousel .swiper-slide {
padding: 0px 15px;
}
.portfolio.style-6 .work-carousel .swiper-slide-active .noraidus .cont {
opacity: 1;
visibility: visible;
transition-delay: .5s;
}
.portfolio.style-6 .work-carousel .next-ctrl,
.portfolio.style-6 .work-carousel .prev-ctrl {
color: #000;
width: 60px;
height: 60px;
border-radius: 0;
line-height: 60px;
text-align: center;
border: 0;
background: #fff;
opacity: 0;
transition: all .3s;
}
.portfolio.style-6 .work-carousel .next-ctrl:after,
.portfolio.style-6 .work-carousel .prev-ctrl:after {
display: none;
}
.portfolio.style-6 .work-carousel .simp-next,
.portfolio.style-6 .work-carousel .simp-prev {
color: #fff;
top: auto;
bottom: 0;
}
.portfolio.style-6 .work-carousel .simp-next:after,
.portfolio.style-6 .work-carousel .simp-prev:after {
display: none;
}
.portfolio.style-6 .work-carousel .simp-next {
right: 30px;
}
.portfolio.style-6 .work-carousel .simp-prev {
left: 30px;
}
.portfolio.style-6 .work-carousel:hover .next-ctrl,
.portfolio.style-6 .work-carousel:hover .prev-ctrl {
opacity: 1;
}
.portfolio.style-6 .work-carousel .content {
position: relative;
padding: 0;
}
.portfolio.style-6 .work-carousel .content .item-img {
position: relative;
height: 480px;
line-height: 0;
border-radius: 10px 10px 0 0;
background-size: cover;
background-repeat: no-repeat;
}
.portfolio.style-6 .work-carousel .content:hover .item-ig {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.portfolio.style-6 .work-carousel .content .cont {
position: relative;
}
.portfolio.style-6 .work-carousel .content .cont h6 {
color: var(--color-main);
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 10px;
}
.portfolio.style-6 .work-carousel .content .cont h4 {
font-size: 17px;
}
.portfolio.style-6 .work-carousel .content .cont .icon {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
border-radius: 50%;
font-size: 12px;
position: absolute;
top: calc(50% - 17px);
right: 15px;
}
.portfolio.style-6 .work-carousel .content .bgbox {
padding: 20px 20px 20px 30px;
border-radius: 0 0 10px 10px;
}
.portfolio.style-6 .work-carousel.caroul .content .item-img {
height: 400px;
}
.portfolio.style-6 .work-carousel .noraidus .item-img {
height: 480px;
border-radius: 0;
}
.portfolio.style-6 .work-carousel .noraidus .cont {
position: relative;
text-align: center;
padding-top: 30px;
opacity: 0;
visibility: hidden;
transition: all .4s;
}
.portfolio.style-6 .work-carousel .noraidus .cont h6 {
color: var(--color-main);
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 10px;
}
.portfolio.style-6 .work-carousel .noraidus .cont h4 {
font-size: 17px;
}
.portfolio.style-6 .work-carousel .swiper-button-prev, .portfolio.style-6 .work-carousel .swiper-container-rtl .swiper-button-next, .portfolio.style-6 .work-carousel .swiper-button-next, .portfolio.style-6 .work-carousel .swiper-container-rtl .swiper-button-prev {
background-image: none;
}
.portfolio.style-6 .content .bgbox {
background: #efefef;
}
.portfolio.style-6 .content .bgbox h4 a {
color: #000;
}
.portfolio.style-6 .content .bgbox .icon {
background: rgba(0, 0, 0, 0.03);
}
body.obelisk-dark-mode .portfolio.style-6 .content .bgbox {
background: #13161d;
}
body.obelisk-dark-mode .portfolio.style-6 .content .bgbox h4 a {
color: #fff;
}
body.obelisk-dark-mode .portfolio.style-6 .content .bgbox .icon {
background: rgba(255, 255, 255, 0.03);
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .portfolio.style-6 .content .bgbox {
background: #13161d;
}
body.obelisk-auto-mode .portfolio.style-6 .content .bgbox h4 a {
color: #fff;
}
body.obelisk-auto-mode .portfolio.style-6 .content .bgbox .icon {
background: rgba(255, 255, 255, 0.03);
}
} .portfolio.style-7 .works .lg-space {
display: flex;
flex-wrap: wrap;
}
.portfolio.style-7 .works .lg-space > div {
padding: 0 50px;
margin-bottom: 50px;
}
.portfolio.style-7 .div-tooltip-tit {
display: none;
position: fixed;
background-color: #000;
padding: 0 10px;
height: 50px;
line-height: 50px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
z-index: 99999;
color: #fff;
}
.portfolio.style-7 .div-tooltip-sub {
display: none;
position: fixed;
background-color: #fff;
padding: 10px;
color: #111;
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
z-index: 99999;
} .obelisk-portfolio.style-8 .filtering .filter {
display: inline-block;
}
.obelisk-portfolio.style-8 .filtering span {
color: #000;
font-size: 13px;
letter-spacing: 1px;
text-transform: uppercase;
margin: 8px 20px;
padding-bottom: 10px;
cursor: pointer;
position: relative;
}
.obelisk-portfolio.style-8 .filtering span:after {
content: '';
width: 100%;
height: 2px;
background-color: var(--color-main);
position: absolute;
left: 0;
bottom: -10px;
opacity: 0;
transition: all .4s;
}
.obelisk-portfolio.style-8 .filtering .active {
color: var(--color-main);
}
.obelisk-portfolio.style-8 .filtering .active:after {
bottom: 0;
opacity: 1;
}
.obelisk-portfolio.style-8 .gallery .items {
padding: 0 40px;
margin: 40px 0;
}
.obelisk-portfolio.style-8 .gallery .items.lg-mr {
margin-top: 100px;
}
.obelisk-portfolio.style-8 .gallery .items .item-img {
overflow: hidden;
position: relative;
transition: all .3s;
background: rgba(0, 0, 0, 0.04);
padding: 30px;
border-radius: 5px;
}
.obelisk-portfolio.style-8 .gallery .items .item-img > a {
display: block;
}
.obelisk-portfolio.style-8 .gallery .items .item-img:hover img {
clip-path: inset(5px 10px);
}
.obelisk-portfolio.style-8 .gallery .items .item-img:hover .cont {
opacity: 1;
}
.obelisk-portfolio.style-8 .gallery .items .item-img img {
height: 100%;
width: 100%;
clip-path: inset(0);
object-fit: cover;
transition: all .5s;
}
.obelisk-portfolio.style-8 .gallery .items .cont {
margin-bottom: 30px;
}
.obelisk-portfolio.style-8 .gallery .items .cont h6 {
font-size: 22px;
font-weight: 500;
margin-bottom: 5px;
}
.obelisk-portfolio.style-8 .gallery .items .cont p {
font-size: 13px;
}
.obelisk-portfolio.style-8 .gallery .items .tags {
margin-top: 30px;
}
.obelisk-portfolio.style-8 .gallery .items .tags span {
padding: 8px 12px;
background: rgba(0, 0, 0, 0.04);
margin-right: 5px;
font-size: 12px;
}
body.obelisk-dark-mode .obelisk-portfolio.style-8 .filtering span {
color: #eee;
}
body.obelisk-dark-mode .obelisk-portfolio.style-8 .gallery .items .item-img {
background: rgba(255, 255, 255, 0.02);
}
body.obelisk-dark-mode .obelisk-portfolio.style-8 .gallery .items .tags span {
background: rgba(255, 255, 255, 0.04);
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-portfolio.style-8 .filtering span {
color: #eee;
}
body.obelisk-auto-mode .obelisk-portfolio.style-8 .gallery .items .item-img {
background: rgba(255, 255, 255, 0.02);
}
body.obelisk-auto-mode .obelisk-portfolio.style-8 .gallery .items .tags span {
background: rgba(255, 255, 255, 0.04);
}
} .obelisk-portfolio.style-9 {
position: relative;
}
.obelisk-portfolio.style-9 .filtering {
padding-left: 30px;
}
.obelisk-portfolio.style-9 .filtering .filter {
padding: 0;
background: transparent;
border-radius: 0;
display: inline-block;
}
.obelisk-portfolio.style-9 .filtering span {
font-weight: 400;
font-size: 15px;
letter-spacing: 2px;
text-transform: uppercase;
margin: 0 20px;
cursor: pointer;
position: relative;
}
.obelisk-portfolio.style-9 .filtering span.active {
color: var(--color-main);
}
.obelisk-portfolio.style-9 .filtering span:after {
display: none;
}
.obelisk-portfolio.style-9 .gallery .items {
position: relative;
}
.obelisk-portfolio.style-9 .gallery .items {
position: relative;
padding: 0 50px;
margin: 50px 0;
}
.obelisk-portfolio.style-9 .gallery .items.lg-mr {
margin-top: 100px;
}
.obelisk-portfolio.style-9 .gallery .items .item-img {
overflow: hidden;
position: relative;
clip-path: inset(0);
transition: all .3s;
}
.obelisk-portfolio.style-9 .gallery .items .item-img > a {
display: block;
}
.obelisk-portfolio.style-9 .gallery .items .item-img:hover {
clip-path: inset(5px 10px);
}
.obelisk-portfolio.style-9 .gallery .items .item-img:hover img {
transform: scale(1.05);
}
.obelisk-portfolio.style-9 .gallery .items .item-img:hover .cont {
opacity: 1;
}
.obelisk-portfolio.style-9 .gallery .items .item-img img {
height: 100%;
width: 100%;
object-fit: cover;
transition: all .5s;
}
.obelisk-portfolio.style-9 .gallery .items .cont {
text-align: left;
padding: 30px;
padding-left: 0;
background: #fff;
display: inline-block;
margin: 0;
position: relative;
margin-top: -30px;
}
.obelisk-portfolio.style-9 .gallery .items .cont .tags a {
font-size: 17px;
margin: 0 10px 0 0;
color: var(--color-main);
font-family: 'Khand', sans-serif;
}
.obelisk-portfolio.style-9 .gallery .items .cont h5 {
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 0 5px 0;
font-family: 'Khand', sans-serif;
}
.obelisk-portfolio.style-9 .gallery .bords .item-img {
padding: 10px;
border: 1px solid rgba(255, 255, 255, 0.03);
}
.obelisk-portfolio.style-9 .gallery .bords .cont {
border: 1px solid rgba(255, 255, 255, 0.03);
margin-top: 0;
border-top: 0;
padding: 10px;
}
.obelisk-portfolio.style-9.three-column .gallery .items {
padding: 0 15px;
margin: 25px 0;
}
body.obelisk-dark-mode .obelisk-portfolio.style-9 .gallery .items .cont {
background: #232323;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-portfolio.style-9 .gallery .items .cont {
background: #232323;
}
} .obelisk-portfolio.style-10 .swiper-slide {
padding: 0px 10px 50px;
}
.obelisk-portfolio.style-10 .swiper-slide .img {
border-radius: 3px;
overflow: hidden;
transition: all .8s;
}
.obelisk-portfolio.style-10 .swiper-slide-active .img {
box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
}
.obelisk-portfolio.style-10 .swiper-slide-active .img:after {
opacity: 1 !important;
}
.obelisk-portfolio.style-10 .swiper-slide-active .cont h6, .obelisk-portfolio.style-10 .swiper-slide-active .cont h4 {
opacity: 1 !important;
visibility: visible !important;
transform: translateY(0px) !important;
}
.obelisk-portfolio.style-10 .swiper-pagination-progressbar {
position: absolute;
bottom: 0;
top: auto;
right: auto;
left: calc(50% - 120px);
width: 240px;
height: 2px;
border-radius: 10px;
background: #eee;
}
.obelisk-portfolio.style-10 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
border-radius: 10px;
background: #1e1e1e;
}
.obelisk-portfolio.style-10 .swiper-button-next, .obelisk-portfolio.style-10 .swiper-button-prev {
color: #000;
width: 60px;
height: 60px;
border-radius: 0;
border: 0;
background: #fff;
opacity: 0;
transition: all .3s;
display: flex;
align-items: center;
justify-content: center;
}
.obelisk-portfolio.style-10 .swiper-button-next:after, .obelisk-portfolio.style-10 .swiper-button-prev:after {
display: none;
}
.obelisk-portfolio.style-10:hover .swiper-button-next, .obelisk-portfolio.style-10:hover .swiper-button-prev {
opacity: 1;
}
.obelisk-portfolio.style-10 .content {
position: relative;
padding: 0;
}
.obelisk-portfolio.style-10 .content .img {
position: relative;
line-height: 0;
}
.obelisk-portfolio.style-10 .content .img:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
opacity: 0;
transition: all .5s;
}
.obelisk-portfolio.style-10 .content .cont {
position: absolute;
bottom: 40px;
left: 40px;
}
.obelisk-portfolio.style-10 .content .cont a {
color: #fff;
}
.obelisk-portfolio.style-10 .content .cont h6 {
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 4px;
margin-bottom: 10px;
opacity: 0;
visibility: hidden;
transform: translateY(-20px);
transition: all .7s;
transition-delay: .5s;
}
.obelisk-portfolio.style-10 .content .cont h4 {
font-weight: 600;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
transition: all .7s;
transition-delay: .5s;
}
.obelisk-portfolio.style-10.mcolumn .swiper-slide {
padding: 0px;
}
.obelisk-portfolio.style-10.mcolumn .swiper-slide .img {
border-radius: 0;
}
.obelisk-portfolio.style-10.mcolumn .swiper-slide-active .img {
box-shadow: none;
}
.obelisk-portfolio.style-10.mcolumn .swiper-slide-active .img:after {
opacity: 1 !important;
} .obelisk-portfolio.style-11 .swiper-slide {
padding: 0px 15px;
}
.obelisk-portfolio.style-11 .swiper-slide-active .noraidus .cont {
opacity: 1;
visibility: visible;
transition-delay: .5s;
}
.obelisk-portfolio.style-11 .next-ctrl,
.obelisk-portfolio.style-11 .prev-ctrl {
color: #000;
width: 60px;
height: 60px;
border-radius: 0;
border: 0;
background: #fff;
opacity: 0;
transition: all .3s;
}
.obelisk-portfolio.style-11 .next-ctrl:after,
.obelisk-portfolio.style-11 .prev-ctrl:after {
display: none;
}
.obelisk-portfolio.style-11 .simp-next,
.obelisk-portfolio.style-11 .simp-prev {
color: #fff;
top: auto;
bottom: 0;
}
.obelisk-portfolio.style-11 .simp-next:after,
.obelisk-portfolio.style-11 .simp-prev:after {
display: none;
}
.obelisk-portfolio.style-11 .simp-next {
right: 30px;
}
.obelisk-portfolio.style-11 .simp-prev {
left: 30px;
}
.obelisk-portfolio.style-11:hover .next-ctrl,
.obelisk-portfolio.style-11:hover .prev-ctrl {
opacity: 1;
}
.obelisk-portfolio.style-11 .content {
position: relative;
padding: 0px;
}
.obelisk-portfolio.style-11 .content .item-img {
line-height: 0;
height: 480px;
position: relative;
}
.obelisk-portfolio.style-11 .content .item-img:after {
content: '';
position: absolute;
top: 20px;
left: 20px;
bottom: 20px;
right: 20px;
background: #fff;
opacity: 0;
transition: all .4s;
}
.obelisk-portfolio.style-11 .content .cont {
position: relative;
}
.obelisk-portfolio.style-11 .content .cont h6 {
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 10px;
}
.obelisk-portfolio.style-11 .content .cont h6 a {
color: #111;
}
.obelisk-portfolio.style-11 .content .cont h4 {
font-size: 17px;
}
.obelisk-portfolio.style-11 .content .cont h4 a {
color: #111;
}
.obelisk-portfolio.style-11 .content .cont .icon {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
background: rgba(255, 255, 255, 0.03);
border-radius: 50%;
font-size: 12px;
position: absolute;
top: calc(50% - 17px);
right: 15px;
}
.obelisk-portfolio.style-11 .content .bgbox {
position: absolute;
bottom: 35px;
left: 35px;
opacity: 0;
transition: all .4s;
}
.obelisk-portfolio.style-11 .content:hover .item-img {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.obelisk-portfolio.style-11 .content:hover .item-img:after {
opacity: 1;
}
.obelisk-portfolio.style-11 .content:hover .bgbox {
opacity: 1;
}
.obelisk-portfolio.style-11 .noraidus .item-img {
height: 480px;
border-radius: 0;
}
.obelisk-portfolio.style-11 .noraidus .cont {
position: absolute;
padding: 15px 30px;
background: #fff;
bottom: 0;
left: 50%;
transform: translateX(-50%);
text-align: center;
opacity: 0;
visibility: hidden;
transition: all .4s;
}
.obelisk-portfolio.style-11 .noraidus .cont h6 {
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 10px;
}
.obelisk-portfolio.style-11 .noraidus .cont h4 {
font-size: 17px;
}  .team-post {
color: #ffffff;
}
.team-name {
color: #ffffff;
font-size: 40px;
margin: 0;
transform: translateY(-100%);
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
position: relative;
opacity: 0;
transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
}
.hovering:hover .team-name {
transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
opacity: 1;
}
.hovering:hover .team-soc-list {
transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
opacity: 1;
}
.team-soc-list {
list-style: none;
padding: 0;
transform: translateY(100%);
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
position: relative;
margin: 0;
opacity: 0;
transition: all 0.3s cubic-bezier(0.5, 0, 0.4, 1);
transition-delay: 0.6s;
}
.team-soc-list li {
display: inline-block;
}
.team-soc-list a {
display: block;
width: 35px;
height: 35px;
border-radius: 100px;
color: #ffffff;
background: var(--color-main);
line-height: 35px;
}
.team-soc-list a:hover {
background: #fff;
color: var(--color-main);
}
.team-sicon {
padding: 0;
display: block;
position: relative;
z-index: 33;
}
.team-sicon li {
display: inline-block;
text-align: center;
}
.team-sicon li a {
background-color: #ffffff;
color: var(--color-main);
padding-left: 0;
display: block;
border: 1px solid transparent;
border-radius: 50%;
margin: 5px;
}
.team-sicon li a:hover {
border-color: #ffffff;
color: var(--color-main);
}
.team-sicon li a i {
border-radius: 50%;
height: 35px;
line-height: 35px;
margin: auto;
text-align: center;
width: 35px;
}
.dsc_about_me .port-box {
min-height: 100%;
}
.team-1 {
box-shadow: 0px 15px 39px 0px #6a6d71;
}
.team-1 .team-info {
background: #fff;
padding: 20px 10px;
text-align: center;
border-bottom: 1px solid var(--color-main);
}
.team-1 h5 {
margin-top: 0;
margin-bottom: 0;
}
.team-1 p {
font-size: 14px;
margin-bottom: 0px;
color: var(--color-main);
}
.team-1 .port-box {
padding: 50% 0;
text-align: center;
}
.team-1 .port-dbox {
text-align: center;
}
.team-1 .port-img {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}
.team-1 .port-inner:hover .port-box {
opacity: 0.9;
background: #fff;
}
.team-1:hover .port-box {
background-color: #000000;
opacity: 0.3;
}
.team-1:hover .port-img {
webkit-filter: none;
-moz-filter: none;
filter: none;
}
.team-1:hover .dbox-relative {
opacity: 1;
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
} .team-2 .port-box {
background: var(--color-main);
}
.team-list .port-dbox {
width: auto;
}
.team-list-two .team-col {
padding: 0;
}
.team-list-two .port-inner {
margin: 0;
}
.team-list-two .dbox-relative {
background: transparent;
padding: 0 20px;
}
.team-list-two .team-sicon li a {
color: var(--color-main);
}
.team-list-one .team-col {
margin-bottom: 30px;
} .team-3 .team-info {
background: #fff;
padding: 20px 10px;
text-align: center;
border-bottom: 2px solid var(--color-main);
width: 75%;
margin-left: auto;
margin-right: auto;
margin-top: -50px;
z-index: 100;
position: relative;
box-shadow: 0px 10px 30px 0px rgba(18, 15, 80, 0.1);
}
.team-3 .team-info h5 {
margin-top: 0;
margin-bottom: 10px;
font-size: 20px;
font-weight: 700;
text-transform: capitalize;
}
.team-3 .team-info p {
font-size: 13px;
margin-bottom: 15px;
color: var(--color-main);
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
}
.team-3 .team-info .team-sicon {
padding: 0;
display: block;
position: relative;
z-index: 33;
}
.team-3 .team-info .team-sicon li {
display: inline-block;
text-align: center;
}
.team-3 .team-info .team-sicon li a {
background-color: #ffffff;
color: var(--color-main);
padding-left: 0;
display: block;
border: 1px solid var(--color-main);
border-radius: 50%;
margin: 5px;
}
.team-3 .team-info .team-sicon li a:hover {
color: #ffffff;
background-color: var(--color-main);
}
.team-3 .team-info .team-sicon li a i {
border-radius: 50%;
height: 35px;
line-height: 35px;
margin: auto;
text-align: center;
width: 35px;
}
.team-3 .port-box {
padding: 50% 0;
text-align: center;
}
.team-3 .port-img {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.team-3:hover .port-box {
background-color: #000000;
opacity: 0.3;
} .obelisk-team.style-4 .team {
position: relative;
padding: 120px 0;
background-color: #0c0f16;
z-index: 0;
}
.obelisk-team.style-4 .team .container {
display: block;
width: 100%;
max-width: 1200px;
}
.obelisk-team.style-4 .team h3 {
font-size: 80px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 4px;
text-shadow: 0 8px rgba(255, 255, 255, 0.05);
color: #fff;
}
.obelisk-team.style-4 .team h6 {
color: var(--color-main);
font-weight: 300;
font-size: 17px;
text-transform: uppercase;
letter-spacing: 14px;
margin-bottom: 5px;
}
.obelisk-team.style-4 .team .team-container {
width: 140%;
position: relative;
}
.obelisk-team.style-4 .team .team-container:after {
content: '';
position: absolute;
top: -120px;
bottom: -120px;
right: 0;
width: 80%;
background: #1a1e25;
z-index: -1;
}
.obelisk-team.style-4 .team .item {
padding: 0 15px;
}
.obelisk-team.style-4 .team .item .info {
padding: 15px;
background: #11141b;
text-align: center;
position: relative;
overflow: hidden;
}
.obelisk-team.style-4 .team .item .info h5 {
font-size: 18px;
margin-bottom: 2px;
transition: all .3s;
color: #fff;
}
.obelisk-team.style-4 .team .item .info span {
color: #999;
font-size: 14px;
transition: all .3s;
}
.obelisk-team.style-4 .team .item .info .social {
position: absolute;
bottom: -300px;
left: 0;
width: 100%;
height: 100%;
padding: 30px 5px 0;
z-index: 2;
opacity: 0;
transition: all .4s;
}
.obelisk-team.style-4 .team .item .info .social a {
font-size: 13px;
margin: 0 8px;
color: var(--color-main);
}
.obelisk-team.style-4 .team .item:hover .info h5,
.obelisk-team.style-4 .team .item:hover .info span {
opacity: 0;
}
.obelisk-team.style-4 .team .item:hover .info .social {
bottom: 0;
opacity: 1;
}
.obelisk-team.style-4 .team .navs .prev,
.obelisk-team.style-4 .team .navs .next {
color: #ccc;
font-size: 13px;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.3);
position: static;
display: inline-block !important;
}
.obelisk-team.style-4 .team .slick-dots {
bottom: -40px;
}
.obelisk-team.style-4 .team .slick-dots li.slick-active button {
background: var(--color-main);
}
.obelisk-team.style-4 .team .slick-dots li button {
width: 10px;
height: 10px;
border-radius: 50%;
opacity: .8;
}
.obelisk-team.style-4 .team .slick-dots li button:before {
content: '';
width: 4px;
height: 4px;
border-radius: 50%;
position: absolute;
top: 4px;
left: 4px;
line-height: 1;
background: var(--color-main);
opacity: 1;
}
@media screen and (max-width: 480px) {
.obelisk-team.style-4 .team h3 {
font-size: 35px;
}
}
@media screen and (max-width: 767px) {
.obelisk-team.style-4 .team .navs {
top: 20px;
}
}
@media screen and (max-width: 991px) {
.obelisk-team.style-4 .team .navs {
position: absolute;
top: 60px;
right: 0;
margin-top: 0 !important;
}
.obelisk-team.style-4 .sec-head.mb-0 {
margin-bottom: 80px !important;
}
.obelisk-team.style-4 .min-area .content,
.obelisk-team.style-4 .min-area .img {
padding: 120px 0;
}
} .obelisk-team.style-5 {
position: relative;
}
.obelisk-team.style-5 .item {
padding: 0 35px;
}
.obelisk-team.style-5 .item.cir .img {
position: relative;
}
.obelisk-team.style-5 .item.cir .img:hover:after {
opacity: 1;
transform: rotate(4deg);
}
.obelisk-team.style-5 .item.cir .img:hover #circle,
.obelisk-team.style-5 .item.cir .img:hover .info {
opacity: 1;
}
.obelisk-team.style-5 .item.cir .img:hover:before {
opacity: .3;
}
.obelisk-team.style-5 .item.cir .img:after {
content: '';
position: absolute;
top: 5px;
left: 0;
right: 0;
bottom: 5px;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
opacity: 0;
z-index: -1;
transition: all .7s;
}
.obelisk-team.style-5 .item.cir .img:before {
content: '';
position: absolute;
top: 0px;
left: 0;
right: 0;
bottom: 0px;
background: #000;
opacity: 0;
transition: all .4s;
}
.obelisk-team.style-5 .item.cir .info {
position: absolute;
bottom: 15px;
left: 15px;
opacity: 0;
transition: all .4s;
z-index: 2;
}
.obelisk-team.style-5 .item.cir .info h6 {
color: #fff;
}
.obelisk-team.style-5 .item.cir .info span {
font-size: 13px;
color: var(--color-main);
}
.obelisk-team.style-5 .item .img {
position: relative;
}
.obelisk-team.style-5 .item .img:hover:after {
opacity: 1;
transform: rotate(4deg);
}
.obelisk-team.style-5 .item .img:hover #circle,
.obelisk-team.style-5 .item .img:hover .info {
opacity: 1;
}
.obelisk-team.style-5 .item .img:hover:before {
opacity: .3;
}
.obelisk-team.style-5 .item .img:after {
content: '';
position: absolute;
top: 5px;
left: 0;
right: 0;
bottom: 5px;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
opacity: 0;
z-index: -1;
transition: all .7s;
}
.obelisk-team.style-5 .dots-half {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 70%;
z-index: -2;
}
.obelisk-team.style-5 #circle {
position: absolute;
top: -30%;
right: -50%;
width: 100%;
padding-bottom: 100%;
overflow: hidden;
pointer-events: none;
opacity: 0;
transition: opacity .4s;
}
.obelisk-team.style-5 #circle text {
font-size: 13px;
letter-spacing: 4px;
}
.obelisk-team.style-5 #circle svg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 300px;
animation-name: rotate;
animation-duration: 8s;
animation-iteration-count: infinite;
animation-timing-function: linear;
} .obelisk-team.style-6 .item .img {
width: 200px;
height: 200px;
border-radius: 50%;
margin: 0 auto 50px;
position: relative;
}
.obelisk-team.style-6 .item .img:hover:before {
background: linear-gradient(to left, #17c0e9, #c96ddd, #f45162);
}
.obelisk-team.style-6 .item .img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
position: relative;
z-index: 2;
}
.obelisk-team.style-6 .item .img:after, .obelisk-team.style-6 .item .img:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
}
.obelisk-team.style-6 .item .img:after {
border: 1px solid rgba(255, 255, 255, 0.1);
top: -15px;
left: -15px;
}
.obelisk-team.style-6 .item .img:before {
background: #f45162;
bottom: -15px;
right: -15px;
}
.obelisk-team.style-6 .item h5 {
margin-bottom: 10px;
}  .testimonial.style-1 {
position: relative;
z-index: 1;
}
.testimonial.style-1 .slick-slide {
border: 1px solid #fff;
padding: 50px 25px;
margin-left: 20px;
margin-right: 20px;
background-color: #ffffff;
transition-duration: 0.3s;
transition-property: transform;
}
.testimonial.style-1 .slick-slide:hover {
transform: translateY(-5px);
}
.testimonial.style-1 p {
font-family: "Poppins", sans-serif;
margin-bottom: 0;
color: #505050;
}
.testimonial.style-1 .testi-from {
font-family: "Poppins", sans-serif;
font-size: 14px;
font-style: normal;
text-transform: capitalize;
color: #4f4f4f;
margin-bottom: 15px;
}
.testimonial.style-1 h3 {
font-size: 20px;
font-weight: 700;
letter-spacing: 1px;
margin: 0;
}
.testimonial.style-1 > div {
margin: auto;
max-width: 1170px;
text-align: center;
}
.testimonial.style-1 .author-img {
width: 90px;
height: 90px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto 20px;
}
.testimonial.style-1 .rating-icon {
color: var(--color-main);
letter-spacing: 10px;
overflow: hidden;
margin-top: 1.8rem;
margin-bottom: -4px;
font-size: 18px;
webkit-transition: ease .5s;
transition: ease .5s;
}
.with-bg {
padding: 150px 0;
}
.with-bg .testimonial p {
color: #ffffff;
}
.with-bg .testimonial h3 {
color: #ffffff;
}
.with-bg .slider-mask {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0;
} .obelisk-testim-2 {
position: relative;
padding: 80px 40px;
margin-bottom: -120px;
z-index: 2;
}
.obelisk-testim-2:after {
content: "";
position: absolute;
left: -10px;
top: -10px;
right: -10px;
bottom: -10px;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
z-index: -4;
}
.obelisk-testim-2:before {
content: "";
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
background: #111215;
z-index: -1;
}
.obelisk-testim-2 .head-box h6 {
color: var(--color-main);
font-size: 12px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 4px;
margin-bottom: 10px;
}
.obelisk-testim-2 .head-box h4 {
margin-bottom: 40px;
font-size: 30px;
line-height: 1.4;
font-weight: 500;
color: #fff;
}
.obelisk-testim-2 .item p {
font-size: 17px;
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
color: #dad6d6;
font-weight: 300;
line-height: 2;
}
.obelisk-testim-2 .item .info .img {
display: table-cell;
vertical-align: middle;
}
.obelisk-testim-2 .item .info .img .img-box {
width: 70px;
height: 70px;
border-radius: 50%;
overflow: hidden;
}
.obelisk-testim-2 .item .info .cont {
display: table-cell;
vertical-align: middle;
padding-left: 15px;
}
.obelisk-testim-2 .item .info .cont .author-name {
font-size: 16px;
margin-bottom: 5px;
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
}
.obelisk-testim-2 .item .info .cont .author-details {
font-size: 13px;
font-weight: 300;
text-transform: uppercase;
color: #fff;
} .testimonial.style-3 .item {
text-align: center;
margin: 0 15px;
}
.testimonial.style-3 .item p {
font-size: 22px;
font-weight: 300;
line-height: 2;
margin: 0;
font-family: "Poppins", sans-serif;
}
.testimonial.style-3 .item .info {
margin-top: 30px;
}
.testimonial.style-3 .item .info .img {
width: 70px;
height: 70px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto 20px;
}
.testimonial.style-3 .item .info .author-name {
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
margin-bottom: 5px;
color: var(--color-main);
}
.testimonial.style-3 .item .info .author-details {
font-size: 13px;
}
.testimonial.style-3 .slick-dots {
bottom: -30px;
}
.testimonial.style-3 .slick-dots li {
width: 7px;
height: 7px;
border-radius: 50%;
border: 1px solid #eee;
}
.testimonial.style-3 .slick-dots li.slick-active {
background: #eee;
}
.testimonial.style-3 .slick-dots li button {
display: none;
}
.testimonial.style-3 .arrows .next,
.testimonial.style-3 .arrows .prev {
position: absolute;
right: -50px;
top: 50%;
width: 50px;
height: 50px;
line-height: 55px;
text-align: center;
font-size: 20px;
border: 1px solid #eee;
border-radius: 50%;
opacity: 0;
transition: all .4s;
}
.testimonial.style-3 .arrows .next:hover,
.testimonial.style-3 .arrows .prev:hover {
border-color: var(--color-main);
}
.testimonial.style-3 .arrows .prev {
right: auto;
left: -50px;
}
.testimonial.style-3:hover .arrows .next,
.testimonial.style-3:hover .arrows .prev {
opacity: 1;
right: 0;
}
.testimonial.style-3:hover .arrows .prev {
left: 0;
}
.testimonial.style-3.lftstl .item {
text-align: left;
}
.testimonial.style-3.lftstl .item .info .author .lxleft {
display: table-cell;
vertical-align: middle;
}
.testimonial.style-3.lftstl .item .info .author .lxleft .img {
margin: 0;
}
.testimonial.style-3.lftstl .item .info .author .fxright {
display: table-cell;
padding: 20px;
}
.testimonial.style-3.lftstl .slick-dots {
text-align: right;
} .obelisk-testimonial.style-4 .container-fluid, .obelisk-testimonial.style-5 .container-fluid {
width: 140%;
margin-left: -20%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
}
.obelisk-testimonial.style-4 .container-fluid, .obelisk-testimonial.style-5 .container-fluid {
display: block;
}
.obelisk-testimonial.style-4 .item, .obelisk-testimonial.style-5 .item {
text-align: left;
padding: 80px 40px;
transform: scale(0.8);
background: linear-gradient(126.47deg, #ccc 6.69%, rgba(2, 2, 30, 0) 85.43%);
transition: all .4s;
display: flex;
}
.obelisk-testimonial.style-4 .item.swiper-slide-active, .obelisk-testimonial.style-5 .item.swiper-slide-active {
transform: scale(1);
}
.obelisk-testimonial.style-4 .item p, .obelisk-testimonial.style-5 .item p {
color: #000;
font-size: 28px;
font-weight: 600;
padding-left: 30px;
margin-left: 30px;
border-left: 1px solid rgba(255, 255, 255, 0.1);
line-height: 2;
}
.obelisk-testimonial.style-4 .item .info, .obelisk-testimonial.style-5 .item .info {
min-width: 120px;
}
.obelisk-testimonial.style-4 .item .info.inf-lrg, .obelisk-testimonial.style-5 .item .info.inf-lrg {
min-width: 160px;
}
.obelisk-testimonial.style-4 .item .info .img, .obelisk-testimonial.style-5 .item .info .img {
width: 80px;
height: 80px;
border: 7px solid #eee;
border-radius: 50%;
overflow: hidden;
margin-bottom: 20px;
}
.obelisk-testimonial.style-4 .item .info .author-name, .obelisk-testimonial.style-5 .item .info .author-name {
margin-bottom: 5px;
font-weight: 600;
font-size: 15px;
}
.obelisk-testimonial.style-4 .item .info .author-details, .obelisk-testimonial.style-5 .item .info .author-details {
font-size: 13px;
}
.obelisk-testimonial.style-4 .slick-dots, .obelisk-testimonial.style-5 .slick-dots {
bottom: -30px;
}
.obelisk-testimonial.style-4 .slick-dots li, .obelisk-testimonial.style-5 .slick-dots li {
width: 7px;
height: 7px;
border-radius: 50%;
border: 1px solid #eee;
}
.obelisk-testimonial.style-4 .slick-dots li.slick-active, .obelisk-testimonial.style-5 .slick-dots li.slick-active {
background: #eee;
}
.obelisk-testimonial.style-4 .slick-dots li button, .obelisk-testimonial.style-5 .slick-dots li button {
display: none;
}
.obelisk-testimonial.style-4 .arrows, .obelisk-testimonial.style-5 .arrows {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.obelisk-testimonial.style-4 .arrows .container, .obelisk-testimonial.style-5 .arrows .container {
position: relative;
height: 100%;
}
.obelisk-testimonial.style-4 .arrows .next,
.obelisk-testimonial.style-4 .arrows .prev, .obelisk-testimonial.style-5 .arrows .next,
.obelisk-testimonial.style-5 .arrows .prev {
position: absolute;
top: 50%;
right: -50px;
width: 50px;
height: 50px;
line-height: 55px;
text-align: center;
font-size: 20px;
border: 1px solid #eee;
border-radius: 50%;
opacity: 0;
transition: all .4s;
}
.obelisk-testimonial.style-4 .arrows .next:hover, .obelisk-testimonial.style-5 .arrows .next:hover {
border-color: var(--color-main);
}
.obelisk-testimonial.style-4 .arrows .prev, .obelisk-testimonial.style-5 .arrows .prev {
right: auto;
left: -50px;
}
.obelisk-testimonial.style-4 .arrows .prev:hover, .obelisk-testimonial.style-5 .arrows .prev:hover {
border-color: var(--color-main);
}
.obelisk-testimonial.style-4:hover .arrows .next, .obelisk-testimonial.style-5:hover .arrows .next {
opacity: 1;
right: 17%;
}
.obelisk-testimonial.style-4:hover .arrows .prev, .obelisk-testimonial.style-5:hover .arrows .prev {
opacity: 1;
right: 17%;
left: 17%;
}
.obelisk-testimonial.style-5 .item {
background: transparent;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.obelisk-testimonial.style-5 .item p {
font-weight: 200;
font-size: 20px;
}
.obelisk-testimonial.style-5 .item .info .author-name {
background: unset;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
color: var(--color-main);
}
.obelisk-testimonial.style-5 .arrows .next,
.obelisk-testimonial.style-5 .arrows .prev {
border-color: rgba(255, 255, 255, 0.3);
border-radius: 0;
}
.testimonial.style-3 .item p {
color: #777;
}
.testimonial.style-3 .author-details {
color: #0c0f16;
}
body.obelisk-dark-mode .testimonial.style-3 .item p {
color: #c8c8c8;
}
body.obelisk-dark-mode .testimonial.style-3 .author-details {
color: #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .testimonial.style-3 .item p {
color: #c8c8c8;
}
body.obelisk-auto-mode .testimonial.style-3 .author-details {
color: #fff;
}
}
body.obelisk-dark-mode .obelisk-testimonial.style-4 .item {
background: linear-gradient(126.47deg, #18191d 6.69%, rgba(2, 2, 30, 0) 85.43%);
}
body.obelisk-dark-mode .obelisk-testimonial.style-4 .item p {
color: #fff;
}
body.obelisk-dark-mode .obelisk-testimonial.style-4 .item .info .img {
border: 7px solid #25262c;
}
body.obelisk-dark-mode .obelisk-testimonial.style-5 .item {
border: 1px solid rgba(255, 255, 255, 0.1);
}
body.obelisk-dark-mode .obelisk-testimonial.style-5 .item p {
color: #fff;
}
body.obelisk-dark-mode .obelisk-testimonial.style-5 .item .info .img {
border: 7px solid #25262c;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-testimonial.style-4 .item {
background: linear-gradient(126.47deg, #18191d 6.69%, rgba(2, 2, 30, 0) 85.43%);
}
body.obelisk-auto-mode .obelisk-testimonial.style-4 .item p {
color: #fff;
}
body.obelisk-auto-mode .obelisk-testimonial.style-4 .item .info .img {
border: 7px solid #25262c;
}
body.obelisk-auto-mode .obelisk-testimonial.style-5 .item {
border: 1px solid rgba(255, 255, 255, 0.1);
}
body.obelisk-auto-mode .obelisk-testimonial.style-5 .item p {
color: #fff;
}
body.obelisk-auto-mode .obelisk-testimonial.style-5 .item .info .img {
border: 7px solid #25262c;
}
} .obelisk-testimonial.style-6 .item {
padding: 60px;
background: #fff;
border: 1px solid transparent;
text-align: center;
position: relative;
z-index: 4;
}
.obelisk-testimonial.style-6 .item:hover:after {
opacity: 1;
}
.obelisk-testimonial.style-6 .item:before {
content: '';
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: #fff;
z-index: -1;
}
.obelisk-testimonial.style-6 .item:after {
content: '';
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
background: #f45162;
background: linear-gradient(-35deg, #17c0e9, #c96ddd, #f45162);
z-index: -2;
opacity: 0;
transition: all .4s;
}
.obelisk-testimonial.style-6 .item .icon img {
width: 50px;
}
.obelisk-testimonial.style-6 .item .info {
margin-top: 30px;
}
.obelisk-testimonial.style-6 .item .info .img {
width: 60px;
height: 60px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto 15px;
}
.obelisk-testimonial.style-6 .item .info .img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.obelisk-testimonial.style-6 .item .info .cont span {
font-size: 15px;
opacity: .4;
}
.obelisk-testimonial.style-6 .item .text p {
font-size: 16px;
}
.obelisk-testimonial.style-6 .swiper-container {
padding-bottom: 30px;
}
.obelisk-testimonial.style-6 .swiper-container-horizontal > .swiper-pagination-bullets,
.obelisk-testimonial.style-6 .swiper-pagination-custom,
.obelisk-testimonial.style-6 .swiper-pagination-fraction {
bottom: 0;
}
.obelisk-testimonial.style-6 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
background: transparent;
border: 1px solid #131416;
cursor: pointer;
}
.obelisk-testimonial.style-6 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
background: #f45162;
border-color: transparent;
}
body.obelisk-dark-mode .obelisk-testimonial.style-6 .item {
background: #131416;
}
body.obelisk-dark-mode .obelisk-testimonial.style-6 .item::before {
background: #131416;
}
body.obelisk-dark-mode .obelisk-testimonial.style-6 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
border: 1px solid #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-testimonial.style-6 .item {
background: #131416;
}
body.obelisk-auto-mode .obelisk-testimonial.style-6 .item::before {
background: #131416;
}
body.obelisk-auto-mode .obelisk-testimonial.style-6 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
border: 1px solid #fff;
}
}  .skills.style-1 .item {
display: flex;
}
.skills.style-1 .skill {
position: relative;
}
.skills.style-1 .skill span {
width: 100px;
height: 100px;
line-height: 100px;
text-align: center;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50px) translateY(-50px);
font-size: 20px;
font-weight: 300;
}
.skills.style-1 .skill input {
font-family: "Barlow Condensed", Sans-serif !important;
font-weight: 300 !important;
}
.skills.style-1 .cont {
padding-top: 25px;
padding-left: 25px;
}
.skills.style-1 .cont span {
font-size: 12px;
font-weight: 300;
opacity: .9;
margin-bottom: 10px;
}
.skills.style-1 .cont h6 {
font-size: 15px;
font-weight: 500;
}
.skills-box .skill-item {
margin-bottom: 50px;
}
.skills-box .skill-item:last-of-type {
margin-bottom: 0;
}
.skills-box h6 {
font-size: 13px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 10px;
}
.skills-box .skill-progress {
height: 7px;
background-color: rgba(255, 255, 255, 0.05);
position: relative;
}
.skills-box .skill-progress .progres {
position: absolute;
height: 100%;
width: 0;
top: 0;
left: 0;
background-color: var(--color-main);
transition: all 1.5s;
}
.skills-box .skill-progress .progres:after {
content: attr(data-value);
position: absolute;
right: 10px;
top: -45px;
padding: 7px 15px;
border-radius: 5px;
background: var(--color-main);
font-size: 12px;
font-weight: 600;
}
.skills-box .skill-progress .progres:before {
content: '';
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 8px solid var(--color-main);
position: absolute;
right: 15px;
bottom: 14px;
}
.skills.style-1 h6 {
color: #000;
}
.skills.style-1 span {
color: #0c0f16;
}
.skills.style-1 .skill input {
color: #0c0f16 !important;
}
.skills.style-1 .progres:after {
color: #ccc;
}
body.obelisk-dark-mode .skills.style-1 h6 {
color: #fff;
}
body.obelisk-dark-mode .skills.style-1 span {
color: #fff;
}
body.obelisk-dark-mode .skills.style-1 .skill input {
color: #fff !important;
}
body.obelisk-dark-mode .skills.style-1 .progres:after {
color: #111;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .skills.style-1 h6 {
color: #fff;
}
body.obelisk-auto-mode .skills.style-1 span {
color: #fff;
}
body.obelisk-auto-mode .skills.style-1 .skill input {
color: #fff !important;
}
body.obelisk-auto-mode .skills.style-1 .progres:after {
color: #111;
}
}   .obelisk-progress-bar.style-1 .skills-box .skill-item {
margin-bottom: 50px;
}
.obelisk-progress-bar.style-1 .skills-box .skill-item:last-of-type {
margin-bottom: 0;
}
.obelisk-progress-bar.style-1 .skills-box h6 {
font-size: 13px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 10px;
color: #000;
}
.obelisk-progress-bar.style-1 .skills-box .skill-progress {
height: 7px;
position: relative;
background-color: #F2F2F2;
}
.obelisk-progress-bar.style-1 .skills-box .skill-progress .progres {
position: absolute;
height: 100%;
width: 0;
top: 0;
left: 0;
background-color: var(--color-main);
transition: all 1.5s;
}
.obelisk-progress-bar.style-1 .skills-box .skill-progress .progres:after {
content: attr(data-value);
position: absolute;
right: 10px;
top: -45px;
padding: 7px 15px;
border-radius: 5px;
background-color: #F2F2F2;
color: #000;
font-size: 12px;
font-weight: 600;
line-height: 1.5;
}
.obelisk-progress-bar.style-1 .skills-box .skill-progress .progres:before {
content: '';
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 8px solid #F2F2F2;
border-top-color: #F2F2F2;
position: absolute;
right: 15px;
bottom: 14px;
}
body.obelisk-dark-mode .obelisk-progress-bar.style-1 .skills-box .skill-progress {
background-color: #1D1E21;
}
body.obelisk-dark-mode .obelisk-progress-bar.style-1 .skills-box .skill-progress .progres:after {
background-color: #1D1E21;
color: #fff;
}
body.obelisk-dark-mode .obelisk-progress-bar.style-1 .skills-box .skill-progress .progres:before {
border-top: 8px solid #1D1E21;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-progress-bar.style-1 .skills-box .skill-progress {
background-color: #1D1E21;
}
body.obelisk-auto-mode .obelisk-progress-bar.style-1 .skills-box .skill-progress .progres:after {
background-color: #1D1E21;
color: #fff;
}
body.obelisk-auto-mode .obelisk-progress-bar.style-1 .skills-box .skill-progress .progres:before {
border-top: 8px solid #1D1E21;
}
} .widget .contact-list {
list-style: outside none none;
margin: 20px 0;
padding: 0;
}
.widget .contact-list > li {
margin-bottom: 10px;
list-style: outside none none;
}
.contact-list {
list-style: outside none none;
margin: 20px 0;
padding: 0;
}
.contact-list > li {
margin-bottom: 10px;
list-style: outside none none;
}
.contact-list i.fa {
color: #1f1f1f;
display: inline-block;
font-size: 18px;
margin-right: 7px;
}
.map_canvas {
height: 500px;
}
.map-gray iframe {
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(99%);
-webkit-backface-visibility: hidden;
}
.box-map {
line-height: 1;
padding: 20px 0 20px 20px;
text-align: center;
width: 100%;
}
.box-map > img {
max-width: 400px;
max-height: 200px;
}
.box-map > h3 {
font-size: 16px;
color: #1f1f1f;
letter-spacing: 3px;
margin: 10px 0 10px;
text-transform: uppercase;
}
form input {
-moz-box-sizing: border-box;
background: #fff;
border: none;
border: 1px solid #ddd;
box-sizing: border-box;
color: #888;
line-height: inherit;
padding: 6px 13px;
padding-left: 30px;
width: 100%;
max-height: 150px;
border-radius: 0;
background: #fdfdfd;
font-size: 15px;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
form input:focus {
border-color: var(--color-main);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
form textarea {
-moz-box-sizing: border-box;
background: #fff;
border: none;
border: 1px solid #ddd;
box-sizing: border-box;
color: #888;
line-height: inherit;
padding: 6px 13px;
padding-left: 30px;
width: 100%;
max-height: 150px;
border-radius: 0;
background: #fdfdfd;
font-size: 15px;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
form textarea:focus {
border-color: var(--color-main);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.comment-respond form input {
border: 1px solid #ddd;
padding-left: 46px;
max-height: 160px;
}
.comment-respond form input:focus {
border-color: var(--color-main);
}
.comment-respond form input::placeholder {
color: #333;
}
.comment-respond form textarea {
border: 1px solid #ddd;
padding-left: 46px;
max-height: 160px;
}
.comment-respond form textarea:focus {
border-color: var(--color-main);
}
.comment-respond form textarea::placeholder {
color: #333;
}
.comment-respond p {
position: relative;
}
#MyContactForm {
text-align: left;
}
#MyContactForm p span {
display: block;
letter-spacing: 2px;
text-transform: uppercase;
}
#MyContactForm p label {
cursor: text;
display: block;
margin: 0;
position: relative;
top: 0;
width: 100%;
}
input:focus {
border-color: #e0e0e0;
}
textarea:focus {
border-color: #e0e0e0;
outline: none;
}
textarea::-webkit-input-placeholder {
color: #aaa;
}
textarea:-moz-placeholder {
color: #aaa;
}
textarea::-moz-placeholder {
color: #aaa;
}
textarea:-ms-input-placeholder {
color: #aaa;
}
#form-wrapper #MyContactForm .error {
bottom: 12px;
color: #FF0000;
font-family: inherit;
font-size: 12px;
font-weight: normal;
left: auto;
font-style: italic;
letter-spacing: 0;
position: absolute;
right: 20px;
text-transform: capitalize;
width: auto;
}
.wpcf7-submit {
color: var(--color-main);
width: auto;
border: 1px solid var(--color-main);
display: inline-block;
font-size: 16px;
padding: 7px 15px;
position: relative;
overflow: hidden;
z-index: 1;
transition-duration: 1.0s;
}
.wpcf7-submit:hover {
color: #ffffff;
border: 1px solid var(--color-main);
background: var(--color-main);
}
.wpcf7-submit:hover::after {
opacity: 1;
transform: scale(4);
-ms-transform: scale(4);
-webkit-transform: scale(4);
}
.wpcf7-submit::before {
background: #eee none repeat scroll 0 0;
border-radius: 200px;
content: "";
display: block;
height: 200px;
left: -50%;
margin-top: -100px;
position: absolute;
top: 50%;
width: 200px;
opacity: 0.3;
z-index: -1;
transform: scale(0);
-ms-transform: scale(0);
-webkit-transform: scale(0);
transition: all 0.4s ease-out 0s;
transition-duration: 0.8s;
}
.wpcf7-submit::after {
background: #fff none repeat scroll 0 0;
border-radius: 200px;
content: "";
opacity: 0.3;
display: block;
height: 200px;
left: -50%;
margin-top: -100px;
position: absolute;
top: 50%;
width: 200px;
z-index: -1;
transform: scale(0);
-ms-transform: scale(0);
-webkit-transform: scale(0);
transition: all 0.4s ease-in 0s;
transition-delay: 0.3s;
}
.dark-page .wpcf7-submit {
color: var(--color-main);
width: auto;
border: 1px solid var(--color-main);
display: inline-block;
font-size: 16px;
padding: 7px 15px;
position: relative;
overflow: hidden;
z-index: 1;
transition-duration: 1.0s;
}
.dark-page .wpcf7-submit::after {
background: #1f1f1f;
}
.dark-page .gray-bg .wpcf7-submit::after {
background: #1A1A1A;
}
.content-btn {
color: var(--color-main);
width: auto;
border: 1px solid var(--color-main);
display: inline-block;
font-size: 14px;
position: relative;
overflow: hidden;
z-index: 1;
transition-duration: 1.0s;
padding: 8px 20px;
}
.content-btn:hover {
background-color: var(--color-main);
color: #ffffff;
}
.content-btn::before {
background: #eee none repeat scroll 0 0;
border-radius: 200px;
content: "";
display: block;
height: 200px;
left: -50%;
margin-top: -100px;
position: absolute;
top: 50%;
width: 200px;
opacity: 0.3;
z-index: -1;
transform: scale(0);
-ms-transform: scale(0);
-webkit-transform: scale(0);
transition: all 0.4s ease-out 0s;
transition-duration: 0.8s;
background: #fff none repeat scroll 0 0;
border-radius: 200px;
content: "";
opacity: 0.3;
display: block;
height: 200px;
left: -50%;
margin-top: -100px;
position: absolute;
top: 50%;
width: 200px;
z-index: -1;
transform: scale(0);
-ms-transform: scale(0);
-webkit-transform: scale(0);
transition: all 0.4s ease-in 0s;
transition-delay: 0.3s;
}
.color-bg .wpcf7-submit {
background: #fff;
color: var(--color-main);
}
.color-bg .wpcf7-submit:hover {
color: #ffffff;
border-color: #ffffff;
}
.slider-btn:hover::before {
opacity: 1;
transform: scale(4);
-ms-transform: scale(4);
-webkit-transform: scale(4);
}
.wpcf7 p {
position: relative;
}
.wpcf7 p:nth-last-child(2) {
padding-left: 10px;
}
.wpcf7 form p br {
display: none;
}
.wpcf7-form span.wpcf7-not-valid-tip {
font-size: 12px;
font-style: italic;
letter-spacing: 0;
position: absolute;
right: 15px;
text-transform: none;
top: 10px;
}
span.wpcf7-form-control-wrap {
display: block;
padding-right: 10px;
padding-left: 10px;
}
span.your-name {
display: inline-block;
width: 32.9%;
}
span.your-name:before {
color: var(--color-main);
display: inline-block;
font-family: "FontAwesome";
font-size: 15px;
font-style: normal;
height: 30px;
left: 10px;
line-height: 30px;
margin-top: -15px;
position: absolute;
text-align: center;
top: 50%;
width: 30px;
content: "\f2c0";
}
span.your-email {
display: inline-block;
width: 32.9%;
}
span.your-email:before {
color: var(--color-main);
display: inline-block;
font-family: "FontAwesome";
font-size: 15px;
font-style: normal;
height: 30px;
left: 10px;
line-height: 30px;
margin-top: -15px;
position: absolute;
text-align: center;
top: 50%;
width: 30px;
content: "\f003";
}
span.cell-phone {
display: inline-block;
width: 32.9%;
}
span.cell-phone:before {
color: var(--color-main);
display: inline-block;
font-family: "FontAwesome";
font-size: 15px;
font-style: normal;
height: 30px;
line-height: 30px;
margin-top: -15px;
position: absolute;
text-align: center;
top: 50%;
width: 30px;
content: "\f10b";
font-size: 20px;
}
span.subject {
display: inline-block;
width: 49%;
}
span.subject:before {
color: var(--color-main);
display: inline-block;
font-family: "FontAwesome";
font-size: 15px;
font-style: normal;
height: 30px;
line-height: 30px;
margin-top: -15px;
position: absolute;
text-align: center;
top: 50%;
width: 30px;
content: "\f27b";
}
span.your-message:before {
color: var(--color-main);
display: inline-block;
font-family: "FontAwesome";
font-size: 15px;
font-style: normal;
height: 30px;
left: 10px;
line-height: 30px;
margin-top: -15px;
position: absolute;
text-align: center;
top: 50%;
width: 30px;
content: "\f0e5";
top: 11%;
}
.comment-form-email {
width: 32.9%;
display: inline-block;
padding-right: 1%;
}
.comment-form-email:before {
font-family: "FontAwesome";
font-size: 15px;
font-style: normal;
height: 30px;
left: 10px;
line-height: 30px;
margin-top: -15px;
position: absolute;
text-align: center;
top: 50%;
width: 30px;
border-radius: 4px 0 0 4px;
border-right: 1px solid #e1e6eb;
color: #555;
display: inline-block;
font-family: "FontAwesome";
font-size: 16px;
height: 40px;
left: 0px;
line-height: 40px;
margin-top: 0px;
position: absolute;
text-align: center;
top: 1px;
width: 40px;
content: "\f003";
}
.comment-form-author {
width: 32.9%;
display: inline-block;
padding-right: 1%;
}
.comment-form-author:before {
border-radius: 4px 0 0 4px;
border-right: 1px solid #e1e6eb;
color: #555;
display: inline-block;
font-family: "FontAwesome";
font-size: 16px;
height: 40px;
left: 0px;
line-height: 40px;
margin-top: 0px;
position: absolute;
text-align: center;
top: 1px;
width: 40px;
content: "\f2c0";
}
.comment-form-comment {
margin-top: 30px;
margin-bottom: 20px;
}
.comment-form-comment:before {
border-radius: 4px 0 0 4px;
border-right: 1px solid #e1e6eb;
color: #555;
display: inline-block;
font-family: "FontAwesome";
font-size: 16px;
height: 40px;
left: 0px;
line-height: 40px;
margin-top: 0px;
position: absolute;
text-align: center;
top: 1px;
width: 40px;
content: "\f0e5";
border-bottom: 1px solid #e1e6eb;
}
.comment-form-url {
width: 32.9%;
display: inline-block;
padding-right: 1%;
padding-right: 0;
}
.comment-form-url:before {
border-radius: 4px 0 0 4px;
border-right: 1px solid #e1e6eb;
color: #555;
display: inline-block;
font-family: "FontAwesome";
font-size: 16px;
height: 40px;
left: 0px;
line-height: 40px;
margin-top: 0px;
position: absolute;
text-align: center;
top: 1px;
width: 40px;
content: "\f0c1";
}
div.wpcf7-validation-errors {
border: medium none;
clear: both;
margin-left: 0;
margin-top: 10px;
padding: 10px 0;
text-align: left;
}
div.wpcf7-mail-sent-ok {
border: medium none;
clear: both;
font-size: 15px;
margin: 0;
padding: 0;
text-align: left;
} .obelisk-contact-shortcode.style-2 form input {
background: transparent;
border: none;
padding: 15px 0;
color: #000;
font-size: 16px;
border-bottom: 1px solid #b9b9b95e;
margin-bottom: 30px;
}
.obelisk-contact-shortcode.style-2 form textarea {
background: transparent;
border: none;
font-size: 16px;
padding-left: 0;
border-bottom: 1px solid #b9b9b95e;
}
.obelisk-contact-shortcode.style-2 span.your-name:before, .obelisk-contact-shortcode.style-2 span.your-email:before, .obelisk-contact-shortcode.style-2 span.cell-phone:before, .obelisk-contact-shortcode.style-2 span.subject:before, .obelisk-contact-shortcode.style-2 span.your-message:before {
content: none;
}
.obelisk-contact-shortcode.style-2 .wpcf7-form {
text-align: center;
}
.obelisk-contact-shortcode.style-2 .wpcf7-form p:nth-last-child(2) {
text-align: center;
display: inline-block;
}
.obelisk-contact-shortcode.style-2 .wpcf7-form p:nth-last-child(2) .wpcf7-submit {
border-radius: 5px;
border: 1px solid #000;
color: #000;
padding: 15px 35px;
font-size: 13px;
margin-top: 30px !important;
transition: all .4s;
}
.obelisk-contact-shortcode.style-2 .wpcf7-form p:nth-last-child(2) .wpcf7-submit:hover {
background: #000;
color: #fff;
}
.obelisk-contact-shortcode.style-2 .wpcf7-form p:nth-last-child(2) .wpcf7-spinner {
width: 100%;
}
body.obelisk-dark-mode .obelisk-contact-shortcode.style-2 form input, body.obelisk-dark-mode .obelisk-contact-shortcode.style-2 form textarea {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.obelisk-dark-mode .obelisk-contact-shortcode.style-2 p:nth-last-child(2) .wpcf7-submit {
color: #fff;
border-color: #fff;
}
body.obelisk-dark-mode .obelisk-contact-shortcode.style-2 p:nth-last-child(2) .wpcf7-submit:hover {
background: #fff;
color: #000;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-contact-shortcode.style-2 form input, body.obelisk-auto-mode .obelisk-contact-shortcode.style-2 form textarea {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.obelisk-auto-mode .obelisk-contact-shortcode.style-2 p:nth-last-child(2) .wpcf7-submit {
color: #fff;
border-color: #fff;
}
body.obelisk-auto-mode .obelisk-contact-shortcode.style-2 p:nth-last-child(2) .wpcf7-submit:hover {
background: #fff;
color: #000;
}
}
.obelisk-contact-shortcode.style-3 form input {
background: transparent;
border: none;
padding: 20px;
color: #000;
font-size: 16px;
border-bottom: 1px solid #b9b9b95e;
background: rgba(0, 0, 0, 0.05);
backdrop-filter: blur(4px);
margin-bottom: 30px;
}
.obelisk-contact-shortcode.style-3 form textarea {
background: transparent;
border: none;
font-size: 16px;
padding: 20px;
border-bottom: 1px solid #b9b9b95e;
background: rgba(0, 0, 0, 0.05);
backdrop-filter: blur(4px);
}
.obelisk-contact-shortcode.style-3 span.your-name:before, .obelisk-contact-shortcode.style-3 span.your-email:before, .obelisk-contact-shortcode.style-3 span.cell-phone:before, .obelisk-contact-shortcode.style-3 span.subject:before, .obelisk-contact-shortcode.style-3 span.your-message:before {
content: none;
}
.obelisk-contact-shortcode.style-3 .wpcf7-form {
text-align: center;
}
.obelisk-contact-shortcode.style-3 .wpcf7-form p:nth-last-child(2) {
text-align: center;
display: inline-block;
}
.obelisk-contact-shortcode.style-3 .wpcf7-form p:nth-last-child(2) .wpcf7-submit {
border-radius: 5px;
border: 1px solid #000;
color: #000;
padding: 15px 35px;
font-size: 13px;
margin-top: 30px !important;
transition: all .4s;
}
.obelisk-contact-shortcode.style-3 .wpcf7-form p:nth-last-child(2) .wpcf7-submit:hover {
background: #000;
color: #fff;
}
.obelisk-contact-shortcode.style-3 .wpcf7-form p:nth-last-child(2) .wpcf7-spinner {
width: 100%;
}
.obelisk-contact-shortcode.style-3.full-width .wpcf7-form p:nth-last-child(2) {
display: block;
}
.obelisk-contact-shortcode.style-3.full-width .wpcf7-form p:nth-last-child(2) .wpcf7-submit {
width: 100%;
border-radius: 0px;
border: 1px solid #000;
color: #fff;
padding: 15px 35px;
font-size: 13px;
margin-top: 30px !important;
transition: all .4s;
background: #000;
}
.obelisk-contact-shortcode.style-3.full-width .wpcf7-form p:nth-last-child(2) .wpcf7-submit:hover {
background: #fff;
border-color: #000;
color: #000;
}
body.obelisk-dark-mode .obelisk-contact-shortcode.style-3 form input, body.obelisk-dark-mode .obelisk-contact-shortcode.style-3 form textarea {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.obelisk-dark-mode .obelisk-contact-shortcode.style-3 p:nth-last-child(2) .wpcf7-submit {
color: #fff;
border-color: #fff;
}
body.obelisk-dark-mode .obelisk-contact-shortcode.style-3 p:nth-last-child(2) .wpcf7-submit:hover {
background: #fff;
color: #000;
}
body.obelisk-dark-mode .obelisk-contact-shortcode.style-3.full-width p:nth-last-child(2) .wpcf7-submit {
color: #000;
background: #fff;
border-color: #fff;
}
body.obelisk-dark-mode .obelisk-contact-shortcode.style-3.full-width p:nth-last-child(2) .wpcf7-submit:hover {
background: transparent;
color: #fff;
border-color: #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-contact-shortcode.style-3 form input, body.obelisk-auto-mode .obelisk-contact-shortcode.style-3 form textarea {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.obelisk-auto-mode .obelisk-contact-shortcode.style-3 p:nth-last-child(2) .wpcf7-submit {
color: #fff;
border-color: #fff;
}
body.obelisk-auto-mode .obelisk-contact-shortcode.style-3 p:nth-last-child(2) .wpcf7-submit:hover {
background: #fff;
color: #000;
}
body.obelisk-auto-mode .obelisk-contact-shortcode.style-3.full-width p:nth-last-child(2) .wpcf7-submit {
color: #000;
background: #fff;
border-color: #fff;
}
body.obelisk-auto-mode .obelisk-contact-shortcode.style-3.full-width p:nth-last-child(2) .wpcf7-submit:hover {
background: transparent;
color: #fff;
border-color: #fff;
}
} .obelisk-contact-shortcode.style-4 span.your-name {
width: 100%;
}
.obelisk-contact-shortcode.style-4 span.your-email {
width: 100%;
}
.obelisk-contact-shortcode.style-4 span input {
width: 100%;
}
.obelisk-contact-shortcode.style-4 form input {
background: transparent;
border: none;
padding: 15px;
color: #000;
font-size: 16px;
border-bottom: 1px solid #b9b9b95e;
margin-bottom: 30px;
}
.obelisk-contact-shortcode.style-4 form input::placeholder {
color: #adaab5;
}
.obelisk-contact-shortcode.style-4 form textarea {
color: #000;
margin-top: 30px;
background: transparent;
border: none;
font-size: 16px;
padding: 15px;
border: 1px solid #b9b9b95e;
}
.obelisk-contact-shortcode.style-4 span.your-name:before, .obelisk-contact-shortcode.style-4 span.your-email:before, .obelisk-contact-shortcode.style-4 span.cell-phone:before, .obelisk-contact-shortcode.style-4 span.subject:before, .obelisk-contact-shortcode.style-4 span.your-message:before {
content: none;
}
.obelisk-contact-shortcode.style-4 .wpcf7-form {
text-align: center;
}
.obelisk-contact-shortcode.style-4 .wpcf7-form p:nth-last-child(2), .obelisk-contact-shortcode.style-4 .wpcf7-form p:nth-last-child(3) {
text-align: left;
display: inline-block;
}
.obelisk-contact-shortcode.style-4 .wpcf7-form p:nth-last-child(2) .wpcf7-submit, .obelisk-contact-shortcode.style-4 .wpcf7-form p:nth-last-child(3) .wpcf7-submit {
margin-left: 10px;
border-radius: 50px;
color: #fff;
padding: 10px 25px;
font-size: 13px;
margin-top: 30px !important;
transition: all .4s;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.obelisk-contact-shortcode.style-4 .wpcf7-form p:nth-last-child(2) .wpcf7-submit:hover, .obelisk-contact-shortcode.style-4 .wpcf7-form p:nth-last-child(3) .wpcf7-submit:hover {
color: #000;
}
body.obelisk-dark-mode .obelisk-contact-shortcode.style-4 form textarea {
border: 1px solid #b9b9b95e;
}
body.obelisk-dark-mode .obelisk-contact-shortcode.style-4 form input {
border-bottom: 1px solid #b9b9b95e;
}
body.obelisk-dark-mode .obelisk-contact-shortcode.style-4 p:nth-last-child(2) .wpcf7-submit, body.obelisk-dark-mode .obelisk-contact-shortcode.style-4 p:nth-last-child(3) .wpcf7-submit {
color: #000;
background: #fff;
border-color: #fff;
}
body.obelisk-dark-mode .obelisk-contact-shortcode.style-4 p:nth-last-child(2) .wpcf7-submit:hover, body.obelisk-dark-mode .obelisk-contact-shortcode.style-4 p:nth-last-child(3) .wpcf7-submit:hover {
background: transparent;
color: #fff;
border-color: #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-contact-shortcode.style-4 form textarea {
border: 1px solid #b9b9b95e;
}
body.obelisk-auto-mode .obelisk-contact-shortcode.style-4 form input {
border-bottom: 1px solid #b9b9b95e;
}
body.obelisk-auto-mode .obelisk-contact-shortcode.style-4 p:nth-last-child(2) .wpcf7-submit, body.obelisk-auto-mode .obelisk-contact-shortcode.style-4 p:nth-last-child(3) .wpcf7-submit {
color: #000;
background: #fff;
border-color: #fff;
}
body.obelisk-auto-mode .obelisk-contact-shortcode.style-4 p:nth-last-child(2) .wpcf7-submit:hover, body.obelisk-auto-mode .obelisk-contact-shortcode.style-4 p:nth-last-child(3) .wpcf7-submit:hover {
background: transparent;
color: #fff;
border-color: #fff;
}
} .contact-style2 form input {
border-radius: 50px;
padding: 8px 15px;
padding-left: 40px;
}
.contact-style2 textarea {
border-radius: 15px;
padding-left: 40px;
}
.contact-style2 span.your-name:before, .contact-style2 span.your-email:before, .contact-style2 span.subject:before, .contact-style2 span.your-message:before {
left: 20px;
}
.contact-style2 span.your-name, .contact-style2 span.your-email, .contact-style2 span.subject {
width: 100%;
margin-bottom: 30px;
}
.contact-style2 span.subject {
margin-bottom: 0;
}
.contact-style2 form input:focus {
box-shadow: none;
}  .obelisk-mc4wp-1 .mc4wp-form-fields {
margin-top: 20px;
padding-right: 20px;
display: flex;
}
.obelisk-mc4wp-1 .mc4wp-form-fields p {
opacity: 1;
}
.obelisk-mc4wp-1 .mc4wp-form-fields input[type=email] {
margin-top: 20px;
padding: 15px;
width: 100%;
background: rgba(55, 30, 164, 0.3);
border: 0;
color: #fff;
align-items: flex-start;
display: inline-block;
text-align: start;
outline: none;
}
.obelisk-mc4wp-1 .mc4wp-form-fields ::placeholder {
color: #eee;
}
.obelisk-mc4wp-1 .mc4wp-form-fields input[type=submit] {
border: 0;
padding: 15px 30px;
background: rgba(255, 255, 255, 0.02);
color: var(--color-main);
text-transform: uppercase;
letter-spacing: 1px;
font-size: 13px;
z-index: 2;
cursor: pointer;
align-items: flex-start;
display: inline-block;
text-align: center;
width: initial;
}
.obelisk-mc4wp-1 .mc4wp-form-fields input[type=submit]:hover {
background: var(--color-main);
color: #fff;
} .obelisk-mc4wp-2 .mc4wp-form-fields p {
opacity: 1;
}
.obelisk-mc4wp-2 .mc4wp-form-fields input[type=email] {
align-items: flex-start;
display: inline-block;
text-align: start;
outline: none;
width: 100%;
padding: 10px;
padding-left: 15px;
border-radius: 30px;
border: 1px solid rgba(255, 255, 255, 0.05);
background: transparent;
color: #fff;
font-size: 13px;
}
.obelisk-mc4wp-2 .mc4wp-form-fields::placeholder {
color: #eee;
}
.obelisk-mc4wp-2 .mc4wp-form-fields button {
position: absolute;
bottom: 0;
right: 0;
width: 50px;
height: 50px;
text-align: center;
border-radius: 50%;
background-color: var(--color-main);
border-color: transparent;
color: #000;
font-size: 0;
}
.obelisk-mc4wp-2 .mc4wp-form-fields button:before {
content: "\e629";
font-size: 20px;
}  @keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes kenburns {
0% {
opacity: 0;
}
5% {
opacity: 1;
}
100% {
transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
opacity: 1;
}
}
@keyframes toTopFromBottom {
49% {
-webkit-transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
}
51% {
opacity: 1;
}
}  .error-title {
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-main), var(--color-secondary), var(--color-ternary)) border-box;
border: 15px double var(--color-main);
border: 10px solid transparent !important;
border-radius: 5px;
color: #333;
display: inline-block;
font-family: "Montserrat", sans-serif;
font-size: 200px;
font-weight: 600;
margin-bottom: 40px;
padding: 10px 60px;
text-transform: uppercase;
}
.error-text {
color: #333;
font-family: "Montserrat", sans-serif;
font-size: 20px;
}
.error-btn {
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border: 1px solid var(--color-main);
border: 1px solid transparent !important;
border-radius: 5px;
color: var(--color-main);
display: inline-block;
font-size: 14px;
overflow: hidden;
padding: 8px 20px;
position: relative;
transition-duration: 1.0s;
width: auto;
z-index: 1;
}  .footer {
background: #13161D;
text-align: center;
font-size: 14px;
padding: 80px 0;
}
.footer p {
margin-bottom: 0;
margin-top: 10px;
color: #999;
opacity: 0.8;
}
.footer a {
color: var(--color-main);
}
.footer-padding {
padding: 100px 0;
}
.footer-icon {
display: block;
list-style: none;
padding: 0;
margin: 0;
margin-bottom: 20px;
margin-top: 20px;
}
.footer-icon li {
display: inline-block;
margin: 3px;
}
.footer-icon li a {
width: 25px;
height: 25px;
display: block;
line-height: 25px;
color: #999;
opacity: 0.8;
border-radius: 100px;
font-size: 16px;
}
.footer-icon li a:hover {
transform: translateY(-3px);
opacity: 1;
color: #ffffff;
}
.footer-img {
max-width: 150px;
}
.elementor-image-gallery .gallery-item {
width: initial !important;
}
#gallery-1 .gallery-item {
margin-top: 0 !important;
margin-bottom: 0 !important;
display: inline-block;
}
#gallery-2 .gallery-item {
margin-top: 0 !important;
margin-bottom: 0 !important;
display: inline-block;
width: 33.33%;
}
#gallery-2 img {
border: 1px solid #efefef !important;
}
.dsc-footer-style1 {
background: #222222;
padding: 60px 0;
}
.dsc-footer-style1 h3 {
font-size: 22px;
font-weight: 600;
margin-bottom: 25px !important;
color: #ffffff;
}
.dsc-footer-style1 p {
color: #ffffff;
opacity: .8;
line-height: 27px;
}
.dsc-footer-style1 ul {
list-style-type: none;
padding-left: 0;
}
.dsc-footer-style1 ul li {
color: #ffffff;
opacity: .8;
margin-bottom: 12px !important;
}
.dsc-footer-style1 ul li:hover {
opacity: 1;
}
.dsc-footer-style1 ul li a {
font-size: 16px;
border-bottom: none;
color: #ffffff;
opacity: .8;
font-weight: 600;
position: relative;
margin-bottom: 6px !important;
}
.dsc-footer-style1 .elementor-widget-wp-widget-recent-posts h5 {
display: none;
}
.dsc-footer-style1 .elementor-widget-wp-widget-recent-posts li {
margin-bottom: 12px !important;
}
.dsc-footer-style1 .elementor-widget-wp-widget-recent-posts li span {
color: #eee;
opacity: 0.8;
}
.dsc-footer-style1 .elementor-widget-wp-widget-recent-posts a {
color: #eee;
opacity: .8;
display: block;
}
.dsc-footer-style1 .mc4wp-form-fields {
margin-top: 20px;
padding-right: 20px;
}
.dsc-footer-style1 .mc4wp-form-fields input[type=email] {
padding-left: 15px;
padding-right: 100px;
background: transparent;
border: 1px solid #eee;
border-color: #eee;
border-radius: 50px;
}
.dsc-footer-style1 .mc4wp-form-fields input[type=email]::focus {
border-color: #ffffff;
color: #eee;
}
.dsc-footer-style1 .mc4wp-form-fields input::placeholder {
color: #ffffff;
opacity: 0.8;
}
.dsc-footer-style1 .mc4wp-form-fields input[type=submit] {
position: absolute;
top: 0;
right: 20px;
width: 95px;
padding-left: 5px;
padding-right: 5px;
background: transparent;
font-weight: 600;
color: #ffffff;
border-left: none;
text-transform: uppercase;
border: none;
}
.dsc-footer-style2 {
background: #150546;
}
.dsc-bottom-style1 {
background: #111;
padding: 10px 0;
}
.dsc-bottom-style1 p {
margin: 0;
color: #eee;
opacity: 0.8;
margin-left: -28px;
}
.dsc-bottom-style1 ul {
text-align: right;
}
.dsc-bottom-style1 li {
display: inline-block;
margin-left: 20px;
}
.dsc-bottom-style1 li a {
color: #eee;
opacity: 0.8;
}
.dsc-footer-style-2 {
background: #eee;
padding: 85px 15px 80px 15px;
padding-bottom: 30px;
}
.dsc-footer-style-2 h3 {
font-size: 16px;
color: #ffffff;
display: inline-block;
padding-bottom: 25px !important;
}
.dsc-footer-style-2 h3:after {
width: 40px;
height: 2px;
content: "";
position: absolute !important;
bottom: 0;
left: 0;
z-index: 0;
margin: auto;
background: #fff;
opacity: 0.3;
}
.dsc-footer-style-2 p {
color: #ffffff;
opacity: .4;
line-height: 27px;
font-size: 14px;
}
.dsc-footer-style-2 ul {
list-style-type: none;
padding-left: 0;
}
.dsc-footer-style-2 ul li {
color: #ffffff;
margin-bottom: 12px !important;
}
.dsc-footer-style-2 ul li a {
font-size: 16px;
border-bottom: none;
color: #ffffff;
position: relative;
color: #ffffff;
opacity: .4;
font-size: 14px;
transition: 100ms linear all;
}
.dsc-footer-style-2 ul li a:hover {
opacity: 1;
}
.dsc-footer-style-2 .elementor-widget-wp-widget-recent-posts h5 {
display: none;
}
.dsc-footer-style-2 .elementor-widget-wp-widget-recent-posts li {
margin-bottom: 12px !important;
}
.dsc-footer-style-2 .elementor-widget-wp-widget-recent-posts li span {
color: #ffffff;
opacity: 0.3;
font-size: 14px;
}
.dsc-footer-style-2 .elementor-widget-wp-widget-recent-posts a {
color: #ffffff;
display: block;
}
.dsc-footer-style-2 .mc4wp-form-fields {
margin-top: 20px;
padding-right: 20px;
}
.dsc-footer-style-2 .mc4wp-form-fields p {
opacity: 1;
}
.dsc-footer-style-2 .mc4wp-form-fields input[type=email] {
padding-left: 15px;
padding-right: 100px;
border: 1px solid #c8c2c2;
border-radius: 3px;
width: 245px;
font-size: 16px;
padding: 8px 13px;
}
.dsc-footer-style-2 .mc4wp-form-fields input[type=submit] {
position: absolute;
top: 20px;
left: 150px;
width: 95px;
padding-left: 5px;
padding-right: 5px;
background: #333;
color: #ffffff;
border-left: none;
border: none;
border-radius: 3px;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
height: 45px;
font-size: 16px;
}
.dsc-footer-style-2 .mc4wp-form-fields input[type=submit]:hover {
background: var(--color-main);
}
.dsc-bottom-style-2 {
background: #0c0c0c;
padding: 20px 0;
}
.dsc-bottom-style-2 p {
margin: 0;
color: #ffffff;
opacity: 0.4;
font-size: 14px;
}
.dsc-bottom-style-2 ul {
text-align: right;
}
.dsc-bottom-style-2 li {
display: inline-block;
margin-left: 20px;
}
.dsc-bottom-style-2 li a {
color: #ffffff;
opacity: 0.4;
font-size: 14px;
}
.dsc-footer-style-3 {
padding: 85px 15px 80px 15px;
padding-bottom: 30px;
}
.dsc-footer-style-3 h3 {
font-size: 16px;
color: #000000;
display: inline-block;
padding-bottom: 25px !important;
}
.dsc-footer-style-3 h3:after {
width: 40px;
height: 2px;
content: "";
position: absolute !important;
bottom: 0;
left: 0;
z-index: 0;
margin: auto;
background: var(--color-main);
opacity: 0.8;
}
.dsc-footer-style-3 p {
color: #000000;
opacity: .8;
line-height: 27px;
font-size: 14px;
}
.dsc-footer-style-3 ul {
list-style-type: none;
padding-left: 0;
}
.dsc-footer-style-3 ul li {
color: #000000;
margin-bottom: 12px !important;
}
.dsc-footer-style-3 ul li a {
font-size: 16px;
border-bottom: none;
color: #000000;
position: relative;
opacity: .8;
font-size: 14px;
transition: 100ms linear all;
}
.dsc-footer-style-3 ul li a:hover {
opacity: 1;
}
.dsc-footer-style-3 .elementor-widget-wp-widget-recent-posts h5 {
display: none;
}
.dsc-footer-style-3 .elementor-widget-wp-widget-recent-posts li {
margin-bottom: 12px !important;
}
.dsc-footer-style-3 .elementor-widget-wp-widget-recent-posts li span {
color: #000000;
opacity: 0.8;
font-size: 13px;
}
.dsc-footer-style-3 .elementor-widget-wp-widget-recent-posts a {
color: #000000;
display: block;
}
.dsc-footer-style-3 .rpwe-block .rpwe-thumb {
border: none;
padding: 0 !important;
}
.dsc-footer-style-3 .rpwe-block h3 {
padding-bottom: 0 !important;
padding-top: 5px;
}
.dsc-footer-style-3 .rpwe-block h3:after {
display: none;
}
.dsc-footer-style-3 .rpwe-block .rpwe-time {
color: #777777;
}
.dsc-footer-style-3 .mc4wp-form-fields {
margin-top: 10px;
padding-right: 20px;
}
.dsc-footer-style-3 .mc4wp-form-fields p {
opacity: 1;
}
.dsc-footer-style-3 .mc4wp-form-fields input[type=email] {
padding-left: 15px;
padding-right: 100px;
border: 1px solid #fff;
border-radius: 0;
width: 245px;
font-size: 16px;
padding: 8px 13px;
}
.dsc-footer-style-3 .mc4wp-form-fields input[type=submit] {
position: absolute;
top: 10px;
left: 150px;
width: 95px;
padding-left: 5px;
padding-right: 5px;
background: var(--color-main);
color: #ffffff;
border-left: none;
border: none;
border-radius: 0;
height: 45px;
font-size: 16px;
}
.dsc-footer-style-3 .mc4wp-form-fields input[type=submit]:hover {
background: #333;
}
.dsc-bottom-style-3 {
background: #0c0c0c;
padding: 20px 0;
}
.dsc-bottom-style-3 p {
margin: 0;
color: #000000;
opacity: 0.8;
font-size: 14px;
}
.dsc-bottom-style-3 ul {
text-align: right;
}
.dsc-bottom-style-3 li {
display: inline-block;
margin-left: 20px;
}
.dsc-bottom-style-3 li a {
color: #000000;
opacity: 0.8;
font-size: 14px;
} #Blog {
overflow-x: hidden;
}
.blog-style-three {
display: table;
width: 100%;
}
.blog-style-three .blog-link-img {
display: table-cell;
vertical-align: middle;
position: relative;
width: 30%;
}
.blog-style-three .blog-link-img:hover .blogmask {
background: rgba(0, 0, 0, 0.5);
}
.blog-style-three .box-cat-post {
margin-bottom: 10px;
}
.blog-style-three .post-meta {
margin-bottom: 10px;
}
.blog-style-three .excerpt-box {
width: 70%;
display: table-cell;
padding-left: 20px;
vertical-align: middle;
}
.blog-style-three .blog-imgbg {
background-position: center center;
background-size: cover;
}
.blog-link-img {
position: relative;
display: block;
background: var(--color-main);
overflow: hidden;
opacity: .8;
}
.blog-link-img .bl-icon {
border-radius: 100px;
position: absolute;
right: 20px;
top: 20px;
z-index: 3;
color: #ffffff;
background: var(--color-main);
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
font-size: 18px;
}
.blog-link-img img {
width: 100%;
transition: 0.3s;
transition: all .5s;
}
.blog-link-img:hover img {
opacity: 0.1;
transform: scale(1.1, 1.1);
}
.content-btn-align-icon-left.content-btn-button-icon {
float: left;
margin-right: 10px;
}
.content-btn-align-icon-right.content-btn-button-icon {
float: right;
margin-left: 10px;
}
.blog-post-list .blog-style-three h3 {
margin-bottom: 10px;
}
.blog-post-list h3 {
font-size: 24px;
letter-spacing: initial;
font-weight: 700;
transition: ease .5s;
margin-top: 10px;
margin-bottom: 15px;
}
.blog-post-list a:hover h3 {
color: var(--color-main);
}
.blog-post-list .col-md-4:nth-child(4) {
clear: left;
}
.blog-post-list .col-md-3:nth-child(5) {
clear: left;
}
.blog-post-list .obelisk-blog-box h3 {
color: #ffffff;
margin: 0;
font-size: 22px;
color: #ffffff;
}
.elementor-widget-obelisk-post-four {
overflow: hidden;
}
.blogmask {
height: 100%;
position: absolute;
width: 100%;
background: rgba(0, 0, 0, 0);
transition: 0.3s;
top: 0;
z-index: 0;
}
.post-slider .blog-col-inner .blogmask {
background: rgba(0, 0, 0, 0.3);
}
.post-slider .blog-col-inner:hover .blogmask {
background: rgba(0, 0, 0, 0.5);
}
.post-slider .blog-imgbg {
background-position: center center;
background-size: cover;
}
.post-slider .blog-link-img.blog-with-box.blog-imgbg {
color: inherit;
}
.post-slider .obelisk-blog-box {
display: table;
height: 100%;
}
.post-slider .obelisk-blog-inner {
display: table-cell;
vertical-align: middle;
}
.post-meta {
list-style: none;
padding: 0;
margin-bottom: 20px;
margin-top: 15px;
line-height: 1;
text-transform: capitalize;
font-size: 14px;
}
.post-meta a {
color: var(--color-main);
text-transform: capitalize;
}
.post-meta a:hover {
color: #000000;
}
.post-meta li {
list-style: none;
display: inline-block;
margin-right: 18px;
color: var(--color-main);
text-transform: capitalize;
line-height: 150%;
}
.post-meta li .fa {
display: inline-block;
margin-right: 3px;
}
.blog-list p {
margin-bottom: 20px;
}
.blog-list .post-meta {
margin-bottom: 0;
margin-top: 0;
}
.blog-list .post-meta-bootom {
border-top: 1px dashed #e1e1e1;
padding-top: 20px;
}
.blog-list .post-meta-bootom li {
color: #888;
font-size: 13px;
}
.blog-list .post-meta-bootom a {
color: #888;
font-size: 13px;
}
.blog-list .blog-col-inner {
border: none;
display: flex;
align-items: center;
}
.blog-list .excerpt-box {
position: relative;
box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15);
margin-left: -40px;
background: #fff;
z-index: 2;
}
.blog-list .txt-lft {
margin-left: 0;
margin-right: -40px;
}
.blog-list.blog-style-two .blog-col-inner {
background: transparent;
align-items: initial;
}
.blog-list.blog-style-two .blog-col-inner .blog-link-img {
max-width: 66.666%;
}
.blog-list.blog-style-two .blog-col-inner .date-post {
display: none;
}
.blog-list.blog-style-two .blog-col-inner .excerpt-box {
background: transparent;
box-shadow: none;
margin-left: -30px;
padding: 0;
}
.blog-list.blog-style-two .blog-col-inner .excerpt-box h3 {
color: #999;
font-weight: 300;
font-size: 16px;
line-height: 1.6;
margin-top: 0;
opacity: 0.8;
}
.blog-list.blog-style-two .blog-col-inner .excerpt-box h3:after {
display: none;
}
.tags a {
font-weight: 500;
}
.blog-2 .post-meta {
font-size: 13px;
margin-bottom: 30px;
margin-top: -10px;
}
.blog-2 .post-meta a {
color: inherit;
}
.blog-2 .post-meta span {
color: #aaa;
}
.blog-2 .post-meta li {
color: inherit;
line-height: 1.8;
}
.blog-2 .excerpt-box {
text-align: left;
padding: 30px;
}
.blog-2 .blog-link-img:hover img {
opacity: 1;
transform: scale(1.1, 1.1);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}
.blog-2 .blog-post-list h3 {
font-weight: 600;
font-size: 220%;
}
.blog-2 .content-btn {
border: none;
margin-top: 20px;
background: #fff;
color: var(--color-main);
}
.blog-2 .content-btn i {
border: 0.5px dashed var(--color-main);
border-radius: 50%;
height: 45px;
line-height: 45px;
margin: auto;
text-align: center;
width: 45px;
}
.blog-2 .blog-col-inner {
border: none;
box-shadow: none;
}
.cat-post {
position: absolute;
background-color: #ffffff;
padding: 3px 10px;
top: 5px;
left: 5px;
letter-spacing: .5px;
font-size: 14px;
}
.date-post {
position: absolute;
background-color: #1f1f1f;
padding: 3px 10px;
top: 5px;
left: 5px;
letter-spacing: .5px;
font-size: 14px;
color: #ffffff;
}
.date-post-rtl {
position: absolute;
background-color: #1f1f1f;
padding: 3px 10px;
top: 5px;
right: 5px;
letter-spacing: .5px;
font-size: 14px;
color: #ffffff;
}
.blog-col-inner {
background: #fff;
border-radius: 0;
border: 1px solid #e5e5e5;
}
.excerpt-box {
padding: 36px;
}
.blog-wrapper {
background: #fff;
}
.dark-page .blog-wrapper {
background: #1f1f1f;
}
.blog-header {
background: #1f1f1f none repeat scroll 0 0;
position: relative;
z-index: 999;
}
.blog-header-slider {
background: #fafafa none repeat scroll 0 0;
}
.blog-header-slider:hover .slide-nav {
opacity: 1;
}
.blog-img-bg {
background-position: center center;
background-size: cover;
overflow: hidden;
}
.blog-img-bg:hover .blog-box {
transform: translateY(-50%) scale(1, 1);
z-index: 1;
}
.small-title {
font-size: 30px;
margin: 0 0 20px;
}
.obelisk-blog-box {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
color: #ffffff;
font-size: 15px;
}
.obelisk-blog-inner {
padding: 20px;
}
.post-meta-box {
list-style: none;
padding: 0;
}
.post-meta-box li {
list-style: none;
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
}
.blog-col {
padding: 0;
}
.box-blog-padding {
padding: 20px;
padding-top: 0;
}
.blog-with-box img {
opacity: 0.8;
}
.box-cat-post {
font-family: "Poppins", sans-serif;
font-size: 14px;
font-style: italic;
line-height: 1;
display: inline-block;
}
.box-cat-post.cat-absolute {
position: absolute;
left: 20px;
bottom: 20px;
background: #fff;
color: #000000;
padding: 6px 16px;
z-index: 3;
}
.blog-box {
margin: 0 15px;
position: relative;
top: 50%;
transform: translateY(-50%) scale(0, 0);
z-index: 1;
transition: ease .5s;
-webkit-transition: ease .5s;
-moz-transition: ease .5s;
-o-transition: ease .5s;
-ms-transition: ease .5s;
}
.blog-box h3 {
font-size: 20px;
letter-spacing: 2px;
margin: 10px 0 30px;
color: #ffffff;
text-transform: uppercase;
}
.blog-box .slide-btn {
font-size: 15px;
letter-spacing: 3px;
padding: 13px 25px;
}
.blog-box p {
color: #ffffff;
font-family: "Poppins", sans-serif;
font-style: italic;
margin-bottom: 0;
}
.blog-box-inner {
border: 4px solid #fff;
margin: auto;
padding: 30px;
position: relative;
top: auto;
max-width: 300px;
transform: none;
text-align: center;
}
.blog-content .img-post {
overflow: hidden;
background: #000000;
margin-bottom: 30px;
border-radius: 7px;
}
.blog-content .img-post img {
transition: opacity .3s ease-out,transform .3s ease-out,filter .3s ease-out;
-moz-transition: opacity .3s ease-out,-moz-transform .3s ease-out,-moz-filter .3s ease-out;
-o-transition: opacity .3s ease-out,-o-transform .3s ease-out,-o-filter .3s ease-out;
-webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out,-webkit-filter .3s ease-out;
}
.blog-content .img-post img:hover {
transform: scale(1.1);
opacity: .5;
}
.blog-content .blog-post p a {
color: var(--color-main);
}
.entry-title {
display: block;
font-size: 30px;
margin: 0 0 20px;
position: relative;
font-weight: 600;
transition: 100ms linear all;
}
a .entry-title {
transition: 100ms linear all;
}
a .entry-title:hover {
color: var(--color-main);
}
.blog-slider-box {
padding: 27% 0;
}
.fa-arrow-left.slick-arrow {
bottom: 0;
position: absolute;
left: 0;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
text-align: center;
cursor: pointer;
z-index: 1;
font-size: 12px;
transition: ease .5s;
-webkit-transition: ease .5s;
-moz-transition: ease .5s;
-o-transition: ease .5s;
-ms-transition: ease .5s;
}
.fa-arrow-left.slick-arrow:hover {
background: #000;
color: #ffffff;
}
.fa-arrow-right.slick-arrow {
bottom: 0;
position: absolute;
left: 0;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
text-align: center;
cursor: pointer;
z-index: 1;
font-size: 12px;
transition: ease .5s;
-webkit-transition: ease .5s;
-moz-transition: ease .5s;
-o-transition: ease .5s;
-ms-transition: ease .5s;
}
.fa-arrow-right.slick-arrow:hover {
background: #000;
color: #ffffff;
}
.slider .fa.fa-arrow-right.slick-arrow {
left: 50px;
}
.post-detail {
font-size: 14px;
padding: 0;
list-style: outside none none;
color: #888;
}
.post-detail > li {
display: inline-block;
margin-right: 20px;
margin-bottom: 15px;
}
.post-detail > li a {
color: #888;
}
.post-detail > li a:hover {
color: var(--color-main);
}
.post-detail > li i {
display: inline-block;
font-size: 15px;
margin-right: 5px;
text-align: center;
border-radius: 100px;
color: var(--color-main);
}
.border-post {
display: block;
height: 1px;
margin-left: 0;
margin-right: 0;
margin-top: 40px;
border-bottom: 1px solid #eee;
}
.single .border-post {
border: none;
}
.pagination {
width: 100%;
text-align: center;
margin: 40px 0;
display: inline-block;
}
.pagination > li {
display: inline-block;
margin-right: 10px;
}
.pagination > li > a {
position: relative;
float: left;
margin-left: -1px;
line-height: 1.42857143;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
padding: 13px 20px 10px 20px;
font-weight: 500;
}
.pagination > li > a:focus {
color: #333;
}
.pagination > li > span {
color: inherit;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
padding: 13px 20px 10px 20px;
}
.pagination > li > span:focus {
color: #333;
}
.pagination > .active > a {
background-color: #333;
border-color: #333;
color: #ffffff;
cursor: default;
z-index: 2;
}
.pagination > .active > a:hover {
background-color: #333;
border-color: #333;
color: #ffffff;
cursor: default;
z-index: 2;
}
.pagination > .active > a:focus {
background-color: #333;
border-color: #333;
color: #ffffff;
cursor: default;
z-index: 2;
}
.pagination > .active > span {
background-color: #333;
border-color: #333;
color: #ffffff;
cursor: default;
z-index: 2;
}
.pagination > .active > span:hover {
background-color: #333;
border-color: #333;
color: #ffffff;
cursor: default;
z-index: 2;
}
.pagination > .active > span:focus {
background-color: #333;
border-color: #333;
color: #ffffff;
cursor: default;
z-index: 2;
}
.pagination li a:hover {
color: #000000;
}
.pagination a {
font-weight: 500;
}
.blog-slider:hover .slide-nav {
opacity: 1;
}
.blog-mason .entry-title {
border-bottom: 1px solid #eee;
font-size: 20px;
padding-bottom: 20px;
}
.post-bottom {
display: flex;
padding: 20px 0 20px;
border-bottom: 1px solid #ebebeb;
margin-bottom: 40px;
}
.tags-bottom {
order: 1;
margin-top: 10px;
color: #aaa;
font-size: 14px;
letter-spacing: 0.1em;
}
.tags-bottom a {
color: #666;
padding: 6px 18px;
font-size: 13px;
margin-left: 7px;
letter-spacing: 1px;
display: inline-block;
margin-bottom: 12px;
border-radius: 50px;
background: #f7f7f7;
}
.tags-bottom a:hover {
color: #fff;
background-color: var(--color-main);
}
.sharebox {
justify-content: flex-end;
order: 2;
margin: 0 0 0 auto;
white-space: nowrap;
}
.share-box {
font-family: "Poppins", sans-serif;
color: #aaa;
font-size: 14px;
letter-spacing: 0.1em;
float: right;
margin-top: 10px;
}
.share-box a {
margin-left: 5px;
position: relative;
display: inline-block;
height: 35px;
width: 35px;
line-height: 35px;
border-radius: 50%;
text-align: center;
background-color: #232323;
color: #fff;
}
.share-box a:hover {
background-color: var(--color-main);
color: #fff !important;
}
.obelisk-share-box.share-box {
padding: 0;
}
.obelisk-share-box .share-text {
display: inline-block;
}
#related_posts {
margin-bottom: 60px;
}
#related_posts .related-inner:hover {
border-bottom-color: var(--color-main);
}
#related_posts .related-inner .post-detail > li {
margin-bottom: 10px;
}
#related_posts .related-inner P {
margin-top: 15px;
}
#related_posts .related-inner div > *:last-child {
margin-bottom: 0;
}
#related_posts .col-sm-4 {
margin-bottom: 20px;
}
#related_posts .col-sm-4 img {
opacity: 1;
transition: 0.3s;
width: 100%;
height: 240px;
object-fit: cover;
}
#related_posts .col-sm-4:nth-child(4) {
clear: left;
}
.attachment-obelisk-related-post {
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.related-inner {
overflow: hidden;
padding: 25px 25px 20px 25px;
transition: ease .5s;
-webkit-transition: ease .5s;
-moz-transition: ease .5s;
-o-transition: ease .5s;
-ms-transition: ease .5s;
background: #fff;
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
border-bottom: 2px solid var(--color-main);
margin: 0 0 10px 0;
z-index: 1000;
position: relative;
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border-bottom: 2px solid transparent !important;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
a > img + .related-inner {
margin: -20px 20px 20px;
}
.related-cat {
color: #aaa;
font-size: 13px;
line-height: 1.8;
margin: 0;
}
.related-cat i {
display: inline-block;
margin-right: 7px;
color: var(--color-main);
}
.title-related-post {
-moz-transition: ease .5s;
-ms-transition: ease .5s;
-o-transition: ease .5s;
-webkit-transition: ease .5s;
font-size: 22px;
margin: 0 0 40px;
text-transform: uppercase;
position: relative;
}
.title-related-post:after {
content: "";
position: absolute;
height: 2px;
width: 80px;
left: 0;
bottom: -6px;
background-color: var(--color-main);
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.related-title {
font-size: 18px;
line-height: 1.6em;
margin: 0;
font-weight: 600;
letter-spacing: 0;
-moz-transition: ease .5s;
-ms-transition: ease .5s;
-o-transition: ease .5s;
-webkit-transition: ease .5s;
}
h3.related-title:hover {
color: var(--color-main);
}
.footer.footer-two.clearfix {
position: fixed;
width: 100%;
bottom: 0;
z-index: -1;
left: 0;
}
.blog-gallery div {
width: 33.3%;
float: left;
}
.blog-gallery a {
position: relative;
display: block;
}
.blog-gallery a span {
background: rgba(0, 0, 0, 0.3);
height: 100%;
left: 0;
opacity: 0;
position: absolute;
text-align: center;
top: 0;
width: 100%;
transition: ease .3s;
-webkit-transition: ease .3s;
-moz-transition: ease .3s;
-o-transition: ease .3s;
-ms-transition: ease .3s;
}
.blog-gallery a span:hover {
opacity: 1;
}
.blog-gallery a i {
background: var(--color-main) none repeat scroll 0 0;
border-radius: 100px;
color: #ffffff;
height: 50px;
left: 50%;
line-height: 50px;
margin-left: -25px;
margin-top: -25px;
position: absolute;
text-align: center;
top: 50%;
width: 50px;
}
.pagi-nav-box {
float: left;
}
.imgpagi-box {
display: table-cell;
vertical-align: middle;
padding: 10px;
}
.imgpagi-box p {
margin: 0;
line-height: 1;
font-size: 14px;
text-transform: uppercase;
color: var(--color-main);
letter-spacing: 2px;
text-align: left;
}
.pagi-nav-box.next {
text-align: right;
float: right;
}
.img-pagination {
overflow: hidden;
padding-top: 20px;
margin-bottom: 60px;
}
.img-pagination a {
display: table;
width: 100%;
}
.img-pagination a:hover .img-pagi .lnr {
font-size: 30px;
color: var(--color-main);
}
.img-pagination a:hover .img-pagi img {
z-index: 0;
}
.img-pagination a .img-pagi img {
z-index: 2;
display: none;
}
.img-pagi {
display: table-cell;
vertical-align: middle;
overflow: hidden;
position: relative;
background: transparent;
width: 90px;
height: 90px;
border: 1px solid #eee;
}
.img-pagi .lnr {
color: #999;
font-size: 25px;
height: 124px;
left: 50%;
line-height: 120px;
margin-left: -60px;
margin-top: -62px;
opacity: 1;
position: absolute;
text-align: center;
top: 50%;
transform: scale(0.6);
transition: all 0.3s ease 0s;
width: 120px;
z-index: 1;
opacity: 1;
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
}
.img-pagi img {
position: relative;
}
.pagi-title {
margin: 0;
font-size: 15px;
font-weight: 700;
margin-top: 5px;
line-height: 1.5;
text-align: left;
}
.pagi-box p {
text-transform: uppercase;
font-size: 12px;
margin-top: 10px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.blog-style-2 .entry-title {
font-size: 28px;
}
.blog-style-2 .post-detail > li {
border-radius: 2em;
background-color: #f5f5f5;
color: #333;
padding: 9px 16px;
transition: all .3s;
box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
line-height: 1.25em;
margin-inline-end: 0.5em;
display: inline-flex;
align-items: center;
justify-content: center;
}
.blog-style-2 .post-detail > li a {
color: #333;
}
.blog-style-2 .border-post {
border-bottom: 1px dashed #cecece;
}
.blog-style-2 .sidebar .widget {
padding: 0 0 60px;
padding: 35px;
border: 1px solid #e2e2e2;
border-radius: 10px;
margin-bottom: 35px;
font-size: 16px;
transition: opacity 0.3s;
}
.blog-style-2 .sidebar .searchform input[type=search] {
display: block;
height: 55px;
margin: 0;
padding: 10px;
width: 100%;
padding-left: 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 7px;
background: #fff;
}
.blog-style-2 .sidebar .searchform:after {
right: 20px;
}
.blog-style-2 .sidebar .searchform .searchsubmit {
height: 55px;
right: 0;
line-height: 1;
margin-top: -22.5px;
padding: 0;
position: absolute;
text-indent: -99999px;
top: 41%;
transition: all .3s ease 0s;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
-ms-transition: all .3s ease 0s;
width: 55px;
z-index: 1;
color: transparent;
background: 0 0;
border-radius: 7px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.blog-style-2 .sidebar .widget_calendar, .blog-style-2 .sidebar .widget_search, .blog-style-2 .sidebar .widget.ld-sf {
padding: 0;
border: none;
}
.blog-post-list.blog-style-1 .blog-col-inner {
border: none;
}
.blog-post-list.blog-style-1 .blog-col-inner:hover .blog-link-img img {
opacity: 1;
transform: scale(1.1, 1.1) rotate(2deg);
cursor: crosshair;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img {
position: relative;
display: block;
background: var(--color-main);
overflow: hidden;
opacity: 1;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img .bl-icon {
border-radius: 100px;
position: absolute;
right: 20px;
top: 20px;
z-index: 3;
color: #ffffff;
background: var(--color-main);
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
font-size: 18px;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img .cat-post {
position: absolute;
background-color: #ffffff;
padding: 8px 16px;
top: 5px;
left: 5px;
letter-spacing: .5px;
font-size: 12px;
line-height: 1em;
border-radius: 25px;
transition: all 1s ease-out;
-webkit-transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
-ms-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img .cat-post:hover {
opacity: 1;
}
.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img img {
width: 100%;
transition: all .5s ease-out;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box {
padding: 20px 0;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box h3 {
font-size: 24px;
letter-spacing: initial;
font-weight: 700;
transition: ease .5s;
margin-top: 10px;
margin-bottom: 0;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box a:hover h3 {
color: var(--color-main);
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .col-md-4:nth-child(4) {
clear: left;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .col-md-3:nth-child(5) {
clear: left;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .obelisk-blog-box h3 {
color: #ffffff;
margin: 0;
font-size: 22px;
color: #ffffff;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .excerpt {
margin-top: 1.2em;
margin-bottom: 1.2em;
display: inline-block;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .content-btn {
color: #999;
border: none;
border-bottom: 1px solid #999;
padding: 0;
transition: 0.5s ease;
-webkit-transition: 0.5s ease;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .content-btn:hover {
background: transparent;
color: var(--color-main);
border-color: var(--color-main);
webkit-transform: translateX(5px);
transform: translateX(5px);
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta {
list-style: none;
padding: 0;
line-height: 1.9em;
margin-top: 1em;
margin-bottom: 0;
text-transform: uppercase;
font-size: 12px;
letter-spacing: .1em;
display: inline-block;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta a {
color: var(--color-main);
text-transform: uppercase;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta a:hover {
color: #000000;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta li {
list-style: none;
display: inline-block;
margin-right: 18px;
color: var(--color-main);
text-transform: uppercase;
line-height: 150%;
}
.blog-post-list.blog-style-1 .blog-col-inner .excerpt-box .post-meta li .fa {
display: inline-block;
margin-right: 3px;
}
.recent-posts-widget {
float: left;
margin-bottom: 12px;
padding-bottom: 10px;
}
.recent-posts-widget:last-child {
margin-bottom: -5px;
padding-bottom: 0px;
}
.recent-posts-widget .recent-post-img {
float: left;
}
.recent-posts-widget .recent-post-img img {
max-width: 75px;
margin-right: 10px;
height: 75px;
object-fit: cover;
}
.recent-posts-widget h3 {
display: initial;
padding-top: 5px;
font-size: 14px;
line-height: 1.5em;
transition: 100ms linear all;
}
.recent-posts-widget h3:after {
display: none;
}
.recent-posts-widget span {
display: block;
font-size: 12px;
padding-top: 5px;
}
.sidebar .wp-block-group__inner-container h2 {
display: block;
line-height: 1;
letter-spacing: 0;
margin: 0;
margin-bottom: 30px;
position: relative;
padding-bottom: 15px;
font-size: 17px;
text-transform: uppercase;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar .wp-block-group__inner-container h2:before {
content: '';
position: absolute;
top: 34px;
left: 0;
width: 50px;
height: 2px;
background-color: var(--color-main);
margin-bottom: 30px;
margin-top: -1px;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.sidebar .recent-posts-widget:not(:last-child) {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e8e8e8;
margin-bottom: 15px;
padding-bottom: 15px;
display: flex;
flex-direction: row;
align-items: stretch;
}
.sidebar .recent-posts-widget .widget-post-thumbnail .recent-post-img {
margin-right: 10px;
overflow: hidden;
flex: 0 0 auto;
margin-right: 15px;
}
.sidebar .recent-posts-widget .widget-post-thumbnail .recent-post-img img {
max-width: 75px;
margin-right: 0;
height: 75px;
object-fit: cover;
border-radius: 5px;
}
.sidebar .recent-posts-widget .widget-post-content {
flex: 1 1 auto;
}
.sidebar .recent-posts-widget .widget-post-content h3 {
display: block;
font-weight: 400;
font-size: 13px;
line-height: 1.4em;
transition: 100ms linear all;
margin-top: 0px;
margin-bottom: 4px;
padding-top: 0;
}
.sidebar .recent-posts-widget .widget-post-content h3 a {
color: #000000;
}
.sidebar .recent-posts-widget .widget-post-content h3:after {
display: none;
}
.sidebar .recent-posts-widget .widget-post-content span {
font-size: 12px;
padding-top: 0;
}
.sidebar #gallery-1 img {
border: 4px solid #f9f9f9 !important;
}
.post-style-3 .entry-header {
overflow: hidden;
position: relative;
padding: 120px 70px;
border-radius: 7px;
}
.post-style-3 .entry-header .post-date {
text-align: center;
width: 105px;
margin-left: auto;
margin-right: auto;
padding: 10px;
border-radius: 5px;
font-size: 14px;
color: #fff;
font-weight: 600;
text-transform: uppercase;
height: 90px;
line-height: 1;
min-width: fit-content;
justify-content: center;
display: flex;
flex-direction: column;
margin-top: 20px;
}
.post-style-3 .entry-header .post-date span {
font-size: 26px;
display: block;
margin-bottom: 8px;
}
.post-style-3 .entry-header .post-category {
min-width: fit-content;
justify-content: center;
display: flex;
text-align: center;
color: #fff;
text-transform: uppercase;
font-weight: 500;
margin-bottom: 15px;
margin-top: 50px;
}
.post-style-3 .entry-header .post-category a {
color: #fff;
padding: 0 5px;
}
.post-style-3 .entry-header .blog-post_bg_media {
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.post-style-3 .entry-header .blog-post_bg_media::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #15222b;
opacity: 0.6;
}
.post-style-3 .entry-header .entry-title {
color: #fff;
text-align: center;
font-size: 34px;
}
.post-style-3 .entry-header .post-detail {
text-align: center;
font-size: 15px;
font-weight: 600;
}
.post-style-3 .entry-header .post-detail > li a, .post-style-3 .entry-header .post-detail > li, .post-style-3 .entry-header .post-detail > li i {
color: #f9f9f9;
} .wp-block-search__label {
display: block;
font-weight: 600;
line-height: 1;
letter-spacing: 0;
margin-bottom: 30px;
margin-top: -1px;
position: relative;
padding-bottom: 15px;
font-size: 18px;
font-weight: 500;
color: #000;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-search__label:before {
content: '';
position: absolute;
top: 35px;
left: 0;
width: 50px;
height: 2px;
background-color: var(--color-main);
margin-bottom: 30px;
margin-top: -1px;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.widget-border {
width: 50px;
height: 2px;
background-color: var(--color-main);
margin-bottom: 30px;
margin-top: -1px;
}
.widget {
padding: 0 0 60px;
}
.widget > ul > li > ul ul li {
margin-left: 9px;
}
.widget > ul > li li, .widget > div > ul > li li {
margin-left: 10px;
}
.widget ul {
padding: 0;
}
.widget ul li {
list-style: none;
}
.widget ul li ul li {
padding-bottom: 0;
border: none;
}
.widget ul li a:before {
content: "\f105";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.widget.widget_recent_comments ul li a:before {
content: none;
}
.widget.widget_recent_comments > ul > li:before {
content: "\f27b";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.widget.widget_recent_comments a[rel~=external] {
text-decoration: underline;
color: #777;
}
.widget.widget_recent_entries ul li a:before {
content: "\f0c5";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.widget.widget_archive ul li a:before {
content: "\f24d";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.widget.widget_meta ul li a:before {
content: "\f0c1";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.widget li {
margin: 1.5rem 0;
}
.widget ul.abtw-soc li a:before {
display: none;
}
.widget .abtw-soc {
list-style: outside none none;
margin: 40px 0 0;
padding: 0;
}
.widget .abtw-soc > li {
display: inline-block;
list-style: outside none none;
margin: 0 2px;
}
.sidebar .widget {
padding: 0 0 60px;
}
.sidebar .widget > ul > li > ul ul li {
margin-left: 9px;
}
.sidebar .widget > ul > li li, .sidebar .widget > div > ul > li li {
margin-left: 10px;
}
.sidebar .widget ul {
padding: 0;
}
.sidebar .widget ul li {
list-style: none;
}
.sidebar .widget ul li ul li {
padding-bottom: 0;
border: none;
}
.sidebar .widget ul li a:before {
content: "\f105";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.sidebar .widget.widget_recent_comments ul li a:before {
content: none;
}
.sidebar .widget.widget_recent_comments > ul > li:before {
content: "\f27b";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.sidebar .widget.widget_recent_comments a[rel~=external] {
text-decoration: underline;
color: #777;
}
.sidebar .widget.widget_recent_entries ul li a:before {
content: "\f0c5";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.sidebar .widget.widget_archive ul li a:before {
content: "\f24d";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.sidebar .widget.widget_meta ul li a:before {
content: "\f0c1";
font-family: "FontAwesome";
margin-right: 10px;
color: var(--color-main);
}
.sidebar .widget li {
margin: 1.5rem 0;
}
.sidebar .widget ul.abtw-soc li a:before {
display: none;
}
.sidebar .widget .abtw-soc {
list-style: outside none none;
margin: 40px 0 0;
padding: 0;
}
.sidebar .widget .abtw-soc > li {
display: inline-block;
list-style: outside none none;
margin: 0 2px;
}
.sidebar .searchform {
margin: 0;
position: relative;
}
.sidebar .searchform input[type=search] {
display: block;
height: 45px;
margin: 0;
padding: 5px;
width: 100%;
padding-left: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 7px;
}
.sidebar .searchform input[type=search]:focus {
border-color: #aaa;
}
.sidebar .searchform input[type=search]:placeholder {
color: #ccc;
}
.sidebar .searchform .searchsubmit {
height: 45px;
right: 0;
line-height: 1;
margin-top: -22.5px;
padding: 0;
position: absolute;
text-indent: -99999px;
top: 50%;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
width: 45px;
z-index: 1;
color: transparent;
background: transparent;
border-radius: 7px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.sidebar .searchform::after {
display: inline-block;
content: "\f002";
font-family: "FontAwesome";
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
color: var(--color-main) !important;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.sidebar .widgettitle {
display: block;
font-weight: 600;
line-height: 1;
letter-spacing: 0;
margin: 0;
position: relative;
padding-bottom: 15px;
font-size: 18px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar .widget-border {
width: 50%;
height: 2px;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
margin-bottom: 30px;
margin-top: -1px;
}
.sidebar select {
width: 100%;
padding: 8px 10px;
appearance: none;
border: 1px solid #d8dbe2;
border-radius: 3px;
background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
background-position: calc(100% - 20px) calc(1.1em + 2px), calc(100% - 15px) calc(1.1em + 2px), calc(100% - 2.5em) 0.5em;
background-size: 5px 5px, 5px 5px, 1px 1.8em;
background-repeat: no-repeat;
}
.sidebar .widget .textwidget p {
margin-bottom: 0;
}
.sidebar .theiaStickySidebar {
padding-left: 36px;
margin-bottom: -20px;
}
.sidebar .widget ul:last-child > li:last-child {
margin-bottom: 0;
}
.blog-content .no-search-results-form {
max-width: 75%;
}
.blog-content .searchform {
margin: 0;
position: relative;
}
.blog-content .searchform input[type=search] {
display: block;
height: 45px;
margin: 0;
padding: 5px;
width: 100%;
padding-left: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 7px;
}
.blog-content .searchform input[type=search]:focus {
border-color: #aaa;
}
.blog-content .searchform input[type=search]:placeholder {
color: #ccc;
}
.blog-content .searchform .searchsubmit {
height: 45px;
right: 0;
line-height: 1;
margin-top: -22.5px;
padding: 0;
position: absolute;
text-indent: -99999px;
top: 50%;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
width: 45px;
z-index: 1;
color: transparent;
background: transparent;
border-radius: 7px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.blog-content .searchform::after {
display: inline-block;
content: "\f002";
font-family: "FontAwesome";
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
color: var(--color-main) !important;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.wp-block-search__inside-wrapper {
margin: 0;
position: relative;
}
.wp-block-search__inside-wrapper input[type=search] {
display: block;
height: 45px;
margin: 0;
padding: 5px;
width: 100%;
padding-left: 10px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-search__inside-wrapper input[type=search]:focus {
border-color: #aaa;
}
.wp-block-search__inside-wrapper input[type=search]:placeholder {
color: #ccc;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
height: 45px;
right: 0;
line-height: 1;
margin-top: -22.5px;
padding: 0;
position: absolute;
text-indent: -99999px;
top: 50%;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
width: 45px;
z-index: 1;
color: transparent;
background: transparent;
border: none;
border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-search__inside-wrapper::after {
display: inline-block;
content: "\f002";
font-family: "FontAwesome";
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
color: var(--color-main);
}
.widget_categories ul li.cat-item span {
float: right;
width: 25px;
background-color: #f1f1f1;
height: 25px;
line-height: 25px;
text-align: center;
border-radius: 50%;
}
.widget_categories ul li.cat-item a:hover + span {
background-color: var(--color-main);
color: #fff;
}
.widget_archive ul li span {
float: right;
width: 25px;
background-color: #f1f1f1;
height: 25px;
line-height: 25px;
text-align: center;
border-radius: 50%;
}
.widget_archive ul li a:hover + span {
background-color: var(--color-main);
color: #fff;
}
.widget.widget_archive ul li:last-child {
margin-bottom: 0px;
}
.tagcloud a {
color: #777;
display: inline-block;
font-size: 13px;
letter-spacing: 1px;
margin-bottom: 5px;
padding: 4px 10px;
border: 1px solid #ebebeb;
border-radius: 7px;
}
.tagcloud a:hover {
color: var(--color-main) !important;
}
.widget-about-us {
text-align: center;
max-width: 500px;
}
.widget-about-us h3 {
color: #ffffff;
display: block;
font-size: 28px;
font-weight: 900;
margin: 0;
margin-top: 30px;
max-width: 100%;
overflow-wrap: break-word;
position: relative;
text-transform: uppercase;
z-index: 1;
}
.widget-about-us p {
margin: 0;
}
.bordering-widget {
color: #ffffff;
margin: 5%;
padding: 20px;
position: relative;
top: 0;
}
.abtw-box {
position: relative;
color: #ffffff;
padding: 25px 10px 10px 10px;
}
.abtw-box .slider-mask {
z-index: 0;
background: rgba(0, 0, 0, 0.5);
}
.ab-bordering {
overflow: hidden;
padding: 40px 30px;
background: var(--color-main);
color: #ffffff;
font-size: 14px;
}
.wdg-about-subtitle {
font-size: 15px;
line-height: 1;
background: #fff;
padding: 14px 25px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 5px;
color: #000000;
font-weight: bold;
margin: 0;
}
.abtw-soc a {
border: 0px;
color: #ffffff;
background: var(--color-main);
display: inline-block;
border-radius: 100px;
height: 40px;
line-height: 40px;
width: 40px;
}
.abtw-soc a:hover {
color: var(--color-main);
background: #fff;
border-color: #ffffff;
}
.rpwe-block ul {
list-style: none !important;
margin-left: 0 !important;
padding-left: 0 !important;
}
.rpwe-block li {
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
}
.rpwe-block a {
display: inline !important;
text-decoration: none;
}
.rpwe-block h3 {
display: block;
background: none !important;
clear: none;
margin-bottom: 0 !important;
margin-top: 0 !important;
font-weight: 400;
font-size: 12px !important;
line-height: 1.5em;
}
.rpwe-thumb {
border: 1px solid #EEE !important;
box-shadow: none !important;
margin: 2px 10px 2px 0;
padding: 3px !important;
}
.rpwe-summary {
font-size: 12px;
}
.rpwe-time {
color: #aaa;
font-size: 11px;
}
.rpwe-comment {
color: #aaa;
font-size: 11px;
padding-left: 5px;
}
.rpwe-alignleft {
display: inline;
float: left;
}
.rpwe-alignright {
display: inline;
float: right;
}
.rpwe-aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.rpwe-clearfix {
zoom: 1;
}
.rpwe-clearfix:before {
content: "";
display: table !important;
}
.rpwe-clearfix:after {
content: "";
display: table !important;
clear: both;
}
.rpwe_widget ul li a:before {
display: none;
}
.rpwe_widget .rpwe-thumb {
width: 85px;
border-radius: 0;
border: none !important;
}
.rpwe_widget .rpwe-block li {
border: none;
}
.rpwe_widget .rpwe-block h3 {
line-height: 1.6;
font-size: 16px !important;
margin-top: 0 !important;
}
.rpwe_widget .rpwe-title a {
font-size: 15px !important;
line-height: 1.6;
color: #777777;
transition: 100ms linear all;
}
.rpwe_widget .rpwe-title a:hover {
color: #000000;
}
.rpwe_widget .rpwe-time {
font-size: 13px;
}  .commentlist {
margin: 0;
padding: 0;
list-style: none;
margin-top: 20px;
padding-top: 20px;
}
.commentlist > li {
list-style: none;
}
.commentlist .comment-respond {
margin-top: 70px;
}
.commentlist .comment-respond .form-submit {
margin-bottom: 80px;
}
.commentlist .children {
list-style: none;
position: relative;
}
.commentlist .avatar {
border: 1px solid #ddd;
border-radius: 0;
border-radius: 50em;
}
.commentlist li.comment {
display: block;
overflow: hidden;
}
.fn.comment-author {
color: #555;
font-size: 16px;
font-weight: bold;
margin: 0;
line-height: 1;
}
.fn.comment-author .url {
line-height: 1.5;
color: #000000;
}
.comment-inner.clearfix {
float: left;
width: 87%;
}
.comment-author.vcard {
float: left;
padding-right: 20px;
max-width: 13%;
}
.comment-meta a {
font-weight: normal;
font-size: 12px;
float: left;
margin-bottom: 10px;
font-family: "Poppins", sans-serif;
}
.comment-meta .comment-edit-link {
border: 1px solid #DDDDDD;
display: inline-block;
float: right;
font-size: 12px;
font-weight: normal;
padding: 5px 10px;
line-height: 1;
float: right;
}
.comment-meta.commentmetadata {
display: block;
overflow: hidden;
}
.comment-body {
overflow: hidden;
padding: 30px;
background: #f7f7f7;
margin-bottom: 20px;
}
.dark-page .comment-body {
border-bottom-color: #333;
}
.comment-reply-link {
font-size: 14px;
color: #fff;
background-color: #1b1a1a;
border-radius: 35px;
padding: 0 14px;
line-height: 35px;
display: inline-block;
font-weight: 500;
}
.comment-reply-link:hover {
background-color: var(--color-main);
color: #fff !important;
}
.full-size-img {
width: 100%;
}
.bypostauthor > .comment-body .fn.comment-author:after {
content: "\f007";
background: #dadada none repeat scroll 0 0;
border-radius: 100px;
color: inherit;
display: inline-block;
font-family: "FontAwesome";
font-size: 11px;
height: 23px;
line-height: 23px;
margin-left: 3px;
text-align: center;
width: 23px;
}
#reply-title {
font-size: 22px;
margin: 30px 0 12px 0;
text-transform: uppercase;
font-weight: 500;
}
#reply-title small {
border-bottom: 1px solid #eee;
margin-left: 5px;
}
h2.comments-title {
font-size: 22px;
margin: 0;
margin-bottom: 12px;
position: relative;
text-transform: uppercase;
}
h2.comments-title:after {
content: "";
position: absolute;
height: 2px;
width: 80px;
left: 0;
bottom: -6px;
background-color: var(--color-main);
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.pagination-comment {
text-align: right;
text-transform: uppercase;
}
.pagination-comment .page-numbers.current {
background: #ccc;
color: #ffffff;
border-color: #eee;
}
.pagination-comment .page-numbers {
display: inline-block;
padding: 7px 12px;
line-height: 1;
border: 1px solid;
font-size: 13px;
}
.comment-form label {
display: block;
font-family: "Poppins", sans-serif;
font-size: 13px;
text-transform: uppercase;
}
.comment-form-cookies-consent input[type=checkbox] {
width: initial;
height: 11px;
margin-right: 5px;
}
.comment-form-cookies-consent label {
display: inline-block;
}
.single-post .form-submit {
margin-bottom: 60px;
}
.form-submit #submit {
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
background-color: var(--color-main);
border-color: var(--color-main);
color: #666;
display: inline-block;
font-size: 14px;
font-weight: 600;
margin-top: 10px;
padding: 6px 20px;
text-align: center;
width: auto;
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border-radius: 5px;
border: 1px solid transparent !important;
}
.form-submit #submit:hover {
filter: brightness(120%);
}
.comment-top > span {
display: block;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
}
.title-strong {
font-size: 20px;
margin: 0;
text-transform: uppercase;
}
.pagination > li > a {
color: inherit;
}
.pagination > li > span {
color: inherit;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: relative;
height: 1px;
width: 1px;
overflow: hidden;
display: block;
clear: both;
position: relative !important;
}
.screen-reader-text:focus {
background-color: #ffffff;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: var(--color-main);
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
.pagination > li > a, .pagination > li > span {
color: inherit;
}
.dsc-btn-style3 {
color: #fff !important;
background-color: var(--color-main);
border: 1px solid #fff;
border-radius: 50px;
background: var(--color-main);
cursor: pointer;
}
.dsc-btn-style3:hover .elementor-button {
color: var(--color-main);
}
.dsc-btn-style3:hover {
border-color: var(--color-main);
}
.dsc-btn-style-4 {
-webkit-transition-duration: 1.5s;
display: inline-block;
font-size: 14px;
overflow: hidden;
position: relative;
z-index: 1;
color: var(--color-main);
padding: 10px 30px;
transition-duration: 1.5s;
letter-spacing: 1px;
line-height: 20px;
border: 1px solid var(--color-main);
border-radius: 50px;
background: transparent;
cursor: pointer;
}
.dsc-btn-style-4:hover {
color: #fff;
border: 1px solid var(--color-main);
background: var(--color-main);
}
.comment-inner > *:last-child {
margin-bottom: 0 !important;
}
.comment-inner .reply {
margin-top: 30px;
}   .shop-content {
margin-bottom: -80px;
}
.woocommerce-info, .woocommerce-message {
border-color: #000000;
}
.woocommerce-message::before {
display: none;
}
.woocommerce-info a {
color: #f96152;
}
.woocommerce textarea {
resize: none;
height: 16.66667rem !important;
}
.woocommerce table {
margin: 0 0 1.5rem 0 !important;
width: 100%;
empty-cells: show;
border-collapse: collapse !important;
border-spacing: 0;
border: 1px solid #000000 !important;
border-radius: 0 !important;
}
.woocommerce-info, .woocommerce-message, .woocommerce-error {
background-color: transparent;
line-height: 4.16667rem;
color: #000000;
padding: 1.5rem 2rem;
margin-bottom: 2.66667rem;
border: 1px solid #000000;
}
.select2 .selection .select2-selection {
border-width: 1px;
border-color: #000000 !important;
border-radius: 0 !important;
transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
height: auto;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
}
.select2 .selection .select2-selection .select2-selection__rendered {
color: #000000;
min-height: 3.16667rem;
padding: 1.16667rem;
text-align: left;
font-size: 1.16667rem;
line-height: 1;
} .portfolio-2 .port-inner .port-dbox a.added_to_cart {
display: none;
}
.portfolio-2 .port-inner .port-dbox a.added span.button__cart, .portfolio-2 .port-inner .port-dbox a.loading span.button__cart {
display: none;
}
.portfolio-2 .port-inner .port-dbox a span.button__cart {
opacity: .25;
display: flex;
}
.portfolio-2 .port-inner .port-dbox a span.button__loader {
display: none;
}
.portfolio-2 .port-inner .port-dbox a.loading span.button__loader {
display: flex;
}
.portfolio-2 .port-inner .port-dbox a span.button__added {
opacity: 0;
display: none;
}
.portfolio-2 .port-inner .port-dbox a.added span.button__added {
opacity: 1;
display: flex;
}
.port-inner .port-dbox a span svg {
display: flex;
width: 22px;
height: 22px;
stroke: #000000;
}
.port-inner .port-dbox a span svg:hover {
stroke: #f96152;
} .woocommerce .woocommerce-cart-form {
margin-bottom: 6.83333rem;
}
.woocommerce .woocommerce-cart-form table td::before {
color: #000000;
font-weight: 600;
}
.woocommerce .woocommerce-cart-form table .actions .coupon #coupon_code {
font-size: 1.16667rem;
line-height: 1.85714;
color: #000000;
border: 1px solid #000000;
padding: 0.83333rem 1.5rem;
width: 15rem !important;
text-align: center;
font-size: 1.25rem;
}
.woocommerce .cart-collaterals .cart_totals {
float: none;
width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2 {
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce .cart-collaterals .cart_totals table {
border-collapse: separate !important;
padding: 0.66667rem 2.33333rem;
margin-bottom: 2.66667rem !important;
}
.woocommerce .cart-collaterals .cart_totals table th {
color: #000000;
padding-left: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th {
font-size: 1.5rem;
}
.woocommerce .cart-collaterals .cart_totals table td {
text-align: right;
padding-right: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals table td[data-title='Total'] span {
font-size: 1.5rem;
}
@media (max-width: 767px) {
.woocommerce .cart-collaterals .cart_totals table td[data-title='Total'], .woocommerce .cart-collaterals .cart_totals table td[data-title='Subtotal'] {
padding-left: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals table td[data-title='Total']::before, .woocommerce .cart-collaterals .cart_totals table td[data-title='Subtotal']::before {
color: #000000;
font-weight: 600;
}
}
.woocommerce .cart-collaterals .cart_totals table tr:last-child th,
.woocommerce .cart-collaterals .cart_totals table tr:last-child td {
border-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
padding: 0;
text-align: right;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
margin-bottom: 0;
display: inline-block;
}
.woocommerce .button {
font-family: "Roboto Slab", sans-serif !important;
line-height: 1 !important;
cursor: pointer !important;
border: 1px solid !important;
border-radius: 0 !important;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
font-size: 1.25rem !important;
padding: 1.33333rem 3.66667rem !important;
color: #000000 !important;
border-color: #000000 !important;
background-color: transparent !important;
font-weight: 500 !important;
}
.woocommerce .button:hover {
color: #ffffff !important;
background-color: #000000 !important;
border-color: #000000 !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td a.button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr td a.button {
font-size: 1.25rem;
padding: 1.33333rem 3.66667rem;
font-weight: 500 !important;
}
.woocommerce table td img {
width: 6.66667rem !important;
} .woocommerce .summary .product_meta > span {
display: block;
margin-bottom: 0;
font-weight: 600;
font-size: 16px;
line-height: 40px;
}
.woocommerce .summary .product_meta > span span {
font-weight: 400;
} .woocommerce .quantity {
display: flex;
position: relative;
}
.woocommerce .quantity input[type='number'] {
padding: 0.91667rem 3rem 0.91667rem 0.83333rem !important;
-moz-appearance: textfield;
width: 7.5rem;
padding: 1.08333rem 2.33333rem 1.08333rem .83333rem;
font-weight: 600;
color: #555;
border-radius: 1px;
line-height: 1.66667;
}
.woocommerce .quantity input[type='number']::-webkit-inner-spin-button, .woocommerce .quantity input[type='number']::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woocommerce .quantity .quantity-nav {
position: absolute;
right: 1px;
top: 0;
height: 100%;
}
.woocommerce .quantity .quantity-nav .quantity-button {
cursor: pointer;
border-left: 1px solid #333;
width: 25px;
text-align: center;
color: #000000;
font-weight: 600;
font-size: 1.33333rem;
transform: translateX(-100%);
user-select: none;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}
.woocommerce .quantity .quantity-nav .quantity-button:hover {
background-color: #000000;
color: #ffffff;
}
.woocommerce .quantity .quantity-nav .quantity-button.quantity-up {
position: absolute;
height: 50%;
top: 0;
border-bottom: 1px solid #333;
}
.woocommerce .quantity .quantity-nav .quantity-button.quantity-down {
position: absolute;
bottom: 0;
height: 50%;
}
.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity-nav {
position: static;
}
.woocommerce div.product form.cart div.quantity {
margin-right: 15px;
} .woocommerce form .form-row {
padding: 0;
margin-bottom: 1.6rem;
}
.woocommerce form input, .woocommerce form textarea {
border-radius: 0;
border-color: #333;
border-width: 1px;
padding: 1.08333rem 1.33333rem;
}
.woocommerce .button {
line-height: 1 !important;
cursor: pointer !important;
border: 1px solid !important;
border-radius: 0 !important;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
padding: 1.33333rem 3.66667rem !important;
color: #000000 !important;
border-color: #000000 !important;
background-color: transparent !important;
font-weight: 500 !important;
}
.woocommerce .button:hover {
color: #ffffff !important;
background-color: #f96152 !important;
border-color: #f96152 !important;
} .woocommerce strong {
font-weight: 300;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
padding: 0;
margin-bottom: 2.66667rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
list-style: none;
padding-bottom: 1.33333rem;
border-bottom: 1px solid #000000;
margin-bottom: 1.5rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
margin-bottom: 0;
}
@media (min-width: 768px) {
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
padding-bottom: 0;
border-bottom: 0;
}
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
color: #000000;
display: flex;
box-shadow: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
color: #f96152;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
color: #f96152;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
float: left;
}
@media (min-width: 992px) {
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
padding-left: 5.33333rem;
}
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr td {
text-align: left;
}
.woocommerce-account .addresses .title h3 {
font-size: 1.83333rem;
line-height: 1.27273;
} .woocommerce-info::before {
display: none;
}
.woocommerce-checkout .col2-set {
width: auto;
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 768px) {
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
flex: 0 0 50%;
max-width: 50%;
}
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
display: flex;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
margin-left: auto;
}
.woocommerce-checkout .checkout_coupon {
border-radius: 0 !important;
border-width: 1px !important;
border-color: #000000 !important;
}
.woocommerce-checkout .woocommerce-billing-fields {
margin-bottom: 2.66667rem;
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
font-size: 2.3rem;
line-height: 1.2;
}
.woocommerce-checkout .woocommerce-billing-fields h2 {
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-shipping-fields .ship-to-different-address {
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-additional-fields {
margin-bottom: 5.33333rem;
}
.woocommerce-checkout .woocommerce-additional-fields h3 {
font-size: 2.5rem;
line-height: 1.2;
}
.woocommerce-checkout .form-row {
padding: 0;
margin-bottom: 1.33333rem;
}
.woocommerce-checkout #order_review_heading {
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-checkout-review-order table {
margin: 0 0 1.5rem 0 !important;
width: 100%;
empty-cells: show;
border-collapse: collapse !important;
border-spacing: 0;
border: 1px solid #000000 !important;
border-radius: 0 !important;
margin-bottom: 2.66667rem !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tr td strong {
color: #555555;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total td strong {
color: #000000;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
border-radius: 0 !important;
background-color: transparent !important;
border: 1px solid #000000;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
border-bottom-color: #000000 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal label {
display: contents;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal label a {
line-height: 1 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
margin-bottom: 0;
} .woocommerce table th,
.woocommerce table td {
padding: 1.33333rem !important;
border-left: 0;
background-color: transparent !important;
border-top: none !important;
font-size: 1.5rem;
border-bottom: 1px solid #000;
}
.woocommerce table th {
font-weight: 600 !important;
}
.woocommerce table td img {
width: 6.66667rem !important;
}
.woocommerce table td.product-remove a {
font-size: 1.33333rem;
font-weight: 500;
color: #000000 !important;
margin: auto;
box-shadow: none;
}
.woocommerce table td.product-remove a:hover {
color: #f96152 !important;
background-color: transparent !important;
}
.woocommerce table td.product-thumbnail {
text-align: left !important;
min-width: 32px;
}
.woocommerce table td.product-thumbnail a {
box-shadow: none;
}
.woocommerce table td.product-price, .woocommerce table td.product-subtotal {
text-align: left;
}
.woocommerce table td.product-quantity .quantity input {
width: 100%;
max-width: 7.91667rem;
line-height: 2;
margin-left: auto;
}
@media (min-width: 768px) {
.woocommerce table td.product-quantity .quantity input {
margin-left: 0;
}
}
@media (max-width: 767px) {
.woocommerce table td.actions {
border-bottom: 0;
}
}
.woocommerce table td.actions .coupon input {
width: 12.5rem !important;
margin-right: 15px !important;
padding-left: 1rem !important;
}
@media (max-width: 767px) {
.woocommerce table td.actions .coupon {
display: flex;
flex-wrap: wrap;
padding-bottom: 1rem !important;
}
.woocommerce table td.actions .coupon input,
.woocommerce table td.actions .coupon button {
flex: 0 0 49%;
max-width: 49%;
margin: 0 !important;
}
.woocommerce table td.actions .coupon button {
margin-left: auto !important;
}
}
.woocommerce table tr.shipping td label {
color: #555555;
}
.woocommerce table tr.shipping td label span {
color: #555555;
}
.woocommerce table tr .product-total {
text-align: right;
}
.woocommerce table tr td {
text-align: right;
}
.woocommerce table tr .product-name {
text-align: left;
}
.woocommerce table tfoot tr:last-child th,
.woocommerce table tfoot tr:last-child td {
font-size: 1.5rem;
color: #000000;
} @keyframes rotating {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.h-rotatingNeuron {
animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
} .woocommerce .m-product-summary button {
font-size: 1.25rem !important;
padding: 1.33333rem 3.66667rem !important;
color: #000 !important;
border-color: #000 !important;
background-color: transparent !important;
}
.woocommerce .m-product-summary .quantity {
margin-right: 1.33333rem !important;
}
.woocommerce div.product form.cart .button {
vertical-align: middle;
float: left;
background: #f96152;
font-weight: 300;
border-radius: 1px;
line-height: 28px;
} .woocommerce div.product div.images .flex-control-thumbs {
margin-left: -5px;
margin-right: -5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
padding: 5px;
padding-bottom: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
cursor: pointer;
opacity: .8;
margin: 0;
border: 1px solid #eee;
} .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
color: #f96152;
}
.woocommerce a.added_to_cart {
display: none;
}
.woocommerce span.onsale {
background-color: #f96152;
}
.blog-content .woocommerce img:hover {
filter: none;
} .woocommerce .woocommerce-tabs {
margin-bottom: 2.66667rem;
}
@media (min-width: 768px) {
.woocommerce .woocommerce-tabs {
margin-bottom: 5.33333rem;
}
}
.woocommerce .woocommerce-tabs ul.tabs {
padding: 0 !important;
margin: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs::before {
display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li {
position: relative;
z-index: 1;
padding: 0 !important;
margin: 0 0 0 1.33333rem !important;
border: 0 !important;
border-radius: 0 !important;
background-color: transparent !important;
}
.woocommerce .woocommerce-tabs ul.tabs li::before, .woocommerce .woocommerce-tabs ul.tabs li::after {
display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:first-child {
margin-left: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:first-child a {
padding-left: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs li a {
font-family: "Roboto Slab", sans-serif;
color: #000000 !important;
font-size: 1.33333rem;
font-weight: 400 !important;
line-height: 1;
padding: 0 1.5rem 1.83333rem 1.5rem !important;
border-bottom: 2px solid transparent;
transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}
@media (min-width: 576px) {
.woocommerce .woocommerce-tabs ul.tabs li a:hover {
color: #f96152 !important;
border-color: #f96152;
}
}
@media (min-width: 576px) {
.woocommerce .woocommerce-tabs ul.tabs li.active a {
border-color: #f96152;
}
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
color: #f96152 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel {
margin-top: -2px !important;
margin-bottom: 0 !important;
padding: 3.66667rem 0 !important;
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel h2 {
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel > *:last-child {
margin-bottom: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table {
border: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr {
display: block;
margin-bottom: 1.33333rem;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr th {
font-family: "Roboto Slab", sans-serif;
font-weight: 500 !important;
font-size: 1.33333rem;
color: #000000;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr th,
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td {
text-align: left;
border-bottom: 0;
padding: 0 !important;
font-style: normal;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td {
font-weight: 400;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td * {
padding: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr:last-child {
margin-bottom: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments {
margin-bottom: 2.66667rem;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .woocommerce-Reviews-title span {
color: #f96152;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist {
padding-left: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment {
margin-bottom: 2.66667rem !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container img.avatar {
padding: 0 !important;
background-color: transparent !important;
width: 4.5rem !important;
border: 1px solid #e5e5e5 !important;
border-radius: 50%;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text {
padding: 0 !important;
margin-left: 7rem !important;
border: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .star-rating {
color: #f96152;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__author {
font-size: 1.83333rem;
line-height: 1.27273;
margin-bottom: 0.5rem;
display: block;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__dash {
display: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__published-date {
font-size: 1rem;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .description *:last-child {
margin-bottom: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-reply-title {
display: inline-block;
margin-bottom: 2.66667rem;
font-weight: 600;
color: #000000;
margin-bottom: 2.66667rem;
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating label {
font-weight: 500;
color: #000000;
margin-bottom: 1.33333rem;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating .stars a {
box-shadow: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form input {
width: 100%;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit {
margin-bottom: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input {
font-family: "Roboto Slab", sans-serif !important;
line-height: 1 !important;
cursor: pointer !important;
border: 2px solid !important;
border-radius: 0 !important;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
color: #000000 !important;
border-color: #000000 !important;
background-color: transparent !important;
font-size: 1.25rem !important;
padding: 1.33333rem 3.66667rem !important;
font-weight: 500 !important;
width: auto;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input:hover {
color: #ffffff !important;
background-color: #000000 !important;
border-color: #000000 !important;
}
.woocommerce .woocommerce-breadcrumb {
margin: 0 0 2em;
} .woocommerce-Reviews .commentlist {
margin-bottom: 5.33333rem !important;
}
.woocommerce-Reviews .commentlist .review {
margin-bottom: 2.66667rem !important;
}
.woocommerce-Reviews .commentlist .review:last-child {
margin-bottom: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container img {
width: 4.5rem !important;
padding: 0 !important;
border: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text {
margin: 0 0 0 6.16667rem !important;
border-radius: 0 !important;
border: 0 !important;
padding: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__author {
font-weight: 600;
color: #000000;
margin-bottom: 2.66667rem;
font-size: 1.33333rem;
line-height: 1.625;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__dash {
color: #ff6f61;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__published-date {
color: #000000;
font-size: 1.16667rem;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .description > *:last-child {
margin-bottom: 0 !important;
}
.woocommerce-Reviews .comment-form-comment:before {
top: 35px;
}
.shop-content section.related h2 {
font-size: 1.83333rem;
line-height: 1.27273;
}
.woocommerce ul.products li.product a img:hover {
opacity: 0.7;
}
.woocommerce img.footer-img, .woocommerce-page img.footer-img {
max-width: 150px;
}
.cart-contents:before {
font-family: WooCommerce;
content: "\e01d";
font-size: 22px;
margin-top: 10px;
font-style: normal;
font-weight: 400;
vertical-align: bottom;
color: #000;
}
.cart-contents:hover {
text-decoration: none;
}
.cart-contents-count {
color: #fff;
background-color: var(--color-main);
border-radius: 10px;
padding: 1px 6px;
line-height: 1;
vertical-align: top;
font-size: 10px;
position: relative;
left: -6px;
} @keyframes "rotating" {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.shop-content {
margin-bottom: -80px;
}
.shop-content section.related h2 {
font-size: 18px;
line-height: 1.27273;
}
.woocommerce-info {
border-color: #000000;
background-color: transparent;
line-height: 42px;
color: #000000;
padding: 15px 20px;
margin-bottom: 26px;
border: 1px solid #000000;
border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce-info a {
color: var(--color-main);
}
.woocommerce-info::before {
display: none;
}
.woocommerce-message {
border-color: #000000;
background-color: transparent;
line-height: 42px;
color: #000000;
padding: 15px 20px;
margin-bottom: 26px;
border: 1px solid #000000;
}
.woocommerce-message::before {
display: none;
}
.woocommerce textarea {
resize: none;
height: 160px !important;
}
.woocommerce table {
margin: 0 0 15px 0 !important;
width: 100%;
empty-cells: show;
border-collapse: collapse !important;
border-spacing: 0;
border: 1px solid rgba(0, 0, 0, 0.1) !important;
border-radius: 0 !important;
box-shadow: 7px 6px 30px rgba(0, 0, 0, 0.02);
}
.woocommerce table td {
padding: 13px !important;
border-left: 0;
background-color: transparent !important;
border-top: none !important;
font-size: 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table td img {
width: 60px !important;
}
.woocommerce table th {
padding: 13px !important;
border-left: 0;
background-color: transparent !important;
border-top: none !important;
font-size: 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
font-weight: 600 !important;
text-align: left;
}
.woocommerce table td.product-remove a {
font-size: 13px;
font-weight: 500;
color: #000000 !important;
margin: auto;
box-shadow: none;
}
.woocommerce table td.product-remove a:hover {
color: var(--color-main) !important;
background-color: transparent !important;
}
.woocommerce table td.product-thumbnail {
text-align: left !important;
min-width: 32px;
}
.woocommerce table td.product-thumbnail a {
box-shadow: none;
}
.woocommerce table td.product-price {
text-align: left;
}
.woocommerce table td.product-subtotal {
text-align: left;
}
.woocommerce table td.product-quantity .quantity input {
width: 100%;
max-width: 80px;
line-height: 20px;
margin-left: auto;
}
.woocommerce table td.actions .coupon input {
width: 13px !important;
margin-right: 15px !important;
padding-left: 10px !important;
}
.woocommerce table tr.shipping td label {
color: #555;
}
.woocommerce table tr.shipping td label span {
color: #555;
}
.woocommerce table tr .product-total {
text-align: right;
}
.woocommerce table tr td {
text-align: right;
}
.woocommerce table tr td.woocommerce-grouped-product-list-item__label, .woocommerce table tr td.woocommerce-grouped-product-list-item__price {
text-align: left;
}
.woocommerce table tr .product-name {
text-align: left;
}
.woocommerce table tfoot tr:last-child th {
font-size: 15px;
color: #000000;
}
.woocommerce table tfoot tr:last-child td {
font-size: 15px;
color: #000000;
}
.woocommerce .woocommerce-cart-form {
margin-bottom: 70px;
}
.woocommerce .woocommerce-cart-form table td::before {
color: #000000;
font-weight: 600;
}
.woocommerce .woocommerce-cart-form table .actions .coupon #coupon_code {
font-size: 12px;
line-height: 1.85714;
color: #000000;
border: 1px solid #000000;
padding: 8px 15px;
width: 150px !important;
text-align: center;
font-size: 13px;
}
.woocommerce .cart-collaterals .cart_totals {
float: none;
width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2 {
font-size: 18px;
line-height: 1.27273;
}
.woocommerce .cart-collaterals .cart_totals table {
border-collapse: separate !important;
padding: 7px 24px;
margin-bottom: 26px !important;
}
.woocommerce .cart-collaterals .cart_totals table th {
color: #000000;
padding-left: 0 !important;
text-align: left;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th {
font-size: 15px;
}
.woocommerce .cart-collaterals .cart_totals table td {
text-align: right;
padding-right: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals table td[data-title='Total'] span {
font-size: 15px;
}
.woocommerce .cart-collaterals .cart_totals table tr:last-child th {
border-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr:last-child td {
border-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
padding: 0;
text-align: right;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
margin-bottom: 0;
display: inline-block;
}
.woocommerce .button {
font-family: "Poppins", sans-serif !important;
line-height: 1 !important;
cursor: pointer !important;
border: 1px solid !important;
border-radius: 0 !important;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
font-size: 14px !important;
background-color: transparent !important;
font-weight: 500 !important;
line-height: 1 !important;
cursor: pointer !important;
border: 1px solid !important;
border-radius: 50px !important;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
padding: 12px 35px !important;
color: #fff !important;
border-color: #000000 !important;
background-color: transparent !important;
font-weight: 500 !important;
border-color: #fff !important;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) !important;
}
.woocommerce .button:hover {
color: #ffffff !important;
background-color: #000000 !important;
border-color: #000000 !important;
color: #ffffff !important;
background-color: var(--color-main) !important;
border-color: var(--color-main) !important;
}
.woocommerce ul.products li.product, .woocommerce .woocommerce-page ul.products li.product {
text-align: center;
}
.woocommerce .woocommerce-ordering select {
padding: 5px;
border-radius: 5px;
}
.woocommerce .quantity {
display: flex;
position: relative;
}
.woocommerce .quantity input[type='number'] {
padding: 10px 30px 10px 7px !important;
-moz-appearance: textfield;
width: 110px;
font-weight: 600;
color: #555;
border-radius: 1px;
line-height: 20px;
}
.woocommerce .quantity input[type='number']::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woocommerce .quantity input[type='number']::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woocommerce .quantity .quantity-nav {
position: absolute;
right: 1px;
top: 0;
height: 100%;
}
.woocommerce .quantity .quantity-nav .quantity-button {
cursor: pointer;
border-left: 1px solid #333;
width: 25px;
text-align: center;
color: #000000;
font-size: 13px;
transform: translateX(-100%);
user-select: none;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}
.woocommerce .quantity .quantity-nav .quantity-button:hover {
background-color: #000000;
color: #ffffff;
}
.woocommerce .quantity .quantity-nav .quantity-button.quantity-up {
position: absolute;
height: 50%;
top: 0;
border: 1px solid #ccc;
line-height: 22px;
}
.woocommerce .quantity .quantity-nav .quantity-button.quantity-down {
position: absolute;
bottom: 0;
height: 50%;
border: 1px solid #ccc;
border-top: none;
line-height: 22px;
}
.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity-nav {
position: static;
}
.woocommerce div.product form.cart div.quantity {
margin-right: 15px;
float: left !important;
}
.woocommerce div.product form.cart .button {
vertical-align: middle;
float: left;
background: #f96152;
font-weight: 300;
border-radius: 1px;
line-height: 28px;
}
.woocommerce div.product div.images .flex-control-thumbs {
margin-left: -5px;
margin-right: -5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
padding: 5px;
padding-bottom: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
cursor: pointer;
opacity: .8;
margin: 0;
border: 1px solid #eee;
}
.woocommerce div.product p.price {
color: var(--color-main);
}
.woocommerce div.product span.price {
color: var(--color-main);
}
.woocommerce form .form-row {
padding: 0;
margin-bottom: 16px;
}
.woocommerce form input {
border-radius: 5px;
border-color: #ccc;
border-width: 1px;
padding: 12px;
}
.woocommerce form textarea {
border-radius: 5px;
border-color: #ccc;
border-width: 1px;
padding: 10px 13px;
}
.woocommerce strong {
font-weight: 300;
}
.woocommerce .m-product-summary button {
font-size: 13px !important;
padding: 14px 36px !important;
color: #000000 !important;
border-color: #000000 !important;
background-color: transparent !important;
}
.woocommerce .m-product-summary .quantity {
margin-right: 13px !important;
}
.woocommerce ul.products li.product .price {
color: var(--color-main);
font-size: 14px;
}
.woocommerce ul.products li.product .price ins {
font-weight: 400;
margin-left: 10px;
}
.woocommerce ul.products li.product a img:hover {
opacity: 0.7;
}
.woocommerce a.added_to_cart {
display: none;
}
.woocommerce span.onsale {
background-color: var(--color-main);
line-height: 2.65;
}
.woocommerce .woocommerce-tabs {
margin-bottom: 26px;
}
.woocommerce .woocommerce-tabs ul.tabs {
padding: 0 !important;
margin: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs::before {
display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li {
position: relative;
z-index: 1;
padding: 0 !important;
margin: 0 0 0 14px !important;
border: 0 !important;
border-radius: 0 !important;
background-color: transparent !important;
}
.woocommerce .woocommerce-tabs ul.tabs li::before {
display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li::after {
display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:first-child {
margin-left: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:first-child a {
padding-left: 0 !important;
}
.woocommerce .woocommerce-tabs ul.tabs li a {
font-family: "Poppins", sans-serif;
color: #000000 !important;
font-size: 13px;
font-weight: 400 !important;
line-height: 1;
padding: 0 15px 18px 15px !important;
border-bottom: 2px solid transparent;
transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
color: var(--color-main) !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel {
margin-top: -2px !important;
margin-bottom: 0 !important;
padding: 36px 0 !important;
border-top: 2px solid #000000;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel h2 {
font-size: 18px;
line-height: 1.27273;
margin-top: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel > *:last-child {
margin-bottom: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments {
margin-bottom: 26px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .woocommerce-Reviews-title span {
color: var(--color-main);
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist {
padding-left: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment {
margin-bottom: 26px !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container img.avatar {
padding: 0 !important;
background-color: transparent !important;
width: 45px !important;
border: 1px solid #e5e5e5 !important;
border-radius: 50%;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text {
padding: 0 !important;
margin-left: 70px !important;
border: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .star-rating {
color: var(--color-main);
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__author {
font-size: 18px;
line-height: 1.27273;
margin-bottom: 5px;
display: block;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__dash {
display: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__published-date {
font-size: 10px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text .description *:last-child {
margin-bottom: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-reply-title {
display: inline-block;
margin-bottom: 26px;
font-weight: 600;
color: #000000;
margin-bottom: 26px;
font-size: 18px;
line-height: 1.27273;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating label {
font-weight: 500;
color: #000000;
margin-bottom: 13px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating .stars a {
box-shadow: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form input {
width: 100%;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit {
margin-bottom: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input {
font-family: "Poppins", sans-serif !important;
line-height: 1 !important;
cursor: pointer !important;
border: 2px solid !important;
border-radius: 0 !important;
transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s !important;
color: #000000 !important;
border-color: #000000 !important;
background-color: transparent !important;
font-size: 13px !important;
padding: 14px 36px !important;
font-weight: 500 !important;
width: auto;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit input:hover {
color: #ffffff !important;
background-color: #000000 !important;
border-color: #000000 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table {
border: 0 !important;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr {
display: block;
margin-bottom: 13px;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr th {
font-family: "Poppins", sans-serif;
font-weight: 500 !important;
font-size: 13px;
color: #000000;
text-align: left;
border-bottom: 0;
padding: 0 !important;
font-style: normal;
border: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td {
text-align: left;
border-bottom: 0;
padding: 0 !important;
font-style: normal;
font-weight: 400;
border: none;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr td * {
padding: 0;
}
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table tr:last-child {
margin-bottom: 0;
}
.woocommerce .woocommerce-breadcrumb {
margin: 0 0 2em;
}
.woocommerce img.footer-img {
max-width: 150px;
}
.woocommerce-error {
background-color: transparent;
line-height: 42px;
color: #000000;
padding: 15px 20px;
margin-bottom: 26px;
border: 1px solid #000000;
}
.select2 .selection .select2-selection {
border-width: 1px;
border-color: #ccc !important;
border-radius: 5px !important;
transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
height: auto;
}
.select2 .selection .select2-selection .select2-selection__rendered {
color: #888;
min-height: 32px;
padding: 12px;
text-align: left;
font-size: 15px;
line-height: normal;
}
.select2-container--default .select2-selection--single {
background-color: #ffffff;
border: 1px solid #aaa;
border-radius: 4px;
}
.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
border-color: #ccc !important;
}
.portfolio-2 .port-inner .port-dbox a.added_to_cart {
display: none;
}
.portfolio-2 .port-inner .port-dbox a.added span.button__cart {
display: none;
}
.portfolio-2 .port-inner .port-dbox a.added span.button__added {
opacity: 1;
display: flex;
}
.portfolio-2 .port-inner .port-dbox a.loading span.button__cart {
display: none;
}
.portfolio-2 .port-inner .port-dbox a.loading span.button__loader {
display: flex;
}
.portfolio-2 .port-inner .port-dbox a span.button__cart {
opacity: .25;
display: flex;
}
.portfolio-2 .port-inner .port-dbox a span.button__loader {
display: none;
}
.portfolio-2 .port-inner .port-dbox a span.button__added {
opacity: 0;
display: none;
}
.port-inner .port-dbox a span svg {
display: flex;
width: 22px;
height: 22px;
stroke: #000000;
}
.port-inner .port-dbox a span svg:hover {
stroke: #f96152;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
float: left;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td {
text-align: left;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td a.button {
font-size: 13px;
padding: 13px 36px;
font-weight: 500 !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr td {
text-align: left;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr td a.button {
font-size: 13px;
padding: 13px 36px;
font-weight: 500 !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
color: var(--color-main);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
padding: 0;
margin-bottom: 27px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
list-style: none;
padding-bottom: 13px;
border-bottom: 1px solid #000000;
margin-bottom: 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
margin-bottom: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
color: #000000;
display: flex;
box-shadow: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
color: var(--color-main);
}
.woocommerce-account .addresses .title h3 {
font-size: 18px;
line-height: 1.27273;
}
.woocommerce-checkout .col2-set {
width: auto;
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-checkout .col2-set .col-1 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-checkout .col2-set .col-2 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
display: flex;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
margin-left: auto;
}
.woocommerce-checkout .checkout_coupon {
border-radius: 0 !important;
border-width: 1px !important;
border-color: #000000 !important;
}
.woocommerce-checkout .checkout_coupon input.input-text {
border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout .checkout_coupon button.button {
padding: 17px 36px !important;
text-transform: uppercase;
}
.woocommerce-checkout .checkout_coupon button.button:hover {
background-color: var(--color-main) !important;
}
.woocommerce-checkout .woocommerce-billing-fields {
margin-bottom: 26px;
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
font-size: 22px;
line-height: 1.2;
}
.woocommerce-checkout .woocommerce-billing-fields h2 {
font-size: 18px;
line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-shipping-fields .ship-to-different-address {
font-size: 18px;
line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-additional-fields {
margin-bottom: 50px;
}
.woocommerce-checkout .woocommerce-additional-fields h3 {
font-size: 22px;
line-height: 1.2;
}
.woocommerce-checkout .form-row {
padding: 0;
margin-bottom: 13px;
}
.woocommerce-checkout #order_review_heading {
font-size: 22px;
line-height: 1.27273;
}
.woocommerce-checkout .woocommerce-checkout-review-order table {
margin: 0 0 15px 0 !important;
width: 100%;
empty-cells: show;
border-collapse: collapse !important;
border-spacing: 0;
border: 1px solid rgba(0, 0, 0, 0.1) !important;
border-radius: 0 !important;
margin-bottom: 26px !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tr td strong {
color: #555;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tr.order-total td strong {
color: #000000;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
border-radius: 0 !important;
background-color: transparent !important;
border: 1px solid #000000;
border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal label {
display: contents;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_paypal label a {
line-height: 1 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li {
list-style: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button.button {
padding: 17px 36px !important;
border-radius: 0 !important;
background-color: #232323 !important;
color: #fff !important;
text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button.button:hover {
background-color: var(--color-main) !important;
}
.h-rotatingNeuron {
animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.blog-content .woocommerce img:hover {
filter: none;
}
.woocommerce-Reviews .commentlist {
margin-bottom: 53px !important;
}
.woocommerce-Reviews .commentlist .review {
margin-bottom: 26px !important;
}
.woocommerce-Reviews .commentlist .review:last-child {
margin-bottom: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container img {
width: 45px !important;
padding: 0 !important;
border: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text {
margin: 0 0 0 62px !important;
border-radius: 0 !important;
border: 0 !important;
padding: 0 !important;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__author {
font-weight: 600;
color: #000000;
margin-bottom: 26px;
font-size: 13px;
line-height: 1.625;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__dash {
color: var(--color-main);
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta .woocommerce-review__published-date {
color: #000000;
font-size: 12px;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .description > *:last-child {
margin-bottom: 0 !important;
}
.woocommerce-Reviews .comment-form-comment:before {
top: 35px;
}
.woocommerce-page img.footer-img {
max-width: 150px;
}
@media (max-width: 767px) {
.woocommerce .cart-collaterals .cart_totals table td[data-title='Total'] {
padding-left: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals table td[data-title='Total']::before {
color: #000000;
font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals table td[data-title='Subtotal'] {
padding-left: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals table td[data-title='Subtotal']::before {
color: #000000;
font-weight: 600;
}
.woocommerce table td.actions {
border-bottom: 0;
}
.woocommerce table td.actions .coupon {
display: flex;
flex-wrap: wrap;
padding-bottom: 10px !important;
}
.woocommerce table td.actions .coupon input {
flex: 0 0 49%;
max-width: 49%;
margin: 0 !important;
}
.woocommerce table td.actions .coupon button {
flex: 0 0 49%;
max-width: 49%;
margin: 0 !important;
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.woocommerce-checkout .col2-set .col-1 {
flex: 0 0 50%;
max-width: 50%;
}
.woocommerce-checkout .col2-set .col-2 {
flex: 0 0 50%;
max-width: 50%;
}
.woocommerce table td.product-quantity .quantity input {
margin-left: 0;
}
.woocommerce .woocommerce-tabs {
margin-bottom: 53px;
}
}
@media (min-width: 992px) {
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
padding-left: 53px;
}
}
@media (min-width: 576px) {
.woocommerce .woocommerce-tabs ul.tabs li a:hover {
color: var(--color-main) !important;
border-color: var(--color-main);
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
border-color: var(--color-main);
}
} .woocommerce .summary .product_meta > span {
display: block;
margin-bottom: 0;
font-weight: 500;
font-size: 16px;
line-height: 40px;
}
.woocommerce .summary .product_meta > span span, .woocommerce .summary .product_meta > span a {
font-weight: 400;
}
.woocommerce .comment-form-author:before, .woocommerce .comment-form-email:before {
top: 37px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
padding: 12px 20px;
color: var(--color-main);
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
background: #585353;
color: #ffffff;
font-weight: 600;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label a {
color: var(--color-main);
font-weight: 400;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 9px;
right: 9px;
}
.select2-dropdown {
border-color: #333;
}
.woocommerce-error::before {
left: initial;
right: 1em;
}
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
font-size: 18px;
font-weight: 600;
}
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox input[type="checkbox"] {
width: auto;
margin: 3px 10px 0 0;
position: unset !important;
}  .tcg-cart .cart-contents {
display: flex;
flex-wrap: wrap;
}
.tcg-cart .cart-contents .cart-contents-count {
left: 20px;
top: -25px;
}  .obelisk-counter.style-1 .item {
text-align: center;
position: relative;
z-index: 2;
}
.obelisk-counter.style-1 .item:after {
content: '';
width: 1px;
height: 100%;
position: absolute;
bottom: 0;
left: 0;
opacity: .05;
}
.obelisk-counter.style-1 .item.no-bord:after {
display: none;
}
.obelisk-counter.style-1 .item .icon {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
opacity: .1;
z-index: -1;
}
.obelisk-counter.style-1 .item .icon i::before {
font-size: 70px;
}
.obelisk-counter.style-1 .item h3 {
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 15px;
font-size: 40px;
color: var(--color-main);
}
.obelisk-counter.style-1 .item p {
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 600;
}
.obelisk-counter.style-1 .item:after {
background: #000;
}
.obelisk-counter.style-1 .item p {
color: #000;
}
body.obelisk-dark-mode .obelisk-counter.style-1 .item:after {
background: #fff;
}
body.obelisk-dark-mode .obelisk-counter.style-1 .item p {
color: #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-counter.style-1 .item:after {
background: #fff;
}
body.obelisk-auto-mode .obelisk-counter.style-1 .item p {
color: #fff;
}
} .obelisk-counter.style-2 .item {
text-align: center;
position: relative;
z-index: 2;
}
.obelisk-counter.style-2 .item:after {
content: '';
width: 1px;
height: 100%;
position: absolute;
bottom: 0;
left: 0;
opacity: .05;
}
.obelisk-counter.style-2 .item.no-bord:after {
display: none;
}
.obelisk-counter.style-2 .item .icon {
display: inline-block;
opacity: .8;
font-size: 70px;
margin-bottom: 40px;
}
.obelisk-counter.style-2 .item .icon i::before {
font-size: 70px;
}
.obelisk-counter.style-2 .item h3 {
font-weight: 300;
letter-spacing: 2px;
margin-bottom: 15px;
line-height: 1.4;
font-size: 35px;
color: #fff;
}
.obelisk-counter.style-2 .item p {
color: #a4a7b1;
font-size: 16px;
font-weight: 300;
line-height: 2;
margin: 0;
}
body.obelisk-dark-mode .obelisk-counter.style-1 .item:after {
background: #fff;
}
body.obelisk-dark-mode .obelisk-counter.style-1 .item p {
color: #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-counter.style-1 .item:after {
background: #fff;
}
body.obelisk-auto-mode .obelisk-counter.style-1 .item p {
color: #fff;
}
}  .obelisk-countdown-wrapper {
display: flex;
justify-content: center;
margin-right: auto;
margin-left: auto;
}
.obelisk-countdown-wrapper .obelisk-countdown-item {
flex-basis: 0;
flex-grow: 1;
padding: 15px 0;
text-align: center;
background-color: #333;
color: #ffffff;
}
.obelisk-countdown-wrapper .obelisk-countdown-item:not(:last-of-type) {
margin-right: calc(10px / 2);
}
.obelisk-countdown-wrapper .obelisk-countdown-item .obelisk-countdown-numbers {
font-size: 62px;
line-height: 1;
}
.obelisk-countdown-wrapper .obelisk-countdown-item .obelisk-countdown-label {
font-size: 18px;
}    .img-box-slider {
position: relative;
z-index: 1; }
.img-box-slider .slick-slide {
margin-left: 10px;
margin-right: 10px;
background-color: #ffffff;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
transition: all 0.3s ease-in-out;
border-radius: 2px;
}
.img-box-slider .slick-slide:hover {
margin-top: -5px;
}
.img-box-slider .slick-slide:hover .box-cont h3 {
color: var(--color-main);
}
.img-box-slider .slick-slide:hover .box-img img {
opacity: 0.6;
}
.img-box-slider .slick-slide:hover .box-img:after {
opacity: 1;
top: calc(50% - 0px);
}
.img-box-slider .box-cont {
padding: 25px 20px;
background: #ffffff;
color: #666;
}
.img-box-slider p {
margin-bottom: 0;
margin-top: 0.9rem;
}
.img-box-slider .imgbox-from {
font-family: "Poppins", sans-serif;
font-size: 14px;
font-style: normal;
text-transform: capitalize;
color: #4f4f4f;
margin-bottom: 15px;
}
.img-box-slider h3 {
font-size: 20px;
font-weight: 500;
letter-spacing: 1px;
margin: 0;
color: #000000;
transition: all 0.3s ease-in-out;
}
.img-box-slider h3 a {
color: #000000;
}
.img-box-slider h3 a:hover {
color: var(--color-main);
}
.img-box-slider > div {
margin: auto;
max-width: 1170px;
text-align: center;
}
.img-box-slider .box-img {
background-color: #000000;
position: relative;
}
.img-box-slider .box-img img {
height: 250px;
object-fit: cover;
transition: all 0.3s ease-in-out;
}
.img-box-slider .box-img:after {
content: '\e870';
font-family: 'Linearicons-Free';
font-size: 45px;
display: block;
position: absolute;
top: calc(50% + 15px);
left: calc(50% - 25px);
color: #fff;
transition: 0.4s all ease-in-out;
font-weight: 200;
opacity: 0;
transform: rotate(45deg);
}
.img-box-slider .fa-angle-left.slick-arrow {
bottom: 0;
position: absolute;
left: 0;
width: 50px;
height: 50px;
line-height: 50px;
color: var(--color-main);
text-align: center;
cursor: pointer;
z-index: 1;
font-size: 30px;
transition: ease .5s;
-webkit-transition: ease .5s;
-moz-transition: ease .5s;
-o-transition: ease .5s;
-ms-transition: ease .5s;
bottom: 50%;
left: -60px;
}
.img-box-slider .fa-angle-left.slick-arrow:hover {
color: #ffffff;
}
.img-box-slider .fa-angle-right.slick-arrow {
bottom: 0;
position: absolute;
left: 0;
width: 50px;
height: 50px;
line-height: 50px;
color: var(--color-main);
text-align: center;
cursor: pointer;
z-index: 1;
font-size: 30px;
transition: ease .5s;
-webkit-transition: ease .5s;
-moz-transition: ease .5s;
-o-transition: ease .5s;
-ms-transition: ease .5s;
bottom: 50%;
left: initial;
right: -60px;
}
.img-box-slider .fa-angle-right.slick-arrow:hover {
color: #ffffff;
}
.img-box-slider .slick-dotted.slick-slider {
margin-bottom: 30px;
}
.img-box-slider .slick-dots {
position: absolute;
bottom: -60px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.img-box-slider .slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.img-box-slider .slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.img-box-slider .slick-dots li button:hover {
outline: none;
}
.img-box-slider .slick-dots li button:hover:before {
opacity: 1;
}
.img-box-slider .slick-dots li button:focus {
outline: none;
}
.img-box-slider .slick-dots li button:focus:before {
opacity: 1;
}
.img-box-slider .slick-dots li button:before {
font-family: "slick";
font-size: 20px;
line-height: 10px;
position: absolute;
top: 0;
left: 5px;
width: 20px;
height: 5px;
content: '';
text-align: center;
opacity: .25;
background: var(--color-main);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.img-box-slider .slick-dots li.slick-active button:before {
opacity: .75;
color: var(--color-main);
}
.img-box-slider.imgbox-slider-2 .item {
position: relative;
min-height: 420px;
}
.img-box-slider.imgbox-slider-2 .item .box-cont {
position: absolute;
bottom: 0;
padding: 30px;
overflow: hidden;
opacity: 1;
background-color: rgba(255, 255, 255, 0.9);
border-radius: 5px;
height: calc(100% - 60px);
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: calc(100% - 60px);
}
.img-box-slider.imgbox-slider-2 .item .box-cont img {
width: 75px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
margin-top: 7px;
}
.img-box-slider.imgbox-slider-2 .item .box-cont .feature-btn {
margin-top: 30px;
border: solid 1px var(--color-main);
padding: 8px 18px;
position: relative;
display: inline-block;
font-size: 14px;
background: var(--color-main);
color: #fff;
border-radius: 3px;
transition: all 0.4s ease;
}
.img-box-slider.imgbox-slider-2 .item .box-cont .feature-btn:hover {
color: var(--color-main);
background: #fff;
border-color: #fff;
}
.img-box-slider.imgbox-slider-2 .item:hover .box-cont {
position: static;
margin: 0;
padding: 0;
height: 0;
}
.img-box-slider.imgbox-slider-2 .item:hover .box-cont .feature-btn {
position: absolute;
left: 85%;
bottom: 50px;
width: 50%;
}
.img-box-slider.imgbox-slider-2 .item .box-img img {
height: 420px;
}
.with-bg {
padding: 150px 0;
}
.with-bg .img-box-slider p {
color: #ffffff;
}
.with-bg .img-box-slider h3 {
color: #ffffff;
}  .obelisk-image.style-1 {
position: relative;
}
.obelisk-image.style-1 .toright .img {
margin-left: auto;
}
.obelisk-image.style-1 .toleft .img {
margin-right: auto;
}
.obelisk-image.style-1 .div-tooltip-tit {
display: none;
position: fixed;
background-color: #000;
padding: 0 10px;
height: 50px;
line-height: 50px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
z-index: 99999;
color: #fff;
}
.obelisk-image.style-1 .div-tooltip-sub {
display: none;
position: fixed;
background-color: #fff;
padding: 10px;
color: #111;
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
z-index: 99999;
} .obelisk-image.style-2 .img2 {
border-radius: 10px;
overflow: hidden;
}
.obelisk-image.style-2 .img2 img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
}
.obelisk-image.style-2 .div-tooltip-tit {
display: none;
position: fixed;
background-color: #000;
padding: 0 10px;
height: 50px;
line-height: 50px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
z-index: 99999;
color: #fff;
}
.obelisk-image.style-2 .div-tooltip-sub {
display: none;
position: fixed;
background-color: #fff;
padding: 10px;
color: #111;
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
z-index: 99999;
} .obelisk-image.style-3 .video-box {
margin-top: 70px;
position: relative;
z-index: 2;
}
.obelisk-image.style-3 .video-box:after, .obelisk-image.style-3 .video-box:before {
content: '';
position: absolute;
width: 20%;
height: 100%;
top: 0;
border-right: 1px solid #eee;
border-left: 1px solid #eee;
opacity: .2;
z-index: 3;
}
.obelisk-image.style-3 .video-box:after {
left: 20%;
}
.obelisk-image.style-3 .video-box:before {
right: 20%;
}
.obelisk-image.style-3 .video-box .tit-text {
position: absolute;
top: -120px;
width: 100%;
text-align: center;
z-index: -1;
}
.obelisk-image.style-3 .video-box .tit-text h3 {
font-size: 100px;
font-weight: 700;
text-transform: uppercase;
color: transparent;
}
.obelisk-image.style-3 .video-box .vid {
width: 140px;
height: 140px;
line-height: 140px;
text-align: center;
font-size: 20px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.15);
border: 1px solid #fff;
position: absolute;
top: calc(50% - 70px);
left: calc(50% - 70px);
z-index: 4;
}
.obelisk-image.style-3 .video-box .vid .icon {
color: #fff;
}
.obelisk-image.style-3 .video-box .img {
box-shadow: 0px 10px 30px -5px rgba(52, 60, 70, 0.5);
border-radius: 5px;
overflow: hidden;
}
.obelisk-image.style-3 .video-box .img:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #11141b;
opacity: .4;
}
.obelisk-image.style-3 .video-box .tit-text h3 {
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}
body.obelisk-dark-mode .obelisk-image.style-3 .video-box .tit-text h3 {
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-image.style-3 .video-box .tit-text h3 {
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}
} .obelisk-image.style-4 .image-box {
position: relative;
} .obelisk-image.style-5 {
position: relative;
width: 280px;
height: 280px;
border-radius: 50%;
z-index: 2;
}
.obelisk-image.style-5 img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
}
.obelisk-image.style-5:after {
content: '';
background: linear-gradient(to left, var(--color-primary), var(--color-secondary), var(--color-ternary));
position: absolute;
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
border-radius: 50%;
z-index: -1;
} .obelisk-screenshots .swiper-container {
padding-bottom: 30px;
}
.obelisk-screenshots .swiper-container-horizontal > .swiper-pagination-bullets,
.obelisk-screenshots .swiper-pagination-custom,
.obelisk-screenshots .swiper-pagination-fraction {
bottom: 0;
}
.obelisk-screenshots .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
background: transparent;
border: 1px solid #131416;
cursor: pointer;
}
.obelisk-screenshots .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
background: #f45162;
border-color: transparent;
}
.obelisk-screenshots img {
width: 100%;
}
body.obelisk-dark-mode .obelisk-screenshots .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
border: 1px solid #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-screenshots .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
border: 1px solid #fff;
}
}  .obelisk-pricing.style-1 .item {
padding: 50px 70px;
border: 1px solid rgba(76, 76, 76, 0.1);
}
.obelisk-pricing.style-1 .item.sm-padding {
padding: 50px 40px;
}
.obelisk-pricing.style-1 .item.sm-padding .feat li .icon {
margin-right: 10px;
}
.obelisk-pricing.style-1 .item.active {
border-color: transparent;
box-shadow: 0px 10px 60px rgba(76, 76, 76, 0.1);
}
.obelisk-pricing.style-1 .item.active .order .buton {
background-image: linear-gradient(to left, #17c0e9, #c96ddd, #f45162);
color: #fff;
}
.obelisk-pricing.style-1 .item .amount .price {
font-size: 100px;
font-weight: 500;
color: #f45162;
position: relative;
display: inline-block;
line-height: 1;
}
.obelisk-pricing.style-1 .item .amount .price .currency {
position: absolute;
left: -20px;
top: 14px;
color: #0f0f1e;
font-size: 25px;
font-family: "Manrope", sans-serif;
}
.obelisk-pricing.style-1 .item .order .buton {
width: 100%;
background: #edf3ff;
color: #111;
border-radius: 30px;
transition: all .4s;
min-width: 220px;
text-align: center;
padding: 15px 30px;
font-weight: 600;
display: inline-block;
}
.obelisk-pricing.style-1 .item .order .buton:hover {
background: #0f0f1e;
color: #fff;
}
.obelisk-pricing.style-1 .item .feat ul {
margin: 0;
padding: 0;
}
.obelisk-pricing.style-1 .item .feat li {
list-style-type: none;
color: #555;
margin-top: 15px;
}
.obelisk-pricing.style-1 .item .feat li.disbl {
opacity: .3;
}
.obelisk-pricing.style-1 .item .feat li .icon {
display: inline-block;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 50%;
background: #f45162;
margin-right: 20px;
}
.obelisk-pricing.style-1 .item .feat li .icon svg {
width: 10px;
fill: #fff;
position: relative;
}
body.obelisk-dark-mode .obelisk-pricing.style-1 .item.active {
border-color: transparent;
background: #202123;
}
body.obelisk-dark-mode .obelisk-pricing.style-1 .item .amount .price .currency {
color: #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-pricing.style-1 .item.active {
border-color: transparent;
background: #202123;
}
body.obelisk-auto-mode .obelisk-pricing.style-1 .item .amount .price .currency {
color: #fff;
}
} .obelisk-infobox-icon-align-left .info-box .icon {
float: left;
} .info-box.style-0 {
background: #fff;
width: 100%;
padding: 35px 25px;
text-align: center;
position: relative;
}
.info-box.style-0 .infobox-link {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 4;
}
.info-box.style-0.space {
margin: 0 10px;
}
.info-box.style-0 .icon {
color: var(--color-main);
font-size: 30px;
margin-bottom: 20px;
}
.info-box.style-0 h6 {
color: #000;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
line-height: 1.4;
margin: 0;
}
.info-box.style-0 h6.mode-cl1 {
background: #f9fbfd;
}
.info-box.style-0 h6.mode-cl2 {
background: #f2f3f5;
}
.info-box.style-0 h6.mode-cl3 {
background: #f9fbfd;
}
.info-box.style-0 .dots span {
width: 4px;
height: 4px;
border-radius: 50%;
background: #333;
position: absolute;
right: 10px;
bottom: 12px;
opacity: .1;
}
.info-box.style-0 .dots span:first-of-type {
bottom: 18px;
}
.info-box.style-0 .dots span:last-of-type {
right: 16px;
} .info-box.style-1 {
text-align: center;
background-color: #ffffff;
padding: 60px 25px 50px 25px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
border-radius: 10px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
.info-box.style-1:hover {
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
box-shadow: 10px 20px 40px 0 rgba(0, 0, 0, 0.2);
margin-top: -5px;
}
.info-box.style-1:hover .icon {
background: var(--color-main);
color: #fff;
border: 1px solid rgba(250, 250, 250, 0.2);
}
.info-box.style-1:hover .icon-title {
color: #fff;
}
.info-box.style-1:hover .icon-text {
color: #fefefe;
}
.info-box.style-1:hover .box-sub-title {
color: #fff;
}
.info-box.style-1:hover .feature-btn {
color: #fff;
}
.info-box.style-1:hover .feature-btn:after {
width: 100%;
}
.info-box.style-1.ic {
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
}
.info-box.style-1.ic .icon {
background: var(--color-main);
color: #fff;
border: 1px solid rgba(250, 250, 250, 0.2);
}
.info-box.style-1.ic .icon-title {
color: #fff;
}
.info-box.style-1.ic .icon-text {
color: #fefefe;
}
.info-box.style-1.ic .box-sub-title {
color: #fff;
}
.info-box.style-1.ic .feature-btn {
color: #fff;
}
.info-box.style-1 .icon {
border-radius: 100px;
display: block;
font-size: 40px;
height: 80px;
line-height: 80px;
margin: auto;
text-align: center;
transition: all 0.3s ease-in-out;
width: 80px;
color: var(--color-main);
background-color: rgba(var(--color-main), 0.1);
}
.info-box.style-1 .icon-title {
font-size: 22px;
margin-top: 30px;
margin-bottom: 10px;
}
.info-box.style-1 .icon-text p {
margin-bottom: 0;
font-size: 16px;
}
.info-box.style-1 .feature-btn {
letter-spacing: 2px;
transition-duration: 1.5s;
-webkit-transition-duration: 1.5s;
display: inline-block;
font-size: 12px;
font-weight: 500;
position: relative;
z-index: 1;
transition: all .4s;
text-transform: uppercase;
margin: 25px 0 0 0;
color: #161616;
}
.info-box.style-1 .feature-btn:after {
transition: all .3s ease-in-out;
content: '';
position: absolute;
transform: translateX(-50%);
bottom: -5px;
left: 50%;
width: 30%;
height: 3px;
background: var(--color-main);
}
.table-content .feature-1 h3 {
font-size: 30px;
text-align: center;
margin-top: 20px;
} .info-box.style-2 {
position: relative;
padding: 120px 35px 25px 35px;
background: linear-gradient(to top right, #ff4f81, #ff6c5f, #ffc168) !important;
background-attachment: fixed !important;
background-repeat: repeat-y;
border-radius: 5px;
transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.info-box.style-2:hover {
transform: perspective(3000px) rotateX(0deg) rotateY(0deg) scale3d(1.02, 1.02, 1.02);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.35);
}
.info-box.style-2:hover img {
opacity: .3;
}
.info-box.style-2:hover .obelisk-button span {
padding-right: 8px;
}
.info-box.style-2 img {
position: absolute;
object-fit: cover;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: .2;
border-radius: 5px;
transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.info-box.style-2 .cont {
display: table-cell;
vertical-align: middle;
z-index: 2;
position: relative;
}
.info-box.style-2 .cont .title {
font-size: 12px;
font-weight: 500;
padding: 5px 10px;
margin-right: 3px;
line-height: 12px;
border-radius: 5px;
background-color: var(--color-main);
color: #fff;
display: inline-block;
line-height: 1.5em;
letter-spacing: 1px;
text-transform: uppercase;
}
.info-box.style-2 .cont .subtitle {
font-size: 24px;
font-weight: 600;
color: #fff;
line-height: 1.4;
margin-top: 5px;
}
.info-box.style-2 .cont .text {
color: #f8f9fa;
margin-top: 1rem;
}
body.obelisk-dark-mode .info-box.style-2 {
background: initial !important;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .info-box.style-2 {
background: initial !important;
}
} .info-box.style-3 {
padding: 0 25px;
}
.info-box.style-3 .cont {
display: table-cell;
vertical-align: middle;
}
.info-box.style-3 .obelisk-icon {
color: var(--color-main);
font-size: 40px;
height: 80px;
line-height: 80px;
width: 50px;
transition: all 0.3s ease-in-out;
display: table-cell;
vertical-align: top;
}
.info-box.style-3 .fa-envelope-o {
font-size: 25px;
line-height: 70px;
}
.info-box.style-3 .icon-title {
font-size: 20px;
font-weight: 500;
}
.info-box.style-3 .icon-text p {
margin-bottom: 0;
}
.info-box.style-3:hover .obelisk-icon {
color: var(--color-main);
}
.feature-btn-align-icon-left.feature-btn-button-icon {
float: left;
margin-right: 10px;
transition: all .4s;
}
.feature-btn-align-icon-right.feature-btn-button-icon {
float: right;
margin-left: 10px;
transition: all .4s;
} .info-box.style-4 {
text-align: left;
display: flex;
padding: 60px 40px;
border-radius: 20px;
border: 1px solid rgba(0, 0, 0, 0.08);
}
.info-box.style-4 .icon {
position: relative;
width: 80px;
height: 80px;
line-height: 80px;
font-size: 40px;
margin-bottom: 30px;
text-align: center;
-webkit-background-clip: text !important;
background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
}
.info-box.style-4 .icon:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
z-index: 0;
opacity: .05;
}
.info-box.style-4 .cont {
padding-left: 30px;
}
.info-box.style-4 .cont .title {
margin: 0;
line-height: 1.8;
text-transform: capitalize;
margin-bottom: 10px;
font-weight: 500;
font-size: 18px;
}
.info-box.style-4 .cont .text {
color: #888;
font-size: 16px;
font-weight: 300;
line-height: 2;
margin: 0;
padding: 0;
} .info-box.style-5 {
position: relative;
text-align: center;
background: #fff;
}
.info-box.style-5 .container {
position: relative;
z-index: 2;
}
.info-box.style-5 .item-box {
padding: 70px 30px;
text-align: center;
border-color: #fff;
border-radius: 10px;
transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
box-shadow: 0 9px 33px 0 rgba(2, 8, 53, 0.05);
}
.info-box.style-5 .item-box:hover {
transform: translate(0, -3px);
box-shadow: 0 9px 33px 0 rgba(2, 8, 53, 0.1);
}
.info-box.style-5 .item-box.bg-img {
position: relative;
text-align: left;
z-index: 2;
}
.info-box.style-5 .item-box.bg-img:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #1a1e25;
opacity: .8;
z-index: -1;
}
.info-box.style-5 .item-box .icon {
color: #111;
position: relative;
width: 80px;
height: 80px;
line-height: 80px;
font-size: 40px;
margin: auto;
margin-bottom: 50px;
z-index: 0;
}
.info-box.style-5 .item-box .icon:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
z-index: -1;
opacity: .05;
}
.info-box.style-5 .item-box h6 {
font-size: 18px;
line-height: 1.8;
text-transform: capitalize;
margin: 0;
margin-bottom: 10px;
font-weight: 700;
letter-spacing: .3px;
color: #000;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.info-box.style-5 .item-box p {
font-size: 15px;
font-weight: 300;
line-height: 2;
margin: 0;
color: #888;
}
body.obelisk-dark-mode .info-box.style-5 {
background: #0c0f16;
}
body.obelisk-dark-mode .info-box.style-5 .icon {
color: #fff;
}
body.obelisk-dark-mode .info-box.style-5 h6 {
color: #fff;
}
body.obelisk-dark-mode .info-box.style-5 p {
color: #a4a7b1;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .info-box.style-5 {
background: #0c0f16;
border: 1px solid #222;
}
body.obelisk-auto-mode .info-box.style-5 .icon {
color: #fff;
}
body.obelisk-auto-mode .info-box.style-5 h6 {
color: #fff;
}
body.obelisk-auto-mode .info-box.style-5 p {
color: #a4a7b1;
}
} .info-box.style-6 {
background: #fff;
width: 100%;
padding: 35px 25px;
text-align: center;
border-radius: 5px;
position: relative;
box-shadow: 0px 5px 15px 0px rgba(81, 36, 179, 0.04);
transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
}
.info-box.style-6:hover {
transform: translate(0, -3px);
box-shadow: 0 9px 33px 0 rgba(2, 8, 53, 0.1);
}
.info-box.style-6 .infobox-link {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 4;
}
.info-box.style-6.space {
margin: 0 10px;
}
.info-box.style-6 .icon {
color: var(--color-main);
font-size: 30px;
margin-bottom: 20px;
}
.info-box.style-6 h6 {
color: #000;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
line-height: 1.4;
margin: 0;
}
.info-box.style-6 h6.mode-cl1 {
background: #f9fbfd;
}
.info-box.style-6 h6.mode-cl2 {
background: #f2f3f5;
}
.info-box.style-6 h6.mode-cl3 {
background: #f9fbfd;
}
.info-box.style-6 .dots span {
width: 4px;
height: 4px;
border-radius: 50%;
background: #333;
position: absolute;
right: 10px;
bottom: 12px;
opacity: .1;
}
.info-box.style-6 .dots span:first-of-type {
bottom: 18px;
}
.info-box.style-6 .dots span:last-of-type {
right: 16px;
} .info-box.style-7 .mas-item {
padding: 40px;
position: relative;
z-index: 2;
}
.info-box.style-7 .mas-item:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all .4s;
z-index: -1;
}
.info-box.style-7 .mas-item .bg-color {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--color-main);
transition: all .4s;
z-index: -2;
}
.info-box.style-7 .mas-item:hover .bg-color {
top: 10px;
left: 10px;
}
.info-box.style-7 .mas-item .icon {
font-size: 45px;
color: var(--color-main);
margin-bottom: 30px;
}
.info-box.style-7 .mas-item .icon i {
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.info-box.style-7 .mas-item img {
margin-bottom: 30px;
}
.info-box.style-7 .mas-item h6 {
font-weight: 600;
font-size: 16px;
line-height: 1.7;
margin-bottom: 0;
}
.info-box.style-7 .mas-item .more {
margin-top: 20px;
width: 100%;
width: 45px;
height: 45px;
line-height: 41px;
text-align: center;
font-size: 12px;
border-radius: 50%;
display: inline-block;
}
.info-box.style-7 .mas-item {
background: #f7f7f7;
}
.info-box.style-7 .mas-item h6 {
color: #000;
}
.info-box.style-7 .mas-item:after {
background: #f7f7f7;
}
.info-box.style-7 .mas-item .more {
border: 2px solid rgba(0, 0, 0, 0.05);
}
body.obelisk-dark-mode .info-box.style-7 .mas-item {
background: #0c0f16;
}
body.obelisk-dark-mode .info-box.style-7 .mas-item h6 {
color: #fff;
}
body.obelisk-dark-mode .info-box.style-7 .mas-item:after {
background: #0c0f16;
}
body.obelisk-dark-mode .info-box.style-7 .mas-item .more {
border: 2px solid rgba(255, 255, 255, 0.05);
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .info-box.style-7 .mas-item {
background: #0c0f16;
}
body.obelisk-auto-mode .info-box.style-7 .mas-item h6 {
color: #fff;
}
body.obelisk-auto-mode .info-box.style-7 .mas-item:after {
background: #0c0f16;
}
body.obelisk-auto-mode .info-box.style-7 .mas-item .more {
border: 2px solid rgba(255, 255, 255, 0.05);
}
}
body.obelisk-dark-mode .info-box.style-6 {
background: #18191D;
}
body.obelisk-dark-mode .info-box.style-6 h6 {
color: #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .info-box.style-6 {
background: #18191D;
}
body.obelisk-auto-mode .info-box.style-6 h6 {
color: #fff;
}
}
.tcf-info-box.style-8 .item-box {
padding: 79px 30px;
text-align: center;
}
.tcf-info-box.style-8 .item-box.bg-img {
position: relative;
text-align: left;
z-index: 2;
}
.tcf-info-box.style-8 .item-box.bg-img:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #1a1e25;
opacity: .8;
z-index: -1;
}
.tcf-info-box.style-8 .item-box.bg-img h4 {
color: #fff;
font-size: 30px;
}
.tcf-info-box.style-8 .item-box .icon {
color: var(--color-main);
font-size: 40px;
margin-bottom: 30px;
}
.tcf-info-box.style-8 .item-box h6 {
line-height: 1.8;
text-transform: capitalize;
margin-bottom: 10px;
} .obelisk-info-box.style-9 .item {
padding: 50px 30px;
position: relative;
z-index: 2;
}
.obelisk-info-box.style-9 .item p {
line-height: 1.8;
}
.obelisk-info-box.style-9 .item:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #f9f9f9;
border: 1px solid rgba(0, 0, 0, 0.03);
transition: all .4s;
z-index: -1;
}
.obelisk-info-box.style-9 .item.active:after {
opacity: .85;
}
.obelisk-info-box.style-9 .item:hover:after {
opacity: .75;
}
.obelisk-info-box.style-9 .item:hover p {
transform: translateY(0);
opacity: 1;
}
.obelisk-info-box.style-9 .item .numb {
font-size: 60px;
font-weight: 700;
margin-bottom: 10px;
color: transparent;
-webkit-text-stroke: 1px var(--color-main);
}
.obelisk-info-box.style-9 .item h5 {
text-transform: uppercase;
letter-spacing: 1px;
}
.obelisk-info-box.style-9 .item p {
margin-top: 60px;
opacity: 0;
transform: translateY(30px);
transition: all .4s;
}
.obelisk-info-box.style-9 .item .more {
display: inline-block;
margin-top: 50px;
color: var(--color-main);
}
body.obelisk-dark-mode .obelisk-info-box.style-9 .item:after {
background: #232323;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-info-box.style-9 .item:after {
background: #232323;
}
} .obelisk-info-box.style-10 .items {
padding: 60px 40px;
position: relative;
z-index: 3;
}
.obelisk-info-box.style-10 .items:after {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 1px;
background: #ffffff;
z-index: -1;
}
.obelisk-info-box.style-10 .items:before {
content: '';
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
right: 0px;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
z-index: -2;
opacity: 0;
transition: all .4s;
}
.obelisk-info-box.style-10 .items .icon {
color: #aaa;
line-height: 70px;
margin: 20px 0 50px 0;
width: 70px;
height: 70px;
display: inline-block;
}
.obelisk-info-box.style-10 .items .icon svg {
width: 1em;
height: 1em;
}
.obelisk-info-box.style-10 .items .icon i:before {
font-size: 70px;
}
.obelisk-info-box.style-10 .items h5 {
font-size: 22px;
line-height: 1.5;
margin-bottom: 20px;
}
.obelisk-info-box.style-10 .items p {
line-height: 2;
}
.obelisk-info-box.style-10 .items .more-stroke {
margin-top: 30px;
}
.obelisk-info-box.style-10 .items .more-stroke span {
width: 0;
height: 2px;
background: #111;
position: relative;
display: inline-block;
}
.obelisk-info-box.style-10 .items .more-stroke span:after, .obelisk-info-box.style-10 .items .more-stroke span:before {
content: '';
width: 0;
height: 2px;
background: #111;
position: absolute;
right: -1px;
}
.obelisk-info-box.style-10 .items .more-stroke span:after {
transform: rotate(40deg);
top: -4px;
}
.obelisk-info-box.style-10 .items .more-stroke span:before {
transform: rotate(-40deg);
top: 4px;
}
.obelisk-info-box.style-10 .items.active:before {
opacity: 1;
}
.obelisk-info-box.style-10 .items.active .more-stroke span {
width: 30px;
display: inline-block;
transition: width .3s;
}
.obelisk-info-box.style-10 .items.active .more-stroke span:after, .obelisk-info-box.style-10 .items.active .more-stroke span:before {
width: 12px;
transition: width .3s;
transition-delay: .3s;
}
.obelisk-info-box.style-10 .items:hover .more-stroke span {
width: 30px;
}
.obelisk-info-box.style-10 .items:hover .more-stroke span:after, .obelisk-info-box.style-10 .items:hover .more-stroke span:before {
width: 12px;
}
.obelisk-icon-text-fill i:before {
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
body.obelisk-dark-mode .obelisk-info-box.style-10 .items:after {
background: #18191d;
}
body.obelisk-dark-mode .obelisk-info-box.style-10 .items .more-stroke span {
background: #fff;
}
body.obelisk-dark-mode .obelisk-info-box.style-10 .items .more-stroke span:after, body.obelisk-dark-mode .obelisk-info-box.style-10 .items .more-stroke span:before {
background: #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-info-box.style-10 .items:after {
background: #18191d;
}
body.obelisk-auto-mode .obelisk-info-box.style-10 .items .more-stroke span {
background: #fff;
}
} .obelisk-info-box.style-11 .item {
padding: 40px;
box-shadow: 0 10px 50px rgba(76, 76, 76, 0.05);
border-radius: 10px;
border: 1px solid transparent;
background: #fff;
position: relative;
transition: all .4s;
z-index: 3;
}
.obelisk-info-box.style-11 .item:hover {
border-color: transparent;
}
.obelisk-info-box.style-11 .item:hover:before {
opacity: 1;
}
.obelisk-info-box.style-11 .item:after, .obelisk-info-box.style-11 .item:before {
content: '';
position: absolute;
border-radius: 5px;
background: #fff;
z-index: -1;
}
.obelisk-info-box.style-11 .item:after {
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.obelisk-info-box.style-11 .item:before {
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
background-image: linear-gradient(to left, #17c0e9, #c96ddd, #f45162);
opacity: 0;
transition: all .4s;
}
.obelisk-info-box.style-11 .item .icon {
margin-bottom: 30px;
}
.obelisk-info-box.style-11 .item .icon svg {
width: 40px;
fill: #f45162;
}
.obelisk-info-box.style-11 .item .icon i {
font-size: 45px;
color: #f45162;
}
.obelisk-info-box.style-11 .item .item-tit {
display: flex;
}
.obelisk-info-box.style-11 .item .item-tit .icon {
margin-right: 20px;
margin-bottom: 0px;
}
.obelisk-info-box.style-11 .item .item-tit .text-tit h5 {
font-size: 22px;
margin-top: 10px;
position: relative;
}
.obelisk-info-box.style-11 .item p {
font-size: 15px;
margin-bottom: 0px;
}
.obelisk-info-box.style-11 .item .step-number {
font-size: 14px;
color: #f45162;
letter-spacing: 4px;
text-transform: uppercase;
margin: 20px auto;
display: inline-block;
}
body.obelisk-dark-mode .obelisk-info-box.style-11 .item {
background: #252527;
}
body.obelisk-dark-mode .obelisk-info-box.style-11 .item:after {
background: #252527;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-info-box.style-11 .item {
background: #252527;
}
body.obelisk-auto-mode .obelisk-info-box.style-11 .item:after {
background: #252527;
}
} .obelisk-info-box.style-12 {
position: relative;
}
.obelisk-info-box.style-12 div {
display: table-cell;
}
.obelisk-info-box.style-12 .icon {
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
position: relative;
font-size: 20px;
}
.obelisk-info-box.style-12 .icon .bord {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.obelisk-info-box.style-12 .icon .bord:after {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #fff;
border-radius: 5px;
z-index: -1;
}
.obelisk-info-box.style-12 .icon .bord:before {
content: '';
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
right: -1px;
border-radius: 5px;
background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
z-index: -2;
}
.obelisk-info-box.style-12 .cont {
display: table-cell;
vertical-align: middle;
padding-left: 15px;
}
.obelisk-info-box.style-12 .cont p {
font-size: 13px;
margin-top: 5px;
}
body.obelisk-dark-mode .obelisk-info-box.style-12 .icon .bord:after {
background: #111215;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-info-box.style-12 .icon .bord:after {
background: #111215;
}
}  .client.style-1 .brands:hover img {
transform: scale(0);
opacity: 0;
}
.client.style-1 .brands:hover .link {
opacity: 1 !important;
transition: all 0;
}
.client.style-1 .brands:hover .char {
animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
animation-delay: calc(20ms * var(--char-index));
}
.client.style-1 .brands .item {
text-align: center;
height: 160px;
line-height: 160px;
}
.client.style-1 .brands .img {
position: relative;
}
.client.style-1 .brands .img img {
transition: all .4s;
max-width: 75px;
margin: auto;
}
.client.style-1 .brands .img .link {
font-size: 13px;
width: max-content;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
opacity: 0;
transition: all .3s;
}
.client.style-1 .bord .item {
margin-bottom: 30px;
}
.client.style-1 .item {
border: 1px solid rgba(0, 0, 0, 0.08);
}
.client.style-1 .item .img1 {
display: none;
}
.client.style-1 .item .img2 {
display: initial;
}
body.obelisk-dark-mode .client.style-1 .item {
border: 1px solid rgba(255, 255, 255, 0.08);
}
body.obelisk-dark-mode .client.style-1 .item .img1 {
display: initial;
}
body.obelisk-dark-mode .client.style-1 .item .img2 {
display: none;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .client.style-1 .item {
border: 1px solid rgba(255, 255, 255, 0.08);
}
body.obelisk-auto-mode .client.style-1 .item .img1 {
display: initial;
}
body.obelisk-auto-mode .client.style-1 .item .img2 {
display: none;
}
} .client.style-2 .item {
margin: 30px auto;
}
.client.style-2 .item .img {
position: relative;
overflow: hidden;
width: 120px;
margin: auto;
opacity: .5;
}
.client.style-2 .item .img img {
transition: all .4s;
}
.client.style-2 .item .img:hover {
opacity: 1;
}
.client.style-2 .item .img:hover .front {
transform: translateY(-100%);
}
.client.style-2 .item .img:hover .back {
transform: translateY(0);
}
.client.style-2 .item .img .back {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
transform: translateY(100%);
}  .post-list.style-1.rtl h6 a {
float: right !important;
}
.post-list.style-1.rtl .simple-btn {
letter-spacing: 1px !important;
float: right;
margin-top: 20px;
}
.post-list.style-1 .item-box {
padding: 0 15px;
}
.post-list.style-1 .item {
display: flex;
}
.post-list.style-1 .item .bimg {
width: 50%;
}
.post-list.style-1 .item .bimg .img {
min-height: 320px;
background-position: right;
background-size: cover;
}
.post-list.style-1 .item .cont {
width: 50%;
padding: 40px 30px;
}
.post-list.style-1 .item .cont .info {
margin-bottom: 30px;
display: flex;
font-family: 'Barlow Condensed', sans-serif;
}
.post-list.style-1 .item .cont .info a.author {
color: var(--color-main);
}
.post-list.style-1 .item .cont .info .date {
margin-left: auto;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
}
.post-list.style-1 .item .cont .info .date i {
font-size: 20px;
font-weight: 200;
font-style: normal;
}
.post-list.style-1 .item .cont h6 {
line-height: 1.5;
font-size: 22px;
margin-bottom: 30px;
font-weight: 600;
font-family: 'Barlow Condensed', sans-serif;
}
@media screen and (max-width: 480px) {
.post-list.style-1 .item .cont {
width: 100%;
padding: 30px 20px;
}
.post-list.style-1 .item {
display: block;
}
.post-list.style-1 .item .bimg {
width: 100%;
}
.post-list.style-1 .item .bimg .img {
min-width: 220px;
}
.post-list.style-1 .item .cont {
width: 100%;
padding: 30px 20px;
}
}
.post-list.style-1 .cont {
background: #fff;
}
.post-list.style-1 h6 a {
color: #000;
}
.post-list.style-1 .simple-btn,
.post-list.style-1 .date {
color: #333;
}
.post-list.style-1 .simple-btn:after {
background: rgba(0, 0, 0, 0.07);
}
body.obelisk-dark-mode .post-list.style-1 .cont {
background: #151921;
}
body.obelisk-dark-mode .post-list.style-1 h6 a {
color: #fff;
}
body.obelisk-dark-mode .post-list.style-1 .simple-btn,
body.obelisk-dark-mode .post-list.style-1 .date {
color: #eee;
}
body.obelisk-dark-mode .post-list.style-1 .simple-btn:after {
background: rgba(255, 255, 255, 0.07);
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .post-list.style-1 .cont {
background: #151921;
}
body.obelisk-auto-mode .post-list.style-1 h6 a {
color: #fff;
}
body.obelisk-auto-mode .post-list.style-1 .simple-btn,
body.obelisk-auto-mode .post-list.style-1 .date {
color: #eee;
}
body.obelisk-auto-mode .post-list.style-1 .simple-btn:after {
background: rgba(255, 255, 255, 0.07);
}
} .post-list.style-2 .item {
padding: 40px;
position: relative;
}
.post-list.style-2 .item:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all .4s;
}
.post-list.style-2 .item.active:after {
opacity: .85;
}
.post-list.style-2 .item:hover:after {
opacity: .7;
}
.post-list.style-2 .item .cont {
position: relative;
z-index: 2;
}
.post-list.style-2 .item .cont .date {
text-transform: uppercase;
margin-bottom: 40px;
}
.post-list.style-2 .item .cont .date i {
font-size: 30px;
font-style: normal;
display: block;
}
.post-list.style-2 .item .cont .info {
margin-bottom: 20px;
}
.post-list.style-2 .item .cont .info .author {
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
margin-right: 10px;
}
.post-list.style-2 .item .cont .info .tag {
color: var(--color-main);
margin-left: 10px;
}
.post-list.style-2 .item .cont h6 {
line-height: 1.7;
margin-bottom: 40px;
font-weight: 600;
font-size: 18px;
}
.post-list.style-2 .item.list {
padding: 0;
}
.post-list.style-2 .item.list:after {
display: none;
}
.post-list.style-2 .item.list .cont {
background: #13161d;
padding: 30px;
position: relative;
}
.post-list.style-2 .item.list .cont .date {
position: absolute;
top: -40px;
right: 15px;
padding: 5px 15px;
background: var(--color-main);
color: #222;
font-size: 12px;
font-weight: 500;
text-align: center;
z-index: 2;
}
.post-list.style-2 .item.list .cont .date i {
font-size: 20px;
}
.post-list.style-2 .item.list .cont .date:after {
content: '';
position: absolute;
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
border: 5px solid rgba(255, 255, 255, 0.1);
}
.post-list.style-2 .item:after {
background: #fff;
}
.post-list.style-2 .item .cont a {
color: #0c0f16;
}
.post-list.style-2 .simple-btn:after {
background: rgba(0, 0, 0, 0.05);
}
body.obelisk-dark-mode .post-list.style-2 .item:after {
background: #13161d;
}
body.obelisk-dark-mode .post-list.style-2 .item .cont a {
color: #fff;
}
body.obelisk-dark-mode .post-list.style-2 .simple-btn:after {
background: rgba(255, 255, 255, 0.05);
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .post-list.style-2 .item:after {
background: #13161d;
}
body.obelisk-auto-mode .post-list.style-2 .item .cont a {
color: #fff;
}
body.obelisk-auto-mode .post-list.style-2 .simple-btn:after {
background: rgba(255, 255, 255, 0.05);
}
} .post-list.style-3 .item {
padding: 40px;
position: relative;
margin-bottom: 30px;
transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.post-list.style-3 .item:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #13161d;
transition: all .4s;
}
.post-list.style-3 .item.active:after {
opacity: .85;
}
.post-list.style-3 .item:hover {
transform: perspective(3000px) rotateX(0deg) rotateY(0deg) scale3d(1.02, 1.02, 1.02);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}
.post-list.style-3 .item:hover:after {
opacity: .7;
}
.post-list.style-3 .item:hover .simple-btn::after {
width: 100%;
}
.post-list.style-3 .item .cont {
position: relative;
z-index: 2;
}
.post-list.style-3 .item .cont .date {
text-transform: uppercase;
margin-bottom: 40px;
}
.post-list.style-3 .item .cont .date i {
font-size: 30px;
font-style: normal;
display: block;
}
.post-list.style-3 .item .cont .info {
margin-bottom: 20px;
font-size: 12px;
}
.post-list.style-3 .item .cont .info .author {
font-weight: 500;
letter-spacing: 1px;
margin-right: 10px;
text-transform: uppercase;
}
.post-list.style-3 .item .cont .info .tag {
margin-left: 10px;
}
.post-list.style-3 .item .cont h6 {
line-height: 1.4;
margin-bottom: 40px;
font-size: 24px;
font-weight: 400;
}
.post-list.style-3 .item .cont .simple-btn {
position: relative;
padding: 7px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
font-weight: 600;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.post-list.style-3 .item.list {
padding: 0;
}
.post-list.style-3 .item.list:after {
display: none;
}
.post-list.style-3 .item.list .cont {
padding: 40px;
position: relative;
}
.post-list.style-3 .item.list .cont .date {
position: absolute;
top: -40px;
right: 15px;
padding: 5px 15px;
background: var(--color-main);
color: #222;
font-size: 12px;
font-weight: 500;
text-align: center;
z-index: 2;
}
.post-list.style-3 .item.list .cont .date i {
font-size: 20px;
}
.post-list.style-3 .item.list .cont .date:after {
content: '';
position: absolute;
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
border: 5px solid rgba(255, 255, 255, 0.1);
}
.post-list.style-3 .cont {
background: #fff;
}
.post-list.style-3 h6 a {
color: #000;
}
.post-list.style-3 .simple-btn:after {
background-image: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
background-size: 100% 25%;
background-color: transparent;
opacity: .1;
transition: width 0.5s ease;
}
body.obelisk-dark-mode .post-list.style-3 .cont {
background: #13161d;
}
body.obelisk-dark-mode .post-list.style-3 h6 a {
color: #fff;
}
body.obelisk-dark-mode .post-list.style-3 .simple-btn:after {
background-image: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
background-size: 100% 25%;
background-color: transparent;
opacity: .05;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .post-list.style-3 .cont {
background: #13161d;
}
body.obelisk-auto-mode .post-list.style-3 h6 a {
color: #fff;
}
body.obelisk-auto-mode .post-list.style-3 .simple-btn:after {
background: rgba(255, 255, 255, 0.07);
}
} .post-list.style-4 .blog-col-inner {
box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15);
}
.post-list.style-4 .blog-col-inner .excerpt-box {
box-shadow: none;
margin-left: 0;
background: none;
}
.post-list.style-4 .blog-col-inner .excerpt-box h3 {
font-size: 20px;
}
.post-list.style-4 .blog-col-inner .txt-lft {
margin-right: 0;
} .tcg-post-list.style-5 .item {
padding: 40px;
position: relative;
}
.tcg-post-list.style-5 .item:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #13161d;
transition: all .4s;
}
.tcg-post-list.style-5 .item.active:after {
opacity: .85;
}
.tcg-post-list.style-5 .item:hover:after {
opacity: .7;
}
.tcg-post-list.style-5 .item .cont {
position: relative;
z-index: 2;
}
.tcg-post-list.style-5 .item .cont .date {
text-transform: uppercase;
margin-bottom: 40px;
}
.tcg-post-list.style-5 .item .cont .date i {
font-size: 30px;
font-style: normal;
display: block;
}
.tcg-post-list.style-5 .item .cont .info {
margin-bottom: 20px;
font-size: 12px;
}
.tcg-post-list.style-5 .item .cont .info .author {
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
margin-right: 10px;
}
.tcg-post-list.style-5 .item .cont .info .tag {
color: var(--color-main);
margin-left: 10px;
}
.tcg-post-list.style-5 .item .cont h6 {
line-height: 1.7;
margin-bottom: 40px;
}
.tcg-post-list.style-5 .item .cont .simple-btn {
position: relative;
padding: 7px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 4px;
font-size: 13px;
font-weight: 600;
background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary));
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.tcg-post-list.style-5 .item.list {
padding: 0;
margin-bottom: 50px;
}
.tcg-post-list.style-5 .item.list:after {
display: none;
}
.tcg-post-list.style-5 .item.list .cont {
padding: 30px;
position: relative;
text-align: center;
}
.tcg-post-list.style-5 .item.list .cont .date {
position: absolute;
top: -40px;
right: 15px;
padding: 5px 15px;
background: var(--color-main);
color: #fff;
font-size: 12px;
font-weight: 500;
text-align: center;
z-index: 2;
border-radius: 5px;
}
.tcg-post-list.style-5 .item.list .cont .date i {
font-size: 20px;
}
.tcg-post-list.style-5 .item.list .cont .date:after {
content: '';
position: absolute;
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
border: 5px solid rgba(255, 255, 255, 0.15);
border-radius: 5px;
}
.tcg-post-list.style-5 .swiper-pagination-bullets {
bottom: -7px;
width: 100%;
}
.tcg-post-list.style-5 .swiper-pagination-bullets .swiper-pagination-bullet {
height: 8px;
width: 8px;
margin: 0 10px;
}
.tcg-post-list.style-5 .swiper-pagination-bullets .swiper-pagination-bullet-active {
background: var(--color-main);
}
.tcg-post-list.style-5 .cont {
background: #fff;
}
.tcg-post-list.style-5 h6 a {
color: #000;
}
.tcg-post-list.style-5 .simple-btn:after {
background: rgba(0, 0, 0, 0.07);
}
body.obelisk-dark-mode .tcg-post-list.style-5 .cont {
background: #13161d;
}
body.obelisk-dark-mode .tcg-post-list.style-5 h6 a {
color: #fff;
}
body.obelisk-dark-mode .tcg-post-list.style-5 .simple-btn:after {
background: rgba(255, 255, 255, 0.07);
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .tcg-post-list.style-5 .cont {
background: #13161d;
}
body.obelisk-auto-mode .tcg-post-list.style-5 h6 a {
color: #fff;
}
body.obelisk-auto-mode .tcg-post-list.style-5 .simple-btn:after {
background: rgba(255, 255, 255, 0.07);
}
} .obelisk-post-list.style-6 {
position: initial;
}
.obelisk-post-list.style-6 .item {
display: flex;
margin-bottom: 25px;
}
.obelisk-post-list.style-6 .item .img {
width: 150px;
margin-right: 15px;
margin-top: 8px;
}
.obelisk-post-list.style-6 .item .info {
width: 100%;
}
.obelisk-post-list.style-6 .item .info .title {
display: block;
font-size: 15px;
color: #888;
font-weight: 300;
line-height: 1.8em;
margin: 0;
}
.obelisk-post-list.style-6 .item .info .date {
font-size: 12px;
color: var(--color-main);
display: inline-block;
} .obelisk-post-list.style-7 .item {
display: flex;
padding-bottom: 30px;
margin-bottom: 50px;
border-bottom: 1px solid rgba(100, 100, 100, 0.2);
}
.obelisk-post-list.style-7 .item .img {
width: 350px;
}
.obelisk-post-list.style-7 .item .img img {
max-width: 237px;
height: auto;
}
.obelisk-post-list.style-7 .item .cont {
position: relative;
z-index: 2;
padding-left: 30px;
}
.obelisk-post-list.style-7 .item .info {
margin-bottom: 10px;
font-size: 12px;
}
.obelisk-post-list.style-7 .item .info .date {
margin-right: 15px;
}
.obelisk-post-list.style-7 .item .info .date span i {
font-style: normal;
}
.obelisk-post-list.style-7 .item .info span {
text-transform: uppercase;
letter-spacing: 3px;
font-size: 10px;
color: #aaa;
}
.obelisk-post-list.style-7 .item .info .tag {
margin-left: 15px;
display: inline-block;
}
.obelisk-post-list.style-7 .item .info .tag span {
color: var(--color-main);
}
.obelisk-post-list.style-7 .item .info .tag span a {
color: inherit;
}
.obelisk-post-list.style-7 .item h5 {
font-size: 28px;
font-weight: 400;
font-family: 'Teko', sans-serif;
}
.obelisk-post-list.style-7 .item h5 a {
color: inherit;
}
.obelisk-post-list.style-7 .item .btn-more {
margin-top: 15px;
color: #111;
}
.obelisk-post-list.style-7 .item .btn-more a {
font-size: 12px;
letter-spacing: 2px;
color: inherit;
}
.obelisk-post-list.style-7 .item .btn-more a:after {
background-color: rgba(0, 0, 0, 0.05);
}
.obelisk-post-list.style-7 .item.full-img-size .img {
width: 50%;
}
.obelisk-post-list.style-7 .item.full-img-size .img img {
max-width: 100%;
height: auto;
}
.obelisk-post-list.style-7 .item.full-img-size .cont {
padding-left: 60px;
}
.obelisk-post-list.style-7 .pagination {
justify-content: center;
}
.obelisk-post-list.style-7 .pagination .active > a {
background-color: transparent;
border: solid 1px var(--color-main);
color: var(--color-main);
cursor: default;
z-index: 2;
}
.obelisk-post-list.style-7 .pagination li {
display: inline-block;
text-align: center;
margin: 0 2px;
}
.obelisk-post-list.style-7 .pagination li > a,
.obelisk-post-list.style-7 .pagination li > span {
display: inline-block;
width: 50px;
height: 50px;
font-size: 18px;
font-weight: 400;
border: 1px solid #eee;
}
body.obelisk-dark-mode .obelisk-post-list.style-7 .item {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.obelisk-dark-mode .obelisk-post-list.style-7 .item .btn-more {
color: #eee;
}
body.obelisk-dark-mode .obelisk-post-list.style-7 .item .btn-more a:after {
background: rgba(255, 255, 255, 0.05);
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-post-list.style-7 .item {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.obelisk-auto-mode .obelisk-post-list.style-7 .item .btn-more {
color: #eee;
}
body.obelisk-auto-mode .obelisk-post-list.style-7 .item .btn-more a:after {
background: rgba(255, 255, 255, 0.05);
}
} .obelisk-post-list.style-8 .stories {
position: relative;
padding: 20px;
}
.obelisk-post-list.style-8 .controls {
width: 100px;
height: 100px;
border-radius: 50%;
line-height: 100px;
text-align: center;
background: #fff;
position: absolute;
top: calc(50% - 50px);
left: calc(50% - 50px);
z-index: 3;
}
.obelisk-post-list.style-8 .controls:after {
content: '';
position: absolute;
right: -10px;
top: -10px;
bottom: -10px;
left: -10px;
background: rgba(220, 220, 220, 0.2);
border-radius: 50%;
z-index: -1;
}
.obelisk-post-list.style-8 .controls .swiper-button-next.next-ctrl,
.obelisk-post-list.style-8 .controls .swiper-button-prev.prev-ctrl {
position: absolute;
left: calc(50% - 15px);
right: auto;
color: #ccc;
z-index: 4;
cursor: pointer;
font-size: 28px;
width: 30px;
height: 30px;
}
.obelisk-post-list.style-8 .controls .swiper-button-next.next-ctrl:after,
.obelisk-post-list.style-8 .controls .swiper-button-prev.prev-ctrl:after {
display: none;
}
.obelisk-post-list.style-8 .controls .swiper-button-next.next-ctrl {
top: 22px;
bottom: auto;
display: flex;
align-items: center;
justify-content: center;
background-image: none;
}
.obelisk-post-list.style-8 .controls .swiper-button-prev.prev-ctrl {
bottom: 0px;
top: auto;
display: flex;
align-items: center;
justify-content: center;
background-image: none;
}
.obelisk-post-list.style-8 .controls .swiper-pagination-fraction {
position: static;
}
.obelisk-post-list.style-8 .controls .swiper-pagination-fraction span {
margin: 0 7px;
font-weight: 600;
color: #444;
display: inline-block;
}
.obelisk-post-list.style-8 .controls .swiper-pagination-fraction .swiper-pagination-current {
position: relative;
}
.obelisk-post-list.style-8 .controls .swiper-pagination-fraction .swiper-pagination-current:after {
content: "/";
position: absolute;
right: -11px;
top: 0;
font-size: 10px;
color: #ccc;
}
.obelisk-post-list.style-8 .item .img {
border-radius: 3px;
overflow: hidden;
}
.obelisk-post-list.style-8 .item .content {
padding: 30px 65px;
text-align: center;
}
.obelisk-post-list.style-8 .item .content .tags {
color: #000;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 13px;
margin-bottom: 20px;
}
.obelisk-post-list.style-8 .item .content .tags a {
margin: 0 7px;
}
.obelisk-post-list.style-8 .item .content .info {
margin-bottom: 10px;
}
.obelisk-post-list.style-8 .item .content .info a {
margin: 0 10px;
font-weight: 400;
color: var(--color-main);
font-size: 13px;
}
.obelisk-post-list.style-8 .item .content .title {
margin-bottom: 10px;
}
.obelisk-post-list.style-8 .item .content .title h4 a {
font-size: 30px;
color: #000;
font-weight: 600;
line-height: 1.5;
}
.obelisk-post-list.style-8 .item .content p {
line-height: 2;
}
.obelisk-post-list.style-8 .item .content .more a {
font-size: 14px;
letter-spacing: 1px;
margin-top: 20px;
border-bottom: 1px solid rgba(200, 200, 200, 0.1);
}
body.obelisk-dark-mode .obelisk-post-list.style-8 .item .content .tags {
color: #fff;
}
body.obelisk-dark-mode .obelisk-post-list.style-8 .item .content .title h4 a {
color: #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-post-list.style-8 .item .content .tags {
color: #fff;
}
body.obelisk-auto-mode .obelisk-post-list.style-8 .item .content .title h4 a {
color: #fff;
}
} .obelisk-post-list.style-9 .item {
margin-bottom: 80px;
}
.obelisk-post-list.style-9 .item .cont {
margin-top: 30px;
position: relative;
z-index: 2;
}
.obelisk-post-list.style-9 .item .info {
margin-bottom: 10px;
font-size: 12px;
}
.obelisk-post-list.style-9 .item .info .date {
margin-right: 15px;
}
.obelisk-post-list.style-9 .item .info .date span i {
font-style: normal;
}
.obelisk-post-list.style-9 .item .info span {
text-transform: uppercase;
letter-spacing: 3px;
font-size: 10px;
color: #aaa;
}
.obelisk-post-list.style-9 .item .info .tag {
margin-left: 15px;
display: inline-block;
}
.obelisk-post-list.style-9 .item .info .tag span {
color: var(--color-main);
}
.obelisk-post-list.style-9 .item .info .tag span a {
color: inherit;
}
.obelisk-post-list.style-9 .item h5 {
font-size: 28px;
font-weight: 400;
font-family: 'khand', sans-serif;
}
.obelisk-post-list.style-9 .item h5 a {
color: inherit;
}
.obelisk-post-list.style-9 .item .btn-more {
margin-top: 15px;
color: #111;
}
.obelisk-post-list.style-9 .item .btn-more a {
font-size: 12px;
letter-spacing: 2px;
color: inherit;
}
.obelisk-post-list.style-9 .item .btn-more a:after {
content: '';
width: 45%;
height: 100%;
background: rgba(0, 0, 0, 0.05);
position: absolute;
left: 0;
top: 0;
}
.obelisk-post-list.style-9 .pagination {
justify-content: center;
}
.obelisk-post-list.style-9 .pagination .active > a {
background-color: transparent;
border: solid 1px var(--color-main);
color: var(--color-main);
cursor: default;
z-index: 2;
}
.obelisk-post-list.style-9 .pagination li {
display: inline-block;
text-align: center;
margin: 0 2px;
}
.obelisk-post-list.style-9 .pagination li > a,
.obelisk-post-list.style-9 .pagination li > span {
display: inline-block;
width: 50px;
height: 50px;
font-size: 18px;
font-weight: 400;
border: 1px solid #eee;
}
body.obelisk-dark-mode .obelisk-post-list.style-9 .item .btn-more {
color: #eee;
}
body.obelisk-dark-mode .obelisk-post-list.style-9 .item .btn-more a:after {
background: rgba(255, 255, 255, 0.05);
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-post-list.style-9 .item .btn-more {
color: #eee;
}
body.obelisk-auto-mode .obelisk-post-list.style-9 .item .btn-more a:after {
background: rgba(255, 255, 255, 0.05);
}
} .obelisk-post-list.style-10 .item .img {
position: relative;
}
.obelisk-post-list.style-10 .item .content {
padding-top: 25px;
}
.obelisk-post-list.style-10 .item .content .date {
margin-right: 15px;
text-transform: uppercase;
font-size: 12px;
}
.obelisk-post-list.style-10 .item .content .date .num {
font-size: 12px;
}
.obelisk-post-list.style-10 .item .content .tags {
margin-bottom: 10px;
display: inline-block;
}
.obelisk-post-list.style-10 .item .content .tags a {
font-size: 12px;
font-weight: 500;
color: var(--color-main);
padding-right: 20px;
position: relative;
}
.obelisk-post-list.style-10 .item .content .tags a:after {
content: '';
width: 8px;
height: 1px;
background: #eee;
position: absolute;
right: 4px;
top: 50%;
}
.obelisk-post-list.style-10 .item .content .tags a:last-of-type {
padding-right: 0;
}
.obelisk-post-list.style-10 .item .content .tags a:last-of-type:after {
display: none;
}
.obelisk-post-list.style-10 .item .content h4 {
font-size: 30px;
line-height: 1.6;
margin-bottom: 5px;
font-weight: 500;
}
.obelisk-post-list.style-10 .item .content h4 a {
color: #111;
}
.obelisk-post-list.style-10 .obelisk-button.style-4 {
background-color: transparent;
color: #111;
}
.obelisk-post-list.style-10 .obelisk-button.style-4:hover {
background-color: #111;
color: #fff;
}
.obelisk-post-list.style-10 .pagination {
justify-content: center;
}
.obelisk-post-list.style-10 .pagination .active > a {
background-color: transparent;
border: solid 1px var(--color-main);
color: var(--color-main);
cursor: default;
z-index: 2;
}
.obelisk-post-list.style-10 .pagination li {
display: inline-block;
text-align: center;
margin: 0 2px;
}
.obelisk-post-list.style-10 .pagination li > a,
.obelisk-post-list.style-10 .pagination li > span {
display: inline-block;
width: 50px;
height: 50px;
font-size: 18px;
font-weight: 400;
border: 1px solid #eee;
}
body.obelisk-dark-mode .obelisk-post-list.style-10 .item .content h4 a {
color: #fff;
}
body.obelisk-dark-mode .obelisk-post-list.style-10 .obelisk-button.style-4 {
color: #fff;
}
body.obelisk-dark-mode .obelisk-post-list.style-10 .obelisk-button.style-4:hover {
background-color: #fff;
color: #111;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-post-list.style-10 .content h4 a {
color: #fff;
}
body.obelisk-auto-mode .obelisk-post-list.style-10 .obelisk-button.style-4 {
color: #fff;
}
body.obelisk-auto-mode .obelisk-post-list.style-10 .obelisk-button.style-4:hover {
background-color: #fff;
color: #111;
}
} .obelisk-post-list.style-11 .item {
border-radius: 10px;
box-shadow: 0px 10px 50px rgba(76, 76, 76, 0.1);
background: #fff;
overflow: hidden;
transition: all .3s;
}
.obelisk-post-list.style-11 .item .img {
height: 300px;
}
.obelisk-post-list.style-11 .item .img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.obelisk-post-list.style-11 .item .cont {
padding: 20px 15px 20px 0;
}
.obelisk-post-list.style-11 .item .cont .tag a {
font-size: 12px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
color: #f45162;
margin-bottom: 15px;
display: inline-block;
font-family: "Manrope", sans-serif;
}
.obelisk-post-list.style-11 .item .cont h5 {
font-size: 20px;
margin-bottom: 10px;
}
.obelisk-post-list.style-11 .item .cont .info a, .obelisk-post-list.style-11 .item .cont .info span {
display: inline-block;
font-size: 12px;
}
.obelisk-post-list.style-11 .item .cont .info a span, .obelisk-post-list.style-11 .item .cont .info span span {
opacity: .4;
}
.obelisk-post-list.style-11 .item .cont .info .comments {
margin-left: 10px;
}
.obelisk-post-list.style-11 .item .cont p {
font-size: 16px;
}
.obelisk-post-list.style-11 .item .cont .buton {
padding: 11px 30px;
min-width: auto;
margin-top: 20px;
font-size: 14px;
border-radius: 30px !important;
border: 1px solid #f45162;
color: #111;
display: inline-block;
line-height: 1.5;
}
.obelisk-post-list.style-11 .item .cont .buton:hover {
background: linear-gradient(-35deg, #17c0e9, #c96ddd, #f45162);
color: #fff;
border-color: transparent;
}
.obelisk-post-list.style-11 .item:hover .buton {
background: #f45162;
background: linear-gradient(-35deg, #17c0e9, #c96ddd, #f45162);
color: #fff;
border-color: transparent;
}
body.obelisk-dark-mode .obelisk-post-list.style-11 .item {
background: #252527;
}
body.obelisk-dark-mode .obelisk-post-list.style-11 .item .buton {
color: #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-post-list.style-11 .item {
background: #252527;
}
body.obelisk-auto-mode .obelisk-post-list.style-11 .item .buton {
color: #fff;
}
} .obelisk-post-list.style-12 .item {
padding: 40px;
position: relative;
}
.obelisk-post-list.style-12 .item:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #f5f5f5;
transition: all .4s;
}
.obelisk-post-list.style-12 .item.active:after {
opacity: .85;
}
.obelisk-post-list.style-12 .item:hover:after {
opacity: .7;
}
.obelisk-post-list.style-12 .item .cont {
position: relative;
z-index: 2;
}
.obelisk-post-list.style-12 .item .cont .date {
text-transform: uppercase;
margin-bottom: 100px;
display: inline-block;
}
.obelisk-post-list.style-12 .item .cont .date i {
font-size: 30px;
font-style: normal;
display: block;
color: #111;
line-height: 1.4;
}
.obelisk-post-list.style-12 .item .cont .info {
margin-bottom: 20px;
}
.obelisk-post-list.style-12 .item .cont .info .author {
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
margin-right: 10px;
}
.obelisk-post-list.style-12 .item .cont .info .tag {
margin-left: 10px;
}
.obelisk-post-list.style-12 .item .cont .info .tag a {
color: #12c2e9;
}
.obelisk-post-list.style-12 .item .cont h6 {
line-height: 1.7;
margin-bottom: 40px;
}
.obelisk-post-list.style-12 .item .cont h6 a {
color: #111;
}
.obelisk-post-list.style-12 .item .cont .simple-btn:after {
background: rgba(0, 0, 0, 0.05);
}
body.obelisk-dark-mode .obelisk-post-list.style-12 .item:after {
background: #18191d;
}
body.obelisk-dark-mode .obelisk-post-list.style-12 .item .cont i {
color: #fff;
}
body.obelisk-dark-mode .obelisk-post-list.style-12 .item .cont h6 a {
color: #fff;
}
body.obelisk-dark-mode .obelisk-post-list.style-12 .item .cont .simple-btn {
color: #fff;
}
body.obelisk-dark-mode .obelisk-post-list.style-12 .item .cont .simple-btn::after {
background: rgba(255, 255, 255, 0.05);
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-post-list.style-12 .item:after {
background: #18191d;
}
body.obelisk-auto-mode .obelisk-post-list.style-12 .item .cont i {
color: #fff;
}
body.obelisk-auto-mode .obelisk-post-list.style-12 .item .cont h6 a {
color: #fff;
}
body.obelisk-auto-mode .obelisk-post-list.style-12 .item .cont .simple-btn {
color: #fff;
}
body.obelisk-auto-mode .obelisk-post-list.style-12 .item .cont .simple-btn::after {
background: rgba(255, 255, 255, 0.05);
}
}   .exp-img .img {
width: 90%;
height: 500px;
position: relative;
z-index: 2;
background-size: cover;
background-repeat: no-repeat;
}
.exp-img .img:after {
content: '';
position: absolute;
top: 40px;
left: 40px;
right: 40px;
bottom: 40px;
background: rgba(255, 255, 255, 0.95);
z-index: -1;
}
.exp-img .img .since {
position: absolute;
right: 70px;
top: 70px;
}
.exp-img .img .since span {
display: block;
color: #b19777;
font-size: 22px;
font-weight: 700;
text-transform: uppercase;
line-height: 1;
}
.exp-img .img .since span:first-of-type {
font-size: 16px;
font-weight: 600;
letter-spacing: 2px;
}
.exp-img .img .years {
position: absolute;
left: 70px;
bottom: 70px;
}
.exp-img .img .years h2 {
font-size: 140px;
font-weight: 800;
background: url(//www.timelesstransactions.com/wp-content/themes/img/exp.jpg) no-repeat;
background-position: 18% 65%;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
line-height: 1;
}
.exp-img .img .years h5 {
color: #b19777;
letter-spacing: 5px;
font-size: 20px;
} .obelisk-fancy.style-2 .img {
padding-left: 150px;
padding-right: 50px;
position: relative;
}
.obelisk-fancy.style-2 .img:before {
content: '';
position: absolute;
top: -50px;
right: 0;
width: 400px;
height: 400px;
background-repeat: repeat;
opacity: 1;
z-index: 0;
}
.obelisk-fancy.style-2 .img img {
position: relative;
}
.obelisk-fancy.style-2 .img .stauts {
position: absolute;
bottom: 50px;
left: 20px;
display: flex;
}
.obelisk-fancy.style-2 .img .stauts .item {
padding: 20px 30px;
background: #272727;
margin-right: 30px;
position: relative;
}
.obelisk-fancy.style-2 .img .stauts .item:after {
content: '';
position: absolute;
top: -10px;
left: -10px;
right: -10px;
bottom: -10px;
border: 1px solid #f9f9f9;
}
.obelisk-fancy.style-2 .img .stauts .item h4 {
font-size: 45px;
font-weight: 800;
display: table-cell;
vertical-align: middle;
padding-right: 20px;
}
.obelisk-fancy.style-2 .img .stauts .item h4 span {
font-size: 30px;
font-weight: 500;
margin-left: -5px;
}
.obelisk-fancy.style-2 .img .stauts .item h6 {
font-size: 15px;
display: table-cell;
vertical-align: middle;
}
.obelisk-fancy.style-2 .img .stauts .item h4, .obelisk-fancy.style-2 .img .stauts .item h6 {
color: #fff;
}
.obelisk-fancy.style-2 .img .stauts .item:first-of-type {
background: #f9f9f9;
}
.obelisk-fancy.style-2 .img .stauts .item:first-of-type h4, .obelisk-fancy.style-2 .img .stauts .item:first-of-type h6 {
color: #121a21;
}
body.obelisk-dark-mode .obelisk-fancy.style-2 .img .stauts .item:first-of-type {
background: #fff;
}
body.obelisk-dark-mode .obelisk-fancy.style-2 .img .stauts .item:first-of-type h4, body.obelisk-dark-mode .obelisk-fancy.style-2 .img .stauts .item:first-of-type h6 {
color: #121a21;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-fancy.style-2 .img .stauts .item:first-of-type {
background: #fff;
}
body.obelisk-auto-mode .obelisk-fancy.style-2 .img .stauts .item:first-of-type h4, body.obelisk-auto-mode .obelisk-fancy.style-2 .img .stauts .item:first-of-type h6 {
color: #121a21;
}
}
.obelisk-fancy.style-3 {
position: relative;
}
.obelisk-fancy.style-3 .hero-bg {
width: 420px;
height: 420px;
background-attachment: fixed;
}
.obelisk-fancy.style-3 .exp {
position: absolute;
top: 30px;
left: 30px;
width: 360px;
height: 360px;
background: rgba(255, 255, 255, 0.9);
}
.obelisk-fancy.style-3 .exp h2 {
font-size: 150px;
font-weight: 700;
text-align: center;
margin: auto;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: var(--color-main);
line-height: 1;
}
.obelisk-fancy.style-3 .exp p {
color: var(--color-main);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
}
body.obelisk-dark-mode .obelisk-fancy.style-3 .exp {
background: rgba(35, 35, 35, 0.9);
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-fancy.style-3 .exp {
background: rgba(35, 35, 35, 0.9);
}
} .obelisk-fancy.style-4 .img {
padding-left: 150px;
padding-right: 50px;
position: relative;
}
.obelisk-fancy.style-4 .img:before {
content: '';
position: absolute;
top: -50px;
right: 0;
width: 400px;
height: 400px;
background-repeat: repeat;
opacity: 0.3;
z-index: 0;
}
.obelisk-fancy.style-4 .img img {
position: relative;
}
.obelisk-fancy.style-4 .img .stauts {
position: absolute;
bottom: 20px;
left: 170px;
display: flex;
}
.obelisk-fancy.style-4 .img .stauts .item {
padding: 20px;
background: #272727;
margin-right: 30px;
position: relative;
border-radius: 10px;
display: flex;
margin-bottom: 0;
align-items: flex-end;
}
.obelisk-fancy.style-4 .img .stauts .item .progress-curve {
position: static;
width: 94px;
height: 93px;
border-radius: 10px;
background-color: #141a26;
display: flex;
align-items: center;
margin-right: 15px;
overflow: hidden;
padding: 10px;
justify-content: center;
}
.obelisk-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item {
margin-bottom: 50px;
width: 180px;
}
.obelisk-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item:last-of-type {
margin-bottom: 0;
}
.obelisk-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item h6 {
font-size: 13px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 3px;
}
.obelisk-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item .skill-progress {
height: 7px;
background-color: rgba(255, 255, 255, 0.05);
position: relative;
}
.obelisk-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item .skill-progress .progres {
position: absolute;
height: 100%;
width: 0;
top: 0;
left: 0;
background-color: var(--color-main);
transition: all 1.5s;
}
.obelisk-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item .skill-progress .progres:after {
content: attr(data-value);
position: absolute;
right: -8px;
top: -35px;
padding: 4px 10px;
border-radius: 5px;
background: var(--color-main);
font-size: 12px;
font-weight: 600;
color: #fff;
line-height: 1.5;
}
.obelisk-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item .skill-progress .progres:before {
content: '';
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 8px solid var(--color-main);
position: absolute;
right: -5px;
bottom: 9px;
}
.obelisk-fancy.style-4 .img .stauts .item h4 {
font-size: 45px;
font-weight: 800;
display: table-cell;
vertical-align: middle;
padding-right: 20px;
}
.obelisk-fancy.style-4 .img .stauts .item h4 span {
font-size: 30px;
font-weight: 500;
margin-left: -5px;
}
.obelisk-fancy.style-4 .img .stauts .item .progress-bar-title {
margin-top: 10px;
}
.obelisk-fancy.style-4 .img .stauts .item .progress-bar-title h6 {
font-size: 15px;
display: table-cell;
vertical-align: middle;
}
.obelisk-fancy.style-4 .img .stauts .item h4, .obelisk-fancy.style-4 .img .stauts .item h6 {
color: #fff;
}
.obelisk-fancy.style-4 .img .stauts .item:first-of-type {
background: #f9f9f9;
}
.obelisk-fancy.style-4 .img .stauts .item:first-of-type h4, .obelisk-fancy.style-4 .img .stauts .item:first-of-type h6 {
color: #121a21;
}
body.obelisk-dark-mode .obelisk-fancy.style-4 .img .stauts .item:first-of-type {
background: #11141b;
}
body.obelisk-dark-mode .obelisk-fancy.style-4 .img .stauts .item:first-of-type h4, body.obelisk-dark-mode .obelisk-fancy.style-4 .img .stauts .item:first-of-type h6 {
color: #fff;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-fancy.style-4 .img .stauts .item:first-of-type {
background: #11141b;
}
body.obelisk-auto-mode .obelisk-fancy.style-4 .img .stauts .item:first-of-type h4, body.obelisk-auto-mode .obelisk-fancy.style-4 .img .stauts .item:first-of-type h6 {
color: #fff;
}
}
@media screen and (max-width: 767px) {
.obelisk-fancy.style-4 .img {
padding-left: 15px;
}
.obelisk-fancy.style-4 .img .stauts {
bottom: 5px;
left: 20px;
}
} .obelisk-gradient-circle .gradient-circle {
position: absolute;
left: -250px;
top: -200px;
right: auto;
bottom: auto;
z-index: 0;
width: 500px;
height: 500px;
border-radius: 70%;
background-image: linear-gradient(45deg, #059dff, #36c6f0);
opacity: .25;
filter: blur(100px);
}
.obelisk-gradient-circle .gradient-circle.two {
left: auto;
top: -700px;
right: -250px;
bottom: auto;
background-image: linear-gradient(45deg, #fb5343, #6549d5);
}
.obelisk-gradient-circle.fixed {
pointer-events: none;
opacity: .5;
}
.obelisk-gradient-circle.fixed .gradient-circle {
top: 250px;
}
.obelisk-gradient-circle.fixed .gradient-circle.two {
top: -250px;
}
.obelisk-gradient-circle.relative {
position: relative;
}
.obelisk-gradient-circle.relative .gradient-circle {
top: unset;
bottom: unset;
left: unset;
right: unset;
}
.obelisk-gradient-circle.relative .gradient-circle.two {
top: unset;
bottom: unset;
left: unset;
right: unset;
}  .img-comp-container {
position: relative;
max-height: 400px; }
.img-comp-img {
position: absolute;
width: auto;
height: auto;
overflow: hidden;
}
.img-comp-img img {
display: block;
vertical-align: middle;
max-width: none !important;
}
.img-comp-slider {
position: absolute;
z-index: 9;
cursor: ew-resize; width: 40px;
height: 40px;
background-color: var(--color-main);
opacity: 0.7;
border-radius: 50%;
} .obelisk-product.style-2 .port-inner .port-box {
background: #fff;
}
.obelisk-product.style-2 .port-inner .port-dbox a span svg:hover {
stroke: var(--color-main);
}
.obelisk-product.style-2 .port-inner:hover .dbox-relative h3 a {
color: #000;
}
.obelisk-product.style-2 .port-inner:hover .dbox-relative p {
color: #777;
}  .obelisk-gallery.style-1 {
height: initial !important;
}
.obelisk-gallery.style-1 .item {
padding: 25px 20px 20px;
border-radius: 10px;
background: #f7f7f7;
margin-top: 30px;
box-shadow: 0 10px 50px rgba(50, 50, 50, 0.1);
transform: translateY(0);
transition: transform .3s,box-shadow .3s;
}
.obelisk-gallery.style-1 .item:hover {
box-shadow: 0 20px 75px rgba(50, 50, 50, 0.1);
transform: translateY(-3px);
}
.obelisk-gallery.style-1 .item:before {
content: '';
display: inline-block;
width: 6px;
height: 6px;
border-radius: 5px;
position: absolute;
top: .55rem;
left: 1rem;
z-index: 2;
color: rgba(200, 200, 200, 0.1);
background-color: currentColor;
box-shadow: 10px 0 0 currentColor,20px 0 0 currentColor;
}
.obelisk-gallery.style-1 .item .img {
overflow: hidden;
border-radius: 10px;
}
.obelisk-gallery.style-1 .item .img img {
border-radius: 10px;
transition: all .4s;
}
.obelisk-gallery.style-1 .item .cont {
margin-top: 20px;
text-align: center;
position: relative;
}
.obelisk-gallery.style-1 .item .cont .title {
font-size: 16px;
color: #000;
font-weight: 600;
}
.obelisk-gallery.style-1 .item .cont .subtitle {
font-size: 12px;
color: #161616;
font-weight: 300;
}
.obelisk-gallery.style-1 .item .link {
display: flex;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
body.obelisk-dark-mode .obelisk-gallery.style-1 .item {
background: #18191d;
}
body.obelisk-dark-mode .obelisk-gallery.style-1 .item .cont .title {
color: #fff;
}
body.obelisk-dark-mode .obelisk-gallery.style-1 .item .cont .subtitle {
color: #bdb9b9;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-gallery.style-1 .item {
background: #18191d;
}
body.obelisk-auto-mode .obelisk-gallery.style-1 .item .cont .title {
color: #fff;
}
body.obelisk-auto-mode .obelisk-gallery.style-1 .item .cont .subtitle {
color: #bdb9b9;
}
}  .navigation li.mega-menu {
position: initial;
}
.navigation li.mega-menu li.menu-item-has-children > a:after {
display: none;
}
.header-wrapper .menu-wrapper ul li.mega-menu:hover ul {
opacity: 1;
visibility: visible;
transform: scaleY(1);
}
.header-wrapper .menu-wrapper ul li.mega-menu ul.sub-menu li {
background-color: inherit;
padding: 0 5px;
padding-bottom: 10px;
width: max-content;
}
.header-wrapper .menu-wrapper ul li.mega-menu ul.sub-menu li a::hover {
background-color: #fff;
color: #071041;
}
.header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu {
background-color: #fff !important;
padding: 20px 0;
width: calc(100vw - 60px) !important;
display: flex;
}
.header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li {
width: 25%;
display: block;
float: left;
margin: 0px;
border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li:first-child {
border: none;
}
.header-wrapper .menu-wrapper ul li.mega-menu.col2 > ul.sub-menu {
width: calc(100vw*.50) !important;
left: calc(100vw - 75%);
display: flex;
}
.header-wrapper .menu-wrapper ul li.mega-menu.col2 > ul.sub-menu > li {
width: 50%;
}
.header-wrapper .menu-wrapper ul li.mega-menu.col3 > ul.sub-menu {
width: 660px !important;
width: calc(100vw*.75) !important;
left: calc(100vw - 87.5%);
display: flex;
}
.header-wrapper .menu-wrapper ul li.mega-menu.col3 > ul.sub-menu > li {
width: 33.33%;
}
.header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li ul {
position: relative;
width: inherit;
left: inherit;
border: none;
box-shadow: none;
display: block !important;
background: initial;
}
.header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu > li > a {
font-weight: 600;
margin-bottom: 1px;
text-transform: uppercase;
}
.header-wrapper .menu-wrapper ul li.mega-menu > ul.sub-menu li:after {
content: '';
}
.header-wrapper .menu-wrapper ul li.mega-menu.hide-header > ul.sub-menu > li > a {
display: none;
} .mean-container .mega-menu.hide-header > ul > li {
border-top: none;
}
.mean-container .mega-menu.hide-header > ul > li > a {
display: none;
}
.mean-container .mega-menu.hide-header > ul > li > ul {
display: block !important;
}  .obelisk-menu.style-3 .menu-wrapper ul li ul {
background: initial;
border-top: initial;
box-shadow: none;
line-height: 1.2;
}
.obelisk-menu.style-3 .hamenu {
z-index: 9999;
transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
}
.obelisk-menu.style-3 .hamenu.open .menu-links .main-menu > li .link {
transform: translateY(0);
transition-delay: 1s;
display: inline-block;
}
.obelisk-menu.style-3 .hamenu.open .cont-info:after {
height: 100vh;
transition-delay: 1s;
}
.obelisk-menu.style-3 .hamenu.open .cont-info .item {
transform: translateY(0);
opacity: 1;
transition-delay: 1s;
}
.obelisk-menu.style-3 .hamenu .menu-links {
color: #fff;
}
.obelisk-menu.style-3 .hamenu .menu-links .o-hidden {
overflow: hidden;
position: relative;
display: inline-block;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu {
position: relative;
z-index: 2;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu.gosub > li {
opacity: 0;
visibility: hidden;
transition-delay: .2s !important;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu.gosub > li .link {
transform: translateY(45px) !important;
opacity: 0 !important;
visibility: hidden !important;
transition-delay: .2s !important;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu.gosub .sub-menu.sub-open {
z-index: 3 !important;
opacity: 1 !important;
visibility: visible !important;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu > li {
font-size: 30px;
font-weight: 600;
padding: 20px;
width: max-content;
opacity: 1;
visibility: visible;
transition: all .5s;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu > li span.nm {
opacity: .8;
font-size: 11px;
margin-right: 10px;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu > li .link {
transform: translateY(45px);
transition: all .7s;
cursor: pointer;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu > li .link i {
font-size: 15px;
margin-left: 5px;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu .sub-menu {
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
z-index: -1;
transition-delay: .2s;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu .sub-menu.sub-open {
z-index: 3;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu .sub-menu.sub-open li .sub-link {
transform: translateY(0px);
transition-delay: 1s;
cursor: pointer;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li {
font-size: 20px;
font-weight: 400;
letter-spacing: 1px;
padding: 8px 10px;
width: max-content;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li:hover {
color: #fff;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li .sub-link {
transform: translateY(45px);
transition: all .7s;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
font-size: 20px;
font-weight: 600;
cursor: pointer;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li .sub-link.back i {
margin-left: 10px;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li .sub-link em {
font-size: 13px;
font-weight: 300;
margin-left: 10px;
}
.obelisk-menu.style-3 .hamenu .cont-info {
color: #fff;
margin-top: 50px;
position: relative;
}
.obelisk-menu.style-3 .hamenu .cont-info:after {
content: '';
width: 1px;
height: 0;
background: rgba(255, 255, 255, 0.1);
position: absolute;
left: -40px;
top: -170px;
transition: all .7s;
}
.obelisk-menu.style-3 .hamenu .cont-info .item {
margin-bottom: 30px;
transform: translateY(-30px);
opacity: 0;
transition: all .7s;
}
.obelisk-menu.style-3 .hamenu .cont-info .item:last-of-type {
margin-bottom: 0;
}
.obelisk-menu.style-3 .hamenu .cont-info .item h6 {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 10px;
}
.obelisk-menu.style-3 ul.main-menu {
counter-reset: listStyle;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu > li,
.obelisk-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li {
list-style: none;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu .sub-menu.sub-open > ul > li > div > .sub-link {
transition-delay: .5s;
}
.obelisk-menu.style-3 .sub-menu ul {
counter-reset: listStyle2;
}
.obelisk-menu.style-3 ul.main-menu > li .link > .nm::before {
counter-increment: listStyle;
content: counter(listStyle, decimal-leading-zero) ".";
}
.obelisk-menu.style-3 .sub-menu ul > li:not(:first-child) .sub-link > .nm::before {
counter-increment: listStyle2;
content: counter(listStyle2, decimal-leading-zero) ".";
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu .sub-menu {
opacity: 1;
}
.obelisk-menu.style-3 .hamenu.open .menu-links .main-menu .link:hover,
.obelisk-menu.style-3 .hamenu .menu-links .main-menu .sub-link:hover {
transition-delay: 0s !important;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu > li .link, .obelisk-menu.style-3 .menu-icon .text,
.obelisk-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
color: #0c0f16;
}
.obelisk-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li, .obelisk-menu.style-3 .hamenu .menu-links {
color: #11141B;
}
body.obelisk-dark-mode .obelisk-menu.style-3 .hamenu .menu-links .main-menu > li .link, body.obelisk-dark-mode .obelisk-menu.style-3 .menu-icon .text,
body.obelisk-dark-mode .obelisk-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
color: #fff;
}
body.obelisk-dark-mode .obelisk-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li {
color: #eee;
}
@media (prefers-color-scheme: dark) {
body.obelisk-auto-mode .obelisk-menu.style-3 .hamenu .menu-links .main-menu > li .link, body.obelisk-auto-mode .obelisk-menu.style-3 .menu-icon .text,
body.obelisk-auto-mode .obelisk-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
color: #fff;
}
body.obelisk-auto-mode .obelisk-menu.style-3 .hamenu .menu-links .main-menu .sub-menu li {
color: #eee;
}
}  .gallery {
display: flex;
flex-flow: row wrap;
justify-content: left;
margin-bottom: calc(1.5 * 1rem);
}
.gallery-item {
display: inline-block;
margin-right: 16px;
margin-bottom: 16px;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: calc((100% - 16px * 1) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
margin-right: 0;
}
.gallery-columns-3 .gallery-item {
max-width: calc((100% - 16px * 2) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
margin-right: 0;
}
.gallery-columns-4 .gallery-item {
max-width: calc((100% - 16px * 3) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
margin-right: 0;
}
.gallery-columns-5 .gallery-item {
max-width: calc((100% - 16px * 4) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
margin-right: 0;
}
.gallery-columns-6 .gallery-item {
max-width: calc((100% - 16px * 5) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
margin-right: 0;
}
.gallery-columns-7 .gallery-item {
max-width: calc((100% - 16px * 6) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
margin-right: 0;
}
.gallery-columns-8 .gallery-item {
max-width: calc((100% - 16px * 7) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
margin-right: 0;
}
.gallery-columns-9 .gallery-item {
max-width: calc((100% - 16px * 8) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
margin-right: 0;
}
.gallery-item:last-of-type {
padding-right: 0;
}
.gallery-caption {
display: block;
font-size: 0.71111em;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Asap", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
line-height: 1.6;
margin: 0;
padding: 0.5rem;
}
.gallery-item > div > a {
display: block;
line-height: 0;
box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a:focus {
box-shadow: 0 0 0 2px #0073aa;
} #wp-calendar {
width: 100%;
text-align: center;
font-size: 12px;
line-height: 3;
max-width: 370px;
background: #fff;
}
#wp-calendar caption {
border: 1px solid #DDDDDD;
color: #ffffff;
background: #2b292a;
font-size: 15px;
text-align: center;
font-family: "Poppins", sans-serif;
line-height: 25px;
padding: 10px 20px;
text-transform: uppercase;
border-bottom: none;
}
#wp-calendar td {
padding: 0;
}
#wp-calendar td a {
color: #777777;
display: block;
}
#wp-calendar td a:hover {
background: #000;
color: #ffffff;
}
#wp-calendar table {
padding: 0;
}
#wp-calendar th {
padding: 0;
}
#wp-calendar #prev a {
display: inline;
}
#wp-calendar #next a {
display: inline;
}
#wp-calendar tbody tr td {
border: 1px solid #DDDDDD;
color: var(--color-main);
font-weight: bold;
}
#wp-calendar thead {
color: var(--color-main);
}
#wp-calendar thead th {
background: none repeat scroll 0 0 #EEEEEE;
border: 1px solid #DDDDDD;
text-align: center;
}
#wp-calendar tfoot {
border: 1px solid #ddd;
}
#wp-calendar tfoot #next {
text-align: right;
border: none;
}
#wp-calendar tfoot #prev {
text-align: left;
border: none;
}
#wp-calendar tfoot a {
padding: 10px;
}
td.pad {
border: none;
}
.wp-caption {
border: 1px solid #ddd;
border-radius: 3px;
padding: 3px;
max-width: 100% !important;
}
.wp-caption.aligncenter {
margin: auto;
border: none;
margin-bottom: 10px;
}
.wp-caption.alignnone {
margin-bottom: 10px;
}
.wp-caption.alignright {
float: right;
margin-left: 20px;
margin-bottom: 20px;
}
.wp-caption.alignleft {
float: left;
margin-right: 20px;
margin-bottom: 20px;
}
.alignleft {
float: left;
margin-right: calc(2 * 1rem);
}
.alignright {
float: right;
margin-left: calc(2 * 1rem);
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
img.alignright {
clear: both;
display: block;
float: right;
margin-bottom: 20px;
margin-left: 20px;
}
img.alignleft {
clear: both;
display: block;
float: left;
margin-bottom: 20px;
margin-right: 20px;
}
img.aligncenter {
display: block;
margin: auto;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}
.mejs-container {
margin: 20px 0;
}
.elementor-page .fluid-width-video-wrapper {
margin: 0;
}
.single .video .fluid-width-video-wrapper {
margin: 0;
}
.single .fluid-width-video-wrapper {
margin: 20px 0;
}
.elementor-page.single-portfolio .fluid-width-video-wrapper {
margin: 0;
}
.wp-caption-text {
font-size: 13px;
margin: 0;
padding: 5px;
text-align: center;
}
.gallery-caption {
font-size: 13px;
margin: 0;
padding: 5px;
text-align: center;
}
.rss-date {
clear: both;
color: #2b292a;
display: block;
font-size: 12px;
font-weight: bold;
margin-top: 10px;
text-transform: uppercase;
}
.widget_rss cite {
display: block;
font-size: 14px;
margin-bottom: 10px;
font-family: "Poppins", sans-serif;
}
.widget_rss li .rsswidget {
background: #1f1f1f;
color: #ffffff;
width: 100%;
display: flex;
padding: 5px 10px;
font-weight: 600;
}
.widget_rss .rsswidget {
font-weight: 500;
}
.sidebar .widget_rss ul {
padding: 0;
list-style: none;
}
.sidebar .widget_rss ul li {
list-style: none;
}
.sticky.blog-post .entry-title::before {
background: #999;
border-radius: 100px;
color: #ffffff;
content: "\f08d";
letter-spacing: 0;
display: inline-block;
float: right;
font-family: "FontAwesome";
font-size: 15px;
height: 35px;
line-height: 35px;
margin-left: 5px;
margin-top: 10px;
text-align: center;
width: 35px;
}
.post.sticky {
border: 1px solid #eee;
margin-bottom: 60px;
padding: 55px 65px 15px 65px;
}
.post.sticky .border-post.clearfix {
background: transparent;
margin: 0;
border: none;
}
.post.sticky .go-btn {
background: transparent;
color: #bf919f;
}
.post.sticky .go-btn:hover {
background: #bf919f;
color: #ffffff;
}
.pagins {
padding-bottom: 30px;
margin-top: 40px;
}
.post-pager p {
border-top: 1px solid #eeeeee;
color: var(--color-main);
font-size: 13px;
font-weight: bold;
margin: 0;
margin-top: 40px;
padding-top: 40px;
}
.post-pager a {
border: 1px solid;
margin: 0 10px;
padding: 4px 10px;
}
.widget ol li ul li ol li {
list-style-type: lower-alpha;
}
.widget ul li ol li {
list-style-type: decimal;
}
.widget ul li ol li ul li {
list-style-type: square;
}
.post-password-form input[type="submit"] {
background: #000 none repeat scroll 0 0;
border-radius: 100px;
color: #ffffff;
display: inline-block;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.2;
margin-bottom: 40px;
margin-top: 20px;
padding: 16px 35px;
text-transform: uppercase;
width: auto;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
border: none;
}
.post-password-form input[type="submit"]:hover {
color: #ffffff;
background: #ccc;
}
.post-password-form input {
border: 1px solid #ccc;
border-radius: 100px;
color: #aaa;
display: inline-block;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.2;
margin-bottom: 40px;
margin-top: 20px;
padding: 16px 35px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
width: auto;
}
.comment-reply-title {
font-size: 16px;
margin: 0;
text-transform: uppercase;
}
.search-title {
border-bottom: 1px solid #eee;
font-size: 25px;
margin: 0 0 40px;
padding-bottom: 20px;
}
.search-title span {
font-weight: 600;
text-transform: uppercase;
}
button {
max-width: 100%;
}
input {
max-width: 100%;
}
select {
max-width: 100%;
}
textarea {
max-width: 100%;
}
.widget_nav_menu ul li a {
letter-spacing: 0;
padding: 0;
text-transform: none;
}
code {
padding: 5px;
background: #f9f9f9;
color: var(--color-main);
font-family: "Poppins", sans-serif;
margin: 10px 0;
line-height: 2.5;
font-size: 15px;
}
pre {
display: block;
margin: 10px 0;
padding: 30px;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.wp-block-button {
margin-bottom: 1rem;
}
.wp-block-gallery.alignleft {
margin-right: calc(2.5 * 1rem);
}
.alignfull {
margin-bottom: calc(4 * 1rem);
}
.wp-block-search__button {
margin-top: 10px;
margin-left: 0;
}
.wp-block-cover-text {
font-weight: bold;
line-height: 1.25;
padding: 0;
}
.wp-block-cover p:not(.has-text-color) {
color: #fff;
}
.blog-content .blog-post .has-background-dim .wp-block-cover-text a {
color: #fff;
}
.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-ternary)) border-box;
border: 1px solid transparent;
}
.wp-block-button__link {
background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 50%, var(--color-ternary) 100%);
}
.wp-block-button.is-style-squared .wp-block-button__link, .wp-block-button__link.wp-block-button.is-style-squared {
border-radius: 0;
} .wp-block-latest-comments {
padding: 0;
}
.wp-block-latest-comments > li {
display: flex;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
line-height: 1.8em;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
margin-left: 10px;
} @media (max-width: 1199px) {
.container {
display: inherit;
}
.other-portfolio .port-item, .port-gallery-body .port-item {
width: 50%;
float: left;
font-size: 50px;
}
.obelisk-gallery .col-md-6.port-item {
float: left;
width: 50%;
}
.dflex {
display: none !important;
}
}
@media (max-width: 992px) {
.obelisk-post-list.style-11 .item {
margin-bottom: 50px;
}
.obelisk-post-list.style-12 .item.active {
margin: 50px 0;
}
.obelisk-header.style-5 {
z-index: -1;
}
.obelisk-header.style-5 .capt h1 {
font-size: 45px;
}
.obelisk-showcase.style-6 .parallax-slider .caption h1 {
font-size: 50px;
letter-spacing: 1px;
}
.obelisk-contact-shortcode span.cell-phone, .obelisk-contact-shortcode span.your-email, .obelisk-contact-shortcode span.your-name {
width: 100%;
}
.obelisk-showcase.style-5 .controls {
top: 100px;
transform: translate(0);
}
.obelisk-portfolio.style-9 .gallery .items {
padding: 0 10px;
margin: 10px 0;
}
.obelisk-fancy.style-3 .hero-bg {
margin-bottom: 50px;
}
.obelisk-slider.style-11 .parallax-slider .caption h1 {
font-size: 50px;
letter-spacing: 1px;
}
.obelisk-slider.style-11 .parallax-slider .caption p {
margin-left: 0;
}
.obelisk-slider.style-11 .parallax-slider .explore {
margin-left: 0;
margin-top: 50px;
}
.portfolio.style-5 .obelisk-gallery .items {
padding: 0 10px;
margin: 10px 0;
}
.obelisk-slider.style-2 .swiper-slide .bg-img .container .caption .main-title {
font-size: 50px;
letter-spacing: 1px;
}
.obelisk-portfolio.style-8 .gallery .items {
padding: 0 10px;
margin: 10px 0;
}
.obelisk-testimonial.style-4 .container-fluid, .obelisk-testimonial.style-5 .container-fluid {
width: auto;
margin-left: 15px;
margin-right: 15px;
}
.obelisk-testimonial.style-4 .item, .obelisk-testimonial.style-5 .item {
webkit-transform: scale(1);
transform: scale(1);
}
.obelisk-testimonial.style-4 .swiper-container, .obelisk-testimonial.style-5 .swiper-container {
padding: 0;
}
.obelisk-testim-2 {
margin-bottom: 120px;
}
.slider-title, .hero-title {
font-size: 40px;
}
.slider-style-3 .slider-title {
font-size: 40px;
}
.cell-left-border {
border: none;
}
.content-title, .table-content h3 {
font-size: 30px;
}
.container-fluid {
max-width: 100%;
}
.top-slider {
letter-spacing: 6px;
font-size: 18px;
}
.blog-post-list [class^="col-md-"] {
width: 100%;
}
.slider-text, .slider-line {
display: none !important;
}
.port-item {
width: 50%;
}
.table-cell-box, .box-30, .box-70, .single-port-table .table-cell-box {
width: 100%;
display: block;
}
.top-logo {
display: block;
width: 50%;
float: left;
padding-top: 13px;
}
.blog-list .blog-col-inner {
display: flex;
flex-direction: column;
}
.order2 {
order: 2;
-webkit-order: 2;
}
.blog-list .excerpt-box, .blog-list .txt-lft {
margin: 0;
box-shadow: none;
}
}
@media (max-width: 767px) {
.obelisk-post-list.style-11 .item .cont {
padding: 30px;
}
.obelisk-post-list.style-7 .item.full-img-size {
display: block;
}
.obelisk-post-list.style-7 .item.full-img-size .cont {
padding-left: 15px;
}
.obelisk-post-list.style-7 .item.full-img-size .img {
margin-bottom: 50px;
width: 100%;
}
.obelisk-showcase.style-6 .parallax-slider .caption h1 {
font-size: 40px;
}
.obelisk-showcase.style-6 .parallax-slider .caption .discover {
width: 120px;
height: 120px;
letter-spacing: 2px;
text-transform: capitalize;
}
.obelisk-portfolio.style-9 .gallery .items .cont h5 {
font-size: 18px;
}
.obelisk-slider.style-11 .parallax-slider .caption h1 {
font-size: 40px;
}
.obelisk-slider.style-11 .swiper-slide-active .caption h1 {
font-size: 30px;
}
.obelisk-post-list.style-8 .item .content .title h4 a {
font-size: 20px;
}
.obelisk-slider.style-2 .swiper-slide .bg-img .container .caption .main-title {
font-size: 30px;
}
.obelisk-header.style-6 .sec-head h3 {
font-size: 30px;
}
.obelisk-header.style-6 .sec-head h6 {
font-size: 15px;
letter-spacing: 5px;
}
.obelisk-testimonial.style-4 .item p, .obelisk-testimonial.style-5 .item p {
font-size: 17px;
}
.pagi-nav-box {
float: none;
width: 100%;
margin-bottom: 10px;
}
.obelisk-fancy.style-2 .img {
padding: 0;
}
.admin-bar .is-sticky .stuck-nav, .admin-bar .custom-absolute-menu, .admin-bar .custom-fixed-menu, .admin-bar .abs-header {
margin-top: 46px;
}
.slider-content {
max-width: 78%;
}
.content-title, .table-content h3, .hero-title {
font-size: 28px;
}
.box-with-icon .fa {
position: relative;
}
.box-with-icon .icon-title, .box-with-icon .icon-subtitle {
padding-left: 0;
}
.comment-form-email, .comment-form-author, .comment-form-url {
width: 100%;
padding-right: 0;
}
.slider-style-2 .slider-title {
font-size: 30px;
}
.slider-style-2 .slider-title {
font-size: 30px;
letter-spacing: 5px;
}
.btn-relative {
margin-right: 0;
}
span.your-name, span.your-email, span.cell-phone, span.subject {
display: block;
width: 100%;
margin-bottom: 30px;
}
span.wpcf7-form-control-wrap.your-message {
padding-right: 10px;
}
.dsc-bottom-style1 p, .dsc-bottom-style-2 p, .dsc-bottom-style-3 p {
margin-left: 0;
}
.port-filter {
border: none;
}
.port-filter a {
padding: 8px 10px;
}
.entry-title {
font-size: 24px;
}
.error-title {
font-size: 40px;
padding: 10px 40px;
}
.post-style-3 .entry-header {
padding: 120px 30px;
}
.post-style-3 .entry-header .entry-title {
font-size: 25px;
}
.img-box-slider.imgbox-slider-2 .item .box-cont .feature-btn {
background: none;
border: none;
padding: 4px 12px;
color: var(--color-main);
margin-top: 10px;
}
.tags-bottom, .sharebox {
width: 100%;
margin-left: 0;
}
.share-box {
float: left;
}
.sidebar .theiaStickySidebar {
padding-left: 0;
}
.post.sticky {
padding: 30px 30px 0 30px;
}
.post.sticky .spc-60 {
height: 25px;
}
.mouse-cursor {
display: none;
}
}
@media (max-width: 600px) {
.port-item, .other-portfolio .port-item, .port-gallery-body .port-item {
width: 100%;
float: none;
}
.obelisk-gallery .col-md-6.port-item {
float: none;
width: 100%;
}
.other-portfolio .port-item .dbox-relative p {
font-size: 18px;
margin-top: 10px;
color: #eee;
}
.cell-line {
display: none;
}
.slider-title, .hero-title {
font-size: 36px;
}
.slider-style-3 .slider-title {
font-size: 35px;
}
.slider-style-3 .slider-subtitle {
font-size: 18px;
color: #fff;
background: transparent;
}
.slider-box {
padding-bottom: 150px;
padding-top: 150px;
}
.page-head-slider .slider-box {
padding-top: 100px;
padding-bottom: 50px;
}
.admin-bar .is-sticky .stuck-nav, .admin-bar .custom-fixed-menu {
margin-top: 0;
}
.top-slider {
letter-spacing: 4px;
font-size: 15px;
}
.nav-box .container-fluid {
padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 600px) {
.wp-block-coblocks-pricing-table-item {
background: rgba(140, 140, 151, 0.1);
}
}
@media (max-width: 480px) {
.obelisk-showcase.style-6 .dots {
display: none;
}
.obelisk-portfolio.style-9 .gallery .items {
padding: 0 15px;
margin: 0 0 50px;
}
.obelisk-post-list.style-8 .controls {
display: none;
}
.blog-style-three .blog-link-img {
width: 100%;
display: block;
min-height: 300px;
}
.blog-style-three .excerpt-box {
width: 100%;
display: block;
}
#related_posts .col-sm-4 {
width: 100%;
}
.obelisk-fancy.style-2 .img .stauts {
display: none;
}
.obelisk-header.style-6 .sec-head h3 {
font-size: 20px;
}
.portfolio.style-5 .obelisk-gallery .items {
padding: 0 15px;
margin: 0 0 50px;
}
.info-box.style-4 {
display: block;
}
.info-box.style-4 .cont {
padding-left: 0;
}
.obelisk-post-list.style-7 .item {
display: block;
}
.obelisk-post-list.style-7 .item .cont {
padding-left: 0;
margin-top: 30px;
}
.obelisk-post-list.style-7 .item .img {
width: 100%;
}
.obelisk-post-list.style-7 .item .img img {
max-width: 100%;
}
.obelisk-testimonial.style-4 .item, .obelisk-testimonial.style-5 .item {
display: block;
padding: 60px 30px;
}
.obelisk-testimonial.style-4 .item p, .obelisk-testimonial.style-5 .item p {
margin-left: 0;
padding-left: 0;
border: 0;
font-size: 14px;
font-weight: 500;
text-align: center;
}
.obelisk-testimonial.style-4 .item .info, .obelisk-testimonial.style-5 .item .info {
min-width: auto;
margin: auto;
margin-bottom: 30px;
display: block;
text-align: center;
}
.obelisk-testimonial.style-4 .item .info .img, .obelisk-testimonial.style-5 .item .info .img {
margin: auto;
}
.obelisk-post-list.style-8 .item .content {
padding: 30px 15px;
}
.obelisk-fancy.style-3 .hero-bg {
width: 290px;
height: 290px;
}
.obelisk-fancy.style-3 .exp {
width: 230px;
height: 230px;
}
.obelisk-fancy.style-3 .exp h2 {
font-size: 100px;
}
.obelisk-showcase.style-5 .controls {
top: 30px;
right: 30px;
}
.obelisk-showcase.style-5 .swiper-slide .cont h4 {
font-size: 25px;
}
.obelisk-post-list.style-9 .item {
margin-bottom: 50px;
}
.obelisk-post-list.style-9 .item h5 {
font-size: 20px;
}
}
.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{ direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap }.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit;margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000);box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;text-shadow:0 0 1.5px #000;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout,.wp-block-media-text{box-sizing:border-box}.wp-block-media-text{ direction:ltr; display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{ grid-column:1;grid-row:1; margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr; grid-column:2;grid-row:1; padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{ grid-column:2;grid-row:1 }.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{ grid-column:1;grid-row:1 }.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;visibility:hidden;width:0;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-form input[type=submit]{width:auto}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}