﻿/** 
          1. prt-row 

          2. Row-Equal-Height

          3. Bg-Layer 

          4. Row-Bg-Image

          5. Col-Bg-Image

          6. Section-Title 

          7. sep_holder

          8. Buttons

          9. Icons

          10. Fid

          11. featured-icon-box

          12. Featured-imagebox

          13. Progress-Bar 

          14. Testimonial

          15. Client-row

          16. Accordion

          17. Wrap-Form

          18. Tab

          19. Boxes-Spacing

          20. Pricing-Plan

          21. Sidebar

**/


/* ===============================================
    1.prt-row
------------------------*/
.prt-row{ padding: 100px 0;}
.prt-row.padding_bottom_zero-section { padding: 100px 0 0; }
.prt-row.padding_top_zero-section { padding: 0 0 100px; }
.prt-row.padding_zero-section { padding: 0 0; }
.prt-row.client-section { padding: 55px 0 55px; }
.prt-row.info-section { padding: 15px 0 0 !important; }
.prt-row.info-section01 { padding: 60px 0; }
.prt-row.info-section02 { padding: 85px 0; }
.prt-row.servicebg-section { padding: 185px 0 50px; }
.prt-row.service-section01 { padding: 100px 0 70px; }
.prt-row.about-section { padding: 102px 0 85px; }
.prt-row.about-section01 { padding: 100px 0 92px; }
.prt-row.pricingplan-section { padding: 107px 0 85px; }
.prt-row.team-section { padding: 85px 0 95px; }
.prt-row.team-single-section { padding: 95px 0 80px; }
.prt-row.cta-section { padding: 95px 0 88px; }
.prt-row.cta-section02 { padding: 105px 0 0; }
.prt-row.pricingplan-section01 { padding: 85px 0 85px; }
.prt-row.contact-section { padding: 70px 0; }
.prt-row.steps-section { padding: 100px 0 70px; }
.prt-row.casestudy-section { padding: 0 0 85px; }

/* ===============================================
    2.Row-Equal-Height
------------------------*/
.row-equal-height{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.row-equal-height > [class*='col-'] { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* ===============================================
    3.Bg-Layer 
------------------------*/
.prt-bg{ position: relative;}
.prt-col-bgimage-yes {z-index: 1;}
.bg-layer-equal-height .prt-col-bgimage-yes, 
.bg-layer-equal-height .prt-col-bgcolor-yes,
.prt-col-bgimage-yes{ height: 100%;}
.prt-bg-layer , .prt-titlebar-wrapper-bg-layer, .prt-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%; 
    top: 0;
    left: 0;
}
.prt-left-span > .prt-col-wrapper-bg-layer {
    width: auto;
    margin-left: -500px;
    right: 0;
}
.prt-right-span > .prt-col-wrapper-bg-layer {
    width: auto;
    margin-right: -500px;
    right: 0;
}

.layer-content{ position: relative; z-index: 1; height: 100%; width: 100%; }
.bg-layer { position: relative; }
.bg-layer > .container > .row { margin: 0; }
.bg-layer > .container , .bg-layer > .container-fluid { padding: 0; }
.prt-bg.prt-bgimage-yes >.prt-bg-layer, 
.prt-bg.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    opacity:0;
}
.prt-bgcolor-white.prt-bg.prt-bgimage-yes >.prt-bg-layer, 
.prt-bgcolor-white.prt-bg.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    opacity: .94;
}


/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1{
    background-image: url(../images/bg-image/row-bgimage-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-img1.prt-bg.prt-bgimage-yes > .prt-bg-layer {
    opacity: 0.30;
}
.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-position: center;
    background-attachment: fixed;
}
.bg-img3.prt-bg.prt-bgimage-yes > .prt-bg-layer {
    opacity: 0.30;
}
/* ===============================================
    5.Col-Bg-Image  
------------------------*/
.prt-equal-height-image{ display: none; }
.col-bg-img-one.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ===============================================
    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 h2{
    position: relative;
    color: var(--base-headingfont-color);
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
}
.section-title.style1 h2{
    font-size: 62px;
    line-height: 90px;
    font-weight: 700;
}
.section-title.style1 h2 span{
    text-transform: uppercase;
    background: var(--base-gradient);
    padding: 10px 15px 0;
    position: relative;
}
.section-title.style1 h2 span:before{
    content: '';
    position: absolute;
    width: 90%;
    height: 2px;
    bottom: 12px;
    left: 0;
    right: 0;
    background-color: var(--base-white);
    margin: 0 auto;
}
.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;
}

/* ===============================================
    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: rgba(0 0 0 / 0.10) !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.10);
}
.prt-vertical_sep.style1 > [class*='col']:not(:last-child):before{ background-color: rgba(0, 0, 0, 0.10); }
.prt-vertical_sep.style2 > [class*='col']:not(:last-child):before{ 
    background-color: rgba(255, 255, 255, 0.20); 
    right: 55px;
}

.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;
    font-weight: 700;
    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: var(--base-dark);
    color: var(--base-white);
    border-color: transparent;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-gradientcolor {
    background: var(--base-gradient);
    color: var(--base-white);
    background-origin: border-box;
    background-clip: border-box;
    transition: all 0.8s ease 0s;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor {
    background-color: var(--base-white);
    border-color: transparent;
    color: var(--base-dark) !important;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor {
    background-color: var(--base-skin);
    border-color: transparent;
    color: var(--base-dark) !important;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor:hover,
.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover{
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white) !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: 15px; padding: 17px 30px 14px;}
.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: 10px; }
.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-darkcolor.prt-btn-style-border:hover{
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white);
}
.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-color-whitecolor.prt-btn-style-border:hover{
    background-color: var(--base-white);
    border-color: var(--base-white);
    color: var(--base-dark) !important;
}

/** prt-icon-shap**/
.prt-btn.prt-icon-shap {
    padding: 15px 48px 15px 29px;
}
.header_btn .prt-btn.prt-icon-shap.prt-btn-style-fill i,
.prt-btn.prt-icon-shap.prt-btn-style-fill.prt-btn-color-skincolor i,
.prt-pricing-plan.pricing-recommended-plan .prt-btn.prt-icon-shap.prt-btn-style-border i{
    background-color: var(--base-white);
    color: var(--base-dark);
}
.header_btn .prt-btn.prt-icon-shap.prt-btn-style-fill:hover i,
.prt-pricing-plan.pricing-recommended-plan .prt-btn.prt-icon-shap.prt-btn-style-border:hover i{
    background-color: var(--base-skin);
    color: var(--base-white);
}
.prt-btn.prt-icon-shap.prt-btn-style-border i,
.prt-btn.prt-icon-shap.prt-btn-style-fill i{
    text-align: center;
    right: 6px;
    top: 6px;
    position: absolute;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    height: 34px;
    width: 34px;
    line-height: 34px;
    background-color: var(--base-skin);
    border-radius: 5px;
    color: var(--base-white);
    transition: all 0.5s ease 0s;
}
.newsletter-form button[type="submit"] i:before{font-weight: 600;}

