@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600&family=Nunito:wght@300;400;600;700&family=Quicksand:wght@400;500;600;700&display=swap);

.round-btn,
.template-btn,
body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.animate-float-bob-x,
.animate-float-bob-y,
.animate-zoom-fade {
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

*,
ol,
ul {
    padding: 0
}

*,
.blog-details-content blockquote p,
.portfolio-items-two.no-content .portfolio-thumb,
.related-product-wrap .related-product-slider .single-product,
.single-blog-post.quote-post .post-title,
ol,
p,
ul {
    margin: 0
}

.back-to-top,
.slick-dots li::before {
    border-radius: 50%;
    visibility: hidden
}

.section-gap,
.section-gap-top {
    padding-top: 130px
}

.section-gap,
.section-gap-bottom {
    padding-bottom: 130px
}

:root {
    --color-primary: #2667ff;
    --color-secondary: #0b1460;
    --color-tertiary: #6ef1b2;
    --color-body: #5c6185;
    --color-white: #fff;
    --color-black: #000000;
    --color-off-white: #f6f9fb;
    --color-primary-5: rgb(175, 199, 255);
    --color-primary-7: rgba(38, 103, 255, 0.07);
    --color-primary-10: rgba(38, 103, 255, 0.1);
    --color-secondary-10: rgba(11, 20, 96, 0.1);
    --color-white-10: rgba(255, 255, 255, 0.1);
    --color-white-60: rgba(255, 255, 255, 0.6);
    --color-white-70: rgba(255, 255, 255, 0.7);
    --color-dark: #151516;
    --color-deep-dark: #0b0b0b;
    --font-nunito: 'Nunito', sans-serif;
    --font-nunito-sans: 'Nunito Sans', sans-serif;
    --font-quicksand: 'Quicksand', sans-serif
}

body {
    color: var(--color-body);
    font-family: var(--font-nunito-sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    overflow-x: hidden !important;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    user-select: none
}

.call-to-action .template-btn:hover,
.pricing-table.pricing-table-two .feature-list li i,
.primary-sidebar .widget.category-widget li a:hover,
.primary-sidebar .widget.latest-post-widget .popular-posts-item .popular-posts-title a:hover,
.round-btn.bordered-btn.bordered-white:hover,
.round-btn.btn-hover-white-bg:hover,
.template-btn.bordered-btn.bordered-white:hover,
.template-btn.btn-hover-white-bg:hover,
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: var(--color-secondary)
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    pointer-events: none;
    height: auto
}

.latest-post-box .post-thumb img,
.member-item .member-photo img,
.portfolio-items-one .portfolio-thumb img,
video {
    width: 100%;
    height: auto
}

.single-blog-post .post-meta li,
.slick-slide img,
a,
span {
    display: inline-block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-quicksand);
    font-weight: 700;
    line-height: 1.3;
    margin: 0
}

ol,
ul {
    list-style-type: none
}

.pricing-table,
.pricing-table>*,
a {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

a:hover {
    text-decoration: none
}

.back-to-top {
    position: fixed;
    bottom: 90px;
    right: 32px;
    width: 50px;
    height: 50px;
    background: rgba(224, 223, 233, .7);
    cursor: pointer;
    transition: .2s;
    z-index: 1100
}

.page-title-area,
.preload-image {
    background-image: url(../img/page-title-bg.webp);
    width: auto;
    height: auto
}

.back-to-top::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -4px auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.back-to-top:hover {
    background: var(--color-primary)
}

.back-to-top:hover::after {
    border-color: #fff
}

.bg-color-primary {
    background-color: var(--color-primary) !important
}

.bg-color-primary-7 {
    background-color: var(--color-primary-7) !important
}

.bg-color-secondary {
    background-color: var(--color-secondary) !important
}

.bg-color-tertiary {
    background-color: var(--color-tertiary) !important
}

.bg-color-off-white {
    background-color: var(--color-off-white) !important
}

.color-primary {
    color: var(--color-primary) !important
}

.color-secondary {
    color: var(--color-secondary) !important
}

.color-tertiary {
    color: var(--color-tertiary) !important
}

.color-off-white {
    color: var(--color-off-white) !important
}

.color-white-70 {
    color: var(--color-white-70) !important
}

.bg-cover-center {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    margin-top: 55px;
    margin-left: 5px
}

.slick-dots li {
    margin-right: 15px;
    line-height: 1;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: var(--color-primary);
    cursor: pointer;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.slick-dots li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 3px solid var(--color-primary);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0
}

.accordion .accordion-item.accordion-active .accordion-title::after,
.slick-dots li.slick-active::before,
.slide-panel.show-panel {
    opacity: 1;
    visibility: visible
}

.slick-dots button {
    display: none
}

.container-1450 {
    max-width: 1450px
}

.container-1550 {
    max-width: 1550px
}

.container-1600 {
    max-width: 1600px
}

.container-fluid.fluid-p-70,
.content-x-spacing {
    padding-left: 70px;
    padding-right: 70px
}

.custom-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: calc(((100% - 1200px)/ 2) + 30px);
    margin-right: auto;
    margin-left: auto
}

.consultation-form .template-btn,
.custom-slider-container,
.product-details-wrapper .product-gallery-wrapper img,
.product-loop .single-product .product-thumb img,
.single-blog-post .post-thumbnail img {
    width: 100%
}

.section-gap-top-less {
    padding-top: 80px;
    padding-bottom: 130px
}

.hero-area-one,
.section-gap-bottom-less {
    padding-top: 80px;
    padding-bottom: 80px
}

.container-gap {
    padding-top: 5%
}

.content-l-spacing {
    padding-left: 70px
}

.content-r-spacing {
    padding-right: 70px
}

.mt-10 {
    margin-top: 10px
}

.call-to-action .template-btn,
.latest-post-box.thumbnail-left .post-content .template-btn,
.mt-20,
.template-footer .footer-widgets-area .widget.contact-widget img {
    margin-top: 20px
}

.mt-30,
.product-details-wrapper .product-summary-area .product-summery-wrapper .product-cart-form {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.blog-details-content .content-footer,
.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.comment-template .comment-form,
.mt-60,
.portfolio-details-content,
.portfolio-info-box {
    margin-top: 60px
}

.blog-details-content .related-tags,
.latest-post-box .post-thumb,
.latest-post-box.thumbnail-left .post-content .post-meta,
.mb-20,
.pricing-table p,
.product-loop-topbar,
.shop-sidebar .widget.product-list-widget ul li:not(:last-child) {
    margin-bottom: 20px
}

.contact-from .input-field,
.contact-info-box .single-contact-info:not(:last-child),
.latest-post-box .post-meta,
.mb-30,
.process-boxes .single-process-box:not(:last-child),
.product-loop .single-product,
.shop-sidebar .widget:not(:last-child),
.single-blog-post:not(:last-child) {
    margin-bottom: 30px
}

.iconic-bordered-boxes .single-box .icon,
.mb-35 {
    margin-bottom: 35px
}

.mb-40,
.off-canvas-panel .about-us,
.off-canvas-panel .canvas-logo,
.off-canvas-panel .contact-us {
    margin-bottom: 40px
}

.comment-template .comment-list li:not(:last-child),
.mb-50,
.template-footer .footer-widgets-area .widget {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.slick-initialized .slick-slide:focus,
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dark-version .content-boxed,
.dark-version .template-header.sticky-header.sticky-on,
input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

::placeholder {
    color: inherit;
    opacity: 1
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

.nice-select,
input,
select,
textarea {
    width: 100%;
    height: 55px;
    color: var(--color-secondary);
    background-color: var(--color-off-white);
    border: 2px solid transparent;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--font-nunito-sans);
    line-height: 1.3;
    padding: 0 30px;
    border-radius: 5px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.nice-select:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: var(--color-primary);
    background-color: var(--color-white)
}

.nice-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nice-select.open,
.nice-select:active,
.nice-select:focus,
.nice-select:hover {
    border-color: var(--color-primary)
}

.nice-select .list {
    width: 100%;
    font-size: 16px
}

.nice-select::after {
    content: "\f107";
    font-size: 15px;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    line-height: 1;
    border: none;
    position: relative;
    top: 2px;
    right: 0;
    display: block;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    width: auto;
    height: auto
}

.mobile-slide-panel .mobile-menu li a .dd-trigger.submenu-opened i,
.nice-select.open::after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

textarea {
    height: 140px;
    padding-top: 18px;
    display: inherit;
    resize: none
}

@-webkit-keyframes sticky {
    0% {
        top: -200px
    }

    100% {
        top: 0
    }
}

@keyframes sticky {
    0% {
        top: -200px
    }

    100% {
        top: 0
    }
}

@-webkit-keyframes float-bob-x {

    0%,
    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@keyframes float-bob-x {

    0%,
    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@-webkit-keyframes float-bob-y {

    0%,
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes float-bob-y {

    0%,
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@-webkit-keyframes preloader {
    0% {
        transform: perspective(160px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(160px) rotateX(0) rotateY(0)
    }

    50% {
        transform: perspective(160px) rotateX(-180deg) rotateY(0);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0)
    }

    100% {
        transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg)
    }
}

@keyframes preloader {
    0% {
        transform: perspective(160px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(160px) rotateX(0) rotateY(0)
    }

    50% {
        transform: perspective(160px) rotateX(-180deg) rotateY(0);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0)
    }

    100% {
        transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg)
    }
}

@-webkit-keyframes zoom-fade {

    0%,
    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -webkit-transform: scale(1.01);
        transform: scale(1.01)
    }
}

@keyframes zoom-fade {

    0%,
    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -webkit-transform: scale(1.01);
        transform: scale(1.01)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.animate-float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animate-float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animate-zoom-fade {
    -webkit-animation-name: zoom-fade;
    animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

.animate-rotate-me {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 24s;
    animation-duration: 24s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.template-header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#newsletter-form,
.template-header .header-btns,
.template-header .header-center,
.template-header .header-extra,
.template-header .header-left,
.template-header .header-right {
    display: flex;
    align-items: center
}

.template-header .nav-menu ul {
    display: flex;
    align-content: center
}

.template-header .nav-menu li {
    line-height: normal;
    margin: 0 5px;
    position: relative
}

.template-header .nav-menu li a {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-nunito);
    line-height: 1.4;
    padding: 10px;
    color: var(--color-secondary)
}

.blog-details-content .post-share a:hover,
.close-btn:hover,
.comment-template .comment-list .comment-content .reply-link:hover,
.dark-version .accordion .accordion-item .accordion-title::after,
.dark-version .accordion .accordion-item .accordion-title::before,
.dark-version .call-to-action .cta-content .title span,
.dark-version .hero-area-two .hero-content .hero-title span,
.dark-version .portfolio-filter ul li.active,
.dark-version .portfolio-filter ul li:hover,
.dark-version .pricing-table .plan-price,
.dark-version .section-heading .title span,
.industry-details-box .member-information .counter-items .title,
.mobile-slide-panel .mobile-menu li a.active,
.off-canvas-panel .contact-us li a:hover,
.portfolio-items-one .portfolio-content .categories a:hover,
.portfolio-items-two .categories a:hover,
.product-details-wrapper .product-summary-area .product-summery-wrapper .product-meta .product-categories a:hover,
.product-details-wrapper .product-summary-area .product-summery-wrapper .product-meta .product-tags a:hover,
.shop-sidebar .widget.product-category-widget ul li a:hover,
.single-blog-post .post-meta li a:hover,
.single-blog-post .post-title a:hover,
.template-footer .copyright-box a,
.template-footer .footer-widgets-area .widget .social-links li a:hover,
.template-footer .footer-widgets-area a:hover,
.template-footer.text-white-version .footer-widgets-area .widget .social-links li a:hover,
.template-header .nav-menu li a.active,
.template-header .nav-menu li a:hover {
    color: var(--color-primary)
}

.template-header .nav-menu li a .dd-trigger {
    padding-left: 6px;
    font-size: 15px
}

.template-header .nav-menu li .submenu {
    display: block;
    position: absolute;
    width: 440%;
    border-radius: 15px;
    background-color: var(--color-white);
    -webkit-transition: .1s ease-out;
    transition: .3s ease-out;
    z-index: 99;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 29, 35, .05);
    box-shadow: 0 2px 8px 0 rgba(0, 29, 35, .05);
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    visibility: hidden;
    opacity: 0;
    font-size: 18px;
    font-family: var(--font-nunito-sans);
    margin-top: 5px
}

.template-header .nav-menu li .submenu .submenu-column {
    display: flex;
    flex-direction: column
}

#technical-table th,
.common-table th,
.template-header .nav-menu li .submenu .submenu-column li {
    margin-bottom: 5px
}

.template-header .nav-menu li .submenu .submenu-column li a {
    color: var(--color-body);
    font-size: 16px;
    text-decoration: none;
    margin-top: 5px
}

.template-header .nav-menu li .submenu .submenu-column li a:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 8px
}

.template-header .nav-menu li .submenu-heading {
    padding-left: 8px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 800;
    font-family: var(--font-quicksand);
    color: var(--color-dark)
}

.template-header .nav-menu li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.submenu-points {
    font-size: 16px;
    font-family: var(--font-nunito-sans);
    color: var(--color-body);
    padding-left: 10px
}

.round-btn,
.template-btn {
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 700;
    user-select: none;
    line-height: 1.4
}

.template-header .nav-menu li .submenu-points li a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    line-height: 1.4;
    color: var(--color-body)
}

.blog-details-content .related-tags a:hover,
.page-pagination a.active,
.page-pagination a:hover,
.primary-sidebar .widget.widget-tag-cloud .tags a:hover,
.product-details-wrapper .product-details-tab .nav-tabs .nav-item .nav-link.active,
.product-details-wrapper .product-details-tab .nav-tabs .nav-item .nav-link:hover,
.shop-sidebar .widget.product-tags-widget ul a:hover,
.single-blog-post .post-btn:hover,
.template-header .nav-menu li .submenu-points li a:hover {
    background-color: var(--color-primary);
    color: var(--color-white)
}

.template-header .navbar-toggler {
    width: 55px;
    padding: 10px;
    font-size: 0;
    border: 2px solid var(--color-secondary);
    border-radius: 5px;
    cursor: pointer
}

.mobile-slide-panel .mobile-menu li a,
.off-canvas-panel .canvas-widget-title {
    color: var(--color-secondary);
    border-bottom: 1px solid var(--color-primary-10)
}

.template-header .navbar-toggler span {
    display: block;
    height: 3px;
    background-color: var(--color-secondary)
}

.template-header .navbar-toggler span:nth-child(2) {
    margin: 6px 0
}

.portfolio-items-two .categories,
.shop-sidebar .widget.product-category-widget ul li,
.template-header .header-extra>li {
    line-height: 1
}

.icon-bordered-list li:nth-child(2n),
.template-header .header-extra>li:not(:first-child) {
    margin-left: 30px
}

.comment-template .comment-list .comment-content .reply-link i,
.primary-sidebar .widget.cta-widget .cta-btn i,
.single-blog-post .post-btn i,
.template-header .header-btns .template-btn:not(:first-child),
button {
    margin-left: 10px
}

.template-header .header-btns .template-btn {
    padding: 12px 25px
}

.template-header .header-btns .template-btn.bordered-btn {
    padding: 10px 5px
}

.template-header .search-btn {
    font-size: 18px !important;
    color: var(--color-secondary)
}

.template-header .off-canvas-btn {
    width: 40px
}

.template-header .off-canvas-btn span {
    display: block;
    height: 4px;
    background-color: var(--color-secondary);
    transition: .3s
}

.slide-panel,
.slide-panel .panel-overlay {
    top: 0;
    -webkit-transition: .4s ease-out;
    opacity: 0;
    visibility: hidden
}

.template-header .off-canvas-btn span:first-child {
    width: 38px;
    margin: auto
}

.template-header .off-canvas-btn span:nth-child(2) {
    width: 35px;
    margin: 7px auto
}

#materialList li,
.consultation-form.consultation-style-two::before,
.dark-version .consultation-section.have-blob-image .blob-image,
.preload-image,
.template-header .topbar,
.template-header.sticky-header.sticky-on .topbar,
.video-thumbnail {
    display: none
}

.template-header.navbar-left .nav-menu {
    margin-left: 40px
}

.template-header.navbar-left .nav-menu>ul>li:first-child {
    margin-left: 0
}

.template-header.navbar-left .nav-menu>ul>li:first-child>a {
    padding-left: 0
}

.template-header.navbar-left .nav-menu>ul>li:first-child>a::before {
    left: 0
}

.template-header.header-gradient-bg {
    background: linear-gradient(to top, rgba(38, 103, 255, .05) 0, rgba(144, 0, 255, .05) 100%)
}

.template-header.absolute-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 3
}

#preloader,
.slide-panel {
    position: fixed;
    width: 100vw
}

.template-header.sticky-header.sticky-on {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    animation: 1.2s sticky;
    box-shadow: 0 8px 20px rgba(55, 125, 255, .08);
    background-color: var(--color-white)
}

.slide-panel {
    right: 0;
    background-color: transparent;
    z-index: 9999;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    transition: .4s ease-out
}

.round-btn,
.round-btn1,
.template-btn {
    display: inline-block;
    text-align: center;
    z-index: 1;
    vertical-align: middle
}

.slide-panel .panel-overlay {
    position: fixed;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--color-secondary);
    cursor: pointer;
    z-index: 9998;
    transition: .4s ease-out
}

