:root {
	/* --lh: 1.5rem; */
	--lh: 1.65rem;
	/* --lh: 1.9rem; */
	--lh2: 1.25rem;
}
.truncate-overflow::before {
	position: absolute;
	content: "...";
	/* tempting... but shows when lines == content */
	top: calc(var(--lh) * (var(--max-lines) - 1.1));
	/*
inset-block-end: 0;
inset-inline-end: 0;
*/
	bottom: 0;
	right: 0;
}

.truncate-overflow::after {
	content: "";
	position: absolute;
	/*
inset-inline-end: 0;
*/
	right: 0;
	/* missing bottom on purpose*/
	width: 1rem;
	height: 1rem;
	background: white;
}

html[dir="rtl"] .truncate-overflow {
	padding-right: unset;
	/* space for ellipsis */
	padding-left: 0.5rem;
	/* space for ellipsis */
}

html[dir="rtl"] .truncate-overflow::before {
	position: absolute;
	content: "...";
	/* tempting... but shows when lines == content */
	top: calc(var(--lh) * (var(--max-lines) - 1.1));
	/*
inset-block-end: 0;
inset-inline-end: 0;
*/
	bottom: 0;
	right: unset;
	left: 0;
}

html[dir="rtl"] .truncate-overflow::after {
	content: "";
	position: absolute;
	/*
inset-inline-end: 0;
*/
	right: unset;
	left: 0;
	/* missing bottom on purpose*/
	width: 1rem;
	height: 1rem;
	background: white;
}

.truncate-overflow-v2 {
	--max-lines: 6;
	position: relative;
	max-height: calc(var(--lh) * var(--max-lines));
	overflow: hidden;
	padding-right: 0.5rem;
	/* space for ellipsis */
}

.truncate-overflow-v2::before {
	position: absolute;
	content: "...";
	/* tempting... but shows when lines == content */
	top: calc(var(--lh) * (var(--max-lines) - 1.1));
	/*
inset-block-end: 0;
inset-inline-end: 0;
*/
	bottom: 0;
	right: 0;
}

.truncate-overflow-v2::after {
	content: "";
	position: absolute;
	/*
inset-inline-end: 0;
*/
	right: 0;
	/* missing bottom on purpose*/
	width: 1rem;
	height: 1rem;
	/* background: white; */
}

html[dir="rtl"] .truncate-overflow-v2::after {
	content: "";
	position: absolute;
	/*
inset-inline-end: 0;
*/
	right: unset;
	left: 0;
	/* missing bottom on purpose*/
	width: 1rem;
	height: 1rem;
	/* background: white; */
}

.truncate-overflow-v3 {
	--max-lines: 2;
	position: relative;
	max-height: calc(var(--lh) * var(--max-lines));
	overflow: hidden;
	padding-right: 0.5rem;
	/* space for ellipsis */
}

html[dir="rtl"] .truncate-overflow-v3 {
	--max-lines: 2;
	position: relative;
	max-height: calc(var(--lh) * var(--max-lines));
	overflow: hidden;
	padding-left: 0.5rem;
	/* space for ellipsis */
	padding-right: unset;
	/* space for ellipsis */
}

.truncate-overflow-v3::before {
	position: absolute;
	content: "...";
	/* tempting... but shows when lines == content */
	top: calc(var(--lh) * (var(--max-lines) - 1.1));
	/*
inset-block-end: 0;
inset-inline-end: 0;
*/
	bottom: 0;
	right: 0;
}

.truncate-overflow-v3::after {
	content: "";
	position: absolute;
	/*
inset-inline-end: 0;
*/
	right: 0;
	/* missing bottom on purpose*/
	width: 1rem;
	height: 1rem;
	/* background: white; */
}

html[dir="rtl"] .truncate-overflow-v3::after {
	content: "";
	position: absolute;
	/*
inset-inline-end: 0;
*/
	right: unset;
	left: 0;
	/* missing bottom on purpose*/
	width: 1rem;
	height: 1rem;
	/* background: white; */
}

.funfact-section .inner-container {
	justify-content: space-evenly;
}

.contact-info .info-list li {
	display: block!important;
}

.search-field .search-area .form-group .nice-select {
	height: 50px;
	border: 1px solid #e5e5e5!important;
	font-size: 16px;
	color: #141417;
	padding: 10px 20px;
	transition: all 500ms ease;
	line-height: 30px;
}
.search-field .search-area .btn-box {
	top: 35px!important;
	right: 0px;
}
.main-header .logo-box .logo {
	max-width: 200px;
	width: 100%;
}
.content_block_two .content-box .single-item .icon-box.icon-service{
	line-height: 67px!important;
}
.content_block_two .content-box .single-item .icon-box.icon-service:before {
	background: var(--main-color);
}
.content_block_three .content-box .list-style-one li a{
	color: #141417;
}
.service-section .tabs-box .tab-btns li {
	margin-bottom: 15px!important;
}
.pricing-block-one .table-header .icon-box.icon-package{
	line-height: 87px!important;
}
.service-block-one .lower-content .icon-box.icon-service{
	line-height: 75px!important;
}
.chooseus-section .single-item .icon-box{
	line-height: 65px!important;
}

