@charset "UTF-8";
/*@import url(https://site-assets.fontawesome.com/releases/v6.2.1/css/all.css);*/
/*@import url(https://site-assets.fontawesome.com/releases/v6.2.1/css/sharp-solid.css);*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap);
@import url(bootstrap.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(magnific-popup.css);
@import url(slick.css);
@import url(nice-select.css);
@import url(jquery-ui.min.css);
@import url(aos.min.css);
@import url(default.css);
@import url(tab.css);
@import url(responsive.css);
@import url(compare.css);

a,
a:focus,
a:hover {
    color: inherit
}

*,
.Blogs-post-item-one .entry-content-small h5,
ol,
p,
ul {
    margin: 0
}

body,
h4 {
    line-height: 30px
}

#three-container,
.Blogs-post-item-one .post-thumbnail,
.Blogs-post-item-two .post-thumbnail,
.about-img-box-one,
.cta-area,
.description-area,
.form_group,
.hover-animation,
.main-btn,
.process-column .process-item-two,
.process-item-two,
.product-slider,
.slider {
    position: relative
}

.Blogs-post-item-one .entry-content .btn-link:hover,
.back-to-top,
a,
a:focus,
a:hover {
    text-decoration: none
}

.slider img,
.technologybox img {
    aspect-ratio: 1/1;
    object-fit: cover
}

@font-face {
    font-family: 'Garavito Display';
    src: url('../fonts/Garavito/Garavito-Regular.eot');
    src: url('../fonts/Garavito/Garavito-Regular.eot') format('embedded-opentype'),
         url('../fonts/Garavito/Garavito-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/*@font-face {*/
/*    font-family: 'Garavito Display';*/
/*    src: url('../fonts/Garavito/Garavito-Regular.eot');*/
/*    src: url('../fonts/Garavito/Garavito-Regular.eot') format('embedded-opentype'), url('../fonts/Garavito/Garavito-Regular.woff2') format('woff2');*/
/*    font-weight: 400;*/
/*    font-style: normal*/
/*}*/

::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color)
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.hover-animation img {
    position: absolute;
    transition: opacity 1s ease-in-out;
    border-radius: 20px
}

.hover-animation img.image-front:hover {
    opacity: 0;
    cursor: pointer
}

html {
    font-size: 100%;
    overflow-x: hidden !important
}

:root {
    --primary-color: #1caaaa;
    --secondary-color: #434242;
    --heading-color: #434242;
    --body-color: #727272;
    --white: #fff;
    --light-bg: #fafafa;
    --light-gray: #F9F9F9;
    --light-blue-gray: #F2F5FE;
    --black: #000;
    --bc: rgba(0, 0, 0, 0.1);
    --roboto: 'Roboto', sans-serif
}

* {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

#blogdetail a,
.about-country-bold-txt,
.hashtag,
.home-page-header.header-area-one .header-top-bar .top-right ul li a i,
.resp-tab-content a:hover h4,
.theme-color {
    color: #1caaaa
}

.main-btn,
.main-btn-primary:hover,
.section-title-white h2,
.section-title-white p {
    color: var(--white)
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    text-decoration: none;
    outline: 0
}

.categories-item-one:hover .content .main-btn,
.post-meta ul li,
a,
i,
span,
ul.rating li,
ul.social-link li {
    display: inline-block
}

.user-area-section .user-form .form_group label,
h1,
h2,
h3,
h4,
h5 {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    margin: 0
}

h1 {
    font-size: 60px;
    line-height: 1.2
}

h2 {
    font-size: 40px;
    line-height: 45px
}

h3 {
    font-size: 30px;
    line-height: 1.4
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px;
    line-height: 1
}

.main-btn,
body,
h6 {
    font-size: 16px
}

ol,
ul {
    padding: 0;
    list-style-type: none
}

input,
textarea {
    display: inherit
}

img {
    max-width: 100%
}

body {
    font-family: var(--roboto);
    font-weight: 400;
    font-style: normal;
    color: var(--body-color)
}

:is(.lc-1,
    .lc-2,
    .lc-3) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

:is(.lc-1,
    .lc-2,
    .lc-3) * {
    display: inline
}

.lc-1 {
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important
}

.lc-2 {
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important
}

.lc-3 {
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.slick-slide {
    outline: 0
}

.form_control {
    width: 100%;
    padding: 0 20px;
    height: 50px;
    border: none
}

textarea.form_control {
    padding-top: 15px;
    display: inherit
}

@media only screen and (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.section-title span.sub-title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    display: block;
    color: var(--primary-color);
    margin-bottom: 23px
}

.section-title span.sub-title span.sub-bg {
    position: relative;
    padding: 5px 10px;
    z-index: 1
}

.section-title span.sub-title span.sub-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    z-index: -1
}

.Blogs-post-item-one:hover .entry-content:after,
.features-item-one:hover .icon,
.hero-wrapper-two .hero-content .main-btn:hover:after,
.hero-wrapper-two .hero-search-wrapper .main-btn:hover:after,
.main-btn-primary,
.main-btn-primary:hover:after,
.main-btn:after,
.main-btn:hover:before,
.pricing-item-one .pricing-info .price-info .price-tag,
.pricing-item-three .pricing-info .price-info .price-tag,
.pricing-item-two .pricing-info .main-btn-primary:hover::after,
.section-title span.sub-title span.sub-bg-2:before,
.sidebar-widget-area .widget.categories-widget-two a:hover,
.sidebar-widget-area .widget.widget-tag-cloud a:hover,
.sponsor-item-two a:hover,
.testimonial-2 .main-btn-primary:hover::after {
    background-color: var(--primary-color)
}

.cart-area-section .total-item-info li,
.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price span.title,
.header-area-one .header-top-bar .lang-dropdown .nice-select .list,
.header-area-two .header-top-bar .top-right .nice-select .list,
.hero-wrapper-two .hero-content .main-btn:hover,
.pricing-item-one .pricing-info .pricing-body span.delivary,
.pricing-item-two .pricing-info .main-btn-primary:hover,
.section-title span.sub-title span.sub-bg-2,
.team-item-one .team-img .team-social ul.social-link li a,
.testimonial-2 .main-btn-primary:hover,
ul.rating li span {
    color: var(--heading-color)
}

.section-title h1,
.section-title h2,
.section-title h3 {
    margin-bottom: 10px;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.pagination-nav,
.section-title P {
    padding-top: 20px
}

.light-bg,
.pricing-item-one .pricing-info {
    background-color: var(--light-bg)
}

.light-gray {
    background-color: var(--light-gray)
}

.dark-blue {
    background-color: #180c39
}

.main-btn,
.main-btn:before,
.main-btn:hover:after {
    background-color: var(--secondary-color)
}

.pagination-nav .page-item.next,
.pagination-nav .page-item.prev,
button {
    border: none
}

.main-btn {
    display: inline-block;
    font-weight: 500;
    padding: 14px 35px;
    line-height: 27px;
    text-transform: capitalize;
    z-index: 1;
    transition: .3s;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer
}

.main-btn-primary,
.main-btn:hover {
    color: #fff
}

.exhibitions-details .social-link,
.main-btn:hover:before,
.pricing-item-three .pricing-img a {
    width: 100%;
    height: 100%
}

.main-btn:after,
.main-btn:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: .3s
}

.main-btn:before {
    position: absolute;
    width: 0;
    height: 0
}

.main-btn:after {
    width: 15px;
    height: 15px;
    border-top-left-radius: 30px
}

.header-area-two .header-navigation .navbar-toggler span,
.main-btn-primary:after,
.main-btn-primary:hover:before {
    background-color: var(--heading-color)
}

.nice-select {
    width: 100%;
    outline: 0
}

.nice-select.open:after {
    -webkit-transform: none;
    transform: none
}

.nice-select:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    right: 20px;
    font-size: 12px;
    font-weight: 400;
    -webkit-transform: none;
    transform: none;
    border: none;
    top: 0;
    margin-top: 0;
    color: #2e2e2e
}

.banner-area:after,
.hero-wrapper-two:after,
.single-hero-slider2:after {
    content: '';
    position: absolute;
    z-index: -1
}

.nice-select .list {
    width: 100%;
    border-radius: 0;
    height: 200px;
    overflow-y: scroll
}

.nice-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.nice-number input {
    vertical-align: middle;
    -moz-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    text-align: center
}

.nice-number input::-webkit-inner-spin-button,
.nice-number input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#search-modal {
    background: rgba(23, 26, 33, .85)
}

#search-modal .modal-content {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

#search-modal .modal-content:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

#search-modal .form_control {
    padding-left: 0;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    color: var(--white);
    margin-bottom: 0;
    height: 50px
}

#search-modal .form_control:focus {
    border-color: #fd6350
}

#search-modal .form_control::-webkit-input-placeholder {
    color: var(--white)
}

#search-modal .form_control::-moz-placeholder {
    color: var(--white)
}

#search-modal .form_control:-ms-input-placeholder {
    color: var(--white)
}

#search-modal .form_control::-ms-input-placeholder {
    color: var(--white)
}

#search-modal .form_control::placeholder {
    color: var(--white)
}

#search-modal .search_btn {
    position: absolute;
    background: 0 0;
    top: 10px;
    right: 10px;
    color: var(--white)
}

.preloader {
    background-color: var(--white);
    bottom: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 99999
}

.lds-ellipsis {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    text-align: center;
    z-index: 9999
}

.lds-ellipsis span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1caaaa;
    -webkit-animation: .6s ease-in-out infinite ball-pulse-sync;
    animation: .6s ease-in-out infinite ball-pulse-sync
}

.lds-ellipsis span:first-child {
    -webkit-animation: .6s ease-in-out -.14s infinite ball-pulse-sync;
    animation: .6s ease-in-out -.14s infinite ball-pulse-sync
}

.lds-ellipsis span:nth-child(2) {
    -webkit-animation: .6s ease-in-out -70ms infinite ball-pulse-sync;
    animation: .6s ease-in-out -70ms infinite ball-pulse-sync
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.back-to-top {
    background: var(--primary-color);
    border-radius: 50%;
    bottom: 30px;
    color: var(--white);
    cursor: pointer;
    display: none;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 30px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 337
}

.back-to-top:focus,
.back-to-top:hover {
    background: #434242;
    color: var(--white)
}

header {
    z-index: 9;
    position: relative
}

.home-page-header {
    position: absolute;
    width: 100%
}

.transparent-header {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

.header-navigation .main-menu ul>li.menu-item-has-children>a:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-left: 5px
}

.sticky.header-navigation .main-menu ul>li.menu-item-has-children>a:after {
    color: #111
}

.header-navigation.breakpoint-on .primary-menu,
.pricing-item-three .pricing-info .pricing-body {
    padding: 15px 30px
}

.header-navigation .nav-menu {
    text-align: right
}

.header-navigation .main-menu ul li {
    display: inline-block;
    position: relative
}

.header-navigation .main-menu ul li>a {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    padding: 16px 12px;
    line-height: 1
}

.header-navigation .main-menu ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 120%;
    width: 200px;
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 999;
    height: auto;
    text-align: left;
    border-top: 5px solid #1caaaa
}

.header-navigation .main-menu ul li .sub-menu li,
.header-navigation.breakpoint-on .nav-menu .main-menu ul li {
    display: block;
    margin: 0
}

.header-navigation .main-menu ul li .sub-menu li:last-child>a,
.widget.faq-nav-widget .nav-tabs {
    border-bottom: none
}

.header-navigation .main-menu ul li .sub-menu li a {
    display: block;
    padding: 5px 15px;
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    border-radius: 0;
    line-height: 2;
    margin: 0;

    color: var(--heading-color);
    font-size: 15px
}

.header-navigation .main-menu ul li .sub-menu li a:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border-color: transparent
}

.header-navigation .main-menu ul li .sub-menu li .sub-menu {
    left: 100%;
    top: 50%
}

.header-navigation .main-menu ul li .sub-menu li:hover .sub-menu {
    top: 0
}

