/** 
          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: 80px 0;}
.prt-row.padding_bottom_zero-section { padding: 80px 0 0; }
.prt-row.padding_top_zero-section { padding: 0 0 0px; }

.prt-row.team-section{padding: 77px 0 80px;}
.prt-row.portfolio-section{ padding:77px 0 0px; }
.prt-row.contact-section{padding: 80px 0 20px;}
.prt-row.fid-section{ padding:15px 0px;}
.prt-row.zero-padding-section{ padding: 0 0; }
.prt-row.service-pricelist-section{ padding:70px 0px 80px; }
.prt-row.contact-section02{padding: 90px 0 70px;}
.prt-row.fid-section02{ padding:15px 0px; margin-bottom: 35px}
.prt-row.appoinment-section{padding: 60px 0 60px;}
.prt-row.priceplan-section{padding: 75px 0px 80px;}
.prt-row.about-weare-section{padding: 78px 0px 80px;}
.prt-row.about-gentlemen-section {padding: 80px 0px 55px;}
.prt-row.about-section02{ padding:80px 0px 0px; }


/* ===============================================
    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;  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;
}
.prt-bg.bg-base-dark > .prt-bg-layer {
    opacity: .2;
}


/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1 {
    background-image: url(../images/bg-image/row-bgimg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center !important;
  
}
.bg-img2 {
    background-image: url(../images/bg-image/row-bgimg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img3 {
    background-image: url(../images/bg-image/row-bgimg-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-img4 {
    background-image: url(../images/bg-image/row-bgimg-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-img5 {
    background-image: url(../images/bg-image/row-bgimg-5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* ===============================================
    5.Col-Bg-Image  
------------------------*/
/*.prt-equal-height-image{ display: none; }*/
.col-bg-img-one.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimg-1.jpg);
   background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}
.col-bg-img-two.prt-col-bgimage-yes .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimg-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-three.prt-col-bgimage-yes .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-left-bg1.jpg);
    background-position: 0 0 !important;
    background-repeat: no-repeat;
}

.col-bg-img-four.prt-col-bgimage-yes .prt-col-wrapper-bg-layer {
     background-image: url(../images/bg-image/col-right-bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-five.prt-col-bgimage-yes .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-six.prt-col-bgimage-yes .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimg-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
}
.col-bg-img-seven.prt-col-bgimage-yes .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimg-6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-eight.prt-col-bgimage-yes .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimg-8.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-nine.prt-col-bgimage-yes .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimg-9.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/* ===============================================
    6.Section-Title  
------------------------*/
.section-title{ 
    position: relative;
    margin-bottom: 12px;
    margin-top: -7px;
}
.section-title h2 {
    position: relative;
    font-size: 44px;
    line-height: 54px;
    font-weight: 600;
    text-transform: capitalize;
    color: #252525;
}
.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: 100%;
    margin: 0 auto;

}
.section-title h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 28px;
    font-family: var(--base-bodyfont);
    position: relative;
}

.section-title .title-header { padding-bottom: 0px; }

.heading-seperator:before{
    
     content: "";
    background-image: url(../images/background-seprator.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 265px;
    height: 100%;
    text-align: center;
    display: block;

}
.heading-seperator-02:before{
     content: "";
    background-image: url(../images/background-seprator2.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 265px;
    height: 100%;
    text-align: center;
    display: block;

}

/* style1 */
.section-title.style1 { margin-bottom: 30px; padding-top: 75px; }
.section-title.style1 h2 {
    position: relative;
    line-height: 74px;
    font-weight: 400;
    font-size: 64px;
    text-transform: capitalize;
    font-family: var(--base-headingfont);
}


/* style2 */
.section-title.style2 { text-align: center; }
.section-title.style2 h2 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 400;
    color: var(--base-white);
    text-align: center;
}
/*style3*/
.section-title.style3 h2 {
   position: relative;
    font-size: 44px;
    line-height: 54px;
    font-weight: 600;
    text-transform: capitalize;
    color: #252525;
    font-family: var(--base-headingfont);
}
.section-title.style3 h5 {
    font-family: var(--base-second-headingfont);
    color: var(--base-skin);
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 0px;
    font-weight: 500;
}
.section-title.style3 .title-decs {
    font-size: 14px;
    font-family:  var(--base-second-bodyfonts);
    line-height: 25px;
    font-weight: 400;
}

/* ===============================================
    7.sep_holder
------------------------*/
.prt-horizontal_sep {
    border-top: 1px solid #e3e3e3;
    display: block;
    position: relative;
}
.prt-horizontal_sep_1 {
    border-top: 1px solid #d7d7f9;
}
.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: #dee1f5;
}
.border, .border-top, .border-left, .border-bottom, .border-right {
    border-color: 1px solid #656565 !important;
}
.prt-horizontal_sep_2{
   border-left: 2px solid #fff;
   border-right: 2px solid #fff;
}

