#livestock__challenge-section {
    position: relative;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-position: 20% 100%;
    background-size: 53%;
}
#livestock__challenge-section .horse__phone {
    position: absolute;
    width: 35%;
    top: 50%;
    left: 0;
    z-index: 1;
}
#livestock__challenge-section .horses__icons {
    padding: 3em 0;
}
#livestock__challenge-section .horse__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#livestock__challenge-section .horse__icon::after {
    content: " ";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(/wp-content/themes/litslink/images/case-studies/livestock/horse_icon.png);
    background-size: cover;
}
#livestock__challenge-section .horse__icon-1 {
    background-color: #fdc918;
    -webkit-box-shadow: 0 0 0 20px rgba(253, 201, 24, 0.3), 0 0 0 10px rgba(253, 201, 24, 0.5);
    box-shadow: 0 0 0 20px rgba(253, 201, 24, 0.3), 0 0 0 10px rgba(253, 201, 24, 0.5);
}
#livestock__challenge-section .horse__icon-2 {
    background-color: #67ac0d;
    -webkit-box-shadow: 0 0 0 20px rgba(103, 172, 13, 0.3), 0 0 0 10px rgba(103, 172, 13, 0.5);
    box-shadow: 0 0 0 20px rgba(103, 172, 13, 0.3), 0 0 0 10px rgba(103, 172, 13, 0.5);
}
#livestock__challenge-section .horse__icon-3 {
    background-color: #7cd389;
    -webkit-box-shadow: 0 0 0 20px rgba(124, 211, 137, 0.3), 0 0 0 10px rgba(124, 211, 137, 0.5);
    box-shadow: 0 0 0 20px rgba(124, 211, 137, 0.3), 0 0 0 10px rgba(124, 211, 137, 0.5);
}
#livestock__challenge-section .horse__circle-1 {
    position: absolute;
    bottom: -21.5%;
    right: 0;
    width: 30%;
}
#livestock__challenge-section .horse__icon-bg {
    width: 12%;
    position: absolute;
    bottom: 20%;
    right: 10%;
    z-index: 1;
}
#livestock__solution-section {
    position: relative;
}
#livestock__solution-section .livestock__pig {
    position: absolute;
    right: 5%;
    bottom: 10%;
    width: 10%;
}
#livestock__phones-section {
    position: relative;
}
#livestock__phones-section .livestock__phone {
    position: absolute;
    top: -35%;
}
#livestock__impact-section {
    margin-top: 14em;
}
@media screen and (max-width: 768px) {
    #livestock__challenge-section {
        margin-bottom: 5em;
    }
    #livestock__challenge-section .col-md-3 {
        width: 50%;
        margin-bottom: 4em;
    }
    #livestock__challenge-section .horse__phone {
        width: 70%;
        left: 17%;
        bottom: -10%;
        top: auto;
        z-index: 2;
    }
    #livestock__challenge-section .horse__circle-1 {
        width: 65%;
        z-index: 1;
        bottom: -13.5%;
    }
    #livestock__solution-section .about__row-light {
        padding: 1.25em;
        background: rgba(255, 255, 255, 0.5);
    }
    .livestock__top-img {
        width: 100%;
    }
    .horse__icon-bg,
    .livestock__pig {
        display: none;
    }
}


#skyward__solution-section {
    position: relative;
}

