/** 
          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.about-section { padding: 88px 0 100px; }
.prt-row.service-section { padding: 100px 0 100px; }
.prt-row.testimonial-section { padding: 300px 0 100px; margin-top:-300px; }
.prt-row.cta-section { padding: 142px 0; }
.prt-row.blog-section { padding: 85px 0 85px; }

.prt-row.about01-timeline-section { padding: 220px 0 100px; }
.prt-row.about01-service-section { padding: 109px 0 100px; }
.prt-row.about01-blog-section { padding: 85px 0 85px; }

.prt-row.service01-service-type-section { padding: 85px 0 85px; }

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

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


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


/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1{
    background-image: url(../images/bg-image/row-bgimage-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-img1.prt-bg.prt-bgimage-yes > .prt-bg-layer {
    opacity: 0.95;
}

.bg-img2{
    background-image: url(../images/bg-image/row-bgimage-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-img2.prt-bg.prt-bgimage-yes > .prt-bg-layer {
    opacity: 0.80;
}

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

.bg-img4{
    background-image: url(../images/bg-image/row-bgimage-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-img5{
    background-image: url(../images/bg-image/row-bgimage-5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-img6{
    background-image: url(../images/bg-image/row-bgimage-6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

.bg-img8{
    background-image: url(../images/bg-image/row-bgimage-8.png);
    background-repeat: no-repeat;
    background-position: bottom;
    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.jpg);
    background-repeat: no-repeat;
    background-position: center;
    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.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.col-bg-img-two.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    opacity: 0.88;
}

/* ===============================================
    6.Section-Title  
------------------------*/
.section-title { 
    position: relative;
    margin-bottom: 28px;
    margin-top: -9px;
}
.section-title h3 {
    display: inline-block;
    position: relative;
    color: var(--base-headingfont-color);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}
.section-title h2 {
    position: relative;
    color: var(--base-headingfont-color);
    font-size: 45px;
    line-height: 58px;
}
.section-title .title-desc p {
    margin-bottom: 0;
}


.section-title.title-style-center_text {
    text-align: center;
}
.section-title.title-style-center_text .title-desc p { 
    margin-bottom: 15px;
    margin: 0 auto;
}
.section-title .title-header { padding-bottom: 0px; }


.section-title.section-title-grid {
    margin-bottom: 0;
}
.section-title.section-title-grid h2 ,
.section-title.section-title-grid h3 ,
.section-title.section-title-grid .title-desc p {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}



.row-title { 
    position: relative;
    margin-bottom: 0px;
    margin-top: -9px;
}
.row-title.title-style-center_text {
    text-align: center;
}
.row-title h2 {
    position: relative;
    color: var(--base-headingfont-color);
    font-size: 72px;
    line-height: 84px;
    margin-bottom: 0px;
}

/* ===============================================
    7.sep_holder
------------------------*/
.prt-horizontal_sep {
    background-color: #d7d7d7;
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
}
.bg-base-dark .prt-horizontal_sep{
    background-color: rgba(255,255,255,0.15);
}
.bg-base-skin .prt-horizontal_sep{
    background-color: rgba(255,255,255,0.15);
}
.bg-base-white .prt-horizontal_sep{
    background-color: #f1f1f1;
}
.border, .border-top, .border-left, .border-bottom, .border-right {
    border-color: #dadada !important;
}
.border-left {
    border-left: 1px solid #dadada !important;
}

.border-right {
    border-right: 1px solid #dadada !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);
}
.prt-vertical_sep.style1 > [class*='col']:not(:last-child):before{ background-color: rgba(0, 0, 0, 0.10); }
.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;
    vertical-align: middle;
    font-size: 15px;
    line-height: 15px;
    padding: 13px 24px 15px;
    background: transparent;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    font-family: var(--base-headingfont);
    transition: all 0.5s;
}
/*.prt-btn.style2 {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 11px 34px 12px;
    color: var(--base-white);
    border-radius: 5px;
}*/

/** 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.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: var(--base-white);
    color: var(--base-dark);
}

.prt-btn.bg-base-gradient:before ,
.prt-btn.prt-btn-style-border.prt-btn-color-darkcolor:before ,
.prt-btn.prt-btn-style-border.prt-btn-color-whitecolor:before ,
.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor:before ,
.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.prt-btn.bg-base-gradient:hover:before ,
.prt-btn.prt-btn-style-border.prt-btn-color-darkcolor:hover:before ,
.prt-btn.prt-btn-style-border.prt-btn-color-whitecolor:hover:before ,
.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor:hover:before ,
.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover:before {
    left: 0;
    right: auto;
    width: 100%;
    transition: all 0.5s;
}

.prt-btn.bg-base-gradient:before { background-image: linear-gradient(45deg, var(--base-white), var(--base-white)); }
.prt-btn.bg-base-gradient:hover { color: var(--base-dark); }

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

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

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

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

.widget-rating-block .prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor:before { background-color: var(--base-dark)!important; }
.widget-rating-block .prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor:hover { color: var(--base-white)!important;  }

/** 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: 17px; margin-right: 0;}
.prt-btn.prt-icon-btn-left i { text-align: left; margin-right: 8px; margin-left: 0;}

/** btn-size-xs **/
.prt-btn.prt-btn-size-xs { font-size: 11px; }
.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; }
.prt-btn.prt-btn-size-sm i { font-size: 14px; line-height: 16px;}

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

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

/** btn-shape **/
.prt-btn.prt-btn-shape-round { border-radius: 50%; }
.prt-btn.prt-btn-shape-rounded { border-radius: 21px; }
.prt-btn.prt-btn-shape-rounded.rounded-02 { border-radius: 10px; }
.prt-btn.prt-btn-shape-square { border-radius: 0; }

