/** 
          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.client-section { padding: 55px 0 55px; }
.prt-row.schedule-section { padding: 50px 0 94px; }
.prt-row.course-section { padding: 100px 0; }
.prt-row.blog-section{ padding: 230px 0 85px; }
.prt-row.blog-section01 { padding: 85px 0 85px; }
.prt-row.history-section { padding: 63px 0 80px; }
.prt-row.cta-section01 { padding: 90px 0 85px; }
.prt-row.team-section { padding: 85px 0 0; }
.prt-row.team-section01 { padding: 85px 0 85px; }
.prt-row.team-section02{ padding: 0 0 85px; }
.prt-row.team-section03{ padding: 95px 0 85px; }
.prt-row.testimonial-section { padding: 385px 0 100px; }
.prt-row.client-section01 { padding: 55px 0 42px; }
.prt-row.client-section02 { padding: 70px 0 0px; }
.prt-row.client-section03 { padding: 55px 0 30px; }
.prt-row.location-section { padding: 85px 0 85px; }
.prt-row.service-single-section { padding: 90px 0 100px; }
.prt-row.prt-blog-single { padding: 90px 0 85px; }
.prt-row.team-single-section { padding: 90px 0 90px; }
.prt-row.casestudy-single-section { padding: 90px 0 80px; }
.prt-row.about-solutions-section { padding: 90px 0 18px; }
.prt-row.service-section02 { padding: 100px 0 85px; }
.prt-row.pricing-plan-section { padding: 0 0 85px; }

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


/* ===============================================
    3.Bg-Layer 
------------------------*/
.prt-bg{ position: relative;}
.prt-col-bgimage-yes {z-index: 1;}
.bg-layer-equal-height .prt-col-bgimage-yes, 
.bg-layer-equal-height .prt-col-bgcolor-yes,
.prt-col-bgimage-yes{ height: 100%;}
.prt-bg-layer , .prt-titlebar-wrapper-bg-layer, .prt-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%; 
    top: 0;
    left: 0;
}
.prt-left-span > .prt-col-wrapper-bg-layer {
    width: auto;
    margin-left: -500px;
    right: 0;
}
.prt-right-span > .prt-col-wrapper-bg-layer {
    width: auto;
    margin-right: -500px;
    right: 0;
}

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

.bg-layer { position: relative; }
.bg-layer > .container > .row { margin: 0; }
.bg-layer > .container , .bg-layer > .container-fluid { padding: 0; }

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

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


