.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3 {
  font-size: 40px;
  margin: auto;
  font-weight: 700;
  line-height: 1.2;
}
.witr_section_title_inner h2 {
  color: #888;
  font-size: 18px;
  margin: 0;
  display: inline-block;
}
.witr_section_title_inner h1 span,
.witr_section_title_inner h2 span,
.witr_section_title_inner h3 span,
.witr_section_title_inner p span,
.witr_section_title_inner p span a {
  color: var(--color-primary);
}

.witr_section_title {
  margin-bottom: 45px;
}
.witr_section_title_inner p {
  width: 100%;
  padding: 10px 0 0 0;
}
.witr_section_title_inner.text-center p {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
}

/* ===== 13. Blog Area CSS ===== */
.dastra_blog_area {
  padding: 95px 0 80px;
  background: #f6f6f6;
}
.dastra_blog_area .witr_section_title_inner p {
  width: 62%;
  margin: 0 auto;
  padding: 5px 0 0 0;
}
.dastra_blog_area .witr_section_title {
  margin-bottom: 45px;
}
.dastra_blog_area h1.divider_text::before {
  width: 70%;
}
.dastra_blog_area .witr_section_title_inner h2 {
  padding: 0;
}
.all_blog_color {
  text-align: left;
}
.busi_singleBlog {
  transition: 0.5s;
  box-shadow: 0 5px 10px 0 rgba(50, 65, 141, 0.07);
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
}
.witr_sb_thumb {
  overflow: hidden;
  position: relative;
}
.witr_sb_thumb:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  transition: 0.5s;
  z-index: 1;
}
.witr_sb_thumb:before {
  background: rgba(0, 0, 0, 0.5);
}
.witr_sb_thumb img {
  width: 100%;
  transition: 0.5s;
}
.witr_top_category {
  transform: scale(0);
  transition: 0.5s;
}
.busi_singleBlog:hover .witr_top_category {
  transform: scale(1);
}
.witr_top_category {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 999;
}
.witr_top_category ul li {
  display: inline-block;
}
.witr_top_category ul li a {
  background: var(--color-primary);
  padding: 3px 10px;
}
.witr_top_category ul li a {
  border-radius: 5px;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.witr_top_category ul li a {
  color: #fff;
}
.witr_top_category ul li a:hover {
  background: #133c5c;
}
.busi_singleBlog:hover {
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.05);
}
.busi_singleBlog:hover .witr_sb_thumb img,
.busi_singleBlog:hover .witr_sb_thumb:before {
  transform: scale(1.2);
}
.witr_blog_con {
  padding: 20px 15px 12px 22px;
  margin-bottom: 0;
}
.witr_blog_con h2 {
  margin: 15px 0 0;
  color: #222429;
}
.witr_blog_con h2 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 24px;
  line-height: 1.2;
  min-height: 57px;
}
.all_blog_color p {
  margin: 15px 0px 15px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 67px;
}
.em-blog-content-area_adn {
  padding: 0 10px 22px 0;
}
.learn_btn {
  padding: 10px 20px 10px 20px;
  border-radius: var(--button-radius);
  background: transparent;
  color: var(--color-primary);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #f1f1f1;
  margin: 0 0 10px 0;
}
.learn_btn:hover {
  color: #555555;
}
.em-blog-content-area_adn {
  padding: 0 10px 16px 20px;
}
.witr_blog_border {
  margin-bottom: 10px;
}
.witr_blog_border {
  border: 1px solid #f2f2f2;
}
.witr_blog_con span {
  font-size: 16px;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 15px;
  margin-right: 2px;
}
.dastra-blog-meta-left_adn a,
.dastra-blog-meta-left_adn span,
.dastra-event-meta-left_adn a,
.dastra-event-meta-left_adn span,
.event_date_5 span,
.witr_blog_con span,
.witr_blog_con span a,
.witr_blog_metan span,
.witr_blog_metan span a,
.witr_circal_r h6 {
  color: #888;
}
.witr_blog_meta_potion14 {
  margin: 5px 0 17px;
}
.witr_blog_con span i {
  padding-right: 5px;
  /* padding-left: 5px; */
  transition: 0.5s;
  color: var(--color-primary);
}
.witr_blog_area11 .em-blog-content-area_adn {
  padding: 0 10px 22px 20px;
}
.witr_blog_meta_potion {
  margin-top: -55px;
  margin-bottom: 25px;
  z-index: 9;
  position: relative;
  padding: 15px 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
}
.wbutton_right_icon {
  position: absolute;
  bottom: 0;
  right: 24px;
}
.wbutton_right_icon a {
  font-size: 20px;
  position: relative;
  z-index: 1;
  color: var(--color-primary);
}
.wbutton_right_icon a::before {
  content: "";
  position: absolute;
  height: 110px;
  width: 110px;
  border: 2px solid #f7f7f7;
  bottom: -78px;
  z-index: -1;
  transform: rotate(-35deg);
  right: -38px;
  border-radius: 0 20px;
  transition: 0.5s;
}
.busi_singleBlog:hover .wbutton_right_icon a {
  color: #fff;
}
.busi_singleBlog:hover .wbutton_right_icon a::before {
  background: var(--color-primary);
}
/* ===== Blog Area CSS ===== */
.witr-blog-side-area.blog_sidebar {
  padding: 100px 0px 100px;
}
.blog-left-side > div {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 15px;
  box-shadow: 0 0 5px 0 rgba(148, 146, 245, 0.2);
}
.blog-left-side > div:last-child {
  margin-bottom: 0;
}
.blog-left-side h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.blog-left-side .content {
  padding: 0;
}
.blog-left-side .push-bottom-large {
  margin-bottom: 0;
}
.blog-left-side > div:last-child {
  margin-bottom: 0;
}
.blog-left-side > aside:last-child {
  margin-bottom: 0 !important;
}
.blog-left-side .nav .children li a:hover,
.blog-left-side .sub-menu li a:hover {
  background: 0 0;
  color: #18c8ff;
}
.defaultsearch {
  background: #f7f7f7;
  position: relative;
}
.defaultsearch input {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 0 none;
  height: 54px;
  position: relative;
  width: 100%;
}
.defaultsearch button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #858585;
  font-size: 18px;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.defaultsearch input[type="text"] {
  padding-left: 10px;
}
.blog-left-side .widget h2 {
  bottom: -1px;
  display: block;
  line-height: 17px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  position: relative;
  text-transform: capitalize;
}
.blog-left-side .widget h2::before {
  background: var(--color-primary);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0px;
  position: absolute;
  width: 26%;
  top: 30px;
}
.em-blog-content-area {
  padding: 20px 15px 0;
  overflow: hidden;
}
.footer-middle .widget h5 {
  text-transform: capitalize;
}
.blog-left-side .widget ul {
  list-style: none;
}
.blog-left-side .widget ul li {
  margin: 0 0 5px;
  padding-left: 20px;
  position: relative;
}
.blog-left-side .widget > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.blog-left-side .widget ul li span {
  font-weight: 300;
}
.blog-left-side .widget ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-left-side > .widget > ul > li {
  margin: 0 0 10px;
  padding-bottom: 10px;
}
.blog-left-side .widget ul li a:hover,
.blog-left-side .widget ul li:hover::before {
  color: var(--color-primary);
}
.blog-left-side .widget ul li::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  left: 0;
  position: absolute;
}
.blog-left-side .widget select {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  padding-left: 5px;
}
.dastra-blog-meta-left i {
  color: var(--color-primary);
}
.dastra-blog-meta-left i {
  font-size: 13px;
  margin-right: 5px;
}
.dastra-blog-meta-left {
  margin-bottom: 10px;
  margin-top: 5px;
}
.recent-post-text h4 a:hover {
  color: var(--color-primary);
}
.recent-post-item {
  padding-bottom: 0;
}
.recent-post-text h4 {
  margin-bottom: 0;
  line-height: 1;
}
.dastra-blog-meta-left a,
.dastra-blog-meta-left span {
  color: #888;
}
.widget .screen-reader-text {
  display: none;
}
.textwidget select {
  width: 100%;
}
#wp-calendar {
  width: 100%;
}
.tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  margin: 0 8px 10px 0;
  padding: 7px 15px;
  text-align: center;
  font-weight: 400;
  border: 1px solid #ddd;
  text-transform: capitalize;
}
.r-post-content h3 a:hover,
.r-post-content h3:hover,
.tagcloud a:hover,
.widget_archive ul li a:hover,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_categories ul li:hover:before {
  color: #db2d2e;
}
.tagcloud a:hover {
  background: #db2d2e;
  color: #fff;
}
#wp-calendar caption {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}
#wp-calendar {
  font-size: 13px;
}
#wp-calendar {
  border: 0 solid #e5e5e5;
  margin-bottom: 20px;
  overflow: auto;
  vertical-align: top;
  width: 100%;
  margin: 0;
}
table#wp-calendar td {
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
}
#wp-calendar td,
#wp-calendar th {
  padding: 8px;
}
table#wp-calendar th {
  border: 1px solid #e5e5e5;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
