/*!
 * Developer : Md. Nure Alam
 *
 * Contact:
 * fiverr: https://www.fiverr.com/codewithfns
 * facebook: https://facebook.com/NureAlam36
 * instagram: instagram.com/NureAlam36
 * Twitter: twitter.com/NureaAlam36
 * Mobile: +8801303022200
 *
 */
 
 
 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.header_section {
  box-shadow: 0px 1px 7px 0px #ccccccbf;
}
.header_section .__header__top {
  position: relative;
  height: 115px;
  border-bottom: #e6e7e8c2 1px solid;
}
.header_section .__header__top .section_wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  height: 115px;
}
.header_section .__header__top .section_wrapper .__sec_left {
  float: left;
    height: 115px;
    line-height: 113px;
}
.header_section .__header__top .section_wrapper .__sec_left #logo_area img {
  width: 160px;
}
.header_section .__header__top .section_wrapper .__sec_right {
  display: flex;
  float: right;
  height: 115px;
  line-height: 115px;
}
@media screen and (max-width: 768px) {
  .header_section .__header__top .section_wrapper .__sec_right .social_links {
    display: none;
    position: absolute;
    left: 0px;
    top: 97px;
  }
}
.header_section .__header__top .section_wrapper .__sec_right .social_links ul li {
  display: inline-block;
  margin: 0px 5px;
}
.header_section .__header__top .section_wrapper .__sec_right .social_links ul li img {
  width: 15px;
}
.header_section .__header__top .section_wrapper .__sec_right .btn_sec {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .header_section .__header__top .section_wrapper .__sec_right .btn_sec {
    display: none;
    position: absolute;
    right: 15px;
    top: 97px;
  }
}
.header_section .__header__top .section_wrapper .__sec_right .btn_sec a .btn {
  background-color: #00a96c;
  color: #fff;
  font-size: 14px;
}
.header_section .__header__top .section_wrapper .__sec_right .user-profile {
  height: 100%;
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header_section .__header__top .section_wrapper .__sec_right .user-profile {
    display: none;
    position: absolute;
    right: 15px;
    top: 97px;
  }
}
.header_section .__header__top .section_wrapper .__sec_right .user-profile .profile-dropdown {
  display: flex;
}
.header_section .__header__top .section_wrapper .__sec_right .user-profile .profile-dropdown #icon i {
  font-size: 25px;
  line-height: 115px;
}
.header_section .__header__top .section_wrapper .__sec_right .user-profile .profile-dropdown #user_name {
  line-height: 115px;
  margin: 0px 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header_section .__header__top .section_wrapper .__sec_right .user-profile .profile-dropdown #caret-down {
  line-height: 115px;
}
.header_section .__header__top .section_wrapper .__sec_right .user-profile .profile-dropdown_menu {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 250px;
  z-index: 999;
  top: 115px;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
}

@media screen and (max-width: 768px) {
  .header_section .__header__top .section_wrapper .__sec_right .user-profile .profile-dropdown_menu {
      top: 99px
    }
}

.header_section .__header__top .section_wrapper .__sec_right .user-profile .profile-dropdown_menu li {
  line-height: 30px;
  list-style: none;
}

.header_section .__header__top .section_wrapper .__sec_right .user-profile .profile-dropdown_menu li a {
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  transition: all 0.25s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header_section .__header__top .section_wrapper .__sec_right .user-profile .profile-dropdown_menu li a i {
  margin-right: 8px;
  font-size: 18px;
  color: #34495d;
}
.header_section .__header__top .section_wrapper .__sec_right .user-profile .profile-dropdown_menu li a:hover {
  background-color: #f7f7f7;
}
.header_section .__header__top .section_wrapper .__sec_right .user-profile.active_menu .profile-dropdown_menu {
  display: block !important;
}
.header_section .__header__top .section_wrapper .__sec_right .menu_bar_icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_section .__header__top .section_wrapper .__sec_right .menu_bar_icon {
    display: block !important;
  }
  .header_section .__header__top .section_wrapper .__sec_right .menu_bar_icon i {
    font-size: 25px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}
.header_section .__header_menu {
  position: relative;
  line-height: 45px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .header_section .__header_menu {
    display: none;
    background-color: #fff;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header_section .__header_menu .menu_items {
    margin-top: 80px;
    border-top: #f0f0f0 1px solid;
    padding-top: 15px;
  }
  .header_section .__header_menu .menu_items #items {
    width: 100%;
    display: grid;
  }
  .header_section .__header_menu .menu_items #items li {
    display: block !important;
  }
}
.header_section .__header_menu .menu_items #items li {
  list-style-type: none;
  display: inline-block;
}
.header_section .__header_menu .menu_items #items li a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}
.header_section .__header_menu .menu_items #items li a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.header_section .__header_menu .menu_items #items li:not(:last-child) {
  margin-right: 20px;
}
.header_section .__header_menu .menu_items #items .nav-item.dropdown .nav-link {
  padding: unset !important;
}
.header_section .__header_menu .menu_items #items .nav-item.dropdown .dropdown-menu {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .header_section .__header_menu .menu_items #items .nav-item.dropdown .dropdown-menu {
    position: unset;
    width: 100%;
  }
}
.header_section .__header_menu .menu_items #items .nav-item.dropdown .dropdown-menu a {
  line-height: 30px !important;
}
.header_section .__header_menu .menu_items #items .nav-item.dropdown.open .dropdown-menu {
  display: block;
}

