:root {
  --theme-color: #ad0042;
  --theme-color2: #343f6d;
  --black: #515151;
  --fa6: 'Font Awesome 6 Pro';
  --regular: 'Montserrat-Regular';
  --medi: 'Montserrat-Medium';
  --semi: 'Montserrat-SemiBold';
  --bold: 'Montserrat-Bold';
  --garasemi: 'CormorantGaramond-SemiBold';
  --garabold: 'CormorantGaramond-Bold';
}

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

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('./fonts/Montserrat-Bold.woff2') format('woff2'),
    url('./fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('./fonts/Montserrat-Medium.woff2') format('woff2'),
    url('./fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('./fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('./fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('./fonts/Montserrat-Italic.woff2') format('woff2'),
    url('./fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'CormorantGaramond-SemiBold';
  src: url('./fonts/CormorantGaramond-SemiBold.woff2') format('woff2'),
    url('./fonts/CormorantGaramond-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

/* Format theme */
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: var(--black);
  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;
  transition: all 0.5s ease-in;
}
/* Header */
#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 .header-main {
  border-bottom: 1px solid #ddd;
}
.header-nav-main > .menu-item {
  margin: 0px 15px;
}

.header-nav-main .menu-item a {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  padding: 3px 0px;
}
.header-nav-main > .menu-item > a {
  color: #333;
  padding: 19px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--bold);
  border-radius: 10px 10px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-nav-main > .menu-item > a:hover {
  color: var(--theme-color) !important;
}
.header-nav-main > .menu-item > a .box-menu {
  display: none;
}
.header-nav-main > .menu-item.active > a {
  color: var(--theme-color);
}
.header-nav-main > .menu-item > a:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 0%;
  height: 2px;
  opacity: 0;
  bottom: 10px;
  transition: all 0.5s;
  left: 50%;
  transform: translateX(-50%);
}
.header-nav-main > .menu-item > a:hover:before {
  opacity: 1;
  width: 100%;
  transition: all 0.5s;
}
.header-nav-main .header-cart-icon {
  background: #004935;
  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: #333;
}
.header-nav-main .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
  font-size: 20px;
  display: inline-block;
  transform: translateY(-2px);
}

#header #logo img {
  max-height: 50px !important;
}

#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 .sub-menu {
  min-width: 250px;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  top: 70px;
}
.header-nav-main .menu-item .sub-menu a {
  color: #343f6d;
  font-weight: normal;
  margin: 0;
  padding: 8px 10px;
  display: block;
  border-bottom: 0;
  line-height: 22px;
  font-family: var(--medi);
  text-transform: unset;
}
.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu a:hover {
  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 > .sub-menu {
  box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  border: 1px solid var(--theme-color);
  padding: 20px;
  border-radius: 0 0 10px 10px;
  border-top: 0;
  margin: 0 !important;
}
.header-nav-main li.current-dropdown > .nav-dropdown {
  left: 50%;
  transform: translateX(-50%);
}
.header-nav-main > .menu-item > .sub-menu > li > a {
  color: var(--theme-color);
  font-family: var(--bold);
  padding-left: 24px;
  position: relative;
}
.header-nav-main > .menu-item > .sub-menu > li > a:hover {
  background-color: #f2f2f2;
  color: var(--theme-color2);
}
.header-nav-main > .menu-item > .sub-menu > li > a:before {
  content: '';
  width: 7px;
  height: 7px;
  background: var(--theme-color);
  border-radius: 1px;
  transform: rotate(45deg);
  position: absolute;
  left: 7px;
  top: 14px;
}
#header #header-contact li {
  margin: 0;
}
#header-contact .icon-envelop:before,
#header-contact .icon-phone:before {
  content: '\f0e0';
  font-family: var(--fa6);
  color: var(--theme-color);
  font-size: 22px;
}
#header-contact li i {
  margin-right: 5px;
}
#header-contact .icon-phone {
  animation: shake_ani 1s infinite ease-in-out;
  animation: shake_ani 1s infinite ease-in-out;
}

