/** 
          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.hero-section { padding: 140px 0 100px; }
.prt-row.first-section { padding: 0 0; }
.prt-row.service-section { padding: 50px 0 100px; }
.prt-row.cta-section { padding: 0 0 100px;}
.prt-row.testimonial-section { padding: 100px 0 100px; }
.prt-row.blog-section { padding: 85px 0 85px; }

.prt-row.client-section { padding: 0px 0 145px; }
.prt-row.image-text-section { padding: 0 0 80px; }
.prt-row.marque-section-1 { padding: 0 0 75px; }
.prt-row.team-section { padding: 0 0 0px;}
.prt-row.services-section-1 { padding: 100px 0 80px;}
.prt-row.service-icon-section { padding: 0 0 35px; }

.prt-row.step-section { padding: 240px 0 95px; }
.prt-row.contact-us-section { padding: 0 0 0px; }
.prt-row.services-cta-section { padding: 110px 0 65px; }
.prt-row.portfolio-details-section { padding: 90px 0 0;}
.prt-row.portfolio-section-1 { padding: 65px 0 0 ; }
.prt-row.team-details-section { padding: 90px 0 0; }

.prt-row.portfolio-section { padding: 85px 0 85px; }
.prt-row.step-section-1 { padding: 265px 0 125px; }




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


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

.prt-bg.prt-bgimage-yes >.prt-bg-layer, 
.prt-bg.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    opacity: .5;
}
/* .bg-img1.prt-bg.prt-bgimage-yes >.prt-bg-layer, 
.bg-img1.prt-bg.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    opacity: .75;
} */

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


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



/* ===============================================
    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-bgimg-1.png);
    background-position: 70% 15px;
    background-repeat: no-repeat;
    background-size: contain;
}

/* ===============================================
    6.Section-Title  
------------------------*/
.section-title{ 
    position: relative;
    margin-bottom: 12px;
    margin-top: -12px;
}
.section-title h2 {
    position: relative;
    font-size: 70px;
    line-height: 88px;
    font-weight: 700;
    text-transform: capitalize;
}
.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 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 2px;
    font-family: var(--base-headingfont);
    position: relative;
    padding-left: 37px;
    padding-top: 7px;
    display: inline-block;
}
.section-title h3:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    left: 0;
    background-color: #fff;
    top: 50%;
    bottom: 0;
}
.section-title .title-header { padding-bottom: 0px; }

/* style1 */
.section-title.style1 h2.title {
    position: relative;
    font-size: 104px;
    line-height: 115px;
    font-weight: 700;
    z-index: 1;
}
.section-title.style1 { margin-left: -7px;}

/* style2 */
.section-title.style2 h2.title {
    font-size: 57px;
    line-height: 70px;
    color: var(--base-white);
    font-weight: 400;
}
.section-title.style2 h2.title b { position: relative; font-style: italic;}
.section-title.style2 h2.title b:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: var(--base-white);
    top: auto;
    bottom: 15px;
}

/* style3 */
.section-title.style3 h2.title {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 5px;
}
.section-title.style3 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

/* style4 */
.section-title.style4 {
    position: relative;
    z-index: 1;
}
.section-title.style4 h2.title {
    font-size: 100px;
    line-height: 120px;
    font-weight: 400;
    text-align: center;
    z-index: 1;
}

/* style5 */
.section-title.style5 h2.title {
    font-size: 50px;
    line-height: 66px;
    font-weight: 400;
    margin-bottom: 0;
}

/* style6 */
.section-title.style6 h2.title {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
} 

/* style7 */
.section-title.style7 { padding-right: 30px; }
.section-title.style7 h2.title {
    font-size: 120px;
    font-weight: 700;
    line-height: 130px;
} 

/* style8 */
.section-title.style8 h2.title {
    font-size: 100px;
    line-height: 100px;
    font-weight: 400;
    z-index: 1;
    display: inline-block;
}
.section-title.style8 .title-header{ text-align: center; }
.section-title.style8 .title-header p {
    width: 30%;
    padding-left: 20px;
    display: inline-block;
    text-align: left;
}

/* ===============================================
    7.sep_holder
------------------------*/
.prt-horizontal_sep {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    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: 1px solid #656565 !important;
}

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

.row.no-gutters.prt-vertical_sep > [class*='col']:not(:last-child):before{ right: 0; }
.bg-base-dark .prt-vertical_sep > [class*='col']:not(:last-child):before,
.bg-base-skin .prt-vertical_sep > [class*='col']:not(:last-child):before {
    background-color: rgba(255,255,255,.21);
}
.bg-base-gradient .prt-vertical_sep > [class*='col']:not(:last-child):before{
    background-color: rgba(255,255,255,0.50);
}
.prt-vertical_sep.style1 > [class*='col']:not(:last-child):before{
    right: 15px;
}

/* bg-title-image */
.bg-title-image { position: relative; }
.bg-title-image h3 a {
    position: absolute;
    top: -115px;
    content: "";
    right: 265px;
    font-size: 18px;
    line-height: 28px;
}
.bg-title-image a {
    position: absolute;
    top: -145px;
    content: "";
    right: 31%;
    font-size: 28px;
    font-weight: 600;
    color: var(--base-white);
    line-height: 28px;
    font-family: var(--base-headingfont);
}
.bg-title-image a:hover { color: var(--base-white);}

/*prt-single-img*/
.prt_single_image-wrapper {
    position: relative;
}
.prt_single_image-wrapper img { border-radius: 15px; }
.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;
    }

}

/* style1 */
.prt_single_image-wrapper.style1 { padding-top: 90px; }
.prt_single_image-wrapper.style1 img {
    width: 193px;
    height: 143px;  
}

/* style2 */
.prt_single_image-wrapper.style2 {
    
    
    text-align: center;
}
.prt_single_image-wrapper.style2 img {
    width: 570px;
    height: 570px;
    border-radius: 50%;
    background-color: var(--base-skin);
}



/* shadow-img */
.shadow-img-1 img {
    margin-top: -85px;
    margin-left: -400px;
}
.shadow-img-2 { position: relative; }
.shadow-img-2 img {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -615px;
}

