/*
Template Name: magExpress
Template URI: http://www.wpfreeware.com/magexpress-fancy-style-wordpress-magazine-theme/
Author: WpFreeware
Author URI: http://www.wpfreeware.com
Description: A Pro responsive bootstrap magazine template
Version: 1.0 
License: GPL
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
 font-family: Georgia, serif;
 font-style:normal;
 font-weight:400;
}

body {
font-family: Georgia, serif;
background-color:#fff;
 color:#333;
 overflow-x:hidden !important
}

ul {
padding:0;
 margin:0;
 list-style:none
}

a {
text-decoration:none;
 color:#798992
}

a:hover {
color:#E42028;
 text-decoration:none
}

a:focus {
outline:none;
 text-decoration:none
}

h2 {
font-family:'Oswald',sans-serif;
 line-height:23px
}

img {
border:none;
}

img:hover {
opacity:0.75
}

/*Icon Rotate*/
.fa, .fab, .far, .fal, .fas {
  transition: 1s;
}

.fa:hover, .fab:hover, .far:hover, .fal:hover, .fas:hover {
  transform: rotate(360deg);
}

.form-group .fa-trash {
	margin-top: 30px;
}

.username,
.seo {
 display: none;
}

.img-center {
display:block;
 margin-left:auto;
 margin-right:auto;
 text-align:center;
 width: 100%;
 height: 400px;
 object-fit: cover;
 object-position: top;
}

.img-right {
display:block;
 margin-left:auto
}

.img-left {
display:block;
 margin-right:auto
}

.yellow_bg {
background-color:#174899
}

.yellow_btn {
background-color:#E42028;
 color:#fff
}

.yellow_btn:hover {
background-color:#000000;
 color:#fff
}

.limeblue_bg {
background-color:#7dc34d
}

.blue_bg {
background-color:#09c
}

.blue_btn {
background-color:#09c;
 color:#fff
}

.blue_btn:hover {
background-color:#39c8f7;
 color:#fff
}

.transition {
-webkit-transition:all 0.5s;
 -moz-transition:all 0.5s;
 -ms-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s
}

#header {
float:left;
 display:inline;
 width:100%
}

.header_top {
 display:inline;
 float:left;
 width:100%;
  border-bottom:1px solid #e6e6e6
}

.header_top_left {
 float:left;
 display:inline;
 width:30%
}

.top_nav {
 text-align:left
}

.top_nav li {
 display:inline-block
}

.top_nav li a {
 color:#798992;
 display:inline-block;
 font-size:16px;
 padding:8px 8px;
 -webkit-transition:all 0.5;
 -o-transition:all 0.5;
 transition:all 0.5
}

.top_nav li a:hover {
 color:#E42028;
 text-decoration:none;
 outline:none
}

.header_top_center {
 float:left;
 display:inline;
 text-align: center;
 width:40%;
 margin-bottom: -15px;
}

.header_top_center.one {
 display: none;
}

.header_top_center .top_nav{
 text-align: center;
}

.header_top_center .top_nav li a{
	font-size: 12px;
 cursor: pointer;
}

.header_top_right {
 float:right;
 display:inline;
 width:30%;
 text-align:right
}

.bottom_socials {
 text-align:left
}

.bottom_socials li {
 display:inline-block
}

.bottom_socials li a {
 color: #fff;
 display:inline-block;
 font-size:16px;
 padding:8px 8px;
 font-weight: bold;
 text-transform:uppercase;
 -webkit-transition:all 0.5;
 -o-transition:all 0.5;
 transition:all 0.5
}

.bottom_socials li a:hover {
 color:#798992;
 text-decoration:none;
 outline:none
}

.search_form {
 padding:3px 0 0
}

.search_form input[type="text"] {
 background:none repeat scroll 0 0 #fff;
 border:medium none;
 color:#afafaf;
 display:inline-block;
 line-height:27px;
 margin:0;
 max-height:31px;
 padding:0 0 0 15px;
 width:180px
}

.search_form input[type="submit"] {
 background:url("images/icon-search.png") no-repeat scroll center 5px rgba(0,0,0,0);
 height:27px;
 line-height:27px;
 width:30px;
 border:none
}

.header_bottom {
display:inline;
 float:left;
 width:100%;
 padding:30px 0px
}

.header_bottom img {
width: 100%;
 vertical-align: middle;
}

.header_bottom_left {
float:left;
 display:inline;
 width:620px;
}

.logo {
display:block;
 font-size:35px;
 font-weight:bold;
 line-height:32px;
 width:100%;
}

.logo > img:hover {
opacity:1
}

.logo > strong {
color:#E42028
}

.logo > span {
display:block;
 font-size:16px;
 font-weight:normal
}

.header_bottom_right {
float:right;
 display:inline;
 width:350px;
}

.header_bottom_right .slide_img_ads img {
width: 100%;
border-radius: 4px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.header_bottom_right .slide_img_ads video{
width: 60%;
border-radius: 8px;
}

#preloader {
position:fixed;
 top:0;
 left:0;
 right:0;
 bottom:0;
 background-color:#fff;
 z-index:99
}

#status {
width:200px;
 height:200px;
 position:absolute;
 left:50%;
 top:50%;
 background-image:url("images/status.gif");
 background-repeat:no-repeat;
 background-position:center;
 margin:-100px 0 0 -100px
}

#ajax-status {
width:200px;
 height:200px;
 position:absolute;
 left:50%;
 top:50%;
 background-image:url("images/status.gif");
 background-repeat:no-repeat;
 background-position:center;
 margin:-100px 0 0 -100px;
}

.scrollToTop {
bottom:55px;
 display:none;
 font-size:32px;
 font-weight:bold;
 position:fixed;
 right:35px;
 text-align:center;
 text-decoration:none;
 width:50px;
 height:50px;
 border-radius: 100px;
 z-index:9;
 border:1px solid;
 -webkit-transition:all 0.5s;
 -moz-transition:all 0.5s;
 -ms-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s
}

