:root {
  --theme-color: #343842;
  --theme-color2: #fffde5;
  --black: #203556;
  --fa6: 'Font Awesome 6 Pro';
  --regular: 'SVN-Gilroy';
  --medium: 'SVN-GilroyMedium';
  --semi: 'SVN-GilroySemiBold';
  --bold: 'SVN-GilroyBold';
  --xbold: 'SVN-GilroyXBold';
}

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

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #555555;
  border: 2px solid #555555;
}
@font-face {
  font-family: 'SVN-Gilroy';
  src: url('fonts/SVN-Gilroy.woff2') format('woff2'),
    url('fonts/SVN-Gilroy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-GilroyXBold';
  src: url('fonts/SVN-GilroyXBold.woff2') format('woff2'),
    url('fonts/SVN-GilroyXBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-GilroySemiBold';
  src: url('fonts/SVN-GilroySemiBold.woff2') format('woff2'),
    url('fonts/SVN-GilroySemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('fonts/SVN-GilroyItalic.woff2') format('woff2'),
    url('fonts/SVN-GilroyItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-GilroyMedium';
  src: url('fonts/SVN-GilroyMedium.woff2') format('woff2'),
    url('fonts/SVN-GilroyMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-GilroyBold';
  src: url('fonts/SVN-GilroyBold.woff2') format('woff2'),
    url('fonts/SVN-GilroyBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Format theme */
body.home {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: normal;
  font-family: var(--bold);
}

p {
  margin-bottom: 0.8em;
}

p,
a,
ul,
li,
div {
  font-family: var(--regular), sans-serif;
}

.uxb-wrapper.uxb-wrapper--text {
  position: unset;
}

.uxb-wrapper.uxb-wrapper--team_member {
  width: 25%;
}

body {
  font-size: 16px;
  color: #56676d;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
  font-family: var(--regular), sans-serif;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1rem;
}

.section-title-container {
  margin-bottom: 0 !important;
}

.wpcf7-spinner,
.box-blog-post .is-divider {
  display: none;
}

.section-title-normal {
  border-bottom: 0;
}

.row-slider .flickity-page-dots {
  bottom: -10px;
}

.slider-nav-reveal {
  overflow: unset;
}

.row-slider .flickity-page-dots .dot.is-selected {
  width: 30px;
  border-radius: 10px;
}

.row-slider .flickity-page-dots .dot {
  background-color: var(--theme-color);
  opacity: 1 !important;
}

/* Header */
#header.transparent .header-main {
  height: 74px;
}
#header .icon-shopping-basket:after {
  background-color: var(--theme-color);
  right: -8px;
  top: -6px;
}

#header .icon-envelop:before {
  content: '\f0e0';
  font-family: var(--fa6);
  font-weight: 300;
}

#header .icon-phone:before {
  content: '\f095';
  font-family: var(--fa6);
  font-weight: 300;
}

#header .icon-phone {
  font-size: 14px !important;
}

#header .social-icons a {
  font-size: 16px;
  color: #777;
}

#wrapper #logo img {
  max-height: 50px !important;
}
.home #logo img {
  filter: brightness(0) invert(1);
}
.top-divider,
.home .stuck .top-divider {
  display: none;
  opacity: 1;
}
.search-no-results .page-content .search-field {
	border-top-left-radius: 99px;
	border-bottom-left-radius: 99px;
}
.search-no-results .page-content .submit-button {
	border-top-right-radius: 99px;
	border-bottom-right-radius: 99px;
}
.home .top-divider {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 1;
}
.home .stuck #logo img {
  filter: unset;
}
#header .icon-shopping-basket:before {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  background: url(./images/cart.svg) no-repeat center;
  background-size: cover;
}

#header .header-nav-main {
  justify-content: center;
}

#header .searchform {
  border: 1px solid rgba(228, 228, 228, 0.5);
  background-color: rgba(225, 225, 225, 0.51);
  border-radius: 99px;
}

#header .icon-menu:before {
  content: '\f0c9';
  font-family: var(--fa6);
}

#header .search-form {
  flex: 1;
  margin-right: 15px !important;
}

#masthead .image-icon:after {
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-family: var(--medi);
}

.search-hidden,
.menu-hidden {
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.search-hidden.show,
.menu-hidden.show {
  display: block;
}

#header .btn-info {
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  color: var(--theme-color);
  display: block;
  cursor: pointer;
  z-index: 999;
}

.header-nav-main > .menu-item {
  margin: 0px 5px;
}

.header-nav-main .menu-item a {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  padding: 3px 0px;
}

.header-nav-main > .menu-item > a {
  color: #0a0101;
  padding: 27px 12px;
  font-size: 14px;
  font-family: var(--bold);
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
#header.transparent .header-nav-main > .menu-item > a {
  color: #fff;
}
.header-nav-main > .menu-item > a:hover {
  color: #fff !important;
}
.header-nav-main > .menu-item > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  transition: all 0.3s;
  z-index: -1;
/*   clip-path: polygon(100% 0, 100% 100%, 0 calc(100% - 15px), 0 0); */
  background-color: #0a0101;
  border-color: #0a0101;
}
.header-nav-main > .menu-item.active > a:after,
.header-nav-main > .menu-item > a:hover:after {
  height: 100%;
  top: 0;
  bottom: auto;
  opacity: 1 !important;
}

.header-nav-main > .menu-item.active > a {
  color: #fff;
}

.header-nav-main .header-cart-icon {
  width: 39px;
  height: 39px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-nav-main .header-cart-icon img {
  width: 18px;
  min-width: auto;
}

.header-nav-main .cart-item {
  margin: 0 !important;
}

.header-nav-main .icon-search {
  color: #0a0101;
}
.transparent .header-nav-main .icon-search {
  color: #fff;
}
#search-lightbox .search-field {
  background-color: #fff !important;
  color: #292929 !important;
  height: 50px;
  font-size: 16px;
  padding: 0 30px;
}
#search-lightbox .searchform .button.icon {
  min-height: 50px;
  min-width: 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#search-lightbox .search-field::placeholder {
  color: #292929;
}

#search-lightbox .searchform .icon-search {
  font-size: 20px;
  color: #292929;
  transform: translateY(1px);
}
#search-lightbox .searchform .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
}

#header .menu-item .icon-angle-down {
  opacity: 1;
  transform: translateY(-2px);
  height: 22px;
  display: none;
}

#header .close-menu {
  width: 40px;
  height: 40px;
  background-color: #fafafa;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  cursor: pointer;
}

.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu {
  min-width: 250px;
  background: #27252580;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
  top: 70px;
}

.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu a {
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 9px 15px;
  display: block;
  border-bottom: 0;
  line-height: 22px;
}

.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu a:hover {
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.header-nav-main.menu-item:not(.menu-item-has-block)
  .sub-menu
  .menu-item:last-of-type
  a {
  border-bottom: 0;
}

.header-nav-main .menu-item:after,
.header-nav-main .menu-item:before {
  display: none;
}

.header-nav-main .menu-item.menu-item-has-block > .sub-menu {
  box-shadow: none;
  border-top: 1px solid #ddd;
}

#header .searchform .button.icon {
  background-color: transparent;
  border: 0;
  color: #333;
  font-size: 16px;
  box-shadow: none;
  width: 40px;
  height: 40px;
}

#header .searchform input[type='search'] {
  border: 0;
  box-shadow: none;
  height: 40px;
  color: #333;
  font-size: 14px;
  background-color: transparent;
  padding: 0 15px;
}

#header .searchform input[type='search']:placeholder {
  color: #333;
  opacity: 1;
}
.stuck .header-bg-color {
  background-color: #fff;
}
.stuck .header-nav-main .icon-search {
  color: #333;
}
/* End header */

/* about */

#wrapper .button.btn-viewall {
  color: #f86123;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: var(--bold);
  background-color: transparent;
  margin: 0;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  padding: 0;
  outline: none;
  border: 0;
  transition: all 0.25s ease-in-out;
}

#wrapper .button.btn-viewall:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: background-color 0.25s ease-in-out,
    width 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
  backface-visibility: hidden;
}

#wrapper .button.btn-viewall:hover {
  box-shadow: unset;
}
#wrapper .button.btn-viewall:after {
  content: '\f061';
  font-family: var(--fa6);
  display: inline-block;
  position: absolute;
  right: -25px;
  font-weight: 900;
  font-size: 18px;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93),
    opacity 0.2s ease-in-out;
  will-change: transform;
}
#wrapper .button.btn-viewall:hover:after {
  right: -32px;
}
#wrapper .button.btn-viewall:hover:before {
  width: 0;
}

.slider-nav-circle .flickity-button {
  width: 45px !important;
  height: 45px;
  box-shadow: 0px 3px 6px #00000029 !important;
  top: 45% !important;
  margin-top: 0 !important;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: unset !important;
  color: var(--theme-color);
  z-index: 20;
}

.slider-nav-circle:hover .flickity-button {
  opacity: 1 !important;
}

.slider-nav-circle .flickity-button svg {
  display: none;
}

.slider-nav-circle .flickity-button:before {
  font-family: var(--fa6);
  content: '\f178';
  color: inherit;
  font-weight: 300;
  font-size: 20.5px;
  width: 100%;
}

.slider-nav-circle .flickity-button.previous:before {
  content: '\f177';
}

.slider-nav-circle .flickity-button:hover {
  color: #fff;
  background: var(--theme-color2);
}

.slider-nav-circle .flickity-button:hover:before {
  color: var(--theme-color);
}

.slider .flickity-page-dots li.dot.is-selected {
  opacity: 1;
  width: 10px;
  height: 10px;
}

.slider .flickity-page-dots {
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-category ul > .menu-item-has-children > a:after {
  content: '\f0da';
  font-family: var(--fa6);
  position: absolute;
  right: 0;
  font-weight: bold;
  color: #6c757d;
}
/* sec-home-1 */
.sec-home-1 .col-left {
  padding-right: 90px;
}
.sec-home-1 .col-left h2,
.page-service-1 h2 {
  font-size: 76px;
  font-family: var(--xbold);
  letter-spacing: -1px;
  border-bottom: 1px solid #02010114;
  padding-bottom: 25px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.sec-home-1 .col-left h3 {
  font-size: 32px;
  font-family: var(--medium);
  margin-bottom: 10px;
}
.sec-home-1 .col-left p {
  font-family: var(--medium);
}
.sec-home-1 .col-left p:last-of-type {
  margin-bottom: 40px;
}
.sec-home-1 .col-left ul,
.page-service-1 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}
.sec-home-1 .col-left ul li,
.page-service-1 ul li {
  color: #203556;
  font-family: var(--medium);
  margin-left: 0;
  position: relative;
  padding-left: 20px;
}
.sec-home-1 .col-left ul li:before,
.page-service-1 ul li:before {
  content: '\2b';
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 25px;
  line-height: 1;
}
.sec-home-1 .col-right .text-number p:first-of-type {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333;
  text-shadow: none;
  font-size: 100px;
  line-height: 1;
  font-family: var(--semi);
  letter-spacing: -1px;
  border-bottom: 1px solid #d9dde6;
  padding-bottom: 15px;
}
.sec-home-1 .col-right .text-number p:nth-of-type(2) {
  color: #203556;
  font-size: 20px;
  font-family: var(--bold);
  margin-bottom: 0;
}
.sec-home-1 .col-right .text-number:not(:last-of-type) {
  margin-bottom: 35px;
}
#main .sec-home-1 {
  padding-bottom: 40px;
}
/* End sec-home-1 */
/* sec-home-2 */
.sec-home-2 .section-bg-overlay {
  background-color: transparent;
  background-image: linear-gradient(0deg, #030303 19%, #ffffff00 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#main .sec-home-2 {
  padding-top: 315px;
  padding-bottom: 20px;
}
#main .sec-home-2 .section-bg,
#main .sec-home-3 .section-bg {
  background-attachment: fixed;
}
.sec-home-2 .text-run {
  position: relative;
}
.sec-home-2 .text-run ul:first-of-type {
  display: flex;
  align-items: baseline;
  list-style: none;
  white-space: nowrap;
  margin-bottom: 0;
  /* animation: qode-move-horizontal-normal-text-marquee 12s linear infinite; */
}
.sec-home-2 .text-run ul li {
  font-size: 90px;
  color: transparent !important;
  text-shadow: none;
  -webkit-text-stroke-color: #dbfdd3e8;
  -webkit-text-stroke-width: 1px;
  margin: 0;
  line-height: 1;
  font-family: var(--medium);
  text-transform: uppercase;
  padding: 15px 0.5em;
}
.sec-home-2 .text-run ul:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(100%) translateZ(0);
  animation: qode-move-horizontal-normal-text-marquee-copy 31s linear infinite;
  display: flex;
  align-items: baseline;
  list-style: none;
  white-space: nowrap;
}
/* End sec-home-2 */
/* sec-home-3 */
#main .sec-home-3 {
  padding-top: 96px;
  padding-bottom: 80px;
}
.sec-home-3 .col-icon .col-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.sec-home-3 .col-icon .col-inner:before {
  content: '';
  width: calc(100% - 200px);
  border-bottom: 1px solid #fffce7;
  position: absolute;
  top: 50px;
  left: 100px;
}

.sec-home-3 .icon-box .icon-box-img {
  width: 100px !important;
  height: 100px;
  border-radius: 50px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.sec-home-3 .icon-box .icon {
  width: 65px;
}
.sec-home-3 .icon-box-text h3 {
  font-size: 20px;
  color: var(--theme-color2);
  font-family: var(--semi);
  text-align: center;
}
.sec-home-3 .icon-box-text p {
  color: #fffee799;
}

/* End sec-home-3 */
/* sec-home-4 */
.sec-home-4 .col-title h2,
.sec-home-5 .col-title h2 {
  font-size: 50px;
  font-family: var(--xbold);
  text-transform: capitalize;
  padding-bottom: 24px;
  border-bottom: 1px solid #02010114;
}
#wrapper .sec-home-4 .button.btn-viewall,
#wrapper .sec-home-5 .button.btn-viewall {
  margin-left: auto;
  display: block;
  position: absolute;
  right: 0;
  top: 34px;
}
.sec-home-4 .col-title p,
.sec-home-5 .col-title p {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 24px;
}
.sec-home-4 .col-left .tabbed-content .nav-vertical {
  width: 110px;
}
.sec-home-4 .col-left .nav-vertical + .tab-panels {
  border: 0;
  padding: 0 0 0 20px;
  flex: 1;
}
.sec-home-4 .col-left .nav-vertical + .tab-panels p {
  font-size: 18px;
  line-height: 30px;
}
.sec-home-4 .col-left .nav a:before {
  display: none;
}
.sec-home-4 .col-left .nav .tab {
  border-top: 0;
}
.sec-home-4 .col-left .nav .tab a {
  font-size: 22px;
  font-weight: normal;
  text-decoration: underline;
  line-height: 40px;
  letter-spacing: 1px;
  word-spacing: 0px;
  padding: 0% 0% 0% 0%;
  color: #20355659;
  font-family: var(--semi);
}
.sec-home-4 .col-left .nav .tab.active a {
  color: var(--theme-color);
}
.sec-home-4 .col-left {
  flex-basis: 60%;
  max-width: 60%;
  padding-right: 40px;
}
.sec-home-4 .col-right {
  flex-basis: 40%;
  max-width: 40%;
}
/* .sec-home-4 .col-right .img {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: left;
  will-change: transform;
} */
/* 
.sec-home-4 .col-right .img:nth-last-child(6) {
  transform: translateX(calc(-1 * 5 * 11px)) translateY(calc(-1 * 5 * 11px));
}

.sec-home-4 .col-right .img:nth-child(5) {
  transform: translateX(calc(-1 * 4 * 11px)) translateY(calc(-1 * 4 * 11px));
}

.sec-home-4 .col-right .img:nth-child(4) {
  transform: translateX(calc(-1 * 3 * 11px)) translateY(calc(-1 * 3 * 11px));
}

.sec-home-4 .col-right .img:nth-child(3) {
  transform: translateX(calc(-1 * 2 * 11px)) translateY(calc(-1 * 2 * 11px));
  z-index: 8;
}

.sec-home-4 .col-right .img:nth-child(2) {
  transform: translateX(calc(-1 * 1 * 11px)) translateY(calc(-1 * 1 * 11px));
  z-index: 9;
}

.sec-home-4 .col-right .img:nth-child(1) {
  transform: translateX(calc(-1 * 0 * 11px)) translateY(calc(-1 * 0 * 11px));
  z-index: 10;
} */
.sec-home-4 .col-right .flickity-viewport {
  /* overflow: unset; */
}
.sec-home-4 .slider-nav-circle .flickity-button {
  opacity: 1;
  top: unset !important;
  bottom: -50px;
  box-shadow: none !important;
  color: var(--theme-color) !important;
  background-color: unset !important;
}
.sec-home-4 .slider-nav-circle .flickity-button.previous {
  left: 0;
}
.sec-home-4 .slider-nav-circle .flickity-button.next {
  left: 40px;
}
/* End sec-home-4 */
/* sec-home-5 */
.sec-home-5 .flickity-button {
  display: none;
}
/* End sec-home-5 */
.box-blog-post .box-text .post-title a {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--bold);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  margin-top: 0;
}

