.blur {
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    background-color: var(--whitergba6) !important
}

.blur-header {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}


.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: var(--whitergba5)!important;*/
    display: none;
    /*-webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);*/
    /*-webkit-backdrop-filter: saturate(150%) blur(5x);
  backdrop-filter: saturate(150%) blur(5px);*/
    z-index: 2995;
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
}

.show-backdrop {
    visibility: visible;
    display: block;
}

.hidden-backdrop {
    visibility: hidden;
    display: none;
}


.radius7 {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/*SOCIAL*/
.social-icons li a {
    background: var(--orange1);
    color: var(--white);
}

/*SOCIAL*/
.social-icons-gray li a {
    background: var(--f4f4f4);
    color: var(--orange1);
}


.color-white {
    color: var(--white) !important
}

.color-dblue {
    color: var(--dblue2);
}

.color-lblue {
    color: var(--lblue2);
}

.color-orange {
    color: var(--orange2);
}

.bg-white {
    background: var(--white);
}

.bg-dblue {
    background: var(--dblue2);
}

.bg-lblue {
    background: var(--lblue2);
}

.bg-orange {
    background: var(--orange2);
}

.bg-blackrgba1 {
    background: var(--blackrgba1);
}

.radius50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.btn {
    font-family: var(--theme-font);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    border: 2px solid var(--orange2);
    background-color: var(--white);
    box-sizing: border-box;
    transition: all 0.4s;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.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-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-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-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-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: 15px;
    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);
    background: #fc0
}

.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);
}


.btn-theme {
    background: #333;
    padding: 15px 25px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    color: var(--white)
}

.btn-theme:focus,
.btn-theme:hover {
    background: #606060;
    color: var(--white)
}


.linking {
    position: relative;
    color: var(--dblue2);
    font-size: 16px;
    font-weight: 500;
    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;
}


.linking:before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 0;
    height: 2px;
    -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: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.linking:hover:before {
    width: 100%;
    background: var(--dblue2);
}


.linking i {
    font-size: 24px;
    position: relative;
    top: 3px;
    margin-left: -25px;
    -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;
    color: var(--gray3);
}

.linking:hover {
    color: var(--orange3);
}

.linking:hover i {
    margin-left: 0px;
    opacity: 1;
    color: var(--orange3);
}


.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(100%);
    -webkit-filter: grayscale(100%);
}


.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(50%);
    -webkit-filter: grayscale(50%);
}


.image-bl,
.image-bl img {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 45px;
    height: 45px;
}


.linkmais {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0 30px 0 50px;
    font-size: inherit;
    font-family: inherit;
    height: auto;
    top: 10px;
}

.linkmais .learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    margin: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1.625rem;
    border-color: inherit;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    background: var(--lblue2);
}

.linkmais .learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.linkmais .learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.375rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
    border-color: inherit;
}

.linkmais .learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid var(--white);
    border-right: 0.125rem solid var(--white);
    transform: rotate(45deg);
}

.linkmais .learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    top: -1px;
    text-align: center;
    color: var(--gray4);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.linkmais :hover .circle {
    width: 100%;
}

.linkmais :hover .circle .icon.arrow {
    background: var(--white);
    transform: translate(1rem, 0);
}

.linkmais :hover .button-text {
    color: var(--white);
}


.request-form {
    position: relative;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    padding: 40px 40px 20px;
    border-radius: 10px;
}

.request-form .title {
    position: relative;
    margin-bottom: 40px;
}

.request-form .title h4 {
    font-size: 28px;
    line-height: 1.4em;
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
}

.request-form .row {
    margin: 0 -10px;
}

.request-form .form-group {
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px;
}

.request-form .form-group input[type="text"],
.request-form .form-group input[type="email"],
.request-form .form-group input[type="url"],
.request-form .form-group textarea,
.request-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: var(--gray3);
    line-height: 25px;
    padding: 10px 15px !important;
    border: 3px solid var(--f4f4f4);
    background-color: var(--white);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-weight: 400;
    -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;
}

.request-form .form-group textarea {
    height: 75px;
    resize: none;
}

.request-form .form-group button {
    padding-left: 36px;
    padding-right: 36px;
    margin-top: 10px;
}


.request-form .form-group input[type="email"]:focus,
.request-form .form-group input[type="email"]:hover,
.request-form .form-group input[type="url"]:focus,
.request-form .form-group input[type="url"]:hover,
.request-form .form-group textarea:focus,
.request-form .form-group textarea:hover,
.request-form .form-group select:focus,
.request-form .form-group select:hover,
.request-form .form-group input[type="text"]:focus,
.request-form .form-group input[type="text"]:hover {
    color: var(--gray3);
    background-color: var(--white);
    border-color: var(--blackrgba5);
    outline: 0;
    -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);
}


