/*--
FONTS USED  
   font-family: 'Open Sans', sans-serif;
--*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

a:hover {
  text-decoration: none;
}

.title h1 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #141414;
}

a.readMore {
  background: #c13200;
  color: #ffffff;
  font-size: 15px;
  line-height: 45px;
  text-align: center;
  display: block;
  width: 165px;
  margin-top: 40px;
}

.headerContain {
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
}

/* share modal */
.share-modal {
  display: none;
  position: fixed;
  top: 15%;
  left: 0;
  height: 370px;
  width: 500px;
  background: rgb(255, 255, 255);
  z-index: 102;
  right: 0;
  margin: auto;
}

.share-modal .text-center {
  padding: 0 50px;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.share-close {
  float: right;
  display: block;
  margin: 15px 20px 10px 0;
  cursor: pointer;
}

.share-modal h1 {
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}

.share-modal a {
  display: inline-block;
  height: 43px;
  width: 43px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  margin: 20px 10px 0 10px;
}


.share-modal a[class*=fa-] {
  background: #5b236d;
}

.share-modal a.fa-facebook-f {
  background: #23346d;
}

.share-modal a.fa-twitter {
  background: #55acee;
}

.share-modal a.fa-pinterest-p {
  background: #cb2027;
}

.share-modal a.fa-google-plus {
  background: #dd4b39;
}

.share-modal a.fa-envelope {
  background: #23346d;
}

.share-modal a.fa-whatsapp {
  background: #25d366;
}

.share-modal a.fa-linkedin {
  background: #0077b5;
}

.share-modal a.fa-reddit {
  background: #cee3f8;
}

.share-modal a.fa-tumblr {
  background: #36465d;
}

.share-modal a.fa-stumbleupon {
  background: #eb4924;
}

.share-modal a.fa-instagram {
  background: #5b236d;
}


.share-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 101;
}

.border-1-white {
  border: 1px solid #ffffff;
}

.border-1-black {
  border: 1px solid #000000;
}

.circle {
  border-radius: 50%;
}

/*---   TOP BAR ---*/
.topPageFill {
  z-index: -1;
  display: block;
  position: absolute;
  top: -35px;
  min-width: 100%;
  max-height: 555px;
  min-height: 555px;
  background: #000000;
}

.bannerWrap {
  margin-top: 35px;
  padding-top: 20px;
  min-height: 630px;
}

.container-fluid.bannerWrap {
  width: 96.4vw;
}

.topQuickLinks a {
  color: #ffffff;
  display: block;
  font-size: 11px;
}


.form-error {
  box-shadow: 0 0 2px 1px rgba(255,0,0,0.45);
}
.successBlock,
.errorBlock {
  display: flex !important;
  flex-direction: row;
  align-items: center;
/* The MNET */
  justify-content: stretch;
  max-height: 100%;
  margin: 0 auto;
}
.successBlock {
  background-color: #32c28e;
}
.errorBlock {
  background-color: #e65f5f;
}
.contactContain.enquireReturn a,
.contactContain.enquireReturn a:active,
.contactContain.enquireReturn a:hover,
.contactContain.enquireReturn a:focus,
.contactContain.enquireReturn a.active {
  color: #212529 !important;
  border: 0;
  outline: none;
  box-shadow: 0;
}

.contactContain.enquireReturn .contactForm {
  padding: 65px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}

@media (max-width: 1440px) {
  .topPageFill {
    max-height: 555px;
    min-height: 455px;
  }

  .bannerWrap {
    min-height: 470px;
  }

  .topQuickLinks a {
    font-size: 11px;
  }
}

@media (max-width: 1024px) {
  .logoContain img {
    max-width: 80%;
  }

  .bannerWrap {
    min-height: 340px;
  }

  .topPageFill {
    min-height: 325px;
  }

  .navigationContain .links a {
    font-size: 12px;
  }

  .navigationContain {
    line-height: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .contactContain.enquireReturn .contactForm {
    padding: 45px;
  }
  
  .successBlock,
  .errorBlock {
    padding: 12.5% 0;
  }
}

@media (max-width: 991px) {
  .topQuickLinks .icon {
    display: none;
  }
}

@media (max-width: 768px) {
  .share-modal a {
    height: 40px;
    width: 40px;
    line-height: 43px;
    font-size: 15px;
    margin: 20px 10px 0 0px;
  }

  .share-modal {
    width: 90vw;
    height: auto;
  }

  .logoContain img {
    max-width: 90%;
  }

  .bannerContain .slick-next {
    right: 220px;
  }

  .homeSlider div {
    margin-right: 10px;
  }

  .aboutArticleWrap .text .desc {
    margin-top: 20px;
  }

  .share-modal a {
    height: 40px;
    width: 40px;
    line-height: 43px;
    font-size: 15px;
    margin: 20px 10px 0 0px;
  }

  .share-modal {
    width: 90vw;
    height: auto;
  }
}

@media (max-width: 576px) {}

/********   VERY PARTICULAR RESOLUTIONS. ONLY USE WHEN YOU NEED TO SPECIFY SPECIFIC SCREENS     *************/
/*  TABLET */
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

/**/
/*  MOBILE LARGE */
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}

/**/
/*  MOBILE MED */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}

/**/
/*  MOBILE SMALL */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 575px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 575px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}

/**/
