
.sign_single .thum { text-align: center;   background: #f5f5f5; padding:3px; border-radius:0;     border-radius: 5px; margin-bottom: 20px;  }
.sign_single .thum h4 { color:#5a5a53; }
.sign_single .thum h5  { color:#5a5a53; font-weight: 600; }
.sign_single .thum h6 { color:#5a5a53;  }
.sign_single .thum .myimages {overflow:hidden;  height:200px;}
.sign_single .thum img { overflow:hidden; transition:1s; }
.sign_single .thum:hover img { transform:scale(1.2); }
.sign_single .thum ul { margin:0; padding:0; list-style:none; }
.sign_single .thum ul li a i { color:#5a5a53; height:30px; width:30px; border-radius:50%; text-align:center; line-height:30px; }
.sign_single .thum ul li a .fb { background:#3b5998; }
.sign_single .thum ul li a .twi { background:#0084b4; }
.sign_single .thum ul li a .gog {    background: #ea7465;}
.sign_single .thum .viewmore { opacity:0;     background: #333e48;
    padding: 6px 12px;
    color: #fff;
    border-radius: 4px;
    top: 30%;
	left: 30%;
    opacity:0;
    position: absolute;
    transition: 1s;; }
.sign_single .thum:hover .viewmore { opacity:1;    }
.bg-info {     background: #f6700d; }
.product .btn {     background-color: #f6700d; border:none;  border-radius:4px;}
.product  h3 {color: #f6700d;}
.sign_single .btn { border-radius:4px;  border:none;}
.head_signs .text-center {     margin-bottom: 34px;    background: #473faf;
    color: #fff;
    border-radius: 5px; }
.navbar { margin-bottom:0; }
.tpbanner_align .astro {
    font-size: 16px;
    background: #473faf;
    border-radius: 8px;
} 
.topiconmenu  { margin:0 0 0 0; }
.head_signs { width:9%; }
.sign_single .btn {
    border-radius: 4px;
    border: none;
    padding: 6px;
    font-size: 12px;
    font-weight: 700;
    background-color: #d5851b;
    color: #fff;
    cursor: pointer !important;
}
.sign_single .thum:hover .boxtext{
	color: #636363;
	font-weight: 600;
}
.sign_single .thum:hover{
	box-shadow: 0 10px 40px 1px rgba(0,0,0,.17);
}
.sign_single .boxtext{
    color: #636363;
	font-weight: 500;
}