/** 
          1. prt-row 

          2. Row-Equal-Height

          3. Bg-Layer 

          4. Row-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

          16. Accordion

          17. Wrap-Form

          18. Tab

          19. Boxes-Spacing

          20. Pricing-Plan

          21. Sidebar

**/

/* ===============================================
    1.prt-row
------------------------*/
.prt-row {
    padding: 100px 0;
}

.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.banner-section {
    padding: 170px 0px 75px;
}
.prt-row.contact-banner-section {
    padding: 170px 0px 75px;
}
.prt-row.pricing-banner-section {
    padding: 170px 0px 50px 0px;
}
.prt-row.blog-banner-section {
    padding: 245px 0px 100px;
}
.prt-row.about-banner-section {
    padding: 245px 0px 85px;
}

/* ===============================================
    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-titlebar-wrapper{
    margin-top: -92px;
}
.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-titlebar-wrapper-inner {
    position: relative;
    z-index: 20;
}

.prt-titlebar-wrapper-bg-layer:after {
    content: '';
    top: 0;
    left: 0;
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000 10%, transparent 95%);
}

.prt-titlebar-wrapper .title {
    font-size: 82px;
    line-height: 92px;
    font-weight: 500;
 }
.prt-titlebar-wrapper .title.pricing-banner-section {
    font-size: 74px;
    line-height: 84px;
    font-weight: 500;
}
.prt-titlebar-wrapper .title.contact-banner-section {
    font-size: 62px;
    line-height: 72px;
    font-weight: 500;
}
.prt-titlebar-wrapper .title.faq-banner-section {
    font-size: 62px;
    line-height: 72px;
    font-weight: 500;
}
.prt-titlebar-wrapper .title.excellent-support-banner-section {
    font-size: 62px;
    line-height: 72px;
    font-weight: 500;
}
.prt-titlebar-wrapper .title.reliable-expert-banner-section {
    font-size: 62px;
    line-height: 72px;
    font-weight: 500;
}
.prt-titlebar-wrapper .title.portfolio-banner-section {
    font-size: 70px;
    line-height: 80px;
    font-weight: 500;
}
.prt-titlebar-wrapper .title.portfolio-detail-banner-section {
    font-size: 70px;
    line-height: 80px;
    font-weight: 500;
}
.prt-titlebar-wrapper .title.blog-banner-section {
    font-size: 62px;
    line-height: 72px;
    font-weight: 500;
}
.prt-titlebar-wrapper .title.service-banner-section {
    font-size: 62px;
    line-height: 72px;
    font-weight: 500;
}
.prt-titlebar-wrapper .shop-detail-banner-section {
    font-size: 70px;
    line-height: 80px;
    font-weight: 500;
    }
.prt-titlebar-wrapper .about-banner-section {
    font-size: 62px;
    line-height: 72px;
    font-weight: 500;
}
.prt-titlebar-wrapper .shop-banner-section {
    font-size: 70px;
    line-height: 80px;
    font-weight: 500;
}
.prt-titlebar-wrapper .checkout-banner-section {
    font-size: 70px;
    line-height: 80px;
    font-weight: 500;
}

.prt-titlebar-wrapper .title.title-position-center {
text-align: center;
}
.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%;
}

.bg-layer {
    position: relative;
}

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

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

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

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

.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-img1.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover
}

.bg-img2 {
    background-image: url(../images/bg-img2.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover
}

.bg-img3 {
    background-image: url(../images/bg-img3.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover
}

.bg-img4 {
    background-image: url(../images/bg-img4.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover
}

.bg-img5 {
    background-image: url(../images/bg-img5.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover
}

.bg-img6 {
    background-image: url(../images/bg-img5.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover
}

.bg-img7 {
    background-image: url(../images/bg-img7.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover
}

.bg-img8 {
    background-image: url(../images/bg-img8.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover
}

.bg-img9 {
    background-image: url(../images/bg-img9.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover
}

.bg-img10 {
    background-image: url(.../images/bg-img10.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover
}

/* ===============================================
 6.Section-Title  
------------------------*/
.section-title.style1 .title-header {
    display: flex;
}

.section-title.style1 .title-header h3 {
    width: 90%;
    /* margin-top: 4px; */
    font-weight: 500 !important;
}

.section-title.style2 .title-header h3 {
    margin-bottom: 40px;
    font-weight: 500;
 }

.section-title.style3 .title-header h3 {
    height: auto;
    margin-bottom: 60px;
    font-weight: 500 !important;
}

.section-title.style4 .title-header h2 {
    padding-top: 230px;
    font-weight: 500 !important;
}

.section-title.style5 {
    margin-top: -6px;
}
.section-title.style5 .title-header h3 {
    font-weight: 500 !important;
}

.section-title.style6 .title-header h3 {
    margin-bottom: 15px;
    font-weight: 500 !important;
}

.section-title.style7 .title-header h4 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 30px;
    font-weight: 500 !important;
}

.section-title.style7 .title-header p {
    margin-bottom: 0;
}

.section-title.style8 .title-header h3 {
    width: 303px;
    font-weight: 500 !important;
}

.section-title.style9 .title-header h3 {
    margin-bottom: 50px;
    font-weight: 500 !important;
}

.section-title.style10 .title-header h3 {
    margin-bottom: 15px;
    font-weight: 500 !important;
}

