:root {
   --color-main: #042750;
   --color-main-pharma: #0abbdf;
   --color-main-aqua: #0f75bc;
   --color-neu-1: #333333;
   --color-neu-2: #6e6e73;
   --color-linear-1: linear-gradient(180deg, #3a5dab 0%, #00b8de 100%);
   --color-linear-2: linear-gradient(180deg, #a5ce39 0%, #46b969 100%);
   --color-linear-3: linear-gradient(180deg, #3a5dab 0%, #60bd60 100%);
}

body {
   color: var(--color-neu-1);
   line-height: 1.5;
}

ul {
   padding-inline-start: 19px;
}

a,
a:focus {
   outline: none;
}

.color-white {
   color: #ffffff;
}

.color-white a {
   color: #ffffff;
}

.color-white a:hover {
   color: #46b969;
}

.news-section .inner-box img {
   width: 100%;
}

.color-main {
   color: var(--color-main);
}

.color-neu-1 {
   color: var(--color-neu-1);
}

.color-neu-2 {
   color: var(--color-neu-2);
}

.f16 {
   font-size: 16px;
   line-height: 28px;
}

.f18 {
   font-size: 18px;
   line-height: 28px;
}

.f20 {
   font-size: 20px;
   line-height: 36px;
}
.f24 {
   font-size: 24px;
}

.f32 {
   font-size: 32px;
   line-height: 46px;
}

.f38 {
   font-size: 38px;
   line-height: 50px;
}

.f65 {
   font-size: 65px;
   line-height: 78px;
}

.fw700 {
   font-weight: 700;
}

h1 {
   font-size: 50px;
   line-height: 96px;
}

h2 {
   font-size: 36px;
   line-height: 1.4;
}

h3 {
   font-size: 30px;
   line-height: 1.4;
}

h4 {
   font-size: 20px;
   line-height: 30px;
}

h5 {
   font-size: 18px;
   line-height: 28px;
}

h6 {
   font-size: 16px;
   line-height: 25.5px;
}

.heading-linear {
   background: var(--color-linear-2);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   text-fill-color: transparent;
}

.heading-linear.subtitle {
   font-weight: 700;
   font-size: 24px;
   line-height: 46px;
   text-transform: uppercase;
}

a.custom-logo-link img {
   max-width: 180px;
}

.menu-sidebar {
   background: #fff;
   box-shadow: 0 8px 28px rgba(20, 20, 43, 0.1);
   margin-bottom: 30px;
}

.heading-menu-sidebar {
   display: flex;
   align-items: center;
   margin-bottom: 0;
   background: linear-gradient(90deg, #e6ae3f 0%, #faef85 100%);
   padding: 15px;
}

.heading-menu-sidebar svg * {
   stroke: #fff;
}

.heading-menu-sidebar h2 {
   margin: 0 0 0 10px;
   color: #fff;
   font-size: 17px;
}

.heading-menu-sidebar svg {
   vertical-align: -4px;
}

#primary-sidebar-cat > li > a > .main-mega-content {
   max-width: 100%;
   flex: 0 0 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-bottom: 10px;
   border-bottom: 1px solid #8383835a;
}

#primary-sidebar-cat > li > a > .main-mega-content .arrow-icon {
   transform: rotate(90deg);
}

.menu-sidebar ul.menu > li > a {
   display: flex;
   align-items: center;
}

.menu-sidebar ul.menu {
   list-style: none;
   margin: 0;
   padding: 10px 10px 20px;
}

.main-mega-content span {
   display: block;
}

.main-mega-content span:nth-child(1) {
   color: #535353;
   font-weight: 600;
}

span.description_menu {
   color: #666;
   font-size: 14px;
   display: none;
}

.menu-sidebar ul.menu > li > a .icon-menu {
   max-width: 60px;
   flex: 0 0 60px;
   display: block;
   text-align: right;
}

.menu-sidebar ul.menu li {
   position: relative;
   margin-bottom: 0;
   border-bottom: 0.5px solid #e6e6e6;
}

.menu-sidebar ul.menu li:last-child {
   margin-bottom: 0;
}

ul.dropdown-menu {
   position: absolute;
   top: -30px;
   left: 100%;
   z-index: 999;
   min-width: 871px;
   margin: 0;
   background: #fff;
   padding: 30px;
   list-style: none;
   opacity: 0;
   z-index: -1;
   transition: all 0.4s linear;
   visibility: visible;
}

.menu-sidebar .menu-item-has-children:hover > .dropdown-menu {
   opacity: 1;
   visibility: visible;
   z-index: 999;
}

ul.dropdown-menu li a {
   color: #333;
}

ul.dropdown-menu li {
   margin-bottom: 10px;
}

.container {
   max-width: 1220px;
   margin: 0 auto;
   padding-left: 15px;
   padding-right: 15px;
}

ul#breadcrumb {
   list-style: none;
   margin: 0 0 30px;
   padding: 0;
}

ul#breadcrumb > * {
   display: inline;
}

ul#breadcrumb .delimiter {
   padding: 0 5px;
}

ul#breadcrumb li a {
   color: #838383;
}

a {
   text-decoration: none;
}

.mt-50 {
   margin-top: 50px;
}

.mb-50 {
   margin-bottom: 50px !important;
}

.pt-50 {
   padding-top: 50px;
}

.pb-50 {
   padding-bottom: 50px;
}

.clearfix {
   clear: both;
}

.relative {
   position: relative;
}

header#masthead {
   background: #fff;
   margin-bottom: 30px;
   box-shadow: 0 2px 12px rgba(20, 20, 43, 0.08);
   position: sticky;
   top: 0;
   z-index: 9;
   transition: 0.2s;
}

.stickyheader {
   transform: translateY(-42.5px);
}

.home header#masthead {
   margin-bottom: 0;
}

.top-header {
   padding: 20px 0;
}

.inner-top-header {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.inner-top-header .site-brading {
   max-width: 30%;
   flex: 0 0 30%;
}

.header-search {
   position: relative;
   flex: 0 0 10%;
   max-width: 10%;
   text-align: right;
}

.icon-search-header {
   height: 62px;
   text-align: revert;
   border-radius: 50%;
   line-height: 62px;
   cursor: pointer;
   margin-left: auto;
}

.header-search form {
   position: absolute;
   right: 0;
   min-width: 300px;
   border: 1px solid;
   transition: all 0.2s linear;
   transform: translateY(-57px);
   opacity: 0;
   visibility: hidden;
   z-index: -1;
   display: none !important;
}

.header-search:hover form {
   transform: translateY(0);
   opacity: 1;
   visibility: visible;
   z-index: 2;
}

.header-action {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.header-action > div {
   display: flex;
   align-items: center;
}

.header-action > div p {
   margin: 0;
   color: #fff;
   font-weight: 700;
}

.header-action * {
   color: #fff !important;
   text-decoration: none;
}

.header-action-icon {
   background: #fff7e6;
   width: 62px;
   height: 62px;
   text-align: center;
   border-radius: 50%;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   line-height: 0;
}

.header-action-icon a {
   display: inline-block;
}

.count-cart {
   position: absolute;
   top: 7px;
   right: 10px;
   width: 20px;
   height: 20px;
   background: #e7b142;
   border-radius: 50%;
   font-size: 12px;
   line-height: 20px;
   font-weight: 500;
}

.header-search form,
.search-mobile form {
   background: #fff;
   border-radius: 5px;
   display: flex;
   justify-content: space-between;
}

.header-search input,
.search-mobile form input {
   background: transparent;
   border: 0;
   height: 50px;
   padding: 0 20px;
   width: 100%;
}

.header-search form button,
.search-mobile form button {
   background: transparent;
   border: 0;
   box-shadow: none;
}

.header-search input:active,
.header-search input:focus,
.search-mobile form input:active,
.search-mobile form input:focus {
   outline: none;
}

.search-mobile form {
   border: 1px solid #8383835a;
}

.header-action-text {
   margin-left: 5px;
}

.inner-bottom-header {
   display: flex;
   align-items: center;
}

.header-info ul {
   display: flex;
   margin: 0;
   padding: 0;
   list-style: none;
   justify-content: space-between;
}

.header-info {
   width: 50%;
}

.header-info ul li svg {
   vertical-align: -4px;
   margin-right: 5px;
}

.header-info ul li {
   margin-left: 10px;
}

nav#site-navigation li a {
   color: #535353;
   font-size: 15px;
   padding: 10px 18px;
   font-weight: 600;
   font-family: "SVN-Mont", sans-serif;
}

nav#site-navigation li.current-menu-item a,
nav#site-navigation li a:hover {
   background: linear-gradient(180deg, #a5ce39 0%, #46b969 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   text-fill-color: transparent;
}

footer#colophon > .main-footer {
   padding: 50px;
   background: #111;
}

footer#colophon > .main-footer * {
   color: #fff;
}

.sec2-hst .input-contact div#wpforms-487-field_1-container::before {
   content: url(/wp-content/uploads/2023/06/phone.svg);
   display: inline-block;
   height: 29px !important;
   translate: 0 5px;
}

.sec2-hst .input-contact div#wpforms-487-field_1-container {
   display: flex;
   align-items: center;
}

.sec2-hst button#wpforms-submit-487::after {
   content: url(/wp-content/uploads/2023/06/muiten.svg);
}

.itemconpany {
   display: flex;
   align-items: flex-start;
   margin-bottom: 10px;
}

.itemconpany .icon {
   margin-right: 10px;
   max-width: 40px;
   flex: 0 0 25px;
}

.inner-footer-left {
   max-width: 25%;
   flex: 0 0 25%;
}

.sec2-hst div#wpforms-487 {
   width: 100%;
}

.sec2-hst form#wpforms-form-487 {
   width: 100%;
   display: flex;
   justify-content: space-between;
}

.wrapper-footer {
   display: flex;
   flex-wrap: wrap;
}

.inner-footer-right {
   max-width: 75%;
   flex: 0 0 75%;
   padding-left: 60px;
}

.title-footer {
   font-size: 18px;
   font-weight: 700;
   color: #e7b142;
   margin: 0 0 20px;
   text-transform: uppercase;
}

.inner-footer-right ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.inner-footer-right ul * {
   color: #333;
}

.top-footer-right {
   margin-bottom: 20px;
   padding-bottom: 20px;
   border-bottom: 1px solid #8383831a;
   display: flex;
   justify-content: space-between;
}

.bottom-footer-right {
   display: flex;
   justify-content: space-between;
}

.inner-footer-right ul li {
   margin-bottom: 5px;
}

footer .wpforms-submit-container button {
   background-position: center !important;
   background-repeat: no-repeat !important;
   padding: 0 25px !important;
}

footer .wpforms-submit-container {
   position: absolute !important;
   top: 0 !important;
   right: 0 !important;
   z-index: 9;
}

footer form {
   position: relative;
   border-radius: 0;
   overflow: hidden;
}

footer .wpforms-container-full .wpforms-form .wpforms-field {
   padding: 0 !important;
}

footer form .wpforms-submit-container {
   padding: 0 !important;
}

.itemhd {
   display: flex;
   align-items: center;
}

.itemhd .thumbnail-hd img {
   width: 100px;
   height: 70px;
   object-fit: cover;
}

.itemhd .thumbnail-hd {
   margin-right: 5px;
}

.itemhd a {
   color: #333;
}

.site-info {
   padding: 10px 0;
   background: linear-gradient(90deg, #e6ae3f 0%, #faef85 100%);
}

.copyright {
   color: #fff;
   opacity: 0.7;
   text-align: center;
}

ul.nav-footer {
   list-style: none;
   text-align: right;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   margin: 0;
}

ul.nav-footer li {
   margin-left: 15px;
}

ul.nav-footer li a {
   color: #fff;
   opacity: 0.7;
}

.heading1 h2,
.page-title,
.heading2 {
   font-size: 35px;
   border-left: 5px solid;
   padding-left: 15px;
   color: #e7b142;
   text-transform: uppercase;
}

.space-4 {
   border: 1px solid #8383835a;
   padding: 40px;
}

div.wpforms-container-full {
   margin: 0 auto !important;
}

.wpforms-container .wpforms-field-container input {
   height: 45px !important;
   border: 0 !important;
   border-radius: 0;
   padding: 0 10px;
}

.wpforms-container .wpforms-field-container select {
   height: 45px !important;
   border: 1px solid rgb(131 131 131 / 50%) !important;
   border-radius: 4px !important;
}

.wpforms-container .wpforms-field-container texarea {
   border: 1px solid rgb(131 131 131 / 50%) !important;
   border-radius: 4px !important;
}

.wpforms-submit-container button {
   height: 45px !important;
   color: #fff !important;
   border-color: #faef85 !important;
   padding: 0;
   border: 0;
   background: transparent;
}

.social svg {
   width: 18px;
   height: 18px;
   vertical-align: -5px;
}

.social svg * {
   fill: #e7b142;
}

.inner-meta-post {
   display: flex;
   align-items: center;
   justify-content: center;
}

.space-meta {
   height: 20px;
   width: 1px;
   margin: 0 10px;
   background: #e1e1e1;
}

.user-post {
   display: flex;
   align-items: center;
}

.user-post img {
   border-radius: 50% !important;
   width: 50px;
   height: 50px !important;
   margin-right: 10px;
   object-fit: cover !important;
}

.user-post p {
   margin: 0;
   font-weight: 700;
}

.item-slide-post img {
   height: 213px;
   object-fit: cover;
   object-position: center;
}

.item-slide-post p {
   color: #666;
   margin: 5px 0;
}

.item-slide-post h3 {
   margin: 5px 0;
   color: #333;
   font-size: 18px;
   line-height: 30px;
}

.about-video > div {
   margin: 0 auto;
   justify-content: center;
}

.group-about-number > div {
   display: flex;
   flex-wrap: nowrap;
}

.group-about-number .elementor-icon-box-content {
   display: flex;
   align-items: center;
}

.group-about-number .elementor-icon-box-content > h3 {
   line-height: 60px;
   font-size: 60px;
   margin: 0 10px 0 0;
   position: relative;
}

.group-about-number > div > div {
   border-bottom: 2px solid rgba(16, 32, 81, 0.1);
   padding-bottom: 20px;
   margin-bottom: 20px;
}

.group-about-number .elementor-icon-box-content > h3:after {
   content: "";
   position: absolute;
   bottom: -23px;
   width: 65px;
   height: 4px;
   background: #e7b142;
   left: 0;
}

.home-box .elementor-icon-box-wrapper {
   box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
   padding: 10px;
   border-radius: 5px;
   height: 120px;
   align-items: center !important;
   background: #fff;
}

.home-box .elementor-icon-box-wrapper h3 {
   margin: 0;
   font-size: 18px;
}

.heading-box {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.heading-box h2 {
   color: #e7b142;
   text-transform: uppercase;
   border-left: 5px solid;
   padding-left: 10px;
   font-size: 32px;
   line-height: 52px;
}

.btn-link-box {
   height: 45px;
   background: #e7b142;
   line-height: 45px;
   padding: 0 15px;
   color: #fff;
   text-transform: uppercase;
   display: flex;
   align-items: center;
}

.btn-link-box:hover {
   color: #fff;
   background: #e7b1428a;
}

.btn-link-box svg {
   vertical-align: -4px;
}

.heading-box p {
   margin: 0;
}

header.woocommerce-products-header {
   padding: 0 10px;
}

.list-cat-child {
   display: flex;
   flex-wrap: wrap;
}

.list-cat-child .item-cat-child {
   text-align: center;
   max-width: 25%;
   flex: 0 0 25%;
   padding: 0 10px;
   margin-bottom: 20px;
}

.list-cat-child .item-cat-child h2 {
   background: #8383831a;
   margin: 0;
   text-align: center;
   padding: 20px 10px;
   transition: all 0.2s linear;
   font-size: 16px;
}

.list-cat-child .item-cat-child a {
   display: block;
   text-decoration: none;
   color: #333;
   border: 1px solid #8383831a;
}

.list-cat-child .item-cat-child img {
   height: 230px;
   padding: 10px;
   object-fit: contain;
   object-position: center;
}

.list-cat-child .item-cat-child a:hover h2 {
   background: #e7b142;
   color: #fff;
}

.inner-description-cat {
   padding: 40px;
   border: 1px solid #8383835a;
}

.sec-brand-image {
   background: #8383831a;
}

.swiper-grid-column > .swiper-wrapper {
   flex-direction: row !important;
}

.item-slide-brand {
   height: 100px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.item-product {
   background: #fff;
   position: relative;
   padding: 10px 7px;
   box-shadow: 0 2px 12px rgba(20, 20, 43, 0.08);
   text-align: center;
}

span.onsale {
   position: absolute !important;
   top: 0 !important;
   left: 0 !important;
   height: 25px !important;
   background: #e02323 !important;
   line-height: 25px !important;
   padding: 0 !important;
   text-align: center !important;
   display: block !important;
   color: #fff !important;
   font-size: 12px !important;
   font-weight: 700 !important;
   border-radius: 0 !important;
   min-height: auto !important;
   max-height: 100% !important;
   right: auto !important;
   margin: 0 !important;
   padding: 0 5px !important;
   text-transform: uppercase;
}

.item-product img {
   text-align: center;
   margin: 0 auto !important;
   height: 220px !important;
   object-fit: contain;
}

h2.woocommerce-loop-product__title {
   font-size: 14px !important;
   color: #535353 !important;
   margin: 0 0 7px !important;
   -webkit-line-clamp: 2;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   height: 50px;
   font-weight: 600;
}

.price {
   display: flex !important;
   justify-content: center;
   align-items: center;
   color: #333333 !important;
   flex-wrap: wrap;
}

.price > ins,
.price > span > bdi {
   order: 1;
   font-size: 16px;
   color: #111;
   font-weight: 700 !important;
   background: transparent !important;
}

.price > ins {
   margin-right: 5px;
}

.price del {
   order: 2;
   font-size: 13px;
   color: #777777 !important;
}

.price del * {
   color: #8383838a !important;
}

p.kt-product {
   margin: 0 0 7px;
   color: #666;
   opacity: 0.7;
   font-size: 14px;
}

ul.products li.product .button,
.added_to_cart.wc-forward {
   background: #fff;
   border: 1px solid #e7b142;
   border-radius: 30px;
   display: inline-flex !important;
   align-items: center;
   max-width: max-content;
   padding: 5px 20px !important;
   justify-content: center;
   margin: 0 auto;
   color: #000;
   font-weight: 700;
   height: 41px;
   margin-top: 14px !important;
   width: auto !important;
}

ul.products li.product .button.added {
   display: none !important;
}

ul.products li.product .button svg {
   margin-left: 5px;
}

.group-filter.sort-filter {
   display: flex;
}

.group-filter.sort-filter a {
   display: block;
   padding: 0 20px;
   height: 45px;
   border: 1px solid #8383835a;
   line-height: 45px;
   margin: 0 5px;
   border-radius: 5px;
   color: #333;
}

.orderby-cat {
   display: flex;
   align-items: center;
}

.orderby-cat p {
   margin: 0;
   color: #838383;
}

.inner-sortby {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.counter-cat select {
   height: 45px;
   padding: 0 5px;
   border-radius: 5px;
   border: 1px solid #8383835a;
}

.woocommerce-perpage span {
   color: #838383;
}

.inner-product-single-left {
   display: flex;
   flex-wrap: wrap;
}

.inner-product-single-left .thumbnail-product {
   max-width: 400px;
   flex: 0 0 400px;
}

.inner-product-single-left .entry-summary {
   max-width: calc(100% - 400px);
   flex: 0 0 calc(100% - 400px);
   margin: 0;
   padding-left: 30px;
}

.swiper-top .swiper-slide {
   height: 480px;
   text-align: center;
   display: flex;
   align-items: center;
}

.main-gallery-woo {
   overflow: hidden;
}

.swiper-top .swiper-slide img {
   width: 100%;
   height: auto;
   object-fit: contain;
   padding: 4px;
}

.swiper-top {
   border: 1px solid #8383835a;
   margin-bottom: 20px;
}

.swiper-thumbnail .swiper-slide .slide-thumbnail-img img {
   width: 100%;
   border: 1px solid #8383835a;
   height: 100px;
   object-fit: contain;
}

.sw-button:after {
   color: #838383 !important;
   font-size: 18px !important;
}

.swiper-thumbnail {
   margin: 0 -9px;
}

.slide-thumbnail-img {
   padding: 0 10px;
}

.inner-product-single-left .entry-summary .product_title {
   margin: 0;
   font-size: 25px;
   line-height: 35px;
}

.entry-summary .price {
   border-bottom: 1px solid #8383831a;
   padding-bottom: 10px;
   margin-bottom: 10px;
   flex-direction: row;
   justify-content: flex-start;
   border-radius: 4px;
   background-color: rgb(250, 250, 250);
   padding: 10px 10px;
}

.item-catalogue a {
   color: #333;
   margin-bottom: 10px;
   display: block;
}

.item-catalogue svg {
   vertical-align: -3px;
   margin-right: 5px;
}

.product-slider li {
   width: 100% !important;
}

.button.buy_contact {
   width: 50%;
   text-align: center;
   line-height: 30px !important;
   font-weight: 700 !important;
}

@media (min-width: 48em) {
   ul.products.columns-4 {
      width: auto;
      margin: 0 -5px;
   }

   ul.products.columns-4 li.product {
      width: 25%;
      margin-right: 0;
      padding: 0 5px;
      margin-bottom: 10px;
   }
}

.product-tags {
   margin: 30px 0;
}

.product-tags a {
   display: inline-block;
   padding: 10px 20px;
   background: #8383833a;
   color: #000;
   margin: 0 4px;
}

.dflex-qty {
   display: flex;
   align-items: center;
   margin-bottom: 20px;
   max-width: 60%;
   justify-content: space-between;
}

.quantity button {
   background: transparent;
   border: 0;
   padding: 10px;
}

.quantity input {
   background: transparent;
   border: 0;
   max-width: 40px;
   text-align: center;
}

.quantity {
   height: 45px;
   border: 1px solid #8383835a;
   line-height: 45px;
   max-width: max-content;
   display: flex;
   margin: 0 0 0 10px !important;
}

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

.quantity input[type="number"] {
   -moz-appearance: textfield;
}

button.single_add_to_cart_button.button.alt.wp-element-button {
   height: 45px;
   background: #fff;
   color: #e7b142 !important;
   border: 1px solid #e7b142;
   width: 47%;
   margin-right: 3%;
   font-weight: 700;
}

button.button.buy_now_button {
   background: #e7b142;
   color: #fff;
   height: 45px;
   border: 1px solid #e7b142;
   width: 50%;
}

form.cart {
   border-bottom: 1px solid #8383831a !important;
   padding-bottom: 30px;
}

.wrapper-product-hd {
   margin-top: 30px;
   border-bottom: 1px solid #8383831a;
   padding-bottom: 20px;
}

.wrapper-product-hd a {
   color: #333;
}

.wrapper-product-hd a svg {
   margin-right: 5px;
   vertical-align: -1px;
}

.inner-product-hd {
   display: flex;
   flex-wrap: wrap;
}

.inner-product-hd .item-hd {
   max-width: 50%;
   flex: 0 0 50%;
   margin-bottom: 7px;
}

.wrapper-product-phone {
   margin-top: 30px;
}

.wrapper-product-phone a {
   color: #333;
   font-weight: 700;
   font-size: 20px;
}

.wrapper-product-phone a svg {
   margin-right: 5px;
   vertical-align: -4px;
}

.wrapper-product-phone a span {
   color: #e7b142;
   padding-left: 10px;
}

ul#breadcrumb li > a > svg {
   vertical-align: -2px;
}

.inner-item-cs p {
   margin: 0;
   font-size: 14px;
}

.inner-item-cs .title-cs {
   font-weight: 700;
   text-transform: uppercase;
   margin-bottom: 7px;
   font-size: 16px;
}

.item-cs {
   margin-bottom: 25px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
   clear: both;
   padding: 15px 55px;
   background: #8383831a;
   border-left: 5px solid #f66723;
   margin-bottom: 30px;
}

@media all {
   .style_center {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
   }

   .max {
      width: 100%;
      height: 100%;
      z-index: 9;
   }

   .wrap_post_hl .item {
      position: relative;
   }

   .wrap_post_hl {
      margin-top: 30px;
   }

   .wrap_post_hl .item {
      display: flex;
      width: 50%;
      float: left;
      background: #f5f5f5;
      transition: 0.5s all;
   }

   .wrap_post_hl .item > * {
      width: 50%;
   }

   .wrap_post_hl .item .box_img {
      height: 300px;
   }

   .wrap_post_hl .item .box_img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
   }

   .wrap_post_hl .item:hover {
      background: #e7b142;
   }

   .wrap_post_hl .item:hover * {
      color: #fff;
   }

   .wrap_post_hl .item .box_content {
      padding: 40px 45px 0;
      position: relative;
   }

   .wrap_post_hl .item .box_content .date_post {
      font-size: 14px;
      margin-bottom: 40px;
   }

   .wrap_post_hl .item .box_content h3 {
      font-size: 18px;
      line-height: 1.5;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 4;
      display: -webkit-box;
      -webkit-box-orient: vertical;
   }

   .wrap_post_hl .item .box_content span {
      position: absolute;
      bottom: 20px;
      right: 30px;
   }

   .wrap_post_hl .item .box_content span svg path {
      transition: 0.5s all;
   }

   .wrap_post_hl .item:hover .box_content span svg path {
      stroke: #fff;
   }

   .wrap_post_hl .item a {
      z-index: 99;
      width: 100%;
   }

   .wrap_post_hl .item:first-child .box_img {
      width: 100%;
      height: 600px;
   }

   .wrap_post_hl .item:first-child .box_content {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      padding: 0;
      width: auto;
      padding: 0 130px 45px 40px;
      z-index: 2;
   }

   .wrap_post_hl .item:first-child .box_content * {
      color: #fff;
      stroke: #fff;
   }

   .wrap_post_hl .item:first-child .box_content .date_post {
      margin-bottom: 10px;
   }

   .wrap_post_hl .item:first-child .box_content h3 {
      text-transform: uppercase;
      margin: 0;
   }

   .wrap_post_hl .item:first-child .box_content span {
      right: 25px;
      bottom: 10px;
   }

   .wrap_post_hl .item:first-child:before {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
      position: absolute;
      bottom: 0;
      width: 100%;
      content: "";
      height: 245px;
   }

   .wrap_post_hl .item:first-child:hover * {
      color: #e7b142;
      stroke: #e7b142 !important;
   }

   .wrap_post_hl .item * {
      transition: 0.5s all;
   }

   .wrap_post_hl .item:nth-child(3) .box_img {
      order: 2;
   }

   .wrap_post_hl.style_2 .item:first-child .box_content {
      background: #e7b142;
      width: 300px;
      height: 300px;
      box-sizing: border-box;
   }

   .wrap_post_hl.style_2 .item:first-child:before {
      display: none;
   }

   .wrap_post_hl.style_2 .item:first-child .box_content {
      background: #e7b142;
      width: 300px;
      height: 300px;
      box-sizing: border-box;
   }

   .wrap_post_hl.style_2 .item:first-child:before {
      display: none;
   }

   .wrap_post_hl.style_2 .date_post_bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      bottom: 24px;
      left: 40px;
      right: 30px;
   }

   .wrap_post_hl.style_2 .date_post_bottom span {
      position: unset;
      transform: translateY(4px);
   }

   .wrap_post_hl.style_2 .date_post_bottom span svg path {
      stroke: #e7b142;
   }

   .wrap_post_hl.style_2 * {
      transition: 0.3s all;
   }

   .wrap_post_hl.style_2 .item:first-child {
      overflow: hidden;
   }

   .wrap_post_hl.style_2 .item:first-child .box_content {
      padding: 30px 40px;
   }

   .wrap_post_hl.style_2 .item:first-child .box_content * {
      color: white !important;
      stroke: white !important;
   }

   .wrap_post_hl.style_2 .item:first-child img {
      transform: scale(1);
      transition: 0.5s all;
   }

   .wrap_post_hl.style_2 .item:hover:first-child img {
      transform: scale(1.2);
   }

   @media only screen and (max-width: 1199px) {
      .wrap_post_hl .item .box_img {
         height: 230px;
      }

      .wrap_post_hl .item:first-child .box_img {
         height: 460px;
      }

      .wrap_post_hl .item .box_content {
         padding: 30px 30px 0;
      }

      .wrap_post_hl .item .box_content h3 {
         font-size: 15px;
         text-overflow: ellipsis;
         -webkit-line-clamp: 3;
      }

      .wrap_post_hl .item:first-child .box_content {
         padding: 0 100px 30px 30px;
      }

      .wrap_post_hl.style_2 .date_post_bottom {
         left: 30px;
         bottom: 20px;
         font-size: 12px;
      }

      .wrap_post_hl .item .box_content span svg {
         width: 20px;
      }
   }

   @media only screen and (max-width: 991px) {
      .wrap_post_hl .item .box_img {
         height: 170px;
      }

      .wrap_post_hl .item .box_content {
         padding: 15px 15px 0 15px;
      }

      .wrap_post_hl .item .box_content .date_post {
         font-size: 12px;
         margin-bottom: 30px;
      }

      .wrap_post_hl .item .box_content h3 {
         font-size: 14px;
      }

      .wrap_post_hl .item .box_content span svg {
         width: 30px;
      }

      .wrap_post_hl .item .box_content span {
         bottom: 0;
         right: 10px;
      }

      .wrap_post_hl .item:first-child .box_img {
         height: 340px;
      }

      .wrap_post_hl.style_2 .item .box_content .date_post {
         margin-bottom: 10px;
      }

      .wrap_post_hl.style_2 .item .box_content h3 {
         text-overflow: ellipsis;
         -webkit-line-clamp: 2;
      }

      .wrap_post_hl.style_2 .date_post_bottom {
         left: 15px;
         right: 15px;
         bottom: 15px;
      }

      .wrap_post_hl .item .box_content span svg {
         width: 20px;
      }

      .wrap_post_hl.style_2 .item:first-child .box_content {
         width: 200px;
         height: 200px;
         padding: 15px;
      }
   }

   @media only screen and (max-width: 767px) {
      .wrap_post_hl > * {
         width: 100% !important;
      }

      .wrap_post_hl .item:first-child .box_img {
         height: 250px;
      }

      .wrap_post_hl .item:first-child:before {
         height: 150px;
      }

      .wrap_post_hl .item:not(:last-child) {
         margin-bottom: 30px;
      }

      .wrap_post_hl.style_2 .item:first-child .box_content {
         width: 180px;
         height: 180px;
      }
   }
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
   height: 45px;
   background: #e7b142;
   color: #fff !important;
   font-weight: 400;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
   height: 45px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
   line-height: 45px;
   padding: 0 1em;
   height: 45px;
   background: #e7b142;
}

.woocommerce table.shop_table td a {
   color: #333;
}

.coupon input {
   padding: 0 10px !important;
}

ul.tabs.wc-tabs li {
   background: transparent !important;
   border: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
   opacity: 0;
}

ul.tabs.wc-tabs {
   padding: 0 !important;
   text-align: center;
}

ul.tabs.wc-tabs li a {
   border-bottom: 2px solid transparent;
}

ul.tabs.wc-tabs li.active a,
ul.tabs.wc-tabs li.active a:hover {
   border-color: #e7b142;
}

div#reviews.woocommerce-Reviews {
   max-width: 100%;
   padding: 40px;
   border: 2px solid #e8b142;
}

