body {
		font-family: "Lexend", sans-serif !important;
}

/*
* Custom Col
*/
@media (min-width: 1400px) {
		.custom-col {
				flex: 79% !important;
				max-width: 79% !important;
		}
}

@media (min-width: 1900px) {
		.custom-col {
				flex: 74.5% !important;
				max-width: 74.5% !important;
		}
}

/*
* Custom Btn White
*/
.custom-btn-white {
		border-color: var(--light) !important;
		border-width: 3px !important;
		color: var(--light) !important;
}

.custom-btn-white:hover {
		background-color: var(--light) !important;
}

/*
* Custom Btn
*/
.custom-btn {
		border-width: 1px !important;
		border-color: var(--grey-500) !important;
}

/*
* Header
*/


.headtop {
top:-79px;

}


#header .dropdown-item {
		text-transform: capitalize !important;
		font-size: 15px !important;
}

#header .simple-search .form-control {
		border-radius: 1.3rem 0 0 1.3rem !important;
}

#header .header-nav-features-light:before, #header .header-nav-features-light:after {
		content: none !important;
}

#header .header-container {
		/*height: 113px;*/
}

#header .header-top {
		height: 60px;
}


html.sticky-header-active #header .header-container {
		height: 20px;
}

@media (min-width: 992px) {
		html:not(.sticky-header-active) #header .header-body {
				transform: translate3d(0, 0px, 0);
		}
}
/*
* Carousel Slider Navigation
*/
[data-carousel-navigate] {
		cursor: pointer;
}

[data-carousel-navigate] p {
		line-height: 26px !important;
}

@media (min-width: 992px) {
		[data-carousel-navigate].active:before {
				content: "";
				position: absolute;
				display: block;
				top: 0;
				left: 0;
				height: 3px;
				width: 100%;
		}
}

/*
* Page Header
*/
.custom-page-header.page-header-background-sm {
		padding: 95px 0 !important;
}

.custom-page-header .parallax-background {
		height: 150% !important;
}

/*
* Portfolio
*/
.load-more-loader {
		display: none;
}

.portfolio-load-more-loader {
		min-height: 61px;
}

.load-more-btn-wrapper {
		min-height: 53px;
}

.custom-portfolio .nav-link {
		font-weight: 600;
		padding: 8px 23px;
		font-size: 12.32px;
		font-size: 0.77rem;
}

.custom-portfolio .nav-item {
		margin-right: 1px;
}

.custom-portfolio .nav-item:hover .nav-link {
		color: var(--light);
}

.custom-thumb-info.thumb-info {
		max-width: 80% !important;
		border-radius: 100% !important;
}

/*
* Custom Img
*/
.custom-img {
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
		border-radius: 1%;
}

/*
* Custom Line Height
*/
.custom-line-height {
		line-height: 12.8px !important;
		line-height: 0.8rem !important;
}

/*
* Featured Box
*/
.custom-featured-box .icon-featured {
		width: 100px !important;
		height: 100px !important;
		display: flex !important;
		justify-content: center;
		align-items: center;
}

.custom-featured-box .icon-featured:before {
		transform: scale(1) !important;
}

.custom-featured-box:hover .icon-featured:before {
		transform: scale(1.2) !important;
}

.custom-featured-box i {
		margin-top: auto !important;
		margin-bottom: auto !important;
}

.custom-featured-box i::before {
		opacity: 1 !important;
}

/*
* Max Width
*/
.max-w-90 {
		max-width: 90%;
}

/*
* Custom Img About
*/
.custom-img-about {
		right: 0;
		top: 12%;
}

@media (max-width: 991px) {
		.custom-img-about {
				max-width: 45%;
		}
}

/*
* Breadcrumb
*/
.custom-breadcrumb li, .custom-breadcrumb a {
		color: var(--default) 77 !important;
}

.custom-breadcrumb > li + li:before {
		content: "/" !important;
		font-size: 17.6px;
		font-size: 1.1rem;
}