/* ===============================================
    7.sep_holder
------------------------*/
.prt-horizontal_sep {
    border-top: 1px solid #dedede;
    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);
}

.bg-base-white .prt-horizontal_sep {
    border-top-color: #f1f1f1;
}

.border,
.border-top,
.border-left,
.border-bottom,
.border-right {
    border-color: var(--base-border-color);
}

.border-left {
    border-left: 1px solid #dedede !important;
}

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

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

/* ===============================================
    8.Buttons
------------------------*/
.prt-btn {
    display: inline-block;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    padding: 10px 30px;
    font-family: var(--base-bodyfont);
    font-weight: 400;
    color: var(--base-white);
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}

.prt-btn:hover {
    background-position: right center;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/** btn-color **/

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

a.prt-btn-color-skincolor:hover {
    color: var(--base-dark);
}

/* btn - gradient color */
.prt-btn-color-gradientcolor {
    transition: background-color 0.3s ease;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #3188ff 0%, #d34be9 50%, #3188ff 100%) !important;
}

a.prt-btn-color-gradientcolor:hover {
    background-position: right center;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.prt-btn-color-gradientcolor:hover {
    background-position: right center;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

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

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

/* btn with bg color */
.bg-base-dark a.prt-btn-color-skincolor:hover {
    color: var(--base-white);
}

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

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

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

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

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

.header_btn .prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover,
.prt-btn.prt-btn-style-border.prt-btn-color-skin:hover,
.prt-btn.prt-btn-style-border.prt-btn-color-white:hover {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
    color: var(--base-white);
}

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

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

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

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

/** 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: 10px;
    margin-right: 0;
}

.prt-btn.prt-icon-btn-left i {
    text-align: left;
    margin-right: 10px;
    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;
}

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

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

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

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

/** btn-size-md **/
.prt-btn.prt-btn-size-md {
    font-size: 14px;
    line-height: 24px;
}

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

/** 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: 5px;
}

.prt-btn.prt-btn-shape-rounded {
    border-radius: 2em;
}

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

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

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

/** prt-icon-shap**/
.prt-btn.prt-icon-shap {
    padding: 15px 48px 15px 29px;
}

.newsletter-form .prt-btn.prt-icon-shap.prt-btn-style-fill i,
.header_btn .prt-btn.prt-icon-shap.prt-btn-style-fill i,
.prt-btn.prt-icon-shap.prt-btn-style-fill.prt-btn-color-skincolor i,
.prt-pricing-plan.pricing-recommended-plan .prt-btn.prt-icon-shap.prt-btn-style-border i {
    background-color: var(--base-white);
    color: var(--base-dark);
}

.header_btn .prt-btn.prt-icon-shap.prt-btn-style-fill:hover i,
.prt-pricing-plan.pricing-recommended-plan .prt-btn.prt-icon-shap.prt-btn-style-border:hover i {
    background-color: var(--base-skin);
    color: var(--base-white);
}

.prt-btn.prt-icon-shap.prt-btn-style-border i,
.prt-btn.prt-icon-shap.prt-btn-style-fill i {
    text-align: center;
    right: 6px;
    top: 6px;
    position: absolute;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    height: 34px;
    width: 34px;
    line-height: 34px;
    background-color: var(--base-skin);
    border-radius: 5px;
    color: var(--base-white);
    transition: all 0.5s ease 0s;
}

.newsletter-form button[type="submit"] i:before {
    font-weight: 600;
}

/** btn-inline **/
.prt-btn.btn-inline {
    text-transform: capitalize;
    padding: 0;
    border: 0;
    overflow: visible;
    background-color: transparent;
    transition: all 0.2s ease 0s;
}

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

.prt-btn.btn-inline.prt-icon-btn-right i {
    right: -20px;
}

.prt-btn.btn-inline.prt-icon-btn-left i {
    left: -20px;
}

.prt-btn.btn-inline i.fa-minus:before {
    height: 1px;
    display: block;
}

.col-bg-img-five .prt-btn.btn-inline.prt-icon-btn-right i {
    bottom: 0;
    content: "\e83b";
    font-weight: 600;
    font-size: 9px;
    right: -15px;
    transition: unset;
}

.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:var(--base-white);
    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: 23px;
    z-index: 2;
}

i.fa-play {
    padding-left: 5px;
}

.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: 50%;
}

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

.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-border.prt-icon_element-color-skincolor {
    border: 1px solid var(--base-skin);
    color: var(--base-white);
}

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

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

.prt-icon.prt-icon_element-border.prt-icon_element-color-darkgrey {
    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-gray);
    color: var(--base-skin);
}

.prt-icon.prt-icon_element-border.prt-icon_element-color-grey {
    border: 1px solid var(--base-gray);
    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: 42px;
    width: 40px;
  }

.prt-icon.prt-icon_element-size-xs i {
    font-size: 45px;
  line-height: 25px;
}

/** icon-size-sm **/
.prt-icon.prt-icon_element-size-sm {
    height: 48px;
    width: 60px;
}

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

/** icon-size-md **/
.prt-icon.prt-icon_element-size-md {
    height: 70px;
    width: 70px;
    line-height: 70px
}

.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: 48px;
}