.devvn_prod_cmt {
   max-width: 100%;
}

.info-after-title {
   display: flex;
   align-items: center;
}

.woocommerce-review-link {
   font-size: 100%;
   margin: 0 20px;
   border: 1px solid;
   border-width: 0 1px;
   padding: 0 20px;
}

.woocommerce-product-rating {
   margin-bottom: 0 !important;
}

.woocommerce-product-rating > .star-rating {
   margin: 0 !important;
}

@media (min-width: 768px) {
   .coupon input {
      width: 200px !important;
   }
}

a.button.wc-backward.wp-element-button {
   height: 45px;
   line-height: 45px;
   padding: 0 20px;
   background: #e7b142;
   color: #fff;
}

form.checkout.woocommerce-checkout input {
   height: 45px;
   border: 1px solid #8383835a;
   padding: 0 10px;
}

form.checkout.woocommerce-checkout select {
   height: 45px;
   border: 1px solid #8383835a;
}

.select2-container .select2-selection--single,
.select2-container--default
   .select2-selection--single
   .select2-selection__arrow {
   height: 45px;
}

.select2-container--default .select2-selection--single {
   border: 1px solid #8383835a;
}

.select2-container--default
   .select2-selection--single
   .select2-selection__rendered {
   line-height: 45px;
}

h3#ship-to-different-address input,
#order_review input {
   height: auto;
}

.woocommerce form .form-row textarea {
   border: 1px solid #8383835a;
   height: 100px;
   padding: 10px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
   height: 45px;
   background: #e7b142;
}

.elementor-post__text {
   display: flex !important;
}

.elementor-post__text .elementor-post__meta-data {
   order: 1 !important;
}

.elementor-post__text .elementor-post__title {
   order: 2;
}

.inner-sec-brand-image.relative,
.sec-blog,
.sec-blog .relative {
   overflow: hidden;
   max-width: 100%;
}

.entry-summary .price ins {
   font-size: 25px !important;
   font-weight: 700 !important;
   margin-right: 10px;
}

button.single_add_to_cart_button.button.alt.wp-element-button svg {
   vertical-align: -4px;
   margin-right: 5px;
}

button.single_add_to_cart_button.button.alt.wp-element-button svg * {
   fill: #e7b142;
}

.wrapper-product-viewed {
   padding: 50px 0;
   background: #8383831a;
}

.entry-summary .price del {
   text-decoration: none !important;
   opacity: 1 !important;
}

.entry-summary .price del span {
   text-decoration: line-through !important;
}

.woocommerce-product-details__short-description {
   margin-bottom: 20px;
   display: none;
}

.woocommerce-product-details__short-description table {
   margin: 0;
}

.woocommerce-product-details__short-description table tr td:nth-child(2) {
   font-weight: 700;
}

.woocommerce-product-details__short-description table tr td:nth-child(1) {
   width: 100px !important;
}

.star_box_left {
   display: flex;
   flex-direction: column-reverse;
}

.inner-box-search {
   padding: 40px 20px;
   background: #8383835a;
   margin-bottom: 30px;
}

.inner-box-search form {
   display: flex;
   justify-content: space-between;
}

.inner-box-search form > div {
   padding: 0 10px;
   max-width: 33.333333%;
   flex: 0 0 33.3333333%;
}

.inner-box-search form input {
   height: 45px;
   padding: 0 15px;
   width: 100%;
}

.inner-box-search form select {
   height: 45px;
   width: 100%;
   padding: 0 15px;
}

.inner-box-search form button {
   height: 45px;
   width: 100%;
   background: #e7b142;
   border: 1px solid #e7b142;
   color: #fff;
   text-transform: uppercase;
}

.notification-cat span {
   color: #e7b142;
}

.nav-menu-mobile {
   display: none !important;
   align-items: center;
   justify-content: space-around;
   background: var(--color-main);
   height: 50px;
   width: 50px;
   border-radius: 5px;
   margin-left: 5px;
}

.nav-menu-mobile .menu {
   width: 22px;
   height: 16px;
   cursor: pointer;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: space-between;
   position: relative;
   margin: 10px;
}

.nav-menu-mobile .menu span {
   width: 100%;
   height: 2px;
   border-radius: 99px;
   background: #fff;
   transition: 0.3s ease;
   transform-origin: left;
}

.menu span:nth-child(3) {
   transform-origin: left;
}

.side-menu-mobile {
   position: fixed;
   top: 0;
   left: 0;
   width: 85%;
   height: 110vh;
   background: #fff;
   z-index: 9999;
   padding: 40px 20px;
   transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   transform: translateX(-100%);
   display: none;
}

.side-menu-mobile.active {
   transform: translateX(0%);
   -webkit-transform: translateX(0%);
}

.side-menu-mobile ul,
.menu-sidebar ul {
   list-style: none;
   margin-left: 0;
   padding-left: 0;
}

.side-menu-mobile ul li,
.menu-sidebar ul li {
   padding: 10px 0;
}

.side-menu-mobile ul li a,
.menu-sidebar ul li a {
   color: #3a3a3a;
   font-weight: 600;
}

.overlay-menu {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 110vh;
   background: #0000005a;
   z-index: -1;
   transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   visibility: hidden;
   opacity: 0;
}

.overlay-menu.active {
   z-index: 9998;
   opacity: 1;
   visibility: visible;
}

.side-menu-mobile ul li a,
.menu-sidebar ul li a {
   display: flex;
   justify-content: space-between;
}

.side-menu-mobile ul li a svg,
.menu-sidebar ul li a svg {
   width: 20px;
   height: 17px;
}

.side-menu-mobile ul li a .icon-menu,
.menu-sidebar ul li a .icon-menu {
   display: block;
   width: 30px;
   text-align: center;
}

.side-menu-mobile ul li .sub-menu,
.menu-sidebar ul li .sub-menu {
   max-height: 0;
   overflow: hidden;
   transition: all 0.3s linear;
}

.side-menu-mobile ul li.active .sub-menu,
.menu-sidebar ul li.active .sub-menu,
.wrapper-menu-sidebar ul > li.current-menu-item > .sub-menu,
.wrapper-menu-sidebar ul > li.current-menu-parent > .sub-menu {
   max-height: 100vh;
   padding-left: 10px;
   padding-top: 10px;
}

.side-menu-mobile ul li.active .sub-menu li:last-child,
.menu-sidebar ul li.active .sub-menu li:last-child {
   margin-bottom: 0 !important;
}

.industries-section .col-lg-6.title-column:after {
   position: absolute;
   content: "";
   width: 100%;
   height: 100%;
   background: -webkit-linear-gradient(
      90deg,
      rgba(22, 67, 111, 1) 10%,
      rgba(100, 100, 100, 0) 100%
   );
   left: 0;
   bottom: 0;
   right: 0;
}

.industries-section .col-lg-6 .sec-title {
   z-index: 2;
}

@media (min-width: 1100.9px) {
   ul.menu > li > a span.icon-menu {
      display: none;
   }
}

@media (max-width: 1100px) {
   .nav-menu-mobile {
      display: flex !important;
   }

   .overlay-menu,
   .side-menu-mobile {
      display: block;
   }

   .site-branding {
      max-width: 20%;
      flex: 0 0 20%;
   }

   .bottom-header {
      display: none;
   }

   .header-action {
      max-width: 10%;
      flex: 0 0 10%;
      justify-content: flex-end;
   }

   .header-search {
      max-width: 60%;
      flex: 0 0 60%;
      padding: 0 10px;
   }

   .header-action-text {
      display: none;
   }

   .header-action > div {
      padding: 0 5px;
   }

   .menu-sidebar {
      padding: 20px 10px;
   }

   .menu-sidebar ul.menu > li > a .icon-menu {
      max-width: 45px;
      flex: 0 0 45px;
   }

   .heading-menu-sidebar h2 {
      font-size: 18px;
   }

   footer#colophon > .main-footer {
      padding: 50px 10px;
   }

   button.single_add_to_cart_button.button.alt.wp-element-button {
      padding: 0;
   }

   .dflex-qty {
      justify-content: flex-start;
      max-width: 100%;
   }

   .inner-product-hd .item-hd {
      max-width: 100%;
      flex: 0 0 100%;
   }

   .inner-sidebar-product {
      padding: 20px;
   }

   .wrapper-product-phone a span {
      display: block;
      padding-left: 25px;
   }

   .product-tags a {
      margin: 0 4px 4px;
   }
}

@media (max-width: 992px) {
   .inner-footer-left {
      max-width: 100%;
      flex: 0 0 100%;
      margin-bottom: 30px;
   }

   .inner-footer-right {
      max-width: 100%;
      flex: 0 0 100%;
      padding-left: 0;
   }

   .single-product div.product .col-md-9 {
      max-width: 100%;
      flex: 0 0 100%;
   }

   .single-product div.product .col-md-3 {
      max-width: 100%;
      flex: 0 0 100%;
   }

   .inner-sidebar-product {
      display: flex;
      flex-wrap: wrap;
   }

   .heading1 h2,
   .page-title,
   .heading2 {
      font-size: 25px;
   }

   .space-4 {
      padding: 20px;
   }

   .inner-sortby {
      flex-wrap: wrap;
   }

   .orderby-cat {
      margin-bottom: 20px;
   }

   .group-about-number > div {
      flex-wrap: wrap;
   }
}

@media (max-width: 992px) and (min-width: 550.9px) {
   .inner-sidebar-product .item-cs {
      max-width: 50%;
      flex: 0 0 50%;
   }
}

@media (max-width: 768px) {
   .col-md-3 {
      flex: 0 0 100%;
      max-width: 100%;
   }

   .col-md-9 {
      flex: 0 0 100%;
      max-width: 100%;
   }

   ul.products li.product .button {
      width: 100%;
      max-width: 100%;
   }

   .sec-main-page .col-md-9 {
      order: 1;
   }

   .sec-main-page .col-md-3 {
      order: 2;
   }

   ul.products.columns-4 li.product {
      width: 50% !important;
      padding: 0 10px;
   }

   .heading-box h2 {
      font-size: 25px;
      line-height: 30px;
   }

   ul.products.columns-4 .swiper-slide li.product {
      width: 100% !important;
   }

   .col-md-7,
   .col-md-5 {
      max-width: 100%;
      flex: 0 0 100%;
   }

   .inner-product-viewed .products.columns-4 {
      width: auto;
      margin: 0 -10px !important;
   }

   .list-cat-child .item-cat-child h2 {
      font-size: 14px;
      padding: 10px;
   }

   .inner-description-cat {
      padding: 20px;
   }

   .item-slide-post h3 {
      font-size: 14px !important;
      color: #333333 !important;
      margin: 0 0 7px !important;
      -webkit-line-clamp: 2;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      height: 52px;
   }
}

@media (max-width: 550px) {
   .inner-meta-post {
      flex-wrap: wrap;
   }

   .space-meta {
      display: none;
   }

   .user-post {
      max-width: 100%;
      flex: 0 0 100%;
      justify-content: center;
   }

   .inner-meta-post > div {
      padding: 0 10px;
   }

   .author-name {
      font-size: 20px !important;
   }

   section.related.products .heading-box a {
      display: none;
   }

   .pt-50 {
      padding-top: 25px;
   }

   .pb-50 {
      padding-bottom: 25px;
   }

   .item-slide-brand {
      height: 70px;
   }

   .woocommerce.columns-4 ul.products.columns-4 li {
      width: 100% !important;
   }

   .inner-product-single-left .thumbnail-product {
      max-width: 100%;
      flex: 0 0 100%;
   }

   .inner-product-single-left .entry-summary {
      max-width: 100%;
      flex: 0 0 100%;
      padding: 20px 0;
   }

   .product-tags a {
      font-size: 14px;
      padding: 5px;
   }

   ul.products.columns-4 li.product {
      width: 50% !important;
   }

   .inner-product-viewed ul.products.columns-4 li.product {
      width: 50% !important;
   }

   .heading-box {
      flex-wrap: wrap;
   }

   .heading-box h2 {
      font-size: 18px !important;
      line-height: 25px;
   }

   .heading-title {
      margin-bottom: 10px;
   }

   .list-cat-child .item-cat-child {
      max-width: 50%;
      flex: 0 0 50%;
      margin-bottom: 20px;
   }

   .group-filter.sort-filter {
      flex-wrap: wrap;
   }

   .group-filter.sort-filter a {
      padding: 0 5px;
      margin: 0 5px 10px;
      border-radius: 5px;
      font-size: 14px;
      height: 35px;
      line-height: 35px;
   }

   .heading-video h2 {
      color: #000000 !important;
      text-align: center;
   }

   .notification-cat {
      margin-bottom: 20px;
   }

   .inner-box-search {
      padding: 20px 10px 10px;
   }

   .inner-box-search form {
      flex-wrap: wrap;
   }

   .inner-box-search form > div {
      max-width: 100%;
      flex: 0 0 100%;
      margin-bottom: 15px;
   }
}

form.woocommerce-form .woocommerce-form-row--wide input {
   height: 45px;
}

form.woocommerce-form.woocommerce-form-login.login {
   max-width: 500px;
}

.menu-sidebar .menu-item-has-children > .dropdown-menu > li > a > span > svg {
   width: 18px;
   height: 18px;
}

.menu-sidebar .menu-item-has-children > .dropdown-menu {
   display: flex;
   flex-wrap: wrap;
}

.menu-sidebar .menu-item-has-children > .dropdown-menu > li {
   max-width: 33.333333%;
   flex: 0 0 33.333333%;
}

