@charset "UTF-8";
/* CSS Document */

html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: #333;
  background: #fff;
}
#main {
  height: 100vh;
  opacity: 1;
  transition: opacity 2000ms;
}
#main.loaded {
  opacity: 1;
}
div {
}
a {
  color: #333;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 5px;
  font-weight: 100;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
}
label.hs-error-msg {
  color: #fff;
  font-weight: bold;
}
.round-button {
  border: 1px solid #000;
  border-radius: 1000px;
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  opacity: 1;
  transition: all 0.25s;
}
.round-button:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.panel {
  height: 100%;
  text-align: center;
  position: relative;
}
.panel {
  display: flex;
}
.panel-container {
  width: 1280px;
  margin: auto;
  position: relative;
}
.panel-inner {
  padding: 30px;
}
.colbox {
  float: left;
}
.colbox-inner {
  padding: 30px;
}
.onecol {
  width: auto;
  float: none;
}
.twocol {
  width: 50%;
}
.threecol {
  width: 33.33%;
}
.col30 {
  width: 30%;
}
.col70 {
  width: 70%;
}
.col60 {
  width: 60%;
}
.col40 {
  width: 40%;
}

.colbox img {
  max-width: 100%;
}

.styled-title {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 3px 3px #fff;
  color: transparent;
  line-height: normal;
}
.styled-title.title-light-bg {
  text-shadow: 3px 3px #ff5b01;
  text-align: center;
  line-height: 90%;
  font-weight: 500;
}
.styled-title.title-coloured-bg {
  text-shadow: 3px 3px #ffffff;
  text-align: center;
  line-height: 90%;
}
.styled-title.title-dark-bg {
  text-shadow: 3px 3px #ffffff;
  -webkit-text-stroke-color: #ff5b01;
  text-align: center;
  line-height: 90%;
}
.twocol h2.styled-title {
  font-size: 100px;
}

.panel-a {
  background: #ff5b01 url("../images/BOR_Landing_Page_Cover_A-min.jpg")
    no-repeat;
  background-size: contain;
}
.panel-a h1 {
  width: 60%;
  display: inline-block;
}
.panel-a p {
  width: 50%;
  display: inline-block;
}
.panel-b {
  height: 70%;
}
.panel-c {
  background: #ff5b01 url("../images/BOR_Landing_Page_Cover_A-min.jpg") left
    no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
.panel-c .twocol h3.styled-title {
  font-size: 40px;
  -webkit-text-stroke-width: 1.5px;
  text-shadow: 2px 2px #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
/*
.panel-c:before {
    content: "";
    clip-path: polygon(470% 0, -15% 100%, 100% 99%);
    position: absolute;
    bottom: -30px;
    height: 100%;
    width: 100%;
    background: #fff;
    right: 0;
    z-index: 3;
}
.panel-c:after {
    content: "";
    clip-path: polygon(0 0, 0 0, 120% 92%, 0 80%);
    position: absolute;
    bottom: -88px;
    height: 25%;
    width: 34%;
    background: #fff;
    left: -24px;
    z-index: 3;
}
*/
.panel-c:before {
  content: "";
  position: absolute;
  top: -2px;
  height: 213px;
  width: 100%;
  background: url("../images/light-poly-top.png") top center no-repeat;
  background-size: contain;
  z-index: 1;
}
/* .panel-c:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 213px;
  width: 100%;
  background: url("../images/light-poly-bottom.png") bottom center no-repeat;
  background-size: contain;
  z-index: 3;
} */

/*
.panel-c-nest-a:before {
    content: "";
    clip-path: polygon(0 0, 0 20%, 100% 0);
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 1;
}
.panel-c-nest-a:after {
    content: "";
    clip-path: polygon(100% 0, -15% 0, 100% 50%);
    position: absolute;
    height: 25%;
    width: 34%;
    background: #fff;
    right: 0;
    top: 0;
    z-index: 1;
}
*/
.shivam-panel-c {
  position: relative;
  z-index: 2;
}
.shivam-panel-c .colbox-inner {
  padding: 0;
}
.panel-c-contentbox {
  margin-top: 0%;
}
.panel-c h2.styled-title {
  letter-spacing: -5px;
  font-size: 130px;
  color: #112b46;
  text-shadow: none;
  -webkit-text-stroke: 0;
}
.panel-c .twocol {
  float: right;
}
.panel-d {
  height: 60%;
}
.panel-d-contentbox {
  margin-top: 5%;
}
.panel-d .mobile-a {
  position: relative;
  z-index: 4;
  width: 350px;
}
.panel-d:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 213px;
  width: 100%;
  background: url("../images/orange-poly-bottom.png") bottom center no-repeat;
  background-size: contain;
  z-index: 3;
}
.panel-d h2.styled-title {
  font-size: 160px;
  color: #112b46;
  text-shadow: none;
}
.panel-d h3.styled-title {
  font-size: 30px;
  -webkit-text-stroke-width: 1.5px;
  text-shadow: 2px 2px #ff5b01;
  font-family: "Roboto", sans-serif;
  line-height: 32px;
  font-weight: 700;
}

.panel-e {
  background: #ff5b01 url("../images/BOR_Landing_Page_Cover_B-min.jpg") right
    no-repeat;
  background-size: contain;
  height: 80%;
}
.panel-e:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 213px;
  width: 100%;
  background: url("../images/white-poly-bottom.png") bottom center no-repeat;
  background-size: contain;
  z-index: 3;
}
.panel-e h2.styled-title {
  font-size: 55px;
  -webkit-text-stroke-width: 1.5px;
  text-shadow: 2px 2px #fff;
  line-height: 60px;
}
.panel-e h3.styled-title {
  font-size: 22px;
  -webkit-text-stroke-width: 0;
  text-shadow: none;
  color: #112b46;
  font-family: "Roboto", sans-serif;
}