.call-to-action .template-btn::before,
.consultation-form.consultation-style-two .nice-select,
.consultation-form.consultation-style-two input,
.consultation-form.consultation-style-two select,
.dark-version .portfolio-filter ul li.active,
.dark-version .portfolio-filter ul li:hover,
.dark-version .template-header .navbar-toggler span,
.dark-version .template-header .off-canvas-btn span,
.icon-bordered-list li,
.industry-details-box,
.member-item,
.process-boxes .single-process-box,
.progress-bar-item .progress-line,
.round-btn.bordered-btn.bordered-white::before,
.round-btn.btn-hover-white-bg::before,
.slide-panel .panel-inner,
.template-btn.bordered-btn.bordered-white::before,
.template-btn.btn-hover-white-bg::before {
    background-color: var(--color-white)
}

.divider,
.hero-area-three .hero-content .hero-btns .video-btn:hover,
.off-canvas-panel .contact-us li i,
.pricing-tab-nav .nav-tabs .nav-link.active,
.round-btn.bg-primary-10::before,
.round-btn.bordered-btn::before,
.template-btn,
.template-btn.bg-primary-10::before,
.template-btn.bordered-btn::before {
    background-color: var(--color-primary)
}

.slide-panel .panel-inner {
    max-width: 380px;
    height: 100vh;
    padding: 40px;
    position: relative;
    z-index: 9999;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    margin-right: -380px;
    opacity: 0;
    visibility: hidden
}

.slide-panel .panel-close {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 2;
    font-size: 28px;
    line-height: 1;
    color: var(--color-secondary)
}

.call-to-action .cta-shape,
.hero-area-one .hero-img,
.hero-area-one::before,
.hero-area-two .animate-icons,
.hero-area-two .animate-icons img,
.hero-area-two::before,
.section-animate-icons .animate-icons img {
    z-index: -1;
    position: absolute
}

.slide-panel.show-panel .panel-overlay {
    visibility: visible;
    opacity: .2
}

.slide-panel.show-panel .panel-inner {
    visibility: visible;
    opacity: 1;
    margin-right: -18px
}

.mobile-slide-panel .panel-inner {
    width: 300px;
    margin-right: -300px;
    padding: 40px 30px
}

.accordion .accordion-item:not(:last-child),
.bullet-list li,
.member-item .member-photo .social-icons li:not(:last-child),
.mobile-slide-panel .panel-logo,
.template-footer .footer-widgets-area .widget.contact-widget .phone-number {
    margin-bottom: 10px
}

.mobile-slide-panel .mobile-menu li a {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 10px 45px 10px 0;
    font-size: 15px;
    font-weight: 700;
    font-family: var(--font-nunito)
}

.mobile-slide-panel .mobile-menu li a .dd-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    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;
    line-height: 1;
    z-index: 2;
    border-left: 1px solid var(--color-primary-10)
}

.mobile-slide-panel .mobile-menu li a .dd-trigger i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .5s;
    transition: .5s
}

.mobile-slide-panel .mobile-menu li .submenu {
    display: none;
    padding-left: 15px
}

.off-canvas-panel .canvas-widget-title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative
}

.blog-details-content .post-author .share-links li a,
.dark-version .consultation-form .nice-select .list,
.off-canvas-panel .about-us,
.off-canvas-panel .contact-us li,
.off-canvas-panel .contact-us li a,
.portfolio-items-one .portfolio-content .categories a,
.pricing-table .feature-list li.disabled,
.pricing-table.pricing-table-two .feature-list li,
.primary-sidebar .widget.latest-post-widget .popular-posts-item .popular-posts-title a,
.product-details-wrapper .product-summary-area .product-summery-wrapper .product-meta .product-categories a,
.product-details-wrapper .product-summary-area .product-summery-wrapper .product-meta .product-tags a,
.template-footer .footer-widgets-area,
.template-footer .footer-widgets-area a {
    color: var(--color-body)
}

.off-canvas-panel .contact-us li {
    position: relative;
    padding-left: 60px;
    line-height: 1.5;
    font-weight: 600
}

.off-canvas-panel .contact-us li:not(:last-child) {
    margin-bottom: 25px
}

.off-canvas-panel .contact-us li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    color: var(--color-white);
    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
}

#preloader,
.hero-area-three .hero-content .hero-btns,
.product-pagination,
.product-pagination li a {
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox
}

#preloader {
    left: 0;
    top: 0;
    height: 100vh;
    background-color: #ffffff54;
    z-index: 99999;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#preloader #loading-center {
    width: 200px;
    height: 200px
}

#preloader #object {
    width: 80px;
    height: 80px;
    content: '';
    -webkit-animation: 1.2s ease-in-out infinite preloader;
    animation: 1.2s ease-in-out infinite preloader;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px
}

.template-btn {
    color: var(--color-white);
    border: none;
    border-radius: 8px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    overflow: hidden
}

.round-btn i,
.template-btn i {
    margin-left: 6px;
    position: relative;
    top: 1px
}

.round-btn::before,
.template-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--color-secondary);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.call-to-action.style-two .subtitle,
.counter-item.counter-white .counter-wrap,
.counter-item.counter-white .title,
.dark-version .accordion .accordion-item .accordion-title,
.dark-version .consultation-form .nice-select,
.dark-version .consultation-form input,
.dark-version .consultation-form select,
.dark-version .hero-area-two .hero-content .hero-title,
.dark-version .hero-area-two .hero-content .tagline,
.dark-version .hero-area-two .hero-content p,
.dark-version .portfolio-filter ul li,
.dark-version .portfolio-items-two .categories a,
.dark-version .section-heading .tagline,
.dark-version .section-heading .title,
.dark-version .template-header .nav-menu li a,
.dark-version .testimonial-item .content,
.dark-version h1,
.dark-version h1 a,
.dark-version h2,
.dark-version h2 a,
.dark-version h3,
.dark-version h3 a,
.dark-version h4,
.dark-version h4 a,
.dark-version h5,
.dark-version h5 a,
.dark-version h6,
.dark-version h6 a,
.iconic-bordered-boxes.white-version .single-box .title a,
.iconic-bordered-boxes.white-version .single-box p,
.primary-sidebar .widget.cta-widget,
.primary-sidebar .widget.cta-widget .cta-title,
.primary-sidebar .widget.cta-widget .subtitle,
.round-btn.bg-primary-10:hover,
.round-btn:hover,
.section-heading.heading-white .tagline,
.section-heading.heading-white .title,
.template-btn.bg-primary-10:hover,
.template-btn:hover,
.template-footer.text-white-version .footer-widgets-area,
.template-footer.text-white-version .footer-widgets-area .widget .social-links li a,
.template-footer.text-white-version .footer-widgets-area .widget .social-links li span,
.template-footer.text-white-version .footer-widgets-area .widget .widget-title,
.template-footer.text-white-version .footer-widgets-area .widget.contact-widget .phone-number a,
.template-footer.text-white-version .footer-widgets-area .widget.contact-widget .phone-number span,
.template-footer.text-white-version .footer-widgets-area a,
.template-footer.text-white-version .footer-widgets-area a:hover {
    color: var(--color-white)
}

.pricing-table.featured-plan .template-btn::before,
.pricing-table:hover .template-btn::before,
.round-btn:hover::before,
.template-btn:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible
}

.round-btn.bg-primary-10,
.template-btn.bg-primary-10 {
    background-color: var(--color-primary-10);
    color: var(--color-secondary)
}

.round-btn.bordered-btn,
.template-btn.bordered-btn {
    padding: 13px 35px;
    border: 2px solid var(--color-secondary-10);
    background-color: transparent;
    color: var(--color-secondary)
}

.round-btn.bordered-btn:hover,
.template-btn.bordered-btn:hover {
    border-color: var(--color-primary);
    color: var(--color-white)
}

.round-btn.bordered-btn.bordered-white,
.template-btn.bordered-btn.bordered-white {
    border-color: var(--color-white);
    color: var(--color-white)
}

.round-btn {
    color: var(--color-secondary);
    border-color: var(--color-secondary);
    border: 2px solid;
    border-radius: 50px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    overflow: hidden
}

.fancy-iconic-box,
.round-btn1 {
    -webkit-transition: .3s ease-in-out
}

.round-btn1 {
    color: var(--color-secondary);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-color: var(--color-secondary);
    border: 1px solid;
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 500;
    width: auto;
    border-radius: 50px;
    transition: .3s ease-in-out;
    position: relative;
    overflow: hidden
}

.hero-area-one,
.hero-area-three,
.hero-area-two {
    z-index: 2;
    position: relative
}