.menu-sidebar .menu-item-has-children > .dropdown-menu > li > a {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.menu-sidebar .menu-item-has-children > .dropdown-menu > li .dropdown-menu {
   position: relative;
   top: auto;
   left: auto;
   min-width: 100%;
   opacity: 1;
   z-index: 1;
   visibility: visible;
   padding: 0 0 0 10px;
   display: block;
}

.menu-sidebar .menu-item-has-children > .dropdown-menu .arrow-icon,
.menu-sidebar .menu-item-has-children > .dropdown-menu .icon-menu {
   display: none;
}

.menu-sidebar .menu-item-has-children > .dropdown-menu > li > a {
   font-weight: 700;
}

.menu-sidebar
   .menu-item-has-children
   > .dropdown-menu
   > li
   .dropdown-menu
   a
   span {
   font-weight: 400 !important;
}

.menu-sidebar .menu-item-has-children > .dropdown-menu > li .dropdown-menu li {
   max-width: 100%;
   margin-bottom: 0;
}

.social {
   display: flex;
}

.social > a {
   margin-right: 15px;
}

.social a svg {
   width: 20px;
   height: 20px;
}

.social a svg * {
   fill: #fff;
}

.col-footer ul {
   margin-left: 0;
   padding-left: 25px;
}

.col-footer ul li {
   margin-bottom: 15px;
}

.col-footer-policy {
   display: flex;
   margin-top: 35px;
   align-items: center;
}

.col-footer-policy .item-p {
   margin-right: 20px;
}

.footer-social {
   margin-top: 35px;
}

.item-product-sidebar {
   display: flex;
   margin-bottom: 10px;
}

.item-product-sidebar .thumbnail {
   max-width: 100px;
   flex: 0 0 100px;
   padding-right: 15px;
}

.item-product-sidebar h3 {
   font-size: 14px;
   font-weight: 400;
   color: #535353;
   -webkit-line-clamp: 2;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   margin: 0;
}

.sidebar-item {
   background: #fff;
   box-shadow: 0 8px 28px rgba(20, 20, 43, 0.1);
   padding: 20px 10px;
}

.sidebar-item > h3 {
   position: relative;
   margin: 0 0 40px;
}

.sidebar-item > h3:after {
   content: "";
   position: absolute;
   bottom: -15px;
   width: 100%;
   height: 2px;
   background: linear-gradient(90deg, #e6ae3f 0%, #faef85 100%);
   left: 0;
}

.item-product-sidebar {
   display: flex;
   margin-bottom: 10px;
}

.item-product-sidebar .thumbnail {
   max-width: 100px;
   flex: 0 0 100px;
   padding-right: 15px;
}

.item-product-sidebar h3 {
   font-size: 14px;
   font-weight: 400;
   color: #535353;
   -webkit-line-clamp: 2;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   margin: 0;
}

.sidebar-item {
   background: #fff;
   box-shadow: 0 8px 28px rgba(20, 20, 43, 0.1);
   padding: 20px 10px;
   margin-bottom: 30px;
}

.item-product-sidebar .price {
   justify-content: left;
}

.item-product-sidebar .price * {
   font-size: 14px;
   color: #535353;
}

.post-item {
   display: flex;
   margin-bottom: 20px;
   border-bottom: 0.5px solid #e6e6e8;
   padding-bottom: 15px;
}

.post-item:last-child {
   border: 0;
   margin-bottom: 0;
   padding-bottom: 0;
}

.post-item .thumbnail {
   max-width: 100px;
   flex: 0 0 100px;
   padding-right: 15px;
   height: 70px;
}

.post-item .content-post h3 {
   margin: 0;
   font-size: 14px;
   font-weight: 400;
   -webkit-line-clamp: 2;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
}

.post-item .content-post h3 a {
   color: #3a3a3a;
}

.post-item .thumbnail img {
   height: 100%;
   object-fit: cover;
}

.post-item .content-post .date {
   font-size: 12px;
   color: #777;
}

.star-rating span::before {
   color: #ffe600 !important;
}

ul.item-li {
   list-style: none;
   margin-left: 0;
   padding: 20px;
}

ul.item-li li {
   padding: 0;
   margin: 0 0 10px 0;
}

.item-sidebar-info > p {
   background: #e8b142;
   color: #fff;
   font-weight: 600;
   text-align: center;
   padding: 10px;
   margin: 0;
}

ul.item-li svg {
   margin-right: 5px;
}

.item-sidebar-info {
   background: #fff;
   box-shadow: 0 3px 40px rgba(0, 0, 0, 0.08);
}

.wrapper-menu-sidebar ul > li > a {
   transition: all 0.2s linear;
}

.wrapper-menu-sidebar ul li.current-menu-item > a,
.wrapper-menu-sidebar ul > li.current-menu-parent > a,
.wrapper-menu-sidebar ul > li.active > a,
.wrapper-menu-sidebar ul > li > a:hover {
   color: #e7b142;
}

.menu-sidebar ul > li > .sub-menu li > a {
   color: #777;
   font-weight: 400;
}

.menu-sidebar ul > li > .sub-menu li:last-child {
   border-bottom: 0;
}

.wrapper-menu-sidebar ul li.current-menu-item > a .icon-menu,
.wrapper-menu-sidebar ul > li.active > a .icon-menu {
   transform: rotate(-180deg) translateX(-40px) translateY(2px);
}

.wrapper-menu-sidebar ul > li.current-menu-item > a .icon-menu svg *,
.wrapper-menu-sidebar ul > li.current-menu-parent > a .icon-menu svg *,
.wrapper-menu-sidebar ul > li.active > a .icon-menu svg * {
   fill: #e7b142;
}

span.label-sale-price {
   order: 3;
   background: #e02323;
   color: #fff;
   font-size: 12px;
   padding: 4px;
   border-radius: 4px;
   margin-left: 10px;
   display: none;
}

.entry-summary .price span.label-sale-price {
   display: block;
}

.sec1-hst {
   margin-bottom: 40px;
   position: relative;
}

.sec1-hst:before {
   content: "";
   position: absolute;
   top: -75px;
   right: 0;
   background: url(./wp-content/uploads/2023/06/Group3-2.svg);
   width: 210px;
   height: 260px;
   z-index: -1;
}

.title h5 {
   display: inline-block;
   font-weight: 700;
   background: var(--color-linear-2);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   text-transform: uppercase;
}

.title .icon {
   display: inline-block;
   margin-right: 5px;
}

.title h1 {
   color: var(--color-main);
   font-weight: 600;
   font-size: 38px;
   line-height: 50px;
   margin-bottom: 90px;
}

.sec1-hst .box {
   background: #fff;
   box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.sec1-hst .box .box-image {
   width: 100%;
   height: 100%;
   position: relative;
}

.sec1-hst .box .box-image img {
   width: 100%;
   height: 100%;
}

.sec1-hst .box .box-image::before {
   content: "";
   position: absolute;
   background-image: url(/wp-content/uploads/2023/06/Group-1000002064.png);
   width: auto;
   height: auto;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   z-index: 2;
   background-position: right bottom;
   background-repeat: no-repeat;
}

.btn-play {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.btn-play img {
   -webkit-animation: zoom-fade 6s infinite linear;
   animation: zoom-fade 6s infinite linear;
}

.sec1-hst .item2 .box .box-image::before {
   background-image: url(/wp-content/uploads/2023/06/Group-1000002064.svg);
}

.sec1-hst .item3 .box .box-image::before {
   background-image: url(/wp-content/uploads/2023/06/Group-1000002064-1.svg);
}

.sec1-hst .item4 .box .box-image::before {
   background-image: url(/wp-content/uploads/2023/06/Group-1000002064-2.svg);
}

.sec1-hst .box .box-image::after {
   content: "";
   position: absolute;
   background: #fff;
   width: 130px;
   height: 80px;
   right: -1px;
   bottom: -1px;
   z-index: 1;
   clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.sec1-hst .box .box-content {
   padding: 20px 23px 22px 34px;
   margin-bottom: 50px;
}

.sec1-hst .box .box-content h3 {
   font-weight: 700;
   font-size: 28px;
   line-height: 46px;
   color: var(--color-main);
}

.box-button a {
   color: var(--color-main);
   font-weight: 700;
   font-size: 16px;
   line-height: 26px;
}

.sec2-hst .background img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.sec2-hst {
   position: relative;
   background-image: url(/wp-content/uploads/2023/06/Rectangle-3917.png);
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-position: center;
   background-repeat: no-repeat;
   background-size: 100%;
   width: 100%;
   z-index: 0;
}

.sec2-hst::after {
   content: "";
   position: absolute;
   background-image: url(/wp-content/uploads/2023/06/bg-1920.png);
   background-repeat: no-repeat;
   background-size: cover;
   z-index: -1;
   width: 100%;
   height: 677px;
   background-position: bottom center;
   top: 0;
   left: 0;
}

.sec2-hst .title {
   margin-top: 120px;
   text-align: left !important;
}

.sec2-hst .title h5 {
   display: inline-block;
   font-weight: 700;
   background: var(--color-linear-2);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.sec2-hst .title .icon {
   display: inline-block;
}

.sec2-hst .title h2 {
   color: var(--color-main);
   font-weight: 700;
   font-size: 38px;
   line-height: 50px;
}

.sec2-hst .contact {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
}

.sec2-hst .box-contact {
   margin-left: 30px;
   border-bottom: 5px solid var(--color-main);
   padding-bottom: 0;
   width: 368px;
}

.sec2-hst .box-contact .input-content > div {
   display: inline-block;
}

.sec2-hst .box-contact .input-content input:focus {
   border: unset !important;
}

.sec2-hst .input-contact {
   display: flex;
   justify-content: space-between;
}

.sec2-hst .input-contact .title-contact h3 {
   font-weight: 600;
   font-size: 20px;
   line-height: 36px;
   color: var(--color-main);
}

.sec2-hst .input-contact input {
   background: unset !important;
   border: unset !important;
}

.form-contact.box-form {
   margin: 0;
   padding: 0;
}

.sec2-hst .box-form {
   background: #fff;
   padding: 42px 32px;
   margin: 100px 0 150px 0;
}

.sec2-hst .box-contact .wpforms-submit-container button {
   width: 100% !important;
   border: 0 !important;
   background: transparent !important;
}

.box-form .wpforms-field-container input {
   width: 100% !important;
   padding: 12px 15px !important;
   border: unset !important;
   border-radius: 0 !important;
   background: #f0f4f9 !important;
}

.box-form .wpforms-field-container textarea {
   width: 100% !important;
   padding: 12px 15px !important;
   border: unset !important;
   border-radius: 0 !important;
   background: #f0f4f9 !important;
}

.box-form .wpforms-field-container select {
   width: 100% !important;
   padding: 12px 15px !important;
   border: unset !important;
   border-radius: 0 !important;
   background: #f0f4f9 !important;
}

.box-form .wpforms-field-container label {
   font-weight: 700;
   font-size: 14px;
   line-height: 160%;
   color: var(--color-main);
}

.box-form .wpforms-submit-container {
   text-align: center;
}

.box-form .wpforms-submit-container button {
   background: var(--color-main) !important;
   border: unset !important;
   font-weight: 700;
   font-size: 16px;
   line-height: 26px;
   color: #fff;
   padding: 0 !important;
   padding: 0 20px !important;
}

.sec1-news .sidebar .category {
   border: 1px solid #e6e6e8;
   overflow: hidden;
   margin-bottom: 40px;
}

.sec1-news .category .title h5 {
   padding: 20px 30px;
   color: var(--color-main);
   font-weight: 700;
}

.sec1-news .category .title-child a {
   padding: 15px 0 13px 30px;
   font-weight: 600;
   font-size: 18px;
   line-height: 26px;
   color: #6e6e73;
   display: block;
   position: relative;
   z-index: 1;
}

.sec1-news .category .title-child a.action {
   padding: 20px 30px;
   font-weight: 600;
   font-size: 16px;
   line-height: 26px;
   color: #fff;
   position: relative;
   z-index: 1;
}

.sec1-news .category .title-child a.action::after {
   content: "";
   background: #fff;
   position: absolute;
   width: 30px;
   height: 100%;
   top: 0;
   right: 30px;
   opacity: 1;
   z-index: -1;
   transition: all 500ms ease;
   clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
   background: var(--color-main);
}

.sec1-news .category .title-child a.action::before {
   position: absolute;
   content: "";
   width: calc(100% - 30px);
   height: 100%;
   left: -30px;
   top: 0;
   opacity: 1;
   z-index: -1;
   transition: all 500ms ease;
   background: var(--color-main);
}

.sec1-news .category .title-child a:before {
   position: absolute;
   content: "";
   width: calc(100% - 30px);
   height: 100%;
   left: -30px;
   top: 0;
   opacity: 0;
   z-index: -1;
   transition: all 500ms ease;
   background: var(--color-main);
}

.sec1-news .category .title-child a:after {
   position: absolute;
   content: "";
   width: 30px;
   height: 100%;
   top: 0;
   right: 30px;
   opacity: 0;
   z-index: -1;
   transition: all 500ms ease;
   clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
   background: var(--color-main);
}

.sec1-news .category .title-child a.current-cat,
.sec1-news .category .title-child a:hover {
   color: #fff;
}

.sec1-news .category .title-child a:hover:before,
.sec1-news .category .title-child a:hover:after,
.sec1-news .category .title-child a.current-cat:before,
.sec1-news .category .title-child a.current-cat:after {
   opacity: 1;
}

.sec1-news .search {
   margin-bottom: 40px;
}

.sec1-news .search .title h5 {
   color: var(--color-primary);
   padding: 0 20px;
   margin-bottom: 20px;
   font-weight: 700;
}

.sec1-news .search .box-search {
   border: 1px solid #e6e6e8;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.sec1-news .search input {
   background: unset;
   border: unset;
   padding: 18px 20px;
   width: 90%;
}

.sec1-news .search a {
   width: auto;
}

.sec1-news .box-post {
   background: #fff;
   box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
   margin-bottom: 33px;
}

.sec1-news .box-post .post-image {
   width: 100%;
   height: 100%;
   position: relative;
}

.sec1-news .box-post .post-image img {
   width: 100%;
   height: 100%;
}

.sec1-news .box-post .post-content {
   padding: 35px 14px 14px 23px;
   position: relative;
}

.sec1-news .box-post .post-content .post-category {
   position: absolute;
   top: -16px;
   left: 0;
}

.sec1-news .box-post .post-content .post-category .title {
   padding: 3px 10px 3px 23px;
   background: var(--color-main);
   position: relative;
}

.sec1-news .box-post .post-content .post-category .title::before {
   position: absolute;
   content: "";
   width: 17px;
   height: 100%;
   top: 0;
   right: -17px;
   background: var(--color-main);
   clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
   transition: all 500ms ease;
}

.sec1-news .box-post .post-content .post-category p {
   background: var(--color-linear-2);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-weight: 700;
   font-size: 14px;
   line-height: 26px;
   margin: unset;
}

.sec1-news .box-post .post-content .title h4 {
   font-weight: 700;
   color: var(--color-main);
   margin-top: 20px;
}

.sec2-news {
   background: #f0f4f9;
   padding: 50px 0;
}

.sec2-news .title {
   padding-right: 30px;
}

.sec2-news .title h5 {
   background: var(--color-linear-2);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-weight: 700;
}

.sec2-news .title .icon {
   display: flex;
   justify-content: flex-start;
   align-items: center;
}

.sec2-news .title .icon svg {
   margin: 0 8px;
}

.sec2-news .title .icon .divider {
   content: "";
   height: 1px;
   width: 54px;
   background: var(--color-linear-2);
}

.sec2-news .title h2 {
   font-weight: 700;
   color: var(--color-main);
}

.sec2-news .box-form .wpforms-field-container label {
   font-weight: 700;
   font-size: 14px;
   line-height: 160%;
   color: #6e6e73;
}

.sec2-news .box-form .wpforms-field-container span.wpforms-required-label {
   color: #cd0000;
}

.sec2-news .box-form .wpforms-field-container input {
   width: 100%;
   background: #ffffff !important;
   border-radius: 5px;
   border: 0 !important;
   padding-left: 20px;
   margin-bottom: 0;
}

.sec2-news .box-form .wpforms-field-container textarea {
   width: 100%;
   background: #ffffff !important;
   border-radius: 5px;
   border: 0 !important;
   padding: 20px 16px;
   margin-bottom: 0;
}

.box-form .wpforms-field-container .wpforms-field-payment-checkbox li {
   list-style: none;
   display: flex;
   align-items: center;
}

.box-form .wpforms-field-container .wpforms-field-payment-checkbox ul {
   padding: 0 !important;
}

.box-form .wpforms-field-container .wpforms-field-payment-checkbox input {
   width: 18px !important;
   margin: 0 !important;
}

.box-form input[type="checkbox"]:checked {
   accent-color: var(--color-main);
}

.box-form .wpforms-field-container .wpforms-field-payment-checkbox label {
   width: auto;
   margin: 0 !important;
   padding-left: 10px;
   color: #6e6e73;
   font-weight: 400;
}

.sec2-news .box-form .wpforms-submit-container {
   text-align: right;
}

.sec2-news .box-form .wpforms-submit-container button {
   background: var(--color-linear-2) !important;
   border-radius: 30px;
   font-weight: 700;
   position: relative;
}

.sec2-news .box-form .wpforms-submit-container button::after {
   content: "";
   display: inline-block;
   background-image: url(/wp-content/uploads/2023/06/Vector.png);
   background-repeat: no-repeat;
   background-size: contain;
   width: 14px;
   height: 14px;
   margin-left: 8px;
}

.sec1-probiotics .category {
   border: 1px solid #e6e6e8;
   overflow: hidden;
   margin-bottom: 40px;
}

.sec1-probiotics .category .title h5 {
   padding: 20px 30px;
   color: var(--color-main);
   font-weight: 700;
}

.sec1-probiotics .category .title-child a {
   padding: 20px 30px;
   font-weight: 600;
   font-size: 16px;
   line-height: 26px;
   color: #6e6e73;
   display: block;
   position: relative;
   z-index: 1;
}

.sec1-probiotics .category .title-child a.action {
   padding: 20px 30px;
   font-weight: 600;
   font-size: 16px;
   line-height: 26px;
   color: #fff;
   position: relative;
   z-index: 1;
}

.sec1-probiotics .category .title-child a.action::after {
   content: "";
   background: #fff;
   position: absolute;
   width: 30px;
   height: 100%;
   top: 0;
   right: 30px;
   opacity: 1;
   z-index: -1;
   transition: all 500ms ease;
   clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
   background: var(--color-main);
}

.sec1-probiotics .category .title-child a.action::before {
   position: absolute;
   content: "";
   width: calc(100% - 30px);
   height: 100%;
   left: -30px;
   top: 0;
   opacity: 1;
   z-index: -1;
   transition: all 500ms ease;
   background: var(--color-main);
}

.sec1-probiotics .category .title-child a:hover {
   color: #fff;
}

.sec1-probiotics .category .title-child a:hover::after {
   content: "";
   background: #fff;
   position: absolute;
   width: 30px;
   height: 100%;
   top: 0;
   right: 30px;
   opacity: 1;
   z-index: -1;
   transition: all 500ms ease;
   clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
   background: var(--color-main);
}

.sec1-probiotics .category .title-child a:hover::before {
   position: absolute;
   content: "";
   width: calc(100% - 30px);
   height: 100%;
   left: -30px;
   top: 0;
   opacity: 1;
   z-index: -1;
   transition: all 500ms ease;
   background: var(--color-main);
}

.sec1-probiotics .download li {
   list-style-type: none;
   padding: 14px 15px 16px 80px;
   background: #f0f4f9;
   display: flex;
   position: relative;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 30px;
}

.sec1-probiotics .download ul {
   padding: 0 !important;
}

.sec1-probiotics .download li .icon {
   position: absolute;
   top: -10px;
   left: 18px;
}

.sec1-probiotics .download li .title h5 {
   font-weight: 600;
   font-size: 16px;
   line-height: 36px;
   color: var(--color-main);
}

.sec1-probiotics .banner,
.sidebar .banner {
   margin-bottom: 30px;
   background: var(--color-main);
}

.sec1-probiotics .box-banner,
.sidebar .box-banner {
   background-image: url(/wp-content/uploads/2023/06/image-35.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   padding: 30px;
}

@media (max-width: 480px) {
   .header-search {
      display: none;
   }

   .left-inner-top-header {
      max-width: 100% !important;
      flex: 0 0 auto !important;
   }

   .header-action {
      max-width: 100%;
      flex: 0 0 auto;
      justify-content: flex-end;
   }

   .home-box .elementor-icon-box-wrapper {
      height: auto;
   }

   h2.woocommerce-loop-product__title {
      font-size: 14px !important;
      color: #333333 !important;
      margin: 0 0 7px !important;
      -webkit-line-clamp: 2;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      height: 52px;
   }

   .top-footer-right {
      flex-wrap: wrap;
   }

   .top-footer-right > .col-footer {
      max-width: 100%;
      flex: 0 0 100%;
      margin-bottom: 30px;
   }

   .bottom-footer-right {
      flex-wrap: wrap;
   }

   .bottom-footer-right > .col-footer {
      max-width: 100%;
      flex: 0 0 100%;
      margin-bottom: 30px;
   }

   .site-info .col-md-6 {
      max-width: 100%;
      flex: 0 0 100%;
      text-align: center;
   }

   ul.nav-footer {
      justify-content: center;
   }

   .author-box-gtv {
      flex-wrap: wrap;
   }

   .author-box-gtv > div {
      max-width: 100%;
      flex: 0 0 100%;
   }
}

@media all {
   ul {
      box-sizing: border-box;
   }

   :root {
      --wp--preset--font-size--normal: 16px;
      --wp--preset--font-size--huge: 42px;
   }

   figure {
      margin: 0 0 1em;
   }
}

/*! CSS Used from: Embedded */
body {
   --wp--preset--color--black: #000000;
   --wp--preset--color--cyan-bluish-gray: #abb8c3;
   --wp--preset--color--white: #ffffff;
   --wp--preset--color--pale-pink: #f78da7;
   --wp--preset--color--vivid-red: #cf2e2e;
   --wp--preset--color--luminous-vivid-orange: #ff6900;
   --wp--preset--color--luminous-vivid-amber: #fcb900;
   --wp--preset--color--light-green-cyan: #7bdcb5;
   --wp--preset--color--vivid-green-cyan: #00d084;
   --wp--preset--color--pale-cyan-blue: #8ed1fc;
   --wp--preset--color--vivid-cyan-blue: #0693e3;
   --wp--preset--color--vivid-purple: #9b51e0;
   --wp--preset--color--strong-yellow: #f7bd00;
   --wp--preset--color--strong-white: #fff;
   --wp--preset--color--light-black: #242424;
   --wp--preset--color--very-light-gray: #797979;
   --wp--preset--color--very-dark-black: #000000;
   --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
      135deg,
      rgba(6, 147, 227, 1) 0%,
      rgb(155, 81, 224) 100%
   );
   --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
      135deg,
      rgb(122, 220, 180) 0%,
      rgb(0, 208, 130) 100%
   );
   --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
      135deg,
      rgba(252, 185, 0, 1) 0%,
      rgba(255, 105, 0, 1) 100%
   );
   --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
      135deg,
      rgba(255, 105, 0, 1) 0%,
      rgb(207, 46, 46) 100%
   );
   --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
      135deg,
      rgb(238, 238, 238) 0%,
      rgb(169, 184, 195) 100%
   );
   --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
      135deg,
      rgb(74, 234, 220) 0%,
      rgb(151, 120, 209) 20%,
      rgb(207, 42, 186) 40%,
      rgb(238, 44, 130) 60%,
      rgb(251, 105, 98) 80%,
      rgb(254, 248, 76) 100%
   );
   --wp--preset--gradient--blush-light-purple: linear-gradient(
      135deg,
      rgb(255, 206, 236) 0%,
      rgb(152, 150, 240) 100%
   );
   --wp--preset--gradient--blush-bordeaux: linear-gradient(
      135deg,
      rgb(254, 205, 165) 0%,
      rgb(254, 45, 45) 50%,
      rgb(107, 0, 62) 100%
   );
   --wp--preset--gradient--luminous-dusk: linear-gradient(
      135deg,
      rgb(255, 203, 112) 0%,
      rgb(199, 81, 192) 50%,
      rgb(65, 88, 208) 100%
   );
   --wp--preset--gradient--pale-ocean: linear-gradient(
      135deg,
      rgb(255, 245, 203) 0%,
      rgb(182, 227, 212) 50%,
      rgb(51, 167, 181) 100%
   );
   --wp--preset--gradient--electric-grass: linear-gradient(
      135deg,
      rgb(202, 248, 128) 0%,
      rgb(113, 206, 126) 100%
   );
   --wp--preset--gradient--midnight: linear-gradient(
      135deg,
      rgb(2, 3, 129) 0%,
      rgb(40, 116, 252) 100%
   );
   --wp--preset--duotone--dark-grayscale: url("https://fastwpdemo.com/newwp/biogenix/#wp-duotone-dark-grayscale");
   --wp--preset--duotone--grayscale: url("https://fastwpdemo.com/newwp/biogenix/#wp-duotone-grayscale");
   --wp--preset--duotone--purple-yellow: url("https://fastwpdemo.com/newwp/biogenix/#wp-duotone-purple-yellow");
   --wp--preset--duotone--blue-red: url("https://fastwpdemo.com/newwp/biogenix/#wp-duotone-blue-red");
   --wp--preset--duotone--midnight: url("https://fastwpdemo.com/newwp/biogenix/#wp-duotone-midnight");
   --wp--preset--duotone--magenta-yellow: url("https://fastwpdemo.com/newwp/biogenix/#wp-duotone-magenta-yellow");
   --wp--preset--duotone--purple-green: url("https://fastwpdemo.com/newwp/biogenix/#wp-duotone-purple-green");
   --wp--preset--duotone--blue-orange: url("https://fastwpdemo.com/newwp/biogenix/#wp-duotone-blue-orange");
   --wp--preset--font-size--small: 10px;
   --wp--preset--font-size--medium: 20px;
   --wp--preset--font-size--large: 24px;
   --wp--preset--font-size--x-large: 42px;
   --wp--preset--font-size--normal: 15px;
   --wp--preset--font-size--huge: 36px;
   --wp--preset--spacing--20: 0.44rem;
   --wp--preset--spacing--30: 0.67rem;
   --wp--preset--spacing--40: 1rem;
   --wp--preset--spacing--50: 1.5rem;
   --wp--preset--spacing--60: 2.25rem;
   --wp--preset--spacing--70: 3.38rem;
   --wp--preset--spacing--80: 5.06rem;
   --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
   --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
   --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
   --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
      6px 6px rgba(0, 0, 0, 1);
   --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.7.1 ; media=all */
@media all {
   .wpcf7 .screen-reader-response {
      position: absolute;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px);
      clip-path: inset(50%);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0;
      word-wrap: normal !important;
   }

   .wpcf7 form .wpcf7-response-output {
      margin: 2em 0.5em 1em;
      padding: 0.2em 1em;
      border: 2px solid #00a0d2;
   }

   .wpcf7 form.init .wpcf7-response-output {
      display: none;
   }

   .wpcf7-form-control-wrap {
      position: relative;
   }

   .wpcf7 input[type="email"] {
      direction: ltr;
   }
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=7.2.2 ; media=all */
@media all {
   :root {
      --woocommerce: #a46497;
      --wc-green: #7ad03a;
      --wc-red: #a00;
      --wc-orange: #ffba00;
      --wc-blue: #2ea2cc;
      --wc-primary: #a46497;
      --wc-primary-text: white;
      --wc-secondary: #ebe9eb;
      --wc-secondary-text: #515151;
      --wc-highlight: #77a464;
      --wc-highligh-text: white;
      --wc-content-bg: #fff;
      --wc-subtext: #767676;
   }
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=7.2.2 ; media=only screen and (max-width: 768px) */
@media only screen and (max-width: 768px) {
   :root {
      --woocommerce: #a46497;
      --wc-green: #7ad03a;
      --wc-red: #a00;
      --wc-orange: #ffba00;
      --wc-blue: #2ea2cc;
      --wc-primary: #a46497;
      --wc-primary-text: white;
      --wc-secondary: #ebe9eb;
      --wc-secondary-text: #515151;
      --wc-highlight: #77a464;
      --wc-highligh-text: white;
      --wc-content-bg: #fff;
      --wc-subtext: #767676;
   }
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=7.2.2 ; media=all */
@media all {
   :root {
      --woocommerce: #a46497;
      --wc-green: #7ad03a;
      --wc-red: #a00;
      --wc-orange: #ffba00;
      --wc-blue: #2ea2cc;
      --wc-primary: #a46497;
      --wc-primary-text: white;
      --wc-secondary: #ebe9eb;
      --wc-secondary-text: #515151;
      --wc-highlight: #77a464;
      --wc-highligh-text: white;
      --wc-content-bg: #fff;
      --wc-subtext: #767676;
   }
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/css/font-awesome-all.css?ver=6.2.2 ; media=all */
@media all {
   .fa {
      font-family: var(--fa-style-family, "Font Awesome 6 Free");
      font-weight: var(--fa-style, 900);
   }

   .fa,
   .fas,
   .fa-solid,
   .fa-regular,
   .fab,
   .fa-brands {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: var(--fa-display, inline-block);
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-rendering: auto;
   }

   .fas,
   .fa-solid,
   .fa-regular {
      font-family: "Font Awesome 6 Free";
   }

   .fab,
   .fa-brands {
      font-family: "Font Awesome 6 Brands";
   }

   .fa-phone-flip::before {
      content: "\f879";
   }

   .fa-comment-dots::before {
      content: "\f4ad";
   }

   .fa-envelope::before {
      content: "\f0e0";
   }

   .fa-calendar-check::before {
      content: "\f274";
   }

   .fa-cog::before {
      content: "\f013";
   }

   .fa-clock::before {
      content: "\f017";
   }

   .fa-angle-down::before {
      content: "\f107";
   }

   .fa-circle-user::before {
      content: "\f2bd";
   }

   .fa-xmark::before {
      content: "\f00d";
   }

   .fa-times::before {
      content: "\f00d";
   }

   :root {
      --fa-style-family-brands: "Font Awesome 6 Brands";
      --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
   }

   .fab,
   .fa-brands {
      font-weight: 400;
   }

   .fa-apple:before {
      content: "\f179";
   }

   .fa-facebook:before {
      content: "\f09a";
   }

   .fa-youtube:before {
      content: "\f167";
   }

   .fa-twitter:before {
      content: "\f099";
   }

   .fa-pinterest:before {
      content: "\f0d2";
   }

   .fa-dribbble:before {
      content: "\f17d";
   }

   :root {
      --fa-style-family-classic: "Font Awesome 6 Free";
      --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
   }

   .fa-regular {
      font-weight: 400;
   }

   :root {
      --fa-style-family-classic: "Font Awesome 6 Free";
      --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
   }

   .fas,
   .fa-solid {
      font-weight: 900;
   }
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/css/owl.css?ver=6.2.2 ; media=all */
@media all {
   .owl-carousel {
      display: none;
      width: 100%;
      -webkit-tap-highlight-color: transparent;
      position: relative;
      z-index: 1;
   }

   .owl-carousel .owl-stage {
      position: relative;
      -ms-touch-action: pan-Y;
   }

   .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0;
   }

   .owl-carousel .owl-stage-outer {
      position: relative;
      overflow: hidden;
      -webkit-transform: translate3d(0, 0, 0);
   }

   .owl-carousel.owl-loaded {
      display: block;
   }

   .owl-carousel .owl-item {
      position: relative;
      min-height: 1px;
      float: left;
      -webkit-backface-visibility: hidden;
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
   }

   .owl-carousel .owl-item img {
      display: block;
      width: none;
      -webkit-transform-style: preserve-3d;
   }
}

.no-js .owl-carousel {
   display: block;
}

.owl-carousel .owl-item img {
   transform-style: preserve-3d;
}

.owl-theme .owl-dots .owl-dot {
   display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
   background: #222;
   display: block;
   margin: 0 5px 0 5px;
   transition: opacity 200ms ease 0s;
   width: 15px;
   height: 15px;
}

.owl-theme .owl-dots .owl-dot.active span {
   background: none repeat scroll 0 0 #cda274;
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/css/bootstrap.css?ver=6.2.2 ; media=all */
@media all {
   :root {
      --bs-blue: #0d6efd;
      --bs-indigo: #6610f2;
      --bs-purple: #6f42c1;
      --bs-pink: #d63384;
      --bs-red: #dc3545;
      --bs-orange: #fd7e14;
      --bs-yellow: #ffc107;
      --bs-green: #198754;
      --bs-teal: #20c997;
      --bs-cyan: #0dcaf0;
      --bs-black: #000;
      --bs-white: #fff;
      --bs-gray: #6c757d;
      --bs-gray-dark: #343a40;
      --bs-gray-100: #f8f9fa;
      --bs-gray-200: #e9ecef;
      --bs-gray-300: #dee2e6;
      --bs-gray-400: #ced4da;
      --bs-gray-500: #adb5bd;
      --bs-gray-600: #6c757d;
      --bs-gray-700: #495057;
      --bs-gray-800: #343a40;
      --bs-gray-900: #212529;
      --bs-primary: #0d6efd;
      --bs-secondary: #6c757d;
      --bs-success: #198754;
      --bs-info: #0dcaf0;
      --bs-warning: #ffc107;
      --bs-danger: #dc3545;
      --bs-light: #f8f9fa;
      --bs-dark: #212529;
      --bs-primary-rgb: 13, 110, 253;
      --bs-secondary-rgb: 108, 117, 125;
      --bs-success-rgb: 25, 135, 84;
      --bs-info-rgb: 13, 202, 240;
      --bs-warning-rgb: 255, 193, 7;
      --bs-danger-rgb: 220, 53, 69;
      --bs-light-rgb: 248, 249, 250;
      --bs-dark-rgb: 33, 37, 41;
      --bs-white-rgb: 255, 255, 255;
      --bs-black-rgb: 0, 0, 0;
      --bs-body-color-rgb: 33, 37, 41;
      --bs-body-bg-rgb: 255, 255, 255;
      --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
         "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
         "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
         "Noto Color Emoji";
      --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
         "Liberation Mono", "Courier New", monospace;
      --bs-gradient: linear-gradient(
         180deg,
         rgba(255, 255, 255, 0.15),
         rgba(255, 255, 255, 0)
      );
      --bs-body-font-family: var(--bs-font-sans-serif);
      --bs-body-font-size: 1rem;
      --bs-body-font-weight: 400;
      --bs-body-line-height: 1.5;
      --bs-body-color: #212529;
      --bs-body-bg: #fff;
      --bs-border-width: 1px;
      --bs-border-style: solid;
      --bs-border-color: #dee2e6;
      --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
      --bs-border-radius: 0.375rem;
      --bs-border-radius-sm: 0.25rem;
      --bs-border-radius-lg: 0.5rem;
      --bs-border-radius-xl: 1rem;
      --bs-border-radius-2xl: 2rem;
      --bs-border-radius-pill: 50rem;
      --bs-link-color: #0d6efd;
      --bs-link-hover-color: #0a58ca;
      --bs-code-color: #d63384;
      --bs-highlight-bg: #fff3cd;
   }

   *,
   *::before,
   *::after {
      box-sizing: border-box;
   }

   figure {
      margin: 0 0 1rem;
   }

   img,
   svg {
      vertical-align: middle;
   }

   label {
      display: inline-block;
   }

   button {
      border-radius: 0;
   }

   button:focus:not(:focus-visible) {
      outline: 0;
   }

   input,
   button,
   select {
      margin: 0;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
   }

   button,
   select {
      text-transform: none;
   }

   [role="button"] {
      cursor: pointer;
   }

   select {
      word-wrap: normal;
   }

   select:disabled {
      opacity: 1;
   }

   button,
   [type="button"],
   [type="submit"] {
      -webkit-appearance: button;
   }

   button:not(:disabled),
   [type="button"]:not(:disabled),
   [type="submit"]:not(:disabled) {
      cursor: pointer;
   }

   fieldset {
      min-width: 0;
      padding: 0;
      margin: 0;
      border: 0;
   }

   [type="search"] {
      outline-offset: -2px;
      -webkit-appearance: textfield;
   }

   .row {
      --bs-gutter-x: 1.5rem;
      --bs-gutter-y: 0;
      display: flex;
      flex-wrap: wrap;
      margin-top: calc(-1 * var(--bs-gutter-y));
      margin-right: calc(-0.5 * var(--bs-gutter-x));
      margin-left: calc(-0.5 * var(--bs-gutter-x));
   }

   .row > * {
      flex-shrink: 0;
      width: 100%;
      padding-right: calc(var(--bs-gutter-x) * 0.5);
      padding-left: calc(var(--bs-gutter-x) * 0.5);
      margin-top: var(--bs-gutter-y);
   }

   @media (min-width: 576px) {
      .col-sm-12 {
         flex: 0 0 auto;
         width: 100%;
      }
   }

   @media (min-width: 768px) {
      .col-md-6 {
         flex: 0 0 auto;
         width: 50%;
      }

      .col-md-12 {
         flex: 0 0 auto;
         width: 100%;
      }
   }

   @media (min-width: 992px) {
      .col-lg-3 {
         flex: 0 0 auto;
         width: 25%;
      }

      .col-lg-4 {
         flex: 0 0 auto;
         width: 33.33333333%;
      }

      .col-lg-6 {
         flex: 0 0 auto;
         width: 50%;
      }

      .col-lg-8 {
         flex: 0 0 auto;
         width: 66.66666667%;
      }

      .col-lg-12 {
         flex: 0 0 auto;
         width: 100%;
      }
   }

   .form-control {
      display: block;
      width: 100%;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 0.375rem;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   }

   @media (prefers-reduced-motion: reduce) {
      .form-control {
         transition: none;
      }
   }

   .form-control:focus {
      color: #212529;
      background-color: #fff;
      border-color: #86b7fe;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
   }

   .form-control::placeholder {
      color: #6c757d;
      opacity: 1;
   }

   .form-control:disabled {
      background-color: #e9ecef;
      opacity: 1;
   }

   .dropdown {
      position: relative;
   }

   .navbar-collapse {
      flex-basis: 100%;
      flex-grow: 1;
      align-items: center;
   }

   @media (min-width: 768px) {
      .navbar-expand-md {
         flex-wrap: nowrap;
         justify-content: flex-start;
      }

      .navbar-expand-md .navbar-collapse {
         display: flex !important;
         flex-basis: auto;
      }
   }

   .clearfix::after {
      display: block;
      clear: both;
      content: "";
   }

   .align-items-center {
      align-items: center !important;
   }

   .mb-3 {
      margin-bottom: 1rem !important;
   }
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/css/animate.css?ver=6.2.2 ; media=all */
@media all {
   .animated {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
   }

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

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/css/nice-select.css?ver=6.2.2 ; media=all */
@media all {
   .nice-select {
      -webkit-tap-highlight-color: transparent;
      background-color: #fff;
      border-radius: 5px;
      border: solid 1px #e8e8e8;
      box-sizing: border-box;
      clear: both;
      cursor: pointer;
      display: block;
      float: left;
      font-family: inherit;
      font-size: 14px;
      font-weight: 400;
      height: 42px;
      line-height: 40px;
      outline: none;
      padding-left: 18px;
      padding-right: 30px;
      position: relative;
      text-align: left !important;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      white-space: nowrap;
      width: auto;
   }

   .nice-select:hover {
      border-color: #dbdbdb;
   }

   .nice-select:active,
   .nice-select:focus {
      border-color: #999;
   }

   .nice-select:after {
      border-bottom: 2px solid #999;
      border-right: 2px solid #999;
      content: "";
      display: block;
      height: 5px;
      margin-top: -4px;
      pointer-events: none;
      position: absolute;
      right: 12px;
      top: 50%;
      -webkit-transform-origin: 66% 66%;
      -ms-transform-origin: 66% 66%;
      transform-origin: 66% 66%;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      width: 5px;
   }

   .nice-select .list {
      background-color: #fff;
      border-radius: 5px;
      box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
      box-sizing: border-box;
      margin-top: 4px;
      opacity: 0;
      overflow: hidden;
      padding: 0;
      pointer-events: none;
      position: absolute;
      top: 100%;
      left: 0;
      -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-transform: scale(0.75) translateY(-21px);
      -ms-transform: scale(0.75) translateY(-21px);
      transform: scale(0.75) translateY(-21px);
      -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
         opacity 0.15s ease-out;
      transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
      z-index: 9;
   }

   .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important;
   }

   .nice-select .option {
      cursor: pointer;
      font-weight: 400;
      line-height: 40px;
      list-style: none;
      min-height: 40px;
      outline: none;
      padding-left: 18px;
      padding-right: 29px;
      text-align: left;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
   }

   .nice-select .option:hover {
      background-color: #f6f6f6;
   }

   .nice-select .option.selected {
      font-weight: 700;
   }
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/css/jquery-ui.css?ver=6.2.2 ; media=all */
@media all {
   .ui-helper-clearfix:before,
   .ui-helper-clearfix:after {
      content: "";
      display: table;
      border-collapse: collapse;
   }

   .ui-helper-clearfix:after {
      clear: both;
   }

   .ui-icon {
      display: inline-block;
      vertical-align: middle;
      margin-top: -0.25em;
      position: relative;
      text-indent: -99999px;
      overflow: hidden;
      background-repeat: no-repeat;
   }

   .ui-datepicker {
      width: 17em;
      padding: 0.2em 0.2em 0;
      display: none;
   }

   .ui-widget {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1em;
   }

   .ui-widget.ui-widget-content {
      border: 1px solid #c5c5c5;
   }

   .ui-widget-content {
      border: 1px solid #ddd;
      background: #fff;
      color: #333;
   }

   .ui-widget-content a {
      color: #333;
   }

   .ui-widget-header {
      border: 1px solid #ddd;
      background: #e9e9e9;
      color: #333;
      font-weight: 700;
   }

   .ui-widget-header a {
      color: #333;
   }

   .ui-state-default,
   .ui-widget-content .ui-state-default,
   .ui-widget-header .ui-state-default {
      border: 1px solid #c5c5c5;
      background: #f6f6f6;
      font-weight: 400;
      color: #454545;
   }

   .ui-icon {
      width: 16px;
      height: 16px;
   }

   .ui-icon-circle-close {
      background-position: -32px -192px;
   }

   .ui-corner-all {
      border-top-left-radius: 3px;
   }

   .ui-corner-all {
      border-top-right-radius: 3px;
   }

   .ui-corner-all {
      border-bottom-left-radius: 3px;
   }

   .ui-corner-all {
      border-bottom-right-radius: 3px;
   }

   .ui-icon {
      width: 16px;
      height: 16px;
   }

   .ui-icon,
   .ui-widget-content .ui-icon {
      background-image: url(https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/images/icons/ui-icons_222222_256x240.png);
   }

   .ui-widget-header .ui-icon {
      background-image: url(https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/images/icons/ui-icons_222222_256x240.png);
   }

   .ui-state-default .ui-icon {
      background-image: url(https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/images/icons/ui-icons_888888_256x240.png);
   }

   .ui-icon-circle-close {
      background-position: -32px -192px;
   }
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/css/timePickers.css?ver=6.2.2 ; media=all */
@media all {
   #ptTimeSelectCntr {
      display: none;
      font-size: 12px;
      margin-left: 0;
      position: absolute;
      width: 270px !important;
      z-index: 9999 !important;
   }

   #ptTimeSelectCntr .ui-widget-content {
      background: #fff none repeat scroll 0 0;
      border: medium none !important;
      border-radius: 0;
      margin-bottom: 0;
      margin-top: 0 !important;
      padding: 5px;
   }

   #ptTimeSelectCntr .ui-widget.ui-widget-content {
      border: 1px solid #ddd !important;
   }

   #ptTimeSelectCntr .ui-widget-header {
      background: #151515 none repeat scroll 0 0;
      border: 2px solid #252525;
      border-radius: 0;
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      height: 40px;
      padding: 5px;
   }

   #ptTimeSelectCntr #ptTimeSelectUserTime {
      font-size: larger;
      line-height: 26px;
      padding: 0 10px;
      text-align: center;
   }

   #ptTimeSelectCntr .ui-widget-header .ui-icon {
      background-image: url(https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/css/images/ui-icons_444444_256x240.png) !important;
   }

   #ptTimeSelectCntr #ptTimeSelectCloseCntr {
      display: block;
      padding: 0;
   }

   #ptTimeSelectCntr .ui-widget.ui-widget-content {
      margin-top: 0;
   }

   #ptTimeSelectCntr .ptTimeSelectLeftPane.ui-widget-content {
      border-top: none;
      border-bottom: none;
      border-left: none;
      border-right-width: 2px;
   }

   #ptTimeSelectCntr .ptTimeSelectRightPane.ui-widget-content {
      border: none;
   }

   #ptTimeSelectCntr .ptTimeSelectHrCntr a,
   #ptTimeSelectCntr .ptTimeSelectMinCntr a {
      display: block;
      float: left;
      line-height: 32px;
      margin: 2px;
      padding: 0;
      text-align: center;
      text-decoration: none;
      transition: all 500ms ease;
   }

   #ptTimeSelectCntr .ptTimeSelectHrCntr a:hover,
   #ptTimeSelectCntr .ptTimeSelectMinCntr a:hover {
      background: #43c3ea !important;
      border-color: #43c3ea !important;
   }

   #ptTimeSelectCntr .ptTimeSelectTimeLabelsCntr {
      color: #252525;
      font-size: 13px;
      font-weight: 700;
   }

   #ptTimeSelectCntr #ptTimeSelectCloseCntr a {
      border-radius: 30%;
      display: block;
      height: 25px !important;
      line-height: 26px;
      margin: 0 !important;
      opacity: 1;
      padding: 0 !important;
      text-align: center;
      width: 25px !important;
   }

   #ptTimeSelectCntr .ui-state-default {
      background: #fff !important;
      border: 1px solid #eaeaea !important;
      border-radius: 0;
      color: #252525 !important;
      font-size: 12px;
      font-weight: 400;
      height: 34px;
      margin-bottom: 5px;
      outline: medium none;
      text-align: center;
      width: 34px !important;
      line-height: 33px;
      margin: 2px;
      transition: all 500ms ease;
   }

   #ptTimeSelectCntr .ui-state-default:hover {
      background: #43c3ea !important;
      border-color: #43c3ea !important;
   }

   #ptTimeSelectCntr #ptTimeSelectSetButton {
      padding: 0 15px 5px 0;
   }

   #ptTimeSelectCntr #ptTimeSelectSetButton a {
      display: block;
      text-align: center;
      float: right;
      background: #252525 !important;
      border: 2px solid #252525 !important;
      border-radius: 0;
      color: #fff !important;
      font-size: 12px !important;
      font-weight: 400;
      height: 35px;
      width: 70px !important;
      padding: 0;
      margin: 0;
      line-height: 32px;
      text-transform: uppercase;
      transition: all 500ms ease;
   }

   #ptTimeSelectCntr #ptTimeSelectSetButton a:hover {
      background: #43c3ea !important;
   }
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/css/color.css?ver=6.2.2 ; media=all */
@media all {
   :root {
      --color-linear-2-rgb: 16, 177, 180;
      --thm-secnd: #042750;
      --thm-secnd-rgb: 22, 67, 111;
   }

   .handle-preloader {
      background: var(--color-linear-2);
   }

   .preloader-close {
      color: var(--color-linear-2);
   }

   .header-top .top-inner .info-list li .icon-box {
      color: var(--color-linear-2);
   }

   .header-top .social-links li a:hover {
      color: var(--color-linear-2);
   }

   .main-menu .navigation > li.current > a,
   .main-menu .navigation > li:hover > a {
      color: var(--color-linear-2);
   }

   .main-menu .navigation > li > ul > li > a:before {
      border: 2px solid var(--color-linear-2);
   }

   .main-menu .navigation > li > ul > li > a:hover {
      color: var(--color-linear-2);
   }

   .main-menu .navigation > li > ul > li > ul > li > a:hover {
      color: var(--color-linear-2);
   }

   .main-menu .navigation > li > ul > li > ul > li > a:before {
      border: 2px solid var(--color-linear-2);
   }

   .main-header .menu-right-content li.support-box .icon-box {
      color: var(--color-linear-2);
   }

   .main-header .menu-right-content li.support-box a:hover {
      color: var(--color-linear-2);
   }

   .main-header .menu-right-content li.user-box a:hover,
   .main-header .menu-right-content li.search-box-outer:hover {
      color: var(--color-linear-2);
   }

   .header-btn i {
      background: var(--color-linear-2);
   }

   .banner-carousel .content-box h5 {
      color: var(--color-linear-2);
   }

   .banner-carousel .content-box .count-text:before {
      background: var(--color-linear-2);
   }

   .banner-carousel .content-box h5:before {
      background: var(--color-linear-2);
   }

   .banner-carousel .content-box h5:after {
      background: var(--color-linear-2);
   }

   .banner-carousel .content-box .list li .icon-box:before {
      background: var(--color-linear-2);
   }

   .theme-btn.light:hover {
      background: var(--color-linear-2);
   }

   .banner-carousel .owl-dots .owl-dot.active {
      background: #5cbe5e;
      border-color: #5cbe5e;
   }

   .about-section .image-box .text {
      background: var(--color-main);
   }

   .about-section .image-box .shape-box .shape-2 {
      background: var(--color-linear-2);
   }

   .sec-title .sub-title {
      color: var(--color-linear-2);
   }

   .sec-title .sub-title:before {
      background: var(--color-linear-2);
   }

   .sec-title .sub-title:after {
      background: var(--color-linear-2);
   }

   .about-section .content-box .inner-box .single-item .count-text {
      background: linear-gradient(180deg, #a5ce39 0%, #46b969 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
   }

   .about-section .content-box .inner-box .single-item .count-text:before {
      background: var(--color-linear-2);
   }

   .service-block-one .inner-box .image-box .icon-box:before {
      background: var(--color-linear-2);
   }

   .service-block-one .inner-box .lower-content h3 a:hover {
      color: var(--color-linear-2);
   }

   .nav-style-one button:hover {
      background: var(--color-linear-2);
   }

   .industries-block-one .inner-box h6 {
      color: var(--color-linear-2);
   }

   .industries-block-one .inner-box h3 a:hover {
      background: linear-gradient(180deg, #a5ce39 0%, #46b969 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
   }

   .industries-block-one .inner-box .link a {
      background: var(--color-linear-2);
   }

   .industries-section .shape-box .shape-2 {
      background: var(--color-linear-2);
   }

   .testing-section .testing-tab-btns li.active-btn:before,
   .testing-section .testing-tab-btns li.active-btn:after {
      background: var(--color-linear-2);
   }

   .testing-section .testing-tab-btns li .count-text {
      color: var(--color-linear-2);
   }

   .excellence-section .image-box .inner-box .piechart span {
      color: var(--color-linear-2);
   }

   .excellence-section .content-box .inner-box .icon-box:before {
      background: var(--color-linear-2);
   }

   .excellence-section .content-box .inner-box:before {
      background: var(--color-linear-2);
   }

   .list-style-one li:before {
      color: var(--color-linear-2);
   }

   .excellence-section .content-box .inner-box .link a:hover {
      color: var(--color-linear-2);
   }

   .excellence-section .content-box .lower-box .icon-box {
      color: var(--color-linear-2);
   }

   .excellence-section .content-box .lower-box a:hover {
      color: var(--color-linear-2);
   }

   .funfact-block-one .inner-box .icon-box {
      color: var(--color-linear-2);
   }

   .funfact-block-one .inner-box .icon-box:before {
      background: var(--color-linear-2);
   }

   .funfact-block-one .inner-box .count-outer {
      background: var(--color-linear-2);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
   }

   .project-block-one .inner-box:hover .lower-content .category {
      background: var(--color-main);
   }

   .project-block-one .inner-box:hover .lower-content .category:before {
      background: var(--color-main);
   }

   .project-block-one .inner-box .lower-content h3 a:hover {
      color: var(--color-linear-2);
   }

   .project-block-one .inner-box .overlay-content .image-box .view-btn a:hover {
      color: var(--color-linear-2);
   }

   .project-block-one
      .inner-box
      .overlay-content
      .image-box
      .link-btn
      a:before {
      background: var(--color-linear-2);
   }

   .project-section .tab-btns li.active-btn {
      background: linear-gradient(180deg, #a5ce39 0%, #46b969 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
   }

   .project-section .tab-btns li:after {
      background: var(--color-linear-2);
   }

   .pricing-table-one .table-header h2 {
      color: var(--color-linear-2);
   }

   .pricing-table-one .table-footer a:hover {
      background: var(--color-linear-2);
   }

   .pricing-table-one.active-block .inner-box .table-content .category {
      background: var(--color-linear-2);
   }

   .pricing-table-one .table-content .link-btn a i {
      color: var(--color-linear-2);
   }

   .pricing-table-one .table-content .link-btn a:hover {
      color: var(--color-linear-2);
   }

   .pricing-table-one .table-header .icon-box {
      background: var(--color-linear-2);
   }

   .pricing-table-one .table-header .icon-box:before {
      background: var(--color-linear-2);
   }

   .news-block-one .inner-box .image-box .link-btn a:hover {
      color: var(--color-linear-2);
   }

   .news-block-one .inner-box .lower-content .category a:hover {
      background: var(--color-main);
   }

   .news-block-one .inner-box .lower-content .category a:hover:before {
      background: var(--color-main);
   }

   .news-block-one .inner-box .lower-content .post-info li {
      color: var(--color-linear-2);
   }

   .news-block-one .inner-box .lower-content .post-info li a:hover {
      color: var(--color-linear-2);
   }

   .news-block-one .inner-box .lower-content .post-info li:before {
      border: 2px solid var(--color-linear-2);
   }

   .news-block-one .inner-box .lower-content h3 a:hover {
      color: var(--color-linear-2);
   }

   .news-block-one .inner-box .lower-box .link a:hover {
      color: var(--color-linear-2);
   }

   .news-block-one .inner-box .lower-box .social-links li a:hover {
      color: var(--color-linear-2);
   }

   .news-block-one .inner-box .lower-box .comments-box a:hover {
      color: var(--color-linear-2);
   }

   .booking-section .content-box .inner-box .icon-box {
      color: var(--color-linear-2);
   }

   .location-block-one .inner-box h6 {
      color: var(--color-linear-2);
   }

   .location-block-one .inner-box p a:hover {
      color: var(--color-linear-2);
   }

   .location-block-one .inner-box .link a i {
      color: var(--color-linear-2);
   }

   .location-block-one .inner-box .link a:hover {
      color: var(--color-linear-2);
   }

   .main-footer a:hover {
      color: var(--color-linear-2);
   }

   .main-footer .about-widget .lower-box .icon-box:before {
      background: var(--color-linear-2);
   }

   .main-footer .post-widget .post .post-thumb {
      background: var(--color-linear-2);
   }

   .main-footer .post-widget .post h5 a:hover {
      color: var(--color-linear-2);
   }

   .main-footer .post-widget .post .post-date {
      color: var(--color-linear-2);
   }

   .footer-bottom .copyright p a {
      color: var(--color-linear-2);
   }

   .footer-bottom .download-list li a:hover {
      background: var(--color-linear-2);
   }
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/css/style.css?ver=6.2.2 ; media=all */
@media all {
   .handle-preloader {
      align-items: center;
      -webkit-align-items: center;
      display: flex;
      display: -ms-flexbox;
      height: 100%;
      justify-content: center;
      -webkit-justify-content: center;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 9999999;
   }

   .preloader-close {
      position: fixed;
      z-index: 99999999;
      font-size: 26px;
      background: #fff;
      width: 40px;
      height: 40px;
      line-height: 36px;
      text-align: center;
      border-radius: 50%;
      cursor: pointer;
      right: 30px;
      top: 30px;
   }

   .handle-preloader .animation-preloader {
      position: absolute;
      z-index: 100;
   }

   .handle-preloader .animation-preloader .spinner {
      animation: spinner 1s infinite linear;
      border-radius: 50%;
      height: 150px;
      margin: 0 auto 45px auto;
      width: 150px;
   }

   .handle-preloader .animation-preloader .txt-loading {
      text-align: center;
      user-select: none;
   }

   .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
      animation: letters-loading 4s infinite;
      content: attr(data-text-preloader);
      left: 0;
      opacity: 0;
      top: 0;
      position: absolute;
   }

   .handle-preloader .animation-preloader .txt-loading .letters-loading {
      font-family: "DM Sans", sans-serif;
      font-weight: 500;
      letter-spacing: 15px;
      display: inline-block;
      position: relative;
      font-size: 70px;
      line-height: 70px;
      text-transform: uppercase;
   }

   .handle-preloader
      .animation-preloader
      .txt-loading
      .letters-loading:nth-child(2):before {
      animation-delay: 0.2s;
   }

   .handle-preloader
      .animation-preloader
      .txt-loading
      .letters-loading:nth-child(3):before {
      animation-delay: 0.4s;
   }

   .handle-preloader
      .animation-preloader
      .txt-loading
      .letters-loading:nth-child(4):before {
      animation-delay: 0.6s;
   }

   .handle-preloader
      .animation-preloader
      .txt-loading
      .letters-loading:nth-child(5):before {
      animation-delay: 0.8s;
   }

   .handle-preloader
      .animation-preloader
      .txt-loading
      .letters-loading:nth-child(6):before {
      animation-delay: 1s;
   }

   .handle-preloader
      .animation-preloader
      .txt-loading
      .letters-loading:nth-child(7):before {
      animation-delay: 1.2s;
   }

   .handle-preloader
      .animation-preloader
      .txt-loading
      .letters-loading:nth-child(8):before {
      animation-delay: 1.4s;
   }

   .handle-preloader .animation-preloader .txt-loading .letters-loading {
      color: #fff;
   }

   .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
      color: #fff;
   }

   .handle-preloader .animation-preloader .spinner {
      border: 3px solid #fff;
      border-top-color: rgba(255, 255, 255, 0.5);
   }

   @media screen and (max-width: 767px) {
      .handle-preloader .animation-preloader .spinner {
         height: 8em;
         width: 8em;
      }
   }

   @media screen and (max-width: 500px) {
      .handle-preloader .animation-preloader .spinner {
         height: 7em;
         width: 7em;
      }

      .handle-preloader .animation-preloader .txt-loading .letters-loading {
         font-size: 40px;
         letter-spacing: 10px;
      }
   }

   .centred {
      text-align: center;
   }

   .pull-right {
      float: right;
   }

   figure {
      margin: 0;
   }

   img {
      display: inline-block;
      max-width: 100%;
      height: auto;
      transition-delay: 0.1s;
      transition-timing-function: ease-in-out;
      transition-duration: 0.7s;
      transition-property: all;
   }

   .theme-btn.light {
      background: #fff;
      color: var(--thm-secnd);
   }

   .theme-btn.light:hover {
      color: #fff;
   }

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

   .sec-pad {
      padding: 120px 0;
   }

   .sec-pad .inner-item-partner img {
      width: 100%;
      height: 100px;
      object-fit: contain;
      filter: grayscale(1);
      -webkit-filter: grayscale(1);
      transition: 0.3s;
   }

   .sec-pad .inner-item-partner img:hover {
      filter: grayscale(0);
      -webkit-filter: grayscale(0);
   }

   .mr-0 {
      margin: 0px !important;
   }

   .scroll-top {
      width: 54px;
      height: 54px;
      line-height: 60px;
      position: fixed;
      bottom: 105%;
      right: 50px;
      font-size: 16px;
      z-index: 99;
      background: #fff;
      color: var(--thm-secnd);
      text-align: center;
      cursor: pointer;
      transition: 1s ease;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
   }

   .sec-title {
      position: relative;
      display: block;
      margin-bottom: 50px;
   }

   .sec-title .sub-title {
      position: relative;
      display: inline-block;
      font-size: 16px;
      line-height: 24px;
      font-weight: 600;
      margin-bottom: 13px;
      text-transform: uppercase;
      letter-spacing: 0.6px;
      padding-left: 27px;
   }

   .sec-title .sub-title:before {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      left: 8px;
      top: 7px;
      border-radius: 50%;
   }

   .sec-title .sub-title:after {
      position: absolute;
      content: "";
      width: 6px;
      height: 6px;
      left: 0;
      top: 2px;
      border-radius: 50%;
   }

   .sec-title.light h2 {
      color: #fff;
      font-size: 38px;
      line-height: 50px;
      font-weight: 700;
   }

   .sec-title.light h2 a {
      color: #fff;
   }

   .sec-title.light h2:hover {
      background: linear-gradient(180deg, #a5ce39 0%, #46b969 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
   }

   .title-column .sec-title.light h2:hover {
      background: none;
      -webkit-text-fill-color: initial;
   }

   .owl-dots-none .owl-dots,
   .owl-nav-none .owl-nav {
      display: none !important;
   }

   .main-header {
      position: relative;
      left: 0;
      top: 0;
      right: 0;
      z-index: 999;
      width: 100%;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
   }

   .sticky-header {
      position: fixed;
      opacity: 0;
      visibility: hidden;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 0;
      background-color: var(--thm-secnd);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
   }

   .search-popup {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 99999;
      visibility: hidden;
      opacity: 0;
      overflow: auto;
      background: rgba(0, 0, 0, 0.8);
      -webkit-transform: translateY(101%);
      -ms-transform: translateY(101%);
      transform: translateY(101%);
      transition: all 700ms ease;
      -moz-transition: all 700ms ease;
      -webkit-transition: all 700ms ease;
      -ms-transition: all 700ms ease;
      -o-transition: all 700ms ease;
   }

   .search-popup .popup-inner {
      width: 100%;
      background: #fff;
      height: 100%;
   }

   .search-popup .upper-box {
      position: relative;
      padding: 70px 70px;
      z-index: 1;
   }

   .search-popup .overlay-layer {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      display: block;
   }

   .search-popup .close-search {
      position: relative;
      font-size: 22px;
      color: #141417;
      cursor: pointer;
      z-index: 5;
      top: 11px;
      transition: all 500ms ease;
   }

   .search-popup .close-search:hover {
      color: red;
   }

   .search-popup .search-form {
      position: relative;
      width: 100%;
      padding: 100px 0 250px 0;
   }

   .search-popup .search-form .form-group {
      position: relative;
      margin: 0;
   }

   .search-popup .search-form fieldset input[type="search"] {
      position: relative;
      height: 90px;
      padding: 20px 0;
      background: #fff;
      line-height: 30px;
      font-size: 20px;
      color: gray;
      font-family: "DM Sans", sans-serif;
      border: none;
      font-weight: 400;
      border-radius: 0;
      padding-right: 50px;
      border-bottom: 1px solid #e5e5e5;
   }

   .search-popup .search-form fieldset button[type="submit"] {
      position: absolute;
      top: 30px;
      right: 0;
      font-size: 22px;
      color: #141417;
      cursor: pointer;
      transition: all 500ms ease;
   }

   .search-popup .search-form fieldset input[type="search"]:focus {
      border-color: #141417;
   }

   .search-popup .form-control:focus {
      box-shadow: none !important;
   }

   .header-style-one {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
   }

   .header-top {
      position: relative;
   }

   .header-top .top-inner {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
   }

   .header-top .top-inner .info-list li {
      position: relative;
      display: inline-block;
      font-size: 18px;
      color: #d1dbe5;
      margin-right: 37px;
      padding-left: 40px;
   }

   .header-top .top-inner .info-list li:last-child {
      margin: 0px !important;
   }

   .header-top .top-inner .info-list li .icon-box {
      position: absolute;
      left: 0;
      top: 0;
      width: 26px;
      height: 30px;
      line-height: 34px;
      font-size: 16px;
      text-align: center;
      z-index: 1;
   }

   .header-top .top-inner .info-list li:last-child .icon-box {
      font-size: 14px;
   }

   .header-top .top-inner .info-list li .icon-box:before {
      position: absolute;
      content: "";
      width: 30px;
      height: 26px;
      background: var(--thm-secnd);
      left: -2px;
      top: 1px;
      z-index: -1;
      clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
      transform: rotate(90deg);
   }

   .header-top .top-inner .info-list li:last-child .icon-box:before {
      top: 2px;
   }

   .hexagon_shape {
      clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
      transform: rotate(90deg);
   }

   .header-top .top-right {
      position: relative;
      display: flex;
      align-items: center;
   }

   .header-top .social-links li {
      position: relative;
      display: inline-block;
      margin-right: 17px;
   }

   .header-top .social-links li:last-child {
      margin: 0px !important;
   }

   .header-top .social-links li a {
      position: relative;
      display: inline-block;
      font-size: 20px;
      color: #fff;
   }

   .header-top .social-links {
      margin-right: 0;
   }

   .main-header .outer-box {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
   }

   .main-header .menu-right-content {
      position: relative;
      display: flex;
      align-items: center;
   }

   .main-header .menu-right-content li {
      position: relative;
      display: inline-block;
      margin-right: 40px;
   }

   .main-header .menu-right-content li:before {
      position: absolute;
      content: "";
      background: rgba(255, 255, 255, 0.35);
      width: 1px;
      height: 20px;
      top: 3px;
      right: -20px;
   }

   .main-header .menu-right-content li:last-child:before {
      display: none;
   }

   .main-header .menu-right-content li:last-child {
      margin: 0px !important;
   }

   .main-header .menu-right-content li.support-box {
      position: relative;
      display: block;
      padding-left: 35px;
   }

   .main-header .menu-right-content li.support-box .icon-box {
      position: absolute;
      left: 0;
      top: 3px;
      font-size: 20px;
   }

   .main-header .menu-right-content li.support-box a {
      display: inline-block;
      color: #fff;
      font-size: 16px;
      line-height: 20px;
      font-weight: 600;
   }

   .main-header .menu-right-content li.user-box a,
   .main-header .menu-right-content li.search-box-outer {
      position: relative;
      display: inline-block;
      font-size: 20px;
      color: #fff;
      cursor: pointer;
      top: 3px;
      transition: all 500ms ease;
   }

   .main-header .menu-right-content li.user-box a {
      font-size: 28px;
   }

   .main-header .menu-right-content li.user-box:before {
      top: 7px;
   }

   .header-style-one .logo-box {
      position: absolute;
      left: 70px;
      top: 24px;
      z-index: 2;
   }

   .header-style-one .btn-box {
      position: absolute;
      top: 24px;
      right: 70px;
      z-index: 2;
   }

   .header-btn {
      position: relative;
      display: inline-block;
      overflow: hidden;
      vertical-align: middle;
      font-size: 15px;
      line-height: 24px;
      font-weight: 600;
      color: var(--thm-secnd);
      text-transform: uppercase;
      background: #fff;
      padding: 12px 19px 12px 60px;
      z-index: 1;
   }

   .header-btn i {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      left: -1px;
      top: 0;
      width: 50px;
      height: 100%;
      line-height: 100%;
      text-align: center;
      font-size: 22px;
      color: #fff;
      font-weight: 400;
      clip-path: polygon(0% -50%, 100% 50%, 50% 100%, 0% 100%, 0% 0%);
   }

   .header-btn i:before {
      position: relative;
      left: -6px;
   }

   .header-btn:hover {
      color: #fff;
      background: var(--thm-secnd);
   }

   .main-menu {
      float: left;
   }

   .main-menu .navbar-collapse {
      padding: 0;
      display: block !important;
   }

   .main-menu .navigation {
      margin: 0;
   }

   .main-menu .navigation > li {
      position: inherit;
      float: left;
      z-index: 2;
      margin: 0 15px;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
   }

   .main-menu .navigation > li:last-child {
      margin-right: 0px !important;
   }

   .main-menu .navigation > li:first-child {
      margin-left: 0px !important;
   }

   .main-menu .navigation > li > a {
      position: relative;
      display: block;
      text-align: center;
      font-size: 15px;
      line-height: 30px;
      padding: 21px 0;
      font-weight: 500;
      opacity: 1;
      color: #fff;
      z-index: 1;
      text-transform: uppercase;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
   }

   .main-menu .navigation > li.dropdown > a {
      padding-right: 17px;
   }

   .main-menu .navigation > li.dropdown > a:before {
      position: absolute;
      content: "\f063";
      font-family: "Font Awesome 6 Free";
      top: 21px;
      right: 0;
      font-size: 12px;
      font-weight: 900 !important;
   }

   .main-menu .navigation > li > ul {
      position: absolute;
      left: inherit;
      top: 100%;
      width: 240px;
      margin-top: 15px;
      padding: 18px 0;
      z-index: 100;
      background: var(--thm-secnd);
      display: none;
      opacity: 0;
      visibility: hidden;
      border-radius: 0;
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
   }

   .main-menu .navigation > li > ul > li {
      position: relative;
      width: 100%;
      padding: 6px 30px;
   }

   .main-menu .navigation > li > ul > li > a {
      position: relative;
      display: block;
      line-height: 24px;
      font-weight: 400;
      font-size: 15px;
      color: #fff;
      text-align: left;
      text-transform: uppercase;
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
   }

   .main-menu .navigation > li > ul > li > a:before {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      left: 0;
      top: 7px;
      opacity: 0;
      transition: all 500ms ease;
   }

   .main-menu .navigation > li > ul > li > a:hover:before {
      opacity: 1;
   }

   .main-menu .navigation > li > ul > li > a:hover {
      padding-left: 18px;
   }

   .main-menu .navigation > li > ul > li:last-child > a {
      border-bottom: none;
   }

   .main-menu .navigation > li > ul > li.dropdown > a:after {
      font-family: "Font Awesome 6 Free";
      content: "\f105";
      position: absolute;
      right: 20px;
      top: 0;
      display: block;
      line-height: 24px;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      z-index: 5;
   }

   .main-menu .navigation > li > ul > li > ul {
      position: absolute;
      left: 100%;
      top: 0%;
      margin-top: 15px;
      margin-left: 10px;
      width: 240px;
      z-index: 100;
      display: none;
      border-radius: 0;
      padding: 18px 0;
      background: var(--thm-secnd);
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
   }

   .main-menu .navigation > li > ul > li > ul:before {
      position: absolute;
      content: "";
      left: -10px;
      top: 0;
      width: 10px;
      height: 100%;
   }

   .main-menu .navigation > li > ul > li > ul > li {
      position: relative;
      width: 100%;
      padding: 6px 30px;
   }

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

   .main-menu .navigation > li > ul > li > ul > li > a {
      position: relative;
      display: block;
      line-height: 24px;
      font-weight: 400;
      font-size: 15px;
      color: #fff;
      text-align: left;
      text-transform: uppercase;
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
   }

   .main-menu .navigation > li > ul > li > ul > li > a:before {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      left: 0;
      top: 7px;
      opacity: 0;
      transition: all 500ms ease;
   }

   .main-menu .navigation > li > ul > li > ul > li > a:hover:before {
      opacity: 1;
   }

   .main-menu .navigation > li > ul > li > ul > li > a:hover {
      padding-left: 18px;
   }

   .main-menu .navigation > li.dropdown:hover > ul {
      visibility: visible;
      opacity: 1;
      margin-top: 0;
      top: 100%;
   }

   .main-menu .navigation li > ul > li.dropdown:hover > ul {
      visibility: visible;
      opacity: 1;
      top: 0%;
      margin-top: 0;
   }

   .main-menu .navigation li.dropdown .dropdown-btn {
      position: absolute;
      right: -32px;
      top: 66px;
      width: 34px;
      height: 30px;
      text-align: center;
      font-size: 18px;
      line-height: 26px;
      color: #3b3b3b;
      cursor: pointer;
      display: none;
      z-index: 5;
      transition: all 500ms ease;
   }

   .main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
      display: none;
   }

   .menu-area .mobile-nav-toggler {
      position: relative;
      float: right;
      font-size: 40px;
      line-height: 50px;
      cursor: pointer;
      color: #3786ff;
      display: none;
   }

   .menu-area .mobile-nav-toggler .icon-bar {
      position: relative;
      height: 2px;
      width: 30px;
      display: block;
      margin-bottom: 5px;
      background-color: #fff;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
   }

   .menu-area .mobile-nav-toggler .icon-bar:last-child {
      margin-bottom: 0;
   }

   .sticky-header .main-menu .navigation > li > a {
      padding-top: 25px;
      padding-bottom: 25px;
   }

   .sticky-header .main-menu .navigation > li > a:before {
      top: 25px;
   }

   .mobile-menu {
      position: fixed;
      right: 0;
      top: 0;
      width: 300px;
      padding-right: 30px;
      max-width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      z-index: 999999;
      transition: all 900ms ease;
   }

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

   .mobile-menu .nav-logo {
      position: relative;
      padding: 50px 25px;
      text-align: left;
   }

   .mobile-menu .menu-backdrop {
      position: fixed;
      left: 0%;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      transition: all 900ms ease;
      background-color: #000;
   }

   .mobile-menu .menu-box {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      max-height: 100%;
      overflow-y: auto;
      background: var(--thm-secnd);
      padding: 0 0;
      z-index: 5;
      opacity: 0;
      visibility: hidden;
      border-radius: 0;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      transition: all 900ms ease !important;
   }

   .mobile-menu .close-btn {
      position: absolute;
      right: 25px;
      top: 10px;
      line-height: 30px;
      width: 24px;
      text-align: center;
      font-size: 16px;
      color: #fff;
      cursor: pointer;
      z-index: 10;
      -webkit-transition: all 0.9s ease;
      -moz-transition: all 0.9s ease;
      -ms-transition: all 0.9s ease;
      -o-transition: all 0.9s ease;
      transition: all 0.9s ease;
   }

   .mobile-menu .close-btn:hover {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
   }

   .mobile-menu .navigation {
      position: relative;
      display: block;
      width: 100%;
      float: none;
   }

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

   .mobile-menu .navigation:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   }

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

   .mobile-menu .navigation li > a {
      position: relative;
      display: block;
      line-height: 24px;
      padding: 10px 25px;
      font-size: 15px;
      font-weight: 500;
      color: #fff;
      text-transform: uppercase;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
   }

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

   .mobile-menu .navigation li > a:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 0;
      border-left: 5px solid #fff;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
   }

   .mobile-menu .navigation li.current > a:before {
      height: 100%;
   }

   .mobile-menu .navigation li.dropdown .dropdown-btn {
      position: absolute;
      right: 6px;
      top: 6px;
      width: 32px;
      height: 32px;
      text-align: center;
      font-size: 16px;
      line-height: 32px;
      color: #fff;
      background: rgba(255, 255, 255, 0.1);
      cursor: pointer;
      border-radius: 2px;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      z-index: 5;
   }

   .mobile-menu .navigation li > ul,
   .mobile-menu .navigation li > ul > li > ul {
      display: none;
   }

   .mobile-menu .social-links {
      position: relative;
      padding: 0 25px;
   }

   .mobile-menu .social-links li {
      position: relative;
      display: inline-block;
      margin: 0 10px 10px;
   }

   .mobile-menu .social-links li a {
      position: relative;
      line-height: 32px;
      font-size: 16px;
      color: #fff;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
   }

   div#mCSB_1_container {
      top: 0px !important;
   }

   .mobile-menu .contact-info {
      position: relative;
      padding: 120px 30px 20px 30px;
   }

   .mobile-menu .contact-info h4 {
      position: relative;
      font-size: 20px;
      color: #fff;
      font-weight: 700;
      margin-bottom: 20px;
   }

   .mobile-menu .contact-info ul li {
      position: relative;
      display: block;
      font-size: 15px;
      color: rgba(255, 255, 255, 0.8);
      margin-bottom: 3px;
   }

   .mobile-menu .contact-info ul li a {
      color: rgba(255, 255, 255, 0.8);
   }

   .mobile-menu .contact-info ul li:last-child {
      margin-bottom: 0;
   }

   .main-header .outer-box {
      position: relative;
   }

   .nice-select {
      position: relative;
      background: transparent;
      border: none;
      font-size: 15px;
      font-weight: 400;
      text-transform: uppercase;
      padding: 0;
      color: #d4c0cd;
      padding-right: 21px;
      height: auto;
      line-height: 28px;
   }

   .tabs-box .tab {
      position: relative;
      display: none;
      transition: all 900ms ease;
      -moz-transition: all 900ms ease;
      -webkit-transition: all 900ms ease;
      -ms-transition: all 900ms ease;
      -o-transition: all 900ms ease;
   }

   .tabs-box .tab.active-tab {
      display: block;
   }

   .tabs-box .tab {
      transform: scale(0.9, 0.9) translateY(0);
   }

   .tabs-box .tab.active-tab {
      transform: scale(1) translateY(0);
   }

   .banner-section {
      position: relative;
      overflow: hidden;
   }

   .banner-carousel .slide-item {
      position: relative;
      padding: 130px 0 170px 0;
   }

   .banner-carousel .slide-item:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(
         0deg,
         rgba(22, 67, 111, 1),
         rgba(100, 100, 100, 0.2) 100%
      );
      mix-blend-mode: multiply;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
   }

   .banner-carousel .slide-item .image-layer {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 8000ms linear;
      -moz-transition: all 8000ms linear;
      -ms-transition: all 8000ms linear;
      -o-transition: all 8000ms linear;
      transition: all 8000ms linear;
   }

   .banner-carousel .active .slide-item .image-layer {
      -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
      transform: scale(1.25);
   }

   .banner-carousel .content-box {
      position: relative;
      max-width: 700px;
      width: 100%;
      z-index: 5;
   }

   .banner-style-one .banner-carousel .content-box {
      opacity: 0;
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
   }

   .banner-style-one .banner-carousel .active .content-box {
      opacity: 1;
      -webkit-transition-delay: 500ms;
      -moz-transition-delay: 500ms;
      -ms-transition-delay: 500ms;
      -o-transition-delay: 500ms;
      transition-delay: 500ms;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
   }

   .banner-carousel .content-box .count-text:before {
      position: absolute;
      content: "";
      width: 225px;
      height: 2px;
      left: 89px;
      bottom: 11px;
   }

   .banner-carousel .content-box h5 {
      position: relative;
      display: inline-block;
      font-size: 18px;
      line-height: 26px;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 30px;
      padding-left: 3px;
   }

   .banner-carousel .content-box h5:before {
      height: 2px;
      right: 0;
      bottom: -18px;
   }

   .banner-carousel .content-box h5:after {
      width: 10px;
      height: 10px;
      right: 0;
      bottom: -22px;
      border-radius: 50%;
   }

   .banner-carousel .content-box h2 {
      color: #fff;
      margin-bottom: 30px;
   }

   .banner-carousel .content-box .list {
      position: relative;
      display: flex;
      margin-bottom: 41px;
      padding: 0;
      margin-left: -3px;
   }

   .banner-carousel .content-box .list li {
      position: relative;
      display: block;
      margin-right: 10px;
      padding-left: 80px;
      max-width: 47.5%;
      flex: 0 0 47.5%;
   }

   .banner-carousel .content-box .list li .icon-box {
      position: absolute;
      left: 0;
      top: 10px;
      width: 70px;
      height: 60px;
      line-height: 70px;
      font-size: 32px;
      color: #fff;
      text-align: center;
      z-index: 1;
   }

   .banner-carousel .content-box .list li .icon-box:before {
      position: absolute;
      content: "";
      width: 70px;
      height: 60px;
      left: 0;
      top: 0;
      clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
      transform: rotate(90deg);
      z-index: -1;
   }

   .banner-carousel .content-box .list li:last-child {
      margin: 0px !important;
   }

   .banner-carousel .content-box .list li h3 {
      display: block;
      font-size: 40px;
      line-height: 44px;
      font-weight: 600;
      color: #fff;
   }

   .banner-carousel .content-box .list li h4 {
      display: block;
      font-size: 18px;
      line-height: 30px;
      font-weight: 500;
      color: #fff;
   }

   .banner-carousel .owl-dots {
      position: absolute;
      top: 50%;
      right: 50px;
      transform: translateY(-50%);
   }

   .banner-carousel .owl-dots .owl-dot span {
      display: none;
   }

   .banner-carousel .owl-dots .owl-dot {
      position: relative;
      display: block;
      width: 15px !important;
      height: 15px !important;
      border: 2px solid #fff;
      border-radius: 50%;
      cursor: pointer;
      margin-bottom: 25px;
      background: transparent;
      transition: all 500ms ease;
      padding: 0;
   }

   .banner-carousel .owl-dots .owl-dot:last-child {
      margin-bottom: 0;
   }

   .banner-carousel .owl-dots .owl-dot:before {
      position: absolute;
      content: "";
      background: #fff;
      width: 7px;
      height: 7px;
      left: 2px;
      top: 2px;
      border-radius: 50%;
      transform: scale(0, 0);
      transition: all 500ms ease;
   }

   .banner-carousel .owl-dots .owl-dot.active:before {
      transform: scale(1, 1);
   }

   .about-section {
      position: relative;
   }

   .about-section .image-box {
      position: relative;
      display: block;
      padding-right: 35px;
      margin-bottom: 20px;
   }

   .box-name {
   }

   .about-section .image-box img {
      width: 100%;
   }

   .about-section .image-box .image-inner {
      position: relative;
      /* clip-path: polygon(26% 4.5%, 74% 5%, 99% 47%, 74% 90%, 25% 90%, 2% 47%); */
      clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
   }

   .about-section .image-box .image-inner .image {
      position: relative;
      transform: rotate(-90deg);
      /* clip-path: polygon(25% 15%, 75% 15%, 100% 53%, 75% 90%, 25% 90%, 0% 53%); */
   }

   .about-section .image-box .text {
      position: absolute;
      left: 40px;
      bottom: 12px;
      width: 180px;
      height: 180px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 10px solid #fff;
      border-radius: 50%;
      text-align: center;
      -webkit-animation: zoom-fade 6s infinite linear;
      animation: zoom-fade 6s infinite linear;
   }
}

