/** 
          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.broken-section { padding: 0 0; }
.prt-row.client-section { padding: 44px 0; }
.prt-row.grid-section { padding: 85px 0; }
.prt-row.partner-section { padding: 0px 0 100px; }
.prt-row.services-section{ padding: 160px 0 130px; }
.prt-row.services-section01 { padding: 100px 0 85px; }
.prt-row.services-section03 { padding: 85px 0 85px; }
.prt-row.blog-section { padding: 40px 0 100px; }
.prt-row.portfolio-section { padding: 100px 0 85px; }
.prt-row.portfolio-section01 { padding: 85px 0; }
.prt-row.testimonial-section { padding: 100px 0 155px; }
.prt-row.history-section{ padding: 60px 0 30px; }
.history-content { padding: 60px 0; }
.prt-row.events-section01 { padding: 95px 0; }
.prt-row.team-section { padding: 85px 0; }
.prt-row.prt-teamsingle-section { padding: 100px 0 95px; }
.prt-row.sidebar.pf-sidebar-right { padding: 100px 0 85px; }
.prt-row.contact-section { padding: 280px 0 100px; }

/* ===============================================
    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.95;
}
.prt-bgcolor-white.prt-bg.prt-bgimage-yes >.prt-bg-layer, 
.prt-bgcolor-white.prt-bg.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    opacity: .94;
}


/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1{
    background-image: url(../images/bg-image/row-bgimage-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img1.prt-bg.prt-bgimage-yes > .prt-bg-layer {
    opacity: 0;
}
.bg-img2{
    background-image: url(../images/bg-image/row-bgimage-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img2.prt-bg.prt-bgimage-yes > .prt-bg-layer {
    opacity: 0.88;
}
.bg-img3{
    background-image: url(../images/bg-image/row-bgimage-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img3.prt-bg.prt-bgimage-yes > .prt-bg-layer {
    opacity: 0;
}
.bg-img4{
    background-image: url(../images/bg-image/row-bgimage-4.png);
    background-repeat: no-repeat;
    background-position: center;
}
.bg-img4.prt-bg.prt-bgimage-yes > .prt-bg-layer {
    opacity: 0.80;
}
.bg-img5{
    background-image: url(../images/bg-image/row-bgimage-5.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;
}
.prt-bg.prt-bgimage-yes >.prt-bg-layer,
.prt-bg.col-bg-img-one.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    opacity: 1;
}
.col-bg-img-two.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.prt-bg.prt-bgimage-yes >.prt-bg-layer,
.prt-bg.col-bg-img-two.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    opacity: 1;
}
.col-bg-img-three.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.prt-bg.prt-bgimage-yes >.prt-bg-layer,
.prt-bg.col-bg-img-three.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    opacity: 0;
}
.col-bg-img-four.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/indian-wedding-mehandi.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.prt-bg.prt-bgimage-yes >.prt-bg-layer,
.prt-bg.col-bg-img-four.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    opacity: 0;
}
/* ===============================================
    6.Section-Title  
------------------------*/
.section-title{ 
    position: relative;
    margin-bottom: 12px;
    margin-top: -7px;
}
.section-title h3{
    font-size: 20px;
    line-height: 30px;
    color: var(--base-headingfont-color);
    font-weight: 400;
    letter-spacing: 0.8px;
    font-family: var(--base-headingfont);
    margin-bottom: 15px;  
}
.section-title h2.title{
    font-size: 54px;
    line-height: 60px;
    font-weight: 400;
    color: var(--base-headingfont-color);
}
.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; }
.main-box{
    position: relative;
    min-height: 1063px;
}
.main-box-1{ 
    position: relative;
    min-height: 866px;
}

/* ===============================================
    7.sep_holder
------------------------*/
.prt-horizontal_sep {
    border-top: 1px solid #f3f3f3;
    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.06);
}
.prt-vertical_sep.style1 > [class*='col']:not(:last-child):before{
    background-color: #d9d9d9;
}
.prt-vertical_sep.style2 > [class*='col']:not(:last-child):before{
    background-color: rgba(0, 0, 0, 0.13);
}
.prt-vertical_sep.style3 > [class*='col']:not(:last-child):before{
    background-color: #e0e0e0;
    right: 20px;
}
.row.no-gutters.prt-vertical_sep > [class*='col']:not(:last-child):before{ right: 0; }
.bg-base-dark .prt-vertical_sep > [class*='col']:not(:last-child):before,
.bg-base-skin .prt-vertical_sep > [class*='col']:not(:last-child):before {
    background-color: rgba(255,255,255,.21);
}


