


/* ----------------------------------
Basic CSS
-------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap');

body {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
a {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    font-weight: 700;
}
a {
    color: inherit;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    border: none;
    outline: 0 none;
}
.section-padding {
    padding: 70px 0;
}

.pt0 {
    padding-top: 0;
}
.pb0 {
    padding-bottom: 0;
}
img {
    max-width: 100%;
}

/* ------------------------------------
Header area css
--------------------------------------*/
.outter-area {
    background: #000000;
}
.logo {
	text-align: center;
	padding: 30px 0;
}
.logo img {
	width: 900px;
}
.inner-wrap {
	position: relative;
}

/*Exhibitor*/

.exh-logo img {
	max-width: 270px;
	margin-bottom: 20px;
}
.exh-logo h2 {
	font-size: 28px;
	margin-bottom: 15px;
    color: #000;
}
.exh-logo h2 span {
	font-weight: 700;
	color: #00ABEC;
}
.exh-text p {
	margin-bottom: 10px;
}

.register {
	height: 55px;
	display: inline-block;
	line-height: 55px;
	padding: 0 45px;
	background: #00ABEC;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
	margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.register:hover {
    background:#0393cb;
    color: #fff;
}
.notes {
    font-size: 16px;
    font-style: italic;
}
/* Show */
.show-area {
	background: #f5f5f5;
}
.show-area.two {
	background: transparent;
}
.show-info h1 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 15px;
    color: #000;
}
.show-info p {
    margin-bottom: 20px;
}
.show-info p:last-child {
    margin-bottom: 0px;
}

/* Show Area */
.show-details {
	display: flex;
	gap: 30px;
}
.single-show-details {
	flex: 1;
    text-align: left;
}
.single-show-details img {
	margin-bottom: 20px;
}
.single-show-details h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.single-show-details p {
    margin-bottom: 15px;
}
.single-show-details ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-bottom: 15px;
}
.single-show-details p a{
    color: #00ABEC;
}

/*Countdown CSS*/
.sec-title {
	font-size: 28px;
	margin-bottom: 30px;
}
.countdown-area .sec-title {
    color: #fff;
}
.countdown-area {
    background: #000000;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    -webkit-animation: animatedBackground 60s linear infinite;
    animation: animatedBackground 60s linear infinite;
}

.countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.cdown {
	text-align: center;
	border: 2px solid #FFFFFF;
	border-radius: 6px;
}

.cdown span {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}

.cdown span strong {
    color: #fff;
    display: inline-block;
    font-size: 60px;
    padding: 15px 0;
}

.cdown span p {
	border-top: 2px solid #fff;
	border-radius: 0 0 6px 6px;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: 600;
}


/*Share CSS*/
.sec-head h2 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
    color: #000;
}
.share-wrapper {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.share-wrapper:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}



/* ----------------------------------
Flip boxes CSS
------------------------------------ */
.share-first-row {
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}

.card {
    height: 200px;
    position: relative;
    text-align: center;
    width: 25%;
}

.card-front,
.card-back {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.card-front .card-text p {
    color: #000000;
    font-size: 14px;
    margin-top: 15px;
}

.card-front,
.card-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}

.card-front {
    background-color: #fff;
    display: table;
}

.card-text p {
    color: #fff;
    font-size: 14px;
}

.card-back {
	display: table;
	padding: 15px;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	background: #00ABEC;
}

.card.effect-hover:hover .card-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card-back .inner .share_btn {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.card.effect-hover:hover .card-back .inner .share_btn {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}

.card.effect-hover:hover .card-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.share-first-row {
    overflow: hidden;
    text-align: center;
}

.share-second-row {
    margin-left: -3px;
    overflow: hidden;
}

.card .card-front span i {
	font-size: 60px;
	color: #00ABEC;
}

.card .card-front span {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.card-text {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.card-back .inner p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 5px;
    width: 100%;
}

.share_btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    color: #222;
    display: block;
    font-size: 15px;
    margin: 15px auto 0;
    padding: 4px 0;
    text-decoration: none;
    width: 100%;
}

.share_btn.second {
    margin: 5px auto 0;
}

.share_btn:focus {
    color: #00ABEC;
    outline: medium none;
}

.share_btn:hover {
    color: #00ABEC;
}

/* Video */
.video-area h3 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 50px;
}

/*Footer CSS*/
