

/* Hide title */
d-title {
  display: none;
 }


/*----------Setting image and text---------*/
  .img_text {
    float: left;
    width: 100%;
  }

  .img_text  .img_left {
      float: left;
      width: 25%;
  
    }
  .img_text  .text_right {
    float: left;
    padding-left: 5%;
    padding-top: 30px;
    width: 70%;

  }
  .img_text .img_left img {
    width: 100%;
    padding-top: 20%;
    display: block;
  }
  
  /*----------For Main page - make links black---------*/



 a.img_text:link {

  text-decoration: none;
  border: none;
}

/* visited link */
 a.img_text :visited {

  text-decoration: none;
  border: none;
}

/* mouse over link */
a.img_text:hover {
  color: #178acc;
  text-decoration: none;
  border: none !important;
}

/* selected link */
a.img_text:active {
  color: #2704b5;
  text-decoration: none;
  border: none;
}