.section-heading .title {
    font-size: 45px;
    letter-spacing: -.5px
}

.hero-area-one .hero-content p,
.hero-area-three .hero-content p,
.hero-area-two .hero-content p,
.section-heading .tagline {
    font-size: 18px;
    font-family: var(--font-nunito)
}

.section-heading .tagline {
    font-weight: 600;
    color: var(--color-primary);
    margin-top: 12px;
    line-height: 1.4
}

.hero-area-one .hero-content .hero-title {
    font-size: 85px;
    line-height: 1.06;
    margin-bottom: 45px
}

.hero-area-one .hero-content p {
    font-weight: 600;
    color: var(--color-secondary);
    line-height: 1.8;
    margin-top: 35px;
    padding-right: 70px
}

.hero-area-one::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat
}

.hero-area-one .hero-img {
    right: 0;
    bottom: 0;
    text-align: right;
    max-width: 50%;
    width: auto;
    height: auto
}

.hero-area-two .hero-content {
    text-align: center;
    padding-top: 170px;
    padding-bottom: 95px
}

.hero-area-two .hero-content .tagline {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-nunito);
    line-height: 1.4;
    color: var(--color-primary);
    background-color: var(--color-primary-10);
    padding: 7px 20px;
    border-radius: 5px;
    margin-bottom: 32px
}

.hero-area-two .hero-content .hero-title {
    font-size: 75px;
    letter-spacing: -2px;
    line-height: 1.07
}

.hero-area-two .hero-content p {
    line-height: 1.8;
    max-width: 80%;
    margin: 25px auto 30px
}

.hero-area-two::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/hero-bg-two.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.hero-area-two .animate-icons {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.hero-area-two .animate-icons .icon-one {
    right: 8%;
    top: 22%
}

.hero-area-two .animate-icons .icon-two {
    right: 5%;
    bottom: 44%
}

.hero-area-two .animate-icons .icon-three {
    top: 20%;
    left: 7%
}

.hero-area-two .animate-icons .icon-four {
    bottom: 10%;
    left: 11%
}

.hero-area-two .animate-icons .icon-five {
    left: 17%;
    top: 38%
}

.hero-area-two .animate-icons .icon-six {
    left: 3%;
    bottom: 26%
}

.hero-area-two .animate-icons .icon-seven {
    right: 32%;
    bottom: 48%
}

.hero-area-three {
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat
}

.hero-area-three .hero-content {
    padding-top: 310px;
    padding-bottom: 200px
}

.hero-area-three .hero-content .hero-title {
    font-size: 70px;
    line-height: 1.06;
    margin-bottom: 35px;
    text-transform: capitalize;
    letter-spacing: -3px
}

.hero-area-three .hero-content p {
    font-weight: 600;
    color: var(--color-secondary);
    line-height: 1.8
}

.hero-area-three .hero-content .hero-btns {
    margin-top: 20px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hero-area-three .hero-content .hero-btns li {
    margin-right: 10px;
    margin-top: 10px
}

.hero-area-three .hero-content .hero-btns .video-btn {
    width: 55px;
    height: 55px;
    background-color: var(--color-secondary);
    color: var(--color-white);
    font-size: 15px;
    border-radius: 50%;
    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
}

.hero-area-three .hero-img img {
    margin-right: -90px;
    width: auto;
    height: auto
}

.call-to-action {
    padding: 70px 0;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.call-to-action .cta-shape {
    left: 8%;
    bottom: 0;
    opacity: .1
}

.call-to-action .title {
    font-size: 45px;
    color: var(--color-white);
    letter-spacing: -1px;
    margin-bottom: 15px
}

.call-to-action .subtitle {
    display: block;
    font-size: 18px;
    font-family: var(--font-nunito);
    font-weight: 600;
    line-height: 1.4;
    color: var(--color-tertiary)
}

.call-to-action .cta-note {
    display: block;
    position: relative;
    z-index: 1;
    padding-left: 35px;
    color: var(--color-white);
    margin-top: 35px
}

.call-to-action .cta-note::after,
.call-to-action .cta-note::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background-color: transparent;
    border: 2px solid #ffb900
}

.call-to-action .cta-note::after {
    left: 6px;
    height: 8px;
    width: 8px;
    background-color: #ffb900
}

.call-to-action.style-two {
    padding: 80px 0
}

.call-to-action.style-two .cta-note::after,
.call-to-action.style-two .cta-note::before {
    border: 2px solid var(--color-tertiary)
}

.call-to-action.style-two .cta-note::after {
    background-color: var(--color-tertiary)
}

.call-to-action.style-two .cta-shape {
    left: 45%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.call-to-action.style-two .cta-note {
    margin-top: 0
}

.divider {
    display: block;
    margin-top: 16px;
    margin-bottom: 32px;
    width: 32px;
    height: 3px;
    border-radius: 40px
}

.circle-list li::before,
.content-boxed,
.counter-item .counter-wrap,
.fancy-image-gallery .images-wrap,
.fancy-step-boxes,
.fancy-step-boxes .single-step-box,
.icon-bordered-list li,
.iconic-bordered-boxes,
.iconic-bordered-boxes .single-box.view-more,
.latest-post-bordered,
.latest-post-box.thumbnail-left,
.page-title-area .breadcrumb-nav,
.portfolio-filter ul,
.pricing-tab-nav,
.pricing-table .plan-price,
.single-blog-post .post-categories,
.testimonial-item .author {
    display: -webkit-box;
    display: -ms-flexbox
}

.fancy-iconic-box {
    font-family: var(--font-nunito);
    font-size: 16px;
    line-height: 1.8;
    padding: 55px 30px;
    text-align: center;
    border-radius: 22px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    transition: .3s ease-in-out;
    height: 350px
}

.fancy-iconic-box .icon {
    font-size: 75px;
    color: var(--color-primary);
    line-height: .5;
    margin-bottom: 30px
}

.fancy-iconic-box .title,
.latest-post-box .post-title,
.primary-sidebar .widget.cta-widget .cta-title {
    font-size: 24px;
    margin-bottom: 10px
}

.fancy-iconic-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    z-index: -1;
    border-radius: 22px;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: perspective(1000px) rotateX(0) rotateY(-10deg);
    transform: perspective(1000px) rotateX(0) rotateY(-10deg)
}

.fancy-iconic-box:hover::before {
    border-color: var(--color-primary);
    -webkit-box-shadow: 0 10px 60px 0 rgba(38, 103, 255, .43);
    box-shadow: 0 10px 60px 0 rgba(38, 103, 255, .43)
}

.fancy-iconic-box.no-hover-effect::before {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fancy-iconic-box.color-1::before {
    background-color: rgba(240, 174, 0, .04)
}

.fancy-iconic-box.color-2::before {
    background-color: rgba(241, 56, 0, .04)
}

.fancy-iconic-box.color-3::before {
    background-color: rgba(255, 50, 171, .04)
}

.fancy-iconic-box.color-4::before {
    background-color: rgba(120, 0, 255, .04)
}

.fancy-step-boxes {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.fancy-step-boxes .single-step-box {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.fancy-step-boxes .single-step-box .step-box-inner {
    text-align: center;
    padding: 20px;
    height: 200px;
    width: 200px;
    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;
    position: relative;
    z-index: 1;
    margin: 25px 10px 10px 5px
}

.fancy-step-boxes .single-step-box .step-box-inner .title {
    font-size: 20px;
    line-height: 1.2
}

.fancy-step-boxes .single-step-box .step-box-inner .icon {
    font-size: 55px;
    line-height: .5;
    margin-bottom: 20px;
    color: var(--color-secondary)
}

.fancy-step-boxes .single-step-box .step-box-inner .step-count {
    position: absolute;
    left: -5px;
    top: -25px;
    background-color: var(--color-primary);
    color: var(--color-white);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 700;
    font-family: var(--font-quicksand);
    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;
    z-index: 2
}

.fancy-step-boxes .single-step-box .step-box-inner::after,
.fancy-step-boxes .single-step-box .step-box-inner::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    -webkit-box-shadow: 0 10px 60px 0 rgba(38, 103, 255, .1);
    box-shadow: 0 10px 60px 0 rgba(38, 103, 255, .1);
    border-radius: 50% 0 50% 50%;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s
}

.fancy-step-boxes .single-step-box .step-box-inner::after {
    z-index: -2
}

.fancy-step-boxes .single-step-box .step-box-inner:hover::after {
    right: -10px;
    bottom: -10px
}

.fancy-step-boxes .single-step-box:nth-child(2n) {
    margin-top: 70px
}

.fancy-step-boxes::before {
    content: "";
    position: absolute;
    left: -140px;
    right: -45px;
    top: 0;
    width: auto;
    height: 100%;
    z-index: -1;
    background-image: url(../img/step-line.webp);
    background-repeat: no-repeat;
    background-position: 0 55%;
    background-size: contain;
    opacity: .1
}

.page-title-area,
.portfolio-info-box::before,
.slider-image,
.slider-image img {
    background-position: center
}

.testimonial-item .content {
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid var(--color-secondary-10);
    padding: 40px;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.8;
    color: var(--color-secondary)
}

.btn-slider,
.slider-text {
    transition: background-color .3s
}

.testimonial-item .author {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 0 45px;
    position: relative;
    z-index: 1
}

.testimonial-item .author-photo {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-right: 20px;
    position: relative;
    z-index: 1
}

.testimonial-item .author-photo::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -31.5px;
    height: 24px;
    width: 24px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: var(--color-white);
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: var(--color-secondary-10)
}

.testimonial-item .author .name {
    font-size: 24px
}

.testimonial-item .author .title {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
    line-height: 1
}

.counter-item.counter-box .counter-wrap,
.testimonial-slider-one .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%
}

.slider-image {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden
}

.slider-text {
    padding: 10px 20px;
    color: var(--color-white)
}

.slider-heading {
    font-family: var(--font-nunito);
    color: var(--color-secondary);
    font-size: 55px;
    font-weight: 600;
    line-height: 1.06;
    margin-bottom: 45px
}

.portfolio-info-box ul li .info-title,
.slider-circle-list li,
.slider-subtitle {
    font-size: 18px;
    color: var(--color-secondary)
}

.slider-subtitle {
    display: flex;
    font-family: var(--font-nunito-sans);
    font-weight: 700;
    line-height: 1.4;
    padding-left: 0
}

.application-list li::before,
.circle-list li::before,
.slider-circle-list li::before {
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    color: var(--color-white);
    background-color: var(--color-primary);
    font-family: "Font Awesome 5 Pro"
}

.slider-circle-list li {
    position: relative;
    z-index: 1;
    padding-left: 40px;
    margin: 10px 10px 18px;
    font-weight: 700
}

.circle-list li::before,
.slider-circle-list li::before {
    content: "\f00c";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: 700;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-slider {
    padding: 10px 20px;
    background-color: var(--color-primary);
    color: var(--color-white);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    z-index: 10
}

.btn-slider:hover {
    background-color: rgba(0, 0, 0, .8)
}

@media (max-width:800px) {
    .slider-text {
        top: 10px;
        left: 20px;
        padding: 5px 10px
    }

    .slider-heading {
        font-size: 26px;
        margin-bottom: 30px
    }

    .slider-subtitle {
        font-size: 18px;
        padding-left: 0;
        font-weight: 500;
        font-family: var(--font-nunito-sans)
    }

    .slider-circle-list li {
        font-size: 26px;
        margin-bottom: 10px
    }

    .btn-slider {
        left: 30px;
        padding: 6px 10px;
        position: absolute;
        bottom: -120%
    }
}

@media (max-width:480px) {

    .slider-image,
    .slider-image img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-position: center
    }

    .slider-image {
        flex: 1;
        position: relative
    }

    .slider-image img {
        object-fit: cover
    }

    .slider-text {
        top: 8px;
        left: 10px;
        padding: 5px 10px
    }

    .slider-heading {
        font-size: 22px;
        margin-bottom: 8px
    }

    .slider-subtitle {
        font-size: 12px;
        padding-left: 0;
        font-weight: 500;
        font-family: var(--font-nunito-sans)
    }

    .slider-circle-list li {
        font-size: 12px;
        margin-bottom: 8px;
        padding-left: 30px
    }

    .application-list li::before,
    .slider-circle-list li::before {
        left: 0;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        position: absolute;
        color: var(--color-white);
        background-color: var(--color-primary);
        font-family: "Font Awesome 5 Pro"
    }

    .slider-circle-list li::before {
        content: "\f00c";
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 8px;
        font-weight: 700;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .btn-slider {
        left: 30px;
        padding: 6px 10px;
        position: absolute;
        bottom: -120%
    }
}

.counter-item.counter-box .counter-wrap,
.testimonial-slider-two .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.portfolio-items-one .portfolio-content {
    background-color: var(--color-white);
    padding: 30px 40px
}

.portfolio-items-one .portfolio-content .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
    line-height: 1
}

.btn1,
.portfolio-items-two {
    text-align: center
}

.portfolio-items-two .portfolio-thumb {
    margin-bottom: 15px;
    position: relative;
    z-index: 1
}

.portfolio-items-two .portfolio-thumb img {
    width: 350px;
    height: 350px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

#image-overlay img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.portfolio-items-two .portfolio-thumb .portfolio-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: var(--color-secondary);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.portfolio-items-two .portfolio-thumb .portfolio-link::after,
.portfolio-items-two .portfolio-thumb .portfolio-link::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.6);
    transform: translate(-50%, -50%) scale(.6);
    width: 80px;
    height: 2px;
    background-color: var(--color-white);
    opacity: .7;
    -webkit-transition: .4s;
    transition: .4s
}

.portfolio-items-two .portfolio-thumb .portfolio-link::after {
    width: 2px;
    height: 80px
}

.portfolio-items-two .title,
.pricing-table .plan-name {
    font-size: 24px;
    letter-spacing: -.3px;
    margin-bottom: 10px
}

.portfolio-items-two .categories a {
    color: var(--color-body);
    font-size: 16px;
    font-family: var(--font-nunito);
    font-weight: 600
}

.portfolio-items-two:hover .portfolio-thumb .portfolio-link {
    opacity: .75;
    visibility: visible
}

.portfolio-items-two:hover .portfolio-thumb .portfolio-link::after,
.portfolio-items-two:hover .portfolio-thumb .portfolio-link::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.portfolio-items-two.no-content:hover .portfolio-thumb .portfolio-link::after,
.portfolio-items-two.no-content:hover .portfolio-thumb .portfolio-link::before {
    opacity: 1
}

.portfolio-items-two.no-content:hover .portfolio-thumb .portfolio-link {
    opacity: .85
}

.circle-list li:not(:last-child),
.consultation-form .nice-select,
.icon-bordered-list li:not(:last-child),
.portfolio-filter,
.portfolio-info-box ul li:not(:last-child),
.pricing-table .feature-list li:not(:last-child),
.primary-sidebar .widget.category-widget li:not(:last-child),
.primary-sidebar .widget.latest-post-widget .popular-posts-item:not(:last-child),
.shop-sidebar .widget.product-category-widget ul li:not(:last-child) {
    margin-bottom: 15px
}

.portfolio-filter ul {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px
}

.portfolio-filter ul li {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 17px;
    font-family: var(--font-quicksand);
    font-weight: 700;
    color: var(--color-secondary);
    letter-spacing: -.3px;
    line-height: 1.1;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid transparent;
    border-radius: 5px;
    margin: 3px
}

.portfolio-filter ul li.active,
.portfolio-filter ul li:hover {
    background-color: var(--color-white);
    border-color: var(--color-secondary)
}

.portfolio-details-content .portfolio-title {
    font-size: 45px;
    margin-bottom: 30px;
    letter-spacing: -1px
}

.portfolio-info-box {
    margin-left: 60px;
    background-color: var(--color-primary-7);
    padding: 40px 45px;
    position: relative;
    z-index: 1
}

.consultation-form,
.consultation-form::before {
    background-color: var(--color-white);
    border-radius: 12px
}

.portfolio-info-box .box-title {
    font-size: 24px;
    margin-bottom: 25px
}

.portfolio-info-box ul li span {
    display: block;
    font-size: 15px;
    line-height: 1.8
}

.portfolio-info-box ul li .info-title {
    font-family: var(--font-quicksand);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px
}

.portfolio-info-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .03;
    background-image: url(../img/info-blob.webp);
    background-repeat: no-repeat;
    background-size: auto
}