/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1{
    background-image: url(../images/bg-image/row-bgimage-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-img1.prt-bg.prt-bgimage-yes > .prt-bg-layer { opacity: 0.80; }
.bg-img2{
    background-image: url(../images/bg-image/row-bgimage-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.bg-img3{
    background-image: url(../images/bg-image/row-bgimage-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-img3.prt-bg.prt-bgimage-yes > .prt-bg-layer { opacity: 0.30; }
.bg-img4{
    background-image: url(../images/bg-image/row-bgimage-4.png);
    background-repeat: no-repeat;
    background-position: center;
    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.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ===============================================
    6.Section-Title  
------------------------*/
.section-title{ 
    position: relative;
    margin-bottom: 12px;
    margin-top: -7px;
}
.section-title h3{
    display: inline-block;
    position: relative;
    color: var(--base-headingfont-color);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}
.section-title h2{
    position: relative;
    color: var(--base-headingfont-color);
    font-size: 50px;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: 500;
}
.section-title .title-desc p{
    padding-bottom: 15px;
    margin: 0;
}
.section-title.title-style-center_text {
    text-align: center;
}
.section-title.title-style-center_text .title-desc p{ 
    margin-bottom: 15px;
    width: 54%;
    margin: 0 auto;
}
.section-title .title-header { padding-bottom: 0px; }


/* ===============================================
    7.sep_holder
------------------------*/
.prt-horizontal_sep {
    border-top: 1px solid rgb(0 0 0 / 20%);
    display: block;
    position: relative;
}
.bg-base-dark .prt-horizontal_sep{
    border-top-color: rgba(255,255,255,0.08);
}
.bg-base-skin .prt-horizontal_sep{
    border-top-color: rgba(255,255,255,0.2);
}
.bg-base-white .prt-horizontal_sep{
    border-top-color: #f1f1f1;
}
.border, .border-top, .border-left, .border-bottom, .border-right {
    border-color: #dededee !important;
}
.border-left {
    border-left: 1px solid #dedede !important;
}

.bg-base-dark .border,
.bg-base-dark .border-top,
.bg-base-dark .border-left,
.bg-base-dark .border-bottom,
.bg-base-dark .border-right,
.bg-base-skin .border,
.bg-base-skin .border-top,
.bg-base-skin .border-left,
.bg-base-skin .border-bottom,
.bg-base-skin .border-right{
    border-color: rgba(255,255,255,0.06) !important;
}
.prt-vertical_sep > [class*='col'] { position: relative; }
.prt-vertical_sep > [class*='col']:not(:last-child):before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.20);
}
.prt-vertical_sep.style1 > [class*='col']:not(:last-child):before{ background-color: rgba(0, 0, 0, 0.10); }
.prt-vertical_sep.style2 > [class*='col']:not(:last-child):before{ background-color: #e9e9e9; }
.row.no-gutters.prt-vertical_sep > [class*='col']:not(:last-child):before{ right: 0; }
.bg-base-dark .prt-vertical_sep > [class*='col']:not(:last-child):before,
.bg-base-skin .prt-vertical_sep > [class*='col']:not(:last-child):before {
    background-color: rgba(255,255,255,.21);
}


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

/** btn-color **/
.prt-btn-color-skincolor {
    color: var(--base-skin);
}
.prt-btn-color-darkcolor {
    color: var(--base-dark);
}
.prt-btn-color-whitecolor{
    color: var(--base-white);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white);
    --tilt: 40px;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
    color: var(--base-white);
    --tilt: 40px;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor {
    background-color: var(--base-white);
    border-color: var(--base-white);
    color: var(--base-skin);
    --tilt: 40px;
}
.prt-btn{
    --tilt: 40px;
}
.prt-btn:before,
.prt-btn:after{
    content: "";
    z-index: -1;
    width: calc(100% + var(--tilt));
    height: 103%;
    position: absolute;
    top: -1px;
    background: var(--base-white);
    clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 100%, 0 100%);
    transition: all 0.3s ease 0s;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor:before,
.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor:after,
.prt-btn.prt-btn-style-border.prt-btn-color-darkcolor:before,
.prt-btn.prt-btn-style-border.prt-btn-color-darkcolor:after{
    background: var(--base-skin);
}

.prt-btn:before{
    left: calc(-101% - var(--tilt));
}
.prt-btn:after{
    left: 100%;
    transform: rotate(180deg);
}
.prt-btn:hover:before{
    transform: translateX(100%);
}

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


/** btn-with-icon **/
.prt-btn i{
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    font-weight: bold;
}
.prt-btn.prt-icon-btn-right i { text-align: right; margin-left: 14px; margin-right: 0;}
.prt-btn.prt-icon-btn-left i { text-align: left; margin-right: 8px; margin-left: 0;}

/** btn-size-xs **/
.prt-btn.prt-btn-size-xs { font-size: 11px; padding: 8px 20px;}
.prt-btn.prt-btn-size-xs i { font-size: 11px; line-height: 11px;}
.prt-btn.prt-icon-btn-right.prt-btn-size-xs i { text-align: right; margin-left: 6px; margin-right: 0;}
.prt-btn.prt-icon-btn-left.prt-btn-size-xs i { text-align: left; margin-right: 6px; margin-left: 0;}

/** btn-size-sm **/
.prt-btn.prt-btn-size-sm { font-size: 14px; padding: 12px 20px 10px; }
.prt-btn.prt-btn-size-sm i { font-size: 14px; line-height: 14px;}

/** btn-size-md **/
.prt-btn.prt-btn-size-md { font-size: 15px; padding: 16px 30px 14px;}
.prt-btn.prt-btn-size-md i { font-size: 15px; line-height: 15px; }

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

/** btn-shape **/
.prt-btn.prt-btn-shape-round { border-radius: 5px; }
.prt-btn.prt-btn-shape-rounded { border-radius: 30px; }
.prt-btn.prt-btn-shape-square { border-radius: 0; }

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

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

.prt-btn.btn-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{
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    box-sizing: content-box;
    position: relative;
}
.prt-icon i {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all 0.3s ease 0s;
}
.prt-icon_element-color-skincolor {
    color: var(--base-skin);
}
.prt-icon_element-color-darkcolor {
    color: var(--base-dark);
}
.prt-icon_element-color-whitecolor {
    color: var(--base-white);
}
.prt-icon.prt-icon_element-fill.prt-icon_element-color-skincolor {
    background-color: var(--base-skin);
    color: var(--base-white);
}
.prt-icon.prt-icon_element-border.prt-icon_element-color-skincolor {
    border: 1px solid var(--base-skin);
    color: var(--base-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-style-icon */
.prt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.prt-list.prt-list-style-icon.fw-normal li i , 
.prt-list.prt-list-style-icon.fw-normal .prt-list-li-content {
    font-weight: normal;
    padding-bottom: 2px;
}
.prt-list.prt-list-style-icon li {
    position: relative;
    padding: 14px 0;
    display: flex;
    align-items: baseline;
    width: 100%;
}
.prt-list.prt-list-style-icon li:last-child{padding-bottom: 0;}
.prt-list.prt-list-style-icon li i.fa-minus:before{
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    height: 2px;
    width: 7px;
    background-color: currentcolor;
}
.prt-list.prt-list-style-icon li i:before{
    content: "\e649";
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 6px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #000;
    background-color: var(--base-grey);
    border-radius: 50px;
}
.prt-list.prt-list-style-icon .prt-list-li-content {
    display: inline-block;
    padding-left: 50px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
/*prt-list-style-icon-01*/
.prt-list.prt-list-style-icon-01 .prt-list-li-content {
    display: block;
    padding: 7px 0 8px 28px;
    font-size: 18px;
    color: var(--base-headingfont-color);
    font-weight: 600;
    font-family: var(--base-headingfont);
    position: relative;
}
.prt-list.prt-list-style-icon-01 li:before{
    content: "\f0fe";
    position: absolute;
    line-height: 40px;
    left: 0;
    top: 0px;
    font-size: 18px;
    font-family: 'FontAwesome';
    text-align: center;
    color: var(--base-skin);
}
/*style2*/
.prt-list.prt-list-style-icon-02 .prt-list-li-content {
    display: block;
    padding: 5px 0 5px 20px;
    font-size: 17px;
    line-height: 27px;
    color: var(--base-headingfont-color);
    font-weight: 500;
    position: relative;
}
.prt-list.prt-list-style-icon-02 li:before{
    content: "+";
    position: absolute;
    line-height: 34px;
    left: 0;
    top: 0px;
    font-size: 20px;
    font-weight: 900;
    font-family: 'fontello';
    text-align: center;
}

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


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

/* prt-video-icon */
.prt-video-icon .prt-icon.prt-icon_element-size-md {
    height: 98px;
    width: 98px;
    line-height: 98px;
}
.prt-video-icon .prt-icon.prt-icon_element-size-md i { 
    font-size: 40px;
}
.prt-right-video-icon, .prt-left-video-icon, .prt-center-video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

/*list*/
/*style3*/
.prt-list.style3 li:not(:last-child) {
    padding-bottom: 7px;
}
.prt-list.style3 li span:first-child {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--base-dark);
    padding-right: 23px;
}
.prt-list.style3 li span:last-child,
.prt-list.style3 li a {
    font-size: 18px;
    line-height: 28px;
    color: var(--base-bodyfont-color);
}
/* ===============================================
    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;
    padding: 8px 25px 6px;
    border-radius: 10px;
    background-color: var(--base-skin);
    width: 260px;
}
.prt-fid.inside.style1 h4, .prt-fid.inside.style1 h4 span{
    font-size: 78px;
    line-height: 78px;
    margin-bottom: 0;
    display: table-cell;
    color: var(--base-white);
    font-weight: 500;
}
.prt-fid.inside.style1 .prt-fid-contents {
    display: flex;
    align-items: center;
}
.prt-fid.inside.style1 .fid-contents{
    text-align: left;
    margin-left: 18px;
}
.prt-fid.inside.style1 .prt-fid-contents .prt-fid-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--base-white);
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
}

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


/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box { position: relative; margin: 15px 0; }
.featured-icon-box .prt-icon{ margin-bottom: 0; }
.featured-title h3{ font-size: 20px; line-height: 28px; margin-bottom: 12px; font-weight: 400; text-transform: uppercase;}

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title,
.featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box.icon-align-before-content .featured-icon i { display: inline-block; vertical-align: middle; }
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-content,
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
    padding-top: 0px;
}
.featured-icon-box.icon-align-before-content .featured-content, 
.featured-icon-box.icon-align-before-title .featured-title{ padding-left: 15px; }
.featured-icon-box.icon-align-before-title .featured-title h3{ margin-bottom: 0; }
.featured-icon-box.icon-align-before-content .featured-content .featured-desc p{ 
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.featured-icon-box.icon-align-before-title .featured-content{ margin-top: 15px; }
.featured-icon-box.icon-align-top-content .featured-content { padding-top: 15px; }

section { counter-reset:container}
.container .number:after {
    counter-increment: container;
    content: counter(container,decimal-leading-zero);
    font-family: var(--base-bodyfont);
    font-style: normal;
}
.featured-icon-box.icon-flip-hover .prt-icon i {
    transition: all 1s ease;
    display: block;
    transform: translate(0%,0%) rotateY(0deg);
}
.featured-icon-box.icon-flip-hover:hover .prt-icon i {
    transform: translate(0%,0%) rotateY(360deg);
}

/* style1 */
.featured-icon-box.style1 { overflow: hidden; position: relative; margin: 0; }
.featured-icon-box.style1 .featured-content { padding: 0 0 0 20px; }
.featured-icon-box.style1 .featured-icon .prt-icon i { 
    transition-duration: 0s;
    color: #fff;
    font-size: 42px;
    background-color: #29a71a;
    height: 59px;
    width: 59px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%; 
}
.featured-icon-box.style1:hover .featured-icon .prt-icon{ transform: rotateY(360deg); }
.featured-icon-box.style1 .featured-desc p { 
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase; 
}
.featured-icon-box.style1 .featured-title h3 { font-size: 20px; line-height: 28px; margin-bottom: 0; }

/*style2*/
.featured-icon-box.style2{ 
    position: relative;
    text-align: left;
    padding: 58px 50px 55px;
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    margin-top: -2px;
    margin-right: -2px;
    margin-bottom: 0;
    margin-left: 0;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    height: 100%;
}
.featured-icon-box.style2 .featured-icon{ 
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.featured-icon-box.style2:hover .featured-icon {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.featured-icon-box.style2 .featured-icon i{
    font-size: 110px;
    line-height: 100px;
}
.featured-icon-box.style2 .featured-content{ padding: 20px 0 0 0; }
.featured-icon-box.style2 .featured-title h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 11px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* style3 */
.featured-icon-box.style3 { 
    overflow: hidden; 
    position: relative; 
    margin: 0; 
    padding: 40px 0 30px; 
    text-align: left;
}
.featured-icon-box.style3 .featured-content { padding: 0 0 0 25px; text-align: left;}
.featured-icon-box.style3 .featured-icon .prt-icon i { 
    font-size: 64px;
    line-height: 64px;
}
.featured-icon-box.style3:hover .featured-icon .prt-icon{ transform: rotateY(360deg); }
.featured-icon-box.style3 .featured-desc p { 
    margin-bottom: 0px !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(255 255 255 / 50%); 
}
.featured-icon-box.style3 .featured-title h3 { font-size: 22px; line-height: 32px; margin-bottom: 0; }
.featured-icon-box.style3 .featured-title h3 a:hover{ color: var(--base-skin); }

/*style4*/
.featured-icon-box.style4 { 
    overflow: hidden;
    position: relative;
    margin: 15px 0;
    text-align: left;
    width: 100%;
    border-right: 1px solid rgba(0 0 0 / 0.10);
}
.featured-icon-box.style4 .featured-content { padding: 0 0 0 25px;}
.featured-icon-box.style4 .featured-icon,
.featured-icon-box.style4 .featured-icon img  { 
    max-width: 74px;
}
.featured-icon-box.style4 .featured-desc p { 
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400; 
}
.featured-icon-box.style4 .featured-title h3 { 
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500; 
}
.client-title h2.title{
    font-size: 28px !important;
    line-height: 38px !important;
}

/* style5 */
.featured-icon-box.style5 { 
    overflow: hidden;
    position: relative;
    margin: 15px 0;
    padding: 30px 30px 26px;
    text-align: left;
    background-color: rgba(255 255 255 / 0.10);
    border: 1px solid rgba(255 255 255 / 0.20);
    border-radius: 10px;
    width: 100%;
}
.featured-icon-box.style5 .featured-content,
.featured-icon-box.style6 .featured-content { padding: 0 0 0 20px;}

.featured-icon-box.style5 .featured-icon .prt-icon i,
.featured-icon-box.style6 .featured-icon .prt-icon i { 
    font-size: 55px;
    line-height: 55px;
}
.featured-icon-box.style5:hover .featured-icon .prt-icon,
.featured-icon-box.style6:hover .featured-icon .prt-icon{ transform: rotateY(360deg); }

.featured-icon-box.style5 .featured-desc p,
.featured-icon-box.style6 .featured-desc p,
.featured-icon-box.style7 .featured-desc p,
.featured-icon-box.style8 .featured-desc p { 
    margin-bottom: 0px !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--base-white); 
}
.featured-icon-box.style5 .featured-title h3,
.featured-icon-box.style6 .featured-title h3 { font-size: 22px; line-height: 34px; margin-bottom: 0; font-weight: 600; }

.featured-icon-box.style5 .featured-title h3 a,
.featured-icon-box.style6 .featured-title h3 a{ color: var(--base-white); }


/*style6*/
.featured-icon-box.style6{
    overflow: hidden;
    position: relative;
    margin: 15px 0;
    padding: 27px 30px 20px;
    text-align: left;
    border-radius: 10px;
    width: 100%;
}
.featured-icon-box.style6.bg-base-white .featured-desc p,
.featured-icon-box.style7 .featured-desc p{ color: var(--base-bodyfont-color); }

.featured-icon-box.style6.bg-base-white .featured-title h3 a{ color: var(--base-headingfont-color); }

/*style7*/
.featured-icon-box.style7{
    position: relative;
}
.featured-icon-box.style7 .featured-icon .prt-icon-img img{
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% { transform: scale(1); }
  50% { transform: scale(1.1, 1.1); }
  100% { transform: scale(1); }
}
.featured-icon-box.style7 .featured-icon .prt-icon-img,
.featured-icon-box.style8 .featured-icon .prt-icon-img{
    width: 70px;
    height: 70px;
    background-color: var(--base-white);
    border-radius: 50%;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured-icon-box.style7 .featured-content{ padding: 0 0 0 20px; }
.featured-icon-box.style7 .featured-title h3{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: lowercase;
}
/*style8*/
.featured-icon-box.style8{
    position: relative;
    padding: 50px 40px 45px;
    background-color: var(--base-grey);
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    text-align: left;
    width: 100%;
    transition: all 1s ease;
}
.featured-icon-box.style8:hover{ box-shadow: 0 0 20px rgba(0, 0, 0, 0.12) ;   }
.featured-icon-box.style8 .featured-icon,
.featured-icon-box.style8 .featured-content{ vertical-align: top; }
.featured-icon-box.style8 .featured-content{ padding: 0 0 0 20px; }
.featured-icon-box.style8 .featured-title h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.featured-icon-box.style8 .featured-desc p{
    color: var(--base-bodyfont-color);
    margin: 0 0 10px !important;
}
.featured-icon-box.style8 .prt-location-link .prt-call a{
    font-size: 18px;
    font-weight: 600;
}
.featured-icon-box.style8 .prt-location-link .prt-email a{
    font-size: 17px;
}


/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox { 
    margin: 15px 0;
}
.featured-imagebox,
.featured-imagebox .featured-thumbnail { 
    position: relative;
    overflow: hidden;
}
.featured-imagebox .featured-thumbnail img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.featured-imagebox:hover .featured-thumbnail img{
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.featured-imagebox .featured-content .featured-title h3 {
    font-size: 20px;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}

/* post */
.featured-imagebox-post { 
    overflow: visible;
}
.featured-imagebox-post .featured-content .post-meta span{ 
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 12px;
}
.featured-imagebox-post .featured-content .post-meta span,
.featured-imagebox-post .featured-content .post-meta span a {
    color: var(--body-font-color);
}
.featured-imagebox-post .featured-content .post-meta span:last-child{
    margin-right: 0;
}
.featured-imagebox-post .featured-content .post-meta span i{ 
    padding-right: 4px; 
    font-size: 14px;
    line-height: 0;
    color: var(--base-skin);
}
.featured-imagebox-post .featured-content .post-meta span i.fa-comments-o { font-size: 16px; }
.featured-imagebox-post .prt-box-post-date .prt-entry-date{
    color: #fff;
    display: inline-block;
    padding: 20px 8px;
    z-index: 2;
    font-size: 15px;
}
.prt-box-post-date .prt-entry-date .entry-month, 
.prt-box-post-date .prt-entry-date .entry-year {
    font-size: 16px;
    line-height: 1;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
}
.post-category{
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
    padding: 6px 10px;
    color: #fff;
    margin-bottom: 15px;
}


/* post-1 */
.blog-slick.slick_slider{ margin: 0 -15px; }
.featured-imageboxpost.style1 .featured-thumbnail img{
    transform: scale(1);
    border-radius: 10px;
    width: 100%;
}
.featured-imagebox-post.style1 {
    overflow: hidden;
    position: relative;
}
.featured-imagebox-post.style1 .featured-content { padding: 0; }
.featured-imagebox-post.style1 .featured-content h3 {
    position: relative;
    font-size: 32px;
    line-height: 45px;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}
.featured-imagebox-post.style1 .featured-content span.prt-meta-line.category {
    position: relative;
    color: var(--base-bodyfont-color);
    display: inline-block;
    padding: 7px 15px;
    border-radius: 5px;
    z-index: 2;
    font-size: 14px;
    text-transform: uppercase;
    background-color: var(--base-white);
    border: 1px solid #e9e9e9;
}
.featured-imagebox-post.style1 .featured-content .post-meta span,
.featured-imagebox-post.style2 .featured-content .post-meta span {
    display: inline-block;
    position: relative;
    margin-right: 9px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 16px;
}
.featured-imagebox-post.style1 .featured-content .post-meta span:last-child,
.featured-imagebox-post.style2 .featured-content .post-meta span:last-child{ 
    padding-left: 20px; 
}
.featured-imagebox-post.style1 .featured-content .post-meta span:last-child:before,
.featured-imagebox-post.style2 .featured-content .post-meta span:last-child:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: var(--base-skin);
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
/*style2*/
.featured-imagebox-post.style2 {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background-color: var(--base-white);
    border: 1px solid #e9e9e9;
    padding: 30px;
    display: flex;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.featured-imagebox-post.style2:hover{
    background-color: var(--base-skin);
}
.featured-imagebox-post.style2 .featured-thumbnail{
    min-width: 110px;
    height: 110px;
    border-radius: 5px;
}
.featured-imagebox-post.style2 .featured-thumbnail img{ min-width: 110px; height: 110px; object-fit: cover; }
.featured-imagebox-post.style2 .featured-content{ padding: 0 0 0 22px; }

.featured-imagebox-post.style2 .featured-content .post-meta span{ 
    font-size: 14px;
    line-height: 14px;
    padding: 0; 
    transition: all .3s ease-in-out; 
}
.featured-imagebox-post.style2 .featured-content .post-meta span:last-child:before{ top: 5px; }
.featured-imagebox-post.style2 .featured-title h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    transition: all .3s ease-in-out;
}
.featured-imagebox-post.style2:hover .featured-content .post-meta span,
.featured-imagebox-post.style2:hover .featured-title h3 a{ 
    color: var(--base-white);
}
.featured-imagebox-post.style2:hover .featured-content .post-meta span:last-child:before{
    background-color: var(--base-white);
}
/* services-1 */
/*style1*/
.featured-imagebox-service.style1{
    position: relative;
    margin: 15px 0;
    overflow: hidden;
    border-radius: 30px;
    min-height: 340px;
}
.featured-imagebox-service.style1 .featured-thumbnail img{ 
    border-radius: 30px;
    min-height: 340px;
    object-fit: cover; 
}
.featured-imagebox-service.style1 .featured-content{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 40px 180px 45px 50px;
    z-index: 9;
}
.featured-imagebox-service.style1:before{
    content: '';
    position: absolute;
    background: linear-gradient(to left,transparent,rgb(0 0 0 / 70%) 60%);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.featured-imagebox-service.style1 .featured-title h3{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
.featured-imagebox-service.style1 .featured-title h3 a{ color: var(--base-white); }
.featured-imagebox-service.style1 .featured-desc p{ 
    color: rgba(255, 255, 255, 0.80); 
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.featured-imagebox-service.style1 .prt-iconbox-button a{
    color: var(--base-white);
}

/*style3*/
.featured-imagebox-service.style3{
    position: relative;
    margin: 15px 0;
    overflow: hidden;
    border-radius: 10px;
    min-height: 553px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.featured-imagebox-service.style3 .featured-thumbnail img{ 
    border-radius: 10px; 
    object-fit: cover; 
    height: 553px;
}
.featured-imagebox-service.style3 .featured-content{
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 32px 30px 20px;
    z-index: 9;
}
.featured-imagebox-service.style3 .featured-content:before{
    content: '';
    position: absolute;
    background-color: rgba(0 0 0 / 0.50);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.featured-imagebox-service.style3 .featured-title h3{
    font-size: 35px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.featured-imagebox-service.style3 .featured-title h3 a{ color: var(--base-white); }
.featured-imagebox-service.style3 .featured-desc p{ 
    color: var(--base-white);
    font-size: 20px;
    line-height: 25px;
}
/*style4*/
.featured-imagebox-service.style4 {
    background-color: var(--base-grey);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.featured-imagebox-service.style4 .featured-thumbnail{
    max-width: 150px;
    min-height: 150px;
    border-radius: 8px;
}
.featured-imagebox-service.style4 .featured-thumbnail img{
    min-width: 100%;
    min-height: 150px;
    object-fit: cover;
    border-radius: 10px;
}
.featured-imagebox-service.style4 .featured-content{
    padding: 0 0 0 20px;
    text-align: left;
}
.featured-imagebox-service.style4 .featured-title h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/* team-1 */
.featured-imagebox-team.style1 { 
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0 0 0 / 0.10);
    overflow: hidden;
    margin: 15px 0;
    text-align: center;
    transition: 0.4s;
    width: 100%;
}
.featured-imagebox-team.style1:hover{ box-shadow: 0 0 20px 0 0 0 20px 0 rgba(0 0 0 / 0.10); }
.featured-imagebox-team.style1 .featured-thumbnail{ position: relative; }
.featured-imagebox-team.style1 p.team-position { margin-bottom: 3px; }
.featured-imagebox-team.style1 .featured-title h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.featured-imagebox-team.style1 .featured-content { padding: 21px 30px 20px; }
.featured-imagebox-team.style1 .featured-desc{ 
    padding-top: 20px;
    border-top: 1px solid rgba(0 0 0 / 0.10);
}
.featured-imagebox-team.style1 .featured-desc p{ margin-bottom: 6px; }
.featured-imagebox-team.style1 ul.social-icons li{
    position: absolute;
    top: 0;
    right: 25px;
    opacity: 0;
    display: block;
    text-align: center;
    border-radius: 5px;
    width: 37px;
    height: 37px;
    line-height: 37px;
    margin: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
}
.featured-imagebox-team.style1:hover ul.social-icons li{  opacity: 1; }
.featured-imagebox-team.style1 ul.social-icons li:nth-child(1){
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.featured-imagebox-team.style1:hover ul.social-icons li:nth-child(1){ top: 25px; }
.featured-imagebox-team.style1 ul.social-icons li:nth-child(2){
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.featured-imagebox-team.style1:hover ul.social-icons li:nth-child(2){ top: 69px; }
.featured-imagebox-team.style1 ul.social-icons li:nth-child(3){
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.featured-imagebox-team.style1:hover ul.social-icons li:nth-child(3){ top: 113px; }
.featured-imagebox-team.style1 ul.social-icons li:nth-child(4){
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.featured-imagebox-team.style1:hover ul.social-icons li:nth-child(4){ top: 157px; }
.featured-imagebox-team.style1 ul.social-icons li a{
    font-size: 14px;
    color: #fff;
    background-color: var(--base-skin);
}
.featured-imagebox-team.style1 ul.social-icons li a:hover{background-color: var(--base-dark);}

/*featured-image-box*/
.featured-image-box { 
    position: relative;
    text-align: left;
}
.featured-image-box .featured-title h3 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 20px;
}
.featured-image-box .featured-thumbnail img{ border-radius: 30px; margin-top: 15px; }


/*featured-content-box*/
.featured-content-box{
    position: relative;
    text-align: center;
    width: 395px;
}
.featured-content-box .featured-desc{
    position: relative;
    padding: 30px 50px 0;
    margin-top: 38px;
    border-top: 1px solid rgba(222 163 109 / 0.50);
}
.featured-content-box .featured-desc:before{
    content: '';
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 5px solid var(--base-skin);
    border-radius: 50px;
    margin: 0 auto;
}
.featured-content-box .featured-title h3 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 12px;
    font-weight: 600;
}
/*style1*/
.prt-contact-block{
    border-radius: 10px;
    background-color: var(--base-white);
    border: 1px solid #e9e9e9;
    padding: 30px 40px;
}
.featured-content-box-1{
    position: relative;
    width: 100%;
    padding: 5px 0;
    text-align: left;
}
.featured-content-box-1 .featured-desc p{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
}
.featured-content-box-1 .featured-title .prt-call-title a{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: var(--base-skin);
}
.featured-content-box-1 .featured-title .prt-call-title a:hover{ color: var(--base-headingfont-color); }
.featured-content-box-1 .featured-title h3{
    text-transform: lowercase;
    margin-bottom: 0;
}
.featured-content-box-1 .featured-title .prt-email-title a{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--base-dark);
}
.featured-content-box-1 .featured-title .prt-email-title a:hover{ color: var(--base-skin); }


/* ===============================================
    13.Progress-Bar
------------------------*/
.prt-progress-bar{ position: relative; }
.prt-progress-bar:not(:last-child){ margin-bottom: 20px; }
.prt-progress-bar .progressbar-title {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 400;
    color: var(--base-headingfont-color);
    font-family: var(--base-headingfont);
}
.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);
}
.bg-base-skin .prt-progress-bar .progress-bar-inner{
    background-color: rgba(0, 0, 0, 0.1);
}
.bg-base-dark .prt-progress-bar .progress-bar-inner { background-color: rgba(255,255,255,.1); }
.bg-base-grey .prt-progress-bar .progress-bar-inner { background-color: #fff;}

/* style1 */
.prt-progress-bar.style1:not(:last-child){ margin-bottom: 36px; }
.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-dark);
    line-height: 26px;
    font-weight: 600;
}
.prt-progress-bar.style1 .progress-bar-percent {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: var(--base-white);
    font-family: var(--base-headingfont);
    text-align: center;
    background: var(--base-skin);
    border-radius: 5px;
    width: 42px;
    height: 26px;
    display: inline;
    top: -17px;
}
.prt-progress-bar.style1 .progress-bar-percent:before{
    position: absolute;
    content: "";
    left: 36%;
    bottom: -8px; 
    border: solid;
    border-color: var(--base-skin) transparent;
    border-width: 8px 6px 0 6px; 
}
.prt-progress-bar.style1 .progress-bar {
    display: block;
    height: 5px;
    line-height: 5px;
    position: relative;
    background-color: var(--base-skin);
    overflow: visible;
    bottom: 0;
    border-radius: 2px;
}
.prt-progress-bar.style1 .progress-bar-inner{ 
    box-shadow: none;
    height: 5px;
    width: 100%;
    z-index: 1;
    border-radius: 2px;
    background-color: rgba(0 0 0 / 0.10);
}

/* ===============================================
    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-nav.style1 {
    width: 414px;
    margin: 0 auto;
}
.testimonials-nav.style1 .testimonial-img img{
    border-radius: 15px;
}
.testimonials-nav.style1 .slick-slide.slick-active .testimonial-img img{
    border: 5px solid var(--base-white);
}
.prt-testimonial-box-view-style1{
    position: relative;
    text-align: center;
}
.prt-testimonial-box-view-style1 blockquote.testimonial-text{
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: var(--base-white);
    position: relative;
    padding: 15px 0 30px;
    margin-top: 20px;
}
.prt-testimonial-box-view-style1 blockquote.testimonial-text:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 93px;
    height: 74px;
    background-image: url('../images/icon04.png');
    background-repeat: no-repeat;
    margin: 0 auto;
}
.prt-testimonial-box-view-style1 .testimonial-caption {
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 5px;
    padding: 10px 30px;
    border: 1px solid rgb(255 255 255 / 15%);
    background-color: rgb(255 255 255 / 6%);
}
.prt-testimonial-box-view-style1 .testimonial-caption h3{
    font-size: 17px;
    line-height: 27px;
    text-transform: uppercase;
    margin-right: 5px;
}
.prt-testimonial-box-view-style1 .testimonial-caption h3 span{
    font-size: 15px;
    line-height: 15px;
    color: var(--base-white);
    text-transform: capitalize;
    font-weight: 400;
}
.prt-testimonial-box-view-style1 .testimonial-content {
    padding: 0px 50px;
}
.testimonials-info-overlay{ position: relative; }
.testimonials-info-overlay:before,
.testimonials-info-overlay:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    height: 100%;
    background: linear-gradient(90deg, rgb(1 25 88 / 30%), var(--base-dark));
    width: 20%;
    z-index: 2;
    font-size: ;
    box-shadow: 0 0 150px var(--base-dark);
}
.testimonials-info-overlay:after{
    left: 0;
    width: 16%;
    background: linear-gradient(90deg,var(--base-dark), rgb(1 25 88 / 30%));
}
/* ===============================================
    15.Client-row  
------------------------*/
.client-box {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.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;
}
.client-box-content{ text-align: right; }
.client-box-content h3{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 6px;
}


/* ===============================================
    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 {
    margin-top: 15px;
}
.accordion .toggle-content.show {
    display: block !important;
}
.accordion .toggle-content p:last-child {
    margin-bottom: 0;
}
.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    display: inline-block;
    content: "\f055";
    border-radius: 50%;
    font-size: 20px;
}
.accordion .toggle .toggle-title a.active:after {
    content: "\f056";
}
.accordion .alignleft{ margin: .15em 1.5em 1.1em 0; }


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

/* prt-style-classic style1 */
/*style1*/
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a {
    padding: 21px 45px 21px 15px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    border: 1px solid #ddd;
    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-skin);
    color: #fff;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:after {
    content: "\f067";
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 28px;
    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: "\f068";
    font-family: 'Font Awesome 5 Free';
    transform: rotate(0deg);
    color: #fff;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:hover:after{
    color: #fff;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-content p{ margin-bottom: 35px; }

/* prt-style-default */
.accordion .toggle.prt-toggle_style_default { 
    padding: 0;
    border: 0;
}
.accordion .toggle.prt-toggle_style_default .toggle-content { 
    padding: 7px 30px 11px;
}
.accordion .toggle.prt-toggle_style_default .toggle-title a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 18px 30px 18px;
    border: 1px solid rgba(0, 0, 0, 0.11) !important;
    border-radius: 5px;
}
.accordion .toggle.prt-toggle_style_default .toggle-title a:after{content: unset;}
.accordion .toggle.prt-toggle_style_default .toggle-title a.active{background-color: var(--base-dark);color: var(--base-white);}

/* ===============================================
    17.Wrap-Form
------------------------*/
.wrap-form label{
    width: 100%;
    margin: 0;
}
.wrap-form span.text-input {
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.wrap-form span.text-input > i {
    position: absolute;
    left: 10px;
    top: 21px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}

/* contactform */
.wrap-form.contact_form span.text-input i {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 15px;
    z-index: 1;
    color: var(--base-skin);
}
.wrap-form.contact_form span.text-input input, 
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select {
    border-radius: 0;
    color: rgba(0,0,0,.60);
    border-color: transparent;
    border-radius: 5px;
    padding: 12px 15px;
    padding-left: 44px;
}
.wrap-form.contact_form span.text-input textarea { padding: 10px 15px; padding-left: 44px;}

.prt-bgcolor-grey .wrap-form.contact_form span.text-input input, 
.prt-bgcolor-grey .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-grey .wrap-form.contact_form span.text-input select{
    background-color: #fff;
}
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input, 
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select{
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 2px solid rgba(255,255,255,.12);
}
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input::-webkit-input-placeholder, 
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea::-webkit-input-placeholder,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select::-webkit-input-placeholder {
    color: #fff;
}
.wrap-form.query_form span.text-input { margin: 0 0 25px; }
.wrap-form.query_form span.text-input label{  
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--base-white);
}
.wrap-form.query_form span.text-input input,
.wrap-form.query_form span.text-input select,
.wrap-form.query_form span.text-input textarea {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255 255 255 / 0.20);
    background-color: transparent;
    color: #fff;
    padding: 8px 10px;
    font-size: 15px;
}
.wrap-form.query_form span.text-input select {
    color: rgba(255 255 255 / 0.30);
 }
 .wrap-form.query_form span.text-input select option{
    color: #000;
 }
.wrap-form span.text-input input[type=time][placeholder]:invalid::-webkit-datetime-edit, 
.wrap-form span.text-input input[type=datetime-local]:invalid::-webkit-datetime-edit {
     color: rgba(255 255 255 / 0.30);
}
.wrap-form span.text-input input::-webkit-calendar-picker-indicator {
    filter: invert(0.6);
    color: #fff;
}
.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: rgba(255 255 255 / 0.30);
}
.wrap-form.query_form button.prt-btn{ width: 100%; }

/*style1*/
.wrap-form.query_form.query_form-1 span.text-input label{
    color: var(--base-headingfont-color);
    font-weight: 500;
}
.wrap-form.query_form-1 span.text-input input::-webkit-input-placeholder, 
.wrap-form.query_form-1 span.text-input textarea::-webkit-input-placeholder,
.wrap-form.query_form-1 span.text-input select::-webkit-input-placeholder {
    color: rgba(0 0 0 / 0.30);
}
.wrap-form.query_form-1 span.text-input input,
.wrap-form.query_form-1 span.text-input select,
.wrap-form.query_form-1 span.text-input textarea {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(0 0 0 / 0.10);
    background-color: transparent;
    color: #000;
    padding: 8px 10px;
    font-size: 15px;
}
.wrap-form.query_form-1 span.text-input input[type=time][placeholder]:invalid::-webkit-datetime-edit, 
.wrap-form.query_form-1 span.text-input input[type=datetime-local][placeholder]:invalid::-webkit-datetime-edit {
     color: rgba(0 0 0 / 0.30);
}
.wrap-form.query_form-1 span.text-input input::-webkit-calendar-picker-indicator {
    filter: invert(0.7);
    color: #fff;
}

/* ===============================================
    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 { 
    width: 100%;
    position: relative;
    display: flex;
    -webkit-justify-content: center;
    flex-wrap: wrap;
}
.prt-tabs.prt-tab-style-01 ul.tabs li{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 136px;
    height: 136px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: var(--base-grey);
    border-radius: 10px;
    margin-right: 30px;
    margin-bottom: 15px;
    flex-shrink: 0;
}
.prt-tabs.prt-tab-style-01 ul.tabs li:last-child{ margin: 0 0 0; }
.prt-tabs.prt-tab-style-01 ul.tabs li a{
    font-size: 70px;
    line-height: 70px;
    color: var(--base-skin);
}
.prt-tabs.prt-tab-style-01 ul.tabs li.active,
.prt-tabs.prt-tab-style-01 ul.tabs li:hover{ background-color: var(--base-dark); }

/*content-tab*/
.prt-tabs.prt-tab-style-01 .content-tab{ margin-top: 16px; }
.prt-tabs.prt-tab-style-01 .tabs-style-1-content {
    background-color: var(--base-grey);
    padding: 50px;
    border-radius: 10px;
    overflow: hidden;
}
.prt-tabs.prt-tab-style-01 .tab-imgs{ text-align: center; }
.prt-tabs.prt-tab-style-01 .tab-imgs img{ border-radius: 10px; }

.prt-tabs.prt-tab-style-01 .tab-content-2 h3.tab-content-h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}
ul.tab-list li{
    font-size: 16px;
    line-height: 26px;
    padding: 6px 0 6px 25px;
    position: relative;
}
ul.tab-list li:before{
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 4px solid #fff;
    background-color: var(--base-skin);
    outline-color: var(--base-skin);
    outline-style: solid;
    outline-width: 1px;
}

/*style2*/
.prt-tabs.team-tab ul.tabs { 
    padding: 0;
    margin: 0 auto;
    display: inline-block;
}
.prt-tabs.team-tab ul.tabs li { 
    position: relative;
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 0;
    position: relative;
}
.prt-tabs.team-tab ul.tabs li:last-child { margin: 5px 0 5px 0; }
.prt-tabs.team-tab .content-tab { margin-top: 15px; }
.prt-tabs.team-tab ul.tabs li a {
    display: block;
    cursor: pointer;
    padding: 6px 25px 8px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: var(--base-headingfont-color);
    font-family: var(--base-headingfont);
    width: auto;
    position: relative;
    text-transform: uppercase;
    z-index: 3;
    background-color: var(--base-grey);
    border: none;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.prt-tabs.team-tab ul.tabs li.active a ,
.prt-tabs.team-tab ul.tabs li:hover a{ 
    color: #fff; 
    background-color: var(--base-skin); 
}

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


/* ===============================================
    20.Pricing-Plan
------------------------*/
.prt-pricing-plan {
    position: relative;
    margin: 15px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    align-items: stretch;
    width: 100%;
}
.prt-p_table-body{
    border-radius: 10px;
    background-color: var(--base-grey);
    display: flex;
    align-items: center;
    text-align: left;
    padding: 20px;
    width: 100%;
}
.prt-p_table-body .prt-p_table-img img{
    border-radius: 10px;
    max-width: 110px;
    height: 110px;
}
.prt-p_table-body .prt-p_table-title{ padding: 0 0 0 30px; }
.prt-p_table-body .prt-p_table-title h3{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
.prt-p_table-body .prt-p_table-title p{ margin-bottom: 0; }

.prt-p_table-amount {
    border-radius: 10px;
    background-color: var(--base-grey);
    padding: 30px 20px 20px;
    font-size: 38px;
    color: var(--base-headingfont-color);
    font-weight: 600;
    font-family: var(--base-headingfont);
    text-align: center;
    min-width: 160px;
    margin-left: 5px;
}
.prt-p_table-amount span.cur_symbol{
    font-size: 26px;
    line-height: 26px;
}
.prt-p_table-amount .pricing-btn{ margin-top: 25px; }
.prt-p_table-amount .pricing-btn .prt-btn.prt-btn-size-sm{ padding: 9px 14px 8px; }
/* ===============================================
    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-casestudybox-style1 {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 10px;
}
.prt-casestudybox-style1 .featured-thumbnail{
    border-radius: 10px;
    position: relative;
}
.prt-casestudybox-style1 .featured-thumbnail img{
    transform: scale(1) !important;
}
.prt-casestudybox-style1 .casestudy-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 30px 30px 35px;
    text-align: center;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transform: translateY(30%);
}
.prt-casestudybox-style1:hover .casestudy-content{ opacity: 1; transform: translateY(0%); }
.prt-casestudybox-style1 .casestudy-content:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3;
    background-color: rgba(0 0 0 / 0.50);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.prt-casestudybox-style1 .casestudy-content .prt-box-title h3{
    font-size: 22px;
    line-height: 32px;
    color: var(--base-white);
    margin-bottom: 7px;
}
.prt-casestudybox-style1 .casestudy-content .prt-box-title h3 a,
.prt-casestudybox-style1 .prt-iconbox-button a{ color: var(--base-white); }
.prt-casestudybox-style1 .prt-desc p{ color: rgba(255 255 255 / 0.70); }
.prt-casestudybox-style1 .prt-iconbox-button{ margin-top: 15px; }


/*pagination*/
.pagination-block {
    display: block;
    padding-top: 50px;
    text-align: center;
}
.pagination-block .page-numbers {
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #eaebec;
    border-radius: 5px;
    margin: 0 3px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pagination-block .page-numbers i{ font-size: 12px; }
.pagination-block .page-numbers.current , .pagination-block .page-numbers:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
}

/*hero-section*/
.hero-section{ position: relative; overflow: hidden; }
.hero-section .hero-wrapper{
    width: 100%;
    min-height: 770px;
    background-color: var(--base-skin);
    background-image: url(../images/slides/slider-mainbg-001.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.hero-section .hero-content .pretitle h3{
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--base-white);
    font-family: var(--base-bodyfont);
    padding: 8px 20px;
    background-color: rgba(255 255 255 / 0.12);
    border: 1px solid rgba(255 255 255 / 0.40);
    border-radius: 10px;
    margin-bottom: 25px;
}
.hero-section .hero-content .pretitle h3 i{ padding-right: 5px; }
.hero-section .hero-content h2.title {
    font-size: 158px;
    line-height: 158px;
    font-weight: 800;
    color: var(--base-white);
    text-transform: uppercase;
    margin-bottom: 18px;
}
.hero-section .hero-desc p{ 
    font-size: 20px;
    line-height: 30px;
    color: var(--base-white); 
    margin: 0 0 40px;
}
.hero-section .hero-desc span{
    font-family: var(--base-headingfont);
    padding-right: 22px;
    margin-right: 12px;
    position: relative;
    display: inline-block;
}
.hero-section .hero-desc span:before{
    content: '/';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 17px;
    line-height: 33px;
}
.hero-section .hero-desc span:last-child:before{ display: none; }
/*banner animation*/
 .slidedown {
     overflow: hidden;
     animation: 1.5s slidedown ease 0s ;
     animation-fill-mode: forwards;
}
 @keyframes slidedown {
     from { max-height: 0; }
     to { max-height:100%; }
}

/*section-bg-overlay*/
.section-bg-overlay{
    position: relative;
    font-family: var(--base-headingfont);
    color: rgba(222 163 109 / 0.15);
    font-weight: 500;
    z-index: 0;
    text-transform: uppercase;
}
.section-bg-overlay.style1,
.section-bg-overlay.style2,
.section-bg-overlay.style3{
    font-size: 138px;
    line-height: 0;
}
.section-bg-overlay.style2{ 
    position: absolute;
    top: 15px;
    left: 140px; 
}
.section-bg-overlay.style3{ 
    text-align: center; 
    position: absolute;
    left: 0;
    right: 0;
    top: 52px;
}
.section-bg-overlay.style4{
    font-size: 54px;
    line-height: 54px;
    color: rgba(255, 255, 255, 0.20);
    position: absolute;
    top: -25px;
}
.prt-section-bg{ position: relative; }
.prt-section-bg:before{
    content: '';
    position: absolute;
    width: 925px;
    height: 685px;
    top: 0px;
    right: 21%;
    background-color: var(--base-grey);
    z-index: -2;
}


/*appoinment-form*/
.appoinment-form{
    position: relative;
    background-color: var(--base-dark);
    padding: 50px 40px;
    text-align: center;
}
.appoinment-form h3.title{
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 400;
}

.appoinment-form.style1{ 
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}

.about-img{ position: absolute; bottom: 0; }

/*=======================================================================
 Schedule Area Style
=========================================================================*/
.schedule-wrap1{ text-align: center; margin: 0 -5px; }
.schedule-wrap1 table{
    border-spacing: 5px;
    border-collapse: separate;
    color: var(--base-white) !important;
    margin: 0;
    border: 0;
}
.table>:not(caption)>*>*{color: var(--base-white);}
.schedule-wrap1 table tr th,
.schedule-wrap1 table tr td {
    min-width: 156px;
    height: 53px;
    border-radius: 5px;
    padding: 20px 15px 20px;
    background-color: var(--base-dark);
    text-align: center;
}
.schedule-wrap1 table tr th,
.schedule-wrap1 table thead tr td{ 
    font-family: var(--base-headingfont-color)!important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    border: 0;
 }
.schedule-wrap1 table tr th{ background-color: var(--base-skin); }
.schedule-wrap1 table tbody tr th {
    min-width: 156px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--base-headingfont-color);
    padding: 15px;
    text-align: center;
    font-family: var(--base-headingfont-color);
}
.schedule-wrap1 table tbody tr th,
.schedule-wrap1 table tbody tr td{ background-color: var(--base-grey); border: 1px solid #e9e9e9; }
.schedule-wrap1 table tbody tr th .schedule-time-wrapper {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
}
.schedule-wrap1 table tbody tr td{ position: relative; color: var(--base-dark); }
.schedule-wrap1 table tbody tr td .schedule-item-wrapper .item-ctg{
    font-size: 18px;
    font-weight: 600;
    font-family: var(--base-headingfont);
}
.schedule-wrap1 table tbody tr td .schedule-item-wrapper .item-time {
    font-size: 14px;
    color: var(--base-bodyfont-color);
}
.schedule-wrap1 table tbody tr td .schedule-item-wrapper .item-team {
    font-size: 15px;
    color: var(--base-headingfont-color);
    font-weight: 600;
    font-family: var(--base-headingfont);
}
.schedule-wrap1 table tbody tr td .schedule-item-wrapper .media {
    opacity: 0;
    visibility: hidden;
    padding: 10px 20px;
    width: 150px;
    position: absolute;
    bottom: calc(100% + 0px);
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 4px 50px 0px rgba(164, 164, 164, 0.75);
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;  
}
.schedule-wrap1 table tbody tr td .schedule-item-wrapper .media:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -12px;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-top: 12px solid #ffffff;
     border-left: 12px solid transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.schedule-wrap1 table tbody tr td .schedule-item-wrapper .media:before {
    content: "";
    background-color: transparent;
    height: calc(100% + 15px);
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: -1;
}
.schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .title {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}
.schedule-wrap1 table tbody tr td:hover .schedule-item-wrapper .media {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 2px);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.table-responsive{ -webkit-overflow-scrolling: unset; }
.table-responsive::-webkit-scrollbar-track { background-color: var(--base-grey); }

.table-responsive::-webkit-scrollbar {
    width: 2px;
    height: 6px;
    background-color: transparent;
}
.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #c8c8c8;
}

/*cta-block*/
.cta-block h2.cta-title {
    font-size: 76px;
    line-height: 86px;
    font-weight: 700;
    margin-bottom: 0;
}
.cta-block .title-desc p{ margin-bottom: 0; color: rgba(255, 255, 255, 0.90); }
.cta-btn{ position: relative; height: 125px; }
.cta-btn .ctabtn i:before{
    content: "\f12b";
    position: absolute;
    width: 125px;
    height: 125px;
    line-height: 125px;
    top: 0;
    right: 0;
    color: var(--base-white);
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255);
    -webkit-text-fill-color: transparent;
    font-size: 58px;
    text-align: center;
    font-weight: 800;
    transition: all .3s ease 0s;
}
.cta-btn .ctabtn:hover i:before{ 
    background-color: var(--base-skin);
    border: 1px solid var(--base-skin);
 }
 /*cta-style-2*/
.cta-style2 h2.title{
    font-size: 88px;
    line-height: 98px;
    font-weight: 400;
}

.getoffer{
    font-size: 18px;
    line-height: 28px;
    font-family: var(--base-headingfont);
    color: var(--base-headingfont-color);
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--base-grey);
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    display: inline-block;
    padding: 7px 18px;
    margin: 30px 0 20px;
 }
.getoffer span{ color: var(--base-skin); }
.getoffer span.underline:before{ background-color: var(--base-skin) !important; bottom: 1px; }
.before-block,.after-block{ position: relative; }
.before-block .before-img img{
    border-radius: 110px 10px 10px;
}
.before-block{ padding: 20px 0 0 20px; }
.before-block .before-img:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 171px;
    height: 171px;
    border-radius: 120px 10px 10px;
    border: 1px solid rgba(222 163 109 / 0.50);
    z-index: -1;
}
.after-block .after-img img{
    border-radius: 10px 10px 110px 10px;
}
.after-block{ padding: 0 20px 20px 0; }
.after-block .after-img:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 171px;
    height: 171px;
    border-radius: 10px 10px 110px 10px;
    border: 1px solid rgba(222 163 109 / 0.50);
    z-index: -1;
}
.before-text,
.after-text {
    font-size: 138px;
    line-height: 138px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(222 163 109 / 0.15);
    position: absolute;
    font-family: var(--base-headingfont);
}
.before-text{
    bottom: 160px;
    left: -300px;
    transform: rotate(-90deg);
}
.after-text{
    top: 124px;
    right: -255px;
    transform: rotate(90deg); 
}
.about-text{
    font-family: var(--base-headingfont);
    font-size: 24px;
    line-height: 34px;
    color: var(--base-headingfont-color);
    text-transform: uppercase;
    font-weight: 500;
}
.about-content p{
    font-size: 17px;
    line-height: 27px;
    font-weight: 700;
    color: var(--base-headingfont-color);
}

/*style1*/
.prt-beforeafter-block {
    display: flex;
}
.prt-before-block-image {
    margin-right: 5px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.prt-after-block-image {
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}

/*.marquee*/
/*.prt-marquebox*/
.marquee {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.marquee:before,
.marquee:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    height: 100%;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%), var(--base-grey));
    width: 20%;
    z-index: 2;
}
.marquee:after{
    left: 0;
    width: 16%;
    background: linear-gradient(90deg,var(--base-grey), rgb(255 255 255 / 0%));
}
.marquee-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.marquee-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.marquee-content {  animation: prt-marque-text 30s 5s linear infinite; }
@keyframes prt-marque-text {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.marquee-text { position: relative; }
/*.marquee-text:before {
    content: "\f172";
    font-family: 'flaticon';
    color: var(--base-dark);
    font-size: 18px;
    line-height: 60px;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
}*/
/*prt-casestudy-block*/
.prt-casestudy-block{
    position: relative;
    padding: 50px;
}
.prt-casestudy-block .prt-casestudy-content h3.title{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    text-transform: uppercase;
}

/*process-box*/
.process-box{ position: relative; margin: 15px 0; overflow: hidden;  }
.process-box .process-box-thumbnail img{
    border-radius: 10px;
    width: 100%;
}


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