*{
	padding: 0;
	margin: 0;
  text-decoration: none;
}

@font-face {
	font-family: 'Proxima Nova Light';
	src: url('../fonts/Proxima Nova Light.eot');
	src: url('../fonts/Proxima Nova Light.woff2') format('woff2'), url('../fonts/Proxima Nova Light.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova-Light';
	src: url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova Sb';
	src: url('../fonts/proxima_nova_semibold-webfont.woff2') format('woff2'), url('../fonts/proxima_nova_semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova B';
	src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
.main-card-banner {
  display: inline-block;
  position: relative;
}

.card-banner {
  width: 728px;
  height: 90px;
  box-sizing: border-box;
  background-color: #003949;
  padding: 10px 20px 10px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 0px 1px #000;
} 
.banner-content {
  width: 75%;
}
.banner-logo img {
  height: 29px;
  width: auto;
}
.card-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 90px;
  background: url(../images//final-border-layer.gif) no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  z-index: 99;
}
.inner-card-banner:after {
	content: "";
	position: absolute;
	right: 0;
	top:0;
	width: 100%;
	height: 100%;
	background: url(../images/right-final-img.png) no-repeat; 
	background-position: top right;
}
.banner-title h3 {
  color: #89C8B8;
  font-size: 21px;
  font-weight: 700;
  font-family: 'Proxima Nova B';
  letter-spacing: 1.2px;
  text-transform: uppercase;
  line-height: 20px;
}
.banner-title h3 .wht {
    color: #fff;
}
.banner-text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    font-family: 'Proxima Nova Rg';
    margin-top: 5px;
}
.banner-subheading h4 {
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #89C8B8;
    font-family: 'Proxima Nova B';
}
.inner-card-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-logo {
  width: 35%;
  text-align: right;
}
span.drop-one {
  position: absolute;
  left: 208px;
}

@keyframes slideInUp {
    0% {
      transform: translateY(30%);
      opacity: 0;
    }
    100% {
      transform: translateY(0%);
      opacity: 1;
    }
}
@keyframes slideInUp {
    0% {
      transform: translateY(50%);
      opacity: 0;
    }
    100% {
      transform: translateY(0%);
      opacity: 1;
    }
}
@keyframes slideInUp {
    0% {
      transform: translateY(80%);
      opacity: 0;
    }
    100% {
      transform: translateY(0%);
      opacity: 1;
    }
}
.card-banner:before { 
	animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-name: slideInDown;
}

.card-banner:after { 
	animation-duration: 7s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-name: slideInleft;
}
@keyframes slideInleft {
    0% {
      transform: translateX(-100%);
      opacity: 0;
      width: 0;
    }
    100% {
      transform: translateX(0%);
      opacity: 1;
      width: 100%;
    }
}
.drop-one {
  animation: drop-in 1s ease 700ms backwards;
}
 .drop-in-3 {
  animation: drop-in 2s ease 1200ms backwards;
 }
 @keyframes drop-in {
  from {
   opacity: 0;
   transform: translateY(100px);
  }
  to {
   opacity: 1;
   transform: translate(0px);
  }
 }
 #slide {
  margin-left: -270px;
  -webkit-animation: slide 2.1s forwards;
  -webkit-animation-delay: 2.1s;
  animation: slide 2.4s forwards;
  animation-delay: 2.2s;
}

@-webkit-keyframes slide {
  100% { margin-left: 0; }
}

@keyframes slide {
  100% { margin-left: 0; }
}
