@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600');

body
{
    color: black;
    background-image: url("../img/bg10.jpg");
}

.container {
	width: 80%;
	margin: 0 auto;
}

header {
    background-color: transparent;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
	  font-weight: 800;
}

header::after {
  content: '';
  display: table;
  clear: both;
}

.logo {
  float: left;
  padding: 10px 0;
}

nav{
    float: center;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav li {
  display: inline-block;
  margin-left: 50px;
  padding-top: 23px;

  position: relative;
}

nav a {
  color: #13162b;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

nav a:hover {
  color: crimson;
}

nav a::before {
  content: '';
  display: block;
  height: 5px;
  background-color: crimson;

  position: absolute;
  top: 0;
  width: 0%;

  transition: all ease-in-out 250ms;
}

nav a:hover::before {
  width: 100%;
}

#card1 
{
    background-color: transparent;
}

#logoindent
{
    margin-top: 10px;
    margin-left: 40px;
}

.align{
  max-width: 1300px;
  padding: 0 80px;
  margin: auto;
}

.home{
  display: flex;
  color: black;
  min-height: 500px;
  background-size: cover;
  background-attachment: fixed;
}
.home .max-width{
  width: 100%;
  display: flex;
}
.home .max-width .row{
margin-right: 0;
}
.content .l1{
  font-size: 27px;
}

.content .l2{
  font-size: 75px;
  font-weight: 600;
  margin-left: -3px;
}

.content .l3{
  font-size: 40px;
  margin: 5px 0;
}
.home .home-content .text-3 span{
  color: crimson;
  font-weight: 500;
}
.home .home-content a{
  display: inline-block;
  background: crimson;
  color: #fff;
  font-size: 25px;
  padding: 12px 36px;
  margin-top: 20px;
  font-weight: 400;
  border-radius: 6px;
  border: 2px solid crimson;
  transition: all 0.3s ease;
}
.home .home-content a:hover{
  color: crimson;
  background: none;
}

.center {
  margin: auto;
  justify-content: right;
  width: 50%;
}

.inline
{
  display: inline-block;
}

#size1
{
  height:50px;
  width :50px;
  color:black;
}

#size2
{
  height:50px;
  width :50px;
  color:#2967b3;
}