@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 45px;
  line-height: 50px;
}

h2 {
  font-size: 30px;
  line-height: 35px;
}

h3 {
  font-size: 25px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
  line-height: 25px;
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

p, a, li, span {
  font-family: Poppins, sans-serif;
}

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: Wrap;
      flex-wrap: Wrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.marginWrap {
  margin: 75px 0 75px 0;
}

.mIconWrapper {
  text-align: center;
  width: 100%;
  position: Relative;
}

.mIconWrapper .mIcon {
  margin: 25px;
  max-width: 400px;
}

.mIconWrapper .mIcon .mIconEle {
  font-size: 70px;
}

.mIconWrapper .mIcon .mIconText {
  margin: 10px 0 0 0;
}

.mIconWrapper .mIcon .mIconText span {
  font-weight: 600;
  font-size: 21px;
  color: #0C1B33;
}

.standardTitle {
  margin: 0 0 20px 0;
}

.standardTitle h2 {
  color: #0C1B33;
  margin: 0;
}

.fullWidthCC {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: Center;
      -ms-flex-pack: Center;
          justify-content: Center;
}

.fullWidthCC p {
  font-size: 20px;
  margin: 10px 0 10px 0;
  color: #0C1B33;
}

.fullWidthCC .ccSquiggle {
  width: 100%;
  margin: 0 0 0 0;
}

.fullWidthCC .ccSquiggle img {
  width: 100%;
  max-width: 200px;
}

.mBgBox {
  position: Relative;
  background-size: cover;
  background-position: center;
}

.mBgBox .background_small_cc {
  padding: 65px 20px 65px 20px;
  position: relative;
  color: white;
  width: 80%;
}

.mBgBox .background_small_cc .oLine {
  width: 600px;
  height: 4px;
  background-color: #D65108;
}

.mBgBox .background_small_cc h2 {
  margin: 10px 0 10px 0;
}

.mBgBox .background_small_cc p {
  margin: 0 0 10px 0;
}

.mBgBox .cc_bg_img {
  width: 20%;
  height: 100%;
  background-size: cover;
  background-position: Center;
}

.mBgBox .mBgContent {
  padding: 75px 20px 75px 20px;
  width: 100%;
}

.mBgBox .mBgContent h2 {
  color: white;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.mBgBox .mBgContent p {
  color: White;
  font-weight: 500;
}

.mBgBox .mBgContent ul {
  margin-left: 20px;
  padding-left: 20px;
}

.mBgBox .mBgContent li {
  color: white;
  font-weight: 500;
  margin: 10px 0 10px 0;
  position: relative;
}

.mBgBox .mBgContent li::marker {
  content: "⬤";
  letter-spacing: 20px;
}

.btn {
  background-color: #D65108;
  border: none;
  border-radius: 0;
  color: White;
  padding: 15px;
  margin: 0px 10px 10px 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.btn a {
  color: White;
  text-decoration: none;
  padding: 15px;
  font-weight: 800;
}

.MsimpleCC {
  width: 100%;
}

.MsimpleCC .oLine {
  width: 90%;
  height: 5px;
  background-color: #D65108;
}

.MsimpleCC h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 44px;
  margin: 0 0 20px 0;
  color: #0C1B33;
}

.MsimpleCC h3 {
  color: #0C1B33;
  margin: 20px 0 20px 0;
  font-weight: 600;
  font-size: 25px;
  font-weight: 30px;
}

.MsimpleCC p {
  font-weight: 600;
  color: #0C1B33;
}

.mSmallCC {
  font-weight: 500;
  color: #0C1B33;
}

.mTeamSingle {
  width: 300px;
  margin: 15px;
  position: relative;
  text-align: center;
}

.mTeamSingle .mTeamPhoto {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: solid #D65108 6px;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}

.mTeamSingle span {
  color: #0C1B33;
  display: block;
}

.mTeamSingle .mM_cert {
  text-transform: uppercase;
}

.mTeamSingle .mM_name {
  font-weight: 800;
  font-size: 25px;
  line-height: 26px;
  margin: 4px 0 4px 0;
}

.mTeamSingle .mM_jobTitle {
  font-weight: 500;
}

.mTeamSingle .mMLinks {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mTeamSingle .mMLinks a {
  color: #D65108;
  font-size: 35px;
  display: block;
  margin: 5px;
}

.fullWidthTitle {
  width: 100%;
  text-align: left;
}

.fullWidthTitle h2 {
  color: #0C1B33;
  margin: 0;
}

.mCaseStudy {
  width: 48%;
  margin: 0 2% 0 0;
}

.mCaseStudy span {
  font-weight: 700;
}

.mContentBox {
  width: 100%;
  max-width: 500px;
  padding: 40px 20px 40px 20px;
  margin: 50px 0 50px 0;
}

.flexNoWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: White;
}

.flexNoWrap h2 {
  font-size: 40px;
  line-height: 43px;
  margin: 0 0 10px 0;
}

.flexNoWrap p {
  margin: 10px 0 10px 0;
}

.mContactContainer {
  padding: 50px 15px 50px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mContactDetail {
  width: 100%;
  max-width: 350px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
}

.mContactDetail h2 {
  color: white;
  font-size: 45px;
  line-height: 50px;
  margin: 0;
}

.mContactDetail p {
  color: white;
  margin: 10px 0 10px 0;
}

.mContactDetail p a {
  color: white;
}

.mContactForm {
  width: 100%;
  max-width: 500px;
  padding: 20px;
}

.formInput {
  width: 100%;
  position: relative;
  margin: 0 0 5px 0;
}

.formInput input, .formInput textarea {
  color: white !important;
  font-family: Poppins, sans-serif !important;
  outline: none;
  border-radius: 0;
  width: 100%;
  border: white solid 2px;
  background-color: transparent;
  padding: 10px;
  font-weight: 600;
}

.formInput input::-webkit-input-placeholder,
.formInput input:focus,
.formInput input:active,
.formInput textarea::-webkit-input-placeholder,
.formInput textarea:focus,
.formInput textarea:active {
  color: white !important;
}

.formInput input:-ms-input-placeholder,
.formInput input:focus,
.formInput input:active,
.formInput textarea:-ms-input-placeholder,
.formInput textarea:focus,
.formInput textarea:active {
  color: white !important;
}

.formInput input::-ms-input-placeholder,
.formInput input:focus,
.formInput input:active,
.formInput textarea::-ms-input-placeholder,
.formInput textarea:focus,
.formInput textarea:active {
  color: white !important;
}

.formInput input::placeholder,
.formInput input:focus,
.formInput input:active,
.formInput textarea::placeholder,
.formInput textarea:focus,
.formInput textarea:active {
  color: white !important;
}

.formInput textarea {
  max-height: 150px;
}

.formCheck {
  margin: 5px 0 5px 0;
}

.formCheck span {
  color: White;
}

.formCheck span .wpcf7-list-item {
  color: white !important;
}

.formCheck span .wpcf7-list-item a {
  color: White !important;
}

.formCheck input {
  width: 25px;
  height: 25px;
  position: relative;
  top: 7px;
  left: -5px;
}

.formSubmit {
  margin: 20px 0 0 0;
}

.formSubmit input {
  padding: 15px;
  background-color: #D65108;
  color: white;
  font-size: 18px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  border: none;
}

.youtubeContainer {
  width: 100%;
  position: Relative;
}

.YouTubeEmbed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}

.YouTubeEmbed iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.popshuvit .flex_wrap {
  width: 100%;
}

.mBigImage {
  width: 100%;
  position: relative;
}

.mBigImage img {
  width: 100%;
  height: auto;
}

.mSmallImage {
  width: 30%;
  height: auto;
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.mSmallImage img {
  width: 100%;
  height: auto;
}

.mSimpleHalfCC {
  width: 70%;
  padding: 15px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.singlePost {
  width: 250px;
  position: relative;
  margin: 15px;
}

.singlePost .postImage {
  background-size: cover;
  background-position: center;
  width: 250px;
  height: 250px;
}

.singlePost .postMta {
  width: 100%;
  text-align: center;
  margin: 5px 0 0 0;
}

.singlePost .postMta span {
  color: #0C1B33;
  font-weight: 700;
  display: block;
  padding: 20px;
}

.contactIdentWrap h2 {
  color: #0C1B33;
  font-size: 40px;
  line-height: 44px;
}

.contactIdentWrap h2 b, .contactIdentWrap h2 strong {
  color: #D65108 !important;
  font-weight: 700;
}

.contactIdentWrap p {
  color: #0C1B33;
  font-weight: 700;
}

.contactIdentWrap a {
  color: #D65108;
  text-decoration: none;
}
/*# sourceMappingURL=modules.css.map */