.equipement-sidebar-info .booking-form .price-info h5,
.equipement-sidebar-info .booking-form .price-info span,
.features-item-two .content h4,
.features-item-two .content p,
.footer-area-one .copyright-area .copyright-text p,
.footer-area-one .footer-widget .widget p,
.footer-area-one .footer-widget .widget.footer-widget-nav ul.widget-nav li a,
.header-area-one .header-top-bar .lang-dropdown .nice-select,
.header-area-one .header-top-bar .lang-dropdown .nice-select:after,
.header-area-two .header-top-bar .top-right ul.social-link li a,
.header-navigation .main-menu ul li .sub-menu li:hover>a,
.home-page-header.header-area-one .header-top-bar .top-right ul li a,
.pricing-item-two .pricing-info .price-info .price-tag h4,
.pricing-item-two .pricing-info .price-info span,
.pricing-item-two .pricing-info .pricing-bottom ul.rating li span,
.testimonial-item-two .testimonial-thumb-title .title h4,
.testimonial-item-two .testimonial-thumb-title .title span {
    color: var(--white)
}

.header-navigation .main-menu ul li:hover.menu-item-has-children>a:after {
    color: #fff
}

.categories-item .main-btn-primary,
.categories-item-one:hover .icon i,
.content-white h2,
.content-white h4,
.header-area-two .header-top-bar .top-right .nice-select,
.header-area-two .header-top-bar .top-right .nice-select:after,
.header-navigation .main-menu ul li:hover>a,
.home-page-header .header-area-one .header-top-bar .top-right ul li a:hover,
.home-page-header .iso-text,
.navtab:hover,
.newsletter-wrapper-one h2,
.price-tag h4,
.testimonial-item-second-box p,
.vision-mission .features-item-one:hover i {
    color: #fff
}

.header-navigation .main-menu ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

#div2,
.af-list ul li i,
.breadcrumbs-area .page-title ul.breadcrumbs-link li:last-child:after,
.categories-item-one .content .main-btn,
.categories-item-one:hover .content p,
.equipement-sidebar-info .booking-form .pricing-body .reserved-filter .single-method input,
.equipment-details-section .content,
.equipments-search-filter .reserved-filter .single-method input,
.exhibitions-details input[type=radio],
.header-area-one .header-navigation.breakpoint-on .header-right-nav,
.header-area-two .header-navigation .header-right-nav .user-info a i,
.header-navigation .main-menu ul li .dd-trigger,
.header-navigation.breakpoint-on .main-menu ul>li.menu-item-has-children>a:after,
.header-navigation.sticky .main-logo,
.price-option-table ul .single-price-option .single-method input,
.primary-menu .site-branding,
.process-column:last-child .process-item-one:after,
.product-slider .slick-dots,
.responstable th:nth-child(2) span,
.rwd-table th,
.shop-review-area .form_group ul.rating li:last-child:after,
.sticky-logo {
    display: none
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
    display: block;
    position: absolute;
    right: 0;
    height: 42px;
    width: 45px;
    top: 0;
    background-color: var(--heading-color);
    z-index: 2;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    color: var(--white);
    font-size: 20px
}

.header-navigation.breakpoint-on .nav-menu {
    text-align: left;
    background-color: var(--white);
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 9999;
    width: 300px;
    height: 100%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    padding: 70px 0 0;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    display: block;
    overflow-x: hidden;
    overflow-y: scroll
}

.header-navigation.breakpoint-on .nav-menu .main-menu.menu-on,
.header-navigation.breakpoint-on .nav-menu.menu-on,
.hero-slider-one .slick-arrow.prev,
.products-gallery-wrap .products-big-slider .slick-arrow.prev,
.products-gallery-wrap .products-thumb-slider .slick-arrow.prev {
    left: 0
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li:last-child,
.pricing-body .info-list li:last-child {
    border-bottom: 0
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
    border-top: 1px solid #ececec
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li a {
    display: block;
    border-bottom: 1px solid var(--bc);
    color: #434242;
    padding: 13px 20px
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
    color: #434242;
    padding: 0 20px 0 40px;
    line-height: 45px;
    text-align: left
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a:hover {
    border-color: rgba(255, 255, 255, .5)
}

.equipment-details-section .content.active,
.equipment-gallery-slider .single-gallery-itam a,
.header-navigation.breakpoint-on .navbar-close,
.header-navigation.breakpoint-on .navbar-toggler,
.header-navigation.sticky .sticky-logo,
.products-gallery-wrap .products-big-slider a,
.rwd-table td,
.sticky .brand-logo,
.sticky .primary-menu .site-branding {
    display: block
}

.header-navigation .navbar-toggler {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: none;
    margin-left: 10px
}

.header-navigation .navbar-toggler span {
    position: relative;
    background-color: var(--heading-color);
    border-radius: 3px;
    height: 3px;
    margin-top: 5px;
    padding: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    width: 30px;
    cursor: pointer;
    display: block
}

.header-navigation .navbar-toggler.active span:first-of-type {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 8px
}

.header-navigation .navbar-toggler.active span:nth-of-type(2) {
    opacity: 0
}

.header-navigation .navbar-toggler.active span:nth-of-type(3) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: -8px
}

.header-navigation .navbar-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: none;
    background: var(--heading-color)
}

.header-navigation .navbar-close i {
    color: var(--white);
    font-size: 20px
}

.header-navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-animation: .5s sticky;
    animation: .5s sticky
}

header .header-navigation.sticky {
    background-color: var(--white);
    box-shadow: 0 8px 60px rgba(24, 24, 24, .1)
}

@-webkit-keyframes sticky {
    0% {
        top: -200px
    }

    100% {
        top: 0
    }
}

@keyframes sticky {
    0% {
        top: -200px
    }

    100% {
        top: 0
    }
}

.container-fluid,
header .container-fluid,
header .header-navigation .primary-menu {
    padding: 0 50px
}

.header-area-one .header-top-bar {
    background-color: transparent;
    padding: 14px 0
}

.lang-dropdown {
    position: relative;
    display: flex
}

.lang-dropdown .lang {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 0;
    transform: translateY(-50%)
}

.lang-dropdown .nice-select {
    padding-right: 35px;
    padding-left: 35px;
    background-color: transparent;
    border: none;
    font-weight: 500;
    font-size: 16px;
    color: var(--heading-color)
}

.Blogs-post-item-two .entry-content .post-meta ul li:last-child,
.header-area-one .header-top-bar .top-right>ul>li {
    margin-left: 25px
}

.header-area-one .header-top-bar .top-right ul li .cart-btn,
.header-area-two .header-navigation .header-right-nav .cart-button .cart-btn {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #1caaaa;
    color: #fff
}

.home-page-header .header-top-bar .top-right ul li .cart-btn {
    background-color: #fff;
    color: #1caaaa
}

.header-area-one .header-top-bar .top-right ul li .cart-btn span.count,
.header-area-two .header-navigation .header-right-nav .cart-button .cart-btn span.count {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background-color: var(--primary-color);
    font-size: 12px;
    color: var(--heading-color);
    border-radius: 50%
}

.header-area-one .header-top-bar .top-left span {
    color: var(--white);
    margin-right: 25px
}

.Blogs-post-item-one .entry-content .post-meta ul li span a:hover,
.Blogs-post-item-one .entry-content .post-meta ul li span i,
.Blogs-post-item-one .entry-content h3.title:hover,
.Blogs-post-item-two .entry-content .post-meta ul li span i,
.Blogs-post-item-two .entry-content h3.title:hover,
.breadcrumbs-area .page-title ul.breadcrumbs-link li.active,
.description-wrapper .description-tabs .nav-link.active,
.description-wrapper .description-tabs .nav-link:hover,
.features-item-two.active-item .content .btn-link,
.features-item-two:hover .content .btn-link,
.footer-area-one .footer-widget .widget.contact-info-widget .contact-info-list li .info p a:hover,
.footer-area-one .footer-widget .widget.footer-widget-nav ul.widget-nav li a:hover,
.header-area-one .header-top-bar .top-left span i,
.header-area-two .header-navigation .header-right-nav .user-info a:hover,
.header-area-two .header-top-bar .top-right ul.social-link li a:hover,
.information-list-item .information-item .info p a:hover,
.products-details-wrapper .product-info .product-tags a:hover,
.shop-review-area .form_group ul.rating li:hover span,
.sidebar-widget-area .widget.categories-widget ul.widget-link li a:hover,
.team-item-one .team-info h3.title:hover,
.widget.faq-nav-widget .nav-tabs .nav-link.active,
.widget.faq-nav-widget .nav-tabs .nav-link:hover,
ul.rating li i {
    color: var(--primary-color)
}

.footer-area-one .footer-widget .widget.about-widget .social-box ul.social-link li,
.header-top-bar .top-left span i {
    margin-right: 5px
}

.header-area-two .header-top-bar {
    position: relative;
    background-color: #fafafa;
    z-index: 1;
    padding: 10px 0
}

.header-area-two .header-top-bar:after,
.header-area-two .header-top-bar:before {
    position: absolute;
    top: 0;
    content: '';
    height: 100%
}

.header-area-two .header-top-bar:before {
    left: 0;
    width: 80%;
    background-color: var(--primary-color);
    clip-path: polygon(0 0, 99% 0, 100% 100%, 0% 100%);
    z-index: -1
}

.header-area-two .header-top-bar:after {
    right: 0;
    width: 22%;
    background-color: var(--heading-color);
    z-index: -2
}

.header-area-two .header-top-bar .top-left span {
    color: var(--heading-color);
    margin-right: 25px
}

.header-area-two .header-top-bar .top-right ul.social-link li,
.user-area-section .user-form .form_checkbox label span {
    margin-left: 15px
}

.header-area-one .header-navigation.breakpoint-on .nav-menu {
    text-align: left
}

.header-area-one .primary-menu {
    position: relative;
    background: #1caaaa
}

.header-area-one .primary-menu:after {
    right: 0;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%)
}

.header-area-one .primary-menu:before {
    left: 0;
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%)
}

.header-area-one .site-branding {
    max-width: 200px
}

.cart-area-section .cart-table tbody .remove,
.cart-area-section .cart-table thead tr th.remove,
.error-area .error-content,
.header-area-one .header-navigation .nav-menu,
.pricing-item-one .pricing-info .pricing-body,
.pricing-item-one .pricing-info .pricing-bottom,
.responstable th:first-child {
    text-align: center
}

.filter-products-list .single-method label span,
.header-area-one .header-navigation .header-right-nav ul.social-link li {
    margin-left: 10px
}

.header-area-one .header-navigation .header-right-nav ul.social-link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--heading-color);
    font-size: 14px;
    color: var(--white);
    transition: .3s
}

.header-area-one .header-navigation .header-right-nav ul.social-link li a:hover {
    background-color: var(--white);
    color: var(--primary-color)
}

.header-area-two .header-navigation .header-right-nav .user-info a {
    margin-left: 20px;
    color: var(--heading-color);
    font-weight: 500
}

.header-area-two .header-navigation .navbar-toggler {
    margin-left: 30px
}

.description-wrapper .description-tabs .nav-link.active:after,
.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method input:checked+label span.title:after,
.hero-slider-one:hover .slick-arrow {
    visibility: visible;
    opacity: 1
}

.hero-slider-one:hover .slick-arrow.prev {
    left: 20px
}

.hero-slider-one:hover .slick-arrow.next {
    right: 20px
}

.hero-slider-one .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.Blogs-arrows-one .slick-arrow img,
.hero-slider-one .slick-arrow img {
    width: 25px
}

.equipement-sidebar-info .booking-form .pricing-body .nice-select:after,
.hero-slider-one .slick-arrow.next,
.products-gallery-wrap .products-big-slider .slick-arrow.next,
.products-gallery-wrap .products-thumb-slider .slick-arrow.next {
    right: 0
}

.single-hero-slider {
    position: relative;
    z-index: 1;
    padding: 240px 0 250px;
    height: 100vh
}

.single-hero-slider2:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3)
}

.single-hero-slider .hero-content h1 {
    color: var(--white);
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 0;
    letter-spacing: 1px
}

.single-hero-slider .hero-content p {
    color: var(--white);
    padding: 0 25%;
    margin-bottom: 20px
}

.single-hero-slider .hero-search-wrapper {
    padding: 25px 30px 5px;
    background: rgba(0, 0, 0, .46)
}

.hero-search-wrapper .form_control {
    margin-bottom: 20px;
    color: var(--body-color)
}

.hero-search-wrapper .form_control::placeholder {
    color: var(--body-color)
}

