@font-face {
  font-family: 'fsan';
  src: url('../fonts/iransans.eot');
  src: url('../fonts/iransans.eot') format('embedded-opentype'), url('../fonts/iransans.woff') format('woff'), url('../fonts/iransans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: iransanlight;
  src: url('../fonts/IRANSansWeb(FaNum)_Light.woff2') format('woff2');
}
@font-face {
  font-family: iransanmedium;
  src: url('../fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff2');
}
@font-face {
  font-family: iransanbold;
  src: url('../fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2');
}
@font-face {
  font-family: vazir;
  src: url('../fonts/Vazirmatn-FD-Bold.woff2') format('woff2');
}
body {
  font-family: fsan, arial;
  font-size: 14px !important;
  background: #fff;
  color: #4b566b !important;
  direction: rtl;
  text-align: right;
}
/* دیزاین آلرت های بوت استرپ */
.btn-link, a, a:hover {
  text-decoration: none !important;
}
.form-control:focus, .form-select:focus, .form-check-input:focus, button:focus {
  box-shadow: none !important;
}
/* پایان دیزاین آلرت های بوت استرپ */
video, img {
  max-width: 100%;
}
a:focus {
  outline: none;
} 
::placeholder {
  color: #7d879c;
  opacity: 1;
}
::selection {
  background: rgba(78, 84, 200, .15);
}
.btn {
  text-transform: initial !important;
}
.container-fluid,
.container, .container-lg, .container-md, .container-sm, .container-xl {
  /* max-width: 1510px !important; */
  clear: both;
}
.container.small_container {
  max-width: 1200px !important;
}
/* .container-fluid {
  padding: 0 !important;
} */
input:focus {
  outline: none !important;
}
/***********/
.maincontent {
  padding-top: 80px;
}
header {
  width: 100%;
  float: right;
}
/*header .container{ 

    display: flex;

    align-items: center;

    justify-content: space-between;

}*/
/* .header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
} */
/*  */
.header .row {
  align-items: center;
}
/* .header .col-lg-8 {
  display: flex;
  align-items: center;
}
.desktop_logo {
  float: right;
} */
/*
.desktop_logo img {
  width: 130px;
}
*/
.mobile_logo img {
  width: 130px;
}
.mani_menu_toggler svg {
  height: 21px;
  color: rgb(75, 86, 107, 0.8);
}
.mani_menu_toggler circle {
  fill: rgba(75, 86, 107, 0.8);
}
.mani_popuplogin {
  float: left;
}
.accordion_search {
  position: relative;
  margin: 10px 0;
}
.accordion_search .mdb-select {
  width: 120px;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
}
.accordion_search .mdb-select .select-dropdown.form-control {
  margin: 0 !important;
  height: 44px !important;
  border: none !important;
  padding: 10px 20px 10px 30px !important;
  border-radius: 0 4px 4px 0 !important;
  font-size: 14px !important;
  background: #eee url("../images/select-option.png") no-repeat 12px 18px;
  background-size: 13px;
}
.accordion_search .mdb-select .dropdown-content {
  padding: 0 !important;
}
.accordion_search .mdb-select .dropdown-content li {
  text-align: right !important;
  font-size: 13px !important;
}
.accordion_search .mdb-select .dropdown-content li > a, .accordion_search .mdb-select .dropdown-content li > span {
  font-size: 13px !important;
  color: #333 !important;
}

.accordion_search input.inputbox {
  margin: 0;
  color: #4b566b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dae1e7;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent;
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  width: 100%;
  height: 44px;
  padding: 10px 135px 10px 55px;
}
.accordion_search input.inputbox:focus {
  color: #4b566b;
  background-color: #fff;
  border-color: rgba(135, 0, 192, .3) !important;
  outline: 0;
  box-shadow: 0 0 0 0 transparent, 0 .375rem .625rem -.3125rem rgba(254, 105, 106, .15) !important;
}
.accordion_search .button {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 50px;
  border: none;
  background: #8700c0;
  border-radius: 4px 0 0 4px;
  color: #fff;
  font-size: 21px;
  line-height: 52px;
}
header .nav {
  float: left;
  padding: 0;
  margin-right: 15px;
  margin-top: 4px;
}
header .nav a {
  color: rgba(135, 0, 192, 1);
  background: rgba(124, 2, 176, 0.1);
  padding: 8px 20px;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
header .nav a:hover {
  background: #8700c0;
  color: #fff;
  box-shadow: none;
}
.navbar-tool-tooltip {
  display: block;
  position: absolute;
  top: -.5rem;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity .2s ease-in-out, top .2s ease-in-out;
  padding: .0625rem .375rem;
  border-radius: .1875rem;
  background-color: #2b3445;
  color: #fff;
  font-size: .6875rem;
  white-space: nowrap;
  opacity: 0;
  line-height: normal;
  z-index: 1;
}
.search_btn {
  float: left;
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 21px;
  color: #4b566b;
  position: relative;
  line-height: 46px;
}
.search_btn:hover {
  color: #4b566b;
}
.search_btn .lnr {
  line-height: 41px;
}
.search_btn:hover .navbar-tool-tooltip {
  top: -.6rem;
  opacity: .9;
}
.mobile_logo {
  display: none;
}
/******/
footer {
  color: rgba(255, 255, 255, 0.5);
  clear: both;
  width: 100%;
  float: right;
}
.footer_row1 {
  padding: 60px 0;
  background: #373F50;
  width: 100%;
  float: right;
}
.footer_row2 {
  background: #2B3445;
  padding-top: 35px;
  padding-bottom: 35px;
  width: 100%;
  float: right;
}
.footer_module h3 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 20px;
}
/*

footer .nav {

    padding: 0;

    margin: 0;

    list-style: none;

    display: block;

}

footer .nav li {

    position: relative;

}

footer .nav li span,

footer .nav li a {

    color: rgba(255,255,255,0.65);

    display: block;

    font-size: 13px;

    padding:6px 0;

} */
.feedburner {
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.feedburner h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .05em;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.feedburner form > div {
  position: relative;
  width: 450px;
  margin: 0 auto;
  max-width: 100%;
}
.feedburner form > div:before {
  content: "\f32f";
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 8px;
  top: 0;
  color: #7d879c;
  font-size: 18px;
  width: 30px;
  height: 44px;
  line-height: 40px;
}
.feedburner .email {
  width: 100%;
  background-color: #fff;
  color: #7d879c;
  padding: 6px 40px 6px 100px;
  border: none !important;
  border-radius: 6px 5px 5px 6px;
  height: 44px;
}
.feedburner h6 {
  margin: 8px 0 0;
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: normal;
  opacity: 0.5;
}
.feedburner .email::placeholder {
  color: #7f7f7f;
}
.feedburner .email:focus {
  border: none !important;
  box-shadow: none !important;
}
.feedburner .submit_btn {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100px;
  padding: 10px 25px;
  font-size: 13px;
  line-height: 16px;
  background: rgb(124, 2, 176);
  height: 44px;
  border: none;
  color: #fff;
  border-radius: 5px 0 0 5px;
}
.footer_row4 {
  padding: 24px 12px 0 !important;
  line-height: 30px;
  border-top: solid 1px rgba(255, 255, 255, .12);
}
.footer_row4 .row {
  align-items: center;
}
.namad {
  float: left;
}
.namad h6 {
  font-size: 14px;
}
.namad h6 .bi {
  color: #50B83C;
  margin-left: 6px;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.namad a {
  display: inline-block;
  background: rgb(176, 180, 184);
  border-radius: 5px;
  margin-left: 5px;
  padding: 5px;
}
.namad a:last-child {
  margin: 0;
}
.namad a img {
  width: 60px;
  border-radius: 5px;
}
/*************/
.sidebar_module {
  margin: 30px 0 0;
  padding: 30px 20px 0;
  border-top: 1px solid #e3e9ef;
  width: 100%;
  float: right;
}
.sidebar_module:first-child {
  padding: 0;
  border: none;
  margin: 0;
}
.sidebar_module > h3 {
  margin-bottom: 22px;
  font-size: 17px;
  color: rgb(55, 63, 80);
  font-weight: bold;
}
.sidebar_module .mani_news_swiper {
  margin: 0 !important;
}
/*******/
.tagspopular a {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 8px;
  padding: 6px 9px;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
  border: 1px solid #e3e9ef;
  color: #4b566b;
  font-size: 12px;
}
.tagspopular a.active,
.tagspopular a:hover { 
  color: #fff;
}
/********/
.mani_categories_module {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mani_categories_module li {
  display: block;
  margin-bottom: 10px
}
.mani_categories_module li a {
  display: flex;
  color: #4b566b;
  font-size: 13px;
  justify-content: space-between;
}
.mani_categories_module li a span {
  display: inline-block;
  color: #7d879c;
} 
/*************/
/******/
div.pagination {
  padding-top: 30px;
  border-top: 1px solid #e3e9ef;
  margin: 20px -15px !important;
  text-align: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
div.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
div.pagination ul li {
  display: inline-block;
  margin: 2px;
}
div.pagination ul li > a {
  color: rgb(75, 86, 107);
  display: block;
}
div.pagination ul.pagination-list li > a, 
div.pagination ul.pagination-list li > span {
  width: 32px;
  height: 32px;
  display: block; 
  line-height: 32px;
  transition: color .25s ease-in-out, border-color .25s ease-in-out, background-color .25s ease-in-out;
  box-shadow:0 0px 7px rgba(0, 0, 0, 0.15) !important;
  margin: 0 2px;
  color: #4b566b; 
}
div.pagination ul.pagination-list li > span,
div.pagination ul.pagination-list li > a:hover { 
  color: #fff;
  text-decoration: none;
  background-color: #aaa;  
}  

/********/
.mani_page_title{ 
  background:#f4f5f5 ;
  margin-bottom: 15px;
  padding: 15px 0;
  clear: both;
}
.mani_page_title.package_details{
  padding: 0 !important;
  background: #fff;
}
.mani_page_title .container > div{
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.mani_page_title h1{
  font-size: 17px;
  margin: 0;
  color: rgb(55, 63, 80);
} 
.breadcrumb {
/*  background: #f4f5f5;*/
  margin: 0 0 20px 0;
  padding: 10px 0;
}
.breadcrumb li {
  margin-left: 25px;
  color: rgba(75, 86, 107, .6);
  min-width: 20px;
  margin-bottom: 0 !important;
  line-height: normal !important;
}
.breadcrumb li:last-child {
  margin: 0;
}
.breadcrumb li:first-child {
  margin-left: 5px;
}
.breadcrumb li a {
  color: #4b566b;
}
.breadcrumb .divider {
  position: relative;
  display: inline-block;
}
.breadcrumb .divider img {
  display: none;
}
.breadcrumb .divider:after {
  position: absolute;
  left: -14px;
  top: -11px;
  content: "\f284";
  font-family: bootstrap-icons !important;
  font-size: 11px;
  display: block;
}
.breadcrumb li:first-child .divider:after {
  position: absolute;
  right: 0;
  left: auto;
  top: -21px;
  content: "\f425";
  font-family: bootstrap-icons !important;
  font-size: 19px;
  display: block;
  color: #4b566b;
}
/*********/
.manisoft_blog.layout1 .item-page {
  max-width: 875px;
}
.manisoft_blog.nosidebar {
    width: 764px;
    float: none;
    margin: 0 auto;
}

@media (max-width: 764px) {
    .manisoft_blog.nosidebar {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
}
.manisoft_blog {
  width: 100%;
  float: right;
  position: relative;
    margin: 0 0 30px;
}
.manisoft_blog .blog_main_content {
  width: 66.66666667%;
  float: right;
  padding: 0 0 0 30px;
}
.manisoft_blog .blog_left_sidebar {
  width: 33.33333333%;
  float: right;
  padding-right: 15px;
  display: block;
  height: 100%;
  position: static;
  min-width: 0;
  min-height: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 9;
}
.manisoft_blog .blog_left_sidebar > div {
  border-right: 1px solid #e3e9ef;
  padding-right: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  float: right;
  height: 100%;
  box-shadow: none;
}
.manisoft_blog .filter_btn {
  display: none;
  width: 36px;
  height: 36px;
  text-align: center;
  background-color: #ececee; 
  cursor: pointer;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  font-size: 21px;
  line-height: 40px;
  border: none;
  color: #4b566b !important;
  padding: 0;
}
.manisoft_blog #offcanvasRight {
  z-index: 99999 !important;
  border: none !important;
  box-shadow: 0 0 26px rgba(0, 0, 0, .5) !important;
  top: 0 !important;
  padding-bottom: 50px !important;
}
.manisoft_blog #offcanvasRight .offcanvas-header {
  box-shadow: 0 0.125rem 0.625rem -0.1875rem rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
}
.manisoft_blog #offcanvasRight .offcanvas-header span {
  display: inline-block;
  font-weight: 600;
  line-height: 1.2;
  color: #4a4b65;
  font-size: 16px;
}
.manisoft_blog #offcanvasRight .offcanvas-header .btn-close {
  margin: 0;
  padding: 0;
}
.manisoft_blog #offcanvasRight .offcanvas-body {
  padding: 0px 30px !important;
}
.manisoft_blog .filter_btn .navbar-tool-tooltip {
  top: 0;
  right: 120%;
  width: 60px;
  padding: 7px;
  font-size: 12px;
  height: 36px;
  lefy: auto;
  transform: none;
}
.manisoft_blog .filter_btn:hover .navbar-tool-tooltip {
  opacity: 1;
}
.manisoft_blog .filter_btn .navbar-tool-tooltip:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #2b3445;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: -8px;
  top: 9px;
}
.manisoft_blog .filter_box {
  display: block;
  width: 100%;
  float: right;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.manisoft_blog .filter_box .filter_title {
  display: none;
  font-size: 17px;
  border-bottom: solid 1px #eee;
  padding: 15px;
  position: relative;
  cursor: pointer;
}
.manisoft_blog .filter_box .close_filter {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 19px;
}
.manisoft_blog h1 {
  margin: 0 0 20px;
  font-size: 17px;
  color: rgb(55, 63, 80);
}


.item-page .modified_date, .item-page .created_date, .item-page .author {
  display: flex;
  color: #7d879c;
  font-size: 12px;
  position: relative;
  height: 35px;
  align-items: center;
}
.item-page .author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-left: 5px;
  display: inline-block;
}
.item-page .created_date, .item-page .author {
  padding-left: 20px;
  margin-left: 20px;
}
.item-page .created_date:hover .navbar-tool-tooltip, .item-page .modified_date:hover .navbar-tool-tooltip {
  top: -.75rem;
  opacity: .9;
}
.item-page .created_date:after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 1px;
  height: 20px;
  background: #d9e1e9;
}
.item-page .created_date:last-child:after {
  display: none;
}
.item-page .author:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 7px;
  width: 1px;
  height: 20px;
  background: #d9e1e9;
}
.item-page .modified_date .bi, .item-page .created_date .bi {
  font-size: 14px;
  margin-left: 5px;
  position: relative;
top: 2px;
}
.item-page a.comments {
  display: flex;
  color: #7d879c !important;
  align-items: center;
}
.item-page a.comments .bi {
  margin-left: 5px;
  font-size: 15px;
  position: relative;
  top: -2px;
}
.item-page .hits {
  display: flex;
  color: #7d879c !important;
  align-items: center;
  margin-left: 20px;
}
.item-page .hits .bi {
  margin-left: 5px;
  font-size: 15px;
  position: relative;
  top: 1px;
}
.item-page > figure {
  display: block;
  margin: 0 0 48px;
  text-align: center;
}
.item-page > figure figcaption {
  margin-top: 16px;
  font-size: 14px;
  color: rgb(113, 128, 150);
  display: block;
}
.item-page .mobile_share {
  display: none;
}
.item-page .mobile_share span {
  color: rgb(37, 37, 37);
  margin-left: 12px;
  display: inline-block;
}
.item-page .mobile_share #btn-share {
  height: 52px;
  width: 52px;
  line-height: 52px;
  font-size: 19px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  border: 2px solid #ededed; 
  background: none;
}
.item-page .mobile_share #btn-share .bi {
  position: relative;
  right: 2px;
}
.item-page .contenttags a {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
  padding: 6px 9px;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
  border: 1px solid #e3e9ef; 
  color: #4b566b;
  font-size: 12px;
}
.item-page .contenttags a:hover { 
  color: #fff;
}
.item-page .blog-nav-links {
  margin-top: 34px;
}
.item-page .blog-nav-links .nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.item-page .blog-nav-links .nav-item {
  min-width: 0;
  line-height: 0;
}
.item-page .blog-nav-links a {
  border: 1px solid #e3e9ef;
  padding: 16px 16px 16px 50px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-content: center;
  transition: border 250ms ease 0s;
  color: rgb(37, 37, 37); 
  box-shadow: rgba(116, 129, 141, 0.1) 0px 3px 8px 0px;
}
.item-page .blog-nav-links .next a {
  padding: 16px 50px 16px 16px;
  text-align: left;
}
.item-page .blog-nav-links a h6 {
  display: block;
  padding: 0;
  position: relative;
  font-size: 15px;
  line-height: normal;
  margin: 0;
  font-weight: normal !important;
  width: 100%;
}
.item-page .blog-nav-links a span {
  display: block;
  color: rgb(157, 170, 182);
  line-height: 25px;
  width: 100%;
}
.item-page .blog-nav-links .prev a::before {
  font-family: bootstrap-icons;
  content: "\f12f";
  position: absolute;
  font-size: 25px;
  color: rgb(157, 170, 182);
  left: 15px;
}
.item-page .blog-nav-links .next a::before {
  font-family: bootstrap-icons;
  content: "\f138";
  position: absolute;
  font-size: 25px;
  color: rgb(157, 170, 182);
  right: 15px;
}
.item-page .articleBody {
  line-height: 30px;
  position: relative;
  overflow: hidden;
  clear: both;
}
.item-page .articleBody h2 {
  color: #5c5c5c;
    line-height: normal;
    font-size: 18px;
    margin: 0 0 15px;
    padding-top: 16px;
    font-weight: bold;
}
.item-page .articleBody h3 {
  color: #5c5c5c;
    line-height: normal;
    font-size: 15px;
    margin: 0 0 15px;
    padding-top: 15px;
    font-weight: bold;
}
.item-page .articleBody h4 {
  color: #111;
  line-height: normal;
  font-size: 18px;
  margin: 0 0 15px;
  padding-top: 40px;
}
.item-page .articleBody h5 {
  color: #111;
  line-height: normal;
  font-size: 16px;
  margin: 0 0 15px;
  padding-top: 40px;
}
.item-page .articleBody h6 {
  color: #111;
  line-height: normal;
  font-size: 14px;
  margin: 0 0 15px;
  padding-top: 40px;
}
.item-page .articleBody > p > img, .item-page .articleBody > img {
  margin: 20px 0; 
  height: auto !important;
}
.item-page .articleBody ul {
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}
.item-page .articleBody ul li {
  display: block;
  padding: 8px 30px 8px 30px;
  position: relative;
  color: rgb(113, 128, 150);
  line-height: 27px;
}
.item-page .articleBody ul li:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 12px;
  border-radius: 50%;
  background: #f0f1f3;
  color: #8f9397;
}
.item-page .articleBody ol {
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}
.item-page .articleBody ol li {
  display: block;
  padding: 8px 30px 8px 30px;
  position: relative;
  color: rgb(113, 128, 150);
  line-height: 27px;
  counter-increment: item;
}
.item-page .articleBody ol li:before {
  content: counter(item);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 12px;
  border-radius: 50%;
  background: #f0f1f3;
  color: #8f9397;
}
.item-page .articleBody ol[style="list-style-type: lower-alpha;"] li:before, .item-page .articleBody ul[style="list-style-type: circle;"] li:before {
  background: rgba(0, 201, 167, 0.1);
  color: #00c9a7;
}
.item-page .articleBody ol[style="list-style-type: lower-greek;"] li:before, .item-page .articleBody ul[style="list-style-type: square;"] li:before {
  background: rgba(222, 68, 55, .1);
  color: #de4437;
}