/* cta */
.cta-number { 
    display: block; 
    padding-left: 345px;
    margin-top: -260px;
    position: relative;
}
.cta-number a {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}
.cta-number a:hover { color: var(--base-skin); }
.cta-number a.mail {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
}
.cta-number a.mail:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #fff;
    top: auto;
    bottom: 0;
    transition: all 0.3s ease 0s;
}
.cta-number a.mail:hover:before {
    background-color: var(--base-skin);
    -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;
}


/* ===============================================
    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: 700;
    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-skincolor:hover {
    background-color: var(--base-white);
    color: var(--base-dark);
    border-color: var(--base-dark);
}
.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);
}
.faq-section .prt-btn-style-border.prt-btn-color-whitecolor:hover {
    background-color: var(--base-white);
    color: var(--base-dark);
}

/** btn-with-icon **/
.prt-btn i{
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    font-weight: bold;
    padding-left: 6px;
}
.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: 8px 20px; }
.prt-btn.prt-btn-size-sm i { font-size: 14px; line-height: 16px;}

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

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

/** 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: 12px; }
.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: 1px solid currentColor;
}
.prt-btn.prt-btn-color-white.prt-btn-style-border {
    color: #fff;
    border-color: currentColor;
    background-color: transparent;
}
.prt-btn.prt-btn-color-white.prt-btn-style-border:hover {
    background-color: var(--base-white);
    color: var(--base-dark);
}

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

.round-button { position: relative; }
.round-button a {
    font-size: 18px !important;
    opacity: 1;
    border: 1px solid rgb(210, 210, 210);
    width: 160px;
    height: 160px;
    line-height: 130px;
    padding-top: 50px;
    text-align: center;
    display: block;
    color: var(--base-white);
    font-weight: 700;
    border-radius: 50%;
    transition: all .5s;
    padding: 0 !important;
}
.round-button .prt-btn:not(.btn-inline):after { display: none; }
.round-button .prt-btn img {
    position: relative;
    top: -35px;
    display: block;
    left: 60px;
    transition: all 0.6s ease 0s;
}
.round-button .prt-btn:hover img { transform: rotate(45deg); transition: all 0.6s ease 0s; }
.round-button .prt-btn:hover { color: var(--base-white) !important; }
.round-button a:hover {
    background-color: var(--base-skin) !important;
    border: 1px solid var(--base-skin) !important;
}
.round-button a:hover:after {
    color: var(--base-white);
}
.round-button a:after {
    content: "\e649";
    font-family: "themify";
    position: absolute;
    top: -3px;
    right: 28px;
    z-index: 1;
    display: block;
    transition: all .5s;
    font-size: 30px;
    color: var(--base-headingfont);
}


/** btn-inline **/
.prt-btn.btn-inline {
    text-transform: uppercase;
    padding: 0;
    border: 0;
    overflow: visible;
    font-weight: 500;
    font-family: var(--base-headingfont);
    background-color: transparent;
    transition: all 0.1s ease 0s;
}
.prt-btn.btn-inline.prt-btn-color-whitecolor:before {
    position: absolute;
    content: '';
    height: 1px;
    right: auto;
    width: calc(100% + 0px);
    background-color: var(--base-white);
    bottom: 0px;
    transition: all 0.1s ease-in-out;
}
.prt-btn.btn-inline.prt-btn-color-whitecolor:hover { color: var(--base-white);}
.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;
}
.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.30;
}
.routes-section .title-desc a.prt-btn.btn-inline:hover { color: var(--base-skin); }
.routes-section .title-desc a.prt-btn.btn-inline:hover::before { background-color:  var(--base-skin); }

/*circular*/
/*roating*/
.prt-rotating-text svg {
    animation: spinner_main 10s linear infinite;
}
@keyframes spinner_main {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.prt-rotating-text text { 
    fill: var(--base-white);
    font-size: 23px;
    font-family: var(--base-headingfont);
    font-weight: 600;
    letter-spacing: 3px;
}
.circular-main {
    position: relative;
    z-index: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.circular-main .prt_single_image-wrapper { 
    position: absolute;
    top: 25px;
    left: 27px;
}
.circular-main .circular {
    position: relative;
    top: -60px;
}
.circular-fid-and-text-box {
    display: flex;
    padding-right: 50px;
    justify-content: center;
    align-items: center;
}
.circular-main img {
    position: relative;
    left: 50px;
    bottom: 35px;
}

/* scroll-text */
.tm-scrollintetx-wrapper {
    font-size: 162px;
    margin-top: -100px;
    z-index: 1;
    font-style: italic;
    margin-right: 50px;
    text-align: right;
    color: rgb(164 150 128 / 8%);
    position: relative;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    font-family: var(--base-headingfont);
}

/* scroll-text */
.tm-scrollintetx-wrapper-main {
    font-size: 162px;
    z-index: 1;
    font-style: italic;
    margin-right: 50px;
    text-align: right;
    color: var(--base-white);
    position: relative;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    font-family: var(--base-headingfont);
}



/* route-wrapper */
.route-location-wrapper .section-title h3 {
    font-size: 42px;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 10px;
    color: var(--base-white);
    font-family: var(--base-headingfont);
}
.route-location-wrapper .section-title h2 {
    font-size: 68px;
    font-weight: bold;
    line-height: 78px;
    font-family: var(--base-headingfont);
}
.route-location-wrapper ul.route-list li {
    font-family: var(--base-headingfont);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 7px;
    margin-top: 20px;
    color: var(--base-white);
}
.route-location-wrapper span.route-content {
    font-family: var(--base-bodyfont);
    color: rgb(255 255 255 / 80%);
    font-weight: normal;
    padding-left: 10px;
}
ul.route-list {
    list-style-type: none;
    padding-left: 0;
}

/* 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: .4;
    background-color: inherit;
}
.prt-bgcolor-skincolor .prt-play-icon-btn .prt-play-icon-animation:after { opacity: .1; }

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

/* .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: 10px;
    font-size: 18px;
    color: var(--base-bodyfont-color);
    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); }


/*style1*/
.prt-list.style1 li { 
    position: relative; 
    padding-left: 25px;
    padding: 5px 0;
}
.prt-list.style1 li:last-child { padding-bottom: 0px; }
.prt-list.style1 li i { 
    color: var(--base-skin); 
    font-size: 6px; 
    position: relative;
    top: -4px;
}
.prt-list.style1 .prt-list-li-content {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}

/*style2*/
.prt-list.style2 li { 
    position: relative; 
    padding-left: 25px;
    padding: 5px 0;
}
.prt-list.style2 li:last-child { padding-bottom: 0px; }
.prt-list.style2 li i { color: var(--base-white); font-size: 16px; }
.prt-list.style2 .prt-list-li-content {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}

/*style3*/
.prt-list.style3 li { 
    position: relative; 
    padding-left: 25px;
    padding: 3px 0;
}
.prt-list.style3 li:last-child { padding-bottom: 0px; }
.prt-list.style3 li i { 
    color: var(--base-white); 
    font-size: 6px; 
    position: relative;
    top: -6px;
}
.prt-list.style3 .prt-list-li-content {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
    top: -3px;
    position: relative;
}

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

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

/* style1 */
.prt-fid.inside.style1 {
    padding: 20px 40px 25px 35px;
}
.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: 60px;
    line-height: 70px;
    font-weight: 700;
    color: var(--base-headingfont-color);
}
.prt-fid.inside.style1 .prt-fid-contents .prt-fid-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding-left: 10px;
    padding-top: 15px;
    font-family: var(--base-headingfont);
    color: var(--base-headingfont-color);
}
.prt-fid.inside.style1 .prt-fid-contents { display: flex; }
.prt-fid-box .prt-fid-desc p { padding-left: 35px; padding-top: 25px; }