/** btn-style-border **/
.prt-btn.prt-btn-style-border { background-color: transparent; border: 1px solid currentColor; padding: 12px 23px 14px;}
.prt-btn.prt-btn-color-white.prt-btn-style-border {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.prt-btn.prt-btn-shape-rounded.prt-btn-style-fill {
    border: 0px solid currentColor;
}

.prt-btn.prt-btn-style-gradient.prt-btn-style-fill {
    color: #fff;
    background-image: linear-gradient(0deg, #233053, #5ba889);
}

/** prt-icon-shap**/
.prt-btn.prt-icon-shap {
    padding: 15px 48px 15px 29px;
}
.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;
    font-size: 14px;
    font-family: var(--base-headingfont);
    position: relative;
}
.prt-btn.btn-inline.prt-icon-btn-right{
    padding: 6px 0;
    display: unset;
}
.prt-btn.btn-inline i{ 
    position: absolute; 
}
.prt-btn.btn-inline.prt-icon-btn-right i:before{
    content: "\e627";
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: var(--base-lightskin);
    color: var(--base-dark);
    border-radius: 50px;
    transform: rotate(40deg);
    font-weight: 900;
    transition: all 0.3s ease 0s;
}
.prt-btn.btn-inline.prt-icon-btn-right:hover i:before{
    transform: rotate(90deg);
}

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

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

/* play-btn / play-icon */
.prt-play-icon {
    color: #fff;
    display: block;
    position: relative;
}
.prt-play-icon .prt-play-icon-animation{ 
    display: inline-block;
    position: relative;
}
.prt-play-icon .prt-play-icon-animation:after, .prt-play-icon .prt-play-icon-animation:before {
    content: '';
    border: 3px solid;
    width: 150%;
    height: 150%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    z-index: -1;
    -webkit-animation: 1s videoplay-anim linear infinite;
    animation: 1s videoplay-anim linear infinite;
}
.prt-play-icon .prt-play-icon-animation:after, .prt-play-icon .prt-play-icon-animation:before {
    -webkit-animation:videoplay-anim 1.08s infinite;
    -moz-animation:videoplay-anim 1.08s infinite;
    -ms-animation:videoplay-anim 1.08s infinite;
    -o-animation:videoplay-anim 1.08s infinite;
    animation:videoplay-anim 1.08s infinite;
}
.prt-play-icon .prt-play-icon-animation:before {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}
.prt-play-icon-btn .prt-icon.prt-icon_element-size-sm i.fa-play{ 
    padding-left: 5px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    z-index: 2;
}
.prt-play-icon-btn .prt-icon.prt-icon_element-size-md i.fa-play{ 
    font-size: 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{
    display: inline-flex;
    justify-content: center;
    align-items: 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 {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    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-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: 30px; width: 30px; line-height: 30px; }
.prt-icon.prt-icon_element-size-xs i { font-size: 16px; }

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

/** icon-size-md **/
.prt-icon.prt-icon_element-size-md { height: 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: 50%; }
.prt-icon.prt-icon_element-style-square { border-radius: 0;}

/*prt-list*/
.prt-list { 
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.prt-list li {
    list-style: none;
    position: relative;
    font-size: 18px;
    line-height: 38px;
    color: var(--base-headingfont-color);
}

/*style1*/

/*.prt-list.style1 li {
    padding-left: 20px;
}

.prt-list.style1 li:before {
    content: '';
    position: absolute;
    background-color: var(--base-dark);
    width: 4px;
    height: 4px;
    left: 0;
    top: 18px;
    border-radius: 50%;
}*/

/*style2*//*
.prt-list.style2 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--base-white);
    margin-bottom: 14px;
}
.prt-list.style2 li label ,
.prt-list.style2 li span { 
    font-size: 16px;
    line-height: 28px;
    color: var(--base-white); 
}*/



/* ===============================================
    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: 0;
    text-align: center;
}
.prt-fid.inside.style1 h4, .prt-fid.inside.style1 h4 span {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: var(--base-headingfont-color);
    margin-bottom: 0;
}
.prt-fid.inside.style1 h4 span.preffix {
    margin-left: -10px;
}
.prt-fid.inside.style1 .prt-fid-contents .prt-fid-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--base-bodyfont-color);
    position: relative;
    margin-bottom: 2px;
}
.prt-fid.inside.style1 .prt-fid-contents  p {
    margin-bottom: 0;
}

/* style2 */
.prt-fid.inside.style2 {
    margin: 0;
    text-align: left;
}
.prt-fid.inside.style2 h4, .prt-fid.inside.style2 h4 span {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: var(--base-headingfont-color);
    margin-bottom: 0;
}
.prt-fid.inside.style2 h4 span.preffix {
    margin-left: -10px;
}
.prt-fid.inside.style2 .prt-fid-contents .prt-fid-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--base-bodyfont-color);
    position: relative;
    margin-bottom: 2px;
}
.prt-fid.inside.style2 .prt-fid-contents  p {
    margin-bottom: 0;
}

/*circle-progress*/
.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;
}

/*circular-fid*/
.circular-main {
  position: relative;
  z-index: 0;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.circular-fid-block ,
.circular-play-block {   
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.prt-rotating-text svg {
  animation: spinner 15s linear infinite;
}

@keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*style1*/

.circular-main.style1 {
  position: absolute;
  z-index: 3;
  width: 215px;
  height: 215px;
  bottom: 10px;
  right: 50px;
}
.circular-main.style1 .prt-rotating-text { 
  fill: var(--base-dark); 
}
.circular-main.style1 .circular-link i { 
  color: var(--base-dark); 
  font-size: 40px;
  line-height: 40px;
  padding-top: 10px;
  padding-right: 10px;
}

.circular-main.style1 .circular-link {   
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/
/*featured-icon-box.style1*/
.featured-icon-box.style1 {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.featured-icon-box.style1:not(:last-child) {
    padding-right: 30px;
    margin-right: 30px;
}

.featured-icon-box.style1:not(:last-child):before {
    content: '';
    background-color: #cccccc;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
}

.featured-icon-box.style1 .featured-content {
    display: flex;
    align-items: flex-start;
}

.featured-icon-box.style1 .featured-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: var(--base-gradient);
}

.featured-icon-box.style1 .featured-icon .prt-icon i {
    font-size: 24px;
    line-height: 24px;
    color: var(--base-white);
}

.featured-icon-box.style1 .featured-title h3 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
    margin-left: 12px;
    transition: all 0.3s ease;
}


/* ===============================================
    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 {
    font-size: 20px;
    line-height: 32px;
    margin: 0 auto; 
}


.featured-imagebox-post.style1 {
    overflow: hidden;
    position: relative;
}
.featured-imagebox-post.style1 .featured-thumbnail{
    border-radius: 20px;
}
.featured-imagebox-post.style1 .featured-thumbnail img{
    transform: scale(1);
    width: 100%;
    width: calc(100% + 10px);
    max-width: none;
    border-radius: 20px;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.featured-imagebox-post.style1:hover .featured-thumbnail img{
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}
.featured-imagebox-post.style1 .prt-box-post-date {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    display: inline-block;
    padding: 8px 18px;
    border-radius: 10px;
    z-index: 2;
    font-size: 15px;
    background-color: var(--base-skin);
}
.featured-imagebox-post.style1 .featured-content { padding: 30px 0 0; }
.featured-imagebox-post.style1 .featured-content h3 {
    position: relative;
    font-size: 28px;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.featured-imagebox-post.style1 .featured-content h3 { 
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    background-image: linear-gradient(var(--base-dark), var(--base-dark)), linear-gradient(var(--base-dark), var(--base-dark));
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}
.featured-imagebox-post.style1 .featured-content h3:hover a { color: var(--base-skin); }

.featured-imagebox-post.style1 .featured-content .post-meta span {
    display: inline-block;
    position: relative;
    margin-right: 9px;
    padding-right: 17px;
    font-size: 17px;
    line-height: 17px;
}
.featured-imagebox-post.style1 .featured-content .post-meta span:first-child:before{
    content: '|';
    position: absolute;
    top: 0;
    right: 0;
}
.featured-imagebox-post.style1 .post-desc { padding: 25px 0 5px; }
.blog-content p{
    font-size: 22px;
    line-height: 32px;
    color: var(--base-headingfont-color);
    font-family: var(--base-headingfont);
    font-weight: 400;
}

.featured-imagebox-post.style1 .featured-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--base-dark);
    width: 59px;
    height: 59px;
    position: relative;
    opacity: 1;
    transform: rotate(45deg);
    transition: all 0.5s ease;
}

.featured-imagebox-post.style1 .featured-bottom i {
    font-size: 20px;
    line-height: 20px;
    color: var(--base-dark);
    transition: all 0.5s ease;
}


/* blog */
/*style1*/

.featured-imagebox-blog.style1 {
    position: relative;
    overflow: visible;
    padding: 35px;
    background-color: var(--base-grey);
    border-radius: 20px;
    transition: all 0.5s ease;
}

.featured-imagebox-blog.style1 .featured-thumbnail {
    overflow: hidden;
    transition: all 0.5s ease;
}

.featured-imagebox-blog.style1 .featured-thumbnail {
    border-radius: 10px;
}

.featured-imagebox-blog.style1 .featured-title h3 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 28px;
    margin-bottom: 26px;
    border-bottom: 1px solid #cccccc;
    transition: all 0.5s ease;
}

.featured-imagebox-blog.style1 .featured-desc p {
    margin-bottom: 22px;
    transition: all 0.5s ease;
}

.featured-imagebox-blog.style1 .featured-overlay-icon {
    position: absolute;
    z-index: 0;
    top: 35px;
    right: 35px;
    transition: all 0.5s ease;
}
.featured-imagebox-blog.style1 .featured-overlay-icon {
    font-size: 90px;
    line-height: 90px;
    opacity: 0.08;
    color: var(--base-dark);
}

.featured-imagebox-blog.style1 .featured-bottom a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--base-white);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    transform: rotate(45deg) translate(-30px, 30px);
    transition: all 0.5s ease;
}