.consultation-form {
    padding: 70px 55px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 10px 60px 0 rgba(38, 103, 255, .2);
    box-shadow: 0 10px 60px 0 rgba(38, 103, 255, .2)
}

.consultation-form::before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: -15px;
    right: 15px;
    height: 100%;
    opacity: .7;
    z-index: -1
}

.consultation-form .input-field:not(:first-child),
.template-footer .footer-widgets-area .widget .newsletter-form {
    margin-top: 15px
}

.consultation-form .nice-select,
.consultation-form input,
.consultation-form select {
    height: 60px;
    background-color: #f0f4ff
}

.accordion .accordion-item.accordion-active .accordion-title,
.accordion.accordion-bordered .accordion-item .accordion-title,
.consultation-form .nice-select:focus,
.consultation-form input:focus,
.consultation-form select:focus {
    background-color: transparent
}

.consultation-form .title {
    font-size: 30px;
    letter-spacing: -1px
}

.consultation-form .subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 5px;
    margin-bottom: 30px
}

.consultation-form.consultation-style-two {
    background-color: var(--color-primary-7);
    -webkit-box-shadow: none;
    box-shadow: none
}

.latest-post-box .post-meta a {
    color: var(--color-body);
    font-weight: 700
}

.latest-post-box .post-meta a i {
    margin-right: 10px;
    color: var(--color-primary)
}

.latest-post-box .template-btn {
    margin-top: 25px
}

.latest-post-box.thumbnail-left {
    display: flex
}

.latest-post-box.thumbnail-left .post-thumb {
    margin: 0;
    max-width: 47.369%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.369%;
    flex: 0 0 47.369%;
    position: relative
}

.latest-post-box.thumbnail-left .post-thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

.latest-post-box.thumbnail-left .post-content {
    padding: 60px 30px;
    background-color: var(--color-white)
}

.latest-post-box.thumbnail-left .post-content .post-title {
    letter-spacing: -.5px
}

.latest-post-bordered {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px
}

.latest-post-bordered .post-bordered-item {
    max-width: 29.5%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px
}

.latest-post-bordered .post-bordered-item:nth-child(3n+2)::after,
.latest-post-bordered .post-bordered-item:nth-child(3n+2)::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--color-secondary);
    opacity: .1
}

.latest-post-bordered .post-bordered-item:nth-child(3n+2)::after {
    left: auto;
    right: -35px
}

.simple-icon-box .icon {
    margin-bottom: 25px;
    font-size: 50px;
    line-height: .5;
    color: var(--color-primary)
}

.simple-icon-box .title {
    font-size: 24px;
    letter-spacing: -.03px;
    margin-bottom: 10px
}

.iconic-box.icon-left,
.simple-icon-box.icon-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.icon-centered {
    justify-content: center;
    text-align: center
}

.simple-icon-box.icon-left .icon {
    margin-bottom: 0;
    margin-right: 25px
}

.iconic-box {
    background-color: var(--color-primary-7);
    padding: 30px 40px 25px;
    border-radius: 5px
}

.iconic-box .icon {
    font-size: 50px;
    line-height: .5;
    color: var(--color-primary);
    margin-bottom: 20px;
    max-width: 55px
}

.iconic-box .icon i,
.iconic-box .icon img {
    -webkit-transition: 1s;
    transition: 1s
}

.iconic-box .title {
    font-size: 20px;
    margin-bottom: 8px
}

.iconic-box.icon-left .icon {
    margin-bottom: 0;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px
}

.iconic-box:hover .icon i,
.iconic-box:hover .icon img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.iconic-bordered-boxes {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid var(--color-primary-7);
    border-left: 1px solid var(--color-primary-7)
}

.iconic-bordered-boxes .single-box {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
    padding: 45px 40px;
    border: 1px solid var(--color-primary-7);
    border-top: 0;
    border-left: 0
}

.iconic-bordered-boxes .single-box .title {
    font-size: 20px;
    margin-bottom: 20px
}

.iconic-bordered-boxes .single-box.view-more {
    border: none;
    background-color: var(--color-primary);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#technical-table th,
.accordion .accordion-item .accordion-title,
.common-table th {
    background-color: var(--color-primary-7);
    font-size: 18px;
    font-weight: 700;
    color: var(--color-secondary);
    line-height: 1.4;
    font-family: var(--font-quicksand)
}

.iconic-bordered-boxes .single-box.view-more .template-btn {
    border: 1px solid var(--color-white)
}

.accordion.accordion-bordered .accordion-item.accordion-active,
.dark-version .pricing-table,
.dark-version .slick-current .testimonial-item .author-photo::before,
.iconic-bordered-boxes .single-box.view-more .template-btn:hover,
.primary-sidebar .widget.search-widget form input:focus {
    border-color: transparent
}

.iconic-bordered-boxes.white-version,
.iconic-bordered-boxes.white-version .single-box,
.template-footer.text-white-version .copyright-area {
    border-color: var(--color-white-10)
}

.accordion .accordion-item {
    background-color: var(--color-white);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    transition: .3s
}

.accordion .accordion-item .accordion-title {
    cursor: pointer;
    padding: 18px 65px 18px 35px;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s
}

#le-Input-1,
#materials,
.counter-item.counter-box .title,
.font-size,
.mail,
input[type=checkbox],
input[type=checkbox]:after,
label {
    font-family: var(--font-nunito-sans)
}

.accordion .accordion-item .accordion-title::after,
.accordion .accordion-item .accordion-title::before {
    content: "\f067";
    font-size: 18px;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--primary-color);
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s
}

.accordion .accordion-item .accordion-title::after {
    content: "\f068";
    opacity: 0;
    visibility: hidden
}

.accordion .accordion-item .accordion-content {
    background-color: var(--color-white);
    padding: 0 35px 30px
}

.accordion .accordion-item.accordion-active {
    -webkit-box-shadow: 0 10px 60px 0 rgba(38, 103, 255, .1);
    box-shadow: 0 10px 60px 0 rgba(38, 103, 255, .1)
}

.accordion .accordion-item.accordion-active .accordion-title::before {
    opacity: 0;
    visibility: hidden
}

.accordion.accordion-bordered .accordion-item {
    border: 2px solid var(--color-primary-7)
}

#technical-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #000;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden
}

#technical-table td,
#technical-table th {
    text-align: start;
    padding-left: 15%;
    width: 50%;
    box-sizing: border-box
}

#technical-table td {
    background-color: #f5f5f5
}

#technical-table tr:nth-child(2n) #technical-table td {
    background-color: #e9e9e9
}

#technical-table tr:hover #technical-table td {
    background-color: #f0f0f0
}

.common-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px
}

.common-table th,
td {
    text-align: left;
    padding: 8px;
    border: 1px solid #ddd
}

.pricing-table {
    padding: 45px;
    border: 1px solid var(--color-secondary);
    border-radius: 7px;
    background-color: var(--color-white);
    position: relative
}

.pricing-table .plan-price {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 35px;
    font-size: 55px;
    font-family: var(--font-quicksand);
    font-weight: 500;
    color: var(--color-secondary);
    line-height: 1;
    letter-spacing: -.3px
}

.pricing-table .plan-price .currency {
    font-size: 24px;
    position: relative;
    top: 8px;
    margin-right: 8px
}

.pricing-table .template-btn {
    padding: 13px 30px;
    margin-bottom: 30px
}

.pricing-table .feature-list li {
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-nunito);
    line-height: 1.4;
    color: var(--color-primary)
}

.pricing-table .feature-list li i {
    margin-right: 5px;
    color: var(--color-primary)
}

.pricing-table .featured-label {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ff9600;
    font-size: 15px;
    font-weight: 700;
    font-family: var(--font-quicksand);
    line-height: 1;
    color: var(--color-white);
    text-transform: uppercase;
    padding: 6px 15px 6px 20px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%)
}

.pricing-table.featured-plan,
.pricing-table:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 20px 100px 0 rgba(58, 65, 111, .1);
    box-shadow: 0 20px 100px 0 rgba(58, 65, 111, .1)
}

.pricing-table.featured-plan .template-btn,
.pricing-table:hover .template-btn {
    color: var(--color-white);
    border-color: var(--color-primary)
}

