/** 
        1. prt-row 

        2. Row-Equal-Height

        3. Bg-Layer 

        4. Row-Bg-Image

        5. Col-Bg-Image

        6. Section-Title 

        7. sep_holder

        8. Buttons

        9. Icons

        10. Fid

        11. featured-icon-box

        12. Featured-imagebox

        13. Progress-Bar

        14. Testimonial

        15. Client-row

        16. Accordion

        17. Wrap-Form

        18. Tab

        19. Boxes-Spacing

        20. Pricing-Plan

        21. Sidebar

**/


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

.prt-row.padding_bottom_zero-section {
    padding: 100px 0 0;
}

.prt-row.padding_top_zero-section {
    padding: 0 0 100px;
}

.prt-row.padding_zero-section {
    padding: 0 0;
}

.prt-row.service-section {
    padding: 100px 0 79px;
}

.prt-row.service-section03 {
    padding: 85px 0 85px;
}

.prt-row.about-section {
    padding: 100px 0 80px;
}

.prt-row.step-section {
    padding: 100px 0 100px;
}

.prt-row.team-section01 {
    padding: 100px 0 85px;
}

.prt-row.team-section02 {
    padding: 100px 0 85px;
}

.prt-row.team-section03 {
    padding: 76px 0 61px;
}

.prt-row.cta-section {
    padding: 84px 0 84px;
}

.prt-row.pricingplan-section {
    padding: 100px 0 90px;
}

.prt-row.team-details-section {
    padding: 82px 0 0;
}

.prt-row.contact-form-section {
    padding: 100px 0 58px;
}

.prt-row.faq-section {
    padding: 100px 0 70px;
}

.prt-row.blog-section.prt-sidebar-right {
    padding: 100px 0 100px
}

.prt-row.client-section-2 {
    padding: 42px 0px 0px;
}

.prt-row.portfolio-grid-3-section {
    padding: 100px 0 62px
}

.prt-row.portfolio-grid-2-section {
    padding: 100px 0 70px
}

.prt-row.blog-grid-col-3-section {
    padding: 85px 0 85px
}

.prt-row.service-section02 {
    padding: 100px 0 85px
}

.prt-row.faq-section_2 {
    padding: 90px 0 100px
}

.prt-row.portfolio-section2 {
    padding: 100px 0 0px
}

.prt-row.portfolio-section3 {
    padding: 100px 0 60px
}

.prt-row.single-project-section {
    padding: 100px 0 85px
}

.prt-row.blog-grid-col-2 {
    padding: 85px 0
}

.prt-row.blog-grid-col-3 {
    padding: 85px 0
}

