/** 
        1. prt-row 

        2. Row-Equal-Height

        3. Bg-Layer 

        4. Row-Bg-Image

        5. Col-Bg-Image

        6. Section-Title 

        7. sep_holder

        8. Buttons

        9. Icons

        10. Fid

        11. featured-icon-box

        12. Featured-imagebox

        13. Progress-Bar

        14. Testimonial

        15. Client-row

        16. Accordion

        17. Wrap-Form

        18. Tab

        19. Boxes-Spacing

        20. Pricing-Plan

        21. Sidebar

**/


/* ===============================================
    1.prt-row
------------------------*/
.prt-row {padding: 100px 0;}
.prt-row.padding_bottom_zero-section {padding: 100px 0 0;}
.prt-row.padding_top_zero-section {padding: 0 0 100px;}
.prt-row.padding_zero-section {padding: 0 0;}

/* ===============================================
    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;
}
.align-contain-center {align-content: center;}

/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1 {
    background: url("../images/bg-image/row-bgimage-04.png") no-repeat;
    background-size: cover;
    opacity: 0.3; 
    z-index: -1; 
    background-size: cover;
}
.bg-img1.prt-bg.prt-bgimage-yes>.prt-bg-layer {opacity: 0;}
.bg-img2 {
    background-image: url(../images/bg-image/row-bgimage-05.png);
    background-position: -20px -101px;
    background-repeat: no-repeat;
    opacity: 8;
}
.bg-img3 {
   background: url("../images/bg-image/row-bgimage-06.png");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}
.bg-img4 {
    background: url("../images/bg-image/row-bgimage-09.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.bg-img5 {
    position: relative;
    z-index: 1;
}
.bg-img5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-image/row-bgimage-12.png) no-repeat bottom center;
    background-size: cover;
    opacity: 0.5; 
    z-index: -1;
}

/* ===============================================
    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-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.col-bg-img-one.prt-bg.prt-bgimage-yes>.prt-bg-layer,
.col-bg-img-one.prt-bg.prt-col-bgimage-yes>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    opacity: 0.65;
}
.col-bg-img-two.prt-col-bgimage-yes>.prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-two.prt-bg.prt-bgimage-yes>.prt-bg-layer,
.col-bg-img-two.prt-bg.prt-col-bgimage-yes>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    opacity: 0;
}

/* ===============================================
    6.Section-Title  
------------------------*/
.section-title {
    position: relative;
    margin-bottom: 12px;
    margin-top: -7px;
}
.section-title h2 {
    position: relative;
    color: var(--base-headingfont-color);
    font-size: 60px;
    line-height: 70px;
}
.prt-section-title h2{
    font-family: var(--base-headingfont);
    font-weight: 400;
    font-size: 100px;
    line-height: 110px;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
}
.section-title .title-desc p {
    padding-bottom: 15px;
    margin: 0;
}
.title-desc{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.title-desc p {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
/*    color: var(--base-skin);*/
color: var(--base-bodyfont-color);
    letter-spacing: 0.3px;
}
.section-title-desc p {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--base-skin);
    letter-spacing: 0.3px;

}
.section-title.title-style-center_text {text-align: center;}
.section-title.title-style-center_text .title-desc p {
    margin-bottom: 15px;
    width: 54%;
    margin: 0 auto;
}
.section-title .title-header {padding-bottom: 0px;}

/* ===============================================
    7.sep_holder
------------------------*/
.prt-horizontal_sep {
    border-top: 1px solid rgb(0 0 0 / 20%);
    display: block;
    position: relative;
    padding-top: 35px;
    margin-top: 30px;
    left: 15px;
    width: 97.5%;
}
.bg-base-dark .prt-horizontal_sep {border-top-color: rgba(255, 255, 255, 0.08);}
.bg-base-skin .prt-horizontal_sep {border-top-color: rgba(255, 255, 255, 0.2);}
.bg-base-white .prt-horizontal_sep {border-top-color: #f1f1f1;}

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

/* ===============================================
    8.Buttons
------------------------*/
.prt-btn {
    position: relative;
    justify-content: center;
    align-items: center;
    height: 112px;
    width: 176px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}


.prt-btn:after{
    position: absolute;
    content: '';
    left: -35px;
    top: -15px;
    z-index: 1;
    transition: all .3s cubic-bezier(.77,0,.175,1);
    width: 90px;
    height: 90px;
    background-color: transparent;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 2px solid var(--base-white);
    border-bottom-left-radius: 50px;
    border-bottom: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: rotate(270deg);
}

.prt-btn-style{
    position: relative;
    text-align: center;
    color: white;
    padding: 18px 0 0;
    z-index: 10;
}

.prt-btn:hover span{
    left: 35px;
}

.prt-btn  span{
     font-size: 25px;
    text-decoration: none;
    text-transform: none;
    font-family: var(--base-headingfont);
    text-decoration: none;
    color: white;
    z-index: 1;
    padding: 3px 0 2px;
    font-size: 16px;
    font-weight: 400;
    transform: translateX(0px);
    transition: all 0.3s ease 0.3s;
    background-color: transparent;
    left: 13px;
    top: 3px;
    position: relative;
}
.prt-btn  span:before{
    content: '\e628';
    position: absolute;
    font-family: 'themify';
    right: -25px;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    top: 0;
    z-index: 1;
    left: auto;
}

.prt-btn-style  a:after{
    position: absolute;
    content: '';
    left: 45.5%;
    top: -22px;
    z-index: 1;
    transition: all .3s cubic-bezier(.77,0,.175,1);
    width: 90px;
    height: 90px;
    background-color: transparent;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 2px solid var(--base-white);
    border-bottom-left-radius: 50px;
    border-bottom: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: rotate(270deg);
}
.prt-btn span.text.leave-effect {
  animation: colorReset 2s forwards;
}
@keyframes colorReset {
  0%   { color: var(--base-skin); }     
  100% { color: white; }                
}



.prt-btn.prt-btn-color-whitecolor:hover{color:var(--base-skin);}
.prt-btn.prt-btn-color-whitecolor:before{background: url('../images/single-line-shap1_white.svg') no-repeat center center;}
.prt-btn.prt-btn-color-whitecolor:after {background: url('../images/single-line-shap2_white.svg') no-repeat center center;}
.prt-btn.prt-btn-color-whitecolor:hover:before{background: url('../images/single-line-shap1_skin.svg') no-repeat center center;}
.prt-btn.prt-btn-color-whitecolor:hover:after {background: url('../images/single-line-shap2_skin.svg') no-repeat center center;}
.prt-btn.prt-btn-color-darkcolor:hover:before{background: url('../images/single-line-shap1_skin.svg') no-repeat center center;}
.prt-btn.prt-btn-color-darkcolor:hover:after {background: url('../images/single-line-shap2_skin.svg') no-repeat center center;}

.btn-wrapper .prt-btn.prt-btn-color-whitecolor:hoverr .btn-wrappe,
.prt-btn.prt-btn-color-whitecolor:hover {
    text-transform: uppercase;
   color: var(--base-skin);
}
.prt-btn.prt-btn-color-darkcolor:hover {color: var(--base-skin);}
.box-contain-main .prt-btn.prt-btn-color-whitecolor:hover:before,
.box-contain-main.prt-btn.prt-btn-color-skincolor:hover:after {
    color: var(--base-skin);
}
.prt-btn.prt-btn-color-skincolor:hover:before,
.prt-btn.prt-btn-color-skincolor:hover:after {
    background-color: var(--base-dark);
}
.box-contain-main .prt-btn.prt-btn-color-skincolor:hover {color: var(--base-skin);}
.prt-btn.prt-btn-color-skincolor:hover {color: var(--base-dark);}

/** btn-color **/
.prt-btn-color-skincolor {color: var(--base-skin);}
.prt-btn-color-darkcolor {color: var(--base-dark);}
.prt-btn-color-whitecolor {color: var(--base-white);}
.prt-btn.prt-btn-style-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-skincolor {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
    color: var(--base-headingfont-color);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor {
    background-color: var(--base-skin);
    border-color: var(--base-white);
    color: var(--base-skin);
}
/** btn-with-icon **/
.prt-btn i {
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    font-weight: bold;
}
.prt-btn.prt-icon-btn-right i {
    text-align: right;
    margin-left: 14px;
    margin-right: 0;
}
.prt-btn.prt-icon-btn-left i {
    text-align: left;
    margin-right: 8px;
    margin-left: 0;
}
/** btn-size-xs **/
.prt-btn.prt-btn-size-xs {
    font-size: 11px;
    padding: 8px 20px;
}
.prt-btn.prt-btn-size-xs i {
    font-size: 11px;
    line-height: 11px;
}
.prt-btn.prt-icon-btn-right.prt-btn-size-xs i {
    text-align: right;
    margin-left: 6px;
    margin-right: 0;
}
.prt-btn.prt-icon-btn-left.prt-btn-size-xs i {
    text-align: left;
    margin-right: 6px;
    margin-left: 0;
}
/** btn-size-sm **/
.prt-btn.prt-btn-size-sm {
    font-size: 15px;
    padding: 10px 27px 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;
    line-height: 25px;
    padding: 10px 30px 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: 10px;}
.prt-btn.prt-btn-shape-rounded {border-radius: 30px;}
.prt-btn.prt-btn-shape-square {border-radius: 0;}

/** btn-style-border **/

.prt-btn.prt-btn-color-white.prt-btn-style-border {
    color: var(--base-white);
    border-color: var(--base-white);
    background-color: transparent;
}
/** prt-icon-shap**/
.prt-btn.prt-icon-shap {padding: 15px 48px 15px 29px;}
.header_btn .prt-btn.prt-icon-shap.prt-btn-style-fill i,
.prt-btn.prt-icon-shap.prt-btn-style-fill.prt-btn-color-skincolor i,
.prt-pricing-plan.pricing-recommended-plan .prt-btn.prt-icon-shap.prt-btn-style-border i {
    background-color: var(--base-white);
    color: var(--base-dark);
}
.header_btn .prt-btn.prt-icon-shap.prt-btn-style-fill:hover i,
.prt-pricing-plan.pricing-recommended-plan .prt-btn.prt-icon-shap.prt-btn-style-border:hover i {
    background-color: var(--base-skin);
    color: var(--base-white);
}
.prt-btn.prt-icon-shap.prt-btn-style-border i,
.prt-btn.prt-icon-shap.prt-btn-style-fill i {
    text-align: center;
    right: 6px;
    top: 6px;
    position: absolute;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    height: 34px;
    width: 34px;
    line-height: 34px;
    background-color: var(--base-skin);
    border-radius: 5px;
    color: var(--base-white);
    transition: all 0.5s ease 0s;
}
.newsletter-form button[type="submit"] i:before {font-weight: 600;}

/** btn-inline **/
.prt-btn.btn-inline {
    padding: 0;
    border: 0;
    overflow: visible;
    background-color: transparent;
    font-size: 15px;
    font-family: var(--base-headingfont);
    position: relative;
}
.prt-btn.prt-btn-color-darkcolor {
    color: var(--base-headingfont-color);
}
.prt-btn.btn-inline:after {display: none;}
.prt-btn.btn-inline.prt-icon-btn-right {
    padding: 6px 0;
    display: unset;
    color: var(--base-dark);
    text-transform: none;
    font-size: 16px;
    line-height: 16px;
    font-family: var(--base-headingfont);
    font-weight: 400;
    text-transform: capitalize !important;
}
.prt-btn.btn-inline i {position: absolute;}
/*.prt-btn.btn-inline.prt-icon-btn-right i:before {
    content: "\f067";
    position: absolute;
    top: -8px;
    left: -15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: var(--base-lightskin);
    color: var(--base-white);
    border-radius: 50px;
    font-weight: 900;
    transition: all 0.3s ease 0s;
    font-family: "Font Awesome 5 Free";
}

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

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

.prt-icon.prt-icon_element-border.prt-icon_element-color-grey {
    border: 1px solid var(--base-grey);
    color: var(--base-skin);
}
.prt-icon.prt-icon_element-fill.prt-icon_element-color-white {
    background-color: var(--base-white);
    color: var(--base-skin);
}
.prt-icon.prt-icon_element-border.prt-icon_element-color-white {
    border: 1px solid var(--base-white);
    color: var(--base-white);
}

/** icon-size-xs **/
.prt-icon.prt-icon_element-size-xs {
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.prt-icon.prt-icon_element-size-xs i {font-size: 24px;}

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

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

.prt-icon.prt-icon_element-size-md i {font-size: 37px;}

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

/** icon-size-xl **/
.prt-icon.prt-icon_element-size-xl {
    height: 80px;
    width: 80px;
    line-height: 80px;
}
.prt-icon.prt-icon_element-size-xl i {font-size: 58px;}
.prt-icon.prt-icon_element-onlytxt {
    height: auto;
    width: auto;
    line-height: 1;
}
.prt-icon.prt-icon_element-onlytxt i {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate(0, 0);
}

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

/* prt-list-style-icon */
.prt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.prt-list.prt-list-style-icon.fw-normal li i,
.prt-list.prt-list-style-icon.fw-normal .prt-list-li-content {
    font-weight: normal;
    padding-bottom: 2px;
}
.prt-list.prt-list-style-icon li {
    position: relative;
    padding: 14px 0;
    display: flex;
    align-items: baseline;
    width: 100%;
}
.prt-list.prt-list-style-icon li:last-child {padding-bottom: 0;}
.prt-list.prt-list-style-icon li i.fa-minus:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    height: 2px;
    width: 7px;
    background-color: currentcolor;
}
.prt-list.prt-list-style-icon li i:before {
    content: "\e649";
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 6px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: var(--base-dark);
    background-color: var(--base-grey);
    border-radius: 50px;
}
.prt-list.prt-list-style-icon .prt-list-li-content {
    display: inline-block;
    padding-left: 50px;
    font-size: 18px;
    color: var(--base-dark);
    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: 10px;
    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: 50px;
    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: var(--base-white);}
.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-style-icon-02*/
.prt-list.prt-list-style-icon-02 li {
    position: relative;
    padding: 8px 0;
    display: flex;
    align-items: baseline;
    width: 100%;
}
.prt-list.prt-list-style-icon-02 li:before {
    content: "\f058";
    position: absolute;
    line-height: 44px;
    left: 0;
    top: 0px;
    font-size: 16px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    text-align: center;
    color: var(--base-skin);
}
.blog-list .prt-list.prt-list-style-icon-02 li:before {font-size: 18px;}
.blog-list .prt-list.prt-list-style-icon-02 li {
    line-height: 28px;
    padding: 6px 0 6px 30px;
}
.prt-list.prt-list-style-icon-02 .prt-list-li-content {
    display: inline-block;
    padding-left: 26px;
    font-size: 16px;
    color: var(--base-white);
    font-weight: 500;
    text-align: left;
}

/*prt-list-style-icon-03*/
.prt-list.prt-list-style-icon-03 .prt-list-li-content {
    display: table;
    padding: 8px 20px 9px 42px;
    font-size: 16px;
    color: var(--base-headingfont-color);
    font-weight: 500;
    font-family: var(--base-headingfont);
    position: relative;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background-color: var(--base-grey);
    margin-bottom: 15px;
}
.prt-list.prt-list-style-icon-03 .prt-list-li-content:last-child {margin-bottom: 0;}
.prt-list.prt-list-style-icon-03 li:before {
    content: "\f05a";
    position: absolute;
    line-height: 40px;
    left: 20px;
    top: 0px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'FontAwesome';
    text-align: center;
    color: var(--base-headingfont-color);
}
.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%;
}

/*list*/
/*prt-list-style1*/
.prt-list.style2 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}
.prt-list.style2 li label,
.prt-list.style2 li span {
    font-size: 16px;
    line-height: 28px;
    color: var(--base-headingfont-color);
}

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

/* style1 */
.prt-fid.inside.style1 {
    margin: 0;
    padding: 0;
    text-align: left;
}
.prt-fid.inside.style1 .fid-contents {padding: 5px 0 0;}
.prt-fid.inside.style1 h4,
.prt-fid.inside.style1 h4 span {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 0;
    display: block;
    color: var(--base-white);
    font-weight: 600;
}
.prt-fid.inside.style1 .prt-fid-contents .prt-fid-title {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: var(--base-white);
    position: relative;
    margin-bottom: 0;
}

/*circle-progress*/
.prt-fid-view-circle-progress {
    border: 1px solid #e7e7e7;
    padding: 30px 20px 25px 20px;
    margin: 12px 0;
}
.prt-fid-view-circle-progress .prt-circle-content {
    float: left;
    line-height: 0;
    position: relative;
    margin-right: 15px;
}
.prt-fid-view-circle-progress .prt-circle-boxcontent {
    position: absolute;
    top: 51%;
    left: 0;
    width: 100%;
    text-align: center;
    -khtml-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}
.prt-fid-view-circle-progress .prt-fid-number,
.prt-fid-view-circle-progress .prt-fid-number sub,
.prt-fid-view-circle-progress .prt-fid-number sup {
    padding: 17px;
    font-size: 19px;
    font-weight: 700;
    color: var(--base-dark);
}
.prt-fid-view-circle-progress .prt-fid-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box {
    position: relative;
    margin: 15px 0;
}

.featured-icon-box .prt-icon {
    margin-bottom: 0;
}
.featured-title h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    font-weight: 500;
}
.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title,
.featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box.icon-align-before-content .featured-icon i {
    display: inline-block;
    vertical-align: middle;
}
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-content,
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
    padding-top: 6px;
}
.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;
}
.featured-icon-box.icon-flip-hover .prt-icon i {
    transition: all 1s ease;
    display: block;
    transform: translate(0%, 0%) rotateY(0deg);
}
.featured-icon-box.icon-flip-hover:hover .prt-icon i {transform: translate(0%, 0%) rotateY(360deg);}



/* style1 */

.featured-icon-box.style1 {
    overflow: hidden;
    position: relative;
    background-color: transparent;
    padding: 30px;
    border: 1px solid;
    border-radius: 0 25px;
    width: 100%;
    transition: border-radius 0.4s ease;
    margin: 15px 0;
}

.featured-icon-box.style1:hover{
    border-radius: 25px 0;
} 
.featured-icon-box.style1 .featured-icon{
    display: flex;
    align-items: center;
}
.featured-icon-box-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .302);
}
.featured-icon-box.style1 .featured-content {padding: 0;}
.featured-icon-box.style1 .featured-icon .prt-icon i {
    transition-duration: 0s;
    color: var(--base-headingfont-color);
    float: right;
    font-size: 44px;
    text-align: center;
}
.featured-icon-box.style1:hover .featured-icon .prt-icon {transform: rotateY(180deg);}
.featured-icon-box.style1 .featured-desc p {margin-bottom: 0;}
.featured-icon-box.style1 .featured-title h3 {
    font-size: 28px;
    line-height: 38px;
    font-family: var(--base-headingfont);
    font-weight: 400;
    margin-bottom: 0px;
    color: var(--base-headingfont-color);
    text-transform: none;
}
.featured-icon-box.style1 .featured-title h3:hover a{
    color: var(--base-skin);
}
.featured-icon-box.style1 .featured-flex:before{
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, .302);
    width: 86%;
    height: 1px;
    top: 92px;
}
.featured-icon-box.style1 .featured-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: 20px;
    margin-bottom: 13px;
}

