/**
 * jquery-bootstrap-scrolling-tabs
 * @version v2.4.0
 * @link https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs
 * @author Mike Jacobson <michaeljjacobson1@gmail.com>
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
.scrtabs-tab-container * {
  box-sizing: border-box; }

.scrtabs-tab-container {
  /*height: 42px; */}
  .scrtabs-tab-container .tab-content {
    clear: left; }

.scrtabs-tab-container.scrtabs-bootstrap4 .scrtabs-tabs-movable-container > .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

.scrtabs-tabs-fixed-container {
  float: left;
  /*height: 42px;*/
  overflow: hidden;
  width: 100%; }

.scrtabs-tabs-movable-container {
  position: relative; }
  .scrtabs-tabs-movable-container .tab-content {
    display: none; }

.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container > ul.nav-tabs {
  padding-right: 0; }

.scrtabs-tab-scroll-arrow {
  border: 0px solid #dddddd;
  border-top: none;
  color: #e0e0e0;
  display: none;
  float: left;
  font-size: 17px;
  min-height: 100px;
  margin-bottom: -1px;
  padding-left: 2px;
  padding-top: 9%;
  width: 20px; 
  }
  .scrtabs-tab-scroll-arrow:hover {
    background-color: transparent;
  color: #29c979; }

.scrtabs-tab-scroll-arrow,
.scrtabs-tab-scroll-arrow .scrtabs-click-target {
  cursor: pointer; }

.scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
  cursor: default; }

.scrtabs-tab-scroll-arrow.scrtabs-disable,
.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
  color: #ddd;
  cursor: default; }

.scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
  background-color: initial; }

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap; 
  
  }
  
  .scrtabs-tabs-fixed-container ul.nav-tabs > li {
    padding:3px;
	border-radius:8px;
    margin-bottom: 0px;
	cursor:pointer;
  }
  .scrtabs-tabs-fixed-container ul.nav-tabs > li.space-gap {
    border: 0px !important;
	padding:8px;
	}
  .scrtabs-tabs-fixed-container ul.nav-tabs > li.active > a {
    border: 0px solid #ebebeb;
	cursor:pointer;
	}
	.scrtabs-tabs-fixed-container ul.nav-tabs {
    border-bottom:0px solid #ddd;
	}
  .scrtabs-tabs-fixed-container ul.nav-tabs > li > a {
    border: 0px solid #ebebeb;
	border-radius:8px;
    padding-left:20px;
    padding-right:20px;
	margin-right:0;
	font-family:'KozGoPr6N-Light-AlphaNum';
	font-size:14px;
	color:#464646;
	line-height:20px;
	text-align:center;
	background: none;
	text-transform:uppercase;
	outline:none;
	cursor:pointer;
  }
  .scrtabs-tabs-fixed-container ul.nav-tabs > li > a:hover, .scrtabs-tabs-fixed-container ul.nav-tabs > li > a:focus
  {
  	background:none!important;
	outline:none;
	color:#29c979;
  }
  
	.scrtabs-tabs-fixed-container ul.nav-tabs > li > a > .tab1-img
	{
		background:url(/images/solution-icon1.png) center no-repeat;
		width:100%;
		height:84px;
		margin-bottom:15px;
	}
	.scrtabs-tabs-fixed-container ul.nav-tabs > li.active > a > .tab1-img
	{
		background:url(/images/solution-icon1.png) center no-repeat;
	}
	.scrtabs-tabs-fixed-container ul.nav-tabs > li > a > .tab2-img
	{
		background:url(/images/solution-icon2.png) center no-repeat;
		width:100%;
		height:84px;
		margin-bottom:15px;
	}
	.scrtabs-tabs-fixed-container ul.nav-tabs > li.active > a > .tab2-img
	{
		background:url(/images/home-tab2_hvr.png) center no-repeat;
	}
	.scrtabs-tabs-fixed-container ul.nav-tabs > li > a > .tab3-img
	{
		background:url(/images/solution-icon3.png) center no-repeat;
		width:100%;
		height:84px;
		margin-bottom:15px;
	}
	.scrtabs-tabs-fixed-container ul.nav-tabs > li.active > a > .tab3-img
	{
		background:url(/images/solution-icon3.png) center no-repeat;
	}

	.scrtabs-tabs-fixed-container ul.nav-tabs > li > a > .tab4-img
	{
		background:url(/images/solution-icon4.png) center no-repeat;
		width:100%;
		height:84px;
		margin-bottom:15px;
	}
	.scrtabs-tabs-fixed-container ul.nav-tabs > li.active > a > .tab4-img
	{
		background:url(/images/solution-icon4.png) center no-repeat;
	}
	.scrtabs-tabs-fixed-container ul.nav-tabs > li > a > .tab5-img
	{
		background:url(/images/solution-icon5.png) center no-repeat;
		width:83px;
		height:84px;
		margin-bottom:15px;
	}
	.scrtabs-tabs-fixed-container ul.nav-tabs > li.active > a > .tab5-img
	{
		background:url(/images/solution-icon5.png) center no-repeat;
	}
	.scrtabs-tabs-fixed-container ul.nav-tabs > li > a > .tab6-img
	{
		background:url(/images/home-tab6.png) center no-repeat;
		width:100%;
		height:84px;
		margin-bottom:15px;
	}
	.scrtabs-tabs-fixed-container ul.nav-tabs > li.active > a > .tab6-img
	{
		background:url(/images/home-tab6_hvr.png) center no-repeat;
	}