@import url("./color.css");

@import url("./general.css");
@import url("./heading.css");
@import url("./text.css");
@import url("./listing.css");
@import url("./boxes.css");
@import url("./box-spacing.css");
@import url("./positions.css");
@import url("./images.css");
@import url("./overlay.css");
@import url("./buttons.css");
@import url("./icons.css");
@import url("./header.css");
@import url("./banner.css");
@import url("./hero.css");
@import url("./blog.css");
@import url("./carousels.css");
@import url("./page-content.css");
@import url("./video.css");
@import url("./tables.css");
@import url("./footer.css");

@import url('./pages/about.css');
@import url('./pages/contact.css');
@import url('./pages/projects.css');
@import url('./pages/project-detail.css');
@import url('./pages/news-page.css');
@import url('./pages/news-single.css');
@import url('./pages/cabin-rental.css');

@import url("./custom-popup.css");



/*-------------------------------------
	11. Modal pop 
-------------------------------------*/
.modal-xlg {
	width: 1000px;
}

.provider_registration .bootstrap-select div.dropdown-menu ul li a {
	font-weight: 600;
}

.provider_registration .bootstrap-select div.dropdown-menu ul li a span.childcat {
	font-weight: 400;
	color: var(--color-text-body-dark);
}

@media only screen and (max-width: 1024px) {
	.modal-xlg {
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}
}

/*-------------------------------------
	13. Breadcrumb 
-------------------------------------*/

/*13.1 breadcrumb-row-1*/
.wt-breadcrumb {
	margin: 0;
	list-style: none;
}

.wt-breadcrumb li {
	padding: 0;
	margin-right: 3px;
	color: var(--color-text-light);
	position: relative;
	display: inline-block;
	font-size: 12px;
}

.wt-breadcrumb li a {
	color: var(--color-text-light);
}

.wt-breadcrumb li a:hover {
	color: var(--color-primary);
}

.wt-breadcrumb li:last-child {
	color: var(--color-text-light);
}

.wt-breadcrumb li:first-child a i {
	font-size: 18px;
	vertical-align: text-top;
}

.wt-breadcrumb li:last-child:after {
	display: none;
}

/*13.2 Breadcrumb-1*/
.breadcrumb-style-2 li:after {
	content: "\f101";
	margin-left: 7px;
	font-family: 'FontAwesome';
	color: var(--color-text-light);
	font-size: 16px;
	font-weight: normal;
}

/*-------------------------------------
	14. Google map 
-------------------------------------*/
.google-map {
	width: 100%;
	height: 460px;
}

.gmap-outline iframe {
	width: 100%;
	height: 460px;
}

@media (max-width: 768px) {
	.gmap-outline iframe {
		height: 360px;
	}
}

/*-------------------------------------
	16. Countdown clock 
-------------------------------------*/
.count-row {
	background: var(--color-dark-soft);
}

#countdown-clock {
	display: table;
	text-align: center;
	width: 80%;
	margin-left: -15px;
	border: 1px solid var(--color-countdown-border);
	margin: 17px 0;
}

#countdown-clock span {
	display: table-cell;
	width: 1%;
	color: var(--color-text-light);
	padding: 5px 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--color-text-soft);
	border-right: 1px solid var(--color-countdown-border);
}

#countdown-clock span:last-child {
	border-right: none;
}

#countdown-clock span b {
	display: block;
	font-size: 25px;
	font-weight: 900;
	color: var(--color-text-light);
}

@media only screen and (max-width: 991px) {
	#countdown-clock {
		width: 100%;
	}
}

/*-------------------------------------
	17. Form elements 
-------------------------------------*/
label {
	font-weight: 600;
	margin-bottom: 10px;
}

.panel-default,
.panel-default > .panel-heading {
	border-color: var(--color-panel-border);
	color: inherit;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: var(--color-panel-border);
}

.form-group {
	margin-bottom: 25px;
}

.form-control {
	border-color: var(--color-form-border);
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	height: 40px;
	font-size: 13px;
	line-height: 20px;
	padding: 9px 12px 9px 12px;
}

.form-control:focus {
	border-color: var(--color-border-contact);
	outline: 0;
}

.form-control:focus,
.has-error .form-control:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control.kv-fileinput-caption {
	height: 39px;
}

.form-group.form-inline .radio,
.form-group.form-inline .checkbox {
	margin-right: 15px;
}

/* 17.1 input group */
.input-group {
	width: 100%;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell;
}

.input-group-addon {
	background: var(--color-bg-main);
	border-color: var(--color-border-contact);
	padding: 6px 14px;
	font-size: 16px;
}

.input-group-addon.font-size-20 {
	font-size: 20px;
}

.input-group-addon.fixed-w {
	text-align: center;
	padding: 6px 0;
	width: 40px;
}

.input-group-addon.v-align-t {
	line-height: 30px;
}

/* 17.3 radio & checkbox */
input[type=checkbox],
input[type=radio] {
	opacity: 0;
	margin-left: 1px !important;
}

input[type=checkbox] + label,
input[type=radio] + label {
	display: block;
	padding-left: 20px !important;
	position: relative;
}

input[type=checkbox] + label:hover:before,
input[type=radio] + label:hover:before {
	border-color: var(--color-blue-light);
}

input[type=checkbox] + label:before,
input[type=radio] + label:before {
	background-color: var(--color-bg-main);
	border: 2px solid var(--color-checkbox-border);
	border-radius: 0px;
	content: "";
	display: inline-block;
	height: 16px;
	line-height: 1;
	margin-left: -20px;
	position: absolute;
	top: 2px;
	transition: all linear 0.1s;
	width: 16px;
}

input[type=checkbox] + label:after {
	color: var(--color-text-light);
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 0px;
	-webkit-font-smoothing: antialiased;
	left: 6px;
	position: absolute;
	top: 7px;
	transition: all linear 0.1s;
}

input[type=checkbox]:checked + label:before {
	border-width: 7px;
	border-color: var(--color-blue-light);
}

input[type=checkbox]:checked + label:after {
	font-size: 10px;
	left: 2px;
	top: 2px;
}

input[type=radio] + label:before {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	content: "";
}

input[type=radio]:checked + label:before {
	border-color: var(--color-blue-light);
	border-width: 5px;
}

.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"] {
	position: absolute;
	left: 0;
	bottom: 0;
}

/*17.4 Browse Button css */
.btn-file {
	overflow: hidden;
	position: relative;
}