.hero-search-wrapper .nice-select {
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    color: var(--body-color)
}

.hero-search-wrapper .search-btn {
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: var(--primary-color);
    font-size: 18px;
    font-weight: 500
}

.hero-wrapper-two {
    position: relative;
    z-index: 1;
    padding: 180px 0
}

.hero-wrapper-two:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7
}

.hero-wrapper-two .hero-content h1 {
    margin-bottom: 20px;
    color: #fff
}

.hero-wrapper-two .hero-content p {
    padding-right: 25%;
    margin-bottom: 55px;
    color: #fff
}

.hero-wrapper-two .hero-search-wrapper {
    padding: 70px 45px;
    background: rgba(255, 255, 255, .5);
    backdrop-filter: blur(10px)
}

.hero-wrapper-two .hero-search-wrapper h3 {
    color: var(--heading-color);
    margin-bottom: 40px
}

.hero-wrapper-two .hero-search-wrapper .main-btn {
    width: 100%;
    text-align: center;
    background-color: var(--primary-color)
}

.equipments-search-filter .reserved-filter .single-method input[type=radio]:checked+label:before,
.hero-wrapper-two .hero-content .main-btn:after,
.hero-wrapper-two .hero-content .main-btn:hover:before,
.hero-wrapper-two .hero-search-wrapper .main-btn:after,
.hero-wrapper-two .hero-search-wrapper .main-btn:hover:before {
    background-color: var(--white)
}

.banner-area {
    position: relative;
    z-index: 1;
    height: 350px;
    background-position: center
}

.banner-area:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.breadcrumbs-area .page-title h1 {
    font-size: 64px;
    line-height: 70px;
    color: var(--white);
    margin-bottom: 20px
}

.breadcrumbs-area .page-title ul.breadcrumbs-link li:after {
    display: inline-block;
    content: '/';
    margin-left: 10px;
    margin-right: 8px
}

.breadcrumbs-area {
    background: #f9f9f9;
    padding: 10px 0;
    border: 1px solid #c6c6c6;
    border-radius: 0 0 20px 20px;
    border-top: none
}

.about-content-box-one p,
.about-us-description p {
    margin-bottom: 10px;
    text-align: justify
}

.about-content-box-one .block-quote {
    padding-left: 20px;
    position: relative;
    margin-bottom: 60px
}

.Blogs-data .block-quote:before,
.about-content-box-one .block-quote:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    content: '';
    background-color: var(--primary-color)
}

.Blogs-data .block-quote:after,
.about-content-box-one .block-quote:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 20px;
    content: '';
    background-color: var(--secondary-color)
}

.about-content-box-one .block-quote h5 {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    font-weight: 400
}

.Blogs-details-section .comments .comment-reply .comment-notes,
.Blogs-details-wrapper .Blogs-post-item .post-thumbnail,
.about-content-box-two p,
.categories-item-one .icon,
.cta-content-box-one h2,
.user-area-section .user-form .form_text {
    margin-bottom: 25px
}

.about-content-box-two ul.list li {
    padding-left: 35px;
    position: relative;
    z-index: 1;
    line-height: 13px;
    margin-bottom: 20px
}

.about-content-box-two ul.list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    vertical-align: middle;
    margin-right: 15px
}

.about-content-box-two ul.list li:after {
    position: absolute;
    bottom: 3px;
    left: 4px;
    content: '';
    width: 6.5px;
    height: 6.5px;
    background-color: var(--heading-color)
}

.process-item-one {
    position: relative;
    margin-top: 30px
}

.process-item-one:after {
    position: absolute;
    right: -90%;
    top: 40%;
    content: '';
    transform: translateY(-50%);
    width: 80%;
    height: 100%;
    background: url(../images/line-1.webp) center/contain no-repeat
}

.features-item-two .icon,
.features-item-two .icon i {
    transform: matrix(1, 0, 0, -1, 0, 0)
}

.process-item-one .count-box {
    position: relative;
    background-color: #0c1239;
    min-height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px
}

.process-item-one .count-box .icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border: 3px solid var(--white)
}

.process-item-one .count-box .icon i {
    font-size: 24px;
    line-height: 1;
    color: var(--heading-color)
}

.process-item-one .count-box .process-count {
    padding-top: 20px;
    font-size: 60px;
    color: #6e7287;
    font-weight: 700
}

.process-item-one .content h4 {
    font-weight: 500
}

.process-item-two .count-box .process-count {
    font-size: 100px;
    -webkit-text-stroke: 1px #c4c4c4;
    -webkit-text-fill-color: #fff;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 20px
}

.process-item-two .count-box .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-color);
    margin: auto auto 20px
}

.process-item-two .count-box .icon i {
    font-size: 20px;
    color: var(--heading-color)
}

.contact-form,
.header-navigation .main-menu ul li .mega-submenu li a,
.process-item-two .content {
    padding: 0 15px
}

.process-item-two .content h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500
}

.process-column .process-item-two:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--bc);
    top: 62%;
    transform: translateY(-62%);
    right: 0;
    z-index: -1
}

.features-item-one {
    border: 1px solid var(--bc);
    padding: 50px 60px 43px;
    transition: .3s
}

.features-item-one .icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e7e7ed;
    margin-bottom: 25px;
    transition: .4s
}

.counter-column:nth-child(odd) .counter-item-one .icon,
.features-item-one:hover .icon,
.features-item-two .icon {
    border-radius: 30px 0 30px 30px
}

.features-item-one .icon i {
    font-size: 34px;
    line-height: 1;
    color: var(--heading-color)
}

.features-item-one:hover {
    box-shadow: 0 4px 18px 10px rgba(0, 0, 0, .02)
}

.Blogs-details-wrapper .Blogs-post-item .entry-content p,
.about-us-description h6,
.checkout-area-section .shop-title-box h3,
.description-wrapper h3.title,
.equipement-sidebar-info .booking-form .pricing-body .extra-option h4,
.features-item-one .content h4,
.product-item-one .product-info .rating,
.products-details-wrapper .product-info p,
.shop-review-area h4.title,
.vision-mission h5 {
    margin-bottom: 20px
}

.features-item-two {
    background-color: transparent;
    padding: 50px;
    transition: .3s
}

.features-item-two.active-item,
.features-item-two:hover {
    background-color: rgba(255, 255, 255, .04)
}

.features-item-two .icon,
.pricing-item-two .pricing-info .price-info .price-tag {
    background-color: #211641
}

.features-item-two.active-item .icon,
.features-item-two:hover .icon {
    background-color: var(--primary-color);
    color: var(--heading-color);
    transform: none
}

.features-item-two.active-item .icon i,
.features-item-two:hover .icon i {
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.features-item-two .icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 25px;
    font-size: 36px;
    color: var(--primary-color);
    transition: .3s
}

#blogdetail ul li,
.Blogs-post-item-one .entry-content p,
.checkout-area-section .payment-options .accordion-item,
.checkout-area-section .payment-options h4,
.features-item-two .content h4,
.filter-products-list .single-method,
.products-details-wrapper .product-info h2,
.vision-mission p {
    margin-bottom: 15px
}

.coming-soon-area .coming-soon-box #timer,
.features-item-two .content p,
.shop-review-area .shop-review-user {
    margin-bottom: 30px
}

.features-item-two .content .btn-link {
    color: var(--white);
    font-size: 22px
}

.counter-column:nth-child(2n) .counter-item-one .icon {
    border-radius: 30px 30px 30px 0
}

.counter-item-one .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    background: #1caaaa;
    margin: auto auto 23px
}

.counter-item-one .icon i {
    line-height: 1;
    color: #fff;
    font-size: 30px
}

.counter-item-one .content h3 {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 15px
}

.counter-item-one .content h5 {
    color: var(--white);
    font-weight: 100;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.bg-with-overlay.bg-with-overlay-white:after {
    background-color: rgba(255, 255, 255, .9)
}

.counter-item-two .icon {
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px 0 0;
    font-size: 42px;
    color: var(--heading-color);
    background-color: var(--primary-color);
    margin: auto auto 30px
}

.pricing-item .pricing-info .pricing-body span.delivary,
.pricing-nav-filter .nav-link {
    font-size: 14px;
    line-height: 27px;
    font-weight: 500
}

.pricing-item-three,
.pricing-item-two .pricing-info {
    background-color: #fafafa
}

.counter-item-two .icon:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 20px;
    height: 20px;
    background-color: var(--heading-color)
}

.counter-item-two .content h2 {
    font-weight: 700;
    margin-bottom: 10px
}

.pricing-nav-filter .nav-tabs {
    justify-content: center;
    border-bottom: none;
    gap: 10px
}

.pricing-nav-filter .nav-link {
    border: 1px solid var(--bc);
    border-radius: 0;
    margin-bottom: 0;
    padding: 8px 20px
}

.pricing-nav-filter .nav-link.active {
    border-color: var(--bc)
}

.pricing-nav-filter .nav-link.active,
.pricing-nav-filter .nav-link:hover {
    background-color: var(--primary-color);
    color: var(--heading-color);
    border-color: transparent
}

.price-info h1 {
    font-size: 42px
}

.pricing-item .pricing-info .price-info {
    position: relative;
    padding: 22px 100px 16px 25px
}

.pricing-item .pricing-info .price-info .price-tag {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 23px
}

.pricing-item .pricing-info .pricing-body .price-option span.span-btn {
    font-weight: 500;
    font-size: 12px;
    line-height: 27px;
    color: #0c1239
}

.pricing-body ul.info-list li:before,
.pricing-item .pricing-info .pricing-body ul.info-list li:before {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--heading-color);
    margin-right: 15px
}

.pricing-item-one .pricing-info .price-info {
    border-bottom: 1px solid var(--bc)
}

.equipement-sidebar-info .booking-form .price-info h5,
.pricing-item-one .pricing-info .price-info h5,
.pricing-item-three .pricing-info .price-info h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px
}

.equipement-sidebar-info .booking-form .price-info span,
.pricing-item-one .pricing-info .price-info span,
.pricing-item-three .pricing-info .price-info span,
.product-item-one .product-info .rating li,
.team-item-one .team-info span.position {
    font-size: 14px
}

.pricing-item-one .pricing-info .pricing-body {
    padding: 34px 20px 29px
}

.mission-box h5,
.pricing-item-one .pricing-info .pricing-body h5.title,
.vision-box h5 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 22px
}

.pricing-item-one .pricing-info .pricing-body .price-option span.span-btn {
    background-color: #e7e7ed;
    padding: 4px 20px;
    margin-bottom: 15px
}

.pricing-item-one .pricing-info .pricing-body ul.info-list {
    margin-top: 25px;
    text-align: left;
    padding-left: 15%
}

.pricing-item-one .pricing-info .pricing-body .price-option span.span-btn.active-btn {
    background-color: var(--primary-color);
    color: var(--heading-color)
}

.pricing-item-one .pricing-info .pricing-bottom {
    padding: 34px 20px 40px;
    border-top: 1px solid var(--bc)
}

.pricing-item-one .pricing-info .pricing-bottom .rating {
    margin-bottom: 31px
}

.pricing-item-two .pricing-info .price-info {
    background-color: #0c1239
}

.pricing-item-two .pricing-info .price-info h5.title {
    color: var(--white);
    margin-bottom: 5px
}

.inner-form-row,
.navtabs,
.pricing-item-two .pricing-info .pricing-body .price-option {
    display: flex;
    justify-content: center
}

.pricing-item-two .pricing-info .pricing-body .price-option span.span-btn {
    padding: 4px 31.5px;
    margin-bottom: 15px;
    background-color: var(--primary-color)
}

.pricing-item-two .pricing-info .pricing-body .price-option span.span-btn.active-btn {
    background-color: #ee9308
}

