.hero__bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero__bg--video {
    overflow: hidden;
}

.hero__bg {
    z-index: 100;
    position: absolute;
    background-size: cover;
    background-position: 50%;
}

.hero__bg--video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.z-index-100 {
	z-index: 100 !important;
}

.z-index-hover-100:hover {
	z-index: 100 !important;
}

.hero__body {
    background: rgba(0,0,0,.2);
    box-shadow: 0 4px 30px rgba(0,0,0,.1);
    backdrop-filter: blur(5.9px);
    -webkit-backdrop-filter: blur(5.9px);
    border: none;
    padding: 4rem;
    margin-top: 7rem;
}

@media (min-width: 768px){
    .section-spaces {
        height: 70vh !important;
    }
  }

@media (max-width: 768px){
    .section-spaces .space{
        height: 450px !important;
    }

    .section-spaces .spaces-list {
        flex-direction: column !important;
    }
  }


.section-spaces {
    position: relative;
    width: 100%;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.section-spaces .spaces-list {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.section-spaces .spaces-list .space {
    position: relative;
    display: flex;
    flex-grow: 1;
    height: 100%; 
    background-position: 50%;
    background-size: auto 100%;
    transition-duration: .8s;
}

.section-spaces .spaces-list .space:hover {
    flex-grow: 1.2;
    background-size: auto 120%;
}

.section-spaces .spaces-list .space .space-content {
    background-color: rgba(244,244,244);
}

.section-spaces .spaces-list .space .space-content {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    width: 100%;
    transition-duration: .8s;
}

.section-spaces .spaces-list .space .space-content .title {
    font-size: 20px;
    color: #777;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center;
}

.banner {
    background-image: url(../img/chemtech-cover-prog.jpg) !important;
    /* height: 70vh; */
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important; 
}

.banner-inner{
    background: rgba(0,0,0,.2);
    box-shadow: 0 4px 30px rgba(0,0,0,.1);
    backdrop-filter: blur(5.9px);
    -webkit-backdrop-filter: blur(5.9px);
    border: none;
    padding: 2rem;
}


.btn1{
    display: inline-block;
    vertical-align: middle;
    font-family: Lato,sans-serif;
    font-size: 100%;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
    margin: 0;
    line-height: 1.625;
    padding: 10px 56px 10px 28px;
    border-radius: 5px;
    text-decoration: none !important;
    text-align: center;
    color: #fff;
    background-color: #053b57;
    -webkit-tap-highlight-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    
}

.btn-primary1 {
    position: relative;
    background-color: #ffffff;
    color: #000;
    border-radius: 26px;
     padding-left: 2rem;
     padding-right: 2rem; 
    transition: .15s ease-out;
   /* border: 2px solid #f4f4f4; */
}
/*
.btn-primary1:after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 11px);
    width: 22px;
    background: url(../img/arrow-forward-black.svg);
    height: 22px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
*/
.btn-primary1:hover{
    color: #000;
}

.style-1 .arrow-icon {
  position: relative;
  top: -1px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
}

.style-1 .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.style-1:hover .arrow-icon {
  transform: translate3d(5px, 0, 0);
}
.style-1:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}


.alternating-row:before {
    left: -120px;
    height: 100%;
    width: 120px;
    position: absolute;
    background-color: #f4f4f4;
    content: " ";
    top: 0;
    z-index: 0;
}

/*
---------------------------------------
Popular Categories
---------------------------------------
*/

.popular-categories {
    margin-top: 120px;
    padding-bottom: 150px !important;
  }
  
  .popular-categories .section-heading {
    text-align: center;
    margin-bottom: 50px;
  }
  
  .popular-categories .naccs {
    position: relative;
   /* background-color: var(--grey-100);
    border-radius: 7px; */
  }
  
  .popular-categories .icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #8d99af;
    background-color: #fff;
    margin-right: 15px;
  }
  
  .popular-categories .icon img {
    max-width: 27px;
  }
  
  .popular-categories .naccs .menu div.first-thumb {
  /*  border-top-left-radius: 7px; */
  }
  
  .popular-categories .naccs .menu div.last-thumb {
    margin-bottom: 0px;
  /*  border-bottom-left-radius: 7px; */
  }
  
  .popular-categories .naccs .menu div {
    color: #757575;
    font-size: 15px;
    margin-bottom: 1px;
    height: 36px;
    text-align: left;
    line-height: 36px;
    cursor: pointer;
    position: relative;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .popular-categories .naccs .menu div.active,
  .popular-categories .naccs .menu div.active .thumb {
   /* background-color: #006500; */
   font-weight: bold;
   font-size: 20px;
   text-decoration: underline;
  }
  
  .popular-categories ul.nacc {
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .popular-categories ul.nacc li {
    top: 0;
    opacity: 0;
    transform: translateX(-50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .popular-categories ul.nacc li.active {
    transition-delay: 0.3s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
  }
  
  .popular-categories ul.nacc li {
    width: 100%;
  }
  
  .popular-categories .nacc .thumb .left-text {
   /* margin-left: 30px; */
  }
  
  .popular-categories .nacc .thumb .left-text h4 {
   
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 30px;
  }
  
  .popular-categories .nacc .thumb .left-text p {
    
    margin-bottom: 30px;
  }
  .popular-categories .nacc .thumb .left-text .link{
    position: absolute; 
    bottom: 0; 
    right: 0;
  }
  
  .popular-categories .nacc .thumb .right-image {
    
    display: inline-flex;
  } 
  
  
  .popular-categories .nacc .thumb .left-text .main-white-button a{
    width: 100%;
    text-align: center;
  }
  
  .separator{
    display:flex;
    align-items: center;
  }
  
  .separator .line{
    height: 1px;
    flex: 1;
    background-color: #969696;
  }
  
  .border-line span {
    width: auto;
    height: 50px;
    position: relative;
    z-index: 1;
  }

  .border-line span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height: 3px;
    width: 50px;
    /* percentage of the element width*/
    border-bottom: 3px solid #757575;
    margin-top: 1.9em;
    /*move the border below the text*/
  }
  .border-line.active span{
    color: #000000;
  }

  .border-line.active span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height: 3px;
    width: 50px;
    /* percentage of the element width*/
    border-bottom: 3px solid #000000;
    margin-top: 1.9em;
    /*move the border below the text*/
  }