.box-blog-post:hover .box-text .post-title a {
  color: var(--theme-color);
}

.box-blog-post .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #787878;
  margin: 0;
}

.blog-archive .list-project .box-text-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-archive .list-project .text-hide {
  flex-shrink: 0;
}
.blog-archive .list-project .button {
  flex-shrink: 0;
  margin: 0;
  background-color: var(--theme-color);
  opacity: 1;
  border: 0;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  height: 28px;
  min-height: 28px;
  border-radius: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  line-height: 1;
  margin-left: 15px;
}

.blog-archive .list-project .overlay {
  background: linear-gradient(
    to top,
    var(--theme-color),
    rgba(152, 125, 64, 0.1)
  );
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.blog-archive .list-project .box-image:hover .overlay {
  opacity: 1;
}

/* slider-home */
.slider-home .img .img-inner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 40px;
  background: url(./images/stripe.png) repeat-x left center/auto 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.slider-home .banner .text-box-content {
  max-width: 550px;
}
.slider-home .banner h2 {
  margin-top: 0;
  line-height: 1.3;
  font-size: 50px;
  opacity: 0;
  transform: translateX(100px);
  transition: all 800ms ease;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-shadow: 2px 6px 8px #292929;
}
.slider-home .banner.is-selected h2 {
  opacity: 1;
  transform: translateX(0px);
}
.slider-home .banner p {
  opacity: 0;
  transform: translateX(100px);
  transition: all 800ms ease;
}
.slider-home .banner.is-selected p {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 200ms;
}

#main .slider .flickity-page-dots li.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 1;
  background-color: var(--theme-color);
  margin: 0 10px;
  position: relative;
  border: 0;
  opacity: 0.5;
}

#main .slider .flickity-page-dots li.is-selected {
  opacity: 1;
  width: 10px;
  height: 10px;
}

#main .slider-home .slider .flickity-page-dots {
  bottom: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  width: 40px;
  left: unset;
  overflow: unset;
}
#main .slider-home .flickity-page-dots {
  counter-reset: slider-counter;
}
#main .slider-home .slider .flickity-page-dots .dot {
  counter-increment: slider-counter;
}
#main .slider-home .flickity-page-dots .dot:before {
  content: '0' counter(slider-counter);
}
#main .slider-home .slider .flickity-page-dots .dot {
  background-color: transparent;
  width: 40px;
  height: 40px;
  opacity: 0.5;
  color: #fff;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--semi);
  letter-spacing: 0.5px;
  margin: 0 0 11px;
  position: relative;
}
#main .slider-home .slider .flickity-page-dots .dot.is-selected {
  opacity: 1;
}
#main .slider-home .slider .flickity-page-dots .dot:after {
  content: '';
  position: absolute;
  right: 20px;
  background: #fff;
  height: 1px;
  width: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  border-radius: 3px;
  opacity: 0;
}
#main .slider-home .slider .flickity-page-dots .dot.is-selected:after {
  right: 35px;
  width: 50px;
  opacity: 1;
}
/* End slider-home */

.slider_projects .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_projects .slick-arrow {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
}

.slider_projects .slick-arrow.slick-next {
  left: unset;
  right: 30px;
}

.slider_projects .slick-arrow i {
  font-size: 40px;
}

.sec-home-6 .gallery-col img {
  object-fit: contain;
}
.sec-home-6 .gallery-col .box {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 5px 1rem;
}
.sec-home-6 .flickity-button {
  display: none;
}
.sec-home-6 .title h2 {
  font-size: 40px;
}
/* Footer */
.back-to-top.button {
  border: 0;
  font-weight: normal;
  text-align: center;
  position: fixed;
  bottom: 90px;
  right: -50px;
  cursor: pointer;
  color: black;
  font-size: 14px;
  transform: rotate(-90deg);
  z-index: 99;
  background-color: transparent !important;
}

.absolute-footer {
  background-color: var(--theme-color);
  border-top: 1px solid #e1e1e187;
}

.absolute-footer .copyright-footer {
  color: #e1e1e1;
  width: 100%;
  text-align: center;
}

#footer .form-footer {
  background-color: #f4f4f4;
  padding-top: 30px;
  margin-bottom: -35px;
}

#footer .form-footer .col-form > .col-inner {
  background-color: #fff;
  padding: 20px 12px 20px 12px;
  border-radius: 5px;
}

#footer .form-footer .title p {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: var(--bold);
}

#footer .form-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 50px;
}

#footer .form-contact input {
  box-shadow: none;
  border-radius: 5px;
  height: 40px;
  font-size: 15px;
}

#footer .form-contact label {
  font-size: 15px;
  font-weight: normal;
}

#footer .form-contact textarea {
  box-shadow: none;
  border-radius: 5px;
  min-height: 80px;
  margin-bottom: 8px;
}

#footer .form-contact .form-submit button {
  margin: 0;
  width: 100%;
  border-radius: 5px;
  font-weight: normal;
  font-family: var(--semi);
}

#footer .form-contact .col-left input {
  margin-bottom: 20px;
}

#footer .sec-menu {
  padding-bottom: 10px;
  background-color: var(--theme-color);
  padding-top: 60px;
}

#footer .sec-form .title {
  text-align: center;
}

#footer .sec-form .title h5 {
  display: inline-block;
  color: var(--theme-color);
  font-size: 18px;
  font-family: var(--bold);
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#footer .sec-form .title h3 {
  line-height: 1;
  color: #fff;
  font-size: 66px;
  font-family: var(--garamond);
  text-transform: uppercase;
}

#footer .sec-form form {
  margin-bottom: 0;
}

#footer .sec-menu .sec-menu {
}

#footer .sec-menu .col-3 a {
	color: white;
	margin-bottom: 10px;
}
#footer .sec-menu .col-3 i {
	margin-right: 10px;
	font-size: 18px;
}
#footer .sec-menu .col-3 .list-social {
	display: flex;
	flex-direction: column;
}

#footer .col-1 .img {
  max-width: 170px;
}

#footer .menu strong,
#footer .col-4 p:first-of-type {
  min-height: unset;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  font-family: var(--semi);
  margin-bottom: 22px !important;
  padding: 0;
  text-transform: uppercase;
  font-family: var(--bold);
  position: relative;
  display: block;
}

#footer .menu strong:before {
  position: absolute;
  content: '';
  height: 2px;
  background-color: var(--theme-color2);
  bottom: -5px;
  width: 40px;
}

#footer .menu ul {
  list-style: none;
  margin-bottom: 0;
}

#footer .menu ul li {
  margin-left: 0;
}

#footer .menu a {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  min-height: unset;
  padding: 7.5px 0px;
  position: relative;
  padding-left: 20px;
}

#footer .col-1 .logo-footer {
  filter: brightness(0) invert(1);
}

#footer .col-1 .text p {
  color: #fff;
  font-size: 15px;
}

#footer .menu a:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 12px;
}

#footer .menu a:hover {
  text-decoration: UNDERLINE;
}

/* End Footer */
/* Page aboutus */
.blog-wrapper.page-wrapper {
  padding: 0;
}

.blog-wrapper .archive-page-header {
  position: relative;
}

.blog-wrapper .archive-page-header .banner-bg,
.blog-wrapper .header-single .banner-bg,
.page-banner .banner-bg,
.shop-page-title.category-page-title .banner-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-wrapper .archive-page-header .col,
.blog-wrapper .header-single .col,
.page-banner .col {
  padding: 280px 15px 180px;
  z-index: 3;
}

.blog-wrapper .archive-page-header .banner-bg:before,
.blog-wrapper .header-single .banner-bg:before,
.shop-page-title.category-page-title .banner-bg:before,
.page-banner .banner-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background: #000000;
}

/* blog-archive */
.blog-main {
  padding-top: 60px;
}

.blog-wrapper.blog-archive {
  padding-top: 0;
  background: rgb(246, 245, 242);
}

.blog-wrapper .archive-page-header {
  position: relative;
}

.blog-wrapper .archive-page-header .banner-bg,
.blog-wrapper .header-single .banner-bg,
.page-banner .banner-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-wrapper .archive-page-header .col,
.blog-wrapper .header-single .col,
.page-banner .col {
  padding: 226px 15px 40px;
  z-index: 3;
}

.blog-wrapper .archive-page-header h1.page-title,
.blog-wrapper .header-single h2,
.page-banner h1.entry-title {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 12px;
  margin-top: 0;
  color: #fff;
  text-align: left;
}

.blog-wrapper .archive-page-header .banner-bg:before,
.blog-wrapper .header-single .banner-bg:before,
.page-banner .banner-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.5;
}

.blog-single .rank-math-breadcrumb span:last-of-type,
.blog-single .rank-math-breadcrumb span:nth-last-of-type(2) {
  display: none;
}

.rank-math-breadcrumb p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  font-family: var(--medi);
}

.blog-archive .rank-math-breadcrumb span:nth-of-type(n + 3) {
  display: none;
}

.rank-math-breadcrumb .separator {
  position: relative;
  margin: 0 12px;
  width: 10px;
  display: inline-block;
}

.blog-archive .blog-main {
  padding-top: 50px;
  position: relative;
}

.blog-wrapper.blog-archive {
  padding-top: 0;
  background: #f4f4f4;
}

.blog-archive .box-blog-post,
.sec-home-5 .box-blog-post {
  border: 1px solid rgb(195 196 198 / 53%);
}

.blog-archive .box-blog-post .box-text,
.sec-home-5 .box-blog-post .box-text {
  background: #fff;
  padding: 30px 30px 20px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}

.blog-archive .box-blog-post .is-link {
  font-size: 16px;
  font-weight: normal;
  font-family: var(--semi);
  color: var(--theme-color2);
}

.blog-archive .box-blog-post .is-link:after {
  content: '\2b';
  font-family: var(--fa6);
}

.blog-archive .box-blog-post .is-link:hover {
  color: var(--theme-color);
}

.blog-archive .box-blog-post .post-meta,
.sec-home-5 .box-blog-post .post-meta {
  opacity: 1;
  font-size: 16px;
  color: #343a40;
  margin-bottom: 6px;
}

.blog-archive .box-blog-post .post-meta:before,
.sec-home-5 .box-blog-post .post-meta:before {
  content: '\f017';
  font-family: var(--fa6);
  margin-right: 5px;
}

.blog-archive .box-blog-post .post-title a,
.sec-home-5 .box-blog-post .post-title a {
  font-size: 18px;
  line-height: 26px;
  height: 46px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
}

.blog-archive .box-blog-post .post-title,
.sec-home-5 .box-blog-post .post-title {
  margin: 0 0 14px;
  position: relative;
  padding-bottom: 15px;
}

.blog-archive .box-blog-post .post-title:before,
.sec-home-5 .box-blog-post .post-title:before {
  content: '';
  width: 60%;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
}

.blog-archive .box-blog-post .badge.post-date {
  right: 30px;
  left: unset;
  top: -37px;
}

.blog-archive .box-blog-post .badge .badge-inner {
  width: 74px;
  height: 74px;
  background-color: var(--theme-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
  box-shadow: 0 0 0 3px #fff;
  border-radius: 50%;
}

.blog-archive .box-blog-post:hover .badge .badge-inner {
  box-shadow: 0 0 0 3px var(--theme-color);
}

.blog-archive .box-blog-post .badge .post-date-day {
  font-size: 24px;
  margin-bottom: 4px;
  display: block;
  font-family: var(--semi);
  font-weight: normal;
}

.blog-archive .box-blog-post .badge .post-date-month {
  font-size: 12px;
  font-family: var(--medi);
  font-weight: normal;
  margin-top: 2px;
}

.blog-archive .list-project .box-blog-post .box-text {
  padding: 20px;
}

.blog-archive .list-project .box-blog-post .post-title:before {
  display: none;
}

.blog-archive .list-project .box-blog-post .post-title {
  margin: 0;
  padding: 0;
}

.blog-archive .list-project .box-blog-post {
  border: 0;
}

.blog-archive .list-project .box-blog-post .post-title a {
  margin-bottom: 0;
  -webkit-line-clamp: 1;
  height: auto;
  text-transform: none;
  font-size: 16px;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  border: 1px solid;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: normal;
  font-family: var(--medi);
  color: var(--theme-color) !important;
}

#main .nav-pagination > li > span.current {
  color: #fff !important;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.nav-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px !important;
}

.nav-pagination > li > a:hover {
  color: #fff !important;
}

.nav-pagination .icon-angle-right:before {
  content: '\f061';
  font-family: var(--fa6);
  font-weight: 300;
}

.nav-pagination .icon-angle-left:before {
  content: '\f060';
  font-family: var(--fa6);
  font-weight: 300;
}

/* End blog-archive */
/* blog-single */

.blog-share {
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  border-top: 2px dotted rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin-top: 50px;
}

.blog-share .social-icons {
}

.blog-share .social-icons span {
  font-size: 16px;
  font-weight: normal;
  padding-right: 0;
  margin-bottom: 10px;
  color: #515151;
  font-family: var(--semi);
}

.blog-share a.icon {
  color: var(--theme-color);
  font-size: 18px;
  margin: 5px 10px;
}

.single .featured-title .page-title-inner {
  min-height: unset !important;
  padding: 280px 15px 180px;
}