/** 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: 5px;
}

.prt-icon.prt-icon_element-style-rounded {
    border-radius: 80%;
    padding: 20px;
}

.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-gray);
    border-radius: 50px;
}

.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 {
    margin-top: 15px;
}

.prt-list.prt-list-style-icon-01 li {
    position: relative;
    padding-bottom: 16px;
    padding-left: 18px;
    display: flex;
    align-items: baseline;
    width: 100%;
}

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

.prt-list.prt-list-style-icon-01 li:before {
    content: "";
    position: absolute;
    line-height: 40px;
    left: 0;
    top: 10px;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    text-align: center;
    background-color: var(--base-bodyfont-color);
}

.prt-list.prt-list-style-icon-01 .prt-list-li-content {
    display: inline-block;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 400;
}

/*prt-list-style-icon-02*/
.prt-list.prt-list-style-icon-02 {
    margin-top: 15px;
   }

.prt-list.prt-list-style-icon-02 li {
    position: relative;
    padding-bottom: calc(15px/2);
    padding-left: 20px;
    display: flex;
    align-items: baseline;
    width: 100%;
}

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

.prt-list.prt-list-style-icon-02 li:before {
    content: "";
    position: absolute;
    line-height: 40px;
    left: 0;
    top: 10px;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    text-align: center;
    background-color: var(--base-bodyfont-color);
}

.prt-list.prt-list-style-icon-02 .prt-list-li-content {
    display: inline-block;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 400;
}


/* 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 {
    margin: 30px 0 0 0;
    padding: 15px 0 0;
}

.prt-fid.inside.style1 h4,
.prt-fid.inside.style1 h4 span {
    font-size: 55px;
    line-height: 40px;
    margin-bottom: 0;
    display: inline-flex;

}

.prt-fid.inside.style1 .prt-fid-contents .prt-fid-inner span:last-child {
    margin-left: 0px;
}

.prt-fid.inside.style1 .prt-fid-contents .prt-fid-title {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 25px;
    position: relative;
}

.prt-fid.inside.style1 .prt-fid-contents .prt-fid-title:before {
    content: '';
    position: absolute;
    width: 86px;
    height: 1px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.24);
}

.prt-fid.inside.style1 .prt-fid-contents {
    display: flex;
}

.prt-fid-view-circle-progress {
    border: 1px solid #e7e7e7;
    padding: 30px 20px 25px 20px;
    margin: 12px 0;
}

.prt-fid-view-circle-progress .prt-circle-content {
    float: left;
    line-height: 0;
    position: relative;
    margin-right: 15px;
}

.prt-fid-view-circle-progress .prt-circle-boxcontent {
    position: absolute;
    top: 51%;
    left: 0;
    width: 100%;
    text-align: center;
    -khtml-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

.prt-fid-view-circle-progress .prt-fid-number,
.prt-fid-view-circle-progress .prt-fid-number sub,
.prt-fid-view-circle-progress .prt-fid-number sup {
    padding: 17px;
    font-size: 19px;
    font-weight: 700;
    color: var(--base-dark);
}

.prt-fid-view-circle-progress .prt-fid-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box {
    position: relative;
}

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

.featured-title h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

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

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

.featured-icon-box.icon-align-top-content .featured-content {
    padding-top: 15px;
}

section {
    counter-reset: container
}

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

.featured-icon-box.icon-flip-hover .prt-icon i {
    transition: all 1s ease;
    display: block;
    transform: translate(0%, 0%) rotateY(0deg);
}

.featured-icon-box.icon-flip-hover:hover .prt-icon i {
    transform: translate(0%, 0%) rotateY(360deg);
}

/* style1 */
.featured-icon-box.style1 {
    overflow: hidden;
    position: relative;
    text-align: left;
}

