body {
    background: #ddd !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;

    /* box-shadow: 5px 5px 5px rgba(166,154,166,1); */
    margin: 16px 0;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    width: 100%;
    float: left;
}
.img-section ul {
    margin-top: 10px;
	padding:0 40px;
    list-style: none;
}
.img-section ul li {
	padding:2px;
}
.fa {
    margin-left: -10px;
    margin-top: -1px;
}
.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: #fff;
}
.img-section .img {
text-align: center;
    margin-top: 2%;
}
.img-section .img img {
    width: 95%;
    box-shadow: 2px 2px 2px rgba(166,154,166,1);
    border: 1px solid #ddd;
}

/* Responsive Code Start */

@media screen and (max-width:767px) {
.logo_main {
    width: 100%;
	text-align:center;
}
.header-ad {
	display:none;
}
}

/* Responsive Code End */