/* BANNER */
.banner {
  overflow: hidden;
  position: relative;
}

.banner .container {
  max-width: 1425px;
}

.webox {
  max-width: 500px;
  text-align: left;
  margin-top: 168px;
}

.hmbo_wrap .container {
  width: 100%;
}

.hmbo_wrap {
  display: flex;
  align-items: flex-start;
  height: 100%;
}

.bannertext {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.big_title {
  font-size: 70px;
  color: #fff;
  line-height: 79px;
  font-weight: bold;
  margin-bottom: 3px;
  letter-spacing: 0.4px;
}

.webox p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #fff;
  text-shadow: 0 0 10px rgb(0 0 0);
}

.js_hmbanner.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.js_hmbanner {
  height: 788px;
}

.js_hmbanner .slideingdiv>img {
  width: 100%;
  height: 788px;
  object-fit: cover;
}

.js_hmbanner .slick-dots {
  bottom: 0;
  line-height: 100%;
  right: 85px;
  margin: 0 auto;
  max-width: 50px;
  top: -59px;
  max-height: 177px;
  margin: auto;
}

.js_hmbanner .slick-dots li {
  width: 22px;
  height: 22px;
  display: block;
  margin: 10px auto;
}

.js_hmbanner .slick-dots li button::after {
  background: rgb(255 255 255 / 40%);
}

.js_hmbanner .slick-dots li button:hover,
.js_hmbanner .slick-dots li.slick-active button {
  border-color: #ffcc00;
}

.js_hmbanner .slick-dots li.slick-active button::after,
.js_hmbanner .slick-dots li button:hover::after {
  background: #ffcc00;
}

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/*.location_perth .banner .big_title, .location_perth .banner p{color:var(--secondary-color);}*/
.webox .btn_theme {
  margin-top: 30px;
}

.mobile_show {
  display: none !important;
}

.js_hmbanner .slideingdiv:first-child,
.js_hmbanner.slick-initialized .slideingdiv {
  display: block;
}

.js_hmbanner .slideingdiv {
  display: none;
}

.js_hmbanner .slick-dots li button::after {
  width: 8px;
  height: 8px;
}

/* *********************************** */
/* KAYFACTOR  */
/* *********************************** */

.page-melbourne .location_melbourne .kayfactor_js .slick-list {
  padding: 0 30px;
}

.banner_kayfactor {
  margin-top: -96px;
}

.kay_intro {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0 0;
  align-items: center;
}

.kayfactor_js .slick-list {
  overflow: visible;
}

.kayfactor_js .kaybox {
  background: rgb(0 0 0 / 50%);
  border-top: 1px solid #ffcc00;
  border-right: 1px solid rgb(255 255 255 / 20%);
}

.kay_intro .icon {
  width: 46px;
}

.kay_intro .title_xs {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  letter-spacing: 0.4px;
  width: calc(100% - 46px);
  margin-bottom: 0;
  padding-left: 15px;
}

.kay_intro .icon>img {
  filter: brightness(0) invert(1);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.kayfactor_js .slick-arrow {
  width: 30px;
  height: 100%;
  border-radius: 0;
  background: var(--gray-color);
  border-color: var(--gray-color);
  border-top: 1px solid #ffcc00;
}

/* .fact_info{display: none;} */
.kaybox {
  position: relative;
  height: 80px;
  display: block;
}

.depthover .fact_inner {
  height: 260px;
  background: #fff;
  transition: all ease-out 0.6s !important;
  -webkit-transition: all ease-out 0.6s !important;
  -moz-transition: all ease-out 0.6s !important;
  -ms-transition: all ease-out 0.6s !important;
}

.fact_inner {
  height: 80px;
  display: flex;
  position: absolute;
  z-index: 0;
  width: 100%;
  padding: 10px 20px;
  bottom: 0;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  transition: all ease-out 0.6s !important;
  -webkit-transition: all ease-out 0.6s !important;
  -moz-transition: all ease-out 0.6s !important;
  -ms-transition: all ease-out 0.6s !important;
  flex-direction: column;
  justify-content: center;
}

.fact_info ul.dlist {
  margin-bottom: 0;
  min-height: 125px;
  overflow: hidden;
  display: block;
}

.fact_info .dlist li:not(:last-child) {
  margin-bottom: 8px;
}

.depthover .fact_inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #ffcc00;
  top: 0;
  left: 0;
  right: 0;
}