.featured-icon-box.style1 .prt-icon {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.featured-icon-box.style1:hover .prt-icon {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.featured-icon-box.style1 .featured-icon .prt-icon i {
    font-size: 45px;
    line-height: 25px;
}

.featured-icon-box.style1:hover .featured-icon .prt-icon i {
    color: var(--base-skin);
}

.featured-icon-box.style1 p {
    margin-bottom: 0;
    margin-top: 15px;
}

.featured-icon-box.style1 .featured-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    font-weight: 500;
}

/* style2 */
.featured-icon-box.style2 {
    overflow: hidden;
    position: relative;
    text-align: left;
    background-color: var(--base-gray);
    padding: 30px;
    height: auto;
    color: var(--base-white);
}
.featured-icon-box.style2 .featured-title{
    margin-left: -10px;
}

.featured-icon-box.style2 .featured-icon {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.featured-icon-box.style2 .featured-content{
    color: var(--base-bodyfont-color);
}

.featured-icon-box.style2 .prt-icon {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
    transform-style: preserve-3d;
}

.featured-icon-box.style2:hover .prt-icon {
    animation: flip 1.3s ease-in-out;
    display: block;
}

@keyframes flip {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(360deg);
    }
}




.featured-icon-box.style2 .featured-icon .prt-icon i {
    font-size: 40px;
    line-height: 25px;
    transition-duration: 0s;
    margin-left: -15px;
    color: var(--base-skin);
}

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

.featured-icon-box.style2 .featured-title h2 {
    font-size: 24px;
    line-height: 34px;
    position: relative;
}

/* style3 */
.featured-icon-box.style3 {
    padding: 40px 30px 30px;
    height: auto;
    background-color: var(--base-gray);
    border: 1px solid var(--base-gray);
    z-index: 102;
}

.featured-icon-box.style3 .prt-icon {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.featured-icon-box.style3:hover .prt-icon {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.featured-icon-box.style3 .featured-icon .prt-icon i {
    font-size: 48px;
}

.featured-icon-box.style3:hover .featured-icon .prt-icon i {
    color: var(--base-skin);
}

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

.featured-icon-box.style3 .featured-title h2 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--body-font-family);
    font-weight: 400;
}

.featured-icon-box.style3 .featured-desc p {
    margin-bottom: 9px;
}

.featured-icon-box.style3 .featured-content a {
    font-size: 21px;
    line-height: 31px;
    position: relative;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 15px;
    word-wrap: break-word;
}

/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox {
    margin: 0px 0;
}

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

.featured-imagebox .featured-content .featured-title h3 {
    position: relative;
    overflow: hidden;
    line-height: 31px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.prt-box-view-overlay,
.prt-box-view-content-inner {
    position: relative;
    overflow: hidden;
}

.prt-box-view-overlay:before,
.prt-box-view-content-inner:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

div:hover>.prt-box-view-overlay:before,
div:hover>.prt-box-view-content-inner:before {
    opacity: .7;
}

.slick_slider .featured-imagebox {
    margin-bottom: 0;
}

/* style1 - post*/
.featured-imagebox-post.style1 {
    overflow: hidden;
}

.featured-imagebox-post.style1 .featured-thumbnail {
    border-radius: 0px;
    height: 220px;
    width: 100%;
}

.featured-imagebox-post.style1 .featured-thumbnail img {
    height: 220px;
    object-fit: cover;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -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-post.style1: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-post.style1 .featured-content {
    padding-left: 30px;
    padding-right: 60px;
    padding-top: 9px;
    width: 55%;
}

.featured-imagebox-post:not(:last-child) .featured-content {
    border-right: 1px solid var(--base-border-color);
}

.featured-imagebox-post.style1 .featured-content h6 {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 34px;
}

.featured-imagebox-post.style1 .featured-content .featured-title {
    font-size: 23px;
    line-height: 34px;
}

.featured-imagebox-post.style1 .prt-box-post-date .prt-entry-date span {
    color: var(--base-skin) !important;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

/* style2 - post */
.featured-imagebox.featured-imagebox-post.style2 {
    position: relative;
}

.featured-imagebox.featured-imagebox-post.style2 {
    overflow: hidden;
}

.featured-imagebox.style2.featured-imagebox-post:after {
    position: absolute;
    top: 0;
    left: -81%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0) 100%);
}

.featured-imagebox.featured-imagebox-post.style2:hover:after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

/* style1 - portfolio */
.featured-imagebox-portfolio.style1 {
    overflow: hidden;
    position: relative;
    z-index: 20 !important;
}

.featured-imagebox-portfolio.style1 .featured-thumbnail {
    width: fit-content;
}

.featured-imagebox-portfolio.style1 .featured-title {
    font-size: 24px !important;
    line-height: 34px !important;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.featured-imagebox-portfolio.style1 .featured-desc {
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.featured-imagebox-portfolio.style1 .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-portfolio.style1:hover .featured-thumbnail img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

/* style1 - shop */
.featured-imagebox-shop.style1,
.featured-imagebox-shop.style1 .featured-thumbnail {
    position: relative;
    overflow: hidden;
}

.featured-imagebox-shop.style1 .featured-thumbnail img {
    width: 100%;
}

.featured-imagebox-shop.style1 .featured-content .featured-title h5 {
    font-size: 22px;
    line-height: 44px;
    margin-bottom: 6px;
}

.featured-imagebox-shop.style1 .featured-content .item-price-first {
    padding-right: 10px !important;
}

/* ===============================================
    13.Progress-Bar
------------------------*/
.prt-progress-bar {
    position: relative;
}

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

.prt-progress-bar .progressbar-title {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    color: var(--base-dark);
}

.prt-progress-bar .progress-bar-percent {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--base-dark);
    z-index: 3;
    margin-top: -25px;
    text-shadow: none;
    text-align: center;
    overflow: visible;
}

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

.prt-progress-bar .progress-bar-inner {
    box-shadow: none;
    height: 7px;
    width: 100%;
    z-index: 1;
    background-color: var(--base-gray);
}

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

/* style1 */
.prt-progress-bar.style1:not(:last-child) {
    margin-bottom: 24px;
}

.prt-progress-bar.style1 .progressbar-title {
    display: block;
    margin-bottom: 21px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--base-dark);
    line-height: 26px;
    font-weight: 600;
}

.prt-progress-bar.style1 .progress-bar-percent {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--base-dark);
    z-index: 3;
    margin-top: -25px;
    text-shadow: none;
    text-align: center;
    overflow: visible;
}

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

.prt-progress-bar.style1 .progress-bar-inner {
    box-shadow: none;
    height: 1px;
    width: 100%;
    z-index: 1;
    background-color: #e3e3e3;
}

.prt-progress-bar.style1 .progress-bar:before {
    content: unset;
}


/* ===============================================
    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: italic;
    margin: 0;
}

.testimonials .testimonial-img img {
    width: 90px;
    height: 90px;
}

.star-ratings ul {
    padding: 0;
    margin: 0;
}

.star-ratings li {
    font-size: 14px;
    min-width: 14px;
    display: inline-block;
    color: #ffba00;
}

.star-ratings ul li.active,
.star-ratings ul li.active i {
    color: #ffba00;
}

/* testimonial-onlyimg */
.testimonial-onlyimg.style1 img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: -60px;
    margin-left: -105px;
}

