/* CSS Document */

.menu {/* background-color: #fff */}

.nav-spacer { /* display: none; */ }

.page {
  padding-top: 0 !important;
}
.home-banner {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #fff;
  height: 660px;
  min-height: 580px;
  opacity: 0;
}
.home-banner.ready {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.home-banner .slider-wrapper {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #767676;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 580px;
  height: 660px;
  display: block;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn.data  span.parallax { cursor: pointer; }
.home-banner .slider-wrapper .slick-slide .slick-bnn span.parallax:before {
  content: '';
  position: absolute;
  z-index: 3;
  height: 60%;
  left: 0; bottom: 0; right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+69,0.85+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 69%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 69%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 69%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax iframe {
  position: absolute;
  height: 56vw;
  width: 100%;
}
.home-banner .text-content {
  position: absolute;
  z-index: 3;
  left: 2vw;
  bottom: 3vw;
  /*right: 550px;*/
	right:580px;
  opacity: 0;
} 
.home-banner.ready .text-content {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.home-banner .text-content h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e37d48;
}
.home-banner .text-content p {
  color: #fff;
  margin: 0 0 5px;
  font-size: 36px;
  line-height: 1.2em;
}
.home-banner .text-content p.small {
  color: #df6a30;
  font-size: 20px;
  line-height: 1.2em;
}
.home-banner .text-content p.small a {
  color: #df6a30;
}
.home-banner .text-content p.small a:hover {
  color: #fff;
}
.home-banner .right-sticker {
	/*max-width: 710px;/*/
	max-width: 485px;
  position: absolute;
  z-index: 3;
  right: 2vw;
  bottom: 3vw;
  background: #fff;
  border-radius: 6px;
  padding: 25px;
  opacity: 0;
}
.home-banner.ready .right-sticker {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}
.home-banner .right-sticker p {
  /*font-size: 20px;*/
	font-size: 16px;
  margin: 0;
}
.home-banner .right-sticker h2 {
  /*font-size: 30px;*/
	font-size: 20px;
  color: #1c345e;
  font-weight: 700;
  margin: 5px 0 15px
}
.home-banner .slick-dots {
  bottom: 20px;
}

@media (max-width: 1500px) {
  .home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax iframe {
    height: 100%;
    width: 410%;
    left: 50%;
    transform: translate(-50%,0);
  }
}
@media (max-width: 1200px) {
  .home-banner .text-content h1 {
    font-size: 32px;
  }
  .home-banner .text-content p {
    font-size: 24px
  }
  .home-banner .right-sticker {
    padding: 15px;
  }
  .home-banner .right-sticker p {
    font-size: 16px
  }
  .home-banner .right-sticker h2 {
    font-size: 25px
  }
  .home-banner .right-sticker .btn-layout {
    font-size: 14px;
  }
  .home-banner .text-content {
    right: 2vw;
/*    bottom: 190px*/
	  bottom: 340px;
  }
  .home-banner .right-sticker {
    right: unset;
    left: 2vw;
    bottom: 45px;
  }
}
@media (max-width: 680px) {
  .home-banner,
  .home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax {
    height: 600px
  }
  
  .home-banner .right-sticker p {
    font-size: 14px
  }
  .home-banner .right-sticker h2 {
    font-size: 22px
  }
  .home-banner .right-sticker .btn-layout {
    font-size: 12px;
  }
}
@media (max-width: 370px) {
  .home-banner .text-content {
    bottom: 200px
  }
  .home-banner .right-sticker {
    right: 2vw;
  }
}

/*=========================================== PROGRAMS SCETION ======================================================*/
.programs-section {
  border: solid 2px #143058;
  /* display: flex; */
  /* flex-wrap: wrap; */
  background-size: cover;
  background-image: url(../img/bnn-links.jpg);
  background-repeat: no-repeat;
}
.programs-section > div {
  display: block;
  width: 25%; 
  border: solid 1px #143058;
  opacity: 0;
}
.programs-section.ready > div {
  opacity: 1;
  animation: fadeIn .4s both;
  animation-delay: calc(var(--order) * 100ms);
}
.programs-section > div a {
  display: flex;
	justify-content: center;
  position: relative;
  width: 100%;
  /*height: 14vw;*/
	max-width: 85%;
	padding: 20px 0;
  text-align: center;
	margin: auto;
	min-height: 129px;
  /*background-color: #143058;*/
}
.programs-section > div a > span {
  color: #143058;
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  /*position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);*/
}
.programs-section > div a span .icon {
  display: block;
  height: 46px;
  opacity: 1;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.programs-section > div a:hover span .icon {
  opacity: 0;
  height: 0
}
.programs-section > div a span .icon:after {
  content: '';
  display: block;
  margin: 13px auto 10px;
  width: 36px;
  height: 1px;
  background-color: #e06b2f;
}

@media (max-width: 1200px) {
  .programs-section > div a > span {
    font-size: 16px;
    line-height: 1.2em;
  }
  .programs-section > div a span .icon:after {
    margin: 10px auto;
  }
  .programs-section > div a span .icon {
    height: 38px
  }
}
@media (max-width: 991px) {
  .programs-section > div {
    /*width: 33.3333%;*/
  }
  .programs-section > div:last-child {
    /*width: 100%;*/
  }
  .programs-section > div a {
    height: 160px;
  }
}
@media (max-width: 768px) {
	 .programs-section > div,
  .programs-section > div:last-child {
    width: 50%;
  }

}
@media (max-width: 500px) {
 
}