.panel-f {
  background: #fff;
  height: auto;
}

.panel-f .panel-container {
  width: 100%;
}
.panel-f .panel-inner {
  padding-bottom: 0;
}
.panel-f .colbox-inner {
  padding-bottom: 0;
}
.panel-f h2.styled-title {
  margin-top: 50%;
  letter-spacing: -5px;
  font-size: 100px;
  color: #112b46;
  text-shadow: none;
  -webkit-text-stroke: 0;
  line-height: 110px;
}
.panel-f {
  height: 20%;
}
.panel-f h3.styled-title {
  font-size: 34px;
  -webkit-text-stroke-width: 1.5px;
  text-shadow: 2px 2px #ff5b01;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.panel-f:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 213px;
  width: 100%;
  background: url("../images/orange-poly-bottom-rev.png") bottom center
    no-repeat;
  background-size: contain;
  z-index: 3;
}
.panel-f .col30,
.panel-f .col70 {
  float: right;
}
.panel-g {
  background: #ff5b01 url(../images/bg.jpg) top no-repeat;
  background-size: cover;
  height: auto;
}
.panel-g:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 213px;
  width: 100%;
  background: url("../images/light-poly-bottom.png") bottom center no-repeat;
  background-size: contain;
  z-index: 3;
}
.panel-g h2.styled-title {
  font-size: 60px;
}
.panel-g h3.styled-title {
  font-size: 40px;
  -webkit-text-stroke-width: 1.5px;
  text-shadow: 2px 2px #112b46;
}
.panel-g .colbox {
  float: none;
}

.flexi-col {
  width: 25%;
  float: left;
  text-align: center;
  margin: 0 auto 300px;
}
.flexi-col .industry-increase {
  margin: 30px;
  background: #fff;
  box-shadow: 3px 3px 20px #c44500;
}
.industry-increase p {
  color: #ff5b01;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 30px;
  font-family: "Roboto", sans-serif;
}
.flexi-col-right {
}

.splash {
  position: relative;
}
.splash img {
  position: absolute;
  max-width: 90%;
}

.cta-link {
  display: inline-block;
  padding: 10px 30px;
  font-size: 30px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
}
.blue-link {
  background: #112b46;
  color: #fff;
}
.orange-link {
  background: #ff5b01;
  color: #fff;
}
.light-link {
  background: #fff;
  color: #112b46;
}

/****************Search Map Enimation***************/

