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

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    color: #000000;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-family: 'Proxima Nova Rg';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

a {
    -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;
}

img {
    max-width: 100%;
}

.section-padding {
    padding: 80px 0;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

/*Header*/
.header-area {
    background: url(../img/header-bg.png) no-repeat scroll right center / contain;
}

.header-wrap {
    position: relative;
}

.logo {
    margin: 80px 0;
}

.logo img {
    width: 400px;
    margin-bottom: 80px;
}

.logo h2 {
    font-family: 'Proxima Nova Lt';
    font-size: 130px;
    text-transform: uppercase;
    font-weight: 300;
}

.logo h2 span {
    font-family: 'Proxima Nova Th';
    font-weight: bold;
    background: #000000;
    color: #ffffff;
    padding: 0 20px;
}

.date::before {
    background: #ffffff;
    position: absolute;
    width: 125%;
    height: 100%;
    content: "";
    bottom: 0;
    right: 0;
    z-index: -1;
}

.date {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: 80px;
    padding: 20px 60px;
    right: -160px;
    background: #ffffff;
    z-index: 2;
}

.date p {
    font-family: 'Proxima Nova Lt';
    font-size: 46px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    color: #00afec;
}

.date h3 {
    font-size: 56px;
    line-height: 1;
    color: #00afec;
    font-weight: 900;
}

/* Exhibitor */
.exh-img {
	margin-bottom: 25px;
}
.exh-img img {
	width: 300px;
}
.invitation {
	margin-bottom: 50px;
}
.invitation h2 {
	font-size: 28px;
	margin-bottom: 25px;
}
.reg-btn {
	height: 55px;
	line-height: 55px;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	background: #EA148C;
	padding: 0 50px;
	color: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 15px;
}
.reg-btn:hover,
.reg-btn:active,
.reg-btn:focus {
    background: #CA1F7F;
    color: #fff;

}
.invitation p {
	font-size: 16px;
	font-style: italic;
	max-width: 720px;
	margin: 0 auto;
}

/* Video */
.video-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 50px;
}
.video-box .video,
.video-box .invitation-details {
	width: 50%;
}


/* Feature */
.feature-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
	padding: 0;
	list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.feature-wrap li {
	margin: 0 15px;
	width: calc(33.3333% - 30px);
}
.keynotes {
	background: url(../img/01.jpg) no-repeat scroll center center / cover;
}
.networking {
	background: url(../img/02.jpg) no-repeat scroll center center / cover;
}
.hands-on {
	background: url(../img/03.jpg) no-repeat scroll center center / cover;
}
.feature-box {
    display: block;
    background-color: #00afec;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
    position: relative;
    text-shadow: 0 1px 2px rgb(0 0 0 / 90%);
    text-align: center;
}
.features {
	height: 100%;
	padding: 120px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
    z-index: 1;
}
.features:hover {
	-webkit-backdrop-filter: blur(5px);
	        backdrop-filter: blur(5px);
}
.features::before {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.feature-text h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}
.feature-text p {
	color: #fff;
	font-size: 18px;
}
/* Show */
.show-area {
	padding-bottom: 30px;
}
.section-title h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
.show-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    margin: 0 -15px;
}
.show-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	width: calc(33.3333% - 30px);
	margin: 0 15px;
	margin-bottom: 40px;
}
.show-details img {
	width: 100px;
	margin-right: 25px;
}
.show-details p {
	font-weight: 600;
}
/*Countdown CSS*/
.countdown-area {
	background: url(../img/countdown.jpg) no-repeat scroll center center / cover;
	position: relative;
	z-index: 1;
}
.countdown-area::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: -1;
}
.countdown-area .section-title h2 {
	color: #FFFFFF;
	margin-bottom: 30px;
	text-align: center;
}
.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-radius: 4px;
	background: #fff;
	width: 150px;
}

.cdown span {
    display: block;
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

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

.cdown span p {
	border-radius: 0 0 4px 4px;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: 600;
    background: #00AEEF;
}


/*Share*/
.share-area .section-title {
	margin-bottom: 30px;
	text-align: center;
}
.share-area .section-title {
	margin-bottom: 40px;
}
.share-wrapper {
    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;
    margin-left: -15px;
    margin-right: -15px;
}
.share-wrapper a {
    display: block;
    width: 100%;
    margin: 0 15px;
}

.share-wrapper a:hover {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.social-box {
    background: #eeeff0;
    padding: 40px 30px;
    border-radius: 6px;
}
.social-box .icon {
    margin-bottom: 20px;
}
.social-box .icon i {
    font-size: 80px;
    height: 140px;
    width: 140px;
    line-height: 140px;
    display: inline-block;
    background: #59a1d8;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    -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;
}
.social-box .icon .fa-twitter {
    background: #1da1f2;
}
.social-box .icon .fa-linkedin {
    background: #0077b5;
}
.social-box .icon .fa-facebook {
    background: #3b5998;
}
.share-wrapper a:hover .social-box .icon i {
    background: transparent;
}
.share-wrapper a:hover .social-box .icon .fa-twitter {
    color: #1da1f2;
    border-color: #1da1f2;
}
.share-wrapper a:hover .social-box .icon .fa-linkedin {
    color: #0077b5;
    border-color: #0077b5;
}
.share-wrapper a:hover .social-box .icon .fa-facebook {
    color: #3b5998;
    border-color: #3b5998;
}
.social-box .text h3 {
	font-size: 18px;
	font-weight: 700;
}

/*Footer CSS*/
.footer-area {
    background: #000000;
    padding: 40px 0;
}

.footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer-logo img {
    max-height: 80px;
}

.right-img p {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: -10px;
}

.footer-date p {
    font-family: 'Proxima Nova Lt';
    font-size: 25.5px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}
.footer-date h3 {
    font-family: 'Proxima Nova Bl';
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}