.pricing-item-two .pricing-info .pricing-body .info-list li {
    padding: 10px 70px;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.pricing-item-two .pricing-info .pricing-body span.delivary {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    color: var(--heading-color)
}

.pricing-item-two .pricing-info .pricing-bottom {
    background-color: #0c1239;
    text-align: center;
    padding: 35px 40px 40px
}

.pricing-item-two .pricing-info .pricing-bottom ul.rating {
    margin-bottom: 32px
}

.categories-item .main-btn-primary:after,
.categories-item .main-btn-primary:hover:before,
.pricing-item-two .pricing-info .main-btn-primary::after,
.pricing-item-two .pricing-info .main-btn-primary::before,
.testimonial-2 .main-btn-primary::after,
.testimonial-2 .main-btn-primary::before {
    background-color: #fff
}

.equipments-search-filter {
    margin-bottom: 105px
}

.equipments-search-filter .search-filter-form {
    background-color: var(--heading-color);
    padding: 25px 30px
}

.equipments-search-filter .search-filter-form .form_control {
    height: 50px
}

.equipments-search-filter .search-filter-form .nice-select {
    height: 50px;
    line-height: 50px;
    border-radius: 0
}

.equipments-search-filter .search-filter-form .search-btn {
    width: 100%;
    text-align: center;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    background-color: var(--primary-color)
}

.equipments-search-filter .reserved-filter {
    background-color: var(--heading-color);
    padding: 15px 30px;
    max-width: 320px;
    width: 100%;
    float: right;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%)
}

.Blogs-details-wrapper .Blogs-post-item .entry-content .post-meta ul li,
.Blogs-post-item-one .entry-content .post-meta ul li span,
.equipments-search-filter .reserved-filter .single-method {
    margin-right: 20px
}

.equipments-search-filter .reserved-filter .single-method:last-child {
    margin-right: 0
}

.equipments-search-filter .reserved-filter .single-method label {
    font-size: 14px;
    line-height: 15px;
    cursor: pointer;
    color: var(--white);
    margin-bottom: 0
}

.equipments-search-filter .reserved-filter .single-method label:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    border: 2px solid var(--white);
    margin-right: 10px
}

.equipments-show-search .show-text p {
    color: var(--heading-color);
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px
}

.equipments-show-search .show-dropdown .nice-select {
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    outline: 0;
    color: var(--heading-color);
    font-weight: 500;
    margin-bottom: 10px
}

.pricing-item-three {
    display: flex;
    align-items: stretch
}

.pricing-item-three .pricing-img {
    position: relative;
    overflow: hidden;
    max-width: 370px;
    width: 100%
}

.pricing-item-three .pricing-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pricing-item-three .pricing-img span.discount {
    background-color: var(--primary-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--heading-color);
    position: absolute;
    top: 20px;
    left: 20px
}

.pricing-item-three .pricing-info {
    width: 100%;
    border: 1px solid #ccc
}

.pricing-item-three .pricing-info .blog {
    height: 330px
}

.pricing-item-three .pricing-info .price-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.pricing-item-three .pricing-info .pricing-body h3.title {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 15px
}

.pricing-item-three .pricing-info .pricing-body .price-option span.span-btn {
    background-color: #e7e7ed;
    padding: 4px 20px;
    margin-bottom: 15px;
    margin-right: 5px
}

.pricing-item-three .pricing-info .pricing-body span.delivary {
    color: var(--heading-color);
    margin-bottom: 15px
}

.pricing-item-three .pricing-info .pricing-bottom {
    padding: 0 30px
}

.sidebar-widget-area .widget.location-widget ul.list li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px
}

.sidebar-widget-area .widget.location-widget .btn-link {
    text-decoration: underline;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--primary-color)
}

.sidebar-widget-area .widget.price-range-widget .ui-widget.ui-widget-content {
    border: none;
    background: #dfdada;
    height: 8px;
    border-radius: 100px
}

.sidebar-widget-area .widget.price-range-widget .ui-slider .ui-slider-range {
    background-color: var(--primary-color);
    border-radius: 0
}

.sidebar-widget-area .widget.price-range-widget .ui-widget-content .ui-state-default {
    background: var(--primary-color);
    border: none;
    width: 15px;
    height: 15px;
    outline: 0;
    border-radius: 50%
}

.sidebar-widget-area .widget.price-range-widget .price-number {
    justify-content: space-between
}

.sidebar-widget-area .widget.price-range-widget .price-number span {
    font-weight: 500;
    font-size: 14px
}

.sidebar-widget-area .widget.price-range-widget .price-number span.text {
    width: 60%
}

.sidebar-widget-area .widget.price-range-widget .price-number span.amount {
    width: 80%
}

.sidebar-widget-area .widget.price-range-widget .price-number span.amount input {
    width: 100%;
    border: none;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
    color: var(--body-color)
}

.sidebar-widget-area .widget.categories-widget-two a {
    background-color: #dfdada;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    color: var(--heading-color);
    margin-right: 5px;
    margin-bottom: 10px
}

.Blogs-details-wrapper .Blogs-post-item .post-thumbnail img,
.Blogs-post-item-one .post-thumbnail img,
.Blogs-post-item-two .post-thumbnail img,
.about-img video,
.cart-area-section .cart-table,
.checkout-area-section .bottom .cart-table,
.equipment-gallery-arrow ul.slick-dots li img,
.equipment-gallery-slider .single-gallery-itam img,
.equipment-slider-warp,
.export-map,
.product-item-one .product-img img,
.products-gallery-wrap .products-big-slider a img,
.products-gallery-wrap .products-thumb-slider .product-img img,
.team-item-one .team-img img {
    width: 100%
}

.equipment-gallery-arrow {
    width: 25%
}

.equipment-gallery-arrow ul.slick-dots li {
    display: block;
    margin-bottom: 35px
}

.Blogs-details-section .comments p,
.banner-boxes-section .testimonial-item-one .testimonial-content .quote,
.coming-soon-area .coming-soon-box .title-box .text,
.equipment-gallery-arrow ul.slick-dots li:last-child,
.filter-products-list .single-method:last-child,
.footer-area-one .footer-widget .widget.about-widget .brand-logo,
.footer-area-one .footer-widget .widget.footer-widget-nav ul.widget-nav li:last-child {
    margin-bottom: 0
}

.equipment-gallery-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1
}

.equipment-gallery-slider .slick-arrow.prev {
    left: 5px
}

.equipment-gallery-slider .slick-arrow.next {
    right: 5px
}

.description-wrapper .voucher-btn {
    padding: 12px 35px;
    background-color: #fff0d9;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 55px
}

.Blogs-share ul li a i,
.btn-box a i,
.description-wrapper .voucher-btn i,
.equipement-sidebar-info .booking-form .pricing-body p.available-text i,
.products-details-wrapper .product-info ul.social-link li,
.user-area-section .user-form .form_group .main-btn {
    margin-right: 10px
}

.description-wrapper .content-box {
    margin-bottom: 35px
}

.description-wrapper .content-box h4.title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px
}

.description-wrapper .content-box h4.title:after,
.sidebar-widget-area .widget h4.widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 50px;
    height: 3px;
    background-color: var(--primary-color)
}

.description-wrapper .content-box p {
    margin-bottom: 33px
}

.description-wrapper .content-box ul.list li {
    position: relative;
    padding-left: 25px;
    line-height: 15px;
    margin-bottom: 17px
}

.description-wrapper .content-box ul.list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 12px;
    height: 12px;
    background-color: var(--primary-color)
}

.description-wrapper .content-box ul.list li:after {
    position: absolute;
    top: 7px;
    left: 7px;
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--heading-color)
}

.description-wrapper .content-box .content-table .table td {
    padding: 10px 30px;
    border: 1px solid var(--bc)
}

.equipement-sidebar-info .booking-form .price-info {
    position: relative;
    padding: 10px 100px 10px 30px;
    background-color: var(--heading-color)
}

.equipement-sidebar-info .booking-form .price-info .price-tag {
    background-color: var(--primary-color);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 23px
}

.equipement-sidebar-info {
    background-color: #f8f8f8
}

.equipement-sidebar-info .booking-form .pricing-body {
    padding: 40px 30px
}

.equipement-sidebar-info .booking-form .pricing-body .price-option span.span-btn {
    background-color: #e7e7ed;
    font-weight: 500;
    font-size: 12px;
    line-height: 27px;
    color: #0c1239;
    padding: 4px 15px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px
}

.equipement-sidebar-info .booking-form .pricing-body .form_group {
    clear: both;
    padding: 30px 0;
    border-bottom: 1px solid var(--bc)
}

.equipement-sidebar-info .booking-form .pricing-body .form_group .form_control {
    padding: 0;
    height: auto;
    background-color: transparent
}

.equipement-sidebar-info .booking-form .pricing-body .nice-select {
    background-color: transparent;
    padding: 0;
    border: none;
    height: auto;
    line-height: 1;
    float: none
}

.equipement-sidebar-info .booking-form .pricing-body p.available-text {
    color: #019657
}

.equipement-sidebar-info .booking-form .pricing-body .reserved-filter .single-method input:checked+label::before {
    border-color: transparent;
    background-color: var(--primary-color)
}

.equipement-sidebar-info .booking-form .pricing-body .reserved-filter .single-method label {
    margin-bottom: 0;
    line-height: 16px;
    font-size: 14px
}

