

html,body {
	margin: 0;
	padding: 0;
	background: #fffffd;
}

/* header and footer */
body .min-header-wrapper {
	position: relative;
	top: -20px;
}
body .footer-wrapper {
	position: relative;
	top: 100px;
	padding-bottom: 5px;
}

.bd-content-wrapper {
	height: auto;
	width: 100%;
}
.bd-content-wrap {
	width: 99%;
	margin: 10px auto;
	position: relative;
	top: 100px;
	padding: 2px;
	background: inherit;
	height: auto;
}
/* copy link */
.copy-url {
	width: 150px;
	z-index: 4;
	position: relative;
	top: 150px;
	text-align: center;
	background: inherit;
	margin: 4px auto;
}
.copy-url p {
	background: #000;
	color: #fff;
	border-radius: 10px;
	padding: 12px;
	display: none;
	font-size: 22px;
}
.copy-url input {
	display: none;
}
/* social share */
.post-share-wrap{
	position: relative;
	width: 30px;
	list-style: none;
	float: left;
	top: 50px;
	left: 0px;
	z-index: 2;
	text-align: center;
	background: inherit;
}
.post-share-wrap li {
	position: relative;
	left: -36px;;
	width: 40px;
	padding: 5px;
	border: 1px solid #000;
	border-radius: 4px;
	height: 30px;
	margin: 5px;
}
.post-share-wrap li > a {
	text-decoration: none;
	color: #000;
	font-size: 25px;
	height: 30px;
	margin-left: -2px;
	padding: 2px;
	width: 40px;	
}
.post-share-wrap li:hover {
	background: #000;
	color: #fff;
	transition : 0.5s ease-in;
}
.post-share-wrap a:hover {
	color: #fff;
	transition : 0.5s ease-in;
}
.post-share-wrap li.close-butt {
	display: none;
}

/* article */
.bd-news-content-wrap {
	width: 60%;
	margin-top: 20px;
    float: left;
	margin-left: 5px;
	background: inherit;
}
.bd-title-wrap .bd-title-01{
	font-size: 28px;
	font-family: tahoma,arial,sans;
	padding: 8px;
	width: 80%;
}
.bd-title-wrap h3{
	font-size: 18px;
	font-family: tahoma,arial,cursive;
	padding: 8px;
	text-transform: capitalize;
	width: 80%;
}
.bd-title-wrap h3 > span {
	color: darkblue;
	font-size: 15px;
}
.bd-news-content-wrap .article-wrap {
	width: 98%;
	margin: 5px auto;
	position: relative;
	top: 20px;
	background: inherit;
}
.article-wrap p {
	font-size: 22px;
	padding: 6px;
	line-height: 1.4em;
}
.article-wrap blockquote {
	border-left: 4px solid silver;
}
/* market gossips */
.gp-news-wrap {
	float: left;
	background: inherit;
	border: 0.5px solid #000;
	border-radius: 6px;
	margin-left: 30px;
	position: relative;
	top: 100px;
	width: 28%;
}
.gp-news-wrap h2{
	font-size: 25px;
	font-family: tahoma,arial,sans;
	padding: 8px;
	color: #039cff;
	width: 80%;
}
.gp-content-wrap {
	color: #039cff;
}
.gp-content-wrap li > h4{
	font-size: 18px;
	font-family: tahoma,arial,sans;
	font-weight: lighter;
	padding: 8px;
	color: #039cff;
	width: 80%;
	text-transform: capitalize;
}
.gp-content-wrap li h4 > a{
	color: #000;
	text-decoration: none;
}
.gp-content-wrap li h4 > a:hover {
	color: #039cff;
	transition : 0.5s ease-in;
}
.gp-content-wrap li > span{
	color: darkgray;
	margin-left: 20px;
	font-weight: bold;
	font-size: 17px;
	text-transform: capitalize;
}
/* sidecontent ads */
.sd-content-ad-wrap {
    width: 28%;
    height: 460px;
    border: 1.5px solid #000;
    padding: 0px;
    border-radius: 6px;
    text-transform: uppercase;
    top: 110px;
    display: none;
    z-index: 111;	
    font-family: helvetica;

}
/* we used this to switch position of our ad using js */
.p-fix {
	left: 68%;
	top: 110px;
    position: fixed;
}
.p-rel {
	position: relative;
	top: 110px;
	float: left;
	left: 30px;
}
.sd-content-ad-wrap:hover {
    border: 1.5px solid #039cff;
    transition : 0.4s ease-in;
}
.sd-content-ad-wrap:hover .ad-desc a{
    color: #000;
    transition : 0.4s ease-in;
}
.ad-contents {
    width: 100%;
    height: 360px;
    background: inherit;
    position: relative;
    border-radius: 4px;
}
.ad-desc > a {
    color: #039cff;
    text-decoration: none;
    position: relative;
    left: 3px;
    top: -40px;
 }
