.boxed {
    background-color: #fff;
}
/* ---------------------------------------------------- */
/* MWD Home Page */
/* ---------------------------------------------------- */
.services-MWD{
 /* min-height: 350px;
     background-image: url("../../images/MWDimages/home-background-boat.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 20px;
  margin-top: -20px;*/
    background-size: cover;
    min-height: 350px;
 background-image: url("../images/MWDimages/home-background-boat.jpg");
  background-repeat: no-repeat;

  color: #fff;

}

.primaryMWD-dark-div {
  background-color: rgba(49, 78, 105, 0.75);
}
.services-MWD .primaryMWD-dark-div {
  min-height: 350px;
  padding: 50px 0;
}

.effect2 {
position: relative;
}

.effect2: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;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}

/* --- Gradient style Text Effect  --- */

.gradienttype p {  
        position: relative;  
        font-size: 40px;  
        margin-top: 0;  
        font-family: 'Muli', helvetica, arial;  
		text-align: center;
    }  
      
.gradienttype p a {  
        text-decoration: none;  
        color: #FF6666;  
        position: absolute;  
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50,200,200,1)), color-stop(50%, rgba(200,50,200,.5)), to(rgba(200,200,50,1)));  
    }  
      
.gradienttype p:after {
	content : 'SEED Internet';
	color: #FF6666;
	text-shadow: 1px 1px 3px #ccc;
    }  

.right-line {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #000;
  margin: 30px 0;
}
.right-line:after {
  position: absolute;
  top: 55%;
  overflow: hidden;
  width: 100%;
  height: 1px;
  content: '\a0';
  background-color: #ddd;
  border-left: solid 20px #fff;
}
.right-line2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #000;
  margin: 30px 0 12px 0;
}
.right-line2:after {
  position: absolute;
  top: 55%;
  overflow: hidden;
  width: 100%;
  height: 1px;
  content: '\a0';
  background-color: #ddd;
  border-left: solid 20px #fff;
}