/* style2 */
.prt-fid.inside.style2 { 
    padding: 40px;
    background-color: var(--base-skin);
    position: absolute;
    content: "";
    left: 165px;
    z-index: 1;
    border-radius: 15px;
    margin-top: -75px;
}
.prt-fid.inside.style2 h4, .prt-fid.inside.style2 h4 span {
    font-size: 65px;
    line-height: 75px;
    font-weight: 700;  
    text-align: center; 
}
.prt-fid.inside.style2 .prt-fid-contents .prt-fid-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--base-headingfont);
}


/*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;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 8px;
}
.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 {
    padding: 20px 30px 30px;
    text-align: center;
    z-index: 2;
}
.featured-icon-box.style1 h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 22px;
    font-weight: 700;
}
.featured-icon-box.style1:hover .prt-icon i {
    webkit-transform: scale(-1) rotate(180deg) !important;
    -moz-transform: scale(-1) rotate(180deg) !important;
    -ms-transform: scale(-1) rotate(180deg) !important;
    -o-transform: scale(-1) rotate(180deg) !important;
    transform: scale(-1) rotate(180deg) !important;
}
.featured-icon-box.style1 .prt-icon i {
    font-size: 76px;
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 15px;
    transform: none;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    display: inline-block;
}
.featured-icon-box.style1 .featured-content { padding-top: 40px; }

/* style2 */
.featured-icon-box.style2 {
    padding: 35px 0 25px;
    margin: 0;
    border-right: 1px solid #656565;
    margin-bottom: -7px;
}
.featured-icon-box.style2 .featured-title h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--base-bodyfont-color);
}
.featured-icon-box.style2 .featured-title h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}
.row > [class*='col-']:last-child .featured-icon-box.style2 {
    border-right: unset;
}
.featured-icon-box.style2 p {
    color: var(--base-white);
}


/* ===============================================
    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 .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.featured-imagebox:hover .featured-thumbnail img{
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.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: 2;
    -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 .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .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 .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    background-color: var(--base-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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.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 .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.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 .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    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 .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 .3s ease;
    transition: all .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,.6);
    top: 0;
    bottom: -5px;
    left: 0;
    right: 0;
    opacity: 0.7;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*style1*/
.featured-imagebox-services.style1 {
    padding: 50px 0px 35px 0px;
    margin: 0;
    border-bottom: 1px solid #454545;
}
.featured-imagebox-services.style1 .post-meta a:hover {
    background-color: var(--base-skin);
    border: 1px solid var(--base-skin);
}
.featured-imagebox-services.style1 .post-meta {
    margin-bottom: 10px;
    display: inline-block;
}
.featured-imagebox-services.style1 .post-meta a {
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    transition: all .5s ease;
    border: 1px solid rgb(255 255 255 / 10%);
}
.featured-imagebox-services.style1 .featured-title h3 {
    font-size: 65px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 0;
}
.featured-imagebox-services.style1 .featured-thumbnail {
    border-radius: 15px;
    margin: 0 50px 0 50px;
}
.featured-imagebox-services.style1 .post-meta a:hover { color: var(--base-white); }
.featured-imagebox-services.style1 .featured-title h3 a:hover { color: var(--base-white); }
.featured-imagebox-services.style1 .featured-thumbnail.last { margin-left: 0; }
.featured-imagebox-services.style1 .featured-title { display: inline-block; }
.featured-imagebox-services.style1 .featured-thumbnail { display: inline-block; }
.featured-imagebox-services.style1 .featured-title.last { margin-bottom: 0; }

/*style2*/
.featured-imagebox-services.style2 {
    overflow: hidden;
    text-align: left;
    border-radius: 15px;
}
.featured-imagebox-services.style2 .featured-thumbnail {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.featured-imagebox-services.style2 .featured-content {
    padding: 20px 10px 25px;
    text-align: center;
    background-color: var(--base-secondary-dark);
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -30%;
    top: auto;
    transition: .5s all linear 0ms;
    opacity: 0;
}
.featured-imagebox-services.style2 .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
    color: var(--base-white);
}
.featured-imagebox-services.style2 .featured-imagebox-wrapper { position: relative; }
.featured-imagebox-services.style2:hover .featured-content { bottom: 30px; opacity: 1; }


