/** 
          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: 90px 0 100px;
}

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

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

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

.prt-row.blog-section_1 {
    padding: 85px 0;
}

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

.prt-row.banner-section_1 {
    padding: 0px 0 0px;
}

.prt-row.cta-section_1 {
    padding: 75px 0 85px;
}

.prt-row.blog-single-section {
    padding: 50px 0 85px;
}

section.error-404 {
    padding: 230px 0 100px;
}

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

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

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

.prt-row.team-detail-section {
    padding: 100px 0 95px;
    margin-top: -85px;
}

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

.prt-row.service-section_2 {
    padding: 50px 0 100px;
}

/* ===============================================
    2.Row-Equal-Height
------------------------*/
.row-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row-equal-height>[class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* ===============================================
    3.Bg-Layer 
------------------------*/
.prt-bg {
    position: relative;
}

.prt-col-bgimage-yes {
    z-index: 1;
}

.bg-layer-equal-height .prt-col-bgimage-yes,
.bg-layer-equal-height .prt-col-bgcolor-yes,
.prt-col-bgimage-yes {
    height: 100%;
}

.prt-bg-layer,
.prt-titlebar-wrapper-bg-layer,
.prt-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.prt-left-span>.prt-col-wrapper-bg-layer {
    width: auto;
    margin-left: -500px;
    right: 0;
}

.prt-right-span>.prt-col-wrapper-bg-layer {
    width: auto;
    margin-right: -500px;
    right: 0;
}

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

.prt-contact-block H2 {
    font-size: 3rem;
    font-weight: 800;
}

.bg-layer {
    position: relative;
}

.bg-layer>.container>.row {
    margin: 0;
}

.bg-layer>.container,
.bg-layer>.container-fluid {
    padding: 0;
}

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

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


/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1 {
    background-image: url(../images/bg-image/row-bgimage-1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
}

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

.prt-bg.prt-bgimage-yes.bg-img2>.prt-bg-layer {
    opacity: 0.60;
}

.bg-img3 {
    background-image: url(../images/bg-image/row-bgimage-3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.prt-bg.prt-bgimage-yes.bg-img3>.prt-bg-layer {
    opacity: 0.95;
}

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

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

.prt-bg.prt-bgimage-yes.bg-img5>.prt-bg-layer {
    opacity: 0.85;
}

.bg-img6 {
    background-image: url(../images/bg-image/row-bgimage-6.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-img7 {
    background-image: url(../images/bg-image/row-bgimage-7.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.prt-bg.prt-bgimage-yes.bg-img7>.prt-bg-layer {
    opacity: 0.90;
}


/* ===============================================
    5.Col-Bg-Image  
------------------------*/
.prt-equal-height-image {
    display: none;
}

.col-bg-img-one.prt-col-bgimage-yes>.prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.col-bg-img-two.prt-col-bgimage-yes>.prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.col-bg-img-three.prt-col-bgimage-yes>.prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-4.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ===============================================
    6.Section-Title  
------------------------*/
.section-title {
    position: relative;
    margin-bottom: 15px;
    margin-top: -7px;
}

.section-title h2 {
    position: relative;
    color: var(--base-headingfont-color);
    font-size: 50px;
    line-height: 62px;
    font-weight: 600;
}

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

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

.section-title h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}

.section-title .title-desc h2 {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 0;
}

/* style1 */
.section-title.style1 h2.title {
    font-size: 86px;
    line-height: 96px;
    font-weight: 700;
}

.section-title.style1 .title-desc p {
    color: rgba(255, 255, 255, .70);
}

/* style2 */

.section-title.style2 h2.title {
    font-size: 60px;
    line-height: 75px;
    font-weight: 600;
}

/* style3 */

.section-title.style3 h2.title {
    font-size: 146px;
    line-height: 156px;
    font-weight: 800;
    text-transform: uppercase;
    margin-left: -100px;
}

/* style4 */

.section-title.style4 h2 {
    font-size: 234px;
    line-height: 244px;
    font-weight: 800;
}

.section-title.style4 h2.title {
    font-size: 174px;
    line-height: 184px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px var(--base-white);
    color: transparent;
    -webkit-text-stroke: 1px var(--base-white);
    -webkit-text-fill-color: transparent;
}

.section-title.style4 h2 span {
    padding: 0 60px;
}

.section-title.style4 h2.title span {
    padding: 0 70px;
}

/* style5 */

.section-title.style5 h2.title {
    font-size: 71px;
    line-height: 81px;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: -15px;
}

/* ===============================================
    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: #e0e0e0;
}

.border,
.border-top,
.border-left,
.border-bottom,
.border-right {
    border-color: rgb(255 255 255 / 35%) !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);
}

.prt-vertical_sep.style2>[class*='col']:not(:last-child):before {
    background-color: rgba(255, 255, 255, 0.20);
    right: 55px;
}

.row.no-gutters.prt-vertical_sep>[class*='col']:not(:last-child):before {
    right: 0;
}

.bg-base-dark .prt-vertical_sep>[class*='col']:not(:last-child):before,
.bg-base-skin .prt-vertical_sep>[class*='col']:not(:last-child):before {
    background-color: rgba(255, 255, 255, .21);
}

.bg-base-gradient .prt-vertical_sep>[class*='col']:not(:last-child):before {
    background-color: rgba(255, 255, 255, 0.50);
}

.prt-vertical_sep.style1>[class*='col']:not(:last-child):before {
    right: 15px;
}

/* ===============================================
    8.Buttons
------------------------*/
.prt-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
    padding: 14px 30px 17px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    position: relative;
    text-transform: unset;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    font-family: var(--base-headingfont);
    transition: all 0.9s ease 0s;
}

.prt-btn:not(.btn-inline):before {
    transition-duration: .9s;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 50%;
    right: 100%;
    background-color: var(--base-white);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50px;
    z-index: -1;
}

.prt-btn:not(.btn-inline):hover:before {
    right: -50%;
}

/** 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);
    color: var(--base-white);
    border-color: transparent;
}

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

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

.bg-base-grey .prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover,
.bg-base-white .prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white);
}

.bg-base-grey .prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:before,
.bg-base-white .prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:before,
.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor:before,
.prt-btn.prt-btn-style-border.prt-btn-color-darkcolor:before {
    background-color: var(--base-dark);
}

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

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

.prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor:hover {
    color: var(--base-white) !important;
    background-origin: border-box;
    background-clip: border-box;
}

/** btn-with-icon **/
.prt-btn i {
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    font-weight: bold;
}

.prt-btn.prt-icon-btn-right i {
    text-align: right;
    margin-left: 14px;
    margin-right: 0;
}

.prt-btn.prt-icon-btn-left i {
    text-align: left;
    margin-right: 8px;
    margin-left: 0;
}

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

.prt-btn.prt-btn-size-xs i {
    font-size: 11px;
    line-height: 11px;
}

.prt-btn.prt-icon-btn-right.prt-btn-size-xs i {
    text-align: right;
    margin-left: 6px;
    margin-right: 0;
}

.prt-btn.prt-icon-btn-left.prt-btn-size-xs i {
    text-align: left;
    margin-right: 6px;
    margin-left: 0;
}

/** btn-size-sm **/
.prt-btn.prt-btn-size-sm {
    font-size: 14px;
    padding: 12px 20px 12px;
}

.prt-btn.prt-btn-size-sm i {
    font-size: 14px;
    line-height: 16px;
}

/** btn-size-md **/
.prt-btn.prt-btn-size-md {
    font-size: 15px;
    padding: 15px 25px 15px;
}

.prt-btn.prt-btn-size-md i {
    font-size: 15px;
    line-height: 15px;
}

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

.prt-btn.prt-btn-size-lg i {
    font-size: 18px;
    line-height: 18px;
}

/** btn-shape **/
.prt-btn.prt-btn-shape-round {
    border-radius: var(--base-border-radius-8);
}

.prt-btn.prt-btn-shape-rounded {
    border-radius: var(--base-border-radius-shape1);
}

.prt-btn.prt-btn-shape-square {
    border-radius: var(--base-border-radius-0);
}

/** btn-style-border **/
.prt-btn.prt-btn-style-border {
    background: transparent;
    border: 1px solid currentColor;
}

.prt-btn.prt-btn-color-white.prt-btn-style-border {
    color: var(--base-white);
    border-color: currentColor;
    background-color: transparent;
}

.prt-btn.prt-btn-style-border.prt-btn-color-darkcolor:hover {
    background: var(--base-dark);
    color: var(--base-white) !important;
    border-color: var(--base-dark);
}

.prt-btn.prt-btn-style-border.prt-btn-color-whitecolor:hover {
    background: var(--base-white);
    color: var(--base-dark) !important;
    border-color: var(--base-white);
}

/** prt-icon-shap**/
.prt-btn.prt-icon-shap {
    padding: 15px 48px 15px 29px;
}

.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: var(--base-border-radius-5);
    color: var(--base-white);
    transition: all 0.5s ease 0s;
}

/** btn-inline **/
.prt-btn.btn-inline {
    padding: 0px 0 0 0px;
    border: 0;
    overflow: visible;
    background-color: transparent;
    transition: all 0.2s ease 0s;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--base-headingfont);
    position: relative;
}

.prt-btn.btn-inline.prt-icon-btn-right i {
    padding-left: 0px;
    left: auto;
    position: absolute;
    line-height: 23px;
}

.prt-btn:hover.btn-inline.prt-icon-btn-right i {
    webkit-animation: linear infinite alternate;
    -webkit-animation-name: LeftToRight;
    -webkit-animation-duration: 5s;
    animation: LeftToRight .5s forwards;
}

@keyframes LeftToRight {
    49% {
        transform: translateX(30%);
    }

    50% {
        opacity: 0;
        transform: translateX(-30%);
    }

    51% {
        opacity: 1;
    }

}

/* ===============================================
    9.Icons
------------------------*/
.prt-icon {
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid var(--base-dark);
    text-align: center;
    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;
    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: 30px;
}

/** 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: 90px;
    width: 90px;
    line-height: 90px;
}

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

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

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

/** icon-shape **/
.prt-icon.prt-icon_element-style-round {
    border-radius: var(--base-border-radius-5);
}

.prt-icon.prt-icon_element-style-rounded {
    border-radius: var(--base-border-radius50);
    ;
}

.prt-icon.prt-icon_element-style-square {
    border-radius: var(--base-border-radius-0);
}

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

.prt-list li {
    padding: 5px 0;
}

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

.prt-list.prt-list-style-icon li {
    position: relative;
    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 .prt-list-li-content {
    display: inline-block;
    padding-left: 50px;
    font-size: 18px;
    color: var(--base-black);
    font-weight: 500;
}

/*prt-list-style1*/
.prt-list-style-icon.style1 .prt-list-li-content {
    color: var(--base-headingfont-color);
    font-size: 15px;
    padding-left: 10px;
}

.prt-list-style-icon.style1 li {
    padding: 2px 0 13px 30px;
    position: relative;
}

.prt-list-style-icon.style1 li {
    position: relative;
}

.prt-list-style-icon.style1 li :before {
    content: "\e64c";
    position: absolute;
    font-family: 'themify';
    width: 26px;
    height: 26px;
    line-height: 26px;
    left: 0;
    top: 0px;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    color: var(--base-dark);
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-50);
}

/*prt-list-style2*/
.prt-list-style-icon.style2 .prt-list-li-content {
    color: var(--base-bodyfont-color);
    font-size: 16px;
    padding-left: 10px;
}

.prt-list-style-icon.style2 li {
    padding: 0px 0;
}

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

/*hero_image-wrapper*/
.prt_single_image-wrapper {
    position: relative;
}

.about img {
    border-radius: 0px 78px 0px 78px;
    -webkit-border-radius: 0px 78px 0px 78px;
    -moz-border-radius: 0px 78px 0px 78px;
}

.testimonial-section .prt_single_image-wrapper img {
    width: 100%;
}

.hero_image-wrapper {
    position: relative;
    margin-left: -30px;
    text-align: center;
    /* margin-top: 75px;
    padding: 100px 0 0; */
}

.hero-img-item {
    position: absolute;
    top: 0;
}

.hero-img-item.img-item1 {
    left: 5%;
    top: 33%;
}

.hero-img-item.img-item2 {
    left: 17%;
    top: 15%;
}

.hero-img-item.img-item3 {
    top: -1%;
    left: 25%;
}

.hero-img-item.img-item4 {
    top: 7%;
    right: 42%;
}

.hero-img-item.img-item5 {
    top: 0%;
    right: 17%;
}

.hero-img-item.img-item6 {
    top: 18%;
    right: -5%;
}

.hero-img-item.img-item7 {
    top: 43%;
    right: 5%;
}

.hero-img-item.img-item1,
.hero-img-item.img-item3,
.hero-img-item.img-item4,
.hero-img-item.img-item7 {
    animation-name: float_left_right;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right;
    -moz-animation-duration: 7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

@keyframes float_left_right {
    0% {
        transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

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

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

}

.hero-img-item.img-item2,
.hero-img-item.img-item5,
.hero-img-item.img-item6 {
    animation-name: float_top_bottom;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_top_bottom;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_top_bottom;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

@keyframes float_top_bottom {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }

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

}



/* ===============================================
    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-wrapper {
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    margin-top: 30px;
}

.prt-fid.inside.style1 {
    margin: 15px 0 30px;
    text-align: right;
    padding-right: 30px;
    padding-left: 15px;
    background-color: var(--base-skin);
    border-top-left-radius: var(--base-border-radius-60);
    border-bottom-left-radius: var(--base-border-radius-60);
    z-index: 1;
    position: relative;
}

.prt-fid.inside.style1:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 1px;
    bottom: -13px;
    right: 0;
    border-right: 15px solid var(--base-skin);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;

}

.prt-fid.inside.style1 h2,
.prt-fid.inside.style1 h2 span,
.prt-fid.inside.style3 h2,
.prt-fid.inside.style3 h2 span {
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
    color: var(--base-white);
    margin-bottom: 0;
}

.prt-fid.inside.style1 h2 span,
.prt-fid.inside.style3 h2 span {
    margin-left: -5px;
}

.prt-fid.inside.style1 .prt-fid-contents .prt-fid-title,
.prt-fid.inside.style3 .prt-fid-contents .prt-fid-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--base-white);
    position: relative;
    margin-bottom: 0px;
}

/* style2 */

.prt-fid-line:before {
    content: '';
    position: absolute;
    width: 133%;
    height: 1px;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 20%);
}

.prt-fid.inside.style2 {
    margin: 0;
    padding: 38px 0 0 0;
    width: 100%;
    text-align: left;
}

.prt-fid.inside.style2 h4,
.prt-fid.inside.style2 h4 span {
    font-size: 70px;
    line-height: 90px;
    font-weight: 600;
    color: var(--base-white);
    display: table-cell;
}

.prt-fid.inside.style2 .fid-contents h3.prt-fid-title {
    color: var(--base-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

/* style3 */

.prt-fid-wrapper1 {
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    margin-top: 25px;
}

.prt-fid.inside.style3 {
    margin: 15px 0 30px;
    text-align: left;
    padding-left: 30px;
    padding-right: 15px;
    background-color: var(--base-skin);
    border-top-right-radius: var(--base-border-radius-60);
    border-bottom-right-radius: var(--base-border-radius-60);
    z-index: 1;
    position: relative;
}

.prt-fid.inside.style3:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 1px;
    bottom: -13px;
    left: 0;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid var(--base-skin);
}

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

.featured-icon-box .prt-icon {
    margin-bottom: 0;
}

.featured-title h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    font-weight: 400;
}

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title,
.featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}

.featured-icon-box.icon-align-before-content .featured-icon i {
    display: inline-block;
    vertical-align: middle;
}

.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-content,
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
    padding-top: 0px;
}

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

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

.featured-icon-box.icon-align-before-content .featured-content .featured-desc p {
    margin-bottom: 0;
}

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

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

section {
    counter-reset: container
}

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

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

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

/* style1 */
.featured-icon-box.style1 {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.featured-icon-box.style1 .featured-icon .prt-icon {
    border: 0;
}

.featured-icon-box.style1 .featured-icon i {
    font-size: 45px;
}

.featured-icon-box.style1 .featured-title h3 {
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 0;
}

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

/* style2 */
.featured-icon-box.style2 {
    position: absolute;
    height: 230px;
    width: 230px;
    line-height: 80px;
    border-radius: var(--base-border-radius50);
    ;
    background-color: rgb(68 43 60 / 60%);
    text-align: center;
    opacity: 1;
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
}

.featured-icon-box.style2 .featured-icon {
    position: relative;
    left: 75px;
}

.featured-icon-box.style2 .featured-icon .prt-icon {
    border: 0;
}

.featured-icon-box.style2 .featured-title h3 a {
    font-size: 27px;
    line-height: 34px;
    font-weight: 600;
    color: var(--base-white);
}

/* style3 */
.featured-icon-box.style3 {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.featured-icon-box.style3 .featured-icon i {
    font-size: 26px;
}

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

.featured-icon-box.style3 .featured-title h3 a {
    color: var(--base-white);
}

.featured-icon-box.style3 .featured-title h3 a:hover {
    color: var(--base-skin);
}

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

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

.featured-thumbnail a:hover {
    cursor: pointer;

}

.featured-imagebox .featured-content .featured-title h3 {
    position: relative;
    overflow: hidden;
}

.featured-imagebox .featured-content .category,
.featured-imagebox .featured-content .category a {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
}

.featured-imagebox .featured-thumbnail img {
    width: 100%;
    transition: transform 0.6s ease-in-out;
}

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

/*post-1*/

.featured-imagebox-post.style1 {
    position: static;
    overflow: visible;
}

.featured-imagebox-post.style1 .featured-thumbnail {
    border-top-right-radius: var(--base-border-radius-80);
    border-bottom-left-radius: var(--base-border-radius-80);
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 30px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 2;
}

.featured-imagebox-post.style1 .featured-thumbnail img {
    width: 323px;
}

.featured-imagebox-post.style1 .featured-thumbnail.img-02 {
    bottom: -55px;
    top: unset;
}

.featured-imagebox-post.style1.active .featured-thumbnail {
    opacity: 1;
}

.featured-imagebox-post.style1 .featured-content {
    text-align: center;
}

.featured-imagebox-post.style1 .featured-content .post-meta span {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    color: var(--base-bodyfont-color);
}

.featured-imagebox-post.style1 .featured-content .featured-title h3 {
    font-size: 27px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.featured-imagebox-post.style1 .featured-content .featured-title h3 a {
    color: var(--base-headingfont-color);
}

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

/*post-2*/
.featured-imagebox-post.style2 {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.featured-imagebox-post.style2 .featured-thumbnail {
    min-width: 69px;
    height: 64px;
    border-radius: var(--base-border-radius-10);
}

.featured-imagebox-post.style2 .featured-thumbnail img {
    width: 69px;
    height: 64px;
    object-fit: cover;
}

.featured-imagebox-post.style2 .featured-content {
    padding: 0 0 0 22px;
}

.featured-imagebox-post.style2 .featured-content .post-meta span {
    font-size: 13px;
    line-height: 23px;
    padding: 0;
    transition: all .3s ease-in-out;
}

.featured-imagebox-post.style2 .featured-title h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    transition: all .3s ease-in-out;
}

/*post-3*/

.featured-imagebox-post.style3 {
    overflow: hidden;
    position: relative;
    padding: 30px 22px;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-20);
    margin: 30px 0 0px;
}

.featured-imagebox-post.style3 .featured-thumbnail {
    overflow: hidden;
    border-radius: var(--base-border-radius-20);
    width: 100%;
}

.featured-imagebox-post.style3 .featured-thumbnail.prt-blog-img img {
    max-height: 510px;
    object-fit: cover;
}

.featured-imagebox-post.style3 .featured-content {
    padding: 30px 0 0;
    text-align: left;
}

.featured-imagebox-post.style3 .featured-content h3 {
    position: relative;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 3px;
}

.featured-imagebox-post.style3 .featured-content h3 {
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    background-image: linear-gradient(var(--base-dark), var(--base-dark)),
        linear-gradient(var(--base-dark), var(--base-dark));
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
    display: inline;
}

.featured-imagebox-post.style3:hover .featured-content h3 {
    background-size: 0 1px, 100% 1px;
}

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

.featured-imagebox-post.style3 .featured-content span.prt-meta-line.category {
    position: relative;
    color: var(--base-white);
    display: inline-block;
    padding: 7px 12px;
    z-index: 2;
    font-size: 16px;
    background-color: var(--base-dark);
    border-radius: var(--base-border-radius-20);
}

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

.featured-imagebox-post.style3 .featured-content .post-meta {
    margin-bottom: 20px;
}

.featured-imagebox-post.style3 .featured-content .post-meta span {
    display: inline-block;
    position: relative;
    padding-left: 12px;
    font-size: 16px;
    line-height: 26px;
}

.featured-imagebox-post.style3 .featured-content .post-meta span:last-child {
    margin-left: 7px;
    padding-left: 18px;
}

.featured-imagebox-post.style3 .featured-content .post-meta span:last-child:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 1px;
    height: 16px;
    background-color: var(--base-bodyfont-color);
}

/*portfolio-1*/

.featured-imagebox-portfolio.style1 {
    position: relative;
    border-top-right-radius: var(--base-border-radius-60);
    border-bottom-left-radius: var(--base-border-radius-60);
    transition: unset;
}

.featured-imagebox-portfolio a:hover {
    color: #fff;
}

.featured-imagebox-portfolio.style1:hover {
    transform: unset;
}

.featured-imagebox-portfolio.style1 .featured-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 20px 0px 25px 44px;
    text-align: left;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transform: translateY(30%);
}

.featured-imagebox-portfolio.style1:hover .featured-content {
    opacity: 1;
    transform: translateY(0%);
}

.featured-imagebox-portfolio.style1 .featured-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3;
    border-top-right-radius: var(--base-border-radius-0);
    background-color: var(--base-skin);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.featured-imagebox-portfolio.style1 .featured-content .category {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: var(--base-white);
    padding-left: 15px;
}

.featured-imagebox-portfolio.style1 .featured-content .category:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    top: 26px;
    left: 45px;
    background-color: var(--base-white);
}

.featured-imagebox-portfolio.style1 .featured-content h3 a {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.featured-imagebox-portfolio.style1 .featured-content h3 a {
    color: var(--base-white);
}

.featured-imagebox-portfolio.style1 .prt-media-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 4;
    bottom: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
.featured-iconbox.prt-media-link {
    transform: translate(-32px, -32px);
}*/
.featured-imagebox-portfolio.style1 .prt-media-link a {
    height: 65px;
    width: 65px;
    line-height: 75px;
    border-radius: var(--base-border-radius50);
    ;
    text-align: center;
    background-color: rgb(68 43 60 / 85%);
    color: var(--base-white);
    position: relative;
    display: inline-block;
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -ms-transform: scale(0) rotate(360deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    margin: 0 auto;
    z-index: 4;
}

.featured-imagebox-portfolio.style1 .prt-media-link a i {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
}

.featured-imagebox-portfolio.style1:hover .prt-media-link a {
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
}

/*portfolio-2*/

.featured-imagebox-portfolio.style2 {
    position: relative;
    border: 1px solid var(--base-dark);
    background-color: var(--base-grey);
    margin: 0;
    padding-bottom: 110px;
    border-left: 0;
}

.featured-imagebox-portfolio.style2 .featured-content {
    padding: 90px 50px 38px;
    position: relative;
    z-index: 9;
}

.featured-imagebox-portfolio.style2 .featured-content .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featured-imagebox-portfolio.style2:hover .featured-content .featured-title h3 a {
    color: var(--base-white);
}

.featured-imagebox-portfolio.style2 .services-btn {
    width: 50px;
    height: 50px;
    background-color: var(--base-skin);
    border-radius: var(--base-border-radius50);
    ;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 85px;
    left: auto;
    right: 0px;
    z-index: 99;
    transform: translateX(-100%);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
}

.featured-imagebox-portfolio.style2 .services-btn a {
    width: 50px;
    height: 50px;
}

.featured-imagebox-portfolio.style2:hover .services-btn {
    background-color: var(--base-white);
    left: 50px;
    transform: translateX(0);
}

.featured-imagebox-portfolio.style2:hover .services-btn i {
    transform: rotate(45deg);
    margin-left: -4px;
}

.featured-imagebox-portfolio.style2 .services-btn i {
    margin-right: 0;
    line-height: 53px;
}

.featured-imagebox-portfolio.style2:hover .services-btn a {
    color: var(--base-dark);
}

.featured-imagebox-portfolio.style2 .featured-thumbnail {
    position: absolute;
    top: auto;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 110px;
    transition: all 0.6s ease-in-out;
}

.featured-imagebox-portfolio.style2 .featured-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.featured-imagebox-portfolio.style2:hover .featured-thumbnail {
    height: 100%;
}

.featured-imagebox-portfolio.style2 .featured-thumbnail:before {
    content: '';
    display: block;
    height: 70%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
}

.featured-imagebox-portfolio.style2:hover .featured-thumbnail :before {
    height: 100%;
}

/* services-1 */

.featured-imagebox-service-style1 {
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid var(--base-black);
    padding: 50px 0 50px;
    margin: 0px;
    cursor: pointer;
}

.featured-imagebox-service-style1.active {
    transition: all .5s linear 0ms;
    padding: 50px 0 50px;
}

.featured-imagebox-service-style1 .service-title h2 {
    position: relative;
    color: var(--base-headingfont-color);
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 0;
}

.featured-imagebox-service-style1.active .service-title h2 {
    margin-top: -20px;
}

.featured-imagebox-service-style1 .service-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.featured-imagebox-service-style1 .service-prt-btn {
    z-index: 99999;
    opacity: 1;
    transition: all .3s ease-in-out;
}

.featured-imagebox-service-style1 .service-prt-btn .prt-icon {
    margin-bottom: 0;
    transition: all .3s ease-in-out;
}

.featured-imagebox-service-style1 .service-prt-btn .prt-icon i {
    transition: all 0.0s ease-in-out;
}

.featured-imagebox-service-style1.active .service-prt-btn .prt-icon,
.featured-imagebox-service-style1 .service-prt-btn .prt-icon:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: var(--base-skin);
}

.featured-imagebox-service-style1.active .service-prt-btn .prt-icon i,
.featured-imagebox-service-style1 .service-prt-btn .prt-icon:hover i,
.prt-award-wrapper .award-content .award-title-btn .prt-icon:hover i {
    webkit-animation: linear infinite alternate;
    -webkit-animation-name: LeftToRight;
    -webkit-animation-duration: 5s;
    animation: LeftToRight .5s forwards;
}

@keyframes LeftToRight {
    49% {
        transform: translateX(-30%);
    }

    50% {
        opacity: 0;
        transform: translateX(-30%);
    }

    51% {
        opacity: 1;
    }

}

.featured-imagebox-service-style1 .services-content {
    padding-top: 40px;
}

.featured-imagebox-service-style1 .featured-title h3 {
    font-size: 30px;
    line-height: 44px;
    font-weight: 600;
}

.featured-imagebox-service-style1 .services-content {
    opacity: 0;
    position: absolute;
}

.featured-imagebox-service-style1.active .services-content {
    position: static;
    opacity: 1;
}

.featured-imagebox-service-style1 .featured-thumbnail {
    border-radius: var(--base-border-radius-135);
    margin-right: 50px;
}

/* services-2 */
.services-content-wrapper {
    position: relative;
    margin: 100px 0 225px;
}

.services-content-wrapper:before {
    content: '';
    position: absolute;
    background-color: var(--base-white);
    width: 1px;
    height: 300%;
    top: -100%;
    left: 0;
}

.services-item.style2 {
    z-index: 2;
    display: block;
    position: static;
}

.services-item.style2 .service-content {
    position: relative;
    padding-left: 100px;
}

.services-item.style2.active .service-content:before {
    content: '';
    position: absolute;
    background-color: var(--base-white);
    width: 60%;
    height: 1px;
    bottom: -13px;
    left: 0;
}

.services-item.style2 .service-content .service-title h3 a {
    position: relative;
    color: var(--base-white);
    font-size: 54px;
    line-height: 64px;
    font-weight: 600;
    opacity: .28;
}

.services-item.style2.active .service-content .service-title h3 a {
    opacity: 1;
}

.services-item.style2 .service-thumbnail {
    z-index: 1;
    position: absolute;
    opacity: 0;
    overflow: hidden;
    top: 80px;
    right: 100%;
    overflow: hidden;
    transition: all 1s ease;
    border-bottom: 1px solid var(--base-white);
    border-top: 1px solid var(--base-white);
    clip-path: inset(0 100% 0 0);
    animation: inactiveImageAnimation1 1s forwards ease;
}

.services-item.style2.active .service-thumbnail {
    opacity: 1;
    width: 100%;
    animation: activeImageAnimation1 1s forwards ease;
}

@keyframes inactiveImageAnimation1 {
    0% {
        clip-path: inset(0 0 0 0);
    }

    100% {
        clip-path: inset(0 100% 0 0);
    }
}

@keyframes activeImageAnimation1 {
    0% {
        clip-path: inset(0 0 0 100%);
    }

    100% {
        clip-path: inset(0 0 0 0);
    }
}

.services-item.style2 .service-thumbnail img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    position: relative;
}

.services-item.style2 .service-desc {
    opacity: 0;
    display: none;
    max-width: 50%;
    top: 113%;
    bottom: 0;
    left: 100px;
    position: absolute;
    transition: all 0.3s ease;
}

.services-item.style2.active .service-desc {
    opacity: 1;
    display: block;
    color: rgb(255 255 255 / 70%);
}

.services-item.style2 .service-prt-btn {
    width: 28px;
    max-width: 28%;
    position: absolute;
    top: 1%;
    bottom: 0%;
    left: 2%;
}

.services-item.style2 .service-prt-btn .prt-icon {
    margin-bottom: 0;
    transform: rotate(45deg);
    border: 0;
    opacity: 0;
}

.services-item.style2.active .service-prt-btn .prt-icon {
    color: var(--base-white);
    opacity: 1;
}


/*services-3*/
.featured-imagebox-service.style3 {
    position: relative;
    overflow: hidden;
    border-radius: var(--base-border-radius-15);
    width: 100%;
}

/*services-4*/
.featured-imagebox-service.style4 {
    position: relative;
    overflow: hidden;
    border-top-right-radius: var(--base-border-radius-80);
    border-bottom-left-radius: var(--base-border-radius-80);
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-imagebox-service.style4:hover .featured-icon-box.style2 {
    opacity: 0;
}

.featured-imagebox-service.style4 .featured-content .featured-title h3 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
}

.featured-imagebox-service.style4 .featured-content .featured-title h3 a {
    color: var(--base-white);
}

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

.featured-imagebox-service.style4 .featured-content .featured-desc p {
    color: rgb(255 255 255 / 75%);
}

.featured-imagebox-service.style4 .prt-box-view-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgb(0 0 0 / 60%);
    transition: .5s;
    transform: scale(1.15);
    opacity: 0;
}

.featured-imagebox-service.style4:hover .prt-box-view-overlay {
    opacity: 1;
    transform: scale(1);
}

.featured-imagebox-service.style4 .featured-content {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 0 35px 35px 35px;
    opacity: 0;
    transition: .5s;
}

.featured-imagebox-service.style4:hover .featured-content {
    opacity: 1;
}

.featured-imagebox-service.style4:hover .featured-bottom a {
    opacity: 1;
    transform: rotate(45deg) translate(0px, 0px);
}

/*services-5*/
.featured-imagebox-service.style5 {
    background-color: var(--base-grey);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px;
    transition: all 0.3s ease 0s;
}

.featured-imagebox-service.style5 .featured-thumbnail {
    max-width: 120px;
    min-height: 120px;
    height: 100%;
    border-radius: var(--base-border-radius-8);
    flex-shrink: 0;
}

.featured-imagebox-service.style5 .featured-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--base-border-radius-8);
}