#header-contact .icon-phone:before {
  content: '\f025';
  font-weight: bold;
}
#header #header-contact li a {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  opacity: 1;
  padding: 0px 30px;
  border-right: 1px solid #ebebec;
  height: 60px;
}
#header #header-contact li:first-of-type a {
  border-left: 1px solid #ebebec;
}
#header #header-contact li:last-of-type a {
  font-size: 22px;
  color: var(--theme-color);
  font-family: var(--bold);
}
#header #header-contact li a:after {
  display: none;
}
#header .searchform .button.icon {
  background-color: transparent;
  border: 0;
  color: var(--theme-color);
  font-size: 16px;
  box-shadow: none;
  margin-top: -6px;
}
#header .searchform input[type='search'] {
  border: 0;
  box-shadow: none;
  width: 200px;
  font-size: 16px;
  height: 45px;
  color: #666;
}
/* End header */
#wrapper .button.btn-viewall {
  margin: 0;
  height: 45px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--medi);
  text-transform: uppercase;
  padding: 0 25px;
  border: 1px solid var(--theme-color);
  border-radius: 4px;
  z-index: 1;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-color: var(--theme-color);
  color: #fff;
}
#wrapper .button.btn-viewall::before {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: 38px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  transform-origin: center;
  transform: translate3d(50%, 50%, 0) scale3d(0, 0, 0);
  transition: transform 0.45s ease-in-out;
}

#wrapper .button.btn-viewall:hover {
  color: var(--theme-color);
  box-shadow: none;
}

#wrapper .button.btn-viewall:hover::before {
  transform: translate3d(50%, 50%, 0) scale3d(15, 15, 15);
}

.slider-nav-circle .flickity-button {
  width: 45px !important;
  height: 45px;
  top: 45% !important;
  margin-top: 0 !important;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  transform: unset !important;
  color: var(--theme-color);
  background: url(./images/btn-next.svg) no-repeat center;
}

.slider-nav-circle .flickity-button svg {
  display: none;
}
.slider-nav-circle .flickity-button.previous {
  background: url(./images/btn-prev.svg) no-repeat center;
}
.slider .flickity-page-dots li.dot {
  width: 6px;
  height: 6px;
  opacity: 1;
  background-color: #363636;
  margin: 0 10px;
  position: relative;
  border: 0;
  opacity: 0.5;
}

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

.info-sidebar {
  position: fixed;
  bottom: 0;
  right: -525px;
  width: 380px;
  height: calc(100% - 90px);
  padding: 50px;
  background-color: #102750;
  text-align: left;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.info-sidebar p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.admin-bar .info-sidebar {
  height: calc(100% - 122px);
}
.info-sidebar .img {
  max-width: 168px;
  margin-bottom: 30px;
}
.info-sidebar.show {
  visibility: visible;
  right: 0;
}
.info-sidebar .btn-close {
  position: absolute;
  top: 21px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: #fff;
  cursor: pointer;
}
.info-sidebar .btn-close svg {
  fill: currentColor;
}
/* slider-home */
#main .slider-home .slider .flickity-page-dots {
  bottom: 10px;
}
#main .slider-home .slider .flickity-page-dots li.dot {
  opacity: 1;
  background-color: #fff;
  margin: 0 8px;
}
#main .slider-home .slider .flickity-page-dots li.dot.is-selected {
  background-color: var(--theme-color);
}
/* End slider-home */
#main .slider .flickity-page-dots li.is-selected
/* sec-newhome */

