

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

/*Basic CSS*/
body {
    font-size: 18px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
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: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
.section-padding {
    padding: 70px 0;
}
.pt0 {
    padding-top: 0;
}
.pb0 {
    padding-bottom: 0;
}
/*Header */
.header-area {
    background: url(../img/header-bg.jpg) no-repeat scroll center center / cover;
    overflow: hidden;
}
.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 {
	margin-left: 50px;
}
.logo img {
	width: 500px;
}
.right-img {
    position: relative;
} 
.right-img img {
	width: 400px;
	z-index: 2;
	position: relative;
}
.date {
	background: #BA202C;
	padding: 30px 15px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 70%;
	width: 500px;
	text-align: left;
}
.date h2 {
    position: relative;
    z-index: 99;
	color: #fff;
	font-weight: 600;
	font-size: 26px;
}
.date::before {
	content: "";
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	border-bottom: 150px solid transparent;
	border-right: 81px solid #BA202C;
	right: 100%;
}
.date::after {
	content: "";
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	border-top: 150px solid transparent;
	border-left: 81px solid #BA202C;
	left: 100%;
}
/* Exhibitor */

.exh-logo {
	text-align: center;
}
.exh-wrap img {
	width: 300px;
	margin-bottom: 20px;
}
.exh-title {
	margin-bottom: 20px;
}
.exh-title h3 {
	font-size: 28px;
}
.note-line br {
	display: none;
}
.int-btn a {
	height: 50px;
	line-height: 50px;
	padding: 0 70px;
	font-size: 22px;
	text-transform: uppercase;
	background: #BA202C;
	color: #fff;
	border-radius: 50px;
}
.int-btn a:hover {
	background: #8F1821;
}
/* Show Details */
.exhibitor-info {
	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;
}
.show-flex-child {
	width: 50%;
}
.show-img {
	margin-right: 30px;
}
.exh-details p {
	margin-bottom: 20px;
}
.exh-details p:last-child {
	margin-bottom: 0px;
}
/* Counter */
.counter-img {
	text-align: center;
}
.counter-img img {
	width: 250px;
}
/* Countdown */

.sec-title {
	margin-bottom: 30px;
}
.sec-title h2 {
	font-size: 28px;
	text-align: center;
}
.countdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.cdown {
	width: 150px;
	text-align: center;
	padding: 25px 0;
	margin: 15px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
	        box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
			background: #002F5B;
}
.cdown strong {
	font-size: 56px;
	line-height: 1;
    color: #fff;
}
.cdown p {
	font-size: 24px;
	margin-top: 10px;
	color: #fff;
}

/* Footer */
.footer-area {
	background: url(../img/footer-bg.jpg) no-repeat scroll center center / cover ;
	padding: 50px 0;
}
.footer-wrap {
	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;
}
.footer-logo img {
	width: 350px;
}
.right-text {
	text-align: center;
    padding-right: 45px;
}
.hash-tag {
	background: #BA202C;
	padding: 20px 60px;
    position: relative;
}
.hash-tag::before {
	content: "";
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	border-bottom: 74px solid transparent;
	border-right: 40px solid #BA202C;
	right: 100%;
}
.hash-tag::after {
	content: "";
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	border-top: 74px solid transparent;
	border-left: 40px solid #BA202C;
	left: 100%;
}
.hash-tag h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
.web-link a {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 15px;
}
.web-link a:hover {
    color: #BA202C;
}