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

  Project :   Zenista - 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. Client-row

          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.portfolio-section{padding: 100px 0 70px;}
.prt-row.testimonial-section{padding: 100px 0 90px;}
.prt-row.service-section_1{padding: 100px 0 190px;}
.prt-row.pricing-plan-section{padding: 100px 0 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-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%; }
.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-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-img2{
    background-image: url(../images/bg-image/row-bgimage-2.webp);
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-img3{
    background-image: url(../images/bg-image/row-bgimage-3.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ===============================================
    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(../images/bg-image/col-bgimage-1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-two.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-2.webp);
    background-position: -231px 91px;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-three.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-3.webp);
    background-position: top center;
    background-repeat: no-repeat;
}

/* ===============================================
    6.Section-Title  
------------------------*/
.section-title {
    position: relative;
    z-index: 9;
    margin-top: -10px;
}
.section-title h2.title {
    font-size: 62px;
    line-height: 72px;
}
.section-title h3{
    font-size: 28px;
    line-height: 38px;
}
.section-title .title-desc p{
    position: relative;
    margin: 0;
}
.section-title.title-style-center_text {
    text-align: center;
}
.title-overlay{
    font-size: 140px;
    line-height: 100px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgb(202 198 194 / 50%);
    font-family: var(--body-fonts-family);
    text-align: center;
}
.title-overlay.style1{
    font-size: 272px;
    line-height: 250px;
    text-transform: capitalize;
}

/*style1*/

.section-title.style1 h2.title {
    font-size: 92px;
    line-height: 92px;
}
.section-title.style1 i{
    font-size: 35px;
    font-weight: 700;
    animation-name: float_top_bottom;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes float_top_bottom {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

/* ===============================================
    7.sep_holder
------------------------*/
.prt-horizontal_sep {
    border-top: 1px solid  #e7e7e7;
    display: block;
    position: relative;
}
.bg-base-dark .prt-horizontal_sep{
    border-top-color: var(--base-dark);
}
.bg-base-skin .prt-horizontal_sep{
    border-top-color: rgba(255,255,255,0.2);
}
.bg-base-white .prt-horizontal_sep{
    border-top-color: #e0e0e0;
}
.border, .border-top, .border-left, .border-bottom, .border-right {
    border-color: rgb(255 255 255 / 35%) !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: var(--base-dark);
}
.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: rgb(235 228 214 / 50%);
}
.prt-vertical_sep.style1 > [class*='col']:not(:last-child):before{
    right: 15px;
}

/* ===============================================
    8.Buttons
------------------------*/
.prt-btn{ 
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
    padding: 14px 30px 17px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
    overflow: visible;
    z-index: 1;
    text-align: center;
    font-family: var(--base-bodyfont);
    transition: all 0.3s ease 0s;
}

/** btn-color **/
.prt-btn-color-skincolor {
    color: var(--base-skin);
}
.prt-btn-color-darkcolor {
    color: var(--base-dark);
}
.prt-btn-color-whitecolor{
    color: var(--base-white);
}
.prt-btn-color-greycolor{
    color: var(--base-tgrey);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor {
    background-color: var(--base-dark);
    color: var(--base-white);
    border-color: transparent;
}
.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-whitecolor {
    background-color: var(--base-white);
    border-color: transparent;
    color: var(--base-dark);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-greycolor{
    color: var(--base-dark);
    background-color: var(--base-grey);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-greycolor:hover{
    color: var(--base-white);
    background-color: var(--base-skin);
}

/** btn-with-icon **/
.prt-btn i{
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    font-weight: 900;
}
.prt-btn.prt-icon-btn-right i { text-align: right; margin-left: 0px; margin-right: 0;}
.prt-btn.prt-icon-btn-left i { text-align: left; margin-right: 0px; 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; padding: 14px 20px 17px; }
.prt-btn.prt-btn-size-sm i { font-size: 14px; line-height: 16px;}

/** btn-size-md **/
.prt-btn.prt-btn-size-md { font-size: 16px; padding: 20px 27px 20px;}
.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: var(--base-border-radius-5); }
.prt-btn.prt-btn-shape-rounded { border-radius: var(--base-border-radius-10); }
.prt-btn.prt-btn-shape-square { border-radius: var(--base-border-radius-0); }

/** btn-style-border **/
.prt-btn.prt-btn-style-border{ 
    background: transparent; 
    border: 1px solid currentColor;
}
.prt-btn.prt-btn-color-white.prt-btn-style-border {
    color: var(--base-white);
    border-color: rgb(255 255 255 / 25%);
    background-color: transparent;
}
.prt-btn.prt-btn-color-white.prt-btn-style-border:hover{
    border-color: var(--base-dark);
    background-color: var(--base-dark);
}
.prt-btn.prt-btn-style-border.prt-btn-color-whitecolor:hover{
    background: var(--base-white);
    color: var(--base-dark) !important;
    border-color: var(--base-white);
}
.prt-btn.prt-btn-style-border.prt-btn-color-darkcolor:hover{
    background: var(--base-skin);
    color: var(--base-white) !important;
    border-color: var(--base-skin);
}

/** prt-icon-shap**/
.prt-btn.prt-icon-shap {
    padding: 15px 48px 15px 29px;
}
.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: var(--base-border-radius-5);
    color: var(--base-white);
    transition: all 0.5s ease 0s;
}

/** btn-inline **/
.prt-btn.btn-inline{
    padding: 0px 0 0 0px;
    overflow: visible;
    background-color: transparent;
    transition: all 0.4s ease 0s;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--base-bodyfont);
    position: relative;
}
.feedback-button a.prt-btn:after{content: unset;}
.feedback-button a:hover{color: var(--base-dark);}
.prt-btn.btn-inline.prt-icon-btn-right i{
    padding-left: 0px;
    left: auto;
    position: absolute;
}

/* ===============================================
    9.Icons
------------------------*/
.prt-icon{
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    text-align: center;
    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;
    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_element-color-lightgreycolor {
    color: var(--base-lightgrey);
}
.prt-icon.prt-icon_element-bgcolor-skin{background-color: var(--base-skin);}
.prt-icon.prt-icon_element-bgcolor-grey{background-color: var(--base-grey);}
.prt-icon.prt-icon_element-fill.prt-icon_element-color-skincolor {
    background-color: var(--base-skin);
    color: var(--base-dark);
}
.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-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-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: 35px; width: 35px; line-height: 35px; }
.prt-icon.prt-icon_element-size-xs i { font-size: 16px; }

/** icon-size-sm **/
.prt-icon.prt-icon_element-size-sm { height: 50px; width: 50px; line-height: 55px; }
.prt-icon.prt-icon_element-size-sm i { font-size: 30px; }

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

/** icon-size-lg **/
.prt-icon.prt-icon_element-size-lg { height: 75px; width: 75px; line-height: 75px; }
.prt-icon.prt-icon_element-size-lg i { font-size: 37px; }

/** icon-size-xl **/
.prt-icon.prt-icon_element-size-xl { height: 90px; width: 90px; line-height: 90px; }
.prt-icon.prt-icon_element-size-xl i { font-size: 35px; }

.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-5); }
.prt-icon.prt-icon_element-style-rounded { border-radius: var(--base-border-radius50);; }
.prt-icon.prt-icon_element-style-square { border-radius: var(--base-border-radius-0);}

