/** Your theme modifications here **/
#thumbs{
	margin-top:15px;
}.team-block{	float:left;	width:300px;}.team-block img{	float:left;	border-radius:50%;	margin-right: 20px;}.team-block .team-details{	float:left;}.team-block .team-details a{	font-size:25px;}.team-details a i.fa-facebook-square{	color: #3a4e82;}.team-details a i.fa-linkedin-square{	color:#0077b5;}
.form-control.error{
	border: 2px solid #f90a0a;
}
label.error{
	color:#f90a0a;
}
@media screen(min-width:768px){
	.contact-no{
		text-align:right;
	}
}
.modal-dialog{
	width:900px!important;
}
.padding0{
	padding:0px;
}
.info-btn{
    font-size: 27px;
    margin-top: 3px!important;
    margin-left: -5px!important;
}
.color-cnt{
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.print-table td:not(:last-child){
	border-right: 1px solid grey;
}
.modal-backdrop.in{
	opacity:0.8!important;
}
.colors-list{
	text-align:center;
    float:left;
    width:100%;
	padding:10px 0px 3px 0;
    background-color:#e6e6e6;
}
.colors-list span{
	display:inline-block;
	width:30px;
	height:30px;
	border:1px solid grey;
	border-radius:2px;
	margin:0 5px;
}
.color-white{
	background-color:#FFFFFF;
}
.color-green{
	background-color:#9bffda;
}
.color-pink{
	background-color:pink;
}
.color-yellow{
	background-color:yellow;
}
.modal-cus-title{
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}
.infoModal button.close{
	margin-top: -10px;
    font-size: 30px;
    opacity: 1;
}