/*=================================
   01. Theme Base
==================================*/
:root {
  --kvo-primary-color: #121112;
  --kvo-secondary-color: #E0511A;
  --kvo-heading-color: #121112;
  --kvo-body-color: #121112;
  --kvo-title-font: "Mona Sans Condensed ExtraBold", sans-serif;
  --kvo-body-font: "Be Vietnam Pro", sans-serif;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: smooth !important;
}

body {
  font-family: var(--kvo-body-font);
  font-size: 18px;
  font-weight: 400;
  color: var(--kvo-body-color);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

video {
  display: block;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: 700;
  color: var(--kvo-heading-color);
}

td,
th {
  border: 1px solid #E3E3E3;
  padding: 9px 12px;
}

a {
  color: var(--kvo-theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--kvo-heading-color);
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

a:hover,
button:hover {
  color: var(--kvo-primary-color);
  text-decoration: none;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--kvo-title-font);
  color: var(--kvo-heading-color);
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 70px;
  line-height: 1.167;
}

.h2,
h2 {
  font-size: 50px;
  line-height: 1.133;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 24px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 20px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {

  .h1,
  h1 {
    font-size: 48px;
  }
}

/* Large devices */
@media (max-width: 1199px) {

  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }

  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.25;
  }

  .h3,
  h3 {
    font-size: 30px;
  }

  .h4,
  h4 {
    font-size: 24px;
  }

  .h5,
  h5 {
    font-size: 20px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {

  .h1,
  h1 {
    font-size: 40px;
  }

  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }

  .h3,
  h3 {
    font-size: 26px;
  }

  .h4,
  h4 {
    font-size: 22px;
  }

  .h5,
  h5 {
    font-size: 18px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {

  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }

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

/* Extra small devices */
@media (max-width: 375px) {

  .h1,
  h1 {
    font-size: 32px;
  }
}

/*------------------- 1.6. Extend -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

.container2 {
  max-width: 1330px;
  margin: auto;
}

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

.gy-20 {
  --bs-gutter-y: 20px;
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gy-60 {
  --bs-gutter-y: 60px;
}

.gy-80 {
  --bs-gutter-y: 80px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

.gx-90 {
  --bs-gutter-x: 90px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .gx-90 {
    --bs-gutter-x: 24px;
  }
}

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}

@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }

  .gx-25 {
    --bs-gutter-x: 25px;
  }

  .gx-40 {
    --bs-gutter-x: 40px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .gy-80 {
    --bs-gutter-y: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}

/*------------------- 2.3. Input -------------------*/
select,
.single-select,
.form-control,
.form-select,
textarea,
input {
  height: 55px;
  padding: 0 30px;
  border: 1px solid transparent;
  color: var(--kvo-body-color);
  background-color: transparent;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  font-family: var(--kvo-body-font);
  transition: 0.4s ease-in-out;
  padding-right: 45px;
  border-radius: 5px;
}

select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
}

select::-moz-placeholder,
.single-select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--kvo-body-color);
}

select::-webkit-input-placeholder,
.single-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--kvo-body-color);
}

select:-ms-input-placeholder,
.single-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--kvo-body-color);
}

select::placeholder,
.single-select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--kvo-body-color);
}

select.style-white,
.single-select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
  background: #fff;
}

.form-control:focus {
  border-color: transparent;
}

select.style-border,
.single-select.style-border,
.form-control.style-border,
.form-select.style-border,
textarea.style-border,
input.style-border {
  background: #fff;
  border: 1px solid rgba(131, 131, 131, 0.25);
  border-radius: 5px;
  color: var(--kvo-heading-color);
  font-size: 16px;
  font-weight: 400;
  padding: 12px 20px;
}

select.style-border::placeholder,
.single-select.style-border::placeholder,
.form-control.style-border::placeholder,
.form-select.style-border::placeholder,
textarea.style-border::placeholder,
input.style-border::placeholder {
  color: var(--kvo-heading-color);
  opacity: .5;
}

.comment-respond {
  padding: 35px 40px 35px;
  background: #F3F3F3;
  border-radius: 16px;
}

.form-text {
  font-size: 16px;
}

.form-text a {
  color: var(--kvo-heading-color);
  font-weight: 500;
}

.single-select:after,
.form-select:after,
select:after {
  right: 30px;
  height: 8px;
  width: 8px;
}

.single-select .list,
.form-select .list,
select .list {
  width: 100%;
}

textarea.form-control,
textarea {
  display: block;
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
}

textarea.form-control.style2,
textarea.style2 {
  height: 130px;
}

textarea.form-control.style-border,
textarea.style-border {
  padding-top: 12px;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group>i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 21px;
  font-size: 16px;
  color: var(--kvo-body-color);
}

.form-group>i.fa-envelope {
  padding-top: 1px;
}

.form-group>i.fa-comment {
  margin-top: -2px;
}

.form-group>i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color);
}

.form-group.form-icon-left>i {
  display: inline-block;
  position: absolute;
  left: 25px;
  right: auto;
  top: 20px;
  font-size: 16px;
  color: var(--kvo-body-color);
  line-height: 1;
}

.form-group.form-icon-left>i.fa-envelope {
  padding-top: 0px;
}

.form-group.form-icon-left>i.fa-comment {
  margin-top: -2px;
}

.form-group.form-icon-left>i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color);
}

.form-group.form-icon-left input {
  padding: 0 30px 0 55px;
}

.form-group.has-label>i {
  top: 50px;
}

.form-group.has-icon .form-control {
  padding-left: 70px;
}

.form-group.has-icon .input-icon {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 18px;
  font-size: 16px;
  color: var(--kvo-body-color);
}

.form-group.has-icon .input-icon:hover {
  color: var(--kvo-primary-color);
}

.form-group.radius-group input {
  border-radius: 100px;
}

.form-group.style-2 .form-control {
  padding: 0 30px 0 55px;
}

.form-group.style-2 textarea.form-control {
  padding: 16px 30px 30px 55px;
}

.form-group.style-3 .form-control {
  padding: 0 60px 0 30px;
}

.form-group.style-4 i {
  color: var(--kvo-primary-color);
}

.form-group.style-4 .form-control {
  padding: 0 30px 0 60px;
  border: 1px solid #E3E1DC;
  height: 60px;
  line-height: 60px;
  color: var(--kvo-body-color);
}

.form-group.style-4 .form-control::placeholder {
  color: var(--kvo-body-color);
  font-size: 14px;
  font-weight: 300;
}

.form-group.style-4 textarea.form-control {
  line-height: normal;
  padding: 15px 30px 30px 60px;
}

input[type=date] {
  padding: 0 25px 0 25px;
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

[class*=col-].form-group>i {
  right: calc(var(--bs-gutter-x) / 2 + 25px);
}

[class*=col-].form-group .form-icon-left {
  left: calc(var(--bs-gutter-x) / 2 + 30px);
  right: auto;
}

option:checked,
option:focus,
option:hover {
  background-color: #f5f5f5;
  color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--kvo-heading-color);
  font-family: var(--kvo-body-font);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row {
  --bs-gutter-x: 24px;
}

.row.no-gutters>.form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}

.form-messages.mb-0 * {
  margin-bottom: 0;
}

.form-messages.success {
  color: green;
  display: block;
}

.form-messages.error {
  color: red;
  display: block;
}

.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.5. Mobile Menu -------------------*/
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  opacity: 0;
  visibility: hidden;
}

.mobile-menu-wrapper .mobile-logo {
  padding: 35px 0px 50px;
  display: block;
  text-align: start;
  background-color: #fff;
}

.mobile-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.mobile-menu-wrapper .menu-toggle {
  border: 2px solid var(--kvo-heading-color);
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 23px;
  padding: 0;
  line-height: 1;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 20px;
  z-index: 1;
  color: var(--kvo-heading-color);
  background-color: transparent;
  border-radius: 50%;
}

.mobile-menu-wrapper .menu-toggle:hover {
  transform: rotate(90deg);
}

.mobile-menu-wrapper .mobile-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  height: 100%;
  position: relative;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  z-index: 1;
  padding: 0 20px;
}

.mobile-menu-wrapper.body-visible {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.mobile-menu-wrapper.body-visible .mobile-menu-area {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.mobile-menu-wrapper .sidebar-wrap {
  margin-bottom: 23px;
}

.mobile-menu-wrapper .sidebar-wrap h6 {
  font-size: 14px;
  font-weight: 600;
  color: var(--kvo-heading-color);
  margin-bottom: 0;
  line-height: 24px;
}

.mobile-menu-wrapper .sidebar-wrap a {
  color: var(--kvo-heading-color);
}

.mobile-menu-wrapper .sidebar-wrap a:hover {
  color: var(--kvo-heading-color);
}

.mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 25px;
  margin-bottom: 40px;
  text-align: left;
  border-bottom: 2px solid var(--kvo-heading-color);
}

.mobile-menu::-webkit-scrollbar {
  display: none;
}

.mobile-menu ul {
  margin: 0;
  padding: 5px 0;
}

.mobile-menu ul li {
  list-style-type: none;
}

.mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 8px 0;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--kvo-title-font);
  color: var(--kvo-heading-color);
  letter-spacing: normal;
  text-transform: capitalize;
}

.mobile-menu ul li.active-class>a {
  color: var(--kvo-heading-color);
}

.mobile-menu ul li.active-class>a:before {
  background: var(--kvo-primary-color);
  border-color: var(--kvo-primary-color);
}

.mobile-menu ul li ul li {
  padding-left: 20px;
}

.mobile-menu ul li ul li a {
  font-weight: 400;
  font-family: var(--kvo-body-font);
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 16px;
  padding: 6px 0;
}

.mobile-menu ul li ul li.active a {
  font-weight: 600;
  font-size: 16px;
}

.mobile-menu ul li ul li a .mean-expand-class:before {
  font-size: 14px;
}

.mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.mobile-menu ul .submenu-item-has-children>a .mean-expand-class {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 20px;
  width: 100%;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: end;
  background-color: transparent;
  color: var(--kvo-heading-color);
  border-radius: 50%;
}

.mobile-menu ul .submenu-item-has-children>a .mean-expand-class:before {
  content: "";
  display: block;
  background-color: currentColor;
  mask-image: url(../img/icons/menu-down-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../img/icons/menu-down-arrow.svg);
  /* Safari support */
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: 12px;
  height: 7px;
}

.mobile-menu ul .submenu-item-has-children.active-class>a .mean-expand-class:before {
  rotate: 180deg;
}