.testimonial-onlyimg.style1:hover img {
    width: 160px;
    height: 160px;
    margin-top: -65px;
    margin-left: -110px;
}

/* prt-testimonial-box-view-style1 */
.prt-testimonial-box-view-style1 .testimonial-img img {
    width: 114px;
    height: 114px;
    margin: 0 auto;
    border-radius: 50%;
}

.testimonial-main {
    background-color: #000;
    border-radius: 162px;
    position: absolute;
    top: 104px;
    width: 350px;
    overflow: hidden;
    padding: 75px 23px 70px;
}

.prt-testimonial-box-view-style1 .testimonial-content {
    text-align: center;
}

.prt-testimonial-box-view-style1 .testimonial-caption {
    margin-top: 25px;
}

.testimonials.prt-testimonial-box-view-style1 .testimonial-content blockquote {
    font-size: 17px;
    font-style: italic;
    line-height: 27px;
    margin: 0;
    padding: 10px 0 0;
    color: var(--base-white);
    text-align: center;
    background: transparent;
}

.testimonials.prt-testimonial-box-view-style1 .testimonial-caption label {
    font-size: 13px;
    line-height: 23px;
    display: block;
    color: var(--base-white);
    margin-bottom: 0;
}

.testimonials.prt-testimonial-box-view-style1 .testimonial-caption h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--base-white);
}

/* ===============================================
    16.Accordion
------------------------*/
.wrap-acadion .accordion {
    margin-top: 15px;
}

.accordion .toggle:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
    padding-bottom: 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;
    height: fit-content !important;
}

.accordion .toggle-content p:last-child {
    margin-bottom: 0;
    font-family: var(--base-bodyfont);
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", Tahoma, Geneva, sans-serif;
    color: rgba(255, 255, 255, .71) !important;
    padding-top: 20px;

}

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

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

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

/* prt-style-classic */
.accordion .toggle.prt-toggle_style_classic {
    margin: 0;
    padding: 0;
    border: 0;
}

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

.accordion .toggle.prt-toggle_style_classic .toggle-title a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    padding: 38px 45px 38px 20px;
    border-bottom: 1px solid var(--base-border-color);
}

.accordion .toggle.prt-toggle_style_classic .toggle-title a.active {
    border-bottom: 1px solid var(--base-border-color);
}

.accordion .toggle.prt-toggle_style_classic .toggle-title.active a {
    border-bottom: 1px solid var(--base-border-color) !important;
}

.accordion .toggle.prt-toggle_style_classic .toggle-title a:after {
    content: "\f107";
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    font-family: 'flaticon';
    position: absolute;
    top: 27px;
    right: 0;
    transform: rotate(0deg);
    transition: all 0.1s ease;
}

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