.login-form span {
	display: block!important;
	font-size: 14px;
	color: #858584;
	text-align: center;
}
.login-form span a {
	color: #333333;
	font-size: 15px;
	font-weight: 600;
}
.login-item {
	max-width: 600px;
	margin: auto;
	padding: 40px 50px 40px 50px;
	-webkit-box-shadow: 0px 0px 40px 0px #dddddd7a;
	box-shadow: 0px 0px 40px 0px #dddddd7a;
}

/*--
/*  4.26 - My Account CSS
/*----------------------------------------*/
.my-account-wrapper {
  margin-top: -50px;
}

.my-account-menu {
  padding-top: 50px;
}

.my-account-menu .account-menu-list {
  background-color: #f7f7f7;
}

.my-account-menu .account-menu-list li a {
  width: 100%;
  padding: 10px 30px;
  font-size: 14px;
  color: #222222;
  margin-top: -1px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  text-decoration: none;
}

.my-account-menu .account-menu-list li a i {
  margin-right: 5px;
}

.my-account-menu .account-menu-list li a:hover, .my-account-menu .account-menu-list li a.active {
  background-color: var(--main-color);
  color: #ffffff;
}

.my-account-tab .account-title {
  font-size: 28px;
  font-weight: 600;
  color: #000000;
}

.account-wrapper {
  margin-top: -10px;
  padding-top: 50px;
}

.account-wrapper .table {
  margin-bottom: 0;
  margin-top: 20px;
}

.account-table .table thead tr th {
  border: 1px solid #ECECEC;
  border-bottom-color: #ECECEC !important;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 8px 15px;
}

.account-table .table thead tr th.name {
  min-width: 140px;
}

.account-table .table thead tr th.date {
  min-width: 130px;
}

.account-table .table tbody tr td {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid #ECECEC;
  padding: 0;
  white-space: nowrap;
}

.account-table .table tbody tr td a {
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  color: #000000;
}

.my-account-dashboard .welcome-dashboard {
  margin-top: 10px;
}

.my-account-dashboard .welcome-dashboard p {
  font-size: 14px;
}

.my-account-dashboard .welcome-dashboard p strong {
  font-weight: 500;
}

.my-account-dashboard .welcome-dashboard p a {
  color: #000000;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.my-account-dashboard .welcome-dashboard p a:hover {
  color: var(--main-color);
}

.my-account-payment p {
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
}

.my-account-address .account-address .name {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}

.my-account-address .account-address p {
  margin-top: 20px;
  font-size: 14px;
}

.my-account-address .account-address .btn {
  margin-top: 20px;
  border-radius: 3px;
}

.my-account-details .account-details .title {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}

.my-account-details .account-details .single-form {
  margin-top: 30px;
}

/* *********************** */

figure.snip0078 {
	font-family: 'Raleway', Arial, sans-serif;
	color: #fff;
	position: relative;
	margin: 10px;
	min-width: 220px;
	max-width: 310px;
	max-height: 310px;
	width: 100%;
	text-align: center;
}

figure.snip0078 * {
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
}

figure.snip0078 img {
	opacity: 1;
	max-width: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.snip0078 figcaption {
	bottom: 0;
	right: 70px;
	position: absolute;
	background: #000000;
	padding: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	box-shadow: 0 0px 10px -10px #000000;
}

figure.snip0078 figcaption h2,
figure.snip0078 figcaption p {
	margin: 0;
	color: #ffffff;
}

figure.snip0078 figcaption h2 {
	font-weight: 400;
	text-transform: uppercase;
}

figure.snip0078 figcaption h2 span {
	font-weight: 800;
}

figure.snip0078 figcaption p {
	font-size: 0.9em;
	font-weight: 500;
	opacity: 0.65;
}

figure.snip0078 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

figure.snip0078.blue figcaption {
	/* background: #1b557a; */
	background-color: var(--main-color);
}

figure.snip0078:hover figcaption,
figure.snip0078.hover figcaption {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	box-shadow: 0 15px 15px -15px #000000;
}

.project-details .image_block_four .image-box {
	position: relative;
	display: block;
	margin-left: 0;
}

.news-block-one .inner-box .image-2 .category{
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.news-block-one .inner-box .image-2 .category a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #141417;
	background: #fff;
	padding: 7px 30px;
}

.news-block-one .inner-box .image-2:before{
  position: absolute;
  content: '';
  background: #fbe3d4;
  width: 100%;
  height: 20px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}
.news-block-one .inner-box:hover .image-2 img{
  opacity: 0.7;
  transform: scale(1.05);
}
.news-block-one .inner-box:hover .image-2:before {
	background: var(--main-color);
}