.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-scroll {
  z-index: 16;
  width: 100%;
  height: 63px;
  background-color: rgba(33, 35, 41, .8);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
}

.headerlogo-img {
  width: 150px;
}

.headerlogo {
  width: 20%;
  height: 63px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.headernav {
  width: 60%;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  position: relative;
}

.headernav-item {
  color: #fff;
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  border-radius: 4px;
  flex-wrap: wrap;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.headernav-item:hover {
  background-color: rgba(255, 255, 255, .3);
  padding: 12px 16px;
}

.headernav-item.active {
  background-color: rgba(255, 255, 255, .3);
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.body {
  border-radius: 0;
}

.featured {
  height: 90vh;
  float: none;
  clear: none;
  position: relative;
}

.featuredshow-container {
  width: 100%;
  height: 90vh;
  float: none;
  display: block;
  position: relative;
}

.featuredshow-img {
  height: 90vh;
  float: none;
  background-image: url('../images/featshow.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.featuredshow-gradient {
  z-index: 10;
  width: 100%;
  height: 90vh;
  float: left;
  background-image: linear-gradient(72deg, #1f83da, #1f83da 25%, rgba(31, 131, 218, 0));
  position: relative;
}

.featuredshow-content {
  z-index: 15;
  width: 100%;
  height: 90vh;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0%;
  padding-bottom: 5%;
  padding-left: 3%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.featuredshow-logo {
  width: 50%;
  float: left;
  padding-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.image {
  width: 268px;
}

.featuredshow-logo-copy {
  width: 50%;
  position: relative;
}

.featuredshow-desc {
  width: 50%;
}

.fs-desc {
  width: 90%;
  max-width: 500px;
  float: left;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.fs-showdetails {
  width: 70%;
  float: left;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: none;
  position: relative;
}

.selectedshow-actions {
  width: 50%;
  float: left;
  padding-top: 20px;
  display: none;
  position: relative;
}

.ss-playbutton {
  width: 59px;
  float: left;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
}

.ss-startwatching {
  float: left;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 18px;
  padding-left: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: relative;
}

.ss-actionbuttons {
  float: left;
  margin-top: 8px;
  margin-left: 32px;
  position: relative;
}

.fs-action-party {
  width: 40px;
  height: 40px;
  object-fit: scale-down;
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 20px;
  position: relative;
}

.image-2 {
  width: 32px;
}

.header {
  z-index: 16;
  width: 100%;
  height: 63px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-clip: content-box;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.featuredshow-actions {
  width: 50%;
  float: left;
  padding-top: 8px;
  position: relative;
}

.fs-playbutton-text {
  float: left;
  color: #000;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin-left: 8px;
  padding-right: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: relative;
}

.fs-playbutton-img {
  float: left;
  padding-top: 4px;
  padding-left: 14px;
  position: relative;
}

.fs-playbutton {
  float: left;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 0;
  padding: 12px 8px;
  position: relative;
}

.fs-detailsbutton {
  float: left;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 4px;
  margin-top: 0;
  margin-left: 8px;
  padding: 10px 8px;
  position: relative;
}

.fs-detailsbutton-text {
  float: left;
  color: #fff;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin-left: 0;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: relative;
}

.fs-morebutton {
  float: left;
  cursor: pointer;
  margin-top: 11px;
  margin-left: 8px;
  display: block;
  position: relative;
}

.header-gradient {
  z-index: 15;
  width: 100%;
  height: 90px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#212329, rgba(33, 35, 41, 0));
  position: absolute;
}

.headeractions {
  width: 20%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.headersearch {
  margin-left: 12px;
  margin-right: 12px;
  padding-right: 8px;
}

.headeraccount {
  width: 32px;
  height: 32px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.accountname {
  padding-top: 6px;
  padding-bottom: 0;
  font-weight: 600;
  text-decoration: none;
}

.fs-logo {
  width: 300px;
  height: 100%;
  margin-top: 5px;
  margin-bottom: auto;
  position: relative;
}

.fs-label {
  z-index: 5;
  color: #fff;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.header-opaque {
  z-index: 16;
  width: 100%;
  height: 63px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-clip: content-box;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0;
  overflow: auto;
}

.shows {
  height: auto;
  background-color: #1e2126;
  padding-bottom: 64px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.featuredshow-network {
  z-index: 10;
  position: absolute;
  right: 3%;
}

.keepwatching {
  width: 100%;
  height: auto;
  padding-top: 40px;
}

.keepwatching-title {
  max-width: 45%;
  padding-left: .5%;
}

.keepwatching-text {
  float: left;
  color: #fff;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.keepwatching-text.view-all {
  float: left;
  clear: none;
  opacity: 1;
  color: #909296;
  cursor: pointer;
  margin-left: 6px;
  font-size: 14px;
  display: none;
}

.keepwatching-arrow {
  width: 19px;
  height: 24px;
  float: left;
  margin-top: -2px;
  margin-left: 3px;
  position: relative;
  transform: rotate(-90deg);
}

.shows-carousel {
  width: 100%;
  height: auto;
  float: left;
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.keepwatching-item {
  width: 25%;
  float: left;
  border-radius: 4px;
  padding-left: .5%;
  padding-right: .5%;
  display: block;
  position: relative;
}

.keepwatching-img {
  float: left;
  border-radius: 4px;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.si-imgplay {
  z-index: 5;
  float: left;
  flex: 0 auto;
  order: -1;
  align-self: center;
  display: none;
  position: absolute;
  top: auto;
  left: 45%;
}

.si-thumbnail {
  float: left;
  border-radius: 4px;
  flex: 0 auto;
  order: -1;
  align-self: auto;
  margin-right: -1px;
  position: relative;
}

.si-network {
  z-index: 5;
  width: 50px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.si-network.rectangle {
  width: 38px;
}

.showitem-episodelabel {
  clear: both;
  color: #909296;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  order: 1;
  padding-top: 8px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  display: block;
  position: relative;
}

.showitem-showname {
  clear: both;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex: none;
  order: 1;
  padding-top: 8px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
  display: block;
  position: relative;
}

.showitem-episodecurrent {
  z-index: 5;
  clear: both;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-wrap: wrap;
  flex: none;
  order: 1;
  padding-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
  position: relative;
}

.showitem-content {
  width: 90%;
  float: left;
  position: relative;
}

.showitem-more {
  width: 10%;
  float: right;
}

.si-more {
  width: 24px;
  float: right;
  margin-top: 8px;
  position: relative;
}

.show-item {
  width: 25%;
  float: left;
  padding-left: .5%;
  padding-right: .5%;
  display: block;
  position: relative;
}

.show-img {
  float: left;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.show-more {
  z-index: 5;
  float: left;
  cursor: pointer;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
}

.shows-nextpage {
  z-index: 10;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-color: #121417;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  right: -20px;
  box-shadow: 0 4px 11px 2px rgba(0, 0, 0, .5);
}

.shows-nextpage.kw {
  top: 30%;
}

.shows-nextpage.picks {
  top: 45%;
}

.shows-arrow {
  height: 14px;
  margin: 17px auto auto;
  display: block;
  position: relative;
  transform: rotate(-90deg);
}

.recommendedshows {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 40px;
  position: relative;
}

.featuredrec-container {
  width: 100%;
  height: 556px;
  padding-left: .5%;
  padding-right: .5%;
}

.featuredrec {
  width: 100%;
  height: 80vh;
  float: left;
  border-radius: 4px;
  margin-top: 40px;
  padding-left: .5%;
  padding-right: .5%;
  display: block;
  position: relative;
}

.featuredrec-content {
  z-index: 15;
  width: 100%;
  height: 80vh;
  min-height: 0;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0%;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.featuredrec-gradient {
  z-index: 10;
  width: 100%;
  height: 80vh;
  float: left;
  background-image: linear-gradient(46deg, #33b7f0, #33b7f0 26%, rgba(51, 183, 240, 0) 64%);
  border-radius: 4px;
  position: relative;
}

.featuredrec-img {
  height: 80vh;
  float: none;
  background-image: url('../images/featuredRec.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 4px;
  position: relative;
}

.fs-episodetitle {
  width: auto;
  float: left;
  color: #fff;
  padding-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.new {
  float: left;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 9px;
  margin-left: 8px;
  padding: 1px 6px 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  position: relative;
}

.rect-item {
  width: 25%;
  float: left;
  padding-left: .5%;
  padding-right: .5%;
  display: block;
  position: relative;
}

.rect-container {
  width: 100%;
  height: 50vh;
  float: left;
  border-radius: 4px 4px 40px 0;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rect-gradient {
  z-index: 2;
  width: 100%;
  height: 50vh;
  float: left;
  background-image: linear-gradient(360deg, #1f83da, #1f83da 25%, rgba(31, 131, 218, 0) 68%);
  position: absolute;
}

.rect-gradient.animal {
  background-image: linear-gradient(360deg, #93b13d, #93b13d 25%, rgba(31, 131, 218, 0) 57%);
}

.rect-gradient.psychic {
  background-image: linear-gradient(360deg, #cf9e43, #cf9e43 25%, rgba(31, 131, 218, 0) 61%);
}

.rect-gradient.ramy {
  background-image: linear-gradient(360deg, #c93838, #c93838 25%, rgba(31, 131, 218, 0) 60%);
}

.rect-gradient.solar {
  background-image: linear-gradient(360deg, #609e36, #609e36 25%, rgba(31, 131, 218, 0) 78%);
}

.rect-gradient.kenny {
  background-image: linear-gradient(360deg, #3499b8, #3499b8 25%, rgba(31, 131, 218, 0) 68%);
}

.rect-gradient.fargo {
  background-image: linear-gradient(360deg, #a73f3f, #a73f3f 25%, rgba(31, 131, 218, 0) 68%);
}

.rect-gradient.shadowas {
  background-image: linear-gradient(360deg, #8c1fda, #8c1fda 25%, rgba(31, 131, 218, 0) 68%);
}

.rect-gradient.sunny {
  background-image: linear-gradient(360deg, #b99b41, #b99b41 43%, rgba(31, 131, 218, 0) 68%);
}

.rect-label {
  z-index: 5;
  color: #fff;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.rect-content {
  width: 100%;
  clear: both;
  flex-flow: wrap;
  flex: none;
  order: -1;
  align-self: flex-end;
  align-items: flex-start;
  padding-left: 5%;
  display: flex;
  position: absolute;
}

.rect-logo {
  z-index: 5;
  width: 90%;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  padding-bottom: 8px;
  position: relative;
}

.rect-episode {
  z-index: 5;
  width: 95%;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-flow: column wrap;
  flex: none;
  order: 1;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rect-labellogo {
  z-index: 5;
  transition: all 1s;
  position: relative;
}

.rect-desc {
  z-index: 5;
  width: 90%;
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-flow: column wrap;
  flex: none;
  order: 1;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.rect-play {
  width: 100%;
  height: 54px;
  float: left;
  background-color: #1264ac;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-decoration: none;
  position: relative;
}

.rect-play.animal {
  background-color: #6c822b;
}

.rect-play.psychic {
  background-color: #b27b15;
}

.rect-play.ramy {
  background-color: #992a2a;
}

.rect-play.solar {
  background-color: #49772a;
}

.rect-play.kenny {
  background-color: #28778f;
}

.rect-play.shadowas {
  background-color: #6c17a8;
}

.rect-play.sunny {
  background-color: #826c2b;
}

.rect-playimg {
  z-index: 5;
  width: 32px;
  height: 32px;
  float: left;
  flex: 0 auto;
  order: -1;
  align-self: center;
  margin-top: 11px;
  margin-left: 16px;
  display: block;
  position: relative;
  top: auto;
  left: auto;
}

.rect-playlabel {
  z-index: 5;
  width: auto;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-flow: column wrap;
  flex: none;
  order: 1;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rect-imgcontainer {
  z-index: 1;
  width: 100%;
  height: 50vh;
  float: left;
  border-radius: 4px;
  position: absolute;
}

.rect-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
}

.rect-desccontainer {
  width: 95%;
  position: relative;
  overflow: hidden;
}

.footer {
  height: 118px;
  background-color: #292c33;
  padding-top: 28px;
  padding-left: 2.5%;
}

.list {
  display: inline-block;
}

.footernav {
  width: 85%;
}

.footernav-item {
  float: left;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 4px;
  flex-wrap: wrap;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.footernav-item:hover {
  text-shadow: 0 0 3px #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.footernav-item.active {
  background-color: rgba(255, 255, 255, .3);
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.footernav-item.policy {
  text-transform: none;
  line-height: 14px;
}

.list-item {
  position: relative;
}

.footernav-li {
  float: left;
  position: relative;
}

.policynav {
  width: 85%;
  padding-top: 10px;
  padding-left: 7px;
}

.aboutads {
  margin-top: -11px;
  position: relative;
}

.hulufooter {
  float: right;
  color: #fff;
  padding-right: 2.5%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.slider-main-kg {
  height: 550px;
  background-color: #fff;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.mask {
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  padding-top: 0;
}

.slide-4 {
  background-image: url('../images/slide-test.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
}

.container-header {
  height: 100%;
  max-width: 1300px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header-content-slider {
  width: 100%;
  max-width: 1170px;
  perspective: 2000px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Varela Round, sans-serif;
  display: none;
}

.h1-main {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 78px;
  display: block;
}

.image-top-divider {
  width: 100px;
  display: block;
}

.service-section {
  background-color: rgba(255, 255, 255, .2);
  border-bottom: 1px solid #e2e4e8;
  padding: 20px 3%;
}

.service-details {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 15px;
  padding-right: 0;
  display: flex;
}

.paragraph-basic-services {
  width: 100%;
  color: rgba(51, 51, 51, .8);
  text-align: justify;
  letter-spacing: 0;
  border-top: 1px solid #e2e4e8;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.flex-container {
  width: 100%;
  max-width: 1180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-block {
  width: 100%;
  height: 450px;
  background-color: #f9fafb;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  padding: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 32px 0 64px rgba(114, 114, 114, .16);
}

.grid-block:hover {
  border-color: #f68634;
}

.logistics-title {
  color: #1b2d45;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.grid-icon {
  margin-top: -60px;
  margin-right: 20px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.gas-title {
  color: #1b2d45;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.more-info-link {
  width: 80%;
  height: 50px;
  max-width: 300px;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  background-color: #5c3f91;
  background-image: url('../images/arrow-right.svg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: auto 20%;
  border: 3px solid #5c3f91;
  border-radius: 50px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: 0%;
}

.more-info-link:hover {
  box-shadow: none;
  color: #f9f8f3;
  background-color: #f68634;
  background-position: 90%;
  border-color: #f68634;
  margin-top: 15px;
  padding: 13px 30px 0 0;
  position: absolute;
}

.service-grid {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr 2fr;
  grid-auto-flow: row;
  margin-top: 0;
  margin-bottom: 0;
}

.cylinders-title {
  color: #1b2d45;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.paragraph-basic-services {
  border-top-width: 0;
  padding-top: 0;
}

.secondary-link {
  color: #fff;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.container-about-us {
  padding-top: 40px;
  padding-bottom: 60px;
}

.footer-top-logo {
  background-color: #f1f1f1;
  padding: 30px 0%;
}

.link-block-mi {
  background-image: linear-gradient(#000, #000);
  border-radius: 50px;
  padding: 10px;
  text-decoration: none;
}

.footer-column-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.footer-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.paragraph-about-us {
  color: rgba(86, 96, 115, .9);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.column-5 {
  border-radius: 0;
}

.footer-top {
  border-bottom: 0 solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-mi {
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  padding: 0 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.columns-about-us {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-title {
  color: #fff;
  margin-bottom: 22px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.footer-link {
  opacity: 1;
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  opacity: 1;
  color: #f68634;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.footer-logo {
  width: 200px;
}

.social-link {
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.h1-d {
  color: #333;
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 78px;
}

.slide-5 {
  background-image: url('../images/Big-Bgr-Image-2-copy.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  display: block;
}

.navbar, .navbar-fixed {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.client-logo-section {
  padding-top: 55px;
  padding-bottom: 55px;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
}

.slide {
  padding-left: 85px;
  padding-right: 85px;
}

.slider-wrapper {
  display: flex;
}

.logo-wrapper {
  width: 33.3333%;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.icon-5 {
  color: #000;
}

.logo-section {
  padding-top: 55px;
  padding-bottom: 55px;
}

.slider-wrapper-wide {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-wrapper-wide {
  width: auto;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.client-logo-section {
  padding-top: 0;
  padding-bottom: 0;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav-2 {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.icon-wrap {
  z-index: 9;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-scroll {
  width: 40px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 25px;
  position: relative;
}

.scroll-dot {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.dropdown-list, .dropdown-list.w--open {
  width: 100vh;
  max-width: 1280px;
  background-color: #fff;
  top: 61px;
  left: 0%;
  right: 0%;
}

.dropdown-mega-item {
  width: 25%;
  height: 200px;
  color: #333;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .25s linear;
  display: flex;
}

.dropdown-mega-item:hover {
  background-color: #ececec;
}

.mega-navbar {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  position: fixed;
}

.dropdown {
  width: 16%;
  text-align: center;
  text-transform: uppercase;
  border-right: 0 solid rgba(0, 0, 0, 0);
  font-weight: 600;
  position: static;
}

.item-desc {
  color: #929191;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}

.nav-menu {
  width: 75%;
  text-align: right;
  position: static;
}

.dropdown-toggle {
  width: 100%;
  font-family: Open Sans, sans-serif;
}

.item-title {
  margin-bottom: 10px;
}

.logo-container {
  width: 25%;
  height: auto;
  border-left: 0 solid rgba(0, 0, 0, 0);
  border-right: 0 solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.dropdown-mega-wrapper {
  border-left: 1px solid #ececec;
  flex-wrap: wrap;
  display: flex;
}

.text-block-2 {
  font-weight: 600;
}

.nav-container {
  max-width: 1280px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-14 {
  width: 200px;
}

.nav-link-home, .nav-link-stockists, .nav-link-shop, .nav-link-contact-us {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.slide-6 {
  background-image: url('../images/Big-Bgr-Image-3-copy.jpg');
  background-position: 50%;
  background-size: cover;
}

.nav-link-personal, .dropdown-toggle-personal {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.navbar-kg {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu-2, .nav-menu-kg {
  padding-top: 10px;
}

.link-block-shop-online {
  z-index: 5;
  width: 120px;
  position: absolute;
  top: 13%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.brand {
  position: absolute;
}

.image-17 {
  width: 280px;
  margin-top: -11px;
  padding-top: 0;
}

.conatiner-nav-kgc1 {
  max-width: 1100px;
  position: relative;
}

.zera-image-client {
  width: 70px;
}

.ema-client-logo {
  width: 60px;
}

.sabs-logo-client, .fas-logo-client {
  width: 90px;
}

.saz-logo-client {
  width: 60px;
}

.mpwb-client-logo, .oryx-energies, .petredec-logos-client {
  width: 100px;
}

.logo-kg-c1 {
  width: 350px;
  margin-top: -11px;
  padding-top: 0;
}

.nav-link-shop-online {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.icon-wrap-mouse-scroll {
  z-index: 9;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-top-divider-2 {
  width: 100px;
}

.slider-main-kg-2 {
  height: auto;
  background-color: #fff;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.slide-7 {
  width: 100%;
  height: 500px;
  background-image: url('../images/slide-test-new.png');
  background-position: 100%;
  background-size: cover;
  margin-top: 0;
  padding-top: 0;
}

.h1-main-2 {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 78px;
}

.header-content-slider-2 {
  width: 100%;
  max-width: 1170px;
  perspective: 2000px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Varela Round, sans-serif;
  display: block;
}

.banner-bar {
  min-height: 55px;
  color: #fff;
  background-color: #1a1a1a;
  justify-content: center;
  align-items: center;
  padding: 8px 3%;
  display: flex;
}

.banner-wrap {
  width: 100%;
  max-width: 1300px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-37 {
  color: #fff;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  margin-right: 10px;
  padding: 6px 15px;
  font-size: 12px;
}

.cta-text {
  color: #fff;
  text-decoration: none;
}

.dropdown-image {
  border-radius: 10px;
  margin-bottom: 14px;
}

.navigation-link {
  color: #333;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #5c3f91;
}

.navigation-link.w--current {
  color: #283338;
  text-transform: uppercase;
  font-weight: 600;
}

.nav-content-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 12px;
  display: flex;
}

.dropdown-toggle-3 {
  color: #333;
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.dropdown-toggle-3:hover {
  color: #5c3f91;
}

.nav-blog-item {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.dropdown-pointer {
  position: relative;
}

.nav-link-details {
  color: rgba(40, 51, 56, .6);
  white-space: normal;
  font-size: 14px;
}

.navigation-container-mob {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand-2 {
  margin-right: 44px;
  padding-top: 0;
  position: absolute;
}

.brand-2.w--current {
  padding-top: 30px;
}

.navigation-mob {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-container {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  min-height: 130px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.dropdown-column-left {
  width: 50%;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, .08);
  flex-direction: column;
  display: flex;
}

.button-menu {
  min-height: 50px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #8c54ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
}

.navigation {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  max-height: 100vh;
  min-width: 320px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  left: -100px;
}

.navigation-dropdown.dropdown-long {
  min-width: 700px;
  left: -405px;
}

.navigation-left {
  width: 35%;
  align-items: center;
  display: flex;
}

.dropdown-block {
  z-index: 25;
  width: 100%;
  color: #283338;
  background-color: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, .08);
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.dropdown-wrapper-flex {
  min-width: 170px;
  background-color: #fff;
  border-radius: 10px;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
  box-shadow: 4px -19px 35px rgba(32, 53, 90, .08), 11px 11px 30px -10px rgba(32, 53, 90, .15);
}

.dropdown-wrapper-flex.w--open {
  max-height: 100vh;
  min-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  left: -97px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.dropdown-title {
  margin-bottom: 2px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.navigation-right {
  width: 90%;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.dropdown-wrapper {
  min-width: 140px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px -19px 35px rgba(32, 53, 90, .08), 11px 11px 30px -10px rgba(32, 53, 90, .15);
}

.dropdown-wrapper.w--open {
  max-height: 100vh;
  min-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  left: -97px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.icon-7 {
  margin-right: 5px;
}

.nav-menu-3 {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.flowbase-logo {
  width: 54px;
}

.icon-wrap-2 {
  width: 40px;
  height: 40px;
  background-color: rgba(140, 84, 255, 0);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 11px;
  display: flex;
}

.dropdown-link-mobile {
  width: 100%;
  color: #283338;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.icon-8 {
  width: 100%;
  color: #5c3f91;
}

.pointer {
  z-index: 20;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: 0%;
  right: -30%;
  transform: rotate(45deg);
}

.login-buttons {
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.nav-link-blog {
  color: #8c54ff;
  white-space: normal;
  font-size: 14px;
}

.dropdown-column-right {
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-left: 0 solid rgba(0, 0, 0, .08);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.dropdown-link {
  z-index: 25;
  color: #283338;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  color: #7839f3;
  background-color: rgba(250, 250, 250, .8);
}

.kg-logo {
  width: 280px;
}

.image-18 {
  width: 20px;
}

.slide-1-1 {
  width: 100%;
  height: 100%;
  background-image: url('../images/slide-1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-1-2 {
  width: 100%;
  height: 100%;
  background-image: url('../images/slide-2.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-1-3 {
  width: 100%;
  height: 100%;
  background-image: url('../images/slide-3.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-1-4 {
  width: 100%;
  height: 100%;
  background-image: url('../images/slide-4.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.mega-save-logo-client, .gain-logo-client {
  width: 60px;
}

.kg-logo-ip {
  width: 54px;
}

.section-top-sub-page {
  height: 180px;
  background-image: url('../images/sub-page.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-content-sub-page {
  padding-top: 0;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.motto-wrap {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.home-content-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 2fr;
  align-items: center;
  margin-bottom: 0;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.paragraph-light {
  opacity: .9;
  font-family: Open Sans, sans-serif;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7c1365;
  border-radius: 40px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #fd7217;
}

.button:active {
  background-color: #43464d;
}

.container-sub-page {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 50px;
}

.slider-main-kgn {
  height: 250px;
  background-color: #fff;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.sub-heading {
  text-align: center;
  margin-bottom: 60px;
}

.list-item-cr {
  color: rgba(51, 51, 51, .8);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  border-top: 1px solid #e2e4e8;
  grid-template: ". . ."
                 ". . ." 0
                 / 1fr 1fr 1fr;
  margin-bottom: 0;
  padding: 30px 0;
}

.service-icon {
  margin-bottom: 30px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-light-2 {
  opacity: .9;
  color: rgba(51, 51, 51, .8);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.bold-text {
  font-family: Open Sans, sans-serif;
}

.supply-services-icon, .heating-cooking-icon, .switch-now-icon {
  width: 80px;
  margin-bottom: 30px;
}

.link-2 {
  color: #5c3f91;
  text-decoration: none;
}

.paragraph-bigger-ss {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger-hc {
  opacity: 1;
  margin-bottom: 10px;
  padding-bottom: 35px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger-sn {
  opacity: 1;
  margin-bottom: 0;
  padding-bottom: 50px;
  font-size: 20px;
  font-weight: 800;
  line-height: 34px;
}

.div-block-sn, .div-block-39, .div-block-40, .text-block-3, .bold-text-3, .bold-text-4 {
  font-family: Open Sans, sans-serif;
}

.image-social {
  opacity: 1;
  position: fixed;
}

.text-block-nav {
  color: #333;
  padding-top: 20px;
  padding-left: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-dblpgs {
  color: rgba(51, 51, 51, .8);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.h2 {
  margin-bottom: 14px;
}

.profile-details {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.faq-title {
  color: #1b2d45;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.paragraph-basic {
  color: rgba(51, 51, 51, .7);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.button-2 {
  background-color: #37def5;
  border-radius: 100px;
  margin-top: 40px;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  transition: all .3s;
}

.button-2:hover {
  background-color: #30cde3;
}

.button-2.dark-blue {
  background-color: #1b2d45;
}

.button-2.dark-blue:hover {
  background-color: #132134;
}

.grid-icon-2 {
  margin-right: 20px;
}

.service-grid-2 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-block-2 {
  width: 100%;
  background-color: #f9fafb;
  border: 1.4px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-block-2:hover {
  border-color: #face55;
}

.standard-paragraph {
  color: rgba(86, 96, 115, .7);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.standard-paragraph.center {
  max-width: 650px;
  text-align: center;
  display: block;
}

.flex-container-lpghpc {
  width: 100%;
  max-width: 1180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.additional-uses-title {
  color: #333;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.benefits-of-lpg-title, .why-choose-kg-title, .supply-options-title {
  color: #1b2d45;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.paragraph-lpg-farming {
  color: rgba(86, 96, 115, .9);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.flex-container-lpgf {
  width: 100%;
  max-width: 1180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-item-pr {
  color: rgba(86, 96, 115, .9);
  text-align: left;
  font-family: Open Sans, sans-serif;
  line-height: 25px;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.paragraph-light-3 {
  opacity: 1;
  color: rgba(51, 51, 51, .8);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.about-story-wrap-pr {
  width: 100%;
  text-align: center;
  margin: 10px auto;
}

.heading-jumbo-small-lff {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}

.list-item-lpgf, .list-item-lpgf-copy {
  color: rgba(86, 96, 115, .9);
  text-align: left;
  font-family: Open Sans, sans-serif;
  line-height: 25px;
}

.bold-text-5 {
  color: #333;
  font-family: Open Sans, sans-serif;
}

.bold-text-6, .bold-text-7 {
  color: #333;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.grid-image {
  width: 35%;
  background-color: #f68634;
  border: 10px solid #fff;
  border-radius: 25%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #f68634;
}

.lpg-farming-wrap {
  width: 100%;
  text-align: center;
  margin: 10px auto;
}

.swp-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 15px;
}

.paragraph-sep {
  color: rgba(51, 51, 51, .8);
  text-align: left;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.columns, .columns-sep {
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-1-sep {
  padding-left: 0;
}

.column-2-sep {
  padding-left: 5px;
  padding-right: 5px;
}

.column-3-sep {
  padding-right: 0;
}

.button-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #5c3f91;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-3:hover {
  color: #fff;
  background-color: #f68634;
}

.button-3:active {
  background-color: #43464d;
}

.section-heading-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 1fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid-2.cc-about-2 {
  grid-template-columns: 1fr 2fr;
  grid-template-areas: ". .";
}

.sc-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 2fr;
  align-items: center;
  margin-bottom: 0;
}

.sc-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.button-sc {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7c1365;
  border-radius: 40px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-sc:hover {
  color: #fff;
  background-color: #f68634;
}

.button-sc:active {
  background-color: #43464d;
}

.section-heading-sc {
  border-bottom: 1px solid #e2e4e8;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.paragraph-smh {
  opacity: 1;
  color: #5c3f91;
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.button-sm {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7c1365;
  border-radius: 40px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-sm:hover {
  color: #fff;
  background-color: #32343a;
}

.button-sm:active {
  background-color: #43464d;
}

.section-heading-sm {
  border-bottom: 1px solid #e2e4e8;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.button-agt {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7c1365;
  border-radius: 40px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-agt:hover {
  color: #fff;
  background-color: #32343a;
}

.button-agt:active {
  background-color: #43464d;
}

.section-heading-agt {
  border-bottom: 1px solid #e2e4e8;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.h1-main-2-copy {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 78px;
}

.dropdown-column-left-ai {
  width: 50%;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, .08);
  flex-direction: column;
  display: flex;
}

.dropdown-column-right-ai {
  width: 50%;
  height: 100%;
  background-color: #fafafa;
  border-left: 1px solid rgba(0, 0, 0, .08);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 40px 25px 25px;
  display: flex;
}

.dropdown-wrapper-flex-ai {
  min-width: 170px;
  background-color: #fff;
  border-radius: 10px;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
  box-shadow: 4px -19px 35px rgba(32, 53, 90, .08), 11px 11px 30px -10px rgba(32, 53, 90, .15);
}

.dropdown-wrapper-flex-ai.w--open {
  max-height: 100vh;
  min-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  left: -97px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.navigation-dropdown-ai {
  min-width: 140px;
}

.navigation-dropdown-ai.w--open {
  max-height: 100vh;
  min-width: 320px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  left: -100px;
}

.navigation-dropdown-ai.dropdown-long {
  min-width: 700px;
  left: -405px;
}

.navigation-dropdown-ai.dropdown-long.w--open {
  min-width: 700px;
  left: -355px;
}

.motto-wrap-2 {
  width: 80%;
  text-align: center;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.heading-jumbo-small-2 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.about-story-wrap-2 {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.paragraph-light-4 {
  opacity: .9;
}

.container-au {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading-au {
  border-bottom: 1px solid #e2e4e8;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.paragraph-light-3-au {
  opacity: .6;
}

.section-heading-b {
  border-bottom: 1px solid #e2e4e8;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.paragraph-light-3-b {
  opacity: .6;
}

.paragraph-light-aup {
  opacity: .9;
  color: rgba(51, 51, 51, .8);
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  line-height: 25px;
}

.h1-au {
  color: #333;
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 78px;
}

.our-values-grid {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  border-top: 1px solid #e2e4e8;
  grid-template: ". . ."
                 ". . ." 0
                 / 1fr 1fr 1fr;
  margin-bottom: 0;
  padding: 30px;
}

.div-block-ga {
  height: 280px;
  text-align: center;
  background-color: #5c3f91;
  border-radius: 30px;
  padding: 20px;
}

.paragraph-bigger-wkg1 {
  opacity: 1;
  color: #fff;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-light-ga {
  opacity: .9;
  color: rgba(255, 255, 255, .9);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.go-anywhere-icon {
  width: 80px;
  margin-bottom: 30px;
}

.columns-ov {
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-bigger-ec {
  opacity: 1;
  color: #fff;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-light-ec {
  opacity: .9;
  color: rgba(255, 255, 255, .9);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.div-block-ec {
  height: 280px;
  text-align: center;
  background-color: #fc7217;
  border-radius: 30px;
  padding: 20px;
}

.ec-icon, .nt-icon {
  width: 80px;
  margin-bottom: 30px;
}

.paragraph-bigger-nt {
  opacity: 1;
  color: #fff;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-light-nt {
  opacity: .9;
  color: rgba(255, 255, 255, .9);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.div-block-nt {
  height: 280px;
  text-align: center;
  background-color: #5c3f91;
  border-radius: 30px;
  padding: 20px;
}

.div-block-it {
  height: 280px;
  text-align: center;
  background-color: #fc7217;
  border-radius: 30px;
  padding: 20px;
}

.div-block-ue {
  height: 280px;
  text-align: center;
  background-color: #5c3f91;
  border-radius: 30px;
  padding: 20px;
}

.div-block-ssn {
  height: 280px;
  text-align: center;
  background-color: #fc7217;
  border-radius: 30px;
  padding: 20px;
}

.in-touch-icon, .unrivaled-expertise-icon, .service-second-to-non-icon {
  width: 80px;
  margin-bottom: 30px;
}

.paragraph-bigger-it {
  opacity: 1;
  color: #fff;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-light-it {
  opacity: .9;
  color: rgba(255, 255, 255, .9);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.paragraph-bigger-ue {
  opacity: 1;
  color: #fff;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-light-ue {
  opacity: .9;
  color: rgba(255, 255, 255, .9);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.paragraph-bigger-ssn {
  opacity: 1;
  color: #fff;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-light-ssn {
  opacity: .9;
  color: rgba(255, 255, 255, .9);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.link-es {
  opacity: .9;
  color: rgba(51, 51, 51, .8);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 30px;
  text-decoration: none;
}

.image-wukg {
  border-radius: 20px;
}

.columns-wkg {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-wkg1 {
  height: 350px;
  text-align: center;
  background-color: #5c3f91;
  border-radius: 30px;
  padding: 20px;
}

.paragraph-light-wkg1 {
  opacity: .9;
  color: rgba(255, 255, 255, .9);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.div-block-wkg2 {
  height: 350px;
  text-align: center;
  background-color: #fc7217;
  border-radius: 30px;
  padding: 20px;
}

.paragraph-bigger-wkg2 {
  opacity: 1;
  color: #fff;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-light-wkg2 {
  opacity: .9;
  color: rgba(255, 255, 255, .9);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.div-block-wkg3 {
  height: 350px;
  text-align: center;
  background-color: #5c3f91;
  border-radius: 30px;
  padding: 20px;
}

.paragraph-bigger-wkg3 {
  opacity: 1;
  color: #fff;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-light-wkg3 {
  opacity: .9;
  color: rgba(255, 255, 255, .9);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.leading-icon, .great-service-icon, .nn-icon {
  width: 80px;
  margin-bottom: 30px;
}

.section-heading-wilpg {
  border-bottom: 1px solid #e2e4e8;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.image-wilpg {
  border-radius: 20px;
}

.section-heading-wiiu {
  border-bottom: 1px solid #e2e4e8;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.image-wiiu {
  border-radius: 20px;
}

.wiiu-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 1fr;
  align-items: center;
  margin-bottom: 80px;
}

.wiiu-grid.cc-about-2 {
  grid-template-columns: 1fr 2fr;
  grid-template-areas: ". .";
}

.wilpg-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 2fr;
  align-items: center;
  margin-bottom: 10px;
}

.wilpg-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.heading-jumbo-small-gs {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}

.list-item-bsr {
  color: rgba(86, 96, 115, .9);
  text-align: left;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  line-height: 25px;
}

.list-item-basic-safety-rules {
  color: rgba(86, 96, 115, .9);
  text-align: left;
  font-family: Open Sans, sans-serif;
  line-height: 25px;
}

.gas-safety-wrap {
  width: 100%;
  text-align: center;
  margin: 10px auto;
}

.list-item-iyslpg {
  color: rgba(86, 96, 115, .9);
  text-align: left;
  font-family: Open Sans, sans-serif;
  line-height: 25px;
}

.list-item-if-you-smell-lpg {
  color: rgba(86, 96, 115, .9);
  text-align: left;
  font-family: Open Sans, sans-serif;
  line-height: 25px;
  list-style-type: decimal;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.details-wrap {
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 50px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-email-link {
  opacity: .9;
  color: #333;
  margin-bottom: 5px;
  text-decoration: none;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.field-label, .field-label-2, .field-label-3 {
  text-transform: uppercase;
  font-weight: 400;
}

.div-block-lpgf {
  height: auto;
  text-align: center;
  background-color: #5c3f91;
  border-radius: 30px;
  padding: 20px 10px;
}

.columns-business {
  padding-top: 20px;
  padding-bottom: 20px;
}

.farming-icon {
  width: 80px;
  margin-bottom: 30px;
}

.paragraph-bigger-lpgf {
  opacity: 1;
  color: #fff;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.div-block-hpc {
  height: auto;
  text-align: center;
  background-color: #fc7217;
  border-radius: 30px;
  padding: 20px 10px;
}

.hpc-icon {
  width: 80px;
  margin-bottom: 30px;
}

.div-block-sp {
  height: auto;
  text-align: center;
  background-color: #5c3f91;
  border-radius: 30px;
  padding: 20px 10px;
}

.sp-icon {
  width: 80px;
  margin-bottom: 30px;
}

.bb {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 20px;
}

.bb:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.section-heading-business {
  border-bottom: 1px solid #e2e4e8;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.image-b {
  border-radius: 20px;
}

.business-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 1fr;
  align-items: center;
  margin-bottom: 10px;
}

.business-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.heading-jumbo-small-business {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}

.list-item-business {
  color: rgba(86, 96, 115, .9);
  text-align: left;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  line-height: 25px;
}

.list-item-b {
  color: rgba(86, 96, 115, .9);
  text-align: left;
  font-family: Open Sans, sans-serif;
  line-height: 25px;
  list-style-type: decimal;
}

.section-cgl {
  background-color: #d2dad8;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 30px;
}

.cgl-grid {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  border-top: 1px solid #e2e4e8;
  grid-template: ". . ."
                 ". . ." 0
                 / 1fr 1fr 1fr;
  margin-bottom: 0;
  padding: 30px 30px 0;
}

.div-block-cgl1, .div-block-cgl2, .div-block-cgl3 {
  font-family: Open Sans, sans-serif;
}

.cgl1-icon, .cgl2-icon, .cgl3-icon {
  width: 300px;
  margin-bottom: 0;
}

.paragraph-bigger-cylinders {
  opacity: 1;
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}

.paragraph-bigger-hlpgcss {
  opacity: 1;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 800;
  line-height: 34px;
}

.hlpgcss-icon {
  width: 80px;
  margin-bottom: 30px;
}

.grid-block-g {
  width: 100%;
  height: 450px;
  background-color: #d2dad8;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  padding: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 32px 0 64px rgba(114, 114, 114, .16);
}

.grid-block-g:hover {
  border-color: #f68634;
}

.grid-block-w {
  width: 100%;
  height: 750px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  padding: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.grid-block-w:hover {
  border-color: #f68634;
}

.service-section-g {
  background-color: rgba(255, 255, 255, .2);
  border-bottom: 1px solid #e2e4e8;
  padding: 0 50px 20px;
}

.flex-container-g {
  width: 100%;
  max-width: 1178px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-bigger-dlpghc {
  opacity: 1;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 800;
  line-height: 34px;
}

.header-content-slider-sp {
  width: 100%;
  max-width: 1170px;
  perspective: 2000px;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Varela Round, sans-serif;
  display: block;
}

.h1-main-2-sp {
  color: #fff;
  text-align: right;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 78px;
}

.grid-block-nl {
  width: 100%;
  background-color: #f3f3f3;
  border: 1.4px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-block-nl:hover {
  border-color: #face55;
}

.navigation-dropdown-cu {
  min-width: 140px;
}

.navigation-dropdown-cu.w--open {
  max-height: 100vh;
  min-width: 320px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  left: -100px;
}

.navigation-dropdown-cu.dropdown-long {
  min-width: 700px;
  left: -405px;
}

.navigation-dropdown-cu.dropdown-long.w--open {
  min-width: 300px;
  left: -165px;
}

.dropdown-wrapper-flex-cu {
  min-width: 170px;
  background-color: #fff;
  border-radius: 10px;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
  box-shadow: 4px -19px 35px rgba(32, 53, 90, .08), 11px 11px 30px -10px rgba(32, 53, 90, .15);
}

.dropdown-wrapper-flex-cu.w--open {
  max-height: 100vh;
  min-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  left: -97px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.dropdown-column-right-additional-information {
  width: 50%;
  height: 100%;
  background-color: #fafafa;
  border-left: 0 solid rgba(0, 0, 0, .08);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 25px 25px;
  display: flex;
}

.dropdown-column-left-cu {
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: flex;
}

.share-links {
  margin-top: 24px;
}

.social-grid {
  z-index: 9;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  position: fixed;
  top: 200px;
}

.link-block-facebook {
  background-color: #4165af;
  padding: 5px;
}

.facebook-icon {
  width: 30px;
}

.link-block-twitter {
  background-color: #50abf1;
  padding: 5px;
}

.link-block-youtube {
  background-color: red;
  padding: 5px;
}

.link-block-instagram {
  background-color: #6e1cea;
  padding: 5px;
}

.twiiter-icon, .youtube-icon, .instagram-icon {
  width: 30px;
}

.container-footer-top {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.image-25 {
  border-radius: 20px;
}

.h4-m {
  color: #333;
  text-align: left;
  letter-spacing: -1px;
  text-transform: capitalize;
  border-bottom: 1px solid #e2e4e8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 60px;
}

.header-content-slider-1 {
  width: 55%;
  max-width: 1170px;
  perspective: 2000px;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Varela Round, sans-serif;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.h1-main-slider-2 {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

.container-header-slider-2 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.h1-dblpgs {
  color: #333;
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 78px;
}

.list-4 {
  margin-top: 10px;
}

.h1-lpghpc {
  color: #333;
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

.h1-lpgf {
  color: #333;
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 78px;
}

.h1-swp, .h1-i {
  color: #333;
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 78px;
}

.h4-i {
  color: #333;
  text-align: left;
  letter-spacing: -1px;
  text-transform: capitalize;
  border-bottom: 0 solid #e2e4e8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 60px;
}

.image-26 {
  border-radius: 20px;
}

.sm-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 1fr;
  align-items: center;
  margin-bottom: 80px;
}

.sm-grid.cc-about-2 {
  grid-template-columns: 1fr 2fr;
  grid-template-areas: ". .";
  margin-bottom: 20px;
}

.agt-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 1fr;
  align-items: center;
  margin-bottom: 0;
}

.agt-grid.cc-about-2 {
  grid-template-columns: 1fr 2fr;
  grid-template-areas: ". .";
}

.h1-wukg {
  color: #333;
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 78px;
}

.slide-gallery-1-1 {
  background-image: url('../images/image-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-1-2 {
  height: 500px;
  background-image: url('../images/image-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-gallery {
  height: 500px;
  margin-top: 30px;
}

.slide-gallery-1-3 {
  height: 500px;
  background-image: url('../images/image-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.h1-main-slider-2 {
  text-align: right;
  line-height: 60px;
}

.h1-wlpg {
  color: #333;
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 78px;
}

.h4-wlpg {
  color: #333;
  text-align: left;
  letter-spacing: -1px;
  text-transform: capitalize;
  border-bottom: 0 solid #e2e4e8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 60px;
}

.h1-gs {
  color: #333;
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 78px;
}

.h4-gs {
  color: #333;
  text-align: left;
  letter-spacing: -1px;
  text-transform: capitalize;
  border-bottom: 0 solid #e2e4e8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 60px;
}

.h1-g, .h1-bad, .h1-so, .h1-los, .h1-b {
  color: #333;
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 78px;
}

.list-item-ohi {
  color: rgba(86, 96, 115, .9);
  text-align: left;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  line-height: 25px;
}

.paragraph-lpg-bad {
  color: rgba(86, 96, 115, .9);
  text-align: left;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.heading-jumbo-small-bad {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}

.list-item-bad {
  color: rgba(86, 96, 115, .9);
  text-align: left;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  line-height: 25px;
}

.slide-gallery-1-4 {
  height: 500px;
  background-image: url('../images/image-04.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-1-5 {
  height: 500px;
  background-image: url('../images/image-05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-gallery-1-6 {
  height: 500px;
  background-image: url('../images/image-06.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-1-7 {
  height: 500px;
  background-image: url('../images/image-07.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-1-8 {
  height: 500px;
  background-image: url('../images/image-08.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-1-9 {
  height: 500px;
  background-image: url('../images/image-09.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-2-0 {
  height: 500px;
  background-image: url('../images/image-10.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-2-1 {
  height: 500px;
  background-image: url('../images/image-11.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-2-2 {
  height: 500px;
  background-image: url('../images/image-12.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-2-3 {
  height: 500px;
  background-image: url('../images/image-13.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-2-4 {
  height: 500px;
  background-image: url('../images/image-14.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-2-5 {
  height: 500px;
  background-image: url('../images/image-15.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-2-6 {
  height: 500px;
  background-image: url('../images/image-16.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-2-7 {
  height: 500px;
  background-image: url('../images/image-17.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-2-8 {
  height: 500px;
  background-image: url('../images/image-18.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-2-9 {
  height: 500px;
  background-image: url('../images/84818716_2477492622580189_2770259691240947712_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-3-0 {
  height: 500px;
  background-image: url('../images/37300412_2030003630662426_1120717826936537088_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-3-1 {
  height: 500px;
  background-image: url('../images/36519953_2014422992220490_4783187631674490880_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-3-2 {
  height: 500px;
  background-image: url('../images/39969540_2072969073032548_2551996127637405696_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.lpg-f-grid-1 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 2fr;
  align-items: center;
  margin-bottom: 0;
}

.lpg-f-grid-1.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.image-lpgf1, .image-lpgf2 {
  border-radius: 20px;
}

.lpg-f-grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 1fr;
  align-items: center;
  margin-bottom: 80px;
}

.lpg-f-grid-2.cc-about-2 {
  grid-template-columns: 2fr 2fr;
  grid-template-areas: ". .";
  margin-bottom: 20px;
}

.lpg-f-grid-3 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 2fr;
  align-items: center;
  margin-bottom: 0;
}

.lpg-f-grid-3.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.ktg-newsroom-slider-container {
  width: 100%;
  border-top: 1px solid #e2e4e8;
  margin-top: 0;
}

.lpg-f-grid-4 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 1fr;
  align-items: center;
  margin-bottom: 80px;
}

.lpg-f-grid-4.cc-about-2 {
  grid-column-gap: 80px;
  grid-template-columns: 2fr 2fr;
  grid-template-areas: ". .";
  margin-bottom: 20px;
}

.image-lpgf4, .image-lpgf3 {
  border-radius: 20px;
}

.news-item-read-more {
  width: 100%;
  height: 650px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.news-item-read-more:hover {
  border-color: #f68634;
}

.h1-n {
  color: #333;
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 78px;
}

.about-us-oss-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 2fr;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-us-oss-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.paragraph-bigger-about-us {
  opacity: 1;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 800;
  line-height: 34px;
}

.list-item-oss {
  color: rgba(86, 96, 115, .9);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.heading-jumbo-small-about-us {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}

.image-about-us-1 {
  border-radius: 20px;
}

.about-us-ce-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 1fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-us-ce-grid.cc-about-2 {
  grid-template-columns: 2fr 2fr;
  grid-template-areas: ". .";
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
}

.image-about-us-2 {
  border-radius: 20px;
}

.div-block-vision {
  text-align: center;
  background-color: #5c3f91;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-mission {
  text-align: center;
  background-color: #fff;
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-about-us {
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
}

.columns-vm-r2 {
  padding-top: 10px;
}

.div-block-vision-r2 {
  height: 150px;
  background-color: #5c3f91;
  margin-top: 10px;
  padding: 40px 50px;
}

.div-block-mission-r2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  padding: 0;
}

.paragraph-vr2, .paragraph-mr2 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.ktg-dealer-locator-container {
  margin-top: 30px;
}

.grid-ov {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 4fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-f1 {
  text-align: center;
  background-color: #5c3f91;
  border-top-left-radius: 70px;
  padding: 20px;
}

.div-block-f2 {
  background-color: #5c3f91;
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
  padding: 20px;
}

.div-block-i1 {
  text-align: center;
  background-color: #f68634;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  padding: 20px;
}

.div-block-i2 {
  background-color: #f68634;
  border-top-right-radius: 70px;
  padding: 20px;
}

.image-27 {
  height: 100px;
}

.heading-about-us-d {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.heading-jumbo-small-about-us-d {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}

.paragraph-about-us-d {
  color: rgba(255, 255, 255, .9);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-installation {
  color: rgba(86, 96, 115, .9);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.installation-grid-1 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 1fr;
  align-items: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.installation-grid-1.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.heading-jumbo-small-installation {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}

.paragraph-installation-grid {
  color: rgba(86, 96, 115, .9);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.installation-grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

.installation-grid-2.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.installation-grid-3 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 1fr;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.installation-grid-3.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.image-installation1, .image-installation2, .image-installation3 {
  border-radius: 20px;
}

.gs-grid-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 1fr;
  align-items: center;
  margin-bottom: 0;
}

.gs-grid-1.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.image-gs {
  border-radius: 20px;
}

.paragraph-gs {
  color: rgba(86, 96, 115, .9);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.gs-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 0;
}

.gs-grid-2.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.gs-grid-3 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 2fr;
  align-items: center;
  margin-bottom: 0;
}

.gs-grid-3.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.gs-grid-4 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 2fr;
  align-items: center;
  margin-bottom: 0;
}

.gs-grid-4.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.gs-grid-5 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 2fr;
  align-items: center;
  margin-bottom: 0;
}

.gs-grid-5.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.gs-grid-6 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 2fr;
  align-items: center;
  margin-bottom: 0;
}

.gs-grid-6.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.bd-grid-1 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 2fr;
  align-items: center;
  margin-bottom: 0;
  padding-top: 30px;
}

.bd-grid-1.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.bd-grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 2fr;
  align-items: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bd-grid-2.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.bd-grid-3 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 2fr;
  align-items: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bd-grid-3.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.paragraph-light-bd {
  opacity: 1;
  color: rgba(51, 51, 51, .8);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.bold-text-10 {
  text-align: right;
  font-size: 40px;
  line-height: 30px;
}

.h1-slide-1 {
  text-align: right;
  line-height: 60px;
}

.body-d {
  border-radius: 0;
}

.lpg1-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 1fr;
  align-items: center;
  margin-bottom: 10px;
}

.lpg1-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.lpg2-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.lpg3-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 1fr;
  align-items: center;
  margin-bottom: 10px;
}

.lpg3-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.link-4 {
  color: #f58634;
  font-weight: 600;
  text-decoration: none;
}

.h1-b-careers {
  color: #333;
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 78px;
}

.careers-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 1fr;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 30px;
}

.careers-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.image-ks-lpg-reseller {
  border-radius: 20px;
}

.image-ks-lpg-reseller-1 {
  width: 250px;
  text-align: center;
  border-radius: 20px;
}

.div-block-46 {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #e2e4e8;
  border-radius: 20px;
  padding-top: 50px;
}

.slide-gallery-3-3 {
  height: 500px;
  background-image: url('../images/6-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-one-stop-shop {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #e2e4e8;
  border-radius: 20px;
  padding-top: 50px;
}

.paragraph-footer {
  color: rgba(255, 255, 255, .9);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.div-block-slide-1 {
  height: 100%;
}

.container-slide-1 {
  height: 100%;
  max-width: 1300px;
  text-align: right;
}

.heading-4 {
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.heading-slide-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.div-block-slide-1-content {
  width: 710px;
  height: 200px;
  float: right;
  opacity: .8;
  background-color: #000;
  padding-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  right: 0%;
}

.divider-slide-1 {
  width: 50px;
}

.div-block-slide-2 {
  height: 100%;
}

.container-slide-2 {
  height: 100%;
  max-width: 1300px;
  text-align: right;
}

.div-block-slide-2-content {
  width: 480px;
  height: 200px;
  opacity: .8;
  color: #fff;
  background-color: #000;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-slide-2 {
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.divider-slide-2 {
  width: 50px;
}

.div-block-slide-3 {
  height: 100%;
}

.div-block-slide-3-content {
  width: 710px;
  height: 200px;
  float: right;
  opacity: .8;
  color: #fff;
  background-color: #000;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.heading-slide-3 {
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.divider-slide-3 {
  width: 50px;
}

.div-block-slide-4 {
  height: 100%;
}

.div-block-slide-4-content {
  width: 480px;
  height: 200px;
  opacity: .8;
  color: #fff;
  background-color: #000;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-slide-4 {
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.divider-slide-4 {
  width: 50px;
}

.paragraph-light-so {
  opacity: .9;
  color: rgba(51, 51, 51, .8);
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  line-height: 25px;
}

.section-top-sub-page-los {
  height: 180px;
  background-image: url('../images/sub-page.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-about-kg {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.image-top-divider-sp {
  width: 100px;
}

.section-top-sub-page-about-kg {
  height: 180px;
  background-image: url('../images/sub-page-about-us.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-about-ks {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-about-ks-content {
  width: auto;
  height: auto;
  float: right;
  opacity: .8;
  background-color: #000;
  margin-top: 40px;
  padding: 20px 30px;
  position: relative;
  right: 0%;
}

.heading-about-ks {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.divider-about-ks {
  width: 50px;
}

.container-header-sub-page {
  height: 100%;
  max-width: 1300px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.h1-main-2-test {
  color: #fff;
}

.image-wlpg1 {
  width: 100%;
  max-width: 450px;
  border: 1px solid #e2e4e8;
  border-radius: 20px;
}

.image-wlpg2, .image-wlpg3 {
  border-radius: 20px;
}

.section-top-sub-page-domestic-bulk-services {
  height: 180px;
  background-image: url('../images/sub-page-test_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-top-sub-page-lpg-hotels-resturants-catering {
  height: 180px;
  background-image: url('../images/sub-page-hotels-resturants.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-domestic-bulk-services-content {
  width: auto;
  height: auto;
  float: right;
  opacity: .8;
  background-color: #000;
  margin-top: 40px;
  padding: 20px 30px;
  position: relative;
  right: 0%;
}

.div-block-domestic-bulk-services {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.heading-domestic-bulk-services {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.divider-domestic-bulk-services {
  width: 50px;
}

.div-block-lpg-hotels-resturants-catering {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-lpg-hotels-resturants-catering-content {
  width: auto;
  height: auto;
  float: right;
  opacity: .8;
  background-color: #000;
  margin-top: 40px;
  padding: 20px 30px;
  position: relative;
  right: 0%;
}

.heading-lpg-hotels-resturants-catering {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.divider-lpg-hotels-resturants-catering {
  width: 50px;
}

.section-top-sub-page-lpg-farming {
  height: 180px;
  background-image: url('../images/sub-page-lpg-farming.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-lpg-farming {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-lpg-farming-content {
  width: auto;
  height: auto;
  float: right;
  opacity: .8;
  background-color: #000;
  margin-top: 40px;
  padding: 20px 30px;
  position: relative;
  right: 0%;
}

.heading-lpg-farming {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.divider-lpg-farming {
  width: 50px;
}

.section-top-sub-page-installation {
  height: 180px;
  background-image: url('../images/sub-page-installation.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-installation {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-installation-content {
  width: auto;
  height: auto;
  float: right;
  opacity: .8;
  background-color: #000;
  margin-top: 40px;
  padding: 20px 30px;
  position: relative;
  right: 0%;
}

.heading-installation {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.divider-installation {
  width: 50px;
}

.section-top-sub-page-why-use-kg {
  height: 180px;
  background-image: url('../images/sub-page-why-use-KG.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-why-use-kg {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-why-use-kg-content {
  width: auto;
  height: auto;
  float: right;
  opacity: .8;
  background-color: #000;
  margin-top: 40px;
  padding: 20px 30px;
  position: relative;
  right: 0%;
}

.heading-why-use-kg {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.divider-why-use-kg {
  width: 50px;
}

.section-top-sub-page-why-lpg {
  height: 180px;
  background-image: url('../images/sub-page-why-LPG.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-why-lpg {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.section-top-sub-page-gas-safety {
  height: 180px;
  background-image: url('../images/sub-page-gas-safety.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-gas-safety {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-gas-safety-content {
  width: auto;
  height: auto;
  float: right;
  opacity: .8;
  background-color: #000;
  margin-top: 40px;
  padding: 20px 30px;
  position: relative;
  right: 0%;
}

.heading-gas-safety {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.divider-gas-safety {
  width: 50px;
}

.section-top-sub-page-gallery {
  height: 180px;
  background-image: url('../images/sub-page-gallery.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-gallery {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-gallery-content {
  width: auto;
  height: auto;
  float: right;
  opacity: .8;
  background-color: #000;
  margin-top: 40px;
  padding: 20px 30px;
  position: relative;
  right: 0%;
}

.heading-gallery {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.divider-gallery {
  width: 50px;
}

.section-top-sub-page-ks-reseller {
  height: 180px;
  background-image: url('../images/sub-page-become-distributor.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-ks-reseller {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-ks-reseller-content {
  width: auto;
  height: auto;
  float: right;
  opacity: .8;
  background-color: #000;
  margin-top: 40px;
  padding: 20px 30px;
  position: relative;
  right: 0%;
}

.heading-ks-reseller {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.divider-ks-reseller {
  width: 50px;
}

.section-top-sub-page-shop-online {
  height: 180px;
  background-image: url('../images/sub-page-shop-online.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-shop-online {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-shop-online-content {
  width: auto;
  height: auto;
  float: right;
  opacity: .8;
  background-color: #000;
  margin-top: 40px;
  padding: 20px 30px;
  position: relative;
  right: 0%;
}

.heading-shop-online {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.divider-shop-online {
  width: 50px;
}

.section-top-sub-page-get-in-touch {
  height: 180px;
  background-image: url('../images/sub-page-contact-us.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-get-in-touch {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-get-in-touch-content {
  width: auto;
  height: auto;
  float: right;
  opacity: .8;
  background-color: #000;
  margin-top: 40px;
  padding: 20px 30px;
  position: relative;
  right: 0%;
}

.heading-get-in-touch {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.divider-get-in-touch {
  width: 50px;
}

.section-top-sub-page-locate-stores {
  height: 180px;
  background-image: url('../images/sub-page-locate-stores.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-locate-stores {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-locate-stores-content {
  width: auto;
  height: auto;
  float: right;
  opacity: .8;
  background-color: #000;
  margin-top: 40px;
  padding: 20px 30px;
  position: relative;
  right: 0%;
}

.heading-locate-stores {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.divider-locate-stores {
  width: 50px;
}

.section-top-sub-page-business {
  height: 180px;
  background-image: url('../images/sub-page-business.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-busness {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-business-content {
  width: auto;
  height: auto;
  float: right;
  opacity: .8;
  background-color: #000;
  margin-top: 40px;
  padding: 20px 30px;
  position: relative;
  right: 0%;
}

.heading-business {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.divider-business {
  width: 50px;
}

.section-top-sub-page-blog {
  height: 180px;
  background-image: url('../images/sub-page-blog.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-blog {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-blog-content {
  width: auto;
  height: auto;
  float: right;
  opacity: .8;
  background-color: #000;
  margin-top: 40px;
  padding: 20px 30px;
  position: relative;
  right: 0%;
}

.heading-blog {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.divider-blog {
  width: 50px;
}

.section-top-sub-page-careers {
  height: 180px;
  background-image: url('../images/sub-page-careers.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-careers {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-careers-content {
  width: auto;
  height: auto;
  float: right;
  opacity: .8;
  background-color: #000;
  margin-top: 40px;
  padding: 20px 30px;
  position: relative;
  right: 0%;
}

.heading-careers {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.divider-careers {
  width: 50px;
}

.logo-link {
  margin-right: 44px;
  padding-top: 0;
  position: absolute;
}

.logo-link.w--current {
  padding-top: 0;
}

.button-shop-online {
  text-transform: uppercase;
  background-color: #f68634;
  border-radius: 30px;
  padding: 15px 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.button-shop-online:hover {
  background-color: #5c3f91;
}

.image-domestic-bulk-lpg {
  border-radius: 20px;
}

.slide-nav-3 {
  height: auto;
  opacity: .6;
}

.footer-ks {
  background-color: #5c3f91;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-footer-bottom {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-47 {
  text-align: center;
  padding-top: 0;
}

.form-block {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-jumbo-big-about-us {
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 78px;
}

.heading-jumbo-medium-about-us {
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}

.f-icon, .i-icon, .r-icon, .e-icon {
  height: 100px;
}

.heading-jumbo-big-dbls {
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 78px;
}

.heading-jumbo-big-lpghrc {
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

.heading-jumbo-big-installation {
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 78px;
}

.heading-jumbo-big-wukg {
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 78px;
}

.heading-jumbo-big-wlpg {
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 78px;
}

.heading-jumbo-big-w-lpg, .heading-jumbo-big-gs, .heading-jumbo-big-g, .heading-jumbo-big-klr, .heading-jumbo-big-so, .heading-jumbo-big-los, .heading-jumbo-big-b, .heading-jumbo-big-blog, .heading-jumbo-big-careers, .heading-jumbo-big-sitemap {
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

.section-top-sub-page-sitemap {
  height: 180px;
  background-image: url('../images/sub-page-careers.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-sitemap {
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-sitemap-content {
  width: auto;
  height: auto;
  float: right;
  opacity: .8;
  background-color: #000;
  margin-top: 40px;
  padding: 20px 30px;
  position: relative;
  right: 0%;
}

.heading-sitemap {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.divider-sitemap {
  width: 50px;
}

.heading-jumbo-slide-1, .heading-jumbo-slide-2, .heading-jumbo-slide-3, .heading-jumbo-slide {
  color: #fff;
  text-transform: none;
  border-bottom: 0 solid #e2e4e8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb0, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 44px;
}

.heading-top-columns {
  width: 100%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.paragraph-footer-sitemap {
  color: rgba(255, 255, 255, .9);
  letter-spacing: 0;
  margin-bottom: 0;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.link-sitemap.w--current {
  padding-left: 10px;
}

.image-30 {
  width: 150px;
  color: #f68634;
}

.div-block-404 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.link-404 {
  color: #f68731;
  font-weight: 600;
  text-decoration: none;
}

.text-block-4 {
  opacity: .9;
  color: rgba(51, 51, 51, .8);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.slide-gallery-3-4 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-3.4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-3-5 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-3.5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-3-6 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-3.6.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-3-7 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-3.7.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-3-8 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-3.8.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-3-9 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-3.9.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-4-0 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-4.0.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-4-1 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-4.1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-4-2 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-4.2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-4-3 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-4.3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-4-4 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-4.4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-4-5 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-4.5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-4-6 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-4.6.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-4-7 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-4.7.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-4-8 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-4.8.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-4-9 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-4.9.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-5-0 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-5.0.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link {
  width: 100%;
  height: 500px;
}

.slide-gallery-5-1 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-5.1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-5-2 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-5.2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-5-3 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-5.3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-5-4 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-5.4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-5-5 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-5.5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-5-6 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-5.6.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-5-7 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-5.7.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-5-8 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-5.8.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-5-9 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-5.9.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-6-0 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-6.0.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-6-1 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-6.1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-6-2 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-6.2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-6-3 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-6.3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-6-4 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-6.4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-6-5 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-6.5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-6-6 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-6.6.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-6-7 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-6.7.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-6-8 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-6.8.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-6-9 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-6.9.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-7-0 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-7.0.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-7-1 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-7.1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-7-2 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-7.2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-7-3 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-7.3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-7-4 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-7.4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-7-5 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-7.5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-7-6 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-7.6.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-7-7 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-7.7.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-7-8 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-7.8.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-7-9 {
  height: 500px;
  background-image: url('../images/Slide-Gallery-7.9.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-wrapper-home {
  height: 100%;
  background-color: #000;
  margin-top: 180px;
  padding-top: 0;
  position: relative;
  top: auto;
}

.hero-background-video-x55 {
  z-index: 9;
  width: 100%;
  height: auto;
}

.hero-block-overlay {
  color: #fff;
  background-color: rgba(0, 0, 0, .25);
  padding-top: 270px;
  padding-bottom: 250px;
}

.hero-block-overlay.business {
  height: 600px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.container-6 {
  max-width: 1140px;
  text-align: left;
  padding-top: 0;
  position: relative;
}

.container-6.hero-container {
  max-width: 1145px;
  text-align: center;
  padding-top: 0;
}

.hero-background-video-kg {
  z-index: 9;
  width: 100%;
  height: auto;
}

.top-wrapper {
  width: 100%;
}

.grid-icon-new {
  margin-top: -60px;
  margin-right: 20px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.dark-footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 21px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.footer-contact-info-block {
  color: #94979e;
  margin-top: 20px;
  font-size: 14px;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: rgba(255, 255, 255, .7);
}

.bottom-footer-link.dark {
  color: #1f6fff;
  text-decoration: none;
}

.footer-small-social-icon {
  height: 15px;
}

.white-footer {
  background-color: #5c3f91;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 16px;
}

.container-footer {
  position: relative;
}

.light-footer-link {
  opacity: .8;
  color: #fff;
  margin-bottom: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.bottom-footer-paragraph {
  float: left;
  margin-bottom: 0;
  font-size: 12px;
}

.bottom-footer-paragraph.dark {
  color: #b4b4b4;
  font-family: Open Sans, sans-serif;
}

.bottom-footer-paragraph.right {
  float: right;
}

.color-social-button {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #4e5f97;
  border-radius: 4px;
  margin-bottom: 4px;
  margin-right: 2px;
  padding-top: 3px;
}

.color-social-button:hover {
  opacity: .8;
}

.color-social-button.twitter {
  background-color: #37a5e4;
}

.color-social-button.google, .color-social-button.instagram {
  background-color: #e22047;
}

.color-social-button.linkedin, .color-social-button.youtube {
  background-color: #37a5e4;
}

.bottom-footer-block {
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  padding-top: 30px;
}

.bottom-footer-block.white-footer-block {
  color: #e1e1e4;
  margin-top: 40px;
}

.sitemap-link {
  color: #94979e;
  text-decoration: none;
}

.image-wgas {
  width: 100%;
  height: 310px;
  background-image: url('../images/why-lpg-NEW.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
}

.image-installations {
  width: 100%;
  height: 310px;
  background-image: url('../images/installation.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
}

.image-find-us {
  width: 100%;
  height: 310px;
  background-image: url('../images/find-us-new.jpg');
  background-position: 50%;
  background-size: cover;
}

.paragraph-mini {
  color: rgba(51, 51, 51, .8);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.subpage-header {
  height: 400px;
  color: #fff;
  text-align: center;
  background-image: url('../images/careers_1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 90px;
  padding-top: 0;
  padding-bottom: 0;
}

.subpage-header.about-us {
  height: 450px;
  background-image: url('../images/header-image-about-us.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 130px;
  padding-top: 0;
  padding-bottom: 0;
}

.subpage-header.domestic-bulk {
  background-image: url('../images/header-image-domestic-bulk.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 130px;
  padding-top: 0;
  padding-bottom: 0;
}

.subpage-header.hrc {
  background-image: url('../images/header-image-domestic-bulk.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 130px;
  padding-top: 140px;
  padding-bottom: 200px;
}

.subpage-header.installation {
  background-image: url('../images/header-image-installation.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 130px;
  padding-top: 140px;
  padding-bottom: 200px;
}

.subpage-header.why-kensys {
  background-image: url('../images/header-image-why-kensys.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 130px;
  padding-top: 0;
  padding-bottom: 0;
}

.subpage-header.why-lpg {
  background-image: url('../images/header-image-why-lpg.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 130px;
  padding-top: 0;
  padding-bottom: 0;
}

.subpage-header.gas-safety {
  background-image: url('../images/header-image-safety.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 130px;
  padding-top: 0;
  padding-bottom: 0;
}

.subpage-header.gallery {
  background-image: url('../images/header-image-gallery.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 130px;
  padding-top: 0;
  padding-bottom: 0;
}

.subpage-header.reseller {
  background-image: url('../images/header-image-become-reseller.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 130px;
  padding-top: 0;
  padding-bottom: 0;
}

.subpage-header.shop-online {
  background-image: url('../images/header-image-shop-online.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 130px;
  padding-top: 0;
  padding-bottom: 0;
}

.subpage-header.contact-us {
  background-image: url('../images/header-image-contact-us.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 130px;
  padding-top: 0;
  padding-bottom: 0;
}

.subpage-header.locate-store {
  background-image: url('../images/header-image-locate-stores.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 130px;
  padding-top: 0;
  padding-bottom: 0;
}

.subpage-header.news {
  background-image: url('../images/header-image-news.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 130px;
  padding-top: 0;
  padding-bottom: 0;
}

.subpage-header.careers {
  background-image: url('../images/header-image-careers.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 130px;
  padding-top: 0;
  padding-bottom: 0;
}

.subpage-header.sitemap {
  background-image: url('../images/header-image-sitemap.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 130px;
  padding-top: 0;
  padding-bottom: 0;
}

.subpage-header.deliveries {
  background-image: url('../images/header-image-deliveries.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 130px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-wrapper {
  height: 100%;
  max-width: 1140px;
  align-items: center;
  display: flex;
  position: relative;
}

.subpage-title-cp {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.page-subtitle-cp {
  width: 65%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  display: block;
}

.subpage-title-kg {
  max-width: 500px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  display: block;
}

.wording-style {
  font-weight: 700;
}

.subpage-title-kg-about-us {
  max-width: 500px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  display: block;
}

.header-wrapper {
  width: 100%;
  max-width: 550px;
  align-items: center;
  display: flex;
}

.top-wolumn-wrapper {
  width: 100%;
  text-align: center;
}

.blog-image {
  width: 100%;
  max-width: 150px;
}

.cbz-bank-logo, .cimas {
  width: 70px;
}

.image-blog {
  width: 100%;
  height: 310px;
  background-image: url('../images/find-us.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-d {
  border-radius: 20px;
}

.banner-bar-2 {
  width: 100%;
  min-height: 55px;
  color: #fff;
  background-color: #5c3f91;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 10px 8px 40px;
  display: flex;
}

.banner-wrap-2 {
  width: 100%;
  max-width: 1300px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.new-tag {
  color: #fff;
  letter-spacing: 1px;
  background-color: #4c0f8a;
  border-radius: 50px;
  margin-right: 10px;
  padding: 6px 15px;
  font-size: 12px;
}

.text-block-5 {
  font-family: Open Sans, sans-serif;
}

.slide-gallery-8-0 {
  height: 500px;
  background-image: url('../images/gallery-golf-day-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-gallery-8-1 {
  height: 500px;
  background-image: url('../images/gallery-golf-day-2.jpg');
  background-position: 50%;
  background-size: cover;
}

@media screen and (min-width: 1280px) {
  .header-scroll {
    height: 100px;
    background-color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    display: flex;
    box-shadow: 0 4px 7px -6px #000;
  }

  .headerlogo-img {
    width: 200px;
    padding-top: 5px;
  }

  .headerlogo {
    width: auto;
    align-items: center;
  }

  .headernav {
    justify-content: flex-end;
  }

  .headernav-item {
    color: #4d4d4d;
  }

  .headernav-item:hover, .headernav-item.active {
    background-color: #f68634;
  }

  .body {
    background-color: #fff;
  }

  .header {
    height: 100px;
    justify-content: center;
    align-items: center;
  }

  .header-gradient {
    height: 110px;
    position: fixed;
  }

  .si-imgplay {
    left: 47%;
  }

  .rect-container {
    height: 60vh;
    min-height: 0;
    background-repeat: no-repeat;
  }

  .rect-gradient {
    height: 60vh;
  }

  .rect-labellogo {
    transition: transform 1s;
  }

  .rect-desc {
    width: 95%;
    opacity: 1;
    padding-bottom: 0;
    transition: transform .2s;
    position: relative;
  }

  .rect-imgcontainer {
    height: 60vh;
  }

  .footernav-item:hover {
    text-shadow: 0 0 2px #fff, 0 0 12px #fff;
  }

  .slider-main-kg {
    height: 880px;
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px;
  }

  .mask {
    background-color: #fff;
    border-top: 1px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f;
  }

  .slide-4 {
    background-image: url('../images/slide-test.png');
  }

  .container-header {
    max-width: 1300px;
    text-align: left;
    justify-content: flex-start;
    position: relative;
  }

  .header-content-slider {
    display: none;
  }

  .h1-main {
    font-size: 60px;
    display: block;
  }

  .image-top-divider {
    padding-top: 20px;
    display: block;
  }

  .service-section {
    padding-top: 20px;
  }

  .service-details {
    margin-right: 0;
  }

  .paragraph-basic-services {
    width: 250px;
    color: rgba(51, 51, 51, .8);
    text-align: justify;
    border-top: 0 solid #e2e4e8;
    margin-top: 0;
    padding-top: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .flex-container {
    max-width: 1300px;
  }

  .grid-block {
    height: 520px;
    margin-top: 0;
    padding: 30px;
  }

  .more-info-link {
    width: 80%;
    background-color: #5c3f91;
    border-color: #5c3f91;
    order: 0;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 0%;
    right: 0%;
  }

  .more-info-link:hover {
    position: absolute;
  }

  .service-grid {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: .5fr .5fr .5fr .5fr;
    margin-bottom: 0;
  }

  .paragraph-basic-services {
    margin-top: 0;
    padding-top: 0;
  }

  .secondary-link {
    font-size: 15px;
  }

  .container-about-us {
    max-width: 1300px;
  }

  .footer-top-logo {
    background-color: #f1f1f1;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link-block-mi {
    background-color: #191e09;
    background-image: none;
  }

  .footer-column-2 {
    border-radius: 30px;
  }

  .paragraph-about-us {
    color: rgba(86, 96, 115, .9);
    font-size: 15px;
    line-height: 30px;
  }

  .container-3 {
    max-width: 1300px;
  }

  .footer-grid-01 {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-about-us-image {
    text-align: right;
  }

  .footer-top {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-block-mi {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    padding: 0 10px;
  }

  .h1-d {
    color: #333;
    text-transform: capitalize;
    border-bottom: 0 solid #e2e4e8;
    font-size: 30px;
    font-weight: 600;
  }

  .slide-5 {
    background-image: url('../images/Big-Bgr-Image-2-copy.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .icon, .icon-2 {
    color: #fff;
  }

  .slide-nav {
    color: #fff;
    display: block;
  }

  .navbar {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  .image-3 {
    width: 150px;
    padding-top: 5px;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    color: #fff;
  }

  .headernav {
    width: auto;
  }

  .navbar-fixed {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  .slider {
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 0 solid rgba(0, 0, 0, 0);
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .slider-wrapper-wide {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .logo-wrapper-wide {
    width: auto;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-logo-section {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-4 {
    width: 130px;
    opacity: .81;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .image-5 {
    width: 75px;
    opacity: .81;
  }

  .image-6 {
    width: auto;
    opacity: .81;
  }

  .slide-nav-2 {
    margin-top: 0;
    padding-top: 50px;
  }

  .image-7 {
    width: 120px;
    opacity: .81;
  }

  .image-8, .image-9, .image-10, .image-11, .image-12, .image-13 {
    width: 150px;
    opacity: .81;
  }

  .headernav-item-no-scroll {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .container-4, .container-top-nav-kg {
    max-width: 1400px;
  }

  .headernav-item-scroll {
    color: #494949;
    text-transform: none;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-wrap {
    z-index: 9;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-2 {
    position: absolute;
  }

  .dropdown-list, .dropdown-list.w--open {
    top: 90px;
  }

  .dropdown-mega-item {
    text-align: left;
  }

  .mega-navbar {
    height: auto;
    background-color: #fff;
  }

  .dropdown {
    width: 15%;
    border-right-width: 0;
    border-right-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    text-align: right;
    padding-top: 15px;
  }

  .text-block {
    font-family: Open Sans, sans-serif;
  }

  .dropdown-toggle {
    height: auto;
  }

  .dropdown-toggle.w--open {
    border-bottom: 0 solid rgba(0, 0, 0, 0);
  }

  .item-title {
    padding-bottom: 5px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .logo-container {
    border-left-width: 0;
    border-left-color: rgba(0, 0, 0, 0);
    border-right-width: 0;
    border-right-color: rgba(0, 0, 0, 0);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-item-wrapper {
    text-align: left;
  }

  .image-14 {
    width: 200px;
  }

  .nav-link-4, .nav-link-home, .nav-link-stockists, .nav-link-shop, .nav-link-contact-us {
    text-transform: uppercase;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .slide-6 {
    background-image: url('../images/Big-Bgr-Image-3-copy.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-3 {
    width: 30%;
    height: 200px;
    border-right: 1px solid #e6e6e6;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 70px;
    padding-right: 20px;
    display: flex;
  }

  .link, .link-mn {
    color: #333;
    text-transform: capitalize;
    font-family: Open Sans, sans-serif;
    text-decoration: none;
  }

  .link-block {
    color: #333;
    text-transform: capitalize;
    padding: 5px 5px 5px 0;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    text-decoration: none;
  }

  .link-block:hover {
    color: #5c3f91;
  }

  .navbar-2 {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-15 {
    width: 200px;
  }

  .nav-link-5 {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .nav-link-personal, .dropdown-toggle-2, .dropdown-toggle-personal {
    text-transform: uppercase;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .navbar-kg {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-menu-kg {
    padding-top: 5px;
  }

  .image-16 {
    z-index: 999;
    width: 130px;
    position: absolute;
    top: 15%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .image-shop-online {
    z-index: 999;
    width: 130px;
    position: relative;
    top: 15%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .link-block-2 {
    position: absolute;
    top: 15%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .link-block-shop-online {
    margin-right: 0;
    position: absolute;
    top: 15%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .brand {
    position: absolute;
  }

  .image-17 {
    width: 400px;
    margin-top: -20px;
  }

  .conatiner-nav-kgc1 {
    max-width: 1200px;
  }

  .zera-image-client {
    width: 100px;
    opacity: .81;
  }

  .ema-client-logo {
    width: 80px;
    opacity: .81;
  }

  .sabs-logo-client, .fas-logo-client {
    width: 100px;
    opacity: .81;
  }

  .saz-logo-client {
    width: 80px;
    opacity: .81;
  }

  .mpwb-client-logo, .oryx-energies, .petredec-logos-client {
    width: 100px;
    opacity: .81;
  }

  .logo-kg-c1 {
    width: 400px;
    margin-top: -20px;
  }

  .nav-link-shop-online {
    text-transform: uppercase;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .icon-wrap-mouse-scroll {
    z-index: 9;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-top-divider-2 {
    width: 100px;
    padding-top: 0;
  }

  .slider-main-kg-2 {
    height: auto;
    margin-top: auto;
    padding-top: 0;
    display: block;
    position: relative;
    top: auto;
  }

  .slide-7 {
    width: 100%;
    height: 600px;
    background-image: url('../images/slide-test-new.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
  }

  .h1-main-2 {
    font-size: 55px;
  }

  .header-content-slider-2 {
    text-align: left;
    display: block;
  }

  .section {
    position: relative;
  }

  .banner-bar {
    text-align: right;
    background-color: #1a1a1a;
    background-image: none;
  }

  .banner-wrap {
    max-width: 1300px;
    text-align: right;
    justify-content: flex-end;
  }

  .div-block-37 {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 5px;
    padding-right: 5px;
  }

  .navigation-link {
    text-transform: uppercase;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .navigation-link:hover {
    color: #f68634;
  }

  .navigation-link.w--current {
    color: #333;
    font-weight: 600;
  }

  .dropdown-toggle-3 {
    color: #333;
    text-transform: uppercase;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .dropdown-toggle-3:hover {
    color: #5c3f91;
  }

  .brand-2 {
    padding-top: 10px;
    position: absolute;
  }

  .brand-2.w--current {
    padding-top: 35px;
  }

  .navigation-container {
    min-height: 130px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-column-left {
    border-right: 1px solid rgba(0, 0, 0, .08);
  }

  .navigation {
    z-index: 10;
    background-color: #fff;
    padding-left: 0%;
    padding-right: 0%;
    position: fixed;
    box-shadow: 0 7px 5px rgba(0, 0, 0, .1);
  }

  .navigation-dropdown.w--open {
    min-width: 700px;
    text-align: left;
    left: -405px;
  }

  .navigation-left {
    width: 30%;
  }

  .navigation-right {
    width: 70%;
  }

  .navigation-wrap {
    background-color: #fff;
    padding-bottom: 0;
  }

  .dropdown-wrapper {
    width: 100%;
    min-width: auto;
    text-align: left;
  }

  .icon-wrap-2 {
    width: 49px;
  }

  .dropdown-column-right {
    background-color: #fff;
    border-left-width: 0;
    border-left-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .kg-logo {
    z-index: 10;
    width: 280px;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .image-18 {
    width: 20px;
  }

  .slide-1-1 {
    width: 100%;
    height: 280px;
    background-image: url('../images/slide-1.jpg');
    background-position: 50%;
    background-size: cover;
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    margin-top: 0;
  }

  .slide-1-2 {
    width: 100%;
    height: 280px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/slide-2.jpg');
    background-position: 50%;
    background-size: cover;
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    margin-top: 0;
  }

  .slide-1-3 {
    width: 100%;
    height: 280px;
    background-image: url('../images/slide-3.jpg');
    background-position: 50%;
    background-size: cover;
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    margin-top: 0;
  }

  .slide-1-4 {
    width: 100%;
    height: 280px;
    background-image: url('../images/slide-4.jpg');
    background-position: 50%;
    background-size: cover;
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    margin-top: 0;
  }

  .mega-save-logo-client {
    width: 80px;
    opacity: .81;
  }

  .gain-logo-client {
    width: 100px;
    opacity: .81;
  }

  .section-top-sub-page {
    height: 180px;
    background-image: url('../images/sub-page-test-Z.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .home-section-wrap {
    margin-bottom: 0;
  }

  .motto-wrap {
    width: 100%;
    margin-bottom: 0;
  }

  .heading-jumbo-small {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
  }

  .home-content-wrap {
    border-bottom: 0 solid #e2e4e8;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-grid {
    grid-column-gap: 80px;
    grid-template-columns: 2fr 2fr;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .paragraph-light {
    opacity: 1;
    color: #333;
  }

  .section-heading {
    color: #1a1b1f;
    font-weight: 600;
  }

  .button {
    background-color: #5c3f91;
    border-radius: 50px;
    margin-top: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .button:hover {
    background-color: #fc7217;
  }

  .container-sub-page {
    max-width: 1300px;
    padding: 30px 0 50px;
    font-family: Open Sans, sans-serif;
  }

  .slider-main-kgn {
    height: 100%;
    background-color: #000;
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    margin-top: auto;
    padding-top: 0;
    display: block;
    position: relative;
    top: auto;
  }

  .work-heading {
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .sub-heading {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .list-item-2 {
    line-height: 30px;
  }

  .list-item-cr {
    color: rgba(86, 96, 115, .9);
    font-size: 15px;
    line-height: 30px;
  }

  .our-services-grid {
    grid-row-gap: 0px;
    border-top: 1px solid #e2e4e8;
    grid-template-rows: auto 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-icon {
    width: 90px;
  }

  .paragraph-light-2 {
    opacity: .8;
    color: rgba(86, 96, 115, .9);
    font-size: 15px;
    line-height: 30px;
  }

  .bold-text {
    color: #333;
    font-weight: 600;
  }

  .supply-services-icon {
    width: 80px;
    margin-bottom: 0;
  }

  .heating-cooking-icon, .switch-now-icon {
    width: 90px;
  }

  .bold-text-2 {
    color: #5c3f91;
    font-weight: 800;
    text-decoration: none;
  }

  .link-2 {
    color: #333;
    text-decoration: none;
  }

  .paragraph-bigger-ss {
    padding-top: 10px;
  }

  .paragraph-bigger-hc {
    padding-bottom: 35px;
  }

  .paragraph-bigger-sn {
    padding-bottom: 52px;
  }

  .bold-text-3, .bold-text-4 {
    font-weight: 800;
  }

  .image-19, .image-social {
    position: fixed;
  }

  .paragraph-dblpgs {
    color: rgba(51, 51, 51, .8);
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .list-item-3 {
    color: rgba(86, 96, 115, .9);
    font-size: 15px;
  }

  .paragraph-basic {
    font-size: 15px;
    line-height: 25px;
  }

  .service-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .grid-block-2 {
    cursor: default;
    background-color: #f3f3f3;
    border-width: 0;
    border-color: rgba(0, 0, 0, 0);
    font-family: Open Sans, sans-serif;
    transition-property: none;
  }

  .flex-container-lpghpc {
    max-width: 1300px;
  }

  .additional-uses-title, .benefits-of-lpg-title, .why-choose-kg-title, .supply-options-title {
    margin-bottom: 20px;
  }

  .paragraph-lpg-farming {
    color: rgba(51, 51, 51, .8);
    text-align: left;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .flex-container-lpgf {
    max-width: 1300px;
  }

  .list-pr {
    padding-top: 0;
  }

  .list-item-pr {
    color: rgba(86, 96, 115, .9);
    text-align: left;
    padding-top: 10px;
    font-size: 15px;
    line-height: 30px;
  }

  .about-story-wrap {
    width: 100%;
    margin-top: 20px;
  }

  .paragraph-light-3 {
    opacity: .9;
    color: rgba(51, 51, 51, .8);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    line-height: 25px;
  }

  .list-2 {
    text-align: left;
  }

  .about-story-wrap-pr {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heading-jumbo-small-lff {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
  }

  .list-item-lpgf {
    color: rgba(86, 96, 115, .9);
    text-align: left;
    padding-top: 0;
    font-size: 15px;
    line-height: 30px;
  }

  .list-item-lpgf-copy {
    color: rgba(86, 96, 115, .9);
    text-align: left;
    padding-top: 10px;
    font-size: 15px;
    line-height: 30px;
  }

  .white-box {
    border-color: rgba(246, 134, 52, .3);
  }

  .grid-image {
    background-color: #f68735;
    border-radius: 25%;
    box-shadow: 0 0 0 1px #f68735;
  }

  .lpg-farming-wrap {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .swp-box {
    border-color: #e6e6e6;
  }

  .paragraph-sep {
    color: rgba(51, 51, 51, .8);
    text-align: left;
    margin-bottom: 10px;
    padding-top: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .column-6 {
    padding-left: 0;
  }

  .column-7 {
    padding-right: 0;
  }

  .columns, .columns-sep {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-1-sep, .column-2-sep, .column-3-sep {
    padding-left: 0;
  }

  .about-grid-2 {
    grid-template-columns: 2fr 1fr;
  }

  .about-grid-2.cc-about-2 {
    grid-template-columns: 1fr 2fr;
    margin-bottom: 20px;
  }

  .sc-grid {
    grid-template-columns: 1fr 1fr;
  }

  .image-20 {
    text-align: right;
  }

  .bold-text-8 {
    font-size: 21px;
    font-weight: 600;
  }

  .button-sc {
    background-color: #5c3f91;
    border-radius: 50px;
    margin-top: 20px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .button-sc:hover {
    background-color: #fc7217;
  }

  .image-sc {
    text-align: right;
    border-radius: 20px;
  }

  .section-heading-sc {
    border-bottom: 1px solid #e2e4e8;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 400;
  }

  .paragraph-smh {
    opacity: 1;
    color: #5c3f91;
    text-transform: capitalize;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
  }

  .button-sm {
    background-color: #5c3f91;
    border-radius: 50px;
    margin-top: 20px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .button-sm:hover {
    background-color: #fc7217;
  }

  .image-sm {
    border-radius: 20px;
  }

  .section-heading-sm {
    border-bottom: 1px solid #e2e4e8;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 400;
  }

  .button-agt {
    background-color: #5c3f91;
    border-radius: 50px;
    margin-top: 20px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .button-agt:hover {
    background-color: #fc7217;
  }

  .section-heading-agt {
    border-bottom: 1px solid #e2e4e8;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 400;
  }

  .h1-main-2-copy {
    font-size: 55px;
  }

  .image-21 {
    border-radius: 20px;
  }

  .dropdown-column-left-ai {
    width: 50%;
    border-right: 1px solid rgba(0, 0, 0, .08);
  }

  .dropdown-column-right-ai {
    padding-top: 0;
  }

  .dropdown-wrapper-flex-ai {
    min-width: 170px;
  }

  .navigation-dropdown-ai.w--open {
    min-width: 700px;
    text-align: left;
    left: -405px;
  }

  .navigation-dropdown-ai.dropdown-long.w--open {
    min-width: 700px;
    left: -350px;
  }

  .div-block-41 {
    height: 250px;
    background-color: #5c3f91;
    border-radius: 10px;
    padding: 20px;
  }

  .div-block-42 {
    height: 250px;
    background-color: #f68634;
    border-radius: 10px;
    padding: 20px;
  }

  .section-heading-au {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #6a4e9e;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
  }

  .paragraph-light-3-au {
    opacity: 1;
    color: #fff;
    margin-top: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    line-height: 25px;
  }

  .section-heading-b {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #f59a58;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
  }

  .paragraph-light-3-b {
    opacity: 1;
    color: #fff;
    margin-top: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-light-aup {
    opacity: .9;
    color: rgba(51, 51, 51, .8);
    margin-top: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    line-height: 25px;
  }

  .h1-au {
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8;
    font-size: 30px;
    font-weight: 700;
  }

  .our-values-grid {
    grid-row-gap: 0px;
    border-top: 1px solid #e2e4e8;
    grid-template-rows: auto 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-ga {
    height: 230px;
    border-radius: 30px;
  }

  .paragraph-bigger-wkg1 {
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 600;
  }

  .paragraph-light-ga {
    opacity: 1;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 25px;
  }

  .go-anywhere-icon {
    width: 80px;
    margin-bottom: 0;
  }

  .columns-ov {
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .paragraph-bigger-ec {
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 600;
  }

  .paragraph-light-ec {
    opacity: 1;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-ec {
    height: 230px;
    background-color: #fc7217;
    border-radius: 30px;
  }

  .ec-icon, .nt-icon {
    width: 80px;
    margin-bottom: 0;
  }

  .paragraph-bigger-nt {
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 600;
  }

  .paragraph-light-nt {
    opacity: 1;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-nt {
    height: 230px;
    border-radius: 30px;
  }

  .column-8 {
    padding-left: 0;
  }

  .column-9 {
    padding-right: 0;
  }

  .div-block-it {
    height: 230px;
    background-color: #fc7217;
    border-radius: 30px;
  }

  .div-block-ue {
    height: 230px;
    background-color: #5c3f91;
    border-radius: 30px;
  }

  .div-block-ssn {
    height: 230px;
    background-color: #fc7217;
    border-radius: 30px;
  }

  .in-touch-icon, .unrivaled-expertise-icon, .service-second-to-non-icon {
    width: 80px;
    margin-bottom: 0;
  }

  .paragraph-bigger-it {
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 600;
  }

  .paragraph-light-it {
    opacity: 1;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-bigger-ue {
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 600;
  }

  .paragraph-light-ue {
    opacity: 1;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-bigger-ssn {
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 600;
  }

  .paragraph-light-ssn {
    opacity: 1;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 25px;
  }

  .link-3 {
    color: #333;
    text-decoration: none;
  }

  .link-es {
    opacity: .9;
    color: #333;
    font-size: 15px;
    line-height: 30px;
    text-decoration: none;
  }

  .image-wukg {
    height: 400px;
    text-align: right;
    border-radius: 20px;
  }

  .columns-wkg {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .div-block-wkg1 {
    height: 300px;
    border-radius: 30px;
  }

  .paragraph-light-wkg1 {
    opacity: 1;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-wkg2 {
    height: 300px;
    background-color: #fc7217;
    border-radius: 30px;
  }

  .paragraph-bigger-wkg2 {
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 600;
  }

  .paragraph-light-wkg2 {
    opacity: 1;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-wkg3 {
    height: 300px;
    border-radius: 30px;
  }

  .paragraph-bigger-wkg3 {
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 600;
  }

  .paragraph-light-wkg3 {
    opacity: 1;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 25px;
  }

  .leading-icon, .great-service-icon, .nn-icon {
    width: 80px;
    margin-bottom: 0;
  }

  .section-heading-wilpg {
    border-bottom: 1px solid #e2e4e8;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 400;
  }

  .image-wilpg {
    text-align: right;
    border: 1px solid #e2e4e8;
    border-radius: 20px;
  }

  .section-heading-wiiu {
    border-bottom: 1px solid #e2e4e8;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 400;
  }

  .image-wiiu {
    border-radius: 20px;
  }

  .wiiu-grid {
    grid-template-columns: 2fr 1fr;
  }

  .wiiu-grid.cc-about-2 {
    grid-template-columns: 2fr 2fr;
    align-items: start;
    margin-bottom: 20px;
  }

  .wilpg-grid {
    grid-template-columns: 2fr 2fr;
  }

  .heading-jumbo-small-gs {
    text-align: left;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
  }

  .list-item-bsr {
    color: rgba(86, 96, 115, .9);
    text-align: left;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 30px;
  }

  .list-item-basic-safety-rules {
    color: rgba(86, 96, 115, .9);
    text-align: left;
    padding-top: 0;
    font-size: 15px;
    line-height: 30px;
  }

  .gas-safety-wrap {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .list-item-iyslpg {
    color: rgba(86, 96, 115, .9);
    text-align: left;
    padding-top: 10px;
    font-size: 15px;
    line-height: 30px;
  }

  .list-item-if-you-smell-lpg {
    color: rgba(86, 96, 115, .9);
    text-align: left;
    padding-top: 0;
    font-size: 15px;
    line-height: 30px;
    list-style-type: decimal;
  }

  .div-block-lpgf {
    height: auto;
    border-radius: 30px;
    margin-bottom: 0;
    padding: 20px 10px;
  }

  .columns-business {
    margin-bottom: 20px;
    padding-top: 30px;
  }

  .farming-icon {
    width: 80px;
    margin-bottom: 0;
  }

  .paragraph-bigger-lpgf {
    text-transform: none;
    padding-top: 10px;
    font-weight: 600;
  }

  .div-block-hpc {
    height: auto;
    background-color: #fc7217;
    border-radius: 30px;
    padding: 20px 10px;
  }

  .hpc-icon {
    width: 80px;
    margin-bottom: 0;
  }

  .div-block-sp {
    height: auto;
    border-radius: 30px;
    padding: 20px 10px;
  }

  .sp-icon {
    width: 80px;
    margin-bottom: 0;
  }

  .bb {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 20px;
    margin-top: 10px;
  }

  .bb:hover {
    color: #333;
    text-transform: none;
    background-color: #fff;
    font-weight: 600;
  }

  .section-heading-business {
    border-bottom: 1px solid #e2e4e8;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 400;
  }

  .image-b {
    text-align: right;
    border-radius: 20px;
  }

  .business-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-jumbo-small-business {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
  }

  .list-item-business {
    color: rgba(86, 96, 115, .9);
    text-align: left;
    padding-top: 10px;
    font-size: 15px;
    line-height: 30px;
  }

  .list-item-b {
    color: rgba(86, 96, 115, .9);
    text-align: left;
    padding-top: 0;
    font-size: 15px;
    line-height: 30px;
    list-style-type: decimal;
  }

  .section-cgl {
    background-color: #d2dad8;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .container-cgl {
    max-width: 1300px;
    background-color: #d2dad8;
  }

  .columns-cgl {
    margin-left: 0;
    margin-right: 0;
  }

  .image-22 {
    text-align: center;
  }

  .div-block-43 {
    width: 100%;
    text-align: center;
  }

  .div-block-44, .div-block-45 {
    text-align: center;
  }

  .column-10, .column-11, .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-cylinders {
    color: #fff;
    text-align: left;
    padding-top: 20px;
    padding-left: 0;
  }

  .bold-text-9 {
    color: #fff;
  }

  .cgl-grid {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    border-top: 0 solid #e2e4e8;
    grid-template-rows: auto 0;
    grid-template-columns: auto auto auto;
    margin-bottom: 0;
    padding: 0;
  }

  .div-block-cgl1 {
    padding-left: 30px;
  }

  .cgl1-icon, .cgl2-icon, .cgl3-icon {
    width: 300px;
    margin-bottom: 0;
  }

  .paragraph-bigger-cylinders {
    color: #fff;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 600;
  }

  .paragraph-bigger-hlpgcss {
    padding-bottom: 20px;
    font-weight: 800;
  }

  .hlpgcss-icon {
    width: 90px;
  }

  .grid-block-g {
    height: 520px;
    background-color: #d2dad8;
    margin-top: 0;
    padding: 30px;
  }

  .grid-block-w {
    height: 790px;
    box-shadow: none;
    background-color: #fff;
    border-width: 1px;
    border-color: #f1f1f1;
    margin-top: 0;
    padding: 20px;
  }

  .service-section-g {
    background-color: #fff;
    margin-left: 50px;
    margin-right: 50px;
    padding: 0 0%;
  }

  .flex-container-g {
    max-width: 1300px;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph-bigger-dlpghc {
    padding-bottom: 52px;
    font-weight: 800;
  }

  .header-content-slider-sp {
    max-width: 1300px;
    text-align: right;
    display: block;
  }

  .h1-main-2-sp {
    text-align: right;
    object-fit: scale-down;
    padding-bottom: 0;
    font-size: 55px;
  }

  .grid-block-nl {
    cursor: default;
    background-color: #f3f3f3;
    border-width: 0;
    border-color: rgba(0, 0, 0, 0);
    font-family: Open Sans, sans-serif;
    transition-property: none;
  }

  .navigation-dropdown-cu.w--open {
    min-width: 700px;
    text-align: left;
    left: -405px;
  }

  .navigation-dropdown-cu.dropdown-long.w--open {
    min-width: 300px;
    left: -140px;
  }

  .dropdown-wrapper-flex-cu {
    min-width: 170px;
  }

  .dropdown-column-right-additional-information {
    background-color: #fff;
    border-left-width: 0;
    border-left-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .dropdown-column-left-cu {
    width: 100%;
    border-right: 0 solid rgba(0, 0, 0, 0);
  }

  .share-links {
    padding-left: 5px;
    position: fixed;
    top: 20%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .social-grid {
    z-index: 9;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    position: fixed;
    top: 200px;
  }

  .image-23 {
    width: 30px;
  }

  .link-block-3 {
    padding-left: 5px;
  }

  .link-block-facebook {
    background-color: #4267b2;
    padding: 5px;
  }

  .facebook-icon {
    width: 30px;
  }

  .link-block-twitter {
    background-color: #50abf1;
    padding: 5px;
  }

  .link-block-youtube {
    background-color: red;
    padding: 5px;
  }

  .link-block-instagram {
    background-color: #6e1cea;
    padding: 5px;
  }

  .twiiter-icon, .youtube-icon, .instagram-icon {
    width: 30px;
  }

  .image-24 {
    width: 400px;
  }

  .column-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-14 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .column-15 {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-gallery {
    padding-top: 40px;
  }

  .column-1-g {
    padding-left: 0;
    padding-right: 0;
  }

  .column-2-g {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .column-3-g {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
  }

  .image-1g, .image-2g, .image-3g {
    width: 400px;
  }

  .container-footer-top {
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-25 {
    border-radius: 20px;
  }

  .h4-m {
    color: #333;
    text-transform: capitalize;
    border-bottom: 1px solid #e2e4e8;
    font-size: 25px;
    font-weight: 400;
    line-height: 60px;
  }

  .header-content-slider-1 {
    width: 100%;
    text-align: right;
    margin-top: 0;
    line-height: 50px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .h1-main-slider-2 {
    text-align: right;
    font-size: 40px;
  }

  .container-header-slider-2 {
    max-width: 1300px;
    text-align: left;
    justify-content: flex-end;
    position: relative;
  }

  .h1-dblpgs {
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8;
    font-size: 30px;
    font-weight: 700;
  }

  .h1-lpghpc {
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
  }

  .h1-lpgf {
    color: #333;
    text-transform: capitalize;
    border-bottom: 0 solid #e2e4e8;
    font-size: 30px;
    font-weight: 600;
  }

  .h1-swp, .h1-i {
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
  }

  .h4-i {
    color: #333;
    text-transform: capitalize;
    border-bottom: 0 solid #e2e4e8;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 400;
    line-height: 60px;
  }

  .image-26 {
    border-radius: 20px;
  }

  .sm-grid {
    grid-template-columns: 2fr 1fr;
  }

  .sm-grid.cc-about-2 {
    grid-template-columns: 2fr 2fr;
    margin-bottom: 20px;
  }

  .agt-grid {
    grid-template-columns: 2fr 1fr;
    margin-bottom: 0;
  }

  .agt-grid.cc-about-2 {
    grid-template-columns: 1fr 2fr;
    margin-bottom: 20px;
  }

  .h1-wukg {
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
  }

  .slide-8 {
    background-image: url('../images/601ee0bc721e17a059340449_1612636348161-image11.jpg');
    background-position: 50%;
    background-size: auto;
  }

  .slide-gallery-1-1 {
    background-image: url('../images/image-01.jpg');
    background-position: 50% 27%;
    background-size: cover;
  }

  .slide-gallery-1-2 {
    background-image: url('../images/image-02.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-2 {
    height: 500px;
  }

  .slider-gallery {
    height: 500px;
    margin-top: 30px;
  }

  .slide-gallery-1-3 {
    background-image: url('../images/image-03.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .h1-main-slider-2 {
    color: #333;
    font-size: 40px;
    line-height: 60px;
  }

  .h1-wlpg {
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
  }

  .h4-wlpg {
    color: #333;
    text-transform: capitalize;
    border-bottom: 0 solid #e2e4e8;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 400;
    line-height: 60px;
  }

  .h1-gs {
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
  }

  .h4-gs {
    color: #333;
    text-transform: capitalize;
    border-bottom: 0 solid #e2e4e8;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 400;
    line-height: 60px;
  }

  .h1-g {
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8;
    font-size: 30px;
    font-weight: 700;
  }

  .h1-bad, .h1-so {
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
  }

  .h1-los, .h1-b {
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8;
    font-size: 30px;
    font-weight: 700;
  }

  .list-item-ohi {
    color: rgba(86, 96, 115, .9);
    text-align: left;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-left: 40px;
    font-size: 15px;
    line-height: 30px;
  }

  .list-item-4 {
    opacity: .9;
    color: rgba(51, 51, 51, .8);
  }

  .paragraph-lpg-bad {
    color: rgba(51, 51, 51, .8);
    text-align: left;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .heading-jumbo-small-bad {
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
  }

  .list-item-bad {
    color: rgba(86, 96, 115, .9);
    text-align: left;
    margin-bottom: 30px;
    padding-top: 0;
    padding-left: 40px;
    font-size: 15px;
    line-height: 30px;
  }

  .slide-gallery-1-4 {
    background-image: url('../images/image-04.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-1-5 {
    background-image: url('../images/image-05.jpg');
    background-position: 50%;
    background-size: contain;
  }

  .slide-gallery-1-6 {
    background-image: url('../images/image-06.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-1-7 {
    background-image: url('../images/image-07.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-1-8 {
    background-image: url('../images/image-08.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-1-9 {
    background-image: url('../images/image-09.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-2-0 {
    background-image: url('../images/image-10.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-2-1 {
    background-image: url('../images/image-11.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-2-2 {
    background-image: url('../images/image-12.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-2-3 {
    background-image: url('../images/image-13.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-2-4 {
    background-image: url('../images/image-14.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-2-5 {
    background-image: url('../images/image-15.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-2-6 {
    background-image: url('../images/image-16.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-2-7 {
    background-image: url('../images/image-17.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-2-8 {
    background-image: url('../images/image-18.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-2-9 {
    background-image: url('../images/84818716_2477492622580189_2770259691240947712_n.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-3-0 {
    background-image: url('../images/37300412_2030003630662426_1120717826936537088_n.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-3-1 {
    background-image: url('../images/36519953_2014422992220490_4783187631674490880_n.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-3-2 {
    background-image: url('../images/39969540_2072969073032548_2551996127637405696_n.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .lpg-f-grid-1 {
    grid-column-gap: 80px;
    grid-template-columns: 2fr 2fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-lpgf1, .image-lpgf2 {
    border-radius: 20px;
  }

  .lpg-f-grid-2 {
    grid-template-columns: 2fr 1fr;
  }

  .lpg-f-grid-2.cc-about-2 {
    grid-template-columns: 2fr 2fr;
    align-items: center;
    margin-bottom: 20px;
  }

  .lpg-f-grid-3 {
    grid-column-gap: 80px;
    grid-template-columns: 2fr 2fr;
    padding-bottom: 30px;
  }

  .ktg-newsroom-slider-container {
    width: 250px;
    border-top: 0 solid #e2e4e8;
    margin-top: 10px;
    padding-top: 0;
  }

  .lpg-f-grid-4 {
    grid-template-columns: 2fr 1fr;
  }

  .lpg-f-grid-4.cc-about-2 {
    grid-template-columns: 2fr 2fr;
    align-items: center;
    margin-bottom: 20px;
  }

  .image-lpgf4, .image-lpgf3 {
    border-radius: 20px;
  }

  .news-item-read-more {
    height: 790px;
    box-shadow: none;
    background-color: #fff;
    border-width: 1px;
    border-color: #f1f1f1;
    margin-top: 0;
    padding: 20px;
  }

  .h1-n {
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8;
    font-size: 30px;
    font-weight: 700;
  }

  .ktg-newsroom-container {
    margin-top: 30px;
  }

  .about-us-oss-grid {
    grid-column-gap: 80px;
    grid-template-columns: 2fr 2fr;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-bigger-about-us {
    padding-bottom: 0;
    font-weight: 600;
  }

  .list-item-5 {
    color: rgba(86, 96, 115, .9);
  }

  .list-item-oss {
    color: rgba(86, 96, 115, .9);
    font-size: 15px;
    line-height: 25px;
  }

  .heading-jumbo-small-about-us {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
  }

  .image-about-us-1 {
    border-radius: 20px;
  }

  .about-us-ce-grid {
    grid-template-columns: 2fr 1fr;
  }

  .about-us-ce-grid.cc-about-2 {
    grid-template-columns: 1fr 2fr;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-about-us-2 {
    border-radius: 20px;
  }

  .columns-vm {
    margin-top: 50px;
  }

  .div-block-vision {
    text-align: center;
    background-color: #5c3f91;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .div-block-mission {
    text-align: left;
    background-color: #fff;
    border-radius: 0;
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-about-us {
    color: #333;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 23px;
  }

  .column-16 {
    padding-left: 0;
  }

  .column-17 {
    padding-right: 0;
  }

  .column-v-1 {
    padding-left: 0;
  }

  .column-m-1 {
    padding-right: 0;
  }

  .columns-vm-r2 {
    margin-top: 10px;
  }

  .columns-vm-r1 {
    margin-top: 50px;
  }

  .div-block-vision-r2 {
    text-align: left;
    background-color: #5c3f91;
    border-radius: 0;
    margin-top: 10px;
    padding: 40px 50px;
  }

  .div-block-mission-r2 {
    height: auto;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    border: 0 solid #e2e4e8;
    border-radius: 0;
    margin-top: 10px;
    padding: 0;
  }

  .paragraph-vr2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .paragraph-mr2 {
    color: #333;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .column-v1 {
    padding-left: 0;
    padding-right: 10px;
  }

  .column-v2 {
    padding-left: 10px;
    padding-right: 0;
  }

  .grid-2 {
    grid-template-columns: .5fr 3fr;
  }

  .ktg-dealer-locator-container {
    margin-top: 30px;
  }

  .grid-ov {
    grid-column-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .5fr 3fr;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-f1 {
    text-align: center;
    background-color: #5c3f91;
    border-top-left-radius: 70px;
    padding: 20px;
  }

  .div-block-f2 {
    opacity: 1;
    background-color: #5c3f91;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    padding: 20px;
  }

  .div-block-i1 {
    text-align: center;
    background-color: #f68634;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    padding: 20px;
  }

  .div-block-i2 {
    background-color: #f68634;
    border-top-right-radius: 70px;
    padding: 20px;
  }

  .image-27 {
    height: 100px;
  }

  .heading-about-us-d {
    color: #5c3f91;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-jumbo-small-about-us-d {
    color: #fff;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
  }

  .paragraph-about-us-d {
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-installation {
    color: rgba(51, 51, 51, .8);
    text-align: left;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .installation-grid-1 {
    grid-column-gap: 80px;
    grid-template-columns: 2fr 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-jumbo-small-installation {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
  }

  .paragraph-installation-grid {
    color: rgba(51, 51, 51, .8);
    text-align: left;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .installation-grid-2 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 2fr;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .installation-grid-3 {
    grid-column-gap: 80px;
    grid-template-columns: 2fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-installation1, .image-installation2, .image-installation3 {
    border-radius: 20px;
  }

  .gs-grid-1 {
    grid-column-gap: 80px;
    grid-template-columns: 2fr 1fr;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .image-gs {
    border-radius: 20px;
  }

  .paragraph-gs {
    color: rgba(51, 51, 51, .8);
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .gs-grid-2 {
    grid-column-gap: 80px;
    grid-template-columns: 2fr 2fr;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .gs-grid-3 {
    grid-column-gap: 80px;
    grid-template-columns: 2fr 2fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gs-grid-4 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 2fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gs-grid-5 {
    grid-column-gap: 80px;
    grid-template-columns: 2fr 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gs-grid-6 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 2fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bd-grid-1 {
    grid-column-gap: 80px;
    grid-template-columns: 2fr 2fr;
    justify-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bd-grid-2, .bd-grid-3 {
    grid-column-gap: 80px;
    grid-template-columns: 2fr 2fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-company-documents {
    opacity: .9;
    color: rgba(51, 51, 51, .8);
  }

  .paragraph-light-bd {
    opacity: .9;
    color: rgba(51, 51, 51, .8);
    margin-top: 0;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    line-height: 25px;
  }

  .list-item-minimum-capital, .list-item-amc, .list-item-business-proposal, .list-item-range-of-size {
    opacity: .9;
    color: rgba(51, 51, 51, .8);
  }

  .bold-text-10 {
    font-size: 50px;
    line-height: 20px;
  }

  .bold-text-11 {
    color: #333;
  }

  .h1-slide-1 {
    color: #333;
    font-family: Open Sans, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 60px;
  }

  .body-d {
    background-color: #fff;
  }

  .lpg1-grid {
    grid-column-gap: 30px;
    grid-template-columns: 2fr 2fr;
    margin-bottom: 0;
  }

  .lpg2-grid {
    grid-column-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    justify-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lpg3-grid {
    grid-column-gap: 30px;
    grid-template-columns: 2fr 1fr;
    margin-bottom: 0;
    padding-top: 30px;
  }

  .link-4 {
    color: #f68634;
    font-weight: 600;
    text-decoration: none;
  }

  .h1-b-careers {
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8;
    font-size: 30px;
    font-weight: 700;
  }

  .careers-grid {
    grid-template-columns: 2fr 1fr;
    padding-top: 30px;
  }

  .image-ks-lpg-reseller {
    border-radius: 20px;
  }

  .image-ks-lpg-reseller-1 {
    width: 250px;
    border: 0 solid #000;
    border-radius: 20px;
  }

  .div-block-46 {
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #e2e4e8;
    border-radius: 20px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 50px;
    display: block;
  }

  .slide-gallery-3-3 {
    background-image: url('../images/6-2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-one-stop-shop {
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #e2e4e8;
    border-radius: 20px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 35px;
    display: block;
  }

  .paragraph-footer {
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 25px;
  }

  .image-28 {
    height: auto;
  }

  .div-block-slide-1 {
    height: 100%;
    text-align: right;
    position: static;
  }

  .heading-2 {
    text-align: right;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .container-slide-1 {
    height: 100%;
    max-width: 1300px;
    position: relative;
  }

  .heading-3 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .heading-4 {
    width: 707px;
    height: auto;
    opacity: .8;
    color: #fff;
    background-color: #000;
    margin-top: 0;
    padding: 40px 50px 40px 40px;
    font-family: Century gothic;
    font-weight: 700;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-slide-1 {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Century gothic;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .div-block-slide-1-content {
    width: 710px;
    height: 200px;
    float: right;
    opacity: .8;
    text-align: left;
    background-color: #000;
    padding: 60px 50px 0;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .image-29 {
    width: 60px;
  }

  .divider-slide-1 {
    width: 50px;
    text-align: left;
  }

  .div-block-slide-2 {
    height: 100%;
    text-align: right;
    position: static;
  }

  .container-slide-2 {
    height: 100%;
    max-width: 1300px;
    position: relative;
  }

  .div-block-slide-2-content {
    width: 480px;
    height: 200px;
    float: left;
    opacity: .8;
    text-align: left;
    background-color: #000;
    padding: 40px 40px 0;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-slide-2 {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Century gothic;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .divider-slide-2 {
    width: 50px;
    text-align: left;
  }

  .div-block-slide-3 {
    height: 100%;
    text-align: right;
    position: static;
  }

  .div-block-slide-3-content {
    width: 710px;
    height: 200px;
    float: right;
    opacity: .8;
    text-align: left;
    background-color: #000;
    padding: 40px 50px 0;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-slide-3 {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Century gothic;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .divider-slide-3 {
    width: 50px;
    text-align: left;
  }

  .div-block-slide-4 {
    height: 100%;
    text-align: right;
    position: static;
  }

  .div-block-slide-4-content {
    width: 480px;
    height: 200px;
    float: left;
    opacity: .8;
    text-align: left;
    background-color: #000;
    padding: 40px 40px 0;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-slide-4 {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Century gothic;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .divider-slide-4 {
    width: 50px;
    text-align: left;
  }

  .paragraph-light-so {
    opacity: .9;
    color: rgba(51, 51, 51, .8);
    margin-top: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    line-height: 25px;
  }

  .section-top-sub-page-los {
    height: 180px;
    background-image: url('../images/sub-page-test.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .heading-about-kg {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Century gothic;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .image-top-divider-sp {
    width: 50px;
    padding-top: 0;
  }

  .section-top-sub-page-about-kg {
    height: 180px;
    background-image: url('../images/sub-page-about-us.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-about-ks {
    width: 100%;
    height: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .div-block-about-ks-content {
    width: auto;
    height: auto;
    float: right;
    opacity: .8;
    text-align: left;
    background-color: #000;
    margin-top: 40px;
    padding: 20px 30px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-about-ks {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Gothicb0, sans-serif;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .divider-about-ks {
    width: 50px;
    text-align: left;
  }

  .container-header-sub-page {
    max-width: 1300px;
    text-align: left;
    justify-content: flex-start;
    position: relative;
  }

  .h1-main-2-test {
    color: #fff;
    text-transform: none;
  }

  .image-wlpg1 {
    width: 100%;
    max-width: 450px;
    text-align: right;
    border: 1px solid #e2e4e8;
    border-radius: 20px;
  }

  .image-wlpg2 {
    border-radius: 20px;
  }

  .image-wlpg3 {
    text-align: right;
    border: 1px solid #e2e4e8;
    border-radius: 20px;
  }

  .section-top-sub-page-domestic-bulk-services {
    height: 180px;
    background-image: url('../images/sub-page-domestic-bulk-services.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .section-top-sub-page-lpg-hotels-resturants-catering {
    height: 180px;
    background-image: url('../images/sub-page-hotels-resturants.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-domestic-bulk-services-content {
    width: auto;
    height: auto;
    float: right;
    opacity: .8;
    text-align: left;
    background-color: #000;
    margin-top: 40px;
    padding: 20px 30px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .div-block-domestic-bulk-services {
    width: 100%;
    height: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .heading-domestic-bulk-services {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Gothicb0, sans-serif;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .divider-domestic-bulk-services {
    width: 50px;
    text-align: left;
  }

  .div-block-lpg-hotels-resturants-catering {
    width: 100%;
    height: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .div-block-lpg-hotels-resturants-catering-content {
    width: auto;
    height: auto;
    float: right;
    opacity: .8;
    text-align: left;
    background-color: #000;
    margin-top: 40px;
    padding: 20px 30px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-lpg-hotels-resturants-catering {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Gothicb0, sans-serif;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .divider-lpg-hotels-resturants-catering {
    width: 50px;
    text-align: left;
  }

  .section-top-sub-page-lpg-farming {
    height: 180px;
    background-image: url('../images/sub-page-lpg-farming.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-lpg-farming {
    width: 100%;
    height: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .div-block-lpg-farming-content {
    width: auto;
    height: auto;
    float: right;
    opacity: .8;
    text-align: left;
    background-color: #000;
    margin-top: 40px;
    padding: 20px 30px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-lpg-farming {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Gothicb0, sans-serif;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .divider-lpg-farming {
    width: 50px;
    text-align: left;
  }

  .section-top-sub-page-installation {
    height: 180px;
    background-image: url('../images/sub-page-installation.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-installation {
    width: 100%;
    height: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .div-block-installation-content {
    width: auto;
    height: auto;
    float: right;
    opacity: .8;
    text-align: left;
    background-color: #000;
    margin-top: 40px;
    padding: 20px 30px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-installation {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Gothicb0, sans-serif;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .divider-installation {
    width: 50px;
    text-align: left;
  }

  .section-top-sub-page-why-use-kg {
    height: 180px;
    background-image: url('../images/sub-page-why-use-KG.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-why-use-kg {
    width: 100%;
    height: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .div-block-why-use-kg-content {
    width: auto;
    height: auto;
    float: right;
    opacity: .8;
    text-align: left;
    background-color: #000;
    margin-top: 40px;
    padding: 20px 30px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-why-use-kg {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Gothicb0, sans-serif;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .divider-why-use-kg {
    width: 50px;
    text-align: left;
  }

  .section-top-sub-page-why-lpg {
    height: 180px;
    background-image: url('../images/sub-page-why-LPG.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-why-lpg {
    width: 100%;
    height: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .section-top-sub-page-gas-safety {
    height: 180px;
    background-image: url('../images/sub-page-gas-safety.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-gas-safety {
    width: 100%;
    height: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .div-block-gas-safety-content {
    width: auto;
    height: auto;
    float: right;
    opacity: .8;
    text-align: left;
    background-color: #000;
    margin-top: 40px;
    padding: 20px 30px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-gas-safety {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Gothicb0, sans-serif;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .divider-gas-safety {
    width: 50px;
    text-align: left;
  }

  .section-top-sub-page-gallery {
    height: 180px;
    background-image: url('../images/sub-page-gallery.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-gallery {
    width: 100%;
    height: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .div-block-gallery-content {
    width: auto;
    height: auto;
    float: right;
    opacity: .8;
    text-align: left;
    background-color: #000;
    margin-top: 40px;
    padding: 20px 30px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-gallery {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Gothicb0, sans-serif;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .divider-gallery {
    width: 50px;
    text-align: left;
  }

  .section-top-sub-page-ks-reseller {
    height: 180px;
    background-image: url('../images/sub-page-become-distributor.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-ks-reseller {
    width: 100%;
    height: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .div-block-ks-reseller-content {
    width: auto;
    height: auto;
    float: right;
    opacity: .8;
    text-align: left;
    background-color: #000;
    margin-top: 40px;
    padding: 20px 30px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-ks-reseller {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Gothicb0, sans-serif;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .divider-ks-reseller {
    width: 50px;
    text-align: left;
  }

  .section-top-sub-page-shop-online {
    height: 180px;
    background-image: url('../images/sub-page-shop-online.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-shop-online {
    width: 100%;
    height: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .div-block-shop-online-content {
    width: auto;
    height: auto;
    float: right;
    opacity: .8;
    text-align: left;
    background-color: #000;
    margin-top: 40px;
    padding: 20px 30px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-shop-online {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Gothicb0, sans-serif;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .divider-shop-online {
    width: 50px;
    text-align: left;
  }

  .section-top-sub-page-get-in-touch {
    height: 180px;
    background-image: url('../images/sub-page-contact-us.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-get-in-touch {
    width: 100%;
    height: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .div-block-get-in-touch-content {
    width: auto;
    height: auto;
    float: right;
    opacity: .8;
    text-align: left;
    background-color: #000;
    margin-top: 40px;
    padding: 20px 30px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-get-in-touch {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Gothicb0, sans-serif;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .divider-get-in-touch {
    width: 50px;
    text-align: left;
  }

  .section-top-sub-page-locate-stores {
    height: 180px;
    background-image: url('../images/sub-page-locate-stores.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-locate-stores {
    width: 100%;
    height: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .div-block-locate-stores-content {
    width: auto;
    height: auto;
    float: right;
    opacity: .8;
    text-align: left;
    background-color: #000;
    margin-top: 40px;
    padding: 20px 30px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-locate-stores {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Gothicb0, sans-serif;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .divider-locate-stores {
    width: 50px;
    text-align: left;
  }

  .section-top-sub-page-business {
    height: 180px;
    background-image: url('../images/sub-page-business.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-busness {
    width: 100%;
    height: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .div-block-business-content {
    width: auto;
    height: auto;
    float: right;
    opacity: .8;
    text-align: left;
    background-color: #000;
    margin-top: 40px;
    padding: 20px 30px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-business {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Gothicb0, sans-serif;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .divider-business {
    width: 50px;
    text-align: left;
  }

  .section-top-sub-page-blog {
    height: 180px;
    background-image: url('../images/sub-page-blog.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-blog {
    width: 100%;
    height: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .div-block-blog-content {
    width: auto;
    height: auto;
    float: right;
    opacity: .8;
    text-align: left;
    background-color: #000;
    margin-top: 40px;
    padding: 20px 30px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-blog {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Gothicb0, sans-serif;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .divider-blog {
    width: 50px;
    text-align: left;
  }

  .section-top-sub-page-careers {
    height: 180px;
    background-image: url('../images/sub-page-careers.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-careers {
    width: 100%;
    height: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .div-block-careers-content {
    width: auto;
    height: auto;
    float: right;
    opacity: .8;
    text-align: left;
    background-color: #000;
    margin-top: 40px;
    padding: 20px 30px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-careers {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Gothicb0, sans-serif;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .divider-careers {
    width: 50px;
    text-align: left;
  }

  .logo-link {
    padding-top: 0;
    position: absolute;
  }

  .logo-link.w--current {
    padding-top: 0;
  }

  .button-shop-online {
    text-transform: uppercase;
    background-color: #f68634;
    border-radius: 50px;
    padding: 15px 30px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .button-shop-online:hover {
    background-color: #5c3f91;
  }

  .image-domestic-bulk-lpg {
    border-radius: 20px;
    margin-top: 0;
    padding-top: 0;
  }

  .slide-nav-3 {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-ks {
    background-color: #5c3f91;
  }

  .container-footer-bottom {
    max-width: 1300px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-47 {
    text-align: center;
  }

  .form-block {
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-jumbo-big-about-us {
    text-align: left;
    letter-spacing: -1px;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 78px;
  }

  .heading-jumbo-medium-about-us {
    text-align: left;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 700;
    line-height: 44px;
  }

  .f-icon, .i-icon, .r-icon, .e-icon {
    height: 100px;
  }

  .heading-jumbo-big-dbls {
    text-align: left;
    letter-spacing: -1px;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
    line-height: 78px;
  }

  .heading-jumbo-big-lpghrc {
    text-align: left;
    letter-spacing: -1px;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
  }

  .heading-jumbo-big-installation {
    text-align: left;
    letter-spacing: -1px;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 78px;
  }

  .heading-jumbo-big-wukg {
    text-align: left;
    letter-spacing: -1px;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 78px;
  }

  .heading-jumbo-big-wlpg {
    text-align: left;
    letter-spacing: -1px;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 78px;
  }

  .heading-jumbo-big-w-lpg, .heading-jumbo-big-gs, .heading-jumbo-big-g, .heading-jumbo-big-klr, .heading-jumbo-big-so, .heading-jumbo-big-los, .heading-jumbo-big-b, .heading-jumbo-big-blog, .heading-jumbo-big-careers, .heading-jumbo-big-sitemap {
    text-align: left;
    letter-spacing: -1px;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e4e8;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
  }

  .section-top-sub-page-sitemap {
    height: 180px;
    background-image: url('../images/sub-page-sitemap.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-sitemap {
    width: 100%;
    height: 100%;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .div-block-sitemap-content {
    width: auto;
    height: auto;
    float: right;
    opacity: .8;
    text-align: left;
    background-color: #000;
    margin-top: 40px;
    padding: 20px 30px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-sitemap {
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Gothicb0, sans-serif;
    font-weight: 700;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .divider-sitemap {
    width: 50px;
    text-align: left;
  }

  .heading-jumbo-slide-1, .heading-jumbo-slide-2, .heading-jumbo-slide-3, .heading-jumbo-slide {
    text-align: left;
    letter-spacing: 0;
    text-transform: none;
    border-bottom: 0 solid #e2e4e8;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 44px;
  }

  .heading-top-columns {
    width: 100%;
    height: auto;
    color: #333;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    position: static;
  }

  .bold-text-12 {
    align-items: center;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    display: flex;
  }

  .paragraph-footer-sitemap {
    color: rgba(255, 255, 255, .9);
    padding-right: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .link-sitemap {
    text-decoration: none;
  }

  .link-sitemap.w--current {
    padding-left: 5px;
    padding-right: 0;
  }

  .div-block-404 {
    min-height: 300px;
    text-align: center;
    padding-top: 50px;
    position: relative;
  }

  .link-404 {
    color: #f68731;
    font-weight: 700;
    text-decoration: none;
  }

  .text-block-4 {
    opacity: .9;
    color: rgba(51, 51, 51, .8);
    font-size: 15px;
    line-height: 25px;
  }

  .slide-gallery-3-4 {
    background-image: url('../images/Slide-Gallery-3.4.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-3-5 {
    background-image: url('../images/Slide-Gallery-3.5.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-3-6 {
    background-image: url('../images/Slide-Gallery-3.6.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-3-7 {
    background-image: url('../images/Slide-Gallery-3.7.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-3-8 {
    background-image: url('../images/Slide-Gallery-3.8.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-3-9 {
    background-image: url('../images/Slide-Gallery-3.9.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-4-0 {
    background-image: url('../images/Slide-Gallery-4.0.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-4-1 {
    background-image: url('../images/Slide-Gallery-4.1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-4-2 {
    background-image: url('../images/Slide-Gallery-4.2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-4-3 {
    background-image: url('../images/Slide-Gallery-4.3.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-4-4 {
    background-image: url('../images/Slide-Gallery-4.4.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-4-5 {
    background-image: url('../images/Slide-Gallery-4.5.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-4-6 {
    background-image: url('../images/Slide-Gallery-4.6.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-4-7 {
    background-image: url('../images/Slide-Gallery-4.7.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-4-8 {
    background-image: url('../images/Slide-Gallery-4.8.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-4-9 {
    background-image: url('../images/Slide-Gallery-4.9.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-5-0 {
    background-image: url('../images/Slide-Gallery-5.0.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .image-31 {
    width: 100%;
  }

  .lightbox-link {
    width: 100%;
    height: 500px;
  }

  .slide-gallery-5-1 {
    background-image: url('../images/Slide-Gallery-5.1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-5-2 {
    background-image: url('../images/Slide-Gallery-5.2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-5-3 {
    background-image: url('../images/Slide-Gallery-5.3.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-5-4 {
    background-image: url('../images/Slide-Gallery-5.4.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-5-5 {
    background-image: url('../images/Slide-Gallery-5.5.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-5-6 {
    background-image: url('../images/Slide-Gallery-5.6.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-5-7 {
    background-image: url('../images/Slide-Gallery-5.7.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-5-8 {
    background-image: url('../images/Slide-Gallery-5.8.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-5-9 {
    background-image: url('../images/Slide-Gallery-5.9.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-6-0 {
    background-image: url('../images/Slide-Gallery-6.0.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-6-1 {
    background-image: url('../images/Slide-Gallery-6.1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-6-2 {
    background-image: url('../images/Slide-Gallery-6.2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-6-3 {
    background-image: url('../images/Slide-Gallery-6.3.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-6-4 {
    background-image: url('../images/Slide-Gallery-6.4.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-6-5 {
    background-image: url('../images/Slide-Gallery-6.5.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-6-6 {
    background-image: url('../images/Slide-Gallery-6.6.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-6-7 {
    background-image: url('../images/Slide-Gallery-6.7.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-6-8 {
    background-image: url('../images/Slide-Gallery-6.8.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-6-9 {
    background-image: url('../images/Slide-Gallery-6.9.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-7-0 {
    background-image: url('../images/Slide-Gallery-7.0.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-7-1 {
    background-image: url('../images/Slide-Gallery-7.1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-7-2 {
    background-image: url('../images/Slide-Gallery-7.2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-7-3 {
    background-image: url('../images/Slide-Gallery-7.3.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-7-4 {
    background-image: url('../images/Slide-Gallery-7.4.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-7-5 {
    background-image: url('../images/Slide-Gallery-7.5.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-7-6 {
    background-image: url('../images/Slide-Gallery-7.6.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-7-7 {
    background-image: url('../images/Slide-Gallery-7.7.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-7-8 {
    background-image: url('../images/Slide-Gallery-7.8.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-7-9 {
    background-image: url('../images/Slide-Gallery-7.9.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-wrapper-home {
    margin-top: 180px;
  }

  .hero-block-overlay.business {
    height: 500px;
  }

  .top-wrapper {
    width: 100%;
    height: auto;
    border-bottom: 0 solid #f1f1f1;
    align-self: center;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
  }

  .grid-icon-new {
    margin-top: 0;
    top: auto;
  }

  .bottom-wrapper {
    position: relative;
  }

  .image-dashboard {
    width: 100%;
    border-radius: 3px;
  }

  .dark-footer-title {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .white-footer {
    background-color: #5c3f91;
    border-top: 10px solid #f68634;
    padding-bottom: 50px;
  }

  .container-footer {
    max-width: 1300px;
  }

  .light-footer-link {
    opacity: .9;
    color: #fff;
    font-family: Open Sans, sans-serif;
  }

  .bottom-footer-paragraph.dark {
    width: 100%;
    color: #ccc;
    font-family: Open Sans, sans-serif;
  }

  .color-social-button.instagram {
    background-image: linear-gradient(#000, #9a2cdb 0%, #fe169d 52%, #fea912);
  }

  .color-social-button.linkedin {
    background-color: #0a66c2;
  }

  .color-social-button.youtube {
    background-color: red;
  }

  .bottom-footer-block.white-footer-block {
    text-align: center;
  }

  .paragraph {
    font-family: Open Sans, sans-serif;
  }

  .footer-wrapper {
    text-align: center;
  }

  .sitemap-link {
    color: #ccc;
    text-decoration: none;
  }

  .image-wrapper {
    width: 100%;
  }

  .image-wgas {
    width: 100%;
    height: 275px;
    background-image: url('../images/why-lpg-NEW.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 3px;
  }

  .image-installations {
    width: 100%;
    height: 275px;
    background-image: url('../images/installation.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 3px;
  }

  .image-find-us {
    width: 100%;
    height: 275px;
    background-image: url('../images/find-us-new.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 3px;
  }

  .paragraph-mini {
    color: rgba(51, 51, 51, .8);
    text-align: justify;
    border-top: 1px solid #e2e4e8;
    padding-top: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    line-height: 25px;
    position: static;
  }

  .subpage-header {
    background-image: none;
  }

  .subpage-header.about-us {
    height: 450px;
    background-image: url('../images/header-image-about-us.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 130px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subpage-header.domestic-bulk {
    height: 450px;
    background-image: url('../images/header-image-domestic-bulk.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 130px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subpage-header.hrc {
    height: 450px;
    background-image: url('../images/header-image-HRC.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 130px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subpage-header.installation {
    height: 450px;
    background-image: url('../images/header-image-installation.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 130px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subpage-header.why-kensys {
    height: 450px;
    background-image: url('../images/header-image-why-kensys.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 130px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subpage-header.why-lpg {
    height: 450px;
    background-image: url('../images/header-image-why-lpg.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 130px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subpage-header.gas-safety {
    height: 450px;
    background-image: url('../images/header-image-safety.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 130px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subpage-header.gallery {
    height: 450px;
    background-image: url('../images/header-image-gallery.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 130px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subpage-header.reseller {
    height: 450px;
    background-image: url('../images/header-image-become-reseller.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 130px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subpage-header.shop-online {
    height: 450px;
    background-image: url('../images/header-image-shop-online.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 130px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subpage-header.contact-us {
    height: 450px;
    background-image: url('../images/header-image-contact-us.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 130px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subpage-header.locate-store {
    height: 450px;
    background-image: url('../images/header-image-locate-stores.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 130px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subpage-header.news {
    height: 450px;
    background-image: url('../images/header-image-news.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 130px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subpage-header.careers {
    height: 450px;
    background-image: url('../images/header-image-careers.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 130px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subpage-header.sitemap {
    height: 450px;
    background-image: url('../images/header-image-sitemap.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 130px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subpage-header.deliveries {
    height: 450px;
    background-image: url('../images/header-image-deliveries.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 130px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-wrapper {
    height: 100%;
    max-width: 1300px;
    padding-top: 0;
  }

  .subpage-title-kg {
    width: 100%;
    max-width: 600px;
    text-align: left;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    line-height: 55px;
    display: block;
    position: static;
  }

  .wording-style {
    font-weight: 700;
  }

  .subpage-title-kg-about-us {
    width: 100%;
    max-width: 600px;
    text-align: left;
    justify-content: center;
    align-items: center;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    line-height: 55px;
    display: block;
    position: static;
  }

  .header-wrapper {
    width: 100%;
    max-width: 600px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .top-wolumn-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }

  .image-32 {
    width: 100px;
  }

  .blog-image {
    width: 100%;
    max-width: 140px;
  }

  .cbz-bank-logo, .cimas {
    width: 100px;
    opacity: .81;
  }

  .image-blog {
    width: 100%;
    height: 275px;
    background-image: url('../images/Blog.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 3px;
  }

  .link-zera {
    color: #5c3f91;
    font-weight: 600;
    text-decoration: none;
  }

  .reseller-link, .deliveries-link {
    color: rgba(51, 51, 51, .8);
    font-weight: 700;
    text-decoration: none;
  }

  .image-d {
    border-radius: 20px;
  }

  .banner-bar-2 {
    width: 100%;
    background-color: #5b408f;
    background-image: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .banner-wrap-2 {
    max-width: 1300px;
    justify-content: flex-start;
  }

  .text-block-5 {
    font-family: Open Sans, sans-serif;
  }

  .slide-gallery-8-0 {
    background-image: url('../images/gallery-golf-day-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-gallery-8-1 {
    background-image: url('../images/gallery-golf-day-2.jpg');
    background-position: 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .header-scroll {
    display: flex;
  }

  .keepwatching-title {
    max-width: 80%;
  }

  .shows-carousel {
    display: block;
  }

  .shows-nextpage.picks {
    display: none;
  }

  .featuredrec-img {
    background-size: cover;
  }

  .rect-item {
    width: 50%;
    margin-top: 10px;
  }

  .container-header {
    display: block;
  }

  .header-content-slider {
    padding-left: 60px;
    padding-right: 60px;
  }

  .service-details {
    width: 100%;
  }

  .paragraph-basic-services {
    text-align: justify;
    margin-top: 0;
  }

  .grid-block {
    margin-bottom: 40px;
    padding: 30px;
    box-shadow: 18px 9px 64px 20px rgba(114, 114, 114, .16);
  }

  .service-grid {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .paragraph-basic-services {
    width: 100%;
    width: 500px;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-about-us {
    padding: 30px;
  }

  .footer-top-logo {
    padding: 30px 0%;
  }

  .footer-column-2 {
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .icon-3, .icon-4 {
    color: #fff;
  }

  .slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-wrapper {
    margin-top: 65px;
  }

  .slider-wrapper-wide {
    width: 100%;
  }

  .logo-wrapper-wide {
    margin-top: 0;
  }

  .client-logo-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-15 {
    width: 200px;
  }

  .icon-6, .icon-kg {
    font-size: 40px;
  }

  .image-17 {
    width: 200px;
  }

  .zera-image-client {
    width: 130px;
  }

  .ema-client-logo {
    width: 100px;
  }

  .sabs-logo-client, .fas-logo-client {
    width: 130px;
  }

  .saz-logo-client {
    width: 100px;
  }

  .mpwb-client-logo, .oryx-energies, .petredec-logos-client {
    width: 130px;
  }

  .logo-kg-c1 {
    width: 350px;
  }

  .image-top-divider-2 {
    width: 70px;
  }

  .h1-main-2 {
    font-size: 45px;
  }

  .header-content-slider-2 {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .mobile-nav-link.w--current {
    color: #333;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-mob {
    height: 100px;
    border-bottom: 1px solid rgba(68, 85, 103, .11);
    flex-direction: row;
    justify-content: center;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .menu-mob {
    color: #000;
    background-color: #f48230;
    border-radius: 10px;
    padding: 5px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #f68634;
    border-radius: 10px;
    padding: 5px;
  }

  .navigation {
    display: none;
  }

  .navigation-left {
    display: flex;
  }

  .nav-menu-3 {
    display: none;
  }

  .mobile-nav {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .flowbase-logo {
    width: 350px;
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-list-2 {
    background-color: #fff;
  }

  .mobile-toggle {
    width: 100%;
  }

  .slide-1-1, .slide-1-2, .slide-1-3, .slide-1-4 {
    height: 200px;
    background-position: 50%;
    background-size: cover;
  }

  .mega-save-logo-client {
    width: 100px;
  }

  .gain-logo-client {
    width: 130px;
  }

  .icon-9 {
    color: #fff;
    font-size: 40px;
  }

  .kg-logo-ip {
    width: 200px;
    margin-top: 0;
  }

  .section-top-sub-page {
    background-position: 50%;
    background-size: cover;
  }

  .home-section-wrap {
    text-align: left;
    margin-bottom: 0;
  }

  .about-grid {
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .button {
    justify-content: center;
  }

  .container-sub-page {
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .slider-main-kgn {
    height: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .our-services-grid {
    width: 100%;
    grid-column-gap: 50px;
    text-align: center;
    border-top-width: 0;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .service-icon, .supply-services-icon, .heating-cooking-icon, .switch-now-icon {
    display: inline-block;
  }

  .div-block-38 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-sn {
    text-align: left;
    padding-top: 50px;
  }

  .div-block-39, .div-block-40 {
    text-align: left;
  }

  .h2 {
    font-size: 42px;
  }

  .h2.h2-centre {
    text-align: center;
  }

  .service-grid-2 {
    width: 100%;
    max-width: 630px;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .grid-block-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph-lpg-farming {
    margin-top: 20px;
  }

  .paragraph-light-3 {
    margin-bottom: 0;
  }

  .heading-jumbo-small-lff {
    text-align: left;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .button-3 {
    justify-content: center;
  }

  .about-grid-2 {
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    align-content: end;
    align-items: start;
    justify-items: start;
    margin-bottom: 20px;
  }

  .about-grid-2.cc-about-2 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
    justify-items: start;
  }

  .sc-grid {
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-bottom: 20px;
  }

  .sc-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .button-sc {
    justify-content: center;
    margin-top: 20px;
  }

  .image-sc {
    width: 300px;
  }

  .div-block-sc {
    text-align: left;
  }

  .button-sm {
    justify-content: center;
    margin-top: 20px;
  }

  .image-sm {
    width: 300px;
  }

  .button-agt {
    justify-content: center;
    margin-top: 20px;
  }

  .image-21 {
    width: 300px;
  }

  .paragraph-light-aup {
    margin-top: 0;
  }

  .our-values-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-ga {
    height: 450px;
    text-align: left;
  }

  .paragraph-bigger-wkg1 {
    padding-bottom: 0;
  }

  .go-anywhere-icon {
    display: inline-block;
  }

  .columns-ov {
    padding-bottom: 20px;
  }

  .div-block-ec {
    height: 450px;
    text-align: left;
  }

  .ec-icon, .nt-icon {
    display: inline-block;
  }

  .paragraph-bigger-nt {
    padding-bottom: 35px;
  }

  .div-block-nt, .div-block-it, .div-block-ue, .div-block-ssn {
    height: 450px;
    text-align: left;
  }

  .in-touch-icon, .unrivaled-expertise-icon, .service-second-to-non-icon {
    display: inline-block;
  }

  .paragraph-bigger-it {
    padding-bottom: 35px;
  }

  .image-wukg {
    width: 300px;
  }

  .div-block-wkg1, .div-block-wkg2, .div-block-wkg3 {
    height: 450px;
    text-align: left;
  }

  .paragraph-bigger-wkg3 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .leading-icon, .great-service-icon, .nn-icon {
    display: inline-block;
  }

  .image-wilpg, .image-wiiu {
    width: 300px;
  }

  .wiiu-grid {
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    align-content: end;
    align-items: start;
    justify-items: start;
    margin-bottom: 20px;
  }

  .wiiu-grid.cc-about-2 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
    justify-items: start;
  }

  .wilpg-grid {
    grid-row-gap: 21px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-bottom: 20px;
  }

  .wilpg-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .get-in-touch-form {
    text-align: left;
  }

  .contact-form-grid {
    width: 100%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-lpgf {
    height: 250px;
    text-align: center;
  }

  .farming-icon {
    display: inline-block;
  }

  .paragraph-bigger-lpgf {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .div-block-hpc {
    height: 250px;
    text-align: center;
  }

  .hpc-icon {
    display: inline-block;
  }

  .div-block-sp {
    height: 250px;
    text-align: center;
  }

  .sp-icon {
    display: inline-block;
  }

  .image-b {
    width: 300px;
  }

  .business-grid {
    grid-row-gap: 21px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-bottom: 20px;
  }

  .business-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .div-block-business {
    text-align: left;
  }

  .heading-jumbo-small-business {
    margin-bottom: 0;
  }

  .list-item-business {
    padding-left: 20px;
  }

  .cgl-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-cgl1, .div-block-cgl2 {
    text-align: left;
  }

  .div-block-cgl3 {
    text-align: left;
    padding-top: 50px;
  }

  .cgl1-icon, .cgl2-icon, .cgl3-icon, .hlpgcss-icon {
    display: inline-block;
  }

  .grid-block-g {
    margin-bottom: 40px;
    padding: 30px;
    box-shadow: 18px 9px 64px 20px rgba(114, 114, 114, .16);
  }

  .grid-block-w {
    height: 800px;
    margin-bottom: 40px;
    padding: 30px;
    box-shadow: 18px 9px 64px 20px rgba(114, 114, 114, .16);
  }

  .service-section-g {
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-container-g {
    padding-left: 0;
    padding-right: 0;
  }

  .header-content-slider-sp {
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-block-nl {
    padding-top: 50px;
    padding-bottom: 50px;
    transition-property: none;
  }

  .grid-block-nl:hover {
    border-color: rgba(0, 0, 0, 0);
  }

  .share-links, .social-grid {
    display: none;
  }

  .container-footer-top {
    padding-left: 50px;
    padding-right: 50px;
  }

  .header-content-slider-1 {
    width: 100%;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .h1-main-slider-2 {
    font-size: 30px;
  }

  .container-header-slider-2 {
    display: block;
  }

  .h3-reduced-cost {
    padding-bottom: 30px;
  }

  .h3-custom-solutions {
    padding-bottom: 0;
  }

  .h3-efficiency {
    padding-bottom: 30px;
  }

  .sm-grid {
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    align-content: end;
    align-items: start;
    justify-items: start;
    margin-bottom: 20px;
  }

  .sm-grid.cc-about-2 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
    justify-items: start;
  }

  .agt-grid {
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    align-content: end;
    align-items: start;
    justify-items: start;
    margin-bottom: 20px;
  }

  .agt-grid.cc-about-2 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
    justify-items: start;
  }

  .slide-gallery-1-1, .slide-gallery-1-5 {
    background-size: cover;
  }

  .lpg-f-grid-1 {
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .lpg-f-grid-1.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .image-lpgf1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-lpgf2 {
    width: 300px;
  }

  .lpg-f-grid-2 {
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    align-content: end;
    align-items: start;
    justify-items: start;
    margin-bottom: 20px;
  }

  .lpg-f-grid-2.cc-about-2 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
    justify-items: start;
  }

  .lpg-f-grid-3 {
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .lpg-f-grid-3.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .ktg-newsroom-slider-container {
    width: 100%;
  }

  .lpg-f-grid-4 {
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    align-content: end;
    align-items: start;
    justify-items: start;
    margin-bottom: 20px;
  }

  .lpg-f-grid-4.cc-about-2 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
    justify-items: start;
  }

  .image-lpgf4 {
    width: 300px;
  }

  .news-item-read-more {
    height: 900px;
    margin-bottom: 40px;
    padding: 30px;
    box-shadow: 18px 9px 64px 20px rgba(114, 114, 114, .16);
  }

  .about-us-oss-grid {
    grid-row-gap: 10px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-us-oss-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .div-block-about-us-oss {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-jumbo-small-about-us {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-us-ce-grid {
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    align-content: end;
    align-items: start;
    justify-items: start;
    margin-bottom: 20px;
  }

  .about-us-ce-grid.cc-about-2 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
    justify-items: start;
  }

  .div-block-vision-r2 {
    height: 190px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-mission-r2 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .installation-grid-1 {
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .installation-grid-1.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .installation-grid-2 {
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .installation-grid-2.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .installation-grid-3 {
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .installation-grid-3.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .gs-grid-1 {
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 20px;
  }

  .gs-grid-1.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .paragraph-gs {
    margin-top: 0;
  }

  .gs-grid-2 {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .gs-grid-2.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .gs-grid-3 {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .gs-grid-3.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .gs-grid-4 {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .gs-grid-4.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .gs-grid-5 {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .gs-grid-5.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .gs-grid-6 {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .gs-grid-6.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .bd-grid-1 {
    grid-row-gap: 0px;
    text-align: left;
    grid-template: "."
                   "."
                   / 1fr;
    justify-items: start;
  }

  .bd-grid-1.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .bd-grid-2 {
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .bd-grid-2.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .bd-grid-3 {
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .bd-grid-3.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .lpg1-grid {
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-bottom: 30px;
  }

  .lpg1-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .lpg2-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .lpg3-grid {
    grid-row-gap: 21px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-bottom: 0;
  }

  .lpg3-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .careers-grid {
    grid-row-gap: 21px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-bottom: 20px;
  }

  .careers-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .image-ks-lpg-reseller-1 {
    width: 120px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-46, .div-block-one-stop-shop {
    text-align: left;
    border-width: 0;
    padding-top: 0;
  }

  .heading-slide-1 {
    padding-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .div-block-slide-1-content {
    width: 380px;
    height: 100%;
    padding: 50px 30px 20px;
  }

  .div-block-slide-2-content {
    width: 400px;
    height: 100%;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-slide-2 {
    font-size: 21px;
  }

  .div-block-slide-3-content {
    width: 450px;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-slide-3 {
    font-size: 21px;
  }

  .div-block-slide-4-content {
    width: 400px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-slide-4 {
    font-size: 21px;
  }

  .div-block-mcgs {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .section-top-sub-page-los {
    background-position: 50%;
    background-size: cover;
  }

  .heading-about-kg {
    padding-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .image-top-divider-sp {
    width: 70px;
  }

  .section-top-sub-page-about-kg {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-about-ks {
    float: right;
  }

  .div-block-about-ks-content {
    width: auto;
    height: auto;
    padding: 20px 30px;
  }

  .heading-about-ks {
    padding-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .container-header-sub-page {
    max-width: none;
    display: block;
  }

  .image-wlpg1, .image-wlpg2, .image-wlpg3 {
    width: 300px;
  }

  .section-top-sub-page-domestic-bulk-services, .section-top-sub-page-lpg-hotels-resturants-catering {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-domestic-bulk-services-content {
    width: auto;
    height: auto;
    padding: 20px 30px;
  }

  .div-block-domestic-bulk-services {
    float: right;
  }

  .heading-domestic-bulk-services {
    padding-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .div-block-lpg-hotels-resturants-catering {
    float: right;
  }

  .div-block-lpg-hotels-resturants-catering-content {
    width: auto;
    height: auto;
    padding: 20px 30px;
  }

  .heading-lpg-hotels-resturants-catering {
    padding-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .section-top-sub-page-lpg-farming {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-lpg-farming {
    float: right;
  }

  .div-block-lpg-farming-content {
    width: auto;
    height: auto;
    padding: 20px 30px;
  }

  .heading-lpg-farming {
    padding-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .section-top-sub-page-installation {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-installation {
    float: right;
  }

  .div-block-installation-content {
    width: auto;
    height: auto;
    padding: 20px 30px;
  }

  .heading-installation {
    padding-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .section-top-sub-page-why-use-kg {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-why-use-kg {
    float: right;
  }

  .div-block-why-use-kg-content {
    width: auto;
    height: auto;
    padding: 20px 30px;
  }

  .heading-why-use-kg {
    padding-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .section-top-sub-page-why-lpg {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-why-lpg {
    float: right;
  }

  .section-top-sub-page-gas-safety {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-gas-safety {
    float: right;
  }

  .div-block-gas-safety-content {
    width: auto;
    height: auto;
    padding: 20px 30px;
  }

  .heading-gas-safety {
    padding-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .section-top-sub-page-gallery {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-gallery {
    float: right;
  }

  .div-block-gallery-content {
    width: auto;
    height: auto;
    padding: 20px 30px;
  }

  .heading-gallery {
    padding-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .section-top-sub-page-ks-reseller {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-ks-reseller {
    float: right;
  }

  .div-block-ks-reseller-content {
    width: auto;
    height: auto;
    padding: 20px 30px;
  }

  .heading-ks-reseller {
    padding-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .section-top-sub-page-shop-online {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-shop-online {
    float: right;
  }

  .div-block-shop-online-content {
    width: auto;
    height: auto;
    padding: 20px 30px;
  }

  .heading-shop-online {
    padding-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .section-top-sub-page-get-in-touch {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-get-in-touch {
    float: right;
  }

  .div-block-get-in-touch-content {
    width: auto;
    height: auto;
    padding: 20px 30px;
  }

  .heading-get-in-touch {
    padding-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .section-top-sub-page-locate-stores {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-locate-stores {
    float: right;
  }

  .div-block-locate-stores-content {
    width: auto;
    height: auto;
    padding: 20px 30px;
  }

  .heading-locate-stores {
    padding-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .section-top-sub-page-business {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-busness {
    float: right;
  }

  .div-block-business-content {
    width: auto;
    height: auto;
    padding: 20px 30px;
  }

  .heading-business {
    padding-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .section-top-sub-page-blog {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-blog {
    float: right;
  }

  .div-block-blog-content {
    width: auto;
    height: auto;
    padding: 20px 30px;
  }

  .heading-blog {
    padding-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .section-top-sub-page-careers {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-careers {
    float: right;
  }

  .div-block-careers-content {
    width: auto;
    height: auto;
    padding: 20px 30px;
  }

  .heading-careers {
    padding-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .slide-nav-3 {
    display: none;
  }

  .container-footer-bottom {
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-jumbo-big-about-us, .heading-jumbo-medium-about-us {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-jumbo-big-dbls, .heading-jumbo-big-lpghrc {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .heading-jumbo-big-installation {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-jumbo-big-wukg {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .heading-jumbo-big-wlpg {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-jumbo-big-w-lpg, .heading-jumbo-big-gs, .heading-jumbo-big-g, .heading-jumbo-big-klr, .heading-jumbo-big-so, .heading-jumbo-big-los, .heading-jumbo-big-b, .heading-jumbo-big-blog, .heading-jumbo-big-careers, .heading-jumbo-big-sitemap {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .section-top-sub-page-sitemap {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-sitemap {
    float: right;
  }

  .div-block-sitemap-content {
    width: auto;
    height: auto;
    padding: 20px 30px;
  }

  .heading-sitemap {
    padding-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .heading-jumbo-slide-1 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 21px;
    line-height: 30px;
  }

  .heading-jumbo-slide-2, .heading-jumbo-slide-3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 21px;
    line-height: 44px;
  }

  .heading-jumbo-slide {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 21px;
    line-height: 44px;
  }

  .heading-top-columns {
    text-align: center;
  }

  .div-block-404 {
    padding-bottom: 50px;
  }

  .slider-wrapper-home {
    margin-top: 0;
  }

  .hero-background-video-x55 {
    background-image: url('../images/background-image.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero-block-overlay {
    padding: 170px 45px 140px;
  }

  .hero-block-overlay.business {
    height: 400px;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-wrapper {
    width: 100%;
  }

  .bottom-wrapper {
    width: 100%;
    height: auto;
    position: relative;
  }

  .image-dashboard {
    width: 1001%;
    height: 300px;
    display: block;
  }

  .white-footer {
    padding-left: 45px;
    padding-right: 45px;
  }

  .image-wgas {
    height: 300px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image-installations {
    background-position: 50% 0;
  }

  .paragraph-mini {
    color: rgba(51, 51, 51, .8);
    text-align: justify;
    letter-spacing: 0;
    border-top: 1px solid #e2e4e8;
    padding-top: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    line-height: 25px;
  }

  .subpage-header {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    padding: 140px 45px 60px;
  }

  .subpage-header.about-us, .subpage-header.domestic-bulk, .subpage-header.hrc, .subpage-header.installation, .subpage-header.why-kensys, .subpage-header.why-lpg, .subpage-header.gas-safety, .subpage-header.gallery, .subpage-header.reseller, .subpage-header.shop-online, .subpage-header.contact-us, .subpage-header.locate-store, .subpage-header.news, .subpage-header.careers, .subpage-header.sitemap, .subpage-header.deliveries {
    height: 300px;
    margin-top: 0;
    padding: 0 30px;
  }

  .container-wrapper {
    height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .page-subtitle-cp {
    width: 80%;
  }

  .subpage-title-kg {
    max-width: 350px;
    margin-top: 100px;
    font-size: 30px;
    line-height: 40px;
  }

  .subpage-title-kg-about-us {
    max-width: 350px;
    margin-top: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .header-wrapper {
    justify-content: flex-start;
  }

  .cbz-bank-logo, .cimas {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .featuredshow-actions {
    width: 62%;
  }

  .fs-morebutton-img {
    float: left;
    position: relative;
  }

  .keepwatching-title {
    max-width: 80%;
  }

  .keepwatching-item {
    width: 25%;
    margin-top: 10px;
  }

  .si-network {
    display: none;
  }

  .show-item {
    width: 50%;
    margin-top: 10px;
  }

  .shows-nextpage, .shows-nextpage.kw {
    display: none;
  }

  .rect-container, .rect-gradient.shadowas, .rect-imgcontainer {
    height: 376px;
  }

  .footer {
    height: auto;
  }

  .footernav {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    position: relative;
  }

  .footernav-item.policy {
    font-size: 10px;
    line-height: 17px;
  }

  .footernav-li {
    margin-left: auto;
    margin-right: auto;
  }

  .policynav {
    display: inline-block;
  }

  .hulufooter {
    width: 100%;
    float: left;
    clear: left;
    text-align: left;
    padding-bottom: 17px;
    padding-left: 1%;
    font-size: 14px;
    line-height: 14px;
  }

  .h1-main {
    padding-bottom: 30px;
    font-size: 48px;
    line-height: 54px;
  }

  .paragraph-basic-services {
    width: 100%;
  }

  .footer-column-2 {
    padding-right: 0;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .paragraph-about-us {
    padding-top: 20px;
  }

  .footer-grid-01 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .columns-about-us {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-d {
    font-size: 48px;
    line-height: 54px;
  }

  .image-au {
    padding-top: 50px;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .logo-wrapper {
    margin-top: 45px;
    padding-top: 31px;
    display: block;
    position: relative;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .logo-wrapper-wide {
    width: 30%;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .h1-main-2 {
    padding-bottom: 30px;
    font-size: 48px;
    line-height: 54px;
  }

  .banner-bar {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .slide-1-1 {
    background-position: 50% 0;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .container {
    text-align: center;
  }

  .container-sub-page {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider-main-kgn {
    height: 200px;
  }

  .our-services-grid {
    width: 100%;
    grid-row-gap: 20px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .paragraph-bigger, .paragraph-bigger-ss, .paragraph-bigger-hc, .paragraph-bigger-sn {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-38 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-sn {
    padding-top: 0;
  }

  .paragraph-dblpgs {
    padding-top: 20px;
  }

  .paragraph-basic {
    text-align: left;
  }

  .button-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-lpg-farming {
    padding-top: 0;
  }

  .paragraph-light-3 {
    text-align: left;
  }

  .heading-jumbo-small-lff {
    text-align: left;
    font-size: 25px;
    line-height: 52px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .swp-box {
    margin-bottom: 30px;
  }

  .paragraph-sep {
    padding-top: 0;
  }

  .columns-sep {
    padding-bottom: 0;
  }

  .h1-main-2-copy {
    padding-bottom: 30px;
    font-size: 48px;
    line-height: 54px;
  }

  .heading-jumbo-small-2 {
    font-size: 30px;
    line-height: 52px;
  }

  .container-au {
    text-align: center;
  }

  .paragraph-light-aup {
    text-align: left;
  }

  .h1-au {
    font-size: 30px;
    line-height: 54px;
  }

  .our-values-grid {
    grid-row-gap: 20px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .div-block-ga {
    height: 220px;
    text-align: center;
    margin-bottom: 20px;
  }

  .paragraph-bigger-wkg1 {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .go-anywhere-icon {
    margin-bottom: 20px;
  }

  .columns-ov {
    padding-bottom: 0;
  }

  .paragraph-bigger-ec {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-ec {
    height: 220px;
    text-align: center;
    margin-bottom: 20px;
  }

  .ec-icon, .nt-icon {
    margin-bottom: 20px;
  }

  .paragraph-bigger-nt {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-nt {
    height: 220px;
    text-align: center;
  }

  .div-block-it, .div-block-ue, .div-block-ssn {
    height: 220px;
    text-align: center;
    margin-bottom: 20px;
  }

  .paragraph-bigger-it {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger-ue, .paragraph-bigger-ssn {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-wkg1, .div-block-wkg2 {
    height: 280px;
    text-align: center;
    margin-bottom: 20px;
  }

  .paragraph-bigger-wkg2 {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-wkg3 {
    height: 280px;
    text-align: center;
  }

  .paragraph-bigger-wkg3 {
    font-size: 16px;
    line-height: 28px;
  }

  .leading-icon {
    text-align: left;
  }

  .heading-jumbo-small-gs {
    text-align: left;
    font-size: 30px;
    line-height: 52px;
  }

  .list-item-bsr {
    padding-left: 20px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .div-block-lpgf {
    height: 250px;
    margin-bottom: 20px;
  }

  .paragraph-bigger-lpgf {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-hpc {
    height: 250px;
    margin-bottom: 20px;
  }

  .div-block-sp {
    height: 250px;
  }

  .heading-jumbo-small-business {
    text-align: left;
    font-size: 20px;
    line-height: 52px;
  }

  .list-item-business {
    margin-bottom: 0;
    padding-left: 20px;
  }

  .cgl-grid {
    grid-row-gap: 20px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .paragraph-bigger-cylinders, .paragraph-bigger-hlpgcss, .paragraph-bigger-dlpghc {
    font-size: 16px;
    line-height: 28px;
  }

  .header-content-slider-sp {
    padding-top: 40px;
  }

  .h1-main-2-sp {
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 54px;
  }

  .h4-m {
    font-size: 25px;
    line-height: 60px;
  }

  .list-3 {
    text-align: left;
  }

  .h1-main-slider-2 {
    padding-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }

  .h1-dblpgs {
    font-size: 30px;
    line-height: 54px;
  }

  .h1-lpghpc {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 54px;
  }

  .h1-lpgf {
    font-size: 48px;
    line-height: 54px;
  }

  .h1-swp {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 54px;
  }

  .h3-reduced-cost, .h3-efficiency {
    padding-bottom: 0;
  }

  .h1-i {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 54px;
  }

  .h4-i {
    font-size: 25px;
    line-height: 60px;
  }

  .h1-wukg {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 54px;
  }

  .slide-gallery-1-1 {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-gallery-1-2 {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slider-gallery {
    height: 200px;
  }

  .slide-gallery-1-3 {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .h1-main-slider-2 {
    padding-bottom: 20px;
    line-height: 40px;
  }

  .h1-wlpg {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 54px;
  }

  .h4-wlpg {
    font-size: 25px;
    line-height: 60px;
  }

  .h1-gs {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 54px;
  }

  .h4-gs {
    font-size: 25px;
    line-height: 60px;
  }

  .h1-g, .h1-bad, .h1-so, .h1-los, .h1-b {
    font-size: 30px;
    line-height: 54px;
  }

  .list-item-ohi {
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 15px;
  }

  .list-item-4 {
    font-size: 15px;
  }

  .paragraph-lpg-bad {
    padding-top: 0;
  }

  .heading-jumbo-small-bad {
    text-align: left;
    font-size: 30px;
    line-height: 52px;
  }

  .list-item-bad {
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 15px;
  }

  .slide-gallery-1-4 {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-gallery-1-5 {
    height: 200px;
    background-size: cover;
  }

  .slide-gallery-1-6, .slide-gallery-1-7, .slide-gallery-1-8, .slide-gallery-1-9, .slide-gallery-2-0, .slide-gallery-2-1, .slide-gallery-2-2, .slide-gallery-2-3, .slide-gallery-2-4, .slide-gallery-2-5, .slide-gallery-2-6, .slide-gallery-2-7, .slide-gallery-2-8, .slide-gallery-2-9, .slide-gallery-3-0, .slide-gallery-3-1, .slide-gallery-3-2 {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .ktg-newsroom-slider-container {
    width: 100%;
  }

  .h1-n {
    font-size: 30px;
    line-height: 54px;
  }

  .about-us-oss-grid {
    grid-row-gap: 20px;
  }

  .paragraph-bigger-about-us {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-about-us-oss {
    padding-left: 0;
    padding-right: 0;
  }

  .list-about-us-oss {
    text-align: left;
  }

  .heading-jumbo-small-about-us {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-mission {
    margin-top: 20px;
  }

  .div-block-vision-r2, .div-block-mission-r2 {
    height: 150px;
  }

  .grid-ov {
    grid-template-columns: 0 4fr;
  }

  .div-block-f1 {
    padding-top: 80px;
  }

  .div-block-f2 {
    border-radius: 20px 20px 20px 0;
  }

  .div-block-i1 {
    padding-top: 100px;
  }

  .div-block-i2 {
    border-radius: 20px 20px 0;
  }

  .image-27 {
    height: 50px;
    display: none;
  }

  .heading-jumbo-small-about-us-d {
    text-align: left;
    font-size: 25px;
    line-height: 52px;
  }

  .paragraph-about-us-d {
    text-align: left;
    padding-top: 20px;
  }

  .paragraph-installation {
    padding-top: 0;
  }

  .heading-jumbo-small-installation {
    text-align: left;
    font-size: 20px;
    line-height: 52px;
  }

  .paragraph-installation-grid, .paragraph-gs {
    padding-top: 0;
  }

  .list-item-company-documents {
    font-size: 15px;
  }

  .paragraph-light-bd {
    text-align: left;
  }

  .list-item-minimum-capital, .list-item-amc, .list-item-business-proposal, .list-item-range-of-size {
    font-size: 15px;
  }

  .bold-text-10 {
    font-size: 30px;
  }

  .h1-slide-1 {
    padding-bottom: 20px;
    line-height: 40px;
  }

  .h1-b-careers {
    font-size: 30px;
    line-height: 54px;
  }

  .slide-gallery-3-3 {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .paragraph-footer, .paragraph-light-so {
    text-align: left;
  }

  .div-block-mcgs {
    padding-left: 0;
    padding-right: 0;
  }

  .button-shop-online {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-nav-3 {
    display: none;
  }

  .heading-jumbo-big-about-us {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    font-size: 25px;
    line-height: 78px;
  }

  .heading-jumbo-medium-about-us {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }

  .f-icon, .i-icon, .r-icon, .e-icon {
    height: 50px;
    display: none;
  }

  .heading-jumbo-big-dbls {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-jumbo-big-lpghrc {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-jumbo-big-installation {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    font-size: 25px;
    line-height: 78px;
  }

  .heading-jumbo-big-wukg {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-jumbo-big-wlpg {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    font-size: 25px;
    line-height: 78px;
  }

  .heading-jumbo-big-w-lpg, .heading-jumbo-big-gs, .heading-jumbo-big-g, .heading-jumbo-big-klr, .heading-jumbo-big-so, .heading-jumbo-big-los, .heading-jumbo-big-b, .heading-jumbo-big-blog, .heading-jumbo-big-careers, .heading-jumbo-big-sitemap {
    text-align: left;
    margin-top: 0;
    padding-top: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-jumbo-slide-1 {
    text-align: left;
    margin-top: 5px;
    padding-top: 0;
    font-size: 21px;
    line-height: 30px;
  }

  .heading-jumbo-slide-2, .heading-jumbo-slide-3 {
    text-align: left;
    margin-top: 20px;
    padding-top: 0;
    font-size: 21px;
    line-height: 44px;
  }

  .heading-jumbo-slide {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    font-size: 21px;
    line-height: 44px;
  }

  .paragraph-footer-sitemap {
    text-align: left;
  }

  .slide-gallery-3-4, .slide-gallery-3-5, .slide-gallery-3-6, .slide-gallery-3-7, .slide-gallery-3-8, .slide-gallery-3-9, .slide-gallery-4-0, .slide-gallery-4-1, .slide-gallery-4-2, .slide-gallery-4-3, .slide-gallery-4-4, .slide-gallery-4-5, .slide-gallery-4-6, .slide-gallery-4-7, .slide-gallery-4-8, .slide-gallery-4-9, .slide-gallery-5-0 {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .lightbox-link {
    height: 200px;
  }

  .slide-gallery-5-1, .slide-gallery-5-2, .slide-gallery-5-3, .slide-gallery-5-4, .slide-gallery-5-5, .slide-gallery-5-6, .slide-gallery-5-7, .slide-gallery-5-8, .slide-gallery-5-9, .slide-gallery-6-0, .slide-gallery-6-1, .slide-gallery-6-2, .slide-gallery-6-3, .slide-gallery-6-4, .slide-gallery-6-5, .slide-gallery-6-6, .slide-gallery-6-7, .slide-gallery-6-8, .slide-gallery-6-9, .slide-gallery-7-0, .slide-gallery-7-1, .slide-gallery-7-2, .slide-gallery-7-3, .slide-gallery-7-4, .slide-gallery-7-5, .slide-gallery-7-6, .slide-gallery-7-7, .slide-gallery-7-8, .slide-gallery-7-9 {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-block-overlay {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .hero-block-overlay.business {
    padding: 130px 25px 60px;
  }

  .hero-background-video-kg {
    background-image: none;
  }

  .dark-footer-title {
    margin-bottom: 10px;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row.white-footer-row {
    padding-left: 0;
    padding-right: 0;
  }

  .white-footer {
    padding: 25px;
  }

  .light-footer-link {
    margin-bottom: 4px;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

  .bottom-footer-paragraph.dark, .bottom-footer-paragraph.right {
    float: none;
  }

  .white-footer-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-footer-block.white-footer-block {
    margin-top: 0;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.about-us {
    height: 300px;
    padding: 0;
  }

  .subpage-header.domestic-bulk, .subpage-header.hrc, .subpage-header.installation, .subpage-header.why-kensys, .subpage-header.why-lpg, .subpage-header.gas-safety, .subpage-header.gallery, .subpage-header.reseller, .subpage-header.shop-online, .subpage-header.contact-us, .subpage-header.locate-store, .subpage-header.news, .subpage-header.careers, .subpage-header.sitemap, .subpage-header.deliveries {
    padding-left: 0;
    padding-right: 0;
  }

  .container-wrapper {
    height: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .subpage-title-cp {
    font-size: 30px;
  }

  .page-subtitle-cp {
    width: 100%;
    margin-top: 10px;
  }

  .subpage-title-kg {
    max-width: 250px;
    margin-top: 110px;
    font-size: 25px;
    line-height: 35px;
  }

  .subpage-title-kg-about-us {
    max-width: 250px;
    order: -1;
    margin-top: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .header-wrapper {
    order: -1;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .banner-bar-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .slide-gallery-8-0, .slide-gallery-8-1 {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 479px) {
  .headernav {
    display: none;
  }

  .featured, .featuredshow-container {
    height: 80vh;
  }

  .featuredshow-img {
    height: 80vh;
    background-position: 70% 0;
  }

  .featuredshow-gradient, .featuredshow-content {
    height: 80vh;
  }

  .featuredshow-desc, .fs-showdetails, .featuredshow-actions {
    width: 100%;
  }

  .headeractions {
    width: 80%;
  }

  .featuredshow-network {
    display: none;
  }

  .keepwatching-title {
    max-width: 100%;
  }

  .shows-carousel {
    display: block;
  }

  .si-imgplay {
    width: 24px;
    left: 45%;
  }

  .shows-nextpage, .shows-nextpage.kw {
    display: none;
  }

  .recommendedshows {
    position: relative;
  }

  .featuredrec, .featuredrec-content, .featuredrec-gradient {
    height: 80vh;
  }

  .featuredrec-img {
    height: 80vh;
    background-position: 100%;
    background-size: cover;
  }

  .fs-episodetitle {
    width: 80%;
  }

  .rect-item {
    width: 100%;
    height: auto;
    clear: left;
    flex-flow: column;
    flex: 1;
    margin-top: 10px;
    display: block;
  }

  .rect-container {
    width: 120%;
    height: 376px;
    display: flex;
  }

  .rect-gradient {
    height: 376px;
    flex: 1;
  }

  .rect-content {
    flex: none;
  }

  .rect-imgcontainer {
    height: 376px;
    flex: 1;
    display: block;
  }

  .footer {
    height: auto;
  }

  .footernav-item {
    font-size: 11px;
    line-height: 18px;
  }

  .hulufooter {
    font-size: 11px;
  }

  .h1-main {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .service-details {
    margin-right: 0;
  }

  .grid-block {
    flex-wrap: wrap;
  }

  .grid-icon {
    margin-top: -100px;
    margin-bottom: 15px;
    margin-right: -15px;
    display: block;
  }

  .more-info-link {
    width: 90%;
    margin-left: auto;
    font-size: 16px;
  }

  .service-grid {
    max-width: 630px;
    grid-template-columns: 2.5fr;
    margin-top: 0;
  }

  .container-about-us {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-top-logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .paragraph-about-us {
    padding-top: 20px;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .column-5 {
    padding-bottom: 0;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .columns-about-us {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .h1-d {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .image-au {
    margin-top: 20px;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-wrapper-wide {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logo-kg-c1 {
    width: 250px;
  }

  .slider-main-kg-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-main-2 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .banner-bar {
    display: none;
  }

  .menu-mob {
    border-radius: 5px;
  }

  .menu-mob.w--open {
    border-radius: 5px;
    padding: 5px;
  }

  .flowbase-logo {
    width: 300px;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .slide-1-1 {
    background-position: 50%;
    background-size: cover;
  }

  .icon-9 {
    color: #fff;
  }

  .kg-logo-ip {
    width: 150px;
    margin-top: 0;
  }

  .home-content-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-sub-page {
    padding: 20px;
  }

  .slider-main-kgn {
    height: 200px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .our-services-grid {
    width: 100%;
    text-align: left;
    grid-template-columns: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .supply-services-icon {
    text-align: left;
  }

  .paragraph-bigger-hc {
    padding-bottom: 0;
  }

  .paragraph-bigger-sn {
    padding-bottom: 20px;
  }

  .div-block-38 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-sn {
    text-align: center;
    padding-top: 30px;
  }

  .div-block-39 {
    text-align: center;
    padding-top: 0;
  }

  .div-block-40 {
    text-align: center;
    padding-top: 30px;
  }

  .grid-icon-2 {
    margin-bottom: 15px;
  }

  .service-grid-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grid-block-2 {
    flex-wrap: wrap;
    padding: 10px 20px;
  }

  .paragraph-lpg-farming {
    margin-top: 20px;
  }

  .heading-jumbo-small-lff {
    text-align: left;
    font-size: 20px;
  }

  .grid-image {
    width: 35%;
  }

  .h1-main-2-copy, .h1-au {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .our-values-grid {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-ga {
    height: 300px;
    text-align: center;
    padding-top: 30px;
  }

  .go-anywhere-icon {
    text-align: left;
  }

  .div-block-ec {
    height: 300px;
    text-align: center;
    padding-top: 30px;
  }

  .ec-icon, .nt-icon {
    text-align: left;
  }

  .div-block-nt, .div-block-it, .div-block-ue, .div-block-ssn {
    height: 300px;
    text-align: center;
    padding-top: 30px;
  }

  .in-touch-icon, .unrivaled-expertise-icon, .service-second-to-non-icon {
    text-align: left;
  }

  .div-block-wkg1, .div-block-wkg2, .div-block-wkg3 {
    height: 350px;
    text-align: center;
    padding-top: 30px;
  }

  .leading-icon, .great-service-icon, .nn-icon {
    text-align: left;
  }

  .heading-jumbo-small-gs {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .list-item-bsr {
    padding-left: 20px;
  }

  .contact-form-grid {
    width: 100%;
  }

  .div-block-lpgf {
    text-align: center;
    padding-top: 30px;
  }

  .farming-icon {
    text-align: left;
  }

  .div-block-hpc {
    text-align: center;
    padding-top: 30px;
  }

  .hpc-icon {
    text-align: left;
  }

  .div-block-sp {
    text-align: center;
    padding-top: 30px;
  }

  .sp-icon {
    text-align: left;
  }

  .heading-jumbo-small-business {
    text-align: left;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
  }

  .list-item-business {
    padding-left: 20px;
  }

  .cgl-grid {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-cgl1, .div-block-cgl2, .div-block-cgl3 {
    text-align: center;
    padding-top: 30px;
  }

  .cgl1-icon {
    text-align: left;
  }

  .paragraph-bigger-hlpgcss {
    padding-bottom: 20px;
  }

  .grid-block-g {
    flex-wrap: wrap;
  }

  .grid-block-w {
    height: 800px;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-section-g {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-container-g {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-bigger-dlpghc {
    padding-bottom: 20px;
  }

  .header-content-slider-sp {
    padding-top: 25px;
  }

  .h1-main-2-sp {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .grid-block-nl {
    cursor: auto;
    border-width: 0;
    border-color: rgba(0, 0, 0, 0);
    flex-wrap: wrap;
    padding: 10px 20px;
    transition-property: none;
    display: block;
  }

  .grid-block-nl:hover {
    border-width: 0;
    border-color: rgba(0, 0, 0, 0);
  }

  .social-grid {
    display: none;
  }

  .h4-m {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 42px;
  }

  .header-content-slider-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1-main-slider-2 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .h1-dblpgs {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .h1-lpghpc {
    letter-spacing: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 42px;
  }

  .h1-lpgf {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .h1-swp, .h1-i {
    letter-spacing: 0;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 42px;
  }

  .h4-i {
    letter-spacing: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 42px;
  }

  .h1-wukg {
    letter-spacing: 0;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 42px;
  }

  .slide-gallery-1-2 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-gallery {
    height: 200px;
    margin-top: 20px;
  }

  .slide-gallery-1-3 {
    background-position: 50%;
  }

  .h1-main-slider-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .h1-wlpg {
    letter-spacing: 0;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 42px;
  }

  .h4-wlpg {
    letter-spacing: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 42px;
  }

  .h1-gs {
    letter-spacing: 0;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 42px;
  }

  .h4-gs {
    letter-spacing: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .h1-g, .h1-bad, .h1-so, .h1-los, .h1-b {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .list-item-ohi {
    padding-left: 20px;
  }

  .heading-jumbo-small-bad {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .list-item-bad {
    padding-left: 20px;
  }

  .slide-gallery-1-5 {
    height: 200px;
    background-size: cover;
  }

  .news-item-read-more {
    height: 800px;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1-n {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .about-us-oss-grid {
    grid-row-gap: 20px;
  }

  .paragraph-bigger-about-us {
    padding-bottom: 20px;
  }

  .div-block-about-us-oss {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-jumbo-small-about-us {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-vision-r2 {
    height: 200px;
  }

  .div-block-mission-r2 {
    height: auto;
  }

  .grid-vm {
    grid-template: "."
    / 1fr;
  }

  .heading-jumbo-small-about-us-d {
    text-align: left;
    font-size: 20px;
  }

  .heading-jumbo-small-installation {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-installation-grid {
    padding-top: 20px;
  }

  .h1-slide-1 {
    font-size: 25px;
    line-height: 35px;
  }

  .h1-b-careers {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .heading-slide-1 {
    font-size: 19px;
  }

  .div-block-slide-1-content {
    width: 100%;
    opacity: .7;
    padding-top: 20px;
    padding-left: 30px;
  }

  .div-block-slide-2-content {
    width: 100%;
    opacity: .7;
    padding-top: 20px;
  }

  .heading-slide-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 30px;
  }

  .div-block-slide-3-content {
    width: 100%;
    opacity: .7;
    padding-top: 20px;
  }

  .heading-slide-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 30px;
  }

  .div-block-slide-4-content {
    width: 100%;
    opacity: .7;
    padding-bottom: 20px;
  }

  .heading-slide-4 {
    font-size: 19px;
    line-height: 30px;
  }

  .div-block-mcgs {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-about-kg {
    font-size: 19px;
  }

  .section-top-sub-page-about-kg {
    background-size: cover;
  }

  .div-block-about-ks {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-about-ks-content {
    width: 100%;
    opacity: .7;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 30px;
    display: block;
    position: absolute;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-about-ks {
    font-size: 19px;
  }

  .image-wlpg1 {
    width: 100%;
    max-width: none;
  }

  .div-block-domestic-bulk-services-content {
    width: 100%;
    opacity: .7;
    border-radius: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-domestic-bulk-services {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .heading-domestic-bulk-services {
    font-size: 19px;
  }

  .div-block-lpg-hotels-resturants-catering {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-lpg-hotels-resturants-catering-content {
    width: 100%;
    clear: both;
    opacity: .7;
    border-radius: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-lpg-hotels-resturants-catering {
    font-size: 19px;
  }

  .div-block-lpg-farming {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-lpg-farming-content {
    width: 100%;
    opacity: .7;
    border-radius: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-lpg-farming {
    font-size: 19px;
  }

  .div-block-installation {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-installation-content {
    width: 100%;
    opacity: .7;
    border-radius: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-installation {
    font-size: 19px;
  }

  .div-block-why-use-kg {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-why-use-kg-content {
    width: 100%;
    opacity: .7;
    border-radius: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-why-use-kg {
    font-size: 19px;
  }

  .div-block-why-lpg, .div-block-gas-safety {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-gas-safety-content {
    width: 100%;
    opacity: .7;
    border-radius: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-gas-safety {
    font-size: 19px;
  }

  .div-block-gallery {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-gallery-content {
    width: 100%;
    opacity: .7;
    border-radius: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-gallery {
    font-size: 19px;
  }

  .div-block-ks-reseller {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-ks-reseller-content {
    width: 100%;
    opacity: .7;
    border-radius: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-ks-reseller {
    font-size: 19px;
  }

  .div-block-shop-online {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-shop-online-content {
    width: 100%;
    opacity: .7;
    border-radius: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-shop-online {
    font-size: 19px;
  }

  .div-block-get-in-touch {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-get-in-touch-content {
    width: 100%;
    opacity: .7;
    border-radius: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-get-in-touch {
    font-size: 19px;
  }

  .div-block-locate-stores {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-locate-stores-content {
    width: 100%;
    opacity: .7;
    border-radius: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-locate-stores {
    font-size: 19px;
  }

  .div-block-busness {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-business-content {
    width: 100%;
    opacity: .7;
    border-radius: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-business {
    font-size: 19px;
  }

  .div-block-blog {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-blog-content {
    width: 100%;
    opacity: .7;
    border-radius: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-blog {
    font-size: 19px;
  }

  .div-block-careers {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-careers-content {
    width: 100%;
    opacity: .7;
    border-radius: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-careers {
    font-size: 19px;
  }

  .heading-jumbo-big-about-us {
    text-align: left;
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-jumbo-medium-about-us {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-jumbo-big-dbls, .heading-jumbo-big-lpghrc, .heading-jumbo-big-installation {
    text-align: left;
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-jumbo-big-wukg {
    text-align: left;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-jumbo-big-wlpg {
    text-align: left;
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-jumbo-big-w-lpg, .heading-jumbo-big-gs, .heading-jumbo-big-g, .heading-jumbo-big-klr, .heading-jumbo-big-so, .heading-jumbo-big-los, .heading-jumbo-big-b, .heading-jumbo-big-blog, .heading-jumbo-big-careers, .heading-jumbo-big-sitemap {
    text-align: left;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-sitemap {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .div-block-sitemap-content {
    width: 100%;
    opacity: .7;
    border-radius: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-sitemap {
    font-size: 19px;
  }

  .heading-jumbo-slide-1 {
    text-align: left;
    padding-bottom: 0;
    font-size: 19px;
    line-height: 30px;
  }

  .heading-jumbo-slide-2, .heading-jumbo-slide-3 {
    text-align: left;
    margin-top: 5px;
    padding-bottom: 0;
    font-size: 19px;
    line-height: 30px;
  }

  .heading-jumbo-slide {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 19px;
    line-height: 30px;
  }

  .link-sitemap.w--current {
    padding-left: 0;
  }

  .divider-sitemap {
    display: none;
  }

  .image-30 {
    width: 100px;
  }

  .div-block-404 {
    padding-bottom: 50px;
  }

  .link-404 {
    color: #f68731;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    text-decoration: none;
  }

  .text-block-4 {
    font-family: Open Sans, sans-serif;
  }

  .hero-background-video-x55 {
    background-size: contain;
  }

  .hero-block-overlay {
    padding: 90px 25px 40px;
  }

  .hero-block-overlay.business {
    height: 300px;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .container-6 {
    padding-top: 50px;
  }

  .hero-background-video-kg {
    background-image: none;
  }

  .grid-icon-new {
    margin-top: -100px;
    margin-bottom: 15px;
    margin-right: -15px;
    display: block;
  }

  .footer-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }

  .white-footer-column {
    padding-bottom: 10px;
  }

  .subpage-header {
    height: 150px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .subpage-header.about-us {
    height: 250px;
    background-image: url('../images/header-image-about-us-mobi.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .subpage-header.domestic-bulk, .subpage-header.hrc {
    height: 250px;
    background-image: url('../images/header-image-domestic-bulk-mobi.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .subpage-header.installation {
    height: 250px;
    background-image: url('../images/header-image-installation-mobi.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .subpage-header.why-kensys {
    height: 250px;
    background-image: url('../images/header-image-why-kensys-mobi.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .subpage-header.why-lpg {
    height: 250px;
    background-image: url('../images/header-image-why-lpg-mobi.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .subpage-header.gas-safety {
    height: 250px;
    background-image: url('../images/header-image-gas-safety-mobi.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .subpage-header.gallery {
    height: 250px;
    background-image: url('../images/header-image-gallery-mobi.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .subpage-header.reseller {
    height: 250px;
    background-image: url('../images/header-image-reseller-mobi.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .subpage-header.shop-online {
    height: 250px;
    background-image: url('../images/header-image-shop-online-mobi.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .subpage-header.contact-us {
    height: 250px;
    background-image: url('../images/header-image-contact-us-mobi.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .subpage-header.locate-store {
    height: 250px;
    background-image: url('../images/header-image-locate-stores-mobi.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .subpage-header.news {
    height: 250px;
    background-image: url('../images/header-image-news-mobi.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .subpage-header.careers {
    height: 250px;
    background-image: url('../images/header-image-careers-mobi.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .subpage-header.sitemap {
    height: 250px;
    background-image: url('../images/header-image-sitemap-mobi.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .subpage-header.deliveries {
    height: 250px;
    background-image: url('../images/header-image-deliveries-mobi.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .subpage-title-cp {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
  }

  .page-subtitle-cp {
    color: #333;
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .subpage-title-kg, .subpage-title-kg-about-us {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    display: none;
  }

  .banner-bar-2 {
    display: none;
  }
}

#w-node-_0a3e89d5-e943-fd24-653e-8ef8869943d1-83f91b3d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0a3e89d5-e943-fd24-653e-8ef8869943dc-83f91b3d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1b27463a-ba01-a038-b907-f14e7996e358-83f91b3d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1b27463a-ba01-a038-b907-f14e7996e35e-83f91b3d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1b27463a-ba01-a038-b907-f14e7996e364-83f91b3d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0a3e89d5-e943-fd24-653e-8ef8869943d1-7e72ee1d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0a3e89d5-e943-fd24-653e-8ef8869943dc-7e72ee1d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e12ca740-a8d4-b1d6-f452-f2a1c7a25f62-cd601180 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e12ca740-a8d4-b1d6-f452-f2a1c7a25f78-cd601180, #w-node-_6339fe55-3c1b-a3cc-1f4e-75a16f086280-cd601180 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6339fe55-3c1b-a3cc-1f4e-75a16f086296-cd601180, #w-node-e1e058f7-407f-7479-a84f-f1ed3b0b377a-cd601180 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e1e058f7-407f-7479-a84f-f1ed3b0b3780-cd601180 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2bc54204-4824-d68b-4a3c-ad3918e6098a-6db88c79 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cd9d5c2b-c5db-6e14-00c1-f9e36c114357-6db88c79 {
  align-self: center;
  justify-self: center;
}

#w-node-a62991b0-64c4-06d5-16df-93c2469e9602-6db88c79 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a62991b0-64c4-06d5-16df-93c2469e9618-6db88c79, #w-node-_2423e6a2-166b-365e-cb14-ff1cb9dc05af-d91f761f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2423e6a2-166b-365e-cb14-ff1cb9dc05b8-d91f761f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_068fd9d2-8bc6-6a9e-cac8-7c384c465cd9-16eec908 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_068fd9d2-8bc6-6a9e-cac8-7c384c465ce4-16eec908, #w-node-_3cbddb43-91c4-2097-0874-96c3aa9c744a-16eec908 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3cbddb43-91c4-2097-0874-96c3aa9c7455-16eec908 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-f9e2a1f0-f440-6f3f-181e-e723b6992fad-16eec908 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f9e2a1f0-f440-6f3f-181e-e723b6992fbb-16eec908 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8bf483f0-6a57-02a1-7747-73eff9f181ce-638c17df {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8bf483f0-6a57-02a1-7747-73eff9f181e4-638c17df, #w-node-_794cffed-d0b4-d44e-fe9b-e9d1a4be7f92-638c17df {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_794cffed-d0b4-d44e-fe9b-e9d1a4be7fa8-638c17df, #w-node-_0fa04bbb-3178-54e4-862e-4aad9f7ca555-8af26ba2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0fa04bbb-3178-54e4-862e-4aad9f7ca56d-8af26ba2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-da422461-e6e1-1f56-8e3c-fd9d80148658-2a60081c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-da422461-e6e1-1f56-8e3c-fd9d8014865e-2a60081c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_0320d074-94bc-4b73-f5a1-783468d60a9b-73dd1a35 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d742cae1-3d7f-67b9-82a9-64fc998f01f0-73dd1a35 {
  align-self: center;
  justify-self: center;
}

#w-node-_5309a725-a51f-49c8-59f0-6cb09dc6bea4-73dd1a35 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5309a725-a51f-49c8-59f0-6cb09dc6beaf-73dd1a35, #w-node-_60319325-09b7-10eb-9059-07eaa4979e11-73dd1a35 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_60319325-09b7-10eb-9059-07eaa4979e31-73dd1a35 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-da422461-e6e1-1f56-8e3c-fd9d80148658-8ed51e92 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-da422461-e6e1-1f56-8e3c-fd9d8014865e-8ed51e92 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_8bf483f0-6a57-02a1-7747-73eff9f181ce-680562b3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8bf483f0-6a57-02a1-7747-73eff9f181e4-680562b3 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (min-width: 1280px) {
  #w-node-_0a3e89d5-e943-fd24-653e-8ef8869943d1-83f91b3d {
    align-self: start;
    justify-self: start;
  }

  #w-node-_0a3e89d5-e943-fd24-653e-8ef8869943dc-83f91b3d {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_0a3e89d5-e943-fd24-653e-8ef8869943d1-7e72ee1d {
    align-self: start;
    justify-self: start;
  }

  #w-node-_0a3e89d5-e943-fd24-653e-8ef8869943dc-7e72ee1d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e12ca740-a8d4-b1d6-f452-f2a1c7a25f62-cd601180 {
    align-self: start;
    justify-self: start;
  }

  #w-node-e12ca740-a8d4-b1d6-f452-f2a1c7a25f78-cd601180 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
  }

  #w-node-_6339fe55-3c1b-a3cc-1f4e-75a16f086296-cd601180 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-e1e058f7-407f-7479-a84f-f1ed3b0b377a-cd601180 {
    align-self: start;
    justify-self: start;
  }

  #w-node-e1e058f7-407f-7479-a84f-f1ed3b0b3780-cd601180 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
  }

  #w-node-_2bc54204-4824-d68b-4a3c-ad3918e6098a-6db88c79 {
    align-self: start;
    justify-self: start;
  }

  #w-node-cd9d5c2b-c5db-6e14-00c1-f9e36c114357-6db88c79 {
    align-self: center;
    justify-self: center;
  }

  #w-node-a62991b0-64c4-06d5-16df-93c2469e9602-6db88c79 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a62991b0-64c4-06d5-16df-93c2469e9618-6db88c79 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_2423e6a2-166b-365e-cb14-ff1cb9dc05af-d91f761f {
    align-self: start;
    justify-self: start;
  }

  #w-node-_2423e6a2-166b-365e-cb14-ff1cb9dc05b8-d91f761f {
    grid-area: 1 / 2 / 2 / 3;
    align-self: start;
    justify-self: end;
  }

  #w-node-_068fd9d2-8bc6-6a9e-cac8-7c384c465cd9-16eec908 {
    align-self: start;
    justify-self: start;
  }

  #w-node-_068fd9d2-8bc6-6a9e-cac8-7c384c465ce4-16eec908 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_3cbddb43-91c4-2097-0874-96c3aa9c7455-16eec908 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-f9e2a1f0-f440-6f3f-181e-e723b6992fad-16eec908 {
    align-self: start;
    justify-self: start;
  }

  #w-node-f9e2a1f0-f440-6f3f-181e-e723b6992fbb-16eec908 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_8bf483f0-6a57-02a1-7747-73eff9f181ce-638c17df {
    align-self: start;
    justify-self: start;
  }

  #w-node-_8bf483f0-6a57-02a1-7747-73eff9f181e4-638c17df {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
  }

  #w-node-_794cffed-d0b4-d44e-fe9b-e9d1a4be7fa8-638c17df {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-da422461-e6e1-1f56-8e3c-fd9d80148658-2a60081c {
    align-self: start;
    justify-self: start;
  }

  #w-node-da422461-e6e1-1f56-8e3c-fd9d8014865e-2a60081c {
    grid-area: 1 / 2 / 2 / 3;
    align-self: start;
    justify-self: end;
  }

  #w-node-_0320d074-94bc-4b73-f5a1-783468d60a9b-73dd1a35 {
    align-self: start;
    justify-self: start;
  }

  #w-node-d742cae1-3d7f-67b9-82a9-64fc998f01f0-73dd1a35 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_5309a725-a51f-49c8-59f0-6cb09dc6beaf-73dd1a35 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_60319325-09b7-10eb-9059-07eaa4979e11-73dd1a35 {
    align-self: start;
    justify-self: start;
  }

  #w-node-_60319325-09b7-10eb-9059-07eaa4979e31-73dd1a35 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
  }

  #w-node-da422461-e6e1-1f56-8e3c-fd9d80148658-8ed51e92 {
    align-self: start;
    justify-self: start;
  }

  #w-node-da422461-e6e1-1f56-8e3c-fd9d8014865e-8ed51e92 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_8bf483f0-6a57-02a1-7747-73eff9f181ce-680562b3 {
    align-self: start;
    justify-self: start;
  }

  #w-node-_8bf483f0-6a57-02a1-7747-73eff9f181e4-680562b3 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0a3e89d5-e943-fd24-653e-8ef8869943d1-83f91b3d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0a3e89d5-e943-fd24-653e-8ef8869943dc-83f91b3d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1b27463a-ba01-a038-b907-f14e7996e358-83f91b3d {
    align-self: start;
    justify-self: start;
  }

  #w-node-_1b27463a-ba01-a038-b907-f14e7996e364-83f91b3d, #w-node-_0a3e89d5-e943-fd24-653e-8ef8869943d1-7e72ee1d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0a3e89d5-e943-fd24-653e-8ef8869943dc-7e72ee1d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e12ca740-a8d4-b1d6-f452-f2a1c7a25f62-cd601180 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e12ca740-a8d4-b1d6-f452-f2a1c7a25f78-cd601180 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6339fe55-3c1b-a3cc-1f4e-75a16f086280-cd601180 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_6339fe55-3c1b-a3cc-1f4e-75a16f086296-cd601180 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e1e058f7-407f-7479-a84f-f1ed3b0b377a-cd601180 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e1e058f7-407f-7479-a84f-f1ed3b0b3780-cd601180 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2bc54204-4824-d68b-4a3c-ad3918e6098a-6db88c79 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a62991b0-64c4-06d5-16df-93c2469e9602-6db88c79 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-a62991b0-64c4-06d5-16df-93c2469e9618-6db88c79 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2423e6a2-166b-365e-cb14-ff1cb9dc05af-d91f761f {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_2423e6a2-166b-365e-cb14-ff1cb9dc05b8-d91f761f {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_068fd9d2-8bc6-6a9e-cac8-7c384c465cd9-16eec908 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_068fd9d2-8bc6-6a9e-cac8-7c384c465ce4-16eec908 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_3cbddb43-91c4-2097-0874-96c3aa9c744a-16eec908 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_3cbddb43-91c4-2097-0874-96c3aa9c7455-16eec908 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f9e2a1f0-f440-6f3f-181e-e723b6992fad-16eec908 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-f9e2a1f0-f440-6f3f-181e-e723b6992fbb-16eec908 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_8bf483f0-6a57-02a1-7747-73eff9f181ce-638c17df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8bf483f0-6a57-02a1-7747-73eff9f181e4-638c17df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_794cffed-d0b4-d44e-fe9b-e9d1a4be7f92-638c17df {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_794cffed-d0b4-d44e-fe9b-e9d1a4be7fa8-638c17df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0fa04bbb-3178-54e4-862e-4aad9f7ca56d-8af26ba2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-da422461-e6e1-1f56-8e3c-fd9d80148658-2a60081c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-da422461-e6e1-1f56-8e3c-fd9d8014865e-2a60081c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_0320d074-94bc-4b73-f5a1-783468d60a9b-73dd1a35 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5309a725-a51f-49c8-59f0-6cb09dc6bea4-73dd1a35 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_5309a725-a51f-49c8-59f0-6cb09dc6beaf-73dd1a35 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_60319325-09b7-10eb-9059-07eaa4979e11-73dd1a35 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_60319325-09b7-10eb-9059-07eaa4979e31-73dd1a35 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-da422461-e6e1-1f56-8e3c-fd9d80148658-8ed51e92 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-da422461-e6e1-1f56-8e3c-fd9d8014865e-8ed51e92 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_8bf483f0-6a57-02a1-7747-73eff9f181ce-680562b3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8bf483f0-6a57-02a1-7747-73eff9f181e4-680562b3 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1b27463a-ba01-a038-b907-f14e7996e35e-83f91b3d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1b27463a-ba01-a038-b907-f14e7996e364-83f91b3d {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Gothicb0';
  src: url('../fonts/GOTHICB0.TTF') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}