/** 
          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: 50px 0;}
.prt-row.padding_bottom_zero-section { padding: 100px 0 0; }
.prt-row.padding_top_zero-section { padding: 0 0 100px; }
.prt-row.padding_zero-section { padding: 0 0; }
.prt-row.client-section { padding: 30px 0; }
.prt-row.about-section { padding: 20px 0 20px; }
.prt-row.steps-section { padding: 85px 0 100px; }
.prt-row.steps-section01 { padding: 85px 0 0px; }
.prt-row.cta-section { padding: 350px 0 40px; }
.prt-row.pricing-plan-section { padding: 90px 0 85px; }
.prt-row.pricing-plan-section01 { padding: 45px 0 0px; }
.prt-row.pricing-plan-section02 { padding: 80px 0 85px; }
.prt-row.team-section { padding: 85px 0; }
.prt-row.appointment-section01 { padding: 100px 0 214px; }
.prt-row.testimonial-section { padding: 92px 0 0px; }
.prt-row.client-section { padding: 52px 0 60px; }
.prt-row.service-section { padding: 0 0 85px; }
.prt-row.service-section02 { padding: 100px 0 80px; }
.prt-row.contact-section { padding: 0 0 85px; }
.prt-row.team-section01 { padding: 85px 0 82px; }
.prt-row.team-section02 { padding: 5px 0 85px; }
.prt-row.about-section03 { padding: 100px 0 85px; }
.prt-row.blog-section { padding: 0 0 80px; }
.prt-row.blog-section01 { padding: 80px 0 80px; }

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


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

.layer-content{ position: relative; z-index: 1; height: 100%; width: 100%; }
.bg-layer { position: relative; }
.bg-layer > .container > .row { margin: 0; }
.bg-layer > .container , .bg-layer > .container-fluid { padding: 0; }
.prt-bg.prt-bgimage-yes >.prt-bg-layer, 
.prt-bg.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    opacity:0;
}
.prt-bgcolor-white.prt-bg.prt-bgimage-yes >.prt-bg-layer, 
.prt-bgcolor-white.prt-bg.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    opacity: .94;
}


/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1{
    background-image: url(../images/bg-image/row-bgimage-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-img2{
    background-image: url(../images/bg-image/row-bgimage-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-img3{
    background-image: url(../images/bg-image/row-bgimage-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img4{
    background-image: url(../images/bg-image/row-bgimage-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img5{
    background-image: url(../images/bg-image/row-bgimage-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.bg-img6{
    background-image: url(../images/bg-image/row-bgimage-6.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.bg-img7{
    background-image: url(../images/bg-image/row-bgimage-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* ===============================================
    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/altgorsel.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.col-bg-img-two.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ===============================================
    6.Section-Title  
------------------------*/
.section-title{ 
    position: relative;
    margin-bottom: 12px;
    margin-top: -7px;
}
.section-title span.pretitle{
    position: relative;
    color: var(--base-bodyfont-color);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}
