
/*
scale blue = #021E40;
scale orange = #FF6422;
*/

.clickTagLink{
  position: absolute;

}

html,body{
  overflow: hidden;
  margin:0px;
}
body{
  width: 980px;
  height: 300px;
  background: #fff;
  color: #fff;
  font-size:16px;
  font-family: 'Arial', sans-serif;
}

p{
  margin:0px !important;
}

.banner{
  width: 980px;
  height: 300px;
  background-image: linear-gradient(#084875, #021E40); 
}

.banner:after{
  content:'';
  width:42%;
  height:150%;
  background: linear-gradient(#03417f, #021E40, #021E40);
  position:absolute;
  right: -160px;
  bottom: -100px;
  transform:rotate(20deg);
}

.banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #021e40cb, #021e409e, #021e4000, #021e4000, #021e4000);
  z-index: 1;
}

.logo{
  position:absolute;
  right: 35px;
  top: 50px;
  max-width: 160px;
  z-index: 1;
}

.text-container .text{
  position: absolute;
  max-width: 800px;
  left: 40px;
  top: 40px;
  z-index: 3;
}

.text-container .text h1{
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 10px;
}

.text-container .text h2{
  font-size: 2rem;
  margin-bottom: 0px;
  margin-top: 5px;
  font-weight: 400;
  letter-spacing: 2px;
}

.text1 h2 span {
  color: #FF6422;
  font-weight: 600;
}

#text2 {
  position: absolute;
  top: 100px;
  opacity: 0;
}

.text2 h2 {
  line-height: 80%;
}

.text2 h2 span {
  color: #FF6422;
  font-weight: 400;
  font-size: 1.5rem;
}

.image-container img{
  position: absolute;
  width: 990px;
}

.image-1 {
  position: absolute;
  top: -100px;
  left: -50px;
}

.image-2 {
  position: absolute;
  top: -80px;
  left: 0px;
  opacity: 0;
}

.cta{
  position: absolute;
  right: 20px;
  bottom: 40px;
  background:#FF6422;
  border:0px;
  color:#021E40;
  border-radius:30px;
  font-size: 18px;
  padding:0.5em 0.9em;
  letter-spacing: 0.01em;
  cursor: pointer;
  font-weight: bold;
  z-index: 2;
}

.crop{
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}



.hover{
  position: absolute;
  background: #021E40;
 /*background-image: linear-gradient(#021E40 100%, #fff 0%);
  background: linear-gradient(to right, #021E40 80%, #fff 20%);*/
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index: 4;
  opacity: 0;
  transition: .3s opacity ease;
  background-image: linear-gradient(#084875, #021E40);

}

.hover img{
  width:55%;
  position: absolute;
  left:0;
  right:0;
  top:10px;
  bottom:20px;
  margin:auto;
  opacity: 0;
  transition: 1.5s opacity ease;
}

.we-are{
  padding-top:120px;
}

.banner:hover .hover{
  opacity: 1;

}

.banner:hover .hover img{
  opacity: 1;
}