.item-page .articleBody blockquote {
  margin: 30px 0 30px;
  padding: 40px 135px 20px 40px; 
  position: relative; 
  box-shadow: rgba(116, 129, 141, 0.1) 0px 3px 8px 0px;
  border: 1px solid #e3e9ef;
  background: #fff;
} 
.item-page .articleBody blockquote::before {
  position: absolute;
  top: 52px;
  right: 50px;
  font-size: 47px;
  text-align: center;
  z-index: 5;
  background-size: contain;
  content: "\f255";
  font-family: bootstrap-icons !important;
}
.item-page .articleSection {
  clear: both;
  margin: 32px 0;
  color: rgb(103, 119, 136);
  border-bottom: 1px solid #e3e9ef;
  padding: 32px 0;
  border-top: 1px solid #e3e9ef;
}
.item-page .articleBody .card {
  box-shadow: none !important;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}
.item-page .articleBody .card .card-header {
  background: none;
  padding: 0;
  border: none;
}
.item-page .articleBody .card .card-header h5 {
  margin: 0 !important;
  padding: 0 !important;
}
.item-page .articleBody .card .card-header button {
  color: #333;
  width: 100%;
  margin: 0;
  padding: 0 24px 0 65px;
  text-align: right;
  line-height: normal;
  display: block;
  position: relative;
  height: 60px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.04); 
  overflow: initial !important;
  border: none;
}
.item-page .articleBody .card .card-header button[aria-expanded="true"] {
  background: #fd8804;
  box-shadow: 0px 7px 24px -19px rgba(0, 0, 0, 0.5) !important;
  transition: 0.3s;
  color: #fff;
}
.item-page .articleBody .card button[aria-expanded="false"]:after {
  width: 60px;
  content: '+';
  height: 60px;
  position: absolute;
  left: 0;
  top: 0; 
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-family: initial !important;
  line-height: 58px; 
}
.item-page .articleBody .card button[aria-expanded="true"]:after {
  width: 60px;
  content: '-';
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(255, 255, 255);
  text-align: center;
  color: #fd8804;
  font-size: 35px;
  font-family: initial !important;
  line-height: 53px;
}
.item-page table {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
  border: none;
  margin: 30px 0 !important;
}
.item-page table caption {
  padding: 12px 0;
  color: #6c757d;
  caption-side: initial;
  text-align: center;
  font-size: 14px;
}
.item-page table tr {
  border: none !important;
  box-shadow: none !important;
}
.item-page table thead td, .item-page table thead th {
  font-size: 16px;
  color: #fff;
  line-height: 1.4; 
  border: none !important;
  text-align: center;
  padding: 18px 15px !important;
} 
.item-page table tbody tr:nth-child(even) {
  background: #f8f6ff;
}
.item-page table tbody tr:nth-child(odd) {
  background: #fff;
}
.item-page table tbody tr td {
  border: none !important;
  padding: 15px !important;
  line-height: normal !important;
  font-size: 13px;
  color: rgb(128, 128, 128);
  box-shadow: none !important;
}
#manirelatedarticles {
  position: relative;
  margin: 30px 0;
  width: 100%;
  float: right;
  background: none !important;
  border-top: 1px solid #e3e9ef;
  padding: 10px 0 0 !important;
}
#manirelatedarticles > h3.title{
  line-height: 1.6;
  font-size: 16px;
  margin: 0 0 0;
}
#manirelatedarticles .image_box {
  overflow: hidden;
  position: relative; 
  margin-bottom: 10px;
}
#manirelatedarticles .image_box img{ 
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
  transition: all 1.5s cubic-bezier(0,0,.2,1); 
}
#manirelatedarticles .swiper-slide:hover img {
  -webkit-transform: scale3d(1.1,1.1,1.1);
  transform: scale3d(1.1,1.1,1.1);
} 
#manirelatedarticles .info h3 {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}
#manirelatedarticles h3 a {
  color: #000;
}

