
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 16px;
  color: #5e5c69;
  font-family: 'Popelens', sans-serif;
  vertical-align: baseline;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 1.7;
}
img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Popelens', sans-serif;
  color: #5e5c69;
  margin: 0 0 26px;
  font-weight: 500;
  line-height: 1.3;
}

h1 {
  font-size: 60px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}


.ele-inner-item,
.ele-inner-col ,
.ele-image{
  transition: all 0.5s ease 0s;
}

.ele-inner-item .ele-portfolio-content ul {
  margin: 0px;
  padding: 0px;
}

.ele-inner-item .ele-portfolio-content a{
  text-decoration: none;
  transition: all 0.5s ease 0s;
}


.ele-portfolio-content h3{
  font-size: 20px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 16px;
	text-transform: capitalize;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}
.ele-portfolio-content h3 a{
  color: #1a152e;
}


.ele-portfolio-content p{
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	transition: .5s;
}


.portfolio-icon ul li {
	display: inline-block;
	margin-right: 5px;
}

.portfolio-icon ul li a {
	border: 2px solid #fff;
	width: 41px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
  background: #fff;
  color: #222;
  transform: all .4s;
}

.portfolio-icon ul li a:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}
