.slidedesktop {
    margin-top: 95px;
}

.slidemobile {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 1110px) {
    .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;
}

#sliderDesktop .swiper,
#sliderMobile .swiper {
    width: 100%;
}


#sliderMobile .swiper-mobile-prev,
#sliderMobile .swiper-mobile-next,
#sliderDesktop .swiper-desktop-prev,
#sliderDesktop .swiper-desktop-next {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    background-color: transparent;
    color: var(--white);
    width: 50px;
    height: 50px;
    border: none;
    z-index: 10;
    cursor: pointer;
    background-image: none;
    margin-top: -25px;
    /*right: 30px;*/
    left: auto;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

#sliderMobile:hover .swiper-mobile-prev,
#sliderMobile:hover .swiper-mobile-next,
#sliderDesktop:hover .swiper-desktop-prev,
#sliderDesktop:hover .swiper-desktop-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}


#sliderMobile .swiper-mobile-prev,
#sliderDesktop .swiper-desktop-prev {
    left: 10px;
    transform: translateX(50px);
}

#sliderMobile .swiper-mobile-next,
#sliderDesktop .swiper-desktop-next {
    right: 10px;
    transform: translateX(-50px);
}


.blur {

    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    background-color: var(--whitergba6) !important
}


.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(--gray3);
    line-height: 1.1;
    margin: 0px;
    padding: 0px;
}

.cta-exit-content p {
    font-weight: bold;
}


.cta-modal-whatsapp {
    background-size: 300% auto;
    background-image: linear-gradient(to right, var(--lblue1) 0%, var(--lblue3) 50%, var(--lblue1) 100%);
    padding: 25px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;

    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.cta-modal-whatsapp h3 {
    color: var(--f4f4f4);
    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(--f4f4f4);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.radius7 {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    overflow: hidden;
}


.ctaOne {
    position: relative;
    padding-top: 65px;
    padding-bottom: 0px;
    /*background: var(--lblue2);*/
    min-height: 600px;
    display: flex;
    align-items: center;
}
.ctaOne:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right:0px;
    width: calc(300px + 100px);;
    height: 100%;
    /*height: calc(100% + 100px);*/

    background: var(--dgreen2);
    background-repeat: no-repeat;
    background-position: top left;
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
    z-index: 2;

    background: var(--dblue1);
    background: -webkit-linear-gradient(140deg, var(--dblue1) 25%, var(--dblue3) 100%);
    background: -moz-linear-gradient(140deg, var(--dblue1) 25%, var(--dblue3) 100%);
    background: -ms-linear-gradient(140deg, var(--dblue1) 25%, var(--dblue3) 100%);
    background: -o-linear-gradient(140deg, var(--dblue1) 25%, var(--dblue3) 100%);
    background: linear-gradient(140deg, var(--dblue1) 25%, var(--dblue3) 100%);
}

@media only screen and (max-width: 767px) {
    .ctaOne:before {
        right: -95%;
    }
}

@media only screen and (max-width: 991px) {
    .text-home{
        padding-right:30px;
    }
}


.contentCta {
    position: relative;
    z-index: 3;
}


.ctaOne h1 {
    font-weight: bold;
    font-size: 38px;
    line-height: 1.1;
    display: block;
    margin-bottom: 15px;
    color: var(--dblue2);
}

.ctaOne h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
    display: block;
    margin-bottom: 15px;
    color: var(--dblue2);
}

.imgbanner img {
    width: 80%;
}

.ctaOne h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
    display: block;
    margin-bottom: 15px;
    color: var(--white);
}

.ctaOne h3 img {
    width: 125px;
    margin-right: 15px;
}

@media only screen and (max-width: 1200px) {
    .ctaOne {
        margin-top: 0px;

    }
}

.overflow {
    overflow: hidden !important;
}

.social-icons li a {
    background: var(--lblue2);
    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;
}

.color-green {
    color: var(--sysgreen) !important;
}

.color-dgreen {
    color: var(--dgreen2) !important;
}

.bg-color-green {
    background: var(--sysgreen) !important;
}

.bg-white {
    background: var(--white);
}

.bg-dblue {
    background: var(--dblue2);
}

.bg-lblue {
    background: var(--lblue2);
}

