/* CSS Document */

.page {
  padding-top: 0 !important;
}
.home-banner {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 100vh;
}
.home-banner:before {
  content: '';
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80%;
  opacity: .4;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.home-banner .slider-wrapper {
  position: relative;
  z-index: 2;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 100vh;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax {
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.home-banner .logo {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 100px;
  max-width: 100%;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-50%, 0);
}
.home-banner.ready .logo {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s;
  -moz-transition: opacity 1.2s ease 0s;
  -o-transition: opacity 1.2s ease 0s;
  -webkit-backface-visibility: hidden;
}
.home-banner .text-content {
  text-align: center;
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.home-banner.ready .text-content {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s;
  -moz-transition: opacity 1.2s ease 0s;
  -o-transition: opacity 1.2s ease 0s;
  -webkit-backface-visibility: hidden;
}
.home-banner .text-content h1 {
  color: #fff;
  font-size: 82px;
  margin: 0 0 30px;
}
.home-banner .text-content .options-bottom {
	background-color: #005288;
}
.home-banner .text-content .options-bottom ul {
	margin: 0;
	padding: 39px 0
}
.home-banner .text-content .options-bottom ul li {
	position: relative;
}
.home-banner .text-content .options-bottom ul li:not(:last-child) {
	padding-right: 2vw;
	margin-right: 2vw;
}
.home-banner .text-content .options-bottom ul li:not(:last-child):after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color: #004971;
	box-shadow: 1px 00 #0085ce;
}
.home-banner .text-content .options-bottom ul li a {
	position: relative;
    font-size: 23px;
    line-height: 1em;
    color: #fff;
    font-weight: 600;
    padding: 2px 5px 0;
}
.home-banner .text-content .options-bottom ul li a:after {
	content: '';
	position: absolute;
	top: 100%;
	margin: 5px 0 0;
	left: 0;
	width: 0;
	height: 2px;
	opacity: 0;
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.home-banner .text-content .options-bottom ul li a:hover {
	color: #fff;
}
.home-banner .text-content .options-bottom ul li a:hover:after {
	opacity: 1;
	width: 100%;
	background-color: #fff;
}
.home-banner .text-content .options-bottom ul li a span {
	display: block;
	margin: 0 0 18px;
}
/*=========================================== LEFT RIGHT SCETION ======================================================*/
.left-right-section {
  position: relative;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.left-right-section.ready {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s;
  -moz-transition: opacity 1.2s ease 0s;
  -o-transition: opacity 1.2s ease 0s;
  -webkit-backface-visibility: hidden;
}
.left-right-section > div {
	width: 50%;
	min-height: 35vw;
	position: relative;
}
.left-right-section > div.left {}
.left-right-section > div.left:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    opacity: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.left-right-section > div.left .bnn {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-image: url(../img/bnn-mission.jpg);
	background-position: center;
	background-size: cover;*/
}
.left-right-section>div.left .bnn {}
.left-right-section>div.left .bnn .slider-wrapper {
    position: relative;
    height: 100%;
}
.left-right-section>div.left .bnn .slider-wrapper .slick-slide {
    min-height: 35vw;
}
.left-right-section>div.left .bnn .slider-wrapper .slick-slide img {
    display: block;
    min-width: 100%;
    min-height: 35vw;
    object-fit: cover;
}
.left-right-section > div.left .text {
	position: absolute;
	z-index: 2;
	left: 2vw;
	right: 7vw;
	bottom: 15px;
}
.left-right-section > div.left .text h2 {
	color: #fff;
	font-weight: 900;
}
.left-right-section > div.left .text p {
	color: #fff;
	font-size: 24px;
	line-height: 1.4em;
}

.left-right-section > div.right {
	padding: 15px 0 0 2.5vw;
}
.left-right-section > div.right {}
.left-right-section > div.right .slider-wrapper {
	position: relative;
}
.left-right-section > div.right .slick-slide {
	padding-right: 18vw;
	margin: 0 0 80px;
	position: relative;
}
.left-right-section > div.right .slick-slide .bnn {
	position: absolute;
	right: 1vw;
	top: 0;
	width: 17vw;
	height: 18vw;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
  overflow: hidden;
}
.left-right-section > div.right .slick-slide h2 {
	color: #c80452;
}
.left-right-section > div.right .slick-slide h2 span {
	color: #282828;
	margin: 0 0 5px;
}
.left-right-section > div.right .fa-ul {
	margin-bottom: 30px;
}
.left-right-section > div.right .fa-ul li {
    font-size: 20px;
    color: #767676;
    margin: 0 0 18px;
}
.left-right-section > div.right .fa-ul li a {
	font-weight: 600;
}
.left-right-section > div.right .fa-ul li span:not(.fa-li) {
	display: inline-block;
	position: relative;
	width: 106px;
}
.left-right-section > div.right .fa-ul li span:not(.fa-li):after {
	content: '-';
	position: absolute;
	right: 9px;
}
.left-right-section > div.right .fa-ul li span.fa-li {
	color: #c80452;
}
.left-right-section > div.right .slick-dots {
  display: block;
  position: absolute;
  left: 36px;
  bottom: 35px;
  width: auto;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: #c80452;
}
.left-right-section > div.right .custom-nav {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 59px;
  width: 130px;
  height: 0;
  margin: 0;
}
.left-right-section > div.right .custom-nav li {
	font-size: 19px;
}
.left-right-section > div.right .custom-nav .prev,
.left-right-section > div.right .custom-nav .next {
  position: absolute;
  top: 0;
  padding: 5px;
  opacity: 1;
  color: #c80452;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -o-transition: all ease .3s;
}
.left-right-section > div.right .custom-nav .prev:hover,
.left-right-section > div.right .custom-nav .next:hover {
  opacity: .92;
}
.left-right-section > div.right .custom-nav .prev.slick-disabled,
.left-right-section > div.right .custom-nav .next.slick-disabled {
  opacity: .35;
}
.left-right-section > div.right .custom-nav .prev {
  left: 0;
}
.left-right-section > div.right .custom-nav .next {
  right: 0;
}
@media (max-width: 1370px) {
    .left-right-section>div.left .bnn .slider-wrapper .slick-slide img {
        height: 35vw;
        min-height: 470px
    }
}
@media (max-width: 991px) {
    .left-right-section>div.left .bnn .slider-wrapper .slick-slide img {
        height: 80vw;
        min-height: 400px!important
    }
}

/*=========================================== RESPONSIVE ======================================================*/
@media (max-width: 991px) {
    .home-banner .text-content h1 {
		font-size: 11vw;
    }
    .left-right-section > div {
		width: 100%;
		min-height: auto;
	}
	.left-right-section > div.left {
		height: 80vw;
		min-height: 400px;
	}
	.left-right-section > div.left .text p {
		font-size: 16px;
	}
	.left-right-section > div.right .fa-ul li {
		font-size: 14px;
	}
	.left-right-section > div.right .fa-ul li span:not(.fa-li) {
		width: 80px;
	}
}
@media (max-width: 768px) {
    .home-banner .text-content .options-bottom ul li a {
    	font-size: 16px;
    }
}
@media (max-width: 540px) {
   .home-banner .text-content .options-bottom ul {
   	    padding: 15px 0;
   	    margin: 0;
   }
   .home-banner .text-content .options-bottom ul li {
   	    display: block;
   	    padding: 0!important;
   	    margin: 0 0 25px!important;
   }
   .home-banner .text-content .options-bottom ul li:last-child {
   	margin: 0 0 0!important;
   }
   .home-banner .text-content .options-bottom ul li a span {
   	margin: 0 0 5px;;
   }
   .home-banner .text-content .options-bottom ul li:not(:last-child):after {
   	    display: none;
   }
}