@charset "utf-8";
/* CSS Document */


* {
  box-sizing: border-box;
  font-family:"Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: black;
	
}

h1 { 
  display: block;
  font-size: 4em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: 100;
  color: aliceblue;
}

b {
	color: aliceblue;
}

h2{
	align-content: center;
	text-align: center;
	font-size: 4rem;
	font-style: strong;
	color: #2D3945;
	margin-left: auto;
	margin-right: auto;
	
	}


h4{
	align-content: center;
	font-size: 2rem;
	font-style: strong;
	color: black;
	
	}


body{
	background-color: whitesmoke;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
}



img {
    width: 100%;
    height: auto;
    text-align: center;
}

a{
	text-decoration: none;
}


.endbar{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #D9D9D9;
}

/*holder*/

.holder{
	width: 90%;
	float: center;
	margin-left: auto;
	margin-right: auto;
}

/*holder2
.holdercontact{
	width: 80%;
	float: center;
	margin-left: auto;
	margin-right: auto;
	background-color: red;
	padding-top: 50px;

	
}
*/

/*fixed header*/
.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: black;
    width: 100%;
    height: 70px;
}



/*top social bar*/	
.socialbar {
  	background-color: whitesmoke;
  	overflow: hidden;
  	padding-bottom: 2px;
	padding-top: 20px;
	padding-right: 20px;
	align-content: center;
	text-align: right;

}

/*social contact*/
.socialcontact{
	padding-top: 20px;
}


/*logo*/
.logo{
	width: 12%;
	float: left;
	padding-left: 20px;
	
	
	}


/* Top navigation */
.topnav {
  background-color: white;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5%;
  align-content: center;
  box-shadow: 0px 2px 5px;
	color: dimgrey;
}




/*Link style inside the navigation bar */
.topnav a {
	float: right;
  	color: #4D4D4D;
  	padding: 30px 30px;
	margin-left: 10px;
	text-decoration: none;
  	font-size: 14px;
}

/*Links on hover */
.topnav a:hover {
  /*background-color: #C6F6FB;*/
	text-underline-position: below;
  color: #15CDCA;
}

 /*Active link 
.topnav a.active {
  background-color: #15CDCA;
  color: white;
}
*/



/* The Login button */
.login .button2 {
  background-color: #15CDCA;
  border: none;
  color: white;
  padding: 10px 25px;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}


/*banner*/
.banner{
	display: block;
	width: 100%;
	margin-top: 180px;
	background-image: url("images/banner1920.jpg");
	padding-top: 50px;
	padding-bottom: 50px;
	align-content: center;
	
	

}
 
/*
.containerone{
	max-width: 100%;
	background: #FF0004;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	align-content: center;
*/


/*Executive Summary*/

.exec{
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: white;
	width: 100%;
	align-content: center;
	margin-left: 10px;
	margin-right: 10px;
}

.holderexec{
	background-color: cadetblue;
	padding-top: 10px;
	padding-bottom: 10px;
	align-content: center;
	margin-left: auto;
	margin-right: auto;
	
}



/*_________Flexbox_____________*/



/*END_________Flexbox_____________*/


.corporate{
	padding-top: 150px;
	padding-bottom: 50px;
}

.contactus{
	color: white;
	padding-top: 25px;
	padding-bottom: 25px;
}

/*_________MY CARDS_____________*/


/*colour strip on top
.strip1{
	background: #3f54d1;
	overflow: hidden;
	padding: 2px;
}
*/



.valueadds{
	padding-top: 50px;
	padding-bottom: 50px;
}


.ul{
	font-size: 10px;
}


/*cards*/
.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
	padding: 2px 16px;}

/* two columns of equal width */
.columns2 {
   	max-width: 80%;
	padding-left: 100px;
	padding-right: 100px;
	align-content: center;
	margin-left: auto;
	margin-right: auto;

  
}



/* Five columns of equal width */
.columns3 {
  float: left;
  width: 20%;
  padding: 8px;
  align-content: center;
	padding-bottom: 50px;
}


/* Four columns of equal width */
.columns {
  float: left;
  width: 25%;
  padding: 8px;
  align-content: center;
}

/* Style the list */
.price {
  list-style-type: none;
  border: 1px solid #EBEBEB;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Shadows on hover */
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}


/*bots icons*/
.price .picture{
	background-color: whitesmoke;
	align-content: center;
	padding: 10;
	
}

/*discription background*/
.intro{
	border: 0px solid #EBEBEB;
}

/* Pricing header */
.price .header {
  background-color: #3E54D3;
  color: white;
  font-size: 16px;
}

.price .header2 {
  background-color: #5180e2;
  color: white;
  font-size: 16px;
}

.price .header3 {
  background-color: #15cdcb;
  color: white;
  font-size: 16px;
}

.price .header4 {
  background-color: #4fe0b5;
  color: white;
  font-size: 16px;
}


/* List items */
.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

/* Grey list item */
.price .grey {
    background-color: #eee;
    font-size: 30px;
}

/* Sign Up button */
.button1 {
  background-color: #3E54D3;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

.button2 {
  background-color: #5280e2;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

.button3 {
  background-color: #15cdcb;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}


.button4 {
  background-color: #4fe0b5;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}





/*Responsive menu*/

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



/* Change the width of the four columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 640px) {
  .columns {
    width: 100%;
  }
}