table#wp-calendar td#today {
  color: #fff;
  background-color: var(--color-primary);
}
table#wp-calendar td#today a {
  color: #fff;
}
.textwidget img {
  margin-bottom: 15px;
}
.textwidget p {
  margin-bottom: 0.5rem;
}
.dastra-blog-thumb img {
  width: 100%;
  transition: 0.5s;
}
.witr-blog-side-area .imagess_area .slick-slide img {
  display: inline-block;
  margin: auto;
  width: 100%;
}
.witr-blog-side-area.blog_sidebar .dastra-single-blog {
  margin-bottom: 30px;
  box-shadow: none;
  border-bottom: 1px solid #e7e7e7;
  background: transparent;
}
.dastra-single-blog {
  overflow: hidden;
  text-align: left;
  transition: all 0.3s ease-in-out 0s;
}
.dastra-blog-thumb {
  overflow: hidden;
}
.single_blog_thumb img {
  width: 100%;
}
.dastra-blog-thumb a {
  display: block;
  position: relative;
}
.dastra-blog-thumb a:before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  z-index: 999;
  transition: 0.5s;
}
.dastra-blog-thumb a:before {
  background: rgba(0, 0, 0, 0.7);
}
.dastra-blog-thumb img {
  width: 100%;
}
.dastra_blog_area .em-blog-content-area {
  padding: 20px 15px 0;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgb(148 146 245 / 20%);
}
.dastra-blog-meta.post_blog h2 a {
  font-size: 24px;
  font-weight: 700;
  transition: 0.5s;
}
.dastra-blog-meta-left {
  margin-bottom: 10px;
  margin-top: 5px;
}
.dastra-blog-meta-left a,
.dastra-blog-meta-left span {
  color: #888888;
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 0;
  display: inline-block;
}
.dastra-blog-meta-left i {
  color: var(--color-primary);
  margin-right: 5px;
  font-size: 13px;
}
.dastra-blog-meta-left a,
.dastra-blog-meta-left span {
  color: #888;
}
.em-blog-content-area .witr_btn {
  background: var(--color-primary);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-align: center;
  position: relative;
  margin-right: 20px;
  z-index: 2;
  transition: 1s;
  font-weight: 400;
  margin-bottom: 20px;
}
.dastra-single-blog:hover .dastra-blog-thumb a:before {
  opacity: 1;
}
.dastra-single-blog:hover .dastra-blog-thumb img {
  transform: scale(1.1);
}
.em-blog-content-area .witr_btn:hover {
  background: #323232;
  color: #fff;
}
.dastra-blog-meta.post_blog h2 a {
  font-size: 24px;
  font-weight: 700;
  transition: 0.5s;
}
.video-open-inline iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.witr-blog-side-area.blog_sidebar .markit-single-blog {
  margin-bottom: 30px;
  box-shadow: none;
  border-bottom: 1px solid #e7e7e7;
  background: transparent;
}
.witr-blog-side-area blockquote {
  background-color: #f7f7f7;
  border-left: 3px solid var(--color-primary);
  padding: 1em 1em;
  margin-top: 15px;
}
blockquote {
  margin: 0 0 30px;
  font-size: 17px;
  font-weight: 400;
  box-shadow: 0 0 5px 0px rgb(0 0 0 / 7%);
}
.blog-left-side .widget a {
  color: #454545;
  line-height: 1;
}
.blog-left-side > div {
  margin-bottom: 30px;
  padding: 35px 30px 35px;
  border-radius: 8px;
  box-shadow: 0 0 30px rgb(0 0 0 / 7%);
}
.recent-post-text h4 a {
  font-size: 17px;
  font-weight: 600;
}
.widget_recent_data .recent-post-image img {
  margin-bottom: 10px;
  margin-top: 0;
}
.widget_recent_data .recent-post-item {
  margin-bottom: 0;
}
.blog-left-side .single-widget-item h2 {
  color: #030925;
}
/* ===== single blog css ===== */
.witr-blog-side-area.blog_area.single_blog.single_blog_page {
  padding: 100px 0 70px;
}
.dastra-single-blog-details-inner {
  padding: 38px 45px 45px;
  box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
  border-radius: 0 0 10px 10px;
}
.block .wp-block-quote.is-large p,
.block .wp-block-quote.is-style-large p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
  color: #5c727d;
}
.wp-block-group__inner-container {
  text-align: center;
}
.dastra-single-icon-inner {
  text-align: center;
}
.dastra-single-icon-inner a {
  border: 1px solid #e6e6e6;
  color: #17161a;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  margin: 0 9px 0 0;
  text-align: center;
  width: 40px;
  border-radius: 5px;
}
.dastra-single-icon-inner a:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.comment-respond {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 25px 10px 30px;
  background-color: #f1f1f1;
}
.comment_field .input-field {
  width: 33.33%;
  float: left;
  margin-bottom: 25px;
}
.comment_field .input-field label,
.comment_field .textarea-field label {
  color: #606060;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 500;
}
.comment_field .input-field label,
.comment_field .textarea-field label {
  color: #606060;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 500;
}
.comment_field .input-field input,
.comment_field .textarea-field textarea {
  color: #555555;
}
.comment_field .input-field input {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 6px 20px;
  height: 54px;
  font-size: 17px;
}
.comment_field .textarea-field textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 150px;
  padding: 10px;
}
.comment_field .input-field input,
.comment_field .textarea-field textarea {
  color: #555555;
}
.dastra_btn {
  background: transparent;
  border: 1px solid #ddd;
  display: inline-block;
  text-align: center;
  padding: 12px 20px;
  margin-top: 15px;
  border-radius: 5px;
  transition: 0.5s;
  color: #444;
}
.dastra_btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
/* end sidebar css */

