a {
    color: #c6a876;
    text-decoration: none;
  transition: all .2s;
}
a:hover {
    color: black;
  text-decoration: none;
}
.custom-padding {
    padding-top: 5%;
    padding-bottom: 16%;
}
.catagory-title >a {
color:#c5a67a;
}
.catagory-title {
    /* background: #06c; */
    position: relative;
    float: left;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.white-color > a{

    color: #fff;
    text-decoration: none;

}

.pro-pic {
    height: 180px;
    width: 100%;
    margin-top: 40px;
}

.frm1 {
    padding: 20%;
}
@media only screen and (max-width: 480px){
.frm1 {
    padding: 0;
}
  .mob-size{
  	font-size: 20px;
    text-align: center;
  }
}



.jumbotron p {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 200;
}
.top_title {
    position: absolute;
    top: 0px;
    left: 180px;
    color: #4d4d4d;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
    font-size: 14px;
    /* font-weight: bold; */
    cursor: pointer;
}

  @media only screen and (max-device-width: 480px) {
	.top_title {
    position: absolute;
    top: 5px;
    left: 160px;
    color: #4d4d4d;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
    font-size: 7px;
    /* font-weight: bold; */
    cursor: pointer;
		}
	}
