/** 
        1. Prt-row 

        2. Row-Equal-Height

        3. Bg-Layer 

        4. Section-Title 

        5. Buttons

        6. Hero-section

        7. Fid

        8. Featured-icon-box

        9. Featured-imagebox

        10. Accordion

        11. Tab

        12. Boxes-Spacing

        13. Testimonial 

**/


/* ===============================================
    1.prt-row
------------------------*/
.prt-row{ padding: 100px 0;}
.prt-row.padding_top_zero-section { padding: 0 0 100px; }
.prt-row.prt-demos { padding: 100px 0 80px; }
.prt-row.prt-demos-01 { padding: 100px 0 80px; }
.prt-row.features-section{ padding: 100px 0 85px; }
.prt-row.testimoial-section { padding: 100px 0 100px 0; }


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


/* ===============================================
    3.Bg-Layer 
------------------------*/
.prt-bg{ position: relative;}
.prt-col-bgimage-yes {z-index: 1;}
.bg-layer-equal-height .prt-col-bgimage-yes, 
.bg-layer-equal-height .prt-col-bgcolor-yes,
.prt-col-bgimage-yes{ height: 100%;}
.prt-bg-layer , .prt-titlebar-wrapper-bg-layer, .prt-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%; 
    top: 0;
    left: 0;
}

/* ===============================================
    4.Section-Title  
------------------------*/
.section-title{ 
    position: relative;
    margin-bottom: 12px;
}
.section-title h2 {
    position: relative;
    color: var(--base-headingfont-color);
    font-size: 78px;
    line-height: 88px;
    font-weight: 400;
}
.section-title.style1 h2{
    font-size: 58px;
    line-height: 68px;
}
.section-title.title-style-center_text { text-align: center; }
.section-title.title-style-center_text .title-desc p{ 
    margin-bottom: 15px;
    width: 100%;
}
.section-title .title-tag{
    background-color: var(--base-grey);
    color: var(--base-headingfont-color);
    padding: 0px 10px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
    font-weight: 400;
}
.bg-base-grey .title-tag{ background-color: var(--base-white); }
.width-60{ width: 60%; margin: auto; max-width: 700px; }
.width-48{ width: 48%; margin: auto; }

/* ===============================================
    5.Buttons
------------------------*/
.prt-btn{ 
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
    padding: 15px 25px 15px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: var(--base-border-radius-10);
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    font-family: var(--base-headingfont);
    letter-spacing: 0;
    transition: all 0.5s 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;
}

/** btn-color **/
.prt-btn-color-darkcolor { color: var(--base-dark); }