.featured-imagebox-service.style5 .featured-content {
    padding: 0 0 0 20px;
    text-align: left;
}

.featured-imagebox-service.style5 .featured-title h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
    font-weight: 500;
}



/*step-1*/

.featured-stepbox.style1 {
    position: relative;
    padding: 20px 20px;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-20);
}

.featured-stepbox.style1 .featured-thumbnail {
    border-radius: var(--base-border-radius-20);
}

.featured-stepbox.style1 .featured-content {
    padding-top: 20px;
}

.featured-stepbox.style1 .featured-content .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--base-dark);
}

.featured-stepbox.style1 .featured-content .number {
    position: absolute;
    content: "";
    bottom: 18px;
    right: 18px;
    color: var(--base-dark);
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
    opacity: 0.11;
}

.featured-stepbox.style1:hover .featured-content .number {
    color: var(--base-skin);
}

.step-section_2 .featured-stepbox.style1 .number {
    width: 65px;
    height: 65px;
    background-color: var(--base-skin);
    border-radius: var(--base-border-radius50);
    font-size: 22px;
    line-height: 45px;
    color: var(--base-white);
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: -15%;
    left: 40%;
}

.step-section_2 .rating-content.style3 p {
    color: var(--base-white);
}

/*step-2*/

.stepbox-border {
    border-right: 1px solid var(--base-dark);
}

