@font-face {

font-family: "QuicksandR";
src: url("fonts/QuicksandRegular.ttf");
}

.intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 75%;
  height: 100%;
  z-index:100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.intro--banner .heading
{
  top:50%;
  left:50%;
  position: absolute;
  font-size: 65px;
  font-family: 'Gugi';
  color: rgba(255, 255, 255, 0.2);
  font-weight:lighter;

}
.intro--banner .heading2
{

  font-size: 45px;
  font-family: 'Gugi';
  color: rgba(255, 255, 255, 1);
  font-weight:lighter;

}

.intro--banner  p
{
  margin-top:32%;
  position: relative;
  left:40%;
  font-family: 'calibri';
  text-align: left;
  font-size:25px;
  color:#fff;
  line-height:25px;
  font-weight:lighter;
}
/* -------------------------------- 

Main Components 

-------------------------------- */

.cd-background-wrapper {

  background-image: url("../img/back2.jpg");
  background-size: cover;  overflow: hidden;

  position: relative;
  -webkit-perspective: 4000px;
  perspective: 4000px;
}

.cd-floating-background {
 
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-floating-background.is-absolute {
  position: absolute;
}
.cd-floating-background img {

  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

}
.cd-floating-background img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.cd-floating-background img:first-child {
  -webkit-transform: translateZ(-560px);
  -ms-transform: translateZ(-560px);
  transform: translateZ(-560px);
}
.cd-floating-background img:nth-child(2) {
  -webkit-transform: translateZ(350px);
  -ms-transform: translateZ(350px);
  transform: translateZ(350px);
}
.cd-floating-background img:nth-child(3) {
  -webkit-transform: translateZ(350px);
  -ms-transform: translateZ(350px);
  transform: translateZ(350px);
}

.no-preserve-3d .cd-floating-background {
  position: relative;
}

@media (max-width: 1180px) {
  .intro {
    max-width: 100%;
  }
}

.intro--banner {
  position: relative;
  height: 475px;
}

.intro--banner::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -15px;
  right: 0;
  height: 2px;
  background-color: #66b7fb	;
}

.intro--banner::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #0f33ff;
}

.intro--banner h1 {
  position: relative;
  font-size: 68px;
  font-weight: 900;
  line-height: 1;
  z-index: 1;
}

.intro--banner button {
  margin-left:40%;
  position: relative;
  padding: 5px 17px 5px 12px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
}

.intro--banner button .btn-background {
  position: absolute;
  top: 0;
  left: 23px;
  right: 0;
  height: 100%;
  background-color: #0f33ff;
  z-index: -1;
  -webkit-transition: left .2s ease-in-out;
  transition: left .2s ease-in-out;
}

.intro--banner button:hover .btn-background {
  left: 0;
}

.intro--banner button:focus {
  outline: none;
}

.intro--banner button svg {
  position: relative;
  left: 5px;
  width: 15px;
  fill: #fff;
}

.intro--banner img {
  position: absolute;
  bottom: 21px;
  right: -12px;
}

.intro--banner .lbl
{
  color:#00ffff;
  font-weight:lighter;
}

.intro--options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  margin-top: -25px;
  padding: 0;
  list-style: none;
}

.intro--options>a {
  font-family:'QuicksandR', sans-serif;
  max-width: 250px;
  text-decoration: none;
  color: #A9D9F7;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.intro--options>a:hover {
  color: #132237;
}

.intro--options h3 {
  font-size: 14px;
  
}

.intro--options p {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .intro--banner {
    height: 380px;
  }

  .intro--banner h1 {
    font-size: 55px;
  }

  .intro--banner img {
    width: 430px;
  }

  .intro--options>a {
    margin-right: 30px;
  }

  .intro--options>a:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .intro--banner {
    height: 305px;
  }

  .intro--banner h1 {
    font-size: 44px;
  }

  .intro--banner img {
    width: 330px;
  }

  .intro--options {
    display: block;
  }

  .intro--options>a {
    display: block;
    max-width: 100%;
    margin: 0 0 30px 0;
  }

  .intro--options>a:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .intro--banner {
    height: 360px;
  }

  .intro--banner h1 {
    font-size: 55px;
  }

  .intro--banner img {
    display: none;
  }
}

@media (max-width: 600px) and (max-height: 750px) {
  .intro--banner {
    height: auto;
  }

  .intro--banner::before,.intro--banner::after {
    display: none;
  }

  .intro--banner h1 {
    margin-top: 0;
  }

  .intro--options {
    display: none;
  }
  .cd-floating-background
   {
   display: none;
 }
  .cd-background-wrapper {
    background-image:none;
	position:static;
	  -webkit-perspective: none;
  perspective: none;


}

  .intro{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/intro.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  
}
.intro--banner 
{
  top:7%;
  left:-10%;
}
.intro--banner .heading
{
  font-size: 45px;
  top:50%;
  left:50%;
}
.intro--banner .heading2
{
  left:20%;
  font-size: 25px;

}

.intro--banner  p
{
  margin-top:32%;
  font-size:20px;
  line-height:20px;
}
}