/* slick prev slick next css */
/*======== slick ========*/
.dastra_blog_area .slick-prev,
.dastra_blog_area .slick-next {
  font-size: 0;
  position: absolute;
  display: block;
  padding: 0;
  cursor: pointer;
  color: #fff;
  outline: none;
  z-index: 9;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: 55px;
  height: 55px;
  line-height: 55px;
  top: 50%;
  transform: translate(0px, -50%);
  transition: 0.5s;
  border: 0px solid #17161a;
  background: var(--color-primary);
}
.dastra_blog_area .slick-prev {
  left: -65px;
}
.dastra_blog_area .slick-next {
  right: -65px;
}
.dastra_blog_area .slick-next:before,
.dastra_blog_area .slick-prev:before {
  color: #fff;
  font-size: 32px;
  transition: all 0.3s ease 0s;
  content: "\e64f";
  font-family: "qico" !important;
  line-height: inherit;
  opacity: 1;
}
.dastra_blog_area .slick-next:before {
  content: "\e650";
  font-family: "qico" !important;
}
.dastra_blog_area .slick-next:focus,
.dastra_blog_area .slick-next:hover,
.dastra_blog_area .slick-prev:focus,
.dastra_blog_area .slick-prev:hover {
  background: #555;
}
.dastra_blog_area .slick-prev:hover:before,
.dastra_blog_area .slick-next:hover:before {
  color: #fff;
}
button:focus {
  outline: 0;
}
.simages_id11:hover .slick-prev,
.simages_id11:hover .slick-next {
  opacity: 1;
}
.dastra_blog_area:hover .slick-prev,
.dastra_blog_area:hover .slick-next {
  opacity: 1;
}
.dt_test_area:hover .slick-prev,
.dt_test_area:hover .slick-next {
  opacity: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 87%;
  }
  .title_in_area {
    width: 100%;
  }

  .witr_section_title_inner h1,
  .witr_section_title_inner h3 {
    font-size: 34px;
  }

  /* blog css */
  .dastra_blog_area .witr_section_title_inner p {
    width: 82%;
  }
  .witr_blog_con h2 a {
    font-size: 20px;
  }
  .widget_recent_data .recent-post-image img {
    margin-bottom: 23px;
  }
  .wblog-content h5 > a {
    font-size: 19px;
  }
  .blog-content span {
    font-size: 13px;
  }
  .blog-content > a {
    line-height: 40px;
    padding: 0 20px;
  }
  .widget .widget_media_image img {
    width: 100%;
  }
  .blog-left-side .blog-title > ul > li > a {
    margin-right: 8px;
  }
  .footer-middle .recent-post-text > h4 {
    margin-top: -7px;
    line-height: 1;
  }
  .em-blog-content-area {
    padding: 22px 15px 7px;
  }
  .witr_titles h3 {
    font-size: 20px;
  }
  .witr_blog_con6 h2 {
    font-size: 17px;
  }
  .witr_blog_con6 h5 a {
    font-size: 17px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* section_title */
  .witr_section_title_inner h1,
  .witr_section_title_inner h3 {
    font-size: 30px;
  }
  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 90%;
  }
  .title_in_area {
    width: 100%;
  }

  .slider_btn .witr_btn {
    margin-top: 20px;
  }

  .dastra_blog_area .witr_section_title_inner p {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .witr_section_title_inner h2 {
    font-size: 17px !important;
    padding-top: 10px;
  }
  .witr_section_title_inner p {
    padding-top: 10px;
  }
  .witr_section_title {
    text-align: center;
  }
  .witr_section_title .text-right {
    text-align: center !important;
  }
  .title_btn {
    margin: 30px 0 20px;
  }
  .witr_section_title_inner h1,
  .witr_section_title_inner h2,
  .witr_section_title_inner h3 {
    font-size: 21px;
  }

  .slider_btn .witr_btn {
    margin-top: 10px;
  }

  .witr_blog_con h2 a {
    font-size: 19px;
  }
  .dastra_blog_area .slick-prev {
    left: 0;
  }
  .dastra_blog_area .slick-next {
    right: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* section_title */
  .witr_section_title_inner h1,
  .witr_section_title_inner h2,
  .witr_section_title_inner h3 {
    font-size: 25px;
  }
  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 91%;
  }
}


@media(max-width:991px){
  .dastra_blog_area { padding: 30px 0;}
  .dastra_blog_area .witr_section_title {margin-bottom: 25px;}
}