/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-languagencdanew-support, threaded-comments, translation-ready
*/

p a {
    color: #FC6723;
}

p a:hover {
    color: #FC6723;
    text-decoration: underline;
}

.ncda-header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:before {
    content: "\f101" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 600 !important;
    position: absolute;
    transition: 0.5s;
    left: 0px;
    top: 4px;
    color: #b4b4b4;
    font-size: 15px;
}

.ncda-header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    display: inline-block;
    padding-left: 25px;
    transition: 0.5s;
}
.blog-single-container .social-share li:before{
display: none;
}
.ncda-header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
    padding-left: 35px;
}

.ncda-header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover:before {
    left: 10px;
}

select {
    -webkit-appearance: none;
}

.ncda-header {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #FFF0EC;
}

.ncda-footer .logo,
.ncda-header .logo {
    height: 86px;
}

.ncda-header ul {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}

.ncda-header ul li {
    display: inline-block;
}

.ncda-header ul li a {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    text-decoration: none;
    margin: 0 0px;
}

.ncda-btn {
    background-color: #FC6723 !important;
    border-radius: 6px !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    text-align: center !important;
    text-transform: capitalize;
    color: #FFF !important;
    position: relative !important;
    padding: 15px 20px !important;
    padding-right: 65px !important;
    overflow: hidden;
}

.ncda-btn:focus,
.ncda-btn:hover {
    background: #fb7f46 !important;
    color: #fff !important;
}

.ncda-btn img {
    position: absolute;
    /* width: 32px;
    height: 32px; */
    top: 10%;
    right: 15px;
    -webkit-animation: rocket-animation 5s infinite;
    animation: rocket-animation 5s infinite;
}

.ncda-btn .circle1 {
    opacity: .4;
    bottom: -17px;
    right: 60px;
    width: 20px;
    height: 20px;
    -webkit-animation: cloud-animation1 5s infinite;
    animation: cloud-animation1 5s infinite
}

.ncda-btn .circle2 {
    opacity: .8;
    bottom: -14px;
    right: 50px;
    -webkit-animation: cloud-animation2 5s infinite;
    animation: cloud-animation2 5s infinite
}

.ncda-btn .circle3 {
    opacity: .4;
    bottom: -12px;
    right: 37px;
    -webkit-animation: cloud-animation3 5s infinite;
    animation: cloud-animation3 5s infinite
}

.ncda-btn .circle4 {
    bottom: -10px;
    right: 28px;
    -webkit-animation: cloud-animation4 5s infinite;
    animation: cloud-animation4 5s infinite
}

.ncda-btn .circle5 {
    opacity: .8;
    bottom: -14px;
    right: 17px;
    -webkit-animation: cloud-animation5 5s infinite;
    animation: cloud-animation5 5s infinite
}

.ncda-btn .circle6 {
    opacity: .4;
    bottom: -16px;
    right: 10px;
    -webkit-animation: cloud-animation6 5s infinite;
    animation: cloud-animation6 5s infinite
}

.ncda-btn span {
    width: 18px;
    height: 18px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
}

.ncda-footer {
    background-color: #0E0F10;
    padding: 60px 0;
}

.menu-box {
    margin-top: 15px;
}

.menu-box ul {
    padding: 0;
    margin: 0;
}

.menu-box ul li {
    margin-bottom: 18px;
    list-style: none;
}

.menu-box p,
.menu-box ul li a {
    /* font-family: 'Recoleta'; */
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #EAECF0;
    text-decoration: none;
    font-family: "Recoleta", Sans-serif;
}

.menu-box ul li a {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.menu-box p {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: "Recoleta", Sans-serif;
}

.social-share,
.footer-copyright ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.footer-copyright ul li {
    display: inline-block;
}

.footer-copyright ul {
    display: flex;
    justify-content: space-between;
}

.footer-copyright ul li a,
.footer-copyright ul li {
    color: #fff;
    text-decoration: none;
}

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

.social-share li {
    margin: 0 5px;
    display: inline-block;
}

.footer-logo-content {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-style: normal;
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #EAECF0;
}

.ncda-header ul li a {
    position: relative;
}

/* .ncda-header ul li a:after {
    bottom: -4px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    background: #FC6723;
    opacity: 0.6;
    transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
    width: 0;
    } */

.ncda-header ul li a:hover:after {
    width: 100%;
    opacity: 0.9;
}

.menu-box ul li a {
    position: relative;
    padding-bottom: 5px;
}

.menu-box ul li a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #FC6723;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.menu-box ul li a:hover:after {
    width: 100%;
    left: 0;
}

.social-share li a img:hover {
    transition: all .5s;
    /* transform : translateY(10px); */
    transform: scale(1.5);
}

@-webkit-keyframes rocket-animation {

    0%,
    10%,
    100%,
    20%,
    30%,
    40%,
    50% {
        top: 10%;
        right: 15px
    }

    25%,
    35%,
    45% {
        top: 15%;
        right: 10px
    }

    55% {
        top: 13%;
        right: 13px
    }

    75% {
        top: -65%;
        right: -20px;
        opacity: 1
    }

    75.1% {
        top: -65%;
        right: -20px;
        opacity: 0
    }

    75.2% {
        top: 150%;
        right: 70px;
        opacity: 0
    }

    75.3% {
        top: 150%;
        right: 70px;
        opacity: 1
    }
}

@keyframes rocket-animation {

    0%,
    10%,
    100%,
    20%,
    30%,
    40%,
    50% {
        top: 10%;
        right: 15px
    }

    25%,
    35%,
    45% {
        top: 15%;
        right: 10px
    }

    55% {
        top: 13%;
        right: 13px
    }

    75% {
        top: -65%;
        right: -20px;
        opacity: 1
    }

    75.1% {
        top: -65%;
        right: -20px;
        opacity: 0
    }

    75.2% {
        top: 150%;
        right: 70px;
        opacity: 0
    }

    75.3% {
        top: 150%;
        right: 70px;
        opacity: 1
    }
}

@-webkit-keyframes cloud-animation1 {

    0%,
    10%,
    100%,
    20%,
    30%,
    40%,
    50% {
        bottom: -17px;
        right: 60px
    }

    25%,
    35%,
    45%,
    55% {
        bottom: -14px;
        right: 63px
    }

    75% {
        bottom: -30px
    }
}

@keyframes cloud-animation1 {

    0%,
    10%,
    100%,
    20%,
    30%,
    40%,
    50% {
        bottom: -17px;
        right: 60px
    }

    25%,
    35%,
    45%,
    55% {
        bottom: -14px;
        right: 63px
    }

    75% {
        bottom: -30px
    }
}

@-webkit-keyframes cloud-animation2 {

    0%,
    10%,
    100%,
    20%,
    30%,
    40%,
    50% {
        bottom: -14px;
        right: 50px
    }

    25%,
    35%,
    45%,
    55% {
        bottom: -11px;
        right: 47px
    }

    75% {
        bottom: -30px
    }
}

@keyframes cloud-animation2 {

    0%,
    10%,
    100%,
    20%,
    30%,
    40%,
    50% {
        bottom: -14px;
        right: 50px
    }

    25%,
    35%,
    45%,
    55% {
        bottom: -11px;
        right: 47px
    }

    75% {
        bottom: -30px
    }
}

@-webkit-keyframes cloud-animation3 {

    0%,
    10%,
    100%,
    20%,
    30%,
    40%,
    50% {
        bottom: -12px
    }

    25%,
    35%,
    45%,
    55% {
        bottom: -9px
    }

    75% {
        bottom: -30px
    }
}

@keyframes cloud-animation3 {

    0%,
    10%,
    100%,
    20%,
    30%,
    40%,
    50% {
        bottom: -12px
    }

    25%,
    35%,
    45%,
    55% {
        bottom: -9px
    }

    75% {
        bottom: -30px
    }
}

@-webkit-keyframes cloud-animation4 {

    0%,
    10%,
    100%,
    20%,
    30%,
    40%,
    50% {
        bottom: -10px
    }

    25%,
    35%,
    45%,
    55% {
        bottom: -7px
    }

    75% {
        bottom: -30px
    }
}