/* portfolio-image-box */
.featured-imagebox-portfolio.style1 {
    overflow: visible;
}
.featured-imagebox-portfolio.style1 .featured-thumbnail {
    opacity: .4;
    transition: all .5s ease-in-out;
    border-radius: 15px;
    width: 100%;
}
.featured-imagebox-portfolio.style1 .featured-thumbnail img {
    transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg) 
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all .5s ease-in-out;
    position: relative;
    overflow: hidden;
}
.featured-imagebox-portfolio.style1:hover .featured-thumbnail {
    opacity: 1;
    transition: all .5s ease-in-out;
}
.featured-imagebox-portfolio.style1:hover .featured-imagebox-wrapper img {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) 
    rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    z-index: 100;
    transition: all .5s ease-in-out;
}
.featured-imagebox-portfolio.style1:hover .featured-portfolio-item {
    z-index: 50;
}
.featured-imagebox-portfolio.style1 .featured-portfolio-item {
    position: relative;
    overflow: hidden;
}
.featured-imagebox-portfolio.style1 .marquee-block {
    position: absolute;
    bottom: 50%;
    top: 50%;
    left: 0;
    right: 0;
    transition: all .5s ease-in-out;
    width: auto;
    animation: tm-marque-text-right 5s linear infinite;
    will-change: transform;
    white-space: nowrap;
    display: none;
    z-index: 10;
}
.featured-imagebox-portfolio.style1:hover .marquee-block { display: block; }
.featured-imagebox-portfolio.style1 .marquee {
    z-index: 10;
    width: 300vw;
    opacity: 0;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 40px;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100vw;
    right: 0;
    padding-top: 40px;
}
.featured-imagebox-portfolio.style1 .marquee .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: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  grid-row-gap: 20px; 
}
.featured-imagebox-portfolio.style1 .marquee .marquee-text {
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    color: var(--base-white);
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: var(--base-headingfont);
    margin: 0 20px;
    font-weight: 700;
    font-size: 65px;
    line-height: 75px;
}
.featured-imagebox-portfolio.style1:hover .marquee {
    opacity: 1;
    transition: all .5s ease-in-out;
} 
.portfolio-section .slick_slider .slick-slide {
    display: block;
    position: relative;
    z-index: 2;
}
.portfolio-section .slick_slider .slick-slide:hover {
    z-index: 5;
}


/* team-1 */
.featured-imagebox-team.style1 { position: relative; }
.featured-imagebox-team.style1 .featured-imagebox-team-wrapper { border-left: 1px solid #454545; }
.team-section .slick-slide { padding: 0; }
.featured-imagebox-team.style1 { margin: 0; }
.featured-imagebox-team.style1 .featured-thumbnail {
    position: relative;
    padding: 72px 60px 73px;
    border-bottom: 1px solid #454545;
    transition: all .9s ease;
}
.featured-imagebox-team.style1 .featured-thumbnail img {
    position: relative;
    transition: all .9s ease;
    border-radius: 15px;
}
.featured-imagebox-team.style1 .featured-title h3 {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    padding: 24px 0 30px;
    margin-bottom: 0;
}
.featured-imagebox-team.style1 .featured-imagebox-team-wrapper:hover .featured-thumbnail img ,
.featured-imagebox-team.style1:hover .featured-imagebox-team-wrapper .featured-thumbnail {
    padding: 0;
    border-radius: 0;
    transition: all .9s ease;
}
.featured-imagebox-team.style1:hover .featured-thumbnail img {
    -moz-transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}











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

/* prt-step-box */
.prt-stepbox .prt-stepbox-title h3 ,
.prt-stepbox .prt-stepbox-title .number {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--base-white);
    display: inline-block;
    position: relative;
}
.prt-stepbox .prt-stepbox-title .number:before {
    position: absolute;
    content: ".";
    color: var(--base-white);
    border-radius: 50%;
    right: -10px;
    top: 1px;
    font-size: 25px;
}
.prt-stepbox-main { position: relative; }
.prt-stepbox-main:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    top: 50px;
    bottom: auto;
    background-image: linear-gradient(to left, #0000, #a12134 100%);
    z-index: 0;
    background: linear-gradient(90deg, #0000 0%, #a12134 8%, #a12134 92%, #0000 100%);
}
.prt-stepbox .prt-stepbox-title h3 { padding-left: 10px;}
.row .col-lg-3:nth-child(1) .prt-stepbox ,
.row .col-lg-3:nth-child(3) .prt-stepbox {
    padding-top: 90px;
    margin-right: -40px;
}
.row .col-lg-3:nth-child(2) .prt-stepbox ,
.row .col-lg-3:nth-child(4) .prt-stepbox {
    margin-top: -130px;
    margin-left: -100px;
}
.prt-stepbox .prt-stepbox-content { position: relative; padding-left: 40px; }
.prt-stepbox .prt-stepbox-content .prt-stepbox-desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.prt-stepbox .prt-stepbox-content:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background-color: var(--base-skin);
    border-radius: 50%;
    top: -38px;
    left: 0;
}
.prt-stepbox .prt-stepbox-content:after {
    position: absolute;
    content: "";
    height: 210px;
    border-left: 1px dashed var(--base-skin);
    top: -35px;
    bottom: auto;
    left: 8px;
}
.row .col-lg-3:nth-child(1) .prt-stepbox .prt-stepbox-content:before ,
.row .col-lg-3:nth-child(3) .prt-stepbox .prt-stepbox-content:before {
    top: -48px;
}
.row .col-lg-3:nth-child(2) .prt-stepbox .prt-stepbox-content:before ,
.row .col-lg-3:nth-child(4) .prt-stepbox .prt-stepbox-content:before {
    top: 170px;
}

/* step-box-1 */
.prt-step-box-1 .prt-step-box-title h3 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
    color: rgb(255 255 255 / 30%);
    transition: all .5s ease 0s;
}
.prt-step-box-1 .prt-step-box-desc p {
    color: rgb(255 255 255 / 30%);
    margin-bottom: 0;
    transition: all .5s ease 0s;

}
.prt-step-box-1 {
    border-bottom: 1px solid #454545;
    padding: 20px 0 25px;
}
.prt-step-box-1:hover .prt-step-box-title h3 ,
.prt-step-box-1:hover .prt-step-box-desc p {
    color: var(--base-white);
}



/* ===============================================
    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: 400;
    color: var(--base-bodyfont-color);
    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: 400;
    color: var(--base-bodyfont-color);
    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,.1); }
.bg-base-grey .prt-progress-bar .progress-bar-inner { background-color: #fff;}

/* style1 */
.prt-progress-bar.style1 { margin-bottom: 30px; }
.row .col-lg-6 .prt-progress-bar.style1:last-child{margin-bottom: 0;}
.prt-progress-bar.style1 .progressbar-title { margin-bottom: 5px; }
.prt-progress-bar.style1 .progress-bar { height: 5px; }
.prt-progress-bar.style1 .progressbar-title { padding: 0; }
.prt-progress-bar.style1 .progress-bar:before{content: unset;}
.prt-progress-bar.style1 .progress-bar-inner{ 
    height: 5px;
    background-color: var(--base-white);
    font-size: 15px;
}
.prt-progress-bar.style1 .progress-bar-percent {
    left: unset;
    right: 0;
}