.single .featured-title .entry-title {
  font-size: 50px;
  font-family: var(--garamond);
  margin-bottom: 0;
}

.header-single {
  margin-bottom: 30px;
}

.single .blog-single .entry-content {
  padding: 0;
}

.blog-single h1.entry-title {
  font-size: 34px;
}

.box-postdate span {
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 50px;
  z-index: 2;
  position: relative;
  background-color: var(--theme-color);
}

.box-postdate span:before {
  content: '\f017';
  font-family: var(--fa6);
  font-weight: bold;
  margin-right: 5px;
}

.box-postdate {
  position: relative;
}

.box-postdate:before {
  content: '';
  width: 100%;
  display: block;
  border-bottom: 1px solid #51515121;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.blog-featured-title + #main .post-sidebar {
  padding: 0 15px 0 0px;
}

.post {
  margin-bottom: 0;
}

.row-divided > .col + .col:not(.large-12) {
  border: 0;
}

.post {
  margin-bottom: 0;
}

.row-divided > .col + .col:not(.large-12) {
  border: 0;
}

.post-sidebar .featured-posts .title-post {
  font-size: 26px;
  margin-bottom: 19px;
  line-height: 1.5;
}

.post-sidebar .featured-posts .box-blog a {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.post-sidebar .featured-posts .box-blog .box-image {
  width: 35%;
  flex-shrink: 0;
}

.post-sidebar .featured-posts h3 {
  color: #070707;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-family: var(--semi);
}

.post-sidebar .featured-posts .box:hover h3 {
  color: var(--theme-color);
}

.post-sidebar .featured-posts .box img {
  transition: all 0.3s ease;
}

.post-sidebar .featured-posts .box:hover img {
  transform: scale(1.1);
}

.post-sidebar .featured-posts .box-blog .box-text {
  padding: 10px 10px 10px 15px;
}

.post-sidebar .featured-posts .box-blog:last-of-type a {
  border: 0;
}

/* End blog-single */

/* 	404 */
	
.error404 .col-404 .box-image {
	width: 45%;
	margin-bottom: 15px;
}
.error404 .col-404 .page-title {
	font-size: 1.25em;
}
.error404 .col-404 p {
	font-size: 18px;
}
.error404 .col-404 a.btn-ha {
	background-color: var(--theme-color);
	border-radius: 99px;
	padding: 10px 20px 10px 20px;
	color: white;
	font-size: 18px;
	display: unset;
}
.error404 .col-404 a.btn-ha:hover {
	background-color: white;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	box-shadow: unset;
}
.error404 .site-main {
	padding-top: 0;
}
.error404 .error-404 {
	margin-bottom: 20px;
}
	
/* 	end 404 */

/* page-contact */
.page-contact .wpcf7-response-output {
	display: none;
}
.page-contact .wpcf7 .wpcf7-not-valid-tip {
	background-color: unset;
	font-size: 13px;
	margin-top: 0;
}
.page-contact .wpcf7 .wpcf7-not-valid-tip:after {
	display: none;
}
.page-contact .img {
  max-width: 500px;
  margin-left: auto;
}

#main .page-contact {
  padding-bottom: 0;
}

.page-contact .info-contact h2 {
  font-size: 40px;
}

.page-contact .info-contact ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
}

.page-contact .info-contact ul li {
  margin-left: 0;
	display: flex;
	align-items: baseline;
}

.page-contact .info-contact li i {
  background-color: #ebeef1;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 12px;
}

.page-contact .form-contact .col-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

.page-contact .form-contact .wpcf7-form-control-wrap:nth-of-type(n + 3) {
  grid-column: span 2;
}

.page-contact .form-contact .col-content input {
  margin-bottom: 0;
  height: 50px;
  box-shadow: none;
  border: 1px solid #e6eaf3;
}

.page-contact .form-contact .col-content textarea {
  box-shadow: none;
  border: 1px solid #e6eaf3;
}

.page-id-45 #footer .form-footer {
  display: none;
}

/* End page-contact */
/* page-about*/

.page-about-1 .col-text h5 {
  text-transform: uppercase;
  color: #f86123;
}
.page-about-1 .col-text h2,
.page-about-2 .title h2 {
  font-size: 46px;
  font-family: var(--xbold);
}
.page-about-1 .col-text p {
  font-size: 17px;
  color: #666;
  font-family: var(--medium);
}
.page-about-1 .row-bottom {
  margin-top: -100px;
}
.page-about-1 .row-bottom .col-left {
  padding-left: 60px;
  flex-basis: 72%;
  max-width: 72%;
}
.page-about-1 .row-bottom .col-right {
  flex-basis: 28%;
  max-width: 28%;
}
.page-about-1 .row-bottom .col-left > .col-inner {
  padding: 35px 45px;
  background-color: #f86123;
  color: #fff;
  position: relative;
}
.page-about-1 .row-bottom .col-left > .col-inner:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-image: url('/wp-content/themes/flatsome-child/images/slider-bg-map-1.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.05;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.page-about-1 .row-bottom .col-left p {
  position: relative;
}
.page-about-1 .row-bottom .text-top p {
  font-size: 17px;
  margin-bottom: 30px;
}
.page-about-1 .row-bottom .stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.page-about-1 .row-bottom .stack .text {
  display: flex;
  align-items: center;
  position: relative;
}
.page-about-1 .row-bottom .stack .text:before {
  content: '';
  width: 0;
  height: 100%;
  border-right: 1px dashed #ffffff69;
  position: absolute;
  right: -15px;
}
.page-about-1 .row-bottom .stack .text:last-of-type:before {
  display: none;
}
.page-about-1 .row-bottom .stack .text p:first-of-type {
  font-size: 50px;
  font-family: var(--bold);
  width: 90px;
  line-height: 1;
  margin-bottom: 0;
}
.page-about-1 .row-bottom .stack .text p:nth-of-type(2) {
  font-size: 18px;
  font-family: var(--medium);
}
.page-about-1 .row-bottom .icon-box {
  padding: 20px;
  background-color: #f8e4e4;
}
.page-about-1 .row-bottom .icon-box h5 {
  margin-bottom: 0;
  font-size: 16px;
  color: #666;
  font-family: var(--semi);
}
.page-about-1 .row-bottom .icon-box p {
  font-size: 24px;
  font-family: var(--bold);
  color: #f86123;
}
.page-about-1 .row-bottom .icon-box-img {
  width: 55px !important;
  height: 55px;
  background-color: #f86123;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-about-1 .row-bottom .icon-box-img svg {
  padding-top: 0;
}
.page-about-1 .row-bottom .icon-box-img .icon {
  width: 28px;
  height: 28px;
}
#main .page-about-2 .col {
  padding-bottom: 0;
}
#main .page-about-2 .box {
  display: flex;
  flex-direction: column;
  grid-gap: 60px;
}
#main .page-about-2 .box:before {
  content: '';
  width: 17px;
  height: 17px;
  background-color: var(--theme-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main .page-about-2 .box-image {
  width: 100%;
}
#main .page-about-2 .col:nth-of-type(2n) .box-text {
  order: -1;
  display: flex;
  align-items: flex-end;
}

#main .page-about-2 .box-text {
  height: 230px;
  padding: 0;
}
#main .page-about-2 .image-cover {
  padding-top: 230px !important;
}
#main .page-about-2 .flickity-viewport:before {
  content: '';
  width: calc(100% - 36px);
  height: 1px;
  background-color: #20355675;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
}
#main .page-about-2 .slider-nav-circle .flickity-button {
  opacity: 1;
  box-shadow: none !important;
  background-color: transparent;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
#main .page-about-2 .slider-nav-circle .flickity-button.previous {
  left: 0;
}
#main .page-about-2 .flickity-button.previous:before {
  content: '\f060';
  font-size: 30px;
}
#main .page-about-2 .flickity-button.next {
  right: 0;
}
#main .page-about-2 .flickity-button.next:before {
  content: '\f061';
  font-size: 30px;
}
#main .page-about-2 .box-text h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
#main .page-about-2 .slider-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#main .page-about-2 {
  padding-top: 0;
}

.page-about-3 .col-icon .box-image {
  /* top: -37px; */
  overflow: unset;
}
.page-about-3 .col-icon .box-image img {
  object-fit: contain;
  height: 250px;
  margin-top: -37px;
}
.page-about-3 .col-icon h4 {
  font-size: 25px;
  font-family: var(--xbold);
  margin-bottom: 20px;
}
.page-about-3 .box {
  padding: 0 50px 40px 50px;
  box-shadow: 0 10px 50px 0 rgba(4, 16, 38, 0.06);
  background-color: #fff;
  transition: all 0.3s;
}
.page-about-3 .box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
/*   border: 8px solid var(--theme-color); */
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-about-3 .box:hover:before {
  opacity: 1;
}
.page-about-3 .box:hover {
  transform: translate(-15px, -15px);
  cursor: pointer;
}
.page-about-3 .col-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: repeating-linear-gradient(
    -45deg,
    #fff,
    #fff 2.5px,
    var(--theme-color) 4px,
    var(--theme-color) 0
  );
}

.page-about-3 .box .box-text {
  padding: 0;
}
#main .page-about-3 {
  padding-top: 80px;
}
.page-about-3 .col-inner,
.page-about-3 .col-inner .box {
  height: 100%;
}
/* End page-about */
/* page-service */
#main .page-service-1 {
  padding-bottom: 0;
}
#main .page-service-2 .accordion-title {
  padding: 20px;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #ebebeb;
  font-size: 20px;
  font-weight: normal;
  font-family: var(--semi);
  position: relative;
}
#main .page-service-2 .accordion-inner {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 20px 0;
}
.page-service-2 .accordion-inner p {
  font-size: 17px;
  font-family: var(--medium);
}
.page-service-2 .icon-angle-down:before {
  content: '\2b';
  font-family: var(--fa6);
}
.page-service-2 .accordion-title .toggle {
  margin: 0;
  font-size: 15px;
  right: 0;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  right: 20px;
}
.page-service-2 .accordion-title.active .icon-angle-down:before {
  content: '\f068';
}
#main .page-service-2 .row:nth-of-type(2) {
  margin-top: 15px;
}
/* End page-service */
#main .slider-home .img .img-inner,
#main .slider-home .banner {
  padding-top: 100vh !important;
}
.admin-bar #main .slider-home .img .img-inner,
.admin-bar #main .slider-home .banner {
  padding-top: calc(100vh - 32px) !important;
}
@media screen and (min-width: 1024px) {
}
@media screen and (max-width: 1199.98px) {
  .sec-home-1 .col-left h2,
  .page-service-1 h2,
  .sec-home-4 .col-title h2,
  .sec-home-5 .col-title h2 {
    font-size: 55px;
  }
  .sec-home-1 .col-left {
    padding-right: 50px;
  }
  .sec-home-1 .col-right .text-number p:first-of-type {
    font-size: 80px;
  }
  #main .sec-home-1 {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  #wrapper .sec-home-4 .button.btn-viewall,
  #wrapper .sec-home-5 .button.btn-viewall {
    margin-right: 30px;
  }
  .sec-home-4 .col-left .nav-vertical + .tab-panels p {
    font-size: 16px;
  }
  #main .sec-home-4 {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .page-about-1 .col-text h2,
  .page-about-2 .title h2 {
    font-size: 32px;
  }
  .page-about-1 .row-bottom {
    margin-top: 0;
  }
  .page-about-1 .row-bottom .col-left {
    padding-left: 15px;
  }
  .page-about-1 .row-bottom .col-left > .col-inner {
    padding: 30px;
  }
  .page-about-3 .box {
    padding: 0 30px 30px;
  }
  .page-about-1 .col-text h2,
  .page-about-2 .title h2 {
    font-size: 28px;
  }
  .page-service-2 .row:nth-of-type(2n) .col-img {
    order: -1;
  }
}
@media screen and (max-width: 1199.98px) and (min-width: 850px) {
}

@media screen and (min-width: 850px) {
  #footer .col-1 {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }

  #footer .col-2,
  #footer .col-3 {
    flex-basis: 18.667%;
    max-width: 18.667%;
  }

  #footer .col-4 {
    flex: 1;
    max-width: unset;
  }
  .page-about-1 .col-img {
    padding-right: 30px;
  }
}