.service-section-02 .prt-btn-wrapper a{
    font-size: 16px;
    line-height: 16px;
    font-family: var(--base-headingfont);
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid black;
    transition: all 0.3s ease 0s;
    color: var(--base-dark);
}
.service-section-02 .prt-btn-wrapper a:hover{
    color: var(--base-skin);

}

/* style-02 */
.featured-icon-box.icon-align-before-content.icon-ver_align-top.style-02{
    padding: 8px 20px 7px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, .06);
    background-color: var(--base-grey);
}
.featured-icon-box.icon-align-before-content.icon-ver_align-top.style-02 .featured-icon{
    padding-top: 6px;
}
.featured-icon-box.icon-align-before-content.icon-ver_align-top.style-02  .featured-title h3{
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: var(--base-headingfont);
    text-transform: capitalize;
}

.featured-icon-box.icon-align-before-content.icon-ver_align-top.style-02  .featured-desc p{
    font-size: 15px;
    margin-bottom: 0;
    word-break: break-word;
}

/*bg-base-dark*/
.featured-icon-box.style1.bg-base-dark {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
}

.featured-icon-box.style1.bg-base-dark .featured-title h3,
.featured-icon-box.style1.bg-base-dark .featured-desc p {color: var(--base-white);}

/*bg-base-skin*/
.featured-icon-box.style1.bg-base-skin {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
}
.featured-icon-box.style1.bg-base-skin .featured-icon .prt-icon i {background-color: var(--base-white);}
.featured-icon-box.style1.bg-base-skin .featured-desc p {color: var(--base-darkblack);}

/*style2*/
.prt-info-main-block {
    display: flex;
    align-items: center;
    justify-content: center;
}
.prt-info-main-block .info_btn .prt-btn.prt-btn-size-md {
    padding: 12px 25px 12px;
    color: var(--base-darkblack);
}
.featured-icon-box.style2 {
    overflow: hidden;
    position: relative;
    margin: 0;
}
.featured-icon-box.style2 .featured-icon,
.featured-icon-box.style2 .featured-content {
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box.style2 .featured-icon .prt-icon i {
    font-size: 30px;
    line-height: 30px;
    color: var(--base-darkblack);
}
.featured-icon-box.style2 .featured-content {padding: 0 0 0 13px;}
.featured-icon-box.style2 .featured-title h3 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    position: relative;
    color: var(--base-headingfont-color);
    margin-bottom: 0;
    text-transform: uppercase;
}
.featured-icon-box.style2 .featured-desc p {
    margin-bottom: 0;
    color: var(--base-headingfont-color);
    font-size: 14px;
    line-height: 24px;
}

/*.prt-featured-block*/
.contact-form-section {padding: 100px 0 90px 0;}

.contact-form-section .prt-featured-block {
    background-image: url(../images/col-single-img.png);
    background-repeat: no-repeat;
}
.contact-form-section .prt-featured-block {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 0px 0px;
}
.contact-form-section .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100%;
}
.prt-featured-block .featured-icon-box-style1 {margin-bottom: 20px;}
.prt-featured-block .featured-icon-box-style1 {padding-left: 60px;}
.featured-icon-box-style1 .featured-icon .prt-icon.prt-icon_element-onlytxt {padding-right: 70px;}
.featured-icon-box-style1 .featured-icon .prt-icon.prt-icon_element-onlytxt .featured-icon-type-image {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 56px;
    border: 1px solid var(--base-dark);
    border-radius: 50%;
    text-align: center;
}
.contact-form-section .featured-desc a {border: none;}
.contact-form-section .featured-desc a {border: none;}
.contact-form-section .ctn a{color:var(--base-bodyfont-color);word-break: break-all;}
.contact-form-section .ctn a:hover{color:var(--base-skin);}
.contact-form-block .wrap-form.query_form-1 span.text-input input,
.contact-form-block .wrap-form.query_form-1 span.text-input select,
.contact-form-block .wrap-form.query_form-1 span.text-input textarea,
.bootstrap-select>.dropdown-toggle {
    border-radius: 25px;
    border: 1px solid #a8a8a8;;
    background-color: transparent;
    padding: 12px 20px 12px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom:0;
}
.contact-form-block .wrap-form.query_form-1 input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.1) inset !important;
  -webkit-text-fill-color: black !important;
  background-color: transparent !important;
  transition: background-color 5000s ease-in-out 0s; /* Prevent flashing */
}
.contact-form-section .form-control:focus{
    box-shadow: none !important;
}
.contact-form-section .dropdown-item.active{
    background-color: var(--base-skin);
}
.contact-form-section .dropdown-item.active  span.text {
    color: var(--base-white) !important;
}
.dropdown-item:hover span.text {
    color: var(--base-white) !important;
}
.contact-form-section .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    color: var(--base-bodyfont-color) !important;
}
.contact-form-section .dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--base-skin) !important;
    color: var(--base-white);
}
.contact-form-block .wrap-form.query_form-1 span.text-input .form-control{
    margin-top: 0 !important;
}
.contact-form-section .bootstrap-select .dropdown-menu li a span.text{
    text-transform: capitalize;
    color: var(--base-bodyfont-color);
}
.contact-form-section .bootstrap-select .dropdown-toggle .filter-option-inner-inner:valid {
    color: black !important;
}


.contact-form-section .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: var(--base-bodyfont-color) !important; 
}

.contact-form-section .bootstrap-select .dropdown-toggle:focus .filter-option-inner-inner {
    color: black !important;
}

.contact-form-block .wrap-form.query_form-1 span.text-input input::placeholder,
.contact-form-block .wrap-form.query_form-1 span.text-input select::placeholder,
.contact-form-block .wrap-form.query_form-1 span.text-input textarea::placeholder,
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    color: var(--base-bodyfont-color) !important;
}
.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: black;
}
.featured-icon-box-style1 .featured-icon .prt-icon.prt-icon_element-onlytxt .featured-icon-type-image img {
    width: 26px;
    height: 26px;
}
.featured-icon-box-style1 .featured-icon .featured-icon-type-image:after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: -70px;
    width: 70px;
    height: 1px;
    background-color: var(--base-dark);
}
.featured-icon-box-style1 .featured-content {
    padding-left: 33px;
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box-style1 .featured-content .featured-title h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    position: relative;
    text-transform: capitalize;
}
.prt-featured-block .featured-icon-box-style1:last-child {
    padding-bottom: 23px;
}
.google_map-section .col-lg-12,
.service-single-section .col-lg-12{padding: 0 15px;}


/*feature-icon-box style-4*/

.featured-icon-box.style4{
    padding: 47px 25px 32px 40px;
    position: relative;
    border: 1px solid rgba(0,0,0,.09);
}
.featured-icon-box.style4:hover {
    border-color: rgba(0,0,0,.09);
}
.featured-icon-box.style4:before{
    position: absolute;
    top: -11px;
    left: -14px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: rgba(0,0,0,.09);
    border-color: rgba(0,0,0,.09);
    width: auto;
}
.featured-icon-box.style4:hover:before{
    left: 99.5%;
    top: -11px;
    transform: rotate(90deg);
    border-color: rgba(0,0,0,.09);
}
.featured-icon-box.style4:after{
    position: absolute;
    bottom: -11px;
    right: -11px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 1px 0 0 1px;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: rgba(0,0,0,.09);
    border-color: rgba(0,0,0,.09);
}
.featured-icon-box.style4:hover:after{
    right: 100%;
    transform: rotate(90deg);
    border-color: rgba(0,0,0,.09);
}
.featured-icon-box.style4 .featured-icon {
    opacity: 1;
}
.featured-icon-box.style4 .featured-icon,
.featured-icon-box.style4 .featured-content {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}
.featured-icon-box.style4:hover .featured-icon{
    transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    opacity: 0;
}
.featured-icon-box.style4:hover .featured-icon .prt-icon i {
    transform: unset;
}
.featured-icon-box.style4 .featured-content .featured-icon i{
    display: inline-block;
    transition: all 500ms ease;
}
.featured-icon-box.style4:hover .featured-content .featured-icon i{
    transform: rotateY(180deg);
}
.featured-icon-box.style4:hover .featured-content{
    transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
}
.featured-icon-box.style4 .featured-title h3{font-size: 20px;}
.featured-icon-box.style4 .featured-content .prt-footer {
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
}
.featured-icon-box.style4:hover .featured-content .prt-footer{
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    opacity: 1;
}
.featured-icon-box.style4 .featured-content .prt-footer a{
    font-weight: 400;
    text-transform: none;
}
.featured-icon-box.style4 .featured-content .prt-footer a:hover{
    color: var(--base-skin);
}




/* ===============================================
    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;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-transform:capitalize   ;
}
/* post */
.featured-imagebox-post {overflow: visible;}
.featured-imagebox-post .featured-content .post-meta span {
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 19px;
}
.featured-imagebox-post .featured-content .post-meta span,
.featured-imagebox-post .featured-content .post-meta span a {
    color: var(--base-dark);
    text-transform: uppercase;
}
.featured-imagebox-post .featured-content .post-meta span:last-child {
    margin-right: 0;
    display: inline-block;
}
.featured-imagebox-post .featured-content .post-meta span i {
    padding-right: 10px;
    font-size: 14px;
    line-height: 0;
    color: var(--base-skin);
}
.featured-imagebox-post .featured-content .post-meta span i.fa-comments-o {
    font-size: 16px;
}
.prt-box-post-date .prt-entry-date .entry-month,
.prt-box-post-date .prt-entry-date .entry-year {
    font-size: 16px;
    line-height: 1;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
}
.post-category {
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
    line-height: 24px;
    padding: 6px 10px;
    color: var(--base-white);
    margin-bottom: 15px;
}
/* post-1 */
.featured-imagebox-post.style1 {
    overflow: hidden;
    position: relative;
    margin: 0 0px 30px 0;
}
.featured-imagebox-post.style1 .featured-thumbnail {
    overflow: hidden;
    width: 100%;
}
.featured-imagebox-post.style1 .featured-thumbnail.prt-blog-img img {
    transition: transform 0.5s ease-in-out;
    width: 100%;
}
.featured-imagebox-post.style1:hover .featured-thumbnail.prt-blog-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-color: var(--base-white);
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / 10%);
}
.featured-imagebox-post.style1 .featured-content {
    background-color: transparent;
    padding: 15px 15px 15px 60px
}
.featured-imagebox-post.style1:hover {
    -webkit-box-shadow: 0 12px 14px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / 10%);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    background-color: var(--base-white);
}
.blog-section .featured-imagebox-post.style1 .featured-content .post-header .post-title.featured-title h3 {
    position: relative;
    margin-top: 3px;
    overflow: visible;
    font-size: 25px;
    line-height: 35px;
    margin-bottom:7px;
}
.featured-imagebox-post.style1 .featured-content h3 a {color: var(--base-headingfont-color);}
.featured-imagebox-post.style1 .featured-content span.prt-meta-line.category {
    position: relative;
    color: var(--base-dark);
    display: inline-block;
    font-size: 14px;
    line-height:24px;
    padding-right: 23px;
}
.featured-imagebox-post.style1 .featured-content .post-meta {position: relative;}
.featured-imagebox-post.style1 .featured-content .post-meta:after {
    display: block;
    content: "";
    position: absolute;
    width: 35px;
    height: 2px;
    left: -60px;
    top: 11px;
    background-color: var(--base-dark);
}
.featured-imagebox-post.style1:hover .post-header .post-title.featured-title h3 a {color: var(--base-skin);}
.featured-imagebox-post.style1 .featured-content .post-meta span {
    display: inline-block;
    position: relative;
    margin: 0 0 10px 0;
    font-size: 14px;
}
.post-header .post-title.featured-title h3 a {
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
    display: -webkit-box;
  -webkit-line-clamp: 2;       /* Show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-imagebox-post.style1 .featured-content .post-meta span:last-child:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -15px;
    width: 4px;
    height: 4px;
    background-color: var(--base-bodyfont-color);
    border-radius: 5px;
}
.prt-post-mt {margin-top: -207px;}
.blog-section .slick-current.slick-active+.slick-active .featured-imagebox-post.style1 .featured-thumbnail img {
    max-height: 290px !important;
    object-fit: cover; /* Optional for better cropping */
}
.blog-section .featured-imagebox-post.style1 .featured-thumbnail img{
    width:100%;
    object-fit: cover; /* Crop the image nicely */
    transition: transform 0.5s ease;
    height: auto;
}

/* services-1 */
/*style1*/
.featured-imagebox-service.style1 {
    margin: 0;
    position: relative;
}
.sevice-section .service-box-icon{
    margin-left: 12px;
}
.sevice-section .prt-box-col-wrapper {
    position: relative;
    height: 80vh;
    min-height: 600px;
    transition: all .4s;
    display: flex;
    flex: 4;
    justify-content: center;
    overflow: hidden;
}
.sevice-section .prt-box-col-wrapper .featured-box-info:hover .featured-thumbnail img {
    position: relative;
    width: 900px;
    object-fit: cover;
    opacity: 60%;
}
.prt-sevice-section .prt-boxes-row-wrapper .prt-box-col-wrapper:hover {
    flex-grow: 11;
    transition: flex 1s;
    filter: brightness(100%);
}


.sevice-section .prt-box-col-wrapper .featured-box-info:hover .featured-imagebox-service.style1 .featured-thumbnail {
    background-color: var(--base-dark);
}
.prt-boxes-row-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: hidden;
    gap: 1px;
}
.featured-imagebox-service.style1 .featured-thumbnail img {
    position: relative;
    position: relative;
    top: 0;
    transform: translate(0px, 0px);
    height: 80vh;
    /*    width: 383px;*/
    min-height: 600px;
    min-width: 100%;
    object-fit: cover;
    opacity: 1;
}
.featured-imagebox-service.style1 .box-contain-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    justify-items: center;
}
.featured-imagebox-service.style1 .box-contain-title h3 {
    font-size: 26px;
    line-height: 36px;
    align-items: center;
    text-align: center;
    color: var(--base-wite);
    margin: 0;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}
.featured-imagebox-service.style1 .box-contain-title h3 a {
    font-size: 26px;
    line-height: 36px;
    display: block;
    overflow: hidden;
    transition: .5sease;
    text-align: left;
    color: var(--base-white);
    text-transform:capitalize;
}
.featured-imagebox-service.style1 .box-contain-main {
    position: absolute;
    bottom: 0px;
    left: 56px;
    right: 43px;
    text-align: left;
    align-items: center;
    margin-bottom:72px;
}
.featured-imagebox-service.style1 .box-contain-main .service-box-icon i {
    font-size: 60px;
    position: relative;
    padding-bottom: 15px;
    color: var(--base-skin);
}
.featured-imagebox-service.style1 .box-contain-main .contain-title h3 a {
    font-size: 26px;
    line-height: 36px;
    padding: 10px 14px;
    color: var(--base-white);
    text-transform: capitalize;
}
.featured-imagebox-service.style1 .box-contain-main .contain-title h3 {padding-top: 19px; text-transform:capitalize;}
.featured-imagebox-service.style1 .box-contain-main .box-contain-desc p {
    padding-top: 10px;
    padding-left: 16px;
    transition: .5sease;
    width: 100%;
    opacity: 1;
    transform: translate(0px, 0px);
    color: rgb(255 255 255 / 80%);
        padding-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom:30px;
}
.featured-imagebox-service.style1 .box-contain-main .contain-title h3 a:hover {color: var(--base-skin);}
.prt-sevice-section .prt-box-col-wrapper .featured-box-info:hover .box-contain-main {opacity: 1;}
.prt-sevice-section .prt-box-col-wrapper .featured-box-info:hover .box-contain-title,
.box-contain-main {
    opacity: 0;
}

