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

* Theme Name: Redox Child
* Theme URI: https://wp.ravextheme.com/redox/
* Author: ravextheme
* Author URI: https://themeforest.net/user/ravextheme
* Description: Redox - Creative Agency and Portfolio WordPress Theme
* Version: 1.0.0
* Tested up to: 6.8
* Requires PHP: 7.4
* Template: redox
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

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

/* .wpr-sub-mega-menu .ht-menu-title h5 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    min-height: 48px;
    line-height: 1.3;
}
.wpr-sub-mega-menu .ht-menu-title h5::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ff6a3a;
    margin-top: 6px;
    flex-shrink: 0;
} */

.wpr-sub-mega-menu .ht-menu-title h5 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-weight: 600;
    line-height: 1.15;
    margin: 0;
}
.wpr-sub-mega-menu .ht-menu-title {
    margin-bottom: 14px;
}
.wpr-sub-mega-menu .ht-menu-title h5::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ff6a3a;
    flex-shrink: 0;
    margin-top: 4px;
}
.wpr-sub-mega-menu .ht-title-height h5{
/* 	min-height: 40px;	 */
}
.header-area-5 .header__logo img {
    width: 125px;
}
.header-area-5 .side-toggle {
    padding-left: 8px;
}
.header-area-5 .side-toggle:hover {
    background-color: var(--theme);
}
.ht-cta .call-to-action .call-to-action-inner {
    height: unset;
}
.ht-cta .call-to-action .call-to-action-inner .cta-btn .btn-wrap .text-one em {
    font-size: 22px;
    letter-spacing: normal;
    text-transform: none;
}
.ht-faq .e-n-accordion-item-title-text {
  display: flex;
  align-items: flex-start;
}
.client-area .section-content .text-wrapper {
	max-width: 80%;
}
.client-area .section-content .text-wrapper {
	margin-left: 0;
}
.ht-tech .e-n-tabs-heading{
	border-bottom: 1px solid var( --e-global-color-f01069c );
}
.ht-tech .e-n-tabs-content {
	justify-content: center;
}
.ht-footer .e-child::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 2px solid var(--border);
}
.ht-footer .e-child:first-child::before,
.ht-footer .e-child:last-child::before {
    content: none;
}
.blog-area .blog .title .arrow {
	display: flex;
}
.circle-text .icon {
	top: 46%;
	max-width: 40%;
}
.ht-country .clients-wrapper-box {
    width: 100%;
    overflow: hidden;
}
.ht-country .clients-wrapper-box .fix {
    width: 100%;
    overflow: hidden;

    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%
    );
}
.ht-country .client-area-4 {
	background-color: transparent;
}
.ht-country .client-area-4 .client-box {
    margin-right: 50px;
}
.ht-country .client-area-4 .client-box img {
	height: 30px;
	opacity: 1;
}
/* .elementskit-megamenu-panel, .elementskit-submenu-panel { */
/*     top: 44px !important; */
/*     left: 40% !important; */
/*     transform: translateX(-50%) !important; */
/*     right: auto !important; */
/* } */
.client-area .client-box {
    width: clamp(7.5rem, 6.876rem + 1.301vw, 8.438rem);
	height: clamp(3.125rem, 2.293rem + 1.735vw, 4.375rem);
}
.ht-why .service-3__img.active {
	transform: unset;
}
.services-wrapper-3 .service-box .thumb {
	max-width: 50px;
}
.client-area .section-content .text-wrapper {
	margin-top: 50px;
}

/*--------------------------*/
/* Overlay */
.wpr-mega-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
    z-index: 1000;
}

/* Show overlay */
body.wpr-mega-open .wpr-mega-overlay {
    opacity: 1;
    visibility: visible;
}

/* Lock body scroll */
body.wpr-mega-open {
/*     overflow: hidden; */
    height: 100vh;
}

/* Mega menu above overlay */
.wpr-sub-mega-menu {
    position: relative;
    z-index: 1002;
}

/* Header above overlay */
header,
.elementor-location-header {
    position: relative;
    z-index: 1001;
}



