.footer
{
width:100%;
background-color:#dce4e8;
}

p {
    font-weight: normal;
    line-height: 200%;
    color: gray;
	
}
.foot1 
{
border-right:1px solid #E6E6E6;
}
.foot2 
{
border-right:1px solid #E6E6E6;
}
.foot3 
{
border-right:1px solid #E6E6E6;
}
.foot4 
{
border-right:1px solid #E6E6E6;
}
.adds img
{
 width:200px; 
 height:420px;
padding-left:2px;
box-shadow:0px 5px 30px grey;
}
.para
	{

	
	}
	.para p
	
		.foot3 p
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:gray;
	}
	
.col-md-2 {
    width: 14.66666687% !important;
}
.col-md-8 {
    width: 70.66666667%;
}
.example p {
    font-size: 55px;
    text-align: center;
    font-style: bold;
    font-weight: 900;
    font-family: verdana;
    color: transparent;
    /* text-shadow: 0 5px 20px black; */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

.preloader{
  background:white;
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  z-index:9998;
  opacity:1;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.preloader img{
  position:fixed;
  z-index:9999;
  top:40%;
  left:45%;
}