.header_section.dev_sm {
  overflow: hidden;
}
.header_section.dev_sm .__header__top .social_links {
  display: block !important;
}
.header_section.dev_sm .__header__top .btn_sec {
  display: block !important;
}
.header_section.dev_sm .__header__top .user-profile {
  display: block !important;
}
.header_section.dev_sm .__header_menu {
  display: block !important;
}

.__main_sec .featured_article {
  margin: 50px 0px;
  background-color: #f8f9fa;
}
.__main_sec .featured_article .article_thumb img {
  width: 100%;
  max-height: 340px;
}
.__main_sec .featured_article .content {
  margin: 30px;
  overflow: hidden;
  word-wrap: break-word;
}
.__main_sec .featured_article .content #caption {
  text-transform: uppercase;
}
.__main_sec .featured_article .content h2 {
  margin-bottom: 15px;
}
.__main_sec .featured_article .content h2 a {
  font-size: 1.75rem;
  text-decoration: none;
  color: #231f20;
}
.__main_sec .featured_article .content p {
  line-height: 27px;
  font-size: 15px;
}
.__main_sec .featured_article .content .post_meta #author_name {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.__main_sec .featured_article .content .post_meta #date {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
}
.__main_sec .__main {
  display: flex;
}

.letest_article {
  padding: 50px 0px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .letest_article {
    padding-bottom: 0 !important;
  }
}
.letest_article .section_title {
  padding-bottom: 15px;
}
.letest_article .content_wrapper .article_entry {
  display: flex;
  padding: 15px 0;
}
.letest_article .content_wrapper .article_entry .thumb {
  width: 25%;
}
.letest_article .content_wrapper .article_entry .thumb img {
  width: 100%;
  max-height: 120px;
}
.letest_article .content_wrapper .article_entry .content {
  width: 75%;
  padding: 0 20px;
  overflow: hidden;
  word-wrap: break-word;
}
.letest_article .content_wrapper .article_entry .content #article_title {
  padding-bottom: 5px;
}
.letest_article .content_wrapper .article_entry .content #article_title a {
  font-size: 1.3rem;
  color: #000;
  text-decoration: none;
  line-height: 25px;
  font-weight: 500;
}
.letest_article .content_wrapper .article_entry .content .meta {
  padding-bottom: 5px;
}
.letest_article .content_wrapper .article_entry .content .meta span {
  color: #808284;
}
.letest_article .content_wrapper .article_entry .content .meta span:not(:first-child) {
  margin: 0px 3px;
}
.letest_article .content_wrapper .article_entry .content .meta span:first-child {
  margin-right: 3px;
}
.letest_article .content_wrapper .article_entry .content .meta span#dot {
  color: #000;
  font-weight: bold;
}
.letest_article .content_wrapper .article_entry .content p {
  font-size: 15px;
}
.letest_article .view-more-btn {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 50px;
}
.letest_article .view-more-btn .btn {
  background-color: #00a96c;
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  width: 150px;
}

