@charset "UTF-8";

/*
Theme Name: Icon Star
Theme URI: https://icon-infotech.net
Author: Mohammad Jewel
Author URI: https://facebook.com/jewelmm9
Description: This is a starter theme for running basic website with supported theme options.
Tested up to: 6.0.0
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iconStarter
Tags: one-column, accessibility-ready, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/
header.style4 .nav_menu .menu li > a {
	color: #000 !important;
}
.elementor-widget-n-tabs .e-n-tab-title-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
}
span.e-n-tab-title-text p span {
    font-size: 16px;
    color: #606060;
    font-weight: normal;
}
.e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover span.e-n-tab-title-text p span {
	color: #fff;
}
:root {
  --c-block: #fafafa;
}
.icon-heading span {
  background: var(--c-block);
}
.comment-area {
  background: #e9efef;
  border-radius: 10px;
}
.news-carousel {
  max-height: 350px;
}
.post-item .cat_name {
  background: var(--h-color);
}
.news-carousel .post-title {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.post-next a:hover .icon-box,
.post-previous a:hover .icon-box {
  background: #c41351;
  color: #fff;
}

.content ul {
  margin: 15px 0;
}
.content ul li {
  margin-left: 30px;
  list-style: disc;
}
.blog_content a {
  color: #c41351;
}
.blog_content a:hover {
  text-decoration: underline;
}
.blog_content table,
.blog_content th,
.blog_content td {
  border: 1px solid;
}

.pagination-wrapper {
  text-align: center;
  margin: 40px 0;
}

.pagination-wrapper .pagination {
  display: inline-flex;
  list-style: none;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.pagination-wrapper {
  text-align: center;
  margin: 40px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.pagination-wrapper .page-numbers {
  display: flex;
  padding: 10px 16px;
  margin: 0 3px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  background: #f5f5f5;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.pagination-wrapper .page-numbers.current,
.pagination-wrapper a.page-numbers:hover {
  background: #0073aa;
  color: #fff;
}
.case-item .excerpt {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition-delay: 250ms;
}
.case-item:hover .excerpt {
  opacity: 1;
  transform: none;
}
.sub-menu > li > .sub-menu {
  position: absolute;
  background: #ffffff;
  left: 100%;
  top: 0;
  height: 100%;
  border-radius: 0 0 5px 0;
  opacity: 0;
  transition: all 0s ease;
  z-index: 1;
  width: 350px;
  visibility: hidden;
  box-shadow: 3px 3px 16px -15px rgba(0, 0, 0, 0.7);
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.reviews .single_review h3:after {
  content: "\EB6A";
  font-family: "remixicon" !important;
  position: absolute;
  left: 2px;
  top: -35px;
  width: 24px;
  height: 20px;
  display: inline-block;
}
.client-item {
    width: 140px;
}