@font-face {
    font-family: Poppins-Regular;
    src: url('navbar/CSS/poppins/Poppins-Regular.ttf');
}

/* .container{ */
    /* position: absolute !important; */
    /* background-color:darkolivegreen; */
    /* height:100vh !important;  */
    /* width:70%; */
/* } */

.miniContainer{
    margin-top:1.5%;
    padding-top: 4%;
    margin-bottom:3%;
    /* left:20%; */
    /* transform: translateY(20%); */
    background-color:transparent;
    padding-left:20%;
    /* margin: 0 auto; */
    /* position: relative !important; */
    height: 100%;
    /* width:70%; */
    /* height: 70vh; */
}

.single-contact {
	text-align: left;
	position: relative;
	padding-left: 70px;
	margin-bottom:50%; /*50px*/
	margin-top: 10px;
}
.single-contact .lnr {
	position: absolute;
    left: 0;
    top:15%;
	/* top: 50%; */
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    /* background-color: #FF7200; */
    background-color:transparent;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
}

.single-contact p {
	font-size: 15px;
    font-weight: 400;
}
.single-contact {
	text-align: left;
	position: relative;
	padding-left: 70px;
	margin-bottom: 50px;
	margin-top: 10px;
}
.lnr {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    /* background-color:; */
    color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
}
.single-contact h5 {
  font-family: Poppins-Regular;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 2%;
  color: #fff;
}
.single-contact p {
    /* font-size: 13px; */
    /* color:grey; */
    /* font-weight: 400; */
    
  font-family: Poppins-Regular;
  font-size: 15px;
  line-height: 1.6;
  color: #999999;
}
.single-contact .customtxt{
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.6;
    color: #b99458;
}