/* ===============================================
    8.Buttons
------------------------*/
.prt-btn{ 
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1;
    padding: 15px 30px;
    background: transparent;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    position: relative;
    text-transform:  uppercase;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    font-family: var(--base-headingfont);
    transition: all 0.5s ease 0s;
}
/** btn-color **/
.prt-btn-color-whitecolor{
    color: var(--base-white);
}
.prt-btn-color-skincolor {
    color: var(--base-skin);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
    color: var(--base-white);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover{
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white);
}
.prt-btn.prt-btn-color-dark {
    color: var(--base-dark);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-dark {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-dark:hover {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
    color: var(--base-white);
}

/** btn-with-icon **/
.prt-btn i{
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    font-weight: bold;
}
.prt-btn.prt-icon-btn-right i { text-align: right; margin-left: 10px; margin-right: 0;}
.prt-btn.prt-icon-btn-left i { text-align: left; margin-right: 10px; margin-left: 0;}

/** btn-size-xs **/
.prt-btn.prt-btn-size-xs { font-size: 11px; padding: 8px 20px;}
.prt-btn.prt-btn-size-xs i { font-size: 11px; line-height: 11px;}
.prt-btn.prt-icon-btn-right.prt-btn-size-xs i { text-align: right; margin-left: 6px; margin-right: 0;}
.prt-btn.prt-icon-btn-left.prt-btn-size-xs i { text-align: left; margin-right: 6px; margin-left: 0;}

/** btn-size-sm **/
.prt-btn.prt-btn-size-sm { font-size: 15px; padding: 12px 30px 12px 30px; }
.prt-btn.prt-btn-size-sm i { font-size: 15px; line-height: 15px;}

/** btn-size-md **/
.prt-btn.prt-btn-size-md { font-size: 16px; padding: 16px 31px 14px;}
.prt-btn.prt-btn-size-md i { font-size: 18px; line-height: 15px; }

/** btn-size-lg **/
.prt-btn.prt-btn-size-lg { font-size: 18px; line-height: 18px; padding: 14px 31px;}
.prt-btn.prt-btn-size-lg i { font-size: 18px; line-height: 18px;}

/** btn-shape **/
.prt-btn.prt-btn-shape-round { border-radius: 10px; }
.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: 2px solid currentColor; }
.prt-btn.prt-btn-color-white.prt-btn-style-border {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.prt-btn.prt-btn-color-white.prt-btn-style-border:hover{
    background-color: var(--base-white);
    border-color: var(--base-white);
    color: #000 !important;
}
/** prt-icon-shap**/
.prt-btn.prt-icon-shap {
    padding: 15px 48px 15px 29px;
}
.newsletter-form .prt-btn.prt-icon-shap.prt-btn-style-fill i,
.header_btn .prt-btn.prt-icon-shap.prt-btn-style-fill i,
.prt-btn.prt-icon-shap.prt-btn-style-fill.prt-btn-color-skincolor i,
.prt-pricing-plan.pricing-recommended-plan .prt-btn.prt-icon-shap.prt-btn-style-border i{
    background-color: var(--base-white);
    color: var(--base-dark);
}
.header_btn .prt-btn.prt-icon-shap.prt-btn-style-fill:hover i,
.prt-pricing-plan.pricing-recommended-plan .prt-btn.prt-icon-shap.prt-btn-style-border:hover i{
    background-color: var(--base-skin);
    color: var(--base-white);
}
.prt-btn.prt-icon-shap.prt-btn-style-border i,
.prt-btn.prt-icon-shap.prt-btn-style-fill i{
    text-align: center;
    right: 6px;
    top: 6px;
    position: absolute;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    height: 34px;
    width: 34px;
    line-height: 34px;
    background-color: var(--base-skin);
    border-radius: 5px;
    color: var(--base-white);
    transition: all 0.5s ease 0s;
}

/** btn-inline **/
.prt-btn.btn-inline{
    text-transform: uppercase;
    padding: 0;
    border: 0;
    overflow: hidden;
    background-color: transparent;
    transition: all 0.2s ease 0s;
}
.prt-btn.btn-inline{
    font-size: 15px;
    line-height: 25px;
}
.prt-btn.btn-inline i{ 
    position: absolute; 
}
.prt-btn.btn-inline.prt-icon-btn-right i { right: -20px; }
.prt-btn.btn-inline.prt-icon-btn-left i{ left: -20px; }

.prt-btn.btn-inline i.fa-minus:before { height: 1px; display: block; }

.col-bg-img-five .prt-btn.btn-inline.prt-icon-btn-right i {
    bottom: 0;
    content: "\e83b";
    font-weight: 600;
    font-size: 9px;
    right: -15px;
    transition: unset;
}
.prt-btn.btn-underline { position: relative; overflow: visible; vertical-align: baseline;}
.prt-btn.btn-underline:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: currentColor;
    bottom: 0;
    left: 0px;
    transition: all 0.1s ease 0s;
}

/* play-btn / play-icon */
.prt-play-icon {
    color: #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 li {
    position: relative;
    padding: 4px 0;
    display: flex;
    align-items: baseline;
    width: 100%;
}
.prt-list.prt-list-style-icon-01 li:last-child{padding-bottom: 0;}
.prt-list.prt-list-style-icon-01 li:before{
    content: "\f069";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    color: var(--base-skin);
}
.prt-list.prt-list-style-icon-01 .prt-list-li-content {
    display: inline-block;
    padding-left: 20px;
    font-size: 16px;
    line-height: 26px;
    color: var(--base-bodyfont-color);
    font-weight: 400;
}
.prt-list.style1 {
    padding: 32px 0 20px 15px;
}

/* ===============================================
    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 {
    position: relative;
    padding: 0 18px 0;
}
.prt-fid.inside.style1 h4, .prt-fid.inside.style1 h4 span{
    font-family: var(--base-headingfont);
    color: var(--base-headingfont-color);
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
}
.prt-fid.inside.style1 .prt-fid-contents .prt-fid-title {
    position: relative;
    font-family: var(--base-bodyfont);
    color: var(--base-bodyfont-color);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.prt-fid.inside.style1 .prt-fid-contents .prt-fid-inner span:last-child { margin-left: 0px; }



/*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: 600; text-transform: capitalize;}

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title,
.featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box.icon-align-before-content .featured-icon i { display: inline-block; vertical-align: middle; }
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-content,
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
    padding-top: 0px;
}
.featured-icon-box.icon-align-before-content .featured-content, 
.featured-icon-box.icon-align-before-title .featured-title{ padding-left: 15px; }
.featured-icon-box.icon-align-before-title .featured-title h3{ margin-bottom: 0; }
.featured-icon-box.icon-align-before-content .featured-content .featured-desc p{ 
    margin-bottom: 0;
}
.featured-icon-box.icon-align-before-title .featured-content{ margin-top: 15px; }
.featured-icon-box.icon-align-top-content .featured-content { padding-top: 15px; }

section { counter-reset:container}
.container .number:after {
    counter-increment: container;
    content: counter(container,decimal-leading-zero);
    font-family: var(--base-bodyfont);
    font-style: normal;
}

.featured-icon-box.icon-flip-hover .prt-icon i {
    transition: all 1s ease;
    display: block;
    transform: translate(0%,0%) rotateY(0deg);
}
.featured-icon-box.icon-flip-hover:hover .prt-icon i {
    transform: translate(0%,0%) rotateY(360deg);
}

/* style1 */
.featured-icon-box.style1 {
    position: relative;
    padding: 0 15px 0 15px;
    width: 100%;
    text-align: left;
}
.featured-icon-box.style1.first-child {
    padding-left: 0px;
}
.featured-icon-box.style1.last-child {
    padding-right: 0;
}
.featured-icon-box.style1 .featured-icon-thumnail img{transition: all .6s ease;}
.featured-icon-box.style1:hover .featured-icon-thumnail img{
    transform: rotate(360deg);
    transition: all .6s ease;
}
.featured-icon-box.style1 .featured-title-h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 45px;
    padding-bottom: 25px;
    font-family: var(--base-headingfont);
    font-size: 26px;
    line-height: 36px;
}
.featured-icon-box.style1 .featured-bottom-btn {
    display: flex;
    width: 34px;
    height: 34px;
    margin-top: 23px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #f1f1f1;
    position: relative;
    transition: all .6s ease;
}
.featured-icon-box.style1:hover .featured-bottom-btn{
    background-color: var(--base-skin);
}
.featured-icon-box.style1 .featured-bottom-btn a:after{
    content: "\f30b";
    position: absolute;
    font-size: 12px;
    line-height: 34px;
    top: 0px;
    left: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 1;
    transform: rotate(-30deg);
    transition: all .6s ease;
}
.featured-icon-box.style1:hover .featured-bottom-btn a:after{
    transform: rotate(0deg) !important;
    transform-style: preserve-3d;
    transition: all .6s ease;
    color: var(--base-white);
}