.scrollToTop:hover, .scrollToTop:focus {
text-decoration:none;
 outline:none
}

#navarea {
float:left;
 display:inline;
 width:100%
}

.navbar-default {
 border-radius:0;
 padding:0;
 margin-bottom:0px
}

.container-fluid {
padding-left:0;
 padding-right:0
}

.navbar-collapse {
padding-left:0;
 padding-right:0
}

.custom_nav {
border:1px solid #fff;
 width:100%
}

.navbar-default .navbar-nav > li > a {
color:#fff;
 display:block;
 font-size:15px;
 text-decoration:none;
 text-transform:uppercase;
 border-top:2px solid transparent;
 border-bottom:2px solid transparent;
 margin-top:-2px;
 margin-bottom:-2px;
 padding-bottom:17px;
 -webkit-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s
}

.dropdown a i {
margin-left: 5px;
vertical-align: top;
transition: 1s;
}

.dropdown .dropdown-menu li a span {
float: right;
font-size: 9px;
vertical-align: middle;
}

.dropdown a:hover i {
vertical-align: middle;
transform: rotate(180deg);
}

.dropdown-menu > li > a {
color:#fff;
 padding:5px 15px;
 border-top:1px solid transparent;
 border-bottom:1px solid transparent;
 -webkit-transition:all 0.5s;
 -moz-transition:all 0.5s;
 -ms-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s
}

.navbar-default .navbar-toggle .icon-bar {
background-color:#fff
}

#mainContent {
background-color:#f6f6f6;
 display:inline;
 float:left;
 padding-top:15px;
 width:100%
}

.content_top {
float:left;
 display:inline;
 width:100%
}

.latest_slider {
float:left;
 display:inline;
 width:100%;
 padding-left:10px
}

.single_iteam {
position:relative;
height: 430px;
}

.single_iteam img {
width:100%;
height: 100%;
object-fit: cover;
}

.single_iteam h2 {
display:inline-block;
 left:0;
 position:absolute;
 right:0;
 font-size:20px;
 text-align:center;
 top:45%
}

.single_iteam h2 > a:hover {
text-decoration:underline
}

.single_iteam h2 > a {
background-color:rgba(0,0,0,0.4);
 color:#fff;
 display:inline-block;
 font-size:20px;
 padding:10px
}

.content_top_right {
float:left;
 display:inline;
 width:100%
}

.featured_nav {

}

.featured_nav li {
display:block;
 float:left;
 height:208px;
 margin-bottom:10px;
 margin-right:10px;
 position:relative;
 width:48%
}

.featured_nav li img {
width:100%;
 height:100%;
 object-fit: cover;
 object-position: top;
}

.featured_nav li:hover .title_caption {
height:60px;
 padding-top:7%
}

.title_caption {
position:absolute;
 left:0;
 right:0;
 bottom:0;
 padding:10px;
 text-align:center;
 background-color:rgba(0,0,0,0.75);
 -webkit-transition:all 0.5s;
 -moz-transition:all 0.5s;
 -ms-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s
}

.featured_nav li .title_caption span {
display:block;
 width:100%;
 height:100%;
 font-size:16px;
 color:#fff;
 -webkit-transition:all 0.5s;
 -moz-transition:all 0.5s;
 -ms-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s
}

.content_middle {
float:left;
 display:inline;
 width:100%
}

.content_middle_leftbar {
float:left;
 display:inline;
 width:100%
}

.single_category {
float:left;
 display:inline;
 width:100%
}

.single_category > h2, .archive_style_1 > h2 {
text-align:center;
 font-size:20px;
 font-weight:700;
 margin-top:5px;
 text-transform:uppercase;
 position:relative
}

.bold_line,
.bold_liner {
bottom:0;
 display:block;
 height:10px;
 left:0;
 position:absolute;
 width:100%
}

.bold_line span,
.bold_liner span {
 display:block;
 height:100%;
 width:100%
}

.solid_line {
background-color:#fff;
 bottom:5px;
 display:block;
 height:1px;
 left:0;
 position:absolute;
 width:100%;
 z-index:0
}

.title_text {
background-color:#f6f6f6;
 display:inline-block;
 padding:0 10px;
 position:relative;
 top:5px;
 z-index:1
}

.catg1_nav {

}

.catg1_nav li {
float:left;
 display:inline;
 width:100%;
 margin-bottom:30px
}

.catg1_nav li a {

}

.catgimg_container {
height:150px;
 overflow:hidden;
 width:100%;
 overflow:hidden
}

.catg1_img img {
height:100%;
 width:100%;
 object-fit: cover;
 object-position: top;
 -webkit-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s
}

.catg1_img:hover img {
 -webkit-transform:scale(1.1);
 -moz-transform:scale(1.1);
 -ms-transform:scale(1.1);
 -o-transform:scale(1.1);
 transform:scale(1.1)
}

.catg1_nav li .post_titile {
color:#434c51;
 float:left;
 margin:10px 0px;
 font-size:16px;
 width:100%;
 -webkit-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s
}

.catg1_nav li .post_titile a {
color:#383838;
 -webkit-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s
}

.questions_titile {
color:#434c51;
 margin: 10px 0 20px 0;
 font-size:14px;
 width:100%;
 -webkit-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s
}

.content_middle_middle {
border-left:10px solid #798992;
 border-right:10px solid #798992;
 display:inline;
 float:left;
 margin-top:17px;
 position:relative;
 width:100%
}

.content_middle_middle:after {
 content:"";
 height:122px;
 left:-10px;
 position:absolute;
 top:0;
 width:10px
}

.content_middle_middle:before {
content:"";
 height:122px;
 right:-10px;
 position:absolute;
 top:0;
 width:10px
}

.single_featured_slide {
float:left;
 display:inline;
 width:100%;
 text-align:center
}