.search-top-img {
  text-align: center;
  margin: 60px 0;
}
.search-top-img {
  text-align: center;
  background: url(../images/aus-map-bg.png);
  height: 450px;
  width: 500px;
  background-size: contain;
  margin: 40px 0;
  position: relative;
  background-repeat: no-repeat;
}
.search-col {
  position: absolute;
  color: #eeeef8;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}
.search-percent-1 {
  top: 37%;
  left: 85px;
}
.search-percent-2 {
  top: 20%;
  left: 234px;
}
.search-percent-3 {
  top: 36%;
  right: 70px;
}
.search-percent-4 {
  top: 50%;
  left: 48%;
}
.search-percent-5 {
  top: 58%;
  right: 13%;
}
.search-percent-6 {
  bottom: 122px;
  right: -38px;
  color: #fff;
  top: auto;
}

.search-percent-6:before,
.search-percent-8:before,
.search-percent-7:before {
  content: "";
  height: 1px;
  width: 50px;
  position: absolute;
  left: -50px;
  background: #fff;
  top: 50%;
}
.search-percent-7 {
  bottom: 86px;
  right: -55px;
  color: #fff;
}
.search-percent-7:before {
  width: 75px;
  left: -80px;
}
.search-percent-8 {
  bottom: 40px;
  right: -37px;
  color: #fff;
}
.flexi-break {
  clear: none;
}
.flexi-padding {
  height: 0;
  clear: both;
}
.download-cta-sticky {
  transition: all 0.5s;
  position: fixed;
  top: 30%;
  right: -1000px;
  z-index: 999;
  transform: rotate(-90deg);
}
.download-cta-sticky a {
  height: 100px;
  font-size: 24px;
}
.fixme .download-cta-sticky {
  right: -130px;
}

.panel-c .industry-section-titles h2.styled-title {
  font-size: 60px;
  letter-spacing: normal;
  margin: 0;
  line-height: 60px;
  font-family: "Roboto", sans-serif;
}
.panel-c .industry-section-titles h3.styled-title {
  margin: 0;
  font-size: 90px;
  line-height: 90px;
}
.panel-c .industry-section-titles h2.download-styled-title {
  font-size: 50px;
  letter-spacing: normal;
  margin: 0;
  line-height: 60px;
  width: 80%;
}
.panel-c .industry-section-titles h3.download-styled-title {
  margin: 0;
  font-size: 54px;
  line-height: 60px;
  width: 80%;
}

.industry-headings {
  height: 80%;
  text-align: left;
}
.industry-headings:after {
  background: none;
}
.industry-increase.panel-e h2.styled-title,
.industry-demand.panel-e h2.styled-title {
  font-size: 34px;
  line-height: 38px;
  font-family: "Roboto", sans-serif;
}
.industry-increase.panel-e h3.styled-title,
.industry-demand.panel-e h3.styled-title {
  font-size: 220px;
  line-height: 200px;
  font-family: "Oswald", sans-serif;
}
.industry-insighs h2.styled-title {
  font-size: 70px;
  letter-spacing: normal;
}
.industry-section-titles {
  padding-left: 245px;
  background: url("../images/industry-bor-logo.png") left center no-repeat;
  background-size: contain;
  height: 230px;
}
.industry-increase .panel-c-contentbox {
  margin-top: 0;
  margin-bottom: 180px;
}
.panel.industry-increase:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 213px;
  width: 100%;
  background: url("../images/light-poly-bottom.png") bottom center no-repeat;
  background-size: contain;
  z-index: 3;
}
.lead-value h3.styled-title {
  font-size: 60px;
  color: #ff5b01;
  text-shadow: none;
}
.lead-value h2.styled-title {
  font-size: 140px;
  color: #112b46;
  text-shadow: none;
}
.more-inside h3.major-partner {
  font-size: 30px;
  font-weight: 700;
  text-align: center !important;
  font-family: "Oswald", sans-serif;
  color: #112b46;
}
.sponsored {
  padding-top: 3%;
  display: flex;
  align-items: center;
}
.sponsored h2 {
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  padding-right: 50px;
}
.sponsored img {
  max-width: 20%;
}
.panel-b .sponsor {
  text-align: center;
  padding-top: 25px;
}
.panel-b .sponsor img {
  max-width: 50%;
}
.panel-a .panel-inner,
.panel-a .colbox-inner {
  padding-top: 0px;
}
.panel-a .major-partner {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  justify-content: center;
  width: 100%;
}
.panel-a .major-partner div {
  font-family: "Oswald", sans-serif;
  box-sizing: border-box;
}
.panel-a .major-partner h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: transparent;
  text-shadow: 3px 3px #fff;
  line-height: normal;
  margin-right: 15px;
}
.panel-a .major-partner img {
  max-width: 30%;
}
/****************Behaviour Porogress***************/