@keyframes cloud-animation4 {

    0%,
    10%,
    100%,
    20%,
    30%,
    40%,
    50% {
        bottom: -10px
    }

    25%,
    35%,
    45%,
    55% {
        bottom: -7px
    }

    75% {
        bottom: -30px
    }
}

@-webkit-keyframes cloud-animation5 {

    0%,
    10%,
    100%,
    20%,
    30%,
    40%,
    50% {
        bottom: -14px;
        right: 17px
    }

    25%,
    35%,
    45%,
    55% {
        bottom: -11px;
        right: 14px
    }

    75% {
        bottom: -30px
    }
}

@keyframes cloud-animation5 {

    0%,
    10%,
    100%,
    20%,
    30%,
    40%,
    50% {
        bottom: -14px;
        right: 17px
    }

    25%,
    35%,
    45%,
    55% {
        bottom: -11px;
        right: 14px
    }

    75% {
        bottom: -30px
    }
}

@-webkit-keyframes cloud-animation6 {

    0%,
    10%,
    100%,
    20%,
    30%,
    40%,
    50% {
        bottom: -15px
    }

    25%,
    35%,
    45%,
    55% {
        bottom: -12px
    }

    75% {
        bottom: -30px
    }
}

@keyframes cloud-animation6 {

    0%,
    10%,
    100%,
    20%,
    30%,
    40%,
    50% {
        bottom: -15px
    }

    25%,
    35%,
    45%,
    55% {
        bottom: -12px
    }

    75% {
        bottom: -30px
    }
}

.banner {
    position: relative;
}

.banner:before {
    width: 113px;
    height: 91px;
    background: url(images/pattern-1.svg);
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    content: "";
    transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}

.banner:after {
    width: 113px;
    height: 91px;
    background: url(images/pattern-1.svg);
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: "";
    transform: translatey(0px);
    -webkit-animation: float 8s ease-in-out infinite;
    animation: float 8s ease-in-out infinite;
}

@-webkit-keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}




.color-box {
    margin: 0;
    padding: 0;
}

.color-box li {
    width: calc(33.33% - 44px);
    display: inline-block;
    border-radius: 30px;
    padding: 40px;
    margin: 20px;
    transition: all .3s ease;
}

.color-box li:hover {
    box-shadow: 1px 8px 35px #bebebe80;
    transform: scale(1.02);
}

.color-box li img {
    width: 100%;
    /* height: 400px;
    object-fit: fill; */
}

.color-box li {
    background: #F5F3FF;
}

.color-box li:nth-child(1) {
    background: #F5F3FF;
}

.color-box li:nth-child(2) {
    background: #F5E7F4;
}

.color-box li:nth-child(3) {
    background: #D7E7FF;
}

.color-box li:nth-child(4) {
    background: #E4FCF3;
}

.box-content {
    padding-top: 20px;
    text-align: center;
}

.box-content a {
    background: #2A2C32;
    border-radius: 10px;
    padding: 16px 30px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    position: relative;
}

.box-content a:hover {
    color: #fff;
    background-color: transparent;
}

.box-content a::before {
    position: absolute;
    content: '';
    background-color: #FC6723;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 33px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.box-content a:hover::before {
    height: 380%;
}

.box-content h2 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
}

.box-content a i {
    transform: rotate(-45deg);
}


/* Our clients love us! */


.media {
    padding: 10px;
    overflow: hidden;
}

.media .info {
    overflow: hidden;
    overflow: hidden;
    padding: 30px;

}

.media .info img {
    height: 18px;
}

.media .img-wrap {
    float: left;
    margin-right: 0.5em;
}

.media .img-wrap img {
    display: block;
    height: 280px;
}

.our-clients {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 23px;
}

.our-clients li {
    display: inline-block;
    width: 33.33%;
    box-shadow: 1px 8px 35px #bebebe80;
    border-radius: 20px;
}

.our-clients li p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #374046;
}

.our-clients li h3 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #1F2123;
}



/* Blogs */


