/* contact us section 1 -----START */
.contactUsSection1 {
  margin-top: 20px;
  height: 500px;
  background-image: url("https://dev.webapp.ekas.com.au/webapp/ekas_whitehat_MOL/assets/contactUsTest.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
.contactUsSection1Title {
  text-align: center;
  padding-top: 120px;
  font: normal normal normal 60px poppins-semibold, poppins, sans-serif;
  color: #123a61 !important;
}
.contactUsSection1Text {
  margin: auto;
  width: 65%;
  text-align: center;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  color: #123a61 !important;
  font: normal normal normal 20px poppins-semibold, poppins, sans-serif;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .contactUsSection1Text {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  .contactUsSection1 {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .contactUsSection1Title {
    padding-top: 100px;
  }
  .contactUsSection1Text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* contact us section 1 -----END */
/* contact us section 2 -----START */
.contactUsSection2 {
  height: 400px;
  width: 100%;
  margin-top: -200px;
  margin-bottom: 200px;
}
.contactUsSection2BoxWrapper {
  box-shadow: 0 0 15px #a09f9f;
  padding: 0;
  height: 400px;
}
.contactUsSection2LeftBlock {
  background-color: #113e6f;
  width: 100%;
  height: 400px;
}
.contactUsSection2Title {
  width: 100%;
  color: white;
  font: normal normal normal 14px poppins-semibold, poppins, sans-serif;
  letter-spacing: 0.4rem;
  margin: auto;
  text-align: center;
  padding-top: 60px;
}
.contactUsSection2Line {
  width: 40px;
  height: 2px;
  background-color: white;
  margin: auto;
  margin-top: 20px;
}
.contactUsSection2ItemWrapper {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 30px;
}
.contactUsSection2ItemWrapper2 {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 30px;
}
.contactUsSection2ItemIcon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-top: -30px;
}
.contactUsSection2ItemIcon2 {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.contactUsSection2ItemText {
  width: 40%;
  color: white !important;
  display: inline-block;
  text-align: center;
}
.contactUsSection2RightBlock {
  background-color: white;
  width: 100%;
  height: 400px;
}
.contactUsSection2Map {
  width: 100%;
  height: 360px;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .contactUsSection1Text {
    width: 80%;
  }
  .contactUsSection2ItemIcon {
    margin-top: -60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .contactUsSection1Text {
    width: 80%;
  }
  .contactUsSection2ItemIcon {
    margin-top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .contactUsSection2 {
    margin-top: 0;
  }
  .contactUsSection2 {
    margin-bottom: 400px;
  }
}
/* contact us section 2 -----END */
