.widget_cycling_posts {
    position: relative;
    display: block;
    min-height: 380px;
}
.post_list li {
    overflow: hidden;
    padding: 50px 0 50px;
    padding: 50px 0 50px;
    margin: 0;
}

ul.ul-wrap>li{
    float:left;
    width: 33%;
    display:block;
}

.post_content{
text-align: justify;
padding:10px;
width:58%;
font-size:16px;
font-family:Arial;
}

.knowme_content{

padding:10px;
width:500px;
font-size:18px;
font-family:Arial;
margin-left:90px;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 479px) {
	#textSlider.row { margin-right: 0px !important; margin-left: 0px !important; }
    .iamCol { text-align: center; font-size:20pt; }
	.iamCol p { display: inline !important; }
	.slideCol { font-size: 25pt; text-align: center; margin-top: -20px; }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) and (max-width : 765px) {
	#textSlider.row { margin-right: 0px !important; margin-left: 0px !important; }
    .iamCol { text-align: center; font-size:25pt; }
	.iamCol p { display: inline !important; }
	.slideCol { font-size: 38pt; text-align: center; margin-top: -20px; }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 992px) {
	#textSlider.row { margin-right: 0px !important; margin-left: 0px !important; }
	.iamCol { text-align: center; font-size:30pt; }
	.iamCol p { display: inline !important; }
	.slideCol { font-size: 50pt; text-align: center; margin-top: 5px; }
	
	.content_li {
    margin-left: 19% !important;
    margin-top: -71% !important;
    margin-right: 0% !important;
    color: white;
    list-style: none;
}

.post_content {
    width: 115% !important;
    padding: 0 !important;
}
.dnh_logo{
	margin-top:372% !important;
}

.plus_img{
	height:40% !important;
	width:40% !important;
	
}
.harsh{
	width:800px !important;
	height:800px !important;
}

.kn{
	height:30% !important;
	width:30% !important;
}

.knme{
	width:85% !important;
	height:70% !important;
}

.hpos{
	height:861px !important;
	width:613px !important;
}

.para1{
	font-size:27px !important;
	margin-left:5%!important;
	margin-top:05px !important;
	
	
}

.para2{
	font-size:27px !important;
	margin-left:35%!important;
	margin-top:9% !important;
	
}

.d{
	margin-top:9% !important;
}

.b_img{
	padding-top:93% !important;
}

.dim_harsh{
	height:900px !important;
	width:800px !important;
}

.here{
	height:80% !important;
	width:80% !important;
}

.para_how{
	 
	 font-size:28px !important;
	 margin-left:10% !important;
	 margin-top:-272px !important;
	
}

.para_painter{
	margin-top:0% !important; 
	
	font-size:28px !important;
	margin-left:30% !important;
}


}



/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) and (max-width : 1200px) {
	#textSlider.row { margin-right: 0px !important; margin-left: 0px !important; }
	.iamCol { text-align: right; font-size:30pt; }
	.slideCol { font-size: 55pt; text-align: left; }
	
	
}


@media screen and (min-height: 700px)
@media screen and (min-width: 1280px)  { 
.content_li {
    margin-left: 18%;
    margin-top: -74%;
    margin-right: 0%;
    color: white;
    list-style: none;
}

.post_content {
    width: 97%;
    padding: 0;
}




}







.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 170px;
    box-shadow: 5px 12px 20px 5px #ff0000;
    z-index: 1;
	font-size: 16px;
	text-transform: uppercase;
}

.dropdown-content a {
    color: red;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ffffff;}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.nav li a{
	padding:8px 11px;
}