.btn-file input[type="file"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	cursor: inherit;
	display: block;
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

/*17.8 validation symbol */
.has-feedback label ~ .form-control-feedback {
	top: 31px;
}

/*17.9 error for select box */
.has-error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle:hover,
.has-error .bootstrap-select .dropdown-toggle:focus {
	border-color: var(--color-error) !important;
}

/*17.10 succes for select box */
.has-success .bootstrap-select .dropdown-toggle,
.has-success .bootstrap-select .dropdown-toggle:hover,
.has-success .bootstrap-select .dropdown-toggle:focus {
	border-color: var(--color-success-dark) !important;
}

/*17.11 textarea */
.resize-vertical {
	resize: vertical;
}

.resize-horizontal {
	resize: horizontal;
}

.resize-none {
	resize: none;
}

/*-------------------------------------
	18. Loading 
-------------------------------------*/
.loading-area {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	overflow: hidden;
}

.loading-box {
	width: 100%;
	height: 100%;
	background-color: var(--color-bg-main);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	z-index: 9999;
}

.loading-pic {
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 99999;
	text-align: center;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*18.2 loading - 2*/
.loading-cover,
.loading-srh-bar,
.loading-map {
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.loading-cover .fa-spinner,
.loading-srh-bar .fa-spinner,
.loading-map .fa-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px;
	font-size: 25px;
	color: var(--color-dark-soft);
}

/*-------------------------------------
	19. Widgets 
-------------------------------------*/
.widget {
	margin-bottom: 40px;
}

.widget-title {
	margin: 0 0 25px;
}

.widget-title {
	margin-bottom: 20px;
}

.recent-posts-entry ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

/* 19.1 widget listing*/
.widget_services ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.widget_services ul li {
	padding-bottom: 18px;
	margin-bottom: 13px;
	border-bottom: 1px solid var(--color-border-contact);
	position: relative;
	padding: 15px 10px 15px 0px;
	margin-bottom: 0;
	line-height: 20px;
}

.widget_services ul li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}

.widget_services ul li {
	font-size: 14px;
	font-weight: 600;
}

.widget_services ul li a {
	color: var(--color-black);
}

.widget_services ul li a:hover {
	color: var(--color-widget-link-hover);
}

.widget_services ul li span {
	float: right;
}

.widget_services li li {
	border-bottom: none;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 28px;
}

.widget_services li li:before {
	top: 0;
	left: 1px;
}

.widget_services.inline-links li {
	display: block;
	border-bottom: none;
}

/*19.2 widget search custom*/
.search-bx .site-button {
	border-left-color: var(--color-text-light);
	padding: 9px 15px;
	color: var(--color-secondary-light);
	background-color: var(--color-bg-main);
	border: 1px solid var(--color-form-border);
}

.search-bx .input-group .form-control {
	border-right: 1px solid transparent;
}

/*19.3 widget search wp-default*/
.widget_search .screen-reader-text {
	display: block;
}

.searchform {
	position: relative;
}

.searchform input[type="text"] {
	width: 100%;
	height: 40px;
	padding: 10px 90px 10px 15px;
	border: 1px solid var(--color-border-input);
}

.searchform input[type="submit"] {
	height: 40px;
	padding: 10px 15px;
	background-color: var(--color-yellow-bright);
	position: absolute;
	right: 0;
	bottom: 0;
	color: var(--color-text-light);
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
}

.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus,
.searchform input[type="submit"]:active {
	background-color: var(--color-success-hover);
	color: var(--color-text-light) !important;
	border-bottom-color: var(--color-success-border);
}

/*19.4 widget recent-posts*/
.recent-posts-entry .post-date,
.tweets-feed-entry .tweet-date {
	color: var(--color-blue-light);
	font-style: normal;
}

.widget .post-title {
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 16px;
}

.recent-posts-entry .widget-post {
	margin-bottom: 5px;
	padding: 5px 0px 5px 0px;
}

.recent-posts-entry .widget-post-bx:last-child {
	border-bottom: none;
}

.recent-posts-entry .widget-post:last-child {
	margin-bottom: 0px;
}

.recent-posts-entry .wt-post-media {
	float: left;
	width: 90px;
}

.recent-posts-entry .wt-post-info {
	background: transparent;
	padding: 0;
	margin-left: 105px;
	border: none;
}

.recent-posts-entry .post-meta span {
	margin-right: 10px;
}

/*19.8 widget tags-list*/
.widget_tag_cloud a {
	padding: 8px 14px;
	font-size: 12px;
	display: inline-block;
	margin: 0 0 5px;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--color-secondary-light);
	position: relative;
	background-color: var(--color-bg-light-hover);
}

.widget_tag_cloud a:hover {
	color: var(--color-tag-hover);
}

/* 19.14 widget gallery */
.widget_gallery .wt-post-thum {
	background-color: var(--color-secondary-light);
}

.widget_gallery .wt-post-thum a {
	position: relative;
	display: block;
}

.widget_gallery .wt-post-thum:hover a {
	cursor: crosshair;
}

.widget_gallery .wt-post-thum:hover img {
	margin-bottom: 0;
	opacity: 0.3;
}

.widget_gallery .wt-post-thum:hover a:after {
	opacity: 1;
}

.widget_newsletter-2 .newsletter-bx {
	background-color: var(--color-bg-light-alt);
	text-align: center;
}

.widget_newsletter-2 .newsletter-bx .newsletter-icon {
	background-color: var(--color-secondary-light);
	display: block;
	width: 70px;
	height: 70px;
	margin: 0px auto;
	margin-bottom: 15px;
	border-radius: 50%;
	text-align: center;
}

.widget_newsletter-2 .newsletter-bx .newsletter-icon i {
	font-size: 32px;
	color: var(--color-text-light);
	line-height: 70px;
}

/* 19.18 widget client slider */
.widget-client {
	background-color: var(--color-bg-light-alt);
}

/*-------widget service-------*/
.widget_address li {
	margin-bottom: 20px;
	color: var(--color-footer-text);
	position: relative;
}

.footer-light .widget_address li {
	margin-bottom: 20px;
	color: var(--color-secondary-light);
	position: relative;
}

.widget_address li i {
	position: absolute;
	left: 0px;
	top: 5px;
	font-size: 14px;
}

.widget_address_outer .social-icons li {
	padding-right: 10px;
}

/*-------widget newsletter-------*/
.widget_newsletter .newsletter-bx .form-control {
	background-color: var(--color-secondary-light);
	border: 0px;
	color: var(--color-text-light);
}

/*====footer news letter====*/
.newsletter-f-left {
	border-right: 1px solid var(--color-border-medium);
	margin-bottom: 30px;
}

.newsletter-f-left p {
	margin-bottom: 0px;
}

.newsletter-f-right {
	margin-bottom: 30px;
}

.newsletter-f-right .form-control {
	padding: 13px;
	width: 345px;
	border-radius: 0;
	border: 1px solid var(--color-border);
	height: 53px;
	float: right;
	margin-right: 20px;
}

.newsletter-f-right .input-group-btn .site-button {
	padding: 15px 30px;
}