.mobile-menu>ul>li:last-child {
  border-bottom: none;
}

@media (max-width: 400px) {
  .mobile-menu-wrapper .mobile-menu-area {
    width: 100%;
    max-width: 270px;
  }
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-inner {
  display: block;
  width: 45px;
  height: 45px;
}

.preloader-inner span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 37px;
  height: 37px;
  margin: 4px;
  border: 4px solid transparent;
  border-radius: 50%;
  animation: preloader 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--kvo-primary-color) transparent transparent transparent;
}

.preloader-inner span:nth-child(1) {
  animation-delay: -0.1s;
}

.preloader-inner span:nth-child(2) {
  animation-delay: -0.2s;
}

.preloader-inner span:nth-child(3) {
  animation-delay: -0.3s;
}

@-webkit-keyframes preloader {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes preloader {
  0% {
    transform: rotate(0deg);
  }

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

/*------------------- 3.2. Buttons -------------------*/
.btn {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: inherit;
  border: none;
  text-align: center;
  background-color: var(--kvo-secondary-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 24px;
  border-radius: 8px;
  overflow: hidden;
  transition: all ease 0.4s;
}

.btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  mask-image: url(../img/icons/btn-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../img/icons/btn-arrow.svg);
  /* Safari support */
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: currentColor;
  transition: all ease 0.4s;
}

.btn.hide-icon::after {
  display: none;
}

.btn:focus,
.btn:hover,
.btn.active {
  background-color: rgba(224, 82, 26, 0.9);
  color: #ffffff;
  outline: none;
  box-shadow: none;
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.play-btn>i {
  display: inline-block;
  width: var(--icon-size, 110px);
  height: var(--icon-size, 110px);
  line-height: var(--icon-size, 110px);
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(199, 134, 101, 0.2);
  color: var(--kvo-primary-color);
  font-size: var(--icon-font-size, 30px);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}

.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 0;
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.play-btn:after {
  animation-delay: 2s;
}

.play-btn:hover i {
  background-color: var(--kvo-primary-color);
  color: #fff;
}

.play-btn.style2:before,
.play-btn.style2:after {
  background-color: transparent;
  border: 1px solid #fff;
}

.play-btn.style3>i {
  background-color: var(--kvo-primary-color);
  color: #fff;
  font-size: 20px;
}

.play-btn.style3:before,
.play-btn.style3:after {
  background-color: #fff;
}

.play-btn.style3:hover>i {
  background-color: #fff;
  color: var(--kvo-primary-color);
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 1;
  visibility: hidden;
  transform: translateY(45px);
  transition: all 300ms linear;
}

.scroll-top:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  pointer-events: none;
  display: block;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.04);
}

.scroll-top .progress-circle {
  color: var(--kvo-heading-color);
  border-radius: 50%;
  background: transparent;
}

.scroll-top .progress-circle path {
  fill: none;
}

.scroll-top .progress-circle path {
  stroke: var(--kvo-heading-color);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 400ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 70px;
    --icon-font-size: 24px;
  }

  .btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 17px 25px;
  }
  .btn::after {
      width: 20px;
      height: 20px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .scroll-top {
    right: 15px;
    bottom: 15px;
    height: 40px;
    width: 40px;
  }

  .scroll-top:after {
    line-height: 40px;
    font-size: 16px;
    height: 40px;
    width: 40px;
  }

  .btn.circle-btn {
    height: 140px;
    width: 140px;
    line-height: 140px;
    padding: 10px;
  }
}

body.bg-title .scroll-top svg {
  color: #fff;
}

body.bg-title .scroll-top svg path {
  stroke: var(--kvo-primary-color);
}

body.bg-title .scroll-top::after {
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4);
}

/* Default Menu CSS */
.tgmenu__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (max-width: 991.98px) {
  .tgmenu__nav {
    justify-content: space-between;
  }
}

.tgmenu__navbar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}

.tgmenu__navbar-wrap>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0;
  margin: 0 0 0 auto;
}

.tgmenu__navbar-wrap>ul>li {
  list-style: none;
  display: block;
  position: relative;
  margin: 0;
}

.tgmenu__navbar-wrap>ul>li a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--kvo-body-font);
  color: #ffffff;
  padding: 36px 20px;
  line-height: 1;
  position: relative;
  z-index: 1;
  letter-spacing: -0.5px;
}

.sticky-menu .tgmenu__navbar-wrap>ul>li a {
  color: var(--kvo-primary-color);
}

.sticky-menu .header-right-call ul li a span {
  color: var(--kvo-primary-color) !important;
}

.tgmenu__navbar-wrap>ul>li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 230px;
  border: 1px solid #f5f5f5;
  background: #fff;
  margin: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
  border-radius: 8px;
  -webkit-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;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  padding: 18px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}

.tgmenu__navbar-wrap>ul>li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}

.tgmenu__navbar-wrap>ul>li .sub-menu>li {
  margin-left: 0;
  text-align: left;
  display: block;
}

.tgmenu__navbar-wrap>ul>li .sub-menu>li a {
  padding: 8px 20px 8px 25px;
  line-height: 1.4;
  display: block;
  color: var(--kvo-heading-color);
  text-transform: capitalize;
}

.tgmenu__navbar-wrap>ul>li .sub-menu>li:hover>a,
.tgmenu__navbar-wrap>ul>li .sub-menu>li.active>a {
  color: var(--kvo-secondary-color);
}

.tgmenu__navbar-wrap>ul>li .sub-menu>li:hover>a {
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
  transform: translateX(3px);
}

.tgmenu__navbar-wrap ul li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.tgmenu__navbar-wrap>ul>li.active a,
.tgmenu__navbar-wrap>ul>li:hover a {
  color: var(--kvo-secondary-color) !important;
}

.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
  display: none;
}

.tgmenu__main-menu>ul>li.menu-item-has-children>a::after {
  content: "";
  display: block;
  background-color: currentColor;
  mask-image: url(../img/icons/menu-down-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../img/icons/menu-down-arrow.svg);
  /* Safari support */
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: 10px;
  height: 6px;
}

.tgmenu__main-menu li.menu-item-has-children>a:hover {
  color: var(--kvo-heading-color);
}

.tgmenu__main-menu li.menu-item-has-children:hover>a::after {
  color: var(--kvo-heading-color);
}

.tgmenu__main-menu li.menu-item-has-children.active>a::after {
  color: var(--kvo-heading-color);
}

@media (max-width: 991.98px) {
  .tgmenu__action {
    margin-right: 30px;
    margin-left: auto;
  }
}

/* Header Action */
.tgmenu__action ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.tgmenu__action ul li {
  position: relative;
  margin-left: 30px;
}

.tgmenu__action ul li:first-child {
  margin-left: 0;
}

.tgmenu__action ul .header-search a {
  font-size: 20px;
  line-height: 0;
  color: var(--kvo-heading-color);
}

.tgmenu__action ul .header-search a svg {
  width: 20px;
}

.tgmenu__action ul .header-search a:hover {
  color: var(--kvo-primary-color);
}

.header-btn .btn {
  padding: 20px 30px;
}

@media (max-width: 991.98px) {
  .header-btn .btn {
    padding: 16px 25px;
  }
}

.mobile-nav-toggler {
  position: relative;
  cursor: pointer;
  line-height: 1;
  color: var(--kvo-heading-color);
  display: none;
}

.mobile-nav-toggler svg {
  width: 28px;
}
.sticky-menu .mobile-nav-toggler svg path {
  fill: var(--kvo-primary-color);
}
.tg-header-style-2 .mobile-nav-toggler svg path {
  fill: var(--kvo-primary-color);
}

@media (max-width: 767px) {
  .mobile-nav-toggler svg {
    width: 24px;
  }

}

@media (max-width: 1200px) {
  .mobile-nav-toggler {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .tg-header__area {
    padding: 25px 0;
  }
}

@media (max-width: 767px) {
  .tg-header__area {
    padding: 20px 0;
  }
}

#header-fixed-height.active-height {
  display: block;
  height: 100px;
}

/*=============================
	03. Mobile Menu
===============================*/
.tgmobile__menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 99;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateX(101%);
}

.tgmobile__menu .navbar-collapse {
  display: block !important;
}

.tgmobile__menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.tgmobile__menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}

.tgmobile__menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation li.active>a {
  color: var(--kvo-heading-color);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 20px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: var(--kvo-heading-color);
  background: #f5f5f5;
  cursor: pointer;
  border-radius: 2px;
  transition: all 500ms ease;
  z-index: 5;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 12px;
  height: 2px;
  background-color: var(--kvo-primary-color);
  transition: all 500ms ease;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 2px;
  height: 12px;
  background-color: var(--kvo-primary-color);
  transition: all 500ms ease;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
  background-color: var(--kvo-heading-color);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
  background-color: var(--kvo-secondary-color);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
  display: none;
}

.tgmobile__menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 10px 60px 10px 25px;
  font-size: 16px;
  font-weight: 600;
  color: var(--kvo-heading-color);
  text-transform: capitalize;
  transition: all 500ms ease;
  border: none;
}

.tgmobile__menu .navigation li>a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  transition: all 500ms ease;
  width: 2px;
  background: var(--kvo-heading-color);
  pointer-events: none;
}

.tgmobile__menu .navigation li ul li>a {
  margin-left: 20px;
}

.tgmobile__menu .navigation li ul li ul li a {
  margin-left: 40px;
}

.tgmobile__menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}

.tgmobile__menu .navigation li>ul {
  display: none;
}

.tgmobile__menu .navigation li>ul>li>ul {
  display: none;
}

.tgmobile__menu .navigation ul {
  padding: 0;
  margin: 0;
}

.tgmobile__menu .navigation ul li a {
  display: block;
}

.tgmobile__menu .navigation ul li ul li>a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.tgmobile__menu .navigation:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation>li>ul>li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation>li.active>a::before {
  height: 100%;
}

.tgmobile__menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  text-align: center;
  width: 15px;
  height: 15px;
  color: var(--kvo-heading-color);
  cursor: pointer;
  z-index: 10;
  transition: all 0.5s ease;
}

.tgmobile__menu .close-btn svg {
  width: 100%;
  height: 100%;
  display: block;
}

.tgmobile__menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.tgmobile__menu .tgmenu__action {
  padding: 0 0;
  margin: 0 0;
}

.tgmobile__menu .tgmenu__action>ul {
  margin: 0 0;
  padding: 30px 20px 0;
  justify-content: center;
  gap: 0 15px;
}