/* 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);
}

/*style2*/
.accordion.style1 {
    margin-top: 5px;
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:after {
    content: "\f106";
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    font-family: 'fontello';
    position: absolute;
    top: 36px;
    right: 0px;
    transition: all 0.1s ease;
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active:after {
    content: "\f106";
    font-family: 'fontello';
    transform: rotate(180deg);
}

.accordion.style1 .toggle.prt-toggle_style_classic:last-child .toggle-title a {
    border-bottom: 0px solid;
    padding: 30px 20px 0px 0px;
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a {
    padding: 30px 25px 30px 0px;
    font-size: 25px;
    line-height: 38px;
    font-weight: 400 !important;
    color: var(--base-white) !important;
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active {
    padding: 33px 25px 18px 0px;
    color: var(--base-skin);
}

/* ===============================================
    17.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;
}

/* contactform */
.wrap-form.contact_form span.text-input i {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 15px;
    z-index: 1;
    color: var(--base-skin);
}

.wrap-form.contact_form span.text-input input,
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select {
    border-radius: 0;
    color: rgba(0, 0, 0, .60);
    border-color: transparent;
    border-radius: 5px;
    padding: 12px 15px;
    padding-left: 44px;
}

.wrap-form.contact_form span.text-input textarea {
    padding: 10px 15px;
    padding-left: 44px;
}

.wrap-form.contact_form button[type="submit"] {
    letter-spacing: .3px;
}

.prt-bgcolor-grey .wrap-form.contact_form span.text-input input,
.prt-bgcolor-grey .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-grey .wrap-form.contact_form span.text-input select {
    background-color: #fff;
}

.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 2px solid rgba(255, 255, 255, .12);
}

.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input::-webkit-input-placeholder,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea::-webkit-input-placeholder,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select::-webkit-input-placeholder {
    color: #fff;
}

.map-contect-form {
    padding: 100px 50px;
    background-color: var(--base-gray);
    border-radius: 263px;
    text-align: center;
}

.map-contect-form .section-title h2.title {
    font-size: 34px;
    line-height: 44px;
}

.map-contect-form .form-icon {
    position: absolute;
    width: 99px;
    height: 99px;
    line-height: 99px;
    top: 50px;
    left: 0;
    border-radius: 50px;
    background-color: var(--base-skin);
}

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

.wrap-form.query_form span.text-input input,
.wrap-form.query_form span.text-input textarea,
.wrap-form.query_form span.text-input select {
    border-radius: 28px;
    border: 1px solid rgb(0 0 0 / 20%);
    background-color: transparent;
    color: #000;
    padding: 12px 30px 12px;
}

.wrap-form.query_form span.text-input input::placeholder,
.wrap-form.query_form span.text-input textarea::placeholder,
.wrap-form.query_form span.text-input select::placeholder {
    color: rgb(97 97 97 / 60%);
}

.wrap-form.query_form button i:before {
    font-weight: 600;
}

.wrap-form span.text-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #888;
    background-repeat: no-repeat;
}

.wrap-form span.text-input.select-option:before {
    right: 30px;
    position: absolute;
    content: "\e64b";
    padding: 12px 0;
    top: 0;
    bottom: 0;
    font-size: 9px;
    pointer-events: none;
    font-family: 'themify';
}

.wrap-form span.text-input input::-webkit-input-placeholder,
.wrap-form span.text-input textarea::-webkit-input-placeholder,
.wrap-form span.text-input select::-webkit-input-placeholder {
    color: var(--body-font-color);
}

.wrap-form.query_form_1 {
    margin-top: 10px;
}

.wrap-form.query_form_1 span.text-input input,
.wrap-form.query_form_1 span.text-input textarea,
.wrap-form.query_form_1 span.text-input select {
    border-radius: 0px;
    border: 0;
    background-color: var(--base-gray);
    padding: 9px 20px 7px;
}

/* ===============================================
    18.Tab
------------------------*/
.prt-tabs ul.tabs {
    width: 100%;
    padding: 0;
    margin: 0;
}

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

/*style1*/
.prt-tab-style-01 ul li.tab {
    border: 2px solid transparent;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 10px 6px 0 0;
    transition: all 0.1s ease;
    cursor: pointer;
    border-radius: 0px !important;
}

.prt-tab-style-01 ul li.tab:hover a,
.prt-tab-style-01 ul li.tab.active a {
    background: linear-gradient(to right, #D34BE9 0%, #4A7FFC 85%, #3188FF 100%);
    border-radius: 0px !important;
}

.prt-tab-style-01 ul li.tab:hover,
.prt-tab-style-01 ul li.tab.active {
    background-color: linear-gradient(to right, #D34BE9 0%, #4A7FFC 85%, #3188FF 100%);
    border: 2px solid transparent;
    color: var(--base-white) !important;
}

.prt-tab-style-01 ul li.tab:hover,
.prt-tab-style-01 ul li.tab.active a {
    border-radius: 0px !important;
}

.prt-tab-style-01 ul li.tab:hover,
.prt-tab-style-01 ul li.tab.active a .button:hover {
    border-radius: 0px !important;
}

.prt-tab-style-01 .content-inner {
    background-color: transparent;
    border-radius: 0px !important;
    padding: 0px 5px 0px;
    position: relative;
    margin-top: 30px;
}

/* ===============================================
    19.Boxes-Spacing
------------------------*/
.row.prt-boxes-spacing-30px,
.prt-boxes-spacing-30px {
    margin: 0 -20px;
}

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

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

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

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

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

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

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

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

.row.prt-boxes-spacing-5px .prt-box-col-wrapper {
    padding-right: 2.5px;
    padding-left: 2.5px;
    padding-bottom: 5px;
}

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

.row.prt-boxes-spacing-0px .prt-box-col-wrapper {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 0px;
    outline: 0;
}

/* ===============================================
    21.Sidebar
------------------------*/
/* blog left sec section css start  */
.sidebar {
    padding: 30px;
    margin-bottom: 30px;
}

#sidebar {
    width: 100%;
}

#sidebar .widget {
    padding: 30px;
}
#sidebar .widget:not(:last-child) {margin-bottom: 50px}

#sidebar .widget-title {
    margin-bottom: 23px;
}

/* widget-search */
#sidebar .widget .prt-search-form {
    border: 1px solid var(--base-border-color);
}

#sidebar .widget #search-form button {
    padding-left: 25px;
}

#sidebar .widget #search-form i {
    font-size: 20px !important;
}

#sidebar .widget .search-field::placeholder {
    color: var(--base-bodyfont-color) !important;
}

#sidebar .widget .search-field {
    color: var(--base-white) !important;
}

.prt-search-input {
    border: 0px solid var(--base-border-color);
    padding: 10px 15px 10px 15px;
}

/* widget-categories */
#sidebar .widget .category-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

#sidebar .widget .category-item:not(:last-child) {
    border-bottom: 1px solid var(--base-border-color);
}

#sidebar .widget .widget-categories ul li:not(:last-child) {
    border-bottom: 1px solid var(--base-border-color);
}

#sidebar .widget .category-item a:hover {
    color: var(--base-skin);
    transition: .5s;
}

/**  widget-recent post **/
#sidebar .widget .post-detail a:hover {
    color: var(--base-skin);
    transition: .5s;
}

#sidebar .widget .recent-post-item {
    display: flex;
    padding-bottom: 9px;
    gap: 18px
}

#sidebar .widget .recent-post-item .post-detail {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    width: 70%;
}

#sidebar .widget .post-date {
    font-size: 13px;
    line-height: 23px;
    color: var(--base-bodyfont-color);
}

/* widget-tagcloud */
#sidebar .widget .tagcloud a:hover {
    background-color: var(--base-skin);
    transition: .5s;
}

