/** ==========================================================================================

  Project :   Delmont - Clinical - Responsive Multi-purpose HTML5 Template
  Version:    1.1
  Author :    Preyantechnosys

========================================================================================== */

/** 
          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. Accordion

          16. Wrap-Form

          17. Tab

          18. Boxes-Spacing

          19. Sidebar

**/


/* ===============================================
    1.prt-row
------------------------*/
.prt-row {padding: 100px 0;}
.prt-row.padding_bottom_zero-section {padding: 100px 0 0;}
.prt-row.padding_top_zero-section {padding: 0 0 100px;}
.prt-row.padding_zero-section {padding: 0 0;}
/* ===============================================
    2.Row-Equal-Height
------------------------*/
.row-equal-height{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.row-equal-height > [class*='col-'] { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


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

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

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

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

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


/* ===============================================
    4.Row-Bg-Image  
------------------------*/

.bg-img1{
    background-image: url(../images/bg-image/col-bgimage-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-img2{
    background-image: url(../images/bg-image/row-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-img3{
    background-image: url(../images/bg-image/about-img-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-img4{
    background-image: url(../images/bg-image/service-img-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-img5{
    background-image: var(--base-black);
    background-image: url(../images/bg-image/row-bgimage-5.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

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

/* ===============================================
    6.Section-Title  
------------------------*/
.section-title{ 
    position: relative;
    margin-bottom: 12px;
}
.title-header h2{
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 80px;
    line-height: 90px;
    color: #232323;
    border-top: 1px solid;
    padding-top: 26px;
}
.section-sub-title h3{
  position: relative;
    width: max-content;
    margin-bottom: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    padding: 7px 16px;
    border-radius: 15px;
    font-size: 13px;
    line-height: 23px;
    text-transform:uppercase;
    margin-top:2px;
  }

.section-title span.pretitle{ font-size: 18px; line-height: 32px; }
.section-title h2 {
    position: relative;
    color: var(--base-headingfont-color);
    font-size: 80px;
    line-height:90px;
    text-transform: uppercase;
    z-index: 9;
}
.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 .title-header { 
    position: relative;
    padding-bottom: 52px; 
}
.section-title .title-desc{
    position: relative;
    margin-top: 18px;
    padding-top: 20px;
}
.section-title .title-desc:before{
    content: '';
    position: absolute;
    top: 0;
    width: 132px;
    height: 2px;
    background-color: var(--base-skin);
}
.title-overlay {
    position: absolute;
    bottom: 0;
    left: -115px;
    font-size: 120px;
    line-height: 130px;
    font-weight: 800;
    font-family: var(--base-headingfont);
    color: rgba(255 255 255 / 0.60);
    text-transform: uppercase;
    z-index: 0;
}

/*style1*/
.section-title.style1 .title-header{ padding-bottom: 0; }
.section-title.style1 .title-desc:before{ display: none; }
.section-title.style1 .title-desc{ margin-top: 0; padding-top: 0; }


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

.bg-base-dark .border,
.bg-base-dark .border-top,
.bg-base-dark .border-left,
.bg-base-dark .border-bottom,
.bg-base-dark .border-right,
.bg-base-skin .border,
.bg-base-skin .border-top,
.bg-base-skin .border-left,
.bg-base-skin .border-bottom,
.bg-base-skin .border-right{
    border-color: rgba(255,255,255,0.06) !important;
}
.prt-vertical_sep > [class*='col'] { position: relative; }
.prt-vertical_sep > [class*='col']:not(:last-child):before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.10);
}
.prt-vertical_sep.style1 > [class*='col']:not(:last-child):before{ background-color: rgba(0, 0, 0, 0.10); }
.prt-vertical_sep.style2 > [class*='col']:not(:last-child):before{ background-color: #e9e9e9; }
.row.no-gutters.prt-vertical_sep > [class*='col']:not(:last-child):before{ right: 0; }
.bg-base-dark .prt-vertical_sep > [class*='col']:not(:last-child):before,
.bg-base-skin .prt-vertical_sep > [class*='col']:not(:last-child):before {
    background-color: rgba(255,255,255,.21);
}
.prt-vertical_sep.style3 > [class*='col']:first-child:before { 
    right: 15px; 
    background-color:rgba(255, 255, 255, 0.13); 
}
.prt-vertical_sep.style4 > [class*='col']:not(:last-child):before { 
    right: 15px; 
    background-color:rgba(255, 255, 255, 0.10); 
}
/* ===============================================
    8.Buttons
------------------------*/
.prt-btn{ 
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding: 16px 56px 16px 25px;
    border-radius: 25px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    color: var(--base-white);
    background-color: var(--base-skin);
    font-family: var(--base-headingfont);
    letter-spacing: 0;
    transition: all 0.5s ease 0s;
}
.prt-btn:after{
    position: absolute;
content: '';
width: 20px;
height: 10px;
display: block;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='10' viewBox='0 0 20 10'%3E%3Cimage id='arrow-circle' width='20' height='10' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAYAAAC0VX7mAAABD0lEQVQokZ3SsUrcURDF4S9hA2ERQRASRETQRkEEMS6IhSBi4UNYCVruE0i6vIDY%2BBSCRQollU3ARrBJExYttBFUtjIe%2BctdkGVZNQPTXM785s6c%2BZDEixjHGr5hGqMYwkCR3OMGFzjHb%2FzE3w6iA1zGd8zhCCc4QwtXeCj6Gr5gDDNYxApOsYNfkjSTXCfZSlKvGrwz66W2YjSrh3aS2f8AdWfFaH%2FENRr6xzB2Ue%2BjWnhmJWkkuUxymGQ9yece3WtJDpIc91jLcqm9qFgdUwaxiQ1MliV3m%2FIJP8r7Kv6Vn%2B3hD%2FZx2302VYxgHlPFzepsOqMu4RETuOs5%2BDuWvl2cnOmneyvsa5LWa7AkngAYzmYPd6d7PAAAAABJRU5ErkJggg%3D%3D' /%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: 100% 100%;
top: 24px;
right: 26px;
z-index: 11;

}
/** btn-color **/
.prt-btn-color-skincolor {
    color: var(--base-white);
}
.prt-btn-color-darkcolor {
    color: var(--base-dark);
}
.prt-btn-color-seconddark{
    color: var(--base-seconddark) !important;
}
.prt-btn-color-whitecolor{
    color: var(--base-white);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor:hover{
    background-color: var(--base-skin);
    border-color: var(--base-skin);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor{
    background-color: var(--base-skin);
    border-color: var(--base-skin);
    color: var(--base-white);
}
.prt-btn.prt-btn-color-skincolor:hover{
    background-color: var(--base-black);
    border-color: var(--base-black);
    color:var(--base-white);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor {
    background-color: var(--base-white);
    border-color: var(--base-white);
    color: var(--base-skin);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-gradientcolor{
    background-image: linear-gradient(to right, var(--base-first-gradientcolor) 0%, 
            var(--base-second-gradientcolor) 50%, var(--base-first-gradientcolor) 100%) !important;
    color: var(--base-white);
    background-size: 200% auto;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-gradientcolor:hover{
    background-position: left center;background-image: linear-gradient(to right, var(--base-second-gradientcolor) 0%, 
            var(--base-second-gradientcolor) 50%, var(--base-second-gradientcolor) 100%) !important;
}
/*.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 {
    color:var(--base-white);
}


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

/** btn-size-xs **/
.prt-btn.prt-btn-size-xs { font-size: 11px; padding: 8px 20px;}
.prt-btn.prt-btn-size-xs i { font-size: 11px; line-height: 11px;}

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

/** btn-size-md **/
.prt-btn.prt-btn-size-md { font-size: 15px !important; line-height: 25px !important; padding: 10px 35px 10px;}
.prt-btn.prt-btn-size-md i { font-size: 15px; line-height: 15px; }

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

/** btn-shape **/
.prt-btn.prt-btn-shape-round { border-radius: var(--base-border-radius-28); }
.prt-btn.prt-btn-shape-rounded { border-radius: var(--base-border-radius-25); }
.prt-btn.prt-btn-shape-square { border-radius: 0; }
.prt-btn .btn-inline .bg-secondary-bg{color:var(--base-white);}
/** btn-style-border **/
.prt-btn.prt-btn-style-border{ background-color: transparent; border: 1px solid currentColor; }
.prt-btn.prt-btn-style-border.prt-btn-color-white {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.prt-btn.prt-btn-style-border.prt-btn-color-white:hover{
    border-color: var(--base-dark);
    background-color: var(--base-dark);
}

/** prt-icon-shap**/
.prt-btn.prt-icon-shap {
    width: 115px;
    padding: 10px 0;
    margin: 10px 0 10px 10px;
    border: 2px solid var(--base-skin);
    border-radius: var(--base-border-radius50);
}
.prt-btn.prt-icon-shap.prt-btn-color-seconddark:hover {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white) !important;
}

/** btn-inline **/
.prt-btn.btn-inline{
    padding: 0;
    border: 0;
    overflow: visible;
    background-color: transparent;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--base-headingfont-color);
    font-family: var(--base-headingfont);
    position: relative;
}

.prt-btn.btn-inline:after{ display: none; }
.prt-btn.btn-inline.prt-icon-btn-right{
    padding: 6px 0;
    display: unset;
}
.prt-btn.btn-inline i{  position: absolute; }
.prt-btn.btn-inline.prt-icon-btn-right i:before{
    content: "\e627";
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: var(--base-lightskin);
    color: var(--base-dark);
    border-radius: var(--base-border-radius-50);
    transform: rotate(45deg);
    font-weight: 900;
    transition: all 0.3s ease 0s;
}
.prt-btn.btn-inline.prt-icon-btn-right:hover i:before{
    transform: rotate(90deg);
}
.prt-btn.btn-underline { position: relative; overflow: visible; vertical-align: baseline;}
.prt-btn.btn-underline:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: currentColor;
    bottom: 0;
    left: 0px;
    transition: all 0.1s ease 0s;
}

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

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



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

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

/** icon-size-md **/
.prt-icon.prt-icon_element-size-md { height: 67px; width: 67px; line-height: 67px }
.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: 53px; }

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

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

/** icon-shape **/
.prt-icon.prt-icon_element-style-round { border-radius: var( --base-border-radius-28:); }
.prt-icon.prt-icon_element-style-rounded { border-radius: var(--base-border-radius50); }
.prt-icon.prt-icon_element-style-square { border-radius: 0;}

/* prt-list-style-icon */
.prt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.prt-list.prt-list-style-icon.fw-normal li i , 
.prt-list.prt-list-style-icon.fw-normal .prt-list-li-content {
    font-weight: normal;
    padding-bottom: 2px;
}
.prt-list.prt-list-style-icon li {
    position: relative;
    padding: 14px 0;
    display: flex;
    align-items: baseline;
    width: 100%;
}
.prt-list.prt-list-style-icon li:last-child{padding-bottom: 0;}
.prt-list.prt-list-style-icon li i.fa-minus:before{
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    height: 2px;
    width: 7px;
    background-color: currentcolor;
}
.prt-list.prt-list-style-icon li i:before{
    content: "\e649";
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 6px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #000;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-50);
}
.prt-list.prt-list-style-icon .prt-list-li-content {
    display: inline-block;
    padding-left: 50px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
/*prt-list-style-icon-01*/
.prt-list.prt-list-style-icon-01 .prt-list-li-content,
.prt-list.prt-list-style-icon-01 .prt-list-li-btn a{
    display: block;
    padding: 11px 0 9px 55px;
    border: 1px solid #ece9e0;
    border-radius: var(--base-border-radius-10);
    font-size: 16px;
    color: var(--base-headingfont-color);
    font-weight: 500;
    font-family: var(--base-headingfont);
    position: relative;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
}
.prt-list.prt-list-style-icon-01 .prt-list-li-content:hover{ background: var(--base-grey); }
.prt-list.prt-list-style-icon-01 li:before{
    content: "\f067";
    position: absolute;
    width: 23px;
    height: 23px;
    line-height: 25px;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-50);
    left: 18px;
    top: 12px;
    font-size: 13px;
    font-family: 'FontAwesome';
    text-align: center;
    color: var(--base-headingfont-color);
    font-weight: 500;
    transition: all 0.3s ease 0s;
}
.prt-list.prt-list-style-icon-01 li:hover:before{ background-color: #fff; }
.prt-list.prt-list-style-icon-01 li.prt-list-li-btn:before{ display: none; }
 .prt-list.prt-list-style-icon-01 .prt-list-li-btn a{
    border: 1px solid var(--base-skin);
    background-color: var(--base-skin);
    padding: 11px 0 9px 0px;
    text-align: center;
 }
 
.prt-list.fs-14 { font-size: 14px; }
.prt-list.fs-15 { font-size: 15px; }
.prt-list.fs-15 i { font-size: 12px; }


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

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


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

/*style1*/
.prt-fid.inside.style1 { 
    background-color:var(--base-skin);
     display: inline-block;
    position: relative;
    margin-bottom: 12px;
    padding: 18px 28px;
    border-radius: 0px 50px 50px 0px;
}
.prt-fid.inside.style1:before   {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -10px;
    z-index: 9;
    margin: 0px auto;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid var(--base-skin);
}
.prt-fid.inside.style1  .prt-fid-contents{text-align: left;}
.prt-fid.inside.style1 h4.prt-fid-inner, .prt-fid.inside.style1 h4.prt-fid-inner span {
   font-size: 54px;
    line-height: 54px;
    color: var(--base-white);
}
.prt-fid.inside.style1 h3.prt-fid-title{
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color:var(--base-white);
 font-family: var(--base-bodyfont);
}

/*style2*/    
.prt-fid-style2{
    padding: 0px 4px 0px 0px;
    display: flex;
   
}
.prt-fid.inside.style2{
    position: relative;
    padding: 29px 15px 21px 15px;
    margin-bottom: 30px;
    text-align: center;
     border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #FFFFFF33;
}
.prt-fid-style2   .prt-fid-contents{
    position: relative;
    z-index: 3;

}
.prt-fid-style2   .prt-fid-contents .prt-fid-inner{
     font-size: 46px;
    line-height: 56px;
    color: var(--base-white);
     text-align: left;
}
.prt-fid-style2   .prt-fid-contents .prt-fid-title{
    font-size: 17px;
    text-transform: none;
    color: rgba(255, 255, 255, 0.75) !important;
    font-family:var( --base-bodyfont);
}
.prt-fid-style2  .prt-fid-without-icon.left-border{
   padding: 0px 0px 0px 45px;
    border-top:1px solid #FFFFFF33 ;
}
.prt-fid-style2   .prt-fid-without-icon.center-contain{
    text-align: center;
    position: relative;
    border-width: 1px 1px 0px 0px;
    border-color: #FFFFFF33;
    padding: 29px 15px 21px 15px;
    margin-bottom: 30px;
}

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

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

section { counter-reset:container}
.container .number:after {
    counter-increment: container;
    content: counter(container,decimal-leading-zero);
    font-family: var(--base-bodyfont);
    font-style: normal;
}

/* style1 */
.featured-icon-box.style1 {
    position: relative;
    padding: 4px 0px 20px 0px;
    width: 100%;
    text-align: left;
    margin:0;
    z-index: 2;
    border-width: 0px 0px 1px 0px;
    border-color: #D2D2D2;
}
.featured-icon-box.style1 .featured-icon,
.featured-icon-box.style1 .featured-content{
    display: table-cell;
    vertical-align: top;
}
.featured-icon-box.style1 .featured-content{ padding: 0 0 0 15px; }
.featured-icon-box.style1 .featured-title h3{
   font-size: 17px;
    line-height: 27px;
    margin-bottom:3px;
    text-transform:uppercase;
}  
.prt-car-single-wrapper {
    margin-left: -80px;
}
 
.prt-stop-wrapper { position: absolute; right: 50px; bottom: -5px; }
.prt-stop-wrapper.cta-stop-wrapper{ left: 60px; right: unset; bottom: -22%; }

/*style2*/


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

/*category*/
.featured-imagebox-category {
    border-radius: var(--base-border-radius-15);
    background-color: var(--base-white);
    border: 1px solid var(--base-border-color-white);
    box-shadow: var(--base-shadow);
    padding: 30px 30px 25px;
    text-align: center;
    -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;
}
.featured-imagebox-category:hover{ transform: translatey(5px); }
.featured-category-icon { margin-bottom: 22px; }
.featured-imagebox-category .featured-thumbnail img{ transform: scale(1) !important; width: auto; }
.featured-imagebox-category .featured-thumbnail {
    width: 82px;
    height: 82px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured-imagebox-category .featured-title h3{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
}

/*service-section*/
.prt-row.sevice-section{
    padding:100px 35px;
} 
.sevice-section .prt-service-box{
    width: 100%;
    max-width: calc(23.22222% - -27.44444px);
    border-radius: 16px;
    -webkit-transition: max-width .8s cubic-bezier(.6, 0, .2, 1);
    -o-transition: max-width .8s cubic-bezier(.6, 0, .2, 1);
    transition: max-width .8s cubic-bezier(.6, 0, .2, 1);
    display: block;
    overflow: hidden;
}
.service-img1{
 background-image: url(../images/services/service-02.jpg);
     width: 423px;
    height: 100%;
    background-size: cover;
    border-radius: 20px;
    margin: 0px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
}
.service-img2{
 background-image: url(../images/services/service-01.jpg);
     width: 423px;
    height: 100%;
    background-size: cover;
    border-radius: 25px;
    margin: 0px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
}
.service-img3{
 background-image: url(../images/services/service-03.jpg);
     width: 423px;
    height: 100%;
    background-size: cover;
    border-radius: 25px;
    margin: 0px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
}
.sevice-section .featured-imagebox-service.style1 .featured-content-box{
    width: 423px;
    height: 351px;
    background-size: cover;
    position:relative;
}
.sevice-section .featured-sevice-style1{
    --webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
    width:100%;
    background-color: #fff;
    border-radius: 20px;
}
.sevice-section .prt-box-col-wrapper{
        width: 100%;
    max-width: calc(23.2222% + 27.4444px);
    display: block;
    border-radius: 16px;
    transition: max-width 0.8s cubic-bezier(0.6, 0, 0.2, 1);
    overflow: hidden;
}
.featured-sevice-style1 .featured-box-info{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
}
.featured-imagebox-service.style1  .featured-content-box{
    height: 342px;
    width: 423px;
    position: relative;
    z-index: 99;
    text-align: center;
}
.sevice-section .prt-box-col-wrapper.active{
    width: 100%;
  max-width: calc(55.55556% - 111.9px); 
} 
.sevice-section .prt-service-box:after{
    position: relative;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.26) 100%);
    border-radius: 20px;
    transition: 0.3s;
}
.prt-box-col-wrapper.active .featured-content-box .box-contain-title,
.sevice-section .prt-box-col-wrapper.active:after{
    opacity: 0;
}
.sevice-section .prt-box-col-wrapper.active .featured-imagebox-service.style1{
    margin:0;
    border-radius: 20px 0px 0px 0;
}
.sevice-section .prt-box-col-wrapper.active .featured-thumbnail {
    visibility: visible;
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    z-index: 1;
    transition: .5s all;
    opacity: 1;
    border-radius: 20px 0 0px 20px;
}
.featured-content-box  .box-contain-title{
    position: absolute;
    top: 45%;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 100;
    margin: auto;
    transition: 0.3s;
}
.prt-box-col-wrapper.active  .box-contain-title 
.featured-sevice-style1  .featured-box-info{
        height: 342px;
    width: 423px;
    position: relative;
    z-index: 99;
    text-align: center;
}   
.featured-imagebox-service.style1 h3,
.featured-imagebox-service.style1 .contain-title h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.featured-imagebox-service.style1   .box-contain-title h3 {
    color: var(--base-white);
}
.featured-imagebox-service.style1  .featured-content-box:after{
position: absolute;
    content: '';
    background: linear-gradient(0deg, rgb(0 0 0 / 64%) 0%, rgba(0, 0, 0, 0.258140756302521) 100%);
    width: 423px;
    height: 351px;
    top: 0;
    left: 0;
    border-radius: 20px;
    transition: all 0.3s ease 0s;
}
.featured-imagebox-service.style1 .featured-content-box:after
.featured-imagebox-service.style1 .featured-thumbnail img{
 border-radius: 20px;
}
 .prt-box-col-wrapper.active .featured-imagebox-service.style1 .featured-thumbnail img{
    width: 423px;
    height: 100%;
    background-size: cover;
 }
 .prt-box-col-wrapper.active .featured-imagebox-service.style1 .featured-content{
    opacity: 1;
    text-align: left;
    border-radius: 0px 25px 25px 0;
 }
/*.featured-imagebox-service.style1 .featured-content {
    top: -18px;
    opacity: 1;
    height: 379px;
    position: absolute;
    -webkit-transition: top .8s cubic-bezier(.6,0,.2,1), opacity .8s cubic-bezier(.6,0,.2,1);
    -o-transition: top .8s cubic-bezier(.6, 0, .2, 1), opacity .8s cubic-bezier(.6, 0, .2, 1);
    transition: top .8s cubic-bezier(.6,0,.2,1), opacity .8s cubic-bezier(.6,0,.2,1);
    width: 24.99vw;
    padding: 46px 40px 46px 47px;
    right: 0px;
    left: 380px;
    z-index: 11;
    align-content: center;
    
}*/
.featured-imagebox-service.style1{
    margin:0;
}
.featured-imagebox-service.style1 .featured-content{
        top: 0px;
    opacity: 1;
    height: 100%;
    position: absolute;
    width: 24.99vw;
    right: 0px;
    z-index: 11;
    align-content: center;
    transition: top 0.8s cubic-bezier(0.6, 0, 0.2, 1), opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1);
/*    padding: 40px 40px 50px 47px;*/
    padding: 23px 26px 22px 50px;
}
   
 .prt-box-col-wrapper.active .featured-imagebox-service.style1 .featured-content-box:after,
 .prt-box-col-wrapper .featured-imagebox-service.style1 .featured-content{
    opacity:0;
 }
.featured-imagebox-service.style1 .featured-content .box-contain-desc{
    margin-bottom: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
} 
.featured-imagebox-service.style1 .prt-btn.prt-btn-color-skincolor:hover{
    background-color:var(--base-secondary-bg);
    border-color: var(--base-secondary-bg);
}
.featured-imagebox-service.style1 .featured-content .btn-wrapper .btn-wrapper{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--base-skin);
    padding: 16px 56px 16px 25px;
    border-radius: 25px;
    position: relative;
}
/*.featured-imagebox-service.style1 .featured-content .btn-wrapper .btn-wrapper:before{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--base-skin);
    padding: 16px 56px 16px 25px;
    border-radius: 25px;
    position: relative;
}*/
/*service-section-02*/
.service-section-02{
    background-color:var(--base-secondary-bg);
}
.prt-row.service-section-02{padding:100px 0 90px;}
.service-section-02 .section-title .section-sub-title h3,
.service-section-02 .section-title h2{
    color:var(--base-white);
}
.featured-imagebox-services.style2 {overflow:initial!important ;}
.service-section-02  .section-title .title-header{padding-bottom:0;}
.featured-imagebox-services.style2 .featured-iconbox { 
    border-radius:30px;
    overflow: hidden;
}
.featured-imagebox-services.style2 .featured-iconbox img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    border-radius:30px;
}
.featured-imagebox-services.style2 .featured-iconbox img{border-radius: 30px;}
.featured-imagebox-services.style2:hover .featured-iconbox img{
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.featured-imagebox-services.style2 .featured-iconbox-inner:after{
    position: absolute;
    bottom: 0px;
    content: "";
    left: 0px;
    width: 100%;
    height: 100%;
    align-items: center;
    border-radius: 30px;
    transition: 0.45s ease-in-out;
    background: linear-gradient(rgba(4, 62, 76, 0) 50%, rgb(23, 23, 23) 100%);
}
.featured-imagebox-services.style2 .featured-content .featured-title h3 a{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    z-index: 11;
    position: absolute;
    bottom: 30px;
    left: 36px;
    padding-right:20px;
    text-transform: uppercase;
    color:var(--base-white)
}
.featured-imagebox-services.style2 .featured-subheading{
     font-size: 12px;
    color: rgb(255, 255, 255);
    z-index: 99;
    position: absolute;
    top: -26px;
    right: 30px;
    background-color: var(--base-skin);
    padding: 0px 11px;
    border-radius: 10px 10px 0px 0px;
    text-transform: uppercase   ;
    font-weight:  600;
}
/*service-info*/
.prt-row.service-info-section{
    font-family: var(--base-service-info);
    padding: 0px 0 0 0;
    background-color: #ece8e0;
}
.featured-imagebox-services-info.style3{
    position: relative;
    z-index:8;
}
.featured-imagebox-services-info.style3 .service-info-menu{
    margin: 0;
    list-style: none;
    float: none;
    background-color: #fff;
    border-radius:10px;
    padding: 40px 30px 20px;
    flex-basis: 22%;
}
.featured-imagebox-services-info.style3 .featured-title h3 a{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
    margin-top: 0;
}
.featured-imagebox-services-info.style3 .service-info-menu li {
    margin-bottom: 32px;
}
.featured-imagebox-services-info.style3 .service-info-menu li a{
    border-radius: 10px;
    padding: 15px 28px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    transition: unset;
     color:var(--base-headingfont-color);
    border: 1px solid var(--base-headingfont-color);
    background-color: var(--base-white);    
    box-shadow: unset;    
    display: flex;
    text-align:center   ;
    align-items: center;
    text-transform: capitalize;
}
.featured-imagebox-services-info.style3 .service-info-menu li.active a{
    base-headingfont-color
      border: 1px solid var(--base-skin);
    background-color: var(--base-skin);
    color:var(--base-white)  ;
}
.featured-imagebox-services-info.style3 .service-info-menu li a i{
    margin-right: 10px;
    margin-top: 0px;
    font-size: 15px;
    line-height:25px;
}
.featured-imagebox-services-info.style3 .featured-content{
    position: relative;
    min-height: 400px;
    background-color: var(--base-white);
    padding: 30px;
    border-radius: 15px;
}
.featured-imagebox-services-info.style3 .featured-content .service-select{display: grid; padding-bottom:18px;}
.featured-imagebox-services-info.style3 .featured-content .service-select label{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
    color: var(--base-black);
}
.service-info-section #service-menu.col-lg-3,.service-info-section #services-select.col-lg-9{position:relative; z-index:7;}
.featured-imagebox-services-info.style3 .featured-content .service-select label strong{    color: red;}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {width:100%!important;}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    color:#7F7F7F;
    font-size:15px;
}
.bootstrap-select>.dropdown-toggle:after{color:#7F7F7F;}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    height: 40px;
    color:#d6d6d6;
    border-radius:10px;
    border: 1px solid #fff;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active,
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background-color: #f4f5f7;
}
.featured-imagebox-services-info.style3  .featured-content-inner{
    position: relative;
    background-color: #f4f5f7;
    border-radius: 10px;
    padding: 25px 32px;
    margin-bottom: 15px;
    float: left;
    border:1px solid #d6d6d6;
}
.featured-imagebox-services-info.style3  .featured-content-inner .post-header .post-heading h4{
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: var(--base-black);
    margin-bottom: 5px;
    text-transform: capitalize;
 }
.featured-imagebox-services-info.style3  .featured-content-inner .post-header .post-meta .prt-meta-line.title{
    font-size: 14px;
    line-height: 20px;
    color:#7f7f7f;
 }
.featured-imagebox-services-info.style3  .featured-content-inner .post-header .post-meta .prt-meta-line.price,
.featured-imagebox-services-info.style3  .featured-content-inner .post-header .post-meta .prt-meta-line.time{
   font-size: 14px;
    font-weight: 500;
    color:var(--base-black);
 }
.d-grid{display: grid;}

.featured-imagebox-services-info.style3 .featured-content .btn-wrapper{
   position: absolute;
    right: 30px;
    bottom: 20px;
}
.featured-imagebox-services-info.style3 .featured-content .btn-wrapper .prt-btn {
    border-radius:10px;
    padding: 8px 28px;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    transition: all ease 0.5s;
    border: 1px solid var(--base-white);
    background-color: var(--base-headingfont-color);
    color: var(--base-white);
    box-shadow: 0 4px 8px rgba(43, 79, 255, 0.06), 0 8px 16px rgba(255, 255, 255, 0.16);
    text-decoration: none;
    text-transform: none;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}
.featured-imagebox-services-info.style3 .featured-content .btn-wrapper .prt-btn:after{display:none;}
/*service-section-03*/
.prt-row.sevice-section-3{
    background-color:var(--base-secondary-bg);
    color:var(--base-white);
    padding:100px 0 155px;
}
.line-height-36{line-height:36px;}
.prt-row.sevice-section-3 .section-sub-title h3 ,.prt-row.sevice-section-3 .section-title h2{color:var(--base-white);}
 .prt-row.sevice-section-3 .section-title h2{
     font-size: 48px;
    line-height: 58px;
    margin-bottom:30px;
 }
 .featured-imagebox-service.style3{
    position: unset;
    overflow: hidden;
    margin:0;
 }

.featured-imagebox-service.style3 .featured-content {
   width: 48%;  
   position: relative;
    display: inline-block;
    padding-top:15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.featured-imagebox-service.style3 .featured-content .featured-desc{
    font-size: 16px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    font-style: italic;
}
.featured-imagebox-service.style3 .featured-content .featured-title  h3{
    font-size: 48px;
    line-height: 58px;
        font-weight: 600;
    margin-bottom: 17px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
} 
.featured-imagebox-service.style3 .featured-content .btn-inner a{
    font-size: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: rgba(255, 255, 255, 0.6);
    box-shadow: none;
    text-decoration: none;
    transition: 0.3s;
}
/*.featured-imagebox-service.style3 .featured-content .btn-inner a:before{
    content: "";
    width: 52px;
    height: 52px;
    right: 0px;
    top: 36px;
    line-height: 52px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 50%;
    transition: 0.3s;
    position: absolute;
}*/
.featured-imagebox-service.style3 .featured-content .btn-inner a i{
    position: absolute;
    right: 0px;
    top: 30px;
    padding: 10px 15px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 50%;
    transition: 0.3s;
}.featured-imagebox-service.style3 .featured-content .btn-inner a:hover i{background-color:var(--base-white);}
.featured-imagebox-service.style3 .featured-content .btn-inner a:hover i:before{color:var(--base-secondary-bg);}
.featured-imagebox-service.style3 .featured-content .btn-inner a i:before{
    font-size:22px;
    line-height:34px;
}
.featured-imagebox-service.style3 .featured-imagebox{position:static;}
.featured-sevice-style3 .featured-imagebox-service.style3  .featured-thumbnail {
        max-width: 100%;
    position: absolute;
    width: auto;
    left: auto;
    right: 15px;
    top: 0px;
    visibility: visible;
    clip-path: polygon(50% 0px, 50% 0px, 50% 100%, 50% 100%);
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    transition: 0.9s, transform 0.9s;
    border-radius: 25px;
    background-position: center top;
}
.featured-sevice-style3.active .featured-imagebox.featured-imagebox-service.style3{overflow:visible;}
.featured-sevice-style3.active .featured-imagebox-service.style3 .featured-thumbnail{
      visibility: visible;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    z-index: 1;
    opacity: 1;
    transition: 0.5s;
} 
.featured-sevice-style3.active .featured-imagebox.featured-imagebox-service.style3 .featured-thumbnail img{border-radius: 20px;}
.featured-sevice-style3 .featured-imagebox:hover .featured-thumbnail img{
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

/*service-select-4*/
.prt-row.service-section-04{
    background-color:var(--base-grey);
    padding:100px 0 85px;
}
/*service-select-5*/
/*.prt-row.service-section-05{
padding:50px 0 70px ;
}*/
.featured-imagebox-services-info.style5{margin:0;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
/*    display:flex;*/
}

.featured-imagebox-services-info.style5.featured-imagebox:hover .featured-thumbnail img{
    -moz-transform: scale(1)!important;
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
    border-radius: 8px;
}
.featured-imagebox-services-info.style5 .featured-thumbnail{
    display: table-cell;
    width: 32%;
}
.service-section-05 {padding: 50px 0 70px;}
.featured-imagebox-services-info.style5 .featured-thumbnail img{border-radius:8px;}  
.featured-imagebox-services-info.style5 .featured-content{
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}
.featured-imagebox-services-info.style5 .featured-content .featured-desc p{
   display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;;
}
.featured-imagebox-services-info.style5 .featured-content .featured-title h3{
        font-size: 20px;
    line-height: 30px;
        margin-bottom: 3px;
        text-transform:uppercase ;
}

.prt-row.service-info-section-02{
    padding:0 0 100px;
}
.featured-imagebox-services-info.style6{
    background-color:var(--base-white);
    --e-column-margin-right: 15px;
    --e-column-margin-left: 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 15px 0px 0px;
    padding: 40px 36px 40px 40px;
}
.featured-imagebox-services-info.style6 .featured-content .featured-title{margin-bottom:20px;}
.featured-imagebox-services-info.style6 .featured-content .featured-title h3 {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
}
.featured-imagebox-services-info.style6 .featured-content .prt-service-info-list{
    list-style:none;
}
.featured-imagebox-services-info.style6 .featured-content ul li{
    padding-bottom: calc(5px / 2); display:flex;}
/* ===============================================
    .Tea-member
------------------------*/
.prt-row.team-member-section{
/*    padding:67px 0 50px;*/
    padding:84px 0 40px;
    box-sizing: content-box;
    position:relative;
    z-index:9;
}
.prt-row.team-member-section.style-1{
    padding-bottom:62px;
}
.prt-row.team-member-section.single1{padding: 84px 0px 84px 0px;}
.team-member-section .section-title h2{
   border-top: 0px solid;
   border-bottom: 1px solid;
   padding: 0px 0px 20px 0px;
   margin-bottom: 20px;
   text-align: center;
}
.featured-imagebox-team.style1{
    overflow: visible;
     position: relative;
    overflow: visible;
    display: inline-block;
        margin: 12px 57px 12px 0;
}
.team-member-section  .section-title .title-header{padding: 0;}
.featured-imagebox-team.style1.prt-team:before{
        position: absolute;
    content: "";
    right: -39px;
    height: 5px;
    width: 20px;
    background-color: #232323;
    top: 26px;
}
.team-member-section{
     /*  display: inline-block;
    width: auto;
    float: none;
    margin:0 auto;
*/       /* padding-left: 27px!important;
    padding-right: 27px!important;*/
/*    margin-bottom: 30px;*/
}
    

.team-member-section .prt-teambox.prt-box-col-wrapper{margin-left: 0px;}
.team-member-section .prt-teambox-view-style1{
    margin-bottom:30px!important;
    display: inline-block; 
    fdisplay: inline-block;
    float: none;
}
.featured-imagebox-team.style1 .prt-box-title h3 a{
    font-size: 39px;
    line-height: 49px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.team-member-section .prt-teambox-1.prt-box-col-wrapper{
    width: auto;
    position: relative;
    padding-left: 27px !important;
    padding-right: 27px !important;
}
.tm-animation-hover-img {
  
    position: absolute;
    opacity: 0;
    transform: translateX(100%) scale(0.4);
    transform-origin: 50% 50%;
    z-index: 10;
    border-radius: 25px;
    width: 200px;
    height: 200px;
    margin-top: -90px;
}
span.prt-item-thumbnail {
    position: static;
}

.tm-animation-hover-img .prt-item-thumbnail-inner img {
    border-radius: 10px;
    width: 300px;
    height: 250px;
    object-fit: cover;
}
/* ===============================================
    13.Progress-Bar
------------------------*/
.prt-progress-bar{ position: relative; }
.prt-progress-bar:not(:last-child){ margin-bottom: 20px; }
.prt-progress-bar .progressbar-title,
.prt-progress-bar .progress-bar-percent {
    display: block;
    margin-bottom: 12px;
    color: var(--base-headingfont-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.prt-progress-bar .progress-bar-percent {background: none;position: absolute;text-align:right;right: 0;top: 0;}
.prt-progress-bar .progress-bar {
    display: block;
    height: 6px;
    line-height: 2px;
    position: relative;
    background-color: var(--base-skin);
    overflow: visible;
}
.prt-progress-bar .progress-bar-inner{ 
    box-shadow: none;
    height: 6px;
    width: 100%;
    z-index: 1;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-10);
    overflow: hidden;
}
.bg-base-skin .prt-progress-bar .progress-bar-inner{ background-color: rgba(0, 0, 0, 0.1); }
.bg-base-dark .prt-progress-bar .progress-bar-inner { background-color: rgba(255,255,255,.1); }
.bg-base-grey .prt-progress-bar .progress-bar-inner { background-color: #fff;}

/*circle-progress*/

.prt-fid-view-circle-progress .prt-fid-contents {
    display: block;
    align-items: center;
}
.prt-fid-view-circle-progress .prt-circle-content { 
    line-height: 0;
    position: relative;
    margin:0 auto   ;
}
.prt-fid-view-circle-progress .prt-circle-boxcontent {
    position: absolute;
    top: 50%;
    left: -10PX;
    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: 18px;
    font-size: 20px;
    font-weight: 700;
    color: var(--base-headingfont-color);
    font-family: var(--base-headingfont);
}
.prt-fid-view-circle-progress .prt-fid-title {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 6px;
    text-align: left;
    font-family: var(--base-bodyfont);
}
.featured-icon-box.style1 .prt-icon.prt-icon_element-onlytxt{width:64px;}
.prt-fid-view-circle-progress p{margin-bottom: 0;text-align: left;}
.prt-fid-view-circle-progress .prt-fid-number{
    background-color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin: 0 25px;
    font-size: 22px;
    font-weight: 500;
    color: #20292f;
    padding: 3px 15px 0;
    /* padding-right: 10px; */
    /* padding-left: 15px; */
}
.prt-fid-view-circle-progress .prt-fid-title{
    padding: 2px 4px 0px 4px;
    display: block;

}
/* ===============================================
    14.Testimonial
------------------------*/
.testimonials-section { 
    position: relative;
        background-color: #ece8e0;
}
.testimonials-section .section-title .title-header{padding-bottom:9px;}
.testimonials .section-title h2{
    font-size:55px;
    line-height:65px;
}
/*.testimonials-section .row.  .slick-arrow
    right: 86px;
    left: auto;
    height: 52px;
    width: 64px;
    background-color: transparent;
    top: -198px;
    right: 10px;
    border: 1px solid;
    border-color:var(--base-skin);
    border-radius: 10px;
        color: var(--base-skin);
    margin: 0 3px;
    font-size: 0;
    line-height: 0;
    position: absolute;
        display: block;
        
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;*/
.testimonial-avatar .testimonial-caption{
    background-color: #fff;
    position: relative;
    padding: 32px 23px 20px 25px;
    border-radius: 30px;
}
.testimonial-avatar .testimonial-caption:after{
position: absolute;
    content: '';
    font-style: normal;
    width: 111px;
    height: 111px;
    display: inline-block;
    background-color: var(--base-white);
   background-image:url(../images/image.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    top: 0;
    right: 0;
}
.testimonials-section .testimonials .testimonial-caption h3{
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 0;
    font-weight: 500;
    color: #232323;
    text-transform: uppercase;
    font-family: var(--base-headingfont);
}
.testimonials-section .testimonials .testimonial-caption span{
    font-size: 14px;
    line-height: 24px;
}
.testimonials-section .testimonials .testimonial-caption blockquote{
    font-size: 18px;
    margin-top: 7px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    position: relative;
    background-color: transparent;
    outline: none;
    line-height: 30px;
    font-style: italic;
    font-weight: 400;
    z-index:1;
}
.testimonials-section .testimonials .testimonial-img img{
    position: absolute;
      top: 10px;
    right: 10px;
    left:auto   ;
    border-radius: 50%;
    z-index: 1;
}
/*style1*/

/* ===============================================
    counter-section
------------------------*/
.prt-row.counter-section.style-1{padding:85px 0 100px;}
.prt-row.counter-section{
    background-color: #ece8e0;
}
.counter-section .title-header h2,.counter-section-2 .title-header h2{
    font-size: 48px;
    line-height: 58px;
}
.counter-section .section-title .title-header{padding-bottom: 0;}
.counter-section  .layer-content{ padding: 13px 0px 0px 0px;}
.featured-imagebox-counter.style1{   
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px 25px 33px 25px;
    border-radius: 20px 20px 20px 20px;
    background-color: var(--base-white);
}
.featured-imagebox-counter.style1 .featured-icon-box .featured-title h3{
     font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    margin:20px 0;
}
.featured-imagebox-counter.style1 .featured-content .featured-desc{
    margin: 20px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #D2D2D2; 
    display: block;
}
.featured-imagebox-counter.style1 .featured-icon-box .featured-icon-img{padding: 0px 20px 5px 0px; width:191px;}
.featured-imagebox-counter.style1 .featured-icon-box .featured-icon-img img{
    border-radius: 20px 20px 20px 20px;
    vertical-align: middle;
    display: inline-block;
    width: 145px;
}
.counter-section .layer-content-box,.counter-section-2 .layer-content-box{
       margin-top: -208px;
    width: 37.444%;
}
.counter-section  .layer-content-box .layer-inner-content,.counter-section-2  .layer-content-box .layer-inner-content{
    text-align: center;
    background-color: var(--base-skin);
      padding: 50px 20px 44px;
    border-radius: 20px;
    layer-inner-content
}
.counter-section  .layer-content-box  .counter-content h3,.counter-section-2  .layer-content-box  .counter-content h3{
    color: rgb(255, 255, 255);
    padding-bottom: 6px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    font-size: 60px;
    line-height: 70px;
}
 
.counter-section  .layer-content-box .contain-desc,.counter-section-2  .layer-content-box .contain-desc{
    font-size: 16px;
    line-height: 26px;
/*    font-family: var(--body-fonts-family);*/
    text-transform: capitalize;
    color: rgb(255, 255, 255);
}
.counter-section .col-bg-img-one img,.counter-section-2 .col-bg-img-one img {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fe7ab6;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    /* Inline the SVG directly (no custom property) */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 634.969 602'%3E%3Cpath fill='white' fill-rule='evenodd' d='M634.06,28.6c-0.515-9.675-3.245-16.266-7.155-20.6-4.5-4.99-10.98-7.553-19.021-8L26.472-.008,26.4,0c-5.017.495-15.01,2.584-20.832,10C0.517,16.432.2,24.487,0.132,28.6-0.243,52.324-.1,225.775.132,347a29.894,29.894,0,0,0,4.529,15A26.133,26.133,0,0,0,26.4,374H232.908a29.838,29.838,0,0,1,16.3,9,35.3,35.3,0,0,1,9.057,19V579a29.957,29.957,0,0,0,6.341,14,25.516,25.516,0,0,0,15.4,9H607.884c10.881,0,17.713-4.441,21.738-10a26.138,26.138,0,0,0,4.529-13C634.631,424.95,635.82,61.656,634.06,28.6Z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 634.969 602'%3E%3Cpath fill='white' fill-rule='evenodd' d='M634.06,28.6c-0.515-9.675-3.245-16.266-7.155-20.6-4.5-4.99-10.98-7.553-19.021-8L26.472-.008,26.4,0c-5.017.495-15.01,2.584-20.832,10C0.517,16.432.2,24.487,0.132,28.6-0.243,52.324-.1,225.775.132,347a29.894,29.894,0,0,0,4.529,15A26.133,26.133,0,0,0,26.4,374H232.908a29.838,29.838,0,0,1,16.3,9,35.3,35.3,0,0,1,9.057,19V579a29.957,29.957,0,0,0,6.341,14,25.516,25.516,0,0,0,15.4,9H607.884c10.881,0,17.713-4.441,21.738-10a26.138,26.138,0,0,0,4.529-13C634.631,424.95,635.82,61.656,634.06,28.6Z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}
.prt-row.prt-sevice-section.style-1{
    padding-top: 0;
}
/*counter-section-02*/
.prt-row.counter-section-2{
    background-color: #ece8e0;
    padding-bottom:93px;
}
.featured-imagebox-counter.style2 .prt-content-contain-inner{
    display:block;
}
.counter-section-2 .col-bg-img-one img{position:relative;}
.counter-section-2 .layer-content-box{
       margin-top: -222px;
    width: 39.444%;
}
.featured-imagebox-counter.style2 .box-contain-title h2,.featured-imagebox-counter.style2 .featured-title h2{
    font-size: 20px;
    line-height: 30px;
    display:inline-block;
}
.featured-imagebox-counter.style2 .featured-title h2{
 text-transform:uppercase; 
 color:var(--base-white);
 text-align: center;
 margin-top:20px;
 font-weight: 500;
}
.featured-imagebox-counter.style2 .featured-desc p{  
     margin: -14px 0px 20px 0px;
    color: var(--base-white);
    font-weight:500;
    text-align:center;
}
.featured-imagebox-counter.style2 .featured-thumbnail{width:80px;display:contents;}
.featured-imagebox-counter.style2 .featured-thumbnail img{
      border-radius: 50% 50% 50% 50%;
      vertical-align: middle;
    display: inline-block;
}
.featured-imagebox-counter.style2  .featured-iconbox .featured-icon{
    background-color: #E9AD60;
    color: #FFFFFF;
    font-size: 28px;
    padding: 19px;
    border-radius: 50%;
    fill: #fff;
    text-align: center;
    display: inline-block;
}
.featured-imagebox-counter.style2 .box-contain-wrap{
    background-color:var(--base-secondary-bg);
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: -127px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 14px ;
        border-radius: 57px 57px 57px 57px;


}
/*.featured-imagebox-counter.style2 .box-contain-wrap:before{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}*/
/*    counter-section-03 */
 .counter-section-03{
    padding: 90px 50px;
    background-color: var(--base-secondary-bg);
 }
.counter-section-03 .prt-single-img{    margin: 0px -98px 0px 0px;}
.counter-section-03  .section-title h2{
    font-size: 48px;
    line-height: 58px;
    color:var(--base-white);
}
.counter-section-03  .section-sub-title h3{color:var(--base-white);}
.featured-imagebox-counter.style3 .featured-content-box{
    background-color: #FFFFFF12;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 20px 30px 20px;
    border-radius: 20px 20px 20px 20px;
    display: flex;
    color:var(--base-white);
    gap:10px;
      flex-direction: column;
}
.featured-imagebox-counter.style3 .featured-content .content-wrapper{
    display: flex; /* num and title on the same line */
  align-items: center;
}
.featured-imagebox-counter.style3 .featured-content .featured-num{
    margin: 0px 20px 0px 0px;
    padding: 2px 18px 2px 18px;
    background-color: #FFFFFF29;
    border-radius: 15px 15px 15px 15px;
    font-size: 14px;
    line-height: 24px;
    width: 16.39% !important;
} 
.featured-imagebox-counter.style3 .featured-content .featured-title{width: 83% !important;}
.featured-imagebox-counter.style3 .featured-content .featured-title h3{
        font-size: 24px;
    line-height: 34px;
    text-transform:uppercase;
    color:var(--base-white);
}
.featured-imagebox-counter.style3 .featured-content .featured-desc p
{   width:100%;
    position: relative;
    color: rgba(255, 255, 255, 0.85);
}
        
/*appointment-info-section*/

.appointment-info-section.bg-img2{
    position:relative;
    padding: 80px 105px;
}
.appointment-info-section .appointment-info-section-overly{
   background-color: var(--base-secondary-bg);
   height:100%;
   width:100%;
   left:0;
   right:0;
   top:0;
   bottom:0;
   opacity:0.9;
   position:absolute;
}
.appointment-info-section .prt_single_img_apoointment img{
    opacity:1;
    position:relative;
    border-radius:15px;
}
.appointment-info-section .section-title h2{
    color:var(--base-white);
    font-size: 84px;
    font-weight: 100;
    line-height: 94px;
    padding-top:55px;
    border-top:0;
}
.appointment-info-section .section-title .title-header{padding:0;}
.featured-imagebox-appointment-info  .featured-title h3{ 
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: var(--base-white);
    text-transform: uppercase;
}
.featured-imagebox-appointment-info .featured-desc p{color: rgba(255, 255, 255, 0.6);}
.featured-imagebox-appointment-info .prt-btn{padding: 9px 30px!important;}
.featured-imagebox-appointment-info .prt-btn:after{display:none;}  
.featured-imagebox-appointment-info .prt-btn:hover{
    background-color:var(--base-white);
    color:var(--base-headingfont-color);
    border-color:var( --base-white);
}
.featured-imagebox-appointment-info .appointment-btn{display:ruby;}
.featured-imagebox-appointment-info.style1  .arrow_for_appointment img{
    margin-top:-21px;
}

/* ===============================================
    15.Accordion
------------------------*/
.wrap-acadion .accordion { margin-top: 15px; }
.accordion .toggle-title a{ 
    display: block;
    font-weight: 400;
    font-size: 18px;
    position: relative;
}
.accordion .toggle-title a i{ margin-right: 15px; }
.accordion .toggle-content { margin-top: 15px; }
.accordion .toggle-content.show { display: block !important; }
.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    display: inline-block;
    content: "\f055";
    border-radius: 50%;
    font-size: 20px;
}
.accordion .toggle .toggle-title a.active:after { content: "\f056"; }
.accordion .alignleft{ margin: .15em 1.5em 1.1em 0; }
.accordion .toggle.prt-control-left-true .toggle-title a{  padding-left: 40px; }
.accordion .toggle.prt-control-left-true .toggle-title a:after{  left: 20px; }
.accordion .toggle.prt-control-left-true .toggle-title a { padding-left: 30px; }
.accordion .toggle.prt-control-left-true .toggle-title a:after{
    left: 0;
    border: 0;
    font-size: 10px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
}


/*style1*/
.accordion.style1{ 
    position: relative;
    padding: 18px 45px 18px;
    border: 2px solid rgb(255 255 255 / 12%);
    border-radius: var(--base-border-radius-20);
    min-height: 464px;
    background-image: url(../images/bg-image/row-bgimage-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.accordion.style1 .toggle.prt-toggle_style_classic { border-bottom: 1px solid var(--base-white); }
.accordion.style1 .toggle.prt-toggle_style_classic:last-child { border-bottom:0; }
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-content { margin-top: 0; padding: 0 0 45px; }
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a {
    padding: 25px 70px 25px 0px;
    font-family: var(--base-headingfont);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    white-space: normal;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active { padding: 25px 70px 15px 0px; }
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:after{
    content: "\f123";
    font-size: 29px;
    font-weight: 800;
    font-family: "flaticon";
    position: absolute;
    top: 26px;
    right: 0;
    transition: all 0.1s ease;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active:after { transform: rotate(90deg); }

/*style2*/
.accordion.style2 .toggle-content { margin-top: 22px; }
.accordion.style2 .prt-toggle_style_classic .toggle-title a{
    position: relative;
    font-size: 22px;
    line-height: 32px;
    font-family: var(--base-headingfont);
    font-weight: 600;
    padding: 0 25px 15px 0;
    border-bottom: 1px solid rgba(0 0 0 / 0.15);
    margin-top: 27px;
}
.accordion.style2 .prt-toggle_style_classic:first-child .toggle-title a{
    margin-top: 0;
}
.accordion.style2 .prt-toggle_style_classic .toggle-title a:after{
    content: "\f107";
    font-size: 22px;
    font-family: "fontello";
    position: absolute;
    top: 0;
    right: 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;
}
.accordion.style2 .prt-toggle_style_classic .toggle-title a.active:after{
    transform: rotate(180deg);
}

/*style3*/
.accordion.style3 .prt-toggle_style_classic .toggle-title a{
    position: relative;
    font-size: 20px;
    font-family: var(--base-bodyfont);
    padding: 21px 21px 21px 15px;
    margin: 0px;
    border: 1px solid;
    color: var(--base-headingfont-color);
    background-color: var(--base-grey);
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    outline: none;
}
.accordion.style3 .prt-toggle_style_classic .toggle-title a{
    margin-bottom: 20px;
}
.accordion.style3 .prt-toggle_style_classic .toggle-title a.active{margin-bottom: 0px;}
.accordion.style3 .prt-toggle_style_classic .toggle-title a:after{
     content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    line-height: 26px;
}
.accordion.style3 .prt-toggle_style_classic .toggle-title a.active:after{
     content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    line-height: 26px;
    color:var(--base-white);
}
.accordion.style3 .prt-toggle_style_classic .toggle-title a.active {
    background-color:var(--base-skin);
    color:var(--base-white);
        border-color: #e9ad60 !important;
}
.accordion.style3 .prt-toggle_style_classic .toggle-title a:after{
   font-weight:900;
    position: absolute;
    top: 20px;
    right: 11px;
    -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;
    
}
.accordion.style3 .toggle-content{
    background-color: var(--base-grey);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0px 5px 0px;
    margin:0;
}
.accordion.style3 .toggle-title .toggle-content:last-child{ margin-bottom: 0; }


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


/*style1*/
.team-details-section .cta-content-block{
    background-color: #FFFFFF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 50px 10px 50px;
    border-radius: 20px 20px 20px 20px;
}

.wrap-form.query_form-1 label{
    font-size: 16px;
    margin-bottom: 6px;
}
.wrap-form.query_form-1 span.text-input {
   margin-bottom: 15px;
    display: block;
    padding-top: 5px;
}
.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: transparent;
    border-bottom: 0px solid #000;
    border-width: 0 0 1px 0;
    padding: 0 0 10px 0;
    font-size: 16px
}
.wrap-form.query_form-1 span.text-input input::-webkit-input-placeholder, 
.wrap-form.query_form-1 span.text-input textarea::-webkit-input-placeholder,
.wrap-form.query_form-1 span.text-input select::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.50); 
    text-transform: capitalize;
}
.wrap-form.query_form-1 .form-btn .btn-wrapper{padding: 10px 54px 10px 27px;
    }
.wrap-form.query_form-1 .form-btn .btn-wrapper.prt-btn:after{top: 19px;}
.wrap-form.query_form-1 .form-btn .btn-wrapper:hover{
   border-color: #232323;
    color: #fff;
    background-color: #232323;
}

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


/* prt-tab-style-01 */
.prt-tabs.prt-tab-style-01 ul.tabs { 
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    text-align: right;
    z-index: 9;
    margin-top: -43px;
}
.prt-tabs.prt-tab-style-01 ul.tabs li a {
    display: inline-block;
    cursor: pointer;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    font-family: var(--base-headingfont);
    color: var(--base-white);
    padding: 0 7px 15px 7px;
    margin-left: 25px;
}
.prt-tabs.prt-tab-style-01 ul.tabs li a:before{
    content: "";
    width: 0%;
    height: 4px;
    background-color: var(--base-white);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.prt-tabs.prt-tab-style-01 ul.tabs li.active a:before {
    width: 100%;
    opacity: 1;
}
.prt-tabs.prt-tab-style-01 .content-tab { padding: 35px 0px 0px; }

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


/* ===============================================
    19.Sidebar
------------------------*/
.sidebar .widget-area .widget {    
    position: relative;
    margin: 0 0 35px;
    background-color: #fff;
    border-radius: 5px;
}
.sidebar .widget-area .widget:after {
    display: block;
    height: 3px;
    content: '';
    position: absolute;
    width: auto;
    bottom: 0;
    left: 35px;
    right: 35px;
    z-index: 1;
}
.sidebar .widget-area .widget.with-title{
    background-color: var(--base-white);
    padding: 0;
    margin: 0 0 40px;
    border-radius: 0;
    overflow: hidden;
}
.sidebar .widget-area .widget:last-child{ margin-bottom: 0px; }
.sidebar .widget ul{
    margin: 20px 0 0;
    padding: 0;
}
.sidebar .widget ul >li {
    list-style: none;
}

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

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

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

/* widget-categories */
.prt-row.blog-section01.blog{padding:85px 0 70px}
.prt-sidebar-right{
        padding-top: 65px;
        padding-bottom:100px;
}
.prt-sidebar-right .post.prt-blog-classic{
        margin-bottom: 40px;
    padding-bottom: 0px;
    position: relative;
}
.prt-sidebar-right .featured-imagebox-post.style2{
    padding: 24px 0px 30px;
    margin:0;
}
.featured-imagebox-post.style2:hover .featured-thumbnail img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.featured-imagebox-post.style2 .prt-box-post-date{
    background-color:var(--base-skin);
    height: 62px;
    width: 69px;
    position: absolute;
    top: 58px;
    left: 30px;
    font-weight: 500;
    font-size: 31px;
    line-height: 18px;
    padding-top: 13px;
    padding-bottom: 7px;
    z-index: 1;
    color: var(--base-white);
    text-align: center;
        font-family: DM Sans;
}
.featured-imagebox-post.style2 .prt-box-post-date .entry-month.entry-year{
    color: #fff;
    padding-left: 3px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize;
}
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header{
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 21px;
}
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header .post-meta{
    border-bottom: none;
    margin-bottom: 1px;
    position: relative;
    display: inline-block;
}
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header .post-meta .prt-meta-line{
    font-size: 14px;
    padding-right: 15px;
    position: relative;
    color: #9dabaf;
}
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header .post-meta .prt-meta-line i{color:var(--base-skin); margin-right:5px;}
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header .post-meta .prt-meta-line.byline{padding-right: 12px;   }
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header .post-meta .prt-meta-line  a{ color: #6f6f6f;}
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header .post-meta .prt-meta-line  a:hover,
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header .post-title.featured-title h5 a:hover{color:var(--base-skin)}   
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header .post-title.featured-title h5 a{
    font-size: 31px;
    line-height: 38px;
    font-weight: 600;
    position: relative;
    word-wrap: break-word;
    margin-top: 0px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.featured-imagebox-post.style2  .featured-content-post{padding-top:24px}
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header .post-title.featured-title:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid white;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    color: #6f6f6f;
}
 .featured-imagebox-post.style2 .featured-content-post .prt-postbox-footer-readmore{
        padding: 0px;
    margin-top: 43px;
    margin-bottom: 0px;
 }    
.featured-imagebox-post.style2 .featured-content-post .prt-postbox-footer-readmore .prt-btn:after{display:none;} 
 .featured-imagebox-post.style2 .featured-content-post .prt-postbox-footer-readmore .prt-btn{
    font-weight: 700;
    padding:10px 30px;
}


.prt-sidebar-right .widget.widget-search .search-form label {
    width: 100%;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.prt-sidebar-right .widget.widget-search .search-form .block-search__inside-wrapper{
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}
.prt-sidebar-right .widget.widget-search input[type="search"] {
    border: 1px solid #f2f2f2;
    font-size: 13px;
    min-width: 3rem;
    color: #242424;
    padding: 10px 15px;
    font-weight: normal;
    background-color: #fff;
    border-radius:0;
}
.prt-sidebar-right .widget.widget-search button[type="submit"] {
    cursor: pointer;
    margin-left: 10px;
    word-break: normal;
    font-size: 14px;
    line-height: 14px;
    padding: 12px 45px 12px;
    border: 2px solid transparent;
    background-color: #232323;
    border-radius: 0;
    color:var(--base-white);
}

.prt-sidebar-right .widget.widget-search .search-form{ position: relative; }
.prt-sidebar-right .widget.widget-search .btn-check:focus+.btn,
.prt-sidebar-right .widget.widget-search .btn:focus {
    outline: 0;
    box-shadow: none;
}
.prt-sidebar-right .widget.with-title{
        position: relative;
    margin: 40px 0 40px;
}
.prt-sidebar-right .widget.with-title:last-child {
    margin-bottom: 0;
}
.prt-sidebar-right .widget.widget-categories .widget-title,
.prt-sidebar-right .widget.widget-recent-post .widget-title{
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    text-transform:uppercase;
}
.widget-categories ul{
    padding: 0;
    margin: 0 0;
    list-style-type: none;
}
.sidebar .widget ul >li{
    border-top: 1px solid #eeeeee;
    padding-bottom: 10px;
    padding-top: 10px;
    clear: both;
    overflow-wrap: break-word;
    padding: 0px 0px 15px 0;
}
    
.widget-categories ul li:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0;
}
.widget-categories ul li a:hover:before{
    color: var(--base-skin);
}
.widget-categories ul li span {
    position: absolute;
    top: 3px;
    right: 20px;
    width: 22px;
    height: 22px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 0px 0px 10px 0px rgba(3, 59, 74, 0.1);
    background-color: #fff;
}

/* widget-nav-menu */
.widget.widget-nav-menu:after {
    content: unset !important;
}
.widget.widget-nav-menu ul li{ 
    padding: 10px 0px 10px 0;
    border: 0;
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.widget.widget-nav-menu ul li a{
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
    color: var(--base-dark);
    z-index: 1;
    font-weight: 400;
    font-size: 15px;
}
.widget.widget-nav-menu ul li:last-child{
    border-bottom: 0;
    padding: 10px 0 0;
}
.widget.widget-nav-menu ul li a:after {
    content: "";
    font-style: normal;
    position: absolute;
    background: linear-gradient(to right,var(--base-first-gradientcolor) 0%, 
                var(--base-second-gradientcolor) 100%,var(--base-first-gradientcolor) 100%);
    width: 10px;
    height: 10px;
    left: 20px;
    right: auto;
    top: 8px;
    bottom: 0;
}
.widget.widget-nav-menu ul li a:hover,
.widget.widget-nav-menu ul li.active a{
    color: var(--base-skin);
}

/** prt-recent-post-list **/
.widget ul.prt-recent-post-list{
    margin: 6px 0 0;
    padding: 0;
}
.widget ul.prt-recent-post-list>li {
    padding: 15px 0;
    border-top: none;
    margin-bottom: 0;
    display: inline-block;
}
.widget ul.prt-recent-post-list>li:last-child{
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.widget ul.prt-recent-post-list>li> .post-detail a {
    font-weight: 600;
    font-size: 17px;
    position: relative;
    font-family: var(--base-headingfont);
}
.widget ul.prt-recent-post-list>li .post-date {
    display: block;
    font-size: 15px;
    padding-bottom: 12px;
    font-weight: 400;
}
.widget ul.prt-recent-post-list>li::marker{font-size: 0;}
.widget ul.prt-recent-post-list>li:last-child {
    padding-bottom: 0;
}
.widget ul.prt-recent-post-list>li>.post-detail a {
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.widget ul.prt-recent-post-list>li img {
   width: 100px;
    height: 100px;
    float: left;
    margin-right: 18px;
    border-radius: 50%;
    object-fit: cover;
}
.widget ul.prt-recent-post-list .post-meta{padding: 8px 0 6px;}
.widget ul.prt-recent-post-list .post-meta .prt-meta-line{
    position: relative;
    color: inherit;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}
.widget ul.prt-recent-post-list .post-meta .prt-meta-line:last-child {
    padding-right: 0;
}
.widget ul.prt-recent-post-list .post-meta span:not(:last-child):after {
    position: absolute;
    display: inline-block;
    content: "";
    background-color: #616161;
    width: 4px;
    height: 4px;
    vertical-align: middle;
    top: 10px;
    right: -15px;
    border-radius: 10px;
}
.widget ul.prt-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}

/* tagcloud */
.widget .tagcloud{
    padding: 25px 0 0;
}
.widget .tagcloud a {
    display: inline-block;
    padding: 5px 20px;
    margin: 0 2px 10px;
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 30px;
    font-size: 15px!important;
    background-color: transparent;
    font-weight: 400;
    color: #000;
}
.widget .tagcloud a:nth-last-child(-n+2) {
    margin-bottom: 5px;
}
.widget .tagcloud a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: var(--base-skin);
}

.slider-text-2{
    background-color: #318bda;
    padding: 0 14px 5px;
}
.rs-parallax-wrap rs-loop-wrap rs-mask-wrap{ overflow: visible !important; }
.slider-ml{ margin-left: -430px; }
.slider-mr{ margin-right: -420px; }
.left-border-line{ position: relative; }


/*slider-text*/
.slider-text{
    border: 2px solid var(--base-white);
    padding: 10px 35px 8px;
    border-radius: var(--base-border-radius-20);
}

.slider-offter-text{
    background-color: var(--base-secondskin);
    padding: 20px 10px 56px 8px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    
}
.slider-offter-text-2{
    background-color: var(--base-seconddark);
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    padding: 16px 4px 16px 3px; 
}


/*cta-content-main*/
.cta-content-main{ position: relative; z-index: 9; }
.cta-content-main span.pretitle{
    font-size: 28px;
    line-height: 38px;
    color: var(--base-white);
    display: inline-block;
    margin-bottom: 10px;
}
.cta-content-main h2.title{
    position: relative;
    font-size: 120px;
    line-height: 120px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--base-white);
    z-index: 1;
}
.cta-content-main h2.title span.text2 {
    font-size: 90px;
    line-height: 100px;
    text-transform: capitalize;
    font-weight: 700;
    font-style: italic;
    font-family: var(--base-headingfonttwo);
}
.cta-single-image-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.cta-single-image-wrapper .cta-image-overlay {
    position: absolute;
    top: -34%;
    right: 0;
}
.cta-single-image-wrapper .cta-image-overlay .prt-arrow-wrap img{
    margin-right: -40px;
    margin-bottom: -40px;
    animation: 25s linear 0s infinite normal none running arrow;
}
@keyframes arrow {
    0%, 100% {
        transform: translate3d(0px, 0px, 0px);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(0px, -20px, 0px);
    }

    20%, 40%, 60%, 80% {
        transform: translate3d(0px, 20px, 0px);
    }
}
/*prt-cta-wrap*/
.prt-cta-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.prt-cta-wrap .cta-img-wrap img{ max-width: 595px; }
.prt-cta-content-block{ padding: 0 0 0 30px; }
.prt-cta-content-block h2.cta-title{
    font-size: 240px;
    line-height: 200px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: -50px;
    margin-left: -8px;
}
.prt-cta-content-block h3.title{
    font-size: 104px;
    line-height: 114px;
    font-weight: 600;
    text-transform: uppercase;
}
.prt-cta-content-block p{ color: var(--base-white); }
.cta-vertical-text{
    font-size: 221px;
    line-height: 200px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16);
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16);
    -webkit-text-fill-color: transparent;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 85px;
    text-align: center;
}   
.animate-text{
    background-image: linear-gradient(-225deg, var(--base-skin) 0%, var(--base-white) 29%, var(--base-white) 67%, var(--base-skin) 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
}
@keyframes textclip {
    to { background-position: 200% center; }
}
.animate-text.animate-right{ animation: textclip-right 4s linear infinite; }
@keyframes textclip-right {
    to { background-position: -200% center; }
}

/*about-section*/
.about-section .section-title{
     transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
   padding: 60px 50px 0px 50px;
   /*    padding:60px 50px 20px 50px;*/
        border-radius: 0px 20px 20px 0px;
        background-color:var(--base-white);
}
.about-section-2 .section-title{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 60px 50px 0px 50px;
        border-radius: 0px 20px 20px 0px;
 }
.about-section .section-title .prt-about-pre-title,
.about-section-2 .section-title .prt-about-pre-title{
     border: 1px solid;
    padding: 7px 16px;
    border-radius: 15px;
    position: relative;
    width: max-content;
    margin-bottom: 25px;
}
.line-clamp-2{
    display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}


.about-section .section-title h2,
.about-section-2 .section-title h2{
      font-size: 48px;
    line-height: 58px;
    margin-bottom: 12px;
    text-align:left;
}
.about-section   img.img-fluid.about{
    height:-webkit-fill-available;
}
.about-section   img.img-fluid.about,
.about-section-2   img.img-fluid.about{
    border-radius: 20px 0px 0px 20px;
}
.about-section .content-sub-title{text-transform:uppercase;}
.about-section .content-sub-title,
.about-section-2 .content-sub-title{
        font-size: 18px;
    line-height: 28px;
  }

/**/
/*  .about-section  .featured-content-box :after {*/
    .about-section  .row.about-border {
     border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #ECECEC;
     margin:0px 15px  40px 0;
    padding:0px 0px 36px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.about-section  .featured-title h3{
      font-size: 24px;
    line-height: 34px;
    margin: 0;
    padding: 0;
    text-transform: uppercase   ;
    text-align: left;
  }
  .about-section  .featured-title{margin-top: 20px;}
/*  about-section-2*/
 .about-section-2 .section-title {
    background-color:var(--base-skin);
    padding:77px 50px 60px 50px;
    color:var(--base-white);
    height:100%;
    margin:0;
 }
.about-section-2 .section-sub-title h3,.about-section-2 .section-title h2{color:var(--base-white);}
.about-section-2 .section-title .title-header{margin-bottom:20px; padding-bottom:0;}
.featured-imagebox-about.style2 .featured-content{ padding-left: 108px;}
.featured-imagebox-about.style2 .featured-content .wp-block-quote{
    font-size: 20px;
    line-height: 30px;
    border: unset;
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.featured-imagebox-about.style2 .featured-content .wp-block-quote:before{
        position: absolute;
    content: '';
    width: 72px;
    height: 54px;
    display: block;
    background-color: #fff;
    -webkit-mask: url(../images/quotee.svg) no-repeat 100% 100%;
    top: 7px;
    left: 0px;
    z-index: 11;
    background-image:url(../images/quotee.svg);
}
.featured-imagebox-about.style2 .featured-content .prt-box-footer .prt-box-img{
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.featured-imagebox-about.style2 .featured-content .prt-box-footer .prt-box-img img{border-radius: 50%;}
.featured-imagebox-about.style2 .featured-content .prt-box-footer .prt-box-desc{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
}
.featured-imagebox-about.style2 .featured-content .prt-box-footer .prt-box-desc .prt-box-title h3{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: -8px;
    font-weight: 500;
    text-transform:uppercase;
    color:var(--base-white);
}
.featured-imagebox-about.style2  .prt-box-footer .prt-box-desc .prt-box-title span{
    color: rgba(255, 255, 255, 0.75);
   font-size: 15px;
}

.about-section-2 img.img-fluid.about {height:606px;}

/* price-plan*/
.pricing-plan-section{
    background-color:var(--base-grey);
}
.pricing-plan-section .section-title .title-header{padding-bottom:7px;}
.pricing-plan-section .prt-pricing-plan{
    background-color:var(--base-white);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    --e-column-margin-right: 20px;
    --e-column-margin-left: 0px;
    padding: 25px 25px 15px 25px;
    border-radius: 20px 20px 20px 20px;
}
.pricing-plan-section .prt-p_table-head{display:flex;}
.pricing-plan-section  .prt-p_table-title{width: 66.787%;}
.pricing-plan-section  .prt-p_table-title h3{  
    font-size: 24px;
    line-height: 34px;
    color: var(--base-headingfont-color);
    text-transform:uppercase;
}
.pricing-plan-section .prt-p_table-icon {
    width: 33.078%;
    text-align:right;
}
.pricing-plan-section .prt-p_table-icon .prt-icon {
    color: var(--base-headingfont-color);
    font-size: 21px;
    border-radius: 50%;
    padding: .5em;
    border: 1px solid var(--base-headingfont-color);
    background-color: transparent;
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    text-align: center;
    margin:0;
}
.pricing-plan-section .prt-p_table-icon .prt-icon i{
    left: 7px;
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    top: 21px;
}
 .pricing-plan-section .prt-p_table-desc p{
padding: 0px 0px 20px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: var(--base-headingfont-color);
}
.prt-p_table-amount{ 
     text-align: justify;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    justify-content: space-between;}
.prt-p_table-amount .pac_frequency{display:inline-block ;}
.prt-p_table-amount h4{display:inline-block; margin:0;}


/*contact-section*/
.prt-row.contact-section{padding:88px 0 100px;}
.contact-section .contact-contain .contain-title  .title{
    font-size: 40px!important   ;
    line-height: 50px!important ;
    margin-block-end: 20px;
    text-align: center;
}
.contact-contain .contain-desc{
        text-align: center;
    width: var(--container-widget-width, 43%);
    max-width: 43%;
    --container-widget-width: 43%;
    --container-widget-flex-grow: 0;
    margin:0 auto;
}
.contact-section .query_form-1.wrap-form{
     align-content: center;
    align-items: center;
    padding: 25px 0px 0px 0px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.contact-section .row#row:not(.g-0){
    margin-left: 15px!important ;
    margin-right: 15px!important;
}
.contact-section {padding:94px 0 100px}
/*faq-section*/
.prt-row.faq-section{
    padding: 61px 0px 80px 0px;
}
.faq-section .section-title h2{
    border:none;
    font-weight:500;
}
.faq-section .section-title .title-desc:before{display:none;}
.faq-section .section-title .title-desc{margin:0; padding:0;}

/*featured-imagebox-post*/
.featured-imagebox-post.style1 .featured-content{
   padding-top: 26px;
}
.featured-imagebox-post.style1 .featured-thumbnail img{
    border-radius: 30px
}
.featured-imagebox-post.style1.featured-imagebox:hover .featured-thumbnail img{
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}
.featured-imagebox-post.style1 .featured-content .post-meta {margin-bottom:13px;}
.featured-imagebox-post.style1 .featured-content .post-meta .prt-meta-line.category{
    padding-right: 10px;
    border: 1px solid;
    padding: 5px 15px;
    border-radius: 10px;
    position: relative;
    color: #9dabaf;
}
.featured-imagebox-post.style1 .featured-content .post-meta .prt-meta-line.category a{
    font-size: 15px;
    color: #6f6f6f;
}
.featured-imagebox-post.style1 .featured-content .post-meta .prt-meta-line.category a:hover{color:var(--base-skin);}
.featured-imagebox-post.style1 .featured-content .post-meta .prt-meta-line.date{
    padding-right: 10px;
    /*    padding-left: 5px;*/
    padding-left:7px;
    color:var(--base-headingfont-color);
}
.featured-imagebox-post.style1 .featured-content .post-meta .prt-meta-line.date time{
    font-size:15px;
    color:var(--base-headingfont-color);
}
.featured-imagebox-post.style1 .featured-content .post-title.featured-title{
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 29px;
    text-transform:uppercase; 
}
#slider-22-slide-43-layer-2 .tm-bottom-border a:hover  {
  color: var(--base-skin)!important;
  border-color: var(--base-skin)!important;
}
