body, html { 
    overflow-x: hidden; 
    overflow-y: auto;
}
body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:15px;
	line-height:24px;
}
a {
	color: #174f01;
	text-decoration:none;
	outline:none;
}
p{
	font-size:13px;
	margin-top:7px;
}
a:hover{
	color:#174f01;
	text-decoration:underline;
	outline:none;
}
a:active{
	outline:none;
}
a:focus{
	outline:none;
	text-decoration:none;
}
img{
	border:none;
	border:0;
}
h1{
	text-decoration:none;
	font-size:24px;
	margin: 0;
    padding-top: 0px;
	font-weight:normal;
}
h3{
	margin-top:0px;
	margin-bottom:5px;
	font-weight:normal;
}
h1 a {
    color: #174f01;
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
    text-decoration: none;
}
ol li{
    margin-bottom:10px;
}

.container {
	width:1150px;
	margin:auto;
}

.container1 {
	width:1138px;
	margin:auto;
	padding:10px 5px 20px 5px;

}

#header{
	clear:both;
	height:145px;
}
.topwrapper{
	height:100px;
}
.navwrapper{
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 20px -10px #000;
    float: left;
    height: 40px;
    width: 100%;
    z-index: 2000;
    border-top: 2px solid #174f01;
    border-bottom: 2px solid #174f01;
}
ul.menunav{
	list-style: outside none none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px;
}

ul.menunav li.selected {
    width: 134px;
	background-color:#174f01;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
}
ul.menunav li {
    float: left;
    text-align: center;
	width: 140px;
}
ul.menunav li ul {
    list-style: outside none none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px;
}
ul.menunav li ul{
    background: #174f01;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    display: none;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 10000;
}
ul.menunav li ul li a {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 30px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-top: 2px;
    text-align: left;
    width: 100%;
	border-bottom:1px solid #071700;
}
ul.menunav li a:hover {
	color:#fff;
	text-shadow:none;
}
ul.menunav li:hover{
	background-color:#174f01;
	color: #fff;
	cursor:pointer;
}
ul.menunav li:hover ul{
	display:block;
}
ul.menunav li ul li:hover a {display:block;  }
ul.menunav li:hover li a:hover {
    background: #174f01;
    color: #fff;
}
ul.menunav li.selected a {
    color: #ffffff;
    text-shadow: none;
}
ul.menunav li a {
    color: #174f01;
    font-family: arial;
    font-size: 13px;
    line-height: 40px;
    text-decoration: none;
    font-weight: bold;

}
.logo{
	margin-top:5px;
	float:left;
}
.logo img{
}
.addhead {
    float: right;
    height: 90px;
    padding-top: 5px;
}
/* header */
.main{
	height:auto;
	width:1150px;
	margin:auto;
	clear:both;
	margin-top:10px;
}
.wrapper{

	margin-bottom:10px;
	margin-top:10px;
		display: grid;
    grid-template-columns: auto auto;
}
.wrappernew{
	
	box-shadow: 0 0 20px -8px #000;
	margin-bottom:10px;
	margin-top:10px;

}
.leftmain{
	
}
.rightmain{
    float:left;
    width: 295px;
    padding-left: 5px;
}
.leftside{
	width:800px;

}
.addheadpost {
   padding-top: 5px;
}
.addheadpostcenter {
   padding-top: 5px;
}
.blog{
	padding:10px;
}

.blog1{
	padding:10px;
}
.blog1 h1{
    text-align: center;
    margin: 20px;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 2px solid #174f01;
    padding-bottom: 5px;
}
.blog1 h1 a{
    text-align: center;
    margin: 20px;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 5px;
}
.blog1 h1 a:hover{
    text-decoration:none;
}
.blog span a img{
	text-align:center;
}
.postbodyimg{
	text-align:center;
	margin-bottom: 15px;
}
.pagehead h1{
	text-align:center;
	margin-top:10px;
}

.postmain{
	
    margin-bottom: 12px;
    padding-left: 20px;
    
}
.post{
	float:left;
	margin-bottom:5px;
}
.postdetail{
	float:left;
}
.detail .blogImg{
	float:left;
	margin-right:10px;
	width:100%;
	text-align:center;
}
.blogImg img{
	width:630px;

}
.blogImgnew img{

	height:260px;
}
.blogImg1 img{
	width:380px;
	padding-left:10px;
}

