/* :: LESS Mixins */
/* ------------------------------------------------------------ */
/* text-shadow */
/* box-shadow */
/* border radius */
/* transition */
/* transform */
/* animation */
 ::-webkit-scrollbar { width: 5px; height:5px; } 
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #9bba3c; border-radius: 50px;}
::-webkit-scrollbar-thumb:hover { background: #555; } 

/*@theme_color: #1464db;
@btn_hover: #00138e;*/
/*previus  font family -->*//*font-family: "Nunito Sans", sans-serif;*/
html {
  scroll-behavior: smooth;
}
body {
 
 font-family: Merriweather,serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.73333333;
  color: #192225;
  -webkit-font-smoothing: antialiased !important;
}
.logo img{width:96% ! important}
img {width:100%;}
/*.container {
  @media (min-width: 1400px) {
    max-width: 1140px;
  }
}*/
header {
 
 font-family: 'Merriweather',serif;
 font-size:14px;
 z-index: 9;
  background: #2b343b;
}
header .logo {
  display: none;
  width: 145px;
  margin: auto;
}
@media (min-width: 992px) {
  header .logo {
    display: block;
  }
}
header .header .body-wrap {
  position: relative;
  z-index: 9;
  padding: 0px;
}
@media (min-width: 992px) {
  header .header .body-wrap {
    z-index: 0;
    padding-top: 0px;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    height: auto;
  }
}
header .header .body-wrap .navbar-header .logo-mobile img {
  width: 100px;
}
header .header .body-wrap .navbar-header .navbar-toggle {
  background-color: #2b343b;
  border-radius: 0;
  border: 1px solid #2b343b !important;
  padding: 9px 10px;
}
header .header .body-wrap .navbar-header .navbar-toggle .icon-bar {
      width: 28px;
    height: 4px;
  border-radius: 1px;
  background: white;
  display: block;
}
header .header .body-wrap .navbar-header .navbar-toggle .icon-bar:not(:first-child) {
      margin-top: 7px;
}
header .header .body-wrap .navbar-default {
  padding: 0;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li {
  padding-bottom: 0;
}
.deskHeader {
  display: flex;
  width: 100%;
}
@media (min-width: 1200px){
  .deskHeader {
    padding: 0 35px;
  }
}
header .header .body-wrap .navbar-collapse .navbar-nav > li a {
    font-family: Merriweather,serif;
    font-size: 14px;
    padding: 0px 12px;
    font-weight: 600;/* change 700 to 600 */
  position: relative;
  /*background-color: #2b343b;*/
  text-transform: capitalize;
  text-decoration: none;
  outline: none;
  color: #979997;
   /*color: #dbe579!important;*/
      
}

/*header .navbar-nav:hover {*/
/*     color: #dbe579!important;*/
/*}*/


@media (min-width: 1024px) and (max-width: 1024px){
  header .header .body-wrap .navbar-collapse .navbar-nav > li a {
        font-size: 14px;
    padding: 0px 8px;
  }
  .logo img {
    width: 78% ! important;
}
}
@media (min-width: 1280px) and (max-width: 1280px){
/*   header .header .body-wrap .navbar-collapse .navbar-nav > li a {
            font-size: 16px;
    padding: 0px 9px;
  }
  .logo img {
    width: 78% ! important;
} */
}
header .header .body-wrap .navbar-collapse .navbar-nav > li a:after {
  vertical-align: 0.2em;
  
  content: unset;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li .mega-dropdown-menu {
  height: 430px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #F4F4F5 !important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  width: 100%;
}

header .header .body-wrap .navbar-collapse .navbar-nav > li .mega-dropdown-menu .nav-tabs {
  padding-left: 80px;
  border-bottom: 0;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li .mega-dropdown-menu .nav-tabs li {
  width: 100%;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li .mega-dropdown-menu .nav-tabs li a {
  position: relative;
  display: block;
  padding: 10px 5px;
  font-weight: 400;
  color: #192225;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  transition: none;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li .mega-dropdown-menu .nav-tabs li a .material-icons {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .header .body-wrap .navbar-collapse .navbar-nav > li .mega-dropdown-menu .nav-tabs li a .filler {
  display: none;
  position: absolute;
  top: -1px;
  left: 100%;
  width: 13px;
  height: calc(100% + 2px);
  background-color: #9bba3c;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li .mega-dropdown-menu .nav-tabs li a.active {
  background-color: #9bba3c;
  color: #fff;
  border: 1px solid #9bba3c;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li .mega-dropdown-menu .nav-tabs li a.active .material-icons {
  display: block;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li .mega-dropdown-menu .nav-tabs li a.active .filler {
  display: block;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li .mega-dropdown-menu .tab-content {
  padding: 1px 20px;
  background: #fff;
  height: 412px;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li .mega-dropdown-menu .tab-content .tab-pane {
  transition: none;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li .mega-dropdown-menu .tab-content .tab-pane h3 {
  position: relative;
  border-left: 1px solid #ddd;
  padding: 8px 10px;
  color: #192225;
  text-align: left;
  margin-bottom: 0px;
  font-weight: 300;
  font-size: 24px;
  display: inline-block;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li .mega-dropdown-menu .tab-content .tab-pane h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #9bba3c;
  width: 100%;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li .mega-dropdown-menu .tab-content .tab-pane .list-inline li {
  padding: 10px 5px;
  border-left: 1px solid #ddd;
  line-height: 16px;
  display: block;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li .mega-dropdown-menu .tab-content .tab-pane .list-inline li a {
  display: block;
  color: #192225;
  font-size: 14px;
  font-weight: 400;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li .mega-dropdown-menu .tab-content .tab-pane .list-inline li a span {
  display: inline-block;
  padding: 5px 0;
  position: relative;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li .mega-dropdown-menu .tab-content .tab-pane .list-inline li a span:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  background-color: #9bba3c;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li .mega-dropdown-menu .tab-content .tab-pane .list-inline li a:hover span:after {
  opacity: 1;
  width: 100%;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li .mega-dropdown-menu.show {
  height: 430px;
  padding-top: 5px;
  margin-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  display: block;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li.nav-item.dropdown ul.dropdown-menu {
  position: absolute;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #2b343b;
  width: 280px;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li.nav-item.dropdown ul.dropdown-menu li.dropdown-item {
  display: block;
  padding: 3px 20px;
  line-height: 1.42857143;
  white-space: break-spaces;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li.nav-item.dropdown ul.dropdown-menu li.dropdown-item a {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  border-bottom: 1px solid #9bba3c;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li.mega-dropdown {
  position: static;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li.nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #9bba3c;
}
header .header .body-wrap .navbar-collapse .navbar-nav > li.nav-item .dropdown-menu .dropdown-item:hover a {
  color: #fff;
}
header .header .body-wrap .navbar-collapse #desk-services,
header .header .body-wrap .navbar-collapse #work-des,
header .header .body-wrap .navbar-collapse #case-des,
header .header .body-wrap .navbar-collapse #price-des {
  display: none;
}
@media (min-width: 992px) {
  header .header .body-wrap .navbar-collapse #desk-services,
  header .header .body-wrap .navbar-collapse #work-des,
  header .header .body-wrap .navbar-collapse #case-des,
  header .header .body-wrap .navbar-collapse #price-des {
    display: block;
  }
}
header .header .body-wrap .navbar-collapse #serv,
header .header .body-wrap .navbar-collapse #work-mobile,
header .header .body-wrap .navbar-collapse #case-mobile,
header .header .body-wrap .navbar-collapse #price-mobile {
  display: block;
}
@media (min-width: 992px) {
  header .header .body-wrap .navbar-collapse #serv,
  header .header .body-wrap .navbar-collapse #work-mobile,
  header .header .body-wrap .navbar-collapse #case-mobile,
  header .header .body-wrap .navbar-collapse #price-mobile {
    display: none;
  }
}
header .header .body-wrap .navbar-collapse .accordion_mobile {
      padding: 0px 0 10px;
}
header .header .body-wrap .navbar-collapse .accordion_mobile .accordion-item {
  border-bottom: 0;
}
header .header .body-wrap .navbar-collapse .accordion_mobile .accordion-item .accordion-header a.accordion-button {
  /* padding-left: 0; */
     font-size: 16px;
    background-color: #2b343b;
    color: white;
  text-decoration: none;
}
header .header .body-wrap .navbar-collapse .accordion_mobile .accordion-item .accordion-header a.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
      color: white;
      background-color: #2b343b;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    background-color: #2b343b ! important;
    font-weight: 400;
    color: white ! important;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
header .header .body-wrap .navbar-collapse .accordion_mobile .accordion-item .accordion-header a.accordion-button.no_dropdown:after {
  display: none;
}
header .header .body-wrap .navbar-collapse .accordion_mobile .accordion-item .accordion-header a.accordion-button:focus {
  background-color: #2b343b;
  color: #fff;
}
header .header .body-wrap .navbar-collapse .accordion_mobile .accordion-item:first-child {
  border-top: 1px solid #e7e7e7;
}
header .header .body-wrap .navbar-collapse .accordion_mobile .accordion-body {
  padding: 0;
  border: 0px solid #e7e7e7;
}
header .header .body-wrap .navbar-collapse .accordion_mobile .accordion-body .parts_menu {
  padding: 0px;
}
header .header .body-wrap .navbar-collapse .accordion_mobile .accordion-body .parts_menu ul {
  padding: 0;
  list-style: none;
}
header .header .body-wrap .navbar-collapse .accordion_mobile .accordion-body .parts_menu ul li a {
  font-size: 14px;
  text-decoration: none;
      color: white;
}
header .header .body-wrap .navbar-collapse .accordion_mobile .accordion-body .parts_menu ul li:hover {
  background-color: transparent;
}
header .header .body-wrap .navbar-collapse .accordion_mobile .accordion-body .parts_menu ul li:active {
  background-color: #9bba3c;
  color: #fff;
}
@media (min-width: 992px) {
  header .header .body-wrap .navbar-collapse {
    display: block;
    max-width: calc(100% - 8.333%);
    margin: auto;
  }
  header .header .body-wrap .navbar-collapse .navbar-nav {
    flex-direction: row;
    justify-content: end;
	margin: 5px 0 0 0;
  }
}

.inner-banner-area {
  padding-top: 90px;
  padding-bottom: 70px;
  background-color: #9bba3c;
  z-index: 1;
}
.inner-banner-area .inner-banner-content .inner-banner-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 2.4rem;
  color: #fefefe;
  font-weight: 700;
  margin-bottom: 15px;
}
.inner-banner-area .inner-banner-content .breadcrumbs {
  color: #fefefe;
}
.inner-banner-area .inner-banner-content .breadcrumbs li,
.inner-banner-area .inner-banner-content .breadcrumbs a {
  color: inherit;
  font-size: 0.93333333rem;
  text-decoration: none;
}
.inner-banner-area .inner-banner-content .blog-intro {
  color: #fefefe;
  margin: auto;
  max-width: 750px;
}
.inner-banner-area .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
  opacity: 0.3;
}
.inner-banner-area.main_blog_page {
  padding-top: 70px;
}
.xs-section-padding {
  padding: 50px 0;
}
.xs-section-padding .blog-post-lists {
  margin-bottom: 0;
}
.xs-section-padding .blog-post-lists .post-list {
  background-color: #fff;
  margin-bottom: 50px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}
.xs-section-padding .blog-post-lists .post-list .post-image {
  overflow: hidden;
}
.xs-section-padding .blog-post-lists .post-list .post-image img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.xs-section-padding .blog-post-lists .post-list .post-body {
  padding: 30px;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header .entry-meta {
  margin-bottom: 20px;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header .entry-meta > span {
  display: inline-block;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header .entry-meta > span a {
  text-decoration: none;
  outline: none;
  color: #192225;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header .entry-meta > span .material-icons {
  font-size: 18px;
  color: #9bba3c;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header .entry-meta > span .material-text {
  margin-top: 3px;
  margin-left: 5px;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header .entry-meta > span:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .xs-section-padding .blog-post-lists .post-list .post-body .entry-header .entry-meta > span:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header h2.entry-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header h2.entry-title a {
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header h2.entry-title a:hover {
  color: #9bba3c;
}
@media (min-width: 768px) {
  .xs-section-padding .blog-post-lists .post-list .post-body .entry-header h2.entry-title {
    font-size: 2.4rem;
  }
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header .entry-title {
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 20px;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header .entry-content {
  margin-bottom: 30px;
  text-align: justify;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header .entry-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header .entry-content ul li:before {
  content: "";
  background-color: #9bba3c;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -3px;
  margin-right: 10px;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header .entry-content ul li:not(:last-child) {
  margin-right: 15px;
  margin-bottom: 15px;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header .entry-content .after_content {
  margin-top: 40px;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header .entry-content .after_content .tags .material-icons {
  font-size: 18px;
  color: #9bba3c;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header .entry-content .after_content .tags .material-text {
  margin-top: 3px;
  margin-left: 5px;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header .entry-content .after_content .tags .material-text a {
  text-decoration: none;
  outline: none;
  color: #192225;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header .btn-wraper a {
  background-color: #9bba3c;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  line-height: 55px;
  border-radius: 3px;
  padding: 0 51px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header .btn-wraper a .btn_text {
  margin-right: 7px;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header .btn-wraper a .material-icons {
  font-size: 18px;
}
.xs-section-padding .blog-post-lists .post-list .post-body .entry-header .btn-wraper a:hover {
  background-color: #2b343b;
}
@media (min-width: 768px) {
  .xs-section-padding .blog-post-lists .post-list .post-body {
    padding: 50px;
  }
}
.xs-section-padding .blog-post-lists .post-list .blog_content_wrapper h3 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 15px;
}
.xs-section-padding .blog-post-lists .post-list .blog_content_wrapper h3 a {
  text-decoration: none;
  outline: none;
  color: #192225;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.xs-section-padding .blog-post-lists .post-list .blog_content_wrapper h3 a:hover {
  color: #9bba3c;
}
@media (min-width: 767px) {
  .xs-section-padding .blog-post-lists .post-list .blog_content_wrapper h3 {
    margin-top: 0;
  }
}
.xs-section-padding .blog-post-lists .post-list .blog_content_wrapper .author_date {
  font-size: 14px;
}
.xs-section-padding .blog-post-lists .post-list .blog_content_wrapper .author_date .author img {
  margin-right: 3px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
	width: auto;
}
.xs-section-padding .blog-post-lists .post-list .blog_content_wrapper .author_date .separator {
  margin: 0 10px;
}
.xs-section-padding .blog-post-lists .post-list .blog_content_wrapper .author_date .date .material-icons {
  font-size: 18px;
  color: #9bba3c;
}
.xs-section-padding .blog-post-lists .post-list .blog_content_wrapper .author_date .date .material-text {
  margin-left: 3px;
}
.xs-section-padding .blog-post-lists .post-list .blog_content_wrapper .btn_outer_wrapper .btn-wraper a {
  background-color: #9bba3c;
  color: #fff;
  text-decoration: none;
  outline: none;
  line-height: 30px;
  border-radius: 3px;
  padding: 0 10px;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.xs-section-padding .blog-post-lists .post-list .blog_content_wrapper .btn_outer_wrapper .btn-wraper a:hover {
  background-color: #2b343b;
}
.xs-section-padding .blog-post-lists .post-list .blog_content_wrapper .btn_outer_wrapper .btn-wraper a .btn_text {
  margin-right: 7px;
}
.xs-section-padding .blog-post-lists .post-list .blog_content_wrapper .btn_outer_wrapper .btn-wraper a .material-icons {
  font-size: 18px;
}
.xs-section-padding .blog-post-lists .post-list .blog_content_wrapper .btn_outer_wrapper .mins_read {
  margin-left: 10px;
}
.xs-section-padding .blog-post-lists .post-list .blog_content_wrapper .btn_outer_wrapper .mins_read .material-icons {
  font-size: 18px;
  color: #9bba3c;
}
.xs-section-padding .blog-post-lists .post-list .blog_content_wrapper .btn_outer_wrapper .mins_read .mins_text {
  margin-top: 1px;
  margin-left: 3px;
  line-height: 1;
  font-weight: 700;
}
.xs-section-padding .blog-post-lists .post-list .blog_content_wrapper .social_share_wrapper_outer {
  text-align: right;
}
.xs-section-padding .blog-post-lists .post-list .blog_content_wrapper .social_share_wrapper_outer .social_share_wrapper .heateor_sss_sharing_container {
  display: flex;
  align-items: center;
}
.xs-section-padding .blog-post-lists .post-list .blog_content_wrapper .social_share_wrapper_outer .social_share_wrapper .heateor_sss_sharing_container .heateor_sss_sharing_title {
  margin-right: 7px;
}
.xs-section-padding .blog-post-lists .post-list.single-post-list {
  border: 1px solid #f1f1f1;
}
.xs-section-padding .blog-post-lists .post-list:hover .post-image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.xs-section-padding .blog-post-lists .pagination {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  margin: 40px 0 20px;
}
.xs-section-padding .blog-post-lists .pagination ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.xs-section-padding .blog-post-lists .pagination ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-self: center;
  margin-bottom: 5px;
}
.xs-section-padding .blog-post-lists .pagination ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border-radius: 100%;
  text-align: center;
  color: #676767;
  border: 1px solid #f1f1f1;
  font-weight: 600;
  background-color: #fff;
  display: block;
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .xs-section-padding .blog-post-lists .pagination ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.xs-section-padding .blog-post-lists .pagination ul li.active a {
  background-color: #9bba3c;
  color: #fff;
}
.xs-section-padding .blog-post-lists .pagination ul li:hover a {
  background-color: #9bba3c;
  color: #fff;
}
.xs-section-padding .blog-post-lists .pagination ul li:not(:last-child) {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .xs-section-padding .blog-post-lists .pagination ul li:not(:last-child) {
    margin-right: 20px;
  }
}
.xs-section-padding .blog-post-lists .pagination ul li.numbers.left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .xs-section-padding .blog-post-lists .pagination {
    margin: 80px 0 50px;
  }
}
.xs-section-padding .blog-post-lists.single-list {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .xs-section-padding .blog-post-lists {
    margin-right: 5px;
  }
}
.xs-section-padding .also_like_wrapper {
  margin-bottom: 40px;
}
.xs-section-padding .also_like_wrapper .also_like_title {
  font-weight: 700;
  color: #192225;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .xs-section-padding .also_like_wrapper .also_like_title {
    font-size: 1.75rem;
  }
}
.xs-section-padding .also_like_wrapper .post-single .img_container a {
  padding-top: 56.25%;
  overflow: hidden;
}
.xs-section-padding .also_like_wrapper .post-single .img_container a img {
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.xs-section-padding .also_like_wrapper .post-single .img_container a::before {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 22;
}
.xs-section-padding .also_like_wrapper .post-single .single-title {
  color: #fefefe;
  left: 0;
  bottom: 10px;
  max-height: 42px;
  font-size: 1.1rem;
  width: 100%;
  z-index: 99;
  font-weight: 700;
  padding: 0px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
  pointer-events: none;
}
.xs-section-padding .also_like_wrapper .post-single:hover .img_container a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.xs-section-padding .post-navigation {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 30px 25px;
  margin-bottom: 40px;
  margin-right: 5px;
}
.xs-section-padding .post-navigation .post-previous {
  margin-bottom: 20px;
}
.xs-section-padding .post-navigation .post-previous a {
  margin-right: 0;
}
@media (min-width: 768px) {
  .xs-section-padding .post-navigation .post-previous {
    margin-bottom: 0;
  }
  .xs-section-padding .post-navigation .post-previous a {
    margin-right: 30px;
  }
}
.xs-section-padding .post-navigation .post-next {
  padding-top: 20px;
}
.xs-section-padding .post-navigation .post-next a {
  margin-left: 0;
}
@media (min-width: 768px) {
  .xs-section-padding .post-navigation .post-next {
    padding-top: 0;
    border-left: 1px solid;
    border-color: #f5f5f5;
  }
  .xs-section-padding .post-navigation .post-next a {
    margin-left: 30px;
    text-align: right;
  }
}
.xs-section-padding .post-navigation .post-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #192225;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow: hidden;
}
.xs-section-padding .post-navigation a.single-post-nav {
  text-decoration: none;
  outline: none;
  display: block;
}
.xs-section-padding .post-navigation a.single-post-nav .post-nav-title {
  margin-top: 10px;
  font-size: 1rem;
  color: #9bba3c;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.xs-section-padding .post-navigation a.single-post-nav .post-nav-title span {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.xs-section-padding .post-navigation a.single-post-nav .post-nav-title .prev {
  margin-left: 7px;
}
.xs-section-padding .post-navigation a.single-post-nav .post-nav-title .nex {
  margin-right: 7px;
}
.xs-section-padding .post-navigation a.single-post-nav .post-nav-title .material-icons {
  font-size: 18px;
}
@media (min-width: 768px) {
  .xs-section-padding .post-navigation a.single-post-nav .post-nav-title.icon-right {
    justify-content: flex-end;
  }
}
.xs-section-padding .post-navigation a.single-post-nav:hover .post-title {
  color: #2b343b;
}
.xs-section-padding .post-navigation a.single-post-nav:hover .post-nav-title span {
  color: #2b343b;
}
@media (min-width: 768px) {
  .xs-section-padding .post-navigation {
    padding: 40px;
  }
}
.xs-section-padding .xs-comments-area {
  padding: 30px 25px;
  margin-bottom: 30px;
  margin-right: 5px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}
.xs-section-padding .xs-comments-area .comment-header {
  margin-bottom: 30px;
}
.xs-section-padding .xs-comments-area .comment-header .comments-title {
  padding-bottom: 15px;
  margin-bottom: 0;
  font-size: 1.86666667rem;
  color: #192225;
  font-weight: 700;
}
.xs-section-padding .xs-comments-area .comment-header .comments-title:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  width: 100px;
  height: 3px;
  left: 0;
  z-index: 1;
  background: #9bba3c;
}
.xs-section-padding .xs-comments-area .comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.xs-section-padding .xs-comments-area .comments-list li {
  position: relative;
}
.xs-section-padding .xs-comments-area .comments-list li .comment-body {
  padding-bottom: 0;
  margin-bottom: 0px;
  border-bottom: 0;
}
.xs-section-padding .xs-comments-area .comments-list li .comment-body img {
  display: block;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  float: left;
  margin: 5px 20px 20px 0;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .xs-section-padding .xs-comments-area .comments-list li .comment-body img {
    width: 50px;
    height: 50px;
  }
}
.xs-section-padding .xs-comments-area .comments-list li .comment-body .meta-data {
  margin-bottom: 25px;
}
.xs-section-padding .xs-comments-area .comments-list li .comment-body .meta-data .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 16px;
  color: #252a37;
}
.xs-section-padding .xs-comments-area .comments-list li .comment-body .meta-data .comment-author .author {
  color: #192225;
  font-weight: 700;
  margin-right: 40px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 14px;
}
.xs-section-padding .xs-comments-area .comments-list li .comment-body .meta-data .comment-author .author:not(:last-child) {
  margin-right: 30px;
}
.xs-section-padding .xs-comments-area .comments-list li .comment-body .meta-data .comment-author .comment-date {
  color: #606060;
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 768px) {
  .xs-section-padding .xs-comments-area .comments-list li .comment-body .meta-data {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .xs-section-padding .xs-comments-area {
    margin-bottom: 40px;
    padding: 20px;
  }
}
.xs-section-padding .comment-respond {
  border: 1px solid #f1f1f1;
  padding: 40px;
  margin-right: 5px;
}
.xs-section-padding .comment-respond .comment-reply-title {
  font-weight: 700;
  color: #192225;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .xs-section-padding .comment-respond .comment-reply-title {
    font-size: 1.75rem;
  }
}
.xs-section-padding .comment-respond form .comment-notes {
  font-size: 13px;
}
.xs-section-padding .comment-respond form p label {
  display: block;
  line-height: 2;
  color: #192225;
  margin-bottom: 0;
  margin-top: 5px;
}
.xs-section-padding .comment-respond form p textarea,
.xs-section-padding .comment-respond form p input {
  width: 100%;
  padding: 9px;
  border: 1px solid #ececec;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #192225;
  resize: none;
  outline: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.xs-section-padding .comment-respond form p textarea:focus,
.xs-section-padding .comment-respond form p input:focus {
  background-color: #eff1fb;
}
.xs-section-padding .comment-respond form p.comment-form-cookies-consent {
  display: none;
}
.xs-section-padding .comment-respond form p.form-submit .submit {
  background-color: #9bba3c;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  line-height: 55px;
  border-radius: 3px;
  padding: 0 51px;
  margin-top: 25px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.xs-section-padding .comment-respond form p.form-submit .submit:hover {
  background-color: #2b343b;
}
.xs-section-padding .blog-sidebar-wraper {
  margin-top: 30px;
}
.xs-section-padding .blog-sidebar-wraper .widget {
  position: relative;
  border: 1px solid #ececec;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}
.xs-section-padding .blog-sidebar-wraper .widget .widget-header {
  margin-bottom: 12px;
}
.xs-section-padding .blog-sidebar-wraper .widget .xs-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px;
  padding: 0 0 15px;
}
.xs-section-padding .blog-sidebar-wraper .widget .xs-title:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  width: 50px;
  height: 2px;
  left: 0;
  z-index: 1;
  background-color: #9bba3c;
}
.xs-section-padding .blog-sidebar-wraper .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.xs-section-padding .blog-sidebar-wraper .widget ul li {
  position: relative;
  padding-left: 18px;
}
.xs-section-padding .blog-sidebar-wraper .widget ul li a {
  font-size: 0.93333333rem;
  color: #192225;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  outline: none;
}
.xs-section-padding .blog-sidebar-wraper .widget ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #9bba3c;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.xs-section-padding .blog-sidebar-wraper .widget ul li:hover a {
  color: #9bba3c;
}
.xs-section-padding .blog-sidebar-wraper .widget ul li:hover:before {
  background-color: #9bba3c;
}
.xs-section-padding .blog-sidebar-wraper .widget ul li:not(:last-child) {
  margin-bottom: 15px;
}
.xs-section-padding .blog-sidebar-wraper .widget .tagcloud a {
  text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 4px 15px;
  color: #424242;
  border: 1px solid #424242;
  border-radius: 50px;
  font-size: 0.86666667rem;
  margin-right: 9px;
  margin-bottom: 9px;
  font-size: 13px !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.xs-section-padding .blog-sidebar-wraper .widget.widget_search {
  padding: 0;
  border: none;
}
.xs-section-padding .blog-sidebar-wraper .widget.widget_search .input-group .form-control {
  height: 50px;
  border: 1px solid #ececec;
  padding: 0 20px;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.xs-section-padding .blog-sidebar-wraper .widget.widget_search .input-group .form-control:focus {
  z-index: 1;
  background-color: #eff1fb;
}
.xs-section-padding .blog-sidebar-wraper .widget.widget_search .input-group button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  color: #fff;
  width: 80px;
  font-size: 0.93333333rem;
  border-radius: 0;
  background-color: #9bba3c;
  z-index: 1;
  border: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.xs-section-padding .blog-sidebar-wraper .widget.widget_search .input-group button:hover {
  color: #2b343b;
}
.xs-section-padding .blog-sidebar-wraper .widget.widget_contactform .contact_info_side a {
  text-decoration: none;
  outline: none;
  color: #192225;
  margin-bottom: 15px;
}
.xs-section-padding .blog-sidebar-wraper .widget.widget_contactform .contact_info_side a:last-child {
  margin-bottom: 25px;
}
.xs-section-padding .blog-sidebar-wraper .widget.widget_contactform .contact_info_side .material-icons-outlined {
  font-size: 18px;
}
.xs-section-padding .blog-sidebar-wraper .widget.widget_contactform .contact_info_side .material-text {
  margin-left: 6px;
  line-height: 1;
}
.xs-section-padding .blog-sidebar-wraper .widget.widget_contactform form fieldset {
  padding-bottom: 0;
}
.xs-section-padding .blog-sidebar-wraper .widget.widget_contactform form input {
  height: 40px;
}
.xs-section-padding .blog-sidebar-wraper .widget.widget_contactform form input,
.xs-section-padding .blog-sidebar-wraper .widget.widget_contactform form textarea {
  border: 1px solid #ececec;
  padding: 10px 20px;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  resize: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.xs-section-padding .blog-sidebar-wraper .widget.widget_contactform form input:focus,
.xs-section-padding .blog-sidebar-wraper .widget.widget_contactform form textarea:focus {
  background-color: #eff1fb;
  border: 1px solid #ececec;
  box-shadow: none;
}
.xs-section-padding .blog-sidebar-wraper .widget.widget_contactform form .frm_submit button {
  background-color: #9bba3c;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 30px;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 50px;
  width: 100%;
  margin: 0;
}
.xs-section-padding .blog-sidebar-wraper .widget.widget_contactform form .frm_submit button:hover {
  background-color: #2b343b;
}
.xs-section-padding .blog-sidebar-wraper .widget:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .xs-section-padding .blog-sidebar-wraper .widget:not(:last-child) {
    margin-bottom: 40px;
  }
}
.xs-section-padding .blog-sidebar-wraper .widget:not(.widget_search) {
  padding-top: 40px;
  padding-bottom: 40px;
}
.xs-section-padding .blog-sidebar-wraper .widget:not(.widget_search):before {
  content: '';
  height: 10px;
  position: absolute;
  width: calc(100% + 2px);
  top: -1px;
  left: -1px;
  background-color: #9bba3c;
}
@media (min-width: 768px) {
  .xs-section-padding .blog-sidebar-wraper {
    margin-left: 5px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .xs-section-padding {
    padding: 100px 0;
  }
  .xs-section-padding.padding_with_no_banner {
    padding: 60px 0;
  }
}
footer {
  background-color: #2b343b;
  color: #fff;
}
footer .footer_bottom ul{
  padding: 0;
  margin: 0;
  text-align: center;
}
footer .footer_bottom ul.uls li{
    display: inline-flex;
    margin-right: 40px;
    margin-top: 16px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
}
.footer_bottom{
  padding: 10px 15px;
}
@media (max-width: 600px) {
  footer .footer_bottom ul.uls li{
    margin-top: 0px;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
footer a:hover {
  color: #fff;
}
footer #footer-logo {
  width: 90%;
  margin-bottom: 8px;
}
footer .social-med .social_icons {
  padding-right: 15px;
}
footer .social-med .social_icons a .fa {
  font-size: 40px;
}
footer p {
  font-size: 1em;
  text-align: left;
  margin-top: 0;
  margin-bottom: 14px;
}
footer h3 {
  font-size: 19px! important;
  margin-top: 2%! important;
  text-transform: uppercase! important;
  text-align: left! important;
  font-weight: 300!important;
}
footer .contat {
  margin: 10px 0;
  font-size: 20px;
}
footer .next-ul {
  padding: 0;
  margin: 10px 0;
  list-style: none;
}
footer .next-ul li {
  font-size: 12px;
  line-height: 28px;
}
footer .next-ul li .fa {
  font-size: 15px;
  margin-right: 4px;
}
footer .footer-w3 {
  padding: 40px 0;
}
footer .footer-bott {
  padding: 15px 0;
  border-top: 1px #5a5a5a solid;
}
footer .footer-bott .copy {
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  footer .footer-bott .copy {
    text-align: left;
    margin-bottom: 0;
  }
}
footer .footer-bott ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-bott ul li {
  color: #fff;
  padding: 0 12px;
  display: inline-block;
  border-right: 1px #ddd solid;
}
footer .footer-bott ul li .paynow {
  background: #fff;
  color: #6a2f85;
  border-radius: 15px;
  padding: 4px 8px;
  text-align: center;
  font-style: italic;
  font-weight: 700;
  box-shadow: #222 1px 2px 1px 1px;
}

.single  tbody, td, .single  tfoot, .single th, .single thead, .single tr {
  border: 7px solid white;
  padding: 8px;
}
blockquote.wp-block-quote.firstQuote {
  background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 21%, rgba(244,185,5,1) 51%, rgba(255,255,255,1) 79%);
	text-align: center;
    padding: 17px 0;
	margin: 20px 0 0 0;

}
figure.wp-block-table {
    background: rgb(255,222,125);
    background: linear-gradient(90deg, rgba(255,222,125,1) 42%, rgba(255,255,255,1) 84%);
}
h1.entry-title {
    font-size: 30px;
}
.social_icons {
    font-size: 35px;
    padding: 7px;
}
table {
    background: rgb(255,222,125);
    background: linear-gradient(90deg, rgba(255,222,125,1) 42%, rgba(255,255,255,1) 84%);
}
.after_content{display: none;}
.postView .post-views.entry-meta{margin:0 5px 0 0 !important;}
/*.entry-content, .blog_content_wrapper{*/
/*	position:relative;*/
/*}*/

/*.oacs-spl-like-button-wrapper{*/
/*	position: absolute;*/
/*    right: 0;*/
/*}*/
/*.postFooter {*/
/*    margin-right:80px;*/
/*}*/
/*.likebtn_container{*/
/*    position: absolute;*/
/*    right: 40px;*/
/*    bottom: 5px;*/
/*    z-index: 999;*/
/*}*/
/*@media (max-width: 992px) {*/
/*    .likebtn_container{*/
/*        bottom: 0;*/
/*    }*/
/*}*/
/*.entry-content .likebtn_container{*/
/*    bottom: 0px;*/
/*}*/

.postFooter {
    display:block;
}
@media (min-width: 991px) {
    .postFooter {
        display:flex;
        align-items:center;
    }
}
.dataWithShare{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.dataWithShare .entry-meta{
    margin:0 !important;
}
.dataWithShare .shareWrapper i.fa-ellipsis-v{
    font-size:32px;
}
.socialIcon {
    /*display:none;*/
    /*position: absolute;*/
    right: 70px;
    top: 43px;
    left: auto;
    box-shadow: 0 0 7px 0 #cccccc94;
    padding: 10px;
    z-index: 9;
    background: #fff;
}
.socialIcon.openForm{
    display: block;
    
}
.socialIcon a{display:block;}
.blog_content_wrapper{
    position:relative;
}
.wpulike-heart .wp_ulike_general_class{
    box-shadow:unset!important;
}
.wpulike.wpulike-heart {
    padding:0 !important;
}
.wpulike-heart .count-box{
    font-weight:500 !important;
}
.blog-post-lists .post-list{
    padding-bottom:30px !important;
}
.blog_content_wrapper .socialIcon.openForm{
    display: block;
    position: unset;
    right: 20px;
    top: 10px;
    left: auto;
    box-shadow: 0 0 7px 0 #cccccc94;
    padding: 10px;
    z-index: 9;
    background: #fff;
}
@media (min-width: 991px) {
    .socialIcon.openForm{
        position: absolute;
    }
}
.shareOpen, .socialIcon{
    cursor:pointer;
}
.social_share_wrapper span.facebook{
    background-color:#3c589a;width:35px;height:35px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box
}
.social_share_wrapper span.twitter{
    background-color:#55acee;width:35px;height:35px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box
}
.social_share_wrapper span.linkedin{
    background-color:#0077b5;width:35px;height:35px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box
}