.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(--lblue2) 0%, var(--dblue2) 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: 20px;
    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 .content-box ul {
    position: relative;
    display: inline-block;
    text-align: left;
}

.aboutus-item .content-box ul li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 27px;
    color: var(--cccccc);
    font-weight: 400;
}

.aboutus-item .content-box ul li:before {
    font-family: "Material Design Icons";
    content: "\F142";
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    position: relative;
    color: var(--lblue2);
    top: 0px;
    left: -25px;
    margin-right: -12px;
}


.aboutus-item .icon-main {
    background: transparent;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.aboutus-item .icon-main img {
    width: 90px;
}

.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(--orange3) 0%, var(--orange1) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s2 {
    background-image: linear-gradient(110deg, var(--orange1) 0%, var(--orange3) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s3 {
    background-image: linear-gradient(110deg, var(--orange3) 0%, var(--orange1) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s4 {
    background-image: linear-gradient(110deg, var(--orange1) 0%, var(--orange3) 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;
}


.iconsmvv path {
    fill: #fce57e !important;
}

#carouselAbout {
    position: relative;
    background: var(--white);
    height: 360px;
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    paddind: 15px;

}


#carouselAbout .swiper {
    width: 100%;
    height: 100%;
}

#carouselAbout.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#carouselAbout .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#carouselAbout .swiper-button-prev,
#carouselAbout .swiper-button-next {
    background: transparent;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 15px;
    margin-top: -30px;
    text-align: center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    transition: all .3s ease;
    color: var(--whitergba5);
}

#carouselAbout :hover .swiper-button-prev,
#carouselAbout :hover .swiper-button-next {
    color: var(--white);
}


.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: 1;
    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(--blackrgba7);
    -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: 36px;
    line-height: 1.1;
    text-transform: uppercase;
    /*letter-spacing:-1px;*/
    margin-bottom: 30px;
}

.cta-item .ot-button {
    display: block;
    margin-top: 20px;
}


#testimonial {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
}

#testimonial .swiper {
    width: 100%;
    height: 100%;


}

#testimonial .swiper-slide {
    text-align: center;
    font-size: 18px;


}


#testimonial .swiper-button-next,
#testimonial .swiper-button-prev {
    color: var(--dblue2);
    -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;

}


#testimonial .swiper-button-prev {
    left: 10px;
}

#testimonial .swiper-button-next {
    right: 10px;

}


#testimonial .swiper-button-next:hover,
#testimonial .swiper-button-prev:hover {
    color: var(--lblue2);
}

#testimonial .testimonial-item {
    padding: 10px 20px;
    text-align: left;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

}

#testimonial .tcontent .testimonial-arrow-down {
    height: 40px;
    margin: 0 0 0 45px;
    width: 40px;
    margin-top: -25px;
    z-index: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: var(--f4f4f4);
    position: relative;
}


#testimonial .testimonial {
    margin-bottom: 20px;
}

#testimonial .tcontent blockquote {
    background: var(--f4f4f4);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 0;
    color: var(--gray3);
    margin: 0;
    padding: 40px 30px 40px 60px;
    position: relative;
    z-index: 1
}

#testimonial .tcontent blockquote:before {
    left: 0px;
    top: 20px;
    color: var(--lblue2);
    font-family: "Material Design Icons";
    content: "\F756";
    font-size: 60px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}

#testimonial .tcontent blockquote {
    font-size: 16px;
    line-height: 1.2;
    color: var(--gray3);
}


@media only screen and (max-width: 500px) {
    #testimonial {
        padding-left: 0px;
        padding-right: 0px;
    }


    #testimonial .tcontent blockquote:before {
        left: 5px;
        top: 5px;
        color: var(--lbluergba3);
        content: "“";
        font-size: 50px;
        font-style: normal;
        line-height: 1;
        position: absolute;
    }

    #testimonial .tcontent blockquote {
        background: var(--f4f4f4);
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        border: 0;
        color: var(--gray3);
        margin: 0;
        padding: 15px;
        position: relative;
        z-index: 1
    }

    #testimonial .testimonial-item {
        padding: 15px;

    }


}


#testimonial .main-nav-slider {
    width: 100px;
    height: 50px;
    position: absolute;
    bottom: 30px;
    right: 0px;
    z-index: 3;
    background: var(--white)
}


#testimonial .selos-button-prev {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 16;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    color: var(--dblue2);
    -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;
}


#testimonial .selos-button-prev i {
    position: relative;
    font-size: 32px !important;
}