.tgmobile__menu .tgmenu__action>ul li {
  margin: 0 0;
}

.tgmobile__menu .tgmenu__action>ul .header-btn {
  display: block;
}

.tgmobile__menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

.tgmobile__menu-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: #fff;
  margin-right: 30px;
  top: 15px;
}

@media (max-width: 991.98px) {
  .tgmobile__menu-outer .mobile-nav-toggler {
    display: block !important;
  }
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .tgmobile__menu {
  transform: translateX(0%);
}

.mobile-menu-visible .tgmobile__menu-backdrop {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-visible .tgmobile__menu .close-btn {
  transform: rotate(360deg);
}

.tgmobile__menu .social-links {
  margin-top: auto;
}

.tgmobile__menu .social-links ul {
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}

.tgmobile__menu .social-links ul li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}

.tgmobile__menu .social-links ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  position: relative;
  font-size: 16px;
  color: var(--kvo-primary-color);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #efefef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.tgmobile__menu .social-links ul li a svg {
  width: 1.1rem;
  fill: currentColor;
}

.tgmobile__menu .social-links ul li a:hover {
  border-color: var(--kvo-heading-color);
  background: var(--kvo-heading-color);
  color: var(--kvo-secondary-color);
}

.blog__area.space,
.tg-page-area.space {
  padding: 175px 0 100px;
  position: relative;
}

@media (max-width: 992px) {

  .blog__area.space,
  .tg-page-area.space {
    padding: 120px 0 100px;
  }
}

.blog-details-bg {
  background-image: url(../img/bg/blog-bg-pattern.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 548px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}

.blog-post-item {
  border-radius: 20px;
  overflow: hidden;
  background: #F3F3F3;
}

.blog-post-thumb {
  position: relative;
  overflow: hidden;
  --bs-aspect-ratio: 68%;
}

.blog-post-thumb::before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}

.blog-post-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.blog-post-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blog-post-content .title {
  font-size: 24px;
  margin: 0 0;
  line-height: 1.2;
}

.blog-post-meta {
  font-size: 16px;
}

.blog__sidebar .sidebar__widget {
  margin: 0 0 40px;
}

.blog__sidebar .sidebar__widget:last-child {
  margin: 0 0;
}

.blog_details_top .blog-post-meta ul {
  justify-content: center;
  margin: 0 0 10px !important;
}

.blog_details_top .title {
  font-size: 52px;
  margin: 0 0 12px;
}

.blog_details_top p {
  margin: 0 0;
}

.blog_details_top p b {
  font-weight: 600;
  color: var(--kvo-heading-color);
}

.blog_details_top {
  margin: 0 0 60px;
}

.blog__details-thumb {
  text-align: center;
  margin: 60px 0 0;
}

.blog__details-thumb img {
  border-radius: 20px;
}

.comment-form .row {
  --bs-gutter-x: 20px;
}

.blog__avatar-wrap {
  display: flex;
  align-items: center;
  border-top: 1px solid #E3E3E3;
  padding-top: 20px;
  margin-bottom: 20px;
  gap: 16px;
}

.blog__avatar-img {
  flex: 0 0 auto;
}

.blog__avatar-img img {
  border-radius: 50%;
}

.blog__avatar-info .name {
  font-size: 18px;
  margin: 0 0;
}

.blog__avatar-info .designation {
  display: block;
  font-size: 14px;
}

.comments-wrap {
  margin: 50px 0 0;
}

.blog__details-content {
  margin: 0 0 40px;
}

.related-posts-area {
  padding: 0 0 100px;
}

.rel-title {
  text-align: center;
  font-size: 42px;
  margin: 0 0 35px;
}

.latest-comments.mb-65 {
  margin-bottom: 65px;
}


.comments-wrap .latest-comments .children {
  margin: 0 0 0 45px;
  padding: 0;
}

@media (max-width: 767.98px) {
  .comments-wrap .latest-comments .children {
    margin: 0;
  }
}

.comments-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 30px;
  margin-bottom: 35px;
  gap: 25px;
}

@media (max-width: 767.98px) {
  .comments-avatar {
    width: 60px !important;
  }

  .comments-box {
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
  }

  .comment-text {
    width: 100%;
    flex-grow: 1;
  }
}

.comments-avatar {
  width: 100px;
  flex: 0 0 auto;
}

.comments-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.comment-text .avatar-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 0 20px;
}

.comment-text .avatar-name .name {
  margin-bottom: 0;
  font-size: 15px;
}

.comment-text .avatar-name span {
  font-weight: 500;
  font-size: 15px;
  display: block;
  color: var(--kvo-primary-color);
}

.comment-text {
  font-size: 16px;
}

.comment-text p {
  margin-bottom: 15px;
}

.comments-title-wrapper {
  margin-bottom: 30px;
}

.comments-wrap-title {
  margin: 0 0;
}

.sidebar__search input {
  background: #F3F3F3;
}

.sidebar__search button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 0;
  right: 20px;
  line-height: 1;
  color: var(--kvo-primary-color);
}

.sidebar__search button svg {
  width: 20px;
  height: 20px;
}

.text-btn {
  gap: 8px;
}

.text-btn svg {
  transition: .3s;
  transform: translateX(0)
}

.text-btn:hover svg {
  transform: translateX(3px)
}

.tg-video .popup-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-filter: drop-shadow(0 4px 10px rgba(23, 23, 23, 0.15));
  filter: drop-shadow(0 4px 10px rgba(23, 23, 23, 0.15));
  background: #fff;
  color: var(--kvo-heading-color);
  border-radius: 50%;
}

@media (max-width: 767px) {
  .tg-video .popup-video {
    width: 60px;
    height: 60px;
  }
}

.tg-video .popup-video:hover {
  background: var(--kvo-primary-color);
  color: var(--kvo-secondary-color);
}

.tg-swiper--full {
  overflow: visible !important;
}
.tg-swiper--full .slide-transition {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.testimonial-box {
  border: 1px solid #DBDBDB;
  border-radius: 16px;
  padding: 24px;
direction: ltr;
}
.testimonial-rating {
    display: flex;
    gap: 2px;
    margin: 0 0 12px;
}

.svg-quote {
  margin: 0 0 12px;
}

.testimonial-box .tg-title {
  margin: 0;
}

.testimonial-avatar {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 62px 0 0;
  text-align: left;
  gap: 12px;
}

.tg-avatar-img {
  flex: 0 0 auto;
}

.testimonial-avatar .tg-avatar-img img {
  max-width: 48px;
  border-radius: 8px;
  margin: 0;
}

.tg-avatar-info .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.5px;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: var(--kvo-primary-color);
    margin: 0;
    text-transform: capitalize;
}

.tg-avatar-info .designation {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: var(--kvo-primary-color);
  margin: 0;
}

.testimonial-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

#swiper-button-next {
  left: auto;
  right: 0;
}

.slider__marquee {
  padding: 24px 0;
  position: relative;
}

@media (max-width: 767px) {
  .slider__marquee {
    padding: 20px 0;
  }

  .testimonial-avatar {
    margin: 30px 0 0;
  }

  .testimonial-avatar .tg-avatar-img img {
    max-width: 50px;
  }

  .tg-avatar-info .name {
    font-size: 16px;
    margin: 0 0 -1px;
  }
}

.slider__marquee::before,
.slider__marquee::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background: linear-gradient(90deg, #FFF 20%, rgba(255, 255, 255, 0.00) 100%);
  z-index: 1;
}

.slider__marquee::after {
  left: auto;
  right: 0;
  rotate: 180deg;
}

.marquee-wrap .js-marquee {
  display: flex;
  align-items: center;
  gap: 16px;
}

.marquee-wrap .tg-item {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .marquee-wrap .tg-item {
    width: 60px;
    height: 60px;
  }
}

.marquee-wrap .tg-item img {
  margin: 0 !important;
}

.marquee-wrap .tg-item:hover {
  box-shadow: 0 10px 25px 0 rgba(23, 23, 23, 0.10);
}

.tg-accordion-button {
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  padding: 0 0;
  font-family: var(--kvo-title-font);
  font-size: 26px;
  line-height: 30px;
  font-weight: 800;
  color: var(--kvo-heading-color);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  text-transform: uppercase;
}

.tg-accordion-buttno:hover {
  color: var(--kvo-heading-color);
}

.tg-accordion-button .icon {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: var(--kvo-primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tg-accordion-button .icon svg {
  fill: #ffffff;
}

.tg-accordion-card .tg-accordion-button:not(.collapsed) .icon {
  background: var(--kvo-secondary-color);
  transform: rotate(180deg);
}

.accordion-collapse {
  border: none;
}

.tg-accordion-body {
  padding: 40px 0 0;
}

@media (max-width: 767px) {
  .tg-accordion-button {
    font-size: 20px;
    line-height: 24px;
    gap: 16px;
    align-items: self-start;
    letter-spacing: .5px;
  }

  .tg-accordion-button .icon {
    background: transparent;
    width: auto;
    height: auto;
    margin-top: 6px;
  }

  .tg-accordion-button .icon svg {
    fill: var(--kvo-primary-color);
  }

  .tg-accordion-card:not(.collapsed) .tg-accordion-button .icon {
    background: transparent;
  }

  .tg-accordion-card:not(.collapsed) .tg-accordion-button .icon svg {
    fill: var(--kvo-secondary-color);
  }

  .tg-accordion-body {
    padding: 15px 0 0;
  }

  .tg-accordion-body p {
    font-size: 16px;
  }

  .gy-40 {
    --bs-gutter-y: 30px;
  }

  .blog-post-content .title {
    font-size: 22px;
  }
  .tg-accordion-card {
      padding: 20px;
  }
}

.tg-accordion-body p {
  margin: 0 0;
}

.transparent-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 9;
}

.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.sticky-menu .tgmenu__navbar-wrap>ul>li .sub-menu {
  border-radius: 0 0 8px 8px;
}

.blog-post-meta .read-time {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 1200px) {
  .d-lg-flex {
    display: none !important;
  }
}

.tg-accordion-button i {
  font-size: 20px;
  line-height: 1;
}

.tg-accordion-card {
  padding: 24px;
  border: 1px solid #E3E3E3;
  margin-bottom: 16px;
  border-radius: 16px;
}

.tg-accordion-card:last-child {
  margin-bottom: 0;
}

.tg-accordion-body p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  font-weight: 400;
  font-family: var(--kvo-body-font);
}