/* portfolio image box */
.featured-imagebox-portfolio.style3 .featured-content-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(24,24,24,.73);
    opacity: 0;
    transition: opacity 0.4s ease-in-out,left 0.4s ease-in-out;
}
.featured-imagebox-portfolio.style3 .featured-content-inner:before {
    position: absolute;
    content: '';
    opacity: 0;
    top: 20px;
    right: 15px;
    bottom: 20px;
    left: 15px;
    border-top: 1px solid rgba(255,255,255,.5);
    border-bottom: 1px solid rgba(255,255,255,.5);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.35s,transform 0.35s;
    pointer-events: none;
}
.featured-imagebox-portfolio.style3 .featured-content-inner:after {
    top: 15px;
    right: 20px;
    bottom: 15px;
    left: 20px;
    border-right: 1px solid rgba(255,255,255,.5);
    border-left: 1px solid rgba(255,255,255,.5);
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.35s,transform 0.35s;
    pointer-events: none;
}
.featured-imagebox-portfolio.style3 .featured-content {
    position: absolute;
    top: 50px;
    left: 50px;
    right: 40px;
    opacity: 0;
    -webkit-transition: all 0.8s 0.2s;
    transition: all 0.8s 0.2s;
}
.featured-imagebox-portfolio.style3 .featured-title h3 {
    color: var(--base-white);
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
    position: relative;
    text-align: left;
}
.featured-imagebox-portfolio.style3.featured-imagebox .featured-thumbnail img,
.featured-imagebox-portfolio.style3.featured-imagebox:hover .featured-thumbnail img{
    -moz-transform: scale(1.0)!important;
    -webkit-transform: scale(1.0)!important;
    -ms-transform: scale(1.0)!important;
    transform: scale(1.0)!important;
}
.featured-imagebox-portfolio.style3 .featured-title h3 a{
    text-transform: capitalize  ;
    color: var(--base-white);
}
.featured-imagebox-portfolio.style3 .featured-title h3 a:hover{
    color:  var(--base-white);
}
.featured-imagebox-portfolio.style3 .featured-desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: rgba(255,255,255,.70);
}
.featured-imagebox-portfolio.style3 .prt-footer {
    position: absolute;
    bottom: 52px;
    left: 50px;
    opacity: 0;
    font-size:  16px;
    line-height:    16px;
    -webkit-transition: all 0.8s 0.2s;
    transition: all 0.8s 0.2s;

    text-transform: capitalize;
}
a.prt-btn-inline.btn-inline.prt-btn-size-md.prt-icon-btn-right:hover{
    color: var( --base-skin)!important  ;
}
.featured-imagebox-portfolio.style3 .prt-footer .prt-btn-inline {color: var(--base-white); 
    font-style: normal;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase; 
    font-size:16px;
    line-height:26px;
    font-weight: 400;
}
.featured-imagebox-portfolio.style3 .prt-footer .prt-btn-inline:hover { color:var(--base-skin); }
.featured-imagebox-portfolio.style3 .prt-footer .prt-btn-inline i{ 
     font-size: 11px;
    line-height: 21px;
} 
.featured-imagebox-portfolio.style3:hover .featured-content-inner {
    opacity: 1;
}
.featured-imagebox-portfolio.style3:hover .featured-content-inner:before{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.featured-imagebox-portfolio.style3:hover .featured-content-inner:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.featured-imagebox-portfolio.style3:hover .featured-content{
    opacity: 1;
}
.featured-imagebox-portfolio.style3:hover .prt-footer{opacity: 1;}
.featured-imagebox-portfolio.style3.featured-imagebox:hover .featured-thumbnail img{
    transform: scale(1.3) !important;
}
.featured-imagebox-portfolio.style3 .prt-footer a{
    color: var(--base-white);
}
.featured-imagebox-portfolio.style3  .btn-inline.prt-icon-btn-right:hover{
    background-color: transparent !important;
}
.featured-imagebox-portfolio.style3 .prt-footer i{
    margin-left: 10px;
}
.featured-imagebox-portfolio.style3 .prt-footer:hover a,
.featured-imagebox-portfolio.style3 .prt-footer:hover i:before{
    color: var(--base-white);
}


/*-----service sections---------*/

/* service-section*/
.service-section{
    padding: 0 55px;
}
.service-section .section-title-wrapper{
    padding: 10px 0 40px;
}
.service-content{
    border: 1px solid black;
    border-radius: 0 75px;
    overflow: hidden;
}
.service-box-wrapper{
    padding: 60px 0 60px 80px ;
    border-bottom: 1px solid;
    overflow: hidden;
    position: relative;
    transition:all .5s ease;
}
.service-box-wrapper:last-child{
    border-bottom: none;
}
.service-section-image{
    height: -webkit-fill-available;
}
.service-section-image img{
    background-size: cover;
    background-position: 100%;
    width: 655px;
    object-fit: cover;
    transition: all .9s ease,transform .9s ease;
}
.service-section-image img.img-fluid{
    max-width: fit-content;
}
.service-section-image:hover img{
    transform: scale(1.1);
}
.hover-service-box-wrapper {
    opacity: 0;
    visibility: hidden;/* slight movement */
    position: absolute;
    top: 0;
    left: 0;
    background: var(--base-skin);
    color: white !important;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: opacity 0.3s ease, visibility .1s;
}

/* Show hover overlay on hover or active */
.service-box-wrapper.active .hover-service-box-wrapper,
.service-box-wrapper:hover .hover-service-box-wrapper {
    opacity: 1;
    visibility: visible;
}

/* Hide default box when hover or active */
.service-box-wrapper.active .service-box,
.service-box-wrapper:hover .service-box {
    visibility: hidden;
}
.hover-service-box-wrapper {
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.service-hover-detail{
    display: flex;
    height: 100%;
}
.hover-service-title .service-title h4 a{
    color: white;
}
.hover-service-title .prt-short-desc p{
    width: 100%;
    color: var(--base-white);
    margin: 0 !important;
}
.service-title h4{
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: var(--base-headingfont);
    color: black;
}
.prt-short-desc p{
    width: 50%;
    margin: 0 !important;
}
.hover-service-title{
    padding: 60px 50px 60px 80px;
}



/*service-section-02*/
.service-section-02 {
   padding-top: 15px;
   padding-bottom: 85px;
}
.service-section-02 .section-title h2{text-transform:capitalize;}
.featured-imagebox-service.style2 .featured-thumbnail{
/*    padding-right: 30px;*/
    width: 100%;
    height: 100%;
}
.featured-imagebox-service.style2 .featured-thumbnail img{
    position: relative;
    overflow: hidden;
    display: block;
    height:199px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.featured-imagebox-service.style2  .featured-content{padding: 8px 15px 15px 0;}
.featured-imagebox-service.style2  .featured-content .featured-title h4 a {
    text-transform: capitalize;
    font-size:21px;
    line-height:31px;
}
.featured-imagebox-service.style2 .featured-content .featured-desc p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.featured-imagebox-service.style2  .featured-content .featured-btn a{
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}.featured-imagebox-service.style2  .featured-content .featured-btn i{
    margin-left: 4px;
    font-size:15px;
    line-height:25px;
    font-weight:700;
}
.featured-imagebox-service.style2{display:flex;}
.featured-imagebox-service.style2  .featured-content .featured-title h4 a:hover {
    color: var(--base-skin);
}
.featured-imagebox-service.style2 .featured-btn a:hover {
    color: var(--base-skin);
}
.featured-imagebox-service.style2 .featured-imagebox .featured-thumbnail img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.featured-imagebox-service.style2 .featured-imagebox:hover .featured-thumbnail img {
    transform: scale(1)!important   ;
}
.featured-imagebox-service.style2.featured-imagebox:hover .featured-thumbnail img{
transform: scale(1);
}

/*service-section-03*/
.service-section-03 {
    position: relative; /* Needed for positioning the pseudo-element */
    padding: 80px 0 50px !important;
    z-index: 1; /* Ensure content is above the background */
}
.service-section-03::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-image/row-bgimage-13.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4; 
    z-index: -1;
}
.service-section-03 .page-title-heading h2{
    color: var(--base-dark) !important;
    text-transform: none;
}
.service-section-wrapper{
    padding: 0 55px;
}
.featured-imagebox-service.style-01 .featured-image{
    border-radius: 0 50px;
    position: relative;
    overflow: hidden;
    transition: .5s;
}
.featured-imagebox-service.style-01:hover .featured-image{
    border-radius: 50px 0px;
    background-image: -webkit-linear-gradient(90deg, rgba(14, 21, 33, .7) 40%, rgba(0, 0, 0, 0) 60%);
     transition: border-radius 0.5s ease-in-out;
}
.featured-imagebox-service.style-01 img {
    transition: transform 0.5s ease-in-out;
}

.featured-imagebox-service.style-01:hover img{
    transform: scale(1.1);
}
.featured-imagebox-service.style-01:hover .featured-image:before {
    opacity: 1;
}   
.featured-imagebox-service.style-01 .featured-image:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
     transition: opacity 0.5s ease-in-out;
    z-index: 1;
    background-image: -webkit-linear-gradient(90deg, rgba(14, 21, 33, .7) 40%, rgba(0, 0, 0, 0) 60%);
}
.featured-imagebox-service.style-01 .content-title h3{
    font-family: var(--base-headingfont);
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    color: var(--base-white);
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
}
.featured-imagebox-service.style-01 .content-title h3 a{
    color: var(--base-white);
}
.service-section-03  .featured-content{
    position: absolute;
    bottom: 35px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    pointer-events: none;
    z-index: 2
}
.featured-imagebox-service.style-01:hover .featured-content{
    opacity: 1;
    pointer-events: auto;
}



.service-section-02  .prt-featured-wrapper img{height: 485px; width:100%}
/*service-02*/
.prt-service-detail .prt-service-single-list h3.prt-service-single-title{
    font-size: 33px  ;
    line-height: 43px ;
}


/*archivement-section*/
.archivement-section{
    padding: 90px 0 80px;
}
.award-row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, .302);
    padding: 32px 0 12px;
    position: relative;
}
.award-row:last-child{
    border-bottom: 1px solid rgba(0, 0, 0, .302);
    padding-bottom: 25px;
}

.award-year {
    width: 20%;
    font-size: 28px;
    line-height: 38px;
    color: var(--base-dark);
    font-family: var(--base-headingfont);
}

.award-row h4.award-title {
    width: 50%;
    font-size: 28px;
    line-height: 38px;
    font-family: var(--base-headingfont);
    font-weight: 400;
    color: var(--base-dark);
    margin-bottom: 0px;
}

.award-location {
    width: 30%;
    text-align: right;
    color: var(--base-dark);
    text-transform: capitalize;
}

.award-location i {
    margin-right: 5px;
    color: var(--base-dark);
}

/* Floating Trophy Image */
.floating-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100px;
    height: auto;
    pointer-events: none;
    opacity: 0;
    z-index: 9999;
    transition: opacity 0.2s ease;
    transform: translate(-50%, -50%);
    user-select: none;
    }
#floatingImage {
  transition: opacity 0.3s ease, left 0.1s, top 0.3s;
}



/* Portfolio-section */
.portfolio-section {
    overflow: hidden;
    position: relative;
    padding: 88px 0 15px;
}
.portfolio-section .col-lg-7{
    width: 60% !important;
}
.portfolio-section .col-lg-5{
    width: 40% !important;
}
.portfolio-image-wrapper{
    border-radius: 0 50px;
    overflow: hidden;

    transition:  transform 0.7s ease, border-radius 0.5s ease;
}
.portfolio-image-wrapper:hover{

    border-radius: 50px 0;
    overflow: hidden !important;
}
.portfolio-image-wrapper:hover img{
    transform: scale(1.1);
}
/*.featured-imagebox-portfolio.style1 ,*/
.featured-imagebox-content-wrapper{
    padding-top: 40px;
}

.portfolio-section .prt-btn-wrapper{
    padding-left: 90px;
    padding-top: 15px;
}
.portfolio-section .prt-btn:after{
    border-color: var(--base-dark);
}
.portfolio-section .prt-btn span{
    color: var(--base-dark);
}
.portfolio-section .prt-btn:hover span{
    color: var(--base-skin);
}
/* portfolio-section-02 */
.portfolio-section-02{
    padding: 85px 0 15px;
}
.portfolio-section-02 .portfolio-title h3{
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    font-family: var(--base-headingfont);
    font-weight: 400;
    text-transform: none;
}
.portfolio-section-02 .portfolio-title h3:hover a{
    color: var(--base-skin);
}
.portfolio-section-02 .col-lg-4{
    margin-bottom: 30px ;
}


.portfolio-section .projects-ovrlay {margin-bottom: 70px;}
.featured-imagebox-portfolio.style1 {
    margin-bottom: 50px;
    position: relative;
    overflow: visible;
}
.featured-imagebox-portfolio.style1 .portfolio-catagory span{
    margin-bottom: 20px;
    border: 1px solid var(--base-skin) !important;
    padding: 2px 15px;
    display: inline-block;
    border-radius: 50px;
    text-transform: capitalize;

}
.featured-imagebox-portfolio.style1 .portfolio-title h4 a{
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    color: var(--base-black);
    font-size: 38px;
    line-height: 48px;
    z-index: 1;
    transition: color 0.3s ease;
    text-transform: capitalize;
    font-family: var(--base-headingfont);
}
.featured-imagebox-portfolio.style1 .portfolio-title h4 a:hover{
    color: var(--base-skin);
}
.featured-imagebox-portfolio.style1 .featured-title h4 a:hover {color: var(--base-skin);}
.featured-imagebox-portfolio.style1 .featured-title h4 a:hover+.featured-thumbnail {
    opacity: 1;
    transform: translateX(0) scale(1.9);
}

/* Default state of the image */
.featured-imagebox-portfolio.style1 .featured-thumbnail {
    position: absolute;
    opacity: 0;
    transform: translateX(100%) scale(0.4);
    transform-origin: 50% 50%;
    z-index: 2;
    width: 373px;
    height: 393px;
    bottom: 0;
    top: -216px;
/*    margin-top: -600px;*/
    margin-left: -500px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.featured-imagebox-portfolio.style1:hover .featured-thumbnail img{
 transform: scale(1);

}
/*.top_100{top:-50px!important;}*/
.featured-imagebox-portfolio.style1 .featured-thumbnail.right-thumbnail {
    position: absolute;
    opacity: 0;
    transform: translateX(100%) scale(0.4);
    transform-origin: 50% 50%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    z-index: 0;
    left: 250px;
    width: 373px;
    height: 393px;
    top:-150px;
    margin-left: 700px;
}
.featured-imagebox-portfolio.style1 .featured-thumbnail img {
    width: 373px;
    height: 393px;
}

/* portfolio-3 */
/*featured-image-box*/
.featured-image-box {
    position: relative;
    text-align: left;
    background-color: var(--base-grey);
    border-radius: 10px;
    border: 1px solid #ece9e0;
    overflow: hidden;
}
.featured-image-box .featured-content {
    padding: 24px 40px 25px;
}
.featured-image-box .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
}
/*featured-content-box*/
.featured-content-box {
    position: relative;
    text-align: center;
}
.featured-content-box .featured-desc {
    position: relative;
}
.featured-content-box .featured-title h3 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 10px;
    font-weight: 500;
}
/*style1*/
.featured-content-box.style1 {
    position: relative;
    margin: 0;
    padding-left: 30px;
    text-align: left;
}
.featured-content-box.style1:before {
    content: '';
    position: absolute;
    top: 12px;
    width: 92px;
    height: 82px;
    background-repeat: no-repeat;
}
.featured-content-box.style1.box-1:before,
.featured-content-box.style1.box-3:before {
    background-image: url(../images/icon-01.png);
    right: 50px;
}
.featured-content-box.style1.box-2:before {
    background-image: url(../images/icon-02.png);
    left: 50px;
}
.featured-content-box.style1.box-2,
.featured-content-box.style1.box-4 {
    padding-left: 180px;
}
.featured-content-box.style1.box-1,
.featured-content-box.style1.box-2,
.featured-content-box.style1.box-3 {
    margin: 0 0 58px;
}
.featured-content-box.style1 .featured-content {
    max-width: 445px;
}
.prt-stepsbox.row>[class|=col]:last-child>.featured-content-box.style1 .featured-desc p {
    margin-bottom: 0;
}



/*blog-section*/
.prt-blog-section{
    padding: 45px 0 90px;
    background: url(../images/bg-image/row-bgimage-10.png);
        background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 15;
}
.blog-box{
    transition:  transform 30s ease, border-radius 5s ease;
}
.blog-image-wrapper{
    margin-bottom: 30px;
}
.blog-image{
    border-radius: 0 50px;
    overflow: hidden;
    transition: border-radius 0.5s ease, transform 0.3s ease;
}
.blog-box-desc{
    display: flex;
    padding-left: 30px;
    margin-top: 0;
    padding-top: 0;
}
/*.blog-date{
    width: 68px;
}*/
.blog-date h4{
    position: relative;
    background-color: transparent;
    color: var(--base-dark);
    font-size: 64px;
    line-height: 77px;
    font-family: 'Tiro Devanagari Hindi';
    padding-top: 0;
    text-align: left;
    margin: 0 !important;
    font-weight: 400;
}
.blog-date span{
    font-size: 15px;
    line-height: 25px;
    color: var(--base-skin);
    font-family: 'poppins';
    padding-top: 0;
    font-weight: 400;
    display: block;
}
.blog-box-title{
    padding: 0 30px;
    display: inline-grid;
    align-items: end;
}
.blog-title h5{
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 10px;
    font-family: var(--base-headingfont);
    font-weight: 400;
    margin-top: 0;
}
.blog-catagory span a{
    color: var(--base-bodyfont-color);
    font-size: 15px;
    line-height: 35px;
}
.blog-catagory span a:hover{
    color: var(--base-skin);
}
.blog-title h5 a:hover{
    color: var(--base-skin);
}
.blog-box:hover  .blog-image{
    border-radius: 50px 0;
    overflow: hidden !important;
}
.blog-box:hover img{
    overflow: hidden;
    transform: scale(1.2);
    transition: transform 0.9s ease;
}



/* blog-grid-section*/
.blog-grid-section{
    padding: 70px 0 0 0;
}
.blog-grid-section .col-lg-6{
    margin-bottom: 15px;
}
.blog-grid-section .featured-content.featured-content-post{
    background-color: var(--base-white);
    padding: 40px 30px 55px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .08);
    border-top: none;
    position: relative;
}
.blog-grid-section .prt-box-post-date {
    height: 60px;
    width: 60px;
    background-color: var(--base-white);
    position: absolute;
    bottom: 175px;
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 1;
    color: var(--base-dark);
    text-align: center;
    border-bottom: 3px solid var(--base-skin);
    transition: all 500ms ease 300ms;
    background-color: var(--base-white);
    border-bottom: 3px solid var(--base-skin);
    color: var(--base-dark);
    top: -35px;
    left: 30px !important;
    transition: all .5s ease .3s;
}
.blog-grid-section .prt-entry-date{
    font-size: 17px;
    font-weight: 800;
}
.blog-grid-section .prt-entry-date span{
    font-weight: 400;
    display: block;
    font-size: 15px;
    padding-top: 4px !important;
    color: black;
}
.blog-grid-section .post-meta{
    margin: 0 0 10px;
    font-size: 14px;
    padding: 0;
}
.blog-grid-section .featured-content .post-meta span{
    padding-right: 23px;
    position: relative;
    font-size: 14px;
    font-family: var(--base-bodyfont);
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: var(--base-skin);
    margin: 0;
}
.blog-grid-section .featured-content .post-meta span a{
    text-transform: capitalize;
    color: var(--base-bodyfont-color);
}
.blog-grid-section .featured-content .post-meta span:hover a{
    color: var(--base-skin);
}
.blog-grid-section .featured-content .post-meta span:after{
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    right: 10px;
    top: 0;
    background-color: #e7e7e7;
    margin-top: 2px;
}

.blog-grid-section .featured-content .post-meta span:last-child:after{
    width: 0;
}
.blog-grid-section .featured-content .post-meta span:last-child{
    padding: 0 !important;
}
.blog-grid-section .post-title.featured-title h3{
    font-family: var(--base-headingfont);
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    color: var(--base-dark);
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
}
.blog-grid-section .post-title.featured-title h3:hover a{
    color: var(--base-skin);
}
.blog-grid-section .prt-postbox-desc-footer {
    position: absolute;
    bottom: -8px;
    padding: 0;
}
.blog-grid-section .prt-postbox-desc-footer a{
    font-weight: 500;
    border-color: var(--base-dark);
    color: var(--base-dark);
    padding: 10px 30px 12px;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    position: relative;
    border: 1px solid;
    background-color: var(--base-white);
    transition: all .2s ease-out ;
}
.blog-grid-section .prt-postbox-desc-footer a:after{
    position: absolute;
    bottom: -7px;
    right: -7px;
    content: "";
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width:  1px 0 0 1px ;
    display: inline-block;
    padding: 3px;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: var(--base-dark);
}
.blog-grid-section .prt-postbox-desc-footer a:before{
    position: absolute;
    top: -7px;
    left: -7px;
    content: "";
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: var(--base-dark);
}
.blog-grid-section .prt-postbox-desc-footer a:hover{
    border-color: var(--base-dark);
    color: var(--base-white);
    background-color: var(--base-dark);
}
.blog-grid-section .prt-postbox-desc-footer a:hover:before{
    left: 100%;
    border-width: 0px 0 1px 1px;
}
.blog-grid-section .prt-postbox-desc-footer a:hover:after{
    right: 100%;
    border-width: 1px 1px 0 0px;
}
.blog-classic:hover .prt-box-post-date {transform: rotateX(360deg);}

