/* Al the pure hues available within */
/* All the colors dependent on the logo of the company */
/* All the font definitions */
/* Montserrat fonts */
@font-face {
  font-family: 'MontserratAlternatesSemiBold';
  src: url("fonts/MontserratAlternates-SemiBold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/MontserratAlternates-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/MontserratAlternates-SemiBold.woff") format("woff"), url("fonts/MontserratAlternates-SemiBold.ttf") format("truetype"), url("fonts/MontserratAlternates-SemiBold.svg#MontserratAlternates-SemiBold") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'MontserratAlternatesSemiBold';
  src: url("fonts/MontserratAlternates-SemiBoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("fonts/MontserratAlternates-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/MontserratAlternates-SemiBoldItalic.woff") format("woff"), url("fonts/MontserratAlternates-SemiBoldItalic.ttf") format("truetype"), url("fonts/MontserratAlternates-SemiBoldItalic.svg#MontserratAlternates-SemiBoldItalic") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype"), url("fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Italic.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Montserrat-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Italic.woff") format("woff"), url("fonts/Montserrat-Italic.ttf") format("truetype"), url("fonts/Montserrat-Italic.svg#Montserrat-Italic") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
/* Product Sans Font */
@font-face {
  font-family: 'ProductSans';
  src: url("fonts/ProductSans-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/ProductSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/ProductSans-Regular.woff") format("woff"), url("fonts/ProductSans-Regular.ttf") format("truetype"), url("fonts/ProductSans-Regular.svg#ProductSans-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
/* Product Sans Black Font */
@font-face {
  font-family: 'ProductSansBlack';
  src: url("fonts/ProductSans-Black.eot");
  /* IE9 Compat Modes */
  src: url("fonts/ProductSans-Black.eot?#iefix") format("embedded-opentype"), url("fonts/ProductSans-Black.woff") format("woff"), url("fonts/ProductSans-Black.ttf") format("truetype"), url("fonts/ProductSans-Black.svg#ProductSans-Black") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
/* Product Sans Medium font */
@font-face {
  font-family: 'ProductSansMedium';
  src: url("fonts/ProductSans-Medium.eot");
  /* IE9 Compat Modes */
  src: url("fonts/ProductSans-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/ProductSans-Medium.woff") format("woff"), url("fonts/ProductSans-Medium.ttf") format("truetype"), url("fonts/ProductSans-Medium.svg#ProductSans-Medium") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
/* All the styles for import in CSS */
html {
  font-size: 16px; }

body {
  font-size: 64%;
  line-height: 160%;
  background-color: #000000; }

.whiteBG {
  background-color: #ffffff; }

/* All the styles that are related to the headers within the site */
h1 {
  font-family: "MontserratAlternatesSemiBold", "Helvetica", Arial, sans-serif;
  color: #C79F27;
  text-transform: uppercase;
  font-size: 4.8em; }

h2 {
  font-family: "MontserratAlternatesSemiBold", "Helvetica", Arial, sans-serif;
  color: #C79F27;
  text-transform: uppercase;
  font-size: 3.6em; }

h3 {
  font-family: "MontserratAlternatesSemiBold", "Helvetica", Arial, sans-serif;
  color: #C79F27;
  text-transform: uppercase;
  font-size: 2.7em; }

/* All the styles that are related to the general paragraphs within the site. */
p {
  font-family: "Montserrat", "Helvetica", Arial, sans-serif;
  font-size: 1.6em;
  color: #484848;
  line-height: 140%; }

p.secondaryFont {
  font-size: 1.8em; }

p.largehome1 {
  font-size: 2.7em; }

p.the-bold-ones {
  font-weight: bold; }

p.mediumWhiteFont {
  font-family: "ProductSansMedium", "Helvetica", Arial, sans-serif;
  font-size: 2.7em;
  color: #ffffff; }

/* All styles related to the header of the website */
header#the-header {
  margin-top: 1.8em; }

.navbar-toggler {
  font-family: "MontserratAlternatesSemiBold", "Helvetica", Arial, sans-serif;
  font-weight: bold;
  color: #C79F27;
  font-size: 2.1em; }

.toggler-button-container {
  align-self: end;
  align-items: center;
  text-align: right; }

ul.deskmenu {
  width: 100%;
  text-align: right;
  list-style: none; }
  ul.deskmenu li {
    display: inline; }
    ul.deskmenu li a {
      display: inline-block;
      font-family: "MontserratAlternatesSemiBold", "Helvetica", Arial, sans-serif;
      font-weight: normal;
      color: #484848;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 1.6em;
      padding-left: 0.75em;
      padding-right: 0.75em; }
      ul.deskmenu li a:last-of-type {
        padding-right: 0em; }
      ul.deskmenu li a:hover {
        color: #C79F27; }

ul.mobilemenu {
  width: 100%;
  text-align: right;
  list-style: none; }
  ul.mobilemenu li a {
    display: block;
    font-family: "MontserratAlternatesSemiBold", "Helvetica", Arial, sans-serif;
    font-weight: normal;
    color: #484848;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.6em;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
    ul.mobilemenu li a:last-of-type {
      padding-right: 0em; }
    ul.mobilemenu li a:hover {
      color: #C79F27; }

/* All the styles that are related to the forms available within the site */
/* All the styles that are related to the basic section of the website */
/* What we do section of home page */
a.wedoing {
  display: block;
  text-decoration: none;
  height: fit-content; }
  a.wedoing img {
    position: relative;
    z-index: -899; }
  a.wedoing p.whiteBgBlueUppercase {
    background-color: rgba(255, 255, 255, 0.6);
    position: relative;
    top: -2em;
    width: 80%;
    padding-right: 1em;
    padding-left: 1em;
    font-size: 2.1em;
    color: #026873;
    font-family: "ProductSans", "Helvetica", Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: -1.4em;
    padding-bottom: -1.4em;
    padding-top: 0.6em;
    text-align: left; }

/* All the styles from the header section */
/* The body section */
#the-body {
  margin-bottom: 8em; }

.sec-corevalues {
  margin-bottom: 6em; }

/* Footer section */
footer#the-footer {
  margin-bottom: 2em; }

div.footernamecontainer {
  margin-bottom: 1.5em; }

ul.footerSocialIcon {
  list-style: none;
  padding-left: 0em; }
  ul.footerSocialIcon li {
    display: inline; }
    ul.footerSocialIcon li a {
      display: inline-block;
      padding-left: 0.25em;
      padding-right: 0.25em; }

ul.footerServicesMenu {
  list-style: none;
  padding-left: 0em; }
  ul.footerServicesMenu li a {
    font-family: "ProductSans", "Helvetica", Arial, sans-serif;
    font-size: 1.4em;
    color: #1BB3C4;
    display: block;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 0.1em;
    border-bottom-color: #1BB3C4;
    text-decoration: none;
    padding-bottom: 0.5em;
    margin-bottom: 1em; }

ul.footer-social-links {
  list-style: none;
  padding-left: 0em; }
  ul.footer-social-links li {
    float: left;
    padding: 1em; }
    ul.footer-social-links li a.icon-links {
      padding: 1.5em; }
  ul.footer-social-links li.remove-float-left {
    clear: left; }

#the-footer {
  display: block;
  clear: both; }

/* All the sections */
/* Pages hero section */
div.pages_hero_big {
  display: block;
  width: 100%;
  margin-bottom: 8em; }
  div.pages_hero_big .background_hero_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain; }
    div.pages_hero_big .background_hero_container .hero_content {
      align-self: end;
      text-align: center;
      width: 100%;
      margin-top: -10%; }
      div.pages_hero_big .background_hero_container .hero_content h1 {
        font-family: "ProductSansBlack", "Helvetica", Arial, sans-serif;
        color: #ffffff;
        text-transform: uppercase; }
      div.pages_hero_big .background_hero_container .hero_content p {
        font-family: "ProductSans", "Helvetica", Arial, sans-serif;
        color: #ffffff; }
  div.pages_hero_big .background_hero_container.about_hero {
    background-image: url("../imgs/aboutus_hero.png"); }

/* The gold border */
.gold-border {
  border-top-style: solid;
  border-top-width: 0.1em;
  border-top-color: #C79F27;
  margin-bottom: 3em; }

/* Start of styles of width 2000 px and below */
@media only screen and (max-width: 2000px) {
  a.wedoing p.whiteBgBlueUppercase {
    font-size: 1.8em; } }
/*Start of the styles of width 969px and above*/
/* Start of the styles related to widths of 968px and below */
@media only screen and (max-width: 968px) {
  /* Styles related to the top navigation */
  /* All the styles from the hero section */ }
/* Start of the styles that are of widths 768px and below */
/*End of the styles of 768 px widths */
/*Start of styles that are related to the widths of 576 and below */
/* Any styles related to widths of 480px and above */
/* All the styles related to width of 480px and below. */
/* End of the styles related to the width of max 480px */
select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }
  .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }
    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: 1.4em;
    line-height: inherit;
    border-radius: inherit; }
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important; }
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu li a {
      cursor: pointer;
      user-select: none; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px #0d0d0d;
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box; }
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/*# sourceMappingURL=main.css.map */