/* ===============================================
    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 {
    position: relative;
    overflow: hidden;
    line-height: 31px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.prt-box-view-overlay , .prt-box-view-content-inner{ 
    position: relative;
    overflow: hidden;
}
.prt-box-view-overlay:before, .prt-box-view-content-inner:before  {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
div:hover > .prt-box-view-overlay:before, div:hover > .prt-box-view-content-inner:before {
    opacity: .7;
}
.slick_slider .featured-imagebox { margin-bottom: 0; }


/* post */
.featured-imagebox-post { 
    overflow: visible;
}
.featured-imagebox-post .featured-content .post-meta span{ 
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 12px;
}
.featured-imagebox-post .featured-content .post-meta span,
.featured-imagebox-post .featured-content .post-meta span a {
    color: var(--body-font-color);
}
.featured-imagebox-post .featured-content .post-meta span:last-child{
    margin-right: 0;
}
.featured-imagebox-post .featured-content .post-meta span i{ 
    padding-right: 4px; 
    font-size: 14px;
    line-height: 0;
    color: var(--base-skin);
}
.featured-imagebox-post .featured-content .post-meta span i.fa-comments-o { font-size: 16px; }
.featured-imagebox-post .prt-box-post-date .prt-entry-date{
    color: #fff;
    display: inline-block;
    padding: 20px 8px;
    z-index: 2;
    font-size: 15px;
}
.prt-box-post-date .prt-entry-date .entry-month, 
.prt-box-post-date .prt-entry-date .entry-year {
    font-size: 16px;
    line-height: 1;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
}
.post-category{
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
    padding: 6px 10px;
    color: #fff;
    margin-bottom: 15px;
}
/* post-1 */
.featured-imagebox-post-style1 {
    background-color: #f5f7fc;
    height: 440px;
    overflow: hidden;
    border-radius: 10px;
    margin: 15px 0;
}
.featured-box-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    display: flex;
    height: 440px;
    position: relative;
    width: 100%;
}
.prt-blogbox-style1 .prt-box-col-wrapper {
    width: 100%;
    max-width: calc(23.22222% - -31.44444px);
    height: 456px;
    border-radius: 16px;
    -webkit-transition: max-width .8s cubic-bezier(.6, 0, .2, 1);
    -o-transition: max-width .8s cubic-bezier(.6, 0, .2, 1);
    transition: max-width .8s cubic-bezier(.6, 0, .2, 1);
    display: block;
    overflow: hidden;
}
.prt-blogbox-style1 .prt-boxes-row-wrapper .prt-box-col-wrapper.active{
    width: 100%;
    max-width: calc(56.55556% - 102.88889px);
}
.prt-blogbox-style1 .featured-post-content{
    opacity: 0;
    top: 0;
}
.prt-blogbox-style1 .featured-post-content{
    text-align: left;
    top: 0;
    opacity: 1;
    height: 100%;
    position: absolute;
    -webkit-transition: top .8s cubic-bezier(.6,0,.2,1),opacity .8s cubic-bezier(.6,0,.2,1);
    -o-transition: top .8s cubic-bezier(.6,0,.2,1),opacity .8s cubic-bezier(.6,0,.2,1);
    transition: top .8s cubic-bezier(.6,0,.2,1),opacity .8s cubic-bezier(.6,0,.2,1);
    width: 15.99vw;
    padding: 70px 10px 25px 25px;
}
.featured-imagebox-post-style1 .featured-post-thumbnail {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.7s;
    width: 309px;
    height: 456px;
}
.featured-imagebox-post-style1 .featured-post-thumbnail.img-one{
    background-image: url(../images/blog/blog-01-1200x800.jpg);
}
.featured-imagebox-post-style1 .featured-post-thumbnail.img-two{
    background-image: url(../images/blog/blog-01-1200x800.jpg);
}
.featured-imagebox-post-style1 .featured-post-thumbnail.img-three{
    background-image: url(../images/blog/blog-01-1200x800.jpg);
}
.featured-imagebox-post-style1 .post-entry-categories a{
    background-color: var(--base-white);
    text-transform: uppercase;
    padding: 10px 15px;
    display: inline-block;
    margin: 3px 0 12px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 30px;
    margin-right: 5px;
    font-weight: 600;
    color: var(--base-bodyfont-color);
}
.featured-imagebox-post-style1.bg-base-white .post-entry-categories a{
    background-color: var(--base-grey);
}
.featured-imagebox-post-style1 h3.post-h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;  
}
.featured-imagebox-post-style1 h3.post-h3 a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.featured-imagebox-post-style1 h3.post-h3:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 3px;
    width: 70%;
    background-color: #e0e0e0;
}
.featured-imagebox-post-style1 .prt-post-desc{
    padding-top: 74px;
    width: 11.99vw;
}
.featured-imagebox-post-style1 .prt-post-desc p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* services-1 */
.service-box.style1 {
    position: relative;
    margin: 15px 0;
    width: 321px;
    height: 255px;
    background-color: var(--base-white);
    border-radius: 10px;
    text-align: center;
    padding: 40px 20px;
}
.service-box.style1 .service-box-title h3{
    font-family: var(--base-headingfont);
    color: var(--base-headingfont-color);
    font-size: 28px;
    line-height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-box.style1 .service-box-title h3 a{ color: var(--base-headingfont-color); }
.service-box.style1 .service-box-title h3 a:hover{ color: var(--base-skin); }
.service-box.style1 .service-box-desc p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-overlay.box-1, .box-overlay.box-3 {
    float: left;
}
.box-overlay.box-2,.box-overlay.box-4 {
    float: right;
}
/*.service-boxmain { display: flex; justify-content: space-between; }*/
.box-overlay { position: relative; }
.box-overlay:before{
    content: "";
    position: absolute;
    height: 516px;
    width:200px;
    animation: leaf 30s linear infinite;
}
@keyframes leaf{
    0%, 100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateY(0,20px,0);
        transform: translate3d(0,20px,0);
    }
}
.box-overlay.box-1:before{
    background: url(../images/service-img-01.png);
    background-repeat: no-repeat;
    right: -120px;
    top: -130px;
}
.box-overlay.box-2:before{
    background: url(../images/service-img-03.png);
    background-repeat: no-repeat;
    left: -60px;
    top: -130px;
}
.box-overlay.box-3:before{
    background: url(../images/service-img-02.png);
    background-repeat: no-repeat;
    left: -110px;
    bottom: -280px;
}
.box-overlay.box-4:before{
    background: url(../images/service-img-04.png);
    background-repeat: no-repeat;
    right: -110px;
    bottom: -280px;
}
.service-title-main{ margin-top: -475px; }

/*style2*/
.featured-imagebox-service.style2{
    border: 1px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 22rem;
}
.featured-imagebox-service.style2 .featured-thumbnail{
    opacity: 0;
    transition: opacity 0.4s ease-in-out,left 0.4s ease-in-out;
    position: absolute;
}
.featured-imagebox-service.style2:hover .featured-thumbnail{ opacity: 1; z-index: 1; }
.featured-imagebox-service.style2 .featured-thumbnail img{
    object-fit: cover;
    width: calc(100% + 10px);
    max-width: none;
    opacity: 0;
    backface-backface-visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 690px;
}
.featured-imagebox-service.style2:hover .featured-thumbnail img{
    opacity: 1;
    backface-backface-visibility: visible;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}
.featured-imagebox-service.style2 .featured-content{
    position: relative;
    padding: 150px 40px 160px;
    transition: all .5s ease-in-out;
    text-align: left;
}
.featured-imagebox-service.style2:hover .featured-content{ opacity: 0; }
.featured-imagebox-service.style2 .featured-content .prt-number-services:before{
    counter-increment: container;
    content: counter(container,decimal-leading-zero);
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(33 37 41/20%);
    -webkit-text-fill-color: transparent;
    font-family: var(--base-headingfont);
    margin-bottom: 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.featured-imagebox-service.style2 .featured-title h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
}
.featured-imagebox-service.style2 .featured-btn{ margin-top: 30px; }

/*portfolio*/

/** Style 1 **/ 
.portfolio-style-1,
.prt-portfolio-style-main{
    position: relative;
}
.prt-portfolio-cursor-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    overflow: hidden;
}
.prt-portfolio-cursor {
    width: 0;
    height: 0;
    margin: 0;
    border-radius: 150px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 0 3000px var(--base-grey);
    box-shadow: 0 0 0 3000px var(--base-grey);
    border-bottom-right-radius: calc(100% + 0px);
    -webkit-transition: width .3s cubic-bezier(.4, 0, .2, 1), height .3s cubic-bezier(.4, 0, .2, 1), margin .3s cubic-bezier(.4, 0, .2, 1);
    transition: width .3s cubic-bezier(.4, 0, .2, 1), height .3s cubic-bezier(.4, 0, .2, 1), margin .3s cubic-bezier(.4, 0, .2, 1);
    border: 0px solid #000;
}
.prt-portfolio-cursor:before {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    content: "";
    -webkit-transition: -webkit-transform .6s .3s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .6s .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .6s .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .6s .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .6s .3s cubic-bezier(.4, 0, .2, 1);
    border-radius: 150px;
}
.prt-portfolio-cursor.active:before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
.prt-portfolio-cursor.active {
    width: 420px;
    height: 450px;
    margin: -220px 0 0 -220px;
    border-radius: 150px;
}
.prt-portfolio-style-1,
.prt-portfolio-style-main .prt-portfolio-content .prt-box-content {
    margin: 15px 40px;
    position: relative;
}
.prt-portfolio-style-1 .prt-featured-img-wrapper img,
.prt-box-content .prt-featured-img-wrapper img{
    padding: 10px;
    border: 1px solid var(--base-dark);
    border-radius: 150px;
    opacity: 0.3;
}
.prt-portfolio-style-main .prt-portfolio-content {
    position: absolute;
    top: 0;
    max-width: 1300px;
    z-index: 30;
    margin: 0 auto;
}
.prt-portfolio-style-main .prt-portfolio-content .prt-featured-img-wrapper {
    visibility: hidden;
}
.prt-portfolio-style-main .prt-portfolio-content .prt-box-content {
    overflow: hidden;
    position: relative;
}
.prt-portfolio-style-main .prt-box-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.prt-portfolio-style-main .prt-box-content-inner {
    position: absolute;
    width: 100%;
    padding: 30px 40px;
}
.prt-portfolio-style-main .prt-portfolio-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 12px;
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.prt-portfolio-style-main .prt-portfolio-title a {
    color: var(--base-headingfont-color);
}
.prt-portfolio-style-main .prt-box-content .prt-box-portfolio-date {
    color: var(--base-bodyfont-color);
    font-size: 16px;
}
.prt-portfolio-style-main .prt-box-content:hover .prt-box-portfolio-date{
    color: var(--base-headingfont-color);
}