.pagination-block .page-numbers {
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    color: var(--base-dark);
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0px 0px 5px 0px rgba(43, 52, 59, .1);
    margin: 0 3px 10px;
    padding: 0;
    background-color: var(--base-white);
    -webkit-transition: all 0.3sease 0s;
}
.pagination-block .page-numbers:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
}
.pagination-block .page-numbers.current {
    color: var(--base-white);
    background-color: var(--base-skin);
}
.pagination-block {
    display: block;
    margin-bottom: 60px;
    margin-top: 25px;
    text-align: center;
}







.blog-section .section-title {margin-bottom: 40px;}
.prt-sidebar-right .post.prt-blog-classic:hover .post-header {
    transform: rotateX(360deg);
}
.prt-sidebar-right .post.prt-blog-classic:hover .featured-imagebox .featured-thumbnail img {
    transform: scale(1);
}
.prt-row.blog-section {
    padding-bottom: 43px;
    padding-top: 97px;
}
article.prt-blog-classic .prt-box-post-date,
article.prt-blog-single .prt-box-post-date {
    height: 60px;
    width: 60px;
    background-color: var(--base-white);
    position: absolute;
    bottom: 175px;
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 1;
    color: var(--base-dark);
    text-align: center;
    border-bottom: 3px solid var(--base-skin);
    transition: all 500ms ease 300ms;
    left: 0;
}


article.prt-blog-classic .prt-box-post-date {
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    color: var(--base-dark);
    text-align: center;
}
.prt-box-post-date .prt-entry-date .entry-month,
.prt-box-post-date .prt-entry-date .entry-year {
    font-size: 15px;
    padding-top: 2px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
}
.prt-sidebar-right .prt-blog-classic .post-meta {
    color: var(--base-dark);
    right: 25px;
    border-radius: 10px;
    border-bottom-color: var(--base-skin);
}
.prt-sidebar-right .prt-blog-classic .post-meta span {
    font-weight: 400;
    display: block;
    font-size: 15px;
}
.prt-sidebar-right .featured-content.featured-content-post {
    background-color: var(--base-white);
    padding: 28px 35px 35px 35px;
    position: relative;
    display: block;
    margin: -35px 35px 0px 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 9%);
    -moz-box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 9%);
    box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 9%);
}
.prt-sidebar-right .featured-content.featured-content-post h5 a:hover {color: var(--base-skin);}
.prt-sidebar-right .prt-blog-classic .post-meta {
    display: block;
    font-size: 18px;
    line-height: 28px;
}
.prt-sidebar-right .widget .tagcloud a {color: var(--base-bodyfont-color) !important;}
.prt-sidebar-right .widget .tagcloud a:hover{ color: var(--base-skin) !important; }

.prt-sidebar-right .post-meta .time {
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
}
.prt-sidebar-right .featured-content .post-meta .prt-meta-line a {
    color: var(--base-bodyfont-color);
    text-transform: capitalize;
    font-size: 14px;
    padding-right: 20px;
}
.prt-sidebar-right .featured-content .post-meta .prt-meta-line:not(:last-child) {border-right: 1px solid var(--base-bodyfont-color);}

.prt-blog-classic .featured-content .prt-btn-inner {
    position: relative;
    background-color: transparent;
    text-transform: uppercase;
    border: 1px solid var(--base-dark);
    padding: 11px 35px;
    border-radius: 10px;
    color: black;
    transition: unset;
    background-color: var(--base-white);
    display: inline-block;
    vertical-align: middle;
    background-size: 200% auto;
    transition: all 0.5s ease 0s;
}
.prt-blog-classic .featured-content .prt-btn-inner:hover {
    background-color: var(--base-dark);
    color: var(--base-white);
}



/**/
.prt-blog-classic .featured-content .post-meta .prt-meta-line a,
.prt-blog-single .featured-content .post-meta .prt-meta-line a {
    color: var(--base-bodyfont-color);
    text-transform: capitalize;
    font-size: 14px;
    padding-right: 15px;
    padding-left: 6px;
}
.prt-blog-classic .featured-content .post-meta .prt-meta-line a:hover,
.prt-blog-single .featured-content .post-meta .prt-meta-line a:hover {
    color: var(--base-skin);
}
.prt-blog-classic .featured-content .post-meta .prt-meta-line:not(:first-child),
.prt-blog-single .featured-content .post-meta .prt-meta-line {
    margin-left: 10px;
}
.prt-blog-classic .featured-content .post-meta .prt-meta-line:not(:last-child),
.prt-blog-single .featured-content .post-meta .prt-meta-line:not(:last-child) {
    border-right: 1px solid  #e7e7e7;;
    display: inline-block;
}
.prt-blog-classic .featured-content .post-meta span i,
.prt-blog-single .featured-content .post-meta span i {
    padding-right: 3px;
    font-size: 14px;
    line-height: 0;
    color: var(--base-skin);
}
.prt-blog-classic .widget .tagcloud a {
    font-size: 15px;
    font-weight: 500;
    background-color: #f5f5f5;
    margin-right: 3px;
    color: var(--base-dark);
}
.featured-desc a {
    border-bottom: 1px solid var(--base-bodyfont-color);
    color: var(--base-skin);
}
.prt-blog-single .prt-post-featured-contain p{margin-top: 14px;}
.prt-blog-classic .prt-box-desc-text .wp-block-quote,
.prt-pf-single-content-wrapper-innerbox .wp-block-quote,
.prt-blog-single .wp-block-quote {
    position: relative;
    padding: 30px 100px 50px;
    background-color: #f5f5f5;
    margin-bottom: 70px;
    margin-top: 50px;
}
.prt-blog-classic .prt-box-desc-text .wp-block-quote:before,
.prt-pf-single-content-wrapper-innerbox .wp-block-quote:before,
.prt-blog-single .wp-block-quote:before {
    content: '';
    background-color: var(--base-dark);
    -webkit-mask-box-image: url(../images/straight-quotes.svg);
    mask: url(../images/straight-quotes.svg);
    position: absolute;
    top: -15px;
    left: 50px;
    right: 0;
    width: 34px;
    height: 40px;
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.prt-blog-classic .prt-box-desc-text .wp-block-quote p,
.project-details-section .wp-block-quote p,
.prt-blog-single .wp-block-quote p {
    margin-top: 25px;
    color: var(--base-dark);
    font-style: italic;
    font-size:22px;
    line-height:32px;
}
.prt-blog-classic .prt-box-desc-text .wp-block-quote cite,
.project-details-section .wp-block-quote cite,
.prt-blog-single .wp-block-quote cite {
    position: relative;
    padding-left: 100px;
    font-style: normal;
    text-transform: capitalize;
}
.prt-blog-classic .prt-box-desc-text .wp-block-quote cite:before,
.project-details-section .prt-pf-single-content-wrapper-innerbox .wp-block-quote cite:before,
.prt-blog-single .wp-block-quote cite:before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: auto;
    left: 0;
    right: auto;
    width: 80px;
    height: 1px;
    background-color: var(--base-bodyfont-color);
}
.prt-blog-classic .entry-content {
    border-bottom: 1px solid var(--base-bodyfont-color);
    padding-bottom: 20px;
}
.prt-blog-classic .social-icons.square li>a {
    color: var(--base-dark);
    border-color: var(--base-bodyfont-color);
}
.prt-blog-classic .social-icons.square li>a:hover {color: var(--base-white);}
.prt-blog-classic .widget .tagcloud a {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    background-color: #f7f7f7;
    color: var(--base-dark);
    margin-top: 0;
}
.prt-blog-classic .social-icons.square li>a:hover {
    background-color: var(--base-white);
    color: var(--base-skin);
    border-color: var(--base-skin);
}
.prt-blog-classic .prt-blog-classic-box-comment h3 {
    font-size: 26px;
    line-height: 36px;
    margin: 0px 0 15px !important;
}
.prt-blog-classic .prt-blog-classic-box-comment p a:hover {
    color: var(--base-skin);
}

/*prt-blog-single*/
.prt-blog-single .prt-tags-links-title span {
    color: var(--base-dark);
    text-align: left;
    margin: 5px 9px 5px 0;
}


/*project-details-section*/
.project-details-section .prt-pf-single-detail-box {padding: 17px 0 40px}
.project-details-section .prt-pf-single-detail-box .prt-pf-detailbox-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 35px;
}
.project-details-section .prt-pf-detailbox-list .prt-pf-data-title {
    color: var(--base-dark);
    margin: 0;
    display: flex;
}
.project-details-section .prt-pf-detailbox-list {
    display: flex;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #E3E2E2;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 0px 30px 0px;
    margin-bottom: 0;
}
.project-details-section .prt-pf-detailbox-list li div {
    font-size: 20px;
}
.project-details-section .prt-pf-detailbox-list li:nth-child(1) {
    display: inline-block;
    padding-right: 50px;
}
.project-details-section .prt-pf-detailbox-list li:not(:first-child) {
    font-size: 18px;
    line-height: 28px;
    border-left: 1px solid #E3E2E2;
    padding: 0 50px;
    display: flex;
}
.project-details-section .prt-pf-detailbox-list li:nth-child(4) {
    padding: 0;
    display: inline-block;
    padding-left: 50px;
}
.project-details-section .prt-pf-detailbox-list .prt-pf-data-details {
    display: contents;
    color: var(--base-bodyfont-color);
    margin-left: 3px;
    font-size: 18px;
    line-height: 28px;
}
.prt-pf-single-content-wrapper .prt-pf-single-content-area{
    position: relative;
}
.prt-pf-single-content-wrapper .prt-pf-single-content-area a {
    border-bottom: 1px solid var(--base-skin);
    color: var(--base-skin);

} 
 .prt-pf-view-top-image .prt_pf_image-wrapper.img img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.prt-pf-view-top-image .prt_pf_image-wrapper.img:hover img{
     -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
    overflow: hidden;
}
.project-details-section .prt-pf-populated {
   margin-bottom:20px;
}
.project-details-section h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
    padding: 0px 0px 15px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #E3E2E2;
}
.prt-pf-single-content-wrapper-innerbox .prt-pf-list {
    margin-top: 20px;
    font-weight: 400;
    margin-bottom: 56px;
}
 .prt-pf-populated .elementor-widget-container img {height:392px;}
.prt-pf-single-content-wrapper-innerbox .prt-pf-list li {
    list-style-type: none;
    color: var(--base-dark);
    display: flex;
}
.prt-pf-single-content-wrapper-innerbox .prt-pf-list li:not(:last-child){padding-bottom: calc(15px / 2);}
.prt-pf-single-content-wrapper-innerbox .prt-pf-list li:not(:first-child){margin-top: calc(15px / 2);}
.prt-pf-single-content-wrapper-innerbox .prt-pf-list li i {
    font-size: 14px;
    line-height: 24px;
    margin-right: 5px;
    width: 1.25em;
}
.prt-pf-single-content-wrapper-innerbox .prt-pf-contain {border-top: 1px solid #E3E2E2;}
.prt-pf-contain .pf-section-title h2 {
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 23px;
    margin-top: 40px;
}
.prt-pf-single-content-wrapper-innerbox .wp-block-quote {margin: 65px 0px 50px 0px;}
.prt-pf-single-related-wrapper h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 27px;
    text-transform:capitalize;
}
.prt-pf-single-content-wrapper-innerbox .prt_pf_image-wrapper .prt-pf-single-img img {
       -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 100%;
    position: relative;
    overflow: hidden
}
.prt-pf-single-content-wrapper-innerbox .prt_pf_image-wrapper .prt-pf-single-img.img-1 img{width:303px;}
.prt-pf-single-content-wrapper-innerbox .prt_pf_image-wrapper{
    position: relative;
    overflow: hidden
}
.prt-pf-single-content-wrapper-innerbox .prt_pf_image-wrapper:hover  .prt-pf-single-img img {
   -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;

}


/* ===============================================
    13.Progress-Bar
------------------------*/
.prt-progress-bar {position: relative;}
.prt-progress-bar:not(:frist-child) {
    margin-top: 20px;
    padding-bottom: 20px;
}
.prt-progress-bar:nth-child(frist-child){margin-bottom: 20px;}
.prt-progress-bar:nth-child(frist-child) {
    padding-top: 0px;
    margin-bottom: 20px;
}
.prt-progress-bar:not(:last-child) {
    margin-bottom: 25px;
}
.prt-progress-bar:nth-child(last-child){padding-top:20px ;}
.prt-progress-bar .progressbar-title {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: var(--base-headingfont-color);
    font-family: var(--base-headingfont);
    text-transform: capitalize;
}
.prt-progress-bar .progress-bar-percent {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #181818;
    z-index: 3;
    margin-top: -30px;
    text-shadow: none;
    text-align: center;
    overflow: visible;
}
.prt-progress-bar .progress-bar {
    display: block;
    height: 9px;
    line-height: 3px;
    position: relative;
    border: none;
    background-color: var(--base-skin);
    overflow: visible;
}
.prt-progress-bar .progress-bar-inner {
    box-shadow: none;
    margin-top: 12px;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: 2px;
    background-color: var(--base-dark);
}
.prt-progress-bar .progress-bar-inner:after{
    position: absolute;
    content: '';
    bottom: -6px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .302);
}
.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: var(--base-white);}

/* style1 */
.prt-progress-bar.style1:not(:last-child) {margin-bottom: 36px;}
.prt-progress-bar.style1 h3.progress-title,
.prt-progress-bar.style1 h3.progress-percentage.counter {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--base-dark);
    line-height: 26px;
    font-weight: 600;
}
.prt-progress-bar.style1 .progress-bar-percent {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: var(--base-white);
    font-family: var(--base-headingfont);
    text-align: center;
    background: var(--base-skin);
    border-radius: 5px;
    width: 42px;
    height: 26px;
    display: inline;
    top: -17px;
}
.prt-progress-bar.style1 .progress-bar-percent:before {
    position: absolute;
    content: "";
    left: 36%;
    bottom: -8px;
    border: solid;
    border-color: var(--base-skin) transparent;
    border-width: 8px 6px 0 6px;
}
.prt-progress-bar.style1 .progress-bar {
    display: block;
    height: 5px;
    line-height: 5px;
    position: relative;
    background-color: var(--base-skin);
    overflow: visible;
    bottom: 0;
    border-radius: 2px;
}
.prt-progress-bar.style1 .progress-bar-inner {
    box-shadow: none;
    height: 5px;
    width: 100%;
    z-index: 1;
    border-radius: 2px;
    background-color: var(--base-dark);
}

/* ===============================================
    14.Testimonial
------------------------*/

.testimonial-section{
    padding: 0 0 50px;
}
.testimonial-section .col-lg-3{
    width: 25.692%;
}
.testimonial-section .col-lg-8{
    width: 74.308%;
}
.testimonial-summary h4{
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: "Poppins",Sans-serif;
    color: var(--base-dark);
    text-transform: none;
    margin-bottom: 20px;
}
.testimonial-summary span:last-child{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Poppins",Sans-serif;
    color: var(--base-dark);
    margin-bottom: 20px;
}
.rating-icon ul.prt-list.rating-star{
    list-style-type: none;
    display: inline-flex;
}
.rating-icon ul.prt-list.rating-star li i{
   color: #f1a81b;
   font-size: 16px; 
}

.testimonial-image{
    height: 70px;
    width: 70px;
}

.testimonial-section .testimonial-box-wrapper{
    border-bottom: 1px solid rgba(0,0,0,.302) !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px;
}
.testimonial-avtar{
    width: 90px;
}
.testimonial-image img{
    border-radius: 50%;
}
.testimonial-user{
    display: flex;
    align-items: center;
}
.testimonial-quote{
    padding-right: 90px;
    padding-bottom:35px ;
}
.testimonial-quote blockquote{
    font-size: 38px;
    font-style: italic;
    line-height: 50px;
    font-weight: 400;
    color: var(--base-dark);
    font-family: Tiro Devanagari Hindi;
}
.testimonial-caption h4{
    font-size: 20px;
    line-height: 26px;
    color: var(--base-dark);
    margin: 0 ;
}
.testimonial-caption span{
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: var(--base-skin);
}
.client-section-inner{
    width: 259px;
    text-align: center;
    align-items: center;
    margin:auto ;
}
.client-section-inner:hover .client-logo img{  
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}
.client-logo{
    padding: 8px 12px;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
}
.client-logo img{
    width: 162px;
    align-items: center;
    height: 30px;
    text-align: center;
}







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

/*style1*/
.testimonials {position: relative;}
.testimonials-nav {
    border-radius: 10px;
    overflow: hidden;
    max-width: 303px;
    margin: 0 auto;
}
.testimonials-nav .testimonial-avatar-main {
    position: relative;
    padding: 30px 61px 26px;
    margin: 0 10px;
    background-color: var(--base-grey);
    border-radius: 10px;
    text-align: center;
}
.testimonials-nav .testimonial-avatar img {
    border-radius: 50%;
    margin-bottom: -15px;
}
.testimonials .testimonial-caption h3 {
    font-size: 20px;
    line-height: 30px;
    display: block;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 18px;
}
.testimonials .testimonial-caption p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.testimonials .testimonial-rating-star {
    padding: 5px 20px 4px;
    background-color: var(--base-white);
    border-radius: 10px;
    display: inline-block;
}
.prt-post-featured img{width: 100%;}
.testimonials .testimonial-rating-star i {
    font-size: 14px;
    line-height: 14px;
    color: #ffcd1e;
}
.testimonials .testimonial-content blockquote {
    position: relative;
    padding: 0 0 0 50px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    font-style: italic;
    text-align: left;
    color: var(--base-headingfont-color);
}
.testimonials .testimonial-content blockquote:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 29px;
    height: 29px;
    background-image: url(../images/icon-04.png);
    background-repeat: no-repeat;
}

