@charset "UTF-8";
       .kng-mousewheel {
overflow: hidden;
height: 100%;
max-height: 100vh; }
.kng-mousewheel > * {
overflow-x: hidden;
overflow-y: scroll;
width: calc(100% + 34px);
padding-right: 34px;
height: 100%;
max-height: 100vh;
padding-bottom: 50px; }
.kng-mousewheel > * select, .kng-mousewheel > * table {
width: calc(100% - 34px); }
[dir="rtl"] .kng-mousewheel > * {
padding-right: 0;
padding-left: 34px; }     @-webkit-keyframes headerSlideDown {
0% {
margin-top: -150px; }
100% {
margin-top: 0; } }
@-moz-keyframes headerSlideDown {
0% {
margin-top: -150px; }
100% {
margin-top: 0; } }
@-ms-keyframes headerSlideDown {
0% {
margin-top: -150px; }
100% {
margin-top: 0; } }
@-o-keyframes headerSlideDown {
0% {
margin-top: -150px; }
100% {
margin-top: 0; } }
@keyframes headerSlideDown {
0% {
margin-top: -150px; }
100% {
margin-top: 0; } }
@-webkit-keyframes kng-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@-moz-keyframes kng-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@-ms-keyframes kng-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@-o-keyframes kng-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@keyframes kng-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@-webkit-keyframes kng-spin2 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(-359deg);
transform: rotate(-359deg); } }
@-moz-keyframes kng-spin2 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(-359deg);
transform: rotate(-359deg); } }
@-ms-keyframes kng-spin2 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(-359deg);
transform: rotate(-359deg); } }
@-o-keyframes kng-spin2 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(-359deg);
transform: rotate(-359deg); } }
@keyframes kng-spin2 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(-359deg);
transform: rotate(-359deg); } }
@keyframes animationFramesOne {
0% {
transform: translateX(0px); }
25% {
transform: translateX(-40px); }
50% {
transform: translateX(0px); }
75% {
transform: translateX(40px); }
100% {
transform: translateX(0px); } }
@keyframes animationFramesTwo {
0% {
transform: translateX(0px); }
25% {
transform: translateX(40px); }
50% {
transform: translateX(0px); }
75% {
transform: translateX(-40px); }
100% {
transform: translateX(0px); } }
@keyframes animationFramesThree {
0% {
transform: translate(0px, 0px); }
20% {
transform: translate(40px, -5px); }
40% {
transform: translate(60px, 40px); }
60% {
transform: translate(40px, 60px); }
80% {
transform: translate(-40px, 60px); }
100% {
transform: translate(0px, 0px); } }
@keyframes animationFramesFour {
0% {
transform: translate(0px, 0px); }
20% {
transform: translate(-30px, 40px); }
40% {
transform: translate(60px, 60px); }
60% {
transform: translate(80px, 40px); }
80% {
transform: translate(40px, -70px); }
100% {
transform: translate(0px, 0px); } }
@keyframes animationFramesFive {
0% {
transform: translateY(0px); }
25% {
transform: translateY(-40px); }
50% {
transform: translateY(0px); }
75% {
transform: translateY(40px); }
100% {
transform: translateY(0px); } }
@keyframes animationFramesSix {
0% {
transform: translate(0px, 0px); }
33% {
transform: translate(-24px, -30px); }
66% {
transform: translate(24px, 30px); }
100% {
transform: translate(0px, 0px); } }
@keyframes animationFramesSeven {
0% {
transform: translate(0px, 0px); }
20% {
transform: rotate(45deg); }
40% {
transform: translate(0, 90px); }
60% {
transform: rotate(90deg); }
80% {
transform: translate(90px, 0); }
100% {
transform: translate(0px, 0px); } }
@-webkit-keyframes fadeInOutCustom {
0% {
opacity: 0; }
25% {
opacity: 1; }
50% {
opacity: 0; }
75% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes fadeInOutCustom {
0% {
opacity: 0; }
25% {
opacity: 1; }
50% {
opacity: 0; }
75% {
opacity: 1; }
100% {
opacity: 0; } }
@-webkit-keyframes fadeOutInCustom {
0% {
opacity: 1; }
25% {
opacity: 0; }
50% {
opacity: 1; }
75% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes fadeOutInCustom {
0% {
opacity: 1; }
25% {
opacity: 0; }
50% {
opacity: 1; }
75% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes up-down-move {
0% {
transform: translateY(0); }
50% {
transform: translateY(-15px); }
100% {
transform: translateY(0); } }
@keyframes down-up-move {
0% {
transform: translateY(0); }
50% {
transform: translateY(15px); }
100% {
transform: translateY(0); } }
@keyframes sk-rotate {
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg); } }
@keyframes sk-bounce {
0%, 100% {
transform: scale(0);
-webkit-transform: scale(0); }
50% {
transform: scale(1);
-webkit-transform: scale(1); } }
@-webkit-keyframes loadershake {
0% {
-webkit-transform: rotateY(5deg);
transform: rotateY(5deg); }
50% {
-webkit-transform: rotateY(45deg);
transform: rotateY(45deg); }
100% {
-webkit-transform: rotateY(5deg);
transform: rotateY(5deg); } }
@keyframes loadershake {
0% {
-webkit-transform: rotateY(5deg);
transform: rotateY(5deg); }
50% {
-webkit-transform: rotateY(45deg);
transform: rotateY(45deg); }
100% {
-webkit-transform: rotateY(5deg);
transform: rotateY(5deg); } }
@-webkit-keyframes spineer {
0% {
-webkit-box-shadow: 0 0 0 0 var(--second-color); }
70% {
-webkit-box-shadow: 0 0 0 20px transparent; }
100% {
-webkit-box-shadow: 0 0 0 0 transparent; } }
@keyframes spineer {
0% {
-webkit-box-shadow: 0 0 0 0 var(--second-color);
box-shadow: 0 0 0 0 var(--second-color); }
70% {
-webkit-box-shadow: 0 0 0 20px transparent;
box-shadow: 0 0 0 20px transparent; }
100% {
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent; } }
@-webkit-keyframes spineer-second {
0% {
-webkit-box-shadow: 0 0 0 0 var(--second-color); }
70% {
-webkit-box-shadow: 0 0 0 20px transparent; }
100% {
-webkit-box-shadow: 0 0 0 0 transparent; } }
@keyframes spineer-second {
0% {
-webkit-box-shadow: 0 0 0 0 var(--second-color);
box-shadow: 0 0 0 0 var(--second-color); }
70% {
-webkit-box-shadow: 0 0 0 20px transparent;
box-shadow: 0 0 0 20px transparent; }
100% {
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent; } }
@-webkit-keyframes spineer-primary {
0% {
-webkit-box-shadow: 0 0 0 0 var(--primary-color); }
70% {
-webkit-box-shadow: 0 0 0 20px transparent; }
100% {
-webkit-box-shadow: 0 0 0 0 transparent; } }
@keyframes spineer-primary {
0% {
-webkit-box-shadow: 0 0 0 0 var(--primary-color);
box-shadow: 0 0 0 0 var(--primary-color); }
70% {
-webkit-box-shadow: 0 0 0 20px transparent;
box-shadow: 0 0 0 20px transparent; }
100% {
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent; } }
@-webkit-keyframes spineer-white {
0% {
-webkit-box-shadow: 0 0 0 0 #fff; }
70% {
-webkit-box-shadow: 0 0 0 20px transparent; }
100% {
-webkit-box-shadow: 0 0 0 0 transparent; } }
@keyframes spineer-white {
0% {
-webkit-box-shadow: 0 0 0 0 #fff;
box-shadow: 0 0 0 0 #fff; }
70% {
-webkit-box-shadow: 0 0 0 20px transparent;
box-shadow: 0 0 0 20px transparent; }
100% {
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent; } }
@keyframes spineer-second-opacity {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(var(--second-color-rgb),0.1);
box-shadow: 0 0 0 0 rgba(var(--second-color-rgb),0.1); }
70% {
-webkit-box-shadow: 0 0 0 20px transparent;
box-shadow: 0 0 0 20px transparent; }
100% {
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent; } }
@-webkit-keyframes kngFadeInDown {
from {
opacity: 0;
transform: translate3d(0, -30px, 0); }
to {
opacity: 1;
transform: none; } }
@keyframes kngFadeInDown {
from {
opacity: 0;
transform: translate3d(0, -30px, 0); }
to {
opacity: 1;
transform: none; } }
.elementor-widget-kng_heading {
position: relative;
z-index: 1; }
.kng-swiper-sliders {
position: relative; }
.kng-swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: visible;
z-index: 0; }
@media (min-width: 992px) {
.kng-swiper-container:not(.no-shadow) {
padding: 0;
margin: 0; } }
.kng-swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
.kng-swiper-slide {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative; }
.swiper-container-multirow-column > .kng-swiper-wrapper {
flex-wrap: wrap;
flex-direction: column; }
.swiper-container-multirow-column > .kng-swiper-wrapper .kng-swiper-slide {
height: calc((100% - 40px) / 2); }
.swiper-container-multirow-row > .kng-swiper-wrapper {
flex-wrap: wrap;
flex-direction: row; }
.swiper-container-multirow-row > .kng-swiper-wrapper .kng-swiper-slide {
height: calc((100% - 40px) / 2); }
.swiper-container-vertical > .kng-swiper-wrapper {
flex-direction: column; }
.swiper-container-cube .swiper-cube-shadow {
display: none;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
-ms-opacity: 0;
-o-opacity: 0;
visibility: hidden; }
.kng-swiper-arrow {
font-size: 16px;
width: 50px;
height: 50px;
line-height: 44px;
display: block;
z-index: 2;
text-align: center;
cursor: pointer;
color: var(--second-color);
background-color: rgba(var(--second-color-rgb),0.07);
border: 2px solid transparent;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-swiper-arrow .kng-icon {
line-height: inherit; }
.kng-swiper-arrow:hover {
color: #ffffff;
background-color: var(--second-color); }
.kng-swiper-arrow.swiper-button-disabled {
cursor: not-allowed; }
.elementor-section-boxed .kng-swiper-arrows > .container {
padding-left: 0;
padding-right: 0; }
.kng-swiper-nav-style-round .kng-swiper-arrow {
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%; }
.kng-swiper-nav-style-round-in-dark .kng-swiper-arrow {
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
color: #ffffff;
background-color: transparent;
border: 2px solid rgba(255, 255, 255, 0.1); }
.kng-swiper-nav-style-round-in-dark .kng-swiper-arrow:hover {
color: var(--primary-color);
border-color: #ffffff;
background-color: #ffffff; }
.kng-swiper-nav-style-square-in-dark .kng-swiper-arrow {
width: 60px;
height: 60px;
line-height: 54px;
color: #ffffff;
background-color: transparent;
border: 2px solid rgba(255, 255, 255, 0.1); }
@media (max-width: 1599px) {
.kng-swiper-nav-style-square-in-dark .kng-swiper-arrow {
width: 50px;
height: 50px;
line-height: 44px; } }
.kng-swiper-nav-style-square-in-dark .kng-swiper-arrow:hover {
color: #ffffff;
border-color: var(--primary-color);
background-color: var(--primary-color); }
.kng-sliders-wrap .kng-swiper-arrow {
font-size: 20px; }
.kng-swiper-arrows-false .kng-swiper-arrows, .kng-swiper-arrows-false .kng-swiper-arrow {
display: none; }
@media (max-width: 1600px) {
.kng-swiper-arrows-widescreen-false .kng-swiper-arrows, .kng-swiper-arrows-widescreen-false .kng-swiper-arrow {
display: none; }
.kng-swiper-arrows-widescreen-true .kng-swiper-arrows, .kng-swiper-arrows-widescreen-true .kng-swiper-arrow {
display: block; } }
@media (max-width: 1599px) {
.kng-swiper-arrows-false .kng-swiper-arrows, .kng-swiper-arrows-false .kng-swiper-arrow {
display: none; }
.kng-swiper-arrows-true .kng-swiper-arrows, .kng-swiper-arrows-true .kng-swiper-arrow {
display: block; } }
@media (max-width: 1279px) {
.kng-swiper-arrows-laptop-false .kng-swiper-arrows, .kng-swiper-arrows-laptop-false .kng-swiper-arrow {
display: none; }
.kng-swiper-arrows-laptop-true .kng-swiper-arrows, .kng-swiper-arrows-laptop-true .kng-swiper-arrow {
display: block; } }
@media (max-width: 1199px) {
.kng-swiper-arrows-tablet_extra-false .kng-swiper-arrows, .kng-swiper-arrows-tablet_extra-false .kng-swiper-arrow {
display: none; }
.kng-swiper-arrows-tablet_extra-true .kng-swiper-arrows, .kng-swiper-arrows-tablet_extra-true .kng-swiper-arrow {
display: block; } }
@media (max-width: 991px) {
.kng-swiper-arrows-tablet-false .kng-swiper-arrows, .kng-swiper-arrows-tablet-false .kng-swiper-arrow {
display: none; }
.kng-swiper-arrows-tablet-true .kng-swiper-arrows, .kng-swiper-arrows-tablet-true .kng-swiper-arrow {
display: block; } }
@media (max-width: 767px) {
.kng-swiper-arrows-mobile_extra-false .kng-swiper-arrows, .kng-swiper-arrows-mobile_extra-false .kng-swiper-arrow {
display: none; }
.kng-swiper-arrows-mobile_extra-true .kng-swiper-arrows, .kng-swiper-arrows-mobile_extra-true .kng-swiper-arrow {
display: block; } }
@media (max-width: 575px) {
.kng-swiper-arrows-mobile-false .kng-swiper-arrows, .kng-swiper-arrows-mobile-false .kng-swiper-arrow {
display: none; }
.kng-swiper-arrows-mobile-true .kng-swiper-arrows, .kng-swiper-arrows-mobile-true .kng-swiper-arrow {
display: block; } }
.kng-swiper-nav-in-vertical .kng-swiper-arrow, .kng-swiper-nav-out-vertical .kng-swiper-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%); }
.kng-swiper-nav-in-vertical .kng-swiper-arrow-prev {
left: 160px; }
[dir="rtl"] .kng-swiper-nav-in-vertical .kng-swiper-arrow-prev {
left: auto;
right: 160px; }
@media (max-width: 1599px) {
.kng-swiper-nav-in-vertical .kng-swiper-arrow-prev {
left: 30px; }
[dir="rtl"] .kng-swiper-nav-in-vertical .kng-swiper-arrow-prev {
left: auto;
right: 30px; } }
.kng-swiper-nav-in-vertical .kng-swiper-arrow-next {
right: 160px; }
[dir="rtl"] .kng-swiper-nav-in-vertical .kng-swiper-arrow-next {
right: auto;
left: 160px; }
@media (max-width: 1599px) {
.kng-swiper-nav-in-vertical .kng-swiper-arrow-next {
right: 30px; }
[dir="rtl"] .kng-swiper-nav-in-vertical .kng-swiper-arrow-next {
left: auto;
left: 30px; } }
.kng-swiper-nav-out-vertical .kng-swiper-arrow-prev {
left: -130px; }
[dir="rtl"] .kng-swiper-nav-out-vertical .kng-swiper-arrow-prev {
left: auto;
right: -130px; }
@media (max-width: 1599px) {
.kng-swiper-nav-out-vertical .kng-swiper-arrow-prev {
left: -80px; }
[dir="rtl"] .kng-swiper-nav-out-vertical .kng-swiper-arrow-prev {
right: -80px; } }
.kng-swiper-nav-out-vertical .kng-swiper-arrow-next {
right: -130px; }
[dir="rtl"] .kng-swiper-nav-out-vertical .kng-swiper-arrow-next {
right: auto;
left: -130px; }
@media (max-width: 1599px) {
.kng-swiper-nav-out-vertical .kng-swiper-arrow-next {
right: -80px; }
[dir="rtl"] .kng-swiper-nav-out-vertical .kng-swiper-arrow-next {
left: -80px; } }
.kng-swiper-nav-left-side .kng-swiper-container {
overflow: visible; }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap {
position: relative; }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-swiper-arrows {
display: flex;
flex-wrap: wrap;
justify-content: space-between; }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-link a {
font-weight: 700;
padding-bottom: 3px;
padding-right: 40px;
border-bottom: 3px solid; }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-link a.text-primary {
border-bottom-color: var(--primary-color); }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-link a.text-hover-primary:hover {
border-bottom-color: var(--primary-color); }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-link a.text-second {
border-bottom-color: var(--second-color); }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-link a.text-hover-second:hover {
border-bottom-color: var(--second-color); }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-link a.text-rating {
border-bottom-color: var(--rating-color); }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-link a.text-hover-rating:hover {
border-bottom-color: var(--rating-color); }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-link a.text-body {
border-bottom-color: var(--body-color); }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-link a.text-hover-body:hover {
border-bottom-color: var(--body-color); }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-link a.text-heading {
border-bottom-color: var(--heading-color); }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-link a.text-hover-heading:hover {
border-bottom-color: var(--heading-color); }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-link a.text-white {
border-bottom-color: var(--white-color); }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-link a.text-hover-white:hover {
border-bottom-color: var(--white-color); }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-link a.text-footer_text {
border-bottom-color: var(--footer_text-color); }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-link a.text-hover-footer_text:hover {
border-bottom-color: var(--footer_text-color); }
@media (min-width: 992px) {
.kng-swiper-nav-left-side .kng-swiper-slider-wrap {
padding-left: 70px; }
[dir="rtl"] .kng-swiper-nav-left-side .kng-swiper-slider-wrap {
padding-left: 0;
padding-right: 70px; }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-swiper-arrows {
width: 70px;
position: absolute;
top: 0;
bottom: calc(70px + 10px);
left: -70px;
z-index: 1;
flex-direction: column; }
[dir="rtl"] .kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-swiper-arrows {
left: auto;
right: -70px; }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-swiper-arrows-arrow {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-swiper-arrow {
width: 100%;
flex: 0 0 100px;
text-align: start; }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-swiper-arrow-prev {
margin-bottom: 10px; }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-swiper-arrows-additional {
flex: 0 0 auto;
width: auto;
max-width: 100%;
padding-bottom: 60px; }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-swiper-arrows-additional > * {
transform: rotate(90deg) translate(0, 20px);
-webkit-transform: rotate(90deg) translate(0, 20px);
-khtml-transform: rotate(90deg) translate(0, 20px);
-moz-transform: rotate(90deg) translate(0, 20px);
-ms-transform: rotate(90deg) translate(0, 20px);
-o-transform: rotate(90deg) translate(0, 20px); }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-swiper-dots {
max-width: 1280px; } }
@media (max-width: 991px) {
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-swiper-arrows {
align-items: center;
padding-top: 40px; }
.kng-swiper-nav-left-side .kng-swiper-slider-wrap .kng-swiper-arrows-arrow {
display: flex;
flex-wrap: wrap; } }
.kng-swiper-nav-left-side.kng-swiper-arrows-false .kng-swiper-slider-wrap .kng-swiper-arrows {
display: none; }
@media (min-width: 992px) {
.kng-swiper-nav-left-side.kng-swiper-arrows-false .kng-swiper-slider-wrap {
padding-left: 0 !important;
padding-right: 0 !important; } }
.kng-swiper-nav-color-primary .kng-swiper-arrow {
color: var(--primary-color); }
.kng-swiper-nav-color-hover-primary .kng-swiper-arrow:hover {
color: var(--primary-color); }
.kng-swiper-nav-color-second .kng-swiper-arrow {
color: var(--second-color); }
.kng-swiper-nav-color-hover-second .kng-swiper-arrow:hover {
color: var(--second-color); }
.kng-swiper-nav-color-rating .kng-swiper-arrow {
color: var(--rating-color); }
.kng-swiper-nav-color-hover-rating .kng-swiper-arrow:hover {
color: var(--rating-color); }
.kng-swiper-nav-color-body .kng-swiper-arrow {
color: var(--body-color); }
.kng-swiper-nav-color-hover-body .kng-swiper-arrow:hover {
color: var(--body-color); }
.kng-swiper-nav-color-heading .kng-swiper-arrow {
color: var(--heading-color); }
.kng-swiper-nav-color-hover-heading .kng-swiper-arrow:hover {
color: var(--heading-color); }
.kng-swiper-nav-color-white .kng-swiper-arrow {
color: var(--white-color); }
.kng-swiper-nav-color-hover-white .kng-swiper-arrow:hover {
color: var(--white-color); }
.kng-swiper-nav-color-footer_text .kng-swiper-arrow {
color: var(--footer_text-color); }
.kng-swiper-nav-color-hover-footer_text .kng-swiper-arrow:hover {
color: var(--footer_text-color); }
.kng-swiper-arrows {
position: absolute;
width: 100%; }
.kng-swiper-arrows.top {
top: -130px; }
.kng-swiper-arrows.top-left .kng-swiper-arrows-inner {
justify-content: flex-start; }
.kng-swiper-arrows.top-right .kng-swiper-arrows-inner {
justify-content: flex-end; }
.kng-swiper-arrows.top-center .kng-swiper-arrows-inner {
justify-content: center; }
.kng-swiper-arrows.top-between .kng-swiper-arrows-inner {
justify-content: space-between; }
.kng-swiper-arrows.bottom {
bottom: -100px; }
.kng-swiper-arrows.bottom-left .kng-swiper-arrows-inner {
justify-content: flex-start; }
.kng-swiper-arrows.bottom-right .kng-swiper-arrows-inner {
justify-content: flex-end; }
.kng-swiper-arrows.bottom-center .kng-swiper-arrows-inner {
justify-content: center; }
.kng-swiper-arrows.bottom-between .kng-swiper-arrows-inner {
justify-content: space-between; }
.kng-swiper-arrows-inner {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left: -5px;
margin-right: -5px; }
.kng-swiper-arrows-inner > div {
margin-left: 5px;
margin-right: 5px; }
.kng-swiper-dots {
position: relative;
z-index: 1;
display: flex;
flex-wrap: wrap;
justify-content: center; }
.kng-swiper-dots .kng-swiper-pagination-bullet {
flex: 0 0 26px;
width: 26px;
height: 26px;
line-height: 26px;
text-align: center;
background: transparent;
cursor: pointer;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
-ms-opacity: 1;
-o-opacity: 1;
position: relative;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-swiper-dots .kng-swiper-pagination-bullet:before {
content: "";
width: 18px;
height: 18px;
display: block;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
border: 3px solid rgba(26, 26, 26, 0.2);
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-khtml-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-ms-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
-o-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0); }
.kng-swiper-dots .kng-swiper-pagination-bullet:hover:before, .kng-swiper-dots .kng-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
background: transparent;
border-color: var(--primary-color); }
.kng-swiper-dots-in .kng-swiper-dots, .kng-swiper-dots-out .kng-swiper-dots {
margin: 32px 0px 0px; }
.kng-swiper-dots-false .kng-swiper-dots {
display: none; }
@media (max-width: 1600px) {
.kng-swiper-dots-widescreen-false .kng-swiper-dots {
display: none; }
.kng-swiper-dots-widescreen-true .kng-swiper-dots {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; } }
@media (max-width: 1599px) {
.kng-swiper-dots-false .kng-swiper-dots {
display: none; }
.kng-swiper-dots-true .kng-swiper-dots {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; } }
@media (max-width: 1279px) {
.kng-swiper-dots-laptop-false .kng-swiper-dots {
display: none; }
.kng-swiper-dots-laptop-true .kng-swiper-dots {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; } }
@media (max-width: 1199px) {
.kng-swiper-dots-tablet_extra-false .kng-swiper-dots {
display: none; }
.kng-swiper-dots-tablet_extra-true .kng-swiper-dots {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; } }
@media (max-width: 991px) {
.kng-swiper-dots-tablet-false .kng-swiper-dots {
display: none; }
.kng-swiper-dots-tablet-true .kng-swiper-dots {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; } }
@media (max-width: 767px) {
.kng-swiper-dots-mobile_extra-false .kng-swiper-dots {
display: none; }
.kng-swiper-dots-mobile_extra-true .kng-swiper-dots {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; } }
@media (max-width: 575px) {
.kng-swiper-dots-mobile-false .kng-swiper-dots {
display: none; }
.kng-swiper-dots-mobile-true .kng-swiper-dots {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; } }
.kng-swiper-dots-color-primary .kng-swiper-pagination-bullet:before {
background: var(--primary-color); }
.kng-swiper-dots-color-hover-primary .kng-swiper-pagination-bullet:hover:before, .kng-swiper-dots-color-hover-primary .kng-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
background: var(--primary-color);
box-shadow: 0 0 0 8px rgba(var(--primary-color), 0.2);
-webkit-box-shadow: 0 0 0 8px rgba(var(--primary-color), 0.2);
-khtml-box-shadow: 0 0 0 8px rgba(var(--primary-color), 0.2);
-moz-box-shadow: 0 0 0 8px rgba(var(--primary-color), 0.2);
-ms-box-shadow: 0 0 0 8px rgba(var(--primary-color), 0.2);
-o-box-shadow: 0 0 0 8px rgba(var(--primary-color), 0.2); }
.kng-swiper-dots-color-second .kng-swiper-pagination-bullet:before {
background: var(--second-color); }
.kng-swiper-dots-color-hover-second .kng-swiper-pagination-bullet:hover:before, .kng-swiper-dots-color-hover-second .kng-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
background: var(--second-color);
box-shadow: 0 0 0 8px rgba(var(--second-color), 0.2);
-webkit-box-shadow: 0 0 0 8px rgba(var(--second-color), 0.2);
-khtml-box-shadow: 0 0 0 8px rgba(var(--second-color), 0.2);
-moz-box-shadow: 0 0 0 8px rgba(var(--second-color), 0.2);
-ms-box-shadow: 0 0 0 8px rgba(var(--second-color), 0.2);
-o-box-shadow: 0 0 0 8px rgba(var(--second-color), 0.2); }
.kng-swiper-dots-color-rating .kng-swiper-pagination-bullet:before {
background: var(--rating-color); }
.kng-swiper-dots-color-hover-rating .kng-swiper-pagination-bullet:hover:before, .kng-swiper-dots-color-hover-rating .kng-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
background: var(--rating-color);
box-shadow: 0 0 0 8px rgba(var(--rating-color), 0.2);
-webkit-box-shadow: 0 0 0 8px rgba(var(--rating-color), 0.2);
-khtml-box-shadow: 0 0 0 8px rgba(var(--rating-color), 0.2);
-moz-box-shadow: 0 0 0 8px rgba(var(--rating-color), 0.2);
-ms-box-shadow: 0 0 0 8px rgba(var(--rating-color), 0.2);
-o-box-shadow: 0 0 0 8px rgba(var(--rating-color), 0.2); }
.kng-swiper-dots-color-body .kng-swiper-pagination-bullet:before {
background: var(--body-color); }
.kng-swiper-dots-color-hover-body .kng-swiper-pagination-bullet:hover:before, .kng-swiper-dots-color-hover-body .kng-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
background: var(--body-color);
box-shadow: 0 0 0 8px rgba(var(--body-color), 0.2);
-webkit-box-shadow: 0 0 0 8px rgba(var(--body-color), 0.2);
-khtml-box-shadow: 0 0 0 8px rgba(var(--body-color), 0.2);
-moz-box-shadow: 0 0 0 8px rgba(var(--body-color), 0.2);
-ms-box-shadow: 0 0 0 8px rgba(var(--body-color), 0.2);
-o-box-shadow: 0 0 0 8px rgba(var(--body-color), 0.2); }
.kng-swiper-dots-color-heading .kng-swiper-pagination-bullet:before {
background: var(--heading-color); }
.kng-swiper-dots-color-hover-heading .kng-swiper-pagination-bullet:hover:before, .kng-swiper-dots-color-hover-heading .kng-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
background: var(--heading-color);
box-shadow: 0 0 0 8px rgba(var(--heading-color), 0.2);
-webkit-box-shadow: 0 0 0 8px rgba(var(--heading-color), 0.2);
-khtml-box-shadow: 0 0 0 8px rgba(var(--heading-color), 0.2);
-moz-box-shadow: 0 0 0 8px rgba(var(--heading-color), 0.2);
-ms-box-shadow: 0 0 0 8px rgba(var(--heading-color), 0.2);
-o-box-shadow: 0 0 0 8px rgba(var(--heading-color), 0.2); }
.kng-swiper-dots-color-white .kng-swiper-pagination-bullet:before {
background: var(--white-color); }
.kng-swiper-dots-color-hover-white .kng-swiper-pagination-bullet:hover:before, .kng-swiper-dots-color-hover-white .kng-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
background: var(--white-color);
box-shadow: 0 0 0 8px rgba(var(--white-color), 0.2);
-webkit-box-shadow: 0 0 0 8px rgba(var(--white-color), 0.2);
-khtml-box-shadow: 0 0 0 8px rgba(var(--white-color), 0.2);
-moz-box-shadow: 0 0 0 8px rgba(var(--white-color), 0.2);
-ms-box-shadow: 0 0 0 8px rgba(var(--white-color), 0.2);
-o-box-shadow: 0 0 0 8px rgba(var(--white-color), 0.2); }
.kng-swiper-dots-color-footer_text .kng-swiper-pagination-bullet:before {
background: var(--footer_text-color); }
.kng-swiper-dots-color-hover-footer_text .kng-swiper-pagination-bullet:hover:before, .kng-swiper-dots-color-hover-footer_text .kng-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
background: var(--footer_text-color);
box-shadow: 0 0 0 8px rgba(var(--footer_text-color), 0.2);
-webkit-box-shadow: 0 0 0 8px rgba(var(--footer_text-color), 0.2);
-khtml-box-shadow: 0 0 0 8px rgba(var(--footer_text-color), 0.2);
-moz-box-shadow: 0 0 0 8px rgba(var(--footer_text-color), 0.2);
-ms-box-shadow: 0 0 0 8px rgba(var(--footer_text-color), 0.2);
-o-box-shadow: 0 0 0 8px rgba(var(--footer_text-color), 0.2); }
.kng-swiper-dots-middle-left-in .kng-swiper-dots {
position: absolute;
left: 30px;
top: 50%;
transform: translate3d(0px, -50%, 0);
-webkit-transform: translate3d(0px, -50%, 0);
-khtml-transform: translate3d(0px, -50%, 0);
-moz-transform: translate3d(0px, -50%, 0);
-ms-transform: translate3d(0px, -50%, 0);
-o-transform: translate3d(0px, -50%, 0);
flex-direction: column; }
@media (min-width: 1200px) {
.kng-swiper-dots-middle-left-out .kng-swiper-dots {
position: absolute;
left: -30px;
top: 50%;
transform: translate3d(0px, -50%, 0);
-webkit-transform: translate3d(0px, -50%, 0);
-khtml-transform: translate3d(0px, -50%, 0);
-moz-transform: translate3d(0px, -50%, 0);
-ms-transform: translate3d(0px, -50%, 0);
-o-transform: translate3d(0px, -50%, 0);
flex-direction: column; } }
.kng-swiper-dots-middle-right-in .kng-swiper-dots {
position: absolute;
right: 30px;
top: 50%;
transform: translate3d(0px, -50%, 0);
-webkit-transform: translate3d(0px, -50%, 0);
-khtml-transform: translate3d(0px, -50%, 0);
-moz-transform: translate3d(0px, -50%, 0);
-ms-transform: translate3d(0px, -50%, 0);
-o-transform: translate3d(0px, -50%, 0);
flex-direction: column; }
@media (min-width: 1200px) {
.kng-swiper-dots-middle-right-out .kng-swiper-dots {
position: absolute;
right: -30px;
top: 50%;
transform: translate3d(0px, -50%, 0);
-webkit-transform: translate3d(0px, -50%, 0);
-khtml-transform: translate3d(0px, -50%, 0);
-moz-transform: translate3d(0px, -50%, 0);
-ms-transform: translate3d(0px, -50%, 0);
-o-transform: translate3d(0px, -50%, 0);
flex-direction: column; } }
.kng-swiper-dots-bottom-in .kng-swiper-dots {
position: absolute;
left: 0;
right: 0;
bottom: 0; }
.kng-swiper-dots-bottom-in-left .kng-swiper-dots {
position: absolute;
left: 0;
bottom: 0; }
.kng-swiper-dots-bottom-in-left .container > .kng-swiper-dots {
left: 9px; }
@media (max-width: 767px) {
.kng-slider-layout-4.kng-swiper-dots-bottom-in-left .kng-swiper-dots {
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%); } }
.kng-swiper-dots-bottom-in-right .kng-swiper-dots {
position: absolute;
right: 0;
bottom: 0; }
.kng-swiper-dots-bottom-in-right .container > .kng-swiper-dots {
right: 9px; }
.kng-swiper-dots-bottom-out .kng-swiper-dots {
justify-content: center; }
.kng-swiper-dots-bottom-out-left .kng-swiper-dots {
justify-content: flex-start; }
.kng-swiper-dots-bottom-out-right .kng-swiper-dots {
justify-content: flex-end; }
.kng-swiper-dots-align-center .kng-swiper-dots {
justify-content: center; }
.kng-swiper-dots-align-start .kng-swiper-dots {
justify-content: start; }
.kng-swiper-dots-align-end .kng-swiper-dots {
justify-content: end; }
.kng-swiper-dots-align-justify .kng-swiper-dots {
justify-content: space-between; }
@media (max-width: 991px) {
.kng-swiper-dots-align-tablet-start .kng-swiper-dots {
justify-content: start; }
.kng-swiper-dots-align-tablet-center .kng-swiper-dots {
justify-content: center; }
.kng-swiper-dots-align-tablet-end .kng-swiper-dots {
justify-content: end; }
.kng-swiper-dots-align-tablet-justify .kng-swiper-dots {
justify-content: space-between; } }
@media (max-width: 767px) {
.kng-swiper-dots-align-mobile-start .kng-swiper-dots {
justify-content: start; }
.kng-swiper-dots-align-mobile-center .kng-swiper-dots {
justify-content: center; }
.kng-swiper-dots-align-mobile-end .kng-swiper-dots {
justify-content: end; }
.kng-swiper-dots-align-mobile-justify .kng-swiper-dots {
justify-content: space-between; } }
.kng-swiper-pagination-progressbar {
background: #fff;
width: 100%;
max-width: 544px;
height: 4px;
position: absolute;
left: 50%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-khtml-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
bottom: -80px; }
@media (max-width: 1199px) {
.kng-swiper-pagination-progressbar {
bottom: -50px; } }
.kng-swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: var(--primary-color);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top; }
*, *:before, *:after {
outline: none;
box-sizing: inherit; }
::-moz-selection {
background-color: var(--primary-color);
color: #ffffff; }
::selection {
background-color: var(--primary-color);
color: #ffffff; }
html {
-webkit-text-size-adjust: 100%;
box-sizing: border-box; }
body {
margin: 0;
font-family: "Karla", sans-serif;
font-size: 17px;
color: var(--body-color);
line-height: 1.8823529412;
overflow-x: hidden;
word-break: break-word;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h4-1, .h5, .h6 {
font-family: "Frank Ruhl Libre", sans-serif;
color: var(--heading-color);
font-weight: 700;
letter-spacing: -0.03em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h4-1 a, .h5 a, .h6 a {
color: inherit;
line-height: unset; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h4-1 a:hover, .h5 a:hover, .h6 a:hover {
color: var(--link-color-hover); }
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6, a:hover .h1, a:hover .h2, a:hover .h3, a:hover .h4, a:hover .h4-1, a:hover .h5, a:hover .h6 {
color: var(--link-color-hover); }
h1, h2, h3, h4, h5, h6 {
margin: 15px 0; }
.h1, .h2, .h3, .h4, .h5, .h6 {
margin: 0; }
h1, .h1, .size-h1 {
font-size: 65px;
line-height: 1.4; }
@media (max-width: 767px) {
h1, .h1, .size-h1 {
font-size: 42px; } }
h2, .h2, .size-h2 {
font-size: 50px;
line-height: 1.1; }
@media (max-width: 767px) {
h2, .h2, .size-h2 {
font-size: 40px; } }
h3, .h3, .size-h3 {
font-size: 28px;
line-height: 1.4285714286; }
@media (max-width: 767px) {
h3, .h3, .size-h3 {
font-size: 24px; } }
h4, .h4, .size-h4 {
font-size: 24px;
line-height: 1.3333333; }
h5, .h5, .size-h5 {
font-size: 18px;
line-height: 1.3888888889; }
h6, .h6, .size-h6 {
font-size: 16px;
line-height: 1.777777; }
hr {
box-sizing: content-box;
height: 0;
overflow: visible; }
pre {
font-family: monospace, monospace;
font-size: 1em; }
a {
background-color: transparent; }
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted; }
b, strong {
font-weight: bolder; }
code, kbd, samp {
font-family: monospace, monospace;
font-size: 1em; }
small {
font-size: 80%; }
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
img {
border-style: none; }
form label {
color: var(--body-color);
max-width: 100%;
margin-bottom: 5px; }
label {
display: block; }
[type="checkbox"], [type="radio"] {
box-sizing: border-box;
padding: 0;
height: auto;
line-height: normal;
width: auto;
transform: translate(0px, 3px);
margin-right: 10px; }
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
border: none; }
button, input, optgroup, select, textarea {
max-width: 100%;
font-family: inherit;
font-size: 100%;
line-height: inherit;
margin: 0; }
button, input {
overflow: visible; }
button, select {
text-transform: none; }
button, [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: button; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
fieldset {
padding: 0.35em 0.75em 0.625em; }
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal; }
progress {
vertical-align: baseline; }
textarea {
overflow: auto; }
[type="checkbox"], [type="radio"] {
box-sizing: border-box;
padding: 0; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px; }
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit; }
details {
display: block; }
summary {
display: list-item; }
template {
display: none; }
[hidden] {
display: none; } p {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; }
dfn, cite, em, i {
font-style: italic; }
pre {
font-size: 14px;
overflow: auto;
background: #f5f5f5;
padding: 15px; }
code, kbd, tt, var {
font-size: 12px; }
code {
padding: 2px 4px;
color: #c7254e;
border-radius: 4px;
display: inline-block;
vertical-align: top; }
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help; }
mark, ins {
text-decoration: none; }
mark {
background: #fff9c0; }
big {
font-size: 125%; }
a {
text-decoration: none; }
a:hover {
text-decoration: none; }
a:focus {
text-decoration: none; } ul, ol {
list-style-position: inside;
padding-left: 0;
padding-right: 0; }
ul ul, ul ol, ol ul, ol ol {
padding-left: 15px; }
[dir="rtl"] ul ul, [dir="rtl"] ul ol, [dir="rtl"] ol ul, [dir="rtl"] ol ol {
padding-left: 0;
padding-right: 15px; }
ul.unstyled, ol.unstyled {
list-style: none;
margin: 0;
padding: 0; }
ul.unstyled ul, ul.unstyled ol, ol.unstyled ul, ol.unstyled ol {
list-style: none; }
ul.horizontal, ol.horizontal {
display: flex;
flex-wrap: wrap;
margin: -5px; }
ul.horizontal > li, ol.horizontal > li {
padding: 5px;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.list-style-none {
list-style: none; } table {
width: 100%;
max-width: 100%;
border: 1px solid #e0e0e0;
border-spacing: 0;
border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px; }
table th, table td {
padding: 8px;
border: 1px solid #e0e0e0;
border-top: 0;
border-left: 0;
text-align: start;
vertical-align: middle; }
table th:last-child, table td:last-child {
border-right: 0; }
table + * {
margin-top: 20px; }
table tbody tr:last-child th, table tbody tr:last-child td {
border-bottom: 0; } img {
height: auto;
max-width: 100%;
vertical-align: top; }
img.image-fit, img.img-fit {
height: 100%;
width: 100%;
object-fit: cover;
-o-object-fit: cover;
-moz-object-fit: cover;
-ms-filter-object-fit: cover;
-webkit-object-fit: cover; }
img.alignleft[alt="Image Alignment 150x150"], img.alignright[alt="Image Alignment 150x150"] {
clear: both; }
a {
color: var(--link-color);
text-decoration: none; }
a:hover {
color: var(--link-color-hover); }
a:hover, a:active, a:focus {
text-decoration: none; }
p {
margin: 0 0 22px; }
p:last-child {
margin-bottom: 0; }
img, video, iframe, svg {
max-width: 100%;
vertical-align: top; }
figure {
margin: 0 0 30px 0; }
figcaption {
display: block; } .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 0px;
overflow: hidden;
position: absolute;
width: 0px;
word-wrap: normal;
visibility: hidden;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
-ms-opacity: 0;
-o-opacity: 0;
display: none; }
.text-start {
text-align: start; }
.text-end {
text-align: end; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-center {
text-align: center; }
.justify-content-start {
-ms-flex-pack: start;
justify-content: flex-start; }
.justify-content-center {
-ms-flex-pack: center;
justify-content: center; }
.justify-content-end {
-ms-flex-pack: end;
justify-content: flex-end; }
.align-self-start {
-ms-flex-item-align: start;
align-self: flex-start; }
.align-self-center {
-ms-flex-item-align: center;
align-self: center; }
.align-self-end {
-ms-flex-item-align: end;
align-self: flex-end; }
@media (min-width: 0px) {
.text-xs-start {
text-align: start !important; }
.text-xs-end {
text-align: end !important; }
.text-xs-left {
text-align: left !important; }
.text-xs-right {
text-align: right !important; }
.text-xs-center {
text-align: center !important; }
.justify-content-xs-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-xs-center {
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-xs-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.align-self-xs-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-xs-center {
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-xs-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; } }
@media (min-width: 576px) {
.text-sm-start {
text-align: start !important; }
.text-sm-end {
text-align: end !important; }
.text-sm-left {
text-align: left !important; }
.text-sm-right {
text-align: right !important; }
.text-sm-center {
text-align: center !important; }
.justify-content-sm-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-sm-center {
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-sm-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; } }
@media (min-width: 768px) {
.text-md-start {
text-align: start !important; }
.text-md-end {
text-align: end !important; }
.text-md-left {
text-align: left !important; }
.text-md-right {
text-align: right !important; }
.text-md-center {
text-align: center !important; }
.justify-content-md-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-md-center {
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-md-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; } }
@media (min-width: 992px) {
.text-lg-start {
text-align: start !important; }
.text-lg-end {
text-align: end !important; }
.text-lg-left {
text-align: left !important; }
.text-lg-right {
text-align: right !important; }
.text-lg-center {
text-align: center !important; }
.justify-content-lg-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-lg-center {
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-lg-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; } }
@media (min-width: 1200px) {
.text-xl-start {
text-align: start !important; }
.text-xl-end {
text-align: end !important; }
.text-xl-left {
text-align: left !important; }
.text-xl-right {
text-align: right !important; }
.text-xl-center {
text-align: center !important; }
.justify-content-xl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-xl-center {
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-xl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; } }
@media (min-width: 1280px) {
.text-xxl-start {
text-align: start !important; }
.text-xxl-end {
text-align: end !important; }
.text-xxl-left {
text-align: left !important; }
.text-xxl-right {
text-align: right !important; }
.text-xxl-center {
text-align: center !important; }
.justify-content-xxl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-xxl-center {
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-xxl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.align-self-xxl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-xxl-center {
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-xxl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; } }
@media (min-width: 1600px) {
.text-xxxl-start {
text-align: start !important; }
.text-xxxl-end {
text-align: end !important; }
.text-xxxl-left {
text-align: left !important; }
.text-xxxl-right {
text-align: right !important; }
.text-xxxl-center {
text-align: center !important; }
.justify-content-xxxl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-xxxl-center {
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-xxxl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.align-self-xxxl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-xxxl-center {
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-xxxl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.elementor-column.kng-column-element-widescreen-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto !important;
max-width: 100%; } }
@media (min-width: 480px) {
.kng-heading-layout-2 .kng-heading-wrap.text-xs-start .item-sub-title.style-divider span {
padding-left: 80px;
padding-right: 0; }
.kng-heading-layout-2 .kng-heading-wrap.text-xs-start .item-sub-title.style-divider span:after {
display: none; }
.kng-heading-layout-2 .kng-heading-wrap.text-xs-end .item-sub-title.style-divider span {
padding-left: 0;
padding-right: 80px; }
.kng-heading-layout-2 .kng-heading-wrap.text-xs-end .item-sub-title.style-divider span:before {
display: none; }
.kng-heading-layout-2 .kng-heading-wrap.text-xs-center .item-sub-title.style-divider span {
padding-left: 80px;
padding-right: 80px; }
.kng-heading-layout-2 .kng-heading-wrap.text-xs-center .item-sub-title.style-divider span:before {
display: block; }
.kng-heading-layout-2 .kng-heading-wrap.text-xs-center .item-sub-title.style-divider span:after {
display: block; }
.kng-heading-layout-2 .kng-heading-wrap.text-sm-start .item-sub-title.style-divider span {
padding-left: 80px;
padding-right: 0; }
.kng-heading-layout-2 .kng-heading-wrap.text-sm-start .item-sub-title.style-divider span:after {
display: none; }
.kng-heading-layout-2 .kng-heading-wrap.text-sm-end .item-sub-title.style-divider span {
padding-left: 0;
padding-right: 80px; }
.kng-heading-layout-2 .kng-heading-wrap.text-sm-end .item-sub-title.style-divider span:before {
display: none; }
.kng-heading-layout-2 .kng-heading-wrap.text-sm-center .item-sub-title.style-divider span {
padding-left: 80px;
padding-right: 80px; }
.kng-heading-layout-2 .kng-heading-wrap.text-sm-center .item-sub-title.style-divider span:before {
display: block; }
.kng-heading-layout-2 .kng-heading-wrap.text-sm-center .item-sub-title.style-divider span:after {
display: block; } }
@media (min-width: 768px) {
.kng-heading-layout-2 .kng-heading-wrap.text-md-start .item-sub-title.style-divider span {
padding-left: 80px;
padding-right: 0; }
.kng-heading-layout-2 .kng-heading-wrap.text-md-start .item-sub-title.style-divider span:after {
display: none; }
.kng-heading-layout-2 .kng-heading-wrap.text-md-end .item-sub-title.style-divider span {
padding-left: 0;
padding-right: 80px; }
.kng-heading-layout-2 .kng-heading-wrap.text-md-end .item-sub-title.style-divider span:before {
display: none; }
.kng-heading-layout-2 .kng-heading-wrap.text-md-center .item-sub-title.style-divider span {
padding-left: 80px;
padding-right: 80px; }
.kng-heading-layout-2 .kng-heading-wrap.text-md-center .item-sub-title.style-divider span:before {
display: block; }
.kng-heading-layout-2 .kng-heading-wrap.text-md-center .item-sub-title.style-divider span:after {
display: block; } }
@media (min-width: 992px) {
.kng-heading-layout-2 .kng-heading-wrap.text-lg-start .item-sub-title.style-divider span {
padding-left: 80px;
padding-right: 0; }
.kng-heading-layout-2 .kng-heading-wrap.text-lg-start .item-sub-title.style-divider span:after {
display: none; }
.kng-heading-layout-2 .kng-heading-wrap.text-lg-end .item-sub-title.style-divider span {
padding-left: 0;
padding-right: 80px; }
.kng-heading-layout-2 .kng-heading-wrap.text-lg-end .item-sub-title.style-divider span:before {
display: none; }
.kng-heading-layout-2 .kng-heading-wrap.text-lg-center .item-sub-title.style-divider span {
padding-left: 80px;
padding-right: 80px; }
.kng-heading-layout-2 .kng-heading-wrap.text-lg-center .item-sub-title.style-divider span:before {
display: block; }
.kng-heading-layout-2 .kng-heading-wrap.text-lg-center .item-sub-title.style-divider span:after {
display: block; } }
@media (min-width: 1200px) {
.kng-heading-layout-2 .kng-heading-wrap.text-xl-start .item-sub-title.style-divider span {
padding-left: 80px;
padding-right: 0; }
.kng-heading-layout-2 .kng-heading-wrap.text-xl-start .item-sub-title.style-divider span:after {
display: none; }
.kng-heading-layout-2 .kng-heading-wrap.text-xl-end .item-sub-title.style-divider span {
padding-left: 0;
padding-right: 80px; }
.kng-heading-layout-2 .kng-heading-wrap.text-xl-end .item-sub-title.style-divider span:before {
display: none; }
.kng-heading-layout-2 .kng-heading-wrap.text-xl-center .item-sub-title.style-divider span {
padding-left: 80px;
padding-right: 80px; }
.kng-heading-layout-2 .kng-heading-wrap.text-xl-center .item-sub-title.style-divider span:before {
display: block; }
.kng-heading-layout-2 .kng-heading-wrap.text-xl-center .item-sub-title.style-divider span:after {
display: block; } }
@media (min-width: 1280px) {
.kng-heading-layout-2 .kng-heading-wrap.text-xxl-start .item-sub-title.style-divider span {
padding-left: 80px;
padding-right: 0; }
.kng-heading-layout-2 .kng-heading-wrap.text-xxl-start .item-sub-title.style-divider span:after {
display: none; }
.kng-heading-layout-2 .kng-heading-wrap.text-xxl-end .item-sub-title.style-divider span {
padding-left: 0;
padding-right: 80px; }
.kng-heading-layout-2 .kng-heading-wrap.text-xxl-end .item-sub-title.style-divider span:before {
display: none; }
.kng-heading-layout-2 .kng-heading-wrap.text-xxl-center .item-sub-title.style-divider span {
padding-left: 80px;
padding-right: 80px; }
.kng-heading-layout-2 .kng-heading-wrap.text-xxl-center .item-sub-title.style-divider span:before {
display: block; }
.kng-heading-layout-2 .kng-heading-wrap.text-xxl-center .item-sub-title.style-divider span:after {
display: block; } }
@media (min-width: 1600px) {
.kng-heading-layout-2 .kng-heading-wrap.text-xxxl-start .item-sub-title.style-divider span {
padding-left: 80px;
padding-right: 0; }
.kng-heading-layout-2 .kng-heading-wrap.text-xxxl-start .item-sub-title.style-divider span:after {
display: none; }
.kng-heading-layout-2 .kng-heading-wrap.text-xxxl-end .item-sub-title.style-divider span {
padding-left: 0;
padding-right: 80px; }
.kng-heading-layout-2 .kng-heading-wrap.text-xxxl-end .item-sub-title.style-divider span:before {
display: none; }
.kng-heading-layout-2 .kng-heading-wrap.text-xxxl-center .item-sub-title.style-divider span {
padding-left: 80px;
padding-right: 80px; }
.kng-heading-layout-2 .kng-heading-wrap.text-xxxl-center .item-sub-title.style-divider span:before {
display: block; }
.kng-heading-layout-2 .kng-heading-wrap.text-xxxl-center .item-sub-title.style-divider span:after {
display: block; } }
.text-truncate-1 {
display: block;
display: -webkit-box;
max-height: 25.6px;
font-size: 16px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 1;
-webkit-line-clamp: 1;
-khtml-line-clamp: 1;
-moz-line-clamp: 1;
-ms-line-clamp: 1;
-o-line-clamp: 1;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.text-truncate-1 > * {
display: block;
display: -webkit-box;
max-height: 25.6px;
font-size: 16px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 1;
-webkit-line-clamp: 1;
-khtml-line-clamp: 1;
-moz-line-clamp: 1;
-ms-line-clamp: 1;
-o-line-clamp: 1;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.text-truncate-2 {
display: block;
display: -webkit-box;
max-height: 51.2px;
font-size: 16px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.text-truncate-2 > * {
display: block;
display: -webkit-box;
max-height: 51.2px;
font-size: 16px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.text-truncate-3 {
display: block;
display: -webkit-box;
max-height: 72px;
font-size: 15px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 3;
-webkit-line-clamp: 3;
-khtml-line-clamp: 3;
-moz-line-clamp: 3;
-ms-line-clamp: 3;
-o-line-clamp: 3;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.text-truncate-3 > * {
display: block;
display: -webkit-box;
max-height: 72px;
font-size: 15px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 3;
-webkit-line-clamp: 3;
-khtml-line-clamp: 3;
-moz-line-clamp: 3;
-ms-line-clamp: 3;
-o-line-clamp: 3;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.text-truncate-4 {
display: block;
display: -webkit-box;
max-height: 96px;
font-size: 15px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 4;
-webkit-line-clamp: 4;
-khtml-line-clamp: 4;
-moz-line-clamp: 4;
-ms-line-clamp: 4;
-o-line-clamp: 4;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.text-truncate-4 > * {
display: block;
display: -webkit-box;
max-height: 96px;
font-size: 15px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 4;
-webkit-line-clamp: 4;
-khtml-line-clamp: 4;
-moz-line-clamp: 4;
-ms-line-clamp: 4;
-o-line-clamp: 4;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.text-truncate-5 {
display: block;
display: -webkit-box;
max-height: 120px;
font-size: 15px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 5;
-webkit-line-clamp: 5;
-khtml-line-clamp: 5;
-moz-line-clamp: 5;
-ms-line-clamp: 5;
-o-line-clamp: 5;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.text-truncate-5 > * {
display: block;
display: -webkit-box;
max-height: 120px;
font-size: 15px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 5;
-webkit-line-clamp: 5;
-khtml-line-clamp: 5;
-moz-line-clamp: 5;
-ms-line-clamp: 5;
-o-line-clamp: 5;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.text-multi-line-1 {
font-size: 20px;
line-height: 1.4;
min-height: 56px;
max-height: 56px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.text-multi-line-2 {
font-size: 30px;
line-height: 1.5;
min-height: 90px;
max-height: 90px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.text-multi-line-242 {
font-size: 24px;
line-height: 1.16666667;
min-height: 56.00000016px;
max-height: 56.00000016px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.italic {
font-style: italic; }
.no-padding {
padding: 0 !important; }
.text-underline {
text-decoration: underline; }
.bypostauthor, .sticky {
visibility: visible; }
.screen-reader-text {
display: none; }
.alignleft, .alignright, .aligncenter {
margin-top: 6px;
margin-bottom: 15px !important; }
.alignleft {
display: inline;
float: left;
margin-right: 30px !important; }
[dir="rtl"] .alignleft {
float: right;
margin-right: 0 !important;
margin-left: 30px !important; }
.alignright {
display: inline;
float: right;
margin-left: 30px; }
[dir="rtl"] .alignright {
float: left;
margin-left: 0;
margin-right: 30px; }
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto; }
.kng-single-page p:last-child {
clear: both; }
.kng-single-page p:last-child img[class*="align"] {
margin-bottom: 0; }
blockquote {
padding: 0 0 0 1rem;
border-left: 5px solid var(--primary-color); }
[dir="rtl"] blockquote {
padding: 0 1rem 0 0;
border-left: 0;
border-right: 5px solid var(--primary-color); }
blockquote.has-text-align-right {
padding: 0 1rem 0 0;
border-left: 0;
border-right: 5px solid var(--primary-color); }
[dir="rtl"] blockquote.has-text-align-right {
padding: 0 0 0 1rem;
border-right: 0;
border-left: 5px solid var(--primary-color);
text-align: left; }
.kng-section-bg-parallax {
background-repeat: no-repeat;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute; }
.elementor-section.kng-border-section-anm {
border-width: 0 !important; }
.elementor-column.kng-border-column-anm > .elementor-element-populated {
border-width: 0 !important; }
.kng-border-animated .kng-border-anm {
position: absolute;
transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1); }
.kng-border-animated .kng-border-anm.bt {
top: 0;
left: 0;
transform: scaleX(0);
transform-origin: 0 0; }
.kng-border-animated .kng-border-anm.br {
top: 0;
right: 0;
transform: scaleY(0);
transform-origin: 100% 0; }
.kng-border-animated .kng-border-anm.bb {
left: 0;
bottom: 0;
transform: scaleX(0);
transform-origin: 0 100%; }
.kng-border-animated .kng-border-anm.bl {
top: 0;
left: 0;
transform: scaleY(0);
transform-origin: 0 0; }
.kng-border-animated.num-3 .kng-border-anm.br, .kng-border-animated.num-3 .kng-border-anm.bb, .kng-border-animated.num-4 .kng-border-anm.br, .kng-border-animated.num-4 .kng-border-anm.bb {
transition-delay: 2s; }
.kng-border-animated.kng-animated .kng-border-anm {
transform: scale(1); }
.kng-bd-anm {
border-width: 0 0 1px 0;
border-style: solid;
border-color: #e4e4e4;
transform: scale(0);
transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1); }
.kng-bd-anm.bt {
border-width: 1px 0 0 0;
transform-origin: 0 0; }
.kng-bd-anm.br {
border-width: 0 1px 0 0;
transform-origin: 100% 0; }
.kng-bd-anm.bb {
border-width: 0 0 1px 0;
transform-origin: 0 100%; }
.kng-bd-anm.bl {
border-width: 0 0 0 1px;
transform-origin: 0 0; }
.kng-bd-anm.kng-animated {
transform: scale(1); }
.elementor-widget-divider .elementor-divider-separator {
transform: scaleX(0);
transform-origin: 0 100%;
transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1); }
.elementor-widget-divider.kng-animated .elementor-divider-separator {
transform: scale(1); }
.kng-divider.animated .kng-divider-separator {
transform: scaleX(0);
transform-origin: 0 100%;
transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1); }
.kng-divider.animated.slow .kng-divider-separator {
transition: transform 2.5s cubic-bezier(0.77, 0, 0.175, 1); }
.kng-divider.animated.normal .kng-divider-separator {
transition: transform 1.8s cubic-bezier(0.77, 0, 0.175, 1); }
.kng-divider.animated.fast .kng-divider-separator {
transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1); }
.kng-divider.animated.kng-animated .kng-divider-separator {
transform: scale(1); }
.kng-hd-bd-left .elementor-widget-container:before, .kng-hd-bd-right .elementor-widget-container:before {
transform: scaleY(0);
transform-origin: 100% 0;
transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1); }
.kng-hd-bd-left.kng-animated .elementor-widget-container:before, .kng-hd-bd-right.kng-animated .elementor-widget-container:before {
transform: scale(1); }
.kng-section-shape-item {
position: absolute; }
.shape-animate1 {
animation: animationFramesTwo 12s infinite linear alternate; }
.shape-animate2 {
animation: animationFramesOne 12s infinite linear alternate; }
.shape-animate3 {
animation: animationFramesFour 12s infinite linear alternate; }
.shape-animate4 {
animation: animationFramesThree 12s infinite linear alternate; }
.shape-animate5 {
animation: animationFramesFive 12s infinite linear alternate; }
.shape-animate6 {
animation: animationFramesSix 12s infinite linear alternate; }
.shape-animate7 {
animation: animationFramesSeven 18s infinite linear alternate; }
.fade-in-out-custom {
animation: fadeInOutCustom 8s infinite linear alternate; }
.fade-out-in-custom {
animation: fadeOutInCustom 8s infinite linear alternate; }
.up-down-move {
animation: up-down-move 2.3s infinite linear;
transform-origin: bottom; }
.down-up-move {
animation: down-up-move 2.3s infinite linear;
transform-origin: top; }
.kng-spin {
animation: kng-spin 20s linear infinite;
-webkit-animation: kng-spin 20s linear infinite;
-khtml-animation: kng-spin 20s linear infinite;
-moz-animation: kng-spin 20s linear infinite;
-ms-animation: kng-spin 20s linear infinite;
-o-animation: kng-spin 20s linear infinite; }
.kng-spin1 {
animation: kng-spin 40s linear infinite;
-webkit-animation: kng-spin 40s linear infinite;
-khtml-animation: kng-spin 40s linear infinite;
-moz-animation: kng-spin 40s linear infinite;
-ms-animation: kng-spin 40s linear infinite;
-o-animation: kng-spin 40s linear infinite; }
.kng-spin2 {
animation: kng-spin2 30s linear infinite;
-webkit-animation: kng-spin2 30s linear infinite;
-khtml-animation: kng-spin2 30s linear infinite;
-moz-animation: kng-spin2 30s linear infinite;
-ms-animation: kng-spin2 30s linear infinite;
-o-animation: kng-spin2 30s linear infinite; }
.w-100 {
width: 100% !important; }
.h-100 {
height: 100% !important; }
.overflow-hidden {
overflow: hidden; }
.d-flex.gx-0, .row.gx-0 {
margin-left: 0;
margin-right: 0; }
.d-flex.gx-0 > *, .row.gx-0 > * {
padding-left: 0;
padding-right: 0; }
.d-flex-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.d-flex-wrap > * {
flex-shrink: 0;
max-width: 100%; }
.scale-hover {
overflow: hidden; }
.scale-hover img {
transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
-webkit-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1); }
.scale-hover:hover img {
opacity: 0.9;
-webkit-transform: scale3d(1.05, 1.05, 1);
transform: scale3d(1.05, 1.05, 1); }
.fw-500 {
font-weight: 500; }
.fw-700 {
font-weight: 700; }
.empty-none:empty {
display: none; }
a, .transition, .kng-transition, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .kng-swiper-dots button, img {
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-transition-1 {
transition: all 300ms linear 0s;
-webkit-transition: all 300ms linear 0s;
-khtml-transition: all 300ms linear 0s;
-moz-transition: all 300ms linear 0s;
-ms-transition: all 300ms linear 0s;
-o-transition: all 300ms linear 0s; }
.kng-transition-2 {
transition: all 300ms linear 0.05s;
-webkit-transition: all 300ms linear 0.05s;
-khtml-transition: all 300ms linear 0.05s;
-moz-transition: all 300ms linear 0.05s;
-ms-transition: all 300ms linear 0.05s;
-o-transition: all 300ms linear 0.05s; }
.hr--small {
margin: 20px auto;
width: 50px;
border-width: 3px;
border-style: solid;
border-color: var(--primary-color);
clear: both;
border-top: 0; }
.hr--large {
margin: 60px auto;
border-width: 3px 0 0 0;
width: 50px;
border-color: var(--primary-color);
clear: both; }
.underline, a.underline, .elementor a.underline {
text-decoration: underline; }
.kng-page-overlay {
position: fixed;
z-index: 603;
top: 0;
right: 0;
width: 0;
height: 0;
background: rgba(var(--second-color-rgb),0.8);
opacity: 0;
transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-khtml-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-moz-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-ms-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.h-100 {
height: 100%; }
.h-100 > .elementor-widget-container {
height: 100%; }
.round, .kng-rounded {
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%; }
.kng-loader {
background: #fff;
height: 100vh;
position: fixed;
width: 100%;
z-index: 999999;
top: 0;
left: 0;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-loader.style-1 .loading-spinner {
margin: -45px auto 0 auto;
width: 90px;
height: 90px;
top: 50%;
position: relative;
text-align: center;
-webkit-animation: loadershake infinite 2s linear;
animation: loadershake infinite 2s linear; }
.kng-loader.style-2 .loading-spinner {
margin: -20px auto 0 auto;
width: 40px;
height: 40px;
top: 50%;
position: relative;
text-align: center;
-webkit-animation: sk-rotate 2s infinite linear;
animation: sk-rotate 2s infinite linear; }
.kng-loader.style-2 .loading-dot1, .kng-loader.style-2 .loading-dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: var(--primary-color);
border-radius: 100%;
-webkit-animation: sk-bounce 2s infinite ease-in-out;
animation: sk-bounce 2s infinite ease-in-out; }
.kng-loader.style-2 .loading-dot2 {
top: auto;
bottom: 0;
-webkit-animation-delay: -1s;
animation-delay: -1s; }
.kng-loading {
cursor: wait;
width: 100%;
height: 100%;
max-height: 100%;
max-width: 100%;
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around; }
.kng-loading:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: "";
display: block;
background: rgba(255, 255, 255, 0.3); }
.kng-loading:after {
z-index: 2;
position: absolute;
top: 45%;
left: 50%;
content: "";
font-family: "FontAwesome";
font-size: 50px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
margin: -25px 0 0 -25px;
color: #fff;
animation: spin 1s infinite linear;
-webkit-animation: spin 1s infinite linear;
-khtml-animation: spin 1s infinite linear;
-moz-animation: spin 1s infinite linear;
-ms-animation: spin 1s infinite linear;
-o-animation: spin 1s infinite linear; }
.wow.case-fade-in-up {
transform: translateY(80px);
-webkit-transform: translateY(80px);
-khtml-transform: translateY(80px);
-moz-transform: translateY(80px);
-ms-transform: translateY(80px);
-o-transform: translateY(80px);
transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
-webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1); }
.wow.case-fade-in-up.animated {
transform: translateY(0px);
-webkit-transform: translateY(0px);
-khtml-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px); }
.item-featured img {
width: 100%;
transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-khtml-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-moz-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-ms-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-o-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; }
.row.no-padding {
margin-left: 0;
margin-right: 0; }
.row.no-padding > * {
padding-left: 0;
padding-right: 0; }
.zoom-reverse {
-webkit-animation: kng_zoom_reverse;
-o-animation: kng_zoom_reverse;
animation: kng_zoom_reverse;
-webkit-animation-duration: 0.5s !important;
-moz-animation-duration: 0.5s !important;
-o-animation-duration: 0.5s !important;
animation-duration: 0.5s !important; }
@media (min-width: 1280px) {
.col-xxl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding-left: 15px;
padding-right: 15px; } }
.kng-heading {
color: var(--heading-color);
font-weight: 500;
margin-top: 0; }
.heading-font-family {
font-family: "Frank Ruhl Libre", sans-serif; }
.invisible {
visibility: hidden;
opacity: 0; }
.kng-anim-swing {
animation: swing 2s linear infinite;
-webkit-animation: swing 2s linear infinite;
-khtml-animation: swing 2s linear infinite;
-moz-animation: swing 2s linear infinite;
-ms-animation: swing 2s linear infinite;
-o-animation: swing 2s linear infinite; }
.kng-anim-bounce {
animation: bounce 2s linear infinite;
-webkit-animation: bounce 2s linear infinite;
-khtml-animation: bounce 2s linear infinite;
-moz-animation: bounce 2s linear infinite;
-ms-animation: bounce 2s linear infinite;
-o-animation: bounce 2s linear infinite; }
.kng-anim-bounceIn {
animation: bounceIn 2s linear infinite;
-webkit-animation: bounceIn 2s linear infinite;
-khtml-animation: bounceIn 2s linear infinite;
-moz-animation: bounceIn 2s linear infinite;
-ms-animation: bounceIn 2s linear infinite;
-o-animation: bounceIn 2s linear infinite; }
.kng-anim-bounceInLeft {
animation: bounceInLeft 2s linear infinite;
-webkit-animation: bounceInLeft 2s linear infinite;
-khtml-animation: bounceInLeft 2s linear infinite;
-moz-animation: bounceInLeft 2s linear infinite;
-ms-animation: bounceInLeft 2s linear infinite;
-o-animation: bounceInLeft 2s linear infinite; }
.kng-anim-bounceInRight {
animation: bounceInRight 2s linear infinite;
-webkit-animation: bounceInRight 2s linear infinite;
-khtml-animation: bounceInRight 2s linear infinite;
-moz-animation: bounceInRight 2s linear infinite;
-ms-animation: bounceInRight 2s linear infinite;
-o-animation: bounceInRight 2s linear infinite; }
.kng-anim-bounceInUp {
animation: bounceInUp 2s linear infinite;
-webkit-animation: bounceInUp 2s linear infinite;
-khtml-animation: bounceInUp 2s linear infinite;
-moz-animation: bounceInUp 2s linear infinite;
-ms-animation: bounceInUp 2s linear infinite;
-o-animation: bounceInUp 2s linear infinite; }
.kng-anim-bounceInDown {
animation: bounceInDown 2s linear infinite;
-webkit-animation: bounceInDown 2s linear infinite;
-khtml-animation: bounceInDown 2s linear infinite;
-moz-animation: bounceInDown 2s linear infinite;
-ms-animation: bounceInDown 2s linear infinite;
-o-animation: bounceInDown 2s linear infinite; }
.hidden {
display: none; }
.bg-cover {
background-size: cover; }
.uppercase {
text-transform: uppercase; }
.parallax-overlay {
position: absolute!important;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.center-align {
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }
.link-white {
text-align: center;
color: #fff;
font-size: 14px;
font-weight: 700; }
.link-white a {
color: var(--primary-color); }
.link-white a:hover {
color: #fff; }
.text-primary {
color: var(--primary-color); }
a.text-primary:focus, a.text-primary:hover {
color: var(--primary-color); }
.text-secondary {
color: var(--second-color); }
a.text-secondary:focus, a.text-secondary:hover {
color: var(--second-color); }
.text-block {
font-size: 15px;
line-height: 23px; }
.text-heading {
color: var(--heading-color); }
.text-gray {
color: #828282; }
.text-uppercase {
text-transform: uppercase; }
.z-index99 {
z-index: 99;
position: relative; }
.z-index0 {
z-index: 0;
position: relative; }
.z-index-1 {
position: relative;
z-index: 1; }
.z-index-top {
z-index: 888;
position: relative; }
@media (max-width: 767px) {
.mobile-order-top {
order: -1; } }
.kng-round {
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%; }
.d-flex {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.d-flex-align-justify-center {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.flex-box {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center; }
.font-smooth {
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.d-table {
display: table; }
.d-table-cell {
display: table-cell;
vertical-align: middle; }
.bg-image {
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.hover-primary:hover {
color: var(--primary-color) !important; }
.scale-hover {
overflow: hidden; }
.scale-hover img {
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;
-khtml-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
-o-transition: all 0.8s ease; }
.scale-hover:hover img {
opacity: 0.9;
-webkit-transform: scale3d(1.05, 1.05, 1);
transform: scale3d(1.05, 1.05, 1); }
.hover-underline-in {
position: relative; }
.hover-underline-in:after {
position: absolute;
content: "";
border-bottom: 1px solid transparent;
display: inline-block;
height: 1px;
width: 100%;
top: 1.15em;
left: 0;
transition: all 300ms linear 0s; }
.hover-underline-in:hover:after {
border-color: inherit; }
.hover-underline-out {
position: relative; }
.hover-underline-out:after {
position: absolute;
content: "";
border-bottom: 1px solid;
display: inline-block;
height: 1px;
width: 100%;
top: 1.15em;
left: 0;
transition: all 300ms linear 0s; }
.hover-underline-out:hover:after {
border-color: transparent; }
.circle-image img {
border-radius: 50% !important; }
.screen-reader-text {
display: none; }
#content[tabindex="-1"]:focus {
outline: 0; }
.bg-overlay {
position: relative; }
.bg-overlay:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: inherit;
display: block; }
.site-overlay {
position: fixed;
z-index: -1;
background-color: "rgba(0,0,0,0.5)";
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-khtml-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-moz-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-ms-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-o-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
cursor: url(//interpolavukati.com/wp-content/themes/lawgne/assets/images/pointer.png), auto; }
.site-overlay.open {
z-index: 9990;
opacity: 1;
visibility: visible; }
.row-visible {
overflow: visible !important; }
.inline-block {
display: inline-block;
vertical-align: middle; }
.text-right, .align-right {
text-align: right; }
.text-left, .align-left {
text-align: left; }
.text-center, .align-center {
text-align: center; }
.align-justified {
width: 100%; }
.h-main {
font-weight: 700; }
.img-cover {
object-fit: cover; }
.style-none {
list-style: none;
margin: 0; }
.line-gap {
background-color: #ebebea;
height: 1px;
margin-left: 15px;
width: calc(100% - 30px);
width: -webkit-calc(100% - 30px);
width: -ms-calc(100% - 30px);
width: -o-calc(100% - 30px); }
#secondary .count.right {
float: right; }
.link-text {
transition: all 300ms linear 0s; }
.link-text:hover {
color: var(--primary-color) !important;
border-color: var(--primary-color) !important; }
@media (min-width: 992px) {
.text-left-lg {
text-align: left !important; }
.text-center-lg {
text-align: center !important; }
.text-right-lg {
text-align: right !important; } }
@media (max-width: 1199px) {
.align-center-md {
text-align: center; }
.align-left-md {
text-align: left; }
.align-right-md {
text-align: right; }
.align-justified-md {
width: 100%; } }
@media (max-width: 991px) {
.text-center-md {
text-align: center !important; }
.text-left-md {
text-align: left !important; }
.text-right-md {
text-align: right !important; }
.align-center-sm {
text-align: center; }
.align-left-sm {
text-align: left; }
.align-right-sm {
text-align: right; }
.align-justified-sm {
width: 100%; } }
@media (max-width: 767px) {
.text-center-sm {
text-align: center !important; }
.text-left-sm {
text-align: left !important; }
.text-right-sm {
text-align: right !important; }
.align-center-xs {
text-align: center; }
.align-left-xs {
text-align: left; }
.align-right-xs {
text-align: right; }
.align-justified-xs {
width: 100%; }
.sm-no-box-shadow .elementor-column-wrap {
box-shadow: none !important; } }
@media screen and (max-width: 1279px) {
.responsive-hide {
display: none; } }
@media (min-width: 768px) {
.column-wrap-border {
border-left: 1px solid "rgba(#fff, 0.2)";
border-right: 1px solid "rgba(#fff, 0.2)"; } }
@keyframes jump {
0% {
transform: translateY(0); }
50% {
transform: translateY(7px); }
100% {
transform: translateY(0); } }
.image-jump {
-webkit-animation: jump 2s ease-in-out alternate;
-moz-animation: jump 2s ease-in-out alternate;
animation: jump 2s ease-in-out alternate;
animation-iteration-count: infinite;
animation-delay: 6s;
position: relative; }
.small-spacing {
letter-spacing: 0.01em !important; }
.border-shadow .elementor-image {
position: relative; }
.border-shadow .elementor-image:after {
content: "";
position: absolute;
display: block;
top: -45px;
left: 35%;
right: -45px;
bottom: 60px;
background-image: url(//interpolavukati.com/wp-content/themes/lawgne/assets/images/image-pattern.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat; }
.border-shadow .elementor-image img {
position: relative;
z-index: 1; }
.link-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.overlay-wrap .relative {
overflow: hidden; }
@media (min-width: 1200px) {
.overlay-wrap .overlay {
transform: scale(0.8);
-webkit-transform: scale(0.8);
-khtml-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
opacity: 0;
visibility: hidden; } }
.overlay-wrap:hover .overlay {
visibility: visible;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
-ms-opacity: 1;
-o-opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1); } .kng-badge-1 {
height: 65px;
min-width: 60px;
position: relative;
background-color: var(--second-color);
color: #ffffff;
padding: 0 10px;
overflow: hidden;
border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
-khtml-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
-ms-border-radius: 4px 0 0 4px;
-o-border-radius: 4px 0 0 4px; }
[dir="rtl"] .kng-badge-1 {
border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
-khtml-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
-ms-border-radius: 0 4px 4px 0;
-o-border-radius: 0 4px 4px 0; }
.kng-badge-1:before, .kng-badge-1:after {
content: "";
display: block;
position: absolute; }
.kng-badge-1:after {
height: 5px;
width: 100%;
background: #ffffff;
left: 5px;
bottom: 0; }
[dir="rtl"] .kng-badge-1:after {
left: auto;
right: 5px; }
.kng-badge-2 {
position: relative; }
.kng-badge-2:after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 10px 35px 0 35px;
border-color: var(--second-color) transparent transparent transparent;
position: absolute;
left: 0;
right: 0;
bottom: -10px; }
.kng-badge-3 {
color: #ffffff;
font-size: 14px;
line-height: 20px;
font-weight: 700;
text-align: center;
padding: 5px 9px 14px;
position: relative;
overflow: hidden;
max-width: 46px; }
.kng-badge-3:not(.badge-svg) {
background-color: var(--primary-color); }
.kng-badge-3:not(.badge-svg):after {
content: "";
background: white;
position: absolute;
left: 0;
right: 0;
height: 22px;
top: calc(100% - 10px);
border-radius: 50% 50% 0 0; }
.kng-badge-3.badge-svg > svg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 50%;
fill: var(--primary-color);
height: 100%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%); }
.kng-badge-4 {
position: relative; }
.kng-badge-4:after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 10px 35px 0 35px;
border-color: #ffffff transparent transparent transparent;
position: absolute;
left: 0;
right: 0;
bottom: -10px; }
.kng-ribbon {
position: absolute;
right: -7px;
top: -7px;
z-index: 2;
overflow: hidden;
width: 125px;
height: 125px;
text-align: right; }
.kng-ribbon .main {
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
text-align: center;
line-height: 35px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 164px;
display: block;
border-color: var(--second-color);
position: absolute;
top: 31px;
right: -34px; }
.kng-ribbon .main .before {
content: "";
position: absolute;
left: 0px;
top: 100%;
z-index: -1;
border-left-width: 3px;
border-left-style: solid;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
border-top-width: 3px;
border-top-style: solid; }
.kng-ribbon .main .after {
content: "";
position: absolute;
right: 0px;
top: 100%;
z-index: -1;
border-left: 3px solid transparent;
border-right-width: 3px;
border-right-style: solid;
border-bottom: 3px solid transparent;
border-top-width: 3px;
border-top-style: solid; } .circle, .kng-circle, .elementor img.circle {
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%; }
.bdr-main {
border-color: rgba(22, 37, 66, 0.1); } .kng-img {
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-hover-img-scale:hover .kng-img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1); }
.z-ontop, .z-top {
z-index: 2; }
.kng-link-overlay > a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.kng-invisible {
visibility: hidden; }
.kng-rating-star:before {
content: "";
letter-spacing: 4px; }
[data-elementor-open-lightbox="yes"] {
cursor: pointer; } .kng-bg-gradient-1, .kng-overlay-gradient-1 > .kng-overlay-gradient, .kng-bg-gradient-2, .kng-overlay-gradient-2 > .kng-overlay-gradient {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.kng-bg-gradient-1:before, .kng-overlay-gradient-1 > .kng-overlay-gradient:before, .kng-bg-gradient-2:before, .kng-overlay-gradient-2 > .kng-overlay-gradient:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.kng-bg-gradient-1, .kng-overlay-gradient-1 > .kng-overlay-gradient {
background: rgba(22, 37, 66, 0.5); }
.kng-bg-gradient-1:before, .kng-overlay-gradient-1 > .kng-overlay-gradient:before {
background: -webkit-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
background: -o-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
background: -ms-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
background: -moz-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
background: linear-gradient(to bottom, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
filter: alpha(opacity=50);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
opacity: 0.5;
-webkit-opacity: 0.5;
-khtml-opacity: 0.5;
-moz-opacity: 0.5;
-ms-opacity: 0.5;
-o-opacity: 0.5; }
.kng-bg-gradient-2, .kng-overlay-gradient-2 > .kng-overlay-gradient {
filter: alpha(opacity=25);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
opacity: 0.25;
-webkit-opacity: 0.25;
-khtml-opacity: 0.25;
-moz-opacity: 0.25;
-ms-opacity: 0.25;
-o-opacity: 0.25;
background: #162542; }
.kng-bg-gradient-2:before, .kng-overlay-gradient-2 > .kng-overlay-gradient:before {
background: -webkit-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
background: -o-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
background: -ms-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
background: -moz-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
background: linear-gradient(to bottom, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%); } .hover-border {
transition: color 0.25s;
-webkit-transition: color 0.25s;
-khtml-transition: color 0.25s;
-moz-transition: color 0.25s;
-ms-transition: color 0.25s;
-o-transition: color 0.25s; }
.hover-border:before, .hover-border:after {
border: 3px solid transparent;
width: 0;
height: 0; }
.hover-border:before {
top: 0;
left: 0; }
.hover-border:after {
bottom: 0;
right: 0; }
.hover-border:hover:before, .hover-border:hover:after {
width: 100%;
height: 100%;
display: block; }
.hover-border:hover:before {
border-top-color: var(--second-color);
border-right-color: var(--second-color);
transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
-webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
-khtml-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
-moz-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
-ms-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
-o-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s; }
.hover-border:hover:after {
border-bottom-color: var(--second-color);
border-left-color: var(--second-color);
transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
-webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
-khtml-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
-moz-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
-ms-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
-o-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s; }
.hover-border-outer {
position: relative;
z-index: 1;
height: 100%;
display: block; }
.hover-border-outer:before, .hover-border-outer:after {
box-sizing: inherit;
content: "";
position: absolute;
z-index: -1;
display: block; }
.kng-hover-show-more-text-wrap .kng-hover-show-more-text {
overflow: hidden; }
.kng-hover-show-more-text-wrap .kng-hover-show-more-text .kng-btn-text {
transform: translateX(-150%);
-webkit-transform: translateX(-150%);
-khtml-transform: translateX(-150%);
-moz-transform: translateX(-150%);
-ms-transform: translateX(-150%);
-o-transform: translateX(-150%);
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-hover-show-more-text-wrap:hover .kng-btn-text {
transform: translateX(0);
-webkit-transform: translateX(0);
-khtml-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0); }
.kng-img-hover .kng-img {
filter: alpha(opacity=50);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
opacity: 0.5;
-webkit-opacity: 0.5;
-khtml-opacity: 0.5;
-moz-opacity: 0.5;
-ms-opacity: 0.5;
-o-opacity: 0.5; }
.kng-img-hover .kng-img:hover {
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
-ms-opacity: 1;
-o-opacity: 1; } .kng-icon {
line-height: 1; } .kng-modal-html {
visibility: hidden;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
-ms-opacity: 0;
-o-opacity: 0;
z-index: -1;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
transform: scale(0);
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
background: rgba(var(--second-color-rgb),0.95); }
.kng-modal-html.open {
visibility: visible;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
-ms-opacity: 1;
-o-opacity: 1;
z-index: 999;
transform: scale(1);
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1); }
.kng-modal-close {
border-radius: 50%;
background: #E4E6EB;
border: 9px solid transparent;
color: var(--heading-color);
width: 36px;
height: 36px;
position: absolute;
left: auto;
right: 40px;
top: 40px; }
@media (max-width: 767px) {
.kng-modal-close {
width: 30px;
height: 30px;
border-width: 8px; } }
.kng-modal-close:before, .kng-modal-close:after {
content: "";
position: absolute;
height: 2px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background-color: var(--heading-color);
transform-origin: 50% 50%;
opacity: 1;
transition: transform ease 0.25s;
-webkit-transition: transform ease 0.25s;
-khtml-transition: transform ease 0.25s;
-moz-transition: transform ease 0.25s;
-ms-transition: transform ease 0.25s;
-o-transition: transform ease 0.25s; }
.kng-modal-close:before {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg); }
.kng-modal-close:after {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg); }
.kng-modal-close:hover:before, .kng-modal-close:hover:after {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg); }
[dir="rtl"] .kng-modal-close {
right: auto;
left: 40px; } .kng-overlay-wrap {
position: relative; outline: none; }
.kng-overlay-wrap img {
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-overlay-wrap .kng-overlay-content {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1;
visibility: hidden;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
-ms-opacity: 0;
-o-opacity: 0;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-overlay-wrap .kng-bottom-to-top {
transform: translateY(100%);
-webkit-transform: translateY(100%);
-khtml-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%); }
.kng-overlay-wrap:hover img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1); }
.kng-overlay-wrap:hover .kng-overlay-content {
visibility: visible;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
-ms-opacity: 1;
-o-opacity: 1; }
.kng-overlay-wrap:hover .kng-bottom-to-top {
transform: translateY(0);
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0); }
@media (max-width: 991px) {
.kng-overlay-wrap .kng-overlay-content {
visibility: visible;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
-ms-opacity: 1;
-o-opacity: 1; }
.kng-overlay-wrap .kng-bottom-to-top {
transform: translateY(0);
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0); } }
.kng-overlay-wrap.kng-overlay-bottom-to-top:before {
height: 0; }
.kng-overlay-wrap.kng-overlay-bottom-to-top:hover:before {
height: calc(100% - 20px); }
.kng-overlay-wrap.kng-overlay-slideup .kng-overlay-content {
color: #ffffff;
background: rgba(0, 0, 0, 0.8);
transition: all 500ms linear;
-webkit-transition: all 500ms linear;
-khtml-transition: all 500ms linear;
-moz-transition: all 500ms linear;
-ms-transition: all 500ms linear;
-o-transition: all 500ms linear;
transform: translateY(100%);
-webkit-transform: translateY(100%);
-khtml-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%); }
.kng-overlay-wrap.kng-overlay-slideup .kng-overlay-content .entry-title {
color: var(--second-color); }
.kng-overlay-wrap.kng-overlay-slideup .kng-overlay-content .entry-title:hover {
color: #ffffff; }
.kng-overlay-wrap.kng-overlay-slideup .kng-overlay-content .entry-title:hover a {
color: inherit; }
.kng-overlay-wrap.kng-overlay-slideup:hover .kng-overlay-content {
transform: translateY(0);
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0); }
.kng-overlay-wrap.kng-overlay-zoom-in .kng-overlay-content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(182, 140, 90, 0.4);
transform: scale(0);
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0); }
.kng-overlay-wrap.kng-overlay-center-to-side .kng-overlay-content {
left: 50%;
right: 50%;
background: rgba(182, 140, 90, 0.4); }
.kng-overlay-wrap:hover.kng-overlay-zoom-in .kng-overlay-content {
transform: scale(1);
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1); }
.kng-overlay-wrap:hover.kng-overlay-center-to-side .kng-overlay-content {
left: 0;
right: 0; }
.kng-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.bg-cover {
background-position: center center;
background-size: cover;
background-repeat: no-repeat; } .relative {
position: relative !important; }
.absolute {
position: absolute;
z-index: 1; }
.absolute-vertical {
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%); }
@media (max-width: 575px) {
.xs-relative {
position: relative; } }
body .mfp-bg {
background-color: #000; }
.mfp-wrap .mfp-container button.mfp-arrow {
background-color: transparent;
width: 45px;
height: 45px;
background-size: 30px;
background-position: 50%;
background-repeat: no-repeat;
background-image: url(//interpolavukati.com/wp-content/themes/lawgne/assets/images/svg/arrow1.svg); }
.mfp-wrap .mfp-container button.mfp-arrow.mfp-arrow-left {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-khtml-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
left: 50px; }
.mfp-wrap .mfp-container button.mfp-arrow.mfp-arrow-right {
right: 50px; }
.mfp-wrap .mfp-container button.mfp-arrow:before, .mfp-wrap .mfp-container button.mfp-arrow:after {
content: none; }
.mfp-wrap button.mfp-close {
width: 60px;
height: 60px;
background-color: var(--primary-color);
font-size: 0;
opacity: 1;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.mfp-wrap button.mfp-close:hover {
background-color: rgba(var(--primary-color), 0.8); }
.mfp-wrap button.mfp-close:before, .mfp-wrap button.mfp-close:after {
content: "";
background-color: #fff;
display: block;
height: 2px;
left: 0;
margin: auto;
position: absolute;
right: 0;
width: 28px;
top: 21px;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.mfp-wrap button.mfp-close:before {
width: 33px;
top: 28px;
left: 0px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod="auto expand");
zoom: 1; }
.mfp-wrap button.mfp-close:after {
width: 33px;
top: 28px;
left: 0px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod="auto expand");
zoom: 1; }
.mfp-wrap .mfp-figure:after, .mfp-wrap .mfp-iframe-scaler iframe {
box-shadow: none; }
.mfp-wrap .mfp-bottom-bar {
display: none; }
.shape-animate1 {
animation: animationFramesTwo 12s infinite linear alternate; }
.shape-animate2 {
animation: animationFramesOne 12s infinite linear alternate; }
.shape-animate3 {
animation: animationFramesFour 12s infinite linear alternate; }
.shape-animate4 {
animation: animationFramesThree 12s infinite linear alternate; }
.shape-animate5 {
animation: animationFramesFive 12s infinite linear alternate; }
body.st-body-no-scroll {
top: auto !important;
bottom: auto !important;
position: static !important; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: var(--second-color);
font-size: 18px;
font-style: normal;
font-weight: 600;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
input:-moz-placeholder, textarea:-moz-placeholder {
color: var(--second-color);
font-size: 18px;
font-style: normal;
font-weight: 600;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
input::-moz-placeholder, textarea::-moz-placeholder {
color: var(--second-color);
font-size: 18px;
font-style: normal;
font-weight: 600;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: var(--second-color);
font-size: 18px;
font-style: normal;
font-weight: 600;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
input[type="search"]::-webkit-input-placeholder {
color: var(--second-color);
font-size: 18px;
font-style: normal;
font-weight: 500;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
input[type="search"]:-moz-placeholder {
color: var(--second-color);
font-size: 18px;
font-style: normal;
font-weight: 500;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
input[type="search"]::-moz-placeholder {
color: var(--second-color);
font-size: 18px;
font-style: normal;
font-weight: 500;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
input[type="search"]:-ms-input-placeholder {
color: var(--second-color);
font-size: 18px;
font-style: normal;
font-weight: 500;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
appearance: none;
-webkit-appearance: none;
-khtml-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
-ms-opacity: 0;
-o-opacity: 0;
height: 30px;
margin-top: 15px;
cursor: pointer;
border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px; }
.kng-input-number-spin {
width: 19px;
height: 25px;
background: #ffffff;
border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
position: absolute;
top: 12px;
right: 20px; }
[dir="rtl"] .kng-input-number-spin {
left: 20px;
right: auto; }
.kng-input-number-spin-inner {
cursor: pointer;
width: 19px;
height: 12.5px;
position: relative;
display: block; }
.kng-input-number-spin-inner:before {
content: "";
width: 0;
height: 0;
position: absolute;
top: 50%;
left: 50%;
border-style: solid;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }
.kng-input-number-spin-inner.kng-input-number-spin-up:before {
border-width: 0 3.5px 4px 3.5px;
border-color: transparent transparent var(--primary-color) transparent; }
.kng-input-number-spin-inner.kng-input-number-spin-down:before {
border-width: 4px 3.5px 0 3.5px;
border-color: var(--primary-color) transparent transparent transparent; }
input::-webkit-calendar-picker-indicator {
opacity: 0;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
z-index: 2;
text-align: start;
padding: 0;
margin: 0; }
input::-webkit-datetime-edit {
text-align: start;
width: 100%; }
input[type="search" i]::-webkit-search-cancel-button {
opacity: 0;
display: none; }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .select2-container.select2-container--default .select2-selection--single {
background-color: #f8f8f8;
border: 2px solid transparent;
color: var(--second-color);
padding: 0 32px;
line-height: 51px;
height: 55px;
font-size: 18px;
font-weight: 600;
text-align: start;
outline: none;
border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active, input[type="email"]:hover, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:hover, input[type="url"]:focus, input[type="url"]:active, input[type="password"]:hover, input[type="password"]:focus, input[type="password"]:active, input[type="search"]:hover, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:hover, input[type="tel"]:focus, input[type="tel"]:active, input[type="number"]:hover, input[type="number"]:focus, input[type="number"]:active, input[type="range"]:hover, input[type="range"]:focus, input[type="range"]:active, input[type="date"]:hover, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:hover, input[type="month"]:focus, input[type="month"]:active, input[type="week"]:hover, input[type="week"]:focus, input[type="week"]:active, input[type="time"]:hover, input[type="time"]:focus, input[type="time"]:active, input[type="datetime"]:hover, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:hover, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="color"]:hover, input[type="color"]:focus, input[type="color"]:active, textarea:hover, textarea:focus, textarea:active, select:hover, select:focus, select:active, .select2-container.select2-container--default .select2-selection--single:hover, .select2-container.select2-container--default .select2-selection--single:focus, .select2-container.select2-container--default .select2-selection--single:active {
background-color: #fff;
border-color: var(--primary-color); }
[dir="rtl"] input[type="text"], [dir="rtl"] input[type="email"], [dir="rtl"] input[type="url"], [dir="rtl"] input[type="password"], [dir="rtl"] input[type="search"], [dir="rtl"] input[type="tel"], [dir="rtl"] input[type="number"], [dir="rtl"] input[type="range"], [dir="rtl"] input[type="date"], [dir="rtl"] input[type="month"], [dir="rtl"] input[type="week"], [dir="rtl"] input[type="time"], [dir="rtl"] input[type="datetime"], [dir="rtl"] input[type="datetime-local"], [dir="rtl"] input[type="color"], [dir="rtl"] textarea, [dir="rtl"] select, [dir="rtl"] .select2-container.select2-container--default .select2-selection--single {
border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0; }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="date"] {
width: 100%; }
select {
width: 100%;
height: 55px;
line-height: 51px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url(//interpolavukati.com/wp-content/themes/lawgne/assets/images/select-arrow.png);
background-position: calc(100% - 28px) 50%;
background-repeat: no-repeat;
padding-right: 40px; }
[dir="rtl"] select {
background-position: 10px 50%;
padding-right: 22px;
padding-left: 40px; }
textarea {
box-sizing: border-box;
display: block;
width: 100%;
max-width: 100%;
height: 100px;
min-height: 110px;
padding-top: 15px;
line-height: normal;
resize: vertical; }
input, select, textarea {
vertical-align: top;
position: relative; }
.kng-select form {
position: relative;
background-color: #fff;
border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px; }
.kng-select select {
height: 55px;
line-height: 37px;
font-size: 15px;
background-color: transparent;
position: relative;
z-index: 99;
-webkit-appearance: none;
-khtml-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none; }
.kng-select i {
position: absolute;
right: 14px;
top: 50%;
transform: translate(0px, -50%);
-webkit-transform: translate(0px, -50%);
-khtml-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%); }
.kng-custom-checkbox, .kng-custom-radio {
position: relative;
margin-right: 5px;
width: 17px;
height: 17px;
display: inline-block; }
[dir="rtl"] .kng-custom-checkbox, [dir="rtl"] .kng-custom-radio {
margin-right: 0;
margin-left: 5px; }
.kng-custom-checkbox input[type="checkbox"], .kng-custom-checkbox .kng-checkmark, .kng-custom-radio input[type="checkbox"], .kng-custom-radio .kng-checkmark {
width: 17px;
height: 17px;
display: inline-block;
padding: 0;
margin: 0; }
.kng-custom-checkbox input, .kng-custom-radio input {
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
-ms-opacity: 0;
-o-opacity: 0; }
.kng-custom-checkbox input:checked + .kng-checkmark:after, .kng-custom-radio input:checked + .kng-checkmark:after {
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
-ms-opacity: 1;
-o-opacity: 1; }
.kng-custom-checkbox .kng-checkmark, .kng-custom-radio .kng-checkmark {
position: absolute;
top: 0;
left: 0;
border: 2px solid rgba(22, 37, 66, 0.1);
border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px; }
.kng-custom-checkbox .kng-checkmark:after, .kng-custom-radio .kng-checkmark:after {
content: "";
background-color: var(--primary-color);
position: absolute;
top: 3px;
left: 3px;
width: 7px;
height: 7px;
border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
-ms-opacity: 0;
-o-opacity: 0; }
.kng-custom-checkbox + label, .kng-custom-radio + label {
display: inline-block; }
.kng-custom-radio input:checked + .kng-checkmark {
border-color: var(--primary-color); }
.kng-custom-radio input:checked + .kng-checkmark:after {
background-color: var(--primary-color); }
.kng-custom-radio .kng-checkmark {
margin-top: 3px;
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%; }
.kng-custom-radio .kng-checkmark:after {
background-color: rgba(22, 37, 66, 0.1);
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
-ms-opacity: 1;
-o-opacity: 1; }
.kng-custom-checkbox {
transform: translate(0, 3px);
-webkit-transform: translate(0, 3px);
-khtml-transform: translate(0, 3px);
-moz-transform: translate(0, 3px);
-ms-transform: translate(0, 3px);
-o-transform: translate(0, 3px); }
#ui-datepicker-div {
padding: 22px;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
position: absolute;
top: -9999px;
min-width: 300px;
z-index: 10001 !important; }
#ui-datepicker-div .ui-datepicker-header {
position: relative; }
#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
display: block;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
cursor: pointer;
position: absolute;
top: 0;
padding: 0; }
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
left: 0;
position: absolute;
right: 0;
top: 0; }
#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
display: none; }
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
left: 0; }
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
right: 0; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
line-height: 30px;
margin-bottom: 10px;
min-height: 40px;
text-align: center;
text-transform: uppercase; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
display: inline-block;
vertical-align: middle;
line-height: 1; }
#ui-datepicker-div .ui-datepicker-calendar {
margin: 0;
width: 100%; }
#ui-datepicker-div .ui-datepicker-calendar th {
text-align: center; }
#ui-datepicker-div .ui-datepicker-calendar td {
text-align: center;
padding: 6px; }
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
color: rgba(0, 0, 0, 0.2); }
.nice-select {
padding: 0 32px;
position: relative;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap; }
.nice-select:after {
position: absolute;
font-size: 14px;
font-style: normal;
font-family: "kngi";
content: "";
right: 0;
top: 50%;
color: var(--second-color);
font-weight: 900;
height: 100%;
transform: translate(0, -50%);
display: flex;
align-items: center; }
.nice-select span.current {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 54px;
font-size: inherit;
color: var(--second-color); }
.nice-select .option {
text-overflow: ellipsis;
overflow: hidden; }
.nice-select .list {
max-height: 330px;
overflow: auto;
background-color: #fff;
border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
box-shadow: 0px 0px 0px 1px #e4e4e4;
-webkit-box-shadow: 0px 0px 0px 1px #e4e4e4;
-khtml-box-shadow: 0px 0px 0px 1px #e4e4e4;
-moz-box-shadow: 0px 0px 0px 1px #e4e4e4;
-ms-box-shadow: 0px 0px 0px 1px #e4e4e4;
-o-box-shadow: 0px 0px 0px 1px #e4e4e4;
box-sizing: border-box;
margin-top: 1px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
z-index: 9;
color: inherit;
transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-webkit-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-khtml-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-moz-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-ms-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-o-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7); }
.nice-select .list .selected {
color: var(--second-color); }
.nice-select .list .option {
font-size: 16px;
color: var(--second-color);
padding: 15px;
cursor: pointer;
line-height: normal;
list-style: none;
outline: none;
transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-webkit-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-khtml-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-moz-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-ms-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-o-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0; }
.nice-select .list .option.selected {
font-weight: 500; }
.nice-select .list .option.disabled {
background-color: transparent;
color: #999;
cursor: default; }
.nice-select .list .option:hover, .nice-select .list .option:focus {
background-color: #ececec; }
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important; }
.nice-select.open .list, .nice-select .list.open {
min-width: 185px;
overflow: auto;
width: 100%;
opacity: 1;
pointer-events: auto;
animation: kngFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-webkit-animation: kngFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-khtml-animation: kngFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-moz-animation: kngFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-ms-animation: kngFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
-o-animation: kngFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7); }
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none; }
.nice-select.disabled:after {
border-color: #cccccc; }
.nice-select.wide {
width: 100%; }
.nice-select.wide .list {
left: 0 !important;
right: 0 !important; }
.nice-select.right {
float: right; }
.nice-select.right .list {
left: auto;
right: 0; }
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px; }
.nice-select.small:after {
height: 4px;
width: 4px; }
.nice-select.small .option {
line-height: 34px;
min-height: 34px; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 15px !important;
right: 15px !important;
height: 20px; }
[dir="rtl"] .select2-container--default .select2-selection--single .select2-selection__arrow {
right: auto !important;
left: 15px !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 53px !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #828282; }
.select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 0; }
.select2-container.select2-container--woo-search-cat {
margin-right: 10px; }
.select2-container.select2-container--woo-search-cat .select2-selection--single {
background-color: transparent;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: none;
font-size: 13px;
line-height: 32px;
letter-spacing: 0.04em;
color: #fff;
margin: 0;
height: 55px;
border: 0;
padding: 0 24px;
position: relative;
border-bottom: 1px solid #fff;
border-radius: 0; }
.select2-container.select2-container--woo-search-cat .select2-selection--single .select2-selection__rendered {
color: var(--heading-color);
padding-left: 0;
padding-right: 0;
height: 48px;
line-height: 48px; }
.select2-container.select2-container--woo-search-cat .select2-selection--single .select2-selection__arrow {
position: absolute;
line-height: 1;
right: 16px;
top: 50%;
margin-top: -6px; }
.select2-container.select2-container--woo-search-cat .select2-selection--single .select2-selection__arrow b {
border-color: #fff transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
line-height: 1;
display: inline-block; }
.select2-container--woo-search-cat .select2-dropdown {
border-color: rgba(22, 37, 66, 0.1); }
.select2-container--woo-search-cat .select2-search input {
height: 32px; }
.select2-container--woo-search-cat .select2-results > .select2-results__options {
max-height: 250px;
overflow-y: auto; }
.select2-container--woo-search-cat .select2-results__option {
padding: 2px 15px;
font-size: 13px;
line-height: 32px;
letter-spacing: 0.04em;
color: var(--heading-color); }
.wpcf7-form label {
font-size: 16px;
line-height: 32px; }
.wpcf7-form .wpcf7-form-control-wrap {
display: block; }
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
display: none; }
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
border-color: #f13c3c !important; }
.wpcf7-form .wpcf7-response-output {
border: medium none;
font-style: italic;
padding: 0;
margin: 20px 0 0; }
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
color: #398f14; }
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
color: #f13c3c; }
.wpcf7-form .wpcf7-textarea {
height: 163px; }
.wpcf7-form button {
min-width: 222px; }
.wpcf7-form.submitting button[type="submit"] span {
display: inline-block;
animation: kng-spin 2s linear infinite;
-webkit-animation: kng-spin 2s linear infinite;
-khtml-animation: kng-spin 2s linear infinite;
-moz-animation: kng-spin 2s linear infinite;
-ms-animation: kng-spin 2s linear infinite;
-o-animation: kng-spin 2s linear infinite; }
.wpcf7-form.submitting button[type="submit"] span:before {
content: "";
font-family: "kngi"; }
.wpcf7 form .wpcf7-response-output {
margin: 20px 0 0;
padding: 0;
border: 0;
color: var(--warning);
text-align: center; }
.kng-search-form-popup {
max-width: 750px;
margin: 0 auto; }
.kng-search-popup-inner .cat-search-wrap {
flex: 0 0 173px;
width: 173px;
max-width: 173px; }
.kng-search-popup-inner .text-search-wrap {
position: relative; }
.kng-search-popup-inner .text-search-wrap .search-field {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: 0;
padding-left: 0;
padding-right: 48px;
border: 0;
color: #ffffff;
background-color: transparent;
border-bottom: 1px solid #fff; }
.kng-search-popup-inner .text-search-wrap .search-field:hover, .kng-search-popup-inner .text-search-wrap .search-field:focus, .kng-search-popup-inner .text-search-wrap .search-field:active {
border-color: var(--primary-color) !important;
background-color: transparent; }
.kng-search-popup-inner .text-search-wrap input::-webkit-input-placeholder {
color: #fff; }
.kng-search-popup-inner .text-search-wrap .search-submit {
width: 48px;
padding: 0;
margin: 0;
position: absolute;
top: 0;
bottom: 0;
right: 15px;
background: transparent;
border: 0;
font-size: 20px;
color: #fff; }
.kng-search-popup-inner .text-search-wrap .search-submit:hover {
color: var(--primary-color); }
.kng-search-popup-inner .text-search-wrap .kng-svg {
position: absolute;
right: 16px;
top: 50%;
margin-top: -8px; }
.kng-search-popup-inner .text-search-wrap .search-submit:hover .kng-svg path {
fill: var(--primary-color); }
#kng-search-popup-normal .kng-search-popup-inner .text-search-wrap .search-submit {
right: 0; }
.search-no-results .kng-content-area .kng-search-form .kng-search-field {
border: 2px solid rgba(22, 37, 66, 0.1); }
.search-no-results .kng-content-area .kng-search-form .kng-search-field:hover, .search-no-results .kng-content-area .kng-search-form .kng-search-field:focus, .search-no-results .kng-content-area .kng-search-form .kng-search-field:active {
border-color: var(--primary-color); }
.search-no-results .kng-content-area .kng-search-form [type="submit"] {
padding: 12px 35px;
background-color: var(--primary-color);
line-height: 1; }
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
box-sizing: border-box;
outline: none;
text-decoration: none;
vertical-align: bottom; }
.button:hover, .button:active, .button:focus, button:hover, button:active, button:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
cursor: pointer; }
.button:visited, button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited {
text-decoration: none; }
.button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
outline: none;
outline-offset: 0; }
.btn, button, .button, input[type="submit"], input[type="button"], .added_to_cart, .kng-btn {
position: relative;
display: inline-block;
font-family: "Karla", sans-serif;
font-size: 15px;
font-weight: 700;
color: #ffffff;
line-height: 1.8;
letter-spacing: -0.03em;
padding: 12px 35px;
background-color: var(--primary-color);
outline: none;
cursor: pointer;
text-transform: uppercase;
vertical-align: top;
border: 2px solid var(--primary-color);
text-align: center;
box-shadow: none;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.btn:active, .btn:hover, .btn:focus, button:active, button:hover, button:focus, .button:active, .button:hover, .button:focus, input[type="submit"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:active, input[type="button"]:hover, input[type="button"]:focus, .added_to_cart:active, .added_to_cart:hover, .added_to_cart:focus, .kng-btn:active, .kng-btn:hover, .kng-btn:focus {
background: var(--second-color);
border-color: var(--second-color);
color: #ffffff;
outline: medium none;
text-decoration: none; }
.btn:active .kng-btn-icon, .btn:hover .kng-btn-icon, .btn:focus .kng-btn-icon, button:active .kng-btn-icon, button:hover .kng-btn-icon, button:focus .kng-btn-icon, .button:active .kng-btn-icon, .button:hover .kng-btn-icon, .button:focus .kng-btn-icon, input[type="submit"]:active .kng-btn-icon, input[type="submit"]:hover .kng-btn-icon, input[type="submit"]:focus .kng-btn-icon, input[type="button"]:active .kng-btn-icon, input[type="button"]:hover .kng-btn-icon, input[type="button"]:focus .kng-btn-icon, .added_to_cart:active .kng-btn-icon, .added_to_cart:hover .kng-btn-icon, .added_to_cart:focus .kng-btn-icon, .kng-btn:active .kng-btn-icon, .kng-btn:hover .kng-btn-icon, .kng-btn:focus .kng-btn-icon {
animation: readmoreIcon 300ms linear 0s;
-webkit-animation: readmoreIcon 300ms linear 0s;
-khtml-animation: readmoreIcon 300ms linear 0s;
-moz-animation: readmoreIcon 300ms linear 0s;
-ms-animation: readmoreIcon 300ms linear 0s;
-o-animation: readmoreIcon 300ms linear 0s; }
[dir="rtl"] .btn:active .kng-btn-icon, [dir="rtl"] .btn:hover .kng-btn-icon, [dir="rtl"] .btn:focus .kng-btn-icon, [dir="rtl"] button:active .kng-btn-icon, [dir="rtl"] button:hover .kng-btn-icon, [dir="rtl"] button:focus .kng-btn-icon, [dir="rtl"] .button:active .kng-btn-icon, [dir="rtl"] .button:hover .kng-btn-icon, [dir="rtl"] .button:focus .kng-btn-icon, [dir="rtl"] input[type="submit"]:active .kng-btn-icon, [dir="rtl"] input[type="submit"]:hover .kng-btn-icon, [dir="rtl"] input[type="submit"]:focus .kng-btn-icon, [dir="rtl"] input[type="button"]:active .kng-btn-icon, [dir="rtl"] input[type="button"]:hover .kng-btn-icon, [dir="rtl"] input[type="button"]:focus .kng-btn-icon, [dir="rtl"] .added_to_cart:active .kng-btn-icon, [dir="rtl"] .added_to_cart:hover .kng-btn-icon, [dir="rtl"] .added_to_cart:focus .kng-btn-icon, [dir="rtl"] .kng-btn:active .kng-btn-icon, [dir="rtl"] .kng-btn:hover .kng-btn-icon, [dir="rtl"] .kng-btn:focus .kng-btn-icon {
animation: readmoreIcon-rtl 300ms linear 0s;
-webkit-animation: readmoreIcon-rtl 300ms linear 0s;
-khtml-animation: readmoreIcon-rtl 300ms linear 0s;
-moz-animation: readmoreIcon-rtl 300ms linear 0s;
-ms-animation: readmoreIcon-rtl 300ms linear 0s;
-o-animation: readmoreIcon-rtl 300ms linear 0s; }
.btn:active .kng-btn-icon.kng-arrow-alt-circle-right:before, .btn:hover .kng-btn-icon.kng-arrow-alt-circle-right:before, .btn:focus .kng-btn-icon.kng-arrow-alt-circle-right:before, button:active .kng-btn-icon.kng-arrow-alt-circle-right:before, button:hover .kng-btn-icon.kng-arrow-alt-circle-right:before, button:focus .kng-btn-icon.kng-arrow-alt-circle-right:before, .button:active .kng-btn-icon.kng-arrow-alt-circle-right:before, .button:hover .kng-btn-icon.kng-arrow-alt-circle-right:before, .button:focus .kng-btn-icon.kng-arrow-alt-circle-right:before, input[type="submit"]:active .kng-btn-icon.kng-arrow-alt-circle-right:before, input[type="submit"]:hover .kng-btn-icon.kng-arrow-alt-circle-right:before, input[type="submit"]:focus .kng-btn-icon.kng-arrow-alt-circle-right:before, input[type="button"]:active .kng-btn-icon.kng-arrow-alt-circle-right:before, input[type="button"]:hover .kng-btn-icon.kng-arrow-alt-circle-right:before, input[type="button"]:focus .kng-btn-icon.kng-arrow-alt-circle-right:before, .added_to_cart:active .kng-btn-icon.kng-arrow-alt-circle-right:before, .added_to_cart:hover .kng-btn-icon.kng-arrow-alt-circle-right:before, .added_to_cart:focus .kng-btn-icon.kng-arrow-alt-circle-right:before, .kng-btn:active .kng-btn-icon.kng-arrow-alt-circle-right:before, .kng-btn:hover .kng-btn-icon.kng-arrow-alt-circle-right:before, .kng-btn:focus .kng-btn-icon.kng-arrow-alt-circle-right:before {
content: ""; }
.btn.btn-xsmall, button.btn-xsmall, .button.btn-xsmall, input[type="submit"].btn-xsmall, input[type="button"].btn-xsmall, .added_to_cart.btn-xsmall, .kng-btn.btn-xsmall {
padding: 2px 10px;
font-size: 11px; }
.btn.btn-small, button.btn-small, .button.btn-small, input[type="submit"].btn-small, input[type="button"].btn-small, .added_to_cart.btn-small, .kng-btn.btn-small {
padding: 8px 24px;
font-size: 14px;
line-height: 25px; }
.btn.btn-medium, button.btn-medium, .button.btn-medium, input[type="submit"].btn-medium, input[type="button"].btn-medium, .added_to_cart.btn-medium, .kng-btn.btn-medium {
padding: 12px 30px; }
.btn.btn-large, button.btn-large, .button.btn-large, input[type="submit"].btn-large, input[type="button"].btn-large, .added_to_cart.btn-large, .kng-btn.btn-large {
padding: 17px 50px; }
.btn.btn-xlarge, button.btn-xlarge, .button.btn-xlarge, input[type="submit"].btn-xlarge, input[type="button"].btn-xlarge, .added_to_cart.btn-xlarge, .kng-btn.btn-xlarge {
padding: 20px 80px; }
.btn.btn-outline, .btn.btn-alt, button.btn-outline, button.btn-alt, .button.btn-outline, .button.btn-alt, input[type="submit"].btn-outline, input[type="submit"].btn-alt, input[type="button"].btn-outline, input[type="button"].btn-alt, .added_to_cart.btn-outline, .added_to_cart.btn-alt, .kng-btn.btn-outline, .kng-btn.btn-alt {
background-color: transparent;
color: #201C1C;
border: 2px solid rgba(22, 37, 66, 0.1);
transition: all 300ms ease 0s; }
.btn.btn-outline.primary, .btn.btn-alt.primary, button.btn-outline.primary, button.btn-alt.primary, .button.btn-outline.primary, .button.btn-alt.primary, input[type="submit"].btn-outline.primary, input[type="submit"].btn-alt.primary, input[type="button"].btn-outline.primary, input[type="button"].btn-alt.primary, .added_to_cart.btn-outline.primary, .added_to_cart.btn-alt.primary, .kng-btn.btn-outline.primary, .kng-btn.btn-alt.primary {
border-color: var(--primary-color);
color: var(--primary-color); }
.btn.btn-outline.secondary, .btn.btn-alt.secondary, button.btn-outline.secondary, button.btn-alt.secondary, .button.btn-outline.secondary, .button.btn-alt.secondary, input[type="submit"].btn-outline.secondary, input[type="submit"].btn-alt.secondary, input[type="button"].btn-outline.secondary, input[type="button"].btn-alt.secondary, .added_to_cart.btn-outline.secondary, .added_to_cart.btn-alt.secondary, .kng-btn.btn-outline.secondary, .kng-btn.btn-alt.secondary {
color: var(--second-color);
border-color: var(--second-color); }
.btn.btn-outline.secondary:active, .btn.btn-outline.secondary:hover, .btn.btn-outline.secondary:focus, .btn.btn-alt.secondary:active, .btn.btn-alt.secondary:hover, .btn.btn-alt.secondary:focus, button.btn-outline.secondary:active, button.btn-outline.secondary:hover, button.btn-outline.secondary:focus, button.btn-alt.secondary:active, button.btn-alt.secondary:hover, button.btn-alt.secondary:focus, .button.btn-outline.secondary:active, .button.btn-outline.secondary:hover, .button.btn-outline.secondary:focus, .button.btn-alt.secondary:active, .button.btn-alt.secondary:hover, .button.btn-alt.secondary:focus, input[type="submit"].btn-outline.secondary:active, input[type="submit"].btn-outline.secondary:hover, input[type="submit"].btn-outline.secondary:focus, input[type="submit"].btn-alt.secondary:active, input[type="submit"].btn-alt.secondary:hover, input[type="submit"].btn-alt.secondary:focus, input[type="button"].btn-outline.secondary:active, input[type="button"].btn-outline.secondary:hover, input[type="button"].btn-outline.secondary:focus, input[type="button"].btn-alt.secondary:active, input[type="button"].btn-alt.secondary:hover, input[type="button"].btn-alt.secondary:focus, .added_to_cart.btn-outline.secondary:active, .added_to_cart.btn-outline.secondary:hover, .added_to_cart.btn-outline.secondary:focus, .added_to_cart.btn-alt.secondary:active, .added_to_cart.btn-alt.secondary:hover, .added_to_cart.btn-alt.secondary:focus, .kng-btn.btn-outline.secondary:active, .kng-btn.btn-outline.secondary:hover, .kng-btn.btn-outline.secondary:focus, .kng-btn.btn-alt.secondary:active, .kng-btn.btn-alt.secondary:hover, .kng-btn.btn-alt.secondary:focus {
background-color: var(--second-color);
border-color: transparent;
color: #fff; }
.btn.btn-outline.white, .btn.btn-alt.white, button.btn-outline.white, button.btn-alt.white, .button.btn-outline.white, .button.btn-alt.white, input[type="submit"].btn-outline.white, input[type="submit"].btn-alt.white, input[type="button"].btn-outline.white, input[type="button"].btn-alt.white, .added_to_cart.btn-outline.white, .added_to_cart.btn-alt.white, .kng-btn.btn-outline.white, .kng-btn.btn-alt.white {
color: #fff;
border-color: #fff; }
.btn.btn-outline.white:active, .btn.btn-outline.white:hover, .btn.btn-outline.white:focus, .btn.btn-alt.white:active, .btn.btn-alt.white:hover, .btn.btn-alt.white:focus, button.btn-outline.white:active, button.btn-outline.white:hover, button.btn-outline.white:focus, button.btn-alt.white:active, button.btn-alt.white:hover, button.btn-alt.white:focus, .button.btn-outline.white:active, .button.btn-outline.white:hover, .button.btn-outline.white:focus, .button.btn-alt.white:active, .button.btn-alt.white:hover, .button.btn-alt.white:focus, input[type="submit"].btn-outline.white:active, input[type="submit"].btn-outline.white:hover, input[type="submit"].btn-outline.white:focus, input[type="submit"].btn-alt.white:active, input[type="submit"].btn-alt.white:hover, input[type="submit"].btn-alt.white:focus, input[type="button"].btn-outline.white:active, input[type="button"].btn-outline.white:hover, input[type="button"].btn-outline.white:focus, input[type="button"].btn-alt.white:active, input[type="button"].btn-alt.white:hover, input[type="button"].btn-alt.white:focus, .added_to_cart.btn-outline.white:active, .added_to_cart.btn-outline.white:hover, .added_to_cart.btn-outline.white:focus, .added_to_cart.btn-alt.white:active, .added_to_cart.btn-alt.white:hover, .added_to_cart.btn-alt.white:focus, .kng-btn.btn-outline.white:active, .kng-btn.btn-outline.white:hover, .kng-btn.btn-outline.white:focus, .kng-btn.btn-alt.white:active, .kng-btn.btn-alt.white:hover, .kng-btn.btn-alt.white:focus {
background-color: #fff;
border-color: transparent;
color: #000; }
.btn.btn-outline.white.opacity, .btn.btn-alt.white.opacity, button.btn-outline.white.opacity, button.btn-alt.white.opacity, .button.btn-outline.white.opacity, .button.btn-alt.white.opacity, input[type="submit"].btn-outline.white.opacity, input[type="submit"].btn-alt.white.opacity, input[type="button"].btn-outline.white.opacity, input[type="button"].btn-alt.white.opacity, .added_to_cart.btn-outline.white.opacity, .added_to_cart.btn-alt.white.opacity, .kng-btn.btn-outline.white.opacity, .kng-btn.btn-alt.white.opacity {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(255, 255, 255, 0.3); }
.btn.btn-outline.white.opacity:active, .btn.btn-outline.white.opacity:hover, .btn.btn-outline.white.opacity:focus, .btn.btn-alt.white.opacity:active, .btn.btn-alt.white.opacity:hover, .btn.btn-alt.white.opacity:focus, button.btn-outline.white.opacity:active, button.btn-outline.white.opacity:hover, button.btn-outline.white.opacity:focus, button.btn-alt.white.opacity:active, button.btn-alt.white.opacity:hover, button.btn-alt.white.opacity:focus, .button.btn-outline.white.opacity:active, .button.btn-outline.white.opacity:hover, .button.btn-outline.white.opacity:focus, .button.btn-alt.white.opacity:active, .button.btn-alt.white.opacity:hover, .button.btn-alt.white.opacity:focus, input[type="submit"].btn-outline.white.opacity:active, input[type="submit"].btn-outline.white.opacity:hover, input[type="submit"].btn-outline.white.opacity:focus, input[type="submit"].btn-alt.white.opacity:active, input[type="submit"].btn-alt.white.opacity:hover, input[type="submit"].btn-alt.white.opacity:focus, input[type="button"].btn-outline.white.opacity:active, input[type="button"].btn-outline.white.opacity:hover, input[type="button"].btn-outline.white.opacity:focus, input[type="button"].btn-alt.white.opacity:active, input[type="button"].btn-alt.white.opacity:hover, input[type="button"].btn-alt.white.opacity:focus, .added_to_cart.btn-outline.white.opacity:active, .added_to_cart.btn-outline.white.opacity:hover, .added_to_cart.btn-outline.white.opacity:focus, .added_to_cart.btn-alt.white.opacity:active, .added_to_cart.btn-alt.white.opacity:hover, .added_to_cart.btn-alt.white.opacity:focus, .kng-btn.btn-outline.white.opacity:active, .kng-btn.btn-outline.white.opacity:hover, .kng-btn.btn-outline.white.opacity:focus, .kng-btn.btn-alt.white.opacity:active, .kng-btn.btn-alt.white.opacity:hover, .kng-btn.btn-alt.white.opacity:focus {
border-color: var(--primary-color);
background-color: var(--primary-color);
color: #fff; }
.btn.btn-outline.white.boder-opacity, .btn.btn-alt.white.boder-opacity, button.btn-outline.white.boder-opacity, button.btn-alt.white.boder-opacity, .button.btn-outline.white.boder-opacity, .button.btn-alt.white.boder-opacity, input[type="submit"].btn-outline.white.boder-opacity, input[type="submit"].btn-alt.white.boder-opacity, input[type="button"].btn-outline.white.boder-opacity, input[type="button"].btn-alt.white.boder-opacity, .added_to_cart.btn-outline.white.boder-opacity, .added_to_cart.btn-alt.white.boder-opacity, .kng-btn.btn-outline.white.boder-opacity, .kng-btn.btn-alt.white.boder-opacity {
border-color: rgba(255, 255, 255, 0.1); }
.btn.btn-outline.white.boder-opacity:active, .btn.btn-outline.white.boder-opacity:hover, .btn.btn-outline.white.boder-opacity:focus, .btn.btn-alt.white.boder-opacity:active, .btn.btn-alt.white.boder-opacity:hover, .btn.btn-alt.white.boder-opacity:focus, button.btn-outline.white.boder-opacity:active, button.btn-outline.white.boder-opacity:hover, button.btn-outline.white.boder-opacity:focus, button.btn-alt.white.boder-opacity:active, button.btn-alt.white.boder-opacity:hover, button.btn-alt.white.boder-opacity:focus, .button.btn-outline.white.boder-opacity:active, .button.btn-outline.white.boder-opacity:hover, .button.btn-outline.white.boder-opacity:focus, .button.btn-alt.white.boder-opacity:active, .button.btn-alt.white.boder-opacity:hover, .button.btn-alt.white.boder-opacity:focus, input[type="submit"].btn-outline.white.boder-opacity:active, input[type="submit"].btn-outline.white.boder-opacity:hover, input[type="submit"].btn-outline.white.boder-opacity:focus, input[type="submit"].btn-alt.white.boder-opacity:active, input[type="submit"].btn-alt.white.boder-opacity:hover, input[type="submit"].btn-alt.white.boder-opacity:focus, input[type="button"].btn-outline.white.boder-opacity:active, input[type="button"].btn-outline.white.boder-opacity:hover, input[type="button"].btn-outline.white.boder-opacity:focus, input[type="button"].btn-alt.white.boder-opacity:active, input[type="button"].btn-alt.white.boder-opacity:hover, input[type="button"].btn-alt.white.boder-opacity:focus, .added_to_cart.btn-outline.white.boder-opacity:active, .added_to_cart.btn-outline.white.boder-opacity:hover, .added_to_cart.btn-outline.white.boder-opacity:focus, .added_to_cart.btn-alt.white.boder-opacity:active, .added_to_cart.btn-alt.white.boder-opacity:hover, .added_to_cart.btn-alt.white.boder-opacity:focus, .kng-btn.btn-outline.white.boder-opacity:active, .kng-btn.btn-outline.white.boder-opacity:hover, .kng-btn.btn-outline.white.boder-opacity:focus, .kng-btn.btn-alt.white.boder-opacity:active, .kng-btn.btn-alt.white.boder-opacity:hover, .kng-btn.btn-alt.white.boder-opacity:focus {
background-color: #fff;
border-color: transparent;
color: #000; }
.btn.btn-outline.black, .btn.btn-alt.black, button.btn-outline.black, button.btn-alt.black, .button.btn-outline.black, .button.btn-alt.black, input[type="submit"].btn-outline.black, input[type="submit"].btn-alt.black, input[type="button"].btn-outline.black, input[type="button"].btn-alt.black, .added_to_cart.btn-outline.black, .added_to_cart.btn-alt.black, .kng-btn.btn-outline.black, .kng-btn.btn-alt.black {
border-width: 2px;
border-color: var(--heading-color);
color: var(--heading-color); }
.btn.btn-outline.black:active, .btn.btn-outline.black:hover, .btn.btn-outline.black:focus, .btn.btn-alt.black:active, .btn.btn-alt.black:hover, .btn.btn-alt.black:focus, button.btn-outline.black:active, button.btn-outline.black:hover, button.btn-outline.black:focus, button.btn-alt.black:active, button.btn-alt.black:hover, button.btn-alt.black:focus, .button.btn-outline.black:active, .button.btn-outline.black:hover, .button.btn-outline.black:focus, .button.btn-alt.black:active, .button.btn-alt.black:hover, .button.btn-alt.black:focus, input[type="submit"].btn-outline.black:active, input[type="submit"].btn-outline.black:hover, input[type="submit"].btn-outline.black:focus, input[type="submit"].btn-alt.black:active, input[type="submit"].btn-alt.black:hover, input[type="submit"].btn-alt.black:focus, input[type="button"].btn-outline.black:active, input[type="button"].btn-outline.black:hover, input[type="button"].btn-outline.black:focus, input[type="button"].btn-alt.black:active, input[type="button"].btn-alt.black:hover, input[type="button"].btn-alt.black:focus, .added_to_cart.btn-outline.black:active, .added_to_cart.btn-outline.black:hover, .added_to_cart.btn-outline.black:focus, .added_to_cart.btn-alt.black:active, .added_to_cart.btn-alt.black:hover, .added_to_cart.btn-alt.black:focus, .kng-btn.btn-outline.black:active, .kng-btn.btn-outline.black:hover, .kng-btn.btn-outline.black:focus, .kng-btn.btn-alt.black:active, .kng-btn.btn-alt.black:hover, .kng-btn.btn-alt.black:focus {
background-color: var(--heading-color);
border-color: var(--heading-color);
color: #fff; }
.btn.btn-outline.default, .btn.btn-alt.default, button.btn-outline.default, button.btn-alt.default, .button.btn-outline.default, .button.btn-alt.default, input[type="submit"].btn-outline.default, input[type="submit"].btn-alt.default, input[type="button"].btn-outline.default, input[type="button"].btn-alt.default, .added_to_cart.btn-outline.default, .added_to_cart.btn-alt.default, .kng-btn.btn-outline.default, .kng-btn.btn-alt.default {
border-width: 1px;
border-color: #828282; }
.btn.btn-outline:after, .btn.btn-alt:after, button.btn-outline:after, button.btn-alt:after, .button.btn-outline:after, .button.btn-alt:after, input[type="submit"].btn-outline:after, input[type="submit"].btn-alt:after, input[type="button"].btn-outline:after, input[type="button"].btn-alt:after, .added_to_cart.btn-outline:after, .added_to_cart.btn-alt:after, .kng-btn.btn-outline:after, .kng-btn.btn-alt:after {
content: none; }
.btn.btn-outline:active, .btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-alt:active, .btn.btn-alt:hover, .btn.btn-alt:focus, button.btn-outline:active, button.btn-outline:hover, button.btn-outline:focus, button.btn-alt:active, button.btn-alt:hover, button.btn-alt:focus, .button.btn-outline:active, .button.btn-outline:hover, .button.btn-outline:focus, .button.btn-alt:active, .button.btn-alt:hover, .button.btn-alt:focus, input[type="submit"].btn-outline:active, input[type="submit"].btn-outline:hover, input[type="submit"].btn-outline:focus, input[type="submit"].btn-alt:active, input[type="submit"].btn-alt:hover, input[type="submit"].btn-alt:focus, input[type="button"].btn-outline:active, input[type="button"].btn-outline:hover, input[type="button"].btn-outline:focus, input[type="button"].btn-alt:active, input[type="button"].btn-alt:hover, input[type="button"].btn-alt:focus, .added_to_cart.btn-outline:active, .added_to_cart.btn-outline:hover, .added_to_cart.btn-outline:focus, .added_to_cart.btn-alt:active, .added_to_cart.btn-alt:hover, .added_to_cart.btn-alt:focus, .kng-btn.btn-outline:active, .kng-btn.btn-outline:hover, .kng-btn.btn-outline:focus, .kng-btn.btn-alt:active, .kng-btn.btn-alt:hover, .kng-btn.btn-alt:focus {
background-color: var(--primary-color);
border-color: transparent;
color: #fff; }
.btn.btn-primary, button.btn-primary, .button.btn-primary, input[type="submit"].btn-primary, input[type="button"].btn-primary, .added_to_cart.btn-primary, .kng-btn.btn-primary {
background-color: var(--primary-color);
border-color: var(--primary-color);
color: #fff; }
.btn.btn-primary:active, .btn.btn-primary:hover, .btn.btn-primary:focus, button.btn-primary:active, button.btn-primary:hover, button.btn-primary:focus, .button.btn-primary:active, .button.btn-primary:hover, .button.btn-primary:focus, input[type="submit"].btn-primary:active, input[type="submit"].btn-primary:hover, input[type="submit"].btn-primary:focus, input[type="button"].btn-primary:active, input[type="button"].btn-primary:hover, input[type="button"].btn-primary:focus, .added_to_cart.btn-primary:active, .added_to_cart.btn-primary:hover, .added_to_cart.btn-primary:focus, .kng-btn.btn-primary:active, .kng-btn.btn-primary:hover, .kng-btn.btn-primary:focus {
background-color: var(--second-color);
border-color: var(--second-color); }
.btn.btn-secondary, .btn.secondary, button.btn-secondary, button.secondary, .button.btn-secondary, .button.secondary, input[type="submit"].btn-secondary, input[type="submit"].secondary, input[type="button"].btn-secondary, input[type="button"].secondary, .added_to_cart.btn-secondary, .added_to_cart.secondary, .kng-btn.btn-secondary, .kng-btn.secondary {
background-color: var(--second-color);
border-color: var(--second-color);
color: #fff; }
.btn.btn-secondary:active, .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.active, .btn.secondary:active, .btn.secondary:hover, .btn.secondary:focus, .btn.secondary.active, button.btn-secondary:active, button.btn-secondary:hover, button.btn-secondary:focus, button.btn-secondary.active, button.secondary:active, button.secondary:hover, button.secondary:focus, button.secondary.active, .button.btn-secondary:active, .button.btn-secondary:hover, .button.btn-secondary:focus, .button.btn-secondary.active, .button.secondary:active, .button.secondary:hover, .button.secondary:focus, .button.secondary.active, input[type="submit"].btn-secondary:active, input[type="submit"].btn-secondary:hover, input[type="submit"].btn-secondary:focus, input[type="submit"].btn-secondary.active, input[type="submit"].secondary:active, input[type="submit"].secondary:hover, input[type="submit"].secondary:focus, input[type="submit"].secondary.active, input[type="button"].btn-secondary:active, input[type="button"].btn-secondary:hover, input[type="button"].btn-secondary:focus, input[type="button"].btn-secondary.active, input[type="button"].secondary:active, input[type="button"].secondary:hover, input[type="button"].secondary:focus, input[type="button"].secondary.active, .added_to_cart.btn-secondary:active, .added_to_cart.btn-secondary:hover, .added_to_cart.btn-secondary:focus, .added_to_cart.btn-secondary.active, .added_to_cart.secondary:active, .added_to_cart.secondary:hover, .added_to_cart.secondary:focus, .added_to_cart.secondary.active, .kng-btn.btn-secondary:active, .kng-btn.btn-secondary:hover, .kng-btn.btn-secondary:focus, .kng-btn.btn-secondary.active, .kng-btn.secondary:active, .kng-btn.secondary:hover, .kng-btn.secondary:focus, .kng-btn.secondary.active {
background-color: var(--primary-color);
color: #fff;
border-color: var(--primary-color); }
.btn.btn-second, button.btn-second, .button.btn-second, input[type="submit"].btn-second, input[type="button"].btn-second, .added_to_cart.btn-second, .kng-btn.btn-second {
background-color: var(--second-color);
border-color: var(--second-color);
color: #fff; }
.btn.btn-second:active, .btn.btn-second:hover, .btn.btn-second:focus, .btn.btn-second.active, button.btn-second:active, button.btn-second:hover, button.btn-second:focus, button.btn-second.active, .button.btn-second:active, .button.btn-second:hover, .button.btn-second:focus, .button.btn-second.active, input[type="submit"].btn-second:active, input[type="submit"].btn-second:hover, input[type="submit"].btn-second:focus, input[type="submit"].btn-second.active, input[type="button"].btn-second:active, input[type="button"].btn-second:hover, input[type="button"].btn-second:focus, input[type="button"].btn-second.active, .added_to_cart.btn-second:active, .added_to_cart.btn-second:hover, .added_to_cart.btn-second:focus, .added_to_cart.btn-second.active, .kng-btn.btn-second:active, .kng-btn.btn-second:hover, .kng-btn.btn-second:focus, .kng-btn.btn-second.active {
background-color: var(--primary-color);
color: #fff;
border-color: var(--primary-color); }
.btn.btn-black, button.btn-black, .button.btn-black, input[type="submit"].btn-black, input[type="button"].btn-black, .added_to_cart.btn-black, .kng-btn.btn-black {
background-color: var(--heading-color);
border-color: var(--heading-color);
color: #fff; }
.btn.btn-black:active, .btn.btn-black:hover, .btn.btn-black:focus, button.btn-black:active, button.btn-black:hover, button.btn-black:focus, .button.btn-black:active, .button.btn-black:hover, .button.btn-black:focus, input[type="submit"].btn-black:active, input[type="submit"].btn-black:hover, input[type="submit"].btn-black:focus, input[type="button"].btn-black:active, input[type="button"].btn-black:hover, input[type="button"].btn-black:focus, .added_to_cart.btn-black:active, .added_to_cart.btn-black:hover, .added_to_cart.btn-black:focus, .kng-btn.btn-black:active, .kng-btn.btn-black:hover, .kng-btn.btn-black:focus {
border-width: 2px;
background-color: var(--primary-color);
border-color: var(--primary-color); }
.btn.btn-fullwidth, button.btn-fullwidth, .button.btn-fullwidth, input[type="submit"].btn-fullwidth, input[type="button"].btn-fullwidth, .added_to_cart.btn-fullwidth, .kng-btn.btn-fullwidth {
width: 100%; }
.btn.btn-fullwidth.border-3px, button.btn-fullwidth.border-3px, .button.btn-fullwidth.border-3px, input[type="submit"].btn-fullwidth.border-3px, input[type="button"].btn-fullwidth.border-3px, .added_to_cart.btn-fullwidth.border-3px, .kng-btn.btn-fullwidth.border-3px {
border-radius: 3px !important; }
.btn.btn-round, button.btn-round, .button.btn-round, input[type="submit"].btn-round, input[type="button"].btn-round, .added_to_cart.btn-round, .kng-btn.btn-round {
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%; }
.btn.text-justify, button.text-justify, .button.text-justify, input[type="submit"].text-justify, input[type="button"].text-justify, .added_to_cart.text-justify, .kng-btn.text-justify {
display: block; }
.btn-link {
font-weight: 400;
color: var(--link-color);
text-decoration: none; }
.btn-link:hover {
color: var(--link-color-hover);
text-decoration: none; }
.kng-btn-content {
display: flex;
align-items: center;
justify-content: center;
margin: 0 -5px; }
.kng-btn-content > span {
flex: 0 0 auto;
position: relative;
padding-left: 5px;
padding-right: 5px;
white-space: nowrap;
display: inline-flex; }
.kng-btn-content > span.kng-align-icon-right {
order: 2; }
.kng-btn-content .kng-btn-icon {
margin-top: -2px; }
.btn-video {
width: 105px;
height: 105px;
line-height: 73px;
font-size: 33px;
position: relative;
color: var(--primary-color);
display: block;
text-align: center;
border: 16px solid rgba(255, 255, 255, 0.5);
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%; }
.btn-video:before, .btn-video:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
height: 65px;
width: 65px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
-khtml-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
animation: ripple 3s infinite;
-webkit-animation: ripple 3s infinite;
-khtml-animation: ripple 3s infinite;
-moz-animation: ripple 3s infinite;
-ms-animation: ripple 3s infinite;
-o-animation: ripple 3s infinite; }
.btn-video:before {
animation-delay: 0.9s;
-webkit-animation-delay: 0.9s;
-khtml-animation-delay: 0.9s;
-moz-animation-delay: 0.9s;
-ms-animation-delay: 0.9s;
-o-animation-delay: 0.9s; }
.btn-video:after {
animation-delay: 0.6s;
-webkit-animation-delay: 0.6s;
-khtml-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
-ms-animation-delay: 0.6s;
-o-animation-delay: 0.6s; }
.btn-video .kng-play-video-icon {
width: 73px;
height: 73px;
line-height: 73px;
display: block;
background: #ffffff;
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%; }
.btn-video .kng-play-video-icon:before {
font-family: "kngi";
content: ""; }
.btn-video.rev-btn {
border: none !important; }
.btn.focus, .btn:focus {
outline: 0;
box-shadow: none; }
.wpml-ls-legacy-dropdown {
width: auto;
max-width: 100%;
font-size: 13px;
font-weight: 400;
letter-spacing: 0.48px;
line-height: 32px; }
.wpml-ls-legacy-dropdown > ul {
position: relative;
padding: 0;
margin: 0 !important;
list-style-type: none; }
.wpml-ls-legacy-dropdown > ul > li > a {
line-height: 23px; }
.wpml-ls-legacy-dropdown .wpml-ls-item {
padding: 0;
margin: 0;
list-style-type: none; }
.wpml-ls-legacy-dropdown a {
display: block;
text-decoration: none;
background-color: #fff;
padding: 8px 0;
line-height: 18px;
border: 0; }
.wpml-ls-legacy-dropdown a span {
vertical-align: middle; }
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
position: relative;
padding-right: 13px; }
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
content: "";
font-family: "kngi";
vertical-align: middle;
display: inline-block;
position: absolute;
border: 0;
right: 0;
top: 18px;
font-size: 9px;
font-weight: 400;
line-height: 1; }
.wpml-ls-legacy-dropdown a a:focus, .wpml-ls-legacy-dropdown a a:hover {
color: var(--primary-color);
background: #fff; }
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
color: var(--primary-color);
background: #fff; }
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
visibility: hidden;
opacity: 0;
position: absolute;
width: 150px;
top: calc(100% + 30px);
right: 0;
left: 0;
border-top: 1px solid #cdcdcd;
padding: 0;
margin: 0;
list-style-type: none;
z-index: 101;
box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
-webkit-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
-khtml-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
-moz-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
-ms-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
-o-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
transition: all 0.3s linear 0s;
-webkit-transition: all 0.3s linear 0s;
-khtml-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s; }
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
border-style: solid;
border-width: 0 1px 1px;
border-color: rgba(22, 37, 66, 0.1);
padding: 5px 15px; }
.wpml-ls-legacy-dropdown .wpml-ls-flag {
display: inline;
vertical-align: middle; }
.wpml-ls-legacy-dropdown .wpml-ls-flag + span {
margin-left: 0.4em; }
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
top: 100%;
opacity: 1;
visibility: visible; }
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
padding-right: 10px;
padding-left: calc(10px + 1.4em); }
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
right: auto;
left: 10px; }
.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
margin-left: 0;
margin-right: 0.4em; }
.language-dropdow > ul > li.lang-item {
position: relative;
z-index: 9999; }
.language-dropdow > ul > li.lang-item a {
color: #1f1f1f;
display: flex;
flex-wrap: wrap;
align-items: center; }
.language-dropdow > ul > li.lang-item a img {
margin-right: 0.5rem;
margin-bottom: 3px; }
.language-dropdow > ul > li.lang-item a span:after {
content: "";
font-family: IcoFont;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
white-space: nowrap;
direction: ltr;
line-height: 1;
color: var(--primary-color);
margin-left: 2px; }
.language-dropdow > ul > li.lang-item ul.lang-submenu {
position: absolute;
width: 100%;
min-width: 100px;
padding: 10px 0;
border-radius: 3px;
background: #FFF;
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
-webkit-transform: translateY(20px);
-khtml-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
transition: all 0.3s linear 0s;
-webkit-transition: all 0.3s linear 0s;
-khtml-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s; }
.language-dropdow > ul > li.lang-item ul.lang-submenu li a {
color: #333;
font-weight: 300;
font-size: 0.775rem;
display: block;
padding: 0.4rem 0.9rem;
text-transform: capitalize; }
.language-dropdow > ul > li.lang-item ul.lang-submenu li a:hover {
color: var(--link-color-hover); }
.language-dropdow > ul > li.lang-item:hover ul.lang-submenu {
opacity: 1;
visibility: visible;
transform: translateY(9px);
-webkit-transform: translateY(9px);
-khtml-transform: translateY(9px);
-moz-transform: translateY(9px);
-ms-transform: translateY(9px);
-o-transform: translateY(9px); }
.header-top-1 {
height: 41px; }
.kng-header-logo a {
display: block;
max-width: 192px;
max-height: 70px;
padding-bottom: 5px; }
@media (max-width: 1199px) {
.kng-header-logo a {
padding-top: 10px;
padding-bottom: 10px; } }
a.logo-mobile {
padding-top: 10px;
padding-bottom: 10px;
display: block;
max-width: 192px; }
.kng-nav-menu ul, .kng-nav-menu ol {
list-style: none; }
.kng-nav-menu.is-arrow .kng-primary-menu > li > .main-menu-toggle {
display: inline-flex; }
.header-main-menu > .elementor-container {
background-color: #fff;
box-shadow: 0px 10px 60px 0px rgba(var(--primary-color-rgb),0.15);
-webkit-box-shadow: 0px 10px 60px 0px rgba(var(--primary-color-rgb),0.15);
-khtml-box-shadow: 0px 10px 60px 0px rgba(var(--primary-color-rgb),0.15);
-moz-box-shadow: 0px 10px 60px 0px rgba(var(--primary-color-rgb),0.15);
-ms-box-shadow: 0px 10px 60px 0px rgba(var(--primary-color-rgb),0.15);
-o-box-shadow: 0px 10px 60px 0px rgba(var(--primary-color-rgb),0.15); }
.kng-nav-menu ul.cat-list-item li {
padding-left: 13px; }
.kng-nav-menu ul.cat-list-item li:hover a, .kng-nav-menu ul.cat-list-item li a:hover {
color: var(--link-color-hover); }
.kng-dropdown-mega .elementor-widget-image a:hover {
transform: translateY(-10px);
-webkit-transform: translateY(-10px);
-khtml-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-dropdown-mega .kng-category-box-wrap .kng-cat-img {
overflow: hidden; }
.kng-dropdown-mega .kng-category-box-wrap .kng-cat-img img {
transform: scale(1);
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-khtml-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease; }
.kng-dropdown-mega .kng-category-box-wrap:hover .kng-cat-img img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1); }
@media (min-width: 1200px) {
.header-ontop {
position: absolute;
left: 0;
right: 0;
background: var(--ontop-bg); }
.header-ontop .header-main-menu > .elementor-container {
background-color: transparent;
box-shadow: none;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none; }
.header-ontop .kng-primary-menu > li > a, .header-ontop .kng-primary-menu > li > .main-menu-toggle:before {
color: var(--ontop-regular); }
.header-ontop .kng-primary-menu > li > a:hover, .header-ontop .kng-primary-menu > li > .main-menu-toggle:before:hover {
color: var(--ontop-hover); }
.header-ontop .kng-primary-menu > li:before {
background-color: var(--ontop-hover); }
.header-ontop .kng-primary-menu > li:hover > a, .header-ontop .kng-primary-menu > li:hover > .main-menu-toggle:before {
color: var(--ontop-hover); }
.header-ontop .kng-primary-menu > li:hover:before {
background-color: var(--primary-color); }
.header-ontop .kng-primary-menu > li.current-menu-item > a, .header-ontop .kng-primary-menu > li.current-menu-item .main-menu-toggle:before, .header-ontop .kng-primary-menu > li.current-menu-ancestor > a, .header-ontop .kng-primary-menu > li.current-menu-ancestor .main-menu-toggle:before {
color: var(--ontop-active); }
.header-ontop .kng-primary-menu > li.current-menu-item:before, .header-ontop .kng-primary-menu > li.current-menu-ancestor:before {
background-color: var(--primary-color); }
.header-ontop .menu-color {
color: var(--ontop-regular); }
.header-ontop .menu-color:hover {
color: var(--ontop-hover); }
.header-ontop .btn:active, .header-ontop .btn:hover, .header-ontop .btn:focus {
background-color: #fff;
border-color: transparent;
color: var(--second-color); } }
@media (max-width: 1199px) {
.header-ontop-mobile {
position: absolute;
left: 0;
right: 0;
background: var(--ontop-bg); }
.header-ontop-mobile .header-main-menu > .elementor-container {
background-color: transparent;
box-shadow: none;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none; } }
.header-layout-df.h-fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: #fff;
z-index: 999;
transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
-webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09); }
.kng-header-elementor-sticky {
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: #fff;
z-index: 999;
transform: translateY(-100%);
-webkit-transform: translateY(-100%);
-khtml-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
-webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
visibility: hidden; }
.kng-header-elementor-sticky.h-fixed {
transform: translateY(0%);
-webkit-transform: translateY(0%);
-khtml-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
visibility: visible;
box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09); }
.header-layout-header-main .kng-header-elementor-sticky {
background-color: transparent; }
.header-layout-header-main .kng-header-elementor-sticky.h-fixed {
box-shadow: none;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none; }
@media (max-width: 1199px) {
.header-ontop .kng-header-elementor-sticky {
background-color: rgba(255, 255, 255, 0.8); } }
.logged-in .h-fixed {
top: 32px; }
@media screen and (max-width: 782px) {
.logged-in .h-fixed {
top: 46px; } }
@media screen and (max-width: 600px) {
.logged-in .h-fixed {
top: 0; } }
.kng-header-elementor-mobile .header-main-mobile {
transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; }
.kng-header-elementor-mobile.mh-fixed .elementor-section.hide-sticky {
display: none; }
.kng-header-elementor-mobile.mh-fixed .header-main-mobile {
position: fixed;
left: 0;
top: 0;
right: 0;
animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09); }
.header-ontop .kng-header-elementor-mobile.mh-fixed .header-main-mobile {
background-color: var(--second-color); }
.kng-header-mobile .header-main-mobile {
transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; }
.kng-header-mobile.mh-fixed .header-main-mobile {
position: fixed;
left: 0;
top: 0;
right: 0;
animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown; }
.logged-in .mh-fixed .header-main-mobile {
top: 32px; }
@media screen and (max-width: 782px) {
.logged-in .mh-fixed .header-main-mobile {
top: 46px; } }
@media screen and (max-width: 600px) {
.logged-in .mh-fixed .header-main-mobile {
top: 0; } }
.main-menu-mobile .btn-nav-mobile {
display: inline-block;
height: 21px;
width: 22px;
cursor: pointer;
position: relative;
vertical-align: middle;
transition: all 300ms linear 0ms;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms; }
.main-menu-mobile .btn-nav-mobile:before, .main-menu-mobile .btn-nav-mobile:after, .main-menu-mobile .btn-nav-mobile span {
transition: all 300ms linear 0ms;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
content: "";
background-color: var(--second-color);
display: block;
height: 3px;
left: 0;
right: 0; }
.header-ontop .main-menu-mobile .btn-nav-mobile:before, .header-ontop .main-menu-mobile .btn-nav-mobile:after, .header-ontop .main-menu-mobile .btn-nav-mobile span {
background-color: #fff; }
.header-sticky .main-menu-mobile .btn-nav-mobile:before, .header-sticky .main-menu-mobile .btn-nav-mobile:after, .header-sticky .main-menu-mobile .btn-nav-mobile span {
background-color: var(--second-color); }
.main-menu-mobile .btn-nav-mobile span {
margin: 6px 0; }
.main-menu-mobile .btn-nav-mobile.opened:before {
top: 8px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg); }
.main-menu-mobile .btn-nav-mobile.opened:after {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
top: 8px; }
.main-menu-mobile .btn-nav-mobile.opened span {
display: none; }
@media (max-width: 1199px) {
.kng-header-mobile .header-main-mobile {
position: relative;
box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
-webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
-khtml-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
-ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
-o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
background-color: #fff; }
.kng-header-mobile .mobile-menu-toggle .bars {
line-height: 1;
cursor: pointer; }
.kng-header-mobile .mobile-menu-toggle .bars span {
width: 30px;
height: 3px;
background-color: var(--second-color);
display: block;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-header-mobile .mobile-menu-toggle .bars span:nth-child(2) {
margin: 7px 0; }
.kng-header-mobile .mobile-menu-toggle .bars:hover span {
background-color: var(--primary-color); }
.header-mobile-content {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center; }
.header-ontop-mobile .kng-header-mobile .header-top-mobile {
background-color: transparent; }
.header-ontop-mobile .kng-header-mobile:not(.mh-fixed) .header-main-mobile {
background-color: transparent; }
.header-ontop-mobile .kng-header-mobile .header-main-mobile {
box-shadow: none;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none; } }
.kng-header-mobile-transparent {
position: absolute;
left: 0;
right: 0;
z-index: 1; }
.kng-header-mobile-sticky {
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: #fff;
z-index: 99;
transform: translateY(-100%);
-webkit-transform: translateY(-100%);
-khtml-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
opacity: 0;
visibility: hidden;
transition: all 0.3s linear !important;
-webkit-transition: all 0.3s linear !important;
-khtml-transition: all 0.3s linear !important;
-moz-transition: all 0.3s linear !important;
-ms-transition: all 0.3s linear !important;
-o-transition: all 0.3s linear !important;
animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown; }
.kng-header-mobile-sticky.mh-fixed {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
transform: translateY(0%);
-webkit-transform: translateY(0%);
-khtml-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
opacity: 1;
visibility: visible;
box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
z-index: 11; }
.kng-header-mobile-main-sticky.mh-fixed {
position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 9;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
-o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
-webkit-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
-khtml-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
-moz-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
-ms-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
-o-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown; }
.logged-in .kng-header-mobile-sticky.mh-fixed, .logged-in .kng-header-mobile-main-sticky.mh-fixed {
top: 32px; }
@media screen and (max-width: 782px) {
.logged-in .kng-header-mobile-sticky.mh-fixed, .logged-in .kng-header-mobile-main-sticky.mh-fixed {
top: 46px; } }
@media screen and (max-width: 600px) {
.logged-in .kng-header-mobile-sticky.mh-fixed, .logged-in .kng-header-mobile-main-sticky.mh-fixed {
top: 0; } }
@media (min-width: 1200px) {
.header-height {
height: 76px; } }
.kng-header-wraps {
z-index: 5;
position: relative; }
#kng-header {
transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.02);
-webkit-box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.02);
-khtml-box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.02);
-ms-box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.02);
-o-box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.02); }
#kng-header:not(.header-ontop):not(.header-sticky) {
background: #ffffff; }
#kng-header-elementor:not(.header-ontop) {
box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.02);
-webkit-box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.02);
-khtml-box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.02);
-ms-box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.02);
-o-box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.02); }
#kng-header-elementor .kng-header-elementor-mobile {
display: none; }
#kng-header-elementor .kng-header-mobile {
display: none; }
#kng-header-elementor .kng-header-elementor-main {
position: relative;
z-index: 999; }
@media (max-width: 1199px) {
#kng-header-elementor .kng-header-elementor-main, #kng-header-elementor .kng-header-elementor-sticky {
display: none; }
#kng-header-elementor .kng-header-elementor-mobile {
display: block; }
#kng-header-elementor .kng-header-mobile {
display: block; }
#kng-header-default {
position: relative;
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
-khtml-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
background-color: #fff; }
#kng-header-default .kng-header-main {
position: relative; }
#kng-header-default .kng-header-branding {
margin: 15px;
min-height: 50px;
align-items: center;
display: flex; }
#kng-header-default .kng-header-branding img {
max-height: 35px; } }
.header-layout-404 .kng-header-attrs a {
color: var(--second-color); }
.header-layout-404 .kng-header-attrs a:hover {
color: var(--link-color-hover); }
@media (min-width: 576px) {
.header-layout-404 .kng-search {
width: 55px;
height: 55px; } }
@media (min-width: 576px) {
.header-layout-404 .side-panel {
background-color: var(--primary-color);
width: 55px;
height: 55px; } }
.header-layout-404 .side-panel .kng-bars span {
width: 30px;
height: 3px;
background-color: #fff;
display: block;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.header-layout-404 .side-panel .kng-bars span:nth-child(2) {
margin: 7px 0; }
@media (max-width: 575px) {
.header-layout-404 .side-panel .kng-bars span {
background-color: var(--second-color); } }
.header-layout-404 .side-panel:hover {
background-color: var(--second-color); }
@media (min-width: 1200px) {
.kng-primary-menu {
padding: 0;
margin: 0;
list-style: none; }
.kng-primary-menu li {
position: relative;
padding: 0; }
.kng-primary-menu ul, .kng-primary-menu ol {
list-style: none;
padding: 0;
margin: 0; }
.kng-primary-menu {
margin-left: -22.5px;
margin-right: -22.5px;
display: flex;
flex-wrap: wrap; }
.kng-primary-menu li {
flex: 0 0 100%;
width: 100%;
max-width: 100%; }
.kng-primary-menu li:hover > .sub-menu {
top: 100%;
z-index: 1;
visibility: visible;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
-ms-opacity: 1;
-o-opacity: 1; }
.kng-primary-menu > li {
flex: 0 0 auto;
width: auto;
margin: 0 22.5px;
display: inline-flex; }
.kng-primary-menu > li:before {
content: "";
width: 0;
height: 3px;
position: absolute;
bottom: 0;
left: 0;
background-color: var(--primary-color);
transition: width 0.3s linear;
-webkit-transition: width 0.3s linear;
-khtml-transition: width 0.3s linear;
-moz-transition: width 0.3s linear;
-ms-transition: width 0.3s linear;
-o-transition: width 0.3s linear; }
.kng-primary-menu > li > a {
color: var(--second-color);
font-size: 17px;
font-weight: 600;
font-family: "Karla", sans-serif;
line-height: 76px;
display: inline-block; }
.kng-primary-menu > li > a:hover {
color: var(--primary-color); }
.kng-primary-menu > li > a.kng-onepage-active {
color: var(--primary-color); }
.kng-primary-menu > li.active:before, .kng-primary-menu > li.current-menu-item:before, .kng-primary-menu > li.current-menu-ancestor:before, .kng-primary-menu > li:hover:before {
width: 100%; }
.kng-primary-menu > li.active > a, .kng-primary-menu > li.active > .main-menu-toggle:before, .kng-primary-menu > li.current-menu-item > a, .kng-primary-menu > li.current-menu-item > .main-menu-toggle:before, .kng-primary-menu > li.current-menu-ancestor > a, .kng-primary-menu > li.current-menu-ancestor > .main-menu-toggle:before, .kng-primary-menu > li:hover > a, .kng-primary-menu > li:hover > .main-menu-toggle:before {
color: var(--primary-color); }
.kng-primary-menu > li.megamenu.current-menu-item:before, .kng-primary-menu > li.megamenu.current-menu-ancestor:before {
height: 0; }
.kng-primary-menu > li.megamenu.current-menu-item:hover:before, .kng-primary-menu > li.megamenu.current-menu-ancestor:hover:before {
height: 3px; }
.kng-primary-menu > li > .main-menu-toggle {
line-height: 1;
align-self: center;
margin-left: 6px;
margin-top: 3px; }
.kng-primary-menu > li > .main-menu-toggle:before {
color: var(--second-color);
font-family: "kngi";
content: "";
font-size: 10px; }
[dir="rtl"] .kng-primary-menu > li > .main-menu-toggle {
margin-left: 0;
margin-right: 6px; }
.kng-primary-menu > li > .sub-menu {
left: 0; }
[dir="rtl"] .kng-primary-menu > li > .sub-menu {
left: auto;
right: 0; }
.kng-primary-menu > li.active > a, .kng-primary-menu > li.active > .main-menu-toggle:before, .kng-primary-menu > li:hover > a, .kng-primary-menu > li:hover > .main-menu-toggle:before {
color: var(--primary-color); }
.kng-primary-menu > li.active > a .kng-menu-title:after, .kng-primary-menu > li.active > .main-menu-toggle:before .kng-menu-title:after, .kng-primary-menu > li:hover > a .kng-menu-title:after, .kng-primary-menu > li:hover > .main-menu-toggle:before .kng-menu-title:after {
background: var(--primary-color); }
.kng-primary-menu > li.active:before, .kng-primary-menu > li:hover:before {
background-color: var(--primary-color); }
.kng-primary-menu > li.active > .sub-menu, .kng-primary-menu > li:hover > .sub-menu {
top: 100%; }
.kng-primary-menu .sub-menu {
width: 200px;
color: var(--second-color);
background-color: #FFFFFF;
background-repeat: repeat-x;
background-position: top left;
position: absolute;
top: calc(100% + 20px);
left: 100%;
z-index: -1;
visibility: hidden;
box-shadow: 0px 10px 40px 0px rgba(27, 26, 26, 0.09);
-webkit-box-shadow: 0px 10px 40px 0px rgba(27, 26, 26, 0.09);
-khtml-box-shadow: 0px 10px 40px 0px rgba(27, 26, 26, 0.09);
-moz-box-shadow: 0px 10px 40px 0px rgba(27, 26, 26, 0.09);
-ms-box-shadow: 0px 10px 40px 0px rgba(27, 26, 26, 0.09);
-o-box-shadow: 0px 10px 40px 0px rgba(27, 26, 26, 0.09);
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
-ms-opacity: 0;
-o-opacity: 0;
transition: top 0.3s;
-webkit-transition: top 0.3s;
-khtml-transition: top 0.3s;
-moz-transition: top 0.3s;
-ms-transition: top 0.3s;
-o-transition: top 0.3s;
border-radius: 0 0 0 0;
-webkit-border-radius: 0 0 0 0;
-khtml-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
-ms-border-radius: 0 0 0 0;
-o-border-radius: 0 0 0 0; }
.kng-primary-menu .sub-menu.back {
left: auto;
right: 100%; }
[dir="rtl"] .kng-primary-menu .sub-menu {
left: auto;
right: 100%; }
[dir="rtl"] .kng-primary-menu .sub-menu.back {
right: auto;
left: 100%; }
.kng-primary-menu .sub-menu li {
padding: 0; }
.kng-primary-menu .sub-menu li:last-child a {
border-bottom: 0; }
.kng-primary-menu .sub-menu li > .main-menu-toggle {
line-height: 1;
align-self: center;
position: absolute;
top: 50%;
right: 15px;
margin-top: -10px;
font-size: 16px;
color: var(--second-color);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-primary-menu .sub-menu li > .main-menu-toggle:before {
font-family: "kngi";
content: ""; }
.kng-primary-menu .sub-menu li:hover > .sub-menu {
top: 0; }
.kng-primary-menu .sub-menu li:hover > .main-menu-toggle {
color: #ffffff; }
.kng-primary-menu .sub-menu li.active > .main-menu-toggle, .kng-primary-menu .sub-menu li.current-menu-item > .main-menu-toggle, .kng-primary-menu .sub-menu li.current-menu-ancestor > .main-menu-toggle {
color: #ffffff; }
.kng-primary-menu .sub-menu a {
display: block;
font-size: 15px;
font-weight: 600;
padding: 10px 15px;
color: var(--second-color);
background-color: transparent;
position: relative;
border-bottom: 1px solid var(--border-color); }
.kng-primary-menu .sub-menu a:hover {
color: #ffffff;
background-color: var(--primary-color);
border-bottom-color: rgba(255, 255, 25, 0.1); }
.kng-primary-menu .sub-menu .current-menu-item > a, .kng-primary-menu .sub-menu .current-menu-ancestor > a {
color: #ffffff;
background-color: var(--primary-color);
border-bottom-color: rgba(255, 255, 25, 0.1); }
.kng-primary-menu .kng-parent-menu-icon {
float: right; }
.kng-primary-menu .kng-parent-menu-icon:before {
margin-left: 5px;
font-family: "kngi";
content: "j";
font-size: 12px; }
[dir="rtl"] .kng-primary-menu .kng-parent-menu-icon:before {
margin-left: 0;
margin-right: 5px; }
[dir="rtl"] .kng-primary-menu .kng-parent-menu-icon {
float: left; } }
#cms-primary-menu .megamenu .sub-menu {
padding: 0;
overflow: hidden; }
@media (min-width: 1200px) {
#cms-primary-menu .megamenu .sub-menu {
width: 470px; } }
#cms-primary-menu .megamenu .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default > .elementor-column {
box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
background-color: var(--dropdown-bg);
background-image: url(//interpolavukati.com/wp-content/themes/lawgne/assets/images/dropdown-shadow.png);
background-repeat: repeat-x;
background-position: top left; }
#cms-primary-menu .megamenu .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default > .elementor-column:first-child {
z-index: 1; }
#cms-primary-menu .megamenu .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
padding: 37px 40px 26px; }
.kng-primary-menu .sub-menu.kng-dropdown-mega {
width: 100%; }
.sub-menu.kng-dropdown-mega {
width: 100%; }
@media (min-width: 1200px) {
.header-main-menu .sub-menu.kng-dropdown-mega {
padding-left: 35px;
padding-right: 35px; }
.kng-primary-menu .sub-menu.kng-dropdown-mega a {
padding: 0px 15px;
border-bottom: 0; }
.kng-primary-menu .sub-menu.kng-dropdown-mega a:hover {
color: var(--primary-color);
background-color: transparent; }
.kng-megamenu-wrap {
padding: 30px 0px 30px 0px; }
.kng-megamenu-wrap .kng-heading-wrap {
margin-bottom: 15px; }
.kng-primary-menu .sub-menu.kng-dropdown-mega .current-menu-item > a, .kng-primary-menu .sub-menu.kng-dropdown-mega .current-menu-ancestor > a {
color: var(--primary-color);
background-color: transparent; }
.kng-primary-menu > li.megamenu.active:before {
display: none; }
.kng-primary-menu > li.megamenu.active > .kng-onepage-active {
position: relative; }
.kng-primary-menu > li.megamenu.active > .kng-onepage-active:before {
content: "";
width: calc(100% + 12px);
height: 3px;
position: absolute;
bottom: 0;
left: 0;
background-color: var(--primary-color);
transition: width 0.3s linear;
-webkit-transition: width 0.3s linear;
-khtml-transition: width 0.3s linear;
-moz-transition: width 0.3s linear;
-ms-transition: width 0.3s linear;
-o-transition: width 0.3s linear; } }
.kng-nav-menu-mobile ul, .kng-nav-menu-mobile ol {
list-style: none;
padding: 0;
margin: 0; }
.kng-nav-menu-mobile ul li, .kng-nav-menu-mobile ol li {
position: relative;
padding: 0; }
.kng-mobile-menu {
padding: 0;
margin: 0;
list-style: none; }
.kng-mobile-menu > li {
color: var(--heading-color);
position: relative; }
.kng-mobile-menu > li > a {
padding: 10px 0;
color: var(--heading-color);
font-size: 17px;
font-weight: 600;
display: block;
text-transform: capitalize;
background-color: transparent; }
.kng-mobile-menu .menu-item:hover, .kng-mobile-menu .menu-item:active, .kng-mobile-menu .menu-item.active, .kng-mobile-menu .current-menu-item, .kng-mobile-menu .current-menu-ancestor {
color: var(--primary-color); }
.kng-mobile-menu .menu-item:hover > a, .kng-mobile-menu .menu-item:active > a, .kng-mobile-menu .menu-item.active > a, .kng-mobile-menu .current-menu-item > a, .kng-mobile-menu .current-menu-ancestor > a {
color: var(--primary-color);
background-color: transparent; }
.kng-mobile-menu .menu-item:active {
color: var(--primary-color); }
.kng-mobile-menu .menu-item:active > a {
color: var(--primary-color);
background-color: transparent; }
.kng-mobile-menu .sub-menu {
display: none;
list-style: none;
padding: 0 0 0 15px; }
.kng-mobile-menu .sub-menu .menu-item {
color: var(--heading-color); }
.kng-mobile-menu .sub-menu .menu-item > a {
padding: 5px 0;
display: block;
color: var(--heading-color);
font-size: 15px;
font-weight: 400;
background-color: transparent;
font-family: "Karla", sans-serif;
text-transform: capitalize; }
.kng-mobile-menu .sub-menu .menu-item:hover, .kng-mobile-menu .sub-menu .current-menu-item, .kng-mobile-menu .sub-menu .current-menu-ancestor {
color: var(--primary-color); }
.kng-mobile-menu .sub-menu .menu-item:hover > a, .kng-mobile-menu .sub-menu .current-menu-item > a, .kng-mobile-menu .sub-menu .current-menu-ancestor > a {
color: var(--primary-color);
background-color: transparent; }
.kng-mobile-menu .sub-menu .menu-item:active {
color: var(--primary-color); }
.kng-mobile-menu .sub-menu .menu-item:active > a {
color: var(--primary-color);
background-color: transparent; }
.kng-mobile-menu .sub-menu .kng-heading-wrap {
display: none; }
.kng-mobile-menu .sub-menu .elementor-column {
width: 100% !important; }
.kng-mobile-menu .sub-menu .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
padding: 0; }
.kng-mobile-menu .sub-menu .elementor-section .kng-nav-menu-inner .kng-nav-inner li {
padding: 0; }
.kng-mobile-menu .main-menu-toggle {
cursor: pointer;
display: inline-block;
width: 25px;
height: 25px;
line-height: 25px;
font-size: 14px;
position: absolute;
right: -6px;
text-align: center;
top: 14px;
background-color: transparent;
border-radius: 4px 4px 0 4px;
-webkit-border-radius: 4px 4px 0 4px;
-khtml-border-radius: 4px 4px 0 4px;
-moz-border-radius: 4px 4px 0 4px;
-ms-border-radius: 4px 4px 0 4px;
-o-border-radius: 4px 4px 0 4px;
transition: all 300ms linear 0ms;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms; }
.kng-mobile-menu .main-menu-toggle:before {
font-family: "kngi";
content: ""; }
.kng-mobile-menu .main-menu-toggle.open:before {
font-family: "kngi";
content: ""; }
.kng-mobile-menu .sub-menu .main-menu-toggle {
top: 9px; }
.kng-nav-menu-inner.horizontal ul.kng-nav-inner {
margin: 0 -22.5px;
display: flex;
flex-wrap: wrap; }
.kng-nav-menu-inner.horizontal ul.kng-nav-inner li {
flex: 0 0 100%;
width: 100%;
max-width: 100%;
position: relative; }
.kng-nav-menu-inner.horizontal ul.kng-nav-inner li:hover > .sub-menu {
top: 100%;
z-index: 1;
visibility: visible;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
-ms-opacity: 1;
-o-opacity: 1; }
.kng-nav-menu-inner.horizontal ul.kng-nav-inner > li {
flex: 0 0 auto;
width: auto;
margin: 0 22.5px;
display: inline-flex; }
.kng-nav-menu-inner.horizontal ul.kng-nav-inner > li:before {
content: "";
width: 0;
height: 1px;
position: absolute;
bottom: 0;
left: -15px;
margin-bottom: -1px;
background-color: var(--primary-color);
transition: width 0.3s linear;
-webkit-transition: width 0.3s linear;
-khtml-transition: width 0.3s linear;
-moz-transition: width 0.3s linear;
-ms-transition: width 0.3s linear;
-o-transition: width 0.3s linear; }
@media (max-width: 575px) {
.kng-nav-menu-inner.horizontal ul.kng-nav-inner > li:before {
display: none; } }
.kng-nav-menu-inner.horizontal ul.kng-nav-inner > li > a {
color: var(--second-color);
font-size: 17px;
font-weight: 600;
font-family: "Karla", sans-serif;
line-height: 76px;
display: inline-block; }
.kng-nav-menu-inner.horizontal ul.kng-nav-inner > li > a:hover {
color: var(--primary-color); }
.kng-nav-menu-inner.horizontal ul.kng-nav-inner > li.active:before, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li.current-menu-item:before, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li.current-menu-ancestor:before, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li:hover:before {
width: calc(100% + 30px); }
.kng-nav-menu-inner.horizontal ul.kng-nav-inner > li.active > a, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li.active > .main-menu-toggle:before, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li.current-menu-item > a, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li.current-menu-item > .main-menu-toggle:before, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li.current-menu-ancestor > a, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li.current-menu-ancestor > .main-menu-toggle:before, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li:hover > a, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li:hover > .main-menu-toggle:before {
color: var(--primary-color); }
.kng-nav-menu-inner.horizontal ul.kng-nav-inner > li.megamenu.current-menu-item:before, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li.megamenu.current-menu-ancestor:before {
height: 0; }
.kng-nav-menu-inner.horizontal ul.kng-nav-inner > li.megamenu.current-menu-item:hover:before, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li.megamenu.current-menu-ancestor:hover:before {
height: 3px; }
.kng-nav-menu-inner.horizontal ul.kng-nav-inner > li > .main-menu-toggle {
line-height: 1;
align-self: center;
margin-left: 6px;
margin-top: 3px; }
.kng-nav-menu-inner.horizontal ul.kng-nav-inner > li > .main-menu-toggle:before {
color: var(--second-color);
font-family: "kngi";
content: "";
font-size: 10px; }
[dir="rtl"] .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li > .main-menu-toggle {
margin-left: 0;
margin-right: 6px; }
.kng-nav-menu-inner.horizontal ul.kng-nav-inner > li > .sub-menu {
left: 0; }
[dir="rtl"] .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li > .sub-menu {
left: auto;
right: 0; }
.kng-nav-menu-inner.horizontal ul.kng-nav-inner > li.active > a, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li.active > .main-menu-toggle:before, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li:hover > a, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li:hover > .main-menu-toggle:before {
color: var(--primary-color); }
.kng-nav-menu-inner.horizontal ul.kng-nav-inner > li.active > a .kng-menu-title:after, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li.active > .main-menu-toggle:before .kng-menu-title:after, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li:hover > a .kng-menu-title:after, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li:hover > .main-menu-toggle:before .kng-menu-title:after {
background: var(--primary-color); }
.kng-nav-menu-inner.horizontal ul.kng-nav-inner > li.active:before, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li:hover:before {
background-color: var(--primary-color); }
.kng-nav-menu-inner.horizontal ul.kng-nav-inner > li.active > .sub-menu, .kng-nav-menu-inner.horizontal ul.kng-nav-inner > li:hover > .sub-menu {
top: 100%; }
@media (max-width: 1199px) {
.kng-popup-menu.widescreen {
display: none; } }
@media (min-width: 1200px) {
.kng-popup-menu.widescreen .container {
position: relative; }
.kng-popup-menu.widescreen .container > .separate {
position: absolute;
left: calc(25% + 30px);
top: 0;
bottom: 0;
content: "";
width: 1px;
background-color: rgba(22, 37, 66, 0.1); }
.kng-popup-menu.widescreen .kng-primary-menu {
flex-direction: column;
margin-left: 0;
margin-right: 0; }
.kng-popup-menu.widescreen .kng-primary-menu > li {
margin: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center; }
.kng-popup-menu.widescreen .kng-primary-menu > li.menu-item-has-children {
position: static; }
.kng-popup-menu.widescreen .kng-primary-menu > li.active > .sub-menu, .kng-popup-menu.widescreen .kng-primary-menu > li:hover > .sub-menu {
top: 0;
z-index: 1;
visibility: visible;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
-ms-opacity: 1;
-o-opacity: 1; }
.kng-popup-menu.widescreen .kng-primary-menu > li:before {
display: none; }
.kng-popup-menu.widescreen .kng-primary-menu > li > a {
line-height: 48px;
text-transform: uppercase; }
.kng-popup-menu.widescreen .kng-primary-menu > li > a .kng-menu-title:after {
left: 0;
transform: translateX(0);
-webkit-transform: translateX(0);
-khtml-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0); }
.kng-popup-menu.widescreen .kng-primary-menu > li > .main-menu-toggle:before {
content: "";
font-size: 16px; }
.kng-popup-menu.widescreen .kng-primary-menu .sub-menu {
width: calc(75% - 50px);
min-height: 50vh;
left: calc(25% + 35px);
top: 20px;
padding: 0 0 0 45px;
box-shadow: none;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none; }
.kng-popup-menu.widescreen .kng-primary-menu .sub-menu li a:hover {
color: var(--link-color-hover);
background-color: transparent;
border-bottom-color: rgba(22, 37, 66, 0.1); }
.kng-popup-menu.widescreen .kng-primary-menu .sub-menu .current-menu-item > a, .kng-popup-menu.widescreen .kng-primary-menu .sub-menu .current-menu-ancestor > a {
color: var(--primary-color);
background-color: transparent;
border-bottom-color: rgba(22, 37, 66, 0.1); }
.kng-popup-menu.widescreen .kng-primary-menu .sub-menu.kng-dropdown-mega {
padding: 0 0 0 30px !important; }
.kng-popup-menu.widescreen .kng-primary-menu .kng-dropdown-mega .elementor-section {
width: 100% !important;
left: auto !important;
padding-top: 20px !important; }
.kng-popup-menu.widescreen .kng-primary-menu .kng-dropdown-mega .elementor .elementor-section.elementor-section-boxed > .elementor-container {
margin-left: 0; }
.kng-popup-menu.widescreen .kng-primary-menu .kng-dropdown-mega .kng-invisible {
visibility: visible; }
.kng-popup-menu.widescreen .kng-primary-menu .kng-dropdown-mega .kng-category-box-layout-1 ul li {
padding-left: 13px; }
.kng-popup-menu.widescreen .kng-primary-menu .kng-dropdown-mega .kng-category-box-layout-1 ul li:before {
top: 13px; }
.kng-popup-menu.widescreen .kng-primary-menu .kng-dropdown-mega .kng-category-box-layout-1 .kng-cat-content {
flex: 0 0 100%;
max-width: 100%; }
.kng-popup-menu.widescreen .kng-primary-menu .kng-dropdown-mega .kng-category-box-layout-1 .kng-cat-img {
display: none; } }
@media (min-width: 1200px) and (max-width: 1199px) {
.kng-popup-menu.widescreen .kng-primary-menu .kng-dropdown-mega .elementor-column {
width: 50% !important; } }
.admin-bar .kng-side-panel {
top: 32px;
height: calc(100% - 32px); }
@media screen and (max-width: 782px) {
.admin-bar .kng-side-panel {
top: 46px;
height: calc(100% - 46px); } }
.kng-side-panel {
display: flex;
flex-direction: column;
position: fixed;
top: 0;
height: 100%;
width: 100%;
z-index: -1;
padding: 0;
background: #fff;
right: 0;
will-change: transform;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
opacity: 0;
max-height: 100vh;
overflow-y: auto;
scrollbar-width: none; }
.kng-side-panel.open {
transform: translateX(0);
-webkit-transform: translateX(0);
-khtml-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
opacity: 1;
z-index: 9999; }
.kng-side-panel .kng-panel-header {
padding: 30px 50px; }
@media (max-width: 575px) {
.kng-side-panel .kng-panel-header {
padding: 20px 30px; } }
.kng-side-panel .kng-panel-header .panel-header-inner {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center; }
.kng-side-panel .kng-side-panel-content {
position: relative;
padding: 10px 43px 50px 50px;
flex: 1; }
@media (max-width: 575px) {
.kng-side-panel .kng-side-panel-content {
padding: 5px 23px 30px 30px; } }
.kng-side-panel::-webkit-scrollbar {
height: 0;
width: 0;
background-color: transparent; }
.kng-side-panel::-webkit-scrollbar-track {
border-radius: 0; }
.kng-side-panel::-webkit-scrollbar-thumb {
border-radius: 0;
background-color: transparent; }
.kng-side-panel:hover::-webkit-scrollbar {
width: 0;
height: auto;
background-color: rgba(255, 255, 255, 0.1);
border-radius: 0; }
.kng-side-panel:hover::-webkit-scrollbar-thumb {
background-color: rgba(48, 48, 48, 0.1); }
.side-panel-open .kng-page-overlay {
width: 100%;
height: 100%;
opacity: 1; }
.kng-close {
border-radius: 50%;
background: rgba(var(--second-color-rgb),0.07);
border: 9px solid transparent;
color: var(--heading-color);
width: 36px;
height: 36px;
display: inline-flex;
justify-content: center;
align-items: center;
position: relative; }
@media (max-width: 767px) {
.kng-close {
width: 30px;
height: 30px;
border-width: 8px; } }
.kng-close:before, .kng-close:after {
content: "";
position: absolute;
height: 2px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background-color: var(--heading-color);
transform-origin: 50% 50%;
opacity: 1;
transition: transform ease 0.25s;
-webkit-transition: transform ease 0.25s;
-khtml-transition: transform ease 0.25s;
-moz-transition: transform ease 0.25s;
-ms-transition: transform ease 0.25s;
-o-transition: transform ease 0.25s; }
.kng-close:before {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg); }
.kng-close:after {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg); }
.kng-close:hover:before, .kng-close:hover:after {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg); }
.kng-side-panel-content .menu-main-container-wrap {
padding: 0;
min-height: calc(100% - 50px);
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
flex-direction: column; }
.kng-side-mobile {
width: 100%;
max-width: 360px;
z-index: 604;
right: auto;
left: 0;
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
-khtml-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%); }
@media (max-width: 575px) {
.kng-side-mobile {
width: 90%; } }
.kng-side-panel.kng-side-mobile.el-builder .kng-panel-header {
padding: 20px 35px; }
@media (max-width: 575px) {
.kng-side-panel.kng-side-mobile.el-builder .kng-panel-header {
padding: 20px 15px; } }
.kng-side-panel.kng-side-mobile.el-builder .kng-side-panel-content {
padding: 10px 35px 50px 35px; }
@media (max-width: 575px) {
.kng-side-panel.kng-side-mobile.el-builder .kng-side-panel-content {
padding: 5px 15px 30px 15px; } }
.kng-side-panel.kng-side-mobile.el-builder .kng-side-panel-content .elementor-column-gap-default > .elementor-column.elementor-element > .elementor-element-populated {
padding: 0; }
.kng-side-info {
width: 100%;
max-width: 400px;
z-index: 604;
left: auto;
right: 0;
transform: translateX(100%);
-webkit-transform: translateX(100%);
-khtml-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%); }
.kng-side-info .kng-panel-header {
padding: 30px 40px 0 40px;
position: relative;
z-index: 1; }
.kng-side-info .kng-side-panel-content {
padding: 0 25px 40px; }
.kng-side-menu {
width: 100%;
max-width: 400px;
z-index: 604;
left: auto;
right: 0;
transform: translateX(100%);
-webkit-transform: translateX(100%);
-khtml-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%); }
.kng-side-menu .kng-panel-header {
padding: 30px 40px 0 40px;
position: relative;
z-index: 1; }
.kng-side-menu .kng-side-panel-content {
padding: 0 25px 40px; }
.kng-popup-menu > .kng-side-panel-content > .container > div.elementor {
max-width: 25%; }
.kng-popup-menu .elementor-section, .kng-popup-menu .elementor-section .elementor-container, .kng-popup-menu .elementor-column, .kng-popup-menu .elementor-column-wrap, .kng-popup-menu .elementor-widget-wrap, .kng-popup-menu .elementor-widget {
position: static; } .kng-side-cart {
width: 100%;
max-width: 360px;
left: auto;
transform: translateX(100%);
-webkit-transform: translateX(100%);
-khtml-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%); }
.kng-side-cart .kng-close {
background-color: transparent;
margin-right: -9px; }
.kng-side-cart .kng-close:before, .kng-side-cart .kng-close:after {
background-color: #828282; }
.kng-side-cart .kng-close:hover:before, .kng-side-cart .kng-close:hover:after {
background-color: var(--primary-color); }
.kng-side-cart .kng-panel-header {
padding: 24px 24px 0 24px; }
@media (max-width: 400px) {
.kng-side-cart .kng-panel-header {
padding: 24px 15px 0 15px; } }
.kng-side-cart .kng-panel-header .panel-header-inner {
padding-bottom: 12px;
border-bottom: 1px solid rgba(215, 215, 215, 0.3); }
.kng-side-cart .kng-side-panel-content {
padding: 0 24px 24px 24px; }
@media (max-width: 400px) {
.kng-side-cart .kng-side-panel-content {
padding: 0 15px 24px 15px; } }
.kng-side-cart .widget_shopping_cart_content ul {
list-style: none outside;
padding: 0;
margin: 0; }
.kng-side-cart .widget_shopping_cart_content ul li {
padding: 24px 30px 24px 0;
position: relative;
display: block;
clear: both;
overflow: hidden;
border-bottom: 1px solid rgba(215, 215, 215, 0.3); }
.kng-side-cart .widget_shopping_cart_content ul li a {
display: block;
font-weight: 500;
font-size: 18px;
line-height: 1.5; }
.kng-side-cart .widget_shopping_cart_content ul li .remove {
position: absolute;
top: 13px;
right: -5px;
line-height: 1;
padding: 5px;
color: #828282; }
.kng-side-cart .widget_shopping_cart_content ul li .remove:hover {
color: var(--primary-color); }
.kng-side-cart .widget_shopping_cart_content ul li .quantity {
font-size: 15px;
font-weight: 400;
margin-top: 8px; }
.kng-side-cart .widget_shopping_cart_content ul li .amount {
color: var(--primary-color);
font-weight: 500; }
.kng-side-cart .widget_shopping_cart_content ul li .star-rating + .woocommerce-Price-amount, .kng-side-cart .widget_shopping_cart_content ul li .star-rating + .reviewer {
display: block;
width: 100%;
padding-left: 92px; }
.kng-side-cart .widget_shopping_cart_content ul li img {
float: left;
margin-right: 20px;
width: 72px;
height: auto;
border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px; }
.kng-side-cart .widget_shopping_cart_content ul li dl {
margin: 0;
padding-left: 1em;
border-left: 2px solid rgba(0, 0, 0, 0.1); }
.kng-side-cart .widget_shopping_cart_content ul li dl::after, .kng-side-cart .widget_shopping_cart_content ul li dl::before {
display: block;
clear: both;
content: ""; }
.kng-side-cart .widget_shopping_cart_content ul li dl dt, .kng-side-cart .widget_shopping_cart_content ul li dl dd {
display: inline-block;
float: left;
margin-bottom: 1em; }
.kng-side-cart .widget_shopping_cart_content ul li dl dt {
font-weight: 700;
padding: 0 0 0.25em;
margin: 0 4px 0 0;
clear: left; }
.kng-side-cart .widget_shopping_cart_content ul li dl dd {
padding: 0 0 0.25em; }
.kng-side-cart .widget_shopping_cart_content ul li dl dd p:last-child {
margin-bottom: 0; }
.kng-side-cart .widget_shopping_cart_content .woocommerce-mini-cart__total {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 12px 0;
border-top: 1px solid rgba(215, 215, 215, 0.3);
border-bottom: 1px solid rgba(215, 215, 215, 0.3);
color: var(--heading-color);
margin-bottom: 20px; }
.kng-side-cart .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
font-weight: 400; }
.kng-side-cart .widget_shopping_cart_content .woocommerce-mini-cart__total .amount {
font-weight: 500;
font-size: 20px;
line-height: 32px;
color: var(--primary-color); }
.kng-side-cart .widget_shopping_cart_content .buttons .button {
display: block; }
.kng-side-cart .widget_shopping_cart_content .buttons .button + .button {
margin-top: 8px; }
.kng-side-cart .blockOverlay {
background-color: rgba(192, 192, 192, 0.6) !important; }
.kng-side-cat {
width: 100%;
max-width: 360px;
right: auto;
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
-khtml-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%); }
.kng-side-cat .kng-close {
background-color: transparent;
margin-right: -9px; }
.kng-side-cat .kng-close:before, .kng-side-cat .kng-close:after {
background-color: #828282; }
.kng-side-cat .kng-close:hover:before, .kng-side-cat .kng-close:hover:after {
background-color: var(--primary-color); }
.kng-side-cat .kng-panel-header {
padding: 24px 24px 0 24px; }
@media (max-width: 400px) {
.kng-side-cat .kng-panel-header {
padding: 24px 15px 0 15px; } }
.kng-side-cat .kng-panel-header .panel-header-inner {
padding-bottom: 12px;
border-bottom: 1px solid rgba(215, 215, 215, 0.3); }
.kng-side-cat .kng-side-panel-content {
padding: 0 24px 24px 24px; }
@media (max-width: 400px) {
.kng-side-cat .kng-side-panel-content {
padding: 0 15px 24px 15px; } }
.kng-side-cat .kng-cat-menu-wrap {
padding: 24px 0 24px 0;
list-style: none; }
.kng-side-cat .kng-cat-menu-wrap li {
position: relative;
padding-top: 4px;
padding-bottom: 4px; }
.kng-side-cat .kng-cat-menu-wrap li a {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 2px 0 2px 14px; }
.kng-side-cat .kng-cat-menu-wrap li a:before {
content: "";
position: absolute;
left: 0;
width: 4px;
height: 4px;
border-radius: 2px;
display: block;
background-color: #4f4f4f; }
.kng-side-cat .kng-cat-menu-wrap ul.children {
padding-left: 18px;
margin-bottom: 0;
list-style: none;
display: none; }
.kng-pagetitle .container {
z-index: 1; }
.kng-pagetitle .heading {
color: inherit;
margin: 0;
text-transform: capitalize; }
.kng-pagetitle .kng-scroll {
position: absolute;
left: 50%;
bottom: 0;
z-index: 1;
transform: translate(-50%, 50%);
-webkit-transform: translate(-50%, 50%);
-khtml-transform: translate(-50%, 50%);
-moz-transform: translate(-50%, 50%);
-ms-transform: translate(-50%, 50%);
-o-transform: translate(-50%, 50%); }
.kng-pagetitle .kng-page-title-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.kng-pagetitle .kng-breadcrumb {
display: flex;
flex-wrap: wrap;
font-size: 20px;
font-weight: 500;
line-height: 1.5; }
.kng-pagetitle .kng-breadcrumb .br-item {
flex: 0 0 auto;
max-width: 100%; }
.kng-pagetitle .kng-breadcrumb .br-item:last-child .br-divider {
display: none !important; }
.kng-pagetitle .kng-breadcrumb .br-divider {
padding: 5px 8px;
font-size: 100%;
position: relative;
top: 2px; }
.kng-pagetitle .kng-breadcrumb .br-item + .br-item::before {
display: none; }
.kng-pagetitle-default {
background-color: var(--ptitle-background-color);
background-image: var(--ptitle-background-image);
background-size: var(--ptitle-background-size);
background-position: var(--ptitle-background-position);
background-repeat: var(--ptitle-background-repeat);
background-attachment: var(--ptitle-background-attachment);
color: var(--ptitle-color);
padding-top: var(--ptitle-padding-top);
padding-bottom: var(--ptitle-padding-bottom); }
@media (max-width: 767px) {
.kng-pagetitle-default {
padding-top: var(--ptitle-mobile-padding-top);
padding-bottom: var(--ptitle-mobile-padding-bottom); } }
.kng-pagetitle-default .kng-page-title-overlay {
background-color: var(--ptitle-overlay-rgba);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(22, 37, 66, 0.8)), to(rgba(22, 37, 66, 0.8)));
background-image: -webkit-linear-gradient(left, rgba(22, 37, 66, 0.8), rgba(22, 37, 66, 0.8));
background-image: -moz-linear-gradient(left, rgba(22, 37, 66, 0.8), rgba(22, 37, 66, 0.8));
background-image: -ms-linear-gradient(left, rgba(22, 37, 66, 0.8), rgba(22, 37, 66, 0.8));
background-image: -o-linear-gradient(left, rgba(22, 37, 66, 0.8), rgba(22, 37, 66, 0.8));
background-image: linear-gradient(to right, rgba(22, 37, 66, 0.8), rgba(22, 37, 66, 0.8));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="rgba(22, 37, 66, 0.8)", endColorStr="rgba(22, 37, 66, 0.8)", gradientType="1"); }
[dir="rtl"] .kng-pagetitle-default .kng-page-title-overlay {
background-image: linear-gradient(to left, rgba(22, 37, 66, 0.8), rgba(22, 37, 66, 0.8)); }
.kng-pagetitle-default .kng-pagetitle-breadcrumb {
color: var(--ptitle-breadcrumb-regular); }
.kng-pagetitle-default .kng-pagetitle-breadcrumb a {
color: var(--ptitle-breadcrumb-active); }
.kng-pagetitle-default .kng-pagetitle-breadcrumb a:hover {
color: var(--ptitle-breadcrumb-hover); }
.kng-pagetitle-default .kng-pagetitle-breadcrumb .br-divider {
color: var(--ptitle-breadcrumb-regular); }
.kng-post-title-layout {
padding-top: 120px;
padding-bottom: 97px; }
.kng-post-title-layout a {
color: inherit; }
.kng-post-title-layout .kng-post-cat {
display: block;
font-weight: bold;
font-size: 14px;
line-height: 17px;
letter-spacing: 0.3em;
text-transform: uppercase;
margin-bottom: 24px; }
.kng-post-title-layout .kng-post-title {
max-width: 770px;
margin-left: auto;
margin-right: auto;
margin-bottom: 24px; }
.kng-post-title-layout .date-author {
font-size: 14px;
line-height: 26px;
letter-spacing: 0.08em; }
.kng-page-title + .kng-breadcrumb {
margin-top: 7px; }
.kng-breadcrumb + .kng-page-title {
margin-top: 7px; }
.kng-main {
padding-top: 130px;
padding-bottom: 130px; }
@media (max-width: 1199px) {
.kng-main {
padding-top: 100px;
padding-bottom: 100px; } }
@media (min-width: 1280px) {
.blog-classic .kng-content-row {
margin-left: -50px;
margin-right: -50px; }
.blog-classic .kng-content-row > div {
padding-left: 50px;
padding-right: 50px; }
.single-post .kng-content-row {
margin-left: -50px;
margin-right: -50px; }
.single-post .kng-content-row > div {
padding-left: 50px;
padding-right: 50px; } }
@media (max-width: 991px) {
.kng-sidebar-area {
margin-top: 100px; } }
.kng-post-archive + .kng-post-archive {
margin-top: 30px; }
.kng-post-title .kngi-thumbtack {
font-size: 22px;
margin-right: 11px; }
.kng-post-archive .kng-featured-wrap {
position: relative; }
.kng-post-archive .kng-post-meta {
margin-bottom: 16px;
font-size: 15px;
font-weight: 500; }
.kng-post-archive .kng-post-meta .kng-post-author {
font-size: 17px; }
.kng-post-archive .kng-post-meta .kng-post-author .avatar {
margin-right: 12px; }
@media (max-width: 480px) {
.kng-post-archive .kng-post-meta .kng-post-author .avatar {
width: 30px; } }
.kng-post-archive .kng-post-content {
padding: 40px 40px 0 40px;
box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.06);
-webkit-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.06);
-khtml-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.06);
-moz-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.06);
-ms-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.06);
-o-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.06); }
@media (max-width: 767px) {
.kng-post-archive .kng-post-content {
padding: 30px 30px 0 30px; } }
@media (max-width: 480px) {
.kng-post-archive .kng-post-content {
padding: 30px 15px 0 15px; } }
.kng-post-archive .kng-post-content .navigation {
padding-top: 0; }
.kng-post-archive .kng-post-title {
margin-bottom: 10px; }
.kng-post-archive.tag-sticky-2:not(.sticky) .kngi-thumbtack {
display: none; }
.kng-post-archive .kng-post-excerpt {
font-size: 17px;
line-height: 30px;
font-weight: 400; }
.kng-post-archive .kng-meta-bottom {
margin-bottom: 0;
padding-top: 17px;
padding-bottom: 16px;
border-top: 2px solid rgba(var(--second-color-rgb),0.07);
position: relative; }
.kng-post-archive .kng-meta-bottom .kng-post-share {
position: absolute;
right: 0;
padding: 0; }
@media (max-width: 480px) {
.kng-post-archive .kng-meta-bottom .kng-post-share {
display: none; } }
.kng-post-archive .kng-post-meta-inner.row {
margin-left: -15px;
margin-right: -15px; }
@media (max-width: 767px) {
.kng-post-archive .kng-post-meta-inner.row {
margin-left: -10px;
margin-right: -10px; } }
.kng-post-archive .kng-post-meta-inner.row > * {
padding-left: 15px;
padding-right: 15px; }
@media (max-width: 767px) {
.kng-post-archive .kng-post-meta-inner.row > * {
padding-left: 10px;
padding-right: 10px; } }
.kng-post-archive .kng-post-meta-inner > span a {
color: inherit; }
.kng-post-archive .kng-post-meta-inner > span a:hover {
color: var(--link-color-hover); }
.kng-post-archive .kng-post-meta-inner .meta-icon {
margin-right: 2px; }
.kng-post-archive .kng-post-meta-inner .kng-meta-separator {
display: none; }
.kng-post-archive .kng-post-readmore {
position: absolute;
bottom: -30px;
right: 40px; }
.kng-post-archive .kng-post-readmore .kng-readmore {
height: 60px;
line-height: 60px;
padding: 0;
border: 0;
background-color: transparent;
border-radius: 30px;
-webkit-border-radius: 30px;
-khtml-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
position: relative;
transform: translateX(0);
-webkit-transform: translateX(0);
-khtml-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-post-archive .kng-post-readmore .kng-readmore .kng-btn-content {
background-color: transparent;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
border-radius: 30px;
-webkit-border-radius: 30px;
-khtml-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-post-archive .kng-post-readmore .kng-readmore .kng-btn-icon {
width: 60px;
height: 60px;
line-height: 60px;
display: inline-block;
padding: 0;
border-color: transparent;
background-color: #ffffff;
color: var(--second-color);
overflow: hidden;
border-radius: 30px;
-webkit-border-radius: 30px;
-khtml-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.15);
-webkit-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.15);
-khtml-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.15);
-moz-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.15);
-ms-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.15);
-o-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.15);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-post-archive .kng-post-readmore .kng-readmore .kng-btn-icon:before {
width: 60px;
height: 60px;
line-height: 60px;
display: inline-block; }
.kng-post-archive .kng-post-readmore .kng-readmore .kng-btn-text {
opacity: 0;
visibility: hidden;
height: 60px;
padding-left: 30px;
color: var(--second-color);
border-radius: 30px;
-webkit-border-radius: 30px;
-khtml-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-post-archive .kng-post-readmore .kng-readmore:hover {
transform: translateX(10px);
-webkit-transform: translateX(10px);
-khtml-transform: translateX(10px);
-moz-transform: translateX(10px);
-ms-transform: translateX(10px);
-o-transform: translateX(10px);
box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.25);
-webkit-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.25);
-khtml-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.25);
-moz-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.25);
-ms-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.25);
-o-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.25); }
.kng-post-archive .kng-post-readmore .kng-readmore:hover .kng-btn-content {
background-color: #ffffff; }
.kng-post-archive .kng-post-readmore .kng-readmore:hover .kng-btn-icon {
box-shadow: none;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none; }
.kng-post-archive .kng-post-readmore .kng-readmore:hover .kng-btn-icon:before {
-webkit-animation: toRightFromLeft 0.3s forwards;
-moz-animation: toRightFromLeft 0.3s forwards;
animation: toRightFromLeft 0.3s forwards; }
.kng-post-archive .kng-post-readmore .kng-readmore:hover .kng-btn-text {
opacity: 1;
visibility: visible; }
.kng-post-archive.post_format-post-format-link .kng-post-readmore, .kng-post-archive.kng-no-post-thumbnail .kng-post-readmore {
display: none; }
.kng-post-archive.post_format-post-format-link .kng-post-content {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.kng-post-archive.post_format-post-format-link .kng-post-meta {
display: block;
width: 100%;
margin-bottom: 25px; }
.kng-post-archive.post_format-post-format-link .kng-post-title {
order: -1;
margin-bottom: 15px; }
.kng-post-archive.post_format-post-format-link .kng-post-excerpt {
display: none; }
.kng-post-archive.post_format-post-format-link .kng-meta-bottom {
margin-bottom: 0;
padding-top: 12px;
padding-bottom: 12px; }
.kng-post-archive.post_format-post-format-link.kng-has-post-thumbnail {
color: #ffffff; }
.kng-post-archive.post_format-post-format-link.kng-has-post-thumbnail .kng-post-content {
background-color: rgba(var(--second-color-rgb),0.9); }
@media (max-width: 767px) {
.kng-post-archive.post_format-post-format-link.kng-has-post-thumbnail .kng-post-content {
padding: 30px 30px 0 30px; } }
@media (max-width: 480px) {
.kng-post-archive.post_format-post-format-link.kng-has-post-thumbnail .kng-post-content {
padding: 30px 30px 0 30px; } }
.kng-post-archive.post_format-post-format-link.kng-has-post-thumbnail .kng-post-title {
color: #ffffff; }
.kng-post-archive.post_format-post-format-link.kng-has-post-thumbnail .kng-meta-bottom {
border-top: 2px solid rgba(255, 255, 255, 0.15); }
.kng-post-archive .kng-featured.kng-post-video iframe {
width: 100%;
height: auto; }
.single-post .kng-post-content .elementor-column-gap-default, .single-case .kng-post-content .elementor-column-gap-default, .single-practice .kng-post-content .elementor-column-gap-default {
margin-left: -15px !important;
margin-right: -15px !important; }
.single-post .kng-single-post-wrap {
padding: 40px;
box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.06);
-webkit-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.06);
-khtml-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.06);
-moz-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.06);
-ms-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.06);
-o-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.06); }
@media (max-width: 1279px) {
.single-post .kng-single-post-wrap {
padding: 30px; } }
@media (max-width: 1199px) {
.single-post .kng-single-post-wrap {
padding: 30px 15px; } }
@media (max-width: 575px) {
.single-post .kng-single-post-wrap {
padding: 0;
box-shadow: none;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none; } }
.single-post .kng-post-has-thumbnail .kng-featured {
margin: -40px -40px 40px -40px; }
@media (max-width: 1279px) {
.single-post .kng-post-has-thumbnail .kng-featured {
margin: -30px -30px 30px -30px; } }
@media (max-width: 1199px) {
.single-post .kng-post-has-thumbnail .kng-featured {
margin: -30px -15px 30px -15px; } }
@media (max-width: 575px) {
.single-post .kng-post-has-thumbnail .kng-featured {
margin: 0 0 30px 0; } }
.single-post .kng-post-meta {
margin-bottom: 16px;
font-size: 15px;
font-weight: 500; }
.single-post .kng-post-meta .kng-post-author {
font-size: 17px; }
.single-post .kng-post-meta .kng-post-author .avatar {
margin-right: 12px; }
@media (max-width: 480px) {
.single-post .kng-post-meta .kng-post-author .avatar {
margin-right: 6px;
width: 20px; } }
@media (max-width: 767px) {
.single-post .kng-post-meta .kng-post-share {
display: none; } }
@media (max-width: 575px) {
.single-post .kng-post-meta .kng-post-cmt, .single-post .kng-post-meta .kng-post-share {
display: none; } }
.single-post .kng-post-meta-inner.row {
margin-left: -20px;
margin-right: -20px; }
@media (max-width: 767px) {
.single-post .kng-post-meta-inner.row {
margin-left: -10px;
margin-right: -10px; } }
.single-post .kng-post-meta-inner.row > * {
padding-left: 20px;
padding-right: 20px; }
@media (max-width: 767px) {
.single-post .kng-post-meta-inner.row > * {
padding-left: 10px;
padding-right: 10px; } }
.single-post .kng-post-meta-inner > span a {
color: inherit; }
.single-post .kng-post-meta-inner > span a:hover {
color: var(--link-color-hover); }
.single-post .kng-post-meta-inner .meta-icon {
margin-right: 2px; }
.single-post .kng-post-meta-inner .kng-meta-separator {
display: none; }
.single-post .kng-post-title {
margin-bottom: 18px; }
.st-logo {
display: none;
visibility: hidden;
opacity: 0; }
.sticky {
display: block; }
.updated:not(.published) {
display: none; }
.kng-post-title {
margin-top: 0;
font-weight: 500;
margin-bottom: 30px; }
.kng-post-title > a > span {
font-size: 22px; }
.kng-featured .kng-post-image.background img {
visibility: hidden;
opacity: 0; }
.redux-page .kng-featured img {
width: 100%; }
.kng-post-image a {
overflow: hidden;
display: block;
padding: 0;
will-change: opacity;
position: relative; }
.redux-page .kng-post-image a img {
transform: scale(1, 1);
-webkit-transform: scale(1, 1);
-khtml-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
backface-visibility: hidden;
transform-origin: center center;
object-fit: cover;
object-position: center;
transform-origin: center center;
transition: all 0.45s linear;
-webkit-transition: all 0.45s linear;
-khtml-transition: all 0.45s linear;
-moz-transition: all 0.45s linear;
-ms-transition: all 0.45s linear;
-o-transition: all 0.45s linear; }
.redux-page .kng-post-image a:hover img {
transform: scale(1.05, 1.05);
-webkit-transform: scale(1.05, 1.05);
-khtml-transform: scale(1.05, 1.05);
-moz-transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
-o-transform: scale(1.05, 1.05); }
.post-date {
font-weight: 300; }
.entry-social-share {
margin-top: 80px; }
.entry-social-share ul {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin: 0 -15px; }
.entry-social-share ul li {
padding: 0 15px; }
.single-post .kng-post-tags-share {
margin-top: 28px; }
.single-post .kng-post-tags-share .kng-post-tags, .single-post .kng-post-tags-share .kng-post-share {
margin-bottom: 10px; }
.single-post .kng-post-tags-share .tagcloud {
margin: -5px; }
.single-post .kng-post-tags-share .tagcloud > * {
margin: 5px; }
.single-post .kng-post-tags-share .tagcloud > span {
color: var(--heading-color);
font-family: "Frank Ruhl Libre", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 30px; }
.single-post .kng-post-tags-share .tagcloud > a {
font-size: 14px;
line-height: 30px;
font-weight: 500;
text-transform: uppercase;
padding: 0 15px;
color: var(--heading-color);
background-color: #f4f4f4; }
.single-post .kng-post-tags-share .tagcloud > a:hover {
background-color: var(--primary-color);
color: #fff; }
.single-post .kng-post-tags-share .tagcloud > a:after {
display: none; }
.single-post .kng-post-tags-share .kng-post-share .text-heading {
color: var(--heading-color);
font-family: "Frank Ruhl Libre", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 30px; }
.single-post .kng-post-tags-share .kng-post-share .kng-social {
font-size: 16px; }
.single-post .kng-post-tags-share .kng-post-share .kng-social a {
color: var(--body-color); }
.single-post .kng-post-tags-share .kng-post-share .kng-social a:hover {
color: var(--primary-color); }
.kng-single-post-inner {
padding-bottom: 40px;
border-bottom: 1px solid rgba(22, 37, 66, 0.1); }
.entry-author-info {
background-color: #f2f2f2;
padding: 40px 40px 28px 40px;
margin-top: 60px;
margin-bottom: 112px; }
@media (max-width: 575px) {
.entry-author-info {
padding: 30px 15px 30px; } }
.entry-author-info .kng-post-author-title {
font-size: 22px;
font-weight: 700;
color: var(--heading-color);
font-family: "Frank Ruhl Libre", sans-serif;
margin-bottom: 7px; }
.entry-author-info .kng-post-author-description {
font-size: 17px;
line-height: 32px; }
.entry-author-info .kng-socials {
margin-top: 8px; }
.kng-single-related-recent-post {
border-top: 1px solid rgba(22, 37, 66, 0.1);
padding-top: 64px;
margin-top: 96px;
padding-bottom: 14px; }
@media (max-width: 1199px) {
.kng-single-related-recent-post {
margin-top: 30px; } }
.kng-related-post + .kng-recent-post {
margin-top: 64px; }
.kng-related-post, .kng-recent-post {
font-size: 14px;
line-height: 17px; }
.kng-related-post .grid-item, .kng-recent-post .grid-item {
padding-bottom: 30px;
margin-bottom: 20px; }
.kng-related-post .kng-heading, .kng-recent-post .kng-heading {
font-size: 40px;
line-height: 1.3;
font-weight: 400;
text-align: center;
margin-bottom: 40px; }
.kng-related-post .kng-featured, .kng-recent-post .kng-featured {
margin-bottom: 20px; }
.kng-related-post .item-title, .kng-recent-post .item-title {
margin: 0; }
.kng-related-post .item-meta, .kng-recent-post .item-meta {
margin-top: 18px; }
.kng-related-post .kng-svg, .kng-recent-post .kng-svg {
margin-right: 6px; }
.kng-related-post .lbl, .kng-recent-post .lbl {
color: #828282;
margin-right: 5px; }
.navigation, .woocommerce-pagination {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin: -3px;
padding-top: 60px;
width: 100%; }
.navigation:empty, .woocommerce-pagination:empty {
display: none; }
.navigation .page-numbers, .navigation .post-page-numbers, .woocommerce-pagination .page-numbers, .woocommerce-pagination .post-page-numbers {
flex: 0 0 auto;
margin: 3px;
display: inline-block;
vertical-align: top;
text-align: center;
font-weight: 700;
font-size: 18px;
text-align: center;
letter-spacing: 1px;
width: 45px;
height: 45px;
line-height: 43px;
display: inline-block;
border: 1px solid rgba(var(--second-color-rgb),0.07);
color: var(--link-color);
border-radius: 45px;
-webkit-border-radius: 45px;
-khtml-border-radius: 45px;
-moz-border-radius: 45px;
-ms-border-radius: 45px;
-o-border-radius: 45px; }
.navigation .page-numbers.dots, .navigation .post-page-numbers.dots, .woocommerce-pagination .page-numbers.dots, .woocommerce-pagination .post-page-numbers.dots {
line-height: 30px; }
.navigation .page-numbers:hover, .navigation .page-numbers.current, .navigation .post-page-numbers:hover, .navigation .post-page-numbers.current, .woocommerce-pagination .page-numbers:hover, .woocommerce-pagination .page-numbers.current, .woocommerce-pagination .post-page-numbers:hover, .woocommerce-pagination .post-page-numbers.current {
border-color: var(--primary-color);
background: var(--primary-color);
color: #ffffff; }
.navigation .next, .navigation .prev, .woocommerce-pagination .next, .woocommerce-pagination .prev {
color: var(--second-color); }
.navigation .next:hover, .navigation .next.current, .navigation .prev:hover, .navigation .prev.current, .woocommerce-pagination .next:hover, .woocommerce-pagination .next.current, .woocommerce-pagination .prev:hover, .woocommerce-pagination .prev.current {
border-color: var(--primary-color);
background: var(--primary-color);
color: #ffffff; }
.navigation .next span, .navigation .prev span, .woocommerce-pagination .next span, .woocommerce-pagination .prev span {
font-weight: 700; }
.navigation.kng-page-links, .woocommerce-pagination.kng-page-links {
justify-content: start; }
.comment-list-wrap .navigation {
justify-content: flex-end; }
.navigation.kng-page-links {
margin-top: 26px;
margin-bottom: 20px; }
.entry-author-info {
position: relative; }
.entry-author-info:after {
content: "";
position: absolute;
left: 0;
bottom: -61px;
right: 0;
width: 100%;
height: 1px;
background-color: rgba(22, 37, 66, 0.1); }
.kng-single-next-prev-navigation {
margin-top: 56px;
padding-bottom: 55px;
position: relative; }
.kng-single-next-prev-navigation:after {
content: "";
position: absolute;
bottom: 0;
left: 15px;
right: 15px;
height: 1px;
background-color: rgba(22, 37, 66, 0.1); }
.kng-single-next-prev-navigation .kng-single-nav-inner {
display: inline-block;
position: relative; }
.kng-single-next-prev-navigation .kng-single-nav-inner > a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2; }
.kng-single-next-prev-navigation .kng-single-nav-inner:hover .kng-nav-label {
color: var(--primary-color); }
.kng-single-next-prev-navigation .kng-single-nav-inner:hover .kng-nav-icon {
color: var(--primary-color);
border-color: var(--primary-color); }
.kng-single-next-prev-navigation .kng-single-nav-inner:hover .kng-nav-title {
color: var(--link-color-hover); }
.kng-single-next-prev-navigation .kng-single-next-prev-separate {
width: 80px;
padding: 0 40px; }
.kng-single-next-prev-navigation .kng-nav-icon {
width: 48px;
height: 48px;
border: 1px solid rgba(130, 130, 130, 0.2);
box-sizing: border-box;
border-radius: 99px;
text-align: center;
display: block;
line-height: 44px;
font-size: 14px;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
@media (max-width: 767px) {
.kng-single-next-prev-navigation .kng-nav-icon {
width: 32px;
height: 32px;
line-height: 30px; } }
.kng-single-next-prev-navigation .kng-nav-label {
display: none;
font-family: "Frank Ruhl Libre", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 32px;
line-height: 44px;
color: var(--heading-color);
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
@media (max-width: 767px) {
.kng-single-next-prev-navigation .kng-nav-label {
font-size: 24px;
line-height: 1.5;
display: block; } }
@media (max-width: 575px) {
.kng-single-next-prev-navigation .kng-nav-label {
font-size: 20px; } }
.kng-single-next-prev-navigation .kng-nav-title {
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 25px;
font-family: "Frank Ruhl Libre", sans-serif;
display: block; display: -webkit-box;
max-height: 50px; font-size: 18px;
line-height: 1.3888888889;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
color: var(--heading-color); }
.kng-single-next-prev-navigation .kng-nav-title > * {
display: block; display: -webkit-box;
max-height: 50px; font-size: 18px;
line-height: 1.3888888889;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
@media (max-width: 767px) {
.kng-single-next-prev-navigation .kng-nav-title {
display: none; } }
.kng-single-next-prev-navigation .post-nav-date {
font-size: 14px;
line-height: 25px;
font-weight: 500;
text-transform: uppercase;
margin-top: 4px; }
.kng-single-next-prev-navigation .post-nav-date [class^="kngi-"] {
margin-right: 5px; }
.kng-single-next-prev-navigation .kng-single-next .post-nav-date [class^="kngi-"] {
margin-right: 0;
margin-left: 5px; }
.kng-single-next-prev-navigation .post-image {
overflow: hidden;
position: relative;
width: 75px; }
.kng-single-next-prev-navigation .post-image:before, .kng-single-next-prev-navigation .post-image:after {
position: absolute;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-single-next-prev-navigation .post-image:before {
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;
background: var(--primary-color);
transform: scale(0);
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
filter: alpha(opacity=90);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
opacity: 0.9;
-webkit-opacity: 0.9;
-khtml-opacity: 0.9;
-moz-opacity: 0.9;
-ms-opacity: 0.9;
-o-opacity: 0.9; }
.kng-single-next-prev-navigation .post-image:after {
top: 50%;
left: 50%;
color: #ffffff;
transform: scale(0) translate(-50%, -50%);
-webkit-transform: scale(0) translate(-50%, -50%);
-khtml-transform: scale(0) translate(-50%, -50%);
-moz-transform: scale(0) translate(-50%, -50%);
-ms-transform: scale(0) translate(-50%, -50%);
-o-transform: scale(0) translate(-50%, -50%); }
.kng-single-next-prev-navigation .kng-single-next .post-image:after {
font-family: "kngi";
content: ""; }
.kng-single-next-prev-navigation .kng-single-prev .post-image:after {
font-family: "kngi";
content: ""; }
.kng-single-next-prev-navigation .kng-single-next-prev:hover .post-image:before {
transform: scale(1);
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1); }
.kng-single-next-prev-navigation .kng-single-next-prev:hover .post-image:after {
transform: scale(1) translate(-50%, -50%);
-webkit-transform: scale(1) translate(-50%, -50%);
-khtml-transform: scale(1) translate(-50%, -50%);
-moz-transform: scale(1) translate(-50%, -50%);
-ms-transform: scale(1) translate(-50%, -50%);
-o-transform: scale(1) translate(-50%, -50%); }
body.error404 #kng-header {
box-shadow: none;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none; }
body.error404 .kng-main {
padding-top: 160px;
padding-bottom: 80px;
text-align: center; }
@media (max-width: 1199px) {
body.error404 .kng-main {
padding-top: 100px; } }
.kng-404-page .kng-404-img {
margin-bottom: 76px; }
@media (max-width: 767px) {
.kng-404-page .kng-404-img img {
max-width: 80%; } }
.kng-404-page .kng-404-heading {
letter-spacing: 0; }
.kng-404-page .bottom-wrap > div {
margin-top: 24px; }
.kng-case-grid .kng-grid-item {
margin-bottom: 45px; }
.kng-case-grid .kng-featured-wrap {
margin-bottom: 30px; }
.kng-case-grid .kng-featured-wrap .kng-overlay {
background-color: rgba(var(--second-color-rgb),0.65);
opacity: 0;
visibility: hidden; }
.kng-case-grid .kng-featured-wrap .kng-readmore {
position: absolute;
bottom: 20px;
right: 20px;
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
-webkit-transform: translateY(-10px);
-khtml-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px); }
.kng-case-grid .kng-featured-wrap .kng-readmore .kng-btn-content {
width: 50px;
height: 50px;
line-height: 50px;
background-color: var(--primary-color);
display: inline-block;
text-align: center;
color: #ffffff;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-case-grid .kng-featured-wrap .kng-readmore .kng-btn-content:hover {
background-color: #ffffff;
color: var(--primary-color); }
.kng-case-grid .kng-featured-wrap:hover .kng-readmore {
opacity: 1;
visibility: visible;
transform: translateY(0);
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0); }
.kng-case-grid .kng-featured-wrap:hover .kng-overlay {
opacity: 1;
visibility: visible; }
.kng-case-grid .kng-item-content-inner .kng-heading {
margin-bottom: 3px;
letter-spacing: -0.03em; }
.kng-single-case-wrap .wp-post-image {
margin-bottom: 38px; }
.kng-single-case-wrap .kng-post-title {
font-size: 35px;
margin-bottom: 13px; }
.kng-single-practice-wrap {
border: 1px solid rgba(22, 37, 66, 0.102); }
.kng-single-practice-wrap .feature-img img {
width: 100%; }
.kng-single-practice-wrap .feature-img + .kng-post-title {
margin-top: 37px; }
.kng-single-practice-wrap .kng-post-title {
font-size: 42px;
line-height: 1.3095238095;
margin-bottom: 0;
font-weight: 700;
padding: 0 60px; }
@media (max-width: 1279px) {
.kng-single-practice-wrap .kng-post-title {
padding: 0 40px; } }
@media (max-width: 575px) {
.kng-single-practice-wrap .kng-post-title {
padding: 0 15px; } }
.kng-single-practice-wrap .kng-post-content {
padding: 0 60px 50px; }
@media (max-width: 1279px) {
.kng-single-practice-wrap .kng-post-content {
padding: 0 40px 50px; } }
@media (max-width: 575px) {
.kng-single-practice-wrap .kng-post-content {
padding: 0 15px 40px; } }
.kng-single-practice-wrap .feature-img + .kng-post-content {
padding-top: 40px; }
.kng-single-practice-wrap .kng-post-title + .kng-post-content {
padding: 16px 60px 50px; }
@media (max-width: 1279px) {
.kng-single-practice-wrap .kng-post-title + .kng-post-content {
padding: 16px 40px 50px; } }
@media (max-width: 575px) {
.kng-single-practice-wrap .kng-post-title + .kng-post-content {
padding: 16px 15px 40px; } }
@media (min-width: 1200px) {
.sidebar-sticky .kng-sidebar-area-inner, .col-sidebar-fixed > .vc_column-inner {
position: -webkit-sticky;
position: sticky;
top: 40px; }
.header-sticky .sidebar-sticky .kng-sidebar-area-inner, .header-sticky .col-sidebar-fixed > .vc_column-inner {
top: 120px; } }
.kng-widget-title {
margin-bottom: 25px; }
.kng-sidebar-area .widget-title {
margin-top: 0;
margin-bottom: 35px;
padding-bottom: 22px;
position: relative;
border-bottom: 1px solid rgba(22, 37, 66, 0.1); }
.kng-sidebar-area .widget-title:before {
content: "";
width: 55px;
height: 2px;
background-color: var(--primary-color);
position: absolute;
bottom: -2px;
left: 0; }
.kng-sidebar-area .widget_block h2 {
margin-top: 0;
margin-bottom: 35px;
padding-bottom: 22px;
position: relative;
border-bottom: 1px solid rgba(22, 37, 66, 0.1); }
.kng-sidebar-area .widget_block h2:before {
content: "";
width: 55px;
height: 2px;
background-color: var(--primary-color);
position: absolute;
bottom: -2px;
left: 0; }
.kng-sidebar-area-inner .kng-widget + .kng-widget {
margin-top: 60px; }
.kng-sidebar-area-inner .kng-widget:last-child {
padding-bottom: 0; }
.kng-sidebar-area-inner .kng-widget:last-child {
border-bottom: 0; }
.widget_archive, .widget_categories, .widget_pages, .widget_nav_menu, .widget_product_categories, .woocommerce-widget-layered-nav-list, .widget_layered_nav_filters {
margin-bottom: -17px; }
.widget_archive .widget-title, .widget_categories .widget-title, .widget_pages .widget-title, .widget_nav_menu .widget-title, .widget_product_categories .widget-title, .woocommerce-widget-layered-nav-list .widget-title, .widget_layered_nav_filters .widget-title {
margin-top: -7px;
margin-bottom: 22px; }
.widget_archive li:last-child, .widget_categories li:last-child, .widget_pages li:last-child, .widget_nav_menu li:last-child, .widget_product_categories li:last-child, .woocommerce-widget-layered-nav-list li:last-child, .widget_layered_nav_filters li:last-child {
padding: 0; }
.kng-widget {
position: relative; }
.kng-widget ul, .kng-widget ol {
list-style: none;
padding: 0;
margin: 0; }
.kng-widget ul ul, .kng-widget ul ol, .kng-widget ol ul, .kng-widget ol ol {
padding-left: 18px; }
[dir="rlt"] .kng-widget ul ul, [dir="rlt"] .kng-widget ul ol, [dir="rlt"] .kng-widget ol ul, [dir="rlt"] .kng-widget ol ol {
padding-left: 0;
padding-right: 18px; }
.kng-widget .count {
margin-left: 5px; }
.kng-widget .kng-list-item > a, .kng-widget .wc-layered-nav-term > a {
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
font-size: 17px;
line-height: 40px;
font-weight: 500; }
.kng-widget .kng-list-item > a > .count, .kng-widget .wc-layered-nav-term > a > .count {
color: var(--primary-color); }
.kng-widget .kng-list-item > a:before, .kng-widget .wc-layered-nav-term > a:before {
content: "";
font-family: kngi;
font-weight: 400;
position: absolute;
top: 0;
right: 0; }
.kng-widget .kng-list-item .kng-menu-toggle, .kng-widget .wc-layered-nav-term .kng-menu-toggle {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
position: absolute;
top: 12px;
right: -8px;
cursor: pointer;
z-index: 2; }
.kng-widget .kng-list-item .kng-menu-toggle:hover, .kng-widget .wc-layered-nav-term .kng-menu-toggle:hover {
color: var(--link-color-hover); }
[dir="rtl"] .kng-widget .kng-list-item .kng-menu-toggle, [dir="rtl"] .kng-widget .wc-layered-nav-term .kng-menu-toggle {
right: auto;
left: 0; }
.kng-widget .kng-list-item .kng-menu-toggle.open:before, .kng-widget .wc-layered-nav-term .kng-menu-toggle.open:before {
content: ""; }
.kng-widget .kng-archive-item > a > .count {
display: none; }
.kng-widget ul.children .kng-list-item > a:before, .kng-widget ul.children .wc-layered-nav-term > a:before {
display: none; }
.kng-widget-inner > * {
position: relative;
z-index: 1; }
.kng-widget-inner > .kng-wg-bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-repeat: no-repeat;
background-size: cover;
z-index: 0; }
.kng-wg-bannerbox.layout-1 .kng-wg-bannerbox-inner {
padding: 55px 40px 60px;
background-position: center bottom;
position: relative;
z-index: 1; }
.kng-wg-bannerbox.layout-1 .kng-wg-bannerbox-inner:before {
display: block;
z-index: -1;
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
transition: all 300ms linear 0ms;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
background-color: var(--second-color);
background: -webkit-gradient(linear, left top, left bottom, from(var(--second-color)), to(rgba(255, 255, 255, 0))) var(--x, 0)/ 200%;
background: -webkit-linear-gradient(90deg, var(--second-color), rgba(255, 255, 255, 0), var(--second-color)) var(--x, 0)/ 200%;
background: -moz-linear-gradient(90deg, var(--second-color), rgba(255, 255, 255, 0), var(--second-color)) var(--x, 0)/ 200%;
background: -ms-linear-gradient(90deg, var(--second-color), rgba(255, 255, 255, 0), var(--second-color)) var(--x, 0)/ 200%;
background: -o-linear-gradient(90deg, var(--second-color), rgba(255, 255, 255, 0), var(--second-color)) var(--x, 0)/ 200%;
background: linear-gradient(90deg, var(--second-color), rgba(255, 255, 255, 0), var(--second-color)) var(--x, 0)/ 200%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="var(--second-color)", endColorStr="rgba(255, 255, 255, 0)",startColorStr="var(--second-color)") var(--x, 0)/ 200%; }
.kng-wg-bannerbox.layout-1 .kng-wg-bannerbox-inner:hover:before {
--x: 100%; }
@media (max-width: 480px) {
.kng-wg-bannerbox.layout-1 .kng-wg-bannerbox-inner {
padding: 30px 15px; } }
.kng-wg-bannerbox.layout-1 .wg-title {
margin-top: 0;
margin-bottom: 8px;
font-size: 24px;
line-height: 30px;
color: #fff;
font-weight: 500; }
@media (min-width: 1200px) {
.kng-wg-bannerbox.layout-1 .wg-title {
max-width: 200px; } }
.kng-wg-bannerbox.layout-1 .wg-sub-title {
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
color: var(--primary-color);
margin-bottom: 3px; }
.kng-wg-bannerbox.layout-1 .wg-description {
font-size: 17px;
line-height: 28px;
font-weight: 500;
color: #fff;
margin-bottom: 23px; }
@media (min-width: 1200px) {
.kng-wg-bannerbox.layout-1 .wg-description {
max-width: 180px; } }
.kng-wg-bannerbox.layout-2 .kng-wg-bannerbox-inner {
padding: 70px 60px 80px 60px;
background-position: center bottom;
position: relative;
z-index: 1; }
.kng-wg-bannerbox.layout-2 .kng-wg-bannerbox-inner:before {
display: block;
z-index: -1;
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
transition: all 300ms linear 0ms;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
background-color: var(--second-color);
background: -webkit-gradient(linear, left top, left bottom, from(var(--second-color)), to(rgba(255, 255, 255, 0))) var(--x, 0)/ 200%;
background: -webkit-linear-gradient(90deg, var(--second-color), rgba(255, 255, 255, 0), var(--second-color)) var(--x, 0)/ 200%;
background: -moz-linear-gradient(90deg, var(--second-color), rgba(255, 255, 255, 0), var(--second-color)) var(--x, 0)/ 200%;
background: -ms-linear-gradient(90deg, var(--second-color), rgba(255, 255, 255, 0), var(--second-color)) var(--x, 0)/ 200%;
background: -o-linear-gradient(90deg, var(--second-color), rgba(255, 255, 255, 0), var(--second-color)) var(--x, 0)/ 200%;
background: linear-gradient(90deg, var(--second-color), rgba(255, 255, 255, 0), var(--second-color)) var(--x, 0)/ 200%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="var(--second-color)", endColorStr="rgba(255, 255, 255, 0)",startColorStr="var(--second-color)") var(--x, 0)/ 200%; }
.kng-wg-bannerbox.layout-2 .kng-wg-bannerbox-inner:hover:before {
--x: 100%; }
@media (max-width: 480px) {
.kng-wg-bannerbox.layout-2 .kng-wg-bannerbox-inner {
padding: 30px 15px; } }
.kng-wg-bannerbox.layout-2 .wg-sub-title {
font-size: 16px;
font-weight: 600;
color: #fff;
margin-bottom: 12px;
letter-spacing: -0.03em; }
.kng-wg-bannerbox.layout-2 .wg-title {
margin-top: 0;
margin-bottom: 27px;
font-size: 30px;
line-height: 1.5;
color: #fff;
font-weight: 700;
letter-spacing: -0.03em; }
.kng-wg-bannerbox.layout-2 .wg-description {
font-size: 17px;
line-height: 28px;
font-weight: 500;
color: #fff;
margin-bottom: 23px; }
@media (min-width: 1200px) {
.kng-wg-bannerbox.layout-2 .wg-description {
max-width: 180px; } }
.kng-wg-bannerbox.layout-2 .btn i {
margin-left: 8px; }
.kng-search-form {
position: relative; }
.kng-search-form [type="search"] {
height: 60px;
line-height: 60px;
background-color: #ffffff;
box-shadow: none;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none; }
[dir="rtl"] .kng-search-form [type="search"] {
padding-right: 20px; }
.kng-search-form [type="submit"] {
padding: 0;
margin: 0;
position: absolute;
top: 0;
bottom: 0;
right: 0;
background: transparent;
border: 0; }
[dir="rtl"] .kng-search-form [type="submit"] {
right: auto;
left: 0; }
.kng-sidebar-area .widget_search {
background-color: var(--second-color); }
.kng-sidebar-area .widget_search .widget-title {
color: #ffffff;
margin: 0 0 17px 0;
padding-bottom: 0; }
.kng-sidebar-area .widget_search .widget-title:before {
display: none; }
.kng-sidebar-area .widget_search .wp-block-search__label {
color: #ffffff;
margin: 0 0 17px 0;
padding-bottom: 0;
font-size: 24px;
line-height: 1.33333; }
.kng-sidebar-area .widget_search .wp-block-search__label:before {
display: none; }
.kng-sidebar-area .widget_search .kng-widget-inner {
padding: 24px 30px 30px 30px; }
.kng-sidebar-area .widget_search .kng-search-form {
position: relative; }
.kng-sidebar-area .widget_search .kng-search-field {
height: 60px;
padding: 0 61px 0 25px;
font-size: 18px;
font-weight: 500;
font-family: "Karla", sans-serif;
color: var(--body-color); }
.kng-sidebar-area .widget_search .kng-search-field::-webkit-input-placeholder {
font-size: 18px;
font-weight: 500;
font-family: "Karla", sans-serif;
color: var(--body-color); }
.kng-sidebar-area .widget_search .kng-search-field:-moz-placeholder {
font-size: 18px;
font-weight: 500;
font-family: "Karla", sans-serif;
color: var(--body-color); }
.kng-sidebar-area .widget_search .kng-search-field::-moz-placeholder {
font-size: 18px;
font-weight: 500;
font-family: "Karla", sans-serif;
color: var(--body-color); }
.kng-sidebar-area .widget_search .kng-search-field:-ms-input-placeholder {
font-size: 18px;
font-weight: 500;
font-family: "Karla", sans-serif;
color: var(--body-color); }
.kng-sidebar-area .widget_search .kng-search-field:hover, .kng-sidebar-area .widget_search .kng-search-field:focus, .kng-sidebar-area .widget_search .kng-search-field:active {
background-color: #ffffff;
border-color: transparent; }
.kng-sidebar-area .widget_search .kng-search-submit {
height: 44px;
width: 45px;
margin: 8px;
background-color: var(--primary-color);
color: #fff;
line-height: 44px; }
.kng-sidebar-area .widget_search .kng-search-submit span {
line-height: 44px; }
.kng-sidebar-area .widget_search .kng-search-submit:hover {
color: #ffffff;
background-color: var(--second-color); }
.kng-sidebar-area .widget_search .wp-block-search__inside-wrapper {
position: relative; }
.kng-sidebar-area .widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
margin: 0;
height: 60px;
padding: 0 61px 0 25px;
font-size: 18px;
font-weight: 500;
font-family: "Karla", sans-serif;
color: var(--body-color); }
.kng-sidebar-area .widget_search .wp-block-search__inside-wrapper .wp-block-search__input::-webkit-input-placeholder {
font-size: 18px;
font-weight: 500;
font-family: "Karla", sans-serif;
color: var(--body-color); }
.kng-sidebar-area .widget_search .wp-block-search__inside-wrapper .wp-block-search__input:-moz-placeholder {
font-size: 18px;
font-weight: 500;
font-family: "Karla", sans-serif;
color: var(--body-color); }
.kng-sidebar-area .widget_search .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
font-size: 18px;
font-weight: 500;
font-family: "Karla", sans-serif;
color: var(--body-color); }
.kng-sidebar-area .widget_search .wp-block-search__inside-wrapper .wp-block-search__input:-ms-input-placeholder {
font-size: 18px;
font-weight: 500;
font-family: "Karla", sans-serif;
color: var(--body-color); }
.kng-sidebar-area .widget_search .wp-block-search__inside-wrapper .wp-block-search__input:hover, .kng-sidebar-area .widget_search .wp-block-search__inside-wrapper .wp-block-search__input:focus, .kng-sidebar-area .widget_search .wp-block-search__inside-wrapper .wp-block-search__input:active {
background-color: #ffffff;
border-color: transparent; }
.kng-sidebar-area .widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
padding: 0;
margin: 0;
position: absolute;
top: 0;
bottom: 0;
right: 0;
background: transparent;
border: 0;
height: 44px;
width: 45px;
margin: 8px;
background-color: var(--primary-color);
color: #fff;
line-height: 44px;
font-size: 0; }
.kng-sidebar-area .widget_search .wp-block-search__inside-wrapper .wp-block-search__button span {
line-height: 44px; }
.kng-sidebar-area .widget_search .wp-block-search__inside-wrapper .wp-block-search__button:before {
content: "";
font-size: 15px;
display: inline-block;
line-height: 44px;
font-family: "kngi" !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.kng-sidebar-area .widget_search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
color: #ffffff;
background-color: var(--second-color); }
table.wp-calendar-table {
border-spacing: 0; }
table.wp-calendar-table caption {
margin-bottom: 15px;
font-family: "Frank Ruhl Libre", sans-serif;
font-weight: 500;
color: var(--heading-color); }
table.wp-calendar-table th, table.wp-calendar-table td {
text-align: center;
border-right: 0;
padding: 5px;
position: relative; }
table.wp-calendar-table th a, table.wp-calendar-table td a {
color: #ffffff;
display: block; }
table.wp-calendar-table th a:before, table.wp-calendar-table td a:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: var(--primary-color);
z-index: -1;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
table.wp-calendar-table th:hover a:before, table.wp-calendar-table td:hover a:before {
background-color: var(--primary-color); }
.widget_calendar .wp-calendar-nav {
margin-top: 15px;
display: flex;
flex-wrap: wrap;
justify-content: space-between; }
.widget_kng_recent_posts .kng-post-item {
margin-bottom: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.widget_kng_recent_posts .kng-post-item:last-child {
margin-bottom: 0; }
.widget_kng_recent_posts .kng-post-image {
flex: 0 0 75px;
max-width: 75px; }
.widget_kng_recent_posts .kng-post-image img {
width: 100%; }
.widget_kng_recent_posts .kng-list-content {
flex: 0 0 calc(100% - 75px);
max-width: calc(100% - 75px);
padding-left: 20px; }
.widget_kng_recent_posts .kng-wg-post-title {
font-size: 18px;
line-height: 25px;
font-weight: 500;
font-family: "Frank Ruhl Libre", sans-serif;
margin: -5px 0 0 0;
display: block; display: -webkit-box;
max-height: 50px; font-size: 18px;
line-height: 1.3888888889;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.widget_kng_recent_posts .kng-wg-post-title > * {
display: block; display: -webkit-box;
max-height: 50px; font-size: 18px;
line-height: 1.3888888889;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.widget_kng_recent_posts .kng-wg-post-title a {
color: var(--body-color); }
.widget_kng_recent_posts .kng-wg-post-title a:hover {
color: inherit; }
.widget_kng_recent_posts .post-date {
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
line-height: 25px;
display: block;
margin-top: 5px; }
.widget_kng_recent_posts .post-date span {
margin-right: 8px; }
.widget_nav_menu.horizontal .menu {
display: flex;
flex-wrap: wrap;
margin: -8px; }
.widget_nav_menu.horizontal .menu li {
flex: 0 0 auto;
width: auto;
max-width: 100%;
padding: 8px; }
.widget_nav_menu.horizontal .menu li a {
padding: 0;
display: inline-block;
border-bottom: 1px solid transparent; }
.widget_nav_menu.horizontal .menu li a:hover {
border-color: var(--second-color); }
.widget_nav_menu.horizontal .menu li:after {
content: "";
width: 4px;
height: 4px;
display: inline-block;
margin-left: 8px;
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%; }
[dir="rtl"] .widget_nav_menu.horizontal .menu li:after {
margin-left: 0;
margin-right: 8px; }
.widget_nav_menu.horizontal .menu li:last-child:after {
display: none; }
.widget_nav_menu.horizontal .sub-menu {
display: none; }
.widget_nav_menu .menu-item {
position: relative; }
.widget_nav_menu .menu-item > a:before {
display: none; }
.widget_nav_menu .menu-item .kng-menu-toggle {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
position: absolute;
top: 6px;
right: 0;
cursor: pointer;
z-index: 2;
font-size: 13px;
margin-top: 4px; }
.widget_nav_menu .menu-item .kng-menu-toggle:hover {
color: var(--link-color-hover); }
.widget_nav_menu .menu-item .kng-menu-toggle:before {
font-family: "kngi";
content: ""; }
[dir="rtl"] .widget_nav_menu .menu-item .kng-menu-toggle {
right: auto;
left: 0; }
.widget_nav_menu .menu-item .kng-menu-toggle.open:before {
content: ""; }
.widget_nav_menu .menu-item .sub-menu {
display: none;
margin-top: 5px;
padding-left: 0; }
.widget_recent_comments li {
padding: 5px 0; }
.widget_recent_comments a:not([class]) {
color: var(--primary-color); }
.widget_recent_entries a {
font-size: 18px;
font-family: "Frank Ruhl Libre", sans-serif;
padding: 2px 0;
display: block; }
.widget_recent_entries li:first-child a {
padding-top: 0; }
.widget_recent_entries li:last-child a {
padding-bottom: 0; }
.widget_rss ul {
margin: -15px; }
.widget_rss li {
padding: 15px; }
.widget_rss li .rsswidget {
font-size: 125%; }
.widget_rss li .rss-date {
font-style: italic;
margin-bottom: 10px;
display: block; }
.widget_rss li .rssSummary {
margin-bottom: 10px; }
.widget_rss li cite {
font-weight: 700;
color: var(--primary-color); }
.widget_rss .rss-widget-icon {
vertical-align: middle; }
.tagcloud {
display: flex;
flex-wrap: wrap;
margin: -5px; }
.tagcloud > a {
flex: 0 0 auto;
margin: 5px;
padding: 0 15px;
font-size: 14px !important;
font-weight: 500;
line-height: 35px;
text-transform: uppercase;
color: var(--heading-color);
background-color: #f4f4f4; }
.tagcloud > a:hover {
color: #ffffff;
background-color: var(--primary-color); }
.case-sidebar .kng-widget + .kng-widget {
margin-top: 30px; }
.widget_kng_post_list {
background-color: rgba(var(--second-color-rgb),0.07);
padding: 50px 40px 32px; }
@media (max-width: 767px) {
.widget_kng_post_list {
padding: 50px 0 32px; } }
.widget_kng_post_list .widget-title {
border-bottom: 0;
padding: 0 0 0 20px;
margin-bottom: 32px; }
.widget_kng_post_list .widget-title:before {
display: none; }
.widget_kng_post_list .kng-list-item li {
margin-bottom: 12px; }
.widget_kng_post_list .kng-list-item li a {
font-size: 18px;
font-weight: 700;
padding: 6px 20px;
color: var(--heading-color);
display: block; }
.widget_kng_post_list .kng-list-item li a:hover {
background-color: #ffffff; }
.kng-wg-lawer {
padding: 50px 40px;
background-color: rgba(var(--second-color-rgb),0.07); }
@media (max-width: 575px) {
.kng-wg-lawer {
padding: 50px 15px; } }
.kng-wg-lawer .lawer-img {
width: 220px;
height: 220px;
margin: 0 auto;
margin-bottom: 31px; }
.kng-wg-lawer .lawer-img img {
width: 100%;
border-radius: 50%; }
.kng-wg-lawer .desc {
margin-bottom: 11px; }
.kng-wg-lawer .lawer-role {
font-weight: 600;
margin-bottom: 15px; }
.kng-wg-lawer .lawer-social {
margin: -4px; }
.kng-wg-lawer .lawer-social a {
margin: 4px;
color: #6f7e9c;
font-size: 14px;
width: 35px;
height: 35px;
line-height: 35px;
display: block;
border-radius: 50%;
background-color: rgba(41, 55, 80, 0.1); }
.kng-wg-lawer .lawer-social a:hover {
color: #ffffff;
background-color: var(--primary-color); }
.kng-wg-lawer .lawer-social a span {
margin-top: 2px;
vertical-align: middle; }
.widget_block h2 {
font-size: 24px;
line-height: 1.33333; }
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; }
embed, iframe, object {
max-width: 100%; }
.custom-logo-link {
display: inline-block; }
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
padding-top: 2px;
text-align: right;
font-size: 14px;
line-height: 34px;
color: #ACACAC;
font-style: italic; }
.wp-caption-text {
text-align: right;
font-size: 14px;
line-height: 34px;
color: #ACACAC; }
.gallery {
margin-left: -10px;
margin-right: -10px;
margin-bottom: 25px;
margin-top: 28px; }
.gallery-item {
display: inline-block;
text-align: left;
vertical-align: top;
margin: 0 0 1em !important;
padding: 0 10px;
width: 50%; }
.gallery-item .gallery-icon {
border-radius: 5px;
overflow: hidden; }
.gallery-item img {
border-radius: 5px;
transition: all 1s;
-webkit-transition: all 1s;
-khtml-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s; }
.gallery-item:hover img {
opacity: 0.9;
-webkit-transform: scale3d(1.05, 1.05, 1);
transform: scale3d(1.05, 1.05, 1); }
.gallery-caption {
display: block;
text-align: left;
padding: 0 10px 0 0;
margin-bottom: 0; }
.wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
display: flex; }
.wp-block-gallery.alignfull {
margin-bottom: 20px; }
.wp-block-gallery.alignfull .blocks-gallery-caption {
margin-bottom: 20px; }
#primary:not(.content-has-sidebar) .wp-block-gallery.alignfull {
width: 100vw; }
#primary:not(.content-has-sidebar) .wp-block-gallery.alignfull .blocks-gallery-grid {
position: relative;
left: calc(-12.5% - 128px);
width: calc(125% + 150px);
max-width: calc(125% + 150px); }
.gallery-columns-1 .gallery-item {
width: 100%; }
@media (min-width: 480px) {
.gallery-columns-3 .gallery-item {
width: 33.333333%; } }
@media (min-width: 480px) {
.gallery-columns-4 .gallery-item {
width: 25%; } }
.gallery-columns-5 .gallery-caption {
display: none; }
@media (min-width: 480px) {
.gallery-columns-5 .gallery-item {
width: 25%; } }
@media (min-width: 768px) {
.gallery-columns-5 .gallery-item {
width: 20%; } }
.gallery-columns-6 .gallery-caption {
display: none; }
@media (min-width: 480px) {
.gallery-columns-6 .gallery-item {
width: 25%; } }
@media (min-width: 768px) {
.gallery-columns-6 .gallery-item {
width: 16.66%; } }
.gallery-columns-7 .gallery-caption {
display: none; }
@media (min-width: 480px) {
.gallery-columns-7 .gallery-item {
width: 25%; } }
@media (min-width: 768px) {
.gallery-columns-7 .gallery-item {
width: 14.28%; } }
.gallery-columns-8 .gallery-caption {
display: none; }
@media (min-width: 480px) {
.gallery-columns-8 .gallery-item {
width: 25%; } }
@media (min-width: 768px) {
.gallery-columns-8 .gallery-item {
width: 12.5%; } }
.gallery-columns-9 .gallery-caption {
display: none; }
@media (min-width: 480px) {
.gallery-columns-9 .gallery-item {
width: 25%; } }
@media (min-width: 768px) {
.gallery-columns-9 .gallery-item {
width: 11.11%; } }
.gallery-caption {
display: block; }
.wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
display: flex; }
.comments-area .no-comments {
margin-top: 20px; }
.comment-list-wrap {
margin-top: 50px; }
.comment-respond {
margin-top: 54px;
padding-top: 48px;
border-top: 1px solid rgba(22, 37, 66, 0.1); }
.comments-title {
font-style: normal;
font-weight: 700;
font-family: "Frank Ruhl Libre", sans-serif;
font-size: 24px;
line-height: 32px;
color: var(--heading-color);
margin: 0 0 24px 0;
padding-bottom: 12px; }
.comments-title > span {
color: var(--primary-color); }
.comment-reply-title {
font-style: normal;
font-weight: 700;
font-family: "Frank Ruhl Libre", sans-serif;
font-size: 24px;
line-height: 32px;
color: var(--heading-color);
margin: 0 0 20px 0; }
.comment-reply-title > span {
color: var(--primary-color); }
.commentlist {
list-style: none;
padding: 0;
margin: 0; }
.commentlist .comment {
padding-top: 13px;
margin-top: 13px; }
.commentlist > .comment:first-child, .commentlist > .review:first-child {
margin-top: 0;
padding-top: 0;
border-top: 0; }
.commentlist > .comment:not(:last-child) > .children, .commentlist > .review:not(:last-child) > .children {
margin-bottom: 0; }
.commentlist .comment-avatar {
padding-top: 18px; }
.commentlist .comment-avatar img {
border: 0;
border-radius: 50px;
-webkit-border-radius: 50px;
-khtml-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px; }
@media (max-width: 1279px) {
.commentlist .comment-avatar img {
max-width: 70px; } }
@media (max-width: 991px) {
.commentlist .comment-avatar img {
max-width: 70px; } }
@media (max-width: 575px) {
.commentlist .comment-avatar img {
max-width: 40px; } }
.commentlist .comment-content {
max-width: calc(100% - 100px - 30px); }
@media (max-width: 991px) {
.commentlist .comment-content {
max-width: calc(100% - 45px); } }
.commentlist .comment-content .comment-title {
position: relative;
font-size: 18px;
font-weight: 700; }
.commentlist .comment-content .comment-title a {
color: inherit; }
.commentlist .comment-content .comment-title a:hover {
color: var(--link-color-hover); }
.commentlist .comment-content .comment-date {
font-size: 15px;
font-weight: 600;
text-transform: uppercase; }
.commentlist .comment-content .comment-meta {
font-size: 12px;
color: #333; }
.commentlist .comment-content .comment-text {
font-size: 17px;
line-height: 32px; }
.commentlist .children {
list-style: none;
padding: 0 0 0 60px;
margin: 0; }
[dir="rtl"] .commentlist .children {
padding: 0 60px 0 0; }
@media (max-width: 1279px) {
.commentlist .children {
padding: 0 0 0 35px; }
[dir="rtl"] .commentlist .children {
padding: 0 35px 0 0; } }
@media (max-width: 575px) {
.commentlist .children {
padding: 0 0 0 20px; }
[dir="rtl"] .commentlist .children {
padding: 0 20px 0 0; } }
.commentlist .comment-reply-link {
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
position: relative;
color: var(--heading-color); }
.commentlist .comment-reply-link:after {
content: "";
font-family: "kngi";
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
margin-left: 8px;
position: absolute;
top: 50%;
margin-top: -8px;
-webkit-font-smoothing: antialiased; }
.commentlist .comment-reply-link:hover {
color: var(--primary-color); }
.comments-pagination {
margin-top: 24px; }
#respond #commentform .comment-note {
color: #828282;
display: block;
margin-bottom: 8px; }
#respond #commentform .comment-form-comment textarea {
height: 140px; }
#respond #commentform .comment-form-field {
margin-top: 30px; }
#respond #commentform .kng-comment-form-rating .comment-form-field {
margin-top: 0; }
#respond .comment-form-cookies-consent {
padding-top: 15px;
display: flex;
flex-wrap: wrap; }
#respond .comment-form-cookies-consent .cms-custom-checkbox {
flex: 0 0 auto;
margin-top: 1px; }
#respond .comment-form-cookies-consent label {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
margin: 0;
color: #828282;
line-height: normal; }
#respond .form-submit {
margin: 30px 0 0; }
#respond .form-submit #submit {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center; }
@media (min-width: 480px) {
#respond .form-submit #submit {
min-width: 218px; } }
@media (max-width: 479px) {
#respond .form-submit #submit {
min-width: 100%; } }
#respond .form-submit #submit .icon {
margin-left: 14px;
line-height: 18px; }
.logged-in-as {
margin-bottom: 10px; }
#cancel-comment-reply-link {
padding-left: 30px;
color: red; }
[dir="rtl"] #cancel-comment-reply-link {
padding-left: 0;
padding-right: 30px; }
.comment-body + .comment-respond {
margin-top: 32px; }
.comment-body + .comment-respond #reply-title {
margin-bottom: 15px; }
.comment-body + .comment-respond + ul.children {
margin-top: 15px; }
p.no-comments {
margin-top: 30px;
color: red; } .rating-container {
display: inline-block;
height: 18px;
vertical-align: top; font-size: 0; unicode-bidi: bidi-override;
direction: rtl; }
.rating-container * {
font-size: 17px; }
.rating-container > input {
display: none; }
.rating-container > input + label { font-family: "kngi";
line-height: 1; }
.rating-container > input + label:before {
display: inline-block;
content: "";
color: var(--rating-color); }
.rating-container > input:checked ~ label:before, .rating-container > input + label:hover ~ label:before, .rating-container > input + label:hover:before, .kng-rating-icon-filled:before {
content: "";
color: var(--rating-color); }
.rating-container:hover > input + label:before, .kng-rating-icon-empty:before {
content: "";
color: var(--rating-color);
text-shadow: none; }
.rating-container:hover > input + label:hover ~ label:before, .rating-container:hover > input + label:hover:before {
content: "";
color: var(--rating-color); }
.kng-rating-icon-filled, .kng-rating-icon-empty {
font-family: "kngi";
display: inline-block;
overflow: hidden;
width: 1em;
white-space: nowrap;
cursor: pointer;
margin: 0; }
.kng-rating-icon-empty {
z-index: -1; }
.kng-footer.kng-footer-fixed {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: -1; }
.kng-scroll-top {
height: 50px;
width: 50px;
background: var(--primary-color);
color: #ffffff;
border: none;
position: fixed;
right: 10px;
bottom: -55px;
font-size: 18px;
line-height: 50px;
font-weight: bold;
text-transform: uppercase;
outline: none;
cursor: pointer;
text-align: center;
z-index: 999;
visibility: hidden;
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
-ms-opacity: 0;
-o-opacity: 0; }
.kng-scroll-top:hover, .kng-scroll-top:focus, .kng-scroll-top:active {
color: #ffffff;
background: var(--second-color); }
.kng-scroll-top:hover .kng-scroll-top-arrow span, .kng-scroll-top:focus .kng-scroll-top-arrow span, .kng-scroll-top:active .kng-scroll-top-arrow span {
margin-top: 0; }
.kng-scroll-top.on {
bottom: 10px;
visibility: visible;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
-ms-opacity: 1;
-o-opacity: 1; }
.kng-scroll-top .kng-scroll-top-arrow {
display: block;
width: 100%;
position: relative;
animation: vibrate 2s linear 0s infinite;
-webkit-animation: vibrate 2s linear 0s infinite;
-khtml-animation: vibrate 2s linear 0s infinite;
-moz-animation: vibrate 2s linear 0s infinite;
-ms-animation: vibrate 2s linear 0s infinite;
-o-animation: vibrate 2s linear 0s infinite; }
.kng-scroll-top .kng-scroll-top-arrow span {
font-size: 24px;
line-height: 20px;
font-weight: 900;
display: inline-block;
transition: margin 0.4s linear 0s;
-webkit-transition: margin 0.4s linear 0s;
-khtml-transition: margin 0.4s linear 0s;
-moz-transition: margin 0.4s linear 0s;
-ms-transition: margin 0.4s linear 0s;
-o-transition: margin 0.4s linear 0s; }
@media (min-width: 1200px) {
.kng-scroll-top .kng-scroll-top-arrow span {
margin-top: 14px; } }
[dir="rtl"] .kng-scroll-top {
right: auto;
left: 0; }
@media (max-width: 1199px) {
.kng-scroll-top {
height: 40px;
width: 40px;
line-height: 40px; }
.kng-scroll-top .kng-scroll-top-arrow span {
font-size: 18px;
line-height: 1; } }
#kng-footer.scroll-off:after {
display: none; }
.kng-footer-bottom {
padding-top: 30px;
padding-bottom: 45px;
border-top: 1px solid rgba(32, 28, 28, 0.1);
margin-left: 72px;
margin-right: 72px; }
@media (max-width: 991px) {
.kng-footer-bottom {
margin-left: 30px;
margin-right: 30px; } }
@media (max-width: 767px) {
.kng-footer-bottom {
margin-left: 15px;
margin-right: 15px; } }
@media (max-width: 575px) {
.kng-footer-bottom {
margin-left: 0;
margin-right: 0; } }
.kng-copyright-text a {
color: var(--link-color-hover); }
.elementor-section .kng-list-item, .kng-footer .kng-list-item {
list-style: none; }
.elementor-section .kng-list-item li, .kng-footer .kng-list-item li {
padding-bottom: 11px; }
.elementor-section .kng-list-item li:last-child, .kng-footer .kng-list-item li:last-child {
padding-bottom: 0; }
.elementor-section .kng-list-item li a, .kng-footer .kng-list-item li a {
position: relative;
font-size: 17px;
color: var(--footer_text-color); }
.elementor-section .kng-list-item li a:before, .kng-footer .kng-list-item li a:before {
display: inline-block;
margin-right: 10px;
content: "";
width: 5px;
height: 5px;
border-radius: 2px;
background-color: var(--footer_text-color);
vertical-align: middle; }
.elementor-section .kng-list-item li a:hover, .kng-footer .kng-list-item li a:hover {
color: var(--link-color-hover); }
.elementor-section .kng-posts-list .kng-post-item, .kng-footer .kng-posts-list .kng-post-item {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin-bottom: 20px; }
.elementor-section .kng-posts-list .kng-post-item:last-child, .kng-footer .kng-posts-list .kng-post-item:last-child {
margin-bottom: 0; }
.elementor-section .kng-posts-list .kng-post-item .post-image, .kng-footer .kng-posts-list .kng-post-item .post-image {
flex: 0 0 75px;
max-width: 75px; }
.elementor-section .kng-posts-list .kng-post-item .kng-list-content, .kng-footer .kng-posts-list .kng-post-item .kng-list-content {
flex: 0 0 calc(100% - 75px);
max-width: calc(100% - 75px);
padding-left: 15px; }
.elementor-section .kng-posts-list .kng-post-item .kng-wg-post-title, .kng-footer .kng-posts-list .kng-post-item .kng-wg-post-title {
color: #ffffff;
line-height: 25px;
font-weight: 500;
font-family: "Frank Ruhl Libre", sans-serif;
margin: -5px 0 0 0;
letter-spacing: 0;
display: block; display: -webkit-box;
max-height: 49.9999999999px; font-size: 17px;
line-height: 1.4705882353;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.elementor-section .kng-posts-list .kng-post-item .kng-wg-post-title > *, .kng-footer .kng-posts-list .kng-post-item .kng-wg-post-title > * {
display: block; display: -webkit-box;
max-height: 49.9999999999px; font-size: 17px;
line-height: 1.4705882353;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.elementor-section .kng-posts-list .kng-post-item .kng-wg-post-title a, .kng-footer .kng-posts-list .kng-post-item .kng-wg-post-title a {
color: inherit; }
.elementor-section .kng-posts-list .kng-post-item .kng-wg-post-title a:hover, .kng-footer .kng-posts-list .kng-post-item .kng-wg-post-title a:hover {
color: var(--link-color-hover); }
.elementor-section .kng-posts-list .kng-post-item .post-date, .kng-footer .kng-posts-list .kng-post-item .post-date {
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
line-height: 25px;
display: block;
margin-top: 3px;
color: var(--footer_text-color); }
.elementor-section .kng-posts-list .kng-post-item .post-date span, .kng-footer .kng-posts-list .kng-post-item .post-date span {
margin-right: 8px; }
.elementor-section .kng-qc-item .qc-title, .kng-footer .kng-qc-item .qc-title {
color: #ffffff; }
.elementor-section .kng-qc-item .qc-desc-wrap, .kng-footer .kng-qc-item .qc-desc-wrap {
color: var(--footer_text-color); }
.elementor-section .kng-qc-item .qc-desc-wrap .icon, .kng-footer .kng-qc-item .qc-desc-wrap .icon {
color: var(--primary-color); }
.elementor-section .open-hour .oh-item, .kng-footer .open-hour .oh-item {
font-size: 17px;
line-height: 1.5;
font-weight: 500;
color: var(--footer_text-color);
margin-bottom: 6px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
@media (min-width: 1024px) and (max-width: 1199px) {
.elementor-section .open-hour .oh-item, .kng-footer .open-hour .oh-item {
font-size: 16px;
letter-spacing: -0.03em; } }
.elementor-section .open-hour .oh-item .icon, .kng-footer .open-hour .oh-item .icon {
font-weight: 400;
color: var(--primary-color);
width: 27px;
flex: 0 0 27px;
max-width: 27px;
padding-top: 3px;
display: inline-block;
vertical-align: middle; }
.elementor-section .open-hour .oh-item span + span, .kng-footer .open-hour .oh-item span + span {
flex: 0 0 calc(100% - 27px);
max-width: calc(100% - 27px); }
.elementor-section .open-hour .oh-ft, .kng-footer .open-hour .oh-ft {
font-size: 18px;
font-weight: 700;
line-height: 32px;
font-family: "Frank Ruhl Libre", sans-serif;
color: var(--primary-color);
margin-left: 28px; }
.elementor-section .open-hour .oh-ft.fw-500, .kng-footer .open-hour .oh-ft.fw-500 {
font-weight: 500; }
.elementor-section .kng-nav-menu-inner .kng-nav-inner li, .kng-footer .kng-nav-menu-inner .kng-nav-inner li {
padding: 6px 0; }
.footer-bottom .elementor-widget-text-editor a {
color: var(--link-color-hover); }
.kng-grid-overlay.loader {
cursor: wait;
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1; }
.kng-grid-overlay.loader:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: "";
display: block;
background: rgba(255, 255, 255, 0.3); }
.kng-grid-overlay.loader:after {
z-index: 2;
position: absolute;
top: 50%;
left: 50%;
content: "";
font-family: "FontAwesome";
font-size: 50px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
margin: -25px 0 0 -25px;
color: rgba(var(--primary-color-rgb),0.8);
animation: spin 1s infinite linear;
-webkit-animation: spin 1s infinite linear;
-khtml-animation: spin 1s infinite linear;
-moz-animation: spin 1s infinite linear;
-ms-animation: spin 1s infinite linear;
-o-animation: spin 1s infinite linear; }
.kng-logo a {
line-height: 1; }
.kng-icon-text {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center; }
.kng-icon-text i, .kng-icon-text svg {
margin-right: 10px;
font-size: 12px; }
.kng-icon-text svg {
width: 13px;
height: auto; }
.kng-block-quote-wrap .kng-block-quote {
padding: 0 0 0 47px;
border-left: 4px solid var(--primary-color);
font-family: "Frank Ruhl Libre", sans-serif;
color: var(--heading-color);
font-weight: 500;
font-size: 24px;
line-height: 35px; }
@media (max-width: 575px) {
.kng-block-quote-wrap .kng-block-quote {
padding: 0 0 0 30px; } }
.kng-block-quote-wrap .clearfix {
height: 4px; }
.kng-block-quote-wrap cite {
font-family: "Karla", sans-serif;
font-size: 18px;
line-height: 1;
color: var(--heading-color);
position: relative;
padding-left: 58px;
display: inline-block;
font-weight: 500;
font-style: normal; }
.kng-block-quote-wrap cite:before {
content: "";
position: absolute;
left: 0;
top: 8px;
background-color: var(--heading-color);
height: 3px;
width: 40px; }
.kng-post-pagination.kng-load-more {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin-top: 22px; }
.kng-post-grid.layout-1 .kng-grid-filter-wrap {
margin-bottom: 58px;
margin-left: -20px;
margin-right: -20px; }
.kng-post-grid.layout-1 .kng-grid-filter-wrap > * {
padding-left: 20px;
padding-right: 20px; }
.kng-post-grid.layout-1 .kng-grid-filter-wrap span {
cursor: pointer;
font-weight: 500;
font-size: 18px;
line-height: 36px;
color: #828282;
text-transform: uppercase;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-post-grid.layout-1 .kng-grid-filter-wrap span.active, .kng-post-grid.layout-1 .kng-grid-filter-wrap span:hover {
color: var(--heading-color); }
.kng-post-grid.layout-1 .kng-featured-wrap {
position: relative; }
.kng-post-grid.layout-1 .kng-post-link .link-wrap {
padding-top: 58%;
background-color: rgba(var(--second-color-rgb),0.06);
background-size: cover; }
.kng-post-grid.layout-1 .kng-item-content-inner {
padding: 30px 30px 0 30px;
box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.06);
-webkit-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.06);
-khtml-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.06);
-moz-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.06);
-ms-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.06);
-o-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.06); }
@media (max-width: 480px) {
.kng-post-grid.layout-1 .kng-item-content-inner {
padding: 30px 15px 0 15px; } }
.kng-post-grid.layout-1 .kng-post-meta {
margin-bottom: 16px;
font-size: 15px;
font-weight: 500; }
.kng-post-grid.layout-1 .kng-post-meta .kng-post-author {
font-size: 17px; }
.kng-post-grid.layout-1 .kng-post-meta .kng-post-author .avatar {
margin-right: 12px; }
.kng-post-grid.layout-1 .kng-item-content-title {
margin-bottom: 24px;
font-size: 22px;
font-weight: 500;
font-family: "Frank Ruhl Libre", sans-serif;
line-height: 35px; }
.kng-post-grid.layout-1 .kng-item-content-title a {
color: inherit; }
.kng-post-grid.layout-1 .kng-item-content-title a:hover {
color: var(--link-color-hover); }
.kng-post-grid.layout-1 .kng-item-content-excerpt {
font-size: 17px;
line-height: 30px;
font-weight: 400;
margin-bottom: 26px; }
.kng-post-grid.layout-1 .kng-meta-bottom {
margin-bottom: 0;
padding-top: 15px;
padding-bottom: 15px;
border-top: 1px solid rgba(var(--second-color-rgb),0.07);
position: relative; }
.kng-post-grid.layout-1 .kng-meta-bottom > .row {
justify-content: space-between; }
@media (max-width: 480px) {
.kng-post-grid.layout-1 .kng-meta-bottom .kng-post-share {
display: none; } }
.kng-post-grid.layout-1 .kng-post-meta-inner.row {
margin-left: -10px;
margin-right: -10px; }
.kng-post-grid.layout-1 .kng-post-meta-inner.row > * {
padding-left: 10px;
padding-right: 10px; }
.kng-post-grid.layout-1 .kng-post-meta-inner > span a {
color: inherit; }
.kng-post-grid.layout-1 .kng-post-meta-inner > span a:hover {
color: var(--link-color-hover); }
.kng-post-grid.layout-1 .kng-post-meta-inner .meta-icon {
margin-right: 2px; }
.kng-post-grid.layout-1 .kng-post-meta-inner .kng-meta-separator {
display: none; }
.kng-post-grid.layout-1 .kng-post-item-readmore {
position: absolute;
bottom: -30px;
right: 30px; }
.kng-post-grid.layout-1 .kng-post-item-readmore .kng-readmore {
height: 60px;
line-height: 60px;
padding: 0;
border: 0;
background-color: transparent;
border-radius: 30px;
-webkit-border-radius: 30px;
-khtml-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
position: relative;
transform: translateX(0);
-webkit-transform: translateX(0);
-khtml-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-post-grid.layout-1 .kng-post-item-readmore .kng-readmore .kng-btn-content {
background-color: transparent;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
border-radius: 30px;
-webkit-border-radius: 30px;
-khtml-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-post-grid.layout-1 .kng-post-item-readmore .kng-readmore .kng-btn-icon {
width: 60px;
height: 60px;
line-height: 60px;
display: inline-block;
padding: 0;
border-color: transparent;
background-color: #ffffff;
color: var(--second-color);
overflow: hidden;
border-radius: 30px;
-webkit-border-radius: 30px;
-khtml-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.15);
-webkit-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.15);
-khtml-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.15);
-moz-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.15);
-ms-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.15);
-o-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.15);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-post-grid.layout-1 .kng-post-item-readmore .kng-readmore .kng-btn-icon:before {
width: 60px;
height: 60px;
line-height: 60px;
display: inline-block; }
.kng-post-grid.layout-1 .kng-post-item-readmore .kng-readmore .kng-btn-text {
opacity: 0;
visibility: hidden;
height: 60px;
padding-left: 30px;
color: var(--second-color);
border-radius: 30px;
-webkit-border-radius: 30px;
-khtml-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-post-grid.layout-1 .kng-post-item-readmore .kng-readmore:hover {
transform: translateX(10px);
-webkit-transform: translateX(10px);
-khtml-transform: translateX(10px);
-moz-transform: translateX(10px);
-ms-transform: translateX(10px);
-o-transform: translateX(10px);
box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.25);
-webkit-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.25);
-khtml-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.25);
-moz-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.25);
-ms-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.25);
-o-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.25); }
.kng-post-grid.layout-1 .kng-post-item-readmore .kng-readmore:hover .kng-btn-content {
background-color: #ffffff; }
.kng-post-grid.layout-1 .kng-post-item-readmore .kng-readmore:hover .kng-btn-icon {
box-shadow: none;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none; }
.kng-post-grid.layout-1 .kng-post-item-readmore .kng-readmore:hover .kng-btn-icon:before {
-webkit-animation: toRightFromLeft 0.3s forwards;
-moz-animation: toRightFromLeft 0.3s forwards;
animation: toRightFromLeft 0.3s forwards; }
.kng-post-grid.layout-1 .kng-post-item-readmore .kng-readmore:hover .kng-btn-text {
opacity: 1;
visibility: visible; }
.kng-post-grid.layout-1 .posts-pagination {
padding-top: 57px; }
.kng-post-grid.layout-1 .kng-load-more.loading {
display: inline-block;
animation: kng-spin 2s linear infinite;
-webkit-animation: kng-spin 2s linear infinite;
-khtml-animation: kng-spin 2s linear infinite;
-moz-animation: kng-spin 2s linear infinite;
-ms-animation: kng-spin 2s linear infinite;
-o-animation: kng-spin 2s linear infinite; }
.kng-post-grid.layout-1 .kng-load-more.loading:before {
content: "";
font-family: "kngi"; }
.kng-post-grid.layout-2 .kng-featured-wrap {
position: relative; }
.kng-post-grid.layout-2 .kng-featured-wrap .kng-post-cat {
position: absolute;
font-size: 15px;
font-weight: 600;
line-height: 30px;
text-transform: uppercase;
background-color: var(--primary-color);
padding: 0 20px;
right: 20px;
bottom: -15px;
color: #ffffff;
box-shadow: 0px 10px 30px 0px rgba(var(--primary-color-rgb),0.66);
-webkit-box-shadow: 0px 10px 30px 0px rgba(var(--primary-color-rgb),0.66);
-khtml-box-shadow: 0px 10px 30px 0px rgba(var(--primary-color-rgb),0.66);
-moz-box-shadow: 0px 10px 30px 0px rgba(var(--primary-color-rgb),0.66);
-ms-box-shadow: 0px 10px 30px 0px rgba(var(--primary-color-rgb),0.66);
-o-box-shadow: 0px 10px 30px 0px rgba(var(--primary-color-rgb),0.66);
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-post-grid.layout-2 .kng-featured-wrap .kng-post-cat:hover {
background-color: var(--second-color);
box-shadow: 0px 10px 30px 0px rgba(var(--second-color-rgb),0.66);
-webkit-box-shadow: 0px 10px 30px 0px rgba(var(--second-color-rgb),0.66);
-khtml-box-shadow: 0px 10px 30px 0px rgba(var(--second-color-rgb),0.66);
-moz-box-shadow: 0px 10px 30px 0px rgba(var(--second-color-rgb),0.66);
-ms-box-shadow: 0px 10px 30px 0px rgba(var(--second-color-rgb),0.66);
-o-box-shadow: 0px 10px 30px 0px rgba(var(--second-color-rgb),0.66); }
.kng-post-grid.layout-2 .kng-featured-wrap .kng-post-cat a {
color: inherit; }
.kng-post-grid.layout-2 .kng-item-content-inner {
padding: 30px 35px 28px;
background-color: #ffffff;
box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-webkit-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-khtml-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-moz-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-ms-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-o-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07); }
@media (max-width: 1199px) {
.kng-post-grid.layout-2 .kng-item-content-inner {
padding: 30px 20px 28px; } }
@media (max-width: 480px) {
.kng-post-grid.layout-2 .kng-item-content-inner {
padding: 30px 15px 28px; } }
.kng-post-grid.layout-2 .kng-post-meta {
margin-bottom: 10px; }
.kng-post-grid.layout-2 .kng-post-meta .row {
margin-left: -12px;
margin-right: -12px; }
@media (max-width: 1199px) {
.kng-post-grid.layout-2 .kng-post-meta .row {
margin-left: -8px;
margin-right: -8px; } }
.kng-post-grid.layout-2 .kng-post-meta .row > * {
padding-left: 12px;
padding-right: 12px; }
@media (max-width: 1199px) {
.kng-post-grid.layout-2 .kng-post-meta .row > * {
padding-left: 8px;
padding-right: 8px; } }
.kng-post-grid.layout-2 .kng-post-meta > span a {
color: inherit; }
.kng-post-grid.layout-2 .kng-post-meta > span a:hover {
color: var(--link-color-hover); }
.kng-post-grid.layout-2 .kng-post-meta .meta-icon {
margin-right: 5px; }
@media (min-width: 992px) and (max-width: 1024px) {
.kng-post-grid.layout-2 .kng-post-meta .meta-icon {
display: none; } }
@media (max-width: 350px) {
.kng-post-grid.layout-2 .kng-post-meta .meta-icon {
display: none; } }
.kng-post-grid.layout-2 .kng-post-meta .kng-meta-separator {
display: none; }
.kng-post-grid.layout-2 .kng-item-content-title {
display: block; display: -webkit-box;
max-height: 63.9999984px; font-size: 24px;
line-height: 1.3333333;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.kng-post-grid.layout-2 .kng-item-content-title > * {
display: block; display: -webkit-box;
max-height: 63.9999984px; font-size: 24px;
line-height: 1.3333333;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.kng-post-grid.layout-2 .kng-btn-wraps {
margin-top: 8px; }
.kng-post-grid.layout-2 .kng-readmore {
font-size: 15px;
text-transform: uppercase;
font-weight: 700; }
.kng-post-grid.layout-3 .kng-featured-wrap {
width: 280px; }
@media (max-width: 1199px) {
.kng-post-grid.layout-3 .kng-featured-wrap {
width: 230px; } }
@media (max-width: 575px) {
.kng-post-grid.layout-3 .kng-featured-wrap {
margin-bottom: 20px; } }
.kng-post-grid.layout-3 .kng-featured-wrap img {
width: 100%; }
.kng-post-grid.layout-3 .kng-item-content {
align-items: center; }
.kng-post-grid.layout-3 .kng-post-meta {
margin-bottom: 8px; }
.kng-post-grid.layout-3 .kng-item-content-title {
font-size: 30px;
line-height: 1.3333333333;
letter-spacing: -0.03em;
margin-bottom: 17px; }
@media (max-width: 767px) {
.kng-post-grid.layout-3 .kng-item-content-title {
font-size: 24px; } }
.kng-post-grid.layout-3 .kng-readmore {
text-transform: uppercase;
font-size: 15px;
font-weight: 700;
letter-spacing: -0.03em; }
.kng-post-grid.layout-4 .kng-overlay {
background-image: -webkit-gradient(linear, bottom top, from(#162542), color-stop(60%, rgba(22, 37, 66, 0.55)), to(rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(bottom, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(255, 255, 255, 0) 100%);
background-image: -moz-linear-gradient(bottom, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(255, 255, 255, 0) 100%);
background-image: -ms-linear-gradient(bottom, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(255, 255, 255, 0) 100%);
background-image: -o-linear-gradient(bottom, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(bottom, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#162542", endColorStr="rgba(255, 255, 255, 0)"); }
.kng-post-grid.layout-4 .kng-item-content-inner {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 35px; }
@media (min-width: 992px) and (max-width: 1199px) {
.kng-post-grid.layout-4 .kng-item-content-inner {
padding: 25px 15px; } }
@media (max-width: 575px) {
.kng-post-grid.layout-4 .kng-item-content-inner {
padding: 25px 15px; } }
.kng-post-grid.layout-4 .kng-post-meta {
color: #ffffff;
margin-bottom: 8px; }
.kng-post-grid.layout-4 .kng-post-meta a {
color: inherit; }
.kng-post-grid.layout-4 .kng-post-meta a:hover {
color: var(--link-color-hover); }
@media (min-width: 992px) and (max-width: 1024px) {
.kng-post-grid.layout-4 .kng-post-meta-inner .meta-icon {
display: none; } }
@media (max-width: 480px) {
.kng-post-grid.layout-4 .kng-post-meta-inner .meta-icon {
display: none; } }
.kng-post-grid.layout-4 .kng-item-content-title {
margin-bottom: 13px;
color: #ffffff;
letter-spacing: -0.03em;
line-height: 1.43; }
@media (min-width: 992px) and (max-width: 1199px) {
.kng-post-grid.layout-4 .kng-item-content-title {
font-size: 22px; } }
.kng-post-grid.layout-4 .kng-item-content-title a {
color: inherit; }
.kng-post-grid.layout-4 .kng-item-content-title a:hover {
color: var(--link-color-hover); }
.kng-post-grid.layout-4 .kng-readmore {
color: #ffffff;
font-weight: 700;
font-size: 15px;
text-transform: uppercase;
letter-spacing: -0.03em; }
.kng-post-grid.layout-4 .kng-readmore:hover {
color: var(--link-color-hover); }
.kng-post-grid.layout-5 .kng-featured-wrap {
position: relative; }
.kng-post-grid.layout-5 .kng-item-content-inner {
padding: 30px 35px 28px;
background-color: #ffffff;
box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-webkit-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-khtml-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-moz-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-ms-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-o-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
transform: translateY(0);
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
@media (max-width: 1199px) {
.kng-post-grid.layout-5 .kng-item-content-inner {
padding: 30px 20px 28px; } }
@media (max-width: 480px) {
.kng-post-grid.layout-5 .kng-item-content-inner {
padding: 30px 15px 28px; } }
.kng-post-grid.layout-5 .kng-post-meta {
margin-bottom: 10px; }
.kng-post-grid.layout-5 .kng-post-meta .row {
margin-left: -12px;
margin-right: -12px; }
.kng-post-grid.layout-5 .kng-post-meta .row > * {
padding-left: 12px;
padding-right: 12px; }
.kng-post-grid.layout-5 .kng-post-meta > span a {
color: inherit; }
.kng-post-grid.layout-5 .kng-post-meta > span a:hover {
color: var(--link-color-hover); }
.kng-post-grid.layout-5 .kng-post-meta .meta-icon {
margin-right: 5px; }
.kng-post-grid.layout-5 .kng-post-meta .kng-meta-separator {
display: none; }
.kng-post-grid.layout-5 .kng-item-content-title {
display: block; display: -webkit-box;
max-height: 63.9999984px; font-size: 24px;
line-height: 1.3333333;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.kng-post-grid.layout-5 .kng-item-content-title > * {
display: block; display: -webkit-box;
max-height: 63.9999984px; font-size: 24px;
line-height: 1.3333333;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.kng-post-grid.layout-5 .kng-item-content-excerpt {
margin-top: 15px;
visibility: hidden;
opacity: 0;
height: 0;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-post-grid.layout-5 .kng-btn-wraps {
margin-top: 8px; }
.kng-post-grid.layout-5 .kng-readmore {
font-size: 15px;
text-transform: uppercase;
font-weight: 700; }
.kng-post-grid.layout-5 .kng-item-content:hover .kng-item-content-inner {
transform: translateY(-62px);
-webkit-transform: translateY(-62px);
-khtml-transform: translateY(-62px);
-moz-transform: translateY(-62px);
-ms-transform: translateY(-62px);
-o-transform: translateY(-62px); }
.kng-post-grid.layout-5 .kng-item-content:hover .kng-item-content-excerpt {
visibility: visible;
opacity: 1;
height: auto;
animation: kngFadeInUp 0.3s;
-webkit-animation: kngFadeInUp 0.3s;
-khtml-animation: kngFadeInUp 0.3s;
-moz-animation: kngFadeInUp 0.3s;
-ms-animation: kngFadeInUp 0.3s;
-o-animation: kngFadeInUp 0.3s; }
.kng-post-grid.layout-5 .kng-item-content:hover .kng-readmore {
animation: kngFadeInUp 0.5s;
-webkit-animation: kngFadeInUp 0.5s;
-khtml-animation: kngFadeInUp 0.5s;
-moz-animation: kngFadeInUp 0.5s;
-ms-animation: kngFadeInUp 0.5s;
-o-animation: kngFadeInUp 0.5s; }
.kng-post-grid.layout-1-case .kng-grid-filter-wrap {
margin: -5px -5px 55px -5px; }
.kng-post-grid.layout-1-case .kng-grid-filter-wrap > * {
margin: 5px;
padding: 14px 40px; }
.kng-post-grid.layout-1-case .kng-grid-filter-wrap span {
cursor: pointer;
font-size: 24px;
font-weight: 700;
line-height: 1.5;
color: var(--second-color);
background-color: rgba(var(--second-color-rgb),0.07);
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-post-grid.layout-1-case .kng-grid-filter-wrap span.active, .kng-post-grid.layout-1-case .kng-grid-filter-wrap span:hover {
color: #ffffff;
background-color: var(--second-color); }
.kng-post-grid.layout-1-case .kng-item-content .kng-overlay:after, .kng-post-grid.layout-1-case .kng-item-content .kng-overlay:before {
position: absolute;
top: 0;
left: 0;
content: "";
width: 100%;
height: 100%;
transition: all 300ms linear 0ms;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms; }
.kng-post-grid.layout-1-case .kng-item-content .kng-overlay:before {
background-image: -webkit-gradient(linear, bottom top, from(rgba(22, 37, 66, 0.85098)), to(rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(bottom, rgba(22, 37, 66, 0.85098) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -moz-linear-gradient(bottom, rgba(22, 37, 66, 0.85098) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -ms-linear-gradient(bottom, rgba(22, 37, 66, 0.85098) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -o-linear-gradient(bottom, rgba(22, 37, 66, 0.85098) 0%, rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(bottom, rgba(22, 37, 66, 0.85098) 0%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="rgba(22, 37, 66, 0.85098)", endColorStr="rgba(255, 255, 255, 0)");
opacity: 1;
visibility: visible; }
.kng-post-grid.layout-1-case .kng-item-content .kng-overlay:after {
background-image: -webkit-gradient(linear, bottom top, from(#162542), color-stop(60%, rgba(22, 37, 66, 0.55)), to(rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(bottom, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(255, 255, 255, 0) 100%);
background-image: -moz-linear-gradient(bottom, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(255, 255, 255, 0) 100%);
background-image: -ms-linear-gradient(bottom, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(255, 255, 255, 0) 100%);
background-image: -o-linear-gradient(bottom, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(bottom, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#162542", endColorStr="rgba(255, 255, 255, 0)");
opacity: 0;
visibility: hidden; }
.kng-post-grid.layout-1-case .kng-item-content .kng-readmore {
position: absolute;
top: 20px;
right: 20px;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
-webkit-transform: translateY(10px);
-khtml-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px); }
.kng-post-grid.layout-1-case .kng-item-content .kng-readmore .kng-btn-content {
width: 50px;
height: 50px;
line-height: 50px;
background-color: var(--primary-color);
display: inline-block;
text-align: center;
color: #ffffff;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-post-grid.layout-1-case .kng-item-content .kng-readmore .kng-btn-content:hover {
background-color: #ffffff;
color: var(--primary-color); }
.kng-post-grid.layout-1-case .kng-item-content .kng-item-content-inner {
position: absolute;
bottom: 25px;
width: 100%; }
.kng-post-grid.layout-1-case .kng-item-content .kng-item-content-inner .kng-heading {
color: #ffffff;
margin-bottom: 3px;
letter-spacing: -0.03em; }
.kng-post-grid.layout-1-case .kng-item-content .kng-item-content-inner .kng-item-category a {
color: #ffffff; }
.kng-post-grid.layout-1-case .kng-item-content:hover .kng-readmore {
opacity: 1;
visibility: visible;
transform: translateY(0);
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0); }
.kng-post-grid.layout-1-case .kng-item-content:hover .kng-overlay:before {
opacity: 0;
visibility: hidden; }
.kng-post-grid.layout-1-case .kng-item-content:hover .kng-overlay:after {
opacity: 1;
visibility: visible; }
.kng-post-grid.layout-2-case .kng-grid-filter-wrap {
margin: -5px -5px 55px -5px; }
.kng-post-grid.layout-2-case .kng-grid-filter-wrap > * {
margin: 5px;
padding: 14px 40px; }
.kng-post-grid.layout-2-case .kng-grid-filter-wrap span {
cursor: pointer;
font-size: 24px;
font-weight: 700;
line-height: 1.5;
color: var(--second-color);
background-color: rgba(var(--second-color-rgb),0.07);
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-post-grid.layout-2-case .kng-grid-filter-wrap span.active, .kng-post-grid.layout-2-case .kng-grid-filter-wrap span:hover {
color: #ffffff;
background-color: var(--second-color); }
.kng-post-grid.layout-2-case .kng-item-content .kng-featured {
margin-bottom: 30px; }
.kng-post-grid.layout-2-case .kng-item-content .kng-overlay {
background-color: rgba(var(--second-color-rgb),0.65);
opacity: 0;
visibility: hidden; }
.kng-post-grid.layout-2-case .kng-item-content .kng-readmore {
position: absolute;
bottom: 20px;
right: 20px;
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
-webkit-transform: translateY(-10px);
-khtml-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px); }
.kng-post-grid.layout-2-case .kng-item-content .kng-readmore .kng-btn-content {
width: 50px;
height: 50px;
line-height: 50px;
background-color: var(--primary-color);
display: inline-block;
text-align: center;
color: #ffffff;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-post-grid.layout-2-case .kng-item-content .kng-readmore .kng-btn-content:hover {
background-color: #ffffff;
color: var(--primary-color); }
.kng-post-grid.layout-2-case .kng-item-content:hover .kng-readmore {
opacity: 1;
visibility: visible;
transform: translateY(0);
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0); }
.kng-post-grid.layout-2-case .kng-item-content:hover .kng-overlay {
opacity: 1;
visibility: visible; }
.kng-post-grid.layout-2-case .kng-item-content .kng-item-content-inner {
padding-top: 30px; }
.kng-post-grid.layout-2-case .kng-item-content .kng-item-content-inner .kng-heading {
margin-bottom: 3px;
font-weight: 700;
letter-spacing: -0.03em; }
.kng-post-grid.layout-3-case .kng-grid-masonry-adm .kng-grid-sizer {
width: 0;
height: 0;
display: none; }
.kng-post-grid.layout-3-case .kng-grid-sizer {
width: 0;
height: 0;
display: none; }
.kng-post-grid.layout-3-case .post-image img {
width: 100%; }
.kng-post-grid.layout-3-case .kng-grid-filter-wrap {
margin: -5px -5px 55px -5px; }
.kng-post-grid.layout-3-case .kng-grid-filter-wrap > * {
margin: 5px;
padding: 14px 40px; }
.kng-post-grid.layout-3-case .kng-grid-filter-wrap span {
cursor: pointer;
font-size: 24px;
font-weight: 700;
line-height: 1.5;
color: var(--second-color);
background-color: rgba(var(--second-color-rgb),0.07);
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-post-grid.layout-3-case .kng-grid-filter-wrap span.active, .kng-post-grid.layout-3-case .kng-grid-filter-wrap span:hover {
color: #ffffff;
background-color: var(--second-color); }
.kng-post-grid.layout-3-case .kng-item-content .kng-overlay:after, .kng-post-grid.layout-3-case .kng-item-content .kng-overlay:before {
position: absolute;
top: 0;
left: 0;
content: "";
width: 100%;
height: 100%;
transition: all 300ms linear 0ms;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms; }
.kng-post-grid.layout-3-case .kng-item-content .kng-overlay:before {
background-image: -webkit-gradient(linear, bottom top, from(rgba(22, 37, 66, 0.85098)), to(rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(bottom, rgba(22, 37, 66, 0.85098) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -moz-linear-gradient(bottom, rgba(22, 37, 66, 0.85098) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -ms-linear-gradient(bottom, rgba(22, 37, 66, 0.85098) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -o-linear-gradient(bottom, rgba(22, 37, 66, 0.85098) 0%, rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(bottom, rgba(22, 37, 66, 0.85098) 0%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="rgba(22, 37, 66, 0.85098)", endColorStr="rgba(255, 255, 255, 0)");
opacity: 1;
visibility: visible; }
.kng-post-grid.layout-3-case .kng-item-content .kng-overlay:after {
background-image: -webkit-gradient(linear, bottom top, from(#162542), color-stop(60%, rgba(22, 37, 66, 0.55)), to(rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(bottom, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(255, 255, 255, 0) 100%);
background-image: -moz-linear-gradient(bottom, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(255, 255, 255, 0) 100%);
background-image: -ms-linear-gradient(bottom, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(255, 255, 255, 0) 100%);
background-image: -o-linear-gradient(bottom, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(bottom, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#162542", endColorStr="rgba(255, 255, 255, 0)");
opacity: 0;
visibility: hidden; }
.kng-post-grid.layout-3-case .kng-item-content .kng-readmore {
position: absolute;
top: 20px;
right: 20px;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
-webkit-transform: translateY(10px);
-khtml-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px); }
.kng-post-grid.layout-3-case .kng-item-content .kng-readmore .kng-btn-content {
width: 50px;
height: 50px;
line-height: 50px;
background-color: var(--primary-color);
display: inline-block;
text-align: center;
color: #ffffff;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-post-grid.layout-3-case .kng-item-content .kng-readmore .kng-btn-content:hover {
background-color: #ffffff;
color: var(--primary-color); }
.kng-post-grid.layout-3-case .kng-item-content .kng-item-content-inner {
position: absolute;
bottom: 25px;
width: 100%; }
.kng-post-grid.layout-3-case .kng-item-content .kng-item-content-inner .kng-heading {
color: #ffffff;
margin-bottom: 3px;
letter-spacing: -0.03em; }
.kng-post-grid.layout-3-case .kng-item-content .kng-item-content-inner .kng-item-category a {
color: #ffffff; }
.kng-post-grid.layout-3-case .kng-item-content:hover .kng-readmore {
opacity: 1;
visibility: visible;
transform: translateY(0);
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0); }
.kng-post-grid.layout-3-case .kng-item-content:hover .kng-overlay:before {
opacity: 0;
visibility: hidden; }
.kng-post-grid.layout-3-case .kng-item-content:hover .kng-overlay:after {
opacity: 1;
visibility: visible; }
.kng-post-grid.layout-1-practice .kng-grid-filter-wrap {
margin: -5px -5px 55px -5px; }
.kng-post-grid.layout-1-practice .kng-grid-filter-wrap > * {
margin: 5px;
padding: 14px 40px; }
.kng-post-grid.layout-1-practice .kng-grid-filter-wrap span {
cursor: pointer;
font-size: 24px;
font-weight: 700;
line-height: 1.5;
color: var(--second-color);
background-color: rgba(var(--second-color-rgb),0.07);
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-post-grid.layout-1-practice .kng-grid-filter-wrap span.active, .kng-post-grid.layout-1-practice .kng-grid-filter-wrap span:hover {
color: #ffffff;
background-color: var(--second-color); }
.kng-post-grid.layout-1-practice .kng-item-content {
padding: 0 20px 20px;
position: relative; }
@media (max-width: 480px) {
.kng-post-grid.layout-1-practice .kng-item-content {
padding: 0 15px 20px; } }
.kng-post-grid.layout-1-practice .kng-item-content:after {
position: absolute;
bottom: 0;
left: 0;
content: "";
width: 100%;
height: 60%;
background-color: #fff;
box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-webkit-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-khtml-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-moz-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-ms-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-o-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
z-index: -1; }
.kng-post-grid.layout-1-practice .post-image {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-post-grid.layout-1-practice .kng-featured-wrap .icon {
position: absolute;
bottom: 0;
left: 30px;
transform: scale(1);
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-khtml-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease; }
@media (max-width: 1199px) {
.kng-post-grid.layout-1-practice .kng-featured-wrap .icon {
left: 15px; } }
.kng-post-grid.layout-1-practice .kng-featured-wrap .icon span {
width: 85px;
height: 85px;
background-color: var(--primary-color);
border-radius: 50%;
font-size: 50px;
color: #fff;
display: inline-block;
line-height: 85px;
text-align: center; }
@media (max-width: 1199px) {
.kng-post-grid.layout-1-practice .kng-featured-wrap .icon span {
width: 70px;
height: 70px;
line-height: 70px;
font-size: 40px; } }
.kng-post-grid.layout-1-practice .kng-featured-wrap .icon img {
width: 50px; }
@media (max-width: 1199px) {
.kng-post-grid.layout-1-practice .kng-featured-wrap .icon img {
width: 40px; } }
.kng-post-grid.layout-1-practice .kng-featured-wrap .icon-media span {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center; }
.kng-post-grid.layout-1-practice .kng-item-content-inner {
padding: 33px 30px 20px; }
@media (max-width: 1199px) {
.kng-post-grid.layout-1-practice .kng-item-content-inner {
padding: 33px 0 20px; } }
.kng-post-grid.layout-1-practice .kng-item-content-inner .kng-heading {
font-weight: 700;
margin-bottom: 7px; }
.kng-post-grid.layout-1-practice .kng-item-content-excerpt {
font-size: 17px;
line-height: 1.88235;
max-height: 63.9999px; overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
@media (min-width: 1200px) {
.kng-post-grid.layout-1-practice .kng-grid-item:hover .post-image {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
.kng-post-grid.layout-1-practice .kng-grid-item:hover .kng-featured-wrap .icon {
transform: scale(0);
-webkit-transform: scale(0);
-khtml-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0); } }
.kng-post-grid.layout-2-practice .kng-grid-filter-wrap {
margin: -5px -5px 55px -5px; }
.kng-post-grid.layout-2-practice .kng-grid-filter-wrap > * {
margin: 5px;
padding: 14px 40px; }
.kng-post-grid.layout-2-practice .kng-grid-filter-wrap span {
cursor: pointer;
font-size: 24px;
font-weight: 700;
line-height: 1.5;
color: var(--second-color);
background-color: rgba(var(--second-color-rgb),0.07);
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-post-grid.layout-2-practice .kng-grid-filter-wrap span.active, .kng-post-grid.layout-2-practice .kng-grid-filter-wrap span:hover {
color: #ffffff;
background-color: var(--second-color); }
.kng-post-grid.layout-2-practice .kng-grid-inner {
border-right: 1px solid #efefef;
border-bottom: 1px solid #efefef; }
.kng-post-grid.layout-2-practice .kng-item-content-inner {
position: relative;
padding: 60px 30px;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
-khtml-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
z-index: 1; }
@media (max-width: 1199px) {
.kng-post-grid.layout-2-practice .kng-item-content-inner {
padding: 50px 20px; } }
@media (max-width: 767px) {
.kng-post-grid.layout-2-practice .kng-item-content-inner {
padding: 50px 15px; } }
.kng-post-grid.layout-2-practice .kng-item-content-inner:before {
position: absolute;
top: 0;
left: 0;
right: 0;
content: "";
width: 100%;
height: 1px;
background-color: #efefef; }
.kng-post-grid.layout-2-practice .kng-item-content-inner:after {
position: absolute;
top: 0;
left: 0;
bottom: 0;
content: "";
width: 1px;
height: 100%;
background-color: #efefef; }
@media (min-width: 1200px) and (max-width: 1599px) {
.kng-post-grid.layout-2-practice .col-xxl-24 .kng-item-content-inner {
padding: 50px 15px; } }
.kng-post-grid.layout-2-practice .bg-cover {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
z-index: -1; }
.kng-post-grid.layout-2-practice .bg-cover:before {
position: absolute;
top: 0;
left: 0;
bottom: 1px;
content: "";
width: 100%;
height: 100%;
background-color: rgba(var(--second-color-rgb),0.85);
visibility: hidden;
opacity: 0;
transition: all 0.4s ease-out 0s;
-webkit-transition: all 0.4s ease-out 0s;
-khtml-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s; }
.kng-post-grid.layout-2-practice .bg-cover:after {
position: absolute;
top: 0;
left: 0;
bottom: 1px;
content: "";
width: 100%;
height: 100%;
background-color: #fff;
visibility: visible;
opacity: 1;
z-index: -1;
transition: all 0.4s ease-out 0s;
-webkit-transition: all 0.4s ease-out 0s;
-khtml-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s; }
.kng-post-grid.layout-2-practice .prac-icon {
margin-bottom: 20px;
color: var(--primary-color); }
.kng-post-grid.layout-2-practice .prac-icon span {
font-size: 75px;
line-height: 1; }
.kng-post-grid.layout-2-practice .prac-icon img {
width: 75px; }
.kng-post-grid.layout-2-practice .kng-item-content-title {
margin-bottom: 10px;
transition: all 0s ease;
-webkit-transition: all 0s ease;
-khtml-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease; }
.kng-post-grid.layout-2-practice .kng-item-content-excerpt {
font-size: 17px;
line-height: 1.88235;
max-height: 63.9999px; overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin-bottom: 25px; }
.kng-post-grid.layout-2-practice .kng-readmore {
background-color: rgba(var(--second-color-rgb),0.07);
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
color: var(--second-color); }
.kng-post-grid.layout-2-practice .kng-readmore .kng-btn-content {
display: block; }
.kng-post-grid.layout-2-practice .kng-item-content {
position: relative; }
.kng-post-grid.layout-2-practice .kng-item-content:hover {
z-index: 2;
box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.8);
-webkit-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.8);
-khtml-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.8);
-moz-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.8);
-ms-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.8);
-o-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.8); }
.kng-post-grid.layout-2-practice .kng-item-content:hover .kng-item-content-inner:before, .kng-post-grid.layout-2-practice .kng-item-content:hover .kng-item-content-inner:after {
width: 0;
height: 0; }
.kng-post-grid.layout-2-practice .kng-item-content:hover .prac-icon {
animation: scaleDisappear 0.5s;
-webkit-animation: scaleDisappear 0.5s;
-khtml-animation: scaleDisappear 0.5s;
-moz-animation: scaleDisappear 0.5s;
-ms-animation: scaleDisappear 0.5s;
-o-animation: scaleDisappear 0.5s; }
.kng-post-grid.layout-2-practice .kng-item-content:hover .bg-cover:before {
visibility: visible;
opacity: 1; }
.kng-post-grid.layout-2-practice .kng-item-content:hover .bg-cover:after {
visibility: hidden;
opacity: 0; }
.kng-post-grid.layout-2-practice .kng-item-content:hover .kng-item-content-title, .kng-post-grid.layout-2-practice .kng-item-content:hover .kng-item-content-excerpt {
color: #ffffff; }
.kng-post-grid.layout-2-practice .kng-item-content:hover .kng-readmore {
background-color: var(--primary-color);
color: #ffffff; }
.kng-post-grid.layout-3-practice .kng-item-content {
position: relative; }
.kng-post-grid.layout-3-practice .kng-featured-wrap .icon {
position: absolute;
bottom: -57.5px;
right: 30px;
z-index: 2;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-khtml-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease; }
@media (max-width: 1199px) {
.kng-post-grid.layout-3-practice .kng-featured-wrap .icon {
bottom: -42.5px;
right: 20px; } }
.kng-post-grid.layout-3-practice .kng-featured-wrap .icon span {
width: 115px;
height: 115px;
background-color: #ffffff;
border-radius: 50%;
font-size: 60px;
color: var(--primary-color);
display: inline-block;
line-height: 115px;
text-align: center;
box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-webkit-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-khtml-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-moz-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-ms-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-o-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1); }
@media (max-width: 1199px) {
.kng-post-grid.layout-3-practice .kng-featured-wrap .icon span {
width: 85px;
height: 85px;
line-height: 85px;
font-size: 50px; } }
.kng-post-grid.layout-3-practice .kng-featured-wrap .icon-media span {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center; }
@media (max-width: 1199px) {
.kng-post-grid.layout-3-practice .kng-featured-wrap .icon-media img {
width: 50px; } }
.kng-post-grid.layout-3-practice .kng-item-content-inner {
background-color: #ffffff;
padding: 40px 40px 45px;
position: relative; }
@media (max-width: 1199px) {
.kng-post-grid.layout-3-practice .kng-item-content-inner {
padding: 40px 30px 45px; } }
@media (max-width: 400px) {
.kng-post-grid.layout-3-practice .kng-item-content-inner {
padding: 40px 15px 40px; } }
.kng-post-grid.layout-3-practice .number-idx {
font-family: "Frank Ruhl Libre", sans-serif;
font-weight: 700;
letter-spacing: -0.03em;
font-size: 280px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
line-height: 1;
white-space: nowrap;
color: transparent;
-webkit-text-stroke: 1px rgba(var(--heading-color-rgb),0.08);
text-shadow: none; }
@media (max-width: 1199px) {
.kng-post-grid.layout-3-practice .number-idx {
font-size: 250px; } }
.kng-post-grid.layout-3-practice .kng-heading {
font-size: 24px;
font-weight: 700;
margin-bottom: 12px;
position: relative;
z-index: 1; }
.kng-post-grid.layout-3-practice .kng-item-content-excerpt {
margin-bottom: 10px; }
.kng-post-grid.layout-3-practice .kng-readmore {
line-height: 27px;
text-transform: uppercase;
font-weight: 700;
border-bottom: 2px solid rgba(var(--second-color-rgb),0.2); }
.kng-post-grid.layout-3-practice .kng-readmore:hover {
border-color: var(--link-color-hover); }
.kng-post-grid.layout-4-practice .kng-item-content {
position: relative; }
.kng-post-grid.layout-4-practice .kng-item-content:hover .icon {
transform: translateY(-10px);
-webkit-transform: translateY(-10px);
-khtml-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px); }
.kng-post-grid.layout-4-practice .kng-featured-wrap .icon {
width: 115px;
height: 115px;
background-color: #ffffff;
border-radius: 50%;
font-size: 60px;
color: var(--primary-color);
text-align: center;
position: absolute;
bottom: -90px;
right: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-khtml-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease; }
@media (max-width: 1199px) {
.kng-post-grid.layout-4-practice .kng-featured-wrap .icon {
width: 85px;
height: 85px;
line-height: 85px;
font-size: 50px;
bottom: -55px;
right: 20px; } }
.kng-post-grid.layout-4-practice .kng-item-content-inner {
padding: 30px 145px 30px 30px;
position: relative; }
@media (max-width: 1199px) {
.kng-post-grid.layout-4-practice .kng-item-content-inner {
padding: 20px 105px 20px 20px; } }
@media (max-width: 767px) {
.kng-post-grid.layout-4-practice .kng-item-content-inner {
padding: 20px 105px 20px 15px; } }
.kng-post-grid.layout-4-practice .kng-heading {
font-size: 24px;
font-weight: 500;
color: #fff; }
@media (max-width: 480px) {
.kng-post-grid.layout-4-practice .kng-heading {
font-size: 20px; } }
.kng-post-grid.layout-4-practice .kng-readmore {
color: #fff;
font-size: 15px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 0.03em; }
.kng-post-grid.layout-4-practice .kng-readmore:hover {
color: var(--link-color-hover); }
.kng-post-carousel.layout-4-case .post-image {
overflow: hidden; }
.kng-post-carousel.layout-4-case .post-image img {
width: 100%;
transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
-webkit-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1); }
.kng-post-carousel.layout-4-case .kng-item-content {
border: 1px solid rgba(var(--second-color-rgb),0.1); }
.kng-post-carousel.layout-4-case .kng-item-content-inner {
padding: 30px 30px 30px 35px; }
@media (max-width: 480px) {
.kng-post-carousel.layout-4-case .kng-item-content-inner {
padding: 20px 15px 20px 15px; } }
.kng-post-carousel.layout-4-case .kng-item-content-inner .kng-item-category {
margin-bottom: 3px; }
.kng-post-carousel.layout-4-case .kng-item-content-inner .kng-item-category a {
font-size: 17px;
letter-spacing: -0.03em;
color: var(--primary-color); }
.kng-post-carousel.layout-4-case .kng-item-content-inner .kng-heading {
font-weight: 700;
margin-bottom: 11px; }
.kng-post-carousel.layout-4-case .readmore-action {
border-top: 1px solid rgba(var(--second-color-rgb),0.1); }
.kng-post-carousel.layout-4-case .kng-readmore {
padding: 0 40px 0 35px;
width: 100%;
height: 53px;
line-height: 53px;
background-color: #fff;
display: inline-block;
text-align: center;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 15px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: -0.03em; }
.kng-post-carousel.layout-4-case .kng-readmore:hover {
background-color: var(--second-color);
color: #fff; }
.kng-post-carousel.layout-4-case .kng-swiper-dots {
margin-top: 40px; }
@media (min-width: 768px) {
.kng-post-carousel.layout-4-case .kng-swiper-dots {
position: absolute;
top: -83px;
right: 0;
margin: 0; } }
.kng-post-carousel.layout-4-case .kng-swiper-dots .kng-swiper-pagination-bullet:hover:before, .kng-post-carousel.layout-4-case .kng-swiper-dots .kng-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
border-color: var(--second-color); }
.kng-post-carousel.layout-4-case .kng-item-wrap:hover .post-image img {
opacity: 0.9;
-webkit-transform: scale3d(1.05, 1.05, 1);
transform: scale3d(1.05, 1.05, 1); }
.kng-post-carousel.layout-3-case .post-image {
overflow: hidden; }
.kng-post-carousel.layout-3-case .post-image img {
width: 100%;
transition: all 300ms linear 0ms;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms; }
.kng-post-carousel.layout-3-case .kng-overlay {
background-image: -webkit-gradient(linear, bottom top, from(rgba(22, 37, 66, 0.85)), to(rgba(33, 30, 59, 0)));
background-image: -webkit-linear-gradient(bottom, rgba(22, 37, 66, 0.85) 0%, rgba(33, 30, 59, 0) 100%);
background-image: -moz-linear-gradient(bottom, rgba(22, 37, 66, 0.85) 0%, rgba(33, 30, 59, 0) 100%);
background-image: -ms-linear-gradient(bottom, rgba(22, 37, 66, 0.85) 0%, rgba(33, 30, 59, 0) 100%);
background-image: -o-linear-gradient(bottom, rgba(22, 37, 66, 0.85) 0%, rgba(33, 30, 59, 0) 100%);
background-image: linear-gradient(bottom, rgba(22, 37, 66, 0.85) 0%, rgba(33, 30, 59, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="rgba(22, 37, 66, 0.85)", endColorStr="rgba(33, 30, 59, 0)");
opacity: 0;
visibility: hidden;
transition: all 300ms linear 0ms;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms; }
.kng-post-carousel.layout-3-case .kng-item-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 0 40px 30px 40px;
align-items: flex-end; }
@media (max-width: 1199px) {
.kng-post-carousel.layout-3-case .kng-item-content {
padding: 0 20px 20px 20px; } }
.kng-post-carousel.layout-3-case .kng-item-content .kng-readmore {
width: 50px;
height: 50px;
line-height: 50px;
background-color: var(--primary-color);
display: inline-block;
text-align: center;
color: #ffffff;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-post-carousel.layout-3-case .kng-item-content .kng-readmore:hover {
background-color: #ffffff;
color: var(--primary-color); }
.kng-post-carousel.layout-3-case .kng-item-content .kng-item-content-inner {
opacity: 0;
transform: translateY(20px);
-webkit-transform: translateY(20px);
-khtml-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
transition: transform 0.3s ease;
-webkit-transition: transform 0.3s ease;
-khtml-transition: transform 0.3s ease;
-moz-transition: transform 0.3s ease;
-ms-transition: transform 0.3s ease;
-o-transition: transform 0.3s ease; }
.kng-post-carousel.layout-3-case .kng-item-content .kng-item-content-inner .kng-heading {
color: #ffffff;
margin-bottom: 3px;
letter-spacing: -0.03em; }
.kng-post-carousel.layout-3-case .kng-item-content .kng-item-content-inner .kng-item-category a {
color: #ffffff; }
.kng-post-carousel.layout-3-case .kng-featured-wrap:hover .post-image img {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-khtml-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05); }
.kng-post-carousel.layout-3-case .kng-featured-wrap:hover .kng-overlay {
opacity: 1;
visibility: visible; }
.kng-post-carousel.layout-3-case .kng-featured-wrap:hover .kng-item-content .kng-item-content-inner {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0); }
.kng-post-carousel.layout-3-case .kng-swiper-dots {
margin-top: 56px; }
.kng-post-carousel.layout-3-case .kng-swiper-dots .kng-swiper-pagination-bullet:hover:before, .kng-post-carousel.layout-3-case .kng-swiper-dots .kng-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
border-color: var(--second-color); }
.kng-post-carousel.layout-3 .kng-swiper-slider-wrap {
margin: -60px; }
.kng-post-carousel.layout-3 .kng-swiper-container {
padding: 60px; }
.kng-post-carousel.layout-3 .swiper-slide:not(.swiper-slide-visible) {
opacity: 0;
visibility: hidden; }
.kng-post-carousel.layout-3 .kng-item-content {
padding: 35px 35px 30px 35px;
background-color: #fff;
box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.1);
-webkit-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.1);
-khtml-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.1);
-moz-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.1);
-ms-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.1);
-o-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.1); }
@media (max-width: 1199px) {
.kng-post-carousel.layout-3 .kng-item-content {
padding: 30px; } }
@media (max-width: 375px) {
.kng-post-carousel.layout-3 .kng-item-content {
padding: 30px 15px; } }
.kng-post-carousel.layout-3 .kng-item-content-inner {
margin-bottom: 30px; }
.kng-post-carousel.layout-3 .kng-item-content-inner .kng-post-meta {
margin-bottom: 8px; }
@media (max-width: 1199px) {
.kng-post-carousel.layout-3 .kng-item-content-inner .kng-post-meta {
font-size: 14px; } }
@media (max-width: 1199px) {
.kng-post-carousel.layout-3 .kng-item-content-inner .kng-post-meta .row {
margin-left: -10px;
margin-right: -10px; }
.kng-post-carousel.layout-3 .kng-item-content-inner .kng-post-meta .row > * {
padding-left: 10px;
padding-right: 10px; } }
.kng-post-carousel.layout-3 .kng-item-content-inner .kng-item-content-title {
font-size: 24px;
line-height: 1.3333333333;
letter-spacing: -0.03em;
margin-bottom: 8px;
display: block; display: -webkit-box;
max-height: 63.9999999998px; font-size: 24px;
line-height: 1.3333333333;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.kng-post-carousel.layout-3 .kng-item-content-inner .kng-item-content-title > * {
display: block; display: -webkit-box;
max-height: 63.9999999998px; font-size: 24px;
line-height: 1.3333333333;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
@media (max-width: 1199px) {
.kng-post-carousel.layout-3 .kng-item-content-inner .kng-item-content-title {
font-size: 20px;
display: block; display: -webkit-box;
max-height: 53.3333333332px; font-size: 20px;
line-height: 1.3333333333;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.kng-post-carousel.layout-3 .kng-item-content-inner .kng-item-content-title > * {
display: block; display: -webkit-box;
max-height: 53.3333333332px; font-size: 20px;
line-height: 1.3333333333;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 2;
-webkit-line-clamp: 2;
-khtml-line-clamp: 2;
-moz-line-clamp: 2;
-ms-line-clamp: 2;
-o-line-clamp: 2;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; } }
.kng-post-carousel.layout-3 .kng-item-content-inner .kng-readmore {
text-transform: uppercase;
font-size: 15px;
font-weight: 700;
letter-spacing: -0.03em; }
.kng-post-carousel.layout-3 .post-image img {
width: 100%; }
@media (max-width: 1599px) {
.kng-swiper-sliders.kng-post-grid .layout-2-practice .kng-item-content-inner {
padding: 50px 30px; } }
@media (max-width: 480px) {
.kng-swiper-sliders.kng-post-grid .layout-2-practice .kng-item-content-inner {
padding: 50px 15px; } }
.kng-qc-wrap.layout-1 .kng-qc-item + .kng-qc-item {
margin-top: 30px; }
.kng-qc-wrap.layout-1 .qc-item-wrap {
align-items: center; }
.kng-qc-wrap.layout-1 .qc-item-wrap .qc-img {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
@media (max-width: 575px) {
.kng-qc-wrap.layout-1 .qc-item-wrap .qc-img {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 10px; } }
.kng-qc-wrap.layout-1 .qc-item-wrap .qc-content-wrap {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
@media (max-width: 575px) {
.kng-qc-wrap.layout-1 .qc-item-wrap .qc-content-wrap {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; } }
@media (min-width: 1200px) {
.kng-qc-wrap.layout-1 .qc-item-wrap .qc-img {
-ms-flex: 0 0 320px;
flex: 0 0 320px;
max-width: 320px; }
.kng-qc-wrap.layout-1 .qc-item-wrap .qc-content-wrap {
-ms-flex: 0 0 calc(100% - 320px);
flex: 0 0 calc(100% - 320px);
max-width: calc(100% - 320px); } }
.kng-qc-wrap.layout-1 .qc-title {
font-weight: 700;
font-size: 30px;
color: var(--heading-color);
margin-bottom: 2px; }
@media (min-width: 992px) and (max-width: 1199px) {
.kng-qc-wrap.layout-1 .qc-title {
margin-top: -15px; } }
.kng-qc-wrap.layout-1 .qc-title span {
font-size: 18px;
font-weight: 400; }
.kng-qc-wrap.layout-1 .qc-desc-wrap {
font-size: 17px;
line-height: 32px;
font-weight: 500; }
.kng-qc-wrap.layout-1 .qc-desc-wrap .qc-item {
margin-bottom: 9px; }
.kng-qc-wrap.layout-1 .qc-desc-wrap .qc-item i {
font-weight: 400;
color: var(--primary-color);
width: 27px;
display: inline-block;
vertical-align: middle; }
.kng-qc-wrap.layout-1 .qc-desc-wrap .qc-item a {
color: inherit; }
.kng-qc-wrap.layout-1 .qc-desc-wrap .qc-item a:hover {
color: var(--link-color-hover); }
.kng-qc-wrap.layout-2 .qc-title {
font-weight: 700;
font-size: 30px;
margin-bottom: 2px; }
.kng-qc-wrap.layout-2 .qc-title span {
font-size: 18px;
font-weight: 400; }
.kng-qc-wrap.layout-2 .qc-desc-wrap {
font-size: 17px;
line-height: 32px;
font-weight: 500;
color: #aab5cc; }
.kng-qc-wrap.layout-2 .qc-desc-wrap .qc-item {
margin-bottom: 9px;
display: flex;
align-items: baseline; }
.kng-qc-wrap.layout-2 .qc-desc-wrap .qc-item i {
font-weight: 400;
color: var(--primary-color);
width: 27px;
display: inline-block;
vertical-align: middle;
position: relative;
top: 2px;
margin-right: 4px; }
.kng-qc-wrap.layout-2 .qc-desc-wrap .qc-item a {
color: inherit; }
.kng-qc-wrap.layout-2 .qc-desc-wrap .qc-item a:hover {
color: var(--link-color-hover); }
.kng-qc-wrap.layout-3 .qc-title {
font-weight: 700;
font-size: 30px;
color: #ffffff;
margin-bottom: 2px; }
.kng-qc-wrap.layout-3 .qc-title span {
font-size: 18px;
font-weight: 400; }
.kng-qc-wrap.layout-3 .qc-desc-wrap {
font-size: 17px;
line-height: 32px;
color: var(--body-color); }
.kng-qc-wrap.layout-3 .qc-desc-wrap .qc-item {
margin-bottom: 30px;
align-items: center; }
.kng-qc-wrap.layout-3 .qc-desc-wrap .qc-item i {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
margin-right: 20px;
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background-color: var(--second-color);
font-weight: 400;
color: #ffffff;
display: inline-block;
vertical-align: middle; }
.kng-qc-wrap.layout-3 .qc-desc-wrap .qc-item a {
color: inherit; }
.kng-qc-wrap.layout-3 .qc-desc-wrap .qc-item a:hover {
color: var(--link-color-hover); }
.kng-qc-wrap.layout-3 .qc-desc-wrap .qc-item span a + a {
display: block; }
.kng-cf7-layout-1 .kng-cf-heading h3 {
font-size: 30px; }
.kng-cf7-layout-1 .kng-cf7-inner {
padding: 71px 70px 80px 70px; }
@media (max-width: 1199px) {
.kng-cf7-layout-1 .kng-cf7-inner {
padding: 51px 50px 60px; } }
@media (max-width: 575px) {
.kng-cf7-layout-1 .kng-cf7-inner {
padding: 51px 30px 60px; } }
@media (max-width: 480px) {
.kng-cf7-layout-1 .kng-cf7-inner {
padding: 30px 15px 40px; } }
.kng-cf7-layout-1 .cff {
background-color: #ffffff;
padding-right: 52px; }
.kng-cf7-layout-1 .icon {
position: absolute;
top: 50%;
right: 45px;
font-size: 18px;
margin-top: -10px;
width: 18px;
color: var(--second-color); }
@media (max-width: 480px) {
.kng-cf7-layout-1 .btn {
width: 100%; } }
.kng-cf7-layout-1 .btn [class^="kngi-"] {
margin-left: 5px; }
.kng-cf7-layout-2 input::-webkit-input-placeholder, .kng-cf7-layout-2 textarea::-webkit-input-placeholder {
color: var(--second-color);
font-size: 20px;
font-style: normal;
font-weight: 700;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
font-family: "Frank Ruhl Libre", sans-serif; }
.kng-cf7-layout-2 input:-moz-placeholder, .kng-cf7-layout-2 textarea:-moz-placeholder {
color: var(--second-color);
font-size: 20px;
font-style: normal;
font-weight: 700;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
font-family: "Frank Ruhl Libre", sans-serif; }
.kng-cf7-layout-2 input::-moz-placeholder, .kng-cf7-layout-2 textarea::-moz-placeholder {
color: var(--second-color);
font-size: 20px;
font-style: normal;
font-weight: 700;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
font-family: "Frank Ruhl Libre", sans-serif; }
.kng-cf7-layout-2 input:-ms-input-placeholder, .kng-cf7-layout-2 textarea:-ms-input-placeholder {
color: var(--second-color);
font-size: 20px;
font-style: normal;
font-weight: 700;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
font-family: "Frank Ruhl Libre", sans-serif; }
.kng-cf7-layout-2 input, .kng-cf7-layout-2 select {
padding: 0 32px;
line-height: 61px;
height: 65px;
min-height: 65px;
font-size: 20px;
font-weight: 700; }
.kng-cf7-layout-2 .wpcf7-form .wpcf7-textarea {
padding: 0 32px;
line-height: 61px;
height: 65px;
min-height: 65px;
font-size: 20px;
font-weight: 700; }
.kng-cf7-layout-2 .btn [class^="kngi-"] {
margin-left: 5px; }
.kng-cf7-layout-2 .contact-home {
position: relative;
background-color: #fff;
padding: 60px 90px 30px 90px;
box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.07);
-webkit-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.07);
-khtml-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.07);
-moz-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.07);
-ms-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.07);
-o-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.07); }
@media (min-width: 1600px) {
.kng-cf7-layout-2 .contact-home {
margin-left: -90px;
margin-right: -90px; } }
@media (max-width: 1599px) {
.kng-cf7-layout-2 .contact-home {
padding: 60px 60px 30px 60px; } }
@media (max-width: 1199px) {
.kng-cf7-layout-2 .contact-home {
padding: 60px 30px 30px 30px; } }
@media (max-width: 480px) {
.kng-cf7-layout-2 .contact-home {
padding: 40px 15px 10px 15px; } }
.kng-cf7-layout-2 .nice-select {
background-color: #f8f8f8;
border: 2px solid transparent;
color: var(--second-color);
font-size: 20px;
font-style: normal;
font-weight: 700;
font-family: "Frank Ruhl Libre", sans-serif;
height: 65px;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-cf7-layout-2 .nice-select:hover {
background-color: #fff;
border-color: var(--primary-color); }
.kng-cf7-layout-2 .nice-select:after {
right: 20px; }
.kng-cf7-layout-2 .nice-select span.current {
line-height: 65px; }
.kng-cf7-layout-3 .kng-cf7-inner {
position: relative;
background-color: #fff;
padding: 50px 40px 60px 40px;
box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.07);
-webkit-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.07);
-khtml-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.07);
-moz-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.07);
-ms-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.07);
-o-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.07); }
@media (max-width: 1199px) {
.kng-cf7-layout-3 .kng-cf7-inner {
padding: 50px 30px 60px 30px; } }
@media (max-width: 575px) {
.kng-cf7-layout-3 .kng-cf7-inner {
padding: 50px 15px 60px 15px; } }
@media (min-width: 1200px) {
.kng-cf7-layout-3 .kng-cf-heading {
padding: 0 50px; } }
.kng-cf7-layout-3 .kng-cf-heading h3 {
font-size: 50px;
line-height: 1.1;
margin-bottom: 10px; }
@media (max-width: 575px) {
.kng-cf7-layout-3 .kng-cf-heading h3 {
font-size: 40px; } }
.kng-cf7-layout-3 input::-webkit-input-placeholder, .kng-cf7-layout-3 textarea::-webkit-input-placeholder {
color: var(--second-color);
font-size: 20px;
font-style: normal;
font-weight: 700;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
font-family: "Frank Ruhl Libre", sans-serif; }
.kng-cf7-layout-3 input:-moz-placeholder, .kng-cf7-layout-3 textarea:-moz-placeholder {
color: var(--second-color);
font-size: 20px;
font-style: normal;
font-weight: 700;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
font-family: "Frank Ruhl Libre", sans-serif; }
.kng-cf7-layout-3 input::-moz-placeholder, .kng-cf7-layout-3 textarea::-moz-placeholder {
color: var(--second-color);
font-size: 20px;
font-style: normal;
font-weight: 700;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
font-family: "Frank Ruhl Libre", sans-serif; }
.kng-cf7-layout-3 input:-ms-input-placeholder, .kng-cf7-layout-3 textarea:-ms-input-placeholder {
color: var(--second-color);
font-size: 20px;
font-style: normal;
font-weight: 700;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
font-family: "Frank Ruhl Libre", sans-serif; }
.kng-cf7-layout-3 input, .kng-cf7-layout-3 select {
line-height: 61px;
height: 65px;
min-height: 65px;
font-size: 20px;
font-weight: 700; }
.kng-cf7-layout-3 .wpcf7-form .wpcf7-textarea {
padding-top: 18px;
height: 232px;
font-size: 20px;
font-weight: 700; }
.kng-cf7-layout-3 .btn [class^="kngi-"] {
margin-left: 5px; }
.kng-cf7-layout-3 .nice-select {
background-color: #f8f8f8;
border: 2px solid transparent;
color: var(--second-color);
font-size: 20px;
font-style: normal;
font-weight: 700;
font-family: "Frank Ruhl Libre", sans-serif;
height: 65px;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-cf7-layout-3 .nice-select:hover {
background-color: #fff;
border-color: var(--primary-color); }
.kng-cf7-layout-3 .nice-select:after {
right: 20px; }
.kng-cf7-layout-3 .nice-select span.current {
line-height: 65px; }
.kng-cf7-layout-4 .kng-cf-heading {
color: #ffffff; }
.kng-cf7-layout-4 .kng-cf-heading h3 {
font-size: 30px;
text-transform: capitalize;
color: #ffffff; }
.kng-cf7-layout-4 .kng-cf7-inner {
padding: 71px 70px 80px 70px;
background-color: var(--second-color); }
@media (max-width: 1199px) {
.kng-cf7-layout-4 .kng-cf7-inner {
padding: 51px 50px 60px; } }
@media (max-width: 991px) {
.kng-cf7-layout-4 .kng-cf7-inner {
padding: 50px 30px 60px; } }
@media (max-width: 400px) {
.kng-cf7-layout-4 .kng-cf7-inner {
padding: 50px 15px 60px; } }
.kng-cf7-layout-4 input[type="text"]::-webkit-input-placeholder, .kng-cf7-layout-4 input[type="email"]::-webkit-input-placeholder, .kng-cf7-layout-4 textarea::-webkit-input-placeholder {
color: #ffffff;
font-size: 20px;
font-style: normal;
font-weight: 700;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
font-family: "Frank Ruhl Libre", sans-serif; }
.kng-cf7-layout-4 input[type="text"]:-moz-placeholder, .kng-cf7-layout-4 input[type="email"]:-moz-placeholder, .kng-cf7-layout-4 textarea:-moz-placeholder {
color: #ffffff;
font-size: 20px;
font-style: normal;
font-weight: 700;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
font-family: "Frank Ruhl Libre", sans-serif; }
.kng-cf7-layout-4 input[type="text"]::-moz-placeholder, .kng-cf7-layout-4 input[type="email"]::-moz-placeholder, .kng-cf7-layout-4 textarea::-moz-placeholder {
color: #ffffff;
font-size: 20px;
font-style: normal;
font-weight: 700;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
font-family: "Frank Ruhl Libre", sans-serif; }
.kng-cf7-layout-4 input[type="text"]:-ms-input-placeholder, .kng-cf7-layout-4 input[type="email"]:-ms-input-placeholder, .kng-cf7-layout-4 textarea:-ms-input-placeholder {
color: #ffffff;
font-size: 20px;
font-style: normal;
font-weight: 700;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
font-family: "Frank Ruhl Libre", sans-serif; }
.kng-cf7-layout-4 select {
color: #ffffff;
background-image: none;
height: 70px; }
.kng-cf7-layout-4 select option {
color: var(--heading-color); }
.kng-cf7-layout-4 .cff {
background-color: transparent;
padding-right: 52px;
border-color: rgba(255, 255, 255, 0.05);
height: 70px;
color: #ffffff; }
.kng-cf7-layout-4 .cff:hover, .kng-cf7-layout-4 .cff:focus, .kng-cf7-layout-4 .cff:active {
background-color: transparent;
border-color: #ffffff; }
.kng-cf7-layout-4 .icon {
position: absolute;
top: 50%;
right: 40px;
font-size: 18px;
margin-top: -10px;
width: 18px;
color: #ffffff; }
.kng-cf7-layout-4 .col-select .icon {
font-size: 14px;
right: 35px; }
.kng-cf7-layout-4 .wpcf7-form .wpcf7-textarea {
height: 160px;
color: #ffffff; }
.kng-cf7-layout-4 .btn {
height: 70px; }
.kng-cf7-layout-4 .btn:active, .kng-cf7-layout-4 .btn:focus, .kng-cf7-layout-4 .btn:hover {
background-color: #ffffff;
border-color: #ffffff;
color: var(--second-color); }
.kng-cf7-layout-4 .btn [class^="kngi-"] {
margin-left: 5px; }
.kng-cf7-layout-4 .nice-select {
background-color: transparent;
border: 2px solid rgba(255, 255, 255, 0.05);
color: #fff;
font-size: 20px;
font-style: normal;
font-weight: 700;
font-family: "Frank Ruhl Libre", sans-serif;
height: 70px;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-cf7-layout-4 .nice-select:hover {
background-color: transparent;
border-color: #fff; }
.kng-cf7-layout-4 .nice-select:after {
right: 20px; }
.kng-cf7-layout-4 .nice-select span.current {
line-height: 66px;
color: #fff; }
.kng-cf7-layout-5 {
background-color: #fff; }
.kng-cf7-layout-5 .kng-cf-heading {
margin-bottom: 14px; }
.kng-cf7-layout-5 .kng-cf-heading h3 {
font-size: 30px;
text-transform: capitalize; }
@media (max-width: 575px) {
.kng-cf7-layout-5 .kng-cf-heading h3 {
font-size: 24px; } }
.kng-cf7-layout-5 .kng-cf7-inner {
padding: 50px 100px 60px 100px;
border: 1px solid var(--second-color); }
@media (max-width: 1199px) {
.kng-cf7-layout-5 .kng-cf7-inner {
padding: 50px 70px 50px 70px; } }
@media (max-width: 991px) {
.kng-cf7-layout-5 .kng-cf7-inner {
padding: 50px 50px 40px 50px; } }
@media (max-width: 767px) {
.kng-cf7-layout-5 .kng-cf7-inner {
padding: 40px 30px 30px 30px; } }
@media (max-width: 480px) {
.kng-cf7-layout-5 .kng-cf7-inner {
padding: 40px 15px 30px 15px; } }
.kng-cf7-layout-5 .row > div {
margin-bottom: 25px; }
.kng-cf7-layout-5 .row > div:last-child {
margin-bottom: 0; }
.kng-cf7-layout-5 input[type="text"], .kng-cf7-layout-5 input[type="email"], .kng-cf7-layout-5 textarea {
font-size: 20px;
color: var(--second-color); }
.kng-cf7-layout-5 input[type="text"]::-webkit-input-placeholder, .kng-cf7-layout-5 input[type="email"]::-webkit-input-placeholder, .kng-cf7-layout-5 textarea::-webkit-input-placeholder {
color: var(--second-color);
font-size: 20px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
font-family: "Frank Ruhl Libre", sans-serif; }
.kng-cf7-layout-5 input[type="text"]:-moz-placeholder, .kng-cf7-layout-5 input[type="email"]:-moz-placeholder, .kng-cf7-layout-5 textarea:-moz-placeholder {
color: var(--second-color);
font-size: 20px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
font-family: "Frank Ruhl Libre", sans-serif; }
.kng-cf7-layout-5 input[type="text"]::-moz-placeholder, .kng-cf7-layout-5 input[type="email"]::-moz-placeholder, .kng-cf7-layout-5 textarea::-moz-placeholder {
color: var(--second-color);
font-size: 20px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
font-family: "Frank Ruhl Libre", sans-serif; }
.kng-cf7-layout-5 input[type="text"]:-ms-input-placeholder, .kng-cf7-layout-5 input[type="email"]:-ms-input-placeholder, .kng-cf7-layout-5 textarea:-ms-input-placeholder {
color: var(--second-color);
font-size: 20px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
font-family: "Frank Ruhl Libre", sans-serif; }
.kng-cf7-layout-5 select {
background-image: none;
height: 54px; }
.kng-cf7-layout-5 select option {
color: var(--heading-color); }
.kng-cf7-layout-5 .cff {
font-size: 20px;
background-color: transparent;
padding-right: 32px;
padding-left: 0;
border-width: 0 0 1px 0;
border-style: solid;
border-color: var(--second-color);
height: 54px;
color: var(--second-color); }
.kng-cf7-layout-5 .cff:hover, .kng-cf7-layout-5 .cff:focus, .kng-cf7-layout-5 .cff:active {
background-color: transparent;
border-color: var(--primary-color); }
.kng-cf7-layout-5 .icon {
position: absolute;
top: 50%;
right: 15px;
font-size: 18px;
margin-top: -10px;
width: 18px;
color: var(--second-color); }
@media (min-width: 768px) {
.kng-cf7-layout-5 .icon {
right: 25px; } }
@media (min-width: 1200px) {
.kng-cf7-layout-5 .icon {
right: 35px; } }
.kng-cf7-layout-5 .col-select .icon {
font-size: 14px;
right: 35px; }
.kng-cf7-layout-5 .wpcf7-form .wpcf7-textarea {
height: 54px;
min-height: 54px;
color: var(--second-color); }
.kng-cf7-layout-5 .btn {
margin-top: 5px;
height: 65px; }
.kng-cf7-layout-5 .btn:active, .kng-cf7-layout-5 .btn:focus, .kng-cf7-layout-5 .btn:hover {
background-color: var(--second-color);
border-color: var(--second-color);
color: #fff; }
.kng-cf7-layout-5 .btn [class^="kngi-"] {
margin-left: 5px; }
@media (max-width: 575px) {
.kng-search-wrap form {
width: 100%; } }
.kng-search-wrap.layout-1 .search-field {
height: 65px;
padding-right: 54px; }
@media (max-width: 575px) {
.kng-search-wrap.layout-1 .search-field {
width: 100%;
padding-left: 15px; } }
.kng-search-wrap.layout-1 .kng-icon-search {
position: absolute;
right: 30px;
top: 50%;
margin-top: -8px; }
@media (max-width: 575px) {
.kng-search-wrap.layout-1 .kng-icon-search {
display: none; } }
.kng-search-wrap.layout-1 input::-webkit-input-placeholder {
color: var(--body-color);
font-size: 17px;
font-weight: 400; }
.kng-search-wrap.layout-1 .search-submit {
height: 65px; }
.kng-search-wrap.layout-1 .search-submit .kng-icon {
margin-left: 8px;
vertical-align: text-bottom;
line-height: 18px; }
.kng-search-wrap.layout-1 .search-submit-xs {
height: 65px;
position: absolute;
right: 5px;
top: 5px;
padding-left: 15px;
padding-right: 15px;
background-color: transparent;
border-color: transparent;
color: var(--second-color); }
.kng-search-wrap.layout-1 .search-submit-xs:hover {
color: var(--primary-color); }
.kng-search-wrap.layout-2 .search-field {
border-color: transparent; }
@media (max-width: 575px) {
.kng-search-wrap.layout-2 .search-field {
width: 100%;
padding-left: 15px; } }
.kng-search-wrap.layout-2 input::-webkit-input-placeholder {
color: var(--second-color);
font-size: 18px;
font-weight: 700; }
@media (max-width: 575px) {
.kng-search-wrap.layout-2 input::-webkit-input-placeholder {
font-size: 17px;
font-weight: 400; } }
.kng-search-wrap.layout-2 .search-submit .kng-icon {
margin-left: 8px;
vertical-align: text-bottom;
line-height: 18px; }
.kng-search-wrap.layout-2 .search-submit:active, .kng-search-wrap.layout-2 .search-submit:hover, .kng-search-wrap.layout-2 .search-submit:focus {
background-color: #fff;
border-color: transparent;
color: var(--second-color); }
.kng-search-wrap.layout-2 .search-submit-xs {
position: absolute;
right: 5px;
top: 5px;
padding-left: 15px;
padding-right: 15px;
background-color: transparent;
border-color: transparent;
color: var(--second-color); }
.kng-search-wrap.layout-2 .search-submit-xs:hover {
color: var(--primary-color); }
.kng-search-wrap.layout-3 {
margin-bottom: 30px; }
.kng-search-wrap.layout-3 fieldset {
padding: 0; }
.kng-search-wrap.layout-3 form {
position: relative;
height: 55px; }
.kng-search-wrap.layout-3 form:hover .kng-svg path {
fill: var(--primary-color); }
.kng-search-wrap.layout-3 .kng-search-field {
border-width: 0 0 1px 0;
border-radius: 0;
padding: 0 50px 0 0;
font-size: 13px;
line-height: 32px;
letter-spacing: 0.04em;
background-color: transparent;
border-color: rgba(22, 37, 66, 0.1);
height: 55px; }
.kng-search-wrap.layout-3 .kng-search-field::-webkit-input-placeholder {
color: var(--second-color);
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
.kng-search-wrap.layout-3 .kng-search-field:-moz-placeholder {
color: var(--second-color);
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
.kng-search-wrap.layout-3 .kng-search-field::-moz-placeholder {
color: var(--second-color);
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
.kng-search-wrap.layout-3 .kng-search-field:-ms-input-placeholder {
color: var(--second-color);
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
.kng-search-wrap.layout-3 .kng-search-field:hover {
border-color: var(--primary-color); }
.kng-search-wrap.layout-3 .kng-search-submit {
width: 48px;
padding: 0;
margin: 0;
position: absolute;
top: 0;
bottom: 0;
right: -15px;
background: transparent;
border: 0;
color: var(--primary-color); }
.kng-search-wrap.layout-3.search-ajax .search-button-group {
position: relative; }
.kng-search-wrap.layout-3.search-ajax .search-button-group .search-clear, .kng-search-wrap.layout-3.search-ajax .search-button-group .search-icon {
position: absolute;
left: 0;
bottom: 19px;
z-index: 1;
width: 16px;
height: 16px; }
.kng-search-wrap.layout-3.search-ajax .search-button-group .search-clear {
opacity: 0;
cursor: pointer; }
.kng-search-wrap.layout-3.search-ajax .search-button-group .search-clear:before, .kng-search-wrap.layout-3.search-ajax .search-button-group .search-clear:after {
content: "";
position: absolute;
height: 1px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background-color: #333333;
transform-origin: 50% 50%;
opacity: 1;
transition: transform ease 0.25s;
-webkit-transition: transform ease 0.25s;
-khtml-transition: transform ease 0.25s;
-moz-transition: transform ease 0.25s;
-ms-transition: transform ease 0.25s;
-o-transition: transform ease 0.25s; }
.kng-search-wrap.layout-3.search-ajax .search-button-group .search-clear:before {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg); }
.kng-search-wrap.layout-3.search-ajax .search-button-group .search-clear:after {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg); }
.kng-search-wrap.layout-3.search-ajax .search-button-group .search-clear:hover:before, .kng-search-wrap.layout-3.search-ajax .search-button-group .search-clear:hover:after {
background-color: var(--primary-color);
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg); }
.kng-search-wrap.layout-3.search-ajax .search-button-group .search-icon span {
vertical-align: top; }
.kng-search-wrap.layout-3.search-ajax .search-button-group .search-icon .kng-svg {
vertical-align: top; }
.kng-search-wrap.layout-3.search-ajax .search-button-group .search-icon .kng-svg path {
fill: #828282; }
.kng-search-wrap.layout-3.search-ajax .search-button-group.filling .search-icon {
opacity: 0; }
.kng-search-wrap.layout-3.search-ajax .search-button-group.filling .search-clear {
opacity: 1;
z-index: 2; }
.kng-search-wrap.layout-3.search-ajax .kng-search-field {
padding-right: 0;
padding-left: 30px; }
.kng-search-wrap.layout-3.search-ajax .kng-search-submit {
display: none; }
.kng-faq .faq-heading {
font-size: 24px;
font-weight: 700;
color: var(--heading-color);
margin-bottom: 50px; }
@media (max-width: 1199px) {
.kng-faq .faq-heading {
font-size: 20px; } }
.kng-faq .faq-filter-wrap {
margin-bottom: 50px; }
.kng-faq .faq-filter-wrap ul {
list-style: none; }
@media (max-width: 575px) {
.kng-faq .faq-filter-wrap .faq-filter-item {
flex: 0 0 100%;
max-width: 100%; } }
.kng-faq .faq-filter-wrap .faq-filter-item .faq-heading {
padding: 18px 50px;
background-color: rgba(var(--second-color-rgb),0.07);
position: relative;
display: inline-block;
margin-bottom: 0;
line-height: 1.2; }
@media (max-width: 1199px) {
.kng-faq .faq-filter-wrap .faq-filter-item .faq-heading {
padding: 15px 30px; } }
@media (max-width: 767px) {
.kng-faq .faq-filter-wrap .faq-filter-item .faq-heading {
padding: 15px; } }
@media (max-width: 575px) {
.kng-faq .faq-filter-wrap .faq-filter-item .faq-heading {
display: block; } }
@media (min-width: 1200px) {
.kng-faq .faq-filter-wrap .faq-filter-item .faq-heading:after {
position: absolute;
bottom: -15px;
left: 50%;
content: "";
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 15px solid var(--primary-color);
visibility: hidden;
opacity: 0;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
-khtml-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s; } }
.kng-faq .faq-filter-wrap .faq-filter-item .faq-heading:hover, .kng-faq .faq-filter-wrap .faq-filter-item .faq-heading.active {
background-color: var(--primary-color);
color: #ffffff; }
@media (min-width: 1200px) {
.kng-faq .faq-filter-wrap .faq-filter-item .faq-heading:hover:after, .kng-faq .faq-filter-wrap .faq-filter-item .faq-heading.active:after {
visibility: visible;
opacity: 1; } }
.kng-faq .faq-pane {
display: none; }
.kng-faq .faq-pane.active {
display: block; }
.kng-faq .kng-faq-title {
padding: 19px 70px 18px 35px;
position: relative;
border: 1px solid rgba(var(--primary-color-rgb),0.1);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
color: var(--heading-color); }
.kng-faq .kng-faq-title a {
color: inherit; }
.kng-faq .kng-faq-title a:hover {
color: var(--link-color-hover); }
@media (max-width: 767px) {
.kng-faq .kng-faq-title {
padding: 11px 70px 10px 15px; } }
.kng-faq .kng-faq-title [class*="kng-faq-title-icon-"] {
font-size: 16px;
vertical-align: middle;
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px; }
.kng-faq .kng-faq-title .kng-faq-title-icon {
width: 70px;
text-align: center;
border-left: 1px solid rgba(var(--primary-color-rgb),0.1);
position: absolute;
vertical-align: middle;
right: 0;
top: -1px;
bottom: -1px; }
.kng-faq .kng-faq-title-text {
font-family: "Frank Ruhl Libre", sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 1.5; }
@media (max-width: 1199px) {
.kng-faq .kng-faq-title-text {
font-size: 18px; } }
@media (max-width: 767px) {
.kng-faq .kng-faq-title-text {
font-size: 16px; } }
.kng-faq .kng-faq-content {
display: none; }
.kng-faq .kng-faq-content p {
margin-bottom: 13px; }
.kng-faq .kng-faq-content p:last-child {
margin-bottom: 0; }
.kng-faq .kng-faq-item {
margin-bottom: 13px;
cursor: pointer;
position: relative; }
.kng-faq .kng-faq-item:last-child {
margin-bottom: 0; }
.kng-faq .kng-faq-item:hover .kng-faq-title, .kng-faq .kng-faq-item.active .kng-faq-title {
border-color: transparent;
background-color: #fff;
box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-webkit-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-khtml-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-moz-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-ms-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-o-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1); }
.kng-faq .kng-faq-item:hover .kng-faq-title-text, .kng-faq .kng-faq-item:hover .kng-faq-title-icon, .kng-faq .kng-faq-item.active .kng-faq-title-text, .kng-faq .kng-faq-item.active .kng-faq-title-icon {
color: var(--primary-color); }
.kng-faq .kng-faq-item .kng-faq-title-icon-open {
display: none; }
.kng-faq .kng-faq-item.active .kng-faq-title-icon-close {
display: none; }
.kng-faq .kng-faq-item.active .kng-faq-title-icon-open {
display: inline-block; }
.kng-faq .kng-faq-item.active .kng-faq-title .kng-faq-title-icon {
border-left-color: var(--primary-color);
background-color: var(--primary-color);
color: #ffffff; }
.kng-faq .kng-faq-item.active .kng-faq-title .kng-faq-title-icon:before, .kng-faq .kng-faq-item.active .kng-faq-title .kng-faq-title-icon:after {
background-color: var(--primary-color); }
.kng-faq .kng-faq-content {
padding: 20px 35px; }
@media (max-width: 767px) {
.kng-faq .kng-faq-content {
padding: 15px; } }
.kng-heading-layout-2 .kng-heading-wrap .item-sub-title {
color: var(--primary-color);
font-size: 22px;
font-weight: 700;
letter-spacing: -0.66px;
margin-bottom: 5px; }
.kng-heading-layout-2 .kng-heading-wrap .item-title {
text-transform: capitalize;
margin-bottom: 0px; }
@media (min-width: 480px) {
.kng-heading-layout-2 .kng-heading-wrap .item-sub-title.style-divider span {
padding-left: 80px;
position: relative; }
.kng-heading-layout-2 .kng-heading-wrap .item-sub-title.style-divider span:before {
content: "";
width: 50px;
height: 3px;
position: absolute;
left: 0;
top: 50%;
margin-top: -1px;
background-color: var(--primary-color); }
.kng-heading-layout-2 .kng-heading-wrap .item-sub-title.style-divider span:after {
content: "";
width: 50px;
height: 3px;
position: absolute;
right: 0;
top: 50%;
margin-top: -1px;
display: none;
background-color: var(--primary-color); }
[dir="rtl"] .kng-heading-layout-2 .kng-heading-wrap .item-sub-title.style-divider span {
padding-left: 0;
padding-right: 80px; }
[dir="rtl"] .kng-heading-layout-2 .kng-heading-wrap .item-sub-title.style-divider span:before {
left: auto;
right: 0; }
[dir="rtl"] .kng-heading-layout-2 .kng-heading-wrap .item-sub-title.style-divider span:after {
right: auto;
left: 0; }
.kng-heading-layout-2 .kng-heading-wrap.text-start .item-sub-title.style-divider span, .kng-heading-layout-2 .kng-heading-wrap.text-left .item-sub-title.style-divider span {
padding-left: 80px;
padding-right: 0; }
.kng-heading-layout-2 .kng-heading-wrap.text-start .item-sub-title.style-divider span:before, .kng-heading-layout-2 .kng-heading-wrap.text-left .item-sub-title.style-divider span:before {
display: block; }
.kng-heading-layout-2 .kng-heading-wrap.text-start .item-sub-title.style-divider span:after, .kng-heading-layout-2 .kng-heading-wrap.text-left .item-sub-title.style-divider span:after {
display: none; }
.kng-heading-layout-2 .kng-heading-wrap.text-center .item-sub-title.style-divider span {
padding-left: 80px;
padding-right: 80px; }
.kng-heading-layout-2 .kng-heading-wrap.text-center .item-sub-title.style-divider span:before {
display: block; }
.kng-heading-layout-2 .kng-heading-wrap.text-center .item-sub-title.style-divider span:after {
display: block; }
.kng-heading-layout-2 .kng-heading-wrap.text-end .item-sub-title.style-divider span, .kng-heading-layout-2 .kng-heading-wrap.text-right .item-sub-title.style-divider span {
padding-left: 0;
padding-right: 80px; }
.kng-heading-layout-2 .kng-heading-wrap.text-end .item-sub-title.style-divider span:before, .kng-heading-layout-2 .kng-heading-wrap.text-right .item-sub-title.style-divider span:before {
display: none; }
.kng-heading-layout-2 .kng-heading-wrap.text-end .item-sub-title.style-divider span:after, .kng-heading-layout-2 .kng-heading-wrap.text-right .item-sub-title.style-divider span:after {
display: block; }
[dir="rtl"] .kng-heading-layout-2 .kng-heading-wrap.text-end .item-sub-title.style-divider span, [dir="rtl"] .kng-heading-layout-2 .kng-heading-wrap.text-right .item-sub-title.style-divider span {
padding-left: 80px;
padding-right: 0; } }
.kng-image-gallery .kng-gallery-item {
display: none; }
.kng-image-gallery.layout-1 .kng-overlay-wrap .kng-overlay-content {
background-color: rgba(var(--second-color-rgb),0.8); }
.kng-image-gallery.layout-1 .kng-overlay-wrap .kng-overlay-content span {
color: #ffffff;
width: 50px;
height: 50px;
line-height: 50px;
display: inline-block;
background-color: var(--primary-color);
color: #ffffff;
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
text-align: center;
box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
-khtml-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
-moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
-ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
-o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1); }
.kng-image-gallery.layout-1 .kng-overlay-wrap:hover .kng-gal-content {
margin-top: -65px; }
.kng-image-gallery.layout-1 .kng-gal-content {
position: relative;
padding: 24px 20px 21px;
width: calc(100% - 60px);
margin: auto;
margin-top: -55px;
background-color: #fff;
z-index: 1;
box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.15);
-webkit-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.15);
-khtml-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.15);
-moz-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.15);
-ms-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.15);
-o-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.15);
transition: margin 0.3s ease;
-webkit-transition: margin 0.3s ease;
-khtml-transition: margin 0.3s ease;
-moz-transition: margin 0.3s ease;
-ms-transition: margin 0.3s ease;
-o-transition: margin 0.3s ease; }
@media (max-width: 1199px) {
.kng-image-gallery.layout-1 .kng-gal-content {
padding: 24px 15px 21px;
width: calc(100% - 30px); } }
.kng-image-gallery.layout-1 .load-more-wrap .kng-gallery-load {
margin-top: 80px; }
.kng-image-gallery.layout-1 .load-more-wrap .kng-btn-icon {
margin-left: 10px; }
.kng-image-gallery.layout-2 .title-heading {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 16px;
font-weight: 500; }
.kng-image-gallery.layout-2 .gallery-inner {
position: relative; }
.kng-image-gallery.layout-2 .gallery-inner .gal-item {
width: 50px;
display: inline-flex;
border-radius: 50%;
transition: margin-left 0.3s ease;
-webkit-transition: margin-left 0.3s ease;
-khtml-transition: margin-left 0.3s ease;
-moz-transition: margin-left 0.3s ease;
-ms-transition: margin-left 0.3s ease;
-o-transition: margin-left 0.3s ease; }
.kng-image-gallery.layout-2 .gallery-inner .gal-item + .gal-item {
margin-left: -20px; }
.kng-image-gallery.layout-2 .gallery-inner .gal-item a {
display: block;
border-radius: 50%;
overflow: hidden;
position: relative; }
.kng-image-gallery.layout-2 .gallery-inner .gal-item a.item-action {
display: flex;
align-items: center;
justify-content: center;
font-size: 17px;
color: #fff;
background-color: var(--primary-color);
border-radius: 50%;
position: absolute;
right: -30px;
top: 0;
width: 50px;
height: 50px;
z-index: 1; }
.kng-image-gallery.layout-2 .gallery-inner .gal-item a.item-action span {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%); }
.kng-image-gallery.layout-2 .gallery-inner .gal-item a:hover {
z-index: 1;
transform: scale(1.05);
-webkit-transform: scale(1.05);
-khtml-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05); }
.kng-image-gallery.layout-2 .gallery-inner .gal-item a:hover.item-action {
background-color: var(--second-color);
transform: scale(1.05);
-webkit-transform: scale(1.05);
-khtml-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05); }
@media (min-width: 576px) {
.kng-image-gallery.layout-2 .gallery-inner:hover .gal-item + .gal-item {
margin-left: 5px; }
.kng-image-gallery.layout-2 .gallery-inner:hover .gal-item a.item-action {
right: -55px; } }
.kng-fancybox .kng-fancybox-inner.relative {
z-index: 1; }
.kng-fancybox-layout-1 .kng-fancybox {
padding: 40px 40px 30px;
position: relative;
background-color: #ffffff;
box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-webkit-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-khtml-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-moz-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-ms-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-o-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1); }
@media (min-width: 576px) and (max-width: 767px) {
.kng-fancybox-layout-1 .kng-fancybox {
padding: 40px 15px 30px;
text-align: center; } }
@media (max-width: 480px) {
.kng-fancybox-layout-1 .kng-fancybox {
padding: 40px 15px 30px; } }
.kng-fancybox-layout-1 .kng-fancybox:after {
position: absolute;
bottom: 0px;
right: 0;
content: "";
width: 100%;
height: 100%;
z-index: -1;
background-color: var(--primary-color);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-fancybox-layout-1 .kng-fancybox:hover:after {
right: -5px;
bottom: -5px; }
.kng-fancybox-layout-1 .kng-fancy-icon-wrap {
padding-top: 6px; }
@media (min-width: 576px) and (max-width: 767px) {
.kng-fancybox-layout-1 .kng-fancy-icon-wrap {
padding-top: 0;
margin-bottom: 20px; } }
.kng-fancybox-layout-1 .kng-fancy-icon-wrap .kng-icon {
font-size: 60px;
color: var(--primary-color); }
.kng-fancybox-layout-1 .kng-fancy-title {
margin-bottom: 4px; }
.kng-fancybox-layout-1 .kng-fancy-description {
font-size: 17px;
line-height: 32px; }
.kng-fancybox-layout-1:hover .kng-fancy-img img {
transform: scale(1.05, 1.05);
-webkit-transform: scale(1.05, 1.05);
-khtml-transform: scale(1.05, 1.05);
-moz-transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
-o-transform: scale(1.05, 1.05); }
.kng-fancybox-layout-2 .kng-fancybox {
padding: 40px 40px 30px;
position: relative;
background-color: #ffffff;
box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-webkit-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-khtml-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-moz-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-ms-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-o-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1); }
@media (min-width: 576px) and (max-width: 767px) {
.kng-fancybox-layout-2 .kng-fancybox {
padding: 40px 15px 30px;
text-align: center; } }
@media (max-width: 480px) {
.kng-fancybox-layout-2 .kng-fancybox {
padding: 40px 15px 30px; } }
.kng-fancybox-layout-2 .kng-fancy-icon-wrap {
padding-top: 6px; }
@media (min-width: 576px) and (max-width: 767px) {
.kng-fancybox-layout-2 .kng-fancy-icon-wrap {
padding-top: 0;
margin-bottom: 20px; } }
.kng-fancybox-layout-2 .kng-fancy-icon-wrap .kng-icon {
font-size: 60px;
color: var(--primary-color); }
.kng-fancybox-layout-2 .kng-fancy-title {
margin-bottom: 4px; }
.kng-fancybox-layout-2 .kng-fancy-description {
font-size: 17px;
line-height: 32px; }
.kng-fancybox-layout-2:hover .kng-fancy-img img {
transform: scale(1.05, 1.05);
-webkit-transform: scale(1.05, 1.05);
-khtml-transform: scale(1.05, 1.05);
-moz-transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
-o-transform: scale(1.05, 1.05); }
.kng-fancybox-layout-3 .kng-fancybox {
padding: 40px 40px 30px 0;
position: relative;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
@media (max-width: 1199px) {
.kng-fancybox-layout-3 .kng-fancybox {
padding: 30px 15px 30px 0; } }
@media (max-width: 480px) {
.kng-fancybox-layout-3 .kng-fancybox {
padding: 30px 15px 20px 0; } }
.kng-fancybox-layout-3 .kng-fancybox:before {
content: "";
width: 5px;
height: 0;
position: absolute;
top: 0;
left: -5px;
opacity: 0;
visibility: hidden;
background-color: var(--second-color);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
@media (max-width: 1199px) {
.kng-fancybox-layout-3 .kng-fancybox:before {
display: none; } }
.kng-fancybox-layout-3 .kng-fancy-icon-wrap {
padding-top: 6px; }
@media (min-width: 576px) and (max-width: 767px) {
.kng-fancybox-layout-3 .kng-fancy-icon-wrap {
padding-top: 0;
margin-bottom: 20px; } }
.kng-fancybox-layout-3 .kng-fancy-icon-wrap .kng-icon {
font-size: 60px;
color: var(--primary-color); }
.kng-fancybox-layout-3 .kng-fancy-title {
margin-bottom: 4px; }
.kng-fancybox-layout-3 .kng-fancy-description {
font-size: 17px;
line-height: 32px; }
@media (min-width: 1200px) {
.kng-fancybox-layout-3:hover .kng-fancybox {
padding-left: 40px;
background-color: #fff; }
.kng-fancybox-layout-3:hover .kng-fancybox:before {
left: 0;
height: 100%;
opacity: 1;
visibility: visible; }
.kng-fancybox-layout-3:hover .kng-fancy-img img {
transform: scale(1.05, 1.05);
-webkit-transform: scale(1.05, 1.05);
-khtml-transform: scale(1.05, 1.05);
-moz-transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
-o-transform: scale(1.05, 1.05); } }
.kng-fancybox-layout-4 .kng-fancybox {
position: relative;
padding: 70px 70px 80px 70px;
box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.1);
-webkit-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.1);
-khtml-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.1);
-moz-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.1);
-ms-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.1);
-o-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.1);
transition: all 0.3s linear 0s;
-webkit-transition: all 0.3s linear 0s;
-khtml-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
z-index: 1; }
@media (max-width: 1199px) {
.kng-fancybox-layout-4 .kng-fancybox {
padding: 70px 30px 80px 30px; } }
@media (max-width: 575px) {
.kng-fancybox-layout-4 .kng-fancybox {
padding: 50px 15px 60px 15px; } }
.kng-fancybox-layout-4 .kng-overlay:before {
position: absolute;
top: 0;
left: 0;
content: "";
width: 100%;
height: 100%;
background-color: rgba(var(--second-color-rgb),0.8);
opacity: 0;
visibility: hidden;
transition: all 0.3s linear 0s;
-webkit-transition: all 0.3s linear 0s;
-khtml-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s; }
.kng-fancybox-layout-4 .kng-overlay:after {
position: absolute;
top: 0;
left: 0;
content: "";
width: 100%;
height: 100%;
background-color: #ffffff;
transition: all 0.3s linear 0s;
-webkit-transition: all 0.3s linear 0s;
-khtml-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s; }
.kng-fancybox-layout-4 .kng-fancy-sub-title {
margin-bottom: 11px;
padding-left: 80px;
position: relative;
display: inline-flex;
letter-spacing: -0.66px; }
@media (max-width: 575px) {
.kng-fancybox-layout-4 .kng-fancy-sub-title {
padding: 0; } }
.kng-fancybox-layout-4 .kng-fancy-sub-title:before {
content: "";
width: 50px;
height: 2px;
position: absolute;
left: 0;
top: 50%;
margin-top: -1px;
background-color: var(--primary-color); }
@media (max-width: 575px) {
.kng-fancybox-layout-4 .kng-fancy-sub-title:before {
display: none; } }
.kng-fancybox-layout-4 .kng-fancybox.text-center .kng-fancy-sub-title {
padding-right: 80px; }
@media (max-width: 575px) {
.kng-fancybox-layout-4 .kng-fancybox.text-center .kng-fancy-sub-title {
padding: 0; } }
.kng-fancybox-layout-4 .kng-fancybox.text-center .kng-fancy-sub-title:after {
content: "";
width: 50px;
height: 2px;
position: absolute;
right: 0;
top: 50%;
margin-top: -1px;
background-color: var(--primary-color); }
@media (max-width: 575px) {
.kng-fancybox-layout-4 .kng-fancybox.text-center .kng-fancy-sub-title:after {
display: none; } }
.kng-fancybox-layout-4 .kng-fancybox.text-end .kng-fancy-sub-title, .kng-fancybox-layout-4 .kng-fancybox.text-right .kng-fancy-sub-title {
padding-left: 0;
padding-right: 80px; }
@media (max-width: 575px) {
.kng-fancybox-layout-4 .kng-fancybox.text-end .kng-fancy-sub-title, .kng-fancybox-layout-4 .kng-fancybox.text-right .kng-fancy-sub-title {
padding: 0; } }
.kng-fancybox-layout-4 .kng-fancybox.text-end .kng-fancy-sub-title:before, .kng-fancybox-layout-4 .kng-fancybox.text-right .kng-fancy-sub-title:before {
display: none; }
.kng-fancybox-layout-4 .kng-fancybox.text-end .kng-fancy-sub-title:after, .kng-fancybox-layout-4 .kng-fancybox.text-right .kng-fancy-sub-title:after {
content: "";
width: 50px;
height: 2px;
position: absolute;
right: 0;
top: 50%;
margin-top: -1px;
background-color: var(--primary-color); }
@media (max-width: 575px) {
.kng-fancybox-layout-4 .kng-fancybox.text-end .kng-fancy-sub-title:after, .kng-fancybox-layout-4 .kng-fancybox.text-right .kng-fancy-sub-title:after {
display: none; } }
.kng-fancybox-layout-4 .kng-fancy-title {
margin-bottom: 20px;
text-transform: capitalize; }
@media (max-width: 575px) {
.kng-fancybox-layout-4 .kng-fancy-title br {
display: none; } }
.kng-fancybox-layout-4 .kng-fancy-description {
font-size: 17px;
line-height: 32px; }
.kng-fancybox-layout-4 a.btn {
margin-top: 33px; }
.kng-fancybox-layout-4:hover .kng-overlay:before {
opacity: 1;
visibility: visible; }
.kng-fancybox-layout-4:hover .kng-overlay:after {
opacity: 0;
visibility: hidden; }
.kng-fancybox-layout-4:hover .kng-fancy-title {
color: #ffffff !important; }
.kng-fancybox-layout-4:hover .kng-fancy-description {
color: #ffffff !important; }
.kng-fancybox-layout-5 .kng-fancybox {
position: relative; }
.kng-fancybox-layout-5 .kng-fancy-icon-wrap {
padding-top: 5px; }
.kng-fancybox-layout-5 .kng-fancy-icon-wrap .kng-icon {
font-size: 40px;
color: var(--primary-color); }
.kng-fancybox-layout-5 .kng-fancy-title {
line-height: 1.4;
font-size: 14px; }
.kng-fancybox-layout-5 .kng-fancy-description {
font-size: 22px;
line-height: 1.4;
letter-spacing: -0.03em; }
.kng-fancybox-layout-6 .kng-fancy-icon-wrap {
padding-top: 3px; }
@media (min-width: 576px) and (max-width: 767px) {
.kng-fancybox-layout-6 .kng-fancy-icon-wrap {
padding-top: 0;
margin-bottom: 20px; } }
.kng-fancybox-layout-6 .kng-fancy-icon-wrap .kng-icon {
font-size: 56px;
color: var(--primary-color); }
.kng-fancybox-layout-6 .kng-fancy-title {
margin-bottom: 1px;
font-weight: 700; }
.kng-fancybox-layout-6 .kng-fancy-description {
font-size: 17px;
line-height: 32px; }
.kng-fancybox-layout-6 .kng-link-more {
padding-top: 6px; }
.kng-fancybox-layout-6 .kng-readmore {
background-color: rgba(var(--second-color-rgb),0.07);
width: 50px;
height: 50px;
line-height: 48px;
text-align: center;
font-size: 18px; }
.kng-fancybox-layout-6 .kng-readmore:hover {
color: #fff;
background-color: var(--primary-color); }
.kng-fancybox-layout-6 .kng-readmore span {
display: inline-block;
vertical-align: middle; }
.kng-fancybox-layout-7 .kng-fancybox {
padding: 45px 30px 40px 30px;
position: relative;
background-color: #fff;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
@media (max-width: 1199px) {
.kng-fancybox-layout-7 .kng-fancybox {
padding: 40px 15px 40px 15px; } }
@media (max-width: 480px) {
.kng-fancybox-layout-7 .kng-fancybox {
padding: 40px 15px 40px 15px; } }
.kng-fancybox-layout-7 .kng-fancybox:after {
content: "";
width: 0;
height: 0;
position: absolute;
bottom: -4px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
opacity: 0;
visibility: hidden;
background-color: var(--primary-color);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-fancybox-layout-7 .kng-fancybox:hover:after {
width: calc(100% - 40px);
height: 4px;
opacity: 1;
visibility: visible; }
.kng-fancybox-layout-7 .kng-fancy-icon-wrap {
margin-bottom: 22px; }
.kng-fancybox-layout-7 .kng-fancy-icon-wrap .kng-icon {
font-size: 70px;
color: var(--primary-color); }
.kng-fancybox-layout-7 .kng-fancy-title {
font-size: 22px;
font-weight: 700;
margin-bottom: 4px; }
.kng-fancybox-layout-8 .kng-fancybox {
padding: 30px 20px 24px 35px;
position: relative;
border: 2px solid transparent;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
@media (max-width: 1199px) {
.kng-fancybox-layout-8 .kng-fancybox {
padding: 30px 10px 24px 20px; } }
.kng-fancybox-layout-8 .kng-fancybox:hover {
background-color: var(--second-color);
border-color: rgba(255, 255, 255, 0.1); }
.kng-fancybox-layout-8 .kng-fancy-icon-wrap {
margin-bottom: 24px; }
.kng-fancybox-layout-8 .kng-fancy-icon-wrap .kng-icon {
font-size: 60px;
color: var(--primary-color); }
.kng-fancybox-layout-8 .kng-fancy-title {
font-family: "Frank Ruhl Libre", sans-serif;
line-height: 1.3333333;
font-size: 22px;
font-weight: 700;
margin-bottom: 18px; }
.kng-fancybox-layout-8 .kng-fancy-description {
font-size: 16px;
line-height: 28px; }
.kng-fancybox-layout-9 .kng-fancybox {
background-color: rgba(var(--second-color-rgb),0.05);
padding: 30px; }
@media (max-width: 575px) {
.kng-fancybox-layout-9 .kng-fancybox {
padding: 20px; } }
.kng-fancybox-layout-9 .fancy-inner {
background-color: #fff;
padding: 40px 30px 0 30px; }
@media (max-width: 575px) {
.kng-fancybox-layout-9 .fancy-inner {
padding: 30px 15px 0 15px; } }
.kng-fancybox-layout-9 .kng-fancy-icon-wrap {
margin-bottom: 28px; }
.kng-fancybox-layout-9 .kng-fancy-icon-wrap .kng-icon {
font-size: 70px;
color: var(--primary-color); }
.kng-fancybox-layout-9 .kng-fancy-icon-wrap img {
max-width: 70px; }
.kng-fancybox-layout-9 .kng-fancy-title {
font-size: 24px;
font-weight: 700;
margin-bottom: 15px; }
.kng-fancybox-layout-9 .btn {
margin-top: 30px;
font-size: 14px;
padding: 8px 28px;
font-weight: 600;
border-top-left-radius: 7px;
border-top-right-radius: 7px; }
.kng-fancybox-layout-9 .btn:active, .kng-fancybox-layout-9 .btn:hover, .kng-fancybox-layout-9 .btn:focus, .kng-fancybox-layout-9 .btn.active {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.kng-fancybox-layout-10 .kng-fancybox {
padding: 30px 20px 30px 35px;
position: relative;
background-color: #ffffff; }
@media (max-width: 991px) {
.kng-fancybox-layout-10 .kng-fancybox {
padding: 30px 15px 30px 30px; } }
@media (max-width: 480px) {
.kng-fancybox-layout-10 .kng-fancybox {
padding: 20px 15px 20px 14px; } }
.kng-fancybox-layout-10 .kng-fancy-icon-wrap {
padding-top: 2px; }
@media (max-width: 480px) {
.kng-fancybox-layout-10 .kng-fancy-icon-wrap {
padding-top: 6px; } }
.kng-fancybox-layout-10 .kng-fancy-icon-wrap .kng-icon {
font-size: 60px;
color: var(--primary-color); }
@media (max-width: 991px) {
.kng-fancybox-layout-10 .kng-fancy-icon-wrap .kng-icon {
font-size: 50px; } }
@media (max-width: 480px) {
.kng-fancybox-layout-10 .kng-fancy-icon-wrap .kng-icon {
font-size: 40px; } }
.kng-fancybox-layout-10 .kng-fancy-title {
font-weight: 500; }
@media (max-width: 480px) {
.kng-fancybox-layout-10 .kng-fancy-title {
font-size: 20px; } }
.kng-fancybox-layout-10 .kng-fancy-description {
font-size: 17px;
line-height: 32px; }
.kng-fancybox-layout-10 .btn-icon {
position: absolute;
top: -15px;
right: 20px;
width: 45px;
height: 45px;
background-color: #fff;
font-size: 14px;
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: 10px 0 30px rgba(var(--second-color-rgb),0.1);
-webkit-box-shadow: 10px 0 30px rgba(var(--second-color-rgb),0.1);
-khtml-box-shadow: 10px 0 30px rgba(var(--second-color-rgb),0.1);
-moz-box-shadow: 10px 0 30px rgba(var(--second-color-rgb),0.1);
-ms-box-shadow: 10px 0 30px rgba(var(--second-color-rgb),0.1);
-o-box-shadow: 10px 0 30px rgba(var(--second-color-rgb),0.1); }
.kng-fancybox-layout-10 .btn-icon:hover {
background-color: var(--primary-color);
color: #fff; }
.kng-fancybox-layout-10:hover .kng-icon {
animation: scaleDisappear 0.5s;
-webkit-animation: scaleDisappear 0.5s;
-khtml-animation: scaleDisappear 0.5s;
-moz-animation: scaleDisappear 0.5s;
-ms-animation: scaleDisappear 0.5s;
-o-animation: scaleDisappear 0.5s; }
.elementor-widget-html ul.checked-round {
list-style: none;
margin-bottom: 0; }
.elementor-widget-html ul.checked-round li {
padding: 3px 0; }
.elementor-widget-html ul.checked-round li:before {
content: "";
font-family: "kngi";
font-size: 14px;
color: var(--primary-color);
margin-right: 9px; }
.elementor-widget-html ul.checked-list {
list-style: none;
margin-bottom: 0; }
.elementor-widget-html ul.checked-list li {
padding: 3px 0;
letter-spacing: -0.03em; }
.elementor-widget-html ul.checked-list li:before {
content: "";
font-family: "kngi";
font-size: 14px;
color: var(--primary-color);
margin-right: 9px; }
.elementor-widget-html .experience {
color: #fff; }
.elementor-widget-html .experience i {
margin-right: 6px;
color: var(--primary-color); }
.kng-attorney-wrap.layout-1 .attorney-img {
position: relative;
overflow: hidden; }
.kng-attorney-wrap.layout-1 .attorney-img img {
width: 100%; }
.kng-attorney-wrap.layout-1 .kng-overlay {
background-color: rgba(var(--second-color-rgb),0.8);
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
visibility: hidden;
opacity: 0;
transition: all 0.3s linear 0s;
-webkit-transition: all 0.3s linear 0s;
-khtml-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s; }
.kng-attorney-wrap.layout-1 .kng-socials {
transform: translateY(-10px);
-webkit-transform: translateY(-10px);
-khtml-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
transition: all 0.37s linear 0s;
-webkit-transition: all 0.37s linear 0s;
-khtml-transition: all 0.37s linear 0s;
-moz-transition: all 0.37s linear 0s;
-ms-transition: all 0.37s linear 0s;
-o-transition: all 0.37s linear 0s; }
.kng-attorney-wrap.layout-1 .kng-socials a {
width: 40px;
height: 40px;
line-height: 40px;
display: block;
border-radius: 50%;
text-align: center;
font-size: 14px;
background-color: #ffffff;
color: rgba(var(--second-color-rgb),0.8); }
.kng-attorney-wrap.layout-1 .kng-socials a:hover {
background-color: var(--primary-color);
color: #ffffff; }
.kng-attorney-wrap.layout-1 .attorney-content {
position: relative;
padding: 23px 30px;
background-color: #fff;
margin: auto;
width: 90%;
text-align: center;
margin-top: -50px;
box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-webkit-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-khtml-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-moz-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-ms-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
-o-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.1);
transition: all 0.3s linear 0s;
-webkit-transition: all 0.3s linear 0s;
-khtml-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s; }
.kng-attorney-wrap.layout-1 .attorney-content .attorney-name {
font-size: 22px;
line-height: 1.2;
margin-bottom: 3px; }
.kng-attorney-wrap.layout-1 .attorney-content .position {
font-weight: 500;
line-height: 1.5; }
.kng-attorney-wrap.layout-1:hover .kng-overlay {
visibility: visible;
opacity: 1; }
.kng-attorney-wrap.layout-1:hover .kng-socials {
transform: translateY(0);
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0); }
.kng-attorney-wrap.layout-1:hover .attorney-content {
margin-top: -70px; }
.kng-counter-wrap.layout-1 {
position: relative; }
.kng-counter-wrap.layout-1:after {
position: absolute;
bottom: 0px;
right: 0;
content: "";
width: 100%;
height: 100%;
z-index: 0;
background-color: var(--primary-color);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-counter-wrap.layout-1:hover:after {
right: -5px;
bottom: -5px; }
.kng-counter-wrap.layout-1 .kng-row-wrap {
position: relative;
padding: 25px 0;
background-color: #ffffff;
z-index: 1; }
.kng-counter-wrap.layout-1 .kng-count-content {
padding-left: 20px; }
.kng-counter-wrap.layout-1 .kng-counter-icon .kng-icon {
font-size: 52px;
color: var(--primary-color); }
.kng-counter-wrap.layout-1 .kng-counter-number-wrap {
color: var(--heading-color);
font-size: 45px;
font-weight: 700;
font-family: "Frank Ruhl Libre", sans-serif;
line-height: 1; }
.kng-counter-wrap.layout-2 {
position: relative;
padding-left: 33px; }
.kng-counter-wrap.layout-2:before {
content: "";
width: 3px;
position: absolute;
left: 0;
top: 5px;
bottom: 10px;
background-color: rgba(var(--second-color-rgb),0.1); }
.kng-counter-wrap.layout-2 .kng-row-wrap {
position: relative;
z-index: 1; }
.kng-counter-wrap.layout-2 .kng-counter-icon .kng-icon {
font-size: 52px;
color: var(--primary-color); }
.kng-counter-wrap.layout-2 .kng-counter-number-wrap {
color: var(--heading-color);
font-size: 45px;
font-weight: 700;
font-family: "Frank Ruhl Libre", sans-serif;
line-height: 1; }
.kng-counter-wrap.layout-3 {
position: relative; }
.kng-counter-wrap.layout-3 .kng-row-wrap {
position: relative; }
.kng-counter-wrap.layout-3 .kng-counter-icon {
margin-bottom: 23px; }
.kng-counter-wrap.layout-3 .kng-counter-icon .kng-icon {
font-size: 56px;
color: var(--primary-color); }
.kng-counter-wrap.layout-3 .kng-counter-number-wrap {
color: #ffffff;
font-size: 52px;
font-weight: 700;
font-family: "Frank Ruhl Libre", sans-serif;
line-height: 1; }
@media (max-width: 575px) {
.kng-counter-wrap.layout-3 .kng-counter-number-wrap {
font-size: 45px; } }
.kng-counter-wrap.layout-3 .kng-counter-title {
margin-top: 7px;
color: #ffffff; }
.kng-counter-wrap.layout-3 .kng-counter-desc {
color: #ffffff; }
.kng-counter-wrap.layout-4 .kng-counter-icon .kng-icon {
font-size: 52px;
color: var(--primary-color); }
.kng-counter-wrap.layout-4 .kng-counter-number-wrap {
color: var(--heading-color);
font-size: 52px;
font-weight: 700;
font-family: "Frank Ruhl Libre", sans-serif;
line-height: 1;
letter-spacing: -0.03em; }
.kng-counter-wrap.layout-4 .kng-counter-title {
font-weight: 500;
text-align: right; }
.kng-counter-wrap.layout-5 {
position: relative; }
.kng-counter-wrap.layout-5 .kng-count-content {
padding: 46px 30px 46px 40px;
border: 1px solid rgba(var(--second-color-rgb),0.1);
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
@media (max-width: 991px) {
.kng-counter-wrap.layout-5 .kng-count-content {
padding: 35px 15px 35px 20px; } }
@media (max-width: 575px) {
.kng-counter-wrap.layout-5 .kng-count-content {
text-align: center; } }
.kng-counter-wrap.layout-5 .kng-counter-number-wrap {
color: var(--heading-color);
font-size: 45px;
font-weight: 700;
font-family: "Frank Ruhl Libre", sans-serif;
line-height: 1; }
.kng-counter-wrap.layout-5:hover .kng-count-content {
background-color: var(--primary-color);
border-color: var(--primary-color); }
.kng-counter-wrap.layout-5:hover .kng-counter-number-wrap {
color: #ffffff; }
.kng-counter-wrap.layout-5:hover .kng-counter-title, .kng-counter-wrap.layout-5:hover .kng-counter-desc {
color: #ffffff; }
.kng-counter-wrap.layout-6 {
position: relative; }
.kng-counter-wrap.layout-6 .kng-row-wrap {
position: relative; }
.kng-counter-wrap.layout-6 .kng-counter-icons {
margin-bottom: 30px;
font-size: 35px;
display: inline-block;
position: relative; }
.kng-counter-wrap.layout-6 .kng-counter-icons:before {
content: "";
width: calc(100% + 4px);
height: calc(100% + 4px);
border-radius: 50%;
background-color: #fff;
display: inline-block;
position: absolute;
top: 0;
left: 0; }
.kng-counter-wrap.layout-6 .kng-counter-number {
color: #ffffff;
font-size: 45px;
font-weight: 700;
font-family: "Frank Ruhl Libre", sans-serif;
line-height: 1; }
.kng-counter-wrap.layout-6 .kng-counter-number-suffix {
bottom: 18px;
color: #fff;
font-size: 25px;
position: relative;
left: 8px;
display: inline-block;
line-height: 1; }
.kng-counter-wrap.layout-6 .kng-counter-title {
margin-top: 5px;
color: #ffffff;
font-weight: 500;
font-size: 17px; }
.kng-counter-wrap.layout-6 .kng-counter-desc {
color: #ffffff; }
.kng-counter-wrap.layout-7 {
position: relative; }
.kng-counter-wrap.layout-7 .kng-row-wrap {
position: relative;
background-color: #fff;
padding: 30px;
border-radius: 7px; }
.kng-counter-wrap.layout-7 .kng-counter-icons {
display: inline-block;
margin-bottom: 16px; }
.kng-counter-wrap.layout-7 .kng-counter-icons img {
width: 50px;
height: 50px;
border-radius: 50%; }
.kng-counter-wrap.layout-7 .kng-counter-number {
color: var(--second-color);
font-size: 45px;
font-weight: 700;
font-family: "Frank Ruhl Libre", sans-serif;
line-height: 1; }
.kng-counter-wrap.layout-7 .kng-counter-number-prefix {
color: var(--second-color);
font-size: 45px;
font-weight: 700;
font-family: "Frank Ruhl Libre", sans-serif;
line-height: 1; }
.kng-counter-wrap.layout-7 .kng-counter-number-suffix {
bottom: 18px;
color: var(--primary-color);
font-size: 25px;
position: relative;
left: 8px;
display: inline-block;
line-height: 1; }
.kng-counter-wrap.layout-7 .kng-counter-title {
margin-top: 5px;
color: var(--body-color);
font-weight: 500;
font-size: 17px; }
.kng-counter-wrap.layout-7 .kng-counter-desc {
color: var(--body-color); }
.kng-counter-wrap.layout-8 {
position: relative; }
.kng-counter-wrap.layout-8 .kng-row-wrap {
position: relative; }
.kng-counter-wrap.layout-8 .kng-row-wrap {
background-color: #fff;
padding: 40px 45px 34px 50px;
box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.1);
-webkit-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.1);
-khtml-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.1);
-moz-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.1);
-ms-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.1);
-o-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.1); }
@media (max-width: 1199px) {
.kng-counter-wrap.layout-8 .kng-row-wrap {
padding: 30px 25px 24px 30px; } }
.kng-counter-wrap.layout-8 .kng-counter-icons {
margin-bottom: 28px;
font-size: 15px;
display: inline-block;
position: relative;
width: 35px;
height: 35px;
border-radius: 50%;
background-color: var(--primary-color);
color: #fff;
display: inline-flex;
justify-content: center;
align-items: center; }
.kng-counter-wrap.layout-8 .kng-counter-number {
color: var(--second-color);
font-size: 45px;
font-weight: 700;
font-family: "Frank Ruhl Libre", sans-serif;
line-height: 1; }
.kng-counter-wrap.layout-8 .kng-counter-number-suffix {
bottom: 18px;
color: var(--second-color);
font-size: 25px;
position: relative;
left: 8px;
display: inline-block;
line-height: 1; }
.kng-counter-wrap.layout-8 .kng-counter-title {
margin-top: 5px;
font-weight: 500;
font-size: 17px; }
@media (min-width: 576px) {
.ct-custom2 .kng-counter-wrap.layout-5 .kng-count-content {
border-left-width: 0; }
.ct-custom3 .kng-counter-wrap.layout-5 .kng-count-content {
border-top-width: 0; }
.ct-custom4 .kng-counter-wrap.layout-5 .kng-count-content {
border-top-width: 0;
border-left-width: 0; } }
.kng-progress-wraps {
position: relative; }
.kng-progress-wraps .kng-progress-wrapper {
background-color: rgba(var(--second-color-rgb),0.1);
height: 5px; }
.kng-progress-wraps .kng-heading {
font-size: 18px;
font-weight: 700;
line-height: 32px;
margin-bottom: 15px; }
.kng-progress-wraps .kng-progress-bar {
width: 0;
transition: all 0.6s linear 0s;
-webkit-transition: all 0.6s linear 0s;
-khtml-transition: all 0.6s linear 0s;
-moz-transition: all 0.6s linear 0s;
-ms-transition: all 0.6s linear 0s;
-o-transition: all 0.6s linear 0s; }
.kng-progress-wraps .kng-progressbar-percentage {
position: absolute;
right: 0;
top: 5px;
font-size: 18px;
font-weight: 700;
line-height: 32px;
color: var(--heading-color); }
.kng-progress-wraps + .kng-progress-wraps {
margin-top: 30px; }
.kng-socials-wrap .kng-social-item a {
display: block; }
.kng-socials-wrap.layout-1 .kng-social-item {
line-height: 1; }
.kng-socials-wrap.layout-3 .social-item {
display: flex;
align-items: center;
color: #fff; }
.kng-socials-wrap.layout-3 .social-item .kng-icon {
width: 45px;
height: 45px;
border: 1px solid rgba(255, 255, 255, 0.1);
background-color: transparent;
font-size: 16px;
line-height: 43px;
text-align: center;
border-radius: 50%;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-socials-wrap.layout-3 .social-item .social-title {
font-size: 0;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-khtml-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease; }
@media (max-width: 480px) {
.kng-socials-wrap.layout-3 .social-item .social-title {
display: none; } }
.kng-socials-wrap.layout-3 .social-item:hover .kng-icon {
background-color: var(--primary-color); }
.kng-socials-wrap.layout-3 .social-item:hover .social-title {
margin: 0 10px;
font-size: 18px; }
.kng-video-player.layout-1 {
background-position: top center;
background-repeat: no-repeat;
background-size: cover; }
.kng-video-player.layout-1 img {
width: 100%; }
.kng-video-player.layout-1 .kng-video-btn {
width: 80px;
height: 80px;
display: block;
line-height: 80px;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-video-player.layout-1 .kng-video-btn.square {
width: 85px;
height: 85px;
line-height: 85px;
border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
position: relative; }
.kng-video-player.layout-1 .kng-video-btn.square:before, .kng-video-player.layout-1 .kng-video-btn.square:after {
position: absolute;
content: "";
background-color: rgba(255, 255, 255, 0.2);
left: -20px;
right: -20px;
top: -20px;
bottom: -20px;
-webkit-animation: playanimate 1.5s linear infinite;
-o-animation: playanimate 1.5s linear infinite;
animation: playanimate 1.5s linear infinite;
opacity: 0;
z-index: -1; }
.kng-video-player.layout-1 .kng-video-btn.square:after {
-webkit-animation-delay: 1s;
animation-delay: 1s; }
.kng-video-player.layout-1 .kng-video-btn.round-small {
width: 65px;
height: 65px;
line-height: 65px; }
.kng-video-player.layout-1 .kng-video-btn:not(.square).bg-primary {
box-shadow: 0 0 0 15px rgba(var(--primary-color-rgb), 0.2);
-webkit-box-shadow: 0 0 0 15px rgba(var(--primary-color-rgb), 0.2);
-khtml-box-shadow: 0 0 0 15px rgba(var(--primary-color-rgb), 0.2);
-moz-box-shadow: 0 0 0 15px rgba(var(--primary-color-rgb), 0.2);
-ms-box-shadow: 0 0 0 15px rgba(var(--primary-color-rgb), 0.2);
-o-box-shadow: 0 0 0 15px rgba(var(--primary-color-rgb), 0.2); }
.kng-video-player.layout-1 .kng-video-btn:not(.square).bg-hover-primary:hover {
box-shadow: 0 0 0 15px rgba(var(--primary-color-rgb), 0.2);
-webkit-box-shadow: 0 0 0 15px rgba(var(--primary-color-rgb), 0.2);
-khtml-box-shadow: 0 0 0 15px rgba(var(--primary-color-rgb), 0.2);
-moz-box-shadow: 0 0 0 15px rgba(var(--primary-color-rgb), 0.2);
-ms-box-shadow: 0 0 0 15px rgba(var(--primary-color-rgb), 0.2);
-o-box-shadow: 0 0 0 15px rgba(var(--primary-color-rgb), 0.2); }
.kng-video-player.layout-1 .kng-video-btn:not(.square).bg-second {
box-shadow: 0 0 0 15px rgba(var(--second-color-rgb), 0.2);
-webkit-box-shadow: 0 0 0 15px rgba(var(--second-color-rgb), 0.2);
-khtml-box-shadow: 0 0 0 15px rgba(var(--second-color-rgb), 0.2);
-moz-box-shadow: 0 0 0 15px rgba(var(--second-color-rgb), 0.2);
-ms-box-shadow: 0 0 0 15px rgba(var(--second-color-rgb), 0.2);
-o-box-shadow: 0 0 0 15px rgba(var(--second-color-rgb), 0.2); }
.kng-video-player.layout-1 .kng-video-btn:not(.square).bg-hover-second:hover {
box-shadow: 0 0 0 15px rgba(var(--second-color-rgb), 0.2);
-webkit-box-shadow: 0 0 0 15px rgba(var(--second-color-rgb), 0.2);
-khtml-box-shadow: 0 0 0 15px rgba(var(--second-color-rgb), 0.2);
-moz-box-shadow: 0 0 0 15px rgba(var(--second-color-rgb), 0.2);
-ms-box-shadow: 0 0 0 15px rgba(var(--second-color-rgb), 0.2);
-o-box-shadow: 0 0 0 15px rgba(var(--second-color-rgb), 0.2); }
.kng-video-player.layout-1 .kng-video-btn:not(.square).bg-second2 {
box-shadow: 0 0 0 15px rgba(var(--second2-color-rgb), 0.2);
-webkit-box-shadow: 0 0 0 15px rgba(var(--second2-color-rgb), 0.2);
-khtml-box-shadow: 0 0 0 15px rgba(var(--second2-color-rgb), 0.2);
-moz-box-shadow: 0 0 0 15px rgba(var(--second2-color-rgb), 0.2);
-ms-box-shadow: 0 0 0 15px rgba(var(--second2-color-rgb), 0.2);
-o-box-shadow: 0 0 0 15px rgba(var(--second2-color-rgb), 0.2); }
.kng-video-player.layout-1 .kng-video-btn:not(.square).bg-hover-second2:hover {
box-shadow: 0 0 0 15px rgba(var(--second2-color-rgb), 0.2);
-webkit-box-shadow: 0 0 0 15px rgba(var(--second2-color-rgb), 0.2);
-khtml-box-shadow: 0 0 0 15px rgba(var(--second2-color-rgb), 0.2);
-moz-box-shadow: 0 0 0 15px rgba(var(--second2-color-rgb), 0.2);
-ms-box-shadow: 0 0 0 15px rgba(var(--second2-color-rgb), 0.2);
-o-box-shadow: 0 0 0 15px rgba(var(--second2-color-rgb), 0.2); }
.kng-video-player.layout-1 .kng-video-btn:not(.square).bg-rating {
box-shadow: 0 0 0 15px rgba(var(--rating-color-rgb), 0.2);
-webkit-box-shadow: 0 0 0 15px rgba(var(--rating-color-rgb), 0.2);
-khtml-box-shadow: 0 0 0 15px rgba(var(--rating-color-rgb), 0.2);
-moz-box-shadow: 0 0 0 15px rgba(var(--rating-color-rgb), 0.2);
-ms-box-shadow: 0 0 0 15px rgba(var(--rating-color-rgb), 0.2);
-o-box-shadow: 0 0 0 15px rgba(var(--rating-color-rgb), 0.2); }
.kng-video-player.layout-1 .kng-video-btn:not(.square).bg-hover-rating:hover {
box-shadow: 0 0 0 15px rgba(var(--rating-color-rgb), 0.2);
-webkit-box-shadow: 0 0 0 15px rgba(var(--rating-color-rgb), 0.2);
-khtml-box-shadow: 0 0 0 15px rgba(var(--rating-color-rgb), 0.2);
-moz-box-shadow: 0 0 0 15px rgba(var(--rating-color-rgb), 0.2);
-ms-box-shadow: 0 0 0 15px rgba(var(--rating-color-rgb), 0.2);
-o-box-shadow: 0 0 0 15px rgba(var(--rating-color-rgb), 0.2); }
.kng-video-player.layout-1 .kng-video-btn:not(.square).bg-body {
box-shadow: 0 0 0 15px rgba(var(--body-color-rgb), 0.2);
-webkit-box-shadow: 0 0 0 15px rgba(var(--body-color-rgb), 0.2);
-khtml-box-shadow: 0 0 0 15px rgba(var(--body-color-rgb), 0.2);
-moz-box-shadow: 0 0 0 15px rgba(var(--body-color-rgb), 0.2);
-ms-box-shadow: 0 0 0 15px rgba(var(--body-color-rgb), 0.2);
-o-box-shadow: 0 0 0 15px rgba(var(--body-color-rgb), 0.2); }
.kng-video-player.layout-1 .kng-video-btn:not(.square).bg-hover-body:hover {
box-shadow: 0 0 0 15px rgba(var(--body-color-rgb), 0.2);
-webkit-box-shadow: 0 0 0 15px rgba(var(--body-color-rgb), 0.2);
-khtml-box-shadow: 0 0 0 15px rgba(var(--body-color-rgb), 0.2);
-moz-box-shadow: 0 0 0 15px rgba(var(--body-color-rgb), 0.2);
-ms-box-shadow: 0 0 0 15px rgba(var(--body-color-rgb), 0.2);
-o-box-shadow: 0 0 0 15px rgba(var(--body-color-rgb), 0.2); }
.kng-video-player.layout-1 .kng-video-btn:not(.square).bg-heading {
box-shadow: 0 0 0 15px rgba(var(--heading-color-rgb), 0.2);
-webkit-box-shadow: 0 0 0 15px rgba(var(--heading-color-rgb), 0.2);
-khtml-box-shadow: 0 0 0 15px rgba(var(--heading-color-rgb), 0.2);
-moz-box-shadow: 0 0 0 15px rgba(var(--heading-color-rgb), 0.2);
-ms-box-shadow: 0 0 0 15px rgba(var(--heading-color-rgb), 0.2);
-o-box-shadow: 0 0 0 15px rgba(var(--heading-color-rgb), 0.2); }
.kng-video-player.layout-1 .kng-video-btn:not(.square).bg-hover-heading:hover {
box-shadow: 0 0 0 15px rgba(var(--heading-color-rgb), 0.2);
-webkit-box-shadow: 0 0 0 15px rgba(var(--heading-color-rgb), 0.2);
-khtml-box-shadow: 0 0 0 15px rgba(var(--heading-color-rgb), 0.2);
-moz-box-shadow: 0 0 0 15px rgba(var(--heading-color-rgb), 0.2);
-ms-box-shadow: 0 0 0 15px rgba(var(--heading-color-rgb), 0.2);
-o-box-shadow: 0 0 0 15px rgba(var(--heading-color-rgb), 0.2); }
.kng-video-player.layout-1 .kng-video-btn:not(.square).bg-white {
box-shadow: 0 0 0 15px rgba(var(--white-color-rgb), 0.2);
-webkit-box-shadow: 0 0 0 15px rgba(var(--white-color-rgb), 0.2);
-khtml-box-shadow: 0 0 0 15px rgba(var(--white-color-rgb), 0.2);
-moz-box-shadow: 0 0 0 15px rgba(var(--white-color-rgb), 0.2);
-ms-box-shadow: 0 0 0 15px rgba(var(--white-color-rgb), 0.2);
-o-box-shadow: 0 0 0 15px rgba(var(--white-color-rgb), 0.2); }
.kng-video-player.layout-1 .kng-video-btn:not(.square).bg-hover-white:hover {
box-shadow: 0 0 0 15px rgba(var(--white-color-rgb), 0.2);
-webkit-box-shadow: 0 0 0 15px rgba(var(--white-color-rgb), 0.2);
-khtml-box-shadow: 0 0 0 15px rgba(var(--white-color-rgb), 0.2);
-moz-box-shadow: 0 0 0 15px rgba(var(--white-color-rgb), 0.2);
-ms-box-shadow: 0 0 0 15px rgba(var(--white-color-rgb), 0.2);
-o-box-shadow: 0 0 0 15px rgba(var(--white-color-rgb), 0.2); }
.kng-video-player.layout-1 .kng-video-btn:not(.square) > span {
display: inline-block;
transform: translateY(2px); }
.kng-video-player.layout-2 .kng-video-lightbox .row {
margin-left: -5px;
margin-right: -5px; }
.kng-video-player.layout-2 .kng-video-lightbox .row > div {
padding: 0;
margin-left: 5px;
margin-right: 5px; }
.kng-video-player.layout-2 .kng-video-lightbox .kng-video-btn.bg-primary {
transform: scale(0.9);
-webkit-transform: scale(0.9);
-khtml-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
-webkit-animation: spineer-primary 2s infinite;
animation: spineer-primary 2s infinite; }
.kng-video-player.layout-2 .kng-video-lightbox .kng-video-btn.bg-second {
transform: scale(0.9);
-webkit-transform: scale(0.9);
-khtml-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
-webkit-animation: spineer-second 2s infinite;
animation: spineer-second 2s infinite; }
.kng-video-player.layout-2 .kng-video-lightbox .kng-video-btn.bg-white {
transform: scale(0.9);
-webkit-transform: scale(0.9);
-khtml-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
-webkit-animation: spineer-white 2s infinite;
animation: spineer-white 2s infinite; }
.kng-video-player.layout-2 .kng-video-lightbox:hover .kng-video-btn.bg-hover-primary {
transform: scale(0.9);
-webkit-transform: scale(0.9);
-khtml-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
-webkit-animation: spineer-primary 2s infinite;
animation: spineer-primary 2s infinite; }
.kng-video-player.layout-2 .kng-video-lightbox:hover .kng-video-btn.bg-hover-second {
transform: scale(0.9);
-webkit-transform: scale(0.9);
-khtml-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
-webkit-animation: spineer-second 2s infinite;
animation: spineer-second 2s infinite; }
.kng-video-player.layout-2 .kng-video-lightbox:hover .kng-video-btn.bg-hover-white {
transform: scale(0.9);
-webkit-transform: scale(0.9);
-khtml-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
-webkit-animation: spineer-white 2s infinite;
animation: spineer-white 2s infinite; }
.kng-video-player.layout-2 .kng-video-lightbox:hover .video-text {
margin-left: 8px; }
.kng-video-player.layout-2 .kng-video-lightbox:hover .video-text.text-second:after {
background-color: var(--primary-color); }
.kng-video-player.layout-2 .kng-video-lightbox:hover .video-text.text-primary:after {
background-color: var(--second-color); }
.kng-video-player.layout-2 .kng-video-lightbox:hover .video-text.text-white:after {
background-color: #fff; }
.kng-video-player.layout-2 .kng-video-btn {
width: 56px;
height: 56px;
display: block;
line-height: 56px;
font-size: 15px;
text-align: center;
cursor: pointer;
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-video-player.layout-2 .kng-video-btn.bg-second {
-webkit-animation: spineer-second 2s infinite;
animation: spineer-second 2s infinite; }
.kng-video-player.layout-2 .video-text {
font-size: 15px;
letter-spacing: -0.03em;
text-transform: uppercase;
position: relative;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-video-player.layout-2 .video-text:after {
content: "";
width: 100%;
height: 1px;
background-color: var(--heading-color);
position: absolute;
left: 0;
bottom: 3px;
transition: background-color 0.3s ease;
-webkit-transition: background-color 0.3s ease;
-khtml-transition: background-color 0.3s ease;
-moz-transition: background-color 0.3s ease;
-ms-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease; }
.kng-video-player.layout-2 .video-text.text-second:after {
background-color: var(--second-color); }
.kng-video-player.layout-2 .video-text.text-primary:after {
background-color: var(--primary-color); }
.kng-video-player.layout-2 .video-text.text-white:after {
background-color: #fff; }
.kng-video-player.layout-2.style-round-small .kng-video-lightbox .row {
margin-left: -8px;
margin-right: -8px; }
.kng-video-player.layout-2.style-round-small .kng-video-lightbox .row > div {
padding: 0;
margin-left: 8px;
margin-right: 8px; }
.kng-video-player.layout-2.style-round-small .kng-video-btn {
width: 45px;
height: 45px;
display: block;
line-height: 45px; }
.kng-video-player.layout-2.style-round-small .kng-video-btn.bg-primary {
-webkit-animation: spineer-primary 2s infinite;
animation: spineer-primary 2s infinite; }
.round-border-large .inner-wrap {
width: 335px;
height: 335px;
display: flex;
align-items: center;
justify-content: center; }
.round-border-large .inner-wrap:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border: 1px solid rgba(255, 255, 255, 0.25);
border-radius: 50%;
animation: fadeInOutCustom 8s infinite linear alternate; }
.btn-video-wrap .kng-btn-text {
line-height: 1.4; }
.kng-video-play-btn-top-left .btn-video-wrap, .kng-video-play-btn-top-right .btn-video-wrap, .kng-video-play-btn-top-center .btn-video-wrap, .kng-video-play-btn-center-left .btn-video-wrap, .kng-video-play-btn-center-right .btn-video-wrap, .kng-video-play-btn-center-center .btn-video-wrap, .kng-video-play-btn-bottom-left .btn-video-wrap, .kng-video-play-btn-bottom-right .btn-video-wrap, .kng-video-play-btn-bottom-center .btn-video-wrap {
position: absolute; }
.kng-video-play-btn-top-left .btn-video-wrap, .kng-video-play-btn-top-center .btn-video-wrap, .kng-video-play-btn-top-right .btn-video-wrap {
top: 40px; }
.kng-video-play-btn-bottom-left .btn-video-wrap, .kng-video-play-btn-bottom-center .btn-video-wrap, .kng-video-play-btn-bottom-right .btn-video-wrap {
bottom: 40px; }
.kng-video-play-btn-top-left .btn-video-wrap, .kng-video-play-btn-center-left .btn-video-wrap, .kng-video-play-btn-bottom-left .btn-video-wrap {
left: 40px; }
[dir="rtl"] .kng-video-play-btn-top-left .btn-video-wrap, [dir="rtl"] .kng-video-play-btn-center-left .btn-video-wrap, [dir="rtl"] .kng-video-play-btn-bottom-left .btn-video-wrap {
left: auto;
right: 40px; }
.kng-video-play-btn-top-right .btn-video-wrap, .kng-video-play-btn-center-right .btn-video-wrap, .kng-video-play-btn-bottom-right .btn-video-wrap {
right: 40px; }
[dir="rtl"] .kng-video-play-btn-top-right .btn-video-wrap, [dir="rtl"] .kng-video-play-btn-center-right .btn-video-wrap, [dir="rtl"] .kng-video-play-btn-bottom-right .btn-video-wrap {
right: auto;
left: 40px; }
.kng-video-play-btn-top-center .btn-video-wrap, .kng-video-play-btn-bottom-center .btn-video-wrap {
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%); }
.kng-video-play-btn-center-left .btn-video-wrap, .kng-video-play-btn-center-right .btn-video-wrap {
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%); }
.kng-video-play-btn-center-center .btn-video-wrap {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }
.law-icon.elementor-widget-icon .elementor-icon {
position: relative;
width: 150px;
height: 150px;
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
font-size: 70px;
background-color: #fff;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.law-icon.elementor-widget-icon .elementor-icon:before, .law-icon.elementor-widget-icon .elementor-icon:after {
position: absolute;
content: "";
border: 1px solid var(--primary-color);
border-radius: 50%;
left: -20px;
right: -20px;
top: -20px;
bottom: -20px;
-webkit-animation: playanimate 1.5s linear infinite;
animation: playanimate 1.5s linear infinite;
opacity: 0;
z-index: -1; }
.law-icon.elementor-widget-icon .elementor-icon:after {
-webkit-animation-delay: 1s;
animation-delay: 1s; }
@media (max-width: 575px) {
.kng-imgs-box.layout-1 .kng-banner-static {
text-align: center;
margin-bottom: 30px; } }
.kng-cta-layout-1 .kng-cta-wrap {
padding: 48px 70px 38px 70px; }
@media (max-width: 1199px) {
.kng-cta-layout-1 .kng-cta-wrap {
padding: 48px 50px 38px 50px; } }
.kng-cta-layout-1 .kng-cta-wrap .kng-cta-title {
margin-bottom: 10px; }
@media (max-width: 991px) {
.kng-cta-layout-1 .kng-cta-wrap .kng-cta-title {
margin-bottom: 20px;
text-align: center; }
.kng-cta-layout-1 .kng-cta-wrap .kng-cta-title br {
display: none; } }
.kng-cta-layout-1 .kng-cta-wrap .kng-btn-wraps {
margin-bottom: 10px; }
.kng-testimonial-layout-1 .static-img img {
box-shadow: 0px 10px 30px 0px rgba(var(--second-color-rgb),0.3);
-webkit-box-shadow: 0px 10px 30px 0px rgba(var(--second-color-rgb),0.3);
-khtml-box-shadow: 0px 10px 30px 0px rgba(var(--second-color-rgb),0.3);
-moz-box-shadow: 0px 10px 30px 0px rgba(var(--second-color-rgb),0.3);
-ms-box-shadow: 0px 10px 30px 0px rgba(var(--second-color-rgb),0.3);
-o-box-shadow: 0px 10px 30px 0px rgba(var(--second-color-rgb),0.3); }
.kng-testimonial-layout-1 .avatar-corner1 {
top: 0;
left: 0; }
.kng-testimonial-layout-1 .avatar-corner2 {
top: 0;
right: 0; }
.kng-testimonial-layout-1 .avatar-corner2 img {
border-radius: 30px 30px 30px 5px; }
.kng-testimonial-layout-1 .avatar-corner3 {
left: 0;
bottom: 0; }
.kng-testimonial-layout-1 .avatar-corner3 img {
border-radius: 30px 5px 30px 30px; }
.kng-testimonial-layout-1 .avatar-corner4 {
right: 0;
bottom: 0; }
@media (max-width: 991px) {
.kng-testimonial-layout-1 .kng-swiper-slider-wrap {
padding-left: 30px;
padding-right: 30px; } }
@media (max-width: 575px) {
.kng-testimonial-layout-1 .kng-swiper-slider-wrap {
padding-left: 15px;
padding-right: 15px; } }
.kng-testimonial-layout-1 .kng-swiper-outer {
position: relative;
padding: 50px 60px;
background-color: #fff;
box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.07);
-webkit-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.07);
-khtml-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.07);
-moz-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.07);
-ms-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.07);
-o-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.07); }
@media (max-width: 1199px) {
.kng-testimonial-layout-1 .kng-swiper-outer {
padding: 40px 30px; } }
@media (max-width: 575px) {
.kng-testimonial-layout-1 .kng-swiper-outer {
padding: 0;
box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.01);
-webkit-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.01);
-khtml-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.01);
-moz-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.01);
-ms-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.01);
-o-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.01); } }
.kng-testimonial-layout-1 .kng-swiper-outer:before {
position: absolute;
bottom: -20px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
content: "";
width: 105%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7); }
@media (max-width: 575px) {
.kng-testimonial-layout-1 .kng-swiper-outer:before {
display: none; } }
.kng-testimonial-layout-1 .author-avt {
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%; }
.kng-testimonial-layout-1 .kng-ttmn-desc {
font-size: 30px;
line-height: 1.5666666667;
margin-bottom: 25px;
font-family: "Frank Ruhl Libre", sans-serif; }
@media (max-width: 991px) {
.kng-testimonial-layout-1 .kng-ttmn-desc {
font-size: 24px; } }
.kng-testimonial-layout-1 .kng-ttmn-author-name {
line-height: 1.2;
margin-bottom: 3px; }
.kng-testimonial-layout-1 .testi-icon {
position: absolute;
top: 60%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 320px;
color: rgba(var(--second-color-rgb),0.05);
line-height: 1; }
@media (max-width: 991px) {
.kng-testimonial-layout-1 .testi-icon {
top: 50%;
font-size: 220px; } }
.kng-testimonial-layout-1 .kng-swiper-dots {
margin-top: 94px; }
@media (max-width: 1199px) {
.kng-testimonial-layout-1 .kng-swiper-dots {
margin-top: 64px; } }
.elementor-section.no-bg .kng-testimonial-layout-1 .kng-swiper-outer {
box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.2);
-webkit-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.2);
-khtml-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.2);
-moz-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.2);
-ms-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.2);
-o-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.2); }
@media (max-width: 575px) {
.elementor-section.no-bg .kng-testimonial-layout-1 .kng-swiper-outer {
box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.01);
-webkit-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.01);
-khtml-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.01);
-moz-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.01);
-ms-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.01);
-o-box-shadow: 0px 10px 60px 0px rgba(var(--second-color-rgb),0.01); } }
.kng-testimonial-layout-2 .author-avt {
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%; }
.kng-testimonial-layout-2 .kng-ttmn-desc {
font-size: 30px;
line-height: 1.5666666667;
margin-bottom: 25px;
font-family: "Frank Ruhl Libre", sans-serif; }
@media (max-width: 1199px) {
.kng-testimonial-layout-2 .kng-ttmn-desc {
font-size: 26px; } }
@media (max-width: 991px) {
.kng-testimonial-layout-2 .kng-ttmn-desc {
font-size: 24px; } }
.kng-testimonial-layout-2 .kng-ttmn-author-name {
line-height: 1.2;
margin-bottom: 3px; }
.kng-testimonial-layout-2 .testi-icon {
position: absolute;
top: 60%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 320px;
color: rgba(var(--second-color-rgb),0.05);
line-height: 1; }
@media (max-width: 991px) {
.kng-testimonial-layout-2 .testi-icon {
top: 50%;
font-size: 220px; } }
.kng-testimonial-layout-2.kng-swiper-dots-out .kng-swiper-dots {
margin-top: 54px; }
@media (max-width: 1199px) {
.kng-testimonial-layout-2.kng-swiper-dots-out .kng-swiper-dots {
margin-top: 34px; } }
@media (min-width: 1200px) {
.kng-testimonial-layout-2.kng-swiper-dots-middle-right-out .kng-swiper-dots {
right: -124px;
margin-top: -75px; } }
@media (min-width: 1200px) and (max-width: 1599px) {
.kng-testimonial-layout-2.kng-swiper-dots-middle-right-out .kng-swiper-dots {
right: -50px; } }
@media (max-width: 1199px) {
.kng-testimonial-layout-2.kng-swiper-dots-middle-right-out .kng-swiper-dots {
margin-top: 34px; } }
.kng-testimonial-layout-2 .kng-ttmn-wrapper.light .testi-icon {
color: rgba(255, 255, 255, 0.05); }
.kng-testimonial-layout-2 .kng-ttmn-wrapper.light .kng-ttmn-desc {
color: rgba(255, 255, 255, 0.8); }
.kng-testimonial-layout-2 .kng-ttmn-wrapper.light .kng-ttmn-author-name {
color: #fff; }
.kng-testimonial-layout-2 .kng-ttmn-wrapper.light .kng-ttmn-author-position {
color: rgba(255, 255, 255, 0.8); }
.kng-testimonial-layout-2 .kng-ttmn-wrapper.light .kng-swiper-dots .kng-swiper-pagination-bullet:before {
border-color: rgba(255, 255, 255, 0.2); }
.kng-testimonial-layout-2 .kng-ttmn-wrapper.light .kng-swiper-dots .kng-swiper-pagination-bullet:hover:before, .kng-testimonial-layout-2 .kng-ttmn-wrapper.light .kng-swiper-dots .swiper-pagination-bullet-active:before {
border-color: #fff; }
.kng-testimonial-layout-3 .kng-swiper-container {
padding: 30px 0; }
@media (min-width: 1200px) {
.kng-testimonial-layout-3 .kng-swiper-container {
margin-right: -300px; } }
@media (min-width: 1200px) {
.kng-testimonial-layout-3 .kng-swiper-dots {
margin-left: calc((100vw - 100%)*-1); } }
.kng-testimonial-layout-3 .kng-swiper-arrows {
position: relative;
bottom: 0;
margin-top: 35px; }
@media (min-width: 1200px) {
.kng-testimonial-layout-3 .kng-swiper-arrows {
margin-left: calc((100vw - 100%)*-0.5); } }
@media (max-width: 575px) {
.kng-testimonial-layout-3 .kng-swiper-arrows {
margin-top: 15px; } }
.kng-testimonial-layout-3 .kng-swiper-arrows .kng-swiper-arrow {
width: 70px;
height: 70px;
line-height: 68px;
background-color: #fff;
color: var(--second-color);
border: 1px solid transparent;
font-size: 20px; }
@media (max-width: 575px) {
.kng-testimonial-layout-3 .kng-swiper-arrows .kng-swiper-arrow {
width: 50px;
height: 50px;
line-height: 48px;
font-size: 16px; } }
.kng-testimonial-layout-3 .kng-swiper-arrows .kng-swiper-arrow:hover {
border-color: var(--second-color); }
@media (max-width: 767px) {
.kng-testimonial-layout-3 .col-img {
text-align: center; } }
.kng-testimonial-layout-3 .col-img .author-avt-wrap {
display: inline-block; }
.kng-testimonial-layout-3 .col-img .author-avt {
overflow: hidden;
width: 240px;
border-radius: 50%; }
@media (max-width: 575px) {
.kng-testimonial-layout-3 .col-img .author-avt {
width: 170px; } }
.kng-testimonial-layout-3 .col-img .testi-icon {
position: absolute;
top: -20px;
left: 22px;
width: 70px;
height: 70px;
display: inline-flex;
justify-content: center;
align-items: center;
background: var(--primary-color);
border-radius: 50%;
font-size: 30px;
color: #fff; }
@media (max-width: 575px) {
.kng-testimonial-layout-3 .col-img .testi-icon {
font-size: 18px;
width: 50px;
height: 50px; } }
@media (min-width: 1200px) {
.kng-testimonial-layout-3 .col-content {
padding-left: 30px; } }
@media (min-width: 1600px) {
.kng-testimonial-layout-3 .col-content {
padding-left: 45px; } }
@media (max-width: 767px) {
.kng-testimonial-layout-3 .col-content {
text-align: center;
padding-top: 30px; } }
.kng-testimonial-layout-3 .col-content .star-wrap {
background-color: #fff;
padding: 3px 17px;
border-radius: 5px;
display: inline-block;
margin-bottom: 23px; }
.kng-testimonial-layout-3 .col-content .item-star {
position: relative;
color: var(--primary-color);
width: 117px;
display: inline-block;
letter-spacing: 7px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-testimonial-layout-3 .col-content .item-star:before {
content: "" "" "" "" "";
display: block;
font-family: "kngi";
font-size: 16px;
line-height: 1;
white-space: nowrap; }
.kng-testimonial-layout-3 .col-content .item-star span {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
line-height: 1; }
.kng-testimonial-layout-3 .col-content .item-star span:before {
content: "" "" "" "" "";
font-family: "kngi";
font-size: 16px;
line-height: 1;
white-space: nowrap; }
.kng-testimonial-layout-3 .col-content .kng-ttmn-desc {
font-size: 24px;
line-height: 1.4583333333;
font-weight: 600;
color: var(--second-color);
margin-bottom: 15px; }
@media (min-width: 1200px) {
.kng-testimonial-layout-3 .col-content .kng-ttmn-desc {
padding-right: 30px; } }
@media (max-width: 575px) {
.kng-testimonial-layout-3 .col-content .kng-ttmn-desc {
font-size: 18px; } }
.kng-testimonial-layout-3 .col-content .kng-ttmn-author-name {
font-size: 20px; }
.kng-testimonial-layout-3 .col-content .kng-ttmn-author-position {
margin-top: -8px; }
.kng-testimonial-layout-4 .kng-swiper-container {
padding: 50px 0; }
.kng-testimonial-layout-4 .item-img .testi-icon {
position: absolute;
top: -48px;
right: -37px;
width: 96px;
height: 96px;
display: inline-flex;
justify-content: center;
align-items: center;
background: var(--primary-color);
border-radius: 50%;
font-size: 36px;
color: #fff; }
@media (max-width: 1199px) {
.kng-testimonial-layout-4 .item-img .testi-icon {
font-size: 24px;
width: 70px;
height: 70px;
right: auto;
left: 15px;
top: -35px; } }
@media (min-width: 992px) {
.kng-testimonial-layout-4 .col-content {
padding-left: 35px; } }
@media (min-width: 1200px) {
.kng-testimonial-layout-4 .col-content {
padding-left: 85px; } }
@media (max-width: 767px) {
.kng-testimonial-layout-4 .col-content {
padding-top: 35px; } }
.kng-testimonial-layout-4 .star-wrap {
background-color: #fff;
padding: 3px 17px;
border-radius: 5px;
display: inline-block;
margin-bottom: 23px; }
.kng-testimonial-layout-4 .star-wrap .item-star {
position: relative;
color: var(--primary-color);
width: 117px;
display: inline-block;
letter-spacing: 7px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-testimonial-layout-4 .star-wrap .item-star:before {
content: "" "" "" "" "";
display: block;
font-family: "kngi";
font-size: 16px;
line-height: 1;
white-space: nowrap; }
.kng-testimonial-layout-4 .star-wrap .item-star span {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
line-height: 1; }
.kng-testimonial-layout-4 .star-wrap .item-star span:before {
content: "" "" "" "" "";
font-family: "kngi";
font-size: 16px;
line-height: 1;
white-space: nowrap; }
.kng-testimonial-layout-4 .kng-ttmn-desc {
font-size: 24px;
line-height: 1.4583333333;
font-weight: 600;
color: #fff;
margin-bottom: 28px; }
@media (max-width: 991px) {
.kng-testimonial-layout-4 .kng-ttmn-desc {
font-size: 20px; } }
@media (max-width: 575px) {
.kng-testimonial-layout-4 .kng-ttmn-desc {
font-size: 18px; } }
.kng-testimonial-layout-4 .author-wrap .author-avt {
width: 70px;
border-radius: 50%; }
.kng-testimonial-layout-4 .author-wrap .author-info {
padding-left: 20px; }
.kng-testimonial-layout-4 .author-wrap .kng-ttmn-author-name {
font-size: 20px; }
.kng-testimonial-layout-4 .author-wrap .kng-ttmn-author-position {
margin-top: -8px; }
.kng-testimonial-layout-4 .light .kng-ttmn-desc {
color: #fff; }
.kng-testimonial-layout-4 .light .kng-ttmn-author-name {
color: #fff; }
.kng-testimonial-layout-4 .light .kng-ttmn-author-position {
color: #fff; }
.kng-testimonial-layout-4.kng-swiper-nav-style-square-in-dark .kng-swiper-arrow:hover {
background-color: #fff;
border-color: #fff;
color: var(--second-color); }
.kng-sliders-wrap .kng-slider-container {
position: relative;
overflow: hidden; }
.kng-sliders-wrap .kng-swiper-dots {
margin: 0; }
.kng-sliders-wrap .small-heading {
letter-spacing: -0.66px; }
@media (min-width: 576px) {
.kng-sliders-wrap .small-heading {
display: inline-flex;
padding-left: 80px; }
.kng-sliders-wrap .small-heading:before {
content: "";
width: 50px;
height: 3px;
position: absolute;
left: 0;
top: 50%;
margin-top: -2px;
background-color: #ffffff; } }
@media (min-width: 576px) and (max-width: 575px) {
.kng-sliders-wrap .small-heading:before {
display: none; } }
@media (max-width: 575px) {
.kng-sliders-wrap .medium-heading {
line-height: 32px; } }
@media (max-width: 575px) {
.kng-sliders-wrap .kng-btn-wraps .btn {
min-width: 230px; } }
@media (min-width: 576px) {
.kng-sliders-wrap .text-center > .kng-slide-content-wrap .small-heading {
padding-right: 80px; }
.kng-sliders-wrap .text-center > .kng-slide-content-wrap .small-heading:after {
content: "";
width: 50px;
height: 3px;
position: absolute;
right: 0;
top: 50%;
margin-top: -2px;
background-color: #ffffff; } }
@media (min-width: 576px) {
.kng-sliders-wrap .text-end > .kng-slide-content-wrap .small-heading {
padding-left: 0;
padding-right: 80px; }
.kng-sliders-wrap .text-end > .kng-slide-content-wrap .small-heading:before {
display: none; }
.kng-sliders-wrap .text-end > .kng-slide-content-wrap .small-heading:after {
content: "";
width: 50px;
height: 3px;
position: absolute;
right: 0;
top: 50%;
margin-top: -2px;
background-color: #ffffff; } }
.kng-newsletter-wrap.layout-1 .kng-newsletter {
padding: 70px 30px 80px 30px; }
.kng-newsletter-wrap.layout-1 .sub-title {
margin-bottom: 11px;
padding: 0 80px;
position: relative;
display: inline-flex;
letter-spacing: -0.03em; }
@media (max-width: 575px) {
.kng-newsletter-wrap.layout-1 .sub-title {
padding: 0; } }
.kng-newsletter-wrap.layout-1 .sub-title:before {
content: "";
width: 50px;
height: 2px;
position: absolute;
left: 0;
top: 50%;
margin-top: -1px;
background-color: var(--primary-color); }
@media (max-width: 575px) {
.kng-newsletter-wrap.layout-1 .sub-title:before {
display: none; } }
.kng-newsletter-wrap.layout-1 .sub-title:after {
content: "";
width: 50px;
height: 2px;
position: absolute;
right: 0;
top: 50%;
margin-top: -1px;
background-color: var(--primary-color); }
@media (max-width: 575px) {
.kng-newsletter-wrap.layout-1 .sub-title:after {
display: none; } }
.kng-newsletter-wrap.layout-1 .title {
margin-bottom: 48px; }
.kng-newsletter-wrap.layout-1 .tnp-subscription {
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -10px -15px; }
.kng-newsletter-wrap.layout-1 .tnp-field-email {
flex: 0 0 500px;
max-width: 500px;
margin: 10px 15px; }
@media (max-width: 575px) {
.kng-newsletter-wrap.layout-1 .tnp-field-email {
flex: 0 0 100%;
max-width: 100%; } }
.kng-newsletter-wrap.layout-1 .tnp-field-button {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
margin: 10px 15px;
position: relative; }
.kng-newsletter-wrap.layout-1 .tnp-field-button:after {
content: "";
font-family: "kngi" !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 50%;
margin-top: -10px;
right: 35px;
color: #fff;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-newsletter-wrap.layout-1 .tnp-email {
padding: 0 20px;
background-color: transparent;
border-color: transparent;
border-bottom-color: var(--primary-color); }
.kng-newsletter-wrap.layout-1 .tnp-button {
padding-left: 35px;
padding-right: 58px; }
.kng-newsletter-wrap.layout-2 form {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin: -5px; }
.kng-newsletter-wrap.layout-2 form > * {
padding: 5px; }
@media (max-width: 575px) {
.kng-newsletter-wrap.layout-2 form > * {
width: 100%; } }
.kng-newsletter-wrap.layout-2 .tnp-email {
width: 345px; }
@media (max-width: 1279px) {
.kng-newsletter-wrap.layout-2 .tnp-email {
width: 300px; } }
@media (min-width: 992px) and (max-width: 1199px) {
.kng-newsletter-wrap.layout-2 .tnp-email {
width: 250px; } }
@media (max-width: 767px) {
.kng-newsletter-wrap.layout-2 .tnp-email {
width: 270px; } }
@media (max-width: 575px) {
.kng-newsletter-wrap.layout-2 .tnp-email {
width: 100%; } }
.kng-newsletter-wrap.layout-2 .tnp-field-button {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
position: relative; }
@media (max-width: 575px) {
.kng-newsletter-wrap.layout-2 .tnp-field-button {
width: 100%; } }
.kng-newsletter-wrap.layout-2 .tnp-field-button:after {
content: "";
font-family: "kngi" !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 50%;
margin-top: -10px;
right: 35px;
color: #fff;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
@media (min-width: 992px) and (max-width: 1199px) {
.kng-newsletter-wrap.layout-2 .tnp-field-button:after {
right: 20px; } }
.kng-newsletter-wrap.layout-2 .tnp-button {
padding-left: 35px;
padding-right: 58px; }
@media (min-width: 992px) and (max-width: 1199px) {
.kng-newsletter-wrap.layout-2 .tnp-button {
padding-left: 15px;
padding-right: 38px; } }
@media (max-width: 575px) {
.kng-newsletter-wrap.layout-2 .tnp-button {
width: 100%; } }
.kng-nsl-style-dark .kng-newsletter-wrap.layout-1 .title {
color: #ffffff; }
.kng-nsl-style-dark .kng-newsletter-wrap.layout-1 .tnp-email {
color: #ffffff;
border-bottom-color: rgba(255, 255, 255, 0.07); }
.kng-nsl-style-dark .kng-newsletter-wrap.layout-1 input::-webkit-input-placeholder {
color: #ffffff;
font-size: 17px;
font-style: normal;
font-weight: 500;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
letter-spacing: 0.03em; }
.kng-nsl-style-dark .kng-newsletter-wrap.layout-1 input:-moz-placeholder {
color: #ffffff;
font-size: 17px;
font-style: normal;
font-weight: 500;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
letter-spacing: 0.03em; }
.kng-nsl-style-dark .kng-newsletter-wrap.layout-1 input::-moz-placeholder {
color: #ffffff;
font-size: 17px;
font-style: normal;
font-weight: 500;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
letter-spacing: 0.03em; }
.kng-nsl-style-dark .kng-newsletter-wrap.layout-1 input:-ms-input-placeholder {
color: #ffffff;
font-size: 17px;
font-style: normal;
font-weight: 500;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit;
letter-spacing: 0.03em; }
.kng-nsl-style-dark .kng-newsletter-wrap.layout-1 .tnp-field-button:after {
color: #ffffff; }
.kng-nsl-style-dark .kng-newsletter-wrap.layout-1 .tnp-field-button:hover:after {
color: var(--second-color); }
.kng-nsl-style-dark .kng-newsletter-wrap.layout-1 .tnp-button:hover {
background-color: #ffffff;
color: var(--second-color);
border-color: #ffffff; }
.kng-nsl-style-dark .kng-newsletter-wrap.layout-2 .tnp-field-button:after {
color: #ffffff; }
.kng-nsl-style-dark .kng-newsletter-wrap.layout-2 .tnp-field-button:hover:after {
color: var(--second-color); }
.kng-nsl-style-dark .kng-newsletter-wrap.layout-2 .tnp-button:hover {
background-color: #ffffff;
color: var(--second-color);
border-color: #ffffff; }
.kng-anchor-wrap .kng-anchor-icon.custom.kng-bars {
cursor: pointer; }
.kng-anchor-wrap .kng-anchor-icon.custom.kng-bars span {
width: 30px;
height: 3px;
background-color: var(--second-color);
display: block;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-anchor-wrap .kng-anchor-icon.custom.kng-bars span:nth-child(2) {
margin: 7px 0; }
.kng-anchor-wrap .kng-anchor-icon.custom.kng-bars:hover span {
background-color: var(--primary-color); }
.kng-anchor-wrap .anchor-title {
margin-left: 10px; }
.kng-header-factor.layout-1 .kng-factor-item {
flex: 0 0 auto;
width: auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center; }
.kng-header-factor.layout-1 .kng-factor {
line-height: 1;
position: relative;
padding: 0;
color: var(--second-color); }
.kng-header-factor.layout-1 .kng-factor:hover {
color: var(--primary-color); }
.kng-header-factor.layout-1 .kng-icon {
font-size: 18px; }
.kng-header-factor.layout-1 .header-factor-inner {
margin-left: -8px;
margin-right: -8px; }
.kng-header-factor.layout-1 .kng-factor-item {
padding-left: 8px;
padding-right: 8px; }
.kng-header-factor.layout-1 .kng-user.logined .kng-factor {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center; }
.kng-header-factor.layout-1 .kng-user.logined img {
width: 16px;
border-radius: 50%; }
.kng-header-factor.layout-1 .kng-user.logined .user-title {
margin-left: 5px; }
.kng-header-factor.layout-1 .header-count {
font-size: 10px;
line-height: 12px;
letter-spacing: 0.08em;
padding: 1px 3px 3px 4px;
border-radius: 50%;
height: 14px;
display: inline-block;
min-width: 14px; }
.kng-header-factor.layout-1 .wishlist-count {
background-color: #E0E0E0;
margin-left: 5px; }
.kng-header-factor.layout-1 .cart-count {
background-color: var(--primary-color);
color: #fff; }
.kng-header-factor.layout-2 .kng-search-wrap {
margin-bottom: 8px; }
.kng-header-factor.layout-2 .kng-search-wrap fieldset {
padding: 0; }
.kng-header-factor.layout-2 .kng-search-wrap form {
position: relative;
height: 55px; }
.kng-header-factor.layout-2 .kng-search-wrap form:hover .kng-svg path {
fill: var(--primary-color); }
.kng-header-factor.layout-2 .kng-search-wrap .kng-search-field {
border-width: 0 0 1px 0;
border-radius: 0;
padding: 0 50px 0 0;
font-size: 13px;
line-height: 32px;
letter-spacing: 0.04em;
background-color: transparent;
border-color: rgba(22, 37, 66, 0.1);
height: 55px; }
.kng-header-factor.layout-2 .kng-search-wrap .kng-search-field::-webkit-input-placeholder {
color: var(--second-color);
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
.kng-header-factor.layout-2 .kng-search-wrap .kng-search-field:-moz-placeholder {
color: var(--second-color);
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
.kng-header-factor.layout-2 .kng-search-wrap .kng-search-field::-moz-placeholder {
color: var(--second-color);
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
.kng-header-factor.layout-2 .kng-search-wrap .kng-search-field:-ms-input-placeholder {
color: var(--second-color);
font-size: 15px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
.kng-header-factor.layout-2 .kng-search-wrap .kng-search-field:hover {
border-color: var(--primary-color); }
.kng-header-factor.layout-2 .kng-search-wrap .kng-search-submit {
width: 48px;
padding: 0;
margin: 0;
position: absolute;
top: 0;
bottom: 0;
right: -15px;
background: transparent;
border: 0;
color: var(--primary-color); }
.kng-header-factor.layout-2 .kng-search-wrap.search-ajax .search-button-group {
position: relative; }
.kng-header-factor.layout-2 .kng-search-wrap.search-ajax .search-button-group .search-clear, .kng-header-factor.layout-2 .kng-search-wrap.search-ajax .search-button-group .search-icon {
position: absolute;
left: 0;
bottom: 19px;
z-index: 1;
width: 16px;
height: 16px; }
.kng-header-factor.layout-2 .kng-search-wrap.search-ajax .search-button-group .search-clear {
opacity: 0;
cursor: pointer; }
.kng-header-factor.layout-2 .kng-search-wrap.search-ajax .search-button-group .search-clear:before, .kng-header-factor.layout-2 .kng-search-wrap.search-ajax .search-button-group .search-clear:after {
content: "";
position: absolute;
height: 1px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background-color: #333333;
transform-origin: 50% 50%;
opacity: 1;
transition: transform ease 0.25s;
-webkit-transition: transform ease 0.25s;
-khtml-transition: transform ease 0.25s;
-moz-transition: transform ease 0.25s;
-ms-transition: transform ease 0.25s;
-o-transition: transform ease 0.25s; }
.kng-header-factor.layout-2 .kng-search-wrap.search-ajax .search-button-group .search-clear:before {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg); }
.kng-header-factor.layout-2 .kng-search-wrap.search-ajax .search-button-group .search-clear:after {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg); }
.kng-header-factor.layout-2 .kng-search-wrap.search-ajax .search-button-group .search-clear:hover:before, .kng-header-factor.layout-2 .kng-search-wrap.search-ajax .search-button-group .search-clear:hover:after {
background-color: var(--primary-color);
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg); }
.kng-header-factor.layout-2 .kng-search-wrap.search-ajax .search-button-group .search-icon span {
vertical-align: top; }
.kng-header-factor.layout-2 .kng-search-wrap.search-ajax .search-button-group .search-icon .kng-svg {
vertical-align: top; }
.kng-header-factor.layout-2 .kng-search-wrap.search-ajax .search-button-group .search-icon .kng-svg path {
fill: #828282; }
.kng-header-factor.layout-2 .kng-search-wrap.search-ajax .search-button-group.filling .search-icon {
opacity: 0; }
.kng-header-factor.layout-2 .kng-search-wrap.search-ajax .search-button-group.filling .search-clear {
opacity: 1;
z-index: 2; }
.kng-header-factor.layout-2 .kng-search-wrap.search-ajax .kng-search-field {
padding-right: 0;
padding-left: 30px; }
.kng-header-factor.layout-2 .kng-search-wrap.search-ajax .kng-search-submit {
display: none; }
.kng-header-factor.layout-2 .m-divider {
border-top: 1px solid rgba(22, 37, 66, 0.1);
margin: 5px 0; }
.kng-header-factor.layout-2 .kng-factor {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 5px 0; }
.kng-header-factor.layout-2 img.avatar {
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%; }
.kng-header-factor.layout-2 span.factor-title {
font-weight: 400; }
.kng-header-factor.layout-2 .item-count .header-count {
font-size: 10px;
letter-spacing: 0.08em;
width: 14px;
height: 14px;
line-height: 14px;
background-color: var(--primary-color);
color: #fff;
text-align: center;
display: inline-block;
border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px; }
.kng-header-factor.layout-2 .wpml-ls-legacy-dropdown {
font-size: 13px; }
.kng-header-factor.layout-2 .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
left: auto;
width: 180px; }
.kng-header-factor.layout-2 .mh-socials {
padding: 5px 0; }
.kng-showcase .item-image::-webkit-scrollbar {
display: none; }
.kng-showcase .item-image {
position: relative;
width: 100%;
overflow: auto;
-ms-overflow-style: none;
scrollbar-width: none;
overflow-y: scroll;
box-shadow: 10px 0 30px rgba(var(--second-color-rgb),0.3);
-webkit-box-shadow: 10px 0 30px rgba(var(--second-color-rgb),0.3);
-khtml-box-shadow: 10px 0 30px rgba(var(--second-color-rgb),0.3);
-moz-box-shadow: 10px 0 30px rgba(var(--second-color-rgb),0.3);
-ms-box-shadow: 10px 0 30px rgba(var(--second-color-rgb),0.3);
-o-box-shadow: 10px 0 30px rgba(var(--second-color-rgb),0.3);
border-radius: 5px;
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
height: 318px; }
.kng-showcase .item-image:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(27, 35, 54, 0.76);
z-index: 88;
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
opacity: 0; }
.kng-showcase .item-image img {
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: auto;
transform: translateY(0);
transition: transform 6s ease-out, top 6s ease-out;
-webkit-transition: transform 6s ease-out, top 6s ease-out;
-moz-transition: transform 6s ease-out, top 6s ease-out; }
.kng-showcase .item-image .shortcode-1:hover img {
top: 100%;
transform: translateY(-100%); }
.kng-showcase .item-buttons {
position: absolute;
top: 150px;
left: 0;
right: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
margin-top: 30px;
opacity: 0;
z-index: 99; }
.kng-showcase .item-buttons a {
color: #fff;
border-color: #fff;
margin: 5px;
padding: 3px 35px !important;
border-bottom: 2px solid #fff !important;
min-width: 150px; }
.kng-showcase .item-buttons a:hover {
border-color: var(--primary-color);
background-color: var(--primary-color) !important;
border-bottom-color: var(--primary-color) !important;
color: #fff !important; }
.kng-showcase .item-title {
display: block;
font-size: 20px;
line-height: 1.33333;
font-family: "Frank Ruhl Libre", sans-serif;
color: var(--heading-color);
font-weight: 700;
letter-spacing: -0.03em;
text-align: center;
margin-top: 18px;
text-transform: capitalize; }
.kng-showcase:hover .item-image:before {
opacity: 1; }
.kng-showcase:hover .item-image img {
top: 100%;
transform: translateY(-100%); }
.kng-showcase:hover .item-buttons {
opacity: 1;
margin-top: 0; }
.kng-showcase .showcase-mobile .menu-item {
display: block;
padding: 5px 0; }
.elementor-widget-icon-list.kng-style-1 .elementor-icon-list-item {
display: inline-flex;
padding: 2px 15px;
background-color: #fff; }
.shape-round-before .kng-image-wg {
position: relative;
display: inline-flex; }
.shape-round-before .kng-image-wg:before {
content: "";
position: absolute;
top: 10px;
left: 6px;
background-color: var(--primary-color);
border-radius: 50%;
width: 100%;
height: 100%;
display: block; }
.shape-round-before .kng-image-wg img {
position: relative;
z-index: 1; }
.kng-team-carousel .item-inner {
padding-bottom: 60px; }
@media (max-width: 767px) {
.kng-team-carousel .item-inner {
padding-bottom: 30px; } }
.kng-team-carousel .item-inner:before {
content: "";
width: 90%;
height: 150px;
position: absolute;
bottom: 0;
left: 5%;
background-image: url(//interpolavukati.com/wp-content/themes/lawgne/assets/images/shadow-img.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center; }
@media (max-width: 767px) {
.kng-team-carousel .item-inner:before {
width: 60%;
height: 70px;
bottom: 155px;
left: 20%; } }
.kng-team-carousel .item-inner .item-content {
margin-bottom: 20px;
padding-left: 25px; }
@media (max-width: 767px) {
.kng-team-carousel .item-inner .item-content {
padding-left: 0; } }
.kng-team-carousel .item-inner .item-content a {
display: block;
position: relative;
padding-right: 50px; }
.kng-team-carousel .item-inner .item-content .item-title {
font-weight: 500; }
.kng-team-carousel .item-inner .item-content .item-position {
margin-top: -5px; }
.kng-team-carousel .item-inner .item-content .link-icon {
position: absolute;
top: 50%;
right: 25px;
font-size: 30px;
margin-top: -15px;
color: var(--second-color);
transition: color 0.3s ease;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease; }
@media (max-width: 767px) {
.kng-team-carousel .item-inner .item-content .link-icon {
right: 0;
font-size: 24px; } }
.kng-team-carousel .item-inner .item-content a:hover .link-icon {
color: var(--link-color-hover); }
.kng-team-carousel .item-inner .item-image {
border-radius: 24px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: center; }
.kng-team-carousel .item-inner .item-image img {
width: 100%;
transform: scale(1);
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transition: transform 0.5s ease;
-webkit-transition: transform 0.5s ease;
-khtml-transition: transform 0.5s ease;
-moz-transition: transform 0.5s ease;
-ms-transition: transform 0.5s ease;
-o-transition: transform 0.5s ease; }
.kng-team-carousel .item-inner .item-social {
background-color: #fff;
position: absolute;
bottom: 30px;
margin: 0 -5px;
padding: 15px 30px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
border-radius: 7px;
z-index: 1;
opacity: 0;
transform: translateY(30px);
-webkit-transform: translateY(30px);
-khtml-transform: translateY(30px);
-moz-transform: translateY(30px);
-ms-transform: translateY(30px);
-o-transform: translateY(30px);
transition: transform 0.3s ease, opacity 0.3s ease;
-webkit-transition: transform 0.3s ease, opacity 0.3s ease;
-khtml-transition: transform 0.3s ease, opacity 0.3s ease;
-moz-transition: transform 0.3s ease, opacity 0.3s ease;
-ms-transition: transform 0.3s ease, opacity 0.3s ease;
-o-transition: transform 0.3s ease, opacity 0.3s ease; }
@media (max-width: 767px) {
.kng-team-carousel .item-inner .item-social {
padding: 10px; } }
@media (max-width: 575px) {
.kng-team-carousel .item-inner .item-social {
padding: 15px 30px; } }
@media (max-width: 480px) {
.kng-team-carousel .item-inner .item-social {
padding: 10px; } }
.kng-team-carousel .item-inner .item-social > * {
margin: 0 5px; }
.kng-team-carousel .item-inner .item-social a {
width: 40px;
height: 40px;
background-color: transparent;
font-size: 14px;
color: #666;
text-align: center;
line-height: 38px;
position: relative;
overflow: hidden;
border-radius: 50%;
border: 1px solid rgba(var(--second-color-rgb),0.15); }
@media (max-width: 767px) {
.kng-team-carousel .item-inner .item-social a {
width: 35px;
height: 35px;
line-height: 23px; } }
@media (max-width: 575px) {
.kng-team-carousel .item-inner .item-social a {
width: 40px;
height: 40px;
line-height: 38px; } }
@media (max-width: 480px) {
.kng-team-carousel .item-inner .item-social a {
width: 35px;
height: 35px;
line-height: 23px; } }
.kng-team-carousel .item-inner .item-social a i, .kng-team-carousel .item-inner .item-social a span {
transition: color 0.3s ease;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
position: absolute;
top: 50%;
left: 50%;
transition: transform 0.3s ease;
-webkit-transition: transform 0.3s ease;
-khtml-transition: transform 0.3s ease;
-moz-transition: transform 0.3s ease;
-ms-transition: transform 0.3s ease;
-o-transition: transform 0.3s ease; }
.kng-team-carousel .item-inner .item-social a .inactive {
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }
.kng-team-carousel .item-inner .item-social a .active {
transform: translate(-50%, 35px);
-webkit-transform: translate(-50%, 35px);
-khtml-transform: translate(-50%, 35px);
-moz-transform: translate(-50%, 35px);
-ms-transform: translate(-50%, 35px);
-o-transform: translate(-50%, 35px); }
.kng-team-carousel .item-inner .item-social a:hover {
background-color: var(--primary-color);
color: #fff;
border-color: var(--primary-color); }
.kng-team-carousel .item-inner .item-social a:hover .inactive {
transform: translate(-50%, -35px);
-webkit-transform: translate(-50%, -35px);
-khtml-transform: translate(-50%, -35px);
-moz-transform: translate(-50%, -35px);
-ms-transform: translate(-50%, -35px);
-o-transform: translate(-50%, -35px); }
.kng-team-carousel .item-inner .item-social a:hover .active {
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }
.kng-team-carousel .item-inner:hover .item-image img {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-khtml-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05); }
.kng-team-carousel .item-inner:hover .item-image .item-social {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0); }
.kng-team-carousel .kng-swiper-dots {
margin-top: 0; }
.kng-team-carousel .kng-swiper-dots .kng-swiper-pagination-bullet:hover:before, .kng-team-carousel .kng-swiper-dots .kng-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
border-color: var(--second-color); }
.kng-team-carousel .kng-swiper-arrows.df-layout {
margin-bottom: 40px;
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center; }
@media (max-width: 767px) {
.kng-team-carousel .kng-swiper-arrows.df-layout {
margin-bottom: 20px; } }
.kng-team-carousel .kng-swiper-arrows.df-layout .kng-swiper-arrow {
width: 26px;
height: 26px;
line-height: 22px;
border-radius: 50%;
background-color: #fff;
color: var(--second-color);
box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.5);
-webkit-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.5);
-khtml-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.5);
-moz-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.5);
-ms-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.5);
-o-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.5); }
.kng-team-carousel .kng-swiper-arrows.df-layout .kng-swiper-arrow:hover {
background-color: var(--second-color);
color: #fff; }
.kng-team-carousel .pagination-top-progressbar {
left: 25px;
right: 25px;
height: 1px;
background-color: rgba(var(--second-color-rgb),0.1);
display: flex;
z-index: 1; }
.kng-team-carousel .pagination-top-progressbar .kng-swiper-pagination-bullet {
flex: 1;
background-color: transparent;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
padding: 5px 0;
margin-top: -5px;
position: relative; }
.kng-team-carousel .pagination-top-progressbar .kng-swiper-pagination-bullet:before {
content: "";
width: 0;
height: 1px;
background-color: var(--second-color);
position: absolute;
left: 0;
top: 5px;
transition: width 0.3s ease;
-webkit-transition: width 0.3s ease;
-khtml-transition: width 0.3s ease;
-moz-transition: width 0.3s ease;
-ms-transition: width 0.3s ease;
-o-transition: width 0.3s ease; }
.kng-team-carousel .pagination-top-progressbar .kng-swiper-pagination-bullet:hover:before, .kng-team-carousel .pagination-top-progressbar .kng-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
width: 100%; }
.kng-accordion.style1 .ac-content {
display: none; }
.kng-accordion.style1 .ac-title {
padding: 9px 10px 9px 30px;
background: #fff;
border-radius: 0;
border: 1px solid transparent;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
cursor: pointer;
font-size: 20px;
font-family: "Frank Ruhl Libre", sans-serif;
line-height: 1.6;
color: var(--heading-color);
font-weight: 700;
letter-spacing: -0.02em;
box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-webkit-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-khtml-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-moz-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-ms-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07);
-o-box-shadow: 10px 0 60px rgba(var(--second-color-rgb),0.07); }
@media (max-width: 480px) {
.kng-accordion.style1 .ac-title {
padding: 9px 10px 9px 15px;
font-size: 18px; } }
.kng-accordion.style1 .ac-title .title-text {
flex: 1; }
.kng-accordion.style1 .ac-title .kng-icon {
text-align: center;
font-size: 16px;
line-height: 40px;
width: 40px;
height: 40px;
background-color: rgba(var(--second-color-rgb),0.07);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease; }
.kng-accordion.style1 .ac-title:hover {
border-color: rgba(var(--second-color-rgb),0.15); }
.kng-accordion.style1 .ac-content {
padding: 15px 30px 0 30px;
font-size: 17px;
line-height: 32px; }
@media (max-width: 480px) {
.kng-accordion.style1 .ac-content {
padding: 15px 15px 0 15px; } }
.kng-accordion.style1 .ac-item.active .ac-title {
border-color: rgba(var(--second-color-rgb),0.15); }
.kng-accordion.style1 .ac-item.active .kng-icon {
font-family: "Font Awesome 5 Pro"; }
.kng-accordion.style1 .ac-item.active .kng-icon:before {
content: ""; }
.kng-accordion.style1 .ac-item + .ac-item {
margin-top: 20px; }
.kng-mailchimp .mailchimp-form input[type="email"] {
padding-left: 20px;
padding-right: 50px;
height: 50px; }
.kng-mailchimp .mailchimp-form input[type="email"]::-webkit-input-placeholder {
color: var(--second-color);
font-size: 16px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
.kng-mailchimp .mailchimp-form input[type="email"]:-moz-placeholder {
color: var(--second-color);
font-size: 16px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
.kng-mailchimp .mailchimp-form input[type="email"]::-moz-placeholder {
color: var(--second-color);
font-size: 16px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
.kng-mailchimp .mailchimp-form input[type="email"]:-ms-input-placeholder {
color: var(--second-color);
font-size: 16px;
font-style: normal;
font-weight: 400;
opacity: 1;
text-overflow: ellipsis;
line-height: inherit; }
.kng-mailchimp .mailchimp-form input[type="email"]:hover, .kng-mailchimp .mailchimp-form input[type="email"]:focus, .kng-mailchimp .mailchimp-form input[type="email"]:active {
background-color: #fff;
border-color: transparent; }
.kng-mailchimp .mailchimp-form .mc-btn {
position: absolute;
right: 0;
width: 50px;
background-color: transparent;
border-color: transparent;
color: var(--second-color);
padding: 10px 15px;
height: 50px;
font-weight: 400;
font-size: 16px; }
.kng-mailchimp .mailchimp-form .mc-btn:active, .kng-mailchimp .mailchimp-form .mc-btn:hover, .kng-mailchimp .mailchimp-form .mc-btn:focus {
background-color: var(--primary-color);
border-color: var(--primary-color);
color: #fff; }
.kng-list-style.number {
font-size: 16px;
color: var(--heading-color); }
.kng-list-style.number .num {
margin-right: 5px; }
.kng-list-style.bullet {
font-size: 16px;
line-height: 26px; }
.kng-list-style.bullet .list-item {
padding: 2px 0; }
.kng-list-style.bullet .list-content {
position: relative;
padding-left: 17px; }
.kng-list-style.bullet .list-content:before {
content: "";
width: 5px;
height: 5px;
border-radius: 5px;
display: inline-block;
background-color: #2c424c;
position: absolute;
left: 0;
top: 11px; }
.kng-list-style.checked {
font-size: 18px;
line-height: 32px;
font-family: "Frank Ruhl Libre", sans-serif;
color: var(--heading-color); }
.kng-list-style.checked .list-item {
display: flex; }
.kng-list-style.checked .list-item + .list-item {
margin-top: 15px; }
.kng-list-style.checked .list-icon {
flex: 0 0 auto;
width: auto; }
.kng-list-style.checked .list-icon span {
display: inline-flex;
flex: 0 0 35px;
width: 35px;
height: 35px;
background-color: #fff;
border-radius: 50%;
align-items: center;
justify-content: center;
box-shadow: 10px 0 30px rgba(var(--second-color-rgb),0.1);
-webkit-box-shadow: 10px 0 30px rgba(var(--second-color-rgb),0.1);
-khtml-box-shadow: 10px 0 30px rgba(var(--second-color-rgb),0.1);
-moz-box-shadow: 10px 0 30px rgba(var(--second-color-rgb),0.1);
-ms-box-shadow: 10px 0 30px rgba(var(--second-color-rgb),0.1);
-o-box-shadow: 10px 0 30px rgba(var(--second-color-rgb),0.1); }
.kng-list-style.checked .list-content {
flex: 1;
padding-left: 15px; }
.kng-list-style.grid {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
padding: 30px 50px;
margin-left: -8px;
margin-right: -8px; }
@media (max-width: 1800px) {
.kng-list-style.grid {
padding: 30px 30px; } }
@media (max-width: 1599px) {
.kng-list-style.grid {
padding: 30px 50px; } }
@media (max-width: 1199px) {
.kng-list-style.grid {
padding: 30px 30px; } }
@media (max-width: 480px) {
.kng-list-style.grid {
justify-content: start;
padding: 25px 15px; } }
.kng-list-style.grid .list-item {
padding-left: 8px;
padding-right: 8px;
display: flex;
align-items: center;
font-size: 30px; }
@media (max-width: 1800px) {
.kng-list-style.grid .list-item {
font-size: 25px; } }
@media (max-width: 1599px) {
.kng-list-style.grid .list-item {
font-size: 30px; } }
@media (max-width: 1199px) {
.kng-list-style.grid .list-item {
font-size: 25px; } }
@media (max-width: 767px) {
.kng-list-style.grid .list-item {
font-size: 22px; } }
@media (max-width: 575px) {
.kng-list-style.grid .list-item {
font-size: 20px; } }
@media (max-width: 480px) {
.kng-list-style.grid .list-item {
font-size: 18px; } }
.kng-list-style.grid .list-icon span {
color: #fff; }
.kng-list-style.grid .list-content {
padding-left: 15px;
font-weight: 500;
font-family: "Frank Ruhl Libre", sans-serif;
color: #fff;
text-transform: uppercase; }
.ellipse-wave .center {
display: block;
width: 350px;
height: 350px;
border-radius: 50%;
background-color: rgba(var(--second-color-rgb),0.05);
-webkit-animation: spineer-second-opacity 2s infinite;
animation: spineer-second-opacity 2s infinite; }
@media (max-width: 991px) {
#kng-page, #kng-footer {
overflow-x: hidden; } }
.container-small {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
.container-medium {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
.container-xxl {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
.container {
width: 100%;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto; }
@media (min-width: 576px) {
.container {
max-width: 100%; } }
@media (min-width: 768px) {
.container {
max-width: 768px; } }
@media (min-width: 992px) {
.container {
max-width: 960px; } }
@media (min-width: 1025px) {
.container {
max-width: 1025px; } }
@media (min-width: 1200px) {
.container {
max-width: 1200px; } }
.container-wide {
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto; }
@media (min-width: 576px) {
.container-wide {
max-width: 100%; } }
@media (min-width: 768px) {
.container-wide {
max-width: 768px; } }
@media (min-width: 992px) {
.container-wide {
max-width: 960px; } }
@media (min-width: 1025px) {
.container-wide {
max-width: 1025px; } }
@media (min-width: 1200px) {
.container-wide {
max-width: 1170px; } }
.container-full {
width: 100%;
padding-left: 15px;
padding-right: 15px;
margin-right: auto;
margin-left: auto; }
#elementor-editor-wrapper {
display: none; }
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xl-15 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px; }
.col-15 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.col-24 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
@media (min-width: 576px) {
.col-sm-15 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.col-sm-24 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 768px) {
.col-md-15 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.col-md-24 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; } }
@media (min-width: 992px) {
.col-lg-15 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.col-lg-24 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; } }
@media (min-width: 1200px) {
.col-xl-15 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.col-xl-24 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; } }
@media (min-width: 1366px) {
.col-xxl-15 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.col-xxl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%; }
.col-xxl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%; }
.col-xxl-24 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.col-xxl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-xxl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%; }
.col-xxl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-xxl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; } }
.elementor-element h1, .elementor-element h2, .elementor-element h3, .elementor-element h4, .elementor-element h5, .elementor-element h6 {
margin: 0; }
.kng-main .elementor-column > .elementor-widget-wrap > .elementor-element.elementor-absolute {
padding: initial; }
.elementor-editor-active .kng-grid .kng-grid-item {
position: static !important; }
.elementor-element .elementor-widget:not(:last-child) {
margin-bottom: 0; }
.elementor-section.kng-justify-content-start > .elementor-container {
justify-content: flex-start; }
.elementor-section.kng-justify-content-end > .elementor-container {
justify-content: flex-end; }
.elementor-section.kng-justify-content-center > .elementor-container {
justify-content: center; }
.elementor-section.kng-justify-content-between > .elementor-container {
justify-content: space-between; }
.elementor-section.kng-justify-content-around > .elementor-container {
justify-content: space-around; }
@media (max-width: 991px) {
.elementor-section.kng-justify-content-tablet-start > .elementor-container {
justify-content: flex-start; }
.elementor-section.kng-justify-content-tablet-end > .elementor-container {
justify-content: flex-end; }
.elementor-section.kng-justify-content-tablet-center > .elementor-container {
justify-content: center; }
.elementor-section.kng-justify-content-tablet-between > .elementor-container {
justify-content: space-between; }
.elementor-section.kng-justify-content-tablet-around > .elementor-container {
justify-content: space-around; } }
@media (min-width: 1600px) {
.kng-justify-content-xxl-between > .elementor-container {
justify-content: space-between; } }
[dir="rtl"] .elementor-background-overlay {
transform: scaleX(-1);
-webkit-transform: scaleX(-1);
-khtml-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-ms-transform: scaleX(-1);
-o-transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH"; }
.kng-boxed-bg-true > .kng-section-boxed-bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: var(--primary-color);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden; }
@media (min-width: 1600px) {
.kng-boxed-bg-true > .kng-section-boxed-bg {
left: 80px;
right: 80px; } }
@media (max-width: 1599px) {
.kng-boxed-bg-true > .kng-section-boxed-bg {
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-khtml-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important; } }
.kng-boxed-bg-true > .kng-section-boxed-bg:before, .kng-boxed-bg-true > .kng-section-boxed-bg:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.kng-boxed-bg-true:before, .kng-boxed-bg-true:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
background: #ffffff;
display: none; }
@media (min-width: 1600px) {
.kng-boxed-bg-true:before, .kng-boxed-bg-true:after {
width: 50%;
display: block; }
.kng-boxed-bg-true:before {
right: calc(100% - 80px); }
.kng-boxed-bg-true:after {
left: calc(100% - 80px); } }
.kng-section-boxed-divider-true .kng-section-boxed-divider {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1;
background-color: rgba(22, 37, 66, 0.1); }
@media (min-width: 1366px) {
.kng-section-boxed-divider-true.elementor-section-boxed .kng-section-boxed-divider {
left: 40px;
right: 40px; } }
@media (min-width: 1440px) {
.kng-section-boxed-divider-true.elementor-section-boxed .kng-section-boxed-divider {
left: 80px;
right: 80px; } }
.kng-section-boxed-divider-true.kng-section-boxed-divider-bottom .kng-section-boxed-divider {
top: auto;
bottom: 0; }
.kng-gradient {
position: relative; }
.kng-gradient:before, .kng-gradient:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: inherit;
-webkit-border-radius: inherit;
-khtml-border-radius: inherit;
-moz-border-radius: inherit;
-ms-border-radius: inherit;
-o-border-radius: inherit; }
.kng-gradient > * {
position: relative;
z-index: 1; }
.kng-column-element-horizontal .elementor-widget-wrap {
margin: 0 -15px;
width: calc(100% + 30px); }
.kng-column-element-horizontal .elementor-widget-wrap > .elementor-element {
width: auto;
min-width: unset !important;
flex: 0 0 auto;
max-width: 100%;
padding: 0 15px;
margin: 0; }
.elementor-widget-wrap > .elementor-inner-section.elementor-section-boxed .elementor-column-gap-default {
margin-left: -15px;
margin-right: -15px; }
.elementor-column-gap-default > .elementor-column > .elementor-element-populated .elementor-inner-section.bg-full-right:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 100%;
left: 100%;
background-color: inherit; }
[dir="rtl"] .elementor-column-gap-default > .elementor-column > .elementor-element-populated .elementor-inner-section.bg-full-right:after {
left: auto;
right: 100%; }
.elementor-section {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed; }
.elementor-section.bg-att-scroll {
background-attachment: scroll; }
.elementor-section .elementor-container {
flex-wrap: wrap;
justify-content: center; }
@media (min-width: 768px) {
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 768px; } }
@media (min-width: 992px) {
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 960px; } }
@media (min-width: 1025px) {
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1025px; } }
@media (min-width: 1200px) {
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1200px; } }
@media (min-width: 768px) {
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
max-width: 738px; } }
@media (min-width: 992px) {
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
max-width: 930px; } }
@media (min-width: 1025px) {
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
max-width: 995px; } }
@media (min-width: 1200px) {
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
max-width: 1170px; } }
@media (min-width: 768px) {
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-narrow {
max-width: 768px; } }
@media (min-width: 992px) {
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-narrow {
max-width: 960px; } }
@media (min-width: 1025px) {
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-narrow {
max-width: 1025px; } }
@media (min-width: 1200px) {
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-narrow {
max-width: 1200px; } }
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
max-width: 1210px; }
@media (min-width: 768px) {
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
max-width: 768px; } }
@media (min-width: 992px) {
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
max-width: 960px; } }
@media (min-width: 1025px) {
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
max-width: 1025px; } }
@media (min-width: 1200px) {
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
max-width: 1180px; } }
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wider {
max-width: 1250px; }
@media (min-width: 768px) {
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wider {
max-width: 768px; } }
@media (min-width: 992px) {
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wider {
max-width: 960px; } }
@media (min-width: 1025px) {
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wider {
max-width: 1025px; } }
@media (min-width: 1200px) {
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wider {
max-width: 1250px; } }
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
padding: 0 15px; }
@media (min-width: 1200px) {
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
padding: 0 20px; } }
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
padding: 0 15px; }
@media (min-width: 1200px) {
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
padding: 0 40px; } }
.elementor-widget-spacer {
margin-bottom: 0 !important; } @media (min-width: 1025px) {
.elementor-editor-active .kng-tabs-title.elementor-hidden-desktop {
display: none !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
.elementor-editor-active .elementor-hidden-tablet.kng-tabs-title {
display: none !important; } }
@media (max-width: 767px) {
.elementor-editor-active .elementor-hidden-phone.kng-tabs-title {
display: none !important; } } .elementor-panel-categories {
display: flex;
flex-wrap: wrap; }
.elementor-panel-category {
flex: 0 0 100%;
width: 100%; }
#elementor-panel-category-elementor-theme-core {
order: 1; }
@media (max-width: 767px) {
.elementor-section.kng-justify-content-mobile-start > .elementor-container {
justify-content: flex-start; } }
@media (min-width: 1200px) {
.elementor-column.col-xl-8 {
padding-left: 48px;
padding-right: 48px; } }
.kng-page-content .fadeInUp {
-webkit-animation-name: kngFadeInUp;
animation-name: kngFadeInUp; }
.kng-page-content .fadeInDown {
-webkit-animation-name: kngFadeInDown;
animation-name: kngFadeInDown; }
.kng-page-content .fadeInLeft {
-webkit-animation-name: kngFadeInLeft;
animation-name: kngFadeInLeft; }
.kng-page-content .fadeInRight {
-webkit-animation-name: kngFadeInRight;
animation-name: kngFadeInRight; }
@media (min-width: 1200px) {
.kng-section-offset-left.kng-container-width-container-1170 {
padding-left: calc((100% - 1200px)/2) !important; }
.kng-section-offset-left.kng-container-width-container-1170.kng-section-gap-no {
padding-left: calc((100% - 1170px)/2) !important; } }
@media (min-width: 1200px) {
.kng-section-offset-right.kng-container-width-container-1170 {
padding-right: calc((100% - 1200px)/2) !important; }
.kng-section-offset-right.kng-container-width-container-1170.kng-section-gap-no {
padding-right: calc((100% - 1170px)/2) !important; } }
.elementor-section .elementor-container {
flex-wrap: wrap; }
.elementor-section.kng-section-overflow-hidden-yes {
overflow: hidden !important; }
.elementor-editor-active .kng-header-elementor-sticky.h-fixed {
display: none; }
.elementor-editor-active .kng-header-mobile-sticky {
display: none; }
@media (min-width: 576px) {
.elementor-section.kng-section-3cols .elementor-column {
flex: 0 0 auto;
width: 100% !important; } }
@media (min-width: 768px) {
.elementor-section.kng-section-3cols .elementor-column {
flex: 0 0 auto;
width: 50% !important; } }
@media (min-width: 1200px) {
.elementor-section.kng-section-3cols .elementor-column {
flex: 0 0 auto;
width: 33.33333333% !important; } }
.elementor-column.kng-column-element-grow {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.elementor-column.kng-column-element-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto !important;
max-width: 100%; }
@media (max-width: 1279px) {
.elementor-column.kng-column-element-laptop-full {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100% !important;
max-width: 100%; }
.elementor-column.kng-column-element-laptop-grow {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.elementor-column.kng-column-element-laptop-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto !important;
max-width: 100%; } }
@media (max-width: 1199px) {
.elementor-column.kng-column-element-tablet_extra-full {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100% !important;
max-width: 100%; }
.elementor-column.kng-column-element-tablet_extra-grow {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.elementor-column.kng-column-element-tablet_extra-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto !important;
max-width: 100%; } }
@media (max-width: 991px) {
.elementor-column.kng-column-element-tablet-full {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100% !important;
max-width: 100%; }
.elementor-column.kng-column-element-tablet-grow {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.elementor-column.kng-column-element-tablet-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto !important;
max-width: 100%; } }
@media (max-width: 767px) {
.elementor-column.kng-column-element-mobile_extra-full {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100% !important;
max-width: 100%; }
.elementor-column.kng-column-element-mobile_extra-grow {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.elementor-column.kng-column-element-mobile_extra-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto !important;
max-width: 100%; } }
@media (max-width: 575px) {
.elementor-column.kng-column-element-mobile-full {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100% !important;
max-width: 100%; }
.elementor-column.kng-column-element-mobile-grow {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.elementor-column.kng-column-element-mobile-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto !important;
max-width: 100%; } }
.mb-0 {
margin-bottom: 0; }
.mt-0 {
margin-top: 0; }
.ml-0 {
margin-left: 0; }
.mr-0 {
margin-right: 0; }
.pb-0 {
padding-bottom: 0; }
.pt-0 {
padding-top: 0; }
.pl-0 {
padding-left: 0; }
.pr-0 {
padding-right: 0; }
.mb-5 {
margin-bottom: 5px; }
.mt-5 {
margin-top: 5px; }
.ml-5 {
margin-left: 5px; }
.mr-5 {
margin-right: 5px; }
.pb-5 {
padding-bottom: 5px; }
.pt-5 {
padding-top: 5px; }
.pl-5 {
padding-left: 5px; }
.pr-5 {
padding-right: 5px; }
.mb-8 {
margin-bottom: 8px; }
.mt-8 {
margin-top: 8px; }
.ml-8 {
margin-left: 8px; }
.mr-8 {
margin-right: 8px; }
.pb-8 {
padding-bottom: 8px; }
.pt-8 {
padding-top: 8px; }
.pl-8 {
padding-left: 8px; }
.pr-8 {
padding-right: 8px; }
.mb-10 {
margin-bottom: 10px; }
.mt-10 {
margin-top: 10px; }
.ml-10 {
margin-left: 10px; }
.mr-10 {
margin-right: 10px; }
.pb-10 {
padding-bottom: 10px; }
.pt-10 {
padding-top: 10px; }
.pl-10 {
padding-left: 10px; }
.pr-10 {
padding-right: 10px; }
.mb-12 {
margin-bottom: 12px; }
.mt-12 {
margin-top: 12px; }
.ml-12 {
margin-left: 12px; }
.mr-12 {
margin-right: 12px; }
.pb-12 {
padding-bottom: 12px; }
.pt-12 {
padding-top: 12px; }
.pl-12 {
padding-left: 12px; }
.pr-12 {
padding-right: 12px; }
.mb-15 {
margin-bottom: 15px; }
.mt-15 {
margin-top: 15px; }
.ml-15 {
margin-left: 15px; }
.mr-15 {
margin-right: 15px; }
.pb-15 {
padding-bottom: 15px; }
.pt-15 {
padding-top: 15px; }
.pl-15 {
padding-left: 15px; }
.pr-15 {
padding-right: 15px; }
.mb-16 {
margin-bottom: 16px; }
.mt-16 {
margin-top: 16px; }
.ml-16 {
margin-left: 16px; }
.mr-16 {
margin-right: 16px; }
.pb-16 {
padding-bottom: 16px; }
.pt-16 {
padding-top: 16px; }
.pl-16 {
padding-left: 16px; }
.pr-16 {
padding-right: 16px; }
.mb-20 {
margin-bottom: 20px; }
.mt-20 {
margin-top: 20px; }
.ml-20 {
margin-left: 20px; }
.mr-20 {
margin-right: 20px; }
.pb-20 {
padding-bottom: 20px; }
.pt-20 {
padding-top: 20px; }
.pl-20 {
padding-left: 20px; }
.pr-20 {
padding-right: 20px; }
.mb-24 {
margin-bottom: 24px; }
.mt-24 {
margin-top: 24px; }
.ml-24 {
margin-left: 24px; }
.mr-24 {
margin-right: 24px; }
.pb-24 {
padding-bottom: 24px; }
.pt-24 {
padding-top: 24px; }
.pl-24 {
padding-left: 24px; }
.pr-24 {
padding-right: 24px; }
.mb-25 {
margin-bottom: 25px; }
.mt-25 {
margin-top: 25px; }
.ml-25 {
margin-left: 25px; }
.mr-25 {
margin-right: 25px; }
.pb-25 {
padding-bottom: 25px; }
.pt-25 {
padding-top: 25px; }
.pl-25 {
padding-left: 25px; }
.pr-25 {
padding-right: 25px; }
.mb-26 {
margin-bottom: 26px; }
.mt-26 {
margin-top: 26px; }
.ml-26 {
margin-left: 26px; }
.mr-26 {
margin-right: 26px; }
.pb-26 {
padding-bottom: 26px; }
.pt-26 {
padding-top: 26px; }
.pl-26 {
padding-left: 26px; }
.pr-26 {
padding-right: 26px; }
.mb-28 {
margin-bottom: 28px; }
.mt-28 {
margin-top: 28px; }
.ml-28 {
margin-left: 28px; }
.mr-28 {
margin-right: 28px; }
.pb-28 {
padding-bottom: 28px; }
.pt-28 {
padding-top: 28px; }
.pl-28 {
padding-left: 28px; }
.pr-28 {
padding-right: 28px; }
.mb-30 {
margin-bottom: 30px; }
.mt-30 {
margin-top: 30px; }
.ml-30 {
margin-left: 30px; }
.mr-30 {
margin-right: 30px; }
.pb-30 {
padding-bottom: 30px; }
.pt-30 {
padding-top: 30px; }
.pl-30 {
padding-left: 30px; }
.pr-30 {
padding-right: 30px; }
.mb-32 {
margin-bottom: 32px; }
.mt-32 {
margin-top: 32px; }
.ml-32 {
margin-left: 32px; }
.mr-32 {
margin-right: 32px; }
.pb-32 {
padding-bottom: 32px; }
.pt-32 {
padding-top: 32px; }
.pl-32 {
padding-left: 32px; }
.pr-32 {
padding-right: 32px; }
.mb-36 {
margin-bottom: 36px; }
.mt-36 {
margin-top: 36px; }
.ml-36 {
margin-left: 36px; }
.mr-36 {
margin-right: 36px; }
.pb-36 {
padding-bottom: 36px; }
.pt-36 {
padding-top: 36px; }
.pl-36 {
padding-left: 36px; }
.pr-36 {
padding-right: 36px; }
.mb-40 {
margin-bottom: 40px; }
.mt-40 {
margin-top: 40px; }
.ml-40 {
margin-left: 40px; }
.mr-40 {
margin-right: 40px; }
.pb-40 {
padding-bottom: 40px; }
.pt-40 {
padding-top: 40px; }
.pl-40 {
padding-left: 40px; }
.pr-40 {
padding-right: 40px; }
.mb-48 {
margin-bottom: 48px; }
.mt-48 {
margin-top: 48px; }
.ml-48 {
margin-left: 48px; }
.mr-48 {
margin-right: 48px; }
.pb-48 {
padding-bottom: 48px; }
.pt-48 {
padding-top: 48px; }
.pl-48 {
padding-left: 48px; }
.pr-48 {
padding-right: 48px; }
.mb-50 {
margin-bottom: 50px; }
.mt-50 {
margin-top: 50px; }
.ml-50 {
margin-left: 50px; }
.mr-50 {
margin-right: 50px; }
.pb-50 {
padding-bottom: 50px; }
.pt-50 {
padding-top: 50px; }
.pl-50 {
padding-left: 50px; }
.pr-50 {
padding-right: 50px; }
.mb-56 {
margin-bottom: 56px; }
.mt-56 {
margin-top: 56px; }
.ml-56 {
margin-left: 56px; }
.mr-56 {
margin-right: 56px; }
.pb-56 {
padding-bottom: 56px; }
.pt-56 {
padding-top: 56px; }
.pl-56 {
padding-left: 56px; }
.pr-56 {
padding-right: 56px; }
@media (min-width: 0) {
.mb-xs-0 {
margin-bottom: 0; }
.mt-xs-0 {
margin-top: 0; }
.ml-xs-0 {
margin-left: 0; }
.mr-xs-0 {
margin-right: 0; }
.pb-xs-0 {
padding-bottom: 0; }
.pt-xs-0 {
padding-top: 0; }
.pl-xs-0 {
padding-left: 0; }
.pr-xs-0 {
padding-right: 0; }
.mb-xs-5 {
margin-bottom: 5px; }
.mt-xs-5 {
margin-top: 5px; }
.ml-xs-5 {
margin-left: 5px; }
.mr-xs-5 {
margin-right: 5px; }
.pb-xs-5 {
padding-bottom: 5px; }
.pt-xs-5 {
padding-top: 5px; }
.pl-xs-5 {
padding-left: 5px; }
.pr-xs-5 {
padding-right: 5px; }
.mb-xs-8 {
margin-bottom: 8px; }
.mt-xs-8 {
margin-top: 8px; }
.ml-xs-8 {
margin-left: 8px; }
.mr-xs-8 {
margin-right: 8px; }
.pb-xs-8 {
padding-bottom: 8px; }
.pt-xs-8 {
padding-top: 8px; }
.pl-xs-8 {
padding-left: 8px; }
.pr-xs-8 {
padding-right: 8px; }
.mb-xs-10 {
margin-bottom: 10px; }
.mt-xs-10 {
margin-top: 10px; }
.ml-xs-10 {
margin-left: 10px; }
.mr-xs-10 {
margin-right: 10px; }
.pb-xs-10 {
padding-bottom: 10px; }
.pt-xs-10 {
padding-top: 10px; }
.pl-xs-10 {
padding-left: 10px; }
.pr-xs-10 {
padding-right: 10px; }
.mb-xs-12 {
margin-bottom: 12px; }
.mt-xs-12 {
margin-top: 12px; }
.ml-xs-12 {
margin-left: 12px; }
.mr-xs-12 {
margin-right: 12px; }
.pb-xs-12 {
padding-bottom: 12px; }
.pt-xs-12 {
padding-top: 12px; }
.pl-xs-12 {
padding-left: 12px; }
.pr-xs-12 {
padding-right: 12px; }
.mb-xs-15 {
margin-bottom: 15px; }
.mt-xs-15 {
margin-top: 15px; }
.ml-xs-15 {
margin-left: 15px; }
.mr-xs-15 {
margin-right: 15px; }
.pb-xs-15 {
padding-bottom: 15px; }
.pt-xs-15 {
padding-top: 15px; }
.pl-xs-15 {
padding-left: 15px; }
.pr-xs-15 {
padding-right: 15px; }
.mb-xs-16 {
margin-bottom: 16px; }
.mt-xs-16 {
margin-top: 16px; }
.ml-xs-16 {
margin-left: 16px; }
.mr-xs-16 {
margin-right: 16px; }
.pb-xs-16 {
padding-bottom: 16px; }
.pt-xs-16 {
padding-top: 16px; }
.pl-xs-16 {
padding-left: 16px; }
.pr-xs-16 {
padding-right: 16px; }
.mb-xs-20 {
margin-bottom: 20px; }
.mt-xs-20 {
margin-top: 20px; }
.ml-xs-20 {
margin-left: 20px; }
.mr-xs-20 {
margin-right: 20px; }
.pb-xs-20 {
padding-bottom: 20px; }
.pt-xs-20 {
padding-top: 20px; }
.pl-xs-20 {
padding-left: 20px; }
.pr-xs-20 {
padding-right: 20px; }
.mb-xs-24 {
margin-bottom: 24px; }
.mt-xs-24 {
margin-top: 24px; }
.ml-xs-24 {
margin-left: 24px; }
.mr-xs-24 {
margin-right: 24px; }
.pb-xs-24 {
padding-bottom: 24px; }
.pt-xs-24 {
padding-top: 24px; }
.pl-xs-24 {
padding-left: 24px; }
.pr-xs-24 {
padding-right: 24px; }
.mb-xs-25 {
margin-bottom: 25px; }
.mt-xs-25 {
margin-top: 25px; }
.ml-xs-25 {
margin-left: 25px; }
.mr-xs-25 {
margin-right: 25px; }
.pb-xs-25 {
padding-bottom: 25px; }
.pt-xs-25 {
padding-top: 25px; }
.pl-xs-25 {
padding-left: 25px; }
.pr-xs-25 {
padding-right: 25px; }
.mb-xs-26 {
margin-bottom: 26px; }
.mt-xs-26 {
margin-top: 26px; }
.ml-xs-26 {
margin-left: 26px; }
.mr-xs-26 {
margin-right: 26px; }
.pb-xs-26 {
padding-bottom: 26px; }
.pt-xs-26 {
padding-top: 26px; }
.pl-xs-26 {
padding-left: 26px; }
.pr-xs-26 {
padding-right: 26px; }
.mb-xs-28 {
margin-bottom: 28px; }
.mt-xs-28 {
margin-top: 28px; }
.ml-xs-28 {
margin-left: 28px; }
.mr-xs-28 {
margin-right: 28px; }
.pb-xs-28 {
padding-bottom: 28px; }
.pt-xs-28 {
padding-top: 28px; }
.pl-xs-28 {
padding-left: 28px; }
.pr-xs-28 {
padding-right: 28px; }
.mb-xs-30 {
margin-bottom: 30px; }
.mt-xs-30 {
margin-top: 30px; }
.ml-xs-30 {
margin-left: 30px; }
.mr-xs-30 {
margin-right: 30px; }
.pb-xs-30 {
padding-bottom: 30px; }
.pt-xs-30 {
padding-top: 30px; }
.pl-xs-30 {
padding-left: 30px; }
.pr-xs-30 {
padding-right: 30px; }
.mb-xs-32 {
margin-bottom: 32px; }
.mt-xs-32 {
margin-top: 32px; }
.ml-xs-32 {
margin-left: 32px; }
.mr-xs-32 {
margin-right: 32px; }
.pb-xs-32 {
padding-bottom: 32px; }
.pt-xs-32 {
padding-top: 32px; }
.pl-xs-32 {
padding-left: 32px; }
.pr-xs-32 {
padding-right: 32px; }
.mb-xs-36 {
margin-bottom: 36px; }
.mt-xs-36 {
margin-top: 36px; }
.ml-xs-36 {
margin-left: 36px; }
.mr-xs-36 {
margin-right: 36px; }
.pb-xs-36 {
padding-bottom: 36px; }
.pt-xs-36 {
padding-top: 36px; }
.pl-xs-36 {
padding-left: 36px; }
.pr-xs-36 {
padding-right: 36px; }
.mb-xs-40 {
margin-bottom: 40px; }
.mt-xs-40 {
margin-top: 40px; }
.ml-xs-40 {
margin-left: 40px; }
.mr-xs-40 {
margin-right: 40px; }
.pb-xs-40 {
padding-bottom: 40px; }
.pt-xs-40 {
padding-top: 40px; }
.pl-xs-40 {
padding-left: 40px; }
.pr-xs-40 {
padding-right: 40px; }
.mb-xs-48 {
margin-bottom: 48px; }
.mt-xs-48 {
margin-top: 48px; }
.ml-xs-48 {
margin-left: 48px; }
.mr-xs-48 {
margin-right: 48px; }
.pb-xs-48 {
padding-bottom: 48px; }
.pt-xs-48 {
padding-top: 48px; }
.pl-xs-48 {
padding-left: 48px; }
.pr-xs-48 {
padding-right: 48px; }
.mb-xs-50 {
margin-bottom: 50px; }
.mt-xs-50 {
margin-top: 50px; }
.ml-xs-50 {
margin-left: 50px; }
.mr-xs-50 {
margin-right: 50px; }
.pb-xs-50 {
padding-bottom: 50px; }
.pt-xs-50 {
padding-top: 50px; }
.pl-xs-50 {
padding-left: 50px; }
.pr-xs-50 {
padding-right: 50px; }
.mb-xs-56 {
margin-bottom: 56px; }
.mt-xs-56 {
margin-top: 56px; }
.ml-xs-56 {
margin-left: 56px; }
.mr-xs-56 {
margin-right: 56px; }
.pb-xs-56 {
padding-bottom: 56px; }
.pt-xs-56 {
padding-top: 56px; }
.pl-xs-56 {
padding-left: 56px; }
.pr-xs-56 {
padding-right: 56px; } }
@media (min-width: 576px) {
.mb-sm-0 {
margin-bottom: 0; }
.mt-sm-0 {
margin-top: 0; }
.ml-sm-0 {
margin-left: 0; }
.mr-sm-0 {
margin-right: 0; }
.pb-sm-0 {
padding-bottom: 0; }
.pt-sm-0 {
padding-top: 0; }
.pl-sm-0 {
padding-left: 0; }
.pr-sm-0 {
padding-right: 0; }
.mb-sm-5 {
margin-bottom: 5px; }
.mt-sm-5 {
margin-top: 5px; }
.ml-sm-5 {
margin-left: 5px; }
.mr-sm-5 {
margin-right: 5px; }
.pb-sm-5 {
padding-bottom: 5px; }
.pt-sm-5 {
padding-top: 5px; }
.pl-sm-5 {
padding-left: 5px; }
.pr-sm-5 {
padding-right: 5px; }
.mb-sm-8 {
margin-bottom: 8px; }
.mt-sm-8 {
margin-top: 8px; }
.ml-sm-8 {
margin-left: 8px; }
.mr-sm-8 {
margin-right: 8px; }
.pb-sm-8 {
padding-bottom: 8px; }
.pt-sm-8 {
padding-top: 8px; }
.pl-sm-8 {
padding-left: 8px; }
.pr-sm-8 {
padding-right: 8px; }
.mb-sm-10 {
margin-bottom: 10px; }
.mt-sm-10 {
margin-top: 10px; }
.ml-sm-10 {
margin-left: 10px; }
.mr-sm-10 {
margin-right: 10px; }
.pb-sm-10 {
padding-bottom: 10px; }
.pt-sm-10 {
padding-top: 10px; }
.pl-sm-10 {
padding-left: 10px; }
.pr-sm-10 {
padding-right: 10px; }
.mb-sm-12 {
margin-bottom: 12px; }
.mt-sm-12 {
margin-top: 12px; }
.ml-sm-12 {
margin-left: 12px; }
.mr-sm-12 {
margin-right: 12px; }
.pb-sm-12 {
padding-bottom: 12px; }
.pt-sm-12 {
padding-top: 12px; }
.pl-sm-12 {
padding-left: 12px; }
.pr-sm-12 {
padding-right: 12px; }
.mb-sm-15 {
margin-bottom: 15px; }
.mt-sm-15 {
margin-top: 15px; }
.ml-sm-15 {
margin-left: 15px; }
.mr-sm-15 {
margin-right: 15px; }
.pb-sm-15 {
padding-bottom: 15px; }
.pt-sm-15 {
padding-top: 15px; }
.pl-sm-15 {
padding-left: 15px; }
.pr-sm-15 {
padding-right: 15px; }
.mb-sm-16 {
margin-bottom: 16px; }
.mt-sm-16 {
margin-top: 16px; }
.ml-sm-16 {
margin-left: 16px; }
.mr-sm-16 {
margin-right: 16px; }
.pb-sm-16 {
padding-bottom: 16px; }
.pt-sm-16 {
padding-top: 16px; }
.pl-sm-16 {
padding-left: 16px; }
.pr-sm-16 {
padding-right: 16px; }
.mb-sm-20 {
margin-bottom: 20px; }
.mt-sm-20 {
margin-top: 20px; }
.ml-sm-20 {
margin-left: 20px; }
.mr-sm-20 {
margin-right: 20px; }
.pb-sm-20 {
padding-bottom: 20px; }
.pt-sm-20 {
padding-top: 20px; }
.pl-sm-20 {
padding-left: 20px; }
.pr-sm-20 {
padding-right: 20px; }
.mb-sm-24 {
margin-bottom: 24px; }
.mt-sm-24 {
margin-top: 24px; }
.ml-sm-24 {
margin-left: 24px; }
.mr-sm-24 {
margin-right: 24px; }
.pb-sm-24 {
padding-bottom: 24px; }
.pt-sm-24 {
padding-top: 24px; }
.pl-sm-24 {
padding-left: 24px; }
.pr-sm-24 {
padding-right: 24px; }
.mb-sm-25 {
margin-bottom: 25px; }
.mt-sm-25 {
margin-top: 25px; }
.ml-sm-25 {
margin-left: 25px; }
.mr-sm-25 {
margin-right: 25px; }
.pb-sm-25 {
padding-bottom: 25px; }
.pt-sm-25 {
padding-top: 25px; }
.pl-sm-25 {
padding-left: 25px; }
.pr-sm-25 {
padding-right: 25px; }
.mb-sm-26 {
margin-bottom: 26px; }
.mt-sm-26 {
margin-top: 26px; }
.ml-sm-26 {
margin-left: 26px; }
.mr-sm-26 {
margin-right: 26px; }
.pb-sm-26 {
padding-bottom: 26px; }
.pt-sm-26 {
padding-top: 26px; }
.pl-sm-26 {
padding-left: 26px; }
.pr-sm-26 {
padding-right: 26px; }
.mb-sm-28 {
margin-bottom: 28px; }
.mt-sm-28 {
margin-top: 28px; }
.ml-sm-28 {
margin-left: 28px; }
.mr-sm-28 {
margin-right: 28px; }
.pb-sm-28 {
padding-bottom: 28px; }
.pt-sm-28 {
padding-top: 28px; }
.pl-sm-28 {
padding-left: 28px; }
.pr-sm-28 {
padding-right: 28px; }
.mb-sm-30 {
margin-bottom: 30px; }
.mt-sm-30 {
margin-top: 30px; }
.ml-sm-30 {
margin-left: 30px; }
.mr-sm-30 {
margin-right: 30px; }
.pb-sm-30 {
padding-bottom: 30px; }
.pt-sm-30 {
padding-top: 30px; }
.pl-sm-30 {
padding-left: 30px; }
.pr-sm-30 {
padding-right: 30px; }
.mb-sm-32 {
margin-bottom: 32px; }
.mt-sm-32 {
margin-top: 32px; }
.ml-sm-32 {
margin-left: 32px; }
.mr-sm-32 {
margin-right: 32px; }
.pb-sm-32 {
padding-bottom: 32px; }
.pt-sm-32 {
padding-top: 32px; }
.pl-sm-32 {
padding-left: 32px; }
.pr-sm-32 {
padding-right: 32px; }
.mb-sm-36 {
margin-bottom: 36px; }
.mt-sm-36 {
margin-top: 36px; }
.ml-sm-36 {
margin-left: 36px; }
.mr-sm-36 {
margin-right: 36px; }
.pb-sm-36 {
padding-bottom: 36px; }
.pt-sm-36 {
padding-top: 36px; }
.pl-sm-36 {
padding-left: 36px; }
.pr-sm-36 {
padding-right: 36px; }
.mb-sm-40 {
margin-bottom: 40px; }
.mt-sm-40 {
margin-top: 40px; }
.ml-sm-40 {
margin-left: 40px; }
.mr-sm-40 {
margin-right: 40px; }
.pb-sm-40 {
padding-bottom: 40px; }
.pt-sm-40 {
padding-top: 40px; }
.pl-sm-40 {
padding-left: 40px; }
.pr-sm-40 {
padding-right: 40px; }
.mb-sm-48 {
margin-bottom: 48px; }
.mt-sm-48 {
margin-top: 48px; }
.ml-sm-48 {
margin-left: 48px; }
.mr-sm-48 {
margin-right: 48px; }
.pb-sm-48 {
padding-bottom: 48px; }
.pt-sm-48 {
padding-top: 48px; }
.pl-sm-48 {
padding-left: 48px; }
.pr-sm-48 {
padding-right: 48px; }
.mb-sm-50 {
margin-bottom: 50px; }
.mt-sm-50 {
margin-top: 50px; }
.ml-sm-50 {
margin-left: 50px; }
.mr-sm-50 {
margin-right: 50px; }
.pb-sm-50 {
padding-bottom: 50px; }
.pt-sm-50 {
padding-top: 50px; }
.pl-sm-50 {
padding-left: 50px; }
.pr-sm-50 {
padding-right: 50px; }
.mb-sm-56 {
margin-bottom: 56px; }
.mt-sm-56 {
margin-top: 56px; }
.ml-sm-56 {
margin-left: 56px; }
.mr-sm-56 {
margin-right: 56px; }
.pb-sm-56 {
padding-bottom: 56px; }
.pt-sm-56 {
padding-top: 56px; }
.pl-sm-56 {
padding-left: 56px; }
.pr-sm-56 {
padding-right: 56px; } }
@media (min-width: 768px) {
.mb-md-0 {
margin-bottom: 0; }
.mt-md-0 {
margin-top: 0; }
.ml-md-0 {
margin-left: 0; }
.mr-md-0 {
margin-right: 0; }
.pb-md-0 {
padding-bottom: 0; }
.pt-md-0 {
padding-top: 0; }
.pl-md-0 {
padding-left: 0; }
.pr-md-0 {
padding-right: 0; }
.mb-md-5 {
margin-bottom: 5px; }
.mt-md-5 {
margin-top: 5px; }
.ml-md-5 {
margin-left: 5px; }
.mr-md-5 {
margin-right: 5px; }
.pb-md-5 {
padding-bottom: 5px; }
.pt-md-5 {
padding-top: 5px; }
.pl-md-5 {
padding-left: 5px; }
.pr-md-5 {
padding-right: 5px; }
.mb-md-8 {
margin-bottom: 8px; }
.mt-md-8 {
margin-top: 8px; }
.ml-md-8 {
margin-left: 8px; }
.mr-md-8 {
margin-right: 8px; }
.pb-md-8 {
padding-bottom: 8px; }
.pt-md-8 {
padding-top: 8px; }
.pl-md-8 {
padding-left: 8px; }
.pr-md-8 {
padding-right: 8px; }
.mb-md-10 {
margin-bottom: 10px; }
.mt-md-10 {
margin-top: 10px; }
.ml-md-10 {
margin-left: 10px; }
.mr-md-10 {
margin-right: 10px; }
.pb-md-10 {
padding-bottom: 10px; }
.pt-md-10 {
padding-top: 10px; }
.pl-md-10 {
padding-left: 10px; }
.pr-md-10 {
padding-right: 10px; }
.mb-md-12 {
margin-bottom: 12px; }
.mt-md-12 {
margin-top: 12px; }
.ml-md-12 {
margin-left: 12px; }
.mr-md-12 {
margin-right: 12px; }
.pb-md-12 {
padding-bottom: 12px; }
.pt-md-12 {
padding-top: 12px; }
.pl-md-12 {
padding-left: 12px; }
.pr-md-12 {
padding-right: 12px; }
.mb-md-15 {
margin-bottom: 15px; }
.mt-md-15 {
margin-top: 15px; }
.ml-md-15 {
margin-left: 15px; }
.mr-md-15 {
margin-right: 15px; }
.pb-md-15 {
padding-bottom: 15px; }
.pt-md-15 {
padding-top: 15px; }
.pl-md-15 {
padding-left: 15px; }
.pr-md-15 {
padding-right: 15px; }
.mb-md-16 {
margin-bottom: 16px; }
.mt-md-16 {
margin-top: 16px; }
.ml-md-16 {
margin-left: 16px; }
.mr-md-16 {
margin-right: 16px; }
.pb-md-16 {
padding-bottom: 16px; }
.pt-md-16 {
padding-top: 16px; }
.pl-md-16 {
padding-left: 16px; }
.pr-md-16 {
padding-right: 16px; }
.mb-md-20 {
margin-bottom: 20px; }
.mt-md-20 {
margin-top: 20px; }
.ml-md-20 {
margin-left: 20px; }
.mr-md-20 {
margin-right: 20px; }
.pb-md-20 {
padding-bottom: 20px; }
.pt-md-20 {
padding-top: 20px; }
.pl-md-20 {
padding-left: 20px; }
.pr-md-20 {
padding-right: 20px; }
.mb-md-24 {
margin-bottom: 24px; }
.mt-md-24 {
margin-top: 24px; }
.ml-md-24 {
margin-left: 24px; }
.mr-md-24 {
margin-right: 24px; }
.pb-md-24 {
padding-bottom: 24px; }
.pt-md-24 {
padding-top: 24px; }
.pl-md-24 {
padding-left: 24px; }
.pr-md-24 {
padding-right: 24px; }
.mb-md-25 {
margin-bottom: 25px; }
.mt-md-25 {
margin-top: 25px; }
.ml-md-25 {
margin-left: 25px; }
.mr-md-25 {
margin-right: 25px; }
.pb-md-25 {
padding-bottom: 25px; }
.pt-md-25 {
padding-top: 25px; }
.pl-md-25 {
padding-left: 25px; }
.pr-md-25 {
padding-right: 25px; }
.mb-md-26 {
margin-bottom: 26px; }
.mt-md-26 {
margin-top: 26px; }
.ml-md-26 {
margin-left: 26px; }
.mr-md-26 {
margin-right: 26px; }
.pb-md-26 {
padding-bottom: 26px; }
.pt-md-26 {
padding-top: 26px; }
.pl-md-26 {
padding-left: 26px; }
.pr-md-26 {
padding-right: 26px; }
.mb-md-28 {
margin-bottom: 28px; }
.mt-md-28 {
margin-top: 28px; }
.ml-md-28 {
margin-left: 28px; }
.mr-md-28 {
margin-right: 28px; }
.pb-md-28 {
padding-bottom: 28px; }
.pt-md-28 {
padding-top: 28px; }
.pl-md-28 {
padding-left: 28px; }
.pr-md-28 {
padding-right: 28px; }
.mb-md-30 {
margin-bottom: 30px; }
.mt-md-30 {
margin-top: 30px; }
.ml-md-30 {
margin-left: 30px; }
.mr-md-30 {
margin-right: 30px; }
.pb-md-30 {
padding-bottom: 30px; }
.pt-md-30 {
padding-top: 30px; }
.pl-md-30 {
padding-left: 30px; }
.pr-md-30 {
padding-right: 30px; }
.mb-md-32 {
margin-bottom: 32px; }
.mt-md-32 {
margin-top: 32px; }
.ml-md-32 {
margin-left: 32px; }
.mr-md-32 {
margin-right: 32px; }
.pb-md-32 {
padding-bottom: 32px; }
.pt-md-32 {
padding-top: 32px; }
.pl-md-32 {
padding-left: 32px; }
.pr-md-32 {
padding-right: 32px; }
.mb-md-36 {
margin-bottom: 36px; }
.mt-md-36 {
margin-top: 36px; }
.ml-md-36 {
margin-left: 36px; }
.mr-md-36 {
margin-right: 36px; }
.pb-md-36 {
padding-bottom: 36px; }
.pt-md-36 {
padding-top: 36px; }
.pl-md-36 {
padding-left: 36px; }
.pr-md-36 {
padding-right: 36px; }
.mb-md-40 {
margin-bottom: 40px; }
.mt-md-40 {
margin-top: 40px; }
.ml-md-40 {
margin-left: 40px; }
.mr-md-40 {
margin-right: 40px; }
.pb-md-40 {
padding-bottom: 40px; }
.pt-md-40 {
padding-top: 40px; }
.pl-md-40 {
padding-left: 40px; }
.pr-md-40 {
padding-right: 40px; }
.mb-md-48 {
margin-bottom: 48px; }
.mt-md-48 {
margin-top: 48px; }
.ml-md-48 {
margin-left: 48px; }
.mr-md-48 {
margin-right: 48px; }
.pb-md-48 {
padding-bottom: 48px; }
.pt-md-48 {
padding-top: 48px; }
.pl-md-48 {
padding-left: 48px; }
.pr-md-48 {
padding-right: 48px; }
.mb-md-50 {
margin-bottom: 50px; }
.mt-md-50 {
margin-top: 50px; }
.ml-md-50 {
margin-left: 50px; }
.mr-md-50 {
margin-right: 50px; }
.pb-md-50 {
padding-bottom: 50px; }
.pt-md-50 {
padding-top: 50px; }
.pl-md-50 {
padding-left: 50px; }
.pr-md-50 {
padding-right: 50px; }
.mb-md-56 {
margin-bottom: 56px; }
.mt-md-56 {
margin-top: 56px; }
.ml-md-56 {
margin-left: 56px; }
.mr-md-56 {
margin-right: 56px; }
.pb-md-56 {
padding-bottom: 56px; }
.pt-md-56 {
padding-top: 56px; }
.pl-md-56 {
padding-left: 56px; }
.pr-md-56 {
padding-right: 56px; } }
@media (min-width: 992px) {
.mb-lg-0 {
margin-bottom: 0; }
.mt-lg-0 {
margin-top: 0; }
.ml-lg-0 {
margin-left: 0; }
.mr-lg-0 {
margin-right: 0; }
.pb-lg-0 {
padding-bottom: 0; }
.pt-lg-0 {
padding-top: 0; }
.pl-lg-0 {
padding-left: 0; }
.pr-lg-0 {
padding-right: 0; }
.mb-lg-5 {
margin-bottom: 5px; }
.mt-lg-5 {
margin-top: 5px; }
.ml-lg-5 {
margin-left: 5px; }
.mr-lg-5 {
margin-right: 5px; }
.pb-lg-5 {
padding-bottom: 5px; }
.pt-lg-5 {
padding-top: 5px; }
.pl-lg-5 {
padding-left: 5px; }
.pr-lg-5 {
padding-right: 5px; }
.mb-lg-8 {
margin-bottom: 8px; }
.mt-lg-8 {
margin-top: 8px; }
.ml-lg-8 {
margin-left: 8px; }
.mr-lg-8 {
margin-right: 8px; }
.pb-lg-8 {
padding-bottom: 8px; }
.pt-lg-8 {
padding-top: 8px; }
.pl-lg-8 {
padding-left: 8px; }
.pr-lg-8 {
padding-right: 8px; }
.mb-lg-10 {
margin-bottom: 10px; }
.mt-lg-10 {
margin-top: 10px; }
.ml-lg-10 {
margin-left: 10px; }
.mr-lg-10 {
margin-right: 10px; }
.pb-lg-10 {
padding-bottom: 10px; }
.pt-lg-10 {
padding-top: 10px; }
.pl-lg-10 {
padding-left: 10px; }
.pr-lg-10 {
padding-right: 10px; }
.mb-lg-12 {
margin-bottom: 12px; }
.mt-lg-12 {
margin-top: 12px; }
.ml-lg-12 {
margin-left: 12px; }
.mr-lg-12 {
margin-right: 12px; }
.pb-lg-12 {
padding-bottom: 12px; }
.pt-lg-12 {
padding-top: 12px; }
.pl-lg-12 {
padding-left: 12px; }
.pr-lg-12 {
padding-right: 12px; }
.mb-lg-15 {
margin-bottom: 15px; }
.mt-lg-15 {
margin-top: 15px; }
.ml-lg-15 {
margin-left: 15px; }
.mr-lg-15 {
margin-right: 15px; }
.pb-lg-15 {
padding-bottom: 15px; }
.pt-lg-15 {
padding-top: 15px; }
.pl-lg-15 {
padding-left: 15px; }
.pr-lg-15 {
padding-right: 15px; }
.mb-lg-16 {
margin-bottom: 16px; }
.mt-lg-16 {
margin-top: 16px; }
.ml-lg-16 {
margin-left: 16px; }
.mr-lg-16 {
margin-right: 16px; }
.pb-lg-16 {
padding-bottom: 16px; }
.pt-lg-16 {
padding-top: 16px; }
.pl-lg-16 {
padding-left: 16px; }
.pr-lg-16 {
padding-right: 16px; }
.mb-lg-20 {
margin-bottom: 20px; }
.mt-lg-20 {
margin-top: 20px; }
.ml-lg-20 {
margin-left: 20px; }
.mr-lg-20 {
margin-right: 20px; }
.pb-lg-20 {
padding-bottom: 20px; }
.pt-lg-20 {
padding-top: 20px; }
.pl-lg-20 {
padding-left: 20px; }
.pr-lg-20 {
padding-right: 20px; }
.mb-lg-24 {
margin-bottom: 24px; }
.mt-lg-24 {
margin-top: 24px; }
.ml-lg-24 {
margin-left: 24px; }
.mr-lg-24 {
margin-right: 24px; }
.pb-lg-24 {
padding-bottom: 24px; }
.pt-lg-24 {
padding-top: 24px; }
.pl-lg-24 {
padding-left: 24px; }
.pr-lg-24 {
padding-right: 24px; }
.mb-lg-25 {
margin-bottom: 25px; }
.mt-lg-25 {
margin-top: 25px; }
.ml-lg-25 {
margin-left: 25px; }
.mr-lg-25 {
margin-right: 25px; }
.pb-lg-25 {
padding-bottom: 25px; }
.pt-lg-25 {
padding-top: 25px; }
.pl-lg-25 {
padding-left: 25px; }
.pr-lg-25 {
padding-right: 25px; }
.mb-lg-26 {
margin-bottom: 26px; }
.mt-lg-26 {
margin-top: 26px; }
.ml-lg-26 {
margin-left: 26px; }
.mr-lg-26 {
margin-right: 26px; }
.pb-lg-26 {
padding-bottom: 26px; }
.pt-lg-26 {
padding-top: 26px; }
.pl-lg-26 {
padding-left: 26px; }
.pr-lg-26 {
padding-right: 26px; }
.mb-lg-28 {
margin-bottom: 28px; }
.mt-lg-28 {
margin-top: 28px; }
.ml-lg-28 {
margin-left: 28px; }
.mr-lg-28 {
margin-right: 28px; }
.pb-lg-28 {
padding-bottom: 28px; }
.pt-lg-28 {
padding-top: 28px; }
.pl-lg-28 {
padding-left: 28px; }
.pr-lg-28 {
padding-right: 28px; }
.mb-lg-30 {
margin-bottom: 30px; }
.mt-lg-30 {
margin-top: 30px; }
.ml-lg-30 {
margin-left: 30px; }
.mr-lg-30 {
margin-right: 30px; }
.pb-lg-30 {
padding-bottom: 30px; }
.pt-lg-30 {
padding-top: 30px; }
.pl-lg-30 {
padding-left: 30px; }
.pr-lg-30 {
padding-right: 30px; }
.mb-lg-32 {
margin-bottom: 32px; }
.mt-lg-32 {
margin-top: 32px; }
.ml-lg-32 {
margin-left: 32px; }
.mr-lg-32 {
margin-right: 32px; }
.pb-lg-32 {
padding-bottom: 32px; }
.pt-lg-32 {
padding-top: 32px; }
.pl-lg-32 {
padding-left: 32px; }
.pr-lg-32 {
padding-right: 32px; }
.mb-lg-36 {
margin-bottom: 36px; }
.mt-lg-36 {
margin-top: 36px; }
.ml-lg-36 {
margin-left: 36px; }
.mr-lg-36 {
margin-right: 36px; }
.pb-lg-36 {
padding-bottom: 36px; }
.pt-lg-36 {
padding-top: 36px; }
.pl-lg-36 {
padding-left: 36px; }
.pr-lg-36 {
padding-right: 36px; }
.mb-lg-40 {
margin-bottom: 40px; }
.mt-lg-40 {
margin-top: 40px; }
.ml-lg-40 {
margin-left: 40px; }
.mr-lg-40 {
margin-right: 40px; }
.pb-lg-40 {
padding-bottom: 40px; }
.pt-lg-40 {
padding-top: 40px; }
.pl-lg-40 {
padding-left: 40px; }
.pr-lg-40 {
padding-right: 40px; }
.mb-lg-48 {
margin-bottom: 48px; }
.mt-lg-48 {
margin-top: 48px; }
.ml-lg-48 {
margin-left: 48px; }
.mr-lg-48 {
margin-right: 48px; }
.pb-lg-48 {
padding-bottom: 48px; }
.pt-lg-48 {
padding-top: 48px; }
.pl-lg-48 {
padding-left: 48px; }
.pr-lg-48 {
padding-right: 48px; }
.mb-lg-50 {
margin-bottom: 50px; }
.mt-lg-50 {
margin-top: 50px; }
.ml-lg-50 {
margin-left: 50px; }
.mr-lg-50 {
margin-right: 50px; }
.pb-lg-50 {
padding-bottom: 50px; }
.pt-lg-50 {
padding-top: 50px; }
.pl-lg-50 {
padding-left: 50px; }
.pr-lg-50 {
padding-right: 50px; }
.mb-lg-56 {
margin-bottom: 56px; }
.mt-lg-56 {
margin-top: 56px; }
.ml-lg-56 {
margin-left: 56px; }
.mr-lg-56 {
margin-right: 56px; }
.pb-lg-56 {
padding-bottom: 56px; }
.pt-lg-56 {
padding-top: 56px; }
.pl-lg-56 {
padding-left: 56px; }
.pr-lg-56 {
padding-right: 56px; } }
@media (min-width: 1200px) {
.mb-xl-0 {
margin-bottom: 0; }
.mt-xl-0 {
margin-top: 0; }
.ml-xl-0 {
margin-left: 0; }
.mr-xl-0 {
margin-right: 0; }
.pb-xl-0 {
padding-bottom: 0; }
.pt-xl-0 {
padding-top: 0; }
.pl-xl-0 {
padding-left: 0; }
.pr-xl-0 {
padding-right: 0; }
.mb-xl-5 {
margin-bottom: 5px; }
.mt-xl-5 {
margin-top: 5px; }
.ml-xl-5 {
margin-left: 5px; }
.mr-xl-5 {
margin-right: 5px; }
.pb-xl-5 {
padding-bottom: 5px; }
.pt-xl-5 {
padding-top: 5px; }
.pl-xl-5 {
padding-left: 5px; }
.pr-xl-5 {
padding-right: 5px; }
.mb-xl-8 {
margin-bottom: 8px; }
.mt-xl-8 {
margin-top: 8px; }
.ml-xl-8 {
margin-left: 8px; }
.mr-xl-8 {
margin-right: 8px; }
.pb-xl-8 {
padding-bottom: 8px; }
.pt-xl-8 {
padding-top: 8px; }
.pl-xl-8 {
padding-left: 8px; }
.pr-xl-8 {
padding-right: 8px; }
.mb-xl-10 {
margin-bottom: 10px; }
.mt-xl-10 {
margin-top: 10px; }
.ml-xl-10 {
margin-left: 10px; }
.mr-xl-10 {
margin-right: 10px; }
.pb-xl-10 {
padding-bottom: 10px; }
.pt-xl-10 {
padding-top: 10px; }
.pl-xl-10 {
padding-left: 10px; }
.pr-xl-10 {
padding-right: 10px; }
.mb-xl-12 {
margin-bottom: 12px; }
.mt-xl-12 {
margin-top: 12px; }
.ml-xl-12 {
margin-left: 12px; }
.mr-xl-12 {
margin-right: 12px; }
.pb-xl-12 {
padding-bottom: 12px; }
.pt-xl-12 {
padding-top: 12px; }
.pl-xl-12 {
padding-left: 12px; }
.pr-xl-12 {
padding-right: 12px; }
.mb-xl-15 {
margin-bottom: 15px; }
.mt-xl-15 {
margin-top: 15px; }
.ml-xl-15 {
margin-left: 15px; }
.mr-xl-15 {
margin-right: 15px; }
.pb-xl-15 {
padding-bottom: 15px; }
.pt-xl-15 {
padding-top: 15px; }
.pl-xl-15 {
padding-left: 15px; }
.pr-xl-15 {
padding-right: 15px; }
.mb-xl-16 {
margin-bottom: 16px; }
.mt-xl-16 {
margin-top: 16px; }
.ml-xl-16 {
margin-left: 16px; }
.mr-xl-16 {
margin-right: 16px; }
.pb-xl-16 {
padding-bottom: 16px; }
.pt-xl-16 {
padding-top: 16px; }
.pl-xl-16 {
padding-left: 16px; }
.pr-xl-16 {
padding-right: 16px; }
.mb-xl-20 {
margin-bottom: 20px; }
.mt-xl-20 {
margin-top: 20px; }
.ml-xl-20 {
margin-left: 20px; }
.mr-xl-20 {
margin-right: 20px; }
.pb-xl-20 {
padding-bottom: 20px; }
.pt-xl-20 {
padding-top: 20px; }
.pl-xl-20 {
padding-left: 20px; }
.pr-xl-20 {
padding-right: 20px; }
.mb-xl-24 {
margin-bottom: 24px; }
.mt-xl-24 {
margin-top: 24px; }
.ml-xl-24 {
margin-left: 24px; }
.mr-xl-24 {
margin-right: 24px; }
.pb-xl-24 {
padding-bottom: 24px; }
.pt-xl-24 {
padding-top: 24px; }
.pl-xl-24 {
padding-left: 24px; }
.pr-xl-24 {
padding-right: 24px; }
.mb-xl-25 {
margin-bottom: 25px; }
.mt-xl-25 {
margin-top: 25px; }
.ml-xl-25 {
margin-left: 25px; }
.mr-xl-25 {
margin-right: 25px; }
.pb-xl-25 {
padding-bottom: 25px; }
.pt-xl-25 {
padding-top: 25px; }
.pl-xl-25 {
padding-left: 25px; }
.pr-xl-25 {
padding-right: 25px; }
.mb-xl-26 {
margin-bottom: 26px; }
.mt-xl-26 {
margin-top: 26px; }
.ml-xl-26 {
margin-left: 26px; }
.mr-xl-26 {
margin-right: 26px; }
.pb-xl-26 {
padding-bottom: 26px; }
.pt-xl-26 {
padding-top: 26px; }
.pl-xl-26 {
padding-left: 26px; }
.pr-xl-26 {
padding-right: 26px; }
.mb-xl-28 {
margin-bottom: 28px; }
.mt-xl-28 {
margin-top: 28px; }
.ml-xl-28 {
margin-left: 28px; }
.mr-xl-28 {
margin-right: 28px; }
.pb-xl-28 {
padding-bottom: 28px; }
.pt-xl-28 {
padding-top: 28px; }
.pl-xl-28 {
padding-left: 28px; }
.pr-xl-28 {
padding-right: 28px; }
.mb-xl-30 {
margin-bottom: 30px; }
.mt-xl-30 {
margin-top: 30px; }
.ml-xl-30 {
margin-left: 30px; }
.mr-xl-30 {
margin-right: 30px; }
.pb-xl-30 {
padding-bottom: 30px; }
.pt-xl-30 {
padding-top: 30px; }
.pl-xl-30 {
padding-left: 30px; }
.pr-xl-30 {
padding-right: 30px; }
.mb-xl-32 {
margin-bottom: 32px; }
.mt-xl-32 {
margin-top: 32px; }
.ml-xl-32 {
margin-left: 32px; }
.mr-xl-32 {
margin-right: 32px; }
.pb-xl-32 {
padding-bottom: 32px; }
.pt-xl-32 {
padding-top: 32px; }
.pl-xl-32 {
padding-left: 32px; }
.pr-xl-32 {
padding-right: 32px; }
.mb-xl-36 {
margin-bottom: 36px; }
.mt-xl-36 {
margin-top: 36px; }
.ml-xl-36 {
margin-left: 36px; }
.mr-xl-36 {
margin-right: 36px; }
.pb-xl-36 {
padding-bottom: 36px; }
.pt-xl-36 {
padding-top: 36px; }
.pl-xl-36 {
padding-left: 36px; }
.pr-xl-36 {
padding-right: 36px; }
.mb-xl-40 {
margin-bottom: 40px; }
.mt-xl-40 {
margin-top: 40px; }
.ml-xl-40 {
margin-left: 40px; }
.mr-xl-40 {
margin-right: 40px; }
.pb-xl-40 {
padding-bottom: 40px; }
.pt-xl-40 {
padding-top: 40px; }
.pl-xl-40 {
padding-left: 40px; }
.pr-xl-40 {
padding-right: 40px; }
.mb-xl-48 {
margin-bottom: 48px; }
.mt-xl-48 {
margin-top: 48px; }
.ml-xl-48 {
margin-left: 48px; }
.mr-xl-48 {
margin-right: 48px; }
.pb-xl-48 {
padding-bottom: 48px; }
.pt-xl-48 {
padding-top: 48px; }
.pl-xl-48 {
padding-left: 48px; }
.pr-xl-48 {
padding-right: 48px; }
.mb-xl-50 {
margin-bottom: 50px; }
.mt-xl-50 {
margin-top: 50px; }
.ml-xl-50 {
margin-left: 50px; }
.mr-xl-50 {
margin-right: 50px; }
.pb-xl-50 {
padding-bottom: 50px; }
.pt-xl-50 {
padding-top: 50px; }
.pl-xl-50 {
padding-left: 50px; }
.pr-xl-50 {
padding-right: 50px; }
.mb-xl-56 {
margin-bottom: 56px; }
.mt-xl-56 {
margin-top: 56px; }
.ml-xl-56 {
margin-left: 56px; }
.mr-xl-56 {
margin-right: 56px; }
.pb-xl-56 {
padding-bottom: 56px; }
.pt-xl-56 {
padding-top: 56px; }
.pl-xl-56 {
padding-left: 56px; }
.pr-xl-56 {
padding-right: 56px; } }
@media (min-width: 1280px) {
.mb-xxl-0 {
margin-bottom: 0; }
.mt-xxl-0 {
margin-top: 0; }
.ml-xxl-0 {
margin-left: 0; }
.mr-xxl-0 {
margin-right: 0; }
.pb-xxl-0 {
padding-bottom: 0; }
.pt-xxl-0 {
padding-top: 0; }
.pl-xxl-0 {
padding-left: 0; }
.pr-xxl-0 {
padding-right: 0; }
.mb-xxl-5 {
margin-bottom: 5px; }
.mt-xxl-5 {
margin-top: 5px; }
.ml-xxl-5 {
margin-left: 5px; }
.mr-xxl-5 {
margin-right: 5px; }
.pb-xxl-5 {
padding-bottom: 5px; }
.pt-xxl-5 {
padding-top: 5px; }
.pl-xxl-5 {
padding-left: 5px; }
.pr-xxl-5 {
padding-right: 5px; }
.mb-xxl-8 {
margin-bottom: 8px; }
.mt-xxl-8 {
margin-top: 8px; }
.ml-xxl-8 {
margin-left: 8px; }
.mr-xxl-8 {
margin-right: 8px; }
.pb-xxl-8 {
padding-bottom: 8px; }
.pt-xxl-8 {
padding-top: 8px; }
.pl-xxl-8 {
padding-left: 8px; }
.pr-xxl-8 {
padding-right: 8px; }
.mb-xxl-10 {
margin-bottom: 10px; }
.mt-xxl-10 {
margin-top: 10px; }
.ml-xxl-10 {
margin-left: 10px; }
.mr-xxl-10 {
margin-right: 10px; }
.pb-xxl-10 {
padding-bottom: 10px; }
.pt-xxl-10 {
padding-top: 10px; }
.pl-xxl-10 {
padding-left: 10px; }
.pr-xxl-10 {
padding-right: 10px; }
.mb-xxl-12 {
margin-bottom: 12px; }
.mt-xxl-12 {
margin-top: 12px; }
.ml-xxl-12 {
margin-left: 12px; }
.mr-xxl-12 {
margin-right: 12px; }
.pb-xxl-12 {
padding-bottom: 12px; }
.pt-xxl-12 {
padding-top: 12px; }
.pl-xxl-12 {
padding-left: 12px; }
.pr-xxl-12 {
padding-right: 12px; }
.mb-xxl-15 {
margin-bottom: 15px; }
.mt-xxl-15 {
margin-top: 15px; }
.ml-xxl-15 {
margin-left: 15px; }
.mr-xxl-15 {
margin-right: 15px; }
.pb-xxl-15 {
padding-bottom: 15px; }
.pt-xxl-15 {
padding-top: 15px; }
.pl-xxl-15 {
padding-left: 15px; }
.pr-xxl-15 {
padding-right: 15px; }
.mb-xxl-16 {
margin-bottom: 16px; }
.mt-xxl-16 {
margin-top: 16px; }
.ml-xxl-16 {
margin-left: 16px; }
.mr-xxl-16 {
margin-right: 16px; }
.pb-xxl-16 {
padding-bottom: 16px; }
.pt-xxl-16 {
padding-top: 16px; }
.pl-xxl-16 {
padding-left: 16px; }
.pr-xxl-16 {
padding-right: 16px; }
.mb-xxl-20 {
margin-bottom: 20px; }
.mt-xxl-20 {
margin-top: 20px; }
.ml-xxl-20 {
margin-left: 20px; }
.mr-xxl-20 {
margin-right: 20px; }
.pb-xxl-20 {
padding-bottom: 20px; }
.pt-xxl-20 {
padding-top: 20px; }
.pl-xxl-20 {
padding-left: 20px; }
.pr-xxl-20 {
padding-right: 20px; }
.mb-xxl-24 {
margin-bottom: 24px; }
.mt-xxl-24 {
margin-top: 24px; }
.ml-xxl-24 {
margin-left: 24px; }
.mr-xxl-24 {
margin-right: 24px; }
.pb-xxl-24 {
padding-bottom: 24px; }
.pt-xxl-24 {
padding-top: 24px; }
.pl-xxl-24 {
padding-left: 24px; }
.pr-xxl-24 {
padding-right: 24px; }
.mb-xxl-25 {
margin-bottom: 25px; }
.mt-xxl-25 {
margin-top: 25px; }
.ml-xxl-25 {
margin-left: 25px; }
.mr-xxl-25 {
margin-right: 25px; }
.pb-xxl-25 {
padding-bottom: 25px; }
.pt-xxl-25 {
padding-top: 25px; }
.pl-xxl-25 {
padding-left: 25px; }
.pr-xxl-25 {
padding-right: 25px; }
.mb-xxl-26 {
margin-bottom: 26px; }
.mt-xxl-26 {
margin-top: 26px; }
.ml-xxl-26 {
margin-left: 26px; }
.mr-xxl-26 {
margin-right: 26px; }
.pb-xxl-26 {
padding-bottom: 26px; }
.pt-xxl-26 {
padding-top: 26px; }
.pl-xxl-26 {
padding-left: 26px; }
.pr-xxl-26 {
padding-right: 26px; }
.mb-xxl-28 {
margin-bottom: 28px; }
.mt-xxl-28 {
margin-top: 28px; }
.ml-xxl-28 {
margin-left: 28px; }
.mr-xxl-28 {
margin-right: 28px; }
.pb-xxl-28 {
padding-bottom: 28px; }
.pt-xxl-28 {
padding-top: 28px; }
.pl-xxl-28 {
padding-left: 28px; }
.pr-xxl-28 {
padding-right: 28px; }
.mb-xxl-30 {
margin-bottom: 30px; }
.mt-xxl-30 {
margin-top: 30px; }
.ml-xxl-30 {
margin-left: 30px; }
.mr-xxl-30 {
margin-right: 30px; }
.pb-xxl-30 {
padding-bottom: 30px; }
.pt-xxl-30 {
padding-top: 30px; }
.pl-xxl-30 {
padding-left: 30px; }
.pr-xxl-30 {
padding-right: 30px; }
.mb-xxl-32 {
margin-bottom: 32px; }
.mt-xxl-32 {
margin-top: 32px; }
.ml-xxl-32 {
margin-left: 32px; }
.mr-xxl-32 {
margin-right: 32px; }
.pb-xxl-32 {
padding-bottom: 32px; }
.pt-xxl-32 {
padding-top: 32px; }
.pl-xxl-32 {
padding-left: 32px; }
.pr-xxl-32 {
padding-right: 32px; }
.mb-xxl-36 {
margin-bottom: 36px; }
.mt-xxl-36 {
margin-top: 36px; }
.ml-xxl-36 {
margin-left: 36px; }
.mr-xxl-36 {
margin-right: 36px; }
.pb-xxl-36 {
padding-bottom: 36px; }
.pt-xxl-36 {
padding-top: 36px; }
.pl-xxl-36 {
padding-left: 36px; }
.pr-xxl-36 {
padding-right: 36px; }
.mb-xxl-40 {
margin-bottom: 40px; }
.mt-xxl-40 {
margin-top: 40px; }
.ml-xxl-40 {
margin-left: 40px; }
.mr-xxl-40 {
margin-right: 40px; }
.pb-xxl-40 {
padding-bottom: 40px; }
.pt-xxl-40 {
padding-top: 40px; }
.pl-xxl-40 {
padding-left: 40px; }
.pr-xxl-40 {
padding-right: 40px; }
.mb-xxl-48 {
margin-bottom: 48px; }
.mt-xxl-48 {
margin-top: 48px; }
.ml-xxl-48 {
margin-left: 48px; }
.mr-xxl-48 {
margin-right: 48px; }
.pb-xxl-48 {
padding-bottom: 48px; }
.pt-xxl-48 {
padding-top: 48px; }
.pl-xxl-48 {
padding-left: 48px; }
.pr-xxl-48 {
padding-right: 48px; }
.mb-xxl-50 {
margin-bottom: 50px; }
.mt-xxl-50 {
margin-top: 50px; }
.ml-xxl-50 {
margin-left: 50px; }
.mr-xxl-50 {
margin-right: 50px; }
.pb-xxl-50 {
padding-bottom: 50px; }
.pt-xxl-50 {
padding-top: 50px; }
.pl-xxl-50 {
padding-left: 50px; }
.pr-xxl-50 {
padding-right: 50px; }
.mb-xxl-56 {
margin-bottom: 56px; }
.mt-xxl-56 {
margin-top: 56px; }
.ml-xxl-56 {
margin-left: 56px; }
.mr-xxl-56 {
margin-right: 56px; }
.pb-xxl-56 {
padding-bottom: 56px; }
.pt-xxl-56 {
padding-top: 56px; }
.pl-xxl-56 {
padding-left: 56px; }
.pr-xxl-56 {
padding-right: 56px; } }
@media (min-width: 1600px) {
.mb-xxxl-0 {
margin-bottom: 0; }
.mt-xxxl-0 {
margin-top: 0; }
.ml-xxxl-0 {
margin-left: 0; }
.mr-xxxl-0 {
margin-right: 0; }
.pb-xxxl-0 {
padding-bottom: 0; }
.pt-xxxl-0 {
padding-top: 0; }
.pl-xxxl-0 {
padding-left: 0; }
.pr-xxxl-0 {
padding-right: 0; }
.mb-xxxl-5 {
margin-bottom: 5px; }
.mt-xxxl-5 {
margin-top: 5px; }
.ml-xxxl-5 {
margin-left: 5px; }
.mr-xxxl-5 {
margin-right: 5px; }
.pb-xxxl-5 {
padding-bottom: 5px; }
.pt-xxxl-5 {
padding-top: 5px; }
.pl-xxxl-5 {
padding-left: 5px; }
.pr-xxxl-5 {
padding-right: 5px; }
.mb-xxxl-8 {
margin-bottom: 8px; }
.mt-xxxl-8 {
margin-top: 8px; }
.ml-xxxl-8 {
margin-left: 8px; }
.mr-xxxl-8 {
margin-right: 8px; }
.pb-xxxl-8 {
padding-bottom: 8px; }
.pt-xxxl-8 {
padding-top: 8px; }
.pl-xxxl-8 {
padding-left: 8px; }
.pr-xxxl-8 {
padding-right: 8px; }
.mb-xxxl-10 {
margin-bottom: 10px; }
.mt-xxxl-10 {
margin-top: 10px; }
.ml-xxxl-10 {
margin-left: 10px; }
.mr-xxxl-10 {
margin-right: 10px; }
.pb-xxxl-10 {
padding-bottom: 10px; }
.pt-xxxl-10 {
padding-top: 10px; }
.pl-xxxl-10 {
padding-left: 10px; }
.pr-xxxl-10 {
padding-right: 10px; }
.mb-xxxl-12 {
margin-bottom: 12px; }
.mt-xxxl-12 {
margin-top: 12px; }
.ml-xxxl-12 {
margin-left: 12px; }
.mr-xxxl-12 {
margin-right: 12px; }
.pb-xxxl-12 {
padding-bottom: 12px; }
.pt-xxxl-12 {
padding-top: 12px; }
.pl-xxxl-12 {
padding-left: 12px; }
.pr-xxxl-12 {
padding-right: 12px; }
.mb-xxxl-15 {
margin-bottom: 15px; }
.mt-xxxl-15 {
margin-top: 15px; }
.ml-xxxl-15 {
margin-left: 15px; }
.mr-xxxl-15 {
margin-right: 15px; }
.pb-xxxl-15 {
padding-bottom: 15px; }
.pt-xxxl-15 {
padding-top: 15px; }
.pl-xxxl-15 {
padding-left: 15px; }
.pr-xxxl-15 {
padding-right: 15px; }
.mb-xxxl-16 {
margin-bottom: 16px; }
.mt-xxxl-16 {
margin-top: 16px; }
.ml-xxxl-16 {
margin-left: 16px; }
.mr-xxxl-16 {
margin-right: 16px; }
.pb-xxxl-16 {
padding-bottom: 16px; }
.pt-xxxl-16 {
padding-top: 16px; }
.pl-xxxl-16 {
padding-left: 16px; }
.pr-xxxl-16 {
padding-right: 16px; }
.mb-xxxl-20 {
margin-bottom: 20px; }
.mt-xxxl-20 {
margin-top: 20px; }
.ml-xxxl-20 {
margin-left: 20px; }
.mr-xxxl-20 {
margin-right: 20px; }
.pb-xxxl-20 {
padding-bottom: 20px; }
.pt-xxxl-20 {
padding-top: 20px; }
.pl-xxxl-20 {
padding-left: 20px; }
.pr-xxxl-20 {
padding-right: 20px; }
.mb-xxxl-24 {
margin-bottom: 24px; }
.mt-xxxl-24 {
margin-top: 24px; }
.ml-xxxl-24 {
margin-left: 24px; }
.mr-xxxl-24 {
margin-right: 24px; }
.pb-xxxl-24 {
padding-bottom: 24px; }
.pt-xxxl-24 {
padding-top: 24px; }
.pl-xxxl-24 {
padding-left: 24px; }
.pr-xxxl-24 {
padding-right: 24px; }
.mb-xxxl-25 {
margin-bottom: 25px; }
.mt-xxxl-25 {
margin-top: 25px; }
.ml-xxxl-25 {
margin-left: 25px; }
.mr-xxxl-25 {
margin-right: 25px; }
.pb-xxxl-25 {
padding-bottom: 25px; }
.pt-xxxl-25 {
padding-top: 25px; }
.pl-xxxl-25 {
padding-left: 25px; }
.pr-xxxl-25 {
padding-right: 25px; }
.mb-xxxl-26 {
margin-bottom: 26px; }
.mt-xxxl-26 {
margin-top: 26px; }
.ml-xxxl-26 {
margin-left: 26px; }
.mr-xxxl-26 {
margin-right: 26px; }
.pb-xxxl-26 {
padding-bottom: 26px; }
.pt-xxxl-26 {
padding-top: 26px; }
.pl-xxxl-26 {
padding-left: 26px; }
.pr-xxxl-26 {
padding-right: 26px; }
.mb-xxxl-28 {
margin-bottom: 28px; }
.mt-xxxl-28 {
margin-top: 28px; }
.ml-xxxl-28 {
margin-left: 28px; }
.mr-xxxl-28 {
margin-right: 28px; }
.pb-xxxl-28 {
padding-bottom: 28px; }
.pt-xxxl-28 {
padding-top: 28px; }
.pl-xxxl-28 {
padding-left: 28px; }
.pr-xxxl-28 {
padding-right: 28px; }
.mb-xxxl-30 {
margin-bottom: 30px; }
.mt-xxxl-30 {
margin-top: 30px; }
.ml-xxxl-30 {
margin-left: 30px; }
.mr-xxxl-30 {
margin-right: 30px; }
.pb-xxxl-30 {
padding-bottom: 30px; }
.pt-xxxl-30 {
padding-top: 30px; }
.pl-xxxl-30 {
padding-left: 30px; }
.pr-xxxl-30 {
padding-right: 30px; }
.mb-xxxl-32 {
margin-bottom: 32px; }
.mt-xxxl-32 {
margin-top: 32px; }
.ml-xxxl-32 {
margin-left: 32px; }
.mr-xxxl-32 {
margin-right: 32px; }
.pb-xxxl-32 {
padding-bottom: 32px; }
.pt-xxxl-32 {
padding-top: 32px; }
.pl-xxxl-32 {
padding-left: 32px; }
.pr-xxxl-32 {
padding-right: 32px; }
.mb-xxxl-36 {
margin-bottom: 36px; }
.mt-xxxl-36 {
margin-top: 36px; }
.ml-xxxl-36 {
margin-left: 36px; }
.mr-xxxl-36 {
margin-right: 36px; }
.pb-xxxl-36 {
padding-bottom: 36px; }
.pt-xxxl-36 {
padding-top: 36px; }
.pl-xxxl-36 {
padding-left: 36px; }
.pr-xxxl-36 {
padding-right: 36px; }
.mb-xxxl-40 {
margin-bottom: 40px; }
.mt-xxxl-40 {
margin-top: 40px; }
.ml-xxxl-40 {
margin-left: 40px; }
.mr-xxxl-40 {
margin-right: 40px; }
.pb-xxxl-40 {
padding-bottom: 40px; }
.pt-xxxl-40 {
padding-top: 40px; }
.pl-xxxl-40 {
padding-left: 40px; }
.pr-xxxl-40 {
padding-right: 40px; }
.mb-xxxl-48 {
margin-bottom: 48px; }
.mt-xxxl-48 {
margin-top: 48px; }
.ml-xxxl-48 {
margin-left: 48px; }
.mr-xxxl-48 {
margin-right: 48px; }
.pb-xxxl-48 {
padding-bottom: 48px; }
.pt-xxxl-48 {
padding-top: 48px; }
.pl-xxxl-48 {
padding-left: 48px; }
.pr-xxxl-48 {
padding-right: 48px; }
.mb-xxxl-50 {
margin-bottom: 50px; }
.mt-xxxl-50 {
margin-top: 50px; }
.ml-xxxl-50 {
margin-left: 50px; }
.mr-xxxl-50 {
margin-right: 50px; }
.pb-xxxl-50 {
padding-bottom: 50px; }
.pt-xxxl-50 {
padding-top: 50px; }
.pl-xxxl-50 {
padding-left: 50px; }
.pr-xxxl-50 {
padding-right: 50px; }
.mb-xxxl-56 {
margin-bottom: 56px; }
.mt-xxxl-56 {
margin-top: 56px; }
.ml-xxxl-56 {
margin-left: 56px; }
.mr-xxxl-56 {
margin-right: 56px; }
.pb-xxxl-56 {
padding-bottom: 56px; }
.pt-xxxl-56 {
padding-top: 56px; }
.pl-xxxl-56 {
padding-left: 56px; }
.pr-xxxl-56 {
padding-right: 56px; } }
.text-13 {
font-size: 13; }
.text-16 {
font-size: 16px; }
.text-20 {
font-size: 20px; }
.text-22 {
font-size: 22px; }
.text-24 {
font-size: 24px; }
.text-32 {
font-size: 32px; }
.text-36 {
font-size: 36px; }
.text-40 {
font-size: 40px; }
.text-42 {
font-size: 42px; }
.text-50 {
font-size: 50px; }
.text-56 {
font-size: 56px; }
.text-60 {
font-size: 60px; }
.text-80 {
font-size: 80px; }
.text-110 {
font-size: 110px; }
@media (min-width: 0) {
.text-xs-13 {
font-size: 13; }
.text-xs-16 {
font-size: 16px; }
.text-xs-20 {
font-size: 20px; }
.text-xs-22 {
font-size: 22px; }
.text-xs-24 {
font-size: 24px; }
.text-xs-32 {
font-size: 32px; }
.text-xs-36 {
font-size: 36px; }
.text-xs-40 {
font-size: 40px; }
.text-xs-42 {
font-size: 42px; }
.text-xs-50 {
font-size: 50px; }
.text-xs-56 {
font-size: 56px; }
.text-xs-60 {
font-size: 60px; }
.text-xs-80 {
font-size: 80px; }
.text-xs-110 {
font-size: 110px; } }
@media (min-width: 576px) {
.text-sm-13 {
font-size: 13; }
.text-sm-16 {
font-size: 16px; }
.text-sm-20 {
font-size: 20px; }
.text-sm-22 {
font-size: 22px; }
.text-sm-24 {
font-size: 24px; }
.text-sm-32 {
font-size: 32px; }
.text-sm-36 {
font-size: 36px; }
.text-sm-40 {
font-size: 40px; }
.text-sm-42 {
font-size: 42px; }
.text-sm-50 {
font-size: 50px; }
.text-sm-56 {
font-size: 56px; }
.text-sm-60 {
font-size: 60px; }
.text-sm-80 {
font-size: 80px; }
.text-sm-110 {
font-size: 110px; } }
@media (min-width: 768px) {
.text-md-13 {
font-size: 13; }
.text-md-16 {
font-size: 16px; }
.text-md-20 {
font-size: 20px; }
.text-md-22 {
font-size: 22px; }
.text-md-24 {
font-size: 24px; }
.text-md-32 {
font-size: 32px; }
.text-md-36 {
font-size: 36px; }
.text-md-40 {
font-size: 40px; }
.text-md-42 {
font-size: 42px; }
.text-md-50 {
font-size: 50px; }
.text-md-56 {
font-size: 56px; }
.text-md-60 {
font-size: 60px; }
.text-md-80 {
font-size: 80px; }
.text-md-110 {
font-size: 110px; } }
@media (min-width: 992px) {
.text-lg-13 {
font-size: 13; }
.text-lg-16 {
font-size: 16px; }
.text-lg-20 {
font-size: 20px; }
.text-lg-22 {
font-size: 22px; }
.text-lg-24 {
font-size: 24px; }
.text-lg-32 {
font-size: 32px; }
.text-lg-36 {
font-size: 36px; }
.text-lg-40 {
font-size: 40px; }
.text-lg-42 {
font-size: 42px; }
.text-lg-50 {
font-size: 50px; }
.text-lg-56 {
font-size: 56px; }
.text-lg-60 {
font-size: 60px; }
.text-lg-80 {
font-size: 80px; }
.text-lg-110 {
font-size: 110px; } }
@media (min-width: 1200px) {
.text-xl-13 {
font-size: 13; }
.text-xl-16 {
font-size: 16px; }
.text-xl-20 {
font-size: 20px; }
.text-xl-22 {
font-size: 22px; }
.text-xl-24 {
font-size: 24px; }
.text-xl-32 {
font-size: 32px; }
.text-xl-36 {
font-size: 36px; }
.text-xl-40 {
font-size: 40px; }
.text-xl-42 {
font-size: 42px; }
.text-xl-50 {
font-size: 50px; }
.text-xl-56 {
font-size: 56px; }
.text-xl-60 {
font-size: 60px; }
.text-xl-80 {
font-size: 80px; }
.text-xl-110 {
font-size: 110px; } }
@media (min-width: 1280px) {
.text-xxl-13 {
font-size: 13; }
.text-xxl-16 {
font-size: 16px; }
.text-xxl-20 {
font-size: 20px; }
.text-xxl-22 {
font-size: 22px; }
.text-xxl-24 {
font-size: 24px; }
.text-xxl-32 {
font-size: 32px; }
.text-xxl-36 {
font-size: 36px; }
.text-xxl-40 {
font-size: 40px; }
.text-xxl-42 {
font-size: 42px; }
.text-xxl-50 {
font-size: 50px; }
.text-xxl-56 {
font-size: 56px; }
.text-xxl-60 {
font-size: 60px; }
.text-xxl-80 {
font-size: 80px; }
.text-xxl-110 {
font-size: 110px; } }
@media (min-width: 1600px) {
.text-xxxl-13 {
font-size: 13; }
.text-xxxl-16 {
font-size: 16px; }
.text-xxxl-20 {
font-size: 20px; }
.text-xxxl-22 {
font-size: 22px; }
.text-xxxl-24 {
font-size: 24px; }
.text-xxxl-32 {
font-size: 32px; }
.text-xxxl-36 {
font-size: 36px; }
.text-xxxl-40 {
font-size: 40px; }
.text-xxxl-42 {
font-size: 42px; }
.text-xxxl-50 {
font-size: 50px; }
.text-xxxl-56 {
font-size: 56px; }
.text-xxxl-60 {
font-size: 60px; }
.text-xxxl-80 {
font-size: 80px; }
.text-xxxl-110 {
font-size: 110px; } }
.font-300 {
font-weight: 300; }
.font-400 {
font-weight: 400; }
.font-500 {
font-weight: 500; }
.font-600 {
font-weight: 600; }
.font-700 {
font-weight: 700; }
.font-800 {
font-weight: 800; }
.font-900 {
font-weight: 900; }
@media (min-width: 0) {
.font-xs-300 {
font-weight: 300; }
.font-xs-400 {
font-weight: 400; }
.font-xs-500 {
font-weight: 500; }
.font-xs-600 {
font-weight: 600; }
.font-xs-700 {
font-weight: 700; }
.font-xs-800 {
font-weight: 800; }
.font-xs-900 {
font-weight: 900; } }
@media (min-width: 576px) {
.font-sm-300 {
font-weight: 300; }
.font-sm-400 {
font-weight: 400; }
.font-sm-500 {
font-weight: 500; }
.font-sm-600 {
font-weight: 600; }
.font-sm-700 {
font-weight: 700; }
.font-sm-800 {
font-weight: 800; }
.font-sm-900 {
font-weight: 900; } }
@media (min-width: 768px) {
.font-md-300 {
font-weight: 300; }
.font-md-400 {
font-weight: 400; }
.font-md-500 {
font-weight: 500; }
.font-md-600 {
font-weight: 600; }
.font-md-700 {
font-weight: 700; }
.font-md-800 {
font-weight: 800; }
.font-md-900 {
font-weight: 900; } }
@media (min-width: 992px) {
.font-lg-300 {
font-weight: 300; }
.font-lg-400 {
font-weight: 400; }
.font-lg-500 {
font-weight: 500; }
.font-lg-600 {
font-weight: 600; }
.font-lg-700 {
font-weight: 700; }
.font-lg-800 {
font-weight: 800; }
.font-lg-900 {
font-weight: 900; } }
@media (min-width: 1200px) {
.font-xl-300 {
font-weight: 300; }
.font-xl-400 {
font-weight: 400; }
.font-xl-500 {
font-weight: 500; }
.font-xl-600 {
font-weight: 600; }
.font-xl-700 {
font-weight: 700; }
.font-xl-800 {
font-weight: 800; }
.font-xl-900 {
font-weight: 900; } }
@media (min-width: 1280px) {
.font-xxl-300 {
font-weight: 300; }
.font-xxl-400 {
font-weight: 400; }
.font-xxl-500 {
font-weight: 500; }
.font-xxl-600 {
font-weight: 600; }
.font-xxl-700 {
font-weight: 700; }
.font-xxl-800 {
font-weight: 800; }
.font-xxl-900 {
font-weight: 900; } }
@media (min-width: 1600px) {
.font-xxxl-300 {
font-weight: 300; }
.font-xxxl-400 {
font-weight: 400; }
.font-xxxl-500 {
font-weight: 500; }
.font-xxxl-600 {
font-weight: 600; }
.font-xxxl-700 {
font-weight: 700; }
.font-xxxl-800 {
font-weight: 800; }
.font-xxxl-900 {
font-weight: 900; } }
.lh-1 {
line-height: 1; }
.lh-1-09090909091 {
line-height: 1.09090909091; }
.lh-1-3 {
line-height: 1.3; }
.lh-1-375 {
line-height: 1.375; }
.lh-1-5 {
line-height: 1.5; }
.lh-1-777777 {
line-height: 1.777777; }
.lh-1-8 {
line-height: 1.8; }
.lh-2-46153846154 {
line-height: 2.46153846154; }
@media (min-width: 0) {
.lh-xs-1 {
line-height: 1; }
.lh-xs-1-09090909091 {
line-height: 1.09090909091; }
.lh-xs-1-3 {
line-height: 1.3; }
.lh-xs-1-375 {
line-height: 1.375; }
.lh-xs-1-5 {
line-height: 1.5; }
.lh-xs-1-777777 {
line-height: 1.777777; }
.lh-xs-1-8 {
line-height: 1.8; }
.lh-xs-2-46153846154 {
line-height: 2.46153846154; } }
@media (min-width: 576px) {
.lh-sm-1 {
line-height: 1; }
.lh-sm-1-09090909091 {
line-height: 1.09090909091; }
.lh-sm-1-3 {
line-height: 1.3; }
.lh-sm-1-375 {
line-height: 1.375; }
.lh-sm-1-5 {
line-height: 1.5; }
.lh-sm-1-777777 {
line-height: 1.777777; }
.lh-sm-1-8 {
line-height: 1.8; }
.lh-sm-2-46153846154 {
line-height: 2.46153846154; } }
@media (min-width: 768px) {
.lh-md-1 {
line-height: 1; }
.lh-md-1-09090909091 {
line-height: 1.09090909091; }
.lh-md-1-3 {
line-height: 1.3; }
.lh-md-1-375 {
line-height: 1.375; }
.lh-md-1-5 {
line-height: 1.5; }
.lh-md-1-777777 {
line-height: 1.777777; }
.lh-md-1-8 {
line-height: 1.8; }
.lh-md-2-46153846154 {
line-height: 2.46153846154; } }
@media (min-width: 992px) {
.lh-lg-1 {
line-height: 1; }
.lh-lg-1-09090909091 {
line-height: 1.09090909091; }
.lh-lg-1-3 {
line-height: 1.3; }
.lh-lg-1-375 {
line-height: 1.375; }
.lh-lg-1-5 {
line-height: 1.5; }
.lh-lg-1-777777 {
line-height: 1.777777; }
.lh-lg-1-8 {
line-height: 1.8; }
.lh-lg-2-46153846154 {
line-height: 2.46153846154; } }
@media (min-width: 1200px) {
.lh-xl-1 {
line-height: 1; }
.lh-xl-1-09090909091 {
line-height: 1.09090909091; }
.lh-xl-1-3 {
line-height: 1.3; }
.lh-xl-1-375 {
line-height: 1.375; }
.lh-xl-1-5 {
line-height: 1.5; }
.lh-xl-1-777777 {
line-height: 1.777777; }
.lh-xl-1-8 {
line-height: 1.8; }
.lh-xl-2-46153846154 {
line-height: 2.46153846154; } }
@media (min-width: 1280px) {
.lh-xxl-1 {
line-height: 1; }
.lh-xxl-1-09090909091 {
line-height: 1.09090909091; }
.lh-xxl-1-3 {
line-height: 1.3; }
.lh-xxl-1-375 {
line-height: 1.375; }
.lh-xxl-1-5 {
line-height: 1.5; }
.lh-xxl-1-777777 {
line-height: 1.777777; }
.lh-xxl-1-8 {
line-height: 1.8; }
.lh-xxl-2-46153846154 {
line-height: 2.46153846154; } }
@media (min-width: 1600px) {
.lh-xxxl-1 {
line-height: 1; }
.lh-xxxl-1-09090909091 {
line-height: 1.09090909091; }
.lh-xxxl-1-3 {
line-height: 1.3; }
.lh-xxxl-1-375 {
line-height: 1.375; }
.lh-xxxl-1-5 {
line-height: 1.5; }
.lh-xxxl-1-777777 {
line-height: 1.777777; }
.lh-xxxl-1-8 {
line-height: 1.8; }
.lh-xxxl-2-46153846154 {
line-height: 2.46153846154; } }
.gutters-0 {
margin-left: 0px;
margin-right: 0px; }
.gutters-0 > [class*="col"] {
padding-left: 0px;
padding-right: 0px; }
.gutters-0 > * {
padding-left: 0px;
padding-right: 0px; }
.gutters-0.gutters-grid {
margin: 0px; }
.gutters-0.gutters-grid > [class*="col"] {
padding: 0px; }
.gutters-0.gutters-grid > * {
padding: 0px; }
.gutters-5 {
margin-left: -2.5px;
margin-right: -2.5px; }
.gutters-5 > [class*="col"] {
padding-left: 2.5px;
padding-right: 2.5px; }
.gutters-5 > * {
padding-left: 2.5px;
padding-right: 2.5px; }
.gutters-5.gutters-grid {
margin: -2.5px; }
.gutters-5.gutters-grid > [class*="col"] {
padding: 2.5px; }
.gutters-5.gutters-grid > * {
padding: 2.5px; }
.gutters-8 {
margin-left: -4px;
margin-right: -4px; }
.gutters-8 > [class*="col"] {
padding-left: 4px;
padding-right: 4px; }
.gutters-8 > * {
padding-left: 4px;
padding-right: 4px; }
.gutters-8.gutters-grid {
margin: -4px; }
.gutters-8.gutters-grid > [class*="col"] {
padding: 4px; }
.gutters-8.gutters-grid > * {
padding: 4px; }
.gutters-10 {
margin-left: -5px;
margin-right: -5px; }
.gutters-10 > [class*="col"] {
padding-left: 5px;
padding-right: 5px; }
.gutters-10 > * {
padding-left: 5px;
padding-right: 5px; }
.gutters-10.gutters-grid {
margin: -5px; }
.gutters-10.gutters-grid > [class*="col"] {
padding: 5px; }
.gutters-10.gutters-grid > * {
padding: 5px; }
.gutters-12 {
margin-left: -6px;
margin-right: -6px; }
.gutters-12 > [class*="col"] {
padding-left: 6px;
padding-right: 6px; }
.gutters-12 > * {
padding-left: 6px;
padding-right: 6px; }
.gutters-12.gutters-grid {
margin: -6px; }
.gutters-12.gutters-grid > [class*="col"] {
padding: 6px; }
.gutters-12.gutters-grid > * {
padding: 6px; }
.gutters-15 {
margin-left: -7.5px;
margin-right: -7.5px; }
.gutters-15 > [class*="col"] {
padding-left: 7.5px;
padding-right: 7.5px; }
.gutters-15 > * {
padding-left: 7.5px;
padding-right: 7.5px; }
.gutters-15.gutters-grid {
margin: -7.5px; }
.gutters-15.gutters-grid > [class*="col"] {
padding: 7.5px; }
.gutters-15.gutters-grid > * {
padding: 7.5px; }
.gutters-16 {
margin-left: -8px;
margin-right: -8px; }
.gutters-16 > [class*="col"] {
padding-left: 8px;
padding-right: 8px; }
.gutters-16 > * {
padding-left: 8px;
padding-right: 8px; }
.gutters-16.gutters-grid {
margin: -8px; }
.gutters-16.gutters-grid > [class*="col"] {
padding: 8px; }
.gutters-16.gutters-grid > * {
padding: 8px; }
.gutters-18 {
margin-left: -9px;
margin-right: -9px; }
.gutters-18 > [class*="col"] {
padding-left: 9px;
padding-right: 9px; }
.gutters-18 > * {
padding-left: 9px;
padding-right: 9px; }
.gutters-18.gutters-grid {
margin: -9px; }
.gutters-18.gutters-grid > [class*="col"] {
padding: 9px; }
.gutters-18.gutters-grid > * {
padding: 9px; }
.gutters-20 {
margin-left: -10px;
margin-right: -10px; }
.gutters-20 > [class*="col"] {
padding-left: 10px;
padding-right: 10px; }
.gutters-20 > * {
padding-left: 10px;
padding-right: 10px; }
.gutters-20.gutters-grid {
margin: -10px; }
.gutters-20.gutters-grid > [class*="col"] {
padding: 10px; }
.gutters-20.gutters-grid > * {
padding: 10px; }
.gutters-24 {
margin-left: -12px;
margin-right: -12px; }
.gutters-24 > [class*="col"] {
padding-left: 12px;
padding-right: 12px; }
.gutters-24 > * {
padding-left: 12px;
padding-right: 12px; }
.gutters-24.gutters-grid {
margin: -12px; }
.gutters-24.gutters-grid > [class*="col"] {
padding: 12px; }
.gutters-24.gutters-grid > * {
padding: 12px; }
.gutters-25 {
margin-left: -12.5px;
margin-right: -12.5px; }
.gutters-25 > [class*="col"] {
padding-left: 12.5px;
padding-right: 12.5px; }
.gutters-25 > * {
padding-left: 12.5px;
padding-right: 12.5px; }
.gutters-25.gutters-grid {
margin: -12.5px; }
.gutters-25.gutters-grid > [class*="col"] {
padding: 12.5px; }
.gutters-25.gutters-grid > * {
padding: 12.5px; }
.gutters-30 {
margin-left: -15px;
margin-right: -15px; }
.gutters-30 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; }
.gutters-30 > * {
padding-left: 15px;
padding-right: 15px; }
.gutters-30.gutters-grid {
margin: -15px; }
.gutters-30.gutters-grid > [class*="col"] {
padding: 15px; }
.gutters-30.gutters-grid > * {
padding: 15px; }
.gutters-40 {
margin-left: -20px;
margin-right: -20px; }
.gutters-40 > [class*="col"] {
padding-left: 20px;
padding-right: 20px; }
.gutters-40 > * {
padding-left: 20px;
padding-right: 20px; }
.gutters-40.gutters-grid {
margin: -20px; }
.gutters-40.gutters-grid > [class*="col"] {
padding: 20px; }
.gutters-40.gutters-grid > * {
padding: 20px; }
.gutters-50 {
margin-left: -25px;
margin-right: -25px; }
.gutters-50 > [class*="col"] {
padding-left: 25px;
padding-right: 25px; }
.gutters-50 > * {
padding-left: 25px;
padding-right: 25px; }
.gutters-50.gutters-grid {
margin: -25px; }
.gutters-50.gutters-grid > [class*="col"] {
padding: 25px; }
.gutters-50.gutters-grid > * {
padding: 25px; }
.gutters-60 {
margin-left: -30px;
margin-right: -30px; }
.gutters-60 > [class*="col"] {
padding-left: 30px;
padding-right: 30px; }
.gutters-60 > * {
padding-left: 30px;
padding-right: 30px; }
.gutters-60.gutters-grid {
margin: -30px; }
.gutters-60.gutters-grid > [class*="col"] {
padding: 30px; }
.gutters-60.gutters-grid > * {
padding: 30px; }
.gutters-70 {
margin-left: -35px;
margin-right: -35px; }
.gutters-70 > [class*="col"] {
padding-left: 35px;
padding-right: 35px; }
.gutters-70 > * {
padding-left: 35px;
padding-right: 35px; }
.gutters-70.gutters-grid {
margin: -35px; }
.gutters-70.gutters-grid > [class*="col"] {
padding: 35px; }
.gutters-70.gutters-grid > * {
padding: 35px; }
.gutters-80 {
margin-left: -40px;
margin-right: -40px; }
.gutters-80 > [class*="col"] {
padding-left: 40px;
padding-right: 40px; }
.gutters-80 > * {
padding-left: 40px;
padding-right: 40px; }
.gutters-80.gutters-grid {
margin: -40px; }
.gutters-80.gutters-grid > [class*="col"] {
padding: 40px; }
.gutters-80.gutters-grid > * {
padding: 40px; }
.gutters-90 {
margin-left: -45px;
margin-right: -45px; }
.gutters-90 > [class*="col"] {
padding-left: 45px;
padding-right: 45px; }
.gutters-90 > * {
padding-left: 45px;
padding-right: 45px; }
.gutters-90.gutters-grid {
margin: -45px; }
.gutters-90.gutters-grid > [class*="col"] {
padding: 45px; }
.gutters-90.gutters-grid > * {
padding: 45px; }
.gutters-100 {
margin-left: -50px;
margin-right: -50px; }
.gutters-100 > [class*="col"] {
padding-left: 50px;
padding-right: 50px; }
.gutters-100 > * {
padding-left: 50px;
padding-right: 50px; }
.gutters-100.gutters-grid {
margin: -50px; }
.gutters-100.gutters-grid > [class*="col"] {
padding: 50px; }
.gutters-100.gutters-grid > * {
padding: 50px; }
@media (min-width: 0) {
.gutters-xs-0 {
margin-left: 0px;
margin-right: 0px; }
.gutters-xs-0 > [class*="col"] {
padding-left: 0px;
padding-right: 0px; }
.gutters-xs-0 > * {
padding-left: 0px;
padding-right: 0px; }
.gutters-xs-0.gutters-grid {
margin: 0px; }
.gutters-xs-0.gutters-grid > [class*="col"] {
padding: 0px; }
.gutters-xs-0.gutters-grid > * {
padding: 0px; }
.gutters-xs-5 {
margin-left: -2.5px;
margin-right: -2.5px; }
.gutters-xs-5 > [class*="col"] {
padding-left: 2.5px;
padding-right: 2.5px; }
.gutters-xs-5 > * {
padding-left: 2.5px;
padding-right: 2.5px; }
.gutters-xs-5.gutters-grid {
margin: -2.5px; }
.gutters-xs-5.gutters-grid > [class*="col"] {
padding: 2.5px; }
.gutters-xs-5.gutters-grid > * {
padding: 2.5px; }
.gutters-xs-8 {
margin-left: -4px;
margin-right: -4px; }
.gutters-xs-8 > [class*="col"] {
padding-left: 4px;
padding-right: 4px; }
.gutters-xs-8 > * {
padding-left: 4px;
padding-right: 4px; }
.gutters-xs-8.gutters-grid {
margin: -4px; }
.gutters-xs-8.gutters-grid > [class*="col"] {
padding: 4px; }
.gutters-xs-8.gutters-grid > * {
padding: 4px; }
.gutters-xs-10 {
margin-left: -5px;
margin-right: -5px; }
.gutters-xs-10 > [class*="col"] {
padding-left: 5px;
padding-right: 5px; }
.gutters-xs-10 > * {
padding-left: 5px;
padding-right: 5px; }
.gutters-xs-10.gutters-grid {
margin: -5px; }
.gutters-xs-10.gutters-grid > [class*="col"] {
padding: 5px; }
.gutters-xs-10.gutters-grid > * {
padding: 5px; }
.gutters-xs-12 {
margin-left: -6px;
margin-right: -6px; }
.gutters-xs-12 > [class*="col"] {
padding-left: 6px;
padding-right: 6px; }
.gutters-xs-12 > * {
padding-left: 6px;
padding-right: 6px; }
.gutters-xs-12.gutters-grid {
margin: -6px; }
.gutters-xs-12.gutters-grid > [class*="col"] {
padding: 6px; }
.gutters-xs-12.gutters-grid > * {
padding: 6px; }
.gutters-xs-15 {
margin-left: -7.5px;
margin-right: -7.5px; }
.gutters-xs-15 > [class*="col"] {
padding-left: 7.5px;
padding-right: 7.5px; }
.gutters-xs-15 > * {
padding-left: 7.5px;
padding-right: 7.5px; }
.gutters-xs-15.gutters-grid {
margin: -7.5px; }
.gutters-xs-15.gutters-grid > [class*="col"] {
padding: 7.5px; }
.gutters-xs-15.gutters-grid > * {
padding: 7.5px; }
.gutters-xs-16 {
margin-left: -8px;
margin-right: -8px; }
.gutters-xs-16 > [class*="col"] {
padding-left: 8px;
padding-right: 8px; }
.gutters-xs-16 > * {
padding-left: 8px;
padding-right: 8px; }
.gutters-xs-16.gutters-grid {
margin: -8px; }
.gutters-xs-16.gutters-grid > [class*="col"] {
padding: 8px; }
.gutters-xs-16.gutters-grid > * {
padding: 8px; }
.gutters-xs-18 {
margin-left: -9px;
margin-right: -9px; }
.gutters-xs-18 > [class*="col"] {
padding-left: 9px;
padding-right: 9px; }
.gutters-xs-18 > * {
padding-left: 9px;
padding-right: 9px; }
.gutters-xs-18.gutters-grid {
margin: -9px; }
.gutters-xs-18.gutters-grid > [class*="col"] {
padding: 9px; }
.gutters-xs-18.gutters-grid > * {
padding: 9px; }
.gutters-xs-20 {
margin-left: -10px;
margin-right: -10px; }
.gutters-xs-20 > [class*="col"] {
padding-left: 10px;
padding-right: 10px; }
.gutters-xs-20 > * {
padding-left: 10px;
padding-right: 10px; }
.gutters-xs-20.gutters-grid {
margin: -10px; }
.gutters-xs-20.gutters-grid > [class*="col"] {
padding: 10px; }
.gutters-xs-20.gutters-grid > * {
padding: 10px; }
.gutters-xs-24 {
margin-left: -12px;
margin-right: -12px; }
.gutters-xs-24 > [class*="col"] {
padding-left: 12px;
padding-right: 12px; }
.gutters-xs-24 > * {
padding-left: 12px;
padding-right: 12px; }
.gutters-xs-24.gutters-grid {
margin: -12px; }
.gutters-xs-24.gutters-grid > [class*="col"] {
padding: 12px; }
.gutters-xs-24.gutters-grid > * {
padding: 12px; }
.gutters-xs-25 {
margin-left: -12.5px;
margin-right: -12.5px; }
.gutters-xs-25 > [class*="col"] {
padding-left: 12.5px;
padding-right: 12.5px; }
.gutters-xs-25 > * {
padding-left: 12.5px;
padding-right: 12.5px; }
.gutters-xs-25.gutters-grid {
margin: -12.5px; }
.gutters-xs-25.gutters-grid > [class*="col"] {
padding: 12.5px; }
.gutters-xs-25.gutters-grid > * {
padding: 12.5px; }
.gutters-xs-30 {
margin-left: -15px;
margin-right: -15px; }
.gutters-xs-30 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; }
.gutters-xs-30 > * {
padding-left: 15px;
padding-right: 15px; }
.gutters-xs-30.gutters-grid {
margin: -15px; }
.gutters-xs-30.gutters-grid > [class*="col"] {
padding: 15px; }
.gutters-xs-30.gutters-grid > * {
padding: 15px; }
.gutters-xs-40 {
margin-left: -20px;
margin-right: -20px; }
.gutters-xs-40 > [class*="col"] {
padding-left: 20px;
padding-right: 20px; }
.gutters-xs-40 > * {
padding-left: 20px;
padding-right: 20px; }
.gutters-xs-40.gutters-grid {
margin: -20px; }
.gutters-xs-40.gutters-grid > [class*="col"] {
padding: 20px; }
.gutters-xs-40.gutters-grid > * {
padding: 20px; }
.gutters-xs-50 {
margin-left: -25px;
margin-right: -25px; }
.gutters-xs-50 > [class*="col"] {
padding-left: 25px;
padding-right: 25px; }
.gutters-xs-50 > * {
padding-left: 25px;
padding-right: 25px; }
.gutters-xs-50.gutters-grid {
margin: -25px; }
.gutters-xs-50.gutters-grid > [class*="col"] {
padding: 25px; }
.gutters-xs-50.gutters-grid > * {
padding: 25px; }
.gutters-xs-60 {
margin-left: -30px;
margin-right: -30px; }
.gutters-xs-60 > [class*="col"] {
padding-left: 30px;
padding-right: 30px; }
.gutters-xs-60 > * {
padding-left: 30px;
padding-right: 30px; }
.gutters-xs-60.gutters-grid {
margin: -30px; }
.gutters-xs-60.gutters-grid > [class*="col"] {
padding: 30px; }
.gutters-xs-60.gutters-grid > * {
padding: 30px; }
.gutters-xs-70 {
margin-left: -35px;
margin-right: -35px; }
.gutters-xs-70 > [class*="col"] {
padding-left: 35px;
padding-right: 35px; }
.gutters-xs-70 > * {
padding-left: 35px;
padding-right: 35px; }
.gutters-xs-70.gutters-grid {
margin: -35px; }
.gutters-xs-70.gutters-grid > [class*="col"] {
padding: 35px; }
.gutters-xs-70.gutters-grid > * {
padding: 35px; }
.gutters-xs-80 {
margin-left: -40px;
margin-right: -40px; }
.gutters-xs-80 > [class*="col"] {
padding-left: 40px;
padding-right: 40px; }
.gutters-xs-80 > * {
padding-left: 40px;
padding-right: 40px; }
.gutters-xs-80.gutters-grid {
margin: -40px; }
.gutters-xs-80.gutters-grid > [class*="col"] {
padding: 40px; }
.gutters-xs-80.gutters-grid > * {
padding: 40px; }
.gutters-xs-90 {
margin-left: -45px;
margin-right: -45px; }
.gutters-xs-90 > [class*="col"] {
padding-left: 45px;
padding-right: 45px; }
.gutters-xs-90 > * {
padding-left: 45px;
padding-right: 45px; }
.gutters-xs-90.gutters-grid {
margin: -45px; }
.gutters-xs-90.gutters-grid > [class*="col"] {
padding: 45px; }
.gutters-xs-90.gutters-grid > * {
padding: 45px; }
.gutters-xs-100 {
margin-left: -50px;
margin-right: -50px; }
.gutters-xs-100 > [class*="col"] {
padding-left: 50px;
padding-right: 50px; }
.gutters-xs-100 > * {
padding-left: 50px;
padding-right: 50px; }
.gutters-xs-100.gutters-grid {
margin: -50px; }
.gutters-xs-100.gutters-grid > [class*="col"] {
padding: 50px; }
.gutters-xs-100.gutters-grid > * {
padding: 50px; } }
@media (min-width: 576px) {
.gutters-sm-0 {
margin-left: 0px;
margin-right: 0px; }
.gutters-sm-0 > [class*="col"] {
padding-left: 0px;
padding-right: 0px; }
.gutters-sm-0 > * {
padding-left: 0px;
padding-right: 0px; }
.gutters-sm-0.gutters-grid {
margin: 0px; }
.gutters-sm-0.gutters-grid > [class*="col"] {
padding: 0px; }
.gutters-sm-0.gutters-grid > * {
padding: 0px; }
.gutters-sm-5 {
margin-left: -2.5px;
margin-right: -2.5px; }
.gutters-sm-5 > [class*="col"] {
padding-left: 2.5px;
padding-right: 2.5px; }
.gutters-sm-5 > * {
padding-left: 2.5px;
padding-right: 2.5px; }
.gutters-sm-5.gutters-grid {
margin: -2.5px; }
.gutters-sm-5.gutters-grid > [class*="col"] {
padding: 2.5px; }
.gutters-sm-5.gutters-grid > * {
padding: 2.5px; }
.gutters-sm-8 {
margin-left: -4px;
margin-right: -4px; }
.gutters-sm-8 > [class*="col"] {
padding-left: 4px;
padding-right: 4px; }
.gutters-sm-8 > * {
padding-left: 4px;
padding-right: 4px; }
.gutters-sm-8.gutters-grid {
margin: -4px; }
.gutters-sm-8.gutters-grid > [class*="col"] {
padding: 4px; }
.gutters-sm-8.gutters-grid > * {
padding: 4px; }
.gutters-sm-10 {
margin-left: -5px;
margin-right: -5px; }
.gutters-sm-10 > [class*="col"] {
padding-left: 5px;
padding-right: 5px; }
.gutters-sm-10 > * {
padding-left: 5px;
padding-right: 5px; }
.gutters-sm-10.gutters-grid {
margin: -5px; }
.gutters-sm-10.gutters-grid > [class*="col"] {
padding: 5px; }
.gutters-sm-10.gutters-grid > * {
padding: 5px; }
.gutters-sm-12 {
margin-left: -6px;
margin-right: -6px; }
.gutters-sm-12 > [class*="col"] {
padding-left: 6px;
padding-right: 6px; }
.gutters-sm-12 > * {
padding-left: 6px;
padding-right: 6px; }
.gutters-sm-12.gutters-grid {
margin: -6px; }
.gutters-sm-12.gutters-grid > [class*="col"] {
padding: 6px; }
.gutters-sm-12.gutters-grid > * {
padding: 6px; }
.gutters-sm-15 {
margin-left: -7.5px;
margin-right: -7.5px; }
.gutters-sm-15 > [class*="col"] {
padding-left: 7.5px;
padding-right: 7.5px; }
.gutters-sm-15 > * {
padding-left: 7.5px;
padding-right: 7.5px; }
.gutters-sm-15.gutters-grid {
margin: -7.5px; }
.gutters-sm-15.gutters-grid > [class*="col"] {
padding: 7.5px; }
.gutters-sm-15.gutters-grid > * {
padding: 7.5px; }
.gutters-sm-16 {
margin-left: -8px;
margin-right: -8px; }
.gutters-sm-16 > [class*="col"] {
padding-left: 8px;
padding-right: 8px; }
.gutters-sm-16 > * {
padding-left: 8px;
padding-right: 8px; }
.gutters-sm-16.gutters-grid {
margin: -8px; }
.gutters-sm-16.gutters-grid > [class*="col"] {
padding: 8px; }
.gutters-sm-16.gutters-grid > * {
padding: 8px; }
.gutters-sm-18 {
margin-left: -9px;
margin-right: -9px; }
.gutters-sm-18 > [class*="col"] {
padding-left: 9px;
padding-right: 9px; }
.gutters-sm-18 > * {
padding-left: 9px;
padding-right: 9px; }
.gutters-sm-18.gutters-grid {
margin: -9px; }
.gutters-sm-18.gutters-grid > [class*="col"] {
padding: 9px; }
.gutters-sm-18.gutters-grid > * {
padding: 9px; }
.gutters-sm-20 {
margin-left: -10px;
margin-right: -10px; }
.gutters-sm-20 > [class*="col"] {
padding-left: 10px;
padding-right: 10px; }
.gutters-sm-20 > * {
padding-left: 10px;
padding-right: 10px; }
.gutters-sm-20.gutters-grid {
margin: -10px; }
.gutters-sm-20.gutters-grid > [class*="col"] {
padding: 10px; }
.gutters-sm-20.gutters-grid > * {
padding: 10px; }
.gutters-sm-24 {
margin-left: -12px;
margin-right: -12px; }
.gutters-sm-24 > [class*="col"] {
padding-left: 12px;
padding-right: 12px; }
.gutters-sm-24 > * {
padding-left: 12px;
padding-right: 12px; }
.gutters-sm-24.gutters-grid {
margin: -12px; }
.gutters-sm-24.gutters-grid > [class*="col"] {
padding: 12px; }
.gutters-sm-24.gutters-grid > * {
padding: 12px; }
.gutters-sm-25 {
margin-left: -12.5px;
margin-right: -12.5px; }
.gutters-sm-25 > [class*="col"] {
padding-left: 12.5px;
padding-right: 12.5px; }
.gutters-sm-25 > * {
padding-left: 12.5px;
padding-right: 12.5px; }
.gutters-sm-25.gutters-grid {
margin: -12.5px; }
.gutters-sm-25.gutters-grid > [class*="col"] {
padding: 12.5px; }
.gutters-sm-25.gutters-grid > * {
padding: 12.5px; }
.gutters-sm-30 {
margin-left: -15px;
margin-right: -15px; }
.gutters-sm-30 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; }
.gutters-sm-30 > * {
padding-left: 15px;
padding-right: 15px; }
.gutters-sm-30.gutters-grid {
margin: -15px; }
.gutters-sm-30.gutters-grid > [class*="col"] {
padding: 15px; }
.gutters-sm-30.gutters-grid > * {
padding: 15px; }
.gutters-sm-40 {
margin-left: -20px;
margin-right: -20px; }
.gutters-sm-40 > [class*="col"] {
padding-left: 20px;
padding-right: 20px; }
.gutters-sm-40 > * {
padding-left: 20px;
padding-right: 20px; }
.gutters-sm-40.gutters-grid {
margin: -20px; }
.gutters-sm-40.gutters-grid > [class*="col"] {
padding: 20px; }
.gutters-sm-40.gutters-grid > * {
padding: 20px; }
.gutters-sm-50 {
margin-left: -25px;
margin-right: -25px; }
.gutters-sm-50 > [class*="col"] {
padding-left: 25px;
padding-right: 25px; }
.gutters-sm-50 > * {
padding-left: 25px;
padding-right: 25px; }
.gutters-sm-50.gutters-grid {
margin: -25px; }
.gutters-sm-50.gutters-grid > [class*="col"] {
padding: 25px; }
.gutters-sm-50.gutters-grid > * {
padding: 25px; }
.gutters-sm-60 {
margin-left: -30px;
margin-right: -30px; }
.gutters-sm-60 > [class*="col"] {
padding-left: 30px;
padding-right: 30px; }
.gutters-sm-60 > * {
padding-left: 30px;
padding-right: 30px; }
.gutters-sm-60.gutters-grid {
margin: -30px; }
.gutters-sm-60.gutters-grid > [class*="col"] {
padding: 30px; }
.gutters-sm-60.gutters-grid > * {
padding: 30px; }
.gutters-sm-70 {
margin-left: -35px;
margin-right: -35px; }
.gutters-sm-70 > [class*="col"] {
padding-left: 35px;
padding-right: 35px; }
.gutters-sm-70 > * {
padding-left: 35px;
padding-right: 35px; }
.gutters-sm-70.gutters-grid {
margin: -35px; }
.gutters-sm-70.gutters-grid > [class*="col"] {
padding: 35px; }
.gutters-sm-70.gutters-grid > * {
padding: 35px; }
.gutters-sm-80 {
margin-left: -40px;
margin-right: -40px; }
.gutters-sm-80 > [class*="col"] {
padding-left: 40px;
padding-right: 40px; }
.gutters-sm-80 > * {
padding-left: 40px;
padding-right: 40px; }
.gutters-sm-80.gutters-grid {
margin: -40px; }
.gutters-sm-80.gutters-grid > [class*="col"] {
padding: 40px; }
.gutters-sm-80.gutters-grid > * {
padding: 40px; }
.gutters-sm-90 {
margin-left: -45px;
margin-right: -45px; }
.gutters-sm-90 > [class*="col"] {
padding-left: 45px;
padding-right: 45px; }
.gutters-sm-90 > * {
padding-left: 45px;
padding-right: 45px; }
.gutters-sm-90.gutters-grid {
margin: -45px; }
.gutters-sm-90.gutters-grid > [class*="col"] {
padding: 45px; }
.gutters-sm-90.gutters-grid > * {
padding: 45px; }
.gutters-sm-100 {
margin-left: -50px;
margin-right: -50px; }
.gutters-sm-100 > [class*="col"] {
padding-left: 50px;
padding-right: 50px; }
.gutters-sm-100 > * {
padding-left: 50px;
padding-right: 50px; }
.gutters-sm-100.gutters-grid {
margin: -50px; }
.gutters-sm-100.gutters-grid > [class*="col"] {
padding: 50px; }
.gutters-sm-100.gutters-grid > * {
padding: 50px; } }
@media (min-width: 768px) {
.gutters-md-0 {
margin-left: 0px;
margin-right: 0px; }
.gutters-md-0 > [class*="col"] {
padding-left: 0px;
padding-right: 0px; }
.gutters-md-0 > * {
padding-left: 0px;
padding-right: 0px; }
.gutters-md-0.gutters-grid {
margin: 0px; }
.gutters-md-0.gutters-grid > [class*="col"] {
padding: 0px; }
.gutters-md-0.gutters-grid > * {
padding: 0px; }
.gutters-md-5 {
margin-left: -2.5px;
margin-right: -2.5px; }
.gutters-md-5 > [class*="col"] {
padding-left: 2.5px;
padding-right: 2.5px; }
.gutters-md-5 > * {
padding-left: 2.5px;
padding-right: 2.5px; }
.gutters-md-5.gutters-grid {
margin: -2.5px; }
.gutters-md-5.gutters-grid > [class*="col"] {
padding: 2.5px; }
.gutters-md-5.gutters-grid > * {
padding: 2.5px; }
.gutters-md-8 {
margin-left: -4px;
margin-right: -4px; }
.gutters-md-8 > [class*="col"] {
padding-left: 4px;
padding-right: 4px; }
.gutters-md-8 > * {
padding-left: 4px;
padding-right: 4px; }
.gutters-md-8.gutters-grid {
margin: -4px; }
.gutters-md-8.gutters-grid > [class*="col"] {
padding: 4px; }
.gutters-md-8.gutters-grid > * {
padding: 4px; }
.gutters-md-10 {
margin-left: -5px;
margin-right: -5px; }
.gutters-md-10 > [class*="col"] {
padding-left: 5px;
padding-right: 5px; }
.gutters-md-10 > * {
padding-left: 5px;
padding-right: 5px; }
.gutters-md-10.gutters-grid {
margin: -5px; }
.gutters-md-10.gutters-grid > [class*="col"] {
padding: 5px; }
.gutters-md-10.gutters-grid > * {
padding: 5px; }
.gutters-md-12 {
margin-left: -6px;
margin-right: -6px; }
.gutters-md-12 > [class*="col"] {
padding-left: 6px;
padding-right: 6px; }
.gutters-md-12 > * {
padding-left: 6px;
padding-right: 6px; }
.gutters-md-12.gutters-grid {
margin: -6px; }
.gutters-md-12.gutters-grid > [class*="col"] {
padding: 6px; }
.gutters-md-12.gutters-grid > * {
padding: 6px; }
.gutters-md-15 {
margin-left: -7.5px;
margin-right: -7.5px; }
.gutters-md-15 > [class*="col"] {
padding-left: 7.5px;
padding-right: 7.5px; }
.gutters-md-15 > * {
padding-left: 7.5px;
padding-right: 7.5px; }
.gutters-md-15.gutters-grid {
margin: -7.5px; }
.gutters-md-15.gutters-grid > [class*="col"] {
padding: 7.5px; }
.gutters-md-15.gutters-grid > * {
padding: 7.5px; }
.gutters-md-16 {
margin-left: -8px;
margin-right: -8px; }
.gutters-md-16 > [class*="col"] {
padding-left: 8px;
padding-right: 8px; }
.gutters-md-16 > * {
padding-left: 8px;
padding-right: 8px; }
.gutters-md-16.gutters-grid {
margin: -8px; }
.gutters-md-16.gutters-grid > [class*="col"] {
padding: 8px; }
.gutters-md-16.gutters-grid > * {
padding: 8px; }
.gutters-md-18 {
margin-left: -9px;
margin-right: -9px; }
.gutters-md-18 > [class*="col"] {
padding-left: 9px;
padding-right: 9px; }
.gutters-md-18 > * {
padding-left: 9px;
padding-right: 9px; }
.gutters-md-18.gutters-grid {
margin: -9px; }
.gutters-md-18.gutters-grid > [class*="col"] {
padding: 9px; }
.gutters-md-18.gutters-grid > * {
padding: 9px; }
.gutters-md-20 {
margin-left: -10px;
margin-right: -10px; }
.gutters-md-20 > [class*="col"] {
padding-left: 10px;
padding-right: 10px; }
.gutters-md-20 > * {
padding-left: 10px;
padding-right: 10px; }
.gutters-md-20.gutters-grid {
margin: -10px; }
.gutters-md-20.gutters-grid > [class*="col"] {
padding: 10px; }
.gutters-md-20.gutters-grid > * {
padding: 10px; }
.gutters-md-24 {
margin-left: -12px;
margin-right: -12px; }
.gutters-md-24 > [class*="col"] {
padding-left: 12px;
padding-right: 12px; }
.gutters-md-24 > * {
padding-left: 12px;
padding-right: 12px; }
.gutters-md-24.gutters-grid {
margin: -12px; }
.gutters-md-24.gutters-grid > [class*="col"] {
padding: 12px; }
.gutters-md-24.gutters-grid > * {
padding: 12px; }
.gutters-md-25 {
margin-left: -12.5px;
margin-right: -12.5px; }
.gutters-md-25 > [class*="col"] {
padding-left: 12.5px;
padding-right: 12.5px; }
.gutters-md-25 > * {
padding-left: 12.5px;
padding-right: 12.5px; }
.gutters-md-25.gutters-grid {
margin: -12.5px; }
.gutters-md-25.gutters-grid > [class*="col"] {
padding: 12.5px; }
.gutters-md-25.gutters-grid > * {
padding: 12.5px; }
.gutters-md-30 {
margin-left: -15px;
margin-right: -15px; }
.gutters-md-30 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; }
.gutters-md-30 > * {
padding-left: 15px;
padding-right: 15px; }
.gutters-md-30.gutters-grid {
margin: -15px; }
.gutters-md-30.gutters-grid > [class*="col"] {
padding: 15px; }
.gutters-md-30.gutters-grid > * {
padding: 15px; }
.gutters-md-40 {
margin-left: -20px;
margin-right: -20px; }
.gutters-md-40 > [class*="col"] {
padding-left: 20px;
padding-right: 20px; }
.gutters-md-40 > * {
padding-left: 20px;
padding-right: 20px; }
.gutters-md-40.gutters-grid {
margin: -20px; }
.gutters-md-40.gutters-grid > [class*="col"] {
padding: 20px; }
.gutters-md-40.gutters-grid > * {
padding: 20px; }
.gutters-md-50 {
margin-left: -25px;
margin-right: -25px; }
.gutters-md-50 > [class*="col"] {
padding-left: 25px;
padding-right: 25px; }
.gutters-md-50 > * {
padding-left: 25px;
padding-right: 25px; }
.gutters-md-50.gutters-grid {
margin: -25px; }
.gutters-md-50.gutters-grid > [class*="col"] {
padding: 25px; }
.gutters-md-50.gutters-grid > * {
padding: 25px; }
.gutters-md-60 {
margin-left: -30px;
margin-right: -30px; }
.gutters-md-60 > [class*="col"] {
padding-left: 30px;
padding-right: 30px; }
.gutters-md-60 > * {
padding-left: 30px;
padding-right: 30px; }
.gutters-md-60.gutters-grid {
margin: -30px; }
.gutters-md-60.gutters-grid > [class*="col"] {
padding: 30px; }
.gutters-md-60.gutters-grid > * {
padding: 30px; }
.gutters-md-70 {
margin-left: -35px;
margin-right: -35px; }
.gutters-md-70 > [class*="col"] {
padding-left: 35px;
padding-right: 35px; }
.gutters-md-70 > * {
padding-left: 35px;
padding-right: 35px; }
.gutters-md-70.gutters-grid {
margin: -35px; }
.gutters-md-70.gutters-grid > [class*="col"] {
padding: 35px; }
.gutters-md-70.gutters-grid > * {
padding: 35px; }
.gutters-md-80 {
margin-left: -40px;
margin-right: -40px; }
.gutters-md-80 > [class*="col"] {
padding-left: 40px;
padding-right: 40px; }
.gutters-md-80 > * {
padding-left: 40px;
padding-right: 40px; }
.gutters-md-80.gutters-grid {
margin: -40px; }
.gutters-md-80.gutters-grid > [class*="col"] {
padding: 40px; }
.gutters-md-80.gutters-grid > * {
padding: 40px; }
.gutters-md-90 {
margin-left: -45px;
margin-right: -45px; }
.gutters-md-90 > [class*="col"] {
padding-left: 45px;
padding-right: 45px; }
.gutters-md-90 > * {
padding-left: 45px;
padding-right: 45px; }
.gutters-md-90.gutters-grid {
margin: -45px; }
.gutters-md-90.gutters-grid > [class*="col"] {
padding: 45px; }
.gutters-md-90.gutters-grid > * {
padding: 45px; }
.gutters-md-100 {
margin-left: -50px;
margin-right: -50px; }
.gutters-md-100 > [class*="col"] {
padding-left: 50px;
padding-right: 50px; }
.gutters-md-100 > * {
padding-left: 50px;
padding-right: 50px; }
.gutters-md-100.gutters-grid {
margin: -50px; }
.gutters-md-100.gutters-grid > [class*="col"] {
padding: 50px; }
.gutters-md-100.gutters-grid > * {
padding: 50px; } }
@media (min-width: 992px) {
.gutters-lg-0 {
margin-left: 0px;
margin-right: 0px; }
.gutters-lg-0 > [class*="col"] {
padding-left: 0px;
padding-right: 0px; }
.gutters-lg-0 > * {
padding-left: 0px;
padding-right: 0px; }
.gutters-lg-0.gutters-grid {
margin: 0px; }
.gutters-lg-0.gutters-grid > [class*="col"] {
padding: 0px; }
.gutters-lg-0.gutters-grid > * {
padding: 0px; }
.gutters-lg-5 {
margin-left: -2.5px;
margin-right: -2.5px; }
.gutters-lg-5 > [class*="col"] {
padding-left: 2.5px;
padding-right: 2.5px; }
.gutters-lg-5 > * {
padding-left: 2.5px;
padding-right: 2.5px; }
.gutters-lg-5.gutters-grid {
margin: -2.5px; }
.gutters-lg-5.gutters-grid > [class*="col"] {
padding: 2.5px; }
.gutters-lg-5.gutters-grid > * {
padding: 2.5px; }
.gutters-lg-8 {
margin-left: -4px;
margin-right: -4px; }
.gutters-lg-8 > [class*="col"] {
padding-left: 4px;
padding-right: 4px; }
.gutters-lg-8 > * {
padding-left: 4px;
padding-right: 4px; }
.gutters-lg-8.gutters-grid {
margin: -4px; }
.gutters-lg-8.gutters-grid > [class*="col"] {
padding: 4px; }
.gutters-lg-8.gutters-grid > * {
padding: 4px; }
.gutters-lg-10 {
margin-left: -5px;
margin-right: -5px; }
.gutters-lg-10 > [class*="col"] {
padding-left: 5px;
padding-right: 5px; }
.gutters-lg-10 > * {
padding-left: 5px;
padding-right: 5px; }
.gutters-lg-10.gutters-grid {
margin: -5px; }
.gutters-lg-10.gutters-grid > [class*="col"] {
padding: 5px; }
.gutters-lg-10.gutters-grid > * {
padding: 5px; }
.gutters-lg-12 {
margin-left: -6px;
margin-right: -6px; }
.gutters-lg-12 > [class*="col"] {
padding-left: 6px;
padding-right: 6px; }
.gutters-lg-12 > * {
padding-left: 6px;
padding-right: 6px; }
.gutters-lg-12.gutters-grid {
margin: -6px; }
.gutters-lg-12.gutters-grid > [class*="col"] {
padding: 6px; }
.gutters-lg-12.gutters-grid > * {
padding: 6px; }
.gutters-lg-15 {
margin-left: -7.5px;
margin-right: -7.5px; }
.gutters-lg-15 > [class*="col"] {
padding-left: 7.5px;
padding-right: 7.5px; }
.gutters-lg-15 > * {
padding-left: 7.5px;
padding-right: 7.5px; }
.gutters-lg-15.gutters-grid {
margin: -7.5px; }
.gutters-lg-15.gutters-grid > [class*="col"] {
padding: 7.5px; }
.gutters-lg-15.gutters-grid > * {
padding: 7.5px; }
.gutters-lg-16 {
margin-left: -8px;
margin-right: -8px; }
.gutters-lg-16 > [class*="col"] {
padding-left: 8px;
padding-right: 8px; }
.gutters-lg-16 > * {
padding-left: 8px;
padding-right: 8px; }
.gutters-lg-16.gutters-grid {
margin: -8px; }
.gutters-lg-16.gutters-grid > [class*="col"] {
padding: 8px; }
.gutters-lg-16.gutters-grid > * {
padding: 8px; }
.gutters-lg-18 {
margin-left: -9px;
margin-right: -9px; }
.gutters-lg-18 > [class*="col"] {
padding-left: 9px;
padding-right: 9px; }
.gutters-lg-18 > * {
padding-left: 9px;
padding-right: 9px; }
.gutters-lg-18.gutters-grid {
margin: -9px; }
.gutters-lg-18.gutters-grid > [class*="col"] {
padding: 9px; }
.gutters-lg-18.gutters-grid > * {
padding: 9px; }
.gutters-lg-20 {
margin-left: -10px;
margin-right: -10px; }
.gutters-lg-20 > [class*="col"] {
padding-left: 10px;
padding-right: 10px; }
.gutters-lg-20 > * {
padding-left: 10px;
padding-right: 10px; }
.gutters-lg-20.gutters-grid {
margin: -10px; }
.gutters-lg-20.gutters-grid > [class*="col"] {
padding: 10px; }
.gutters-lg-20.gutters-grid > * {
padding: 10px; }
.gutters-lg-24 {
margin-left: -12px;
margin-right: -12px; }
.gutters-lg-24 > [class*="col"] {
padding-left: 12px;
padding-right: 12px; }
.gutters-lg-24 > * {
padding-left: 12px;
padding-right: 12px; }
.gutters-lg-24.gutters-grid {
margin: -12px; }
.gutters-lg-24.gutters-grid > [class*="col"] {
padding: 12px; }
.gutters-lg-24.gutters-grid > * {
padding: 12px; }
.gutters-lg-25 {
margin-left: -12.5px;
margin-right: -12.5px; }
.gutters-lg-25 > [class*="col"] {
padding-left: 12.5px;
padding-right: 12.5px; }
.gutters-lg-25 > * {
padding-left: 12.5px;
padding-right: 12.5px; }
.gutters-lg-25.gutters-grid {
margin: -12.5px; }
.gutters-lg-25.gutters-grid > [class*="col"] {
padding: 12.5px; }
.gutters-lg-25.gutters-grid > * {
padding: 12.5px; }
.gutters-lg-30 {
margin-left: -15px;
margin-right: -15px; }
.gutters-lg-30 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; }
.gutters-lg-30 > * {
padding-left: 15px;
padding-right: 15px; }
.gutters-lg-30.gutters-grid {
margin: -15px; }
.gutters-lg-30.gutters-grid > [class*="col"] {
padding: 15px; }
.gutters-lg-30.gutters-grid > * {
padding: 15px; }
.gutters-lg-40 {
margin-left: -20px;
margin-right: -20px; }
.gutters-lg-40 > [class*="col"] {
padding-left: 20px;
padding-right: 20px; }
.gutters-lg-40 > * {
padding-left: 20px;
padding-right: 20px; }
.gutters-lg-40.gutters-grid {
margin: -20px; }
.gutters-lg-40.gutters-grid > [class*="col"] {
padding: 20px; }
.gutters-lg-40.gutters-grid > * {
padding: 20px; }
.gutters-lg-50 {
margin-left: -25px;
margin-right: -25px; }
.gutters-lg-50 > [class*="col"] {
padding-left: 25px;
padding-right: 25px; }
.gutters-lg-50 > * {
padding-left: 25px;
padding-right: 25px; }
.gutters-lg-50.gutters-grid {
margin: -25px; }
.gutters-lg-50.gutters-grid > [class*="col"] {
padding: 25px; }
.gutters-lg-50.gutters-grid > * {
padding: 25px; }
.gutters-lg-60 {
margin-left: -30px;
margin-right: -30px; }
.gutters-lg-60 > [class*="col"] {
padding-left: 30px;
padding-right: 30px; }
.gutters-lg-60 > * {
padding-left: 30px;
padding-right: 30px; }
.gutters-lg-60.gutters-grid {
margin: -30px; }
.gutters-lg-60.gutters-grid > [class*="col"] {
padding: 30px; }
.gutters-lg-60.gutters-grid > * {
padding: 30px; }
.gutters-lg-70 {
margin-left: -35px;
margin-right: -35px; }
.gutters-lg-70 > [class*="col"] {
padding-left: 35px;
padding-right: 35px; }
.gutters-lg-70 > * {
padding-left: 35px;
padding-right: 35px; }
.gutters-lg-70.gutters-grid {
margin: -35px; }
.gutters-lg-70.gutters-grid > [class*="col"] {
padding: 35px; }
.gutters-lg-70.gutters-grid > * {
padding: 35px; }
.gutters-lg-80 {
margin-left: -40px;
margin-right: -40px; }
.gutters-lg-80 > [class*="col"] {
padding-left: 40px;
padding-right: 40px; }
.gutters-lg-80 > * {
padding-left: 40px;
padding-right: 40px; }
.gutters-lg-80.gutters-grid {
margin: -40px; }
.gutters-lg-80.gutters-grid > [class*="col"] {
padding: 40px; }
.gutters-lg-80.gutters-grid > * {
padding: 40px; }
.gutters-lg-90 {
margin-left: -45px;
margin-right: -45px; }
.gutters-lg-90 > [class*="col"] {
padding-left: 45px;
padding-right: 45px; }
.gutters-lg-90 > * {
padding-left: 45px;
padding-right: 45px; }
.gutters-lg-90.gutters-grid {
margin: -45px; }
.gutters-lg-90.gutters-grid > [class*="col"] {
padding: 45px; }
.gutters-lg-90.gutters-grid > * {
padding: 45px; }
.gutters-lg-100 {
margin-left: -50px;
margin-right: -50px; }
.gutters-lg-100 > [class*="col"] {
padding-left: 50px;
padding-right: 50px; }
.gutters-lg-100 > * {
padding-left: 50px;
padding-right: 50px; }
.gutters-lg-100.gutters-grid {
margin: -50px; }
.gutters-lg-100.gutters-grid > [class*="col"] {
padding: 50px; }
.gutters-lg-100.gutters-grid > * {
padding: 50px; } }
@media (min-width: 1200px) {
.gutters-xl-0 {
margin-left: 0px;
margin-right: 0px; }
.gutters-xl-0 > [class*="col"] {
padding-left: 0px;
padding-right: 0px; }
.gutters-xl-0 > * {
padding-left: 0px;
padding-right: 0px; }
.gutters-xl-0.gutters-grid {
margin: 0px; }
.gutters-xl-0.gutters-grid > [class*="col"] {
padding: 0px; }
.gutters-xl-0.gutters-grid > * {
padding: 0px; }
.gutters-xl-5 {
margin-left: -2.5px;
margin-right: -2.5px; }
.gutters-xl-5 > [class*="col"] {
padding-left: 2.5px;
padding-right: 2.5px; }
.gutters-xl-5 > * {
padding-left: 2.5px;
padding-right: 2.5px; }
.gutters-xl-5.gutters-grid {
margin: -2.5px; }
.gutters-xl-5.gutters-grid > [class*="col"] {
padding: 2.5px; }
.gutters-xl-5.gutters-grid > * {
padding: 2.5px; }
.gutters-xl-8 {
margin-left: -4px;
margin-right: -4px; }
.gutters-xl-8 > [class*="col"] {
padding-left: 4px;
padding-right: 4px; }
.gutters-xl-8 > * {
padding-left: 4px;
padding-right: 4px; }
.gutters-xl-8.gutters-grid {
margin: -4px; }
.gutters-xl-8.gutters-grid > [class*="col"] {
padding: 4px; }
.gutters-xl-8.gutters-grid > * {
padding: 4px; }
.gutters-xl-10 {
margin-left: -5px;
margin-right: -5px; }
.gutters-xl-10 > [class*="col"] {
padding-left: 5px;
padding-right: 5px; }
.gutters-xl-10 > * {
padding-left: 5px;
padding-right: 5px; }
.gutters-xl-10.gutters-grid {
margin: -5px; }
.gutters-xl-10.gutters-grid > [class*="col"] {
padding: 5px; }
.gutters-xl-10.gutters-grid > * {
padding: 5px; }
.gutters-xl-12 {
margin-left: -6px;
margin-right: -6px; }
.gutters-xl-12 > [class*="col"] {
padding-left: 6px;
padding-right: 6px; }
.gutters-xl-12 > * {
padding-left: 6px;
padding-right: 6px; }
.gutters-xl-12.gutters-grid {
margin: -6px; }
.gutters-xl-12.gutters-grid > [class*="col"] {
padding: 6px; }
.gutters-xl-12.gutters-grid > * {
padding: 6px; }
.gutters-xl-15 {
margin-left: -7.5px;
margin-right: -7.5px; }
.gutters-xl-15 > [class*="col"] {
padding-left: 7.5px;
padding-right: 7.5px; }
.gutters-xl-15 > * {
padding-left: 7.5px;
padding-right: 7.5px; }
.gutters-xl-15.gutters-grid {
margin: -7.5px; }
.gutters-xl-15.gutters-grid > [class*="col"] {
padding: 7.5px; }
.gutters-xl-15.gutters-grid > * {
padding: 7.5px; }
.gutters-xl-16 {
margin-left: -8px;
margin-right: -8px; }
.gutters-xl-16 > [class*="col"] {
padding-left: 8px;
padding-right: 8px; }
.gutters-xl-16 > * {
padding-left: 8px;
padding-right: 8px; }
.gutters-xl-16.gutters-grid {
margin: -8px; }
.gutters-xl-16.gutters-grid > [class*="col"] {
padding: 8px; }
.gutters-xl-16.gutters-grid > * {
padding: 8px; }
.gutters-xl-18 {
margin-left: -9px;
margin-right: -9px; }
.gutters-xl-18 > [class*="col"] {
padding-left: 9px;
padding-right: 9px; }
.gutters-xl-18 > * {
padding-left: 9px;
padding-right: 9px; }
.gutters-xl-18.gutters-grid {
margin: -9px; }
.gutters-xl-18.gutters-grid > [class*="col"] {
padding: 9px; }
.gutters-xl-18.gutters-grid > * {
padding: 9px; }
.gutters-xl-20 {
margin-left: -10px;
margin-right: -10px; }
.gutters-xl-20 > [class*="col"] {
padding-left: 10px;
padding-right: 10px; }
.gutters-xl-20 > * {
padding-left: 10px;
padding-right: 10px; }
.gutters-xl-20.gutters-grid {
margin: -10px; }
.gutters-xl-20.gutters-grid > [class*="col"] {
padding: 10px; }
.gutters-xl-20.gutters-grid > * {
padding: 10px; }
.gutters-xl-24 {
margin-left: -12px;
margin-right: -12px; }
.gutters-xl-24 > [class*="col"] {
padding-left: 12px;
padding-right: 12px; }
.gutters-xl-24 > * {
padding-left: 12px;
padding-right: 12px; }
.gutters-xl-24.gutters-grid {
margin: -12px; }
.gutters-xl-24.gutters-grid > [class*="col"] {
padding: 12px; }
.gutters-xl-24.gutters-grid > * {
padding: 12px; }
.gutters-xl-25 {
margin-left: -12.5px;
margin-right: -12.5px; }
.gutters-xl-25 > [class*="col"] {
padding-left: 12.5px;
padding-right: 12.5px; }
.gutters-xl-25 > * {
padding-left: 12.5px;
padding-right: 12.5px; }
.gutters-xl-25.gutters-grid {
margin: -12.5px; }
.gutters-xl-25.gutters-grid > [class*="col"] {
padding: 12.5px; }
.gutters-xl-25.gutters-grid > * {
padding: 12.5px; }
.gutters-xl-30 {
margin-left: -15px;
margin-right: -15px; }
.gutters-xl-30 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; }
.gutters-xl-30 > * {
padding-left: 15px;
padding-right: 15px; }
.gutters-xl-30.gutters-grid {
margin: -15px; }
.gutters-xl-30.gutters-grid > [class*="col"] {
padding: 15px; }
.gutters-xl-30.gutters-grid > * {
padding: 15px; }
.gutters-xl-40 {
margin-left: -20px;
margin-right: -20px; }
.gutters-xl-40 > [class*="col"] {
padding-left: 20px;
padding-right: 20px; }
.gutters-xl-40 > * {
padding-left: 20px;
padding-right: 20px; }
.gutters-xl-40.gutters-grid {
margin: -20px; }
.gutters-xl-40.gutters-grid > [class*="col"] {
padding: 20px; }
.gutters-xl-40.gutters-grid > * {
padding: 20px; }
.gutters-xl-50 {
margin-left: -25px;
margin-right: -25px; }
.gutters-xl-50 > [class*="col"] {
padding-left: 25px;
padding-right: 25px; }
.gutters-xl-50 > * {
padding-left: 25px;
padding-right: 25px; }
.gutters-xl-50.gutters-grid {
margin: -25px; }
.gutters-xl-50.gutters-grid > [class*="col"] {
padding: 25px; }
.gutters-xl-50.gutters-grid > * {
padding: 25px; }
.gutters-xl-60 {
margin-left: -30px;
margin-right: -30px; }
.gutters-xl-60 > [class*="col"] {
padding-left: 30px;
padding-right: 30px; }
.gutters-xl-60 > * {
padding-left: 30px;
padding-right: 30px; }
.gutters-xl-60.gutters-grid {
margin: -30px; }
.gutters-xl-60.gutters-grid > [class*="col"] {
padding: 30px; }
.gutters-xl-60.gutters-grid > * {
padding: 30px; }
.gutters-xl-70 {
margin-left: -35px;
margin-right: -35px; }
.gutters-xl-70 > [class*="col"] {
padding-left: 35px;
padding-right: 35px; }
.gutters-xl-70 > * {
padding-left: 35px;
padding-right: 35px; }
.gutters-xl-70.gutters-grid {
margin: -35px; }
.gutters-xl-70.gutters-grid > [class*="col"] {
padding: 35px; }
.gutters-xl-70.gutters-grid > * {
padding: 35px; }
.gutters-xl-80 {
margin-left: -40px;
margin-right: -40px; }
.gutters-xl-80 > [class*="col"] {
padding-left: 40px;
padding-right: 40px; }
.gutters-xl-80 > * {
padding-left: 40px;
padding-right: 40px; }
.gutters-xl-80.gutters-grid {
margin: -40px; }
.gutters-xl-80.gutters-grid > [class*="col"] {
padding: 40px; }
.gutters-xl-80.gutters-grid > * {
padding: 40px; }
.gutters-xl-90 {
margin-left: -45px;
margin-right: -45px; }
.gutters-xl-90 > [class*="col"] {
padding-left: 45px;
padding-right: 45px; }
.gutters-xl-90 > * {
padding-left: 45px;
padding-right: 45px; }
.gutters-xl-90.gutters-grid {
margin: -45px; }
.gutters-xl-90.gutters-grid > [class*="col"] {
padding: 45px; }
.gutters-xl-90.gutters-grid > * {
padding: 45px; }
.gutters-xl-100 {
margin-left: -50px;
margin-right: -50px; }
.gutters-xl-100 > [class*="col"] {
padding-left: 50px;
padding-right: 50px; }
.gutters-xl-100 > * {
padding-left: 50px;
padding-right: 50px; }
.gutters-xl-100.gutters-grid {
margin: -50px; }
.gutters-xl-100.gutters-grid > [class*="col"] {
padding: 50px; }
.gutters-xl-100.gutters-grid > * {
padding: 50px; } }
@media (min-width: 1280px) {
.gutters-xxl-0 {
margin-left: 0px;
margin-right: 0px; }
.gutters-xxl-0 > [class*="col"] {
padding-left: 0px;
padding-right: 0px; }
.gutters-xxl-0 > * {
padding-left: 0px;
padding-right: 0px; }
.gutters-xxl-0.gutters-grid {
margin: 0px; }
.gutters-xxl-0.gutters-grid > [class*="col"] {
padding: 0px; }
.gutters-xxl-0.gutters-grid > * {
padding: 0px; }
.gutters-xxl-5 {
margin-left: -2.5px;
margin-right: -2.5px; }
.gutters-xxl-5 > [class*="col"] {
padding-left: 2.5px;
padding-right: 2.5px; }
.gutters-xxl-5 > * {
padding-left: 2.5px;
padding-right: 2.5px; }
.gutters-xxl-5.gutters-grid {
margin: -2.5px; }
.gutters-xxl-5.gutters-grid > [class*="col"] {
padding: 2.5px; }
.gutters-xxl-5.gutters-grid > * {
padding: 2.5px; }
.gutters-xxl-8 {
margin-left: -4px;
margin-right: -4px; }
.gutters-xxl-8 > [class*="col"] {
padding-left: 4px;
padding-right: 4px; }
.gutters-xxl-8 > * {
padding-left: 4px;
padding-right: 4px; }
.gutters-xxl-8.gutters-grid {
margin: -4px; }
.gutters-xxl-8.gutters-grid > [class*="col"] {
padding: 4px; }
.gutters-xxl-8.gutters-grid > * {
padding: 4px; }
.gutters-xxl-10 {
margin-left: -5px;
margin-right: -5px; }
.gutters-xxl-10 > [class*="col"] {
padding-left: 5px;
padding-right: 5px; }
.gutters-xxl-10 > * {
padding-left: 5px;
padding-right: 5px; }
.gutters-xxl-10.gutters-grid {
margin: -5px; }
.gutters-xxl-10.gutters-grid > [class*="col"] {
padding: 5px; }
.gutters-xxl-10.gutters-grid > * {
padding: 5px; }
.gutters-xxl-12 {
margin-left: -6px;
margin-right: -6px; }
.gutters-xxl-12 > [class*="col"] {
padding-left: 6px;
padding-right: 6px; }
.gutters-xxl-12 > * {
padding-left: 6px;
padding-right: 6px; }
.gutters-xxl-12.gutters-grid {
margin: -6px; }
.gutters-xxl-12.gutters-grid > [class*="col"] {
padding: 6px; }
.gutters-xxl-12.gutters-grid > * {
padding: 6px; }
.gutters-xxl-15 {
margin-left: -7.5px;
margin-right: -7.5px; }
.gutters-xxl-15 > [class*="col"] {
padding-left: 7.5px;
padding-right: 7.5px; }
.gutters-xxl-15 > * {
padding-left: 7.5px;
padding-right: 7.5px; }
.gutters-xxl-15.gutters-grid {
margin: -7.5px; }
.gutters-xxl-15.gutters-grid > [class*="col"] {
padding: 7.5px; }
.gutters-xxl-15.gutters-grid > * {
padding: 7.5px; }
.gutters-xxl-16 {
margin-left: -8px;
margin-right: -8px; }
.gutters-xxl-16 > [class*="col"] {
padding-left: 8px;
padding-right: 8px; }
.gutters-xxl-16 > * {
padding-left: 8px;
padding-right: 8px; }
.gutters-xxl-16.gutters-grid {
margin: -8px; }
.gutters-xxl-16.gutters-grid > [class*="col"] {
padding: 8px; }
.gutters-xxl-16.gutters-grid > * {
padding: 8px; }
.gutters-xxl-18 {
margin-left: -9px;
margin-right: -9px; }
.gutters-xxl-18 > [class*="col"] {
padding-left: 9px;
padding-right: 9px; }
.gutters-xxl-18 > * {
padding-left: 9px;
padding-right: 9px; }
.gutters-xxl-18.gutters-grid {
margin: -9px; }
.gutters-xxl-18.gutters-grid > [class*="col"] {
padding: 9px; }
.gutters-xxl-18.gutters-grid > * {
padding: 9px; }
.gutters-xxl-20 {
margin-left: -10px;
margin-right: -10px; }
.gutters-xxl-20 > [class*="col"] {
padding-left: 10px;
padding-right: 10px; }
.gutters-xxl-20 > * {
padding-left: 10px;
padding-right: 10px; }
.gutters-xxl-20.gutters-grid {
margin: -10px; }
.gutters-xxl-20.gutters-grid > [class*="col"] {
padding: 10px; }
.gutters-xxl-20.gutters-grid > * {
padding: 10px; }
.gutters-xxl-24 {
margin-left: -12px;
margin-right: -12px; }
.gutters-xxl-24 > [class*="col"] {
padding-left: 12px;
padding-right: 12px; }
.gutters-xxl-24 > * {
padding-left: 12px;
padding-right: 12px; }
.gutters-xxl-24.gutters-grid {
margin: -12px; }
.gutters-xxl-24.gutters-grid > [class*="col"] {
padding: 12px; }
.gutters-xxl-24.gutters-grid > * {
padding: 12px; }
.gutters-xxl-25 {
margin-left: -12.5px;
margin-right: -12.5px; }
.gutters-xxl-25 > [class*="col"] {
padding-left: 12.5px;
padding-right: 12.5px; }
.gutters-xxl-25 > * {
padding-left: 12.5px;
padding-right: 12.5px; }
.gutters-xxl-25.gutters-grid {
margin: -12.5px; }
.gutters-xxl-25.gutters-grid > [class*="col"] {
padding: 12.5px; }
.gutters-xxl-25.gutters-grid > * {
padding: 12.5px; }
.gutters-xxl-30 {
margin-left: -15px;
margin-right: -15px; }
.gutters-xxl-30 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; }
.gutters-xxl-30 > * {
padding-left: 15px;
padding-right: 15px; }
.gutters-xxl-30.gutters-grid {
margin: -15px; }
.gutters-xxl-30.gutters-grid > [class*="col"] {
padding: 15px; }
.gutters-xxl-30.gutters-grid > * {
padding: 15px; }
.gutters-xxl-40 {
margin-left: -20px;
margin-right: -20px; }
.gutters-xxl-40 > [class*="col"] {
padding-left: 20px;
padding-right: 20px; }
.gutters-xxl-40 > * {
padding-left: 20px;
padding-right: 20px; }
.gutters-xxl-40.gutters-grid {
margin: -20px; }
.gutters-xxl-40.gutters-grid > [class*="col"] {
padding: 20px; }
.gutters-xxl-40.gutters-grid > * {
padding: 20px; }
.gutters-xxl-50 {
margin-left: -25px;
margin-right: -25px; }
.gutters-xxl-50 > [class*="col"] {
padding-left: 25px;
padding-right: 25px; }
.gutters-xxl-50 > * {
padding-left: 25px;
padding-right: 25px; }
.gutters-xxl-50.gutters-grid {
margin: -25px; }
.gutters-xxl-50.gutters-grid > [class*="col"] {
padding: 25px; }
.gutters-xxl-50.gutters-grid > * {
padding: 25px; }
.gutters-xxl-60 {
margin-left: -30px;
margin-right: -30px; }
.gutters-xxl-60 > [class*="col"] {
padding-left: 30px;
padding-right: 30px; }
.gutters-xxl-60 > * {
padding-left: 30px;
padding-right: 30px; }
.gutters-xxl-60.gutters-grid {
margin: -30px; }
.gutters-xxl-60.gutters-grid > [class*="col"] {
padding: 30px; }
.gutters-xxl-60.gutters-grid > * {
padding: 30px; }
.gutters-xxl-70 {
margin-left: -35px;
margin-right: -35px; }
.gutters-xxl-70 > [class*="col"] {
padding-left: 35px;
padding-right: 35px; }
.gutters-xxl-70 > * {
padding-left: 35px;
padding-right: 35px; }
.gutters-xxl-70.gutters-grid {
margin: -35px; }
.gutters-xxl-70.gutters-grid > [class*="col"] {
padding: 35px; }
.gutters-xxl-70.gutters-grid > * {
padding: 35px; }
.gutters-xxl-80 {
margin-left: -40px;
margin-right: -40px; }
.gutters-xxl-80 > [class*="col"] {
padding-left: 40px;
padding-right: 40px; }
.gutters-xxl-80 > * {
padding-left: 40px;
padding-right: 40px; }
.gutters-xxl-80.gutters-grid {
margin: -40px; }
.gutters-xxl-80.gutters-grid > [class*="col"] {
padding: 40px; }
.gutters-xxl-80.gutters-grid > * {
padding: 40px; }
.gutters-xxl-90 {
margin-left: -45px;
margin-right: -45px; }
.gutters-xxl-90 > [class*="col"] {
padding-left: 45px;
padding-right: 45px; }
.gutters-xxl-90 > * {
padding-left: 45px;
padding-right: 45px; }
.gutters-xxl-90.gutters-grid {
margin: -45px; }
.gutters-xxl-90.gutters-grid > [class*="col"] {
padding: 45px; }
.gutters-xxl-90.gutters-grid > * {
padding: 45px; }
.gutters-xxl-100 {
margin-left: -50px;
margin-right: -50px; }
.gutters-xxl-100 > [class*="col"] {
padding-left: 50px;
padding-right: 50px; }
.gutters-xxl-100 > * {
padding-left: 50px;
padding-right: 50px; }
.gutters-xxl-100.gutters-grid {
margin: -50px; }
.gutters-xxl-100.gutters-grid > [class*="col"] {
padding: 50px; }
.gutters-xxl-100.gutters-grid > * {
padding: 50px; } }
@media (min-width: 1600px) {
.gutters-xxxl-0 {
margin-left: 0px;
margin-right: 0px; }
.gutters-xxxl-0 > [class*="col"] {
padding-left: 0px;
padding-right: 0px; }
.gutters-xxxl-0 > * {
padding-left: 0px;
padding-right: 0px; }
.gutters-xxxl-0.gutters-grid {
margin: 0px; }
.gutters-xxxl-0.gutters-grid > [class*="col"] {
padding: 0px; }
.gutters-xxxl-0.gutters-grid > * {
padding: 0px; }
.gutters-xxxl-5 {
margin-left: -2.5px;
margin-right: -2.5px; }
.gutters-xxxl-5 > [class*="col"] {
padding-left: 2.5px;
padding-right: 2.5px; }
.gutters-xxxl-5 > * {
padding-left: 2.5px;
padding-right: 2.5px; }
.gutters-xxxl-5.gutters-grid {
margin: -2.5px; }
.gutters-xxxl-5.gutters-grid > [class*="col"] {
padding: 2.5px; }
.gutters-xxxl-5.gutters-grid > * {
padding: 2.5px; }
.gutters-xxxl-8 {
margin-left: -4px;
margin-right: -4px; }
.gutters-xxxl-8 > [class*="col"] {
padding-left: 4px;
padding-right: 4px; }
.gutters-xxxl-8 > * {
padding-left: 4px;
padding-right: 4px; }
.gutters-xxxl-8.gutters-grid {
margin: -4px; }
.gutters-xxxl-8.gutters-grid > [class*="col"] {
padding: 4px; }
.gutters-xxxl-8.gutters-grid > * {
padding: 4px; }
.gutters-xxxl-10 {
margin-left: -5px;
margin-right: -5px; }
.gutters-xxxl-10 > [class*="col"] {
padding-left: 5px;
padding-right: 5px; }
.gutters-xxxl-10 > * {
padding-left: 5px;
padding-right: 5px; }
.gutters-xxxl-10.gutters-grid {
margin: -5px; }
.gutters-xxxl-10.gutters-grid > [class*="col"] {
padding: 5px; }
.gutters-xxxl-10.gutters-grid > * {
padding: 5px; }
.gutters-xxxl-12 {
margin-left: -6px;
margin-right: -6px; }
.gutters-xxxl-12 > [class*="col"] {
padding-left: 6px;
padding-right: 6px; }
.gutters-xxxl-12 > * {
padding-left: 6px;
padding-right: 6px; }
.gutters-xxxl-12.gutters-grid {
margin: -6px; }
.gutters-xxxl-12.gutters-grid > [class*="col"] {
padding: 6px; }
.gutters-xxxl-12.gutters-grid > * {
padding: 6px; }
.gutters-xxxl-15 {
margin-left: -7.5px;
margin-right: -7.5px; }
.gutters-xxxl-15 > [class*="col"] {
padding-left: 7.5px;
padding-right: 7.5px; }
.gutters-xxxl-15 > * {
padding-left: 7.5px;
padding-right: 7.5px; }
.gutters-xxxl-15.gutters-grid {
margin: -7.5px; }
.gutters-xxxl-15.gutters-grid > [class*="col"] {
padding: 7.5px; }
.gutters-xxxl-15.gutters-grid > * {
padding: 7.5px; }
.gutters-xxxl-16 {
margin-left: -8px;
margin-right: -8px; }
.gutters-xxxl-16 > [class*="col"] {
padding-left: 8px;
padding-right: 8px; }
.gutters-xxxl-16 > * {
padding-left: 8px;
padding-right: 8px; }
.gutters-xxxl-16.gutters-grid {
margin: -8px; }
.gutters-xxxl-16.gutters-grid > [class*="col"] {
padding: 8px; }
.gutters-xxxl-16.gutters-grid > * {
padding: 8px; }
.gutters-xxxl-18 {
margin-left: -9px;
margin-right: -9px; }
.gutters-xxxl-18 > [class*="col"] {
padding-left: 9px;
padding-right: 9px; }
.gutters-xxxl-18 > * {
padding-left: 9px;
padding-right: 9px; }
.gutters-xxxl-18.gutters-grid {
margin: -9px; }
.gutters-xxxl-18.gutters-grid > [class*="col"] {
padding: 9px; }
.gutters-xxxl-18.gutters-grid > * {
padding: 9px; }
.gutters-xxxl-20 {
margin-left: -10px;
margin-right: -10px; }
.gutters-xxxl-20 > [class*="col"] {
padding-left: 10px;
padding-right: 10px; }
.gutters-xxxl-20 > * {
padding-left: 10px;
padding-right: 10px; }
.gutters-xxxl-20.gutters-grid {
margin: -10px; }
.gutters-xxxl-20.gutters-grid > [class*="col"] {
padding: 10px; }
.gutters-xxxl-20.gutters-grid > * {
padding: 10px; }
.gutters-xxxl-24 {
margin-left: -12px;
margin-right: -12px; }
.gutters-xxxl-24 > [class*="col"] {
padding-left: 12px;
padding-right: 12px; }
.gutters-xxxl-24 > * {
padding-left: 12px;
padding-right: 12px; }
.gutters-xxxl-24.gutters-grid {
margin: -12px; }
.gutters-xxxl-24.gutters-grid > [class*="col"] {
padding: 12px; }
.gutters-xxxl-24.gutters-grid > * {
padding: 12px; }
.gutters-xxxl-25 {
margin-left: -12.5px;
margin-right: -12.5px; }
.gutters-xxxl-25 > [class*="col"] {
padding-left: 12.5px;
padding-right: 12.5px; }
.gutters-xxxl-25 > * {
padding-left: 12.5px;
padding-right: 12.5px; }
.gutters-xxxl-25.gutters-grid {
margin: -12.5px; }
.gutters-xxxl-25.gutters-grid > [class*="col"] {
padding: 12.5px; }
.gutters-xxxl-25.gutters-grid > * {
padding: 12.5px; }
.gutters-xxxl-30 {
margin-left: -15px;
margin-right: -15px; }
.gutters-xxxl-30 > [class*="col"] {
padding-left: 15px;
padding-right: 15px; }
.gutters-xxxl-30 > * {
padding-left: 15px;
padding-right: 15px; }
.gutters-xxxl-30.gutters-grid {
margin: -15px; }
.gutters-xxxl-30.gutters-grid > [class*="col"] {
padding: 15px; }
.gutters-xxxl-30.gutters-grid > * {
padding: 15px; }
.gutters-xxxl-40 {
margin-left: -20px;
margin-right: -20px; }
.gutters-xxxl-40 > [class*="col"] {
padding-left: 20px;
padding-right: 20px; }
.gutters-xxxl-40 > * {
padding-left: 20px;
padding-right: 20px; }
.gutters-xxxl-40.gutters-grid {
margin: -20px; }
.gutters-xxxl-40.gutters-grid > [class*="col"] {
padding: 20px; }
.gutters-xxxl-40.gutters-grid > * {
padding: 20px; }
.gutters-xxxl-50 {
margin-left: -25px;
margin-right: -25px; }
.gutters-xxxl-50 > [class*="col"] {
padding-left: 25px;
padding-right: 25px; }
.gutters-xxxl-50 > * {
padding-left: 25px;
padding-right: 25px; }
.gutters-xxxl-50.gutters-grid {
margin: -25px; }
.gutters-xxxl-50.gutters-grid > [class*="col"] {
padding: 25px; }
.gutters-xxxl-50.gutters-grid > * {
padding: 25px; }
.gutters-xxxl-60 {
margin-left: -30px;
margin-right: -30px; }
.gutters-xxxl-60 > [class*="col"] {
padding-left: 30px;
padding-right: 30px; }
.gutters-xxxl-60 > * {
padding-left: 30px;
padding-right: 30px; }
.gutters-xxxl-60.gutters-grid {
margin: -30px; }
.gutters-xxxl-60.gutters-grid > [class*="col"] {
padding: 30px; }
.gutters-xxxl-60.gutters-grid > * {
padding: 30px; }
.gutters-xxxl-70 {
margin-left: -35px;
margin-right: -35px; }
.gutters-xxxl-70 > [class*="col"] {
padding-left: 35px;
padding-right: 35px; }
.gutters-xxxl-70 > * {
padding-left: 35px;
padding-right: 35px; }
.gutters-xxxl-70.gutters-grid {
margin: -35px; }
.gutters-xxxl-70.gutters-grid > [class*="col"] {
padding: 35px; }
.gutters-xxxl-70.gutters-grid > * {
padding: 35px; }
.gutters-xxxl-80 {
margin-left: -40px;
margin-right: -40px; }
.gutters-xxxl-80 > [class*="col"] {
padding-left: 40px;
padding-right: 40px; }
.gutters-xxxl-80 > * {
padding-left: 40px;
padding-right: 40px; }
.gutters-xxxl-80.gutters-grid {
margin: -40px; }
.gutters-xxxl-80.gutters-grid > [class*="col"] {
padding: 40px; }
.gutters-xxxl-80.gutters-grid > * {
padding: 40px; }
.gutters-xxxl-90 {
margin-left: -45px;
margin-right: -45px; }
.gutters-xxxl-90 > [class*="col"] {
padding-left: 45px;
padding-right: 45px; }
.gutters-xxxl-90 > * {
padding-left: 45px;
padding-right: 45px; }
.gutters-xxxl-90.gutters-grid {
margin: -45px; }
.gutters-xxxl-90.gutters-grid > [class*="col"] {
padding: 45px; }
.gutters-xxxl-90.gutters-grid > * {
padding: 45px; }
.gutters-xxxl-100 {
margin-left: -50px;
margin-right: -50px; }
.gutters-xxxl-100 > [class*="col"] {
padding-left: 50px;
padding-right: 50px; }
.gutters-xxxl-100 > * {
padding-left: 50px;
padding-right: 50px; }
.gutters-xxxl-100.gutters-grid {
margin: -50px; }
.gutters-xxxl-100.gutters-grid > [class*="col"] {
padding: 50px; }
.gutters-xxxl-100.gutters-grid > * {
padding: 50px; } }
.primary-color {
color: var(--primary-color); }
.bg-primary {
background-color: var(--primary-color) !important; }
.bg-hover-primary:hover {
background-color: var(--primary-color) !important; }
.bd-primary {
border-color: var(--primary-color) !important; }
.bd-hover-primary:hover {
border-color: var(--primary-color) !important; }
.text-primary {
color: var(--primary-color); }
.text-hover-primary:hover, .text-hover-primary:active, .text-hover-primary:focus {
color: var(--primary-color) !important; }
.btn-primary {
background-color: var(--primary-color);
border-color: var(--primary-color); }
.btn-hover-primary:hover, .btn-hover-primary:active, .btn-hover-primary:focus {
background-color: var(--primary-color) !important;
border-color: var(--primary-color) !important; }
.kng-swiper-dots-color-primary .kng-swiper-dots .kng-swiper-pagination-bullet:before {
border-color: var(--primary-color); }
.kng-swiper-dots-color-hover-primary .kng-swiper-dots .kng-swiper-pagination-bullet:hover:before, .kng-swiper-dots-color-hover-primary .kng-swiper-dots .swiper-pagination-bullet-active:before {
border-color: var(--primary-color) !important; }
.second-color {
color: var(--second-color); }
.bg-second {
background-color: var(--second-color) !important; }
.bg-hover-second:hover {
background-color: var(--second-color) !important; }
.bd-second {
border-color: var(--second-color) !important; }
.bd-hover-second:hover {
border-color: var(--second-color) !important; }
.text-second {
color: var(--second-color); }
.text-hover-second:hover, .text-hover-second:active, .text-hover-second:focus {
color: var(--second-color) !important; }
.btn-second {
background-color: var(--second-color);
border-color: var(--second-color); }
.btn-hover-second:hover, .btn-hover-second:active, .btn-hover-second:focus {
background-color: var(--second-color) !important;
border-color: var(--second-color) !important; }
.kng-swiper-dots-color-second .kng-swiper-dots .kng-swiper-pagination-bullet:before {
border-color: var(--second-color); }
.kng-swiper-dots-color-hover-second .kng-swiper-dots .kng-swiper-pagination-bullet:hover:before, .kng-swiper-dots-color-hover-second .kng-swiper-dots .swiper-pagination-bullet-active:before {
border-color: var(--second-color) !important; }
.rating-color {
color: var(--rating-color); }
.bg-rating {
background-color: var(--rating-color) !important; }
.bg-hover-rating:hover {
background-color: var(--rating-color) !important; }
.bd-rating {
border-color: var(--rating-color) !important; }
.bd-hover-rating:hover {
border-color: var(--rating-color) !important; }
.text-rating {
color: var(--rating-color); }
.text-hover-rating:hover, .text-hover-rating:active, .text-hover-rating:focus {
color: var(--rating-color) !important; }
.btn-rating {
background-color: var(--rating-color);
border-color: var(--rating-color); }
.btn-hover-rating:hover, .btn-hover-rating:active, .btn-hover-rating:focus {
background-color: var(--rating-color) !important;
border-color: var(--rating-color) !important; }
.kng-swiper-dots-color-rating .kng-swiper-dots .kng-swiper-pagination-bullet:before {
border-color: var(--rating-color); }
.kng-swiper-dots-color-hover-rating .kng-swiper-dots .kng-swiper-pagination-bullet:hover:before, .kng-swiper-dots-color-hover-rating .kng-swiper-dots .swiper-pagination-bullet-active:before {
border-color: var(--rating-color) !important; }
.body-color {
color: var(--body-color); }
.bg-body {
background-color: var(--body-color) !important; }
.bg-hover-body:hover {
background-color: var(--body-color) !important; }
.bd-body {
border-color: var(--body-color) !important; }
.bd-hover-body:hover {
border-color: var(--body-color) !important; }
.text-body {
color: var(--body-color); }
.text-hover-body:hover, .text-hover-body:active, .text-hover-body:focus {
color: var(--body-color) !important; }
.btn-body {
background-color: var(--body-color);
border-color: var(--body-color); }
.btn-hover-body:hover, .btn-hover-body:active, .btn-hover-body:focus {
background-color: var(--body-color) !important;
border-color: var(--body-color) !important; }
.kng-swiper-dots-color-body .kng-swiper-dots .kng-swiper-pagination-bullet:before {
border-color: var(--body-color); }
.kng-swiper-dots-color-hover-body .kng-swiper-dots .kng-swiper-pagination-bullet:hover:before, .kng-swiper-dots-color-hover-body .kng-swiper-dots .swiper-pagination-bullet-active:before {
border-color: var(--body-color) !important; }
.heading-color {
color: var(--heading-color); }
.bg-heading {
background-color: var(--heading-color) !important; }
.bg-hover-heading:hover {
background-color: var(--heading-color) !important; }
.bd-heading {
border-color: var(--heading-color) !important; }
.bd-hover-heading:hover {
border-color: var(--heading-color) !important; }
.text-heading {
color: var(--heading-color); }
.text-hover-heading:hover, .text-hover-heading:active, .text-hover-heading:focus {
color: var(--heading-color) !important; }
.btn-heading {
background-color: var(--heading-color);
border-color: var(--heading-color); }
.btn-hover-heading:hover, .btn-hover-heading:active, .btn-hover-heading:focus {
background-color: var(--heading-color) !important;
border-color: var(--heading-color) !important; }
.kng-swiper-dots-color-heading .kng-swiper-dots .kng-swiper-pagination-bullet:before {
border-color: var(--heading-color); }
.kng-swiper-dots-color-hover-heading .kng-swiper-dots .kng-swiper-pagination-bullet:hover:before, .kng-swiper-dots-color-hover-heading .kng-swiper-dots .swiper-pagination-bullet-active:before {
border-color: var(--heading-color) !important; }
.white-color {
color: var(--white-color); }
.bg-white {
background-color: var(--white-color) !important; }
.bg-hover-white:hover {
background-color: var(--white-color) !important; }
.bd-white {
border-color: var(--white-color) !important; }
.bd-hover-white:hover {
border-color: var(--white-color) !important; }
.text-white {
color: var(--white-color); }
.text-hover-white:hover, .text-hover-white:active, .text-hover-white:focus {
color: var(--white-color) !important; }
.btn-white {
background-color: var(--white-color);
border-color: var(--white-color); }
.btn-hover-white:hover, .btn-hover-white:active, .btn-hover-white:focus {
background-color: var(--white-color) !important;
border-color: var(--white-color) !important; }
.kng-swiper-dots-color-white .kng-swiper-dots .kng-swiper-pagination-bullet:before {
border-color: var(--white-color); }
.kng-swiper-dots-color-hover-white .kng-swiper-dots .kng-swiper-pagination-bullet:hover:before, .kng-swiper-dots-color-hover-white .kng-swiper-dots .swiper-pagination-bullet-active:before {
border-color: var(--white-color) !important; }
.footer_text-color {
color: var(--footer_text-color); }
.bg-footer_text {
background-color: var(--footer_text-color) !important; }
.bg-hover-footer_text:hover {
background-color: var(--footer_text-color) !important; }
.bd-footer_text {
border-color: var(--footer_text-color) !important; }
.bd-hover-footer_text:hover {
border-color: var(--footer_text-color) !important; }
.text-footer_text {
color: var(--footer_text-color); }
.text-hover-footer_text:hover, .text-hover-footer_text:active, .text-hover-footer_text:focus {
color: var(--footer_text-color) !important; }
.btn-footer_text {
background-color: var(--footer_text-color);
border-color: var(--footer_text-color); }
.btn-hover-footer_text:hover, .btn-hover-footer_text:active, .btn-hover-footer_text:focus {
background-color: var(--footer_text-color) !important;
border-color: var(--footer_text-color) !important; }
.kng-swiper-dots-color-footer_text .kng-swiper-dots .kng-swiper-pagination-bullet:before {
border-color: var(--footer_text-color); }
.kng-swiper-dots-color-hover-footer_text .kng-swiper-dots .kng-swiper-pagination-bullet:hover:before, .kng-swiper-dots-color-hover-footer_text .kng-swiper-dots .swiper-pagination-bullet-active:before {
border-color: var(--footer_text-color) !important; }
.rotateX-45 {
transform: rotateX(45deg);
-webkit-transform: rotateX(45deg);
-khtml-transform: rotateX(45deg);
-moz-transform: rotateX(45deg);
-ms-transform: rotateX(45deg);
-o-transform: rotateX(45deg); }
.rotateY-45 {
transform: rotateY(45deg);
-webkit-transform: rotateY(45deg);
-khtml-transform: rotateY(45deg);
-moz-transform: rotateY(45deg);
-ms-transform: rotateY(45deg);
-o-transform: rotateY(45deg); }
.icon-rotateX-45:before {
display: inline-block;
transform: rotateX(45deg);
-webkit-transform: rotateX(45deg);
-khtml-transform: rotateX(45deg);
-moz-transform: rotateX(45deg);
-ms-transform: rotateX(45deg);
-o-transform: rotateX(45deg); }
.icon-rotateY-45:before {
display: inline-block;
transform: rotateY(45deg);
-webkit-transform: rotateY(45deg);
-khtml-transform: rotateY(45deg);
-moz-transform: rotateY(45deg);
-ms-transform: rotateY(45deg);
-o-transform: rotateY(45deg); }
.rotateX-90 {
transform: rotateX(90deg);
-webkit-transform: rotateX(90deg);
-khtml-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
-ms-transform: rotateX(90deg);
-o-transform: rotateX(90deg); }
.rotateY-90 {
transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
-khtml-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
-o-transform: rotateY(90deg); }
.icon-rotateX-90:before {
display: inline-block;
transform: rotateX(90deg);
-webkit-transform: rotateX(90deg);
-khtml-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
-ms-transform: rotateX(90deg);
-o-transform: rotateX(90deg); }
.icon-rotateY-90:before {
display: inline-block;
transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
-khtml-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
-o-transform: rotateY(90deg); }
.rotateX-180 {
transform: rotateX(180deg);
-webkit-transform: rotateX(180deg);
-khtml-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg); }
.rotateY-180 {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-khtml-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg); }
.icon-rotateX-180:before {
display: inline-block;
transform: rotateX(180deg);
-webkit-transform: rotateX(180deg);
-khtml-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg); }
.icon-rotateY-180:before {
display: inline-block;
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-khtml-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg); }
.rotateX-270 {
transform: rotateX(270deg);
-webkit-transform: rotateX(270deg);
-khtml-transform: rotateX(270deg);
-moz-transform: rotateX(270deg);
-ms-transform: rotateX(270deg);
-o-transform: rotateX(270deg); }
.rotateY-270 {
transform: rotateY(270deg);
-webkit-transform: rotateY(270deg);
-khtml-transform: rotateY(270deg);
-moz-transform: rotateY(270deg);
-ms-transform: rotateY(270deg);
-o-transform: rotateY(270deg); }
.icon-rotateX-270:before {
display: inline-block;
transform: rotateX(270deg);
-webkit-transform: rotateX(270deg);
-khtml-transform: rotateX(270deg);
-moz-transform: rotateX(270deg);
-ms-transform: rotateX(270deg);
-o-transform: rotateX(270deg); }
.icon-rotateY-270:before {
display: inline-block;
transform: rotateY(270deg);
-webkit-transform: rotateY(270deg);
-khtml-transform: rotateY(270deg);
-moz-transform: rotateY(270deg);
-ms-transform: rotateY(270deg);
-o-transform: rotateY(270deg); }
.rotateX-360 {
transform: rotateX(360deg);
-webkit-transform: rotateX(360deg);
-khtml-transform: rotateX(360deg);
-moz-transform: rotateX(360deg);
-ms-transform: rotateX(360deg);
-o-transform: rotateX(360deg); }
.rotateY-360 {
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-khtml-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-o-transform: rotateY(360deg); }
.icon-rotateX-360:before {
display: inline-block;
transform: rotateX(360deg);
-webkit-transform: rotateX(360deg);
-khtml-transform: rotateX(360deg);
-moz-transform: rotateX(360deg);
-ms-transform: rotateX(360deg);
-o-transform: rotateX(360deg); }
.icon-rotateY-360:before {
display: inline-block;
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-khtml-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-o-transform: rotateY(360deg); }
.kng-abs-t-0 {
top: 0px; }
.kng-abs-r-0 {
right: 0px; }
[dir="rtl"] .kng-abs-r-0 {
right: auto;
left: 0px; }
.kng-abs-b-0 {
bottom: 0px; }
.kng-abs-l-0 {
left: 0px; }
[dir="rtl"] .kng-abs-l-0 {
left: auto;
right: 0px; }
.kng-abs-t-5 {
top: 5px; }
.kng-abs-r-5 {
right: 5px; }
[dir="rtl"] .kng-abs-r-5 {
right: auto;
left: 5px; }
.kng-abs-b-5 {
bottom: 5px; }
.kng-abs-l-5 {
left: 5px; }
[dir="rtl"] .kng-abs-l-5 {
left: auto;
right: 5px; }
.kng-abs-t-10 {
top: 10px; }
.kng-abs-r-10 {
right: 10px; }
[dir="rtl"] .kng-abs-r-10 {
right: auto;
left: 10px; }
.kng-abs-b-10 {
bottom: 10px; }
.kng-abs-l-10 {
left: 10px; }
[dir="rtl"] .kng-abs-l-10 {
left: auto;
right: 10px; }
.kng-abs-t-15 {
top: 15px; }
.kng-abs-r-15 {
right: 15px; }
[dir="rtl"] .kng-abs-r-15 {
right: auto;
left: 15px; }
.kng-abs-b-15 {
bottom: 15px; }
.kng-abs-l-15 {
left: 15px; }
[dir="rtl"] .kng-abs-l-15 {
left: auto;
right: 15px; }
.kng-abs-t-20 {
top: 20px; }
.kng-abs-r-20 {
right: 20px; }
[dir="rtl"] .kng-abs-r-20 {
right: auto;
left: 20px; }
.kng-abs-b-20 {
bottom: 20px; }
.kng-abs-l-20 {
left: 20px; }
[dir="rtl"] .kng-abs-l-20 {
left: auto;
right: 20px; }
.kng-abs-t-25 {
top: 25px; }
.kng-abs-r-25 {
right: 25px; }
[dir="rtl"] .kng-abs-r-25 {
right: auto;
left: 25px; }
.kng-abs-b-25 {
bottom: 25px; }
.kng-abs-l-25 {
left: 25px; }
[dir="rtl"] .kng-abs-l-25 {
left: auto;
right: 25px; }
.kng-abs-t-30 {
top: 30px; }
.kng-abs-r-30 {
right: 30px; }
[dir="rtl"] .kng-abs-r-30 {
right: auto;
left: 30px; }
.kng-abs-b-30 {
bottom: 30px; }
.kng-abs-l-30 {
left: 30px; }
[dir="rtl"] .kng-abs-l-30 {
left: auto;
right: 30px; }
.kng-abs-t-35 {
top: 35px; }
.kng-abs-r-35 {
right: 35px; }
[dir="rtl"] .kng-abs-r-35 {
right: auto;
left: 35px; }
.kng-abs-b-35 {
bottom: 35px; }
.kng-abs-l-35 {
left: 35px; }
[dir="rtl"] .kng-abs-l-35 {
left: auto;
right: 35px; }
.kng-abs-t-40 {
top: 40px; }
.kng-abs-r-40 {
right: 40px; }
[dir="rtl"] .kng-abs-r-40 {
right: auto;
left: 40px; }
.kng-abs-b-40 {
bottom: 40px; }
.kng-abs-l-40 {
left: 40px; }
[dir="rtl"] .kng-abs-l-40 {
left: auto;
right: 40px; }
.kng-border-anm.bw-no {
border-width: 0; }
.kng-border-anm.bw-yes {
border-width: var(--bd-width); }
@media (max-width: 1279px) {
.kng-border-anm.bw-laptop-no {
border-width: 0; }
.kng-border-anm.bw-laptop-yes {
border-width: var(--bd-width_laptop); } }
@media (max-width: 1199px) {
.kng-border-anm.bw-tablet_extra-no {
border-width: 0; }
.kng-border-anm.bw-tablet_extra-yes {
border-width: var(--bd-width_tablet_extra); } }
@media (max-width: 991px) {
.kng-border-anm.bw-tablet-no {
border-width: 0; }
.kng-border-anm.bw-tablet-yes {
border-width: var(--bd-width_tablet); } }
@media (max-width: 767px) {
.kng-border-anm.bw-mobile_extra-no {
border-width: 0; }
.kng-border-anm.bw-mobile_extra-yes {
border-width: var(--bd-width_mobile_extra); } }
@media (max-width: 575px) {
.kng-border-anm.bw-mobile-no {
border-width: 0; }
.kng-border-anm.bw-mobile-yes {
border-width: var(--bd-width_mobile); } }
.kng-none {
display: none !important; }
@media (min-width: 768px) {
.kng-tb-none {
display: none !important; }
.kng-tb-block {
display: block !important; } }
@media (min-width: 992px) {
.kng-dt-none {
display: none !important; }
.kng-dt-block {
display: block !important; } } .kng-svg {
vertical-align: middle;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-svg path {
fill: var(--heading-color);
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.kng-svg:hover path {
fill: var(--primary-color); }
a:hover > .kng-svg path {
fill: var(--primary-color); }
a:hover > span > .kng-svg path {
fill: var(--primary-color); }
.kng-svg:active path {
fill: var(--primary-color); }
a:active > .kng-svg path {
fill: var(--primary-color); }
.kng-cart-toggle a:hover > .kng-svg path {
fill: none;
stroke: var(--primary-color); }
.kng-cart-toggle:hover .kng-svg path {
fill: none;
stroke: var(--primary-color); }
.bars:hover > svg {
fill: none;
stroke: var(--primary-color); }
.col2-set {
display: flex;
flex-wrap: wrap;
margin: -15px; }
.col2-set .col-1, .col2-set .col-2 {
flex: 0 0 100%;
max-width: 100%;
padding: 15px; }
@media (min-width: 769px) {
.col2-set .col-1, .col2-set .col-2 {
flex: 0 0 50%;
max-width: 50%; } }
.woocommerce-notices-wrapper {
margin-top: 15px;
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid rgba(22, 37, 66, 0.1); }
.woocommerce-notices-wrapper:empty {
display: none; }
.woocommerce-notices-wrapper ul {
list-style: none;
padding: 0;
margin: 0; }
@media (min-width: 768px) {
.woocommerce-notices-wrapper .woocommerce-error li {
position: relative;
padding-right: 165px; } }
@media (max-width: 767px) {
.woocommerce-notices-wrapper .woocommerce-error li {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; } }
@media (min-width: 768px) {
.woocommerce-notices-wrapper .woocommerce-error li a {
position: absolute;
top: 50%;
right: 0;
width: 150px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%); } }
@media (max-width: 767px) {
.woocommerce-notices-wrapper .woocommerce-error li a {
order: 2; } }
@media (min-width: 768px) {
.woocommerce-notices-wrapper .woocommerce-message {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between; } }
@media (max-width: 767px) {
.woocommerce-notices-wrapper .woocommerce-message a {
margin-top: 5px; } }
.woocommerce-error {
color: #d62a28; }
.woocommerce-info {
color: #FFB237; }
.woocommerce-message {
color: #27ae60; }
.kng-shop-topbar-wrap {
margin-bottom: 9px;
padding-bottom: 25px; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
margin-bottom: 0;
float: none; }
.woocommerce-result-count {
font-size: 18px;
line-height: 24px;
font-weight: 700; }
select.orderby {
height: 40px;
border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
line-height: 40px;
padding: 0 20px;
font-size: 16px;
font-weight: 500;
background-position: calc(100% - 20px) 50%;
background-repeat: no-repeat;
background-size: 12px;
border: 1px solid rgba(22, 37, 66, 0.1);
background-color: transparent; }
@media (min-width: 1200px) {
select.orderby {
width: 240px; } }
select.orderby:hover, select.orderby:active, select.orderby:focus {
border-color: var(--primary-color); }
@media (max-width: 575px) {
.kng-view-layout-wrap {
display: none; } }
.kng-view-layout {
list-style: none;
margin: 0 -2px; }
.kng-view-layout li {
padding: 0 2px; }
.kng-view-layout li.lbl {
padding-right: 11px; }
.kng-view-layout li a {
color: #d7d7d7;
font-size: 16px;
width: 40px;
height: 40px;
text-align: center;
border: 1px solid #d7d7d7;
padding: 5px;
display: inline-block;
text-align: center; }
.kng-view-layout li a:hover {
color: var(--primary-color);
border-color: var(--primary-color); }
.kng-view-layout li a i {
line-height: 1; }
.kng-view-layout li.active a {
color: var(--primary-color);
border-color: var(--primary-color); }
@media (max-width: 1599px) {
.kng-view-layout li.view-6 {
display: none; } }
@media (max-width: 767px) {
.number-result {
flex: 0 0 100%;
max-width: 100%;
padding-top: 0 !important; } }
.products {
list-style: none;
margin: -22px -17.5px;
padding: 0;
display: flex;
flex-wrap: wrap; }
.products > .product {
float: none;
padding: 22px 17.5px;
position: relative; }
.products > .product .price {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
color: var(--primary-color);
font-weight: 500;
font-size: 20px;
line-height: 32px;
clear: both;
white-space: pre-wrap; }
.products > .product .price del {
order: 2;
padding-left: 6px;
font-size: 14px;
line-height: 32px;
color: #696969; }
[dir="rtl"] .products > .product .price del {
padding-left: 0;
padding-right: 6px; }
.products > .product .price ins {
font-weight: inherit;
text-decoration: none; }
.products.columns-1 > li.product {
max-width: 100%;
width: 100%;
flex: 0 0 100%; }
.products.columns-2 > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; }
.products.columns-3 > li.product {
max-width: 33.3333%;
width: 33.3333%;
flex: 0 0 33.3333%; }
.products.columns-4 > li.product {
max-width: 25%;
width: 25%;
flex: 0 0 25%; }
.products.columns-5 > li.product {
max-width: 20%;
width: 20%;
flex: 0 0 20%; }
.products.columns-6 > li.product {
max-width: 16.6666%;
width: 16.6666%;
flex: 0 0 16.6666%; }
@media (max-width: 1599px) {
.products.columns-5 > li.product {
max-width: 25%;
width: 25%;
flex: 0 0 25%; }
.products.columns-6 > li.product {
max-width: 25%;
width: 25%;
flex: 0 0 25%; } }
@media (max-width: 1199px) {
.products.columns-4 > li.product {
max-width: 33.3333%;
width: 33.3333%;
flex: 0 0 33.3333%; }
.products.columns-5 > li.product {
max-width: 33.3333%;
width: 33.3333%;
flex: 0 0 33.3333%; }
.products.columns-6 > li.product {
max-width: 33.3333%;
width: 33.3333%;
flex: 0 0 33.3333%; } }
@media (max-width: 991px) {
.products.columns-3 > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; }
.products.columns-4 > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; }
.products.columns-5 > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; }
.products.columns-6 > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; } }
@media (max-width: 767px) {
.products.columns-2 > li.product, .products.columns-3 > li.product, .products.columns-4 > li.product, .products.columns-5 > li.product, .products.columns-6 > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; } }
@media (max-width: 575px) {
.products.columns-2 > li.product, .products.columns-3 > li.product, .products.columns-4 > li.product, .products.columns-5 > li.product, .products.columns-6 > li.product {
max-width: 100%;
width: 100%;
flex: 0 0 100%; } }
.products .kng-rating-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between; }
.products .kng-rating-wrap .review-num {
display: none; }
.products .kng-products-content {
padding-top: 16px; }
.products .kng-products-content .woocommerce-loop-product__link {
font-weight: 700;
font-size: 18px;
line-height: 1.5;
color: var(--heading-color); }
.products .kng-products-content .woocommerce-loop-product__link:hover {
color: var(--link-color-hover); }
.products .kng-products-content .star-rating {
font-size: 12px;
width: 92px; }
.products .kng-loop-product-cat {
line-height: 24px;
margin-top: 4px; }
.products .kng-loop-product-cat a {
font-size: 16px;
color: #696969; }
.products .kng-loop-product-cat a:hover {
color: var(--link-color); }
.woocommerce.columns-1 > .products > li.product {
max-width: 100%;
width: 100%;
flex: 0 0 100%; }
.woocommerce.columns-2 > .products > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; }
.woocommerce.columns-3 > .products > li.product {
max-width: 33.3333%;
width: 33.3333%;
flex: 0 0 33.3333%; }
.woocommerce.columns-4 > .products > li.product {
max-width: 25%;
width: 25%;
flex: 0 0 25%; }
.woocommerce.columns-5 > .products > li.product {
max-width: 20%;
width: 20%;
flex: 0 0 20%; }
.woocommerce.columns-6 > .products > li.product {
max-width: 16.6666%;
width: 16.6666%;
flex: 0 0 16.6666%; }
@media (max-width: 1599px) {
.woocommerce.columns-5 > .products > li.product {
max-width: 25%;
width: 25%;
flex: 0 0 25%; }
.woocommerce.columns-6 > .products > li.product {
max-width: 25%;
width: 25%;
flex: 0 0 25%; } }
@media (max-width: 1199px) {
.woocommerce.columns-4 > .products > li.product {
max-width: 33.3333%;
width: 33.3333%;
flex: 0 0 33.3333%; }
.woocommerce.columns-5 > .products > li.product {
max-width: 33.3333%;
width: 33.3333%;
flex: 0 0 33.3333%; }
.woocommerce.columns-6 > .products > li.product {
max-width: 33.3333%;
width: 33.3333%;
flex: 0 0 33.3333%; } }
@media (max-width: 991px) {
.woocommerce.columns-3 > .products > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; }
.woocommerce.columns-4 > .products > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; }
.woocommerce.columns-5 > .products > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; }
.woocommerce.columns-6 > .products > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; } }
@media (max-width: 767px) {
.woocommerce.columns-2 > .products > li.product, .woocommerce.columns-3 > .products > li.product, .woocommerce.columns-4 > .products > li.product, .woocommerce.columns-5 > .products > li.product, .woocommerce.columns-6 > .products > li.product {
max-width: 50%;
width: 50%;
flex: 0 0 50%; } }
@media (max-width: 575px) {
.woocommerce.columns-2 > .products > li.product, .woocommerce.columns-3 > .products > li.product, .woocommerce.columns-4 > .products > li.product, .woocommerce.columns-5 > .products > li.product, .woocommerce.columns-6 > .products > li.product {
max-width: 100%;
width: 100%;
flex: 0 0 100%; } }
@media (min-width: 1200px) {
.kng-content-area.has-sidebar .products.columns-4 > li.product .kng-after-product-thumb {
left: 10px;
right: 10px; }
.kng-content-area.has-sidebar .products.columns-4 > li.product .kng-after-product-thumb > .btn {
padding-left: 5px;
padding-right: 5px; }
.kng-content-area.has-sidebar .products.columns-4 > li.product .kng-after-product-thumb .product_type_variable.add_to_cart_button .kng-btn-icon {
display: none; }
.kng-content-area.has-sidebar .products.columns-4 > li.product .review-num {
display: none; }
.kng-content-area.has-sidebar .products.columns-4 > li.product .price {
font-size: 16px; }
.kng-content-area.has-sidebar .products.columns-6 > li.product .kng-after-product-thumb {
display: none;
left: 10px;
right: 10px; }
.kng-content-area.has-sidebar .products.columns-6 > li.product .kng-after-product-thumb > .btn {
padding-left: 5px;
padding-right: 5px; }
.kng-content-area.has-sidebar .products.columns-6 > li.product .kng-after-product-thumb .product_type_variable.add_to_cart_button .kng-btn-icon {
display: none; }
.kng-content-area.has-sidebar .products.columns-6 > li.product .review-num {
display: none; }
.kng-content-area.has-sidebar .products.columns-6 > li.product .price {
font-size: 16px; }
.products.columns-4, .products.columns-6 {
margin: -22px -15px; }
.products.columns-4 > li.product, .products.columns-6 > li.product {
padding: 22px 15px; }
.products.columns-4 .kng-products-content .star-rating, .products.columns-6 .kng-products-content .star-rating {
font-size: 10px;
width: 82px; } }
.woocommerce-loop-product__link {
display: block; }
.kng-badge {
position: absolute;
top: 16px;
left: 16px;
z-index: 2;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left: -6px;
margin-right: -6px; }
.kng-badge > * {
margin-left: 6px;
margin-right: 6px; }
.kng-hot {
font-size: 14px;
line-height: 17px;
text-align: center;
letter-spacing: 0.2em;
color: #fff;
background-color: var(--second-color);
padding: 6px 12px;
height: 29px;
font-weight: bold;
text-transform: uppercase;
border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px; }
.kng-onsale {
background-color: #D62A28;
color: #ffffff;
min-width: 56px;
height: 29px;
padding: 6px 12px;
font-size: 14px;
line-height: 17px;
text-align: center;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px; }
.kng-onsale.single {
left: 20px;
right: auto; }
[dir="rtl"] .kng-onsale {
right: auto;
left: 16px; }
[dir="rtl"] .kng-onsale.single {
left: auto;
right: 16px; }
.add_to_cart_button, .button.product_type_grouped, .button.product_type_variable, .added_to_cart {
min-width: 100%; }
.add_to_cart_button .kng-btn-icon, .button.product_type_grouped .kng-btn-icon, .button.product_type_variable .kng-btn-icon, .added_to_cart .kng-btn-icon {
font-size: 12px; }
.add_to_cart_button.loading .kng-addtocart-icon, .button.product_type_grouped.loading .kng-addtocart-icon, .button.product_type_variable.loading .kng-addtocart-icon, .button.product_type_external.loading .kng-addtocart-icon {
display: inline-block;
animation: kng-spin 2s linear infinite;
-webkit-animation: kng-spin 2s linear infinite;
-khtml-animation: kng-spin 2s linear infinite;
-moz-animation: kng-spin 2s linear infinite;
-ms-animation: kng-spin 2s linear infinite;
-o-animation: kng-spin 2s linear infinite; }
.add_to_cart_button.loading .kng-addtocart-icon:before, .button.product_type_grouped.loading .kng-addtocart-icon:before, .button.product_type_variable.loading .kng-addtocart-icon:before, .button.product_type_external.loading .kng-addtocart-icon:before {
content: "";
font-family: "kngi"; }
.add_to_cart_button.added, .button.product_type_grouped.added, .button.product_type_variable.added, .button.product_type_external.added { }
.add_to_cart_button.added + .added_to_cart, .button.product_type_grouped.added + .added_to_cart, .button.product_type_variable.added + .added_to_cart, .button.product_type_external.added + .added_to_cart {
display: block; }
.add_to_cart_button + .added_to_cart, .button.product_type_grouped + .added_to_cart, .button.product_type_variable + .added_to_cart, .button.product_type_external + .added_to_cart {
display: none; }
.woocommerce-pagination {
justify-content: center; }
.kng-products-thumb img {
width: 100%;
position: relative;
z-index: 1; }
.kng-products-thumb .kng-overlay-content-end {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -15px; }
.kng-products-thumb .kng-overlay-content-end > * {
margin: 15px;
flex: 0 0 auto; }
.kng-after-product-thumb {
position: absolute;
left: 16px;
right: 16px;
bottom: 16px;
z-index: 3;
visibility: hidden;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
-ms-opacity: 0;
-o-opacity: 0; }
@media (max-width: 575px) {
.kng-after-product-thumb {
display: none; } }
.kng-after-product-thumb > .btn {
height: 50px;
padding: 9px 35px; }
.kng-after-product-thumb > .btn.added {
margin-bottom: 5px; }
.kng-after-product-thumb .product_type_grouped {
transform: translateY(48px);
-webkit-transform: translateY(48px);
-khtml-transform: translateY(48px);
-moz-transform: translateY(48px);
-ms-transform: translateY(48px);
-o-transform: translateY(48px); }
.kng-after-product-thumb .add_to_cart_button {
transform: translateY(48px);
-webkit-transform: translateY(48px);
-khtml-transform: translateY(48px);
-moz-transform: translateY(48px);
-ms-transform: translateY(48px);
-o-transform: translateY(48px); }
.kng-after-product-thumb .kng-addtocart-icon {
margin-top: -1px;
margin-left: 5px; }
.products .kng-overlay-wrap .kng-overlay-content {
visibility: visible;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
-ms-opacity: 1;
-o-opacity: 1; }
.products .kng-overlay-wrap:hover .kng-overlay-content {
background: rgba(var(--primary-color-rgb), 0.06); }
.products .kng-overlay-wrap:hover .kng-after-product-thumb {
visibility: visible;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
-ms-opacity: 1;
-o-opacity: 1; }
.products .kng-overlay-wrap:hover .kng-after-product-thumb .product_type_grouped {
transform: translateY(0);
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0); }
.products .kng-overlay-wrap:hover .kng-after-product-thumb .add_to_cart_button {
transform: translateY(0);
-webkit-transform: translateY(0);
-khtml-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0); }
.woosw-btn {
font-size: 0; }
.woosw-btn:before {
width: 16px;
height: 16px;
font-family: "kngi";
content: "";
font-size: 16px;
text-indent: 0;
line-height: 1;
transition: color 0.3s ease;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease; }
.woosw-btn.woosw-adding:before {
content: "";
font-family: "kngi";
animation: kng-spin 2s linear infinite;
-webkit-animation: kng-spin 2s linear infinite;
-khtml-animation: kng-spin 2s linear infinite;
-moz-animation: kng-spin 2s linear infinite;
-ms-animation: kng-spin 2s linear infinite;
-o-animation: kng-spin 2s linear infinite; }
.woosc-btn {
font-size: 0;
padding: 0;
border: 0;
background-color: transparent; }
.woosc-btn:before {
width: 16px;
height: 16px;
font-family: "kngi";
content: "";
font-size: 16px;
text-indent: 0;
line-height: 1;
transition: color 0.3s ease;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease; }
.woosc-btn:hover, .woosc-btn:active, .woosc-btn:focus {
background-color: transparent; }
.products .woosw-btn:before {
position: absolute;
top: 22px;
right: 16px;
color: #fff; }
.products .woosw-btn:hover:before {
color: var(--primary-color); } .kng-products-content-inner .kng-loop-product-cat-rating {
display: none; }
.kng-products-content-inner .kng-loop-product-excerpt {
display: none; }
.kng-products-content-inner .kng-loop-product-attribute {
display: none; }
.kng-products-content-inner .woosc-btn {
display: none; }
.kng-products-content-list-view {
display: none; }
@media (max-width: 575px) {
.kng-products-content-list-view {
display: block; }
.kng-products-content-list-view .kng-atc-btn-ext {
display: none; } }
@media (max-width: 575px) {
.kng-products-content-list-view .price {
display: none !important; } }
.kng-products-content-list-view .add_to_cart_button {
margin-top: 20px;
margin-bottom: 12px;
padding: 12px 28px; }
@media (max-width: 1199px) {
.kng-products-content-list-view .add_to_cart_button {
margin-top: 15px;
margin-bottom: 6px; } }
.kng-products-content-list-view .btn.product_type_grouped {
margin-top: 20px;
margin-bottom: 12px;
padding: 12px 28px; }
@media (max-width: 1199px) {
.kng-products-content-list-view .btn.product_type_grouped {
margin-top: 15px;
margin-bottom: 6px; } }
.kng-products-content-list-view .woosc-btn {
display: inline-block; } .products.shop-view-list {
margin: -12px 0; }
.products.shop-view-list > .product {
max-width: 100%;
width: 100%;
flex: 0 0 100%;
margin: 12px 0;
padding: 24px;
background-color: rgba(242, 242, 242, 0.6); }
@media (max-width: 1199px) {
.products.shop-view-list > .product {
padding: 0 0 38px 0;
background-color: transparent; } }
.products.shop-view-list .kng-shop-item-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
@media (max-width: 575px) {
.products.shop-view-list .kng-shop-item-wrap {
margin-left: 0;
margin-right: 0; } }
.products.shop-view-list .kng-shop-item-wrap > div {
margin-left: 15px;
margin-right: 15px; }
@media (max-width: 575px) {
.products.shop-view-list .kng-shop-item-wrap > div {
margin-left: 0;
margin-right: 0; } }
.products.shop-view-list .kng-shop-item-wrap .kng-products-thumb {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
align-self: flex-start; }
@media (max-width: 575px) {
.products.shop-view-list .kng-shop-item-wrap .kng-products-thumb {
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 20px; } }
.products.shop-view-list .kng-shop-item-wrap .kng-products-thumb img {
width: 210px; }
@media (max-width: 575px) {
.products.shop-view-list .kng-shop-item-wrap .kng-products-thumb img {
width: 100%; } }
.products.shop-view-list .kng-shop-item-wrap .kng-products-content {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
@media (max-width: 1199px) {
.products.shop-view-list .kng-shop-item-wrap .kng-products-content {
padding-top: 0; } }
@media (max-width: 575px) {
.products.shop-view-list .kng-shop-item-wrap .kng-products-content {
flex: 0 0 100%;
max-width: 100%; } }
.products.shop-view-list .kng-products-thumb .kng-after-product-thumb {
display: none; }
.products.shop-view-list .kng-products-content-inner .kng-rating-wrap {
display: none; }
.products.shop-view-list .kng-products-content-inner .kng-loop-product-cat {
display: none; }
.products.shop-view-list .kng-products-content-inner span.price {
display: none; }
.products.shop-view-list .kng-products-content-inner .kng-loop-product-cat-rating {
display: block; }
.products.shop-view-list .kng-products-content-inner .kng-loop-product-excerpt {
display: block;
display: block; display: -webkit-box;
max-height: 95.982px; font-size: 17px;
line-height: 1.882;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 3;
-webkit-line-clamp: 3;
-khtml-line-clamp: 3;
-moz-line-clamp: 3;
-ms-line-clamp: 3;
-o-line-clamp: 3;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.products.shop-view-list .kng-products-content-inner .kng-loop-product-excerpt > * {
display: block; display: -webkit-box;
max-height: 95.982px; font-size: 17px;
line-height: 1.882;
overflow: hidden;
text-overflow: ellipsis;
line-clamp: 3;
-webkit-line-clamp: 3;
-khtml-line-clamp: 3;
-moz-line-clamp: 3;
-ms-line-clamp: 3;
-o-line-clamp: 3;
box-orient: vertical;
-webkit-box-orient: vertical;
-khtml-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical; }
.products.shop-view-list .kng-products-content-inner .kng-loop-product-attribute {
display: block; }
.products.shop-view-list .kng-products-content-list-view {
display: block; }
.products.shop-view-list .kng-overlay-wrap:hover .kng-overlay-content {
background-color: transparent; }
.products.shop-view-list .kng-products-content-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.products.shop-view-list .kng-products-content-wrap .kng-products-content-inner {
padding-right: 30px;
flex: 0 0 calc(100% - 230px);
max-width: calc(100% - 230px); }
@media (max-width: 1199px) {
.products.shop-view-list .kng-products-content-wrap .kng-products-content-inner {
flex: 0 0 100%;
max-width: 100%;
padding-right: 0; } }
.products.shop-view-list .kng-products-content-wrap .kng-products-content-list-view {
flex: 0 0 230px;
max-width: 230px; }
@media (max-width: 1199px) {
.products.shop-view-list .kng-products-content-wrap .kng-products-content-list-view {
flex: 0 0 100%;
max-width: 100%; } }
.products.shop-view-list .kng-products-content .woocommerce-loop-product__link {
margin-bottom: 7px; }
.products.shop-view-list .kng-products-content .kng-loop-product-cat-rating {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
line-height: 17px;
color: #696969;
align-items: center;
justify-content: space-between; }
.products.shop-view-list .kng-products-content .kng-loop-product-cat-rating a {
color: inherit; }
.products.shop-view-list .kng-products-content .kng-loop-product-cat-rating a:hover {
color: var(--link-color-hover); }
.products.shop-view-list .kng-products-content .kng-loop-product-cat-rating .kng-loop-product-category {
margin-right: 12px; }
.products.shop-view-list .kng-products-content .kng-loop-product-cat-rating .kng-rating-wraps {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.products.shop-view-list .kng-products-content .kng-loop-product-cat-rating .kng-rating-wraps .review-num {
display: none; }
.products.shop-view-list .kng-products-content .kng-loop-product-excerpt {
margin-top: 8px; }
@media (max-width: 1199px) {
.products.shop-view-list .kng-products-content .kng-loop-product-excerpt {
display: none; } }
.products.shop-view-list .kng-products-content .kng-loop-product-attribute {
margin-top: 12px;
list-style: disc; }
@media (max-width: 1199px) {
.products.shop-view-list .kng-products-content .kng-loop-product-attribute {
margin-top: 8px; } }
@media (max-width: 767px) {
.products.shop-view-list .kng-products-content .kng-loop-product-attribute {
display: none; } }
.products.shop-view-list .kng-products-content .kng-loop-product-attribute li .lbl {
color: var(--heading-color);
margin-right: 4px; }
.products.shop-view-list .kng-products-content .kng-loop-product-attribute li .value {
color: #696969; }
.products.shop-view-list .kng-products-content .kng-loop-product-attribute li .value p {
display: inline-block; }
@media (max-width: 1199px) {
.products.shop-view-list .kng-products-content-list-view .kng-atc-btn-ext {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center; }
.products.shop-view-list .kng-products-content-list-view .kng-atc-btn-ext button + button {
margin-left: 30px; } }
.products.shop-view-list .kng-products-content-list-view .kng-atc-btn-ext button {
font-size: 15px;
line-height: 32px;
color: #696969;
margin: 0;
padding: 0;
font-weight: 400;
border: 0;
background-color: transparent;
text-transform: inherit;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-top: 8px; }
.products.shop-view-list .kng-products-content-list-view .kng-atc-btn-ext button:before {
position: relative;
top: 0;
left: 0;
margin-right: 4px;
color: #696969; }
.products.shop-view-list .kng-products-content-list-view .kng-atc-btn-ext button:hover {
color: var(--heading-color); }
.products.shop-view-list .kng-products-content-list-view .kng-atc-btn-ext button:hover:before {
color: var(--heading-color); }
@media (min-width: 992px) {
.kng-content-woo-single .kng-content-area.col-lg-10 {
-ms-flex: 0 0 calc(100% - 232px);
flex: 0 0 calc(100% - 232px);
max-width: calc(100% - 232px); }
.kng-content-woo-single .kng-sidebar-area.col-lg-2 {
-ms-flex: 0 0 232px;
flex: 0 0 232px;
max-width: 232px; } }
@media (min-width: 1200px) {
.kng-content-woo-single {
margin-left: -28px;
margin-right: -28px; }
.kng-content-woo-single > div {
padding-left: 28px;
padding-right: 28px; }
.kng-content-woo-single .kng-content-area.col-lg-10 {
-ms-flex: 0 0 calc(100% - 288px);
flex: 0 0 calc(100% - 288px);
max-width: calc(100% - 288px); }
.kng-content-woo-single .kng-sidebar-area.col-lg-2 {
-ms-flex: 0 0 288px;
flex: 0 0 288px;
max-width: 288px; } }
@media (min-width: 992px) {
.kng-content-woo-page .kng-content-area.col-lg-10 {
-ms-flex: 0 0 calc(100% - 258px);
flex: 0 0 calc(100% - 258px);
max-width: calc(100% - 258px); }
.kng-content-woo-page .kng-sidebar-area.col-lg-2 {
-ms-flex: 0 0 258px;
flex: 0 0 258px;
max-width: 258px; } }
@media (min-width: 1200px) {
.kng-content-woo-page .kng-content-area.col-lg-10 {
-ms-flex: 0 0 calc(100% - 288px);
flex: 0 0 calc(100% - 288px);
max-width: calc(100% - 288px); }
.kng-content-woo-page .kng-sidebar-area.col-lg-2 {
-ms-flex: 0 0 288px;
flex: 0 0 288px;
max-width: 288px; } }
.kng-sidebar-shop .widget_product_search {
position: relative;
background-color: var(--second-color);
padding: 24px 30px 30px 30px; }
.kng-sidebar-shop .widget_product_search .widget-title {
color: #fff;
margin: 0 0 17px 0;
padding-bottom: 0; }
.kng-sidebar-shop .widget_product_search .widget-title:before {
display: none; }
.kng-sidebar-shop .widget_product_search form {
position: relative; }
.kng-sidebar-shop .widget_product_search [type="search"] {
height: 60px;
padding: 0 61px 0 25px;
font-size: 18px;
font-weight: 500;
font-family: "Karla", sans-serif;
color: var(--body-color); }
.kng-sidebar-shop .widget_product_search [type="search"]:hover, .kng-sidebar-shop .widget_product_search [type="search"]:focus {
border-color: transparent; }
.kng-sidebar-shop .widget_product_search [type="submit"] {
position: absolute;
top: 0;
bottom: 0;
right: 0;
border: 0;
height: 44px;
width: 45px;
margin: 8px;
padding: 0;
background-color: var(--primary-color);
color: #fff;
line-height: 44px;
font-size: 0;
text-indent: -9999; }
[dir="rtl"] .kng-sidebar-shop .widget_product_search [type="submit"] {
right: auto;
left: 0; }
.kng-sidebar-shop .widget_product_search [type="submit"]:before {
font-family: "kngi";
content: "";
font-size: 14px;
position: absolute;
top: 50%;
left: 50%;
text-indent: 0;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased; }
.kng-sidebar-shop .widget_product_search [type="submit"]:hover {
color: #fff; }
.kng-sidebar-shop .widget_product_categories .kng-list-item {
position: relative; }
.kng-sidebar-shop .widget_product_categories ul.children {
display: none; }
.kng-sidebar-area .woocommerce-widget-layered-nav-list {
margin-top: -10px; }
ul.product_list_widget {
list-style: none outside;
padding: 0;
margin: -10px 0; }
ul.product_list_widget li {
padding: 10px 0;
position: relative;
display: block;
clear: both;
overflow: hidden;
font-weight: 600; }
ul.product_list_widget li a {
display: block;
font-size: 16px;
line-height: 1.5; }
ul.product_list_widget li .quantity, ul.product_list_widget li .amount {
font-size: 15px;
color: var(--primary-color); }
ul.product_list_widget li .star-rating + .woocommerce-Price-amount, ul.product_list_widget li .star-rating + .reviewer {
display: block;
width: 100%; }
ul.product_list_widget li img {
margin-top: 5px;
margin-right: 20px;
float: left;
width: 70px; }
ul.product_list_widget li .star-rating {
display: block;
font-size: 12px;
width: 92px; }
ul.product_list_widget li dl {
margin: 0;
padding-left: 1em; }
ul.product_list_widget li dl::after, ul.product_list_widget li dl::before {
display: block;
clear: both;
content: ""; }
ul.product_list_widget li dl dt, ul.product_list_widget li dl dd {
display: inline-block;
float: left;
margin-bottom: 1em; }
ul.product_list_widget li dl dt {
font-weight: 700;
padding: 0 0 0.25em;
margin: 0 4px 0 0;
clear: left; }
ul.product_list_widget li dl dd {
padding: 0 0 0.25em; }
ul.product_list_widget li dl dd p:last-child {
margin-bottom: 0; } .widget_price_filter .price_slider {
margin-bottom: 1em; }
.widget_price_filter .price_slider_amount .price_label {
display: inline-block;
color: var(--heading-color); }
.widget_price_filter .price_slider_amount button {
background: none;
color: var(--primary-color);
font-weight: 500;
padding: 8px 20px 8px 5px;
margin: 0;
float: right;
border: none;
font-size: 13px;
line-height: normal;
text-transform: capitalize;
letter-spacing: 0.12em;
position: relative;
transition: padding 0.3s ease;
-webkit-transition: padding 0.3s ease;
-khtml-transition: padding 0.3s ease;
-moz-transition: padding 0.3s ease;
-ms-transition: padding 0.3s ease;
-o-transition: padding 0.3s ease; }
.widget_price_filter .price_slider_amount button:before {
font-family: "kngi";
content: "";
display: inline-block;
position: absolute;
right: 0;
top: 10px; }
.widget_price_filter .price_slider_amount button:hover {
color: var(--heading-color); }
.widget_price_filter .ui-slider {
position: relative;
text-align: start; }
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 12px;
height: 12px;
background-color: var(--primary-color);
border-radius: 50%;
cursor: ew-resize;
outline: none;
top: -4px; }
.widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle {
margin-left: -12px; }
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
border-radius: 5px;
background-color: var(--primary-color); }
.widget_price_filter .price_slider_wrapper .ui-widget-content:before {
content: "";
position: absolute;
top: 1px;
left: 0;
right: 0;
height: 4px;
background-color: #D7D7D7; }
.widget_price_filter .ui-slider-horizontal {
height: 4px; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left: 0px; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right: 0px; }
.widget_rating_filter li.wc-layered-nav-rating > a {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
color: #828282; }
@media (max-width: 991px) {
.kng-wg-products {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin-left: -8px;
margin-right: -8px; } }
.kng-wg-products .product {
position: relative;
margin-bottom: 42px; }
@media (max-width: 991px) {
.kng-wg-products .product {
flex: 0 0 33.333333%;
max-width: 33.333333%;
padding-left: 8px;
padding-right: 8px; } }
@media (max-width: 575px) {
.kng-wg-products .product {
flex: 0 0 100%;
max-width: 100%; } }
.kng-wg-products .product:last-child {
margin-bottom: 0; }
.kng-wg-products .kng-onsale {
position: absolute;
top: 10px;
left: 10px;
font-size: 12px;
height: auto;
padding: 3px 8px;
min-width: auto; }
.kng-wg-products .product-img {
margin-bottom: 12px;
display: block; }
@media (max-width: 575px) {
.kng-wg-products .product-img img {
width: 100%; } }
.kng-wg-products .product-title {
display: block;
font-weight: 500;
font-size: 18px;
line-height: 32px;
margin-bottom: 4px;
color: var(--heading-color); }
.kng-wg-products .product-title:hover {
color: var(--link-color-hover); }
.kng-wg-products .product-cat a {
color: #696969; }
.kng-wg-products .product-cat a:hover {
color: var(--link-color-hover); }
.kng-wg-products .price {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin: 5px 0 0 0;
color: var(--primary-color);
font-weight: 500;
font-size: 20px;
line-height: 32px;
clear: both; }
.kng-wg-products .price del {
order: 2;
padding-left: 6px;
font-size: 14px;
line-height: 32px;
color: #828282; }
[dir="rtl"] .kng-wg-products .price del {
padding-left: 0;
padding-right: 6px; }
.kng-wg-products .price ins {
font-weight: inherit;
text-decoration: none; }
.kng-star-rating {
width: 90px;
height: 14px;
display: inline-block;
letter-spacing: 3px;
color: var(--rating-color); }
.kng-star-rating:before {
font-family: "kngi";
content: ""; }
.kng-star-rating .kng-star-rated {
top: 0; }
.kng-star-rating .kng-star-rated:before {
font-family: "kngi";
content: ""; }
.kng-star-rated {
color: var(--rating-color); }
.woocommerce-product-rating {
display: flex;
flex-wrap: wrap;
line-height: normal;
margin: 0;
align-items: center; }
p.stars {
margin: 0; }
p.stars > span {
margin-bottom: -15px;
display: block; }
.star-rating {
font-family: "kngi";
color: var(--rating-color);
font-size: 15px;
letter-spacing: 6px;
white-space: nowrap;
position: relative;
display: inline-block;
width: 108px;
height: 32px;
line-height: 32px;
overflow: hidden; }
.star-rating:before {
content: "" "" "" "" "";
display: block;
overflow: hidden; }
.star-rating > span:before, .star-rating .kng-star-rated:before {
content: "" "" "" "" "";
display: block;
overflow: hidden; }
.star-rating > span:before, .star-rating .kng-star-rated:before, .star-rating[aria-label="Rated 0 out of 5"]:before {
color: var(--rating-color);
font-weight: 900; }
.star-rating .kng-star-rated, .star-rating > span {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
height: 32px; }
[dir="rtl"] .star-rating .kng-star-rated, [dir="rtl"] .star-rating > span {
left: auto;
right: 0; }
.star-rating + .woocommerce-review-link {
font-size: 14px;
color: var(--body-color); }
.star-rating + .woocommerce-review-link:hover {
color: var(--primary-color); }
[dir="rtl"] .star-rating + .woocommerce-review-link {
margin-left: 0;
margin-right: 30px; }
.comment-rating .star-rating {
font-size: 12px;
width: 92px; }
.woocommerce-Reviews .comment-meta {
margin-bottom: -5px; }
.kng-rating-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.review-num {
font-size: 14px;
line-height: 26px;
letter-spacing: 0.08em;
color: #828282;
line-height: 32px;
padding-left: 3px; } p.stars a {
position: relative;
height: 1em;
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
color: #ffb237; }
p.stars a::before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: "kngi";
content: "";
text-indent: 0; }
p.stars a:hover ~ a::before {
content: "";
font-weight: 300; }
p.stars:hover a::before {
content: "";
font-weight: 900; }
p.stars.selected a.active::before {
content: "";
font-weight: 900; }
p.stars.selected a.active ~ a::before {
content: "";
font-weight: 300; }
p.stars.selected a:not(.active)::before {
content: "";
font-weight: 900; }
.kng-single-product-gallery-summary-wraps {
margin: -15px -22.5px; }
@media (max-width: 1199px) {
.kng-single-product-gallery-summary-wraps {
margin: -15px; } }
.kng-single-product-gallery-summary-wraps > div {
padding: 15px 22.5px; }
@media (max-width: 1199px) {
.kng-single-product-gallery-summary-wraps > div {
padding: 15px; } }
.kng-single-product-gallery-summary-wraps > div.kng-single-product-gallery-wraps {
text-align: center; }
.kng-single-product-gallery-summary-wraps > div > .kng-single-product-gallery-wraps-inner {
display: inline-block; }
.woocommerce-product-gallery {
position: relative; }
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: 16px;
right: 20px;
width: 30px;
height: 30px;
color: var(--primary-color);
z-index: 1;
text-align: center;
line-height: 26px;
font-size: 0;
border-radius: 50%;
background: rgba(255, 255, 255, 0.9); }
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font-family: "kngi";
content: "";
font-size: 16px;
line-height: 30px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
color: var(--second-color); }
[dir="rtl"] .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
left: 20px;
right: auto; }
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
padding: 0;
margin: 0;
position: relative; }
.woocommerce-product-gallery .woocommerce-product-gallery__image {
background: #F9F9F9; }
.woocommerce-product-gallery .woocommerce-product-gallery__image .wp-post-image {
box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.06);
-webkit-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.06);
-khtml-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.06);
-ms-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.06);
-o-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.06); }
.woocommerce-product-gallery.kng-product-gallery-simple {
position: relative; }
.woocommerce-product-gallery.kng-product-gallery-simple .flex-viewport {
position: relative; }
.woocommerce-product-gallery.kng-product-gallery-simple .flex-viewport:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 1;
visibility: hidden;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
-ms-opacity: 0;
-o-opacity: 0; }
.woocommerce-product-gallery .flex-control-thumbs {
list-style: none;
display: flex;
flex-wrap: wrap;
margin: -15px;
padding: 0; }
@media (max-width: 1199px) {
.woocommerce-product-gallery .flex-control-thumbs {
margin: -10px; } }
.woocommerce-product-gallery .flex-control-thumbs li {
flex: 0 0 auto;
max-width: auto;
padding: 15px;
cursor: pointer; }
@media (max-width: 1199px) {
.woocommerce-product-gallery .flex-control-thumbs li {
padding: 10px; } }
.woocommerce-product-gallery .flex-control-thumbs li img {
overflow: hidden;
max-width: 90px; }
@media (max-width: 1199px) {
.woocommerce-product-gallery .flex-control-thumbs li img {
max-width: 70px; } }
.woocommerce-product-gallery .flex-direction-nav {
visibility: hidden;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
-ms-opacity: 0;
-o-opacity: 0; }
.woocommerce-product-gallery:hover .flex-direction-nav {
visibility: visible;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
-ms-opacity: 1;
-o-opacity: 1; }
.wc-gallery-sync {
position: relative;
margin-top: 10px; }
.wc-gallery-sync .flex-control-thumb {
position: relative; }
.wc-gallery-sync .flex-control-thumb:after {
position: absolute;
content: "";
left: 0px;
top: 0px;
width: 100%;
height: 100%;
border: 2px solid transparent;
z-index: 2; }
.wc-gallery-sync .flex-control-thumb:hover:after, .wc-gallery-sync .flex-control-thumb.flex-active-slide:after {
border-color: var(--primary-color); }
.flex-direction-nav {
padding: 0;
margin: 0;
list-style: none;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.flex-direction-nav > li {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%); }
.flex-direction-nav > li span {
width: 30px;
height: 30px;
background: var(--primary-color);
color: #ffffff;
line-height: 30px;
text-align: center;
display: block;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-khtml-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out; }
.flex-direction-nav > li.flex-nav-prev {
left: 0; }
.flex-direction-nav > li.flex-nav-prev .flex-prev-icon:before {
font-family: "kngi";
content: "";
font-size: 900; }
.flex-direction-nav > li.flex-nav-next {
right: 0; }
.flex-direction-nav > li.flex-nav-next .flex-next-icon:before {
font-family: "kngi";
content: "";
font-size: 900; }
.flex-direction-nav > li:hover span {
background: var(--primary-color); }
.flex-control-nav {
list-style: none;
padding: 0;
margin: 20px 0 0; }
.flex-control-nav.flex-control-paging {
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: center; }
.flex-control-nav.flex-control-paging li {
flex: 0 0 auto; }
.flex-control-nav.flex-control-paging a {
width: 13px;
height: 13px;
margin: 5px 7px;
background: #bbbbbb;
font-size: 0;
text-indent: -999px;
display: block;
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
transition: opacity 200ms ease;
-webkit-transition: opacity 200ms ease;
-khtml-transition: opacity 200ms ease;
-moz-transition: opacity 200ms ease;
-ms-transition: opacity 200ms ease;
-o-transition: opacity 200ms ease; }
.flex-control-nav.flex-control-paging a:hover, .flex-control-nav.flex-control-paging a.flex-active {
background: var(--primary-color); }
.kng-product-gallery-default.kng-product-gallery-bottom .flex-control-nav {
margin-top: 15px;
justify-content: center; }
@media (max-width: 1199px) {
.kng-product-gallery-default.kng-product-gallery-bottom .flex-control-nav {
margin-top: 10px; } }
.single-product-title {
margin-bottom: 4px; }
.product-single-summary-meta-top-wrap {
padding-bottom: 22px;
margin-bottom: 23px;
border-bottom: 1px solid rgba(85, 85, 85, 0.2); }
.product-single-summary-meta-top > div {
position: relative; }
.product-single-summary-meta-top .product-single-author .lbl {
font-size: 20px;
margin-right: 4px;
color: var(--heading-color);
font-weight: 700; }
.product-single-summary-meta-top .product-single-author a {
color: inherit; }
.product-single-summary-meta-top .product-single-author a:hover {
color: var(--link-color-hover); }
.product-single-summary-meta-top .woocommerce-product-rating .woocommerce-review-link {
font-size: 14px;
line-height: 26px;
margin-left: 6px; }
@media (max-width: 1599px) {
.product-single-summary-meta-top .product-single-cat {
display: none; } }
.product-single-summary-meta-top .product-single-cat a {
font-weight: 500; }
.kng-product-single-price {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: flex-end;
margin-bottom: 8px;
font-weight: 500;
font-size: 28px;
line-height: 32px;
color: var(--primary-color); }
.kng-product-single-price del {
order: 2;
font-size: 14px;
line-height: 26px;
letter-spacing: 0.08em;
color: #828282;
margin-left: 10px; }
.kng-product-single-price ins {
font-weight: 500;
font-size: 28px;
line-height: 32px;
color: var(--primary-color); }
.sold-by-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left: -4px;
margin-right: -4px;
color: var(--body-color); }
.sold-by-wrap > * {
padding-left: 4px;
padding-right: 4px; }
.sold-by-wrap .lbl {
font-size: 20px;
font-weight: 700;
color: var(--heading-color); }
.sold-by-wrap a {
color: inherit; }
.sold-by-wrap a:hover {
color: var(--link-color-hover); }
.woocommerce-product-details__short-description {
padding-top: 22px;
margin-top: 23px;
margin-bottom: 18px;
border-top: 1px solid rgba(85, 85, 85, 0.2); }
.lawgne-variation-quantity-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
width: 100%;
align-items: flex-end; }
.lawgne-variation-quantity-wrap .variations {
border: 0; }
@media (max-width: 1279px) {
.lawgne-variation-quantity-wrap .variations {
margin-bottom: 10px; } }
.lawgne-variation-quantity-wrap .variations td, .lawgne-variation-quantity-wrap .variations th {
border: 0;
vertical-align: middle; }
.lawgne-variation-quantity-wrap .woocommerce-variation-description p {
margin-bottom: 1em; }
.lawgne-variation-quantity-wrap .reset_variations {
visibility: hidden;
display: none !important;
width: 0 !important;
height: 0 !important;
color: red;
padding-top: 10px;
text-align: end; }
.lawgne-variation-quantity-wrap .reset_variations[style="visibility: visible; display: inline;"] {
display: none !important; }
.lawgne-variation-quantity-wrap .wc-no-matching-variations {
display: none; }
.lawgne-variation-quantity-wrap .single_variation_wrap {
margin-top: 0; }
@media (max-width: 1599px) {
.lawgne-variation-quantity-wrap.style-dropdown {
margin-left: -4px;
margin-right: -4px; } }
.lawgne-variation-quantity-wrap.style-dropdown > * {
flex: 0 0 auto;
width: auto; }
@media (max-width: 1599px) {
.lawgne-variation-quantity-wrap.style-dropdown > * {
padding-left: 4px;
padding-right: 4px; } }
@media (max-width: 1279px) {
.lawgne-variation-quantity-wrap.style-dropdown > * {
flex: 0 0 100%;
width: 100%;
max-width: 100%; } }
@media (min-width: 1280px) {
.lawgne-variation-quantity-wrap.style-dropdown {
margin-left: -15px;
margin-right: -15px; }
.lawgne-variation-quantity-wrap.style-dropdown .variations, .lawgne-variation-quantity-wrap.style-dropdown .single_variation_wrap {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding-left: 15px;
padding-right: 15px; } }
.lawgne-variation-quantity-wrap.style-list select {
display: none; }
.lawgne-variation-quantity-wrap.style-list .lawgne-variation-att-terms {
list-style: none;
padding: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin-left: -8px;
margin-right: -8px;
margin-bottom: 0; }
.lawgne-variation-quantity-wrap.style-list .lawgne-variation-att-terms > li {
flex: 0 0 auto;
width: auto;
padding-left: 8px;
padding-right: 8px;
margin-bottom: 16px; }
.lawgne-variation-quantity-wrap.style-list a.pro-variation-select {
border: 1px solid rgba(22, 37, 66, 0.1);
border-radius: 4px;
padding: 4px 15px;
display: inline-block;
line-height: 28px;
min-width: 120px; }
@media (max-width: 1599px) {
.lawgne-variation-quantity-wrap.style-list a.pro-variation-select {
min-width: 132px; } }
.lawgne-variation-quantity-wrap.style-list a.pro-variation-select .lbl {
color: var(--heading-color);
display: block; }
.lawgne-variation-quantity-wrap.style-list a.pro-variation-select .price {
display: block;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.lawgne-variation-quantity-wrap.style-list a.pro-variation-select .price del {
order: 2;
color: #828282;
font-size: 11px;
margin-left: 5px; }
.lawgne-variation-quantity-wrap.style-list a.pro-variation-select:hover {
border-color: var(--primary-color); }
.lawgne-variation-quantity-wrap.style-list a.pro-variation-select:hover .lbl {
color: var(--primary-color); }
.lawgne-variation-quantity-wrap.style-list a.pro-variation-select:hover .price {
color: var(--primary-color); }
.lawgne-variation-quantity-wrap.style-list li.active a {
border-color: var(--primary-color); }
.lawgne-variation-quantity-wrap.style-list li.active a .lbl {
color: var(--primary-color); }
.lawgne-variation-quantity-wrap.style-list li.active a .price {
color: var(--primary-color); }
.kng-variation-results {
margin-top: 10px; }
.kng-variation-results .woocommerce-variation-price .price {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin: 0;
color: var(--primary-color);
font-weight: 500;
font-size: 20px;
line-height: 32px;
clear: both; }
.kng-variation-results .woocommerce-variation-price .price del {
order: 2;
padding-left: 6px;
font-size: 14px;
line-height: 32px;
color: #828282; }
[dir="rtl"] .kng-variation-results .woocommerce-variation-price .price del {
padding-left: 0;
padding-right: 6px; }
.kng-variation-results .woocommerce-variation-price .price ins {
font-weight: inherit;
text-decoration: none; }
.kng-variation-results .woocommerce-variation-availability {
display: none; }
.lawgne-addtocart-btn-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
width: 100%; }
.lawgne-addtocart-btn-wrap > * {
flex: 0 0 auto;
width: auto; }
.kng-single-product-btns > p.stock {
display: none; }
form.cart .lawgne-addtocart-btn-wrap {
margin-top: 30px; }
.stock {
color: #27AE60; }
.stock span {
margin-right: 4px; }
.stock.top {
margin-top: 10px;
display: none; }
form.cart {
padding-top: 30px;
margin-top: 24px;
border-top: 1px solid rgba(85, 85, 85, 0.2);
width: 100%; }
form.cart .quantity {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center; }
form.cart .quantity .stock {
padding-left: 16px; }
form.cart.grouped_form .woocommerce-grouped-product-list-item {
align-items: center;
justify-content: space-between;
margin-bottom: 20px; }
form.cart.grouped_form .woocommerce-grouped-product-list-item__quantity {
order: 2;
flex-grow: 1; }
form.cart.grouped_form .woocommerce-grouped-product-list-item__label {
order: 1; }
@media (max-width: 1599px) {
form.cart.grouped_form .woocommerce-grouped-product-list-item__label {
flex: 0 0 100%;
max-width: 100%; } }
form.cart.grouped_form .woocommerce-grouped-product-list-item__label label {
margin-bottom: 0; }
form.cart.grouped_form .woocommerce-grouped-product-list-item__label a {
font-size: 16px;
font-weight: 400; }
form.cart.grouped_form .woocommerce-grouped-product-list-item__price {
margin: 0;
color: var(--primary-color);
font-weight: 400;
font-size: 16px;
line-height: 32px;
clear: both;
order: 3; }
form.cart.grouped_form .woocommerce-grouped-product-list-item__price del {
order: 2;
padding-left: 6px;
font-size: 14px;
line-height: 32px;
color: #828282; }
[dir="rtl"] form.cart.grouped_form .woocommerce-grouped-product-list-item__price del {
padding-left: 0;
padding-right: 6px; }
form.cart.grouped_form .woocommerce-grouped-product-list-item__price ins {
font-weight: inherit;
text-decoration: none; }
@media (max-width: 1599px) {
.kng-variation-row {
margin-left: -4px;
margin-right: -4px; } }
@media (max-width: 1599px) {
.kng-variation-row > * {
padding-left: 4px;
padding-right: 4px; } }
.kng-variation-row .label {
color: #696969;
margin-bottom: 4px;
display: none; }
@media (min-width: 1600px) {
.kng-variation-row .label span span {
color: var(--heading-color);
font-weight: 500; } }
.kng-variation-row .label span span.lbl {
color: #828282;
font-weight: 400; }
@media (max-width: 1599px) {
.kng-variation-row .label span span.lbl {
display: none; } }
.kng-variation-row select {
height: 48px;
line-height: 44px;
background-color: transparent;
border-color: rgba(22, 37, 66, 0.1);
padding: 0 20px;
font-size: 16px;
font-weight: 500;
background-size: 12px; }
form.cart .quantity-lbl {
display: none; }
.kng-quantity {
position: relative;
display: inline-block; }
.kng-quantity .quantity-button {
position: absolute;
top: 0;
width: 52px;
height: 48px;
line-height: 48px;
text-align: start;
font-size: 13px;
font-weight: 900;
border: 0;
color: #828282;
cursor: pointer;
text-align: center; }
.kng-quantity .quantity-up {
right: 0; }
.kng-quantity .quantity-up:before, .kng-quantity .quantity-up:after {
content: "";
width: 13px;
height: 1.7px;
display: block;
background-color: #828282;
position: absolute;
top: 50%;
left: 50%;
margin-left: -6px;
transition: background-color 0.3s ease;
-webkit-transition: background-color 0.3s ease;
-khtml-transition: background-color 0.3s ease;
-moz-transition: background-color 0.3s ease;
-ms-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease; }
.kng-quantity .quantity-up:after {
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-khtml-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg); }
.kng-quantity .quantity-up:hover:before, .kng-quantity .quantity-up:hover:after {
background-color: #333333; }
.kng-quantity .quantity-down {
left: 0;
z-index: 1; }
.kng-quantity .quantity-down:before {
content: "";
width: 13px;
height: 1.7px;
display: block;
background-color: #828282;
position: absolute;
top: 50%;
left: 50%;
margin-left: -6px;
transition: background-color 0.3s ease;
-webkit-transition: background-color 0.3s ease;
-khtml-transition: background-color 0.3s ease;
-moz-transition: background-color 0.3s ease;
-ms-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease; }
.kng-quantity .quantity-down:hover:before {
background-color: #333333; }
input.qty[type="number"] {
width: 144px !important;
height: 48px !important;
line-height: 48px !important;
padding-top: 0;
padding-bottom: 0;
padding-right: 52px;
padding-left: 52px;
text-align: center;
font-size: 15px;
color: #333333;
background: #ffffff !important;
border-color: rgba(22, 37, 66, 0.1);
-moz-appearance: textfield; }
input.qty[type="number"]::-webkit-outer-spin-button, input.qty[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0; }
.lawgne-addtocart-btn-wrap {
margin-top: 28px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left: -5px;
margin-right: -5px; }
.lawgne-addtocart-btn-wrap > * {
margin: 0 5px; }
.lawgne-addtocart-btn-wrap .kng-atc-btn {
flex-grow: 1; }
.lawgne-addtocart-btn-wrap .kng-atc-btn-ext button + button {
margin-left: 8px; }
.lawgne-addtocart-btn-wrap .woosw-btn, .lawgne-addtocart-btn-wrap .woosc-btn {
width: 55px;
height: 55px;
border: 2px solid rgba(22, 37, 66, 0.1);
color: var(--primary-color);
display: inline-block;
text-align: center;
background-color: transparent;
padding: 0;
border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0; }
.lawgne-addtocart-btn-wrap .woosw-btn:hover, .lawgne-addtocart-btn-wrap .woosc-btn:hover {
color: #fff;
border-color: var(--primary-color);
background-color: var(--primary-color); }
.lawgne-addtocart-btn-wrap .woosw-btn:before, .lawgne-addtocart-btn-wrap .woosc-btn:before {
display: inline-block;
margin: 0;
transition: color 0.3s ease;
-webkit-transition: color 0.3s ease;
-khtml-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease; }
.lawgne-addtocart-btn-wrap .woosw-btn.woosw-adding:before, .lawgne-addtocart-btn-wrap .woosc-btn.woosw-adding:before {
content: "";
animation: kng-spin 2s linear infinite;
-webkit-animation: kng-spin 2s linear infinite;
-khtml-animation: kng-spin 2s linear infinite;
-moz-animation: kng-spin 2s linear infinite;
-ms-animation: kng-spin 2s linear infinite;
-o-animation: kng-spin 2s linear infinite; }
.lawgne-addtocart-btn-wrap .woosw-btn.woosw-added:before, .lawgne-addtocart-btn-wrap .woosc-btn.woosw-added:before {
content: "✓"; }
.lawgne-addtocart-btn-wrap .woosw-btn:before {
content: "";
font-family: "kngi"; }
.single_add_to_cart_button {
clear: both;
min-width: 170px;
width: 100%;
text-align: center; }
.single_add_to_cart_button:hover, .single_add_to_cart_button:active, .single_add_to_cart_button:focus {
color: var(--heading-color);
border-color: rgba(22, 37, 66, 0.1);
background-color: transparent; }
.cart.grouped_form .stock {
display: none; }
table.shop_attributes {
border: none; }
table.shop_attributes td, table.shop_attributes th {
vertical-align: top;
font-style: normal;
padding: 2px 0;
border: 0;
width: unset;
background: transparent !important; }
table.shop_attributes td p, table.shop_attributes th p {
padding: 0; }
table.shop_attributes th {
font-weight: 500;
color: var(--heading-color);
min-width: 60px;
white-space: nowrap; }
@media (max-width: 575px) {
table.shop_attributes th {
min-width: 80px; } }
table.shop_attributes th:after {
content: ":";
margin-left: 3px; }
table.shop_attributes td {
color: #828282;
padding-left: 16px; }
.group_table {
border: 0; }
.group_table th, .group_table td {
border: 0; }
.group_table .wc-grouped-product-add-to-cart-checkbox {
display: inline-block;
width: auto;
margin: 0 auto;
transform: scale(1.5, 1.5); }
.product_meta {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
margin-left: -7px;
margin-right: -7px; }
.product_meta > * {
padding-left: 7px;
padding-right: 7px; }
.product_meta .lbl {
font-weight: 700;
color: var(--heading-color); }
.product_meta a {
color: var(--body-color);
font-weight: 400; }
.product_meta a:hover {
color: var(--link-color-hover); }
.kng-post-share a {
color: inherit; }
.kng-post-share a:hover {
color: var(--link-color-hover); }
.wc-tabs {
list-style: none;
margin-top: 50px;
padding: 0;
position: relative; }
.wc-tabs li {
z-index: 1; }
.wc-tabs li a {
display: block;
color: var(--heading-color);
font-family: "Frank Ruhl Libre", sans-serif;
font-size: 24px;
font-weight: 700;
position: relative; }
.wc-tabs li:hover a, .wc-tabs li.active a {
color: var(--heading-color); }
.wc-tab {
display: block !important;
margin-top: 68px; }
.wc-tab:first-child {
margin-top: 78px; }
.wc-tab #respond .comment-form-cookies-consent {
display: none; }
.wc-tab h2 {
margin-top: 0;
margin-bottom: 25px;
font-size: 24px;
font-weight: 700; }
.product-tab-author-content .author-info {
flex: 0 0 288px;
max-width: 288px; }
@media (max-width: 767px) {
.product-tab-author-content .author-info {
flex: 0 0 100%;
max-width: 100%; } }
.product-tab-author-content .author-desc {
flex: 0 0 calc(100% - 288px);
max-width: calc(100% - 288px); }
@media (max-width: 767px) {
.product-tab-author-content .author-desc {
flex: 0 0 100%;
max-width: 100%; } }
.product-tab-author-content .author-info-inner {
padding: 24px;
background-color: #F9F9F9; }
.product-tab-author-content .author-info-inner img {
border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px; }
.product-tab-author-content .author-info-inner h4 {
margin-top: 16px;
margin-bottom: 0; }
.product-tab-author-content .author-info-inner .rol-extra {
font-size: 14px;
margin-bottom: 8px; }
.product-tab-author-content .author-info-inner .kng-meta-separator {
width: 4px;
height: 4px;
border-radius: 2px;
background-color: #828282;
display: block; }
.product-tab-author-content .author-text {
font-size: 14px;
line-height: 26px;
letter-spacing: 0.08em;
color: #828282; }
.product-tab-author-content .author-text blockquote {
display: none; }
.product-tab-author-content .author-text .kng-heading {
display: block;
font-weight: 500;
font-size: 18px;
line-height: 36px; }
.related.products {
display: block;
margin: 0; }
.products.related, .products.upsells, .cross-sells {
padding-top: 55px; }
.products.related > h2, .products.upsells > h2, .cross-sells > h2 {
position: relative;
margin: 15px 0 40px;
font-size: 21px;
font-size: 32px;
line-height: 1.375;
padding-bottom: 12px;
border-bottom: 1px solid rgba(22, 37, 66, 0.1); }
@media (max-width: 575px) {
.products.related > h2, .products.upsells > h2, .cross-sells > h2 {
font-size: 24px; } } @media (min-width: 992px) {
.kng-content-woo-single.layout-1 {
margin-left: -9px;
margin-right: -9px; }
.kng-content-woo-single.layout-1 > div {
padding-left: 9px;
padding-right: 9px; } }
.kng-content-woo-single.layout-1 .entry-summary table.shop_attributes {
width: auto;
margin-top: 16px; }
.kng-content-woo-single.layout-1 .product_meta {
margin-top: 24px; }
.kng-content-woo-single.layout-1 .kng-price-side.normal {
position: relative; }
.kng-content-woo-single.layout-1 .kng-price-side.normal .sale-price {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
font-weight: 500;
font-size: 28px;
line-height: 32px;
color: var(--primary-color); }
.kng-content-woo-single.layout-1 .kng-price-side.normal .sale-price > * {
flex: 0 0 100%;
max-width: 100%; }
.kng-content-woo-single.layout-1 .kng-price-side.normal .sale-price ins {
margin-bottom: 4px; }
.kng-content-woo-single.layout-1 .kng-price-side.normal .sale-price del {
order: 2;
font-size: 14px;
line-height: 26px;
letter-spacing: 0.08em;
color: #828282;
text-decoration: none; }
.kng-content-woo-single.layout-1 .kng-price-side.normal .kng-on-sale {
font-size: 14px;
line-height: 26px;
letter-spacing: 0.08em;
color: var(--primary-color);
position: absolute;
bottom: 1px;
right: 0; }
.kng-content-woo-single.layout-1 .kng-price-side.normal .kng-on-sale.lbl {
background: var(--primary-color);
color: #fff;
padding: 3px 12px;
border-radius: 2px;
font-size: 12px;
font-weight: 300; }
.kng-content-woo-single.layout-1 .kng-price-side.grouped .sale-price, .kng-content-woo-single.layout-1 .kng-price-side.variable .sale-price {
font-weight: 500;
font-size: 28px;
line-height: 32px;
color: var(--primary-color); }
@media (min-width: 992px) and (max-width: 1199px) {
.kng-content-woo-single.layout-1 .kng-price-side.grouped .sale-price, .kng-content-woo-single.layout-1 .kng-price-side.variable .sale-price {
font-size: 20px; } }
.kng-content-woo-single.layout-1 .kng-price-side.grouped .kng-on-sale, .kng-content-woo-single.layout-1 .kng-price-side.variable .kng-on-sale {
font-size: 14px;
line-height: 26px;
letter-spacing: 0.08em;
color: var(--primary-color); }
.kng-content-woo-single.layout-1 .kng-price-side.grouped .kng-on-sale.lbl, .kng-content-woo-single.layout-1 .kng-price-side.variable .kng-on-sale.lbl {
background: var(--primary-color);
color: #fff;
padding: 3px 12px;
border-radius: 2px;
font-size: 12px;
font-weight: 300; }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner form.cart {
margin-bottom: 50px;
border-top-color: rgba(22, 37, 66, 0.1); }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner form.cart .quantity {
display: block; }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner form.cart .quantity .stock {
padding-left: 0;
margin-top: 12px; }
@media (min-width: 1440px) {
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner .lawgne-variation-quantity-wrap.style-dropdown {
margin-left: 0;
margin-right: 0; }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner .lawgne-variation-quantity-wrap.style-dropdown .variations, .kng-content-woo-single.layout-1 .kng-sidebar-area-inner .lawgne-variation-quantity-wrap.style-dropdown .single_variation_wrap {
padding-left: 0;
padding-right: 0;
flex: 0 0 100%;
max-width: 100%; } }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner .lawgne-variation-quantity-wrap.style-dropdown .variations {
margin-bottom: 12px; }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner .kng-quantity {
display: block; }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner input.qty[type="number"] {
width: 100% !important; }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner form.cart .lawgne-addtocart-btn-wrap {
margin-top: 14px; }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner .lawgne-addtocart-btn-wrap {
margin-left: 0;
margin-right: 0; }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner .lawgne-addtocart-btn-wrap > * {
margin-left: 0;
margin-right: 0;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 1200px) {
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner .lawgne-addtocart-btn-wrap .woosw-btn, .kng-content-woo-single.layout-1 .kng-sidebar-area-inner .lawgne-addtocart-btn-wrap .woosc-btn {
width: auto;
height: auto;
font-size: 14px;
text-transform: inherit;
border: 0;
background: none; }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner .lawgne-addtocart-btn-wrap .woosw-btn:before, .kng-content-woo-single.layout-1 .kng-sidebar-area-inner .lawgne-addtocart-btn-wrap .woosc-btn:before {
margin-right: 6px; }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner .lawgne-addtocart-btn-wrap .woosw-btn:hover, .kng-content-woo-single.layout-1 .kng-sidebar-area-inner .lawgne-addtocart-btn-wrap .woosc-btn:hover {
color: var(--primary-color); } }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner .lawgne-addtocart-btn-wrap .kng-atc-btn-ext {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 14px; }
@media (min-width: 1200px) {
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner .lawgne-addtocart-btn-wrap .kng-atc-btn-ext > * {
flex: 0 0 auto;
width: auto; }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner .lawgne-addtocart-btn-wrap .kng-atc-btn-ext button + button {
margin-left: 16px; } }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner .grouped_form .stock {
display: none; }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner .grouped_form .kng-quantity {
display: inline-block; }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner .grouped_form .woocommerce-grouped-product-list-item__price del {
display: none; }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner .grouped_form input.qty[type="number"] {
width: 144px !important; }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner .lawgne-variation-quantity-wrap.style-list .lawgne-variation-att-terms > li {
flex: 0 0 100%;
width: 100%; }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner .lawgne-variation-quantity-wrap.style-list a.pro-variation-select {
display: block;
text-align: center; }
.kng-content-woo-single.layout-1 .kng-sidebar-area-inner .lawgne-variation-quantity-wrap.style-list a.pro-variation-select .price {
justify-content: center; }
label[for="coupon_code"] {
display: none; }
table.cart {
border: 0; }
table.cart thead {
background-color: #F2F2F2; }
table.cart th {
font-weight: 500;
text-transform: uppercase;
color: var(--heading-color);
padding: 16px 24px;
border-left: 0;
border-right: 0;
border-top: 1px solid #E0E0E0; }
table.cart th:first-child {
border-left: 1px solid #E0E0E0; }
table.cart th:last-child {
border-right: 1px solid #E0E0E0; }
@media (max-width: 991px) {
table.cart th {
display: none; } }
table.cart td {
padding: 24px;
border-left: 0;
border-right: 0; }
@media (max-width: 1199px) {
table.cart td {
padding: 24px 15px; } }
table.cart td:first-child {
border-left: 1px solid #E0E0E0; }
table.cart td:last-child {
border-right: 1px solid #E0E0E0; }
table.cart td.product-thumbnail {
padding-right: 0;
width: 94px; }
table.cart td.product-name {
padding-left: 16px; }
@media (min-width: 1600px) {
table.cart td.product-name {
width: 458px; } }
@media (max-width: 1199px) {
table.cart td.product-name {
max-width: 300px; } }
table.cart td.product-name > div > a {
font-weight: 700;
margin: 0 10px; }
table.cart td.product-name > div > a.remove {
width: 20px;
height: 20px;
line-height: 20px;
color: #ffffff;
background-color: black;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%; }
table.cart td.product-name > div > a.remove:hover {
background-color: red; }
table.cart td.product-name > div > a:last-child {
flex-basis: 0;
flex-grow: 1;
text-align: start; }
table.cart td.product-price {
color: var(--primary-color);
font-weight: 500;
font-size: 20px;
line-height: 32px; }
table.cart td.product-subtotal {
color: var(--primary-color);
font-weight: 500;
font-size: 20px;
line-height: 32px; }
table.cart td.product-remove {
text-align: center; }
@media (min-width: 1200px) {
table.cart td.product-remove {
width: 120px; } }
table.cart td.product-remove a {
font-size: 0;
position: relative;
width: 40px;
height: 40px;
border-radius: 0;
border: 1px solid #E0E0E0;
color: #E0E0E0;
display: inline-flex;
justify-content: center;
align-items: center; }
table.cart td.product-remove a:before, table.cart td.product-remove a:after {
content: "";
position: absolute;
height: 1px;
width: 20px;
top: 50%;
background-color: #828282;
transform-origin: 50% 50%;
opacity: 1;
font-size: 20px;
transition: transform ease 0.25s;
-webkit-transition: transform ease 0.25s;
-khtml-transition: transform ease 0.25s;
-moz-transition: transform ease 0.25s;
-ms-transition: transform ease 0.25s;
-o-transition: transform ease 0.25s; }
table.cart td.product-remove a:before {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg); }
table.cart td.product-remove a:after {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg); }
table.cart td.product-remove a:hover {
border-color: var(--primary-color); }
table.cart td.product-remove a:hover:before, table.cart td.product-remove a:hover:after {
background-color: var(--primary-color);
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg); }
table.cart td.actions {
border-left: 0;
border-right: 0;
padding: 32px 0 32px 0; }
@media (max-width: 991px) {
table.cart td {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
border-left: 1px solid #E0E0E0;
border-right: 1px solid #E0E0E0;
justify-content: space-between; }
table.cart td:before, table.cart td a.remove:before {
display: inline-block;
text-transform: uppercase;
font-size: 14px;
color: var(--heading-color);
font-weight: 600; }
table.cart td.product-thumbnail, table.cart td.product-name {
width: 100%;
max-width: 100%; }
table.cart td.product-name:before, table.cart td.product-price:before, table.cart td.product-quantity:before, table.cart td.product-subtotal:before {
content: attr(data-title) ":    "; } }
@media (max-width: 991px) {
table.cart tbody > tr:first-child > td:first-child {
border-top: 1px solid #E0E0E0; }
table.cart tbody > tr {
position: relative; }
table.cart td.product-thumbnail {
background-color: #F2F2F2; }
table.cart td.product-remove {
padding: 0;
border-bottom: 0; }
table.cart td.product-remove a {
position: absolute;
top: 15px;
right: 15px;
color: var(--primary-color);
border-color: var(--primary-color); }
table.cart td.product-remove a:before, table.cart td.product-remove a:after {
background-color: var(--primary-color); } }
table.cart .product-name {
font-weight: 500;
color: var(--heading-color); }
table.cart .product-name a {
color: inherit; }
table.cart .product-name a:hover {
color: var(--link-color-hover); }
table.cart .size-woocommerce_thumbnail {
max-width: 70px;
width: 70px; }
table.cart .coupon:not(.kng-coupon) {
display: none; }
table.cart .coupon .kng-coupon-wrap {
position: relative;
width: 450px;
transition: border-color 0.3s ease;
-webkit-transition: border-color 0.3s ease;
-khtml-transition: border-color 0.3s ease;
-moz-transition: border-color 0.3s ease;
-ms-transition: border-color 0.3s ease;
-o-transition: border-color 0.3s ease; }
@media (max-width: 991px) {
table.cart .coupon .kng-coupon-wrap {
width: 370px; } }
@media (max-width: 991px) {
table.cart .coupon .kng-coupon-wrap {
width: 270px; } }
@media (max-width: 767px) {
table.cart .coupon .kng-coupon-wrap {
width: 100%; } }
table.cart .coupon .input-text {
width: 100%;
border-color: transparent;
border-radius: 0; }
table.cart .coupon .input-text:hover, table.cart .coupon .input-text:focus {
border-color: var(--primary-color); }
@media (min-width: 768px) and (max-width: 991px) {
table.cart .coupon button {
font-size: 0;
border: 0;
height: 55px;
width: 55px;
padding: 0 20px; }
table.cart .coupon button:before {
content: "";
font-family: "kngi";
font-size: 16px;
display: inline-block;
line-height: 1; } }
table.cart td.actions button[name="update_cart"]:not(.kng-update-cart) {
display: none; }
@media (max-width: 991px) {
table.cart td.actions {
display: table-cell; } }
table.cart button:disabled {
opacity: 0.3;
cursor: not-allowed; }
@media (min-width: 992px) {
table.cart .kng-btns-continue-update .btn, table.cart .kng-btns-continue-update button {
min-width: 204px; } }
@media (max-width: 575px) {
table.cart .kng-btns-continue-update .btn, table.cart .kng-btns-continue-update button {
width: 100%; } }
.cart-collaterals {
padding-top: 30px; }
@media (min-width: 992px) {
.cart-collaterals {
display: flex;
flex-wrap: wrap;
justify-content: flex-end; } }
@media (min-width: 1200px) {
.cart-collaterals .cart_totals {
width: 40%; } }
@media (max-width: 1199px) {
.cart-collaterals .cart_totals {
width: 50%; } }
@media (max-width: 991px) {
.cart-collaterals .cart_totals {
width: 100%; } }
.cart-collaterals .cart_totals {
display: inline-block; }
.cart-collaterals .cart_totals > h2 {
font-size: 32px;
line-height: 44px;
margin: 0;
padding: 24px 24px 30px 24px;
background: #F2F2F2;
position: relative; }
.cart-collaterals .cart_totals > h2:after {
content: "";
width: calc(100% - 48px);
height: 1px;
background-color: rgba(22, 37, 66, 0.1);
position: absolute;
left: 24px;
bottom: 10px; }
.cart-collaterals .cart_totals table {
border: none !important;
background: #F2F2F2;
border-radius: 0; }
.cart-collaterals .cart_totals th, .cart-collaterals .cart_totals td {
border: none !important; }
.cart-collaterals .cart_totals th {
text-align: start;
padding: 5px 5px 5px 24px;
font-weight: 400;
vertical-align: top;
min-width: 120px; }
[dir="rtl"] .cart-collaterals .cart_totals th {
padding: 5px 24px 5px 5px; }
@media (min-width: 576px) {
.cart-collaterals .cart_totals th {
min-width: 160px; } }
.cart-collaterals .cart_totals td {
padding: 5px 24px 5px 5px;
text-align: right; }
.cart-collaterals .cart_totals tr.order-total th, .cart-collaterals .cart_totals tr.order-total td {
padding-bottom: 26px; }
.cart-collaterals .cart_totals tr.order-total td {
font-weight: 600;
font-size: 24px;
line-height: 32px;
color: var(--primary-color); }
.cart-collaterals .cart_totals .woocommerce-Price-amount {
font-weight: 500; }
.cart-collaterals .cart_totals .woocommerce-shipping-destination {
margin-bottom: 0; }
.cart-collaterals .cart_totals .woocommerce-shipping-destination strong {
font-weight: 400; }
.woocommerce-shipping-methods {
list-style: none; }
.woocommerce-shipping-methods li {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end; }
.woocommerce-shipping-methods input[type="radio"] {
margin-right: 8px;
margin-top: -4px; }
.woocommerce-shipping-methods label {
cursor: default;
margin: 0; }
.woocommerce-shipping-calculator .form-row {
margin-left: 0;
margin-right: 0; }
.woocommerce-shipping-calculator select {
width: 100%; }
.woocommerce-shipping-calculator .shipping-calculator-form {
margin-top: 5px; }
.woocommerce-shipping-calculator .shipping-calculator-form button {
background-color: var(--heading-color);
border-color: var(--heading-color);
color: #fff;
text-transform: inherit; }
.woocommerce-shipping-calculator .shipping-calculator-form button:active, .woocommerce-shipping-calculator .shipping-calculator-form button:hover, .woocommerce-shipping-calculator .shipping-calculator-form button:focus {
background-color: transparent;
border-color: var(--heading-color);
color: var(--heading-color); }
.wc-proceed-to-checkout .btn {
width: 100%;
display: block; }
.wc-proceed-to-checkout .btn:active, .wc-proceed-to-checkout .btn:hover, .wc-proceed-to-checkout .btn:focus {
background-color: transparent;
border-color: var(--heading-color);
color: var(--heading-color); } .cart-empty.woocommerce-info {
display: none; }
.kng-cart-empty-wrap img.img-bag {
max-width: 112px;
margin-bottom: 20px; }
.kng-cart-empty-wrap h2 {
margin-bottom: 12px; }
.kng-cart-empty-wrap p.desc {
margin-bottom: 20px;
color: #828282; }
.return-to-shop {
text-align: center; }
.woocommerce-form-coupon-toggle {
margin-bottom: 12px; }
.woocommerce-form-coupon-toggle .woocommerce-info {
color: var(--heading-color); }
.woocommerce-form-coupon-toggle .woocommerce-info a {
color: var(--link-color-hover); }
.woocommerce-form-coupon-toggle .woocommerce-info a:hover {
color: var(--link-color); }
.checkout_coupon.woocommerce-form-coupon {
margin-bottom: 50px; }
form.woocommerce-checkout {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
align-items: self-start; }
form.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
flex: 0 0 100%;
margin: 0 0 30px;
max-width: 100%;
padding: 15px; }
form.woocommerce-checkout .col2-set {
flex: 0 0 50%;
max-width: 50%;
margin-left: 0;
margin-right: 0; }
@media (max-width: 991px) {
form.woocommerce-checkout .col2-set {
flex: 0 0 100%;
max-width: 100%; } }
form.woocommerce-checkout .col2-set > div {
flex: 0 0 100%;
width: 100%;
max-width: 100%; }
form.woocommerce-checkout .woocommerce-billing-fields > h3, form.woocommerce-checkout .woocommerce-shipping-fields > h3, form.woocommerce-checkout .woocommerce-additional-fields > h3 {
margin-top: 0;
margin-bottom: 15px; }
form.woocommerce-checkout .woocommerce-billing-fields > h3 > label, form.woocommerce-checkout .woocommerce-shipping-fields > h3 > label, form.woocommerce-checkout .woocommerce-additional-fields > h3 > label {
color: inherit; }
form.woocommerce-checkout .woocommerce-billing-fields label, form.woocommerce-checkout .woocommerce-shipping-fields label, form.woocommerce-checkout .woocommerce-additional-fields label {
margin-bottom: 8px; }
form.woocommerce-checkout .woocommerce-billing-fields .form-row, form.woocommerce-checkout .woocommerce-shipping-fields .form-row, form.woocommerce-checkout .woocommerce-additional-fields .form-row {
margin-bottom: 24px; }
form.woocommerce-checkout .woocommerce-billing-fields .form-row:last-child, form.woocommerce-checkout .woocommerce-shipping-fields .form-row:last-child, form.woocommerce-checkout .woocommerce-additional-fields .form-row:last-child {
margin-bottom: 0; }
form.woocommerce-checkout .woocommerce-shipping-fields {
margin-top: 50px; }
form.woocommerce-checkout .woocommerce-shipping-fields h3 .woocommerce-form__label-for-checkbox {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center; }
form.woocommerce-checkout .woocommerce-shipping-fields h3 .woocommerce-form__label-for-checkbox input[type="checkbox"] {
margin-top: -5px; }
form.woocommerce-checkout .woocommerce-checkout-review-order {
flex: 0 0 50%;
max-width: 50%;
padding-left: 15px;
padding-right: 15px; }
@media (max-width: 991px) {
form.woocommerce-checkout .woocommerce-checkout-review-order {
flex: 0 0 100%;
max-width: 100%;
margin-top: 30px; } }
form.woocommerce-checkout .woocommerce-checkout-review-order h3 {
margin-top: 0;
margin-bottom: 15px; }
form.woocommerce-checkout #order_review_heading {
display: none; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
border: 0;
border-collapse: collapse;
border-spacing: 0;
background-color: #F2F2F2;
border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead {
display: none; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td {
padding: 16px 24px; }
@media (max-width: 575px) {
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td {
padding: 16px 15px; } }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td:last-child {
text-align: end; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody td {
border-color: transparent;
padding: 8px 24px; }
@media (max-width: 575px) {
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody td {
padding: 8px 15px; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody td + td {
width: 100px; } }
@media (min-width: 576px) {
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody tr:first-child td {
padding-top: 24px; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody tr:last-child td {
padding-bottom: 24px; } }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody strong {
font-weight: 400; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot th, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot td {
border-color: transparent; position: relative; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot th:after, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot td:after {
position: absolute;
content: "";
height: 1px;
width: calc(100% - 24px);
top: 0;
background-color: rgba(22, 37, 66, 0.1); }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot th {
font-weight: 600; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot th:after {
left: 24px; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot td:after {
right: 24px; }
@media (max-width: 575px) {
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td {
display: block; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li {
justify-content: flex-start; } }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .order-total td {
font-weight: 600; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td strong, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .order-total td strong {
font-weight: 600; }
form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .order-total td {
color: var(--primary-color); }
textarea[name="order_comments"] {
height: 240px; }
.form-row {
width: 100%;
margin: 0 0 15px; }
.form-row span.woocommerce-input-wrapper {
flex: 0 0 100%;
width: 100%;
max-width: 100%; }
#payment {
margin-top: 0px; }
#payment ul.payment_methods {
padding: 50px 0 0;
margin: 0;
list-style: none outside;
background: #ffffff; }
#payment ul.payment_methods li {
line-height: 2;
margin: 0; }
#payment ul.payment_methods li input {
margin: 8px 10px 0 0;
float: left; }
#payment ul.payment_methods li img {
vertical-align: middle;
padding: 0;
position: relative;
max-width: 150px; }
#payment ul.payment_methods li img + img {
margin-left: 2px; }
#payment div.form-row {
padding: 20px 0;
margin-top: 0; }
#payment div.form-row .kng-checkout-place-order {
flex: 0 0 100%;
max-width: 100%; }
#payment div.form-row #place_order {
margin-top: 16px;
display: block;
width: 100%; }
#payment div.form-row.place-order {
margin-bottom: 0;
padding-bottom: 0; }
#payment div.payment_box {
position: relative;
box-sizing: border-box;
width: 100%;
padding: 1em;
margin: 1em 0;
font-size: 0.92em;
border-radius: 2px;
line-height: 1.5;
background-color: #f2f2f2; }
#payment div.payment_box .woocommerce-SavedPaymentMethods {
list-style: none outside;
margin: 0; }
#payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
margin: 0 0 0.5em; }
#payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
cursor: pointer; }
#payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
vertical-align: middle;
margin: -3px 1em 0 0;
position: relative; }
#payment div.payment_box .wc-credit-card-form {
border: 0;
padding: 0;
margin: 1em 0 0; }
#payment div.payment_box .wc-credit-card-form-card-number, #payment div.payment_box .wc-credit-card-form-card-expiry, #payment div.payment_box .wc-credit-card-form-card-cvc {
font-size: 1.5em;
padding: 8px;
background-repeat: no-repeat;
background-position: right 0.618em center;
background-size: 32px 20px; }
#payment div.payment_box .wc-credit-card-form-card-number.visa, #payment div.payment_box .wc-credit-card-form-card-expiry.visa, #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
background-image: url(//interpolavukati.com/wp-content/themes/lawgne/assets/images/credit-cards/visa.svg); }
#payment div.payment_box .wc-credit-card-form-card-number.mastercard, #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
background-image: url(//interpolavukati.com/wp-content/themes/lawgne/assets/images/credit-cards/mastercard.svg); }
#payment div.payment_box .wc-credit-card-form-card-number.laser, #payment div.payment_box .wc-credit-card-form-card-expiry.laser, #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
background-image: url(//interpolavukati.com/wp-content/themes/lawgne/assets/images/credit-cards/laser.svg); }
#payment div.payment_box .wc-credit-card-form-card-number.dinersclub, #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
background-image: url(//interpolavukati.com/wp-content/themes/lawgne/assets/images/credit-cards/diners.svg); }
#payment div.payment_box .wc-credit-card-form-card-number.maestro, #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
background-image: url(//interpolavukati.com/wp-content/themes/lawgne/assets/images/credit-cards/maestro.svg); }
#payment div.payment_box .wc-credit-card-form-card-number.jcb, #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
background-image: url(//interpolavukati.com/wp-content/themes/lawgne/assets/images/credit-cards/jcb.svg); }
#payment div.payment_box .wc-credit-card-form-card-number.amex, #payment div.payment_box .wc-credit-card-form-card-expiry.amex, #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
background-image: url(//interpolavukati.com/wp-content/themes/lawgne/assets/images/credit-cards/amex.svg); }
#payment div.payment_box .wc-credit-card-form-card-number.discover, #payment div.payment_box .wc-credit-card-form-card-expiry.discover, #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
background-image: url(//interpolavukati.com/wp-content/themes/lawgne/assets/images/credit-cards/discover.svg); }
#payment div.payment_box span.help {
font-size: 0.857em;
color: var(--primary-color);
font-weight: normal; }
#payment div.payment_box .form-row {
margin: 0 0 1em; }
#payment div.payment_box p:last-child {
margin-bottom: 0; }
#payment div.payment_box::before {
content: "";
display: block;
border: 1em solid #f2f2f2;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
position: absolute;
top: -0.75em;
left: 0;
margin: -1em 0 0 2em; }
#payment .payment_method_paypal .about_paypal {
display: block; }
#payment .payment_method_paypal img {
max-height: 52px;
margin-top: -18px;
margin-left: 8px;
top: 5px; }
ul.order_details {
list-style: none;
margin-bottom: 45px; }
ul.order_details::after, ul.order_details::before {
display: block;
clear: both;
content: ""; }
ul.order_details li {
float: left;
margin-right: 2em;
text-transform: uppercase;
font-size: 0.715em;
line-height: 1;
border-right: 1px dashed #828282;
padding-right: 2em;
margin-left: 0;
padding-left: 0;
list-style-type: none; }
@media (max-width: 1024px) {
ul.order_details li {
border: 0;
float: none;
margin-bottom: 15px; } }
ul.order_details li:last-child {
margin-right: 0;
padding-right: 0; }
ul.order_details li strong {
display: block;
font-size: 1.4em;
text-transform: none;
line-height: 1.5;
margin-top: 5px; }
@media (max-width: 1024px) {
ul.order_details li strong {
font-weight: 400; } }
ul.order_details li:last-of-type {
border: none; }
.woocommerce-order-details__title, .woocommerce-column__title {
font-size: 28px; }
.wc-bacs-bank-details-account-name {
font-weight: bold; }
.woocommerce-order-downloads, .woocommerce-order-details {
margin-bottom: 45px; }
.woocommerce-order-downloads *:last-child, .woocommerce-order-details *:last-child {
margin-bottom: 0; }
.woocommerce-order-details table strong {
font-weight: 400; }
.woocommerce-customer-details address {
font-style: normal;
margin-bottom: 0;
border: 1px solid rgba(22, 37, 66, 0.1);
text-align: left;
width: 100%;
border-radius: 4px;
padding: 8px 16px; }
.woocommerce-customer-details .woocommerce-customer-details--phone, .woocommerce-customer-details .woocommerce-customer-details--email {
margin-bottom: 0; }
.woocommerce-customer-details .woocommerce-customer-details--phone::before {
font-family: "kngi";
content: "";
margin-left: -1.5em;
line-height: 1.75;
position: absolute; }
.woocommerce-customer-details .woocommerce-customer-details--email::before {
font-family: "kngi";
content: "";
margin-left: -1.5em;
line-height: 1.75;
position: absolute; }
@media (max-width: 767px) {
table.woosw-content-items tr.woosw-content-item {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; } }
table.woosw-content-items tr.woosw-content-item td {
padding: 24px;
border-left: 0;
border-right: 0; }
@media (max-width: 767px) {
table.woosw-content-items tr.woosw-content-item td {
flex: 0 0 100%;
width: 100%;
padding: 15px; } }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove {
text-align: center; }
@media (min-width: 1200px) {
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove {
width: 88px; } }
@media (max-width: 767px) {
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove {
position: relative;
border-bottom: 0;
padding-top: 0;
padding-bottom: 0; } }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span {
font-size: 0;
position: relative;
width: 40px;
height: 40px;
border-radius: 0;
border: 1px solid #E0E0E0;
color: #E0E0E0;
display: inline-flex;
justify-content: center;
align-items: center; }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:before, table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:after {
content: "";
position: absolute;
height: 1px;
width: 20px;
top: 50%;
background-color: #828282;
transform-origin: 50% 50%;
opacity: 1;
font-size: 20px;
transition: transform ease 0.25s;
-webkit-transition: transform ease 0.25s;
-khtml-transition: transform ease 0.25s;
-moz-transition: transform ease 0.25s;
-ms-transition: transform ease 0.25s;
-o-transition: transform ease 0.25s; }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:before {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg); }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:after {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg); }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:hover {
border-color: var(--primary-color); }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:hover:before, table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:hover:after {
background-color: var(--primary-color);
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg); }
@media (max-width: 767px) {
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span {
position: absolute;
top: 15px;
right: 15px; } }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--image {
padding-left: 0;
padding-right: 0;
width: 72px; }
@media (max-width: 767px) {
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--image {
padding-left: 15px; } }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--image img {
width: 72px; }
@media (min-width: 992px) {
table.woosw-content-items tr.woosw-content-item .woosw-content-item--title {
width: 332px;
float: left; } }
@media (min-width: 1200px) {
table.woosw-content-items tr.woosw-content-item .woosw-content-item--title {
width: 420px;
float: left; } }
@media (min-width: 1600px) {
table.woosw-content-items tr.woosw-content-item .woosw-content-item--title {
width: 465px;
float: left; } }
table.woosw-content-items tr.woosw-content-item .woosw-content-item--title a {
font-weight: 500;
color: var(--heading-color); }
table.woosw-content-items tr.woosw-content-item .woosw-content-item--title a:hover {
color: var(--link-color-hover); }
table.woosw-content-items tr.woosw-content-item .woosw-content-item--price {
color: var(--primary-color);
font-weight: 500;
font-size: 20px;
line-height: 28px; }
table.woosw-content-items tr.woosw-content-item .woosw-content-item--price del {
order: 2;
padding-left: 6px;
font-size: 14px;
line-height: 32px;
color: #828282; }
[dir="rtl"] table.woosw-content-items tr.woosw-content-item .woosw-content-item--price del {
padding-left: 0;
padding-right: 6px; }
table.woosw-content-items tr.woosw-content-item .woosw-content-item--price ins {
font-weight: inherit;
text-decoration: none; }
@media (min-width: 992px) {
table.woosw-content-items tr.woosw-content-item .woosw-content-item--price {
width: 160px;
float: left; } }
@media (min-width: 1200px) {
table.woosw-content-items tr.woosw-content-item .woosw-content-item--price {
width: 180px;
float: left; } }
@media (min-width: 1600px) {
table.woosw-content-items tr.woosw-content-item .woosw-content-item--price {
width: 288px;
float: left; } }
table.woosw-content-items tr.woosw-content-item .woosw-content-item--time {
display: none; }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--actions {
text-align: right; }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--actions .woosw-content-item--stock {
display: none; }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--actions .btn {
min-width: 220px; }
@media (max-width: 575px) {
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--actions .btn {
width: 100%; } }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--actions .kng-btn-icon {
font-size: 14px;
margin-left: 4px; }
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span {
font-size: 0;
position: relative;
width: 40px;
height: 40px;
border-radius: 0;
border: 1px solid #E0E0E0;
color: #E0E0E0;
display: inline-flex;
justify-content: center;
align-items: center; }
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:before, .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:after, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:before, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:after {
content: "";
position: absolute;
height: 1px;
width: 20px;
top: 50%;
background-color: #828282;
transform-origin: 50% 50%;
opacity: 1;
font-size: 20px;
transition: transform ease 0.25s;
-webkit-transition: transform ease 0.25s;
-khtml-transition: transform ease 0.25s;
-moz-transition: transform ease 0.25s;
-ms-transition: transform ease 0.25s;
-o-transition: transform ease 0.25s; }
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:before, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:before {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg); }
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:after, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:after {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg); }
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:hover {
border-color: var(--primary-color); }
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover:before, .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover:after, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:hover:before, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:hover:after {
background-color: var(--primary-color);
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg); }
@media (max-width: 767px) {
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span {
position: absolute;
top: 15px;
right: 15px; } }
.woosw-actions:empty {
display: none; }
.kng-wishlist-page .kng-content-area {
margin-bottom: 0; }
.woosw-list table.woosw-content-items tr:nth-child(2n) td {
background-color: transparent; }
.woosw-list table.woosw-content-items tr:hover td {
background-color: transparent; }
@media (min-width: 768px) {
.woosw-area .woosw-inner .woosw-content {
width: 100%;
max-width: 738px; } }
@media (min-width: 992px) {
.woosw-area .woosw-inner .woosw-content {
width: 100%;
max-width: 995px; } }
@media (min-width: 1200px) {
.woosw-area .woosw-inner .woosw-content {
width: 100%;
max-width: 1250px; } }
@media (min-width: 1280px) {
.woosw-area .woosw-inner .woosw-content {
width: 100%;
max-width: 1410px; } }
.woosw-area .woosw-inner .woosw-content .woosw-content-top {
color: var(--heading-color);
background-color: #F2F2F2; }
.woosw-area .woosw-inner .woosw-content .woosw-content-bot {
color: var(--heading-color);
background-color: #F2F2F2; }
.woocommerce-account .kng-content-area {
margin-bottom: 0; }
.woocommerce-account h2 {
margin-top: -10px; }
form.login .form-row > label {
width: 100%; }
form.login .input-text {
max-width: 270px; }
form.login .woocommerce-form__label-for-checkbox {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center; }
form.login .woocommerce-form__label-for-checkbox input[type="checkbox"] {
margin-top: -5px; }
form.login .button {
margin-top: 10px; }
.woocommerce-MyAccount-navigation ul {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin: 0 -15px 15px; }
@media (max-width: 767px) {
.woocommerce-MyAccount-navigation ul {
margin: 0 -8px 15px; } }
.woocommerce-MyAccount-navigation ul li {
flex: 0 0 auto;
width: auto;
max-width: 100%;
padding: 0 15px 15px; }
@media (max-width: 767px) {
.woocommerce-MyAccount-navigation ul li {
padding: 0 8px 15px; } }
.woocommerce-MyAccount-navigation ul li a {
display: block;
padding: 6px 35px;
border: 3px solid var(--primary-color);
background: var(--primary-color);
color: #ffffff;
font-weight: 700; }
@media (max-width: 1199px) {
.woocommerce-MyAccount-navigation ul li a {
padding: 6px 15px; } }
.woocommerce-MyAccount-navigation ul li a:hover {
border-color: var(--second-color);
background: var(--second-color);
color: #ffffff; }
.woocommerce-MyAccount-navigation ul li.is-active a {
border-color: var(--second-color);
background: var(--second-color);
color: #ffffff; }
.woocommerce-orders-table th, .woocommerce-orders-table td {
border-left: 0;
border-right: 0; }
@media (min-width: 768px) {
.woocommerce-orders-table .woocommerce-orders-table__header-order-actions {
width: 196px; } }
@media (max-width: 767px) {
.woocommerce-orders-table {
border: 0; }
.woocommerce-orders-table thead {
display: none; }
.woocommerce-orders-table tr td {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 1px solid #E0E0E0; }
.woocommerce-orders-table tr td:before {
display: inline-block;
text-transform: uppercase;
font-size: 14px;
color: var(--heading-color);
font-weight: 600;
content: attr(data-title) ":    "; }
.woocommerce-orders-table tr td:first-child {
background-color: #f2f2f2;
border: 0; }
.woocommerce-orders-table tr td:last-child {
border-top: 0;
border-bottom: 0;
padding: 30px 0 50px 0; }
.woocommerce-orders-table tr td:last-child:before {
display: none; }
.woocommerce-orders-table tbody tr:last-child td {
border-bottom: 1px solid #E0E0E0; }
.woocommerce-orders-table tbody tr:last-child td:first-child {
border-top: 0;
border-bottom: 0; }
.woocommerce-orders-table tbody tr:last-child td:last-child {
border-top: 0;
border-bottom: 0;
padding-bottom: 0; } }
.woocommerce-MyAccount-content {
margin-top: 50px; }
.woocommerce-MyAccount-content .woocommerce-info {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left: -15px;
margin-right: -15px; }
.woocommerce-MyAccount-content .woocommerce-info > * {
margin-left: 15px;
margin-right: 15px; }
.woocommerce-MyAccount-content table .button {
display: block;
width: 180px; }
.woocommerce-MyAccount-content fieldset {
padding: 0;
margin-top: 50px; }
.woocommerce-MyAccount-content fieldset legend {
font-weight: 700;
color: var(--heading-color); }
.woocommerce-MyAccount-content .form-row {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
.woocommerce-MyAccount-content .form-row > * {
flex: 0 0 100%;
max-width: 100%; }
.woocommerce-MyAccount-content .edit-account fieldset .input-text {
max-width: 270px; }
@media (max-width: 767px) {
.woocommerce-MyAccount-content .edit-account fieldset .input-text {
max-width: 100%; } }
.woocommerce-MyAccount-content .edit-account .button {
margin-top: 30px; }
.wp-block-button {
margin-bottom: 20px; }
.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0; }
.wp-block-cover {
color: #ffffff; }
.single-post p[class], .single-post p[style] {
line-height: normal;
clear: both;
overflow: hidden; }
[class*="wp-block-"] {
margin-bottom: 30px; }
[class*="wp-block-"]:first-child {
margin-top: 0; }
[class*="wp-block-"]:last-child {
margin-bottom: 0; }
.kng-sidebar-area [class*="wp-block-"] {
margin-top: 0;
margin-bottom: 0; }
.kng-sidebar-area [class*="wp-block-"]:first-child {
margin-top: 0; }
.kng-sidebar-area [class*="wp-block-"]:last-child {
margin-bottom: 0; }
.kng-sidebar-area .wp-block-latest-comments {
margin-bottom: -20px !important; }
.kng-sidebar-area .wp-block-latest-comments [class*="wp-block-"] {
padding-top: 3px;
padding-bottom: 3px;
line-height: 1.5; }
.kng-sidebar-area .widget_block h2 {
margin-top: 0;
margin-bottom: 35px;
padding-bottom: 22px;
position: relative;
border-bottom: 1px solid rgba(22, 37, 66, 0.1); }
.kng-sidebar-area .widget_block h2:before {
content: "";
width: 55px;
height: 2px;
background-color: var(--primary-color);
position: absolute;
bottom: -2px;
left: 0; }
.kng-sidebar-area .widget_block ul {
margin: 0; }
.kng-sidebar-area .widget_block li > a {
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
font-size: 17px;
line-height: 40px;
font-weight: 500; }
.kng-sidebar-area .widget_block .wp-block-latest-posts__list {
margin-bottom: -20px; }
.wp-block-group.has-background {
padding: 15px 20px; }
.wp-block-group .wp-block-button + * {
padding-top: 15px; }
.wp-block-rss {
list-style: none; }
.wp-block-table .has-fixed-layout {
border-top: 1px solid #ddd;
border-left: 1px solid #ddd; }
.blocks-gallery-caption {
margin-bottom: 30px; }
.wp-caption.alignright {
margin-bottom: 0 !important; }
.wp-block-quote br {
display: none; }
.kng-sidebar-area .wp-block-latest-comments li {
margin-bottom: 30px; }
.kng-sidebar-area .wp-block-latest-comments li:last-child {
margin-bottom: 0; }
.kng-sidebar-area .wp-block-latest-comments [class*="wp-block-"] {
padding-top: 0;
padding-bottom: 0; }