.blogs-box {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.blogs-box li {
    width: 31.33%;
    margin: 0 10px;
    display: inline-block;
    float: left;
}

.blogs-box li p {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.3px;
    color: #090914;
}

.blogs-box li .blog-img {
    height: 230px;
    text-align: center;
    margin-bottom: 0;
}

.blogs-box li .blog-img img {
    padding: 0 4px;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.subscribe {
    background-color: #D9F0F8;
    padding: 20px;
    padding-top: 150px;
    min-height: 450px;
    position: relative;
}

.subscribe::after {
    background-image: url(images/newslatter-wav1.svg);
    content: "";
    height: 120px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.subscribe h2 {
    font-family: 'Recoleta';
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    text-align: center;
    line-height: 65px;
    color: #000;
    margin-top: 40px;
}

.subscribe-search {
    max-width: 580px;
    margin: auto;
    border: 1px solid #FC6723;
    border-radius: 6px;
    margin-top: 20px;
}

.subscribe-search input {
    height: 54px;
}


.subscribe-search button:focus,
.subscribe-search button:active,
.subscribe-search input:focus {
    box-shadow: none;
}

.subscribe-search input:focus {
    border-color: #FC6723;
}

.subscribe-search button {
    width: 219px;
    color: #fff;
    background: #FC6723;
    border-radius: 6px;
}

.subscribe-search button:hover {
    background: #ff7535;
}

.float {
    position: relative;
}

.float-img {
    position: absolute;
    width: 40px;

}

@keyframes float1 {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatex(14px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes float2 {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatex(24px);
    }

    100% {
        transform: translatey(0px);
    }
}

.float-1 {
    top: 75px;
    left: 145px;
    animation: float1 8s ease-in-out infinite;
}

.float-1-1 {
    top: 80px;
    left: 150px;
    animation: float2 8s ease-in-out infinite;
}

.float-2 {
    top: 195px;
    left: -5px;
    animation: float1 8s ease-in-out infinite;
}

.float-2-1 {
    top: 200px;
    left: -10px;
    animation: float2 8s ease-in-out infinite;
}

.float-3 {
    top: 30px;
    left: -30px;
    animation: float1 8s ease-in-out infinite;
}

.float-4 {
    top: 200px;
    left: 150px;
    width: 15px;
    animation: float1 8s ease-in-out infinite;
}

.float-5 {
    top: 0;
    left: -145px;
    animation: float1 8s ease-in-out infinite;
}

.float-5-1 {
    top: 5px;
    left: -150px;
    animation: float2 8s ease-in-out infinite;
}

.float-6 {
    top: 170px;
    left: 0;
    animation: float1 8s ease-in-out infinite;
}

.float-6-1 {
    top: 175px;
    left: -5px;
    animation: float2 8s ease-in-out infinite;
}

.float-7 {
    top: 40px;
    left: -15px;
    animation: float1 8s ease-in-out infinite;
}

.float-8 {
    top: 140px;
    left: -90px;
    width: 15px;
    animation: float1 8s ease-in-out infinite;
}

.subscribe .float {
    opacity: .7;
}

.ncda-footer .logo {
    margin-bottom: 25px;
}

.inner-quote h5 {
    color: #fff;
    font-size: 21px;
    font-family: "Recoleta", Sans-serif;
}

.inner-quote label {
    color: #fff;
    font-size: 17px;
}

.inner-quote .wpcf7-not-valid-tip {
    font-size: 15px;
}

.inner-quote .form-control {
    border-radius: 6px;
    border: 1px solid #fff;
    min-height: 46px;
}


.inner-quote .wpcf7-list-item {
    margin-right: 20px !important;
}

.inner-quote .wpcf7-list-item {
    margin: 0;
}

.inner-quote .wpcf7-list-item:not(:last-child) {
    margin-bottom: 10px;
}

.inner-quote label {
    cursor: pointer;
}

.inner-quote [type="radio"],
.inner-quote [type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.inner-quote [type="radio"]+.wpcf7-list-item-label,
.inner-quote [type="checkbox"]+.wpcf7-list-item-label {
    position: relative;
    padding-left: 28px;
    line-height: 20px;
}

.inner-quote [type="radio"]+.wpcf7-list-item-label::before,
.inner-quote [type="checkbox"]+.wpcf7-list-item-label::before,
.inner-quote [type="radio"]+.wpcf7-list-item-label::after,
.inner-quote [type="checkbox"]+.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

.inner-quote [type="radio"]+.wpcf7-list-item-label::before,
.inner-quote [type="radio"]+.wpcf7-list-item-label::after {
    border-radius: 50%;
}

.inner-quote [type="radio"]+.wpcf7-list-item-label::before,
.inner-quote [type="checkbox"]+.wpcf7-list-item-label::before {
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 2px solid #fff;
}

.inner-quote [type="radio"]+.wpcf7-list-item-label::after,
.inner-quote [type="checkbox"]+.wpcf7-list-item-label::after {
    top: 6px;
    left: 5px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.2s;
}

.inner-quote [type="radio"]:not(:checked)+.wpcf7-list-item-label::after,
.inner-quote [type="checkbox"]:not(:checked)+.wpcf7-list-item-label::after {
    opacity: 0;
    transform: scale(0.01);
}

.inner-quote [type="radio"]:checked+.wpcf7-list-item-label::after,
.inner-quote [type="checkbox"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
    transform: scale(1);
}

.inner-quote [type="radio"]:focus+.wpcf7-list-item-label::before,
.inner-quote [type="checkbox"]:focus+.wpcf7-list-item-label::before {
    box-shadow: 0 0 4px 3px red;
}

.inner-quote .btn {
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-weight: 600 !important;
    padding: 10px 32px !important;
    font-size: 17px !important;
    min-width: 244px;
    border-radius: 6px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    font-family: "Inter", Sans-serif !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
    background: transparent !important;
    color: #1f2123 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-family: "Inter", Sans-serif !important;
    background: #fff;

}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
    top: 30px;
    left: 20px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    line-height: initial;
    height: auto;
    margin: 0px 10px 0px 10px;
    padding: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:after {
    bottom: -4px;
    content: "";
    display: block;
    height: 2.5px;
    left: 0;
    position: absolute;
    background: #FC6723;
    opacity: 0.6;
    transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
    width: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link:after,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link:after,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover:after {
    width: 100%;
    opacity: 0.9;
}

.digital-icon .elementor-icon-box-wrapper {
    align-items: center !important;
}


/* #Progress */

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap .fa-solid {
    color: #FC6723;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.progress-wrap:hover .fa-solid {
    color: #FC6723;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #FC6723;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.parent-two,
.parent-one {
    position: absolute;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    padding: 9px 38px;
}

.parent-one {
    left: 0;
}

.parent-two {
    left: -30px;
}

.parent-one.content-l {
    left: initial;
    right: 0;
}

.parent-two.content-r {
    right: 0;
    left: initial;
}

.ceramic-process h1 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10px;
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

.white-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    margin-top: 50px;
}

.content-l {
    padding-right: 80px;
}

.content-r {
    padding-left: 80px;
}

.ceramic-process .timeline-container .vertical-scrollable-timeline li .white-box::before {
    content: "";
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}

.ceramic-process .timeline-container .vertical-scrollable-timeline li:nth-child(odd) .white-box::before {
    left: -34px;
    top: 50%;
    margin-top: -5px;
    transform: translateY(-50%);
    border-width: 15px 35px 15px 0;
    border-color: transparent #fff transparent transparent;
}

.ceramic-process .timeline-container .vertical-scrollable-timeline li:nth-child(odd) .white-box {
    box-shadow: -8px 5px 40px 0px #d3d3d3
}

.ceramic-process .timeline-container .vertical-scrollable-timeline li:nth-child(even) .white-box {
    box-shadow: 0px 5px 40px 0px #d3d3d3
}

.ceramic-process .timeline-container .vertical-scrollable-timeline li:nth-child(even) .white-box::before {
    right: -34px;
    top: 50%;
    margin-top: -5px;
    transform: translateY(-50%);
    border-width: 15px 0 15px 35px;
    border-color: transparent transparent transparent #fff;
}

.ceramic-process .timeline-container {
    display: flex;
    justify-content: center;
}

.date-box {
    text-align: right;
    width: 50%;
    margin-left: auto;
    padding: 12px 0;
    position: absolute;
    top: 0px;
    right: 40px;
}

.parent-one.content-l .date-box {
    width: 50%;
    margin-left: 0;
    left: 40px;
    text-align: left;
}

.date-box p {
    margin-bottom: 10px;
}

.white-box p {
    font-size: 18px;
}

.date-box .year,
.date-box .month {
    font-weight: 700;
    font-size: 24px;
    color: #374046 !important;
    font-family: 'Recoleta';
    font-style: normal;
}

.date-box .date {
    color: #FC6723 !important;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 24px;
    font-style: normal;
}

.ceramic-process .timeline-container .vertical-scrollable-timeline {
    width: 1300px;
    list-style-type: none;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0;
}

.ceramic-process .timeline-container .vertical-scrollable-timeline li {
    position: relative;
    min-height: 300px;
}

.ceramic-process .timeline-container .vertical-scrollable-timeline li:last-child {
    margin-bottom: 0;
}

.ceramic-process .timeline-container .vertical-scrollable-timeline li h2 {
    margin-bottom: 10px;
    color: #374046;
    font-family: 'Recoleta';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
}

.ceramic-process .timeline-container .vertical-scrollable-timeline li .white-box p {
    line-height: 31.5px;
    color: #374046;
    font-family: 'Inter';
    font-style: normal;
    margin-bottom: 0px;
}

.ceramic-process .timeline-container .vertical-scrollable-timeline li p:last-child {
    margin-bottom: 0;
}

.ceramic-process .timeline-container .vertical-scrollable-timeline li .icon-holder {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    background-color: #c5c3cb;
    border-radius: 50%;
    z-index: 1;
    transition: 0.4s all;
}


.ceramic-process .timeline-container .vertical-scrollable-timeline li .icon-holder::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 38px;
    height: 38px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
    transition: 0.4s all;
}

.ceramic-process .timeline-container .vertical-scrollable-timeline li .icon-holder i {
    font-size: 25px;
    color: #fff;
}

.ceramic-process .timeline-container .vertical-scrollable-timeline li::after {
    content: "";
    position: absolute;
    height: 0;
    width: 8px;
    background-color: #FC6723;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    transition: 0.4s all;
}

.ceramic-process .timeline-container .vertical-scrollable-timeline li::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 8px;
    background-color: #c5c3cb;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.ceramic-process .timeline-container .vertical-scrollable-timeline li.active .icon-holder {
    background-color: #FC6723;
}

.ceramic-process .timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
    background-color: #fff;
}

.ceramic-process .timeline-container .vertical-scrollable-timeline li.active::after {
    height: 100%;
}

.isotope-toolbar {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.isotope-toolbar .isotope-toolbar-btn.active {
    outline: none;
    color: #fff;
    background-color: #FC6723;
    border: 1px solid #FC6723;
}

.isotope-toolbar .isotope-toolbar-btn:hover {
    background-color: #FC6723;
    outline: none;
    border: 1px solid #FC6723;
    color: #fff;
}

.isotope-toolbar .isotope-toolbar-btn {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #FC6723;
    margin: 0px 5px;
    background-color: #fff;
    color: #FC6723;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.5s;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
}

.ncda-wrapper {
    width: calc(100% + 32px);
    padding: 0;
    list-style: none;
    margin: -16px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ncda-item {
    flex-basis: 33.33333%;
    flex-shrink: 0;
    width: 33.33333%;
    padding: 16px;
    position: relative;
}

.ncda-image-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    transition: transform .2s ease-in;
    will-change: transform;
}

.ncda-item-wrapper {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
    background: #fff;
    border: 1px solid rgba(235, 236, 237, .5);
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    align-items: flex-start;
    position: relative;
    min-height: 350px;
    padding: 26px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    transition: background .4s ease-in;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.ncda-image-wrapper img {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.ncda-item-wrapper a,
.cta-ncda,
.item-owner,
.ncda-item-logo {
    z-index: 3;
}

.ncda-item-logo {
    background: #fff;
    display: none;
    padding: 6px;
    border-radius: 5px;
}

.ncda-item-logo img {
    height: 40px;
    width: auto;
}

.ncda-item-wrapper:after {
    z-index: 3;
    background-image: linear-gradient(180deg, rgba(15, 37, 110, .25), #fc6723);
    opacity: 0;
}

.ncda-item-wrapper:before,
.ncda-item-wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: opacity .2s;
    content: " ";
}

.ncda-item-wrapper:before {
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7));
}

.item-owner {
    margin-top: auto;
    margin-bottom: 8px;
    padding-top: 35px;
}

.item-owner .name {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
}

.item-owner .position {
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
    font-weight: 400;
    line-height: 20px;
}

.cta-ncda {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 38px;
    cursor: pointer;
    transition: opacity .2s;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
}

.cta-ncda:hover {
    color: #fff;
}

.cta-ncda span {
    display: inline-block;
    margin-right: 10px;
    width: 38px;
    height: 38px;
    background-color: #b9b9b8;
    border-radius: 100px;
    position: relative;
}

.cta-ncda span i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ncda-item-wrapper:hover:after {
    opacity: 1;
}

.ncda-item-wrapper:hover .ncda-image-wrapper {
    transform: scale(1.1);
}

.ncda-web-header {
    width: 100%;
    margin-bottom: 60px;
    margin-top: 20px;
}

.ncda-web-header img {
    width: 100%;
    border-radius: 30px;
    height: auto;
}

.portfolio-meta-title {
    font-size: 21px;
    color: #122049;
    font-family: "Recoleta", Sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

.portfolio-meta-span {
    color: #7e878f;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.portfolio-meta {
    display: flex;
    flex-direction: column;
    row-gap: 38px;
}

.portfolio-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #374046;
}

.case-study-left-footer a {
    color: var(--e-global-color-secondary);
    font-size: 14px;
    text-decoration: none;
    margin: 0 10px;
}

.case-study-left-footer a:hover,
.case-study-left-footer a:focus {
    color: #FC6723;
}

.case-study-left-footer {
    color: #FC6723;
    padding-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -8px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.portfolio-meta {
    padding: 35px;
    border-radius: 20px;
    box-shadow: 1px 8px 35px #bebebe80;
    display: inline-block;
    margin-bottom: 35px;
    position: sticky;
    top: 0px;
    width: calc(100% - 30px);
    background: #fff;
    /* margin-bottom: 50px; */
}

.share a {
    text-decoration: none;
}

.share a i {
    font-size: 32px;
    margin: 0 5px;
}

.fa-facebook {
    color: #4267B2;
}

.fa-twitter {
    color: #00acee;
}

.fa-linkedin {
    color: #0072b1;
}

.portfolio-title-share h5 {
    color: var(--e-global-color-secondary);
    font-family: "Recoleta", Sans-serif;
    font-weight: 400;
    font-size: 46px;
    margin-bottom: 0px;
}

.portfolio-title-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 19px;
    margin-bottom: 45px;
}

.portfolio-meta-span {
    padding: 0;
    margin: 0;
}

.portfolio-meta-span li {
    display: inline-block;
    margin-bottom: 5px;
    border: 1px solid #FC6723;
}

.portfolio-meta-span li a {
    text-decoration: none;
    padding: 5px 15px;
    color: #FC6723;
    display: block;
}

.portfolio-meta-span li:hover a,
.portfolio-meta-span li:hover {
    background-color: #FC6723;
    color: #fff;
}

.portfolio-meta h2 {
    color: var(--e-global-color-secondary);
    font-family: "Recoleta", Sans-serif;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 25px;
}

.portfolio-meta img {
    height: 75px;
}

.portfolio-single-details {
    padding-bottom: 60px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFF0EC 0%, #FFFFFF 100%);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.bullet-ncda .elementor-icon-list-item {
    align-items: flex-start !important;
}

.bullet-ncda .elementor-icon-list-item .elementor-icon-list-icon {
    padding-top: 6px !important;
}

.products.columns-4 {
    margin-top: 10px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.products.columns-4:before {
    content: none !important;
}

.products.columns-4 li.product {
    padding: 20px !important;
    background-color: #fff;
    margin: 0 !important;
    border-radius: 10px;
    width: 32.4% !important;
    text-align: center;
    transition: all .3s ease;
    margin-bottom: 15px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.products.columns-4 li.product a img {
    height: 250px !important;
    object-fit: cover;
}

.products.columns-4 li.product:hover {
    transform: scale(1.02);
}

.products.columns-4 li.product .button {
    background-color: #FC6723 !important;
    border-radius: 6px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    text-transform: capitalize;
    color: #FFF !important;
    padding: 8px 30px !important;
    overflow: hidden;
    font-family: 'Inter';
    text-align: center;
}

.products.columns-4 li.product h2 {
    font-size: 15px !important;
    color: #000;
    font-weight: 600;
    margin-bottom: -5px !important;
    font-family: 'Inter';
}

.products.columns-4 li.product .price {
    font-size: 18px !important;
    margin-bottom: -5px !important;
    font-family: 'Inter';
    font-weight: 600 !important;
    color: #000 !important;
}

.page-numbers .page-numbers.current {
    background: #d9f0f8 !important;
}

.page-numbers .page-numbers {
    width: 38px;
    line-height: 1.3 !important;
    height: 38px;
    color: #000000 !important;
}

.woocommerce .woocommerce-result-count {
    margin: 15px 0 1em;
    font-family: 'Inter';
}

select.orderby {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    font-family: 'Inter';
    border-radius: 30px;
    appearance: none;
    padding: 10px 30px 10px 15px;
}

select.orderby::-ms-expand {
    display: none;
}

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

.entry-summary button[type="submit"] {
    background-color: #FC6723 !important;
    border-radius: 6px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    text-transform: capitalize;
    color: #FFF !important;
    padding: 10px 30px !important;
    overflow: hidden;
    font-family: 'Inter';
    text-align: center;
}

.products.columns-4 li.product .button:hover,
.entry-summary button[type="submit"]:hover {
    background-color: #ff8d59 !important;
}

.entry-summary .price,
.entry-summary td,
.entry-summary .product_title {
    font-family: 'Inter';
}

.custom-html-widget h4 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 0px !important;
}

.custom-html-widget {
    padding-bottom: 8px;
    font-family: "Inter", Sans-serif;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    top: 50px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-family: "Inter", Sans-serif !important;
}

.blog-cat-list {
    margin: 40px 0;
}

.blog-cat-list li:nth-child(4n+1) {
    background: #F5F3FF;
}

.blog-cat-list li:nth-child(4n+2) {
    background: #F5E7F4;
}

.blog-cat-list li:nth-child(4n+3) {
    background: #D7E7FF;
}

.blog-cat-list li:nth-child(4n+4) {
    background: #E4FCF3;
}

.blog-cat-list li {
    width: calc(33.33% - 44px);
    display: inline-block;
    border-radius: 30px;
    padding: 40px;
    margin: 20px;
    transition: all .3s ease;
}

.blog-cat-list li img {
    border-radius: 18px;
}

.blog-cat-list li a {
    text-decoration: none;
}

.blog-cat-list li:hover {
    box-shadow: 1px 1px 30px #00000050;
    transform: scale(1.02);
}

.mega-h4 {
    color: #FC6723 !important;
}

#mobilemenu {
    display: none;
}


@media only screen and (max-width: 1330px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1170px;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .color-box li {
        width: calc(49.33% - 44px);
    }

    .our-clients li {
        width: 100%;
    }

    .blogs-box li {
        width: 30.33%;
    }
}

@media only screen and (max-width: 992px) {
    .our-clients {
        margin: 0;
        padding: 0;
        display: grid;
    }

    .ceramic-process .timeline-container .vertical-scrollable-timeline li .icon-holder,
    .ceramic-process .timeline-container .vertical-scrollable-timeline li::before {
        left: 44px;
    }

    .ceramic-process .timeline-container .vertical-scrollable-timeline {
        margin-top: 0;
        margin-bottom: 0;
    }

    .ceramic-process .timeline-container .vertical-scrollable-timeline li .icon-holder {
        margin-top: 27px;
    }

    .ceramic-process .timeline-container .vertical-scrollable-timeline li {
        min-height: auto;
    }

    .parent-two,
    .parent-one {
        width: auto;
        padding: 8px 20px;
        transform: inherit;
        position: inherit;
        padding-right: 0;
    }

    .parent-two {
        left: 0;
        padding-left: 20px;
    }

    .date-box {
        text-align: left;
        width: auto;
        margin-left: 0;
        display: flex;
    }

    .date-box .date,
    .date-box .month {
        padding-right: 20px;
    }

    .ceramic-process .timeline-container .vertical-scrollable-timeline li:nth-child(even) .white-box::before {
        right: auto;
        left: -32px;
        border-width: 15px 35px 15px 0;
        border-color: transparent #fff transparent transparent;
    }

    .ceramic-process .timeline-container .vertical-scrollable-timeline li {
        padding: 10px 20px 10px 75px;
    }

    .ceramic-process .timeline-container .vertical-scrollable-timeline li::before,
    .ceramic-process .timeline-container .vertical-scrollable-timeline li::after {
        left: 43px;
    }

    .ceramic-process .timeline-container .vertical-scrollable-timeline li::before {
        width: 2px;
    }

    .ceramic-process .timeline-container .vertical-scrollable-timeline li .icon-holder {
        width: 30px;
        height: 30px;
    }

    .ceramic-process .timeline-container .vertical-scrollable-timeline li .icon-holder::before {
        width: 26px;
        height: 26px;
    }

    .products.columns-4 li.product,
    .products li.product {
        width: 49% !important;
    }

    /* mobile menu */

    #webmenu {
        display: none;
    }

    .hamburger-mob {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    #mobilemenu {
        display: flex;
    }

    #mobilemenu #menu-mobile-menu.nav-open {
        left: 0;
        display: inline-flex;
    }

    #mobilemenu #menu-mobile-menu {
        width: 100%;
        height: calc(100vh - 70px);
        position: fixed;
        display: none;
        top: 80px;
        left: 100%;
        outline: 1px solid white;
        background: #FC6723;
        transition: all 0.3s;
        flex-direction: column;
        z-index: 10001;
        justify-content: left;
    }

    #mobilemenu .hamburger {
        position: relative;
        width: 30px;
        height: 23px;
        z-index: 999;
        margin-right: 7px;
        cursor: pointer;
    }

    #mobilemenu .hamburger.nav-open span:first-child {
        transform: rotate(135deg);
        top: 10px;
    }

    #mobilemenu .hamburger.nav-open span:nth-child(2) {
        opacity: 0;
    }

    #mobilemenu .hamburger.nav-open span:last-child {
        transform: rotate(-135deg);
        top: 10px;
    }

    #mobilemenu .hamburger span {
        width: 100%;
        height: 3px;
        background: #fc6723;
        position: absolute;
        display: block;
        transition: all 0.3s;
    }

    #mobilemenu .hamburger span:first-child {
        top: 0;
    }

    #mobilemenu .hamburger span:nth-child(2) {
        top: 10px;
        left: 0;
    }

    #mobilemenu .hamburger span:last-child {
        top: 20px;
    }

    #mobilemenu .mobilemenu>li {
        position: relative;
        list-style: none;
        border-bottom: 1px solid #d65418;
    }

    #mobilemenu .mobilemenu>li>a {
        text-decoration: none;
        position: relative;
        color: white;
        font-weight: 700;
        padding: 13px;
        display: block;
        width: 100%;
        font-size: 0.9em;
        line-height: 1.4;
    }

    #mobilemenu .sub-menu.active {
        opacity: 1;
        z-index: 999;
    }

    #mobilemenu .sub-menu {
        position: fixed;
        top: 80px;
        right: 0;
        width: 65%;
        height: calc(100vh - 70px);
        background: #f05c18;
        opacity: 0;
        overflow-y: auto;
        z-index: -1;
        transition: opacity 0.3s ease-in-out;
        flex-direction: column;
        justify-content: start;
    }

    #mobilemenu .sub-menu li a {
        text-decoration: none;
        padding: 10px 15px 10px 15px;
        display: block;
        color: white;
        word-wrap: break-word;
        font-weight: 500;
        margin: 0;
        font-size: 14px;
    }

    #mobilemenu .mobilemenu>li>a {
        text-decoration: none;
        color: white;
        font-weight: 700;
        padding: 13px;
        display: block;
        width: 100%;
        font-size: 0.9em;
        line-height: 1.4;
    }

    .ncda-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ncda-header #mobilemenu ul li a:after {
        content: none;
    }

    #mobilemenu .mobilemenu>li>a.active::before {
        opacity: 1;
    }

    #mobilemenu .mobilemenu .menu-item-has-children>a::before, .mobilemenu .menu-item-has-children a .menu-item-has-children>a::before {
        content: "";
        width: auto;
        height: auto;
        position: absolute;
        top: 22px;
        right: 60%;
        margin-right: 20px;
        transform: translateY(-50%);
        border-right: 13px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        display: block;
        opacity: 1;
    }

    #mobilemenu .sub-menu li {
        list-style: none;
        font-size: 0.9em;
        border-bottom: 1px solid #ff8158;
        cursor: default;
    }

    .menu-item-type-custom>a[data-ps2id-api="true"]::after {
        content: "" !important;
        transform: rotate(-90deg);
        border-right: 8px solid #fff;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        position: absolute;
        left: inherit;
        right: 45px;
        top: 50%;
        margin-top: -4px;
    }
}