.ht-blog .blogs-wrapper {
    grid-template-columns: repeat(3, 1fr);
}
p {
    font-size: unset;
}
.radial-bg {
    background-image: radial-gradient(
    45% 40% at 50% 50%,
    rgba(249, 115, 22, 0.08) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.get-quote-form .form-wrapper {
    max-width: 420px;
}

.form-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 18px;
}
.form-group:last-child {
	margin-bottom: 0px;
}
.form-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}

.form-input,
.form-select {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    font-size: 15px;
    background: #fff;
}

.form-submit {
    width: 100%;
    height: 52px;
    border-radius: 14px;
    border: none;
    background: var(--theme);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
span.wpcf7-spinner {
    display: none;
}
.dot-list ul {
    columns: 2;
    column-gap: 24px;
}
.dot-list ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 18px;
    columns: 2;
    column-gap: 24px;
}

.dot-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background-color: var(--theme);
    border-radius: 50%;
}
.dot-list ul li span {
    margin-left: 20px;
}
/*.ht-industry-tab .e-n-tabs .e-n-tabs-heading {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}*/


/* custom */

/* Smooth transition */
header {
    transition: all 0.3s ease;
}

/* Sticky state */
.container-preloader {
    z-index: 9999;
}
header.is-sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* Prevent content jump */
.header-sticky-active {
    padding-top: 80px; /* Adjust to your header height */
}

.wp-singular.services-template p{
	--serviceDesc:#111111;
	color: var(--serviceDesc);
}
.ht-industry-tab{
	overflow:hidden;
}
.ht-industry-tab .e-n-tab-title,
.ht-industry-tab .e-n-tab-title:hover,
.ht-industry-tab .e-n-tab-title[aria-selected="true"]{
	border: solid;
	border-width:0 0 1px 0 !important;
}
.ht-industry-tab .e-n-tab-title:last-child{
	border-width:0 0 0 0 !important;
}
.ht-industry-tab .e-n-tab-title:hover,
.ht-industry-tab .e-n-tab-title[aria-selected="true"]{
	border-color:#FF6A3A !important;
}
.ht-industry-tab .e-n-tabs-heading {
    height: 470px;
    overflow-y: auto;
    display: flex;
    justify-content: flex-start;
}
.ht-industry-tab .e-n-tabs-content{
	 border-left: 1px solid #1111111A;
}
.ht-service-heading-exp .elementor-image-box-wrapper{
	display: flex;
    gap: 5px;
    align-items: center;
}
.ht-footer-left-deck .elementor-icon-box-wrapper{
	align-items:center !important;
}
.ht-footer-left-deck .elementor-icon-box-wrapper h5.elementor-icon-box-title,
.ht-footer-left-deck .elementor-icon-box-wrapper p.elementor-icon-box-description{
	    line-height: 16px !important;
}
/* .ht-cta-work h2.section-title{
	font-family:"Instrument Sans", sans-serif !important;
} */
/* .body-digital-agency .client-capsule-wrapper .client-box.bg-theme {
    background-color: #111 !important;
} */