#manirelatedarticles .swiper_buttons {
  position: absolute;
  bottom: -15px;
  width: 100%;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
#manirelatedarticles .swiper_buttons > div {
  position: static;
  width: auto;
  height: auto;
  margin: 0 10px;
}
#manirelatedarticles .swiper_buttons > div::after {
  font-size: 16px !important;
  font-weight: bold;
} 
#manirelatedarticles .slider_content{
  position: relative;
}  
#manirelatedarticles .swiper-container{
  overflow: hidden; 
  margin: 0 -10px;
} 
#manirelatedarticles .swiper-slide > div {
  padding: 10px !important;
}
#manirelatedarticles .swiper-slide { 
  width: 33.33%;   
}
@media only screen  and (max-width : 1200px) { 
  #manirelatedarticles .swiper-slide { 
      width: 33.33%;  
  }
}
@media only screen  and (max-width : 980px) { 
  #manirelatedarticles .swiper-slide { 
      width: 40%;  
  }
} 
@media only screen  and (max-width : 620px) { 
  #manirelatedarticles .swiper-slide { 
      width: 80%;  
  } 
  #manirelatedarticles{
      margin-bottom:0 !important;
  }
  #manirelatedarticles .swiper_buttons {
      display: none;
  }
} 

.com_search .container.mani_search_error {
  max-width: 1040px !important;
}
.com_search .mani_search_error .text {
  margin-bottom: 20px;
  margin-top: 30px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  text-align: center;
  color: rgb(22, 29, 37);
  font-size: 16px;
  border-bottom: 1px solid #e3e9ef;
}
.searchForm {
  width: 100%;
}
.searchForm .btn-toolbar {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.searchForm h3 {
  font-size: 18px;
  margin: 20px 0;
}
.searchForm input {
  background: #fff;
  border: 2px solid #c6ced6;
  display: inline-block;
  padding: 15px 32px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 5px;
  width: 100%;
  margin: 0;
  height: 60px;
}
.searchForm input:focus {
  border: 2px solid #c6ced6 !important;
  box-shadow: none !important;
}
.searchForm .btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 5px 0 0 5px;
  background: #8700c0;
  color: #fff;
  box-shadow: none;
  margin: 0;
  padding: 0;
  font-size: 21px;
  line-height: 70px;
}
.com_search .search_err {
  margin: 60px 0;
  padding: 60px 40px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.04);
  text-align: center;
  position: relative;
}
.com_search .search_err::before {
  content: " ";
  display: inline-block;
  width: 240px;
  height: 140px;
  margin-bottom: 10px;
  background: url(../images/empty-search.png) 50% 50% no-repeat;
  background-size: 140px;
}
.com_search .search_err h3 {
  color: rgb(22, 29, 37);
  font-size: 40px;
  margin: 0 0 10px;
  line-height: 54px;
}
.com_search .search_err h6 {
  color: rgb(64, 82, 97);
  margin: 0;
  line-height: normal;
  font-size: 14px;
}
.search_results_info {
  background: #f0f3f6;
  border-bottom: 1px solid #e2e7ed;
  padding: 20px 0;
  margin: 0 0 45px;
}
.search_results_info .col-lg-4 {
  display: flex;
  align-items: center;
}
.search_advanced_form input {
  margin: 0;
  color: #4b566b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dae1e7;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent;
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  width: 100%;
  height: 44px;
  padding: 10px 135px 10px 55px;
}
.search_advanced_form input:focus {
  color: #4b566b;
  background-color: #fff;
  border-color: rgba(135, 0, 192, .3) !important;
  box-shadow: 0 0 0 0 transparent, 0 .375rem .625rem -.3125rem rgba(254, 105, 106, .15) !important;
}
.search_advanced_form .btn-toolbar {
  position: relative;
}
.search_advanced_form button {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 50px;
  border: none;
  background: #8700c0;
  border-radius: 4px 0 0 4px;
  color: #fff;
  font-size: 21px;
  line-height: 52px;
  margin: 0;
  padding: 0;
}
.search_advanced_form .mdb-select {
  width: 120px;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
}
.search_advanced_form .mdb-select .select-dropdown.form-control {
  margin: 0 !important;
  height: 44px !important;
  border: none !important;
  padding: 10px 20px 10px 30px !important;
  border-radius: 0 4px 4px 0 !important;
  font-size: 14px !important;
  background: #eee url("../images/select-option.png") no-repeat 12px 18px;
  background-size: 13px;
}
.search_advanced_form .mdb-select .dropdown-content {
  padding: 0 !important;
}
.search_advanced_form .mdb-select .dropdown-content li {
  text-align: right !important;
  font-size: 13px !important;
}
.search_advanced_form .mdb-select .dropdown-content li > a, .search_advanced_form .mdb-select .dropdown-content li > span {
  font-size: 13px !important;
  color: #333 !important;
}
.com_search .each_result {
  margin-bottom: 30px;
}
.com_search .each_result .image_box {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.com_search .each_result img {
  position: relative;
  border-radius: 4px;
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
  transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}
.com_search .each_result:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.com_search .each_result .image_box .free {
  text-align: center;
  display: inline-block;
  background: #6cbd7e;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 3px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.com_search .each_result .image_box .queue {
  text-align: center;
  display: inline-block;
  background: #fd8804;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 3px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.com_search .each_result .info .time {
  color: rgba(135, 0, 192, 1);
  font-size: 13px;
  display: block;
  margin: 0 0 10px;
}
.com_search .each_result .info .price {
  font-size: 18px;
  line-height: 26px;
  color: rgb(3, 31, 66);
  font-weight: bold;
}
.com_search .each_result .tag {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #fd8804;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 4px;
}
.com_search .each_result .info {
  padding: 15px 0 0;
}
.com_search .each_result .info h5 {
  margin: 0 0 10px;
  font-size: 13px;
}
.com_search .each_result .info h5 a, .com_search .each_result .info h5 span {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  border-radius: 2px;
  padding: 2px 10px;
  background: rgba(0, 0, 0, .05);
  color: #666;
}
.com_search .each_result .info h3 {
  font-size: 14px;
  color: rgb(37, 37, 37);
  line-height: 24px;
  margin: 0 0 10px;
  height: 50px;
  overflow: hidden;
}
.com_search .each_result .info h3 a {
  color: rgb(37, 37, 37);
}
.search_grid {
  width: 100%;
  float: right;
}
.search_grid .grid-sizer, .search_grid .grid-item {
  width: 50%;
}
@media (min-width: 1200px) {
  .search_grid .grid-sizer, .search_grid .grid-item {
    width: 50%;
  }
  .desktop_logo img {
    margin-top: 4px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search_grid .grid-sizer, .search_grid .grid-item {
    width: 50%;
  }
  .desktop_logo img {
    margin-top: 4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search_grid .grid-sizer, .search_grid .grid-item {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .search_grid .grid-sizer, .search_grid .grid-item {
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 575px) {
  .search_grid .grid-sizer, .search_grid .grid-item {
    width: 100%;
    padding: 0 !important;
  }
}
.search_grid .grid-item {
  padding: 15px;
}
.search_grid_box {
  display: flex;
  flex-wrap: wrap;
}
/*************** com users ***********/
.manisoft_profile_edit {
  margin: 50px 0;
}
.dashboard_details.profile-edit.profile span {
  color: #333;
}
.profile-edit .control-group {
  margin-bottom: 20px;
}
.profile-edit input {
  height: 44px;
  font-size: 13px;
  border: 1px solid #dae1e7;
  border-radius: 4px;
  box-shadow: none !important;
  width: 100%;
  padding: 10px;
}
.profile-edit .control-label {
  color: rgb(74, 75, 101);
  margin: 0 0 10px;
}
.profile-edit .mdb-select .select-dropdown.form-control {
  margin: 0 !important;
  height: 44px !important;
  border: 1px solid #dae1e7 !important;
  padding: 10px 20px 10px 30px !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  background: #fff url("../images/select-option.png") no-repeat 12px 18px;
  background-size: 13px;
}
.profile-edit .mdb-select .dropdown-content {
  padding: 0 !important;
}
.profile-edit .mdb-select .dropdown-content li {
  text-align: right !important;
  font-size: 13px !important;
}
.profile-edit .mdb-select .dropdown-content li > a, .profile-edit .mdb-select .dropdown-content li > span {
  font-size: 13px !important;
  color: #333 !important;
}
.profile-edit .select-wrapper {
  position: relative;
  padding-top: 30px;
}
.profile-edit .select-wrapper label {
  position: absolute;
  top: 0;
  color: rgb(74, 75, 101);
}
.profile-edit .select-wrapper span.caret {
  display: none;
}
.profile-edit .btn {
  background: rgb(218, 224, 236) !important;
  color: rgb(75, 86, 107) !important;
  border-radius: 4px;
  box-shadow: none;
  font-size: 13px;
  padding: 4px 25px;
  transition: all .25s cubic-bezier(.645, .045, .355, 1), color 0s linear;
  opacity: 1 !important;
  pointer-events: initial !important;
  height: 43px;
  line-height: 35px !important;
  margin: 0 0 0 10px;
  border: none !important;
}
.profile-edit .btn.btn-primary {
  background: #8700c0 !important;
  color: #fff !important;
}
.profile-edit * {
  scrollbar-width: thin;
  scrollbar-color: #b3b3b3 #e6e6e6;
}
.profile-edit *::-webkit-scrollbar {
  width: 8px;
}
.profile-edit *::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 9px;
}
.profile-edit *::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border-radius: 9px;
  border: none;
}
.profile-edit .profile_avatar {
  background: rgba(124, 2, 176, 0.03);
  padding: 24px;
  border-radius: 5px;
  margin-bottom: 24px;
  display: flex !important;
  align-items: center;
}
.profile_avatar .file-field {
  background: #fff;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 10px -3px;
  min-width: auto;
  width: 120px;
  float: none;
  margin-bottom: 10px;
  color: rgb(1, 1, 1);
}
.profile_avatar .file-field .file_btn {
  background: none;
  width: 45px;
  height: 40px;
  float: right;
  font-size: 21px;
  text-align: center;
  line-height: 51px;
  border-radius: 0 4px 4px 0;
}
.profile_avatar .file-field .file-path-wrapper {
  padding: 0 !important;
  height: 40px !important;
}
.profile_avatar .file-field input.file-path {
  width: 100%;
  height: 40px !important;
  border: none;
  padding: 0 !important;
  border-radius: 4px 0 0 4px;
  color: rgb(1, 1, 1);
  font-size: 13px;
}
.profile_avatar .file-field input.file-path::placeholder {
  color: rgb(1, 1, 1);
}
.profile_avatar .file-field .file_btn table {
  opacity: 0;
}
.profile-edit .profile_avatar .imageholderprofile {
  width: 150px;
  border-radius: 50%;
}
.profile-edit .profile_avatar img {
  border-radius: 50%;
}
.profile-edit .profile_avatar .desc {
  color: #9e9fb4 !important;
  font-size: 13px;
  width: 100%;
  float: right;
}
.profile-edit .profile_description {
  margin-right: 20px;
}
.avatar_edit [type="file"] {
  height: 0 !important;
  overflow: hidden;
  width: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.avatar_edit #iu_result {
  display: none;
}
.avatar_edit label {
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  background: #fff;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 10px -3px;
  min-width: auto;
  width: 120px;
  float: none;
  margin-bottom: 10px;
  padding: 10px 39px 10px 10px;
  position: relative;
  color: #666;
}
.avatar_edit label .bi {
  font-size: 21px;
  position: absolute;
  right: 10px;
  top: 9px;
}
.dashboard_details.profile-edit h1 {
  font-size: 22px;
  margin: 0;
  color: rgb(55, 63, 80);
}
/*****************/
.manisoft_module > h3 {
  position: relative;
  margin: 0px 0px 43px 0px;
  line-height: normal;
  color: rgb(37, 37, 37);
  font-size: 22px;
  font-weight: bold;
}
.manisoft_module > h3::after {
  content: "";
  position: absolute;
  width: 91px;
  height: 12px;
  bottom: -7px;
  right: 21px;
  background-color: rgba(135, 0, 192, 1);
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url(../images/headline-curve.svg);
  mask-image: url(../images/headline-curve.svg);
}
.gray_row {
  background-color: #F8F8F8;
  clear: both;
  padding: 73px 0px 46px 0px !important;
  width: 100%;
  float: right;
}
.white_row {
  background-color: #fff;
  padding: 78px 0px 46px 0px !important;
  clear: both;
  width: 100%;
  float: right;
}
/***************/
@-webkit-keyframes edumallAnimationFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes edumallAnimationFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.edumallFadeInUp {
  -webkit-animation-name: edumallAnimationFadeInUp;
  animation-name: edumallAnimationFadeInUp
}
/*************/
.error_html {
  height: 100%;
}
.error_body {
  height: 100%;
}
.error_page {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  padding: 0 15px;
}
.error_page img {
  width: 600px;
  margin: 0 auto;
}
.error_page h1 {
  color: rgb(13, 27, 72);
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  margin-bottom: 12px;
  margin-top: 24px;
}
.error_page .desc {
  color: rgb(13, 27, 72);
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 24px;
  margin-top: 10px;
  text-align: center;
  max-width: 700px;
}
.error_page a {
  color: rgba(255, 255, 255, 1);
  background: rgba(135, 0, 192, 1);
  box-shadow: 0 3px 13px rgba(135, 0, 192, 0.4);
  display: inline-block;
  padding: 13px 30px;
  border-radius: 4px;
  transition: box-shadow .25s ease, transform .25s ease, -webkit-transform .25s ease;
  position: relative;
}
.error_page a .lnr {
  position: relative;
  top: 3px;
  margin-left: 3px;
}
.error_page a:hover, .error_page a:focus {
  text-decoration: none;
  box-shadow: none;
}
@media (max-width : 1200px) {

}
@media (max-width : 1000px) {
  .item-page .articleBody blockquote {
    margin: 20px 0;
    padding: 60px 20px 20px;
  }
  .item-page .articleBody blockquote::before {
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
  .error_page h1 {
    font-size: 25px;
    line-height: normal;
  }
  .error_page .desc {
    font-size: 14px;
    line-height: 25px;
    margin-top: 0;
  }
  .sidebar_module:first-child {
    margin: 30px 0 0;
  }
  .footer_row4 {
    text-align: center;
  }
  footer .container > .row {
    margin: 0 !important;
  }
  .footer_menu1 {
    margin-bottom: 20px !important;
  }
  .namad {
    float: right;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
  }
  .copyright_row {
    order: 2;
  }
  .sidebar_module .mani_news_swiper.mani_news_swiper_row .news_row .blog_text {
    padding: 10px 0 0 !important;
    width: 100%;
    float: right;
  }
  .sidebar_module .mani_news_swiper {
    margin: 0 !important;
  }
  .search_advanced_form {
    margin: 20px 0 0;
  }
  .sidebar_module .manidownload_packages.layout2 h3 {
    padding: 10px 0 0 !important;
  }
  .sidebar_module .manivideo_videos .no-padding {
    padding: 0 15px 15px !important;
  }
  .sidebar_module .mani_news_swiper {
    padding: 0 !important;
  }
 
  .mani_page_title h1 { 
      margin: 0 0 10px; 
      padding-top: 0;
  }
  .mani_page_title{
      padding: 5px 0 !important;
      margin-bottom: 10px;
  }
  .mani_page_title .container > div{
      padding: 0 !important;
  }
  .breadcrumb li:first-child .divider::after { 
      top: -17px; 
      font-size: 17px;  
  }    
  .mani_page_title .breadcrumb{
      margin: 0 !important;
      white-space: nowrap;
      display: block;;
  }
  .mani_page_title .breadcrumb li{
      display: inline-block;
  }
  .mani_page_title .container > div{
      display: block;
  } 
  .mani_page_title .breadcrumb{
      margin-top: 20px;
  }
  .mani_page_title .BreadcrumbList_div{
      overflow-x: scroll;
      padding-bottom: 0;
      overflow-y: hidden;
  }
  .mani_page_title.package_details{
      margin-bottom: 20px !important;
  } 
  /**/
  .item-page {
    max-width: 100% !important;
  }
  .item-page .justify-content-between {
    -ms-flex-pack: noraml !important;
    justify-content: normal !important;
    padding: 0 0 5px !important;
  }
  .item-page .hits, .item-page .modified_date {
    margin-left: 20px;
  }
  .item-page .comments, .item-page .hits, .item-page .modified_date, .item-page .created_date, .item-page .author {
    padding: 0;
    margin-bottom: 10px;
  }
  .item-page .created_date::after, .item-page .author::after {
    display: none;
  }
  .item-page .contenttags {
    position: relative;
    text-align: right;
    margin: 0 0 20px;
    padding: 0 30px 0 0;
  }
  .item-page .contenttags::before {
    font-family: bootstrap-icons !important;
    content: "\f5b0";
    display: inline-block;
    margin: 0 0 0 7px;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: -4px;
    color: rgb(105, 105, 105);
  }
  .item-page .contenttags a {
    margin-left: 10px;
    border: none !important;
    color: rgb(171, 171, 171);
    font-size: 13px;
    position: relative;
    padding: 0 !important;
  }
  .item-page .contenttags a:hover {
    background: none !important; 
  }
  .item-page .contenttags a:after {
    content: '،';
    position: relative;
    left: -5px;
  }
  .item-page .contenttags a:last-child:after {
    display: none;
  }
  .rmtamshop_share {
    text-align: right;
  }
  .rmtamshop_share span {
    float: right;
  }
  .rmtamshop_share a {
    float: right;
    margin: 0 0 0 5px;
  } 
  header .nav {
    display: none !important;
  }
}
@media (max-width : 780px) {
  .comments-list .comments-list .comment-item {
    margin-right: 0;
  }
  .comments-list .comments-list .comment-item {
    padding-right: 15px;
  } 
  #comments .comment-date {
    font-size: 10px !important;
  }
  .starter > .comment-item .comment_tag {
    font-size: 10px;
    border-radius: 2px;
    padding: 2px 3px;
    margin-right: 1px;
  }
  #jc span.comments-vote {
    font-size: 11px;
  }
  .item-page .blog-nav-links .nav-list {
    display: block !important;
  }
  .item-page .blog-nav-links .nav-item.prev {
    margin-top: 20px;
  }
  .item-page .rmtamshop_share {
    display: none;
  }
  .item-page .mobile_share {
    display: block;
  }
  .item-page .d-flex {
    display: block !important;
  }
  .item-page .comments, .item-page .hits, .item-page .modified_date, .item-page .created_date, .item-page .author {
    float: right;
    height: 35px;
  }
  /**/
  .search_advanced_form .mdb-select, .accordion_search .mdb-select {
    width: 90px;
  }
  .search_advanced_form input.inputbox, .accordion_search input.inputbox {
    padding: 10px 100px 10px 35px;
    font-size: 13px;
  }
  .search_advanced_form .mdb-select .select-dropdown.form-control, .accordion_search .mdb-select .select-dropdown.form-control {
    padding: 10px !important;
    font-size: 13px !important;
    background-size: 10px;
  }
  .search_advanced_form button, .accordion_search .button {
    width: 41px;
    background: none;
    color: #aaa;
    font-size: 18px;
    line-height: 47px;
  }
  /**/
  .white_row, .gray_row {
    padding: 45px 0 !important;
  }
  footer .mani_simple_contact.rtl .mani_simple_contact_cells > div, footer .mani_simple_contact.rtl .mani_simple_contact_cells a > div {
    text-align: right !important;
  }
  .footer_menu2, .footer_menu3 {
    margin-bottom: 20px !important;
  }
  .footer_module h3 {
    margin-bottom: 15px;
  }
  .footer_module:last-child {
    margin: 0 0 20px;
    width: 100%;
    float: right;
  }
  .footer_row1 {
    padding: 60px 0 30px;
  }
}
/************************** users *********************/
.maniUsers .container-fluid, .maniUsers body, .maniUsers {
  height: 100%;
}
.manisoft_users {
  height: 100%;
  display: flex;
  align-items: center;
}
.manisoft_users .back {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.manisoft_users .back .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.manisoft_users .container {
  position: relative;
  z-index: 1;
}
.manisoft_users h1 {
  color: rgb(21, 44, 91);
  font-size: 22px;
  line-height: 42px;
  margin-bottom: 4px;
  text-align: center;
}
.manisoft_users .login-description {
  color: #718096 !important;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
  text-align: center;
}
.manisoft_users .control-group {
  margin-bottom: 1rem;
}
.manisoft_users label {
  color: #718096;
  font-size: .875rem;
  font-weight: 500;
  text-transform: none;
  position: relative;
}
.manisoft_users input {
  border: 1px solid #e2e8f0 !important;
  padding: 10px !important;
  height: 50px;
  font-size: 13px;
  border-radius: 5px !important;
  margin: 0 !important;
  transition: all .2s ease;
  width: 100%;
  padding-right: 60px !important;
}
.manisoft_users input:focus {
  box-shadow: inset 0 1px 1px rgba(31, 45, 61, .075), 0 0 20px rgba(0, 138, 255, .1) !important;
  border: 1px solid rgba(0, 138, 255, .5) !important;
}
.manisoft_users .btn {
  color: rgba(255, 255, 255, 1);
  background: rgba(135, 39, 190, 1) !important;
  border-radius: 5px;
  padding: 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  box-shadow: none;
  margin: 0;
  height: 50px;
  width: 100%;
}
.manisoft_users .btn:hover {
  background: rgba(253, 136, 4, 1) !important;
}
.manisoft_users label#jform_username-lbl:before, .manisoft_users label#jform_name-lbl:before, .manisoft_users label#username-lbl:before {
  width: 50px;
  height: 50px;
  border: 1px solid #e2e8f0 !important;
  color: #a0aec0;
  border-radius: 0 5px 5px 0;
  font-family: Linearicons-Free;
  content: "\e82a";
  position: absolute;
  top: 29px;
  right: 0;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
}
.manisoft_users label#jform_password2-lbl:before, .manisoft_users label#jform_token-lbl:before, .manisoft_users label#jform_password1-lbl:before, .manisoft_users label#password-lbl:before {
  width: 50px;
  height: 50px;
  border: 1px solid #e2e8f0 !important;
  color: #a0aec0;
  border-radius: 0 5px 5px 0;
  font-family: Linearicons-Free;
  content: "\e80f";
  position: absolute;
  top: 29px;
  right: 0;
  text-align: center;
  font-size: 24px;
  line-height: 44px;
}
.manisoft_users label#jform_email-lbl:before, .manisoft_users label#jform_email1-lbl:before {
  width: 50px;
  height: 50px;
  border: 1px solid #e2e8f0 !important;
  color: #a0aec0;
  border-radius: 0 5px 5px 0;
  font-family: Linearicons-Free;
  content: "\e818";
  position: absolute;
  top: 29px;
  right: 0;
  text-align: center;
  font-size: 21px;
  line-height: 44px;
}
.manisoft_users label#jform_com_fields_mobile-lbl:before {
  width: 50px;
  height: 50px;
  border: 1px solid #e2e8f0 !important;
  color: #a0aec0;
  border-radius: 0 5px 5px 0;
  font-family: Linearicons-Free;
  content: "\e830";
  position: absolute;
  top: 29px;
  right: 0;
  text-align: center;
  font-size: 21px;
  line-height: 44px;
}
.manisoft_users form > table, .manisoft_users .optional {
  display: none;
}
.manisoft_users .complete_text {
  line-height: 30px;
  position: relative;
  overflow: hidden;
  color: #869ab8;
  text-align: center;
}
.manisoft_users .alert-warning {
  padding: 10px;
}
.manisoft_users .backtosite {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #333;
  display: inline-block;
  font-size: 15px;
  padding-right: 29px;
  z-index: 2;
}
.manisoft_users .backtosite .lnr {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width : 780px) {
  [data-aos^="fade"][data-aos^="fade"] {
    opacity: 1 !important;
    transform: none !important;
  }
  .manisoft_users .col-lg-4 {
    padding: 55px 0 !important;
  }
  .manisoft_users .back .bg {
    display: none;
  }
  .manisoft_users .login-description {
    margin-bottom: 7px !important;
    font-size: 14px;
  }
  .manisoft_users h1 {
    font-size: 18px;
    line-height: normal;
  }
  .maniUsers .container-fluid, .maniUsers body, .maniUsers {
    height: auto;
  }
}
.dashboard.login {
  margin: 20px 0;
}
.dashboard.login .alert {
  background: #f4f4f4;
  border: none;
}
.dashboard.login .alert_login {
  padding: 6px 17px;
  display: inline-block;
  background: #666;
  color: #fff;
  border-radius: 4px;
  line-height: normal;
  cursor: pointer;
}
.manisoft_module {
    clear: both;
}
/*********************** blog row layout **************/
.maniblog_row .page-header h1 {
    font-size: 18px;
    margin: 0px 0 20px;
}
.maniblog_row .table_list {
    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 30px 0;
}
.maniblog_row .table_body {
    position: relative;
}   
.maniblog_row table { 
    border: none;
    margin: 0 !important;
} 
.maniblog_row table thead th {
    font-size: 16px;
    color: #fff;
    line-height: 1.4; 
    border: none !important;
    text-align: center;
    padding: 18px 15px !important;
} 
.maniblog_row table tbody td {
    border: none !important;
    padding: 15px !important;
    line-height: normal !important;
    font-size: 13px;
    color: rgb(128, 128, 128);
    text-align: center;
    vertical-align: middle;
} 
.maniblog_row table tbody td .title{
    display: none;
}
.maniblog_row table tbody tr:nth-child(2n+1) {
    background: #fff;
}
.maniblog_row table tbody tr:nth-child(2n) {
    background: #f3f3f3;
}
.maniblog_row table .title{
    width: 55%
}
.maniblog_row table .category,
.maniblog_row table .author,
.maniblog_row table .date{
    width: 15%;
}
.maniblog_row table h3 {
    padding: 0 !important;
    font-size: 13px;
    text-align: center !important;
    margin: 0;
    line-height: 25px;
}
.maniblog_row table tbody td a {
    color: rgb(128, 128, 128);
    display: inline-block;
} 
.maniblog_row div.pagination {
    margin: 20px 0px !important;
}
    
