.sub-footer{
	background:black;
	color:white;
	padding: 10px 10px 10px 10px;
}

.btn-outline-theme:hover{
	color: #fff;
    background-color: #1111c3;
    border-color: #1111c3;
}

.btn-outline-theme {
    color: #1111c3;
    border-color: #1111c3;
    border-radius: 30px;
}
.btn-active{
	color: #fff;
    background-color: #1111c3;
    border-color: #1111c3;
}

h2 span {
  
  border-bottom: 5px solid #1111c3;
    padding-bottom: 7px;
    
}
h2{
	text-align: center;
}

body{
background-color: "#e8ecf0" !important; 
}


.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);
}

.card-padding{
	padding: 24px;
}
.mb5{
	margin-bottom: 5%;
}
.mt5{
	margin-top: 5%;
}
/* Add some padding inside the card container */
.container-card {
  padding: 2px 16px;
}

features-div i {
    font-size: 35px;
    font-weight: 300;
    color: #65CD00;
}
.features-div {
    text-align: center;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}
.m{
	margin: -1%;
}
p{
  text-align: left;
}
.title-header-v1{
  color: #1111c3 !important;
}
.header-shadow{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}


  