* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}
/* font family css */
@font-face {
  font-family: Montserrat;
  src: url(/web/20221006030656im_/https://isparex.com/assets/font/Montserrat-Regular.ttf);
}
body {
  font-family: Montserrat;
}
html {
  font-family: Montserrat;
}

/* font family css */
/* common style starts here */
.entry-footer {
  display: none;
}
.entry-header {
  display: none;
}
.entry-content {
  background-color: none;
}
.wauto {
  width: auto;
}
.w100 {
  width: 100%;
}
.w75 {
  width: 75%;
}
.w50 {
  width: 50%;
}
.w25 {
  width: 25%;
}
.h100 {
  height: 100%;
}
.h75 {
  height: 75%;
}
.h50 {
  height: 50%;
}
.h25 {
  height: 25%;
}
.contain {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
  height: auto;
}
.roww {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.justifycontentbtwn {
  justify-content: space-between;
}
.justifycontentarund {
  justify-content: space-around;
}
.justifycontentcntr {
  justify-content: center;
}
ul {
  list-style: none;
}
li {
  list-style: none;
}
nav {
  padding-top: 1.5%;
}
nav > li {
  font-size: 16px;
  text-transform: uppercase;
}
a {
  text-decoration: none;
}
a {
  text-decoration: none;
  color: black;
}
button {
  background-color: transparent;
  border: none;
  height: fit-content;
}
button:hover {
  cursor: pointer;
}
input:focus {
  border: 0px solid;
  outline: none;
}
.dflex {
  display: flex;
}
.padtop2 {
  padding-top: 0.5rem;
}
.dehide {
  display: none;
}
.thide {
  display: block;
}
.imgfluid {
  width: 100%;
  height: auto;
}
.txtwhite {
  color: #fff;
}
.txtcenter {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.mt2 {
  margin-top: 2%;
}
.mt5 {
  margin-top: 5%;
}
.mt10 {
  margin-top: 10% !important;
}
.mt15 {
  margin-top: 15% !important;
}
.mt25 {
  margin-top: 25%;
}
.mx1 {
  margin: 0 1%;
}
.my5 {
  margin: 5% 0;
}
.mb2 {
  margin-bottom: 2%;
}
.mb3 {
  margin-bottom: 3%;
}
.mb5 {
  margin-bottom: 5%;
}
.pt1 {
  padding-top: 1%;
}
.pt2 {
  padding-top: 2%;
}
.pt5 {
  padding-top: 5%;
}
.pt25 {
  padding-top: 25%;
}
.pb10 {
  padding-bottom: 10%;
}
.pb5 {
  padding-bottom: 5%;
}
.py2 {
  padding: 2% 0;
}
.py5 {
  padding: 5% 0;
}
.dehide {
  display: none;
}
.fontbold {
  font-weight: bold;
}
.fon800 {
  font-weight: 800;
}
.font28px {
  font-size: 28px;
}
.font30px {
  font-size: 30px;
}
.font48px {
  font-size: 48px;
}
@media (max-width: 1199px) {
}
@media (max-width: 800px) {
  .dehide {
    display: block;
  }
  .thide {
    display: none;
  }
}
/* common style ends here */
.txtgold {
  color: #cdb833;
}

/* navigation css starts here  */
.navbg {
  background-color: #000000;
}
.logo {
  width: 20%;
  padding-bottom: 1%;
}
nav li a {
  color: #cdb833;
}

.navlist {
  display: flex;
  justify-content: space-around;
}
.navlist li {
  height: 50px;
  position: relative;
}
.navhr {
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 2px;
}
.navlist li a:hover + .navhr {
  background-color: #cdb833;
}
@media (max-width: 1199px) {
  .navlist li {
    height: 45px;
  }
}
@media (max-width: 800px) {
  .logo {
    width: 50%;
  }
  .mnav {
    color: #cdb833;
    font-size: 40px;
    margin-top: 3%;
  }
  .navlist {
    display: block;
  }
  .navlist li {
    height: 30px;
    position: relative;
  }
  .navhr {
    position: absolute;
    bottom: 4px;
    width: 20%;
    height: 4px;
  }
}
@media (max-width: 600px) {
  .logo {
    width: 60%;
  }
  .mnav {
    margin-top: 2%;
  }
}
@media (max-width: 350px) {
  .logo {
    width: 70%;
  }
}
/* navigation css ends here  */

/* footer css starts here */
footer {
  background-color: #000000;
  padding-top: 5%;
  height: auto;
}
.footnav1 {
  width: 25%;
  margin-bottom: 5%;
}
.footlogo {
  margin-bottom: 5%;
  width: 80%;
}
.hotline {
  margin-top: 10%;
  margin-bottom: 5%;
}
.hotlinecrcl {
  background-color: #cdb833;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 28px;
  padding-top: 3%;
  padding-left: 3.4%;
  margin-right: 3%;
}
.navi {
  height: 40px;
  color: #cdb833;
  position: relative;
  margin-bottom: 10%;
  margin-top: 2.5%;
}
.fothr {
  height: 2px;
  width: 15%;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
}
.footnav1 li {
  margin-bottom: 5%;
  font-size: 14px;
}
.socialcrcl1 {
  background-color: #cdb833;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 28px;
  padding-top: 3%;
  padding-left: 4%;
  margin-right: 3%;
}
.socialcrcl2 {
  padding-left: 4%;
}
.copyright {
  color: #d6d6d6;
  height: 80px;
  padding-top: 2%;
  border-top: 1px solid #3f3c3c;
  margin-top: 1%;
}

@media (max-width: 800px) {
  .footnav1 {
    width: 50%;
  }
  .footlogo {
    width: 50%;
  }
  .hotline {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .hotlinecrcl {
    padding-top: 1.5%;
    padding-left: 1.8%;
  }

  .mw100 {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .footlogo {
    width: 60%;
  }
  .hotlinecrcl {
    padding-top: 3%;
    padding-left: 3%;
  }
  .socialcrcl1 {
    padding-top: 4%;
    padding-left: 6%;
    margin-right: 6%;
  }
  .socialcrcl2 {
    padding-left: 7%;
  }
  .copyright {
    padding-top: 5%;
  }
}
@media (max-width: 350px) {
  .socialcrcl1 {
    padding-top: 6%;
    padding-left: 8%;
  }
  .socialcrcl2 {
    padding-left: 9%;
  }
  .copyright {
    padding-top: 8%;
  }
}

/* footer css ends here */

/* section01 css starts here */
.bannerbg {
  height: 700px;
  position: relative;
  animation: animate 24s ease-in-out infinite;
  /* animation: animate 50s linear infinite; */
  animation-direction: reverse;
  background-size: cover;
}
@keyframes animate {
  0% {
    background-image: url(http://test.isparex.com.au/assets/banner.png);
  }
  50% {
    background-image: url(http://test.isparex.com.au/assets/banner1.png);
  }
  75% {
    background-image: url(http://test.isparex.com.au/assets/banner1.png);
  }
  100% {
    background-image: url(http://test.isparex.com.au/assets/banner.png);
  }
}
.informton {
  height: 200px;
  color: #ffffff;
  position: absolute;
  top: 30%;
}
.informton > p {
  font-size: 62px;
}
.informtonpar {
  color: #cdb833;
}
.infosmall {
  font-size: 54px !important;
}
.bannerlrn {
  height: 50px;
  border: 4px solid #cdb833;
  width: 210px;
  font-size: 16px;
  margin-top: 2%;
}
.bannerlrn a {
  height: 100%;
  width: 100%;
}

@media (max-width: 1199px) {
  .bannerbg {
    min-height: 100vh;
    height: auto;
    padding-bottom: 5%;
  }
}
@media (max-width: 800px) {
  .bannerbg {
    min-height: 80vh;
    background-image: url(http://test.isparex.com.au/assets/banner.png);
    margin-top: -0.3%;
  }
  .informton > p {
    font-size: 40px;
  }
  .infosmall {
    font-size: 36px !important;
  }
}
@media (max-width: 500px) {
  .informton > p {
    font-size: 40px;
    text-align: center;
  }
  .infosmall {
    font-size: 36px !important;
    text-align: center;
  }
  .mbannerlrn {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 350px) {
  .informton > p {
    font-size: 36px;
    text-align: center;
  }
  .infosmall {
    font-size: 30px !important;
  }
}
/* section01 css ends here */

/* section02 css starts here */
.section02 {
  position: relative;
  height: auto;
}
.sec02post {
  position: absolute;
  top: 0;
  left: 0;
}
.section02box {
  width: 50%;
  padding-left: 5%;
}
.sectionboxcont {
  float: right;
  width: 90%;
  height: auto;
  font-size: 20px;
  padding-top: 15%;
}
.boxcontwho {
  font-size: 24px;
  margin-bottom: 1%;
}
.boxcontabt {
  font-size: 45px;
}
.whohr {
  width: 120px;
  height: 6px;
  background-color: #cdb833;
  margin-bottom: 4%;
}
.lghide {
  display: block;
}
@media (max-width: 1024px) {
  /* .section02box{
      width: 45%;
   } */
  .sectionboxcont {
    float: right;
    width: 90%;
    height: auto;
    font-size: 16px;
    padding-top: 15%;
  }
  .boxcontwho {
    font-size: 26px;
    margin-bottom: 2%;
  }
  .boxcontabt {
    font-size: 36px;
    margin-bottom: 2%;
  }
  .lghide {
    display: none;
  }
}
@media (max-width: 800px) {
  .lghide {
    display: block;
  }
  .section02 {
    height: auto;
  }
  .section02box {
    width: 100%;
  }
  .sectionboxcont {
    width: 100%;
    padding: 15% 5%;
    font-size: 14px;
  }
  .sectionboxcont p {
    text-align: center;
  }
  .boxcontwho {
    margin-bottom: 1%;
    font-size: 24px;
  }
  .boxcontabt {
    margin-bottom: 1%;
    font-size: 30px;
  }
  .whohr {
    width: 120px;
    height: 6px;
    background-color: #cdb833;
    margin-bottom: 4%;
    text-align: center;
  }
  .whohr {
    margin: 0 auto;
    margin-bottom: 5%;
  }
}
/* section02 css ends here */

/* section03 css starts here */
.bgourmsn {
  width: 49%;
  max-height: 320px;
  height: 320px;
  background-image: url(http://test.isparex.com.au/assets/arrowbg.png);
  background-size: cover;
  padding: 4% 3%;
}
.bgourvsn {
  width: 49%;
  max-height: 320px;
  height: 320px;
  background-image: url(http://test.isparex.com.au/assets/visionbg.png);
  background-size: cover;
  padding: 4% 3%;
}
.boardimg {
  /* width: 103px; */
  width: 20%;
  height: auto;
}
.msnbox {
  width: 76%;
}
.vsnbox {
  width: 76%;
}
.msnbox,
.vsnbox p {
  line-height: 25px;
}
@media (max-width: 800px) {
  .bgourmsn {
    width: 90%;
    margin: 0 auto;
  }
  .bgourvsn {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .bgourmsn {
    height: 200px;
    margin-bottom: 5%;
  }
  .bgourmsn h1 {
    font-size: 20px;
  }
  .bgourmsn p {
    font-size: 12px;
    margin-top: 2% !important;
  }
  .bgourvsn {
    height: 200px;
    margin-bottom: 5%;
  }
  .bgourvsn h1 {
    font-size: 20px;
  }
  .bgourvsn p {
    font-size: 12px;
    margin-top: 2% !important;
  }
  .msnbox,
  .vsnbox p {
    line-height: 18px;
  }
}
/* section03 css ends here */

/* section04 css starts here */
.dmview {
  display: none;
}
.section04 {
  background-image: url(http://test.isparex.com.au/assets/bgwhat.png);
  background-size: cover;
  max-height: 1089px;
  height: 1089px;
}
.whathr {
  background-color: #cdb833;
  width: 10%;
  height: 6px;
}
.whatsecpos {
  position: relative;
  padding-top: 8%;
}
.whtcrlimg {
  width: 60%;
}
.whtcnt {
  width: 40%;
  padding-top: 1%;
}
.whtcnt h3 {
  padding-bottom: 2%;
}
.whtcontbox1 {
  margin-left: -36%;
  height: 120px;
}
.whtcontbox2 {
  margin-left: -15%;
  height: 140px;
}
.whtcontbox3 {
  margin-left: 5%;
  height: 155px;
}
.whtcontbox4 {
  margin-left: -15%;
  height: 150px;
  margin-top: 5%;
}
.whtcontbox5 {
  margin-left: -35%;
  height: 150px;
}
@media (max-width: 1199px) {
  .section04 {
    background-image: url(http://test.isparex.com.au/assets/bgwhat.png);
    background-size: cover;
    max-height: auto;
    height: auto;
    padding-bottom: 5%;
  }
  .whtcontbox1 {
    margin-left: -30%;
    height: 95px;
  }
  .whtcontbox2 {
    margin-left: -15%;
    height: 105px;
  }
  .whtcontbox3 {
    margin-left: 5%;
    height: 110px;
  }
  .whtcontbox4 {
    margin-left: -15%;
    height: 110px;
  }
  .whtcontbox5 {
    margin-left: -30%;
    height: 110px;
  }
}
@media (max-width: 800px) {
  .ddeview {
    display: none;
  }
  .dmview {
    display: block;
  }
  .section04 {
    background-image: url(https://test.isparex.com.au/assets/bgwhat.png);
    background-size: cover;
    max-height: none;
    height: auto;
    padding-bottom: 8%;
  }
  .whathr {
    width: 20%;
  }
  .whatlogo {
    width: 20%;
  }
  .whatcont {
    width: 75%;
  }
}
@media (max-width: 500px) {
  .whatlogo {
    width: 17%;
  }
  .whatcont {
    width: 80%;
  }
}
.section05 {
  height: auto;
  position: relative;
}
.section05contPos {
  position: absolute;
  top: 0;
  left: 10%;
}
.section05cont {
  width: 45%;
  padding-top: 10%;
  min-height: 708px;
  height: 100vh;
}
.section05cont p {
  font-size: 18px;
  padding-right: 10%;
}
.whyhr {
  height: 6px;
  width: 17%;
  background-color: #000000;
}
.msectionimg {
  display: none;
}

@media (max-width: 1199px) {
  .section05 {
    height: auto;
  }
}
@media (max-width: 800px) {
  .section05 {
    background-image: none;
    max-height: none;
    height: auto;
    padding: 2% 0;
  }
  .msectionimg {
    display: block;
    width: 100%;
    height: auto;
  }
  .section05cont {
    width: 100%;
    padding-top: 10%;
    text-align: center;
    min-height: auto;
    height: auto;
  }
  .section05cont p {
    font-size: 18px;
    padding-right: 0;
  }
  .whyhr {
    height: 6px;
    width: 17%;
    background-color: #000000;
    margin: 0 auto;
    margin-bottom: 10%;
  }
}
/* section05 css ends here */
/* section06 css starts here */
.section06 {
  max-height: 708px;
  height: fit-content;
  padding-bottom: 5%;
}
.cuuerenthr {
  height: 6px;
  width: 10%;
  background-color: #000000;
  margin: 0 auto;
}
.curntapply {
  width: 24%;
  height: 220px;
  border: 1px solid #cdb833;
  position: relative;
  margin-bottom: 5%;
}
.titleaaply {
  width: 40%;
  height: 30px;
  background-color: #cdb833;
  position: absolute;
  top: -15px;
  left: 30%;
  font-size: 12px;
}
.curntapply h4 {
  width: 60%;
  margin: 0 auto;
  margin-top: 2%;
  font-size: 16px;
  color: #423f3f;
}
.curntapply p {
  width: 80%;
  margin: 0 auto;
  margin-top: 2%;
  font-size: 12px;
  color: #423f3f;
}
.curntapplybtn {
  margin-top: 5%;
  width: fit-content;
  font-weight: bold;
  color: #2b2727;
}
@media (max-width: 1199px) {
}
@media (max-width: 800px) {
  .section06 {
    max-height: none;
    height: fit-content;
    padding-bottom: 5%;
  }
  .curntapply {
    width: 48%;
    height: 220px;
    border: 1px solid #cdb833;
    position: relative;
  }
}
@media (max-width: 500px) {
  .curntapply {
    width: 100%;
    height: 220px;
    border: 1px solid #cdb833;
    position: relative;
  }
}
/* section06 css ends here */
/* section07 css starts here */
.section07 {
  min-height: 709px;
  height: 100vh;
  position: relative;
  background-color: #000000;
}
.section07cont {
  width: 40%;
  padding-top: 8%;
  padding-bottom: 2%;
}
.section07contPos {
  position: absolute;
  top: 0;
  left: 5%;
}
.section07cont input {
  width: 49%;
  border: none;
  padding: 2%;
  margin-bottom: 2%;
  color: #423f3f;
}
.section07cont textarea {
  max-width: 100%;
  width: 100%;
  max-height: 30%;
  height: 30%;
  border: none;
  padding: 2%;
  resize: none;
  color: #423f3f;
  font-family: Montserrat;
}
.section07cont button {
  width: 40%;
  font-size: 16px;
  padding: 2%;
  background-color: #cdb833;
  margin-top: 5%;
  font-weight: bold;
}
.contflex {
  display: flex;
  justify-content: space-between;
}
.boxcont {
  font-size: 48px;
}
.conthr {
  height: 6px;
  width: 20%;
  background-color: #cdb833;
}

@media (max-width: 1199px) {
  .section07 {
    min-height: auto;
    height: auto;
  }
}
@media (max-width: 800px) {
  .section07 {
    background-image: url(http://test.isparex.com.au/assets/mbg03.png);
    /* max-height: 100vh; */
    height: 100vh;
  }
  .bgblack {
    background-color: #000000;
  }
  .section07cont {
    width: 100%;
    padding: 4% 0;
  }
  .section07cont h1 {
    width: 100%;
    text-align: center;
  }
  .conthr {
    height: 6px;
    width: 17%;
    background-color: #cdb833;
    margin: 0 auto;
    margin-bottom: 10%;
  }
  .section07cont input {
    width: 100%;
    border: none;
    padding: 2%;
    margin-bottom: 2%;
    color: #423f3f;
  }
  .section07cont button {
    width: 100%;
  }
  .contflex {
    display: block;
  }
}

@media (max-width: 500px) {
  .section07 {
    height: 70vh;
  }
}
/* section07 css ends here */
