@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
* {
	box-sizing: border-box;
}
::after, ::before {
	box-sizing: border-box;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
	color: #FFFFFF;
}
.img-fuild {
	max-width: 100%;
}
/*Banner Section Css Start*/
.infocomm-asbanner_section .container {
    max-width: 900px;
    margin: 0 auto;
}
.infocomm-asbanner_section {
	background-image: url("../images/asia-banner-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 100vh;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 50px 20px;
}
.infocomm-asbanner_title {
    text-align: center;
}
.infocomm-asbanner_title img {
	object-fit: contain;
}
.infocomm-asbanner_description {
    margin: 40px auto 60px;
    max-width: 835px;
    text-align: center;
}
.infocomm-asbanner-card_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.infocomm-asbanner-card {
    flex: 0 0 auto;
    width: 33.33%;
    padding-left: 20px;
}
.infocomm-asbanner-card:first-child {
    padding-left: 0px;
}
.infocomm-asbanner-card_inner {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 20px;
    height: 100%;
    width: 100%;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: 0.3s all;
}
.asbanner-card_logo img {
    width: 100%;
    object-fit: contain;
}
.asbanner-card_date {
    margin: 30px 0 24px;
    font-weight: 700;
}
.infocomm-asbanner-card_inner:hover {
    border: 1px solid #fff;
}
.asbanner-card_icon {
    opacity: 0;
}
.infocomm-asbanner-card_inner:hover .asbanner-card_icon {
    opacity: 1;
}
.infocomm-asbanner_subtitle {
    text-align: center;
    margin: 60px 0  40px;
}
.infocomm-asbanner_subtitle a {
	color: #ffff;
	font-weight: 600;
}
.infocomm-asbanner_enquiry_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.infocomm-asbanner_enquiry {
    text-align: center;
    padding-right: 42px;
}
.infocomm-asbanner_enquiry:last-child {
    padding-right: 0px;
}
.infocomm-asbanner_enquiry_link {
    color: #fff;
}
/*Banner Section Css End*/
/*Responsive Css Start*/
@media (max-width: 1199.98px) {
    .infocomm-asbanner_section {
		min-height: 70vh;
	}
}
@media (max-width: 991.98px) {
	.infocomm-asbanner_section {
		padding: 60px 20px;
	}
	.infocomm-asbanner-card {
		width: 50%;
		margin-bottom: 20px;
	}
	.infocomm-asbanner_subtitle {
		text-align: center;
		margin: 30px 0 40px;
	}
	.asbanner-card_logo img {
		width: 250px;
		height: 54px;
	}
}
@media (max-width: 767.98px) { 
	.infocomm-asbanner_title img {
		width: 300px;
	}
	.infocomm-asbanner_description {
		margin: 30px auto 30px;
		font-size: 16px;
	}
	.infocomm-asbanner-card_inner {
		padding: 12px;
	}
	.infocomm-asbanner-card {
		width: 100%;
		padding-left: 0px;
	}
	.asbanner-card_logo img {
        width: 200px;
        height: 54px;
    }
	.asbanner-card_date {
		margin: 20px 0 20px;
	}
	.infocomm-asbanner_subtitle {
		text-align: center;
		margin: 10px 0 30px;
	}
	.infocomm-asbanner_enquiry {
		padding-right: 0px;
		margin-bottom: 16px;
	}
}
@media only screen and (min-width: 1030px) and (max-width: 1366px)  {
	.infocomm-asbanner_section {
		min-height: 80vh;
	}
}
/*Responsive Css End*/






