
@import url('https://fonts.googleapis.com/css2?family=Kufam:wght@400;500;700&display=swap');
* {

    font-family: 'Kufam', sans-serif !important;
}
body {
    background-color: #051a2b;
}
.footer-distributed{
	background: #222;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
    padding: 40px 50px 5px 50px;
	height: 20%;
	line-height:37px;
	margin-top: 30px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
    font-family: 'Kufam', sans-serif !important;
    font-size: 2em;
	margin: 0;
}

.footer-distributed h3 span{
	color:  orange;
	font-family: 'Kufam', sans-serif !important;
	font-weight: 500;
}

/* Footer links */

.footer-distributed {
	color:  #ffffff;
    margin: 0px auto;
    
}

.footer-distributed  a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #222;
	font-size: 15px;
    font-weight: bold;
    margin-top: 21px;
    margin-left: 15px;
}
.footer-distributed .dev-name
{
    margin-top: 0px;
    margin-left:  30px;
    font-family: 'Kufam', sans-serif !important;
    font-size: 1.5em;
    letter-spacing: 2px;
    word-spacing:2px;
	color:  #fcca7f;
	margin-bottom: 0px;

}
/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}
.footer-distributed .footer-center div
{
	margin-top: 15px;
	margin: 20px;
}
.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	position:relative;
	top:0;
	line-height:40px;
	margin-right:10px;
}
.footer-distributed .footer-center p{line-height:1.8}
.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
}

.footer-distributed .footer-center p a{
	color:  lightseagreen;
	text-decoration: none;;
}

.footer-distributed  a:before {
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed  .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-right: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #6b6b6b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
}
.white {
	color: rgb(51, 214, 1) !important;
}
.whatsapp_share
{
	color: white;
	font-size: 37px;
	left: 25px;
	top: 10px;
	margin-bottom: 20px;
}
.whatsapp_share a i
{
	color:rgb(193, 245, 6);
	left:10px;
	top:0px;
}
.whatsapp_share span
{
	font-size:16px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px Kufam;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

	
    .footer-distributed .whatsapp_share
    {
		margin-top:20px;
        font-size:16px !important;
	}
	.footer-distributed .whatsapp_share a i
	{
		margin-left:10px;
		font-size:40px;
	}

}