@media only screen and (max-width: 1200px) {
	.newsletter-f-right .form-control {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.newsletter-f-left {
		border-right: 0px;
	}

	.newsletter-f-right .form-control {
		float: none;
	}
}

/*-------------------------------------
	21. Video 
-------------------------------------*/
.yt-thum-box img {
	margin: -9.5% 0%;
}

/*======================================
12. WP DEFAULT
======================================*/
.alignnone {
	margin: 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 15px;
}

.alignright {
	float: right;
	margin: 5px 0 25px 25px;
}

.alignleft {
	float: left;
	margin: 5px 25px 25px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 25px 25px;
}

a img.alignnone {
	margin: 5px 0 25px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 25px 25px 0;
}

a img.aligncenter {
	display: block;
	margin: 5px auto 15px;
}

.wp-caption {
	max-width: 100%;
	text-align: center;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption.alignnone {
	margin: 5px 0 25px 0;
}

.wp-caption.alignleft {
	margin: 5px 25px 25px 0;
}

.wp-caption.alignright {
	margin: 5px 0 25px 25px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	color: var(--color-caption);
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 10px 0;
	text-align: left;
}

blockquote {
	padding: 30px 20px 30px 100px;
	color: var(--color-secondary-light);
	margin: 0px 0px 30px 0px;
	position: relative;
	clear: both;
	border: none;
}

blockquote .fa-quote-left {
	position: absolute;
	left: 25px;
	top: 25px;
	font-size: 50px;
	color: var(--color-quote);
}

blockquote p {
	font-size: 24px;
	line-height: 32px;
}

blockquote strong {
	font-size: 18px;
	display: block;
}

blockquote span {
	font-size: 12px;
	color: var(--color-secondary-light);
	line-height: 30px;
	margin-bottom: 0px;
	font-style: normal;
	text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
	blockquote p,
	blockquote {
		font-size: 16px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 420px) {
	blockquote {
		padding: 80px 20px 30px 30px;
	}
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/*======================================
 Clients logo grid
======================================*/
.client-grid {
	overflow: hidden;
}

.client-grid [class*="col-"] {
	position: relative;
	z-index: 1;
}

.client-grid [class*="col-"] a {
	display: block;
	padding: 10px 20px;
	text-align: center;
}

.client-grid [class*="col-"]:after {
	content: "";
	position: absolute;
	border-bottom: 1px dashed var(--color-client-grid);
	border-left: 1px dashed var(--color-client-grid);
	position: absolute;
	left: -1px;
	bottom: -1px;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.client-logo-media + .tooltip {
	bottom: auto !important;
	top: 50px !important;
	z-index: 10;
}

.grid-5 [class*="col-"] {
	width: 20%;
}

.grid-4 [class*="col-"] {
	width: 25%;
}

.grid-3 [class*="col-"] {
	width: 33.33%;
}

.grid-2 [class*="col-"] {
	width: 50%;
}

@media only screen and (max-width: 991px) {
	.grid-5 [class*="col-"] {
		width: 25%;
	}
}

@media only screen and (max-width: 767px) {
	.grid-5 [class*="col-"],
	.grid-4 [class*="col-"],
	.grid-3 [class*="col-"] {
		width: 50%;
	}
}

@media only screen and (max-width: 360px) {
	.grid-5 [class*="col-"],
	.grid-4 [class*="col-"],
	.grid-3 [class*="col-"] {
		width: 100%;
	}
}

/*check in check out div*/
.clickable {
	cursor: pointer;
}

/*Select bar*/
.select-box {
	position: relative;
}

.select-box:after {
	content: "";
	position: absolute;
	right: 13px;
	top: 18px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid var(--color-text-soft);
}

.select-box select {
	border: 1px solid var(--color-border-medium);
	padding: 8px 10px;
	width: 100%;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*========== Hover box effect =============*/
.hover-box-effect {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.hover-box-effect:hover {
	background-color: var(--color-primary);
	color: var(--color-text-light);
	background-image: url(../images/background/bg-5.png);
	background-repeat: repeat;
}

.hover-box-effect:hover .wt-tilte {
	color: var(--color-text-light);
}

.hover-box-effect:hover p {
	color: var(--color-text-light);
}

/*========== Icon Verticle Animation =============*/
.v-icon {
	display: block;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.v-icon:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
}

.v-icon-effect:hover .v-icon:before {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	-moz-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
	49% { -webkit-transform: translateY(-100%); }
	50% { opacity: 0; -webkit-transform: translateY(100%); }
	51% { opacity: 1; }
}

@-moz-keyframes toTopFromBottom {
	49% { -moz-transform: translateY(-100%); }
	50% { opacity: 0; -moz-transform: translateY(100%); }
	51% { opacity: 1; }
}

@keyframes toTopFromBottom {
	49% { transform: translateY(-100%); }
	50% { opacity: 0; transform: translateY(100%); }
	51% { opacity: 1; }
}

.slider-text-outline {
	opacity: 0.3;
	color: var(--color-text-light);
	-webkit-text-fill-color: rgba(0,0,0,0);
	-ms-text-fill-color: rgba(0,0,0,0);
	-moz-text-fill-color: rgba(0,0,0,0);
	-o-text-fill-color: rgba(0,0,0,0);
	-webkit-text-stroke-width: 2px;
	-ms-text-stroke-width: 2px;
	-moz-text-stroke-width: 2px;
	-o-text-stroke-width: 2px;
	-webkit-text-stroke-color: var(--color-text-light);
	-ms-text-stroke-color: var(--color-text-light);
	-moz-text-stroke-color: var(--color-text-light);
	-o-text-stroke-color: var(--color-text-light);
}

/*====rev-slider====*/
.tp-thumbs-inner-wrapper .tp-thumb.selected:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border: 5px solid var(--color-primary);
}

/*Simple Icon*/
.sl-icons-demo i,
.sl-icons-demo span {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

.sl-icons-demo i {
	font-size: 54px;
	background-color: var(--color-bg-mega-hover);
	padding: 20px 0px;
}

/*social-tooltip*/
.social-tooltips-outer li {
	position: relative;
}

.social-tooltips-outer a .social-tooltips {
	padding: 0px 15px;
	position: absolute;
	right: 110%;
	top: 5px;
	background-color: var(--color-primary);
	color: var(--color-secondary-light);
	display: block;
	width: auto;
	text-align: right;
	display: none;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	white-space: nowrap;
	line-height: 20px;
}

.social-tooltips-outer a:hover .social-tooltips {
	display: block;
}

.social-tooltips-outer .social-tooltips:before {
	right: -12px;
	bottom: -6px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}

.social-tooltips-outer .social-tooltips:before {
	border-left-color: var(--color-primary);
	border-width: 6px;
	margin-bottom: 10px;
}

/*arc-home-about-left */
.arc-home-about-left {
	position: relative;
	z-index: 1;
}

.arc-home-about-left:before,
.arc-home-about-left:after {
	content: '';
	position: absolute;
	z-index: -1;
	height: 80%;
	width: 80%;
	background-image: url(../images/background/bg-5.png);
	background-repeat: repeat;
	-webkit-animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse;
	animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse;
}

.arc-home-about-left:after {
	-webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse;
	animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse;
}

@-webkit-keyframes slide-top {
	0% { -webkit-transform: translateY(0); transform: translateY(0); }
	100% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
}

@keyframes slide-top {
	0% { -webkit-transform: translateY(0); transform: translateY(0); }
	100% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
}

@-webkit-keyframes slide-bottom {
	0% { -webkit-transform: translateY(0); transform: translateY(0); }
	100% { -webkit-transform: translateY(10px); transform: translateY(10px); }
}

@keyframes slide-bottom {
	0% { -webkit-transform: translateY(0); transform: translateY(0); }
	100% { -webkit-transform: translateY(10px); transform: translateY(10px); }
}

.arc-home-about-left:before {
	left: -2px;
	bottom: -50px;
}

.arc-home-about-left:after {
	right: -2px;
	top: -50px;
}

.arc-home-left-content {
	padding: 30px;
	margin: 40px;
}

.wt-tilte-light {
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 2px;
	text-transform: capitalize;
}

.arc-home-about-right .row [class*="col-"] {
	padding: 20px;
}

.arc-home-about-right span.title-small {
	font-weight: 600;
	display: block;
}

.arc-about-year-pic {
	position: relative;
	background-color: var(--color-bg-main);
}

.arc-about-year-pic img {
	widows: 100%;
	opacity: 0.1;
}

.arc-about-year-info {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 20px;
}

@media only screen and (max-width: 991px) {
	.arc-home-about-right {
		margin: 0;
	}

	.arc-home-about-right .row [class*="col-"] {
		padding: 0px ;
	}
}

@media only screen and (max-width: 768px) {
	.arc-home-about-left:before {
		left: 0px;
		bottom: -50px;
	}

	.arc-home-about-left:after {
		right: 0px;
		top: -50px;
	}

	.arc-about-year {
		text-align: right;
	}

	.arc-home-about-right .row [class*="col-"].masonry-item {
		width: 50%;
	}

	.arc-home-about-right .row [class*="col-"] {
		padding: 0px 10px;
	}
}

@media only screen and (max-width: 480px) {
	.arc-home-about-right .row [class*="col-"].masonry-item {
		width: 100%;
	}

	.arc-home-left-content {
		margin: 15px;
	}

	.arc-home-about-left:after {
		right: -3px;
		top: -25px;
	}

	.arc-home-about-left:before {
		bottom: -25px;
		left: -3px;
	}

	.arc-home-about-left:before,
	.arc-home-about-left:after {
		height: 79%;
	}
}

.text-outline {
	font-family: 'Oswald', sans-serif;
	font-size: 90px;
	line-height: 88px;
	font-weight: 900;
	opacity: 0.3;
	color: var(--color-text-light);
	-webkit-text-fill-color: rgba(0,0,0,0);
	-ms-text-fill-color: rgba(0,0,0,0);
	-moz-text-fill-color: rgba(0,0,0,0);
	-o-text-fill-color: rgba(0,0,0,0);
	-webkit-text-stroke-width: 2px;
	-ms-text-stroke-width: 2px;
	-moz-text-stroke-width: 2px;
	-o-text-stroke-width: 2px;
	-webkit-text-stroke-color: var(--color-black);
	-ms-text-stroke-color: var(--color-black);
	-moz-text-stroke-color: var(--color-black);
	-o-text-stroke-color: var(--color-black);
}

.data-title-large {
	position: relative;
	overflow: hidden;
}

.data-title-large .wt-tilte-large:after {
	font-family: 'Poppins', sans-serif;
	position: absolute;
	content: attr(data-title);
	opacity: 0.1;
	color: var(--color-black);
	font-weight: 700;
	font-size: 360px;
	line-height: 360px;
	text-transform: uppercase;
	bottom: -90px;
	right: -40px;
	z-index: 2;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-text-fill-color: rgba(0,0,0,0);
	-ms-text-fill-color: rgba(0,0,0,0);
	-moz-text-fill-color: rgba(0,0,0,0);
	-o-text-fill-color: rgba(0,0,0,0);
	-webkit-text-stroke-width: 1px;
	-ms-text-stroke-width: 1px;
	-moz-text-stroke-width: 1px;
	-o-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--color-black);
	-ms-text-stroke-color: var(--color-black);
	-moz-text-stroke-color: var(--color-black);
	-o-text-stroke-color: var(--color-black);
}

.data-title-large p {
	margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
	.text-outline {
		font-size: 80px;
		line-height: 75px;
		display: block;
	}

	.arc-about-year-info .wt-title {
		font-size: 24px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 991px) {
	.text-outline {
		font-size: 100px;
		line-height: 100px;
		display: block;
	}

	.arc-about-year-info .wt-title {
		font-size: 46px;
		line-height: 56px;
	}

	.arc-about-year-info {
		right: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.text-outline {
		font-size: 80px;
		line-height: 80px;
		display: block;
	}

	.arc-about-year-info .wt-title {
		font-size: 24px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 480px) {
	.text-outline {
		font-size: 100px;
		line-height: 100px;
	}
}

.box-shadow {
	-webkit-box-shadow: 0 0 15px 5px var(--color-shadow-dark-10);
	box-shadow: 0 0 15px 5px var(--color-shadow-dark-10);
}

.data-title-large:hover .wt-tilte-large:after {
	opacity: 0.5;
}

/*custom-block-outer*/
.custom-block-outer {
	display: block;
	width: 100%;
}

.custom-left-part,
.custom-right-part {
	display: block;
	float: left;
}

.custom-left-part {
	width: 50%;
}

.custom-right-part {
	width: 50%;
}

.custom-right-part-content {
	padding-left: 30px;
}

/*verticle slider*/
.verticle-center-slider-block-outer {
	margin: 0px 30px 0px 0px;
	max-width: 525px;
	float: right;
}

.verticle-center-slider-block {
	margin: 50px 0px;
}

.verticle-center-slider-block .wt-box {
	position: relative;
	width: 100%;
	background-color: var(--color-bg-main);
}

.verticle-center-slider-block .wt-box img {
	width: 100%;
	opacity: 0.6;
}

.slick-slide.slick-current .verticle-center-slider-block .wt-box img {
	width: 100%;
	opacity: 1;
}

.verticle-center-slider-block .wt-box a {
	position: absolute;
	background-color: rgba(0,0,0,0.4);
	color: var(--color-text-light);
	padding: 15px;
	text-align: center;
	font-weight: 600;
	right: 15px;
	left: 15px;
	bottom: 15px;
	display: none;
}

.slick-slide.slick-current .verticle-center-slider-block .wt-box a {
	display: block;
}

.slick-slide.slick-current .verticle-center-slider-block .wt-box a.mfp-link {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	left: auto;
	background-color: rgba(0,0,0,0.7);
}

.slick-slide.slick-current .verticle-center-slider-block .wt-box a.mfp-link i {
	font-size: 22px;
}

.vertical-center-slider .slick-list {
	padding: 155px 0px !important;
}

/*video section*/
.video-section-outer {
	max-width: 520px;
}

.video-section {
	position: relative;
}

/*Slick Verticle Navigation*/
.slick-vertical .slick-next {
	top: 14px;
	left: 50%;
	right: auto;
}

.slick-vertical .slick-prev {
	bottom: -14px;
	top: auto;
	left: 50%;
}

.slick-vertical .slick-next,
.slick-vertical .slick-prev {
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
	width: auto;
	padding: 4px 20px;
	background-color: var(--color-black);
	height: auto;
}

.slick-vertical .slick-next:before {
	content: '\f077';
	font-family: 'FontAwesome';
}

.slick-vertical .slick-prev:before {
	content: '\f078';
	font-family: 'FontAwesome';
}

/*Slick default Navigation*/
.slick-next {
	top: 50%;
	right: -12px;
}

.slick-prev {
	top: 50%;
	left: 11px;
}

.slick-next,
.slick-prev {
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
	width: auto;
	padding: 20px 4px;
	background-color: var(--color-black);
	height: auto;
}

.slick-next:before {
	content: '\f054';
	font-family: 'FontAwesome';
}

.slick-prev:before {
	content: '\f053';
	font-family: 'FontAwesome';
}

@media only screen and (max-width: 1199px) {
	.verticle-center-slider-block {
		margin: 80px 0px;
	}

	.vertical-center-slider .slick-list {
		padding: 160px 0px !important;
	}

	.verticle-center-slider-block-outer {
		padding: 0px 15px 0px 15px;
		float: none;
		margin: 0px;
		max-width: 960px;
		margin: 0px auto;
	}

	.video-section-outer {
		max-width: 100%;
		margin: 0px 15px;
	}

	.custom-right-part-content {
		padding-left: 0px;
	}

	.custom-right-part-content .section-head .wt-tilte-main {
		margin-top: 0px;
	}

	.custom-left-part {
		float: none;
		width: 100%;
	}

	.custom-right-part {
		float: none;
		width: 100%;
		max-width: 960px;
		margin: 0px auto;
	}

	.video-section img {
		width: 100%;
	}

	.vertical-center-slider .slick-list {
		padding: 0px 0px !important;
	}

	.our-ability {
		margin: 80px 0px 45px 0px;
	}
}

@media only screen and (max-width: 1136px) {
	.video-section-outer .our-ability .counter {
		font-size: 32px;
		line-height: 38px;
		margin-top: 0px;
	}

	.video-section-outer .our-ability .wt-icon-box-wraper .wt-tilte {
		font-size: 18px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 1024px) {
	.our-ability {
		margin: 40px 0px 5px 0px;
	}
}

@media only screen and (max-width: 991px) {
	.verticle-center-slider-block-outer {
		max-width: 720px;
	}

	.custom-right-part {
		width: 100%;
		max-width: 690px;
	}

	.video-section img {
		width: 100%;
	}

	.custom-block-outer {
		display: block;
	}

	.video-section-outer {
		max-width: 100%;
		margin: 0px;
	}

	.our-ability {
		margin-bottom: 15px;
	}

	.custom-right-part-content {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.custom-right-part-content {
		padding-top: 40px;
	}

	.custom-right-part-content .wt-tilte-main {
		margin-top: 0px;
	}

	.verticle-center-slider-block-outer {
		max-width: 540px;
	}

	.custom-right-part {
		width: 100%;
		max-width: 510px;
	}
}

@media only screen and (max-width: 576px) {
	.verticle-center-slider-block-outer {
		max-width: 100%;
		margin: 0px auto;
	}

	.custom-right-part {
		width: 100%;
		max-width: 100%;
		padding: 0px 15px;
	}
}

/*======================================
 animated play btn
======================================*/
.play-now .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 65px;
	width: 65px;
	text-align: center;
	line-height: 65px;
	background-color: var(--color-bg-main);
	color: var(--color-dark-soft);
	z-index: 1;
	font-size: 20px;
	padding-left: 5px;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform-origin: center;
	transform-origin: center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
	-ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
	-o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
	box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 65px;
	width: 65px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform-origin: center;
	transform-origin: center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.play-now .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.play-now .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% { box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); }
	100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

@keyframes ripple {
	70% { box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); }
	100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

.slider-play-icon .play-now {
	right: 30%;
	left: auto;
	top: 45%;
}

/*verticle align text*/
.v-title-outer {
	position: relative;
}

.v-title-outer .v-title {
	position: absolute;
	z-index: 1;
	left: 40px;
	bottom: 0px;
	top: 0px;
}

.v-title-outer .v-title span {
	position: absolute;
	font-family: 'Oswald', sans-serif;
	color: var(--color-text-light);
	font-weight: 900;
	font-size: 100px;
	line-height: 100px;
	text-transform: uppercase;
	top: 50%;
	left: 0%;
	opacity: 0.4;
	display: block;
	z-index: 2;
	-webkit-transform: rotate(-90deg) translateX(-50%);
	-ms-transform: rotate(-90deg) translateX(-50%);
	transform: rotate(-90deg) translateX(-50%);
	-webkit-text-fill-color: rgba(0,0,0,0);
	-ms-text-fill-color: rgba(0,0,0,0);
	-moz-text-fill-color: rgba(0,0,0,0);
	-o-text-fill-color: rgba(0,0,0,0);
	-webkit-text-stroke-width: 1px;
	-ms-text-stroke-width: 1px;
	-moz-text-stroke-width: 1px;
	-o-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--color-text-light);
	-ms-text-stroke-color: var(--color-text-light);
	-moz-text-stroke-color: var(--color-text-light);
	-o-text-stroke-color: var(--color-text-light);
	-webkit-transform-origin: 0 top;
	-ms-transform-origin: 0 top;
	transform-origin: 0 top;
}

@media only screen and (max-width: 1440px) {
	.v-title-outer .v-title {
		left: 10px;
	}

	.v-title-outer .v-title span {
		font-size: 50px;
		line-height: 50px;
	}
}

@media only screen and (max-width: 1280px) {
	.v-title-outer .v-title span {
		display: none;
	}
}

/*projects image effects*/
.project-img-effect-1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	color: var(--color-text-light);
	text-align: center;
	background-color: var(--color-black);
	line-height: 1.5em;
}

.project-img-effect-1 *,
.project-img-effect-1 *:before,
.project-img-effect-1 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.project-img-effect-1 img {
	width: calc(120%);
	backface-visibility: hidden;
	vertical-align: top;
	max-width: none;
}

.project-img-effect-1 .wt-info {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%);
	padding: 5px 40px;
	opacity: 0;
}

.project-img-effect-1 .wt-info .wt-tilte {
	font-size: 20px;
}

.project-img-effect-1 i {
	position: absolute;
	height: 55px;
	width: 55px;
	bottom: 0;
	right: 0;
	background-color: var(--color-primary);
	-webkit-transform: translateX(55px);
	transform: translateX(55px);
}

.project-img-effect-1 i:after {
	position: absolute;
	content: '';
	left: 22px;
	top: 28px;
	width: 14px;
	height: 2px;
	background-color: var(--color-black);
}

.project-img-effect-1 i:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 22px;
	width: 2px;
	height: 14px;
	background-color: var(--color-black);
}

.project-img-effect-1 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.project-img-effect-1:hover img {
	zoom: 1;
	filter: alpha(opacity=30);
	-webkit-opacity: 0.3;
	opacity: 0.3;
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
}

.project-img-effect-1:hover .wt-info {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}

.project-img-effect-1:hover i {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.projects-two-info {
	border: 1px solid rgba(255,255,255,0.1);
	padding: 155px 30px 30px 30px;
	margin-right: 70px;
	position: relative;
	z-index: 1;
}

.projects-two-info:after {
	content: '';
	position: absolute;
	left: 100%;
	bottom: 0px;
	top: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	background-color: var(--color-project-hover);
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.projects-two-info:hover:after {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	z-index: -1;
}

.projects-two-info.bg-white:hover .wt-tilte a,
.projects-two-info.bg-white:hover p {
	color: var(--color-text-light);
}

.projects-two-info.bg-white:hover .wt-tilte a:hover {
	color: var(--color-primary);
}

.projects-two-info .wt-media {
	margin-top: 30px;
	margin-right: -100px;
}

.projects-two-info .wt-tilte {
	position: relative;
	z-index: 1;
	font-size: 20px;
}

.projects-two-info .wt-tilte:after {
	font-family: 'Poppins', sans-serif;
	position: absolute;
	content: attr(data-title);
	opacity: 0.3;
	color: var(--color-black);
	font-weight: 700;
	font-size: 100px;
	line-height: 110px;
	text-transform: uppercase;
	bottom: 50px;
	left: 0px;
	z-index: -1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-text-fill-color: rgba(0,0,0,0);
	-ms-text-fill-color: rgba(0,0,0,0);
	-moz-text-fill-color: rgba(0,0,0,0);
	-o-text-fill-color: rgba(0,0,0,0);
	-webkit-text-stroke-width: 1px;
	-ms-text-stroke-width: 1px;
	-moz-text-stroke-width: 1px;
	-o-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--color-text-light);
	-ms-text-stroke-color: var(--color-text-light);
	-moz-text-stroke-color: var(--color-text-light);
	-o-text-stroke-color: var(--color-text-light);
}

.projects-two-info.bg-white .wt-tilte:after {
	-webkit-text-stroke-color: var(--color-black);
	-ms-text-stroke-color: var(--color-black);
	-moz-text-stroke-color: var(--color-black);
	-o-text-stroke-color: var(--color-black);
}

.projects-two-info.bg-white:hover .wt-tilte:after {
	-webkit-text-stroke-color: var(--color-text-light);
	-ms-text-stroke-color: var(--color-text-light);
	-moz-text-stroke-color: var(--color-text-light);
	-o-text-stroke-color: var(--color-text-light);
}

/*hover block section*/
.block-bg-hover {
	position: relative;
	z-index: 1;
}

.block-bg-hover:after {
	content: '';
	position: absolute;
	left: 100%;
	bottom: 0px;
	top: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	background-color: var(--color-project-hover);
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.block-bg-hover:hover:after {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	z-index: -1;
}

.block-bg-hover:hover,
.block-bg-hover:hover .wt-tilte-large,
.block-bg-hover:hover a {
	color: var(--color-text-light);
}

.block-bg-hover:hover a:hover {
	color: var(--color-primary);
}

.block-bg-hover:hover .wt-tilte-large::after {
	-webkit-text-stroke-color: var(--color-bg-light-alt);
	-ms-text-stroke-color: var(--color-bg-light-alt);
	-moz-text-stroke-color: var(--color-bg-light-alt);
	-o-text-stroke-color: var(--color-bg-light-alt);
}

/*home-2-about*/
.home-2-about-left {
	position: relative;
	z-index: 1;
	padding-top: 50px;
}

.home-2-about-left:after {
	position: absolute;
	content: '';
	border: 20px solid var(--color-home-border);
	right: -50px;
	top: 0px;
	bottom: 50px;
	width: 100%;
	z-index: -1;
}

.home-2-about-left-outer {
	position: relative;
	z-index: 1;
}

.home-2-about-slider-outer {
	margin-left: -100px;
	position: relative;
	z-index: 0;
}

.home-2-about-slider {
	margin: 0px;
}

@media only screen and (max-width: 991px) {
	.home-2-about-left {
		margin-bottom: 40px;
		padding-top: 0px;
	}

	.home-2-about-slider-outer {
		margin-left: 0px;
	}

	.home-2-about-left:after {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.home-2-about-left-content {
		padding: 20px;
	}
}

/*-------------------------------------
	1.2 owl dots button
-------------------------------------*/
.number-dot.owl-carousel .owl-dots {
	counter-reset: owl-dot;
	position: absolute;
	left: 50%;
	margin: 30px 0px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.number-dot.owl-carousel .owl-dots .owl-dot {
	position: relative;
	list-style: none;
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.number-dot.owl-carousel .owl-dots .owl-dot:before {
	content: counter(owl-dot, decimal);
	counter-increment: owl-dot;
	position: absolute;
	color: var(--color-secondary-dark);
	font-size: 16px;
	left: 5px;
	top: 0px;
	font-weight: 600;
}

.number-dot.owl-carousel .owl-dots .owl-dot span {
	background: none;
	border: none;
	margin: 0px;
}

.number-dot.owl-carousel .owl-dots .owl-dot {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.number-dot.owl-carousel .owl-dots .owl-dot span {
	position: relative;
	left: 15px;
	top: 9px;
	height: 2px;
	border-radius: 0px;
	min-width: 10px;
	margin: 0px 2px;
	background: var(--color-primary);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.number-dot.owl-carousel .owl-dots .owl-dot.active span {
	min-width: 50px;
}

.number-dot .owl-dots .owl-dot.active:before,
.number-dot .owl-dots .owl-dot:hover:before {
	color: var(--color-secondary-light);
}

/*================================*/
.blog-post.date-style-1.blog-detail .owl-carousel .owl-dots {
	margin-top: 5px;
}

.data-title-large .wt-tilte-large {
	font-size: 20px;
}

.con-in-title {
	font-size: 16px;
}


/* ===== INTRO ALIGN FIX ===== */
.intro-row {
	display: flex;
	align-items: center;
}

.intro-row > [class*='col-'] {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.arc-home-left-content {
	max-width: 540px;
}

.arc-home-about-right {
	width: 100%;
}

.arc-home-about-right .row {
	margin-left: -8px;
	margin-right: -8px;
}

.arc-home-about-right .masonry-item {
	padding-left: 8px;
	padding-right: 8px;
}

.arc-home-about-right .wt-media img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.arc-home-about-right .wt-media {
	margin-bottom: 16px;
	overflow: hidden;
}

.arc-home-about-right .wt-media img {
	transition: transform 0.5s ease;
}

.arc-home-about-right .wt-media:hover img {
	transform: scale(1.05);
}

@media (max-width: 991px) {
	.intro-row { flex-direction: column; }
	.arc-home-left-content { margin-bottom: 40px; }
}

/* ===== PROJECTS SYMMETRY FIX ===== */
.projects-carousel-two .item {
	height: 100%;
	padding: 0 10px;
}

.project-card-equal {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: rgba(255,255,255,0.03);
}

.project-card-media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	margin-bottom: 0;
}

.project-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.project-card-equal:hover .project-card-media img {
	transform: scale(1.04);
}

.project-card-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 120px;
	padding: 22px;
}

.project-card-title {
	margin-bottom: 12px;
	font-size: 26px;
	line-height: 1.25;
	min-height: 64px;
	overflow: hidden;
}

.project-card-title a {
	color: var(--color-text-light);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.project-card-meta {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255,255,255,0.78);
	min-height: 24px;
}

.projects-carousel-two .owl-stage {
	display: flex;
}

.projects-carousel-two .owl-item {
	display: flex;
	height: auto;
}

.projects-carousel-two .owl-item .item {
	width: 100%;
}

.projects-carousel-two.owl-carousel .owl-nav button.owl-prev,
.projects-carousel-two.owl-carousel .owl-nav button.owl-next {
	width: 52px;
	height: 52px;
	border-radius: 50%;
}

@media (max-width: 1199px) {
	.project-card-title {
		font-size: 23px;
		min-height: 58px;
	}

	.project-card-body {
		min-height: 110px;
		padding-top: 18px;
	}
}

@media (max-width: 767px) {
	.projects-carousel-two .item {
		padding: 0 6px;
	}

	.project-card-title {
		font-size: 21px;
		min-height: auto;
	}

	.project-card-body {
		min-height: auto;
		padding-top: 16px;
	}

	.project-card-media {
		aspect-ratio: 4 / 3;
	}
}

/* =========================
   HOME POLISH ROUND 1
========================= */

.section-head-modern {
  margin-bottom: 48px;
}

.section-head-modern .title-right-detail p {
  max-width: 560px;
  color: var(--color-secondary-light);
}

.home-services-section {
  background: var(--color-bg-main);
}

.service-card-grid {
  row-gap: 4px;
}

.home-service-card {
  height: 100%;
  padding: 34px 30px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 22px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.04);
}

.home-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px rgba(16, 24, 40, 0.1);
  border-color: var(--color-primary);
}

.home-service-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(193, 159, 95, 0.12);
  color: var(--color-primary);
  font-size: 32px;
}

.home-service-card h3 {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.3;
}

.home-service-card p {
  margin-bottom: 16px;
  color: var(--color-secondary-light);
  line-height: 1.8;
}

.project-card-equal {
  background: transparent;
}

.project-card-media {
  border-radius: 22px;
  overflow: hidden;
}

.project-card-media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.project-card-equal:hover .project-card-media img {
  transform: scale(1.04);
}

.project-card-body {
  padding: 22px 8px 0;
}

.project-card-title {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.35;
}

.project-card-meta {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.03em;
}

.latest-blog-2-outer {
  margin-top: 0;
  row-gap: 24px;
}

.latest-blog-2 {
  height: 100%;
  padding: 26px;
  border-radius: 20px;
  border-color: var(--color-border) !important;
  transition: all 0.3s ease;
  box-shadow: 0 10px 22px rgba(16, 24, 40, 0.03);
}

.latest-blog-2:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px rgba(16, 24, 40, 0.08);
  border-color: var(--color-primary) !important;
}

.latest-blog-3 {
  min-height: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.latest-blog-3 .wt-post-info {
  min-height: 100%;
  display: flex;
  align-items: flex-end;
}

.latest-blog-3 .post-content-outer {
  max-width: 520px;
  background: rgba(8, 15, 24, 0.3);
  backdrop-filter: blur(6px);
  border-radius: 18px;
}



.client-logo-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--color-border);
  transition: all 0.3s ease;
}

.client-logo-media:hover {
  transform: translateY(-4px);
  border-color: var(--color-primary);
  box-shadow: 0 16px 30px rgba(16, 24, 40, 0.08);
}

.client-logo-media img {
  max-height: 44px;
  width: auto;
  opacity: 0.82;
  transition: opacity 0.3s ease;
}

.client-logo-media:hover img {
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .section-head-modern {
    margin-bottom: 36px;
  }

  .project-card-media img {
    height: 280px;
  }

  
}

@media only screen and (max-width: 767px) {
  .home-service-card {
    padding: 28px 22px;
    border-radius: 18px;
  }

  .project-card-media img {
    height: 240px;
  }

  .latest-blog-2 {
    padding: 22px;
  }

  

  .client-logo-media {
    min-height: 110px;
    padding: 18px;
  }
}

/* =========================================
   HOME POLISH ROUND 2
========================================= */

/* ---------- SHARED ---------- */
.home-section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.home-section-title {
  margin: 0 0 18px;
  font-size: 44px;
  line-height: 1.15;
  color: var(--color-secondary);
}

.home-section-text {
  margin: 0 0 26px;
  font-size: 17px;
  line-height: 1.85;
  color: var(--color-secondary-light);
}

.home-section-head-center {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.home-section-head-center p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--color-secondary-light);
}

.home-empty-state {
  padding: 46px 30px;
  text-align: center;
  border-radius: 24px;
  border: 1px solid var(--color-border);
  background: var(--color-bg-main);
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.05);
}

.home-empty-state h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.3;
  color: var(--color-secondary);
}

.home-empty-state p {
  margin: 0;
  color: var(--color-secondary-light);
}

.home-empty-state-dark {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
}

.home-empty-state-dark h3,
.home-empty-state-dark p {
  color: var(--color-text-light);
}

/* ---------- INTRO ---------- */
.home-intro-section .arc-home-left-content {
  max-width: 100%;
  padding-right: 24px;
}

.intro-feature-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 30px;
}

.intro-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--color-secondary);
  font-weight: 500;
  line-height: 1.6;
}

.intro-feature-icon {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(193, 155, 107, 0.14);
  color: var(--color-primary);
  font-size: 12px;
}

.intro-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.intro-showcase-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  grid-template-rows: repeat(2, 240px);
  gap: 18px;
}

