/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
  #footer {
    font-size: 14px;
  }

  #footer .container-fluid {  
    
    background: linear-gradient(-45deg, #E6B0AA  , #D5D8DC , #D6EAF8, #EBF5FB);
  	background-size: 150%;
    -webkit-animation: Gradient 7s ease infinite;
  	-moz-animation: Gradient 7s ease infinite;
	  animation: Gradient 7s ease infinite;
   

    border-style: solid;
    border-color: white;
    border-width: 12px;
    padding: 0;
    margin-top: 10px;
}


  #footer .footer-top {
    padding: 60px 0 30px 0;
  
  }
  
  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }
  
  #footer .footer-top .footer-contact h3 span {
    color: #106eea;
  }
  
  #footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #777777;
  }
  
  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #106eea;
    font-size: 18px;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #106eea;
  }
  
  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #106eea;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  #footer .footer-top .social-links a:hover {
    background: #3b8af2;
    color: #fff;
    text-decoration: none;
  }
  
 
  #footer .credits {
    background-color: #acdcee; 
    float: right;
    text-align: center;
    font-size: 13px;
    color: #444444;
  }
  
  @media (max-width: 768px) {
  
    #footer .copyright,
    #footer .credits {
      float: none;
      text-align: center;
      padding: 2px 0;
    }
  }

  @-webkit-keyframes Gradient {
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
	@-moz-keyframes Gradient {
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
	@keyframes Gradient { 
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  
  #footer .container-fluid {  
    
    background: linear-gradient(-45deg, #E6B0AA  , #D5D8DC , #D6EAF8, #EBF5FB);
  	background-size: 150%;
    -webkit-animation: Gradient 7s ease infinite;
  	-moz-animation: Gradient 7s ease infinite;
	  animation: Gradient 7s ease infinite;
   

    border-style: solid;
    border-color: white;
    border-width: 12px;
    padding: 0;
    margin-top: 10px;
}

@-webkit-keyframes Gradient {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes Gradient {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes Gradient { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  #footer .container-fluid {  
    
    background: linear-gradient(-45deg, #E6B0AA  , #D5D8DC , #D6EAF8, #EBF5FB);
  	background-size: 150%;
    -webkit-animation: Gradient 7s ease infinite;
  	-moz-animation: Gradient 7s ease infinite;
	  animation: Gradient 7s ease infinite;
   

    border-style: solid;
    border-color: white;
    border-width: 12px;
    padding: 0;
    margin-top: 10px;
}

@-webkit-keyframes Gradient {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes Gradient {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes Gradient { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  #footer .container-fluid {  
    
    background: linear-gradient(-45deg, #E6B0AA  , #D5D8DC , #D6EAF8, #EBF5FB);
  	background-size: 150%;
    -webkit-animation: Gradient 7s ease infinite;
  	-moz-animation: Gradient 7s ease infinite;
	  animation: Gradient 7s ease infinite;
   

    border-style: solid;
    border-color: white;
    border-width: 12px;
    padding: 0;
    margin-top: 10px;
}

@-webkit-keyframes Gradient {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes Gradient {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes Gradient { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

  #footer .container-fluid {  
    
    background: linear-gradient(-45deg, #E6B0AA  , #D5D8DC , #D6EAF8, #EBF5FB);
  	background-size: 150%;
    -webkit-animation: Gradient 7s ease infinite;
  	-moz-animation: Gradient 7s ease infinite;
	  animation: Gradient 7s ease infinite;
   

    border-style: solid;
    border-color: white;
    border-width: 12px;
    padding: 0;
    margin-top: 10px;
}

@-webkit-keyframes Gradient {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes Gradient {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes Gradient { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

  #footer .container-fluid {  
    
    background: linear-gradient(-45deg, #E6B0AA  , #D5D8DC , #D6EAF8, #EBF5FB);
  	background-size: 150%;
    -webkit-animation: Gradient 7s ease infinite;
  	-moz-animation: Gradient 7s ease infinite;
	  animation: Gradient 7s ease infinite;
   

    border-style: solid;
    border-color: white;
    border-width: 12px;
    padding: 0;
    margin-top: 10px;
}

@-webkit-keyframes Gradient {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes Gradient {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes Gradient { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

} 