.about-section .image-box .text h2 {
   position: relative;
   display: inline-block;
   font-size: 40px;
   line-height: 36px;
   font-weight: 600;
   color: #fff;
   padding-right: 21px;
   margin-bottom: 4px;
   background: linear-gradient(180deg, #a5ce39 0%, #46b969 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   text-fill-color: transparent;
}

.about-section .image-box .text h2 span {
   position: absolute;
   top: 0;
   right: 0;
   font-weight: 600;
   background: linear-gradient(180deg, #a5ce39 0%, #46b969 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   text-fill-color: transparent;
}

.about-section .image-box .text h6 {
   display: block;
   font-size: 14px;
   line-height: 24px;
   color: #fff;
   font-weight: 600;
   letter-spacing: 0.6px;
}

.about-section .image-box .shape-box .shape {
   position: absolute;
   width: 80px;
   height: 70px;
}

.about-section .image-box .shape-box .shape-1 {
   left: 55px;
   top: 0;
   background: var(--thm-secnd);
}

.about-section .image-box .shape-box .shape-2 {
   left: 20px;
   top: 64px;
   z-index: 1;
}

.about-section .image-box .shape-box .shape-3 {
   right: -5px;
   bottom: 125px;
   z-index: 1;
   background: var(--thm-secnd);
}

.about-section .content-box .sec-title {
   margin-bottom: 31px;
}

.about-section .content-box .text {
   margin-bottom: 23px;
}

.about-section .content-box .inner-box {
   position: relative;
   display: block;
   margin-bottom: 42px;
}

.about-section .content-box .inner-box .single-item {
   position: relative;
   display: block;
}

.about-section .content-box .inner-box .single-item .count-text {
   position: relative;
   display: inline-block;
   font-size: 40px;
   line-height: 36px;
   margin-bottom: 14px;
   padding-right: 8px;
}

.about-section .content-box .inner-box .single-item .count-text:before {
   position: absolute;
   content: "";
   width: 8px;
   height: 8px;
   right: 0;
   bottom: 2.5px;
}

.about-section .content-box .inner-box .single-item h3 {
   display: block;
   font-size: 22px;
   line-height: 36px;
   font-weight: 600;
   margin-bottom: 13px;
   color: var(--color-main);
}

.bg-color-1 {
   background: #f0f5f7;
}

.service-section {
   position: relative;
}

.service-section .owl-carousel .owl-stage-outer {
   overflow: visible;
}

.service-section .owl-carousel .owl-stage-outer .owl-item {
   opacity: 0;
   z-index: -9;
   visibility: hidden;
}

.service-section .owl-carousel .owl-stage-outer .owl-item.active {
   opacity: 1;
   z-index: 1;
   visibility: visible;
}

.service-block-one .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
   background: #fff;
   box-shadow: 0 5px 15px 0 #e4e9ea;
}

.service-block-one .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
}