/*style2*/
.prt-box-portfolio-style2{
    position: relative;
    text-align: center;
    margin: 15px 0;
    transition: transform 0.5s ease-in-out;
    overflow: hidden;
}
.prt-box-portfolio-style2 .portfolio-thumnail{
    position: relative;
}
.prt-box-portfolio-style2 .portfolio-thumnail:before{
    background: rgba(0 0 0 / 0.4);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 195px;
    z-index: 2;
    transition: all 700ms ease;
}
.prt-box-portfolio-style2:hover .portfolio-thumnail:before{
    opacity: 1;
}
.prt-box-portfolio-style2 .portfolio-thumnail img{
    transition: transform 0.5s ease-in-out;
    border-radius: 195px;
    width: 100%;
    min-height: 480px;
    object-fit: cover;
}
.prt-box-portfolio-style2 .portfolio-content{
    padding: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.prt-box-portfolio-style2:hover .portfolio-content{
    opacity: 1;
    z-index: 2;
}
.prt-box-portfolio-style2 .protfolio-title h3{
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    position: relative;
}
.prt-box-portfolio-style2 .protfolio-title h3 a{ color: #fff; }

/*style3*/
.prt-box-portfolio-style3{
    position: relative;
    text-align: center;
    margin: 15px 0;
    overflow: hidden;
}
.prt-box-portfolio-style3 .portfolio-thumnail{
    position: relative;
}
.prt-box-portfolio-style3 .portfolio-thumnail:before{
    background: rgba(18,31,56,0.60);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s linear;
}
.prt-box-portfolio-style3:hover .portfolio-thumnail:before{
    opacity: 1;
}
.prt-box-portfolio-style3 .portfolio-thumnail img{
    transition: all 1000ms;
    width: 100%;
}
.prt-box-portfolio-style3:hover .portfolio-thumnail img{
    -webkit-transform: rotate(9deg) scale(1.2, 1.2);
    -o-transform: rotate(9deg) scale(1.2, 1.2);
    transform: rotate(9deg) scale(1.2, 1.2);
}
.prt-box-portfolio-style3 .portfolio-content{
    padding: 40px 0px 18px 40px;
    position: absolute;
    bottom: 0;
    text-align: left;
    width: 100%;
    opacity: 0;
    transition: all 0.7s linear;
    transform: translateY(100%);
}
.prt-box-portfolio-style3:hover .portfolio-content{
    opacity: 1;
    z-index: 2;
    transform: translateY(0%);

}
.prt-box-portfolio-style3 .protfolio-title h3{
    margin-bottom: 2px;
    font-size: 28px !important;
    line-height: 38px !important;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.prt-box-portfolio-style3 .protfolio-title h3 a{ color: #fff; }
.prt-box-portfolio-style3 .prt-box-category p{
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    color: #fff;
}

/* team-1 */
.featured-imagebox-team.style1 {
    position: relative;
    overflow: hidden;
    transition: all 600ms ease;
    margin: 15px 20px;
}
.featured-imagebox-team.style1 .imagebox-team-thumbnail {
    position: relative;
    z-index: 1;
}
.featured-imagebox-team.style1 .imagebox-team-thumbnail:before{
    background: rgba(0 0 0 / 0.4);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 195px;
    z-index: 2;
    transition: all .5s ease 0s;
}
.featured-imagebox-team.style1:hover .imagebox-team-thumbnail:before{
    opacity: 1;
}
.featured-imagebox-team.style1 .imagebox-team-thumbnail img {
    width: 100%;
    border-radius: 195px;
}
.featured-imagebox-team.style1 .imagebox-team-thumbnail1 img {
    width: 100%;
    border-radius: 50px;
}
.featured-imagebox-team.style1 .imagebox-team-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 30px;
    opacity: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}
.featured-imagebox-team.style1:hover .imagebox-team-content{ opacity:1; }

.featured-imagebox-team.style1 .imagebox-team-heading {
    color: var(--base-white);
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 10px;
}
.featured-imagebox-team.style1 .team-heading-link {
    color: var(--base-white);
}
.featured-imagebox-team.style1 .imagebox-team-category {
    color: var(--base-white);
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

/*featured-imagebox-gallery*/
.featured-imagebox-gallery { 
    margin: 15px 0;
    transition: all 600ms ease;
    overflow: hidden;
}
.featured-imagebox-gallery .featured-link {
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
    z-index: 1;
}
.featured-imagebox-gallery:hover{
    border-radius: 30px;
}
.featured-imagebox-gallery .featured-thumbnail img{
    border-radius: 0;
    transform: scale(1) !important;
}
.featured-imagebox-gallery .imagebox-portfolio-bg-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}
.featured-imagebox-gallery .imagebox-portfolio-bg-overlay {
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgb(0 0 0) 100%);
    opacity: 0.7;
    transition: all .6s ease;
}
.featured-imagebox-gallery:hover .imagebox-portfolio-bg-overlay {
    background: linear-gradient(90deg, rgba(5,200,249,20) 0%, rgba(56,216,112,1) 100%);
    opacity: 0.7;
    transition: .9s ease;
}
.featured-imagebox-gallery .imagebox-content-prtfolio {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding: 0 30px 30px;
    text-align: left;
}
.featured-imagebox-gallery .category-portfolio {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.featured-imagebox-gallery .category-portfolio {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.featured-imagebox-gallery .category-sep {
    display: inline-block;
    padding-right: 3px;
    padding-left: 2px;
    color: #fff;
    font-size: 16px;
}
.featured-imagebox-gallery .category-portfolio {
    display: inline-block;
    color: #fff !important;
    font-size: 16px;
    text-decoration: none;
}
.featured-imagebox-gallery .imagebox-heading-portfolio {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
}
.featured-imagebox-gallery .imagebox-heading-portfolio-link {
    color:#fff !important;
}
.featured-imagebox-gallery .imagebox-heading-portfolio:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0%;
    background-color: #fff;
    left: 0px;
    bottom: 0px;
    transition: all .4s ease;
}
.featured-imagebox-gallery .imagebox-heading-portfolio:hover:after {
    width: 100%;
}

/* ===============================================
    13.Progress-Bar
------------------------*/
.prt-progress-bar{ position: relative; }
.prt-progress-bar:not(:last-child){ margin-bottom: 20px; }
.prt-progress-bar .progressbar-title {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    color: var(--base-dark);
}
.prt-progress-bar .progress-bar-percent {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--base-dark);
    z-index: 3;
    margin-top: -25px;
    text-shadow: none;
    text-align: center;
    overflow: visible;   
}
.prt-progress-bar .progress-bar {
    display: block;
    height: 7px;
    line-height: 3px;
    position: relative;
    background-color: var(--base-skin);
    overflow: visible;
}
.prt-progress-bar .progress-bar-inner{ 
    box-shadow: none;
    height: 7px;
    width: 100%;
    z-index: 1;
    background-color: var(--base-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: 24px; }
.prt-progress-bar.style1 .progressbar-title {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: capitalize;
    color: var(--base-headingfont-color);
    line-height: 26px;
    font-weight: 600;
    font-family: var(--base-headingfont);
}
.prt-progress-bar.style1 .progress-bar {
    display: block;
    height: 10px;
    line-height: 10px;
    position: relative;
    background-color: var(--base-skin);
    background-size: 200% auto;
    overflow: visible;
    bottom: 0;
    border-radius: 2px;
}
.prt-progress-bar.style1 .progress-bar-percent {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--base-bodyfont-color);
    z-index: 3;
    margin-top: -30px;
    text-shadow: none;
    text-align: center;
    overflow: visible;
    font-family: var(--base-headingfont);
}
.prt-progress-bar.style1 .progress-bar-inner{ 
    box-shadow: none;
    height: 10px;
    width: 100%;
    z-index: 1;
    background-color: var(--base-grey);
    border-radius: 2px;
    position: relative;
}
.prt-progress-bar.style1 .progress-bar:before{content: unset;}


/* ===============================================
    14.Testimonial
------------------------*/
.testimonials {
    position: relative;
}
.testimonials .testimonial-caption h3 {
    font-size: 22px;
    line-height: 34px;
    display: block;
    margin-bottom: 0;
}
.testimonial-caption label {
    display: block;
    margin: 0; 
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 4px;
    color: var(--base-skin);
}
.testimonials .testimonial-content blockquote{
    padding: 10px 25px;
    font-size: 20px;
    position: relative;
    line-height: 32px;
    font-style: italic;
    margin: 0;
}
.testimonials .testimonial-img img {
    width: 90px;
    height: 90px;
}
.star-ratings ul{ padding: 0; margin: 0;}
.star-ratings li{
    font-size: 14px;
    min-width: 14px;
    display: inline-block;
    color: #ffba00;
}
.star-ratings ul li.active , .star-ratings ul li.active i{ color: #ffba00;}


/*style1*/
.testimonials-main {
    display: flex;
    align-items: center;
    margin-right: -330px;
    min-height: 700px;
}
.testimonials { position: relative; }
.testimonials.slick-slide{ padding: 0 15px 0 0 ; }
.testimonial-content h2.title{
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 10px;
}
.testimonial-content blockquote.testimonial-text{
    text-align: left;
    font-size: 26px;
    line-height: 48px;
    color: var(--base-dark);
    padding: 10px 0;
    margin-bottom: 20px;
}
.testimonial-content .prt-author h3.author-title{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}
.testimonial-content .prt-author p.author-position{
    font-size: 14px;
    padding-left: 10px;
    position: relative;
    margin-bottom: 0;
}
.testimonial-content .prt-author p.author-position:before{
    position: absolute;
    content: '/';
    left: 2px;
    margin-bottom: 0;
}
.testimonials-info { width: 760px; }
.testimonials-nav{ width: 900px; }
.testimonial-avatar.slick-slide img {
    opacity: 0.5;
    position: relative;
    border-radius: 240px;
    width: 62%;
    cursor: pointer;
}
.testimonial-avatar.slick-slide.slick-active {
    position: relative;
}
.testimonial-avatar.slick-slide.slick-active img {
    opacity: 1;
    width: 100%;
    cursor: inherit;
}
.testimonials-nav.slick-slider .slick-track{ display: flex; align-items: center; }

/*style2*/
.testimonial-main {
    position: relative;
    z-index: 9;
}
.prt-testimonial-box-view-style2 {
    background-color: var(--base-skin);
    border-radius: 50px;
    width: 100%;
    overflow: visible;
    padding: 20px 65px 56px !important;
}
.prt-testimonial-box-view-style2 .testimonial-img img {
    width: 83px;
    height: 83px;
    margin: -65px auto 0;
    border-radius: 50%;
    object-fit: cover;
}
.prt-testimonial-box-view-style2 .testimonial-content {
    text-align: center;
}
.prt-testimonial-box-view-style2 .testimonial-caption{margin-top: 25px;}
.prt-testimonial-box-view-style2 .testimonial-content blockquote {
    font-size: 26px;
    line-height: 36px;
    font-style: italic;
    margin: 0;
    padding: 10px 0 0;
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    background: transparent;
    position: relative;
}
.prt-testimonial-box-view-style2 .testimonial-caption h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: var(--base-white);
}
.prt-testimonial-box-view-style2 .testimonial-quote img{
    width: 56px;
    height: auto;
    margin: 20px auto 0;
}
.prt-testimonial-box-view-style2.slick-slide{ margin: 0 15px; }
.testimonial-main.slick-slider .slick-list{ padding: 50px 0 0; }
/* ===============================================
    15.Client-row  
------------------------*/
.client-box{ 
    position: relative;
    text-align: center;
}
.slick-slide .client-box .client-thumbnail img{text-align: center;margin: 0 auto;}
.client-box .prt-client-logo-tooltip{ 
    margin-top: 35px; 
    margin-bottom: 0;
    overflow: hidden;
}
.client-box .prt-client-logo-tooltip,
.client-box .prt-client-logo-tooltip-inner{
    position: relative; 
}
.client-box .prt-client-logo-tooltip img{
    display: block;
    margin: 0 auto;
}


/* ===============================================
    16.Accordion
------------------------*/
.wrap-acadion .accordion { margin-top: 15px; }
.accordion .toggle:not(:last-child){
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
    padding-bottom: 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 */
.accordion.style1 .toggle.prt-toggle_style_classic { 
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a {
    padding: 15px 35px 15px 0;
    font-family: var(--base-headingfont);
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: var(--base-headingfont-color);
    white-space: normal;
    border-bottom: 1px solid #e0e0e0;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:after{
    content: "\f078";
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: 17px;
    right: 0;
    transition: all 2s ease;
    color: var(--base-headingfont-color);
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active:after{
    content: "\f054";
}
/* 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;}
.wrap-form.contact_form button[type="submit"] { 
    letter-spacing: .3px;
}
.prt-bgcolor-grey .wrap-form.contact_form span.text-input input, 
.prt-bgcolor-grey .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-grey .wrap-form.contact_form span.text-input select{
    background-color: #fff;
}

.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input, 
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select{
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 2px solid rgba(255,255,255,.12);
}
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input::-webkit-input-placeholder, 
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea::-webkit-input-placeholder,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select::-webkit-input-placeholder {
    color: #fff;
}
.map-contect-form {
    position: relative;
    padding: 55px 40px 60px 40px;
    border-radius: 10px;
    text-align: left;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    z-index: 9;
}
.map-contect-form .section-title h2.title{
    font-size: 33px;
    line-height: 40px;
    font-weight: 400;
}
.wrap-form.query_form span.text-input { margin: 0 0 20px; }
.wrap-form.query_form span.text-input input,
.wrap-form.query_form span.text-input textarea,
.wrap-form.query_form span.text-input select {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(0 0 0 / 0.2);
    background-color: transparent;
    color: #000;
    padding: 10px 0px;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}
.wrap-form.query_form span.text-input input::placeholder,
.wrap-form.query_form span.text-input textarea::placeholder,
.wrap-form.query_form span.text-input select::placeholder{
    color: #818491;
}  
 
.wrap-form.query_form span.checkbox{
    font-size: 14px;
    font-weight: 700;
    color: var(--base-bodyfont-color);
}
.wrap-form.query_form button i:before{
    font-weight: 600;
}
.wrap-form span.text-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #888;
    background-repeat: no-repeat;
}
.wrap-form span.text-input.select-option:before {
    right: 30px;
    position: absolute;
    content: "\e64b";
    padding: 12px 0;
    top: 0;
    bottom: 0;
    font-size: 9px;
    pointer-events: none;
    font-family: 'themify';
}
.wrap-form span.text-input input::-webkit-input-placeholder, 
.wrap-form span.text-input textarea::-webkit-input-placeholder,
.wrap-form span.text-input select::-webkit-input-placeholder {
    color: var(--body-font-color);
}

.wrap-form.query_form_1{margin-top: 10px;}
.wrap-form.query_form_1 span.text-input input,
.wrap-form.query_form_1 span.text-input textarea,
.wrap-form.query_form_1 span.text-input select {
    border-radius: 0px;
    border: 0;
    background-color: var(--base-grey);
    padding: 9px 20px 7px;
}

/* ===============================================
    18.Tab
------------------------*/
.prt-tabs ul.tabs{
    width:100%; 
    padding: 0;
    margin: 0;
}
.prt-tabs ul.tabs li{ 
    position: relative;
    display: inline-block;
    flex: 1;
}
.prt-tabs ul.tabs li:first-child {
    margin: 0 15px 0 0;
}
.prt-tabs ul.tabs li:last-child{
    margin: 0 0 0 15px;
}
.prt-tabs .content-tab .content-inner {
    display: none;
}
.prt-tabs .content-tab .content-inner.active {
    display: block;
}

/*.tab-style1*/
.tab-style1{ position: relative; }
.tabs-menu {
    display: flex;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
    position: relative;
    text-align: center;
}
.tab-style1 .tabs-menu:after {
    position: absolute;
    content: "";
    border-top: 1px solid #d9d9d9;
    left: 0;
    width: 100%;
}
.tab-links {
    margin-right: 15px;
    margin-left: 15px;
    padding: 12px 25px;
    flex: 1;
    background-color: transparent;
    color: #000;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
}
.prt-tabs ul.tabs li.active a{color: var(--base-skin);}
.tab-style1 .tabs-menu .tab-links:before {
    position: absolute;
    content: "";
    background-image: linear-gradient(to right,#40db5c 0%,#03c7fd 50%,#40db5c 100%)!important;
    transition: 0.5s;
    background-size: 200% auto;
    border-radius: 50%;
    height: 19px;
    width: 19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -10px;
    z-index: 1;
}
.tab-link-text1 {
    font-family: var(--base-headingfont);
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
}
.tab-content-2 {
    margin-bottom: 25px;
}
.tab-content-h3 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: var(--base-headingfont);
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.list-border-left {
    position: relative;
}
.list-border-left:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    right: 20px;
    background-color: #d9d9d9;
}
.tab-list {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}
.tab-list-item {
    display: flex;
    margin: 0 20px 10px 0;
    align-items: center;
}
.tab-list-link {
    color: #40db5c;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    transform: rotate(45deg);
    background-size: 74% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#40db5c 0%,#03c7fd 50%,#40db5c 100%);
}
.tab-list-text {
    padding-left: 20px;
    font-family: var(--base-headingfont);
    color: #000;
    font-weight: 500;
}

/* ===============================================
    19.Boxes-Spacing
------------------------*/
.row.prt-boxes-spacing-10px, .prt-boxes-spacing-10px{ margin: 0 -5px; }
.row.prt-boxes-spacing-10px .prt-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}
.row.prt-boxes-spacing-5px, .prt-boxes-spacing-5px{ margin: 0; }
.row.prt-boxes-spacing-5px .prt-box-col-wrapper {
    padding-right: 2.5px;
    padding-left: 2.5px;
    padding-bottom: 5px;
}
.row.prt-boxes-spacing-0px, .prt-boxes-spacing-0px{ margin: 0; }
.row.prt-boxes-spacing-0px .prt-box-col-wrapper {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 0px;
    outline: 0;
}


/* ===============================================
    20.Pricing-Plan
------------------------*/
.prt-pricing-plan {
    background-color: #f1f1f1;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 0;
    margin: 15px 0;
    border-radius: 30px;
    text-align: left;
}
.prt-pricing-plan:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 4%);
}
.prt-pricing-plan:before,
.prt-pricing-plan.bg-base-white:before  {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    height: 0;
    transition: .5s;
    text-align: left;
    background-color: var(--base-grey);
    content: '';
    z-index: -1;
}
.prt-pricing-plan.bg-base-white:before {
    background-color: #f1f1f1;
}
.prt-pricing-plan:hover:before,
.prt-pricing-plan.bg-base-white:hover:before  {
    top: 0;
    height: 100%;
}
.prt-pricing-plan .prt-p_table-head img{width: 100%;}
.prt-pricing-plan:hover .prt-icon i{
    transform: rotateY(180deg);
}
.prt-pricing-plan .prt-icon i{
    display: inline-block;
    transition: all .5s ease;
}
.prt-p_table-body {
    padding: 37px 40px 45px;
}
.prt-p_table-title h3 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--base-bodyfont-color);
}
.prt-p_table-amount, .prt-p_table-price {
    position: relative;
    display: -webkit-box;
    line-height: 1;
    font-size: 60px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 25px;
    color: var(--base-headingfont-color);
    border-bottom: 1px solid #d4d4d4;
}
.prt-p_table-amount .cur_symbol {
    font-size: 20px;
    font-weight: 600;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
}
.prt-p_table-amount .pac_frequency {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 10px;
    color: var(--base-bodyfont-color);
    text-transform: lowercase;
    font-weight: normal;
    font-family: inherit;
    display: table-caption;
}
.prt-p_table-body .prt-p_table-features {
    list-style-type: none;
    margin: 0;
    padding: 24px 0 45px 0;
}
.prt-p_table-features li {
    padding: 0;
    margin: 0;
    position: relative;
    padding-top: 15px;
    padding-left: 25px;
    color: var(--base-bodyfont-color);
}
.prt-p_table-features li:before {
    content: '';
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    left: 0;
    top: 25px;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 10px;
}
.prt-p_table-footer{
    display: block;
    padding-top: 15px;
    padding-bottom: 21px;
}
.prt-p_table-desc { opacity: 0.8; color: var(--base-bodyfont-color); }