.equipement-sidebar-info .booking-form .pricing-body .reserved-filter .single-method label:before {
    display: inline-block;
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1.5px solid var(--body-color);
    margin-right: 10px
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method {
    justify-content: space-between;
    margin-bottom: 15px
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0c1239
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method label span.title {
    line-height: 1;
    position: relative
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method label span.title:before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid var(--heading-color);
    margin-right: 10px;
    border-radius: 2px
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method label span.title:after {
    position: absolute;
    top: 2px;
    left: 2px;
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price span.price,
.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method label span.price {
    line-height: 25px;
    font-weight: 500;
    color: var(--heading-color)
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price .quantity-input {
    display: flex;
    align-items: center;
    margin-bottom: 21px
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price #quantity,
.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price .quantity-down,
.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price .quantity-up {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid var(--bc);
    cursor: pointer
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price .quantity-down {
    border-right: none
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price .quantity-up {
    border-left: none;
    margin-right: 20px
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option span.total {
    display: block;
    font-weight: 500;
    color: var(--heading-color)
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option span.total span.total-price,
.sidebar-widget-area .widget.categories-widget ul.widget-link li a span {
    float: right
}

.testimonial-item-one {
    padding: 50px 40px 45px;
    background-color: var(--white)
}

.testimonial-item-one .testimonial-content .quote {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e7e7ed;
    margin-bottom: 33px
}

.testimonial-item-one .testimonial-content .quote i {
    font-size: 25px;
    color: var(--heading-color)
}

.testimonial-item-one .testimonial-content p {
    margin-bottom: 32px;
    text-align: justify;
    min-height: 120px
}

.testimonial-item-one .testimonial-content h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: roboto;
    letter-spacing: .5px
}

.blog-boxes .price-info h3,
.mega-submenu h4 {
    font-family: var(--roboto)
}

.testimonial-item-one .testimonial-content h5 span {
    color: var(--body-color);
    display: block;
    margin-top: 7px;
    font-size: 14px
}

.testimonial-item-two .testimonial-content {
    position: relative;
    background-color: #211641;
    padding: 30px 35px 33px;
    margin-bottom: 55px
}

.testimonial-item-two .testimonial-content:after {
    position: absolute;
    bottom: -25px;
    left: 30px;
    content: '';
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #211641
}

.testimonial-item-two .testimonial-content .quote i {
    color: rgba(255, 255, 255, .05);
    font-size: 55px;
    line-height: 1
}

.testimonial-item-two .testimonial-content p {
    color: rgba(255, 255, 255, .7);
    font-style: italic
}

.testimonial-item-two .testimonial-thumb-title {
    padding-left: 35px
}

.testimonial-item-two .testimonial-thumb-title .thumb {
    min-width: 65px;
    max-width: 65px;
    height: 65px;
    margin-right: 20px
}

.shop-review-area .shop-review-user .thumb img,
.testimonial-item-two .testimonial-thumb-title .thumb img {
    width: 100%;
    border-radius: 50%
}

.bg-with-overlay,
.footer-area-one,
.newsletter-wrapper-two {
    position: relative;
    z-index: 1
}

.bg-with-overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, .8)
}

.cta-content-box-one h4 {
    font-weight: 100;
    margin-bottom: 47px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ccc;
    letter-spacing: .5px
}

.Blogs-arrows-one {
    display: flex;
    justify-content: flex-end
}

.Blogs-arrows-one .slick-arrow {
    width: 40px;
    height: 40px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s
}

.Blogs-arrows-one .slick-arrow.prev,
.Blogs-share ul li,
.user-area-section .user-form .form_checkbox .single-checkbox {
    margin-right: 15px
}

.post-meta ul li span i {
    margin-right: 10px;
    color: var(--primary-color)
}

.Blogs-post-item-one .post-thumbnail .cat-btn {
    position: absolute;
    bottom: -20px;
    left: 40px;
    z-index: 1;
    background-color: var(--primary-color);
    padding: 10px 25px;
    color: var(--heading-color);
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 20px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%)
}

.Blogs-post-item-one .entry-content {
    position: relative;
    padding: 25px 20px;
    min-height: 455px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    background: url(../images/home_product_bg.webp) var(--light-bg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.Blogs-post-item-one .entry-content-small {
    position: relative;
    padding: 25px 20px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px
}

.Blogs-post-item-one .entry-content-small:after,
.Blogs-post-item-one .entry-content:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    background-color: rgba(119, 119, 119, .2);
    transition: .3s
}

.Blogs-post-item-one .entry-content .post-meta ul li {
    margin-bottom: 13px
}

.Blogs-post-item-one .entry-content h3.title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px
}

.Blogs-post-item-one .entry-content .btn-link {
    color: #0c1239;
    font-weight: 500
}

.Blogs-post-item-two .post-thumbnail .date {
    position: absolute;
    bottom: -30px;
    left: 30px;
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
    border-bottom: none;
    border-radius: 30px 0 0;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--heading-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 24px
}

.Blogs-post-item-two .post-thumbnail .date:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background-color: var(--heading-color);
    bottom: 0;
    left: 0
}

.Blogs-post-item-two .post-thumbnail .date span {
    font-size: 14px;
    font-weight: 500
}

.Blogs-post-item-two .entry-content {
    padding: 55px 40px 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none
}

.Blogs-post-item-two .entry-content h3.title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px
}

.Blogs-details-section .comments .comment-list .comment .comment-body .comment-content p,
.Blogs-post-item-two .entry-content .post-meta,
.footer-area-one .footer-widget .widget.footer-widget-nav ul.widget-nav li,
.shop-review-area .form_group ul.rating li {
    margin-bottom: 10px
}

.Blogs-post-item-two .entry-content .post-meta ul li span {
    font-size: 14px;
    margin-bottom: 10px
}

.Blogs-post-item-two .entry-content .main-btn {
    padding: 7px 22px;
    font-size: 14px
}

.Blogs-details-wrapper .Blogs-post-item .entry-content h3 {
    font-size: 30px;
    margin-bottom: 20px
}

.Blogs-share ul li a {
    color: var(--white);
    padding: 7px 20px;
    border-radius: 30px
}

.Blogs-share ul li a.facebook {
    background-color: #275baa
}

.Blogs-share ul li a.twitter {
    background-color: #28c8f0
}

.Blogs-share ul li a.linkedin {
    background-color: #0e76a8
}

.sidebar-widget-area .widget {
    padding: 25px 30px 30px;
    background-color: #f8f8f8
}

.sidebar-widget-area .widget h4.widget-title {
    position: relative;
    font-weight: 500;
    margin-bottom: 25px;
    padding-bottom: 15px
}

.sidebar-widget-area .widget.search-widget .form_control {
    height: 60px
}

.sidebar-widget-area .widget.search-widget .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    color: var(--heading-color);
    background-color: var(--primary-color)
}

.sidebar-widget-area .widget.categories-widget ul.widget-link li {
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 10px
}

.sidebar-widget-area .widget.categories-widget ul.widget-link li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.sidebar-widget-area .widget.categories-widget ul.widget-link li a {
    display: block;
    color: #3a416f;
    font-weight: 500;
    font-size: 18px
}

.sidebar-widget-area .widget.widget-tag-cloud a {
    background-color: #dfdada;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    color: var(--heading-color);
    padding: 4px 15px;
    margin-bottom: 10px;
    margin-right: 5px
}

.Blogs-details-section .comments .comment-box {
    overflow: hidden;
    background: var(--color-white);
    padding: 30px 30px 0;
    border: 1px solid var(--bc) !important
}

.Blogs-details-section .comments .name {
    margin-top: -3px;
    margin-bottom: 2px
}

.Blogs-details-section .comments .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.Blogs-details-section .comments .comment-list .comment .comment-body {
    display: flex;
    margin-bottom: 30px
}

.Blogs-details-section .comments .comment-list .comment .comment-body .comment-author {
    -webkit-padding-end: 16px;
    padding-inline-end: 16px;
    max-width: 100px
}

.Blogs-details-section .comments .comment-list .comment .comment-body .comment-author .lazy-container,
.technology-box .categories-item-one {
    height: auto
}

.Blogs-details-section .comments .comment-list .comment .comment-body .comment-content .btn-text {
    color: var(--primary-color);
    display: inline-block;
    line-height: 1
}

.Blogs-details-section .comments .comment-list .comment .children {
    list-style-type: none;
    padding: 0;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px
}

.Blogs-details-section .comments .comment-list .comment .children .comment-body {
    -webkit-padding-start: 35px;
    padding-inline-start: 35px;
    margin-bottom: 25px
}

.sponsor-slider-one .slick-track {
    display: flex;
    align-items: center
}

.sponsor-item-one {
    padding: 0 20px;
    text-align: center
}

.sponsor-item img {
    margin: auto;
    filter: grayscale(1);
    width: 100px
}

.partner-logos img:hover,
.sponsor-item:hover img {
    filter: none
}

.sponsor-slider-two {
    margin-left: -15px;
    margin-right: -15px
}

.sponsor-item-two {
    margin-left: 15px;
    margin-right: 15px
}

.sponsor-item-two a {
    display: block;
    background-color: var(--light-gray);
    padding: 25px 50px
}

.newsletter-wrapper-one {
    position: relative;
    padding: 50px 30px;
    margin-bottom: -120px;
    z-index: 2;
    transform: skewX(-10deg)
}

.newsletter-wrapper-one::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 60px);
    margin-inline: auto;
    content: '';
    background-color: var(--primary-color);
    z-index: -2
}

.newsletter-wrapper-one:after {
    position: absolute;
    top: -50px;
    left: 5px;
    content: '';
    width: 75px;
    height: 175px;
    z-index: -1;
    background: #434242;
    clip-path: polygon(35% 31%, 34% 100%, 0% 100%);
    opacity: 0
}

.newsletter-wrapper-one .newsletter-content-box {
    transform: skewX(10deg);
    overflow: hidden
}

.newsletter-wrapper-one .newsletter-form .form_control {
    padding: 0 40px;
    height: 70px;
    clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%)
}

.newsletter-wrapper-one .newsletter-form .newsletter-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #434242;
    padding: 20px 40px;
    color: var(--white);
    clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%)
}

.newsletter-wrapper-two:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(251, 163, 28, .9);
    z-index: -1
}

.newsletter-wrapper-two .newsletter-content-box .form_control {
    height: 70px
}

.newsletter-wrapper-two .newsletter-content-box .newsletter-btn {
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 21px 24px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500
}

.footer-area-one:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #434242f7;
    z-index: -1
}

.footer-area-one .footer-widget {
    padding-top: 80px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.footer-area-one .footer-widget .widget h4.widget-title {
    margin-bottom: 30px;
    color: var(--white);
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 100
}

.footer-area-one .footer-widget .widget.about-widget p {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 25px
}

.footer-area-one .footer-widget .widget.about-widget .social-box h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff
}

.footer-area-one .footer-widget .widget.about-widget .social-box ul.social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    color: var(--primary-color);
    align-items: center;
    justify-content: center;
    transition: .3s
}

.faq-wrapper-one .card .card-header[aria-expanded=true],
.footer-area-one .footer-widget .widget.about-widget .social-box ul.social-link li a:hover,
.footer-area-two .footer-top ul.social-link li a:hover {
    background-color: var(--primary-color);
    color: var(--white)
}

.footer-area-one .footer-widget .widget.footer-widget-nav ul.widget-nav li:before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primary-color);
    vertical-align: middle;
    margin-right: 20px
}

.footer-area-one .footer-widget .widget.contact-info-widget {
    padding-left: 25px
}

.footer-area-one .footer-widget .widget.contact-info-widget .contact-info-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.footer-area-one .footer-widget .widget.contact-info-widget .contact-info-list li .icon {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: var(--primary-color)
}

.footer-area-one .footer-widget .widget.contact-info-widget .contact-info-list li .icon i {
    color: #fff;
    font-size: 18px
}

.cart-btn i.fa-phone,
.footer-area-one .footer-widget .widget.contact-info-widget .contact-info-list li .icon i.fa-phone,
.information-list-item .information-item .icon i.fa-phone {
    transform: rotate(90deg)
}

.footer-area-one .copyright-area {
    padding: 25px 0
}

.footer-area-two .footer-top {
    padding: 120px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.footer-area-two .footer-top .footer-logo {
    display: block;
    margin-bottom: 60px
}

.footer-area-two .footer-top ul.social-link li span.title {
    font-size: 20px;
    line-height: 30px;
    color: var(--white);
    margin-right: 10px
}

.footer-area-two .footer-top ul.social-link li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #24294c;
    color: var(--white);
    font-size: 14px;
    transition: .4s;
    margin-left: 5px;
    margin-right: 5px
}

.footer-area-two .footer-widget {
    padding-top: 100px
}

.product-filter .form_control,
.product-filter .nice-select {
    padding: 0 20px;
    border: 1px solid var(--bc);
    margin-bottom: 20px
}

.categories-item-one {
    position: relative;
    background-color: #fafafa;
    padding: 50px 35px 40px;
    height: 325px;
    transition: .3s
}

.categories-item-one:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--heading-color)
}

.categories-item-one:hover .icon i {
    color: var(--heading-color);
    background-color: var(--primary-color);
    border-radius: 40px 40px 0
}

.categories-item-one:hover .content h5 {
    color: var(--white);
    margin-bottom: 30px
}

.categories-item-one .icon i {
    width: 90px;
    height: 80px;
    background-color: #1caaaa3b;
    border-radius: 40px 0 40px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 40px;
    color: var(--primary-color);
    transition: .3s
}

.categories-item-one .content h5 {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.product-filter .form_group i {
    position: absolute;
    top: 17px;
    right: 20px
}

.product-filter .form_control {
    border-radius: 4px
}

.product-filter .nice-select {
    border-radius: 4px;
    height: 50px;
    line-height: 50px
}

.product-item-one {
    border: 1px solid var(--bc)
}

.product-item-one .product-info {
    padding: 25px 30px 30px
}

.product-item-one .product-info h3.title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 5px
}

.filter-products-list .single-method label {
    margin-bottom: 0;
    line-height: 15px
}

.product-item-two:hover .product-img .product-overlay {
    height: 100%;
    visibility: visible;
    opacity: 1
}

.product-item-two:hover .product-img .product-overlay .product-meta .cart-btn,
.product-item-two:hover .product-img .product-overlay .product-meta .img-popup,
.product-item-two:hover .product-img .product-overlay .product-meta .wishlist-btn {
    transform: translateY(0)
}

.product-item-two .product-img,
.team-item-one .team-img {
    position: relative;
    overflow: visible
}

.product-item-two .product-img .product-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5%;
    background-color: rgba(12, 18, 57, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.checkout-area-section .payment-options .accordion-header,
.product-item-two .product-img .product-overlay .product-meta {
    display: flex
}

.product-item-two .product-img .product-overlay .product-meta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: var(--heading-color);
    border-radius: 50%;
    background-color: var(--primary-color);
    margin-left: 7px;
    margin-right: 7px
}

.product-item-two .product-img .product-overlay .product-meta .img-popup {
    transform: translateY(40px);
    transition: .4s
}

.product-item-two .product-img .product-overlay .product-meta .cart-btn {
    transform: translateY(50px);
    transition: .5s
}

.product-item-two .product-img .product-overlay .product-meta .wishlist-btn {
    transform: translateY(60px);
    transition: .6s
}

.product-item-two .product-info {
    padding-top: 26px
}

.product-item-two .product-info h3.title {
    font-size: 20px;
    line-height: 30px
}

.product-item-two .product-info span.price,
.products-details-wrapper .product-info span.price,
a {
    font-weight: 600;
    color: var(--primary-color)
}

.product-item-two .product-info span.price span.pre-price {
    margin-left: 5px;
    text-decoration: line-through;
    font-weight: 400
}