.service-block-one .inner-box .image-box:before {
   position: absolute;
   content: "";
   background: #fff;
   width: 130px;
   height: 80px;
   right: -1px;
   bottom: -1px;
   z-index: 1;
   clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.service-block-one .inner-box .image-box .image {
   position: relative;
   display: block;
   overflow: hidden;
   background: var(--thm-secnd);
}

.service-block-one .inner-box .image-box .image img {
   width: 100%;
   transition: all 500ms ease;
   height: 390px;
   object-fit: cover;
}

body.home .service-block-one .inner-box .image-box .image img {
   height: 226px !important;
   object-fit: cover;
}

.service-block-one .inner-box:hover .image-box .image img {
   opacity: 0.3;
   transform: scale(1.05);
}

.service-block-one .inner-box .image-box .icon-box {
   position: absolute;
   right: 5px;
   bottom: 5px;
   width: 80px;
   height: 70px;
   line-height: 80px;
   text-align: center;
   font-size: 38px;
   color: #fff;
   z-index: 2;
}

body.home .service-block-one .inner-box .image-box .icon-box img {
   width: 40px;
   height: 100%;
   margin: auto;
}

.service-block-one .inner-box .image-box .icon-box:before {
   position: absolute;
   content: "";
   width: 80px;
   height: 70px;
   left: 0;
   top: 0;
   clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
   transform: rotate(90deg);
   z-index: -1;
}

.service-block-one .inner-box .image-box .icon-box:after {
   position: absolute;
   content: "";
   background-image: url(/wp-content/uploads/2023/06/Polygon-4.svg);
   left: 5px;
   top: -5px;
   width: 70px;
   height: 80px;
   background-repeat: no-repeat;
   z-index: -1;
   transition: all 500ms ease;
   background-size: cover;
}

.service-block-one .inner-box:hover .image-box .icon-box:after {
   top: -8px;
   left: 10px;
}

.service-block-one .inner-box .lower-content {
   position: relative;
   display: block;
   padding: 20px 15px 15px;
}

.service-block-one .inner-box .lower-content h3 {
   display: block;
   font-size: 20px;
   line-height: 32px;
   font-weight: 700;
   margin-bottom: 11px;
   color: var(--color-main);
}

.service-block-one .inner-box .lower-content h3 a {
   display: inline-block;
   color: var(--thm-secnd);
}

.service-block-one .inner-box .lower-content p {
   font-size: 15px;
   color: var(--color-neu-2);
}

.nav-style-one button:hover {
   color: #fff;
}

.service-section .nav-style-one button.owl-prev {
   margin-right: 10px;
}

.service-section .nav-style-one .owl-nav {
   position: absolute;
   top: -114px;
   right: 0;
}

.industries-section {
   position: relative;
}

.industries-section .inner-container {
   position: relative;
   display: block;
   border: 1px solid #e6ebed;
}

.industries-section .content-box {
   position: relative;
   margin: 0 15px;
}

.industries-section .inner-container .bg-layer {
   position: absolute;
   left: 0;
   top: 0;
   width: 50%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
}

.industries-section .industries-block,
.industries-section .title-column {
   padding: 0;
}

.industries-block-one .inner-box {
   position: relative;
   display: block;
   padding: 44px 20px;
}

.industries-block:nth-child(2n + 1) .industries-block-one .inner-box {
   background: #f0f4f9;
   border: 1px solid #e6ebed;
}

.industries-block:nth-child(3) .industries-block-one .inner-box {
   border-top: none;
}

.industries-block:last-child .industries-block-one .inner-box {
   border-bottom: none;
   border-right: none;
}

.industries-block-one .inner-box .icon-box {
   position: relative;
   display: block;
   font-size: 60px;
   line-height: 60px;
   color: var(--thm-secnd);
   margin-bottom: 13px;
}

.industries-block-one .inner-box h6 {
   display: none;
   font-size: 14px;
   line-height: 24px;
   font-weight: 500;
   text-transform: uppercase;
   letter-spacing: 0.6px;
   margin-bottom: 3px;
}

.industries-block-one .inner-box h3 {
   display: block;
   font-size: 22px;
   line-height: 36px;
   font-weight: 600;
   margin-bottom: 16px;
   color: var(--color-main);
}

.industries-block-one .inner-box h3 a {
   display: inline-block;
   color: var(--color-main);
}

.industries-block-one .inner-box .link a {
   position: relative;
   display: inline-block;
   width: 50px;
   height: 50px;
   line-height: 56px;
   font-size: 16px;
   color: #fff;
   text-align: center;
}

.industries-block-one .inner-box .link a:hover {
   background: var(--thm-secnd);
}

.industries-section .sec-title {
   padding: 82px 30px 0 50px;
}

.industries-section .shape-box .shape {
   position: absolute;
   width: 80px;
   height: 70px;
}

.industries-section .shape-box .shape-1 {
   left: -20px;
   top: 100px;
   background: var(--thm-secnd);
   -webkit-animation: zoom-fade 6s infinite linear;
   animation: zoom-fade 6s infinite linear;
}

.industries-section .shape-box .shape-2 {
   left: -55px;
   top: 163px;
   -webkit-animation: zoom-fade 6s infinite linear;
   animation: zoom-fade 6s infinite linear;
}

.industries-section .pattern-layer {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
}

.testing-section {
   position: relative;
   padding-top: 140px;
}

.testing-section .bg-layer {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
}

.testing-section .bg-layer:before {
   position: absolute;
   content: "";
   background: #000;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   opacity: 0.15;
}

.testing-tab .p-tab {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: auto;
   opacity: 0;
   visibility: hidden;
}

.testing-tab .p-tab.active-tab {
   position: relative;
   visibility: visible;
   opacity: 1;
   z-index: 5;
}

.testing-tab .p-tabs-content {
   position: relative;
   display: block;
}

.testing-tab .p-tab.active-tab .content-box {
   opacity: 1;
   top: 0;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}

.testing-tab .p-tab .content-box {
   opacity: 0;
   top: 5px;
}

.testing-section .testing-tab-btns li {
   position: relative;
   display: block;
   margin-bottom: 10px;
   padding: 19px 30px 17px 0;
   cursor: pointer;
   transition: all 500ms ease;
}

.testing-section .testing-tab-btns li:last-child {
   margin-bottom: 0;
}

.testing-section .testing-tab-btns li:before {
   position: absolute;
   content: "";
   background: var(--thm-secnd);
   width: 5000px;
   height: 100%;
   top: 0;
   right: 34px;
   opacity: 0.71;
   transition: all 500ms ease;
}

.testing-section .testing-tab-btns li:after {
   position: absolute;
   content: "";
   background: var(--thm-secnd);
   width: 34.4px;
   height: 100%;
   top: 0;
   right: 0;
   opacity: 0.71;
   clip-path: polygon(0% 0%, 100% 50%, -1% 100%, 0% 100%, 0% 0%);
   transition: all 500ms ease;
}

.testing-section .testing-tab-btns li.active-btn:before,
.testing-section .testing-tab-btns li.active-btn:after {
   opacity: 1;
}

.testing-section .testing-tab-btns li .count-text {
   position: absolute;
   left: -50px;
   top: 14px;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   font-size: 18px;
   font-weight: 500;
   border-radius: 50%;
   opacity: 1;
   transform: scale(1, 1);
   transition: all 500ms ease;
}

.testing-section .testing-tab-btns li.active-btn .count-text {
   transform: scale(1, 1);
   opacity: 1;
}

.testing-section .testing-tab-btns li .link-btn {
   position: absolute;
   left: 0;
   top: 14px;
   width: 40px;
   height: 40px;
   line-height: 44px;
   border: 1px solid rgba(255, 255, 255, 0.1);
   border-radius: 50%;
   font-size: 16px;
   color: #fff;
   text-align: center;
   transition: all 500ms ease;
}

.testing-section .testing-tab-btns li.active-btn .link-btn {
   opacity: 0;
   transform: scale(0, 0);
}

.testing-section .testing-tab-btns li h3 {
   font-size: 18px;
   line-height: 30px;
   font-weight: 600;
   color: #fff;
   position: relative;
   margin: 0;
}

.testing-section .p-tabs-content {
   position: relative;
   display: block;
   margin-left: 179px;
   margin-bottom: -155px;
}

.testing-section .p-tabs-content .content-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   min-height: 623px;
   background: var(--thm-secnd);
   text-align: center;
   padding: 70px 60px;
   -webkit-clip-path: polygon(
      50% 0%,
      100% 25%,
      100% 75%,
      50% 100%,
      0% 75%,
      0% 25%
   );
   clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.testing-section .p-tabs-content .owl-nav {
   position: absolute;
   left: -125px;
   bottom: 215px;
}

.testing-section .p-tabs-content .owl-nav button {
   position: relative;
   display: block;
}

.testing-section .p-tabs-content .owl-nav button.owl-prev {
   margin-bottom: 20px;
}

.testing-section .p-tabs-content .content-box .sec-title {
   margin-bottom: 22px;
}

.testing-section .p-tabs-content .content-box p {
   color: #d1dbe5;
   margin-bottom: 33px;
   line-height: 26px;
}

.excellence-section {
   position: relative;
   padding: 186px 0 120px 0;
}

.excellence-section .image-box {
   position: relative;
   display: block;
   margin-right: 30px;
}

.excellence-section .image-box .image {
   position: relative;
   display: block;
   max-width: 540px;
   background: #f0f5f7;
   -webkit-clip-path: polygon(
      50% 0%,
      100% 25%,
      100% 75%,
      50% 100%,
      0% 75%,
      0% 25%
   );
   clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.excellence-section .image-box .image img {
   width: 100%;
}

.excellence-section .image-box .head-image {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   top: -87px;
   z-index: 1;
   margin-left: 14px;
}

.excellence-section .image-box .shape {
   position: absolute;
   top: 144px;
   left: -27px;
   width: 550px;
   height: 447px;
   background-repeat: no-repeat;
}

.excellence-section .image-box .inner-box .piechart {
   position: relative;
   display: inline-block;
   margin-bottom: 7px;
}

.excellence-section .image-box .inner-box .piechart span {
   position: absolute;
   display: flex;
   left: 15px;
   top: 15px;
   width: 70px;
   height: 70px;
   line-height: 70px;
   align-items: center;
   justify-content: center;
   font-size: 18px;
   font-weight: 600;
   text-align: center;
   background: #fff;
   box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
   border-radius: 50%;
}

.excellence-section .image-box .inner-box .piechart span:after {
   content: "%";
   font-size: 22px;
}

.excellence-section .image-box .inner-box {
   position: absolute;
   left: 30px;
   bottom: 0;
   width: 190px;
   background: #fff;
   padding: 25px 25px 17px 25px;
   text-align: center;
   box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.excellence-section .image-box .inner-box h5 {
   display: block;
   font-size: 18px;
   line-height: 24px;
   font-weight: 500;
}

.excellence-section .image-box .inner-box .year {
   position: relative;
   display: block;
}

.excellence-section .content-box .sec-title {
   margin-bottom: 42px;
}

.excellence-section .content-box .inner-box {
   position: relative;
   padding: 0 0 22px 84px;
   border-bottom: 1px solid #e6ebed;
   margin-bottom: 29px;
}

.excellence-section .content-box .inner-box:before {
   position: absolute;
   content: "";
   width: 1px;
   height: calc(100% - 116px);
   left: 30px;
   bottom: 30px;
}

.excellence-section .content-box .inner-box .icon-box {
   position: absolute;
   left: 0;
   top: 9px;
   width: 60px;
   height: 50px;
   line-height: 60px;
   font-size: 32px;
   color: #fff;
   z-index: 1;
   text-align: center;
}

.excellence-section .content-box .inner-box .icon-box:before {
   position: absolute;
   content: "";
   left: 0;
   top: 0;
   width: 60px;
   height: 54px;
   clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
   transform: rotate(90deg);
   z-index: -1;
}

.excellence-section .content-box .inner-box h3 {
   display: block;
   font-size: 24px;
   line-height: 32px;
   font-weight: 500;
   margin-bottom: 10px;
}

.excellence-section .content-box .inner-box p {
   margin-bottom: 15px;
}

.list-style-one li {
   position: relative;
   display: block;
   padding-left: 38px;
   margin-bottom: 8px;
}

.list-style-one li:last-child {
   margin-bottom: 0;
}

.list-style-one li:before {
   position: absolute;
   content: "\f113";
   left: 0;
   top: 1px;
   font-size: 18px;
}

.excellence-section .content-box .inner-box .list-style-one {
   margin-bottom: 26px;
}

.excellence-section .content-box .inner-box .link a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   line-height: 24px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   color: var(--thm-secnd);
}

.excellence-section .content-box .inner-box .link a i {
   position: relative;
   margin-left: 10px;
   top: 1px;
}

.excellence-section .content-box .lower-box {
   position: relative;
   display: block;
   padding-left: 84px;
}

.excellence-section .content-box .lower-box .icon-box {
   position: absolute;
   left: 0;
   top: 4px;
   width: 60px;
   height: 50px;
   line-height: 64px;
   font-size: 32px;
   z-index: 1;
   text-align: center;
}

.excellence-section .content-box .lower-box:before {
   position: absolute;
   content: "";
   left: 0;
   top: 0;
   width: 60px;
   height: 54px;
   clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
   transform: rotate(90deg);
   background: #e6ebed;
   z-index: -1;
}

.excellence-section .content-box .lower-box:after {
   position: absolute;
   content: "";
   left: 1px;
   top: 1px;
   width: 58px;
   height: 52px;
   clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
   transform: rotate(90deg);
   background: #fff;
   z-index: -1;
}

.excellence-section .content-box .lower-box h3 {
   display: block;
   font-size: 24px;
   line-height: 32px;
   font-weight: 500;
   margin-bottom: 4px;
}

.excellence-section .content-box .lower-box a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   line-height: 24px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.6px;
   color: #7c8083;
}

.funfact-section {
   position: relative;
   padding-top: 115px;
}

.funfact-section .bg-layer {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 430px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
}

.funfact-section .inner-content {
   position: relative;
   display: block;
   background: #fff;
   border: 1px solid #e6ebed;
}

.funfact-block-one .inner-box {
   position: relative;
   display: block;
   padding: 0 30px 30px 30px;
}

.funfact-block-one .inner-box:before {
   position: absolute;
   content: "";
   background: #e6ebed;
   width: 1px;
   height: 100%;
   top: 0;
   right: -15px;
}

.funfact-block:last-child .funfact-block-one .inner-box:before {
   display: none;
}

.funfact-block-one .inner-box .count-outer {
   position: relative;
   display: block;
   font-size: 48px;
   line-height: 50px;
   font-weight: 500;
   margin-bottom: 14px;
}

.funfact-block-one .inner-box h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 500;
}

.funfact-section .sec-title {
   margin-bottom: 93px;
}

.project-section {
   position: relative;
}

.sec-title .btn-box {
   position: absolute;
   right: 0;
   bottom: 12px;
}

.tabs-box .tab {
   position: relative;
   display: none;
   transition: all 900ms ease;
   -moz-transition: all 900ms ease;
   -webkit-transition: all 900ms ease;
   -ms-transition: all 900ms ease;
   -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
   display: block;
}

.tabs-box .tab {
   transform: scale(0.9, 0.9) translateY(0);
}

.tabs-box .tab.active-tab {
   transform: scale(1) translateY(0);
}

.project-block-one .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
   background: #fff;
   box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.project-block-one .inner-box .static-content {
   position: relative;
   opacity: 1;
   transition: all 500ms ease;
}

.project-block-one .inner-box:hover .static-content {
   opacity: 0;
}

.project-block-one .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
}

.project-block-one .inner-box .image-box img {
   width: 100%;
}

.project-block-one .inner-box .lower-content {
   position: relative;
   display: block;
   padding: 32px 25px 17px 25px;
}

.project-block-one .inner-box .lower-content .category {
   position: absolute;
   left: 0;
   top: -13px;
   font-size: 14px;
   line-height: 26px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.6px;
   padding: 0 20px 0 25px;
   color: #fff;
   background: var(--color-main);
   z-index: 1;
   transition: all 500ms ease;
}

.project-block-one .inner-box .lower-content .category > span {
   background: var(--color-linear-2);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   text-fill-color: transparent;
}