.featured-imagebox-blog.style1 .featured-bottom i {
    font-size: 30px;
    line-height: 30px;
    color: var(--base-dark);
}

.featured-imagebox-blog.style1:hover {
    background-color: var(--base-skin);
    border-bottom-left-radius: 150px;
}

.featured-imagebox-blog.style1:hover .featured-thumbnail {
    border-bottom-left-radius: 120px;
}

.featured-imagebox-blog.style1:hover .featured-title h3 {
    color: var(--base-white);
}

.featured-imagebox-blog.style1:hover .featured-desc p {
    color: var(--base-white);
}

.featured-imagebox-blog.style1:hover .featured-overlay-icon {
    opacity: 0;
}

.featured-imagebox-blog.style1:hover .featured-bottom a {
    opacity: 1;
    transform: rotate(45deg) translate(0px, 0px);
}

/* services-1 */
/*style1*/
.featured-imagebox-service.style1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: visible;
    margin: 0;
    padding: 24px 20px;
    border-radius: 20px;
    background-color: var(--base-white);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
    transition: all 0.5s ease;
}

.featured-imagebox-service.style1 .featured-thumbnail {
    overflow: hidden;
    width: 252px;
    height: 252px;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.featured-imagebox-service.style1 .featured-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-imagebox-service.style1 .featured-title h3 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--base-dark);
    text-align: center;
    transition: all 0.5s ease;
}

.featured-imagebox-service.style1 .featured-desc p { 
    opacity: 1;
    text-align: center;
    margin-bottom: 19px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    transition: all 0.5s ease;
}
.featured-imagebox-service.style1 .featured-bottom a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--base-white);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}

.featured-imagebox-service.style1 .featured-bottom i {
    font-size: 20px;
    line-height: 20px;
    color: var(--base-dark);
}

.featured-imagebox-service.style1:hover {
    background-color: transparent;
    background-image: linear-gradient(45deg, var(--base-first-gradientcolor), var(--base-second-gradientcolor));
    box-shadow: none;
    padding: 34px 20px;
}

.featured-imagebox-service.style1:hover .featured-thumbnail {
    width: 232px;
    height: 232px;
}

.featured-imagebox-service.style1:hover .featured-title h3 { 
    color: var(--base-white); 
}

.featured-imagebox-service.style1:hover .featured-desc p {
    color: rgba(255, 255, 255, 0.9);
}

.featured-imagebox-service.style1:hover .featured-bottom a {
    opacity: 1;
}

.featured-imagebox-service.style1:hover .featured-bottom a {
    bottom: -10px;
    right: -10px;
}

/*style2*/
.featured-imagebox-service.style2 {
    position: relative;
    padding: 50px 30px;
    border-radius: 20px;
    border: 1px solid #d4d4d4;
    transition: all 0.5s ease;
}

.featured-imagebox-service.style2 .featured-service-type h3 {
    display: inline-block;
    background-color: var(--base-grey);
    color: var(--base-dark);
    border-radius: 17px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 4px 24px;
    margin-bottom: 80px;
    transition: all 0.5s ease;
}

.featured-imagebox-service.style2 .featured-desc p {
    margin-top: 24px;
    margin-bottom: 42px;
}

.featured-imagebox-service.style2 .featured-desc p span {
    color: var(--base-dark);
    font-weight: 600px;
}

.featured-imagebox-service.style2:hover {
    background-color: var(--base-grey);
}
.featured-imagebox-service.style2:hover .featured-service-type h3 {
    background-color: var(--base-white);
}

/*style3*/
.featured-imagebox-service.style3 {
    position: relative;
    overflow: hidden;
    height: 475px;
    border-radius: 10px;
    margin: 0;
}

.featured-imagebox-service.style3 .featured-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.featured-imagebox-service.style3 .featured-thumbnail.item-1 {
    background-image: url(../images/services/service-bg-01.png);
}

.featured-imagebox-service.style3 .featured-thumbnail.item-2 {
    background-image: url(../images/services/service-bg-02.png);
}

.featured-imagebox-service.style3 .featured-thumbnail.item-3 {
    background-image: url(../images/services/service-bg-03.png);
}

.featured-imagebox-service.style3 .featured-thumbnail.item-4 {
    background-image: url(../images/services/service-bg-04.png);
}

.featured-imagebox-service.style3 .featured-thumbnail.item-5 {
    background-image: url(../images/services/service-bg-05.png);
}

.featured-imagebox-service.style3 .featured-thumbnail.item-6 {
    background-image: url(../images/services/service-bg-06.png);
}

.featured-imagebox-service.style3 .featured-thumbnail.item-7 {
    background-image: url(../images/services/service-bg-07.png);
}

.featured-imagebox-service.style3 .featured-content {
    position: absolute;
    left: 30px;
    top: auto;
    right: auto;
    bottom: 46px;
    opacity: 0;
    transition: all 0.5s ease 0.3s;
}

.featured-imagebox-service.style3 .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px;
}

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

.featured-imagebox-service.style3 .featured-desc p {
    color: var(--base-white);
    margin-bottom: 5px;
    margin-top: 12px;
}

.featured-imagebox-service.style3 .featured-counters {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    background-color: var(--base-white);
    position: absolute;
    left: 20px;
    top: 20px;
    right: auto;
    transition: all 0.5s ease 0.3s;
}

.featured-imagebox-service.style3 .number {
    font-size: 18px;
    font-weight: 600;
    color: var(--base-dark);
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0.3s;
}

.prt-service-box-section .prt-row-service-box {
    display: flex;
    flex-wrap: nowrap;
}

.prt-service-box-section .prt-row-service-box .prt-col-service-box {
    flex-grow: 1;
    -webkit-transition: all .8s cubic-bezier(.6, 0, .2, 1);
    -o-transition: all .8s cubic-bezier(.6, 0, .2, 1);
    transition: all .8s cubic-bezier(.6, 0, .2, 1);
}

.prt-service-box-section .prt-row-service-box .prt-col-service-box.active {
    flex-grow: 3;
}

.prt-col-service-box.active .featured-imagebox-service.style3 .featured-content {
    opacity: 1;
}
.prt-col-service-box.active .featured-imagebox-service.style3 .featured-counters {
    left: auto;
    right: 20px;
    background-color: var(--base-skin-second);
}
.prt-col-service-box.active .featured-imagebox-service.style3 .number {
    color: var(--base-white);
}
.featured-imagebox-service.style3 .service-box-overlay {
    content: '';
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5) , rgba(0, 0, 0, 1.0));
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 46%;
}

/* service-4 */
.featured-imagebox-service.style4 {
    overflow: visible;
    display: block;
    position: static;
    margin: 0px;
}

.featured-imagebox-service.style4 .featured-thumbnail {
    z-index: 1;
    width: auto;
    height: 580px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: hidden;
    opacity: 0;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.featured-imagebox-service.style4 .featured-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-imagebox-service.style4 .featured-content {
    position: relative;
    padding: 32px 0 34px;
    border-bottom: 1px solid #cccccc;
}

.featured-imagebox-service.style4 .featured-title h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 9px;
}

.featured-imagebox-service.style4 .featured-desc p {
    margin-bottom: 0px;
}

.featured-imagebox-service.style4 .featured-bottom {
    position: absolute;
    top: 35px;
    right: 0px;
}

.featured-imagebox-service.style4 .featured-bottom a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--base-dark);
    width: 59px;
    height: 59px;
    opacity: 1;
    transform: rotate(45deg);
    transition: all 0.5s ease;
}

.featured-imagebox-service.style4 .featured-bottom i {
    font-size: 20px;
    line-height: 20px;
    color: var(--base-dark);
    transition: all 0.5s ease;
}