.featured-stepbox.style2 {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    overflow: visible;
}

.featured-stepbox.style2 .featured-thumbnail {
    min-width: 266px;
}

.featured-stepbox.style2 .featured-thumbnail img {
    border-radius: var(--base-border-radius-15);
}

/*.featured-stepbox.style2 .featured-thumbnail img:hover{
    padding: 0 15px;
    border-radius: var(--base-border-radius-15);
}*/
.featured-stepbox.style2 .featured-thumbnail:after {
    content: '';
    width: 1px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    border-right: 20px solid var(--base-grey);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.featured-stepbox.style2.box-left .featured-thumbnail:after {
    content: '';
    width: 1px;
    height: 1px;
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    border-left: 20px solid var(--base-grey);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
}

.featured-stepbox.style2 .featured-content {
    padding-right: 50px;
    text-align: right;
}

.featured-stepbox.style2.box-left .featured-content {
    text-align: left;
    padding-left: 50px;
    padding-right: 0;
}

.featured-stepbox.style2 .featured-content .featured-title h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 5px;
}

.featured-stepbox.style2 .featured-content .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 8px;
    width: 100%;
    margin-left: auto;
}

.featured-stepbox.style2.box-left .featured-content .featured-title h3 {
    width: 80%;
    margin-right: auto;
    margin-left: 0;
}