/* prt-list-style-icon */
.prt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.prt-list.prt-list-style-icon li i {
    position: absolute;
    left: 0px;
    top: 5px;
    color: var(--base-skin);
}
.prt-list.prt-list-style-icon li {
    padding-left: 25px;
    list-style: none; 
    position: relative;
    padding-bottom: 8px; 
    margin-top: 8px;
}
.prt-list.prt-list-textsize-medium li{font-size: 16px;padding-bottom: 9px;}


/*style1*/

.prt-list.style1{
    position: relative;
    margin-top: 20px;
}
.prt-list.style1 li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
}
.prt-list.style1 li h3, .prt-list.style1 li span{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
}

/*prt-list-style-icon-01*/
.prt-list.prt-list-style-icon-01 .prt-list-li-content {
    display: block;
    padding: 5px 0 5px 20px;
    font-size: 16px;
    position: relative;
}
.prt-list.prt-list-style-icon-01 li:before{
    content: '\f111';
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 10px;
    color: #838688;
    font-family: 'FontAwesome';
}

/*prt-list-style-icon-02*/
.prt-list.prt-list-style-icon-02 li{
    padding: 5px 0;
}
.prt-list.prt-list-style-icon-02 li i{
    padding-right: 10px;
}


/* ===============================================
    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: 32px; 
    line-height: 52px; 
    margin-bottom: 15px; 
}
.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; }

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

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 {
    position: relative;
    border: 1px solid rgb(255 255 255 / 20%);
    padding: 20px;
    border-radius: var(--base-border-radius-10);
    display: flex;
    align-items: center;
}
.featured-icon-box.style1:not(:last-child) {
    margin-bottom: 20px;
}
.featured-icon-box.style1 .featured-title h3{
    font-weight: 400;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
}
.featured-icon-box.style1.icon-align-top-content .featured-content{
    padding-top: 0;
    padding-left: 15px;
}

/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox { 
    margin: 15px 0;
}
.featured-imagebox,
.featured-imagebox .featured-thumbnail {
    position: relative;
    overflow: hidden;
}
.featured-imagebox .featured-content .featured-title h3 {
    position: relative;
    overflow: hidden;
}
.featured-imagebox .featured-content .category,
.featured-imagebox .featured-content .category a {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
}
.featured-imagebox .featured-thumbnail img{
    width: 100%;
   /* transition: transform 0.4s ease-in-out;*/
}
.featured-imagebox:hover .featured-thumbnail img{
    /*transform: scale(1.05);*/
}

/*service-1*/
.featured-imagebox-service.style1{
    position: relative;
    margin: 30px 0 0 0;
}
.featured-imagebox-service.style1 .featured-thumbnail img{
    border-radius: var(--base-border-radius-15);
}
.featured-imagebox-service.style1 .featured-content{
    transform-origin: 0%;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    opacity: 0;
    transition: all 0.5s ease;
    background: var(--base-grey);
    transition: all 0.5s ease;
    padding: 15px 20px 17px 20px;
    right: 25%;
}
.featured-imagebox-service.style1:hover .featured-content{
    opacity: 1;
    bottom: 40px; 
}
.featured-imagebox-service.style1 .featured-content .featured-title h3{
    margin-bottom: 0px;
    font-size: 23px;
    line-height: 32px;
    font-weight: 700;
}