.single-post-widget {
  display: flex;
  background: #F3F3F3;
  border-radius: 20px;
  overflow: hidden;
}

.single-post-widget .blog-post-thumb {
  width: 608px;
  min-height: 450px;
  flex: 0 0 auto;
}

.single-post-widget .blog-post-content {
  padding: 44px;
  gap: 16px;
}

.single-post-widget .blog-post-content .title {
  font-size: 42px;
}

.single-post-widget .blog-post-meta {
  margin-top: auto;
}

@media (max-width: 1199px) {
  .single-post-widget .blog-post-thumb {
    width: 450px;
    min-height: 400px;
  }

  .single-post-widget .blog-post-content .title {
    font-size: 32px;
  }
}

@media (max-width: 992px) {
  .single-post-widget .blog-post-thumb {
    width: 350px;
    min-height: 300px;
  }

  .single-post-widget .blog-post-content {
    padding: 30px;
  }

  .single-post-widget .blog-post-content .title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .single-post-widget {
    border-radius: 15px;
    flex-direction: column;
  }

  .single-post-widget .blog-post-thumb {
    width: 100%;
    min-height: auto;
  }

  .single-post-widget .blog-post-content {
    padding: 24px;
  }

  .single-post-widget .blog-post-content .title {
    font-size: 22px;
  }

  .single-post-widget .tg-description {
    margin: 0;
    font-size: 16px;
  }
  .tg-accordion-body p {
      font-size: 16px;
      line-height: 24px;
  }
}

.integration-card {
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 20px;
  overflow: hidden;
}

.integration-image {
  border-bottom: 1px solid #E3E3E3;
}

.integration-content {
  padding: 32px;
}

.integration-content .card-title {
  font-size: 24px;
  margin: 0 0 8px;
}

.integration-content .card-text {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
}

.integration-content .text-btn {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--e-global-color-primary);
}

@media (max-width: 767px) {
  .integration-content {
    padding: 22px;
  }
}

.genix-tabs {
  justify-content: center;
  gap: 16px;
  margin: 0 0 32px;
}

.genix-tabs li button {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #032019;
  border: 1px solid #E3E3E3;
  border-radius: 30px;
  background: transparent;
  line-height: 22px;
}

.genix-tabs li button.active {
  color: #fff;
  background: #032019;
  border-color: #032019;
}

@media (max-width: 767px) {
  .genix-tabs {
    gap: 10px;
    margin: 0 0 30px;
  }

  .genix-tabs li button {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 18px;
  }
}

.btn-w-100 a.btn {
  width: 100%;
  justify-content: center;
}

.pricing-tabs-wrap {
  margin: 0 0 32px;
}

.genix-pricing-tabs {
  display: flex;
  border: 1px solid #E3E3E3;
  padding: 6px;
  border-radius: 50px;
}

.genix-pricing-tabs li button {
  border: none;
  background: transparent;
  padding: 10px 20px;
  color: #032019;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 50px;
}

.genix-pricing-tabs li button.active {
  color: #fff;
  background: #032019;
}

.head-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.head-wrapper .head-title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
}

.uc-table .table-header-cell {
  padding: 28px 24px;
  vertical-align: top;
  border-bottom: 1px solid #E3E3E3;
}

.table-header-cell.w-1\/5 {
  text-align: center;
}

.table-header-cell .btn {
  justify-content: center;
}

thead.table-head.sticky-top {
  position: sticky;
  top: 75px;
}

@media (max-width: 1199px) {
  thead.table-head.sticky-top {
    top: 60px;
  }
}

.table-heading.bg-primary-25 {
  background: #F8F8F8;
}

.table-heading.bg-primary-25 th {
  padding: 20px 24px;
}

.table-heading.bg-primary-25 th .h5 {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

span.item-title {
  font-size: 16px;
  font-weight: 400;
  color: #5C5C5C;
}

[data-bs-toggle="tooltip"] {
  cursor: pointer;
}

.kvo-tooltip {
  font-size: 12px;
}

.uc-table td,
.uc-table th {
  border: 1px solid #E3E3E3;
  padding: 14px 24px;
}

.uc-table td>div>span {
  font-size: 16px;
  font-weight: 600;
  color: #032019;
}

@media (max-width: 991.98px) {
  .overflow-md-scroll {
    overflow-x: scroll;
  }
}

@media (max-width: 767.98px) {
  .uc-table {
    width: 850px;
  }

  thead.table-head.sticky-top {
    position: inherit;
  }

  span.item-title,
  .uc-table td>div>span {
    font-size: 14px;
  }

  .table-heading.bg-primary-25 th .h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .head-wrapper .head-title {
    font-size: 20px;
    line-height: 24px;
  }

  .uc-table td,
  .uc-table th {
    padding: 10px 20px;
  }

  .table-heading.bg-primary-25 th {
    padding: 12px 15px;
  }

  .uc-table .table-header-cell {
    padding: 20px 15px;
    vertical-align: middle;
  }
}

@media (max-width: 992px) {
  .blog_details_top .title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .blog__area.space,
  .tg-page-area.space {
    padding: 100px 0 100px;
  }

  .blog_details_top .title {
    font-size: 24px;
    line-height: 1.2;
  }

  .blog_details_top p {
    font-size: 16px;
  }

  .blog__details-thumb {
    margin: 40px 0 0;
  }

  .blog__details-thumb img {
    border-radius: 10px;
  }

  .blog_details_top {
    margin: 0 0 20px;
  }

  .comment-respond {
    padding: 35px 20px 25px;
    border-radius: 10px;
  }

  .rel-title {
    font-size: 32px;
    margin: 0 0 25px;
  }
}

/*======================================================================
* unit testing css
========================================================================*/
img {
  height: auto;
}

.list-wrap {
  margin: 0px;
  padding: 0px;
}

.list-wrap li {
  list-style: none;
}

.latest-comments blockquote code,
.latest-comments blockquote a,
blockquote code {
  color: #d63384;
}

.latest-comments code {
  color: #d63384;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0 !important;
}

pre {
  display: block;
  font-size: 87.5%;
  color: var(--kvo-body-color);
  border: 1px solid #e9e9e9 !important;
  padding: 15px;
}

dd+dt {
  margin-top: 20px;
}

/*=========================
02. WP Block css
===========================*/
.blog__area .wp-block-latest-comments,
.blog__area .wp-block-latest-posts {
  margin-bottom: 0;
}

.wp-block-calendar table th {
  font-weight: 500;
  background: #eeebe5;
  color: var(--kvo-heading-color);
}

.wp-block-button .wp-block-button__link {
  color: #fff !important;
}

caption,
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: var(--kvo-body-color);
}

.wp-block-pullquote {
  border-top: 4px solid var(--kvo-primary-color) !important;
  border-bottom: 4px solid var(--kvo-primary-color) !important;
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
  margin-top: 0;
  display: block;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  color: var(--kvo-body-color);
}

.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
  margin-left: 10px;
}

.wp-block-column:not(:last-child) {
  margin-right: 10px;
}

.wp-block-column:nth-child(2n+1) {
  margin-right: 10px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
  margin-bottom: 20px;
}

.wp-block-preformatted {
  margin: 30px 0;
}

.wp-block-archives select,
.wp-block-archives .postform {
  height: 50px;
  width: 200px;
  border: 1px solid #e9e9e9;
  padding: 0 10px;
}

.wp-block-categories .postform {
  width: 200px;
  border: 1px solid #e9e9e9;
  padding: 0 10px;
  float: none;
  margin-bottom: 15px;
}

.wp-block-latest-comments {
  padding-left: 0 !important;
}

.wp-block-latest-posts.has-dates {
  padding-left: 0;
}

.wp-block-archives li a,
.wp-block-categories li a {
  color: var(--kvo-body-color);
}

.wp-block-archives li .float-right,
.wp-block-categories li .float-right {
  margin-left: 10px;
}

.wp-block-search__input {
  height: 55px;
  border: none;
  background: #F3F3F3;
  padding: 0 20px;
  color: var(--kvo-heading-color);
  font-size: 16px;
  border-radius: 8px;
}

.wp-block-cover {
  margin-bottom: 30px;
}

.wp-block-search .wp-block-search__button {
  margin-left: 0;
  background: var(--kvo-primary-color);
  color: #fff;
  border: 0;
  padding: 12px 40px;
  margin-bottom: 14px;
  border-radius: 0 8px 8px 0;
}

.wp-block-tag-cloud a {
  color: var(--kvo-heading-color);
  font-size: 14px !important;
  padding: 6px 17px;
  border-radius: 0;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 6px !important;
  margin-bottom: 10px !important;
  background: #F3F3F3;
  font-weight: 500;
}

.wp-block-tag-cloud a:hover {
  color: #fff;
  background: var(--kvo-primary-color);
  border-color: var(--kvo-primary-color);
}

.wp-block-calendar {
  margin-bottom: 30px;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px)/2);
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.wp-block-gallery.columns-2.is-cropped li.blocks-gallery-item {
  width: calc((100% - 16px)/2) !important;
}

.wp-block-search .wp-block-search__input {
  width: 100%;
  margin: 0;
}

.wp-block-button {
  margin-bottom: 15px;
}

.wp-block-cover-text {
  color: #fff !important;
}

.wp-block-cover-text a {
  color: #fff;
}

.blocks-gallery-caption {
  margin-bottom: 30px !important;
}

figcaption,
.wp-block-embed figcaption,
.wp-block-video figcaption,
.blocks-gallery-caption,
.wp-block-image figcaption {
  color: var(--kvo-body-color);
  font-size: 14px;
}

.wp-block-group.has-background {
  margin-bottom: 25px;
}

.is-style-outline .wp-block-button__link {
  border: 2px solid var(--kvo-primary-color);
}

.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid var(--kvo-primary-color);
  color: var(--kvo-heading-color) !important;
}

.wp-block-quote {
  border-left: 0;
}

.blog__area .wp-block-quote.is-large,
.blog__area .wp-block-quote.is-style-large {
  margin-bottom: 40px;
  padding: 0 0 0 75px;
}

.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
  font-size: 1.2em;
  font-style: normal;
  line-height: 1.5;
}

.blog__area .wp-block-quote.is-large cite,
.blog__area .wp-block-quote.is-style-large cite {
  text-align: left;
  font-size: 1em;
}