.intro-showcase-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
}

.intro-card-large,
.intro-card-tall {
  grid-row: span 2;
}

.intro-showcase-card .wt-media,
.intro-showcase-card .wt-media img {
  width: 100%;
  height: 100%;
}

.intro-showcase-card .wt-media img {
  display: block;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.intro-showcase-card:hover .wt-media img {
  transform: scale(1.05);
}

/* ---------- PROJECTS ---------- */
.home-projects-section .section-head {
  margin-bottom: 46px;
}

.section-head-on-dark .title-right-detail p {
  color: rgba(255, 255, 255, 0.78);
}

.project-card-equal {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.project-card-equal:hover {
  transform: translateY(-6px);
  border-color: rgba(193, 155, 107, 0.45);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.22);
}

.project-card-image-link {
  display: block;
}

.project-card-media {
  height: 320px;
  overflow: hidden;
}

.project-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.project-card-equal:hover .project-card-media img {
  transform: scale(1.05);
}

.project-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}

.project-card-top {
  margin-bottom: 18px;
}

.project-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.project-card-tags span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
}

.project-card-title {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.25;
}

.project-card-title a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--color-text-light);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.project-card-meta {
  margin: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
}

.project-card-footer {
  margin-top: auto;
}

/* ---------- NEWS ---------- */
.home-news-section .section-head {
  margin-bottom: 46px;
}