/*
* Cards
*/
.custom-card:hover {
		box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.1);
}

.custom-card:hover:before {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		height: 3px;
		width: 100%;
}

.custom-card .icon-animated {
		max-width: 80px;
}

/*
* HR
*/
.custom-hr {
		background: var(--grey-500) !important;
		width: 140%;
		margin-left: -20%;
}

/*
* Card
*/
.custom-card-style-2 {
		box-shadow: 0px 0px 35px -5px rgba(0, 0, 0, 0.1);
		border-left: 1px solid #e8e8e8;
		border-bottom: 1px solid #e8e8e8;
		border-right: 1px solid #e8e8e8;
		margin-top: 16px;
		margin-top: 1rem;
}

.custom-card-style-2 h3, .custom-card-style-2 h4 {
		letter-spacing: inherit;
		font-weight: 600;
}

.custom-card-style-2 hr {
		background: rgba(0, 0, 0, 0.15) !important;
}

.custom-card-style-2:before {
		content: "";
		display: block;
		top: 0;
		left: 0;
		height: 3px;
		width: 100%;
}

.custom-card-style-2.card-contact-us {
		margin-top: 6.4px !important;
		margin-top: 0.4rem !important;
}

.custom-card-style-3 {
		border: 1px solid var(--grey-500);
}

.custom-card-style-3 h4 {
		letter-spacing: inherit;
		font-weight: 600;
}

.custom-card-style-3:hover {
		cursor: pointer;
		box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.1);
}

/*
* Map
*/
.custom-map {
		margin: 0 !important;
}

/*
* Tabs
*/
.custom-tabs {
		margin-bottom: 50px !important;
}

.custom-tabs .nav-item.active .nav-link, .custom-tabs .nav-item:hover .nav-link {
		color: var(--light) !important;
}

.custom-tabs .nav-item .nav-link {
		font-weight: 600;
		border: none !important;
		padding: 12px 24px !important;
		padding: 0.75rem 1.5rem !important;
}

.custom-tabs .nav-item .nav-link:before {
		content: none !important;
}

.custom-tabs .nav-item .nav-link:hover {
		padding: 12px 24px !important;
		padding: 0.75rem 1.5rem !important;
		border: none !important;
}

/*
* Contact Form
*/
.custom-form-style-1 .form-control {
		border: 0;
		padding: 19.2px;
		padding: 1.2rem;
		box-shadow: none !important;
		height: auto;
}

/*
* Progress Bar
*/
.custom-progress-bar.progress {
		background-color: var(--grey-500) ccc;
		border-radius: 25px !important;
		height: 8px !important;
		padding-left: 0;
		margin-left: 10px;
}

.custom-progress-bar .progress-bar {
		border-radius: 25px !important;
}

.custom-progress-bar .progress-bar-tooltip {
		color: var(--default) !important;
		background-color: transparent !important;
		font-size: 14px;
		right: -10px;
}

.custom-progress-bar .progress-bar-tooltip::after {
		content: none !important;
}

/*
* Testimonial
*/
.custom-testimonial blockquote {
		background: transparent !important;
		padding: 11.2px 28.8px;
		padding: 0.7rem 1.8rem;
}

.custom-testimonial blockquote:before, .custom-testimonial blockquote:after {
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
}

.custom-testimonial blockquote:before {
		content: "\f10d";
		font-size: 17px !important;
		left: -12px !important;
}

/*
* Owl Carousel - Custom Dots
*/
.owl-carousel.custom-dots .owl-dots {
		margin-top: 30px;
}

.owl-carousel.custom-dots button.owl-dot span {
		width: 14px;
		height: 14px;
		border: 2px solid;
		background: transparent !important;
}

.owl-carousel.custom-dots button.owl-dot.active span, .owl-carousel.custom-dots button.owl-dot:hover span {
		position: relative;
		border: 2px solid;
		background: transparent;
}