.wpr-mega-overlay {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.ht-service-mob-eng .elementor-heading-title::before{
	content:"";
	background:orange;
	width:10px;
	height:10px;
	border-radius:50%;
}
.ht-mega-menus .elementor-icon-list-item a .elementor-icon-list-icon{
	margin-top:4px;
}
.ht-dot .elementor-heading-title {
  position: relative;
  padding-left: 18px;
}

.ht-dot .elementor-heading-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #ff6a00;
  border-radius: 50%;
  transform: translateY(-50%);
}
.blog-details-area {
    padding-bottom: 0;
}
.ht-life-hero-right::before{
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%; 
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 40%,
    rgba(255, 255, 255, 0.4) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
  z-index:1;
}
.ht-life-core-grid .elementor-widget-image-box{
	transform:translateY(0);
	cursor:pointer;
	transition:0.1s linear !important;
}
.ht-life-core-grid .elementor-widget-image-box:hover{
	transform:translateY(-2px);
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ht-life-culture-left .elementor-widget-image-box *{
    width:100%;
	height:100%;
	object-fit:cover;
}
.ht-life-culture-grid .elementor-widget-image-box{
	border-radius:16px !important;
	overflow:hidden;
	cursor:pointer;
	transition:0.3s linear;
}
.ht-life-culture-grid .elementor-widget-image-box::before{
	content:"";
	background-color: rgb(0 0 0 / 0.2);
	opacity:0;
	visibility:hidden;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
	transition:0.1s linear;
}
.ht-life-culture-grid .elementor-widget-image-box:hover img{
	transform:scale(1.1);
}
.ht-life-culture-grid .elementor-image-box-content {
    position: absolute;
    left: 0;
    bottom: 10px;
    opacity: 0;
    visibility: hidden;
    height: auto;
    display: flex;
    padding: 0 16px;
	 z-index: 2;
    transition: 0.3s linear;
}
.ht-life-culture-grid .elementor-image-box-wrapper{
	display:flex;
}
.ht-life-culture-grid  .elementor-image-box-img,
.ht-life-culture-grid  .elementor-image-box-img img{
	height:100%;
	object-fit:cover;
}
.ht-life-culture-grid .elementor-widget-image-box:hover::before,
.ht-life-culture-grid .elementor-widget-image-box:hover .elementor-image-box-content{
	opacity:1;
	visibility:visible;
}

.ht-testi-slider .testi-img-5{
	border-radius:16px;
}
.ht-testi-slider .testi-img-5 img{
	height:100%;
}
/*  */
p {
    color: var(--primary);
}
/*  */
.ht-life-hero-right .elementor-widget-image,
.ht-life-hero-right .elementor-widget-image img{
	height:100%;
	object-fit: cover;
	border-radius:0 10px 10px 0;
}
.ht-life-perk-grid .elementor-widget-image-box{
	cursor:pointer;
}
#openings .awsm-filter-wrap{
	margin:0 0 20px !important;
}
#openings .awsm-filter-item-search,
#openings .awsm-filter-wrap .awsm-filter-item{
	padding:0;
}
#openings .awsm-filter-wrap .awsm-filter-items{
	justify-content:flex-end;
	gap:10px;
}
#openings .awsm-filter-wrap form{
	gap:20px;
}
#openings .awsm-filter-wrap .awsm-filter-items{
	width:calc(100% - 250px - 20px);
}
#openings .awsm-job-form-plugin-style .awsm-job-form-control,
#openings .awsm-job-form-plugin-style .awsm-selectric{
	width: 100%;
    height: 48px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    font-size: 13px;
    background: #fff;
}
#openings .awsm-job-form-plugin-style .awsm-job-form-control:focus,
#openings .awsm-job-form-plugin-style .awsm-selectric-open .awsm-selectric{
	border-color: #FF6A3A;
	color: #FF6A3A;
}
 #openings .awsm-job-form-control:focus + .awsm-job-search-btn .awsm-job-icon-search:before{
    color: #FF6A3A !important;
}
#openings .awsm-selectric-arrow-drop{
	border-top-color:#111 !important;
}
#openings .awsm-selectric-open .awsm-selectric-arrow-drop::after{
	border-top-color:#FF6A3A !important;
}
#openings .awsm-selectric .label {
    margin: 0 48px 0 0;
    font-size: 13px;
	color:#111;
}
#openings .awsm-selectric-open .label{
	color:#FF6A3A;
}
#openings .awsm-selectric-items{
	border: 1px solid #FF6A3A;
	border-radius: 10px;
}
#openings .awsm-selectric-items li {
    color: #111;
	font-size: 13px;
}
#openings .awsm-selectric-items li.highlighted,
#openings .awsm-selectric-items li:hover {
    background: #fd8d68;
    color: #fff;
}
#openings .awsm-lists {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#openings .awsm-job-listing-item .awsm-job-item {
	border-bottom: 1px solid #e5e7eb;
