@font-face {
	font-family: DIN;
	src: url(../fonts/DIN_Regular.ttf);
	font-weight: 300;
}
@font-face {
	font-family: DIN;
	src: url(../fonts/DIN_Bold.ttf);
	font-weight: bold;
}
@font-face {
	font-family: DIN;
	src: url(../fonts/DIN_Medium_Alternate.ttf);
	font-weight: Medium;
}
body {
	font-family: DIN;
}
.bg-light {
	background-color: #ffffff!important;
	border-top: #f3f3f3 1px solid;
}
.logo {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
.logo img {
	width:14%;
	height:auto;
}
.col-sm-12.col-xs-12.text-left h6 {
	font-size: 20px;
	line-height: 30px;
	padding: 50px 0px;
	text-align: justify;
}
.banner{ width:100%; height:auto;}
.banner img{ width:100% !important;}


/* large desktop :1400px. */
@media (min-width: 1400px) and (max-width: 2000px) {
}

/* desktop 1200px to 1600px */
@media (min-width: 1200px) and (max-width: 1600px) {
}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
}


/* small mobile :320px. */
@media (max-width: 767px) {
}


/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