#testimonial .selos-button-next {
    position: absolute;
    top: 0px;
    right: 0px !important;
    z-index: 16;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    color: var(--dblue2);
    -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;
}

#testimonial .selos-button-next i {
    position: relative;
    font-size: 32px !important;
}

#testimonial .selos-button-prev:hover,
#testimonial .selos-button-next:hover {
    color: var(--lblue2);
}

#testimonial .tcontent .testimonial-author {
    display: flex;
    align-items: center;
    margin: 12px 0 0 0;
    height: 75px;
}

#testimonial .tcontent .testimonial-author-thumbnail {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    padding: 5px;
    background: var(--lblue2);
}

#testimonial .testimonial-author img {
    width: 100%;

}

#testimonial .testimonial-author strong {
    color: var(--gray3);
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
}

#testimonial .testimonial-author span {
    color: var(--gray5);
    display: block;
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: 600;
}

#testimonial .testimonial-author p {
    color: var(--gray3);
    padding-top: 15px;
    text-align: left;
    line-height: 1.1;
    margin-left: 9.6px;
    margin-left: 0.6rem;
}


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

    #testimonial {
        padding-left: 10px;
        padding-right: 10px;
    }

    #testimonial .testimonial-item {
        padding: 10px 0px;
    }

}


#featureds .featured-block .inner-box {
    position: relative;
    -webkit-box-shadow: 0px 0px 25px 0px var(--lbluergba1);
    -moz-box-shadow: 0px 0px 25px 0px var(--lbluergba1);
    box-shadow: 0px 0px 25px 0px var(--lbluergba1);
    background: var(--white);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 25px;
    /*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;
}

#featureds .featured-block .inner-box:focus,
#featureds .featured-block .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 10px 30px -5px var(--lbluergba3);
    -moz-box-shadow: 0px 10px 30px -5px var(--lbluergba3);
    box-shadow: 0px 10px 30px -5px var(--lbluergba3);
}


#featureds .featured-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 5px;
    width: 60px;
    background-color: var(--lblue2);
    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: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#featureds .featured-block .inner-box:hover::before {
    width: 100%;
    background-color: var(--lblue3);
}

#featureds .featured-block .inner-box .content-feature {
    position: relative;
    padding: 30px 30px 10px 110px;
}

#featureds .featured-block .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
}

#featureds .featured-block .inner-box .icon-box img {
    width: 100px;
}

#featureds .featured-block .inner-box .content-feature h3 {
    position: relative;
    line-height: 1.1;
    font-weight: bold;
    font-size: 24px;
}

#featureds .featured-block .inner-box .content-feature p {
    position: relative;
    line-height: 1.1;
    font-weight: normal;
    font-size: 16px;
}


#featureds .featured-block .inner-box .content-feature h3 a {
    position: relative;
    line-height: 1.1;
    font-weight: bold;
    font-size: 24px;
    color: var(--gray4)
}

#featureds .featured-block .inner-box .content-feature h3 a:hover {
    color: var(--lblue2)
}


.bg-theme-color-animation {
    background: linear-gradient(221deg, var(--lblue1), var(--lblue3), var(--lblue1));
    background-size: 600% 600%;
    -webkit-animation: bg-gradient-animator 16s ease infinite;
    -moz-animation: bg-gradient-animator 16s ease infinite;
    -o-animation: bg-gradient-animator 16s ease infinite;
    animation: bg-gradient-animator 16s ease infinite;
}


@-webkit-keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@-moz-keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@-o-keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}


#filter_form2 {
    margin: -45px 0 -10px;
    position: relative;
    z-index: 1;
}

.search-home {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 30px;
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    background-color: var(--whitergba8) !important;
    -webkit-box-shadow: 0px 10px 50px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 10px 50px 0px var(--blackrgba2);
    box-shadow: 0px 10px 50px 0px var(--blackrgba2);
}


.nice-select:after {
    position: absolute;
    content: "\F140";
    font-family: "Material Design Icons";
    font-size: 16px;
    top: 5px;
    right: 30px;
    color: var(--gray3);
    font-weight: 500;
    margin: 0px;
    border: none !important;
    transform: rotate(0deg) !important;
}


.nice-select {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: none !important;
    background: transparent;
    font-size: 16px;
    color: var(--gray3);
    padding: 5px 25px 5px 45px;
    -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);
}


.list {
    max-height: 180px;
/ / or whatever the height you want overflow-y: scroll !important;
}

.nice-select .list {
    width: 100%;
    height: 160px;
    overflow-y: auto;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.search-home .form-group {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0px;
}

.search-home .form-group i {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 16px;
    z-index: 1;
}


.price-range-area {
    padding-left: 15px;
    padding-right: 15px;
}

.price-range-area #price_range,
.price-range-area .slider-range {
    height: 6px;
    border: none;
    display: block;
    margin: 7px 0px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    background-color: var(--lblue3);
}

.price-range-area .ui-slider-range {
    border: none;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    background-color: var(--orange2);
}

.price-range-area .ui-state-default {
    top: -7px;
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    border-radius: 100%;
    border: 6px solid var(--white);
    background-color: var(--orange2);
    -webkit-box-shadow: 0px -3px 25px 0px var(--blackrgba2);
    -moz-box-shadow: 0px -3px 25px 0px var(--blackrgba2);
    box-shadow: 0px -3px 25px 0px var(--blackrgba2);
}

.price-range-area .input_title {
    margin-bottom: 17px;
}

.price-range-area input {
    border: none;
    padding: 0px;
    outline: none;
    display: block;
    margin-top: 18px;
    font-weight: 600;
    color: var(--lblue2);
    background: transparent;
    width: 100%;
}


.btn-whatsapp-read {
    width: 48px;
    height: 48px;
    color: var(--white);
    text-align: center;
    font-size: 27px;
    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);
    animation: pulse 1s infinite;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.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);
}


@-webkit-keyframes pulse {
    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 pulse {
    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);
    }
}


.filter-card-item {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -webkit-box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.05);
    box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.05);
}

.filter-card-item .feature-thumb img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.filter-card-item .compare-btn {
    left: 16px;
    top: 16px;
    z-index: 1;
    opacity: 0;
}

.filter-card-item .wish-btn {
  left: 16px;
    z-index: 1;
    opacity: 0;
    background: var(--Whats1);
    color: var(--white);
max-width:120px;
min-width:110px;
overflow:hidden

}
.filter-card-item .wish-btn i{
	padding-right:0px;
}

.filter-card-item .wish-btn span{
	position:relative;
	top:-1px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}



.filter-card-item .wish-btn1 {
    top:60px;
}

.filter-card-item .wish-btn2 {
	top: 100px;
}


.filter-card-item .wish-btn3 {
	top: 140px;
}




.filter-card-item .wish-btn:focus,
.filter-card-item .wish-btn:hover{
	    background: var(--Whats2);
}



.filter-card-item .date {
    right: 16px;
    top: 16px;
    z-index: 1;
    background: var(--white);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 0 10px;
    border-radius: 3px;
}

.filter-card-item .filter-card-content {
    padding: 0 24px 32px;
}

.filter-card-item .filter-card-content .price-btn {
    margin-top: -15px;
    z-index: 10;
}

.filter-card-item .filter-card-content h5, .filter-card-item .filter-card-content .h5 {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    min-height: 55px;

}

.filter-card-item .filter-card-content h5:hover, .filter-card-item .filter-card-content .h5:hover {
    color: var(--dblue2);
}

.filter-card-item .filter-card-content .meta-content {
    font-size: 14px;
    font-weight: 500;

}

.filter-card-item .filter-card-content .meta-content strong {
    font-weight: 700;
    color: var(--dblue2);
}

.filter-card-item .filter-card-content .meta-content a {
    color: var(--gray5);
}

.filter-card-item .filter-card-content .card-feature-box {
    gap: 32px;
}

.filter-card-item .filter-card-content .card-feature-box .icon-box {
    font-size: 14px;
    font-weight: 600;
}

.filter-card-item .filter-card-content .card-feature-box .icon-box span {
    line-height: 0;
}

.filter-card-item .filter-card-content .card-feature-box .icon-box + .icon-box {
    position: relative;
}

.filter-card-item .filter-card-content .card-feature-box .icon-box + .icon-box::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: rgba(11, 22, 63, 0.07);
}

.filter-card-item:hover {
    -webkit-box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
    box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
}

.filter-card-item:hover .feature-thumb img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.filter-card-item:hover .compare-btn {
    -webkit-animation: 0.8s theme_fadeInUp;
    animation: 0.8s theme_fadeInUp;
    opacity: 1;
}

.filter-card-item:hover .wish-btn {
    -webkit-animation: 1s theme_fadeInUp;
    animation: 1s theme_fadeInUp;
    opacity: 1;
}

.filter-card-item:hover .small-btn-meta {
    background: #111010;
}

.filter-card-item:hover .outline-btn {
    background: var(--dblue2);
    color: var(--white);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .filter-card-item .filter-card-content .card-feature-box {
        gap: 20px;
    }

    .filter-card-item .filter-card-content .card-feature-box .icon-box + .icon-box::before {
        left: -10px;
    }
}

.text-end {
    text-align: right !important;
}

.icon-btn {
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: var(--gray5);
    background: var(--white);
    -webkit-box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
    box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
    display: inline-block;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-size: 16px;
    margin-right: 3px;
}

.icon-btn i {
    position: relative;
    font-size: 16px;
}

.small-btn-meta {
    padding: 6px 14px;
    font-weight: 700;
    font-size: 16px;
    background: var(--gray3);
    border-radius: 3px;
    color: var(--white);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.outline-btn {
    border: 1px solid rgba(11, 22, 63, 0.07);
    color: #111010;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.outline-btn:hover {
    background: var(--dblue2);
    color: var(--white);
    border-color: var(--dblue2);
}


.filter-card-content ul {
    border-top: 0px solid var(--blackrgba2);
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0px 0px 5px 0px;
}

.filter-card-content li {
    float: left;
    font-size: 12px;
    list-style: outside none none;
    margin-bottom: 10px;
    width: 50%;
    color: var(--gray3);
    text-transform: uppercase;
    border-bottom: 1px solid var(--blackrgba1);
}

.filter-card-content li .mdi {
    font-size: 15px;
    margin-right: 8px;
}

.filter-card-content li:nth-child(2n+2) {
    border-color: var(--blackrgba1);
}

.filter-card-content li:nth-child(2n+3) {
    border-color: transparent;
}

.filter-card-content li:nth-child(2n+4) {
    border-color: transparent;
}

.site-heading h1, 
.site-heading h2,
.site-heading h3 {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 0;
    position: relative;
    line-height: 1.2;
}



.site-heading h1 {
   font-size:28px;
}


.site-heading h2 {
   font-size:28px;
}


.site-heading h3 {
   font-size:24px;
}




.site-heading p {
    margin: 0;
    margin-top: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}
.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: -35px;
    position: absolute;
    width: 50px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.site-heading h2::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: 20px;
    -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: 55px;
    margin-left: 0;
}


/*Contacts*/
.sidebar .contacts ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}