.box-blog-post .box-text .cat-label {
  margin-bottom: 14px;
  margin-top: 0;
}
.box-blog-post .box-text .cat-label span {
  display: inline-block;
  z-index: 3;
  position: relative;
  color: #3dac22;
  background: #e9ffbb;
  border-radius: 2px;
  padding: 0px 15px;
  line-height: 20px;
  font-size: 12px;
}
.box-blog-post .box-text .post-title a {
  color: #102750;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--medi);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  margin-top: 0;
  text-transform: uppercase;
}
.box-blog-post .box-text .post-title a:hover {
  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 !important;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.box-blog-post .button {
  text-align: right;
  width: fit-content;
  font-size: 14px;
  font-family: var(--medi);
  font-weight: normal;
  position: relative;
  padding: 0;
  margin: 5px 0 0;
  color: var(--theme-color);
}
.box-blog-post .button:before {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid var(--theme-color);
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  transition: all 0.3s;
}
.box-blog-post .button:hover:before {
  transform: scale(0.7);
  border-bottom-color: var(--theme-color2);
}
/* End sec-newhome */

#main .slider .flickity-page-dots li.dot {
  width: 10px;
  height: 10px;
  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 .flickity-page-dots {
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* sec-home1 */
.title h2 {
  font-size: 48px;
  font-family: var(--garabold);
  margin-bottom: 30px;
  text-transform: uppercase;
}
.sec-home1 .col-image .col-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.sec-home1 .col-image .box-image {
  border-radius: 10px;
}
.sec-home1 .col-image .box-text h2 {
  margin: 0;
  text-transform: uppercase;
  font-family: var(--regular);
  font-size: 20px;
  transition: all 0.3s;
}
.sec-home1 .col-image {
  padding-bottom: 0;
}
.sec-home1 .col-image .box-text {
  padding: 15px;
}
.sec-home1 .col-image .box:hover .image-cover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sec-home1 .col-image .box:hover h2 {
  color: var(--theme-color2);
  font-family: var(--semi);
}
/* End sec-home1 */
/* sec-home2 */

.sec-home2 .box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
}
.sec-home2 .box .box-image {
  width: 100%;
}
.sec-home2 .box .box-image img {
  object-fit: contain;
}
.sec-home2 .box .box-text {
  padding-left: 40px;
}
.sec-home2 .box .box-text h4 {
  font-size: 48px;
  font-family: var(--garabold);
  text-align: center;
  margin-bottom: 10px;
}
.sec-home2 .box .box-text .content {
  max-height: 300px;
  overflow: auto;
}
::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #f6f6f6;
  font-weight: 600;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 10px;
}
/* End sec-home2 */
/* sec-home3 */
.sec-home3 .tabbed-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
.sec-home3 .tabbed-content > h4 {
  font-size: 48px;
  font-family: var(--garabold);
  margin-bottom: 10px;
}
.sec-home3 .tabbed-content .nav a {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: var(--medi);
  color: var(--theme-color);
  padding: 2px 0;
}
.sec-home3 .tabbed-content .nav .active a {
  color: #343f6d;
}
.sec-home3 .tabbed-content .nav li {
  margin: 0 30px;
}
.sec-home3 .tabbed-content .nav a:before {
  display: none;
}
.sec-home3 .tabbed-content .nav a:after {
  content: '';
  background: #343f6d;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.sec-home3 .tabbed-content .nav .active a:after {
  transform: scale(1);
}
.sec-home3 .tabbed-content .tab-panels {
  padding-top: 30px;
}
.sec-home3 .image-cover {
  border-radius: 60px 0;
}
.sec-home3 .panel h4 {
  text-align: center;
  font-size: 20px;
  color: var(--theme-color2);
}
.sec-home3 .panel p {
  line-height: 28px;
  font-family: var(--medi);
  text-align: left;
}
.sec-home3 .panel .button {
  margin: 0 0 0 auto;
  display: block;
  text-align: right;
  width: fit-content;
  font-size: 16px;
  font-family: var(--medi);
  font-weight: normal;
  position: relative;
  padding: 0;
}
.sec-home3 .panel .button:before {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid var(--theme-color);
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  transition: all 0.3s;
}
.sec-home3 .panel .button:hover:before {
  transform: scale(0.7);
  border-bottom-color: var(--theme-color2);
}
/* End sec-home3 */
/* sec-home4 */
.sec-home4 .col-icon img {
  padding: 0;
  transition: all 0.1s ease-in-out;
  transform: scale(0.9);
  width: 150px;
  height: 150px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.sec-home4 .col-icon .col-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.sec-home4 .col-icon .icon-box-text {
  text-align: center;
}
.sec-home4 .col-icon .icon-box-img {
  margin: 0 auto 5px;
}
.sec-home4 .col-icon .icon-box:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  filter: hue-rotate(266deg) saturate(53%);
}
.sec-home4 .col-icon .icon-box:hover h3 {
  color: var(--theme-color2);
}
/* End sec-home4 */
/* sec-home5 */
.sec-home5 .icon-box .icon-box-img {
  width: 100% !important;
}
.sec-home5 .icon-box .icon {
  display: flex;
  align-items: center;
  position: relative;
}