.featured-stepbox.style2 .featured-content .featured-desc p {
    padding-bottom: 0;
}

.featured-stepbox.style2 .featured-number {
    width: 60px;
    height: 60px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: -30px;
    border: 1px solid var(--base-dark);
    border-radius: var(--base-border-radius50);
    ;
    background-color: var(--base-grey);
    color: var(--base-dark);
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 55px;
    display: flex;
}

.featured-stepbox.style2:hover .featured-number {
    background-color: var(--base-skin);
    color: var(--base-white);
    border: 1px solid var(--base-skin);
}

.featured-stepbox.style2.box-left .featured-number {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -30px;
}

/* team */

/*style1*/
.featured-imagebox-team.style1 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 35px 0;
    margin: 0px 0;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    overflow: visible;
}

.featured-imagebox-team.style1 .featured-thumbnail {
    overflow: hidden;
    border-radius: var(--base-border-radius50);
    ;
    min-width: 157px;
    height: 157px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.featured-imagebox-team.style1:hover .featured-thumbnail {
    border-radius: var(--base-border-radius-15);
}

.featured-imagebox-team.style1 .featured-content {
    text-align: left;
    margin-left: 25px;
}

.featured-imagebox-team.style1 .featured-content h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
}

.featured-imagebox-team.style1 .featured-content h3 a {
    color: var(--base-white);
}

.featured-imagebox-team.style1 .featured-content h3 a:hover {
    color: var(--base-skin);
}

.featured-imagebox-team.style1 .featured-content .team-position {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--base-dark);
    padding: 7px 13px;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-25);
    display: inline-block;
    border: 5px solid var(--base-dark);
    position: absolute;
    left: -60px;

}

.featured-imagebox-team.style1 .featured-content .featured-desc p {
    color: rgb(255 255 255 / 70%);
    margin-bottom: 0;
}

/* style2 */
.featured-imagebox-team.style2 {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    padding: 30px 30px 15px;
    background-color: var(--base-grey);
    border: 1px solid var(--base-border-color);
    border-radius: var(--base-border-radius-50);
    border-radius: 50px;
    text-align: center;
}

.featured-imagebox-team.style2 .featured-thumbnail {
    border-radius: var(--base-border-radius50);
}

.featured-imagebox-team.style2 .featured-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.featured-imagebox-team.style2 .featured-content {
    padding: 22px 0 0 0;
    text-align: center;
}

.featured-imagebox-team.style2 .featured-title h3 {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 0px;
    font-weight: 600;
}

.featured-imagebox-team.style2 .featured-position {
    color: var(--base-dark);
}

.prt-team-social-wrapper .media-block {
    display: inline-block;
}

.prt-team-social-wrapper .media-block .media-btn a {
    width: 65px;
    height: 65px;
    background-color: #ecddd1;
    border-radius: var(--base-border-radius50);
    font-size: 22px;
    line-height: 54px;
    color: var(--base-dark);
    text-align: center;
    padding: 0;
    margin: 0 auto -30px;
    display: block;
    cursor: pointer;
}