.sidebar .contacts li {
    color: var(--gray3);
    padding: 7px 0px 7px;
    border-bottom: 1px solid var(--f1f1f1);
    font-size: 15px;
    margin-bottom: 1px;
    width: auto;
    display: block;
    text-align: left;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-weight: 600;
}

.sidebar .contacts li:last-child {
    border-bottom: none !important;
}


.sidebar .contacts li:before,
.sidebar .contacts li:after {
    content: " ";
    display: table;
}

.sidebar .contacts li:after {
    clear: both;
}

.sidebar .contacts li i {
    float: left;
    font-size: 20px;
    text-align: left;
    margin: 0px 3px 0 0;
    display: inline-block;
    width: 30px;
    line-height: 24px;
    color: var(--gray3);
}

.sidebar .contacts li p {
    margin-bottom: 0;
    color: var(--gray3);
    font-size: 14px;
}

.content-footer.contacts li {
    color: var(--gray3);
    font-size: 16px;
}

.sidebar .contacts li a {
    color: var(--gray3);
    font-size: 16px;
    line-height: 16px
}

.sidebar .contacts li a:hover {
    color: var(--orange2);
    padding-left: 10px;
    border-color: var(--blackrgba1);
}


.pageTitle {
    padding: 175px 0 60px;
    position: relative;
    background-size: cover;
    top: 0px;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    -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;
}