/*stepbox-1*/
.stepbox-item.style1{
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    margin: 0 0;
    overflow: visible;
}
.stepbox-item.style1 .featured-content{
    display: flex;
    align-items: center;
    height: 100%;
}
.stepbox-item.style1 .featured-content .featured-title h3{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
    font-weight: 700;
}
.stepbox-item.style1.active .featured-content .featured-title h3:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: auto;
    bottom: 6px;
    background-color: var(--base-dark);
}
.stepbox-item.style1 .featured-thumbnail{
    transition: .5s all;
    opacity: 0;
    padding-left: 22%;
    margin-top: 20px;
    margin-bottom: -60px;
}
.stepbox-item.style1.active .featured-thumbnail{
    transition: .5s all;
    opacity: 1;
}
.stepbox-item.style1 .featured-thumbnail img{
    border-radius: var(--base-border-radius-20);
    max-width: 225px;
}
.stepbox-item.style1 .featured-content .featured-desc p{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*portfolio-1*/

.featured-imagebox-portfolio.style1{
    position: relative;
}
.featured-imagebox-portfolio.style1 .prt-box-view-overlay{
    background-color: var(--base-grey);
    padding: 20px;
    display: grid;
    position: absolute;
    vertical-align: middle;
    align-items: center;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    text-align: left;
    z-index: 7;
    -webkit-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -o-transition: all 0.7s ease-out 0s;
    transition: all 0.7s ease-out 0s;
}
.featured-imagebox-portfolio.style1:hover .prt-box-view-overlay{opacity: 1;}
.featured-imagebox-portfolio.style1 .featured-content{text-align: center;}
.featured-imagebox-portfolio.style1 .featured-content .featured-title h3{
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 700;
}
.featured-imagebox-portfolio.style1 .featured-content .featured-title h3 a{position: relative;}
.featured-imagebox-portfolio.style1 .featured-content .featured-title h3 a:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgb(0 0 0 / 50%);
    left: 0;
    right: auto;
    bottom: 0;
    opacity: 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-imagebox-portfolio.style1 .featured-content .featured-title h3 a:hover:after{
    opacity: 1;
}
.featured-imagebox-portfolio.style1 .featured-content .featured-title h3 a:hover{
    color: var(--base-dark);
}
.featured-imagebox-portfolio.style1 .featured-content .category{
    padding-top: 15px;
}

/* portfolio-2 */
.featured-imagebox-portfolio.style2 {
    transition: all .5s;
    text-align: center;
}
.featured-imagebox-portfolio.style2 .featured-content-portfolio {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 15px;
    background-color: var(--base-skin);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.featured-imagebox-portfolio.style2:hover .featured-content-portfolio {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.featured-imagebox-portfolio.style2 .featured-title h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    font-weight: 600;
}
.featured-imagebox-portfolio.style2 .featured-title h3 a{color: var(--base-white);}
.featured-imagebox-portfolio.style2 .prt-media-link a {
    display: inline-block;
    font-size: 17px;
    position: absolute;
    top: 42%;
    right: 50%;
    margin-top: -17px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: 1px solid;
    border-radius: var(--base-border-radius-5);
    text-align: center;
    color: var(--base-white);
    opacity: 0;
    z-index: 1;
}
.featured-imagebox-portfolio.style2 .prt-media-link a i {
    font-size: 17px;
    font-weight:400;
    line-height: 45px;
}
.featured-imagebox-portfolio.style2 .prt-box-view-content-inner:before {
     background-color: rgba( 25,25,25,0.70);
}
.featured-imagebox-portfolio.style2 .prt-media-link a.prt_image {
    margin-right: 3px;
    transform: translateX(-20px);
    -webkit-transition: .8s;
    transition: .8s;
    margin-left: -51px;
}
.featured-imagebox-portfolio.style2 .prt-media-link a.prt_link {
    transform: translateX(20px);
    -webkit-transition: 1s;
    transition: 1s;
    line-height: 41px;
    margin-right: -51px;
    margin-left: 6px;
}
.featured-imagebox-portfolio.style2:hover .prt-media-link a {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.featured-imagebox-portfolio.style2:hover .prt-portfolio-format-video {
    z-index: 9;
}
.featured-imagebox-portfolio.style2 .post-meta {
   padding:0;
   margin: 0;
}
.featured-imagebox-portfolio.style2 .prt-box-view-overlay { position: relative; }
.featured-imagebox-portfolio.style2 .prt-box-view-overlay:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba( 35,39,51,0.80);
}
.featured-imagebox-portfolio.style2:hover  .prt-box-view-overlay:before {
    opacity: .9;
    visibility: visible;
}
.prt-portfolio-format-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 60.95%;
    padding-top: 23px;
    height: 0;
}
.prt-portfolio-format-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
}


/*post-1*/