.prt-team-social-wrapper .media-block ul.social-icons {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.prt-team-social-wrapper .media-block .media-btn.active ul.social-icons {
    opacity: 1;
    visibility: visible;
}

.prt-team-social-wrapper .media-block a i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.btn-circle {
    position: relative;
}

.prt-team-social-wrapper .media-block .media-btn ul.social-icons li {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transform: translate(0px, 20px);
}

.prt-team-social-wrapper .media-block .media-btn.active ul.social-icons li {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transform: translate(0px, -20px);
}

.prt-team-social-wrapper .media-block ul.social-icons li a {
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 55px;
    text-align: center;
    color: var(--base-white);
    background: var(--base-skin);
    border-radius: var(--base-border-radius-50);
    display: inline-block;
}

.closeButton {
    -webkit-animation-name: closeButton;
    animation-name: closeButton;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

@keyframes closeButton {
    from {
        -webkit-transform: none;
        transform: none;
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

/* style3 */
.featured-imagebox-team.style3 {
    position: relative;
    overflow: hidden;
    display: flex;
    text-align: left;
    align-items: center;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-90);
    margin-top: 35px;
}

.featured-imagebox-team.style3 .featured-thumbnail {
    border-radius: var(--base-border-radius50);
}

.featured-imagebox-team.style3 .featured-thumbnail img {
    object-fit: cover;
    transition: all 0.6s ease;
}

.featured-imagebox-team.style3 .featured-content {
    padding: 0 20px;
}

.featured-imagebox-team.style3 .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px;
    font-weight: 600;
}


/*steps-box-wrapper*/

.steps-box-wrapper {
    position: relative;
}

.steps-box-wrapper .step-box-content {
    padding: 25px 30px 30px;
    background-color: var(--base-background-color1);
    margin-top: 15px;
    border-radius: var(--base-border-radius-15);
}

.step-section_2 .steps-box-wrapper .step-box-content {
    background-color: var(--base-background-color2);
    margin-top: 20px;
    margin-right: 40px;
}

.steps-box-wrapper .step-box-content h3 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    color: var(--base-white);
    display: flex;
    padding: 0px 0 0 105px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.steps-box-wrapper .step-box-content .step-box-desc p {
    color: rgb(255 255 255 / 70%);
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.steps-box-wrapper .step-box-content h3:before {
    position: absolute;
    left: 0;
    top: 5px;
    counter-increment: container;
    content: counter(container, decimal-leading-zero) " Step";
    font-size: 14px;
    line-height: 17px;
    color: var(--base-white);
    background-color: var(--base-dark);
    padding: 5px 13px 5px 13px;
    border-radius: var(--base-border-radius-50);
    width: 81px;
    height: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.step-section_2 .steps-box-wrapper .step-box-content h3:before {
    background-color: var(--base-background-color3);
}

/*.featured-steps-box*/
.featured-stepsbox-main {
    position: relative;
}

.featured-stepsbox-main:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 75px;
    left: 160px;
    background-image: url(../images/work-process.webp);
    background-repeat: no-repeat;
    top: 30px;
    bottom: 0;
}

.featured-steps-box {
    position: relative;
    margin: 15px 0;
    text-align: center;
    padding: 0 40px;
}

.featured-steps-box.top-spacing {
    margin-top: 64px;
}

.featured-steps-box .featured-steps-num {
    position: relative;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: var(--base-dark);
    border-radius: var(--base-border-radius50);
    ;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.featured-steps-box:hover .featured-steps-num {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.featured-steps-box .featured-steps-num span:before {
    counter-increment: container;
    content: counter(container, decimal-leading-zero);
    font-size: 20px;
    color: var(--base-white);
    font-weight: 600;
}

.featured-steps-box .featured-content {
    padding-top: 22px;
}

.featured-steps-box .featured-title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}


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

.testimonials .testimonial-caption h3 {
    font-size: 17px;
    line-height: 27px;
    display: block;
    margin-bottom: 5px;
}

.testimonial-caption label {
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 4px;
    color: var(--base-skin);
}

.testimonials .testimonial-content blockquote {
    padding: 10px 25px;
    font-size: 20px;
    position: relative;
    line-height: 32px;
    font-style: italic;
    margin: 0;
}

/* style1 */
.testimonials.style1 {
    display: block;
    align-items: center;
    cursor: pointer;
}

.testimonials.style1 .testimonial-img img {
    width: 62px;
    height: 62px;
    border-radius: var(--base-border-radius50);
    ;
    margin-top: 15px;
}

.testimonials.style1 .testimonial-caption h3 {
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
    color: var(--base-headingfont-color);
    padding-top: 13px;
    margin-bottom: 0px;
}

.testimonials.style1 .testimonial-caption p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--base-bodyfont-color);
}

.row .col-xl-4 .testimonials.style1 .testimonial-caption p:last-child {
    margin-bottom: 0;
}

.testimonials.style1.slick-slide {
    border-left: 1px solid #e0e0e0;
    padding-left: 30px;
}

.slider-thumbs .testimonials.style1.slick-slide.slick-current.slick-active {
    border-left: 3px solid var(--base-skin);
}

/* style2 */

.testimonials.style2 {
    position: relative;
    border-top: 1px solid var(--base-skin);
}

.testimonials.style2.slick-slide {
    padding: 0 0;
}

.testimonials.style2 .testimonial-content {
    padding-top: 75px;
}

.testimonials.style2 blockquote {
    margin-right: 40px;
    font-size: 35px;
    line-height: 45px;
    color: var(--base-headingfont-color);
    padding: 20px 0 0 0;
    font-weight: 600;
    position: relative;
    font-style: italic;
}

.testimonials.style2 blockquote:before {
    position: absolute;
    content: '';
    height: 108px;
    width: 145px;
    right: 0px;
    bottom: 0px;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;
    z-index: -1;
}

/*star-ratting*/
.testimonial-content .star-ratings ul {
    padding: 0;
    margin: 0;
}

.testimonial-content .star-ratings li {
    font-size: 16px;
    min-width: 16px;
    display: inline-block;
    color: var(--base-white);
    background-color: var(--base-skin);
    padding: 0 6px;
    margin: 0 2px;
}

.testimonial-content .star-ratings ul li.active,
.testimonial-content .star-ratings ul li.active i {
    color: var(--base-white);
}

/* style3 */

.testimonials.style3 {
    position: relative;
    margin-top: 25px;
}

.testimonials.style3 .testimonial-content {
    padding-left: 65px;
    padding-right: 15px;
}

.testimonials.style3 .testimonial-content blockquote {
    font-size: 20px;
    line-height: 30px;
    color: var(--base-white);
    padding: 20px 0 25px;
}

.testimonials.style3 .testimonial-user {
    display: flex;
    align-items: center;
}

.testimonials.style3 .testimonial-img img {
    width: 62px;
    height: 62px;
    border-radius: var(--base-border-radius50);
    ;
    margin-right: 15px;
}

.testimonials.style3 .star-ratings ul {
    padding: 0;
    margin: 0;
}

.testimonials.style3 .star-ratings li {
    font-size: 16px;
    min-width: 16px;
    display: inline-block;
    color: var(--base-white);
    background-color: transparent;
    padding: 0 1px;
    margin: 0 1px;
}

.testimonials.style3 .star-ratings ul li.active,
.star-ratings ul li.active i {
    color: var(--base-white);
}

.testimonials.style3:before {
    position: absolute;
    content: '';
    height: 45px;
    width: 60px;
    left: 0px;
    top: 0px;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/quote-1.webp);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}


/* ===============================================
    15.Client-row  
------------------------*/
.client-box {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.client-box .prt-client-logo-tooltip {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: var(--base-dark);
    padding: 50px 0 50px;
    background-color: var(--base-grey);
}

.client-box.slick-slide.slick-current+.slick-active .client-box .prt-client-logo-tooltip {
    border-width: 1px 0px 0px 0;
}

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

.client_spacing-box .slick-slide {
    padding: 0;
}



/* ===============================================
    16.Accordion
------------------------*/
.wrap-acadion .accordion {
    margin-top: 15px;
}

.accordion .toggle-title a {
    display: block;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}

.accordion .toggle-title a i {
    margin-right: 15px;
}

.accordion .toggle-content {
    margin-top: 15px;
}

.accordion .toggle-content.show {
    display: block !important;
}

.accordion .toggle-content p:last-child {
    margin-bottom: 0;
}

.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    display: inline-block;
    content: "\f055";
    border-radius: var(--base-border-radius50);
    font-size: 20px;
}

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

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

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

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

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

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

/* prt-style-classic style1 */
/*style1*/
.accordion.style1 {
    position: relative;
    padding: 20px 50px;
    margin-top: 30px;
    border: 2px solid var(--base-dark);
    border-radius: var(--base-border-radius-20);
    background-color: var(--base-grey);

}

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

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

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-content {
    margin-top: 0;
    padding: 0 0 35px;
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a {
    padding: 30px 70px 30px 0px;
    font-family: var(--base-headingfont);
    font-size: 25px;
    line-height: 36px;
    font-weight: 500;
    white-space: normal;
    color: var(--base-dark);
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active {
    padding: 30px 70px 15px 0px;
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:after {
    content: "\f113";
    font-size: 28px;
    font-family: "flaticon";
    position: absolute;
    top: 30px;
    right: 0;
    transition: all 0.1s ease;
    color: var(--base-dark);
    font-weight: bold;
}

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

/*style2*/
.accordion.style2 {
    position: relative;
}

.accordion.style2 .toggle.prt-toggle_style_classic {
    background-color: var(--base-white);
    border-radius: var(--base-border-radius-15);
    margin-bottom: 15px;
}

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

.accordion.style2 .toggle.prt-toggle_style_classic .toggle-content {
    margin-top: 0;
    padding-top: 23px;
    border-top: 1px solid #f2e5da;
    padding: 23px 0px 25px;
    margin: 0 30px;
}

.accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a {
    font-family: var(--base-headingfont);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    white-space: normal;
    padding: 25px 70px 25px 30px;
}

.accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a.active {
    padding-bottom: 18px;
}

.accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a:after {
    content: "\f107";
    font-size: 15px;
    font-weight: 800;
    font-family: "flaticon";
    position: absolute;
    top: 25px;
    right: 30px;
    transition: all 0.1s ease;
}

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

/* ===============================================
    17.Wrap-Form
------------------------*/
.wrap-form label {
    width: 100%;
    margin: 0;
}

.wrap-form span.text-input {
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.wrap-form span.text-input>i {
    position: absolute;
    left: 10px;
    top: 21px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}

/* form */
.prt-blog-classic-box-comment {
    padding: 40px 50px 50px;
    border-radius: var(--base-border-radius-25);
    border: 1px solid var(--base-border-color1);
}

.prt-blog-classic-box-comment h3.comment-reply-title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
}

.wrap-form.contact_form span.text-input i {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 15px;
    z-index: 1;
    color: var(--base-skin);
}

.wrap-form.contact_form span.text-input input,
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select {
    border-radius: var(--base-border-radius-0);
    color: rgba(0, 0, 0, .60);
    border-color: transparent;
    border-radius: var(--base-border-radius-5);
    padding: 12px 15px;
    padding-left: 44px;
}

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

.prt-bgcolor-grey .wrap-form.contact_form span.text-input input,
.prt-bgcolor-grey .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-grey .wrap-form.contact_form span.text-input select {
    background-color: var(--base-white);
}

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

.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input::-webkit-input-placeholder,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea::-webkit-input-placeholder,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select::-webkit-input-placeholder {
    color: var(--base-white);
}

.wrap-form.query_form span.text-input {
    margin: 0 0 0px;
}

.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: 0;
    border-top: 1px solid rgb(255 255 255 / 35%);
    background-color: transparent;
    color: rgb(255 255 255 / 70%);
    padding: 30px 17px;
    font-size: 15px;
    line-height: 25px;
}

.wrap-form span.text-input input::-webkit-input-placeholder,
.wrap-form span.text-input textarea::-webkit-input-placeholder,
.wrap-form span.text-input select::-webkit-input-placeholder {
    color: rgb(255 255 255 / 70%);
}

.wrap-form.query_form button.prt-btn {
    width: 100%;
}

/*style1*/
.wrap-form.query_form-1 span.text-input {
    margin: 0 0 20px;
}

.wrap-form.query_form-1 span.text-input label {
    font-family: var(--base-headingfont);
    font-size: 18px;
    line-height: 19px;
    color: var(--base-black);
}

.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: var(--base-border-radius-8);
    border: 1px solid rgba(0 0 0 / 0.10);
    background-color: transparent;
    color: var(--base-black);
    padding: 8px 15px;
    font-size: 14px;
}

.wrap-form.query_form-1 span.text-input input::-webkit-input-placeholder,
.wrap-form.query_form-1 span.text-input textarea::-webkit-input-placeholder,
.wrap-form.query_form-1 span.text-input select::-webkit-input-placeholder,
.wrap-form.query_form-1 span.text-input select {
    color: rgba(0 0 0 / 0.55);
}

.wrap-form.query_form-1 span.text-input select {
    padding: 10px 15px 12px;
}

.wrap-form.query_form-1 button.prt-btn {
    width: 100%;
}

.wrap-form.query_form-1 .select-type label {
    width: auto;
    margin-left: 12px;
    color: var(--base-black);
    font-size: 16px !important;
    font-family: var(--base-bodyfont) !important;
}

.wrap-form.query_form-1 .select-type .input-select {
    border: 1px solid rgba(0 0 0 / 0.10);
    display: inline-flex;
    border-radius: var(--base-border-radius-8);
    color: rgba(0 0 0 / 0.55);
    font-size: 14px;
    padding: 12px 15px;
    margin: 0 10px 8px 0;
}

.wrap-form.query_form-1 span.text-input.select-type input {
    border: 1px solid rgb(255 255 255 / 35%);
    padding: 0;
}


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

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

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

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

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

/*style1*/
.prt-tabs.prt-tab-style-01 ul.tabs {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 32%;
    margin-top: -12px;
}

.prt-tabs.prt-tab-style-01 ul.tabs li {
    display: inline-block;
    padding: 5px 25px 5px;
    border-radius: var(--base-border-radius-20);
    border: 1px solid var(--base-dark);
    margin: 15px 10px 5px 0;
    color: var(--base-dark);
    cursor: pointer;
}

.prt-tabs.prt-tab-style-01 ul.tabs li:last-child {
    margin: 0;
}

.prt-tabs.prt-tab-style-01 ul.tabs li a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--base-headingfont);
}