.border-top { border-top: 1px solid #d3d3d3 !important; }
.border-bottom { border-bottom: 1px solid #898282 !important; }
.border-right { border-right: 1px solid #656565; }
.border-left { border-left: 1px solid #3b3b3b !important; }
.border-left2 { border-left: 1px solid #d3d3d3 !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.08) !important;
}
.prt-vertical_sep > [class*='col'] { position: relative; }
.prt-vertical_sep > [class*='col']:not(:last-child):before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.20);
}
.prt-vertical_sep.style1 > [class*='col']:not(:last-child):before{ background-color: rgba(0, 0, 0, 0.10); }

.row.no-gutters.prt-vertical_sep > [class*='col']:not(:last-child):before{ right: 0; }
.bg-base-dark .prt-vertical_sep > [class*='col']:not(:last-child):before,
.bg-base-skin .prt-vertical_sep > [class*='col']:not(:last-child):before {
    background-color: rgba(255,255,255,.21);
}
.bg-base-gradient .prt-vertical_sep > [class*='col']:not(:last-child):before{
    background-color: rgba(255,255,255,0.50);
}
.prt-vertical_sep.style1 > [class*='col']:not(:last-child):before{
    right: 15px;
}
.prt-box-seperator {
    border-top: 1px solid rgb(255 255 255/25%); 
    border-bottom: 1px solid rgb(255 255 255/25%);
}

.sep_holder .sep_line {
    height: 1px;
    border-top: 1px solid #dadada;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

/* bg-title-image */
.bg-title-image { position: relative; }
.bg-title-image h3 a {
    position: absolute;
    top: -115px;
    content: "";
    right: 265px;
    font-size: 18px;
    line-height: 28px;
}
.bg-title-image a {
    position: absolute;
    top: -145px;
    content: "";
    right: 31%;
    font-size: 28px;
    font-weight: 600;
    color: var(--base-white);
    line-height: 28px;
    font-family: var(--base-headingfont);
}
.bg-title-image a:hover { color: var(--base-white);}

/*prt-single-img*/
.prt_single_image-wrapper {
    position: relative;
}
.prt_single_image-wrapper_align {
    position: relative;
}
.prt_single_image-wrapper_align {
    animation-name: float_left_right;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 9s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right;
    -moz-animation-duration: 9s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
@keyframes float_left_right {
    0% {
        transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

    50% {
        transform: translateX(20px);
        transform: translateX(20px);
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}


/* ===============================================
    8.Buttons
------------------------*/


.prt-btn{ 
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border: 1px solid #eaeff5;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.prt-btn:not(.btn-inline) {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.prt-btn:not(.btn-inline):before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.prt-btn:hover, .prt-btn:focus, .prt-btn:active {
    color: #fff;
}
.prt-btn:hover:before, .prt-btn:focus:before, .prt-btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.prt-btn.prt-icon-btn-left{ padding-left: 44px; }
.prt-btn.prt-icon-btn-right{ padding-right: 44px; }
.prt-btn.prt-icon-btn-left i{ left: 20px;}
.prt-btn.prt-icon-btn-right i{ right: 20px;}
.prt-btn.prt-icon-btn-right{ padding-right: 22px; }
.prt-btn.prt-icon-btn-right i{ right: 2px; }

.prt-bgcolor-darkgrey .prt-btn:hover.btn-inline.prt-btn-color-skincolor{
    background-color: transparent;
    color: #fff;
}


/** btn-color **/
.prt-btn-color-skincolor {
    color: var(--base-skin);
}
.prt-btn-color-darkcolor {
    color: var(--base-dark);
}
.prt-btn-color-whitecolor{
    color: var(--base-white);
}
.prt-btn.prt-btn-style-border.prt-btn-color-grey {
    color: var(--base-dark);
    border: 1px solid #CEC9C1;
}
.bg-base-dark .prt-btn.prt-btn-style-border.prt-btn-color-grey {
    color: var(--base-white);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-dark {
    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;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor {
    background-color: var(--base-white);
    border-color: transparent;
    color: var(--base-dark);
    transition: all 0.5s ease 0s;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
    color: var(--base-white);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover {
    background-color: var(--base-white);
    color: var(--base-dark);
    border-color: var(--base-dark);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover {
    background-color: var(--base-dark);
    color: var(--base-white);
    border-color: var(--base-dark);
}
.bg-base-grey .prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover {
    background-color: var(--base-dark);
    color: var(--base-white);
    border-color: var(--base-skin);
}
.prt-btn.prt-btn-style-border.prt-btn-color-grey:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border: 1px solid var(--base-skin);
}
/*.prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: transparent;
}*/
.prt-btn.prt-btn-style-border.prt-btn-color-darkcolor:hover {
    background-color: var(--base-dark);
    color: var(--base-white);
    border-color: transparent;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
     border-color: transparent
}
.prt-btn-style-border.prt-btn-color-whitecolor:hover {
    background-color: var(--base-dark);
    color: var(--base-white);
    border-color: var(--base-dark);
}
.faq-section .prt-btn-style-border.prt-btn-color-whitecolor:hover {
    background-color: var(--base-white);
    color: var(--base-dark);
}


/** btn-with-icon **/
.prt-btn i{
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    font-weight: bold;
    padding-left: 6px;
}
.prt-btn.prt-icon-btn-right i { text-align: right; margin-left: 5px; 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: 8px 20px; }
.prt-btn.prt-btn-size-sm i { font-size: 14px; line-height: 16px;}

/** btn-size-md **/
.prt-btn.prt-btn-size-md { font-size: 12px; line-height: 20px; padding: 12px 30px 12px 30px; }
.prt-btn.prt-btn-size-md i { font-size: 13px; line-height: 23px; }

/** btn-size-lg **/
.prt-btn.prt-btn-size-lg { font-size: 15px; line-height: 25px; padding: 13px 40px 12px 35px;}
.prt-btn.prt-btn-size-lg i { font-size: 18px; line-height: 18px;}

/** btn-size-xl **/
.prt-btn.prt-btn-size-xl { font-size: 17px; line-height: 17px; padding: 30px 60px;}
.prt-btn.prt-btn-size-xl i { font-size: 17px; line-height: 17px;}

/** btn-shape **/
.prt-btn.prt-btn-shape-round { border-radius: 12px; }
.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;
}
.prt-btn.prt-btn-color-white.prt-btn-style-border {
    color: #fff;
    border-color: rgb(255 255 255 / 40%);
    background-color: transparent;
}
.prt-btn.prt-btn-color-white.prt-btn-style-border:hover {
    background-color: var(--base-white);
    color: var(--base-dark);
}

/** 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);
}
.pricing-table-heading .prt-btn.prt-btn-style-border.prt-btn-color-darkgrey:hover {
    color: var(--base-white);
}
.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;}

.round-button { position: relative; }
.round-button a {
    font-size: 18px !important;
    opacity: 1;
    border: 1px solid rgb(210, 210, 210);
    width: 160px;
    height: 160px;
    line-height: 130px;
    padding-top: 50px;
    text-align: center;
    display: block;
    color: var(--base-white);
    font-weight: 700;
    border-radius: 50%;
    transition: all .5s;
    padding: 0 !important;
}
.round-button .prt-btn:not(.btn-inline):after { display: none; }
.round-button .prt-btn img {
    position: relative;
    top: -35px;
    display: block;
    left: 60px;
    transition: all 0.6s ease 0s;
}
.round-button .prt-btn:hover img { transform: rotate(45deg); transition: all 0.6s ease 0s; }
.round-button .prt-btn:hover { color: var(--base-white) !important; }
.round-button a:hover {
    background-color: var(--base-skin) !important;
    border: 1px solid var(--base-skin) !important;
}
.round-button a:hover:after {
    color: var(--base-white);
}
.round-button a:after {
    content: "\e649";
    font-family: "themify";
    position: absolute;
    top: -3px;
    right: 28px;
    z-index: 1;
    display: block;
    transition: all .5s;
    font-size: 30px;
    color: var(--base-headingfont);
}


/** btn-inline **/
.prt-btn.btn-inline {
    text-transform: uppercase;
    padding: 0;
    border: 0;
    overflow: visible;
    font-weight: 500;
    font-family: var(--base-headingfont);
    background-color: transparent;
    transition: all 0.1s ease 0s;
}
.prt-btn.btn-inline.prt-btn-color-whitecolor:before {
    position: absolute;
    content: '';
    height: 1px;
    right: auto;
    width: calc(100% + 0px);
    background-color: var(--base-white);
    bottom: 0px;
    transition: all 0.1s ease-in-out;
}
.prt-btn.btn-inline.prt-btn-color-whitecolor:hover { color: var(--base-white);}
.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: -1px;
    left: 0px;
    transition: all 0.1s ease 0s;
}
.prt-btn:not(.btn-inline):after {
    background-color: var(--base-white);
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}
.prt-btn:not(.btn-inline):hover::after {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.30;
}
.routes-section .title-desc a.prt-btn.btn-inline:hover { color: var(--base-skin); }
.routes-section .title-desc a.prt-btn.btn-inline:hover::before { background-color:  var(--base-skin); }

/*circular*/
/*roating*/
.prt-rotating-text svg {
    animation: spinner_main 10s linear infinite;
}
@keyframes spinner_main {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.prt-rotating-text text { 
    fill: var(--base-white);
    font-size: 23px;
    font-family: var(--base-headingfont);
    font-weight: 600;
    letter-spacing: 3px;
}
.circular-main {
    position: relative;
    z-index: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.circular-main .prt_single_image-wrapper { 
    position: absolute;
    top: 25px;
    left: 27px;
}
.circular-main .circular {
    position: relative;
    top: -60px;
}
.circular-fid-and-text-box {
    display: flex;
    padding-right: 50px;
    justify-content: center;
    align-items: center;
}
.circular-main img {
    position: relative;
    left: 50px;
    bottom: 35px;
}

/* scroll-text */
.tm-scrollintetx-wrapper {
    font-size: 162px;
    margin-top: -100px;
    z-index: 1;
    font-style: italic;
    margin-right: 50px;
    text-align: right;
    color: rgb(164 150 128 / 8%);
    position: relative;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    font-family: var(--base-headingfont);
}

/* scroll-text */
.tm-scrollintetx-wrapper-main {
    font-size: 162px;
    z-index: 1;
    font-style: italic;
    margin-right: 50px;
    text-align: right;
    color: var(--base-white);
    position: relative;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    font-family: var(--base-headingfont);
}

/* play-btn / play-icon */
.prt-videoplay{
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: -50%;
    right: 0;
    bottom: 0px;
    z-index: 1;
}
.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 } }

.video-autoplay-section {
    height: 620px;
    overflow: hidden;
}

/* ===============================================
    21.Instagram
------------------------*/
.prt-insta-images{ display: flex;padding: 20px 5px 5px 5px }
.prt-insta-images .prt-insta-image-item { padding: 5px; }

/* ===============================================
    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.5s 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-secondary-skincolor {
    color: var(--base-secondary-skin);
}
.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-fill.prt-icon_element-color-white:hover {
    background-color: var(--base-dark);
    color: var(--base-white);
}
.bg-base-dark.prt-icon.prt-icon_element-fill.prt-icon_element-color-white:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
}
.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: -10px;
    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 li {  padding: 5px 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;
   
    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 .prt-list-li-content  {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
    color: var(--base-bodyfont-color);
    font-weight: 400;
    font-family: var( --base-second-bodyfont);
}

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


/*style1*/
.prt-list.style1 li { 
    position: relative; 
    padding-left: 25px;
    padding: 5px 0;
}
.prt-list.style1 li:after {
    content: '';
    position: absolute;
    background-color: var(--base-bodyfont-color);
    width: 4px;
    height: 1px;
    left: 0px;
    top: 18px;
    bottom: auto;
}
.prt-list.style1 .prt-list-li-content { padding-left: 10px; }

/*style2*/
ul.prt-list.prt-list-style-icon.prt-list-icon-color-skincolor.style2 li .prt-list-li-content p{
    font-size: 14px;
    padding: 0 0;
}
ul.prt-list.prt-list-style-icon.prt-list-icon-color-skincolor.style2 li{
    padding: 0px 0px;
}
/*style3*/
.prt-list.prt-list-style-icon.style3 li{font-size: 15px}
.prt-list.prt-list-style-icon.style3 li:before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 10px;
}

/* featured-imagebox-menu */
.featured-imagebox-menu{margin-bottom: 30px !important; }
.featured-imagebox-menu .featured-thumbnail img{
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.07);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.07);
}
.featured-imagebox-menu .featured-content .featured-title h3 {
    border-bottom: 1px dashed #cdcdcd;
    margin-top: 10px;
}
.featured-imagebox-menu .featured-content {position: relative;}
.featured-imagebox-menu .featured-title h3{
    border-bottom: 1px dashed #cdcdcd;
    margin-bottom: 13px;
    padding-bottom: 6px;
    position: relative;
}
.featured-imagebox-menu .featured-title h3 a {
    font-size: 21px;
    line-height: 32px;
    color: var(--base-dark);
}
.featured-imagebox-menu .featured-title h3 a:hover {
    color: var(--base-skin);
}
.featured-imagebox-menu .prt-spa-price{
    position: absolute;
    text-align: right;
    right: 5px;
    top: -10px;
    padding-left: 3px;
}
.featured-imagebox-menu .prt-spa-price span{ 
    font-size: 24px;
    line-height: 34px;
    color: var(--base-skin); 
    font-family: var(--base-headingfont);
}
.featured-imagebox-menu:hover .featured-thumbnail img {
    transform: unset !important;
}


/* 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;
    text-align: center;
}
.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: middle;
}
.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: 50px;
    line-height: 50px;
    position: relative;
    display: inline-block;
}
.inside h4, .inside h4 span {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
    color: #252525;
}
.inside h3 {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding-top: 0;
    color: #8d8d8d;
}

/*style1*/
.prt-fid-view-lefticon.style1 {
    padding: 30px 22px 30px 40px;
}

.prt-fid-view-lefticon.inside.style1:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #dadada;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
}
.prt-fid-view-lefticon.style1  .prt-fid-left {
    position: relative;
    display: block;
    width: 100%;
}
.fid-section .bg-base-grey {
    z-index: 8;
    position: relative;
    margin-top: -160px;
    border: 12px solid var(--base-white);
}
.prt-fid-view-lefticon.style1 .prt-fid-icon-wrapper i{
    color: var(--base-skin);
}
.prt-fid-view-lefticon.style1 span.numinate.completed {
    font-size: 32px;
    line-height: 40px;
}

.prt-row.fid-section .col-sm-6:last-child .prt-fid-view-lefticon.style1:before {
    content: unset;
}


/*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: 24px; line-height: 34px; margin-bottom: 12px; font-weight: 500;}

.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;
    margin-top: 8px;
    margin-bottom: 8px;
}
.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 .featured-desc p{
    color: rgb(255, 255, 255, 80%);
}

/*style2*/
.featured-icon-box.style2 .featured-icon i{font-size: 35px}
.featured-icon-box.style2 .prt-icon.prt-icon_element-size-lg {
    height: 100px;
    width: 133px;
    line-height: 100px;
}
 .featured-icon-box.icon-align-before-content.style2.style2.featured-desc h5{
    font-size: 23px;
    line-height: 32px;
}
.featured-icon-box.style2{max-width: 540px;margin-top: 10px;}
.featured-icon-box.style2 .featured-desc{padding: 15px 15px 5px 15px;}
 
 .about-gentlemen-section .section-title h5{
    font-family: var(--base-second-headingfont);
    color: var(--base-skin);
    font-size: 60px;
    font-weight: 400;
 }
 .about-gentlemen-section .section-title h2.title{
    position: relative;
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    text-transform: capitalize;
    color: #252525;
    font-family: var(--base-headingfont);
 }
  .about-gentlemen-section .featured-icon-box.icon-align-before-content.style2 .featured-content h5{
    font-family:"NimbusRomNo9L",sans-serif; 
    font-size: 23px;
    line-height: 32px;
    font-weight: 400;
    text-align: left;
  }
  .about-gentlemen-section .featured-icon-box.icon-align-before-content.icon-ver_align-top.style5 h5{
    font-family:"NimbusRomNo9L",sans-serif; 
    font-size: 23px;
    line-height: 23px;
    font-weight: 400;
    color: #252525;
  }
  .about-gentlemen-section .featured-icon-box.icon-align-before-content.icon-ver_align-top.style5 .featured-desc p{
    font-family: var(--base-second-bodyfont);
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
  }
.about-gentlemen-section .featured-icon-box.style2 a i{
    color: var(--base-white);
}
  /*style3*/

 .icon-align-before-content.style3 .prt-icon.prt-icon_element-size-xs{
     height: 67px;
    width: 67px;
    line-height: 67px;
    border: 2px solid var(--base-skin);
    color: var(--base-skin);
}
.icon-align-before-content.style3 .prt-icon.prt-icon_element-size-xs i{
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    position: unset;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);

}
.icon-align-before-content.style3 .featured-content{
    padding-left: 25px;

}
.icon-align-before-content.style3 .featured-content .featured-title h5{
    ont-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: 400;
     font-family:"NimbusRomNo9L",sans-serif; 
     color: #252525;
}
.icon-align-before-content.style3 .featured-content .featured-decs p{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: var(--base-second-bodyfonts);
    color: #585858;
}
  
/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox,
.featured-imagebox .featured-thumbnail { 
  
    overflow: hidden;
}
.prt-grid-view .featured-imagebox { margin-bottom: 30px; }
.featured-imagebox .featured-content .featured-title h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
     font-family:"NimbusRomNo9L",sans-serif;
}
.featured-imagebox .featured-content .category, .featured-imagebox .featured-content .category a {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
}
/* services */
.featured-imagebox-services{
    margin-bottom: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.featured-imagebox-services .featured-content{
    position: relative;
    padding: 31px 20px 31px;
}
.featured-imagebox-services .featured-content .featured-desc{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
}
.featured-imagebox-services .featured-content .fea_con_right, .featured-imagebox-services .featured-content .fea_con_left{
    display: table-cell;
    vertical-align: top;
    position: relative;
}
.featured-imagebox-services .featured-content .fea_con_right{ padding-left: 15px; }
.featured-imagebox-services .featured-content .fea_con_left{
    vertical-align: middle;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.featured-imagebox-services .featured-content .fea_con_left .prt-icon i{
    display: block;
    font-size: 32px;
}
.featured-imagebox-services .featured-content .fea_con_left .prt-icon{
    margin-bottom: 0;
    border-color: #eaeff5;
}
.featured-imagebox-services .featured-content .fea_con_left:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 60%;
    height: 100%;
    border: 4px solid;
    opacity: .08;
    margin: 0 auto;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.featured-imagebox-services:hover .featured-content .fea_con_left:before{
    -moz-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.featured-imagebox-services:hover{
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.featured-imagebox-services img{
    transition: all 0.4s;
}
.featured-imagebox-services:hover img{
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
}
.featured-imagebox-services .featured-content {
    position: relative;  
}
/*style1*/

.featured-imagebox-services.style1 .featured-content{
    min-height: 282px;
    padding: 75px 28px 65px; 
    margin-bottom: 10px;
}
.featured-imagebox-services.style1 .prt-icon.prt-icon_element-size-xs{
    width: 35px;
    height: 35px;
    font-size: 11px;
    line-height: 35px;
}
.featured-imagebox-services.style1 .prt-icon.prt-icon_element-size-xs i{
    font-size: 11px; transition: all.5s;
}
.featured-imagebox-services.style1 .prt-service-icon {
    position: absolute;
    bottom: -10px;
    right: 0px;
    font-size: 140px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 140px;
}
.featured-imagebox-services.style1 .prt-service-icon i{color: rgba(255, 255, 255, 0.09);}
.featured-imagebox-services.style1 .featured-content .featured-title:before{
    position: absolute;
    content: "";
    height: 2px;
    width: 36px;
    top: -14px;
    left: 0;
    background-color: #fff
}
.featured-imagebox-services.style1:hover, 
.featured-imagebox-services.style1:hover img{transform: none;}

.about-section02 .featured-thumbnail img {
    height: 290px;
    object-fit: cover;
}
.featured-imagebox-services.style1 .featured-content h5 a{
    color: var(--base-white);
    font-size: 24px;
    line-height: 34px;
    font-family:"NimbusRomNo9L",sans-serif;
}

/* portfolio-image-box */

/*style1*/

.featured-thumbnail{position: relative;}
.featured-thumbnail .featured-thumbnail-inner:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    opacity: 0.7;
    background-color: var(--base-skin);
}
.featured-thumbnail .featured-thumbnail-inner a {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.featured-thumbnail .featured-thumbnail-inner {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}
.featured-thumbnail:hover .featured-thumbnail-inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*style2*/
.featured-image-box1 .contact-info h3 a{
 color: var(--base-white);
}
.featured-image-box1 .contact-info h3 a:hover{
    color: var(--base-skin);
}

 /*team*/

/*style1*/

.featured-imagebox-team.style1 { text-align: center; }
.featured-imagebox-team.style1 .featured-content .featured-title h5 a{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: var(--base-white);
    font-family: var(--base-headingfont);
}

.featured-imagebox-team.style1 .featured-thumbnail:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(20 20 20 / 40%);
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(.2);
    -ms-transform: perspective(400px) rotateX(-90deg) scale(.2);
    transform: perspective(400px) rotateX(-90deg) scale(.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;

}

.featured-imagebox-team.style1:hover .featured-thumbnail:before {
        opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1);
    transform: perspective(400px) rotateX(0deg) scale(1);
}
.featured-imagebox-team.style1 .featured-content{
     padding: 0 15px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    color: #fff;
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    z-index: 1;
    text-align: center;
    color: var(--base-white);
}
.featured-imagebox-team.style1:hover .featured-content{
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

/*style2*/
.featured-imagebox,
.featured-imagebox .featured-thumbnail { 
  position: relative;
    overflow: hidden;
}
.featured-imagebox.style2 {
    overflow: visible;
   
}
.featured-imagebox-team.style2:hover .featured-thumbnail:before {
    opacity: .85;
    top: 0px;
    transition-delay: 0s;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity = 100);
    
}
.featured-imagebox-team.style2 .featured-thumbnail:before {
    background-color:#252525 ;
   position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.featured-imagebox-team.style2 .media-block .social-icons {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 9;
}
.featured-imagebox-team:hover .media-block .social-icons li {
    opacity: 1;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.featured-imagebox-team .media-block .social-icons li {
    position: absolute;
    display: block;
    vertical-align: middle;
    position: relative;
    opacity: 0;
    margin: 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
}
.featured-imagebox-team.style2  .media-block .social-icons li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 16px;
    border-radius: 100%;
    color: #fff;
    border: 1px solid transparent;
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.featured-imagebox-team.style2 .featured-content {
    padding: 15px 20px 5px;
    border-bottom: 2px solid var(--base-skin);
}
.featured-imagebox-team .featured-content {
    position: relative;
    padding: 18px 15px;
    text-align: center;
}
.featured-imagebox.featured-imagebox-team.style2 .featured-content .featured-title h5 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 4px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.featured-imagebox-team.style2 .media-block .social-icons li a:hover{
    background-color: transparent;
}

/*style3*/
 .featured-imagebox-team.style3 .featured-thumbnail-inner:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: .3s;
    opacity: 0;
    background-color: #333;
}

 .featured-imagebox-team.style3 .featured-thumbnail-inner{
    position: relative;
}
 .featured-imagebox-team.style3:hover .featured-thumbnail-inner:before{
    opacity: 0.8;  
}
 .featured-imagebox-team.style3 .media-block{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .3s;
    transform: translateY(-50%);
    text-align: center;
    margin: 0;
    z-index: 999;
}

.featured-imagebox-team.style3:hover .media-block {
    opacity: 1;  
}
.featured-imagebox-team.style3 .media-block .social-icons li a{
    color: var(--base-white);
    padding-right: 15px;
}
.featured-imagebox-team.style3 .media-block .social-icons li a:hover{
    color: var(--base-white);
}

.featured-imagebox-team.style3 .media-block:hover{
    opacity: 1;
    visibility: visible;
}
  .featured-imagebox-team.style3 .media-block ul li{
  display: inline-block;
}
 .featured-imagebox-team.style3 .media-block ul li {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #252525;
}
.featured-imagebox-team.style3 .box-content{
     border: 1px solid #e3e3e3;
    position: relative;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.featured-imagebox-team.style3 .featured-content{
    position: relative;
    padding: 36px 20px 32px;
    margin-top: -32px;
    z-index: 11;
    background-color: #fff;
    margin-left: 54px;
    margin-right: 54px;
}

.featured-imagebox-team.style3:hover .featured-content:before{
    width: 50%;
}


.featured-imagebox-team.style3 .featured-content:before{
    -webkit-transition: all .35s;
    transition: all .35s;
    z-index: 1;
    content: '';
    width: 10px;
    height: 10px;
    background:var(--base-skin);
    top: 0;
    position: absolute;
    left: 0;
}
.featured-imagebox-team.style3 .featured-content:after{
    -webkit-transition: all .35s;
    transition: all .35s;
    z-index: 1;
    content: '';
    width: 10px;
    height: 10px;
    background: var(--base-skin);
    top: 0;
    position: absolute;
    right: 0;
}
.featured-imagebox-team.style3:hover .featured-content:after{
    width: 50%;
}
.featured-imagebox-team.style3 .featured-content .featured-title h5{
  font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}
.featured-imagebox-team.style3 .featured-content .featured-title h5 a{
    color: #252525;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 400;
}

.featured-imagebox-team.style3 .featured-content p{
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #585858;
}
 

/* prt-step-box */
.prt-stepbox .prt-stepbox-title h3 ,
.prt-stepbox .prt-stepbox-title .number {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--base-white);
    display: inline-block;
    position: relative;
}
.prt-stepbox .prt-stepbox-title .number:before {
    position: absolute;
    content: ".";
    color: var(--base-white);
    border-radius: 50%;
    right: -10px;
    top: 1px;
    font-size: 25px;
}
.prt-stepbox-main { position: relative; }
.prt-stepbox-main:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    top: 50px;
    bottom: auto;
    background-image: linear-gradient(to left, #0000, #a12134 100%);
    z-index: 0;
    background: linear-gradient(90deg, #0000 0%, #a12134 8%, #a12134 92%, #0000 100%);
}
.prt-stepbox .prt-stepbox-title h3 { padding-left: 10px;}
.row .col-lg-3:nth-child(1) .prt-stepbox ,
.row .col-lg-3:nth-child(3) .prt-stepbox {
    padding-top: 100px;
    margin-right: -40px;
}
.row .col-lg-3:nth-child(2) .prt-stepbox ,
.row .col-lg-3:nth-child(4) .prt-stepbox {
    margin-top: -100px;
    margin-left: -100px;
}
.prt-stepbox .prt-stepbox-content { position: relative; padding-left: 40px; }
.prt-stepbox .prt-stepbox-content .prt-stepbox-desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.prt-stepbox .prt-stepbox-content:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background-color: var(--base-skin);
    border-radius: 50%;
    top: -38px;
    left: 0;
}
.prt-stepbox .prt-stepbox-content:after {
    position: absolute;
    content: "";
    height: 185px;
    border-left: 1px dashed var(--base-skin);
    top: -42px;;
    bottom: auto;
    left: 8px;
}
.row .col-lg-3:nth-child(1) .prt-stepbox .prt-stepbox-content:before ,
.row .col-lg-3:nth-child(3) .prt-stepbox .prt-stepbox-content:before {
   top: -60px;
}
.row .col-lg-3:nth-child(2) .prt-stepbox .prt-stepbox-content:before ,
.row .col-lg-3:nth-child(4) .prt-stepbox .prt-stepbox-content:before {
    top: 142px;;
}

/* ===============================================
    13.Progress-Bar
------------------------*/
.prt-progress-bar{ position: relative; }
.prt-progress-bar{ margin-bottom: 30px; }
.prt-progress-bar .progressbar-title {
    top: -35px;
    left: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 5px;
}
.prt-progress-bar .progress-bar-percent {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    text-shadow: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--base-headingfont-color);
}
.prt-progress-bar .progress-bar {
    border-radius: 0;
    height: 6px;
    position: relative;
    top: 2px;
    left: 2px;
    background-color: var(--base-skin);
}
.prt-progress-bar .progress-bar-inner{ 
    height: 12px;
    width: 100%;
    border: 1px solid #e3e3e3;
    background-color: #FFF;
}
.prt-progress-bar .progress-bar-title { color: var(--base-headingfont-color); }


/* style1 */
.prt-progress-bar.style1 { margin-bottom: 30px; }
.row .col-lg-6 .prt-progress-bar.style1:last-child{margin-bottom: 0;}
.prt-progress-bar.style1 .progressbar-title { margin-bottom: 5px; }
.prt-progress-bar.style1 .progress-bar { height: 5px; }
.prt-progress-bar.style1 .progressbar-title { padding: 0; }
.prt-progress-bar.style1 .progress-bar:before{content: unset;}
.prt-progress-bar.style1 .progress-bar-inner{ 
    height: 5px;
    background-color: var(--base-white);
    font-size: 15px;
}
.prt-progress-bar.style1 .progress-bar-percent {
    left: unset;
    right: 0;
}

/* ===============================================
    24.section wrapper
------------------------*/
/*prt-about-section*/
.about-section-wrapper{display: flex;}
.about-image-wrapper:after {
    content: '';
    position: absolute;
    border: 3px solid;
    height: 100%;
    top: -40px;
    left: 60px;
    width: 90%;
    z-index: -1;
}

.gentleman-section-wrapper{
    max-width: 765px;
    position: relative;
    left: -36%;
}
.menicure-section-img{margin-right: -120px; margin-left: -50px;}
.menicure-section-wrapper{margin-left: -40px; width: 102%;}
.menicure-section-wrapper:after {
    content: '';
    position: absolute;
    border: 8px solid;
    height: 80%;
    top: 10%;
    right: -30px;
    width: 100%;
    z-index: -1;
    bottom: 0;
    border-color: var(--base-skin);
}

/*about-weare-section*/
.about-weare-section .title-desc p{
   font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #585858;
}

/*about-section03*/
.about-section03 .feature-decs p{
    font-family: var(--base-second-bodyfont);
    color: rgba(255, 255, 255, .85);
    font-size: 14px;
    font-weight: 400;
}

/* ===============================================
    14.Testimonial
------------------------*/
.testimonials{
    position: relative;
}
.testimonials .testimonial-caption h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
}
.testimonials.style1{padding: 25px 10px 0px 10px}
.owl-controls .owl-nav div.owl-prev, .owl-controls .owl-nav div.owl-next{opacity: 0}
.testimonial-slide.style1:hover .owl-controls .owl-nav div.owl-prev{left: -35px; opacity: 1}
.testimonial-slide.style1:hover .owl-controls .owl-nav div.owl-next{right: -35px; opacity: 1}
.star-ratings ul{ padding: 0; margin: 0;}
.star-ratings li{
    font-size: 13.8px;
    min-width: 14px;
    display: inline-block;
    color: #e0e8f0;
}
.star-ratings ul li.active , .star-ratings ul li.active i{ color: #fd4;}

.testimonials.style1 .testimonial-content .prt-ratting-star,
.testimonials.style2 .testimonial-content .prt-ratting-star {
    margin-bottom: 10px;
    color: #f4c627;
    font-size: 16px;
    padding-top: 10px
}
.testimonials.style1 .testimonial-img{
    display: inline-block;
    vertical-align: middle;
    width: 122px;
    height: 122px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.testimonials.style1 .testimonial-img:before{
    content: '\f10e';
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 32px;
    position: absolute;
    bottom: 15px;
    right: 0;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 9;
}
.testimonials.style1 .testimonial-img img,
.testimonials.style2 .testimonial-img img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: auto;
    width: 100%;
    border: 7px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(3, 59, 74, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(3, 59, 74, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(3, 59, 74, 0.1);
}
.testimonials.style1 .testimonial-content h3{
    margin-top: 25px;
    font-size: 32px;
    line-height: 40px;
}
.testimonials.style1 .testimonial-content p{font-size: 19px;line-height: 33px;font-style: italic;}
.testimonials.style1 .testimonial-caption h6,
.testimonials.style2 .testimonial-caption h6 {
    font-size: 22px;
    margin-bottom: 10px;
}
.testimonials.style1 .testimonial-caption label{ 
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.slick-active .testimonials.style1{
    margin-top: 30px ;
    transition: all .6s;
}
/*style2*/
.testimonials.style2{padding: 0 20px;}
.testimonials.style2 .testimonial-img:before{
    content: '\f10e';
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 32px;
    position: absolute;
    bottom: 35px;
    right: -10px;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 9;
   background-color: var(--base-skin);
}
.testimonials.style2 .testimonial-content p{
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    font-style: italic;
}
.testimonials.style2 .testimonial-img {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.testimonials.style2 .testimonial-caption h6{
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 18px;
     font-family:"NimbusRomNo9L",sans-serif;
     font-weight: 400;
     color: #252525;
}

/* post */
.featured-imagebox-post{
    margin: 0px 0 30px;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.featured-imagebox-post .featured-content.featured-content-post{ 
    padding: 20px 25px 27px;
    background-color: #fff;
    position: relative;
}
.featured-imagebox-post .featured-content .featured-title h5{
    -webkit-line-clamp: 2;
}
.featured-imagebox-post:hover{
   -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.09);
}
.featured-imagebox-post .featured-thumbnail img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.featured-imagebox-post:hover .featured-thumbnail img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-imagebox-post .prt-post-thumbnail{
    border: 8px solid rgba(255,255,255,1);
}
.featured-imagebox-post .prt-post-thumbnail .prt-media-link a{
    position: absolute;
    top: 20px;
    right: -2px;
} 
.featured-imagebox-post .prt-post-thumbnail .prt-media-link a i{
    display: block;
    width: 51px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
    display: block;
    background-color: #fff;
}
.featured-imagebox-post .featured-content.featured-content-post .post-meta span{ 
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #585858;
   font-family: "Poppins", sans-serif;
}
.featured-imagebox-post .featured-content.featured-content-post .post-meta span:last-child{
    padding-left: 15px;
    border-left: 1px solid #e3e3e3;
}
.featured-imagebox-post .featured-content.featured-content-post .post-meta span i{ 
    padding-right: 5px; 
}
.featured-imagebox-post .featured-content.featured-content-post .post-footer{
    border-top: 1px solid #e3e3e3;
    padding: 20px 0 0; 
    margin-top: 25px;
}
.featured-imagebox-post .featured-content.featured-content-post .post-footer span{
    text-transform: capitalize;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}
.featured-imagebox-post .featured-content.featured-content-post .post-footer span:last-child{
    float: right;
    font-size: 14px
}

/*style1*/

.featured-imagebox-post.style1 .post-title .featured-title h5{
  font-family:"NimbusRomNo9L",sans-serif;
  font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}
/* ===============================================
    15.Client-row  
------------------------*/
.client-box{ 
    position: relative;
    text-align: center;
}
.client-box .prt-client-logo-tooltip{ 
    padding-top: 40px; 
    padding-bottom: 60px;
}
.client-box .prt-client-logo-tooltip,
.client-box .prt-client-logo-tooltip-inner{
    position: relative;
    overflow: hidden;
}
.client-box .prt-client-logo-tooltip img{
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 0 18px;
}
.client-box .tooltip-top:after, .client-box .tooltip-top:before, .client-box .tooltip:after, 
.client-box .tooltip:before, .client-box [data-tooltip]:after, .client-box [data-tooltip]:before { 
    bottom: 65%; 
}
.client-box .prt-client-logo-tooltip .client-thumbnail_hover{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.client-box:hover .prt-client-logo-tooltip .client-thumbnail_hover {
    bottom: 0;
}


/* ===============================================
    16.Accordion
------------------------*/
.wrap-acadion .accordion { margin-top: 15px; }
.accordion .toggle{
    border: 2px solid #eaeaea;
    margin-bottom: 15px;    
}
.accordion .toggle-title a{ 
   display: block;
    font-weight: 400;
    font-size: 21px;
    position: relative;
   font-family:"NimbusRomNo9L",sans-serif;
    padding: 22px;
}
    
.accordion .toggle-content {
    border-top: 2px solid #eaeaea;
}
.accordion .toggle-title a i{ margin-right: 15px; }
.accordion .toggle-content {
    display: none;
    padding: 22px;
}
.accordion .toggle-content p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #585858;
    background-color: #fff;
    letter-spacing: 0px;
}
.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "FontAwesome";
    right: 15px;
    top: 32px;
    display: inline-block;
    content: "\f107";
    border-radius: 50%;
    font-size: 21px;
    line-height: 10px;
    transition: all .5s; 
}
.accordion .toggle .toggle-title a.active:after {
    /*content: "\f068";*/
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion .toggle.prt-control-left-true .toggle-title a,
.accordion .toggle.prt-style-classic.prt-control-left-true .toggle-title a{ 
    padding-left: 40px;
}
.accordion .toggle.prt-control-left-true .toggle-title a:after{
    left: 20px;
    border: 0;
}

/* ===============================================
    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 */
.wrap-form.contact_form span.text-input i {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 15px;
    z-index: 1;
    color: var(--base-skin);
}
.wrap-form.contact_form span.text-input input, 
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select {
    border-radius: 0;
    color: rgba(0,0,0,.60);
    border-color: transparent;
    border-radius: 35px;
    padding: 12px 30px;
    background-color: rgba(255, 255, 255, 0.80);
}
.wrap-form.contact_form span.text-input textarea { padding: 10px 30px;}

.prt-bgcolor-grey .wrap-form.contact_form span.text-input input, 
.prt-bgcolor-grey .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-grey .wrap-form.contact_form span.text-input select{
    background-color: #fff;
}
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input, 
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select{
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 2px solid rgba(255,255,255,.12);
}
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input::-webkit-input-placeholder, 
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea::-webkit-input-placeholder,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select::-webkit-input-placeholder {
    color: #fff;
}
.wrap-form.query_form span.text-input { margin: 0 0 30px; }
.wrap-form.query_form span.text-input input,
.wrap-form.query_form span.text-input select,
.wrap-form.query_form span.text-input textarea {
    border: 1px solid #e7e7e7;
    background-color: transparent;
    color: var(--base-bodyfont-color);
    padding: 10px 20px;
    font-size: 15px;
}
.wrap-form.query_form span.text-input textarea{ border-radius: 0px; }
.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: rgb(255 255 255 / 70%);
}

/*style1*/
.wrap-form.query_form-1 h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
}
.wrap-form.query_form-1 select.custom-select-box {
    padding: 15px 25px;
    background-color: var(--base-grey);
    border: unset;
    color: var(--base-bodyfont-color);
    font-size: 16px;
}
.wrap-form.query_form-1 span.text-input { margin: 0 0 20px; }
.wrap-form.query_form-1 span.text-input label{
    font-family: var(--base-headingfont);
    font-size: 18px;
    line-height: 19px;
    color: #000;
}
.wrap-form.query_form-1 span.text-input span.heading-name {
    font-size: 16px;
    color: var(--base-white);
    font-family: var(--base-headingfont);
    text-transform: uppercase;
}
.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 {
    background-color: var(--base-grey);
    color: var(--base-bodyfont-color);
    padding: 15px 25px;
    font-size: 16px;
    border: unset;
}
.wrap-form.query_form-1 span.text-input input[type="text"]:focus,
.wrap-form.query_form-1 span.text-input textarea:focus { 
    border: unset;
}
.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: var(--base-black);
}
.wrap-form.query_form-1 span.text-input select{ padding: 10px 15px 12px; }
.wrap-form.query_form-1 .select-type label{ 
    width: auto; 
    margin-left: 12px; 
    color: #000; 
    font-size: 16px !important;
    font-family: var(--base-bodyfont) !important; 
} 
.wrap-form.query_form-1 .select-type .input-select{
    border: 1px solid rgba(0 0 0 / 0.10);
    display: inline-flex;
    border-radius: 8px;
    color: rgba(0 0 0 / 0.55);
    font-size: 14px;
    padding: 12px 15px;
    margin: 0 10px 8px 0;
}
.wrap-form.query_form-1 span.text-input.select-type input{ border: 1px solid #000; padding: 0; }
.wrap-form.query_form-1 button.submit.prt-btn:hover {
    background-color: var(--base-dark);
    color: var(--base-white);
}

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

/*style1*/
.prt-tabs.prt-tab-style-01 ul.tabs {
    padding: 0;
    margin: 0;
    width: auto;
}
.prt-tabs.prt-tab-style-01 ul.tabs li.active  {
    background-color: var(--skin-color);
}
.prt-tabs.prt-tab-style-01 ul.tabs li:first-child {
    margin-left: 0;
}
.prt-tabs.prt-tab-style-01 ul.tabs li {
    display: inline-block;
    width: auto;
}
.prt-tabs ul.tabs li {
    position: relative;
}
.prt-tabs.prt-tab-style-01 ul.tabs li.tab.active {
    background-color: var(--base-skin);
    color:var(--base-white);
}
.prt-tabs.prt-tab-style-01 ul.tabs li a {
    display: block;
    cursor: pointer;
    padding: 7px 23px;
    margin-bottom: 0px;
    line-height: 22px;
    width: auto;
    position: relative;
    z-index: 3;
    color: var(--body-fonts-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--base-headingfont);
    border-radius: 0px;
    border: 0px solid #e0e0e0;
}
.prt-tabs.prt-tab-style1{
    display: flex;
    justify-content: space-between;
}
.prt-tab-style-01{
    display: flex;
    justify-content: space-between;
    padding-left:15%;
    padding-right: 18%;
}
.prt-tabs ul.tabs{
    width:100%; 
    padding: 0;
    margin: 0;
    text-align: center;
    margin-bottom: 40px;
}
.portfolio-section .prt-tabs ul.tabs li{ 
border: none;
}
.prt-tabs.tabs-style-01 ul.tabs li.active a{
    background-color: var(--base-skin);
    color: var(--base-white);
}

.prt-tabs.tabs-style-01 ul.tabs li.active a i{
    color: var(--base-white);
}
.prt-tabs ul.tabs li{ 
    display: inline-block;
    margin-bottom: 0px;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    border: 1px solid #d3d3d3;
    margin-right: 20px;
}
.prt-tabs.tabs-style-01 ul li:last-child{margin-right: 0}
.prt-tabs.tabs-style-01 ul.tabs{
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    transition: all .5s;
}
.prt-tabs ul.tabs li a i {
    font-size: 42px;
    top: 20px;
    position: relative;
    left: -5px;
    color: var(--base-skin);
}
.prt-tabs.tabs-style-01 ul.tabs li a{
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px 20px;
    margin-bottom: 0px;
    line-height: 25px;
    width: auto;
    position: relative;
    z-index: 3;
    font-size: 22px;
    font-family: "Nimbus Roman No9 L";
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 500;
    color: inherit;
    transition: all .5s;
    color: #252525;
}
.prt-tabs .content-tab .content-inner{ display: none; }
.prt-tabs .content-tab .content-inner.active{ display: block; }

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

/* ===============================================
    22.Pricing-Plan
------------------------*/
.prt-pricing-plan {
    padding: 20px;
    background-color: #fff;
    position: relative;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}
.prt-p_table-head {
    padding: 25px 0;
}
.prt-p_table-title h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}
.prt-p_table-amount .cur_symbol {
    font-size: 26px;
    font-weight: 700;
}
.prt-p_table-amount, .prt-p_table-price {
    font-family: "Nimbus Roman No9 L",sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    vertical-align: sub;
}
.prt-p_table-amount .pac_frequency {
    position: relative;
    font-weight: 700;
    font-size: 20px;
}
.prt-p_table-body {
    padding: 30px 30px;
    transition: all 0.5s ease;
}
.prt-pricing-plan:hover .prt-p_table-body {
    background-color: var(--base-white);
}
.prt-p_table-features {
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0;
}
.prt-p_table-features li {
    font-size: 14px;
    line-height: 14px;
    padding-top: 17px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 17px;
}
.prt-p_table-features li:last-child{
    padding-bottom: 10px;
    border-bottom: 0;
}
.prt-p_table-footer{
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.prt-pricing-plan:hover .prt-p_table-footer {
    background-color: var(--base-white);
}
.prt-pricing-plan:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #f8f7f4;
     box-shadow: 0 0px 10px rgba(3, 27, 78, 0.04); 
}

/*style1*/
 ul.prt-pricelist-block li{
    padding: 20px 0;
    margin-top: 5px;
    font-size: 22px;
     font-family: "NimbusRomNo9L",sans-serif;
    color: #252525;
    border-bottom: 2px dashed #dedede;
    list-style: none;
}
ul.prt-pricelist-block li .service-price {
    text-align: right;
    float: right;
    color: var(--base-skin);
}
ul.prt-pricelist-block li:last-child{
    border-bottom: none;
}
/*style2*/
.priceplan-section .section-title .heading-seperator:before{
    content: "";
    background-image: url(../images/background-seprator.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 265px;
    height: 100%;
    text-align: center;
    display: block;
}

.prt-pricing-plan{
    padding: 45px 35px 0px;
    position: relative;
}

.prt-pricing-plan ul.prt-feature-lines li.price-plan {
    padding: 5px 0;
    list-style: none;
}

.prt-pricing-plan ul.prt-feature-lines li.price-plan .prt-ptablebox-title .title{
    font-size: 20px;
    line-height: 30px;  
    color: var(--base-dark);
    font-family: var(--base-headingfont);
    font-weight: 500;
    max-width: fit-content;
}
.prt-ptablebox-title{
    display: flex;
    flex-basis: max-content;
}

.prt-pricing-plan ul.prt-feature-lines li.price-plan .prt-ptablebox-title .prt-ptablebox-price{
    font-size: 20px;
    color: var(--base-dark);
    float: right;
    font-family: var(--base-headingfont);
    font-weight: 500;
    max-width: fit-content;
}

.prt-pricing-plan ul.prt-feature-lines li.price-plan .prt-ptablebox-title .prt-border:before {
    position: absolute;
    content: '';
    border-bottom: 2px dashed #c3c3c3;
    height: 1px;
    left: 10px;
    right: 10px;
    bottom: 0;
    width:90%;
    top: 19px;
}
.prt-pricing-plan ul.prt-feature-lines li.price-plan .prt-ptablebox-title .prt-border{
     position: relative;
    flex-grow: 1; 
}
.prt-pricing-plan ul.prt-feature-lines li.price-plan .prt-ptablebox-desc p{
  font-size: 15px;
  line-height: 30px;
  text-align: left;
}

/*layout-box*/
.layout-box ul { padding-left: 0; margin-top: 0; }
.layout-box .layout-title h3 { font-size: 24px; line-height: 34px; }
.layout-box {
    background-color: var(--base-white);
    padding: 35px 30px;
    border-radius: 10px;
}
.layout-box .layout-space {
    background-attachment: scroll;
    overflow-y: scroll;
    max-height: 150px;
    margin-right: -30px;
}
.layout-box ul li {
    color: var(--base-dark);
    font-weight: 500;
    padding: 7px 0;
    font-size: 16px;
}
.layout-box .text-p {
    color: var(--base-bodyfont-color);
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
}


/* ===============================================
    20.Sidebar
------------------------*/
.service-detail .widget-area .widget{padding: 0 !important;}
.sidebar .widget-area .widget {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
}
.sidebar .widget-area .widget .form-group{margin-bottom: 0}
.sidebar .widget-area .widget:last-child{ 
    margin-bottom: 0px;
}
.sidebar .widget ul{
    margin: 0;
    padding: 0;
}
.sidebar .widget ul >li {
    padding-bottom: 8px;
    padding-top: 8px;
    list-style: none;
    position: relative;
   font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #585858;
}
.sidebar .widget-title{ 
    font-size: 24px; 
    line-height: 25px;
    padding-bottom: 4PX;
    position: relative;
    font-weight: 400;
    font-family: 'Nimbus Roman No9 L';
    color: #252525;
}
.sidebar .widget-title:before,  .sidebar .widget-title:after{
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    left: 0;
    bottom: 0;
    opacity: .06;
}
.sidebar .widget-title:after{
    bottom: -1px;
    opacity: 1;
    width: 30px;
    height: 3px;
}

/*widget-search*/
.sidebar .widget.widget-search .search-form{ 
    border: 0;
    position: relative;
}
.widget.widget-search .form-group i {
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: 18px;
    z-index: 1;
    top: 0;
    height: 52px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}
.sidebar .widget.widget-search .search-form label {
    display: block;
    margin: 0;
}
.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: 45px;
    height: 50px;
    line-height: 0;
    font-size: 14px;
    z-index: 1;
    border-radius: 0 3px 3px 0;
    box-shadow : unset;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.sidebar .widget.widget-search .input-text {
    background-color: #fff;
}
 .content-area .prt-service-description h3{
     font-family: var(--base-headingfont);
     color: #252525;
     font-size: 30px;
     line-height: 40px;
     font-weight: 400;
}
 .content-area .prt-service-description p{
    font-size: 14px;
 font-family: var(--base-second-bodyfont);
 }

 .widget-search .form-group input {
    padding: 14px 65px 10px 14px;
}

/*widget-post*/

ul.prt-recent-post-list>li{
    padding: 10px 0 !important;
    border-bottom: 1px solid #e3e3e3;
}
ul.prt-recent-post-list>li:last-child{border:none;padding-bottom: 0 !important;}
ul.prt-recent-post-list>li>a {
    font-size: 18px;
    line-height: 22px;
    display: block;
    font-weight: 400;
    font-family: 'Nimbus Roman No9 L';
    transition: all .3s;
}
ul.prt-recent-post-list>li img {
    display: block;
    width: 70px;
    height: 65px;
    float: left;
    margin-right: 18px;
}
ul.prt-recent-post-list>li .post-date {
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
}
ul.prt-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}

/* widget-nav-menu */
.widget.widget-nav-menu ul li{ 
    padding: 0;
    border: 0;
    position: relative;
    display: block;
    background-color: #fff;
}
.widget.widget-nav-menu ul li:last-child{
    margin-bottom: 0;
}
.widget.widget-nav-menu ul li a{
    display: block;
    padding: 19px 20px;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 18px;
    line-height: 15px;
    font-family: 'Nimbus Roman No9 L';
    border-bottom: 1px solid #eee;
    background-color: #f7f7f6;

}
.widget.widget-nav-menu ul li a:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 38%;
    right: 20px;
    z-index: 1;
}
.widget.widget-nav-menu ul li.active a{
    background-color: var(--base-skin);
    color: var(--base-white);
}


/* widget-download */
.widget.widget-download ul li{ 
    margin-bottom: 15px;
    padding: 15px !important;
    border: 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.widget.widget-download ul li:last-child{
    margin-bottom: 0;
}
.widget.widget-download ul li i,
.widget.widget-download ul li div{
    display: inline-block;
    vertical-align: middle;
}
.widget.widget-download ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #636262;
    line-height: 15px;
}
.widget.widget-download ul li i {
    font-size: 35px;
    display: inline-block;
    margin: 8px 24px 8px 10px;
}
.widget.widget-download ul li h4{
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 0px;
}
.widget.widget-download ul li{overflow: hidden;border: 1px solid #e3e3e3;}
.widget.widget-download ul li .prt-fileicon:before {
    content: "";
    height: calc(100% + 70px);
    width: 1px;
    background-color: #e3e3e3;
    display: block;
    position: absolute;
    right: 0;
    top: -32px;
}
.widget.widget-download ul li .prt-fielcontent h5{font-family: "Poppins";font-size: 16px;line-height: 24px;font-weight: 600;}

/* widget-categories */
.widget-Categories .widget-title, .widget-archive .widget-title{
    margin-bottom: 20px;
}
.widget-Categories ul li:not(:last-child){border-bottom: 1px solid #e3e3e3}

.widget-Categories li span {
    position: absolute;
    right: 0;
    top: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 11px;
    font-weight: 400;
}
.widget-Categories ul li a:before{
    content: "\f067";
    font-family: FontAwesome;
    font-size: 12px;
    color: #888;
    margin-right: 8px;
}

/* tagcloud */
.widget .tagcloud a {
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 7px 15px;
    border: 1px solid rgba(0,0,0,.15);
    text-transform: capitalize;
}

/* pagination */
.pagination-block {
    display: block;
    margin-top: 35px;
    text-align: center;
}
.pagination-block .page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: #656c76;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #e9eef6;
    border-radius: 3px;
    margin: 0 3px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pagination-block .page-numbers i{ font-size: 12px; }

/*featured-blogbox.style1*/
.featured-imagebox-blog.style1 .featured-content {
    padding: 30px;
    border-radius: 0 0 15px 15px;
    background-color: var(--base-secondary-dark);
}
.featured-imagebox-blog.style1 .featured-title h3 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 400;
    position: relative;
    padding-bottom: 25px;
}
.featured-imagebox-blog.style1 .featured-title h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.featured-imagebox-blog.style1 .post-category .prt-meta-line { position: relative; padding-right: 20px; }
.featured-imagebox-blog.style1 .post-category .prt-meta-line:not(:last-child):before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background-color: #454545;
    top: 8px;
    bottom: 0;
    left: auto;
    right: 10px;
}
.featured-imagebox-blog.style1 .featured-title h3:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #454545;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
}
.featured-imagebox-blog.style1 .post-category .prt-meta-line a:hover { 
    color: var(--base-bodyfont-color);
}
.featured-imagebox-blog.style1 .post-category {
    font-size: 16px;
    line-height: 26px;
    color: var(--base-bodyfont-color);
    padding: 6px 0px 6px;
    margin-bottom: 0;
}
.featured-imagebox-blog.style1 .featured-thumbnail {
    border-radius: 15px 15px 0 0;
}
.featured-imagebox-blog.style1:hover .featured-thumbnail img {
    filter: brightness(100%);
    transform: scale(1.5);
    transition: transform 3s, filter 1s ease-in-out;
}

/* widget-categories */
.widget-Categories .widget-title, .widget-archive .widget-title{
    margin-bottom: 20px;
}
.widget-Categories ul li:not(:last-child){border-bottom: 1px solid #e3e3e3}
.widget-Categories li span {
    position: absolute;
    right: 0;
    top: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 11px;
    font-weight: 400;
    background-color: var(--base-grey);
}
.widget-Categories ul li { padding: 8px 0; position: relative; }
.widget-Categories ul li a:before{
    content: "\f067";
    font-family: FontAwesome;
    font-size: 12px;
    color: #888;
    margin-right: 8px;
}
.widget-Categories ul li a:hover:before { color: var(--base-skin);}

/*widget-post*/
ul.prt-recent-post-list>li{
    padding: 10px 0 !important;
    border-bottom: 1px solid #e3e3e3;
}
ul.prt-recent-post-list>li:last-child{border:none;padding-bottom: 0 !important;}
ul.prt-recent-post-list>li>a {
    font-size: 18px;
    line-height: 22px;
    display: block;
    font-weight: 400;
    font-family:"NimbusRomNo9L",sans-serif;
    transition: all .5s;
/*    color: rgb(255, 255, 255, 90%);*/
}
ul.prt-recent-post-list>li img {
    display: block;
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 18px;
}
footer ul.prt-recent-post-list>li img{width: 70px;height: 70px;}
ul.prt-recent-post-list>li .post-date {
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
}
ul.prt-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}

/* tagcloud */
.widget .tagcloud a {
    display: inline-block;
    padding: 7px 15px;
    margin: 0 2px 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    font-size: 14px !important;
    background-color: transparent;
    font-weight: 400;
    color: #000;
    font-family: "Poppins", sans-serif;
   
}
.widget .tagcloud a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: var(--base-skin);
}

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

/*star-ratting*/
.star-ratings ul{ padding: 0; margin: 0;}
.star-ratings li{
    font-size: 14px;
    min-width: 13px;
    display: inline-block;
    color: #ffba00;
}
.star-ratings ul li.active , .star-ratings ul li.active i{ color: #ffba00;}

/*pf-details*/
.prt-populated-box-main .prt-populated-box h3 {
    display: inline-block;
    font-size: 17px;
    line-height: 27px;
    font-family: var(--base-bodyfont-color);
    font-weight: 600;
}
.prt-populated-box-main .prt-populated-box p {
    display: inline-block;
    font-size: 17px;
    line-height: 27px;
}
.project-section .prt-btn {
    border: 1px solid #000 !important;
    border-radius: 50px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 5px;
}
.project-section .social-icons.circle li>a {
    border-width: 1px;
    border-style: solid;
    height: unset;
    width: unset; 
    line-height: unset;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50px;
    padding: 4px 15px;
}
.team-input-group .form-control{
   height: 55px;
    border-bottom: 1px solid rgba(39, 39, 47,.1)
}
.team-input-group textarea.form-control{
    padding: 20px 0;
    height: 90px;
}
.team-input-group p{
    margin-bottom: 20px;
    margin-top: 20px;
}
.team-btn .pbmit-btn{
    padding: 17px 35px;
    margin-top: 30px;
}
.team-btn .pbmit-btn:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}
.team-btn .pbmit-svg-btn .pbmit-btn:hover svg line {
    stroke: var(--pbmit-white-color);
}
.team-btn .pbmit-svg-btn .pbmit-btn:hover svg line:nth-child(1) {
    stroke-dashoffset: 0;
}

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

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

/* contact-from */
#contactform .response {
    position: relative;
    text-align: center;
}
#contactform .response .failed {
    background-color: var(--base-dark);
    color: red;
    padding: 0 10px;
    margin-bottom: 15px;
}
#contactform .response .success{
    background: var(--base-skin);
    color: var(--base-white);
    padding: 0 10px;
    margin-bottom: 15px;
}
#contactform .response .text-info { color: var(--base-skin) !important; }