@media only screen and (max-width: 768px) {

    .banner:before,
    .banner:after {
        content: none;
    }
	.elementor-counter-title {
        text-align: center;
    }
    .social.d-block.d-md-block.d-lg-none a {
        margin-right: 10px;
    }
    .subscribe-search button {
        min-width: 103px;
        width: auto;
    }

    .our-clients li {
        width: 100%;
        text-align: center;
    }

    .media .img-wrap {
        float: initial;
    }

    .media .img-wrap img {
        margin: auto;
    }

    .blogs-box li {
        margin: auto;
    }

    .blogs-box li,
    .media .info {
        width: 100%;
    }

    .color-box li {
        width: calc(50% - 13px);
        padding: 20px;
        margin: 0px;
        margin-bottom: 10px;
    }

    .box-content a {
        padding: 9px 24px;
        font-size: 16px;
    }

    .box-content h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 770px) {
    .order-2-n {
        order: 2;
    }

    .order-1-n {
        order: 1;
    }

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

@media only screen and (max-width: 575px) {
    .color-box li {
        width: calc(100% - 20px);
        margin: 10px;
        border-radius: 20px;
    }

    .elementor-13 .elementor-element.elementor-element-d10c5e5 .elementor-heading-title br {
        display: none !important;
    }

    .subscribe h2 {
        font-family: 'Recoleta';
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        text-align: center;
        line-height: 42px;
    }

    .text-center-new {
        display: flex;
        justify-content: center;
    }

    .color-box li img {
        height: 300px;
    }
}

@media only screen and (max-width: 500px) {
    .ceramic-process .timeline-container .vertical-scrollable-timeline li {
        padding: 10px 20px 10px 25px;
    }

    .ceramic-process .timeline-container .vertical-scrollable-timeline li::before,
    .ceramic-process .timeline-container .vertical-scrollable-timeline li::after {
        left: 10px;
    }

    .ceramic-process .timeline-container .vertical-scrollable-timeline li .icon-holder,
    .ceramic-process .timeline-container .vertical-scrollable-timeline li::before {
        left: 10px;
    }

    .ceramic-process .timeline-container .vertical-scrollable-timeline li {
        padding: 10px 0px 10px 25px;
    }

    .ceramic-process .timeline-container .vertical-scrollable-timeline li:nth-child(odd) .white-box::before {
        left: -17px;
        top: 50%;
        transform: translateY(-67%);
        border-width: 9px 17px 9px 0;
        border-color: transparent #fff transparent transparent;
    }

    .ceramic-process .timeline-container .vertical-scrollable-timeline li:nth-child(even) .white-box::before {
        left: -17px;
        border-width: 15px 35px 15px 0;
        transform: translateY(-67%);
        border-color: transparent #fff transparent transparent;
    }

    .ceramic-process .timeline-container .vertical-scrollable-timeline li h2 {
        font-size: 20px;
    }

    .date-box .date {
        font-size: 30px;
    }

    .white-box {
        padding: 20px;
    }

    .date-box .year,
    .date-box .month {
        font-size: 20px;
    }

    .portfolio-title-share {
        flex-direction: column;
        gap: 15px;
    }

    .portfolio-single-details {
        padding: 0 10px;
    }

    .portfolio-meta {
        padding: 20px;
        width: calc(100% - 0px);
    }

    .footer-copyright ul li {
        width: calc(100% - 0px);
        padding-bottom: 15px;
    }

    .footer-copyright ul {
        flex-direction: column;
    }
}



/* table */


.table-color {
    background-color: #fff;
}

.bg-gray-color {
    height: 100%;
    padding: 15px;
}

.boder-l {
    border-left: 5px solid #fff;
}

.bg-color {
    /* background-color: #f5f5f5; */
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 26px;
    background: linear-gradient(179deg, #FFD2AB 0%, rgba(255, 247, 224, 0.45) 100%);
    box-shadow: 0px 8px 35px 2px rgba(0, 0, 0, 0.18);
}

.mg {
    margin: -30px 0px -30px;
}

.price {
    color: #100F0F;
    font-family: Recoleta;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
}

.box-two {
    border-radius: 26px;
    background: #FFF;
    box-shadow: 0px 8px 35px 2px rgba(0, 0, 0, 0.12);
}

.suggested {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
}

.price-tag {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
}

.box-two .price-tag {
    color: #000;
}

.orange-box {
    background: linear-gradient(180deg, #FF9E2F 0%, #FF511A 100%);
    box-shadow: 0px 8px 35px 2px rgba(255, 81, 26, 0.45);
    border-radius: 26px;
}

.blue-box {
    background: linear-gradient(180deg, #FC6723 0%, #FF9F2F 100%);
    box-shadow: 0px 8px 35px 2px rgba(252, 103, 35, 0.45);
    border-radius: 26px;
}

.orange-box .fa,
.blue-box .fa {
    width: 23px;
    height: 23px;
    background-color: #FE903F;
    border-radius: 100px;
    line-height: 1.8;
    font-size: 14px;
    color: #fff;
}

.orange-box .price,
.blue-box .price {
    color: #fff;
}

.box-two .fa {
    width: 23px;
    height: 23px;
    background-color: #FFF0E9;
    border-radius: 100px;
    line-height: 1.8;
    font-size: 14px;
    color: #FC6723;
}

.btn-outline {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    letter-spacing: 3px;
    border-style: solid;
    border-width: 2px;
    border-color: #000;
    padding: 10px 30px 10px;
    border-radius: 100px;
    display: inline-block;
}

.btn-outline:hover {
    background-color: #000;
    color: #fff;
}

.tn-content {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.normal-t {
    font-size: 18px;
    line-height: 1.2;
}

.p-95 {
    padding-bottom: 12px;
    padding-top: 25px;
}

.p-90 {
    padding-top: 10px;
}

.tooltip-main {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: 700;
    background: #f3f3f3;
    border: 1px solid #fff;
    color: #fff;
    margin: 4px 121px 0 5px;
    float: right;
    text-align: left !important;
}

.tooltip-qm {
    float: left;
    margin: -2px 0px 3px 4px;
    font-size: 12px;
}

.tooltip-inner {
    max-width: 236px !important;
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    background: #ff7b3d;
    color: #fff;
    border: 1px solid #ff7b3d;
    text-align: left;
}

.tooltip.show {
    opacity: 1;
}

.h-tittle {
    position: relative;
}

.h-tittle p {
    color: #FFF;
    font-family: Recoleta;
    font-size: 28px;
    font-weight: 500;
}

.box-two .h-tittle p {
    color: #000;
}

.table-color p {
    margin-bottom: 0 !important;
}

.sub-t {
    position: absolute;
    border-radius: 13.5px;
    background: #FFF;
    min-width: 121px;
    color: #000 !important;
    text-align: center;
    font-family: Inter !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 0.833px;
    right: 13px;
    top: 13px;
    padding: 5px;
}

.mg .h-tittle {
    padding-top: 46px;
}

.social {
    border-radius: 9px;
    padding: 0 8px;
    background: #ffc6ad;
    width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1400px) {
    .h-tittle p {
        font-size: 22px;
    }
}

@media (max-width: 1200px) {
    .social .fa {
        margin: 10px 5px !important;
    }

    .normal-t {
        font-size: 16px;
    }

    .btn-outline {
        font-size: 14px;
    }

    .price,
    .h-tittle {
        font-size: 20px;
    }

    .sub-t {
        font-size: 18px;
    }

    .p-95 {
        padding-bottom: 48px;
    }

    .blogs-box li {
        width: calc(50% - 40px) !important;
    }
}

@media (max-width: 992px) {
    p.price-tag.m-0.mb-5 {
        margin-bottom: 0px !important;
    }

    .mg {
        margin: 0;
    }

    .normal-t {
        font-size: 16px;
    }

    .d-md-block {
        display: block !important;
        color: #fff;
    }

    .box-two .d-md-block {
        color: #000;
    }

    .p-95 {
        padding-bottom: 0px;
    }

    .boder-l {
        border: 0;
    }

    .bg-gray-color {
        padding: 12px;
    }

    .box-two,
    .orange-box,
    .blue-box {
        margin: 20px !important;
    }

    .social {
        margin: auto;
    }
}

@media (max-width: 750px) {
    .blogs-box li {
        width: calc(100% - 0px) !important;
        margin: 15px 0 !important;
    }
    .page-id-93 span.wpcf7-list-item-label {
        line-height: 1.4em;
    }
    .inner-quote label
     {
        color: #fff;
        font-size: 15px;
        line-height: 2em;
    }
    div#wpcf7-f681-p70-o1 span.wpcf7-spinner {
        bottom: -51%;
        left: 35%;
        position: absolute;
    }
    .inner-quote .btn {
        width: 100%;
    }
    .subscribe-search .newsletter .wpcf7-spinner {
        position: absolute;
        right: -30px;
        top: 15px;
        margin: 0;
    }
}

.bg-gray-color span {
    margin-left: 15px;
}

.m-b-60 {
    padding-bottom: 75px;
    padding-top: 36px;
}

.social svg {
    margin-top: -4px;
    width: 17px;
    height: 17px;
}

.social .fa {
    font-size: 18px;
    position: relative;
    margin: 10px;
}

.social a {
    text-decoration: none;
    border: 0;
}

/* step style start */

.step-block {
    position: relative;
    padding: 131px 15px 0;
    overflow: hidden;
    margin: 0 -14px
}

.step-block:before {
    content: "";
    height: 84px;
    width: 94px;
    border-radius: 0 0 58%;
    border: solid #a9b5bc;
    border-width: 0 1px 1px 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -93px
}

.step-block:after {
    content: "";
    width: 42%;
    height: 107px;
    border-radius: 50px 0 0 50px;
    border: 1px solid #a9b5bc;
    border-right-width: 0;
    position: absolute;
    top: 83px;
    left: 15px
}

.step-block .bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fc6723;
    background: #fff;
    position: absolute;
    z-index: 10
}

.step-block .bullet.top {
    left: 50%;
    top: 0;
    margin-left: -10px
}

.step-block .bullet.left {
    left: 5px;
    top: 128px
}

.step-block .bullet.middle {
    right: -10px;
    top: 48px
}

.step-block .bullet.right {
    top: 50%;
    right: -10px;
    margin-top: -10px
}

.step-block .bullet:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fc6723;
}

.step-block .row {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0 -20px
}

.step-block .row:after {
    content: "";
    display: block;
    clear: both
}

.step-block .row:before {
    content: "";
    width: auto;
    position: absolute;
    top: 57px;
    left: 50%;
    right: 15%;
    background: #a9b5bc;
    height: 1px
}

.step-block .top-row {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0 76px
}

.step-block .top-row:after {
    content: "";
    display: block;
    clear: both
}

.step-block .top-row:before {
    content: "";
    position: absolute;
    top: 58px;
    left: 150px;
    right: 220px;
    width: auto;
    height: 1px;
    background: #a9b5bc
}

.step-block .right-circle {
    position: absolute;
    top: 58px;
    right: -1px;
    bottom: -58px;
    border-radius: 0 170px 170px 0;
    border: 1px solid #a9b5bc;
    border-left-width: 0;
    width: 300px;
    height: auto;
    z-index: 10
}

.step-block .col {
    width: 50%;
    float: left;
    position: relative
}

.step-block .col.small {
    float: right;
    width: 33.332%
}

.step-block .box {
    display: inline-block;
    vertical-align: top;
    max-width: 440px;
    padding: 0 20px 84px;
    position: relative;
    z-index: 10
}

.step-block .step {
    position: absolute;
    top: 0px;
    left: -8px;
    width: 42px;
    height: 42px;
    border: 1px solid #c2cacf;
    color: #fff;
    border-radius: 50%;
    background: #fff;
    font-size: 22px;
}

.step-block .step i {
    font-style: normal;
    position: relative;
    top: 6px;
}

.step-block .step:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    right: 3px;
    width: auto;
    height: auto;
    background: #fc6723;
    border-radius: 50%;
    z-index: 0
}

.step-block .icon {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 120px;
    border: 1px solid #c2cacf;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin: 0 0 38px;
    background: #fff
}

.step-block .icon:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    width: 1px;
    background: #fc6723;
    height: 30px;
    display: none
}

