/* Style the tab */
.carousel{
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  overflow: hidden;
}
/* Style the buttons inside the tab */
.carousel button{
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
/* Change background color of buttons on hover */
.carousel button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.carousel button.active {
  background-color: #ccc;
}
/* Style the tab content */

.main_tabs
{
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontent , .tabcontent_applicationeng  , .tabcontent_applicationtesting , .tabcontent_datasci
, .tabcontent_edge , .tabcontent_producteng , .tabcontent_embeddedsoftware , .tabcontent_marketingoper {
  display: none;
}
.tabcontent.active  , .tabcontent_applicationeng.active , .tabcontent_applicationtesting.active
, .tabcontent_datasci.active , .tabcontent_edge.active , .tabcontent_producteng.active ,
.tabcontent_embeddedsoftware.active , .tabcontent_marketingoper.active  {
  display: block;
}
.tablinks:hover , .tabapplicationenglinks:hover , .tabapplicationtestinglinks:hover ,
.tabdatasciencelinks:hover , .tabedgelinks:hover , .tabproductenglinks:hover 
, .tabembeddedsoftwarelinks:hover , .tabmarketingoperlinks:hover
{
  width: 60% !important;
}


.tablinks.active , .tabapplicationenglinks.active , .tabapplicationtestinglinks.active,
.tabdatasciencelinks.active , .tabedgelinks.active  , .tabproductenglinks.active , 
.tabembeddedsoftwarelinks.active , .tabmarketingoperlinks.active
{
  margin: 0 38px;
  width: 60% !important;
}

.slick-next:before , .slick-prev:before
{
  color: black !important;
  font-size :32px !important;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before
{
  opacity: 1.25 !important;
}


.slick-prev
{
  z-index: 1;
}

.slick-next
{
  margin-right : 56px;
}

.slick-current .applicationeng_title , .slick-current .applicationtesting_title , 
.slick-current .datascience_title , .slick-current .edge_title , .slick-current .produteng_title
, .slick-current .embeddedsoftware_title , .slick-current .marketingoperation_title {
    background-color: #0CA1B6 ;
    color: #fff;
}

.applicationeng_title , .applicationtesting_title , .datascience_title , .edge_title , .produteng_title
, .embeddedsoftware_title , .marketingoperation_title {
    background-color: #ECEFF5;
    border-radius: 28px;
    color: #6d707a;
    font-weight: 600;
    margin-left: 8px;
    margin-right: 8px;
    padding: 12px 32px;
    position: relative;
    text-align: center;
} 

/*.marketingoperation_list , .embeddedsoftware_list , .produteng_list
{
  padding-bottom: 4% !important;
}*/