/* ===============================================
    15.Client-row  
------------------------*/
.client-box-main {
    margin: -112px 0 0 50px;
    padding: 15px 0 0;
    border-top: 1px solid #cccccc;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prt-client .client-box {margin-top: 0;}
.client-box {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-top: 10px;
}
.client-box .prt-client-logo-tooltip {
    margin-top: 35px;
    margin-bottom: 0;
    overflow: hidden;
}
.client-box .prt-client-logo-tooltip,
.client-box .prt-client-logo-tooltip-inner {
    position: relative;
}
.client-box .prt-client-logo-tooltip img {
    display: block;
    margin: 0 auto;
}

/* ===============================================
    16.Accordion
------------------------*/
/*accordion section*/
.accordion-section{
    padding: 90px 0 95px 0;
    margin:0 ;
}
.accordion-section .col-lg-12{
    padding-bottom: 20px;
}
.accordion-section .col-lg-5{
    width: 43.922%;
}
.accordion-section .col-lg-7{
    width: 56.078%;
}
.accordion-section  .process-images-gallery .col-lg-8{
    width: 66%;
}
.accordion-section  .process-images-gallery .col-lg-4{
    width: 28.339%;
}
.accordion-section  .process-images-gallery .col-lg-6{
    width: 50%;
}

.accordion-section  .process-images-gallery{
    position: relative;
}
.accordion-section   .process-image-block {
    clear: both;
}
.accordion-section  .process-image-title {
    margin: 0;
    padding: 4px 10px;
    background-color: var(--base-grey);
    border-radius: 10px;
    border: 1px solid var(--base-dark);
    display: inline-block;
}
.accordion-section .process-image-title span{
    font-size: 16px;
    line-height: 26px;
    font-weight:400 ;
    margin-bottom: 0;
    display: inline;
    color: var(--base-dark);
    font-family: var(--base-headingfont);
}

.accordion-section  .col-lg-8.right-img .process-image-title {
    top: 55px;
    float: left;
    margin: 0;
    left: 16%;
    position: absolute;
}
.accordion-section  .col-lg-8.right-img .process-image-wrapper {
    float: right;
}

.accordion-section  .col-lg-8.right-img .process-image{
    border-radius: 0 50px;
    overflow: hidden;
}

.accordion-section  .col-lg-4.bottom .process-image-title {
    right: 5px;
    bottom: 61%;
    position: absolute;
}


.accordion-section  .col-lg-4.bottom .process-image-wrapper {
    float: right;
}
.accordion-section  .col-lg-4.bottom .process-image{
    margin:0 -36px 0 0 ;
    padding: 210px 0 0;
}
.accordion-section .col-lg-4.bottom .process-image img{
    border-radius: 0 25px;
}
.accordion-section  .col-lg-6.center .process-image img{
    width: 247px !important;
    height: 198px;
    border-radius: 0 25px;
}
.accordion-section  .col-lg-6.bottom .process-image img{
    width: 265px !important;
    height: 190px;
    border-radius: 0 25px;
}
.accordion-section  .col-lg-6.center .process-image-title{
    position: absolute;
    bottom: 33%;
    left: 265px;
}
.accordion-section  .col-lg-6.bottom .process-image-wrapper {
    float: right;
}
.accordion-section  .col-lg-6.bottom .process-image{
    padding: 65px 35px 0 0;
}
.accordion-section .col-lg-6.bottom .process-image-title {
    right: 33%;
    bottom: 60px;
    position: absolute;
}


.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.show {display: block !important;}
.accordion .toggle-content p:last-child {margin-bottom: 0;}
.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    display: inline-block;
    content: "\f055";
    border-radius: 50%;
    font-size: 20px;
    color: var(--base-dark);
    background-color: transparent;
}
.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 {min-height: 551px;}*/
.accordion-section  .toggle.prt-toggle_style_classic {
    padding: 0;
    border-radius: 15px;
    margin: 0 0 15px;
}
.accordion-section  .toggle.prt-toggle_style_classic:last-child {margin-bottom: 0;}
.accordion-section  .toggle.prt-toggle_style_classic .toggle-content {
    margin-top: 0;
    padding: 15px 20px 6px;
    padding-left: 83px;
        box-sizing: content-box
}
.accordion-section  .toggle.prt-toggle_style_classic .toggle-title a {
    font-family: var(--base-headingfont);
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    color: var(--base-headingfont-color);
    white-space: normal;
    text-transform: capitalize;
}
.toggle-index{
    color: var(--base-bodyfont-color);
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 15px;
    margin:0 ;
    font-weight: 400;
}
.toggle-link{
    padding-left: 20px;
    color: var(--base-dark);
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
}
.accordion-section  .toggle.prt-toggle_style_classic .toggle-title:after{
    height:1px;
    width:  100%;
    background-color:var(--base-dark);
}
.accordion-section  .toggle.prt-toggle_style_classic {
    border: none;
    border-radius: 18px;
    margin-bottom: 20px;
    padding: 20px 30px;
    border: 1px solid var(--base-dark);
}
.accordion-section  .toggle.prt-toggle_style_classic .toggle-title a.active{
    border: none !important;
}
.accordion-section  .toggle.prt-toggle_style_classic .toggle-title a:after {
    content: "\f067";
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 8px;
    right: 0px;
    font-weight:900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color:var(--base-black);
    transform: transform 0.3s ease;
    background-color: transparent;
}
.toggle.prt-toggle_style_classic .toggle-title a.active:after {content: "\f068"; background-color:transparent; }
/* prt-style-default */
.accordion .toggle.prt-toggle_style_default {
    padding: 0;
    border: 0;
}
.accordion .toggle.prt-toggle_style_default .toggle-content {padding: 7px 30px 11px;}
.accordion .toggle.prt-toggle_style_default .toggle-title a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 18px 30px 18px;
    border: 1px solid rgba(0, 0, 0, 0.11) !important;
    border-radius: 5px;
}
.accordion .toggle.prt-toggle_style_default .toggle-title a:after {content: unset;}
.accordion .toggle.prt-toggle_style_default .toggle-title a.active {
    background-color: var(--base-dark);
    color: var(--base-white);
}


/* service-section-02*/
.service-single-section {
    padding-top: 92px;
    padding-bottom: 68px;
}
.service-single-section .prt-service-detail.res-1199-ml-0{padding: 90px 0px 0px 0px;}
.service-section-02 .accordion .toggle {
    background-color: var(--base-white);
    border-radius: 5px;
    -webkit-transition: all .5sease-in-out;
    transition: all .5sease-in-out;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid var(--base-grey) !important;
}
section {counter-reset: container}
.service-section-02 .accordion .toggle-title span:before {
    font-size: 22px;
    color: var(--base-dark);
    counter-increment: container;
    content: counter(container, decimal-leading-zero);
    -webkit-transition: all .5sease-in-out;
    transition: all .5sease-in-out;
    height: 45px;
    width: 45px;
    vertical-align: middle;
    border-right: 1px solid #e2e2e2;
    padding-right: 15px;
    position: absolute;
    top: 7px;
    left: -77px;
    right: auto;
    bottom: auto;
    font-weight: 500;
    line-height: 45px;
}
.service-section-02 .accordion .toggle-title a.active span:before,
.service-section-02 .accordion .toggle-title a.active span {
    color: var(--base-skin);
}
.service-section-02 .accordion .toggle-title {
    padding: 15px 30px 20px 93px;
}
.service-section-02 .accordion .toggle-title h3 {
    position: relative;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 500;
    top: 10px;
    padding-right: 45px;
    text-transform: capitalize  ;
    margin-bottom:12px;
}
.accordion .toggle .toggle-title a.active h3{margin-bottom:0;}
.service-section-02 .accordion .toggle-title span {
    display: flex;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    color: var(--base-bodyfont-color);
       text-transform: lowercase;
}
.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right:-13px;
    top: 9px;
     content: "\f067";
    font-weight: 900;
    webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size:16px;
    line-height: 1;
}
.accordion .toggle .toggle-title a.active:after {
    content: "\f068";  
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.service-section-02 .accordion .toggle-content p {
    padding: 8px 15px 14px 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--base-skin);
}
.service-section-02 .accordion .toggle-title span.active {color: var(--base-skin);}
.service-section-02 .accordion .toggle-title:before a.active {color: var(--base-skin) !important;}
.service-section-02 .accordion .toggle-title:before a.active {color: var(--base-skin);}
.service-section-02 .prt-service-detail {padding: 90px 0px 0px 0px;}



/* ===============================================
    17.Wrap-Form
------------------------*/
.wrap-form label {
    width: 100%;
    margin: 0;
    text-transform: capitalize;
}
.wrap-form span.text-input {
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.wrap-form span.text-input>i {
    position: absolute;
    left: 10px;
    top: 21px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}

/* contactform */

    .tag-group {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 10px;
    }
    .tag {
      display: inline-block;
      width: auto !important;
      padding:10px 20px;
      border-radius: 25px;
      border: 1px solid #a8a8a8;
      background-color: transparent;
      margin-bottom: 5px;
      cursor: pointer;
      user-select: none;
      transition: all 0.2s ease-in-out;
    }

    .tag:hover {
      border-color: #000;
    }

    .tag-group input[type="radio"] {
      display: none;
    }

    input[type="checkbox"]:checked + label,
    input[type="radio"]:checked + label {
      border-color: #000;
    }
    .contact-form-block select:invalid {
      color: red !important;
    }


/*   contact form section */
.contact-form-section .contact-form-block{
    padding: 40px 0 0;
}

.contact-form-section  .catagory-title h4{
    font-family: var(--base-headingfont);
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    color: var(--base-dark);
}
.contact-form-section  .catagory-box .catagory-list-wrapper{
    
    list-style: none;
    margin-top: 25px;
    margin-bottom: 42px;
}
.contact-form-section  .catagory-box .catagory-list-wrapper ul{
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: inline-block;
}
.contact-form-section  .catagory-box .catagory-list-wrapper ul li{
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #a8a8a8;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    color: var(--base-dark);
    margin-bottom: 5px;
}
.contact-form-section  .catagory-box .catagory-list-wrapper ul li:focus a,
.contact-form-section  .catagory-box .catagory-list-wrapper ul li:hover{
    border-color: black !important;
}

.contact-form-section .wrap-form label{
    color: var(--base-dark);
}
.contact-form-section .contact-form-block .wrap-form.query_form-1 span.text-input select{
    padding: 11px 15px;
    color: var(--base-bodyfont-color) !important;
    border-radius: 25px;
    border: 1px solid #a8a8a8;
}
.contact-form-section :not(.btn-check)+.btn:active{
    background-color: transparent;
    border-color: none;
}
.contact-form-section .wrap-form.query_form-1 span.text-input textarea {
     border: 1px solid #a8a8a8;
     padding: 11px 15px;
     margin-bottom: 20px;
}
.wrap-form.query_form-1 .prt-btn-inline {
    background-color: var(--base-dark);
    width: 100%;
    color: var(--base-white);
    padding: 12px 105px 11px;
    border-radius: 25px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--base-headingfont);
    font-weight: 700;
}
.wrap-form.query_form-1 .prt-btn-inline:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
}


.wrap-form.contact_form span.text-input i {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 15px;
    z-index: 1;
    color: var(--base-skin);
}
.wrap-form.contact_form span.text-input input,
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select {
    border-radius: 0;
    color: rgba(0, 0, 0, .60);
    border-color: transparent;
    border-radius: 5px;
    padding: 12px 15px;
    padding-left: 44px;
}
.wrap-form.contact_form span.text-input textarea {
    padding: 10px 15px;
    padding-left: 44px;
}
.prt-bgcolor-grey .wrap-form.contact_form span.text-input input,
.prt-bgcolor-grey .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-grey .wrap-form.contact_form span.text-input select {
    background-color: var(--base-white);
}
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select {
    background-color: transparent;
    border: 0;
    color: var(--base-white);
    padding-left: 0;
    border-bottom: 2px solid rgba(255, 255, 255, .12);
}
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input::-webkit-input-placeholder,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea::-webkit-input-placeholder,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select::-webkit-input-placeholder {}
.wrap-form.query_form span.text-input {margin: 0 0 40px;}
.wrap-form.query_form span.text-input label {
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--base-white);
}
.wrap-form.query_form span.text-input input,
.wrap-form.query_form span.text-input select,
.wrap-form.query_form span.text-input textarea {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255 255 255 / 0.20);
    background-color: transparent;
    color: var(--base-white);
    padding: 13px 20px 13px;
    font-size: 15px;
}
.wrap-form.query_form span.text-input textarea {padding: 13px 20px 28px;}
.query_form span.text-input input::-webkit-input-placeholder,
.query_form span.text-input textarea::placeholder {
    color: var(--base-bodyfont-color) !important;
}
.wrap-form span.text-input input::-webkit-input-placeholder,
.wrap-form span.text-input textarea::-webkit-input-placeholder,
.wrap-form span.text-input select::-webkit-input-placeholder {
    color: rgba(255 255 255 / 0.70);
}
.wrap-form.query_form span.text-input select {
    color: rgba(255 255 255 / 0.70);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wrap-form.query_form span.text-input select option {color: var(--base-dark);}
.wrap-form span.text-input input[type=time][placeholder]:invalid::-webkit-datetime-edit,
.wrap-form span.text-input input[type=date]:invalid::-webkit-datetime-edit {
    color: rgba(255 255 255 / 0.70);
}
.wrap-form span.text-input input::-webkit-calendar-picker-indicator {
    filter: invert(0.6);
    color: var(--base-white);
}
/*.wrap-form.query_form span.text-input.select-option:before {
    position: absolute;
    content: '\f107';
    font-family: 'fontello';
    right: 20px;
    top: 29%;
    font-size: 17px;
    pointer-events: none;
}
*/





/*style1*/
.wrap-form.query_form-1 span.text-input {margin-bottom: 0;}
.wrap-form.query_form-1 span.text-input input,
.wrap-form.query_form-1 span.text-input select,
.wrap-form.query_form-1 span.text-input textarea {
    border:1px solid #a8a8a8;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 15px;
    margin-bottom: 20px;
    text-transform: math-auto ;
}
.wrap-form.query_form-1 span.text-input input::placeholder,
.wrap-form.query_form-1 span.text-input select::placeholder,
.wrap-form.query_form-1 span.text-input textarea::placeholder {
    color: rgba(119,119,119,.5) !important;
}
.wrap-form.query_form-1 span.text-input input:focus,
.wrap-form.query_form-1 span.text-input select:focus,
.wrap-form.query_form-1 span.text-input textarea:focus {
    border: 1px solid var(--base-skin);
}
.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(255 255 255 / 1);
}
.wrap-form.query_form-1 span.text-input select {
    color: rgba(255 255 255 / 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wrap-form.query_form-1 span.text-input select option {color: var(--base-dark);}
.wrap-form.query_form-1 span.text-input input[type=time][placeholder]:invalid::-webkit-datetime-edit,
.wrap-form.query_form-1 span.text-input input[type=date]:invalid::-webkit-datetime-edit {
    color: rgba(255 255 255 / 1);
}
.wrap-form.query_form-1 span.text-input input::-webkit-calendar-picker-indicator {
    filter: invert(1);
    color: var(--base-white);
}
.wrap-form.query_form-1 span.text-input.select-option:before {
    position: absolute;
    content: '\f107';
    font-family: 'fontello';
    right: 20px;
    top: 24%;
    font-size: 17px;
    color: rgba(255 255 255 / 1);
    pointer-events: none;
}
.wrap-form.query_form-1 input.prt-btn-bgcolor-skincolor.prt-btn-shape-square {
    padding: 0px 0px;
    border-radius: 10px;
    background-color: var(--base-skin);
    color: var(--base-white);
    text-transform: uppercase;
}
.comment-cookies #comment-cookies-consent{
    margin-right: 10px;
}

.team-single-form{
    padding: 45px 0 50px;
}
.team-single-form .prt-blackbg-btn a span{
    top: 0;
    left: 0;
    font-size: 15px;
    font-weight: 600;
    margin-left: 35px;
}
.team-single-form .prt-blackbg-btn a:after{
    top: -10px;
    left: 0;
}
.team-single-form .prt-blackbg-btn a span:before{
    display: none;
}
.team-single-form .prt-btn-style{
    background-color: transparent;
    color: var(--base-dark);
    text-transform: capitalize;
    font-family: var(--base-headingfont);
    padding: 10px;
    padding-top: 0;
}
.team-single-form .prt-btn-style:hover{
    padding-left: 50px;
    color: var(--base-skin);
}
.team-single-form .wrap-form.query_form-1 span.text-input input::placeholder,
.team-single-form .wrap-form.query_form-1 span.text-input select::placeholder,
.team-single-form .wrap-form.query_form-1 span.text-input textarea::placeholder {
    color: var(--base-bodyfont-color) !important;
    text-transform: none;
}
.team-single-form .wrap-form.query_form-1 span.text-input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.1) inset !important;
  -webkit-text-fill-color: var(--base-dark) !important;
  background-color: transparent !important;
  transition: background-color 5000s ease-in-out 0s; /* Prevent flashing */
}
/* ===============================================
    19.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 -15px;
}
.prt-boxes-spacing-20px .prt-box-col-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}
.row.prt-boxes-spacing-15px,
.prt-boxes-spacing-15px {
    margin: 0 -8px !important;
}
.row.prt-boxes-spacing-15px .prt-box-col-wrapper {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
}
.row.prt-boxes-spacing-10px,
.prt-boxes-spacing-10px {
    margin: 0 -10px;
}
.row.prt-boxes-spacing-10px .prt-box-col-wrapper {
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-bottom: 10px;
}
.row.prt-boxes-spacing-5px,
.prt-boxes-spacing-5px {
    margin: 0;
}
.row.prt-boxes-spacing-5px .prt-box-col-wrapper {
    padding-right: 2.5px;
    padding-left: 2.5px;
    padding-bottom: 5px;
}
.row.prt-boxes-spacing-0px,
.prt-boxes-spacing-0px {
    margin: 0;
}
.row.prt-boxes-spacing-0px .prt-box-col-wrapper {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 0px;
    outline: 0;
}

/* ===============================================
    20.Pricing-Plan
------------------------*/
.pricing-box{
    padding: 0 15px 25px;
}
.pricing-plan{
    border: 1px solid;
    border-radius: 0 25px;
    background-color: transparent;
    text-align: left;
    padding: 33px 40px 35px;
    transition: .5s;
}
.pricing-plan:hover{
    border-radius: 25px 0;
    transform: translateY(-5px);
}
.pricing-title h4{
    font-size: 22px;
    line-height: 32px;
    font-family: var(--base-headingfont);
    font-weight: 400;
    margin-bottom: 0;
    color: var(--base-dark);
}
.pricing-amount{
    position: relative;
    background-color: transparent;
    padding: 10px 0 0;
}
.pricing-amount span{
    font-size: 38px;
    line-height: 48px;

    font-family: Tiro Devanagari Hindi;
    color: var(--base-dark);
}
.pricing-amount .pac-price{
    font-weight: 600;
}
.pricing-amount .pac-frequency{
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    font-family: Tiro Devanagari Hindi;
    color: var(--base-dark);
}
.pricing-features{
    position: relative;
    padding: 5px 0 18px 0;
}
.pricing-features ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.pricing-features ul li{
    border-top: 0;
    border-bottom: 0;
    position: relative;
    color: var(--base-bodyfont-color);
    padding: 14px 0px 0 0px;

}
.pricing-features ul .feature{
    font-family: var(--base-bodyfont);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
    display:flex ;
}
.pricing-features ul li img{
    height: 25px;
    width: 25px;
        margin-right: 8px;
}
.prt-btn-style-02{
    display: block;
    margin-top: 30px;
    padding-bottom: 5px;
    text-align: center;
}
.prt-btn-style-02 a{
    width: 100%;
    display: block;
    border-radius: 25px;
    background-color: var(--base-dark);
    color: var(--base-white) !important;
    font-family: Tiro Devanagari Hindi;
    line-height: 26px;
    position: relative;
    padding: 11px 30px 12px;
    border: 1px solid #101010;
    text-transform: capitalize;
}
.pricing-plan:hover  .prt-btn-style-02 a{
    background-color: var(--base-skin);
    border-color: var(--base-skin);
}
/*pricing-section*/
.pricing-plan-section {padding: 70px 0 40px}
.prt-pricing-plan .prt_p_price_contain {padding: 25px 30px 13px;}
.prt-pricing-plan .prt-p_table-amount{
    margin-top: 0px;
    position: relative;
    width: 100%;
    padding: 0;
    text-align: right;
}  
.prt-pricing-plan .prt-p_table-amount .pricing_duration {
    float: left;
    font-size: 15px;
    line-height: 1;
    color: var(--base-white);
    background-color: var(--base-skin);
    padding: 5px 15px;
    border-radius: 16px;
    font-weight: 400;
}
.prt-pricing-plan .prt-p_table-amount .cur_symbol{
    font-size: 30px;
    line-height: 1;
    padding: 0;
    right: 6px;
    top: -15px;
    position: relative;
    color:var(--base-dark);
}
.prt-pricing-plan .prt-p_table-amount .pac_frequency {
    float: right;
    font-size: 33px;
    line-height: 1;
    padding: 0;
    right: 0;
    position: relative;
    top: -15px;
     color:var(--base-dark);
     display:inline-block;
     font-weight: 600;
}
.pricing-plan-section .prt-pricing-plan {
    background-color: var(--base-white);
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: 1px solid var(--base-dark);
    transition: transform 0.3s ease-in-out;
}
.pricing-plan-section .prt-pricing-plan:hover {transform: translateY(-5px);}
.prt-p_table-image img {
    width: 100%;
    height: 100%;
    min-width: 79px;
    max-width: 220px;
}
.pricing-plan-section .prt-p_table-body .prt-p_table-title {
    padding-top:45px;
    text-align: center;
}
.pricing-plan-section .prt-p_table-body .prt-p_table-title h3 {
    text-align: left;
    margin-bottom: 17px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
        font-size: 24px;
    line-height: 30px;
    text-transform:capitalize;
}

