.main{
	max-width: 480px;
	margin: 0 auto;
	width: 100%;
}
.top-profile{	
	padding: 15px 15px 40px;
}
.business-card-profile{
  position: relative;
}
.img-size{
	width: 120px;
  margin: 0 auto 20px auto;
}

.overall-space{
	padding: 15px;
}
.information h2{
	color: #323232;
	font-size: 21px;
	margin: 0;
}
.information h3{
	color: #323232;
	font-size: 15px;
	margin: 0;
}
.information p{
	color: #323232;
	font-size: 14px;
	margin: 0;
}
.information span{
	font-size: 15px;
	line-height: 1.9;
}

.business-card-information ul li{
	font-size: 13px;
  padding: 0 0 3px 8px;
}
.business-card-information ul li i{
	font-size: 12px;
	padding-right: 3px;
	color: #79c024;
}
.business-card-socials{
  width: 100%;
  bottom: 0;
  z-index: 0;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 50%);
}
.socials ul li i{
	width: 50px;
  height: 50px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials ul li .fa-facebook{
	background: #1877F2;
}
.socials ul li .fa-linkedin{
	background: #0077B5;
}
.socials ul li .fa-whatsapp{
	background: #25d366;
}
.socials ul li .fa-envelope{
	background: #c71610;
}
.business-card-services{
	border-top: 3px double #2f95d0;
	margin-top: -40px;
	padding: 40px 15px 30px;
}
.business-card-services ul{
	padding-left: 15px;
}
.business-card-services ul li{
	font-size: 14px;
}
.business-card-services ul li i{
	margin-right: 5px;
	font-size: 10px;
}
.space-x{
	padding: 20px 10px;
}
.business-card-information{
  padding: 40px 10px 20px 10px;
    border-top: 3px double #2f95d0;
    border-bottom: 3px double #2f95d0;	
}
.contact-details{
    border-bottom: 3px double #2f95d0;  
    position: 20px 10px;
}
.details{
	padding-left: 20px;
}
.space-x ul li a i{
	color: #504e4e;
}
.space-x ul li a span{
	color: #323232;
}
.space-x ul li a p{
	color: #174c93;
	margin: 0;
}
.space-x ul li{
	margin: 0 10px 15px 8px;
}
button{
	padding: 10px;
	background: #174c93;
	width: 100%;
	display: block;
	color: #ffffff !important;
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	border: none;
	z-index: 4;
}
.sec-child{
	margin-bottom: 0 !important;
}
.blank-sec{
	height: 45px;
}

.image-container--circle {
  background: url("..//image/profile.jpg") no-repeat center center;
  background-size: cover;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px auto;
  transition: border 0.2s ease-out;
  box-shadow: inset 0 0 0 10px rgba(44, 52, 69, 0.4), 0 1px 2px rgba(44, 52, 69, 0.1);
  transition: all 0.4s ease-in-out;
  position: relative;
}
.main-profile{
	background-color: #3d3d3d78;
}
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  margin: auto;
  width: 100%;
}
.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
}

.lines .line:nth-child(1) {
  margin-left: -10%;
}
.lines .line:nth-child(2) {
  margin-left: -20%;
}
.lines .line:nth-child(3) {
  margin-left: -30%;
}
.lines .line:nth-child(4) {
  margin-left: -40%;
}
.lines .line:nth-child(5) {
  margin-left: -50%;
}
.lines .line:nth-child(6) {
  margin-left: 10%;
}
.lines .line:nth-child(7) {
  margin-left: 20%;
}
.lines .line:nth-child(8) {
  margin-left: 30%;
}
.lines .line:nth-child(9) {
  margin-left: 40%;
}
.lines .line:nth-child(10) {
  margin-left: 49.9%;
}