/** ==========================================================================================

  Project :   Autovis - Car Dealers - Responsive Multi-purpose HTML5 Template
  Version:    1.1
  Author :    Preyantechnosys

========================================================================================== */

/** 
          1. Prt-row 

          2. Row-Equal-Height

          3. Bg-Layer 

          4. Row-Bg-Image

          5. Col-Bg-Image

          6. Section-Title 

          7. Sep_holder

          8. Buttons

          9. Icons

          10. Fid

          11. Featured-icon-box

          12. Featured-imagebox

          13. Progress-Bar 

          14. Testimonial

          15. Accordion

          16. Wrap-Form

          17. Tab

          18. Boxes-Spacing

          19. Sidebar

**/

/* ===============================================
    1.prt-row
------------------------*/

.prt-row {
    padding: 100px 0;
    background-color: #000000;
}

.prt-row.padding_bottom_zero-section {
    padding: 100px 0 0;
}

.prt-row.padding_top_zero-section {
    padding: 0 0 100px;
}

.prt-row.padding_zero-section {
    padding: 0 0;
}

.prt-row.client-section {
    padding: 55px 0 55px;
}

.prt-row.category-section {
    padding: 142px 0 85px;
    background-color: var(--base-black);
}

.prt-row.about-section {
    padding: 100px 0 85px;
    background-color: var(--base-black);
}

.prt-row.about-section01 {
    padding: 100px 0 78px;
}

.prt-row.car-section {
    padding: 100px 0 85px;
}

.prt-row.comparecar-section {
    padding: 100px 0 85px;
}

.prt-row.cta-section {
    padding: 100px 0 195px;
}

.prt-row.cta-section01 {
    padding: 90px 0 165px;
}

.prt-row.cta-section02 {
    padding: 94px 0 75px;
}

.prt-row.cardetails-section {
    padding: 86px 0 95px;
    background-color: var(--base-black);
}

.prt-row.service-section01 {
    padding: 95px 0 30px;
}

.prt-row.gallery-section {
    padding: 90px 0 85px;
}

.prt-row.service-section02 {
    padding: 100px 0 50px;
}

.prt-row.service-section03 {
    padding: 85px 0;
}

.prt-row.customer-feedback-section {
    padding: 85px 0;
}

.prt-row.blog-section {
    padding: 200px 0 100px;
}

.prt-row.blog-section01 {
    padding: 85px 0;
}

.prt-row.blog-section02 {
    padding: 90px 0 100px;
}

.prt-row.blog-single-section {
    padding: 95px 0 100px;
}

.prt-row.carlist-section {
    padding: 100px 0 100px;
}

.prt-row.car-details-single-section {
    padding: 200px 0 100px;
}

.prt-row.team-section {
    padding: 85px 0;
    background-color: var(--base-black);
}

.prt-row.team-section01 {
    padding: 85px 0 100;
}

.prt-row.calculator-section {
    padding: 200px 0 100px;
}

.prt-row.faq-section {
    padding: 200px 0 100px;
}

.prt-row.team-details-section {
    padding: 200px 0 0px;
}

.prt-row.team-info-section {
    padding: 90px 0 80px;
}

.prt-row.brand-section {
    padding: 0 0 85px;
}

.prt-row.carfeature-section {
    padding: 142px 0 85px;
}

.prt-row.car-section01 {
    padding: 45px 0 !important;
}

.prt-row.car-section02 {
    padding: 86px 0 85px;
}

.prt-row.service-section04 {
    padding: 90px 0 85px;
}

.prt-row.specialoffer-section {
    padding: 100px 0 85px;
}

.prt-row.car-details01 {
    padding: 90px 0 85px;
}



.prt-cta-wrapper {
    padding: 30px 50px 40px;
    border-radius: var(--base-border-radius-20);
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    position: relative;
}
/* ===============================================
    2.Row-Equal-Height
------------------------*/

.row-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row-equal-height>[class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* ===============================================
    3.Bg-Layer 
------------------------*/

.prt-bg {
    position: relative;
}

.prt-col-bgimage-yes {
    z-index: 1;
}

.bg-layer-equal-height .prt-col-bgimage-yes,
.bg-layer-equal-height .prt-col-bgcolor-yes,
.prt-col-bgimage-yes {
    height: 100%;
}

.prt-bg-layer,
.prt-titlebar-wrapper-bg-layer,
.prt-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.prt-left-span>.prt-col-wrapper-bg-layer {
    width: auto;
    margin-left: -500px;
    right: 0;
}

.prt-right-span>.prt-col-wrapper-bg-layer {
    width: auto;
    margin-right: -500px;
    right: 0;
}

.layer-content {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.layer-content1 {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0px;
}

.bg-layer {
    position: relative;
}

.bg-layer>.container>.row {
    margin: 0;
}

.bg-layer>.container,
.bg-layer>.container-fluid {
    padding: 0;
}

.prt-bg.prt-bgimage-yes>.prt-bg-layer,
.prt-bg.prt-col-bgimage-yes>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    opacity: 0;
}

.prt-bgcolor-white.prt-bg.prt-bgimage-yes>.prt-bg-layer,
.prt-bgcolor-white.prt-bg.prt-col-bgimage-yes>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    opacity: .94;
}

/* ===============================================
    4.Row-Bg-Image  
------------------------*/

/* .bg-img1 {
    background-image: url(../images/bg-image/row-bgimage-1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */

.bg-img1.prt-bg.prt-bgimage-yes>.prt-bg-layer {
    opacity: 0;
}

/* .bg-img2 {
    background-image: url(../images/bg-image/row-bgimage-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */

.bg-img2.prt-bg.prt-bgimage-yes>.prt-bg-layer {
    opacity: 0;
}

