.twd-menu-background {
    background: #ff5722 !important;
}

.twd-pt-40 {
    padding-top: 0px !important;
}

.twd-margin{
	border: 2px solid;
	color: blue;
	margin-bottom: 5%;
	
	
}

.twd-margin-top{
	margin-top: 5%;
	
}

#twd-sidebar {
  	width: 175px;
	margin: 10px 0 0 0;
    color: #777;
    padding: 0 10px 0 10px;
    border-radius: 5px;
    border: 1px solid #71B8FF;
}

#twd-sidebar ul.twd-sidemenu {
  margin: 7px 0px 8px 0;
    padding: 0;
  border-top: 1px solid #A9D4EF;
}
#twd-sidebar ul.twd-sidemenu li {
    list-style: none;
    padding: 4px 4px 5px;
    background: #0388e6;
    margin: 10px 10px 10px;
    text-align: center;
    -webkit-transition: 500ms all linear;
    -moz-transition: 500ms all linear;
}

.twd-a{
	float: right;
	color: #0388e6;
	
}

.twd-body-bg{
	
	background-image: url("img/body_bg.jpg");
	
}

.twd-logo-background{
	/* background-color: #ff5722 !important; */
	
}

.twdhomeminheight{
	min-height: 150px !important;
	
}

.minheight200
{
	min-height: 200px;
}
.twdboxshadow
{
	border: 1px solid !important;
    border-color: #ff5722 !important;
    box-shadow: 5px 10px #ff5722 !important;
    padding: 10px 10px 10px 10px;
}

.zoomimg:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@media screen and (min-width: 768px) {
.twdboxshadowmargin
{ 
	margin: 10px 10px 10px 10px;
	max-width: 23% !important;
	min-height: 444px;
   
}

}