
.slidedesktop {
    margin-top: 95px;
}

.slidemobile {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 1210px) {
    .slidedesktop {
        margin-top: 0px;
    }
}


@media only screen and (max-width: 840px) {
    .slidedesktop {
        display: none;
        visibility: hidden;
    }

    .slidemobile {
        display: block !important;
        visibility: visible !important;
    }
}

#sliderDesktop,
#sliderMobile {
    width: 100%;
    margin-bottom: 30px;
}


.cta-exit {
    background: var(--lblue2);
    padding: 10px 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.cta-exit h3,
.cta-exit p {
    color: var(--white);
    line-height: 1.1;
    margin: 0px;
    padding: 0px;
}

.cta-exit-content p {
    font-weight: bold;
}


.cta-modal-whatsapp {
    background: var(--Whats1);
    padding: 15px 25px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: flex;
    align-items: center;
}

.cta-modal-lblue {
    background: var(--lblue2);
}


.cta-modal-whatsapp h3 {
    color: var(--white);
    line-height: 1.1;
    margin: 0px;
    padding: 0px;
}

.cta-modal-whatsapp svg {
    position: relative;
    top: 0px;
    width: 36px;
    height: 36px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.blur-header {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}


.blur {

    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    background-color: var(--whitergba6) !important
}

.overflow {
    overflow: hidden !important;
}


.social-icons li a {
    background: var(--dblue2);
    color: var(--white);
}

.color-white {
    color: var(--white) !important
}

.color-dblue {
    color: var(--dblue2) !important;
}

.color-lblue {
    color: var(--lblue2) !important;
}

.color-orange {
    color: var(--orange2) !important;
}

.bg-white {
    background: var(--white);
}

.bg-dblue {
    background: var(--dblue2);
}

.bg-lblue {
    background: var(--lblue2);
}

.bg-orange {
    background: var(--orange2);
}

.bg-blackrgba1 {
    background: var(--blackrgba3);
}

.bg-f1f1f1 {
    background: var(--f1f1f1);
}

.radius50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.btn {
    font-family: var(--theme-font);
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    border: 0px solid var(--orange2);
    background-color: var(--orange2);
    box-sizing: border-box;
}

.btn-color-text {
    color: var(--white) !important;
}

.btn:hover,
.btn:focus {
    background-color: var(--gray5);
    border-color: none !important;
    color: var(--white);
}


.btn.btn-center {
    margin: 0 auto;
    width: auto;
    min-width: 160px
}

.btn.btn-lg {
    padding: 16px 40px;
    font-size: 16px;
}

.btn.btn-md {
    padding: 8px 20px
}

.btn.btn-sm {
    padding: 5px 25px;
}

.btn.round {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.btn.btn-mw {
    min-width: 190px
}

.btn-arrow {
    position: relative;
}

.btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
}

/*
.btn-arrow:hover span,
.btn-arrow:focus span {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
}*/

.btn-arrow svg {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 49%;
    font-size: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
    fill: var(--white) !important;
}

.btn-arrow:hover svg,
.btn-arrow:focus svg {
    opacity: 1;
    right: -2rem;
}


.btn-color-text svg {
    fill: var(--white) !important;
}


.btn-orange {
    color: var(--white);
    border: 2px solid var(--orange2);
    background-color: var(--orange2);

}

.btn-orange:hover,
.btn-orange:focus {
    background-color: var(--orange3);
    border-color: var(--orange3);
    color: var(--white)
}

.btn-lblue {
    color: var(--white);
    border: 2px solid var(--lblue2);
    background-color: var(--lblue2);

}

.btn-lblue:hover,
.btn-lblue:focus {
    background-color: var(--lblue1);
    border-color: var(--lblue1);
    color: var(--white)
}

.btn-dblue {
    color: var(--white);
    border: 2px solid var(--dblue2);
    background-color: var(--dblue2);

}

.btn-dblue:hover,
.btn-dblue:focus {
    background-color: var(--dblue3);
    border-color: var(--dblue3);
    color: var(--white)
}

.btn-whatsapp {
    color: var(--white);
    border: 2px solid var(--Whats1);
    background-color: var(--Whats1);

}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    background-color: var(--Whats2);
    border-color: var(--Whats2);
    color: var(--white)
}


.link-btn {
    display: inline-block;
    font-size: 1.2rem;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    z-index: 9;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: var(--gray5);
}

.link-btn.btn-inline {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0;
    border: 1px solid transparent;
    background-color: transparent;
    overflow: visible;
    color: var(--gray5);
}

.link-btn.btn-inline:before,
.link-btn.btn-inline:after {
    position: absolute;
    content: "";
    bottom: -8px;
    left: auto;
    right: 0;
    width: 0;
    height: 3px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    background: var(--gray5);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.link-btn.btn-inline:before {
    width: 100%;
}

.link-btn.btn-inline:hover:after {
    width: 100%;
    right: auto;
    left: 0;
    background: var(--dblue2);
}

.link-btn.btn-inline:hover {
    color: var(--dblue2);
}


.section-title {
    font-size: 2rem;
    margin-bottom: 1.125rem;
    padding-bottom: 1.25rem;
    font-weight: 600;
    color: var(--dblue2);
}

.section-title:before {
    bottom: 0;
    height: 6px;
    width: 50px;
    content: "";
    left: 0;
    position: absolute;
    background-color: var(--lblue2);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    z-index: 1
}

.section-title:after {
    bottom: 2px;
    height: 3px;
    width: 150px;
    content: "";
    left: 0;
    position: absolute;
    background-color: var(--dblue2);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.site-heading h1,
.site-heading h2,
.site-heading h3 {
    color: var(--lblue2);
    display: inline-block;
    font-weight: normal;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.1;
}

.site-heading h1::before,
.site-heading h2::before,
.site-heading h3::before {
    background: var(--lblue2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
    width: 90px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


.site-heading h1::after,
.site-heading h2::after,
.site-heading h3::after {
    background: var(--dblue2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    margin-left: 45px;
    position: absolute;
    width: 45px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


.site-heading.text-left h1::before,
.site-heading.text-left h2::before,
.site-heading.text-left h3::before {
    left: 0;
    margin-left: 0;
}

.site-heading.text-left h1::after,
.site-heading.text-left h2::after,
.site-heading.text-left h3::after {
    left: 45px;
    margin-left: 0;
}


.h500 {
    height: 500px;
}


.bg-cover-overlay,
.bg-cover {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-cover:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: var(--blackrgba6);

}


.bg-image-site {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.border-bottom1 {
    border-bottom: 3px solid var(--blackrgba1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.box-img-hover {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.box-img-hover:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    box-shadow: 0px 15px 35px 0px var(--blackrgba2);
}


.img-hover img {
    border: 0px solid var(--lblue2) !important;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    filter: grayscale(20%);
    -webkit-filter: grayscale(20%);
    cursor: pointer;
}

.img-hover img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white) !important;
    opacity: 0;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.img-hover:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.2) rotate(0deg);
    -moz-transform: scale(1.2) rotate(0deg);
    -o-transform: scale(1.2) rotate(0deg);
    -ms-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);
}

.img-hover span {
    display: block;
    overflow: hidden;
    position: relative;
}

.img-hover span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    border: 0px solid transparent;
    background: var(--blackrgba3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.img-hover span i {
    left: calc(50% - 28px);
    top: calc(80% - 29px);
    font-size: 56px;
    position: absolute;
    z-index: 2 !important;
    color: var(--white);
    opacity: 0;
    height: 58px;
    width: 56px;
    line-height: 56px;
    padding: 0px;
    margin: 0px;
    -webkit-transition: all 1.0s ease 0.3s;
    -moz-transition: all 1.0s ease 0.3s;
    -o-transition: all 1.0s ease 0.3s;
    -ms-transition: all 1.0s ease 0.3s;
    transition: all 1.0s ease 0.3s;
}

.img-hover:hover span i {
    top: calc(50% - 29px);
    opacity: 1;
}

.img-hover span svg {
    position: absolute;
    left: calc(50% - 24px);
    top: calc(-25% - 24px);
    width: 48px;
    height: 48px;
    stroke-width: 0;
    fill: var(--white) !important;
    -webkit-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    -ms-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
    z-index: 2 !important;
    opacity: 0;
}


.img-hover:hover span svg {
    top: calc(50% - 24px);
    opacity: 1;
}

.img-hover:hover span:after {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.img-hover img,
.img-hover img,
.img-hover span:after {
    transition: all 1.0s ease-in-out;
}


.content_post ul {
    display: inline-block;
    width: auto;
    padding: 10px;
}

.content_post ul > li {
    margin: 0px 5px;
    padding: 3px;
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
    opacity: 1.0;
    transition: opacity .2s ease-in-out;
    list-style-type: disc;
}

.content_post ul > li:hover {
    opacity: 1.0;
}

.content_post ul:hover > li:not(:hover) {
    opacity: 0.8;
}


.label--checkbox {
    position: relative;
    margin: 0;
    cursor: pointer;
    background: var(--white);
    font-weight: bold;
    display: block;
}

.label--checkbox strong {
    padding-left: 5px;
    font-size: 1rem;
    font-weight: normal;
}

.checkbox {
    position: relative;
    top: -0.375rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
}

.checkbox:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 28px;
    height: 28px;
    border: 4px solid var(--gray3);
}

.checkbox:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 1rem;
    border-color: var(--lblue2);
    border-top-style: none;
    border-right-style: none;
}

.checkbox:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    background: var(--white);
    cursor: pointer;
}


.info-error {
    padding: 30px 0px;
}

.error-page .error-page-title {
    color: var(--lblue2);
    font-size: 50px;
    padding: 0px;
    line-height: 1.1;
    padding-bottom: 0px;
    font-family: var(--special-font);
    font-weight: bold;
}


.error-page .error-page-subtitle {
    color: var(--white);
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.error-page p {
    color: var(--white);
    font-size: 16px;
}


.image-bl,
.image-bl img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


.overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}


.overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


.shadow-one {
    -webkit-box-shadow: 0px 0px 35px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 0px 35px 0px var(--blackrgba1);
    box-shadow: 0px 0px 35px 0px var(--blackrgba1);
}


.cta-item {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
    position: relative;
    background: var(--white);
}


.bg-cover-radius {
    position: relative;
    z-index: 0;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    overflow: hidden;
}

.bg-cover-radius:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: var(--lbluergba5);
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    overflow: hidden;
    background-image: linear-gradient(to right top, var(--dbluergba5), var(--dbluergba7), var(--lbluergba5), var(--lbluergba7), var(--lblue2));
}


.radius7 {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    overflow: hidden !important;
}


.cta-item .ot-heading {
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
}

.cta-item .ot-heading span {
    display: block;
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.2
}

.cta-item h3 {
    color: var(--white);
    font-size: 36px;
    line-height: 1.1;
    /*letter-spacing:-1px;*/
    margin-bottom: 30px;
}

.cta-item .ot-button {
    display: block;
    margin-top: 20px;
}


.aboutus-item {
    padding: 30px 40px 30px 40px;
    border-style: solid;
    border-width: 0 0 0 0;
    background-color: transparent;
    background-image: linear-gradient(110deg, var(--lblue1) 0%, var(--lblue2) 100%);
    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

}


.aboutus-item:active,
.aboutus-item:focus,
.aboutus-item:hover {
    -webkit-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);

}

.aboutus-item .content-box h3 {
    color: var(--white);
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.aboutus-item .content-box p {
    color: var(--white);
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
}


.aboutus-item .icon-main {
    background: transparent;
    position: relative;
    display: block;
    margin: 0px auto 20px;
    width: 100px;
    height: 100px;
    padding: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: var(--lblue2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

}

.aboutus-item:active .icon-main,
.aboutus-item:focus .icon-main,
.aboutus-item:hover .icon-main {
    -webkit-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}

.aboutus-item .icon-main svg {
    position: relative;
    top: -3px;
    width: 60px;
    height: 60px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);

}

.aboutus-item .overlay {
    z-index: 2;
    background: transparent;
}

.overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


.aboutus-item.bg-s1 {
    background-image: linear-gradient(110deg, var(--lblue2) 0%, var(--dblue2) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s2 {
    background-image: linear-gradient(110deg, var(--dblue2) 0%, var(--lblue2) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s3 {
    background-image: linear-gradient(110deg, var(--lblue2) 0%, var(--dblue2) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s4 {
    background-image: linear-gradient(110deg, var(--dblue2) 0%, var(--lblue2) 100%);
    background-size: 100% 100%;
}


.aboutus-item:active.bg-s1,
.aboutus-item:focus.bg-s1,
.aboutus-item:hover.bg-s1,
.aboutus-item:active.bg-s2,
.aboutus-item:focus.bg-s2,
.aboutus-item:hover.bg-s2,
.aboutus-item:active.bg-s3,
.aboutus-item:focus.bg-s3,
.aboutus-item:hover.bg-s3,
.aboutus-item:focus.bg-s4,
.aboutus-item:hover.bg-s4 {
    background-size: 200% 200%;
    background-position: 50% 0% !important;
}


.headDivider {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 30px 50px 30px;
    /*background: var(--lblue2);*/
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: rgb(32, 32, 32);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1)), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
    background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
    background-position: 0px 0px, 0px 0px, 5px 5px, 0px 0px;
}

.headDivider:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: linear-gradient(to bottom, var(--blackrgba9) 0%, var(--blackrgba1) 100%);
    opacity: 0.75;

}


.headDivider h2 {
    font-weight: bold;
    color: var(--white);
    padding: 0px;
    margin: 0px;
    font-size: 34px;
    position: relative;
    z-index: 1;
}


.list-item {
    margin-top: 10px;
}

.list-item li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.1;
    width: 100%;
    display: block;
    float: left;
    text-transform: uppercase;
}

.list-item li span {
    width: 16px;
    height: 16px;
    background: var(--dblue2);
    display: -ms-inline-flexbox;
    display: inline-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: 12px;
    color: var(--white);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}


.btnicon {
    font-weight: bold;
    padding: 15px 30px 14px;
}

.btnicon svg {
    position: relative;
    top: -1px;
    width: 22px;
    height: 22px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.box-img-hover-two {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    background: var(--white);
}

.box-img-hover-two:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 15px 35px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 15px 35px 0px var(--blackrgba1);
    box-shadow: 0px 15px 35px 0px var(--blackrgba1);
}


.box-img-hover-two .lower-content {
    padding: 15px;
    background: var(--lblue2);
}

.box-img-hover-two .lower-content h3 {
    font-size: 15px;
    margin: 0px;
    color: var(--white);

}


.box-img-hover-two img {
    width: 100%;
    padding: 0px;
    border: 0px solid var(--lblue2) !important;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    margin: auto !important;

}


.img-hover-two img {
    border: 0px solid var(--lblue2) !important;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    filter: grayscale(20%);
    -webkit-filter: grayscale(20%);
    cursor: pointer;


}

.img-hover-two img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white) !important;
    opacity: 0;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.img-hover-two:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.1) rotate(0deg);
    -moz-transform: scale(1.1) rotate(0deg);
    -o-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
}

.img-hover-two span {
    display: block;
    overflow: hidden;
    position: relative;
}

.img-hover-two span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    border: 0px solid transparent;
    background: var(--lbluergba3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.img-hover-two span .icon {
    left: calc(50% - 23px);
    top: calc(80% - 23px);
    font-size: 56px;
    position: absolute;
    z-index: 2 !important;
    color: var(--white);
    opacity: 0;
    height: 46px;
    width: 46px;
    line-height: 46px;
    padding: 0px;
    margin: 0px;
    -webkit-transition: all 1.0s ease 0.3s;
    -moz-transition: all 1.0s ease 0.3s;
    -o-transition: all 1.0s ease 0.3s;
    -ms-transition: all 1.0s ease 0.3s;
    transition: all 1.0s ease 0.3s;
}

.img-hover-two:hover span .icon {
    top: calc(50% - 29px);
    opacity: 0.9;
}

.img-hover-two:hover span:after {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.img-hover-two img,
.img-hover-two img,
.img-hover-two span:after {
    transition: all 1.0s ease-in-out;
}


iframe {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

video {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 40px;
    color: var(--lblue2);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.one h1 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.one h1:before {
    width: 28px;
    height: 9px;
    display: block;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -14px;
    background-color: var(--dblue2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.one h1:after {
    width: 100px;
    height: 3px;
    display: block;
    content: "";
    position: relative;
    margin-top: 10px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--dblue2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.one p {
    font-weight: bold;
}


.about-images {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 20px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 3px 20px 0px var(--blackrgba1);
    box-shadow: 0px 3px 20px 0px var(--blackrgba1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


.about-images:focus,
.about-images:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);

    -webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
    box-shadow: 0px 10px 30px -5px var(--blackrgba3);
}

.about-images img {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
}


.about-images img:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}


.read-whatsapp {
    font-family: var(--theme-font);
    font-size: 14px;
    line-height: 1.0;
    font-weight: bold;
    padding: 9px 10px 8px 15px;
    text-align: center !important;
    text-transform: uppercase;
    color: var(--whatstx);
    border: 2px solid var(--whatstx);
    background-color: var(--whatsbg);
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.read-whatsapp svg {
    position: relative;
    top: -3px;
    width: 22px;
    right: 3px;
    height: 22px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--whatstx) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.read-whatsapp:hover svg,
.read-whatsapp:focus svg {
    fill: var(--whatsbg) !important;
}


.read-whatsapp:hover,
.read-whatsapp:focus {
    background-color: var(--whatstx);
    border-color: var(--whatstx);
    color: var(--whatsbg);
    -webkit-box-shadow: 0px 5px 15px 0px var(--Whatsrgba2);
    -moz-box-shadow: 0px 5px 15px 0px var(--Whatsrgba2);
    box-shadow: 0px 5px 15px 0px var(--Whatsrgba2);
}

.pageTitle {
    margin-top: 150px;
    padding: 90px 0 75px;
    position: relative;
    background-size: cover;
    top: 0px;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

@media only screen and (max-width: 1123px) {
    .pageTitle {
        margin-top: 0px;
        padding: 60px 0 60px;
    }


}


.pageTitle:before {
    left: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    content: " ";
    position: absolute;
    width: 100%;
    /*background-color:rgba(155, 211, 174,.7);*/

    background: linear-gradient(221deg, var(--lbluergba6), var(--lbluergba9), var(--lbluergba6));
    background-size: 200% 200%;
    -webkit-animation: bg-gradient-animator-title 10s ease infinite;
    -moz-animation: bg-gradient-animator-title 10s ease infinite;
    -o-animation: bg-gradient-animator-title 10s ease infinite;
    animation: bg-gradient-animator-title 10s ease infinite;
}


@-webkit-keyframes bg-gradient-animator-title {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@-moz-keyframes bg-gradient-animator-title {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@-o-keyframes bg-gradient-animator-title {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@keyframes bg-gradient-animator-title {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}


.btn-whatsapp-prod {
    font-family: var(--theme-font);
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;

    box-sizing: border-box;
    transition: all 0.4s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: var(--white);
    border: 2px solid var(--Whats1);
    background-color: var(--Whats1);
    -webkit-box-shadow: 0px 15px 18px -10px var(--Whatsrgba2);
    -moz-box-shadow: 0px 15px 18px -10px var(--Whatsrgba2);
    box-shadow: 0px 15px 18px -10px var(--Whatsrgba2);
    animation: pulsew 1s infinite;
}

.btn-whatsapp-prod:hover,
.btn-whatsapp-prod:focus {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    background-color: var(--Whats2);
    border-color: var(--Whats2);
    color: var(--white);
    -webkit-box-shadow: 0px 20px 18px -6px var(--Whatsrgba);
    -moz-box-shadow: 0px 20px 18px -6px var(--Whatsrgba);
    box-shadow: 0px 20px 18px -6px var(--Whatsrgba);
}


.btn-whatsapp-prod svg {
    position: relative;
    top: -2px;
    left: -5px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


@-webkit-keyframes pulsew {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@keyframes pulsew {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}


.btn-box-shadow {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.btn-box-shadow:hover {
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.box-shadow-extra-large, .box-shadow-extra-large-hover:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.box-shadow-hover:hover,
.box-shadow-large-hover:hover,
.box-shadow-extra-large-hover:hover,
.box-shadow-medium-hover:hover,
.box-shadow-small-hover:hover,
.box-shadow-double-large-hover:hover,
.box-shadow-quadruple-large-hover:hover {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}


.btn {
    display: inline-block;
    border: 0px solid transparent;

    text-transform: uppercase;
    letter-spacing: 0.5px;


    font-weight: 500;


}


.btn svg {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn.btn-extra-large {
    font-size: 16px;
    padding: 24px 46px;
}

.btn.btn-large {
    font-size: 16px;
    padding: 18px 34px;
}

.btn.btn-medium {
    font-size: 14px;
    padding: 16px 45px 15px 15px !important;
}

.btn.btn-small {
    font-size: 12px;
    padding: 13px 26px;
}

.btn.btn-very-small {
    font-size: 11px;
    padding: 10px 20px;
}

.btn.btn-rounded.btn-extra-large {
    padding: 18px 46px;
}

.btn.btn-rounded.btn-large {
    padding: 14px 25px;
}

.btn.btn-rounded.btn-medium {
    padding: 12px 32px;
}

.btn.btn-rounded.btn-small {
    padding: 10px 26px;
}

.btn.btn-rounded.btn-very-small {
    padding: 8px 20px;
}

.btn.btn-rounded.btn-rounded {
    /*-webkit-border-radius: 50px;
    border-radius: 50px;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}


.button-gradient-color {
    font-weight: bold;
    color: var(--white) !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    background-size: 250% auto;
    background-image: linear-gradient(135deg, var(--lblue1) 0%, var(--lblue3) 50%, var(--lblue1) 100%);
}

.button-gradient-color:hover,
.button-gradient-color:focus {
    background-position: right center;

}

.button-gradient-color svg {
    fill: var(--lblue2);
}


.button-gradient-whatsapp {
    font-weight: bold;
    color: var(--white) !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    background-size: 200% auto;
    background-image: linear-gradient(135deg, var(--Whats1) 0%, var(--Whats2) 50%, var(--Whats1) 100%);
}

.button-gradient-whatsapp:hover,
.button-gradient-whatsapp:focus {
    background-position: right center;

}

.button-gradient-whatsapp svg {
    fill: var(--Whats1);
}

.button-gradient-orange {
    font-weight: bold;
    color: var(--white) !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    background-size: 200% auto;
    background-image: linear-gradient(to right, var(--orange1) 0%, var(--orange3) 50%, var(--orange1) 100%);
}

.button-gradient-orange:hover,
.button-gradient-orange:focus {
    background-position: right center;

}

.button-gradient-orange svg {
    fill: var(--orange2);
}


.button-gradient-dblue {
    font-weight: bold;
    color: var(--white) !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    background-size: 200% auto;
    background-image: linear-gradient(to right, var(--gray3) 0%, var(--gray1) 50%, var(--gray3) 100%);
}

.button-gradient-dblue:hover,
.button-gradient-dblue:focus {
    background-position: right center;

}

.button-gradient-dblue svg {
    fill: var(--gray1);
}


.button-gradient-colortwo {
    font-weight: bold;
    color: var(--white) !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    background-size: 250% auto;
    background-image: linear-gradient(135deg, var(--dblue1) 0%, var(--dblue3) 50%, var(--dblue1) 100%);
}

.button-gradient-colortwo:hover,
.button-gradient-colortwo:focus {
    background-position: right center;

}

.button-gradient-colortwo svg {
    fill: var(--dblue2);
}

/*
    -webkit-box-shadow: 0px 10px 35px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 35px 0px var(--blackrgba3);
    box-shadow: 0px 10px 35px 0px var(--blackrgba3);
*/


.btn.btn-base-color {
    background-color: var(--lblue2);
    color: var(--white);
}

.btn.btn-base-color:hover, .btn.btn-base-color:active {
    background-color: transparent;
    border-color: var(--lblue2);
    color: var(--lblue2);
}

.btn.btn-black {
    background-color: var(--black);
    color: var(--white);
}

.btn.btn-black:hover, .btn.btn-black:active {
    background-color: transparent;
    border-color: var(--black);
    color: var(--black);
}

.btn.btn-double-border.btn-extra-large {
    padding: 0;
}

.btn.btn-double-border.btn-extra-large > span {
    padding: 24px 50px;
}

.btn.btn-double-border.btn-large {
    padding: 0;
}

.btn.btn-double-border.btn-large > span {
    padding: 18px 42px;
}

.btn.btn-double-border.btn-medium {
    padding: 0;
}

.btn.btn-double-border.btn-medium > span {
    padding: 16px 34px;
}

.btn.btn-double-border.btn-small {
    padding: 0;
}

.btn.btn-double-border.btn-small > span {
    padding: 13px 32px;
}

.btn.btn-double-border.btn-very-small {
    padding: 0;
}

.btn.btn-double-border.btn-very-small > span {
    padding: 10px 22px;
}

.btn.btn-double-border > span {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.btn.base-color-hover:hover, .btn.base-color-hover:active {
    background-color: var(--lblue2);
    color: var(--white);
}


.btn.with-rounded {
    position: relative;
}

.btn.with-rounded > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
}

.btn.with-rounded > span i {
    margin: 0;
}

.btn.with-rounded.btn-extra-large {
    padding-right: 70px;
}

.btn.with-rounded.btn-large {
    padding-right: 55px;
}

.btn.with-rounded.btn-large > span {
    width: 38px;
    height: 38px;
    right: 8px;
}

.btn.with-rounded.btn-medium {
    padding-right: 50px;
}

.btn.with-rounded.btn-medium > span {
    width: 32px;
    height: 32px;
    right: 8px;
}

.btn.with-rounded.btn-small {
    padding-right: 45px;
}

.btn.with-rounded.btn-small > span {
    width: 28px;
    height: 28px;
    right: 6px;
}

.btn.with-rounded.btn-very-small {
    padding-right: 37px;
}

.btn.with-rounded.btn-very-small > span {
    width: 26px;
    height: 26px;
    right: 5px;
}


.btn-dual .btn {
    margin-left: 10px;
    margin-right: 10px;
}

.btn-dual .btn.btn-link, .btn-dual .btn.btn-underline, .btn-dual .btn.btn-zoom, .btn-dual .btn.btn-link-gradient {
    margin-left: 30px;
    margin-right: 30px;
}


.image-header-prod {
    height: 360px;
    position: relative;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}


.content_post h3 {
    color: var(--white);
    margin: 0px 0px 15px 0px;
    font-weight: bold;
    font-size: 22px;
}


#testimonial .testimonial {
    position: relative;
    z-index: 2 !important
}

.testimonial-item {
    position: relative;
    margin-bottom: 20px
}

.tcontent {
    background: var(--f4f4f4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    color: var(--gray1);
    margin: 0;
    position: relative;
    padding: 60px 15px 15px 15px;
    border-top: 5px solid var(--lblue2);
    z-index: 2 !important;
    position: relative;
    min-height: 230px;
    -webkit-box-shadow: 0 10px 25px 0 var(--blackrgba1);
    -moz-box-shadow: 0 10px 25px 0 var(--blackrgba1);
    box-shadow: 0 10px 25px 0 var(--blackrgba1);
}

.testimonial-item:before,
.testimonial-item:after {
    position: absolute;
    content: "";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: .3s;
    bottom: -8px;
    height: 24px;
    background: var(--lblue2);

}

.testimonial-item:before {
    left: 16px;
    right: 16px;
    z-index: 1 !important
}

.testimonial-item:after {
    left: 32px;
    right: 32px;
    bottom: -14px;
    background: var(--lblue3);
    z-index: 0 !important
}


#testimonial .stars {
    position: absolute;
    left: 75px;
    top: 25px;
    display: block;
    width: 100%;
    color: var(--syellow2)
}

#testimonial .stars svg {
    position: relative;
    float: left;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--syellow2) !important;
    transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}


#testimonial .text {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-style: italic;
    color: var(--gray1);
    position: relative;
    z-index: 2;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#testimonial .text p {
    margin: 0 !important;
    color: var(--black);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#testimonial .author {
    display: block;
    width: 100%;
    font-weight: bold !important;
    color: var(--black) !important;
    position: relative;
    z-index: 1
}

#testimonial .author strong {
    color: var(--black) !important;
}


#testimonial .quote {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 0
}

#testimonial .quote img {
    width: 50px;
}


.testimoials {
    position: relative;
    transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
}

.testimoials .main-nav-slider {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 100px;
    height: 45px;
    z-index: 1;
}

@media only screen and (max-width: 600px) {
    .testimoials {
        position: relative;
    }

    .testimoials .main-nav-slider {
        top: 15px;
        right: 0px;
        position: relative;

    }
}

.main-nav-slider2 {
    position: relative;
    margin-top: 15px;
}

.partnerList .clients-button-next,
.partnerList .clients-button-prev,
.testimoials .testm-button-next,
.testimoials .testm-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.partnerList .clients-button-next,
.partnerList .clients-button-prev,
.testimoials .testm-button-next,
.testimoials .testm-button-prev {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 0;
    background-color: var(--blackrgba5);
    width: 50px;
    height: 50px;
    border: 0;
    z-index: 10;
    cursor: pointer;
    background-image: none;
    margin-top: -25px;
    left: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: .8
}

.partnerList .clients-button-next,
.testimoials .testm-button-next {
    right: 0px
}

.partnerList .clients-button-prev,
.testimoials .testm-button-prev {
    left: 0px
}

.partnerList .clients-button-next img,
.partnerList .clients-button-prev img,
.testimoials .testm-button-next img,
.testimoials .testm-button-prev img {
    height: 15px;
    width: auto;
    display: block
}

.partnerList .clients-button-next:hover,
.partnerList .clients-button-prev:hover,
.testimoials .testm-button-next:hover,
.testimoials .testm-button-prev:hover {
    box-shadow: none;
    opacity: 1;
    background-color: var(--lblue2);
    -webkit-box-shadow: 0 10px 25px 0 var(--blackrgba5);
    -moz-box-shadow: 0 10px 25px 0 var(--blackrgba5);
    box-shadow: 0 10px 25px 0 var(--blackrgba5);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}


.services-itens {
    position: relative;
}

.services-itens .inner-box {
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 35px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 0px 35px 0px var(--blackrgba1);
    box-shadow: 0px 0px 35px 0px var(--blackrgba1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 0px 0px 20px 0px;
    background: var(--lbluergba1);
}

.services-itens .inner-box:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    /* -webkit-box-shadow: 0px 0px 45px 0px var(--lbluergba1);
     -moz-box-shadow: 0px 0px 45px 0px var(--lbluergba1);
     box-shadow: 0px 0px 45px 0px var(--lbluergba1);*/

    -webkit-box-shadow: 0px 10px 45px 15px var(--lbluergba1);
    -moz-box-shadow: 0px 10px 45px 15px var(--lbluergba1);
    box-shadow: 0px 10px 45px 15px var(--lbluergba1);
    background: var(--dbluergba3);
}


.services-itens .inner-box .image-box {
    position: relative;
}

.services-itens .inner-box .image-box {
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;

}

.services-itens .inner-box .image-box a img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    object-fit: cover;
    width: 100%;
    height: auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.services-itens .inner-box:hover img {
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}


.services-itens .read-more {
    position: absolute;
    color: var(--white);
    background: var(--lblue2);
    top: -30px;
    opacity: 0;
    right: 10px;
    font-size: 24px;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -webkit-box-shadow: 0px 3px 15px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 3px 15px 0px var(--blackrgba3);
    box-shadow: 0px 3px 15px 0px var(--blackrgba3);
}

.services-itens .inner-box:hover .read-more {
    opacity: 1;
    top: -50px;
}

.services-itens .read-more:hover {
    background: var(--lblue1);
}

.services-itens .read-more svg {
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--dblue2) !important;
    transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.services-itens .lower-content {
    position: relative;
    padding: 25px 20px 25px 20px;
}

.services-itens .lower-content h4 {
    position: relative;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--gray3);
    word-break: break-word;
}

.services-itens .lower-content small {
    font-size: 16px;
    font-weight: bold;
    color: var(--gray3);
}

.services-itens .lower-content h4 a {
    display: inline-block;
    color: var(--white);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

}

.services-itens .lower-content h4 a:focus,
.services-itens .lower-content h4 a:hover {
    color: var(--lblue1);
}


.services-itens .lower-content p {
    color: var(--white);
    margin-top: 15px;
    font-size: 17px !important;
    line-height: 1.2;
}


.services-itens .read-more-btn {
    background: var(--lblue2);
    font-size: 14px;
    min-height: 40px;
    padding: 0 23px;
    margin-top: 20px;
}


.icon-column {
    width: 90px;
    line-height: 75px;
    height: 90px;
    background-color: var(--lblue2);
    color: var(--white);
    border-radius: 50%;
    text-align: center;
    font-size: 38px;
    display: block;
    margin: auto;
}

.icon-column svg {
    position: relative;
    top: 0px;
    width: 60px;
    height: 60px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--dblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);

}

.icon-column img {
    width: 60px;
    filter: invert(100%);

}


.text-column {
    margin: 15px auto;
    display: block;

}

.text-column h2 {
    font-weight: bold;
    font-size: 24px;
    color: var(--lblue1)

}

.text-column p {
    font-weight: normal;
    font-size: 20px !important;
    margin-bottom: 0px;
    color: var(--white)
}


.text-column span {
    font-weight: bold;
    color: var(--lblue1)

}


.head-title h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: 600;
    color: var(--lblue2);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


.head-title .six h1 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 15px;


}

.head-title .six h1 span {
    line-height: 2em;
    padding-bottom: 15px;
    text-transform: none;
    font-size: .7em;
    font-weight: normal;
    color: var(--white);
}

.head-title .six h1:after, .six h1:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 4px;
    content: "";
    right: 45px;
    margin: auto;
    background-color: var(--lblue2);
}

.head-title .six h1:before {
    background-color: var(--dblue1);
    left: 45px;
    width: 90px;
}


.mod-social .social-icons li a {
    background: var(--lblue2);
    color: var(--white);
}

.mod-social .social-icons svg {
    position: relative;
    top: 5px;
    width: 25px;
    height: 25px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.mod-social .social-icons li:hover a svg {
    fill: var(--white) !important;
}


#services .main-nav-slider
#clients .main-nav-slider {

}

#services .clients-button-next,
#services .clients-button-prev,
#clients .clients-button-next,
#clients .clients-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

#services .clients-button-next,
#services .clients-button-prev,
#clients .clients-button-next,
#clients .clients-button-prev {
    position: absolute;
    top: 60%;
    bottom: auto;
    border: none;
    background-color: var(--dbluergba6);
    width: 50px;
    height: 50px;
    border: none;
    z-index: 10;
    cursor: pointer;
    background-image: none;
    margin-top: -25px;
    left: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0.8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#services .clients-button-next,
#clients .clients-button-next {
    right: 15px;
}

#services .clients-button-prev,
#clients .clients-button-prev {
    left: 15px;
}

#services .clients-button-next img,
#services .clients-button-prev img,
#clients .clients-button-next img,
#clients .clients-button-prev img {
    height: 15px;
    width: auto;
    display: block;
}

#services .clients-button-next:hover,
#services .clients-button-prev:hover,
#clients .clients-button-next:hover,
#clients .clients-button-prev:hover {
    box-shadow: none;
    opacity: 1;
    background-color: var(--dblue2);
    -webkit-box-shadow: 0px 10px 25px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 25px 0px var(--blackrgba3);
    box-shadow: 0px 10px 25px 0px var(--blackrgba3);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

#services .swiper-slide {
    align-self: stretch !important;
}

.content_post .imageCover {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
}

.content_post .imageCover img {
    width: 200px;
    border-radius: 3px;
}

.about-area {
    position: relative;
    z-index: 5;
}

.reading a {
    color: var(--lblue2);
    font-weight: bold;
}


.news-block .inner {
    position: relative;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    padding-bottom: 5px;
    background: var(--lbluergba5)
}


.news-block:focus .inner,
.news-block:hover .inner {
    background: var(--lblue3)
}


.news-block .image-box {
    position: relative;
    display: block;
    background: var(--lblue1);
    -webkit-box-shadow: 0px 3px 20px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 3px 20px 0px var(--blackrgba1);
    box-shadow: 0px 3px 20px 0px var(--blackrgba1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
}

.news-block .image-box img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.news-block .inner:hover .image-box img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news-block .image-box a {
    position: relative;
    display: block;
}

/*
.news-block .image-box a:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -1px;
    height: 50px;
    border-right: 3px solid var(--white);
    z-index: 1;
    transform: scaleY(0);
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius:2px;
}

.news-block .image-box a:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -25px;
    width: 50px;
    border-bottom: 3px solid var(--white);
    z-index: 1;
    transform: scaleX(0);
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius:2px;
}

.news-block .inner:hover .image-box a:before,
.news-block .inner:hover .image-box a:after{
    transform: scale(1);
    transition:all 0.3s ease 300ms;
    -moz-transition:all 0.3s ease 300ms;
    -webkit-transition:all 0.3s ease 300ms;
    -ms-transition:all 0.3s ease 300ms;
    -o-transition:all 0.3s ease 300ms;
}
*/
.news-block .lower-box {
    position: relative;
    background: var(--dblue2);
    padding: 20px 15px 20px 15px;
    margin: 0px;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-box-shadow: 0px 5px 20px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 5px 20px 0px var(--blackrgba1);
    box-shadow: 0px 5px 20px 0px var(--blackrgba1);
}

.news-block .image-box .category {
    position: absolute;
    bottom: 30px;
    right: 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    padding: 5px 15px;
    color: var(--white);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: var(--dbluergba7);
    z-index: 20
}

.news-block .image-box .category svg {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
}


.news-block h3 {
    font-weight: 600;
    margin-bottom: 0px;
    color: var(--lblue2);
    font-size: 20px;
    line-height: 1.2
}

.news-block .text p {
    position: relative;
    padding-top: 12px;
    line-height: 1.1
}


.news-block h3 a:hover {
    color: var(--white)
}


.linking {
    position: relative;
    color: var(--lblue2);
    font-size: 15px;
    font-weight: normal;
    font-family: var(--theme-font) !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-transform: uppercase;
}


.linking:before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


.linking:hover:before {
    width: 100%;
    background: var(--white);
}


.linking svg {
    position: relative;
    top: -2px;
    right: 30px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    opacity: 0;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.linking:hover {
    color: var(--white);
}

.linking:hover svg {
    opacity: 1;
    right: 0px;
    fill: var(--white) !important;
}


.portfolio-block-four {
    position: relative;
}

.portfolio-block-four .inner-box {
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: var(--lblue2)
}

.portfolio-block-four .image-box {
    position: relative;
    line-height: 0;
    padding-bottom: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.portfolio-block-four .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.portfolio-block-four .image-box:after {
    position: absolute;
    left: -75px;
    right: 0;
    top: 0;
    height: 100%;
    background-image: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    -webkit-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
}

.portfolio-block-four .inner-box:hover .image-box:after {
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
    transform: translateX(25px);
}

.portfolio-block-four .image a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    display: block;
}

.portfolio-block-four .image img {
    display: block;
    width: 100%;
}

.portfolio-block-four .content-box {
    background-color: var(--blackrgba5);
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    padding: 25px 25px 15px 25px;
    position: absolute;
    z-index: 1;
    left: -10px;
    top: 70%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.portfolio-block-four .inner-box:hover .content-box {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.portfolio-block-four .content-box h4 {
    position: relative;
}

.portfolio-block-four .content-box h4 a {
    position: relative;
    display: block;
    font-size: 24px;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 5px;
}

.portfolio-block-four .content-box p {
    color: var(--whitergba7);
}


.h5_nh_service-item {
    position: relative;
    z-index: 1;
    cursor: pointer;
    width: 100%;
    display: block;
    background: var(--lblue2);
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    background: linear-gradient(140deg, var(--lblue3) 25%, var(--dblue2) 100%);
    margin-bottom: 30px;
}


.h5_nh_service-img {
    position: relative;
    z-index: 1;
    mix-blend-mode: soft-light;
}

.h5_nh_service-item::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, var(--blackrgba7), var(--lbluergba9) 0.01%, var(--lbluergba5) 100%);
    background: #fb2c00;
    z-index: 1;
    opacity: 1;
    visibility: hidden;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
}


.h5_nh_service-img img {
    width: 100%;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}


.h5_nh_service-img::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 2px;
    background: linear-gradient(180deg, var(--blackrgba7), var(--lbluergba9) 0.01%, var(--lbluergba5) 100%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

.h5_nh_service-img-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 0 20px 5px 20px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.h5_nh_service-img-content-icon {
    width: 90px;
    height: 90px;
    background: var(--dblue2);
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    box-shadow: 0px 15px 35px 0px var(--blackrgba2);
}

.h5_nh_service-img-content-icon svg {
    position: relative;
    width: 60px;
    height: 60px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.h5_nh_service-img-content-info h5 {
    color: var(--white);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 15px;
}


.h5_nh_service-img-content-info h5:hover a {
    color: var(--dblue2) !important;
}


.h5_nh_service-img-content-info p {
    color: var(--white);
    font-size: 16px;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 0;
}

.h5_nh_service-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -41px;
    z-index: 1;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.h5_nh_service-content-icon {
    width: 90px;
    height: 90px;
    background: var(--lblue2) !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    margin-bottom: -28px;
    z-index: 9;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.h5_nh_service-content-icon svg {
    position: relative;
    width: 60px;
    height: 60px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--dblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.h5_nh_service-content-info {
    border-radius: 2px;
    box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.12);
    background: var(--dblue2);
    z-index: 9;
    padding: 45px 15px 20px 15px;
}

.h5_nh_service-content-title {
    color: var(--lblue2);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 0;
}

.h5_nh_service-item:hover .h5_nh_service-img::before {
    opacity: 1;
    visibility: visible;
}

.h5_nh_service-item:hover .h5_nh_service-img-content {
    opacity: 1;
    visibility: visible;
}

.h5_nh_service-item:hover .h5_nh_service-content {
    bottom: 60px;
    opacity: 0;
    visibility: hidden;
}


.cars-block-one .inner-box {
    position: relative;
    display: block;
}

.cars-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-box-shadow: 0px 3px 20px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 3px 20px 0px var(--blackrgba1);
    box-shadow: 0px 3px 20px 0px var(--blackrgba1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cars-block-one .inner-box:focus .image-box,
.cars-block-one .inner-box:hover .image-box {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);

    -webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
    box-shadow: 0px 10px 30px -5px var(--blackrgba3);
}


.cars-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    background: var(--blackrgba1);
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.cars-block-one .inner-box:hover .image-box:before {
    opacity: 1;
}

.cars-block-one .inner-box .image-box img {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 100%;

    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.cars-block-one .inner-box:hover .image-box img {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.cars-block-one .inner-box .lower-content {
    position: relative;
    margin: 0px;
}

.cars-block-one .inner-box .lower-content .inner {
    position: relative;
    /*background:var(--lblue2);*/
    padding: 20px 15px 20px 15px;
    margin-top: -45px;
    z-index: 1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-box-shadow: 0px 5px 20px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 5px 20px 0px var(--blackrgba1);
    box-shadow: 0px 5px 20px 0px var(--blackrgba1);

    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    background-color: var(--white) !important
}


.cars-block-one .inner-box:hover .inner,
.cars-block-one .inner-box:focus .inner {
    background: var(--lblue2);
    -webkit-box-shadow: 0px 10px 50px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 50px 0px var(--blackrgba3);
    box-shadow: 0px 10px 50px 0px var(--blackrgba3);
}


.cars-block-one .inner-box .lower-content .inner h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px;
    cursor: pointer;
}

.cars-block-one .inner-box .lower-content .inner h3 a {
    display: block;
    color: var(--lblue2);
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold !important;
}


.cars-block-one .inner-box:hover .inner h3 a,
.cars-block-one .inner-box:focus .inner h3 a {
    color: var(--lblue3);
}


.cars-block-one .inner-box .lower-content .inner .price_info {
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--white);
    background: var(--lblue2);
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-box-shadow: 0px 5px 20px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 5px 20px 0px var(--blackrgba1);
    box-shadow: 0px 5px 20px 0px var(--blackrgba1);
}

.cars-block-one .inner-box .lower-content .inner .price_info p {
    font-size: 18px;
    color: var(--white);
    margin: 0px;
    font-weight: bold;
}


.cars-block-one .inner-box .lower-content .inner ul {
    border-top: 0px solid var(--blackrgba2);
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 10px 0px 5px 0px;
}

.cars-block-one .inner-box .lower-content .inner li {
    float: left;
    font-size: 16px;
    list-style: outside none none;
    margin: 0px;
    padding: 5px;
    width: 50%;
    border-bottom: 1px solid var(--blackrgba1);
    color: var(--orange2);
}

.cars-block-one .inner-box .lower-content .inner li:nth-child(5),
.cars-block-one .inner-box .lower-content .inner li:nth-child(6) {
    border-bottom: 0px solid var(--blackrgba1);
}

.cars-block-one .inner-box .lower-content .inner li:nth-child(2),
.cars-block-one .inner-box .lower-content .inner li:nth-child(4),
.cars-block-one .inner-box .lower-content .inner li:nth-child(6) {
    border-left: 1px solid var(--blackrgba1);
}

.cars-block-one .inner-box .lower-content .inner li .mdi {
    font-size: 15px;
    margin-right: 8px;
}

.cars-block-one .inner-box .lower-content .inner li svg {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.cars-block-one .inner-box .read-more {
    position: absolute;
    top: 0px;
    opacity: 0;
    right: 30px;
    font-size: 16px;
    width: 140px;
    height: 36px;
    text-align: left;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 10;


}

.cars-block-one .inner-box:focus .read-more,
.cars-block-one .inner-box:hover .read-more {
    opacity: 1;
    top: 15px;
}


.cars-block-one .btn-whatsapp-read {
    position: relative;
    padding: 7px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    display: inline-block;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-size: 16px;
    margin: 0px 0px 3px 0px;
    left: 16px;
    z-index: 1;
    background: var(--Whats1);
    color: var(--white);
    width: 100%;
    height: 36px;
    overflow: hidden;
    -webkit-box-shadow: 0px 15px 18px -10px var(--Whatsrgba2);
    -moz-box-shadow: 0px 15px 18px -10px var(--Whatsrgba2);
    box-shadow: 0px 15px 18px -10px var(--Whatsrgba2);


}

.cars-block-one .btn-whatsapp-read span {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    left: 25px;
    top: -19px;
}

.cars-block-one .btn-whatsapp-read i {
    position: absolute;
    font-size: 24px;
    top: -2px;
}

.cars-block-one .btn-whatsapp-read svg {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.cars-block-one .btn-whatsapp-read:hover,
.cars-block-one .btn-whatsapp-read:focus {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    background-color: var(--Whats2);
    border-color: var(--Whats2);
    color: var(--white);
    -webkit-box-shadow: 0px 20px 18px -6px var(--Whatsrgba);
    -moz-box-shadow: 0px 20px 18px -6px var(--Whatsrgba);
    box-shadow: 0px 20px 18px -6px var(--Whatsrgba);
}

.cars-block-one .inner-box .lower-content .inner small {
    display: block;
    padding-bottom: 7px;
    color: var(--gray5);
}


.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--blackrgba7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 4em auto;
    background: var(--white);
    border-radius: 0;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
    box-shadow: 0px 5px 25px 0px var(--blackrgba2);
    overflow: hidden;
}

.cd-popup-container p {
    padding: 3em 1em;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    color: var(--gray3);
}

.cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
}

.cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
    list-style: none !important;

}

.cd-popup-container .cd-buttons a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: var(--white);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
    background: var(--lblue2);

}

.cd-popup-container .cd-buttons li:first-child a:hover,
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: var(--lblue1) !important;
    color: var(--white) !important;
}

.cd-popup-container .cd-buttons li:last-child a {
    background: var(--dblue2);

}

.cd-popup-container .cd-buttons li:last-child a:hover,
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: var(--dblue1) !important;
    color: var(--white) !important;
}


.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 38px;
    height: 38px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*
.cd-popup-container .cd-popup-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px;
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
	content: '';
	position: absolute;
	top: 12px;
	width: 14px;
	height: 3px;
	background-color:var(--gray3);
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}
.cd-popup-container .cd-popup-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 8px;
}
.cd-popup-container .cd-popup-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 8px;
}
.is-visible .cd-popup-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.cd-popup-container .cd-popup-close:hover::before,
.cd-popup-container .cd-popup-close:hover::after {
	content: '';
	position: absolute;
	top: 12px;
	width: 14px;
	height: 3px;
	background-color:var(--lblue2);
}
*/


@media only screen and (min-width: 1170px) {
    .cd-popup-container {
        margin: 8em auto;
    }
}

.transparent50 {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.table-hover tbody tr {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


.dellcadlistbtnt {
    opacity: 1;
    color: var(--red) !important;
    font-size: 24px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 10px;
    background: var(--cccccc);
    text-align: center;
}

.dellcadlistbtnt:hover {
    color: var(--white) !important;
    background: var(--red) !important;
}


/*Quantity Field Form*/
.shopping-cart .quantity-button {
    color: var(--gray3);
    width: 38px;
    height: 40px;
    padding: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    background: var(--f4f4f4);
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.shopping-cart .quantity-field {
    width: 60px;
    height: 40px;
    outline: none;
    margin: 0px;
    font-size: 18px;
    text-align: center;
    padding: 5px;
    display: inline-block;
    border: 0px solid #ccc;
    color: var(--gray3);
    font-weight: bold;
    background: var(--f4f4f4);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


.contact-map-area {
    width: 100%;
    position: relative;
    z-index: 1;

}

.contact-map-area iframe {
    height: 100%;
    width: 100%;
    filter: grayscale(100) brightness(0.9);
    position: absolute;
    inset: 0;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .contact-map-area iframe {
        min-height: 500px;
    }
}

@media (max-width: 767.98px) {
    .contact-map-area iframe {
        min-height: 500px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-map-area iframe {
        min-height: 500px;
    }
}

.contact-map-area .contact-info-wrap {
    background: var(--dbluergba7);
    display: inline-block;
    border-bottom: 5px solid var(--dblue3);
    box-shadow: 0px 4px 38px rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
}

.contact-map-area .contact-info-wrap .contact-info-thumb img {
    width: 100%;
}

.contact-map-area .contact-info-wrap .list-wrap {
    padding: 40px;
}

.contact-map-area .contact-info-wrap .list-wrap li:not(:last-child) {
    border-bottom: 1px solid var(--lblue2);
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.contact-map-area .contact-info-wrap .list-wrap .contact-info-card {
    display: flex;
    gap: 20px;
}

.contact-map-area .contact-info-wrap .list-wrap .contact-info-card .contact-info-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--lblue2);
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dblue2);
}

.contact-map-area .contact-info-wrap .list-wrap .contact-info-card p {
    font-size: 20px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--lblue2);
    margin-bottom: 5px;
    font-family: var(--heading-font);
}

.contact-map-area .contact-info-wrap .list-wrap .contact-info-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -0.4em;
    line-height: 1.2;
    color: var(--lblue2);
    font-family: var(--theme-font) !important;
}

.contact-info-icon svg {
    position: relative;
    top: -1px;
    width: 30px;
    height: 30px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--dblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 0px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 0px 20px;
    margin: 1px;
    line-height: 50px;
    color: var(--white);
    height: 50px;
    text-decoration: none;
    background-color: var(--dblue2);
    border: 0px solid var(--white);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none !important;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pagination > li > span {
    font-size: 24px !important;
    padding-top: 12px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: var(--white);
    background-color: var(--dblue1);
    border-color: var(--white);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: var(--white);
    cursor: default;
    background-color: var(--lblue2);
    border-color: var(--white);
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: var(--white);
    cursor: not-allowed;
    background-color: var(--gray3);
    border-color: var(--white);
}

.pagination svg {
    position: relative;
    top: -1px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.pager li > a,
.pager li > span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.pager li > a,
.pager li > span {
    color: var(--white);
    border-color: transparent !important;
    background: var(--gray3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pager li > a:hover,
.pager li > span:hover {
    color: var(--white);
    background: var(--lblue2);
    border-color: transparent !important;
}

.boxFont {
    max-width: 180px;
    border-radius: 5px;
    background: var(--f4f4f4);
    padding: 15px;
}


.sidebar-link {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: var(--white);
    background: var(--lblue2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 10px 15px 9px 15px;
    position: relative;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.sidebar-link a {
    color: var(--white);
    font-size: 18px !important;
}

.sidebar-link svg {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    margin-right: 7px;
}

.sidebar-link span {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 18px !important;
    padding-left: 0px;
    position: relative;
    z-index: 2;
    display: block;
    font-weight: bold;
}


.sidebar-link:focus,
.sidebar-link:hover {
    color: var(--white);
    background: var(--lblue1);
}

.sidebar-link:focus span,
.sidebar-link:hover span {
    padding-left: 15px;
}


.sidebar-link:before {
    position: absolute;
    content: "";
    background-position: top center;
    background-repeat: no-repeat;
    background: url(../images/chevron-right.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 50%;
    left: -25px;
    height: 24px;
    width: 24px;
    color: var(--dblue2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar-link:hover:before,
.sidebar-link:focus:before {
    opacity: .5;
    left: 5px;
}


.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: var(--white);
    padding: 0px 0px 15px 0px;
    padding-left: 75px;
    min-height: 70px;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--lbluergba1);
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
    min-height: auto;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 65px;
    height: 65px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0px solid var(--lblue1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sidebar .popular-posts .post:hover .post-thumb {
    opacity: 0.50;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: var(--lblue1) !important
}

.sidebar .popular-posts .post:hover .post-thumb a {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
}


.sidebar .popular-posts .post .post-thumb img {
    visibility: hidden;
    display: none;
}


.sidebar .popular-posts .post h4 {
    position: relative;
    font-size: 1rem !important;
    margin: 0px 0px 5px 0px;
    font-weight: 600;
    color: var(--gray3);
    top: 5px;
}

.sidebar .popular-posts .post .post-info-date {
    margin-top: 0px;
    padding-top: 0px;
}

.sidebar .popular-posts .post .post-info-date svg {
    position: relative;
    top: 0px;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue1) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.sidebar .popular-posts .post a:hover {
    color: var(--lblue1);
}

.sidebar .popular-posts .post h4 {
    line-height: 1.1 !important;
    margin-bottom: 10px;
}

.sidebar .popular-posts .post h4 a {
    color: var(--white);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-size: 16px !important;
    line-height: 18px !important;
    margin-bottom: 3px;
}

.sidebar .popular-posts .post-info {
    font-size: 12px;
    color: var(--gray3);
}

.sideList {
    padding: 5px 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: var(--f4f4f4);
    margin-top: -5px;
}

.sideList li {
    position: relative;
    min-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--orange2);
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 3px;
    border-bottom: 1px solid var(--blackrgba1);
}

.sideList li:last-child {
    border-bottom: 0px solid var(--blackrgba1);
}

*
.sideList li a {
    color: var(--lblue2);
    font-size: 16px;
    line-height: 1.1;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sideList li:hover a {
    color: var(--dblue2);
    padding-left: 5px;
}


.btnside {
    border: 0;
    color: var(--white);
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 15px !important;
    position: relative;
    background: var(--lblue2);
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    height: 100%;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}

.btnside svg {
    position: relative;
    top: -1px;
    width: 18px;
    height: 18px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btnside i {
    font-size: 24px;
}

.btnside:hover,
.btnside:focus {
    color: #fff;
    background: var(--lblue1);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.btnside:hover,
.btnside:focus {
    outline: none;
}


.transition-inner-all * {
    -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}


.text-gradient-lblue-dblue {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-lblue-dblue {
    background-image: linear-gradient(to right, var(--lblue3), var(--lblue2), var(--lblue1), var(--lblue2), var(--lblue3));
}

.text-shadow-large {
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
}

.text-shadow-extra-large {
    text-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
}

.text-shadow-double-large {
    text-shadow: 0 0 100px rgba(0, 0, 0, 0.9);
}

.news-block .serviceTitle {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 5px;
    padding: 20px 15px 20px 15px;
    height: 100%;

    background: linear-gradient(186deg, var(--blackrgba0) 45%, var(--blackrgba9) 100%);
    -webkit-box-shadow: 0px 5px 20px 0px var(--blackrgba0);
    -moz-box-shadow: 0px 5px 20px 0px var(--blackrgba0);
    box-shadow: 0px 5px 20px 0px var(--blackrgba0);
    z-index: 11;
}

.news-block .serviceTitle h3 {
    color: var(--white);
    margin: 0;
}


.shop-item {
    position: relative;
    -webkit-box-shadow: 0px 0px 25px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 0px 25px 0px var(--blackrgba1);
    box-shadow: 0px 0px 25px 0px var(--blackrgba1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item:hover,
.shop-item:focus {
    -webkit-box-shadow: 0px 10px 35px -5px var(--blackrgba2);
    -moz-box-shadow: 0px 10px 35px -5px var(--blackrgba2);
    box-shadow: 0px 10px 35px -5px var(--blackrgba2);
}


.shop-item .inner-box {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item:hover .inner-box {
    /*-webkit-box-shadow: 0px 0px 25px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 0px 25px 0px var(--blackrgba2);
    box-shadow: 0px 0px 25px 0px var(--blackrgba2);*/
}


.shop-item .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;

    /*-webkit-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
    -moz-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
    box-shadow: 0px 3px 20px 0px  var(--blackrgba1);*/
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item .inner-box:focus .image-box,
.shop-item .inner-box:hover .image-box {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);

    /*-webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
    box-shadow: 0px 10px 30px -5px var(--blackrgba3);*/
}


.shop-item .inner-box .image-box img {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.shop-item .inner-box:focus .image-box img,
.shop-item .inner-box:hover .image-box img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.shop-item .inner-box .detail {
    position: absolute;
    top: 0px;
    opacity: 0;
    left: 15px;
    width: 150px;
    height: 36px;
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-align: center;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: var(--lblue3);
    color: var(--white);
}

.shop-item .inner-box .detail span {
    position: relative;
    top: 0px;
    padding-left: 7px;
}


.shop-item .inner-box:focus .detail,
.shop-item .inner-box:hover .detail {
    opacity: 1;
    top: 20px;
}

.detail:focus,
.detail:hover {
    background: var(--dblue2) !important;
}

.shop-item .inner-box .detail svg {
    position: relative;
    top: 0px;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-detail-read {
    color: var(--white);
    text-align: center;
    font-size: 12px;
}

.btn-detail-read:hover,
.btn-detail-read:focus {
    color: var(--white);
}


.shop-item .inner-box .read-more {
    position: absolute;
    bottom: -30px;
    opacity: 0;
    right: 15px;
    font-size: 24px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-align: center;
    z-index: 10;

}

.shop-item .inner-box:focus .read-more,
.shop-item .inner-box:hover .read-more {
    opacity: 1;
    bottom: 90px;
}

.shop-item .inner-box .read-more svg {
    position: relative;
    top: 11px;
    left: 0px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-whatsapp-read {
    width: 48px;
    height: 48px;
    color: var(--white);
    text-align: center;
    right: 10px;
    border: 0px solid var(--Whats1);
    background-color: var(--Whats1);
    -webkit-box-shadow: 0px 15px 18px -10px var(--Whatsrgba2);
    -moz-box-shadow: 0px 15px 18px -10px var(--Whatsrgba2);
    box-shadow: 0px 15px 18px -10px var(--Whatsrgba2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-whatsapp-read:hover,
.btn-whatsapp-read:focus {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    background-color: var(--Whats2);
    border-color: var(--Whats2);
    color: var(--white);
    -webkit-box-shadow: 0px 20px 18px -6px var(--Whatsrgba);
    -moz-box-shadow: 0px 20px 18px -6px var(--Whatsrgba);
    box-shadow: 0px 20px 18px -6px var(--Whatsrgba);
}


.shop-item .inner-box .image {
    position: relative;
    margin-bottom: 0;
}

.shop-item .inner-box .image img {
    display: block;
    width: 100%;
}

.shop-item .inner-box .onsale {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    height: 34px;
    padding: 7px 15px;
    color: #fff;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #ED4E40;

}

.shop-item .lower-content {
    position: relative;
    padding: 15px 20px 25px;
    z-index: 0;
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    background-color: var(--272727) !important;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop-item:hover .lower-content {
    margin-top: -5px;
    padding-bottom: 30px;
}

.shop-item .lower-content .rating {
    border-top-right-radius: 7px;
    opacity: 0;
    padding: 15px 19px 0px;
    background-color: #fff;
    left: 0;
    bottom: calc(100% - 10px);
    position: absolute;
    z-index: 1;
    color: #FEC948;
    font-size: 13px;
    line-height: 1em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop-item .lower-content .rating .light {
    color: rgba(62, 74, 89, 0.2);
}

.shop-item:hover .rating {
    opacity: 1;
    bottom: 100%;
}

.shop-item .lower-content .name {
    font-size: 20px;
    color: var(--lblue2);
    font-weight: 600;
    margin: 8px 0 3px;
}

.shop-item .lower-content .name a {
    color: var(--lblue1);
}

.shop-item:hover .lower-content .name a {
    color: var(--white);
}


.shop-item .price {
    font-size: 15px;
    color: var(--white);
}

.shop-item .price del {
    font-size: 14px;
    color: #7E7E80;
    margin-left: 15px;
    margin-bottom: -1px;
}

.shop-item .lower-content .add-to-cart {
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: 600;
    border-radius: 7px;
    bottom: 10px;
    opacity: 0;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.shop-item .lower-content .add-to-cart span {
    margin-right: 10px;
}

.shop-item .lower-content .add-to-cart:hover {
    color: var(--white);
}

.shop-item:hover .add-to-cart {
    opacity: 1;
    bottom: 20px;
    -webkit-transition: all 0.3s ease, opacity 0.3s linear 0.15s, bottom 0.3s ease 0.15s;
    transition: all 0.3s ease, opacity 0.3s linear 0.15s, bottom 0.3s ease 0.15s;
}


.shop-item .inner-box .lower-content ul {
    border-top: 0px solid var(--blackrgba2);
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
}

.shop-item .inner-box .lower-content li {
    float: left;
    font-size: 15px;
    list-style: outside none none;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    width: 100%;
    font-weight: normal;
    border-top: 1px solid var(--blackrgba1);
}

.shop-item .inner-box .lower-content li:first-child,
.shop-item .inner-box .lower-content li:last-child {
    border-bottom: 0px solid var(--blackrgba2);
}


.form-product .form-control {
    border: 0px;
    font-size: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    border: 0px solid var(--cccccc) !important;
    background: var(--cccccc) !important;

}

.form-product .button {
    font-family: var(--theme-font);
    font-size: 14px;
    line-height: 1.1;
    font-weight: bold;
    padding: 17px 15px 15px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    border: 0px solid var(--lblue2);
    background-color: var(--lblue2);
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: 0px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius: 0px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}


.form-product .button:hover,
.form-product .button:focus {
    background-color: var(--lblue1);
    border-color: var(--lblue1);
    color: var(--white);
}


.form-product .button svg {
    position: relative;
    top: -1px;
    width: 18px;
    height: 18px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.form-product .form-control::-webkit-input-placeholder {
    opacity: 0.6;
    color: var(--gray3);
}

.form-product .form-control::-moz-placeholder {
    opacity: 0.6;
    color: var(--gray3);
}

.form-product .form-control:-ms-input-placeholder {
    opacity: 0.6;
    color: var(--gray3);
}


.quantity-button svg {
    position: relative;
    top: 0px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--orange2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.dellcadlist svg {
    position: relative;
    top: 3px;
    width: 22px;
    height: 22px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--orange2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.dellcadlist:hover svg {
    fill: var(--white) !important;
}


td, tr {
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

td {
    vertical-align: middle;
}

td p {
    font-size: 16px;
    margin: 0px;
    line-height: 1.1;
}


.shop-item .lower-content .price_info {
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--white);
    background: var(--lblue2);
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 15px;
    margin-bottom: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-box-shadow: 0px 5px 20px 0px var(--blackrgba0);
    -moz-box-shadow: 0px 5px 20px 0px var(--blackrgba0);
    box-shadow: 0px 5px 20px 0px var(--blackrgba0);
}

.shop-item .lower-content .price_info p {
    font-size: 18px;
    color: var(--white);
    margin: 0px;
    font-weight: bold;
}


.category-section {
    position: relative;
}

.category-section .category-block-one {
    position: relative;
    width: 100%;
    display: block;

}

.category-section .inner-content {
    position: relative;
    margin: 0px -15px;
}

.category-block-one .inner-box {
    text-align: center !important;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: var(--white);
    padding: 25px 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;


    -webkit-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    box-shadow: 0px 3px 15px 0px var(--blackrgba1);

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.category-block-one .inner-box:hover,
.category-block-one .inner-box:focus {
    /*box-shadow: 0px 10px 50px 0px rgb(248 92 112 / 30%);*/

    -webkit-box-shadow: 0px 15px 36px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 15px 36px 0px var(--blackrgba3);
    box-shadow: 0px 15px 36px 0px var(--blackrgba3);

    background: var(--lblue3);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);


}

.category-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    right: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: var(--lblue3);
    z-index: 0
}

.category-block-one .inner-box:hover:before {
    height: 100%;
}

.category-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    color: var(--white);
    margin: 0 auto 15px;
    width: 125px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0.7
}


.category-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    color: var(--white);
    margin: 0 auto 15px;
    width: 100px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 1
}

.category-block-one .inner-box .icon-box svg {
    position: relative;
    top: 0px;
    width: 100px;
    height: 100px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--dblue2) !important;
    transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);

}


.category-block-one .inner-box:hover .icon-box svg {
    fill: var(--white) !important;
}


.category-block-one .inner-box:hover .icon-box {
    color: var(--white);
}


.category-block-one .inner-box .title-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.category-block-one .inner-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.1;
    font-weight: bold;
    color: var(--lblue2);
    z-index: 10;
    transition: all 0.3s ease-out 0s;
    min-height: 39px;
    margin-bottom: 0px;
    height: 100%; /* Assegura que o h5 ocupa toda a altura do seu contêiner */
    text-align: center;
}

.category-block-one .inner-box:hover h5 {
    color: var(--white) !important;
}

.category-block-one .inner-box .shape .shape-1 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 61px;
    height: 77px;
    background-repeat: no-repeat;
}

.category-block-one .inner-box .shape .shape-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 35px;
    height: 61px;
    background-repeat: no-repeat;
}


.link-image-large {
    position: absolute;
    top: 30px;
    right: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 14px;
    font-weight: bold;
    color: var(--white) !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 5px 15px;
    cursor: pointer;
    background: var(--dblue2);
    z-index: 10;
}

.link-image-large a {
    font-size: 14px;
    color: var(--white) !important;
}


.link-image-large:focus,
.link-image-large:hover {
    background: var(--lblue3);
}

.link-image-large svg {
    position: relative;
    top: 0px;
    width: 18px;
    height: 18px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.product-description-list {
    width: 100%;
    display: block;
    margin: auto;
    padding: 0px;
    list-style: none;
}

.product-description-list .item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-description-list li {
    list-style-position: inside;
    margin-bottom: 5px;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid var(--lbluergba1);
    font-size: 16px;
}

.product-description-list li span {
    text-align: right;
    float: right;
    font-weight: bold
}


.btn-animation {
    animation: pulsew 1s infinite; /* Apenas animação de sombra */
}

@keyframes pulsew {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}


.product-add-box {
    position: relative;
    display: block;
}

.product-add-box .form-control {
    border: 0px;
    padding-right: 190px;
    font-size: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: var(--cccccc);
    height: 50px;

}

.product-add-box .button {
    font-family: var(--theme-font);
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    padding: 16px 20px 15px;
    text-align: center;
    height: 50px;
    text-transform: uppercase;
    color: var(--white);
    border: 0px solid var(--lblue2);
    background-color: var(--lblue2);
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: 0px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius: 0px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}


.product-add-box .button:hover,
.product-add-box .button:focus {
    background-color: var(--lblue1);
    border-color: var(--lblue1);
    color: var(--black);
}

.product-add-box .button svg {
    position: relative;
    top: -1px;
    width: 18px;
    height: 18px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.product-add-box .button:hover svg,
.product-add-box .button:focus svg {
    fill: var(--black);
}

.product-add-box .form-control::-webkit-input-placeholder {
    opacity: 0.6;
    color: var(--gray3);
}

.product-add-box .form-control::-moz-placeholder {
    opacity: 0.6;
    color: var(--gray3);
}

.product-add-box .form-control:-ms-input-placeholder {
    opacity: 0.6;
    color: var(--gray3);
}


.product-add-box .form-control::-webkit-input-placeholder {
    opacity: 0.6;
    color: var(--gray3);
}

.product-add-box .form-control::-moz-placeholder {
    opacity: 0.6;
    color: var(--gray3);
}

.product-add-box .form-control:-ms-input-placeholder {
    opacity: 0.6;
    color: var(--gray3);
}


.shop-item .lower-content ul {
    border-top: 0px solid var(--blackrgba2);
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 10px 0px 5px 0px;
}

.shop-item .lower-content li {
    float: left;
    font-size: 16px;
    list-style: outside none none;
    margin: 0px;
    padding: 5px;
    width: 100%;
    border-bottom: 0px solid var(--whitergba1);
    color: var(--white);
}

.shop-item .lower-content li:nth-child(5),
.shop-item .lower-content li:nth-child(6) {
    border-bottom: 0px solid var(--blackrgba1);
}

.shop-item .lower-content li:nth-child(2),
.shop-item .lower-content li:nth-child(4),
.shop-item .lower-content li:nth-child(6) {
    border-left: 0px solid var(--blackrgba1);
}

.shop-item .lower-content li .mdi {
    font-size: 15px;
    margin-right: 8px;
}

.shop-item .lower-content li svg {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.counter-items {
    border: 0px solid var(--lbluergba5);
    padding: 20px 20px 10px 20px;
    width: 100%;
    display: block;
    background: transparent;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
}

.counter-items:focus,
.counter-items:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    background: var(--lbluergba1);
    -webkit-box-shadow: 0px 5px 35px 10px var(--blackrgba1);
    -moz-box-shadow: 0px 5px 35px 10px var(--blackrgba1);
    box-shadow: 0px 5px 35px 10px var(--blackrgba1);

}


.product-add-box .price-item {
    padding: 15px 15px;
    display: block;
    background: var(--lblue2);
    color: var(--white);
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    font-size: 24px;
}

.product-add-box .price-item p {
    margin: 0px;
    color: var(--white)
}

.carousel-indicators [data-bs-target] {
    background: var(--lblue2) !important;
    height: 3px !important;
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
}

.bg-lblue-gradient {
    background: var(--lblue2);
    background: -moz-linear-gradient(left, var(--lblue2) 0%, var(--lblue3) 100%);
    background: -webkit-linear-gradient(left, var(--lblue2) 0%, var(--lblue3) 100%);
    background: linear-gradient(to right, var(--lblue2) 0%, var(--lblue3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--lblue2)', endColorstr='var(--lblue3)', GradientType=1);

}


.select2-dropdown {
    z-index: 991051 !important;
}


.accordion-box{
    position:relative;
    margin-bottom: 30px;
}

.accordion-box .block{
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top:3px;
}

.accordion-box .block .acc-btn{
    position: relative;
    font-size:20px;
    font-weight: bold;
    line-height: 1.1;
    cursor: pointer;
    padding: 20px 55px;
    padding-right: 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: var(--special-font) !important;
    background:var(--lblue2);
    color:var(--dblue2);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.accordion-box .block .acc-btn.active{
    color:var(--dblue2);
    background:var(--lblue1);
}

.accordion-box .block .acc-btn .icon{
    position: absolute;
    left: 25px;
    top: 20px;
    line-height: 25px;
    font-size: 14px;
    color:var(--dblue2);
}

.accordion-box .block .acc-btn .icon svg {
    position: relative;
    left:0px;
    top: -3px;
    width: 28px;
    height: 28px;
    vertical-align: text-top;
    stroke-width: 1.5;
    /*stroke: var(--white);*/
    fill: var(--dblue2);
}



.accordion-box .block .acc-btn.active .icon{
    transform:scaleY(-1);
    color:var(--dblue2);
}

.accordion-box .block .acc-content{
    position:relative;
    display:none;
    padding: 25px 25px 30px 25px;
}

.accordion-box .block .acc-content.current{
    display:block;
}

.accordion-box .block .content .text{
    position:relative;
    font-size: 16px;
    line-height: 1.1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color:var(--white)
}


.accordion-box .block .acc-content .text,
.accordion-box .block .acc-content p{
    color:var(--white) !important;
    margin: 0px;
}



.accordion-box.style-three .block .acc-btn{
    padding: 20px 25px;
    padding-right: 35px;
    font-family: var(--special-font) !important;
}

.accordion-box.style-three .block .acc-btn .icon{
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    left: auto;
    right: 25px;
}

.accordion-box.style-three .block .acc-btn .icon:before{
    font-size: 32px;
}

