/*==================================
	Reset CSS
====================================*/ 
* {
    margin: 0;
    padding: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #040D34;
	line-height: 24px;
	/*position: relative;*/
	background: #fff;
}
h1,h2,h3,h4,h5,h6{
	font-weight:700;
	margin:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
img{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
p {
	color: #555;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul {
    list-style: none;
    margin-bottom: 0;
}
a,button,input,textarea{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight:500;
}
/*a,
a:hover,
a:focus,
a:active,
button{
    text-decoration: none;
    border: none;
    outline: none;
	border:none;
}*/
img {
    max-width: 100%;
	display:block;
}
select:focus,
select:active {
    box-shadow: 0;
    border: 0;
    outline: 0
}
/*.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}*/
/*.navbar {
    margin-bottom: 0;
    border: 0;
}*/
.section {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.section.off-white {
	background: #f6f6f6;
}
.section.dark{
	background:#2B343E;
}
.margin-bottom-20{
	margin-bottom:20px;
}
.margin-top-30{
	margin-top:30px;
}

/* Default News Title */
.news-title.small,
.news-title.small a{
	font-size:16px;
}
.news-title.medium,
.news-title.medium a{
	font-size:20px;
}
.news-title.large,
.news-title.large a{
	font-size:24px;
	line-height: 32px;
}
.news-title.ex-large,
.news-title.ex-large a{
	font-size:28px;
}



/* Default Button Design */
.trendnews-btn{
	color:#fff;
	background:#F53D33;
	padding:13px 38px;
	text-transform:capitalize;
	font-weight:500;
	border:none;
	cursor:pointer;
	display: inline-block;
	text-align:center;
	font-size:14px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.trendnews-btn:hover{
	background:#040D34;
	color:#fff;
}
/* Overlay */
.overlay{
	position:relative;
}
.overlay:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#040D34;
	opacity:0.7;
}
.mobile-nav{
	display:none;
}
.shadow{
	position:relative;
}
.shadow::before {
	background-image: linear-gradient(transparent, #040D34), linear-gradient(#0000, #040D34);
	height: 70%;
	opacity: 0.8;
	position: absolute;
	right: 0;
	z-index: 1;
	bottom: 0;
	content: "";
	left: 0;
	width: 100%;
	z-index: 3;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.shadow.primary::before{
	background-image:linear-gradient(transparent, #F53D33), linear-gradient(#0000, #ffffff);
} 	
.grid-title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc52;
    text-transform: capitalize;
    position: relative;
}
.grid-title:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #F53D33;
	width: 30px;
	height: 4px;
}
.grid-title i {
    background: #F53D33;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-right: 8px;
}
.advertise img{
	display:inline-block;
}

/* Trendbiz Meta */
.trendnews-meta span {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    font-size: 14px;
}
.trendnews-meta span i,.trendbiz-meta span a i {
    color: #555;
    margin-right: 5px;
}
.trendnews-meta span a,.trendbiz-meta span {
    color: #555;
    font-weight: 400;
}
.trendnews-meta span:last-child {
    margin: 0;
    padding: 0;
    border: none;
}


/* All Category Background */
.default-cat{
    background: #f53d33;
    color: #fff;
	padding: 5px 10px;
	display: inline-block;
	font-size: 13px;
	text-transform:uppercase;
}
.default-cat:hover{
	color:#fff;
}
.advertise{
	position:relative;
}
.advertise img {
	display: inline-block;
}
.margin-top-10{
	margin-top:10px;
}
.margin-bottom-30{
	margin-bottom:30px;
}
#page.boxed-layout {
	background: #fff;
}

/* Preloader */
.loader-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999; 
}
.loader {
	display: block;
	position: absolute;
	font-size: 0;
	color: #f53d33;
	left: 50%;
	top: 50%;
	width: 42px;
	height: 42px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%); }

.loader > div {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	display: inline-block;
	float: none;
	width: 38px;
	height: 38px;
	background: transparent;
	border-style: solid;
	border-width: 2px;
	border-right-color: transparent;
	border-left-color: transparent;
	-webkit-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
	animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

@-webkit-keyframes ball-clip-rotate-pulse-rotate {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0); }
	50% {
		-webkit-transform: translate(-50%, -50%) rotate(180deg);
		transform: translate(-50%, -50%) rotate(180deg); }
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes ball-clip-rotate-pulse-rotate {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0); }
	50% {
		-webkit-transform: translate(-50%, -50%) rotate(180deg);
		transform: translate(-50%, -50%) rotate(180deg); }
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg); } }