.wp-block-quote.has-text-align-right {
  border-right: 0;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  color: #fff !important;
  border-radius: 0;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown.wp-block-categories select {
  width: 250px;
  height: 50px;
  padding: 0 15px;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  background-color: #F3F3F3;
  color: var(--kvo-heading-color);
  outline: none;
  font-size: 16px;
}

.wp-block-archives-dropdown label {
  display: block;
  margin-bottom: 7px;
}

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

.wp-block-search .wp-block-search__button {
  margin-left: 0;
  background: var(--kvo-primary-color);
  color: #fff;
  border: 0;
  padding: 12px 25px;
  margin-bottom: 0;
  height: 55px;
  position: absolute;
  right: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
  border: none;
  padding: 0;
  margin: 0 0 12px;
}

.wp-block-button__link {
  background-color: var(--kvo-primary-color);
  font-size: 16px;
  padding: calc(.7em + 2px) calc(1.333em + 2px);
  font-weight: 500;
  line-height: 1.3;
}

.wp-block-column .wp-block-quote p {
  font-size: 18px;
  line-height: 1.3;
}

.wp-block-column .wp-block-quote {
  padding: 0 0;
  font-size: 26px;
  background: transparent;
  margin: 0 0;
}

.wp-block-column .wp-block-quote cite::before,
.wp-block-column .wp-block-quote cite::after {
  display: none;
}

.wp-block-column .wp-block-quote::before {
  display: none;
}

.blog__area .wp-block-quote.has-text-align-right {
  text-align: right;
  padding: 0 75px 0 0;
}

.blog__area .wp-block-quote.has-text-align-right::before {
  left: auto;
  right: 0;
}

.blog__area .wp-block-quote.has-text-align-right::after {
  left: 33px;
  right: auto;
}

.blog__area .wp-block-quote.has-text-align-right cite::after {
  display: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto !important;
  margin-right: auto !important;
}

.blog__details-content .wp-block-latest-posts.wp-block-latest-posts__list,
.blog__details-content ul.wp-block-rss,
.blog__area .latest-comments .wp-block-latest-posts.wp-block-latest-posts__list,
.blog__area .latest-comments ul.wp-block-rss {
  list-style: none;
  padding-left: 0 !important;
}

.wp-block-search {
  margin-bottom: 20px;
}

.sidebar__widget .wp-block-search {
  margin-bottom: 0;
}

.wp-block-latest-comments__comment {
  line-height: 1.5;
  margin: 0 0 15px;
  color: var(--kvo-body-color);
}

.wp-block-group__inner-container h2,
.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search .wp-block-search__label {
  font-size: 24px;
  padding-bottom: 0;
  margin: 0 0 20px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 600;
  font-family: var(--kvo-heading-color);
  color: var(--kvo-heading-color);
  position: relative;
  line-height: 1.2;
}

.footer-top .wp-block-group__inner-container h2,
.footer-top .wp-block-search__button-outside.wp-block-search__text-button.wp-block-search .wp-block-search__label {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0 0 30px;
}

.blog__details-content .wp-block-gallery .blocks-gallery-grid {
  padding-left: 0;
  margin-bottom: 0;
}

.wp-container-35.wp-block-column .wp-block-quote::before {
  display: none;
}

.wp-block-tag-cloud,
.tagcloud {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: block;
  font-size: 15px !important;
  padding: 7px 17px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 !important;
  background: #F3F3F3;
  font-weight: 500;
  color: var(--kvo-heading-color) !important;
  text-transform: capitalize;
  line-height: 1.5;
  border: none;
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  border-color: var(--kvo-primary-color);
  background: var(--kvo-primary-color);
  color: #fff !important;
}

.wp-block-table.is-style-stripes {
  border-bottom: 1px solid #efecfb;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f6f5f3;
}

.post-text .wp-block-pullquote.has-background p {
  color: var(--kvo-heading-color);
  font-size: 1.2em;
}

.post-text .wp-block-pullquote.has-background blockquote cite {
  color: var(--kvo-heading-color) !important;
  font-size: .7em;
}

.kvo-page-content blockquote p,
.post-text blockquote p {
  margin-bottom: 15px !important;
}

.format-quote blockquote p {
  margin-bottom: 0 !important;
}

blockquote cite {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  position: relative;
  color: var(--kvo-primary-color);
  font-family: var(--kvo-heading-color);
}

blockquote cite a {
  color: var(--kvo-primary-color) !important;
}

/*=========================
03. Widget
===========================*/
.widget li article {
  line-height: 1.5;
}

.widget_text .textwidget p>img {
  margin: 15px 0;
}

.widget-social-icon a {
  display: inline-block;
  margin: 0 8px;
  color: var(--kvo-primary-color);
}

.widget-social-icon a:hover {
  color: var(--kvo-primary-color);
}

.widget .recent-posts>li {
  overflow: hidden;
}

.widget .recent-posts>li:not(:last-child) {
  overflow: hidden;
  margin-bottom: 30px;
}

.widget-posts-image {
  float: left;
}

.widget-posts-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}

.recent-posts .widget-post-list:not(:last-child) {
  margin-bottom: 30px;
}

.widget-posts-body {
  overflow: hidden;
  padding-top: 8px;
}

.widget-posts-title {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.widget-posts-title a {
  color: #fff;
}

.widget-posts-title a:hover {
  color: var(--kvo-primary-color);
}

.footer-widget ul,
.widget ul {
  padding: 0;
  margin: 0;
}

.rssSummary {
  line-height: 27px;
  margin: 10px 0;
}

.blog__sidebar .widget>ul {
  margin: 0;
}

.widget ul li a.rsswidget {
  line-height: 1.4;
}

.widget .footer-post h5 a {
  font-size: 16px;
  line-height: 1.3;
}

.widget_recent_entries ul li a {
  line-height: 26px;
}

.widget ul li a:hover span {
  background: var(--kvo-primary-color);
}

.widget ul li a:hover {
  color: var(--kvo-primary-color);
}

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

.widget_media_image img {
  width: 100%;
}

.shop-sidebar ul li,
.widget li {
  display: block;
  clear: both;
  border: none;
  padding: 0;
  margin: 0 0 12px;
  position: relative;
}

.shop-sidebar ul li:last-child,
.widget li:last-child {
  border: 0;
  margin: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget_recent_comments .recentcomments {
  margin: 0 0 15px;
  color: #818181;
}

.widget_recent_comments .recentcomments a,
.widget li a {
  color: var(--kvo-primary-color);
  font-weight: 400;
  padding-left: 0;
  font-size: 18px;
}

.widget li a:hover {
  color: var(--kvo-primary-color);
}

.widget li .children,
.widget li .sub-menu {
  margin: 10px 0 0 15px;
}

.widget_rss li span.rss-date {
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}

.widget_rss ul li:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.footer-widget.widget_rss ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}

.footer-widget.widget_rss .rss-date,
.footer-widget.widget_rss cite,
.footer-widget p,
.footer-widget .rssSummary {
  color: #fff;
  font-size: 16px;
}

.footer-top .widget_rss .rsswidget {
  opacity: 1;
  color: #fff;
}

.widget_recent_comments li span,
.widget_recent_comments li span a {
  float: none;
  font-weight: 500;
  color: #fff;
}

.widget_rss ul li a.rsswidget {
  font-weight: 600;
  display: inline-block;
}

.widget li span.post-date {
  float: none;
  margin-top: 7px;
  display: block;
  font-size: 13px;
}

.textwidget img {
  max-width: 100%;
}

.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}

.widget_calendar {
  float: none;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: right;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

#wp-calendar thead {
  font-size: 14px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}

#wp-calendar tbody {
  color: var(--kvo-body-color);
}

#wp-calendar tbody td {
  background: #F3F3F3;
  border: 1px solid #fff;
  text-align: center;
  padding: 10px 0;
  transition: .3s;
}

#wp-calendar tbody td:hover,
#wp-calendar tbody td:hover a {
  background: var(--kvo-primary-color);
  color: #fff;
}

#wp-calendar tbody td.pad:hover {
  background: #F3F3F3;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

.footer-widget #wp-calendar caption {
  color: #fff;
}

.footer-widget .wp-calendar-nav a {
  color: #fff;
}

.footer-widget ul ul {
  padding-left: 15px;
  padding-top: 15px;
}

.footer-widget.widget_recent_comments ul li a::before,
.footer-widget.widget_recent_entries ul li a::before,
.footer-widget.widget_rss ul li a::before {
  display: none;
}

.footer-widget .rsswidget {
  color: #fff;
}

.footer-widget #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  border-color: transparent;
}

.footer-widget .sidebar-tad li a,
.footer-widget .tagcloud a {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}

.footer-widget .tagcloud a:hover {
  background: var(--kvo-primary-color);
  border-color: var(--kvo-primary-color);
  color: #fff;
}

.widget .rsswidget {
  color: var(--kvo-heading-color);
}

.footer-widget #wp-calendar tbody td {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.widget #wp-calendar tbody .pad,
.widget #wp-calendar tbody .pad:hover,
.footer-widget #wp-calendar tbody .pad,
.footer-widget #wp-calendar tbody .pad:hover {
  background: transparent;
  border: none;
}

.widget.widget_recent_comments ul li a {
  display: initial;
  line-height: 1.5;
}

.widget.widget_recent_comments ul li .comment-author-link a {
  color: var(--kvo-primary-color);
}

.blog__area select,
.widget select,
.footer-widget select {
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 12px 40px 12px 25px;
  background: #F3F3F3 url(../img/icons/d_arrow.png) no-repeat scroll 97.5% center;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  outline: none;
  color: var(--kvo-heading-color);
  font-weight: 500;
  font-size: 16px;
  height: auto;
}