/* 	border-radius: 10px; */
	cursor:pointer;
}
#openings .awsm-job-listing-item .awsm-job-item:hover *{
	color: #fd8d68 !important;
}
#openings .awsm-job-listing-item .awsm-job-item:hover{
	border-bottom: 1px solid #fd8d68;
}
#openings .awsm-job-listing-item:last-child .awsm-job-item {
    border-bottom: 0;
}
.awsm-selectric-hide-select.awsm-selectric-is-native select {
    font-size: 13px;
}
.awsm-job-main.awsm-job-single-content{
 padding:0 15px;
}
.awsm-job-container {
    max-width: 1200px;
    padding: 170px 0 50px;
}
.awsm-job-container h1.awsm-jobs-single-title{
	font-size: 50px !important;
    font-weight: 600;
    font-family: 'Instrument Sans';
    line-height: 1.2em;
    margin-bottom: 30px;
}
.awsm-job-container .awsm-job-specification-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
}
.awsm-job-container .awsm-job-specification-wrapper .awsm-job-specification-label{
	display:none;
}
.awsm-job-container .awsm-job-specification-wrapper .awsm-job-specification-term{
	padding: 5px 10px;
    background: rgb(236 138 19 / 0.1);
    border: 1px solid rgb(236 138 19 / 0.2);
    border-radius: 40px;
    font-size: 14px;
	color:#ff6a3a;
}
.awsm-job-container .awsm-job-specification-wrapper .awsm-job-specification-term:hover{
	background: #ff6a3a;
    border: 1px solid #ff6a3a;
	color:#fff;
}
.awsm-job-container .awsm-job-entry-content h3.wp-block-heading{
	font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 30px 0 10px;
}
.awsm-job-container .awsm-job-entry-content p{
	font-size:16px;
}
.awsm-job-container .awsm-job-entry-content li{
	padding-left:15px;
	font-size:16px;
	position:relative;
	margin-bottom:5px;
}
.awsm-job-container .awsm-job-entry-content li::before{
	content:"";
	background:#ff6a3a;
	position:absolute;
	left:0;
	top:6px;
	width:6px;
	height:6px;
	border-radius:50%;
}
.awsm-job-container .awsm-job-form-inner{
	border:0;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
	padding:30px;
}
.awsm-job-container .awsm-job-form-inner h2{
	    font-size: 30px;
    font-weight: 600;
}
.awsm-job-container .awsm-job-form-group label{
	font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}
.awsm-job-container .awsm-job-form-group input,
.awsm-job-container .awsm-job-form-group textarea{
	width: 100%;
    height: 48px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    font-size: 15px;
    background: #fff;
}
.awsm-job-container .awsm-job-form-group input[type="checkbox"] {
    margin: 4px 10px 0 0;
    width: 20px;
    min-width: 20px;
    height: 20px;
}
.awsm-job-container .awsm-job-form-group textarea{
    height: 100px;
	min-height:80px;
	max-height:120px;
	resize:none;
	padding-block:10px;
}
.awsm-job-container .awsm-job-form-group {
    margin-bottom: 18px;
}
.awsm-application-form .awsm-job-form-group.awsm-job-inline-group {
    display: flex;
    flex-wrap: wrap;
}
.awsm-job-container .awsm-job-form-group input[type="checkbox"] + label{
	width:calc(100% - 20px - 15px);
}
#awsm-application-submit-btn{
	width: 100%;
    height: 52px;
    border-radius: 14px;
    border: none;
    background: var(--theme);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.awsm-application-form .awsm-form-file-control {
    position: absolute;
    opacity: 0;
    width: 0.1px !important;
    height: 0.1px !important;
    overflow: hidden !important;
    z-index: -1;
}
.awsm-application-form .custom-file-btn {
    display: inline-block;
    padding: 10px 18px;
    background: #ff865f;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
	margin-right: 10px;
    transition: 0.3s ease;
}
.awsm-application-form .custom-file-btn:hover {
    background: #ff6a3a;
}
.awsm-application-form .custom-file-name + small{
	display:block;
}
.custom-file-name {
    font-size: 14px;
    color: #111;
}
.awsm-job-form-error {
    font-size: 12px;
}