.single_featured_slide img {
width:100%;
height: 300px;
 object-fit: cover;
 object-position: top;
}

.single_featured_slide > h2 a {
color:#383838;
 font-size:22px;
 font-weight:bold;
 text-transform:uppercase;
 -webkit-transition:all 0.5s;
 -o-transition:all 0.5s;
 -moz-transition:all 0.5s;
 transition:all 0.5s
}

.single_featured_slide > p {
font-size:12px;
 padding:0px 16px
}

.content_middle_middle .slick-prev {
left:15px;
 top:25px
}

.content_middle_middle .slick-next {
left:62px;
 right:0;
 top:25px
}

.content_middle_rightbar {
float:left;
 display:inline;
 width:100%
}

.content_bottom {
float:left;
 display:inline;
 width:100%
}

.content_bottom_left {
background-color:#fff;
 display:inline;
 float:left;
 margin-left:-15px;
 min-height:300px;
 width:102%;
 padding-right:25px
}

.content_bottom_left .title_text {
background-color:#fff
}

.business_category_left {
float:left;
 display:inline;
 width:49%;
 padding-top:20px
}

.business_category_left.watu {
 width:24%;
 padding: 2px;
}

.business_category_left.categories .catg_title {
 text-align: center;
 padding: 5px;
 background: #174899;
}

.business_category_left.categories .catg_title a {
color:#fff;
 font-size:20px;
 text-align: center;
 line-height: 50px;
 text-transform: uppercase;
}

.archive_style_1 > .business_category_left {
width:48% !important;
 margin-right:2%
}

.fashion_catgnav {

}

.fashion_catgnav li {
border-bottom:1px dotted #e5e5e5;
 display:block;
 margin-bottom:10px;
 width:100%
}

.catgimg2_container {
width:100%;
 height:240px;
 float:left;
 display:block;
 overflow:hidden
}

.watu .catgimg2_container {
width:100%;
 height:180px;
}

img.watu_top_separator {
float: right;
width: 292px;
height: 8px;
}

/* If the screen size is  btn 440.98px wide or less */
@media screen and (max-width: 440.98px) and (min-width: 0) {
.watu .catgimg2_container {
 height:60px;
  }

img.watu_top_separator {
display: none;
  }
}


/* If the screen size is  btn 575.98px wide and 441px less */
@media screen and (max-width: 575.98px) and (min-width: 441px) {
.watu .catgimg2_container {
 height:100px;
  }

img.watu_top_separator {
display: none;
  }
}

/* If the screen size is  btn 767.98px less and 576px wide */
@media screen and (max-width: 767.98px) and (min-width: 576px) {
.watu .catgimg2_container {
 height:120px;
  }

img.watu_top_separator {
width: 200px;
  }
}


 /* If the screen size is  btn 991.98px less and 768px wide */
@media screen and (max-width: 991.98px) and (min-width: 768px) {
.watu .catgimg2_container {
 height:150px;
  }

img.watu_top_separator {
width: 200px;
  }
}

/* If the screen size is btn 119.98px less and 992px wide */
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
.watu .catgimg2_container {
 height:150px;
  }

img.watu_top_separator {
width: 200px;
  }
}

.prime {
 position: absolute;
 font-weight: bold;
 text-transform: uppercase;
 color: #fff;
 font-size: 10px;
 padding: 5px 10px;
 background: rgba(23, 72, 153, 0.7);
}

.catgimg2_container img {
width:100%;
 height:100%;
 object-fit: cover;
 object-position: top;
 -webkit-transition:all 0.5s;
 -moz-transition:all 0.5s;
 -ms-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s
}

.catgimg2_container a:hover img {
-webkit-transform:scale(1.1);
 -moz-transform:scale(1.1);
 -ms-transform:scale(1.1);
 -o-transform:scale(1.1);
 transform:scale(1.1)
}

.catgimg2_container a:hover span {
opacity: 1;
}

.catg_titile {
margin-bottom:18px;
 float:left
}

.catg_titile a {
color:#383838;
 font-size:24px
}

.comments_box {
float:left;
 display:inline;
 width:100%;
 margin-bottom:5px
}

span.meta_date, span.meta_comment, span.meta_user, span.meta_bulb, span.meta_more {
display:inline-block;
 margin-right:8px;
 color:#aaa;
 font-size:12px
}

span.meta_date:before {
content:"\f133 ";
 font-family:FontAwesome;
 font-style:normal;
 font-weight:normal;
 padding-right:5px;
 text-decoration:inherit
}

span.meta_comment:before {
content:"\f075 ";
 font-family:FontAwesome;
 font-style:normal;
 font-weight:normal;
 padding-right:5px;
 text-decoration:inherit
}

span.meta_user:before {
content:"\f0f0 ";
 font-family:FontAwesome;
 font-style:normal;
 font-weight:normal;
 padding-right:5px;
 text-decoration:inherit
}

span.meta_bulb:before {
content:"\f0eb ";
 font-family:FontAwesome;
 font-style:normal;
 font-weight:normal;
 padding-right:5px;
 text-decoration:inherit
}

span.meta_more:before {
content:" ";
 font-family:FontAwesome;
 font-style:normal;
 font-weight:normal;
 padding-right:4px;
 text-decoration:inherit
}

.business_category_right {
float:right;
 display:inline;
 width:49%;
 padding-top:20px
}

.small_catg {

}

.small_catg li {
border-bottom:1px dotted #e5e5e5;
 display:block;
 margin-bottom:10px;
 padding-bottom:10px;
 width:100%
}

.related-img {
display:inline-block;
 float:left
}

.media-left {
width:112px;
 height:112px
}

.media-left.one {
width:100%;
height: 100%;
}

.media-left > img {
width:100%;
 height:100%;
 object-fit: cover;
 object-position: top;
}

.media-slide {
text-align: center;
margin-bottom: 10px;
}