.sec-home5 .icon-box .icon-inner {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.sec-home5 .icon-box .icon-inner img {
  padding-top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-home5 .icon-box .name-user {
  margin-bottom: 0;
}
.sec-home5 .icon-box .info-user {
  font-size: 14px;
}
.sec-home5 .icon-box {
  border: 1px solid #ddd;
  padding: 20px 25px;
  border-radius: 6px;
  background-color: #fff;
}
#main .sec-home5 .slider-nav-circle .flickity-button {
  top: 40% !important;
}
/* End sec-home5 */
/* sec-home6 */
.box-blog-post .image-cover {
  border-radius: 10px;
}
/* End sec-home6 */
/* Footer */

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

.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: transparent;
  border-top: 1px solid #e1e1e187;
}
.absolute-footer .copyright-footer {
  color: white;
  width: 100%;
  text-align: center;
}
#footer {
  background: var(--theme-color);
/*   border-radius: 100px 100px 0 0; */
  padding: 50px 0 0;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}
#footer .col-4 .social-footer {
	margin-top: 7.5px;
}
#footer .col-4 .social-footer i {
	color: white;
	margin-right: 10px;
}
#footer .col-2 p {
	font-size: 15px;
	color: white;
	padding: 7.5px 0;
	margin-bottom: 0;
	display: flex;
	align-items: baseline;
}
#footer .col-2 p i {
	margin-right: 10px;
}
#footer .ux-menu .ux-menu-title,
#footer .col-4 p:first-of-type {
  min-height: unset;
  color: white;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 8px;
  padding: 0;
  text-transform: uppercase;
  font-family: var(--bold);
  position: relative;
}

#footer .ux-menu .ux-menu-link a {
  color: white;
  font-size: 15px;
  line-height: 20px;
  min-height: unset;
  padding: 7.5px 0;
  position: relative;
}
#footer .col-2 .ux-menu .ux-menu-link a:before {
  content: '\f3c5';
  font-family: var(--fa6);
  font-weight: 700;
  width: 24px;
  height: 24px;
  display: inline-flex;
  position: absolute;
  font-size: 14px;
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 50%;
  left: 0;
  top: 6px;
  align-items: center;
  justify-content: center;
}
#footer .col-2 .ux-menu .ux-menu-link a {
  padding-left: 35px;
}
#footer .col-2 .ux-menu .ux-menu-link:nth-of-type(3) a:before {
  content: '\f095';
}
#footer .col-2 .ux-menu .ux-menu-link:nth-of-type(4) a:before {
  content: '\f0e0';
}
#footer .ux-menu .ux-menu-link a:hover {
  text-decoration: UNDERLINE;
}
#footer .col-1 .img {
  text-align: center;
}
#footer .col-1 .img img {
  height: 50px;
  width: auto;
}
#footer .col-1 p {
  text-align: justify;
  color: white;
}
/* End Footer */
/* Page aboutus */
.blog-wrapper.page-wrapper {
  padding: 0;
}
.blog-wrapper .archive-page-header {
  position: relative;
  margin-bottom: 60px;
}
.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,
.category-page-title h1.shop-page-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,
.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;
  background: #000;
  opacity: 0.5;
}
.rank-math-breadcrumb p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-align: left;
}
.archive-page-header .rank-math-breadcrumb a,
.archive-page-header .rank-math-breadcrumb span,
.page-banner .rank-math-breadcrumb span,
.page-banner .rank-math-breadcrumb a {
  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 */

.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;
}
.nav-pagination > li > span.current {
  color: #fff !important;
}
.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-color2);
  font-size: 18px;
  margin: 5px 10px;
}

.single .blog-single {
  padding-top: 80px;
}
.single .blog-single .entry-content {
  padding: 0;
  counter-reset: my-counter;
}
.rank-math-breadcrumb a {
  color: #333;
}
.rank-math-breadcrumb .separator {
  opacity: 1;
  color: #333;
}
.rank-math-breadcrumb .last {
  color: #343f6d;
  font-family: var(--medi);
}