.project-block-one .inner-box .lower-content .category:before {
   position: absolute;
   content: "";
   width: 18px;
   height: 100%;
   top: 0;
   right: -17px;
   background: var(--color-main);
   clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
   transition: all 500ms ease;
}

.project-block-one .inner-box .lower-content h3 {
   display: block;
   font-size: 20px;
   line-height: 30px;
   font-weight: 700;
}

.project-block-one .inner-box .lower-content h3 a {
   display: inline-block;
   color: var(--thm-secnd);
}

.project-block-one .inner-box .overlay-content {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 2;
   top: 15px;
   opacity: 0;
   background: #fff;
   transition: all 500ms ease;
}

.project-block-one .inner-box:hover .overlay-content {
   opacity: 1;
   top: -70px;
}

.project-block-one .inner-box .overlay-content .image {
   position: relative;
   display: block;
   overflow: hidden;
   background: var(--thm-secnd);
}

.project-block-one .inner-box .overlay-content .image img {
   transition: all 500ms ease;
}

.project-block-one .inner-box:hover .overlay-content .image img {
   opacity: 0.1;
}

.project-block-one .inner-box .overlay-content .image-box .view-btn {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}

.project-block-one .inner-box .overlay-content .image-box .view-btn a {
   position: relative;
   display: inline-block;
   font-size: 30px;
   line-height: 30px;
   color: #fff;
   transform: scale(0, 0);
}

.project-block-one .inner-box:hover .overlay-content .image-box .view-btn a {
   transform: scale(1, 1);
}

.project-block-one .inner-box .overlay-content .image-box .link-btn {
   position: absolute;
   right: 25px;
   bottom: 5px;
   z-index: 2;
}

.project-block-one .inner-box .overlay-content .image-box .link-btn a {
   position: relative;
   display: inline-block;
   width: 60px;
   height: 54px;
   line-height: 60px;
   font-size: 16px;
   color: #fff;
   text-align: center;
   z-index: 1;
   transform: scale(0, 0);
}

.project-block-one .inner-box:hover .overlay-content .image-box .link-btn a {
   transform: scale(1, 1);
}

.project-block-one .inner-box .overlay-content .image-box .link-btn a:before {
   position: absolute;
   content: "";
   width: 60px;
   height: 54px;
   left: 0;
   top: 0;
   clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
   transform: rotate(90deg);
   z-index: -1;
   transition: all 500ms ease;
}

.project-block-one
   .inner-box
   .overlay-content
   .image-box
   .link-btn
   a:hover:before {
   background: var(--thm-secnd);
}

.project-block-one .inner-box .overlay-content .image-box:before {
   position: absolute;
   content: "";
   background: #fff;
   width: 106px;
   height: 60px;
   right: -1px;
   bottom: -1px;
   z-index: 1;
   clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.project-block-one .inner-box .overlay-content .lower-content {
   padding-right: 10px;
}

.project-block-one .inner-box .overlay-content .lower-content h3 {
   margin-bottom: 10px;
}

.project-section .tab-btns {
   position: relative;
   display: block;
   margin-bottom: 43px;
   padding: 0;
}

.project-section .tab-btns li {
   position: relative;
   display: inline-block;
   margin-right: 50px;
   font-size: 14px;
   line-height: 24px;
   font-weight: 500;
   text-transform: uppercase;
   letter-spacing: 0.6px;
   cursor: pointer;
   padding-top: 6px;
   transition: all 500ms ease;
}

.project-section .tab-btns li:last-child {
   margin: 0px !important;
}

.project-section .tab-btns li:before {
   position: absolute;
   content: "";
   border: 2px solid #b8bdc1;
   width: 8px;
   height: 8px;
   bottom: 8px;
   right: -30px;
   border-radius: 50%;
}

.project-section .tab-btns li:last-child:before {
   display: none;
}

.project-section .tab-btns li:after {
   position: absolute;
   content: "";
   width: 0%;
   height: 2px;
   left: 0;
   top: 0;
   transition: all 500ms ease;
}

.project-section .sec-title {
   margin-bottom: 37px;
}

.pricing-section {
   position: relative;
}

.pricing-table-one .feature-box .single-item {
   position: relative;
}

.pricing-table-one {
   position: relative;
   display: block;
}

.pricing-table-one .table-header {
   position: relative;
   display: block;
   width: 100%;
   padding: 24px 30px 12px 30px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   margin-bottom: 20px;
}

.pricing-table-one .table-header:before {
   position: absolute;
   content: "";
   background: -webkit-linear-gradient(
      0deg,
      var(--thm-secnd) 25%,
      var(--color-linear-2) 200%
   );
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   opacity: 0.8;
}

.pricing-table-one .table-header h3 {
   display: block;
   font-size: 26px;
   line-height: 34px;
   font-weight: 500;
   color: #fff;
   margin-bottom: 7px;
}

.pricing-table-one .table-header h2 {
   display: block;
   font-size: 48px;
   line-height: 50px;
   font-weight: 500;
}

.pricing-table-one .table-header h2 span {
   font-size: 18px;
   font-weight: 400;
   color: #fff;
}

.pricing-table-one .inner-box {
   position: relative;
   display: block;
   background: #fff;
   box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}

.pricing-table-one .inner-box .table-content .category {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 30px;
   font-weight: 500;
   color: #fff;
   background: var(--thm-secnd);
   padding: 12px 15px;
   text-align: center;
}

.pricing-table-one .inner-box .feature-box {
   position: relative;
   padding: 2px 30px 10px 30px;
}

.pricing-table-one .inner-box .feature-box .single-item {
   position: relative;
   display: block;
   padding: 12px 0;
   border-bottom: 1px solid #e6ebed;
}

.pricing-table-one .inner-box .feature-box .single-item:last-child {
   border-bottom: none;
}

.pricing-table-one .inner-box .feature-box .single-item p {
   font-weight: 500;
}

.pricing-table-one .table-footer {
   position: relative;
   padding: 10px 30px 32px 30px;
   text-align: center;
}

.pricing-table-one .table-footer a {
   position: relative;
   display: block;
   width: 100%;
   font-size: 14px;
   line-height: 24px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.6px;
   color: var(--thm-secnd);
   background: #f0f5f7;
   padding: 16px 30px 14px 30px;
   margin-bottom: 19px;
}

.pricing-table-one .table-footer a:hover {
   color: #fff;
}

.pricing-table-one .table-footer span {
   position: relative;
   display: block;
   font-size: 15px;
}

.pricing-table-one .table-content .link-btn {
   position: relative;
   display: block;
   padding: 11px 30px 24px 30px;
}

.pricing-table-one.active-block
   .inner-box
   .feature-box
   .single-item:last-child {
   border-bottom: 1px solid #e6ebed;
}

.pricing-table-one .table-content .link-btn a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 24px;
   font-weight: 500;
   color: var(--thm-secnd);
   padding-left: 28px;
}

.pricing-table-one .table-content .link-btn a i {
   position: absolute;
   left: 0;
   top: 2px;
}

.pricing-table-one.active-block {
   margin-top: -32px;
}

.pricing-table-one .table-header .icon-box {
   position: absolute;
   top: 0;
   right: 0;
   width: 72px;
   height: 30px;
   line-height: 30px;
   font-size: 38px;
   color: #fff;
   text-align: center;
   z-index: 1;
}

.pricing-table-one .table-header .icon-box:before {
   position: absolute;
   content: "";
   width: 72px;
   height: 20px;
   left: 0;
   bottom: -20px;
   clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.pricing-section .sec-title {
   margin-bottom: 80px;
}

.news-section {
   position: relative;
}

.news-block-one .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
   box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.news-block-one .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
}

.news-block-one .inner-box .image-box .image {
   position: relative;
   display: block;
   overflow: hidden;
   background: var(--thm-secnd);
}

.news-block-one .inner-box .image-box .image img {
   width: 100%;
   transition: all 500ms ease;
   height: 280px;
   object-fit: cover;
}

.news-block-one .inner-box:hover .image-box .image img {
   transform: scale(1.05);
   opacity: 0.1;
}

.news-block-one .inner-box .image-box .link-btn {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}

.news-block-one .inner-box .image-box .link-btn a {
   position: relative;
   display: inline-block;
   font-size: 30px;
   color: #fff;
   transform: scale(0, 0);
}

.news-block-one .inner-box:hover .image-box .link-btn a {
   transform: scale(1, 1);
}

.news-block-one .inner-box .lower-content {
   position: relative;
   display: block;
   padding: 29px 25px 16px 25px;
   background: #fff;
}

.news-block-one .inner-box .lower-content .category {
   position: absolute;
   left: 0;
   top: -15px;
}

.news-block-one .inner-box .lower-content .category a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   line-height: 26px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.6px;
   padding: 0 20px 0 25px;
   color: #fff;
   background: var(--thm-secnd);
   z-index: 1;
   transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content .category a > span {
   background: var(--color-linear-2);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   text-fill-color: transparent;
}

.news-block-one .inner-box .lower-content .category a:before {
   position: absolute;
   content: "";
   width: 18px;
   height: 100%;
   top: 0;
   right: -17px;
   background: var(--thm-secnd);
   clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
   transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content .post-info li {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 24px;
   font-weight: 500;
   margin-right: 30px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
   margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li a {
   color: #7c8083;
}

.news-block-one .inner-box .lower-content .post-info li:before {
   position: absolute;
   content: "";
   width: 8px;
   height: 8px;
   top: 8px;
   right: -20px;
   border-radius: 50%;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before {
   display: none;
}

.news-block-one .inner-box .lower-content .post-info {
   margin-bottom: 7px;
}

.news-block-one .inner-box .lower-content h3 {
   font-size: 20px;
   line-height: 30px;
   font-weight: 700;
   margin-bottom: 14px;
   -webkit-line-clamp: 2;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   height: 59px;
}

.news-block-one .inner-box .lower-content h3 a {
   display: inline-block;
   color: var(--thm-secnd);
}

.news-block-one .inner-box .lower-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.news-block-one .inner-box .lower-box .link a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   line-height: 24px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.6px;
   color: var(--thm-secnd);
}

.news-block-one .inner-box .lower-box .social-links li {
   position: relative;
   display: inline-block;
   margin-right: 15px;
}

.news-block-one .inner-box .lower-box .social-links li:last-child {
   margin: 0px !important;
}

.news-block-one .inner-box .lower-box .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   color: #b8bdc1;
}

.news-block-one .inner-box .lower-box .right-info {
   position: relative;
   display: flex;
   align-items: center;
}

.news-block-one .inner-box .lower-box .social-links {
   position: relative;
   margin-right: 30px;
}

.news-block-one .inner-box .lower-box .social-links:before {
   position: absolute;
   content: "";
   background: #dfe4e6;
   width: 1px;
   height: 17px;
   top: 4px;
   right: -15px;
}

.news-block-one .inner-box .lower-box .comments-box a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 24px;
   font-weight: 500;
   color: #7c8083;
   padding-left: 26px;
}

.news-block-one .inner-box .lower-box .comments-box a i {
   position: absolute;
   left: 0;
   top: 2px;
   font-size: 18px;
   color: #b8bdc1;
}

.booking-section {
   position: relative;
}

.booking-section .bg-layer {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
}

.booking-section .pattern-layer .pattern-1 {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: bottom center;
}

.booking-section .pattern-layer .pattern-2 {
   position: absolute;
   left: 0;
   top: 0;
   width: 422px;
   height: 340px;
   background-repeat: no-repeat;
}

.booking-section .sec-title {
   margin-bottom: 32px;
}

.booking-section .sec-title .sub-title {
   color: #fff;
}

.booking-section .sec-title .sub-title:before,
.booking-section .sec-title .sub-title:after {
   background: #fff;
}

.booking-section .content-box .inner-box {
   position: relative;
   display: block;
   padding-left: 100px;
   max-width: 470px;
}

.booking-section .content-box .inner-box .icon-box {
   position: absolute;
   left: 0;
   top: 11px;
   width: 80px;
   height: 70px;
   line-height: 80px;
   font-size: 40px;
   text-align: center;
   z-index: 1;
}

.booking-section .content-box .inner-box .icon-box:before {
   position: absolute;
   content: "";
   background: #fff;
   width: 80px;
   height: 70px;
   left: 0;
   top: 0;
   transform: rotate(90deg);
   clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
   z-index: -1;
}

.booking-section .content-box {
   position: relative;
   display: block;
   padding-right: 130px;
}

.booking-section .content-box .inner-box h3 {
   display: block;
   font-size: 24px;
   line-height: 32px;
   font-weight: 500;
   color: #fff;
   margin-bottom: 4px;
}

.booking-section .content-box .inner-box .form-group {
   position: relative;
   margin: 0;
}

.booking-section .content-box .inner-box .form-group input[type="text"] {
   position: relative;
   display: block;
   width: 100%;
   height: 50px;
   border-bottom: 4px solid #fff;
   font-size: 18px;
   color: #fff;
   padding: 0 40px 0 30px;
   background: transparent;
   transition: all 500ms ease;
}

.booking-section .content-box .inner-box .form-group .icon {
   position: absolute;
   left: 0;
   top: 10px;
   font-size: 16px;
   color: #fff;
   z-index: 1;
}

.booking-section .content-box .inner-box .form-group button {
   position: absolute;
   top: 13px;
   right: 0;
   font-size: 16px;
   color: #fff;
   cursor: pointer;
   transition: all 500ms ease;
}

.booking-section .content-box .shape {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   right: 0;
   width: 200px;
   height: 110px;
}

.booking-section .content-box .rotate-text {
   position: absolute;
   top: 100px;
   right: 0;
   font-size: 18px;
   line-height: 24px;
   font-weight: 500;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 0.6px;
   transform: rotate(-30deg);
}

.booking-section .inner-content {
   position: relative;
   display: block;
   background: #fff;
   padding: 39px 30px 40px 30px;
}

.booking-section .inner-content form {
   position: relative;
   margin: 0 10px;
}

.booking-section .inner-content .form-group {
   position: relative;
   display: block;
   margin-bottom: 20px;
   padding: 0 5px;
}

.booking-section .inner-content .form-group:last-child {
   margin-bottom: 0;
}

.booking-section .inner-content .form-group label {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 24px;
   color: var(--thm-secnd);
   font-weight: 500;
   margin-bottom: 8px;
}

.booking-section .inner-content .form-group input[type="text"],
.booking-section .inner-content .form-group input[type="email"],
.booking-section .inner-content .form-group .nice-select {
   position: relative;
   display: block;
   width: 100%;
   height: 50px;
   line-height: 50px;
   background: #f0f5f7;
   font-size: 18px;
   padding: 0 50px 0 20px;
   color: #7c8083;
   text-transform: capitalize;
   border-radius: 0;
   transition: all 500ms ease;
}

.booking-section .inner-content .form-group i {
   position: absolute;
   bottom: 16px;
   right: 35px;
   font-size: 18px;
   color: #b6bfc2;
   z-index: 1;
}

.booking-section .inner-content .form-group .select-box {
   min-height: 50px;
}

.nice-select:after {
   border: none;
   content: "\f136";
   transform: rotate(0deg) !important;
   top: 20px;
   right: 20px;
   font-size: 10px;
   color: #fff;
   width: 18px;
   height: 18px;
   line-height: 18px;
   background: #b6bfc2;
   text-align: center;
   border-radius: 50%;
}

.booking-section .inner-content .form-group button {
   width: 100%;
   margin-top: 5px;
   padding: 13px 50px;
}

.locations-section {
   position: relative;
}

.locations-section .pattern-layer {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-position: center;
}

.locations-section .upper-box {
   position: relative;
   width: 100%;
   margin: 0 auto;
   padding-bottom: 74px;
}

.locations-section .upper-box h5 {
   display: block;
   font-size: 18px;
   line-height: 26px;
   font-weight: 500;
}

.location-block-one .inner-box {
   position: relative;
   display: block;
   background: #f0f5f7;
   padding: 0 30px 32px 30px;
}

.location-block-one .inner-box .image-box {
   position: relative;
   display: inline-block;
   overflow: hidden;
   width: 140px;
   height: 140px;
   line-height: 140px;
   border-radius: 50%;
   box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
   margin-top: -70px;
   margin-bottom: 15px;
}

.location-block-one .inner-box .image-box:before {
   position: absolute;
   content: "";
   border: 4px solid #fff;
   border-radius: 50%;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
}

.location-block-one .inner-box .image-box img {
   width: 100%;
   border-radius: 50%;
}

.location-block-one .inner-box h6 {
   display: block;
   font-size: 14px;
   line-height: 24px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.6px;
   margin-bottom: 2px;
}

.location-block-one .inner-box h3 {
   display: block;
   font-size: 22px;
   line-height: 30px;
   font-weight: 500;
   margin-bottom: 15px;
}

.location-block-one .inner-box p {
   display: block;
   margin-bottom: 12px;
}

.location-block-one .inner-box p a {
   color: #7c8083;
}

.location-block-one .inner-box .link a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   line-height: 24px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   color: var(--thm-secnd);
}

.location-block-one .inner-box .link a i {
   position: absolute;
   top: 2px;
   right: 0;
   font-size: 14px;
   opacity: 0;
   font-weight: 700;
   transition: all 500ms ease;
}

.location-block-one .inner-box .link a:hover {
   padding-right: 24px;
}

.location-block-one .inner-box .link a:hover i {
   opacity: 1;
}

.main-footer {
   position: relative;
   background: var(--thm-secnd);
}

.main-footer .widget-section {
   position: relative;
   padding: 114px 0 88px 0;
   border-bottom: 1px dashed #3e7288;
}

.main-footer .widget-title {
   position: relative;
   display: block;
   margin-bottom: 25px;
}

.main-footer .widget-title h3 {
   font-size: 24px;
   line-height: 32px;
   font-weight: 500;
   color: #fff;
}

.main-footer p,
.main-footer a {
   color: #d1dbe5;
}

.main-footer .about-widget .text {
   margin-bottom: 27px;
}

.main-footer .about-widget .lower-box {
   position: relative;
   display: block;
   padding-left: 85px;
   min-height: 78px;
}

.main-footer .about-widget .lower-box .icon-box {
   position: absolute;
   left: 4px;
   top: 0;
   width: 60px;
   height: 54px;
   line-height: 64px;
   font-size: 34px;
   color: #fff;
   z-index: 1;
   text-align: center;
}

.main-footer .about-widget .lower-box .icon-box:before {
   position: absolute;
   content: "";
   width: 60px;
   height: 54px;
   left: 0;
   top: 0;
   transform: rotate(90deg);
   clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
   z-index: -1;
}

.main-footer .about-widget .lower-box .icon-box:after {
   position: absolute;
   content: "";
   background-image: url(https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/images/shape/shape-11.png);
   left: -1px;
   top: -8px;
   width: 62px;
   height: 70px;
   background-repeat: no-repeat;
}

.main-footer .about-widget .lower-box h5 {
   display: block;
   font-size: 18px;
   line-height: 26px;
   color: #fff;
   font-weight: 500;
}

.main-footer .post-widget .post {
   position: relative;
   display: block;
   padding-left: 90px;
   margin-bottom: 25px;
}

.main-footer .post-widget .post:last-child {
   margin-bottom: 0;
}

.main-footer .post-widget .post .post-thumb {
   position: absolute;
   left: 0;
   top: 5px;
   width: 70px;
   height: 70px;
   overflow: hidden;
}

.main-footer .post-widget .post .post-date {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 24px;
   font-weight: 500;
   margin-bottom: 7px;
}

.main-footer .post-widget .post h5 {
   display: block;
   font-size: 18px;
   line-height: 28px;
   font-weight: 500;
}

.main-footer .post-widget .post h5 a {
   display: inline-block;
   color: #fff;
}

.footer-bottom {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 18px 0;
}

.footer-bottom .copyright p a:hover {
   color: #fff;
}

.footer-bottom .download-list {
   position: relative;
   display: flex;
   align-items: center;
}

.footer-bottom .download-list li {
   margin-right: 10px;
}

.footer-bottom .download-list li:last-child {
   margin: 0px !important;
}

.footer-bottom .download-list li h6 {
   display: block;
   font-size: 16px;
   line-height: 38px;
   font-weight: 500;
   color: #fff;
   margin-right: 5px;
}

.footer-bottom .download-list li a {
   position: relative;
   display: inline-block;
   width: 38px;
   height: 38px;
   line-height: 44px;
   font-size: 16px;
   color: #fff;
   background: #275786;
   text-align: center;
   border-radius: 50%;
}

.l-btns-wrap {
   position: relative;
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 25px;
}

.l-btns-wrap .l-btns {
   position: relative;
   display: block;
   margin-right: 15px;
   width: 100%;
   height: 60px;
   line-height: 60px;
   background: #fff;
   cursor: pointer;
   padding: 0 25px;
   box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
   font-size: 18px;
   color: #7c8083;
   border-radius: 0;
   text-transform: capitalize;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
}

.l-btns-wrap .l-btns:hover,
.l-btns-wrap .l-btns.active-btn {
   background: var(--thm-secnd);
   color: #fff;
}

.l-btns-wrap .l-btns:last-child {
   margin-right: 0;
}

.l-tab-content {
   position: relative;
}

.l-tab {
   opacity: 0;
   visibility: hidden;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   transform: translateY(-30px);
}