.__sidebar {
    margin-top:50px;
}
.__sidebar .releted_article {
  padding: 50px 0px;
}
.__sidebar .releted_article .section_title {
  padding-bottom: 15px;
}
.__sidebar .releted_article .list_group #items {
  padding-left: 30px;
  line-height: 40px;
  overflow: hidden;
  word-wrap: break-word;
  margin: 0;
}
.__sidebar .releted_article .list_group #items li a {
  text-decoration: none;
  line-height: 21px;
  color: #000;
  display: block;
  font-size: 15px;
}
.__sidebar .top_authors {
  margin-top: 50px;
  margin-bottom: 50px;
}
.__sidebar .top_authors .section_title {
  padding-bottom: 15px;
}
.__sidebar .top_authors .author_group .author {
  display: flex;
}
.__sidebar .top_authors .author_group .author .profile img {
  width: 50px;
  height: 50px;
  border: transparent;
  border-radius: 50%;
}
.__sidebar .top_authors .author_group .author .content {
  padding-left: 15px;
}
.__sidebar .top_authors .author_group .author .content #author_name a {
  text-decoration: none;
  font-size: 1.3rem;
  color: #000;
}
.__sidebar .top_authors .author_group .author .content #author_name span {
  margin-left: 10px;
}
.__sidebar .top_authors .author_group .author .content #author_name #bio {
  font-size: 15px;
}
.__sidebar .top_authors .author_group .author:not(:last-child) {
  margin-bottom: 20px;
}
.__sidebar .categories {
  margin-top: 50px;
  margin-bottom: 50px;
}
.__sidebar .categories .section_title {
  padding-bottom: 15px;
}
.__sidebar .categories .list_group ul {
  margin-left: 30px;
}
.__sidebar .categories .list_group ul li {
  line-height: 30px;
}
.__sidebar .categories .list_group ul li a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
}

.signin_form {
  max-width: 600px;
  min-height: calc(100vh - 150px);
  margin: auto;
}
.signin_form .form_wrapper {
  margin: 100px 0px;
}
.signin_form .form_wrapper h4 {
  font-weight: 500;
  font-size: 25px;
}
.signin_form .form_wrapper label {
  margin-top: 15px;
}
.signin_form .form_wrapper input {
  height: 40px;
}
.signin_form .form_wrapper #lost-pwd-link {
  margin: 15px 0px;
}
.signin_form .form_wrapper #lost-pwd-link a {
  text-decoration: none;
}
.signin_form .form_wrapper .form_btn button {
  width: 100%;
  background-color: #00a96c;
  color: #fff;
}
.signin_form .form_wrapper #forgot-link {
  margin: 15px 0px;
  text-align: end;
}
.signin_form .form_wrapper #forgot-link a {
  text-decoration: none;
}

.forgot-pwd-section {
  max-width: 400px;
  min-height: calc(100vh - 150px);
  margin: auto;
}
.forgot-pwd-section .form_wrapper {
  margin-top: 120px;
}
.forgot-pwd-section .form_wrapper h4 {
  font-weight: 500;
  font-size: 25px;
}
.forgot-pwd-section .form_wrapper p {
  margin: 30px 0px;
  line-height: 25px;
}
.forgot-pwd-section .form_wrapper input {
  height: 40px;
}
.forgot-pwd-section .form_wrapper .form_btn {
  display: flex;
  margin-top: 30px;
}
.forgot-pwd-section .form_wrapper .form_btn .btn {
  background-color: #00a96c;
  color: #f3f3f3;
}
.forgot-pwd-section .form_wrapper .form_btn a {
  padding-top: 8px;
  margin-left: 10px;
  display: block;
  text-decoration: none;
  color: #000;
}

.change_pwd_form, .forgot_pwd_form {
  max-width: 400px;
  min-height: calc(100vh - 150px);
  margin: auto;
}
.change_pwd_form .form_wrapper, .forgot_pwd_form .form_wrapper {
  margin-top: 120px;
}
.change_pwd_form .form_wrapper h4, .forgot_pwd_form .form_wrapper h4 {
  font-weight: 500;
  font-size: 25px;
}
.change_pwd_form .form_wrapper p, .forgot_pwd_form .form_wrapper p {
  margin-top: 30px;
  margin-bottom: 15px;
}
.change_pwd_form .form_wrapper input, .forgot_pwd_form .form_wrapper input {
  margin-bottom: 15px;
  height: 40px;
}
.change_pwd_form .form_wrapper ul, .forgot_pwd_form .form_wrapper ul {
  margin-left: 30px;
  margin-bottom: 30px;
  display: block;
}
.change_pwd_form .form_wrapper ul li, .forgot_pwd_form .form_wrapper ul li {
  margin-bottom: 10px;
}
.change_pwd_form .form_wrapper .form_btn, .forgot_pwd_form .form_wrapper .form_btn {
  margin-top: 30px;
}
.change_pwd_form .form_wrapper .form_btn button, .forgot_pwd_form .form_wrapper .form_btn button {
  background-color: #00a96c;
  color: white;
}
.change_pwd_form .form_wrapper .form_btn a, .forgot_pwd_form .form_wrapper .form_btn a {
  margin-left: 15px;
}