.blog-single h1.entry-title {
  font-size: 30px;
	margin-top: 0.5em;
}
.box-postdate span {
  color: #333;
  padding: 3px;
  font-size: 14px;
  border-radius: 50px;
  z-index: 2;
  position: relative;
}
.box-postdate span:before {
  content: '\f017';
  font-family: var(--fa6);
  font-weight: bold;
  margin-right: 5px;
}
.box-postdate {
  position: relative;
}

.blog-single .entry-image {
  border-radius: 10px;
  overflow: hidden;
}
.blog-featured-title + #main .post-sidebar {
  padding: 0 15px 0 0px;
}
.post {
  margin-bottom: 0;
}
.row-divided > .col + .col:not(.large-12) {
  border: 0;
}
.entry-content.single-page > p:first-of-type {
  border: 1px solid #343f6d;
  border-radius: 10px;
  background: #ffffff;
  padding: 10px 16px;
}
.entry-content.single-page h2 {
  padding-left: 45px;
  margin-bottom: 8px;
  text-align: left;
  width: 100%;
  position: relative;
  counter-increment: my-counter;
  font-size: 24px;
  border-bottom: 2px solid var(--theme-color);
  padding-bottom: 3px;
}
#wrapper .post-sidebar {
  padding-left: 0;
}
#wrapper .post-sidebar form {
  margin: 0;
}
.form-contact {
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ad0042;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.form-contact .form-title {
  font-size: 30px;
  text-align: center;
  font-family: var(--garabold);
  text-transform: uppercase;
  color: var(--theme-color2);
  line-height: 1.3;
  margin-bottom: 10px;
}
.form-contact .form-title br {
  display: block;
}
.form-contact label {
  color: #ad0042;
  font-weight: normal;
  font-size: 16px;
  font-family: var(--medi);
  margin-bottom: 0;
  display: block;
}
.form-contact input,
.form-contact textarea {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: #ad0042 !important;
  border-width: 1px 1px 1px 3px !important;
  border-style: solid !important;
  border-radius: 5px !important;
  font-size: 14px;
  height: 40px;
}
.form-contact input::placeholder,
.form-contact textarea::placeholder {
  color: #333;
  opacity: 1;
}
.form-contact textarea {
  min-height: 90px;
}
.form-contact .form-submit {
  text-align: center;
}
.entry-content.single-page h2:before {
  content: counter(my-counter);
  position: absolute;
  left: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  color: #fff;
}
.featured-posts .title-post {
  font-size: 28px;
  margin-bottom: 30px;
}
.featured-posts .box-blog-post .image-cover {
  border-radius: 5px 5px 0 0;
}

.featured-posts .box-blog-post .box-text {
  padding: 23px 30px 27px;
  background: #f3f5f2;
}
.featured-posts .box-blog-post .box-text h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 0;
}
.featured-posts .box-blog-post .box-text .button:after {
  margin-left: 4px;
}
.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button {
  border-radius: 6px;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: -80px !important;
  transform: unset !important;
  margin: 0;
  box-shadow: none !important;
  background-color: var(--theme-color);
  color: #fff;
}
.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button.next {
  right: 15px;
  left: unset;
}
.featured-posts
  .slider-nav-outside.slider-nav-circle
  .flickity-button.previous {
  left: unset;
  right: 75px;
}

.featured-posts .list-post {
  position: relative;
  margin-bottom: 70px;
}
.featured-posts .box-blog-post .box-text .button {
  color: #292930;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  position: relative;
  height: 27px;
  line-height: 27px;
  min-height: 27px;
}

.featured-posts .box-blog-post .box-text .button:after {
  content: '\f178';
  font-family: var(--fa6);
  transform: translateY(1px);
  display: inline-block;
  font-weight: 300;
}
.featured-posts .box-blog-post .box-text .button:before {
  content: '';
  height: 1px;
  width: 0;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
}
.blog-archive .box-blog-post .button:hover:before,
.featured-posts .box-blog-post .box-text .button:hover:before {
  width: 100%;
  left: 0;
}
/* End blog-single */

