/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#media {
  display: table;
  width: 100%;
  /*height: 100vh; */
  /*background: 
   
    linear-gradient(to bottom left,
    rgba(194, 151, 241,0.60),
    rgba(136, 107, 212,0.80),
    rgba(127, 109, 225,0.80),
    rgba(71, 52, 219,0.80)  
    ),
  url("../images/banner-2.jpg") ;
  background-size: cover;*/
}


#media .media-container {
  
  display: table-cell;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;

}

#media h1 {
  margin: 30px 0 10px 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
  margin-top: 120px;
  margin-left: 600px;
}
 

@media screen and (max-width: 900px) {
  #media h1 {
    font-size: 3em;
    line-height: 26px;
    margin-top: 110px;
    margin-left: 0px;
    text-align: center;
  }
}

#media h5 {
  color: #fff;
  text-align: center;
  margin-left: -70px;
  font-size: 15px;
  margin-top: -5px;
  line-height: 30px;
}
@media screen and (max-width: 900px) {
  #media h5 {
    font-size: 15px;
    text-align: center;
    line-height: 15px;
    margin-top: 20px;
    margin-left: 10px;
  }
}
/*Media*/
.grid {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          /*margin-right: 20px;*/
}
.media-data h2{
  width: 100%;
  text-align: center;
  font-size: 30px;
  margin-bottom: 60px;
}
/*@media screen and (max-width: 900px){*/
  /*.grid{*/
      /*float: center;*/
      /*width: 80%;*/
  /*}*/
/*}*/
.grid-item {
  margin-top: -20px; 
  /*min-width: 300px;*/
  /*max-width: 300px;*/
  /*-webkit-box-flex: 1;*/
      /*-ms-flex: 1 1 250px;*/
          /*flex: 1 1 250px;*/
  /*padding-left: .5rem;*/
  /*padding-right: .5rem;*/
  margin-bottom: 10rem;
}
.grid-item:last-of-type .img-shadow-left,
.grid-item:last-of-type .img-shadow-right,
.grid-item:last-of-type .img-shadow-center{
  margin-right: 0rem !important;
}
figure {
  margin: 0 !important;
}
/*@media screen and (max-width: 900px){*/
  /*.grid-item {*/
      /*float: center;*/
      /*width: 70%;*/
  /*}*/
/*}*/


#media .grid-item .img-shadow-left {
  margin-right: 10rem;
  position: relative;
  /*background:  
    linear-gradient(to top left,
    rgba(114, 102, 238,1),
    rgba(198, 153, 243,0.20)
    );*/
  float: left;
  height: 145px;
  width: 230px;
/*background-image: linear-gradient(-110deg, #7367ef 0%, #cd9ffb 100%);*/
}
#media .grid-item .img-shadow-left figure{
  background-image: linear-gradient(-110deg, #7367ef 0%, #cd9ffb 100%);
}
@media screen and (max-width: 900px){
  #media .grid-item .img-shadow-left{
  
  }
}
#media .grid-item .img-shadow-left img {
  position: relative;
  top: -10px;
  right: 10px;
  height: 150px;
  width: 230px;
}
/*@media screen and (max-width: 900px){*/
  /*#media .grid-item .img-shadow-left img{*/
   /**/
  /*}*/
/*}*/

#media .grid-item .img-shadow-center {
  margin-right: 10rem;
  position: relative;
  /*background:  
    linear-gradient(to top left,
    rgba(63, 176, 241,1),
    rgba(54, 194, 227,0.20)
    );*/
	/*background-image: linear-gradient(-40deg, #4c82ff 0%, #2afadf 100%);*/
  float: left;
  height: 145px;
  width: 230px;
  left:0px;
}
#media .grid-item .img-shadow-center figure{
  background-image: linear-gradient(-40deg, #4c82ff 0%, #2afadf 100%);
}
#media .grid-item .img-shadow-center img {
  position: relative;
  top: -10px;
  right: 10px;
  height: 150px;
  width: 230px;
}


#media .grid-item .img-shadow-right {
  margin-right: 10rem;
  position: relative;
  /*background:  
    linear-gradient(to top left,
    rgba(252,112,136,1),
    rgba(243, 191, 155,0.20)
    );*/
	/*background-image: linear-gradient(-140deg, #fd6585 0%, #ffd3a5 100%);*/
  float: left;
  height: 145px;
  width: 230px;
  left:0px;
}
#media .grid-item .img-shadow-right figure{
  background-image: linear-gradient(-140deg, #fd6585 0%, #ffd3a5 100%);
}
#media .grid-item .img-shadow-right img {
  position: relative;
  top: -10px;
  right: 10px;
  height: 150px;
  width: 230px;
}
.grid-item h4 {
  margin-top: 5px;
  font-size: 15px;
}


/* Media -- End */