.owl-carousel.custom-dots button.owl-dot.active span:before, .owl-carousel.custom-dots button.owl-dot:hover span:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 5px;
		height: 5px;
		border-radius: 100%;
		transform: translate3d(-50%, -50%, 0);
}

.owl-carousel.custom-dots button.owl-dot:hover {
		opacity: 0.7;
}

/*
* Custom Angled
*/
.custom-angled .section-angled-layer-bottom,
.custom-angled .section-angled-layer-top {
		padding: 72px 0 !important;
		padding: 4.5rem 0 !important;
}

.custom-angled:not(.section-angled-reverse) .section-angled-layer-top {
		transform: skewY(-3deg) translate3d(0, -50%, 0) !important;
}

.custom-angled:not(.section-angled-reverse) .section-angled-layer-bottom {
		transform: skewY(3deg) translate3d(0, 50%, 0) !important;
}

.custom-angled.section-angled-reverse .section-angled-layer-top {
		transform: skewY(3deg) translate3d(0, -50%, 0) !important;
}

.custom-angled.section-angled-reverse .section-angled-layer-bottom {
		transform: skewY(-3deg) translate3d(0, 50%, 0) !important;
}

/* Skin */
a.text-primary:hover {
		color: var(--primary) !important;
}

a.text-secondary:hover {
		color: var(--secondary) !important;
}

a.text-tertiary:hover {
		color: var(--tertiary) !important;
}

.custom-btn:hover {
		border-color: var(--primary);
}

.custom-button-white:hover {
		color: var(--primary) !important;
}

.custom-portfolio .nav-link {
		color: var(--secondary);
}

.custom-portfolio .nav-item:hover {
		background-color: var(--primary);
}

[data-carousel-navigate]:hover h4, [data-carousel-navigate].active h4 {
		color: var(--primary) !important;
}

[data-carousel-navigate]:hover:before, [data-carousel-navigate].active:before {
		background-color: var(--primary);
}

/*
* Cards
*/
.custom-card:hover:before {
		background-color: var(--primary);
}

.custom-card-style-2:before {
		background-color: var(--primary);
}

/*
* Testimonial
*/
.custom-testimonial blockquote:before {
		color: var(--primary) !important;
}

/*
* Tabs
*/
.custom-tabs .nav-item.active, .custom-tabs .nav-item:hover {
		background-color: var(--primary);
}

.custom-tabs .nav-item .nav-link {
		color: var(--secondary) !important;
}

.owl-carousel.custom-dots button.owl-dot span {
		border-color: var(--quaternary);
}

.owl-carousel.custom-dots button.owl-dot.active span, .owl-carousel.custom-dots button.owl-dot:hover span {
		border-color: var(--secondary);
}

.owl-carousel.custom-dots button.owl-dot.active span:before, .owl-carousel.custom-dots button.owl-dot:hover span:before {
		background: var(--secondary);
}

/*
* General
*/
.custom-big-text-style-1 {
		font-size: 137.6px;
		font-size: 8.6rem;
		letter-spacing: 5px;
		line-height: 0.85;
}

@media (max-width: 991px) {
		.custom-big-text-style-1 {
				font-size: 7.8rem;
		}
		.custom-big-text-style-1.custom-big-text-style-1-variation {
				font-size: 5.8rem;
		}
		

}

@media (max-width: 767px) {
		.custom-big-text-style-1 {
				font-size: 5.6rem;
		}
		.custom-big-text-style-1.custom-big-text-style-1-variation {
				font-size: 4rem;
		}
}

@media (max-width: 575px) {
		.custom-big-text-style-1,.custom-big-text-style-2 {
				font-size: 4.3rem;
		}
		.custom-big-text-style-1.custom-big-text-style-1-variation {
				font-size: 2.7rem;
		}
}