.footer-top select,
.footer-top .widget select,
.footer-top .footer-widget select {
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 14px 40px 14px 25px;
  background: transparent url(../img/icons/d_arrow.png) no-repeat scroll 97.5% center;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  outline: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.footer-top select option,
.footer-top .widget select option,
.footer-top .footer-widget select option {
  color: var(--kvo-body-color);
}

.footer-widget.widget_recent_comments li a {
  display: initial;
}

.footer-widget ul li {
  margin-bottom: 10px;
}

.footer-widget ul li:last-child {
  margin-bottom: 0;
}

.footer-widget ul li a {
  color: var(--kvo-body-color);
  display: inline-block;
}

.footer-widget ul li a:hover {
  color: var(--kvo-primary-color);
}

.footer-top .widget_block ul li a,
.footer-top .widget.widget_pages ul li a,
.footer-top .widget.widget_nav_menu ul li a,
.footer-top .widget.widget_meta ul li a,
.footer-top .widget.widget_categories ul li a,
.footer-top .widget.widget_archive ul li a {
  padding: 0 0;
  display: inline-block;
  color: #fff;
  background: transparent;
  position: relative;
  font-size: 16px;
  border-radius: 0;
  text-transform: capitalize;
  border: none;
  font-weight: 500;
}

.footer-top .widget_block ul li a:hover,
.footer-top .widget.widget_pages ul li a:hover,
.footer-top .widget.widget_nav_menu ul li a:hover,
.footer-top .widget.widget_meta ul li a:hover,
.footer-top .widget.widget_categories ul li a:hover,
.footer-top .widget.widget_archive ul li a:hover {
  color: #fff;
  background: transparent;
}

.footer-top .widget_block ul li,
.footer-top .footer-widget ul li {
  margin: 0 0 10px;
  color: #fff;
}

.footer-top .widget_block ul li:last-child,
.footer-top .footer-widget ul li:last-child {
  margin: 0 0;
}

.footer-top .widget_block ul li a,
.footer-top .footer-widget ul li a {
  font-size: 16px;
  color: #fff;
  position: relative;
}

.footer-top .widget_block ul li a:hover,
.footer-top .footer-widget ul li a:hover {
  opacity: 1;
  color: #fff;
}

.widget_block ul li a,
.widget.widget_pages ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_meta ul li a,
.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
  letter-spacing: 0;
  text-transform: capitalize;
  color: var(--kvo-body-color);
  font-weight: 400;
  font-size: 18px;
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  padding: 0 0;
}

.widget_block ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_nav_menu ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_categories ul li a:hover,
.widget.widget_archive ul li a:hover {
  color: var(--kvo-primary-color);
}

.widget ul li span.float-right {
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.86;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--kvo-body-color);
  font-weight: 500;
  -webkit-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;
  transition: all 0.3s ease-out 0s;
}

.widget_block ul li span.float-right,
.widget ul li:hover span.float-right {
  color: var(--kvo-heading-color);
}

.footer-top .widget_block ul li,
.footer-widget.widget_pages ul li,
.footer-widget.widget_nav_menu ul li,
.footer-widget.widget_meta ul li,
.footer-widget.widget_categories ul li,
.footer-widget.widget_archive ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}

.footer-top .widget_block ul li .float-right,
.footer-widget.widget_pages ul li .float-right,
.footer-widget.widget_nav_menu ul li .float-right,
.footer-widget.widget_meta ul li .float-right,
.footer-widget.widget_categories ul li .float-right,
.footer-widget.widget_archive ul li .float-right {
  color: #fff;
  -webkit-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;
  transition: all 0.3s ease-out 0s;
}

.footer-top .widget_block ul li:hover .float-right,
.footer-widget.widget_pages ul li:hover .float-right,
.footer-widget.widget_nav_menu ul li:hover .float-right,
.footer-widget.widget_meta ul li:hover .float-right,
.footer-widget.widget_categories ul li:hover .float-right,
.footer-widget.widget_archive ul li:hover .float-right {
  color: #fff;
}

.footer-top .widget_block ul li .children,
.footer-widget.widget_pages ul li .children,
.footer-widget.widget_nav_menu ul li .children,
.footer-widget.widget_meta ul li .children,
.footer-widget.widget_categories ul li .children,
.footer-widget.widget_archive ul li .children,
.footer-top .widget_block ul li .sub-menu,
.footer-widget.widget_pages ul li .sub-menu,
.footer-widget.widget_nav_menu ul li .sub-menu,
.footer-widget.widget_meta ul li .sub-menu,
.footer-widget.widget_categories ul li .sub-menu,
.footer-widget.widget_archive ul li .sub-menu {
  width: 100%;
  flex: 0 0 100%;
}

.widget ul li:hover span.float-right {
  color: var(--kvo-primary-color);
}

.widget_nav_menu .menu {
  margin-bottom: 0;
}

.rc-post-thumb img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

.footer-top .rc-post-content .title {
  color: #fff;
}

/*=========================
04. Breadcrumb
===========================*/
.breadcumb-wrapper .breadcrumb {
  align-items: center;
  column-gap: 10px;
  row-gap: 0;
  margin: 0 0;
  color: var(--kvo-heading-color);
}

.breadcrumb>* {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.breadcrumb>* a {
  color: var(--kvo-heading-color);
}

.breadcrumb .current-item {
  color: var(--kvo-primary-color);
}

.breadcumb-wrapper .breadcrumb-separator {
  line-height: 1;
  font-size: 14px;
  margin-top: 1px;
  font-weight: 700;
  opacity: .5;
}

/*=========================
05. Blog Post
===========================*/
.blog-post-item.sticky {
  position: relative !important;
  border: 1px solid var(--kvo-primary-color);
}

.blog-post-item.sticky .blog-post-content-two {
  border-color: var(--kvo-primary-color);
}

.post-text {
  overflow: hidden;
}

.post-text a {
  color: var(--kvo-primary-color);
}

.post-text a:hover {
  color: var(--kvo-primary-color);
}

.post-text p>a:hover {
  color: var(--kvo-primary-color);
}

.postbox__video img,
article.postbox .postbox__thumb img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  height: auto;
  width: inherit;
}

.post-text>.alignwide {
  margin-left: 0;
  margin-right: 0;
}

.post-text p.has-large-font-size {
  line-height: 1.4;
  margin-bottom: 15px;
}

.blog__area ol ol,
.blog__area ol ul,
.blog__area ul ol,
.blog__area ul ul {
  margin-bottom: 0;
  margin-top: 7px;
}

.post-text .wp-caption.aligncenter {
  margin-top: 40px;
}

.post-text .alignright.size-thumbnail {
  overflow: hidden;
  clear: both;
}

.post-text blockquote p a:hover,
.post-text blockquote p a {
  color: var(--kvo-heading-color);
}

.blog__area table {
  width: 100%;
}

.blog__area th,
.blog__area td {
  border: 0.1rem solid #fff;
  line-height: 1.625em;
  margin: 0;
  overflow: visible;
  padding: 0.5em;
}

.blog__area dl,
.blog__area ol,
.blog__area ul {
  margin-top: 0;
  margin-bottom: 25px;
}

ul {
  list-style: disc;
}

.post-text>h6 {
  margin-bottom: 20px;
}

.blog__details-content h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}

#wp-calendar #next a,
#wp-calendar #prev a {
  font-size: 13px;
  font-weight: 600;
}

.blog__details-content table {
  margin-bottom: 30px;
}

.blog__details-content table tbody td {
  text-align: center;
}

.blog__details-content table td {
  border-color: #e9e9e9;
  padding: 12px 12px;
}

.blog__details-content th,
.blog__details-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.blog__details-content table,
.blog__details-content th,
.blog__details-content td {
  border: 1px solid #d1d1d1;
}

.blog__details-content table th {
  padding: 12px 12px;
  font-size: 16px;
  border-color: #fff;
  text-align: center;
  font-weight: 600;
}

.blog-post-content-two:not(.blog__details-content) .post-text {
  margin-bottom: 15px;
}

.admin-bar .search-popup-wrap,
.admin-bar .sticky-menu,
.admin-bar .header-sticky,
.admin-bar .transparent-header {
  margin-top: 32px;
}

.post-text .has-background p {
  color: var(--kvo-body-color);
}

.blog__area .post-text>table th,
.blog__area .post-text>table td,
.blog__area .comment-text>table th,
.blog__area .comment-text>table td {
  border: 1px solid #e9e9e9;
}

.post-text p:last-child {
  overflow: hidden;
}

.format-quote .post-text blockquote {
  margin: 0 0;
  padding: 0 0;
}

.footer-top .sidebar-search input {
  background: transparent;
  color: #fff;
  padding: 15px 50px 15px 20px;
  height: auto;
  border-color: #1a2f5a;
}

.footer-top .sidebar-search input::placeholder {
  color: #fff;
  opacity: .7;
}

.footer-top .sidebar-search button {
  color: #fff;
  font-size: 20px;
}

.gallery {
  margin-bottom: 10px;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #FFF4EF;
}

.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 {
  margin: 0.8075em 0;
  font-size: 14px;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #fff;
  background: var(--kvo-primary-color) !important;
}

.page-links>span {
  border: 2px solid var(--kvo-primary-color);
  color: #fff;
  background: var(--kvo-primary-color);
}

.post-text .blocks-gallery-grid img {
  margin: 0;
}

.page-links a:hover {
  border: 2px solid var(--kvo-primary-color);
  color: var(--kvo-primary-color);
}

.post-password-form input[type="submit"] {
  background-color: var(--kvo-primary-color);
}

.post-password-form input[type="password"] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 1px solid #f6f5f3;
  color: var(--kvo-heading-color);
  background: #F3F3F3;
  width: 100%;
  border-radius: 0;
  margin-top: 7px;
  height: 50px;
}

.post-password-form input[type="submit"] {
  background-color: var(--kvo-primary-color);
  border: none;
  padding: 10px 40px;
  color: #fff;
  cursor: pointer;
  transition: .3s;
  font-weight: 600;
  height: 50px;
  border-radius: 8px;
  width: auto;
}

.layout-wrapper .alignright.size-thumbnail {
  margin-bottom: 20px;
  clear: both;
}

.cm-btn {
  border: 0;
}

.cm-btn i {
  margin-right: 3px;
}

header ul,
footer ul {
  list-style: none;
}

.no-results.not-found {
  background: transparent;
  padding: 40px 80px;
  text-align: center;
  border: 1px solid #e9e9e9;
  box-shadow: none;
  border-radius: 5px;
}

.no-results .sidebar-search input {
  background: #F3F3F3;
}

.pageontent.blog-search-content p {
  margin-bottom: 20px;
}

.blog-search-title {
  font-size: 30px;
  margin: 0;
}

.error-404-title {
  line-height: 1;
  font-size: 140px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--kvo-primary-color);
}