.bg-f4f4f4 {
    background: var(--f4f4f4);
}

.bg-orange {
    background: var(--orange2);
}

.bg-blackrgba1 {
    background: var(--blackrgba1);
}

.radius50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.bg-f4f4f4 {
    background: var(--f4f4f4);
}

.bg-f1f1f1 {
    background: var(--f1f1f1);
}

.bg-dgreen {
    background: var(--dgreen2);
}
.bg-dgreen1 {
    background: var(--dgreen1);
}

.btn {
    font-family: var(--theme-font);
    font-size: 16px;
    line-height: 1.1;
    font-weight: normal;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    border: 2px solid var(--orange2);
    background-color: var(--orange2);
    box-sizing: border-box;
    transition: all 0.4s;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.btn:hover,
.btn:focus {
    background-color: var(--gray5);
    border-color: var(--gray5);
    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-lgp {
    padding: 12px 60px;
    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 i {
    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;
}

.btn-arrow:hover i,
.btn-arrow:focus i {
    opacity: 1;
    right: -2rem;
}


.btn-arrow svg {
    position: absolute;
    width: 24px;
    height: 24px;
    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;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn:focus svg,
.btn:hover svg {
    fill: var(--white);
    opacity: 1;
    right: -2rem;
}


.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(--lblue3);
    border-color: var(--lblue3);
    color: var(--white)
}


.btn-dgreen {
    color: var(--white);
    border: 2px solid var(--dgreen2);
    background-color: var(--dgreen2);

}

.btn-dgreen:hover,
.btn-dgreen:focus {
    background-color: var(--dgreen3);
    border-color: var(--dgreen3);
    color: var(--white)
}

.btn-dblue {
    color: var(--white);
    border: 2px solid var(--dblue2);
    background-color: var(--dblue2);

}

.btn-dblue-color{
	color: var(--black);
}

.btn-dblue-color svg {
    fill: var(--black) !important;
}

.btn-dblue:hover,
.btn-dblue:focus {
    background-color: var(--dblue1);
    border-color: var(--dblue1);
    color: var(--white)
}
.btn-dblue-color:hover,
.btn-dblue-color:focus{
	color: var(--black);
}

.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);
}



.selo-revendedor{
    position: fixed;
    left: 15px;
    bottom:0px;
    z-index: 9;
    width: 175px;
    height:auto;
        transition: all 0.4s cubic-bezier(.7, 1, .7, 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;
}
.selo-revendedor p{
    font-size:14px;
    margin:0px;
}

@media only screen and (max-width: 655px) {
    .selo-revendedor{
        position: fixed;
        left:5px;
        bottom:0px;
        z-index: 9;
        width: 120px;
        height:auto;
    }
}


iframe {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}





.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;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.content-box {
    text-align: center;
}
.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: 18px;
    font-weight: normal;
    line-height: 1.4;
}


.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(--white);
    -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(--lbluergba3);
    -moz-box-shadow: 0px 5px 35px 0px var(--lbluergba3);
    box-shadow: 0px 5px 35px 0px var(--lbluergba3);
    -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(--lblue2);
    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(--lblue1) 0%, var(--lblue3) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s2 {
    background-image: linear-gradient(110deg, var(--lblue3) 0%, var(--lblue1) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s3 {
    background-image: linear-gradient(110deg, var(--lblue1) 0%, var(--lblue3) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s4 {
    background-image: linear-gradient(110deg, var(--lblue3) 0%, var(--lblue1) 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;
}




.adress-item  {
    padding:0px 0px 20px 0px;
    width:100%;
    display:block;
    position:relative;
    background:var(--f4f4f4);
    -webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    -moz-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    box-shadow: 0px 10px 30px -5px 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;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align:center;
}


.adress-item:hover,
.adress-item:focus {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    background:var(--white);
    -webkit-box-shadow: 0px 10px 36px -5px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 36px -5px var(--blackrgba3);
    box-shadow: 0px 10px 36px -5px var(--blackrgba3);
}

.adress-item p {
    margin: 0px;
    font-weight: bold;
    line-height: 1.1;
    font-size: 16px !important;
    color:var(--gray1)
}


.adress-item .icon{
    margin: -75px auto 0px !important;
    position: relative;
    z-index:2;
    -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: var(--f4f4f4);
    -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);
    width: 100px;
    height: 100px;
    -moz-border-radius:60px;
    -webkit-border-radius:60px;
    border-radius:60px;
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    background-color: var(--lbluergba9)

}
.adress-item .icon svg {
    position: relative;
    top: 6px;
    width: 75px;
    height: 75px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.adress-item .social-icons li a{
    height:50px;
    width:50px;
    line-height:50px;
}


.adress-item .social-icons li a svg {
    position: relative;
    top:3px;
    width: 28px;
    height: 28px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}




.site-heading h1,
.site-heading h2,
.site-heading h3 {
    color: var(--lblue2);
    display: inline-block;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.1;
}

.site-heading h1::after,
.site-heading h2::after,
.site-heading h3::after {
    background: var(--dblue2) none repeat scroll 0 0;
    bottom:-3px;
    content: "";
    height: 5px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 70px;
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    z-index: 0;
}


.site-heading h1::before,
.site-heading h2::before,
.site-heading h3::before {
    background: var(--lblue2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 5px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
    width: 90px;
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    z-index:1;
}

/*
.site-heading h1::after,
.site-heading h2::after,
.site-heading h3::after {
    background: var(--dblue2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 5px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 60px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
*/

.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: 0px;
    margin-left: 0;
}




#location .main-nav-slider,
#services .main-nav-slider,
#clients .main-nav-slider {

}
#location .location-button-next,
#location .location-button-prev,
#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));
}
#location .location-button-next,
#location .location-button-prev,
#services .clients-button-next,
#services .clients-button-prev,
#clients .clients-button-next,
#clients .clients-button-prev {
    position: absolute;
    top: 50%;
    bottom: auto;
    border: none;
    background-color: var(--lbluergba5);
    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: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#location .location-button-next,
#services .clients-button-next,
#clients .clients-button-next {
    right: 15px;
}

#location .location-button-prev,
#services .clients-button-prev,
#clients .clients-button-prev {
    left: 15px;
}

#location .location-button-next img,
#location .location-button-prev img,
#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;
}
#location .location-button-next:hover,
#location .location-button-prev:hover,
#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(--lblue2);
    -webkit-box-shadow: 0px 10px 25px 0px var(--blackrgba5);
    -moz-box-shadow: 0px 10px 25px 0px var(--blackrgba5);
    box-shadow: 0px 10px 25px 0px var(--blackrgba5);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
#location .swiper-slide,
#services .swiper-slide{
    align-self: stretch !important;
}