.featured-imagebox-service.style4:first-child .featured-content {
    padding-top: 0px;
}

.featured-imagebox-service.style4:first-child .featured-bottom {
    top: 0px;
}

.featured-imagebox-service.style4 .featured-bottom:hover a {
    background-color: var(--base-skin);
    border: 1px solid var(--base-skin);
}

.featured-imagebox-service.style4 .featured-bottom:hover i {
    color: var(--base-white);
}

.featured-imagebox-service.style4 .imagebox-service-progressbar {
    opacity: 0;
    height: 0px;
    padding-top: 0px;
    transition: all 0.5s ease;
}

.featured-imagebox-service.style4.active .featured-thumbnail {
    opacity: 1;
}

.featured-imagebox-service.style4.active .imagebox-service-progressbar {
    opacity: 1;
    height: auto;
    padding-top: 20px;
    transition: all 0.5s ease;
}


/*service5*/

.featured-imagebox-service.style5 {
    background-color: var(--base-grey);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px;
    transition: all 0.3s ease 0s;
}
.featured-imagebox-service.style5 .featured-thumbnail{
    max-width: 120px;
    min-height: 120px;
    border-radius: 8px;
}
.featured-imagebox-service.style5 .featured-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.featured-imagebox-service.style5 .featured-content{
    padding: 0 0 0 20px;
    text-align: left;
}
.featured-imagebox-service.style5 .featured-title h3{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
}


/* team-1 */
.featured-imagebox-team.style1 { 
    overflow: visible;
    position: relative;
    border-radius: 15px;
    border: 1px solid var(--base-white);
    padding: 35px 50px 35px;
    margin: 0;
    background-color: transparent;
    transition: all 0.5s ease;
}

.featured-imagebox-team.style1 .featured-thumbnail {
    width: 132px;
    height: 132px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    left: 48%;
    top: 50%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.0);
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}

.featured-imagebox-team.style1 .featured-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-imagebox-team.style1 .featured-content {
    position: relative;
}

.featured-imagebox-team.style1 .featured-content h3 {
    position: relative;
    display: inline-block;
    overflow: visible;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
    margin-right: 46px;
}

.featured-imagebox-team.style1 .featured-content h3:after {
    content: '/';
    position: relative;
    top: 0px;
    right: -28px;
    color: var(--base-white);
    transition: all 0.5s ease;
}

.featured-imagebox-team.style1 .featured-content h3 a {
    color: var(--base-white);
    transition: all 0.5s ease;
}

.featured-imagebox-team.style1 .featured-position {
    display: inline-block;
}

.featured-imagebox-team.style1 .featured-position span {
    font-size: 18px;
    line-height: 28px;
    color: var(--base-white);
    transition: all 0.5s ease;
}

.featured-imagebox-team.style1 .featured-desc p {
    color: var(--base-white);
    transition: all 0.5s ease;
}

.featured-imagebox-team.style1 .team-social-icons {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.featured-imagebox-team.style1 .team-social-icons li {
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--base-white);
    border-radius: 50%;
    margin-right: 4px;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

.featured-imagebox-team.style1 .team-social-icons li i {
    font-size: 16px;
    line-height: 16px;
    color: var(--base-white);
    transition: all 0.5s ease;
}

.featured-imagebox-team.style1 .team-social-icons li:hover {
    background-color: var(--base-skin)!important;
    border: 1px solid var(--base-skin)!important;
}

.featured-imagebox-team.style1 .team-social-icons li:hover i {
    color: var(--base-white)!important;
}

.featured-content-align-block {
    position: relative;
}

.featured-content-align-block .featured-content-align-item {
    display: flex;
    align-items: center;
}

.featured-imagebox-team.style1 > .row > [class*='col-'] {
    align-self: center;
    height: 100%;
}

.featured-imagebox-team.style1:hover {
    background-color: var(--base-white);
}

.featured-imagebox-team.style1:hover .featured-content h3 a ,
.featured-imagebox-team.style1:hover .team-social-icons li i ,
.featured-imagebox-team.style1:hover .featured-content h3:after {
    color: var(--base-dark);
}

.featured-imagebox-team.style1:hover .team-social-icons li {
    border: 1px solid var(--base-dark);
}

.featured-imagebox-team.style1:hover .featured-position span ,
.featured-imagebox-team.style1:hover .featured-desc p{
    color: var(--base-bodyfont-color);
}

.featured-imagebox-team.style1:hover .featured-thumbnail {
    width: 224px;
    height: 224px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

/*featured-imagebox-timeline*/
.featured-imagebox-timeline.style1 {
    margin: 0;
    position: relative;
    overflow: hidden;
    position: relative;
    border: 1px solid var(--base-white);
    border-radius: 20px;
}
.featured-imagebox-timeline.style1 .featured-timeline-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 0px solid transparent;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 20px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 0 20px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 20px 0 rgba(255, 255, 255, 0.3);
}
.featured-imagebox-timeline.style1 .featured-content {
    position: relative;
    padding: 35px 30px 37px;
}
.featured-imagebox-timeline.style1 .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin: 0;
    color: var(--base-white);
}
.featured-imagebox-timeline.style1 .featured-desc p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0px;
    margin-top: 12px;
}
.featured-imagebox-timeline.style1 .timeline-year span {
    display: inline-block;
    position: relative;
    min-width: 64px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--base-white);
    padding-right: 20px;
    margin-right: 20px;
}
.featured-imagebox-timeline.style1 .timeline-year span:after {
    content: '';
    background-color: var(--base-white);
    position: absolute;
    width: 1px;
    height: 24px;
    top: 3px;
    right: 0px;
}

.featured-imagebox-timeline.style1 .featured-title ,
.featured-imagebox-timeline.style1 .timeline-year {
    display: table-cell;
    vertical-align: top;
}



/*featured-imagebox-type*/
.featured-imagebox-type {
    position: relative;
    margin-bottom: 38px;
}

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

.featured-imagebox-type .featured-thumbnail:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
    opacity: 0;
}

.featured-imagebox-type:hover .featured-thumbnail:after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
    opacity: 1;
    transition: all 0.5s ease;
}

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

.featured-imagebox-type .featured-thumbnail img {
    border-radius: 25px;
}

.featured-imagebox-type .featured-content {
    position: relative;
    padding: 28px 15px 0px 0px;
    transition: all 0.5s ease;
}

.featured-imagebox-type .featured-title h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500px;
    margin-bottom: 14px;
}

.featured-imagebox-type .featured-desc p {
    margin-bottom: 0px;
}

/*support*/

.featured-imagebox-support {
    position: relative;
    padding: 50px;
    background-color: var(--base-white);
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.featured-imagebox-support .featured-thumbnail {
    margin-right: 25px;
}

.featured-imagebox-support .featured-title h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 19px;
}

.featured-imagebox-support .featured-desc p {
    margin-bottom: 22px;
}



/*stepbox*/

.stepbox-item.style1 {
  overflow: hidden;
  background-color: var(--base-white);
  margin: 10px;
  height: 450px;
}

.stepbox-item.style1 .stepbox-item-inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
  background-color: var(--base-dark);
}

.stepbox-item.style1 .stepbox-thumbnail {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  width: 450px;
  height: 100%;
}

.stepbox-item.style1 .stepbox-thumbnail.item-1 {
  background-image: url('../images/step/step-01.png');
}

.stepbox-item.style1 .stepbox-thumbnail.item-2 {
  background-image: url('../images/step/step-02.png');
}

.stepbox-item.style1 .stepbox-thumbnail.item-3 {
  background-image: url('../images/step/step-03.png');
}

.stepbox-item.style1 .stepbox-overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 48, 83, 0.55);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stepbox-item.style1 .stepbox-overlay .stepbox-text {
  font-size: 28px;
  line-height: 38px;
  color: var(--base-white);
}