.error-title {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.error-text {
  margin-bottom: 30px;
}

.page-header {
  background: #011D3A;
  margin-bottom: 30px;
  padding: 30px;
}

.page-header h1 {
  font-size: 35px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0;
}

.no-results.not-found .page-header {
  background: none;
  margin-bottom: 20px;
  padding: 0;
}

.navigation.posts-navigation .nav-next {
  float: right;
}

.navigation.posts-navigation .nav-previous {
  float: left;
}

.navigation.posts-navigation .nav-links {
  overflow: hidden;
}

.navigation.posts-navigation .nav-links a {
  text-transform: uppercase;
  background: #fff;
  border: 2px solid var(--kvo-primary-color);
  color: var(--kvo-primary-color);
}

.navigation.posts-navigation .nav-links a:hover {
  background: var(--kvo-primary-color);
  color: #fff;
}

.navigation.posts-navigation {
  overflow: hidden;
  margin-bottom: 40px;
}

.tag-space {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 20px;
}

.size-thumbnail {
  margin-bottom: 20px;
}

.no-results.not-found .page-header {
  padding-top: 0;
  padding-bottom: 0;
}

.search-form2 .form-control {
  height: 50px;
  border-radius: inherit;
}

.search-form2 {
  position: relative;
}

.archive-description {
  margin-top: 15px;
}


/*=========================
00. New 6.1 CSS
===========================*/
.is-layout-constrained.has-black-border-color p,
.is-layout-constrained.has-background p {
  margin-bottom: 0;
}

nav.wp-block-navigation.is-layout-flex ul {
  padding: 0 0;
}

.blog__details-content .wp-block-comments ol.wp-block-comment-template {
  padding: 0 0;
  list-style: none;
}

.blog__details-content .wp-block-comments ol.wp-block-comment-template li {
  list-style: none;
}

.blog__area .blog__details-content .wp-block-post-template {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-block-post-comments-form {
  margin-bottom: 15px;
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
  background: #fff;
  border: 1px solid rgba(131, 131, 131, 0.25);
  border-radius: 5px;
}

.wp-block-post-comments-form input[type=submit] {
  user-select: none;
  -moz-user-select: none;
  background: var(--kvo-primary-color) none repeat scroll 0 0;
  border: medium none;
  color: var(--kvo-secondary-color);
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 19px 24px 16px 24px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  -webkit-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;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
  height: auto;
  border-radius: 8px;
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #fff;
}

.wp-block-file__button {
  background: #32373c;
  color: #fff !important;
}

.wp-block-post-comments-form .comment-form-cookies-consent {
  margin-left: 0;
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin: 0;
  width: 0;
  height: 0;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-right: 5px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__button {
  right: 4px !important;
}

.wp-block-social-links {
  padding: 0 0 !important;
}

.wp-block-social-links li {
  margin: 0 0 !important;
}

/*=========================
06. Post Type
===========================*/
.blog-post-thumb-active .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  border: none;
  background: none;
  padding: 0;
  font-size: 30px;
  color: #fff;
  z-index: 9;
  opacity: .7;
  -webkit-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;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}

.blog-post-thumb-active .slick-arrow.slick-next {
  right: 40px;
  left: auto;
}

.blog-post-thumb-active .slick-arrow:hover {
  opacity: 1;
}

.blog-post-thumb .popup-video {
  height: 80px;
  width: 80px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  background: var(--kvo-primary-color);
}


/*=========================
07. Pagination
===========================*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.page-links {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  margin-top: 20px;
}

.page-links>span.page-links-title {
  border: 0;
  color: inherit;
  background: transparent;
}

.page-links a,
.page-links>span {
  border: 2px solid var(--kvo-primary-color);
  display: inline-block;
  min-width: 35px;
  text-align: center;
  margin-left: 2px;
  height: 33px;
  line-height: 30px;
  margin-right: 3px;
  color: var(--kvo-primary-color);
  border-radius: 5px;
}

.page-links a.current,
.page-links>span.current {
  color: #fff;
}

.pagination-wrap ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 0 !important;
  gap: 8px;
}

.pagination-wrap ul li {
  display: block;
}

.pagination-wrap ul li a,
.pagination-wrap ul li .page-numbers {
  margin-left: 0;
  padding: 0 0;
  color: var(--kvo-heading-color);
  font-weight: 600;
  font-family: var(--kvo-body-font);
  font-size: 16px;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.pagination-wrap ul li a:hover,
.pagination-wrap ul li .current {
  color: var(--kvo-secondary-color);
  background-color: var(--kvo-primary-color);
}

.pagination-wrap ul li a.prev,
.pagination-wrap ul li a.next {
  font-size: 18px;
}

/*=========================
08. Page Content
===========================*/
.kvo-page-content ol,
.kvo-page-content ul {
  padding-left: 22px
}

.kvo-page-content table {
  margin-bottom: 30px;
  width: auto;
}

.kvo-page-content table tbody td {
  text-align: center;
}

.kvo-page-content table a {
  color: var(--kvo-primary-color);
}

.kvo-page-content table td {
  border-color: #e9e9e9;
  padding: 12px 17px;
}

.kvo-page-content th,
.kvo-page-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.kvo-page-content table,
.kvo-page-content th,
.kvo-page-content td {
  border: 1px solid #e9e9e9;
}

.kvo-page-content table th {
  padding: 12px 12px;
  font-size: 16px;
  border-color: #e9e9e9;
  text-align: center;
  font-weight: 600;
}

.kvo-page-content ol li,
.kvo-page-content ul li {
  margin-bottom: 7px;
}

.kvo-page-content ol li ol,
.kvo-page-content ul li ul {
  margin-top: 7px;
}

#wp-calendar tbody td#today {
  background: var(--kvo-primary-color);
  color: #fff;
}

#wp-calendar tbody td#today a {
  color: #fff;
}

.kvo-page-content ol,
.kvo-page-content ul {
  padding-left: 25px;
  margin-bottom: 25px;
}

.kvo-page-content .post-comments-form {
  margin-top: 50px;
}

.kvo-page-content .post-comments {
  margin-top: 40px;
}

.kvo-page-content .latest-comments>ol,
.kvo-page-content .latest-comments>ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.kvo-page-content ol ol ol,
.kvo-page-content ol ul ul,
.kvo-page-content ul ol ol,
.kvo-page-content ul ul ul {
  margin-bottom: 0px;
}

.kvo-page-content ol ol,
.kvo-page-content ol ul,
.kvo-page-content ul ol,
.kvo-page-content ul ul {
  margin-bottom: 0;
}

.kvo-page-content .post-entry>p {
  margin: 32px 0;
  margin-top: 0;
}

.kvo-page-content .post-entry p:last-child {
  overflow: hidden;
}

.tg-page-content .blog-post-comment {
  margin-top: 40px;
  overflow: hidden;
  clear: both;
}

.kvo-page-content figure.wp-caption.aligncenter {
  margin-top: 40px;
}

.kvo-page-content .size-full.alignright {
  margin-bottom: 35px;
  margin-top: 20px;
  clear: both;
}

.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%;
}

/*=========================
09. Avatar
===========================*/



/*=========================
10. Comments
===========================*/
.post-comment-form {
  clear: both;
}

.post-comment-title h3 {
  font-size: 22px;
}

ul.children {
  list-style: none;
}

.post-comments table th {
  padding: 12px 12px;
  font-size: 16px;
  border-color: #e9e9e9;
  text-align: center;
  font-weight: 600;
}

#wp-comment-cookies-consent {
  width: auto;
  display: inline-block;
  height: auto;
  margin-right: 20px;
}

.comment-form-cookies-consent label {
  display: inline-block;
}

.comment-form-cookies-consent {
  margin-left: 18px;
  display: none;
}

#recentcomments li a {
  line-height: 1.5
}

.blog__area .post-comments ol ol,
.blog__area .post-comments ol ul,
.blog__area .post-comments ul ol,
.blog__area .post-comments ul ul {
  margin-bottom: 20px;
}

.blog__area .post-comments ol ol ol,
.blog__area .post-comments ol ul ul,
.blog__area .post-comments ul ol ol,
.blog__area .post-comments ul ul ul {
  margin-bottom: 0px;
}

.comments-text>ul,
.comments-text>ol {
  margin-bottom: 20px;
}

.latest-comments ul li .children .children .children .children {
  margin-left: 0;
}

.kvo-page-content>ul,
.kvo-page-content>ol,
.blog__details-content .post-text>ul,
.blog__details-content .post-text>ol,
.blog__area .latest-comments .comment-text>ul,
.blog__area .latest-comments .comment-text>ol {
  margin-bottom: 1.5rem;
  padding-left: 1.75rem;
}

.kvo-page-content ul>li,
.blog__details-content .post-text ul>li,
.blog__area .latest-comments .comment-text ul>li {
  list-style: inherit;
  margin-bottom: 7px;
}

.kvo-page-content ol>li,
.blog__details-content .post-text ol>li,
.blog__area .latest-comments .comment-text ol>li {
  list-style: decimal;
  margin-bottom: 7px;
}

.kvo-page-content ol>li:last-child,
.blog__details-content .post-text ol>li:last-child,
.blog__area .latest-comments .comment-text ol>li:last-child,
.kvo-page-content ul>li:last-child,
.blog__details-content .post-text ul:not(.blocks-gallery-grid)>li:last-child,
.blog__area .latest-comments .comment-text ul>li:last-child {
  margin-bottom: 0;
}

.kvo-page-content ol>li ol,
.blog__details-content .post-text ol>li ol,
.blog__area .latest-comments .comment-text ol>li ol,
.kvo-page-content ul>li ul,
.blog__details-content .post-text ul>li ul,
.blog__area .latest-comments .comment-text ul>li ul {
  margin-top: 7px;
}

.blog__area .blog__details-content ol,
.blog__area .blog__details-content ul,
.blog__area .latest-comments .comment-text ol,
.blog__area .latest-comments .comment-text ul {
  padding-left: 2rem;
}

.latest-comments h1,
.latest-comments h2,
.latest-comments h3,
.latest-comments h4,
.latest-comments h5,
.latest-comments h6,
.post-text h1,
.post-text h2,
.post-text h3,
.post-text h4,
.post-text h5,
.post-text h6 {
  margin: .5em 0 .5em;
}

.blog__area .post-text th,
.blog__area .post-text td,
.latest-comments th,
.latest-comments td {
  padding: .6em .8em;
}

.post-input input:focus,
.post-input textarea:focus {
  outline: none;
}

.post-input input:focus::placeholder,
.post-input textarea:focus::placeholder {
  opacity: 0;
}

.post-check input {
  margin-right: 5px;
}

.post-comment-form h4 {
  font-size: 22px;
  margin-bottom: 0;
}

.post-comment-form>span {
  display: inline-block;
  margin-bottom: 45px;
}

.comment-text .avatar-name h6 {
  font-size: 18px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
  font-family: var(--kvo-body-font);
  font-weight: 600;
  margin-top: 0;
}

.comment-reply-title {
  color: var(--kvo-heading-color);
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: inherit;
  font-size: 28px;
}