.custom-outline-text-style-1 {
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-color: white;
		-webkit-text-stroke-width: 0.3px;
		letter-spacing: 5px;
}

.custom-outline-text-style-2 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: black;
  -webkit-text-stroke-width: 0.3px;
  letter-spacing: 5px;
}




.custom-view-more svg {
		transition: ease transform 300ms;
}

.custom-view-more:hover svg {
		transform: translate3d(7px, 0, 0);
}

/*
* Spacement
*/
.custom-margin-1 {
		margin-top: 73.6px !important;
		margin-top: 4.6rem !important;
		margin-bottom: 73.6px !important;
		margin-bottom: 4.6rem !important;
}

/*
* Custom Square
*/
.custom-square-1 {
		width: 216px;
		height: 216px;
		background-color: var(--grey-500);
		transform: rotate(48deg);
		transform-origin: 0% 100%;
}

.custom-square-1.custom-square-1-big {
		width: 626px;
		height: 626px;
}

/*
* Custom SVG Position
*/
.custom-svg-position-1 {
		position: absolute;
		top: -38px;
		left: -90px;
		max-height: none;
		width: 50vw;
}

.custom-svg-position-1 > svg {
		height: 5.3vw;
		min-height: 96px;
}

@media (min-width: 1950px) {
		.custom-svg-position-1 {
				left: -121px;
				width: 51vw;
				top: -41px !important;
		}
		.custom-svg-position-1 > svg {
				height: 110px;
				width: 100%;
		}
}

/*
* Custom Navigation Buttons
*/
.custom-navigation-buttons-1 > a {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
}

.custom-navigation-buttons-1 > a:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.5);
		transform: rotate(45deg);
		transition: ease background 300ms;
		z-index: 0;
}

.custom-navigation-buttons-1 > a:hover:before {
		background: rgba(0, 0, 0, 0.8);
}

/*
* Font Size
*/
.custom-font-size-1 {
		font-size: 0.6em;
}

/*
* SVG Line Divider
*/
@keyframes customLineDividerAnim {
		from {
				stroke-dasharray: 170;
				stroke-dashoffset: 0;
		}
		to {
				stroke-dasharray: 170;
				stroke-dashoffset: -170;
		}
}

.customLineDividerAnim {
		animation-name: customLineDividerAnim;
}





/*
* Diamonds SVG Line
*/
@keyframes customDiamondsLineAnim {
		from {
				stroke-dasharray: 1330;
				stroke-dashoffset: 0;
		}
		to {
				stroke-dasharray: 1330;
				stroke-dashoffset: -1300;
		}
}

.customDiamondsLineAnim {
		animation-name: customDiamondsLineAnim;
}

/*
* Diamonds
*/
.diamonds {
		font-size: 0;
		margin: 40px auto 85px;
		position: relative;
		text-align: center;
		padding: 50px 0 0 57px;
}

.diamonds > li {
		display: inline-block;
		font-size: 18px;
		margin-right: 135px;
}

.diamonds .diamond {
		background: transparent;
		display: block;
		height: 243px;
		overflow: hidden;
		position: relative;
		text-decoration: none;
		width: 245px;
		overflow: hidden;
		transform: rotate(-45deg);
}

.diamonds .diamond:after {
		transition: all 0.2s ease;
		content: " ";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
		opacity: 0;
		transform: scale(0);
		z-index: 100;
}

.diamonds .diamond:before {
		transition: all 0.2s ease;
		color: var(--light);
		content: "\e091";
		font-family: "simple-line-icons";
		font-size: 28px;
		position: absolute;
		left: 50%;
		top: 50%;
		opacity: 0;
		z-index: 1000;
		transform-origin: 50% 50%;
		transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(2);
}

.diamonds .diamond:hover:after {
		opacity: 0.3;
		transform: scale(1);
}

.diamonds .diamond:hover:before {
		opacity: 1;
		transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
}