.stepbox-item.style1 .stepbox-content {
  text-align: left;
  opacity: 1;
  width: 450px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}

.stepbox-item.style1 .stepbox-content-inner {
  padding: 16px 30px 20px 50px;
  display: block;
}

.stepbox-item.style1 .stepbox-category {
  color: var(--base-bodyfont-color);
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-family: var(--base-bodyfont);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.stepbox-item.style1 .stepbox-title {
  font-size: 28px;
  line-height: 38px;
  margin-top: 37px;
  margin-bottom: 20px;
  color: var(--base-white);
  text-wrap: balance
}

.stepbox-item.style1 .stepbox-description {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 23px;
  color: rgba(255, 255, 255, 0.70);
  text-wrap: balance;
}

.stepbox-section .prt-row-stepbox-box .prt-col-stepbox-box {
   width: 100%;
   max-width: 23%;
   display: block;
   overflow: hidden;
   transition: max-width .8s ease;
}

.stepbox-section .prt-row-stepbox-box .prt-col-stepbox-box.active {
   width: 100%;
   max-width: 54%;
}

.prt-col-stepbox-box.active .stepbox-item.style1 .stepbox-thumbnail {
   width: calc(100% - 450px);
}

.prt-col-stepbox-box.active .stepbox-item.style1 .stepbox-overlay {
  opacity: 0;
}

.prt-row.stepbox-section .container-fluid {
   counter-reset: alphabeticList;
}

.stepbox-alphabetic {
    position: relative;
    counter-increment: alphabeticList;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.stepbox-alphabetic:before {
    content: counter(alphabeticList,upper-alpha);
    speak: counter(alphabeticList,upper-alpha);
    position: absolute;
    font-family: var(--base-bodyfont);
    color: rgba(255, 255, 255, 0.10);
    font-size: 80px;
    line-height: 38px;
    font-weight: 700;
}

.stepbox-item.style1 .stepbox-link {
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 26px;
    padding-right: 20px;
    color: var(--base-white);
}

.stepbox-item.style1 .stepbox-link i {
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 0px;
    font-size: 14px;
    line-height: 26px;
}

.stepbox-item.style1 .stepbox-link:hover i {
    animation: arrows_btn 0.3s normal;
}
/* ===============================================
    13.Progress-Bar
------------------------*/
.prt-progress-bar{ position: relative; }
.prt-progress-bar:not(:last-child){ margin-bottom: 20px; }
.prt-progress-bar .progressbar-title {
    display: block;
}
.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-grey);
}

/* style1 */
.prt-progress-bar.style1:not(:last-child){ margin-bottom: 30px; }
.prt-progress-bar.style1 h3.progress-title,
.prt-progress-bar.style1 h3.progress-percentage.counter {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--base-white);
    line-height: 26px;
    font-weight: 600;
}
.prt-progress-bar.style1 .progress-bar-percent {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--base-white);
    z-index: 3;
    margin-top: -25px;
    text-shadow: none;
    text-align: center;
    overflow: visible;
}
.prt-progress-bar.style1 .progress-bar-title {
    font-size: 17px;
    color: var(--base-white);
    margin-bottom: 5px;
}
.prt-progress-bar.style1 .progress-bar {
    display: block;
    height: 9px;
    line-height: 9px;
    position: absolute;
    background-color: var(--base-white);
    overflow: visible;
    bottom: 5px;
    left: 5px;
    border-radius: 9px;
}
.prt-progress-bar.style1 .progress-bar-inner{ 
    box-shadow: none;
    height: 18px;
    width: 100%;
    z-index: 1;
    border-radius: 9px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.30);
}

/* style2 */
.prt-progress-bar.style2:not(:last-child){ margin-bottom: 30px; }
.prt-progress-bar.style2 h3.progress-title,
.prt-progress-bar.style2 h3.progress-percentage.counter {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--base-dark);
    line-height: 26px;
    font-weight: 600;
}
.prt-progress-bar.style2 .progress-bar-percent {
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 12px;
    color: var(--base-white);
    background-color: var(--base-skin);
    z-index: 3;
    margin-top: -6px;
    text-shadow: none;
    text-align: center;
    overflow: visible;
    border-radius: 11.5px;
}
.prt-progress-bar.style2 .progress-bar-title {
    font-size: 17px;
    color: var(--base-dark);
    margin-bottom: 5px;
}
.prt-progress-bar.style2 .progress-bar {
    display: block;
    height: 9px;
    line-height: 9px;
    position: absolute;
    background-color: var(--base-skin);
    overflow: visible;
    bottom: 5px;
    left: 5px;
    border-radius: 9px;
}
.prt-progress-bar.style2 .progress-bar-inner { 
    box-shadow: none;
    height: 18px;
    width: 100%;
    z-index: 1;
    border-radius: 9px;
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
}

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

/*style1*/
.testimonials.style1 {
    position: relative;
    overflow: hidden;
    background-color: var(--base-white);
    border-radius: 25px;
    padding: 50px 20px;
}

.testimonials.style1.bg-base-grey {
    background-color: var(--base-grey);
}

.testimonials.style1 .testimonial-quote {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -30px;
    z-index: 0;
}

.testimonials.style1 .testimonial-blockquote {
    position: relative;
}

.testimonials.style1 .testimonial-blockquote p { 
    padding: 10px 60px 37px 25px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0px;
    font-style: italic;
    color: var(--base-dark);
}

.testimonials.style1 .testimonial-caption h3 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.testimonials.style1 .testimonial-caption span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 28px;
}

.testimonials.style1 .testimonial-img {
    position: relative;
}

.testimonials.style1 .testimonial-img img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.testimonials.style1 .testimonial-rating-star {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 15px;
    background-color: var(--base-grey);
    position: absolute;
    bottom: -10px;
    left: 41px;
    right: auto;
}

.testimonials.style1 .testimonial-rating-star i {
    display: inline-block;
    color: #ef7c01;
    font-size: 14px;
    line-height: 14px;
}

.testimonials.style1 .testimonial-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 8px;
}

.testimonials.style1 .testimonial-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}

/*style2*/
.testimonials.style2 {
    position: relative;
    overflow: hidden;
    padding: 26px 30px 30px;
    border-radius: 20px;
}

.testimonials.style2 .testimonial-rating-star {
    margin-bottom: 18px;
}