/* ===============================================
    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*/
.testimonials.style1 { 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.testimonials.style1:before {
    content: "";
    position: absolute;
    width: 580px;
    height: 580px;
    left: 0;
    text-align: left;
    top: 0;
    background-color: var(--base-skin);
    border-radius: 50%;
}
.testimonial-avatar.style1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
}
.testimonials.style1 .testimonial-caption { 
    margin-top: 35px; 
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
.testimonials.style1 .testimonial-caption h3 { 
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
}
.testimonials.style1 .testimonial-caption label {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--base-bodyfont-color);
}
.testimonials.style1 .testimonial-content { 
    font-family: var(--base-bodyfont);
    padding: 100px 0 145px 130px;
}
.testimonials.style1 .testimonial-avatar {
    display: table-cell;
    vertical-align: middle;
}
.testimonials.style1 .testimonial-avatar .testimonial-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.testimonials.style1 .testimonial-content .testimonial-img img { border-radius: 50%; }
.testimonials.style1 .testimonial-avatar { position: relative; }
.testimonials.style1 .testimonial-caption h3 ,
.testimonials.style1 .testimonial-caption label { position: relative; }
.testimonials.style1 .testimonial-bottom {
    padding-left: 100px;
}
.testimonials.style1 .testimonial-content blockquote {
    margin-bottom: 30px;
    padding: 25px 165px 0px 100px;
    color: var(--base-white);
    font-style: italic;
    font-size: 36px;
    line-height: 53px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.testimonials.style1 .testimonial-content blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 82px;
    height: 94px;
    background-color: #fff;
    text-align: center;
    display: block;
    -webkit-mask: url(../images/quote-img.png) no-repeat 100% 100%;
    -webkit-mask-box-image: url(../images/quote-img.png);
}