.featured-imagebox-post.style1{
    position: relative;
    margin: 0;
}
.featured-imagebox-post.style1 .featured-thumbnail img{
    border-radius: var(--base-border-radius-10);
}
.featured-imagebox-post.style1 .featured-content{padding-top: 25px;}
.featured-imagebox-post.style1 .post-meta{font-size: 18px;}
.featured-imagebox-post.style1 .post-meta .prt-meta-line.date{padding-right: 15px;}
.featured-imagebox-post.style1 .featured-content .post-meta i{padding-right: 5px;}
.featured-imagebox-post.style1 .featured-content .post-title h3{
    font-size: 28px;
    line-height: 38px;
    padding-top: 5px;
}
.featured-imagebox-post.style1 .featured-content .post-title h3 a:hover,
.featured-imagebox-post.style1 .featured-content .post-footer a:hover{    
    border-bottom: 1px solid var(--base-dark);
}
.featured-imagebox-post.style1 .featured-content .post-footer a:hover{color: unset;}
.featured-imagebox-post.style1 .featured-content .post-footer a:after{
    content: '\f102';
    font-family: 'flaticon_zenista';
    position: absolute;
    width: 14px;
    height: 14px;
    left: auto;
    right: -20px;
    top: auto;
    bottom: -1px;
    color: var(--base-dark);
    transform: rotate(180deg);-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-imagebox-post.style1 .featured-content .post-footer a:hover:after{
    right: -22px;
}


/** post-2 **/
 .featured-imagebox-post.style2 {
    position: relative;
    padding: 40px 0;
    border-top: 1px solid #cac6c2;
    position: relative;
}
.featured-imagebox-post.style2:last-child { border-bottom: 1px solid #cac6c2; }
.featured-imagebox-post.style2 .featured-content{
    display: flex;
    align-items: center;
}
.featured-imagebox-post.style2 .featured-content .featured-title{
    position: relative;
    width: 42%;
    padding-right: 50px;
}
.featured-imagebox-post.style2 .featured-content .featured-title h3 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}
.featured-imagebox-post.style2 .featured-content .featured-desc {
    position: relative;
    width: 42%;
}
.featured-imagebox-post.style2 .featured-content .featured-thumbnail {
    transition: .5s all;
    width: 17%;
    position: relative;
    padding-left: 70px;
}
.featured-imagebox-post.style2.active .featured-content .featured-thumbnail {
    transition: .5s all;
    opacity: 1;
}
.featured-imagebox-post.style2 .featured-thumbnail img {
    max-width: 100%;
    position: absolute;
    width: 153px;
    height: 150px;
    object-fit: cover;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all .9s ease, transform .9s ease;
}
.featured-imagebox-post.style2.active .featured-content .featured-thumbnail img {
    visibility: visible;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
}
.featured-imagebox-post.style2 .featured-thumbnail:after{
    content: '\f102';
    font-family: 'flaticon_zenista';
    position: absolute;
    font-size: 40px;
    right: 0px;
    left: auto;
    top: 20px;
    bottom: 0;
    line-height: 40px;
    text-align: center;
    color: var(--base-dark);
    transform: rotate(135deg);
}
 
/* team-1 */
.featured-imagebox-team.style1 {
    position: relative;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-10);
    text-align: center;
    margin: 0 0;
}
.featured-imagebox-team.style1 .featured-thumbnail{z-index: 1;}
.featured-imagebox-team.style1:after{
    content: '';
    position: absolute;
    background: url("../images/shape-01.webp");
    background-size: cover;
    height: 30%;
    width: 55%;
    overflow: hidden;
    left: auto;
    top: 128px;
    bottom: auto;
    right: 0px;
    z-index: 0;
}
.featured-imagebox-team.style1 .featured-content {
    position: absolute;
    top: 20px;
    left: 0;
    text-align: center;
    right: 0;
    margin: 0 auto;
    z-index: 3;
}
.featured-imagebox-team.style1 .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px;
    font-weight: 700;
}
.featured-imagebox-team.style1 .featured-position{
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
}

/* ===============================================
    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: 20px;
    font-weight: 400;
    color: var(--base-dark);
    font-family: var(--base-headingfont);
}
.prt-progress-bar .progress-bar-percent {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    font-weight: 500;
    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: 10px;
    line-height: 10px;
    position: relative;
    background-color: var(--base-skin);
    overflow: visible;
    border: 1px solid #e7e7e7;
    border-radius: var(--base-border-radius-20);
}
.prt-progress-bar .progress-bar-inner{ 
    box-shadow: none;
    height: 10px;
    width: 100%;
    z-index: 1;
    background-color: var(--base-grey);
    
}

/* ===============================================
    14.Testimonial
------------------------*/
.testimonials {
    position: relative;
}
.testimonials .testimonial-caption h3 {
    font-size: 17px;
    line-height: 27px;
    display: block;
    margin-bottom: 5px;
}
.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 0px;
    font-size: 20px;
    position: relative;
    line-height: 32px;
    font-style: italic;
    margin: 0;
    font-weight: 400;
}

/*star-ratting*/
.testimonial-content .star-ratings ul{ 
    overflow: hidden;
    display: block;
    padding: 15px 0;
    margin: 0;
    text-align: center;
}
.testimonial-content .star-ratings li{
    font-size: 22px;
    display: inline-block;
    width: 10px;
    margin: 0 5px;
    color: #fdce0b;
}

/* style1 */
.prt-testimonial.style1{
    position: relative;
}
.prt-testimonial.style1 .testimonial-content blockquote{
    font-size: 48px;
    line-height: 58px;
    text-align: center;
}
.prt-testimonial.style1 .testimonial-content .testimonial-caption{
    padding-top: 40px;
    text-align: center;
}
.prt-testimonial.style1 .testimonial-content .testimonial-caption h3{
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0;
}
.prt-testimonial.style1 .testimonial-content .testimonial-caption h3 span{
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 28px;
}
.prt-testimonial.style1 .testimonial-content .testimonial-caption h3 span:before {
    content: '/';
    position: absolute;
    left: -62px;
    right: auto;
    top: -5px;
    width: 100%;
    height: 100%;
}

