/* Header
*********************************************/
.header .award-logo{
    margin-left: 60px;
    margin-right: -191px;
}

@media screen and (max-width: 1820px){
    .header .award-logo{
        margin-right: 0;
    }
}

@media screen and (max-width: 1200px){
    .header .award-logo{
        margin-left: 20px;
        max-width: 110px;
    }

    .header-nav li{
        margin-left: 15px;
    }
}

@media screen and (max-width: 991px){
    .header .award-logo{
        display: none;
    }

    .header-nav li{
        margin-left: 0;
    }
}




/* Home page
*********************************************/
.single .blog-post .post-title{
	font-size: 48px;
}

.sec-newsevents .posts-slider .slide-block .thumb{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}


@media screen and (max-width:991px){
	.single .blog-post .post-title{
		font-size: 32px;
	}
}

@media screen and (max-width:768px){
	.single .blog-post .post-title{
		font-size: 22px;
	}
}