html,
body {
  /* height: 100%; */
  margin: 0px;
  font-family: "Roboto", sans-serif;
}

header {
  /* background: #111; */
  background: white;
  width: 100%;
  height: 100px;
}

.theme-nav {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 9;
}

.scroll-fix {
  padding-top: 100px;
}

.page-wrap {
  /* padding: 2rem 0; */
	background-color: #ffb700;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.company-logo img {
  width: 200px;
}

.menu-icon-logo {
  margin-left: auto;
}
.search-icon-logo {
  /* margin-left: 20px; */
}

.menu-icon-logo img,
.search-icon-logo img {
  /* width: 35px; */
  width: 80px;
}

header .top-bar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* display: flex; */ /* Old css navbar */
  display: block;
}

header .container {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  height: 100%;
}

header .top-bar li {
  position: relative;
}

header .top-bar li a {
  padding: 0.25rem 1rem;
  color: #fff;
  text-decoration: none;
}

header .top-bar li a:hover {
  text-decoration: underline;
}

header .top-bar li:first-child a {
  padding-left: 0;
}

header .top-bar li:last-child a {
  padding-right: 0;
}

header .top-bar li .sub-menu {
  display: none;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 200px;
  border-radius: 0.5rem;
}

header .top-bar li .sub-menu a {
  color: red;
  padding: 0.25rem;
  text-align: center;
  display: block;
  text-decoration: none;
}

header .top-bar li .sub-menu a:hover {
  color: black;
}

header .top-bar > .menu-item-has-children:hover > .sub-menu {
  display: block;
}

header
  .top-bar
  .menu-item-has-children
  .sub-menu
  > .menu-item-has-children:hover
  .sub-menu {
  display: block;
}

header .top-bar .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
}