.products-gallery-wrap .products-big-slider .slick-arrow,
.products-gallery-wrap .products-thumb-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 14px;
    background-color: var(--primary-color);
    color: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.products-gallery-wrap .products-big-slider .slick-arrow:hover,
.products-gallery-wrap .products-thumb-slider .slick-arrow:hover {
    background-color: var(--heading-color);
    color: var(--primary-color)
}

.products-gallery-wrap .products-thumb-slider {
    margin-left: -10px;
    margin-right: -10px
}

.products-gallery-wrap .products-thumb-slider .product-img {
    margin-left: 10px;
    margin-right: 10px
}

.products-details-wrapper .product-info ul.rating {
    margin-bottom: 5px
}

.products-details-wrapper .product-info span.price span.pre-price {
    font-weight: 400;
    text-decoration: line-through
}

.products-details-wrapper .product-info .button .main-btn {
    margin-right: 10px;
    margin-bottom: 10px
}

.products-details-wrapper .product-info .product-tags a {
    color: var(--heading-color);
    font-weight: 600;
    margin-left: 10px
}

.description-wrapper .description-tabs .nav-link {
    position: relative;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    color: var(--heading-color);
    padding: 0 0 10px;
    margin-right: 20px;
    font-weight: 600
}

.description-wrapper .description-tabs .nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.shop-review-area .shop-review-user .thumb {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    margin-right: 20px
}

.shop-review-area .shop-review-user .content span.date {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: var(--heading-color)
}

.shop-review-area .shop-review-user .content .rating li {
    font-size: 14px;
    line-height: 20px
}

.shop-review-area .form_group .form_control {
    height: 150px;
    border: 1px solid var(--bc);
    border-radius: 5px;
    margin-bottom: 20px
}

.shop-review-area .form_group ul.rating li:after {
    display: inline-block;
    content: '|';
    margin-left: 10px;
    margin-right: 7px
}

.team-item-one:hover .team-img:after {
    width: 100%;
    clip-path: none;
    height: 100%
}

.team-item-one:hover .team-img .team-social {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.team-item-one .team-img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    content: '';
    background-color: rgb(28 170 170 / 80%);
    clip-path: polygon(0 0, 100% 0, 0 95%);
    z-index: 1;
    transition: .3s
}

.team-item-one .team-img .team-social {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transform: translateY(-20px);
    visibility: hidden;
    opacity: 0;
    transition: .4s
}

.team-item-one .team-img .team-social ul.social-link li {
    display: inline-block;
    margin-left: 7.5px;
    margin-right: 7.5px
}

.team-item-one .team-info {
    padding-top: 23px
}

.team-item-one .team-info h3.title,
.team-item .team-info h3.title{
    font-size: 20px;
    line-height: 30px;
    font-family: var(--roboto)
}

.widget.faq-nav-widget {
    padding: 45px 20px 50px
}

.widget.faq-nav-widget .nav-tabs .nav-item {
    flex: 0 0 auto;
    width: 100%
}

.widget.faq-nav-widget .nav-tabs .nav-link {
    display: block;
    border: none;
    background-color: transparent;
    font-weight: 500;
    font-size: 18px;
    color: #3a416f
}

.faq-wrapper-one .card {
    border-radius: 0;
    border: none
}

.faq-wrapper-one .card .card-header {
    background-color: #f9f9f9;
    color: #3a416f;
    font-weight: 500;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faq-wrapper-one .card .card-header[aria-expanded]:after {
    display: inline-block;
    content: '\f107';
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    float: right;
    transition: .3s;
    margin-left: 15px
}

.faq-wrapper-one .card .card-header[aria-expanded=true]:after {
    transform: rotate(-180deg)
}

.faq-wrapper-one .card .card-body {
    border: 1px solid #f9f9f9;
    border-top: none;
    padding: 15px 20px
}

.information-list-item .information-item {
    display: flex;
    align-items: center;
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 20px
}

.information-list-item .information-item .icon {
    transition: .3s
}

.information-list-item .information-item .info {
    margin-left: 20px
}

.information-list-item .information-item .icon i {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    transition: .7s
}

.information-list-item .information-item .info p {
    line-height: 26px;
    font-weight: 500;
    color: #212529
}

.contact-wrapper .section-title span.span {
    font-weight: 500;
    font-size: 18px;
    color: var(--primary-color)
}

.contact-wrapper .contact-form .form_control {
    height: 60px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    border-radius: 10px
}

.contact-wrapper .contact-form .nice-select {
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    margin-bottom: 20px
}

.contact-wrapper .contact-form textarea.form_control {
    height: 150px
}

.cart-area-section .total-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.cart-area-section .cart-table thead {
    background-color: #eaeaea
}

.cart-area-section .cart-table thead tr th {
    padding: 10px 20px;
    color: var(--heading-color)
}

.cart-area-section .cart-table tbody tr td {
    padding: 15px 0;
    border-bottom: 1px solid var(--bc)
}

.cart-area-section .cart-table tbody .title h3.prod-title,
.checkout-area-section .bottom .cart-table tbody .product-title .prod-title {
    font-size: 20px
}

.cart-area-section .cart-table tbody .qty .quantity-input {
    max-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-area-section .cart-table tbody .qty .quantity-input .quantity-down,
.cart-area-section .cart-table tbody .qty .quantity-input .quantity-up,
.cart-area-section .cart-table tbody .qty .quantity-input input {
    width: 50px;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    cursor: pointer
}

.cart-area-section .cart-table tbody .qty .quantity-input input {
    border-left: none;
    border-right: none
}

.cart-area-section .cart-table tbody .unit-price .available-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart-area-section .cart-table tbody .unit-price .available-info span.icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    margin-right: 10px
}

.cart-area-section .cart-middle {
    float: right;
    margin-top: 20px
}

.cart-area-section .cart-middle .cart-btn {
    display: inline-block;
    margin-left: 15px;
    padding: 10px 30px;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 4px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.cart-area-section .cart-middle .cart-btn:hover {
    background-color: #14212b;
    color: #fff
}

.checkout-area-section .form_group label {
    display: block;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px
}

.checkout-area-section .form_group .form_control {
    border: 1px solid #e5e5e5
}

.checkout-area-section .bottom,
.checkout-area-section .payment-options .placeorder-button {
    margin-top: 30px
}

.checkout-area-section .bottom .table-one {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px
}

.checkout-area-section .bottom .cart-table tbody input {
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    padding: 0 10px
}

.checkout-area-section .bottom .cart-table tbody input[type=radio],
.checkout-area-section .payment-options input[type=radio] {
    width: 15px;
    height: 15px
}

.checkout-area-section .bottom .cart-table tbody tr td p {
    line-height: 18px
}

.checkout-area-section .bottom .cart-total .cart-total-table {
    border: 1px solid #e8e6f4;
    border-radius: 6px
}

.checkout-area-section .bottom .cart-total .cart-total-table li {
    border-bottom: 1px solid #e8e6f4
}

.checkout-area-section .bottom .cart-total .cart-total-table li span.col {
    position: relative;
    display: block;
    float: left;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    padding: 10px 18px;
    width: 50%
}

.checkout-area-section .bottom .cart-total .cart-total-table li span.col.col-title {
    border-right: 1px solid #e8e6f4
}

.checkout-area-section .coupon {
    position: relative;
    display: block;
    background: #f8f7ff;
    padding: 20px 28px 21px;
    margin-bottom: 60px;
    border-radius: 5px
}

.checkout-area-section .coupon .form-control,
.checkout-area-section .coupon button {
    border-radius: 0 !important
}

.checkout-area-section .coupon .btn {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px
}

.checkout-area-section .payment-options {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #e8e6f4;
    padding: 23px 20px 35px;
    border-radius: 6px
}

.checkout-area-section .payment-options .accordion-header label {
    margin-bottom: 0;
    line-height: 17px;
    margin-left: 10px;
    cursor: pointer
}

.user-area-section .user-form .form_group .form_control {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px
}

.user-area-section .user-form input[type=checkbox],
.user-area-section .user-form input[type=radio] {
    width: 13px;
    height: 13px
}

.user-area-section .user-form .form_checkbox {
    display: flex;
    margin-bottom: 20px
}

.user-area-section .user-form .form_checkbox label {
    line-height: 15px
}

@media only screen and (max-width:767px) {

    .counter-item,
    .dataTables_length {
        margin-bottom: 20px
    }

    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_paginate {
        float: none
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }

    .hero-slide {
        min-height: 350px !important
    }
    
    

    .counter-item-one .content h2,
    .hero-slider h1,
    .hero-slider h2,
    .hero-slider h3 {
        font-size: 30px !important;
        line-height: 40px !important
    }

    .banner-boxes-section .counter-item-one .content h2 {
        font-size: 40px !important
    }

    .testimonial-item-one {
        padding: 30px 20px 25px !important
    }

    .pb-100 {
        padding-bottom: 30px !important
    }

    .pt-100 {
        padding-top: 30px !important
    }

    .about-widget,
    .mb-60,
    .mb-sm-55,
    .section-title.mb-50,
    .testimonial-item-one .testimonial-content p {
        margin-bottom: 20px !important
    }

    .Blogs-arrows-one .slick-arrow {
        width: 25px !important;
        height: 25px !important
    }

    .testimonial-item-second-box {
        padding: 15px 20px !important
    }

    .cta-area {
        height: 200px;
        background-size: cover;
        margin-top: 25px
    }

    .categories-item-one .icon i {
        width: 50px !important;
        height: 50px !important;
        font-size: 30px !important
    }

    .about-content-box-one p,
    .about-us-description p {
        text-align: left !important
    }

    .counter-item-one .icon {
        width: 50px;
        height: 50px
    }

    .categories-item-one {
        height: 280px !important
    }

    .footer-area-one .footer-widget {
        padding-top: 40px !important
    }

    .navtabs,
    .vision-mission .features-item-one {
        padding: 10px !important
    }

    .equipment-details-section .description-wrapper {
        padding: 20px 0
    }

    .product-parallax i {
        font-size: 30px !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .pricing-item .pricing-info .price-info {
        padding: 22px 30px 16px 25px !important
    }

    .pricing-item-three .pricing-info .pricing-body {
        padding: 15px !important
    }

    h1 {
        font-size: 30px !important;
        line-height: 1.2
    }
}

.error-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh
}

.error-area .error-content img {
    max-width: 70%
}

.error-area .error-content h3 {
    margin-bottom: 20px;
    font-size: 40px
}

.error-area .error-content p {
    max-width: 550px;
    margin: auto auto 20px
}

.coming-soon-area {
    display: flex;
    align-items: center;
    height: 100vh
}

.coming-soon-area .coming-soon-box {
    max-width: 640px;
    margin: 0 auto;
    padding: 60px 30px;
    border: 2px solid var(--primary-color);
    background-color: #fff;
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1)
}

.coming-soon-area .coming-soon-box .title-box {
    text-align: center;
    margin-bottom: 30px
}

.coming-soon-area .coming-soon-box .title-box .title {
    margin-top: -2px;
    margin-bottom: 10px
}

.coming-soon-area .coming-soon-box #timer .counter {
    width: 100px;
    height: 105px;
    margin-left: 10px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f8faff
}

.coming-soon-area .coming-soon-box #timer .counter .h1 {
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0
}

.coming-soon-area .coming-soon-box #timer .counter span {
    display: block;
    color: #132150;
    font-weight: 600;
    font-size: 17px
}

.coming-soon-area .coming-soon-box .newsletter-form .input-group {
    border: 2px solid #ddd;
    -webkit-box-shadow: 0 15px 32px 0 rgba(97, 78, 249, .08);
    box-shadow: 0 15px 32px 0 rgba(97, 78, 249, .08);
    background-color: #fff
}

.coming-soon-area .coming-soon-box .newsletter-form .input-group ::-webkit-input-placeholder {
    color: #8c929d
}

.coming-soon-area .coming-soon-box .newsletter-form .input-group :-ms-input-placeholder {
    color: #8c929d
}

.coming-soon-area .coming-soon-box .newsletter-form .input-group ::-ms-input-placeholder {
    color: #8c929d
}

.coming-soon-area .coming-soon-box .newsletter-form .input-group ::placeholder {
    color: #8c929d
}