.l-tab.active-tab {
   opacity: 1;
   visibility: visible;
   position: relative;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transform: translateY(0);
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/css/custom.css?ver=6.2.2 ; media=all */
@media all {
   .elementor-column-gap-default
      > .elementor-column
      > .elementor-element-populated {
      padding: 0px !important;
   }

   .location-block-one .inner-box .image-box {
      position: relative;
      margin-top: -70px !important;
      margin-bottom: 15px !important;
   }

   .locations-section .pattern-layer {
      top: 60px;
   }

   .locations-section .upper-box {
      padding-bottom: 80px;
   }

   .main-footer .post-widget .post .post-thumb {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
   }

   .footer-widget {
      position: relative;
   }

   .footer-widget ul {
      position: relative;
   }

   .footer-widget ul li {
      position: relative;
      margin-bottom: 8px;
      display: inline-block;
      width: 49%;
   }

   .footer-widget ul li a {
      position: relative;
      display: inline-block;
      color: #d1dbe5;
   }

   .footer-widget ul li a:hover {
      padding-left: 20px;
      color: var(--color-linear-2);
   }

   .footer-widget ul li a:before {
      position: absolute;
      content: "\f108";
      font-size: 14px;
      left: 0;
      top: 0;
      opacity: 0;
      transition: all 500ms ease;
      color: var(--color-linear-2);
   }

   .footer-widget ul li a:hover:before {
      opacity: 1;
   }

   .mobile-menu .nav-logo img {
      height: 48px;
   }
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/css/responsive.css?ver=6.2.2 ; media=all */
@media all {
   @media only screen and (max-width: 1799px) {
      .header-style-one .logo-box {
         left: 30px;
      }

      .header-style-one .btn-box {
         right: 30px;
      }
   }

   @media only screen and (max-width: 1699px) {
      .header-style-one .btn-box {
         display: none;
      }

      .header-style-one .logo-box {
         position: relative;
         display: block;
         left: 0;
         text-align: center;
         top: 0;
         padding-top: 15px;
      }

      .banner-carousel .content-box .count-text {
         display: none;
      }

      .banner-carousel .content-box h5:before,
      .banner-carousel .content-box h5:after {
         display: none;
      }

      .excellence-section .image-box .shape {
         display: none;
      }
   }

   @media only screen and (max-width: 1200px) {
      .main-menu,
      .sticky-header {
         display: none !important;
      }

      .menu-area .mobile-nav-toggler {
         display: block;
         padding: 10px;
      }

      .header-top .top-inner .info-list li {
         margin-right: 15px;
      }

      .testing-section .p-tabs-content {
         margin-left: 130px;
      }

      .header-style-one .header-lower {
         padding-top: 15px;
      }
   }

   @media only screen and (min-width: 768px) {
      .main-menu .navigation > li > ul,
      .main-menu .navigation > li > ul > li > ul {
         display: block !important;
         visibility: hidden;
         opacity: 0;
      }
   }

   @media only screen and (max-width: 991px) {
      .header-top .top-inner {
         display: block;
         text-align: center;
      }

      .header-top .top-right {
         justify-content: center;
         margin-top: 15px;
      }

      .about-section .image-box {
         margin-bottom: 30px;
      }

      .service-section .nav-style-one .owl-nav {
         display: none;
      }

      .industries-section .inner-container .bg-layer {
         width: 100%;
      }

      .industries-section .sec-title {
         margin-bottom: 30px !important;
      }

      .testing-section .testing-tab-btns {
         margin-bottom: 50px;
      }

      .excellence-section .image-box {
         margin-bottom: 40px;
         margin-right: 0;
      }

      .excellence-section .image-box .image {
         margin: 0 auto;
      }

      .funfact-block-one .inner-box {
         margin-bottom: 50px;
      }

      .sec-title .btn-box {
         position: relative;
         bottom: 0;
         margin-top: 15px;
      }

      .project-block-one .inner-box {
         margin-bottom: 30px;
      }

      .project-section,
      .pricing-section,
      .news-section {
         padding-bottom: 90px;
      }

      .pricing-table-one,
      .news-block-one .inner-box {
         margin-bottom: 30px;
      }

      .booking-section .content-box {
         margin-bottom: 30px;
      }

      .booking-section .content-box .shape,
      .booking-section .content-box .rotate-text {
         display: none;
      }

      .main-footer .footer-widget {
         margin: 0 0 30px 0px !important;
      }

      .main-footer .widget-section {
         padding-bottom: 58px;
      }
   }

   @media only screen and (max-width: 767px) {
      .header-top .top-inner .info-list li {
         margin-bottom: 12px;
         margin-right: 0;
      }

      .header-top .top-inner .info-list li:last-child {
         margin-bottom: 0;
      }

      .banner-carousel .owl-dots {
         display: none;
      }

      .banner-carousel .slide-item {
         padding: 330px 0 120px 0;
      }

      .banner-carousel .content-box h5 {
         margin-bottom: 15px;
      }

      .banner-carousel .content-box h2,
      .sec-title h2 {
         font-size: 40px;
         line-height: 50px;
      }

      .about-section,
      .service-section {
         padding: 70px 0;
      }

      .sec-title h2 br {
         display: none;
      }

      .testing-section {
         padding-top: 70px;
      }

      .testing-section .p-tabs-content {
         margin-left: 0;
      }

      .testing-section .p-tabs-content .owl-nav {
         display: none;
      }

      .excellence-section {
         padding-bottom: 65px;
      }

      .funfact-section {
         padding-top: 65px;
      }

      .project-section {
         padding-bottom: 40px;
      }

      .pricing-section,
      .news-section {
         padding-bottom: 40px;
      }

      .location-block-one .inner-box {
         margin-bottom: 100px;
      }

      .location-block:last-child .location-block-one .inner-box {
         margin-bottom: 0;
      }

      .main-footer .widget-section {
         padding: 65px 0 40px 0;
      }

      .footer-bottom {
         display: block;
         text-align: center;
      }

      .footer-bottom .download-list {
         justify-content: center;
      }

      .booking-section .content-box {
         padding-right: 0;
      }
   }

   @media only screen and (max-width: 599px) {
      .testing-section .p-tabs-content .content-box {
         padding: 30px;
      }

      .testing-section .p-tabs-content .content-box {
         min-height: 420px;
      }

      .testing-section .p-tabs-content .content-box .inner-box {
         position: relative;
         z-index: 1;
      }

      .header-style-one {
         display: flex;
         padding: 0 0 0 15px;
         justify-content: space-between;
         align-items: center;
         flex-wrap: wrap;
      }

      .menu-area .mobile-nav-toggler {
         padding-right: 0;
      }

      .header-top,
      .main-header .menu-right-content {
         display: none;
      }

      .banner-carousel .slide-item {
         padding-top: 160px;
      }
   }

   @media only screen and (max-width: 499px) {
      .mobile-menu {
         width: 100%;
      }

      .main-header .menu-right-content li.support-box {
         display: none;
      }

      .banner-carousel .content-box .list {
         display: block;
      }

      .banner-carousel .content-box .list li:first-child {
         margin-bottom: 15px;
         max-width: 100%;
         flex: 0 0 100%;
      }

      .banner-carousel .content-box .list li {
         max-width: 100%;
         flex: 0 0 100%;
      }

      .banner-style-one .banner-carousel .content-box h2 {
         font-size: 30px;
         line-height: 40px;
      }

      .about-section .image-box .shape-box {
         display: none;
      }

      .industries-section .sec-title {
         padding-top: 30px;
         padding-left: 30px;
      }
      /* 
      .testing-section .p-tabs-content .content-box {
         clip-path: none;
      } */

      .excellence-section .image-box .head-image {
         display: none;
      }

      .news-block-one .inner-box .lower-box {
         display: block;
      }

      .search-popup .upper-box {
         padding: 70px 30px;
      }

      .project-block-one .inner-box .overlay-content .lower-content p {
         font-size: 12px;
         line-height: 20px;
      }
   }
}

@media all {
   .color-palate {
      background: #fff none repeat scroll 0 0;
      -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
      position: fixed;
      left: -285px;
      text-align: center;
      top: 25%;
      transition: all 0.5s ease 0s;
      width: 285px;
      z-index: 999;
      padding-bottom: 40px;
   }

   .color-palate-head {
      background: #10b1b4 none repeat scroll 0 0;
      padding: 12px 0;
   }

   .color-palate-head h6 {
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      margin: 0;
      margin-top: 4px;
      text-transform: uppercase;
   }

   .palate {
      background: #ee3a10 none repeat scroll 0 0;
      display: block;
      float: left;
      height: 45px;
      margin: 0 2.5% 12px;
      width: 20%;
      cursor: pointer;
      position: relative;
   }

   .colors-list .active::after {
      background: url(https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/images/icons/tick.png)
         center center no-repeat !important;
      background-repeat: no-repeat;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
   }

   .various-color {
      overflow: hidden;
      padding: 20px 0 15px;
   }

   .colors-list {
      margin: 0 20px;
   }

   .palate.default-color {
      position: relative;
      background: #10b1b4 none repeat scroll 0 0;
      color: #18425a;
   }

   .palate.default-color:before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-bottom: 45px solid #18425a;
      border-left: 49px solid transparent;
   }

   .palate.green-color {
      background: #0f5ff1 none repeat scroll 0 0;
      color: #18425a;
   }

   .palate.green-color:before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-bottom: 45px solid #18425a;
      border-left: 49px solid transparent;
   }

   .palate.olive-color {
      background: #c31541 none repeat scroll 0 0;
      color: #18425a;
   }

   .palate.olive-color:before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-bottom: 45px solid #18425a;
      border-left: 49px solid transparent;
   }

   .palate.brown-color {
      background: #38ab30 none repeat scroll 0 0;
      color: #18425a;
   }

   .palate.brown-color:before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-bottom: 45px solid #18425a;
      border-left: 49px solid transparent;
   }

   .palate.purple-color {
      background: #bb54e1 none repeat scroll 0 0;
      color: #18425a;
   }

   .palate.purple-color:before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-bottom: 45px solid #18425a;
      border-left: 49px solid transparent;
   }

   .palate.teal-color {
      background: #14c599 none repeat scroll 0 0;
      color: #18425a;
   }

   .palate.teal-color:before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-bottom: 45px solid #18425a;
      border-left: 49px solid transparent;
   }

   .palate.orange-color {
      background: #ff7e00 none repeat scroll 0 0;
      color: #18425a;
   }

   .palate.orange-color:before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-bottom: 45px solid #18425a;
      border-left: 49px solid transparent;
   }

   .palate.red-color {
      background: #ff4136 none repeat scroll 0 0;
      color: #18425a;
   }

   .palate.red-color:before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-bottom: 45px solid #18425a;
      border-left: 49px solid transparent;
   }

   .color-trigger {
      background: #10b1b4 none repeat scroll 0 0;
      cursor: pointer;
      height: 50px;
      right: -46px;
      position: absolute;
      top: 0;
      width: 46px;
      padding-top: 6px;
   }

   .color-trigger:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
   }

   .color-trigger i {
      color: #fff;
      font-size: 18px;
      line-height: 40px;
   }

   .color-trigger i {
      -webkit-animation: rotation 2s infinite linear;
   }
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.9.2 ; media=all */
@media all {
   .elementor-screen-only {
      position: absolute;
      top: -10000em;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0;
   }

   .elementor {
      -webkit-hyphens: manual;
      hyphens: manual;
   }

   .elementor *,
   .elementor :after,
   .elementor :before {
      box-sizing: border-box;
   }

   .elementor a {
      box-shadow: none;
      text-decoration: none;
   }

   .elementor img {
      height: auto;
      max-width: 100%;
      border: none;
      border-radius: 0;
      box-shadow: none;
   }

   .elementor
      .elementor-widget:not(.elementor-widget-text-editor):not(
         .elementor-widget-theme-post-content
      )
      figure {
      margin: 0;
   }

   .elementor-element {
      --flex-direction: initial;
      --flex-wrap: initial;
      --justify-content: initial;
      --align-items: initial;
      --align-content: initial;
      --gap: initial;
      --flex-basis: initial;
      --flex-grow: initial;
      --flex-shrink: initial;
      --order: initial;
      --align-self: initial;
      flex-basis: var(--flex-basis);
      flex-grow: var(--flex-grow);
      flex-shrink: var(--flex-shrink);
      order: var(--order);
      align-self: var(--align-self);
   }

   .elementor-element:where(.e-con-full, .elementor-widget) {
      flex-direction: var(--flex-direction);
      flex-wrap: var(--flex-wrap);
      justify-content: var(--justify-content);
      align-items: var(--align-items);
      align-content: var(--align-content);
      gap: var(--gap);
   }

   :root {
      --page-title-display: block;
   }

   .elementor-section {
      position: relative;
   }

   .elementor-section .elementor-container {
      display: flex;
      margin-right: auto;
      margin-left: auto;
      position: relative;
   }

   @media (max-width: 1024px) {
      .elementor-section .elementor-container {
         flex-wrap: wrap;
      }
   }

   .elementor-widget-wrap {
      position: relative;
      width: 100%;
      flex-wrap: wrap;
      align-content: flex-start;
   }

   .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
      display: flex;
   }

   .elementor-widget-wrap > .elementor-element {
      width: 100%;
   }

   .elementor-widget {
      position: relative;
   }

   .elementor-column {
      position: relative;
      min-height: 1px;
      display: flex;
   }

   .elementor-column-gap-default
      > .elementor-column
      > .elementor-element-populated {
      padding: 10px;
   }

   @media (min-width: 768px) {
      .elementor-column.elementor-col-100 {
         width: 100%;
      }
   }

   @media (max-width: 767px) {
      .elementor-column {
         width: 100%;
      }
   }

   @media (min-width: 1025px) {
      #elementor-device-mode:after {
         content: "desktop";
      }
   }

   @media (max-width: 1024px) {
      #elementor-device-mode:after {
         content: "tablet";
      }
   }

   @media (max-width: 767px) {
      #elementor-device-mode:after {
         content: "mobile";
      }
   }

   .elementor-element .elementor-widget-container {
      transition: background 0.3s, border 0.3s, border-radius 0.3s,
         box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
   }

   .animated {
      animation-duration: 1.25s;
   }

   @media (prefers-reduced-motion: reduce) {
      .animated {
         animation: none;
      }
   }
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/uploads/elementor/css/post-5.css?ver=1672043376 ; media=all */
@media all {
   .elementor-kit-5 {
      --e-global-color-primary: #6ec1e4;
      --e-global-color-secondary: #54595f;
      --e-global-color-text: #7a7a7a;
      --e-global-color-accent: #61ce70;
      --e-global-typography-primary-font-family: "Roboto";
      --e-global-typography-primary-font-weight: 600;
      --e-global-typography-secondary-font-family: "Roboto Slab";
      --e-global-typography-secondary-font-weight: 400;
      --e-global-typography-text-font-family: "Roboto";
      --e-global-typography-text-font-weight: 400;
      --e-global-typography-accent-font-family: "Roboto";
      --e-global-typography-accent-font-weight: 500;
   }

   .elementor-element {
      --widgets-spacing: 20px;
   }
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/plugins/classy-addons-for-elementor/assets/elementor/front/css/classiy-globle.css?ver=1.2.7 ; media=all */
@media all {
   .page-template {
      overflow-x: hidden;
   }
}

/*! CSS Used keyframes */
@-webkit-keyframes fadeInUp {
   0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
   }

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

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

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

@keyframes spinner {
   to {
      transform: rotateZ(360deg);
   }
}

@keyframes letters-loading {
   0%,
   75%,
   100% {
      opacity: 0;
      transform: rotateY(-90deg);
   }

   25%,
   50% {
      opacity: 1;
      transform: rotateY(0deg);
   }
}

@-webkit-keyframes rotation {
   from {
      -webkit-transform: rotate(0deg);
   }

   to {
      -webkit-transform: rotate(359deg);
   }
}

.auto-container {
   position: static;
   max-width: 1220px;
   padding: 0 15px;
   margin: 0 auto;
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/css/color.css?ver=6.2.2 ; media=all */
@media all {
   .sec-title .sub-title {
      color: var(--color-linear-2);
   }

   .sec-title .sub-title:before {
      background: var(--color-linear-2);
   }

   .sec-title .sub-title:after {
      background: var(--color-linear-2);
   }

   .nav-style-one button:hover {
      background: var(--color-linear-2);
   }

   .funfact-block-one .inner-box .icon-box {
      color: var(--color-linear-2);
   }

   .funfact-block-one .inner-box .icon-box:before {
      background: var(--color-linear-2);
   }

   .funfact-block-one .inner-box .count-outer {
      color: var(--color-linear-2);
   }

   .about-style-three .image-box .text {
      background: var(--color-main);
   }

   .about-style-three .content-box .single-item .icon-box {
      color: var(--color-linear-2);
   }

   .certification-section .shape-box .shape-1 {
      background: var(--color-linear-2);
   }

   .chooseus-block-one .inner-box .icon-box {
      color: var(--color-linear-2);
   }

   .chooseus-block-one .inner-box:hover .icon-box:before {
      background: var(--color-linear-2);
   }

   .team-block-one
      .inner-box
      .image-box
      .share-option
      .social-links
      li
      a:hover {
      color: var(--color-linear-2);
   }

   .team-block-one .inner-box .lower-content h3 a:hover {
      color: var(--color-linear-2);
   }
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/css/custom.css?ver=6.2.2 ; media=all */
@media all {
   .elementor-column-gap-default
      > .elementor-column
      > .elementor-element-populated {
      padding: 0px !important;
   }
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/css/responsive.css?ver=6.2.2 ; media=all */
@media all {
   @media only screen and (max-width: 1499px) {
      .about-style-three .image-box .shape {
         display: none;
      }
   }

   @media only screen and (max-width: 1200px) {
      .chooseus-section .bg-layer {
         display: none;
      }
   }

   @media only screen and (max-width: 991px) {
      .funfact-block-one .inner-box {
         margin-bottom: 50px;
      }

      .about-style-three .image-box {
         margin-right: 0;
         margin-bottom: 30px;
      }

      .certification-section .owl-nav {
         position: relative;
         right: 0;
         margin-top: 30px;
      }

      .certification-section .content-inner {
         margin: 0;
      }

      .team-block-one .inner-box {
         margin-bottom: 30px;
      }
   }

   @media only screen and (max-width: 767px) {
      .sec-title h2,
      .sec2-hst .title h2,
      .sec-title.light h2 {
         font-size: 24px;
         line-height: 30px;
      }
      .sec-title h2 br {
         display: none;
      }

      .funfact-section {
         padding-top: 65px;
      }

      .team-section {
         padding-bottom: 40px;
      }

      .chooseus-section {
         padding: 65px 0 40px 0;
      }

      .statements-section {
         padding: 65px 0 40px 0;
      }

      .certification-section {
         padding: 200px 0 70px 0;
      }

      .certification-section .owl-nav {
         display: none;
      }

      .statements-block-one .inner-box {
         margin-bottom: 30px;
      }

      .team-section .more-btn {
         margin-top: 0;
      }

      .team-block-one {
         max-width: 270px;
         margin: 0 auto;
      }
   }
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.9.2 ; media=all */
@media all {
   .elementor {
      -webkit-hyphens: manual;
      hyphens: manual;
   }

   .elementor *,
   .elementor :after,
   .elementor :before {
      box-sizing: border-box;
   }

   .elementor a {
      box-shadow: none;
      text-decoration: none;
   }

   .elementor img {
      height: auto;
      max-width: 100%;
      border: none;
      border-radius: 0;
      box-shadow: none;
   }

   .elementor
      .elementor-widget:not(.elementor-widget-text-editor):not(
         .elementor-widget-theme-post-content
      )
      figure {
      margin: 0;
   }

   .elementor-element {
      --flex-direction: initial;
      --flex-wrap: initial;
      --justify-content: initial;
      --align-items: initial;
      --align-content: initial;
      --gap: initial;
      --flex-basis: initial;
      --flex-grow: initial;
      --flex-shrink: initial;
      --order: initial;
      --align-self: initial;
      flex-basis: var(--flex-basis);
      flex-grow: var(--flex-grow);
      flex-shrink: var(--flex-shrink);
      order: var(--order);
      align-self: var(--align-self);
   }

   .elementor-element:where(.e-con-full, .elementor-widget) {
      flex-direction: var(--flex-direction);
      flex-wrap: var(--flex-wrap);
      justify-content: var(--justify-content);
      align-items: var(--align-items);
      align-content: var(--align-content);
      gap: var(--gap);
   }

   .elementor-section {
      position: relative;
   }

   .elementor-section .elementor-container {
      display: flex;
      margin-right: auto;
      margin-left: auto;
      position: relative;
   }

   @media (max-width: 1024px) {
      .elementor-section .elementor-container {
         flex-wrap: wrap;
      }
   }

   .elementor-widget-wrap {
      position: relative;
      width: 100%;
      flex-wrap: wrap;
      align-content: flex-start;
   }

   .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
      display: flex;
   }

   .elementor-widget-wrap > .elementor-element {
      width: 100%;
   }

   .elementor-widget {
      position: relative;
   }

   .elementor-column {
      position: relative;
      min-height: 1px;
      display: flex;
   }

   .elementor-column-gap-default
      > .elementor-column
      > .elementor-element-populated {
      padding: 10px;
   }

   @media (min-width: 768px) {
      .elementor-column.elementor-col-100 {
         width: 100%;
      }
   }

   @media (max-width: 767px) {
      .elementor-column {
         width: 100%;
      }
   }

   .elementor-element .elementor-widget-container {
      transition: background 0.3s, border 0.3s, border-radius 0.3s,
         box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
   }
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/uploads/elementor/css/post-5.css?ver=1672043376 ; media=all */
@media all {
   .elementor-element {
      --widgets-spacing: 20px;
   }
}

/*! CSS Used keyframes */
@-webkit-keyframes zoom-fade {
   0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
   }

   50% {
      -webkit-transform: scale(1);
      transform: scale(1);
   }

   100% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
   }
}

@keyframes zoom-fade {
   0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
   }

   50% {
      -webkit-transform: scale(1);
      transform: scale(1);
   }

   100% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
   }
}

.about-inner-box {
   display: flex;
   flex-wrap: wrap;
}

@media (min-width: 767px) {
   .about-inner-box {
      margin: 0 0 0 -15px;
   }
}

.about-inner-box > .single-item {
   max-width: 50%;
   flex: 0 0 50%;
}

.single-item-carousel img {
   width: 100px;
   text-align: center;
   margin: 0 auto 20px;
}

/*! CSS Used from: https://fastwpdemo.com/newwp/biogenix/wp-content/themes/biogenix/assets/css/style.css?ver=6.2.2 ; media=all */
@media all {
   .centred {
      text-align: center;
   }

   figure {
      margin: 0;
   }

   img {
      display: inline-block;
      max-width: 100%;
      height: auto;
      transition-delay: 0.1s;
      transition-timing-function: ease-in-out;
      transition-duration: 0.7s;
      transition-property: all;
   }

   .theme-btn {
      position: relative;
      display: inline-block;
      overflow: hidden;
      vertical-align: middle;
      font-size: 14px;
      line-height: 25px;
      font-weight: 700;
      color: #fff;
      text-align: center;
      padding: 10px 30px;
      letter-spacing: 0.5px;
      z-index: 1;
      transition: all 300ms linear;
      background: var(--thm-secnd);
      text-transform: inherit;
   }

   .theme-btn:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, #a5ce39 0%, #46b969 100%);
      transition: all 300ms linear;
      opacity: 0;
      visibility: visible;
      z-index: -1;
   }

   .theme-btn:hover:before {
      opacity: 1;
   }

   .theme-btn:hover {
      color: #fff;
   }

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

   .sec-pad {
      padding: 90px 0;
   }

   .sec-title {
      position: relative;
      display: block;
      margin-bottom: 50px;
   }

   .sec-title .sub-title {
      position: relative;
      display: inline-block;
      font-size: 16px;
      line-height: 24px;
      font-weight: 600;
      margin-bottom: 13px;
      text-transform: uppercase;
      letter-spacing: 0.6px;
      padding-left: 27px;
   }

   .sec-title .sub-title:before {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      left: 8px;
      top: 7px;
      border-radius: 50%;
   }

   .sec-title .sub-title:after {
      position: absolute;
      content: "";
      width: 6px;
      height: 6px;
      left: 0;
      top: 2px;
      border-radius: 50%;
   }

   .owl-dots-none .owl-dots {
      display: none !important;
   }

   .hexagon_shape {
      clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
      transform: rotate(90deg);
   }

   .bg-color-1 {
      background: #f0f5f7;
   }

   .nav-style-one button {
      position: relative !important;
      display: inline-block !important;
      width: 54px;
      height: 54px;
      line-height: 54px !important;
      text-align: center;
      cursor: pointer !important;
      background: #fff !important;
      transition: all 500ms ease;
   }

   .nav-style-one button.owl-next {
      margin-left: 5px;
   }

   .nav-style-one button:hover {
      color: #fff;
   }

   .funfact-section {
      position: relative;
      padding-top: 115px;
   }

   .funfact-section .inner-content {
      position: relative;
      display: block;
   }

   .funfact-block-one .inner-box {
      position: relative;
      display: block;
      padding: 0 30px 30px 30px;
   }

   .funfact-block-one .inner-box:before {
      position: absolute;
      content: "";
      background: #e6ebed2a;
      width: 1px;
      height: 100%;
      top: 0;
      right: -15px;
   }

   .funfact-block:last-child .funfact-block-one .inner-box:before {
      display: none;
   }

   .funfact-block-one .inner-box .icon-box {
      position: relative;
      display: inline-block;
      width: 90px;
      line-height: 84px;
      font-size: 42px;
      text-align: center;
      margin-bottom: -40px;
      z-index: 1;
      top: -48px;
   }

   .funfact-block-one .inner-box .count-outer {
      position: relative;
      display: block;
      font-size: 60px;
      line-height: 90px;
      font-weight: 600;
      margin-bottom: 14px;
      font-family: "SVN-Mont", sans-serif;
   }

   .funfact-block-one .inner-box h3 {
      display: block;
      font-size: 20px;
      line-height: 30px;
      font-weight: 600;
      color: #fff;
   }

   .team-section {
      position: relative;
   }

   .team-block-one .inner-box {
      position: relative;
      display: block;
      background: #fff;
      box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
      transition: all 500ms ease;
   }

   .team-block-one .inner-box:hover {
      box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
   }

   .team-block-one .inner-box .image-box {
      position: relative;
      display: block;
      overflow: hidden;
   }

   .team-block-one .inner-box .image-box:before {
      position: absolute;
      content: "";
      background: #fff;
      width: 94px;
      height: 58px;
      right: -1px;
      bottom: 0;
      z-index: 1;
      clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
   }

   .team-block-one .inner-box .image-box .image {
      position: relative;
      display: block;
      overflow: hidden;
   }

   .team-block-one .inner-box .image-box .image img {
      width: 100%;
   }

   .team-block-one .inner-box .image-box .share-option {
      position: absolute;
      right: 20px;
      bottom: 0;
   }

   .team-block-one .inner-box .image-box .share-option .share-icon {
      position: absolute;
      display: inline-block;
      right: 0;
      bottom: 0;
      width: 80px;
      color: #fff;
      text-align: center;
      z-index: 1;
      cursor: pointer;
      transition: all 500ms ease;
   }

   .team-block-one .inner-box .image-box .share-option .social-links {
      position: absolute;
      right: 3px;
      bottom: 47px;
      width: 54px;
      background: #fff;
      text-align: center;
      padding: 1px 0 29px 0;
      transform: scaleY(0);
      transform-origin: bottom center;
      opacity: 0;
      transition: all 500ms ease;
   }

   .team-block-one .inner-box .image-box .share-option .social-links:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 28px;
      left: 0;
      top: -28px;
      background: #fff;
      clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
   }

   .team-block-one .inner-box .image-box .share-option:hover .social-links {
      opacity: 1;
      transform: scaleY(1);
   }

   .team-block-one .inner-box .image-box .share-option .social-links li {
      position: relative;
      display: block;
      margin-bottom: 10px;
   }

   .team-block-one
      .inner-box
      .image-box
      .share-option
      .social-links
      li:last-child {
      margin-bottom: 0;
   }

   .team-block-one .inner-box .image-box .share-option .social-links li a {
      position: relative;
      display: inline-block;
      font-size: 20px;
      color: var(--thm-secnd);
   }

   .team-block-one .inner-box .lower-content {
      position: relative;
      display: block;
      padding: 19px 25px 18px 25px;
   }

   .team-block-one .inner-box .lower-content h3 {
      position: relative;
      display: block;
      font-size: 22px;
      line-height: 30px;
      font-weight: 700;
      margin-bottom: 4px;
      color: var(--color-main);
   }

   .team-block-one .inner-box .lower-content h3 a {
      display: inline-block;
      color: var(--thm-secnd);
   }

   .team-block-one .inner-box .lower-content .designation {
      position: relative;
      display: block;
      font-size: 14px;
      line-height: 24px;
      font-weight: 500;
      letter-spacing: 0.6px;
      color: var(--color-neu-2);
   }

   .chooseus-section {
      position: relative;
      padding: 120px 0 90px 0;
   }

   .chooseus-section .bg-layer {
      position: absolute;
      top: 0;
      right: 0;
      width: calc(50% - 45px);
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 2;
   }

   .chooseus-block-one .inner-box {
      position: relative;
      display: block;
      background: #fff;
      border: 1px solid #e6e8ec;
      padding: 32px 30px 21px 30px;
      margin-bottom: 30px;
      transition: all 500ms ease;
   }

   .chooseus-block-one .inner-box:hover {
      box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
   }

   .chooseus-block-one .inner-box .icon-box {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 54px;
      line-height: 62px;
      font-size: 24px;
      text-align: center;
      z-index: 1;
      margin-bottom: 21px;
      transition: all 500ms ease;
   }

   .chooseus-block-one .inner-box .icon-box img {
      transition: all 500ms ease;
   }

   .chooseus-block-one .inner-box .icon-box img.hover-icon {
      position: absolute;
      top: 7px;
      left: 3.5px;
      z-index: 1;
      opacity: 0;
   }

   .chooseus-block-one .inner-box:hover .icon-box {
      color: #fff;
   }

   .chooseus-block-one .inner-box:hover .icon-box img.hover-icon {
      opacity: 1;
   }

   .chooseus-block-one .inner-box span {
      position: relative;
      display: block;
      font-size: 14px;
      line-height: 24px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.6px;
      color: #7c7e84;
      margin-bottom: 2px;
   }

   .chooseus-block-one .inner-box h3 {
      display: block;
      font-size: 22px;
      line-height: 36px;
      font-weight: 600;
      color: var(--color-main);
   }

   .chooseus-block-one .inner-box .shape {
      position: absolute;
      top: 0;
      right: 0;
      width: 104px;
      height: 120px;
      background-repeat: no-repeat;
   }

   .about-style-three {
      position: relative;
   }

   .about-style-three .image-box {
      position: relative;
      display: block;
      padding: 112px 100px;
      margin-right: 30px;
   }

   .about-style-three .image-box .image {
      position: relative;
      display: block;
      -webkit-clip-path: polygon(
         50% 0%,
         100% 25%,
         100% 75%,
         50% 100%,
         0% 75%,
         0% 25%
      );
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
   }

   .about-style-three .image-box .image img {
      width: 100%;
      height: 400px;
      object-fit: cover;
   }

   .about-style-three .image-box .shape .shape-1 {
      position: absolute;
      left: 0;
      top: 0;
      width: 540px;
      height: 604px;
      background-repeat: no-repeat;
      background-position: center;
   }

   .about-style-three .image-box .shape .shape-2 {
      position: absolute;
      left: 50px;
      top: 56px;
      width: 440px;
      height: 492px;
      background-repeat: no-repeat;
      background-position: center;
   }

   .about-style-three .image-box .thumb-box .thumb {
      position: absolute;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      border: 4px solid #fff;
      box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
   }

   .about-style-three .image-box .thumb-box .thumb img {
      width: 100%;
      border-radius: 50%;
      height: 112px;
      object-fit: cover;
   }

   .about-style-three .image-box .thumb-box .thumb-1 {
      left: 30px;
      top: 0;
      -webkit-animation: zoom-fade 4s infinite linear;
      animation: zoom-fade 4s infinite linear;
   }

   .about-style-three .image-box .thumb-box .thumb-2 {
      top: 65px;
      right: 20px;
      -webkit-animation: zoom-fade 5s infinite linear;
      animation: zoom-fade 5s infinite linear;
   }

   .about-style-three .image-box .thumb-box .thumb-3 {
      left: 40px;
      bottom: 40px;
      -webkit-animation: zoom-fade 6s infinite linear;
      animation: zoom-fade 6s infinite linear;
   }

   .about-style-three .image-box .text {
      position: absolute;
      right: 40px;
      bottom: 7px;
      width: 160px;
      height: 160px;
      text-align: center;
      border-radius: 50%;
      padding: 31px 0 15px 0;
   }

   .about-style-three .image-box .text h2 {
      position: relative;
      display: inline-block;
      font-size: 40px;
      line-height: 36px;
      font-weight: 600;
      color: #fff;
      padding-right: 21px;
      margin-bottom: 4px;
      background: linear-gradient(180deg, #a5ce39 0%, #46b969 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
   }

   .about-style-three .image-box .text h2 span {
      position: absolute;
      top: 0;
      right: 0;
      font-weight: 600;
      background: linear-gradient(180deg, #a5ce39 0%, #46b969 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
   }

   .about-style-three .image-box .text h6 {
      position: relative;
      display: block;
      font-size: 12px;
      line-height: 20px;
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.6px;
   }

   .about-style-three .content-box .text {
      margin-bottom: 36px;
   }

   .about-style-three .content-box .single-item {
      position: relative;
      display: block;
      padding-left: 60px;
      margin-bottom: 36px;
      padding-right: 15px;
   }

   .about-style-three .content-box .single-item:last-child {
      margin-bottom: 0;
   }

   .about-style-three .content-box .single-item .icon-box {
      position: absolute;
      left: 0;
      top: -16px;
      font-size: 60px;
   }

   .about-style-three .content-box .single-item h3 {
      display: block;
      font-size: 20px;
      line-height: 30px;
      font-weight: 700;
      margin-bottom: 13px;
      color: var(--color-main);
   }

   .about-style-three .content-box .sec-title {
      margin-bottom: 31px;
   }

   .funfact-section.alternat-2 {
      padding-top: 45px;
   }

   .funfact-section.alternat-2:before {
      position: absolute;
      content: "";
      background: #f3f5f3;
      width: 100%;
      height: 120px;
      left: 0;
      bottom: 0;
   }

   .funfact-section.alternat-2 .inner-content {
      z-index: 1;
      background: #042750;
      box-shadow: 0 2px 40px rgba(20, 20, 43, 0.06);
      border: 0;
   }

   .certification-section {
      position: relative;
      padding: 240px 0 120px 0;
   }

   .certification-section .bg-layer {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
   }

   .certification-section .image-box {
      position: relative;
      display: block;
   }

   .certification-section .image-box img {
      width: 100%;
   }

   .certification-section .content-inner {
      position: relative;
      display: block;
      margin-right: 100px;
   }

   .funfact-section.about-page:before {
      display: none;
   }

   .funfact-section.about-page .inner-content {
      margin-bottom: -120px;
   }

   .certification-section .bg-layer:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(
         0deg,
         rgba(22, 67, 111, 1) 0%,
         rgba(100, 100, 100, 0) 60%
      );
      left: 0;
      bottom: 0;
      right: 0;
   }

   .certification-section .owl-nav {
      position: absolute;
      right: -148px;
      bottom: 64px;
   }

   .certification-section .owl-nav .owl-prev {
      margin-right: 10px;
   }

   .certification-section .shape-box .shape-1 {
      position: absolute;
      left: -100px;
      bottom: 88px;
      width: 90px;
      height: 80px;
   }

   .certification-section .shape-box .shape-2 {
      position: absolute;
      right: -100px;
      top: 88px;
      width: 90px;
      height: 80px;
      background: var(--thm-secnd);
   }

   .certification-section .shape-box .shape-3 {
      position: absolute;
      right: -90px;
      top: -60px;
      width: 160px;
      height: 140px;
      background: #fff;
      opacity: 0.25;
   }

   .certification-section .shape-box .shape-4 {
      position: absolute;
      left: -90px;
      bottom: -60px;
      width: 160px;
      height: 140px;
      background: #fff;
      opacity: 0.25;
   }

   .statements-section {
      position: relative;
      padding: 70px 0 105px 0;
   }

   .statements-block-one .inner-box {
      position: relative;
      display: block;
   }

   .statements-block-one .inner-box .text {
      display: block;
      margin-bottom: 28px;
   }

   .statements-block-one .inner-box .text h3 {
      display: block;
      font-size: 22px;
      line-height: 34px;
      font-weight: 600;
      margin-bottom: 15px;
      color: var(--color-main);
   }

   .statements-block-one .inner-box .image-box {
      position: relative;
      display: block;
      max-width: 240px;
      width: 100%;
      margin: 0 auto;
      -webkit-animation: zoom-fade 6s infinite linear;
      animation: zoom-fade 6s infinite linear;
   }

   .banner-carousel .content-box .list li .icon-box img {
      width: 40px;
      height: 100%;
      margin: 0 auto;
      text-align: center;
   }

   .statements-block-one .inner-box .image-box .image {
      position: relative;
      display: block;
      max-width: 240px;
      width: 100%;
      margin-bottom: 0 auto;
      -webkit-clip-path: polygon(
         50% 0%,
         100% 25%,
         100% 75%,
         50% 100%,
         0% 75%,
         0% 25%
      );
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
   }

   .statements-block-one .inner-box .image-box .image img {
      width: 100%;
      height: 275px;
      object-fit: cover;
   }

   .statements-block-one .inner-box .image-box .icon-box {
      position: absolute;
      right: -13px;
      bottom: 66px;
      width: 80px;
      height: 70px;
      line-height: 70px;
      font-size: 40px;
      color: #fff;
      text-align: center;
      z-index: 1;
      transition: all 500ms ease;
   }

   .statements-block-one .inner-box .image-box .pattern-1 {
      position: absolute;
      top: -5px;
      right: -9px;
      width: 240px;
      height: 276px;
      background-repeat: no-repeat;
      transition: all 500ms ease;
   }

   .statements-block:nth-child(2) .statements-block-one .inner-box .text {
      margin-bottom: 0;
      margin-top: 33px;
   }

   .statements-block:nth-child(2) .statements-block-one .inner-box {
      margin-top: 10px;
   }

   .team-section .more-btn {
      margin-top: 60px;
   }

   .team-section .more-btn .theme-btn {
      text-align: left;
   }
}