.bg-img3 {
    background-image: var(--base-gradient);
    background-image: url(../images/bg-image/row-bgimage-3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-img3.prt-bg.prt-bgimage-yes>.prt-bg-layer {
    opacity: 0;
}

.bg-img4 {
    background-image: var(--base-black);
    background-image: url(../images/pagetitle-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-img4.prt-bg.prt-bgimage-yes>.prt-bg-layer {
    opacity: 0.64;
}

.bg-img5 {
    background-image: var(--base-black);
    background-image: url(../img/bg/bg01.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img5.prt-bg.prt-bgimage-yes>.prt-bg-layer {
    opacity: 0.70;
}

/* ===============================================
    5.Col-Bg-Image  
------------------------*/

.prt-equal-height-image {
    display: none;
}

.col-bg-img-one.prt-col-bgimage-yes>.prt-col-wrapper-bg-layer {
    background-image: url(../img/bg/9.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.carlist{
    background-image: url(../img/bg/bg01.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 5;
    height: 200px;
}
.col-bg-img-one.prt-bg.prt-bgimage-yes>.prt-bg-layer,
.col-bg-img-one.prt-bg.prt-col-bgimage-yes>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    opacity: 0.65;
}

/* ===============================================
    6.Section-Title  
------------------------*/

.section-title {
    position: relative;
    margin-bottom: 12px;
    margin-top: -7px;
}

.section-title h3 {
    display: inline-block;
    position: relative;
    color: var(--base-headingfont-color);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.section-title span.pretitle {
    font-size: 18px;
    line-height: 32px;
}

.section-title h2 {
    position: relative;
    color:  var( --base-border-color-white);
    font-size: 58px;
    line-height: 72px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 9;
}

.section-title .title-desc p {
    padding-bottom: 15px;
    margin: 0;
}

.section-title.title-style-center_text {
    text-align: center;
}

.section-title.title-style-center_text .title-desc p {
    margin-bottom: 15px;
    width: 100%;
    margin: 0 auto;
}

.section-title .title-header {
    position: relative;
    padding-bottom: 52px;
}

.section-title .title-desc {
    position: relative;
    margin-top: 18px;
    padding-top: 20px;
}

.section-title .title-desc:before {
    content: '';
    position: absolute;
    top: 0;
    width: 132px;
    height: 2px;
    background-color: var(--base-skin);
}

.title-overlay {
    position: absolute;
    bottom: 0;
    left: -115px;
    font-size: 120px;
    line-height: 130px;
    font-weight: 800;
    font-family: var(--base-headingfont);
    color: rgba(255 255 255 / 0.60);
    text-transform: uppercase;
    z-index: 0;
}

/*style1*/

.section-title.style1 .title-header {
    padding-bottom: 0;
}

.section-title.style1 .title-desc:before {
    display: none;
}

.section-title.style1 .title-desc {
    margin-top: 0;
    padding-top: 0;
}

/*style2*/

.title-overlay.style2 {
    left: 0;
    right: 0;
    text-align: center;
    color: rgba(0, 17, 61, 0.16);
    font-size: 121px;
    line-height: 145px;
}

.title-overlay,
.title-overlay.style2 {
    color: #f8bf2821;
}

/*style3*/

.section-title.style3 .title-overlay {
    color: rgba(0 0 0 / 0.04);
}

/* ===============================================
    7.sep_holder
------------------------*/

.prt-horizontal_sep {
    border-top: 1px solid rgb(0 0 0 / 20%);
    display: block;
    position: relative;
}

.bg-base-dark .prt-horizontal_sep {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.bg-base-skin .prt-horizontal_sep {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.border,
.border-top,
.border-left,
.border-bottom,
.border-right {
    border-color: rgba(255, 255, 255, 0.15);
}

.bg-base-dark .border,
.bg-base-dark .border-top,
.bg-base-dark .border-left,
.bg-base-dark .border-bottom,
.bg-base-dark .border-right,
.bg-base-skin .border,
.bg-base-skin .border-top,
.bg-base-skin .border-left,
.bg-base-skin .border-bottom,
.bg-base-skin .border-right {
    border-color: rgba(255, 255, 255, 0.06) !important;
}

.prt-vertical_sep>[class*='col'] {
    position: relative;
}

.prt-vertical_sep>[class*='col']:not(:last-child):before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.10);
}

.prt-vertical_sep.style1>[class*='col']:not(:last-child):before {
    background-color: rgba(0, 0, 0, 0.10);
}

.prt-vertical_sep.style2>[class*='col']:not(:last-child):before {
    background-color: #e9e9e9;
}

.row.no-gutters.prt-vertical_sep>[class*='col']:not(:last-child):before {
    right: 0;
}

.bg-base-dark .prt-vertical_sep>[class*='col']:not(:last-child):before,
.bg-base-skin .prt-vertical_sep>[class*='col']:not(:last-child):before {
    background-color: rgba(255, 255, 255, .21);
}

.prt-vertical_sep.style3>[class*='col']:first-child:before {
    right: 15px;
    background-color: rgba(255, 255, 255, 0.13);
}

.prt-vertical_sep.style4>[class*='col']:not(:last-child):before {
    right: 15px;
    background-color: rgba(255, 255, 255, 0.10);
}

/* ===============================================
    8.Buttons
------------------------*/

.prt-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    padding: 14px 30px 17px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    font-family: var(--base-headingfont);
    letter-spacing: 0;
    transition: all 0.5s ease 0s;
}

/** btn-color **/

.prt-btn-color-skincolor {
    color: var(--base-skin);
}

.prt-btn-color-darkcolor {
    color: var(--base-dark);
}

.prt-btn-color-seconddark {
    color: var(--base-seconddark) !important;
}

.prt-btn-color-whitecolor {
    color: var(--base-white);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor:hover {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor {
    background-color: linear-gradient(to right, var(--base-first-gradientcolor) 28%, var(--base-second-gradientcolor) 100%);
    background: var(--base-gradient);
    color: var(--base-white);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor {
    background-color: var(--base-white);
    border-color: var(--base-white);
    color: var(--base-skin);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-gradientcolor {
    background-image: linear-gradient(to right, var(--base-first-gradientcolor) 0%, var(--base-second-gradientcolor) 50%, var(--base-first-gradientcolor) 100%) !important;
    color: var(--base-white);
    background-size: 200% auto;
}

.prt-btn.prt-btn-style-fill.prt-btn-color-gradientcolor:hover {
    background-position: left center;
    background-image: linear-gradient(to right, var(--base-second-gradientcolor) 0%, var(--base-second-gradientcolor) 50%, var(--base-second-gradientcolor) 100%) !important;
}

.prt-btn:not(.btn-inline):after {
    background-color: var(--base-white);
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}

.prt-btn:not(.btn-inline):hover::after {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.30;
}

/** btn-with-icon **/

.prt-btn i {
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    font-weight: bold;
}

.prt-btn.prt-icon-btn-right i {
    text-align: right;
    margin-left: 14px;
    margin-right: 0;
}

.prt-btn.prt-icon-btn-left i {
    text-align: left;
    margin-right: 8px;
    margin-left: 0;
}

/** btn-size-xs **/

.prt-btn.prt-btn-size-xs {
    font-size: 11px;
    padding: 8px 20px;
}

.prt-btn.prt-btn-size-xs i {
    font-size: 11px;
    line-height: 11px;
}

/** btn-size-sm **/

.prt-btn.prt-btn-size-sm {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 25px 10px;
}

.prt-btn.prt-btn-size-sm i {
    font-size: 14px;
    line-height: 14px;
}

/** btn-size-md **/

.prt-btn.prt-btn-size-md {
    font-size: 15px !important;
    line-height: 25px !important;
    padding: 10px 35px 10px;
}

.prt-btn.prt-btn-size-md i {
    font-size: 15px;
    line-height: 15px;
}

/** btn-size-lg **/

.prt-btn.prt-btn-size-lg {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 35px;
}

.prt-btn.prt-btn-size-lg i {
    font-size: 18px;
    line-height: 18px;
}

/** btn-shape **/

.prt-btn.prt-btn-shape-round {
    border-radius: var(--base-border-radius-10);
}

.prt-btn.prt-btn-shape-rounded {
    border-radius: var(--base-border-radius-25);
}

.prt-btn.prt-btn-shape-square {
    border-radius: 0;
}

/** btn-style-border **/

.prt-btn.prt-btn-style-border {
    background-color: transparent;
    border: 1px solid currentColor;
}

.prt-btn.prt-btn-style-border.prt-btn-color-white {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.prt-btn.prt-btn-style-border.prt-btn-color-white:hover {
    background-color: linear-gradient(to right, var(--base-first-gradientcolor) 28%, var(--base-second-gradientcolor) 100%);
    background: var(--base-gradient);
}

/* preloader */


#preloader {
    background-color: #0a0a0a;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
}

#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    left: 0;
    right: 0;
    margin: 0px auto;
    margin-top: -25px;
    top: 50%;
    position: absolute;
    width: 200px;
    height: 100px;
    text-align: center;
}

#status img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto; /* Center the image horizontally */
}

.loader {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 200px;
    position: relative;
    text-indent: -9999em;
}

.ball {
    border-radius: 50%;
    background-color: linear-gradient(to right, var(--base-first-gradientcolor) 28%, var(--base-second-gradientcolor) 100%);
    background: var(--base-gradient);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    left: 50px;
    -webkit-animation: loading 1.2s linear infinite;
    -ms-animation: loading 1.2s linear infinite;
    animation: loading 1.2s linear infinite;
}

.ball:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.ball:nth-of-type(3) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes loading {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    20% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: translate3d(33px, 0, 0);
        transform: translate3d(33px, 0, 0);
    }
    60% {
        -webkit-transform: translate3d(66px, 0, 0);
        transform: translate3d(66px, 0, 0);
    }
    80% {
        -webkit-transform: translate3d(99px, 0, 0);
        transform: translate3d(99px, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(99px, 0, 0) scale(0.5);
        transform: translate3d(99px, 0, 0) scale(0.5);
        opacity: 0;
    }
}

@keyframes loading {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    20% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: translate3d(33px, 0, 0);
        transform: translate3d(33px, 0, 0);
    }
    60% {
        -webkit-transform: translate3d(66px, 0, 0);
        transform: translate3d(66px, 0, 0);
    }
    80% {
        -webkit-transform: translate3d(99px, 0, 0);
        transform: translate3d(99px, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(99px, 0, 0) scale(0.5);
        transform: translate3d(99px, 0, 0) scale(0.5);
        opacity: 0;
    }
}


.impl_slider_wrapper {
    background-color: var(--base-black);
    /* padding-top: 50px; */
}



@media (max-width: 767px) and (orientation: landscape) {
    .impl_slider_wrapper .impl_btn {
        height: auto !important;
    }

}

@media(max-width:479px){
    .impl_slider_wrapper .impl_btn {
        height: auto;
        line-height: 40px;
    }
    .impl_slider_wrapper {
        padding-top: 100px;
    }
}

/*----Button Css Start----*/

.impl_btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    padding: 0 10px;
    min-width: 150px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    background-color: linear-gradient(to right, var(--base-first-gradientcolor) 28%, var(--base-second-gradientcolor) 100%);
    background: var(--base-gradient);
    border: none;
    position: relative;
    z-index: 1;
}

.impl_btn:hover,
.impl_btn:focus {
    color: #ffffff;
    background-color: transparent;
    border: none;
}

.impl_btn:after {
    /* content: ""; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    /* background-color: #f15b5b;
    border: 1px solid #f15b5b;  */
     -webkit-transform: skewX(-26deg);
    -moz-transform: skewX(-26deg);
    -o-transform: skewX(-26deg);
    -ms-transform: skewX(-26deg);
    transform: skewX(-26deg); 
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
}

.impl_btn:hover:after {
    background-color: transparent;
    /* border: 1px solid #ffffff; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/** prt-icon-shap**/

.prt-btn.prt-icon-shap {
    width: 115px;
    padding: 10px 0;
    margin: 10px 0 10px 10px;
    border: 2px solid var(--base-skin);
    border-radius: var(--base-border-radius50);
}

.prt-btn.prt-icon-shap.prt-btn-color-seconddark:hover {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white) !important;
}

/** btn-inline **/

.prt-btn.btn-inline {
    padding: 0;
    border: 0;
    overflow: visible;
    background-color: transparent;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--base-white);
    font-family: var(--base-headingfont);
    position: relative;
}

.prt-btn.btn-inline:after {
    display: none;
}

.prt-btn.btn-inline.prt-icon-btn-right {
    padding: 6px 0;
    display: unset;
}

.prt-btn.btn-inline i {
    position: absolute;
}

.prt-btn.btn-inline.prt-icon-btn-right i:before {
    content: "\e627";
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: var(--base-lightskin);
    color: var(--base-dark);
    border-radius: var(--base-border-radius-50);
    transform: rotate(45deg);
    font-weight: 900;
    transition: all 0.3s ease 0s;
}

.prt-btn.btn-inline.prt-icon-btn-right:hover i:before {
    transform: rotate(90deg);
}

.prt-btn.btn-underline {
    position: relative;
    overflow: visible;
    vertical-align: baseline;
}

.prt-btn.btn-underline:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: currentColor;
    bottom: 0;
    left: 0px;
    transition: all 0.1s ease 0s;
}

/* play-btn / play-icon */

.prt-play-icon {
    color: #fff;
    display: block;
    position: relative;
}

.prt-play-icon .prt-play-icon-animation {
    display: inline-block;
    position: relative;
}

.prt-play-icon .prt-play-icon-animation:after,
.prt-play-icon .prt-play-icon-animation:before {
    content: '';
    border: 3px solid;
    width: 150%;
    height: 150%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    z-index: -1;
    -webkit-animation: 1s videoplay-anim linear infinite;
    animation: 1s videoplay-anim linear infinite;
}

.prt-play-icon .prt-play-icon-animation:after,
.prt-play-icon .prt-play-icon-animation:before {
    -webkit-animation: videoplay-anim 1.08s infinite;
    -moz-animation: videoplay-anim 1.08s infinite;
    -ms-animation: videoplay-anim 1.08s infinite;
    -o-animation: videoplay-anim 1.08s infinite;
    animation: videoplay-anim 1.08s infinite;
}

.prt-play-icon .prt-play-icon-animation:before {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}

.prt-play-icon-btn .prt-icon.prt-icon_element-size-sm i.fa-play {
    padding-left: 5px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    z-index: 2;
}

.prt-play-icon-btn .prt-icon.prt-icon_element-size-md i.fa-play {
    font-size: 20px;
    z-index: 2;
}

.prt-play-icon-btn .prt-play-icon-animation {
    position: relative;
    display: inline-block;
}

.prt-play-icon-btn .prt-play-icon-animation .prt-icon {
    margin-bottom: 0;
}

.prt-play-icon-btn .prt-play-icon-animation .prt-icon:after {
    content: '';
    position: absolute;
    top: 51%;
    left: 51%;
    transform: translate(-50%, -50%);
    border-radius: var(--base-border-radius50);
}

.prt-play-icon-btn .prt-play-icon-animation .prt-icon:after {
    z-index: 1;
    width: calc(100% * 1.25);
    height: calc(100% * 1.25);
    opacity: .4;
    background-color: inherit;
}

.prt-bgcolor-skincolor .prt-play-icon-btn .prt-play-icon-animation:after {
    opacity: .1;
}

.prt-play-icon-btn.animated .prt-play-icon-animation .prt-icon:after,
.prt-play-icon-btn:hover .prt-play-icon-animation .prt-icon:after {
    -webkit-animation: sep-anim 1.05s infinite;
    -moz-animation: sep-anim 1.05s infinite;
    -ms-animation: sep-anim 1.05s infinite;
    -o-animation: sep-anim 1.05s infinite;
    animation: sep-anim 1.05s infinite;
}

@-webkit-keyframes sep-anim {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes sep-anim {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

/* ===============================================
    9.Icons
------------------------*/

.prt-icon {
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    box-sizing: content-box;
    position: relative;
}

.prt-icon i {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
}

.prt-icon_element-color-skincolor {
    color: var(--base-skin);
}

.prt-icon_element-color-darkcolor {
    color: var(--base-headingfont-color);
}

.prt-icon_element-color-whitecolor {
    color: var(--base-white);
}

.prt-icon.prt-icon_element-fill.prt-icon_element-color-skincolor {
    background-color: var(--base-skin);
    color: var(--base-white);
}

.prt-icon.prt-icon_element-fill.prt-icon_element-color-gradientcolor {
    background-color: var(--base-skin);
    background-image: linear-gradient(to top, var(--base-first-gradientcolor) 30%, var(--base-second-gradientcolor) 100%);
    color: var(--base-white);
    border: 0;
}

.prt-icon.prt-icon_element-border.prt-icon_element-color-skincolor {
    border: 1px solid var(--base-skin);
    color: var(--base-skin);
}

.prt-icon_element-color-darkgrey {
    color: var(--base-dark);
}

.prt-icon.prt-icon_element-fill.prt-icon_element-color-dark {
    background-color: var(--base-dark);
    color: var(--base-white);
}

.prt-icon.prt-icon_element-border.prt-icon_element-color-dark {
    border: 1px solid var(--base-dark);
    color: var(--base-dark);
}

.prt-icon.prt-icon_element-fill.prt-icon_element-color-grey {
    background-color: var(--base-grey);
    color: var(--base-skin);
}

.prt-icon.prt-icon_element-border.prt-icon_element-color-grey {
    border: 1px solid var(--base-grey);
    color: var(--base-skin);
}

.prt-icon.prt-icon_element-fill.prt-icon_element-color-white {
    background-color: var(--base-white);
    color: var(--base-skin);
}

.prt-icon.prt-icon_element-border.prt-icon_element-color-white {
    border: 1px solid var(--base-white);
    color: var(--base-white);
}

/** icon-size-xs **/

.prt-icon.prt-icon_element-size-xs {
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.prt-icon.prt-icon_element-size-xs i {
    font-size: 16px;
}

/** icon-size-sm **/

.prt-icon.prt-icon_element-size-sm {
    height: 55px;
    width: 55px;
    line-height: 55px;
}

.prt-icon.prt-icon_element-size-sm i {
    font-size: 31px;
}

/** icon-size-md **/

.prt-icon.prt-icon_element-size-md {
    height: 67px;
    width: 67px;
    line-height: 67px
}

.prt-icon.prt-icon_element-size-md i {
    font-size: 37px;
}

/** icon-size-lg **/

.prt-icon.prt-icon_element-size-lg {
    height: 78px;
    width: 78px;
    line-height: 78px;
}

.prt-icon.prt-icon_element-size-lg i {
    font-size: 53px;
}

/** icon-size-xl **/

.prt-icon.prt-icon_element-size-xl {
    height: 80px;
    width: 80px;
    line-height: 80px;
}

.prt-icon.prt-icon_element-size-xl i {
    font-size: 58px;
}

.prt-icon.prt-icon_element-onlytxt {
    height: auto;
    width: auto;
    line-height: 1;
}

.prt-icon.prt-icon_element-onlytxt i {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate(0, 0);
}

/** icon-shape **/

.prt-icon.prt-icon_element-style-round {
    border-radius: var(--base-border-radius-10);
}

.prt-icon.prt-icon_element-style-rounded {
    border-radius: var(--base-border-radius50);
}

.prt-icon.prt-icon_element-style-square {
    border-radius: 0;
}

/* prt-list-style-icon */

.prt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prt-list.prt-list-style-icon.fw-normal li i,
.prt-list.prt-list-style-icon.fw-normal .prt-list-li-content {
    font-weight: normal;
    padding-bottom: 2px;
}

.prt-list.prt-list-style-icon li {
    position: relative;
    padding: 14px 0;
    display: flex;
    align-items: baseline;
    width: 100%;
}

.prt-list.prt-list-style-icon li:last-child {
    padding-bottom: 0;
}

.prt-list.prt-list-style-icon li i.fa-minus:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    height: 2px;
    width: 7px;
    background-color: currentcolor;
}

.prt-list.prt-list-style-icon li i:before {
    content: "\e649";
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 6px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #000;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-50);
}

.prt-list.prt-list-style-icon .prt-list-li-content {
    display: inline-block;
    padding-left: 50px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

/*prt-list-style-icon-01*/

.prt-list.prt-list-style-icon-01 .prt-list-li-content,
.prt-list.prt-list-style-icon-01 .prt-list-li-btn a {
    display: block;
    padding: 11px 0 9px 55px;
    border: 1px solid #ece9e0;
    border-radius: var(--base-border-radius-10);
    font-size: 16px;
    color: var(--base-headingfont-color);
    font-weight: 500;
    font-family: var(--base-headingfont);
    position: relative;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
}

.prt-list.prt-list-style-icon-01 .prt-list-li-content:hover {
    background: var(--base-grey);
}

.prt-list.prt-list-style-icon-01 li:before {
    content: "\f067";
    position: absolute;
    width: 23px;
    height: 23px;
    line-height: 25px;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-50);
    left: 18px;
    top: 12px;
    font-size: 13px;
    font-family: 'FontAwesome';
    text-align: center;
    color: var(--base-headingfont-color);
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

.prt-list.prt-list-style-icon-01 li:hover:before {
    background-color: #fff;
}

.prt-list.prt-list-style-icon-01 li.prt-list-li-btn:before {
    display: none;
}

.prt-list.prt-list-style-icon-01 .prt-list-li-btn a {
    border: 1px solid var(--base-skin);
    background-color: var(--base-skin);
    padding: 11px 0 9px 0px;
    text-align: center;
}

.prt-list.fs-14 {
    font-size: 14px;
}

.prt-list.fs-15 {
    font-size: 15px;
}

.prt-list.fs-15 i {
    font-size: 12px;
}

.prt-list-icon-color-skincolor li i {
    color: var(--base-skin);
}

.prt-list-icon-color-darkgrey li i {
    color: var(--base-dark);
}

/* prt-video-icon */

.prt-video-icon .prt-icon.prt-icon_element-size-md {
    height: 98px;
    width: 98px;
    line-height: 98px;
}

.prt-video-icon .prt-icon.prt-icon_element-size-md i {
    font-size: 40px;
}

.prt-right-video-icon,
.prt-left-video-icon,
.prt-center-video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

/* ===============================================
    10.Fid
------------------------*/

.inside {
    position: relative;
    transition: all .4s;
    padding: 10px 0 15px;
}

.prt-fid-view-lefticon .prt-fid-icon-wrapper,
.prt-fid-view-lefticon .prt-fid-contents,
.prt-fid-view-righticon .prt-fid-icon-wrapper,
.prt-fid-view-righticon .prt-fid-contents {
    display: table-cell;
    vertical-align: top;
}

.prt-fid-view-lefticon .prt-fid-contents,
.prt-fid-view-righticon .prt-fid-icon-wrapper {
    padding-left: 15px;
    text-align: left;
}

.prt-fid-view-topicon i {
    margin-bottom: 10px;
}

.prt-fid-icon-wrapper i {
    font-size: 45px;
    line-height: 50px;
    position: relative;
    display: inline-block;
}

.inside h4,
.inside h4 span {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
}

.inside h3 {
    margin-bottom: 0;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 0;
}

/*style1*/

.prt-fid.inside.style1 {
    padding: 12px 0 0;
}

.prt-fid.inside.style1 h3.prt-fid-inner,
.prt-fid.inside.style1 h3.prt-fid-inner span {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: var(--base-white);
    text-transform: uppercase;
}

.prt-fid.inside.style1 p.prt-fid-title {
    font-family: var(--base-headingfont);
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 8px;
    color: var(--base-white);
}

/*style2*/

.prt-fid.inside.style2 {
    padding: 12px 15px;
}

.prt-fid.inside.style2 h3.prt-fid-inner,
.prt-fid.inside.style2 h3.prt-fid-inner span {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: var(--base-white);
}

.prt-fid.inside.style2 h3.prt-fid-inner span.text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.prt-fid.inside.style2 p.prt-fid-title {
    font-family: var(--base-headingfont);
    font-size: 16px;
    line-height: 26px;
}

/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/

.featured-icon-box {
    position: relative;
    margin: 15px 0;
}

.featured-icon-box .prt-icon {
    margin-bottom: 0;
}

.featured-title h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    font-weight: 600;
}

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title,
.featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}

.featured-icon-box.icon-align-before-content .featured-icon i {
    display: inline-block;
    vertical-align: middle;
}

.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-content,
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
    padding-top: 0px;
}

.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title {
    padding-left: 15px;
}

.featured-icon-box.icon-align-before-title .featured-title h3 {
    margin-bottom: 0;
}

.featured-icon-box.icon-align-before-content .featured-content .featured-desc p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-icon-box.icon-align-before-title .featured-content {
    margin-top: 15px;
}

.featured-icon-box.icon-align-top-content .featured-content {
    padding-top: 15px;
    text-shadow: 5px 5px 10px #000;
    font-weight: 700;
}

section {
    counter-reset: container
}

.container .number:after {
    counter-increment: container;
    content: counter(container, decimal-leading-zero);
    font-family: var(--base-bodyfont);
    font-style: normal;
}

/* style1 */

.featured-icon-box.style1 {
    position: relative;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-15);
    border: 1px solid var(--base-border-color);
    margin: 10px 0;
    padding: 33px 30px 15px;
    width: 100%;
    text-align: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 2;
}

.featured-icon-box.style1:hover {
    transform: scale(1.2) translateY(-20px);
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    z-index: 9;
}

.featured-icon-box.style1 .featured-icon,
.featured-icon-box.style1 .featured-content {
    display: table-cell;
    vertical-align: top;
}

.featured-icon-box.style1 .featured-content {
    padding: 0 0 0 15px;
}

.featured-icon-box.style1 .featured-title h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}

.featured-icon-box.style1 .featured-desc p {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.featured-icon-box.style1:hover .featured-title h3 a,
.featured-icon-box.style1:hover .featured-desc p,
.featured-icon-box.style1:hover .featured-icon .prt-icon i {
    color: var(--base-white);
}

.prt-car-single-wrapper {
    margin-left: -80px;
}

.prt-stop-wrapper {
    position: absolute;
    right: 50px;
    bottom: -5px;
}

.prt-stop-wrapper.cta-stop-wrapper {
    left: 60px;
    right: unset;
    bottom: -22%;
}

/*style2*/

.featured-icon-box.style2 {
    position: relative;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-15);
    border: 1px solid var(--base-border-color);
    margin: 10px 0;
    padding: 25px 20px;
    text-align: left;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.featured-icon-box.style2:hover {
    transform: scale(1.08) translateX(-20px);
    background-color: var(--base-first-gradientcolor);
    border-color: var(--base-dark);
    z-index: 9;
}

.featured-icon-box.style2 .featured-icon,
.featured-icon-box.style2 .featured-content {
    display: table-cell;
    vertical-align: middle;
}

.featured-icon-box.style2 .featured-content {
    padding: 0 0 0 30px;
}

.featured-icon-box.style2 .featured-title h3 {
    font-size: 22px;
    line-height: 32px;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.featured-icon-box.style2:hover .featured-title h3 {
    color: var(--base-black);
}

.featured-icon-box.style2 .featured-title h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    background-color: var(--base-first-gradientcolor);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.featured-icon-box.style2:hover .featured-title h3:before {
    background-color: var(--base-black);
}

.featured-icon-box.style2 .featured-icon .prt-icon {
    width: 74px;
    height: 74px;
    color: var(--base-white);
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius50);
    border: 2px solid transparent;
    background-image: linear-gradient(#2b2c3d, #2b2c3d), linear-gradient(-90deg, #F8BF28 0%, #1e1e2e 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

.featured-icon-box.style2:hover .featured-icon .prt-icon {
    background-image: linear-gradient(#F8BF28, #F8BF28), linear-gradient(-90deg, #1e1e2e 0%, #F8BF28 100%);
    background-color: var(--base-first-gradientcolor);
    color: var(--base-black);
}

.featured-icon-box.style2 .prt-icon.prt-icon_element-size-lg i {
    font-size: 41px;
}

/*style3*/

.featured-icon-box.style3 {
    background-color: var(--base-lightgrey);
    border-radius: var(--base-border-radius-20);
    text-align: center;
    padding: 38px 30px 23px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.featured-icon-box.style3:hover {
    background-color: var(--base-secondskin);
}

.featured-icon-box.style3:after {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--base-secondskin);
    border-radius: var(--base-border-radius-20);
    z-index: -1;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.featured-icon-box.style3 .prt-icon.prt-icon_element-size-lg i {
    font-size: 53px;
}

.featured-icon-box.style3 .featured-title h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
}

.featured-icon-box.style3 .featured-desc p {
    color: var(--base-white);
}

.service-single-image-style2 {
    margin: -60px 0 0 170px;
}

/*style4*/

.featured-icon-box.style4 {
    background-color: var(--base-grey);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: var(--base-border-radius-20);
    text-align: center;
    padding: 60px 50px 185px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.featured-icon-box.style4:hover {
    transform: translateY(-10px);
}

.featured-icon-box.style4.box-1 {
    background-image: url(../img/repair/service/01.webp);
}

.featured-icon-box.style4.box-2 {
    background-image: url(../img/repair/service/02.webp);
}

.featured-icon-box.style4.box-3 {
    background-image: url(../img/repair/service/03.webp);
}

.featured-icon-box.style4 .featured-icon {
    width: 75px;
    height: 75px;
    background-color: var(--base-skin);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: var(--base-border-radius-10);
    /* box-shadow: 0 0 12px 3px rgba(70 217 147 / 0.44); */
}

.featured-icon-box.style4 .prt-icon.prt-icon_element-size-lg i {
    font-size: 34px;
    line-height: 24px;
}

.featured-icon-box.style4 .featured-title h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
}

/*style5*/

.featured-icon-box.style5 {
    background: var(--base-gradient);
    border-radius: var(--base-border-radius-10);
    padding: 15px 18px;
    /* max-width: 430px; */
    margin: 0 auto;
}

.featured-icon-box.style5 .featured-icon,
.featured-icon-box.style5 .featured-content {
    /* display: table-cell; */
    vertical-align: middle;
}

.featured-icon-box.style5 .featured-icon .prt-icon {
    background-color: var(--base-white);
    color: var(--base-headingfont-color);
    width: 80px;
    height: 80px;
    border-radius: var(--base-border-radius-10);
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-icon-box.style5 .featured-icon .prt-icon i {
    font-size: 49px;
    line-height: 30px;
    color: var(--base-headingfont-color);
}

.featured-icon-box.style5 .featured-content {
    padding: 0 0 0 20px;
}

.featured-icon-box.style5 .featured-title h3,
.featured-icon-box.style5 .featured-title h3 a {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0;
    color: var(--base-white);
}

.featured-icon-box.style5 .featured-title h3 .underline:before {
    background-color: var(--base-white) !important;
}

.prt-ourcta-wrapper {
    position: relative;
    margin-top: 95px;
    margin-bottom: -45px;
    z-index: 9;
}

/*style6*/

.featured-icon-box.style6 {
    background: var(--base-grey);
    /* background-image: url(../images/bg-image/bg-img-02.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: var(--base-border-radius-20);
    padding: 25px 35px 20px;
    text-align: left;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.featured-icon-box.style6:hover {
    transform: translateY(-10px);
}

.featured-icon-box.style6 .featured-icon .prt-icon {
    width: auto;
    height: 65px;
}

.featured-icon-box.style6 .featured-title h3 {
    font-size: 26px;
    line-height: 36px;
}

.featured-icon-box.style6 .featured-content {
    padding-top: 10px;
}

.featured-icon-box.style6.box-bg {
    background-image: url(../img/service-more.gif);
    background-position: bottom;
    text-align: center;
}

.featured-icon-box.style6.box-bg .featured-content a {
    color: var(--base-white);
    border-bottom: 1px solid var(--base-headingfont-color);
    font-family: var(--base-headingfont);
    font-weight: 600;
    text-transform: uppercase;
}

.featured-icon-box.style6.box-bg .featured-content a:hover {
    color: var(--base-first-gradientcolor);
    border-bottom: 1px solid var(--base-dark);
}

/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/

.featured-imagebox {
    margin: 15px 0;
}

.featured-imagebox,
.featured-imagebox .featured-thumbnail {
    position: relative;
    overflow: hidden;
}

.featured-imagebox .featured-thumbnail img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.featured-imagebox:hover .featured-thumbnail img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.featured-imagebox .featured-content .featured-title h3 {
    font-size: 20px;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*category*/

.featured-imagebox-category {
    border-radius: var(--base-border-radius-15);
    background-color: var(--base-grey);
    border: 1px solid var(--base-border-color);
    box-shadow: var(--base-shadow);
    padding: 30px 30px 25px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.box {
    border-radius: var(--base-border-radius-15);
    background: linear-gradient(180deg, var(--base-first-gradientcolor) 28%, var(--base-second-gradientcolor) 100%);
    
    border: 1px solid var(--base-border-color);
    box-shadow: var(--base-shadow);
    padding: 30px 30px 25px;
    text-align: center;
    color: #000;

}
/* .featured-imagebox .featured-content .featured-title .boxtitle h3 {
    color: #000 !important;
} */
.featured-imagebox-category:hover {
    transform: translatey(5px);
    background-color: var(--base-first-gradientcolor);
    color: var(--base-black);
}

.featured-category-icon {
    margin-bottom: 22px;
}

.featured-imagebox-category .featured-thumbnail img {
    transform: scale(1) !important;
    width: auto;
}

.featured-imagebox-category .featured-thumbnail {
    width: 82px;
    height: 82px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-imagebox-category .featured-title h3 {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
}

/*gallery*/

.featured-imagebox-gallery {
    position: relative;
    overflow: hidden;
    border-radius: var(--base-border-radius-20);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.featured-imagebox-gallery:before,
.featured-imagebox-gallery:after {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    padding-bottom: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
}

.featured-imagebox-gallery:before {
    transition: all .3s ease-out;
}

.featured-imagebox-gallery:after {
    transition: all .8s ease-out;
}

.featured-imagebox-gallery:hover:before,
.featured-imagebox-gallery:hover:after {
    transform: translate(-50%, -50%) scale(1, 1);
}

.featured-imagebox-gallery .featured-thumbnail img {
    transform: scale(1) !important;
    border-radius: 20px;
}

.featured-imagebox-gallery .featured-icon a {
    position: absolute;
    opacity: 0;
    color: var(--base-white);
    top: 50%;
    margin-top: -20px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    text-align: center;
    font-size: 26px;
    line-height: 45px;
    height: 45px;
    width: 45px;
    border: 2px solid var(--base-white);
    background-color: transparent;
    border-radius: var(--base-border-radius-10);
    transform: perspective(110px) rotateX(60deg) scale(.6);
    transform-origin: 50% 100% 0;
    transition: all .2s ease;
    transform-style: flat;
}

.featured-imagebox-gallery .featured-icon a:hover {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
}

.featured-imagebox-gallery:hover .featured-icon a {
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
    transition-delay: .2s;
}

/*offercar*/

.featured-imagebox-offercar {
    position: relative;
    overflow: hidden;
    border-radius: var(--base-border-radius-20);
}

.featured-imagebox-offercar .featured-thumbnail {
    border-radius: var(--base-border-radius-20);
}

.featured-imagebox-offercar .featured-title {
    position: relative;
}

.featured-imagebox-offercar .featured-title h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 5px;
}

.featured-imagebox-offercar .featured-title h3 a {
    color: var(--base-white);
}

.featured-imagebox-offercar .featured-title h3 a:hover {
    color: var(--base-skin);
}

.featured-imagebox-offercar .price {
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    color: var(--base-white);
}

.featured-imagebox-offercar .featured-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 80px 30px 7px;
    text-align: left;
}

.featured-imagebox-offercar .featured-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( transparent, rgba(0 0 0 / 0.80) 50%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.featured-imagebox-offercar .featured-desc {
    position: relative;
    padding-top: 15px;
    border-top: 1px solid rgba(255 255 255 / 0.30);
    display: flex;
    justify-content: space-between;
}

.featured-imagebox-offercar .featured-desc .car-features span {
    font-size: 14px;
    line-height: 24px;
    color: var(--base-white);
}

.featured-imagebox-offercar .featured-desc .car-features p {
    font-size: 18px;
    line-height: 28px;
    color: var(--base-white);
}

/*featured-imagebox-cardetails*/

.featured-imagebox-cardetails.style1 {
    /* background-image: url(../images/bg-image/bg-img-01.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--base-grey);
    border: 1px solid var(--base-border-color);
    box-shadow: var(--base-shadow);
    border-radius: var(--base-border-radius-20);
    padding: 15px;
}

.featured-imagebox-cardetails.style1 .featured--cardetails-wrapper {
    overflow: hidden;
    border-radius: var(--base-border-radius-20);
    /* border: 1px solid var(--base-border-color-white); */
}

.featured-imagebox-cardetails.style1 .featured-thumbnail:before {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0 0 0 / 0.15);
    z-index: 1;
}

.featured-imagebox-cardetails.style1 .featured-thumbnail .prt-view-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    padding: 20px 25px 10px;
    z-index: 9;
}

.featured-imagebox-cardetails.style1 .prt-view-wrap a {
    position: relative;
    color: var(--base-white);
}

.featured-imagebox-cardetails.style1 .prt-view-wrap a:hover,
.featured-imagebox-cardetails.style1 .prt-view-wrap .prt-rating:hover {
    color: var(--base-skin);
}

.featured-imagebox-cardetails.style1 .prt-view-wrap a i {
    
}

.featured-imagebox-cardetails.style1 .featured-content {
    padding: 18px 20px 25px;
    background-color: var(--base-grey);
    /* background-image: url(../images/bg-image/bg-img-02.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
}

.featured-imagebox-cardetails.style1 .featured-content .featured-title h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0px;
}

.featured-imagebox-cardetails.style1 .featured-content .featured-title .price {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--base-white);
    font-family: var(--base-headingfont);
    margin-bottom: 10px;
}

.featured-imagebox-cardetails.style1 .featured-content .featured-title .price span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: line-through;
    color: var(--base-bodyfont-color);
}

.featured-imagebox-cardetails.style1 .featured-content .featured-desc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #dce2df;
    padding-top: 10px;
}

.featured-imagebox-cardetails.style1 .featured-desc .car-features span {
    font-size: 14px;
    line-height: 24px;
    margin: 5px 15px 0 0;
    display: inline-block;
    color: var(--base-white);
}

.featured-imagebox-cardetails.style1 .featured-desc .car-features.year span {
    background-color: var(--base-first-gradientcolor);
    border-radius: var(--base-border-radius-25);
    padding: 3px 10px;
    color: var(--base-black);
    font-weight: 600;
}

/*style2*/

.featured-imagebox-cardetails.style2,
.featured-imagebox-cardetails.style3 {
    background-color: var(--base-grey);
    border: 1px solid var(--base-border-color);
    box-shadow: var(--base-shadow);
    border-radius: var(--base-border-radius-20);
    color: var(--base-white);
}

.featured-imagebox-cardetails.style2 .featured-content .featured-title h3,
.featured-imagebox-cardetails.style2 .featured-content h3.price,
.featured-imagebox-cardetails.style3 .featured-content .featured-title h3,
.featured-imagebox-cardetails.style3 .featured-content h3.price {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
    color: var(--base-white);
}

.featured-imagebox-cardetails.style2 .featured-content .featured-title h3,
.featured-imagebox-cardetails.style3 .featured-content .featured-title h3 {
    margin-bottom: 4px;
}

.featured-imagebox-cardetails.style2 .featured-content {
    padding: 30px 30px 34px;
    text-align: left;
}

.featured-imagebox-cardetails.style2 .featured-content .featured-desc,
.featured-imagebox-cardetails.style3 .featured-content .featured-desc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.20);
    padding: 5px 12px 5px 0;
    margin-bottom: 15px;
}

.featured-imagebox-cardetails.style2 .featured-desc .car-features span,
.featured-imagebox-cardetails.style3 .featured-desc .car-features span {
    /* color: var(--base-white); */
    /* font-weight: 500; */
    display: inline-block;
    position: relative;
    /* padding: 5px 18px 5px 0; */
    background-color: var(--base-first-gradientcolor);
    border-radius: var(--base-border-radius-25);
    padding: 3px 10px;
    color: var(--base-black);
    font-weight: 600;
    margin: 5px 15px 0 0;
}

.featured-imagebox-cardetails.style3 .featured-desc .car-features span i.flaticon.flaticon-speedometer {
    font-size: 18px;
    line-height: 15px;
}

.featured-imagebox-cardetails.style2 .featured-desc .car-features span i,
.featured-imagebox-cardetails.style3 .featured-desc .car-features span i {
    padding-right: 3px;
}

.featured-imagebox-cardetails.style2 .featured-desc .car-features:last-child span:before,
.featured-imagebox-cardetails.style3 .featured-desc .car-features:last-child span:before {
    display: none;
}

.featured-imagebox-cardetails.style2 .featured-desc .car-features:last-child span,
.featured-imagebox-cardetails.style3 .featured-desc .car-features:last-child span {
    padding-right: 0;
    margin-right: 0;
}

.featured-imagebox-cardetails.style2 .prt-view-wrap,
.featured-imagebox-cardetails.style2 .prt-tag span,
.featured-imagebox-cardetails.style3 .prt-view-wrap,
.featured-imagebox-cardetails.style3 .prt-tag span {
    position: absolute;
    top: 15px;
    right: 15px;
}

.featured-imagebox-cardetails.style2 .prt-tag span,
.featured-imagebox-cardetails.style3 .prt-tag span {
    top: 20px;
    left: 15px;
    right: unset;
}

.featured-imagebox-cardetails.style2 .prt-view-wrap a,
.featured-imagebox-cardetails.style3 .prt-view-wrap a {
    display: block;
    width: 34px;
    height: 34px;
    background-color: var(--base-white);
    color: var(--base-black);
    border-radius: var(--base-border-radius-50);
    font-size: 15px;
    line-height: 40px;
    text-align: center;
}

.featured-imagebox-cardetails.style2 .prt-view-wrap a:hover,
.featured-imagebox-cardetails.style2 .prt-tag span a:hover,
.featured-imagebox-cardetails.style3 .prt-view-wrap a:hover {
    background-color: var(--base-dark);
    color: var(--base-white);
}

.featured-imagebox-cardetails.style2 .prt-tag span a,
.featured-imagebox-cardetails.style3 .prt-tag span a {
    background-color: #2eb000; /* This is for new cars */
    color: var(--base-white);
    padding: 8px 13px 8px;
    border-radius: 8px;
}

.featured-imagebox-cardetails.style2 .prt-tag.sold span a,
.featured-imagebox-cardetails.style3 .prt-tag.sold span a {
    background-color: red; /* This is for sold cars */
    color: var(--base-white);
    padding: 8px 13px 8px;
    border-radius: 8px;
}


/*style3*/

.featured-imagebox-cardetails.style3 {
    display: flex;
    align-items: center;
    border: 0;
    width: 100%;
}

.featured-imagebox-cardetails.style3 .featured-content {
    padding: 30px 25px 34px;
    text-align: left;
    width: 100%;
}

.featured-imagebox-cardetails.style3 .featured-thumbnail {
    max-width: 273px;
    height: 100%;
}

.featured-imagebox-cardetails.style3 .featured-thumbnail img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

/* post */

.featured-imagebox-post {
    overflow: visible;
}

.featured-imagebox-post .featured-content .post-meta span {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 12px;
}

.featured-imagebox-post .featured-content .post-meta span,
.featured-imagebox-post .featured-content .post-meta span a {
    color: var(--body-font-color);
}

.featured-imagebox-post .featured-content .post-meta span:last-child {
    margin-right: 0;
}

.featured-imagebox-post .featured-content .post-meta span i {
    padding-right: 4px;
    font-size: 14px;
    line-height: 0;
    color: var(--base-skin);
}

.featured-imagebox-post .featured-content .post-meta span i.fa-comments-o {
    font-size: 16px;
}

.featured-imagebox-post .prt-box-post-date .prt-entry-date {
    color: #fff;
    display: inline-block;
    padding: 20px 8px;
    z-index: 2;
    font-size: 15px;
}

.prt-box-post-date .prt-entry-date .entry-month,
.prt-box-post-date .prt-entry-date .entry-year {
    font-size: 16px;
    line-height: 1;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
}

.post-category {
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
    padding: 6px 10px;
    color: #fff;
    margin-bottom: 15px;
}

/* post-1 */

.featured-imagebox-post.style1 {
    overflow: hidden;
    position: relative;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-20);
}

.featured-imagebox-post.style1 .featured-thumbnail {
    overflow: hidden;
    width: 100%;
}

.featured-imagebox-post.style1 .featured-content {
    padding: 60px 30px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
}

.featured-imagebox-post.style1 .featured-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( transparent, rgba(0 0 0 / 0.67) 50%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.featured-content-inner {
    position: relative;
}

.featured-imagebox-post.style1 .featured-content h3 {
    font-size: 24px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featured-imagebox-post.style1 .featured-content h3 a {
    color: var(--base-white);
}

.featured-imagebox-post.style1 .featured-content h3 a:hover {
    color: var(--base-skin);
}

.featured-imagebox-post.style1 .featured-content .post-meta span {
    display: inline-block;
    position: relative;
    margin: 5px 8px 5px 0;
    font-size: 13px;
    line-height: 13px;
    color: var(--base-white);
}

.featured-imagebox-post.style1 .featured-content .post-meta span:last-child {
    margin-bottom: 0;
}

.featured-imagebox-post.style1 span.prt-meta-line.tag a {
    padding: 10px 10px;
    background-color: var(--base-skin);
    color: var(--base-white);
    border-radius: var(--base-border-radius-10);
    display: inline-block;
}

.featured-imagebox-post.style1 span.prt-meta-line.tag a:hover {
    background-color: var(--base-dark);
}

.featured-imagebox-post.style1 span.prt-meta-line.date i {
    display: inline-block;
    width: 26px;
    height: 26px;
    color: var(--base-white);
    background-color: var(--base-black);
    border-radius: 50px;
    padding: 0;
    font-size: 12px;
    margin-right: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/*style2*/

.featured-imagebox-post.style2 {
    display: flex;
    align-items: center;
    margin: 0;
}

.featured-imagebox-post.style2 .featured-thumbnail {
    display: flex;
    flex-shrink: 0;
}

.featured-imagebox-post.style2 .prt-blog-img-wrap {
    text-align: center;
    padding: 0 40px 0 0;
}

.featured-imagebox-post.style2 .prt-blog-img-wrap .post-meta {
    padding: 15px 0 17px;
}

.featured-imagebox-post.style2 .prt-blog-img-wrap .post-meta span {
    position: relative;
    padding-right: 12px;
    margin-right: 2px;
}

.featured-imagebox-post.style2 .prt-blog-img-wrap .post-meta span:before {
    content: "/";
    position: absolute;
    right: 0;
    top: -3px;
}

.featured-imagebox-post.style2 .prt-blog-img-wrap .post-meta span:last-child:before {
    content: '';
}

.featured-imagebox-post.style2 .featured-thumbnail img {
    width: auto;
    border-radius: var(--base-border-radius-20);
    transform: scale(1);
    margin: 0;
}

.featured-imagebox-post.style2 .featured-title h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 5px;
}

.featured-imagebox-post.style2 .featured-content {
    padding: 0 0 0 40px;
}

/* services */

/*style1*/

.featured-imagebox-service.style1 {
    position: relative;
    overflow: hidden;
    border-radius: var(--base-border-radius-10);
    width: 100%;
    z-index: 0;
}

/*style2*/

.featured-imagebox-service.style2 {
    padding: 14px 14px;
    border-color: rgb(208 208 208 / 15%) !important;
    display: flex;
    align-items: center;
}

.featured-imagebox-service.style2 .featured-thumbnail {
    position: relative;
    max-width: 176px;
}

.featured-imagebox-service.style2 .prt-pricetag-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 15px 4px;
    text-align: left;
}

.featured-imagebox-service.style2 .prt-pricetag-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( transparent, rgba(0 0 0 / 0.65) 50%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.featured-imagebox-service.style2 .prt-pricetag-wrapper h3.title {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}

.featured-imagebox-service.style2 .prt-pricetag-wrapper h3.title span {
    position: relative;
    font-size: 12px;
    line-height: 32px;
    color: rgb(255 255 255 / 40%);
    text-decoration: line-through;
    padding-left: 5px;
}

.featured-imagebox-service.style2 .featured-content {
    padding: 0 0 0 18px;
}

.featured-imagebox-service.style2 .featured-title h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgb(255 255 255 / 14%);
    display: inline-block;
}

.featured-imagebox-service.style2 .featured-desc p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 4px;
}

/*style3*/

.featured-imagebox-services.style3 {
    border-radius: var(--base-border-radius-20);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 8%);
}

.featured-imagebox-services.style3 .featured-thumbnail {
    border-radius: var(--base-border-radius-20);
}

.featured-imagebox-services.style3 .featured-thumbnail img {
    transform: scale(1);
}

.featured-imagebox-services.style3 .featured-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-imagebox-services.style3 .featured-title h3 {
    overflow: visible;
    transform: scale(0, 0);
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    transition: all .5s ease-out;
}

.featured-imagebox-services.style3 .featured-title a {
    width: 100px;
    height: 100px;
    line-height: 26px;
    border-radius: var(--base-border-radius50);
    background-color: var(--base-dark);
    color: var(--base-white);
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    transition: all .5s ease-out;
    position: relative;
}

.featured-imagebox-services.style3 .featured-title a:before {
    content: '';
    width: 1px;
    height: 1px;
    position: absolute;
    top: 42%;
    right: -23px;
    border-left: 16px solid var(--base-dark);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
}

.featured-imagebox-services.style3 .featured-title a:hover::after {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.30;
}

.featured-imagebox-services.style3 .featured-title a:hover {
    transform: translateY(-5px);
}

.featured-imagebox-services.style3:hover .featured-title h3 {
    transform: scale(1, 1);
}

/* team-1 */

.featured-imagebox-team.style1 {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    padding: 30px 30px 0px;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-50);
    border-radius: 200px;
    box-shadow: var(--base-shadow);
    text-align: center;
}

.featured-imagebox-team.style1 .featured-thumbnail {
    border-radius: var(--base-border-radius50);
}

.featured-imagebox-team.style1 .featured-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.featured-imagebox-team.style1 .featured-content {
    padding: 22px 0 0 0;
    text-align: center;
}

.featured-imagebox-team.style1 .featured-title h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
}

.prt-team-social-wrapper .media-block {
    display: inline-block;
}

.prt-team-social-wrapper .media-block a {
    width: 65px;
    height: 65px;
    background-color: var(--base-second-gradientcolor);
    border-radius: var(--base-border-radius50);
    font-size: 22px;
    line-height: 54px;
    color: var(--base-headingfont-color);
    text-align: center;
    margin: 0 auto -30px;
    display: block;
    cursor: pointer;
}

.prt-team-social-wrapper .btn-wrap.active ul.social-icons {
    opacity: 1;
}

.prt-team-social-wrapper .media-block a i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.btn-circle {
    position: relative;
}

.prt-team-social-wrapper .media-block ul.social-icons {
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    opacity: 0;
}

.prt-team-social-wrapper .media-block ul.social-icons li {
    margin: 0 1px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transform: translate(0px, 20px);
}

.prt-team-social-wrapper .btn-wrap.active ul.social-icons li:nth-child(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;
    transform: translate(0px, -20px);
}

.prt-team-social-wrapper .btn-wrap.active ul.social-icons li:nth-child(2) {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    transform: translate(0px, -20px);
}

.prt-team-social-wrapper .btn-wrap.active ul.social-icons li:nth-child(3) {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transform: translate(0px, -20px);
}

.prt-team-social-wrapper .btn-wrap.active ul.social-icons li:nth-child(4) {
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    transform: translate(0px, -20px);
}

.prt-team-social-wrapper .media-block ul.social-icons li a {
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 43px;
    text-align: center;
    color: var(--base-white);
    background: var(--base-second-gradientcolor);
    border-radius: var(--base-border-radius-50);
}

.prt-team-social-wrapper .media-block ul.social-icons li a:hover {
    background: var(--base-gradient);
}

.prt-team-social-wrapper .media-block ul.social-icons li i.flaticon.flaticon-twitter {
    font-size: 13px;
    line-height: 43px;
}

.closeButton {
    -webkit-animation-name: closeButton;
    animation-name: closeButton;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

@keyframes closeButton {
    from {
        -webkit-transform: none;
        transform: none;
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

/*download*/

.featured-imagebox-download {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.featured-imagebox-download .featured-thumbnail img {
    max-width: 36px;
    transform: scale(1) !important;
}

/*featured-image-box*/

.featured-image-box {
    position: relative;
    text-align: left;
    background-color: var(--base-grey);
    border-radius: 10px;
    border: 1px solid #ece9e0;
    overflow: hidden;
}

.featured-image-box .featured-content {
    padding: 24px 40px 25px;
}

.featured-image-box .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
}

/*featured-content-box*/

.featured-content-box {
    position: relative;
    text-align: center;
}

.featured-content-box .featured-desc {
    position: relative;
}

.featured-content-box .featured-title h3 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 10px;
    font-weight: 600;
}

/*style1*/

.featured-content-box.style1 {
    text-align: left;
    padding: 30px 0 30px 0;
    margin: 0 30px 0 0;
    border-bottom: 1px solid #c0c8e3;
}

.featured-content-box.style1:last-child {
    border-bottom: 0;
}

.featured-content-box.style1 .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

.shap-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

.shap-image-wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background-color: var(--base-white);
    border-radius: var(--base-border-radius-50);
    animation: zoom-in-zoom-outs 2s ease-out infinite;
}

@keyframes zoom-in-zoom-outs {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.3, 1.3);
        background-color: var(--base-skin);
    }
    100% {
        transform: scale(1, 1);
    }
}

.shap-image-wrapper.shap-item03:before {
    top: 0;
    bottom: unset;
}

.shap-image-wrapper.shap-item01 {
    top: 10%;
    left: -9%;
}

.shap-image-wrapper.shap-item02 {
    top: 45%;
    left: -11%;
}

.shap-image-wrapper.shap-item03 {
    top: unset;
    bottom: 15%;
    left: -9%;
}

.single_image-overlay {
    position: absolute;
    bottom: -83%;
    left: 14px;
}

/* ===============================================
    13.Progress-Bar
------------------------*/

.prt-progress-bar {
    position: relative;
}

.prt-progress-bar:not(:last-child) {
    margin-bottom: 20px;
}

.prt-progress-bar .progressbar-title,
.prt-progress-bar .progress-bar-percent {
    display: block;
    margin-bottom: 12px;
    color: var(--base-headingfont-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.prt-progress-bar .progress-bar-percent {
    background: none;
    position: absolute;
    text-align: right;
    right: 0;
    top: 0;
}

.prt-progress-bar .progress-bar {
    display: block;
    height: 6px;
    line-height: 2px;
    position: relative;
    background-color: var(--base-skin);
    overflow: visible;
}

.prt-progress-bar .progress-bar-inner {
    box-shadow: none;
    height: 6px;
    width: 100%;
    z-index: 1;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-10);
    overflow: hidden;
}

.bg-base-skin .prt-progress-bar .progress-bar-inner {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-base-dark .prt-progress-bar .progress-bar-inner {
    background-color: rgba(255, 255, 255, .1);
}

.bg-base-grey .prt-progress-bar .progress-bar-inner {
    background-color: #fff;
}

/* ===============================================
    14.Testimonial
------------------------*/

.testimonials {
    position: relative;
}

.testimonials .testimonial-caption h3 {
    font-size: 22px;
    line-height: 34px;
    display: block;
    margin-bottom: 0;
}

.testimonial-caption label {
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 4px;
    color: var(--base-skin);
}

.testimonials .testimonial-content blockquote {
    padding: 10px 25px;
    font-size: 20px;
    position: relative;
    line-height: 32px;
    font-style: normal;
    margin: 0;
}

/*style1*/

.testimonial-main {
    background-color: var(--base-grey);
    border: 1px solid var(--base-border-color);
    border-radius: var(--base-border-radius-20);
    padding: 40px 30px;
}

.prt-testimonial-box.style1 {
    display: flex;
    align-items: center;
}

.prt-testimonial-box.style1 blockquote.testimonial-text {
    padding: 0 0 15px 0;
    font-size: 38px;
    position: relative;
    line-height: 49px;
    font-weight: 700;
    font-style: italic;
    font-family: var(--base-headingfont);
    color: var(--base-white);
    margin: -10px 0 0;
}

.prt-testimonial-box.style1 .testimonial-caption h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: var(--base-white);
}

.prt-testimonial-box.style1 .testimonial-caption span {
    font-size: 15px;
    line-height: 25px;
    color: var(--base-white);
    font-weight: 400;
    padding-left: 10px;
}

.prt-testimonial-box.style1 .testimonial-content {
    padding: 0 0 0 34px;
}

.prt-testimonial-box.style1 .testimonial-avatar {
    border-radius: var(--base-border-radius-10);
    overflow: hidden;
    min-width: 315px;
}

.prt-testimonial-box.style1 .testimonial-avatar .testimonial-img {
    margin: 0 auto;
}

.prt-testimonial-box.style1 .testimonial-img img {
    border-radius: var(--base-border-radius-10);
}

/*style2*/

.prt-testimonial-box.style2 {
    position: relative;
    overflow: hidden;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-15);
    border: 1px solid var(--base-border-color);
    box-shadow: var(--base-shadow);
    padding: 25px 35px 35px;
    margin: 15px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.prt-testimonial-box.style2:hover {
    background-color: var(--base-dark);
    transform: scale(1.05);
    z-index: 9;
}

.prt-testimonial-box.style2 .testimonial-blockquote p {
    position: relative;
    z-index: 2;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 0px;
    font-style: italic;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.prt-testimonial-box.style2 .testimonial-rating-star {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 0 20px;
}

.prt-testimonial-box.style2 .testimonial-rating-star i {
    display: inline-block;
    margin-right: 4px;
    color: #df9911;
    font-size: 13px;
    line-height: 23px;
}

.testimonial-avatar {
    display: flex;
    align-items: center;
}

.prt-testimonial-box.style2 .testimonial-avatar img {
    border-radius: var(--base-border-radius50);
}

.prt-testimonial-box.style2 .testimonial-caption {
    padding: 0 0 0 20px;
    text-align: left;
}

.prt-testimonial-box.style2 .testimonial-caption h3 {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.prt-testimonial-box.style2 span.testimonial-position {
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: var(--base-first-gradientcolor);
}

.prt-testimonial-box.style2:hover .testimonial-blockquote p,
.prt-testimonial-box.style2:hover .testimonial-caption h3,
.prt-testimonial-box.style2:hover span.testimonial-position {
    color: var(--base-white);
}

/* ===============================================
    15.Accordion
------------------------*/

.wrap-acadion .accordion {
    margin-top: 15px;
}

.accordion .toggle-title a {
    display: block;
    font-weight: 400;
    font-size: 18px;
    position: relative;
}

.accordion .toggle-title a i {
    margin-right: 15px;
}

.accordion .toggle-content {
    margin-top: 15px;
}

.accordion .toggle-content.show {
    display: block !important;
}

.accordion .toggle-content p:last-child {
    margin-bottom: 0;
}

.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    display: inline-block;
    content: "\f055";
    border-radius: 50%;
    font-size: 20px;
}

.accordion .toggle .toggle-title a.active:after {
    content: "\f056";
}

.accordion .alignleft {
    margin: .15em 1.5em 1.1em 0;
}

.accordion .toggle.prt-control-left-true .toggle-title a {
    padding-left: 40px;
}

.accordion .toggle.prt-control-left-true .toggle-title a:after {
    left: 20px;
}

.accordion .toggle.prt-control-left-true .toggle-title a {
    padding-left: 30px;
}

.accordion .toggle.prt-control-left-true .toggle-title a:after {
    left: 0;
    border: 0;
    font-size: 10px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
}

/*style1*/

.accordion.style1 {
    position: relative;
    padding: 18px 45px 18px;
    border: 2px solid rgb(255 255 255 / 12%);
    border-radius: var(--base-border-radius-20);
    min-height: 464px;
    background-image: url(../images/bg-image/row-bgimage-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion.style1 .toggle.prt-toggle_style_classic {
    border-bottom: 1px solid var(--base-white);
}

.accordion.style1 .toggle.prt-toggle_style_classic:last-child {
    border-bottom: 0;
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-content {
    margin-top: 0;
    padding: 0 0 45px;
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a {
    padding: 25px 70px 25px 0px;
    font-family: var(--base-headingfont);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    white-space: normal;
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active {
    padding: 25px 70px 15px 0px;
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:after {
    content: "\f123";
    font-size: 29px;
    font-weight: 800;
    font-family: "flaticon";
    position: absolute;
    top: 26px;
    right: 0;
    transition: all 0.1s ease;
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active:after {
    transform: rotate(90deg);
}

/*style2*/

.accordion.style2 .toggle-content {
    margin-top: 22px;
}

.accordion.style2 .prt-toggle_style_classic .toggle-title a {
    position: relative;
    font-size: 22px;
    line-height: 32px;
    font-family: var(--base-headingfont);
    font-weight: 600;
    padding: 0 25px 15px 0;
    border-bottom: 1px solid rgba(0 0 0 / 0.15);
    margin-top: 27px;
}

.accordion.style2 .prt-toggle_style_classic:first-child .toggle-title a {
    margin-top: 0;
}

.accordion.style2 .prt-toggle_style_classic .toggle-title a:after {
    content: "\f107";
    font-size: 22px;
    font-family: "fontello";
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.accordion.style2 .prt-toggle_style_classic .toggle-title a.active:after {
    transform: rotate(180deg);
}

/*style3*/

.accordion.style3 .prt-toggle_style_classic .toggle-title a {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    font-family: var(--base-headingfont);
    font-weight: 600;
    padding: 25px 85px 27px 50px;
    margin: 25px 0 25px;
    color: var(--base-white);
    border-radius: var(--base-border-radius-20);
    background-color: var(--base-grey);
    /* background-image: url(../images/bg-image/bg-img-04.webp); */
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion.style3 .prt-toggle_style_classic:last-child .toggle-title a {
    margin-bottom: 0;
}

.accordion.style3 .prt-toggle_style_classic .toggle-title a.active {
    margin: 0 0 15px;
}

.accordion.style3 .prt-toggle_style_classic .toggle-title a:after {
    content: "\f128";
    font-size: 29px;
    line-height: 29px;
    font-family: "flaticon";
    position: absolute;
    top: 35px;
    right: 45px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform: rotate(45deg);
}

.accordion.style3 .prt-toggle_style_classic .toggle-title a.active:after {
    transform: rotate(135deg);
}

.accordion.style3 .toggle-content {
    border-radius: var(--base-border-radius-20);
    background-color: var(--base-grey);
    /* background-image: url(../images/bg-image/bg-img-04.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 40px;
}

.accordion.style3 .toggle-title .toggle-content:last-child {
    margin-bottom: 0;
}

/* prt-style-default */

.accordion .toggle.prt-toggle_style_default {
    padding: 0;
    border: 0;
}

.accordion .toggle.prt-toggle_style_default .toggle-content {
    padding: 7px 30px 11px;
}

.accordion .toggle.prt-toggle_style_default .toggle-title a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 18px 30px 18px;
    border: 1px solid rgba(0, 0, 0, 0.11) !important;
    border-radius: 5px;
}

.accordion .toggle.prt-toggle_style_default .toggle-title a:after {
    content: unset;
}

.accordion .toggle.prt-toggle_style_default .toggle-title a.active {
    background-color: var(--base-dark);
    color: var(--base-white);
}

/* ===============================================
    16.Wrap-Form
------------------------*/

.wrap-form label {
    width: 100%;
    margin: 0;
}

.wrap-form span.text-input {
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.wrap-form span.text-input>i {
    position: absolute;
    left: 10px;
    top: 21px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}

/*style1*/

.wrap-form.query_form-1 label {
    font-size: 16px;
    margin-bottom: 6px;
    color: var(--base-white);
}

.wrap-form.query_form-1 span.text-input {
    margin-bottom: 20px;
}

.wrap-form.query_form-1 span.text-input input,
.wrap-form.query_form-1 span.text-input select,
.wrap-form.query_form-1 span.text-input textarea {
    border-radius: var(--base-border-radius-shap);
    border: 0;
    border-bottom: 0;
    background-color: var(--base-black);
    color: #fff;
    padding: 6px 18px 6px;
    font-size: 13px;
}

.wrap-form.query_form-1 span.text-input input::-webkit-input-placeholder,
.wrap-form.query_form-1 span.text-input textarea::-webkit-input-placeholder,
.wrap-form.query_form-1 span.text-input select::-webkit-input-placeholder {
    color: rgba(255 255 255 / 0.32);
}

/* ===============================================
    17.Tab
------------------------*/

.prt-tabs ul.tabs {
    width: 100%;
    padding: 0;
    margin: 0;
}

.prt-tabs.prt-tab-style-03 ul.tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}



.prt-tabs ul.tabs li {
    position: relative;
    display: inline-block;
}

.prt-tabs ul.tabs li:last-child {
    margin-bottom: 0;
}

.prt-tabs .content-tab .content-inner {
    display: none;
}

.prt-tabs .content-tab .content-inner.active {
    display: block;
}

/* prt-tab-style-01 */

.prt-tabs.prt-tab-style-01 ul.tabs {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    text-align: right;
    z-index: 9;
    margin-top: -43px;
}

.prt-tabs.prt-tab-style-01 ul.tabs li a {
    display: inline-block;
    cursor: pointer;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    font-family: var(--base-headingfont);
    color: var(--base-white);
    padding: 0 7px 15px 7px;
    margin-left: 25px;
}

.prt-tabs.prt-tab-style-01 ul.tabs li a:before {
    content: "";
    width: 0%;
    height: 4px;
    background-color: var(--base-white);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.prt-tabs.prt-tab-style-01 ul.tabs li.active a:before {
    width: 100%;
    opacity: 1;
}

.prt-tabs.prt-tab-style-01 .content-tab {
    padding: 35px 0px 0px;
}

/*style2*/

.prt-tabs.prt-tab-style-02 {
    text-align: center;
}

.prt-tabs.prt-tab-style-02 ul.tabs li a {
    display: inline-block;
    cursor: pointer;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    font-family: var(--base-headingfont);
    color: var(--base-headingfont-color);
    background-color: transparent;
    padding: 9px 30px 8px 30px;
    margin: 0 0 10px 10px;
    border-radius: var(--base-border-radius-50);
    background-color: var(--base-skin);
    color: var(--base-white);
}

.prt-tabs.prt-tab-style-02 ul.tabs li.active a {
    background-color: var(--base-dark);
}

.prt-tabs.prt-tab-style-02 .content-tab {
    padding: 25px 0px 0px;
}

/* ===============================================
    18.Boxes-Spacing
------------------------*/

.row.prt-boxes-spacing-25px,
.prt-boxes-spacing-25px {
    margin: 0 -25px !important;
}

.row.prt-boxes-spacing-25px .prt-box-col-wrapper {
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.row.prt-boxes-spacing-20px,
.prt-boxes-spacing-20px {
    margin: 0 -20px !important;
}

.row.prt-boxes-spacing-20px .prt-box-col-wrapper {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.row.prt-boxes-spacing-15px,
.prt-boxes-spacing-15px {
    margin: 0 -15px;
}

.prt-boxes-spacing-15px .prt-box-col-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.row.prt-boxes-spacing-10px,
.prt-boxes-spacing-10px {
    margin: 0 -10px !important;
}

.row.prt-boxes-spacing-10px .prt-box-col-wrapper {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

/* ===============================================
    19.Sidebar
------------------------*/

.sidebar .widget-area .widget {
    position: relative;
    margin: 0 0 35px;
    background-color: #fff;
    border-radius: 5px;
}

.sidebar .widget-area .widget:after {
    display: block;
    height: 3px;
    content: '';
    position: absolute;
    width: auto;
    bottom: 0;
    left: 35px;
    right: 35px;
    z-index: 1;
}

.sidebar .widget-area .widget.with-title {
    background-color: var(--base-white);
    padding: 0;
    margin: 0 0 40px;
    border-radius: 0;
    overflow: hidden;
}

.sidebar .widget-area .widget:last-child {
    margin-bottom: 0px;
}

.sidebar .widget ul {
    margin: 20px 0 0;
    padding: 0;
}

.sidebar .widget ul>li {
    list-style: none;
}

.sidebar .widget ul>li:first-child {
    padding-top: 0;
    margin-top: 0;
}

.sidebar .widget-title h3 {
    font-size: 23px;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
}

/*widget-search*/

.sidebar .widget.widget-search,
.sidebar .widget-area.prt-col-bgcolor-yes .widget.widget-search {
    padding: 0;
}

.sidebar .widget.widget-search .search-form {
    border: 0;
    position: relative;
}

.sidebar .widget.widget-search .search-form label {
    display: block;
    margin: 0;
    width: 100%;
}

.sidebar .widget-search .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.sidebar .widget.widget-search .search-form .btn[type="submit"] {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 47px;
    height: 47px;
    line-height: 0;
    z-index: 1;
    outline: 0;
    border: 0;
    border-radius: 5px;
}

.sidebar .widget.widget-search .input-text {
    border: 1px solid #ebeded;
    border-radius: 5px;
    padding: 10px 15px;
    padding-right: 60px;
    background-color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sidebar .widget.widget-search input {
    color: #242c42;
}

/* widget-banner */

.widget-banner {
    padding: 0 !important;
    border: 0 !important;
}

.widget-banner>div {
    padding: 35px 30px 45px;
    border-radius: 0;
    overflow: hidden;
}

.widget-banner .prt-btn.prt-btn-size-md {
    padding: 13px 30px;
    font-size: 15px;
}

.widget-banner h3 {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 15px;
}

.widget-banner .widget-banner-btn {
    margin-top: 65px;
}

/*.download_block */

.download_block {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 40px 30px;
    position: relative;
}

.download_block .prt-file-title {
    padding-left: 15px;
}

.download_block .prt-file-title h3 {
    margin-bottom: 0;
}

.download_block .prt-file-title h3 a {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-family: var(--base-headingfont);
}

.download_block span {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    display: block;
}

/* widget-categories */

.prt-sidebar-right .widget.widget-search {
    padding: 40px 30px 40px;
    background: linear-gradient(to right, var(--base-first-gradientcolor) 0%, var(--base-second-gradientcolor) 100%, var(--base-first-gradientcolor) 100%);
    border-radius: 0;
}

.prt-sidebar-right .widget.widget-search .search-form label {
    display: block;
    margin: 0;
}

.prt-sidebar-right .widget.widget-search input[type="search"] {
    border-radius: 30px;
    color: #fff;
    background-color: rgb(255 255 255 / 20%);
    padding: 14px 45px 14px 25px;
}

.prt-sidebar-right .widget.widget-search .search-form {
    position: relative;
}

.prt-sidebar-right .widget.widget-search input[type="search"]::placeholder {
    color: #fff;
}

.prt-sidebar-right .widget.widget-search .btn-check:focus+.btn,
.prt-sidebar-right .widget.widget-search .btn:focus {
    outline: 0;
    box-shadow: none;
}

.prt-sidebar-right .widget.widget-search .btn {
    color: #fff;
    position: absolute;
    top: 5px;
    right: 6px;
    font-size: 20px;
}

.prt-sidebar-right .widget.with-title {
    margin-bottom: 30px;
}

.prt-sidebar-right .widget.with-title:last-child {
    margin-bottom: 0;
}

.prt-sidebar-right .widget.widget-categories .widget-title,
.prt-sidebar-right .widget.tagcloud-widget .widget-title,
.prt-sidebar-right .widget.widget-recent-post .widget-title {
    font-size: 23px;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
}

.widget-categories ul {
    padding: 0;
    margin: 20px 0 0;
    list-style-type: none;
}

.widget-categories ul li a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
}

.widget-categories ul li {
    padding: 0px 20px 12px 20px;
    border-top: 0 !important;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    position: relative;
    margin: 5px 0 10px;
}

.widget-categories ul li:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0;
}

.widget-categories ul li a:before {
    content: "";
    font-style: normal;
    position: absolute;
    background: linear-gradient(to right, var(--base-first-gradientcolor) 0%, var(--base-second-gradientcolor) 100%, var(--base-first-gradientcolor) 100%);
    width: 10px;
    height: 10px;
    left: 0;
    right: auto;
    top: 5px;
    bottom: 0;
}

.widget-categories ul li a:hover:before {
    color: var(--base-skin);
}

.widget-categories ul li span {
    position: absolute;
    top: 3px;
    right: 20px;
    width: 22px;
    height: 22px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 0px 0px 10px 0px rgba(3, 59, 74, 0.1);
    background-color: #fff;
}

/* widget-nav-menu */

.widget.widget-nav-menu:after {
    content: unset !important;
}

.widget.widget-nav-menu ul li {
    padding: 10px 0px 10px 0;
    border: 0;
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.widget.widget-nav-menu ul li a {
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
    color: var(--base-dark);
    z-index: 1;
    font-weight: 400;
    font-size: 15px;
}

.widget.widget-nav-menu ul li:last-child {
    border-bottom: 0;
    padding: 10px 0 0;
}

.widget.widget-nav-menu ul li a:after {
    content: "";
    font-style: normal;
    position: absolute;
    background: linear-gradient(to right, var(--base-first-gradientcolor) 0%, var(--base-second-gradientcolor) 100%, var(--base-first-gradientcolor) 100%);
    width: 10px;
    height: 10px;
    left: 20px;
    right: auto;
    top: 8px;
    bottom: 0;
}

.widget.widget-nav-menu ul li a:hover,
.widget.widget-nav-menu ul li.active a {
    color: var(--base-skin);
}

/** prt-recent-post-list **/

.widget ul.prt-recent-post-list {
    margin: 6px 0 0;
    padding: 0;
}

.widget ul.prt-recent-post-list>li {
    padding: 15px 0;
    border-top: none;
    margin-bottom: 0;
    display: inline-block;
}

.widget ul.prt-recent-post-list>li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.widget ul.prt-recent-post-list>li>.post-detail a {
    font-weight: 600;
    font-size: 17px;
    position: relative;
    font-family: var(--base-headingfont);
}

.widget ul.prt-recent-post-list>li .post-date {
    display: block;
    font-size: 15px;
    padding-bottom: 12px;
    font-weight: 400;
}

.widget ul.prt-recent-post-list>li::marker {
    font-size: 0;
}

.widget ul.prt-recent-post-list>li:last-child {
    padding-bottom: 0;
}

.widget ul.prt-recent-post-list>li>.post-detail a {
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widget ul.prt-recent-post-list>li img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 18px;
    border-radius: 50%;
    object-fit: cover;
}

.widget ul.prt-recent-post-list .post-meta {
    padding: 8px 0 6px;
}

.widget ul.prt-recent-post-list .post-meta .prt-meta-line {
    position: relative;
    color: inherit;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}

.widget ul.prt-recent-post-list .post-meta .prt-meta-line:last-child {
    padding-right: 0;
}

.widget ul.prt-recent-post-list .post-meta span:not(:last-child):after {
    position: absolute;
    display: inline-block;
    content: "";
    background-color: #616161;
    width: 4px;
    height: 4px;
    vertical-align: middle;
    top: 10px;
    right: -15px;
    border-radius: 10px;
}

.widget ul.prt-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}

/* tagcloud */

.widget .tagcloud {
    padding: 25px 0 0;
}

.widget .tagcloud a {
    display: inline-block;
    padding: 5px 20px;
    margin: 0 2px 10px;
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 30px;
    font-size: 15px !important;
    background-color: transparent;
    font-weight: 400;
    color: #000;
}

.widget .tagcloud a:nth-last-child(-n+2) {
    margin-bottom: 5px;
}

.widget .tagcloud a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: var(--base-skin);
}

.slider-text-2 {
    background-color: linear-gradient(to right, var(--base-first-gradientcolor) 28%, var(--base-second-gradientcolor) 100%);
    background: var(--base-gradient);
    padding: 0 14px 5px;
}

.rs-parallax-wrap rs-loop-wrap rs-mask-wrap {
    overflow: visible !important;
}

.slider-ml {
    margin-left: -430px;
}

.slider-mr {
    margin-right: -420px;
}

.left-border-line {
    position: relative;
}

/*slider-text*/

.slider-text {
    border: 2px solid var(--base-white);
    padding: 10px 35px 8px;
    border-radius: var(--base-border-radius-20);
}

.slider-offter-text {
    background-color: var(--base-secondskin);
    padding: 20px 10px 56px 8px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.slider-offter-text-2 {
    background-color: var(--base-seconddark);
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    padding: 16px 4px 16px 3px;
}

/*cta-content-main*/

.cta-content-main {
    position: relative;
    z-index: 9;
}

.cta-content-main span.pretitle {
    font-size: 28px;
    line-height: 38px;
    color: var(--base-white);
    display: inline-block;
    margin-bottom: 10px;
}

.cta-content-main h2.title {
    position: relative;
    font-size: 120px;
    line-height: 120px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--base-white);
    z-index: 1;
}

.cta-content-main h2.title span.text2 {
    font-size: 90px;
    line-height: 100px;
    text-transform: capitalize;
    font-weight: 700;
    font-style: italic;
    font-family: var(--base-headingfonttwo);
}

.cta-single-image-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.cta-single-image-wrapper .cta-image-overlay {
    position: absolute;
    top: -34%;
    right: 0;
}

.cta-single-image-wrapper .cta-image-overlay .prt-arrow-wrap img {
    margin-right: -40px;
    margin-bottom: -40px;
    animation: 25s linear 0s infinite normal none running arrow;
}

@keyframes arrow {
    0%,
    100% {
        transform: translate3d(0px, 0px, 0px);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(0px, -20px, 0px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(0px, 20px, 0px);
    }
}

/*prt-cta-wrap*/

.prt-cta-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prt-cta-wrap .cta-img-wrap img {
    max-width: 595px;
}

.prt-cta-content-block {
    padding: 0 0 0 30px;
}

.prt-cta-content-block h2.cta-title {
    font-size: 240px;
    line-height: 200px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: -50px;
    margin-left: -8px;
}

.prt-cta-content-block h3.title {
    font-size: 104px;
    line-height: 114px;
    font-weight: 600;
    text-transform: uppercase;
}

.prt-cta-content-block p {
    color: var(--base-white);
}

.cta-vertical-text {
    font-size: 221px;
    line-height: 200px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16);
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16);
    -webkit-text-fill-color: transparent;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 85px;
    text-align: center;
}

.animate-text {
    background-image: linear-gradient(-225deg, var(--base-skin) 0%, var(--base-white) 29%, var(--base-white) 67%, var(--base-skin) 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.animate-text.animate-right {
    animation: textclip-right 4s linear infinite;
}

@keyframes textclip-right {
    to {
        background-position: -200% center;
    }
}

/*.swiper-container*/

.swiper-container {
    width: 864px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-color: var(--base-white);
    border: 1px solid var(--base-white);
    border-radius: var(--base-border-radius-25);
    height: 100%;
    color: var(--base-bodyfont-color);
    padding: 40px 40px 40px;
    transition: 0.3s all;
    cursor: auto;
}

.swiper-slide-active {
    transition: 0.3s all;
    opacity: 1;
}

.swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
    opacity: 0;
}

.swiper-slide-prev,
.swiper-slide-next {
    opacity: 0.24;
}

.swiper-wrapper .prt-header {
    padding: 0 0 25px;
}

.swiper-wrapper .prt-header h3.title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 2px;
}

.swiper-wrapper ul.prt-list.prt-rating-list li {
    display: inline-block;
}

.swiper-wrapper ul.prt-list.prt-rating-list li i {
    font-size: 13px;
    color: #ffba36;
}

.prt-body-content ul.prt-cardeatils-list {
    padding: 0px 0 20px;
}

.prt-body-content ul.prt-cardeatils-list li {
    font-size: 14px;
    line-height: 24px;
}

.prt-body-content .prt-car-price {
    font-size: 22px;
    line-height: 38px;
    font-weight: 600;
    color: var(--base-headingfont-color);
    font-family: var(--base-headingfont);
}

.swiper-wrapper .swiper-slide-image img {
    border-radius: var(--base-border-radius-20);
    width: 100%;
}

.swiper-container-wrapper {
    overflow: hidden;
    margin: 0 80px;
}

.swiper-container-wrapper-main {
    padding-top: 60px;
    position: relative;
}

.swiper-overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 476px;
    height: 260px;
    background-color: rgba(0 0 0 / 0.05);
}

.swiper-overlay-box.box-1,
.swiper-overlay-box.box-2 {
    top: 30px;
}

.swiper-overlay-box.box-2 {
    right: 0;
    left: unset;
}

.swiper-overlay-box.box-3,
.swiper-overlay-box.box-4 {
    background-color: rgba(0 0 0 / 0.03);
}

.swiper-overlay-box.box-3 {
    width: 357px;
    left: 50px;
}

.swiper-overlay-box.box-4 {
    width: 357px;
    right: 50px;
    left: unset;
}

.aboutplay-icon a {
    width: 131px;
    height: 131px;
    background-color: var(--base-dark);
    color: var(--base-white) !important;
    border-radius: var(--base-border-radius50);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.aboutplay-icon a i {
    font-size: 56px;
}

.about-content-wrapper h2.title {
    font-size: 42px;
    line-height: 55px;
    font-weight: 600;
}

.about-wrapper {
    display: flex;
    padding: 50px 120px 0 60px;
}

.aboutplay-icon {
    margin-top: -116px;
}

.prt-playbtn-wrapper .aboutplay-icon-01 {
    display: inline-block;
    width: 67px;
    height: 67px;
    background: linear-gradient(to top, var(--base-first-gradientcolor) 30%, var(--base-second-gradientcolor) 100%);
    border-radius: var(--base-border-radius-50);
    color: var(--base-white);
    font-size: 22px;
    line-height: 70px;
    text-align: center;
    margin-right: 10px;
}

.prt-playbtn-wrapper .aboutplay-icon-01 a {
    color: var(--base-white);
}

.about-arrow-block {
    display: flex;
    align-items: center;
    padding: 34px 0 45px;
    border-bottom: 1px solid var(--base-white);
}

.about-arrow-block p {
    font-size: 20px;
    line-height: 30px;
    color: var( --base-white);
}

.about-arrow-block img {
    max-width: 98px;
    margin-right: 30px;
    margin-left: -30px;
}

/*carlist*/

.prt-carlist-wrapper {
    position: relative;
}

.prt-filter-text p {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    z-index: 9;
}

.buyheading{
    position: absolute;
    text-align: center;
    bottom: 93px;
    right: 47px;
    font-weight: 700;
    font-size: 51px;
    padding: 0px;
    line-height: 1;
    display: flex;
}
/*sidebar*/

.prt-carlist-sidebar {
    position: relative;
    padding: 30px 25px 35px;
    /* background-image: url(../images/bg-image/row-bgimage-2.webp); */
    background-color: var(--base-grey);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.prt-carlist-form p.form-check {
    margin-bottom: 5px;
}

.prt-carlist-form input {
    background-color: transparent;
    border-color: rgba(104 123 158 / 0.15);
    border-radius: 0 !important;
    border: 2px solid rgba(104 123 158 / 0.15);
    width: 14px;
    height: 14px;
    margin-top: 6px;
    cursor: pointer;
}

.prt-carlist-form p.form-check:hover label {
    color: var(--base-dark);
}

.prt-carlist-form label {
    font-size: 13px;
    cursor: pointer;
}

.prt-carlist-form label i {
    font-size: 13px;
    line-height: 13px;
    color: #ffce20;
}

.prt-carlist-form .form-check-input:focus {
    border-color: var(--base-dark);
    outline: 0;
    box-shadow: none;
}

/*Slider range*/

.prt-range-wrapper .range-slider {
    position: relative;
}

.prt-range-wrapper .range-slider input[type="range"] {
    pointer-events: none;
    position: absolute;
    -webkit-appearance: none;
    border: none;
    border-radius: 10px;
    background: var(--base-dark);
    left: 0;
    top: 0;
    width: 100%;
    outline: none;
    height: 4px;
    margin: 5px 0 5px 0;
    padding: 0;
}

.prt-range-wrapper .range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    border: none;
    border-radius: 14px;
    background-color: var(--base-dark);
}

.prt-range-wrapper .range-slider p {
    margin-bottom: 0;
    font-weight: 400;
    padding-top: 25px;
}

/* //////////////// */
/* sell */

.spacing-2 {
    padding: 30px 270px 40px 50px;
}

.bg-base-secondskin {
    background-color: var(--base-second-gradientcolor);
}
.prt-cta-wrapper {
    padding: 30px 50px 40px;
    border-radius: var(--base-border-radius-20);
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    position: relative;
}
.prt-cta-wrapper .prt-cta-title h2 {
    font-size: 60px;
    line-height: 75px;
    width: 162%;
    text-shadow: 10px 1px 10px #000000;
}
.prt-btn.prt-btn-style-border.prt-btn-color-white {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    /* border-radius: var(--base-border-radius-shap); */
}

.cta-add-btn a.prt-btn {
    font-family: var(--base-bodyfont);
    
}
.prt-btn.prt-btn-style-border {
    background-color: transparent;
    border: 2px solid currentColor;
}

.prt-btn.prt-btn-size-md {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 42px 10px;
}

.prt-cta-form-wrapper-main {
    position: relative;
    top: 12px;
    right: -260px;
}
.prt-cta-form-wrapper {
    background-color: #282828;
    border: 8px solid var(--base-first-gradientcolor);
    border-radius: var(--base-border-radius-20);
    padding: 0 16px 20px;
    text-align: center;
    width: 500px;
    position: relative;
}
.prt-cta-form-wrapper img {
    display: block;
    margin: 0 auto;
}
.cta-form-image-wrapper {
    margin-bottom: -66px;
    margin-top: 8px;
    margin-right: -50px;
}
.cta-form-desc {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--base-white);
}
.prt-cta-form-wrapper .cta-btn-link a.prt-btn.btn-inline {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    font-family: var(--base-bodyfont);
    color: rgb(255 255 255 / 32%);
    position: relative;
}

.prt-btn.btn-inline {
    padding: 0;
    border: 0;
    overflow: visible;
    background-color: transparent;
    font-size: 15px;
    font-family: var(--base-headingfont);
    position: relative;
}
.prt-cta-wrapper {
    padding: 30px 50px 40px;
    border-radius: var(--base-border-radius-20);
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    position: relative;
}
ul.prt-list.cta-list {
    width: 450px;
    /* text-shadow: 1px 1px 10px #000000; */
    font-weight: 600;
}

.prt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.cta-list li {
    font-size: 18px;
    line-height: 30px;
    color: var(--base-white);
    padding: 3px 0;
}
.wrap-form.query_form span.text-input input, .wrap-form.query_form span.text-input select, .wrap-form.query_form span.text-input textarea {
    border-radius: var(--base-border-radius-50);
    border: 0;
    background-color: rgb(255 255 255 / 11%);
    color: #fff;
    padding: 5px 21px 5px;
    font-size: 13px;
}
.wrap-form.query_form span.text-input {
    margin: 0 0 10px;
}

.wrap-form span.text-input {
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.wrap-form label {
    width: 100%;
    margin: 0;
}

/* contact */
.prt-contact-block {
    padding: 42px 25px 40px;
    /* border-radius: var(--base-border-radius-15); */
    background-color: #282828;
    border: 8px solid var(--base-first-gradientcolor);
    border-radius: var(--base-border-radius-20);
    /* padding: 0 16px 20px; */
    text-align: center;
    /* width: 500px;
    position: relative; */
}
.prt-contact-block  img {
    position: relative;
    display: block;
    margin: 0 auto;
    top: -44px;
}

#contactform .response {
    position: relative;
    text-align: center;
}

.comments-area_2 .comment-form_2 .comment-form-author, .comments-area_2 .comment-form_2 .comment-form-email, .comments-area_2 .comment-form_2 .comment-form-number, .comments-area_2 .comment-form_2 .comment-form-zipcode {
    position: relative;
    float: left;
    width: 48%;
    margin-right: 20px;
}

.comments-area_2 .comment-form_2 p {
    margin-bottom: 20px;
}


.prt-contact-block ul.contact-link {
    text-align: left;
}

ul.social-icons {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.prt-contact-block ul.contact-link li {
    margin: 5px 28px 5px 0;
}

.social-icons li {
    margin: 0 3px;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.prt-contact-block ul.contact-link li i {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    color: var(--base-white);
    border: 1px solid var(--base-white);
    border-radius: var(--base-border-radius-50);
    margin-right: 10px;
}


/* faq */
.prt-contactfaq-sidebar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 35px 40px;
    color: var(--base-white);
}

.prt-contactfaq-sidebar h3.widget-title {
    font-size: 34px;
    line-height: 44px;
}

/*prt-contact-block*/

.prt-contact-infowrap {
    position: relative;
    margin: 15px 0;
}

.prt-contact-block h2.title {
    font-size: 40px;
    line-height: 50px;
}

.prt-contact-infowrap h3.title {
    font-size: 20px;
    line-height: 30px;
}

.prt-contact-infowrap p {
    color: #a1a1a1;
    margin-bottom: 2px;
}

.prt-contact-infowrap p a.underline:before {
    background-color: var(--base-white) !important;
}

.prt-contact-infowrap p a:hover {
    color: var(--base-skin);
}

.prt-contact-infowrap p a.underline:hover:before {
    background-color: var(--base-skin) !important;
}

/*prt-location-wrapper*/

.prt-location-wrapper {
    position: relative;
    text-align: center;
}

.prt-location-wrapper .prt-content-wrap p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: var(--base-white);
}

.prt-location-wrapper .prt-content-wrap p a {
    color: var(--base-first-gradientcolor);
    z-index: 9;
}

.prt-location-wrapper .prt-content-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 0;
}

.prt-location-wrapper .prt-location-wrap {
    position: relative;
}

.prt-location-wrapper .prt-location-wrap .prt-location i {
    font-size: 25px;
    line-height: 25px;
    color: var(--base-skin);
}

.prt-location-wrapper .prt-location-wrap .prt-location {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.prt-location-wrapper .prt-location-wrap .prt-location .prt-location-text {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.prt-location-wrapper .prt-location-wrap .prt-location.items:hover .prt-location-text {
    opacity: 1;
    visibility: visible;
}

.prt-location-wrapper .prt-location-wrap .prt-location.items.items-01 {
    top: 19%;
    left: 15%;
}

.prt-location-wrapper .prt-location-wrap .prt-location.items.items-02 {
    top: unset;
    left: 25%;
    bottom: 13%;
}

.prt-location-wrapper .prt-location-wrap .prt-location.items.items-03 {
    top: 146px;
    left: 65%;
}

.prt-location-wrapper .prt-location-wrap .prt-location.items.items-04 {
    top: 20%;
    left: 37%;
}

/* events */

/*style1*/

.blog-title-desc {
    text-align: right;
}

.blog-title-desc h3 {
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.events-content-wrapper {
    position: relative;
}

.events-item.style1 {
    z-index: 2;
    display: block;
    position: static;
}

.events-item.style1 .events-thumbnail-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--base-border-radius-20);
    transition: all 0.3s ease;
}

.events-item.style1 .events-thumbnail {
    height: 100%;
    width: 100%;
    border-radius: var(--base-border-radius-20);
}

.events-item.style1 .events-thumbnail img {
    border-radius: var(--base-border-radius-20);
    object-fit: cover;
    position: relative;
    clip-path: inset(0 100% 0 0);
    animation: inactiveImageAnimation1 0.6s forwards ease;
}

.events-item.style1.active .events-thumbnail img {
    animation: activeImageAnimation1 0.6s forwards ease;
}

@keyframes inactiveImageAnimation1 {
    0% {
        clip-path: inset(0 0 0 0);
    }
    100% {
        clip-path: inset(0 100% 0 0);
    }
}

@keyframes activeImageAnimation1 {
    0% {
        clip-path: inset(0 0 0 100%);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}

.events-item.style1 .events-content {
    z-index: 2;
    margin: 0 0 35px;
    padding: 21px 30px 16px;
    position: relative;
    border-radius: var(--base-border-radius-20);
    background-color: var(--base-grey);
    /* color: var(--base-white); */
    /* background-image: url(../images/bg-image/bg-img-04.webp); */
    background-repeat: no-repeat;
    background-size: cover;
}

.events-item.style1:last-child .events-content {
    margin-bottom: 0;
}

.events-item.style1 .events-content .prt-meta span {
    position: relative;
    font-size: 14px;
    margin: 10px 5px 5px 0;
    padding-right: 16px;
    display: inline-block;
    color: var(--base-first-gradientcolor);
}

.events-item.style1 .events-content .prt-meta span:before {
    content: '';
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: var(--base-bodyfont-color);
    border-radius: var(--base-border-radius-10);
}

.events-item.style1 .events-content .prt-meta span:last-child:before {
    display: none;
}

.events-item.style1 .events-content h3.title {
    font-size: 22px;
    line-height: 32px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

/*prt-offter-wrapper*/

.prt-offter-wrapper {
    display: inline-block;
}

.prt-offter-wrapper img {
    margin: 0 auto;
    border-radius: var(--base-border-radius-20);
}

/*widget-banner*/

.widget.car-widget.widget-banner-car {
    position: relative;
    overflow: hidden;
}

.widget.car-widget.widget-banner-car .layer-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( transparent, rgba(1 1 35 / 0.50) 50%);
    z-index: -1;
}

.widget.car-widget.widget-banner-car .layer-content {
    position: relative;
    padding: 130px 26px 35px;
}

.layer-content1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( transparent, rgba(1 1 35 / 0.50) 50%);
    z-index: -1;
}


.widget.car-widget.widget-banner-car span {
    font-size: 16px;
    line-height: 26px;
    color: var(--base-white);
    display: inline-block;
    margin-bottom: 5px;
}

.widget.car-widget.widget-banner-car h3.widget-title {
    font-size: 22px;
    line-height: 32px;
    color: var(--base-white);
}

.layer-content1 span {
    font-size: 16px;
    font-weight: 700;
    text-shadow: 5px 0px 10px #000000;
    line-height: 26px;
    color: var(--base-white);
    display: inline-block;
    margin-bottom: 5px;
    padding: 30px 26px 15px;
}

.layer-content1 h3.widget-title1 {
    font-size: 22px;
    line-height: 32px;
    color: var(--base-white);
    padding: 0px 26px 35px;
    
}

/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 99999999999;
    padding-top: 80px;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.50);
}

/* Modal Content */

.modal-content {
    position: relative;
    margin: auto;
    width: 100%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    z-index: 99999999999;
    padding: 38px 70px 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    border: 0;
    background-color: var(--base-grey);
    box-shadow: 0 0 65px 3px rgba(0 0 0 / 0.07);
    border-radius: var(--base-border-radius-10);
    background-image: url(../images/bg-ptn.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

@-webkit-keyframes animatetop {
    from {
        top: -50px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -50px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.modal-header .btn-close {
    color: #ffffff !important;
    float: right;
    font-size: 15px !important;
    font-weight: 500;
    position: absolute;
    top: 37px;
    right: 50px;
    padding: 0;
}

.modal-header .btn-close:hover,
.modal-header .btn-close:focus {
    text-decoration: none;
    cursor: pointer;
    box-shadow: none;
}

.modal-backdrop {
    z-index: 0;
}

.modal-dialog {
    max-width: 536px;
    width: 100%;
}

/*signup-modal*/

.modal.signup-modal {
    padding: 175px 0 50px;
    text-align: center;
}

.modal-header {
    display: block;
    padding: 0;
    border: 0;
}

.modal .modal-header h3 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
}

.modal-body {
    padding: 0;
}

.modal .modal-header p,
.signup-form p,
.modal-header button.prt-btn.btn-inline {
    font-size: 15px;
    line-height: 25px;
}

.modal-header button.prt-btn.btn-inline {
    color: var(--base-skin);
}

.modal-header button.prt-btn.btn-inline:hover {
    color: var(--base-dark);
}

.modal.signUp-modal a:hover,
.modal.signUp-modal button:hover {
    color: var(--base-skin);
}

/*.signup-form*/

.signup-form {
    position: relative;
    margin-top: 15px;
}

.signup-form textarea,
.signup-form input[type="text"],
.signup-form input[type="password"] {
    text-transform: inherit;
    padding: 11px 25px 11px 52px;
    border: 1px solid rgba(0 0 0 / 0.10) !important;
    background-color: rgba(255, 255, 255, 0.04);
    color: var(--base-black);
    border-radius: var(--base-border-radius-10);
    font-size: 16px;
    line-height: 26px;
}

.signup-form input::placeholder,
.signup-form p.prt-inputs i {
    color: var(--base-bodyfont-color);
}

.signup-form p {
    margin-bottom: 25px;
    position: relative;
}

.signup-form p.prt-inputs i {
    position: absolute;
    left: 25px;
    top: 17px;
}

.signup-form button {
    width: 100%;
    color: var(--base-white) !important;
}

/* checkbox  */

.signup-form .cookies {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.signup-form input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

.signup-form input[type=checkbox]+label {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.10);
    vertical-align: middle;
    margin-bottom: 0px;
    margin-right: 5px;
}

.signup-form input[type=checkbox]+label:before {
    height: 15px;
    width: 15px;
    border: 1px solid var(--base-dark);
    border-radius: 3px;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-right: 8px;
}

.signup-form input[type=checkbox]:checked+label:before {
    content: "";
    border: solid;
    border-color: var(--base-dark);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    left: 3px;
    top: 1px;
    width: 5px;
    height: 7px;
    background-color: transparent !important;
    border-radius: 0;
    position: relative;
    vertical-align: middle;
}

.signup-form p.cookies a.underline:before {
    height: 1px;
    background-color: rgba(255 255 255 / 0.60);
}

/*model-social*/

ul.model-social li a {
    width: 38px;
    height: 38px;
    font-size: 13px;
    line-height: 38px;
    border-radius: var(--base-border-radius-50);
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-color: transparent;
}

ul.model-social li a:hover {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white) !important;
}

/*.prt-marquebox*/

.marquee {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.marquee-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.marquee-text {
    padding-right: 42px;
    padding-left: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: var(--base-headingfont);
    color: var(--base-white);
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.marquee-content {
    animation: scroll 24s 3s linear infinite;
}

.marquee-content:hover {
    animation-play-state: paused;
}

.marquee-text {
    position: relative;
}

.marquee-text:before {
    content: '/';
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    top: 6px;
    right: 0px;
}

body:not(.no-js) .image-wrap {
    transition: 1s ease-out;
    transition-delay: 0.2s;
    position: relative;
    width: auto;
    overflow: hidden;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    visibility: hidden;
}

body:not(.no-js) .image-wrap img {
    transform: scale(1.3);
    transition: 2s ease-out;
}

body:not(.no-js) .animating .image-wrap {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    visibility: visible;
    transform: skewY(0);
}

body:not(.no-js) .animating img {
    transform: scale(1);
    transition: 4s ease-out;
}

body:not(.no-js) .fadeup {
    opacity: 0;
    transition: 0.4s ease-out;
    transform: translateY(40px);
}

body:not(.no-js) .fading-up {
    opacity: 1;
    transition: 1s ease-out;
    transform: translateY(0px);
    transition-delay: 0.7s;
}

#contactform .response {
    position: relative;
    text-align: center;
}

#contactform .response .failed {
    background-color: var(--base-dark);
    color: var(--base-white);
    padding: 0 10px;
    margin-bottom: 15px;
}

#contactform .response .success {
    background: var(--base-skin);
    color: var(--base-white);
    padding: 0 10px;
    margin-bottom: 15px;
}