/* ===============================================
    15.Client-row  
------------------------*/
.client-box-main{
    position: relative;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.client-box-main .client-box.border{border: 1px solid #e7e7e7 !important; }
.client-box-main .client-box{
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: inherit;
    perspective: inherit;
    transition: -webkit-transform .75s cubic-bezier(.45,.2,.2,1);
    transition: transform .75s cubic-bezier(.45,.2,.2,1);
    transition: transform .75s cubic-bezier(.45,.2,.2,1);
    -webkit-transform: .75s cubic-bezier(.45,.2,.2,1);
    -webkit-transition: transform .75s cubic-bezier(.45,.2,.2,1);
}
.client-box-main:hover .client-box{
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.client-box-main .client-box .client-thumbnail{
    transform: translateY(0) translateZ(40px) scale(1);
    width: 100%;
    display: table;
}
.client-box-main .client-box .client-thumbnail a{    
    display: table-cell;
    text-align: center;
    align-items: center;
    vertical-align: middle;
}
.client-box-main .client-box .client-thumbnail img{
    width: 325px;
    height: 175px;
    filter: opacity(100%);
    display: inline-block;
}
.client-box-main .client-box-title{
    transform-style: preserve-3d;
    position: absolute;
    bottom: auto;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: var(--base-skin);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    opacity: 0;
}
.client-box-main:hover .client-box-title{opacity: 1;}
.client-box-main .client-box-title h3{
    font-size: 24px;
    line-height: 34px;
    color: var(--base-white);
}
.client-box-main .client-box-title h3 a:hover,
.client-box-main .client-box-title h3 a{color: var(--base-white);}

/* ===============================================
    16.Accordion
------------------------*/
.wrap-acadion .accordion { margin-top: 15px; }
.accordion .toggle{
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    margin-bottom: 15px;
    padding-bottom: 0px;
}
.accordion .toggle-title a {
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    padding: 15px 20px 15px 0px;
    color: var(--base-dark);
}
.accordion .toggle-title a i{ margin-right: 15px; }
.accordion .toggle-content {
    margin-top: 0px;
}
.accordion .toggle-content.show {
    display: block !important;
    padding-bottom: 20px;
}
.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    display: inline-block;
    content: "\f055";
    border-radius: var(--base-border-radius50);
    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;
}

/* prt-style-classic */
.accordion{ padding-top: 0px;}
.accordion .toggle.prt-toggle_style_classic { 
    border-radius: 0px;
    margin: 0;
}
.accordion .toggle.prt-toggle_style_classic{background-color: var(--base-white);}
.accordion .toggle.prt-toggle_style_classic:last-child{margin-bottom: 0;}
.accordion .toggle.prt-toggle_style_classic .toggle-title a.active {
    border-bottom: 1px solid transparent;
}
.accordion .toggle.prt-toggle_style_classic .toggle-title a:after {
    font-weight: 500;
    position: absolute;
    left: auto;
    right: 0;
    transition: all 0.1s ease;
    height: 25px;
    width: 25px;
    line-height: 35px;
    border-radius: var(--base-border-radius-20);
    text-align: center !important;
    font-size: 22px;
    color: var(--base-dark);
    content: '\e818';
    font-family: "fontello";
}
.accordion .toggle.prt-toggle_style_classic .toggle-title a.active:after {
    content: '\e847';
}


/* ===============================================
    17.Wrap-Form
------------------------*/
.wrap-form label{
    width: 100%;
    margin-bottom: 5px;
}
.wrap-form span.text-input {
    margin-bottom: 15px;
    padding-top: 5px;
    display: block;
    position: relative;
}
.wrap-form span.text-input > i {
    position: absolute;
    left: 10px;
    top: 21px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}
.wrap-form.query_form option {
    font-size: 16px;
    line-height: 26px;
    color: var(--base-white);
}
.wrap-form.query_form span.text-input select {
    padding: 15px 15px;
}
.query_form.wrap-form input[type="text"]::placeholder {
    color: var(--base-white) !important;
}


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



/* ===============================================
    19.Boxes-Spacing
------------------------*/
.row.prt-boxes-spacing-60px, .prt-boxes-spacing-60px { margin: 0 -30px !important; }
.row.prt-boxes-spacing-60px .prt-box-col-wrapper {
    padding-right: 30px !important;
    padding-left: 30px !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 -8px !important; }
.row.prt-boxes-spacing-15px .prt-box-col-wrapper {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important; 
}
.row.prt-boxes-spacing-10px, .prt-boxes-spacing-10px{ margin: 0 -10px; }
.row.prt-boxes-spacing-10px .prt-box-col-wrapper {
    padding-right: 5px !important;
    padding-left: 5px !important;
    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;
}
.row.prt-boxes-spacing-0px .slick-slide{ 
    padding-right: 0px !important;
    padding-left: 0px !important; 
}

/* ===============================================
    20.Pricing-Plan
------------------------*/
.featured-pricingplan.style1 {
    position: relative;
    overflow: hidden;
    border-radius: var(--base-border-radius-10);
    margin: 15px 0;
    background-image: url(../images/bg-img.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.14);
    padding: 40px 30px 40px 30px;
}
.featured-pricing-content{
    position: relative;
    display: flex;
}
.prt-p_table-body{
    width: 45%;
    border-right: 1px solid #cccccc;
}
.featured-pricingplan.style1 .prt-p_table-title h3{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}
.featured-pricingplan.style1 .prt-p_table-body .prt-p_table-title p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.featured-pricingplan.style1 .prt-p_table-amount span{
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
}
ul.prt-p_table-features {
    padding-left: 40px;
    margin: 0;
    list-style-type: none;
}
ul.prt-p_table-features li{
    color: var(--base-dark);
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
    padding: 5px 0;
}
ul.prt-p_table-features li i{padding-right: 5px;}
.featured-pricingplan.style1 .prt-pricing-btn .prt-btn{ 
    ine-height: 28px;
    font-size: 18px;
    padding: 10px 20px;
    width: 100%;
}

/* ===============================================
    21.Sidebar
------------------------*/
.sidebar .widget-area .widget {    
    position: relative;
    margin: 0 0 35px;
    border-radius: var(--base-border-radius-5);
}
.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: transparent;
    padding: 0;
    margin: 0 0 40px;
    border-radius: 0;
    overflow: hidden;
}

.sidebar .widget-area .widget:last-child{ margin-bottom: 0px; }
.sidebar .widget ul{
    margin: 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{ 
    background-color: var(--base-white);
    padding: 32px 40px 20px;
}
.sidebar .widget-title h3{ 
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
    position: relative;
    color: var(--base-white);
}
/* widget-contact  */
.sidebar-right .widget.widget-contact .contact_img {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.sidebar-right .widget.widget-contact .contact_img img {
    width: 175px;
    border-radius: var(--base-border-radius50);
}
.sidebar-right .widget.widget-contact .contact_shape_bg h3{
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}
.sidebar-right .widget.widget-contact .contact_shape_bg p {
    padding: 5px 25px 0;
}


/*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: var(--base-border-radius-5);
}
.sidebar .widget.widget-search .input-text {
    border: 1px solid #ebeded;
    border-radius: var(--base-border-radius-5);
    padding: 10px 15px;
    padding-right: 60px;
    background-color: var(--base-white);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sidebar .widget.widget-search input{
    color: #242c42;
}

/** prt-recent-post-list **/
.widget ul.prt-recent-post-list{
    margin: 0;
    padding: 0 32px 0px 0;
}
.widget ul.prt-recent-post-list>li {
    padding: 10px 0;
    border-top: none;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0;
}
.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: 500;
    font-size: 15px;
    line-height: 22px;
    position: relative;
}
.widget ul.prt-recent-post-list>li .post-date {
    display: block;
    font-size: 12px;
    padding-bottom: 0;
    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;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.widget ul.prt-recent-post-list>li img {
   width: 70px;
    height: 70px;
    float: left;
    margin-right: 18px;
    border-radius: 0;
    object-fit: cover;
}
.widget ul.prt-recent-post-list .post-meta{padding: 10px 0 3px;}
.widget ul.prt-recent-post-list .post-meta .prt-meta-line{
    position: relative;
    color: inherit;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-right: 20px;
}
.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: var(--base-border-radius-10);
}
.widget ul.prt-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}

/* tagcloud */
.widget .tagcloud{
    padding: 0 32px 0 0;
}
.widget .tagcloud a {
    display: inline-block;
    padding: 7px 25px;
    margin: 0 2px 8px;
    border: 2px solid #131313;
    font-size: 14px!important;
    background-color: transparent;
    font-weight: 600;
    color: var(--base-dark);
}
.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);
}
/* contact-widget */
.sidebar .widget-area .widget.contact-widget {
    padding: 30px 30px 20px;
    background-color: var(--base-white);
}
.sidebar .widget-area .widget.contact-widget .widget-title{
    font-size:24px;
    line-height: 34px;
    padding: 0;
    margin-bottom: 25px;
}
.sidebar ul.contact-widget-wrapper li i {
    position: absolute;
    top: 3px;
    left: -3px;
    font-size: 20px;
    font-weight: normal;
    color: var(--base-skin);
}
.sidebar ul.contact-widget-wrapper li {
    padding-left: 30px;
    position: relative;
    padding-top: 0;
    padding-bottom: 10px;
    line-height: 29px;
}