/** btn-inline **/
.prt-btn.btn-inline{
    padding: 0;
    border: 0;
    overflow: visible;
    background-color: transparent;
    transition: all 0.2s ease 0s;
    font-size: 16px;
    font-weight: 800;
    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{
    content: "\f12c";
    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.3s ease 0s;
}
.prt-btn.btn-inline.prt-icon-btn-left.prt-btn-color-darkcolor:hover i:before {
    background: var(--base-gradient);
}
.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_element-color-gradientcolor i{
    background-image: linear-gradient(to right,var(--base-first-gradientcolor) ,var(--base-second-gradientcolor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.prt-icon.prt-icon_element-fill.prt-icon_element-color-skincolor {
    background-color: var(--base-skin);
    color: var(--base-white);
}
.prt-icon.prt-icon_element-border.prt-icon_element-color-skincolor {
    border: 1px solid var(--base-skin);
    color: var(--base-skin);
}
.prt-icon_element-color-darkgrey {
    color: var(--base-dark);
}
.prt-icon.prt-icon_element-fill.prt-icon_element-color-darkgrey {
    background-color: var(--base-dark);
    color: var(--base-white);
}
.prt-icon.prt-icon_element-border.prt-icon_element-color-darkgrey {
    border: 1px solid var(--base-dark);
    color: var(--base-dark);
}
.prt-icon.prt-icon_element-fill.prt-icon_element-color-grey {
    background-color: var(--base-grey);
    color: var(--base-skin);
}
.prt-icon.prt-icon_element-border.prt-icon_element-color-grey {
    border: 1px solid var(--base-grey);
    color: var(--base-skin);
}
.prt-icon.prt-icon_element-fill.prt-icon_element-color-white {
    background-color: var(--base-white);
    color: var(--base-skin);
}
.prt-icon.prt-icon_element-border.prt-icon_element-color-white {
    border: 1px solid var(--base-white);
    color: var(--base-white);
}
/** icon-size-xs **/
.prt-icon.prt-icon_element-size-xs { height: 30px; width: 30px; line-height: 30px; }
.prt-icon.prt-icon_element-size-xs i { font-size: 16px; }

/** icon-size-sm **/
.prt-icon.prt-icon_element-size-sm { height: 55px; width: 55px; line-height: 55px; }
.prt-icon.prt-icon_element-size-sm i { font-size: 31px; }

/** icon-size-md **/
.prt-icon.prt-icon_element-size-md { height: 70px; width: 70px; line-height: 70px }
.prt-icon.prt-icon_element-size-md i { font-size: 37px; }

/** icon-size-lg **/
.prt-icon.prt-icon_element-size-lg { height: 78px; width: 78px; line-height: 78px; }
.prt-icon.prt-icon_element-size-lg i { font-size: 48px; }

/** icon-size-xl **/
.prt-icon.prt-icon_element-size-xl { height: 80px; width: 80px; line-height: 80px; }
.prt-icon.prt-icon_element-size-xl i { font-size: 58px; }

.prt-icon.prt-icon_element-onlytxt { height: auto; width: auto; line-height: 1;}
.prt-icon.prt-icon_element-onlytxt i { 
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    transform: translate(0,0);
}

/** icon-shape **/
.prt-icon.prt-icon_element-style-round { border-radius: 5px; }
.prt-icon.prt-icon_element-style-rounded { border-radius: 50%; }
.prt-icon.prt-icon_element-style-square { border-radius: 0;}

/* prt-list-style-icon */
.prt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.prt-list.prt-list-style-icon.fw-normal li i , 
.prt-list.prt-list-style-icon.fw-normal .prt-list-li-content {
    font-weight: normal;
    padding-bottom: 2px;
}
.prt-list.prt-list-style-icon li {
    position: relative;
    padding: 14px 0;
    display: flex;
    align-items: baseline;
    width: 100%;
}
.prt-list.prt-list-style-icon li:last-child{padding-bottom: 0;}
.prt-list.prt-list-style-icon li i.fa-minus:before{
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    height: 2px;
    width: 7px;
    background-color: currentcolor;
}
.prt-list.prt-list-style-icon li i:before{
    content: "\e649";
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 6px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #000;
    background-color: var(--base-grey);
    border-radius: 50px;
}
.prt-list.prt-list-style-icon .prt-list-li-content {
    display: inline-block;
    padding-left: 50px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
/*prt-list-style-icon-01*/
.prt-list.prt-list-style-icon-01 .prt-list-li-content {
    display: block;
    padding: 8px 0px 9px 26px;
    font-size: 16px;
    color: var(--base-headingfont-color);
    font-weight: 400;
    font-family: var(--base-headingfont);
    position: relative;
}
.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: "\f058";
    position: absolute;
    line-height: 42px;
    left: 0;
    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: "\f12b";
    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: 38px 0 0 0;
    width: 100%;
    text-align: left;
}
.prt-fid.inside.style1 h4, .prt-fid.inside.style1 h4 span{
    font-size: 46px;
    line-height: 40px;
    font-weight: 700;
    color: var(--base-white);
    display: table-cell;
}
.prt-fid.inside.style1 .fid-contents h3.prt-fid-title{
    color: var(--base-white);
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}
.prt-fid-line:before{
    content: '';
    position: absolute;
    width: 118%;
    height: 1px;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 20%);
    margin-left: -290px;
}


/*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: 800;}

.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 0 0 40px;
    padding: 8px 0 0 40px;
    border-left: 1px solid rgb(0 0 0 / 20%);
}
.featured-icon-box.style1 .featured-content { padding: 0 0 0 25px; }
.featured-icon-box.style1 .featured-icon .prt-icon i { 
    font-size: 57px;
    line-height: 24px;
    font-weight: 800 !important;
    transition-duration: 0s; 
}
.featured-icon-box.style1:hover .featured-icon .prt-icon{ transform: rotateY(360deg); }
.featured-icon-box.style1 .featured-desc p { 
    margin-bottom: 0;
    color: var(--base-headingfont-color);
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}
.featured-icon-box.style1 .featured-title h3{ margin-bottom: 0; }
.featured-icon-box.style1 .featured-title h3 a{ 
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
}
.featured-icon-box.style1 .featured-title h3 a:hover{
    color: var(--base-second-gradientcolor);
}
.featured-icon-box.style1 .featured-title h3 a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--base-dark);
    bottom: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
}
.featured-icon-box.style1 .featured-title h3 a:hover:before{
    background-color: var(--base-second-gradientcolor);
}
/*style2*/
.prt-info-main-block{
    display: flex;
    justify-content: space-between;
}
.featured-icon-box.style2 { 
    overflow: hidden;
    position: relative;
    margin:0;
}
.featured-icon-box.style2 .featured-icon,
.featured-icon-box.style2 .featured-content{
    display: table-cell;
    vertical-align: top;
}
.featured-icon-box.style2 .featured-icon .prt-icon i { 
    font-size: 28px;
    line-height: 28px; 
}
.featured-icon-box.style2 .featured-content { padding: 0 0 0 20px; }
.featured-icon-box.style2 .featured-title h3{ 
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
    color: var(--base-headingfont-color);
    margin-bottom: 0;
    text-transform: uppercase;
}
.featured-icon-box.style2 .featured-desc p { 
    margin-bottom: 15px !important;
    color: var(--base-dark);
    font-size: 14px;
    line-height: 24px;
}

/*style3*/
.prt-service-info .featured-icon-box.style3{
    margin: 0;
}
.featured-icon-box.style3 { 
    overflow: hidden;
    position: relative;
    margin: 15px 0;
    padding: 5px 0 0 0;
    text-align: center;
    width: 100%;
}
.featured-icon-box.style3 .featured-icon,
.featured-icon-box.style3 .featured-content{
    display: block;
}
.featured-icon-box.style3 .prt-icon{
    width: 70px;
    height: 70px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.featured-icon-box.style3:hover .prt-icon{
    transform: translatey(-5px);
}
.featured-icon-box.style3 .featured-icon .prt-icon i { 
    font-size: 37px;
    line-height: 32px; 
}
.featured-icon-box.style3 .featured-content { padding: 22px 0 0 0; }
.featured-icon-box.style3 .featured-title h3{ 
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    position: relative;
    margin-bottom: 3px;
}
.featured-icon-box.style3 .featured-title h3 a{
    color: var(--base-white);
}
.featured-icon-box.style3 .featured-desc p { color: var(--base-white); }

/*style4*/
.featured-icon-box.style4 { 
    overflow: hidden;
    position: relative;
    margin: 15px 0;
    padding: 50px 25px 44px;
    text-align: left;
    width: 100%;
    background-color: var(--base-white);
    border-radius: 10px;
}
.featured-icon-box.style4.bg-base-grey {
    background-color: var(--base-grey);
}
.featured-icon-box.style4 .featured-icon,
.featured-icon-box.style4 .featured-content{
    display: block;
}
.featured-icon-box.style4 .featured-icon .prt-icon i { 
    font-size: 65px;
    line-height: 65px; 
}
.featured-icon-box.style4 .featured-content { padding: 16px 0 0 0; }
.featured-icon-box.style4 .featured-title h3{ 
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.featured-icon-box.style4 .featured-desc p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.featured-icon-box.style4 .service-btn{ margin-top: 75px; }
.featured-icon-box.style4 .services-thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    background-color: var(--base-skin);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.featured-icon-box.style4:hover .services-thumbnail{ opacity: 1; }
.featured-icon-box.style4 .services-thumbnail img{
    height: calc(100% + 20px);
    width: 100%;
    object-fit: cover;
    transform: translate(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.featured-icon-box.style4:hover .services-thumbnail img{
    transform: translateY(-15px);
    min-height: 100%;
}
/*style5*/
.featured-icon-box.style5 { 
    overflow: hidden;
    position: relative;
    margin:0;
}
.featured-icon-box.style5 .featured-icon,
.featured-icon-box.style5 .featured-content{
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box.style5 .featured-icon .prt-icon i { 
    font-size: 96px;
    line-height: 66px; 
}
.featured-icon-box.style5 .featured-content { padding: 0 0 0 76px; }
.featured-icon-box.style5 .featured-title h3{ 
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    position: relative;
    color: var(--base-headingfont-color);
    margin-bottom: 8px;
}
.featured-icon-box.style5 .featured-desc p { 
    color: var(--base-headingfont-color);
}
/*style6*/
.featured-icon-box.style6 .featured-icon,
.featured-icon-box.style6 .featured-content{
    display: block;
}
.featured-icon-box.style6 .featured-icon .prt-icon i { 
    font-size: 50px;
    line-height: 50px; 
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.featured-icon-box.style6:hover .featured-icon .prt-icon i{
    animation: tm-bounce 500ms ease-in-out 50ms;
}
@keyframes tm-bounce {
    0% { transform: translateY(0); }
    40% { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}
.featured-icon-box.style6 .featured-title h3{ 
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    position: relative;
    color: var(--base-headingfont-color);
    margin-bottom: 8px;
}
.featured-icon-box.style6 .service-btn{ margin-top: 30px; }

/*stepbox*/
.featured-stepbox.style1{
    position: relative;
    margin: 0 0 30px;
    background-color: var(--base-grey);
    border-radius: 10px;
    padding: 25px 35px 26px;
    display: flex;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.featured-stepbox.style1:hover{
    background: var(--base-gradient);
}
.featured-stepbox.style1 .featured-number {
    min-width: 80px;
    height: 80px;
    background-color: var(--base-white);
    border-radius: 10px;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 12%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured-stepbox.style1 .featured-number span.number{
    background-image: linear-gradient(to right,var(--base-first-gradientcolor) ,var(--base-second-gradientcolor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    line-height: 22px;
    font-weight: 800;
    font-family: var(--base-headingfont);
}
.featured-stepbox.style1 .featured-content {
    padding: 0 0 0 50px;
}
.featured-stepbox.style1 .featured-title h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 6px;
}
.featured-stepbox.style1 .featured-desc p{
     margin-bottom: 0; 
}
.featured-stepbox.style1:hover .featured-title h3{ color: var(--base-white); }
.featured-stepbox.style1:hover .featured-desc p{ 
    color: rgba(255, 255, 255, 0.70); 
} 

/* post */

/* 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 {
    background-color: var(--base-grey);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px;
    margin: 15px 0;
    transition: all 0.3s ease 0s;
}
.featured-imagebox-service.style2 .featured-thumbnail{
    min-width: 120px;
    min-height: 120px;
    border-radius: 8px;
    overflow: hidden;
}

.featured-imagebox-service.style2 .featured-thumbnail img{
    min-width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    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-service.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-service.style2 .featured-content{
    padding: 0 0 0 20px;
    text-align: left;
}
.featured-imagebox-service.style2 .featured-title h3{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
}

/*style2*/
.featured-icon-box.style2{ 
    position: relative;
    text-align: left;
    padding: 58px 50px 55px;
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    margin-top: -2px;
    margin-right: -2px;
    margin-bottom: 0;
    margin-left: 0;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    height: 100%;
}
.featured-icon-box.style2 .featured-icon{ 
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.featured-icon-box.style2:hover .featured-icon {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.featured-icon-box.style2 .featured-icon i{
    font-size: 110px;
    line-height: 100px;
}
.featured-icon-box.style2 .featured-content{ padding: 20px 0 0 0; }
.featured-icon-box.style2 .featured-title h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 11px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.procedurenames
{
 padding: 10px 10px 5px 10px;
 background-color: #f2f2f2;
 text-decoration: none;
 
}
/*casestudybox*/
.featured-imagebox.prt-casestudybox-style1{
    position: relative;
    margin: 15px 0 18px;
}
.prt-casestudybox-style1 .featured-thumbnail img{
    position: relative;
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 10px;
}
.prt-casestudybox-style1 .prt-iconbox-button a.popupbox i:before {
    content: "\e61a";
    position: absolute;
    width: 32px;
    height: 32px;
    font-size: 16px;
    text-align: center;
    color: var(--base-white);
    background: var(--base-gradient);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prt-iconbox-button {
    position: absolute;
    bottom: 15px;
    left: 30px;
    
}
.prt-iconbox-button a{ 
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition:  all 0.3s ease 0s; 

}
.prt-casestudybox-style1:hover .prt-iconbox-button  a{  opacity: 1;  visibility: visible; }
.prt-casestudybox-style1 .prt-iconbox-button a.popupbox i:before{
    -webkit-transition: all 0.3s ease 0s;
    transition:  all 0.3s ease 0s;
}
.prt-casestudybox-style1:hover .prt-iconbox-button i:before{ transform: rotate(-90deg); }

/* team */

/*.style1*/
.featured-imagebox-team.style1 { 
    position: relative;
    display: flex;
    align-items: center;
    margin: 15px 0;
    width: 100%;
}
.featured-imagebox-team.style1 .featured-thumbnail{
    overflow: hidden;
    border-radius: 15px;
    min-width: 120px;
    height: 120px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.featured-imagebox-team.style1:hover .featured-thumbnail{
    border-radius: 50%;
}
.featured-imagebox-team.style1 .featured-content{ text-align: left; margin-left: 25px; }
.featured-imagebox-team.style1 .featured-content h3{
    font-size: 20px;
    line-height: 32px;
    position: relative;
    margin-bottom: 0;
}
.featured-imagebox-team.style1 .featured-content .team-position{ 
    font-weight: 400;
    font-style: italic;
    color: var(--base-bodyfont-color);
}
.prt-team-text {
    font-size: 17px;
    line-height: 28px;
    color: var(--base-headingfont-color);
    text-align: center;
    font-weight: 700;
}
.prt-team-text a{ position: relative; color: var(--base-second-gradientcolor); }
.prt-team-text a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 2px;
    left: 0;
    background-color: var(--base-second-gradientcolor);
}

/*contentbox*/
.featured-contentbox{
    position: relative;
    text-align: left;
    margin: 15px 0;
    padding: 47px 25px 44px;
    background-color: var(--base-white);
    box-shadow: 0 0 25px rgb(0 46 92 / 12%);
}
.featured-contentbox .featured-title h3{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
    font-weight: 700;
}
.featured-contentbox .featured-icon{ 
    display: flex; 
    align-items: center; 
    margin-top: 24px; 
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.featured-contentbox:hover .featured-icon .prt-icon{
    transform: rotateY(360deg);
}
.featured-contentbox .featured-icon .prt-icon{ margin: 0; }
.featured-contentbox .featured-icon i{
    font-size: 31px;
    line-height: 31px;
}
.featured-contentbox .prt-position{
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    background: var(--base-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 0 20px;
}
/* ===============================================
    13.Progress-Bar
------------------------*/
.prt-progress-bar{ position: relative; }
.prt-progress-bar:not(:last-child){ margin-bottom: 20px; }
.prt-progress-bar .progressbar-title {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 400;
    color: var(--base-dark);
    font-family: var(--base-headingfont);
}
.prt-progress-bar .progress-bar-percent {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--base-dark);
    z-index: 3;
    margin-top: -25px;
    text-shadow: none;
    text-align: center;
    overflow: visible;   
}
.prt-progress-bar .progress-bar {
    display: block;
    height: 7px;
    line-height: 3px;
    position: relative;
    background-color: var(--base-skin);
    overflow: visible;
}
.prt-progress-bar .progress-bar-inner{ 
    box-shadow: none;
    height: 7px;
    width: 100%;
    z-index: 1;
    background-color: var(--base-grey);
}
.bg-base-skin .prt-progress-bar .progress-bar-inner{
    background-color: rgba(0, 0, 0, 0.1);
}
.bg-base-dark .prt-progress-bar .progress-bar-inner { background-color: rgba(255,255,255,.1); }
.bg-base-grey .prt-progress-bar .progress-bar-inner { background-color: #fff;}

/* style1 */
.prt-progress-bar.style1:not(:last-child){ margin-bottom: 36px; }
.prt-progress-bar.style1 h3.progress-title,
.prt-progress-bar.style1 h3.progress-percentage.counter {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--base-dark);
    line-height: 26px;
    font-weight: 600;
}
.prt-progress-bar.style1 .progress-bar-percent {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: var(--base-white);
    font-family: var(--base-headingfont);
    text-align: center;
    background: var(--base-gradient);
    border-radius: 5px;
    width: 42px;
    height: 26px;
    display: inline;
    top: -17px;
}
.prt-progress-bar.style1 .progress-bar-percent:before{
    position: absolute;
    content: "";
    left: 36%;
    bottom: -8px; 
    border: solid;
    border-color: var(--base-second-gradientcolor) transparent;
    border-width: 8px 6px 0 6px; 
}
.prt-progress-bar.style1 .progress-bar {
    display: block;
    height: 5px;
    line-height: 5px;
    position: relative;
    background: var(--base-gradient);
    overflow: visible;
    bottom: 0;
    border-radius: 2px;
}
.prt-progress-bar.style1 .progress-bar-inner{ 
    box-shadow: none;
    height: 5px;
    width: 100%;
    z-index: 1;
    border-radius: 2px;
    background-color: rgba(0 0 0 / 0.10);
}


/* ===============================================
    14.Testimonial
------------------------*/
.testimonials {
    position: relative;
}
.testimonials .testimonial-caption h3 {
    font-size: 22px;
    line-height: 34px;
    display: block;
    margin-bottom: 0;
}
.testimonial-caption label {
    display: block;
    margin: 0; 
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 4px;
    color: var(--base-skin);
}
.testimonials .testimonial-content blockquote{
    padding: 10px 25px;
    font-size: 20px;
    position: relative;
    line-height: 32px;
    font-style: italic;
    margin: 0;
}

/*style1*/
.testimonials-main{
    position: relative;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    overflow: hidden;
}
.prt-testimonial-style1 .testimonial-content blockquote{
    position: relative;
    padding: 54px 50px 55px;
    font-size: 22px; 
    line-height: 32px;
    font-style: italic;  
    font-weight: 400;
    color: var(--base-headingfont-color);
    margin: 0;
}
.prt-testimonial-style1 .testimonial-user{
   padding: 15px 50px 15px;
    background-color: var(--base-grey);
    display: flex;
    align-items: center; 
}
.prt-testimonial-style1 .testimonial-caption h3 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
}
.prt-testimonial-style1 .testimonial-caption span{
    font-size: 15px;
    font-weight: 300;
}
.prt-testimonial-style1 .testimonial-avatar img{
    max-width: 95px;
    border-radius: 10px;
    margin-right: 22px;
}
.testimonials.prt-testimonial-style1.slick-slide {
    padding: 0;
}
/* ===============================================
    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; 
}
.slick-slide .client-box img{
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
}
.client-box:hover img{
    transform: translateY(-5px);
}
/* ===============================================
    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-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);
}


/* prt-style-classic style1 */
.accordion.style1 .toggle.prt-toggle_style_classic { 
    padding: 0;
    background-color: transparent;
    border: 1px solid rgba(0 0 0 / 0.20);
    border-radius: 10px;
    margin: 0 0 30px;
    overflow: hidden;
}
.accordion.style1 .toggle.prt-toggle_style_classic:last-child {
    margin-bottom: 0;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-content { 
    margin: 0;
    padding: 8px 70px 28px 30px;
    background-color: var(--base-grey);  
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a {
    padding: 25px 70px 20px 30px;
    font-family: var(--base-headingfont);
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--base-headingfont-color);
    white-space: normal;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active {
    padding: 25px 70px 0 30px;
    background-color: var(--base-grey);
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:after{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 24px;
    right: 30px;
    transition: all 0.1s ease;
    font-size: 11px;
    text-align: center;
    color: var(--base-white);
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #000;
    border-radius: 50px;
    text-align: center;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active:after {
     content: "\f068";
     background: var(--base-gradient);
     
}

/* ===============================================
    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-bgcolor-grey .wrap-form.contact_form span.text-input input, 
.prt-bgcolor-grey .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-grey .wrap-form.contact_form span.text-input select{
    background-color: #fff;
}
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input, 
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select{
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 2px solid rgba(255,255,255,.12);
}
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input::-webkit-input-placeholder, 
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea::-webkit-input-placeholder,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select::-webkit-input-placeholder {
    color: #fff;
}
.wrap-form.query_form span.text-input { margin: 0 0 25px; }
.wrap-form.query_form span.text-input input,
.wrap-form.query_form span.text-input select,
.wrap-form.query_form span.text-input textarea {
    border-radius: 5px;
    border: 0;
    background-color: var(--base-white);
    color: #000;
    padding: 14px 35px;
    font-size: 16px;
}
.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.70);
}
.wrap-form.query_form button.prt-btn{ width: 100%; }

/*style1*/
.wrap-form.query_form-1 span.text-input { margin: 0 0 30px; }
.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: 5px;
    border: 1px solid #e7e7e7;
    background-color: var(--base-grey);
    color: #000;
    font-weight: 400;
    padding: 12px 20px 11px;
    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.70);
}
.wrap-form.query_form-1 span.text-input select{ 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wrap-form.query_form-1 button.prt-btn{ width: 100%; }
.wrap-form.query_form-1 span.text-input.select-option:before {
    position: absolute;
    content: '\f107';
    font-family: 'fontello';
    right: 20px;
    top: 29%;
    font-size: 17px;
    pointer-events: none;
    color: var(--base-dark);
}


/* ===============================================
    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-pricing-main-block.style1 .prt-tabs.prt-tab-style-01 ul.tabs{
    width: 100%;
    text-align: center;
}
.prt-pricing-main-block.style1 .prt-tabs.prt-tab-style-01 .content-tab{ margin-top: 35px; }
.prt-tabs.prt-tab-style-01 ul.tabs { 
    width: 50%;
    position: relative;
}
.prt-tabs.prt-tab-style-01 ul.tabs li a{
    display: block;
    cursor: pointer;
    width: auto;
    position: relative;
    z-index: 3;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    background-color: var(--base-white);
    border-radius: 5px;
    padding: 9px 26px 6px;
    margin: 5px 20px 5px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.prt-tabs.prt-tab-style-01 ul.tabs li:last-child a{ margin-right: 0; }
.prt-tabs.prt-tab-style-01 ul.tabs li.active a{
    background: var(--base-gradient);
    color: var(--base-white);
}
.prt-tabs.prt-tab-style-01 .content-tab { margin-top: 55px; }

/*style2*/
.prt-tabs-team ul.tabs{
    width:100%; 
    padding: 0;
    margin: 0;
}
.prt-tabs-team ul.tabs li{ 
    position: relative;
    display: inline-block;
}
.prt-tabs-team ul.tabs li:last-child{ margin-bottom: 0; }
.prt-tabs-team .content-tab .content-inner { display: none; }
.prt-tabs-team .content-tab .content-inner.active { display: block; }
.prt-tabs-team.prt-tab-style-02 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
}
.prt-tabs-team.prt-tab-style-02 ul.tabs.team-main-block{
    width: 67%;
    padding: 45px 50px;
}
.prt-tabs-team.prt-tab-style-02 ul.tabs li{
    width: 49%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.prt-tabs-team.prt-tab-style-02 .featured-imagebox-team.style1{ padding: 0; }
.team-main-block{ 
    background-color: var(--base-white);
    border-radius: 10px;
    overflow: hidden;
    padding: 60px 50px; 
}

/*team-overlay-box*/
.team-overlay-boxmain { border-radius: 10px; }
.team-overlay-box {
    background-color: var(--base-white);
    border-radius: 10px;
    padding: 26px 26px 15px;
    box-shadow: 0 0 25px 0 rgba(0 0 0 / 0.06);
    width: 400px;
    height: 100%;
}
.team-overlay-box .featured-thumbnail img{
    width: 100%;
    height:100%;
    object-fit: cover;
    border-radius: 15px;
}
.prt-team-member-detail{ text-align: center; padding: 18px 0 0; }
h2.prt-team-member-single-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 0px;
}
.prt-tema-list ul.team-details{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.prt-tema-list ul.team-details li.list-items{
    font-size: 18px;
    line-height: 18px;
    color: var(--base-headingfont-color);
    font-family: var(--base-headingfont);
    font-weight: 400;
    padding: 10px 0;
    display: flex;
    text-align: left;
}
.prt-tema-list ul.team-details li.list-items .title { min-width: 50%; font-weight: 600; }
.prt-tema-list ul.team-details li.list-items .desc,
.prt-tema-list ul.team-details li.list-items a.prt-call,
.prt-tema-list ul.team-details li.list-items a.prt-email,
.prt-tema-list ul.social-icons li a{
    font-size: 17px;
    line-height: 17px;
    color: var(--base-bodyfont-color);
    font-weight: 400;
    font-family: var(--base-bodyfont);
}
.prt-tema-list ul.social-icons li{ margin: 0 2px 5px; }
.prt-tema-list ul.social-icons li a{ 
    border: 1px solid rgba(0 0 0 / 0.10);
    text-align: center;
    display: block;
    font-size: 13px;
    padding: 0;
    color: rgba(0, 0, 0, 0.50);
    font-weight: 400;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.prt-tema-list ul.social-icons li a:hover{
    border-color: var(--base-second-gradientcolor);
    background-color: var(--base-second-gradientcolor);
    color: var(--base-white) !important;
}
.prt-tema-list ul.social-icons li a:hover,
.prt-tema-list ul.team-details li.list-items a.prt-call:hover,
.prt-tema-list ul.team-details li.list-items a.prt-email:hover{ color: var(--base-skin); }



/* ===============================================
    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
------------------------*/
.prt-pricing-img {
    position: absolute;
    top: 0;
    right: 0;
}
.prt-pricing-plan-overlay{
    position: absolute;
    top: -30px;
    right: 30px;
    width: 70px;
    height: 70px;
    background: var(--base-gradient);
    border-radius: 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: var(--base-white);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-align: center;
}
.prt-pricing-plan {
    background-color: var(--base-white);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 10px 20px;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 0 0 25px 0 rgba(0 0 0 / 0.06);
    text-align: left;
    width: 100%;
}
.prt-pricing-plan:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.prt-p_table-title h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: var(--base-headingfont-color);
}
.prt-p_table-title h3 span{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.prt-p_table-amount, .prt-p_table-price {
    position: relative;
    display: -webkit-box;
    line-height: 1;
    font-size: 32px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 24px;
    color: var(--base-headingfont-color);
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.prt-p_table-amount .cur_symbol {
    font-size: 20px;
    font-weight: 600;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
}
.prt-p_table-amount .pac_frequency {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--base-headingfont-color);
    display: block;
    padding-right: 8px;
}
.prt-p_table-amount .prt-price {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-decoration-line: line-through;
    padding-left: 4px;
}
.prt-p_table-body .prt-p_table-features {
    list-style-type: none;
    margin: 0;
    padding: 20px 0 10px 0;
}
ul.prt-p_table-features li{
    display: flex;
    align-items: center;
    padding: 15px 15px;
}
ul.prt-p_table-features .prt-p-icon i{
    font-size: 25px;
    line-height: 25px;
    color: var(--base-headingfont-color);
    font-weight: 700;
    margin-right: 30px;
}
ul.prt-p_table-features .prt-p-title h3{
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0;
}
ul.prt-p_table-features .prt-p-title p{ 
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}
.prt-p_table-footer a{
    width: 100%;
}

.prt-pricing-plan.pricing-recommended-plan_2:not(.bg-base-skin) {
    background-color: var(--base-skin);
}
.prt-pricing-plan.pricing-recommended-plan_1:not(.bg-base-skin) {
    background-color: var(--base-grey);
}

/* ===============================================
    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; }


/* 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;
    font-weight: 700;
}
.widget-categories ul li a span{
     font-size: 15px;
    font-weight: 700;
}
.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;
}

/*hero-section*/
.hero-section{ position: relative; }
.hero-section .hero-slide{
    width: 100%;
    min-height: 380px;
    background-color: var(--base-grey);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-section .hero-slide.slide-1{
    background-image: url(../images/slides/slider-mainbg-005.jpg);
}
.hero-section .hero-slide.slide-2{
    background-image: url(../images/slides/slider-mainbg-004.jpg);
}
.hero-section .hero-slide.slide-3{
    background-image: url(../images/slides/slider-mainbg-001.jpg);
}
/*.slide-1*/
.hero-section .hero-slide.slide-1 .hero-content .pretitle h3{
    display: inline-block;
    font-size: 60px;
    line-height: 61px;
    font-weight: 700;
    color: var(--base-white);
    background: var(--base-gradient);
    text-transform: uppercase;
    padding: 30px 7px 0;
    margin-bottom: 8px;
}
.hero-section .hero-slide.slide-1 .hero-content h2.title {
    font-size: 60px;
    line-height: 102px;
    font-weight: 800;
    color: var(--base-dark);
    display: inline-block;
    margin-bottom: 10px;
}
.hero-section .hero-slide.slide-1 .hero-desc p{
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: var(--base-headingfont-color);
}
.hero-section .hero-slide .hero-content .pretitle h3,
.hero-section .hero-slide .hero-content h2.title,
.hero-section .hero-slide .hero-desc p{
    position: relative;
    visibility: hidden;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.hero-section .hero-slider.slick-slider .slick-active .hero-content .pretitle h3,
.hero-section .hero-slider.slick-slider .slick-active .hero-content h2.title,
.hero-section .hero-slider.slick-slider .slick-active .hero-desc p{
    visibility: visible;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.hero-section .hero-slide .hero-content .hero-slider_btn,
.hero-section .hero-slide .featured-icon-box.style1,
.hero-section .hero-slide.slide-2 .featured-schedule{
    position: relative;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.hero-section .hero-slider.slick-slider .slick-active .hero-content .hero-slider_btn,
.hero-section .hero-slider.slick-slider .slick-active .featured-icon-box.style1,
.hero-section .hero-slider.slick-slider .slick-active .featured-schedule{
    visibility: visible;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
/*.slide-2*/
.hero-section .hero-slide.slide-2 .hero-content-block {
    text-align: right;
}
.hero-section .hero-slide.slide-2 .hero-content h2.title {
    font-size: 72px;
    line-height: 80px;
    font-weight: 700;
    color: var(--base-dark);
    display: inline-block;
    margin-bottom: 25px;
}
.hero-section .hero-slide.slide-2 .hero-content h2 span{
    padding: 7px 11px 0;
    color: var(--base-white);
    background: var(--base-gradient);
}
.hero-section .hero-slide.slide-2 .hero-desc p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--base-headingfont-color);
    display: inline-block;
}
.hero-section .hero-slide.slide-2 .featured-schedule .featured-title h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0;
}
.hero-section .hero-slide.slide-2 .featured-schedule .featured-desc{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--base-dark);
    text-decoration: underline;
}
.hero-section .hero-slide.slide-2 .featured-schedule {
    padding: 10px 0 10px 40px;
    margin-left: 40px;
    border-left: 1px solid rgb(0 0 0 / 20%);
}

/*.slide-3*/
.hero-section .hero-slide .hero-content .hero-slider_btn,
.hero-section .hero-slide .featured-icon-box.style1,
.hero-section .hero-slide.slide-3 .featured-schedule{
    position: relative;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.hero-section .hero-slide.slide-3 .hero-content-block {
    text-align: right;
}
.hero-section .hero-slide.slide-3 .hero-content h2.title {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    color: var(--base-dark);
    display: inline-block;
    margin-bottom: 25px;
}
.hero-section .hero-slide.slide-3 .hero-content h2 span{
    padding: 7px 11px 0;
    color: var(--base-white);
    background: var(--base-gradient);
}
.hero-section .hero-slide.slide-3 .hero-desc p {
    font-size: 36px;
    line-height: 28px;
    font-weight: 700;
    color: var(--base-headingfont-color);
    display: inline-block;
}
.hero-section .hero-slide.slide-3 .featured-schedule .featured-title h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0;
}
.hero-section .hero-slide.slide-3 .featured-schedule .featured-desc{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--base-dark);
    text-decoration: underline;
}
.hero-section .hero-slide.slide-3 .featured-schedule {
    padding: 10px 0 10px 40px;
    margin-left: 40px;
    border-left: 1px solid rgb(0 0 0 / 20%);
}
/* 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: 28px !important;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
}
.prt-cursor .ctaimg-title a span{
    font-size: 15px;
    color: var(--base-bodyfont-color);
    font-weight: 400;
}

/*prt-consultation-block*/
.prt-consultation-block h3.title{
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
}

/*prt-schedule-content*/
.prt-schedule-content {
    position: relative;
    padding: 10px 30px 10px 0;
}
.prt-schedule-content h3.title{
    font-size: 23px;
    line-height: 33px;
    font-weight: 800;
}
ul.prt-schedule-list {
    padding-top: 15px;
    margin: 0px 0 20px;
    border-top: 1px solid rgb(0 0 0 / 20%);
}
ul.prt-schedule-list li{
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
}
ul.prt-schedule-list li span{
    font-size: 18px;
    line-height: 28px;
    color: var(--base-headingfont-color);
    font-weight: 700;
    margin-right: 10px;
}
.prt_single_image-wrapper.text-start img {
    max-height: 403px;
    object-fit: cover;
}

/*.modal*/
.modal {  background-color: rgba(0 0 0 / 0.80); }
.modal-backdrop{ z-index: 0; background-color: transparent; }
.modal-dialog { 
    max-width: 1078px; 
    margin: 65px auto 0;
    -webkit-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    transform: translate(0, -20%);
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.show .modal-dialog{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-header .btn-close{
    padding: 0;
    margin: 0;
    background: var(--base-dark);
    border-radius: 50px;
    color: var(--base-white);
    font-size: 16px;
    width: 38px;
    height: 38px;
    opacity: 1;
    position: absolute;
    top: -15px;
    right: 45px;
}
.modal-header .btn-close:focus{ box-shadow: none; }
.modal-header .btn-close .icon-cancel:before{ margin: 0; }

.modal-content{ border-radius: 10px; padding: 60px 55px 40px; border: 0;}
.modal-header {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modal-header img{ border-radius: 10px; width: 100%; }
.modal-body{  padding: 0; }
.modal-body h3.prt-title{
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    padding: 50px 0 18px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.casestudy-details { margin: 15px 0; padding: 0 15px; }
.modal-body .casestudy-details h3{
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
}
.modal-body .casestudy-details p{ font-size: 14px; line-height: 24px; margin-bottom: 0; }
.prt-modal-text{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

/*video-autoplay*/
.video-autoplay {
    margin-top: -270px;
}
.video-autoplay-section {
    height: 442px;
    overflow: hidden;
}

/*section-top-bg*/
.section-top-bg { position: relative; overflow: hidden; }
.section-top-bg:before{
    content: '';
    position: absolute;
    background-color: var(--base-grey);
    z-index: -1;
    width: 100%;
    height: 348px;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0 0 0 / 0.10);
}
.section-bg-overlay {
    position: relative;
    font-family: var(--base-headingfont);
    text-align: center;
    color: rgb(63 154 247 / 20%);
    z-index: 0;
    animation: shake 24s linear infinite;
}
.section-bg-overlay.style1 {
    font-size: 220px;
    line-height: 160px;
}
.section-bg-overlay.style4 {
    font-size: 100px;
    line-height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
@keyframes shake{
    0%, 100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }
}
.cta-content {
    position: relative;
    z-index: 1;
    margin-top: -65px;
}
/*cta-appoiment-block*/
.cta-appoiment-block{
    position: relative;
    background-color: var(--base-white);
    border-radius: 10px;
    box-shadow: 0px 0px 15px 11px rgba(0 0 0 / 0.16);
    padding: 58px 68px 70px;
    text-align: center;
    overflow: hidden;
}
.cta-appoiment-block h3{ 
    font-size: 40px; 
    line-height: 52px; 
    margin-bottom: 20px; 
    font-weight: 700; 
    color: var(--base-headingfont-color) !important;
}
.cta-appoiment-block h3 span{ font-weight: 800; }


/* image-effect */

.prt_direction-imgbox_wrapper.rl {
    margin-left: -215px;
}
.tm-reveal-effects-yes.tm-reveal-direction-lr {
    text-align: left;
    width: 100%;
}
.tm-reveal-effects-yes.tm-reveal-direction-lr.rl {
    text-align: right;
}
.tm-reveal-direction-lr .elementor-widget-container {
    display: block;
    position: relative;
    overflow: hidden;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
.tm-reveal-direction-lr .elementor-widget-container {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.tm-reveal-direction-lr.rl .elementor-widget-container{
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.tm-reveal-direction-lr.rl.active .elementor-widget-container{
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.tm-reveal-direction-lr.active .elementor-widget-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.tm-reveal-direction-lr .elementor-widget-container img{
    transform-origin: 50% 50%;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
    transform: scale(1.5) translate(-100px, 0px);
}
.tm-reveal-direction-lr.active .elementor-widget-container img{
    transform: scale(1) translate(0px, 0px);
}

/*prt-abouttext*/
p.prt-abouttext {
    font-size: 18px;
    line-height: 28px;
    color: var(--base-headingfont-color);
}

.prt-about-schedule{
    position: relative;
}
.prt-about-schedule:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: -41px;
    background-color: rgba(0, 0, 0, 0.10);
}

/*** Color Switcher Style
==================================================================== ***/
.prt_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999;
}
.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 55px;
    height: 45px;
    line-height: 52px;
    text-align: center;
}
.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 21px;
    color: #232323;
}
.tmtheme_fbar_icons > span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #232323;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
}
.tmtheme_fbar_icons > span >span {
    padding-left: 5px;
}
.tmtheme_fbar_icons > span:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    background-color: #fff;
    height: 55px;
}
.tmtheme_fbar_icons:hover > span {
   opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tm-desctext {
    position: absolute;
    top: 30px;
    background-color: #fff;
    max-width: 400px;
    right: 30px;
    padding: 30px 50px 23px 30px;
    text-align: left;
}
.tm-desctext:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00dab2;
}
.tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}

/* team-3 */
.featured-imagebox-team.style3{
    position: relative;
    margin: 15px 0;
}
.featured-imagebox-team.style3 img {
    width: 100%;
    height: 100%;
    border-radius: 12px 12px 0 0;
}
.featured-imagebox-team.style3 .featured-content h3 {
    margin-bottom: 0;
    cursor: pointer;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}
.featured-imagebox-team.style3 .featured-content h3 a{color: var(--base-dark);}
.featured-imagebox-team.style3 .featured-content h3 a:hover{color: var(--base-skin);}
.featured-imagebox-team.style3 .featured-content span {
    font-size: 18px;
    line-height: 28px;
    color: var(--base-bodyfont-color);
}
.featured-imagebox-team.style3 .featured-content {
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
    background-color: #fff;
    padding: 20px 0 20px;
    z-index: 1;
    text-align: center;
    border-radius: 0 0 12px 12px;
}
.featured-imagebox-team.style3 .featured-iconbox.prt-media-link {
    display: none;
    position: absolute;
    top: 0px;
    flex-direction: column;
    z-index: 9;
    -webkit-flex-direction: column;
    -webkit-transition: all 700ms ease-in-out;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-transform: translate(calc(10% + 0px), 0);
    opacity: 0;
}
.featured-imagebox-team.style3:hover .featured-iconbox.prt-media-link {
    display: block;
    transform: translate(0, 0);
    -webkit-transition: .7s all ease;
    -ms-transition: .7s all ease;
    -moz-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
    opacity: 1;
}
.featured-imagebox-team.style3 .media-block ul{
    margin: 0px 0;
}
.featured-imagebox-team.style3 .media-block ul li{
    display: block;
    background-color: #00296e;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50px;
    margin: 5px 0 5px 5px;
}
.featured-imagebox-team.style3 .media-block ul li a{
    color: #fff;
}
.featured-imagebox-team.style3 .media-block ul li a:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 5px;
    bottom: auto;
}
.featured-imagebox-team.style3 .media-block ul li a:hover {
    color: var(--base-white);
}


section.light-grey-bg {
  background-color: #d7d2cb
}
section.lightest-grey-bg {
  background-color: #eff1f8
}
section.lighter-grey-bg {
  background-color: #ebe9e5
}

section.services-tiles .content .heading {
  text-align: center
}
section.services-tiles .content .heading h1.h1.mbot {
  color: #6450c8
}
@media screen and (min-width:768px) {
  section.services-tiles .content .heading h1.h1.mbot {
    margin-top: 40px
  }
}
@media screen and (max-width:767px) {
  section.services-tiles .content .heading h1.h1.mbot {
    padding: 30px 0
  }
}
section.services-tiles article .service-tile {
  color: #6450c8;
  background: #fff;
  cursor: pointer;
  padding: 20px 25px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: relative;
  white-space: nowrap;
  font-weight: 300;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.25em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (max-width:767px) {
  section.services-tiles article .service-tile {
    min-height: 240px;
    margin-bottom: 20px
  }
}
section.services-tiles article .service-tile span.read-more {
  display: none;
  bottom: 0
}
section.services-tiles article .service-tile > a {
  height: 100%;
  background-image: none;
  background-size: cover;
  color: #6450c8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
section.services-tiles article .service-tile > a .img-container {
  max-height: 115px;
  padding-top: 10px;
}
section.services-tiles article .service-tile > a .img-container img {
  padding-bottom: 20px;
  max-height: 115px;
  margin: 10px auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start
}
section.services-tiles article .service-tile > a h5 {
  white-space: pre-wrap
}
section.services-tiles article .service-tile > a h5.h3 {
  text-transform: none;
  line-height: 1.4
}
section.services-tiles article .service-tile > a > span {
  padding: 10px
}
section.services-tiles article .service-tile:hover {
  /*background-color: #46236e;*/
  background-image: linear-gradient(to bottom, #66d2fe, #3f9af7); 
}
section.services-tiles article .service-tile:hover a h5.h3 {
  color: #fff
}
@media screen and (max-width: 766px) {
  section.services-tiles article .service-tile a {
    background: none !important
  }
}
@media screen and (min-width: 767px) {
  section.services-tiles article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -12.5px
  }
  section.services-tiles article .service-tile {
    margin: 12.5px;
    position: relative;
    padding: 0
  }
  section.services-tiles article .service-tile:not(.wide) {
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: calc(33.33333333% - 25px);
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 calc(33.33333333% - 25px);
    -ms-flex: 0 0 calc(33.33333333% - 25px);
    flex: 0 0 calc(33.33333333% - 25px);
    width: calc(33.33333333% - 25px)
  }
  section.services-tiles article .service-tile.wide {
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: calc(33.33333333% - 25px);
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 calc(33.33333333% - 25px);
    -ms-flex: 0 0 calc(33.33333333% - 25px);
    flex: 0 0 calc(33.33333333% - 25px);
    width: calc(33.33333333% - 25px)
  }
  section.services-tiles article .service-tile.wide:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 50%
  }
  section.services-tiles article .service-tile a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.125rem;
    line-height: 1.2;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #fff;
    overflow: hidden
  }
  section.services-tiles article .service-tile a > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 32.5%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: none
  }
  section.services-tiles article .service-tile a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    -o-pointer-events: none;
    pointer-events: none
  }
  section.services-tiles article .service-tile a > span > span {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-flex-basis: auto;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  section.services-tiles article .service-tile a > span > span.read-more {
    font-size: 0.6em;
    opacity: 0;
    display: block;
    margin-top: 0.5em
  }
  section.services-tiles article .service-tile:hover a {
    padding-top: 0
  }
  section.services-tiles article .service-tile:hover a > span {
    top: 0
  }
  section.services-tiles article .service-tile:hover a span {
    background: none
  }
  section.services-tiles article .service-tile:hover .read-more {
    opacity: 1
  }
}
@media screen and (min-width: 767px) and (max-width: 900px) {
  section.services-tiles article .service-tile a {
    font-size: .9375rem
  }
}
@media screen and (max-width: 400px) {
  section.services-tiles article .service-tile {
    padding: 10px
  }
  section.services-tiles article .service-tile a {
    font-size: .875rem
  }
}
.proceduretext{
    color: #333;
    font-size: 18px;
}