.signup_form {
  max-width: 400px;
  min-height: calc(100vh - 150px);
  margin: auto;
}
.signup_form .form_wrapper {
  margin: 100px 0px;
}
.signup_form .form_wrapper h4 {
  font-weight: 500;
  font-size: 25px;
}
.signup_form .form_wrapper label {
  margin-top: 15px;
}
.signup_form .form_wrapper input {
  height: 40px;
}
.signup_form .form_wrapper #tarm-and-services {
  margin: 15px 0px;
  line-height: 21px;
}
.signup_form .form_wrapper #tarm-and-services input {
  height: unset;
  margin-right: 8px;
}
.signup_form .form_wrapper #tarm-and-services a {
  text-decoration: none;
}
.signup_form .form_wrapper .form_btn button {
  width: 100%;
  background-color: #00a96c;
  color: #fff;
}
.signup_form .form_wrapper #login-link {
  margin: 15px 0px;
  text-align: end;
}
.signup_form .form_wrapper #login-link a {
  text-decoration: none;
}

.contact_form {
  padding: 50px 0px;
}
.contact_form .section_title {
  padding-bottom: 15px;
}
.contact_form p {
  margin-right: 100px;
  line-height: 21px;
  font-size: 15px;
}
.contact_form .form_wrapper {
  max-width: 500px;
}
.contact_form .form_wrapper form input {
  height: 40px;
}
.contact_form .form_wrapper form label {
  margin-top: 15px;
}
.contact_form .form_wrapper form .form_btn {
  margin-top: 15px;
}
.contact_form .form_wrapper form .form_btn .btn {
  background-color: #00a96c;
  color: white;
}
.contact_form .contact_details {
  margin-top: 50px;
}
.contact_form .contact_details .section_title {
  padding-bottom: 15px;
}
.contact_form .contact_details #content li {
  padding: 15px 0;
  list-style: none;
}
.contact_form .contact_details #content li span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.contact_form .contact_details #content li:not(:last-child) {
  border-bottom: #f3f3f3 1px solid;
}