/*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: var(--base-border-radius-5);
}
.sidebar .widget.widget-search .input-text {
    border: 1px solid #ebeded;
    border-radius: var(--base-border-radius-5);
    padding: 10px 15px;
    padding-right: 60px;
    background-color: var(--base-white);
    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 .icon-img {
    width: 75px;
    height: 75px;
    background-color: var(--base-white);
    border-radius: var(--base-border-radius50);
    line-height: 75px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 25px;
}

.widget-banner .icon-img:before {
    position: absolute;
    content: '';
    height: 90px;
    width: 90px;
    background-color: rgb(255 255 255 / 30%);
    border-radius: var(--base-border-radius50);
    top: -7px;
    left: -7px;
    z-index: -1;
    margin: 0 auto;
    text-align: center;
    right: 0;
}
.widget-banner .icon-img img {max-width: 50px;}
.widget-banner > div { 
    padding: 52px 40px 55px;
    border-radius: var(--base-border-radius-5);
    overflow: hidden;
}
.widget-banner .prt-bg.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    opacity: 0;
}
.widget-banner .prt-btn.prt-btn-size-md{
    padding: 10px 22px;
}
.widget-banner h3 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 15px;
}
.widget-banner ul li {
    padding: 0 0 15px !important;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    border: 0 !important;
    color: var(--base-white);
}
.widget-banner ul li:last-child {
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: normal;
}
.widget-banner .prt-icon.prt-icon_element-border.prt-icon_element-size-sm {
    height: 38px;
    width: 38px;
    line-height: 38px;
}
.widget-banner .prt-icon.prt-icon_element-border.prt-icon_element-size-sm i { font-size: 22px; }

.download_block {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px 25px;
    position: relative;
}
.download_block .prt-file-title h3 a{
    font-size: 24px;
    line-height: 34px;
    color: var(--base-white);
}
.download_block span {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    display: block;
    margin-bottom: 10px;
}


/*.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: var(--base-white);
    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: 0;
    background-color: var(--base-grey);
    border-radius: 70px;
}
.prt-sidebar-right .widget.widget-search .search-form label {
    display: block;
    margin: 0;
}
.prt-sidebar-right .widget.widget-search input[type="search"] {
    border-radius: 0px;
    border: 1px solid transparent;
    color: var(--base-dark);
    background-color: var(--base-white);
    padding: 9px 40px 9px 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(3, 59, 74, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(3, 59, 74, 0.1);
}
.prt-sidebar-right .widget.widget-search .search-form{
    position: relative;
}
.prt-sidebar-right .widget.widget-search input[type="search"]::placeholder{
    color: rgba(0, 0, 0, 0.50);
}
.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:before{
    content: '\e841';
    position: absolute;
    font-family: 'fontello';
    font-size: 18px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    top: 0;
    right: 0px;
    opacity: 0.5;
}
.prt-sidebar-right .widget.widget-categories,
.prt-sidebar-right .widget.tagcloud-widget,
.prt-sidebar-right .widget.widget-recent-post{
    border-radius: 0px;
    overflow: hidden;
}
.prt-sidebar-right .widget.with-title{
    background-color: var(--base-grey);
    margin-bottom: 30px;
}

.prt-sidebar-right .widget.with-title:last-child {
    margin-bottom: 0;
}
.prt-sidebar-right .widget-title{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
    position: relative;
    color: var(--base-dark);
    padding: 0 0 0 14px;
    background-color: transparent;
}
.prt-sidebar-right .widget-title:after {
    display: block;
    height: 80%;
    margin-top: 3px;
    margin-bottom: 0;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 1px;
    top: 0px;
    width: 3px;
    background-color: var(--base-skin);
}
.widget-categories ul{
    padding: 10px 30px 30px;
    margin: 0;
}
.widget-categories ul li a{
    position: relative;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
}
.widget-categories ul li{ 
    padding: 0 0 8px 8px;
    border-top: 0 !important;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    margin-top: 8px;
}
.widget-categories ul li::marker{
    font-size: 0;
}
.widget-categories ul li:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0;
}
.widget-categories ul li span {
    position: absolute;
    right: 0;
    color: #8b8b8b;
    overflow: hidden;
    z-index: 1;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

/* widget-nav-menu */
.widget.widget-nav-menu:after {
    content: unset !important;
}
.widget.widget-nav-menu ul li{ 
    padding: 5px 0 0;
    border: 0;
    position: relative;
}
.widget.widget-nav-menu ul li a{
    display: block;
    padding: 14px 30px 14px 24px;
    position: relative;
    background-color: var(--base-white);
    color: #182333;
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.widget.widget-nav-menu ul li:last-child a{
    border-bottom: 0;
}
.widget.widget-nav-menu ul li a:before {
    content: "";
    width: 4px;
    top: 0;
    left: 0;
    background: #eaeaea;
    height: 100%;
    position: absolute;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    z-index: 1;
}
.widget.widget-nav-menu ul li:hover a:before, 
.widget.widget-nav-menu ul li.active a:before{
    background-color: #182333;
}
.widget.widget-nav-menu ul li a:after{
    content: "";
    width: 0;
    height: 100%;
    background: var(--base-skin);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    z-index: -2;
}
.widget.widget-nav-menu ul li:hover a:after, 
.widget.widget-nav-menu ul li.active a:after{
    width: 100%;
}
.widget.widget-nav-menu ul li.active a,
.widget.widget-nav-menu ul li:hover a{
    color: var(--base-white);
    border-color: transparent;
    z-index: 9;
}


/** prt-recent-post-list **/
.widget-recent-post .recent-post-image{ 
    position: relative;
    overflow: hidden;
    height: 350px;
}
.widget-recent-post .recent-post-image img{
    height: 100%;
    object-fit: cover;
}
.widget-recent-post  .post-meta span {
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
}
.widget-recent-post  span.prt-meta-line.category{ padding-right: 10px; }
.widget-recent-post  span.prt-meta-line.category a{
    border: 1px solid var(--base-dark);
    padding: 6px 14px 8px;
    border-radius: 50px;
    display: block;
}
.widget-recent-post  span.prt-meta-line.category a:hover{
    border-color: var(--base-dark);
    background-color: var(--base-dark);
    color: var(--base-white);
}
.recent-post-content{
    background-color: rgba(255 255 255 / 0.90);
    border-radius: var(--base-border-radius-15);
    padding: 20px 20px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px;
}
.recent-post-content h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
    margin-top: 15px;
}


