body{
    font-family: 'Merriweather','SolaimanLipi','Amiri',sans-serif;
    font-size: 15px;

}
#st-1.st-has-labels .st-btn {
    min-width: 40px !important;
}
.st-btn span.st-label {
    display: none !important;
}
#st-1 .st-btn {
    height: 40px !important;
}
#st-1 .st-btn > svg {
    height: 22px !important;
    width: 30px !important;
}
.sharethis-inline-share-buttons {
    float: left;
}
span.view-count {
    margin-left: 15px;
}
img {
    width: 100%;
    height: auto;
}
a{color: #333;}
a:hover{text-decoration: none; color: #428A1A}

.header-top-area {
    background-color: #3C701E;
    padding: 8px 0;
}
.header-top-area a {
  color: #fff;
}
.socials-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.socials-link ul li {
    display: inline-block;
}
.socials-link ul li a {
    display: block;
    width: 22px;
    height: 22px;
    background-color: #fff;
    color: #88C425;
    text-align: center;
    line-height: 22px;
    margin-left: 5px;
    border-radius: 3px;
}
.socials-link ul li a:hover {
    background-color: #666;
    color: #fff;
}
.seprator {
    color: #fff;
    display: inline-block;
    padding: 0 10px;
}
header.hedar-baner-section {
    background-image: url(../../assets/images/header-bg.jpg);
}
.main-menu {background: #75AE47;border-top: 1px solid #fff;border-bottom: 1px solid #222;margin-bottom: 15px;margin-top: 15px; position: relative;}

.main-menu::before {
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    background-image: url(../../assets/images/menu-corner-left.jpg);
    width: 20px;
    height: 46px;
    background-size: cover;
}

.main-menu::after {
    position: absolute;
    content: "";
    top: -1px;
    right: 0;
    background-image: url(../../assets/images/menu-corner-right.jpg);
    width: 20px;
    height: 46px;
    background-size: cover;
}
.main-menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.main-menu ul li a {
    color: #fff;
    border-right: 1px solid #427824;
    padding: 11.6px 35px;
    display: block;
}
.main-menu ul li a:hover {
	background: none;
	color: #ddd;
}
.main-menu ul li:last-child a {
	border-right: 0;
}
.slicknav_menu {
    display:none;
}



/*mobile slide menu start */
div.mobile-main-menu{
    display: none;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #ec971f;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
/*mobile slide menu end */
/*MAIN MENU AREA END*/
/*MAIN CONTENT AREA START*/
/*CONTENT TOP AREA START */
.post-count {
}

.post-count h2 {
    color: #fff;
    border-top: 2px solid #C8C8C8;
    border-bottom: 2px solid #C8C8C8;
    padding: 15px;
    background: #75AE47;
}

.download_option h2 {
    background-color: #DCDDDF;
    color: #000000;
    padding: 18px 20px;
    border-radius: 5px;
    text-align: center;
}

/*CONTENT TOP AREA END */
/*FEATURED POST SECTION START*/

.feature_post_large {
    position: relative;
    margin-bottom: 50px;
}
.category_name h3 {
    position: absolute;
    z-index: 1;
    padding: 12px;
    width: 100%;
    margin: 0;
    color: #fff;
}
.category_name h3:after {
    position: absolute;
    background: #000;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: -1;
}
.feature_post_small{
    position: relative;
}
.category_name_small h3 {
    position: absolute;
    z-index: 1;
    padding: 12px;
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 18px;
}
.category_name_small h3::after {
    position: absolute;
    background: #000;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: -1;
}

.feature_post_small img {
    height: 137px;
}

.feat_content, .post_content {
    background-color: #dedfe1;
}

.feat_content h2, .feat_content h4, .post_content h4 {
    margin: 0;
    padding: 20px 0px 10px 10px;
}

.feat_content p{
    padding: 0 0 10px 12px;
}
.post_content p {
    position: absolute;
    bottom: 0;
    left: 10px;
}

/*single post start */
.category_name_post h3 {
    position: absolute;
    z-index: 1;
    padding: 12px;
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 18px;
}
.category_name_post h3::after {
    position: absolute;
    background: #000;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: -1;
}
.popular-item ul li:last-child {
    border-bottom: 0;
}
.single-post {
    margin-bottom: 30px;
    height: 270px;
    background: #dedfe1;
    position: relative;
}
.single-post .post_content h4 a:hover {
    text-decoration: none;
}

/*single post end */
/*category post start*/
.single_cat_post {
    margin-bottom: 30px;
    min-height: 485px;
    overflow: hidden;
    background: #EDEDED;
    position: relative;
}
.single_cat_content a.read-more {
    background: #B4B5B7;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-top: 10px;
}
.single_cat_name h5 {
    border-top: 1px solid #B4B5B7;
    border-bottom: 5px solid #B4B5B7;
    font-weight: bold;
    padding: 15px 0 15px 10px;
    font-size: 15px;
    margin: 0;
    position: relative;
}
.single-item {
    height: 230px;
}
.single_cat_name h5::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    height: 25px;
    width: 5px;
    border-left: 5px solid red;
}

.single_cat_content {
}

.single_cat_content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #EDEDED;
    min-height: 230px;
}
a.ex-style{
    text-decoration: none;
    color: #B40E1C;
    font-size: 18px;
    font-weight: bold;
    display: block;
    background-color: #ededed;
    padding-bottom: 10px;
}
a:hover.ex-style{
    text-decoration: none;
}
.single_cat_content ul li {

    border-bottom: 1px solid #BBBDBC;
    margin: 0 10px;
}

.single_cat_content ul li a {
    font-size: 18px;
    text-decoration: none;
    padding: 10px 0 10px 10px;
    display: block;
}
.single_cat_content ul li:last-child {
    border-bottom: none;
}

.single_cat_content ul li a:hover {
}

/*category post end */
/*FEATURED POST SECTION END*/

/*SIDEBAR AREA START */
/*ADD SECTION START */
.sidebar-add-section {
    margin-top: 30px;
}

.add_1 h3, .add_2 h3, .add_3 h3 {
    background-color: #e2e3e5;
    color: red;
    padding: 30px 0;
}

/*ADD SECTION END*/
/*POPULAR POST START*/
.popular-item {
}

.popular-item h3, .selected-article h3 {
    background-color: #797A7E;
    color: #fff;
    padding: 15px;
    margin-bottom: 0;
}

.popular-item ul, .selected-article ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #e2e3e5;
}

.popular-item ul li, .selected-article ul li {
    border-bottom: 1px solid #B4B5B7;
    margin: 0 10px;
}

.popular-item ul li a, .selected-article ul li a {
    font-size: 18px;
    text-decoration: none;
    padding: 12px;
    display: block;
}

.popular-item ul li a:hover, .selected-article ul li a:hover {
}

.popular-item a.ex-style, .selected-article a.ex-style {
    text-decoration: none;
    display: block;
    background: #E2E3E5;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #B11015;
}

/*POPULAR POST END*/
/*Old post sidebar start*/
.old-number-title h3{
    background-color: #797A7E;
    margin-bottom: 0;
    padding: 15px;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}
.old-number-posts{
    background-color: #e2e3e5;
    padding: 10px 5px 0 5px;
}
.single-item img {
    height: auto;
    width: 100%;
}
.old-post-more-link a.ex-style{
    text-decoration: none;
    color: #B40E1C;
    font-size: 18px;
    font-weight: bold;
    display: block;
    background-color: #B4B5B7;
    padding: 10px;
}
/*Old post sidebar end*/
/*VIDEO GALLERY SIDEBAR START */
.gallery-title h3{
    background-color: #797a7e;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
    color: #000;
}
.single-video {
    padding: 15px;
    background: #E2E3E5;
}
.video-more-link a.ex-style{
    text-decoration: none;
    color: #B40E1C;
    font-size: 18px;
    font-weight: bold;
    display: block;
    background-color: #B4B5B7;
    padding: 10px;
}
/*VIDEO GALLERY SIDEBAR END*/
/*SIDEBAR AREA END*/
/*MAIN CONTENT AREA END*/
/*FOOTER AREA START*/
.footer_area {
    padding: 25px 0;
    font-size: 16px;
}
.copyright-area {
    background: #3C701E;
    padding: 10px;
    overflow: hidden;
}
.copyright-area p {margin: 0; color: #fff;}
.footer-menu {
    display: block;
    overflow: hidden;
}
.footer-menu ul{
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li{
    display: inline-block;
}
.footer-menu ul li a{
    text-decoration: none;
    font-size: 25px;
    color: #000;
    padding: 15px;
    display: block;
}
.footer-menu ul li a span{
    padding-left: 15px;
}
.footer-menu ul li a:hover{
    text-decoration: none;
    color: #1b6d85;
}
.copyright-text p{
    color: #fff;
    margin: 0;
}
/*FOOTER AREA END*/
.category_article_list {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
a.read-more {font-weight: 700;}
.breadcumb-section {
    padding: 45px 0;
    background-color: #dedfe1;
}
.breadcumb-section h1 {
  margin-top: 0;
color: #222;
}
.save-pdf a {
    display: inline-block;
    background: #222;
    padding: 10px 30px;
    font-weight: 700;
    border-radius: 3px;
    color: #fff;
}
.save-pdf {
    float: right;
    margin-top: -45px;
}
.breadcumb-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcumb-section ul li {
  display: inline-block;
}
.popular-item h3 span {
    font-size: 15px;
}
.monthly-archive h2.category {
    color: #478F1F;
    border-bottom: 1px solid #555;
}
.category_article_list h3 {
    margin: 0;
}
.all-old-items {
    padding-top: 50px;
    padding-bottom: 50px;
}
.all-old-items .single-item {
    margin-bottom: 30px;
    height: auto;
}
.all-old-items .single-item img {
    height: auto;
}
.header-baner a.logo {
    float: left;
    width: 70%;
    display: block;
}
.header-baner a img {
    width: auto;
}
.search-form {
    float: left;
    width: 30%;
    margin-top: 50px;
}

.search-form input {
    padding: 12px;
    border: 1px solid #666;
    width: 82%;
    border-right: 0;
    border-radius: 25px 0 0 25px;
}
.search-form button {
    border: 1px solid #666;
    padding: 12px 20px;
    margin-left: -5px;
    border-radius: 0 25px 25px 0;
    border-left: 0;
}
.page-content {
    padding-top: 50px;
    padding-bottom: 50px;
}
hr {
    width : 100% !important;
}
.article-details {
    font-size: 19px;
    text-align: justify;
}
.article-details h3 {
    font-size: 30px;
    border-bottom: 1px solid #555;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.archive-page {
    padding-top: 50px;
    padding-bottom: 50px;
}
.scroll-to-up {
  background: #3C701E none repeat scroll 0 0;
  bottom: 35px;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 25px;
  text-align: center;
  width: 40px;
  z-index: 2;
  cursor: pointer;
  transition: all .5s;
}

.default_margin {
    margin-top: 50px;
}
.popular-post-section {
    overflow: hidden;
}
a.snotice-board-list {
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}
.related-articles {
    margin-bottom: 50px;
}
.related-articles .popular-item {
    margin-bottom: 30px;
}
.related-articles .single-post {height: 280px;}
.breadcumb-writer-name {
    float: right;
    margin-top: -56px;
}
.feature_post_large a img {
    height: 333px;
}
.single-post a img {
    height: 175px;
}
.gallery-title h3, .old-number-title h3 {
    color: #fff;
}
.notice-item {
    background: #E2E3E5;
    padding: 12px;
    height: 300px;
    overflow-y: scroll;
}
.main-menu ul li {
    display: inline-block;
    position: relative;
}
.main-menu ul li ul {
    position: absolute;
    top: 70px;
    left: 0;
    background-color: #75AE47;
    z-index: 999;
    width: 210px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 0;
}
.main-menu ul li:hover ul {
  top: 44px;
  visibility: visible;
  opacity: 1;
}
.main-menu ul li ul li {
    display: block;
    border-bottom: 1px solid #ccc;
}
.main-menu ul li ul li a {
    text-transform: none;
    font-size: 13px;
    padding: 10px 15px;
    display: block;
}
.main-menu ul li ul li a:hover {
    background: #3C701E;
}
.styled_breadcumb {
    background: #fff;
    padding: 25px 0;
    overflow: hidden;
}
.styled_breadcumb a { color: #333; }
.styled_breadcumb h3 {
    border-bottom: 1px solid #333;
    padding-bottom: 7px;
    margin: 0;
}
.styled_breadcumb h2 {
    margin: 14px 0;
}

.styled_breadcumb h3 {
    border-bottom: 1px solid #333;
    padding-bottom: 7px;
    margin: 0;
}
.styled_breadcumb h4.writer_name {
    width: 50%;
    padding: 8px 5px;
    float: left;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 0;
}

.styled_breadcumb p.save-facebook {
    width: 30%;
    float: left;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 0;
}
.styled_breadcumb p.save-facebook a {
    background: #6B6B6E;
    display: inline-block;
    padding: 8px 40px;
    float: right;
    color: #fff;
}
.styled_breadcumb a:hover {
    text-decoration: none;
    color: #448C1C;
}
.styled_breadcumb ul.share_btn {
    float: left;
    margin: 0;
    display: block;
    padding: 0;
    list-style: none;
}
.styled_breadcumb ul.share_btn li {
    float: left;
}
.styled_breadcumb ul.share_btn li a {
    padding: 6px 12px;
    margin: 0 5px;
    display: block;
    border-radius: 3px;
}
.styled_breadcumb ul.share_btn li a.fb { background: #3A589E }
.styled_breadcumb ul.share_btn li a.tw { background: #24AAE1 }
.styled_breadcumb ul.share_btn li a.gp { background: #DE4939 }
.styled_breadcumb ul.share_btn li a.pt { background: #040503 }

.styled_breadcumb ul.share_btn li a i {
    color: #fff;
}
.main_content_area {
    padding-bottom: 50px;
}
.article-details img {
    margin-bottom: 30px;
    height: 450px;
}
.bread-artile-info p {
    width: 40%;
    float: left;
    margin: 0;
    font-size: 16px;
    line-height: 33px;
    margin-top: 5px;
}
.bread-artile-info {
    border-top: 1px solid #E2E2E1;
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #E2E2E1;
}
.bread-title {
    overflow: hidden;
    border-top: 1px solid #E2E2E1;
    padding: 10px 0;
}
.bread-title h1 {
    margin: 0;
    line-height: 45px;
}
.mobile-search-form {
    display: none;
}
.beadcumb-direction {
    overflow: hidden;
    border-top: 1px solid #E2E2E1;
    padding: 10px 0;
    font-size: 16px;
}
.main-menu ul li i {
    position: absolute;
    top: 13px;
    color: #fff;
    right: 15px;
}
.all-old-items.list ul li a {
    font-size: 18px;
}
.all-old-items.list ul li {
    padding: 15px 20px;
}


.comments-section {
  width: 100%;
  margin-top: 40px;
}
.comments-list h3 {
  margin-bottom: 30px;
  font-weight: 700;
  color: #555;
}
.single-comment {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.comment-author-img {
  width: 12%;
  float: left;
  margin-right: 3%;
}
.comment-content {
  width: 85%;
  overflow: hidden;
}
.comment-content h4 {
  margin-top: 0;
  font-weight: 700;
}
.comment-content h5 {
  color: #777;
  font-weight: 700;
  font-size: 16px;
}
.commments-replay-link {
  color: #555;
  font-weight: 500;
  font-size: 18px;
}
.commments-replay-link:hover {
  color: #00C5DC;
}
.comment-form h3 {
  margin-bottom: 30px;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form textarea {
  padding: 12px;
  border: 1px solid #ddd;
  font-weight: 500;
  margin-bottom: 30px;
}
.comment-form input[type="text"] {
  width: 48%;
  margin-right: 3%;
}
.comment-form input[type="email"] {
  width: 48%;
}
.comment-form textarea {
  width: 99.5%;
  height: 160px;
}
.comment-form input[type="submit"] {
  background-color: #116f21;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 30px;
  border: 1px solid #116f21;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; 
  margin-bottom: 15px;
}
.comment-form input[type="submit"]:hover {
  background-color: #fff;
  color: #116f21;
}
.error {
    border: 1px solid red !important;
}