.media-slide > img {
display: inline-block;
width:35%;
 height:100%;
 object-fit: cover;
 object-position: top;
}

.media-half .media-p {
	display: inline-block;
	width: 60%;
	margin-left: 20px;
}


.media-heading a {
font-family:"Oswald",sans-serif
}

.games_fashion_area {
float:left;
 display:inline;
 width:100%
}

.games_category {
float:left;
 display:inline;
 width:49%
}

.fashion_category {
float:right;
 display:inline;
 width:49%
}

.technology_catrarea {
float:left;
 display:inline;
 width:100%
}

.content_bottom_right {
float:left;
 display:inline;
 width:100%
}

.single_bottom_rightbar {
float:left;
 display:inline;
 width:100%;
 margin-bottom:10px
}

.single_bottom_rightbar > h2 {
 color:#222;
 display:block;
 font-size:20px;
 font-weight:700;
 line-height:25px;
 margin:6px 0 15px;
 padding:0 0 13px;
 text-transform:uppercase;
 position:relative
}

.single_bottom_rightbar > h2:after {
background:none repeat scroll 0 0 #798992;
 bottom:-3px;
 content:"";
 height:3px;
 left:0;
 position:absolute;
 width:45%
}

.popular_catg {

}

.popular_catg .media-left img {
border:1px solid lightGrey;
 padding:2px
}

.popular_catg li {
border-bottom:none
}

.tab-content {
padding-top:20px
}

.nav-tabs > li > a:before {
visibility:hidden;
 margin-right:0px !important
}

.single_bottom_rightbar ul li a {
-webkit-transition:all 0.5s;
 -o-transition:all 0.5s;
 -moz-transition:all 0.5s;
 -ms-transition:all 0.5s;
 transition:all 0.5s
}

.single_bottom_rightbar ul li > a:before {
content:" ";
 display:inline-block;
 font-family:FontAwesome;
 font-style:normal;
 font-weight:normal;
 line-height:1;
 margin-right:5px
}

.blog_archive {
display:inline;
 float:left;
 width:100%;
 margin-bottom:15px
}

.blog_archive select {
background-color:#fff;
 border:medium none;
 height:50px;
 padding:10px;
 width:100%
}

.blog_archive select option {
cursor:pointer;
 padding:10px 5px
}

#footer {
float:left;
 display:inline;
 width:100%;
 border-top:10px solid #798992;
 margin-top:30px
}

.footer_top {
background-color:#434c51;
 display:inline;
 float:left;
 padding:15px 0;
 width:100%
}

.single_footer_top {
float:left;
 display:inline;
 width:100%
}

.single_footer_top > h2 {
 font-size:18px;
 color: #92A9CF;
 margin:0 0 10px;
 padding:6px 0;
 text-transform:uppercase
}

.flicker_nav {

}

/*Pictorials*/
.pictorials {
	width: 100%;
}

.pictorials .pictorial {
 display: inline-block;
 margin: 5px;
 margin-top: 30px;
 width: 200px;
 height: 200px;
}

.pictorials .pictorial img{
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 5px 5px 0 0;
}

.pictorials .pictorial h2{
 font-size: 12px;
}

.pictorial .flicker_nav {

}

.flicker_nav li {
display:block;
 float:left;
 width:22%;
 height:75px;
 margin-right:8px;
 margin-bottom:8px
}

.pictorial .flicker_nav li {
display:block;
 float:left;
 width:100px;
 height:100px;
 border-radius: 10px;
 margin-right:8px;
 margin-bottom:8px
}

.content_bottom_left .flicker_nav li {
display:block;
 float:left;
 width:24%;
 height:250px;
 margin-right:8px;
 margin-bottom:8px
}

.flicker_nav li a {
display:block;
 width:100%;
 height: 100%;
}

.flicker_nav li a img {
width:100%;
 height:75px;
 object-fit: cover;
 object-position: top;
background: #fff;
 -webkit-transition:all 0.5s;
 -moz-transition:all 0.5s;
 -ms-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s
}

.pictorial .flicker_nav li a img {
width:100px;
 height:100px;
 object-fit: cover;
 object-position: top;
 border-radius: 10px;
background: #fff;
 -webkit-transition:all 0.5s;
 -moz-transition:all 0.5s;
 -ms-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s
}

.pictorial.one img {
width:200px;
 height:200px;
 object-fit: cover;
 border-radius: 2px;
}

.pictorial .flicker_nav li a img {

}

.pictorial_img img {
width:100%;
height:100%;
object-fit: cover;
}

.content_bottom_left .flicker_nav li a img {
width:100%;
 height:100%;
 object-fit: cover;
 object-position: top;
background: #fff;
 -webkit-transition:none;
 -moz-transition:none;
 -ms-transition:none;
 -o-transition:none;
 transition:none
}

.flicker_nav li a img:hover {
opacity:0.75;
 -webkit-transform:rotate(360deg);
 -moz-transform:rotate(360deg);
 -ms-transform:rotate(360deg);
 -o-transform:rotate(360deg);
 transform:rotate(360deg)
}

.pictorial .flicker_nav li a img:hover {
opacity:0.75;
 -webkit-transform: none;
 -moz-transform: none;
 -ms-transform: none;
 -o-transform: none;
 transform: none
}

.labels_nav {
text-align:left
}

.labels_nav li {
display:inline-block
}

.labels_nav li a {
display:inline-block;
 background:none repeat scroll 0 0 #2e3d45;
 color:#ddd;
 line-height:12px;
 margin:0 2px 4px 0;
 padding:12px 17px;
 -webkit-transition:all 0.5s;
 -o-transition:all 0.5s;
 -moz-transition:all 0.5s;
 -ms-transition:all 0.5s;
 transition:all 0.5s
}

.single_footer_top p {
color:#ddd
}