/*hero-section*/
.hero-section{ 
    position: relative;
    padding: 260px 0 130px;
 }
.hero-section{
    width: 100%;
    background-image: url(../images/slides/slider-mainbg-01.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-section .hero-content h2.title {
    font-size: 100px;
    line-height: 126px;
    font-weight: 500;
    color: var(--base-white);
}

.hero-content-block .hero-content h1{
    position: relative;
    z-index: 1;
    font-size: 148px;
    line-height: 156px;
    font-weight: 700;  
}
.hero-content .title.Header-right {left: -6%;}
.hero-content .title.Header-left { right: -20%;}
.hero-content-block .hero-content h1 span{position: relative;}
.hero-content-block .hero-content h1 span:after{
    content: "";
    background-image: url(../images/title-shape-1.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 22.3px;
    position: absolute;
    left: 0px;
    bottom: 25px;
    width: 100%;
    height: 23px;
    z-index: 1;
    animation: smartMove 5s infinite;
}
@keyframes smartMove {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
.hero-content-title-desc p{
    color: var(--base-lightgrey);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
}

/*.prt-marquebox*/
.marquee {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    background-color: transparent;
    -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 {
    -webkit-text-stroke: 0px;
    font-size: 54px;
    line-height: 64px;
    color: var(--base-dark);
    margin-left: 35px;
    margin-right: 35px;
    position: relative;
    display: inline-block;
}
.marquee-text:before{
    content: '*';
    font-size: 45px;
    line-height: 55px;
    font-style: normal;
    display: inline-block;
    position: relative;
    top: 7px;
    right: 30px;
}
.marquee-content {
    transition: all .25s ease-in-out;
    width: auto;
    animation: prt-marque-text 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
@keyframes prt-marque-text {
    0% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(-80%,0)
    }
}
.marquee-text {
  position: relative;
}

.marquee.style1{padding: 30px 0;}
.marquee.style1 .marquee-text:before{
    content: '\f101';
    font-family: flaticon_zenista;
    font-size: 45px;
    line-height: 55px;
    font-style: normal;
    display: inline-block;
    position: relative;
    top: 7px;
    right: 30px;
}



/* image-effect */

.prt_direction-imgbox_wrapper.rl {
    margin-left: -215px;
}
.tm-reveal-effects-yes.tm-reveal-direction-lr {
    text-align: left;
    width: 100%;
}
.tm-reveal-effects-yes.tm-reveal-direction-lr.rl {
    text-align: right;
}
.tm-reveal-direction-lr .elementor-widget-container {
    display: block;
    position: relative;
    overflow: hidden;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
.tm-reveal-direction-lr .elementor-widget-container {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.tm-reveal-direction-lr.rl .elementor-widget-container{
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.tm-reveal-direction-lr.rl.active .elementor-widget-container{
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.tm-reveal-direction-lr.active .elementor-widget-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.tm-reveal-direction-lr .elementor-widget-container img{
    transform-origin: 50% 50%;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
    transform: scale(1.5) translate(-100px, 0px);
}
.tm-reveal-direction-lr.active .elementor-widget-container img{
    transform: scale(1) translate(0px, 0px);
}

/*prt-coverimgbox-wrapper*/

.prt-coverimgbox-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    background: var(--base-dark);
    padding-bottom: 55px;
    justify-content: center;
}
.prt-coverbox-content {
    min-height: 65vh
}
.prt-coverimgbox-wrapper .prt-coverbox-content {
    position: relative;
    z-index: 2;
    padding: 0px 20px 15px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
}
.prt-coverimgbox-wrapper .prt-coverbox-content:first-child .tm-bottom-contentbox{
    opacity:1;
}
.prt-coverimgbox-wrapper .prt-coverbox-content .tm-bottom-contentbox {
    position: absolute;
    top: auto;
    bottom: 0px;
}
.prt-coverimgbox-wrapper .featured-content .featured-title{padding-right: 30px;}
.prt-coverimgbox-wrapper .featured-content .featured-title h3 {
    color: var(--base-white);
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 35px;
    position: relative;
    padding-left: 15px;
    z-index: 1;
    opacity: 1;
}
.prt-coverimgbox-wrapper .prt-coverbox-content .coverbox-bg-img {
    display: block;
    height: 215px;
    width: 195px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: var(--base-border-radius-10);
}
.prt-coverimgbox-wrapper .prt-coverbox-content .coverbox-bg-img.item-1{
    background-image: url(../images/single-cover-img01.webp);
}
.prt-coverimgbox-wrapper .prt-coverbox-content .coverbox-bg-img.item-2{
    background-image: url(../images/single-cover-img02.webp);
}
.prt-coverimgbox-wrapper .prt-coverbox-content .coverbox-bg-img.item-3{
    background-image: url(../images/single-cover-img03.webp);
}
.prt-coverimgbox-wrapper .prt-coverbox-content .coverbox-bg-img.item-4{
    background-image: url(../images/single-cover-img04.webp);
}
.prt-coverimgbox-wrapper .coverbox-bg-img:before,
.prt-coverimgbox-wrapper .coverbox-bg-img:after{
    content: " ";
    position: absolute;
    top: 6;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--base-dark);
    opacity: .4;
}
.prt-coverimgbox-wrapper .coverbox-bg-img{
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    background: var(--base-dark);
    padding-left: 17%;
    padding-bottom: 55px;
}
.prt-coverimgbox-wrapper .prt-coverbox-img {
    visibility: hidden;
    opacity: 0;
    transition-duration: 1.5s;
    transition: all 1s
}
.prt-coverimgbox-wrapper .prt-box-overlay,.prt-coverimgbox-wrapper .prt-coverbox-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden
}
.prt-coverimgbox-wrapper .prt-box-overlay {
    z-index: 1;
    background: rgba(0,0,0,.3)
}
.prt-coverimgbox-wrapper .prt-coverbox-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover
}
.prt-coverimgbox-wrapper .prt-coverbox-img.active {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}
.prt-coverimgbox-wrapper.four_cols .prt-coverbox-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.prt-coverimgbox-wrapper .prt-coverbox-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden
}
.prt-coverimgbox-wrapper .prt-coverbox-content .featured-content {
    position: absolute;
    top: auto;
    bottom: 0px;
}

/*** Color Switcher Style
==================================================================== ***/
.prt_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999;
}
.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 55px;
    height: 45px;
    line-height: 52px;
    text-align: center;
}
.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 21px;
    color: #232323;
}
.tmtheme_fbar_icons > span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #232323;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
}
.tmtheme_fbar_icons > span >span {
    padding-left: 5px;
}
.tmtheme_fbar_icons > span:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    background-color: #fff;
    height: 55px;
}
.tmtheme_fbar_icons:hover > span {
   opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tm-desctext {
    position: absolute;
    top: 30px;
    background-color: #fff;
    max-width: 400px;
    right: 30px;
    padding: 30px 50px 23px 30px;
    text-align: left;
}
.tm-desctext:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00dab2;
}
.tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}