.step-block .icon:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    width: 1px;
    background: #fc6723;
    height: 30px;
    z-index: -1;
    display: none
}

.step-block .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.step-block h3 {
    font-size: 32px;
}

.step-block h3,
.step-block p {
    margin: 0 0 15px
}

/* step style end */

@media (max-width: 767px) {
    .table-color {
        border-left: 7px solid #fff;
        border-right: 7px solid #fff;
    }

    .price,
    .h-tittle {
        font-size: 30px;
    }

    .float-1,
    .float-1-1,
    .float-8,
    .float-4 {
        display: none;
    }

    .page-notfound h1 {
        font-size: 40px !important;
    }

    .ncda-item {
        width: 100%;
    }

    .isotope-toolbar label {
        margin-bottom: 10px;
    }

    .footer-copyright ul {
        flex-direction: column;
    }

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

    .ncda-footer {
        text-align: center;
        padding: 40px 20px;
    }

    .ncda-footer .logo {
        height: 45px;
    }

    .ncda-footer .menu-item-type-custom>a[data-ps2id-api="true"]::after {
        content: none !important;
    }

    .step-block {
        margin: 0;
        padding: 50px 0 0
    }

    .step-block:before {
        margin-left: 0;
        border-radius: 0;
        width: 1px;
        height: 60px
    }

    .step-block:after {
        display: none
    }

    .step-block .bullet.left {
        display: none
    }

    .step-block .bullet.middle {
        display: none
    }

    .step-block .bullet.right {
        display: none
    }

    .step-block .row {
        overflow: visible
    }

    .step-block .row:after {
        content: "";
        display: block;
        clear: both
    }

    .step-block .row:before {
        display: none
    }

    .step-block .top-row {
        padding: 0
    }

    .step-block .top-row:before {
        display: none
    }

    .step-block .right-circle {
        display: none
    }

    .step-block .col {
        width: 100%
    }

    .step-block .col.small {
        width: 100%
    }

    .step-block .box {
        padding: 0 10px 40px;
        max-width: none
    }

    .step-block .icon:after {
        display: block
    }

    .step-block .icon:before {
        display: block
    }

    .step-block h3 {
        font-size: 26px;
    }
}