.ad-desc a:hover {
    color: #000;
    transition : 0.5s ease-in;
 }
.sd-content-ad-wrap span {
    float: right;
    position: relative;
    right: 20px;
    font-size: 10px;
    font-weight: bold;
    top: -20px;
 }
/* recent post */
.recent-news-wrap {
	height: auto;
	width: 100%;
	margin: 20px auto;
	display: inline-block;
	position: relative;
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
	background: inherit;
}
.recent-news-wrap h3 {
	font-family: tahoma,arial,sans;
	text-transform: capitalize;
	padding: 5px;
	width: 50%;
	margin-left: 20px;
	font-size: 30px;
	border-bottom: 4px solid #039cff;
	line-height: 1.3em;
	font-weight: bolder;
}
.recent-content-wrap {
	width: 100%;
}
.recent-content-wrap .content-wrap {
	width: 98%;
	background: inherit;
	list-style: none;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
}
.content-wrap li {
	width: 30%;
	height: auto;
	padding: 4px;
	margin: 4px;
	background: inherit;
	display: inline-table;
}
.content-wrap li > div {
	width: 99%;
	height: 320px;
	background: inherit;
	border-radius: 14px;
}
.content-wrap li .img-wrap > img {
	border-radius: 14px;
}
.content-wrap li .img-wrap > h4{
	font-family: tahoma,arial,serif;
	position: relative;
	padding: 10px;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: bolder;
	top: -330px;
	z-index: 1;
	text-align: left;
}
.content-wrap li .img-wrap h4 > a {
	color: #fff;
	text-decoration: none;
}
.content-wrap li .img-wrap h4 > a:hover {
	color: skyblue;
	border-bottom: 2px solid skyblue;
	transition : 0.4s ease-in;
}
.content-wrap li .img-wrap > span{
	font-family: tahoma,arial,serif;
	position: relative;
	font-size: 20px;
	font-weight: bolder;
	color: skyblue;
	z-index: 1;
	text-transform: capitalize;
	top: -280px;
	text-align: left;
}
.content-wrap li .img-cover {
	background: #000;
	margin-top: -320px;
	opacity: 0.5;
}
/* ad */
.content-wrap li.news-content-ad div span > label {
	border: 2px solid beige;
	padding: 4px;
	font-size: 16px;
	border-radius: 4px;
}




@media screen and (max-width: 950px) { 

    /* article */
    .bd-news-content-wrap {
    	width: 55%;
	    background: inherit;
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
}

@media screen and (max-width: 750px) { 

    /* article */
    .bd-news-content-wrap {
    	width: 86%;
	    background: inherit;
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    /* market gossips */
    .gp-news-wrap {
    	display: none;
    }
    /* rceent post */
    .recent-content-wrap {
    	width: 99%;
    	overflow-y: hidden;
    	position: relative;
	    scroll-behavior: smooth;
    }
    .recent-content-wrap::-webkit-scrollbar {
    	width: none;
    }
    /* for mozilla scroll bar */
    .recent-content-wrap {
        scrollbar-color: #0A4C95 #C2D2E4;
        scrollbar-width : none;
    }
    .recent-content-wrap .content-wrap {
    	width: 2000px;
    	margin: 10px auto;
	    display: flex;
	    background: none;
	    height: 290px;
	    position: relative; 
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
	    z-index: 0;
    }
    .content-wrap::-webkit-scrollbar {
    	width: none;
    }
    .content-wrap {
    	scrollbar-color: #0A4C95 #C2D2E4;
        scrollbar-width : none;
    }
    .content-wrap li {
    	width: 320px;
    	height: 250px;
    	display: block;
    	background: none;
    }
    .content-wrap li > div {
    	width: 100%;
    	height: 249px;
    }
    .content-wrap li .img-wrap > h4{
    	top: -260px;
    }
    .content-wrap li .img-cover {
    	margin-top: -250px;
    }

}

@media screen and (max-width: 630px) { 

    /* article */
    .bd-news-content-wrap {
    	width: 99%;
    	position: relative;
    	top: 30px;
	    background: inherit;
	    display: inline-table;
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    /* social share */
    .post-share-wrap{
    	left: 10px;
    	position: fixed;
    	top: 100px;
    	margin-right : 10px;
	    background: inherit;
    }
    .post-share-wrap li {
    	left: -36px;
    }
    .post-share-wrap li:hover {
    	cursor: pointer;
    }
    .post-share-wrap li > a {
    	font-size: 16px;
    }
    .post-share-wrap li.social-share {
	    display: none;
    }
}

@media screen and (max-width: 550px) {
    
    .recent-news-wrap h3 { 
    	font-size: 22px;
    	width: 70%;
    }
	.article-wrap p {
		display: block;
		font-size: 17px;
	}
}