.logged-in .comment-respond .comment-form .form-grp .btn {
  margin-top: 20px;
}

.comment-text {
  overflow: hidden;
  flex-grow: 1;
}

.comment-text p img {
  margin: 7px 0;
}

.logged-in-as,
.comment-respond .comment-notes {
  margin: 0 0 25px;
  font-size: 16px;
}

.logged-in-as a {
  color: var(--kvo-primary-color);
}

.logged-in-as a:hover {
  color: var(--kvo-primary-color);
}

.logged-in-as .required-field-message {
  margin-left: 10px;
}

.comment-reply-title small {
  font-weight: 500;
  margin-left: 10px;
  color: var(--kvo-primary-color);
  font-size: .65em;
  letter-spacing: .5px;
}

.comment-content a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.b-0 {
  border: 0;
}

ul .comment-respond {
  margin-bottom: 40px;
}

.logged-in-as {
  line-height: 1.5;
  margin: 0 0 15px;
}

.comment-reply-link {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
  text-transform: capitalize;
  color: var(--kvo-heading-color);
  text-decoration: none;
  padding: 6px 15px;
  border: 1px solid #ddd;
  border-radius: 30px;
  line-height: 1;
}

.comment-reply-link:hover {
  border-color: var(--kvo-primary-color);
  background-color: var(--kvo-primary-color);
  color: var(--kvo-secondary-color) !important;
}

/*=========================
11. 404 Page
===========================*/
.error-area {
  padding: 100px 0 120px;
}

.error-content {
  text-align: center;
}

.error-content svg {
  width: 648px;
  margin-bottom: 45px;
  color: var(--kvo-primary-color);
}

@media (max-width: 1199.98px) {
  .error-content svg {
    width: 500px;
  }
}

@media (max-width: 991.98px) {
  .error-content svg {
    width: 400px;
  }
}

@media (max-width: 767.98px) {
  .error-content svg {
    width: 100%;
    margin-bottom: 30px;
  }
}

.error-content .title {
  margin-bottom: 12px;
  font-size: 60px;
}

@media (max-width: 1199.98px) {
  .error-content .title {
    font-size: 48px;
  }
}

@media (max-width: 991.98px) {
  .error-content .title {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .error-content .title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}

.error-content p {
  margin-bottom: 35px;
}

@media (max-width: 767.98px) {
  .error-content p {
    margin-bottom: 20px;
  }
}

/*========================================================
12. Responsive Media
==========================================================*/

@media (max-width: 1500px) {
  .error-content .error-text {
    font-size: 245px;
    line-height: .8;
    margin: 0 0 25px;
    letter-spacing: -8px;
  }

  .error-content .content {
    font-size: 40px;
    margin: 0 0 40px;
    letter-spacing: 0;
  }

}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
  .error-content .error-text {
    font-size: 220px;
  }

  .error-content .error-text {
    font-size: 200px;
  }

  .error-content .content {
    font-size: 36px;
  }

  .no-results.not-found {
    padding: 40px 40px;
  }

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {

  .logo,
  .sticky-menu .logo,
  .sticky-logo {
    padding: 0 0;
  }

  .error-content .error-text {
    font-size: 136px;
    line-height: .8;
    color: var(--kvo-primary-color);
    margin: 0 0 25px;
    letter-spacing: -8px;
  }

  .pagination-wrap ul {
    justify-content: center;
  }

}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {

  .admin-bar .search-popup-wrap,
  .admin-bar .transparent-header {
    margin-top: 46px;
  }

  .admin-bar .sticky-menu .search-popup-wrap,
  .admin-bar .sticky-menu,
  .admin-bar .transparent-header.sticky-menu {
    margin-top: 0;
  }

  .error-content .error-text {
    font-size: 132px;
  }

  .error-content .content {
    font-size: 24px;
    margin: 0 0 30px;
  }

  .blog__area .wp-block-quote.is-large,
  .blog__area .wp-block-quote.is-style-large {
    padding: 0 0;
    margin: 50px 0 50px;
  }

  .no-results.not-found {
    padding: 30px 25px;
  }

  .page-header h1 {
    font-size: 30px;
  }

  .blog-post-item.sticky::before {
    right: 0;
    top: 0;
  }

  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 85%;
  }

  .blog__area .wp-block-quote.has-text-align-right {
    padding: 0 0;
  }

  .blog__area .wp-block-quote.has-text-align-right::before {
    margin-left: auto;
  }

  .format-quote .post-text blockquote {
    padding: 0 0;
  }


}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .error-content .error-text {
    font-size: 175px;
  }

  .error-content .content {
    font-size: 33px;
  }

  .no-results.not-found {
    padding: 30px 35px;
  }

}




/* ======================================================= */

.tg-service-wraper .row [class*=col-] {
  padding: 0 10px;
}

.tg-service-item {
  border: 1px solid #DBDBDB;
  border-radius: 16px;
  transition: all ease 0.4s;
  margin-bottom: 20px;
}

.tg-service-wraper .tg-service-thumb img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}

.tg-service-content {
  padding: 20px 24px;
}

.tg-service-content .title {
  font-size: 26px;
  color: var(--kvo-primary-color);
  margin-bottom: 0;
  line-height: 1;
}
.tg-service-content .title span {
  opacity: 0;
  transition: all ease 0.4s;
}
.tg-service-content .title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tg-service-item:hover .tg-service-content .title a {
  color: var(--kvo-secondary-color);
}
.tg-service-item:hover .tg-service-content .title span {
  opacity: 1;
}

.tg-counter-item .elementor-counter .elementor-counter-number-prefix {
  display: none !important;
}
.forminator-custom-form{
  margin-bottom: 0 !important;
}
.forminator-row .forminator-field {
  margin-bottom: 24px !important;
}
.forminator-row.forminator-row-last .forminator-field {
  margin-bottom: 0 !important;
}
.forminator-row .forminator-field .forminator-label {
  display: block !important;
  text-transform: capitalize;
  line-height: 1 !important;
  margin-bottom: 10px !important;
  border-radius: 8px;
  font-family: "Be Vietnam Pro", sans-serif !important;
}
.forminator-row .forminator-field .forminator-input,
.forminator-row .forminator-field .forminator-select--field,
.forminator-row .forminator-field textarea {
  padding: 14px 16px !important;
  height: 52px !important;
  transition: all .3s ease-out 0s !important;
  display: block !important;
  letter-spacing: -0.5px !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
  border-radius: 8px !important;
}
.forminator-row .forminator-field .select2-selection.select2-selection--single{
  height: 52px !important;
  border-radius: 8px !important;
}
.forminator-row .forminator-field-textarea textarea{
  height: 160px !important;
}
.forminator-row .forminator-field .forminator-description{
  display: none !important;
}
.forminator-row .forminator-field .forminator-button-submit{
  display: inline-flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 16px !important;
  height: 60px !important;
  letter-spacing: -0.5px !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
  border-radius: 8px !important;
}
.forminator-row .forminator-field .forminator-button-submit:hover{
  box-shadow: none !important;
}
.tg-hero-form-wrapper .forminator-custom-form {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4% !important;
}

.tg-hero-form-wrapper .forminator-custom-form .forminator-row {
  width: 100% !important;
}

@media (min-width: 768px) and (max-width: 992px) {
  .tg-hero-form-wrapper .forminator-custom-form .forminator-row:nth-child(n+2):nth-child(-n+5) {
    width: 48% !important;
  }
}

@media (min-width: 1200px) {
  .tg-hero-form-wrapper .forminator-custom-form .forminator-row:nth-child(n+2):nth-child(-n+5) {
    width: 48% !important;
  }
}
.tg-contact-form-wrapper .forminator-custom-form {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 2% !important;
}
.tg-contact-form-wrapper .forminator-row{
  width: 100% !important;
}

@media (min-width: 1200px) {
  .tg-contact-form-wrapper .forminator-custom-form .forminator-row:nth-child(2),
  .tg-contact-form-wrapper .forminator-custom-form .forminator-row:nth-child(3),
  .tg-contact-form-wrapper .forminator-custom-form .forminator-row:nth-child(4){
    width: 32% !important;
  }
}




.tg-contact__form .form-grp {
  margin-bottom: 24px;
}

.tg-contact__form .form-grp label {
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 10px;
  color: #121112;
  font-size: 16px;
  font-weight: 400;
  font-family: "Be Vietnam Pro", sans-serif;
}

.tg-contact__form .form-grp input,
.tg-contact__form .form-grp select,
.tg-contact__form .form-grp textarea {
  width: 100%;
  background: #F5F5F5;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #7F7E7F;
  height: 52px;
  transition: all .3s ease-out 0s;
  display: block;
  letter-spacing: -0.5px;
  font-family: "Be Vietnam Pro", sans-serif;
}

.tg-contact__form .form-grp textarea {
  min-height: 160px;
  max-height: 160px;
}

.tg-contact__form .form-grp input::placeholder,
.tg-contact__form .form-grp textarea::placeholder {
  color: #7F7E7F;
}

.tg-contact__form .form-grp input:focus,
.tg-contact__form .form-grp select:focus,
.tg-contact__form .form-grp textarea:focus {
  border-color: var(--kvo-secondary-color);
}

.tg-contact__form .form-grp input:focus::placeholder,
.tg-contact__form .form-grp textarea:focus::placeholder {
  color: var(--kvo-primary-color);
}

.tg_submit__btn .wpcf7-spinner {
  display: none;
}

.tg_submit__btn {
  margin-top: 20px;
}

.tg-contact__form.tg-banner-contact__form .form-grp label {
  color: #ffffff;
}

.tg-contact__form.tg-banner-contact__form .form-grp input,
.tg-contact__form.tg-banner-contact__form .form-grp select,
.tg-contact__form.tg-banner-contact__form .form-grp textarea {
  background: #292829;
  border-color: #3A393A;
}
.tg-contact__form.tg-banner-contact__form .form-grp input:focus,
.tg-contact__form.tg-banner-contact__form .form-grp select:focus,
.tg-contact__form.tg-banner-contact__form .form-grp textarea:focus {
  border-color: var(--kvo-secondary-color);
  color: #ffffff;
}
.tg-contact__form.tg-banner-contact__form .form-grp input:focus::placeholder,
.tg-contact__form.tg-banner-contact__form .form-grp select:focus::placeholder,
.tg-contact__form.tg-banner-contact__form .form-grp textarea:focus::placeholder {
  color: #ffffff;
}