.footer_bottom {
float:left;
 display:inline;
 width:100%;
 background:none repeat scroll 0 0 #282e31;
 color:#eee;
 font-size:12px;
 padding:8px 20px
}

.footer_bottom_left {
float:left;
 display:inline;
 width:100%
}

.footer_bottom_left p, .footer_bottom_right p {
color:#949494;
 margin:9px 10px 10px
}

.footer_bottom_right p {
font-size:10px
}

.footer_bottom_right {
float:left;
 display:inline;
 width:100%;
 text-align:right
}

.single_page_area {
display:inline;
 float:left;
 padding-top:15px;
 width:100%;
 padding-bottom:25px
}

.breadcrumb {
 border-radius:0
}

.breadcrumb li a {
color:#fff
}

.breadcrumb > li+li:before {
color:#fff
}

.breadcrumb > .active {
color:#fff
}

.contact_area .breadcrumb {
 display: none;
 background: none;
 border: none;
}

.single_page_area > h2 {
 color:#798992;
 padding:20px 10px;
 line-height:40px
}

.single_page_content {
float:left;
 display:inline;
 width:100%
}

.post_commentbox {
border-bottom:1px dotted #dedede;
 display:inline;
 float:left;
 margin-bottom:30px;
 padding-bottom:2px;
 padding-left:5px;
 width:100%
}

.post_commentbox a {
margin-right:5px;
 font-size:11px
}

.post_commentbox a > i {
margin-right:5px
}

.post_commentbox span {
color:#798992;
 font-size:11px;
 margin-right:5px
}

.post_commentbox span > i {
margin-right:5px
}

.single_page_content img {
margin-bottom:10px;
 margin-top:20px;
 max-width:100%
}

.single_page_content blockquote {
 border-style:solid;
 border-width:5px;
 font-size:15px;
 font-style:italic
}

.single_page_content ul {
margin-bottom:10px
}

.single_page_content ul li {
margin-bottom:3px;
 padding-left:20px
}

.single_page_content ul li:hover {
opacity:0.75
}

.single_page_content ul li:before {
 border-radius:10px;
 color:#E42028;
 content:"";
 height:8px;
 margin-left:-15px;
 margin-top:6px;
 position:absolute;
 width:8px
}

.btn:hover {
border-radius:0px;
 -webkit-transition:0.5s;
 -o-transition:0.5s;
 transition:0.5s
}

.post_pagination {
 display:inline;
 float:left;
 height:92px;
 margin-top:40px;
 overflow:hidden;
 width:100%;
 margin-bottom:40px
}

.prev {
display:inline;
 float:left;
 width:50%
}

.angle_left {
 color:#fff;
 display:block;
 float:left;
 font-size:20px;
 padding:30px 2px;
 text-align:center;
 width:50px
}

.angle_right {
 color:#fff;
 display:block;
 float:right;
 font-size:20px;
 padding:30px 2px;
 text-align:center;
 width:50px
}

.angle_right:hover, .angle_left:hover {
color:#fff
}

.pagincontent {
display:inline;
 float:left;
 height:100%;
 overflow:hidden;
 padding:10px;
 width:86%
}

.pagincontent > span {
color:#798992;
 display:block;
 font-size:14px;
 text-transform:uppercase
}

.pagincontent > a {
color:#2f2f2f;
 display:block;
 font-size:18px
}

.next {
display:inline;
 float:right;
 width:50%;
 text-align:right
}

.share_post {
display:inline;
 float:left;
 width:100%;
 margin-top:20px
}

.share_post a {
color:#fff;
 display:block;
 float:left;
 height:32px;
 line-height:32px;
 margin-bottom:25px;
 margin-right:10px;
 padding-right:10px
}

.facebook {
background-color:#436fc9
}

.facebook i {
background-color:#3967c6;
 display:block;
 float:left;
 font-size:16px;
 height:32px;
 line-height:33px;
 margin-right:10px;
 padding-top:0;
 text-align:center;
 width:32px
}

.twitter {
background-color:#222;
}

.twitter i {
background-color:#000;
 display:block;
 float:left;
 font-size:16px;
 height:32px;
 line-height:33px;
 margin-right:10px;
 padding-top:0;
 text-align:center;
 width:32px
}

.googleplus {
background-color:#ec5f4a
}

.googleplus i {
background-color:#e94d36;
 display:block;
 float:left;
 font-size:16px;
 height:32px;
 line-height:33px;
 margin-right:10px;
 padding-top:0;
 text-align:center;
 width:32px
}

.whatsapp {
background-color:lightgreen
}

.whatsapp i {
background-color:green;
 display:block;
 float:left;
 font-size:16px;
 height:32px;
 line-height:33px;
 margin-right:10px;
 padding-top:0;
 text-align:center;
 width:32px
}

.email {
background-color:#666
}

.email i {
background-color:#333;
 display:block;
 float:left;
 font-size:16px;
 height:32px;
 line-height:33px;
 margin-right:10px;
 padding-top:0;
 text-align:center;
 width:32px
}

.linkedin {
background-color:#007BB5
}

.linkedin i {
background-color:#346DA6
}

.stumbleupon {
background-color:#EF4E23
}

.stumbleupon i {
background-color:#CA4638
}

.pinterest {
background-color:#CA2127
}

.pinterest i {
background-color:#A53829
}

.linkedin i, .stumbleupon i, .pinterest i {
display:block;
 float:left;
 font-size:16px;
 height:32px;
 line-height:33px;
 margin-right:10px;
 padding-top:0;
 text-align:center;
 width:32px
}

.similar_post {
background-color:#fff;
 display:inline-block;
 float:left;
 margin-bottom:20px;
 padding:0 15px;
 width:100%
}

.similar_post h2 {
border-bottom:1px dotted #798992;
 font-size:25px;
 padding-bottom:5px
}

.similar_nav li {
border-bottom:0px dotted #e5e5e5;
 width:33.3%;
 float:left
}