/* ===============================================
    15.Client-row  
------------------------*/
.client-box {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.client-box .prt-client-logo-tooltip{ 
    margin-top: 15px; 
    margin-bottom: 0;
    overflow: hidden;
}
.client-box .prt-client-logo-tooltip,
.client-box .prt-client-logo-tooltip-inner{
    position: relative; 
}
.client-box:hover .client-thumbnail img {
    transition: all 0.5s ease;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.client-box img {
    display: block;
    margin: 0 auto;
    padding-top:5px;
}

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

.accordion .toggle .toggle-title {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 26px;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    cursor: pointer;
    padding: 14px 20px;
    font-weight: normal;
    margin-bottom: 0;
    position: relative;
}

.accordion .toggle-title a {
    color: #fff;
}

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

.accordion .toggle.ttm-style-classic .toggle-title {
    border: 1px solid #f7f7f7;
    background-color: transparent;
}

.accordion .ttm-style-classic:not(.ttm-toggle-title-bgcolor-grey) .toggle-title {
    -webkit-box-shadow: 0 0 5px 0 rgba(6, 22, 58, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(6, 22, 58, .1);
    box-shadow: 0 0 5px 0 rgba(6, 22, 58, .1);
}

.accordion .ttm-style-classic .toggle-title.active {
    border-color: #f0f0f0;
    background-color: #f8f8f8;
}

.toggle-content ul li {
    list-style: disc;
}

.accordion .ttm-style-classic .toggle-title >a, .accordion .ttm-style-classic.ttm-toggle-title-bgcolor-grey.active .toggle-title >a, .accordion .ttm-toggle-title-bgcolor-grey.active .toggle-title:after {
    color: #666;
}

.accordion .toggle-title:after.active, .accordion .toggle:not(.ttm-style-classic) .toggle-title:after.active {
    color: #fff;
}

.accordion .toggle .toggle-title {
    margin: 30px 0;
}

.accordion .toggle.active .toggle-title {
    margin-top: 15px;
    margin-bottom: -1px;
}

.accordion .ttm-style-classic.ttm-toggle-title-bgcolor-grey .toggle-title {
    border-color: #f0f0f0;
    background-color: #f8f8f8;
    padding-left: 46px;
}

.accordion .ttm-style-classic.ttm-toggle-title-bgcolor-grey .toggle-title.active {
    background-color: #f8f8f8;
}

.accordion .toggle .toggle-title:after {
    position: absolute;
    font-family: "FontAwesome";
    right: 20px;
    top: 10px;
    content: "\f0d7";
}

.accordion .toggle.active .toggle-title:after {
    content: "\f0d8";
    font-family: "FontAwesome";
}

.accordion .toggle-content {
    display: none;
    padding: 30px 20px 0px 20px;
    background-color: #fff;
    overflow: hidden;
}

.accordion .toggle.ttm-toggle-title-bgcolor-grey .toggle-title:after {
    position: absolute;
    font-family: "Themify";
    content: "\e61a";
    left: 20px;
    font-size: small;
    top: 10px;
}

.accordion .toggle.ttm-toggle-title-bgcolor-grey.ttm-toggle-title-bgcolor-grey.active .toggle-title:after {
    font-family: "Themify";
    content: "\e622";
}

.accordion .toggle.active .toggle-title:after, .accordion .toggle:not(.ttm-style-classic) .toggle-title:after {
    color: #fff;
}

.accordion .toggle.ttm-toggle-title-bgcolor-grey .toggle-title:after {
    color: #666;
}

.accordion .toggle.toggle-title.ttm-style-classic.active .toggle-title:after {
    color: #fff;
}

.accordion .toggle.toggle-style-border {
    border-bottom: 1px solid #d5d8dc;
    padding-bottom: 15px;
    margin-bottom: 22px;
}

.accordion .toggle.toggle-style-border .toggle-title {
    background-color: transparent;
}

.accordion .toggle.toggle-style-border.toggle-square .toggle-title {
    padding: 4px 0;
    padding-left: 42px;
    letter-spacing: 1.2px;
    margin: 0;
    color: var(--base-bodyfont-color);
    font-weight: 400;
}

.accordion .toggle.toggle-style-border.toggle-square .toggle-content {
    padding: 0;
    padding-left: 42px;
    background-color: transparent;
}

.accordion .toggle.toggle-style-border.toggle-square .toggle-title:after {
    position: absolute;
    font-family: "themify";
    content: "\e61a";
    left: 0px;
    font-size: 15px;
    font-weight: 900;
    top: 5px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    background-color: var(--base-skin);
}

.accordion .toggle.toggle-style-border.toggle-square.active .toggle-title:after {
    font-family: "themify";
    content: "\e622";
}
/** Calculate chart **/
.table {
    width: 100%;
    margin-bottom: 0px;
    color: var(--base-headingfont);
    border-right: unset;
}
.table td, .table th {
    padding: 0px;
    vertical-align: top;
    border-top: 1px solid rgba(255 , 255 , 255 , 0.10);
    border: 1px solid rgba(255 , 255 , 255 , 0.10);
    background-color: var(--base-skin);
}
/* ===============================================
   weekly schedule timetable
------------------------*/
table {
    border: 1px solid var(--base-grey);
    width: 100%;
    margin-bottom: 20px;
    color:#29282d;
}
.time-zone-table1 .table td {
    vertical-align: middle;
    background-color: transparent;
}
/* .time-zone-table1 .table td:hover {
    background-color: var(--base-grey);
} */
.time-zone-table1 .table td .content-blank {
    background-color: transparent;
}
.time-zone-table1 .table th .classes-days {
    padding: 20px 30px;
    font-family: var(--base-headingfont);
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    background-color: var(--base-skin);
    line-height: 34px;
    color: var(--base-white);
}
.time-zone-table1 .table th .classes-days.time {
    padding: 20px 53px;
}
.time-zone-table1 {
    border-radius: 30px;
}
.time-zone-table1 table tbody td:hover a {
    transform: none;
    -webkit-transition: none;
}
.time-zone-table1 .table td .content-data {
     padding: 25px 20px;
}
.time-zone-table1 .table td .content-data p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 0;
    color: var(--base-white);
}
/* .time-zone-table1 table tbody td:hover a {
    color: #fff;
} */
.time-zone-table1 .table thead {
    background-color: #f8f7f8;
}
.time-zone-table1 .table td.hours {
    font-size: 24px;
    font-weight: 500;
    color: #ece9e4;
    background-color:transparent;
    font-family: var(--base-headingfont);
}
/* .time-zone-table1 .table td .content-data:hover{
    background-color: var(--skin-color);
} */
.time-zone-table1 .table thead {
    background-color: var(--skin-color);
}
.time-zone-table1 .content-data a {
    color: #0b0b0b;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--base-headingfont);
}
.time-zone-table1 table tbody td.active:hover .hover {
    visibility: visible;
    opacity: 1;
}
.time-zone-table1 table tbody td .content-data:hover {
    background-color: var(--base-skin);
    color:var(--base-white)
}
.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 .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .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: .5s all;
    opacity: 0;
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap.active .award_picture {
    transition: .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 .9s ease,transform .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 .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 .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: .9;
    font-size: 14px;
    z-index: 1;
}

/* form */
.wrap-form.contact_form span.text-input i {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 15px;
    z-index: 1;
    color: var(--base-skin);
}
.wrap-form.contact_form span.text-input input, 
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select {
    border-radius: 0;
    color: rgba(0,0,0,.60);
    border-color: transparent;
    border-radius: 35px;
    padding: 12px 30px;
    background-color: rgba(255, 255, 255, 0.80);
}
.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,.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: 1px solid #e7e7e7;
    background-color: transparent;
    color: var(--base-bodyfont-color);
    padding: 10px 20px;
    font-size: 15px;
}
.wrap-form.query_form span.text-input textarea{ border-radius: 0px; }
.wrap-form span.text-input input::-webkit-input-placeholder, 
.wrap-form span.text-input textarea::-webkit-input-placeholder,
.wrap-form span.text-input select::-webkit-input-placeholder {
    color: rgb(255 255 255 / 70%);
}

/*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 span.heading-name {
    font-size: 16px;
    color: var(--base-white);
    font-family: var(--base-headingfont);
    text-transform: uppercase;
}
.wrap-form.query_form-1 span.text-input input,
.wrap-form.query_form-1 span.text-input select,
.wrap-form.query_form-1 span.text-input textarea {
    background-color: transparent;
    color: rgb(255 255 255 / 35%);
    padding: 10px 20px;
    font-size: 16px;
    margin-top: 11px;
    border-bottom: 1px solid #454545 !important;
    border: unset;
}
.wrap-form.query_form-1 span.text-input input[type="text"]:focus,
.wrap-form.query_form-1 span.text-input textarea:focus { 
    border-bottom: 1px solid var(--base-skin) !important;
    border: unset;
}

.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 .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.10);
    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: .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 {
    border: 1px solid rgba(255 , 255 , 255 , 0.20);
    border-radius: 30px;
    background-color: rgb(0 0 0 / 20%);
    padding: 60px 50px;
    display: flex;
}
.prt-tabs.prt-tab-style-01 ul.tabs { 
    display: block;
    border-right: 1px solid rgba(255 , 255 , 255 , 0.10);
    padding-right: 40px;
}
.prt-tabs.prt-tab-style-01 ul.tabs li:first-child {
    margin-top: 0;
    padding-top: 0;
}
.prt-tabs.prt-tab-style-01 ul.tabs li {
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    color: #888888;
    padding: 15px 0;
    margin: 10px 10px 10px 0;
    font-family: var(--base-headingfont);
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
}
.prt-tabs.prt-tab-style-01 ul.tabs li:last-child{
    margin-bottom: 20px;
}
.prt-tabs.prt-tab-style-01 .content-tab {
    padding-left: 50px;
    margin-top: -5px;
}
.prt-tabs.prt-tab-style-01 .prt-list.prt-list-style-icon li {
    display: block;
}
.prt-tabs.prt-tab-style-01 ul.tabs li.active {
    font-size: 24px;
    line-height: 34px;
    margin-right: 0;
    color: var(--base-white);
}
.prt-tabs.prt-tab-style-01 .prt-list-li-content {
    list-style-type: none;
    font-family: var(--base-headingfont);
    font-size: 15px;
    line-height: 25px;
    color: var(--base-dark);
    font-weight: 500;
}

/* ===============================================
    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
------------------------*/
.prt-pricing-plan {
    position: relative;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 0;
    margin-top: 5px;
    text-align: left;
    display: block;
    position: relative;
    padding: 30px 40px 40px;
    background-color: var(--base-secondary-dark);
    border-radius: 15px;
}
.prt-pricing-plan:before {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    height: 0;
    transition: .5s;
    text-align: left;
    background-color: var(--base-grey);
    content: '';
}
.prt-p_table-head { 
    text-align: left;
    color: var(--base-dark);
    position: relative;
    border-bottom: 1px solid #454545;
    padding-bottom: 20px;
}
.prt-p_table-head .cur_symbol {
    font-size: 46px;
    line-height: 56px;
    color: var(--base-white);
    font-weight: 700;
}
.prt-p_table-head .prt-p_table-price {
    font-size: 46px;
    line-height: 56px;
    color: var(--base-white);
    font-weight: 700;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.prt-p_table-head .prt-p_table-price:before {
    position: absolute;
    content: "/";
    font-size: 25px;
    top: 10px;
    font-weight: 400;
    color: var(--base-bodyfont-color);
    right: -8px;
}
.prt-p_table-head .pac_frequency {
    font-size: 15px;
    line-height: 25px;
    color: var(--base-bodyfont-color);
    padding-left: 5px;
}
.prt-p_table-features li:first-child { padding-top: 0; }
.prt-p_table-features li:last-child { padding-bottom: 0; border-bottom: none; }
.pac_frequency, .prt-p_table-price .cur_symbol {display: inline-block;}
.prt-p_table-body {position: relative; }
.prt-p_table-title h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 20px;
}
.prt-p_table-title h3:after {
    border-bottom: 2px solid var(--base-dark);
    position: absolute;
    content: '';
    left: 0;
    height: 2px;
    width: 100%;
    bottom: -26px;
}
.prt-p_table-body .prt-p_table-features {
    list-style-type: none;
    margin: 0;
    padding: 35px 0 0;
}
.prt-p_table-features li {
    padding: 15px 0 0px 0px;
    margin: 0;
    font-size: 16px;
    color: rgba(255,255,255,.85);
}
.prt-p_table-features li i{
    float: right;
    font-size: 14px;
    padding-top: 6px;
    color: rgba(255,255,255,.85);
}
.prt-p_table-footer {
    display: grid;
    margin-top: 30px;
    text-align: center;
}
.prt-p_table-footer a.prt-btn {
    position: relative;
    padding: 16px 27px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    background-color: var(--base-dark);
    color: var(--base-white);
    font-family: var(--base-headingfont);
}
.prt-p_table-head-info { 
    position: relative;
    padding-left: 40px; 
}
.prt-p_table-head-info:before {
    content: "";
    background-color: var(--base-white);
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 20px;
}


/*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.70);
}
.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.10);
    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;
}

/*featured-blogbox.style1*/
.featured-imagebox-blog.style1 {
    
}
.featured-imagebox-blog.style1 .featured-content {
    padding: 30px;
    border-radius: 0 0 15px 15px;
    background-color: var(--base-secondary-dark);
}
.featured-imagebox-blog.style1 .featured-title h3 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 400;
    position: relative;
    padding-bottom: 25px;
}
.featured-imagebox-blog.style1 .featured-title h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.featured-imagebox-blog.style1 .post-category .prt-meta-line { position: relative; padding-right: 20px; }
.featured-imagebox-blog.style1 .post-category .prt-meta-line:not(:last-child):before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background-color: #454545;
    top: 8px;
    bottom: 0;
    left: auto;
    right: 10px;
}
.featured-imagebox-blog.style1 .featured-title h3:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #454545;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
}
.featured-imagebox-blog.style1 .post-category .prt-meta-line a:hover { 
    color: var(--base-bodyfont-color);
}
.featured-imagebox-blog.style1 .post-category {
    font-size: 16px;
    line-height: 26px;
    color: var(--base-bodyfont-color);
    padding: 6px 0px 6px;
    margin-bottom: 0;
}
.featured-imagebox-blog.style1 .featured-thumbnail {
    border-radius: 15px 15px 0 0;
}
.featured-imagebox-blog.style1:hover .featured-thumbnail img {
    filter: brightness(100%);
    transform: scale(1.5);
    transition: transform 3s, filter 1s 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.90);
    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 .3s,color .4s;
    -o-transition: opacity .3s,color .4s;
    -moz-transition: opacity .3s,color .4s;
    transition: opacity .3s,color .4s;
}
.prt-cursor.-visible:before {
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2)
}
.prt-cursor.-visible.-active:before {
    -webkit-transform: scale(.23);
    -moz-transform: scale(.23);
    -ms-transform: scale(.23);
    -o-transform: scale(.23);
    transform: scale(.23);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}