@media (max-width: 980px) { 
    .maniblog_row .table_head {
        display: none;
    }
    .maniblog_row table h3{
        text-align: right !important ;
    } 
    .maniblog_row table tbody,
    .maniblog_row table { 
        display: block;
        width: 100% !important;
    }  
    .maniblog_row table tr{
        display: block;
        width: 100% !important;
        padding: 15px 0 !important;
    }
    .maniblog_row table tbody td{
        display: block;
        width: 100% !important;
        padding: 10px 15px !important;
        min-height: 40px;
    }
    .maniblog_row table tbody td .title, 
    .maniblog_row table tbody td .value {
        display: block;
        float: right;
        text-align: right;
        width: 50%;
    }    
}
/*********************** blog layout1 layout **************/

.content_layout1 .page-header h1 {
    font-size: 18px;
    margin: 0px 0 20px;
} 
.content_layout1 a:hover{
	text-decoration: none;
}
.content_layout1 .items-row{
	width: 100%;
	float: right;
	text-align: center;
	padding: 0 15px !important;
} 
.content_layout1 .item >div{ 
	background: #fff;
    box-shadow:0 1px 17px rgb(0 0 0 / 15%) !important;
    padding: 0 !important;
    margin: 0 0 30px; 
	display: inline-block;
	text-align: right;
    width: 100%;
    border: 1px solid transparent;
    transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
}
.content_layout1 .item:hover>div {
    border: solid 1px rgba(0,0,0,0.1) !important;
    box-shadow: .1875rem .1875rem .625rem -0.125rem rgba(0,0,0,.09) !important;
} 
.content_layout1 .blog_image{
	width: 40%;
	float: right;
	position: relative;
	height: 260px;
	overflow: hidden; 
}
.content_layout1 .blog_image > a {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 120%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
    transition: all 1.5s cubic-bezier(0,0,.2,1);
}
.content_layout1 .blog_image .mobile_image {
  display: none;
}
.content_layout1 .blog_text {
  width: 60%;
  float: right;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 260px;
}
.content_layout1 .content_footer_box{
  padding: 0;
}
.content_layout1 .blog_text h3{    
	font-size: 15px;
    display: block;
    margin: 10px 0;
    padding: 0;
	line-height: normal;
    color: #585858 !important; 
    overflow: hidden;
}
.content_layout1 .blog_text h3 a{
    color: #585858 ; 
}
.content_layout1 .blog_text h5{    
	font-size: 13px;
    display: block;
    margin: 0 0 5px;
    padding: 0;
    color: #90989e !important;  
}
.content_layout1 .blog_text h5 a{
    color: #90989e !important; 
}
.content_layout1 .blog_text .text{
    color: #585858 !important;  
    line-height: 26px; 
    font-size: 12px;
	margin: 0 0 10px; 
    overflow: hidden;
    width: 100%;
    float: right;
} 
.content_layout1 div.pagination {
    width: 100%;
    float: right;
    margin:15px 0 !important;
    text-align: center;
} 
@media only screen and (max-width : 1680px) {  
	.content_layout1 .item{
		width: 90%;
	}
}
@media only screen and (max-width : 1200px) {  
	.content_layout1 .item{
		width: 100%;
	} 
}
@media only screen and (max-width : 980px) { 
	.content_layout1 .blog_image { 
		height: 170px; 
	}
}
@media only screen and (max-width : 560px) { 
    
  .content_layout1 .blog_image .mobile_image {
    display: block;
  }
  .content_layout1 .blog_image a{
    display: none;
  }
	.content_layout1 .blog_image { 
		width: 100%;
    height: auto ;
	}  
	.content_layout1 .blog_text { 
		padding: 15px;
		width: 100%;
    height: auto;
    display: block;
	}
 
}
	