.pricing-table.pricing-table-two {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.pricing-table.pricing-table-two.featured-plan {
    -webkit-box-shadow: 0 20px 100px 0 rgba(58, 65, 111, .1);
    box-shadow: 0 20px 100px 0 rgba(58, 65, 111, .1);
    z-index: 2
}

.pricing-tab-nav {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pricing-tab-nav .nav-tabs {
    border: none;
    border-radius: 7px;
    background-color: var(--color-white);
    -webkit-box-shadow: 0 10px 60px 0 rgba(38, 103, 255, .1);
    box-shadow: 0 10px 60px 0 rgba(38, 103, 255, .1);
    padding: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pricing-tab-nav .nav-tabs .nav-item,
.product-details-wrapper .product-details-tab .nav-tabs .nav-item {
    padding: 5px
}

.pricing-tab-nav .nav-tabs .nav-link {
    padding: 10px 25px;
    margin: 0;
    border: none;
    border-radius: 5px;
    background-color: var(--color-secondary);
    color: var(--color-white);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4
}

.pricing-tab-nav .nav-tabs .nav-link i,
.template-footer .footer-widgets-area .widget .newsletter-form button i {
    position: relative;
    top: 1px;
    margin-left: 5px
}

.counter-item .counter-wrap {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 50px;
    font-weight: 600;
    font-family: var(--font-quicksand);
    color: var(--color-secondary);
    letter-spacing: -1px;
    line-height: 1
}

.counter-item .title {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3
}

.counter-item.counter-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(255, 150, 0, .07);
    border-radius: 12px;
    padding: 50px 25px
}

.counter-item.counter-box .icon {
    width: 60px;
    height: 60px;
    line-height: .05;
    font-size: 55px;
    color: var(--color-primary);
    margin-bottom: 20px
}

.counter-item.counter-box .title {
    color: var(--color-body);
    font-size: 18px
}

.counter-item.counter-box.bg-color-1 {
    background-color: #fff
}

.counter-item.counter-box.bg-color-2 {
    background-color: rgba(241, 56, 0, .07)
}

.counter-item.counter-box.bg-color-3 {
    background-color: rgba(255, 50, 171, .07)
}

.counter-item.counter-box.bg-color-4 {
    background-color: rgba(120, 0, 255, .07)
}

.counter-item.counter-box.bg-color-5 {
    background-color: rgba(54, 230, 38, .07)
}

.member-item {
    padding: 30px;
    text-align: center;
    -webkit-box-shadow: 0 20px 100px 0 rgba(58, 65, 111, .1);
    box-shadow: 0 20px 100px 0 rgba(58, 65, 111, .1)
}

.member-item .name {
    font-size: 24px;
    letter-spacing: .5px;
    line-height: 1.2;
    margin-bottom: 5px
}

.member-item .title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1
}

.member-item .member-photo {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden
}

.member-item .member-photo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: var(--color-secondary);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.member-item .member-photo .social-icons {
    position: absolute;
    left: 0;
    top: 20px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.member-item .member-photo .social-icons li a {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    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;
    font-size: 17px;
    color: var(--color-primary);
    background-color: var(--color-white)
}

.member-item:hover .member-photo::before {
    opacity: .3;
    visibility: visible
}

.member-item:hover .member-photo .social-icons {
    left: 20px;
    opacity: 1;
    visibility: visible
}

.industry-details-box {
    -webkit-box-shadow: 0 20px 100px 0 rgba(58, 65, 111, .1);
    box-shadow: 0 20px 100px 0 rgba(58, 65, 111, .1);
    padding: 30px
}

.industry-details-box .member-information {
    padding: 0 25px 0 40px
}

.industry-details-box .member-information .member-name {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 5px
}

.industry-details-box .member-information .member-title {
    display: block;
    margin: 15px;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
    transition: .3s ease-in-out
}

.fancy-image-gallery-two,
.have-blob-image,
.progress-bar-item .progress-bar-top,
.section-animate-icons,
.section-blob-bg,
.section-blob-bg-five,
.section-blob-bg-four,
.section-blob-bg-six,
.section-blob-bg-three,
.section-blob-bg-two,
.section-wave-bg,
.service-with-team,
.team-with-video,
.triangle-pattern-left,
.triangle-pattern-red-right,
.triangle-pattern-right {
    position: relative;
    z-index: 1
}

.progress-bar-item .progress-bar-top .title {
    font-size: 20px;
    letter-spacing: -.05px
}

.progress-bar-item .progress-bar-top .counter {
    position: absolute;
    top: 50%;
    left: 90%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-quicksand);
    line-height: 1;
    letter-spacing: -.05px;
    color: var(--color-secondary)
}

.progress-bar-item .progress-line {
    width: 100%;
    height: 4px;
    position: relative;
    overflow: hidden;
    margin-top: 15px
}

.progress-bar-item .progress-line .line {
    position: absolute;
    white-space: nowrap;
    background-color: var(--color-primary);
    -webkit-transition: .8s linear;
    transition: .8s linear;
    height: 100%;
    width: 0
}

.fancy-image-gallery {
    overflow: hidden;
    text-align: right
}

.fancy-image-gallery .images-wrap {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: -15px
}

.fancy-image-gallery .image-four,
.fancy-image-gallery .image-one,
.fancy-image-gallery .image-three,
.fancy-image-gallery .image-two {
    padding: 15px
}

.fancy-image-gallery .image-one {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%
}

.fancy-image-gallery .image-one img {
    border-radius: 0 157.5px 157.5px
}

.fancy-image-gallery .image-two {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.fancy-image-gallery .image-three {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.fancy-image-gallery .image-four {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%
}

.fancy-image-gallery .image-four img {
    border-radius: 90.5px 90.5px 0
}

.fancy-image-gallery-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10%;
    width: 120%;
    height: 110%;
    z-index: -1;
    background-image: url(../img/shape/blob-shape-4.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: .07
}

.icon-bordered-list li {
    -webkit-box-shadow: 0 10px 60px 0 rgba(38, 103, 255, .1);
    box-shadow: 0 10px 60px 0 rgba(38, 103, 255, .1);
    border-radius: 5px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.7;
    padding: 25px 40px;
    position: relative;
    z-index: 1
}

.icon-bordered-list li:nth-child(odd) {
    margin-right: 30px
}

.icon-bordered-list li .icon {
    color: var(--color-primary);
    font-size: 50px;
    line-height: .5;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    margin-right: 20px
}

.icon-bordered-list li .title {
    font-size: 20px;
    margin-bottom: 5px;
    letter-spacing: -.5px
}

.icon-bordered-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0%;
    width: 5px;
    background-color: var(--color-primary);
    border-radius: 2.5px;
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0
}

.icon-bordered-list li:hover::before {
    visibility: visible;
    opacity: 1;
    height: 100%
}

.process-boxes .single-process-box {
    padding: 70px;
    border-radius: 7px;
    border: 2px solid transparent;
    -webkit-transition: .3s;
    transition: .3s
}

.process-boxes .single-process-box:nth-child(2n) {
    margin-left: 135px
}

.process-boxes .single-process-box:nth-child(odd) {
    margin-right: 135px
}

.process-boxes .single-process-box .process-content .process-count {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: var(--color-white);
    background-color: var(--color-primary);
    padding: 8px 16px;
    border-radius: 5px;
    margin-bottom: 15px
}

.process-boxes .single-process-box .process-content .title {
    font-size: 35px;
    margin-bottom: 20px
}

.process-boxes .single-process-box:hover {
    -webkit-box-shadow: 0 10px 60px 0 rgba(38, 103, 255, .2);
    box-shadow: 0 10px 60px 0 rgba(38, 103, 255, .2);
    border-color: var(--color-primary)
}

.page-title-area {
    padding-top: 150px;
    padding-bottom: 80px;
    background-color: var(--color-primary-7);
    background-size: cover
}

.page-title-area .page-title {
    font-size: 60px;
    line-height: 1.1
}

.page-title-area .breadcrumb-nav {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-title-area .breadcrumb-nav li {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-secondary);
    line-height: 1
}

.page-title-area .breadcrumb-nav li:not(:last-child) {
    padding-right: 40px;
    position: relative
}

.page-title-area .breadcrumb-nav li:not(:last-child)::after {
    content: "\f178";
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 400
}

.contact-info-box {
    border: 1px solid var(--color-primary-10);
    padding: 55px
}

.contact-info-box .single-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5
}

.contact-info-box .single-contact-info .icon {
    font-size: 35px;
    line-height: .5;
    color: var(--color-primary);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    margin-right: 20px
}

.contact-info-box .single-contact-info .info-title {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 10px
}

.contact-map {
    width: 100%;
    height: 300px
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: none
}

.contact-from input,
.contact-from select,
.contact-from textarea {
    background-color: transparent;
    padding: 0;
    border: none;
    border-bottom: 2px solid var(--color-primary-10);
    height: 60px;
    font-size: 20px;
    font-family: var(--font-quicksand);
    border-radius: 0;
    letter-spacing: -.3px
}

.contact-from input:focus,
.contact-from select:focus,
.contact-from textarea:focus {
    border-color: var(--color-secondary)
}

.contact-from textarea {
    height: 120px
}

.circle-list li {
    position: relative;
    z-index: 1;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-secondary)
}

.application-list {
    list-style: none;
    padding: 0
}

.application-list li,
.defination {
    padding-left: 40px;
    margin-bottom: 15px;
    position: relative;
    color: var(--color-secondary)
}

.application-list li,
.comment-template .comment-list .comment-content .name .comment-date {
    font-size: 16px;
    font-weight: 600
}

.application-list li::before {
    content: "\f0a4";
    top: 20%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog-details-content blockquote,
.comment-template .comment-list .comment-content .reply-link,
.page-pagination a,
.single-blog-post .post-categories a {
    font-family: var(--font-quicksand);
    font-weight: 700
}

.defination {
    font-size: 17px;
    font-weight: 500
}

.content-boxed {
    background-color: var(--color-white);
    -webkit-box-shadow: 0 10px 60px 0 rgba(38, 103, 255, .1);
    box-shadow: 0 10px 60px 0 rgba(38, 103, 255, .1);
    padding: 100px 60px 100px 0;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-boxed .content-left {
    width: 100%;
    max-width: 60%;
    margin-left: -160px
}

.content-boxed .content-right {
    max-width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%
}

.content-center {
    width: 100%;
    padding-bottom: 100px
}

.brand-logo-section .logo-carousel {
    background-color: var(--color-white);
    -webkit-box-shadow: 0 20px 100px 0 rgba(58, 65, 111, .1);
    box-shadow: 0 20px 100px 0 rgba(58, 65, 111, .1);
    text-align: center
}

.image-content-box {
    position: relative;
    z-index: 1;
    padding-bottom: 50px
}

.image-content-box .thumbnail {
    overflow: hidden
}

.image-content-box .thumbnail img {
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s
}

.image-content-box .content {
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    background-color: var(--color-white);
    border-radius: 7px;
    -webkit-box-shadow: 0 10px 60px 0 rgba(38, 103, 255, .1);
    box-shadow: 0 10px 60px 0 rgba(38, 103, 255, .1);
    padding: 20px;
    text-align: center
}

.image-content-box .content .title {
    font-size: 24px;
    letter-spacing: -1px
}

.image-content-box:hover .thumbnail img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-blog-post .post-content {
    position: relative;
    z-index: 1;
    padding: 40px 50px;
    background-color: var(--color-white);
    -webkit-box-shadow: 0 20px 100px 0 rgba(58, 65, 111, .1);
    box-shadow: 0 20px 100px 0 rgba(58, 65, 111, .1)
}

.single-blog-post .post-categories {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.single-blog-post .post-categories a {
    display: block;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 18px;
    line-height: 1;
    padding: 12px 19px
}

.single-blog-post .post-categories a:hover {
    background-color: var(--color-secondary);
    color: var(--color-white)
}

.single-blog-post .post-categories a:not(:last-child) {
    margin-right: 5px
}

.single-blog-post .post-title {
    font-size: 28px;
    letter-spacing: -.5px;
    margin-bottom: 25px;
    line-height: 1.4
}

.single-blog-post .post-meta {
    margin-bottom: 10px;
    line-height: 1
}

.single-blog-post .post-meta li a {
    color: var(--color-body);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    display: block;
    margin-bottom: 10px
}

.page-pagination li:not(:last-child),
.single-blog-post .post-meta li a i {
    margin-right: 10px
}

.single-blog-post .post-meta li:not(:last-child) {
    margin-right: 25px
}

.single-blog-post .post-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 30px;
    border: 2px solid var(--color-secondary-10);
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: var(--color-secondary);
    text-transform: capitalize;
    margin-top: 30px
}

.single-blog-post .post-thumbnail {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.single-blog-post .post-thumbnail .video-popup {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 90px;
    width: 90px;
    background-color: var(--color-white);
    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-radius: 50%;
    font-size: 15px;
    z-index: 2
}

.single-blog-post .post-thumbnail .video-popup::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    opacity: .1;
    border-radius: 50%
}

.single-blog-post.no-thumbnail .post-categories {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-bottom: 30px
}

.single-blog-post.no-thumbnail .post-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: '';
    background-repeat: no-repeat;
    background-position: 85% center;
    opacity: .03
}

.single-blog-post.video-post .post-thumbnail::before {
    content: "";
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-secondary);
    opacity: .4;
    z-index: 1
}

.single-blog-post.quote-post .post-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: '';
    background-repeat: no-repeat;
    background-position: center;
    opacity: .03
}

.blog-details-content blockquote {
    background-color: var(--color-off-white);
    border-radius: 7px;
    padding: 40px 50px 40px 54px;
    font-size: 24px;
    color: var(--color-secondary);
    line-height: 1.5;
    margin: 40px 0;
    position: relative;
    z-index: 1
}

.blog-details-content blockquote cite {
    position: relative;
    padding-left: 60px;
    font-size: 18px;
    font-style: normal;
    line-height: 1;
    margin-top: 15px;
    display: block
}

.blog-details-content blockquote cite::before {
    content: "";
    position: absolute;
    left: 0;
    top: 51%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: var(--color-primary);
    opacity: .2
}

.blog-details-content blockquote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: var(--color-primary);
    border-radius: 2px
}

.blog-details-content .related-tags a,
.page-pagination a {
    color: var(--color-secondary);
    background-color: var(--color-secondary-10)
}

.blog-details-content .post-share,
.blog-details-content .related-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-details-content .post-share .title,
.blog-details-content .related-tags .title {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--font-quicksand);
    line-height: 1;
    color: var(--color-secondary);
    margin-right: 20px
}

