body.widget-snippet .our-industries-content .sport, body.widget-snippet .our-industries-content .health, body.widget-snippet .our-industries-content .corporate{
    display: block;
}

.widget-snippet .our-industries {
    display: flex;
    align-items: start;
    padding: 150px 20px;
    max-width: 1620px;
    margin: 0 auto;
}
.widget-snippet .our-industries-content-container{
  align-self:center;
}
.widget-snippet .our-industries-image, .widget-snippet .our-industries-content-container{
    width: 50%;
    flex-basis: 50%;
} 
.widget-snippet ul#ourIndustries {
    list-style: none;
    background: url(/template/2066438a/images/our-industries.png) no-repeat 0 0;
    position: relative;
    width: 541px;
    height: 549px;
    margin: 0;
    padding: 0;
    background-position: right top;
    transform: rotate(0deg);
    transition: all ease-in-out .4s;
    margin: 0 auto; 
}

.widget-snippet ul#ourIndustries.oi-active{ 
    background: url(/template/2066438a/images/oi-active.png) no-repeat 0 0; 
}


.widget-snippet ul#ourIndustries li {
    /* border: 1px solid #000; */
    position: absolute;
    cursor: pointer;
}
.widget-snippet ul#ourIndustries li:hover {
    background: url(/template/2066438a/images/our-industries.png) no-repeat 0 0;
}

.widget-snippet ul#ourIndustries.health {
    transform: rotate(150deg);
}
.widget-snippet ul#ourIndustries.health li#Health {
    background: url(/template/2066438a/images/our-industries.png) no-repeat 0 0;
    background-position: 0px -968px;
}

.widget-snippet ul#ourIndustries.sport {
    transform: rotate(30deg);
}
.widget-snippet ul#ourIndustries.sport li#Sport {
    background: url(/template/2066438a/images/our-industries.png) no-repeat 0 0;
    background-position: -270px -552px;
}

.widget-snippet ul#ourIndustries.corporate {
    transform: rotate(-90deg);
}
.widget-snippet ul#ourIndustries.corporate li#Corporate {
    background: url(/template/2066438a/images/our-industries.png) no-repeat 0 0;
    background-position: -36px calc(100% - -1px);
}
   
   
.widget-snippet #Health {
    width: 271px;
    height: 407px;
    top: 0px;
    left: 0px;
}
    

.widget-snippet #Sport {
    width: 271px;
    height: 407px;
    top: 0;
    right: 0px;
}

.widget-snippet ul#ourIndustries li#Sport::before, .widget-snippet ul li::before {
    display: none
}

.widget-snippet #Corporate {
    width: 469px;
    height: 213px;
    bottom: 0;
    left: 36px;
}


.widget-snippet .our-industries-content h2{
    font-size: 60px;
    font-weight: 500;
    line-height: 92px;
    color: #0F1E32;
    margin: 0;
    font-family: Work Sans;
}

.widget-snippet .our-industries-content h3{
    font-size: 80px;
    font-weight: 500;
    line-height: 90px;
    color: #0F1E32;
    font-family: Work Sans;
    margin: 0;
    padding: 0 0 20px 0;
}

.widget-snippet .our-industries-content p{
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    color: #0F1E32;
    font-family: Work Sans;
    margin-bottom: 12px;
    padding: 0 0 15px 0;
}

.widget-snippet .our-industries-content .sport h3{ 
    color: #12A1DB; 
}

.widget-snippet .our-industries-content .health h3{ 
    color: #FE0128; 
}

.widget-snippet .our-industries-content .corporate h3{ 
    color: #43B649; 
}

.widget-snippet .our-industries-content .sport, .widget-snippet .our-industries-content .health, .widget-snippet .our-industries-content .corporate{
    display: none;
}