detail p{
	float:left;
}
.stats {
    clear: both;
    float: left;
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 10px;
}
.date {
    color: #a2a2a2;
    float: left;
    font-size: 12px;
}
.date span {
    margin-left: 2px;
	font-size:11px;
}
.share {
    float: right;
}
.commentCount {
    color: #a2a2a2;
    font-size: 11px;
    text-decoration: none;
}
.slide_buttons_area {
    height: 22px;
    width: 500px;
	clear:both;
	margin:auto;
	padding-bottom: 5px;
    padding-top: 5px;
}
.disabledPrevious {
    background-color: #f1f1f1;
    color: #a3a3a3;
    float: left;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin: 0 2px 0 0;
    text-align: center;
    text-decoration: none;
    width: 20px;
}
.current {
    background-color: #f1f1f1;
    border: 1px solid #ff0090;
    color: #ff0090;
    float: left;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    margin: 0 2px 0 0;
    text-align: center;
    width: 20px;
}
.prev_page{
	background-color: #f1f1f1;
    float: left;
    height: 18px;
    margin: 0 2px 0 0;
    text-align: center;
    width: 20px;
	border: 1px solid #ff0090;
	font-size:13px;
	line-height:18px;
}
.disabledNext{
	background-color: #f1f1f1;
    float: left;
    height: 20px;
    margin: 0 2px 0 0;
    text-align: center;
    width: 20px;
	color:#a3a3a3;
	text-decoration:none;
	font-size:13px;
	line-height:20px;
}
.links {
    background-color: #f1f1f1;
    color: #a3a3a3;
    float: left;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin: 0 2px 0 0;
    text-align: center;
    text-decoration: none;
    width: 20px;
}
.dott{
	width:20px;
	margin:0 2px 0 0;
	float:left;
}
.next_page {
    background-color: #f1f1f1;
    border: 1px solid #ff0090;
    float: left;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    margin: 0 2px 0 0;
    text-align: center;
    width: 20px;
}
.next_lnk {
    color: #ff0090;
    text-decoration: none;
}
.next_lnk {
    color: #ff0090;
    text-decoration: none;
}
.rightside{
	
	width:340px;
	padding-left:5px;
}
.sidebar{
	width:300px;
	padding:10px;
}
.slider{
	width:300px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
}
.slider h3{
	font-weight:normal;
	border-bottom: 2px solid #174f01;
}

.postimp {
    clear: both;
    margin-bottom: 5px;
}
.postimp h3{
	border-bottom: 2px solid #174f01;
    font-weight: normal;
}
.feat {
    margin-bottom: 30px;
   display: flex;
   flex-direction: row;
}
.featImg {
    
    margin-right: 10px;
    width: 100px;
}
.solm{
	width:291px;
	margin-left:10px;
	border:1px solid #cac9c9;
	margin-bottom:5px;
	padding:5px;
}
.solm h3{
	border-bottom: 2px solid #174f01;
    font-weight: normal;
}
.solm1{
	width:300px;
	margin-left:10px;
}
.piccr {
     border: 1px solid #cac9c9;
	 width:100px;
}
.featTitle {

    width: 250px;
    word-spacing: 0.6px;
    line-height: 23px;
}

.featTitle a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
.seperator {
    border-bottom: 1px dashed #ddd;
    clear: both;
	margin-bottom: 10px;
    margin-top: 10px;
}
.feedAdd{
	width:30%;
}
input[type="text"], input[type="password"], select, textarea {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: none;
    color: #999999;
    display: inline-block;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    margin-bottom: 0;
    padding: 5px;
    transition: border 0.2s linear 0s;
    width: 80%;
}
input[type="text"], input[type="password"], select, textarea {
    color: #999999;
    font-size: 12px;
    line-height: 15px;
}

.form-search {
    float: left;
    width: 315px;
}
form {
    margin: 0px;
}
.navbar ul.nav.user li.main-user {
    line-height: 29px;
}
li {
    line-height: 20px;
}
.nav {
    list-style: outside none none;
}
.blogimg{
	margin-top:10px;
	margin-bottom:0px;
}
input[type="submit"], button, input[type="button"], input[type="image"] {
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    padding: 3px 15px;
    text-transform: capitalize;
}
textarea {
    height: auto;
}
.mail {
    color: #174f01;
    font-weight: bold;
    text-decoration: none;
}
input[type="text"], input[type="password"], select, textarea {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: none;
    color: #999999;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
    padding: 5px;
    transition: border 0.2s linear 0s;
    width: 80%;
}
form label.error {
    color: #ff0000;
    display: block;
    float: none;
    font-size: 11px;
    line-height: 12px;
    padding: 5px 20px 0 0;
    text-align: left;
}
form textarea.error {
    border: 1px solid #ff0000 !important;
}
form input[type="text"].error {
    border: 1px solid #ff0000 !important;
}
.button {
    background: none repeat scroll 0 0 #174f01;
    border: 1px solid #174f01;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 14px;
}
.archive {
    clear: both;
    float: left;
    margin-bottom: 10px;
    padding: 10px;
    width: 280px;
}
.archive h3{
	border-bottom: 2px solid #174f01;
    font-weight: normal;
}
.listtop {
    margin-bottom: 20px;
    width: 280px;
	text-align:justify;
	line-height:1.2;
}
.list {
    margin-right: 3px;
}

.lost {
    margin-bottom: 50px;
    margin-top: 40px;
	text-align:center;
}
.addblock{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}
.addblockbottom{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

#footer{
	
	padding-bottom:10px;
	clear:both;
	border-top:5px solid #174f01;
}
.footerblock{
	display: grid;
    grid-template-columns: auto auto auto;
}
.footsub{
    
    display:flex;
    flex-direction:column;
}
.copy{
	float:right;
	color:#000;
	font-size:14px;
	text-align: center;
}