/*********************** blog layout2 layout **************/

.content_layout2 .page-header h1 {
    font-size: 18px;
    margin: 0px 0 20px;
}
.content_layout2{
}
.content_layout2 a:hover{
	text-decoration: none;
}
.content_layout2 .items-row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.content_layout2 .items-row > .col-lg-6:first-child{
	padding: 0 0 0 15px;
}
.content_layout2 .items-row > .col-lg-6:last-child{
	padding: 0 15px 0 0;
} 
.content_layout2 .item >div{
    width: 100%;
    float: right;
    box-shadow:0 1px 17px rgb(0 0 0 / 15%) !important;
	margin-bottom: 30px; 
    border: 1px solid transparent;
    transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
}
.content_layout2 .item:hover>div {
    border: solid 1px rgba(0,0,0,0.1) !important;
    box-shadow: .1875rem .1875rem .625rem -0.125rem rgba(0,0,0,.09) !important;
} 

.content_layout2 .blog_image{
	width: 40%;
	float: right;
	position: relative;
	height: 186px;
	overflow: hidden; 
} 
.content_layout2 .blog_image > a {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 120%;
    transform: translate(-50%,-50%); 

} 
      
.content_layout2 .item .blog_text{
	width: 60%;
	float: right;
	padding: 15px;
}
.content_layout2 .blog_text h3{    
	font-size: 14px;
    display: block;
    margin: 0 0 10px;
    padding: 0;
    color: #585858;  
	line-height: normal; 
    overflow: hidden;
}
.content_layout2 .blog_text h3 a{
    color: #585858; 
}
.content_layout2 .blog_text h5{    
	font-size: 13px;
    display: block;
    margin: 0 0 5px;
    padding: 0;
    color: #90989e !important;  
}
.content_layout2 .blog_text h5 a{
    color: #90989e !important; 
}
.content_layout2 .blog_text .text{
    color: #585858 !important;  
    line-height: 22px; 
    font-size: 12px;
	margin-bottom: 10px; 
    overflow: hidden;
    width: 100%;
    float: right;
}
 