.prt-pricing-plan.pricing-recommended-plan_2:not(.bg-base-skin) {
    background-color: var(--base-skin);
}
.prt-pricing-plan.pricing-recommended-plan_1:not(.bg-base-skin) {
    background-color: var(--base-grey);
}
.prt-pricing-plan.pricing-recommended-plan,
.prt-pricing-plan.pricing-recommended-plan .prt-p_table-title h3,
.prt-pricing-plan.pricing-recommended-plan .prt-p_table-desc,
.prt-pricing-plan.pricing-recommended-plan .prt-p_table-amount, 
.prt-pricing-plan.pricing-recommended-plan .prt-p_table-amount .pac_frequency,
.prt-pricing-plan.pricing-recommended-plan .prt-p_table-features li {
    color: #fff;
}
.bg-base-dark .prt-pricing-plan:not(.bg-base-skin) .prt-p_table-title h3 {
    color: var(--base-dark);
}
.bg-base-dark .prt-pricing-plan:not(.pricing-recommended-plan){
    border: 1px solid #e8e8e9;
    padding: 49px 40px 27px;
}


/* ===============================================
    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-grey);
    padding: 32px 30px 32px;
    margin: 0px 0 40px;
    border-radius: 10px;
    overflow: hidden;
}
.sidebar .widget-area .widget.widget-search{padding: 0;}
.sidebar .widget-area .widget:last-child{ margin-bottom: 0px; }
.sidebar .widget ul{
    margin: 0;
    padding: 0;
}
.sidebar .widget ul >li {
    list-style: none;
}
.sidebar .widget ul>li:first-child{
    padding-top: 0;
    margin-top: 0;
}
.sidebar .widget-title h3{ 
    position: relative;
    margin-top: 0px;
    margin-bottom: 16px;
    font-family: var(--base-headingfont);
    color: var(--base-headingfont-color);
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    text-transform: capitalize;
}
/*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 .search-form .btn:before{
    content: '\e841';
    position: absolute;
    font-family: 'fontello';
    font-size: 17px;
    line-height: 21px;
    top: 30px;
    right: 30px;
}
.sidebar .widget.widget-search .input-text {
    border: 1px solid #ebeded;
    border-radius: 30px;
    padding: 25px 15px 25px 30px;
    padding-right: 60px;
    background-color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    color: #000;
}
.sidebar .widget.widget-search input::placeholder{
    color: #7a7a7a;
}
/* widget-banner */
.widget-banner.with-title{ padding: 0 !important; }
.widget-banner { 
    padding: 0 !important;
    border: 0 !important;
    position: relative;
}
.widget-banner-overlay:before{
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all 0.5s linear;
    opacity: 1;
    z-index: 1;
    background: -webkit-linear-gradient(90deg, rgba(33, 37, 41, .90)45%, rgba(0, 0, 0, 0)80%);
}
.widget-banner > div { 
    padding: 230px 30px 30px;
    border-radius: 10px;
    overflow: hidden;
}
.sidebar-banner-subheading {
    margin-bottom: 4px;
    font-family: var(--base-headingfont);
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.sidebar-banner-heading {
    margin-bottom: 15px;
    font-family: var(--base-headingfont);
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
}
.sidebar-banner-heading span.heading{ color: var(--base-skin); }
.widget-banner span{
    font-size: 26px;
    line-height: 36px;
    font-family: var(--base-headingfont);
    color: #fff;
}
.sidebar-banner-phone-link { color: #fff; }

/*widget-contact*/
.widget-contact {
    text-align: left;
    position: relative;
}
.widget-contact ul.contact-link li{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    display: grid;
    color: var(--base-dark);
    font-family: var(--base-headingfont);
    margin-bottom: 15px;
}
.widget-contact ul.contact-link li:last-child{
    margin-bottom: 0;
}
/*.pf-sidebar-right*/
.pf-sidebar-right .widget-details{
    position: relative;
    text-align: left;
    width: 100%;
}
.pf-sidebar-right .widget-details h3{
    font-size: 30px !important;
    line-height: 35px !important;
    margin-bottom: 17px;
    font-weight: 400;
}
ul.pf-detailbox-list{
    border-top: 1px solid #e8e8e8;
    padding: 28px 0 0 0 !important;
    margin-top: 25px !important;
}
ul.pf-detailbox-list li.detailbox-item{
    padding: 9px 0px 9px 0px;
    margin-left: -10px;
}
ul.pf-detailbox-list li.detailbox-item:last-child{
    padding: 9px 0px 0px 0px;
}
ul.pf-detailbox-list li.detailbox-item span{
    font-weight: 600;
    margin-right: 5px;
    font-size: 17px;
    color: var(--base-skin);
}
ul.pf-detailbox-list li.detailbox-item span i{
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    text-align: center;
    transform: translate(0, 0);
    height: 30px;
    width: 40px;
    line-height: 27px;
    z-index: 1;
}
/* widget-categories */
.prt-sidebar-right .sidebar-right:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    background-color: #e0e0e0;
}
.prt-sidebar-right .widget.widget-search {
    padding: 20px 30px 20px !important;
    border-radius: 10px;
}
.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;
    border: 0;
    color: #000;
    padding: 3px 50px 3px 0;
    background-color: transparent;
    font-size: 15px;
}
.prt-sidebar-right .widget.widget-search .search-form{
    position: relative;
}
.prt-sidebar-right .widget.widget-search input[type="search"]::placeholder{
    color: #818491;
}
.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{
    content: '\e841';
    position: absolute;
    font-family: 'fontello';
    font-size: 16px;
    width: 38px;
    height: 32px;
    line-height: 20px;
    top: 0;
    right: 0;
    text-align: center;
    background-color: var(--base-skin);
    border-radius: 10px;
    color: #fff;
    padding: 0;
}
.prt-sidebar-right .widget.with-title{
    background-color: var(--base-grey);
    margin-bottom: 35px;
    padding: 30px 40px 30px;
    border-radius: 10px;
    overflow: hidden;
}
.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: 28px;
    line-height: 38px;
    position: relative;
    font-weight: 600;
}
.widget-categories ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.widget-categories ul li a{
    position: relative;
    display: inline-block;
    padding-left: 25px;
    line-height: 1;
    color: var(--base-bodyfont-color);
}
.widget-categories ul li{ 
    position: relative;
    margin: 5px 0;
    padding-bottom: 16px !important;
}
.widget-categories ul li:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0;
}
.widget-categories ul li a:before {
    content: "\f069";
    font-family: 'FontAwesome';
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 11px;
    line-height: 25px;
    color: var(--base-bodyfont-color);
    transition: all 0.3s ease 0s;
}
.widget-categories ul li a:hover,
.widget-categories ul li a:hover:before{
    color: var(--base-skin);
}
.widget-categories ul li span {
    position: absolute;
    right: 0;
    color: #8b8b8b;
    overflow: hidden;
    z-index: 1;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
/* widget-nav-menu */
.widget.widget-nav-menu:after {
    content: unset !important;
}
.widget.widget-nav-menu ul{
    padding: 0;
}
.widget.widget-nav-menu ul li{ 
    padding: 0;
    border: 0;
    position: relative;
    margin-bottom: 10px;
}
.widget.widget-nav-menu ul li:last-child{ margin-bottom: 0; }
.widget.widget-nav-menu ul li a{
    display: inline-block;
    padding: 2px 0 2px 20px;
    position: relative;
    color: var(--base-dark);
    z-index: 1;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    font-family: var(--base-headingfont);
}
.widget.widget-nav-menu ul li a:before{
    content: "\f069";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    color: var(--base-bodyfont-color);
}
.widget.widget-nav-menu ul li:hover a,
.widget.widget-nav-menu ul li.active a,
.widget.widget-nav-menu ul li:hover a:before,
.widget.widget-nav-menu ul li.active a:before {
    color: var(--base-skin);
}
/** prt-recent-post-list **/
.widget.widget-recent-post.with-title{
    padding: 30px 40px 40px;
}
.widget ul.prt-recent-post-list{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget ul.prt-recent-post-list>li {
    padding: 12px 0;
    border-top: none;
    display: inline-block;
}
.widget ul.prt-recent-post-list>li:last-child{
    padding-bottom: 0;
}
.widget ul.prt-recent-post-list>li> .post-detail a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.widget ul.prt-recent-post-list>li img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 18px;
    object-fit: cover;
}
.widget ul.prt-recent-post-list .post-meta .prt-meta-line{
    position: relative;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 8px;
}
.widget ul.prt-recent-post-list .post-meta .prt-meta-line i{
    margin-right: 6px;
    font-size: 11px;
}
/*widget-banner-blog*/
.widget.widget-banner-blog.with-title{
    padding: 40px 40px 35px;
}
.widget-banner-blog{ text-align: center; }
.widget-banner-blog .widget-banner-img img{ border-radius: 50%; }
.widget-banner-blog h3 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 15px;
}
.widget-banner-blog .widget-banner-btn{ margin-top: 65px; }
.widget-banner-blog ul.social-icons li{
    font-size: 13px;
    line-height: 13px;
    margin-right: 15px;
}
.widget-banner-blog ul.social-icons li:last-child{ margin-right: 0; }
.widget-banner-blog ul.social-icons li a{color: #000; position: relative;}
.widget-banner-blog ul.social-icons li a:hover{ color: var(--base-skin); }
.widget-banner-blog ul.social-icons li a:before{ 
    content: '';
    position: absolute;
    height: 15px;
    width: 1px;
    top: 0px;
    bottom: 0;
    left: auto;
    right: -10px;
    background-color: #e0e0e0;
}
.widget-banner-blog ul.social-icons li:last-child a:before{ display: none; }

/* pagination */
.pagination-block {
    display: block;
    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: 500;
    border-radius: 3px;
    margin: 0 3px;
    padding: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(43, 52, 59, 0.18);
    -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: 15px; }
.pagination-block .page-numbers.current , .pagination-block .page-numbers:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
}

