/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 https://wowtechs.net/
Description:	 Hello Elementor Child is a child theme of Hello Elementor, created by WOW
Author:			 WOW
Author URI:		 https://wowtechs.net/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row *, .row ::after, .row ::before {
    box-sizing: border-box;
}
.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.bg_lg {
    background: linear-gradient(to right, #FFBF63, #8955F3, #0064FF);
}
.border-x>.e-con-inner {
    /* border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5); */
    /* background-color: #121212; */
}
.mwx-15 {
    /* max-width: calc(100% - 20px);
    margin: 0 auto !important; */
}
.text-clg .elementor-heading-title {
    background: linear-gradient(92.83deg, #ffd496 2.35%, #aa85f6 42.21%, #3383ff 186.46%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.week_count span.elementor-counter-number:after {
    content: "/";
}
.feature_box figure.elementor-image-box-img img {
    height: 200px;
    object-fit: cover;
}
.footer_menu li.menu-item {
    background: #FFFFFF;
    border-radius: 40px;
    margin-right: 8px;
}
.social_links li.elementor-icon-list-item>span {
    color: #DDDDDDDD !important;
}
#process_carousel .swiper-slide:nth-child(4n+1) .box_bgcolor {
    background: #5E9EFF !important;
}
#process_carousel .swiper-slide:nth-child(4n+2) .box_bgcolor {
    background-color: #24BFC1 !important;
}
#process_carousel .swiper-slide:nth-child(4n+3) .box_bgcolor {
    background-color: #FFBF63 !important;
}
#process_carousel .swiper-slide:nth-child(4n+4) .box_bgcolor {
    background: #FE8065 !important;
}
/* .vertical_tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.vertical_tabs *, .vertical_tabs ::after, .vertical_tabs ::before {
    box-sizing: border-box;
}
nav.fixedmenu {
    margin-left: 0;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
#tablist ul {
    list-style: none;
    padding: 0;
    display: block;
}
#tablist li {
    padding: 0px 0;
    list-style: none;
    display: block;
}
nav.fixedmenu a {
    display: block;
    color: #FFFFFF;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    padding: 8px 12px;
}
nav.fixedmenu a:hover, nav.fixedmenu .active-section {
    color: #000;
    background-color: #FFBF63;
}
.content-section {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;   
    height: 560px;
} */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.tabs-container {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    display: flex;
    margin: 0px;
}
.tab-content-wrapper {
    overflow-y: hidden;
    height: 400px;
    transition: all 0.45s ease-in-out;
    padding: 0 16px;
    scroll-behavior: smooth; 
}
.tab-content {
    height: 400px;
    transition: all 0.45s ease-in-out;
}
.tabs {
    position: relative;
    display: flex;
    width: 250px;
    flex-direction: column;
    list-style-type: none;
    padding-right: 16px;
    gap: 6px;
    top: -18px;
}
.tabs-container .tabs li {
    position: relative;
}
.tabs a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 45px;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.tabs .active, .tabs a:hover {
    color: #000;
    background-color: #FFBF63;
}
.indutry-title {
    color: #FFBF63;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.275px;
    text-align: left;
    margin-bottom: 5px;
}
.industry-desc {
    color: #FFFFFF;
    font-family: "Sora", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}