.btn-animation {
    animation: pulsew 1s infinite;
}
.btn-scale12 {
    animation: scaleone 2s infinite;
}

@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);
    }
}


@keyframes scaleone {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}



.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;
    border-top: 1px solid var(--f4f4f4);
}

.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(--white);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.accordion-box .block .acc-btn.active {
    color: var(--white);
    background: var(--lblue1);
}

.accordion-box .block .acc-btn .icon {
    position: absolute;
    left: 25px;
    top: 20px;
    line-height: 25px;
    font-size: 14px;
    color: var(--white);
}

.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(--white);
}


.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;
    background: var(--f4f4f4)
}

.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(--gray3) !important;
}


.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;
}


.list-item {
    margin-top: 10px;
    text-align: left;
}

.list-item li {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.1;
    width: 100%;
    display: block;
    float: left;
    font-weight: bold;
    color: var(--lblue2)
    /*text-transform:uppercase;*/
}

.list-item li span {
    width: 22px;
    height: 22px;
    background: var(--dblue2);
    display: -webkit-inline-box;
    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(3px);
    transform: translateY(3px);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}



.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;
}







.item-pneu{
    padding: 20px 20px;
    text-align: left;
    width: 100%;
    display: block;
    background:var(--white);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    -webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    -moz-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.item-pneu p{
    color: var(--black);
    font-weight:bold;
}


.item-pneu:focus,
.item-pneu:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);

    -webkit-box-shadow: 0px 10px 45px -5px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 45px -5px var(--blackrgba3);
    box-shadow: 0px 10px 45px -5px var(--blackrgba3);
}





