.tech-icons-boxes-wrap {
		display: flex;
		width: 100%;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
	} 

	.tech-icons-boxes-wrap li {
		display: inline-block;
		margin: 15px 15px;
	}

	.tech-icon-box {
		width: 150px;
		height: 150px;
		display: flex;
		border: 1px solid transparent;
		align-items: center;
		justify-content: center;
		transition: all 0.5s ease-in-out;
		border-radius: 10px;
		flex-direction: column;
		padding: 0px;
		text-align: center;
		font-size: 18px;
		color: #000;
		text-decoration: none !important;
	}

	.tech-icon-box img {
		width: auto !important;
		height: 60px;
/*		filter: brightness(0) opacity(0.85);*/
		transition: all 0.5s ease-in-out;
		margin: 0px auto !important;
		object-fit: contain !important;
	}



	.tech-icon-box h5 {
		font-size: 18px;
		line-height: 28px;
		display: block;
		margin: 15px 0 0;
		font-weight: 500;
		transition: all 0.5s ease-in-out;
		text-decoration: none;
	}

	.tech-icon-box:hover{
		border: 1px solid rgb(41 56 87 / 10%);
		box-shadow: 10px 10px 15px -5px rgb(0 0 0 / 4%);
		background: #fff;
	}

	.tech-icon-box:hover img {
		filter: none;
	}

	.tech-icon-img {
		position: relative;
		height: 60px;
		width: 60px;
	}

	.normal-tech-icon, .colorful-tech-icon {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.tech-icon-box .normal-tech-icon {
	   z-index:2;
	   opacity: 1;
	}

	.tech-icon-box .colorful-tech-icon {
	   z-index:1;
	   opacity: 0;
	}

	.tech-icon-box:hover .normal-tech-icon {
	   z-index:1;
	   opacity: 0;
	}

	.tech-icon-box:hover .colorful-tech-icon {
	   z-index:2;
	   opacity: 1;
	}



	.tech-icon-box:hover h5{
		color: #3968b2;
	}
	
	.technology-we-work-tab-area ul.nav.nav-pills li a, .responsive-tech-content #sync2 .item{
		background: transparent !important;
		font-size: 18px;
		color: #212121;
		transition: all .3s ease-in-out;
		text-align: center;
		padding: 0;
		margin: 0;
		border: none;
		cursor: pointer;
		text-decoration: none;
		font-family: "jost";
		font-weight: 600;
		border-radius: 0;
		min-width: 180px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	
	.technology-we-work-tab-area .tab-content {
		padding: 50px 0px 0px;
	}
	
	.technology-we-work-tab-area ul.nav.nav-pills{
		position: relative;
		width: 100%;
		z-index: 1;
		border-bottom: 1px solid rgb(41 56 87 / 15%);
		display: flex;
		justify-content: center;
	}
	
	.technology-we-work-tab-area ul.nav.nav-pills li a:hover, .technology-we-work-tab-area ul.nav.nav-pills li.active a, .responsive-tech-content #sync2 .item:hover h5, .responsive-tech-content #sync2 .owl-item.current .item h5{
		color: #3968b2;
	}

	.technology-we-work-tab-area ul.nav.nav-pills li a::after, .responsive-tech-content #sync2 .owl-item .item::after {
		content: '';
		width: 100%;
		height: 2px;
		position: absolute;
		bottom: 0;
		left: 0;
		background: 0 0;
	}
	
	

	.technology-we-work-tab-area ul.nav.nav-pills li.active a::after, .responsive-tech-content #sync2 .owl-item.current .item::after {
		background: #3968b2;
	}
	
	
	.technology-we-work-tab-area .nav > li {
		position: relative;
		display: block;
	}



	.tab-content > .tab-pane{
		display: none;
	}

	.tab-content > .active{
		display: block;
	}
	
	.responsive-tech-content #sync2 .owl-stage-outer {
		border-bottom: 1px solid rgb(41 56 87 / 15%);
	}
	
	
	
	
	#sync1 .item {
  padding: 50px 0px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  background: #0c83e7;
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}


.responsive-tech-content #sync2 .owl-nav {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    margin: 0;
	display: flex;
    justify-content: space-between;
} 

.responsive-tech-content #sync2 .owl-nav button span {
    font-size: 0;
    position: relative;
}

.responsive-tech-content #sync2 .owl-nav button.owl-prev span::before {
    position: absolute;
    text-indent: -9999px;
    top: -20px;
	left:-50px;
    width: 32px;
    height: 32px;
    border: none;
    background: url(../images/home/slider-nav-arrow.svg) no-repeat center center;
    transform: rotate(-90deg);
    content: "";
}

.responsive-tech-content #sync2 .owl-nav button.owl-next span::before {
    position: absolute;
    text-indent: -9999px;
    top: -20px;
	right:-50px;
    width: 32px;
    height: 32px;
    margin: 0;
    border: none;
    font-size: 0;
    background: url(../images/home/slider-nav-arrow.svg) no-repeat center center;
    transform: rotate(90deg);
    content: "";
}



.responsive-tech-content #sync2 .item h5 {
    font-size: 16px;
}

.responsive-tech-content #sync1 .owl-item{
	height: 0px;
}

.responsive-tech-content #sync1 .owl-item.active{
	height: auto;
}