.news-layout-row {
  align-items: stretch;
}

.news-featured-card {
  height: 100%;
  min-height: 620px;
  overflow: hidden;
  border-radius: 26px;
}

.news-featured-card .wt-post-info {
  min-height: 620px;
  display: flex;
  align-items: flex-end;
}

.news-featured-card .post-content-outer {
  max-width: 540px;
  border-radius: 18px;
  background: rgba(8, 14, 22, 0.42);
  backdrop-filter: blur(7px);
}



/* ---------- TEAM ---------- */


/* ---------- TESTIMONIALS ---------- */
.home-testimonials-section {
  position: relative;
}

.testimonial-slider-modern {
  position: relative;
}

.testimonial-card-modern {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) 220px;
  gap: 32px;
  align-items: center;
  padding: 34px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
}

.testimonial-card-modern .testimonial-text {
  padding-right: 0;
}

.testimonial-card-modern .testimonial-paragraph {
  position: relative;
}

.testimonial-card-modern .testimonial-paragraph p {
  margin: 0 0 24px;
  font-size: 19px;
  line-height: 1.9;
  color: var(--color-secondary);
}

.testimonial-name {
  margin: 0 0 4px;
  font-size: 24px;
  line-height: 1.3;
  color: var(--color-secondary);
}

.testimonial-position {
  color: var(--color-secondary-light);
}