/* page-contact */
.page-contact .col-icon {
  padding-left: 40px;
  padding-top: 50px;
}
.page-contact .col-icon .icon-box {
  margin-top: 30px;
  background-color: #f8f8f8;
  padding: 10px 15px;
  border-radius: 10px;
  flex-wrap: nowrap;
}
.page-contact .col-icon .icon-box h3 {
  margin-bottom: 5px;
}
.page-contact .entry-content {
  padding-bottom: 0;
}
.page-contact .col-icon h5 {
  font-size: 20px;
  margin-bottom: 0;
}
.page-contact .form-contact .form-title {
}
/* End page-contact */
@media screen and (max-width: 1199.98px) and (min-width: 850px) {
  .header-nav-main > .menu-item {
    margin: 0 8px;
  }
  .header-nav-main > .menu-item > a {
  }
  .form-contact .form-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 849.98px) {
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .single .page-title .page-title-inner {
    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-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: #000;
    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;
  }
  #header .cart-item .header-cart-link {
    background: #004935;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  #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;
  }
  .mobile-nav .icon-menu:before {
    content: '\f0c9';
    font-family: var(--fa6);
  }

  .off-canvas-right .mfp-content {
    padding: 0;
    margin: 0;
    background-color: #fff;
    width: 375px;
  }
  .mobile-sidebar .logo-mobile {
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mobile-sidebar .logo-mobile img {
    height: 50px;
    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: #000;
    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;
  }

  .blog-featured-title + #main .post-sidebar {
    padding-left: 15px;
  }
  .title h2,
  .sec-home3 .tabbed-content > h4 {
    font-size: 30px;
  }
  .sec-home2 .box .box-text {
    padding-left: 0;
  }
  .sec-home2 .box .box-text h4 {
    font-size: 30px;
  }
  .sec-home2 .box .box-text .content {
    max-height: 200px;
  }
  .sec-home3 .col-content {
    padding-top: 20px;
  }
  .sec-home4 .col-icon .col-inner {
/*     max-width: 80%; */
  }
  .sec-home4 .bg {
    background-position: left;
  }
  #main .sec-home5 {
    padding-bottom: 0;
  }
  #footer .col {
    padding: 0 15px 20px;
  }
  #main .sec-home6 {
    padding-bottom: 40px;
  }
  #wrapper .post-sidebar,
  .page-contact .col-icon {
    padding-left: 15px;
  }
  .blog-single .rank-math-breadcrumb {
    margin-bottom: 20px;
  }
  .blog-single .rank-math-breadcrumb .last,
  .blog-single .rank-math-breadcrumb .separator:nth-last-of-type(2) {
    display: none;
  }
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767.98px) {
  .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 .post-title a {
    font-size: 16px !important;
  }

  .box-blog-post .box-text .cat-label {
    margin-bottom: 10px;
  }
  #wrapper .slider-nav-circle .flickity-button {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px;
  }
  #wrapper .slider-nav-circle .flickity-button.previous {
    left: -15px;
  }
  #wrapper .slider-nav-circle .flickity-button.next {
    right: -15px;
  }
  .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;
  }

  #footer .col-left:before {
    display: none;
  }
  #footer .col-left {
    padding-right: 15px;
  }
  #footer .col-right:before,
  #footer .col-right:after,
  #footer .copyright-footer:before {
    width: 100vw;
  }
  #footer .col-right {
    padding-top: 30px;
    padding-left: 15px;
  }
  #footer .col-right .col-inner {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #footer .col-right .ux-menu .ux-menu-link a {
    font-size: 14px;
    line-height: 19px;
    padding-left: 15px;
  }
  #footer .col-right .ux-menu .ux-menu-title {
    margin-bottom: 10px !important;
  }

  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .shop-page-title.category-page-title .page-title-inner {
    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 {
    font-size: 26px;
  }
  .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,
  .single .page-title .page-title-inner {
    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;
  }

  #wrapper .button.btn-viewall {
    height: 40px;
    padding: 0 18px;
  }
  .sec-home1 .col-image .col-inner {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }
  .sec-home3 .tabbed-content .nav li {
    margin: 0 15px;
  }
  .sec-home4 .col-icon .col-inner {
    max-width: 100%;
  }
  .sec-home2 .box {
    display: block;
  }
  #footer {
    border-radius: 40px 40px 0 0;
    border-radius: 1;
  }

  .blog-single .rank-math-breadcrumb {
    margin-bottom: 20px;
  }
  .page-contact .col-icon {
    padding-left: 15px;
    padding-top: 0;
  }
}
@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);
  }
}