@media screen and (max-width: 849.98px) {
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title,
  .category-page-title h1.shop-page-title,
  .single .featured-title .entry-title {
    font-size: 40px;
  }

  .row.blog-top {
    background-color: transparent;
  }

  .blog-archive .blog-main:before,
  .blog-archive .project-main:before {
    opacity: 0.5;
  }

  .row.blog-top .col-left .button.btn-viewall {
    margin: 5px 0 30px;
  }

  .row.blog-top .col-right .img {
    margin-bottom: 0;
  }

  .row.blog-top {
    margin-bottom: 40px;
  }

  .row.blog-top .col-left {
    padding: 15px;
  }

  .blog-share {
    order: 1;
    padding: 0 15px 30px;
  }

  .blog-share .social-icons {
    flex-direction: row;
    justify-content: flex-end;
  }

  .blog-share .social-icons {
    margin-top: 15px;
  }

  .blog-share .social-icons span {
    margin-bottom: 0;
  }

  .single .post-sidebar {
    order: 2;
  }

  .single .large-7.col {
    padding-bottom: 10px;
  }

  .entry-content {
    padding-bottom: 0;
  }

  .blog-single h1.entry-title {
    font-size: 24px;
  }

  #header .btn-menumobi {
    font-size: 22px;
    color: #292929;
  }

  #header .btn-menumobi {
    width: 22px;
    height: 16px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  #header .btn-menumobi span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--theme-color2);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #header .btn-menumobi span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 80%;
    left: 20%;
  }

  #header .btn-menumobi span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 2px;
  }

  #header .btn-menumobi.active span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  #header .btn-menumobi.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
    left: 2px;
  }

  .header-main li.html.custom {
    display: block;
    margin-right: 12px;
  }

  #main-menu.mobile-sidebar .menu-item {
    border: 0;
  }

  #main-menu.mobile-sidebar .menu-item a {
    color: #212121;
    padding: 14px 30px 14px 30px;
    font-size: 16px;
    font-weight: 500;
  }

  #main-menu.mobile-sidebar .menu-cate {
    order: -3;
    background-color: #fff;
    padding: 15px;
  }

  #main-menu.mobile-sidebar .menu-cate > a {
    background: linear-gradient(
      290.37deg,
      rgba(138, 189, 164, 0.5) 9.78%,
      rgba(218, 240, 180, 0.5) 109.56%
    );
    border-radius: 8px;
    border-top: 0;
  }

  #main-menu.mobile-sidebar .menu-cate > a:before {
    content: '\f550';
    font-family: var(--fa6);
    margin-right: 6px;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .nav:not(.nav-slide) .active > .children {
    padding-bottom: 0;
  }

  #main-menu.mobile-sidebar .menu-cate .toggle {
    position: absolute;
    z-index: 2;
    right: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    top: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  #main-menu.mobile-sidebar .menu-cate .toggle i:before {
    content: '\f0d7';
    font-family: var(--fa6);
    font-weight: 700;
    color: var(--theme-color);
    font-size: 20px;
  }

  #main-menu.mobile-sidebar .menu-topmobi {
    order: -2;
    background-color: #fff;
    padding: 0 15px;
  }

  #main-menu.mobile-sidebar .menu-topmobi:nth-of-type(1) {
    border-top: 0;
  }

  #main-menu.mobile-sidebar .menu-topmobi .toggle {
    position: absolute;
    z-index: 2;
    right: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    top: 10px;
  }

  #main-menu.mobile-sidebar .menu-topmobi .toggle i {
    font-size: 20px;
  }

  #masthead .image-icon img {
    max-width: 18px;
  }

  #masthead .image-icon:after {
    top: -14px;
    right: -14px;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }

  .mobile-nav .icon-menu {
    color: var(--theme-color);
    margin-right: 15px;
  }
  .transparent .mobile-nav .icon-menu {
    color: #fff;
  }
  .mobile-nav .icon-menu:before {
    content: '\f0c9';
    font-family: var(--fa6);
  }

  .off-canvas-right .mfp-content {
    padding: 0;
    margin: 0;
    background-color: #fafafa;
    width: 375px;
  }

  .mobile-sidebar .logo-mobile {
    padding: 30px;
    border-bottom: 1px solid #ddd;
  }

  .mobile-sidebar .logo-mobile img {
    height: 56px;
    object-fit: contain;
  }

  .mfp-close {
    opacity: 1 !important;
    top: 30px;
    right: 30px;
  }

  .mobile-sidebar .info_menu {
    margin-top: auto;
    display: block;
    padding: 0 30px 30px;
  }

  .mobile-sidebar .info_menu ul {
    list-style: none;
  }

  .mobile-sidebar .info_menu ul li {
    color: #777;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
  }

  .mobile-sidebar .info_menu ul li i {
    position: absolute;
    left: 0;
    top: 5px;
  }

  #main-menu.mobile-sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .category-filtering {
    width: 42px;
    height: 42px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 0 0 6px;
    color: #fff;
    font-size: 18px;
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 12;
    border: 1px solid #fff;
    border-left: 0;
  }

  .category-filtering .inline-block {
    display: none;
  }

  .category-filtering strong {
    display: none;
  }

  .category-filtering .filter-button {
    margin: 0;
  }

  .blog-featured-title + #main .post-sidebar {
    padding-left: 15px;
  }

  #footer .form-contact {
    gap: 20px;
  }

  .slick-prev.slick-arrow,
  .slick-next.slick-arrow {
    opacity: 1;
  }

  #header .icon-shopping-basket:before {
    color: var(--theme-color);
    font-size: 21px;
    margin-right: 5px;
  }

  #header .header-main {
    height: 70px !important;
  }

  .blog-archive .list-project .box-blog-post .post-title a {
    -webkit-line-clamp: 2;
  }
  .sec-home-1 .col-left {
    padding-right: 15px;
  }
  .sec-home-1 .col-left h2,
  .page-service-1 h2,
  .sec-home-4 .col-title h2,
  .sec-home-5 .col-title h2 {
    font-size: 40px;
  }
  .sec-home-1 .col-left h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .sec-home-1 .col-right .text-number p:first-of-type {
    font-size: 60px;
  }
  .sec-home-1 .col-right .text-number p:nth-of-type(2) {
    font-size: 18px;
  }
  .sec-home-1 .col-left p:last-of-type {
    margin-bottom: 20px;
  }
  .sec-home-2 .text-run ul li {
    font-size: 65px;
  }
  #main .sec-home-2 {
    padding-top: 200px;
  }
  #main .sec-home-2 .section-bg,
  #main .sec-home-3 .section-bg {
    background-position: top center;
    background-attachment: unset;
  }
  .sec-home-3 .col-icon .col-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .sec-home-3 .col-icon .col-inner:before {
    display: none;
  }
  #wrapper .sec-home-4 .button.btn-viewall,
  #wrapper .sec-home-5 .button.btn-viewall {
    top: 20px;
  }
  .sec-home-4 .col-left {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 15px;
  }
  .sec-home-4 .col-right {
    flex-basis: 100%;
    max-width: 100%;
  }
  .sec-home-4 .col-title p,
  .sec-home-5 .col-title p {
    font-size: 20px;
  }
  .slider-home .banner h2 {
    font-size: 40px;
  }
  .admin-bar #main .slider-home .img .img-inner,
  .admin-bar #main .slider-home .banner {
    padding-top: 100vh !important;
  }
  .page-about-1 .row-bottom .col-left {
    padding-left: 15px;
    flex-basis: 100%;
    max-width: 100%;
  }
  #main .page-about-1 {
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .page-service-1 .col-right {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767.98px) {
  body.home {
    overflow-x: hidden;
  }

  #wrapper .button.btn-viewall:after {
  }

  .row.blog-top .col-left h2 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .blog-wrapper .archive-page-header h2.page-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .box-blog-post .box-text .cat-label {
    margin-bottom: 10px;
  }

  #main .slider-nav-circle .flickity-button {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px;
    background-color: #fff !important;
  }

  #main .slider-nav-circle .flickity-button:before {
    height: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button.btn-viewall:before {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col {
    padding: 130px 15px 40px;
  }

  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title {
    font-size: 24px;
    margin-bottom: 0;
  }

  .row.blog-top {
    padding-top: 0;
  }

  .post-sidebar .block_widget .col-item {
    padding: 20px 15px !important;
  }

  .featured-posts .title-post {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .off-canvas-right .mfp-content {
    width: 100%;
  }

  .slider .flickity-page-dots {
    bottom: 0;
  }

  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title,
  .category-page-title h1.shop-page-title {
    font-size: 26px;
  }

  .archive .category-page-row,
  .blog-archive .blog-main {
    padding-top: 20px;
  }

  .blog-archive .box-text .button {
    display: none;
  }

  .blog-archive .box-text {
    padding: 100px 15px 15px;
  }

  .blog-archive .box-text .post-meta {
    margin-bottom: 5px;
  }

  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title,
  .category-page-title h1.shop-page-title,
  .single .featured-title .entry-title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col {
    padding-bottom: 40px;
    padding-top: 130px;
  }

  #header .header-wrapper:after {
    display: none;
  }

  #header .header-wrapper:before {
    height: 70px;
    right: 70px;
  }

  .mobile-nav .icon-menu {
    margin-right: 5px;
  }

  #header #logo img {
    margin: 0;
  }

  #main .sec-news .blog-grid {
    display: block;
  }

  .sec-news .blog-grid .box-blog-post {
    margin-bottom: 25px;
  }

  .sec-news .blog-grid .post-item:first-of-type .image-cover {
    padding-top: 100% !important;
  }

  .box-blog-post .from_the_blog_excerpt {
    font-size: 14px;
  }

  #footer .form-contact {
    display: block;
  }

  body .off-canvas-left .mfp-content {
    max-width: 85% !important;
    width: 310px;
  }

  .single .shop-page-title .rank-math-breadcrumb .last,
  .single .shop-page-title .rank-math-breadcrumb span:nth-last-of-type(2) {
    display: none;
  }

  .page-contact .info-contact h2 {
    font-size: 24px;
  }

  .page-contact .form-contact .col-content {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
  }

  #footer .sec-menu {
    padding-top: 40px;
  }

  .blog-archive .box-blog-post .box-text {
    padding: 20px 15px;
  }
  .slider-home .banner h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .slider-home .banner p {
    font-size: 14px;
  }
  #main .slider-home .slider .flickity-page-dots {
    top: unset;
    bottom: 20px;
    transform: unset;
  }
  .sec-home-1 .col-left h2,
  .page-service-1 h2,
  .sec-home-4 .col-title h2,
  .sec-home-5 .col-title h2 {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .sec-home-1 .col-left h2 {
    padding-bottom: 15px;
  }
  .sec-home-1 .col-left ul,
  .page-service-1 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .sec-home-1 .col-right .text-number {
    text-align: center;
  }
  .sec-home-1 .col-right .text-number p:first-of-type {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sec-home-2 .text-run ul li {
    font-size: 48px;
  }
  #main .sec-home-2 {
    padding-top: 180px;
  }
  #main .sec-home-3 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .sec-home-3 .col-icon .col-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  #wrapper .sec-home-4 .button.btn-viewall,
  #wrapper .sec-home-5 .button.btn-viewall {
    position: relative;
    width: fit-content;
    display: inline-flex;
    inset: unset;
  }
  .sec-home-4 .col-left .tabbed-content .nav-vertical {
    width: 100%;
    flex-flow: row;
    grid-gap: 20px;
  }
  .sec-home-4 .col-left .nav .tab {
    width: fit-content;
  }
  .sec-home-4 .col-left .nav-vertical + .tab-panels {
    padding: 20px 0 0;
  }
  .sec-home-6 .title h2 {
    font-size: 24px;
  }
  #main .sec-home-5 {
    padding-bottom: 10px;
  }
  .blog-archive .box-blog-post .box-text,
  .sec-home-5 .box-blog-post .box-text {
    padding: 20px 15px 15px;
  }
  .page-about-1 .row-bottom .stack {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-about-1 .row-bottom .stack .text:before {
    display: none;
  }
  #main .page-about-3 {
    padding-top: 40px;
  }
  .page-about-3 .col:not(:last-of-type) {
    padding-bottom: 40px;
  }
  #main .page-service-1 {
    padding-top: 40px;
  }
  #main .page-service-2 {
    padding-top: 0;
  }
  #main .page-service-2 .accordion-title {
    padding: 15px;
    font-size: 18px;
  }
  .page-service-2 .accordion-title .toggle {
    font-size: 12px;
  }
}

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

  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.5);
  }

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

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

  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.3);
  }

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