.diamonds .content {
		display: table-cell;
		height: 255px;
		padding: 0 8px 0 6px;
		transform: rotate(45deg);
		text-align: center;
		vertical-align: middle;
		width: 255px;
		position: relative;
}

.diamonds .content img {
		max-width: 375px;
		margin-left: -50%;
}

.diamonds .diamond-sm {
		height: 123px;
		width: 123px;
}

.diamonds .diamond-sm .content {
		height: 123px;
		width: 123px;
}

.diamonds .diamond-sm .content:after {
		left: 24%;
		top: 48%;
}

@media (min-width: 1199px) {
		.diamonds > li:nth-child(3) {
				margin-right: 0;
		}
		.diamonds > li:nth-child(4) {
				right: 291px;
				top: 9px;
				position: absolute;
		}
		.diamonds > li:nth-child(5) {
				margin-left: 516px;
				margin-top: -70px;
		}
		.diamonds > li:nth-child(6) {
				position: absolute;
				margin: -8px 0 0 -27px;
				right: 139px;
		}
		.diamonds > li:nth-child(7) {
				position: absolute;
				margin: 93px 0 0 -133px;
				right: 240px;
		}
		.diamonds .diamond-sm {
				height: 123px;
				width: 123px;
		}
		.diamonds .diamond-sm .content {
				height: 123px;
				width: 123px;
		}
		.diamonds .diamond-sm .content img {
				max-width: 195px;
		}
}

@media (max-width: 1198px) {
		.diamonds {
				text-align: center;
				width: 748px;
				margin: 0 auto;
				padding: 75px 0 0 75px;
		}
		.diamonds::after {
				clear: both;
				content: "";
				display: block;
		}
		.diamonds > li {
				margin: 0;
				position: static;
				float: left;
		}
		.diamonds > li:nth-child(2n+2) {
				margin-bottom: -50px;
				margin-left: 55px;
				margin-top: 200px;
		}
		.diamonds > li:nth-child(2n+1) {
				clear: both;
		}
		.diamonds > li:nth-child(4) {
				float: left;
		}
		.diamonds > li:nth-child(5), .diamonds > li:nth-child(6), .diamonds > li:nth-child(7) {
				float: right;
		}
		.diamonds > li:nth-child(7) {
				margin-top: 40px;
		}
}

@media (max-width: 748px) {
		.diamonds {
				margin: 0 auto;
				padding: 25px 0 0 0;
				text-align: center;
				width: 445px;
		}
		.diamonds > li {
				float: none !important;
				clear: both !important;
				margin: 45px 0 115px 95px !important;
				display: block;
		}
		.diamonds > li:nth-child(4), .diamonds > li:nth-child(6), .diamonds > li:nth-child(7) {
				margin-left: 158px !important;
		}
}

@media (max-width: 575px) {
		.diamonds-wrapper {
				min-height: 2290px;
		}
		.diamonds-wrapper .diamonds {
				margin: 0 auto;
				padding: 25px 0 0;
				text-align: center;
				width: 445px;
				position: absolute;
				left: 50%;
				margin-left: -222px;
		}
		.diamonds-wrapper .diamonds .diamond {
				margin: 130px auto 0;
		}
		.diamonds-wrapper .diamonds > li {
				text-align: center;
				margin: 0 !important;
		}
		.diamonds-wrapper .diamonds > li:first-child .diamond {
				margin-top: 60px;
		}
}

.left-15 {
  left: -120px !important;
}

section.section .recent-posts .date .day {
  background: #E1E1E1;
}
.recent-posts .date .day, article.post .post-date .day {
  color: ##da251d;
}
.date{
  background: #F7F7F7BA;
  border:1px solid #aaa;
  box-shadow: 1px 1px 15px #0000006b;
  color: #CCC;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-weight: bold;
  padding: 5px 8px;
  margin-top:-8px;
  margin-left:-15px;
}
html .text-color-dark, html .text-dark {
  color: #212529 !important;
}
