.colm1 {
    width: 100%;
    height: 35px;
    background-color: #f5802f;
    color: white;
    line-height: 35px;
}

.colm2 {
    margin-top: 12px;
}
.colm3 {
    height: 50px;
    width: 100%;
    margin: 0 auto;
}

.btn-primary {
    color: #fff;
    background-color: rgb(51, 51, 51);
    border-color: rgb(245, 128, 47);
}

.vertical-menu {
    width: 250px;
 }
  
  .vertical-menu a {
    background-color: #eee;
    color: black;
    display: block;
    padding: 12px;
    text-decoration: none;
    border-bottom-style: dotted;
    border-width: 1px;
  }
  
  .vertical-menu a:hover {
    background-color: #ccc;
  }
  
  .vertical-menu a.active {
    background-color: rgb(245, 128, 47);
    color: white;
    font-weight: 400;
  }

  .welcome-section .content-column .text-1 {
    position: relative;
    color: #777777;
    font-weight: 400;
    font-size: 14px;
    margin-top: 28px;
    line-height: 2em;
    max-width: 100%;
    margin-bottom: 35px;
}

table {
  border-collapse: collapse;
  width: 100%;
  height: 250px;
  text-align: center;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

.menu li {
  float: left;
  border-right:1px solid #bbb;
}

.menu li:last-child {
  border-right: none;
}

.menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.menu li a:hover:not(.active) {
  background-color: rgb(245, 128, 47);
}

.menu .active {
  background-color: rgb(245, 128, 47);
}

ul.b {
  list-style-type: square;
}

.menu1 ul {
  padding: 0px;
  width: auto;
  height: 100%;
 float: left;
} 

.menu1 ul li {
  float: left;
  margin: 20px 20px;
}
.menu1 ul li p {
  text-align: center;
}

/* #ex1 img:hover { 
  border: 3px solid black;
  
}

#ex1 ul li { 
  width: 250px;
  height: auto; 
  float: left;
  margin: 0px 20px;
}  */

.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
  max-width: 100%;
  margin: 0px 10px;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
	
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 100%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox .hvrbox-layer_top h4{
	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 60%;
	left: 30%;
}
.hvrbox .hvrbox-layer_top .layer_top {
	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 60%;
	left: 2%;
}

.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
	outline: 2px solid white;
    outline-offset: -30px;

}
.hvrbox .hvrbox-text h4 {
	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:80%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-img {
	margin-left:30%;
	height:30%;
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}