/*event-box-main*/
.event-box-main{
    border-bottom: 1px solid #ffffff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 0px 20px 0px;
}
.event-box-main.border-top-white{ border-top: 1px solid #ffffff; }
.event-box-main.border-top-dark{ border-top: 1px solid #dddddd !important; }
.event-box-main.border-dark { border-bottom: 1px solid #dddddd !important; }
.event-box-title {
    display: flex;
    align-items: center;
}
.event-box-title h2{
    font-size: 54px;
    line-height: 64px;
    margin: 0;
    font-family: var(--base-headingfont);
}
.event-box-title span.title{
    font-size: 54px;
    line-height: 36px;
    color: var(--base-white);
    padding: 25px 30px 25px 30px;
    background-color: var(--base-skin);
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
    margin: 0 30px 0 0;
    font-family: var(--base-headingfont);
}
.event-box-title span img{ margin: 0 30px; }

/*location-info*/
.location-info{
    background-color: #131313;
    padding: 40px 90px 50px 70px;
    border-radius: 15px 0 0 15px;
}
.location-info h3{
    font-size: 34px;
    line-height: 44px;
    color: var(--base-white);
    margin-bottom: -11px;
}
.prt-call, .prt-email {
    padding: 20px 0 5px;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
}
.location-info .prt-call span ,
.location-info .prt-email span{
    font-size: 15px;
    line-height: 35px;
}
.location-info .prt-call p,
.location-info .prt-email p{
    font-size: 22px;
    line-height: 32px;
    color: var(--base-white);
    font-family: var(--base-headingfont);
}
.location-info .prt-call p a,
.location-info .prt-email p a{ color: var(--base-white); }
.location-info .prt-call p a:hover,
.location-info .prt-email p a:hover{ color: var(--base-skin); }

.location-info .prt-address{
    margin-top: 35px;
    display: flex;
    align-items: center;
}
.location-info .prt-address .prt-icon{
    font-size: 25px;
    line-height: 25px;
    padding: 34px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin: 0 20px 0 0;
}
.location-info .prt-address .prt-icon i{ color: #fff; }
.location-info .prt-address p.prt-icon-box-description{ 
    color: rgba(255 255 255 / 0.67); 
    margin: 0;
}

/*.prt-marquebox*/
.marquee {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding: 42px 0 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.marquee-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.marquee-text {
    padding-right: 25px;
    padding-left: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: var(--base-headingfont);
    color: var(--base-white);
    font-size: 54px;
    line-height: 54px;
    font-weight: 600;
}
.marquee-text a{ color: var(--base-white); }
.marquee-text a:hover{ color: rgb(54, 48, 46); }
.marquee-content {
  animation: prt-marque-text 30s 5s linear infinite;
}
@keyframes prt-marque-text {
    from {
       transform: translateX(0);
     }
    to {
       transform: translateX(-50%);
    }
}
.marquee-content:hover {
  animation-play-state: paused;
}
.marquee-text {
  position: relative;
}
.marquee-text:before {
    content: "*";
    color: #fff;
    font-size: 49px;
    line-height: 27px;
    font-weight: 400;
    position: absolute;
    top: 24px;
    right: -17px;
}
/*style1*/
.marquee.style1{
    padding: 0;
    margin-bottom: 60px;
}
.marquee.style1 .marquee-text .marquee-img img{
   border-radius: 50px;
   margin-right: 30px;
   min-height: 103px;
}
.marquee.style1 .marquee-text {
    display: flex;
    align-items: center;
    border-radius: 60px;
    padding: 0 30px 0 0;
    margin: 0 5px;
}
.marquee.style1 .marquee-text:before{display: none;}
.marquee.style1 .marquee-details h3.title{
    font-size: 30px;
    line-height: 36px;
    color: var(--base-white);
    margin-bottom: 5px;
}
.marquee.style1 .marquee-details p{
    font-size: 16px;
    line-height: 26px;
    color: var(--base-white);
    margin-bottom: 0;
    font-family: var(--base-bodyfont);
}
.reversetext{
    animation: prt-marque-reversetext 30s 5s linear infinite;
}
@keyframes prt-marque-reversetext {
    to {
       transform: translateX(0);
     }
    from {
       transform: translateX(-50%);
    }
}
/*style2*/
.marquee.style2 {
    padding: 0;
    overflow: visible;
    margin-left: -305px;
    z-index: -1;
}
.marquee.style2 .marquee-text {
    padding-right: 35px;
    padding-left: 35px;
    color: var(--base-headingfont-color);
    font-size: 54px;
    line-height: 64px;
    font-weight: 400;
}
.marquee.style2 .marquee-content:hover {
  animation-play-state: unset;
}
.marquee.style2 .marquee-text:before { display: none; }
.marquee.style2:first-child .marquee-text{ padding-left: 0; }
.marquee-overlay-text,
.marquee-block.marquee-overlay-text2{
    position: absolute;
    top: 110px;
}
.marquee-overlay-text .marquee.style2{ z-index: 2;margin-left: -305px; }
.marquee-overlay-text .marquee.style2 .marquee-text{ color: #fff; }
.about-evant { max-width: 525px; }
/*style3*/
.prt-marquebox-main {
    position: relative;
}
.prt-marquebox-wrapper {
    position: relative;
    padding: 1px 0;
    bottom: 0;
    margin-left: -320px;
    margin-right: -580px;
    z-index: 3;
    transform: rotate(-6deg);
    background-color: #303030;
}
.prt-marquebox-wrapper.style1 {
    transform: rotate(6deg);
    margin-right: -1180px;
}
.prt-marquebox-style1 {
    width: 30%;
    animation: prt-marque 12s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
.prt-marquebox-style1 ul.marquebox-list {
    margin: 0;
    padding: 17px 0px 17px 0px;
}
.prt-marquebox-style1 ul.marquebox-list li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 26px;
    line-height: 36px;
    color: rgba(255 255 255 / 0.80);
    font-weight: 500;
    font-family: var(--base-headingfont);
}
@keyframes prt-marque {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}
.prt-marquee-block-one {
    transform: rotate(-15deg);
    left: -15%;
}
.prt-marquee-block-second {
    transform: rotate(-35deg);
    top: -110px;
    left: -20%;
}
.prt-marquee-column .elementor-widget-wrap {
    overflow: hidden;
}




/*about-list*/
.featured-box-main { width: 100%; padding-right: 10px; text-align: left;}
.featured-box-main h3.featured-box-h3{
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: var(--base-headingfont-color);
    border-bottom: 1px solid #E3E3E3;
    padding: 2px 0 20px;
}

/*prt-price-content*/
ul.prt-price-content {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
li.prt-price-list{ margin-bottom: 45px; }
li.prt-price-list:last-child{ margin-bottom: 0; }

li.prt-price-list .prt-price-titlebox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px dashed #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
li.prt-price-list .prt-price-titlebox h3{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 7px;
    max-width: fit-content;
    padding-right: 20px;
    flex-grow: 1;
    color: var(--base-headingfont-color);
    font-weight: 600;
}
li.prt-price-list .prt-price-titlebox h3.box-subtitle{ padding-right: 0; }

/*history-content*/
.history-content h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.history-content p{ width: 100% !important; }


/*.contact-single-details*/
.contact-single-overlay:before{
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
}
.contact-single-details{
    padding: 425px 45px 40px 40px;
    position: relative;
    z-index: 9;
}
.contact-single-details h3.title{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-single-details p{ color: rgb(255 255 255 / 70%); margin-bottom: 20px; }
.contact-address .border-top{
    border-color: #E3E3E3 !important;
}
.contact-address .section-title h2.title{
    font-size: 30px;
    line-height: 40px;
}
.contact-address-box {
    padding: 0 20px;
    position: relative;
}
.contact-address-box.border-right:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #E3E3E3;
    right: -3px;
}
.contact-address-box h3.address-box-heading{
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
}
.address-box-map-link { margin-top: 20px; }
.address-box-map-link span{
    font-size: 18px;
    line-height: 28px;
    color: var(--base-dark);
    font-family: var(--base-headingfont);
}
.address-box-map-link a{
    font-family: var(--base-headingfont);
    font-size: 18px;
    line-height: 28px;
}
.address-box-map-link a.link-call{ color: var(--base-skin); }
.address-box-map-link a.underline.link-email {
    display: inline-block;
}
.address-box-map-link a.underline.link-location{ 
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--base-skin); 
    font-family: var(--base-bodyfont);
}