.__main_sec.post_wrapper .__main {
  margin: 50px 0px;
}
.__main_sec.post_wrapper .__main .post_inner {
  width: 100%;
}
.__main_sec.post_wrapper .__main .post_inner .post_title {
  padding-bottom: 5px;
  overflow: hidden;
  word-wrap: break-word;
}
.__main_sec.post_wrapper .__main .post_inner .post_title h2 {
  line-height: 38px;
}
.__main_sec.post_wrapper .__main .post_inner .post_meta {
  padding-bottom: 15px;
}
.__main_sec.post_wrapper .__main .post_inner .post_meta #items li {
  display: inline-block;
  color: #008753;
  font-size: 15px;
}
.__main_sec.post_wrapper .__main .post_inner .post_meta #items span {
  margin: 0px 5px;
  font-weight: 700;
  color: #000;
}
.__main_sec.post_wrapper .__main .post_inner .post_entry {
  width: 100%;
  line-height: 28px;
  overflow: hidden;
  word-wrap: break-word;
}
.__main_sec.post_wrapper .__main .post_inner .post_entry ul, .__main_sec.post_wrapper .__main .post_inner .post_entry ol {
  margin-left: 15px !important;
}
.__main_sec.post_wrapper .__main .post_inner .post-tags {
  padding: 15px;
  border: #f5f5f5 1px solid;
  margin-top: 50px;
}
.__main_sec.post_wrapper .__main .post_inner .post-tags .heading {
  margin-bottom: 15px;
}
.__main_sec.post_wrapper .__main .post_inner .post-tags .items {
  margin: 0;
}
.__main_sec.post_wrapper .__main .post_inner .post-tags .items li {
  list-style: none;
  display: inline-block;
  height: 30px;
  margin: 5px;
}
.__main_sec.post_wrapper .__main .post_inner .post-tags .items li a {
  background-color: #eeeeee;
  border: #ccc 1px solid;
  padding: 3px 8px;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.25s;
  color: #000;
}
.__main_sec.post_wrapper .__main .post_inner .post-tags .items li a:hover {
  background-color: #fff;
}
.__main_sec.post_wrapper .__main .post_inner .author_profile {
  display: flex;
  background-color: #f6f9fc;
  margin: 50px 0px;
  padding: 15px;
}
.__main_sec.post_wrapper .__main .post_inner .author_profile .author_img {
  margin-top: 0px;
}
.__main_sec.post_wrapper .__main .post_inner .author_profile .author_img img {
  width: 75px;
  height: 75px;
  border: transparent;
  border-radius: 50%;
}
.__main_sec.post_wrapper .__main .post_inner .author_profile .about_details {
  padding-left: 15px;
}
.__main_sec.post_wrapper .__main .post_inner .author_profile .about_details #name {
  margin: 0;
}
.__main_sec.post_wrapper .__main .post_inner .author_profile .about_details #name a {
  font-size: 1.3rem;
  color: #008753;
  text-decoration: none;
}
.__main_sec.post_wrapper .__main .post_inner .author_profile .about_details #role {
  margin-bottom: 10px;
  display: block;
}
.__main_sec.post_wrapper .__main .post_inner .author_profile .about_details #description {
  font-size: 15px;
}
.__main_sec.post_wrapper .__main .post_inner .comments {
  padding-bottom: 50px;
}
.__main_sec.post_wrapper .__main .post_inner .comments .section_heading {
  margin-bottom: 30px;
}
.__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment {
  border-bottom: #f5f5f5 1px solid;
}
.__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .user_comment, .__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .reply_comment {
  padding: 15px 0px;
}
.__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .user_comment .comment_head, .__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .reply_comment .comment_head {
  display: flex;
  position: relative;
  display: flex;
  margin-bottom: 5px;
}
.__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .user_comment .comment_head .user_img, .__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .reply_comment .comment_head .user_img {
  margin-top: 8px;
}
.__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .user_comment .comment_head .user_img img, .__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .reply_comment .comment_head .user_img img {
  width: 40px;
  height: 40px;
}
.__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .user_comment .comment_head .content, .__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .reply_comment .comment_head .content {
  padding-left: 15px;
  overflow: hidden;
  word-wrap: break-word;
}
.__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .user_comment .comment_head span.reply_btn, .__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .reply_comment .comment_head span.reply_btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border: #ccc 1px solid;
  padding: 5px 18px;
  border-radius: 22px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.25s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .user_comment .comment_head #user-name, .__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .reply_comment .comment_head #user-name {
  margin: 0;
}
.__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .user_comment .comment_head #user-name a, .__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .reply_comment .comment_head #user-name a {
  font-size: 1.4rem;
  color: #008753;
  text-decoration: none;
}
.__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .user_comment .comment_head #date-time, .__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .reply_comment .comment_head #date-time {
  font-size: 14px;
  margin-top: 6px;
  color: #939597;
}
.__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .user_comment .comment_content, .__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .reply_comment .comment_content {
  padding-left: 55px;
  overflow: hidden;
  word-wrap: break-word;
}
.__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .user_comment .comment_content p, .__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .reply_comment .comment_content p {
  margin: 0;
}
.__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment .reply_comment {
  padding-left: 58px;
  border-top: #f5f5f5 1px solid;
}
.__main_sec.post_wrapper .__main .post_inner .comments .comments_wrapper .single_comment:first-child {
  border-top: #f5f5f5 1px solid;
}
.__main_sec.post_wrapper .__main .post_inner .comment_section_wrapper .section_heading {
  padding-bottom: 30px;
}
.__main_sec.post_wrapper .__main .post_inner .comment_section_wrapper .comment_form textarea {
  margin-bottom: 15px;
}
.__main_sec.post_wrapper .__main .post_inner .comment_section_wrapper .comment_form .form_btn .btn {
  background-color: #00a96c;
  color: white;
}
.__main_sec.post_wrapper .__main .post_inner .comment_section_wrapper .comment_login_btn {
  padding: 30px;
  border: #f5f5f5 1px solid;
  width: 100%;
}
.__main_sec.post_wrapper .__main .post_inner .comment_section_wrapper .comment_login_btn span {
  margin-right: 15px;
  font-size: 15px;
  line-height: 30px;
}
.__main_sec.post_wrapper .__main .post_inner .comment_section_wrapper .comment_login_btn span i {
  font-size: 20px;
  margin-right: 5px;
  transform: translateY(10%);
}
.__main_sec.post_wrapper .__main .post_inner .comment_section_wrapper .comment_login_btn span a {
  margin: 0px 10px;
  font-size: 15px;
  font-weight: 500;
}
.__main_sec.post_wrapper .__main .post_inner .comment_section_wrapper .comment_login_btn .google_login_btn {
  margin-top: 30px;
}
.__main_sec.post_wrapper .__main .post_inner .comment_section_wrapper .comment_login_btn .google_login_btn span {
  margin-bottom: 8px;
}
.__main_sec.post_wrapper .__main .post_inner .comment_section_wrapper .comment_login_btn .google_login_btn .google-btn {
  margin-left: 30px;
  width: 200px;
  height: 42px;
  background-color: #4285f4;
  border-radius: 2px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
}
.__main_sec.post_wrapper .__main .post_inner .comment_section_wrapper .comment_login_btn .google_login_btn .google-btn .google-icon-wrapper {
  position: absolute;
  margin-top: 1px;
  margin-left: 1px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: #fff;
}
.__main_sec.post_wrapper .__main .post_inner .comment_section_wrapper .comment_login_btn .google_login_btn .google-btn .google-icon {
  position: absolute;
  margin-top: 11px;
  margin-left: 11px;
  width: 18px;
  height: 18px;
}
.__main_sec.post_wrapper .__main .post_inner .comment_section_wrapper .comment_login_btn .google_login_btn .google-btn .btn-text {
  float: right;
  margin: 11px 11px 0 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-family: "Roboto";
}
.__main_sec.post_wrapper .__main .post_inner .comment_section_wrapper .comment_login_btn .google_login_btn .google-btn .btn-text b {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.__main_sec.post_wrapper .__main .post_inner .comment_section_wrapper .comment_login_btn .google_login_btn .google-btn:hover {
  box-shadow: 0 0 6px #4285f4;
}
.__main_sec.post_wrapper .__main .post_inner .comment_section_wrapper .comment_login_btn .google_login_btn .google-btn:active {
  background: #1669F2;
}

.__main_sec.profile_section_container {
  padding: 50px 0px;
}
.__main_sec.profile_section_container .user_profile {
  position: relative;
  box-shadow: 0px 0px 4px rgb(87 100 126 / 21%);
  padding: 30px;
  flex-direction: column;
  margin-bottom: 50px;
}
.__main_sec.profile_section_container .user_profile #edit_btn {
  position: absolute;
  right: 30px;
  top: 30px;
}
.__main_sec.profile_section_container .user_profile #edit_btn a {
  border: #ccc 1px solid;
  padding: 5px 18px;
  border-radius: 22px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.25s;
}
.__main_sec.profile_section_container .user_profile #edit_btn a:hover {
  background-color: whitesmoke;
}
.__main_sec.profile_section_container .user_profile .user_image {
  text-align: center;
  padding-bottom: 15px;
}
.__main_sec.profile_section_container .user_profile .user_image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    z-index: 5;
    background: #fff;
}
.__main_sec.profile_section_container .user_profile .user_name h2 {
  text-align: center;
  color: #008753;
  font-weight: 600;
}
.__main_sec.profile_section_container .user_profile .user_role {
  margin-bottom: 30px;
  text-align: center;
}
.__main_sec.profile_section_container .user_profile .user_details ul li {
  list-style: none;
}
.__main_sec.profile_section_container .user_profile .user_details ul li i {
  display: inline-block;
}
.__main_sec.profile_section_container .user_profile .user_details ul li i img {
  width: 15px;
}
.__main_sec.profile_section_container .user_profile .user_details ul li b {
  display: inline-block;
  margin-left: 8px;
}
.__main_sec.profile_section_container .user_profile .user_details ul li span {
  display: block;
  margin-left: 30px;
}
.__main_sec.profile_section_container .user_profile .user_details ul li:not(:last-child) {
  margin-bottom: 15px;
}
.__main_sec.profile_section_container .add_post_btn {
  text-align: end;
  margin-bottom: 35px;
}
.__main_sec.profile_section_container .add_post_btn .btn {
  background-color: #00a96c;
  color: white;
}
.__main_sec.profile_section_container .user_posts {
  margin-bottom: 50px;
}
.__main_sec.profile_section_container .user_posts .section_title {
  padding-bottom: 15px;
}
.__main_sec.profile_section_container .user_posts .content_wrapper .article_entry {
  display: flex;
  padding: 15px 0;
}
.__main_sec.profile_section_container .user_posts .content_wrapper .article_entry .thumb {
  width: 25%;
}
.__main_sec.profile_section_container .user_posts .content_wrapper .article_entry .thumb img {
  width: 100%;
  max-height: 120px;
}
.__main_sec.profile_section_container .user_posts .content_wrapper .article_entry .content {
  width: 75%;
  padding: 0 20px;
  overflow: hidden;
  word-wrap: break-word;
}
.__main_sec.profile_section_container .user_posts .content_wrapper .article_entry .content #article_title {
  padding-bottom: 5px;
}
.__main_sec.profile_section_container .user_posts .content_wrapper .article_entry .content #article_title a {
  font-size: 1.3rem;
  color: #000;
  text-decoration: none;
  line-height: 25px;
  font-weight: 500;
}
.__main_sec.profile_section_container .user_posts .content_wrapper .article_entry .content .meta {
  padding-bottom: 5px;
}
.__main_sec.profile_section_container .user_posts .content_wrapper .article_entry .content .meta span {
  color: #808284;
}
.__main_sec.profile_section_container .user_posts .content_wrapper .article_entry .content .meta span:not(:first-child) {
  margin: 0px 3px;
}
.__main_sec.profile_section_container .user_posts .content_wrapper .article_entry .content .meta span:first-child {
  margin-right: 3px;
}
.__main_sec.profile_section_container .user_posts .content_wrapper .article_entry .content .meta span#dot {
  color: #000;
  font-weight: bold;
}
.__main_sec.profile_section_container .user_posts .content_wrapper .article_entry .content p {
  font-size: 15px;
}