.archive_area {
float:left;
 display:inline;
 width:100%
}

.single_archive {
display:inline;
 float:left;
 position:relative;
 width:100%;
 margin-bottom:20px
}

.archive_imgcontainer {
float:left;
 display:inline;
 width:100%;
 height:300px;
 overflow:hidden
}

.archive_imgcontainer > img,
.archive_imgcontainer > video {
width:100%;
 height:100%;
 object-fit: cover;
 object-position: center;
 -webkit-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s
}

.archive_imgcontainer:hover img,
.archive_imgcontainer:hover video {
transform:scale(1.1)
}

.archive_caption {
bottom:25px;
 left:0;
 padding:10px 20px;
 position:absolute
}

.archive_caption h2 > a {
background-color:rgba(0,0,0,0.4);
 color:#fff;
 display:inline-block;
 font-size:24px;
 line-height:26px;
 padding:8px 10px 10px
}

.archive_caption h2 > a:hover {
text-decoration:underline
}

.archive_caption p {
background-color:rgba(0,0,0,0.4);
 color:#fff;
 padding:3px
}

.read_more {
border-bottom:4px solid #E42028;
 bottom:0;
 display:block;
 left:0;
 position:absolute;
 text-align:right;
 width:100%
}

.read_more > span {
background-color:#E42028;
 color:#fff;
 display:inline-block;
 padding:5px 10px
}

.error_page_content {
display:inline;
 float:left;
 text-align:center;
 width:100%;
 padding-bottom:45px
}

.error_page_content h1 {
display:inline-block;
 font-size:300px;
 font-weight:400;
 position:relative;
 vertical-align:middle;
 color:#E42028
}

.error_page_content h1:after, .error_page_content h1:before {
background:none repeat scroll 0 0 #fff;
 content:"";
 height:20px;
 margin-top:-10px;
 position:absolute;
 top:50%;
 -webkit-transform:rotate(45deg);
 -moz-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 -o-transform:rotate(45deg);
 transform:rotate(45deg);
 width:20px
}

.error_page_content h1:after {
right:-60px
}

.error_page_content h1:before {
left:-60px
}

.error_page_content h2 {
color:#c1c0b4;
 font-size:60px;
 font-weight:400
}

.error_page_content h3 {
font-size:24px;
 margin-top:35px
}

.error_page_content p {
font-size:23px;
 line-height:31px;
 margin:36px auto 0;
 max-width:630px;
 padding:9px 0 8px;
 position:relative
}

.error_page_content p:before {
 content:"";
 left:0;
 position:absolute;
 top:1px;
 width:100%
}

.error_page_content p:after {
 bottom:1px;
 content:"";
 left:0;
 position:absolute;
 width:100%
}

.error_page_content p > a:hover {
color:#E42028
}

#ContactContent {
float:left;
 display:inline;
 width:100%
}

.contact_area {
display:inline;
 float:left;
 padding:0 15px 25px;
 width:100%
}

.contact_area h1 {
font-size:45px;
 font-weight:400;
 text-transform:uppercase;
 text-align:center
}

.contact_area:first-child h2 {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 35px;
}

.contact_area > p {
text-align:center
}

.contact_bottom {
float:left;
 display:inline;
 width:100%
}

.our_office {
display:inline;
 float:left;
 position:relative;
 text-align:center;
 width:48%;
 margin-top:30px
}

.our_office > h2 {
font-size:32px;
 margin:24px 0
}

.contact_us {
width:48%;
 position:relative;
 margin-top:30px;
 margin:20px auto
}

.contact_us.contact_us_one {
width:80%;
}

.our_office:before, .contact_us:before {
content:"";
 left:0;
 position:absolute;
 top:1px;
 width:100%
}

.contact_us > h2 {
font-size:32px;
 margin:24px 0;
 text-align:center
}

.contact_us.contact_us_one .col-lg-6 > h2 {
 display: block;
 font-size:12px;
 margin:18px 0;
 text-align:center
}


.contact_us.contact_us_one .catg_titile {
margin:10px;
 float:left
}

.contact_us.contact_us_one .catg_titile a {
color:#383838;
 font-size:20px
}

.contact_us.contact_us_one .catg_titile a:hover {
color:#E42028;
}

.contact_form {

}

.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="number"] {
border-radius:4px;
 height:40px;
 margin-bottom:10px;
 width:100%
}

.contact_form textarea {
width:100%;
 height:80px;
 border-radius:4px;
 margin-bottom:10px
}

.contact_form input[type="submit"] {
float:right;
color: #fff;
text-transform: uppercase;
font-weight: bold;
 height:40px;
 line-height:40px;
 width:100%;
 border:1px solid #ccc;
 border-radius:4px;
 -webkit-transition:all 0.5s;
 -moz-transition:all 0.5s;
 -ms-transition:all 0.5s;
 -o-transition:all 0.5s;
 transition:all 0.5s;
 background: #174899;
}



.contact_us.contact_us_one .contact_form input[type="submit"] {
float:none;
 text-transform: uppercase;
 font-weight: bold;
 height:40px;
 width:100%;
 color: #fff;
 border:none;
 border-radius: 5px;
 background: #E42028;
}



/*Radio Checkbox Responsive*/
.add-rating-box {
 margin: 20px 0 30px;
}
.add-rating-box.one{
 margin-bottom: 50px;
}

.rating-form .field-label {  
  color: #555;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.rating-form p {  
  font-size: 11px;
}

/*Radio*/

.rating-form li {
    color: rgb(242, 242, 242);
    padding: 20px 30px;
    border-radius: 5px;
    background: #E42028;
}

input[type="radio"] {
    position: absolute;
    opacity: 0;
}

