

html,body {
	margin: 0;
	padding: 0;
	background: none;
}

.top-main-wrapper {
	width: 100%;
	padding: 0px;
	margin: 0;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
.top-main-wrapper h2 {
	font-size: 30px;
	font-family: helvetica;
	font-weight: 800;
	color: #23182c;
	position: relative;
	top: 40px;
	left: 34px;
}
/* slide toggle for next and previous butt */
.slide-butt-wrap {
	width: 180px;
	position: relative;
	text-align: center;
	top: -8px;
	float: right;
	height: auto;
	right: -70px;
}
.slide-active {
	background: inherit;
}
.slide-inactive {
	opacity: 0.3;
}
.slide-butt-wrap a {
	border: 1px solid #000;
	color: #000;
	border-radius: 6px;
	margin: 2px;
	padding: 16px;
	display: inline-block;
	background: inherit;
	width: 40px;
	height: 17px;
}
.slide-butt-wrap a:hover {
	cursor: pointer;
	border: 1px solid #001c22;
	color: darkgray;
	transition: 0.4s ease-in;
}
.slide-inactive a:hover{
	cursor: no-drop;
	border: 1px solid #000;
	color: #000;
}

/* top contents starts */
.top-slider-m-wrap {
	width: 100%;
}
.top-slider-wrap {
	width: 96%;
	margin: 10px auto;
	overflow-y: hidden;
	position: relative;
	scroll-behavior: smooth;
	height: auto;
	background: blue;
	background: inherit;
}
.top-slider-wrap::-webkit-scrollbar {
	width: none;
}
/* for mozilla scroll bar */
.top-slider-wrap {
    scrollbar-color: #0A4C95 #C2D2E4;
    scrollbar-width : none;
}
.top-content-wrap {
	width: 4380px;
	margin: 10px auto;
	height: 450px;
	display: flex;
	overflow-y: auto;
	position: relative;
	z-index: 0;
	transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
	list-style: none;
	background: darkgray;
	background: inherit;
}
.top-content-wrap:first-child {
	margin-left: -40px;
}
.top-content-wrap {
	scrollbar-width : none;
}
.top-content-wrap li {
	width: 380px;
	margin: 5px;
	padding: 3px;
	border-radius: 6px;
	background: #eeebf0;
	height: 100%;
	padding: 8px;
	height: 400px;
}
.top-content-wrap li:hover {
	border: 0.5px solid skyblue;
	transition: all 0.36s cubic-bezier(0.685, 0.0473, 0.346, 1);
	opacity: 0.8;
}
.top-content-wrap li > div {
	width: 100%;
	position: relative;
	height: 250px;
}
.top-content-wrap li div > a {
	height: 100%;
	width: 100%;
	max-width: 450px;
}
.top-content-wrap li div a > img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
.top-content-wrap li div > h3 {
	margin: 5px;
	position: relative;
	padding: 5px;
	width: 99%;
	background: red;
	background: none;
	height: 130px;
	overflow-y: auto;
	z-index: 1;
	left: -8px;
	text-align: left;
	font-size: 16px;
	font-family: helvetica;
	top: 2;
}
.con-desc {
	scrollbar-width : none;
}  
.con-desc label {
	text-transform: capitalize;
	color: #039cff;
} 
.top-content-wrap li div h3 > a {
	margin-top: 5px;
	text-decoration: none;
	background: blue;
	background: none;
	width: 100%;
	display: block;
	height: 100%;
	color: #000;
}

/* ad */
.con-desc span  {
	text-transform: capitalize;
	color: #0a021c;
	position: relative;
	left: 10px;
}
.con-desc span > label {
	border: 1px solid #000;
	padding: 5px;
	border-radius: 4px;
} 

/* hide the clne content */
.tcw-1 {
	display: none;
}


/* small screen style */
@media screen and (max-width: 700px) {
	.slide-butt-wrap {
		right: -140px;
	}
}

@media screen and (max-width: 600px) {
    .top-main-wrapper h2 {
    	font-size: 22px;
    	left: 10px;
    }
    .top-slider-m-wrap {
    	position: relative;
    	top: 24px;
    }
	.top-content-wrap {
		width: 3020px;
		transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
		height: 290px;
	}
	.top-content-wrap li {
	    width: 250px;
	    height: 270px;
	}
	.top-content-wrap li > div {
	    height: 150px;
	}
	.top-content-wrap li div > h3 {
	    height: 100px;
	    font-size: 14px;
	}
	.slide-butt-wrap {
	   display: none;
	}

}