@media only screen and (max-width: 1022px) {
    .pageTitle {
        padding: 100px 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(--blackrgba3), var(--blackrgba6), var(--blackrgba3));
    background-size: 300% 300%;
    -webkit-animation: bg-gradient-animator 16s ease infinite;
    -moz-animation: bg-gradient-animator 16s ease infinite;
    -o-animation: bg-gradient-animator 16s ease infinite;
    animation: bg-gradient-animator 16s ease infinite;
}


@-webkit-keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@-moz-keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@-o-keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}


.titlepageSite h1,
.titlepageSite h2,
.titlepageSite h3 {
    font-size: 24px;
    color: var(--white);
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    text-transform: uppercase;
}


.titlepageSite h1 {
    font-size: 36px;
    line-height: 1.1
}


.titlepageSite h2 {
    font-size: 30px;
    line-height: 1.1
}


.titlepageSite h3 {
    font-size: 24px;
    line-height: 1.1
}


.titlepageSite h1::before,
.titlepageSite h2::before,
.titlepageSite h3::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 100%;
    background: var(--white);
    left: 0px;
    z-index: -1;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}


.titlepageItem h1,
.titlepageItem h2,
.titlepageItem h3 {
    font-size: 24px;
    color: var(--orange2);
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    text-transform: uppercase;
}


