body {
	font-family: 'Krub', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 300;
	color: rgba(21, 21, 21, 0.7);
	background-color: #fff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	letter-spacing: .03em;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -o-transition: .3s ease-in;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  background-color: #fff;
}
.navbar-brand {
  padding: 5px 30px;
  height: 110px;
}
.navbar-brand img {
  max-height: 100px;
}
.span-menu {
  float: left;
  margin-top: 44px;
  margin-right: -10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 767px){
  .navbar-brand {
    height: 70px;
  }
  .navbar-brand img {
    max-height: 60px;
  }
  .span-menu {
    margin-top: 24px;
    display: none;
  }
  .navbar-nav {
    margin: 0px -15px;
  }
}
.nav>li {
  margin-left: 45px;
}
.nav>li>a {
  padding: 30px 15px;
}
.navbar-default .navbar-nav>li>a {
  color: rgb(180, 180, 180);
  font: 500 14px/20px 'Krub', sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #1e0626;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #1e0626;
  background-color: #fff;
}
.navbar-header {
  float: left;
}
.navbar-right {
  float: right!important;
  margin-top: 0;
}
.hamburger {
  padding: 30px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #fff;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
}
button:focus {
  outline:0 !important;
}
.kb_wrapper {
  background-color: #1e0626;
  max-height: 100vh;
}
.kb_caption {
  top: calc(50vh - 200px);
  left: 20%;
  text-align: center;
  width: 40%;
}
.kb_small .kb_caption {
  top: calc(25vh - 80px);
  left: 20%;
  text-align: center;
  width: 40%;
}
@media (max-width: 767px) {
  .kb_caption {
    width: 80%;
    left: 10%;
  }
}
.kb_caption_out
{
  left:105%
}
.kb_caption h2 {
  text-align: center;
  color:#fff;
  background: transparent;
  font-size: 60px;
}
@media (max-width: 767px){
  .kb_caption h2 {
    font-size: 30px;
  }
}
.kb_caption h3 {
  text-align: center;
  font-size: 18px;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.9;
  letter-spacing: .03em;
}
@media (max-width: 767px){
  .kb_caption h3 {
    font-size: 14px;
  }
}
.kb_caption a {
  text-align: center;
  color:#fff;
  background: transparent;
  font-size: 24px;
  transition: 0.25s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-animation-delay:2s;
  animation-delay:2s;
  text-transform: uppercase;
}
@media (max-width: 767px){
  .kb_caption a {
    font-size: 16px;
  }
}
.kb_caption button
{
  margin-top: 40px;
  color: #1e0626;
  margin-left:15px;
  -webkit-animation-delay:2s;
  animation-delay:2s;
  padding: 14px 55px;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: 0.25s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-animation-delay:2s;
  animation-delay:2s
}
.kb_control_left,.kb_control_left:hover,.kb_control_left:active,.kb_control_left:focus,.kb_control_right,.kb_control_right:hover,.kb_control_right:active,.kb_control_right:focus
{
    color:#fff;
    border: 0;
    background: transparent !important;
}
.kb_icons {
  line-height: 50px;
}
.kb_wrapper>.carousel-inner>.item>img, .kb_wrapper>.carousel-inner>.item>a>img {
  opacity: .3;
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}
.kb_wrapper.kb_small>.carousel-inner>.item>img, .kb_wrapper.kb_small>.carousel-inner>.item>a>img {
  opacity: .3;
  height: 110px;
  width: 100vw;
  object-fit: cover;
}
.menu {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #1e0626;
  opacity: 1;
  display: none;
  animation-duration: .5s;
  text-align: center;
  vertical-align: middle;
  padding-top: calc(50vh - 120px);
}
.menu a {
  font-size: 52px;
  display: block;
	margin: 0 15px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  line-height: 1.2;
}
.menu a:hover, .menu a:focus {
	outline: none;
}
@media (max-width: 767px){
  .menu a {
    font-size: 16px;
    margin: 10px 5px;
  }
}
.menu-left {
  border-right: 1px solid #fff;
  text-align: right;
  padding-right: 5px;
}
.menu-right {
  text-align: left;
  padding-left: 5px;
  padding-top: 10px;
}
@media (max-width: 767px){
  .menu-right {
    padding-top: 0;
  }
}
.menu-right a {
  font-size: 32px;
  color: #555;
  font-weight: 300;
}
@media (max-width: 767px){
  .menu-right a {
    font-size: 14px;
  }
}
.menu-social {
  margin-top: 30px;
  text-align: right;
  padding-right: 30px;
}
@media (max-width: 767px){
  .menu-social {
    margin-top: 10px;
    padding-right: 15px;
  }
}
.menu-social a {
  font-size: 20px;
  display: inline-block;
  margin: 15px 0;
}
@media (max-width: 767px){
  .menu-social a {
    font-size: 16px;
  }
}
.menu-lang {
  margin-top: 33px;
  text-align: left;
  padding-left: 30px;
  display: none;
}
@media (max-width: 767px){
  .menu-lang {
    margin-top: 10px;
    padding-left: 15px;
  }
}
.menu-lang a {
  font-size: 18px;
  display: inline-block;
  margin: 15px 0;
}
@media (max-width: 767px){
  .menu-lang a {
    font-size: 16px;
  }
}
.hide_scroll {
  overflow: hidden;
}
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}
.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}
@media (max-width: 767px){
  .cl-effect-1 a::before {
    margin-right: 0;
  }
}
.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}
@media (max-width: 767px){
  .cl-effect-1 a::after {
    margin-left: 0;
  }
}
.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
.cont-quemsomos {
  padding-top: 100px;
}
.col-quemsomos {
  margin-bottom: 30px;
}
.col-quemsomos h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
  /* font-style: italic; */
}
.col-quemsomos h2::before {
  content: "";
  position: relative;
  top: -30px;
  background-color: #1e0626;
  display: block;
  width: 120px;
  height: 5px;
  margin: 0 auto;
}
@media (max-width: 767px){
  .col-quemsomos-2 {
    margin-bottom: 100px;
  }
}
#insta-cont {
  overflow: hidden;
}
#insta-cont .col-md-3, #insta-cont .col-md-6 {
  height: 25vw;
}
#insta-cont img {
  width: 100%;
  height: 25vw;
}
#insta-cont a {
  background-color: rgba(0, 0, 0, 0.0);
  display: block;
}
#insta-cont i {
  color: #fff;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px;
  opacity: 0.0;
  transition: all 0.3s ease-in-out;
}
#insta-cont a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
#insta-cont a:hover i {
  opacity: 0.9;
}
.separator {
  background-color: #1e0626;
  padding: 80px 0;
  color: #fff;
}
.separator h2 {
  font-weight: 300 !important;
}
@media (max-width: 767px){
  .cont-homeservicos .media-left {
    display: none;
  }
}
.col-homeservicos {
  padding-bottom: 30px;
}
.col-homeservicos h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
  /* font-style: italic; */
}
.col-homeservicos h2::before {
  content: "";
  position: relative;
  top: -30px;
  background-color: #1e0626;
  display: block;
  width: 120px;
  height: 5px;
}
.back-grey {
  background-color: #f5f6fa;
  padding: 100px 0;
}
.col-testemunhos h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
  /* font-style: italic; */
  display: inline-block;
}
.col-testemunhos h2::before {
  content: "";
  position: relative;
  top: -30px;
  background-color: #1e0626;
  display: block;
  width: 120px;
  height: 5px;
  margin: 0 auto;
}
.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel-test {
	margin: 50px auto;
	padding: 0 70px;
}
@media (max-width: 767px) {
  .carousel-test {
    padding: 0 10px;
  }
}
.carousel-test .item {
	color: #999;
	font-size: 14px;
  text-align: center;
	overflow: hidden;
  min-height: 330px;
  transition-property: opacity;
}
@media (max-width: 767px) {
  .carousel-test .item {
    min-height: 350px;
  }
}
.carousel-test .item, .carousel-test .active.left, .carousel-test .active.right {
  opacity: 0;
}
.carousel-test .active, .carousel-test .next.left, .carousel-test .prev.right {
  opacity: 1;
}
.carousel-test .next, .carousel-test .prev, .carousel-test .active.left, .carousel-test  .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-test .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel-test .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel-test .testimonial {
  padding: 30px 0 10px;
  font-size: 16px;
  line-height: 1.33333;
  letter-spacing: 0;
  color: #151515;
  font-weight: 300;
}
@media (max-width: 767px) {
  .carousel-test .testimonial {
    font-size: 12px;
  }
}
.carousel-test .overview {	
	font-size: 16px;
}
.carousel-test .overview b {
	font-size: 24px;
  color: #1e0626;
  font-weight: 400;
}
.carousel-test .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 16px;
	line-height: 16px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel-test .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