.__main_sec.new-post-form-wrapper {
  margin-top: 50px;
  margin-bottom: 140px;
}
.__main_sec.new-post-form-wrapper .page-title {
  margin-bottom: 30px;
}
.__main_sec.new-post-form-wrapper .form_section input {
  margin-bottom: 15px;
  height: 40px;
}
.__main_sec.new-post-form-wrapper .form_section .note-editor.note-frame.card {
  margin-bottom: 10px;
}
.__main_sec.new-post-form-wrapper #form_btn {
  margin-top: 15px;
}
.__main_sec.new-post-form-wrapper #form_btn .btn {
  background-color: #00a96c;
  color: white;
}

.__main_sec.edit_details_container .__sidebar {
  padding: 0;
}
.__main_sec.edit_details_container .change_pwd_sec .section_title {
  padding-bottom: 15px;
}
.__main_sec.edit_details_container .change_pwd_sec .section_wrapper {
  max-width: 350px;
  margin: auto;
  padding: 30px 0px;
}
.__main_sec.edit_details_container .change_pwd_sec .form_container input {
  margin-bottom: 15px;
  height: 40px;
}
.__main_sec.edit_details_container .change_pwd_sec .form_container input.btn {
  background-color: #00a96c;
  color: #fff;
}
.__main_sec.edit_details_container .edit_user_details .section_heading {
  margin-bottom: 30px;
}
.__main_sec.edit_details_container .edit_user_details .form_wrapper .change-image-sec {
  margin-bottom: 50px;
  display: flex;
}
.__main_sec.edit_details_container .edit_user_details .form_wrapper .change-image-sec .user-img img {
  width: 100px;
  height: 100px;
}
.__main_sec.edit_details_container .edit_user_details .form_wrapper .change-image-sec .img-uploader {
  margin-left: 15px;
}
.__main_sec.edit_details_container .edit_user_details .form_wrapper .change-image-sec .img-uploader .btn {
  display: block;
  background-color: #00a96c;
  color: #fff;
}
.__main_sec.edit_details_container .edit_user_details .form_wrapper input {
  margin-bottom: 15px;
}
.__main_sec.edit_details_container .edit_user_details .form_wrapper textarea {
  margin-bottom: 15px;
}
.__main_sec.edit_details_container .edit_user_details .form_wrapper .form_btn {
  margin-top: 30px;
}
.__main_sec.edit_details_container .edit_user_details .form_wrapper .form_btn span .btn {
  background-color: #00a96c;
  color: white;
}
.__main_sec.edit_details_container .edit_user_details .form_wrapper .form_btn a .btn {
  margin-left: 15px;
}

