@charset "utf-8";
/* CSS Document */

.p2
{
border-radius:0 50px 0 45px;
height:500px;
margin-top:5px;
}
	.overlay {
  position: absolute; 
  bottom: 0; 
  background-color:#AAD6A0;
  color:black;
  width: 86%;
  opacity:0;
  border-radius:0 20px 0 0;
  font-size: 20px;
  padding: 20px;
  text-align: center;
	border-style: none;
	}
	.i1:hover .overlay {
  opacity: 1;
	}

	.inner
	{ 
		
	 position: relative; 
		display:block;
		height: 335px;
		width:422px;
	}
	.img
	{
		display:none;
		position:absolute;
		left:0;
		right:0;
	}
	.inner:hover .img
	{
		display:inline-block;
	}
	#p6
	{
		
  background-color:#05E0E9; /* Green */
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 13px;
}
		
.p3
{
	background-color:#fff4bd;
}

	.space
	{
		padding-top:80%;
		padding-left:25%;
	}
	
	.font
	{
		 font-family: Arimo;
		font-size: 23px;
	}
	.font1
	{
		font-family:Arimo;
		text-align: center;
		font-size:30px;
	}
.demo{ background-color: #e7e7e7; }
.serviceBox{
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding: 50px 15px 13px;
    position: relative;
    z-index: 1;
}
.serviceBox:before,
.serviceBox:after{
    content: '';
    background-color: #FAE8E0;
    height: 110px;
    width: 100%;
    border: 5px solid rgba(0,0,0,0.2);
    border-radius: 100px 100px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.serviceBox:after{
    background-color: #fff;
    height: calc(100% - 115px);
    border-radius: 0 0 20px 20px;
    top: 115px;
}
.serviceBox .service-icon{
    color: #fff;
    background-color:aqua;
    font-size: 50px;
    line-height: 100px;
    height: 110px;
    width: 110px;
    margin: 0 auto 15px;
    border-radius: 50%;
    border: 5px solid black;
    position: relative;
    z-index: 1;
}
.serviceBox .service-icon .c1{ transition: all 0.3s ease 0s; }
.serviceBox:hover .service-icon .c1{ transform: rotatey(360deg); }
.serviceBox .title{
    color: black;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .description{
    color: #777;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}
.serviceBox.orange .title{ color: #ed5421; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 40px; }
}

.fa, .fas, .far, .fal, .fad, .fab
{
line-height: 2;
}
.back
{
  background-color: blue;
	}
	.back{
			background-color:#C4DBE0;
			
		}
		
		.space2
		{
			font-size:37px;
		}
		.space2:hover
		{
			color:  #405DE6;
		}
		.space3
		{
			font-size:37px;
		}
		.space3:hover
		{
			color:#b22222;
		}
		.space4
		{
			font-size:37px;
		}
		.space4:hover
		{
			color:#00b9ff;
		}
		.space5
		{
			font-size:37px;
		}
		.space5:hover
		{
			color:#2f55a4;
		}
		i
		{
			padding:10px;
		}
	.mySlides 
{
display:none;
}