.prt-row.blog-grid {
    padding: 85px 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 {
    z-index: 2;
    position: relative;
    text-align: center;
    color: var(--base-white);
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.layer-content .prt-sidebar-contact-box .prt-sidebar-subheading {
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 5px;
    text-align: center;
    color: var(--base-white);
    word-wrap: break-word;
}

.layer-content .prt-sidebar-contact-box .prt-sidebar-heading {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}

.layer-content .prt-sidebar-contact-box .prt-sidebar-phone a {
    background: linear-gradient(to right, #27008f 0%, #8d35fd 50%, #27008f 100%);
    background-size: 200% auto;
    moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: var(--base-white);
    padding: 10px 30px 10px 35px;
    font-size: 14px;
    border-radius: 2em;
}

.layer-content .prt-sidebar-contact-box .prt-sidebar-phone a:hover {
    moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(to right, #8d35fd 0%, #27008f 50%, #8d35fd 100%);
    background-position: right center;
}

.layer-content .prt-sidebar-contact-box .prt-sidebar-phone a i {
    top: 2px;
    position: relative;
    left: -5px;
}

.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-image: url(../images/bg-image/row-bgimage-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--base-skin);
}

.bg-img1.prt-bg.prt-bgimage-yes>.prt-bg-layer {
    opacity: 0;
}

.bg-img2 {
    background-image: url(../images/bg-image/row-bgimage-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--base-skin);
}

.bg-img3 {
    background-image: url(../images/bg-image/row-bgimage-3.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-color: rgb(0 0 0 / 65%);
}

.bg-img4 {
    background-image: url(../images/bg-image/row-bgimage-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--base-dark);
}

.bg-img5 {
    background-image: url(../images/bg-image/row-bgimage-5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--base-skin);
}

.bg-img6 {
    background-image: url(../images/bg-image/row-bgimage-05.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--base-skin);
}

.bg-img7 {
    background-image: url(../images/bg-image/row-bg-img07.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--base-skin);
}

/* ===============================================
    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.html);
    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.html);
    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: 56px;
    line-height: 68px;
    font-weight: 600;
}

.section-sub-title h3 {
    font-family: "Sora", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #090716;
    padding-left: 15px;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

.section-sub-title h3:before {
    background: linear-gradient(268.56deg, #27008f -17.17%, #8d35fd 108.51%);
    border-radius: 30px;
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 8px;
    height: 8px;
}
}

.section-title .title-desc p {
    padding-bottom: 15px;
    margin: 0;
}

.section-title.title-style-center_text {
    text-align: center;
}

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

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

/* ===============================================
    7.sep_holder
------------------------*/
.prt-horizontal_sep {
    border-top: 1px solid rgb(0 0 0 / 20%);
    display: block;
    position: relative;
}

.bg-base-dark .prt-horizontal_sep {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.bg-base-skin .prt-horizontal_sep {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-base-white .prt-horizontal_sep {
    border-top-color: #f1f1f1;
}

.border,
.border-top,
.border-left,
.border-bottom,
.border-right {
    border-color: #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;
    display: inline;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid var(--base-white);
    color: var(--base-white);
    padding: 15px 30px;
    -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: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 500;
    border-radius: 28px;
}

.prt-btn:hover {
    background-color: var(--base-white);
    border-color: var(--base-white);
    color: #090716;
}

.btn-wrapper .prt-btn.prt-btn-color-whitecolor:hover .btn-wrappe,
.prt-btn.prt-btn-color-whitecolor:hover {
    color: var(--base-skin);
}

.prt-btn.prt-btn-color-darkcolor:hover {
    color: var(--base-skin);
}

.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-darkcolor:hover {
    color: var(--base-white);
    background-color: var(--base-skin);
    border-color: var(--base-skin);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
    color: var(--base-white);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover {
    background-color: var(--base-first-gradientcolor);
    border-color: var(--base-first-gradientcolor);
    color: var(--base-white);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor {
    background-color: var(--base-white);
    border-color: var(--base-headingfont-color);
    color: var(--base-headingfont-color);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor:hover {
    background-color: var(--base-headingfont-color);
    border-color: var(--base-headingfont-color);
    color: #fff;
}

/** 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-style-border {
    background-color: transparent;
    border: 1px solid currentColor;
}

.prt-btn.prt-btn-color-white.prt-btn-style-border {
    color: #fff;
    border-color: #fff;
    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;
}

.prt-btn.btn-inline i {
    position: absolute;
}

.prt-btn.btn-inline.prt-icon-btn-right i:before {
    content: "\e627";
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: var(--base-lightskin);
    color: var(--base-dark);
    border-radius: 50px;
    transform: rotate(45deg);
    font-weight: 900;
    transition: all 0.3s ease 0s;
}

.prt-btn.btn-inline.prt-icon-btn-right:hover i:before {
    transform: rotate(90deg);
}

.prt-btn.btn-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: #fff;
    display: block;
    position: relative;
}

.prt-play-icon .prt-play-icon-animation {
    display: inline-block;
    position: relative;
}

.prt-play-icon .prt-play-icon-animation:after,
.prt-play-icon .prt-play-icon-animation:before {
    content: '';
    border: 3px solid;
    width: 150%;
    height: 150%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    z-index: -1;
    -webkit-animation: 1s videoplay-anim linear infinite;
    animation: 1s videoplay-anim linear infinite;
}

.prt-play-icon .prt-play-icon-animation:after,
.prt-play-icon .prt-play-icon-animation:before {
    -webkit-animation: videoplay-anim 1.08s infinite;
    -moz-animation: videoplay-anim 1.08s infinite;
    -ms-animation: videoplay-anim 1.08s infinite;
    -o-animation: videoplay-anim 1.08s infinite;
    animation: videoplay-anim 1.08s infinite;
}

.prt-play-icon .prt-play-icon-animation:before {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}

.prt-play-icon-btn .prt-icon.prt-icon_element-size-sm i.fa-play {
    padding-left: 5px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    z-index: 2;
}

.prt-play-icon-btn .prt-icon.prt-icon_element-size-md i.fa-play {
    font-size: 23px;
    z-index: 2;
}

i.fa-play {
    padding-left: 5px;
}

.prt-play-icon-btn .prt-play-icon-animation {
    position: relative;
    display: inline-block;
}

.prt-play-icon-btn .prt-play-icon-animation .prt-icon {
    margin-bottom: 0;
}

.prt-play-icon-btn .prt-play-icon-animation .prt-icon:after {
    content: '';
    position: absolute;
    top: 51%;
    left: 51%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.prt-play-icon-btn .prt-play-icon-animation .prt-icon:after {
    z-index: 1;
    width: calc(100% * 1.25);
    height: calc(100% * 1.25);
    opacity: .4;
    background-color: inherit;
}

.prt-bgcolor-skincolor .prt-play-icon-btn .prt-play-icon-animation:after {
    opacity: .1;
}

.prt-play-icon-btn.animated .prt-play-icon-animation .prt-icon:after,
.prt-play-icon-btn:hover .prt-play-icon-animation .prt-icon:after {
    -webkit-animation: sep-anim 1.05s infinite;
    -moz-animation: sep-anim 1.05s infinite;
    -ms-animation: sep-anim 1.05s infinite;
    -o-animation: sep-anim 1.05s infinite;
    animation: sep-anim 1.05s infinite;
}

@keyframes sep-anim {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

/* ===============================================
    9.Icons
------------------------*/
.prt-icon {
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    box-sizing: content-box;
    position: relative;
}

.prt-icon i {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
}

.prt-icon_element-color-skincolor {
    color: var(--base-skin);
}

.prt-icon_element-color-darkcolor {
    color: var(--base-dark);
}

.prt-icon_element-color-whitecolor {
    color: var(--base-white);
}

.prt-icon.prt-icon_element-fill.prt-icon_element-color-skincolor {
    background-color: var(--base-skin);
    color: var(--base-white);
}

.prt-icon.prt-icon_element-border.prt-icon_element-color-skincolor {
    border: 1px solid var(--base-skin);
    color: var(--base-skin);
}

.prt-icon_element-color-darkgrey {
    color: var(--base-dark);
}

.prt-icon.prt-icon_element-fill.prt-icon_element-color-darkgrey {
    background-color: var(--base-dark);
    color: var(--base-white);
}

.prt-icon.prt-icon_element-border.prt-icon_element-color-darkgrey {
    border: 1px solid var(--base-dark);
    color: var(--base-dark);
}

.prt-icon.prt-icon_element-fill.prt-icon_element-color-grey {
    background-color: var(--base-grey);
    color: var(--base-skin);
}

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

.prt-icon.prt-icon_element-fill.prt-icon_element-color-white {
    background-color: var(--base-white);
    color: var(--base-skin);
}

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

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

.prt-icon.prt-icon_element-size-xs i {
    font-size: 16px;
}

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

.prt-icon.prt-icon_element-size-sm i {
    font-size: 31px;
}

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

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

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

.prt-icon.prt-icon_element-size-lg i {
    font-size: 48px;
}

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

.prt-icon.prt-icon_element-size-xl i {
    font-size: 58px;
}

.prt-icon.prt-icon_element-onlytxt {
    height: auto;
    width: auto;
    line-height: 1;
}

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

/** icon-shape **/
.prt-icon.prt-icon_element-style-round {
    border-radius: 5px;
}

.prt-icon.prt-icon_element-style-rounded {
    border-radius: 50%;
}

.prt-icon.prt-icon_element-style-square {
    border-radius: 0;
}

/* prt-list-style-icon */
.prt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prt-list.prt-list-style-icon.fw-normal li i,
.prt-list.prt-list-style-icon.fw-normal .prt-list-li-content {
    font-weight: normal;
    padding-bottom: 2px;
}

.prt-list.prt-list-style-icon li {
    position: relative;
    padding: 14px 0;
    display: flex;
    align-items: baseline;
    width: 100%;
}

.prt-list.prt-list-style-icon li:last-child {
    padding-bottom: 0;
}

.prt-list.prt-list-style-icon li i.fa-minus:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    height: 2px;
    width: 7px;
    background-color: currentcolor;
}

.prt-list.prt-list-style-icon li i:before {
    content: "\e649";
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 6px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #000;
    background-color: var(--base-grey);
    border-radius: 50px;
}

.prt-list.prt-list-style-icon .prt-list-li-content {
    display: inline-block;
    padding-left: 50px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

/*prt-list-style-icon-01*/
.prt-list.prt-list-style-icon-01 .prt-list-li-content,
.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: #fff;
}

.prt-list.prt-list-style-icon-01 li.prt-list-li-btn:before {
    display: none;
}

.prt-list.prt-list-style-icon-01 .prt-list-li-btn a {
    border: 1px solid var(--base-skin);
    background-color: var(--base-skin);
    padding: 11px 0 9px 0px;
    text-align: center;
}

/*prt-list-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 {
    color: #090716;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 0;
    display: table-cell;
    font-weight: 600;
    margin-bottom: 10px;
}

.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: 0px;
}

.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title {
    padding-left: 15px;
}

.featured-icon-box.icon-align-before-title .featured-title h3 {
    margin-bottom: 0;
}

.featured-icon-box.icon-align-before-content .featured-content .featured-desc p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-icon-box.icon-align-before-title .featured-content {
    margin-top: 15px;
}

.featured-icon-box.icon-align-top-content .featured-content {
    padding-top: 15px;
}

section {
    counter-reset: container
}

.featured-icon-box.icon-flip-hover .prt-icon i {
    transition: all 1s ease;
    display: block;
    transform: translate(0%, 0%) rotateY(0deg);
}

.featured-icon-box.icon-flip-hover:hover .prt-icon i {
    transform: translate(0%, 0%) rotateY(360deg);
}

/* style1 */
.featured-icon-box.style1 {
    overflow: hidden;
    position: relative;
    margin: 15px 0;
    padding: 30px 30px 30px;
    background-color: var(--base-grey);
    border-width: 1px;
    border-style: solid;
    border-color: #ece9e0;
    border-radius: 10px;
    text-align: left;
    width: 100%;
}

.featured-icon-box.style1 .featured-content {
    padding: 0 0 0 20px;
}

.featured-icon-box.style1 .featured-icon .prt-icon i {
    transition-duration: 0s;
    color: var(--base-headingfont-color);
    font-size: 33px;
    background-color: var(--base-skin);
    height: 70px;
    width: 70px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
}

.featured-icon-box.style1:hover .featured-icon .prt-icon {
    transform: rotateY(360deg);
}

.featured-icon-box.style1 .featured-desc p {
    margin-bottom: 0;
}

.featured-icon-box.style1 .featured-title h3 {
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--base-headingfont-color);
}

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

/*style4  */
.featured-icon-box.style4 {
    padding: 28px 30px 25px 30px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.10);
    border-radius: 15px;
    background-color: var(--base-white);
}

.featured-icon-box.style4 .featured-icon-box-inner {
    gap: 20px;
    display: flex;
}

.featured-icon-box.style4 .featured-icon-box-inner .featured-icon .prt-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.5s ease;
    background-color: var(--base-skin);

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.featured-icon-box.style4:hover .featured-icon-box-inner .featured-icon .prt-icon {
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
    background-color: var(--base-first-gradientcolor);
}

.featured-icon-box.style4 .featured-icon-box-inner .featured-icon i {
    font-size: 28px;
    line-height: 28px;
    transition: 0.8s all;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    color: var(--base-white);
}

/*style5*/
.featured-icon-box.style5 {

    background-color: var(--base-grey);
    position: relative;
    margin-top: -143px;
    /* left: 0; */
    padding: 30px;
    border-radius: 15px;
}

.featured-icon-box.style5 .featured-icon-box-inner {
    border: 1px solid var(--base-bordercolor);
    padding: 15px;
    margin-bottom: 20px;
    background-color: var(--base-white);
    border-radius: 15px;
    width: 100%;
}

.featured-icon-box.style5 .featured-icon-box-inner .prt-icon {
    height: auto;
    width: auto;
    line-height: 1;
}

.featured-icon-box.style5 .featured-icon-box-inner .featured-desc p:after {
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    left: 0px;
    top: 7px;
    background-color: var(--base-skin);
    border-radius: 50%;
}

.featured-icon-box.style5 .featured-icon-box-inner .featured-content {
    padding: 0;
}

.featured-icon-box.style5 .featured-icon-box-inner .featured-desc p {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 15px;
}

.featured-icon-box.style5 .featured-icon-box-inner .featured-title h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
}

/*.prt-featured-block*/
.contact-form-section .section-title h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 10px;
}

.contact-form-section .prt-contact-link a,
.contact-form-section .prt-contact-link h3 {
    font-size: 20px;
    line-height: 30px;
    color: #090716;
    padding: 0;
    margin: 0 0 4px;
    border: none;
}

.contact-form-section .social-icons li a {
    border: none !important;
    background: transparent;
    width: auto;
    height: auto;
    line-height: normal;
    position: relative;
    margin-right: 5px;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--base-bodyfont-color);
}

.contact-form-section .social-icons li a:hover {
    color: var(--base-dark);
}

.contact-form-section .social-icons li>a:after {
    content: '';
    width: 0;
    height: 1px;
    display: block;
    background: var(--base-dark);
    position: absolute;
    bottom: 3px;
    top: auto;
    left: 0;
    right: auto;
    margin: 0 auto;
    transition: all 0.5s ease;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.contact-form-section .social-icons li>a:hover:after {
    width: 100%;
    transition: all 0.5s ease;
}

/*style2*/
.team-details-section .featured-icon-box.style3 {
    padding: 20px 20px 15px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #00194C4D !important;
    border-radius: 15px 15px 15px 15px;
    display: flex;
    margin-top: 0;
    margin-bottom: 20px;
}

.team-details-section .featured-icon-box.style3 .featured-icon i {
    fill: #27008F;
    background-color: #27008F;
    border-color: #27008F;
    font-size: 8px;
    line-height: 1;
    text-align: center;
    transition: all .3s;
    display: inline-block;
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    border-radius: 50%;
}

.team-details-section .featured-icon-box.style3 .featured-content {
    padding: 0 0 0 16px;
}

.team-details-conatin.prt-team-data {
    padding-top: 0;
    padding-bottom: 40px;
}

.featured-icon-box.style3 .featured-content .featured-desc p {
    -webkit-line-clamp: 6;
}

/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox {
    margin: 15px 0;
}

.featured-imagebox,
.featured-imagebox .featured-thumbnail {
    position: relative;
    overflow: hidden;
}

.featured-imagebox .featured-thumbnail img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.featured-imagebox:hover .featured-thumbnail img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.featured-imagebox .featured-content .featured-title h3 {
    font-size: 20px;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 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(--body-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: 4px;
    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: #fff;
    margin-bottom: 15px;
}

/* post-1 */
.featured-imagebox-post.style1 {
    /*overflow: hidden;*/
    position: relative;
    padding: 0 0px 30px 0;
    height: fit-content;
}

.featured-imagebox-post.style1 .prt-featured-content-box {
    position: relative;
    box-shadow: 0 3px 25px 0px rgba(43, 52, 59, 0.10), 0 0 0 rgba(43, 52, 59, 0.10) inset;
    border-radius: var(--base-border-shape-15px);
    background-color: var(--base-white);
    text-align: left;
    border-radius: 20px 20px 0 0;
    padding: 30px 30px 28px 30px;
}

.featured-imagebox-post.style1 .prt-featured-content-box .prt-featured-title a h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 10px 0 0;
}

.featured-imagebox-post.style1 .prt-featured-content-box .prt-featured-title a:hover h3 {
    color: var(--base-skin);
}

.featured-imagebox-post.style1 .featured-thumbnail {
    overflow: hidden;
    width: 100%;
    border-radius: 0 0 15px 15px;
    position: relative;
}

.featured-imagebox-post.style1 .featured-thumbnail img {
    border-radius: 0 0 15px 15px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    width: 100%;
}

.featured-imagebox-post.style1:hover .featured-thumbnail img {
    -moz-transform: rotate(2deg) scale(1.2);
    -webkit-transform: rotate(2deg) scale(1.2);
    transform: rotate(2deg) scale(1.2);
    -ms-transform: rotate(2deg) scale(1.2);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

.featured-imagebox-post.style1 .prt-featured-readmore-btn {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 30px;
    right: auto;
    transition: all 0.5s ease;
}

.featured-imagebox-post.style1 .prt-featured-readmore-btn a {
    width: 45px;
    height: 45px;
    line-height: 53px;
    display: inline-block;
    vertical-align: top;
    background: var(--base-white);
    color: var(--base-dark);
    border-radius: var(--base-border-radius-30);
    box-shadow: 0px 3px 15px rgba(39, 0, 143, 0.2);
    font-size: 0;
    text-align: center;
    transition: all 0.5s ease;
}

.featured-imagebox-post.style1 .prt-featured-readmore-btn a:hover {
    box-shadow: unset;
    background: var(--base-skin);
    color: var(--base-white);
    transition: all 0.3s ease;
}

.featured-imagebox-post.style1 .prt-featured-readmore-btn.prt-hid a:hover {
    background-image: linear-gradient(270deg, #8D35FD 0%, #27008F 100%);
    color: #fff;
}

.featured-imagebox-post.style1 .prt-featured-readmore-btn a i {
    font-size: 25px;
}

.featured-imagebox-post.style1:hover .prt-featured-readmore-btn {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.featured-imagebox-post.style1 .prt-featured-readmore-btn.prt-hid {
    transition: all 0.3s ease;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 45px;
    width: 45px;
    opacity: 0;

}

.featured-imagebox-post.style1:hover .prt-featured-readmore-btn.prt-hid {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

/*style2*/
.featured-imagebox-post.style2 {
    display: flex;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid var(--base-bordercolor);
    background-color: var(--base-grey);
    margin-bottom: 30px;
    margin-top: 0;
}

.featured-imagebox-post.style2 .featured-content-post {
    overflow: hidden;
    padding: 30px 30px;

}

.featured-imagebox-post.style2 .featured-thumbnail img {
    border-radius: 15px 0 0 15px;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    height: 100%;
}

.featured-imagebox-post.style2 .featured-thumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .08);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.featured-imagebox-post.style2:hover .featured-thumbnail:before {
    -webkit-animation: circle 2s;
    animation: circle 2s;
    opacity: 1;
}

.featured-imagebox-post.style2:hover .featured-thumbnail img {
    -moz-transform: rotate(2deg) scale(1.2);
    -webkit-transform: rotate(2deg) scale(1.2);
    transform: rotate(2deg) scale(1.2);
    -ms-transform: rotate(2deg) scale(1.2);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

.featured-imagebox-post.style2 .featured-content-post .post-meta {
    font-size: 14px;
    padding: 3px 12px;
    border: 1px solid;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    background-color: rgba(39, 0, 143, 0.10);
}

.featured-imagebox-post.style2 .featured-content-post .post-meta span {
    margin: 0;
}

.featured-imagebox-post.style2 .featured-content-post .post-meta span a {
    font-size: 14px;
    line-height: 27px;
    color: #001746;
    padding: 0;
}

.featured-imagebox-post.style2 .featured-content-post .featured-title h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 22px;
    line-height: 32px;
    margin: 15px 0 80px;
}

.featured-imagebox-post.style2 .featured-content-post .prt-postbox-btn a {
    padding: 0 25px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: inline-block;
    vertical-align: top;
    background: var(--base-skin);
    color: var(--base-white);
    border-radius: 50px;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}

.featured-imagebox-post.style2 .featured-content-post .prt-postbox-btn a:hover {
    background: var(--base-first-gradientcolor);

}

/*style3  */

.featured-imagebox-post.style3 {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: baseline;
    background: var(--base-white);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 3px 15px 0px rgba(43, 52, 59, 0.10), 0 0 0 rgba(43, 52, 59, 0.10) inset;
    margin: 15px 0;
    transition: all 0.5s ease;
}

.featured-imagebox-post.style3 .prt-authorbox {
    display: flex;
    align-items: center;
    gap: 13px;
}

.featured-imagebox-post.style3 .prt-authorbox img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.featured-imagebox-post.style3 .prt-authorbox .prt-user-name {
    display: flex;
    gap: 30px;
    align-items: center;
}

.blog-grid-section .featured-imagebox-post.style3 .prt-authorbox .prt-user-name {
    gap: 20px;
}

.blog-grid-section .featured-imagebox-post.style3 .prt-authorbox .prt-user-name .post-time-ago:before {
    left: -13px;
}

.featured-imagebox-post.style3 .prt-authorbox .prt-user-name .prt-author {
    color: var(--base-dark);
    font-weight: 500;
}

.featured-imagebox-post.style3 .prt-authorbox .prt-user-name .post-time-ago {
    position: relative;
}

.featured-imagebox-post.style3 .prt-authorbox .prt-user-name .post-time-ago:before {
    content: '/';
    position: absolute;
    left: -18px;
}

.featured-imagebox-post.style3 .featured-thumbnail {
    border-radius: 15px;
    position: relative;
}

.featured-imagebox-post.style3:hover .featured-thumbnail img {
    -moz-transform: rotate(2deg) scale(1.2);
    -webkit-transform: rotate(2deg) scale(1.2);
    transform: rotate(2deg) scale(1.2);
    -ms-transform: rotate(2deg) scale(1.2);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

.featured-imagebox-post.style3 .prt-btn-waprre a {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    background-color: var(--base-white);
    border-radius: 50%;
    transition: all 0.5s ease;
    transform: scale(0);
    overflow: hidden;
}

.featured-imagebox-post.style3 .prt-btn-waprre a:before,
.featured-imagebox-post.style3 .prt-btn-waprre a:after {
    content: "\f126";
    font-family: 'flaticon_inqord';
    font-size: 25px;
    line-height: 50px;
    transform: rotate(45deg);
    display: block;
    transition: transform 0.3s ease-out;
    color: var(--base-dark);
}

.featured-imagebox-post.style3 .prt-btn-waprre a:hover:before {
    transform: translatex(150%) translatey(-150%) translatez(0);
    transition: transform 0.3s ease-out;
}

.featured-imagebox-post.style3 .prt-btn-waprre a:after {
    top: 0;
    transform: translatex(-150%) translatey(150%) translatez(0) rotate(45deg);
    transition: transform 0.3s ease-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.featured-imagebox-post.style3 .prt-btn-waprre a:hover:after {
    transform: translatex(0) translatey(0) translatez(0) rotate(45deg);
    transition: transform 0.3s ease-out;
}

.featured-imagebox-post.style3:hover .prt-btn-waprre a {
    transition: all 0.5s ease;
    transform: scale(1.1);
    color: var(--base-dark);
}

.featured-imagebox-post.style3 .featured-content .post-meta {
    font-size: 14px;
    padding: 3px 12px;
    border: 1px solid;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
}

.featured-imagebox-post.style3 .featured-content {
    padding-top: 10px
}

.featured-imagebox-post.style3 .featured-content .post-meta span {
    margin: 0;
}

.featured-imagebox-post.style3 .featured-content .post-meta span a {
    color: #001746;
    font-size: 14px;
    text-transform: none;
}

.featured-imagebox-post.style3 .featured-content .post-meta span a:hover {
    color: var(--base-skin);
}

.featured-imagebox-post.style3 .featured-content .post-title {
    padding-top: 12px;
}

.featured-imagebox-post.style3 .featured-content .post-title h3 {
    margin: 0;
}

.featured-imagebox-post.style3 .featured-content .post-title h3 a {
    line-height: 32px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #001746;
}

.featured-imagebox-post.style3 .featured-content .post-title h3 a:hover {
    color: var(--base-skin);
}

.featured-imagebox-post.style3:hover {
    margin: 15px 0 0;
}

.blog-grid-col-3-section .container-fluid {
    padding: 0 100px;
}

/* services-1 */
/*style1*/
.featured-imagebox-service.style1 {
    overflow: hidden;
    display: block;
    padding: 30px 28px;
    background: var(--base-white);
    box-shadow: 0px 0px 15px 3px rgba(39, 0, 143, 0.08);
    border-radius: var(--base-border-radius-15);
    margin: 20px 0;
    transition: all .6s ease-in-out;
    position: relative;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.service-style1:hover .featured-imagebox-service.style1,
.service-style1:hover .featured-imagebox-service.style3 {
    transform: rotateX(0) rotateY(-180deg);
    box-shadow: unset;
    transition: all .6s ease-in-out;
}

.service-style1 .prt-item-figure,
.service-style1 .prt-item-figure {
    border-radius: var(--base-border-radius-15);
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .6s ease-in-out;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: rotateX(0) rotateY(180deg);
}

.service-style1 .prt-post-featured-link-wrapper,
.prt-servicebox-icon1 .prt-post-featured-link-wrapper {
    height: 232px;
    border-radius: var(--base-border-radius-15);
    transition: all 0.5s ease;
    background-position: center;
}

.service-style2 .prt-post-featured-link-wrapper {
    height: 300px;
}

.service-img1 {
    background-image: url(../images/service/service7.jpg);
}

.service-img2 {
    background-image: url(../images/service/service8.jpg);
}

.service-img3 {
    background-image: url(../images/service/service9.jpg);
}

.service-img4 {
    background-image: url(../images/service/service10.jpg);
}

.service-img5 {
    background-image: url(../images/service/service11.jpg);
}

.service-img6 {
    background-image: url(../images/service/service12.jpg);
}

/*style-4*/
.featured-imagebox-service.style4 {
    min-height: 520px;
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
    padding-right: 20px;
    margin-bottom: 0;
}

.featured-imagebox-service.style4 .featured-thumbnail {
    display: flex;
    position: absolute;
    min-height: 440px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    left: 0;
    /*bottom: 0px;*/
    top: 80px;
    clip-path: polygon(100% 0, 100% 100%, 49% 100%);
    height: 100%;
    transition: all 0.5s ease !important;
}

.featured-imagebox-service.style4:hover .featured-thumbnail {
    clip-path: polygon(100% 0, 100% 100%, 40% 100%);
    transition: all 0.5s ease !important;
}

.featured-imagebox.featured-imagebox-service.style4 .featured-thumbnail img {
    object-fit: cover;
}

.featured-imagebox.featured-imagebox-service.style4:hover .featured-thumbnail img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.featured-imagebox-service.style4 .featured-content .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 13px;
}

.featured-imagebox-service.style4 .featured-content .featured-desc .prt-list li,
.featured-imagebox-service.style4 .featured-content .featured-desc .prt-list li a {
    font-size: 16px;
    line-height: 26px;
    color: var(--base-bodyfont-color);
    border: none;
    position: relative;
    z-index: 5;
    word-wrap: break-word;
}

.featured-imagebox-service.style4 .featured-content .featured-desc .prt-list li:not(:last-child) {
    margin-bottom: 9px
}

.featured-imagebox-service.style4 .featured-content .featured-desc .prt-list li:hover a,
.featured-imagebox-service.style4.bg-base-dark .featured-content .featured-desc .prt-list li:hover a {
    color: var(--base-skin);
}

.featured-imagebox-service.style4.bg-base-dark .featured-content .featured-desc .prt-list li,
.featured-imagebox-service.style4.bg-base-dark .featured-content .featured-desc .prt-list li a {
    color: #D0D0D0;
}

/* If .prt-box-col-wrapper is a direct child of .slick_slider */
.slick_slider>.prt-box-col-wrapper.service-style1:nth-child(even),
.slick_slider>.service-style2:nth-child(even) {
    padding-top: 30px;
}

.service-section .row.slick_slider .prt-box-col-wrapper.service-style1:nth-child(even),
.service-section03 .row.slick_slider .service-style1:nth-child(even) {
    padding-top: 30px;
}

.service-style1:hover .prt-item-figure {
    transform: none;
}

.sevice-section .service-box-icon {
    margin-left: 12px;
}

.sevice-section .prt-box-col-wrapper .featured-box-info:hover .featured-thumbnail img {
    position: relative;
    width: 900px;
    object-fit: cover;
    opacity: 60%;
}

.featured-imagebox-service.style1 .box-contain-title h3 a {
    font-family: "Sora", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #090716;
}

.featured-imagebox-service.style1 .prt-servicebox-icon .prt-box-icon,
.featured-imagebox-service.style3 .prt-servicebox-icon .prt-box-icon {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    position: relative;
}

.featured-imagebox-service.style1 .prt-servicebox-icon .prt-btn-waprre a,
.featured-imagebox-service.style3 .prt-servicebox-icon .prt-btn-waprre a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    vertical-align: top;
    background: var(--base-white);
    /*color: var(--body-blackfont-color);*/
    border-radius: var(--base-border-radius-30);
    font-size: 0;
    text-align: center;
    transition: all 0.5s ease;
    margin: 0;
    box-shadow: 0px 3px 15px rgba(39, 0, 143, 0.2);
}

.featured-imagebox-service.style1 .prt-servicebox-icon .prt-btn-waprre a:after,
.featured-imagebox-service.style3 .prt-servicebox-icon .prt-btn-waprre a:after {
    content: "\f122";
    font-family: "flaticon_inqord";
    font-size: 25px;
}

/*service-section01*/

.featured-imagebox-service.style2 .featured-content,
.featured-imagebox-service.style3 .featured-content {
    display: block;
    padding: 30px 30px 25px;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.5s all;
    background: var(--base-grey);
}

.featured-imagebox-service.style2 .prt-box-icon .prt-box-serviceimage,
.featured-imagebox-service.style3 .prt-box-icon .prt-box-serviceimage {
    transition: all 0.8s ease;
    color: var(--base-skin);
    font-size: 50px;
    display: inline-block;
    vertical-align: top;
    background: linear-gradient(to right, #27008f 0%, #8d35fd 50%, #27008f 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-section02 .featured-imagebox-service.style2:hover .prt-box-icon .prt-box-serviceimage {
    transition: all 0.8s ease;
    transform: rotateY(360deg);
}

.featured-imagebox-service.style2 .prt-featured-conatin .featured-title h3,
.featured-imagebox-service.style3 .prt-featured-conatin .featured-title h3 {
    margin-top: 65px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-family: "Sora", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #001746;
}

.featured-imagebox-service.style2 .prt-featured-conatin .featured-title h3 a,
.featured-imagebox-service.style3 .prt-featured-conatin .featured-title h3 {
    color: #001746;
}

.featured-imagebox-service.style2 .prt-featured-conatin .featured-title h3 a:hover .featured-imagebox-service.style3 .prt-featured-conatin .featured-title h3 a:hover;

    {
    color: var(--base-skin);
}

.featured-imagebox-service.style2 .featured-content .featured-desc p,
.featured-imagebox-service.style3 .featured-content .featured-desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    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-02 .prt-featured-wrapper img {
    height: 485px;
    width: 100%
}

/*service-02*/
.service-details-section .prt-service-classic-content .featured-icon-box.style3 .featured-icon {
    vertical-align: top;
}

.service-details-section .prt-service-classic-content .featured-icon-box.style3 .prt-icon {
    vertical-align: text-top;
}

.service-details-section .prt-service-classic-content .featured-icon-box.style3 .prt-icon i {
    color: var(--base-skin);
    top: 9px;
    vertical-align: top;
}

.service-details-section .prt-service-classic-content .featured-icon-box.style3 .featured-icon-box-inner:not(:first-child) {
    margin-top: calc(14px / 2);
}

.service-details-section .prt-service-classic-content .featured-icon-box.style3 .featured-icon-box-inner:not(:last-child) {
    padding-bottom: calc(14px / 2);
}

/*team-section*/
.team-section01 .container-fluid {
    padding: 0 15px 0 100px;
}

.featured-imagebox-team.style1 {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.featured-imagebox-team.style1:hover {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
}

.featured-imagebox-team.style1 .featured-content {
    position: relative;
    padding: 20px 20px 20px;
    border-radius: var(--base-border-radius-15);
    -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;
    background: var(--base-white);
    border: 0px solid var(--base-bordercolor);
    margin: 0 30px 0;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    z-index: 2;
}

.featured-imagebox-team.style1 .featured-content .featured-content-box-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.featured-imagebox-team.style1 .featured-thumbnail {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.featured-imagebox-team.style1 .featured-thumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .08);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.featured-imagebox-team.style1:hover .featured-thumbnail:before {
    -webkit-animation: circle 2s;
    animation: circle 2s;
    opacity: 1;
}

.featured-imagebox-team.style1 .featured-thumbnail img {
    border-radius: 30px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    object-fit: cover;

}

.featured-imagebox-team.style1:hover .featured-thumbnail img {
    -moz-transform: rotate(2deg) scale(1.2);
    -webkit-transform: rotate(2deg) scale(1.2);
    transform: rotate(2deg) scale(1.2);
    -ms-transform: rotate(2deg) scale(1.2);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

.featured-imagebox-team.style1 .featured-content .featured-title h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.featured-imagebox-team.style1 .featured-content .featured-position {
    display: inline-block;

    text-align: left;
}

.featured-imagebox-team.style1 .featured-content .featured-position p {
    margin-bottom: 0;
}

.featured-imagebox-team.style1 .prt-btn-waprre {
    font-size: 22px;
    text-align: center;
    z-index: 2;
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    overflow: visible;
    border-radius: 3px;
    -webkit-transition: color .3s, background .3s ease, -webkit-transform .2s;
    transition: color .3s, background .3s ease, -webkit-transform .2s;
    -o-transition: color .3s, background .3s ease, -o-transform .2s;
    -moz-transition: transform .2s, color .3s, background .3s ease, -moz-transform .2s;
    transition: transform .2s, color .3s, background .3s ease;
    transition: transform .2s, color .3s, background .3s ease, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s;
}

.featured-imagebox-team.style1 .prt-btn-waprre .prt-team-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background-color: var(--base-skincolor);
    border-radius: var(--base-border-radius-50);
    background: linear-gradient(to right, #27008f 0%, #8d35fd 50%, #27008f 100%);
    background-size: 200% auto;
    moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.featured-imagebox-team.style1 .prt-btn-waprre .prt-team-btn i {
    position: relative;
    top: 5px;
}

.featured-imagebox-team.style1 .prt-team-social-links-wrapper .prt-team-social-links {
    padding: 0;
    margin: 0;
    background: transparent;
    z-index: 2;
    position: relative;
    text-align: center;
    position: absolute;
    right: 0px;
    left: 2px;
    bottom: 20px;
    top: auto;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden;
}

.featured-imagebox-team.style1 .prt-team-btn:hover .prt-team-social-links {
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    bottom: 80px;
    position: absolute;
    visibility: visible;
}

.featured-imagebox-team.style1 .prt-box-social-links .prt-team-social-links-wrapper ul li {
    opacity: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    font-size: 16px;
}

.featured-imagebox-team.style1:hover .prt-box-social-links .prt-team-social-links-wrapper ul li {
    opacity: 1;
    width: 37px;
    height: 37px;
}

.featured-imagebox-team.style1 .prt-box-social-links .prt-team-social-links-wrapper ul li a {
    font-size: 15px;
    line-height: 40px;
    display: block;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--base-white);
    border-radius: var(--base-border-radius-50);

}

.featured-imagebox-team.style1 .prt-team-social-links-wrapper ul li a:hover {
    background: var(--base-skin);
    color: var(--base-white);

}

.featured-imagebox-team.style1 .prt-team-btn .prt-team-social-links-wrapper ul li a i {
    position: relative;
    top: 3PX;

}

/* Portfolio-section */
.portfolio-section {
    padding-top: 92px;
    padding-bottom: 70px;
}

.portfolio-section .content-tab {
    position: relative;
    z-index: 9;
}

.portfolio-section .projects-ovrlay {
    margin-bottom: 70px;
}

.featured-imagebox-portfolio.style1 {
    margin-bottom: 5px;
    position: relative;
    overflow: visible;
}

.portfolio-section-overlay {
    background-color: var(--base-grey);
    height: 520px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.top {
    top: -245px !important;
}

.featured-imagebox-portfolio.style1 .featured-title h4 a {
    position: relative;
    margin: 0;
    display: inline-block;
    margin-bottom: 0;
    text-align: center !important;
    color: var(--base-white);
    font-size: 70px;
    line-height: 80px;
    z-index: 1;
    transition: color 0.3s ease;
    text-transform: capitalize;
}

.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.html);
    right: 50px;
}

.featured-content-box.style1.box-2:before {
    background-image: url(../images/icon-02.html);
    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*/
.site-content-inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -61%;
    z-index: -1;
    margin-right: -2px;
    width: 100%;
    left: auto;
    background-color: var(--base-grey);
    height: 107.5%;
}

.service-details-section .site-content-inner:before {
    right: -59%;
    margin-right: -8px;
}

.pagination-block .page-numbers {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: var(--base-dark);
    font-size: 16px;
    font-weight: 600;
    border: 1px solid transparent;
    margin: 0 3px 10px;
    padding: 0;
    -webkit-transition: all 0.3sease 0s;
    border-radius: 32px;
    background-color: var(--base-grey);
    color: var(--base-first-gradientcolor);
}

.pagination-block .page-numbers:hover {
    color: var(--base-white);
    background-color: var(--base-first-gradientcolor);
}

.pagination-block .page-numbers.current {
    color: var(--base-white);
    background-color: var(--base-first-gradientcolor);
}

/*prt-blog-classic*/

.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: #000;
    -webkit-mask-box-image: url(../images/straight-quotes.html);
    mask: url(../images/straight-quotes.html);
    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 {
    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-sinle*/
.prt-blog-single .prt-box-post-icon .post-meta span {
    font-size: 14px;
    padding: 3px 12px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    background: var(--base-skin);
    color: var(--base-white);
    position: absolute;
    top: 30px;
    bottom: auto;
    left: 30px;
    right: auto;
}

.prt-blog-single .prt-box-post-icon .post-meta span a {
    color: var(--base-white);
}

.single-post.single .prt-blog-classic-content .prt-post-entry-header .post-meta {
    font-size: 14px;
    font-family: var(--base-headingfont);
    padding: 5px 15px;
    border: 1px solid;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    background: var(--base-grey);
    line-height: 24px;
}

.single-post.single .prt-blog-classic-content .prt-post-entry-header .post-meta span a {
    font-size: 14px;
    line-height: 27px;
    color: #566E7C;
}

.single-post.single .prt-blog-classic-content .prt-post-entry-header .post-meta span:first-child {
    padding-left: 0px;
}

.single-post.single .prt-blog-classic-content .prt-post-entry-header .post-meta span {
    padding-right: 20px !important;
    padding-left: 10px;
    position: relative;
}

.single-post.single .prt-blog-classic-content .prt-post-entry-header .post-meta .prt-meta-line.comments-link:after {
    display: none;
}

.single-post.single .prt-blog-classic-content .prt-post-entry-header .post-meta .prt-meta-line.comments-link {
    padding-right: 0 !important;
}

.single-post.single .prt-blog-classic-content .prt-post-entry-header .post-meta span:after {
    position: absolute;
    content: "/";
    left: auto;
    right: 0;
    opacity: 1;
}

.single-post.single .prt-blog-classic-content .post-meta span:last-child:before {
    display: none;
    padding-right: 0;
}

.single article.post blockquote {
    border-color: #8d35fd;
    display: block;
    padding: 30px 30px 28px 110px;
    position: relative;
    border: 0;
    margin: 40px 0 37px 0px;
    font-weight: 500;
    font-size: 26px;
    font-style: normal;
    line-height: 36px;
    z-index: 1;
    border-radius: 15px;
    text-align: left;
    background-color: var(--base-skin);
    color: rgba(255, 255, 255, 0.9);
}

.single article.post blockquote:before {
    background-color: var(--base-white);
    position: absolute;
    left: 30px;
    top: 30px;
    bottom: auto;
    display: block;
    right: auto;
    font-size: 35px;
    line-height: 52px;
    margin: auto;
    font-style: normal;
    text-align: center;
    content: "\f112";
    font-family: 'flaticon_inqord';
    mask-size: cover;
    height: 52px;
    width: 60px;
    color: var(--base-headingfont-color);
    border-radius: 15px;
}

.single article.post blockquote cite {
    font-size: 16px;
    line-height: 26px;
    color: var(--base-white);
    font-style: normal;
    font-weight: 400;
}

.single article.post .entry-content .border-text {
    border-top: 1px solid var(--base-bordercolor);
    padding-top: 30px;
    padding-bottom: 28px;
    border-width: 1px 0 1px 0;
    border-bottom: 1px solid var(--base-bordercolor);
}

.single article.post .entry-content .border-text .tagcloud h6 {
    font-size: 16px;
    line-height: 40px;
    line-height: 26px;
    padding-right: 15px;
    margin-top: 0px !important;
    margin-bottom: 8px;
}

.single article.post .entry-content .border-text .tagcloud a {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-weight: 400;
    position: relative;
    background: var(--base-grey);
    padding: 6px 12px 6px 28px;
    border-radius: 10px;
    color: var(--base-dark);
    height: fit-content;
    ;
}

.single article.post .entry-content .border-text .tagcloud a:hover {

    background: var(--base-skin);
    color: var(--base-white);
}

.single article.post .entry-content .border-text .tagcloud a:before {
    position: absolute;
    left: auto;
    right: 0;
    content: "";
    width: 6px;
    left: 12px;
    bottom: 0;
    background: var(--base-skin);
    height: 6px;
    top: 0;
    position: absolute;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    border-radius: 50px;
    margin: auto 0;
}

.single article.post .entry-content .border-text .tagcloud a:hover:before {
    background: var(--base-white);
}

.single article.post .entry-content .border-text .prt-social-share-wrapper {
    float: right;
}

.single article.post .entry-content .border-text .prt-social-share-wrapper a {
    border: 1px solid var(--base-bordercolor);
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    font-size: 16px;
    border-radius: 50px;
    background-color: transparent !important;

    color: #001746;
}

.single article.post .entry-content .border-text .prt-social-share-wrapper a:hover {
    border-color: #8d35fd;
    color: #8d35fd;
}

.single article.post .entry-content p {
    margin-bottom: 13px;
}

.single-post .prt-post-prev-next-buttons {
    position: relative;
    margin-bottom: 0;
    padding: 35px 0 0;
}

.single-post .prt-post-prev-next-buttons .next-link_wrapper {
    float: right;
}

.single-post .prt-post-prev-next-buttons .pagination-item a {
    display: flex;
    gap: 10px;
}

.single-post .prt-post-prev-next-buttons .pagination-content .prt-nav-sub {
    font-weight: 500;
    color: #001746;
}

.single-post .prt-post-prev-next-buttons .pagination-item a:hover span {
    color: var(--base-skin);
}

.single-post .prt-post-prev-next-buttons .pagination-item a i {
    position: relative;
    top: 3px;
}

.single-post .prt-post-prev-next-buttons .next-link_wrapper .pagination-item.next {
    float: right;
}

.single article.post .entry-content .form-submit .prt-btn {
    position: relative;
    top: 0 !important;
    left: 0 !important;
}

.single article.post .entry-content .form-submit.cookies span {
    display: flex;
    position: relative;
    left: 0;
    width: 100%;
}

.single article.post .entry-content .form-submit.cookies span label {
    position: relative;
    top: 2px;
}



/*project-details-section*/

.project-details-section .prt-pf-single-detail-box {
    padding: 17px 0 40px
}

.single-project-section .prt-portfolio-title h2 {
    font-size: 26px;
    line-height: 36px;
}

.gap-20 {
    gap: 20px;
}

.project-details-section .prt-pf-detailbox-list .prt-pf-data-title {
    color: var(--base-dark);
    margin: 0;
    display: flex;
}

.single-project-section .featured-icon-box.style3 .featured-icon-box-inner:not(:first-child) {
    margin-top: calc(11px / 2);
}

.single-project-section .featured-icon-box.style3 .featured-icon-box-inner:not(:last-child) {
    padding-bottom: calc(11px / 2);
}

.single-project-section .featured-icon-box.style3 .featured-icon-box-inner .featured-icon i {
    color: var(--base-skin);
    position: relative;
    left: 7px;
    top: 8px;
}

.single-project-section .featured-icon-box.style3 .featured-content {
    padding-left: 7px;
}

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

.featured-imagebox-portfolio.style3 .featured-desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgba(255, 255, 255, .70);
}

.featured-imagebox-portfolio.style3 .prt-footer {
    position: absolute;
    bottom: 50px;
    left: 50px;
    opacity: 0;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: all 0.8s 0.2s;
    transition: all 0.8s 0.2s;
}

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


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

.prt-progress-bar:nth-child(last-child) {
    padding-top: 20px;
}

.prt-progress-bar .progressbar-title {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 400;
    color: var(--base-headingfont-color);
    font-family: var(--base-headingfont);
}

.prt-progress-bar .progress-bar-percent {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 10px;
    color: var(--base-dark);
    z-index: 3;
    margin-top: -25px;
    text-shadow: none;
    text-align: center;
    overflow: visible;
}

.prt-progress-bar .progress-bar {
    display: block;
    height: 5px;
    line-height: 3px;
    position: relative;
    background-color: var(--base-skin);
    background: linear-gradient(90deg, rgba(39, 0, 143, 1) 0%, rgba(141, 53, 253, 1) 100%);
    overflow: visible;
    height: 10px;
    line-height: 10px;
    border-radius: 20px;
}

.prt-progress-bar .progress-bar-inner {

    background-color: #EFF3FA00;
    border-radius: 50px;

}

.bg-base-skin .prt-progress-bar .progress-bar-inner {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-base-dark .prt-progress-bar .progress-bar-inner {
    background-color: rgba(255, 255, 255, .1);
}

.bg-base-grey .prt-progress-bar .progress-bar-inner {
    background-color: #fff;
}

/* style1 */
.prt-progress-bar.style1:not(:last-child) {
    margin-bottom: 36px;
}

.prt-progress-bar.style1 h3.progress-title,
.prt-progress-bar.style1 h3.progress-percentage.counter {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--base-dark);
    line-height: 26px;
    font-weight: 600;
}

.prt-progress-bar.style1 .progress-bar-percent {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: var(--base-white);
    font-family: var(--base-headingfont);
    text-align: center;
    background: var(--base-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: rgba(0 0 0 / 0.10);
}

/* ===============================================
    14.Testimonial
------------------------*/
.testimonials {
    position: relative;
}

.testimonials .testimonials-inner-item .testimonial-content {
    background-color: var(--base-grey);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    padding: 30px;
}

.testimonials .testimonial-content .testimonial-avatar {
    position: relative;
    display: flex;
    gap: 15px;
    align-items: center;
}

.testimonials .testimonial-content .testimonial-avatar:before {
    background-color: var(--base-first-gradientcolor);
    top: auto;
    content: '\f112';
    font-family: "flaticon_inqord";
    right: 0;
    left: auto;
    bottom: 5px;
    position: absolute;
    display: inline-block;
    margin: auto;
    z-index: 1;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--base-white);
    font-size: 25px;
    border-radius: var(--base-border-radius-50);
}

.testimonials .testimonial-content .testimonial-avatar .testimonial-img img {
    width: 60px;
    z-index: 1;
    position: relative;
    border-radius: 50%;
}

.testimonials .testimonial-content .testimonial-avatar .testimonial-caption h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
    transition: all 0.5s ease;
    font-family: var(--base-bodyfont);
}

.testimonials .testimonial-content .testimonial-avatar .testimonial-caption label {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

.testimonials .testimonial-content blockquote {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: var(--base-dark);
    text-align: left;
    font-family: var(--base-headingfont);
    margin-bottom: 15px;
    font-style: italic;
    margin-bottom: 30px;
}

/* ===============================================
    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
------------------------*/
.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: var(--base-white);
}

.accordion .toggle .toggle-title a.active:after {
    content: "\f056";
}

.accordion .alignleft {
    margin: .15em 1.5em 1.1em 0;
}

.accordion .toggle.prt-control-left-true .toggle-title a {
    padding-left: 40px;
}

.accordion .toggle.prt-control-left-true .toggle-title a:after {
    left: 20px;
}

.accordion .toggle.prt-control-left-true .toggle-title a {
    padding-left: 30px;
}

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

/* prt-style-classic style1 */
/*style1*/
.accordion.style1 {
    min-height: 551px;
}

.accordion.style1 .toggle.prt-toggle_style_classic {
    padding: 0;
    border-radius: 15px;
    margin: 0 0 15px;
}

.accordion.style1 .toggle.prt-toggle_style_classic:last-child {
    margin-bottom: 0;
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-content {
    margin-top: 0;
    padding: 0px 30px 25px 0px;
    box-sizing: content-box
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a {
    font-family: var(--base-headingfont);
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    background-color: #FFFFFF;
    padding: 23px 30px 23px 30px;
    cursor: pointer;
    color: var(--base-headingfont-color);
    white-space: normal;
    border: 1px solid #26265680;
    border-color: #26265680;
}

.accordion.style1 .toggle.prt-toggle_style_classic {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--base-dark);
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active {
    padding: 20px 70px 20px 0px;
    border: none !important;
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:after {
    content: "\e61a";
    font-size: 16px;
    font-family: 'themify';
    position: absolute;
    top: 23px;
    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: rotate(0deg);
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active:after {
    transform: rotate(90deg);
}

/* prt-style-default */
.accordion .toggle.prt-toggle_style_default {
    padding: 0;
    border: 0;
}

.accordion .toggle.prt-toggle_style_default .toggle-content {
    padding: 7px 30px 11px;
}

.accordion .toggle.prt-toggle_style_default .toggle-title a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 18px 30px 18px;
    border: 1px solid rgba(0, 0, 0, 0.11) !important;
    border-radius: 5px;
}

.accordion .toggle.prt-toggle_style_default .toggle-title a:after {
    content: unset;
}

.accordion .toggle.prt-toggle_style_default .toggle-title a.active {
    background-color: var(--base-dark);
    color: var(--base-white);
}

section {
    counter-reset: container
}

.accordion .toggle .toggle-title a.active h3 {
    margin-bottom: 0;
}

.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-weight: 900;
}

/*style2*/
.accordion.style2 .toggle.prt-toggle_style_classic {

    border: 1px solid #26265680;
    border-color: #26265680;
    margin: 0 0 30px 0;
    border-radius: 15px;
}

.accordion.style2 .toggle.prt-toggle_style_classic a {
    font-family: var(--base-headingfont);
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: var(--base-headingfont-color);
    padding: 23px 30px 23px 30px;

}

.accordion.style2 .toggle.prt-toggle_style_classic a.bg-base-grey.active {
    border-radius: 15px 15px 0 0;
}

.accordion.style2 .toggle-content p {
    padding: 0px 30px 25px 30px;
}

.accordion .toggle .toggle-title a:after {
    right: 30px;
    top: 30px;
}

.accordion.style2 .toggle .toggle-title a.active.bg-base-grey:after,
.accordion.style2 .toggle .toggle-title a.bg-base-grey:after {
    background-color: var(--base-grey);
}

.accordion.style2 .toggle .toggle-title a.active.bg-base-grey:after {
    color: var(--base-skin);
}

/* ===============================================
    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: 35px;
    top: 13px;
    font-size: 20px;
    line-height: 16px;
    z-index: 1;
    color: var(--base-dark);
}

.wrap-form.query_form-1 span.text-input input,
.wrap-form.query_form-1 span.text-input textarea,
.wrap-form.query_form-1 span.text-input select {
    border-radius: 0;
    color: rgba(0, 0, 0, .60);
    border: 1px solid rgba(4, 42, 45, 0.3);
    border-radius: 50px;
    padding: 9px 20px 9px 20px;
    position: relative;
    padding-left: 60px;
}

.wrap-form.contact_form span.text-input textarea {
    padding: 10px 15px;
    padding-left: 44px;
}

.prt-bgcolor-grey .wrap-form.contact_form span.text-input input,
.prt-bgcolor-grey .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-grey .wrap-form.contact_form span.text-input select {
    background-color: #fff;
}

.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 2px solid rgba(255, 255, 255, .12);
}

.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input::-webkit-input-placeholder,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea::-webkit-input-placeholder,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.70);
}

.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: #fff;
    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: #000;
}

.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: #fff;
}

.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: 15px;
}

.wrap-form.query_form-1 span.text-input input,
.wrap-form.query_form-1 span.text-input select,
.wrap-form.query_form-1 span.text-input textarea {
    border-radius: 0;
    color: rgba(0, 0, 0, .60);
    border: 1px solid rgba(4, 42, 45, 0.3);
    border-radius: 50px;
    padding: 9px 20px 9px 60px;
    position: relative;
    padding-left: 60px;
    background-color: var(--base-grey);
}

.wrap-form.query_form-1 span.text-input textarea {
    padding-left: 65px;
    border-radius: 20px;
}

.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: var(--base-bodyfont-color) !important;
    font-size: 16px;
    line-height: 27px;
}

.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: var(--base-bodyfont-color) !important;
}

.wrap-form.query_form-1 span.text-input select {

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wrap-form.query_form-1 span.text-input select option {
    color: #000;
}

.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: #fff;
}

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

.wrap-form.query_form-1 .prt-btn-inline {
    background-color: var(--base-skin);
    color: var(--base-white);
    padding: 12px 105px 11px;
    border-radius: 10px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    ;
}

.wrap-form.query_form-1 .prt-btn-inline:hover {
    background-color: var(--base-dark);
    color: var(--base-white);
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 14px;
    line-height: 24px;
}

.wrap-form.query_form-1 span.select {
    margin-bottom: 0;
}

.bootstrap-select>.dropdown-toggle {
    color: rgba(0, 0, 0, .60);
    border: 1px solid rgba(4, 42, 45, 0.3);
    border-radius: 50px;
    padding: 9px 20px 9px 20px !important;
    position: relative;
    padding-left: 60px !important;
    background-color: var(--base-grey) !important;
    padding-left: 0;
    border-radius: 50px;
    left: 0;

    top: -24px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    margin-top: 0;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
}

.bootstrap-select>.dropdown-toggle.btn:hover,
.bootstrap-select>.dropdown-toggle.btn:focus {
    border: 1px solid var(--base-skin);
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
    margin-top: 27px;
    margin-bottom: -7px;
}

.wrap-form.query_form-1 .prt-btn {
    background: linear-gradient(to right, #27008f 0%, #8d35fd 50%, #27008f 100%);
    background-size: 200% auto;
    moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    border-radius: 30px;
    font-size: 14px;
    padding: 16px 25px;
    font-weight: 500;
    display: block;
    width: 100%;
    background-color: var(--base-skin);
    left: 0;
    margin-top: 20px;
    top: -26px;
}

.wrap-form.query_form-1 .prt-btn:hover {
    color: var(--base-white);
    moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(to right, #8d35fd 0%, #27008f 50%, #8d35fd 100%);
    background-position: right center;
}

/*style2*/
.wrap-form.query_form-2 input[type="text"] {
    padding: 21px 190px 20px 30px !important;
    border-radius: var(--ttm-border-shape-50px);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--base-white) !important;
    border-radius: 50px;
    margin-top: 20px;
    position: relative;
}

.wrap-form.query_form-2 input[type="text"]:placeholder {
    color: var(--base-white);
}

.wrap-form.query_form-2 .prt-btn {
    left: auto;
    top: 30px;
    position: absolute;
    right: 10px;
    padding: 15px 30px 15px;
    font-size: 14px;
    line-height: normal;
    border-radius: 30px;
}

.wrap-form.query_form-2 .prt-btn:hover {
    opacity: 0.8
}

.

/* ===============================================
    17.Tab
------------------------*/
.prt-tabs ul.tabs {
    width: 100%;
    padding: 0;
    margin: 0;
}

.prt-tabs ul.tabs li {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.prt-tabs ul.tabs li:last-child {
    margin-bottom: 0;
}

.prt-tabs .content-tab .content-inner {
    display: none;
}

.prt-tabs .content-tab .content-inner.active {
    display: block;
}


/* prt-tab-style-01 */
.prt-tabs.prt-tab-style-01 ul.tabs {
    position: relative;
    width: 100%;
    text-align: left;
    z-index: 9;
    margin-top: 60px;
}

.prt-tabs.prt-tab-style-01 ul.tabs li {
    margin-bottom: 20px;
}

.prt-tabs.prt-tab-style-01 ul.tabs li a {
    list-style-type: none;
    line-height: 26px;
    font-size: 16px;
    border-radius: var(--base-border-radius-30);
    padding: 12px 25px;
    color: var(--base-dark);
    text-align: left;
    cursor: pointer;
    font-family: var(--base-bodyfont);
    font-weight: 500;
    border: 1px solid;
    display: inline-block;
    vertical-align: top;
    background-color: ;
}

.prt-tabs.prt-tab-style-01 ul.tabs li.active a {
    background-color: var(--base-first-gradientcolor);
    color: var(--base-white);
}

/*.prt-tabs.prt-tab-style-01 .content-tab { padding: 35px 0px 0px; }*/

/*style2*/
.prt-tabs.prt-tab-style-02 {
    text-align: center;
}

.prt-tabs.prt-tab-style-02 .tabs.clearfix {
    margin-bottom: 10px;
}

.prt-tabs.prt-tab-style-02 ul.tabs li a {
    display: inline-block;
    cursor: pointer;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: var(--base-headingfont);
    color: var(--base-headingfont-color);
    border: 1px solid var(--base-headingfont-color);
    background-color: transparent;
    padding: 12px 25px 11px;
    margin: 0 12px 12px 0px;
    border-radius: var(--base-border-radius-50);
}

.prt-tabs.prt-tab-style-02 ul.tabs li.active a {
    text-transform: capitalize;
    background: linear-gradient(to right, #27008f 0%, #8d35fd 50%, #27008f 100%);
    background-size: 200% auto;
    moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-color: transparent !important;
    color: var(--base-white);
}

.prt-tabs.prt-tab-style-02 ul.tabs li.active a:hover {
    color: var(--base-white);
    background: linear-gradient(to right, #8d35fd 0%, #27008f 50%, #8d35fd 100%);
    background-position: 200% center;
}

.prt-tabs.prt-tab-style-02 .content-tab {
    padding: 25px 0px 0px;
}

/*style3*/
.prt-tabs.prt-tab-style-03 ul.tabs {
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
    margin-top: 20px;
    text-align: center;
}

.prt-tabs.prt-tab-style-03 ul.tabs li a {
    color: #090716;
    display: block;
    cursor: pointer;
    padding: 6px 25px 6px;
    margin-bottom: 8px;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: var(--base-border-radius-30);
    text-transform: capitalize;
    border: 1px solid var(--base-bordercolor);
    margin-right: 10px;
    text-align: center;

}

.prt-tabs.prt-tab-style-03 ul.tabs li.active a {
    background-color: #8d35fd;
    color: #fff;
    border-color: transparent;
}

.prt-tabs.prt-tab-style-03 {
    text-align: center;
}



/* ===============================================
    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-section*/
/*.pricing-plan-section {padding: 93px 0px 78px 0px}*/
.pricing-plan-section {
    padding: 100px 0px 100px 0px
}

.prt-pricing-plan {
    text-align: left;
    position: relative;
    background-color: var(--base-grey);
    display: flex;
    flex-direction: row;
    padding: 27px 30px 27px;
    justify-content: space-between;
    border-radius: 15px;
}

.prt-pricing-plan .prt-ptable-inner {
    display: flex;
    gap: 23px;
    flex: 1;
}

.prt-pricing-plan .prt-ptable-inner .prt-p_table-features {
    margin: 0px 0;
    padding: 0 0 0 0px;
    list-style: none;
}

.prt-pricing-plan .prt-ptable-inner .prt-p_table-features .prt-p-icon {
    transition: all 0.8s ease;
    color: var(--base-skin);
    font-size: 50px;
    display: inline-block;
    vertical-align: top;
    background: linear-gradient(to right, #27008f 0%, #8d35fd 50%, #27008f 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.prt-pricing-plan .prt-p_table-body .prt-p_table-title h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
    font-weight: 400;
}

.prt-pricing-plan .prt-p_table-body .prt-ptable-btn a {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    background: transparent !important;
    border: 0;
    padding: 0;
    margin-top: 18px;
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
    vertical-align: top;
    color: #090716;
}

.prt-pricing-plan .prt-ptablebox-price-wrap>.prt-ptablebox-price {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
    padding: 20px 20px 10px;
    border-radius: 15px;
    font-size: 38px;
    color: #090716;
    line-height: 60px;
    font-weight: 600;
    display: flex;

}

.prt-pricing-plan .prt-ptablebox-cur-symbol {
    font-size: 38px;
    /*margin-right: -8px;*/
    color: #090716;
    display: inline-block;
}

.prt-pricing-plan .prt-ptablebox-frequency {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-top: 5px;
    padding-left: 5px;
}

.prt-pricing-plan .prt-ptablebox-frequency:before {
    content: '/';
    margin-right: 1px;
}

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

.prt-price-waprre .toggle-button {
    position: relative;
    width: auto;
    float: right;
    text-align: center;
    display: inline-block;
}

.prt-price-waprre .toggle-button input {
    display: none;
}

.prt-price-waprre .toggle-slider {
    position: relative;
    width: 440px;
    float: right;
    margin: 82px 0 50px 0;
    height: 100%;
    background-color: var(--base-grey);
    border: 2px solid white;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--base-headingfont-color);
    padding: 12px 12px;
    box-sizing: border-box;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.prt-price-waprre .toggle-text {
    width: 50%;
    line-height: 26px;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    background-color: var(--base-grey);
    font-weight: 400;
    z-index: 1;
    padding: 10px 25px;
}

.toggle-slider::before {
    content: "";
    position: absolute;
    height: 100%;
    background-color: white;
    border-radius: 50px;
    z-index: 0;

    transition: transform 0.4s cubic-bezier(0.34, 0.89, 1, 1.29);
}

/* Move background highlight to the right on toggle */
input:checked+.toggle-slider::before {
    transform: translateX(100%);
}

/* Active text gets dark when background is white */
.prt-price-waprre .toggle-text .right {
    width: 40%;
}

input:checked+.toggle-slider .right {
    color: var(--base-headingfont-color);
    background-color: var(--base-white);
}

input:not(:checked)+.toggle-slider .left {
    color: var(--base-headingfont-color);
    background-color: var(--base-white);
}

.toggle-slider .left strong {
    color: var(--base-white);
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    background: #FF0000;
    padding: 0px 10px;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    border-radius: white;
    margin-left: 6px;
}

.pricingplan-section .prt-single-image-wrapper {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.pricingplan-section .prt-single-image-wrapper:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    visibility: visible;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 30%, transparent 60%);
    padding: 20px;
    transition: all .3s ease;
    border-radius: 15px;
}

.pricingplan-section .prt-single-image-wrapper .prt-descbox {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
    color: var(--base-white);
    z-index: 1;
}

.pricingplan-section .prt-single-image-wrapper .prt-descbox .prt-content-heading {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    margin: 19px 0 20px;
}

.pricingplan-section .prt-single-image-wrapper .prt-descbox .prt-content-heading span {
    font-family: Poltawski Nowy;
    font-weight: 700;
    font-style: italic;
    font-size: 38px;
    line-height: 45px;
}

.pricingplan-section .prt-single-image-wrapper .prt-btn-waprre a:hover {
    color: var(--base-white);
    moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(to right, #8d35fd 0%, #27008f 50%, #8d35fd 100%);
    background-position: right center;
    border-color: transparent;
}

/* ===============================================
    21.Sidebar
------------------------*/
.sidebar .widget-area .widget {
    position: relative;
    margin: 0 0 35px;
    background-color: #fff;
    border-radius: 5px;
}

.sidebar .widget-area .widget:after {
    display: block;
    height: 3px;
    content: '';
    position: absolute;
    width: auto;
    bottom: 0;
    left: 35px;
    right: 35px;
    z-index: 1;
}

.sidebar .widget-area .widget.with-title {
    background-color: var(--base-white);
    padding: 0;
    margin: 0 0 40px;
    border-radius: 0;
    overflow: hidden;
}

.sidebar .widget.widget-nav-menu.with-title {
    padding: 0px;
}

.sidebar .widget-area .widget:last-child {
    margin-bottom: 0px;
}

.sidebar .widget ul {
    margin: 20px 0 0;
    padding: 0;
}

.sidebar .widget ul>li {
    list-style: none;
}

.prt-social-share-links .social-icons.square li a {
    border-color: #f1f1f1;
}

.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 h3 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
    font-size: 20px;
    line-height: 28px;
    background-color: transparent;
    font-weight: 700;
}

/*widget-search*/
.sidebar .widget.widget-search,
.sidebar .widget-area.prt-col-bgcolor-yes .widget.widget-search,
.sidebar .widget,
.sidebar .widget.widget-categories,
.sidebar .widget.widget-recent-post,
.sidebar .widget.tagcloud-widget,
.sidebar .widget,
.sidebar .widget.widget-post {
    border-radius: 15px;
    border: 1px solid var(--base-bordercolor);
    background-color: var(--base-white);
    margin: 0 0 30px;
    padding: 30px 20px 30px;
    overflow: hidden;
    position: relative;
}

.sidebar .widget .widget-title {
    margin-bottom: 26px;
    display: block;
    color: var(--base-dark);
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
}

.sidebar .widget.widget-search .search-form {
    border: 0;
    position: relative;
}

.sidebar .widget.widget-search .search-form label {
    display: block;
    margin: 0;
    width: 100%;
}

.sidebar .widget-search .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.sidebar .widget.widget-search .search-form .btn[type="submit"] {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 47px;
    height: 47px;
    line-height: 0;
    z-index: 1;
    outline: 0;
    border: 0;
    border-radius: 5px;
}

.sidebar .widget.widget-search .input-text {
    border: 1px solid #ebeded;
    border-radius: 5px;
    padding: 10px 15px;
    padding-right: 60px;
    background-color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sidebar .widget.widget-search input {
    color: #242c42;
}

/* widget-banner */
.widget-banner {
    padding: 0 !important;
    border: 0 !important;
}

.widget-banner>div {
    padding: 35px 30px 45px;
    border-radius: 0;
    overflow: hidden;
}

.widget-banner .prt-btn.prt-btn-size-md {
    padding: 13px 30px;
    font-size: 15px;
}

.sidebar .widget-area.widget_border .widget-banner .widget-title {
    border-bottom-color: rgba(255, 255, 255, .7) !important;
}

.prt-quicklink-box {
    margin-top: 25px;
}

.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: #fff;
    font-family: var(--base-headingfont);
}

.download_block span {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    display: block;
}

/* widget-categories */
/*.prt-sidebar-right {
    padding-bottom: 60px;
    padding-top: 82px;
    margin-bottom: 65px;
}*/
/*.prt-sidebar-right.prt-blog-single{
    padding-top: 82px;
    margin-bottom: 0px;
    padding-bottom: 50px; 
}*/
.prt-sidebar-right.prt-blog-single .post.prt-blog-classic {
    padding: 82px 0 72px;
}

.service-details-section .post.prt-blog-classic {
    padding: 82px 0 62px
}

.prt-sidebar-right .post.prt-blog-classic-inner {
    padding: 82px 0 72px
}

.prt-sidebar-right .widget.widget-search .search-form label {
    display: block;
    margin: 0;
    padding-bottom: 12px;
}

.sidebar .widget.widget-search .search-form {
    border: 0;
    position: relative;
}

.prt-sidebar-right .widget.widget-search input[type="search"] {
    color: #fff;
    background-color: var(--base-grey);
    padding: 9px 65px 9px 15px;
    border-radius: 15px;
    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: #fff;
}

.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;
    left: auto;
    right: 0;
    padding: 0;
    width: 50px;
    height: 49px;
    line-height: 0;
    font-size: 14px;
    z-index: 1;
    border-radius: unset;
    box-shadow: unset;
    background-color: var(--base-skin);
    border-radius: 0 15px 15px 0;
}

.sidebar .widget.widget-search .search-form .btn[type="submit"]:placeholder {
    color: #7b8095;
}

.prt-sidebar-right .widget.widget-search .btn-check:focus+.btn,
.prt-sidebar-right .widget.widget-search .btn:focus {
    outline: 0;
    box-shadow: none;
}

.prt-sidebar-right .widget.widget-search .btn {
    color: #fff;
    position: absolute;
    top: 5px;
    right: 6px;
    font-size: 20px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
}

.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,
.prt-sidebar-right .widget.widget-post .widget-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 0;
    margin-bottom: 26px;
    position: relative;
    text-transform: capitalize;
    font-family: "Sora", sans-serif;
}

.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: 21px;
    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 .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;
}

.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: linear-gradient(0deg, rgba(9, 7, 22, 0.90) 30%, transparent 60%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.80;
    z-index: -1;
    padding: 20px;
}

.sidebar .widget-area.widget_border .widget.widget-banner .spacing-13 {
    padding: 33px 30px 40px;
}

.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;
    background-image: url(../images/bg-image/col-bgimage-1.png);
    background-position: center;
    height: 100% !important;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}

.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,
.widget-post ul li a {
    position: relative;
    display: inline-block;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.widget-categories ul li,
.widget-post ul li {
    display: block;
    padding: 9px 15px 9px 35px !important;
    position: relative;
    z-index: 1;
    font-size: 16px;
    background-color: var(--base-grey);
    border-radius: 15px;
    font-family: var(--base-bodyfont);
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}

/*.sidebar .widget ul>li:not(:last-child){margin:0;}*/
.widget-categories ul li a:before,
.widget-post ul li a:before {
    content: "";
    width: 6px;
    left: -20px;
    bottom: 0;
    height: 6px;
    top: 2px;
    position: absolute;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    z-index: 0;
    border-radius: 50px;
    margin: auto 0;
    background-color: var(--base-skin);
}

.widget-categories ul li a:hover:before,
.widget-post ul li a:hover {
    color: var(--base-skin);
}

.widget-categories ul li span,
.widget-post ul li span {
    position: absolute;
    top: 9px;
    right: 15px;
    width: 22px;
    height: 22px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 16px;
    color: var(--base-first-gradientcolor);
    font-weight: 500;
}

/* widget-nav-menu */
.widget.widget-nav-menu:after {
    content: unset !important;
}

.widget.widget-nav-menu ul li {
    padding: 10px 0px 10px 0;
    border: 0;
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.widget.widget-nav-menu ul li a {
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
    color: var(--base-dark);
    z-index: 1;
    font-weight: 400;
    font-size: 15px;
}

.widget.widget-nav-menu ul li:last-child {
    border-bottom: 0;
    padding: 10px 0 0;
}

.widget.widget-nav-menu ul li a:after {
    content: "";
    font-style: normal;
    position: absolute;
    background: linear-gradient(to right, var(--base-first-gradientcolor) 0%,
            var(--base-second-gradientcolor) 100%, var(--base-first-gradientcolor) 100%);
    width: 10px;
    height: 10px;
    left: 20px;
    right: auto;
    top: 8px;
    bottom: 0;
}

.widget.widget-nav-menu ul li a:hover,
.widget.widget-nav-menu ul li.active a {
    color: var(--base-skin);
}

/** prt-recent-post-list **/
.widget ul.prt-recent-post-list {
    margin: 6px 0 0;
    padding: 0;
}

.widget ul.prt-recent-post-list>li {
    padding: 0px 0 14px;
    border-top: none !important;
    border-bottom: 1px solid var(--base-bordercolor);
    margin: 0 0 20px;
    overflow: hidden;
}

.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-size: 18px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #001746;
}

.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 img {
    display: block;
    max-width: 70px !important;
    height: 70px !important;
    float: left;
    border-radius: 10px;
}

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

.blog-section.blog-left-side {
    padding: 0 30px !important;
}

.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: 6px 12px 6px 28px;
    margin: 0 8px 13px 0;
    font-size: 16px !important;
    color: var(--base-dark);
    position: relative;
    background: var(--base-grey);
    border-radius: 10px !important;
}

.widget .tagcloud a:before {
    position: absolute;
    left: auto;
    right: 0;
    content: "";
    width: 6px;
    left: 12px;
    bottom: 0;
    background: var(--base-skin);
    height: 6px;
    top: 0;
    position: absolute;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    border-radius: 50px;
    margin: auto 0;
}

.widget .tagcloud a:nth-last-child(-n+2) {
    margin-bottom: 5px;
}

.widget .tagcloud a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: var(--base-skin);
}

.widget .tagcloud a:hover:before {
    background: var(--base-white);
}

/*hero-section*/
.hero-section {
    position: relative;
}

.hero-section .hero-slide {
    position: relative;
    background-repeat: no-repeat;
}

.hero-section .hero-slide.slide-1 {
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(../images/hero.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--base-dark);
}

.hero-section .hero-slide.slide-2 {
    background-image: url(../images/slider/slider_2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--base-dark);
}

.hero-section .hero-slide.slide-1 .hero-content-block,
.hero-section .hero-slide.slide-2 .hero-content-block {
    position: relative;
}

.hero-section .hero-slide.slide-1 .hero-content-block {
    padding: 80px 0 0;
}

.hero-section .hero-slide.slide-2 .hero-content-block {
    padding: 204px 0 0;
}

.hero-section .hero-slide.slide-1 .hero-content-block .hero-content .prt-hero-titile h1 {
    font-size: 70px;
    font-weight: 500;
    line-height: 80px;
    font-family: Sora, sans-serif;
    text-align: left;
    color: var(--base-white);
    text-transform: capitalize;
    margin-left: -5px;
}

.hero-banner .slick-arrow.slick-prev,
.hero-banner .slick-arrow.slick-next {
    position: absolute;
    top: 50%;
    display: block;
    z-index: 999;
    opacity: 0;
}

.hero-banner:hover .slick-arrow.slick-prev,
.hero-banner:hover .slick-arrow.slick-next {
    opacity: 1;
}

.hero-banner .slick-prev {
    right: auto;
    left: 15px;
    width: 100%;
}

.hero-banner .slick-next {
    right: 15px;
    left: auto;
    width: 100%;
}

.hero-banner .slick-arrow.slick-prev:before {
    content: "\e64a";
    font-family: 'Themify';
    font-size: 15px;
    line-height: 40px;
    color: white;
}

.hero-banner .slick-arrow.slick-next:before {
    content: "\e649";
    font-family: 'Themify';
    font-size: 15px;
    color: white;
    line-height: 40px;
    font-weight: 900;
}

.hero-banner .slick-arrow.slick-prev,
.hero-banner .slick-arrow.slick-next {
    cursor: pointer;
    background: rgba(0, 23, 70, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%;
    ;
    .hero-banner .slick-arrow.slick-prev,
    .hero-banner .slick-arrow.slick-next4793
}

.hero-banner .slick-arrow.slick-prev:hover,
.hero-banner .slick-arrow.slick-next:hover {
    background: #001746;
}

.hero-section .hero-slide.slide-1 .hero-content-block .hero-content .prt-btn-desc {
    margin-top: 38px;
}

.hero-section .hero-slide.slide-2 .hero-content-block .hero-content .prt-hero-pre-title {
    float: right;
    text-align: left;
}

.hero-section .hero-slide.slide-2 .hero-content-block .hero-content .prt-hero-pre-title h2 {
    font-family: Sora;
    font-size: 104px;
    font-weight: 300;
    color: var(--base-white);
    line-height: 100px;
    text-align: left;
    margin-bottom: 3px;
}

.hero-section .hero-slide.slide-2 .hero-content-block .hero-content .prt-hero-title h3 {
    font-family: Sora;
    font-size: 136px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: none;
    line-height: 156px;
    margin-bottom: 45px;
    text-align: end;
}

.hero-section .hero-slide.slide-2 .hero-content-block .hero-content .prt-btn-desc p {
    text-align: right;
}

.hero-section .hero-slide.slide-2 .hero-content-block .hero-content .prt-banner-input .prt-banner {
    color: var(--base-white);
    border-style: none;
    border-color: rgb(255, 255, 255);
    border-radius: 30px;
    background: linear-gradient(225deg, rgb(141, 53, 253) 0%, rgb(39, 0, 143) 100%);
    background-size: 200% 200%;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 16px;

}

.hero-section .hero-slide.slide-2 .hero-content-block {
    overflow: hidden;
}

.hero-section .hero-slide.slide-2 .hero-content-block .hero-content .prt-banner-input .prt-banner:hover {

    animation: gradientRotate 0.3s ease-in-out forwards;
}

@keyframes gradientBack {
    0% {
        background: linear-gradient(90deg, rgb(141, 53, 253), rgb(39, 0, 143));
    }

    25% {
        background: linear-gradient(131.25deg, rgb(141, 53, 253), rgb(39, 0, 143));
    }

    50% {
        background: linear-gradient(172.5deg, rgb(141, 53, 253), rgb(39, 0, 143));
    }

    75% {
        background: linear-gradient(213.75deg, rgb(141, 53, 253), rgb(39, 0, 143));
    }

    100% {
        background: linear-gradient(255deg, rgb(141, 53, 253), rgb(39, 0, 143));
    }
}

@keyframes gradientRotate {
    0% {
        background: linear-gradient(255deg, rgb(141, 53, 253), rgb(39, 0, 143));
    }

    25% {
        background: linear-gradient(213.75deg, rgb(141, 53, 253), rgb(39, 0, 143));
    }

    50% {
        background: linear-gradient(172.5deg, rgb(141, 53, 253), rgb(39, 0, 143));
    }

    75% {
        background: linear-gradient(131.25deg, rgb(141, 53, 253), rgb(39, 0, 143));
    }

    100% {
        background: linear-gradient(90deg, rgb(141, 53, 253), rgb(39, 0, 143));
    }
}

/*hero-overlay-box*/
.hero-section .hero-overlay-box {
    width: 322px;
    height: 180px;
    background-color: var(--base-grey);
    border-radius: 10px;
    padding: 54px 40px 30px;
    position: absolute;
    right: -19%;
    bottom: -54%;
    z-index: 9;
}

.hero-section .hero-slide.slide-2 .hero-overlay-box {
    right: -99px;
    bottom: -49%;
}

.hero-section .hero-overlay-box .prt-icon {
    margin: 0;
    width: 74px;
    height: 74px;
    background-color: var(--base-skin);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -45px;
    left: 40px;
}

.hero-section .hero-overlay-box .prt-icon i {
    font-size: 38px;
    line-height: 28px;
    color: var(--base-darkblack);
}

.hero-section .hero-overlay-box h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.hero-section .slick_slider .slick-arrow {
    position: absolute;
    left: 0;
    right: auto;
    top: 500px;
    bottom: auto;
    margin: auto 0;
}

.hero-section .slick_slider .slick-next {
    left: auto;
    right: 0;
}

/*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: 500 !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-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 {
    margin-left: 38px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: var(--base-headingfont);
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

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

.marquee-item.style1 .marquee-content {
    animation: scroll 10s linear 0s infinite normal none running;
}

.marquee-item.style2 .marquee .marquee-content {
    animation: scroll 15s linear infinite;
    will-change: transform;
    white-space: nowrap;
    width: 100%;
}

.marquee-content {
    animation: scroll 35s linear infinite;
}

.marquee-text {
    position: relative;
}

.marquee .marquee-content {
    background-color: #1b1b1b;
}

.marquee-content .marquee-text h3 {
    margin-top: 15px;
    color: var(--base-white);
    font-size: 26px;
    line-height: 36px;
    text-transform: capitalize;
}

.showboxcard-section .showboxcard-content .showboxcard-marquee {
    top: 0;
    bottom: 0;
}

/*marquee-itme style2*/
.marquee-item.style2 .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-item.style2 .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-item.style2 .marquee-text {
    position: relative;
    display: inline-block;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}

.marquee-item.style2 .marquee-text:before {
    content: "";
    position: absolute;
    width: 71px;
    height: 1px;
    font-weight: 400;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    top: 32px;
    bottom: auto;
    left: auto;
    right: -92px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
}

.marquee-item.style2 .marquee-content .marquee-text h3 {
    color: var(--base-white);
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
}

.marquee-item.style2 .marquee .marquee-content {
    background-color: transparent;
}

/*marguee*/
.marquee.style1 {
    background-color: var(--base-first-gradientcolor);
}

.marquee.style1 .marquee-content {
    background-color: var(--base-first-gradientcolor);
    color: var(--base-white);
    padding: 10px 0 6px;
    margin: 16px 0;
}

.marquee.style1 .marquee-content .marquee-text {
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    line-height: 28px;
    position: relative;
    padding: 0 25px;
    margin: 0;
}

.marquee.style1 .marquee-content .marquee-text:before {
    content: '';
    width: 7px;
    height: 2px;
    background: var(--base-white);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: auto;
    right: -5px;
}

/*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.html);
    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.html');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    animation: inherit;
    animation-direction: reverse;
}

/*about-section*/
.about-section .section-sub-title h3:before {
    background: #fff;
}

.about-section .section-title .section-sub-title h3,
.about-section .section-title .title-header h2 {
    color: var(--base-white);
}

.about-section .prt-icon-box {
    display: flex;
    gap: 30px;
}

.about-section .featured-icon-box.style1 {
    background-color: transparent;
    padding: 30px 20px 30px 20px;
    background-image: linear-gradient(270deg, #2c134d 0%, #291168 100%);
    border-radius: 15px 15px 15px 15px;
    border: none;
    display: block;
    margin: 0;
}

.about-section .featured-icon-box.style1 .featured-icon i {
    margin-bottom: 15px;
    color: var(--base-white);
    width: 50px;
    line-height: 50px;
    font-size: 50px;
}

.about-section .featured-icon-box.style1 .featured-content {
    display: block;
    padding: 0;
}

.about-section .featured-icon-box.style1 .featured-content .featured-title h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    color: var(--base-white);
}

.about-section .prt-box-contain .box-title h3 {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    line-height: 26px;
    color: #FFFFFF;
}

.about-section .prt-box-contain .box-desc p {
    color: #D0D0D0;
}

/*client-section*/

.client-section {
    border-top: 1PX solid #FFFFFF4D;
    margin-top: 70px;
    padding-top: 70px;
}

.client-section .title-header {
    height: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    /* float: right; */
    margin: auto;
    width: max-content;
}

.client-section .title-header h4 {
    background-color: #FFFFFF1A;
    padding: 8px 15px 8px 15px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF4D;
    border-radius: 30px 30px 30px 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #D0D0D0;
    height: 100%;
}

.client-section .title-header h4 span {
    color: var(--base-white);
}

.client-section .client-thumbnail,
.client-section-2 .client-thumbnail {
    padding: 8px 5px;
    text-align: center;
    margin-right: 13px;
    margin-left: 13px;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 30px;
}

.client-section .client-thumbnail:hover img {
    transform: translateY(7px);
    transition: all 0.5s ease;
    opacity: 1;
}

.client-section .client-thumbnail img {
    opacity: 0.8;
}

.client-section-2 .client-box {
    padding-bottom: 10px;
}

.client-section-2 .client-box .client-thumbnail:hover img {
    transform: translateY(7px);
    transition: all 0.5s ease;
}

/*client-section-1*/
.client-section-wrapper {
    background-color: transparent;
    background-image: linear-gradient(45deg, #27008F 60%, #8D35FD 100%);
    border-radius: var(--base-border-radius-15);
    position: relative;
}

.client-title-box {
    display: flex;
    align-items: center;

}

.prt-client-icon-box i,
.client-section-2 .prt-client-icon-box {
    display: block;
    height: 90px;
    position: relative;
    width: 90px;
    fill: #FFCC00;
    color: #FFCC00;
    border-color: #FFCC00;
    font-size: 90px;
    line-height: 1px;
    float: left;
    vertical-align: middle;
}

.client-section-2 .prt-client-content-box .prt-section-title h2 {
    margin-bottom: 18px;
    color: #FFFFFF;
}

.client-section-2 .prt-client-content-box .prt-client-desc p {
    color: #FFFFFFBD;
    margin: 0;
}

.client-section-2 .client-section-wrapper .prt-btn-waprre {
    margin: 37px 0px 0px 100px;
}

.client-section-2 .client-title h3 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.client-reviewbox {
    display: inline-block;
    background-color: var(--base-white);
    border-radius: var(--base-border-radius-15);
    box-shadow: 3px 4px 15px 10px rgba(0, 0, 0, 0.08);
    margin: 0px 0px 0px 0px;
    padding: 20px;
    position: relative;
    /*
    top: 0;
    bottom: auto;
    right: 165px;*/
    z-index: 2;
    width: 100%;
    right: 40px;
    bottom: -58px;
}

.client-review-text h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}

.client-reviewbox .about-img-overly {
    position: absolute;
    top: -2px;
    width: auto;
    right: -1px;
}

.client-reviewbox .about-img-overly img {
    opacity: 0.4;
    display: inline-block;
    vertical-align: middle;
}

/*
.client-section-2:after {
    background-image: url(../images/single-img-5.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.1;
}*/

/*step-section*/
.step-section .prt-btn-waprre {
    margin-top: 60px;
    float: right;
}


.prt-stepbox.style1 .prt-step-content-box {
    position: relative !important;
    padding: 60px 30px 30px;
    border-radius: var(--base-border-radius-15);
background-image: linear-gradient(270deg, #2c134d 0%, #291168 100%);
    text-align: center;
    z-index: 1;
    transition: all 0.5s all;
}


.prt-stepbox.style1 .prt-step-content-box .prt-step-content-box-inner {
    transition: all 0.5s all;
}

.prt-stepbox.style1 .prt-step-content-box .prt-box-title h4 {
    margin: 0 0 7px 0;
    color: var(--base-white);
}

.prt-stepbox-inner:nth-child(even) {
    padding-top: 30px;
}


.prt-stepbox.style1 .prt-left-content-box .process-num .number {
    width: 70px;
    height: 70px;
    border-radius: var(--base-border-radius-50);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto -35px;
    text-align: center;
    background: rgb(146, 142, 180);
    color: #c3c3ff;
    z-index: 2;
    position: relative;
}

.prt-stepbox.style1 .prt-left-content-box .process-num .number img{
    max-width: 40px;
}

.prt-stepbox.style1 .prt-step-content-box .prt-step-desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.5s all;
 color: #c3c3ff;
}

.prt-stepbox.style1 .prt-step-content-btn {
    position: absolute;
    height: 38px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0;
    margin: auto;
    transition: all 0.1s ease;

}

.prt-stepbox.style1 .prt-step-content-btn a {
    background: linear-gradient(to right, #27008f 0%, #8d35fd 50%, #27008f 100%);
    moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 10;
    margin: auto;
    color: var(--base-white);
}

.prt-stepbox.style1:hover .prt-step-content-btn {
    opacity: 1;
    height: 38px;
}

/*counter-section*/
.counter-section .section-title .section-desc {
    margin-top: 5px;
    padding-bottom: 47px;
    border-bottom: 1px solid #00194C4D;
    margin-bottom: 47px;
}

/*ctn-section*/
.cta-section .section-title h2 {
    font-size: 78px;
    font-weight: 400;
    line-height: 98px;
    margin-bottom: 8px;
    color: #fff !important;
}

.cta-section .section-title .section-desc p {
    color: #FFFFFFB3;
}

.cta-section .section-title .prt-btn-waprre {
    padding: 30px 0px 80px 0px;
    /*border-bottom:1px solid #FFFFFF66;*/
}

.cta-section .border-top {
    border-top: 1px solid #FFFFFF66;
}

.cta-section .widget-contain .widget-title a {
    font-size: 20px;
    line-height: 30px;
    color: #fff !important;
    font-weight: 500;
}

.cta-section .widget-cta-info {
    display: flex;
    gap: 30px;
}

.cta-section .prt-social-links-wrapper {
    float: right;
}

.cta-section .prt-social-links-wrapper .social-icons li a {
    background: rgba(255, 255, 255, 0.20) !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 2em;
    border: 0px solid transparent !important;
    text-align: center;
    display: block;
    font-size: 14px;
    margin-right: 5px;
    color: #ffffff;
}

.cta-section .prt-social-links-wrapper .social-icons li a i {
    position: relative;
    top: 2px;
}

.cta-section .prt-social-links-wrapper .social-icons li a:hover {
    background: linear-gradient(to right, #27008f 0%, #8d35fd 50%, #27008f 100%) !important;
    background-size: 200% auto !important;
    moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*error-section*/
.error-section .section-header .section-title h2 {
    font-size: 36px;
    line-height: 46px;
    margin-top: 30px;
}

.error-section .section-header .section-desc p {
    font-size: 18px;
    margin-bottom: 30px;
}

.error-section .section-header .section-btn .prt-btn {
    font-size: 14px;
    line-height: 14px;
    background: linear-gradient(to right, #27008f 0%, #8d35fd 50%, #27008f 100%);
    background-size: 200% auto;
    moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2em;
    padding: 16px 30px;
    border-color: transparent;
}

.error-section .section-header .section-btn .prt-btn:hover {
    color: var(--base-white);
    moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(to right, #8d35fd 0%, #27008f 50%, #8d35fd 100%);
    background-position: right center;
}