/* CSS Document */

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

.page {
  padding-top: 0 !important;
}
.home-banner {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #00264d;
  /*height: 100vh;*/
  min-height: 490px;
}

.home-banner:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 30%);
}
.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;
}
.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: 490px;
  /*height: 100vh;*/
  display: block;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax iframe {
  position: absolute;
  height: 56vw;
  width: 100%;
}
@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);
  }
}
.home-banner .text-content {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: -1px;
  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;
  text-align: center;
}
.home-banner .text-content h1:before {
  content: '';
  position: absolute;
  z-index: 0;
  right: 100%;
  width: 100%;
  bottom: 0;
  height: 300px;
  background-image: url(../img/buildings-left.png);
  background-position: bottom right;
  background-repeat: repeat-x;
}
.home-banner .text-content h1:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 100%;
  width: 100%;
  bottom: 0;
  height: 300px;
  background-image: url(../img/buildings-right.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}
.home-banner .text-content h1 {
  position: relative;
  z-index: 2;
  color: #fff;
  display: inline-block;
  font-size: 55px;
  text-transform: uppercase;
  padding: 20px 22px;
  margin: 0;
  border-radius: 40px 40px 0 0;
  background-color: #0051a4;
}
.home-banner .text-content h1 span {
  display: block;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2em;
  text-transform: none;
}

/*=========================================== ABOUT SCETION ======================================================*/
.about-section {
  position: relative;
  padding-top: 40px;
  background-color: #0051a4;
}
.about-section:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0051a4+0,0051a4+100&1+0,0.65+48,0.65+48,0+100 */
  background: -moz-linear-gradient(top,  rgba(0,81,164,1) 0%, rgba(0,81,164,0.65) 48%, rgba(0,81,164,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,81,164,1) 0%,rgba(0,81,164,0.65) 48%,rgba(0,81,164,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,81,164,1) 0%,rgba(0,81,164,0.65) 48%,rgba(0,81,164,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0051a4', endColorstr='#000051a4',GradientType=0 ); /* IE6-9 */

}
.about-section .bnn {
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 50%;
  background-image: url(../img/bnn-about.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about-section.ready .bnn {
  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;
}
.about-section .bnn:after {
  content: '';
  position: absolute;
  left: 20%;
  bottom: 0;
  margin-left: 0;
  width: 70px;
  height: 70px;
  background: transparent;
  border-radius: 0 0 0 50%;
  opacity: 1;
  box-shadow: -16px 16px 0 #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.about-section .left {
  position: relative;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  max-width: 60%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 50px 0 0;
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
}
.about-section.ready .left {
  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;
}
.about-section .left .list {
  background-color: #0051a4;
  padding: 50px 0 20px;
  padding-left: 19vw;
}
.about-section .left .list .item {
  border-left: solid 6px #ffbb00;
  padding: 0 0 5px;
  padding-left: 2vw;
  margin: 0 0 2vw;
}
.about-section .left .list .item h2 {
  font-size: 5vw;
  line-height: 1.1em;
  margin: 0 0 5px;
  color: #fff;
}
.about-section .left .list .item p {
  max-width: 500px;
  color: #fff;
  margin: 0;
padding-right: 15px;}
.about-section .left ul {
  font-family: 'Zeyada', cursive;
  margin: 0;
  padding: 25px 0;
  padding-left: 22vw;
}
.about-section .left ul li:not(:last-child) {
  margin-right: 2vw;
}
.about-section .left ul li {
  font-size: 35px;
  color: #0051a4;
  transform: rotate(-4deg)
}

.grey-box {
    background: #FBFBFB;
    padding: 50px 0;
    border-radius: 10px;
}
.grey-box span {
    font-weight: normal;
    font-size: 0.8em;
	color: #6a6a6a;
    text-transform: capitalize;
}
.grey-box a {
    margin-top: 15px;
}
/*=========================================== PROPERTIES SCETION ======================================================*/
.properties-section {
  padding: 40px 0 0;
}
.properties-section h2 {
  text-align: center;
}
.properties-section .container-fluid {
  opacity: 0;
  filter: alpha(opacity=0);
}
.properties-section.ready .container-fluid {
  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;
}

/*=========================================== RESPONSIVE ======================================================*/
@media (max-width: 1500px) {
  .about-section .left .list .item h2 {
    font-size: 6.5vw;
  }
  .about-section .left .list {
    padding-left: 10vw;
  }
  .about-section .left ul {
    padding-left: 10vw;
  }
}
@media (max-width: 1200px) {
	.home-banner .text-content h1 {
      max-width: 600px;
      font-size: 40px;
    }
  .home-banner .text-content h1 span {
    font-size: 22px;
    margin: 5px 0 0;
  }
}
@media (max-width: 991px) {
	
}
@media (max-width: 768px) {
  .home-banner .text-content h1 {
      max-width: 400px;
      font-size: 28px;
    }
  .home-banner .text-content h1 span {
    font-size: 16px;
  }
    .about-section {
      padding-top: 20px;
    }
   .about-section .bnn {
      width: 20%;
    }
    .about-section .left {
      max-width: 90%;
    }
  .about-section .left .list .item {
    margin: 0 0 30px;
  }
    .about-section .left .list .item h2 {
      font-size: 8.5vw;
    }
	.about-section .left ul li {
      display: block;
      margin: 0 0 30px
    }
}
@media (max-width: 660px) {
   
}