.__main_sec.cetagory_posts_wrapper .__main .cetagory_posts {
  padding: 50px 0px;
  width: 100%;
}
.__main_sec.cetagory_posts_wrapper .__main .cetagory_posts .cetagory_name {
  margin-bottom: 15px;
}
.__main_sec.cetagory_posts_wrapper .__main .cetagory_posts .content_wrapper .article_entry {
  display: flex;
  padding: 15px 0;
}
.__main_sec.cetagory_posts_wrapper .__main .cetagory_posts .content_wrapper .article_entry .thumb {
  width: 25%;
}
.__main_sec.cetagory_posts_wrapper .__main .cetagory_posts .content_wrapper .article_entry .thumb img {
  width: 100%;
  max-height: 120px;
}
.__main_sec.cetagory_posts_wrapper .__main .cetagory_posts .content_wrapper .article_entry .content {
  width: 75%;
  padding: 0 20px;
  overflow: hidden;
  word-wrap: break-word;
}
.__main_sec.cetagory_posts_wrapper .__main .cetagory_posts .content_wrapper .article_entry .content #article_title {
  padding-bottom: 5px;
}
.__main_sec.cetagory_posts_wrapper .__main .cetagory_posts .content_wrapper .article_entry .content #article_title a {
  font-size: 1.3rem;
  color: #000;
  text-decoration: none;
  line-height: 25px;
  font-weight: 500;
}
.__main_sec.cetagory_posts_wrapper .__main .cetagory_posts .content_wrapper .article_entry .content .meta {
  padding-bottom: 5px;
}
.__main_sec.cetagory_posts_wrapper .__main .cetagory_posts .content_wrapper .article_entry .content .meta span {
  color: #808284;
}
.__main_sec.cetagory_posts_wrapper .__main .cetagory_posts .content_wrapper .article_entry .content .meta span:not(:first-child) {
  margin: 0px 3px;
}
.__main_sec.cetagory_posts_wrapper .__main .cetagory_posts .content_wrapper .article_entry .content .meta span:first-child {
  margin-right: 3px;
}
.__main_sec.cetagory_posts_wrapper .__main .cetagory_posts .content_wrapper .article_entry .content .meta span#dot {
  color: #000;
  font-weight: bold;
}
.__main_sec.cetagory_posts_wrapper .__main .cetagory_posts .content_wrapper .article_entry .content p {
  font-size: 15px;
}