/*padding_top_zero-section*/
.featured-image-box1 .layer-content .featured-content .featured-title h2{
    
    font-size: 60px;
    line-height: 60px;
    color: #538167;
    display: inline-block;
    font-weight: 600;
}
.featured-image-box1 .layer-content .featured-content .featured-decs p{
    font-weight: 400;
    font-family: var(--base-bodyfont);
}
.featured-image-box1 .layer-content .featured-content .featured-title h3{
    color: var(--base-white);
    display: inline-block;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;   
}
.featured-image-box1 .layer-content .featured-content .featured-decs p {
    color: var(--base-white);
}
.featured-image-box1 .layer-content .featured-content .contact-info h3 { 
    color: var(--base-white);
    font-size: 30px;
    line-height: 35px;
     font-weight: 500;
 }

 .featured-image-box2 .layer-content  .featured-content .featured-title h2{
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #252525;
 }
  .featured-image-box2 .layer-content .heading-seperator:before{
    content: "";
    background-image: url(../images/background-seprator.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 265px;
    height: 100%;
    text-align: center;
    display: block;
}
.featured-image-box2 .layer-content .banner-btn {
    text-align: center;
} 
.featured-image-box3 .layer-content .time{
    background-color: rgb(20 20 20 / 80%);
    margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 25px;

}
.featured-image-box3 .layer-content .time .hospital-hour h3{
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    color: var(--base-white);
}
.featured-image-box3 .layer-content .time .hospital-hour ul li{
    list-style: none;
    font-size: 16px;
    line-height: 32px;
   color: rgb(255 255 255 / 65%) !important;
   padding-bottom: 3px;
   font-weight: 500;
   font-family: "Oswald", sans-serif;
 
}
.hospital-hour ul.hospital-opening-hour li{
    justify-content: space-between;
    display: flex;
   padding: 7px 40px 0px 40px;
}

/*cta-section*/
.cta-section .section-title h2.title{
    font-size: 54px;
    line-height: 64px;
    color: var(--base-white);
    font-weight: 600;
    padding-right: 8px;
}
.cta-section .section-title h2.title span{
    color: var(--base-skin);
}

/*service-milestone-section*/
.service-milestone-section .featured-desc p{
    color: rgb(255, 255, 255, 80%);
    font-size: 14px;
    font-weight: 400;
    font-family: var( --base-second-bodyfont);
}
.service-milestone-section .featured-icon-box.icon-align-before-content .featured-content h5{
    font-family: "NimbusRomNo9L",sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}
.service-milestone-section .title-desc p{
     color: rgb(255, 255, 255, 80%);
 }

/*zero-padding-section*/
.zero-padding-section h4{
    font-family:"NimbusRomNo9L",sans-serif;
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
}
.zero-padding-section p{
    font-family: var(--base-second-bodyfont);
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0px;
}
.zero-padding-section h5{
    font-family:"NimbusRomNo9L",sans-serif;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 13px;
    font-weight: 400px; 
}