footer {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #222222;
  color: #fff;
}
footer h4 {
  font-size: 24px;
  line-height: 1.33333;
  margin-bottom: 25px;
}
footer p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 1.75;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px){
  .box-1 {
    margin: 40px auto;
  }
}
@media (min-width: 992px){
  .box-1 {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.bg-gray-700 {
  color: #fff;
  background-color: #222222;
}
.object-inline {
  white-space: nowrap;
}
.link-default {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 15px;
}
.link-default:hover {
  color: #fff;
}
.icon-md {
  font-size: 1.5em;
}
.icon::before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
.object-inline > * + * {
  margin-left: 11px;
}
.object-inline > * {
  display: inline-block;
  min-width: 20px;
  vertical-align: top;
  white-space: normal;
}
a {
  transition: all 0.3s ease-in-out;
}
a, a:focus, a:active, a:hover {
  text-decoration: none;
}
* + form.form-inline {
  margin-top: 18px;
}
.form-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  text-align: center;
  margin-bottom: -8px;
}
.rd-form {
  position: relative;
  text-align: left;
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-wrap {
  flex: 20 0;
  min-width: 220px;
}
.form-inline > * {
  margin-right: -6px;
  margin-top: 0;
  margin-bottom: 8px;
}
.form-wrap {
  position: relative;
}
.form-inline .form-input {
  border-color: #fff;
}
.form-input {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 9px 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #222222;
  background-color: #fff;
  background-image: none;
  border-radius: 6px;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid #c5c6cd;
}
input, button, select, textarea {
  outline: none;
}
.form-inline .form-label {
  display: block;
}
.form-inline label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.form-label {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #222222;
  pointer-events: none;
  text-align: left;
  z-index: 9;
  transition: .25s;
  will-change: transform;
  transform: translateY(-50%);
}
.form-inline .form-button {
  flex-grow: 1;
  min-height: 48px;
}
.form-inline .form-button .button {
  width: 100%;
  min-height: inherit;
}
html .button.button-icon {
  display: inline-flex;
}
.form-inline .button {
  display: block;
}
.rd-form .button-icon-only {
  padding-top: 11px;
  padding-bottom: 11px;
}
.rd-form .button {
  min-height: 48px;
}
.button-icon.button-icon-only {
  padding-left: 20px;
  padding-right: 20px;
}
.button.button-primary, .button.button-primary:focus {
  color: #fff;
  background-color: #1e0626;
  border-color: #1e0626;
}
.button-icon {
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 13px 35px;
  font-size: 14px;
  line-height: 1.25;
  border: 2px solid;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
.button-icon .icon {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 1.55em;
  line-height: 1em;
  transition: none;
}
.footer-standard-aside {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: center;
  margin-left: -20px;
  margin-top: 30px;
}
.no-padding {
  padding: 0 !important;
}

.wrapper-menu {
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 330ms ease-out;
  margin: 40px 30px;
  float: left;
}

@media (max-width: 767px){
  .wrapper-menu {
    margin: 20px 30px;
  }
}

.wrapper-menu.open {
  transform: rotate(-45deg);  
}

.line-menu {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 4px;
}

.line-menu.half {
  width: 50%;
}

.line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}

.open .line-menu.start {
  transform: rotate(-90deg) translateX(3px);
}

.line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}

.open .line-menu.end {
  transform: rotate(-90deg) translateX(-3px);
}
.cont-onne {
  padding-top: 100px;
  padding-bottom: 100px;
}
.row-onne1 {
  min-height: 500px;
  background-position-x: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
}
.row-onne2 {
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: 50%;
}
.row-onne3 {
  min-height: 500px;
  background-position-x: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
}
.col-onne {
  padding: 70px;
}
@media (max-width: 991px) {
  .cont-onne {
    padding-bottom: 0;
  }
  .col-onne {
    padding: 20px;
    padding-top: 10px;
  }
  .row-onne1, .row-onne2, .row-onne3 {
    min-height: 0;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .row-onne1, .row-onne2, .row-onne3 {
    background-position-x: 200%;
  }
}
.col-onne-first {
  padding-top: 10px;
}
.col-onne h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
  /* font-style: italic; */
}
.col-onne h2::before {
  content: "";
  position: relative;
  top: -30px;
  background-color: #1e0626;
  display: block;
  width: 120px;
  height: 5px;
}
.cont-servicos {
  /* padding-top: 100px; */
  padding-bottom: 100px;
}
.row-servicos1 {
  margin-top: 100px;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}
.row-servicos2 {
  margin-top: 100px;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}
.row-servicos3 {
  margin-top: 100px;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}
.col-servicos {
  background-color: rgba(255, 255, 255, 1);
  padding: 100px;
}
@media (max-width: 767px) {
  .col-servicos {
    padding: 15px;
  }
}
.col-servicos h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
  /* font-style: italic; */
}
.col-servicos p, .col-servicos ul {
  /* font-weight: 500; */
  /* color: #000; */
}
.col-servicos h2::before {
  content: "";
  position: relative;
  top: -30px;
  background-color: #1e0626;
  display: block;
  width: 120px;
  height: 5px;
}
.cont-clientes {
  padding-top: 100px;
  padding-bottom: 100px;
}
.col-clientes, .col-clientes-first {
  padding: 1px;
}
.div-clientes {
  min-height: 250px;
  border: 1px solid #1e0626;
  padding: 60px;
  display: flex; 
  justify-content: center; 
  align-items: center;
  opacity: 0.4;
}
.div-clientes img {
  opacity: 1;
}
@media (max-width: 767px) {
  .div-clientes img {
    max-width: 140px;
    max-height: 70px;
  }
}
.cont-contactos input {
  border: 0;
  border-bottom: 1px solid #1e0626;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.div-clientes-first {
  min-height: 250px;
  padding: 60px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.div-clientes-first h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
  /* font-style: italic; */
}
.div-clientes-first h2::before {
  content: "";
  position: relative;
  top: -30px;
  background-color: #1e0626;
  display: block;
  width: 120px;
  height: 5px;
}
.col-contactos {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .col-contactos {
    padding-bottom: 50px;
  }
}
.col-contactos h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
  /* font-style: italic; */
}
.col-contactos h2::before {
  content: "";
  position: relative;
  top: -30px;
  background-color: #1e0626;
  display: block;
  width: 120px;
  height: 5px;
}
.cont-contactos textarea {
  border: 0;
  border-bottom: 1px solid #1e0626;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #1e0626;
}
.cont-contactos button {
  background-color: #1e0626;
  color: #fff;
  border-radius: 0;
  border-color: #fff;
  padding: 6px 20px;
  transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -o-transition: .3s ease-in;
}
.cont-contactos button:hover, .cont-contactos button:focus {
  background-color: #1e0626;
  color: #fff;
  border-color: #1e0626;
}
.icon-scroll, .icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 30px;
  height: 50px;
  margin-left: -20px;
  bottom: 10px;;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@keyframes scroll {
  0% {opacity: 1;}
  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}
.ct-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 15px;
}

.social-footer {
  font-size: 24px;
  margin-right: 10px;
}
.social-footer i {
  margin-top: 30px;
}