.team-block-one {
   display: flex;
   flex-wrap: wrap;
}

.team-block-one .inner-box {
   max-width: 33.333333%;
   flex: 0 0 33.333333%;
}

.inner-box-content-team {
   max-width: 66.666666%;
   flex: 0 0 66.666666%;
}
@media (min-width: 767px) {
   .inner-box-content-team {
      padding-left: 60px;
   }
}
.team-block-one .inner-box:after {
   content: "";
   background: url(/wp-content/uploads/2023/06/image-38.svg);
   position: absolute;
   bottom: -80px;
   left: -100px;
   width: 321px;
   height: 269px;
   z-index: -1;
}

.project-style-two {
   position: relative;
   padding: 120px 0 90px 0;
}

.project-block-two .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
   margin-bottom: 30px;
}

.project-block-two .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
}

.project-block-two .inner-box .image-box img {
   width: 100%;
   transition: all 500ms ease;
   margin-bottom: 0;
}

.project-block-two .inner-box:hover .image-box img {
   transform: scale(1.05);
}

.project-style-three {
   position: relative;
}

.project-style-three .outer-container {
   position: relative;
   padding: 0 30px;
}

section.project-style-three .single-item-carousel-project {
   padding: 40px;
   overflow: hidden;
}

.project-style-three .owl-carousel .owl-stage-outer {
   max-height: 682px;
}

.project-style-three .owl-theme .owl-dots .owl-dot span,
.service-section .owl-theme .owl-dots .owl-dot span {
   display: none;
}

.project-style-three .owl-theme .owl-dots button,
.service-section .owl-theme .owl-dots button {
   position: relative;
   display: inline-block;
   width: 15px;
   height: 15px;
   border-radius: 50px;
   border: 3px solid #b9bdb9;
   cursor: pointer;
   margin: 0 10px;
   transition: all 500ms ease;
}

.project-style-three .owl-theme .owl-dots button.active,
.service-section .owl-theme .owl-dots button.active {
   border-color: #38ab30;
}

.project-style-three .owl-theme .owl-dots button:before,
.service-section .owl-theme .owl-dots button:before {
   position: absolute;
   content: "";
   background: #fff;
   width: 7px;
   height: 7px;
   border-radius: 50%;
   left: 2px;
   top: 2px;
   transform: scale(0, 0);
   transition: all 500ms ease;
}

.project-style-three .owl-theme .owl-dots button.active:before,
.service-section .owl-theme .owl-dots button.active:before {
   transform: scale(1, 1);
}

.project-style-three .owl-theme .owl-dots {
   margin-top: 35px;
   text-align: center;
}

.service-section .owl-theme .owl-dots {
   margin-top: 20px;
}

.project-style-three .more-btn {
   position: relative;
   display: block;
   margin-top: 30px;
}

.service-section .owl-theme .owl-nav {
   display: none;
}

section.project-style-three.sec-pad {
   padding-bottom: 0;
}

.team-section:before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   background: url(./wp-content/uploads/2023/06/Group3-2.svg);
   width: 210px;
   height: 260px;
}

.testing-tab .inner-box .sec-title img {
   width: 100px;
}

.current-title {
   padding: 10px 30px;
}

.service-details-content .content-two .single-item {
   position: relative;
   display: block;
   padding-left: 30px;
   margin-bottom: 15px;
}

.service-details-content .content-two .single-item:before {
   position: absolute;
   content: "";
   width: 16px;
   height: 16px;
   left: 0;
   top: 9px;
   border-radius: 50%;
}

.service-details-content .content-two .single-item h3 {
   position: relative;
   display: inline-block;
   margin-bottom: 19px;
}

.service-details-content .content-two .single-item h3:before {
   position: absolute;
   content: "";
   background: #f0f4f9;
   width: 100%;
   height: 5px;
   left: 0;
   bottom: -5px;
}

.service-details-content .content-two .single-item:before {
   background: var(--color-linear-2);
}

.wrapper-single-item {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

.wrapper-single-item .content-single-item {
   max-width: 60%;
   flex: 0 0 60%;
}

.group-icon {
   display: flex;
   justify-content: space-between;
   text-align: center;
   margin-bottom: 30px;
}

.item-icon-ud {
   max-width: 33.333333%;
   flex: 0 0 33.333333%;
}

.icon-ud {
   position: relative;
   margin-bottom: 20px;
}

.icon-ud:before {
   content: "";
   position: absolute;
   top: 50%;
   left: 0;
   width: 100%;
   height: 2px;
   border: 1px dashed #e6e6e8;
   z-index: -1;
}

.content-single-item ul li {
   margin-bottom: 10px;
}

.service-details-content .content-two .single-item:after {
   position: absolute;
   content: "";
   width: 10px;
   height: 10px;
   left: 3px;
   top: 12px;
   border-radius: 50%;
   background: #fff;
}

.service-details-content {
   margin-bottom: 40px;
}

.faq-section {
   position: relative;
}

.faq-section .faq-sidebar {
   position: relative;
   display: block;
   padding: 32px 30px 31px 30px;
   border: 1px solid #e6ebed;
}

.faq-section .faq-sidebar .text {
   position: relative;
   display: block;
   margin-bottom: 33px;
}

.faq-section .faq-sidebar .text h3 {
   display: block;
   font-size: 30px;
   line-height: 38px;
   font-weight: 500;
   margin-bottom: 5px;
}

.faq-section .faq-sidebar .text p {
   line-height: 26px;
}

.faq-section .faq-sidebar .form-inner .form-group {
   position: relative;
   margin-bottom: 20px;
}

.faq-section .faq-sidebar .form-inner .form-group:last-child {
   margin-bottom: 0;
}

.faq-section .faq-sidebar .form-inner .form-group input[type="text"],
.faq-section .faq-sidebar .form-inner .form-group input[type="email"],
.faq-section .faq-sidebar .form-inner .form-group textarea {
   position: relative;
   display: block;
   width: 100%;
   height: 50px;
   background: #f0f5f7;
   border: 1px solid #f0f5f7;
   font-size: 18px;
   color: #7c8083;
   padding: 10px 20px;
   transition: all 500ms ease;
}

.faq-section .faq-sidebar .form-inner .form-group textarea {
   height: 120px;
   resize: none;
}

.faq-section .faq-sidebar .form-inner .form-group button {
   width: 100%;
   padding: 14px 50px 12px 50px;
}

.faq-section .faq-sidebar .lower-text {
   margin-top: 18px;
   text-align: center;
}

.faq-section .faq-content {
   position: relative;
   display: block;
   margin-top: -7px;
}

.faq-section .faq-content .upper-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 50px;
}

.faq-section .faq-content .upper-box h2 {
   font-size: 36px;
   line-height: 44px;
   color: #b8bdc1;
   font-weight: 500;
}

.faq-section .faq-content .select-box {
   min-height: 38px;
}

.faq-section .faq-content .nice-select {
   position: relative;
   width: 280px;
   border-bottom: 1px dashed #c5cace !important;
   line-height: 34px;
   font-size: 22px;
   font-family: "Saira", sans-serif;
   font-weight: 500;
   color: var(--thm-secnd);
   text-transform: capitalize;
}

.faq-section .faq-content .nice-select:after {
   content: "";
   background: transparent;
   border-bottom: 2px solid var(--thm-secnd);
   border-right: 2px solid var(--thm-secnd);
   transform: rotate(45deg) !important;
   width: 8px;
   height: 8px;
   border-radius: 0;
   top: 17px;
   right: 5px;
}

.faq-content {
   box-shadow: 0 2px 40px rgba(20, 20, 43, 0.06);
   background: #fff;
   padding: 30px;
}

ul.accordion-box {
   padding: 0;
}

.accordion-box .block {
   position: relative;
   display: block;
   margin-bottom: 10px;
   transition: all 500ms ease;
   border-bottom: 0.5px solid #e6e6e8;
}

.accordion-box .block:last-child {
   margin-bottom: 0;
}

.accordion-box .block .acc-btn .icon-outer {
   position: absolute;
   top: 0;
   left: 0;
   font-size: 14px;
   width: 40px;
   height: 40px;
   text-align: center;
   transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer {
   opacity: 1;
}

.accordion-box .block .acc-btn {
   position: relative;
   display: block;
   cursor: pointer;
   transition: all 500ms ease;
   padding: 7px 50px 7px 30px;
}

.accordion-box .block .acc-btn h4 {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 28px;
   font-weight: 600;
   transition: all 500ms ease;
   color: var(--color-main);
   padding-left: 25px;
}

.accordion-box .block .acc-content {
   position: relative;
   display: none;
   padding: 7px 30px 7px 50px;
}

.accordion-box .block .acc-content.current {
   display: block;
}

.accordion-box .icon-arrow {
   position: absolute;
   top: 11px;
   right: 0;
   font-size: 14px;
   width: 40px;
   height: 40px;
   text-align: center;
   transition: all 500ms ease;
}

.block.active-block .icon-arrow {
   transform: translateY(-18px) rotate(180deg);
}

.banner-carousel .content-box .list li .icon-box svg {
   vertical-align: 0;
}

.service-block-one .inner-box .image-box .icon-box svg {
   vertical-align: 0;
}

.project-section {
   padding-bottom: 90px;
   padding-top: 155px;
   background: #f0f4f9 !important;
}

.category > .sidebar-title {
   padding: 10px 30px;
}

.display_flex {
   display: flex;
   align-items: center;
   margin-bottom: 30px;
}

.display_flex p {
   margin-bottom: 0;
}

.display_flex > .icon {
   margin-right: 10px;
}

.display_flex .box_content h3 {
   font-size: 18px;
   color: var(--color-main);
   margin: 0;
   font-weight: 700;
   line-height: 24px;
}

@media all {
   .contact_sec_1 .wrap .icon {
      width: 63px;
      flex: 0 0 auto;
   }

   .contact_sec_1 .wrap h3 {
      color: #213671;
      font-size: 16px;
      margin-bottom: 6px;
   }

   .contact_sec_1 .wrap .content,
   .contact_sec_1 .wrap .content a {
      color: #333;
      font-size: 16px;
   }

   .contact_sec_1 .wrap .item:not(:last-child) {
      margin-bottom: 40px;
   }
}

.item-store {
   box-shadow: 0 0 30px rgb(33 54 113 / 8%);
   background-color: #fff;
   min-height: 160px;
   box-sizing: border-box;
   padding: 25px;
   cursor: pointer;
   transition: 0.5s all;
}

.item-store .title-store {
   font-size: 18px;
   color: var(--color-main);
   font-weight: 700;
   margin-bottom: 10px;
}

.item-store .title-store svg {
   margin-right: 10px;
}

@media all {
   .search-popup {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 99999;
      visibility: hidden;
      opacity: 0;
      overflow: auto;
      background: rgba(0, 0, 0, 0.8);
      -webkit-transform: translateY(101%);
      -ms-transform: translateY(101%);
      transform: translateY(101%);
      transition: all 700ms ease;
      -moz-transition: all 700ms ease;
      -webkit-transition: all 700ms ease;
      -ms-transition: all 700ms ease;
      -o-transition: all 700ms ease;
   }

   .search-popup.popup-visible {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      visibility: visible;
      opacity: 1;
   }

   .search-popup .popup-inner {
      width: 100%;
      background: #fff;
      height: 100%;
   }

   .search-popup .upper-box {
      position: relative;
      padding: 70px 70px;
      z-index: 1;
   }

   .search-popup .overlay-layer {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      display: block;
   }

   .search-popup .close-search {
      position: relative;
      font-size: 22px;
      color: #141417;
      cursor: pointer;
      z-index: 5;
      top: 11px;
      transition: all 500ms ease;
   }

   .search-popup .close-search:hover {
      color: red;
   }

   .search-popup .search-form {
      position: relative;
      width: 100%;
      padding: 100px 0 250px 0;
   }

   .search-popup .search-form .form-group {
      position: relative;
      margin: 0;
   }

   .search-popup .search-form fieldset input[type="search"] {
      position: relative;
      height: 90px;
      padding: 20px 0;
      background: #fff;
      line-height: 30px;
      font-size: 20px;
      color: gray;
      font-family: "DM Sans", sans-serif;
      border: none;
      font-weight: 400;
      border-radius: 0;
      padding-right: 50px;
      border-bottom: 1px solid #e5e5e5;
   }

   .search-popup .search-form fieldset button[type="submit"] {
      position: absolute;
      top: 30px;
      right: 0;
      font-size: 22px;
      color: #141417;
      cursor: pointer;
      transition: all 500ms ease;
      background: transparent;
      border: 0;
   }

   .search-popup .search-form fieldset input[type="search"]:focus {
      border-color: #141417;
   }

   .search-popup .form-control:focus {
      box-shadow: none !important;
   }
}

@media all {
   @media only screen and (max-width: 499px) {
      .search-popup .upper-box {
         padding: 70px 30px;
      }
   }
}

.service-widget.widget_nav_menu {
   position: relative;
   display: block;
   border: 1px solid #e6ebed;
   padding: 22px 30px 9px 30px;
   margin-bottom: 62px;
}

.service-widget.widget_nav_menu h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   font-weight: 500;
   margin-bottom: 21px;
}

.service-widget {
   position: relative;
}

.service-widget ul {
   position: relative;
   padding: 0;
}

.service-widget ul li {
   position: relative;
   display: block;
}

.service-widget ul li a {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 26px;
   font-weight: 500;
   color: var(--thm-secnd);
   padding: 15px 0 13px 30px;
   z-index: 1;
}

.service-widget ul li:last-child a {
   border-bottom: none;
}

.service-widget ul li:hover a,
.service-widget ul li.current-menu-item a,
.service-widget ul li.current-menu-item a:hover:before {
   color: #fff;
}

.service-widget ul li a:before {
   position: absolute;
   content: "";
   width: calc(100% - 30px);
   height: 100%;
   left: -30px;
   top: 0;
   opacity: 0;
   z-index: -1;
   transition: all 500ms ease;
   background: var(--color-main);
}

.service-widget ul li a:after {
   position: absolute;
   content: "";
   width: 30px;
   height: 100%;
   top: 0;
   right: 30px;
   opacity: 0;
   z-index: -1;
   transition: all 500ms ease;
   clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
   background: var(--color-main);
}

.service-widget ul li a:hover:before,
.service-widget ul li.current-menu-item a:before,
.service-widget ul li.current-menu-item a:hover:before,
.service-widget ul li a:hover:after,
.service-widget ul li.current-menu-item a:after,
.service-widget ul li.current-menu-item a:hover:after {
   opacity: 1;
}

.service-widget .download-widget a:before {
   display: none;
}

.service-widget .download-widget a:after {
   display: none;
}

.service-widget .download-widget a:before {
   display: none;
}

.service-sidebar .download-widget .download-list li a {
   padding: 0;
}

.comingsoon-section .content-box .logo-box {
   margin-bottom: 50px !important;
}

.w900 {
   max-width: 900px;
   margin: 0 auto 30px;
}

.inner-box-author {
   text-align: center;
   padding: 20px;
   border: 1px solid #9999995a;
}

.inner-box-author h3 {
   font-size: 20px;
   font-weight: 700;
}

.inner-item-partner h4 {
   text-align: center;
   margin: 10px auto;
   font-size: 18px;
   padding: 20px;
   color: var(--color-main);
   font-weight: 700;
}

.list-partner .owl-nav button {
   position: absolute !important;
   top: 30%;
   left: -60px;
   border: 1px solid #9999995a !important;
}

.list-partner .owl-nav button.owl-next {
   right: -60px;
   left: auto;
}

.author-box-gtv {
   margin: 30px 0;
}

.wrapper-content a {
   display: inline-block;
   background: var(--color-linear-2);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
/* 
.toc_list li a {
   color: #333333;
} */

.wrapper-content h2 {
   font-size: 16.5pt;
   line-height: 1.4;
}
.wrapper-content h3 {
   font-size: 15pt;
   line-height: 1.4;
}
.wrapper-content h4 {
   font-size: 14pt;
}
.wrapper-content h5 {
   font-size: 13.5pt;
}

.wrapper-content p,
.wrapper-content ul,
.wrapper-content table {
   font-size: 12pt;
}
.wrapper-content span {
   font-size: inherit !important;
}

.wrapper-content :where(h1, h2, h3, h4, h5, h6) {
   margin-bottom: 1rem;
   font-weight: 600;
}

.wrapper-content
   :where(
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      h1 > span,
      h2 > span,
      h3 > span,
      h4 > span,
      h5 > span,
      h6 > span
   ) {
   color: var(--color-main);
}

.inner-box-author p img {
   width: 20px;
   vertical-align: -3px;
   margin-right: 4px;
}

.wpforms-field-layout-columns.wpforms-field-layout-preset-50-50 {
   display: flex;
   flex-wrap: wrap;
   margin: 0 -10px;
}

.wpforms-layout-column-50 {
   max-width: 50%;
   flex: 0 0 50%;
   padding: 0 10px;
}

.wrap {
   margin: 2rem 0 3rem;
}

.inner-box-author .img-cv img {
   width: 150px;
   border-radius: 50%;
   height: 150px;
   object-fit: cover;
}

.author-social-links {
}

.author-box-descrption > p:not(.author-name) {
}

.author-box-gtv {
   align-items: center;
}

.author-box-gtv .author-box-avatar {
   max-width: 100px !important;
   flex: 0 0 100px !important;
}

.author-box-gtv .author-box-avatar img {
   height: 90px !important;
   width: 90px !important;
}

.industries-section .industries-block .industries-block-one,
.industries-section .industries-block .industries-block-one .inner-box {
   height: 100%;
}

@media (min-width: 768px) {
   .sec-contact-1 > .container > .row > .col-md-6:nth-child(2) {
      padding-left: 150px;
   }
}
.rating-single > .kk-star-ratings {
   justify-content: center;
}
.single-content a {
   color: var(--color-main);
}

#toc_container {
   background: #f0f4f9 !important;
}
.sidebar-form .wpforms-container {
   padding: 20px 10px;
   border: 1px solid #e6e6e8;
}

.boxed_wrapper {
   overflow-x: hidden;
}

#top-header > .container > .row {
   flex-wrap: nowrap;
}

.service-widget2 ul li a .icon-menu {
   display: block !important;
   width: 30px;
   text-align: center;
}

.service-widget2 ul.menu {
   list-style: none;
   margin-left: 0;
   padding: 0 30px;
}
.service-widget2 ul li {
   padding: 10px 0;
}
.service-widget2 ul li a {
   display: flex;
   justify-content: space-between;
}

.service-widget2 ul li .sub-menu {
   max-height: 0;
   overflow: hidden;
   transition: all 0.3s linear;
   margin-left: 0;
   list-style: none;
}

.service-widget2 ul li a svg {
   width: 20px;
   height: 17px;
}

.service-widget2 ul li.show-submenu .sub-menu,
.service-widget2 ul > li.current-menu-item > .sub-menu,
.service-widget2 ul > li.current-menu-parent > .sub-menu {
   max-height: 100vh;
   padding-left: 10px;
   padding-top: 10px;
}

.lower-content > h3 + div {
   -webkit-line-clamp: 2;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
}

.post-title {
   font-size: 18pt;
   line-height: 1.3;
}
.sec1-probiotics .download ul h5 {
   margin: 0;
}

.masonary-layout .col-lg-3 {
   height: 300px;
}

.masonary-layout .col-lg-3:nth-child(1),
.masonary-layout .col-lg-3:nth-child(3) {
   margin-bottom: 20px;
}

.masonary-layout .col-lg-3 img {
   height: 300px;
   object-fit: cover;
}

.masonary-layout .col-lg-6 {
   height: 620px;
}
.masonary-layout .col-lg-6 * {
   height: 100%;
}
.masonary-layout .col-lg-6 img {
   height: 100%;
   object-fit: cover;
}

.fancybox-slide--video {
   padding: 0 !important;
}


.banner-image {
   clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
   transform: rotate(90deg);
}

.banner-image .image {transform: rotate(-90deg);}

.banner-image img {
   height: 350px;
   width: 100%;
   object-fit: cover;
}

.flex-bottom {
   display: flex;
   flex-wrap: wrap;
}

.flex-bottom > div {
   max-width: 50%;
   flex: 0 0 50%;
}

@media (max-width: 1440px) {
   .masonary-layout .col-lg-3 {
      height: 212.5px;
   }

   .masonary-layout .col-lg-3:nth-child(1),
   .masonary-layout .col-lg-3:nth-child(3) {
      margin-bottom: 20px;
   }

   .masonary-layout .col-lg-3 img {
      height: 212.5px;
      object-fit: cover;
   }

   .masonary-layout .col-lg-6 {
      height: 445px;
   }
   .masonary-layout .col-lg-6 * {
      height: 100%;
   }
   .masonary-layout .col-lg-6 img {
      height: 100%;
      object-fit: cover;
   }
}

@media (min-width: 480.9px) {
   .hidden-mb {
      display: block !important;
   }
   .hidden-pc {
      display: none !important;
   }
}

@media (max-width: 480px) {
   .hidden-pc {
      display: block !important;
      margin-top: 25px;
   }
   .hidden-mb {
      display: none !important;
   }
}

@media (max-width: 767px) {
   .sec-pad,
   .chooseus-section,
   .statements-section {
      padding: 70px 0;
   }
   .project-section {
      padding-top: 200px;
   }
   .project-section .tab-btns li {
      margin-right: 30px;
   }
   .project-section .tab-btns li:before {
      right: -20px;
   }
   .sec2-hst .title {
      margin-top: 70px;
   }
   .testing-section .testing-tab-btns li h3 {
      font-size: 14px;
   }
   div.wpforms-container
      .wpforms-form
      .wpforms-field-layout
      .wpforms-layout-column {
      flex: 0 0 100%;
      max-width: 100%;
   }
   .top-header {
      padding: 10px 0;
   }

   h1 {
      font-size: 50px;
      line-height: 96px;
   }

   h2 {
      font-size: 28;
      line-height: 1.4;
   }

   h3 {
      font-size: 24px;
      line-height: 1.3;
   }

   h4 {
      font-size: 18px;
      line-height: 1.3;
   }

   h5 {
      font-size: 16px;
      line-height: 1.2;
   }

   h6 {
      font-size: 16px;
      line-height: 1.2;
   }
}
@media only screen and (max-width: 599px) {
   .about-style-three .image-box {
      padding: 0;
      margin: 0 0 30px 0;
   }

   .about-style-three .image-box .thumb-box {
      display: none;
   }

   .project-style-three .owl-carousel .owl-stage-outer {
      max-height: 100%;
   }
   /* .project-block.col-lg-6 .project-block-two .inner-box {
      margin-bottom: 0;
   } */
   .project-style-three .owl-theme .owl-dots {
      margin-top: 25px;
      margin-bottom: 30px;
   }
}
@media (max-width: 480px) {
   .flex-bottom2 {
      margin-top: 30px;
  }
   .flex-bottom > div {
      max-width: 100%;
      flex: 0 0 100%;
   }
   .about-section {
      padding-top: 40px !important;
      margin-top: 15px !important;
  }
   .industries-section .shape-box .shape {
      display: none;
   }
   .f38 {
      font-size: 28px;
      line-height: 1.3;
   }
   h2 {
      font-size: 24px;
      line-height: 1.5;
   }
   .sec-title,
   .project-section .sec-title,
   .project-section .tab-btns {
      margin-bottom: 25px;
   }
   .single-post .wrapper-content h3 {
      font-size: 18px;
      line-height: 1.3;
   }
   .paginatoin-area {
      margin: 10px 0 !important;
   }
   .pricing-table-one,
   .news-block-one .inner-box {
      margin-bottom: 0;
   }

   .about-section .image-box .text {
      left: 20px;
      bottom: 0;
   }

   .about-section .content-box .inner-box {
      margin-bottom: 15px;
   }
   .about-section .image-box .image-inner {
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      height: 100%;
      transform: rotate(0);
   }
   .about-section .image-box .image-inner .image{
      transform: rotate(0);
   }
   .about-section .image-box .image-inner img {
      object-fit: cover;
      height: 400px;
   }
   .industries-block-one .inner-box {
      background: #fff;
   }
   .industries-section .sec-title {
      padding: 44px 20px;
      background: #f0f4f9;
      margin-bottom: 0 !important;
   }

   .industries-section .sec-title h2,
   .industries-section .sec-title h2 a {
      color: #333333;
   }

   .masonary-layout .col-lg-3 {
      height: auto;
   }

   .masonary-layout .col-lg-3:nth-child(1),
   .masonary-layout .col-lg-3:nth-child(3) {
      margin-bottom: 20px;
   }

   .masonary-layout .col-lg-3 img {
      height: auto;
      object-fit: cover;
   }

   .masonary-layout .col-lg-6 {
      height: auto;
   }
   .masonary-layout .col-lg-6 * {
      height: 100%;
   }
   .masonary-layout .col-lg-6 img {
      height: 100%;
      object-fit: cover;
   }
   .masonary-layout > .project-block {
      margin-bottom: 20px !important;
   }
   .project-block-two .inner-box {
      margin-bottom: 0 !important;
   }

   .tab-btn-box {
      display: none !important;
   }

   .sidebar.col-lg-4.col-sm-4 {
      margin-top: 30px;
   }
   .inner-left-top a:not(:first-child) {
      display: none;
   }
   #top-header > .container > .row > div {
      max-width: 50%;
      flex: 0 0 50%;
   }
   .tabs-content .tab > .row {
      flex-flow: row nowrap;
      overflow-x: scroll;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
   }

   .tabs-content .tab > .row > div {
      max-width: 90%;
      flex: 0 0 90%;
   }
   .sec2-hst .box-form {
      margin: 70px 0 30px;
   }
   .inner-footer {
      margin-bottom: 15px;
   }

   .team-block-one {
      max-width: 100%;
   }

   .team-block-one > div,
   .team-block-one .inner-box {
      max-width: 100%;
      flex: 0 0 100%;
   }

   .statements-section .statements-block:nth-child(odd) .inner-box .image-box {
      order: 1;
   }

   .statements-section .statements-block:nth-child(odd) .inner-box .text {
      order: 2;
   }

   .statements-section .statements-block .inner-box {
      display: flex;
      flex-flow: column;
   }

   .item-store {
      margin-bottom: 15px;
   }

   .about-section .image-box {
      padding-right: 0;
   }

   section.project-style-three .single-item-carousel-project {
      padding: 0;
   }

   .chooseus-block-one .inner-box h3 {
      font-size: 18px;
      line-height: 28px;
   }

   .sec-pad,
   .chooseus-section,
   .statements-section,
   .news-section,
   .about-section,
   .service-section {
      padding: 35px 0;
   }
   section.news-section.sec-pad.project-section {
      padding: 35px 0 !important;
   }
   .project-section {
      padding-top: 200px;
   }
   .service-section.hidden-pc {
      margin: 0;
      padding: 0;
   }
   .team-section .more-btn {
      margin-top: 0;
   }
   .title h1 {
      margin-bottom: 30px;
   }
   .service-block-one .inner-box .image-box .image img,
   .news-block-one .inner-box .image-box .image img {
      height: 250px;
   }
   .statements-block-one .inner-box,
   .statements-block-one .inner-box .text {
      margin-bottom: 0;
   }

   .chooseus-block-one .inner-box {
      padding: 10px 20px;
   }

   .about-style-three .content-box .single-item {
      margin-bottom: 10px;
   }

   .chooseus-section > .bg-layer {
      position: relative;
      width: auto;
      height: 400px;
      display: block;
      margin-bottom: 10px;
   }

   .chooseus-section {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column-reverse;
   }
   header#masthead,
   footer,
   .main-footer {
      overflow: hidden;
   }

   .list-partner .owl-nav button,
   .list-partner .owl-nav button.owl-next {
      display: none !important;
   }
}