@-webkit-keyframes ball-clip-rotate-pulse-scale {
	0%, 100% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1); }
	30% {
		opacity: .3;
		-webkit-transform: translate(-50%, -50%) scale(0.15);
		transform: translate(-50%, -50%) scale(0.15); } }

@keyframes ball-clip-rotate-pulse-scale {
	0%, 100% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1); }
	30% {
		opacity: .3;
		-webkit-transform: translate(-50%, -50%) scale(0.15);
		transform: translate(-50%, -50%) scale(0.15); } }

img{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
input, input:focus, input:active {
	font-weight: 400;
	outline: black;
}
select{
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
textarea:focus {
    outline: none !important;
    box-shadow: none !important
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/*Remove bootstrap tab css*/
.nav-tabs > li > a {
    border: 0
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 0;
    outline: 0
}
.nav-tabs {
    border: 0
}
.nav-tabs > li > a:hover {
    border: 0
}
/*navbar css icon*/
.navbar-toggle .icon-bar {
    position: relative;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    width: 28px;
}
.slick-slide {
    outline: none !important;
}
.overlay{
	position:relative;
}
.overlay:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:"";
	opacity:0.8;
	background:#2A2D2F;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.title-medium {
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
	font-weight: 600;
}
.title-large {
	font-size: 28px;
}
.title-large a{
	color:#040D34;
}
.title-small {
	font-size: 14px;
	line-height: 22px;
}
.title-small a{
	color:#040D34;
}
/* Meta */
.meta {
	color: #555;
	font-size: 13px;
	margin-bottom:10px;
}
.meta span {
	display: inline-block;
	font-weight: 400;
	margin-right: 10px;
}
.meta span:last-child{
	margin:0;
}
.meta span i{
	margin-right:5px;
	color:#f53d33;
}
.meta span a{
	color:#555;
	font-weight:400;
}
.meta span a:hover{
	color:#f53d33;
}
.meta .author{
	color: #555;
	font-weight:inherit;
}
.meta .author img {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: inline-block;
	margin-right: 10px;
}
.meta .date {
	display: inline-block;
}
.meta .date i {
	margin-right: 5px;
	color: #f53d33;
}
/* Bread Crumbs */
.breadcrumbs {
	margin-top:0px;
	background:#040D34;
	padding:50px 0;
}
.breadcrumbs .bread-inner {
    z-index: 22;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}
.breadcrumbs h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    float: left;
}
.breadcrumbs .bread-list {
    display: block;
    margin-top: 5px;
    float: right;
}
.breadcrumbs ul li{
	display: inline-block;
	position: relative;
}
.breadcrumbs ul li .middle-icon {
    font-size: 16px;
    font-weight: 600;
    color: #F53D33;
    border-radius: 100%;
    font-size: 14px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
}
.breadcrumbs ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: initial;
}
.breadcrumbs ul li a:hover{
	color:#f53d33;
}
.breadcrumbs ul li.active a {
	color: #fbfbfb;
}

/* Pagination Main */
.pagination-main{
	text-align:center;
}
.pagination-main  .nav-links {
	/*display: block;*/
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
}
.pagination-main  .nav-links a{
	display: inline-block;
	margin-right:5px;
}
.pagination-main  .nav-links a:last-child{
	margin-right:0px;
}
.pagination-main .nav-links .page-numbers{
	background: #F4F5F9;
	border: none;
	/*display: block;*/
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #040D34;
	border-radius: 0px;
	border: 1px solid #cccccc57;
}
.pagination-main  .nav-links a:hover{
	color: #fff;
	border-color: transparent;
}

.pagination-main  .nav-links span.current{
	border-color:transparent;
	-webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
} 
.pagination-main  .nav-links a.prev, 
.pagination-main  .nav-links a.next{
	font-size: 15px;
	text-align:center;
	width:100px;
}
.pagination-main  .nav-links span.current{
	color: #fff !important;
	background: #f53d33;
	padding: 13px 19px;
}

.pagination-main  .nav-links a:hover{
	color: #fff !important;
	background: #f53d33;
}

.form-control:focus {
	border-color: #ccc;
	box-shadow: 0 0 0 ;
	outline: 0 none;
}
/* Scroll Up CSS */
#scrollUp {
    right: 0;
    bottom: 0;
    opacity: 1;
    background: #f53d33;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
#scrollUp:hover {
	opacity:1;
	background:#2B343E;
}
/* Loader CSS */
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: 4444;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
	width: 90px;
    height: 90px;
	margin: -45px 0 0 -45px;
    border: 3px solid transparent;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid transparent;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid transparent;
    border-top-color: #444;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
} 

.posts-navigation{
	display: none;
}
/*==================================
	End Reset CSS
====================================*/