/** btn-style-border **/
.prt-btn.prt-btn-style-border{ background-color: transparent; border: 1px solid currentColor; }
.prt-btn.prt-btn-style-border.prt-btn-color-white {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.prt-btn.prt-btn-style-border.prt-btn-color-white:hover{
    border-color: var(--base-white);
    background-color: var(--base-white);
    color: var(--base-headingfont-color);
}
.prt-btn.prt-btn-style-border.prt-btn-color-dark:hover{
    border-color: var(--base-dark);
    background-color: var(--base-dark);
    color: var(--base-white);
}

/*prt-btn-style-fill*/
.prt-btn.prt-btn-style-fill.prt-btn-color-white {
    background-color: var(--base-white);
    border-color: var(--base-white);
    color: var(--base-headingfont-color);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-white:hover{
    background-color: transparent;
    border-color: var(--base-white);
    color: var(--base-white);
}

/* ===============================================
    6.Hero-section
------------------------*/
.main-box {
    min-height: 944px;
    overflow: hidden;
    position: relative;
}
.bg-ovarlay {
    position: absolute;
    top: -100px;
    right: 0;
    left: -260px;
    height: 429px;
    width: 160%;
    background-color: #000000;
    filter: blur(300px);
}
.hero-section {
    height: 100%;
    background-color: var(--base-dark);
    padding: 110px 0 100px;
}
.hero-content-wrapper{ margin-bottom: 60px; }
.hero-title-block h1 {
    text-align: center;
    color: var(--base-white);
    font-size: 98px;
    line-height: 108px;
}
.hero-single-img-block {
    padding: 10px;
    background-color: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: var(--base-border-radius-10);
    backdrop-filter: blur(6px);
    margin: 0 -35px;
}
.hero-single-img-block img{ width: 100%; }

/* ===============================================
    7.Fid
------------------------*/
.inside {
    position: relative;
    transition: all .4s;
}
.inside h2 {
    margin-bottom: 0;
    width: 100%;
    font-size: 44px;
    line-height: 33px;
    font-weight: 400;
    color: var(--base-white);
}

/* ===============================================
    8.featured-icon-box
------------------------*/
.hero-features-wrap.margin-right{ margin-right: 80px; }
.hero-features-wrap.margin-left{ margin-left: 80px; }
.features-icon-box {
    padding: 20px;
    background-color: rgb(255 255 255 / 4%);
    border-radius: var(--base-border-radius-10);
    width: 100%;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 191px;
}
.features-icon-box .featured-content {
    margin-top: 58px;
}
.features-icon-box .featured-content h3 {
    color: var(--base-white);
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.hero-features-wrap.margin-right .features-icon-box .featured-content h3{  margin-right: 23px; }

/*style1*/
.features-iconbox.style1{ text-align: center; }
.features-iconbox.style1 .prt-icon{
    max-width: 64px;
    height: 64px;
    margin: 0 auto 15px;
    background-color: var(--base-white);
    border-radius: var(--base-border-radius-8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-iconbox.style1 .featured-content h2{
    font-size: 14px;
    line-height: 21px;
}
/*style2*/
.features-icon-flex {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.features-iconbox.style2 .prt-icon{
    background-color: var(--base-white);
    border-radius: var(--base-border-radius-10);
    width: 70px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===============================================
    9.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox {  margin: 15px 0; }
.featured-imagebox,
.featured-imagebox .featured-thumbnail { 
    position: relative;
}
.featured-imagebox .featured-thumbnail img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}/*
.featured-imagebox:hover .featured-thumbnail img{
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}*/
/*.featured-imagebox .featured-content .featured-title h3 {
    font-size: 20px;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}*/


.featured-imagebox-gallery,
.featured-imagebox-gallery .featured-content a{
    transition: all 0.5s ease 0s;
}
.featured-imagebox-gallery:hover{
    transform: translate(0px, -10px);
}
.featured-imagebox-gallery .featured-thumbnail{
    padding: 15px;
    background-color: var(--base-white);
    border-radius: var(--base-border-radius-8);
    border: 1px solid var(--base-border-color-light);
    transition: all 0.5s ease 0s;
}
.featured-imagebox-gallery:hover .featured-thumbnail{
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 10%);
}
.featured-imagebox-gallery .featured-thumbnail img{
    border-radius: 2.95px;
    box-shadow: 0px 1.77px 8.85px 1.18px rgb(43 52 59 / 10%);
}
.featured-imagebox-gallery .featured-content{ margin-top: 15px; }
.featured-imagebox-gallery .featured-content h3{
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 0;
    transition: all 0.5s ease 0s;
}
.featured-imagebox-gallery:hover .featured-content h3{
    transform: translate(10px, 0px);
}
.featured-imagebox-gallery .featured-content a:hover{
    text-decoration: underline;
}
.prt-btn-block{ 
    display: flex;
    column-gap: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
}
.btn-block-right{ justify-content: end; }

/* Features section */

.features-wrapper { width: 100%; margin: 15px 0;}
.features-section .features-wrapper .features-item{
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-15);
    padding: 30px 30px;
    color: var(--base-dark);
    width: 100%;
    height: 100%;
    text-align: left;
}
.features-section .features-wrapper .features-item ul{
    display: flex;
    flex-direction: column;
    gap:11px;
    padding-left: 18px;
}
.features-section .features-wrapper .features-item ul li{ text-transform: capitalize; }

/*style1*/
.featured-image-box.style1 { padding: 25px 30px 30px; }
.featured-image-box.style1 .featured-content h2{
    margin-bottom: 35px;
    margin-right: 110px;
    text-transform: capitalize;
}
.featured-image-box.style1 .featured-thumbnail img{ width: 100%; object-fit: cover;}
.featured-image-box.style1 .featured-thumbnail-flex{
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.featured-image-box.style1 .featured-thumbnail-flex .featured-image{
    border-radius: var(--base-border-radius-20);
    overflow: hidden;
    border: 5px solid var(--base-dark);
}

/*style2*/
.featured-image-box.style2 {
    padding: 25px 30px 30px;
    width: 360px;
    margin-left: auto;
}
.featured-image-box.style2 .featured-content h2{
    margin-bottom: 25px;
    margin-right: 60px;
    text-transform: capitalize;
}
.featured-image-box.style2 .featured-thumbnail img{ width: 100%; object-fit: cover;}
.featured-image-box.style2 .featured-desc ul{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 35px;
}
.featured-image-box.style2 .featured-desc ul li{
    color: var(--base-headingfont-color);
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
}
/*style3*/
.featured-image-box.style3 {
    padding: 30px;
    width: 335px;
    margin-left: auto;
}
.featured-image-box.style3 .featured-content h2{  margin-bottom: 5px; }
.featured-image-box.style3 .featured-content p{ font-size: 14px; line-height: 24px; }
.featured-image-box.style3 .featured-thumbnail .image-right{ text-align: right; }

/* ===============================================
    10.Accordion
------------------------*/
.accordion .toggle { 
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--base-border-color-light); 
}
.accordion .toggle.first-child{ border-top: 1px solid var(--base-border-color-light); }
.accordion .toggle-title a{ 
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    color: rgb(0 0 0 / 50%);
    text-transform: capitalize;
    padding-right: 45px;
}
.accordion .toggle .toggle-title{
    position: relative;
}
.accordion .toggle .progress-bar{
        display: block;
    position: absolute;
    left: 0%;
    top: -21px;
    width: 0%;
    height: 2px;
    background-color: #0089f7;
    opacity: 1;
}
.accordion .toggle-title a.active{
    color: var(--base-headingfont-color);
}

.accordion .toggle-content { margin-top: 10px; }
.accordion .toggle-content.show { display: block !important; }
.accordion .toggle-content p { margin-bottom: 0; }
/*.accordion .toggle-title a i{ margin-right: 15px; }
.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    display: inline-block;
    content: "\f055";
    border-radius: 50%;
    font-size: 20px;
}
.accordion .toggle .toggle-title a.active:after { content: "\f056"; }*/

.accordion .toggle .toggle-title a:after{
    content: "\f178";
    font-size: 22px;
    font-weight: 400;
    font-family: 'FontAwesome';
    color: var(--base-headingfont-color);
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.1s ease;
}
.accordion .toggle .toggle-title a.active:after { transform: rotate(-30deg); }

.accordion .toggle-image-block{
    background-color: var(--base-grey);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.accordion .toggle-left-img{ background-color: #C4E8DE; right: auto; left: 0; }
.accordion .toggle-content.show {
    display: block !important;
}



/* ===============================================
    11.Tab
------------------------*/
.prt-tabs ul.tabs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 25px;
    row-gap: 20px;
    width: 46%;
    margin: 0 auto;
}
.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-tabs ul.tabs li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
}
.prt-tabs ul.tabs li .tab-icon-box{
    width: 20px;
    height: 20px;
    border: 1px solid var(--base-dark-black);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prt-tabs ul.tabs li .tab-icon-box .tab-icon-round{
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}
.prt-tabs ul.tabs li.active .tab-icon-box .tab-icon-round{
    background-color: var(--base-dark-black);
}

/* ===============================================
    12.Boxes-Spacing
------------------------*/
.row.prt-boxes-spacing-10px, .prt-boxes-spacing-10px { margin: 0 -10px !important; }
.row.prt-boxes-spacing-10px .prt-box-col-wrapper {
    padding-right: 10px !important;
    padding-left: 10px !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: 15px !important;
    padding-left: 15px !important;
}
.row.prt-boxes-spacing-15px, .prt-boxes-spacing-15px { margin: 0 -15px; }
.prt-boxes-spacing-15px .prt-box-col-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}
.row.prt-boxes-spacing-7px, .prt-boxes-spacing-7px{ margin: 0 -7px !important; }
.row.prt-boxes-spacing-7px .prt-box-col-wrapper {
    padding-right: 7px !important;
    padding-left: 7px !important;
}

/*info-section*/

.info-section-heading-block {
    padding: 0 30px 0 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
ul.info-features-list { padding-left: 18px; margin-bottom: 23px; }
ul.info-features-list li {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  color: var(--base-dark-black);
}
.info-section .info-desc { max-width: 84%;}

/* right image area */
.info-content-wrapper{
    position: relative;
    margin-right: -25px; margin-left: 74px;
}
.preview-wrapper {
  position: relative;
    padding: 15px;
    border-radius: var(--base-border-radius-8);
    border: 1px solid var(--base-border-color-light);
}
.preview-main { width: 100%; border-radius: 2.95px; }
.preview-overlay {
  position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    width: 278px;
    border: 7px solid var(--base-white);
    border-radius: var(--base-border-radius-10);
    box-shadow: 0px 0px 3px var(--base-bodyfont-color);
}


/*cta-setion*/ 
.cta-setion{  background-color: var(--base-dark-blue); }
.cta-grid-wrapper {
    display: grid;
    grid-template-columns: 6.5fr 5.5fr;
    gap: 30px;
    align-items: center;
}
.visual-wrapper img{ width: 100%; height: 100%; }

/*cta-style2*/
.cta1-wrapper{ 
    background-color: #fcffdd;
    padding: 36px 45px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: -90px;
}
.cta1-content-block .pretitle{
    font-size: 14px;
    line-height: 28px;
    font-weight: 500px;
    color: var(--base-headingfont-color);
}
.cta1-content-block .title{
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
}
.cta1-content-block  .cta1-info{ 
    font-weight: 500;
    color: var(--base-headingfont-color);
 }
 .cta1-content-block  .cta1-info span{ 
    padding: 1px 10px 0px;
    border-radius: var(--base-border-radius-10);
    border: 1px solid var(--base-headingfont-color);
    display: inline-block;
    margin: 0 4px;
    line-height: 26px;
 }
 .cta-video-block {
    width: 288px;
    height: 215px;
    overflow: hidden;
    flex: none;
}
.cta-video-block video{
    width: auto;
    height: 100%;
}

/* ===============================================
    13.Testimonial
------------------------*/

/* Testimonial section */
.testimoial-section .blur-overlay {
  position: absolute;
  width: 15%;
  height: 100%;
  z-index: 1;
}

.testimoial-section .blur-overlay.blur-overlay-left {
  left: -3px;
  background: linear-gradient(to left,rgba(246, 246, 246, 0), rgba(246, 246, 246, 1))
}

.testimoial-section .blur-overlay.blur-overlay-right {
  right: -5px;
  background: linear-gradient(to right,rgba(246, 246, 246, 0), rgba(246, 246, 246, 1))
}

.testimoial-section .testimonial-wrapper{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 65px 0px
}
.testimoial-section .testimonial-wrapper.style1{
    display: block;
    margin: 15px 0;
}

.testimoial-section .marquee-right .testimonial-item{
    direction: ltr;
    text-align: left;
}

.testimoial-section .testimonial-block{
    display: flex;
}

.testimoial-section .testimonial-wrapper .testimonial-item {
    padding: 30px 30px; 
    border: 1px solid var(--base-border-color-light);
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-10);
    width: 600px;
    flex: 0 0 auto;
    margin: 0px 15px;
}
.testimoial-section .testimonial-wrapper .testimonial-item.style1{
    width: 100%;
    margin: 0px;
}

.testimoial-section .testimonial-wrapper .testimonial-client-name{
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    color: var(--base-headingfont-color);
}
.testimoial-section .testimonial-wrapper .testimonial-client-posiition{ text-transform: capitalize; }
.testimoial-section .testimonial-wrapper .testimonial-avatar-wrapper{
    display: flex;
    gap: 10px;
    margin-bottom: 20px
}

.testimoial-section .testimonial-wrapper .testimonial-item .testimonial-avatar-block{
    background-color: #87E64B;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}
.testimoial-section .client-review-main{ 
    display: flex;
    column-gap: 30px;
    row-gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.testimoial-section .client-review{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center
}
.testimoial-section .testimonial-item ul.testimonial-rating-list{
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 0;
    margin-top: 3px;
}
.testimoial-section .testimonial-item ul.testimonial-rating-list li i{
    color: #ffab00;
    font-size: 14px;
    line-height: 14px;
}
.testimoial-section .testimonial-item ul.testimonial-rating-list li i.icon-star-1:before{ margin: 0; }

.testimoial-section.testimonial-page{
    padding-top: 170px ;
}

/*about-section */
.about-main-wrapper {
    display: grid;
    grid-template-columns: 3.1fr 5.8fr 3.1fr;
    gap: 30px;
}
.about-grid-wrap {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    align-content: start;
    gap: 50px;
    row-gap: 130px;
}
.experience-card .experience-card-title,
.about-content-wrap .about-content,
.featured-image-box.style2 .featured-content h2,
.theme-card-block .theme-card-inner .theme-subtitle,
.features-language-support .language-title,
.featured-image-box.style3 .featured-content h2,
.featured-image-box.style1 .featured-content h2,
.about-content-wrap.style1 .about-content,
.featured-image-box.style1 .featured-content h2,
.features-plugin-support h2,
.speed-wrapper h2.title{
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}

/*.featured-image-box.style1 .featured-content h2,
.about-content-wrap.style1 .about-content,
.featured-image-box.style1 .featured-content h2,
.features-plugin-support h2{
    font-size: 32px;
    line-height: 42px;
}*/

/*theme-card*/
.theme-card-block {
    background-color: var(--base-grey);
    padding: 30px 0px 10px 0px;
    text-align: center;
    border-radius: var(--base-border-radius-10);
    width: 420px;
    margin: 0 auto;
}
.theme-card-block .theme-card-inner .theme-subtitle{
    color: var(--base-headingfont-color);
    margin: 20px 50px 100px;
}

/*.theme-wrapper-marquee*/
.theme-wrapper-marquee{
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow: hidden;
}
.theme-wrapper-marquee .theme-block{
    
    display: flex;
    gap: 20px;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: marquee-left;
}
.theme-wrapper-marquee .theme-block .theme-item{
    color: var(--base-headingfont-color);
    font-size: 38px;
    line-height: 48px;
    flex: 0 0 auto;
}
@keyframes marquee-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%);}
}


.prt-bg-grey { background-color: var(--base-grey); }
.prt-border-radius{ border-radius: var(--base-border-radius-10); }
.experience-card{
    padding: 30px 30px 20px;
    text-align: center;
}
.experience-card .experience-card-title{ 
    color: var(--base-headingfont-color);
    margin: 0 30px;
}
.experience-card-desc{ 
    margin-top: 120px; 
    font-size: 14px;
    line-height: 24px;
}
/*.experience-card-spacing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}*/

/*about-content-wrap*/
.about-content-wrap{
    position: relative;
    min-height: 401px;
    width: 304px;
    background-color: var(--base-dark-black);
    background-image: url(../images/single-image-22.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 100% 20%;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 30px;
    overflow: hidden;
    margin-left: auto;
}
.about-content-wrap .about-content{
    color: var(--base-white);
    position: relative;
    z-index: 1;
}
.about-content-wrap .about-content-wrap-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgb(0 0 0 / 60%);
}
/*style1*/
.about-content-wrap.style1{
    position: relative;
    min-height: 424px;
    width: 100%;
    background-color: var(--base-dark-black);
    background-image: url(../images/single-image-19.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 30px;
    overflow: hidden;
}
.about-content-wrap.style1 .about-content{
    color: var(--base-white);
    position: relative;
    z-index: 1;
}
.about-content-wrap.style1 .about-content-wrap-overlay{
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent 0%, rgb(0 0 0 / 60%) 68%);
}

/*features-language-support*/
.features-language-support{
    padding: 30px;
    height: 401px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    width: 335px;
    margin-left: auto;
}
.features-language-support .language-title{
    font-size: 22px;
    line-height: 32px;
}
.features-language-support .language-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 210px;
}
/* PILLS */
.features-language-support .lang-pill {
    background-color: var(--base-white);
    color: var(--base-headingfont-color);
    padding: 7px 11px;
    font-size: 15px;
    line-height: 25px;
}
/* RTL SUPPORT */
.features-language-support .lang-pill.rtl { direction: rtl; }

/*plugin-support*/
.features-plugin-support{
    padding: 45px 30px 50px;
}
.features-plugin-support span{
    font-size: 14px;
    line-height: 24px;
    color: var(--base-headingfont-color);
    margin-bottom: 20px;
    display: inline-block;
}

/*elementor*/
.elementor-main{
    position: relative;
    padding-top: 70px;
    box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 10%);
}
.elementor-overlay-img{
    position: absolute;
    left: 30px;
    bottom: 30px;
    border: 2px solid hsl(0deg 0% 100% / 17%);
    border-radius: var(--base-border-radius-5);
    overflow: hidden;
}
.elementor-overlay-img.style1{ left: -40px; }
.elementor-content {
    padding: 0 40px 50px 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    height: 100%;
}
.bg-base-dark .elementor-title-block .titletag,
.bg-base-dark .elementor-title-block h2.title{ color: var(--base-white); }
.elementor-content .title-tag { text-transform: capitalize; margin-bottom: 10px; }
.elementor-content .elementor-title-block h2.title {
    font-size: 40px;
    line-height: 50px;
}
.elementor-content  ul.elementor-list {
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--base-white);
    font-size: 18px;
    line-height: 28px;
}
/*.elementor-content  ul.elementor-list.style1{
    list-style-type: none;
    color: var(--base-headingfont-color);
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}*/
.elementor-content  ul.elementor-list.style1 li{
    text-transform: capitalize; 
    color: var(--base-headingfont-color);
}
.elementor-box-1{
    position: sticky;
    top: 150px;
}
.elementor-wrapper img{ width: 100%; }

/*speed-wrapper*/
.speed-wrapper{
    padding: 50px 30px;
}



.cta-video-block {
    position: relative;
}


.cta-video-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.cta-video-block img.active {
    opacity: 1;
    z-index: 2;
}
