@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/
.media > .pull-left {
    margin-right: 20px;
}

.media > .pull-right {
    margin-left: 20px;
}


.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}


/*************************
*******Home Page******
**************************/

.bgimg{
    background-image: url("../../freightcomms.com/wp-content/uploads/2019/04/assorted-blurred-background-boutique-994523-1000x600.html");
}

#services {
    /*background: #000 url(../images/services/bg_services.png);*/
    /*background: #000 url(../images/services/bg-services-new.jpg);*/
}

    #services .lead,
    #services h2 {
        color: #fff;
    }

.services-wrap {
    padding: 40px 30px;
    background: #fff;
    border-radius: 4px;
    margin: 0 0 40px;
}

    .services-wrap h3 {
        font-size: 20px;
        margin: 10px 0;
    }

    .services-wrap .pull-left {
        margin-right: 20px;
    }


/***********************
****Service page css****
***********************/

.services {
    padding: 0;
}

.bg-image {
    /* The image used */
    background-image: url("../../static.fibre2fashion.com/articleresources/images/65/6409/philippines-garment.jpg");
    
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
    
    /* Full height */
    height: 100%; 
    
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #overlay {

  width: 100%;
  z-index: 1;
  color: rgba(130, 130, 130, 0.5);
  font-size: 50px;
  line-height: 100px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.mencolr{
    background-color: rgba(35,35,40,0.8);
}