.item-servicos{
    padding:60px 30px;
    text-align: left;
    width: 100%;
    display: block;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.item-servicos:focus,
.item-servicos:hover{
    -webkit-transform: scale(1.00);
    -ms-transform: scale(1.00);
    transform: scale(1.00);
}

.bgs1 {
    background:var(--lbluergba8) !important;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.bgs2 {
    background:var(--dbluergba8) !important;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.bgs1:hover {
    background:var(--lblue2) !important;
}
.bgs2:hover {
    background:var(--dblue2) !important;
}


#metodo .swiper-wrapper {
    display: flex;
}

#metodo .swiper-slide {
    height: auto !important;
    display: flex;
}

#metodo .item-servicos {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.item-servicos-content p{
    font-size: 24px;
    color: var(--white);
}
.item-servicos .icon svg{
    position: relative;
    top: 0px;
    width: 75px;
    height: 75px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s
    cubic-bezier(0.25, 1, 0.5, 1);
}

.brandList {
    width:  calc(10% - 20px);
    margin: 10px;
}




@media only screen and (max-width: 991px) {
    .brandList {
        width:  calc(10% - 30px);
        margin: 15px;
    }
}
@media only screen and (max-width: 600px) {
    .brandList {
        width:  calc(33.333333% - 30px);
        margin: 15px;
    }
}

.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.05) rotate(0deg);
    -moz-transform: scale(1.05) rotate(0deg);
    -o-transform: scale(1.05) rotate(0deg);
    -ms-transform: scale(1.05) rotate(0deg);
    transform: scale(1.05) 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:transparent;
    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: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;
}


.about-image-list {
    position: relative;
    z-index:10
}



.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%);
}





#testimonial .testimonial {
    position: relative;
    z-index: 2 !important
}

.testimonial-item {
    position: relative;
    margin-bottom: 30px
}

.tcontent {
    background: var(--f1f1f1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 0;
    color: var(--gray1);
    margin: 0;
    position: relative;
    border-top: 0px solid var(--lblue2);
    z-index: 2 !important;
    padding: 30px;
}

.tcontent .titletest {
    font-size:18px;
    line-height: 1.1;
    color: var(--bluegray);
}

.tcontent .desctest {
    font-size: 18px;
    color: var(--lblue2);
}
.tcontent .nameceo {
    font-size:16px;
    color: var(--gray5);
}

.tcontent .namebusiness {
    font-size: 18px;
    color: var(--dblue2);
}


#testimonial .author {
    display: flex;
    align-items: center;
    gap: 12px;
}

#testimonial .circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--dblue2);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 24px;
    flex-shrink: 0;
}

#testimonial .name p {
    margin: 0;
    color: var(--gray3);
}


#testimonial .stars {
    display: block;
    width: 100%;
    padding-top: 15px;
    margin-bottom: 10px;
    color: var(--syellow2)
}

#testimonial .text {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-style: italic;
    color: var(--gray3);
    position: relative;
    z-index: 2
}

#testimonial .text p {
    margin: 0 !important;
    color: var(--gray3);
}

#testimonial .author {
    display: block;
    width: 100%;
    font-weight: bold !important;
    color: var(--gray3) !important;
    position: relative;
    z-index: 1
}

#testimonial .author strong {
    color: var(--gray3) !important;
}


#testimonial .quote {
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 0
}

#testimonial .quote img {
    width: 60px;
    opacity: .3
}

#testimonial .testm-button-next,
#testimonial .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))
}

#testimonial .testm-button-next,
#testimonial .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
}

#testimonial .testm-button-next {
    right: 15px
}

#testimonial .testm-button-prev {
    left: 15px
}

#testimonial .testm-button-next img,
#testimonial .testm-button-prev img {
    height: 15px;
    width: auto;
    display: block
}

#testimonial .testm-button-next:hover,
#testimonial .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)
}

#testimonial .stars {
    display: block;
    width: 100%;
    padding-top: 15px;
    margin-bottom: 10px;
    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)
}




.tp-testimonial-autor {
    gap: 15px;
}

.tp-testimonial-autor {
    width: 100%;
    display: block;
}


.tp-testimonial-autor .title-autor {
    text-align: left;
}


.tp-testimonial-autor .title-autor {
    font-size: 18px;
    line-height: 1.2;
    color: var(--bluegray);
    font-style: normal;
}