.home-partners h5 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 1em;
    font-family: 'geomanistregular';
}

.home-partners h5:before,
.home-partners h5:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 48%;
    height: 1px;
    content: '\a0';
    background-color: #cccccc;
    margin-left: 2%;
}

.home-partners h5:before {
    margin-left: -50%;
    text-align: right;
}

.partner-logo img {
    filter: grayscale(100%) !important;
}

/* table */

.form-one textarea {
    height: 100px;
}

.form-one .wpcf7-spinner {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.form-one .btn-primary {
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    background-color: #FC672300;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-primary);
    border-radius: 8px 8px 8px 8px;
    padding: 10px 30px 10px 30px;
}

.subscribe-search input,
.subscribe-search .hs_submit input,
.subscribe-search .hs_submit>* {
    font-family: "Inter", Sans-serif;
}

.form-one .btn-primary:hover {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.form-one textarea,
.form-one select {
    border: 1px solid #d0d0d0;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    transition: all .3s;
}

.blogs-box li {
    padding: 10px !important;
    box-shadow: none !important;
}

.form-one-h1 span {
    color: var(--e-global-color-primary);
}

.blog-single-container {
    padding: 35px;
    border-radius: 30px;
    box-shadow: 1px 8px 35px #bebebe80;
    background: #fff;
    max-width: 1024px;
    margin: 0 auto;
}

.single-post .portfolio-single-details {
    padding: 35px 0;
}

.blog-single-pic {
    padding-bottom: 35px;
}

.blog-single-pic img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.blog-single-container h1 {
    color: var(--e-global-color-secondary);
    font-family: "Recoleta", Sans-serif;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 20px;
}

.woocommerce h2,
.woocommerce h1,
.woocommerce h3,
.woocommerce h4,
.portfolio-content h2,
.portfolio-content h3,
.portfolio-content h4 {
    font-family: "Recoleta", Sans-serif;
}

.woocommerce span,
.woocommerce p,
.woocommerce a,
.woocommerce li {
    font-family: "Inter", Sans-serif;
}

.subscribe-search {
    display: block !important;
}

.subscribe-search .hs_email {
    width: 70%;
    float: left;
}

.subscribe-search .hs_email * {
    border: 0 !important;
    margin-left: .2px;
}

.subscribe-search .hs_email ul {
    display: none;
}

.subscribe-search .hs_error_rollup {
    position: absolute;
    bottom: -40px;
}

.subscribe-search .hs_error_rollup ul {
    padding: 0;
    list-style: none;
}

.subscribe-search [type=button]:focus,
.subscribe-search [type=submit]:focus,
.subscribe-search button:focus {
    outline: 0;
}

.subscribe-search .hs_email label {
    display: none;
}

.subscribe-search .hs_submit input {
    width: 100%;
    background-color: #fc6723;
    color: #fff;
}

.subscribe-search .hs_submit {
    width: 30%;
    float: left;
}

.subscribe-search form {
    display: flex;
    width: 100%
}

.home-page-blog .blogs-box li .blog-img {
    margin-bottom: 25px;
}

.mega-sub-menu {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .15) !important;
    border-radius: 6px !important;
    background-color: #fff !important;
}

.mega-sub-menu a {
    border-radius: 6px !important;
}

.subscribe-search .newsletter {
    width: 100%;
}

.subscribe-search .newsletter .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 15px;
}

