.step{
	margin-bottom: 0px !important;
}
.advantagemain{
	padding:10px;
    background: #eef7fb;
    min-height:330px !important;
}
.backgrnd{
	background: #FFF !important;
}
.text_color{
	color:#333 !important;
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

.effect3{
  position: relative;
}
.effect3:before{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.effect6{
  	position:relative;       

}
.effect6:before, .effect6:after{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
.effect6:after{
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}


.arrow_box1 {
	position: relative;
	background: #486070;
	border: 2px solid #101314;
    margin-bottom:40px;
    border-radius: 7px;
}
.arrow_box1:after, .arrow_box1:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box1:after {
	border-color: rgba(72, 96, 112, 0);
	border-top-color: #486070;
	border-width: 25px;
	margin-left: -25px;
}
.arrow_box1:before {
	border-color: rgba(16, 19, 20, 0);
	border-top-color: #101314;
	border-width: 28px;
	margin-left: -28px;
}


.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 3px solid #c2e1f5;
    margin-bottom:40px;
    border-radius: 7px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #88b7d5;
	border-width: 25px;
	margin-left: -25px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #c2e1f5;
	border-width: 28px;
	margin-left: -28px;
}

.arrow_box3 {
	position: relative;
	background: #0dd592;
	border: 2px solid #18a83e;
    margin-bottom:40px;
    border-radius: 7px;
}
.arrow_box3:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box3:after {
	border-color: rgba(13, 213, 146, 0);
	border-top-color: #0dd592;
	border-width: 25px;
	margin-left: -25px;
}
.arrow_box3:before {
	border-color: rgba(24, 168, 62, 0);
	border-top-color: #18a83e;
	border-width: 28px;
	margin-left: -28px;
}

.logo {
    color: #ddf8c6;
    text-align: center;
    font-size: 30px;
    line-height: 54px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}


img.mainpic{
	height: 64px;
    padding: 20px;
}