.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-body h4,.media-left i{
	color:#fff;
	margin:9px 0px;
}
.media ul li{
	list-style:none;
	color:#fff;
}
.media1 ul li{
	list-style:none;
}
.media1 .media-body h4,.media-left i{color:#333;}
.media{
	background-color:#0494c5;
}
.media p,.media h2{
	color:#fff;
	margin:2em 0em;
}
footer {
    background-color: #000;
}
footer p, footer .fa{
    color: #fff;
}
.panel-body table tr td,th{
	padding:6px;
}
.main-footer p{
	color:#fff;
}
h2.para-heading {
    color: #e95a04;
}
.txt table tr th{
	text-align:center;
}
.txt table tr td{
	text-align:center;
	padding:6px;
}
.txt table tr th{background-color: #CCC}
.txt table tr:hover{background-color: #CCC}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
@media(min-width:768px){
.column {
  float: left;
  width: 25%;
}
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 60%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 1em;
  right: 4em;
  font-size: 54px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.channel{
  margin-top: 1em;
  background: none;
  padding: 0px;
  border-radius: 10px;
}
.channel-partner ul li{
  list-style-position: inside;
  list-style-type: circle;
  /*list-style-image: url('../img/3d.png'); */
}
.channel-partner h3{
  color: #e95a04;
  font-size: 18px;
    font-weight: 600;
}
.channel-partner h3:before{
    content:url('../img/3d.png');
    margin-right: 10px;
}
.channel-partner table thead tr th{
  background-color: #f9f9f9;
}