/* ===============================================
    21.Sidebar
------------------------*/
.sidebar .widget-area .widget {
    position: relative;
    margin: 35px 0 35px;
    margin-top: 0;
    padding: 35px 25px 30px;
    background-color: var(--base-white);
    overflow: hidden;
}
.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);
    margin: 35px 0 35px;
    padding: 35px 25px 30px;
    overflow: hidden;
}
.sidebar .widget.widget-nav-menu.with-title {padding: 0px;}
.sidebar .widget-area .widget:last-child {margin-bottom: 0px;}
.sidebar .widget ul {
    margin: 20px 0 0;
    padding: 0;
}
.sidebar .widget ul>li {list-style: none;}
.widget-categories ul li a:hover {color: var(--base-skin);}
.sidebar .widget ul>li:first-child {
    padding-top: 0;
    margin-top: 0;
}
.sidebar .widget-title {
    font-family:var(--base-headingfont);
    font-weight: 400;
    font-size: 22px;
    line-height: 37px;
    color: var(--base-dark);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
    background-color: transparent;
}
.sidebar .widget-title:after {
    display: block;
    content: "";
    position: absolute;
    height: 3px;
    width: 70px;
    bottom: -1px;
    left: 0;
    background-color: var(--base-skin);
    bottom: -1px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.prt-service-classic-content{
    padding-top: 20px
}
.prt-service-classic-content h2{
    font-size: 30px;
    line-height: 40px;
    font-family: "Tiro Devanagari Hindi";
    padding: 0;
    margin-bottom: 20px;
    text-transform: none;
}
.prt-service-classic-content .text-desc{
    margin-bottom: 35px;
}
.sidebar.prt-sidebar-left{
    padding: 70px 0 60px 0;
}
.sidebar.prt-sidebar-left .prt-btn  span{
    top: 35px;
    left: 50px;
    color: var(--base-dark);
    text-transform: capitalize;
}
.sidebar.prt-sidebar-left .prt-btn.prt-btn-style{
    padding: 0;
}
.sidebar.prt-sidebar-left .prt-btn:after{
    top: 0px;
    left: 0;
    border-color: var(--base-dark);
}
.sidebar.prt-sidebar-left .prt-btn:hover span{
    left: 75px;
    color: var(--base-skin);
}


/* service-detail-style02 */
.sidebar.prt-sidebar-left.style2{
    padding: 70px 0 0 0;
}
.sidebar.prt-sidebar-left.style2 .prt_single_image-wrapper{
    padding-bottom: 15px !important;
}

.sidebar.prt-sidebar-left.style2 .prt_single_image-wrapper img{
    width: 100%;
}
.content-area .text-content {
    position: relative;
    display: block;
    margin-bottom: 17px;
}
.sidebar.prt-sidebar-left.style2 .prt_single_image-wrapper-2 img{
    width: auto;
}

/* service-detail-style03 */
.sidebar.prt-sidebar-left.style3{
    padding: 70px 0 0;
}
.sidebar.prt-sidebar-left.style3 .slick-list{
    padding-bottom: 15px;
}
.sidebar.prt-sidebar-left.style3  .prt-service-classic-content .text-desc{
    margin-bottom: 0 !important;
}
.sidebar.prt-sidebar-left .prt-btn-wrapper{
    height: 90px;
}

/*service detail style01*/

.content-area .icon-box {
    vertical-align: top;
    padding-right: 18px;
    width: 20px;
    padding-top: 5px;
    display: table-cell;
    vertical-align: middle;
}
.content-area .icon-content{
    display: table-cell;
    vertical-align: middle;
}
.content-area .icon-box i{
   font-size: 40px;
   font-weight: 400;
}
.content-area .icon-content h3{
    font-size: 21px;
    line-height: 30px;
}
.content-area .icon-content h3,
.content-area .icon-content p {
    margin-bottom: 0px;
}
.prt-service-single-content-area h2{
    font-weight: 400;
}
.prt-service-single-content-area .icon-content h3{
    font-weight: 400;
}
.prt-service-single-content-area .prt_single_image-wrapper.res-767-pb-30{
    padding-right: 20px;
}
.prt-service-single-content-area .prt-list.prt-list-style-icon.prt-list-icon-color-skincolor.style2{
    position: relative;
    left: -25px;
}
.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: 400;
    padding-bottom: 2px;
}
.prt-list.prt-list-style-icon li {
    position: relative;
    padding: 0;
    display: flex;
    justify-content: normal;
    align-items: baseline;
    width: 100%;
    border: none;
    margin-bottom: 0;
}
.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: "\f192";
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 15px;
    line-height: 15px;
    height: auto;
    width: auto;
    font-weight: 400;
    text-align: center;
    border-radius: 50px;
    color: var(--base-skin);
}
.prt-list.prt-list-style-icon .prt-list-li-content {
    display: inline-block;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
}

.sidebar.prt-sidebar-left .testimonial-content{
    padding-left: 50px;
} 
.sidebar.prt-sidebar-left .testimonial-quote blockquote{
    font-size: 20px;
    line-height: 36px;
    color: var(--base-bodyfont-color);
    font-family: var(--base-bodyfont);
}
.sidebar.prt-sidebar-left .testimonial-avtar{
    height: auto;
    width: auto;
}
.sidebar.prt-sidebar-left .client-name h4{
    font-size: 17px;
    line-height: 16px;
    margin-bottom: 2px;
    color: var(--base-skin);
    text-transform: capitalize;
}
.sidebar.prt-sidebar-left .client-catagory span{
    font-size: 14px;
}
.sidebar.prt-sidebar-left  .slick-slide{
    height: auto;
}
.sidebar.prt-sidebar-left .testimonial-box-inner{
    margin: 10px 0 30px 50px;
    padding: 40px 30px 45px !important;
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / 10%);
    background-color: var(--base-white);
    position: relative;
    margin-bottom: 50px !important;
    border: none !important;
}
.sidebar.prt-sidebar-left .testimonial-image img{
    width: 107px;
    height: 107px;
    position: absolute;
    bottom: 40%;
    left: -54px;
    padding: 15px;
    border: 3px solid #3f3c37;
    padding: 8px;
}
.sidebar.prt-sidebar-left .client-data{
    position: relative;
    left: 0;
}
.sidebar.prt-sidebar-left .testimonial-quote{
    padding: 0;
}

.sidebar.prt-sidebar-left .slick-list{
    padding-bottom: 50px;
}
.sidebar.prt-sidebar-left .testimonial-content:after{
    content: "";
    background: url(../images/left-quote.svg) no-repeat;
    position: absolute;
    bottom: 55px;
    right: 0;
    width: 65px;
    height: 46px;
    display: block;
}
.sidebar.prt-sidebar-left
.sidebar.prt-sidebar-left
.sidebar.prt-sidebar-left




/*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: var(--base-white);
    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: 33px 30px 40px;
    margin: 15px 0 20px;
    border-radius: 0;
    overflow: hidden;
}
.widget-banner .prt-btn.prt-btn-size-md {
    padding: 13px 30px;
    font-size: 15px;
}
.sidebar .widget-area.widget_border .widget-banner .widget-title { border-bottom-color: rgba(255, 255, 255, .7) !important;}
.prt-quicklink-box {margin-top: 25px; align-items: center;}
.prt-lefticon-box {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    background-color: var(--base-skin);
    color: var(--base-white);
}
.sidebar .prt-righttext-box {padding-left: 20px;}
.prt-righttext-box h5 {
    color: var(--base-white);
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    font-weight: 700
}
.prt-righttext-box p a{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 400;
    color: var(--base-white);
}
.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: var(--base-white);
    font-family: var(--base-headingfont);
}
.download_block span {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    display: block;
}



/* widget-categories */
.prt-sidebar-right {
    padding-bottom: 60px;
    padding-top: 43px;
}
.prt-sidebar-right .widget.widget-search .search-form label {
    display: block;
    margin: 0;
}
.sidebar .widget.widget-search .search-form {
    border: 0;
    position: relative;
}
.prt-sidebar-right .widget.widget-search input[type="search"] {
    color: var(--base-white);
    background-color: rgb(255 255 255 / 20%);
    padding: 14px 55px 10px 15px;
    height:53px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.prt-sidebar-right .widget.widget-search .search-form {position: relative;}
.prt-sidebar-right .widget.widget-search input[type="search"]::placeholder {color: var(--base-white);}
.sidebar .widget-search .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.sidebar .widget:hover .widget-title:after {width: 100%;}
.sidebar .widget.widget-search .search-form .btn[type="submit"] {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    padding: 0;
    width: 49px;
    height: 52px;
    line-height: 0;
    font-size: 14px;
    z-index: 1;
    border-radius: unset;
    box-shadow: unset;
    background-color: var(--base-skin);
}
.prt-sidebar-right .widget.widget-search .btn-check:focus+.btn,
.prt-sidebar-right .widget.widget-search .btn:focus {
    outline: 0;
    box-shadow: none;
}
.prt-sidebar-right .widget.widget-search .btn {
    color: var(--base-white);
    position: absolute;
    top: 5px;
    right: 6px;
    font-size: 20px;
}
.prt-sidebar-right .widget{padding: 15px 0px 15px;}
.prt-sidebar-right .widget.with-title:last-child {margin-bottom: 0;}
.prt-sidebar-right .widget.widget-categories .widget-title,
.prt-sidebar-right .widget.tagcloud-widget .widget-title,
.prt-sidebar-right .widget.widget-recent-post .widget-title,
.prt-sidebar-right .widget.widget-follow-us .widget-title,
.prt-sidebar-right .widget.widget-banner .widget-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
    text-transform: none;
}
.prt-sidebar-right .widget.widget-banner .widget-text {color: var(--base-white);}
.sidebar .prt-quicklink-box .prt-righttext-box h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 400;
    color: var(--base-white);
}
.prt-blog-classic .social-icons.square li>a {
    color: var(--base-bodyfont-color);
    border-color: var(--base-bodyfont-color);
}
.prt-blog-classic .social-icons.square li>a:hover {
    color: var(--base-skin);
    border-color: var(--base-skin);
    background-color: var(--base-white);
}
.prt-sidebar-right .widget.widget-banner {
    margin-top: -11px;
}
.prt-sidebar-right .widget.widget-banner .widget-title {
    color: var(--base-white);
    border-color: var(--base-white);
}
.sidebar .widget-area.widget_border .widget:not(.widget-contact) {
    padding: 15px 0 15px;
    overflow: visible;
    background-color: transparent;
}
.sidebar .widget .widget-title:after {
    display: block;
    content: "";
    position: absolute;
    height: 3px;
    width: 70px;
    left: 0;
    bottom: -2px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0
}
.prt-social-share-links .social-icons.square {
    position: relative;
    margin: 0px !important;
}
.prt-bg.prt-col-bgimage-yes>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
      position: absolute;
    background-color: var(--base-dark);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.80;
    z-index:-1;
}
.sidebar .widget-area.widget_border .widget.widget-banner .spacing-13 {
    padding: 33px 30px 40px;
}
.prt-blog-classic .featured-content .featured-desc {
        padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.sidebar .widget-area.widget_border .widget.widget-banner {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
}
.col-bg-img-seven.prt-col-bgimage-yes {
    overflow: visible;
    margin-top: 30px;
    background-image: url(../images/bg-image/col-bgimage-7.jpg);
    background-position: center;
    height: 100% !important;
    background-size: cover;
    background-repeat: no-repeat;
    z-index:2;
    background-color: var(--base-dark);
}
.widget.widget-banner .prt-col-wrapper-bg-layer .layer-content .widget-text {
    position: absolute !important;
    z-index: 10;
    top: 51px !important;
    overflow: visible;
}
.sidebar .widget-area.widget_border .widget.widget-banner .widget-title {
    border-bottom-color: rgba(255, 255, 255, .7);
    position: relative;
}
.widget-categories ul {
    padding: 0;
    margin: 20px 0 0;
    list-style-type: none;
}
.widget-categories ul li a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    padding-top:4px;
    text-transform: capitalize;
}
.widget-categories ul li {
    padding-bottom: 12px;
    padding-top: 12px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.09);
    position: relative;
}
.widget-categories ul li:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0;
}
.widget-categories ul li a:before {
    position: absolute;
    content: "\e65d";
    font-family: "themify";
    top: -2px;
    left: 0;
    font-size: 14px;
    line-height: 30px;
}
.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: var(--base-white);
}

/* widget-nav-menu */
.widget.widget-nav-menu:after {content: unset !important;}
.widget.widget-nav-menu ul li {
    padding-bottom: 10px;
    border: 0;
    position: relative;
}
.widget.widget-nav-menu ul li a {
    display: inline-block;
    padding: 13px 15px !important;
    position: relative;
    background-color: #e6e5e1;
    font-family: "Tiro Devanagari Hindi";
    color: var(--base-dark);
    z-index: 1;
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    box-shadow: 0px 0px 7px 0px rgb(43 52 59 / 6%);
}
.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;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    right: auto;
    top: 8px;
    bottom: 0;
}
.widget.widget-nav-menu ul li a {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 10px 20px; /* adjust as needed */
  z-index: 1;
}

.widget.widget-nav-menu ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--base-skin);
  transform: translateY(-50%) scaleY(0);
  transform-origin: center;
  z-index: -1;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.widget.widget-nav-menu ul li a:hover::before,
.widget.widget-nav-menu ul li.active a::before {
  transform: translateY(-50%) scaleY(1);
}

.widget.widget-nav-menu ul li a:hover,
.widget.widget-nav-menu ul li.active a {
    color: var(--base-white);
    background-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 {
    display: block;
    max-width: 80px !important;
    height: 80px !important;
    float: left;
}
.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>li .post-date {
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
    padding: 0;
}
.widget ul.prt-recent-post-list>li .post-date i {
    margin-right: 6px;
    font-size: 11px;
}
.widget ul.prt-recent-post-list>li>.post-detail a {
    font-weight: 400;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 25px;
    text-transform: none;
}
.widget ul.prt-recent-post-list>li>.post-detail a:hover {color: var(--base-skin);}
.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 a {
    display: inline-block;
    padding: 5px 20px;
    margin: 0 2px 10px;
    border: 1px solid rgb(0 0 0 / 20%);
    font-size: 15px !important;
    background-color: transparent;
    font-weight: 400;
    color: var(--base-bodyfont-color);
    text-transform: capitalize;
}
.widget .tagcloud a:nth-last-child(-n+2) {margin-bottom: 5px;}



/*prt-blog-classic    */
.prt-sidebar-right .widget.widget-search #search-blog::placeholder {color: var(--base-bodyfont-color);}
.prt-sidebar-right .widget.widget-search #search-blog {
    color: #242c42;
    padding: 11px 55px 11px 15px;
}
.prt-sidebar-right .widget.widget-search #search-blog:focus {border-color: var(--base-skin);}
.prt-sidebar-right .widget.widget-categories .widget-title.blog {font-weight: 400 !important;}
.prt-sidebar-right .featured-imagebox-post .post-title.featured-title h5{
    font-size: 28px;
    line-height: 38px;
    position: relative;
    word-wrap: break-word;
    margin-bottom: 4px;
    text-transform: capitalize;
}



/*prt-quotes-block*/
.prt-quotes-block {
    background-color: var(--base-grey);
    padding: 55px 40px;
    text-align: center;
    width: 317px;
    height: 300px;
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 9;
}
.prt-quotes-block h3 {
    font-size: 24px;
    line-height: 43px;
    font-weight: 500;
    color: var(--base-headingfont-color) !important;
}
.prt-quotes-block h3 span {
    background-color: var(--base-dark);
    color: var(--base-white);
    padding: 0 4px;
}


