
@font-face {
    font-family: 'DINBold';
    src: url('../fonts/din-bold-webfont.eot');
    src: url('../fonts/din-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-bold-webfont.woff') format('woff'),
         url('../fonts/din-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINLight';
    src: url('../fonts/din-light-webfont.eot');
    src: url('../fonts/din-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-light-webfont.woff') format('woff'),
         url('../fonts/din-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face { 
    font-family: 'DINRegular';
    src: url('../fonts/din-regular-webfont.eot');
    src: url('../fonts/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-regular-webfont.woff') format('woff'),
         url('../fonts/din-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINBlack';
    src: url('../fonts/din-black-webfont.eot');
    src: url('../fonts/din-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-black-webfont.woff') format('woff'),
         url('../fonts/din-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body {
    background: #ffffff !important;
}
.Heading {
	display: block;
	color:#000;
	text-align:center;
    margin-top: 10px;
    text-overflow: ellipsis;
    font-size: 1.3em;
    font-weight: bold;
    font-family: 'Raleway', Arial, sans-serif;
}
.Heading nav {
    text-align: center;
}
.Heading nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.Heading nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.Heading nav a {
    position: relative;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
}
.Heading nav li a:before {
    content: "";
    display: block;
    width: 0;
    border: 10px solid #e3000f;
    border-color: #e3000f transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
}
.Heading nav a span {
    display: block;
	color:#fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.3em;
    font-weight: bold;
}
.Heading nav li a span:after, .Heading nav li a span:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}
h3 span {
	font-size:15px;
	font-weight:bold;
}
.img-section {
    height: auto;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border:8px solid #d2eeff;
    /* box-shadow: 5px 5px 5px rgba(166,154,166,1); */
    margin: 16px 0;
   
    cursor: pointer;
    position: relative;
    width: 100%;
    float: left;
}
.img-section ul {
        margin-top: 5px;
    /* padding: 1px 40px; */
    background: #d2eeff;
    margin-bottom: 0;
    list-style: none;
    padding-left: 10px;
    padding-top: 5px;
	text-align: center;
}
 
.img-section h3 {
    font-size: 13px;
    height: 31px;
    margin: 0;
    overflow: hidden;
    padding: 8px 11px;
    text-align: center;
    font-weight: 400;
    width: 100%;
    float: left;
    bottom: 0px;
    background: #166695;
}
.img-section .img {
text-align: center;
    margin-top: 2%;
}
.img-section .img img {
    width: 95%;
}

/* Responsive Code Start */

@media screen and (max-width:767px) {
.logo_main {
    width: 100%;
}
.header-ad,.top-border {
	display:none;
}
.ed-desc {
	margin-top:0 !important;
	text-align:center;
}
.col-md-3,.col-md-9 {
	float:left;
	width:100%;
}
.Ed-heading {
		font-size:20px !important;
}
.logo_main {
    width: 100%;
	padding:10px;
	margin:0;
	text-align:center;
	}
	.logo_main a {
		width:100%;
	}
	.logo_main a img {
		height:40px;
	}
}

/* Responsive Code End */