@media (max-width:1200px){
		.world-time-widget {
		flex-direction: column;
	}
}
@media (max-width:1024px){
	body header{
/* 		position: fixed;
		top: 0 !important;
		left: 0;
		width: 100%;
		z-index: 9999;
		padding:0 15px;
		background:#fff;
		box-shadow: 0 5px 20px rgba(0,0,0,0.08);
		margin-bottom: 0;
		transition: none; */
		position:static !important;
		padding: 0 15px !important;
	}
	.header-area-5__inner {
		border-bottom: 0;
	}
	body .ht-header-mob {
		position: fixed;
		top: 0 !important;
		left: 0 !important;
		right: unset !important;
		width: 100%;
		z-index: 9999;
		padding: 0 !important;
		background: #fff;
		border-bottom: 1px solid var(--border);
		box-shadow: 0 5px 20px rgba(0,0,0,0.08);
		margin: 0;
		transition: none;
		max-width: 100%;
	}
	html,
	body{
		overflow-x:hidden !important;
	}
	.offcanvas-overlay {
		z-index: 9999;
	}
	.side-info {
		z-index: 99999;
		padding: 30px 15px;
	}
	body.header-sticky-active .ht-life-hero > .e-con-inner{
		    padding-top: 70px;
	}
	.awsm-job-container {
		padding: 100px 0 30px;
	}
	.awsm-job-container h1.awsm-jobs-single-title {
		font-size: 44px !important;
	}
	.awsm-job-container .awsm-job-entry-content h3.wp-block-heading,
	.awsm-job-container .awsm-job-form-inner h2{
		font-size: 26px;
	}
}
@media (max-width:880px){
	.ht-life-hero-right::before{
		display:none;
	}
}
@media (max-width:830px){
	#openings .awsm-filter-item-search,
	#openings .awsm-filter-wrap .awsm-filter-items {
		width: 100%;
	}
}
@media (max-width:767px){
	.ht-service-heading-form .form-wrapper{
		    max-width: 100%;
	}
	.ht-service-chip .elementor-image-box-wrapper{
    display: flex;
	align-items: center;
	gap: 5px;
}
	.ht-blog .blogs-wrapper {
    grid-template-columns: repeat(2, 1fr);
}
	.ht-industry-tab .e-n-tabs-content .elementor-icon-list-items{
	columns: 1;
}
	.ht-industry-tab .e-n-tabs-heading {
    height: auto;
	display:contents;
}
	.ht-industry-tab .e-n-tab-title,
	.ht-industry-tab .e-n-tabs-content > .elementor-element > .elementor-element{
		padding-left:20px;
		padding-right:20px;
	}
	.ht-industry-tab .e-n-tabs-content > .elementor-element > .elementor-element{
		border-radius:0;
	}
	.ax-sd-faq-num details.e-n-accordion-item .elementor-widget-text-editor{
		padding-bottom:15px;
	}
	.ht-footer .e-child::before {
    border-right: 0;
	border-bottom: 2px solid var(--border);
}
	.world-time-widget {
    flex-direction: row;
}
	.ht-why .service-3__list-wrapper .col-lg-7{
		padding:0;
}
	.ht-tech .e-n-tabs-content .e-con-inner{
		gap:10px;
		align-items:normal;
	}
	.ht-tech .e-n-tabs-content .elementor-widget-icon-box{
		width:calc(33.33% - 10px);
	}
	#openings .awsm-filter-toggle {
		border: 1px solid #e5e7eb;
		margin: 0;
		border-radius: 10px;
		color: #111;
	}
	#openings .awsm-filter-toggle.awsm-on {
		background: #FF6A3A;
		color: #fff;
	}
	#openings .awsm-filter-toggle.awsm-on svg path{
		fill:#fff;
	}
	#openings .awsm-filter-item-search {
		width: calc(100% - 56px);
	}
	#openings .awsm-filter-wrap .awsm-filter-item .awsm-selectric-wrapper {
		margin-bottom: 5px;
	}
	#openings .awsm-filter-wrap form {
		gap: 10px;
	}
	.awsm-job-container {
		padding: 100px 0 70px;
	}
	.awsm-job-container h1.awsm-jobs-single-title {
		font-size: 36px !important;
	}
	.awsm-job-container .awsm-job-entry-content h3.wp-block-heading,
	.awsm-job-container .awsm-job-form-inner h2{
		font-size: 24px;
	}
	.awsm-job-container .awsm-job-form-inner {
		padding: 20px;
	}
}
@media (max-width:575px){
		.ht-blog .blogs-wrapper {
    grid-template-columns: repeat(1, 1fr);
}
	.ht-why .service-3__list{
		margin-left:0;
	}
	.ht-tech .e-n-tabs-content .elementor-widget-icon-box{
		width:calc(50% - 10px);
	}
}