.testimonials.style2 .testimonial-rating-star i { color: #ef7c01; }

.testimonials.style2 .testimonial-img img { 
    width: 60px;
    height: 60px;
    border-radius: 5px; 
}

.testimonials.style2 .testimonial-blockquote p {
    margin-bottom: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

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

.testimonials.style2 .testimonial-img {
    margin-right: 20px;
}

.testimonials.style2 .testimonial-title {
    font-size: 16px;
    line-height: 26px;
}

.testimonials.style2 .testimonial-position {
    font-size: 14px;
    line-height: 22px;
}

/* ===============================================
    15.Client-row  
------------------------*/
.client-box,
.clients-marquebox-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.client-box .prt-client-logo-tooltip { 
    margin-top: 35px; 
    margin-bottom: 0;
    overflow: hidden;
}
.client-box .prt-client-logo-tooltip,
.client-box .prt-client-logo-tooltip-inner{
    position: relative; 
}
.client-box .prt-client-logo-tooltip img{
    display: block;
    margin: 0 auto;
}

/* ===============================================
    16.Accordion
------------------------*/
.wrap-acadion .accordion { margin-top: 15px; }
.accordion .toggle-title a{ 
    display: block;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}
.accordion .toggle-title a i{ margin-right: 15px; }
.accordion .toggle-content {
    display: none;
    margin-top: 15px;
}
.accordion .toggle-content.show {
    display: block !important;
}
.accordion .toggle-content p:last-child {
    margin-bottom: 0;
}
.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    display: inline-block;
    content: "\f055";
    border-radius: 50%;
    font-size: 20px;
}
.accordion .toggle .toggle-title a.active:after {
    content: "\f056";
}
.accordion .alignleft{ margin: .15em 1.5em 1.1em 0; }


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

/* prt-style-classic style1 */
/*style1*/
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a {
    padding: 17px 15px 17px 60px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid #ccc;
    font-weight: 500;
    color: var(--base-headingfont-color);
    background-color: transparent;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active,
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:hover {
    background-color: var(--base-grey);
    color: var(--base-dark);
    border: 1px solid var(--base-grey);
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:after {
    content: "\e64b";
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    font-family: 'themify';
    position: absolute;
    top: 22px;
    right: 15px;
    transition: all 0.1s ease;
    color: var(--base-headingfont-color);
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active:after {
    content: "\e648";
    font-family: 'themify';
    transform: rotate(0deg);
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-content p{ 
    margin-bottom: 35px; 
    padding-left: 30px;
    padding-right: 15px;
}

/* prt-toggle_style_default */
/*style2*/
.accordion.style2 {
    position: relative;
    padding: 50px;
    border-radius: 20px;
    background-color: var(--base-grey);
}

.accordion.style2 .toggle.prt-toggle_style_default:last-child .toggle-title a {
    border-bottom: 1px solid transparent;
}

.accordion.style2 .toggle.prt-toggle_style_default .toggle-title a {
    padding: 23px 60px 26px 30px;
    border-radius: 0px;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    color: var(--base-dark);
    background-color: transparent;
}
.accordion.style2 .toggle.prt-toggle_style_default .toggle-title a.active {
    border-bottom: 1px solid transparent;
    margin-bottom: 0px;
}
.accordion.style2 .toggle.prt-toggle_style_default .toggle-title a:after {
    content: "\e61a";
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    font-weight: 700;
    font-size: 12px;
    line-height: 26px;
    font-family: 'themify';
    position: absolute;
    top: 27px;
    right: 15px;
    transition: all 0.1s ease;
    color: var(--base-headingfont-color);
    background-color: transparent;
}

.accordion.style2 .toggle.prt-toggle_style_default .toggle-title a.active:after {
    content: "\e622";
    font-family: 'themify';
    transform: rotate(0deg);
    color: var(--base-white);
    background-color: var(--base-dark);
    border: 1px solid var(--base-dark);
}

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

.accordion.style2 .toggle.prt-toggle_style_default .toggle-content { 
    padding: 30px 30px 34px;
    background-color: var(--base-white);
    border-radius: 10px;
}

/* ===============================================
    17.Wrap-Form
------------------------*/
.wrap-form label{
    width: 100%;
    margin: 0;
}
.wrap-form span.text-input {
    margin-bottom: 30px;
    display: block;
    position: relative;
}

/* contactform */
.wrap-form.contact_form span.text-input input, 
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select {
    color: var(--base-dark);
    border-color: transparent;
    border-radius: 10px;
    padding: 13px 15px;
    border: 0px solid transparent;
}

.wrap-form.contact_form span.text-input input, 
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select{
    background-color: var(--base-grey);
}

.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(--base-bodyfont-color);
}

/* appointment_form */

.wrap-form.appointment_form span.text-input input, 
.wrap-form.appointment_form span.text-input textarea,
.wrap-form.appointment_form span.text-input select {
    color: var(--base-dark);
    border-color: transparent;
    border-radius: 10px;
    padding: 12px 15px;
}

.wrap-form.appointment_form span.text-input input, 
.wrap-form.appointment_form span.text-input textarea,
.wrap-form.appointment_form span.text-input select{
    background-color: var(--base-white);
}

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


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


/* prt-tab-style-01 */
.prt-tabs.prt-tab-style-01 ul.tabs { 
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
}
.prt-tabs.prt-tab-style-01 ul.tabs li a {
    display: block;
    cursor: pointer;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    background-color: transparent;
    padding: 0px 24px 0px 0px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: var(--base-dark);
}
.prt-tabs.prt-tab-style-01 ul.tabs li:last-child a {
    padding: 0px 0px 0px 0px;
}
.prt-tabs.prt-tab-style-01 ul.tabs li.active a {
    color: var(--base-skin);
}
.prt-tabs.prt-tab-style-01 ul.tabs li:first-child:before {
    position: absolute;
    content: '/';
    bottom: 0px;
    right: 10px;
    font-size: 24px;
    line-height: 36px;
    color: var(--base-dark);
}
.prt-tabs.prt-tab-style-01 .content-inner h3 {
    font-size: 32px;
    line-height: 40px;
}
.prt-tabs.prt-tab-style-01 .content-inner P:first-child{
    margin-bottom: 30px;
}
.prt-tabs.prt-tab-style-01 .content-tab {
    margin-top: 25px;
}

/* ===============================================
    19.Boxes-Spacing
------------------------*/


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

.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-24px, .prt-boxes-spacing-24px { margin: 0 -9px; }
.prt-boxes-spacing-24px .prt-box-col-wrapper {
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 24px;
}

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


/* ===============================================
    20.Pricing-Plan
------------------------*/
.prt-pricing-plan {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: visible;
    padding: 0;
    margin: 0;
    border-radius: 20px;
    border-bottom-right-radius: 120px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.prt-p_table-body {
    padding: 64px 160px 65px 50px;
}
.prt-p_table-title h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
}
.prt-p_table-title p {
    margin-bottom: 0px;
}
.prt-p_table-amount, .prt-p_table-price {
    margin-top: 0;
    margin-bottom: 0;
}
.prt-p_table-amount .cur_symbol {    
    font-size: 35px;
    line-height: 35px;
    font-weight: 500;
    position: absolute;
    top: 50px;
    right: 145px;
}
.prt-p_table-amount .cur_amount {
    font-size: 72px;
    line-height: 72px;
    font-weight: 500;
    position: absolute;
    top: 50px;
    right: 50px;
}
.prt-p_table-amount .cur_period {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
}
.prt-p_table-body .prt-p_table-features {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.prt-p_table-features li {
    padding: 0;
    margin: 0;
    position: relative;
}
.prt-p_table-footer {
    display: block;
}

.prt-pricing-plan.bg-base-skin-second .prt-p_table-title h3 ,
.prt-pricing-plan.bg-base-skin-second .prt-p_table-amount .cur_symbol,
.prt-pricing-plan.bg-base-skin-second .prt-p_table-amount .cur_amount { color: var(--base-white); }
.prt-pricing-plan.bg-base-skin-second .prt-p_table-amount .cur_period { color: var(--base-white); background-color: var(--base-skin); }

.prt-pricing-plan.bg-base-white { box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07); }
.prt-pricing-plan.bg-base-white .prt-p_table-title h3 ,
.prt-pricing-plan.bg-base-white .prt-p_table-amount .cur_symbol,
.prt-pricing-plan.bg-base-white .prt-p_table-amount .cur_amount { color: var(--base-dark); }
.prt-pricing-plan.bg-base-white .prt-p_table-amount .cur_period { color: var(--base-dark); background-color: var(--base-white); }

.prt-pricing-plan.bg-base-skin .prt-p_table-title h3 ,
.prt-pricing-plan.bg-base-skin .prt-p_table-amount .cur_symbol,
.prt-pricing-plan.bg-base-skin .prt-p_table-amount .cur_amount { color: var(--base-white); }
.prt-pricing-plan.bg-base-skin .prt-p_table-amount .cur_period { color: var(--base-dark); background-color: var(--base-white); }

.prt-pricing-plan:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/*style2*/

.prt-pricing-plan.style2 {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.prt-pricing-plan.style2 .prt-p_table-body {
    position: relative;
    padding: 0;
}

.prt-pricing-plan.style2 .prt-p_table-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: auto;
    padding: 25px 50px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.prt-pricing-plan.style2 .prt-p_table-image {
    position: relative;
}

.prt-pricing-plan.style2 .prt-p_table-type h3 {
    font-size: 16px;
    line-height: 26px;
}

.prt-pricing-plan.style2 .prt-p_table-amount {
    margin-bottom: 30px;
}

.prt-pricing-plan.style2 .prt-p_table-amount .cur_symbol,
.prt-pricing-plan.style2 .prt-p_table-amount .cur_amount {
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    position: relative;
    top: unset;
    right: unset;
}

.prt-pricing-plan.style2 .prt-p_table-amount .cur_symbol,
.prt-pricing-plan.style2 .prt-p_table-amount .cur_amount,
.prt-pricing-plan.style2 .prt-p_table-amount .cur_for {
    color: var(--base-dark);
}

.prt-pricing-plan.style2 .prt-p_table-features {
    margin-top: 15px;
}

.prt-pricing-plan.style2 .prt-p_table-features li {
    color: var(--base-dark);
    padding-top: 10px;
}


/* ===============================================
    21.Sidebar
------------------------*/
.sidebar .widget-area .widget {    
    position: relative;
    margin: 0 0 35px;
    background-color: #fff;
    border-radius: 5px;
}
.sidebar .widget-area .widget:after {
    display: block;
    height: 3px;
    content: '';
    position: absolute;
    width: auto;
    bottom: 0;
    left: 35px;
    right: 35px;
    z-index: 1;
}
.sidebar .widget-area .widget.with-title{
    background-color: var(--base-white);
    padding: 0;
    margin: 0 0 40px;
    border-radius: 0;
    overflow: hidden;
}
.sidebar .widget.widget-nav-menu.with-title{
    padding: 0px;
}

.sidebar .widget-area .widget:last-child{ margin-bottom: 0px; }
.sidebar .widget ul{
    margin: 20px 0 0;
    padding: 0;
}
.sidebar .widget ul >li {
    list-style: none;
}
.sidebar .widget ul>li:first-child{
    padding-top: 0;
    margin-top: 0;
}
.sidebar .widget-title h3{ 
    font-size: 23px;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
}
/*widget-search*/
.sidebar .widget.widget-search ,
.sidebar .widget-area.prt-col-bgcolor-yes .widget.widget-search { 
    padding: 0;
}
.sidebar .widget.widget-search .search-form{ 
    border: 0;
    position: relative;
}
.sidebar .widget.widget-search .search-form label {
    display: block;
    margin: 0;
    width: 100%;
}
.sidebar .widget-search .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.sidebar .widget.widget-search .search-form .btn[type="submit"] {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 47px;
    height: 47px;
    line-height: 0;
    z-index: 1;
    outline: 0;
    border: 0;
    border-radius: 5px;
}
.sidebar .widget.widget-search .input-text {
    border: 1px solid #ebeded;
    border-radius: 5px;
    padding: 10px 15px;
    padding-right: 60px;
    background-color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sidebar .widget.widget-search input{
    color: #242c42;
}

/* widget-banner */
.widget-banner { 
    padding: 0 !important;
    border: 0 !important;
}
.widget-banner > div { 
    padding: 35px 30px 45px;
    border-radius: 0;
    overflow: hidden;
}
.widget-banner .prt-btn.prt-btn-size-md{
    padding: 13px 30px;
    font-size: 15px;
}
.widget-banner h3 {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 15px;
}
.widget-banner .widget-banner-btn{ margin-top: 65px; }

/*.download_block */
.download_block {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 40px 30px;
    position: relative;
}
.download_block .prt-file-title{
    padding-left: 15px;
}
.download_block .prt-file-title h3{margin-bottom: 0;}
.download_block .prt-file-title h3 a{
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-family: var(--base-headingfont);
}
.download_block span {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    display: block;
}

/* widget-categories */
.prt-sidebar-right .widget.widget-search {
    padding: 40px 30px 40px;
    background: linear-gradient(to right,var(--base-first-gradientcolor) 0%,
                    var(--base-second-gradientcolor) 100%,var(--base-first-gradientcolor) 100%);
    border-radius: 0;
}
.prt-sidebar-right .widget.widget-search .search-form label {
    display: block;
    margin: 0;
}
.prt-sidebar-right .widget.widget-search input[type="search"] {
    border-radius: 30px;
    color: #fff;
    background-color: rgb(255 255 255 / 20%);
    padding: 14px 45px 14px 25px;
}
.prt-sidebar-right .widget.widget-search .search-form{
    position: relative;
}
.prt-sidebar-right .widget.widget-search input[type="search"]::placeholder{
    color: #fff;
}
.prt-sidebar-right .widget.widget-search .btn-check:focus+.btn,
.prt-sidebar-right .widget.widget-search .btn:focus {
    outline: 0;
    box-shadow: none;
}
.prt-sidebar-right .widget.widget-search .btn{
    color: #fff;
    position: absolute;
    top: 5px;
    right: 6px;
    font-size: 20px;
}
.prt-sidebar-right .widget.with-title{
    margin-bottom: 30px;
}
.prt-sidebar-right .widget.with-title:last-child {
    margin-bottom: 0;
}
.prt-sidebar-right .widget.widget-categories .widget-title,
.prt-sidebar-right .widget.tagcloud-widget .widget-title,
.prt-sidebar-right .widget.widget-recent-post .widget-title{
    font-size: 23px;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
}
.widget-categories ul{
    padding: 0;
    margin: 20px 0 0;
    list-style-type: none;
}
.widget-categories ul li a{
    position: relative;
    display: inline-block;
    padding-left: 25px;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
}
.widget-categories ul li{ 
    padding: 0px 20px 12px 20px;
    border-top: 0 !important;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    position: relative;
    margin: 5px 0 10px;
}

.widget-categories ul li:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0;
}
.widget-categories ul li a:before {
    content: "";
    font-style: normal;
    position: absolute;
    background: linear-gradient(to right,var(--base-first-gradientcolor) 0%, var(--base-second-gradientcolor) 100%,var(--base-first-gradientcolor) 100%);
    width: 10px;
    height: 10px;
    left: 0;
    right: auto;
    top: 5px;
    bottom: 0;
}
.widget-categories ul li a:hover:before{
    color: var(--base-skin);
}
.widget-categories ul li span {
    position: absolute;
    top: 3px;
    right: 20px;
    width: 22px;
    height: 22px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 0px 0px 10px 0px rgba(3, 59, 74, 0.1);
    background-color: #fff;
}

/* widget-nav-menu */
.widget.widget-nav-menu:after {
    content: unset !important;
}
.widget.widget-nav-menu ul li{ 
    padding: 10px 0px 10px 0;
    border: 0;
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.widget.widget-nav-menu ul li a{
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
    color: var(--base-dark);
    z-index: 1;
    font-weight: 400;
    font-size: 15px;
}
.widget.widget-nav-menu ul li:last-child{
    border-bottom: 0;
    padding: 10px 0 0;
}
.widget.widget-nav-menu ul li a:after {
    content: "";
    font-style: normal;
    position: absolute;
    background: linear-gradient(to right,var(--base-first-gradientcolor) 0%, 
                var(--base-second-gradientcolor) 100%,var(--base-first-gradientcolor) 100%);
    width: 10px;
    height: 10px;
    left: 20px;
    right: auto;
    top: 8px;
    bottom: 0;
}
.widget.widget-nav-menu ul li a:hover,
.widget.widget-nav-menu ul li.active a{
    color: var(--base-skin);
}

/** prt-recent-post-list **/
.widget ul.prt-recent-post-list{
    margin: 6px 0 0;
    padding: 0;
}
.widget ul.prt-recent-post-list>li {
    padding: 15px 0;
    border-top: none;
    margin-bottom: 0;
    display: inline-block;
}
.widget ul.prt-recent-post-list>li:last-child{
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.widget ul.prt-recent-post-list>li> .post-detail a {
    font-weight: 600;
    font-size: 17px;
    position: relative;
    font-family: var(--base-headingfont);
}
.widget ul.prt-recent-post-list>li .post-date {
    display: block;
    font-size: 15px;
    padding-bottom: 12px;
    font-weight: 400;
}
.widget ul.prt-recent-post-list>li::marker{font-size: 0;}
.widget ul.prt-recent-post-list>li:last-child {
    padding-bottom: 0;
}
.widget ul.prt-recent-post-list>li>.post-detail a {
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.widget ul.prt-recent-post-list>li img {
   width: 100px;
    height: 100px;
    float: left;
    margin-right: 18px;
    border-radius: 50%;
    object-fit: cover;
}
.widget ul.prt-recent-post-list .post-meta{padding: 8px 0 6px;}
.widget ul.prt-recent-post-list .post-meta .prt-meta-line{
    position: relative;
    color: inherit;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}
.widget ul.prt-recent-post-list .post-meta .prt-meta-line:last-child {
    padding-right: 0;
}
.widget ul.prt-recent-post-list .post-meta span:not(:last-child):after {
    position: absolute;
    display: inline-block;
    content: "";
    background-color: #616161;
    width: 4px;
    height: 4px;
    vertical-align: middle;
    top: 10px;
    right: -15px;
    border-radius: 10px;
}
.widget ul.prt-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}

/* tagcloud */
.widget .tagcloud{
    padding: 25px 0 0;
}
.widget .tagcloud a {
    display: inline-block;
    padding: 5px 20px;
    margin: 0 2px 10px;
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 30px;
    font-size: 15px!important;
    background-color: transparent;
    font-weight: 400;
    color: #000;
}
.widget .tagcloud a:nth-last-child(-n+2) {
    margin-bottom: 5px;
}
.widget .tagcloud a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: var(--base-skin);
}

/* PortfolioBox */

/*style1*/
.prt-portfoliobox-style1 {
    position: relative;
    overflow: hidden;
    margin: 0;
}
.prt-portfoliobox-style1 .featured-thumbnail{
    border-radius: 20px;
    position: relative;
}
.prt-portfoliobox-style1 .featured-thumbnail img{
    transform: scale(1) !important;
}
.prt-portfoliobox-style1 .hover-icon{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(34,34,57,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.prt-portfoliobox-style1 .hover-icon .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: translateY(30px) rotate(45deg);
    -webkit-text-fill-color: inherit;
    color: var(--base-dark);
    background-color: var(--base-lightskin);
    text-align: center;
    font-size: 20px;
    line-height: 80px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.prt-portfoliobox-style1:hover .hover-icon { opacity: 1; }
.prt-portfoliobox-style1:hover .hover-icon .icon{ transform: translateY(0px) rotate(45deg); }
.prt-portfoliobox-style1 .hover-icon .icon:hover{ background-color: var(--base-skin); color: var(--base-white); }


/* about-scroller-img */
.about-scroller-img{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}
.about-content p{
    font-size: 22px;
    line-height: 32px;
    color: var(--base-headingfont-color);
    font-family: var(--base-headingfont);
    font-weight: 400;
    margin-top: 32px;
}

/* about-scroller-img */
.skill-scroller-img{
    position: relative;
    overflow: hidden;
}

#comparison {
    max-width: 414px;
    height: 560px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-radius: 250px;
}
#comparison figure {
     position: absolute;
     background-image: url(../images/after.png);
     background-size: cover;
     width: 100%;
     height: 100%;
     margin: 0;
}
 #divisor {
     background-image: url(../images/before.png);
     background-size: cover;
     position: absolute;
     width: 50%;
     height: 100%;
     top: 0;
     left: 0;
}
 #divisor::before, #divisor::after {
     content: '';
     position: absolute;
     right: -2px;
     width: 4px;
     height: calc(50% - 25px);
     background: #fff;
     z-index: 3;
}
 #divisor::before {
     top: 0;
}
 #divisor::after {
     bottom: 0;
}
 #handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
}
 #handle::before, #handle::after {
     content: '';
     width: 0;
     height: 0;
     border: 6px inset transparent;
     position: absolute;
     top: 50%;
     margin-top: -6px;
}
 #handle::before {
     border-right: 6px solid #000;
     left: 50%;
     margin-left: -17px;
}
 #handle::after {
     border-left: 6px solid #000;
     right: 50%;
     margin-right: -17px;
}
 input[type=range] {
     -webkit-appearance: none;
     -moz-appearance: none;
     position: absolute;
     top: 50%;
     left: -25px;
     transform: translateY(-50%);
     background-color: transparent;
     width: calc(100% + 50px);
     z-index: 2;
}
 input[type=range]:focus, input[type=range]:active {
     border: none;
     outline: none;
}
 input[type=range]::-webkit-slider-thumb {
     -webkit-appearance: none;
     border: none;
     height: 50px;
     width: 50px;
     border-radius: 50%;
     background: transparent;
     border: 4px solid white;
     box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
}
 input[type=range]::-moz-range-track {
     -moz-appearance: none;
     height: 15px;
     width: 100%;
     background-color: transparent;
     position: relative;
     outline: none;
}


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