.titlepageItem h1 {
    font-size: 24px;
    line-height: 1.1
}


.titlepageItem h2 {
    font-size: 30px;
    line-height: 1.1
}


.titlepageItem h3 {
    font-size: 24px;
    line-height: 1.1
}


.titlepageItem h1::before,
.titlepageItem h2::before,
.titlepageItem h3::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 100%;
    background: var(--dblue2);
    left: 0px;
    z-index: -1;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}


.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;
}


/*GALLERY*/


.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.5) rotate(0deg);
    -moz-transform: scale(1.5) rotate(0deg);
    -o-transform: scale(1.5) rotate(0deg);
    -ms-transform: scale(1.5) rotate(0deg);
    transform: scale(1.5) 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(--lbluergba5);
    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;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 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: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.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(--orange2);
    border-color: var(--white);
}

.pagination > li img {
    position: relative;
    top: -1px;
    width: 24px;
}

.pagination svg path {
    fill: #fce57e !important;
}

.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(--dblue3);
    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);
}

.pager li > a,
.pager li > span {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    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: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.pager li > a:hover,
.pager li > span:hover {
    color: var(--white);
    background: var(--lblue2);
    border-color: transparent !important;
}


.pagemapa iframe {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 5px solid var(--white);
    background: var(--white);
    padding: 10px;
    -webkit-box-shadow: 0px 10px 25px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 10px 25px 0px var(--blackrgba1);
    box-shadow: 0px 10px 25px 0px var(--blackrgba1);
}


.info-contact h3 {
    line-height: 1.1rem;
    font-size: 1rem;
    font-weight: bold;
    color: var(--gray3);
    display: block;
    margin-bottom: 15px;
}

.info-contact {
    position: relative;
    top: -90px;
}


.info-contact .icon-title {
    line-height: 125px;
    font-size: 72px;
    font-weight: bold;
    position: relative;
    background: var(--white);
    width: 125px;
    height: 125px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
    color: var(--dblue2);
    display: block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 15px;
    -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);
}


.info-contact:hover .icon-title {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: var(--lblue2);

}


.info-contact h5 {
    line-height: 1.2rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #6b7175;
    display: block;
    margin-bottom: 15px;
}


.info-contact h3 {
    font-size: 32px;
    font-weight: bold;
    color: var(--dblue2);
    display: block;
    margin-bottom: 15px;
}


.info-contact p {
    font-size: 1rem;
    font-weight: bold;
    color: var(--gray2);
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
}

.info-contact a {
    line-height: 1.1rem;
    font-size: 1rem;
    font-weight: bold;
    color: var(--lblue2);
    display: block;
    margin-bottom: 5px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.info-contact a:hover {
    color: var(--dblue3);
}

.info-contact .icon-phone-footer i {
    position: relative;
    font-size: 28px !important;
    top: 3px;
}

.info-title .font-16,
.overlay-content .font-16 {
    font-size: 20px !important;
    line-height: 22px;
}


.listing_top {
    padding: 16px 18px;
    gap: 24px;
    background: var(--white);
    -webkit-box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.05);
    box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}


.change-view-btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: var(--white);
    border: solid 2px var(--orange2);
    margin: 0 2px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    display: block;
    float: left;
    color: var(--orange2);
    padding: 0px 10px;
    -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;
}

.change-view-btn i {
    position: relative;
    font-size: 24px;
    top: -2px;
}

.change-view-btn span {
    position: relative;
    font-size: 12px;
    top: -6px;
    font-weight: bold;
    text-transform: uppercase;
}


.change-view-btn:hover,
.active-view-btn:focus {
    background: var(--dblue2);
    border: solid 2px var(--dblue2);
    color: var(--white);
}


.sidebar-search .form-group,
.search-home .form-group {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0px;
}

.sidebar-search .form-group i,
.search-home .form-group i {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 16px;
    z-index: 1;
}


#product-detail .img-box-client {
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

#product-detail .swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.swiperProducts {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 500px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

}

@media only screen and (max-width: 900px) {
    .swiperProducts {
        height: 500px !important;

    }
}
@media only screen and (max-width: 767px) {
    .swiperProducts {
        height: 450px !important;

    }
}


#product-detail .swiper-slide {
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    padding: 0px;
}

#product-detail .swiper-slide .itembig img {
    opacity: 0;
    visibility: hidden;
    display: none;
}


#product-detail .swiper-slide img {
    display: block;
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


#product-detail .swiper-button-next,
#product-detail .swiper-button-prev {
    color: 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;
    padding: 15px !important;
    height: 48px;
    width: 48px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: var(--white)
}