.behaviour-porogress {
  background: url(../images/img-verticle-progress.png) no-repeat;
  width: 500px;
  background-size: 100%;
  background-position: center bottom;
  padding-bottom: 35px;
}
.behaviour-porogress-inner {
  display: table;
  width: 220px;
  text-align: center;
  margin: 0 auto;
}
.behaviour-porogress-inner span {
  display: block;
  height: 0px;
  position: relative;
}
.behaviour-porogress-inner div {
  width: 50%;
  display: table-cell;
  vertical-align: bottom;
  font-weight: 900;
  font-size: 2.5rem;
}
.behaviour-porogress-inner .progress-low {
  color: #112b46;
}
.behaviour-porogress-inner .progress-high {
  color: #fff;
}
.behaviour-porogress-inner .progress-low span {
  height: 130px;
  background: transparent;
}
.behaviour-porogress-inner .progress-high span {
  height: 300px;
  background: transparent;
}
.behaviour-porogress-inner span:before {
  content: "";
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -mo-transition: all 2s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  bottom: 0;
  background: #ffffff;
}
.visible .behaviour-porogress-inner .progress-low.animated span:before {
  height: 100%;
  background: #112b46;
}
.visible .behaviour-porogress-inner .progress-high.animated span:before {
  height: 100%;
  background: #ffffff;
}
.lead-value-graph {
  background: url("../images/BorComp.gif") center no-repeat;
  background-size: contain;
  width: 100%;
  height: 600px;
  position: relative;
}
.lead-value-graph img {
  width: 140px;
  position: absolute;
  top: 32%;
  left: 34%;
}
.lead-value .lead-content-box {
  margin-top: 100px;
}
.more-inside,
.more-inside h3 {
  text-align: left !important;
}
.more-inside ul,
.more-inside li {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #112b46;
  list-style: none;
  font-family: "Roboto", sans-serif;
}
.more-inside ul {
  margin: 30px 0;
}
.more-inside li {
  padding-left: 40px;
  background: url("../images/check_icon.png") left center no-repeat;
  background-size: 20px;
  margin-bottom: 5px;
}

/* Navigation Code */
.navigation {
  position: absolute;
  z-index: 999;
  background: #fff;
  color: #fff;
  width: 100%;
  bottom: 0;
  box-shadow: 0px 2px 2px #ccc;
  font-family: "Roboto", sans-serif;
}
.navigation.holdme {
  position: fixed;
  bottom: inherit;
  top: 0;
}
.navigation ul,
.navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation li {
  display: block;
  float: left;
  position: relative;
  width: 14%;
}
.navigation li a {
  display: block;
  padding: 30px 15px;
  background: #fff;
  color: #ff5b01;
}
.navigation li a:hover {
  color: #112b46;
}
.navigation li a.active {
  color: #112b46;
}
.navigation ul li ul {
  display: none;
  position: absolute;
  width: 200px;
  box-shadow: 0px 2px 2px #ccc;
  bottom: 60px;
  right: 0;
}
.navigation.holdme ul li ul {
  bottom: inherit;
}
.navigation ul li:hover ul {
  display: block;
}
.navigation ul li ul li {
  float: none;
  width: auto;
  text-align: left;
}
.navigation li ul li a {
  padding: 10px 30px;
}
.navigation .panel-inner {
  padding: 0;
}
.download-form {
  height: auto !important;
  overflow: visible;
}
.download-form .panel-c-contentbox {
  margin: 300px 0;
}
.download-form-box {
  padding-top: 50px;
}
.hs-error-msgs label {
  color: yellow;
}
iframe.hs-form-iframe {
  background: rgba(247, 247, 247, 0.7);
  padding: 15px;
}

