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

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

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

/** 
          1. prt-row 

          2. Row-Equal-Height

          3. Bg-Layer 

          4. Row-Bg-Image

          5. Col-Bg-Image

          6. Section-Title 

          7. sep_holder

          8. Buttons

          9. Icons

          10. Fid

          11. featured-icon-box

          12. Featured-imagebox

          13. Progress-Bar 

          14. Testimonial

          15. 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.marque-section {
    padding: 0 0 55px;
}
.prt-row.services-section {
    padding: 100px 0 15px;
}
.prt-row.portfolio-section {
    padding: 85px 0 85px;
}
.prt-row.client-section {
    padding: 20px 5px;
}
.prt-row.form-section {
    padding: 90px 0 0px;
}
.prt-row.blog-section {
    padding: 85px 0 85px;
}

.prt-row.about-section {
    padding: 95px 0 20px;
}
.prt-row.testimonial-section {
    padding: 95px 0 82px;
}
.prt-row.services-section_1 {
    padding: 85px 0 85px;
}
.prt-row.cta-section {
    padding: 90px 0 88px;
}
.prt-row.pricing-section {
    padding: 80px 0 90px;
}

.prt-row.pricing-last-section {
    padding: 90px 0 37px;
}
.prt-row.contact-form-section {
    padding: 85px 0 100px;
}
.prt-row.blog-details-section {
    padding: 85px 0 100px;
}
.prt-row.faq-section {
    padding: 85px 0 100px;
}
.prt-row.event-map-section {
    padding: 37px 0 60px;
}

.prt-row.event-time-section {
    padding: 100px 0 0px;
}
.prt-row.ticket-section {
    padding: 0px 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;
}

.bg-img4.prt-bg.prt-bgimage-yes > .prt-bg-layer,
.bg-img4.prt-bg.prt-col-bgimage-yes
    > .prt-bg-layer
    > .prt-col-wrapper-bg-layer-inner {
    opacity: 0.9;
}
.bg-img5.prt-bg.prt-bgimage-yes > .prt-bg-layer,
.bg-img5.prt-bg.prt-col-bgimage-yes
    > .prt-bg-layer
    > .prt-col-wrapper-bg-layer-inner {
    opacity: 0.5;
}
.layer-content {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.bg-layer {
    position: relative;
}
.bg-layer > .container > .row {
    margin: 0;
}
.bg-layer > .container,
.bg-layer > .container-fluid {
    padding: 0;
}

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

/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img2 {
    background-image: url(../images/bg-image/row-bgimage-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-img3 {
    background-image: url(../images/racing/row-bgimage-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-img4 {
    background-image: url(https://via.placeholder.com/1920x764/808080?text=1920x764+row-bgimage-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-img5 {
    background-image: url(https://via.placeholder.com/1920x596?text=1920x596+/row-bgimage-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* ===============================================
    5.Col-Bg-Image  
------------------------*/
.prt-equal-height-image {
    display: none;
}
.col-bg-img-one.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}
.col-bg-img-two.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-three.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-image: url(https://via.placeholder.com/414x460/808080?text=414x460+col-bgimage-3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ===============================================
    6.Section-Title  
------------------------*/
.section-title {
    position: relative;
    margin-bottom: 12px;
    margin-top: -12px;
}
.section-title h2 {
    position: relative;
    font-size: 108px;
    line-height: 122px;
    font-weight: 500;
}
.section-title h2 span {
    position: relative;
}
.section-title .title-desc p {
    padding-bottom: 15px;
    margin: 0;
}
.section-title.title-style-center_text {
    text-align: center;
}
.section-title.title-style-center_text .title-desc p {
    margin-bottom: 15px;
    width: 100%;
    margin: 0 auto;
}
.section-title h3 {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: var(--base-bodyfont);
    color: var(--base-bodyfont-color);
}
.bg-base-dark .section-title h3:after {
    background-color: var(--base-white);
}
.section-title h3:after {
    position: absolute;
    content: "";
    left: 0;
    height: 2px;
    width: calc(40% + -25px);
    background-color: #dee1f5;
    bottom: -5px;
}
.section-title .title-header {
    padding-bottom: 0px;
}

/* style1 */
.section-title.style1 h3 {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 62px;
    color: var(--base-headingfont-color);
    font-family: var(--base-headingfont);
}
.section-title.style1 h3:after {
    content: unset;
}
.section-title.style1 h2 {
    font-family: var(--base-headingfont);
    font-size: 162px;
    font-style: normal;
    font-weight: 500;
    color: var(--base-headingfont-color);
    line-height: 178px;
    position: relative;
}
.section-title.style1 h2 span {
    position: relative;
    z-index: 0;
}
.section-title.style1 h2 span:before {
    content: "";
    background-color: var(--base-skin);
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 35px;
    z-index: -1;
    transition: all 0.3s ease;
}

/* style2 */

.section-title.style2 h2 {
    font-size: 46px;
    line-height: 56px;
    font-weight: 500;
}
.event-details-box .event-title h3 {
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
}

/* style3 */
.section-title.style3 h2 {
    font-size: 56px;
    font-weight: 500;
    line-height: 78px;
}

/* banner-desc */
.banner-desc h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: var(--base-headingfont);
}

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

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

.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, 0.21);
}
.bg-base-gradient .prt-vertical_sep > [class*="col"]:not(:last-child):before {
    background-color: rgba(255, 255, 255, 0.5);
}
.prt-vertical_sep.style1 > [class*="col"]:not(:last-child):before {
    right: 15px;
}

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

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

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

/*image-wrapper-style1 */
.prt_single_image-wrapper.style1 {
    position: relative;
}
.prt_single_image-wrapper.style1:before {
    content: " ";
    position: absolute;
    right: 40px;
    bottom: -10px;
    opacity: 0.7;
    width: 850px;
    height: 53px;
    filter: blur(25px);
    background-color: var(--base-dark);
}
.prt_single_image-wrapper.style1 .cy_achieve_img {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: -44px;
}
.cy_anim_left {
    -webkit-animation: cy_anim_left 1s cubic-bezier(0, 0, 0.46, 0.875);
    -moz-animation: cy_anim_left 1s cubic-bezier(0, 0, 0.46, 0.875);
    animation: cy_anim_left 1s cubic-bezier(0, 0, 0.46, 0.875);
}
@keyframes cy_anim_left {
    0% {
        transform: translateX(-20%);
    }
    100% {
        transform: translateX(0);
    }
}
@-webkit-keyframes cy_anim_left {
    0% {
        transform: translateX(-20%);
    }
    100% {
        transform: translateX(0);
    }
}
@-moz-keyframes cy_anim_left {
    0% {
        transform: translateX(-20%);
    }
    100% {
        transform: translateX(0);
    }
}

