

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
/*    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;*/
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 20px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #fff; }



footer {
  padding: 1em 0; }

.footer-07 {
  background: #1B2F62; }
  .footer-07 a {
    color: #ffffff; }
  .footer-07 p {
    color: rgba(255, 255, 255, 0.3); }
  .footer-07 .footer-heading {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px; }
    .footer-07 .footer-heading .logo {
      color: #fff; }
  .footer-07 .menu {
    margin-bottom: 30px; }
    .footer-07 .menu a {
      color: rgba(255, 255, 255, 0.6);
      margin: 0 10px;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .footer-07 .ftco-footer-social li a {
    background: transparent;
   /* border: 1px solid #a3de83;*/ }

	body{
		margin: 0;
		padding: 0;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		background-color: white;

	}
	main{
		flex-grow: 1;
	}
	.abs-center {
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 min-height: 70vh;
	}
	.btn-primary{
		color: #fff !important;
		background-color: #ff6318 !important;
	}
	.btn-primary:hover {
		color: #fff !important;
		background-color: #001333 !important;
	}
	a{
		color:white;
		text-decoration: none;
	}
	a:hover{
		color:#f5651c;
	}
	.pie{
		width:100%; 
		background-color: #1e284c;
		text-align: center;
		padding-top: 10px;
		height: 50px;
		overflow: hidden;
		clear: both;
	}

	img{
		max-width: 100%;
	}