@-webkit-keyframes shake_ani {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-30deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(30deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-30deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(30deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes qode-move-horizontal-normal-text-marquee {
  0% {
    transform: translateX(0) translateZ(0);
    :root {
      --theme-color: #343842;
      --theme-color2: #fffde5;
      --black: #203556;
      --fa6: 'Font Awesome 6 Pro';
      --regular: 'SVN-Gilroy';
      --medium: 'SVN-GilroyMedium';
      --semi: 'SVN-GilroySemiBold';
      --bold: 'SVN-GilroyBold';
      --xbold: 'SVN-GilroyXBold';
    }

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

    ::-webkit-scrollbar {
      width: 5px;
      background-color: #f5f5f5;
      height: 5px;
    }

    ::-webkit-scrollbar-thumb {
      background-color: #555555;
      border: 2px solid #555555;
    }
    @font-face {
      font-family: 'SVN-Gilroy';
      src: url('fonts/SVN-Gilroy.woff2') format('woff2'),
        url('fonts/SVN-Gilroy.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'SVN-GilroyXBold';
      src: url('fonts/SVN-GilroyXBold.woff2') format('woff2'),
        url('fonts/SVN-GilroyXBold.ttf') format('truetype');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'SVN-GilroySemiBold';
      src: url('fonts/SVN-GilroySemiBold.woff2') format('woff2'),
        url('fonts/SVN-GilroySemiBold.ttf') format('truetype');
      font-weight: 600;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'SVN-Gilroy';
      src: url('fonts/SVN-GilroyItalic.woff2') format('woff2'),
        url('fonts/SVN-GilroyItalic.ttf') format('truetype');
      font-weight: normal;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: 'SVN-GilroyMedium';
      src: url('fonts/SVN-GilroyMedium.woff2') format('woff2'),
        url('fonts/SVN-GilroyMedium.ttf') format('truetype');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'SVN-GilroyBold';
      src: url('fonts/SVN-GilroyBold.woff2') format('woff2'),
        url('fonts/SVN-GilroyBold.ttf') format('truetype');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
    }

    /* Format theme */
    body.home {
      overflow-x: hidden;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    strong,
    b {
      font-weight: normal;
      font-family: var(--bold);
    }

    p {
      margin-bottom: 0.8em;
    }

    p,
    a,
    ul,
    li,
    div {
      font-family: var(--regular), sans-serif;
    }

    .uxb-wrapper.uxb-wrapper--text {
      position: unset;
    }

    .uxb-wrapper.uxb-wrapper--team_member {
      width: 25%;
    }

    body {
      font-size: 16px;
      color: #56676d;
      margin: 0px;
      padding: 0px;
      font-weight: normal;
      font-style: normal;
      font-family: var(--regular), sans-serif;
    }

    p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 1rem;
    }

    .section-title-container {
      margin-bottom: 0 !important;
    }

    .wpcf7-spinner,
    .box-blog-post .is-divider {
      display: none;
    }

    .section-title-normal {
      border-bottom: 0;
    }

    .row-slider .flickity-page-dots {
      bottom: -10px;
    }

    .slider-nav-reveal {
      overflow: unset;
    }

    .row-slider .flickity-page-dots .dot.is-selected {
      width: 30px;
      border-radius: 10px;
    }

    .row-slider .flickity-page-dots .dot {
      background-color: var(--theme-color);
      opacity: 1 !important;
    }

    /* Header */
    #header.transparent .header-main {
      height: 74px;
    }
    #header .icon-shopping-basket:after {
      background-color: var(--theme-color);
      right: -8px;
      top: -6px;
    }

    #header .icon-envelop:before {
      content: '\f0e0';
      font-family: var(--fa6);
      font-weight: 300;
    }

    #header .icon-phone:before {
      content: '\f095';
      font-family: var(--fa6);
      font-weight: 300;
    }

    #header .icon-phone {
      font-size: 14px !important;
    }

    #header .social-icons a {
      font-size: 16px;
      color: #777;
    }

    #wrapper #logo img {
      max-height: 50px !important;
    }
    .home #logo img {
      filter: brightness(0) invert(1);
    }
    .top-divider,
    .home .stuck .top-divider {
      display: none;
      opacity: 1;
    }
    .home .top-divider {
      display: block;
      border-top: 1px solid rgba(255, 255, 255, 0.25);
      opacity: 1;
    }
    .home .stuck #logo img {
      filter: unset;
    }
    #header .icon-shopping-basket:before {
      content: '';
      width: 22px;
      height: 22px;
      display: block;
      background: url(./images/cart.svg) no-repeat center;
      background-size: cover;
    }

    #header .header-nav-main {
      justify-content: center;
    }

    #header .searchform {
      border: 1px solid rgba(228, 228, 228, 0.5);
      background-color: rgba(225, 225, 225, 0.51);
      border-radius: 99px;
    }

    #header .icon-menu:before {
      content: '\f0c9';
      font-family: var(--fa6);
    }

    #header .search-form {
      flex: 1;
      margin-right: 15px !important;
    }

    #masthead .image-icon:after {
      top: -8px;
      right: -8px;
      width: 18px;
      height: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 11px;
      font-family: var(--medi);
    }

    .search-hidden,
    .menu-hidden {
      position: fixed;
      width: 100vw;
      height: 100vh;
      inset: 0;
      cursor: pointer;
      left: 0;
      top: 0;
      z-index: 9;
      display: none;
      background: rgba(0, 0, 0, 0.2);
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
    }

    .search-hidden.show,
    .menu-hidden.show {
      display: block;
    }

    #header .btn-info {
      font-size: 25px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 30px;
      color: var(--theme-color);
      display: block;
      cursor: pointer;
      z-index: 999;
    }

    .header-nav-main > .menu-item {
      margin: 0px 5px;
    }

    .header-nav-main .menu-item a {
      font-weight: normal;
      font-size: 16px;
      position: relative;
      padding: 3px 0px;
    }

    .header-nav-main > .menu-item > a {
      color: #0a0101;
      padding: 27px 12px;
      font-size: 14px;
      font-family: var(--bold);
      text-transform: uppercase;
      position: relative;
      z-index: 2;
    }
    #header.transparent .header-nav-main > .menu-item > a {
      color: #fff;
    }
    .header-nav-main > .menu-item > a:hover {
      color: #fff !important;
    }
    .header-nav-main > .menu-item > a:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 0;
      transition: all 0.3s;
      z-index: -1;
      clip-path: polygon(100% 0, 100% 100%, 0 calc(100% - 15px), 0 0);
      background-color: #0a0101;
      border-color: #0a0101;
    }
    .header-nav-main > .menu-item.active > a:after,
    .header-nav-main > .menu-item > a:hover:after {
      height: calc(100% + 15px);
      top: 0;
      bottom: auto;
      opacity: 1 !important;
    }

    .header-nav-main > .menu-item.active > a {
      color: #fff;
    }

    .header-nav-main .header-cart-icon {
      width: 39px;
      height: 39px;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .header-nav-main .header-cart-icon img {
      width: 18px;
      min-width: auto;
    }

    .header-nav-main .cart-item {
      margin: 0 !important;
    }

    .header-nav-main .icon-search {
      color: #fff;
    }

    #search-lightbox #woocommerce-product-search-field-0 {
      background-color: #fff !important;
      color: #292929 !important;
      height: 50px;
      font-size: 16px;
      padding: 0 30px;
    }

    #search-lightbox .searchform .button.icon {
      min-height: 50px;
      min-width: 50px;
      width: 50px;
      height: 50px;
      padding: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    #search-lightbox #woocommerce-product-search-field-0::placeholder {
      color: #292929;
    }

    #search-lightbox .searchform .icon-search {
      font-size: 20px;
      color: #292929;
      transform: translateY(1px);
    }

    #search-lightbox .searchform .icon-search:before {
      content: '\f002';
      font-family: var(--fa6);
    }

    #header .menu-item .icon-angle-down {
      opacity: 1;
      transform: translateY(-2px);
      height: 22px;
      display: none;
    }

    #header .close-menu {
      width: 40px;
      height: 40px;
      background-color: #fafafa;
      border-radius: 50%;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      left: 50%;
      transform: translateX(-50%);
      bottom: -50px;
      cursor: pointer;
    }

    .header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu {
      min-width: 250px;
      background: #27252580;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 0;
      border: 0;
      padding: 0;
      overflow: hidden;
      top: 70px;
    }

    .header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu a {
      color: #fff;
      font-weight: 500;
      margin: 0;
      padding: 9px 15px;
      display: block;
      border-bottom: 0;
      line-height: 22px;
    }

    .header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu a:hover {
      color: #fff;
      background: var(--theme-color);
      border-color: var(--theme-color);
    }

    .header-nav-main.menu-item:not(.menu-item-has-block)
      .sub-menu
      .menu-item:last-of-type
      a {
      border-bottom: 0;
    }

    .header-nav-main .menu-item:after,
    .header-nav-main .menu-item:before {
      display: none;
    }

    .header-nav-main .menu-item.menu-item-has-block > .sub-menu {
      box-shadow: none;
      border-top: 1px solid #ddd;
    }

    #header .searchform .button.icon {
      background-color: transparent;
      border: 0;
      color: #333;
      font-size: 16px;
      box-shadow: none;
      width: 40px;
      height: 40px;
    }

    #header .searchform input[type='search'] {
      border: 0;
      box-shadow: none;
      height: 40px;
      color: #333;
      font-size: 14px;
      background-color: transparent;
      padding: 0 15px;
    }

    #header .searchform input[type='search']:placeholder {
      color: #333;
      opacity: 1;
    }
    .stuck .header-bg-color {
      background-color: #fff;
    }
    .stuck .header-nav-main .icon-search {
      color: #333;
    }
    /* End header */

    /* about */

    #wrapper .button.btn-viewall {
      color: #d70006;
      font-size: 14px;
      line-height: 20px;
      height: 40px;
      font-weight: normal;
      text-transform: uppercase;
      font-family: var(--bold);
      background-color: transparent;
      margin: 0;
      width: fit-content;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
      position: relative;
      padding: 0;
      outline: none;
      border: 0;
      transition: all 0.25s ease-in-out;
    }

    #wrapper .button.btn-viewall:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: currentColor;
      transition: background-color 0.25s ease-in-out,
        width 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
      backface-visibility: hidden;
    }

    #wrapper .button.btn-viewall:hover {
      box-shadow: unset;
    }
    #wrapper .button.btn-viewall:after {
      content: '\f061';
      font-family: var(--fa6);
      display: inline-block;
      position: absolute;
      right: -25px;
      font-weight: 900;
      font-size: 18px;
      transform: rotate(-45deg);
      transition: all 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93),
        opacity 0.2s ease-in-out;
      will-change: transform;
    }
    #wrapper .button.btn-viewall:hover:after {
      right: -32px;
    }
    #wrapper .button.btn-viewall:hover:before {
      width: 0;
    }

    .slider-nav-circle .flickity-button {
      width: 45px !important;
      height: 45px;
      box-shadow: 0px 3px 6px #00000029 !important;
      top: 45% !important;
      margin-top: 0 !important;
      border-radius: 50%;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      transform: unset !important;
      color: var(--theme-color);
      z-index: 20;
    }

    .slider-nav-circle:hover .flickity-button {
      opacity: 1 !important;
    }

    .slider-nav-circle .flickity-button svg {
      display: none;
    }

    .slider-nav-circle .flickity-button:before {
      font-family: var(--fa6);
      content: '\f178';
      color: inherit;
      font-weight: 300;
      font-size: 20.5px;
      width: 100%;
    }

    .slider-nav-circle .flickity-button.previous:before {
      content: '\f177';
    }

    .slider-nav-circle .flickity-button:hover {
      color: #fff;
      background: var(--theme-color2);
    }

    .slider-nav-circle .flickity-button:hover:before {
      color: var(--theme-color);
    }

    .slider .flickity-page-dots li.dot.is-selected {
      opacity: 1;
      width: 10px;
      height: 10px;
    }

    .slider .flickity-page-dots {
      bottom: -20px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .menu-category ul > .menu-item-has-children > a:after {
      content: '\f0da';
      font-family: var(--fa6);
      position: absolute;
      right: 0;
      font-weight: bold;
      color: #6c757d;
    }
    /* sec-home-1 */
    .sec-home-1 .col-left {
      padding-right: 90px;
    }
    .sec-home-1 .col-left h2,
    .page-service-1 h2 {
      font-size: 76px;
      font-family: var(--xbold);
      letter-spacing: -1px;
      border-bottom: 1px solid #02010114;
      padding-bottom: 25px;
      text-transform: capitalize;
      margin-bottom: 0;
    }
    .sec-home-1 .col-left h3 {
      font-size: 32px;
      font-family: var(--medium);
      margin-bottom: 10px;
    }
    .sec-home-1 .col-left p {
      font-family: var(--medium);
    }
    .sec-home-1 .col-left p:last-of-type {
      margin-bottom: 40px;
    }
    .sec-home-1 .col-left ul,
    .page-service-1 ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      list-style: none;
    }
    .sec-home-1 .col-left ul li,
    .page-service-1 ul li {
      color: #203556;
      font-family: var(--medium);
      margin-left: 0;
      position: relative;
      padding-left: 20px;
    }
    .sec-home-1 .col-left ul li:before,
    .page-service-1 ul li:before {
      content: '\2b';
      position: absolute;
      left: 0;
      top: -1px;
      font-size: 25px;
      line-height: 1;
    }
    .sec-home-1 .col-right .text-number p:first-of-type {
      color: transparent !important;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #333;
      text-shadow: none;
      font-size: 100px;
      line-height: 1;
      font-family: var(--semi);
      letter-spacing: -1px;
      border-bottom: 1px solid #d9dde6;
      padding-bottom: 15px;
    }
    .sec-home-1 .col-right .text-number p:nth-of-type(2) {
      color: #203556;
      font-size: 20px;
      font-family: var(--bold);
      margin-bottom: 0;
    }
    .sec-home-1 .col-right .text-number:not(:last-of-type) {
      margin-bottom: 35px;
    }
    #main .sec-home-1 {
      padding-bottom: 40px;
    }
    /* End sec-home-1 */
    /* sec-home-2 */
    .sec-home-2 .section-bg-overlay {
      background-color: transparent;
      background-image: linear-gradient(0deg, #030303 19%, #ffffff00 100%);
      opacity: 1;
      transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }
    #main .sec-home-2 {
      padding-top: 315px;
      padding-bottom: 20px;
    }
    #main .sec-home-2 .section-bg,
    #main .sec-home-3 .section-bg {
      background-attachment: fixed;
    }
    .sec-home-2 .text-run {
      position: relative;
    }
    .sec-home-2 .text-run ul:first-of-type {
      display: flex;
      align-items: baseline;
      list-style: none;
      white-space: nowrap;
      margin-bottom: 0;
      /* animation: qode-move-horizontal-normal-text-marquee 12s linear infinite; */
    }
    .sec-home-2 .text-run ul li {
      font-size: 90px;
      color: transparent !important;
      text-shadow: none;
      -webkit-text-stroke-color: #dbfdd3e8;
      -webkit-text-stroke-width: 1px;
      margin: 0;
      line-height: 1;
      font-family: var(--medium);
      text-transform: uppercase;
      padding: 15px 0.5em;
    }
    .sec-home-2 .text-run ul:nth-of-type(2) {
      position: absolute;
      top: 0;
      left: 0;
      will-change: transform;
      backface-visibility: hidden;
      transform: translateX(100%) translateZ(0);
      animation: qode-move-horizontal-normal-text-marquee-copy 31s linear
        infinite;
      display: flex;
      align-items: baseline;
      list-style: none;
      white-space: nowrap;
    }
    /* End sec-home-2 */
    /* sec-home-3 */
    #main .sec-home-3 {
      padding-top: 96px;
      padding-bottom: 80px;
    }
    .sec-home-3 .col-icon .col-inner {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 30px;
    }
    .sec-home-3 .col-icon .col-inner:before {
      content: '';
      width: calc(100% - 200px);
      border-bottom: 1px solid #fffce7;
      position: absolute;
      top: 50px;
      left: 100px;
    }

    .sec-home-3 .icon-box .icon-box-img {
      width: 100px !important;
      height: 100px;
      border-radius: 50px;
      background-color: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
    }
    .sec-home-3 .icon-box .icon {
      width: 65px;
    }
    .sec-home-3 .icon-box-text h3 {
      font-size: 20px;
      color: var(--theme-color2);
      font-family: var(--semi);
      text-align: center;
    }
    .sec-home-3 .icon-box-text p {
      color: #fffee799;
    }

    /* End sec-home-3 */
    /* sec-home-4 */
    .sec-home-4 .col-title h2,
    .sec-home-5 .col-title h2 {
      font-size: 75px;
      font-family: var(--xbold);
      text-transform: capitalize;
      padding-bottom: 24px;
      border-bottom: 1px solid #02010114;
    }
    #wrapper .sec-home-4 .button.btn-viewall,
    #wrapper .sec-home-5 .button.btn-viewall {
      margin-left: auto;
      display: block;
      position: absolute;
      right: 0;
      top: 34px;
    }
    .sec-home-4 .col-title p,
    .sec-home-5 .col-title p {
      font-size: 28px;
      line-height: 1.4;
      margin-bottom: 24px;
    }
    .sec-home-4 .col-left .tabbed-content .nav-vertical {
      width: 110px;
    }
    .sec-home-4 .col-left .nav-vertical + .tab-panels {
      border: 0;
      padding: 0 0 0 20px;
      flex: 1;
    }
    .sec-home-4 .col-left .nav-vertical + .tab-panels p {
      font-size: 18px;
      line-height: 30px;
    }
    .sec-home-4 .col-left .nav a:before {
      display: none;
    }
    .sec-home-4 .col-left .nav .tab {
      border-top: 0;
    }
    .sec-home-4 .col-left .nav .tab a {
      font-size: 22px;
      font-weight: normal;
      text-decoration: underline;
      line-height: 40px;
      letter-spacing: 1px;
      word-spacing: 0px;
      padding: 0% 0% 0% 0%;
      color: #20355659;
      font-family: var(--semi);
    }
    .sec-home-4 .col-left .nav .tab.active a {
      color: var(--theme-color);
    }
    .sec-home-4 .col-left {
      flex-basis: 60%;
      max-width: 60%;
      padding-right: 40px;
    }
    .sec-home-4 .col-right {
      flex-basis: 40%;
      max-width: 40%;
    }
    /* .sec-home-4 .col-right .img {
      opacity: 1;
      visibility: visible;
      transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transform-origin: left;
      will-change: transform;
    } */
    /* 
    .sec-home-4 .col-right .img:nth-last-child(6) {
      transform: translateX(calc(-1 * 5 * 11px)) translateY(calc(-1 * 5 * 11px));
    }
    
    .sec-home-4 .col-right .img:nth-child(5) {
      transform: translateX(calc(-1 * 4 * 11px)) translateY(calc(-1 * 4 * 11px));
    }
    
    .sec-home-4 .col-right .img:nth-child(4) {
      transform: translateX(calc(-1 * 3 * 11px)) translateY(calc(-1 * 3 * 11px));
    }
    
    .sec-home-4 .col-right .img:nth-child(3) {
      transform: translateX(calc(-1 * 2 * 11px)) translateY(calc(-1 * 2 * 11px));
      z-index: 8;
    }
    
    .sec-home-4 .col-right .img:nth-child(2) {
      transform: translateX(calc(-1 * 1 * 11px)) translateY(calc(-1 * 1 * 11px));
      z-index: 9;
    }
    
    .sec-home-4 .col-right .img:nth-child(1) {
      transform: translateX(calc(-1 * 0 * 11px)) translateY(calc(-1 * 0 * 11px));
      z-index: 10;
    } */
    .sec-home-4 .col-right .flickity-viewport {
      /* overflow: unset; */
    }
    .sec-home-4 .slider-nav-circle .flickity-button {
      opacity: 1;
      top: unset !important;
      bottom: -50px;
      box-shadow: none !important;
      color: var(--theme-color) !important;
      background-color: unset !important;
    }
    .sec-home-4 .slider-nav-circle .flickity-button.previous {
      left: 0;
    }
    .sec-home-4 .slider-nav-circle .flickity-button.next {
      left: 40px;
    }
    /* End sec-home-4 */
    /* sec-home-5 */
    .sec-home-5 .box-image .image-cover {
      border-radius: 5px;
    }
    .sec-home-5 .flickity-button {
      display: none;
    }
    /* End sec-home-5 */
    .box-blog-post .box-text .post-title a {
      color: #333;
      font-size: 16px;
      line-height: 24px;
      font-family: var(--bold);
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      margin-bottom: 12px;
      margin-top: 0;
    }

    .box-blog-post:hover .box-text .post-title a {
      color: var(--theme-color);
    }

    .box-blog-post .from_the_blog_excerpt {
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      color: #787878;
      margin: 0;
    }

    .blog-archive .list-project .box-text-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .blog-archive .list-project .button {
      flex-shrink: 0;
      margin: 0;
      background-color: var(--theme-color2);
      opacity: 1;
      border: 0;
      color: #fff;
      font-weight: normal;
      font-size: 14px;
      height: 28px;
      min-height: 28px;
      border-radius: 50px;
      padding: 0 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      line-height: 1;
      margin-left: 15px;
    }

    .blog-archive .list-project .overlay {
      background: linear-gradient(
        to top,
        var(--theme-color2),
        rgba(152, 125, 64, 0.1)
      );
      transition: all 0.5s ease-in-out;
      opacity: 0;
    }

    .blog-archive .list-project .box-image:hover .overlay {
      opacity: 1;
    }

    /* slider-home */
    .slider-home .img .img-inner:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 40px;
      background: url(./images/stripe.png) repeat-x left center/auto 100%;
      bottom: 0;
      left: 0;
      z-index: 2;
    }

    .slider-home .banner .text-box-content {
      max-width: 550px;
    }
    .slider-home .banner h2 {
      margin-top: 0;
      line-height: 1.3;
      font-size: 50px;
      opacity: 0;
      transform: translateX(100px);
      transition: all 800ms ease;
      text-transform: uppercase;
      margin-bottom: 30px;
      text-shadow: 2px 6px 8px #292929;
    }
    .slider-home .banner.is-selected h2 {
      opacity: 1;
      transform: translateX(0px);
    }
    .slider-home .banner p {
      opacity: 0;
      transform: translateX(100px);
      transition: all 800ms ease;
    }
    .slider-home .banner.is-selected p {
      opacity: 1;
      transform: translateX(0px);
      transition-delay: 200ms;
    }

    #main .slider .flickity-page-dots li.dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      opacity: 1;
      background-color: var(--theme-color);
      margin: 0 10px;
      position: relative;
      border: 0;
      opacity: 0.5;
    }

    #main .slider .flickity-page-dots li.is-selected {
      opacity: 1;
      width: 10px;
      height: 10px;
    }

    #main .slider-home .slider .flickity-page-dots {
      bottom: unset;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      top: 50%;
      transform: translateY(-50%);
      right: 7%;
      width: 40px;
      left: unset;
      overflow: unset;
    }
    #main .slider-home .flickity-page-dots {
      counter-reset: slider-counter;
    }
    #main .slider-home .slider .flickity-page-dots .dot {
      counter-increment: slider-counter;
    }
    #main .slider-home .flickity-page-dots .dot:before {
      content: '0' counter(slider-counter);
    }
    #main .slider-home .slider .flickity-page-dots .dot {
      background-color: transparent;
      width: 40px;
      height: 40px;
      opacity: 0.5;
      color: #fff;
      font-size: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: var(--semi);
      letter-spacing: 0.5px;
      margin: 0 0 11px;
      position: relative;
    }
    #main .slider-home .slider .flickity-page-dots .dot.is-selected {
      opacity: 1;
    }
    #main .slider-home .slider .flickity-page-dots .dot:after {
      content: '';
      position: absolute;
      right: 20px;
      background: #fff;
      height: 1px;
      width: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.3s ease;
      border-radius: 3px;
      opacity: 0;
    }
    #main .slider-home .slider .flickity-page-dots .dot.is-selected:after {
      right: 35px;
      width: 50px;
      opacity: 1;
    }
    /* End slider-home */

    .slider_projects .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .slider_projects .slick-arrow {
      position: absolute;
      top: 50%;
      left: 30px;
      width: 40px;
      height: 40px;
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1;
      cursor: pointer;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0;
      margin: 0;
    }

    .slider_projects .slick-arrow.slick-next {
      left: unset;
      right: 30px;
    }

    .slider_projects .slick-arrow i {
      font-size: 40px;
    }

    .sec-home-6 .gallery-col img {
      object-fit: contain;
    }
    .sec-home-6 .gallery-col .box {
      background-color: #fff;
      border: 1px solid #eee;
      border-radius: 5px;
      padding: 5px 1rem;
    }
    .sec-home-6 .flickity-button {
      display: none;
    }
    .sec-home-6 .title h2 {
      font-size: 40px;
    }
    /* Footer */
    .back-to-top.button {
      border: 0;
      font-weight: normal;
      text-align: center;
      position: fixed;
      bottom: 90px;
      right: -50px;
      cursor: pointer;
      color: black;
      font-size: 14px;
      transform: rotate(-90deg);
      z-index: 99;
      background-color: transparent !important;
    }

    .absolute-footer {
      background-color: var(--theme-color);
      border-top: 1px solid #e1e1e187;
    }

    .absolute-footer .copyright-footer {
      color: #e1e1e1;
      width: 100%;
      text-align: center;
    }

    #footer .form-footer {
      background-color: #f4f4f4;
      padding-top: 30px;
      margin-bottom: -35px;
    }

    #footer .form-footer .col-form > .col-inner {
      background-color: #fff;
      padding: 20px 12px 20px 12px;
      border-radius: 5px;
    }

    #footer .form-footer .title p {
      text-align: center;
      font-size: 24px;
      margin-bottom: 20px;
      font-family: var(--bold);
    }

    #footer .form-contact {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 0 50px;
    }

    #footer .form-contact input {
      box-shadow: none;
      border-radius: 5px;
      height: 40px;
      font-size: 15px;
    }

    #footer .form-contact label {
      font-size: 15px;
      font-weight: normal;
    }

    #footer .form-contact textarea {
      box-shadow: none;
      border-radius: 5px;
      min-height: 80px;
      margin-bottom: 8px;
    }

    #footer .form-contact .form-submit button {
      margin: 0;
      width: 100%;
      border-radius: 5px;
      font-weight: normal;
      font-family: var(--semi);
    }

    #footer .form-contact .col-left input {
      margin-bottom: 20px;
    }

    #footer .sec-menu {
      padding-bottom: 10px;
      background-color: var(--theme-color);
      padding-top: 80px;
    }

    #footer .sec-form .title {
      text-align: center;
    }

    #footer .sec-form .title h5 {
      display: inline-block;
      color: var(--theme-color);
      font-size: 18px;
      font-family: var(--bold);
      width: fit-content;
      position: relative;
      margin-bottom: 10px;
      text-transform: uppercase;
    }

    #footer .sec-form .title h3 {
      line-height: 1;
      color: #fff;
      font-size: 66px;
      font-family: var(--garamond);
      text-transform: uppercase;
    }

    #footer .sec-form form {
      margin-bottom: 0;
    }

    #footer .sec-menu .sec-menu {
    }

    #footer .col-1 .img {
      max-width: 170px;
    }

    #footer .menu strong,
    #footer .col-4 p:first-of-type {
      min-height: unset;
      color: #fff;
      font-weight: normal;
      font-size: 16px;
      text-transform: none;
      font-family: var(--semi);
      margin-bottom: 22px !important;
      padding: 0;
      text-transform: uppercase;
      font-family: var(--bold);
      position: relative;
      display: block;
    }

    #footer .menu strong:before {
      position: absolute;
      content: '';
      height: 2px;
      background-color: var(--theme-color2);
      bottom: -5px;
      width: 40px;
    }

    #footer .menu ul {
      list-style: none;
      margin-bottom: 0;
    }

    #footer .menu ul li {
      margin-left: 0;
    }

    #footer .menu a {
      color: #fff;
      font-size: 15px;
      line-height: 20px;
      min-height: unset;
      padding: 7.5px 0px;
      position: relative;
      padding-left: 20px;
    }

    #footer .col-1 .logo-footer {
      filter: brightness(0) invert(1);
    }

    #footer .col-1 .text p {
      color: #fff;
      font-size: 15px;
    }

    #footer .menu a:before {
      content: '';
      width: 8px;
      height: 8px;
      display: inline-block;
      position: absolute;
      background-color: #fff;
      border-radius: 50%;
      left: 0;
      top: 12px;
    }

    #footer .menu a:hover {
      text-decoration: UNDERLINE;
    }

    /* End Footer */
    /* Page aboutus */
    .blog-wrapper.page-wrapper {
      padding: 0;
    }

    .blog-wrapper .archive-page-header {
      position: relative;
    }

    .blog-wrapper .archive-page-header .banner-bg,
    .blog-wrapper .header-single .banner-bg,
    .page-banner .banner-bg,
    .shop-page-title.category-page-title .banner-bg {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }

    .blog-wrapper .archive-page-header .col,
    .blog-wrapper .header-single .col,
    .page-banner .col {
      padding: 280px 15px 180px;
      z-index: 3;
    }

    .blog-wrapper .archive-page-header .banner-bg:before,
    .blog-wrapper .header-single .banner-bg:before,
    .shop-page-title.category-page-title .banner-bg:before,
    .page-banner .banner-bg:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
      opacity: 0.4;
      background: #000000;
    }

    /* blog-archive */
    .blog-main {
      padding-top: 60px;
    }

    .blog-wrapper.blog-archive {
      padding-top: 0;
      background: rgb(246, 245, 242);
    }

    .blog-wrapper .archive-page-header {
      position: relative;
    }

    .blog-wrapper .archive-page-header .banner-bg,
    .blog-wrapper .header-single .banner-bg,
    .page-banner .banner-bg {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }

    .blog-wrapper .archive-page-header .col,
    .blog-wrapper .header-single .col,
    .page-banner .col {
      padding: 226px 15px 40px;
      z-index: 3;
    }

    .blog-wrapper .archive-page-header h1.page-title,
    .blog-wrapper .header-single h2,
    .page-banner h1.entry-title {
      font-size: 40px;
      font-weight: normal;
      margin-bottom: 12px;
      margin-top: 0;
      color: #fff;
      text-align: left;
    }

    .blog-wrapper .archive-page-header .banner-bg:before,
    .blog-wrapper .header-single .banner-bg:before,
    .page-banner .banner-bg:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
      background: #000;
      opacity: 0.5;
    }

    .blog-single .rank-math-breadcrumb span:last-of-type,
    .blog-single .rank-math-breadcrumb span:nth-last-of-type(2) {
      display: none;
    }

    .rank-math-breadcrumb p {
      font-size: 16px;
      line-height: 22px;
      margin: 0;
      padding: 0;
      text-align: left;
    }

    .rank-math-breadcrumb a,
    .rank-math-breadcrumb span {
      color: #fff;
      font-weight: normal;
      font-size: 16px;
      font-family: var(--medi);
    }

    .blog-archive .rank-math-breadcrumb span:nth-of-type(n + 3) {
      display: none;
    }

    .rank-math-breadcrumb .separator {
      position: relative;
      margin: 0 12px;
      width: 10px;
      display: inline-block;
    }

    .blog-archive .blog-main {
      padding-top: 50px;
      position: relative;
    }

    .blog-wrapper.blog-archive {
      padding-top: 0;
      background: #f4f4f4;
    }

    .blog-archive .box-blog-post .box-image .image-cover {
      border-radius: 6px;
    }

    .blog-archive .box-blog-post,
    .sec-home-5 .box-blog-post {
      border: 1px solid rgb(195 196 198 / 53%);
      border-radius: 6px;
    }

    .blog-archive .box-blog-post .box-text,
    .sec-home-5 .box-blog-post .box-text {
      background: #fff;
      padding: 30px 30px 20px;
      -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
      border-radius: 0 0 6px 6px;
    }

    .blog-archive .box-blog-post .is-link {
      font-size: 16px;
      font-weight: normal;
      font-family: var(--semi);
      color: var(--theme-color2);
    }

    .blog-archive .box-blog-post .is-link:after {
      content: '\2b';
      font-family: var(--fa6);
    }

    .blog-archive .box-blog-post .is-link:hover {
      color: var(--theme-color);
    }

    .blog-archive .box-blog-post .post-meta,
    .sec-home-5 .box-blog-post .post-meta {
      opacity: 1;
      font-size: 16px;
      color: #343a40;
      margin-bottom: 6px;
    }

    .blog-archive .box-blog-post .post-meta:before,
    .sec-home-5 .box-blog-post .post-meta:before {
      content: '\f017';
      font-family: var(--fa6);
      margin-right: 5px;
    }

    .blog-archive .box-blog-post .post-title a,
    .sec-home-5 .box-blog-post .post-title a {
      font-size: 18px;
      line-height: 26px;
      height: 46px;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 0;
    }

    .blog-archive .box-blog-post .post-title,
    .sec-home-5 .box-blog-post .post-title {
      margin: 0 0 14px;
      position: relative;
      padding-bottom: 15px;
    }

    .blog-archive .box-blog-post .post-title:before,
    .sec-home-5 .box-blog-post .post-title:before {
      content: '';
      width: 60%;
      height: 1px;
      background-color: #333;
      position: absolute;
      bottom: 0;
    }

    .blog-archive .box-blog-post .badge.post-date {
      right: 30px;
      left: unset;
      top: -37px;
    }

    .blog-archive .box-blog-post .badge .badge-inner {
      width: 74px;
      height: 74px;
      background-color: var(--theme-color);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      border: none;
      box-shadow: 0 0 0 3px #fff;
      border-radius: 50%;
    }

    .blog-archive .box-blog-post:hover .badge .badge-inner {
      box-shadow: 0 0 0 3px var(--theme-color);
    }

    .blog-archive .box-blog-post .badge .post-date-day {
      font-size: 24px;
      margin-bottom: 4px;
      display: block;
      font-family: var(--semi);
      font-weight: normal;
    }

    .blog-archive .box-blog-post .badge .post-date-month {
      font-size: 12px;
      font-family: var(--medi);
      font-weight: normal;
      margin-top: 2px;
    }

    .blog-archive .list-project .box-blog-post .box-text {
      padding: 20px;
    }

    .blog-archive .list-project .box-blog-post .post-title:before {
      display: none;
    }

    .blog-archive .list-project .box-blog-post .post-title {
      margin: 0;
      padding: 0;
    }

    .blog-archive .list-project .box-blog-post {
      border: 0;
    }

    .blog-archive .list-project .box-blog-post .post-title a {
      margin-bottom: 0;
      -webkit-line-clamp: 1;
      height: auto;
      text-transform: none;
      font-size: 16px;
    }

    .nav-pagination > li > a,
    .nav-pagination > li > span {
      border: 1px solid;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      font-weight: normal;
      font-family: var(--medi);
      color: var(--theme-color) !important;
    }

    #main .nav-pagination > li > span.current {
      color: #fff !important;
      background-color: var(--theme-color);
      border-color: var(--theme-color);
    }

    .nav-pagination {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 20px !important;
    }

    .nav-pagination > li > a:hover {
      color: #fff !important;
    }

    .nav-pagination .icon-angle-right:before {
      content: '\f061';
      font-family: var(--fa6);
      font-weight: 300;
    }

    .nav-pagination .icon-angle-left:before {
      content: '\f060';
      font-family: var(--fa6);
      font-weight: 300;
    }

    /* End blog-archive */
    /* blog-single */

    .blog-share {
      padding-bottom: 30px;
      display: flex;
      justify-content: flex-end;
      border-top: 2px dotted rgba(0, 0, 0, 0.1);
      padding-top: 30px;
      margin-top: 50px;
    }

    .blog-share .social-icons {
    }

    .blog-share .social-icons span {
      font-size: 16px;
      font-weight: normal;
      padding-right: 0;
      margin-bottom: 10px;
      color: #515151;
      font-family: var(--semi);
    }

    .blog-share a.icon {
      color: var(--theme-color);
      font-size: 18px;
      margin: 5px 10px;
    }

    .single .featured-title .page-title-inner {
      min-height: unset !important;
      padding: 280px 15px 180px;
    }

    .single .featured-title .entry-title {
      font-size: 50px;
      font-family: var(--garamond);
      margin-bottom: 0;
    }

    .header-single {
      margin-bottom: 60px;
    }

    .single .blog-single .entry-content {
      padding: 0;
    }

    .blog-single h1.entry-title {
      font-size: 34px;
    }

    .box-postdate span {
      color: #fff;
      padding: 3px 10px;
      font-size: 14px;
      border-radius: 50px;
      z-index: 2;
      position: relative;
      background-color: var(--theme-color);
    }

    .box-postdate span:before {
      content: '\f017';
      font-family: var(--fa6);
      font-weight: bold;
      margin-right: 5px;
    }

    .box-postdate {
      position: relative;
    }

    .box-postdate:before {
      content: '';
      width: 100%;
      display: block;
      border-bottom: 1px solid #51515121;
      position: absolute;
      top: 50%;
      z-index: 1;
    }

    .blog-featured-title + #main .post-sidebar {
      padding: 0 15px 0 0px;
    }

    .post {
      margin-bottom: 0;
    }

    .row-divided > .col + .col:not(.large-12) {
      border: 0;
    }

    .post {
      margin-bottom: 0;
    }

    .row-divided > .col + .col:not(.large-12) {
      border: 0;
    }

    .post-sidebar .featured-posts .title-post {
      font-size: 26px;
      margin-bottom: 19px;
      line-height: 1.5;
    }

    .post-sidebar .featured-posts .box-blog a {
      display: flex;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px dashed #ddd;
    }

    .post-sidebar .featured-posts .box-blog .box-image {
      width: 35%;
      flex-shrink: 0;
    }

    .post-sidebar .featured-posts h3 {
      color: #070707;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      font-size: 16px;
      font-family: var(--semi);
    }

    .post-sidebar .featured-posts .box:hover h3 {
      color: var(--theme-color);
    }

    .post-sidebar .featured-posts .box img {
      transition: all 0.3s ease;
    }

    .post-sidebar .featured-posts .box:hover img {
      transform: scale(1.1);
    }

    .post-sidebar .featured-posts .box-blog .image-cover {
      border-radius: 10px;
    }

    .post-sidebar .featured-posts .box-blog .box-text {
      padding: 10px 10px 10px 15px;
    }

    .post-sidebar .featured-posts .box-blog:last-of-type a {
      border: 0;
    }

    /* End blog-single */

    /* page-contact */
    .page-contact .img {
      max-width: 500px;
      margin-left: auto;
    }

    #main .page-contact {
      padding-bottom: 0;
    }

    .page-contact .info-contact h2 {
      font-size: 40px;
    }

    .page-contact .info-contact ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      gap: 10px 50px;
    }

    .page-contact .info-contact ul li {
      margin-left: 0;
    }

    .page-contact .info-contact li i {
      background-color: #ebeef1;
      width: 32px;
      height: 32px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin-right: 12px;
    }

    .page-contact .form-contact .col-content {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 25px;
    }

    .page-contact .form-contact .wpcf7-form-control-wrap:nth-of-type(n + 3) {
      grid-column: span 2;
    }

    .page-contact .form-contact .col-content input {
      margin-bottom: 0;
      height: 50px;
      box-shadow: none;
      border: 1px solid #e6eaf3;
    }

    .page-contact .form-contact .col-content textarea {
      box-shadow: none;
      border: 1px solid #e6eaf3;
    }

    .page-id-45 #footer .form-footer {
      display: none;
    }
    .page-contact .form-submit button {
      font-weight: normal;
      font-family: var(--semi);
      border-radius: 4px;
      border: 1px solid var(--theme-color);
    }
    .page-contact .form-submit button:hover {
      background-color: #fff;
      color: var(--theme-color);
      box-shadow: none;
    }
    /* End page-contact */
    /* page-about*/

    .page-about-1 .col-text h5 {
      text-transform: uppercase;
      color: #d70006;
    }
    .page-about-1 .col-text h2,
    .page-about-2 .title h2 {
      font-size: 46px;
      font-family: var(--xbold);
    }
    .page-about-1 .col-text p {
      font-size: 17px;
      color: #666;
      font-family: var(--medium);
    }
    .page-about-1 .row-bottom {
      margin-top: -100px;
    }
    .page-about-1 .row-bottom .col-left {
      padding-left: 60px;
      flex-basis: 72%;
      max-width: 72%;
    }
    .page-about-1 .row-bottom .col-right {
      flex-basis: 28%;
      max-width: 28%;
    }
    .page-about-1 .row-bottom .col-left > .col-inner {
      padding: 35px 45px;
      background-color: #d70006;
      color: #fff;
      position: relative;
    }
    .page-about-1 .row-bottom .col-left > .col-inner:before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      background-image: url('/wp-content/themes/flatsome-child/images/slider-bg-map-1.webp');
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0.05;
      position: absolute;
      inset: 0;
      overflow: hidden;
    }
    .page-about-1 .row-bottom .col-left p {
      position: relative;
    }
    .page-about-1 .row-bottom .text-top p {
      font-size: 17px;
      margin-bottom: 30px;
    }
    .page-about-1 .row-bottom .stack {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 30px;
    }
    .page-about-1 .row-bottom .stack .text {
      display: flex;
      align-items: center;
      position: relative;
    }
    .page-about-1 .row-bottom .stack .text:before {
      content: '';
      width: 0;
      height: 100%;
      border-right: 1px dashed #ffffff69;
      position: absolute;
      right: -15px;
    }
    .page-about-1 .row-bottom .stack .text:last-of-type:before {
      display: none;
    }
    .page-about-1 .row-bottom .stack .text p:first-of-type {
      font-size: 50px;
      font-family: var(--bold);
      width: 90px;
      line-height: 1;
      margin-bottom: 0;
    }
    .page-about-1 .row-bottom .stack .text p:nth-of-type(2) {
      font-size: 18px;
      font-family: var(--medium);
    }
    .page-about-1 .row-bottom .icon-box {
      padding: 20px;
      background-color: #f8e4e4;
    }
    .page-about-1 .row-bottom .icon-box h5 {
      margin-bottom: 0;
      font-size: 16px;
      color: #666;
      font-family: var(--semi);
    }
    .page-about-1 .row-bottom .icon-box p {
      font-size: 24px;
      font-family: var(--bold);
      color: #d70006;
    }
    .page-about-1 .row-bottom .icon-box-img {
      width: 55px !important;
      height: 55px;
      background-color: #d70006;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
    .page-about-1 .row-bottom .icon-box-img svg {
      padding-top: 0;
    }
    .page-about-1 .row-bottom .icon-box-img .icon {
      width: 28px;
      height: 28px;
    }
    #main .page-about-2 .col {
      padding-bottom: 0;
    }
    #main .page-about-2 .box {
      display: flex;
      flex-direction: column;
      grid-gap: 60px;
    }
    #main .page-about-2 .box:before {
      content: '';
      width: 17px;
      height: 17px;
      background-color: var(--theme-color);
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    #main .page-about-2 .box-image {
      width: 100%;
    }
    #main .page-about-2 .col:nth-of-type(2n) .box-text {
      order: -1;
      display: flex;
      align-items: flex-end;
    }

    #main .page-about-2 .box-text {
      height: 230px;
      padding: 0;
    }
    #main .page-about-2 .image-cover {
      padding-top: 230px !important;
      border-radius: 4px;
    }
    #main .page-about-2 .flickity-viewport:before {
      content: '';
      width: calc(100% - 36px);
      height: 1px;
      background-color: #20355675;
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 18px;
    }
    #main .page-about-2 .slider-nav-circle .flickity-button {
      opacity: 1;
      box-shadow: none !important;
      background-color: transparent;
      top: 50% !important;
      transform: translateY(-50%) !important;
    }
    #main .page-about-2 .slider-nav-circle .flickity-button.previous {
      left: 0;
    }
    #main .page-about-2 .flickity-button.previous:before {
      content: '\f060';
      font-size: 30px;
    }
    #main .page-about-2 .flickity-button.next {
      right: 0;
    }
    #main .page-about-2 .flickity-button.next:before {
      content: '\f061';
      font-size: 30px;
    }
    #main .page-about-2 .box-text h4 {
      font-size: 18px;
      margin-bottom: 15px;
    }
    #main .page-about-2 .slider-wrapper {
      margin-left: -15px;
      margin-right: -15px;
    }
    #main .page-about-2 {
      padding-top: 0;
    }

    .page-about-3 .col-icon .box-image {
      /* top: -37px; */
      overflow: unset;
    }
    .page-about-3 .col-icon .box-image img {
      object-fit: contain;
      height: 250px;
      margin-top: -37px;
    }
    .page-about-3 .col-icon h4 {
      font-size: 25px;
      font-family: var(--xbold);
      margin-bottom: 20px;
    }
    .page-about-3 .box {
      padding: 0 50px 40px 50px;
      box-shadow: 0 10px 50px 0 rgba(4, 16, 38, 0.06);
      background-color: #fff;
      transition: all 0.3s;
    }
    .page-about-3 .box:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      border: 8px solid var(--theme-color);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .page-about-3 .box:hover:before {
      opacity: 1;
    }
    .page-about-3 .box:hover {
      transform: translate(-15px, -15px);
      cursor: pointer;
    }
    .page-about-3 .col-inner:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: repeating-linear-gradient(
        -45deg,
        #fff,
        #fff 2.5px,
        var(--theme-color) 4px,
        var(--theme-color) 0
      );
    }

    .page-about-3 .box .box-text {
      padding: 0;
    }
    #main .page-about-3 {
      padding-top: 80px;
    }
    .page-about-3 .col-inner,
    .page-about-3 .col-inner .box {
      height: 100%;
    }
    /* End page-about */
    /* page-service */
    #main .page-service-1 {
      padding-bottom: 0;
    }
    #main .page-service-2 .accordion-title {
      padding: 20px;
      border: 0;
      background-color: transparent;
      border-bottom: 1px solid #ebebeb;
      font-size: 20px;
      font-weight: normal;
      font-family: var(--semi);
      position: relative;
    }
    #main .page-service-2 .accordion-inner {
      border-bottom: 1px solid #ebebeb;
      padding: 20px 20px 0;
    }
    .page-service-2 .accordion-inner p {
      font-size: 17px;
      font-family: var(--medium);
    }
    .page-service-2 .icon-angle-down:before {
      content: '\2b';
      font-family: var(--fa6);
    }
    .page-service-2 .accordion-title .toggle {
      margin: 0;
      font-size: 15px;
      right: 0;
      left: unset;
      top: 50%;
      transform: translateY(-50%);
      opacity: 1;
      right: 20px;
    }
    .page-service-2 .accordion-title.active .icon-angle-down:before {
      content: '\f068';
    }
    #main .page-service-2 .row:nth-of-type(2) {
      margin-top: 15px;
    }
    /* End page-service */
    #main .slider-home .img .img-inner,
    #main .slider-home .banner {
      padding-top: 100vh !important;
    }
    .admin-bar #main .slider-home .img .img-inner,
    .admin-bar #main .slider-home .banner {
      padding-top: calc(100vh - 32px) !important;
    }
    @media screen and (min-width: 1024px) {
    }
    @media screen and (max-width: 1199.98px) {
      .sec-home-1 .col-left h2,
      .page-service-1 h2,
      .sec-home-4 .col-title h2,
      .sec-home-5 .col-title h2 {
        font-size: 55px;
      }
      .sec-home-1 .col-left {
        padding-right: 50px;
      }
      .sec-home-1 .col-right .text-number p:first-of-type {
        font-size: 80px;
      }
      #main .sec-home-1 {
        padding-top: 60px;
        padding-bottom: 20px;
      }
      #wrapper .sec-home-4 .button.btn-viewall,
      #wrapper .sec-home-5 .button.btn-viewall {
        margin-right: 30px;
      }
      .sec-home-4 .col-left .nav-vertical + .tab-panels p {
        font-size: 16px;
      }
      #main .sec-home-4 {
        padding-top: 60px;
        padding-bottom: 0;
      }
      .page-about-1 .col-text h2,
      .page-about-2 .title h2 {
        font-size: 32px;
      }
      .page-about-1 .row-bottom {
        margin-top: 0;
      }
      .page-about-1 .row-bottom .col-left {
        padding-left: 15px;
      }
      .page-about-1 .row-bottom .col-left > .col-inner {
        padding: 30px;
      }
      .page-about-3 .box {
        padding: 0 30px 30px;
      }
      .page-about-1 .col-text h2,
      .page-about-2 .title h2 {
        font-size: 28px;
      }
      .page-service-2 .row:nth-of-type(2n) .col-img {
        order: -1;
      }
    }
    @media screen and (max-width: 1199.98px) and (min-width: 850px) {
    }

    @media screen and (min-width: 850px) {
      #footer .col-1 {
        flex-basis: 33.33%;
        max-width: 33.33%;
      }

      #footer .col-2,
      #footer .col-3 {
        flex-basis: 18.667%;
        max-width: 18.667%;
      }

      #footer .col-4 {
        flex: 1;
        max-width: unset;
      }
      .page-about-1 .col-img {
        padding-right: 30px;
      }
    }

    @media screen and (max-width: 849.98px) {
      .blog-wrapper .archive-page-header .col,
      .blog-wrapper .header-single .col,
      .page-banner .col {
        padding-top: 150px;
        padding-bottom: 80px;
      }

      .blog-wrapper .archive-page-header h1.page-title,
      .blog-wrapper .header-single h2,
      .page-banner h1.entry-title,
      .category-page-title h1.shop-page-title,
      .single .featured-title .entry-title {
        font-size: 40px;
      }

      .row.blog-top {
        background-color: transparent;
      }

      .blog-archive .blog-main:before,
      .blog-archive .project-main:before {
        opacity: 0.5;
      }

      .row.blog-top .col-left .button.btn-viewall {
        margin: 5px 0 30px;
      }

      .row.blog-top .col-right .img {
        margin-bottom: 0;
      }

      .row.blog-top {
        margin-bottom: 40px;
      }

      .row.blog-top .col-left {
        padding: 15px;
      }

      .blog-share {
        order: 1;
        padding: 0 15px 30px;
      }

      .blog-share .social-icons {
        flex-direction: row;
        justify-content: flex-end;
      }

      .blog-share .social-icons {
        margin-top: 15px;
      }

      .blog-share .social-icons span {
        margin-bottom: 0;
      }

      .single .post-sidebar {
        order: 2;
      }

      .single .large-7.col {
        padding-bottom: 10px;
      }

      .entry-content {
        padding-bottom: 0;
      }

      .blog-single h1.entry-title {
        font-size: 24px;
      }

      #header .btn-menumobi {
        font-size: 22px;
        color: #292929;
      }

      #header .btn-menumobi {
        width: 22px;
        height: 16px;
        position: relative;
        margin: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
      }

      #header .btn-menumobi span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: var(--theme-color2);
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
      }

      #header .btn-menumobi span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
      }

      #header .btn-menumobi span:nth-child(2) {
        top: 8px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        width: 80%;
        left: 20%;
      }

      #header .btn-menumobi span:nth-child(3) {
        top: 16px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
      }

      #header .btn-menumobi.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 2px;
      }

      #header .btn-menumobi.active span:nth-child(2) {
        width: 0%;
        opacity: 0;
      }

      #header .btn-menumobi.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 12px;
        left: 2px;
      }

      .header-main li.html.custom {
        display: block;
        margin-right: 12px;
      }

      #main-menu.mobile-sidebar .menu-item {
        border: 0;
      }

      #main-menu.mobile-sidebar .menu-item a {
        color: #212121;
        padding: 14px 30px 14px 30px;
        font-size: 16px;
        font-weight: 500;
      }

      #main-menu.mobile-sidebar .menu-cate {
        order: -3;
        background-color: #fff;
        padding: 15px;
      }

      #main-menu.mobile-sidebar .menu-cate > a {
        background: linear-gradient(
          290.37deg,
          rgba(138, 189, 164, 0.5) 9.78%,
          rgba(218, 240, 180, 0.5) 109.56%
        );
        border-radius: 8px;
        border-top: 0;
      }

      #main-menu.mobile-sidebar .menu-cate > a:before {
        content: '\f550';
        font-family: var(--fa6);
        margin-right: 6px;
        opacity: 1 !important;
        visibility: visible !important;
      }

      .nav:not(.nav-slide) .active > .children {
        padding-bottom: 0;
      }

      #main-menu.mobile-sidebar .menu-cate .toggle {
        position: absolute;
        z-index: 2;
        right: 15px;
        width: 40px;
        height: 40px;
        margin: 0;
        top: 20px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
      }

      #main-menu.mobile-sidebar .menu-cate .toggle i:before {
        content: '\f0d7';
        font-family: var(--fa6);
        font-weight: 700;
        color: var(--theme-color);
        font-size: 20px;
      }

      #main-menu.mobile-sidebar .menu-topmobi {
        order: -2;
        background-color: #fff;
        padding: 0 15px;
      }

      #main-menu.mobile-sidebar .menu-topmobi:nth-of-type(1) {
        border-top: 0;
      }

      #main-menu.mobile-sidebar .menu-topmobi .toggle {
        position: absolute;
        z-index: 2;
        right: 15px;
        width: 40px;
        height: 40px;
        margin: 0;
        top: 10px;
      }

      #main-menu.mobile-sidebar .menu-topmobi .toggle i {
        font-size: 20px;
      }

      #masthead .image-icon img {
        max-width: 18px;
      }

      #masthead .image-icon:after {
        top: -14px;
        right: -14px;
        width: 16px;
        height: 16px;
        font-size: 10px;
      }

      .mobile-nav .icon-menu {
        color: var(--theme-color);
        margin-right: 15px;
      }
      .transparent .mobile-nav .icon-menu {
        color: #fff;
      }
      .mobile-nav .icon-menu:before {
        content: '\f0c9';
        font-family: var(--fa6);
      }

      .off-canvas-right .mfp-content {
        padding: 0;
        margin: 0;
        background-color: #fafafa;
        width: 375px;
      }

      .mobile-sidebar .logo-mobile {
        padding: 30px;
        border-bottom: 1px solid #ddd;
      }

      .mobile-sidebar .logo-mobile img {
        height: 56px;
        object-fit: contain;
      }

      .mfp-close {
        opacity: 1 !important;
        top: 30px;
        right: 30px;
      }

      .mobile-sidebar .info_menu {
        margin-top: auto;
        display: block;
        padding: 0 30px 30px;
      }

      .mobile-sidebar .info_menu ul {
        list-style: none;
      }

      .mobile-sidebar .info_menu ul li {
        color: #777;
        font-size: 14px;
        padding-left: 25px;
        position: relative;
      }

      .mobile-sidebar .info_menu ul li i {
        position: absolute;
        left: 0;
        top: 5px;
      }

      #main-menu.mobile-sidebar {
        height: 100%;
        display: flex;
        flex-direction: column;
      }

      .category-filtering {
        width: 42px;
        height: 42px;
        background: var(--theme-color);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px 0 0 6px;
        color: #fff;
        font-size: 18px;
        position: fixed;
        right: 0;
        top: 35%;
        z-index: 12;
        border: 1px solid #fff;
        border-left: 0;
      }

      .category-filtering .inline-block {
        display: none;
      }

      .category-filtering strong {
        display: none;
      }

      .category-filtering .filter-button {
        margin: 0;
      }

      .blog-featured-title + #main .post-sidebar {
        padding-left: 15px;
      }

      #footer .form-contact {
        gap: 20px;
      }

      .slick-prev.slick-arrow,
      .slick-next.slick-arrow {
        opacity: 1;
      }

      #header .icon-shopping-basket:before {
        color: var(--theme-color);
        font-size: 21px;
        margin-right: 5px;
      }

      #header .header-main {
        height: 70px !important;
      }

      .blog-archive .list-project .box-blog-post .post-title a {
        -webkit-line-clamp: 2;
      }
      .sec-home-1 .col-left {
        padding-right: 15px;
      }
      .sec-home-1 .col-left h2,
      .page-service-1 h2,
      .sec-home-4 .col-title h2,
      .sec-home-5 .col-title h2 {
        font-size: 40px;
      }
      .sec-home-1 .col-left h3 {
        font-size: 20px;
        margin-top: 20px;
      }
      .sec-home-1 .col-right .text-number p:first-of-type {
        font-size: 60px;
      }
      .sec-home-1 .col-right .text-number p:nth-of-type(2) {
        font-size: 18px;
      }
      .sec-home-1 .col-left p:last-of-type {
        margin-bottom: 20px;
      }
      .sec-home-2 .text-run ul li {
        font-size: 65px;
      }
      #main .sec-home-2 {
        padding-top: 200px;
      }
      #main .sec-home-2 .section-bg,
      #main .sec-home-3 .section-bg {
        background-position: top center;
        background-attachment: unset;
      }
      .sec-home-3 .col-icon .col-inner {
        grid-template-columns: repeat(2, 1fr);
      }
      .sec-home-3 .col-icon .col-inner:before {
        display: none;
      }
      #wrapper .sec-home-4 .button.btn-viewall,
      #wrapper .sec-home-5 .button.btn-viewall {
        top: 20px;
      }
      .sec-home-4 .col-left {
        flex-basis: 100%;
        max-width: 100%;
        padding-right: 15px;
      }
      .sec-home-4 .col-right {
        flex-basis: 100%;
        max-width: 100%;
      }
      .sec-home-4 .col-title p,
      .sec-home-5 .col-title p {
        font-size: 20px;
      }
      .slider-home .banner h2 {
        font-size: 40px;
      }
      .admin-bar #main .slider-home .img .img-inner,
      .admin-bar #main .slider-home .banner {
        padding-top: 100vh !important;
      }
      .page-about-1 .row-bottom .col-left {
        padding-left: 15px;
        flex-basis: 100%;
        max-width: 100%;
      }
      #main .page-about-1 {
        padding-bottom: 30px;
        padding-top: 40px;
      }
      .page-service-1 .col-right {
        padding-bottom: 0;
      }
    }

    @media screen and (min-width: 768px) {
    }

    @media screen and (max-width: 767.98px) {
      body.home {
        overflow-x: hidden;
      }

      #wrapper .button.btn-viewall:after {
      }

      .row.blog-top .col-left h2 {
        font-size: 27px;
        line-height: 36px;
        margin-bottom: 20px;
      }

      .blog-wrapper .archive-page-header h2.page-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0;
      }

      .box-blog-post .box-text .cat-label {
        margin-bottom: 10px;
      }

      #main .slider-nav-circle .flickity-button {
        width: 38px !important;
        height: 38px !important;
        min-height: 38px;
        background-color: #fff !important;
      }

      #main .slider-nav-circle .flickity-button:before {
        height: 100%;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .button.btn-viewall:before {
        width: 25px;
        height: 25px;
        margin-right: 10px;
      }

      .blog-wrapper .archive-page-header .col,
      .blog-wrapper .header-single .col,
      .page-banner .col {
        padding: 130px 15px 40px;
      }

      .blog-wrapper .archive-page-header h1.page-title,
      .blog-wrapper .header-single h2,
      .page-banner h1.entry-title {
        font-size: 24px;
        margin-bottom: 0;
      }

      .row.blog-top {
        padding-top: 0;
      }

      .post-sidebar .block_widget .col-item {
        padding: 20px 15px !important;
      }

      .featured-posts .title-post {
        font-size: 26px;
        margin-bottom: 15px;
      }

      .off-canvas-right .mfp-content {
        width: 100%;
      }

      .slider .flickity-page-dots {
        bottom: 0;
      }

      .blog-wrapper .archive-page-header h1.page-title,
      .blog-wrapper .header-single h2,
      .page-banner h1.entry-title,
      .category-page-title h1.shop-page-title {
        font-size: 26px;
      }

      .archive .category-page-row,
      .blog-archive .blog-main {
        padding-top: 20px;
      }

      .blog-archive .box-text .button {
        display: none;
      }

      .blog-archive .box-text {
        padding: 100px 15px 15px;
      }

      .blog-archive .box-text .post-meta {
        margin-bottom: 5px;
      }

      .blog-wrapper .archive-page-header h1.page-title,
      .blog-wrapper .header-single h2,
      .page-banner h1.entry-title,
      .category-page-title h1.shop-page-title,
      .single .featured-title .entry-title {
        font-size: 26px;
        margin-bottom: 10px;
      }

      .blog-wrapper .archive-page-header .col,
      .blog-wrapper .header-single .col,
      .page-banner .col {
        padding-bottom: 40px;
        padding-top: 130px;
      }

      .single .blog-single {
        padding-top: 40px;
      }

      #header .header-wrapper:after {
        display: none;
      }

      #header .header-wrapper:before {
        height: 70px;
        right: 70px;
      }

      .mobile-nav .icon-menu {
        margin-right: 5px;
      }

      #header #logo img {
        margin: 0;
      }

      #main .sec-news .blog-grid {
        display: block;
      }

      .sec-news .blog-grid .box-blog-post {
        margin-bottom: 25px;
      }

      .sec-news .blog-grid .post-item:first-of-type .image-cover {
        padding-top: 100% !important;
      }

      .box-blog-post .from_the_blog_excerpt {
        font-size: 14px;
      }

      #footer .form-contact {
        display: block;
      }

      body .off-canvas-left .mfp-content {
        max-width: 85% !important;
        width: 310px;
      }

      .single .shop-page-title .rank-math-breadcrumb .last,
      .single .shop-page-title .rank-math-breadcrumb span:nth-last-of-type(2) {
        display: none;
      }

      .page-contact .info-contact h2 {
        font-size: 24px;
      }

      .page-contact .form-contact .col-content {
        display: flex;
        flex-direction: column;
        grid-gap: 15px;
      }

      #footer .sec-menu {
        padding-top: 40px;
      }

      .blog-archive .box-blog-post .box-text {
        padding: 20px 15px;
      }
      .slider-home .banner h2 {
        font-size: 30px;
        margin-bottom: 15px;
      }
      .slider-home .banner p {
        font-size: 14px;
      }
      #main .slider-home .slider .flickity-page-dots {
        top: unset;
        bottom: 20px;
        transform: unset;
      }
      .sec-home-1 .col-left h2,
      .page-service-1 h2,
      .sec-home-4 .col-title h2,
      .sec-home-5 .col-title h2 {
        font-size: 30px;
        padding-bottom: 15px;
      }
      .sec-home-1 .col-left h2 {
        padding-bottom: 15px;
      }
      .sec-home-1 .col-left ul,
      .page-service-1 ul {
        grid-template-columns: repeat(1, 1fr);
      }
      .sec-home-1 .col-right .text-number {
        text-align: center;
      }
      .sec-home-1 .col-right .text-number p:first-of-type {
        padding-bottom: 10px;
        margin-bottom: 10px;
      }
      .sec-home-2 .text-run ul li {
        font-size: 48px;
      }
      #main .sec-home-2 {
        padding-top: 180px;
      }
      #main .sec-home-3 {
        padding-top: 40px;
        padding-bottom: 30px;
      }
      .sec-home-3 .col-icon .col-inner {
        grid-template-columns: repeat(1, 1fr);
      }
      #wrapper .sec-home-4 .button.btn-viewall,
      #wrapper .sec-home-5 .button.btn-viewall {
        position: relative;
        width: fit-content;
        display: inline-flex;
        inset: unset;
      }
      .sec-home-4 .col-left .tabbed-content .nav-vertical {
        width: 100%;
        flex-flow: row;
        grid-gap: 20px;
      }
      .sec-home-4 .col-left .nav .tab {
        width: fit-content;
      }
      .sec-home-4 .col-left .nav-vertical + .tab-panels {
        padding: 20px 0 0;
      }
      .sec-home-6 .title h2 {
        font-size: 24px;
      }
      #main .sec-home-5 {
        padding-bottom: 10px;
      }
      .blog-archive .box-blog-post .box-text,
      .sec-home-5 .box-blog-post .box-text {
        padding: 20px 15px 15px;
      }
      .page-about-1 .row-bottom .stack {
        grid-template-columns: repeat(1, 1fr);
      }
      .page-about-1 .row-bottom .stack .text:before {
        display: none;
      }
      #main .page-about-3 {
        padding-top: 40px;
      }
      .page-about-3 .col:not(:last-of-type) {
        padding-bottom: 40px;
      }
      #main .page-service-1 {
        padding-top: 40px;
      }
      #main .page-service-2 {
        padding-top: 0;
      }
      #main .page-service-2 .accordion-title {
        padding: 15px;
        font-size: 18px;
      }
      .page-service-2 .accordion-title .toggle {
        font-size: 12px;
      }
    }

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

      50% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.5);
      }

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

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

      50% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.3);
      }

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

    @-webkit-keyframes shake_ani {
      0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
      }

      10% {
        -webkit-transform: rotate(-30deg) scale(1) skew(1deg);
      }

      20% {
        -webkit-transform: rotate(30deg) scale(1) skew(1deg);
      }

      30% {
        -webkit-transform: rotate(-30deg) scale(1) skew(1deg);
      }

      40% {
        -webkit-transform: rotate(30deg) scale(1) skew(1deg);
      }

      50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
      }

      100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
      }
    }

    @keyframes qode-move-horizontal-normal-text-marquee {
      0% {
        transform: translateX(0) translateZ(0);
      }

      100% {
        transform: translateX(-100%) translateZ(0);
      }
    }
    @keyframes qode-move-horizontal-normal-text-marquee-copy {
      0% {
        transform: translateX(100%) translateZ(0);
      }

      100% {
        transform: translateX(0) translateZ(0);
      }
    }
  }

  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
@keyframes qode-move-horizontal-normal-text-marquee-copy {
  0% {
    transform: translateX(100%) translateZ(0);
  }

  100% {
    transform: translateX(0) translateZ(0);
  }
}