.subscribe-search .newsletter .wpcf7-not-valid-tip {
    position: absolute;
    top: 60px;
}

.subscribe-search .hs_email p,
.subscribe-search .hs_submit p {
    margin-bottom: 0;
}

.subscribe-search .wpcf7-response-output {
    position: absolute;
    margin: 0 !important;
    border: 0 !important;
    top: 54px;
    padding: 0 !important;
}

/* #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{
    padding-left:10px !important;
    padding-right:10px !important;
    } */

@media only screen and (max-width: 1400px) {
    /* 	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    padding-left: 0px !important;
    padding-right: 0px !important;
    } */

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .scrolled {
        padding: 5px 0px;
    }

    .my-account nav.woocommerce-MyAccount-navigation ul {
        width: 100%;
    }
    .subscribe-search .newsletter .wpcf7-not-valid-tip {
        top: 45px;
    }
    .subscribe-search .wpcf7-response-output {
        position: absolute;
        top: 79px;
    }
}

.page-notfound {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFF0EC 0%, #FFFFFF 100%);
}

.page-notfound h1 {
    color: var(--e-global-color-secondary);
    font-family: "Recoleta", Sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.2em;
}

.page-notfound p {
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
}

.page-notfound {
    padding-bottom: 40px;
}

.page-notfound .btn {
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 11px 28px !important;
    font-family: "Inter", Sans-serif;
}

.page-notfound .btn-primary {
    background: #fc6723 !important;
    border-color: #fc6723 !important;
}

.page-notfound .btn-primary:hover,
.page-notfound .btn-primary:focus {
    background: #fb7f46 !important;
    border-color: #fb7f46 !important;
}

@media only screen and (min-width: 769px) {

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:focus {
        background: #3330 !important;
        color: #121212 !important;
    }
}