@media (max-width: 1280px) {
  .panel-container {
    width: 100%;
  }
  .styled-title {
    font-size: 60px;
    -webkit-text-stroke-width: 1.5px;
  }
  .cta-link {
    font-size: 24px;
  }
  .panel-c h2.styled-title {
    font-size: 100px;
  }
  .panel {
    height: 80%;
  }
  .panel-a {
    height: 100%;
  }
  .panel-c .twocol h3.styled-title {
    font-size: 32px;
    -webkit-text-stroke-width: 1px;
  }
  .panel-d {
    height: 60%;
  }
  .panel-e h2.styled-title {
    font-size: 40px;
    -webkit-text-stroke-width: 1.5px;
  }
  .panel-e h3.styled-title {
    font-size: 15px;
  }
  .panel-f .col30,
  .panel-f .col70 {
    float: none;
    width: 100%;
  }
  .panel-f h2.styled-title {
    margin-top: auto;
  }
  .panel-f {
    height: auto;
  }
  .panel-g h2.styled-title {
    font-size: 39px;
    text-shadow: 2px 2px #fff;
  }
  .panel-g {
    height: auto;
  }
  .panel-c .industry-section-titles h3.styled-title {
    margin: 0;
    font-size: 65px;
    line-height: 65px;
  }
  .panel-c h2.styled-title {
    font-size: 90px;
    padding-right: 10px;
    margin: auto;
  }
  .industry-increase.panel-e h3.styled-title,
  .industry-demand.panel-e h3.styled-title {
    font-size: 160px;
    line-height: 150px;
  }
  .lead-value h3.styled-title {
    font-size: 40px;
  }
  .panel-f .colbox.lax {
    margin-bottom: 100px;
  }
  .panel-e.industry-demand {
    height: auto;
  }
  .panel-e.industry-demand .twocol {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .panel-e.industry-demand .twocol .search-top-img {
    margin: auto;
  }
  .panel-b.lead-value {
    height: auto;
  }
  .lead-value-graph {
    height: 400px;
  }
  .industry-section-titles {
    min-height: 170px;
    padding-top: 5%;
  }
}
@media only screen and (max-width: 1536px) and (min-width: 1280px) and (min-device-pixel-ratio: 2) {
  .panel-a .splash img {
    max-width: 80%;
  }
}
@media (max-width: 1023px) {
  .panel {
    height: auto;
  }
  .colbox {
    float: none;
    width: 100% !important;
    margin: 5px 0;
  }
  .panel-inner {
    padding: 10px;
  }
  .panel-a {
    height: 100%;
  }
  .panel-a h1 {
    font-size: 30px;
    width: auto;
  }
  .panel-a p {
    width: auto;
  }
  .menu-items {
    display: none;
  }
  .burger-menu {
    display: block;
  }
  .styled-title {
    font-size: 46px;
    -webkit-text-stroke-width: 1.5px;
    text-shadow: 2px 2px #fff;
  }
  .styled-title.title-light-bg {
    text-shadow: 2px 2px #ff5b01;
  }
  .shivam-panel-c {
    margin-top: 150px;
  }
  .shivam-panel-c img {
    width: 40%;
  }
  .panel-c {
    height: 100%;
  }
  .panel-c .twocol h3.styled-title {
    font-size: 40px;
  }
  .search-top-img {
    display: inline-block;
    margin: 0;
  }
  .panel-e h3.styled-title {
    font-size: 25px;
    margin-bottom: 80px;
  }
  .panel-e h2.styled-title {
    font-size: 60px;
  }
  .panel-f h2.styled-title {
    font-size: 180px;
  }
  .panel-f h3.styled-title {
    font-size: 50px;
  }
  .panel-f.industry-insighs h2.styled-title {
    font-size: 100px;
  }
  .panel-g h2.styled-title {
    font-size: 60px;
  }
  .flexi-col {
    width: 48%;
    margin: 0 auto 0;
  }
  .flexi-break {
    clear: both;
  }
  .flexi-padding {
    height: 300px;
    clear: both;
  }
  .panel-g h3.styled-title {
    font-size: 45px;
  }
  .industry-section-titles {
    padding-left: inherit;
    padding-top: 460px;
    background: url(../images/industry-bor-logo.png) top center no-repeat;
    background-size: contain;
    text-align: center;
    width: 65%;
    margin: auto;
  }
  .panel-c .industry-section-titles h3.styled-title {
    margin: 0;
    font-size: 58px;
    line-height: 50px;
    padding-top: 120px;
  }
  .panel-c .industry-section-titles h2.styled-title {
    font-size: 40px;
  }
  .navigation li a {
    padding: 30px 0;
    font-size: 12px;
  }
  .behaviour-porogress {
    margin: auto;
  }
  .industry-increase .panel-c-contentbox {
    margin-bottom: 50px;
  }
  .panel-e.industry-increase h3.styled-title {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .panel-a {
    height: 100%;
  }
  .colbox.lax {
    margin-top: 0px;
    margin-bottom: 80px;
  }
  .panel-a .colbox.lax {
    margin-top: auto;
    margin-bottom: auto;
  }
  .styled-title {
    font-size: 28px;
  }
  .styled-title.title-light-bg {
    text-shadow: 1.5px 1.5px #ff5b01;
  }
  .panel-c h2.styled-title {
    font-size: 70px;
    text-align: center;
    display: block;
  }
  .panel-c .twocol h3.styled-title {
    font-size: 28px;
    text-shadow: 1.5px 1.5px #fff;
  }
  .shivam-panel-c img {
    width: 80%;
  }
  .shivam-panel-c {
    margin-top: 110px;
  }
  .panel-d h2.styled-title {
    font-size: 100px;
  }
  .panel-d h3.styled-title {
    color: #112b46;
    text-shadow: none;
    -webkit-text-stroke-width: 0;
    font-size: 16px;
  }
  .search-top-img {
    width: 300px;
    height: 250px;
    margin-left: -30px !important;
  }
  .search-col {
    font-size: 12px;
  }
  .search-percent-1 {
    top: 41%;
    left: 45px;
  }
  .search-percent-2 {
    top: 25%;
    left: 142px;
  }
  .search-percent-3 {
    top: 26%;
    right: 56px;
  }
  .search-percent-6 {
    bottom: 60px;
    right: -20px;
    color: #fff;
    top: auto;
  }
  .search-percent-7 {
    bottom: 39px;
    right: -15px;
  }
  .search-percent-8 {
    bottom: 5px;
    right: -1px;
  }
  .search-percent-6:before,
  .search-percent-8:before,
  .search-percent-7:before {
    height: 1px;
    width: 15px;
    left: -20px;
  }
  .panel-e h2.styled-title {
    font-size: 30px;
    text-shadow: 1.5px 1.5px #fff;
  }
  .panel-e h3.styled-title {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .panel-f h2.styled-title {
    font-size: 60px;
  }
  .panel-f h3.styled-title {
    font-size: 30px;
  }
  .panel-g h2.styled-title {
    font-size: 25px;
    -webkit-text-stroke-width: 1px;
    text-shadow: 1.5px 1.5px #fff;
  }
  .flexi-col {
    width: 100%;
    margin: 0;
    transform: none !important;
  }
  .flexi-padding {
    height: 0;
  }
  .download-cta-sticky {
    display: none;
  }
  .industry-section-titles {
    padding-left: 0;
    padding-top: 290px;
    background: url(../images/industry-bor-logo.png) top center no-repeat;
    background-size: contain;
    text-align: center;
    width: 90%;
    margin: auto;
  }
  .panel-c .industry-section-titles h3.styled-title {
    margin: 0;
    font-size: 35px;
    line-height: 36px;
    padding: 100px 0px 0px;
  }
  .panel-c .industry-section-titles h2.styled-title {
    font-size: 40px;
  }
  .navigation {
    display: none;
  }
  .industry-increase.panel-e h3.styled-title,
  .industry-demand.panel-e h3.styled-title {
    font-size: 100px;
    line-height: 90px;
  }
  .behaviour-porogress {
    width: 100%;
    background: none;
  }
  .lead-value h2.styled-title {
    font-size: 70px;
  }
  .lead-value-graph {
    display: none;
  }
  .panel-f h3.styled-title {
    -webkit-text-stroke-width: 1px;
    text-shadow: 1.5px 1.5px #ff5b01;
  }
  .panel-f.industry-insighs h2.styled-title {
    font-size: 50px;
  }
  .panel-f .colbox.lax {
    margin-top: 0px;
  }
  .industry-increase.panel-e h2.styled-title,
  .industry-demand.panel-e h2.styled-title {
    font-size: 30px;
    line-height: 30px;
  }
  h2.download-styled-title.styled-title.title-orange-bg {
    font-size: 30px;
    line-height: 32px;
    width: 95%;
  }
  h3.download-styled-title.styled-title.title-orange-bg {
    font-size: 30px;
    width: 95%;
  }
  .panel-f:after {
    height: 50px;
  }
  .panel-a .major-partner {
    width: auto;
  }
}
@media (max-height: 767px) AND (min-width: 768px) {
  .panel {
    height: auto;
  }
  .panel-container {
    width: 1100px;
  }
  .panel-b {
    height: 100%;
  }
  .panel-c {
    height: 800px;
  }
  .panel-e h2.styled-title {
    font-size: 45px;
  }
  .panel-g h2.styled-title {
    font-size: 50px;
  }
}