.blog-details-content .related-tags a {
    padding: 8px 15px;
    border-radius: 5px;
    line-height: 1;
    margin-right: 10px;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px
}

.blog-details-content .post-share a {
    color: var(--color-body);
    margin-right: 15px
}

.blog-details-content .post-author {
    padding: 40px 45px;
    background-color: var(--color-off-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px
}

.blog-details-content .post-author .author-photo {
    width: 160px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    margin-right: 40px
}

.blog-details-content .post-author .author-photo img {
    border-radius: 50%
}

.blog-details-content .post-author .name {
    font-size: 22px;
    margin-bottom: 10px
}

.blog-details-content .post-author .share-links {
    line-height: 1;
    margin-top: 25px
}

.blog-details-content .post-author .share-links li {
    display: inline-block;
    margin-right: 8px
}

.blog-details-content .post-nav {
    margin: 60px 0;
    padding: 60px 0;
    border-top: 1px solid var(--color-secondary-10);
    border-bottom: 1px solid var(--color-secondary-10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-details-content .post-nav .next-post,
.blog-details-content .post-nav .prev-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%
}

.blog-details-content .post-nav .next-post .post-thumb,
.blog-details-content .post-nav .prev-post .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    margin-right: 15px
}

.blog-details-content .post-nav .next-post h6,
.blog-details-content .post-nav .prev-post h6 {
    font-size: 18px
}

.blog-details-content .post-nav .next-post span,
.blog-details-content .post-nav .prev-post span {
    line-height: 1;
    font-size: 14px;
    font-weight: 600
}

.comment-template .template-title {
    font-size: 24px;
    margin-bottom: 40px
}

.comment-template .comment-list li .children {
    margin-top: 50px;
    padding-left: 60px
}

.comment-template .comment-list .comment-body,
.primary-sidebar .widget.latest-post-widget .popular-posts-item,
.product-details-wrapper .product-summary-area .product-summery-wrapper .product-cart-form form,
.shop-sidebar .widget.product-list-widget ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comment-template .comment-list .comment-body .author-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 30px
}

.comment-template .comment-list .comment-body .author-thumb img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.comment-template .comment-list .comment-content {
    position: relative;
    line-height: 1.8
}

.comment-template .comment-list .comment-content .name {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.comment-template .comment-list .comment-content .reply-link {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
    color: var(--color-secondary)
}

.page-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px
}

.page-pagination a {
    border-radius: 5px;
    width: 55px;
    height: 55px;
    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;
    font-size: 20px
}

.primary-sidebar .widget:not(:last-child) {
    margin-bottom: 55px
}

.primary-sidebar .widget .widget-title {
    border-bottom: 1px solid var(--color-secondary-10);
    padding-bottom: 20px;
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 1.1;
    position: relative
}

.primary-sidebar .widget .widget-title::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 60px;
    background-color: var(--color-primary);
    left: 0;
    bottom: -2px;
    -webkit-transition: .3s;
    transition: .3s
}

.primary-sidebar .widget .widget-title:hover::after {
    -webkit-transform: translate(15px, 0);
    transform: translate(15px, 0)
}

.primary-sidebar .widget.search-widget {
    background-color: var(--color-secondary);
    padding: 30px
}

.primary-sidebar .widget.search-widget .search-title {
    color: var(--color-white);
    margin-bottom: 15px;
    text-transform: capitalize
}

.primary-sidebar .widget.search-widget form,
.shop-sidebar .widget.product-search-widget form,
.template-footer .footer-widgets-area .widget .newsletter-form form {
    position: relative
}

.primary-sidebar .widget.search-widget form input {
    height: 60px;
    width: 100%;
    background-color: var(--color-white);
    padding-left: 25px;
    padding-right: 55px
}

.primary-sidebar .widget.search-widget form button {
    height: 45px;
    width: 45px;
    border-radius: 5px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: var(--color-primary);
    color: var(--color-white);
    border: none;
    -webkit-transition: .3s;
    transition: .3s
}

.primary-sidebar .widget.search-widget form button:hover {
    background: var(--color-secondary)
}

.primary-sidebar .widget.category-widget li a {
    color: var(--color-body);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: capitalize;
    display: block;
    position: relative
}

.primary-sidebar .widget.category-widget li a::after {
    display: inline-block;
    position: absolute;
    right: 0;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400
}

.primary-sidebar .widget.latest-post-widget .popular-posts-item .popular-posts-thumbnail {
    width: 75px;
    height: 75px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 20px;
    overflow: hidden
}

.primary-sidebar .widget.latest-post-widget .popular-posts-item .popular-posts-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.primary-sidebar .widget.latest-post-widget .popular-posts-item .popular-posts-title {
    font-size: 17px;
    line-height: 1.2
}

.primary-sidebar .widget.latest-post-widget .popular-posts-item .posts-date {
    color: var(--color-body);
    font-size: 15px;
    font-weight: 600
}

.primary-sidebar .widget.latest-post-widget .popular-posts-item .posts-date i {
    margin-right: 7px
}

.primary-sidebar .widget.cta-widget {
    background-size: cover;
    background-position: center;
    padding: 50px 75px 50px 35px;
    position: relative;
    z-index: 1
}

.primary-sidebar .widget.cta-widget::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(11, 20, 96, .94118)), color-stop(71%, rgba(27, 27, 70, .47)), to(rgba(33, 30, 59, 0)));
    background-image: linear-gradient(90deg, rgba(11, 20, 96, .94118) 0, rgba(27, 27, 70, .47) 71%, rgba(33, 30, 59, 0) 100%)
}

.primary-sidebar .widget.cta-widget .subtitle {
    font-size: 14px;
    font-weight: 700;
    font-family: var(--font-quicksand)
}

.primary-sidebar .widget.cta-widget .cta-btn {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-white);
    background-color: var(--color-primary);
    border-radius: 5px;
    padding: 15px 25px;
    line-height: 1;
    margin-top: 25px
}

.primary-sidebar .widget.cta-widget .cta-btn:hover,
.product-loop .single-product .product-action a:hover {
    color: var(--color-white);
    background-color: var(--color-secondary)
}

.primary-sidebar .widget.widget-tag-cloud .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.primary-sidebar .widget.widget-tag-cloud .tags a {
    margin: 0 10px 10px 0;
    background-color: rgba(38, 103, 255, .07);
    color: var(--color-secondary);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 11px 16px;
    border-radius: 5px
}

.product-loop-topbar .product-count {
    font-size: 18px;
    font-family: var(--font-quicksand);
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 10px
}

.product-loop-topbar .product-ordering .nice-select {
    height: 50px;
    font-size: 15px;
    margin-bottom: 10px
}

.product-loop-topbar .product-ordering .nice-select:focus,
.product-loop-topbar .product-ordering .nice-select:hover {
    border-color: transparent;
    background-color: var(--color-off-white)
}

.product-loop .single-product .product-thumb {
    position: relative;
    overflow: visible;
    margin-bottom: -1px
}

.product-loop .single-product .product-action {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-loop .single-product .product-action li {
    margin: 0 4px;
    line-height: 1;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.product-loop .single-product .product-action li:nth-child(2) {
    -webkit-transition-delay: 30ms;
    transition-delay: 30ms
}

.product-loop .single-product .product-action li:nth-child(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms
}

.product-loop .single-product .product-action a {
    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(--color-white);
    color: var(--color-secondary)
}

.product-loop .single-product .product-info {
    text-align: center;
    line-height: 1;
    border: 1px solid var(--color-primary-10);
    padding: 25px 20px
}

.product-loop .single-product .product-info .rating {
    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;
    margin-bottom: 10px
}

.product-loop .single-product .product-info .rating li {
    font-size: 14px;
    color: #f3ad16;
    margin: 0 2px
}

.product-loop .single-product .product-info .title {
    font-size: 18px;
    margin-bottom: 10px
}

.product-loop .single-product .product-info .price {
    font-weight: 700
}

.product-loop .single-product:hover .product-action li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.product-pagination {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.product-pagination li a {
    width: 45px;
    height: 45px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid var(--color-primary-10);
    border-radius: 50%;
    margin: 0 4px;
    font-family: var(--font-quicksand);
    font-size: 16px;
    font-weight: 700;
    color: var(--color-secondary);
    -webkit-transition: .3s;
    transition: .3s
}

.product-pagination li a.active,
.product-pagination li a:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white)
}

.product-details-wrapper .product-summary-area {
    padding: 0 40px 80px
}

.product-details-wrapper .product-summary-area .product-summery-wrapper {
    padding-left: 20px
}

.product-details-wrapper .product-summary-area .product-summery-wrapper .summery-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--color-secondary-10)
}

.product-details-wrapper .product-summary-area .product-summery-wrapper .summery-top-center,
.summery-top-center {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

.product-details-wrapper .product-summary-area .product-summery-wrapper .summery-top-left {
    max-width: 60%
}

.product-details-wrapper .product-summary-area .product-summery-wrapper .summery-top-right {
    max-width: 40%;
    text-align: right
}

.product-details-wrapper .product-summary-area .product-summery-wrapper .title {
    font-size: 30px;
    margin-bottom: 8px
}

.product-details-wrapper .product-summary-area .product-summery-wrapper .subtitle {
    font-size: 17px;
    line-height: 1.4
}

.product-details-wrapper .product-summary-area .product-summery-wrapper .price {
    font-family: var(--font-quicksand);
    font-size: 30px;
    font-weight: 700
}

.product-details-wrapper .product-summary-area .product-summery-wrapper .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px
}

.product-details-wrapper .product-summary-area .product-summery-wrapper .rating i {
    font-size: 15px;
    color: #ffaa17
}

.product-details-wrapper .product-summary-area .product-summery-wrapper .rating span {
    color: var(--color-secondary);
    margin-left: 5px;
    font-size: 14px;
    font-weight: 600
}

.product-details-wrapper .product-summary-area .product-summery-wrapper .product-meta {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-details-wrapper .product-summary-area .product-summery-wrapper .product-meta .product-categories,
.product-details-wrapper .product-summary-area .product-summery-wrapper .product-meta .product-tags {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    line-height: 1
}

.product-details-wrapper .product-summary-area .product-summery-wrapper .product-meta .product-tags {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 20px
}

.product-details-wrapper .product-summary-area .product-summery-wrapper .product-meta .product-categories span,
.product-details-wrapper .product-summary-area .product-summery-wrapper .product-meta .product-tags span {
    color: var(--color-secondary);
    font-weight: 700;
    margin-right: 5px
}

.product-details-wrapper .product-summary-area .product-summery-wrapper .product-cart-form form input {
    height: 50px;
    border-color: var(--color-primary-7);
    width: 105px;
    padding: 0 10px;
    text-align: center;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600
}

.product-details-wrapper .product-summary-area .product-summery-wrapper .product-cart-form form .template-btn {
    height: 50px;
    padding: 0 30px;
    margin: 0 10px
}

.product-details-wrapper .product-summary-area .product-summery-wrapper .product-cart-form form .wishlist a {
    height: 50px;
    width: 50px;
    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;
    color: var(--color-secondary);
    font-size: 15px;
    border: 2px solid var(--color-primary-7);
    border-radius: 5px
}

.product-details-wrapper .product-summary-area .product-summery-wrapper .product-cart-form form .wishlist a:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary)
}

.product-details-wrapper .product-gallery-wrapper .product-thumb-gallery {
    padding-top: 30px
}

.product-details-wrapper .product-gallery-wrapper .product-thumb-gallery .single-thumb {
    cursor: pointer
}

.product-details-wrapper .product-details-tab .nav-tabs {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 45px
}

.product-details-wrapper .product-details-tab .nav-tabs .nav-item .nav-link {
    margin: 0;
    border: none;
    border-radius: 5px;
    background-color: var(--color-primary-10);
    color: var(--color-secondary);
    font-size: 20px;
    font-family: var(--font-quicksand);
    font-weight: 700;
    line-height: 1.3;
    padding: 15px 55px
}

.product-details-wrapper .product-details-tab .tab-content .tab-title {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center
}

.related-product-wrap {
    padding-top: 100px;
    margin-top: 100px;
    border-top: 2px solid var(--color-primary-7)
}

.related-product-wrap .related-product-title {
    font-size: 42px;
    margin-bottom: 45px;
    text-align: center
}

.shop-sidebar .widget {
    padding: 30px 7px;
    border: 2px solid var(--color-primary-10)
}

.shop-sidebar .widget-title {
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center
}

.shop-sidebar .widget.product-search-widget {
    padding: 0;
    border: none
}

.shop-sidebar .widget.product-search-widget input {
    height: 60px;
    font-weight: 600;
    padding: 0 50px 0 25px
}

.shop-sidebar .widget.product-search-widget button {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: var(--color-secondary)
}

.shop-sidebar .widget.product-category-widget ul li a {
    color: var(--color-body);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5
}

.shop-sidebar .widget.product-category-widget ul li a::before {
    content: "+";
    margin-right: 8px
}