#sidebar .widget .tagcloud .tag-cloud-link {
    border: 1px solid var(--base-border-color)
}

#sidebar .widget .widget .widget-post ul:not(:last-child) {
    padding-bottom: 9px;
}

#sidebar .widget ul.recent-post-list>li img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 18px;
}

#sidebar .widget .tagcloud a {
    padding: 4px 20px 7px;
    display: inline-block;
    padding: 4px 20px;
    margin: 0 5px 8px 0;
    font-size: 15px !important;
    font-weight: 500;
    position: relative;
}

/* widget - contact */
#sidebar .widget .faq-sidebar {
    border-radius: 25px;
    display: block;
    padding: 35px 0 55px;
    text-align: center;
}

#sidebar .widget .faq-sidebar .faq-icon {
    font-size: 50px;
    color: var(--base-skin) !important;
    margin-bottom: 10px;
}

#sidebar .widget .faq-sidebar.faq-content {
    margin: 12px 0 30px;
    margin-bottom: 20px
}

#sidebar .widget .faq-sidebar-content {
    margin-bottom: 30px;
}

#sidebar .widget .prt-sidebar-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--base-dark) !important;
}

#sidebar .widget .prt-sidebar-btn {
    padding: 15px 30px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid var(--base-white);
    transition: all 0s ease 0s;
    color: var(--base-white);
    font-weight: 500;
    transition: all .3s ease 0s;
}

/* pagination */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination button {
    cursor: pointer;
    margin: 0 10px;
}

.prev-btn,
.next-btn {
    width: 140px !important;
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*vertical-text*/
.banner-vertical-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: rgb(255 255 255 / 59%);
}

.vertical-text-left {
    writing-mode: vertical-rl;
}

.vertical-text-right {
    writing-mode: vertical-rl;
}

/* news-section*/
.news-section .section-title h2 {
    font-size: 140px;
    line-height: 110px;
    font-weight: 700;
}

.news-section .section-title img {
    border-radius: 52px;
}

.news-section .section-title a {
    color: #fff !important;
}

.news-content {
    z-index: 0;
    position: relative;
    display: flex;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.news-content:first-child {
    padding: 0 0 35px;
}

.news-content:last-child {
    border-bottom: none;
    padding: 35px 0 0;
}

.news-section .news-title h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    padding-left: 85px;
    margin-bottom: 0;
}

.news-section .videoautoplay {
    position: absolute;
    top: 0;
    opacity: 0.30;
}

.steps-section .section-title h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: var(--base-white);
    margin-bottom: 4px;
}

/* cursor */
.prt-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: opacity .3s, color .4s;
    -o-transition: opacity .3s, color .4s;
    -moz-transition: opacity .3s, color .4s;
    transition: opacity .3s, color .4s;
}

.prt-cursor-text {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: var(--prt-whitecolor);
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: opacity .4s, -webkit-transform .3s;
    transition: opacity .4s, -webkit-transform .3s;
    -o-transition: opacity .4s, -o-transform .3s;
    -moz-transition: opacity .4s, transform .3s, -moz-transform .3s;
    transition: opacity .4s, transform .3s;
    transition: opacity .4s, transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
}

.prt-cursor.-visible:before {
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2)
}

.prt-cursor.-visible.-active:before {
    -webkit-transform: scale(.23);
    -moz-transform: scale(.23);
    -ms-transform: scale(.23);
    -o-transform: scale(.23);
    transform: scale(.23);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.prt-cursor.-pointer:before {
    -webkit-transform: scale(.15);
    -moz-transform: scale(.15);
    -ms-transform: scale(.15);
    -o-transform: scale(.15);
    transform: scale(.15)
}

.prt-cursor.-text:before {
    opacity: 1;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7)
}

.prt-cursor.-text .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.prt-cursor.-text.-active:before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.prt-cursor.-tooltip:before {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.prt-cursor.-tooltip .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    justify-content: unset;
    align-items: unset
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.prt-animation-hover-button {
    padding: 23px 15px 28px;
    text-align: center;
    background-color: #000;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -30%;
    top: auto;
    transition: 500ms all linear 0ms;
    opacity: 0;
}

.prt-cursor .prt-project-readmore-btn a {
    transition: 500ms all linear 0ms;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 25px 7px 25px;
    text-transform: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    border-radius: 0;
    font-weight: 600;
    color: #fff;
    background-color: #000 !important;
    text-transform: capitalize;
}

.prt-cursor .prt-project-readmore-btn a span {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.54);
}

/*prt-covershow-box*/

.prt-covershow-box.prt-cover-styleone {
    min-height: 700px;
}

.prt-covershow-box.prt-init {
    transition: opacity .5s .2s;
    opacity: 1;
}