#product-detail .swiper-button-next:after,
#product-detail .swiper-button-prev:after {
    font-size: 28px;
}

#product-detail .swiper-button-next:hover,
#product-detail .swiper-button-prev:hover {
    color: var(--dblue2);
}


#product-detail .view-gallery {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    bottom: 0px;
    text-align: center;
    font-size: 24px;
    z-index: 5;
    line-height: 50px;
    border: 2px solid var(--blackrgba2);
    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;
}

#product-detail .view-gallery:hover {
    border: 2px solid var(--blackrgba3);
    background: var(--f4f4f4);
}


#product-detail .thumbProducts {
    height: 125px !important;
    box-sizing: border-box;
    padding: 10px 0;
}

#product-detail .thumbProducts .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.5;
    -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;
    cursor: pointer;
}

#product-detail .thumbProducts .swiper-slide-thumb-active {
    opacity: 1;
}


.link-image-large {
    position: absolute;
    bottom: 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 10px;
    cursor: pointer;
    background: var(--dblue2);
}

.link-image-large a {
    font-size: 14px;
    color: var(--white) !important;
}


.link-image-large:focus,
.link-image-large:hover {
    background: var(--lblue3);
}


.item-big {
    background: var(--white);
}


.item-big img {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.imgbg {
    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;
}
.imgbg {
    background-attachment: scroll;
}

.princing_top {
    padding: 16px 18px 15px;
    color: var(--gray2) !important;
    background: var(--dblue2);
    -webkit-box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.05);
    box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.princing_top h3{
    margin: 0;
    padding: 0;
    color: var(--gray2) !important;
}


.description-car {
}

.description-car li {
    position: relative;
    min-height: 50px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--gray3);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    text-transform:uppercase;
    width:50%;
    float:left;
        border-bottom: 1px solid var(--blackrgba1);
}

.borderb0{
	    border-bottom: 0px solid var(--blackrgba1) !important;
}

.description-car li + li {
    border-bottom: 1px solid var(--blackrgba1);
}

.description-car li > i {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 24px;
    color: var(--gray1);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -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;

}


.list-item li {
    font-size: 15px;
    font-weight: 500;
    color:var(--gray3);
    margin-right: 7px;
    margin-bottom: 7px;
    line-height: 1.1;
    width: calc(25% - 7px);
    float: left;
}


@media only screen and (max-width: 1023px) {
    .list-item li {
        width: calc(33% - 7px);

    }
}
@media only screen and (max-width: 840px) {
    .list-item li {
        width: calc(50% - 7px);

    }
}

@media only screen and (max-width: 601px) {
    .list-item li {
        width: calc(100% - 7px);

    }
}




.list-item li span {
    width: 16px;
    height: 16px;
    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(-2px);
    transform: translateY(-2px);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}


.info_item {
    gap: 12px;
}
.info_item .icon-wrapper {
    width: 48px;
    height: 48px;
    background: var(--dblue2);
    font-size: 24px;
}
.info_item .meta {
    font-size: 12px;
    font-weight: 600;
    display: block;
}
.info_item .title {
    font-weight: 600;
    color: #111010;
    display: block;
}
.me-2 {
    margin-right: 7px !important;
}






#groupradio input[type=radio] {
    opacity: 0;
    width: 100%;
    height: 42px;
    background-color: blue;
    position: relative;
    z-index: 1;
    cursor: pointer!important;
    text-transform: uppercase;
    font-family: var(--theme-font)!important;
}

#groupradio group {
    width:100%;
    display: flex;
}

#groupradio .input-container {
    height:60px;
    width: 100%;
    line-height:55px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    cursor: pointer!important;
    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;
}
#groupradio .input-container:first-child label {
    border-radius: 5px 0 0 5px;
}
#groupradio .input-container:last-child label {
    border-radius: 0 5px 5px 0;
    border-right: 2px solid var(--gray3);
}

#groupradio label {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid var(--gray3);
    border-right: inherit;
    top: 0;
    left: 0;
    color: var(--gray3);
    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;
    font-weight: bold;
    font-size: 16px;
}

#groupradio input:checked + label {
    background-color:var(--dblue2);
    top: 0;
    left: 0;
    border: 2px solid var(--dblue2) !important;
    z-index: 2;
    color: var(--white);
}













#groupradioper input[type=radio] {
    opacity: 0;
    width: 100%;
    height: 42px;
    background-color: var(--dblue2);
    position: relative;
    z-index: 1;
    cursor: pointer!important;
    text-transform: uppercase;
    font-family: var(--theme-font)!important;
}

#groupradioper group {
    width:100%;
    display: flex;
    justify-content: start;
}

