.panel {
  border: 2px solid rgba(255, 0, 0, 0.2);
  position: relative;
  align-items: center;
  background-color: #270303cc;
  border-radius: 5px;
  box-shadow: 0 0 10px 3px #971212;
}
.navbar {
    border: 2px solid rgba(255, 0, 0, 0.2);
    position: relative;
    background-color: #270303cc;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px #971212;
    max-width: 1400px;
    margin: 15px auto;
}

.footer {
    border: 2px solid rgba(0, 200, 255, 0.2);
    position: relative;
    background-color: #031c27cc;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px #126697;
    max-width: 1400px;
    margin: 0 auto;
	overflow: visible;
}

.panel-default:after,
.panel-default:before {
  animation: clippath 20s linear infinite;
  border: 2px solid #cf322c;
  border-radius: 5px;
  bottom: -2px;
  content: '';
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: all 0.5s;
}

.panel-def-footer:after {
  animation: clippath 20s linear -1.5s infinite;
}

.panel-def-footer:after,
.panel-def-footer:before {
  animation: clippath 20s linear infinite;
  border: 2px solid #94d9e7;
  border-radius: 5px;
  bottom: -2px;
  content: '';
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: all 0.5s;
}

.panel-def-footer:after {
  animation: clippath 20s linear -1.5s infinite;
}

.panel-body, .list-group {
  background: linear-gradient(90deg, #2c0606 10%, #8d1c1ccc 50%, #2c0606 90%);
  border: 1px solid #8d1c1c99;
  border-radius: 5px;
  border-top: 2px solid #8d1c1c;
  margin: 20px auto;
  padding: 15px;
  width: 95%;
}
.main_body_boxen>.container-fluid {
  background: linear-gradient(90deg, #2c0606 10%, #8d1c1ccc 50%, #2c0606 90%);
  border: 1px solid #8d1c1c99;
  border-radius: 5px;
  border-top: 2px solid #8d1c1c;
  margin: 20px auto;
  padding: 15px;
  width: 95%;
}

.cxm-header {
  position: relative;
  height: auto;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0px 0px 10px 3px rgba(9, 25, 30, 0.75);;
  margin: auto;
  width:95%;
  max-width: 1400px;
}

.header-container {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 5px;
}
.cxm-slider {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
}

.cxm-slider img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 6s ease;
}

.cxm-slider img.active {
  opacity: 1;
}

.header-shadow {
  align-items: center;
  background-color: #031927cc;
  border-radius: 5px;
  box-shadow: 0 0 10px 3px #127c97;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.animation-border {
  border: 2px solid rgba(0, 187, 255, 0.2);
  position: relative;
}

.animation-border:after,
.animation-border:before {
  animation: clippath 20s linear infinite;
  border: 2px solid #94d9e7;
  border-radius: 5px;
  bottom: -2px;
  content: '';
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: all 0.5s;
}

.animation-border:after {
  animation: clippath 20s linear -1.5s infinite;
}

@keyframes clippath {
  0%,
  to {
    -webkit-clip-path: inset(0 0 98% 0);
    clip-path: inset(0 0 98% 0);
  }

  25% {
    -webkit-clip-path: inset(0 98% 0 0);
    clip-path: inset(0 98% 0 0);
  }

  50% {
    -webkit-clip-path: inset(98% 0 0 0);
    clip-path: inset(98% 0 0 0);
  }

  75% {
    -webkit-clip-path: inset(0 0 0 98%);
    clip-path: inset(0 0 0 98%);
  }
}

.container,.padding_null_left>.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

#main_heading_boxen, #main_heading_text, #main_heading {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 1px 2px 2px #ff1414;
    margin-bottom: 10px;
    border-bottom: 0px;
}
.btn-xs{
	text-shadow: none;
	background-color: #000;

}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus{
	color:#000;
}

.title-widget {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
    text-shadow: 1px 2px 2px #94d9e7;
    margin-bottom: 10px;
    border-bottom: 0px;
}

.footer_innen {
    background: linear-gradient(90deg, #061e2c 10%, #1c588dcc 50%, #061e2c 90%);
    border: 1px solid #1c568d99;
    border-radius: 5px;
    border-top: 2px solid #1c5c8d;
    margin: 20px auto;
    padding: 15px;
    width: 95%;
}

.widget_nav_menu{
    float: left;
    width: 100%;
    margin-right: 2%;
    padding: 20px;
    box-sizing: border-box;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
.table-hover>tbody>tr:hover {
    background-color: transparent;
}