.tp-testimonial-autor .title-autor h5 {
    font-size: 18px;
    line-height: 1.1;
    color: var(--bluegray);
    font-style: normal;
}

.tp-testimonial-autor .title-autor p {
    font-size: 16px;
    line-height: 1.2;
    color: var(--lblue2);
    font-weight: bold;
}

.tp-testimonial-autor .img-logo {
    float: left;
    width:125px;
   border-radius:2px;
    padding: 3px;
    overflow: hidden;
    /*background: -webkit-linear-gradient(140deg, var(--lblue2) 25%, var(--dblue2) 100%);
    background: -moz-linear-gradient(140deg, var(--lblue2) 25%, var(--dblue2) 100%);
    background: -ms-linear-gradient(140deg, var(--lblue2) 25%, var(--dblue2) 100%);
    background: -o-linear-gradient(140deg, var(--lblue2) 25%, var(--dblue2) 100%);
    background: linear-gradient(140deg, var(--lblue2) 25%, var(--dblue2) 100%);*/
}


.tp-testimonial-autor .img-logo img {
    width:100%;
    overflow: hidden;
    margin: 0px;
    border-radius:2px;
}





.projecthomeArrows {
    position: relative;
    transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 10;
}

.projecthomeArrows .main-nav-slider {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 45px;
    z-index: 1;
    text-align: right;
}

.projecthomeArrows .main-title-nav {
    position: relative;
    top: 0px;
    right: 0px;
}

.projecthomeArrows .main-title-nav h2 {
    font-size: 30px;
}


.projecthomeArrows .swiper-button-prev,
.projecthomeArrows .swiper-button-next {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 0;
    width: 50px;
    height: 50px;
    border: 0;
    z-index: 10;
    cursor: pointer;
    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;
    background-size: 300% auto;
    background-image: linear-gradient(to right, var(--lblue2) 0%, var(--lblue2) 50%, var(--lblue2) 100%);
    opacity: .75;
}

.projecthomeArrows .swiper-button-next {
    right: 0px
}

.projecthomeArrows .swiper-button-prev {
    right: 50px
}

.projecthomeArrows .swiper-button-next img,
.projecthomeArrows .swiper-button-prev img {
    height: 15px;
    width: auto;
    display: block
}

.projecthomeArrows .swiper-button-next:hover,
.projecthomeArrows .swiper-button-prev:hover {
    opacity: 1;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    background-position: right center;
}

.projecthomeArrows .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.projecthomeArrows .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}




.hero-slider-video {
    width: 100%;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    display: flex;
    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;
}

.hero-slider-video:focus,
.hero-slider-video:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    z-index: 3;
}





.slide-image-video {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0 !important;
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.hero-slider-video-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.play-box {
    position: relative;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.play-box span {
    position: relative;
    width: 60px;
    height: 60px;
    z-index: 99;
    color: var(--orange2);
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding-left: 4px;
    line-height: 60px;
    display: inline-block;
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    -webkit-box-shadow: 0 15px 30px 0 var(--lbluergba2);
    -moz-box-shadow: 0 15px 30px 0 var(--lbluergba2);
    box-shadow: 0 15px 30px 0 var(--lbluergba2);
    background: var(--blackrgba6) !important
}

.play-box .ripple,
.play-box .ripple:after,
.play-box .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: 3s infinite ripple;
    -moz-animation: 3s infinite ripple;
    -ms-animation: ripple 3s infinite;
    -o-animation: 3s infinite ripple;
    animation: 3s infinite ripple
}

.play-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.play-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.sec-five img {
    width: 320px;
}
.logocc {
    display: block;
    width: 100%;
}
.logocc img{
    width: 320px;
    margin: auto;
}

.f-thumbs__viewport {
    display: none;
    visibility: hidden;
}



.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(--lbluergba7);
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    overflow: hidden;
}


.radius7 {
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !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: 26px;
    line-height: 1.1;
    /*letter-spacing:-1px;*/
    margin-bottom: 30px;
}

.cta-item .ot-button {
    display: block;
    margin-top: 20px;
}
.position-zindex, .positionzidex5 {
    position: relative;
    z-index: 5;
}

.text-justify-custom {
    text-align: justify !important;
    text-justify: inter-word !important;
}