#groupradioper .input-container {
    height:50px;
    width:125px;
    line-height:48px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    cursor: pointer!important;
    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;
    margin: 0px 5px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


#groupradioper label {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid var(--gray3);
    top: 0;
    left: 0;
    color: var(--gray3);
    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;
    font-weight: bold;
    font-size: 16px;
    margin: 0px 5px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#groupradioper input:checked + label {
    background-color:var(--dblue2);
    top: 0;
    left: 0;
    border: 2px solid var(--dblue2) !important;
    z-index: 2;
    color: var(--white);
}










#groupradio3 input[type=radio] {
    display: none;
}
#groupradio3 input[type=radio]:checked + label {
    background:var(--white);
    border-color:var(--gray3);
    color: var(--gray3);
    transition: all 125ms ease-out;

}

#groupradio3 label {
    border: 2px solid var(--gray3);
    border-radius: 5px;
    color: var(--gray3);
    cursor: pointer;
    font-size:16px;
    display: inline-block;
    padding: 12px 25px 10px;
    text-transform: uppercase;
    transition: none;
    min-width: 125px;
    font-weight: bold;
}

#groupradio3 input,
#groupradio3 label {
    margin-left: 10px;
}

#groupradio3 .fieldset {
    font-family: sans-serif;
    border: 0;
    padding: 0;
    margin: 15px 0px 0px 0px;
    display: inline-block;
}


#groupradio3 input:checked + label {
    background-color:var(--dblue3) !important;
    top: 0;
    left: 0;
    border: 2px solid var(--dblue3) !important;
    z-index: 2;
    color: var(--white) !important;
    border-radius:5px;
}


.info-fix {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.1;
}


#listCars .swiper {
    width: 100%;
    height: 100%;
}


 #listCars .swiper-slide {
        /*text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;*/
      }
      
      
      /*
      
#listCars .swiper-button-next, 
#listCars .swiper-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(--white);
    -webkit-border-radius: 50px;
-moz-border-radius:50px;
border-radius:50px;
    background:var(--gray3);
        width: 50px;
    height: 50px;
    
}
      
      */
      
      
    
#listCars .swiper-button-next,
#listCars .swiper-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(--white);
            background-color: var(--gray3);
    width: 50px;
    height: 50px;
        -webkit-border-radius: 50px;
-moz-border-radius:50px;
border-radius:50px;
}
/*
#listCars .swiper-button-next,
#listCars .swiper-button-prev{
    position:absolute;
    top: 50%;
    bottom: auto;
    border-radius: 50%;
    border: none;
    background-color: var(--dbluergba8);
    width: 50px;
    height: 50px;
	border: none;
    z-index: 10;
    cursor: pointer;
    background-image: none;
    margin-top: 0;
    right: 30px;
    left: auto;
    transition: all 200ms linear;
}*/
#listCars .swiper-button-next img,
#listCars .swiper-button-prev img {
    height: 15px;
	width: auto;
	display: block;
}
#listCars .swiper-button-next:hover,
#listCars .swiper-button-prev:hover{
	opacity: 1;
	border: none;
}

#listCars .swiper-button-prev {
	left: -20px;
	right: auto
}

#listCars .swiper-button-next {
	right: -20px;
	left: auto
}



#listCars .swiper-button-prev:hover{
	border: none;
    background-color: var(--black);
}
#listCars .swiper-button-next:hover{
	border: none;
    background-color: var(--black);
}

#listCars .swiper-button-next:active,
#listCars .swiper-button-prev:active,
#listCars .swiper-button-next:focus,
#listCars .swiper-button-prev:focus{
	border: none;
}
#listCars .swiper-button-next:active:hover,
#listCars .swiper-button-prev:active:hover,
#listCars .swiper-button-next:focus:hover,
#listCars .swiper-button-prev:focus:hover{
	border: none;

}


#listCars .swiper-button-next:after,
#listCars .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
	display:none;
	visibility:hidden;
}

.widget-instagram{
	-webkit-border-radius: 7px;
-moz-border-radius:7px;
border-radius:7px;
-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);
background-color: var(--f4f4f4);
}



.widget-instagram-item{
	width:100%;
}
.widget-instagram-item img {
    display: block;
    margin: 0px auto 15px;
    width: 175px;
}



.widget-instagram-item p {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    text-anchor: middle;
    color: var(--white);
    text-transform: uppercase;
}

.widget-instagram-item h2 {
    display: block;
    font-size: 36px;
    font-family: "Barlow", sans-serif;
    text-anchor: middle;
    color: var(--white);
    font-weight: bold;
}
@media only screen and (max-width: 500px) {
    .widget-instagram-item h2 {
        font-size: 20px;
    }
}