.testimonial-card-modern .testimonial-pic {
  width: 220px;
  height: 220px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 16px 32px rgba(16, 24, 40, 0.12);
}

.testimonial-card-modern .testimonial-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-1-thumb {
  max-width: 420px;
  margin: 26px auto 0;
}

.testimonial-1-thumb .item {
  padding: 8px;
}

.testimonial-1-thumb .wt-media {
  width: 82px;
  height: 82px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  opacity: 0.75;
  transition: all 0.3s ease;
}

.testimonial-1-thumb .wt-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-1-thumb .owl-item.current .wt-media,
.testimonial-1-thumb .wt-media:hover {
  opacity: 1;
  transform: translateY(-2px);
}

/* ---------- PARTNERS ---------- */
.home-partners-section .section-head {
  margin-bottom: 42px;
}

.partner-logo-grid {
  row-gap: 24px;
}

.client-logo-media {
  min-height: 130px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  border: 1px solid var(--color-border);
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.client-logo-media:hover {
  transform: translateY(-4px);
  border-color: var(--color-primary);
  box-shadow: 0 18px 34px rgba(16, 24, 40, 0.08);
}

.client-logo-media img {
  width: auto;
  max-width: 100%;
  max-height: 44px;
  opacity: 0.82;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.client-logo-media:hover img {
  opacity: 1;
  transform: scale(1.03);
}

/* ---------- RESPONSIVE ---------- */
@media only screen and (max-width: 1199px) {
  .home-section-title {
    font-size: 40px;
  }

  .intro-showcase-grid {
    grid-template-rows: repeat(2, 220px);
  }

  .project-card-media {
    height: 300px;
  }

  .news-featured-card,
  .news-featured-card .wt-post-info {
    min-height: 560px;
  }

  .team-card-modern .wt-media img {
    height: 330px;
  }
}

@media only screen and (max-width: 991px) {
  .home-section-title {
    font-size: 36px;
  }

  .home-intro-section .arc-home-left-content {
    
    margin-bottom: 36px;
  }

  .intro-showcase-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 220px);
  }

  .intro-card-large,
  .intro-card-tall {
    grid-row: span 1;
  }

  .project-card-media {
    height: 280px;
  }

  .news-featured-card,
  .news-featured-card .wt-post-info {
    min-height: 460px;
  }

  .team-card-modern .wt-media img {
    height: 320px;
  }

  .testimonial-card-modern {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 30px 26px;
  }

  .testimonial-card-modern .testimonial-pic {
    width: 180px;
    height: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section-title {
    font-size: 30px;
  }

  .home-section-text {
    font-size: 16px;
    line-height: 1.8;
  }

  .home-empty-state {
    padding: 34px 22px;
    border-radius: 20px;
  }

  .intro-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .intro-actions .site-button,
  .intro-actions .site-button-link {
    width: 100%;
    text-align: center;
  }

  .intro-showcase-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .intro-showcase-grid {
  justify-content: center;
  gap: 16px;
}

  .intro-showcase-card,
  .intro-card-large,
  .intro-card-tall {
    grid-row: auto;
  }

  .intro-showcase-card {
    height: 260px;
  }

  .project-card-media {
    height: 240px;
  }

  .project-card-body {
    padding: 20px;
  }

  .project-card-title {
    font-size: 22px;
  }

  .news-featured-card,
  .news-featured-card .wt-post-info {
    min-height: 380px;
  }

  .latest-blog-2 {
    padding: 22px 20px;
  }

  .latest-blog-2 .wt-post-title h4 {
    font-size: 20px;
  }

  .team-card-modern .wt-media img {
    height: 280px;
  }

  .team-social-icon {
    gap: 8px;
    padding: 8px 10px;
  }

  .team-social-icon li a {
    width: 32px;
    height: 32px;
  }

  .testimonial-card-modern .testimonial-paragraph p {
    font-size: 17px;
    line-height: 1.8;
  }

  .testimonial-card-modern .testimonial-pic {
    width: 150px;
    height: 150px;
    border-radius: 20px;
  }

  .client-logo-media {
    min-height: 110px;
    padding: 18px;
    border-radius: 18px;
  }

  .client-logo-media img {
    max-height: 36px;
  }
}

/* =========================================
   NEWS FIXES
========================================= */

/* ===== Featured article ===== */
.home-news-section .news-featured-card {
  position: relative;
  min-height: 620px;
  border-radius: 26px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.home-news-section .news-featured-card .overlay-main {
  background: linear-gradient(
    180deg,
    rgba(7, 14, 22, 0.12) 0%,
    rgba(7, 14, 22, 0.32) 38%,
    rgba(7, 14, 22, 0.72) 100%
  );
  opacity: 1 !important;
}

.home-news-section .news-featured-card .wt-post-info {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  align-items: flex-end;
  min-height: 100%;
  padding: 28px;
  z-index: 2;
}

.home-news-section .news-featured-card .post-overlay-position {
  width: 100%;
}

.home-news-section .news-featured-card .post-content-outer {
  position: relative;
  max-width: 520px;
  padding: 28px 28px 24px;
  border-left: 4px solid var(--color-primary);
  border-radius: 22px;
  background: rgba(11, 21, 31, 0.58);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

/* ta bort gammal hover/flytt/effekt från mall */
.home-news-section .news-featured-card:hover,
.home-news-section .news-featured-card:hover .wt-post-info,
.home-news-section .news-featured-card:hover .post-content-outer,
.home-news-section .news-featured-card:hover .overlay-main {
  transform: none !important;
}

.home-news-section .news-featured-card .wt-post-info *,
.home-news-section .news-featured-card .post-content-outer * {
  transform: none !important;
}

/* ===== Datum/meta i featured ===== */
.home-news-section .news-featured-card .wt-post-meta {
  margin-bottom: 14px;
}

.home-news-section .news-featured-card .wt-post-meta ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-news-section .news-featured-card .wt-post-meta ul li {
  position: static !important;
  margin: 0;
  padding: 0;
}

.home-news-section .news-featured-card .wt-post-meta .post-date {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1;
}

.home-news-section .news-featured-card .wt-post-meta .post-date strong {
  display: block;
  font-size: 38px;
  line-height: 1;
  color: var(--color-text-light);
}

.home-news-section .news-featured-card .wt-post-meta .post-date span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.home-news-section .news-featured-card .post-author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.88);
}

.home-news-section .news-featured-card .post-author a {
  color: inherit;
}

/* ===== Featured title/text ===== */
.home-news-section .news-featured-card .wt-post-title {
  margin-bottom: 14px;
}

.home-news-section .news-featured-card .wt-post-title .post-title {
  margin: 0;
  font-size: 30px;
  line-height: 1.25;
}

.home-news-section .news-featured-card .wt-post-title .post-title a {
  color: var(--color-text-light);
}

.home-news-section .news-featured-card .wt-post-text p {
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
}

.home-news-section .news-featured-card .wt-post-readmore a {
  color: var(--color-text-light);
  font-weight: 700;
}

/* ===== Small cards ===== */
.home-news-section .latest-blog-2 {
  position: relative;
  height: 100%;
  padding: 28px 24px;
  border-radius: 22px;
  border: 1px solid var(--color-border) !important;
  background: var(--color-bg-main);
  box-shadow: 0 10px 22px rgba(16, 24, 40, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.home-news-section .latest-blog-2:hover {
  transform: translateY(-5px);
  border-color: var(--color-primary) !important;
  box-shadow: 0 20px 36px rgba(16, 24, 40, 0.08);
}

/* neutralisera gammal datumpositionering även här */
.home-news-section .latest-blog-2 .wt-post-meta {
  margin-bottom: 14px;
}

.home-news-section .latest-blog-2 .wt-post-meta ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-news-section .latest-blog-2 .wt-post-meta ul li {
  position: static !important;
  margin: 0;
  padding: 0;
}

.home-news-section .latest-blog-2 .wt-post-meta .post-date {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  line-height: 1;
}

.home-news-section .latest-blog-2 .wt-post-meta .post-date strong {
  font-size: 28px;
  line-height: 1;
  color: var(--color-secondary);
}

.home-news-section .latest-blog-2 .wt-post-meta .post-date span {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.home-news-section .latest-blog-2 .post-author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-secondary-light);
}

.home-news-section .latest-blog-2 .post-author a {
  color: inherit;
}

.home-news-section .latest-blog-2 .wt-post-title {
  margin-bottom: 12px;
}

.home-news-section .latest-blog-2 .wt-post-title h4 {
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
}

.home-news-section .latest-blog-2 .wt-post-text p {
  margin-bottom: 16px;
  color: var(--color-secondary-light);
  line-height: 1.75;
}

/* ta bort gamla hover/overlay-effekter från mall */
.home-news-section .latest-blog-2 *,
.home-news-section .latest-blog-3 * {
  backface-visibility: hidden;
}

/* ===== Responsive ===== */
@media only screen and (max-width: 1199px) {
  .home-news-section .news-featured-card {
    min-height: 560px;
  }

  .home-news-section .news-featured-card .wt-post-title .post-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .home-news-section .news-featured-card {
    min-height: 480px;
  }

  .home-news-section .news-featured-card .wt-post-info {
    padding: 22px;
  }

  .home-news-section .news-featured-card .post-content-outer {
    max-width: 100%;
    padding: 24px 22px 22px;
  }
}

@media only screen and (max-width: 767px) {
  .home-news-section .news-featured-card {
    min-height: 380px;
  }

  .home-news-section .news-featured-card .wt-post-info {
    padding: 16px;
  }

  .home-news-section .news-featured-card .post-content-outer {
    padding: 20px 18px 18px;
    border-radius: 18px;
  }

  .home-news-section .news-featured-card .wt-post-meta .post-date strong {
    font-size: 28px;
  }

  .home-news-section .news-featured-card .wt-post-title .post-title {
    font-size: 22px;
  }

  .home-news-section .news-featured-card .wt-post-text p {
    font-size: 15px;
  }

  .home-news-section .latest-blog-2 {
    padding: 22px 20px;
  }
}

/* =========================================
   HOME PROJECTS IMAGE WIDTH FIX
========================================= */

.home-projects-section .projects-carousel-two .item {
  width: 100%;
}

.home-projects-section .project-card-equal {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.home-projects-section .project-card-image-link {
  display: block;
  width: 100%;
}

.home-projects-section .project-card-media {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.home-projects-section .project-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .home-projects-section .project-card-media {
    height: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .home-projects-section .project-card-media {
    height: 240px;
  }
}

.our-team-two::before,
.our-team-two::after,
.home-team-section::before,
.home-team-section::after {
  display: none !important;
  content: none !important;
}