.prt-cursor.-pointer:before {
    -webkit-transform: scale(.15);
    -moz-transform: scale(.15);
    -ms-transform: scale(.15);
    -o-transform: scale(.15);
    transform: scale(.15)
}
.prt-cursor.-text:before {
    opacity: 1;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7)
}
.prt-cursor.-text .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.prt-cursor.-text.-active:before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}
.prt-cursor.-tooltip:before {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}
.prt-cursor.-tooltip .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    justify-content: unset;
    align-items: unset
}
.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: 13px;
    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,.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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    color: var(--base-white);
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: var(--base-headingfont);
    margin-bottom: 0;
    font-weight: 700;
    font-size: 65px;
    line-height: 75px;
}
@keyframes scroll {
    from {
       transform: translateX(0);
     }
    to {
       transform: translateX(-50%);
    }
}
.marquee-content {
  animation: scroll 35s linear infinite;
}
.marquee-text {
  position: relative;
}
/* .marquee-text:before {
    position: absolute;
    content: '';
    background-image: url(../images/flag-marque.png);
    width: 50px;
    height: 29px;
    top: 6px;
    left: -23px;
    right: 0;
    display: block;
} */

/* marque-style1 */
.marquee-text.style1 {
    position: relative;
}
.marquee-text.style1:before {
    content: unset;
}
.marquee-text.style1 {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 65px;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: var(--base-bodyfont-color);
    color: transparent;
}
.marquee-text.style1:before {
    position: absolute;
    content: '';
    background-image: url(../images/marque-star.webp);
    mask-size: cover;
    width: 35px;
    height: 35px;
    top: 25px;
    left: -16px;
    right: 0;
    display: block;
}
.marquee-text.style1 a {
    color: var(--base-white);
    font-weight: 600;
    font-family: var(--base-bodyfont);
}
.marquee-block.style1 .marquee { padding-top: 15px; padding-bottom: 20px; }
.marquee-content.style1 { animation: scroll 35s linear infinite; }
.marquee-content.style1:hover { animation-play-state: paused !important; }

