html,body{

	height: 100%;
  width: 100%;
  font-family: gridfont;

}

@font-face {
  font-family: gridfont;
  src: url('PointSoftDEMO-Light.woff2') format('woff2'),
        url('PointSoftDEMO-Light.woff') format('woff');
        font-weight: 400;
}

.ic:hover{
  opacity: 1;
}
.carousel-item {
  /* height: 100vh; */
  /* min-height: 350px; */ 
  transition-duration: 5s;
  background: no-repeat;
  background-position: center 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content{
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
    position: absolute;
    top: 80%;
    right: 2%;
    text-transform: capitalize !important;
    font-weight: bolder;
}


.logo_vert_cent{

	margin-top: 10%;

}
nav {
  text-align: center;
}

.menu {
  display: inline-block;
}

.menu > li {
  float: left;
  color: peachpuff;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: rgba(0,0,0, 0.8);
  cursor: pointer;
  font-size: 17px;
}

.sub-menu {
  transform: scale(0);
  transform-origin: top center;
  transition: all 300ms ease-in-out;
}

.navbar-collapse {
  width: 100%;
 
  
}


@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
  .bottom-left{
    font-size: .7rem;
  }
}

    @media (min-width: 320px){

      ul.carousel-indicators-numbers{
        margin-bottom: 6px !important;
      }
      .bottom-left{
        font-size: .5rem;
      }

      iframe{
        height: 300px;
      }
          

    }
    @media (min-width: 375px){

      ul.carousel-indicators-numbers{
        margin-bottom: 6px !important;
      }
      .bottom-left{
        font-size: .5rem;
      }
          
      iframe{
        height: 330px;
      }

    }
     @media (min-width: 425px){

      ul.carousel-indicators-numbers{
        margin-bottom: 6px !important;
      }
      .bottom-left{
        font-size: .7rem;
      }
      iframe{
        height: 350px;
      }
          

    }
    @media (min-width: 576px){

      ul.carousel-indicators-numbers{
        margin-bottom: 6px !important;
      }
      .bottom-left{
        font-size: .8rem;
      }
      iframe{
        height: 500px;
      }
          

    }
    @media (min-width: 765px){
      ul.carousel-indicators-numbers{
        margin-bottom: 6px !important;
      }
      .bottom-left{
        font-size: 1rem;
      }
      iframe{
        height: 500px;
      }
          

    }
    @media(min-width: 1020px){
      ul.carousel-indicators-numbers{
        margin-bottom: 10px !important;
      }
      .bottom-left{
        font-size: 1.2rem;
      }
      iframe{
        height: 700px;
      }
          

    }
      @media(min-width: 1440px){
      ul.carousel-indicators-numbers{
        margin-bottom: 10px !important;
      }
      .bottom-left{
        font-size: 1.5rem;
      }
      iframe{
        height: 900px;
      }
          

    }

    .dropdown-menu {
      background: rgba(0,0,0,0.7);
      padding: 5;
   
      border-radius: 5;
    }

    .dropdown .dropdown-toggle{
      color:  #707070;
    }
    .dropdown-menu  a:hover {
      line-height: 1.3;
      background-color: #f2f2f2;
    }
    
    .dropdown-item{
      color: white;
    }

   

    .animate{
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -ms-transition: all .3s;
      -ms-transition: all .3s;
      transition: all .3s;  
      backface-visibility:hidden;
      -webkit-backface-visibility:hidden; /* Chrome and Safari */
      -moz-backface-visibility:hidden; /* Firefox */
      -ms-backface-visibility:hidden; /* Internet Explorer */
   
    }



.main_logo{
	position: absolute;
    right: 15%;
    bottom: 35%	;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}




.item img {
  width: 100%;
  height: auto;
}


.ov {
  opacity: 1.0;
}

.ov:hover {
  opacity: 0.7;
}




svg.intro {
  background: transparent;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

}
svg.intro .text {
  display: none;
}
svg.intro.go .text {
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}
svg.intro.go .text-stroke {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.8px;
  stroke-dashoffset: -900;
  stroke-dasharray: 900;
  stroke-linecap: butt;
  stroke-linejoin: round;
  -webkit-animation: dash 2.5s ease-in-out forwards;
          animation: dash 2.5s ease-in-out forwards;
}
svg.intro.go .text-stroke:nth-child(2) {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}
svg.intro.go .text-stroke:nth-child(3) {
  -webkit-animation-delay: .14s;
          animation-delay: .14s;
}
svg.intro.go .text-stroke-2 {
  stroke: #000000;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
svg.intro.go .text-stroke:nth-child(5) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
svg.intro.go .text-stroke:nth-child(6) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

@-webkit-keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}


.carousel-indicators-numbers li {
  text-indent: 23%;
  font-size: 12px;
  font-weight: bold;
  margin-right: 7px;
  margin-left: 7px;
  margin-bottom: 25px;
  width: 15px;
  height: 15px;
  border: 3px solid white;
  line-height: 15px;
  color: white;
  transform: rotate(45deg); 
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: transparent;


}



.carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
  font-size: 12px;
  font-weight: bold;
  margin-right: 7px;
  margin-left: 7px;
  margin-bottom: 8px;
  width: 18px;
  height: 18px;
   border: 3px solid #050404;
   color: #f3f3f3;
 
}

span.num{

    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    padding-right: 20%;
    position: relative;
}

#banner {
  margin-bottom: 50px;
	overflow: hidden;
	width: 100%;
	height: 500px;
	position: relative;
	clear: both;
	background:  url('assets/images/back1.jpg') center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/back1.jpg',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/back1.jpg',sizingMethod='scale')";
}

.wrap-center{
	margin: 0 auto;
	position: relative;
	max-width: 73.231em;
}

.banner-centered {
	text-align: center;
	position: absolute;
	display: block;
	max-width: 75.231em;
	height: inherit;
	overflow: hidden;
	margin-top: 100px;
}

.banner-centered h2 {
	font-size: 5.385em;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fafafa;
	font-weight: 100;
	display: block;
}