.content_layout2 div.pagination {
    width: 100%;
    float: right; 
    margin:15px 0 !important;
    text-align: center;
} 
@media only screen and (max-width : 1000px) { 
	.content_layout2 .items-row > .col-lg-6:last-child,
	.content_layout2 .items-row > .col-lg-6:first-child{
		padding: 0 !important;
	}  
}
@media only screen and (max-width : 560px) { 
	
	.content_layout2 .blog_image {
		width: 100%;
		margin-bottom: 10px;
	}
	.content_layout2 .blog_image > a{
    	background-position:top center;
	}
	.content_layout2 .item .blog_text{ 
		padding: 0 20px;
		width: 100%;;
	}
	  
}
/*********************** blog layout3 layout **************/

.content_layout3 div.pagination {
    width: 100%;
    float: right; 
    margin:15px 0 !important;
    text-align: center;
}
.content_layout3 .page-header h1{
    font-size: 18px;
    margin: 0 0;
}
.blog_content{
    margin: 0 -10px;
}
.blog_filter {
    margin: 10px 0;
    background-color: #f2f2f2;
    color: #4a4a4a; 
    padding: 15px;
    width: 100%;
    float: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
} 
.content_layout3 a:hover{
	text-decoration: none;
} 
.content_layout3 .items-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.content_layout3 .items-row > div{
	padding: 15px !important
}
.content_layout3 .items-row .item {
    width: 100%;
    float: right;
    box-shadow:0 1px 17px rgb(0 0 0 / 15%) !important;
	background: #fff; 
    height: 100%;    
} 
.content_layout3 .blog_image {
    overflow: hidden;
    position: relative; 
}
.content_layout3 .blog_image:hover img {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}
.content_layout3 .blog_image img{     
    width: 100%;
    -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
    transition: all 1.5s cubic-bezier(0,0,.2,1);
}  
.content_layout3 .items-row .item .blog_text{
	padding: 15px;
    width: 100%;
    float: right;
}
.content_layout3 .blog_text h3{    
	font-size: 14px;
    display: block;
    margin: 0 0 10px;
    padding: 0;
    color: #585858 ;  
	line-height: normal; 
    overflow: hidden;
}
.content_layout3 .blog_text h3 a{
    color: #585858 ; 
}
.content_layout3 .blog_text h5{    
	font-size: 12px;
    display: block;
    margin: 0 0 5px;
    padding: 0;
    color: #90989e !important;  
}
.content_layout3 .blog_text h5 a{
    color: #90989e !important; 
}
.content_layout3 .blog_text .text{
    color: #585858 !important;  
    line-height: 22px; 
    font-size: 12px;
	margin-bottom: 10px;
    width: 100%;
    float: right; 
    overflow: hidden;
}
 
 
@media only screen and (max-width : 1680px) { 
}
@media only screen and (max-width : 560px) { 
	.content_layout3 .items-row > div{
		width: 100% !important;
	} 
    
	.content_layout3 .blog_image {
		height: 205px;
		width: 100%;
	}
	.content_layout3 .blog_image > a{ 
    	background-position:top center;
	}
	.content_layout3 .blog_text { 
		padding: 0 20px;
		width: 100%;;
	} 
	
}
/*********************** blog layout4 layout **************/

