.dropdown .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border:#000 1px solid;
}

.dropdown:hover .sub-menu {
  display: block;
}

/*------------------------------------------------------------------
Common Stylesheet

Project:   Theme Name
Build:     Bootstrap 3.3.7
Author:    Enamul Haque
Author URL: http://www.enamul.me

-------------------------------------------------------------------*/


/* ----------------------------------------------------------------
    typography
-----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lato|Roboto:400,500');


/*
    font-family: 'Roboto', sans-serif;

    font-family: 'Lato', sans-serif;*/



body{
	/* background: #ef4343; */
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	color: #333;
}

a:active,
a:focus,
input,
select,
textarea {
    outline: none !important;
}

img {
    max-width: 100%;
}

a,
.container {
    text-decoration: none !important;
    transition: all .5s;
}

a:hover,
a:focus {
    color: #323232;
}

a:hover,
.btn,
button,
.btn:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

select{
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

h1, h2, h3, h4, p{
    margin: 0;
}


/*================ Start Header Section ================*/
.project-header-section {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}

.header-top {
	position: relative;
}

.logo {
	position: absolute;
	left: 0;
	top: 17px;
	width: 180px;
}

.project-header-section .container-fluid {
	background: #f1f1ef;
}

.header-top-section .container-fluid{
	padding-top: 15px;
}

.container-fluid {
	max-width: 1500px;
	margin: auto;
	padding: 0 70px;
}

.banner {
	margin: auto;
	width: 100%;
	max-width: 800px;
	position: relative;
}

.banner-wrap {
	border-bottom: 2px solid #808080;
	margin-bottom: 30px;
}

.header-menu ul li {
	display: inline-block;
}

.header-menu ul li a:hover {
	color: #e12525
}

.header-menu ul li a {
	color: #333;
	display: block;
	text-decoration: underline !important;
	padding: 18px 13px;
	margin-right: 10px;
}

.header-menu ul li a img {
	margin-right: 5px;
}

/* banner section */
.banner-section .container-fluid{
	background: #fff;
	padding: 30px 0;
}

.banner-area{
	width: 80%;
	margin: auto;
	position: relative;
}

/*.advertise {
	position: absolute;
	left: 98%;
	transform: rotate(90deg);
	top: 23px;
	font-size: 20px;
} */

.advertise {
	position: absolute;
	left: 98%;
	transform: rotate(90deg);
	/* added after shadow-fix for Safari*/
    -webkit-transform: rotate(90deg); /* Safari & Chrome */ 
    -moz-transform: rotate(90deg); /* Firefox */ 
    -ms-transform: rotate(90deg); /* Internet Explorer */ 
    -o-transform: rotate(90deg); /* Opera */
	/* end added after shadow-fix for Safari*/
	top: 23px;
	font-size: 14px;
	color: red;
	text-shadow: 1px 1px #515151;
}

.advertise2 {
	position: absolute;
	left: 99%;
	transform: rotate(90deg);
	/* added after shadow-fix for Safari*/
    -webkit-transform: rotate(90deg); /* Safari & Chrome */ 
    -moz-transform: rotate(90deg); /* Firefox */ 
    -ms-transform: rotate(90deg); /* Internet Explorer */ 
    -o-transform: rotate(90deg); /* Opera */
	/* end added after shadow-fix for Safari*/
	top: 23px;
	font-size: 14px;
	color: red;
	text-shadow: 1px 1px #515151;
}

.banner-area img{
	width: 100%;
}

.bg-white{
	background: #fff;
}


.post-box {
	border: 2px solid #bababa;
	padding: 3px;
	box-shadow: 0px 5px 5px 0px #eaeaea;
	margin: 6px 0;
}

.post-large .text {
	padding: 7.5px;
}

.post-medium a,
.post-large a{
	color: #333;
}
.post-medium a:hover,
.post-large a:hover{
	color: #e12525;
}

.w50{
	width: 49.5%;
}

.w49{
	width: 49%;
}

.w25 {
	width: 24.2%;
}

.w100{
	width: 100%;
}

.flex-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.post-small {
	display: flex;
	padding: 10px;
	flex-wrap: wrap;
	color: #333;
}

a:hover,
.post-small:hover{
	color: #e12525;
}

.post-small .image {
	width: 90px;
	margin-right: 10px;
}
.image img{
	width: 100%;
}
.post-small .text {
	width: calc(100% - 100px);
}

.trending-height{
	height: 94.8%;
}

.ex-margin{
	margin-bottom: 12px;
}

.trending h4 {
	border-bottom: 2px solid #ddd;
	padding-bottom: 9px;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 7px;
}

.trending li {
	display: inline-block;
}

.trending li a {
	display: block;
	padding-right: 8px;
	margin: 5px 5px 5px 0;
	border-right: 1px solid #ddd;
	line-height: 14px;
}

.center-banner{
	margin: 30px auto;
}

.border-bottom {
	border-bottom: 1px solid #ddd;
}

.post-medium .text {
	padding: 10px;
}

.posts-block1 {
	border-bottom: 2px solid #808080;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

.block-border {
	border-bottom: 2px solid #808080;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.post-block3 {
	margin-bottom: 15px;
}



/* Footer Section */
.project-footer-section{
	position: relative;
	z-index: 9;
}
.project-footer-section .container-fluid{
	background: #f1f1ef;
}

.footer-right {
	max-width: 500px;
	margin: auto;
}

.footer-menu ul {
	column-count: 3;
}

.footer-menu ul li {
	padding: 3px 0;
}

.footer-menu ul li a {
	color: #333;
	display: block;
}

.project-footer {
	padding: 40px 0 20px 0;
	position: relative;
}

.footer-left {
	position: absolute;
	left: 0;
}

/*================ Start Subpage ===============*/
.subpage-title h1 {
	border-top: 2px solid #333;
	border-bottom: 2px solid #ddd;
	font-weight: 300;
	padding: 17px 0;
}

.subpage-content {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

.sc-left {
	width: 260px;
}

.sc-middle {
	width: calc(100% - 410px);
	padding: 0 40px;
}

.sc-right {
	width: 120px;
}
.right-add-content.sticky{
	position: fixed;
	width: 120px;
	z-index: 1;
}
/* .sc-right .ad { */
.ad {
	font-size: 14px;
	color: red;
	text-shadow: 1px 1px #515151;
}	

.sc-middle .img {
	float: left;
	width: 270px;
	margin: 10px 10px 10px 0;
}

.sc-middle .img2 {
	float: right;
	width: 250px;
	margin: 10px 0 10px 10px;
}

.sc-middle p {
	font-size: 16px;
	margin-bottom: 30px;
}

.sc-left ul li {
	position: relative;
	padding: 4px 4px 4px 18px;
}

.sc-left ul li::before {
	content: "";
	left: 0;
	position: absolute;
	height: 8px;
	width: 8px;
	background: #333;
	border-radius: 50%;
	top: 11px;
}

.sc-left ul li a {
	display: block;
	color: #333;
	font-size: 16px;
	text-decoration: underline !important;
}

.sc-left-content.sticky {
	position: fixed;
	z-index: 9;
	top: 0;
	width: 260px;
}

.sign-up {
	display: block;
	padding-bottom: 20px;
	font-size: 16px;
}

.sc-middle .content h4 {
	font-size: 14px;
	padding: 10px 0 30px 0;
	font-weight: 300;
	line-height: 22px;
}

.sc-middle .content h4 span{
	font-weight: 500;
}

.add-img {
	margin-top: 20px;
}

.header-bottom{
	display: none;
}

.slicknav_nav {
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	background: #606060;
}

.menu-section .container-fluid {
	position: relative;
}

.slicknav_nav ul {
	margin: 0;
}

.slicknav_nav a{
	padding: 10px;
}

.slicknav_nav a:hover{
	border-radius: 0;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #646464;
	height: 5px;
	width: 35px;
	border-radius: 5px;
}

.slicknav_menu{
	background: none;
	padding: 0;
}

.slicknav_btn {
	background: none;
	border-radius: 0;
	padding: 0 22px 0 0;
	width: unset;
	margin: 0;
}

.slicknav_nav a img {
	padding-right: 10px;
}

.subpage-banner{
	position: relative;
}

.ss-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single-ss {
	width: 32%;
}

.ss-title span {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #333;
	padding: 5px 0;
	margin-bottom: 10px;
}

.single-ss p {
	margin: 5px 0;
}

.sponsored-section {
	padding: 50px 0;
}




































@media all and (max-width: 1300px){
	.logo{
		position: unset;
	}
	.header-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header-top .banner{
		margin: 0;
	}
	.header-menu ul li a{
		padding: 18px 6px;
	}
}

@media all and (max-width: 1199px){
	.footer-left {
		position: unset;
		margin-bottom: 20px;
	}
}

@media all and (max-width: 991px){
	.container-fluid{
		padding: 0 15px;
	}

	.w50 {
		width: 100%;
	}
	
	.w25 {
		width: 49%;
	}
	.sc-left {
		margin-bottom: 30px;
	}
	.sc-middle {
		padding-left: 0;
		width: calc(100% - 150px);
	}
	.sc-left-content.sticky{
		position: unset;
	}
	.header-top .banner {
		margin: auto;
	}
	.header-top .logo{
		display: none;
	}
	.header-menu{
		display: none;
	}
	.mobile-menu{display: block;}

	.header-bottom {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px 0;
	}
	.advertise.h-ad {
		position: unset;
		transform: unset;
	}
	.single-ss {
		width: 100%;
		padding-bottom: 20px;
	}
}

@media all and (max-width: 575px){

	.w25, .w49 {
		width: 100%;
	}
/*	.sc-right {
		width: 100%;
		height: 200px;
		margin: 30px 0;
	}*/
	.sc-middle {
		padding: 0;
		width: 100%;
	}

	.banner-area{
		width: 100%;
	}
	.advertise {
		position: unset;
		transform: unset;
	}
	.sc-right {
		padding-bottom: 50px;
	}
	.right-add-content.sticky{
		position: unset;
		top: auto !important;
	}

}


/*css rules only for Desktop*/

@media screen and (min-width: 800px) {

    body {
    background: #ef4343;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    color: #333;
    max-width: 1500px !important; 
    margin: 0 auto;
    box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.3), -12px 0 8px -4px rgba(0, 0, 0, 0.3);
}
	.project-header-section {
	position: fixed;
	width: 1500px; 
	top: 0%;
	right: auto;
	left: auto;
	box-shadow: 0 4px 2px -2px #ccc;
	}
	.banner {
	    margin: auto;
	    float: right;
	    width: 100%;
	    max-width: 800px;
	    position: relative;
	}
	.banner_top {
	    margin: auto;
	    /* float: left; */
	    width: 100%;
	    max-width: 800px;
	    position: relative;
	}
	.container-fluid {
	    max-width: 1500px;
	    margin: 0 auto;
	    padding: 20px 50px;
	}
}



/*end of media queriees*/