.shop-sidebar .widget.product-list-widget ul li .product-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    width: 70px;
    margin-right: 15px
}

.shop-sidebar .widget.product-list-widget ul li .title {
    font-size: 15px;
    letter-spacing: -.5px
}

.shop-sidebar .widget.product-list-widget ul li .category {
    font-size: 15px;
    color: var(--color-body);
    line-height: 1
}

.shop-sidebar .widget.product-tags-widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px
}

.shop-sidebar .widget.product-tags-widget ul li {
    padding: 5px;
    line-height: 1
}

.shop-sidebar .widget.product-tags-widget ul a {
    color: var(--color-body);
    background-color: var(--color-primary-10);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    padding: 6px 15px
}

.shop-sidebar .widget.product-filter-widget .range-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 3px;
    background: var(--color-primary);
    outline: 0;
    border: none;
    border-radius: 0
}

.shop-sidebar .widget.product-filter-widget .range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 3px;
    height: 15px;
    background: var(--color-primary);
    cursor: pointer
}

.shop-sidebar .widget.product-filter-widget .range-slider::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 3px;
    height: 15px;
    background: var(--color-primary);
    cursor: pointer
}

.shop-sidebar .widget.product-filter-widget span {
    display: block;
    line-height: 1;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700
}

.section-animate-icons .animate-icons img.line-rectangle {
    left: 8%;
    top: 18%
}

.section-animate-icons .animate-icons img.dots-circle {
    top: 10%;
    right: 10%;
    opacity: .3
}

.section-animate-icons .animate-icons img.dots-square {
    left: 20%;
    bottom: 15%
}

.section-animate-icons .animate-icons img.wave-line {
    right: 8%;
    bottom: 20%
}

.section-wave-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .05;
    background-image: url(../img/shape/wave-bg.webp);
    background-repeat: no-repeat;
    background-size: 100%
}

.counter-boxed .container {
    max-width: 1400px;
    padding: 30px 115px 70px
}

.have-blob-image .blob-image {
    position: absolute;
    right: 8%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    max-width: 50%;
    max-height: 90%
}

.related-section-line::after,
.related-section-line::before,
.section-blob-bg-four::before,
.section-blob-bg-three::before,
.section-blob-bg-two::after,
.section-blob-bg-two::before,
.section-blob-bg::before,
.triangle-pattern-left::before,
.triangle-pattern-red-right::before,
.triangle-pattern-right::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.section-blob-bg::before {
    opacity: .06;
    background-image: url(../img/shape/blob-shape.webp);
    background-repeat: no-repeat;
    background-position: left top;
    width: auto;
    height: auto
}

.section-blob-bg-two::before {
    opacity: .07;
    background-image: url(../img/shape/blob-shape-2-1.webp);
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    background-position: 0 30%
}

.section-blob-bg-three::before,
.section-blob-bg-two::after {
    opacity: .06;
    width: auto;
    height: auto;
    background-repeat: no-repeat
}

.section-blob-bg-two::after {
    background-image: url(../img/shape/blob-shape-2-2.webp);
    background-position: right center
}

.section-blob-bg-three::before {
    background-image: url(../img/shape/blob-shape-3.webp);
    background-position: right 92%
}

.section-blob-bg-four::before {
    opacity: .07;
    background-image: url(../img/shape/blob-shape-5.webp);
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    background-position: 15% 15%
}

.section-blob-bg-five::before,
.section-blob-bg-six::before {
    z-index: -1;
    opacity: .06;
    background-repeat: no-repeat;
    content: "";
    left: 0;
    position: absolute;
    top: 0
}

.section-blob-bg-five::before {
    background-image: url(../img/shape/blob-shape-6.webp);
    background-position: right center;
    width: auto;
    height: auto
}

.section-blob-bg-six::before {
    background-image: url(../img/shape/blob-shape-7.webp);
    background-position: left bottom;
    width: auto;
    height: auto
}

.triangle-pattern-left::before {
    background-image: url(../img/shape/triangle-pattern.webp);
    background-repeat: no-repeat;
    background-position: left center;
    width: auto;
    height: auto
}

.triangle-pattern-right::before {
    background-repeat: no-repeat;
    background-position: right center
}

.related-section-line::after,
.related-section-line::before {
    background-image: url(../img/shape/line-2.webp);
    background-repeat: no-repeat;
    width: auto;
    height: auto
}

.related-section-line {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.related-section-line::before {
    background-position: 0 51%
}

.related-section-line::after {
    background-position: 100% 85%
}

.related-blur-bg {
    background-image: '';
    background-repeat: no-repeat;
    background-position: center
}

.service-with-team::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary);
    background-image: url(../img/consultation-bg.webp);
    background-repeat: no-repeat;
    background-position: 4% 0;
    z-index: -2
}

.service-with-team .animate-icon {
    position: absolute;
    right: 5%;
    top: 5%;
    z-index: -1
}

.team-with-video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22.4%;
    width: 100%;
    height: 56%;
    background-color: var(--color-primary);
    background-image: '';
    background-size: cover;
    background-position: center;
    z-index: -1
}

.template-footer .footer-widgets-area {
    padding-top: 80px;
    padding-bottom: 30px
}

.template-footer .footer-widgets-area .widget .widget-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px
}

.template-footer .footer-widgets-area .widget.contact-widget .phone-number span {
    color: var(--color-secondary);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    display: block
}

.mail {
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    display: block;
    font-style: normal
}

.template-footer .footer-widgets-area .widget.contact-widget .phone-number a {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 1
}

.template-footer .footer-widgets-area .widget.contact-widget .phone-number a i {
    margin-right: 5px;
    font-size: 18px
}

.template-footer .footer-widgets-area .widget.nav-widget ul li {
    line-height: 1;
    margin-bottom: 10px
}

.template-footer .footer-widgets-area .widget.nav-widget ul li a {
    font-family: var(--font-nunito);
    font-size: 16px;
    line-height: 1.5
}

.template-footer .footer-widgets-area .widget .newsletter-form input {
    background-color: transparent;
    border: 2px solid var(--color-secondary-10);
    border-radius: 7px;
    padding-left: 30px;
    padding-right: 145px;
    height: 65px;
    font-size: 16px;
    font-weight: 600
}

.template-footer .footer-widgets-area .widget .newsletter-form button {
    position: absolute;
    z-index: 2;
    right: 10px;
    /* bottom: 100px; */
    top: 50%;
    transform: translateY(-135%);
    border: none;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 0 20px;
    border-radius: 5px;
    -webkit-transition: .3s;
    height: 50px;
    transition: .3s
    
}

.template-footer .footer-widgets-area .widget .newsletter-form button:hover {
    background-color: var(--color-secondary)
}

.template-footer .footer-widgets-area .widget .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    line-height: 1
}

.template-footer .footer-widgets-area .widget .social-links li span {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-quicksand);
    color: var(--color-secondary);
    margin-right: 15px
}

.template-footer .footer-widgets-area .widget .social-links li a {
    font-size: 24px;
    margin-right: 10px;
    color: var(--color-secondary)
}

.template-footer .copyright-box {
    text-align: center;
    margin-bottom: 40px;
    background-color: var(--color-off-white);
    padding: 14px;
    color: var(--color-secondary);
    font-size: 16px;
    font-weight: 600
}

.template-footer .copyright-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    padding: 15px 0;
    border-top: 1px solid var(--color-primary-10);
    color: var(--color-secondary)
}

.template-footer .copyright-area .summery-left,
.template-footer .copyright-area .summery-right {
    max-width: 50%
}

.template-footer .copyright-area .summery-right .subtitle {
    color: #000
}

.template-footer.text-white-version .footer-widgets-area .widget .newsletter-form input {
    border-color: var(--color-white-10);
    color: var(--color-white)
}

.template-footer.text-white-version .footer-widgets-area .widget .newsletter-form button:hover {
    background-color: var(--color-white);
    color: var(--color-secondary)
}

.template-footer.text-white-version .copyright-area,
.template-footer.text-white-version .copyright-area a {
    color: rgba(255, 255, 255, .5)
}

.career-area {
    padding-top: 10px
}

.career-area .container {
    padding: 50px 70px;
    border-radius: 7px;
    background-color: var(--color-white);
    border-top: 2px solid var(--color-primary-10)
}

.career-area .cta-title {
    font-size: 35px
}

.dark-version,
.dark-version .latest-post-box .post-meta a,
.dark-version .pricing-table .feature-list li,
.dark-version .testimonial-item .author .title {
    color: var(--color-white-60)
}

.dark-version .consultation-form .nice-select,
.dark-version .consultation-form input,
.dark-version .consultation-form select,
.dark-version .content-boxed,
.dark-version .iconic-box,
.dark-version .latest-post-box.thumbnail-left .post-content,
.dark-version .pricing-table,
.dark-version .slick-current .testimonial-item .author-photo::before,
.dark-version .slick-current .testimonial-item .content,
.dark-version .template-footer .career-area .container,
.dark-version .template-header.sticky-header.sticky-on {
    background-color: var(--color-deep-dark)
}

.dark-version {
    background-color: var(--color-dark)
}

.dark-version .template-header .navbar-toggler {
    border-color: var(--color-white)
}

.dark-version .hero-area-two {
    background-color: var(--color-primary-7)
}

.dark-version .hero-area-two::before {
    background-image: url(../img/hero-bg-two.webp);
    background-position: center;
    width: auto;
    height: auto;
    background-size: cover
}

.dark-version .hero-area-two .hero-content .tagline {
    background-color: var(--color-white-10);
    color: var(--color-primary)
}

.dark-version .testimonial-item .content {
    border-color: #383839
}

.dark-version .testimonial-item .author-photo::before {
    background-color: var(--color-dark);
    border-color: #383839
}

.dark-version .slick-current .testimonial-item .content {
    color: rgba(255, 255, 255, .6);
    border-color: transparent
}

.dark-version .section-blob-bg-two::after {
    background-image: url(../img/shape/blob-shape-2-2-dark.webp);
    width: auto;
    height: auto
}

.dark-version .accordion .accordion-item,
.dark-version .accordion .accordion-item .accordion-content,
.dark-version .accordion .accordion-item .accordion-title {
    background-color: #141415
}

.dark-version .pricing-table .template-btn.bordered-btn {
    border-color: #383839;
    color: var(--color-white)
}

.dark-version .pricing-table.featured-plan .template-btn,
.dark-version .pricing-table:hover .template-btn {
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}

.dark-version .latest-news-section .container {
    padding-top: 130px;
    border-top: 1px solid var(--color-white-10)
}

.dark-version .latest-post-box .template-btn {
    background-color: #161516;
    color: var(--color-white)
}

.dark-version .section-blob-bg::before {
    opacity: 1;
    background-image: url(../img/shape/blob-shape-dark.webp);
    width: auto;
    height: auto
}

.dark-version .consultation-section {
    max-width: 1450px;
    background: #0b0b0b;
    margin: auto auto 130px
}

.dark-version .consultation-form,
.dark-version .consultation-form::before {
    background-color: #151516;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dark-version .call-to-action {
    max-width: 1600px;
    margin: auto;
    border: none
}

.dark-version .call-to-action.style-two .cta-shape {
    opacity: .03
}

.dark-version .triangle-pattern-right::before {
    opacity: .2
}

.dark-version .template-footer.bg-color-secondary {
    background-color: transparent !important
}

.fixTableHead {
    overflow-y: auto;
    height: 500px
}

.fixTableHead thead th {
    position: sticky;
    top: 0
}

#materials {
    border-spacing: 10px;
    width: 100%;
    padding: 5px;
    border-radius: 15px;
    border: 3px solid #ddd;
    box-align: center
}

table {
    border-radius: 20px
}

th {
    cursor: pointer;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-family: var(--font-quicksand)
}

#materials th:hover {
    background-color: #3474b4
}

#materials tr.header,
.materials-data-table-wrapper {
    background-color: var(--color-off-white)
}

td,
th {
    text-align: left;
    padding: 16px
}

tr {
    background-color: #fff;
    border: 1px solid #ddd
}

#materials tr:hover {
    background-color: #afdff3;
    cursor: pointer
}

.materials-data-table-wrapper {
    border-radius: 16px;
    height: 700px;
    padding: 32px;
    width: 100%;
    align-items: center
}

#le-Input-1 {
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    border-radius: 25px;
    width: 300px;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px
}

label {
    width: 250px;
    color: var(--c-gray-600);
    font-size: var(--fs-xxs);
    padding-right: 10px;
    vertical-align: middle
}

.font-size {
    font-size: 22px;
    color: #000
}

.text,
input[type=checkbox]:after {
    font-size: 20px;
    text-align: center
}

input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #040404;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0
}

input[type=checkbox]:after {
    content: '\2713';
    font-weight: 700;
    color: #fff;
    display: none
}

input[type=checkbox]:hover {
    background-color: #a5a5a5
}

input[type=checkbox]:checked {
    background-color: #55aff9;
    border: 1.5px solid #040404
}

#materialList,
#materialListContainer,
input[type=checkbox]:checked:after {
    display: block
}

.rounded-corners {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden
}