.widget {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*
* START NavBar Menu
*/

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: white;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*
* END NavBar Menu
*/

/**/
/*  SECTION 2 START
*/

.section-2 {
  background-color: #1d1d1d;
  padding-top: 80px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 18px;
  padding-bottom: 80px;
}

.box {
  border: 1px solid white;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 45px;
  padding-bottom: 100px;
  font-weight: 300;
  color: #b7b7b7;
  font-size: 14px;
}

.box-nothing {
  /* padding-left: 35px; */
  padding-right: 35px;
  padding-top: 35px;
  padding-bottom: 35px;
  color: #b7b7b7;
  font-weight: 300;
  font-size: 14px;
}

.box-3-head {
  display: flex;
  justify-content: center;
  text-align: center;
}

.box-3 {
  line-height: 55px;
}

.box-3 p {
  font-size: 3rem;
}

.non-outline-text {
  margin-bottom: 0px;
  font-weight: 900;
}

.outline-text {
  margin-bottom: 0px;
  color: black;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-weight: 900;
}

.background-divider {
  background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/home-page/elements/elements-05.jpg");
  height: 1107px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -151px;
  padding-top: 473px;
}

.outline-text-2 {
  font-size: 2.4rem;
  margin-bottom: 0px;
  line-height: 62px;
  color: black;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  text-align: center;
  line-height: 39px;
  margin-top: -270px;
}

.non-outline-text-2 {
  font-size: 2.5rem;
  margin-top: 35px;
  line-height: 41px;
  text-align: center;
}

.button-circle-new {
  width: 150px;
  height: 150px;
  background-color: #ff0500;
  color: white;
  letter-spacing: 4px;
  z-index: 9999999;
}

.button-circle-new:hover {
  background-color: white;
  color: #ff0500;
}

@media (min-width: 322px) and (max-width: 453px) {
  .background-divider {
    background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/home-page/elements/elements-05.jpg");
    height: 1107px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -151px;
    padding-top: 330px;
  }
}

@media (min-width: 425px) {
  .outline-text-2 {
    margin-top: -330px;
  }
}

@media (min-width: 454px) {
  .background-divider {
    background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/home-page/elements/Home_Page_Bkg_Image_tiny.jpg");
    height: 1610px;
    width: 100%;
    background-position: right;
    background-repeat: no-repeat;
    margin-top: -275px;
    padding-top: 231px;
  }
}

@media (min-width: 768px) {
  .box {
    height: 450px;
  }

  .outline-text-2 {
    text-align: left;
  }

  .non-outline-text-2 {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .box-3 {
    padding-top: 35px;
  }
  .box-nothing {
    padding-right: 10px;
    padding-left: 20px;
  }
}

@media (min-width: 1024px) {
  .box {
    font-size: 18px;
    padding-top: 35px;
  }

  .box-nothing {
    padding-right: 0px;
    font-size: 18px;
  }

  .box-3-head {
    text-align: left;
  }

  .box-3 {
    /* padding: 35px; */
    padding-top: 35px;
    padding-right: 35px;
  }

  .outline-text-2 {
    text-align: left;
    font-size: 2.5rem;
    line-height: 61px;
    margin-top: -111px;
    padding-left: 35px;
  }

  .non-outline-text-2 {
    padding-left: 35px;
  }

  .background-divider {
    margin-top: -530px;
    background-position: center;
  }
}

@media (min-width: 1140px) {
  .outline-text {
    font-size: 3.7rem !important;
  }
  .non-outline-text {
    font-size: 3.7rem !important;
  }
}

@media (min-width: 1440px) {
  .box {
    height: 400px;
  }
}

/**/
/*  SECTION 2 END
*/

/**/
/*  SECTION 3 START
*/

.section-3 {
  /* margin-top: -111px; */
  margin-top: 80px;
}

.about-3 {
  margin-top: 7px;
  /* height: 305px; */
  display: flex;
  align-items: flex-end;
}

.button-project-1 {
  background-color: #ff0500;
  color: white;
  width: 100%;
  text-align: left;
  /* padding: 30px; */
  /* font-size: 20px; */
  font-size: 16px;
  padding-left: 14px;
  padding-top: 17px;
  padding-bottom: 10px;
  height: 144px;
  letter-spacing: 1px;
  font-weight: 300;
}

.arrow-projects {
  flex-direction: column-reverse;
  margin-top: 10px;
}

.small-text {
  font-size: 13px;
  vertical-align: text-top;
  letter-spacing: 3px;
  font-weight: 100;
}

.project-3-img {
  margin-top: 7px;
}

.project-button-2 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-project-2 {
  background-color: black;
  color: #b7b7b7;
  /* width: 100%;
  height: 100%; */
  text-align: left;
  /* padding: 51px; */
  font-weight: 700;
  /* width: 250px; */
  /* height: 250px; */
  /* font-size: 20px; */
  font-size: 12px;
  width: 170px;
  height: 170px;
  padding: 40px;
  line-height: 14px;
}

.arrow-chat {
  flex-direction: column;
  margin-top: 15px;
}

@media (min-width: 320px) {
  .project-button-2 {
    text-align: center;
  }
}

@media (min-width: 375px) {
  .project-button-2 {
    text-align: center;
  }
  .button-project-1 {
    height: 171.5px;
  }
}

@media (min-width: 425px) {
  .button-project-1 {
    height: 196.5px;
  }
}

@media (min-width: 768px) {
  .button-project-1 {
    height: 168px;
  }

  .arrow-projects {
    flex-direction: row;
  }

  .right-arrow {
    margin-right: 11px;
  }

  .button-project-2 {
    width: 168px;
    height: 168px;
    font-size: 13px;
    padding: 40px;
  }
}

@media (min-width: 1024px) {
  .project-button-2 {
    text-align: left;
  }

  .button-project-1 {
    height: 228px;
    padding: 30px;
  }

  .arrow-projects {
    flex-direction: row;
    align-items: center;
  }

  .small-text-1 {
    margin-left: 13px;
    font-size: 14px;
    letter-spacing: 3px;
  }

  .button-project-2 {
    width: 100%;
    height: 100%;
    font-size: 19px;
    line-height: 19px;
  }
}

@media (min-width: 1440px) {
  .button-project-1 {
    height: 318px;
    padding: 30px;
    font-size: 25px;
    line-height: 33px;
  }

  .small-text {
    font-size: 16px;
  }

  .button-project-2 {
    font-size: 26px;
    padding: 58px;
    line-height: 25px;
  }
}

/**/
/*  SECTION 3 END
*/

/**/
/*  SECTION 4 START
*/

.section-4 {
  background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/home-page/elements/elements-1.jpg");
  /*height: 500px;*/
  width: 100%;
  background-repeat: no-repeat;
}

.section-4-content {
  margin-top: 111px;
}

/* .section-4 {
  background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/home-page/elements/section-4-small-new-8.jpg"); */
/* height: 935px; */
/* height: 350px; */
/* width: 1792px; */
/* width: 100%; */
/* background-position: center;
  /* background-position: right; */
/* background-repeat: no-repeat;
  margin-top: 50px; */
/* margin-left: -71px; */
/* position: relative;
  left: -71px;
} */

.section-4-text {
  /* font-size: 51px; */
  /* width: 639px; */
  /* margin-top: 75px; */
  /* line-height: 45px; */
  /* margin-left: 95px; */
  /* width: 245px; */
  font-weight: 700;
  font-size: 24px;
  padding-left: 57px;
  padding-top: 0px;
  line-height: 23px;
}

.button-circle-new-2 {
  width: 100px;
  height: 100px;
  background-color: #ff0500;
  color: white;
  letter-spacing: 4px;
  /* margin-top: 75px; */
  font-size: 14px;
  /* float: right; */
  /* margin-right: -25px; */
  margin-right: 0px;
  box-shadow: -5px 6px lightgrey;
}

.submit-button-width input {
  width: 250px;
}

.button-circle-new-2:hover {
  color: #ff0500;
  background-color: white;
}

@media (min-width: 700px) {
  .section-4-text {
    padding-left: 0px;
  }
}

@media (min-width: 768px) {
  .section-4 {
    position: relative;
  }

  .section-4-content {
    margin-top: 0px;
  }
  .section-4-text {
    margin-top: 30px;
    font-size: 22px;
    position: absolute;
    left: 117px;
    width: 300px;
    line-height: 21px;
  }
}

@media (min-width: 1024px) {
  .section-4 {
    background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/home-page/elements/elements-8.png");
    /*height: 815px;*/
    margin-left: 0px;
    background-repeat: no-repeat;
    /* margin-left: -121px; */
    position: relative;
    /* left: -121px; */
  }

  .section-4-text {
    font-size: 81px;
    line-height: 77px;
    position: absolute;
    left: 295px;
    width: 500px;
    font-weight: 500;
  }

  .button-circle-new-2 {
    width: 150px;
    height: 150px;
    font-size: 18px;
  }
}

/**/
/*  SECTION 4 END
*/

/**/
/*  SECTION 5 START
*/

.we-offer,
.we-offer-heading {
  font-weight: 300;
}

.we-offer-heading {
  /* letter-spacing: 3px; */
}

.we-offer-title {
  border-top: 1px solid #1c1c1c;
  padding-top: 10px;
  line-height: 51px;
  font-weight: 900;
}

.we-offer-text {
  color: #686868;
}

.offer-carrousel-next,
.offer-carrousel-prev {
  color: #000;
  position: relative;
  justify-content: flex-start;
  width: 17%;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: black !important;
}

.carousel-control-prev {
  float: left;
}

.learn-more-offer-btn {
  /* background-color: #ff0500; */
  background-color: none;
  text-decoration: none;
  color: black;
  margin-bottom: 20px;
  display: block;
}
.learn-more-offer-btn:hover {
  color: #ff0500;
}

.z-index-increase {
  z-index: 2;
}

@media (min-width: 1440px) {
  .we-offer-title {
    /* font-size: 60px; */
    font-size: 3.7rem;
    padding-bottom: 57px;
    padding-top: 33px;
    margin-top: 15px;
  }

  .we-offer-heading {
    margin-bottom: 50px;
    font-size: 20px;
  }
}

/* @media (min-width: 320px) and (max-width: 767px) {
  .we-offer {
    padding-left: 6px;
  }
} */

/**/
/*  SECTION 5 END
*/

/**/
/*  SECTION 6 START
*/

.section-6 {
  background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/home-page/services-selection/stats-small.jpg");
  height: 753px;
  width: 100%;
  /* margin-left: 0px; */
  background-repeat: no-repeat;
  background-position: center;
  /* margin-left: -121px; */
  /* position: relative; */
  /* left: -121px; */
}

.stats-title {
  margin-top: 61px;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 34px;
}

.stats-number {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 0px;
}

.stats-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 17px;
}

@media (min-width: 454px) {
  .section-6 {
    background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/home-page/services-selection/stats.jpg");
    height: 919px;
    width: 100%;
    /* margin-left: 0px; */
    background-repeat: no-repeat;
    background-position: center;
    /* margin-left: -121px; */
    /* position: relative; */
    /* left: -121px; */
  }

  .stats-title {
    margin-bottom: 150px;
  }
}

@media (min-width: 1024px) {
  .stats-title {
    font-size: 51px;
    line-height: 45px;
  }
  .stats-number {
    font-size: 41px;
  }
  .stats-text {
    font-size: 25px;
    line-height: 23px;
  }
}

@media (min-width: 1792px) {
  .stats-title {
    font-size: 67px;
    line-height: 60px;
    margin-top: 126px;
    margin-bottom: 75px;
  }

  .stats-number {
    font-size: 57px;
  }

  .stats-text {
    font-size: 31px;
    line-height: 29px;
  }
}

/**/
/*  SECTION 6 END
*/

/**/
/*  SECTION 7 START
*/

.section-7 {
  margin-top: 127px;
}

.client-outline-text {
  margin-bottom: 0px;
  color: black;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-weight: 900;
}

.make-it-bolder {
  font-weight: 900;
}

.clients {
  /* border: 1px solid #ff0500;
  height: 455px;
  width: 70%;
  padding: 30px; */
}

.clients-logo,
.clients-list {
  /* margin-top: -300px; */
}

.force-s img {
  width: 156px;
}

@media (min-width: 1024px) {
  .clients {
    /* width: 23%;
    height: 470px; */
  }

  .clients-list {
    /* margin-top: -179px; */
  }

  /* .force-s img {
    width: 156px;
  } */
}

@media (min-width: 1140px) {
  .clients {
    font-size: 3.7rem;
  }
}

@media (min-width: 1792px) {
  .force-s img {
    /*width: 216px;*/
    width: 186px;
  }
}

/**/
/*  SECTION 7 END
*/

/**/
/*  SECTION 8 START
*/

.section-8 {
  margin-top: 230px;
  /* height: 100%;
  width: 100%; */
}

.testi-carousel {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.test-control-prev,
.test-control-next {
  color: red;
  /* position: relative; */
  /* justify-content: flex-start; */
  /* width: 17%; */
  /* bottom: 75%; */
}

.testi-text {
  margin-top: 70px;
  font-style: italic;
  /* text-align: ; */
}

@media (min-width: 1440px) {
  .section-8 {
    background-image: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/home-page/testimonials/testimonials-left-big-1792.jpg"),
      url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/home-page/testimonials/testimonials-right-big-1792.jpg");
    height: 637px;
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
  }

  .testi-carousel {
    height: 637px;
  }

  .test-control-prev {
    margin-left: 267px;
  }

  .test-control-next {
    margin-right: 267px;
  }
}

/* 
@media (min-width: 1024px) {
  .left-testi {
    background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/home-page/testimonials/testimonials-left.jpg");
    height: 319px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left;
    float: left;
  }

  .right-testi {
    background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/home-page/testimonials/testimonials-right.jpg");
    height: 319px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
  }
}

@media (min-width: 1780px) {
  .left-testi {
    background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/home-page/testimonials/testimonials-left-big-1792.jpg");
    height: 600px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left;
    float: left;
  }

  .right-testi {
    background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/home-page/testimonials/testimonials-right-big-1792.jpg");
    height: 600px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
  }
} */

/**/
/*  SECTION 8 END
*/

/**/
/*  SECTION 9 START
*/
.section-9 {
/*   background-color: #1c1c1c; */
  color: #b7b7b7;
  /* padding-top: 37px; */
	background-color: lightgray;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.footer-logo {
/*   margin-top: 80px; */
}

.footer-statement {
  margin-bottom: 30px;
  position: relative;
}

.footer-heading {
  /* margin-top: 50px; */
  margin-top: 85px;
}

.footer-text {
  /* margin-top: 30px; */
  /* margin-top: 80px; */
  padding-bottom: 41px;
}

.footer-social-1 {
  position: absolute;
  top: 119px;
  right: -71px;
  transform: rotate(270deg);
}

.footer-nav {
  /* margin-top: 25px; */
  margin-top: 77px;
  position: relative;
}

.outline-text-3 {
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b7b7b7;
  font-size: 30px;
  font-weight: 700;
}

.outline-text-3 a {
  text-decoration: none;
  color: #b7b7b7;
}

.outline-text-3 a:hover {
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b7b7b7;
}

.location-heading {
  font-weight: 500;
  font-size: 22px;
}

.footer-location {
  /* margin-top: 39px; */
}

.footer-feet {
  margin-top: 20px;
}

.foot-print a {
  color: #b7b7b7;
  text-decoration: none;
  font-size: 13px;
  padding-right: 15px;
}

.foot-copyright {
  font-size: 13px;
  color: #b7b7b7;
}

.footer-social-1 a,
.footer-social-2 a {
  text-decoration: none;
  padding-right: 10px;
  color: #b7b7b7;
  /* transform: rotate(270deg); */
}

.footer-social-2 {
  position: absolute;
  right: -46px;
  transform: rotate(270deg);
  top: 120px;
}

.phone-number a {
  color: #b7b7b7;
}

.phone-number a:hover {
  color: #ff0500;
}

.footer-footer-bottom {
  background-color: #505254;
}

.head-office {
  margin-top: 77px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.footer-social-new a {
  color: #b7b7b7;
}

@media (min-width: 320px) and (max-width: 425px) {
  .footer-img-logo {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .footer-text {
    border-bottom: 1px solid #b7b7b7;
  }

  .border-contact {
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 41px;
  }
}

@media (min-width: 768px) {
  .foot-print {
    float: right;
  }

  .footer-statement {
    border-bottom: 1px solid #b7b7b7;
  }

  .footer-text {
    /* padding-right: 100px; */
    margin-top: 80px;
  }
}

@media (min-width: 1440px) {
  .footer-text {
    /* padding-right: 450px; */
  }
}

/**/
/*  SECTION 9 END
*/

/*
*
*Start About Us Page
*
*/

.about-us-new-banner {
  background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/about-us/about-us.jpg");
  height: 500px;
  background-position: center;
  /*padding-top: 50px;*/
  display: flex;
  align-items: center;
}

.about-title-new {
  color: white !important;
  font-size: 40px;
}

.about-us-outline-text {
  -webkit-text-stroke-color: white;
  font-size: 40px;
}

.about-us-banner {
  /*background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/about-us/about-us-mobile.png");*/
  height: 400px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.title-text-about-us {
  /*line-height: 30px;*/
  line-height: 38px;
  margin-bottom: 50px;
  text-align: left;
  font-size: 30px;
}

.box-about-us-banner {
  border: 1px solid white;
  /* width: 300px; */
  width: 90%;
  /* height: 388px; */
  padding: 30px;
  color: white;
  margin-left: auto;
  margin-right: auto;
}

.about-us-backg-seperator {
  /*background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/about-us/about-us-backg-seperator-mobile.png");*/
  /*height: 435px;*/
  height: 281px;
  /*width: 100%;*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
}

.about-us-content {
  margin-top: -230px;
  margin-bottom: 100px;
}

.team-about-us .list-group-item.active {
  background-color: black !important;
  border-color: black !important;
  color: white;
}

.team-about-us .list-group-item {
  background-color: transparent;
  border: 1px solid black;
}

.team-about-us .list-group-item-action {
  color: black;
  font-weight: 900;
}

.line-h-ot {
  line-height: 10px;
  margin-top: 30px;
}

@media (min-width: 576px) {
  .box-about-us-banner {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .line-h-ot {
    line-height: 25px;
  }

  .about-us-backg-seperator {
    /*background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/about-us/about-us-backg-seperator.png");*/
    /*height: 435px;*/
    height: 291px;
    /*width: 100%;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
  }
}

@media (min-width: 992px) {
  .about-us-new-banner {
    padding-top: 20px;
  }
  .about-us-banner {
    /*background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/about-us/about-us-desktop.png");*/
    /*height: 885px;*/
    height: 500px;
    width: 100%;
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .about-us-backg-seperator {
    /*background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/about-us/about-us-backg-seperator.png");*/
    height: 779px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -300px;
    background-size: cover;
  }

  .title-text-about-us {
    line-height: 60px;
    margin-bottom: 150px;
    text-align: left;
  }

  .box-about-us-banner {
    border: 1px solid white;
    width: 300px;
    /*height: 388px;*/
    padding: 30px;
    color: white;
    margin-left: auto;
    /*margin-right: 70px;*/
    margin-right: 12px;
  }

  .about-us-content {
    /*margin-top: -500px;*/
    margin-top: -421px;
    margin-bottom: 100px;
  }

  .team-about-us {
    flex-direction: row;
    border-radius: 0px !important;
  }

  .team-about-us a {
    margin-right: 10px;
    height: 100px;
    width: 100px;
  }
}

.not-team,
.ot-team {
  font-size: 25px;
  text-transform: uppercase;
}

.not-team-title {
  text-transform: uppercase;
  line-height: 19px;
}

.team-member img {
  width: 50%;
  margin-top: 35px;
}

.ot-team {
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

@media (min-width: 992px) {
  .about-us-banner {
    flex-direction: column-reverse;
  }
}

/*
*
*End About Us Page
*
*/

/*
*
*Start Contact Us Page
*
*/

.contact-us-page {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    13deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(214, 21, 21, 1) 59%
  );
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-outline-text {
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 2.5rem;
  font-weight: 900;
}

.cont-line-he {
  line-height: 43px;
}

.contact-text {
  font-weight: 900;
  font-size: 2.5rem;
  color: white;
}

.end-content {
  display: flex;
  flex-direction: column;
  /* justify-content: flex-end; */
  justify-content: space-between;
}

.end-content p {
  color: white;
}

.end-content a {
  color: white;
  text-decoration: none;
}

.end-content a:hover {
  color: black;
}

.text-message-width {
  width: 100%;
}

.wpcf7-response-output {
  color: white !important;
}

.contact-us-form .form-control,
.contact-us-form .form-select {
  border: none !important;
}

@media (min-width: 768px) {
  .text-message-width {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .contact-us-page {
    padding-top: 90px;
  }
  .new-head-office-title {
    font-size: 25px;
    font-weight: 900;
  }
}

/*
*
*End Contact Us Page
*
*/

/*
*
*Strat Slider on top
*
*/

.slider-outline-text {
  color: black;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

/*
*
*End Slider on top
*
*/

/*
*
*Start Services page
*
*/

.services-main-banner {
  background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/services/services-banner.jpg");
  color: white;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  background-position: center;
}

.margin-fix-services {
  margin-right: 24px !important;
}

.margin-fix-services-2 {
  margin-right: 0px !important;
}

.services-menu .list-group-item.active {
  background-color: black !important;
  border-color: black !important;
  color: white;
}

.services-menu .list-group-item {
  background-color: transparent;
  border: 1px solid black;
}

.services-menu .list-group-item-action {
  color: black;
  font-weight: 900;
  text-align: center;
}

.service-member {
  position: relative;
}

/* .service-member img:hover {
  display: none;
} */

.service-member img {
  /* width: 50%; */
  margin-top: 24px;
}

.text-over-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 17px;
  color: white;
  font-weight: 900;
  font-size: 16px;
}

.do-you-know-text {
  position: absolute;
  top: 27%;
  left: 29%;
  transform: translate(-25%, -15%);
  color: white;
  font-weight: 400;
  font-size: 19px;
  text-align: left;
}

.make-it-small-text {
  font-size: 13px;
}

@media (min-width: 992px) {
  .services-main-banner {
    background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/services/services-banner.jpg");
    color: white;
    height: 500px;
    margin-bottom: 90px;
    display: flex;
    align-items: center;
    background-position: center;
  }

  .services-main-title {
    font-size: 3.7rem;
  }

  .services-menu {
    flex-direction: row;
    border-radius: 0px !important;
  }

  .services-menu a {
    margin-right: 10px;
    color: #ff0500;
  }
}

/*
*
*End Services page
*
*/

/*
*
*Start Inner Services page
*
*/

.inner-services-title {
  color: white;
}

.inner-service-page {
  background-color: black;
  height: 180px;
  display: flex;
  align-items: center;
}

.inner-services-link a {
  color: #ff0500;
  text-decoration: none;
}

.inner-services-link {
  /* margin-top: 30px; */
}

.inner-services-link a:hover {
  color: black;
}

.outline-quote-black-text {
  color: black !important;
  -webkit-text-fill-color: black; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

@media (min-width: 768px) {
  .outline-quote-text {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inner-service-page {
    height: 352px;
  }
}

@media (min-width: 992px) {
  .inner-service-first-sentence {
    font-size: 2.3rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 55px;
  }

  .inner-services-title {
    font-size: 4rem;
    line-height: 62px;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
  }
  .service-inner-text-main {
    border-left: 1px solid black;
  }

  .outline-quote-text {
    margin-top: 50px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 39px;
    font-style: italic;
  }

  .outline-quote-text {
    /* margin-bottom: 0px;
    color: black; */
    /* -webkit-text-fill-color: transparent; */ /* Will override color (regardless of order) */
    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black; */
    font-weight: 900;
    font-size: 40px;
  }
}

@media (min-width: 1440px) {
  .inner-service-first-sentence {
    font-size: 3rem;
  }
}

/*
*
*End Inner Services page
*
*/

/*
*
*Start Inner Blog page
*
*/

.blog-main-banner {
  background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/blog/blog-mobile.jpg");
  color: white;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  background-position: center;
}

.main-blog-title {
  font-weight: 900;
}

.main-blog-page-title {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}

.main-blog-page-title:hover {
  color: #ff0500;
}

.main-blog-accolades {
  color: black;
}

.blog-img-cs {
  width: 100%;
  height: 130px;
}

.outline-quote-blog {
  color: black !important;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-size: 16px;
  margin: 10px;
}

@media (min-width: 426px) {
  .blog-main-banner {
    background: url("https://mckenzie.com.au/wp-content/themes/mckenzietheme/images/blog/blog.jpg");
    height: 500px;
    display: flex;
    align-items: center;
    background-position: center;
  }
}

@media (min-width: 992px) {
  .main-blog-title {
    font-size: 3.7rem;
  }
  .outline-quote-blog {
    font-size: 30px;
  }

  .blog-img-cs {
    height: 275px;
  }
}

/*
*
*End Inner Blog page
*
*/

.wpcf7-response-output {
  color: blue !important;
}

@media (max-width: 435px) {
	.footer-logo {
		text-align: center;
	}
	.section-9 {
		margin-top: 70px;
	}
}