@charset "UTF-8";
/*
Theme Name: Fardaye Behtar
Author: HasaN
Author URI: https://t.me/iHaswn
Description: قالب اختصاصی وبسایت فردای بهتر
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: Shabnam;
  src: url(fonts/Shabnam/Shabnam-FD.eot) format("eot"), url(fonts/Shabnam/Shabnam-FD.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: Shabnam;
  src: url(fonts/Shabnam/Shabnam-Bold-FD.eot) format("eot"), url(fonts/Shabnam/Shabnam-Bold-FD.woff) format("woff");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: Shabnam;
  src: url(fonts/Shabnam/Shabnam-Light-FD.eot) format("eot"), url(fonts/Shabnam/Shabnam-Light-FD.woff) format("woff");
  font-style: normal;
  font-weight: thin;
}

::-moz-selection {
  background-color: #40b014;
  color: white;
}

::selection {
  background-color: #40b014;
  color: white;
}

html, body, #fullheight {
  min-height: 100% !important;
  height: 100%;
  scroll-behavior: smooth;
}

button, input {
  font-family: Shabnam;
}

body {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  font-family: Shabnam;
}

body .page_load_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.888);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 999;
}

body .page_load_wrapper.hide {
  display: none;
}

body .page_load_wrapper img {
  height: 20%;
}

body .page_load_wrapper p {
  font-size: 200%;
  color: white;
}

body .page_load_wrapper #proggress_bar {
  background-color: #40b014;
  height: 8px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

body header {
  width: 100%;
  min-height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(images/hero.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 8% 0;
}

body header .top__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  background-color: rgba(64, 176, 20, 0.6);
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0 8%;
}

body header .top__con .date_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #225e0b;
  color: white;
  font-size: 1rem;
  padding: .5em 1.25em;
  gap: 8px;
  cursor: default;
}

body header .top__con .burger_menu_wrapper, body header nav .burger_menu_wrapper {
  display: none;
}

body header .hero {
  width: 85%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  font-weight: bold;
}

body header .hero .right .logo {
  font-size: 1.35rem;
}

body header .hero .right .logo p#title {
  color: white;
  font-size: 5rem;
}

body header .hero .right .logo p#info {
  text-align: left;
}

body header .hero .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
}

body header .hero .left button#online_register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  font-size: 2.25rem;
  background-color: transparent;
  color: white;
  outline: none;
  border-radius: 1em;
  border: .3rem white solid;
  padding: .05em .5em;
  -webkit-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
  font-weight: bold;
  cursor: pointer;
  -webkit-animation: infinite 1.5s contact_shake;
          animation: infinite 1.5s contact_shake;
}

body header .hero .left button#online_register i {
  font-size: 1.8rem;
}

body header .hero .left button#online_register:hover, body header .hero .left button#online_register:active {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
}

body header .hero .left .eng_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

body header .hero .left .eng_title span {
  font-size: 2.5rem;
}

body header .hero .left .eng_title span.desc {
  font-size: 1.35rem;
}

body header .hero .left .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.35em;
}

body header .hero .left .contact #number {
  direction: ltr;
}

body .top-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  width: 93%;
  margin: 1em auto;
}

body .top-main-wrapper .adv-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-align: center;
  padding: .5em;
  border-radius: 30px;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  cursor: pointer;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
}

body .top-main-wrapper .adv-banner img {
  max-width: 25px;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25));
}

body .top-main-wrapper .adv-banner#telegram {
  background-image: url(images/tg_bg.png);
  background-color: #00ccff;
  color: white;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body .top-main-wrapper .adv-banner#telegram:hover {
  background-color: #004a5d;
  font-weight: bold;
}

body .top-main-wrapper .adv-banner#instagram {
  background-image: url(images/insta_bg.jpg);
  background-color: #9d00ff;
  color: white;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body .top-main-wrapper .adv-banner#instagram:hover {
  background-color: #7e00cc;
  font-weight: bold;
}

body .top-main-wrapper .adv-banner span {
  text-decoration: none;
}

body .main__wrapper {
  width: 93%;
  margin: 1em auto;
  background-color: transparent;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.15));
}

body .main__wrapper aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1vh;
  width: 20%;
  overflow: hidden;
  margin-top: 15px;
}

body .main__wrapper aside .aside_item_box {
  width: 100%;
  background-color: #f9f9f9;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: .85vw;
}

body .main__wrapper aside .aside_item_box .avatar {
  width: 80%;
  max-width: 200px;
  margin: auto;
}

body .main__wrapper aside .aside_item_box .avatar.rounded img {
  border-radius: 50%;
  border: 6px rgba(0, 0, 0, 0.05) solid;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

body .main__wrapper aside .aside_item_box .avatar.rounded img:hover {
  border-color: rgba(0, 0, 0, 0.1);
  border-width: 7.5px;
}

body .main__wrapper aside .aside_item_box .avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

body .main__wrapper aside .aside_item_box .text_body {
  border: 2px dashed #40b014;
  border-radius: 8px;
  padding: 15px;
}

body .main__wrapper aside .aside_item_box .text_body.margin_top {
  padding-top: 40px;
  margin-top: -45px;
}

body .main__wrapper aside .aside_item_box .text_body .title {
  color: white;
  border: 1.5px solid transparent;
  margin: auto;
  border-radius: 3px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 1px 5px;
  font-size: medium;
  -webkit-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
  cursor: default;
}

body .main__wrapper aside .aside_item_box .text_body .title:hover {
  color: #40b014;
  border-color: #40b014;
}

body .main__wrapper aside .aside_item_box .text_body .title:hover::before {
  width: 100%;
  border-radius: 0;
}

body .main__wrapper aside .aside_item_box .text_body .title::before {
  content: "";
  position: absolute;
  background-color: white;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
  z-index: 1;
}

body .main__wrapper aside .aside_item_box .text_body .title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #40b014;
  z-index: 0;
}

body .main__wrapper aside .aside_item_box .text_body .title p {
  font-size: medium;
  position: relative;
  z-index: 2;
}

body .main__wrapper aside .aside_item_box .text_body p {
  font-size: small;
  font-weight: bold;
  margin: 8px;
}

body .main__wrapper main {
  width: 80%;
  -webkit-box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.05);
          box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.05);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1%;
  background-color: #fff;
  min-height: 50vh;
  z-index: 3;
  border-radius: 3px;
  position: relative;
}

body .main__wrapper main .blog_posts_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .85em;
}

body .main__wrapper main .blog_posts_wrapper article.posts_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  gap: .35em;
  padding: .5em;
  position: relative;
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .right .post_thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .right .post_thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: -webkit-transform ease .8s;
  transition: -webkit-transform ease .8s;
  transition: transform ease .8s;
  transition: transform ease .8s, -webkit-transform ease .8s;
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .right .post_thumbnail img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .right ul.post_details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5px auto;
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .right ul.post_details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.15em 0.45em;
  border: 1px solid transparent;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: rgba(0, 0, 0, 0.65);
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .right ul.post_details li:nth-child(odd) {
  background-color: rgba(64, 176, 20, 0.25);
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .right ul.post_details li:nth-child(even) {
  background-color: white;
  border-color: rgba(64, 176, 20, 0.25);
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .right ul.post_details li:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  padding-right: 0.65em;
  padding-left: 0.65em;
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .right ul.post_details li p {
  font-weight: bold;
  font-size: small;
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .right ul.post_details li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .right ul.post_details li .title i {
  font-size: x-small;
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .5em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .left .title__bar {
  width: 100%;
  padding: 5px 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: 5px #40b014 solid;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .left .title__bar:hover {
  border-right-width: 7px;
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .left div.post_summary {
  padding: 5px;
  background-color: #c9c9c90a;
  border-radius: 2.5px;
  word-break: normal;
  text-align: justify;
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .left a#read__more_link {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .left a#read__more_link button#read__more {
  color: white;
  background-color: #40b014;
  padding: 5px 12px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid transparent;
  cursor: pointer;
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .left a#read__more_link button#read__more:hover, body .main__wrapper main .blog_posts_wrapper article.posts_list > .left a#read__more_link button#read__more:active {
  color: #40b014;
  background-color: white;
  border: 1px solid #40b014;
}

body .main__wrapper main .blog_posts_wrapper article.posts_list > .left a#read__more_link button#read__more:active {
  margin-left: 3px;
}

body .main__wrapper main .page_post_wrapper {
  width: 100%;
  -webkit-box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.05);
          box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.05);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1%;
  background-color: #fff;
  min-height: 50vh;
  z-index: 3;
  border-radius: 3px;
  position: relative;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}

body .main__wrapper main .page_post_wrapper article.single_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  gap: .35em;
  padding: .5em;
  position: relative;
}

body .main__wrapper main .page_post_wrapper article.single_post > .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
}

body .main__wrapper main .page_post_wrapper article.single_post > .right .post_thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

body .main__wrapper main .page_post_wrapper article.single_post > .right .post_thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: -webkit-transform ease .8s;
  transition: -webkit-transform ease .8s;
  transition: transform ease .8s;
  transition: transform ease .8s, -webkit-transform ease .8s;
}

body .main__wrapper main .page_post_wrapper article.single_post > .right .post_thumbnail img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body .main__wrapper main .page_post_wrapper article.single_post > .right ul.post_details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5px auto;
}

body .main__wrapper main .page_post_wrapper article.single_post > .right ul.post_details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.15em 0.45em;
  border: 1px solid transparent;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: rgba(0, 0, 0, 0.65);
}

body .main__wrapper main .page_post_wrapper article.single_post > .right ul.post_details li:nth-child(odd) {
  background-color: rgba(64, 176, 20, 0.25);
}

body .main__wrapper main .page_post_wrapper article.single_post > .right ul.post_details li:nth-child(even) {
  background-color: white;
  border-color: rgba(64, 176, 20, 0.25);
}

body .main__wrapper main .page_post_wrapper article.single_post > .right ul.post_details li:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  padding-right: 0.65em;
  padding-left: 0.65em;
}

body .main__wrapper main .page_post_wrapper article.single_post > .right ul.post_details li p {
  font-weight: bold;
  font-size: small;
}

body .main__wrapper main .page_post_wrapper article.single_post > .right ul.post_details li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .main__wrapper main .page_post_wrapper article.single_post > .right ul.post_details li .title i {
  font-size: x-small;
}

body .main__wrapper main .page_post_wrapper article.single_post > .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .5em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body .main__wrapper main .page_post_wrapper article.single_post > .left .title__bar {
  width: 100%;
  padding: 5px 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: 5px #40b014 solid;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

body .main__wrapper main .page_post_wrapper article.single_post > .left .title__bar:hover {
  border-right-width: 7px;
}

body .main__wrapper main .page_post_wrapper article.single_post > .left div.post_content {
  padding: 5px;
  background-color: #c9c9c90a;
  border-radius: 2.5px;
  word-break: normal;
  text-align: justify;
}

body .main__wrapper main .page_post_wrapper article.single_post > .left a#read__more_link {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

body .main__wrapper main .page_post_wrapper article.single_post > .left a#read__more_link button#read__more {
  color: white;
  background-color: #40b014;
  padding: 5px 12px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid transparent;
  cursor: pointer;
}

body .main__wrapper main .page_post_wrapper article.single_post > .left a#read__more_link button#read__more:hover, body .main__wrapper main .page_post_wrapper article.single_post > .left a#read__more_link button#read__more:active {
  color: #40b014;
  background-color: white;
  border: 1px solid #40b014;
}

body .main__wrapper main .page_post_wrapper article.single_post > .left a#read__more_link button#read__more:active {
  margin-left: 3px;
}

body .main__wrapper main .page_post_wrapper section.comments {
  padding: 0 6%;
  width: 100%;
  font-family: Shabnam !important;
}

body .main__wrapper main .page_post_wrapper section.comments button, body .main__wrapper main .page_post_wrapper section.comments input {
  font-family: Shabnam !important;
}

body .main__wrapper main .page_post_wrapper section.comments #wpdcom {
  width: 100%;
  max-width: unset !important;
}

body .footer_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95%;
  background-color: rgba(0, 0, 0, 0.8);
  margin: auto;
  border-radius: 50px 50px 0 0;
  padding: .35em 0;
  color: white;
  position: relative;
  overflow: hidden;
}

body .footer_head::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(images/footer-top-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.25;
}

body .footer_head .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.35em;
}

body .footer_head .contact #number {
  direction: ltr;
}

body .footer_head > .content {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  z-index: 1;
}

body footer {
  background-color: #fff;
  font-weight: thin;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}

body footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.8em 2.5em;
  padding-bottom: 0;
}

body footer .top button#slide_up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #40b014;
  color: white;
  border: #338b10;
  cursor: pointer;
  width: 32px;
  height: 32px;
  font-size: 16px;
}

body footer .top button#slide_up:hover {
  background-color: #389911;
}

body footer .bottom {
  background-color: #f8f8f8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

body footer .bottom .author {
  font-weight: bold;
  text-align: center;
  cursor: default;
  padding: .25em 1.5em;
}

body footer .bottom .author:hover i#heart {
  -webkit-animation: infinite heart_move 0.45s;
          animation: infinite heart_move 0.45s;
  color: red;
}

body footer .bottom .author i#heart {
  color: tomato;
}

body footer .bottom .author i#wp {
  color: #0073ff;
}

body ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.85em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.5px;
}

body ul.page-numbers li {
  border: 1.5px solid #40b014;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}

body ul.page-numbers li:hover {
  background-color: #40b014;
  color: white;
}

body ul.page-numbers li a {
  color: inherit;
  padding: 2px 6px;
}

body ul.page-numbers li span.page-numbers.current {
  color: white;
  background-color: #40b014;
  padding: 2px 6px;
  cursor: not-allowed;
}

@-webkit-keyframes contact_shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes contact_shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes heart_move {
  10% {
    font-size: medium;
  }
  45% {
    font-size: large;
  }
  80% {
    font-size: medium;
  }
  to {
    font-size: medium;
  }
}

@keyframes heart_move {
  10% {
    font-size: medium;
  }
  45% {
    font-size: large;
  }
  80% {
    font-size: medium;
  }
  to {
    font-size: medium;
  }
}

@media only screen and (max-width: 850px) {
  body header {
    padding: 15% 0;
  }
  body header .top__con {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body header .top__con .burger_menu_wrapper, body header nav .burger_menu_wrapper {
    width: 30px;
    height: 30px;
    font-size: 15px;
    overflow: hidden;
    display: block;
  }
  body header .top__con .burger_menu_wrapper button, body header nav .burger_menu_wrapper button {
    color: white;
    font-size: inherit;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid white;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    cursor: pointer;
  }
  body header .top__con .burger_menu_wrapper button:hover, body header .top__con .burger_menu_wrapper button:active, body header .top__con .burger_menu_wrapper button.active, body header nav .burger_menu_wrapper button:hover, body header nav .burger_menu_wrapper button:active, body header nav .burger_menu_wrapper button.active {
    background-color: white;
    color: #40b014;
  }
  body header .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.45em;
  }
  body header .hero .right .logo {
    font-size: 1rem;
  }
  body header .hero .right .logo p#title {
    font-size: 3.85rem;
  }
  body header .hero .left {
    font-size: 1rem;
  }
  body header .hero .left button#online_register {
    font-size: 1.5rem;
    border-width: 0.12 0.5em;
  }
  body header .hero .left button#online_register i {
    font-size: 1.25rem;
  }
  body header nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    padding: 1.5% 10%;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  body header nav .burger_menu_wrapper {
    margin: 2% auto;
  }
  body header nav:not(.active) {
    height: 0;
    padding: 0;
    margin: 0;
    bottom: unset;
    opacity: .5;
  }
  body header nav:not(.active) ul {
    opacity: 0;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  body header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .5em;
    -webkit-transition: inherit;
    transition: inherit;
  }
  body header nav ul li {
    color: white;
    border-radius: 8px;
    font-weight: bold;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border: 1px dashed white;
    text-align: center;
  }
  body header nav ul li a {
    color: inherit;
    padding: .35em 1.25em;
    display: inline-block;
  }
  body header nav ul li.active, body header nav ul li:hover {
    color: white;
    background-color: #40b014;
    border-color: transparent;
  }
  body .top-main-wrapper {
    font-size: .8rem;
  }
  body .top-main-wrapper .adv-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .main__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body .main__wrapper aside {
    width: 100%;
    padding: 5% 8%;
  }
  body .main__wrapper aside .aside_item_box .avatar {
    max-width: 156px;
  }
  body .main__wrapper main {
    width: 100%;
  }
  body .main__wrapper main article.posts_list, body .main__wrapper main article.single_post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .main__wrapper main article.posts_list > .right, body .main__wrapper main article.single_post > .right {
    width: 100% !important;
  }
  body .main__wrapper main article.posts_list > .left a#read__more_link, body .main__wrapper main article.single_post > .left a#read__more_link {
    width: 100%;
  }
  body .main__wrapper main article.posts_list > .left a#read__more_link button#read__more, body .main__wrapper main article.single_post > .left a#read__more_link button#read__more {
    width: 100%;
  }
  body .footer_head {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
  body .footer_head .content {
    font-size: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .5em;
  }
  body footer .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em;
  }
}

@media only screen and (min-width: 851px) {
  body header nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(237, 233, 230, 0.8);
    padding-top: 3px;
    border-bottom: #389911 3px solid;
  }
  body header nav ul {
    -webkit-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
  }
  body header nav ul.sub-menu li:hover {
    background-color: #48c717;
  }
  body header nav ul li:hover > ul.sub-menu {
    opacity: 1;
    visibility: 1;
    pointer-events: all;
  }
  body header nav > ul {
    width: 93%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: .1em;
  }
  body header nav > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(0, 0, 0, 0.65);
    font-size: 1.10rem;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    font-weight: bold;
    position: relative;
  }
  body header nav > ul > li a {
    color: inherit;
    padding: .35em 1.25em;
    display: inline-block;
  }
  body header nav > ul > li.active, body header nav > ul > li:hover {
    color: white;
    background-color: #40b014;
  }
  body header nav > ul > li ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    position: absolute;
    white-space: nowrap;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
    opacity: 0;
    visibility: 0;
    pointer-events: none;
  }
  body header nav > ul > li ul.sub-menu li {
    background-color: #40b014;
    color: white;
    border-bottom: 1px solid #4dd518;
    min-width: 100%;
    text-align: center;
  }
  body header nav > ul > li ul.sub-menu li a {
    width: 100%;
  }
  body header nav > ul > li > ul.sub-menu {
    top: 100%;
    right: 0;
    z-index: 10;
  }
  body header nav > ul > li > ul.sub-menu li {
    position: relative;
  }
  body header nav > ul > li > ul.sub-menu li ul.sub-menu {
    top: 0;
    right: 100%;
  }
}

.gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5px 5px;
  margin: 15px auto !important;
  border-radius: 5px;
  background-color: #ebebeb;
}

.gform_button {
  padding: 5px 10px;
  color: white;
  background-color: #00ba00;
  font-weight: bold;
  border: darkgreen 2px solid;
  border-bottom-width: 5px;
  border-radius: 3px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  cursor: pointer;
}

.gform_button:hover, .gform_button:active {
  background-color: #00da00;
}

.gform_button:active {
  border-bottom-width: 2px;
  margin-top: 3px;
}
/*# sourceMappingURL=style.css.map */