.prt-tabs.prt-tab-style-01 ul.tabs li.active {
    background-color: var(--base-skin);
    color: var(--base-white);
    border: 1px solid var(--base-skin);
}

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


.prt-tabs.prt-tab-style-01 .tab-figure {
    margin: 5px 20px 0px 0px;
}

.prt-tabs.prt-tab-style-01 .prt-list.prt-list-style-icon li {
    display: inline-block;
    padding: 0 0 10px;
    font-weight: 400;
}

.prt-tabs.prt-tab-style-01 .prt-list.prt-list-style-icon li span {
    font-weight: 400;
}

.prt-tabs.prt-tab-style-01 .content-tab {
    padding: 30px 0 0 0;
}

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

.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: 15px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--base-headingfont);
    color: var(--base-dark);
    background-color: transparent;
    padding: 10px 30px 9px 30px;
    ;
    margin: 0 0 10px 10px;
    border-radius: var(--base-border-radius-10);
    border: 2px solid var(--base-dark);
}

.prt-tabs.prt-tab-style-02 ul.tabs li.active a {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white);
}

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



/*prt-list-style-icon-01*/
.prt-list.prt-list-style-icon-01 .prt-list-li-content {
    display: block;
    padding: 6px 0 6px 18px;
    font-size: 16px;
    position: relative;
}

.prt-list.prt-list-style-icon-01 li:before {
    content: '\e818';
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 15px;
    font-family: 'fontello';
}

/* ===============================================
    19.Boxes-Spacing
------------------------*/
.row.prt-boxes-spacing-20px,
.prt-boxes-spacing-20px {
    margin: 0 -20px !important;
}

.row.prt-boxes-spacing-20px .prt-box-col-wrapper {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.row.prt-boxes-spacing-15px,
.prt-boxes-spacing-15px {
    margin: 0 -8px !important;
}

.row.prt-boxes-spacing-15px .prt-box-col-wrapper {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
}

.row.prt-boxes-spacing-10px,
.prt-boxes-spacing-10px {
    margin: 0 -10px;
}

.row.prt-boxes-spacing-10px .prt-box-col-wrapper {
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-bottom: 10px;
}

.row.prt-boxes-spacing-5px,
.prt-boxes-spacing-5px {
    margin: 0;
}

.row.prt-boxes-spacing-5px .prt-box-col-wrapper {
    padding-right: 2.5px;
    padding-left: 2.5px;
    padding-bottom: 5px;
}

.row.prt-boxes-spacing-0px,
.prt-boxes-spacing-0px {
    margin: 0;
}

.row.prt-boxes-spacing-0px .prt-box-col-wrapper {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 0px;
    outline: 0;
}

.row.prt-boxes-spacing-0px .slick-slide {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/* ===============================================
    20.Pricing-Plan
------------------------*/
.prt-pricing-plan {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: visible;
    margin: 30px 0 0 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);

}

.prt-pricing-plan .prt-pricing-type {
    background-color: var(--base-skin);
    opacity: 1;
}

.prt-pricing-type {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--base-border-radius-20);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    color: var(--base-white);
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    font-weight: 600;
}

.prt-p_table-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.prt-p_table-title p {
    margin-bottom: 0px;
}

.prt-p_table-title {
    border-bottom: 1px solid var(--base-dark);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.prt-p_table-amount .cur_amount span,
.prt-p_table-amount .cur_period span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--base-dark);
}

.prt-p_table-amount .cur_amount p,
.prt-p_table-amount .cur_period p {
    margin-bottom: 0;
}

.prt-p_table-amount .cur_amount,
.prt-p_table-amount .cur_period {
    display: flex;
    justify-content: space-between;
}

.prt-p_table-content {
    padding: 30px 30px;
    border: 1px solid var(--base-dark);
    border-radius: var(--base-border-radius-20);
    background-color: var(--base-grey);
}

.prt-pricing-plan:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/* ===============================================
    21.Sidebar
------------------------*/
.sidebar .widget-area .widget {
    position: relative;
    margin: 0 0 35px;
    background-color: var(--base-white);
    border-radius: var(--base-border-radius-5);
}

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

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

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

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

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

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

.sidebar .widget ul>li:first-child {
    padding-top: 0;
    margin-top: 0;
}

.sidebar .widget-title h3 {
    font-size: 23px;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
}

/*widget-search*/
.sidebar .widget.widget-search,
.sidebar .widget-area.prt-col-bgcolor-yes .widget.widget-search {
    padding: 0;
}

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

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

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

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

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

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

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

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

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

.widget-banner h3 {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 15px;
}

.widget-banner .widget-banner-btn {
    margin-top: 65px;
}


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

.hero-section.hero-wrapper {
    width: 100%;
    min-height: 1084px;
    background-image: url(../images/slides/slider-mainbg-01.webp);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.hero-section .hero-content h2.title {
    font-size: 100px;
    line-height: 126px;
    font-weight: 500;
    color: var(--base-white);
}

/* cursor */
.prt-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: opacity .3s, color .4s;
    -o-transition: opacity .3s, color .4s;
    -moz-transition: opacity .3s, color .4s;
    transition: opacity .3s, color .4s;
}

.prt-cursor.-visible:before {
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2)
}

.prt-cursor.-visible.-active:before {
    -webkit-transform: scale(.23);
    -moz-transform: scale(.23);
    -ms-transform: scale(.23);
    -o-transform: scale(.23);
    transform: scale(.23);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.prt-cursor.-pointer:before {
    -webkit-transform: scale(.15);
    -moz-transform: scale(.15);
    -ms-transform: scale(.15);
    -o-transform: scale(.15);
    transform: scale(.15)
}

.prt-cursor.-text:before {
    opacity: 1;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7)
}

.prt-cursor.-text .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.prt-cursor.-text.-active:before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.prt-cursor.-tooltip:before {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.prt-cursor.-tooltip .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    justify-content: unset;
    align-items: unset
}

.prt-pfbox-overlay {
    padding: 23px 15px 28px;
    text-align: center;
    background-color: #000;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -30%;
    top: auto;
    transition: 500ms all linear 0ms;
    opacity: 0;
    overflow: hidden;
    display: none;
}

.prt-cursor .ctaimg-title a {
    display: inline-block;
    border-radius: 8px;
    padding: 12px 25px 12px 25px;
    background: rgba(255, 255, 255, 0.80);
    border: 1px solid var(--base-white);
    font-family: var(--base-headingfont);
    color: var(--base-dark);
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
}

/*prt-marquebox-main  */
.prt-marquebox-main {
    position: relative;
}

.prt-marquebox-wrapper {
    position: relative;
    bottom: 0;
    margin-left: -480px;
    margin-right: -480px;
    z-index: 3;
    padding-top: 5px;
    padding-bottom: 5px;
}

@keyframes prt-marque-textrev {
    100% {
        transform: translate(-20%, 0);
    }

    0% {
        transform: translate(-100%, 0);
    }

}

@keyframes prt-marque-text {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 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: var(--base-white);
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
}

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

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

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

.marquee-content:hover {
    animation-play-state: paused;
}

.marquee-text {
    position: relative;
}

.marquee-text:before {
    content: "\f004";
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: 'FontAwesome';
    color: var(--base-white);
    font-size: 14px;
    line-height: 26px;
    font-weight: 900;
}

/* style1 */
.prt-marquebox-style1 {
    width: 100%;
    animation: prt-marque-text 50s linear infinite;
    will-change: transform;
    white-space: nowrap;
}

.prt-marquebox-style1 ul.marquebox-list {
    margin: 13px 0;
}

.prt-marquebox-style1:hover {
    animation-play-state: paused !important;
}

.prt-marquebox-style1 ul.marquebox-list li {
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 600;
    font-family: var(--base-headingfont);
    position: relative;
    display: inline-block;
    text-align: center;
}

.prt-marquebox-style1 ul.marquebox-list li span {
    color: var(--base-white);
}

.prt-marquebox-style1 ul.marquebox-list li:before {
    content: '-';
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
    color: var(--base-white);
    position: absolute;
    bottom: 0px;
    top: -13px;
    left: auto;
    right: -48px;
}

/*hero-section*/

.hero-section {
    position: relative;
    width: 100%;
    background-image: url(../images/pagetitle-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

/*service_tags*/
.service_tags {
    padding: 20px 0 0px;
    margin-top: 28px;
}

.service_tags h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
}

.service_tags .prt-tags-links a {
    font-size: 17px;
    display: inline-block;
    font-weight: 400;
    font-family: var(--base-headingfont);
    color: var(--base-white);
    padding: 5px 25px 5px;
    border-radius: var(--base-border-radius-20);
    border: 1px solid var(--base-white);
    margin: 15px 10px 0px 0;
}

.service_tags .prt-tags-links a:last-child {
    margin: 15px 0 0 0;
}

.service_tags .prt-tags-links a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border: 1px solid var(--base-skin);
}

.hero-inline-btn .prt-btn {
    padding: 15px 0;
    margin-top: 15px;
}

.service-title.style1 {
    display: flex;
    align-items: center;
    max-width: 68%;
}

.service-title.style1 h3 {
    font-size: 18px;
    line-height: 38px;
    font-weight: 500;
    position: relative;
    min-width: 32%;
}