#swiping__top-wrapper {
    position: relative;
    height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, from(#0e032a), to(#866eff));
    background: -o-linear-gradient(top, #0e032a 0, #866eff 100%);
    background: linear-gradient(180deg, #0e032a 0, #866eff 100%);
    -webkit-clip-path: circle(1384px at 49.1% calc(100% - 1430px));
    clip-path: circle(1384px at 49.1% calc(100% - 1430px));
}
#swiping__top-wrapper .container::before {
    position: absolute;
    display: block;
    content: "";
    border: 2px solid #1d2965;
    border-radius: 50%;
    width: 1236px;
    height: 1236px;
    z-index: -1;
    bottom: 106px;
    left: calc(50vw - 618px);
}
#swiping__top-wrapper .container::after {
    position: absolute;
    display: block;
    content: "";
    border: 2px solid #1d2965;
    border-radius: 50%;
    width: 954px;
    height: 954px;
    z-index: -1;
    bottom: 245px;
    left: calc(50vw - 476px);
}
#swiping__top-wrapper h1 {
    font-size: 43px;
    font-weight: 400;
    line-height: 36px;
    font-family: Montserrat, sans-serif;
    padding-top: 4em;
}
.about__row h3 {
	font-family: Montserrat, sans-serif;
	font-size: 43px;
	font-weight: 400;
	letter-spacing: 0;
	background-image: url(../../images/case-studies/square_big_grey.png);
	background-position: px 0;
	background-repeat: no-repeat;
	padding: .4em .6em
}
.info-title {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 2.688rem;
    word-break: inherit;
    white-space: nowrap;
    padding: 15px 0 15px 25px;
    margin: 0;
    background-image: url(../images/dist/info-bg-title.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.info-mobile-text {
    z-index: 2;
}
.info-text {
    font-size: 1rem;
    line-height: 1.625rem;
}
.info-text-pe {
    padding-right: 11rem;
}
.hexagon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 138px;
    height: 79.67px;
    background-color: #fff;
    margin: 25px 7px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.hexagon-wrapper {
    width: 26rem;
}
.hexagon-1 {
    margin-top: 9rem;
}
.hexagon-2 {
    margin-left: -1rem;
}
.hexagon-3 {
    margin-top: 1.1rem;
    margin-left: 0.9rem;
}
.hexagon:hover {
    -webkit-transform: scale(0.92);
    -ms-transform: scale(0.92);
    transform: scale(0.92);
    background-color: #e5f6ff;
}
.hexagon::after,
.hexagon::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 97.58px;
    height: 97.58px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 20.2096px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.hexagon::before {
    top: -48.7904px;
}
.hexagon::after {
    bottom: -48.7904px;
}
.hexagon span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 138px;
    height: 79.6743px;
    z-index: 2;
    background: inherit;
}
#swiping__top-wrapper {
    height: 120vh;
}
.horses__icons {
    padding-top: 3em !important;
    padding-bottom: 10em !important;
}
#livestock__impact-section {
    position: relative;
}
.livestock__impact {
    position: absolute;
    top: -10%;
    left: 0;
    width: 25%;
    z-index: -1;
}