.depthover .box_name {
  justify-content: flex-start;
  padding: 0 28px;
}

.fact_info {
  display: none;
  border-top: 1px solid #d6d6d6;
  padding-top: 20px;
  margin-top: 8px;
}

.depthover .fact_info {
  display: block;
}

.depthover .kay_intro .title_xs {
  color: #007bb6;
}

.location_perth .depthover .kay_intro .icon>img {
  filter: inherit;
}

.kayfactor_js .kaybox.depthover .kay_intro {
  width: 100%;
}

.kayfactor_js .fact_info .dlist li {
  font-size: 14px;
  line-height: 18px;
}

.kayfactor_js .fact_info .dlist li:before {
  top: 4px;
}

.fact_inner .fact_info [class*="btn_"] {
  background: transparent;
  padding: 0;
  border: 0;
}

.fact_inner .fact_info [class*="btn_"]:after {
  display: none;
}

.fact_inner .fact_info [class*="btn_"] span {
  margin-left: 0;
}

/* *********************************** */
/* LOCATION TOP CONTENT  */
/* *********************************** */
.location_top_content hr {
  margin: 44px 0 0;
}

.ctent_img .image_div {
  min-height: 500px;
  max-width: 560px;
  margin: 0 auto;
  background: rgb(16 16 16 / 60%);
  position: relative;
}

.ctent_img {
  min-height: 644px;
  position: sticky;
  align-self: flex-start;
  top: 105px;
}

.ctent_left {
  padding-right: 142px;
}

.ctent_left p {
  font-size: 16px;
}

.ramlock_van {
  position: absolute;
  bottom: 39px;
  left: -8px;
  right: 0;
  margin: 0 auto;
}

.image_inner {
  padding: 48px;
}

.jamring_ram_txt {
  margin: 0 auto;
}

.ctent_img .call_btn:hover p span {
  color: var(--yellow-color);
}

/* *********************************** */
/* CUSTOMERS WE SREVE */
/* *********************************** */
.customer_list {
  margin: 50px 0 20px;
  align-items: center;
}

.customer_list li {
  width: 14.2%;
}

/* .custbox {min-height: 120px;display: flex;align-items: center;justify-content: center;} */
.custbox>img {
  margin: 0 auto;
  display: block;
}

.customer_list li:nth-child(n + 8) {
  margin-top: 45px;
}

/* *********************************** */
/* OUR SERVICES */
/* *********************************** */
.hm_services .intro {
  max-width: 860px;
  margin: 0 auto;
}

.service_wrap {
  margin-top: 58px;
}

.ser_img {
  width: 638px;
}

.ser_ctent {
  width: calc(100% - 638px);
  padding: 22px 135px 15px 104px;
  border-left: 1px solid #c4c4c4;
}

.ser_icon {
  margin-bottom: 15px;
}

.ser_ctent p {
  line-height: 28px;
  font-size: 15px;
  letter-spacing: 0.2px;
}

.ser_row:not(:last-child) {
  margin-bottom: 75px;
}

.flex-row-reverse .ser_ctent {
  padding: 10px 90px 15px 130px;
  border-right: 1px solid #c4c4c4;
  border-left: 0;
}

.other_list {
  margin: 0 -12px;
}

.other_list li {
  padding: 0 12px;
  width: 25%;
  display: flex;
  flex-wrap: wrap;
}