/* marque-style2 */
.marquee-text-2.style2 {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 65px;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: var(--base-bodyfont-color);
    color: transparent;
}
.marquee-content.style2 .marquee-text-2.style2:before {
    position: absolute;
    content: '';
    background-image: url(../images/marque-star.webp);
    mask-size: cover;
    width: 35px;
    height: 35px;
    top: 0px;
    left: -16px;
    right: 0;
    display: block;
}
.marquee-text-2.style2 a {
    color: var(--base-white);
    font-weight: 600;
    font-family: var(--base-bodyfont);
}
.marquee-text-2.style2 { position: relative; }
.marquee-text-2.style2:before { content: unset; }

.marquee-content.style2:hover { animation-play-state: paused !important; }
.marquee-content.style2 {
    animation: marquee-text-2 45s linear infinite;
}
@keyframes marquee-text-2 {
    100% {
        transform: translate(0,0)
    }

    0% {
        transform: translate(-50%,0)
    }
}


/*service-1*/
.services-item.style1{
    position: relative;
    padding: 45px 0px 40px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.services-item.style1:hover .featured-title h3 a { opacity: 0;}
.services-item.style1:hover{background-color: var(--base-skin);}
.prt-services .row > [class|=col]:last-child > .services-item.style1{
    border-bottom: 1px solid var(--base-black);
}
.services-item.style1 .featured-content{
    overflow: hidden;
    position: relative;
    display: flex;
}
.services-item.style1 .featured-content .featured-title h3,
.marquee-item.style1 .marquee-content .marquee-text h3 {
    margin-bottom: 0;
    display: block;
    z-index: 99;
    position: relative;
    font-size: 52px;
    line-height: 62px;
}
.services-item.style1:hover .featured-content .featured-title h3:after {
    position: absolute;
    content: '';
    margin: 7px 0px 0px 0px;
    right: -20px;
    height: 40px;
    width: 1px;
    background-color: var(--base-black);
}
.services-item.style1 .marquee-item.style1 {
    opacity: 0;
    overflow: hidden;
    width: 273px;
    flex-grow: 1;
    color: transparent;
    margin-left: -30%;
    z-index: 4;
    margin-right: 40px;
}
.services-item.style1:hover .featured-iconbox { right: 15px; }
.marquee-item.style1 .marquee{
    background-color: transparent;
    padding: 0;
}
.services-item.style1 .featured-iconbox {
    text-align: right;
    bottom: -10px;
    position: relative;
}
.services-item.style1 .featured-iconbox i {
    font-size: 45px;
    color: var(--base-white);
}
.services-item.style1:hover .marquee-item.style1{ opacity: 1; }
.marquee-item.style1 .marquee-content .marquee-text h3:after {
    top: 22px;
    content: '';
    height: 12px;
    width: 12px;
    background-color: var(--base-white);
    z-index: 1;
    position: absolute;
    border-radius: var(--base-border-radius50);
    right: -7px;
    left: auto;
} 
.marquee-item.style1 .marquee-content .marquee-text:before { content: unset; }

.marquee-item.style1 .marquee-content .marquee-text h3 {
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    color: var(--base-white);
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: var(--base-headingfont);
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    text-transform: uppercase;
}
.marquee-item.style1 .marquee-content .marquee-text { padding-right: unset; padding-left: unset; }
.marquee-item.style1 .marquee-content .marquee-text h3 a:hover,
.services-item.style1 .featured-content .featured-title h3 a:hover{
    color: var(--base-black);
}
.services-item.style1 .featured-thumbnail{
    position: absolute;
    opacity: 0;
    right: 37%;
    top: -70px;
    transition: all 0.5s ease 0s;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    z-index: 2;
}
.services-item.style1.active .featured-thumbnail {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.services-item.style1 .featured-thumbnail img{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 0;
    object-fit: cover;
    width: 278px;
    height: 298px;
    border-radius: 25px;
}
.prt-services .row > [class|=col]:first-child > .services-item.style1 .featured-thumbnail{
    top: -40px;
}
.prt-services .row > [class|=col]:last-child > .services-item.style1 .featured-thumbnail{
    top: auto;
    bottom: -40px;
}
.services-item.style1 h3 a {
    color: var(--base-white);
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 0;
    text-transform: uppercase;
}







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

/* contact-from */
#contactform .response {
    position: relative;
    text-align: center;
}
#contactform .response .failed {
    background-color: var(--base-dark);
    color: red;
    padding: 0 10px;
    margin-bottom: 15px;
}
#contactform .response .success{
    background: var(--base-skin);
    color: var(--base-white);
    padding: 0 10px;
    margin-bottom: 15px;
}
#contactform .response .text-info { color: var(--base-skin) !important; }

/*** Color Switcher Style
==================================================================== ***/
.prt_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999;
}
.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 55px;
    height: 45px;
    line-height: 52px;
    text-align: center;
}
.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 21px;
    color: #232323;
}
.tmtheme_fbar_icons > span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #232323;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
}
.tmtheme_fbar_icons > span >span {
    padding-left: 5px;
}
.tmtheme_fbar_icons > span:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    background-color: #fff;
    height: 55px;
}
.tmtheme_fbar_icons:hover > span {
   opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tm-desctext {
    position: absolute;
    top: 30px;
    background-color: #fff;
    max-width: 400px;
    right: 30px;
    padding: 30px 50px 23px 30px;
    text-align: left;
}
.tm-desctext:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffb120;
}
.tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}