/*image-overlay*/
.prt-single-image-overlay {
    position: absolute;
    top: -37%;
    left: -146px;
    animation: leaf 30s linear infinite;
}
@keyframes leaf {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0px, 0);
        transform: translate3d(-10px, 0px, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

/*prt-appointment-block*/
.prt-appointment-block {
    position: relative;
    border: 1px solid rgba(255 255 255 / 0.15);
    background-color: rgba(255 255 255 / 0.06);
    border-radius: 10px;
    padding: 40px 50px 60px;
}

/*contactblock*/
.prt-contactblock {
    position: relative;
    background-color: var(--base-white);
    box-shadow: 0 0 46px rgb(14 34 7 / 6%);
    border-radius: 10px;
    padding: 60px 100px 70px;
    text-align: center;
}
.prt-contactblock h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
}


/*cta-section*/
.cta-section{
    padding: 0 70px;
    overflow: hidden;
}
.cta-section-wrapper{
    background: url(../images/bg-image/row-bgimage-07.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 90px  0 110px;
    border-radius: 0 75px;
}
.prt-section-title2 h2{
    font-size: 100px;
    line-height: 110px;
    font-family: "Tiro Devanagari Hindi";
    font-weight: 400;
    color: white;
    margin-bottom: 30px;
    font-style: italic;
}
.prt-section-title2 h2 span{
        font-style: italic;
}
.cta-link-wrapper{
    margin-bottom: 20px;
}
.cta-link  a{
    font-size: 34px;
    line-height: 42px;
    font-weight: 400;
    color: var(--base-white) !important;
    font-family: "Tiro Devanagari Hindi";
}
.cta-section .prt-whitebg-btn{
    padding: 30px 0 0 ;
}
.cta-section .prt-whitebg-btn a:after{
    top: 0;
    left: 46.5%;
}
.cta-section .prt-whitebg-btn a span{
    top: 0;
    left: 30px;
}


/* cta section-01*/
.cta-section-01{
    padding: 100px 0 45px;
}
.cta-section-01 .page-title-heading h2{
    color: var(--base-dark);
    text-transform: none;
}
.location-box-wrapper{
    padding:10px 0;
}
.location-info-box .box-title h3{
    font-size: 22px;
    line-height: 32px;
    font-family: var(--base-headingfont);
    font-weight: 400;
    text-transform: capitalize;
}
.cta-section-01 .title-desc{
    width: 100%;
}
.location-info-box .box-desc p span.address{
    text-transform: capitalize;
    font-family: var(--base-bodyfont);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--base-bodyfont-color);
}
.location-info-box .box-desc p  a{
    color: var(--base-bodyfont-color);
    word-wrap: break-word;
}
.location-info-box .box-desc p  a:hover ,
.location-info-box .box-desc span a:hover { color: var(--base-skin);}
.location-info-box .box-desc p{

    margin-bottom: 10px !important;
}
.location-info-box .box-desc span:last-child{
    font-family: "Tiro Devanagari Hindi";
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: var(--base-dark);
}
.cta-section-01 .social-link-wrapper ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.cta-section-01 .social-link-wrapper ul li{ 
   display: inline-block;
   margin-bottom: 5px;
}
.cta-section-01 .social-link-wrapper ul li a{
    font-size: 15px;
    line-height: 30px;
    display: block;
    padding: 2px 17px;
    border: 1px solid #a8a8a8;
    border-radius: 16px !important;
    background-color: transparent;
    margin-right: 10px;
    height: auto;
}
.cta-section-01 .social-link-wrapper ul li a:hover{
    border-color: var(--base-skin);
    background-color: var(--base-skin);
    color: var(--base-white);
}


/* cta-section-02 */
.cta-section-02 {
    padding: 50px 0 70px;
}
.cta-section-02 .prt-btn-style{
    float: right !important;
    padding: 0;
    color: var(--base-dark);
}
.cta-section-02 .prt-btn:after{
    border-color: var(--base-dark);
}
.cta-section-02 .prt-btn span{
    top: -10px;
    left: 22px;
    padding: 0;
    color: black;
}
.cta-section-02 .prt-btn:hover span{
    color: var(--base-skin);
    left: 40px;
}
.cta-section-02 .prt-btn{
    height: 0;
}
.cta-section-02 .prt-btn:after{
    top: -45px;
    left: 20px;
}
.cta-section-02 .prt-btn span:before{
    top: -2px;
}




/*.prt-cta-mainblock {
    display: flex;
    align-items: center;
    justify-content: center;
}
.prt-cta-call p {
    color: var(--base-headingfont-color);
    margin-bottom: 0;
}
.prt-cta-call p a {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}
.prt-cta-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 0;
}
.prt-cta-title span {
    position: relative;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    font-style: italic;
    color: var(--base-dark);
}
.prt-cta-title span:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    bottom: 2px;
    left: 0;
    background-color: var(--base-skin);
}
.prt-cta-title {
    position: relative;
    padding-left: 25px;
    margin-left: 25px;
}
.prt-cta-title:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    bottom: 2px;
    left: 0;
    background-color: rgba(14 35 7 / 0.20);
}
*/





/*.prt-marquebox*/
.marquee {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.marquee-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.marquee-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: var(--base-headingfont);
    color: var(--base-white);
    display: inline-block;
    text-align: center;
    padding: 0 35px;
}
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.marquee-item.style1 .marquee-content{animation: scroll-left 70s linear 0s infinite normal none running; margin: 16px 0;}
.marquee-item.style2 .marquee-content{animation: scroll-right 70s linear 0s infinite normal none running;margin: 16px 0;}

.marquee-content {animation: scroll 100s 3s linear infinite;}
.marquee-text {position: relative;}
.marquee .marquee-content {background-color: transparent;}
.marquee-content .marquee-text h2 {
    color: var(--base-white);
    font-size: 155px;
    line-height: 160px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 400;
    font-family:Tiro Devanagari Hindi;
}
.showboxcard-section .showboxcard-content .showboxcard-marquee {
    top: 0;
    bottom: 0;
}

/*marquee-itme style2*/
.marquee-item.style1 {
  position: relative;
overflow: hidden;
top: 7;

}
.marquee-item.style2 {
  position: relative;
  z-index: 30;
  margin-bottom: 20px;
  margin-top: -415px;
}



/* marquee-section*/
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
.marquee-section{
    padding: 35px 0 0 ;
}
.marquee-section .marquee-section-content{
    animation: scroll-left 10s linear 0s infinite normal none running;
}
.marquee-section .marquee-section-content:hover {
    animation-play-state: paused;
}
.marquee-section-content{
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;   
}
.marquee-box{
    display: flex;
    animation: marquee 12s linear infinite;
    white-space: nowrap;
    animation-fill-mode: forwards;
}
.marquee-section .marquee-text{
display: inline-block;
    font-size: 95px;
    line-height: 105px;
    background: linear-gradient(to right, var(--base-dark) 0%, var(--base-dark) 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-stroke: 1px var(--base-dark);
    transition: background-position 0.6s ease;
    cursor: pointer;
}
.marquee-section .marquee-text:hover {
    background-position: left bottom;
      cursor: pointer;
}
.marquee-wrapper:hover .marquee-track {
    animation-play-state: paused;
}





/*mask-wrapper*/
.appointment-mask-wrapper {
    position: relative;
    text-align: center;
}
.appointment-mask-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-image: url(../images/bgimage-01.png);
    background-repeat: no-repeat;
}
.appointment-mask-image-circle {
    position: relative;
    z-index: 2;
    width: 410px;
    height: 418px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    --svg: url('data:image/svg+xml,\<svg enable-background="new 0 0 24 24" height="418" viewBox="0 0 24 24" width="410" xmlns="http://www.w3.org/2000/svg"><path d="m21.91 14.835-4.91-2.835 4.91-2.835c.478-.276.642-.888.366-1.366l-1.5-2.598c-.276-.478-.887-.642-1.366-.366l-4.91 2.835v-5.67c0-.552-.448-1-1-1h-3c-.552 0-1 .448-1 1v5.67l-4.91-2.835c-.479-.276-1.09-.112-1.366.366l-1.5 2.598c-.276.478-.113 1.09.366 1.366l4.91 2.835-4.91 2.835c-.478.276-.642.888-.366 1.366l1.5 2.598c.276.478.888.642 1.366.366l4.91-2.835v5.67c0 .552.448 1 1 1h3c.552 0 1-.448 1-1v-5.67l4.91 2.835c.478.276 1.09.112 1.366-.366l1.5-2.598c.276-.478.113-1.09-.366-1.366z"/></svg>');
    -webkit-mask: var(--svg);
    mask: var(--svg);
    animation: appointment_bgimage 15s linear infinite;
    margin: 0 auto;
}
.appointment-mask-image-circle:before {
    content: "";
    inset: -10%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../images/single-img-04.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    animation: inherit;
    animation-direction: reverse;
}
@keyframes appointment_bgimage {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* cursor */
.prt-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: opacity .3s, color .4s;
    -o-transition: opacity .3s, color .4s;
    -moz-transition: opacity .3s, color .4s;
    transition: opacity .3s, color .4s;
}
.prt-cursor.-visible:before {
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2)
}
.prt-cursor.-visible.-active:before {
    -webkit-transform: scale(.23);
    -moz-transform: scale(.23);
    -ms-transform: scale(.23);
    -o-transform: scale(.23);
    transform: scale(.23);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}
.prt-cursor.-pointer:before {
    -webkit-transform: scale(.15);
    -moz-transform: scale(.15);
    -ms-transform: scale(.15);
    -o-transform: scale(.15);
    transform: scale(.15)
}
.prt-cursor.-text:before {
    opacity: 1;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7)
}
.prt-cursor.-text .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.prt-cursor.-text.-active:before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}
.prt-cursor.-tooltip:before {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}
.prt-cursor.-tooltip .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    justify-content: unset;
    align-items: unset
}
.prt-pfbox-overlay {
    padding: 23px 15px 28px;
    text-align: center;
    background-color: var(--base-dark);
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -30%;
    top: auto;
    transition: 500ms all linear 0ms;
    opacity: 0;
    overflow: hidden;
    display: none;
}
.prt-cursor .ctaimg-title a {
    display: inline-block;
    border-radius: 8px;
    padding: 12px 50px 12px 25px;
    background-color: var(--base-white);
    font-family: var(--base-headingfont);
    color: var(--base-headingfont-color);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 8%);
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
}
.prt-cursor .ctaimg-title a:before {
    content: "\e627";
    font-family: 'themify';
    position: absolute;
    right: 25px;
    color: var(--base-headingfont-color);
    transform: rotate(45deg);
    font-size: 14px !important;
    line-height: 26px;
    font-weight: 800;
}



/* about-section */
.animate-box {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap; 
}
.about-section .prt-section-title h3{
    padding: 0 10px 0 0;
}
.about-section{
    padding: 94px 0 40px;
}
.about-section .prt-section-title .animation-text span{
    font-style: normal;
}
.animate-box .pretitle {
  white-space: nowrap;
  flex: 0 0 auto;
  display: flex;
  align-self: center;
}
.section-label {
  font-size: 15px;
  line-height: 18px;
  font-family: "Poppins",Sans-serif;
  letter-spacing: 1px;
  color: var(--base-dark);
  text-transform: uppercase;
  font-weight: 400;
  white-space: nowrap;
}
.pretitle{
    margin:  0 0 5px 0;
}
.pretitle span{
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: var(--base-dark);
}
.prt-section-title h3 {
    font-size: 64px;
    font-weight: 400;
    line-height: 75px;
    margin: 0;
    margin-bottom: 10px;
    white-space: normal; 
    letter-spacing: 0.3px; 
}
.prt-section-title span{
    font-style: italic;
    letter-spacing: 0;
}
.animate-box .prt-section-title{
    padding: 0 0 0 240px;
}
.animation-text span{
    opacity: 0.2;
}



/* about-section-02 */
.about-section-02{
    padding: 15px 0 80px;
}
.about-section-02 .right {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  padding: 20px 0;
  padding-left: 50px;
}
.tab-wrapper:first-child{
    border-left: 1px solid;
    border-radius: 15px;
    overflow: hidden;
    display: inline-table;
    margin-left: -15px;
}
.tab-wrapper {
    border-color: var(--base-skin);
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
    display: flex;
    margin-left: -15px;
}
.tab-btn {
  display: flex;
  width: 100%;
  background: transparent;
  color: var(--base-dark);
  font-size: 22px;
  line-height: 32px;
  padding: 80px 15px 0 15px;
  font-family: var(--base-headingfont);
  cursor: pointer;
  text-align:center;
  outline: none;
  font-weight: 400;
  transition: all 0.3s ease;
  writing-mode: vertical-rl;
}
.tab-wrapper:not(:first-child) .tab-btn{
    padding: 0 20px 0 26px;
    justify-content: center;
}

.tab-btn.hidden {
  display: none;
}
.tab-content {
  display: none;
  padding: 55px 20px;
  background: #3b3b3b;
  color: #eee;
/*  animation: fadeIn 0.3s ease-in-out;*/
}
.tab-content h4 {
  margin-top: 0;
  color: var(--base-white);
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 32px;
  letter-spacing: 0.3px;
}
.tab-content p { 
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
  color: var(--base-white); 
}
.tab-icon i{
    color: rgba(255, 255, 255, .5);
    font-size: 100px;
    position: relative;
    float: right;
    margin-top: -20px;
}
.tab-content.active {
    display: block;
    background-color: var(--base-skin);
    border-radius: 10px;
    padding: 40px 40px 40px;
    z-index: 2;
    width: 100%;
    width: 100%;
    overflow: hidden;
}
.tab-content.active .tab-wrapper{
    border: none ;
}



/* single-section */
.sevice-section .prt-boxes-row-wrapper {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid var(--base-white);
}
.about-section .prt_single_image-wrapper.prt_single_image-about .prt-about-bg.elementor-widget-container {
    top: 0px;
    left:-175px;
    z-index: 0;
    position: absolute;
    width:763px!important;
}
.prt_single_image-wrapper.prt_single_image-about .tm-reveal-direction-lr.rl .elementor-widget-container {
    margin-right: -229px;
    padding-top: 57px;
    z-index: 1;
    padding-bottom: 80px
}