.other_list li .ser_info p {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 70px;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.serbox {
  background: #fff;
  display: block;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  border-bottom: 2px solid var(--blue-color);
}

.ser_info {
  padding: 16px 30px 34px;
  /* max-height: 220px; */
  position: relative;
}

.ser_info .title_xs {
  line-height: 22px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.ser_info .ser_icon {
  margin-bottom: 10px;
}

.ser_info p {
  line-height: 24px;
  font-size: 15px;
  letter-spacing: 0.2px;
}

.serbox .btn_border {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
  max-width: 167px;
  width: auto;
  padding: 15px;
  transform: translate(0px, 70px);
  z-index: 1;
}

.ser_info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-image: linear-gradient(to bottom,
      rgb(255 255 255 / 24%) 10%,
      #fff 67%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.other_list li a.serbox:hover .ser_info:after {
  height: 100%;
}

.other_list li a.serbox:hover .btn_border {
  transform: translate(0px, -23px);
}

.location_melbourne .hm_services .ser_icon,
.location_melbourne .kay_intro .icon,
.kay_intro .icon,
.hm_services .ser_ctent .ser_icon,
.other_list li .ser_info .ser_icon {
  background: var(--blue-color);
  width: 46px;
  height: 46px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.location_melbourne .hm_services .ser_icon>img {
  filter: brightness(0) invert(1);
}

.ser_ctent [class*="title_"] {
  margin-bottom: 8px;
}

.other_list.flex {
  width: 100%;
}

.other_list.flex .slick-prev,
.other_list.flex .slick-next {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #dedfe1;
  border-radius: 100%;
  z-index: 1;
}

.other_list.flex .slick-prev:hover,
.other_list.flex .slick-next:hover {
  background: #ffcc00;
}

.other_list.flex .slick-arrow.slick-prev:before {
  background: url(../../assets/images/svg/angle-left.svg) no-repeat 0 6px;
  color: transparent;
}

.other_list.flex .slick-arrow.slick-next:before {
  background: url("../../assets/images/svg/angle-right.svg") no-repeat -1px 6px;
  color: transparent;
}


/* banner call button styles   */
.bnr_btnbar .btn_theme.mt_35.banner_phonoe {
  /* display: none; */
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
}

.bnr_btnbar .btn_theme.mt_35 {
  padding: 15px 20px;
}

.bnr_btnbar .btn_theme.mt_35.banner_phonoe span {
  margin: 0 10px 0 0;
  background: transparent;
  border: 0px solid transparent;
  position: relative;
  background: #101010;
}

.bnr_btnbar .btn_theme.mt_35.banner_phonoe span img {
  width: 11px;
  filter: invert(73%) sepia(80%) saturate(2836%) hue-rotate(8deg) brightness(117%) contrast(101%);
}

.webox .bnr_btnbar .btn_theme {
  margin: 30px 5px 10px;
}







/* Start Responsive */
@media (min-width: 1921px) {
  .slideingdiv>img {
    width: 100%;
  }
}

/* START MEDIA QUERY */
@media screen and (max-width: 1650px) {}

@media screen and (max-width: 1500px) {
  .other_list.flex .slick-prev {
    left: 0;
  }

  .other_list.flex .slick-next {
    right: 0;
  }
}

@media screen and (max-width: 1365.99px) {

  /* BANNER */
  .js_hmbanner .slideingdiv>img,
  .js_hmbanner {
    height: 650px;
  }

  .big_title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 8px;
  }

  .webox {
    margin-top: 120px;
  }

  /* BANNER KAYFACTOE */
  .fact_inner {
    padding: 15px;
  }

  /* TOP CONTENT */
  .ctent_left {
    padding-right: 80px;
    width: calc(100% - 500px);
  }

  .ctent_img {
    width: 500px;
    min-height: auto;
  }

  .image_inner {
    padding: 50px 20px;
  }

  /* CUSTOMER */
  .customer_list {
    justify-content: center;
  }

  .customer_list li {
    width: 20%;
  }

  .customer_list li:nth-child(n + 6) {
    margin-top: 30px;
  }

  /* SERVICES */
  .ser_img {
    width: 500px;
  }

  .ser_ctent {
    width: calc(100% - 500px);
    padding: 0 60px 0 40px;
  }

  .ser_row:not(:last-child) {
    margin-bottom: 60px;
  }

  .flex-row-reverse .ser_ctent {
    padding: 0 40px 0 60px;
  }

  .other_list {
    margin: 0 -6px;
  }

  .other_list li {
    padding: 0 6px;
  }

  .ser_info {
    padding: 16px 20px 34px;
  }
}

@media screen and (max-width: 1279.99px) {}

@media screen and (max-width: 1199.99px) {

  /* BANNER */
  .js_hmbanner .slideingdiv>img,
  .js_hmbanner {
    height: 600px;
  }

  .big_title {
    font-size: 50px;
    line-height: 52px;
  }

  .fact_info ul.dlist {
    min-height: 100px;
  }

  .depthover .fact_inner {
    height: 235px;
  }

  .fact_info {
    padding-top: 15px;
  }

  .fact_inner,
  .kaybox {
    height: 80px;
  }

  .fact_info .dlist li:not(:last-child) {
    margin-bottom: 6px;
  }

  /* TOP CONTENT */
  .ctent_left {
    padding-right: 30px;
    width: calc(100% - 400px);
  }

  .ctent_img {
    width: 400px;
    margin-bottom: 78px;
  }

  .ctent_img .cta_box .btnlist li {
    padding: 0 8px;
  }

  .ramlock_van {
    bottom: -70px;
  }

  .ctent_img .cta_box .btnlist {
    margin: 0 -8px;
    align-items: center;
  }

  .location_top_content hr {
    margin: 30px 0 0;
  }

  .ctent_img .image_div {
    min-height: 415px;
  }

  .ser_info .title_xs {
    min-height: 45px;
  }

  /* CUSTOMER */
  .customer_list li {
    width: 33.33%;
  }

  .customer_list li:nth-child(n + 4) {
    margin-top: 30px;
  }

  /* SERVICES */
  .ser_icon {
    margin-bottom: 12px;
  }

  .ser_row:not(:last-child) {
    margin-bottom: 40px;
  }

  .ser_img {
    width: 400px;
  }

  .ser_ctent {
    width: calc(100% - 400px);
    padding: 0 30px 0 0;
    border-left: 0;
  }

  .flex-row-reverse .ser_ctent {
    border-right: 0;
    padding: 0 0 0 30px;
  }

  .service_wrap {
    margin-top: 30px;
  }

  .ser_info {
    max-height: inherit;
  }

  .serbox .btn_border {
    position: relative;
    left: 0;
    transform: translate(0px, 0);
    margin-top: 15px;
  }

  .ser_ctent p {
    font-size: 15px;
    line-height: 24px;
  }

  .ser_ctent .mt_30 {
    margin-top: 15px;
  }

  .serbox .btn_border {
    padding: 10px 12px;
  }
}

@media screen and (max-width: 991.99px) {

  /* BANNER */
  .webox {
    margin-top: 135px;
    max-width: 100%;
    text-align: center;
  }

  .webox p {
    font-size: 16px;
    line-height: 20px;
  }

  .js_hmbanner .slideingdiv>img,
  .js_hmbanner {
    height: 550px;
  }

  .big_title {
    font-size: 36px;
    line-height: 40px;
  }

  .js_hmbanner .slick-dots {
    bottom: 110px;
    right: 0;
    max-width: 100%;
    top: inherit;
    max-height: initial;
    margin: auto;
  }

  .js_hmbanner .slick-dots li {
    display: inline-block;
  }

  /* TOP CONTENT */
  .ctent_left {
    padding-right: 0;
    width: 100%;
  }

  .ctent_img {
    width: 100%;
    margin-top: 30px;
    max-width: 560px;
    position: relative;
    top: 0;
  }

  .ctent_img img.ramlock_van {
    max-width: 350px;
  }

  .ctent_left .ctent_img .image_div {
    margin: 0;
  }

  /* CUSTOMERS WE SERVE */
  .customer_list {
    margin-top: 30px;
  }

  /* SERVICES */
  .ser_img {
    width: 100%;
  }

  .ser_ctent {
    width: 100%;
    text-align: center;
    background: var(--white-color);
    padding: 16px 20px 25px;
    border-bottom: 2px solid var(--blue-color);
    z-index: 1;
  }

  .flex-row-reverse .ser_ctent {
    border-right: 0;
    padding: 16px 20px 25px;
  }

  .ser_row {
    flex-direction: column-reverse;
  }

  .ser_row .ser_icon {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -42px auto 6px;
  }

  .other_list li {
    width: 50%;
  }

  .other_list li:nth-child(n + 3) {
    margin-top: 12px;
  }

  .other_list li a .serimg>img {
    width: 100%;
  }

  .ser_ctent .intro .title_xs {
    display: none;
  }

  .service_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -6px 0;
    align-items: flex-start;
  }

  .ser_row {
    width: 50%;
    padding: 0 6px;
  }

  .ser_ctent .ser_img .border_radius {
    border-radius: 6px 6px 0 0;
  }

  .ser_ctent p {
    display: -webkit-box;
    max-height: 75px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .ser_ctent .title_md {
    font-size: 16px;
    line-height: 22px;
    min-height: 45px;
  }

  .ser_row:not(:last-child) {
    margin-bottom: 12px;
  }

  .ser_img .border_radius {
    border-radius: 6px 6px 0 0;
  }

  .ser_info {
    text-align: center;
    border-bottom: 0;
    padding: 16px 20px 25px;
  }

  .ser_info .ser_icon {
    margin: -42px auto 5px;
    position: relative;
    z-index: 1;
  }

  .other_list {
    margin: 0;
  }

  .ser_info:after {
    content: none;
  }

  .other_list li a.serbox:hover .btn_border {
    transform: translate(0px, 0);
  }

  /* .banner-item-block .banner-content {
    align-items: self-end;
    height: 100%;
  } */

}

@media screen and (max-width: 767.99px) {

  /* BANNER */
  .js_hmbanner .slideingdiv>img,
  .js_hmbanner {
    height: 450px;
  }

  .hmbo_wrap {
    padding-bottom: 50px;
    align-items: center;
  }

  .webox {
    margin-top: 0;
  }

  .ban_desk {
    display: none !important;
  }

  .mobile_show {
    display: block !important;
  }

  /* BANNER KEYFACTOR */
  .kaybox,
  .fact_inner {
    height: 80px;
  }

  .banner_kayfactor {
    margin-top: -80px;
  }

  .fact_inner {
    padding: 10px;
  }

  .location_melbourne .kay_intro .icon {
    padding: 8px;
  }

  .kay_intro .title_xs {
    padding-left: 10px;
  }

  .kaybox {
    width: 100%;
  }

  .kay_intro .title_xs br {
    display: none;
  }

  /* CUSTOMER */
  .custbox {
    padding: 10px;
  }

  .customer_list li:nth-child(n + 4) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  .ctent_img .image_div {
    min-height: 350px;
  }

  .image_inner {
    padding: 30px 20px;
  }

  .image_inner .cta_box .btnlist {
    justify-content: center;
  }

  .cta_box {
    margin-top: 25px;
    text-align: center;
    padding: 10px 5px;
  }

  .ctent_img .cta_box .btnlist {
    margin: 0 -4px;
  }

  .ctent_img .cta_box .btnlist li {
    padding: 0 4px;
  }
}

@media screen and (max-width: 480px) {

  /* SERVICES */
  .other_list li {
    width: 100%;
  }

  .other_list li:nth-child(n + 2) {
    margin-top: 30px;
  }

  .ser_info .title_xs {
    min-height: auto;
  }

  .ser_info {
    text-align: center;
  }

  .ser_row {
    width: 100%;
  }

  .ser_ctent .title_md {
    min-height: auto;
  }
}

@media screen and (max-width: 370px) {
  .ctent_img img.ramlock_van {
    max-width: 300px;
  }

  /* BANNER TRUSTFACTOR */
  .banner_kayfactor {
    min-height: 300px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .kayfactor_js .kaybox {
    border-right: 0;
  }

  .kayfactor_js {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  /* CTA WRAPPER */
  .ctent_img .image_div {
    min-height: 280px;
  }

  .ctent_img .image_inner .cta_box .btnlist li {
    padding: 0 4px 8px;
  }

  .ctent_left p {
    font-size: 14px;
  }
}

.servicelistbx {
  position: relative;
  z-index: 1;
}

.servicelistbx img.bgimg {
  opacity: 0.2;
}

.serbox:hover .title_xs {
  color: var(--blue-color);
}

.serbox:hover {
  border-color: #ffcc00;
}