@font-face {
  font-family: "ProximaNova-Black";
  src: url("../fonts/ProximaNova-Black.woff2") format("woff2"),
    url("../fonts/ProximaNova-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNovaCond-LightIt";
  src: url("../fonts/ProximaNovaCond-LightIt.woff2") format("woff2"),
    url("../fonts/ProximaNovaCond-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNovaCond-RegularIt";
  src: url("../fonts/ProximaNovaCond-RegularIt.woff2") format("woff2"),
    url("../fonts/ProximaNovaCond-RegularIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNovaCond-SemiboldIt";
  src: url("../fonts/ProximaNovaCond-SemiboldIt.woff2") format("woff2"),
    url("../fonts/ProximaNovaCond-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova-LightIt";
  src: url("../fonts/ProximaNova-LightIt.woff2") format("woff2"),
    url("../fonts/ProximaNova-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova-RegularIt";
  src: url("../fonts/ProximaNova-RegularIt.woff2") format("woff2"),
    url("../fonts/ProximaNova-RegularIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNovaCond-Light";
  src: url("../fonts/ProximaNovaCond-Light.woff2") format("woff2"),
    url("../fonts/ProximaNovaCond-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNovaCond-Regular";
  src: url("../fonts/ProximaNovaCond-Regular.woff2") format("woff2"),
    url("../fonts/ProximaNovaCond-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova-SemiboldIt";
  src: url("../fonts/ProximaNova-SemiboldIt.woff2") format("woff2"),
    url("../fonts/ProximaNova-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNovaCond-Semibold";
  src: url("../fonts/ProximaNovaCond-Semibold.woff2") format("woff2"),
    url("../fonts/ProximaNovaCond-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova-Semibold";
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"),
    url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"),
    url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"),
    url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova-Light";
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2"),
    url("../fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova-BoldIt";
  src: url("../fonts/ProximaNova-BoldIt.woff2") format("woff2"),
    url("../fonts/ProximaNova-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

.full-screen-slider {
  position: fixed;
  width: 100vw;
  height: auto;
  background: black;
}

.full-screen-slider .slide {
  height: 100vh;
  align-items: center;
}

.full-screen-slider .slide img {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0.5;
  object-fit: cover;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}

.full-screen-slider .slide.slick-active img {
  transform: scale(1);
}

.full-screen-slider .slide h2 {
  font-size: 78px;
  line-height: 78px;
  font-family: "ProximaNova-Black";
  width: 100%;
  text-transform: uppercase;
}

.slide h2:hover {
  text-decoration: none;
  color: #ffd527;
}

.full-screen-slider .slide h4 {
  font-size: 2rem;
}

.full-screen-slider .slide .container {
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  color: white;
}

.full-screen-slider .slide .container p {
  max-width: 90rem;
  font-size: 38px;
  line-height: 40px;
  font-family: "ProximaNovaCond-Light";
  margin: 30px 0 25px 0;
}

.full-screen-slider .slick-dots {
  position: absolute;
  bottom: 1rem;
}

.full-screen-slider .slick-dots li button:before {
  font-size: 14px;
  color: white;
}

.a-connect-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 40px;
  line-height: 37px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 3;
}

.a-connect-header img {
  width: 137px;
  height: 26px;
  margin: auto;
  float: left;
}

.a-connect-header .container {
  height: 40px;
  line-height: 40px;
  display: grid;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

.media_release a:hover {
  color: #ffd527;
}

.slick-prev {
  left: 25px;
}

.slick-next {
  right: 25px;
}

.full-screen-slider .slide h4 {
  display: none;
}

a.e3-button {
  background: #ffd527;
  color: #000;
  border-radius: 5px;
  padding: 10px 18px;
  font-family: ProximaNovaCond-Semibold;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 1;
}

.slick-next:before {
  content: "";
  filter: brightness(0) invert(1);
  background: url(../images/arrow-right.png) no-repeat;
  background-size: 32px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-prev:before {
  content: "";
  filter: brightness(0) invert(1);
  background: url(../images/arrow-left.png) no-repeat;
  background-size: 32px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
}

.a-connect-header button {
  border: none;
  background: transparent;
  color: white;
  font-family: "ProximaNovaCond-Semibold";
  font-size: 16px;
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: 20px;
}

button.issues:before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  transition: transform 0.2s ease-out;
  position: absolute;
  right: -25px;
  top: 15px;
}

.container {
  position: relative;
}

.data {
  width: 150px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: 0;
  top: 40px;
  padding: 20px 15px;
}

.data a {
  float: left;
  width: 100%;
  color: #fff;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 0;
  line-height: 12px;
  text-align: right;
}

.data a:hover {
  text-decoration: none;
  color: #ffd527;
}

.a-connect-header .dropdown {
  position: absolute;
  right: 15px;
  top: 0;
}

.card_layout_container {
  display: inline-block;
  width: 100%;
  /*background: #ebebeb;*/
  padding: 55px 0;
}

.card_layout_container .container {
  width: 1140px;
  margin: auto;
  padding: 0;
}

.card_layout {
  width: 31.63%;
  display: inline-block;
  background: #fff;
  margin: 0 20px 20px 0;
}

.card_layout:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.card_layout:nth-child(3n) {
  margin-right: 0;
}

h6.current_month {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  font-family: "ProximaNova-Regular";
  font-size: 20px;
  text-transform: uppercase;

}

.card_layout_details span {
  color: #000;
  font-family: "ProximaNovaCond-Regular";
  font-size: 16px;
}

.card_layout_details p {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  font-family: "ProximaNovaCond-Regular";
  font-size: 20px;
  color: #000;
  line-height: 24px;
}

.card_layout_details span {
  color: #000;
  font-family: "ProximaNovaCond-Regular";
  font-size: 16px;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

.card_layout a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.card_layout_img {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;

  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.card_layout_details {
  display: inline-block;
  width: 100%;
  padding: 20px;
}

.card_layout_img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center center;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.card_layout_img:before {
  background: linear-gradient(360deg, #333 0%, rgba(245, 246, 248, 0) 60.54%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0;
  z-index: 1;
}

.card_layout:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.card_layout_img h2 {
  position: absolute;
  bottom: 15px;
  right: 0;
  text-align: right;
  width: 85%;
  margin: auto;
  left: 0;
  font-size: 20px;
  line-height: 24px;
  font-family: "ProximaNova-Black";
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
}

.media_release {
  position: absolute;
  right: 90px;
  top: 0;
}

.media_release a {
  color: white;
  font-family: "ProximaNovaCond-Semibold";
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
}

.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: none;
}

.accordion-item {
  border-bottom: none;
  float: left;
  width: 100%;
  text-align: right;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-weight: normal;
  font-family: "ProximaNova-Bold";
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 16px 8px 8px;
  line-height: 12px;
  text-align: right;
  position: relative;
  letter-spacing: 0;
  float: left;
  width: 100%;
}

.accordion-thumb::before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-out;
  position: absolute;
  right: -8px;
  top: 10px;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
  float: left;
  width: 100%;
}

/* Active */
.accordion-item.is-active .accordion-thumb::before {
  transform: rotate(45deg);
}

.blog {
  position: relative;
  width: 30.33%;
  height: 15em;
  background: url(../imgs/defence.jpg) no-repeat;
  background-size: cover;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  margin: auto;
  overflow: hidden;
  margin: 0 40px 40px 0;
  display: inline-block;
}

.two {
  background: url(../imgs/aesl.jpg) no-repeat;
  background-size: cover;
}

.three {
  background: url(../imgs/atgl.jpg) no-repeat;
  background-size: cover;
}

.four {
  background: url(../imgs/agel.jpg) no-repeat;
  background-size: cover;
}

.five {
  background: url(../imgs/defence.jpg) no-repeat;
  background-size: cover;
}

.six {
  background: url(../imgs/acc.jpg  ) no-repeat;
  background-size: cover;
}

.seven {
  background: url(../imgs/power.jpg) no-repeat;
  background-size: cover;
}

.eight {
  background: url(../imgs/cos.jpg) no-repeat;
  background-size: cover;
}

.nine {
  background: url(../imgs/cement.jpg) no-repeat;
  background-size: cover;
}

.ten {
  background: url(../imgs/ael.jpg) no-repeat;
  background-size: cover;
}

.eleven {
  background: url(../imgs/cement2.jpg) no-repeat;
  background-size: cover;
}

.twelve {
  background: url(../imgs/aesl.jpg) no-repeat;
  background-size: cover;
}

.thirteen {
  background: url(../imgs/group.jpg) no-repeat;
  background-size: cover;
}

.fourteen {
  background: url(../imgs/foundation2.jpg) no-repeat;
  background-size: cover;
}

.fifteen {
  background: url(../imgs/ael2.jpg) no-repeat;
  background-size: cover;
}




.blog a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.blog:nth-child(3n) {
  margin-right: 0;
}

.blog * {
  position: relative;
  z-index: 2;
}

.blog:hover .color-overlay {
  /*background: rgba(0, 0, 0, 0.7);*/
  background: rgb(0, 101, 137);
  background: linear-gradient(120deg, rgba(0, 101, 137, 1) 0%, rgba(126, 42, 130, 1) 55%, rgba(221, 16, 16, 1) 100%);
  transition-timing-function: cubic-bezier(0.23, 1, 0.320, 1);

}

.blog:hover .info {
  bottom: -2em;
  opacity: 1;
}

.blog,
.color-overlay {
  border-radius: 0.7em;
}

.color-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transition-duration: 5s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.320, 1);
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.title-box {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 2em;
}

.title-box hr {
  margin-top: -0.4em;
  margin-bottom: 1em;
  width: 5em;
  height: 0.1em;
  box-sizing: content-box;
  border: none;
  background: red;
}

h3 {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.4em;
  text-align: center;
  text-transform: capitalize;
}

.intro {
  width: 100%;
  margin: 0 auto;
  color: white;
  font-family: "ProximaNovaCond-Regular";
  font-size: 16px;
  padding-bottom: 20px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  ;
}

.info {
  font-family: "ProximaNovaCond-Regular";
  font-size: 18px;

  color: #fff;
  line-height: 24px;
  padding: 0 2em;

  position: relative;
  bottom: -4em;
  opacity: 0;
  background: transparent;
  transition: opacity 0.3s, bottom 0.3s;
  text-align: center;
}

.icon-holder i {
  color: #d0bc57;
}

.icon-holder span,
h3 {
  color: #accff0;
}

space {
  display: inline-block;
  width: 0.6em;
  height: 1em;
}

.title-box h3 {
  font-family: "ProximaNova-Bold";
  color: #fff;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  padding: 0 10px;
  margin: 10px 0 0 0;
}

.blog a:hover {
  text-decoration: none;
}

.date {
  text-align: center;
  color: #ffd528;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15px;
  letter-spacing: 1px;
}

.footer-copy {
  font-family: "ProximaNova-Light";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  height: 20px;
  line-height: 20px;
}

@media (max-width: 1180px) {
  .card_layout_container .container {
    width: 970px;
    margin: auto;
    padding: 0;
  }

  .blog {

    width: 30.31%;

  }
}



@media (max-width: 1024px) {
  .card_layout_container .container {
    width: 100%;
    margin: auto;
    padding: 0 30px;
  }

  .blog {

    width: 30.29%;

  }
}

@media (max-width: 820px) {
  .card_layout_container .container {
    width: 750px;
    margin: auto;
    padding: 0;
  }

  .blog {

    width: 29.4%;

  }
}

@media (max-width: 768px) {
  .a-connect-header .container {

    padding: 0 20px;
  }

  .card_layout_container .container {
    width: 750px;
    margin: auto;
    padding: 0 20px;
  }

  .blog {
    width: 30.1%;
    margin: 0 30px 30px 0;
  }
}

@media (max-width: 667px) {

  .a-connect-header .container {
    height: 40px;
    line-height: 40px;
    display: grid;
    align-items: center;
    justify-content: flex-start;
  }

  .card_layout_container .container {
    width: 100%;
    margin: auto;
    padding: 0;
  }

  .card_layout_container {
    padding: 55px 20px;
  }

  .blog {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .a-connect-header button {
    right: 35px;
  }

  .a-connect-header img {
    width: 120px;
    height: auto;

  }

  .full-screen-slider .slide h2 {
    font-size: 42px;
    line-height: 42px;
    font-family: "ProximaNova-Black";
    width: 100%;
    text-transform: uppercase;
  }

  .full-screen-slider .slide .container p {
    max-width: 100rem;
    font-size: 24px;
    line-height: 28px;
    font-family: "ProximaNovaCond-Light";
    margin: 10px 0 15px 0;
  }

  .slick-prev {
    left: 30%;
  }

  .slick-next {
    right: 30%;
  }

  .slick-next,
  .slick-prev {
    top: 90%;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}

data {
  display: none;
}

a.e3-button:hover {
  text-decoration: none;
  background: red;
  color: white;
}

.full-screen-slider .slide h2 a {
  color: #fff;
}

.full-screen-slider .slide h2 a:hover {
  text-decoration: underline;
  color: #ffd527;
}