@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body
{
margin: 0;
padding: 0;
overflow-x: hidden;
font-family: 'Open Sans', sans-serif;
}
.bg-image
{
    background: linear-gradient(rgba(71,71,71, 0.82),rgba(71,71,71, 0.82)), url("/events/bg-image1.jpg");
    background-size: cover;
    background-position: center;
    min-height: 260px;
}
.bg-image .col-md-12
{
    display: flex;
    align-items: center;
    position: relative;
    min-height: 260px;
}
.bg-image h1
{
    margin-top: 0;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 4px;
    text-align: center;
    min-width: 100%;
}
.main-c
{
    margin-top: 35px;
}
.ev-box
{
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f5f5f5;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    margin-bottom: 20px;
    min-height: 440px;
}
.ev-box img
{
    min-height: 280px;
    max-height: 280px;
    min-width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.ev-box .row
{
padding: 7px 0;
}
.ev-box .col-md-4 h4
{
    color: #22429c;
    font-size: 20px;
    margin-bottom: 1px;
}
.ev-box .col-md-4 h6
{
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.7px;
}
.ev-box .col-md-4 p
{
    margin: 5px 0 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #ee3840;
}
.ev-box .col-md-8 h2
{
    margin: 10px 0 0 0;
    font-size: 15px;
    letter-spacing: 0.4px;
    font-weight: 600;
    color: #22429c;
}
.ev-box .col-md-8 h4
{
    font-size: 16px;
    color: #ee3840;
}
.ev-box .col-md-8 h4 img
{
    min-height: 17px;
    max-height: 17px;
    float: left;
    margin-right: 5px;
    min-width: unset;
}
.clear
{
clear: both;
}
.ev-interested
{
    position: relative;
    background: #000;
}
.ev-interested .row
{
    position: absolute;
    top: 50%;
    left: 10%;
    display: none;
}
.ev-interested .col-md-4
{
padding-right: 0px;
}
.ev-interested .row p span
{
    background: #2aa50c;
    color: #fff;
    padding: 5px;
    letter-spacing: 1px;
    border-radius: 2px;
}

/* TIMER */

svg
{
display: none;
}
.timer6 {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  width: 94% !important;
  height: 16px !important;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
}

.timer6 span
{
    position: unset !important;
}

.timer6 .day:after {
  content: 'd';
}

.timer6 .hour:after {
  content: 'h';
}

.timer6 .min:after {
  content: 'm';
}

.timer6 .sec:after {
  content: 's';
}

/* Heading */

.tab-heading {
    font-family: open sans;
    border-top: .3rem solid #1f409b;
    margin-bottom: 35px;
    color: #fdfdfd;
    background-color: transparent;
    display: flex;
    justify-content: flex-start;
    position: relative;
    font-size: 20px;
}
.tab-heading:after, .tab-heading:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -1px;
    transform: rotateZ(270deg);
}
.tab-heading:after, .tab-heading:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -1px;
    transform: rotateZ(270deg);
    margin: 0 0 0 1rem;
}
.tab-heading .text {
    display: block;
    background-color: #1f409b;
    padding: .2rem 1rem .5rem;
    border-color: #1f409b;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    position: relative;
    box-shadow: 0.1rem 0.4rem 0.5rem -3px rgba(0,0,0,.56);
    margin-top: -1px;
}
.tab-heading .text:after {
    top: -.7rem;
    right: .65rem;
    transform: rotate(20deg);
    content: '(';
    color: transparent;
    font-size: 1.7rem;
    font-weight: 900;
}
.tab-heading:after, .tab-heading:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -1px;
    transform: rotateZ(270deg);
}
.tab-heading:after, .tab-heading:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -1px;
    transform: rotateZ(270deg);
    margin: 0 0 0 1rem;
}

/* Timer */

.ev-btns button
{
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

@media only screen and (max-width: 990px) {
  .textCenterR {
    text-align: center;
  }
}