.widget-snippet .health.active-health-content {
    display: block;
}
.widget-snippet .sport.active-sport-content {
    display: block;
}
.widget-snippet .corporate.active-corporate-content {
    display: block;
}
@media (min-width: 1025px){
  .widget-snippet ul#ourIndustries li#Corporate:hover {
    background-position: -36px calc(100% - -1px);
}
.widget-snippet ul#ourIndustries li#Health:hover {
    background-position: 0px -968px;
}
.widget-snippet ul#ourIndustries li#Sport:hover {
    background-position: -270px -552px;
}
}
@media (max-width: 1500px){
.widget-snippet .our-industries {
  padding: 120px 0;
  max-width: 1280px;
}
  .widget-snippet ul#ourIndustries {
  margin: unset;
}
  .widget-snippet .our-industries-content h2{
    font-size: 52px;
   line-height: 78px;
}
    .widget-snippet .our-industries-content h3 {
  font-size: 74px;
  line-height: 74px;
}
}
@media (max-width: 1300px) {
.widget-snippet .our-industries-content-container {
  padding-left: 50px;
}
 .widget-snippet .our-industries {
  padding: 100px 0;
  max-width: 1200px;
}

}
@media (max-width: 1200px) {
  .widget-snippet .our-industries-content h2 {
  font-size: 48px;
  line-height: 75px;
}
.widget-snippet .our-industries-content-container {
  padding-left: 10px;
}
.widget-snippet .our-industries {
  max-width: 900px;
  padding: 80px 0 80px;
}
  .widget-snippet ul#ourIndustries {
  width: 400px;
  height: 400px;
  background-size: 400px;
}
.widget-snippet ul#ourIndustries.sport li#Sport {
  background-position: -200px -406px;
  background-size: 400px;
}
.widget-snippet #Sport {
  width: 270px;
  height: 309px;
  right: -70px;
}
.widget-snippet ul#ourIndustries.corporate li#Corporate {
  background-position: -26px calc(100% - 0px);
  background-size: 400px;
}
.widget-snippet #Corporate {
  width: 347px;
  height: 158px;
  bottom: -10px;
  left: 27px;
}
.widget-snippet ul#ourIndustries.health li#Health {
  background-position: -1px -716px;
  background-size: 400px;
}
.widget-snippet #Health {
  width: 200px;
  height: 299px;
}
.widget-snippet .our-industries-content h3 {
  font-size: 50px;
  line-height: 50px;
}
}

@media (max-width: 991px) {
.widget-snippet .our-industries-content-container {
  padding-left: 10px;
}
.widget-snippet .our-industries {
  padding:75px 0 75px;
  max-width: 650px;
}
  .widget-snippet ul#ourIndustries {
  width: 250px;
  height: 250px;
  background-size: 250px;
}
    
.widget-snippet .our-industries-image {
  width: 42%;
  flex-basis: 42%;
} 
.widget-snippet .our-industries-content-container {
  width: 58%;
  flex-basis: 58%;
} 
 
.widget-snippet ul#ourIndustries.sport li#Sport {
  background-position: -126px -254px;
  background-size: 250px;
}
.widget-snippet #Sport {
  width: 130px;
  height: 200px;
  right: -5px;
}
.widget-snippet ul#ourIndustries.corporate li#Corporate {
  background-position: -15px calc(100% - 0px);
  background-size: 250px;
}
.widget-snippet #Corporate {
  width: 219px;
  height: 100px;
  bottom: -11px;
  left: 15px;
}
.widget-snippet ul#ourIndustries.health li#Health {
  background-position: -1px -448px;
  background-size: 250px;
}
.widget-snippet #Health {
  width: 126px;
  height: 189px;
}
.widget-snippet .our-industries-content h3 {
  font-size: 32px;
  line-height: 40px;
  padding: 0 0 10px;
}
.widget-snippet .our-industries-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  padding: 0 0 5px 5px;
}
}

@media (max-width: 767px) {
 .widget-snippet .our-industries-content h2 {
  font-size: 34px;
  line-height: 40px;
   margin:20px 0 10px
}
.widget-snippet .our-industries-content-container {
  padding-left: 0;
}
.widget-snippet .our-industries {
  padding:40px 0 30px;
  max-width: 100%;
  display: block;
  text-align: center;
}
.widget-snippet ul#ourIndustries {
  margin: 0 auto;
}  
.widget-snippet ul#ourIndustries {
  width: 220px;
  height: 220px;
  background-size: 220px;
}
  .widget-snippet #Health {
  width: 111px;
  height: 166px;
}
.widget-snippet #Sport {
  width: 111px;
  height: 165px;
  right: 0px;
}
.widget-snippet #Corporate {
  width: 190px;
  height: 87px;
  }
.widget-snippet ul#ourIndustries.sport li#Sport {
  background-position: -110px -224px;
  background-size: 220px;
}
.widget-snippet ul#ourIndustries.health li#Health {
  background-position: 0px -393px;
  background-size: 220px;
}
.widget-snippet ul#ourIndustries.corporate li#Corporate {
  background-position: -15px calc(100% - 0px);
  background-size: 220px;
}
.widget-snippet .our-industries-content-container, .widget-snippet .our-industries-image {
  width: 100%;
} 
.widget-snippet ul#ourIndustries.sport li#Sport {
  background-position: -110px -224px;
  background-size: 220px;
}
.widget-snippet .our-industries-content h3 {
  font-size: 28px;
  line-height: 20px;
  padding: 0 0 10px;
}
.widget-snippet .our-industries-content p {
  padding: 0 20px;
}
  .widget-snippet ul#ourIndustries.corporate {
  transform: rotate(0deg);
}
  .widget-snippet ul#ourIndustries.sport {
  transform: rotate(120deg);
}
  .widget-snippet ul#ourIndustries.health {
  transform: rotate(240deg);
}
}