/*team-member-single*/
.prt-row.team-single-section {
    padding-top: 82px;
    padding-bottom: 42px;
}
.prt-team-member-single-content{
    background: url(../images/bg-image/row-bgimage-14.png);
}
.prt-row.team-single-section .prt-featured-wrapper{
    height: 100%;
}
.featured-thumbnail{
    height: 100%;
}
.prt-row.team-single-section .featured-thumbnail img{
    height: 100%;
    object-fit: cover;
}
.prt-team-member-single-content .prt-team-member-single-list .prt-team-member-single-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    text-transform:capitalize;
}
.team-member-single-content h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.prt-team-member-single-content .prt-team-member-detail {
    padding-top: 70px;
    padding-bottom: 100px;
    padding-left: 30px;
}
.prt-team-member-detail .prt-social-links-wrapper {
    margin-top: 30px;
}
.prt-team-member-detail .social-icons.square li>a{
    border-color: #e7e7e7;
}
.social-icons.square li>a:hover {
    background-color: var(--base-skin);
    color: white !important;
}
.team-info-section {
    padding: 0;
}
.prt-testimonial-box-style1 .testimonial-title {
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(3 3 3 / 50%);
    position: relative;
}
.team-single-section-style{
    padding: 0px 0 0px 0;
}
.team-single-form .prt-btn span{
    color: var(--base-dark);
    left: 30px;
    top: 20px;
    letter-spacing: 0.3px;
    font-weight: 600;
    font-family: var(--base-headingfont);
}
.team-single-form .prt-btn:hover span{
    left: 20px;
    color: var(--base-skin);
}
.team-single-form .prt-btn span:before{
    display: none;
}
.team-single-form .prt-btn:after{
    border-color: var(--base-dark);
    left: 0;
    top: 5px;
}
.team-info-section .toggle-title a{    
    border: 1px solid rgba(0, 0, 0, .1) !important;
    padding: 15px 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.team-info-section .toggle-title a.active{
    margin-bottom: 0;
}
.accordion .toggle .toggle-title a:after{
    top: 18px;
    right: 30px;
}
.team-info-section .toggle-link{
    line-height: 28px;
    font-family: var(--base-headingfont);
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    padding-left: 0;
    outline: none;
    text-transform: capitalize;
}
.team-info-section .toggle-content{
    padding: 20px 20px 20px 30px;
}
.featured-imagebox.featured-imagebox-team.style2 { 
    overflow: hidden;
    position: relative;
}
.featured-imagebox-team.style2 .featured-thumbnail img{
    transition: .4s ease-in-out;
} 
.featured-imagebox-team.style2 .prt-media-link{
    opacity: 0;
    position: absolute;
    top: -16px;
    left: auto;
    bottom: 0;
    right: -40px;
    width: 17%;
    padding-top: 74px;
    padding-left: 5px;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    text-align: center;
}
.featured-imagebox-team.style2:hover .prt-media-link {
    opacity: 1;
    z-index: 1;
    right: 0;
}
.featured-imagebox-team.style2:hover .prt-media-link{
    background-color:var(--base-white) ;
}
.featured-imagebox-team.style2 .media-block .social-icons li {
    list-style: none;
    padding-bottom: 15px;
    margin: 0;
    display: block;
}
.featured-imagebox-team.style2 .media-block .social-icons li a{
    color: var(--base-dark);
}
.featured-imagebox-team.style2 .media-block .social-icons li:hover a{
    color: var(--base-skin);
}
.featured-imagebox-team.style2 .featured-content {
    position: relative;
    padding: 15px 25px 17px;
    background-color: var(--base-white);
}
.featured-imagebox-team.style2 .featured-content .featured-title h3 {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: capitalize;
}
.featured-imagebox-team.style2 .featured-content .featured-title h3:hover a{
    color: var(--base-skin);
}
.featured-imagebox-team.style2 .team-position {
    font-size: 13px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.team-section .featured-imagebox {
    margin: 0;
}
.team-section{
    padding-top: 10px;
    padding-bottom: 0;
}



/* Testimonial image style */
.prt-testimonial-box-style1 {
    cursor: pointer;
    position: relative;
    text-align: center;
}
.prt-testimonial-box-style1 .testimonial-img img {
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    max-width: 85px;
    border: 1px solid var(--base-skin);
}
.testimonials-section {
   padding: 95px 0px 18px 0px;
}
.prt-testimonial-box-style1 .testimonial-caption h3 {
    font-size: 26px;
    line-height: 36px;
    margin: 10px 0;
    text-align: center;
    transition: all 0.5s ease 0s;
    text-transform: capitalize;
}
.prt-testimonial-box-style1 .testimonial-caption h3:hover ,.pricing-plan-section .prt-p_table-body .prt-p_table-title h3 a:hover{color: var(--base-skin);}
.testimonials-section .prt-boxes-row-wrapper .prt-box-col-wrapper:nth-child(even) {transform: translateY(-60%);}
.prt-testimonial-box-style1 .testimonial-avatar-main:nth-child(even) {
    border-top: 1px solid var(--base-dark);
}
.prt-box-col-wrapper:nth-child(even) .prt-testimonial-box-style1 .testimonial-img img {
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    max-width: 85px;
    border: 1px solid var(--base-skin);
}
.prt-testimonial-box-style1 .testimonial-caption p {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    z-index: 5;
    font-size: 18px;
    line-height: 30px;
    font-style: normal;
}
.testimonials-section .prt-boxes-row-wrapper .tm-box-col-wrapper .prt-testimonial-box-style1 {
    position: relative;
}
.testimonials-section .prt-testimonial-box-style1 .testimonial-avatar-main {
    width: 100%;
    padding-top: 56px;
    margin-top: 10px;
}



/* Specific adjustments for slick-slider items */
.row .col-lg-12.slick-slide.slick-current.slick-active+.slick-active .prt-testimonial-box-view-style1 .testimonial-title::before {
    left: 55px;
}
.row .col-lg-12.slick-slide.slick-current.slick-active+.slick-active .prt-testimonial-box-view-style1 .testimonial-title::after {
    left: 50px;
}
.row .col-lg-12.slick-slide.slick-current.slick-active+.slick-active .prt-testimonial-box-view-style1 .testimonial-title {
    margin-left: -30px;
    margin-right: -30px;
}
.prt-testimonial-box-view-style1 .testimonial-text .testimonial-blockquote {
    font-size: 20px;
    line-height: 30px;
    transition: all 0.7s ease-in-out;
    font-style: italic;
    font-weight: 300;
    padding: 25px 0 0;
    margin: 0;
    font-family: var(--base-bodyfont);
}
.prt-testimonial-box-view-style1 .testimonial-content .testimonial-avatar,
.prt-testimonial-box-view-style1 .testimonial-content .testimonial-caption {
    display: table-cell;
    vertical-align: middle;
}
.prt-testimonial-box-view-style1 .testimonial-content .testimonial-caption {
    text-align: left;
    padding: 0 0 0 20px;
}
.prt-testimonial-box-view-style1 .testimonial-content .testimonial-caption .caption-text {
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: 300;
    color: var(--base-headingfont-color);
}
.slick-slide:nth-child(even) .testimonial {
    width: 80%;
    transform: scale(0.9);
}
.slick-slide:nth-child(odd) .testimonial {
    width: 100%;
    transform: scale(1.1);
}


/*counter-section*/
.counter-section{
    padding: 100px 0 50px;
    position: relative;
}
.counter-section .prt-counter-contain {
    margin-top: 298px;
    margin-left: 70px;
    margin-bottom: 35px;  
}
.counter-section .prt-section-title h3{
    font-size: 34px;
    line-height: 46px;
    font-family: var(--base-headingfont);
    font-weight: 400;
    letter-spacing: 0.3px;
}
.counter-section .prt-section-title h3 span{
    font-style: normal;
}
.counter-section .col-49{
    width: 49%;
}
.counter-section .prt-section-title{
    padding: 0 20px 0 0;
}
.counter-section .col-51{
    width: 51%;
    padding: 5px 15px 0 35px !important;
}
.prt-fid.inside.style1 h3{
    font-size: 64px;
    line-height: 74px;
    color: var(--base-dark);
    font-weight: 600;
    margin-bottom: 3px !important;
}
.prt-fid.inside.style1.prt-fid-box .prt-fid-suffix{
        font-size: 50px;
    color: var(--base-dark);
    left: -10px;
    position: relative;
        text-align: left;
}

.prt-fid.inside.style1 h4{
    font-size: 22px;
    line-height: 35px;
    position: relative;
    padding-top: 10px;
    color: var(--base-dark);
    font-weight: 400;
}
.prt-fid.inside.style1 .prt-fid-title:before{
    content: '';
    position: absolute;
    background-color: rgba(63, 60, 55, .302);
    width: 100%;
    height: 1px;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
}









.counter-section .elementor-widget-container {margin-top: 37px;}
.prt-reveal-direction-lr.active img {transform: scale(1) translate(0px, 0px);}
.prt-reveal-direction-lr img {
    transform-origin: 50% 50%;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
    transform: scale(1.5) translate(-100px, 0px);
}
.prt-counter-contain .prt-contain-wrapper {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.counter-section .elementor-widget-container img{
   height: 600px;
   width:640px;
}
.prt-contain-wrapper .counter-box-icon {padding-right: 30px;}
.prt-contain-wrapper .counter-box-icon i {
    color: var(--base-skin);
    font-size: 80px;
    top: 0;
}
.prt-contain-wrapper .counter-box-icon .icon-menu:before {margin: 0;}
.prt-contain-wrapper h3 {
    font-size: 80px;
    line-height: 90px;
    padding-top: 13px;
}
.prt-counter-contain .prt-contain-title {
    text-align: left;
    border-top: 1px solid #e6e6e6;
}
.prt-contain-title .contain-title h3 {
    padding-top: 20px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize;
}



/* image-effect */
.prt_direction-imgbox_wrapper {margin-left: 56px;}
.prt_direction-imgbox_wrapper.rl {margin-left: -215px;}
.tm-reveal-effects-yes.tm-reveal-direction-lr {
    text-align: left;
    width: 100%;
}
.tm-reveal-effects-yes.tm-reveal-direction-lr.rl {text-align: right;}
.tm-reveal-direction-lr .elementor-widget-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
.tm-reveal-direction-lr .elementor-widget-container {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.tm-reveal-direction-lr.rl .elementor-widget-container {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.tm-reveal-direction-lr.rl.active .elementor-widget-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.tm-reveal-direction-lr.active .elementor-widget-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.tm-reveal-direction-lr .elementor-widget-container img {
    z-index: 1;
    transform-origin: 50% 50%;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
    transform: scale(1.5) translate(-100px, 0px);
}
.tm-reveal-direction-lr.active .elementor-widget-container img {
    transform: scale(1) translate(0px, 0px);
}



/* portfolio-details */
.project-single-section{
    position: relative;
    padding-top: 82px;
    z-index: 10;
    padding-bottom: 0;
}
.prt-pf-single-content-area{
    padding-top: 40px;
}
.project-single-section .prt_single_image-wrapper{
    position: relative;
}
.prt_single_image-wrapper img{
    width: auto;
}
.prt-pf-single-detail-box-inner{
    position: absolute;
    width: 41.666667%;
    bottom: -40px;
    right: 1px;
}
.project-single-section .prt-pf-single-content-wrapper{
    position: relative;
}
.prt-pf-single-detail-box{
    margin-top: 15px;
    display: block;
    height: 100%;
    padding: 40px 25px 16px 40px;
}
.prt-pf-single-detail-box h2{
    position: relative;
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 6px;
    color: var(--base-white) !important;
    font-family: var(--base-headingfont);
    font-weight: 400;
    text-transform: capitalize;
}
.prt-pf-single-detail-box ul{
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
}
.prt-pf-single-detail-box ul li{
    position: relative;
    display: inline-block;
    padding: 15px 0;
    width: 48%;
}
.prt-pf-detailbox-list .prt-pf-data-title{
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize;
    font-family: var(--base-bodyfont);
    color: var(--base-white);
}
.prt-pf-detailbox-list .prt-pf-data-details{
    display: block;
}   
.prt-single-pf-footer{
    display: ruby-text;
}
.project-single-section .prt-social-share-title{
    font-size: 17px ;
    font-weight: 500;
    color: var(--base-white);
    line-height: 26px;
    margin-top: 5px;
    margin-right: 5px;
    padding-right: 10px;
    text-transform: capitalize;
}

.project-single-section .prt-social-share-links ul{
    list-style-type: none;
    display: inline-block;
}

.project-single-section .prt-social-share-links ul li{
    width: auto;
    display: inline-block;
    padding: 0;
    padding-right: 6px;
}

.project-single-section .prt-social-share-links ul li a{
    color: var(--base-white);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.project-single-section .social-icons.square li>a:hover{
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: var(--base-skin);
}
.prt-pf-single-content-area h2{
    font-size: 30px;
    line-height: 40px;
    font-family: "Tiro Devanagari Hindi";
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.prt-pf-single-content-area P{
    margin-bottom: 20PX;
}
.widget_media_gallery{
    display: flex;
    padding-top: 42px;
}
.gallery-item{
    padding: 0 1.1400652% 2.2801304%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: auto;
    margin: 0;
}
.widget_media_gallery .img-fluid{
    max-width: 100%;
    width: auto;
    height: auto;
}
.project-single-section .featured-icon-box{
    margin: 0;
}
.project-single-section .prt-icon.prt-icon_element-fill.prt-icon_element-color-skincolor{
    margin-right: 40px;
}
.project-single-section .featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon{
    padding: 0;
}
.project-single-section .featured-content{
    padding: 0 !important;
}
.project-single-section .featured-icon-box .featured-content .featured-desc p{
    -webkit-line-clamp: 6;
}
.project-single-section .prt-icon.prt-icon_element-size-md i{
font-size: 30px;
}
.project-single-section .prt-icon.prt-icon_element-size-md{
    height: 30px;
    width: 30px;
    padding: 18px;
}
.project-single-section .featured-title h3{
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 8px;
    font-weight: 400;
    text-transform: capitalize;
}
.project-single-section  .prt-btn{
    height: auto;
    width: auto; 
    padding: 13px 30px;;
}
.project-single-section .prt-nextprev-bottom-nav{
    position: relative;
    margin-bottom: 35px;
    margin-top: 25px;
    border-top: 1px solid #e3e3e3;
    
/*    margin-right: -10px;*/
}
.project-single-section .prt-nextprev-bottom-nav .col-lg-12{
    width: 50%;
}
.project-single-section .prt-nextprev-bottom-nav  .btn-inline{
    font-size: 16px;
    line-height: 16px;
    font-family: var(--base-headingfont);
    font-weight: 400;
    padding: 15px 30px 14px;
    transition: all .2s ease-in-out;
    display: inline-block;
    border: 1px solid transparent;
    text-align: center;
    text-transform: capitalize;
}
.project-single-section .featured-imagebox{
    margin: 0;
    margin-bottom: 30px;
}
.project-single-section  .prt-nextprev-bottom-nav .btn-inline.prt-icon-btn-left{
       float: left;
       margin-left: 3px;
}
.project-single-section .prt-nextprev-bottom-nav .btn-inline.prt-icon-btn-right{
    float: right;
    margin-right: 5px;
}
.project-single-section .prt-nextprev-bottom-nav .btn-inline.prt-icon-btn-left:hover,
.project-single-section .prt-nextprev-bottom-nav .btn-inline.prt-icon-btn-right:hover{
    background-color: black;
    color: white;
}
.project-single-section .prt-pf-single-related-wrapper h3{
    font-size: 34px;
    line-height: 75px;
    margin-bottom: 20px;
}
.prt-pf-single-related-wrapper{
    padding-top: 10px;
    padding-bottom: 30px;
}





/* showcase section */
/*.interior-showcase-section{
     padding: 0 55px !important;
}
.interior-wrapper {
    border: 1px solid var(--base-dark);
    border-radius: 0 75px;
    overflow: hidden;
}
.interior-container{
    padding: 50px 50px 50px 30px;
    display: flex;
    margin: 10px 0;
}
.interior-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
}
.interior-image img {
    border-radius: 10px;
    object-fit: cover;
    transition: all .6s ease,transform .6s ease;
    width:  auto    ;
}
.interior-content {
    width: 70%;
    padding-left:30px;
}
.interior-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.interior-list li {
    border-bottom: 1px solid ;
    padding: 20px 0 20px;
    cursor: pointer;
    transition: color 0.3s;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}
.interior-list li .mobile-img {
    display: none;
}
.interior-list h4 {
    font-family: var(--base-headingfont);
    font-weight: 400;
    width: 35%;
    font-size: 28px;
    line-height: 38px;
    color: rgba(0, 0, 0, .5);
    transition: 0.3s;
}
.interior-list p {
    padding-right: 100px;
    padding-left: 50px;
    margin: 0;
    font-family: var(--base-bodyfont);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: rgba(0, 0, 0, .3);
}
.interior-list li.active h4{
    color: var(--base-dark);
}
.interior-list li.active p {
    color: rgba(0, 0, 0, .7);
}
.showcase-title{
    display: flex;
    justify-content: space-between;
}
*/
.interior-showcase-section {
    padding: 0 55px !important;
}

.interior-wrapper {
    border: 1px solid var(--base-dark);
    border-radius: 0 75px;
    overflow: hidden;
}

.interior-container {
    padding: 50px 50px 50px 30px;
    display: flex;
    margin: 10px 0;
}

.interior-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    position: relative;
    overflow: hidden;
}
#active-image{
    visibility: visible;
    opacity: 1;
}
.interior-image img {
    border-radius: 10px;
    object-fit: cover;
    width: auto;
    max-width: 100%;

    opacity: 0.2;
    visibility: hidden;

    /* Smooth, natural, slow transitions */
    transition:
        opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1),
        transform 1s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0s linear 1.2s;
    /* transform: scale(1.03); */
}

.interior-image img.show {
    opacity: 1;
    visibility: visible;

    transition:
        opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1),
        transform 1s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0s linear 0s;
    transform: scale(1);
}
.interior-list li h4,
.interior-list li p {
    transition: color 0.6s ease;
}

.interior-list li.active h4 {
    color: var(--base-dark);
}

.interior-list li.active p {
    color: rgba(0, 0, 0, 0.7);
}


.interior-content {
    width: 70%;
    padding-left: 30px;
}

.interior-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.interior-list li {
    border-bottom: 1px solid;
    padding: 20px 0;
    cursor: pointer;
    transition: color 0.3s;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
}

.interior-list li .mobile-img {
    display: none;
}

.interior-list h4 {
    font-family: var(--base-headingfont);
    font-weight: 400;
    width: 35%;
    font-size: 28px;
    line-height: 38px;
    color: rgba(0, 0, 0, 0.5);
    transition: color 0.3s;
}

.interior-list p {
    padding-right: 100px;
    padding-left: 50px;
    margin: 0;
    font-family: var(--base-bodyfont);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: rgba(0, 0, 0, 0.3);
    transition: color 0.3s;
}



.showcase-title {
    display: flex;
    justify-content: space-between;
}


/*  team-section 01  */
.team-section-1{
    padding: 0 70px;
}
.team-section-wrapper{
    border-radius: 0 75px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, .09);
}
.featured-imagebox-team.style1{
    position: unset;
    overflow: hidden;
    margin:0;
}
.featured-imagebox-team.style1 .featured-content-wrapper {
    justify-content: space-between;
    align-items: center;
   width: 50%;  
   position: relative;
    padding: 41px 80px 35px;
    border-bottom: 1px solid rgba(230, 229, 225, .302);   
    background-color: var(--base-skin);
}
.featured-team-style1:hover .featured-content-wrapper,
.featured-team-style1.active .featured-content-wrapper{
    background-color: var(--base-grey) !important;
    padding: 30px 80px 25px;
}
.featured-team-style1.active .featured-content-wrapper .team-social-icon ul,
.featured-content-wrapper:hover .team-social-icon ul{
    display: block;
}
.featured-team-style1.active .featured-content-wrapper .featured-content .featured-title  h3 a,
.featured-content-wrapper:hover .featured-content .featured-title  h3 a{
    color: var(--base-dark) !important;
}
.featured-imagebox-team.style1 .featured-content .featured-title  h3 a{
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: none;
    color: var(--base-white);
    text-transform: capitalize  ;
} 
.team-social-icon ul{
    list-style-type: none;
    padding-right: 40px;
    display: none;
}
.team-social-icon ul li{
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;    
}
.team-social-icon ul li.social-twitter{
    font-size:14px;
}
.team-social-icon ul li:last-child{
    margin-right: 0;
}
.team-social-icon ul li a{
    color: var(--base-dark);
}
.featured-imagebox-team.style1 .featured-imagebox{position:static;}
.featured-team-style1 .featured-imagebox-team.style1 .featured-thumbnail {
    width: 50%;
    height: 100%;
    position: absolute;
    left: auto;
    right: 0px;
    top: 0px;
    visibility: visible;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    background-position: center top;
    opacity: 0;
}
.featured-team-style1 .featured-imagebox-team.style1 .featured-thumbnail img{
    height: 100%;
    object-fit: cover;
}
.featured-imagebox-team.style1:hover .featured-thumbnail img{
    width: 100%;
    height: 100%;
}
.featured-team-style1.active .featured-imagebox.featured-imagebox-team.style1{overflow:visible;}
.featured-team-style1.active .featured-imagebox-team.style1 .featured-thumbnail{
      visibility: visible;
    z-index: 1;
    opacity: 1;
} 
.featured-imagebox-team.style1:hover .featured-thumbnail img{
-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* blog-catagory page */

.catagory.prt-sidebar-right .featured-content.featured-content-post{
     padding: 40px 30px 55px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-top: none;
    margin: 0;
}
.catagory.prt-sidebar-right .blog-grid-section .prt-box-post-date{
    bottom: 35%;
}
.catagory.prt-sidebar-right .featured-content .post-meta .prt-meta-line:not(:last-child){
    border: none;
}
.catagory.prt-sidebar-right .post-meta {
  display: block;          
  align-items: center;    
}

.catagory.prt-sidebar-right .prt-meta-line {
  white-space: nowrap;    
  display: inline-flex;   
  flex-shrink: 0;       
}
.catagory.prt-sidebar-right .blog-grid-section .featured-content .post-meta span{ padding-right:20px }
.catagory.prt-sidebar-right .featured-imagebox-post .featured-content .post-meta span i{
    padding-right: 7px;
}
.catagory.prt-sidebar-right .featured-content .post-meta .prt-meta-line a{
    padding-right: 0;
}
.catagory.prt-sidebar-right .social-icons.square li>a{
    border-color: var(--base-bodyfont-color);
}
.catagory.prt-sidebar-right .social-icons.square li>a:hover{
    background-color: transparent;
    color: var(--base-skin) !important;
    border-color: var(--base-skin);
}
.catagory.prt-sidebar-right .widget .tagcloud a{
    border-radius: 0;
    border: none;
    background-color: var(--base-white);
}
.catagory.prt-sidebar-right .widget .tagcloud a:hover{
    color: var(--base-white) !important;
    background-color: var(--base-skin) !important;
    border-color: var(--base-skin) !important;
}

/* background image */
.col-image .prt-single-image-wrapper{position:relative;}
.col-image .prt-single-image-wrapper .prt-single-image-wrapper-inner img{
    vertical-align: middle;
    display: inline-block;
}
.col-image .prt-single-image-wrapper  .prt-single-image-wrapper-inner{
    right: 6%;
        text-align: right;
    z-index: -1;
    top: -126px;
    position: absolute;
}