.linkslist{
   
    display:flex;
    flex-direction:column;
}
.linkslist a{
    font-size:16px;
    font-weight:bold;
    margin-bottom:5px;
}
.footer-links a{
	color:#000;
}
.social {
   
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    float:left;
}
.social a {
    background-color: #a09d9e;
    border-radius: 31px;
    color: #fff;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    width: 35px;
}
.social a:hover{
	background-color:#174f01;
}
.social a span{
	font-size:11px;
}
.review{
	 background: none repeat scroll 0 0 #fcf6fb;
    border: 1px dashed rgb(173, 173, 173);
    color: #727272;
    padding: 10px;
	margin-top:10px;
	margin-bottom:10px;
	line-height:17px;
}
.googleSearch{
	padding-left:10px;
	padding-right:10px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 2px !important;
	font-size:13px !important;
}
.cse input.gsc-search-button, input.gsc-search-button {
    background-color: #7d0041  !important;
    border: 1px solid #7d0041 !important;
}
.gsib_a {
	padding-top:2px !important;
}
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
    color: #7d0041 !important;
}

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
    color: #0000cc !important;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: #a09d9e !important;
}
.relatedpost{
	margin-left: 5px;
    margin-right: 5px;
    width: 135px;
	float:left;
	background:#eaeaea;
}
.relatedpost h4{
	font-size:13px;
	line-height: 1.2em;
	font-weight:normal;
	margin-top:5px;
	margin-left:5px;
        height: 65px;
}
.img100 img{
	margin-left:5px;
	margin-right:5px;
        margin-top:5px;
        height: 100px;
}
.related{
	clear:both;
        margin-bottom: 10px;
        width: 100%;
}
.tag{
    clear:both;
    float: left;
    margin-bottom: 10px;
}

.titlehead h2{

	font-size:16px;
	margin-bottom:2px;
	margin-top:5px;
	
}
.titlehead h2 a{
    color:#000;
}
.disc{
	
	float:right;
	margin-right:-10px;
}
.posttype{
	background: #e4e4e4;
       color: #777777;
	padding-left: 10px;
        padding-right: 10px;
	margin-bottom: 5px;
	display:block;
      
}
.sharesocial{
	text-align:center;
}
.sharesocial a{
	margin-left:10px;
	margin-right:10px;
	background-color: #a09d9e;
    color: #fff;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    width: 35px;
}
.sharesocial a:hover{
	background-color:#174f01;
}
.salealert{
	background: #eeeaea;
	text-align: center;
	line-height: 10px;
	margin-bottom: 10px;
	padding-bottom:10px;
}
.salehead{
	margin: 0 0 0 -5px;
	display: block;
	padding: 4px 0;
}
.salehead h2{
	margin:5px;
	font-size:14px;
	font-style:italic;
}
ul.sales{
	margin: 0 0 -4px -20px;
	padding: 0;
	list-style: none;
}
ul.sales li {

    margin: 0 0 4px 20px;
    padding: 0;
    display: inline-block;
    vertical-align: top;

}
ul.sales li a {

    display: block;
    text-decoration: none;

}
.featureblock{
    margin-bottom: 30px;
       margin-right: 20px;
    margin-left: 20px;
    display: grid;
    grid-template-columns: auto 24.125rem;
    
}
.FeaturePost{

        display: flex;
        flex-direction: column;
}
.titledet a{
    color:#000;
    font-size:21px;
    font-weight:bold;
    line-height: 26px;
}
.ftPostImg{
    text-align:center;
    margin-top:25px;
}
.ftPostImg img{
    height:450px;
}
.trendpost{
    float:left;
    padding-left:22px;
}

.catspan a{
    font-weight:bold;
    color:#174f01;
   
}
.catspan a:hover{
	color:#174f01;
	text-decoration:underline;
	outline:none;
}
.post3sec{
    display: grid;
    grid-template-columns: auto auto auto;
    margin-bottom: 40px;
    border-bottom: 1px solid #e7e3e3;
    padding-bottom: 20px;
}
.rowposts{
  display: grid;
  grid-template-columns: auto auto;
}
.detailrow{
    display:flex;
    flex-direction: row;
    margin-right: 20px;
    margin-bottom: 20px;
}
.rowImgnew{
    width:225px;
}
.rowImgnew img{
    height: 160px;
    width:185px;
    margin-right: 20px;
}
.post4sec{
	display: grid;
    grid-template-columns: auto auto auto auto;
}
.post4sec img{
    height:200px;
    width: 220px;
}
.catdes{
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    display: grid;
    grid-template-rows: auto auto;
}
.catdesexp{
}
.subcatexp{
    display: flex;
    flex-direction: row;
}
.catr{
    padding: 10px 20px 10px 20px;;
    border: 1px solid #d0cdcd;
    margin: 20px;
}