

h2{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: rgb(52, 130, 219);
    color:white;
    max-width: 900px;
    margin: auto;
    width: 50%;
    border-radius:10px;
    padding: 1px;

}

/* ball */
.element {
  display: inline-block;
    height:35px;
    width: 35px;
    margin: 10px;
    background-color: red;
    animation-name: stretch;
    animation-duration: 1.5s; 
    animation-timing-function: ease-out; 
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
    font-size: 24px;
    color:white;
  }
  
  @keyframes stretch {
    0% {
      transform: scale(1.3);
      background-color: rgb(240, 100, 100);
      border-radius: 50%;
    }
    50% {
      background-color: rgb(207, 74, 74);
    }
    100% {
      transform: scale(1.5);
      background-color: rgb(245, 0, 0);
      border-radius: 100%;
    }
  }
  


/* end of ball */



/* services */

.our-team-main
{
	width:100%;
	height:auto;
	border-bottom:5px #323233 solid;
	background:#fff;
	text-align:center;
	border-radius:20px;
	overflow:hidden;
	position:relative;
	transition:0.5s;
  margin-bottom:28px;
  margin-top:30px;
}


.our-team-main img
{
	border-radius:50%;
	margin-bottom:20px;
	width: 90px;
}

.our-team-main h3
{
	font-size:20px;
	font-weight:700;
}

.our-team-main p
{
  margin-bottom:0;
}

.team-back
{
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	padding:5px 15px 0 15px;
	text-align:left;
	background:#fff;
	
}

.team-front
{
	width:100%;
	height:auto;
	position:relative;
	z-index:10;
	background:#fff;
	padding:15px;
	bottom:0px;
	transition: all 0.5s ease;
}

.our-team-main:hover .team-front
{
	bottom:-200px;
	transition: all 0.5s ease;
}

.our-team-main:hover
{
	border-color:#777;
	transition:0.5s;
}



/* end of services */



/* contact */
.title-head{
  text-align:center;
margin-bottom:15px;
}
.title-head p{
font-weight:300;
font-size:20px;color:#515151;
line-height:25px;
}
.title-head h1{
font-size:148px;
color:#515151;
font-weight:900;
line-height:150px;
margin:0 0 15px;
}
.map-holder{
position:relative;
}
.addressholder{
width:360px;
background:#fff;
position:absolute;
left:50%;
margin-left:-180px;
top:12%;
z-index:9999;
}
.addressholder .addressheader{
text-align:center;
padding:15px;
background:#ffffff;
}
.addressholder ul{
font-style:normal;
list-style:none;
padding:0;
margin:00;
display:table;

}
.addressholder ul li{
padding:15px 15px;
display:table
}
.addressholder ul li i{
display:table-cell;
vertical-align:middle;
border-right:solid 1px #dddddd;
padding:15px;
}
.addressholder ul li i img{
display:table-cell;
vertical-align:middle;
}
.addressholder ul li .ctnaddr{
display:table-cell;
vertical-align:middle;
padding:15px;
min-height:80px;
}

/* end of contact */