.my-account nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    line-height: 35px;
    background: #fff0ec;
    padding: 25px;
    width: 75%;
    border-radius: 10px;
    box-shadow: 0px 8px 34px 0px rgb(233 233 233 / 99%);
}

.my-account nav.woocommerce-MyAccount-navigation ul li a {
    color: #3d3d3d;
    font-weight: 600;
}

nav.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #d2d2d2;
    line-height: 2.7;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    display: inline-table;
}

.woocommerce .quantity .qty {
    width: 6.631em;
    text-align: center;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 102px;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: hsl(12.63deg 100% 96.27%);
}

.our-clients li p {
    letter-spacing: -.2px;
}

a.checkout-button.button.alt.wc-forward.wp-element-button {
    background: #fc6723;
}

.coupon button.button.wp-element-button {
    background: #ff8158;
    color: #ffff;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 118px;
}

button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
    background: #fc6723;
    color: #ffff;
    width: 100%;
    margin: 14px 0;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    text-align: left;
    border-radius: 5px;
    margin: 0 auto !important;
    width: 50% !important;
}

.woocommerce p a {
    color: #fa6623 !important;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.section-shop-main {
    padding: 130px 0;
}

.social-share {
    text-align: right;
}

.section-shop-main nav.woocommerce-breadcrumb {
    color: #fc6723;
    font-size: 17px;
}

.woocommerce-info {
    border-top-color: #fc6723;
}

.woocommerce-info::before {
    color: #fc6723;
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 15px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f4f4f4;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background: #fc6723;
    padding: 17px 24px;
    margin: 0 auto;
    display: block;
    text-align: center;
    float: none !important;

}

.scrolled {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 6%;
    background-color: #fff;
    -webkit-animation: slide-down 1s;
    animation: slide-down 1s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.scrolled {
    background-color: #fff0ec;
}

@media only screen and (max-width:992px) {
    .social-share {
        text-align: left;
    }

    .footer-copyright ul {
        display: block;
    }

    .footer-copyright ul li a {
        margin-left: 0px;
        margin-right: 15px;
    }

    .menu-box p {
        margin-top: 20px;
    }
}

@media only screen and (max-width:767px) {
    .social-share {
        text-align: center;
    }
}

@media only screen and (max-width:330px) {

    .elementor-13 .elementor-element.elementor-element-55c24cf .elementor-counter-number-wrapper,
    .elementor-13 .elementor-element.elementor-element-4f865af .elementor-counter-number-wrapper,
    .elementor-13 .elementor-element.elementor-element-cd0c366 .elementor-counter-number-wrapper {
        font-size: 32px;
    }
}

span.page-numbers.current {
    background-color: #fc6723;
    padding: 5px 13px;
    color: #FFF;
    border: solid 1px #fc6723;
    border-radius: 4px;
}

a.page-numbers {
    padding: 5px 12px;
    border: 1px solid #ffdaca;
    text-decoration: none;
    border-radius: 4px;
}

.form-select {
    border-radius: 3px !important;
    padding: 0.5rem 1rem !important;
}

#bottom-bar {
    display: none;
}

@media only screen and (max-width:767px) {
    #bottom-bar {
        display: block;
    }
    #mega-menu-menu-1 ul li.mega-current-menu-item a {
        color: #FC6723 !important;
    }
    .scrolled {
        padding: 0px 6% !important;
    }
    #rmp_menu_trigger-22822:not(.is-active):hover .responsive-menu-pro-inner, #rmp_menu_trigger-22822:not(.is-active):hover .responsive-menu-pro-inner::before, #rmp_menu_trigger-22822:not(.is-active):hover .responsive-menu-pro-inner::after {
        background-color: #fc6723;
    }
    #rmp_menu_trigger-22822 .responsive-menu-pro-inner, #rmp_menu_trigger-22822 .responsive-menu-pro-inner::before, #rmp_menu_trigger-22822 .responsive-menu-pro-inner::after{    
    width: 35px;
    height: 3px;
    background-color: #fc6723;
    }
    #rmp_menu_trigger-22822.is-active .responsive-menu-pro-inner, #rmp_menu_trigger-22822.is-active .responsive-menu-pro-inner::before, #rmp_menu_trigger-22822.is-active .responsive-menu-pro-inner::after
     {
        background-color: #fc6723;
    }
    form p, .subscribe-search .newsletter p{
    	position: relative;
    }
    span.wpcf7-spinner {
        position: absolute;
        bottom: -30px;
        left: 35%;
    }
    .subscribe-search .newsletter .wpcf7-spinner {
        position: absolute;
        right: -30px;
        top: 15px;
        left: auto;
    }
    .form-one .wpcf7-spinner {
        bottom: -30px;
    }

}

#bottom-bar {
    bottom: -3px;
    right: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999;
}

#bottom-bar .mobile {
    background: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0 0 40px rgba(0, 0, 0, .12);
    touch-action: none;
    width: 100%;
}

#bottom-bar .mobile .action {
    align-items: flex-end;
    display: flex;
}

#bottom-bar .mobile .action .close {
    margin: 19px 15px;
    cursor: pointer;
}

#bottom-bar .mobile .swipe {
    cursor: pointer;
    padding: 10px;
    text-align: center;
}

#bottom-bar .mobile .swipe-up {
    padding-left: 0 !important;
    padding-right: 42px !important;
    width: 100%;
}

#bottom-bar .mobile .swipe .swipe-text {
    display: inline-block;
    position: relative;
}

#bottom-bar .mobile .swipe .swipe-text:after {
    border-bottom: 1px solid;
    border-right: 1px solid;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    transform-origin: center;
    width: 9px;
}

#bottom-bar .mobile .swipe-up .swipe-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6667;
    padding-top: 12px;
    font-family: "Inter", Sans-serif;
}

#bottom-bar .mobile .swipe-up .swipe-text:after {
    border-color: #fc6723;
    left: 50%;
    margin-left: -4px;
    top: 3px;
    transform: rotate(-135deg);
}

#bottom-bar .mobile .swipe-down {
    display: none;
}

#bottom-bar .mobile .swipe-down .swipe-text {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7143;
    padding-left: 20px;
}

#bottom-bar .mobile .swipe-down .swipe-text:after {
    border-color: #8f8f8f;
    left: 1px;
    margin-top: -7px;
    top: 50%;
    transform: rotate(45deg);
}

#bottom-bar .mobile .steps {
    display: none;
}

#bottom-bar .mobile .step-1 {
    max-height: calc(100vh - 75px);
    overflow: visible;
    padding-top: 0;
}

#bottom-bar .mobile .step {
    padding: 10px 15px 0;
}

#bottom-bar .mobile .step-1 .img-w {
    margin: -50px 0 15px;
    position: relative;
}

#bottom-bar .mobile .step-1 .img {
    filter: drop-shadow(0 12px 40px rgba(0, 0, 0, .12));
    margin: 0 auto;
    position: relative;
}

#bottom-bar .mobile .step-1 .img-w:after {
    background: #fc6723;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -88px;
    position: absolute;
    width: 176px;
}

#bottom-bar .mobile .step-1 .title {
    margin-bottom: 12px;
}

#bottom-bar .mobile .step .title {
    text-align: center;
    font-family: "Recoleta", Sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2em;
}

#bottom-bar .mobile .step-1 .text-list {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7143;
    margin-bottom: 15px;
    padding-left: 0;
    list-style: none;
}

#bottom-bar .mobile .step-1 .text-list .item:after {
    background: #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: .7em;
    width: 5px;
}


#bottom-bar .mobile .btn {
    line-height: 1.2857;
    width: 100%;
    text-decoration: none;
    border: 1px solid;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: normal;
    background-color: #fc6723;

    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #fc6723;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #fc6723;
    border-radius: 8px 8px 8px 8px;
    padding: 14px;
}

#bottom-bar .mobile .step-1 .text-list .item {
    margin-bottom: 8px;
    padding: 0 0 0 16px;
    position: relative;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4em;
}

#bottom-bar .btn-wrr:hover {
    border-color: #fc6723;
}

#bottom-bar .red {
    color: #fc6723 !important;
}

#bottom-bar img {
    display: block;
    height: auto;
    max-width: 100%;
}

#bottom-bar p {
    margin: 0;
}