.section-title span.pretitle{ padding-right: 88px; }
.section-title h2{
    position: relative;
    color: var(--base-headingfont-color);
    font-size: 44px;
    line-height: 60px;
    font-weight: 600;
}
.section-title h2 span.text-gradient{
    background: var(--base-gradient);
    padding: 0 5px;
    color: var(--base-white);
}
.section-title h2.title.style1{
    font-size: 90px;
    line-height: 115px;
}
.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; }
.section-icon i{
    font-size: 80px;
    line-height: 65px;
    background: linear-gradient(45deg,var(--base-first-gradientcolor) ,var(--base-second-gradientcolor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-title h2.title.about-title{
    font-size: 50px;
    line-height: 70px;
}
/* ===============================================
    7.sep_holder
------------------------*/
.prt-horizontal_sep {
    border-top: 1px solid rgb(0 0 0 / 20%);
    display: block;
    position: relative;
}
.bg-base-dark .prt-horizontal_sep{
    border-top-color: rgba(255,255,255,0.08);
}
.bg-base-skin .prt-horizontal_sep{
    border-top-color: rgba(255,255,255,0.2);
}
.bg-base-white .prt-horizontal_sep{
    border-top-color: #f1f1f1;
}
.border, .border-top, .border-left, .border-bottom, .border-right {
    border-color: #dededee !important;
}
.border-left {
    border-left: 1px solid #dedede !important;
}

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

.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);
}
.bg-base-gradient .prt-vertical_sep > [class*='col']:not(:last-child):before{
    background-color: rgba(255,255,255,0.50);
}
.prt-vertical_sep.style1 > [class*='col']:not(:last-child):before{
    right: 15px;
}
/* ===============================================
    8.Buttons
------------------------*/
.prt-btn{ 
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
    padding: 14px 30px 17px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    font-family: var(--base-headingfont);
    transition: all 0.5s ease 0s;
}

/** btn-color **/
.prt-btn-color-skincolor {
    color: var(--base-skin);
}
.prt-btn-color-darkcolor {
    color: var(--base-dark);
}
.prt-btn-color-whitecolor{
    color: var(--base-white) !important;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor {
    background-color: #b88753;
    color: var(--base-white);
    border-color: transparent;
    transition: 0.5s;
    background-size: 200% auto;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-gradientcolor {
    background: var(--base-gradient);
    background-image: linear-gradient(to right, var(--base-first-gradientcolor) 0%, 
            var(--base-second-gradientcolor) 50%, var(--base-first-gradientcolor) 100%) !important;
    color: var(--base-white);
    background-origin: border-box;
    background-clip: border-box;
    transition: all .5s;
    background-size: 200% auto;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-gradientcolor:hover{
    background-position: right center;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor {
    background-color: var(--base-white);
    border-color: transparent;
    color: var(--base-dark) !important;
    transition: 0.5s;
    background-size: 200% auto;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor:hover,
.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor:hover{
    /*background: var(--base-gradient);
    background: linear-gradient(to right,var(--base-second-gradientcolor),var(--base-first-gradientcolor));
    color: var(--base-white) !important;
    background-origin: border-box;
    background-clip: border-box;*/
    background-image: linear-gradient(to right, var(--base-first-gradientcolor) 0%, 
        var(--base-second-gradientcolor) 50%, var(--base-first-gradientcolor) 100%);
    background-position: right center;
    border-image: linear-gradient(to right,var(--base-first-gradientcolor) ,var(--base-second-gradientcolor));
    color: var(--base-white) !important;
}
/** btn-with-icon **/
.prt-btn i{
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    font-weight: bold;
}
.prt-btn.prt-icon-btn-right i { text-align: right; margin-left: 14px; margin-right: 0;}
.prt-btn.prt-icon-btn-left i { text-align: left; margin-right: 8px; margin-left: 0;}

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

/** btn-size-sm **/
.prt-btn.prt-btn-size-sm { font-size: 14px; padding: 14px 26px 17px; }
.prt-btn.prt-btn-size-sm i { font-size: 14px; line-height: 16px;}

/** btn-size-md **/
.prt-btn.prt-btn-size-md { font-size: 16px; padding: 17px 36px 17px;}
.prt-btn.prt-btn-size-md i { font-size: 13px; line-height: 13px; }

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

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

/** btn-style-border **/
.prt-btn.prt-btn-style-border{ 
    background-color: transparent; 
    border: 1px solid currentColor;
    transition: all 0s ease 0s; 
    
}
.prt-btn.prt-btn-color-white.prt-btn-style-border {
    color: #fff;
    border-color: currentColor;
    background-color: transparent;
    transition: all 0s ease 0s;
}
.prt-btn.prt-btn-style-border.prt-btn-color-darkcolor{
    transition: 0.5s;
    background-size: 200% auto;
}
.prt-btn.prt-btn-style-border.prt-btn-color-darkcolor:hover{
    /*background: var(--base-gradient);
    color: var(--base-white);
    background-origin: border-box;
    background-clip: border-box;
    border-image: linear-gradient(to right,var(--base-second-gradientcolor),var(--base-first-gradientcolor));
    background-image: linear-gradient(to right,var(--base-second-gradientcolor),var(--base-first-gradientcolor));
    border-image-slice: 0;*/
    background-image: linear-gradient(to right, var(--base-first-gradientcolor) 0%, var(--base-second-gradientcolor) 50%, var(--base-first-gradientcolor) 100%);
    background-position: right center;
    border-image: linear-gradient(to right,var(--base-first-gradientcolor) ,var(--base-second-gradientcolor));
     color: var(--base-white);
}
.prt-btn.prt-btn-style-border.prt-btn-color-whitecolor:hover{
    background: var(--base-white);
    color: var(--base-dark) !important;
    border-color: var(--base-white);
}
/** prt-icon-shap**/
.prt-btn.prt-icon-shap {
    padding: 15px 48px 15px 29px;
}
.header_btn .prt-btn.prt-icon-shap.prt-btn-style-fill i,
.prt-btn.prt-icon-shap.prt-btn-style-fill.prt-btn-color-skincolor i,
.prt-pricing-plan.pricing-recommended-plan .prt-btn.prt-icon-shap.prt-btn-style-border i{
    background-color: var(--base-white);
    color: var(--base-dark);
}
.header_btn .prt-btn.prt-icon-shap.prt-btn-style-fill:hover i,
.prt-pricing-plan.pricing-recommended-plan .prt-btn.prt-icon-shap.prt-btn-style-border:hover i{
    background-color: var(--base-skin);
    color: var(--base-white);
}
.prt-btn.prt-icon-shap.prt-btn-style-border i,
.prt-btn.prt-icon-shap.prt-btn-style-fill i{
    text-align: center;
    right: 6px;
    top: 6px;
    position: absolute;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    height: 34px;
    width: 34px;
    line-height: 34px;
    background-color: var(--base-skin);
    border-radius: 5px;
    color: var(--base-white);
    transition: all 0.5s ease 0s;
}
.newsletter-form button[type="submit"] i:before{font-weight: 600;}

/** btn-inline **/
.prt-btn.btn-inline{
    text-transform: capitalize;
    padding: 19px 0 0 60px;
    border: 0;
    overflow: visible;
    background-color: transparent;
    transition: all 0.2s ease 0s;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--base-headingfont);
    position: relative;
    color: var(--base-dark);
}
.prt-btn.btn-inline.prt-icon-btn-left.prt-btn-color-darkcolor i:before,
.prt-btn.btn-inline.prt-icon-btn-left.prt-btn-color-whitecolor i:before{
    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 55px;
    top: 0;
    left: 0;    
    text-align: center;
    background-color: var(--base-dark);
    color: var(--base-white);
    border-radius: 50px;
    font-weight: 900;
    transition: all 0.5s ease 0s;
}
.prt-btn.btn-inline.prt-icon-btn-left.prt-btn-color-darkcolor:hover i:before,
.prt-btn.btn-inline.prt-icon-btn-left.prt-btn-color-whitecolor:hover i:before {
    transform: rotate(45deg);
}
.prt-btn.btn-inline.prt-icon-btn-left.prt-btn-color-whitecolor i:before{
    background-color: var(--base-white);
    color: var(--base-dark);
}
.prt-btn.btn-inline.prt-icon-btn-left.prt-btn-color-whitecolor:hover i:before{
    background: var(--base-dark);
    color: var(--base-white);
}
.prt-btn.btn-underline { position: relative; overflow: visible; vertical-align: baseline;}
.prt-btn.btn-underline:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: currentColor;
    bottom: 0;
    left: 0px;
    transition: all 0.1s ease 0s;
}

/* play-btn / play-icon */
.prt-play-icon {
    color: #fff;
    display: block;
    position: relative;
}
.prt-play-icon .prt-play-icon-animation{ 
    display: inline-block;
    position: relative;
}
.prt-play-icon .prt-play-icon-animation:after, .prt-play-icon .prt-play-icon-animation:before {
    content: '';
    border: 3px solid;
    width: 150%;
    height: 150%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    z-index: -1;
    -webkit-animation: 1s videoplay-anim linear infinite;
    animation: 1s videoplay-anim linear infinite;
}
.prt-play-icon .prt-play-icon-animation:after, .prt-play-icon .prt-play-icon-animation:before {
    -webkit-animation:videoplay-anim 1.08s infinite;
    -moz-animation:videoplay-anim 1.08s infinite;
    -ms-animation:videoplay-anim 1.08s infinite;
    -o-animation:videoplay-anim 1.08s infinite;
    animation:videoplay-anim 1.08s infinite;
}
.prt-play-icon .prt-play-icon-animation:before {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}
.prt-play-icon-btn .prt-icon.prt-icon_element-size-sm i.fa-play{ 
    padding-left: 5px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    z-index: 2;
}
.prt-play-icon-btn .prt-icon.prt-icon_element-size-md i.fa-play{ 
    font-size: 23px;
    z-index: 2;
}
i.fa-play{ padding-left: 5px; }
.prt-play-icon-btn .prt-play-icon-animation{
    position: relative;
    display: inline-block;
}
.prt-play-icon-btn .prt-play-icon-animation .prt-icon { margin-bottom: 0; }
.prt-play-icon-btn .prt-play-icon-animation .prt-icon:after {
    content: '';
    position: absolute;
    top: 51%;
    left: 51%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.prt-play-icon-btn .prt-play-icon-animation .prt-icon:after{
    z-index: 1;
    width: calc(100% * 1.25 );
    height: calc(100% * 1.25 );
    opacity: .4;
    background-color: inherit;
}
.prt-bgcolor-skincolor .prt-play-icon-btn .prt-play-icon-animation:after { opacity: .1; }

.prt-play-icon-btn.animated .prt-play-icon-animation .prt-icon:after, 
.prt-play-icon-btn:hover .prt-play-icon-animation .prt-icon:after {
    -webkit-animation:sep-anim 1.05s infinite;
    -moz-animation:sep-anim 1.05s infinite;
    -ms-animation:sep-anim 1.05s infinite;
    -o-animation:sep-anim 1.05s infinite;
    animation:sep-anim 1.05s infinite;
}
@-webkit-keyframes sep-anim{ 100% { width:200%;height:200%;opacity:0 } }
@keyframes sep-anim{ 100% { width:200%;height:200%;opacity:0 } }



/* ===============================================
    9.Icons
------------------------*/
.prt-icon{
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    box-sizing: content-box;
    position: relative;
}
.prt-icon i {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all 0.3s ease 0s;
}
.prt-icon_element-color-skincolor {
    color: var(--base-skin);
}
.prt-icon_element-color-darkcolor {
    color: var(--base-dark);
}
.prt-icon_element-color-whitecolor {
    color: var(--base-white);
}
.prt-icon.prt-icon_element-fill.prt-icon_element-color-skincolor {
    background-color: var(--base-skin);
    color: var(--base-white);
}
.prt-icon.prt-icon_element-border.prt-icon_element-color-skincolor {
    border: 1px solid var(--base-skin);
    color: var(--base-skin);
}
.prt-icon_element-color-darkgrey {
    color: var(--base-dark);
}
.prt-icon.prt-icon_element-fill.prt-icon_element-color-darkgrey {
    background-color: var(--base-dark);
    color: var(--base-white);
}
.prt-icon.prt-icon_element-border.prt-icon_element-color-darkgrey {
    border: 1px solid var(--base-dark);
    color: var(--base-dark);
}
.prt-icon.prt-icon_element-fill.prt-icon_element-color-grey {
    background-color: var(--base-grey);
    color: var(--base-skin);
}
.prt-icon.prt-icon_element-border.prt-icon_element-color-grey {
    border: 1px solid var(--base-grey);
    color: var(--base-skin);
}
.prt-icon.prt-icon_element-fill.prt-icon_element-color-white {
    background-color: var(--base-white);
    color: var(--base-skin);
}
.prt-icon.prt-icon_element-border.prt-icon_element-color-white {
    border: 1px solid var(--base-white);
    color: var(--base-white);
}
/** icon-size-xs **/
.prt-icon.prt-icon_element-size-xs { height: 30px; width: 30px; line-height: 30px; }
.prt-icon.prt-icon_element-size-xs i { font-size: 16px; }

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

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

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

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

.prt-icon.prt-icon_element-onlytxt { height: auto; width: auto; line-height: 1;}
.prt-icon.prt-icon_element-onlytxt i { 
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    transform: translate(0,0);
}

/** icon-shape **/
.prt-icon.prt-icon_element-style-round { border-radius: 5px; }
.prt-icon.prt-icon_element-style-rounded { border-radius: 50%; }
.prt-icon.prt-icon_element-style-square { border-radius: 0;}

/* prt-list-style-icon */
.prt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.prt-list.prt-list-style-icon.fw-normal li i , 
.prt-list.prt-list-style-icon.fw-normal .prt-list-li-content {
    font-weight: normal;
    padding-bottom: 2px;
}
.prt-list.prt-list-style-icon li {
    position: relative;
    padding: 14px 0;
    display: flex;
    align-items: baseline;
    width: 100%;
}
.prt-list.prt-list-style-icon li:last-child{padding-bottom: 0;}
.prt-list.prt-list-style-icon li i.fa-minus:before{
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    height: 2px;
    width: 7px;
    background-color: currentcolor;
}
.prt-list.prt-list-style-icon li i:before{
    content: "\e649";
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 6px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #000;
    background-color: var(--base-grey);
    border-radius: 50px;
}
.prt-list.prt-list-style-icon .prt-list-li-content {
    display: inline-block;
    padding-left: 50px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
/*prt-list-style-icon-01*/
.prt-list.prt-list-style-icon-01 .prt-list-li-content {
    display: table;
    padding: 8px 20px 9px 42px;
    font-size: 16px;
    color: var(--base-headingfont-color);
    font-weight: 600;
    font-family: var(--base-headingfont);
    position: relative;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background-color: var(--base-grey);
    margin-bottom: 15px;
}
.prt-list.prt-list-style-icon-01 .prt-list-li-content:last-child{ margin-bottom: 0; }
.prt-list.prt-list-style-icon-01 li:before{
    content: "\f05a";
    position: absolute;
    line-height: 45px;
    left: 20px;
    top: 0px;
    font-size: 15px;
    font-weight: 900;
    font-family: 'FontAwesome';
    text-align: center;
    color: var(--base-headingfont-color);
}
/*prt-list-style-icon-02*/
.prt-list.prt-list-style-icon-02 .prt-list-li-content {
    display: block;
    padding: 5px 0 6px 24px;
    font-size: 17px;
    color: var(--base-headingfont-color);
    font-weight: 500;
    font-family: var(--base-headingfont);
    position: relative;
}
.prt-list.prt-list-style-icon-02 .prt-list-li-content:last-child{ margin-bottom: 0; }
.prt-list.prt-list-style-icon-02 li:before{
    content: "\f157";
    position: absolute;
    line-height: 39px;
    left: 0;
    top: 0px;
    font-size: 14px;
    font-weight: 900;
    font-family: 'flaticon';
    background: linear-gradient(45deg,var(--base-first-gradientcolor) ,var(--base-second-gradientcolor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.prt-experience .prt-list-li-content{ color: var(--base-bodyfont-color) !important; font-weight: 400 !important; }



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


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

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

/* ===============================================
    10.Fid
------------------------*/
.inside {
    position: relative;
    transition: all .4s;
    padding: 10px 0 15px;
}
.prt-fid-view-lefticon .prt-fid-icon-wrapper ,
.prt-fid-view-lefticon .prt-fid-contents ,
.prt-fid-view-righticon .prt-fid-icon-wrapper ,
.prt-fid-view-righticon .prt-fid-contents{
    display: table-cell;
    vertical-align: top;
}
.prt-fid-view-lefticon .prt-fid-contents,
.prt-fid-view-righticon .prt-fid-icon-wrapper {
    padding-left: 15px;
    text-align: left;
}
.prt-fid-view-topicon i {
    margin-bottom: 10px;
}
.prt-fid-icon-wrapper i {
    font-size: 45px;
    line-height: 50px;
    position: relative;
    display: inline-block;
}
.inside h4, .inside h4 span {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
}
.inside h3 {
    margin-bottom: 0;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 0;
}

/* style1 */
.prt-fid.inside.style1 {
    margin: 0;
    padding: 0;
}
.prt-fid.inside.style1 h4, .prt-fid.inside.style1 h4 span{
    font-size: 58px;
    line-height: 58px;
    font-weight: 600;
    display: table-cell;
}
/* style2 */
.prt-fid.inside.style2 {
    margin: 0;
    padding: 0;
}
.prt-fid.inside.style2 h4, .prt-fid.inside.style2 h4 span{
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    display: table-cell;
    color: var(--base-white);
}
.prt-fid.inside.style2 .fid-contents p{
    color: var(--base-white);
    margin-bottom: 0;
}
.prt-fid.inside.style2 .prt-fid-contents{ 
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*circle-progress*/
.prt-fid-view-circle-progress {
    border: 1px solid #e7e7e7;
    padding: 30px 20px 25px 20px;
    margin: 12px 0;
}
.prt-fid-view-circle-progress .prt-circle-content { 
    float: left;
    line-height: 0;
    position: relative;
    margin-right: 15px;
}
.prt-fid-view-circle-progress .prt-circle-boxcontent {
    position: absolute;
    top: 51%;
    left: 0;
    width: 100%;
    text-align: center;
    -khtml-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}
.prt-fid-view-circle-progress .prt-fid-number,
.prt-fid-view-circle-progress .prt-fid-number sub,
.prt-fid-view-circle-progress .prt-fid-number sup {
    padding: 17px;
    font-size: 19px;
    font-weight: 700;
    color: var(--base-dark);
}
.prt-fid-view-circle-progress .prt-fid-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}


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

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

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

/* style1 */
.featured-icon-box.style1 { 
    overflow: hidden; 
    position: relative; 
    margin: 0; 
    display: flex;
    align-items: center;
    padding: 52px 65px 46px 30px;
    min-height: 255px;
}
.featured-icon-box.style1 .featured-icon{
    min-width: 130px;
    height: 130px;
    background-color: rgba(255 255 255 / 0.15);
    border-radius: 10px;
    border: 1px solid rgba(255 255 255 / 0.50);
    box-shadow: 0 0 20px rgba(0 0 0 / 0.10);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured-icon-box.style1 .featured-icon i{
    font-size: 68px;
    line-height: 68px;
}
.featured-icon-box.style1 .featured-title{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.featured-icon-box.style1 .featured-title .fid-text{
    font-size: 64px;
    line-height: 64px;
    font-weight: 700;
    color: var(--base-white);
}
.featured-icon-box.style1 .featured-content{ padding: 0 0 0 30px; }
.featured-icon-box.style1 .featured-title h3{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 12px;
    font-weight: 700;
    color: var(--base-white);
    margin: 0 0 0 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.featured-icon-box.style1 .featured-desc p{ 
    color: var(--base-white); 
    margin-bottom: 0; 
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*style2*/
.featured-icon-box.style2{
    position: relative;
    margin: 15px 0;
    border-radius: 25px;
    background-color: var(--base-grey);
    color: var(--base-dark);
    padding: 50px 40px 44px;
    text-align: left;
    overflow: hidden;
    width: 100%;
    transition: all .2s ease-in-out;
}
.featured-icon-box.style2.bg-base-dark{ background-color: var(--base-dark); color: var(--base-white); }
.featured-icon-box.style2.bg-base-gradient{ background-color: var(--base-gradient); color: var(--base-white); }
.featured-icon-box.style2 .featured-icon{ display: block; }
.featured-icon-box.style2 .featured-icon .prt-icon i{
    font-size: 58px;
    line-height: 48px;
    background: linear-gradient(45deg,var(--base-first-gradientcolor) ,var(--base-second-gradientcolor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.featured-icon-box.style2.bg-base-gradient .featured-icon .prt-icon i{
    color: var(--base-white);
    -webkit-text-fill-color: var(--base-white);
}
.featured-icon-box.style2 .featured-icon{ 
    display: flex; 
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 15%); 
}
.featured-icon-box.style2.bg-base-dark .featured-icon,
.featured-icon-box.style2.bg-base-gradient .featured-icon{ border-bottom: 1px solid rgb(255 255 255 / 15%); }
.featured-icon-box.style2 .icon-title{
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin: 0px 0 0 15px;
}
.featured-icon-box.style2 .featured-content{ padding: 30px 0 0 0; }
.featured-icon-box.style2 .prt-call,
.featured-icon-box.style2 .prt-email,
.featured-icon-box.style2 .prt-address{
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
    font-weight: 700;
}
.featured-icon-box.style2.bg-base-dark .prt-call,
.featured-icon-box.style2.bg-base-dark .prt-email,
.featured-icon-box.style2.bg-base-dark .prt-address,
.featured-icon-box.style2.bg-base-dark  a,
.featured-icon-box.style2.bg-base-gradient a{ color: var(--base-white); }
.featured-icon-box.style2 .prt-call a{ font-size: 17px; }
.featured-icon-box.style2 .prt-email a{ font-weight: 400; }
.featured-icon-box.style2.bg-base-grey .prt-email a.underline:before{ background-color: var(--base-dark); }

.featured-icon-box.style2.bg-base-dark .prt-address span,
.featured-icon-box.style2.bg-base-gradient .prt-address span,
.featured-icon-box.style2.bg-base-grey .prt-address span{ 
    font-size: 17px;
    line-height: 27px;
    color: var(--base-white); 
    font-weight: 400; 
}
.featured-icon-box.style2.bg-base-grey .prt-address span{ color: rgba(0, 0, 0, 0.80); }

 /*style3*/
.featured-icon-box.style3 {
    position: relative;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
}
.featured-icon-box.style3 .featured-content { padding: 0 0 0 20px; }
.featured-icon-box.style3 .featured-icon{ min-width: 26px; }
.featured-icon-box.style3 .featured-icon img{ max-width: 26px; }
.featured-icon-box.style3 .featured-title h3{
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 3px;
    font-weight: 600;
 }
.featured-icon-box.style3 .featured-desc p{ 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(--base-dark);
}
.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-dark);
}
.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 {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    transition: all .5s ease-in-out;
    margin: 20px 0;
    width: 100%;
}
.featured-imagebox-post.style1 .featured-thumbnail{
    border-radius: 20px;
    overflow: hidden;
}
.featured-imagebox-post.style1 .featured-thumbnail img{
    transform: scale(1);
    width: 100%;
    width: calc(100% + 20px);
    max-width: none;
    border-radius: 20px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.featured-imagebox-post.style1:hover .featured-thumbnail img{
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}
.featured-imagebox-post.style1 .featured-content { 
    text-align: left;
    padding: 50px 30px 27px;
    background-color: rgba(255 255 255 / 0.88);
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0 20px 20px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.featured-imagebox-post.style1 .featured-content h3 {
    position: relative;
    font-size: 22px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.featured-imagebox-post.style1 .featured-content h3{ 
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    background-image: linear-gradient(var(--base-dark), var(--base-dark)), 
                    linear-gradient(var(--base-dark), var(--base-dark));
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}
.featured-imagebox-post.style1:hover .featured-content h3{ background-size: 0 1px, 100% 1px; }
.featured-imagebox-post.style1 .featured-content .post-meta span {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding-right: 17px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
}
.featured-imagebox-post.style1 span.prt-meta-line.category{ padding-right: 0px; }
.featured-imagebox-post.style1 span.prt-meta-line.category a{
    border: 1px solid #000;
    padding: 6px 14px 8px;
    border-radius: 50px;
    display: block;
}
.featured-imagebox-post.style1 span.prt-meta-line.category a:hover{
    border-color: var(--base-dark);
    background-color: var(--base-dark);
    color: var(--base-white);
}
.featured-imagebox-post.style1 .featured-content .post-meta span.prt-meta-line.date:before{
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 4px;
    height: 4px;
    background-color: var(--base-dark);
    border-radius: 50px;
}


/* services-1 */

/*style1*/
.featured-imagebox-service.style1{
    position: relative;
    margin: 15px 0;
    overflow: hidden;
    border-radius: 25px;
    background-color: var(--base-grey);
    border: 1px solid #e7e7e7;
    padding: 45px 30px 55px;
    text-align: left;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.featured-imagebox-service.style1:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/services/service-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.featured-imagebox-service.style1:hover:before{ opacity: 1; }
.featured-imagebox-service.style1 .featured-content{ position: relative; }
.featured-imagebox-service.style1 .featured-title h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 10px;
}
.featured-imagebox-service.style1 .featured-thumbnail img{
    border-radius: 15px;
    margin-top: 30px;
    width: 100%;
}
/*style2*/
.featured-imagebox-service.style2{
    position: relative;
    margin: 20px 0;
    overflow: hidden;
    border-radius: 25px;
    background-color: var(--base-white);
    padding: 30px 40px 40px;
    text-align: left;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.featured-imagebox-service.style2:hover{
    transform: translateY(-6px);
}
.featured-imagebox-service.style2:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/services/service-bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.featured-imagebox-service.style2:hover:before{ opacity: 1; }
.featured-imagebox-service.style2 .featured-content{ position: relative; }
.featured-imagebox-service.style2 .featured-title h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.featured-imagebox-service.style2 .featured-desc p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.featured-imagebox-service.style2 .featured-thumbnail img{
    border-radius: 15px;
    margin-top: 26px;
    width: 100%;
    position: relative;
}
.featured-imagebox-service.style2 .featured-thumbnail{ position: relative; overflow: hidden; }
.services-btn{
    position: absolute;
    bottom: 40px;
    left: 20px;
    opacity: 0;
    transform: translateX(-100%);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.featured-imagebox-service.style2:hover .services-btn{
    opacity: 1;
    transform: translateX(0);
}
.featured-imagebox-service.style2:hover .services-btn .prt-btn.btn-inline.prt-icon-btn-left.prt-btn-color-whitecolor i:before{
    background: var(--base-dark);
    color: var(--base-white);
}
/* team-1 */
.featured-imagebox-team.style1 { 
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 35px 0 rgba(0 0 0 / 0.12);
    margin: 15px 0;
}
.featured-imagebox-team.style1 .featured-thumbnail {
    overflow: hidden;
    border-radius: 50%;
}
.featured-imagebox-team.style1 .featured-thumbnail img {
    border-radius: 50%;
    -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-team.style1:hover .featured-thumbnail img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.team-btn a.prt-btn { 
    width: 192px;
    height: 192px;
    line-height: 22px;
    background-color: rgba(255 255 255 / 0.50);
    border: 1px solid var(--base-white);
    border-radius: 50%;
    box-shadow: 0 0 35px 0 rgba(0 0 0 / 0.12);
    margin: 15px 0;
    padding: 57px 0 55px !important;
    display: flex;
    justify-content: center;
    text-align: left;
    overflow: hidden;
}
.team-btn a.prt-btn i{
    position: absolute;
    bottom: 57px;
    left: 50px;
    font-size: 12px;
    line-height: 12px;
}
.team-btn a.prt-btn:hover{
    background-color: var(--base-dark); 
    color: var(--base-white);
}
/*style2*/
.featured-imagebox-team.style2{
    position: relative;
    margin: 15px 0;
    overflow: visible;
    transition: all .4s;
}
.featured-imagebox-team.style2 .featured-thumbnail {
    width: 130px;
    border-radius: 50%;
    overflow: hidden;
}
.featured-imagebox-team.style2 .featured-thumbnail img {
    border-radius: 50%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.featured-imagebox-team.style2: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-team.style2 .featured-thumbnail, 
.featured-imagebox-team.style2 .featured-content {
    display: table-cell;
    vertical-align: middle;
}
.featured-imagebox-team.style2 .featured-content{ padding: 0 0 0 30px; }
.featured-imagebox-team.style2 .featured-content .team-position {
    color: var(--base-bodyfont-color);
    font-size: 16px;
}
.featured-imagebox-team.style2 .featured-content .featured-title h3 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.copy-text { position: relative; display: inline-flex; margin: 30px 0 8px 0; }
.copy-text p span{ 
    background: linear-gradient(45deg,var(--base-first-gradientcolor) ,var(--base-second-gradientcolor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.copy-text-email { margin: 0;}
.copy-text p, .copy-text-email p {
    margin-bottom: 0;
    font-family: var(--base-headingfont);
    font-size: 24px;
    line-height: 34px;
    color: var(--base-dark);
    font-weight: 500;
}
.copy-text-email p {
    font-size: 17px;
    line-height: 27px;
    position: relative;
}
.copy-text-email p a:hover{ color: var(--base-skin); }
button.copytext {
    padding: 0;
    margin: 0 0 0 12px;
    font-size: 20px;
    cursor: pointer;
    color: rgba(0 0 0 / 0.5);
    background-color: transparent;
    border: none;
    outline: none;
}
.copy-text button:before {
    content: "Click To Copy";
    position: absolute;
    top: -35px;
    right: -39px;
    color: #fff;
    background: var(--base-dark);
    padding: 4px 10px 5px;
    border-radius: 10px;
    font-size: 12px;
    display: none;
}
.copy-text button:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 5px;
    width: 10px;
    height: 10px;
    background: var(--base-dark);
    transform: rotate(45deg);
    display: none;
    z-index: -1;
}
.copy-text button:hover:before, .copy-text button:hover:after { opacity: 1; }
.copy-text button:before, .copy-text button:after {
    display: block;
    opacity: 0;
    transition: 0.2s ease;
}
/*style3*/
.featured-imagebox-team.style3{
    text-align: center;
    background-color: transparent;
    box-shadow: 0px 3px 29px 0px rgba(24, 29, 78, 0.14);

    border-radius: 10px;
    transition: all 0.5s ease;
    background-color: #fff;
    width: 100%;
    margin: 15px 0;
}
.featured-imagebox-team.style3:hover{
    background-color: var(--base-skin);
}
.featured-imagebox-team.style3 .featured-thumbnail img{
    position: relative;

    transition: all 0.5s ease;
}
.featured-imagebox-team.style3:hover .featured-thumbnail img{ border-radius: 40px; }
.featured-imagebox-team.style3 .featured-content{   }
.featured-imagebox-team.style3 .featured-title h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0;
    transition: all 0.5s ease;
}
.featured-imagebox-team.style3 p.team-position {
    margin-bottom: 0;
    transition: all 0.5s ease;
}
.featured-imagebox-team.style3:hover .featured-title h3 a,
.featured-imagebox-team.style3:hover p.team-position{
    color: var(--base-white);
}


/*.featured-steps-box*/
.featured-stepsbox-main{ position: relative; }
.featured-stepsbox-main:before{ 
    content: '';
    position: absolute;
    width: 100%;
    height: 75px;
    left: 152px;
    background-image: url(../images/work-process.png);
    background-repeat: no-repeat;
    top: 30px;
    bottom: 0;
}
.featured-steps-box{
    position: relative;
    margin: 15px 0;
    text-align: center;
    padding: 0 40px;
}
.featured-steps-box.top-spacing{ margin-top: 64px; }
.featured-steps-box .featured-steps-num{
    position: relative;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: var(--base-dark);
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out; 
    transition: all .2s ease-in-out; 
}
.featured-steps-box:hover .featured-steps-num{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-steps-box .featured-steps-num span:before{
    counter-increment: container;
    content: counter(container,decimal-leading-zero);
    font-size: 20px;
    color: var(--base-white);
    font-weight: 600;
}
.featured-steps-box .featured-content{ padding-top: 22px; }
.featured-steps-box .featured-title h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
/*featured-contentbox*/
.featured-contentbox{
    position: relative;
    margin: 15px 0;
    text-align: left;
}
.featured-contentbox .featured-title h3.title{
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
}
.featured-contentbox .featured-title h3.title i{
    font-size: 20px;
    line-height: 20px;
    margin-right: 5px;
    background: linear-gradient(45deg,var(--base-first-gradientcolor) ,var(--base-second-gradientcolor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-abouttext{ font-size: 20px; line-height: 30px; font-weight: 600; color: var(--base-dark); }
.about-help-block{ display: flex; align-items: center; padding-top: 38px; margin-top: 18px; }
p.about-help-text{
    font-size: 20px;
    line-height: 30px;
    color: var(--base-dark);
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0;
    padding-left: 25px;
}
.about-help-block img{
    width: 160px;
    height: 67px;
}
.about-overlay-block{
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.60);
    position: absolute;
    left: 40px;
    bottom: 40px;
    padding: 25px 30px;
    border: 1px solid var(--base-white);
    width: 318px;
}
.about-overlay-block .prt-fid.inside.style2 h4, 
.about-overlay-block .prt-fid.inside.style2 h4 span{ color: var(--base-dark); }
.about-overlay-block .prt-fid.inside.style2 .fid-contents p{ color: var(--base-bodyfont-color); }

/*style2*/
.about-overlay-block.style2 {
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--base-white);
    margin: 0 40px 40px;
    padding: 30px 40px 40px;
    text-align: left;
}
.about-overlay-block.style2 .title h3{
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
}

/*style3*/
.about-block1{
    position: relative;
    color: var(--base-white);
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--base-white);
    margin: 0 0 40px;
    padding: 30px 40px 40px;
    text-align: left;
}
.about-block1 .title h3{
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: var(--base-white);
}

.about-overlay-block.style2 .title h3,
.about-block1 .title h3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* ===============================================
    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: 14px;
    font-size: 17px;
    font-weight: 600;
    color: var(--base-dark);
    font-family: var(--base-headingfont);
    padding-left: 54px;
}
.prt-progress-bar .progress-bar-percent {
    background: none;
    position: absolute;
    left: 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 */
.skill-text{
    background-color: var(--base-dark);
    color: var(--base-white);
    display: inline-block;
    padding: 10px 19px;
    border-radius: 50px;
    margin-top: 10px;
}
.skill-text i{
    background: var(--base-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 6px;
    font-size: 19px;
}
.prt-progress-bar.style1:not(:last-child){ margin-bottom: 28px; }
.prt-progress-bar.style1 h3.progress-title,
.prt-progress-bar.style1 h3.progress-percentage.counter {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--base-dark);
    line-height: 26px;
    font-weight: 600;
}
.prt-progress-bar.style1 .progress-bar-percent {
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    color: var(--base-dark);
    top: 30px;
}
.prt-progress-bar.style1 .progress-bar {
    display: block;
    height: 6px;
    line-height: 6px;
    position: relative;
    background: var(--base-gradient);
    overflow: visible;
    bottom: 10px;
    border-radius: 3px;
}
.prt-progress-bar.style1 .progress-bar-inner{ 
    box-shadow: none;
    height: 2px;
    width: 100%;
    z-index: 1;
    border-radius: 1px;
    background-color: #e5e5e5;
}

/* ===============================================
    14.Testimonial
------------------------*/
.testimonials {
    position: relative;
}
.testimonials .testimonial-caption h3 {
    font-size: 22px;
    line-height: 34px;
    display: block;
    margin-bottom: 0;
}
.testimonial-caption label {
    display: block;
    margin: 0; 
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 4px;
    color: var(--base-skin);
}
.testimonials .testimonial-content blockquote{
    padding: 10px 25px;
    font-size: 20px;
    position: relative;
    line-height: 32px;
    font-style: italic;
    margin: 0;
}

/*style1*/

.testimonials.style1 {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    padding: 34px 40px 40px;
    border-radius: 10px;
    background-color: var(--base-white);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.testimonials.style1 .testimonial-rating-star {
    margin-bottom: 5px;
}
.testimonials.style1 .testimonial-rating-star{ margin-right: 10px; }
.testimonials.style1 .testimonial-rating-star i { color: #ffa200; font-size: 15px; }
.testimonials.style1 p.testimonialtext{ font-size: 15px; }
.testimonials.style1 .testimonial-img img { border-radius: 50px; width: 58px; }
.testimonials.style1 .testimonial-blockquote p {
    margin-bottom: 30px;
    color: var(--base-dark);
    font-weight: 400;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    font-size: 19px;
    line-height: 27px;
    font-style: italic;
}
.testimonials.style1 .testimonial-avatar {
    display: flex;
    align-items: center;
}
.testimonials.style1 .testimonial-img {
    margin-right: 20px;
}
.testimonials.style1 .testimonial-title {
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
}
.testimonials.style1 .testimonial-position {
    font-size: 15px;
    line-height: 22px;
}
/* ===============================================
    15.Client-row  
------------------------*/
.client-box {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.client-box .prt-client-logo-tooltip{ 
    margin-top: 35px; 
    margin-bottom: 0;
    overflow: hidden;
}
.client-box .prt-client-logo-tooltip,
.client-box .prt-client-logo-tooltip-inner{
    position: relative; 
}
.client-box .prt-client-logo-tooltip img{
    display: block;
    margin: 0 auto;
}

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


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

/* prt-style-classic style1 */
/*style1*/
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: var(--base-headingfont-color);
    background-color: transparent;
    padding: 25px 0 30px 102px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    display: flex;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active{
    border-bottom: 1px solid transparent;
    padding: 25px 0 0 102px;
}
.accordion.style1 .toggle-content{
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 27px;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:before{
    position: absolute;
    left: 0;
    top: 29px;
    counter-increment: container;
    content: counter(container,decimal-leading-zero) " Step";
    font-size: 15px;
    line-height: 15px;
    color: var(--base-bodyfont-color);
    border: 1px solid #e7e7e7;
    padding: 5px 13px 5px 13px;
    border-radius: 50px;
    width: 86px;
    height: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active:before,
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:hover:before{
    background-color: var(--base-dark);
    border: 1px solid var(--base-dark);
    color: var(--base-white);
}
.accordion.style1 .toggle .toggle-title a:after{ display: none; }

/*style2*/
.accordion.style2{ min-height: 675px; }
.accordion.style2 .toggle.prt-toggle_style_classic { 
    padding: 0;
    background-color: var(--base-grey);
    border: 1px solid #e7e7e7;
    border-radius: 15px;
    margin: 0 0 15px;
}
.accordion.style2 .toggle.prt-toggle_style_classic:last-child {
    margin-bottom: 0;
}
.accordion.style2 .toggle.prt-toggle_style_classic .toggle-content { 
    margin-top: 0;
    padding: 0px 30px 25px 30px;  
}
.accordion.style2 .toggle.prt-toggle_style_classic .toggle-content p{ 
    border-top: 1px solid rgba(0, 0, 0, 0.10); 
    padding-top: 25px;
}
.accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a {
    padding: 22px 70px 24px 30px;
    font-family: var(--base-headingfont);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--base-headingfont-color);
    white-space: normal;
}
.accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a.active {
    padding: 22px 70px 22px 30px;
}
.accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a:after{
    content: "\f129";
    font-size: 12px;
    font-family: 'flaticon';
    position: absolute;
    top: 23px;
    right: 30px;
    transition: all 0.1s ease;
}
.accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a.active:after {
    transform: rotate(90deg);
}

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

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

/* form */
.prt-blog-classic-box-comment{
    padding: 40px 50px 50px;
    border-radius: 25px;
    border: 1px solid #e7e7e7;
}
.prt-blog-classic-box-comment h3.comment-reply-title{
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
}
.wrap-form.contact_form span.text-input i {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 15px;
    z-index: 1;
    color: var(--base-skin);
}
.wrap-form.contact_form span.text-input input, 
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select {
    border-radius: 0;
    color: rgba(0,0,0,.60);
    border-color: transparent;
    border-radius: 5px;
    padding: 12px 15px;
    padding-left: 44px;
}
.wrap-form.contact_form span.text-input textarea { padding: 10px 15px; padding-left: 44px;}

.prt-bgcolor-grey .wrap-form.contact_form span.text-input input, 
.prt-bgcolor-grey .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-grey .wrap-form.contact_form span.text-input select{
    background-color: #fff;
}
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input, 
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select{
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 2px solid rgba(255,255,255,.12);
}
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input::-webkit-input-placeholder, 
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea::-webkit-input-placeholder,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select::-webkit-input-placeholder {
    color: #fff;
}
.wrap-form.query_form span.text-input { margin: 0 0 30px; }
.wrap-form.query_form span.text-input input,
.wrap-form.query_form span.text-input select,
.wrap-form.query_form span.text-input textarea {
    border-radius: 50px;
    border: 1px solid #e7e7e7;
    background-color: transparent;
    color: #000;
    padding: 10px 20px;
    font-size: 15px;
}
.wrap-form.query_form span.text-input textarea{ border-radius: 25px; }
.wrap-form span.text-input input::-webkit-input-placeholder, 
.wrap-form span.text-input textarea::-webkit-input-placeholder,
.wrap-form span.text-input select::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.50);
}
.wrap-form.query_form button.prt-btn{ width: 100%; }

/*style1*/
.wrap-form.query_form-1 span.text-input { margin: 0 0 20px; }
.wrap-form.query_form-1 span.text-input label{
    font-family: var(--base-headingfont);
    font-size: 18px;
    line-height: 19px;
    color: #000;
}
.wrap-form.query_form-1 span.text-input input,
.wrap-form.query_form-1 span.text-input select,
.wrap-form.query_form-1 span.text-input textarea {
    border-radius: 8px;
    border: 1px solid rgba(0 0 0 / 0.10);
    background-color: transparent;
    color: #000;
    padding: 8px 15px;
    font-size: 14px;
}
.wrap-form.query_form-1 span.text-input input::-webkit-input-placeholder, 
.wrap-form.query_form-1 span.text-input textarea::-webkit-input-placeholder,
.wrap-form.query_form-1 span.text-input select::-webkit-input-placeholder,
.wrap-form.query_form-1 span.text-input select {
    color: rgba(0 0 0 / 0.55);
}
.wrap-form.query_form-1 span.text-input select{ padding: 10px 15px 12px; }
.wrap-form.query_form-1 button.prt-btn{ width: 100%; }

.wrap-form.query_form-1 .select-type label{ 
    width: auto; 
    margin-left: 12px; 
    color: #000; 
    font-size: 16px !important;
    font-family: var(--base-bodyfont) !important; 
} 
.wrap-form.query_form-1 .select-type .input-select{
    border: 1px solid rgba(0 0 0 / 0.10);
    display: inline-flex;
    border-radius: 8px;
    color: rgba(0 0 0 / 0.55);
    font-size: 14px;
    padding: 12px 15px;
    margin: 0 10px 8px 0;
}
.wrap-form.query_form-1 span.text-input.select-type input{ border: 1px solid #000; padding: 0; }


/* ===============================================
    18.Tab
------------------------*/
.prt-tabs ul.tabs{
    width:100%; 
    padding: 0;
    margin: 0;
}
.prt-tabs ul.tabs li{ 
    position: relative;
    display: inline-block;
}
.prt-tabs ul.tabs li:last-child{
    margin-bottom: 0;
}
.prt-tabs .content-tab .content-inner {
    display: none;
}
.prt-tabs .content-tab .content-inner.active {
    display: block;
}


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


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


/* ===============================================
    20.Pricing-Plan
------------------------*/
.featured-pricingplan-style1 {
    height: 498px;
    overflow: hidden;
    border-radius: 25px;
    margin: 15px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--base-grey);
    border: 1px solid #e7e7e7;
}
.featured-box-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    display: flex;
    height: 498px;
    position: relative;
    width: 100%;
}
.prt-pricingbox-style1 .prt-box-col-wrapper {
    width: 100%;
    max-width: calc(23.22222% - -31.44444px);
    border-radius: 25px;
    -webkit-transition: max-width .5s cubic-bezier(.6, 0, .2, 1);
    -o-transition: max-width .5s cubic-bezier(.6, 0, .2, 1);
    transition: max-width .5s cubic-bezier(.6, 0, .2, 1);
    display: block;
    overflow: hidden;
}
.prt-pricingbox-style1 .prt-boxes-row-wrapper .prt-box-col-wrapper.active{
    width: 100%;
    max-width: calc(56.55556% - 102.88889px);
}
.prt-pricingbox-style1 .featured-pricing-content{
    opacity: 1;
    top: 0;
}
.prt-pricingbox-style1 .featured-pricing-content{
    text-align: left;
    top: 0;
    opacity: 1;
    height: 100%;
    position: absolute;
    -webkit-transition: top .5s cubic-bezier(.6,0,.2,1),opacity .8s cubic-bezier(.6,0,.2,1);
    -o-transition: top .5s cubic-bezier(.6,0,.2,1),opacity .8s cubic-bezier(.6,0,.2,1);
    transition: top .5s cubic-bezier(.6,0,.2,1),opacity .8s cubic-bezier(.6,0,.2,1);
    min-width: 16vw;
    padding: 30px 40px 40px;
    background-color: var(--base-grey);
}
.prt-pricingbox-style1 .prt-boxes-row-wrapper .prt-box-col-wrapper.active .featured-pricingplan-style1{
    border: 1px solid var(--base-white);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
.prt-pricingbox-style1 .prt-boxes-row-wrapper .prt-box-col-wrapper.active .featured-pricingplan-style1.img-one{
    background-image: url(../images/pricing-01.png);
}
.prt-pricingbox-style1 .prt-boxes-row-wrapper .prt-box-col-wrapper.active .featured-pricingplan-style1.img-two{
    background-image: url(../images/pricing-01.png);
}
.prt-pricingbox-style1 .prt-boxes-row-wrapper .prt-box-col-wrapper.active .featured-pricingplan-style1.img-three{
    background-image: url(../images/pricing-01.png);
}
.prt-pricingbox-style1 .prt-boxes-row-wrapper .prt-box-col-wrapper.active .featured-pricing-content,
.prt-pricingbox-style2 .featured-pricing-content{
    background-color: rgba(255 255 255 / 0.85);
}
.prt-pricingbox-style1 .prt-p_table-title h3,
.prt-pricingbox-style2 .prt-p_table-title h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 0;
}
.prt-pricingbox-style1 .prt-p_table-body .prt-p_table-title p,
.prt-pricingbox-style2 .prt-p_table-body .prt-p_table-title p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.prt-pricingbox-style1 .prt-p_table-amount,
.prt-pricingbox-style2 .prt-p_table-amount{
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: var(--base-headingfont-color);
    position: relative;
    display: -webkit-box;
    margin-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.prt-pricingbox-style1 span.pac_frequency,
.prt-pricingbox-style1 span.pac_frequency {
    font-size: 20px;
    line-height: 30px;
}
ul.prt-p_table-features {
    margin: 30px 0 30px;
    padding: 0;
    list-style-type: none;
}
ul.prt-p_table-features li{
    color: var(--base-dark);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 8px 0;
}
.prt-pricingbox-style1 .prt-pricing-btn .prt-btn,
.prt-pricingbox-style2 .prt-pricing-btn .prt-btn{ width: 100%; }
.prt-pricingbox-style1 .prt-boxes-row-wrapper .prt-box-col-wrapper.active .prt-pricing-btn .prt-btn{
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white);
}

/*style2*/
.prt-pricingbox-style2{
    position: relative;
}
.prt-pricingbox-style2 .featured-pricingplan-style1.img-one{
    background-image: url(../images/pricing-01.png);
}
.prt-pricingbox-style2 .featured-pricingplan-style1.img-two{
    background-image: url(../images/pricing-01.png);
}
.prt-pricingbox-style2 .featured-pricingplan-style1.img-three{
    background-image: url(../images/pricing-01.png);
}
.prt-pricingbox-style2 .featured-pricing-content{
    background-color: rgba(255 255 255 / 0.80);
}
.prt-pricingbox-style2 .featured-pricingplan-style1{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    width: 100%;
    height: auto;
    margin: 20px 0;
}
.prt-pricingbox-style2 .featured-pricing-content{
    text-align: left;
    height: 100%;
    min-width: 16vw;
    padding: 30px 40px 40px;
}
.prt-pricingbox-style2 .featured-box-info{ height: 100%; }
.pricingplan-block{
    position: relative;
    color: var(--base-white);
    text-align: center;
    padding: 42px 20px 50px;
    overflow: hidden;
    margin: 20px 0;
    width: 100%;
}
.pricingplan-block h2{ color: var(--base-white); }

.pricingplan-block .prt-customhelp .box1,
.pricingplan-block .prt-customhelp .box2{ 
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: var(--base-dark);
    height: auto;
    width: auto;
    padding: 7px 30px 9px;
    background-color: rgb(255 255 255 / 80%);
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 50px; 
     margin: 0 10px 10px;
}
.pricingplan-block .prt-customhelp{ position: relative; z-index: 9; }
.pricingplan-block .prt-pricing-btn{ margin-top: 175px; }
.pricingplan-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
/* ===============================================
    21.Sidebar
------------------------*/
.sidebar .widget-area .widget {    
    position: relative;
    margin: 0 0 35px;
    background-color: #fff;
    border-radius: 5px;
}
.sidebar .widget-area .widget:after {
    display: block;
    height: 3px;
    content: '';
    position: absolute;
    width: auto;
    bottom: 0;
    left: 35px;
    right: 35px;
    z-index: 1;
}
.sidebar .widget-area .widget.with-title{
    background-color: var(--base-white);
    padding: 0;
    margin: 0 0 40px;
    border-radius: 0;
    overflow: hidden;
}
.sidebar .widget.widget-nav-menu.with-title{
    padding: 0px;
}

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

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

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

/* widget-categories */
.prt-sidebar-right .widget.widget-search .search-form label {
    display: block;
    margin: 0;
}
.prt-sidebar-right .widget.widget-search input[type="search"] {
    border-radius: 30px;
    color: #fff;
    background: linear-gradient(to right,var(--base-first-gradientcolor) 0%, 
        var(--base-second-gradientcolor) 100%,var(--base-first-gradientcolor) 100%);
    padding: 17px 45px 17px 25px;
    border: 0;
    font-size: 15px;
}
.prt-sidebar-right .widget.widget-search .search-form{
    position: relative;
}
.prt-sidebar-right .widget.widget-search input[type="search"]::placeholder{
    color: rgba(255, 255, 255, 0.70);
}
.prt-sidebar-right .widget.widget-search .btn-check:focus+.btn,
.prt-sidebar-right .widget.widget-search .btn:focus {
    outline: 0;
    box-shadow: none;
}
.prt-sidebar-right .widget.widget-search .btn{
    color: #fff;
    position: absolute;
    top: 8px;
    right: 6px;
    font-size: 18px;
}
.prt-sidebar-right .widget.with-title{
    margin-bottom: 25px;
}
.prt-sidebar-right .tagcloud-widget.with-title{ margin-bottom: 20px; }
.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: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
}
.widget-categories ul{
    padding: 0;
    margin: 20px 0 0;
    list-style-type: none;
}
.widget-categories ul li a{
    position: relative;
    font-size: 15px;
}
.widget-categories ul li a span{
     font-size: 15px;
}
.widget-categories ul li{ 
    padding: 0px 0px 8px 15px;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(0 0 0 / 0.10);
    position: relative;
    margin: 5px 0 10px;
    display: grid;
}
.widget-categories ul li:first-child{ margin: 0 0 10px; }
.widget-categories ul li:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0;
}
.widget-categories ul li span {
    position: absolute;
    top: 3px;
    right: 20px;
    width: 22px;
    height: 22px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 0px 0px 10px 0px rgba(3, 59, 74, 0.1);
    background-color: #fff;
}


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

/* PortfolioBox */

/*style1*/
.prt-casestudybox-style1 {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 20px;
}
.prt-casestudybox-style1 .featured-thumbnail{
    border-radius: 20px;
    position: relative;
}
.prt-casestudybox-style1 .featured-thumbnail img{
    transform: scale(1) !important;
}
.prt-casestudybox-style1 .casestudy-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 60px 30px 35px;
    text-align: left;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transform: translateY(30%);
}
.prt-casestudybox-style1:hover .casestudy-content{ opacity: 1; transform: translateY(0%); }
.prt-casestudybox-style1 .casestudy-content:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3;
    background: linear-gradient(transparent,rgb(0 0 0 / 80%) 70%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.prt-casestudybox-style1 .casestudy-content .prt-box-title h3{
    font-size: 24px;
    line-height: 34px;
    color: var(--base-white);
}
.prt-casestudybox-style1 .casestudy-content .prt-box-title h3 a,
.prt-casestudybox-style1 .prt-iconbox-button a{ color: var(--base-white); }
.prt-casestudybox-style1 .prt-desc p{ color: rgba(255 255 255 / 0.70); }
.prt-casestudybox-style1 .prt-iconbox-button{ margin-top: 35px; }



/*pagination*/
.pagination-block {
    display: block;
    margin-top: 50px;
    padding-top: 50px;
    text-align: center;
    border-top: 1px solid rgb(0 0 0 / 10%);
}
.pagination-block .page-numbers{
    color: var(--base-bodyfont-color);
    display: inline-block;
    transition: all 0.3s ease 0s;
    padding-right: 44px;
}
.pagination-block .next.page-numbers{ padding-right: 0; }
.pagination-block .page-numbers i{
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    border-radius: 50%;
    background-color: var(--base-lightskin);
    color: var(--base-dark);
    margin: 0 7px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pagination-block .prev.page-numbers:hover, 
.pagination-block .next.page-numbers:hover { color: var(--base-skin); }
.pagination-block .prev.page-numbers:hover i, 
.pagination-block .next.page-numbers:hover i{
    background-color: var(--base-skin);
    color: var(--base-white);
}
.main-box-1{
    border-radius: 25px;
}
/*hero-section*/
.hero-section{ position: relative; }
.hero-section .hero-wrapper{
    width: 100%;
    min-height: 810px;

    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    border-radius: 25px;
}
.hero-section .hero-content-block { padding-left: 125px; padding-top: 95px;}
.hero-section .hero-content .pretitle span{
    font-size: 96px;
    line-height: 96px;
    color: var(--base-dark);
    font-weight: 300;
}
.hero-section .hero-content .pretitle h3{
    display: inline-block;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: var(--base-dark);
    margin-left: 20px;
    margin-bottom: 10px;
}
.hero-section .hero-content h2.big-title{ margin-bottom: 0; }
.hero-section .hero-content h2.big-title span.big-title1{
    font-size: 106px;
    line-height: 116px;
    font-weight: 500;
    background: var(--base-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-section .hero-content h2.big-title span.big-title2{
    font-size: 136px;
    line-height: 136px;
    font-weight: 800;
    background: var(--base-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-section .hero-content h2.title {
    font-size: 68px;
    line-height: 78px;
    font-weight: 800;
    color: var(--base-dark);
    display: inline-block;
}

/* cursor */
.prt-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: opacity .3s,color .4s;
    -o-transition: opacity .3s,color .4s;
    -moz-transition: opacity .3s,color .4s;
    transition: opacity .3s,color .4s;
}
.prt-cursor.-visible:before {
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2)
}
.prt-cursor.-visible.-active:before {
    -webkit-transform: scale(.23);
    -moz-transform: scale(.23);
    -ms-transform: scale(.23);
    -o-transform: scale(.23);
    transform: scale(.23);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}
.prt-cursor.-pointer:before {
    -webkit-transform: scale(.15);
    -moz-transform: scale(.15);
    -ms-transform: scale(.15);
    -o-transform: scale(.15);
    transform: scale(.15)
}
.prt-cursor.-text:before {
    opacity: 1;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7)
}
.prt-cursor.-text .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.prt-cursor.-text.-active:before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}
.prt-cursor.-tooltip:before {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}
.prt-cursor.-tooltip .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    justify-content: unset;
    align-items: unset
}
.prt-pfbox-overlay{
    padding: 23px 15px 28px;
    text-align: center;
    background-color: #000;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -30%;
    top: auto;
    transition: 500ms all linear 0ms;
    opacity: 0;
    overflow: hidden;
    display: none;
}
.prt-cursor .ctaimg-title a{
    display: inline-block;
    border-radius: 8px;
    padding:12px 25px 12px 25px;
    background: rgba(255, 255, 255, 0.80);
    border: 1px solid var(--base-white);
    font-family: var(--base-headingfont);
    color: var(--base-dark);
    font-size: 18px !important;
    line-height: 25px !important;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
}
.prt-cursor .ctaimg-title a span{
    font-size: 14px;
    color: var(--base-bodyfont-color);
    font-weight: 400;
}
/*cta-content-block*/
.cta-content-block{
    border-radius: 25px;
    background: var(--base-gradient);
    border: 1px solid var(--base-white);
    overflow: hidden;
    text-align: left;
    padding: 45px 45px 60px;
    width: 643px;
    float: right;
    margin-right: 25px;
}
.cta-content-block .cta-title h3{
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    color: var(--base-white);
}
.cta-content-block .cta-title h2{
    font-size: 112px;
    line-height: 122px;
    font-weight: 800;
    color: var(--base-white);
    margin-bottom: 25px;
}
.cta-content-block .cta-desc p.desc{
    font-size: 20px;
    line-height: 30px;
    color: var(--base-white);
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0;
}
.cta-content-block .cta-desc p.desc a{ color: var(--base-white); }
/*style1*/
.cta-content-block.style1{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(255 255 255 / 0.70);
    width: 594px;
    padding: 25px 40px 35px;
    margin: 30px;
    float: unset;
    border-radius: 15px;
}
.cta-content-block.style1 .cta-title h3 {
    font-size: 66px;
    line-height: 76px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--base-dark);
}
.cta-content-block.style1 .cta-title h2 {
    font-size: 96px;
    line-height: 106px;
    font-weight: 800;
    color: var(--base-dark);
    margin-bottom: 25px;
    background: linear-gradient(45deg,var(--base-first-gradientcolor) ,var(--base-second-gradientcolor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cta-content-block.style1 .cta-desc p.desc,
.cta-content-block.style1 .prt-fid.inside.style2 h4, 
.cta-content-block.style1 .prt-fid.inside.style2 h4 span { color: var(--base-dark); }
.cta-content-block.style1 .prt-fid.inside.style2 .fid-contents p{ color: var(--base-bodyfont-color); }

.cta-single-img { 
    position: relative;
    max-height: 490px;
    object-fit: cover; 
}

/*.marquee*/
/*.prt-marquebox*/
.marquee {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 57px 0 70px;
    -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: 64px;
    padding-left: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: var(--base-headingfont);
    font-size: 44px;
    line-height: 54px;
    font-weight: 600;
}
.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 a{ color: var(--base-dark); }
.marquee-text a:before {
    content: "\f157";
    font-family: 'flaticon';
    color: var(--base-dark);
    font-size: 18px;
    line-height: 60px;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
}
.marquee-text a:hover,
.marquee-text a:hover:before{ 
    background: var(--base-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.appoinment-form{
    border: 1px solid #e7e7e7;
    border-radius: 0px 25px 25px 0;
}

/*faqsearch-main-block*/
.faqsearch-main-block {
    padding: 60px 70px 70px;
    color: var(--base-white);
}
.faqsearch-main-block h2{ color: var(--base-white); }
.search-form-main {
    position: relative;
    max-width: 524px;
}
.faqsearch-main-block form.search-form label{ display: block; }
.faqsearch-main-block form.search-form input{
    border-radius: 50px;
    border: 0;
    background-color: var(--base-white);
    color: #000;
    padding: 17px 80px 16px 28px;
    font-size: 14px;
}
.faqsearch-main-block form.search-form input::placeholder{
    color: rgba(0, 0, 0, 0.50);
}
.faqsearch-main-block form.search-form .btn{
    width: 60px;
    height: 60px;
    line-height: 52px;
    color: var(--base-white);
    background: var(--base-gradient);
    border-radius: 50%;
    border: 0;
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: 0;
}

/*faq-sidebar*/
.faq-sidebar{
    border-radius: 25px;
    text-align: center;
    padding: 50px 40px;
    color: var(--base-white);
}
.faq-sidebar .prt-icon{ margin-bottom: 0; }
.faq-sidebar .prt-icon i{
    font-size: 48px;
    line-height: 38px;
}
.faq-sidebar-content h3{
    font-size: 24px;
    line-height: 34px;
    color: var(--base-white);
    font-weight: 600;
    margin: 12px 0 30px;
}
.steps-bg-overlay:before{
    content: '';
    position: absolute;
    width: 1268px;
    height: 1451px;
    left: 0;
    background-color: var(--base-grey);
    background-image: url(../images/bg-ovarlay.png);
    background-repeat: no-repeat;
    margin-top: -250px;
    z-index: -1;
}

/*.aboutservice-block*/
.aboutservice-block{
    text-align: center;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.12);
    padding: 40px 40px 30px;
}
.aboutservice-content{ text-align: center; position: relative; }
.aboutservice-content h3.title{ 
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
}

/*.service-cta-main-block*/
.service-cta-main-block .prt-date{
    font-size: 22px;
    line-height: 32px;
    color: var(--base-white);
}
.service-cta-main-block {
    padding: 23px 0 22px 35px;
}
.service-cta-main-block.box-1{ 
    text-align: right;
    padding: 24px 35px 30px 0;
    border-right: 3px solid rgb(255 255 255 / 20%); 
}
.service-cta-main-block h3{
    font-size: 32px;
    line-height: 46px;
    color: var(--base-white);
    font-weight: 500;
}
.service-cta-main-block span.prt-tag{
    font-size: 20px;
    line-height: 30px;
    background-color: #369cfe;
    color: var(--base-white);
    padding: 6px 15px 8px;
    font-weight: 500;
    display: inline-block;
}
.service-cta-main-block h2{
    font-weight: 800;
    font-style: italic;
    font-size: 52px;
    line-height: 64px;
}
.service-cta-main-block h2 span.line{
    position: relative;
}
.service-cta-main-block h2 span.line:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    background-color: var(--base-white);
}
.prt-offer-tag {
    font-size: 17px;
    line-height: 27px;
    color: var(--base-white);
    background-color: rgb(255 255 255 / 20%);
    border: 1px solid rgb(255 255 255 / 50%);
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    padding: 6px 30px 7px;
    margin: 36px 15px 0;
}

#daswdasdas{
    width: 100%;
}