.btn-industry {
    padding: 12px 20px;
    background-color: #FFBF63;
    color: #000000;
    border-radius: 45px;
    box-shadow: 1px 1px 0px 0px #FA934B;
    box-shadow: 0px 1px 3px 0px #FFFB71 inset;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
    border: 0;
}
.btn-industry:hover {
    background-color: #FFBF63;
    color: #000000;
    box-shadow: 1px 1px 0px 0px #FA934B;
    box-shadow: 0px 1px 3px 0px #FFFB71 inset;
}
.content-section:not(.active-section) {
    display: none;
}
.ind_content {
    padding-top: 40px;
}
#our_industry {
    position: relative; /* Ensure the parent section is relative */
}
.stickOnScroll-on {
    z-index: 10 !important;
}
#our_industry.is-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.industries_tabs {
    display: flex;
}
.tab-img {
    width: 210px;
    min-width: 210px;
    height: 399px;
    background-image: url('assets/images/tab.png');
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
}
.industry_img {
    height: 400px;
    text-align: right;
}
.industry_img img {
    height: 100% !important;
}
.tabs-container .tabs li.activeli:before {
    content: url('assets/images/tab_moving_icon.svg');
    position: absolute;
    top: 20px;
    left: -75px;
    transition: all 0.3s ease-in-out;
}
.tabs-container .tabs li:nth-child(1) {
    left: -85px;
}
.tabs-container .tabs li:nth-child(2) {
    left: -73px;
}
.tabs-container .tabs li:nth-child(3) {
    left: -42px;
}
.tabs-container .tabs li:nth-child(4) {
    left: -22px;
}
.tabs-container .tabs li:nth-child(5) {
    left: -12px;
}
.tabs-container .tabs li:nth-child(6) {
    left: -6px;
}
.tabs-container .tabs li:nth-child(7) {
    left: -12px;
}
.tabs-container .tabs li:nth-child(8) {
    left: -22px;
}
.tabs-container .tabs li:nth-child(9) {
    left: -42px;
}
.tabs-container .tabs li:nth-child(10) {
    left: -73px;
}
.tabs-container .tabs li:nth-child(11) {
    left: -85px;
}
.tabs-container .tabs li:nth-child(1).activeli:before {
    top: 50px;
    left: -80px;
}
.tabs-container .tabs li:nth-child(2).activeli:before {
    top: 34px;
    left: -53px;
}
.tabs-container .tabs li:nth-child(3).activeli:before {
    top: 15px;
    left: -64px;
}
.tabs-container .tabs li:nth-child(4).activeli:before {
    top: 9px;
    left: -66px;
}
.tabs-container .tabs li:nth-child(5).activeli:before {
    top: 2px;
    left: -65px;
}
.tabs-container .tabs li:nth-child(6).activeli:before {
    top: 0px;
    left: -65px;
}
.tabs-container .tabs li:nth-child(7).activeli:before {
    top: -9px;
    left: -66px;
}
.tabs-container .tabs li:nth-child(8).activeli:before {
    top: -23px;
    left: -65px;
}
.tabs-container .tabs li:nth-child(9).activeli:before {
    top: -22px;
    left: -71px;
}
.tabs-container .tabs li:nth-child(10).activeli:before {
    top: -37px;
    left: -68px;
}
.tabs-container .tabs li:nth-child(11).activeli:before {
    top: -63px;
    left: -82px;
}
div#testimonial_wrap .swiper-slide .elementor-testimonial {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 15px 15px 15px 25px;
    min-height: 302px;
}
div#testimonial_wrap .swiper-slide .elementor-testimonial .elementor-testimonial__header {
    order: 2;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
}
div#testimonial_wrap .swiper-slide .elementor-testimonial .elementor-testimonial__content {
    order: 1;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 100%;
    padding: 0;
    padding-top: 70px;
    padding-bottom: 15px;
}
div#testimonial_wrap .elementor-testimonial__image {
    display: flex;
    order: 2;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 200px;
    height: 270px;
}
div#testimonial_wrap .elementor-testimonial__image img{
    height: 100%;
}
div#testimonial_wrap .elementor-star-rating {
    position: absolute;
    top: 40px;
    left: 25px;
}
div#testimonial_wrap .elementor-testimonial__image+cite {
    margin-inline-start: 0;
}
div#testimonial_wrap .elementor-swiper, div#testimonial_wrap .elementor-main-swiper, div#testimonial_wrap .swiper-wrapper {
    /* overflow: visible; */
}
div#testimonial_wrap .elementor-swiper-button-prev {
    right: 70px !important;
    top: -70px;
    left: auto;
    transform: none;
}
div#testimonial_wrap .elementor-swiper-button-next {
    right: 20px !important;
    top: -70px;
    left: auto;
    transform: none;
}
div#testimonial_wrap .elementor-swiper-button-prev svg, div#testimonial_wrap .elementor-swiper-button-next svg {
    display: none;
}
div#testimonial_wrap .elementor-swiper-button-prev:before {
    content: url('assets/images/arrow-left.png');
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    text-align: center;
}
div#testimonial_wrap .elementor-swiper-button-next:before {
    content: url('assets/images/arrow-right.png');
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    text-align: center;
}
div#testimonial_wrap .elementor-swiper-button-prev:hover:before, div#testimonial_wrap .elementor-swiper-button-next:hover:before {
    background: rgba(255, 255, 255, 0.5);
}
div#testimonial_wrap .elementor-star-rating i.elementor-star-full:before {
    content: url('assets/images/Vector.svg');
}
div#testimonial_wrap .elementor-star-rating i.elementor-star-full {
    color: transparent;
    margin-right: 5px;
}
.elementor-field-type-recaptcha .elementor-field {
    border-radius: 0 !important;
    border: 0;
    background: transparent;
}
.elementor-field-type-recaptcha {
    justify-content: end;
}
.e-form__buttons button.elementor-button.elementor-size-sm {
/*     z-index: 9;
    position: relative;
    top: -69px; */
}
button#btn_newsletter {
    width: 50px;
    height: 50px;
    top: -61px;
    right: 7px;
	position: relative;
}
input#form-field-email_newsletter {
    height: 70px;
    border-radius: 50px;
    padding: 10px 60px 10px 70px;
    position: relative;
	background:#fff url('https://datalabelers.ai/wp-content/uploads/2024/08/envelop.png') no-repeat 25px 22px;
}
.mb-10 p{
	margin-bottom:10px;
}
@media (max-width:1023px) {
    .footer_menu li.menu-item {
        margin-bottom: 8px;
    }
    .border-x>.e-con-inner {
        border-left: 0;
        border-right: 0;
    }
    .feature_box figure.elementor-image-box-img img {
        height: 150px;
        display: block;
    }
    .tab-img {
        width: 160px;
        min-width: 160px;
        height: 313px;
    }
    .tabs {
        width: 170px;
        padding-right: 5px;
        gap: 3px;
        top: -14px;
    }
    .tabs a {
        font-size: 11px;
        line-height: 14px;
        padding: 5px 10px;
    }
    .ind_content {
        padding-top: 0;
    }
    .industry-desc {
        font-size: 12px;
        line-height: 16px;
    }
    .industry-content .btn-industry {
        padding: 10px 16px;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        margin-top: 10px;
    }
    .industry_img {
        height: 280px;
    }
    .tabs-container .tabs li:nth-child(2) {
        left: -52px;
    }
    .tabs-container .tabs li:nth-child(3) {
        left: -30px;
    }
    .tabs-container .tabs li:nth-child(4) {
        left: -12px;
    }
    .tabs-container .tabs li:nth-child(5) {
        left: -5px;
      }
      .tabs-container .tabs li:nth-child(6) {
        left: 0px;
      }
      .tabs-container .tabs li:nth-child(7) {
        left: -5px;
      }
      .tabs-container .tabs li:nth-child(8) {
        left: -12px;
      }
      .tabs-container .tabs li:nth-child(9) {
        left: -23px;
      }
      .tabs-container .tabs li:nth-child(10) {
        left: -44px;
      }
      .tabs-container .tabs li:nth-child(11) {
        left: -78px;
      }
      .tabs-container .tabs li:nth-child(1).activeli::before {
        top: 34px;
        left: -58px;
      }
      .tabs-container .tabs li:nth-child(2).activeli::before {
        top: 25px;
        left: -53px;
      }
      .tabs-container .tabs li:nth-child(3).activeli::before {
        top: 10px;
        left: -60px;
      }
      .tabs-container .tabs li:nth-child(4).activeli::before {
        top: 9px;
        left: -60px;
      }
      .tabs-container .tabs li:nth-child(5).activeli::before {
        top: 2px;
        left: -59px;
      }
      .tabs-container .tabs li:nth-child(6).activeli::before {
        top: -5px;
        left: -61px;
      }
      .tabs-container .tabs li:nth-child(7).activeli::before {
        top: -5px;
        left: -59px;
      }
      .tabs-container .tabs li:nth-child(8).activeli::before {
        top: -16px;
        left: -58px;
      }
      .tabs-container .tabs li:nth-child(9).activeli::before {
        top: -18px;
        left: -63px;
      }
      .tabs-container .tabs li:nth-child(10).activeli::before {
        top: -33px;
        left: -58px;
      }
      .tabs-container .tabs li:nth-child(11).activeli::before {
        top: -46px;
        left: -52px;
      }
      div#testimonial_wrap .elementor-swiper-button-prev {
        right: 45px !important;
        top: -70px;
        left: auto;
        transform: none;
      }
      div#testimonial_wrap .elementor-swiper-button-next {
        right: 0px !important;
        top: -70px;
        left: auto;
        transform: none;
      }
}
@media (max-width:767px) {
	.form_submit .elementor-button {
  display: block;
   width: 100%;
}
	.indutry-title { 
    text-align: center;
}
	.industry-desc {    
    text-align: center;
}
.e-form__buttons button.elementor-button.elementor-size-sm {
  top: 0;
}
    .feature_box figure.elementor-image-box-img img {
       height: 250px;
       display: block;
        width: 100%;
    }
    .tab-img {
         display: none;
      }
      .tabs-container .tabs li.activeli:before {
       display: none;
    }
    .tabs-container .tabs li:nth-child(1) {
        left: 0;
    }
    .tabs-container .tabs li:nth-child(2) {
        left: 0;
    }
    .tabs-container .tabs li:nth-child(3) {
        left: 0;
    }
    .tabs-container .tabs li:nth-child(4) {
        left: 0;
    }
    .tabs-container .tabs li:nth-child(5) {
        left: 0;
    }
    .tabs-container .tabs li:nth-child(6) {
        left: 0;
    }
    .tabs-container .tabs li:nth-child(7) {
        left: 0;
    }
    .tabs-container .tabs li:nth-child(8) {
        left: 0;
    }
    .tabs-container .tabs li:nth-child(9) {
        left: 0;
    }
    .tabs-container .tabs li:nth-child(10) {
        left: 0;
    }
    .tabs-container .tabs li:nth-child(11) {
        left: 0;
    }
    .tabs-container {
               display: block;
      }
      .tabs {
        width: 100%;
        padding-right: 0;
        gap: 5px;
        top: 0;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px;
      }
      .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .ind_content {
        order: 2;
		margin-top: -40px;
		  text-align:center;
      }
      .industry_img {
        height: 500px;
		width:100%;
        text-align: center;
        position: relative;
      }
	  .industry_img img {
       width: 100%;
      }
      .industry_img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 32px;
        background-color: #000;
      }
      .industry_img::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 32px;
        background-color: #000;
      }
      div#testimonial_wrap .elementor-testimonial__image {
        position: relative;
        top: 0;
        right: 0;
        max-width: 120px;
        height: auto;
        width: auto;
      }
      div#testimonial_wrap .elementor-testimonial__image img{
        height: auto;
        width: 100%;
      }
      div#testimonial_wrap .swiper-slide .elementor-testimonial .elementor-testimonial__content {
               -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;    
      }
      div#testimonial_wrap .elementor-star-rating i.elementor-star-full {
        margin-right: 15px;
      }
      .tab-content-wrapper {
               height: 800px;
      }
      .tab-content {
        height: 800px;
      }
}