.newsletter-form .input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 3px;
    background-color: rgba(255, 255, 255, .259)
}

.newsletter-form .input-group .form-control {
    height: auto;
    border: none;
    border-radius: 0;
    padding: 15px 25px;
    background-color: transparent
}

.pagination-nav .page-link {
    color: var(--heading-color);
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    padding: 0;
    font-size: 16px;
    border-color: transparent
}

.pagination-nav .page-item:first-child .page-link,
.pagination-nav .page-item:last-child .page-link {
    border-radius: 0
}

.pagination-nav .page-item.active .page-link,
.pagination-nav .page-item:hover .page-link {
    color: #fff;
    background-color: var(--primary-color);
    border-color: transparent
}

.pagination-nav .page-item.next:hover,
.pagination-nav .page-item.prev:hover {
    color: var(--primary-color);
    background: 0 0
}

.header-navigation.sticky .main-menu ul li>a {
    color: #111;
    padding: 28px 12px
}

.pricing-body .info-list li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    font-size: 15px
}

.pricing-body .info-list li a {
    font-size: 15px
}

.pricing-body h5 {
    margin-bottom: 20px;
    text-transform: uppercase
}

.categories-area {
    background: #f3f3f3;
    position: relative;
    z-index: 1
}

.about-area {
    background: url(../images/bg-patter.webp) bottom/contain no-repeat #f9f9f9
}

.categories-item .main-btn-primary:hover:after {
    background-color: #1caaaa
}

.categories-item .main-btn-primary:hover,
.testimonial-slider-one .slick-dots li.slick-active,
.top-right ul li a {
    color: #434242
}

.copyright-text {
    color: #ccc;
    font-size: 13px;
    letter-spacing: .5px
}

.submenu-position {
    position: inherit !important
}

.mega-submenu {
    width: 95% !important;
    padding: 10px;
    left: 30px !important
}

.mega-submenu .resp-tabs-container .col-md-3 a {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px
}

.mega-submenu h4 {
    font-size: 14px;
    padding: 10px 0;
    letter-spacing: 0;
    line-height: 23px;
    font-weight: 500;
    text-align: center;
    background-color: #f8f8f8
}

.margin-auto,
.social-section {
    margin: 0 auto
}

.banner-boxes-section .testimonial-item,
.header-area-one .sticky .primary-menu {
    background: #fff
}

.sticky .primary-menu {
    display: flex !important;
    justify-content: space-between !important
}

.banner-boxes-section {
    margin-top: -30px;
    background: #f9f9f9
}

.testimonial-item-second-box {
    background: #1caaaa !important;
    padding: 60px 40px
}

.banner-boxes-section .testimonial-item p {
    margin-bottom: 0 !important;
    min-height: auto !important;
    text-align: left
}

.banner-boxes-section .counter-item-one .content h2 {
    font-size: 80px
}

.banner-boxes-section .testimonial-item-one .testimonial-content h5 {
    margin-top: 20px
}

.years-text {
    font-size: 60px;
    color: #1caaaa;
    font-weight: 600;
    top: 10px;
    position: relative
}

.testimonial-slider-one .slick-dots li {
    position: relative;
    cursor: pointer;
    list-style-type: disc;
    float: left;
    margin: 0 10px;
    color: #1caaaa;
    font-size: 25px
}

.blog-boxes .price-info h3,
.milestone-text {
    font-size: 18px;
    text-align: center
}

.testimonial-slider-one .slick-dots {
    display: block;
    padding: 0;
    list-style: none;
    text-align: center;
    width: fit-content;
    margin: 20px auto 0
}

.recycle-image {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 18s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 18s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 18000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 18s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.categories-area:after {
    content: '';
    background: url(../images/dots.webp) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -55px;
    z-index: -1
}

.counter-area {
    z-index: 2
}

.global-presence {
    margin-top: 50px
}

.Blogs-post-item:hover img {
    opacity: .5;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.cta-area:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

.description-area .description-wrapper:after,
.technical-data-details:before {
    background: url(../images/dots.webp) no-repeat;
    position: absolute;
    z-index: -1;
    opacity: .3;
    content: ''
}

.iso-text {
    text-align: center;
    color: #434242
}

.center-btm-line:after {
    right: 0;
    margin: auto
}

.product-parallax {
    background-attachment: fixed;
    background-position: center
}

.product-parallax h6 {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px
}

.product-parallax i {
    font-size: 40px;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 25px
}

.border-right-prd {
    border-right: 1px solid rgba(255, 255, 255, .3)
}

.parallax-feature-box-bottom {
    position: absolute;
    bottom: -30%;
    left: 0
}

.popup-youtube {
    width: 100%;
    background: #1caaaa;
    padding: 10%;
    text-align: center;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px
}

.popup-youtube p {
    line-height: 23px;
    color: #fff
}

.technologybox img {
    margin-bottom: 20px;
    height: 300px
}

.technologybox {
    background: #f9f9f9;
    border-radius: 20px
}

.technologybox h5 {
    margin-bottom: 20px;
    letter-spacing: .5px
}

.technologybox p {
    margin-bottom: 0;
    line-height: 25px;
    padding: 0 20px 20px;
    font-size: 15px
}

.rwd-table td,
.rwd-table th {
    padding: 10px;
    border: 1px solid #ccc
}

.rwd-table {
    padding: 20px;
    width: 100%
}

.rwd-table tr {
    border: 1px solid #ccc
}

.rwd-table th {
    color: #fff;
    background: #1caaaa;
    font-weight: 400
}

.rwd-table tr:nth-child(2n) {
    background: #f6f6f6
}

.description-area .description-wrapper:after {
    width: 100%;
    height: 100%;
    left: -8%;
    top: 10%
}

.technical-data-details:before {
    width: 225px;
    height: 100px;
    right: -10%;
    bottom: 28%
}

.product-menu {
    position: sticky;
    top: 70px;
    width: 100%;
    z-index: 2 !important
}

.product-menu .main_nav_wrap ul li a {
    padding: 12px 20px;
    display: block;
    color: #fff;
    transition: .3s;
    background-color: transparent
}

.product-menu .main_nav_wrap ul li a &:hover {
    text-decoration: none;
    background-color: lighten(#1caaaa, 10)
}

.product-menu .main_nav_wrap ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none
}

.product-menu .main_nav_wrap {
    width: 100%;
    display: block;
    background-color: #1caaaa
}

.mission-box,
.vision-box,
.vision-mission .features-item-one {
    background-color: var(--light-bg);
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    text-align: center
}

.rwd-table td i {
    background: #1caaaa;
    border-radius: 100%;
    color: #fff;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center
}

.about-parallax {
    background-position: center;
    background-size: cover;
    height: 650px
}

.about-us-description h5 {
    font-size: 32px;
    line-height: 40px;
    color: #333;
    font-family: roboto
}

.mission-box,
.vision-box {
    padding: 34px 20px 29px;
    min-height: 340px
}

.file-wrapper,
.responstable {
    width: 100%;
    background: #fff;
    overflow: hidden
}

.vision-mission .features-item-one {
    padding: 30px;
    min-height: 460px;
    border: 0
}

.vision-mission .features-item-one .icon {
    margin: 0 auto 25px
}

.info-lists li:before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--heading-color);
    margin-right: -7px;
    left: -15px;
    position: relative
}

.responstable th:first-child,
.responstable th:nth-child(2) {
    display: table-cell;
    font-weight: 400
}

strong {
    color: #000
}

.partner-logos img {
    padding: 20px;
    margin: 0 auto 50px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    filter: grayscale(1);
    transition: .1s
}

.mixed-waste-recycling-product h4 {
    margin: 20px 0
}

.prod-video-sec .popup-youtube {
    height: 200px;
    border: 1px solid #43424214
}

.Blogs-data h4 {
    margin-bottom: 10px;
    margin-top: 10px
}

.Blogs-data .block-quote {
    position: relative;
    background: #f3f3f3;
    padding: 20px
}

.mb-10 {
    margin-bottom: 10px !important
}

.exhibitions-details ul.social-link li {
    width: 100%;
    height: 100%;
    line-height: 15rem;
    margin: 0 !important
}

.exhibitions-details ul.social-link li a {
    width: 100%;
    height: 100%;
    text-align: center
}

.exhibitions-details ul.social-link li a i {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 30px
}

.description-area ul.info-lists {
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    padding: 40px
}

.cta-content-box-one {
    margin-bottom: 40px
}

.product-grid-sec .Blogs-post-item-one .entry-content {
    min-height: 210px !important
}

.blog-boxes .price-info {
    padding: 20px !important
}

.blog-boxes .pricing-bottom {
    margin: 20px auto 0;
    text-align: center
}

.file-wrapper {
    padding: 0 20px;
    position: relative;
    margin-bottom: 12px;
    margin-left: 0;
    border: 1px solid #ddd;
    cursor: pointer;
    font-family: Quicksand, sans-serif
}

.file-wrapper input {
    left: 0;
    opacity: .01;
    cursor: pointer;
    position: absolute
}

.file-wrapper .file-button {
    color: #fff;
    float: left;
    cursor: pointer;
    margin-left: -20px;
    padding: 15px;
    background: #1caaaa !important;
    display: inline-block
}

.alert.alert-danger,
.alert.alert-success {
    padding: 10px 15px;
    letter-spacing: .5px;
    line-height: 28px
}

.file-holder {
    top: 15px;
    position: absolute;
    left: auto;
    color: #000
}

.file-button i {
    margin-right: 8px
}

.inner-form-row {
    padding: 0;
    align-items: center;
    margin: 0
}

.responstable {
    margin: 0 0 1em;
    color: #024457
}

.responstable tr {
    border: 1px solid #f3f3f3
}

.responstable tr:nth-child(odd) {
    background-color: #f3f3f3
}

.responstable th {
    display: none;
    border: 1px solid #fff;
    background-color: #434242;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    text-transform: uppercase !important;
    letter-spacing: 1px
}

.responstable th:nth-child(2):after {
    content: attr(data-th)
}

.responstable td {
    display: block;
    word-wrap: break-word;
    max-width: 16em
}

.responstable td:first-child {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #d9e4e6;
    line-height: 24px
}

.responstable td,
.responstable th {
    text-align: left;
    padding: .5em 1em;
    border-bottom: 1px solid #d9e4e6
}

.opening-btn,
.opening-btn:focus,
.opening-btn:hover {
    background-color: #1caaaa;
    border-color: #1caaaa
}

.opening-btn:hover {
    color: #fff;
    opacity: .9
}

#form_process {
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 1.1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 1.1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 1.1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    visibility: hidden;
    color: #000
}

#error_data {
    color: red;
    font-size: 14px;
    margin: 0 0 10px;
    line-height: normal
}

.alert.alert-danger p {
    color: #fff;
    background: red;
    border-radius: 24px;
    padding: 10px
}

.alert.alert-danger {
    color: #454545;
    background-color: #ffb4b4;
    font-weight: 700
}

.alert.alert-success {
    color: #508e14;
    background: #f0f0f0;
    font-weight: 700
}

.equipment-details-section .content,
.equipment-details-section2 .content {
    padding: 50px 20px 20px;
    max-width: 1000px;
    margin: 0 auto
}