/*image-wrapper-style2 */
.prt_single_image-wrapper.style2 {
    position: relative;
}
.prt_single_image-wrapper.style2 .cym_achieve_img {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: -44px;
}
.cym_anim_left {
    -webkit-animation: cym_anim_left 3s cubic-bezier(0, 0, 0.46, 0.875);
    -moz-animation: cym_anim_left 3s cubic-bezier(0, 0, 0.46, 0.875);
    animation: cym_anim_left 3s cubic-bezier(0, 0, 0.46, 0.875);
}
@keyframes cym_anim_left {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
@-webkit-keyframes cym_anim_left {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
@-moz-keyframes cym_anim_left {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

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

/* second-effect */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* style2 */
.prt_single_image-wrapper.style2 {
    top: -50px;
    left: -95px;
}

/* style3 */
.prt_single_image-wrapper.style3 {
    top: 30px;
    left: -100px;
}

/* ===============================================
    8.Buttons
------------------------*/
.prt-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    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: 600;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    font-family: var(--base-headingfont);
    transition: all 0.5s ease 0s;
}

/** btn-color **/
.prt-btn-color-skincolor {
    color: var(--base-skin);
}
.prt-btn-color-darkcolor {
    color: var(--base-dark);
}
.prt-btn-color-whitecolor {
    color: var(--base-white);
}
.prt-btn.prt-btn-style-border.prt-btn-color-grey {
    color: var(--base-dark);
    border: 1px solid #cec9c1;
}
.bg-base-dark .prt-btn.prt-btn-style-border.prt-btn-color-grey {
    color: var(--base-white);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor {
    background-color: var(--base-dark);
    color: var(--base-white);
    border-color: transparent;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-gradientcolor {
    background: var(--base-gradient);
    color: var(--base-white);
    background-origin: border-box;
    background-clip: border-box;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor {
    background-color: var(--base-white);
    border-color: transparent;
    color: var(--base-dark);
    transition: all 0.5s ease 0s;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
    color: var(--base-white);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: var(--base-skin);
}
.prt-btn.prt-btn-style-border.prt-btn-color-grey:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border: 1px solid var(--base-skin);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: transparent;
}
.prt-btn-style-border.prt-btn-color-whitecolor:hover {
    background-color: var(--base-dark);
    color: var(--base-white);
    border-color: var(--base-dark);
}
.prt-btn:not(.btn-inline):after {
    background-color: var(--base-white);
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}
.prt-btn:not(.btn-inline):hover::after {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.3;
}

/** 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: 5px;
    margin-right: 0;
}
.prt-btn.prt-icon-btn-left i {
    text-align: left;
    margin-right: 8px;
    margin-left: 0;
}

/** btn-size-xs **/
.prt-btn.prt-btn-size-xs {
    font-size: 11px;
    padding: 8px 20px;
}
.prt-btn.prt-btn-size-xs i {
    font-size: 11px;
    line-height: 11px;
}
.prt-btn.prt-icon-btn-right.prt-btn-size-xs i {
    text-align: right;
    margin-left: 6px;
    margin-right: 0;
}
.prt-btn.prt-icon-btn-left.prt-btn-size-xs i {
    text-align: left;
    margin-right: 6px;
    margin-left: 0;
}

/** btn-size-sm **/
.prt-btn.prt-btn-size-sm {
    font-size: 14px;
    padding: 14px 26px 17px;
}
.prt-btn.prt-btn-size-sm i {
    font-size: 14px;
    line-height: 16px;
}

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

/** btn-size-lg **/
.prt-btn.prt-btn-size-lg {
    font-size: 17px;
    line-height: 17px;
    padding: 21px 50px;
}
.prt-btn.prt-btn-size-lg i {
    font-size: 17px;
    line-height: 17px;
}

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

/** btn-shape **/
.prt-btn.prt-btn-shape-round {
    border-radius: 8px;
}
.prt-btn.prt-btn-shape-rounded {
    border-radius: 50px;
}
.prt-btn.prt-btn-shape-square {
    border-radius: 0;
}

/** btn-style-border **/
.prt-btn.prt-btn-style-border {
    background-color: transparent;
    border: 2px solid currentColor;
}
.prt-btn.prt-btn-color-white.prt-btn-style-border {
    color: #fff;
    border-color: currentColor;
    background-color: transparent;
}

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

/** btn-inline **/
.prt-btn.btn-inline {
    text-transform: unset;
    padding: 10px 0 0 0px;
    border: 0;
    overflow: visible;
    background-color: transparent;
    transition: all 0.2s ease 0s;
    font-size: 17px;
    font-weight: 500;
    font-family: var(--base-headingfont);
    position: relative;
}
.prt-btn.btn-inline.prt-icon-btn-left.prt-btn-color-darkcolor i:before,
.prt-btn.btn-inline.prt-icon-btn-left.prt-btn-color-whitecolor i:before {
    content: "\f12c";
    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 55px;
    top: 0;
    left: 0;
    text-align: center;
    background-color: var(--base-dark);
    color: var(--base-white);
    border-radius: 50px;
    font-weight: 900;
    transition: all 0.3s ease 0s;
}
.prt-btn.btn-inline.prt-icon-btn-left.prt-btn-color-darkcolor:hover i:before {
    background: var(--base-gradient);
}
.prt-btn.btn-inline.prt-icon-btn-left.prt-btn-color-whitecolor i:before {
    background-color: var(--base-white);
    color: var(--base-dark);
}
.prt-btn.btn-inline.prt-icon-btn-left.prt-btn-color-whitecolor:hover i:before {
    background: var(--base-dark);
    color: var(--base-white);
}
.prt-btn.btn-underline {
    position: relative;
    overflow: visible;
    vertical-align: baseline;
}
.prt-btn.btn-underline:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: currentColor;
    bottom: -1px;
    left: 0px;
    transition: all 0.1s ease 0s;
}

/* play-btn / play-icon */
.prt-videoplay {
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: -50%;
    right: 0;
    bottom: 0px;
    z-index: 1;
}
.prt-play-icon .prt-play-icon-animation {
    display: inline-block;
    position: relative;
}
.prt-play-icon .prt-play-icon-animation:after,
.prt-play-icon .prt-play-icon-animation:before {
    content: "";
    border: 3px solid;
    width: 150%;
    height: 150%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    z-index: -1;
    -webkit-animation: 1s videoplay-anim linear infinite;
    animation: 1s videoplay-anim linear infinite;
}
.prt-play-icon .prt-play-icon-animation:after,
.prt-play-icon .prt-play-icon-animation:before {
    -webkit-animation: videoplay-anim 1.08s infinite;
    -moz-animation: videoplay-anim 1.08s infinite;
    -ms-animation: videoplay-anim 1.08s infinite;
    -o-animation: videoplay-anim 1.08s infinite;
    animation: videoplay-anim 1.08s infinite;
}
.prt-play-icon .prt-play-icon-animation:before {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}
.prt-play-icon-btn .prt-icon.prt-icon_element-size-sm i.fa-play {
    padding-left: 5px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    z-index: 2;
}
.prt-play-icon-btn .prt-icon.prt-icon_element-size-md i.fa-play {
    font-size: 23px;
    z-index: 2;
}
i.fa-play {
    padding-left: 5px;
}
.prt-play-icon-btn .prt-play-icon-animation {
    position: relative;
    display: inline-block;
}
.prt-play-icon-btn .prt-play-icon-animation .prt-icon {
    margin-bottom: 0;
}
.prt-play-icon-btn .prt-play-icon-animation .prt-icon:after {
    content: "";
    position: absolute;
    top: 51%;
    left: 51%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.prt-play-icon-btn .prt-play-icon-animation .prt-icon:after {
    z-index: 1;
    width: calc(100% * 1.25);
    height: calc(100% * 1.25);
    opacity: 0.4;
    background-color: inherit;
}
.prt-bgcolor-skincolor .prt-play-icon-btn .prt-play-icon-animation:after {
    opacity: 0.1;
}

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

/* .video-autoplay {
    margin-top: -270px;
} */

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

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

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

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

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

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

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

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

/* prt-list-style-icon */
.prt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.prt-list 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 li i.fa-minus:before{
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    height: 2px;
    width: 7px;
    background-color: currentcolor;
}
.prt-list.prt-list-style-icon li i:before {
    content: "\e649";
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 6px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #000;
    background-color: var(--base-grey);
    border-radius: 50px;
} */
.prt-list.prt-list-style-icon .prt-list-li-content {
    display: inline-block;
    padding-left: 50px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.prt-list.fs-14 {
    font-size: 14px;
}
.prt-list.fs-15 {
    font-size: 15px;
}
.prt-list.fs-15 i {
    font-size: 12px;
}

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

/*style2*/
.prt-list.style1 li {
    position: relative;
    padding-left: 25px;
}
.prt-list.style1 li:last-child {
    padding-bottom: 0px;
}
.prt-list.style1 li span {
    position: relative;
    line-height: 26px;
    font-size: 17px;
    font-weight: 400;
    font-family: var(--base-bodyfont);
}
.prt-list.style1 li i {
    position: absolute;
    padding-left: 0px;
    color: var(--base-dark);
    top: 10px;
    left: 0;
    font-size: 14px;
    line-height: 20px;
}

/*prt-list-style2*/
.prt-list.style2 {
    padding-bottom: 25px;
}
.prt-list.style2 li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.prt-list.style2 li div {
    width: 5px;
    height: 5px;
    line-height: 28px;
    background-color: var(--base-dark);
    border-radius: 50%;
    margin-top: 13px;
    margin-right: 15px;
    flex-shrink: 0;
}
.prt-list.style2 li span {
    font-size: 17px;
    line-height: 28px;
    color: var(--base-headingfont-color);
}

/*prt-list-style3*/
.prt-list.style3 {
    padding-bottom: 25px;
}
.prt-list.style3 li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.prt-list.style3 li div {
    width: 5px;
    height: 5px;
    line-height: 28px;
    background-color: var(--base-dark);
    border-radius: 50%;
    margin-top: 13px;
    margin-right: 15px;
    flex-shrink: 0;
}
.prt-list.style3 li span {
    font-size: 17px;
    line-height: 28px;
    color: var(--base-headingfont-color);
}

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

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

/* style1 */
.prt-fid.inside.style1 {
    padding: 20px 40px 25px 35px;
    border-right: 1px solid #cec9c1;
}
.row .col-lg-4.col-md-6:nth-child(3) .prt-fid.inside.style1 {
    border-right: unset;
}
.prt-fid.inside.style1 h4,
.prt-fid.inside.style1 h4 span {
    font-size: 108px;
    line-height: 122px;
    font-weight: 700;
    color: var(--base-headingfont-color);
}
.prt-fid.inside.style1 .prt-fid-contents .prt-fid-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: var(--base-headingfont);
    color: var(--base-headingfont-color);
}
.fid-section .prt-fid-wrapper {
    background-color: var(--base-white);
    border-radius: 20px;
    border: 1px solid #cec9c1;
}

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

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

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title,
.featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box.icon-align-before-content .featured-icon i {
    display: inline-block;
    vertical-align: middle;
}
.featured-icon-box.icon-align-before-content.icon-ver_align-top
    .featured-content,
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
    padding-top: 0px;
}
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title {
    padding-left: 15px;
}
.featured-icon-box.icon-align-before-title .featured-title h3 {
    margin-bottom: 0;
}
.featured-icon-box.icon-align-before-content
    .featured-content
    .featured-desc
    p {
    margin-bottom: 0;
}
.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 {
    background-color: var(--base-white);
    border: 1px solid #cec9c1;
    padding: 8px 30px 8px 8px;
    text-align: center;
    border-radius: 34px;
    width: max-content;
}
.featured-icon-box.style1:hover h3 a {
    color: var(--base-skin);
}
.featured-icon-box.style1 .prt-icon {
    background-color: var(--base-dark);
    border-radius: 50%;
    width: 52px;
    height: 52px;
}
.featured-icon-box.style1 .featured-title h3 {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 28px;
}
.featured-icon-box.style1 .prt-icon img {
    top: 11px;
    position: relative;
    animation: hithere 2s ease infinite;
}
@keyframes hithere {
    30% {
        transform: scale(1.2);
    }
    40%,
    60% {
        transform: scale(1.2) rotate(-20deg);
    }
    50% {
        transform: rotate(20deg) scale(1.2);
    }
    70% {
        transform: rotate(0deg) scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* style2 */
.featured-icon-box.style2 {
    padding: 40px;
    border-radius: 26px;
    background-color: var(--base-skin);
}
.featured-icon-box.style2 .featured-icon .prt-icon {
    background-color: var(--base-dark);
    border-radius: 50%;
}
.featured-icon-box.style2 .featured-title h3 {
    font-size: 46px;
    font-weight: 500;
    color: var(--base-white);
    line-height: 62px;
    padding-bottom: 10px;
}
.featured-icon-box.style2 .featured-desc p {
    color: rgb(255 255 255 / 80%);
}

/* style3 */
.featured-icon-box.style3 {
    padding: 30px 50px 35px 50px;
    margin: 0;
}
.featured-icon-box.style3:after {
    content: "";
    right: 0px;
    height: calc(100% + 120px);
    position: absolute;
    top: -60px;
    width: 1px;
    border-right-width: 1px;
    border-right-color: rgba(255, 255, 255, 0.15);
    border-right-style: solid;
}
.row > [class*="col-"]:last-child > .featured-icon-box.style3:after {
    border-right-width: 0;
}
.featured-icon-content-box {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.featured-icon-box.style3 .featured-title h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.featured-icon-box.style3 .featured-link,
.featured-icon-box.style3 .featured-link a {
    font-size: 28px;
    font-weight: 500;
    line-height: 52px;
    color: var(--base-white);
}
.featured-icon-box.style3 .featured-link a:hover {
    color: var(--base-skin);
}

/* ===============================================
    13.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox,
.featured-imagebox .featured-thumbnail {
    position: relative;
    overflow: hidden;
}
.featured-imagebox .featured-thumbnail img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.featured-imagebox:hover .featured-thumbnail img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.prt-grid-view .featured-imagebox {
    margin-bottom: 30px;
}
.featured-imagebox .featured-content .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.featured-imagebox .featured-content .category,
.featured-imagebox .featured-content .category a {
    font-size: 14px;
}

/* post */
.featured-imagebox {
    margin: 15px 0;
}
.featured-imagebox-post {
    overflow: visible;
}
.featured-imagebox-post .featured-content .post-meta span {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 12px;
}
.featured-imagebox-post .featured-content .post-meta span,
.featured-imagebox-post .featured-content .post-meta span a {
    color: var(--base-dark);
}
.featured-imagebox-post .featured-content .post-meta span:last-child {
    margin-right: 0;
}
.featured-imagebox-post .featured-content .post-meta span i {
    padding-right: 4px;
    font-size: 14px;
    line-height: 0;
    color: var(--base-dark);
}
.featured-imagebox-post .featured-content .post-meta span i.fa-comments-o {
    font-size: 16px;
}
.post-category {
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
    padding: 6px 10px;
    color: #fff;
    margin-bottom: 15px;
}
/* post-1 */
.featured-imagebox-post-border,
.featured-imagebox-post-border.top-border {
    border-top: 1px solid #cec9c1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featured-imagebox-post-border:last-child {
    border-bottom: 1px solid #cec9c1;
}
.featured-imagebox-post-border:hover,
.featured-imagebox-post-border.active,
.featured-imagebox-post-border:hover + .featured-imagebox-post-border,
.featured-imagebox-post-border.active + .featured-imagebox-post-border {
    border-top: 1px solid transparent;
}
.featured-imagebox-post-border:last-child:hover,
.featured-imagebox-post-border:last-child.active {
    border-bottom: 1px solid transparent;
}
.featured-imagebox-post.style1 {
    position: relative;
    padding: 30px 30px 0px;
    border-radius: 15px;
    border: transparent;
    z-index: 9;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    background-color: var(--base-grey);
    border: 1px solid #353535;
}
.featured-imagebox-post.style1:hover {
    border: 1px solid transparent;
}
.featured-imagebox-post.style1 .blog-overlay-img img {
    border-radius: 30px;
}
.featured-imagebox-post.style1 .prt-box-content {
    background-color: var(--base-dark);
    overflow: hidden;
    padding: 40px 50px 27px;
    clear: both;
    display: flex;
    justify-content: space-between;
    border: 1px solid #353535;
    border-radius: 15px;
    position: relative;
    margin: 0;
    z-index: 9;
}
.featured-imagebox-post.style1 .featured-content {
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.featured-imagebox-post.style1 .featured-thumbnail {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    top: 150px;
    margin: 0px 30px;
    border-radius: 20px 20px 0 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.featured-imagebox-post.style1:hover .featured-thumbnail {
    opacity: 1;
    top: 0px;
    margin: 0px;
}
.featured-imagebox-post.style1 .featured-thumbnail .featured-link-wrapper {
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    border-radius: 20px 20px 0 0;
}
.featured-imagebox-post.style1 .featured-readmore {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    z-index: 9;
}

.featured-imagebox-post.style1:hover .featured-readmore {
    opacity: 1;
}
.featured-imagebox-post.style1 .prt-blog-post-cat .cat-links {
    font-size: 0px;
}
.featured-imagebox-post.style1 .post-meta .prt-meta-line.date {
    margin: 0;
    font-size: 14px;
    color: var(--base-white);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.featured-imagebox-post.style1 .post-meta .prt-meta-line:before {
    content: unset;
}
.featured-imagebox-post.style1 .post-meta .prt-meta-line {
    color: var(--base-white);
}
.featured-imagebox-post.style1 .post-meta .sup {
    font-size: 16px;
    top: -33px;
    left: 5px;
    position: relative;
    color: #000000;
    text-transform: uppercase;
    font-family: var(--base-bodyfont);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.featured-imagebox-post.style1 .featured-content .post-button {
    display: inline-block;
    padding-right: 20px;
}
.featured-imagebox-post.style1 .featured-content .post-button a {
    border: 1px solid currentColor;
}
.featured-imagebox-post.style1 .featured-content .featured-title h3 {
    margin-bottom: 45px;
}
.featured-imagebox-post.style1 .featured-content .post-date {
    display: inline-block;
}
.featured-imagebox-post.style1 .featured-content .featured-title a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.featured-imagebox-post.style1 .featured-title h3 a {
    color: var(--base-dark);
    font-size: 34px;
    font-weight: 500;
    line-height: 52px;
}
.featured-imagebox-post.style1 .featured-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.featured-imagebox-post.style1 .featured-desc .post-meta {
    padding-right: 20px;
}
.featured-imagebox-post.style1 .blog-tag a,
.featured-imagebox-post.style1 .comment a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    color: var(--base-bodyfont-color);
}
.featured-imagebox-post.style1 .comment {
    margin-top: 5px;
}
.featured-imagebox-post.style1 .post-date i,
.featured-imagebox-post.style1 .post-category i {
    color: var(--base-skin);
    padding-right: 5px;
}
.featured-imagebox-post.style1 .featured-content {
    border-radius: 20px;
}

/* .featured-imagebox-post.style1:hover .featured-content ,
.featured-imagebox-post.style1:hover .featured-title {
    opacity: 0;
} */
.featured-imagebox-post.style1 .featured-content .post-date span,
.featured-imagebox-post.style1 .featured-content .post-category {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    font-family: var(--base-bodyfont);
    color: rgb(255 255 255 / 80%);
    margin-bottom: 0px;
    padding: 0px 25px 0 0;
}
.featured-imagebox-post.style1 .featured-content .post-date span,
.featured-imagebox-post.style1 .featured-content .post-category span {
    padding-right: 7px;
    color: var(--base-bodyfont-color);
}
.blog-overlay-img {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    top: -50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.blog-overlay-img:before {
    content: "";
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: -5px;
    left: 0;
    right: 0;
    opacity: 0.7;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*.featured-imagebox-post-border.active .blog-overlay-img, */
.featured-imagebox-post-border:hover .blog-overlay-img {
    opacity: 1;
    top: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.featured-imagebox-post-border .blog-overlay-img img {
    width: calc(100% + 10px);
    max-width: none;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    margin-top: -350px;
}
.featured-imagebox-post-border:hover .post-meta .prt-meta-line.date,
.featured-imagebox-post-border.active .post-meta .prt-meta-line.date,
.featured-imagebox-post-border:hover .post-meta .sup,
.featured-imagebox-post-border.active .post-meta .sup,
.featured-imagebox-post-border.active .blog-tag a,
.featured-imagebox-post-border:hover .blog-tag a,
.featured-imagebox-post-border.active .comment a,
.featured-imagebox-post-border:hover .comment a {
    color: #fff;
}

/*style1*/
.featured-imagebox-services.style1 {
    position: relative;
}
.featured-imagebox-services.style1.center-img {
    position: relative;
    width: 620px;
    overflow: visible;
    height: 297px;
    left: -95px;
    top: 10px;
}
.featured-imagebox-services.style1 .featured-content .featured-title h3 {
    -webkit-line-clamp: unset;
}
.featured-imagebox-services.style1:hover .featured-thumbnail img {
    transform: unset;
}
.featured-imagebox-services.style1 .featured-thumbnail img {
    clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
}
.featured-imagebox-services.style1.center-img .featured-thumbnail img {
    clip-path: polygon(13% 2%, 100% 0%, 86% 100%, 0 100%);
}
.featured-imagebox-services.style1.last-img .featured-thumbnail img {
    clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0 100%);
}
.featured-imagebox-services.style1 .featured-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.featured-imagebox-services.style1 .featured-title h3 a {
    font-size: 46px;
    line-height: 56px;
    color: var(--base-white);
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.featured-imagebox-services.style1:hover .featured-title h3 a {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.featured-imagebox-services.style1:hover .featured-thumbnail img {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* style2 */
.featured-imagebox-service.style2 {
    border-radius: 20px;
    position: relative;
    padding: 40px;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.featured-imagebox-service.style2:hover {
    background-color: var(--base-skin);
}
.featured-imagebox-service.style2:hover .featured-content .featured-title h3 a,
.featured-imagebox-service.style2:hover .featured-desc p {
    color: var(--base-white);
}
.featured-imagebox-service.style2 .featured-thumbnail img {
    border-radius: 10px;
    min-width: 181px;
    height: 160px;
    object-fit: cover;
}
.featured-imagebox-service.style2 .prt-iconbox-button .prt-btn:hover {
    color: var(--base-skin);
}
.featured-imagebox-service.style2 .featured-thumbnail {
    display: table-cell;
    vertical-align: middle;
}
.featured-imagebox-service.style2 .featured-content {
    display: table-cell;
    vertical-align: middle;
}
.featured-imagebox-service.style2 .featured-desc {
    padding-right: 30px;
}

/* style3 */
.featured-imagebox-service.style3 {
    border-bottom: 1px solid #cec9c1;
    padding-bottom: 25px;
}
.featured-imagebox-service.style3 .featured-content {
    padding-left: 30px;
    display: inline-block;
}
.featured-imagebox-service.style3 .featured-title h3 {
    font-family: var(--base-headingfont);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: var(--base-skin);
    margin-bottom: 0;
}
.featured-imagebox-service.style3 .featured-title h2 {
    font-family: var(--base-headingfont);
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}
.featured-imagebox-service.style3:hover .featured-thumbnail img {
    transform: unset;
}
.featured-imagebox-service.style3 .featured-thumbnail {
    display: inline-block;
    vertical-align: bottom;
}
.featured-imagebox-service.style3 .featured-thumbnail img {
    width: auto;
    height: auto;
}

/* services-step */
.services-step-box {
    display: block;
}
.services-one_list.active .services-one_img img {
    height: 200px;
    border-radius: 15px;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    width: 100%;
}
.services-one_list .services-one_name .services-one_auther_title p span {
    font-size: 22px;
    color: var(--base-dark);
}
.services-one_list .services-one_readmore .prt-btn a {
    font-size: 18px;
    font-weight: 500;
}
.services-one_list .services-one_content_right {
    width: 45%;
    display: inline-block;
}
.services-one_list:first-child {
    margin-top: 0;
}
.services-one_list .services-one_img {
    border-radius: 20px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.5s linear 0ms;
    -khtml-transition: all 0.5s linear 0ms;
    -moz-transition: all 0.5s linear 0ms;
    -ms-transition: all 0.5s linear 0ms;
    -o-transition: all 0.5s linear 0ms;
    transition: all 0.5s linear 0ms;
}
.services-one_list.active .services-one_img {
    opacity: 1;
    position: static;
    padding-top: 20px;
    -webkit-transition: all 0.5s linear 0ms;
    -khtml-transition: all 0.5s linear 0ms;
    -moz-transition: all 0.5s linear 0ms;
    -ms-transition: all 0.5s linear 0ms;
    -o-transition: all 0.5s linear 0ms;
    transition: all 0.5s linear 0ms;
}
.services-one_list .services-one_readmore {
    position: relative;
    width: 14%;
    text-align: right;
    bottom: 15px;
    display: inline-block;
    cursor: pointer;
}
.services-one_list {
    position: relative;
    border-top: 1px solid rgb(0 0 0 / 30%);
    border-bottom: 1px solid rgb(0 0 0 / 30%);
    padding: 30px;
    display: block;
    margin-top: 40px;
    background-color: var(--base-grey);
    cursor: pointer;
}
.services-one_list .services-one_content_left {
    position: relative;
    width: 40%;
    display: inline-block;
}
.services-one_list .services-one_title h3 {
    font-size: 46px;
    line-height: 56px;
    font-family: var(--base-headingfont);
    color: var(--base-dark);
}
.services-one_list .services-one_name .services-one_auther_title p {
    font-size: 20px;
    font-family: var(--base-headingfont);
    color: var(--base-bodyfont-color);
    text-align: right;
}
.services-one_list .services-one_readmore .prt-btn:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background-color: var(--base-dark);
    left: 0;
    bottom: -2px;
}
.services-one_list .services-one_readmore .prt-btn:hover:after {
    background-color: var(--base-skin);
    transition: all 0.2s ease 0s;
}

/* step style1 */
.services-step-box.style1 {
    padding: 20px 40px 20px 0px;
    position: relative;
}
.services-step-box.style1 .alfabet-num {
    font-size: 108px;
    font-weight: 700;
    line-height: 122px;
    font-family: var(--base-headingfont);
    -webkit-text-stroke: 2px rgb(28 30 33 / 20%);
    white-space: nowrap;
    color: transparent;
}
.services-step-box.style1 .services-step-box-content h3 {
    font-size: 34px;
    font-weight: 500;
    line-height: 52px;
    margin: 20px 0;
}
.services-step-box.style1:after {
    content: "";
    right: 0px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    margin-right: 10px;
    border-right-width: 1px;
    border-right-color: #cec9c1;
    border-right-style: solid;
}
.row > [class*="col-"]:last-child > .services-step-box.style1:after {
    border-right-width: 0;
}
.step-section .bottom-text {
    border: 1px solid #cec9c1;
    padding: 15px 25px;
    align-items: center;
    border-radius: 30px;
    margin-top: 55px !important;
}
.step-section .bottom-text span {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    font-family: var(--base-bodyfont);
}
.step-section .bottom-text .prt-btn span {
    font-family: var(--base-headingfont);
    position: relative;
    top: -2px;
}

/* team-1 */
.featured-imagebox-team.style1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #cec9c1;
    margin-top: -1px;
    margin-right: -2px;
    margin-bottom: 0;
    margin-left: 0;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
}

.featured-imagebox-team.style1 .featured-thumbnail {
    overflow: hidden;
    border-radius: 10px;
    margin-left: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.featured-imagebox-team.style1 .featured-thumbnail img {
    height: 100px;
    width: 100px;
    border-radius: 10px;
}
.featured-imagebox-team.style1:hover .featured-thumbnail {
    border-radius: 10px;
}
.featured-imagebox-team.style1 .featured-content h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
}
.featured-imagebox-team.style1 .team-position {
    font-size: 17px;
    font-family: var(--base-bodyfont);
    font-weight: 400;
    color: var(--base-bodyfont-color);
    line-height: 28px;
    margin-bottom: 5px;
}
.row .col-md-6:nth-child(5) .featured-imagebox-team.style1,
.row .col-md-6:nth-child(6) .featured-imagebox-team.style1 {
    border-bottom: unset;
}
.row .col-md-6:nth-child(2) .featured-imagebox-team.style1,
.row .col-md-6:nth-child(4) .featured-imagebox-team.style1,
.row .col-md-6:nth-child(6) .featured-imagebox-team.style1 {
    border-right: unset;
}
.featured-imagebox-team.style1:hover {
    background-color: var(--base-skin);
    transition: all 0.5s ease;
}
.featured-imagebox-team.style1:hover .team-position,
.featured-imagebox-team.style1:hover .featured-content h3 a {
    color: var(--base-white);
}

.copy-text {
    position: relative;
    display: inline-flex;
    margin: 30px 0 8px 0;
}
.copy-text p span {
    background: linear-gradient(
        45deg,
        var(--base-first-gradientcolor),
        var(--base-second-gradientcolor)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.copy-text-email {
    margin: 0;
}
.copy-text p,
.copy-text-email p {
    margin-bottom: 0;
    font-family: var(--base-headingfont);
    font-size: 24px;
    line-height: 34px;
    color: var(--base-dark);
    font-weight: 500;
}
.copy-text-email p {
    font-size: 17px;
    line-height: 27px;
    position: relative;
}
button.copytext {
    padding: 0;
    margin: 0 0 0 12px;
    font-size: 20px;
    cursor: pointer;
    color: rgba(0 0 0 / 0.5);
    background-color: transparent;
    border: none;
    outline: none;
}
.copy-text button:before {
    content: "Click To Copy";
    position: absolute;
    top: -35px;
    right: -39px;
    color: #fff;
    background: var(--base-dark);
    padding: 4px 10px 5px;
    border-radius: 10px;
    font-size: 12px;
    display: none;
}
.copy-text button:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 5px;
    width: 10px;
    height: 10px;
    background: var(--base-dark);
    transform: rotate(45deg);
    display: none;
    z-index: -1;
}
.copy-text button:hover:before,
.copy-text button:hover:after {
    opacity: 1;
}
.copy-text button:before,
.copy-text button:after {
    display: block;
    opacity: 0;
    transition: 0.2s ease;
}

/* PortfolioBox */
.featured-imagebox-portfolio.style1 {
    border-radius: 15px;
    border: 2px solid rgb(255 255 255 / 15%);
    padding: 25px;
}
.featured-imagebox-portfolio.style1.dark-border {
    border: 1px solid #cec9c1;
}
.featured-imagebox-portfolio.style1.dark-border .featured-title h3 a {
    color: var(--base-headingfont);
}
.featured-imagebox-portfolio.style1.dark-border
    .featured-content
    .post-date
    span,
.featured-imagebox-portfolio.style1.dark-border
    .featured-content
    .post-category {
    color: var(--base-headingfont);
    font-size: 14px;
}
.featured-imagebox-portfolio.style1.dark-border .featured-content {
    padding-bottom: 10px;
}
.featured-imagebox-portfolio.style1.dark-border .featured-thumbnail {
    margin-top: 15px;
}
.featured-imagebox-portfolio.style1 .featured-content {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.featured-imagebox-portfolio.style1 .featured-content .post-date span,
.featured-imagebox-portfolio.style1 .featured-content .post-category {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    font-family: var(--base-bodyfont);
    color: rgb(255 255 255 / 80%);
    margin-bottom: 0px;
    padding: 0px 25px 0 0;
}
.featured-imagebox-portfolio.style1 .featured-content .post-category i,
.featured-imagebox-portfolio.style1 .featured-content .post-date {
    padding-right: 7px;
}
.featured-imagebox-portfolio.style1 .featured-title h3 a:hover {
    color: var(--base-skin);
}
.featured-imagebox-portfolio.style1 .featured-title h3 a {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-top: 15px;
    margin-bottom: 25px;
    color: var(--base-white);
}
.featured-imagebox-portfolio.style1 .featured-thumbnail {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-imagebox-portfolio.style1 .featured-thumbnail {
    margin-top: 15px;
}
.portfolio-section .bottom-text {
    border: 1px solid rgb(255 255 255 / 15%);
    padding: 15px 25px;
    align-items: center;
    border-radius: 30px;
    margin-top: 40px !important;
}
.portfolio-section .bottom-text p {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    font-family: var(--base-bodyfont);
    color: #777777;
    margin-bottom: 0;
}
.portfolio-section .bottom-text .prt-btn span {
    font-family: var(--base-headingfont);
}

/* ===============================================
    13.Progress-Bar
------------------------*/
.prt-progress-bar {
    position: relative;
}
.prt-progress-bar:not(:last-child) {
    margin-bottom: 20px;
}
.prt-progress-bar .progressbar-title {
    display: block;
    margin-bottom: 14px;
    font-size: 17px;
    font-weight: 600;
    color: var(--base-dark);
    font-family: var(--base-headingfont);
    padding-left: 54px;
}
.prt-progress-bar .progress-bar-percent {
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--base-dark);
    z-index: 3;
    margin-top: -25px;
    text-shadow: none;
    text-align: center;
    overflow: visible;
}
.prt-progress-bar .progress-bar {
    display: block;
    height: 7px;
    line-height: 3px;
    position: relative;
    background-color: var(--base-skin);
    overflow: visible;
}
.prt-progress-bar .progress-bar-inner {
    box-shadow: none;
    height: 7px;
    width: 100%;
    z-index: 1;
    background-color: var(--base-grey);
}
.bg-base-skin .prt-progress-bar .progress-bar-inner {
    background-color: rgba(0, 0, 0, 0.1);
}
.bg-base-dark .prt-progress-bar .progress-bar-inner {
    background-color: rgba(255, 255, 255, 0.1);
}
.bg-base-grey .prt-progress-bar .progress-bar-inner {
    background-color: #fff;
}

/* style1 */
.prt-progress-bar.style1 {
    margin-bottom: 10px;
}
.prt-progress-bar.style1 .progressbar-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
    padding-left: 0;
    color: var(--base-skin);
}
.prt-progress-bar.style1 .progress-bar-percent {
    background: transparent;
    color: var(--base-skin);
    content: "";
    right: 0px;
    left: auto;
    top: 0px;
    font-size: 16px;
    font-family: var(--base-headingfont);
}
.prt-progress-bar.style1 .progress-bar {
    height: 5px;
    bottom: 10px;
    border-radius: 15px;
}
.prt-progress-bar.style1 .progress-bar-inner {
    box-shadow: none;
    height: 5px;
    width: 100%;
    z-index: 1;
    background-color: #ecd8cd;
    border-radius: 15px;
}
.prt-progress-bar.style1 .progress-bar:before {
    content: unset;
}

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

/*testimonial style1*/
.testimonial.style1 .testimonial-content {
    padding: 0;
    position: relative;
    margin-top: 125px;
    text-align: center;
}
.testimonial.style1 blockquote:before {
    position: absolute;
    content: "";
    -webkit-mask-box-image: url(../images/quote.svg);
    background-color: var(--base-skin);
    mask: url(../images/quote.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    height: 77px;
    width: 77px;
    top: -120px;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    margin: 0 auto;
}
.testimonial.style1 .testimonial-content .testimonial-title {
    padding-bottom: 0px;
    padding-top: 30px;
}
.testimonial.style1 .testimonial-content .testimonial-title h3 {
    font-size: 20px;
    line-height: 25px;
    padding-top: 20px;
    font-weight: 500;
    color: var(--base-white);
}
.testimonial.style1 .testimonial-content .testimonial-text blockquote {
    font-size: 34px;
    line-height: 52px;
    color: var(--base-headingfont-color);
    text-align: center;
    padding-top: 4px;
    position: relative;
    font-weight: 500;
    font-style: normal;
    font-family: var(--base-headingfont);
    padding-bottom: 20px;
    margin: 0;
    background-color: transparent;
}
.testimonial.style1 .testimonial-content .testimonial-caption {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    border-radius: 10px;
    padding: 10px 40px;
}
.testimonial.style1
    .testimonial-content
    .testimonial-caption
    h3.caption-heading {
    font-size: 24px;
    line-height: 35px;
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--base-headingfont-color);
}
.testimonial.style1 .testimonial-content .testimonial-caption .caption-text {
    font-size: 17px;
    line-height: 28px;
    color: var(--base-bodyfont-color);
    padding-left: 20px;
    position: relative;
    display: inline-block;
    top: -3px;
}

/* ticket-box */
.ticket-box {
    padding: 60px 60px;
    background-color: var(--base-white);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.ticket-box .ticket-section h3 {
    font-size: 46px;
    line-height: 62px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 15px;
}
.ticket-box:before {
    position: absolute;
    right: 0;
    top: -125px;
    margin-bottom: -10px;
    display: block;
    content: "";
    background: url(../images/single-img-5-392x379.png) no-repeat;
    height: 392px;
    width: 392px;
    opacity: 0.1;
}
.ticket-box-wrapper {
    background-color: var(--base-grey);
    border-radius: 20px;
    padding: 40px 30px 25px;
    margin: 30px 0;
}
.ticket-box-wrapper .ticket-value-title {
    display: inline-block;
}
.ticket-box-wrapper .ticket-value-title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}
.ticket-box-wrapper .ticket-prize {
    font-family: var(--base-headingfont);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: var(--base-headingfont-color);
    line-height: 34px;
    display: inline-block;
    padding-right: 35px;
    float: right;
}
.ticket-box-wrapper select {
    background-color: transparent;
    border: unset;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    display: inline-block;
    border-bottom: 1px solid #cec9c1;
    float: right;
    width: auto;
    padding: 0px 25px 0px 0;
    color: var(--base-headingfont-color);
}

/* ===============================================
    15.Client-row  
------------------------*/
.client-box {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.client-box .prt-client-logo-tooltip {
    margin-top: 35px;
    margin-bottom: 0;
    overflow: hidden;
}
.client-box .prt-client-logo-tooltip,
.client-box .prt-client-logo-tooltip-inner {
    position: relative;
}
.client-box img {
    display: block;
    margin: 0 auto;
    padding-top: 3px;
}

/* ===============================================
    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: 50%;
    font-size: 20px;
}
.accordion .toggle .toggle-title a.active:after {
    content: "\f056";
}
.accordion .alignleft {
    margin: 0.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 */
.accordion .toggle.prt-toggle_style_classic {
    border-bottom: 1px solid rgb(0 0 0 / 10%) !important;
}
.accordion .toggle.prt-toggle_style_classic:last-child {
    margin-bottom: 0;
}
.accordion .toggle.prt-toggle_style_classic .toggle-content {
    margin-top: 0;
}
.accordion .toggle.prt-toggle_style_classic .toggle-title a.active {
    color: var(--base-dark);
}
.accordion .toggle.prt-toggle_style_classic .toggle-content span.highlight {
    background-color: var(--base-white);
    color: var(--base-secondary-skin);
    padding-left: 5px;
}
.accordion .toggle.prt-toggle_style_classic .toggle-content {
    position: relative;
    font-size: 16px;
    margin-top: -15px;
}
.accordion .toggle.prt-toggle_style_classic.show {
    border: 1px solid var(--base-secondary-skin);
}
.accordion .toggle.prt-toggle_style_classic .toggle-title {
    overflow: hidden;
}
.accordion .toggle.prt-toggle_style_classic .toggle-title a {
    padding: 20px 0px 21px 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color 0s ease-in-out;
    -o-transition: color 0s ease-in-out;
    transition: color 0s ease-in-out;
    border: none;
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    font-family: var(--base-headingfont);
}
.accordion .toggle.prt-toggle_style_classic .toggle-title a.active:after {
    font-family: "themify";
    content: "\e646";
}
.accordion .toggle.prt-toggle_style_classic .toggle-title a:after {
    position: absolute;
    font-family: "themify";
    left: 20px;
    top: 31px;
    display: inline-block;
    font-weight: bold;
    content: "\e61a";
    border-radius: 50%;
    font-size: 12px;
    line-height: 10px;
    color: var(--base-dark);
    transition: all 0.3s ease 0s;
}
.accordion .toggle.prt-toggle_style_classic .toggle-title a.active:after {
    transition: all 0.3s ease 0s;
}
.accordion .toggle.prt-toggle_style_classic .toggle-content p.active {
    border-bottom: 1px solid var(--base-skin);
}
.accordion .toggle.prt-toggle_style_classic .toggle-content p {
    padding: 0px 0px 17px 50px;
}
.toggle .toggle-title.prt-toggle_style_classic a.active {
    margin: -1px;
}

/** Calculate chart **/
.table {
    width: 100%;
    margin-bottom: 0px;
    color: var(--base-headingfont);
}
.table td,
.table th {
    padding: 0px;
    vertical-align: top;
    border-top: 1px solid #cec9c1;
    border: 1px solid #cec9c1;
    background-color: var(--base-skin);
}

/* ===============================================
   weekly schedule timetable
------------------------*/
table {
    border: 1px solid var(--base-grey);
    width: 100%;
    margin-bottom: 20px;
}
.time-zone-table1 .table td {
    vertical-align: middle;
    background-color: var(--base-white);
}
.time-zone-table1 .table td .content-blank {
    background-color: var(--base-white);
    padding: 35px 0 35px;
}
.time-zone-table1 .table th .classes-days {
    font-size: 17px;
    line-height: 27px;
    background-color: var(--base-skin);
    color: #fff;
    padding: 20px;
    text-align: center;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.time-zone-table1 table tbody td:hover a {
    transform: none;
    -webkit-transition: none;
}
.time-zone-table1 .table td .content-data p {
    font-size: 0.9em;
    margin: 0.25rem;
    color: inherit;
}
.time-zone-table1 .table td .content-data {
    padding: 0 10px;
}
.time-zone-table1 table tbody td:hover a {
    color: #fff;
}
.time-zone-table1 table tbody td:hover p {
    color: #fff !important;
}
.time-zone-table1 .table thead {
    background-color: #f8f7f8;
}
.time-zone-table1 .table td.hours {
    color: var(--base-dark);
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    background-color: #fcf5eb;
    font-family: var(--body-fonts);
    padding: 0 30px;
    width: 11%;
}
.time-zone-table1 .table thead {
    background-color: var(--base-skin);
}
.time-zone-table1 .content-data a {
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
    font-family: var(--body-fonts);
}
.time-zone-table1 table tbody td.active:hover .hover {
    visibility: visible;
    opacity: 1;
}
.time-zone-table1 table tbody td:hover {
    background-color: var(--base-skin);
    color: #fff;
}
.time-zone-table1 table tbody td .hover {
    position: relative;
    text-align: center;
    height: 100%;
    top: 0%;
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

/** listimg style1 **/
.elementor-widget-container {
    position: relative;
    -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s,
        -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap {
    list-style-type: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    display: flex;
    background-color: var(--base-grey);
    padding: 28px 40px;
}
.prt_listimgbox_wrapper .award_picture {
    transition: 0.5s all;
    opacity: 0;
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap.active .award_picture {
    transition: 0.5s all;
    opacity: 1;
}
.award_picture img {
    max-width: 100%;
    position: absolute;
    width: 447px;
    height: 398px;
    object-fit: cover;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all 0.9s ease, transform 0.9s ease;
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap .prt-box-title {
    width: 30%;
    margin-bottom: 0;
    margin-top: 31px;
    font-size: 21px;
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap .prt-box-subtitle {
    margin-bottom: 6px;
    transition: all 0.3s ease;
    font-size: 17px;
    line-height: 30px;
}
.prt_listimgbox_wrapper .prt_listimgbox_list_content {
    margin: 25px 0 0;
    padding: 0;
}
.prt_listimgbox_wrapper .award_picture .overlay-bg {
    content: "";
    background: #dedeff;
    width: 447px;
    height: 398px;
    transform: rotate(0deg);
    position: absolute;
    right: 0;
    top: 98px;
    z-index: 0;
    transition: all 0.5s linear, transform 1s linear;
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap:hover .prt-box-subtitle {
    background-size: 0 1px, 100% 1px;
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap .prt-box-subtitle {
    background-image: linear-gradient(#000000, #000000),
        linear-gradient(#000000, var(--base-dark));
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap.active .award_picture .overlay-bg {
    transform: rotate(-8deg);
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap.active .award_picture img {
    visibility: visible;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap.border_yes {
    border-top: 1px solid #d7d7f9;
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap.border_yes:last-child {
    border-bottom: 1px solid #d7d7f9;
}

/* ===============================================
    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: 0.9;
    font-size: 14px;
    z-index: 1;
}

/* form */
.prt-blog-classic-box-comment {
    padding: 40px 50px 50px;
    border-radius: 25px;
    border: 1px solid #e7e7e7;
}
.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: 0;
    color: rgba(0, 0, 0, 0.6);
    border-radius: 35px;
    padding: 12px 30px;
    background-color: rgba(255, 255, 255, 0.8);
}
.wrap-form.contact_form span.text-input textarea {
    padding: 10px 30px;
}

.prt-bgcolor-grey .wrap-form.contact_form span.text-input input,
.prt-bgcolor-grey .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-grey .wrap-form.contact_form span.text-input select {
    background-color: #fff;
}
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.12);
}
.prt-bgcolor-skincolor
    .wrap-form.contact_form
    span.text-input
    input::-webkit-input-placeholder,
.prt-bgcolor-skincolor
    .wrap-form.contact_form
    span.text-input
    textarea::-webkit-input-placeholder,
.prt-bgcolor-skincolor
    .wrap-form.contact_form
    span.text-input
    select::-webkit-input-placeholder {
    color: #fff;
}
.wrap-form.query_form span.text-input {
    margin: 0 0 30px;
}
.wrap-form.query_form span.text-input input,
.wrap-form.query_form span.text-input select,
.wrap-form.query_form span.text-input textarea {
    border-radius: 50px;
    border: 1px solid #e7e7e7;
    background-color: transparent;
    color: #000;
    padding: 10px 20px;
    font-size: 15px;
}
.wrap-form.query_form span.text-input textarea {
    border-radius: 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: rgba(0, 0, 0, 0.5);
}
.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: #000;
}
.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: 35px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: transparent;
    color: rgb(255 255 255 / 85%);
    padding: 18px 30px;
    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: rgb(255 255 255 / 35%);
}
.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: #000;
    font-size: 16px !important;
    font-family: var(--base-bodyfont) !important;
}
.wrap-form.query_form-1 .select-type .input-select {
    border: 1px solid rgba(0 0 0 / 0.1);
    display: inline-flex;
    border-radius: 8px;
    color: rgba(0 0 0 / 0.55);
    font-size: 14px;
    padding: 12px 15px;
    margin: 0 10px 8px 0;
}
.wrap-form.query_form-1 span.text-input.select-type input {
    border: 1px solid #000;
    padding: 0;
}

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

/* prt-tab-style-vertical */
.prt-tabs.prt-tab-style1 {
    overflow: hidden;
    display: block;
    padding-top: 15px;
}
.prt-tabs.prt-tab-style1 .content-tab {
    padding: 0;
    margin-top: 30px;
    background-color: var(--base-grey);
    border-radius: 20px;
}
.prt-tabs.prt-tab-style1 .prt-tabs-title {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    padding: 11px 50px 11px;
    text-align: center;
}
.prt-tabs.prt-tab-style1 .prt-tabs-title h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}
.prt-tabs.prt-tab-style1 .featured-desc p {
    font-size: 20px;
    line-height: 32px;
    color: var(--base-dark);
}
.prt-tabs.prt-tab-style1 .featured-content {
    padding: 10px 10px 10px 0;
}
.prt-tabs.prt-tab-style1:after {
    content: "";
    right: 0px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    border-right-width: 1px;
    border-right-color: rgba(255, 255, 255, 0.06);
    border-right-style: solid;
}
.prt-tabs.prt-tab-style1 ul.tabs li {
    color: var(--base-white);
    background-image: unset;
    width: 100%;
    margin-bottom: 26px;
    border-radius: 10px;
    padding: 0;
    cursor: pointer;
    width: auto;
    position: relative;
    margin-right: 20px;
    border: 0;
}
.prt-tabs.prt-tab-style1 .prt-list.prt-list-style-icon li i:before {
    content: "\e64c";
    font-family: "themify";
    width: auto;
    height: auto;
    line-height: 30px;
}
.prt-tabs.prt-tab-style1 .prt-list.prt-list-style-icon li {
    padding: 5px 0;
}
.prt-tabs.prt-tab-style1 .prt-list-li-content {
    padding-left: 25px;
    font-size: 16px;
    color: var(--base-bodyfont-color);
    font-weight: 400;
}
.prt-tabs.prt-tab-style1 ul.tabs li.active {
    color: var(--base-white);
    background-image: rgb(105 20 14 / 28%);
    border: unset;
    margin-bottom: 26px;
    border-radius: 10px;
    padding: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: auto;
}
.prt-tabs.prt-tab-style1 ul.tabs li .prt-tabs-icon {
    background-color: var(--base-dark);
    border-radius: 30px;
}
.prt-tabs.prt-tab-style1 ul.tabs li .prt-tabs-icon img {
    background-color: var(--base-dark);
    border-radius: 30px;
    opacity: 0.3;
}
.prt-tabs.prt-tab-style1 ul.tabs li.active .prt-tabs-icon,
.prt-tabs.prt-tab-style1 ul.tabs li.active .prt-tabs-icon img {
    background-color: #721e11;
}

.prt-tabs.prt-tab-style1 ul.tabs li .prt-tabs-title h3 {
    color: var(--base-white);
    margin-bottom: 0;
}
.prt-tabs.prt-tab-style1 ul.tabs li.active .prt-tabs-title h3 {
    color: var(--base-white);
    margin-bottom: 0;
}
.prt-tabs.prt-tab-style1 ul.tabs li:last-child {
    margin-left: 0;
}
.prt-tabs.prt-tab-style1 .featured-content .featured-title h3 {
    font-weight: 600;
    font-size: 24px;
}
.prt-tabs.prt-tab-style1 ul.prt-list.prt-list-style-icon.style1 {
    background-image: none;
    padding: 0;
    background-color: var(--base-grey);
}

/* prt-tab-style-01 */
.prt-tabs.prt-tab-style-01 {
    display: flex;
    position: relative;
}
.prt-tabs.prt-tab-style-01 .content-tab {
    overflow: hidden;
}
.prt-tabs.prt-tab-style-01 ul.tabs {
    background-color: var(--base-dark);
    padding: 100px 70px;
}
.prt-tabs.prt-tab-style-01 ul.tabs li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
    transition: all 0.3s ease;
}
.prt-tabs.prt-tab-style-01 ul.tabs li:first-child {
    padding-top: 0;
}
.prt-tabs.prt-tab-style-01 ul.tabs li.active a {
    color: var(--base-skin);
}
.prt-tabs.prt-tab-style-01 ul.tabs li a {
    line-height: 56px;
    font-size: 46px;
    display: block;
    font-weight: 500;
    font-family: var(--base-headingfont);
    color: var(--base-white);
    transition: all 0.3s ease;
}
.prt-tab-style-01 .content-inner .featured-imagebox-service {
    margin: 0;
}

/* prt-tab-style-02 */
.prt-tabs.prt-tab-style-02 ul.tabs {
    margin: 15px 0 0px;
    display: flex;
    width: 85%;
}
.prt-tabs.prt-tab-style-02 ul.tabs li {
    flex: 1 1 auto;
    padding: 0px 15px 15px 15px;
    margin-bottom: 0;
}
.prt-tabs.prt-tab-style-02 ul.tabs li i {
    color: var(--base-skin);
    font-size: 35px;
    top: 7px;
    position: relative;
}
.prt-tabs.prt-tab-style-02 ul.tabs li a {
    font-family: var(--base-headingfont);
    font-size: 24px;
    font-weight: 500;
    color: var(--base-dark);
    padding-left: 15px;
}
.prt-tabs.prt-tab-style-02 ul.tabs li.active {
    border-bottom: 3px solid var(--base-skin) !important;
}
.prt-tabs.prt-tab-style-02 .tab-figure {
    margin: 5px 20px 0px 0px;
}
.prt-tabs.prt-tab-style-02 .prt-list.prt-list-style-icon li {
    display: inline-block;
    margin: 0 0 10px;
    font-weight: 400;
}
.prt-tabs.prt-tab-style-02 .prt-list.prt-list-style-icon li span {
    font-weight: 400;
    padding-left: 15px;
}
.prt-tabs.prt-tab-style-02 .content-tab {
    padding: 30px 0;
}

/* ===============================================
    19.Boxes-Spacing
------------------------*/
.row.prt-boxes-spacing-25px,
.prt-boxes-spacing-25px {
    margin: 0 0px;
}
.row.prt-boxes-spacing-25px .prt-box-col-wrapper {
    padding-right: 25px !important;
    padding-left: 25px !important;
}
.row.prt-boxes-spacing-20px,
.prt-boxes-spacing-20px {
    margin: 0 -20px !important;
}
.row.prt-boxes-spacing-20px .prt-box-col-wrapper {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.row.prt-boxes-spacing-15px,
.prt-boxes-spacing-15px {
    margin: 0 -8px !important;
}
.row.prt-boxes-spacing-15px .prt-box-col-wrapper {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
}
.row.prt-boxes-spacing-10px,
.prt-boxes-spacing-10px {
    margin: 0 -10px;
}
.row.prt-boxes-spacing-10px .prt-box-col-wrapper {
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-bottom: 10px;
}
.row.prt-boxes-spacing-5px,
.prt-boxes-spacing-5px {
    margin: 0;
}
.row.prt-boxes-spacing-5px .prt-box-col-wrapper {
    padding-right: 2.5px;
    padding-left: 2.5px;
    padding-bottom: 5px;
}
.row.prt-boxes-spacing-0px,
.prt-boxes-spacing-0px {
    margin: 0;
}
.row.prt-boxes-spacing-0px .prt-box-col-wrapper {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 0px;
    outline: 0;
}

/* ===============================================
    20.Pricing-Plan
------------------------*/
.pricing-plan {
    border-bottom: 1px solid #cec9c1;
    position: relative;
    transition: all 0.5s linear 0ms;
    padding: 30px 50px 0px 30px;
}
.pricing-plan:first-child {
    padding-top: 0;
}
.prt-p_table-amount {
    display: inline-block;
    position: relative;
}
.pricing-plan .pricing-table-heading .prt-p-blur-text {
    font-size: 186px;
    font-weight: 700;
    line-height: 178px;
    font-family: var(--base-headingfont);
    color: rgb(28 30 33 / 5%);
    display: inline-block;
}
.pricing-plan .pricing-table-heading .prt-p-blur-text.right {
    margin-left: -100px;
}
.pricing-plan .prt-p_table-title {
    top: -25px;
    position: relative;
    left: -30px;
}
.pricing-plan .pricing-head {
    width: 65%;
    display: inline-block;
}
.prt-p_table-title h3 {
    font-size: 46px;
    font-weight: 500;
    line-height: 62px;
    vertical-align: super;
}
.prt-p_table-amount .prt-p_table-price {
    font-size: 46px;
    line-height: 62px;
    font-weight: 500;
    font-family: var(--base-headingfont);
    color: var(--base-headingfont-color);
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 50px;
}
.pricing-plan .prt-p_table-button {
    position: relative;
}
.pricing-plan .prt-p_table-button a {
    position: absolute;
    font-size: 0;
    bottom: 60px;
    right: 0;
    opacity: 1;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: block;
    color: var(--base-headingfont);
    border-radius: 50%;
    transition: all 0.5s;
}
.pricing-plan .prt-p_table-button a:after {
    content: "\e628";
    font-family: "themify";
    position: absolute;
    top: 0px;
    right: 33px;
    z-index: 1;
    display: block;
    transition: all 0.5s;
    font-size: 30px;
    color: var(--base-headingfont);
}
.pricing-plan .prt-p_table-button a:hover {
    background-color: var(--base-skin);
}
.pricing-plan .prt-p_table-button a:hover:after {
    color: var(--base-white);
}

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

/* ===============================================
    21.Sidebar
------------------------*/
.sidebar .widget-area .widget {
    position: relative;
    margin: 0 0 35px;
    background-color: #fff;
    border-radius: 5px;
}
.sidebar .widget-area .widget:after {
    display: block;
    height: 3px;
    content: "";
    position: absolute;
    width: auto;
    bottom: 0;
    left: 35px;
    right: 35px;
    z-index: 1;
}
.sidebar .widget-area .widget.with-title {
    background-color: var(--base-white);
    padding: 0;
    margin: 0 0 40px;
    border-radius: 0;
    overflow: hidden;
}
.sidebar .widget.widget-nav-menu.with-title {
    padding: 0px;
}

.sidebar .widget-area .widget:last-child {
    margin-bottom: 0px;
}
.sidebar .widget ul {
    margin: 20px 0 0;
    padding: 0;
}
.sidebar .widget ul > li {
    list-style: none;
}
.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: 5px;
}
.sidebar .widget.widget-search .input-text {
    border: 1px solid #ebeded;
    border-radius: 5px;
    padding: 10px 15px;
    padding-right: 60px;
    background-color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sidebar .widget.widget-search input {
    color: #242c42;
}

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

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

/* widget-categories */
.prt-sidebar-right .widget.widget-search .search-form label {
    display: block;
    margin: 0;
}
.prt-sidebar-right .widget.widget-search input[type="search"] {
    border-radius: 30px;
    color: #fff;
    background: linear-gradient(
        to right,
        var(--base-first-gradientcolor) 0%,
        var(--base-second-gradientcolor) 100%,
        var(--base-first-gradientcolor) 100%
    );
    padding: 17px 45px 17px 25px;
    border: 0;
    font-size: 15px;
}
.prt-sidebar-right .widget.widget-search .search-form {
    position: relative;
}
.prt-sidebar-right .widget.widget-search input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.prt-sidebar-right .widget.widget-search .btn-check:focus + .btn,
.prt-sidebar-right .widget.widget-search .btn:focus {
    outline: 0;
    box-shadow: none;
}
.prt-sidebar-right .widget.widget-search .btn {
    color: #fff;
    position: absolute;
    top: 8px;
    right: 6px;
    font-size: 18px;
}
.prt-sidebar-right .widget.with-title {
    margin-bottom: 25px;
}
.prt-sidebar-right .tagcloud-widget.with-title {
    margin-bottom: 20px;
}
.prt-sidebar-right .widget.with-title:last-child {
    margin-bottom: 0;
}
.prt-sidebar-right .widget.widget-categories .widget-title,
.prt-sidebar-right .widget.tagcloud-widget .widget-title,
.prt-sidebar-right .widget.widget-recent-post .widget-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
}
.widget-categories ul {
    padding: 0;
    margin: 20px 0 0;
    list-style-type: none;
}
.widget-categories ul li a {
    position: relative;
    font-size: 15px;
    font-weight: 700;
}
.widget-categories ul li a span {
    font-size: 15px;
    font-weight: 700;
}
.widget-categories ul li {
    padding: 0px 0px 8px 15px;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(0 0 0 / 0.1);
    position: relative;
    margin: 5px 0 10px;
    display: grid;
}
.widget-categories ul li:first-child {
    margin: 0 0 10px;
}
.widget-categories ul li:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0;
}
.widget-categories ul li span {
    position: absolute;
    top: 3px;
    right: 20px;
    width: 22px;
    height: 22px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 0px 0px 10px 0px rgba(3, 59, 74, 0.1);
    background-color: #fff;
}

/*step-box*/
.prt-stepbox {
    width: 100%;
}
.prt-stepbox .prt-stepbox-content {
    padding-bottom: 27px;
    position: relative;
}
.prt-stepbox .static-box-image {
    display: inline-block;
    padding-left: 60px;
}
.prt-stepbox .prt-stepbox-title {
    display: inline-block;
    width: 23%;
}
.prt-stepbox:nth-child(2) .prt-stepbox-content .process-num span.number {
    margin-left: 31%;
}
.prt-stepbox .process-num {
    position: relative;
    padding-bottom: 30px;
    padding-top: 5px;
}
.prt-stepbox span.number {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    background-color: #fff;
    padding: 11px 30px;
    border: 1px solid #dee1f5;
    border-radius: 10px;
    color: var(--base-dark);
    font-family: var(--base-headingfont);
}
.prt-stepbox .prt-stepbox-content:before {
    position: absolute;
    content: "";
    left: -315px;
    width: 1920px;
    height: 1px;
    background-color: #dee1f5;
    z-index: 0;
    top: 20px;
}
.prt-stepbox .static-box-desc {
    display: inline-block;
    width: 40%;
    padding-left: 100px;
}
.prt-stepbox .prt-stepbox-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}

/* process-box */
.prt-processbox-wrapper {
    position: relative;
    margin: 15px 0;
}
.prt-box-content {
    position: relative;
    margin-left: 60px;
    padding-top: 20px;
}
.prt-box-content .featured-blog-post-cat {
    display: inline-block;
    padding-left: 25px;
}
.prt-box-content .post-meta {
    display: inline-block;
}
.prt-box-content-title {
    padding-top: 20px;
}
.proces-img {
    position: relative;
}
.prt-box-content .featured-blog-post-cat a {
    padding: 6px 12px;
    font-size: 14px;
    font-style: italic;
    background-color: var(--base-grey);
    border-radius: 12px;
}
.prt-box-content .prt-box-content-title h3 {
    font-size: 26px;
    line-height: 36px;
}
.prt-box-content .post-meta span.prt-meta-line:after {
    position: absolute;
    display: inline-block;
    content: "";
    background-color: #e7e7e7;
    width: 1px;
    height: 100%;
    vertical-align: middle;
    top: 0;
    right: -12px;
}
.prt-box-content .post-meta span.prt-meta-line {
    font-size: 14px;
    color: var(--base-bodyfont-color);
    position: relative;
}
.prt-processbox-wrapper .prt-box-image img {
    border: 0;
    width: 62%;
    display: flex;
    height: 199px;
    border-radius: 24rem;
    transition: all 0.4s ease-in-out;
}
.prt-processbox-wrapper .prt-box-image {
    display: flex;
}

/*featured-blogbox.style1*/
.featured-imagebox-blog.style1 {
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}
.featured-imagebox-blog.style1 .featured-thumbnail {
    border-radius: 30px;
}
.featured-imagebox-blog.style1 .featured-content h3 a:hover {
    color: var(--base-skin);
}
.featured-imagebox-blog.style1 .featured-content .post-meta {
    display: inline-block;
}
.featured-imagebox-blog.style1 .featured-title {
    padding-top: 20px;
}
.featured-imagebox-blog.style1:hover.right .featured-content {
    padding: 4px 30px 7px 60px;
}
.featured-imagebox-blog.style1.right .featured-thumbnail img {
    float: right;
}
.featured-imagebox-blog.style1 .featured-content .post-meta {
    position: relative;
}
.featured-imagebox-blog.style1 .featured-thumbnail img {
    border-radius: 24rem;
    background-color: rgb(0 0 0 / 49%);
    width: 62%;
    height: 199px;
    transition: all 0.8s ease-in-out;
}
.featured-imagebox-blog.style1:hover .featured-thumbnail img {
    width: 100%;
    object-fit: cover;
    transition: all 0.8s ease-in-out;
}
.featured-imagebox-blog.style1 .featured-content {
    position: absolute;
    bottom: 3px;
    right: 10px;
    z-index: 1;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    -ms-transition: all 0.9s;
    transition: all 0.9s;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0 7px 30px;
}
.featured-imagebox-blog.style1 .featured-content h3 a {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 12px;
    position: relative;
}
.featured-imagebox-blog.style1 .featured-content p {
    color: var(--base-bodyfont-color);
    padding-top: 5px;
}
.featured-imagebox-blog.style1 .featured-content .featured-blog-post-cat {
    display: inline-block;
    padding-left: 25px;
}
.featured-imagebox-blog.style1 .featured-content .featured-blog-post-cat a {
    padding: 6px 12px;
    font-size: 14px;
    font-style: italic;
    background-color: var(--base-grey);
    border-radius: 12px;
}
.featured-imagebox-blog.style1.right .featured-content {
    position: absolute;
    bottom: 3px;
    left: 10px;
    z-index: 1;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    -ms-transition: all 0.9s;
    transition: all 0.9s;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0 7px 30px;
}
.featured-imagebox-blog.style1
    .featured-content
    .post-meta
    span.prt-meta-line:after {
    position: absolute;
    display: inline-block;
    content: "";
    background-color: #e7e7e7;
    width: 1px;
    height: 100%;
    vertical-align: middle;
    top: 0;
    right: -12px;
}
.featured-imagebox-blog.style1:hover .post-meta span.prt-meta-line,
.featured-imagebox-blog.style1:hover .featured-content h3 a {
    color: var(--base-white);
    transition: all 0.8s ease-in-out;
}
.featured-imagebox-blog.style1:hover .featured-content p {
    color: rgb(255 255 255 / 70%);
    transition: all 0.8s ease-in-out;
}
.featured-imagebox-blog.style1:hover
    .featured-content
    .featured-blog-post-cat
    a {
    background-color: rgb(255 255 255 / 18%);
    transition: all 0.8s ease-in-out;
    color: var(--base-white);
}
.featured-imagebox-blog.style1:hover .featured-content {
    padding: 4px 60px 7px 30px;
    transition: all 0.8s ease-in-out;
}

/** prt-recent-post-list **/
.widget-recent-post .recent-post-image {
    position: relative;
    overflow: hidden;
    height: 350px;
}
.widget-recent-post .recent-post-image img {
    height: 100%;
    object-fit: cover;
}
.widget-recent-post .post-meta span {
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
}
.widget-recent-post span.prt-meta-line.category {
    padding-right: 10px;
}
.widget-recent-post span.prt-meta-line.category a {
    border: 1px solid #000;
    padding: 6px 14px 8px;
    border-radius: 50px;
    display: block;
}
.widget-recent-post span.prt-meta-line.category a:hover {
    border-color: var(--base-dark);
    background-color: var(--base-dark);
    color: var(--base-white);
}
.recent-post-content {
    background-color: rgba(255 255 255 / 0.9);
    border-radius: 15px;
    padding: 20px 20px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px;
}
.recent-post-content h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
    margin-top: 15px;
}
/* tagcloud */
.widget .tagcloud a {
    display: inline-block;
    padding: 2px 15px 5px;
    margin: 0 2px 10px;
    border: 1px solid rgb(0 0 0);
    border-radius: 30px;
    font-size: 15px !important;
    background-color: transparent;
    font-weight: 600;
    color: #000;
}
.widget .tagcloud a:hover {
    background-color: var(--base-dark);
    color: var(--base-white);
    border-color: var(--base-dark);
}

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

/* 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 0.3s, color 0.4s;
    -o-transition: opacity 0.3s, color 0.4s;
    -moz-transition: opacity 0.3s, color 0.4s;
    transition: opacity 0.3s, color 0.4s;
}
.prt-cursor.-visible:before {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
}
.prt-cursor.-visible.-active:before {
    -webkit-transform: scale(0.23);
    -moz-transform: scale(0.23);
    -ms-transform: scale(0.23);
    -o-transform: scale(0.23);
    transform: scale(0.23);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.prt-cursor.-pointer:before {
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    -o-transform: scale(0.15);
    transform: scale(0.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: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.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;
}
.pbmit-portfolio-title {
    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 .pbmit-port-cat a {
    display: inline-block;
    border-radius: 8px;
    padding: 12px 25px 12px 25px;
    background-image: var(--base-gradient);
    font-family: var(--base-headingfont);
    color: var(--base-white);
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
}

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

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

/* marque-section */
.marquee {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 27px;
    -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 a:hover,
.marquee-text {
    color: transparent;
}
.marquee-text {
    display: inline-block;
    padding-right: 75px;
    padding-left: 75px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-text-stroke: 2px var(--base-white);
    font-family: var(--base-headingfont);
    font-size: 74px;
    line-height: 110px;
    font-weight: 700;
    text-transform: uppercase;
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.marquee-content {
    animation: scroll 50s linear infinite;
}
.marquee-text {
    position: relative;
}
.marquee-text:before {
    font-size: 35px;
    line-height: 54px;
    font-weight: 900;
    position: absolute;
    top: 30px;
    left: -30px;
    content: "\f2dc";
    font-family: "Font Awesome 5 Free";
    -webkit-background-clip: content-box;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    animation: grow-and-shrink 2000ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/* marque-style1 */
.marquee-text.style1 {
    position: relative;
}
.marquee-text.style1:before {
    content: unset;
}
.marquee-text.style1 {
    padding-left: 35px;
    padding-right: 35px;
}

/* client-marque */
.clients-marquebox-1 .client-count {
    display: flex;
    align-items: center;
    border-radius: 50px;
    text-align: left;
}
.clients-marquebox-1 {
    padding: 15px 30px;
    background: var(--base-gradient);
    border-radius: 42.5px;
}
.clients-marquebox-1 .client-count h2,
.clients-marquebox-1 .client-count span {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 0;
    font-weight: 600;
}
.clients-marquebox-1 .client-count p {
    color: rgb(255 255 255 / 80%);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 0 0 26px;
    margin-bottom: 0;
}

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

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