.service-title.style1 h3:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    top: 20px;
    right: 0;
    margin: 0 20px;
    background-color: var(--base-dark);
}

/*prt-shape*/
.cta-content {
    position: absolute;
    top: 20%;
    left: 4%;
    right: 0%;
    bottom: 0%;
    z-index: 9;
}

.prt-shape img,
.prt-shape1 img {
    position: absolute;
    z-index: 1;
}

.prt-shape img.prt-animation {
    top: 15%;
    left: 15%;
}

.prt-shape img.prt-animation-1 {
    top: 65%;
    left: 41%;
    -webkit-animation: prt-animation-1 4s linear 0s infinite alternate;
    -moz-animation: prt-animation-1 4s linear 0s infinite alternate;
    -o-animation: prt-animation-1 4s linear 0s infinite alternate;
    animation: prt-animation-1 4s linear 0s infinite alternate;
}

@keyframes prt-animation-1 {
    0% {
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px);
    }

    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.prt-shape img.prt-animation-2 {
    right: 27%;
    top: 25%;
    -webkit-animation: prt-animation-2 6s linear infinite;
    -moz-animation: prt-animation-2 6s linear infinite;
    -o-animation: prt-animation-2 6s linear infinite;
    animation: prt-animation-2 6s linear infinite;
}

.prt-shape1 img.prt-animation-2 {
    right: 10%;
    top: 45%;
    -webkit-animation: prt-animation-2 6s linear infinite;
    -moz-animation: prt-animation-2 6s linear infinite;
    -o-animation: prt-animation-2 6s linear infinite;
    animation: prt-animation-2 6s linear infinite;
}

@keyframes prt-animation-2 {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.prt-shape5 {
    position: relative;
}

.prt-animation {
    -webkit-animation: prt-animation 4s linear 0s infinite alternate;
    -moz-animation: prt-animation 4s linear 0s infinite alternate;
    -o-animation: prt-animation 4s linear 0s infinite alternate;
    animation: prt-animation 4s linear 0s infinite alternate;
}

@keyframes prt-animation {
    0% {
        -webkit-transform: translateX(-70px);
        -moz-transform: translateX(-70px);
        -ms-transform: translateX(-70px);
        transform: translateX(-70px);
    }

    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}


/*cta-image*/
.cta-image-wrapper {
    position: relative;
}

.cta-image-wrapper .cta-img-1 {
    position: absolute;
    margin-top: 47px;
}

.cta-image-wrapper .cta-img-2 {
    position: absolute;
    bottom: 10px;
}

.cta-image-wrapper .video-wrapper {
    margin-left: 114px;
    height: 590px;
    width: 910px;
}

.cta-image-wrapper .cta-img-3 {
    width: 100%;
    height: 100%;
    position: relative;
}

.cta-image-wrapper .cta-img-3 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}

/*.video-background {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-background video {
  position: absolute;
  left: 50%;
  width: 910px;
  height: 590px;
  transform: translate(-50%, -50%);
}*/


/*prt-rating-box*/

/*style2*/

.prt-rating-box.style2 {
    position: relative;
}

.prt-rating-box.style2 .rating-num h3 {
    font-size: 54px;
    line-height: 55px;
    font-weight: 700;
    margin: 0;
}

.prt-rating-box.style2 .star-ratings li,
.rating-content.style3 .star-ratings li {
    font-size: 19px;
    min-width: 19px;
    display: inline-block;
    color: #fdcb2c;
    background-color: transparent;
    padding: 0 0px;
    margin: 0 2px;
}

.prt-rating-box.style2 .star-ratings ul li.active,
.prt-rating-box.style2 .star-ratings ul li.active i,
.rating-content.style3 .star-ratings ul li.active,
.rating-content.style3 .star-ratings ul li.active i {
    color: #fdcb2c;
}

.prt-rating-box.style2 p {
    background-color: var(--base-grey);
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: var(--base-border-radius-20);
    display: inline-block;
}

.prt-rating-box.style2 h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 15px;
}

/*style3*/
.rating-content.style3 {
    position: relative;
    padding-left: 25px;
}

.step-section_2 .rating-content.style3 {
    border-left: 1px solid #e0e0e0;
}

.rating-content.style3 h3 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 12px;
}