@-webkit-keyframes spinnerRotate {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes spinnerRotate {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-ms-keyframes spinnerRotate {
    from {
        -ms-transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg)
    }
}

.home-page-header .brand-logo img.main-logo {
    filter: invert(1) brightness(111);
    width: 160px
}

.sticky-logo {
    width: 130px;
    padding: 10px 0
}

.footer-widget .brand-logo img {
    filter: invert(1) brightness(111)
}

.brand-logo img {
    width: 120px
}

.footer-area .brand-logo img {
    width: 270px
}

iframe {
    width: 700px;
    height: 450px
}

.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.rwd-table td:first-child {
    padding-top: .5em
}

.rwd-table td:last-child {
    padding-bottom: .5em
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: 700;
    width: 7.5em;
    display: inline-block
}

.rwd-table td,
.rwd-table th {
    text-align: left;
    margin: .5em 1em
}

@media (min-width:480px) {
    .responstable th:nth-child(2) span {
        display: block
    }

    .responstable th:nth-child(2):after,
    .rwd-table td:before {
        display: none
    }

    .responstable td {
        border: 1px solid #d9e4e6
    }

    .responstable td,
    .responstable th {
        display: table-cell;
        padding: 10px;
        text-align: center;
        line-height: 20px
    }

    .rwd-table td,
    .rwd-table th {
        display: table-cell;
        padding: 1em !important
    }

    .rwd-table td:first-child,
    .rwd-table th:first-child {
        padding-left: 0
    }

    .rwd-table td:last-child,
    .rwd-table th:last-child {
        padding-right: 0
    }
}

@media (min-width:768px) {
    .table_cus tr:first-child {
        display: none
    }
}

.footer-area {
    background-image: url(../images/bg/footer-bg-1.webp)
}

.cntr-bg {
    background-image: url(../images/bg/counter-bg-1-v2.webp)
}

.cntr-bg.fix-attachment {
    background-attachment: fixed !important
}

.cta-area {
    background-image: url(../images/bg/cta-bg-1.webp);
    background-position: center
}

.slide-1 {
    background-image: url(../images/banner/hero-bg-slider-1-v2.webp)
}

.slide-2 {
    background-image: url(../images/banner/hero-bg-slider-2-v2.webp)
}

.news-exhibition .team-img img,
.product-main-img img {
    border-radius: 20px
}

.btn-box a {
    width: 50% !important;
    text-align: center;
    border-radius: 10px;
    overflow: hidden
}

.color-section {
    background-color: #f2f2f2;
    padding: 100px 0;
    min-height: 600px
}

.exhibitions-details input[type=radio][id=domestic-events]:checked+label,
.exhibitions-details input[type=radio][id=international-events]:checked+label,
.navtabs {
    background: #1caaaa
}

#three-container canvas {
    position: absolute;
    left: -60%;
    top: -100px;
    overflow: hidden !important
}

#three-container canvas img {
    overflow: hidden !important;
    border-radius: 25px
}

.af-list ul {
    list-style: none;
    margin-top: 50px
}

.af-list ul li {
    list-style: none;
    line-height: 1.8;
    background-color: #e5e5e5;
    margin-bottom: 10px;
    padding: 15px 15px 15px 40px;
    position: relative;
    border-radius: 15px
}

.af-list ul li::before {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    content: '\f00c';
    font-family: fontAwesome
}

.gallery-area {
    padding-top: 150px;
    padding-bottom: 30px
}

.navtabs {
    flex-wrap: wrap;
    margin-top: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    border-radius: 8px;
    padding: 0 20px;
    position: relative
}

.navtab {
    margin: 0 10px;
    padding: 10px 20px;
    cursor: pointer;
    color: #fff;
    transition: color .3s
}

.navtab.active {
    color: #1caaaa;
    font-weight: 600;
    background: #fff
}

.underline {
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #fff;
    transition: left .3s, width .3s
}

.compare-img {
    margin-top: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 300px;
    border: 2px solid #fff
}

.arrow,
.slick-next,
.slick-prev,
.slider-arrows {
    top: 50%;
    transform: translateY(-50%)
}

.compare-img .background-img {
    background-image: url('../images/transition/input1.jpg')
}

.compare-img .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 1000px 100%
}

.compare-img .foreground-img {
    background-image: url('../images/transition/output1.jpg');
    width: 51%
}

.compare-img .slider {
    position: absolute;
    left: 1%;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: 0 0;
    outline: 0;
    margin: 0;
    transition: .2s
}

.compare-img .slider-button {
    pointer-events: none;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: calc(50% - 16px);
    top: calc(50% - 14px);
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.bg-blog-header {
    background-image: url(../images/inner-page-banner/Blogs.jpg)
}

.bg-about-header {
    background-image: url(../images/inner-page-banner/about-us.jpg)
}

.bg-spare-header {
    background-image: url(../images/inner-page-banner/spare-parts.jpg)
}

.bg-milestones {
    background-image: url(../images/inner-page-banner/milestones.jpg)
}

.bg-leadership {
    background-image: url(../images/inner-page-banner/leadership.jpg)
}

.bg-exhibitions {
    background-image: url(../images/inner-page-banner/exhibitions.jpg)
}

.bg-partner {
    background-image: url(../images/inner-page-banner/partner-with-us.jpg)
}

.bg-service {
    background-image: url(../images/inner-page-banner/services.jpg)
}

.slick-next,
.slick-prev {
    background: 0 0;
    border: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    z-index: 100;
    background: var(--primary-color);
    border-radius: 50%;
    padding: 8px 11px;
    transition: .3s
}

.slick-prev {
    position: absolute;
    left: 10px
}

.slick-next {
    position: absolute;
    right: 10px
}

.slider-arrows {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none
}

.product-slider .slick-arrow {
    opacity: 0;
    font-size: 8px;
    z-index: 9999
}

.slider-arrows button {
    pointer-events: all
}

.product-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.product-item h4 {
    font-size: 18px
}

.hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: grab
}

.hero-slider:active {
    cursor: grabbing
}

.arrow,
.news-exhibition .team-info {
    cursor: pointer
}

.hero-slides {
    display: flex;
    transition: transform 1s
}

.hero-slide {
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 50px 0;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.arrow,
.hero-slider h1,
.hero-slider h2,
.hero-slider h3 {
    padding: 10px;
    color: #fff
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1
}

.hero-slider h1,
.hero-slider h2,
.hero-slider h3 {
    margin: 0;
    font-size: 50px;
    display: inline-block;
    line-height: 70px;
    z-index: 2;
    position: relative
}

.arrow {
    position: absolute;
    background: 0 0/contain no-repeat;
    border: none;
    font-size: 2em;
    z-index: 3;
    width: 40px;
    height: 40px
}

.left-arrow {
    left: 10px;
    background-image: url('blob:https://www.panchal-plastic.com/83eae66d-5fe1-440a-9fa0-78ad48266b00')
}

.right-arrow {
    right: 10px;
    background-image: url('blob:https://www.panchal-plastic.com/59959795-6abb-4fbe-bd07-d4cdf8e608d2')
}

.database-animation {
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background: url('path-to-database-image.png') center center/contain no-repeat;
    z-index: 2;
    animation: 2s ease-out forwards databaseFadeInUp
}

@keyframes databaseFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100px) translateX(-50%)
    }

    100% {
        opacity: 1;
        transform: translateY(0) translateX(-50%)
    }
}

.news-exhibition .team-item {
    background: #f1f1f1;
    height: 100%;
    border-radius: 20px;
    overflow: hidden
}

.news-exhibition .team-img {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.news-exhibition .team-item .team-info {
    padding: 0
}

.exhibitions-details label {
    width: 100%;
    float: left;
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    color: #222;
    padding: .5%;
    margin: .5% .5% 30px;
    cursor: pointer
}

.exhibitions-details input[type=radio][id=international-events]:checked~.international-events,
input[type=radio][id=international-events]:checked~.international-events {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    transition: 1s
}

.exhibitions-details input[type=radio][id=domestic-events]:checked~.domestic-events,
input[type=radio][id=domestic-events]:checked~.domestic-events {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0
}

.exhibitions-details .tile {
    width: 100%;
    float: left;
    transition: 1s
}

#blogdetail h2 {
    font-size: 28px
}

.section-title h3 {
    margin-bottom: 10px;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-color)
}

.section-title .sub-title {
    text-transform: capitalize;
    font-size: 20px
}

@media only screen and (max-width:576px) {
    .cta-area {
        height: 300px;
    }

    .global-presence {
        margin-top: 0;
    }

}

.blogs-new h2 {
    font-size: 25px;
}

.custom-ul li {
    position: relative;
    padding: 0px 30px;
}

.custom-ul li::before {
    position: absolute;
    content: "\f772";
    font-family: "FontAwesome";
    color: #1caaaa;
    left: 5px;
}

.pagination {
            text-align: center;
            margin: 100px 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }



   

        .jump-to-page input {
            width: 150px;
            padding: 0 15px;
            height: 45px;
            border: 1px solid #27a4a6;
            border-radius: 15px 0 0 15px;
        }

        .btn-jump {
            padding: 0px 20px;
            border-radius: 0 15px 15px 0;
            margin: 0 15px 0 0;
            border: 1px solid #27a4a6;
            background: #27a4a6;
            color: #fff;
        }

        
        .btn-jump:hover {
            background: #424242;
            color: #fff;
        }

        @media (max-width:500px) {
            .pagination {
                flex-direction: column;
            }

            .pagination a {
                margin: 10px 0;
                width: 40%;
            }
        }
        
        
.event-page h2 {
    font-size: 25px;
}

.event-page i {
    color: red;
    margin-right: 10px;
}

.event-page li {
    position: relative;
    padding-left: 20px;
}

.event-page li::before {
    content: "";
    position: absolute;
    left: 0;
}

.event-page {
    font-weight: 600;
}

.event-page li,
.event-page h2,
.event-page h4 {
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .event-page h2 {
        font-size: 20px;
    }


}

@media only screen and (max-width: 575px) {
    .event-page .list {
        flex-direction: column;
    }


}


.event-page .list {
    display: flex;
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-box {
  visibility: hidden;
  width: 320px;
  background-color: #f0f0f0;
  color: #000;
  text-align: left;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  z-index: 100;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  font-size: 14px;
  line-height: 1.4;
}

.tooltip-wrapper:hover .tooltip-box {
  visibility: visible;
}

.tooltip-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #f0f0f0 transparent transparent transparent;
}

.tooltip-icon {
  font-weight: bold;
  font-style: normal;
  background-color: #eee;
  padding: 0; /* Changed from 2px 6px */
  width: 18px; /* Added fixed width */
  height: 18px; /* Added matching height */
  border-radius: 50%; /* This makes it circular */
  border: 1px solid #ccc;
  display: inline-flex; /* Changed from inline-block */
  align-items: center; /* Center content vertically */
  justify-content: center; /* Center content horizontally */
  font-size: 13px;
  text-align: center; /* Additional centering */
  line-height: 1; /* Prevent line-height from affecting shape */
}



 .product-card {
            text-align: center;
            margin-bottom: 30px;
            transition: transform 0.3s;
        }

        .product-card img {
            width: 100%;
            height: auto;
            border-radius: 5px;
            transition: transform 0.3s;
        }

        .product-card:hover img {
            transform: scale(1.05);
        }

        .product-card h4 {
            margin-top: 10px;
            font-size: 1rem;
            color: #333;
        }

        a.product-link {
            text-decoration: none;
        }

        a.product-link:hover h4 {
            color: #2da694;
        }
        
        
i.fa-solid, i.fa-brands, i.fa-regular {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}
/* =========================
   MENU LINK (TEXT + ICON)
========================= */
.header-navigation .main-menu ul li > a {
    display: inline-flex !important;
    align-items: center;
    gap: 2px; /* space between text & icon */
    width: auto !important;
    text-decoration: none;
}

/* =========================
   DROPDOWN ICON DEFAULT
========================= */
.dd-trigger {
    display: inline-block !important;
    margin-left: 0 !important;
    padding: 0 !important;
    line-height: 1;
    vertical-align: middle;

    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease;
}

/* =========================
   HIDE ICON ON HOVER
========================= */
.header-navigation .main-menu ul li:hover .dd-trigger {
    opacity: 0;
    visibility: hidden;
}




.header-navigation .main-menu ul li .sub-menu {
    width: 150px;
    padding: 0;
}

.header-navigation .main-menu ul li .sub-menu li {
    display: block;
    width: 100%;
}

.header-navigation .main-menu ul li .sub-menu li a {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    padding: 6px 10px;
}
.header-navigation .main-menu ul li .sub-menu li:hover {
    background-color: var(--primary-color);
}
.header-navigation .main-menu ul li .sub-menu li:hover a {
    color: #fff;
}


/* MOBILE MENU FIX */
@media only screen and (max-width:1199px){

    /* Always show dropdown trigger on mobile */
    .header-navigation .main-menu ul li .dd-trigger{
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
    }

    /* Disable hover hide effect on mobile */
    .header-navigation .main-menu ul li:hover .dd-trigger{
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* Hide submenu initially on mobile */
    .header-navigation .main-menu ul li .sub-menu{
        display: none;
        position: static;
        width: 100%;
    }

    /* Show submenu when active */
    .header-navigation .main-menu ul li.active > .sub-menu{
        display: block;
    }
}