input[type="radio"] + li {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

input + li {
    cursor: pointer;
}

.filter:checked + li,
.filter:focus + li {
	color: #E42028;
    border: 1px solid #E42028;
    background: none;
}


.filter:checked + li:after {
content:"\f14a";
 font-family:FontAwesome;
 font-style:normal;
 font-weight:normal;
 padding-left:8px;
 text-decoration:inherit
}


/*Draft*/
.draft {
 height: 100px;
 margin-bottom: 10px;
}

.draft h4 {
	position: absolute;
 	font-size: 10px;
 	color: #fff;
 	padding: 3px 8px;
 	background: rgba(255, 0, 0, 0.8);
}

.draft img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
}



@media(max-width:1199px ) {

 .featured_nav li {
height:169px;
 width:47.7%
}
 .single_featured_slide > h2 a {
font-size:20px
}
 .media-left > img {
width:100%;
 height:100%
}
 .pagincontent {
width:82%
}

}

@media(max-width:991px ) {
.header_bottom_left {
width:100%
}
 .header_bottom_right {
display:none
}
 .catgimg_container {
height:105px
}
 .flicker_nav li img {
height:60px
}
 .content_bottom_left {
margin-left:0;
 padding-left:15px;
 padding-right:15px;
 width:100%
}
 .media-left > img {
width:100%;
 height:100%
}
 .pagincontent {
width:84%
}
 .contact_us {
margin-top:40px;
 width:100%
}
 .our_office {
width:100%
}

}

@media(max-width:767px ) {
.header_top_left {
width:60%
}
.header_top_center {
 display: none;
}

.header_top_center.one {
 display: block;
 position: absolute;
 top: 5px;
 left: 0;
 width:80%;
}
.header_top_center.one li a {
 font-size: 16px;
 color: #fff;
}
 .header_top_right {
width:40%
}
 .search_form input[type="text"] {
width:80%
}

.img-center {
 height: 250px;
}
 .container-fluid {
padding-left:15px;
 padding-right:15px
}
 .navbar-collapse {
padding-left:15px;
 padding-right:15px
}
 .navbar-nav {
margin:7.5px 0
}
 .custom_nav {
border:none
}
 .catgimg_container {
height:250px
}
 .media-heading {
font-size:14px
}
 .flicker_nav li img {
height:100px
}
 .single_footer_top {
margin-bottom:20px
}
 .footer_bottom_left {
text-align:center
}
 .footer_bottom_right {
text-align:center
}
 .media-left {
width:112px;
 height:112px
}
 .similar_nav li {
width:100%
}
 .pagincontent {
width:87%
}
 .angle_right {
width:13%
}
 .angle_left {
width:13%
}
 .error_page_content h1 {
font-size:170px
}

}

