/*
Modified and designed by Shabana Gany on 26/7/2018 @ 1046am    
*/
/****************************************************************/

/* body */
.index { 
  /*background: url('../images/electronic_bg.jpg') no-repeat center center fixed; */
  background: url('../images/bg1.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}

p{
  padding-top: 5%;
  /*padding-left: 5%;*/
}

.container{
  /*border: 1px solid #fff;*/
  margin-top: 40px;
  background-color: #1A2F3A;
   opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
  border-radius: 5px;
  color: white;
}



/*.container, .container-opacity {
  opacity: 0.3;
  filter: alpha(opacity=30); /* For IE8 and earlier 
}*/

.col-sm-6, .col-md-4, .col-lg-3{
  /*border: 1px solid #fff;
  width: 400px;*/
  margin-top:10px;
}
.col-sm-6, .col-md-12, .col-lg-3 {
  min-height: 100%;
  color: white;
  /*height: 200px;*/
}

.col-sm-6, .col-md-12, .col-lg-3, .content{
  color: white;
  /*height: 80%;*/
}


/************************************************************/

.intro > p {
   margin-top:90px;
}

.intro > p > span{
  color:#FFFFFF;
  font-family:'Arial', 'Helvetica', 'sans-serif';
  font-size:27px;
 
}


.Image2 {
   border: 0px #000000 solid;
   left: 0;
   /*top: 150px;*/
   width: 140px;
   height: 180px;
}