.maniblog_layout4 .manisoft_blog {
  width: 100%;
  float: right;
  position: relative;
}
.maniblog_layout4 .blog_main_content {
  width: 66.66666667%;
  float: right;
  padding: 0 0 0 30px;
}
.maniblog_layout4 .blog_left_sidebar {
  width: 33.33333333%;
  float: right;
  padding-right: 15px;
  display: block;
  height: 100%;
  position: static;
  min-width: 0;
  min-height: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 9;
}
.maniblog_layout4 .blog_left_sidebar > div {
  border-right: 1px solid #e3e9ef;
  padding-right: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  float: right;
  height: 100%;
  box-shadow: none;
}
.maniblog_layout4 .filter_btn {
  display: none;
  width: 36px;
  height: 36px;
  text-align: center;
  background-color: #ececee; 
  cursor: pointer;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  font-size: 21px;
  line-height: 40px;
  border: none;
  color: #4b566b !important;
  padding: 0;
}
.maniblog_layout4 #offcanvasRight {
  z-index: 99999 !important;
  border: none !important;
  box-shadow: 0 0 26px rgba(0, 0, 0, .5) !important;
  top: 0 !important;
  padding-bottom: 50px !important;
}
.maniblog_layout4 #offcanvasRight .offcanvas-header {
  box-shadow: 0 0.125rem 0.625rem -0.1875rem rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
}
.maniblog_layout4 #offcanvasRight .offcanvas-header span {
  display: inline-block;
  font-weight: 600;
  line-height: 1.2;
  color: #4a4b65;
  font-size: 16px;
}
.maniblog_layout4 #offcanvasRight .offcanvas-header .btn-close {
  margin: 0;
  padding: 0;
}
.maniblog_layout4 #offcanvasRight .offcanvas-body {
  padding: 0px 30px !important;
}
.maniblog_layout4 .filter_btn .navbar-tool-tooltip {
  top: 0;
  right: 120%;
  width: 60px;
  padding: 7px;
  font-size: 12px;
  height: 36px;
  lefy: auto;
  transform: none;
}
.maniblog_layout4 .filter_btn:hover .navbar-tool-tooltip {
  opacity: 1;
}
.maniblog_layout4 .filter_btn .navbar-tool-tooltip:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #2b3445;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: -8px;
  top: 9px;
}
.maniblog_layout4 .filter_box {
  display: block;
  width: 100%;
  float: right;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.maniblog_layout4 .filter_box .filter_title {
  display: none;
  font-size: 17px;
  border-bottom: solid 1px #eee;
  padding: 15px;
  position: relative;
  cursor: pointer;
}
.maniblog_layout4 .filter_box .close_filter {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 19px;
}
.maniblog_layout4 .page-header h1 {
    font-size: 18px;
    margin: 0px 0 20px;
}
.maniblog_layout4 .col-lg-6 { 
    margin-bottom: 30px;
}
.maniblog_layout4 .item { 
    box-shadow: 0 1px 17px rgb(0 0 0 / 15%) !important;
    height: 100%;
}
.maniblog_layout4 .item .blog_image {
    overflow: hidden;
    position: relative; 
}
.maniblog_layout4 .item .blog_image:hover img {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}
.maniblog_layout4 .item .blog_image img{     
    width: 100%;
    -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
    transition: all 1.5s cubic-bezier(0,0,.2,1);
}  
.maniblog_layout4 .item .post-caption {
    padding:15px 30px 30px;
}
.maniblog_layout4 .item .post-meta {
    color: #9B9B9B; 
    font-size: 13px;
}  
.maniblog_layout4 .item .post-meta .inner {
    margin-left: -16px;
    margin-right: -16px;
}
.maniblog_layout4 .item .post-meta .inner > div {
    margin: 0 0 5px;
    display: inline-block; 
    padding: 0 16px;
} 
.maniblog_layout4 .item .post-meta .meta-icon {
    margin-right: 6px;
    color: rgb(155, 155, 155);
    font-size: 14px;
}
.maniblog_layout4 .item .post-caption h3{
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: 60px;
    overflow: hidden;
}
.maniblog_layout4 .item .post-caption h3 a {
    color: rgb(37, 37, 37);
    display: block;
    font-size: inherit;
    line-height: 28px;
} 
.maniblog_layout4 .item .post-caption .text {
    margin: 6px 0 0;
    color: rgb(105, 105, 105);
    font-size: 13px;
    height: 43px;
    overflow: hidden;
    line-height: 22px;
}
.maniblog_layout4 .item .post-caption p:last-child {
    margin-bottom: 0;
}
.maniblog_layout4 .item .post-footer {
    margin: 33px 0 0; 
}
.maniblog_layout4 .item .post-footer a{
    padding: 10px 23px;
    background-color: #f5f5f5; 
    display: inline-block; 
    transition: all .25s cubic-bezier(.645,.045,.355,1),color 0s linear;
}
.maniblog_layout4 .item .post-footer a:hover{  
    background: #fff;
    box-shadow: 0 6px 25px rgba(0,0,0,.1); 
}    
  
@media only screen and (max-width: 1000px) { 
  .maniblog_layout4 .blog_left_sidebar {
    position: absolute;
    width: 55px;
    padding: 0;
  }
  .maniblog_layout4 .blog_left_sidebar > div {
    box-shadow: -8px -2px 8px -8px rgba(0, 0, 0, .1);
    padding: 12px 0 0;
    border: none;
  }
  .maniblog_layout4 .blog_left_sidebar .filter_box {
    display: none;
  }
  .maniblog_layout4 .blog_left_sidebar .filter_box .filter_title, 
  .maniblog_layout4 .blog_left_sidebar .filter_btn {
    display: block;
  }
  .maniblog_layout4 .blog_left_sidebar .filters {
    width: 100%;
    float: right;
    max-height: calc(100vh - 180px);
    overflow-y: scroll;
    overflow-x: hidden; 
    padding: 0 20px;
  }
  .maniblog_layout4 .blog_main_content {
    width: 100%;
    padding-right: 75px;
    padding-top: 12px;
    padding-left: 0px !important;
  }
}  
/*********************** blog layout5 layout **************/
    
.content_layout5 .page-header h1 {
    font-size: 18px;
    margin: 0px 0 20px;
} 
.content_layout5 .item >div{
    box-shadow: 0 1px 17px rgb(0 0 0 / 15%) !important;
    background: #fff;
    margin-bottom: 32px; 
    border: 1px solid transparent;
    transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
}
.content_layout5 .item:hover>div {
    border: solid 1px rgba(0,0,0,0.1) !important;
    box-shadow: .1875rem .1875rem .625rem -0.125rem rgba(0,0,0,.09) !important;
} 
.content_layout5 .item .blog_image {
    position: relative;
    overflow: hidden;
} 
.content_layout5 .item .blog_image img{     
    width: 100%; 
}  
    
.content_layout5 .item .shape {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; 
    position: absolute;
    pointer-events: none;
}
.content_layout5 .item:nth-child(odd) .shape svg{ 
    -webkit-transform: scale(2);
    transform: scale(2);
    width: auto;
    height: 100%;
    position: inherit;
    top: inherit;
    bottom: inherit;
    left: inherit;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    display: block;
    overflow: hidden;
    vertical-align: middle;
    color: #fff;
}
.content_layout5 .item:nth-child(even) .shape svg{ 
    -webkit-transform: scale(2);
    transform: scale(2); 
    width: auto;
    height: 100%; 
    position: inherit;
    top: inherit;
    bottom: inherit;
    right: inherit;
    -webkit-transform-origin: center left;
    transform-origin: center left; 
    display: block; 
    overflow: hidden;
    vertical-align: middle;
    color: #fff;
} 
.content_layout5 .item:nth-child(even) .row{
    flex-direction: row-reverse;
}
.content_layout5 .content_top{
    padding: 50px 40px;
}
.content_layout5 .content_top > h3{
    font-size: 17px;
    margin-bottom: 10px;
    line-height: normal;
}
.content_layout5 .content_top > h3 a{
    color: rgb(22, 28, 45);
} 
.content_layout5 .content_top .text {
    color: #869ab8 !important;
    line-height: 30px;
    font-size: 14px;
}
.content_layout5 .content_top .content_box{
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
}
.content_footer {
    padding: 0px 40px 40px;
    color: #869ab8 !important;
    width: 100%;
} 
.content_footer hr{
    border-top: 1px solid #f1f4f8;
    margin:0 0 24px ;
}
.content_footer > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content_footer .post-author img{
    width: 40px;
    border-radius: 50%;
    margin-left: 5px;
}
.content_footer_box {
  padding: 0px 0px 40px;
  color: #869ab8 !important;
  width: 100%;
  float: right;
  font-size: 12px;
}  
.content_footer_box > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content_footer_box .post-author img{
    width: 40px;
    border-radius: 50%;
    margin-left: 5px;
}
@media (max-width : 1200px) {  
    .content_layout5 .content_top{
        padding: 20px 40px;
    }
}
@media (max-width : 992px) {  
    .content_layout5 .shape{
        display: none !important;
    }  
    .content_footer .post-author img{
        border-radius: 50% !important;
    }  
    .content_footer_box .post-author img{
        border-radius: 50% !important;
    }  
    
}
@media (max-width : 600px) {  
    .content_layout5 .content_top {
        padding: 20px;
    }
    .content_footer {
        padding: 0px 20px 20px; 
    }
    .content_footer_box {
        padding: 0px 0px 20px; 
    }
    
}


/********** artcile *****/

     
.manisoft_tags{
	width: 100%;
	float: right;
	background: none; 
	box-shadow: none;
} 
    
.manisoft_tags .col-lg-6 { 
    margin-bottom: 30px;
} 
.manisoft_tags .item { 
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
    height: 100%;
}
.manisoft_tags .item .blog_image {
    overflow: hidden;
    position: relative; 
}
.manisoft_tags .item .blog_image:hover img {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}
.manisoft_tags .item .blog_image img{     
    width: 100%;
    -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
    transition: all 1.5s cubic-bezier(0,0,.2,1);
}  
.manisoft_tags .item .post-caption {
    padding:15px 30px 30px;
}
.manisoft_tags .item .post-meta {
    color: #9B9B9B; 
    font-size: 13px;
}  
.manisoft_tags .item .post-meta .inner {
    margin-left: -16px;
    margin-right: -16px;
}
.manisoft_tags .item .post-meta .inner > div {
    margin: 0 0 5px;
    display: inline-block; 
    padding: 0 16px;
} 
.manisoft_tags .item .post-meta .meta-icon {
    margin-right: 6px;
    color: rgb(155, 155, 155);
    font-size: 14px;
}
.manisoft_tags .item .post-caption h3{
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: 60px;
    overflow: hidden;
}
.manisoft_tags .item .post-caption h3 a {
    color: rgb(37, 37, 37);
    display: block;
    font-size: inherit;
    line-height: 28px;
} 
.manisoft_tags .item .post-caption .text {
    margin: 6px 0 0;
    color: rgb(105, 105, 105);
    font-size: 13px;
    height: 43px;
    overflow: hidden;
    line-height: 22px;
}
.manisoft_tags .item .post-caption p:last-child {
    margin-bottom: 0;
}
.manisoft_tags .item .post-footer {
    margin: 33px 0 0; 
}
.manisoft_tags .item .post-footer a{
    padding: 10px 23px;
    background-color: #f5f5f5; 
    display: inline-block; 
    transition: all .25s cubic-bezier(.645,.045,.355,1),color 0s linear;
}
.manisoft_tags .item .post-footer a:hover{  
    background: #fff;
    box-shadow: 0 6px 25px rgba(0,0,0,.1); 
}
