.blog-page .blogslink h3{
  font-family: Work Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.15px;
  text-align: left;
  color: #000;
}
.working-process__single-inner {
  position: relative;
  display: block;
  /* max-width: 225px; */
  width: 100%;
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
}
  
.working-process__single .img-holder {
  position: relative;
  display: block;
  /* max-width: 250px; */
  width: 100%;
  margin: 0 auto;
}
  
.working-process__single .btn-box a{
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #C5B665;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}
.working-process__single .btn-box a:hover{
  color: #000;
}
.working-process__single .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--thm-bg);
  /* height: 210px; */
  border-radius: 2px;
}
  
.working-process__single .img-holder .inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background: var(--thm-base); */
  opacity: 0;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
  
.working-process__single:hover .img-holder .inner:before {
  opacity: 0.5;
}
  
.working-process__single .img-holder .inner img {
  width: 100%;
  height: 100%;
  /* mix-blend-mode: luminosity; */
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
  
.working-process__single:hover .img-holder .inner img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
  
.case-stories__single .working-process__single-inner .content-box {
  padding: 18px 18px 20px;
}
.homebanner {
  filter: grayscale(0);
}
.homebanner .bnrcap p {
  font-size: 18px;
}
.blog-page .content-box h3{
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  padding-bottom: 10px;
}
.blog-page .content-box h3 a{
  color: #000;
}
.blog-page .content-box p{
  font-size: 14px;
  font-weight: 400;
  line-height: 18.42px;
  text-align: left;
  padding-bottom: 10px;
} 
.blog-page .blog-container .blogslink ul{
  margin: 10px 0px;
}
.blog-page .blog-container .blogslink ul li{
  padding: 5px 0;
  border-bottom: 1px solid #1C1C1C;
} 
.blog-page .blog-container .blogslink ul li a{
  color: #000;
  padding: 15px 0px;
  font-size: 14px;
  font-weight: 400;
}
  
.blog-page .blog-container .blogs-right .blog-card .case-stories__single .working-process__single .working-process__single-inner .img-holder .inner .badge{
  background: #C5B665;
  color: #fff;
  padding: 10px 14px;
  z-index: 3;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

.breadcrumb-area.blog .inner-content {
  padding: 70px 0 80px;
}
  
.blog-single-header h6{
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.blog-single-header h4{
  color: #1C1C1C;
  font-size: 18px;
  font-weight: 600;
}
  
.blog-single-header h3{
  color: #1C1C1C;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
  
.blog-single-header h2{
  font-size: 24px;
  font-weight: 600;
  line-height: 33.12px;
}
  
.blog-single-header p{
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.blog-single-header ul {
  padding-left: 2rem;
}

.blog-single-header ul li{
  list-style: disc !important;
}

.blog-single-header .second p{
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;

}
  
.blog-single-bottom h3{
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
}

.blog-single-header h5 {
  font-size: 16px;
}
  
.blog-single-bottom .right ul{
  list-style: disc !important;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.light-theme a, .light-theme span {
	float: left;
	color: #000;
	font-size:16px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 16px;
	padding: 0 10px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #C5B665; 
	background: -moz-linear-gradient(top, #ffffff 0%, #C5B665 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#C5B665)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#C5B665 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#C5B665 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#C5B665 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#C5B665 100%); /* W3C */
}

.light-theme a:hover {
	text-decoration: none;
	background: #FCFCFC;
}

.light-theme .current {
	background: #000;
	color: #FFF;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

.blogslink .sidebar,
.left .sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  /* max-height: 100vh; */
  overflow-y: auto;
}
.blogslink .sidebar{
  max-height: none;
}
.left .logo1{
  padding: 60px;
  background-color: #000;
}
.left .bg2{
  background: #FEF5C2;
  margin: 20px 0;
  padding: 0 20px;
}
.left .bg2 h3{
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.left .capblog {
  display: flex;
  padding-bottom: 24px; 
}
.left .capblog .imgbox {
  width: 100%;
  max-width: 100px;
  border-radius: 6px;
  background-color: #616161;
  margin-right: 15px;
  overflow: hidden;
  display: flex;
}
.left .capblog .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left .capblog .capct {
  width: 75%;
}
.left .capblog .capct h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  padding-bottom: 8px;
}
.left .capblog .capct p {
  font-size: 14px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
}