@media(max-width:480px ) {
.header_top_left {
width:100%;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header_top_center.one {
 top: 10px;
}
.header_top_center.one li a {
 font-size: 12px;
}
 .top_nav {
text-align:center
}
.top_nav li a {
 padding:8px 18px;
}
.top_nav li a i{
 color: #E42028;
}
 .header_top_right {
width:100%;
 text-align:center;
 margin-bottom:5px
}
 .search_form input[type="text"] {
width:80%
}
 .logo {
width:auto
}
 .header_bottom_left {
text-align:center
}
 .latest_slider {
padding-left:0
}
 .games_category {
width:100%
}
 .fashion_category {
width:100%
}
 .business_category_left {
width:100%
}
 .business_category_right {
width:100%
}
 .nav > li > a {
padding:10px
}
 .pagincontent > a {
font-size:13px
}
 .single_page_area > h2 {
font-size:20px;
 line-height:30px;
 padding:10px
}
 .breadcrumb li a {
font-size:12px
}
 .breadcrumb > .active {
font-size:12px
}
 .error_page_content h1 {
font-size:100px
}

}

@media(max-width:360px ) {
.catgimg_container {
height:150px
}
 .media-left {
width:112px;
 height:150px
}
 .flicker_nav li img {
height:60px
}
 .business_category_right .media-left, .games_category .media-left, .fashion_category .media-left {
height:112px
}
 .pagincontent > a {
font-size:10px
}
 .pagincontent > span {
font-size:10px
}
 .archive_caption h2 > a {
font-size:18px;
 line-height:20px
}
 .error_page_content h1 {
font-size:70px
}
 .error_page_content h2 {
font-size:40px
}
 .error_page_content p {
font-size:17px
}
 .error_page_content h1:after, .error_page_content h1:before {
height:15px;
 width:15px
}
 .error_page_content h1:after {
right:-30px
}
 .error_page_content h1:before {
left:-30px
}
 .top_nav li a {
padding:8px 7px
}
 .flicker_nav li {
margin-right:7px;
 margin-bottom:7px
}
 .similar_post h2 {
font-size:17px
}

}


/*Image Uploader*/

.image-wrapper {
    width: 100%;
    height: 160px;
    border-radius: 10px;
}

.image-uploader.articles .image-wrapper {
    height: 55px;
    border-radius: 5px;
}
    
.image-uploader p{
    color: #E42028;
}

.image-uploader input[type=file] {
  margin-top: -23px;
  font-size: 50px;
  width: 100%;
  height: 102%;
  border-radius: 10px;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}

.image-uploader.edit input[type=file] {
  margin-top: -150px;
  font-size: 50px;
  width: 100%;
  height: 102%;
}

.image-uploader.articles input[type=file] {
  margin-top: -20px;
}

.image-uploader.articles .btn.edit input[type=file] {
  margin-top: -74px;
}

.image-uploader .btn {
    width: 150px;
    height: 150px;
    border: 1px dotted #fff;
    border-radius: 10px;
    padding: 0 0 0 0;
    background: #E42028;
    cursor: pointer;
}

.image-uploader.edit .btn {
    width: 150px;
    height: 150px;
    border: 1px dotted #fff;
    border-radius: 10px;
    padding: 0 0 0 0;
    background: none;
}

.image-uploader.articles .btn {
	margin-left: -20px;
    width: 150px;
    height: 55px;
    padding: 0 0 0 0;
    border-radius: 5px;
}

.image-uploader.articles .btn.edit {
	margin-left: -20px;
    width: 150px;
    height: 75px;
    padding: 0 0 0 0;
    border-radius: 5px;
    background: none;
}

.image-uploader .btn i {
    color: #fff;
    vertical-align: middle;
}

.image-uploader.edit .btn i {
	position: absolute;
	margin-top: 65px;
	margin-left: 70px;
	color: #fff;
}

.image-uploader.articles .btn.edit i {
	position: absolute;
	margin-top: 30px;
	margin-left: 70px;
	color: #fff;
}

.image-uploader .output_image {
    margin-top: -170px;
    margin-left: -3px;
  width: 104%;
    height: 104%;
    border-radius: 10px;
  object-fit: cover;
}

.image-uploader.articles .output_image {
    margin-top: -78px;
    margin-left: -3px;
    border-radius: 5px;
}

.image-uploader.articles .btn.edit .output_image {
    margin-top: -96px;
}

.image-uploader.articles .output_image_edit {
    margin-top: 0;
    margin-left: 0;
  width: 100%;
    height: 100%;
    border-radius: 5px;
  object-fit: cover;
}

.image-uploader.edit .output_image_edit {
    margin-top: 0;
    margin-left: 0;
  width: 100%;
    height: 100%;
    border-radius: 10px;
  object-fit: cover;
}

.image-uploader.articles .btn.edit .output_image_edit.one{
    border: 1px dotted #E42028;
}

.image-uploader.articles .btn.edit .output_image_edit.one i {
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin-left: 0;
    color: #E42028;
}



/*Search Wrapper*/

.search-wrapper {
    padding: 10px;
    background: white;
    z-index: 9999;
}

.search-wrapper .search-results {
    padding: 15px;
    border: 1px solid #dddddd;
    /*height: 400px;*/
    overflow: auto;
}

.search-wrapper .search-results .search-result-items {
    margin-bottom: 20px;
}

.search-wrapper .search-results .search-result-items:last-child {
    margin-bottom: 0;
}

.search-wrapper .search-results .search-result-items ul {
    margin: 0;
    padding: 0;
}

.search-wrapper .search-results .search-result-items ul li {
    list-style-type: none;
    border-bottom: 1px solid #dddddd;
}

.search-wrapper .search-results .search-result-items ul li:last-child {
    border-bottom: 0;
}

.search-wrapper .search-results .search-result-items ul li a {
    display: block;
    padding: 7.5px 0;
}

.search-wrapper .search-results .search-result-items ul li a span {
    display: inline-block;
}

.search-wrapper .search-results .search-result-items ul li a .id {
    color: #E52028;
    padding-right: 7.5px;
    font-size: 12px;
}

.search-wrapper .search-results .search-result-items ul li a .name {
    font-weight: 500;
}

.search-wrapper .search-results .search-result-items ul li a .category {
    color: #b9bcc5;
    font-size: 10px;
}

.search-wrapper .search-results .search-result-items .title {
    margin-bottom: 15px;
}

.search-wrapper .search-results .search-result-items .title a {
    margin-left: 15px;
}

.search-wrapper .search-results .search-result-items ul li a .id img {
    width: 40px;
    height: 40px;
    border-radius: 10%;
    margin-bottom: 0;
    object-fit: cover;
}


@media (max-width: 991px) {
    .search-wrapper {
        left: 0;
        right: 0;
    }
    .search-wrapper .btn {
        top: 7px;
        right: 10px;
    }
}





/* If the screen size is  btn 440.98px wide or less */
@media screen and (max-width: 440.98px) and (min-width: 0) {
.featured_nav li {
 margin-bottom:-40px;
 margin-right:0;
 margin-left: 5px;
 width:48%
	}

.featured_nav li .title_caption span {
 font-size:12px;
	}

.archive_style_1 > .business_category_left {
width:100% !important;
	}

}


/* If the screen size is  btn 575.98px wide and 441px less */
@media screen and (max-width: 575.98px) and (min-width: 441px) {
.featured_nav li {
 margin-right:0;
 margin-left: 5px;
 width:48%
	}

.featured_nav li .title_caption span {
 font-size:14px;
	}

.archive_style_1 > .business_category_left {
width:100% !important;
	}

}

/* If the screen size is  btn 767.98px less and 576px wide */
@media screen and (max-width: 767.98px) and (min-width: 576px) {
.featured_nav li {
margin-left:10px;
 margin-right:0px;
 margin-bottom: 50px;
 height:208px
	}

.featured_nav li .title_caption span {
 font-size:14px;
	}

}


 /* If the screen size is  btn 991.98px less and 768px wide */
@media screen and (max-width: 991.98px) and (min-width: 768px) {
.featured_nav li {
margin-left:10px;
 margin-right:0px;
 margin-bottom: 50px;
 height:208px
	}

}

/* If the screen size is btn 119.98px less and 992px wide */
@media screen and (max-width: 1199.98px) and (min-width: 992px) {


}


/*Auto Pop Up*/

.popup{
    width: 420px;
    padding: 30px 40px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none; 
    text-align: center;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
  -moz-backdrop-filter: blur(6px);
  -o-backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    font-size: 30px;
    color: #ffffff;
        border-radius: 100%;
        width: 40px;
        height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
background: linear-gradient(40deg,#174899,#164798,#92A9CF);
   background-size: 400% 400%;
    -webkit-animation: gradient 8s ease infinite;
            animation: gradient 8s ease infinite;
}
.popup h2{
    margin-top: -20px;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
.popup img,
.popup video {
    width: 100%;
    border-radius: 5px;
}
.popup a{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5;
        border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 0;
}
.popup .popup-info {
    background-color: rgba(255, 255, 255, 0.7);
        border-radius: 5px;
    color: #ffffff;
    padding: 8px 0;
    height: 320px;
}


@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