.hexagon-new:nth-child(n + 3) {
    margin-top: 2.8em;
}
.hexagon-new:nth-child(3) {
    margin-left: 4.9em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .hexagon-new:nth-child(3) {
        margin-left: 4.8em;
        margin-right: 4em;
    }
}
@media screen and (max-width: 768px) {
    .hexagon-new:nth-child(3) {
        margin: 0.313em;
    }
    .hexagon-new:nth-child(4) {
        margin-left: 5em;
        margin-top: 3em;
    }
    .hexagon-new:last-child {
        margin-top: 3em;
    }
}
@media screen and (min-width: 200px) and (max-width: 768px) {
    .hexagon-new-wrp {
        font-size: 2.8vw;
        margin: 0 auto;
    }
}
/* Copied new code from <style> tag */
.show__mobile {
  display: none;
}
#swiping__top-wrapper {
  height: 990px;
}
#livestock__challenge-section .horse__circle-1 {
  bottom: -14.5%;
  z-index: 1;
}
#livestock__challenge-section .horse__icon-bg {
  z-index: 5!important;
}
.case__studies-list {
  list-style: none!important;
  padding-left: 0em!important;
}
.horses__icons h4 {
  font-size: 22px!important;
  margin-top: 2em;
}
.hexagon-new:hover {
    -webkit-transform: scale(.92);
    -ms-transform: scale(.92);
    transform: scale(.92);
    background-color: #e5f6ff;
}
.hexagon-new-hov:hover::after {
    background-color: #e5f6ff!important;
}
.hexagon-new:hover:after {
  background-color: #e5f6ff!important;
}
.hexagon-new-no-hov:hover {
  background-color: white!important;
  transform: scale(1)!important;
}
.hexagon-new-no-hov:hover:after {
  background: white!important;
}
#livestock__challenge-section .horse__phone {
  top: 55%;
  left: 5%;
}
@media screen and ( max-width: 1024px ) {
  .livestock__impact-text {
    background: none;
  }
  #livestock__challenge-section .col-md-3 {
    width: 30%!important;
  }
  #livestock__challenge-section .horse__circle-1 {
    z-index: -1;
    bottom: -20%!important;
  }
}
@media screen and ( max-width: 850px ) {
  #swiping__top-wrapper {
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
    #swiping__top-wrapper {
        height: 93vh;
    }

    .livestock__top-img {
        width: 100%;
        margin-top: -6em;
    }
    .livestock__div {
        overflow: hidden;
    }
    #livestock__challenge-section .horse__circle-1 {
		z-index: 0!important;
		width: 45%!important;
		bottom: -20.5%!important;
	}
	.hexagon-new-wrp {
   		width: 45em!important;
    }
    .hexagon-new:nth-child(4) {
    	margin-left: 0.25em!important;
    	margin-top: 0.25em!important;
    }
    .hexagon-new:last-child {
    	margin-left: 14.25em;
    	margin-top: 3em!important;
    }
    .livestock__top-img {
      margin-top: 0px;
    }
}
@media screen and ( max-width: 768px ) {
  .hide__mobile {
    display: none;
  }
  .show__mobile {
    display: block;
  }
  .top__wrapper-img-div img {
    margin-bottom: 0em;
  }
  .breadcrumbs {
    position: absolute;
  }
  /* #swiping__top-wrapper > .container,
    #swiping__top-wrapper > .container > .row,
    #swiping__top-wrapper > .container > .row > .col-md-12 {
      height: 100%!important;
    }
    #swiping__top-wrapper > .container > .row {
      padding-top: 3em;
    } */
    #swiping__top-wrapper {
      height: 840px;
      clip-path: circle(150vw at 50% calc(100% - 156vw));
    }
    #livestock__challenge-section .container,
    #livestock__challenge-section .container > .about__row {
      padding-top: 0em!important;
    }
    .horses__icons h4 {
      font-size: 22px;
      margin-top: 2em;
    }
    #livestock__challenge-section .horse__icon {
      width: 60px!important;
      height: 60px!important;
    }
    #livestock__challenge-section .horse__icon::after {
      width: 40px!important;
      height: 40px!important;
    }
    #livestock__challenge-section {
      background-image: none!important;
    }
    #livestock__challenge-section .horse__phone {
      width: 60%;
      left: 5%;
      right: 10%;
    }
    #livestock__phones-section .livestock__phone {
      right: 0%;
      left: 5%;
      width: 90%;
    }
    #livestock__impact-section {
      margin-top: 3em;
    }
    .livestock__impact {
      width: 47%;
      top: 0%;
    }
    .about__row h3 {
    font-size: 30px;
    padding-top: 0.7em!important;
    padding-left: 0.8em!important;
    line-height: 29px;
  }
  #livestock__solution-section .about__row-light {
    background: none!important;
    padding: 0em!important;
  }
  #livestock__phones-section .row > .col-md-6:nth-child(1) img {
    width: 45%;
  }
  #livestock__phones-section .row > .col-md-6:nth-child(2) img {
    width: 45%;
    left: 50%;
  }
  .hexagon-new-wrp {
    transform: scale(0.7);
  }
  #livestock__challenge-section .horse__phone {
    top: 70%;
  }

}
@media screen and ( max-width: 600px ) {
  #livestock__challenge-section .horse__phone {
    top: 55%;
    width: 80%!important;
  }
  .livestock__impact-text {
      background: rgba(255, 255, 255, 0.7);
      padding: 1em;
    }
  #livestock__impact-section {
      margin-top: 6em;
    }
  #livestock__phones-section .livestock__phone {
    width: 60%!important;
  }
  #swiping__top-wrapper {
    height: 700px;
  }
  #swiping__top-wrapper h1 {
    padding-top: 0em!important;
    margin-top: 2em;
  }
  #swiping__top-wrapper p {
    width: 100%!important;
  }
  .livestock__top-img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #livestock__challenge-section {
    position: relative;
  }
  #livestock__challenge-section .horse__phone {
    position: absolute;
    top: 90%;
  }
  #livestock__solution-section .about__row-light {
    padding: 1.25em!important;
    background: rgba(255, 255, 255, 0.5)!important;
  }
}
@media screen and ( max-width: 500px ) {
  #livestock__challenge-section .horse__phone {
      width: 60%;
      left: 5%;
      right: 10%;
    }
  #livestock__challenge-section .col-md-3 {
    width: 50%!important;
  }
  #livestock__phones-section .livestock__phone {
    width: 100%!important;
  }
}
@media screen and (max-width: 425px) {
	.hexagon-new-wrp {
		width: 100%!important;
		transform: scale(0.9)!important;
	}
	#livestock__phones-section .row > .col-md-6:nth-child(1) img {
		left: 0%;
	}
	#livestock__phones-section .row > .col-md-6:nth-child(2) img {
		left: 0%!important;
		top: 25%;
	}
	#livestock__challenge-section .horses__icons {
		padding-bottom: 0em!important;
	}
	#livestock__challenge-section .horse__circle-1 {
		z-index: 0!important;
	}
	.hexagon-new:nth-child(4) {
		margin-left: 5em!important;
		margin-top: 3em!important;
	}
	.hexagon-new:last-child {
		margin-left: 0.5em!important;
		margin-top: 3em!important;
	}
}