


/*Basic CSS*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
body {
	font-size: 16px;
}
a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    border: none;
    outline: 0 none;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
p {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}
.sec-padding {
    padding: 50px 0;
}
.sec-padding-sm {
    padding: 30px 0;
}
.sec-padding-lg {
    padding: 80px 0;
}
.pb0 {
    padding-bottom: 0;
}
.pt0 {
    padding-top: 0;
}
.container {
    width: 1200px
}

/*Header */
.header-wrap {
	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;
}
.logo img {
	width: 450px;
	margin-right: 50px;
}

/*Exhibitor*/
.exh-area {
	background: url(../img/bg.jpg) no-repeat scroll center center / cover;
	position: relative;
}
.exh-area::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.5);
}
.exh-wrapper {
	background: #fff;
	padding: 50px;
	width: 700px;
	margin: 0 auto;
	max-width: 100%;
	border-radius: 6px;
}
.exh-logo {
    max-width: 300px;
    margin-bottom: 20px;
}
.exh-wrapper h1 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 700;
}
.exh-wrapper h2 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 700;
}
.reg-btn {
	height: 55px;
	line-height: 53px;
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	background: #0089D0;
	padding: 0 70px;
	margin-top: 10px;
	color: #fff;
	border-radius: 4px;
}
.reg-btn:hover,
.reg-btn:active,
.reg-btn:focus {
    background: #00699F;
    color: #ffffff;

}
.exh-wrapper p {
	font-size: 15px;
	margin-top: 10px;
}
/* About */
.about-wrap h2 {
	color: #0089D0;
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}
.about-wrap h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	background: #ED1A3B;
	height: 2px;
	width: 150px;
}
.about-info p {
	margin-bottom: 15px;
}

/* New Area */
.new-area {
	background: #F2F2F2;
}
.new-title h2 {
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 28px;
}
.new-details h3 {
	color: #0089D0;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}
.new-details h3::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	background: #ED1A3B;
	height: 2px;
	width: 150px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

/* Show Area */
.show-wrap {
	min-height: 270px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.show-wrap h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.show-wrap p {
	margin-bottom: 15px;
}
.show-wrap img {
	margin-bottom: 20px;
}
.show-wrap .reg-btn {
	height: 45px;
	line-height: 45px;
	width: 100%;
	padding: 0 0;
}

/* Stats Area */
.stats-area {
	background: #0089D0;
}
.stats-area .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.stats-wrap h2 {
	font-weight: 700;
	color: #fff;
	font-size: 36px;
}
.stats-wrap.counter {
	text-align: center;
}
.stats-wrap.counter h2 {
	margin-bottom: 10px;
	font-size: 42px;
}
.stats-wrap p {
	color: #fff;
	font-weight: 700;
}
/*Share*/
.sec-title {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 700;
}
.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: 20px;
}

/*Footer*/
.footer-area {
	padding-top: 30px;
	padding-bottom: 40px;
}
.footer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.footer-wrap img {
	margin-right: 50px;
}
.footer-date-wrap {
	margin-left: 30px;
	border-bottom: 25px solid #007CBC;
}
.footer-date p {
	font-size: 24px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.footer-date span {
	width: 45px;
	display: inline-block;
}
.footer-date .fa.fa-map-marker {
	font-size: 32px;
}
.footer-date i {
	color: #007CBC;
}
.footer-date span.info {
    width: 100%;
}