.prt-rating-box.style2 .star-ratings ul,
.rating-content.style3 .star-ratings ul {
    padding-left: 0;
    margin-top: 3px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/*experiance-block*/
.experiance-block {
    position: relative;
    text-align: center;
}

.experiance-block .block-title h2 {
    font-size: 109px;
    line-height: 121px;
    font-weight: 700;
    margin-bottom: 0;
}

.experiance-block .block-title h3 {
    font-size: 20px;
    line-height: 28px;
}

.prt-shape-4 {
    position: absolute;
    bottom: 45px;
}

/*award*/

.award-box {
    position: relative;
}

.featured-content-award.style1 .award-box1,
.award-border1 {
    background-color: var(--base-grey);
}

.featured-content-award.style1 .award-box2,
.award-border2 {
    background-color: #f8f9ff;
}

.featured-content-award.style1 .award-box3,
.award-border3 {
    background-color: #e6ffea;
}

.featured-content-award.style1 {
    position: relative;
    text-align: center;
    margin: 0px 15px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.featured-content-award.style1 .award-box1,
.featured-content-award.style1 .award-box2,
.featured-content-award.style1 .award-box3 {
    border-top-left-radius: var(--base-border-radius-20);
    border-top-right-radius: var(--base-border-radius-20);
}

.featured-content-award.style1:hover {
    margin-top: -10px;
}

.featured-content-award.style1 .featured-number {
    position: relative;
    color: var(--base-dark);
    background-color: var(--base-white);
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    padding: 5px 10px;
    border-bottom-right-radius: var(--base-border-radius-15);
    border-bottom-left-radius: var(--base-border-radius-15);
    display: inline-block;
}

.step-section_2 .featured-content-award.style1 .featured-number {
    background-color: #ffb646;
}

.featured-content-award.style1 .featured--title h3 {
    font-size: 20px;
    line-height: 30px;
    color: var(--base-dark);
    margin: 15px 0 10px 0;
}

.featured-content-award.style1 .sub-title h4 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0;
    color: var(--base-white);
    padding: 10px 15px;
    border-radius: var(--base-border-radius-10);
    margin: 0 -30px;
}

.featured-content-award.style1 .award-box1 h4 {
    background-color: var(--base-skin);
}

.featured-content-award.style1 .award-box2 h4 {
    background-color: #5d5aea;
}

.featured-content-award.style1 .award-box3 h4 {
    background-color: #5de272;
}

.featured-content-award.style1 .award-year {
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
    color: var(--base-dark);
    margin-top: 20px;
}

.award-box {
    position: absolute;
    top: 0%;
    left: auto;
    right: auto;
    width: 100%;
    height: 100%;
}

.award-border {
    position: absolute;
    top: 100%;
    left: auto;
    right: auto;
    width: 100%;
    height: 80px;
}

.award-border1,
.award-border2,
.award-border3 {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 100%;
    height: 80px;
    margin-top: -1px;
}

.featured-content-award-inner {
    position: relative;
    padding: 0 15px;
}

/*cta-block*/

.cta-block .cta-heading {
    text-align: center;
    position: relative;
}

.cta-block .cta-heading h2 {
    font-size: 90px;
    line-height: 111px;
}

.animate-text {
    background-image: linear-gradient(-225deg, var(--base-skin) 0%, var(--base-white) 29%, var(--base-white) 67%, var(--base-skin) 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.cta-block .cta-heading-wrapper {
    position: relative;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    padding-left: 200px;
}

.cta-block .cta-text-wrapper {
    margin-right: 20px;
}

.cta-block .cta-heading-wrapper .cta-text {
    color: var(--base-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.cta-heading-wrapper .cta-img-wrapper {
    border-radius: var(--base-border-radius-25);
    margin-left: 40px;
    margin-right: 40px;
    display: inline-block;
    overflow: hidden;
}

/*cta-section_2*/

.cta-section_2 .cta-img-wrapper {
    border-radius: var(--base-border-radius-150);
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.cta-section_2 .cta-img-wrappe img {
    width: 100%;
}

.cta-section_2 .cta-image-block1 {
    width: 230px;
    background-color: #9627eb;
    border-radius: var(--base-border-radius-20);
    padding: 20px 25px;
    position: absolute;
    top: 0%;
    bottom: auto;
    right: 0%;
    overflow: hidden;
}

.cta-section_2 .cta-image-block1 .cta-block-text {
    color: var(--base-white);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

.cta-section_2 .cta-image-block2 {
    width: 320px;
    background-color: #18c766;
    border-radius: var(--base-border-radius-35);
    padding: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0%;
    top: auto;
    left: 0%;
    overflow: hidden;
}

.cta-section_2 .cta-image-block2 .cta-block-text {
    color: var(--base-white);
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    padding-left: 15px;
}

/*blog*/

.blog-box1 {
    width: 488px;
    height: 307px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 70px 50px 0;
    z-index: 9;
    background-color: var(--base-white);
    border-bottom-right-radius: var(--base-border-radius-15);
}

.blog-box1 .featured-content {
    text-align: left;
}

.blog-box1 .featured-content .post-meta span {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    color: var(--base-bodyfont-color);
}

.blog-box1 .featured-content .featured-title h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}

.blog-box2 {
    width: 222px;
    height: auto;
    position: absolute;
    top: -50px;
    left: 32%;
    padding: 40px 25px;
    z-index: 9;
    background-color: var(--base-skin);
    border-radius: var(--base-border-radius-10);
}

.blog-box2 .featured-content .featured-title h3 a {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
    color: var(--base-white);
}

.blog-box2 .prt-post-footer a:hover {
    color: var(--base-dark);
}

.blog-box3 {
    width: 401px;
    height: auto;
    position: absolute;
    bottom: 0px;
    right: 60px;
    padding: 5px 20px;
    z-index: 9;
    background-color: var(--base-white);
    border-top-left-radius: var(--base-border-radius-10);
    border-top-right-radius: var(--base-border-radius-10);
}

.prt-blog-text {
    font-size: 16px;
    line-height: 26px;
    color: var(--base-bodyfont-color);
    font-weight: 400;
}

.prt-blog-text a {
    position: relative;
    color: var(--base-headingfont-color);
    font-weight: 500;
    margin-left: 40px;
}

.prt-blog-text a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 2px;
    left: 0;
    background-color: var(--base-headingfont-color);
}

.prt-blog-text a:hover:before {
    background-color: var(--base-skin);
}

.prt-blog-text a:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 34px;
    bottom: -6px;
    left: -20px;
    background-color: #dadada;
}

/*about-video-content*/

.about-video-content {
    display: flex;
    padding: 55px 120px 0 60px;
}

.about-video-content .play-icon a {
    width: 131px;
    height: 131px;
    background-color: var(--base-black);
    color: var(--base-white) !important;
    border-radius: var(--base-border-radius50);
    ;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 0 0 0 rgb(13 13 13);
    transform: scale(1);
}

.about-video-content .play-icon a i {
    font-size: 50px;
}

.about-video-content .play-icon {
    position: relative;
    margin-top: -116px;
    z-index: 1;
}

.about-video-content .about-content {
    padding-left: 30px;
}

.about-video-content .about-content h3 {
    font-size: 41px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 0;
}

/*team-block*/

.team-block {
    background-color: var(--base-skin);
    padding: 60px 45px;
    width: 566px;
    height: auto;
    position: absolute;
    right: -100px;
    top: 20%;
}

/*prt-award-wrapper*/
.bg-base-grey .prt-award-wrapper {
    background-color: transparent;
}

.prt-award-wrapper {
    position: relative;
    margin-top: 20px;
    border: 1px solid var(--base-dark);
    background-color: var(--base-grey);
}

.prt-award-wrapper .award-content {
    padding: 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.prt-award-wrapper .award-content .award-year {
    width: 365px;
    align-self: stretch;
    border-right: 1px solid var(--base-dark);
    padding: 30px 0;
    position: relative;
}

.prt-award-wrapper .award-content .award-year .year-box,
.prt-award-wrapper .award-content .award-title .title,
.prt-award-wrapper .award-content .award-icon .icon-box {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.prt-award-wrapper .award-content .award-year .year-box h3 {
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    margin: 0;
    padding: 2px 65px;
    display: inline-block;
    border: 1px solid var(--base-dark);
    border-radius: var(--base-border-radius-20);
    position: relative;
    opacity: 1;
}

.prt-award-wrapper:hover .award-content .award-year .year-box h3 {
    opacity: 0;
}

.prt-award-wrapper .award-content .award-year .title h4 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.prt-award-wrapper:hover .award-content .award-year .title h4 {
    opacity: 1;
    visibility: visible;
}

.prt-award-wrapper .award-content .award-icon {
    width: 200px;
    align-self: stretch;
    border-right: 1px solid var(--base-dark);
}

.prt-award-wrapper .award-content .award-icon .icon-box i {
    font-size: 75px;
    line-height: 75px;
    color: var(--base-dark);
}

.prt-award-wrapper .award-content .award-title {
    flex-grow: 2;
    align-self: stretch;
    border-right: 1px solid var(--base-dark);
}

.prt-award-wrapper .award-content .award-title .title {
    height: 100%;
}

.prt-award-wrapper .award-content .title h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin: 0;
}

.prt-award-wrapper .award-content .award-title-btn {
    width: 215px;
    padding: 30px 0;
}

.prt-award-wrapper .award-content .award-title-btn .prt-icon {
    margin-bottom: 0;
    transition: all .0s ease-in-out;
    background-color: #f5e6da;
    color: var(--base-dark);
    border-color: transparent;
}

.prt-award-wrapper:hover .award-content .award-title-btn .prt-icon {
    background-color: var(--base-skin);
    color: var(--base-white);
}

/*prt-contact-block*/
.prt-contact-block {
    padding: 25px 30px;
    border-radius: var(--base-border-radius-15);
}

.prt-contact-block h3 {
    font-size: 22px;
    line-height: 32px;
}

.prt-contact-block ul.contact-link {
    text-align: left;
}

.prt-contact-block ul.contact-link li {
    margin: 5px 32px 5px 0;
}

.prt-contact-block ul.contact-link li:last-child {
    margin-right: 0;
}

.prt-contact-block ul.contact-link li i {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    color: var(--base-dark);
    border: 1px solid var(--base-dark);
    border-radius: var(--base-border-radius-50);
    margin-right: 10px;
}

.prt-contact-block ul.contact-link li a:hover i {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
    color: var(--base-white);
}

/*contactfaq*/

.prt-contactfaq-sidebar {
    position: relative;
    text-align: center;
    padding: 40px 45px 45px;
    /* background-color: var(--base-skin); */
    background: radial-gradient(#fff, #ff0000);
    border-radius: var(--base-border-radius-20);
}

.birthday:hover {
    color: var(--base-skin);
    transition: all 0.9s ease 0s;
}

.prt-contactfaq-sidebar .prt-icon {
    border: 0;
    margin-bottom: 10px;
}

.prt-contactfaq-sidebar i {
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    color: var(--base-white);
}

.prt-contactfaq-sidebar h3.widget-title {
    font-size: 22px;
    line-height: 35px;
    font-weight: 500;
}

/*featured-wrapper-box*/

.featured-wrapper-box {
    border-radius: var(--base-border-radius-10);
    background-color: var(--base-grey);
    border: 1px solid var(--base-dark);
    padding: 35px 30px;
}

.featured-wrapper-box .featured-content h3 {
    font-size: 24px;
    line-height: 34px;
}

.featured-wrapper-box .featured-content ul {
    padding: 4px 0;
    font-size: 16px;
    line-height: 26px;
}

.featured-wrapper-box .featured-content ul li {
    font-weight: 400;
}

.featured-wrapper-box .featured-content ul li span {
    font-weight: 500;
    color: var(--base-dark);
}


/*banner-section*/
.banner-section_1 {
    position: relative;
    min-height: 745px;
    display: flex;
    align-items: center;
}

.banner-section_1 .banner-wrapper {
    position: relative;
    z-index: 2;
    padding-top: 30px;
}

.banner-wrapper .banner-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: -9px;
}

.banner-wrapper .banner-title .title-header h2.title {
    font-size: 210px;
    line-height: 270px;
    font-weight: 700;
    color: var(--base-white);
    display: inline-block;
}

.banner-title-desc .page-title-desc-line {
    position: relative;
    padding-left: 30px;
    color: var(--base-white);
}

.banner-title-desc .page-title-desc-line:before {
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    height: 100%;
    width: 6px;
    top: 0px;
    background-color: var(--base-skin);
}

.banner-title-desc .page-title-content h3.title {
    font-size: 100px;
    line-height: 50px;
    font-weight: 700;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    color: var(--base-white);
}

.prt-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
}

.prt-image-wrapper img {
    object-fit: cover;
}

.prt-vertical-wrapper {
    position: relative;
    padding: 130px 16px 20px;
    background-color: var(--base-dark);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
}

.prt-vertical-wrapper:before {
    content: '';
    position: absolute;
    left: 33px;
    height: 28%;
    width: 2px;
    top: 15%;
    background-color: #574150;
}

/*social-icon*/
.prt-vertical-wrapper ul.banner-social li {
    display: block;
}

.prt-vertical-wrapper ul.banner-social li a {
    width: 35px;
    height: 35px;
    font-size: 13px;
    line-height: 31px;
    color: var(--base-white);
    border: 1px solid var(--base-white);
    border-radius: var(--base-border-radius-50);
    margin: 14px 0;
}

.prt-vertical-wrapper ul.banner-social li a:hover {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
    color: var(--base-white);
}

/*** Color Switcher Style
==================================================================== ***/
.prt_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999;
}

.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 55px;
    height: 45px;
    line-height: 52px;
    text-align: center;
}

.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 21px;
    color: #232323;
}

.tmtheme_fbar_icons>span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #232323;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
}

.tmtheme_fbar_icons>span>span {
    padding-left: 5px;
}

.tmtheme_fbar_icons>span:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    background-color: #fff;
    height: 55px;
}

.tmtheme_fbar_icons:hover>span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tm-desctext {
    position: absolute;
    top: 30px;
    background-color: #fff;
    max-width: 400px;
    right: 30px;
    padding: 30px 50px 23px 30px;
    text-align: left;
}

.tm-desctext:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00dab2;
}

.tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}

/*** Color Switcher Style
==================================================================== ***/
.prt_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999;
}

.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 55px;
    height: 45px;
    line-height: 52px;
    text-align: center;
}

.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 21px;
    color: #232323;
}

.tmtheme_fbar_icons>span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #232323;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
}

.tmtheme_fbar_icons>span>span {
    padding-left: 5px;
}

.tmtheme_fbar_icons>span:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    background-color: #fff;
    height: 55px;
}

.tmtheme_fbar_icons:hover>span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tm-desctext {
    position: absolute;
    top: 30px;
    background-color: #fff;
    max-width: 400px;
    right: 30px;
    padding: 30px 50px 23px 30px;
    text-align: left;
}

.tm-desctext:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00dab2;
}

.tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}



.o-box {
    position: absolute;
    z-index: 9;
    padding: 10px 0px 25px 44px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;

    border-top-right-radius: var(--base-border-radius-0);
    background-color: var(--base-skin);
    display: flex;
    height: 8rem;
    text-align: center;

    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transform: translateY(35%);
}

.o-box h3 {
    font-size: 18px;
    line-height: 25px;
}

@media (max-width: 767px) {

    .o-box {
        transform: translateY(45%);
    }
}



.featured-thumbnail1 {
    border-top-right-radius: var(--base-border-radius-80);
    border-bottom-left-radius: var(--base-border-radius-80);



    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;

}

.featured-thumbnail1 {
    width: 100%;
    transition: transform 0.6s ease-in-out;
    cursor: pointer;
}

.object-fit {
    object-fit: cover;
    width: 420px !important;
    height: 320px;
    overflow: hidden;

}

@media (max-width: 767px) {

    .object-fit {
        min-width: 320px !important;
    }
}

.cap {
    position: absolute;
    left: -20px;
    width: 104px;
    height: 152px;
    bottom: 37px;
    background: url(../images/cap.png) no-repeat;
    z-index: 11111;
}

.fs-11 {
    color: #fff;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    font-weight: 600;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #442b3c;
    padding: 2px 1px;
    border: 2px solid;
    border-right: none;
}

.section-title h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}