.rounded-corners td,
.rounded-corners th {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 1px
}

#email-input {
    padding: 5px;
    border-radius: 3px
}

button {
    padding: 5px 10px;
    background-color: #337ab7;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer
}

.error,
.popup-container,
.popup-image {
    border-radius: 10px
}

#message {
    margin-top: 10px;
    font-weight: 700
}

.bullet-list {
    margin: 0;
    padding: 0
}

.bullet-list ul {
    list-style-type: disc
}

.single-thumbnail {
    height: 50%;
    width: 50%
}

.site-logo {
    height: 75px;
    width: 105px
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.error-text {
    text-align: center;
    padding: 20px;
    font-family: var(--font-quicksand)
}

.error {
    font-family: var(--font-quicksand);
    font-size: 22px;
    text-decoration: none;
    padding: 11px;
    background: var(--color-primary);
    color: #fff
}

.popup-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    z-index: 1100;
    background: #6b6b6b;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.tilke-video,
.tilke-video .video-popup {
    display: -webkit-box;
    display: -ms-flexbox
}

.responsive-iframe,
.tilke-video::before {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%
}

.popup-content {
    color: var(--color-white);
    text-align: center;
    font-family: var(--font-quicksand);
    font-size: 26px;
    background-color: #1b2636;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px
}

.popup-image {
    width: 750px
}

.close-btn {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 15px
}

@media (max-width:600px) {
    .popup-container {
        width: 80%
    }

    .popup-content {
        font-family: var(--font-quicksand);
        font-size: 18px
    }

    .popup-image {
        border-radius: 10px
    }
}

.processCheckbox[disabled] {
    color: #999;
    cursor: not-allowed;
    opacity: .5;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: .5em
}

#materialList li.list-item {
    display: list-item
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.responsive-iframe {
    width: 100%
}

.ml-20 {
    margin-left: 20px
}

.checkbox-container {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    margin-top: 15px
}

.tilke-video,
.tilke-video::before {
    background-color: var(--color-secondary);
    width: 100%
}

.checkbox-container ul {
    list-style: none;
    margin: 0 1px
}

.checkbox-container ul input[type=checkbox] {
    margin: 1px 15px
}

.tilke-video {
    height: 590px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center
}

.tilke-video::before {
    content: "";
    z-index: -1;
    opacity: .7
}

.tilke-video .video-popup {
    position: relative;
    z-index: 1;
    height: 90px;
    width: 90px;
    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(--color-white);
    border-radius: 50%;
    font-size: 15px;
    color: var(--color-primary)
}

.tilke-video .video-popup::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--color-white);
    opacity: .1;
    border-radius: 50%;
    -webkit-animation: 1.5s ease-out infinite pulse-border;
    animation: 1.5s ease-out infinite pulse-border
}

;

.flurry-flake-character,
.flurry-flake-x,
.flurry-flake-y {
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes flurry-x {
    0% {
        transform: translateX(-10%)
    }

    100% {
        transform: translateX(110%)
    }
}

@keyframes flurry-y {
    0% {
        opacity: 1;
        transform: translatey(-15%)
    }

    20% {
        opacity: 1
    }

    35% {
        opacity: 0
    }

    100%,
    40% {
        opacity: 0;
        transform: translateY(100%)
    }
}

@keyframes flurry-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(180deg)
    }
}

.flurry-container {
    width: 100%;
    pointer-events: none
}

.flurry-flake-x {
    animation-name: flurry-x;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flurry-flake-y {
    animation-name: flurry-y;
    height: 100%
}

.flurry-flake-character {
    animation-name: flurry-rotate;
    color: var(--color-primary);
    display: inline-block
}

/* New code */
/* Header Section */

.scale-header {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    margin-bottom: 0;
}

.scale-header-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
    z-index: 0;
    filter: blur(6px);
    -webkit-filter: blur(6px);
    box-shadow: inset 0 0 90px 150px rgba(235, 233, 233, 0.767);
}

.scale-header .container {
    position: relative;
    z-index: 2;
}

.scale-header-background.active {
    opacity: 1;
}

.scale-header-content {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.scale-header-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
    color: var(--color-secondary);
    text-align: center;
}

.scale-header-subtitle {
    font-size: 20px;
    color: var(--color-secondary);
    margin-bottom: 1rem;
    text-align: center;
}

.scale-header-content .hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    width: 100%;
    box-sizing: border-box;
}

.slider-wrapper {
    width: 100%;
    overflow: hidden;
}

/* Gallery Styles - Keep original desktop, responsive mobile */
.gallery-item {
    position: relative;
    border-radius: 1px;
    aspect-ratio: 1/1;
    cursor: pointer;
    height: 365px;
    width: 100%;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s;
}

.gallery-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s;
}

.gallery-item:hover .gallery-image {
    opacity: 0;
}

.gallery-item:hover .gallery-video {
    opacity: 1;
}

/* Responsive Styles - Mobile */
@media (max-width: 768px) {
    .gallery-item {
        aspect-ratio: 3 / 4;
        height: auto;
    }
}


/* Main Slider Styles - Desktop (Original) */
#slider {
    position: relative;
    width: 45%;
    height: 27vw;
    margin: 80px auto;
    font-family: 'Helvetica Neue', sans-serif;
    perspective: 1400px;
    transform-style: preserve-3d;
}

/* Radio Button Styles - Desktop (Original) */
#slider input[type="radio"] {
    position: relative;
    top: 108%;
    left: 0%;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 7.5px;
    transform: translateX(-83px);
    cursor: pointer;
    appearance: none;
    border: 3px solid #2667ff;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.3s ease;
    opacity: 0.4;
    display: none;
}

#slider input[type="radio"]:nth-child(5) {
    margin-right: 0px;
}

#slider input[type="radio"]:checked {
    background-color: #2667ff;
    opacity: 1;
}

/* Label/Slide Styles - Desktop (Original) */
#slider label {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: white;
    font-size: 70px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 400ms ease;
    border-radius: 40px;
    background-color: transparent;
}

#slider label img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}

/* Slide Backgrounds - Desktop (Original) */
#slide1 {
    background-image: url("https://via.placeholder.com/300");
}

#slide2 {
    background: rgb(0, 0, 0);
}

#slide3 {
    background: rgb(0, 0, 0);
}

#slide4 {
    background: rgb(0, 0, 0);
}

#slide5 {
    background: rgb(0, 0, 0);
}

/* Slide States */
#slider input[type="radio"]:nth-of-type(1):checked~#slide1,
#slider input[type="radio"]:nth-of-type(2):checked~#slide2,
#slider input[type="radio"]:nth-of-type(3):checked~#slide3,
#slider input[type="radio"]:nth-of-type(4):checked~#slide4,
#slider input[type="radio"]:nth-of-type(5):checked~#slide5 {
    display: block;
}

/* Active Slide - Desktop (Original) */
#s1:checked~#slide1,
#s2:checked~#slide2,
#s3:checked~#slide3,
#s4:checked~#slide4,
#s5:checked~#slide5 {
    transform: translate3d(0%, 0, 0px) scaleY(1);
}

/* Next Slide - Desktop (Original) */
#s1:checked~#slide2,
#s2:checked~#slide3,
#s3:checked~#slide4,
#s4:checked~#slide5,
#s5:checked~#slide1 {
    transform: translate3d(15%, 0, -15px) scaleY(0.8);
    filter: blur(5px);
}

/* Previous Slide - Desktop (Original) */
#s1:checked~#slide5,
#s2:checked~#slide1,
#s3:checked~#slide2,
#s4:checked~#slide3,
#s5:checked~#slide4 {
    transform: translate3d(-15%, 0, -15px) scaleY(0.8);
    filter: blur(7px);
}

/* Next to Next Slide - Desktop (Original) */
#s1:checked~#slide3,
#s2:checked~#slide4,
#s3:checked~#slide5,
#s4:checked~#slide1,
#s5:checked~#slide2 {
    transform: translate3d(30%, 0, -30px) scaleY(0.6);
    filter: blur(5px);
}

/* Previous to Previous Slide - Desktop (Original) */
#s1:checked~#slide4,
#s2:checked~#slide5,
#s3:checked~#slide1,
#s4:checked~#slide2,
#s5:checked~#slide3 {
    transform: translate3d(-30%, 0, -30px) scaleY(0.6);
    filter: blur(7px);
}

/* Testimonial Slider Responsive */
.testimonial-slider-three {
    padding: clamp(20px, 5vw, 50px) clamp(10px, 3vw, 30px);
}

.testimonial-slider-three .item {
    max-width: clamp(300px, 80vw, 500px);
    margin: 0 auto;
}

.testimonial-slider-three .slick-slide {
    transition: all 0.3s ease;
}

.testimonial-slider-three .slick-center {
    transform: scale(1.05);
}

/* Add transition for smooth scaling - Desktop (Original) */
#slider label {
    transition: transform 0.5s ease;
}

/* Desktop Specific Styles - Remove these enhanced styles */
/* Keep original desktop behavior */

/* Large Desktop - Remove these enhanced styles */
/* Keep original desktop behavior */

/* Tablet Styles */
@media (max-width: 1024px) and (min-width: 769px) {
    #slider {
        width: 85%;
        height: 300px;
    }

    .testimonial-slider-three {
        padding: 30px 20px;
    }

    .testimonial-slider-three .item {
        max-width: 400px;
    }

    .scale-header-title {
        font-size: 2.5rem;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    #slider {
        width: 95%;
        height: clamp(180px, 40vw, 250px);
        margin: 30px auto;
    }

    #slider input[type="radio"] {
        width: 12px;
        height: 12px;
        top: calc(100% + 15px);
    }

    #slider input[type="radio"]:nth-child(1) {
        transform: translateX(calc(-50% - 40px));
    }

    #slider input[type="radio"]:nth-child(2) {
        transform: translateX(calc(-50% - 20px));
    }

    #slider input[type="radio"]:nth-child(3) {
        transform: translateX(-50%);
    }

    #slider input[type="radio"]:nth-child(4) {
        transform: translateX(calc(-50% + 20px));
    }

    #slider input[type="radio"]:nth-child(5) {
        transform: translateX(calc(-50% + 40px));
    }

    #slider label {
        border-radius: 15px;
    }

    .testimonial-slider-three .item {
        max-width: 95%;
    }

    .testimonial-slider-three .slick-slide {
        filter: blur(1px);
    }

    .testimonial-slider-three .slick-center {
        transform: scale(1.02);
        filter: blur(0);
    }

    .scale-header-title {
        font-size: 1.8rem;
    }

    .scale-header-subtitle {
        font-size: 16px;
    }

    .gallery-item {
        aspect-ratio: 3 / 4;
        height: auto !important;
        min-height: 280px;
        max-height: 800px;
    }

    /* Simplified mobile animations */
    #s1:checked~#slide2,
    #s2:checked~#slide3,
    #s3:checked~#slide4,
    #s4:checked~#slide5,
    #s5:checked~#slide1 {
        transform: translate3d(15%, 0, -10px) scale(0.8);
        filter: blur(1px);
    }

    #s1:checked~#slide5,
    #s2:checked~#slide1,
    #s3:checked~#slide2,
    #s4:checked~#slide3,
    #s5:checked~#slide4 {
        transform: translate3d(-15%, 0, -10px) scale(0.8);
        filter: blur(1px);
    }

    #s1:checked~#slide3,
    #s2:checked~#slide4,
    #s3:checked~#slide5,
    #s4:checked~#slide1,
    #s5:checked~#slide2 {
        transform: translate3d(30%, 0, -20px) scale(0.6);
        opacity: 0.4;
        filter: blur(2px);
    }

    #s1:checked~#slide4,
    #s2:checked~#slide5,
    #s3:checked~#slide1,
    #s4:checked~#slide2,
    #s5:checked~#slide3 {
        transform: translate3d(-30%, 0, -20px) scale(0.6);
        opacity: 0.4;
        filter: blur(2px);
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    #slider {
        width: 98%;
        height: clamp(160px, 35vw, 200px);
        margin: 20px auto;
    }

    #slider input[type="radio"] {
        width: 10px;
        height: 10px;
    }

    #slider input[type="radio"]:nth-child(1) {
        transform: translateX(calc(-50% - 30px));
    }

    #slider input[type="radio"]:nth-child(2) {
        transform: translateX(calc(-50% - 15px));
    }

    #slider input[type="radio"]:nth-child(3) {
        transform: translateX(-50%);
    }

    #slider input[type="radio"]:nth-child(4) {
        transform: translateX(calc(-50% + 15px));
    }

    #slider input[type="radio"]:nth-child(5) {
        transform: translateX(calc(-50% + 30px));
    }

    .scale-header-title {
        font-size: 1.5rem;
    }

    .scale-header-subtitle {
        font-size: 14px;
    }

    .gallery-item {
        height: clamp(120px, 30vw, 180px);
    }
}

/* Remove hover effects section - keep original desktop behavior */

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {

    #slider label,
    #slider input[type="radio"],
    .gallery-image,
    .gallery-video {
        transition: none;
    }
}
        