.prt-covershow-box .covershow-holder {
    counter-reset: count;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.prt-covershow-box .prt-covershow-item.active {
    transform: translate3d(0, 0, 0);
}

.prt-covershow-box .prt-covershow-item:first-child {
    transform: none !important;
}

.prt-covershow-box.prt-init .prt-covershow-item {
    transition: all 1s;
}

.prt-covershow-box .prt-covershow-item {
    counter-increment: count;
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    top: 0;
    min-height: 100%;
    width: calc(100% - 6*80px);
    padding-top: 0;
    transform: translate3d(100%, 0, 0);
    background: #000;
}

.prt-covershow-box .prt-covershow-item.active .prt-cover-header {
    transition-delay: 0s;
    background-color: #000;
    border-right: 1px solid rgb(255 255 255 / 30%);
}

.prt-covershow-box .prt-covershow-item:first-child .prt-cover-header {
    border-left: 0;
}

.prt-covershow-box .prt-cover-header {
    position: absolute;
    top: 0;
    left: -80px;
    display: block;
    height: 100%;
    width: 80px;
    cursor: pointer;
    box-sizing: border-box;
    background: #000;
    border-left: 1px solid rgb(255 255 255 / 30%);
    border-right: 1px solid transparent;
    transition: border-color .35s ease-out .7s;
}

.prt-covershow-box .prt-cover-header .prt-cover-title {
    transform: rotate(180deg);
    position: absolute;
    top: 180px;
    left: calc(50% - 15px);
    margin: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-background-clip: text;
    background-color: currentColor;
    background-size: 100% 200%;
    background-position-y: 100%;
    transition: background-position .8s cubic-bezier(.25, .1, .14, .91);
    color: #fff;
    font-size: 20px;
}

.prt-covershow-box .prt-covershow-item.active .prt-cover-title {
    background-position-y: 0;
}

.prt-covershow-box .prt-covershow-item:first-child {
    transform: none !important;
}

.prt-covershow-box {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.prt-cover-content.prt-coverbox-predefined,
.prt-cover-content-inner {
    position: absolute;
    top: 88px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    margin: 0 38px;
}


.prt-cover-content-inner span.number {
    font-size: 24px;
    color: rgb(255 255 255 / 0.54);
    ;
}

.prt-cover-content-inner h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #fff;
}

.prt-cover-content-inner p {
    font-size: 16px;
    line-height: 26px;
    color: rgb(255 255 255 / 60%);
}

.prt-cover-content-inner ul {
    margin-bottom: 40px;
}

.prt-cover-content-inner ul li {
    color: #fff;
    font-size: 15px;
    padding: 3px 0;
    position: relative;
}

.prt-cover-content-inner ul li::marker {
    color: transparent;
}

.prt-cover-content-inner ul li:before {
    content: '*';
    position: absolute;
    font-size: 31px;
    left: -23px;
    top: 10px;
}

.prt-call-to-arrow {
    animation: shake 24s linear infinite;
    margin-top: -58px;
    margin-right: -128px;
    padding-left: 20px;
    position: relative;
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.content-section3 .float-end.text-right p {
    text-align: right;
}

/*.content-box*/
.content-box-main {
    padding: 30px 0 22px;
    border-bottom: 1px solid #dedede;
}

.content-box-main.border-top {
    border-top: 1px solid #dedede;
}

.post-date-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 90px 0 0;
}

.content-box-main .post-month h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

.content-box-main .post-month span {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
}

.content-box-main .post-year span {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
    transition: all .1s ease;
}

.content-box-main:hover .post-year span {
    -webkit-text-stroke: 1px var(--base-skin);
}

.post-content-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 38px;
}

.post-content-main a {
    padding: 0 0 0 70px;
    font-size: 37px;
    line-height: 37px;
    color: #000;
    font-weight: 900;
}

.content-box-main:hover a {
    color: var(--base-skin);
    transition: all .1s ease;
}

/*map-contect*/
.map-contect a {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #000;
    position: relative;
}

.map-contect .email {
    margin: 5px 0 0 0;
}

.map-contect .email a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background-color: #000;
    transition: all 0.3s ease 0s;
}

.map-contect .email a:hover:before {
    background-color: var(--base-skin);
}

ul.map-links li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

ul.map-links li:last-child {
    margin: 0 0 10px 0;
}

ul.map-links li a {
    border: 1px solid #000;
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 4px 18px;
    color: #000;
    font-weight: 500;
    border-radius: 50px;
}

ul.map-links li a:hover {
    background-color: var(--base-skin);
    color: #fff;
    border: 1px solid var(--base-skin);
}

@media screen and (min-width: 300px) and (max-width: 640px) {
    .accordion .toggle.prt-toggle_style_classic .toggle-content {
        padding: 0 0px 35px 0px;
    }

    .accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a {
        padding: 10px;
    }

    .accordion.style2 .toggle.prt-toggle_style_classic:last-child .toggle-title a {
        padding-right: 40px;
    }

    .accordion.style2 .toggle.prt-toggle_style_classic:nth-child(2) .toggle-title a {
        padding-right: 40px;
    }
}

@media screen and (min-width: 300px) and (max-width: 668px) {
    .accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a {
        padding-right: 35px;
    }

    .accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a.active {
        padding-right: 35px;
    }

    .accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a:after {
        top: 18px;
        right: 10px;
    }

    .accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a.active:after {
        content: "\f106";
        font-family: 'fontello';
        transform: rotate(180deg);
        top: 41px;
    }
}

@media screen and (min-width: 668px) and (max-width: 768px) {
    .accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a:after {
        top: 18px;
    }

    .accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a.active:after {
        top: 41px;
    }

    .accordion .toggle.prt-toggle_style_default .toggle-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;

    }
}

/* ===============================================
    20.Prt single img
------------------------*/

/*prt-single-img-1*/

.prt_single_image-wrapper {
    position: relative;
}

 .prt-sticky-column > div {
	    position: sticky !important;
	    position: -webkit-sticky !important;
	    top: 0;
	}