@charset "UTF-8";

body{
	font-size: 16px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	line-height: 1.8;
}
h1{
	font-size: 48px;
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 1.2;
	color:#fff;
}

h2{
	font-size: 36px;
	font-weight: 700;
	color:#031648;
}

.logo{
	text-align: left;
}

.logo span{
	color: #fff;
	font-size: 12px;
	opacity: .75;
}



.btn-default:hover{
	color:rgba(3,22,72,1);
}

.banner-copy{
	text-align: left;
}


.sub-title{
	border: 1px solid #031648;
	border-radius: 30px;
	font-size: 12px;
	padding: 5px 10px;
	font-weight: 500;
	color:#031648;
	margin-bottom: 10px;
	display: inline-block;
}

.bg-why .sub-title{
	background-color:#02e888;
	border: 1px solid #02e888;
	color:#031648;
}

.bg-why{
	background-color: #F0F5F3;
	border-radius: 15px;
	padding: 30px;
	text-align: center;
}

.bg-why h2{
	color: #000;
}

.bg-why4{
	background-image: url("../assets/bg-why4.png");
	background-size: contain;
	background-position: right top;
	background-repeat:no-repeat;
}


.bg-hero-image{
	background-image:url("../assets/bg-hero-banner.png");
	background-size: cover;
	height: 90vh;
	margin: 30px;
	border-radius: 30px;
	color: #fff;
}

.bg-hero-image{
	text-transform: capitalize;
}

.img-hero img{
	width: 100%;
	margin-top:120px;
}

.top-nav{
	padding: 15px 60px;
	width: 100%;
	position: absolute;
}

.top-nav .btn-default{
	margin-bottom: 0;
	display: inline-block;
}


.bg-contact{
	background-image:url("../assets/bg-contact.png");
	background-size: cover;
	background-position: center;
	margin: 30px;
	border-radius: 30px;
	color: #fff;
}
.bg-contact h2{
	color:#fff;
	margin-top:30px;

}

.bg-contact img{
	width: 80px;
	height: 80px;

}

.bg-hero-banner img{
	width: 100%;
}

.btn-default{
	background-color:#02e888;
	color:rgba(3,22,72,0.8);
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
	padding: 15px 25px;
	border-radius: 30px;

}

.btn-border{
	background-color:rgba(255,255,255,0);
	border: 1px solid #fff;
	color:rgba(255,255,255,1);
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
	padding: 15px 25px;
	border-radius: 30px;
}

.btn-border:hover{

	border: 1px solid #fff;
	color:rgba(3,22,72,1);
	background-color: #fff;
}

.bg-light-grey{
	background-color: #F0F5F3;
	border-radius: 15px;
}


footer{
	background-color: #031648;
	color: rgba(255,255,255,.6);
	text-align: center;
	font-size: 14px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 6);
}
.slider .slide {
  height: 100px;
  width: 250px;
}




@media only screen and (max-width: 1199px) {

	h1{
		font-size: 36px;;
	}
	
	.logo{
	text-align: center;
}
	.bg-hero-image{

	height: auto;

}
	.img-hero img {
    margin-top: 0px;
}
	.slider {
  width: 100%;
}
	.banner-copy{
	text-align: center;
}
}
	
@media only screen and (max-width: 480px) {
	
	h1{
	font-size: 24px;

}

h2{
	font-size: 24px;

}
	
.sub-title{
	font-size: 10px;

}
	
.bg-hero-image, .bg-contact{
    margin: 10px;

}
	h1 {
    font-size: 32px;
		margin-top: 45px;

}
	.top-nav{
	padding: 15px 0px;

}
	.bg-why-space{
		margin-bottom: 30px;
	}
	.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 0%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
}