.__main_sec.page-content-wrapper {
  min-height: 500px;
}
.__main_sec.page-content-wrapper .inner_wrapper {
  padding: 50px 0px;
}
.__main_sec.page-content-wrapper .inner_wrapper .post_title {
  margin-bottom: 50px;
}

.footer_section {
  background-color: #44484e;
  background-repeat: repeat;
}
.footer_section .section_wrapper .section_top {
  padding: 30px 0px;
}
.footer_section .section_wrapper .section_top #logo {
  margin-bottom: 30px;
}
.footer_section .section_wrapper .section_top #logo img {
  width: 150px;
}
.footer_section .section_wrapper .section_top #description {
  max-width: 450px;
}

@media screen and (max-width: 992px) {
    .footer_section .section_wrapper .section_top #description {
      margin-bottom: 50px;
    }
}

.footer_section .section_wrapper .section_top #description p {
  color: #e7e7e7;
  font-size: 15px;
  font-weight: 300;
}
.footer_section .section_wrapper .section_top #heading {
  color: #939597;
}
.footer_section .section_wrapper .section_top #items {
  color: white;
  font-weight: 300;
  margin: 0;
}
.footer_section .section_wrapper .section_top #items li a {
    font-weight: 400;
}
.footer_section .section_wrapper .section_top #items li {
  list-style-type: none;
  line-height: 30px;
}
.footer_section .section_wrapper .section_bottom {
  border-top: #58585b 1px solid;
}
.footer_section .section_wrapper .section_bottom #copyright_text {
  line-height: 65px;
  text-align: center;
  color: #e7e7e7;
  margin: 0;
}/*# sourceMappingURL=style.css.map */