/*pagination*/
.pagination-block {
    display: block;
    margin-top: 50px;
    padding-top: 50px;
    text-align: center;
    border-top: 1px solid rgb(0 0 0 / 10%);
}
.pagination-block.style2 {
    border-top: 0px solid rgb(0 0 0 / 10%);
}
.pagination-block .page-numbers {
    color: var(--base-bodyfont-color);
    display: inline-block;
    transition: all 0.3s ease 0s;
    padding-right: 44px;
}
.pagination-block .next.page-numbers{ padding-right: 0; }
.pagination-block .page-numbers i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    border-radius: 50%;
    background-color: transparent;
    color: var(--bodyfont-color);
    border: 1px solid var(--base-bodyfont-color);
    margin: 0 7px;
    -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;
}
.pagination-block .prev.page-numbers:hover, 
.pagination-block .next.page-numbers:hover { color: var(--base-skin); }
.pagination-block .prev.page-numbers:hover i, 
.pagination-block .next.page-numbers:hover i{
    background-color: var(--base-skin);
    color: var(--base-white);
    border: 1px solid var(--base-skin);
}




.timeline__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 598px;
    /*padding-right: 80px;
    padding-left: 80px;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.swiper {
    overflow: hidden;
    width: 100vw;
}

.swiper.swiper--reviews {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.swiper.swiper--reviews-numb {
    overflow: visible;
    padding-left: calc(100% - 700px) ;
    padding-right: 319px;
}

.swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.swiper-slide {
    position: relative;
    display: block;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.swiper-slide.slide--reviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 419px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.swiper-slide.slider-image.slide--reviews-numb {
    padding: 0;
    opacity: 0;
    z-index: 3;
    transition: all 0.3s ease-in-out;
    cursor: grab;
}

.swiper-slide.slider-image.slide--reviews-numb.swiper-slide-active {
    position: relative;
    z-index: 10;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.swiper-slide.slider-image.slide--reviews-numb.swiper-slide-next  {
    position: relative;
    right: -20%;
    z-index: 8;
    opacity: 0.9;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}
.swiper-slide.slider-image.slide--reviews-numb.swiper-slide-next + .slide--reviews-numb {
    position: relative;
    right: -40%;
    z-index: 6;
    opacity: 0.8;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
}
.swiper-slide.slider-image.slide--reviews-numb.swiper-slide-next + .slide--reviews-numb  + .slide--reviews-numb {
    position: relative;
    right: -60%;
    z-index: 4;
    opacity: 0.7;
    -webkit-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1);
}


/*** 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: #ffb120;
}
.tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}
