/*!
Theme Name: work4tec
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: work4tec
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

work4tec is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
	outline: 0;
}


/* Alignments
--------------------------------------------- */

.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

body {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#myVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.colorlib-nav.scrolled-past { position: fixed; background: rgba(0,0,0,0.85); top:0px; }
.colorlib-nav.scrolled-past .top-menu {
    padding-top: 20px;
	padding-bottom: 20px;
}

.colorlib-nav-toggle.scrolled-menu-toggle { margin-top: -10px; position: fixed; }

@media only screen and (max-width: 500px) {
	.imgSize {
		width: 70%;
	}
	.quote {
		padding: 0;
	}
	.quoteMargin {
		margin: 20px;
	}
}

@media only screen and (min-width: 1050px) {
	.imgSize {
		width: 100%;
	}
	.quote {
		padding: 0 15em;
	}
	.quoteMargin {
		margin: 40px;
	}
}

@media only screen and (min-width: 1250px) {
	.width {
		width: 100%;
	}
}

@media only screen and (max-width: 1240px) {
	.width {
		width: auto;
	}
}

#colorlib-services .wrap>.col-md-6:nth-child(2n + 1) {
	clear: left;
}

.custom-form-style .row.form-group p,
.custom-form-style .row.form-group p {
	margin-bottom: 0;
}

.custom-form-style .wpcf7-spinner {
	display: none !important;
}

.custom-form-style .form-group.text-right p {
	text-align: right !important;
}

article.article-custome-style {
	margin-bottom: 0 !important;
}

#case-studies {
	padding: 40px 0 30px 0;
	clear: both;
}

#case-studies .case-studies-cont p:last-child {
	margin-bottom: 0;
}

#case-studies .case-studies-cont p strong {
	color: #252525;
}

#case-studies .case-studies-cont p,
#case-studies .case-studies-cont {
	font-size: 18px;
}

#colorlib-case-studies-project {
	padding: 10px 0 20px 0;
}

div#colorlib-case-studies-project .col-md-4 .item-2 {
	margin-bottom: 30px;
}

div#colorlib-case-studies-project .col-md-4 .project {
	height: 260px;
}

.case-study-media-section {
	padding: 50px 0 80px 0;
}

.case-study-media {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

.case-study-image,
.case-study-video {
	width: 100%;
}

.case-study-image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	height: 500px;
}

.case-study-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.case-study-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#colorlib-footer .copyright-style p {
	text-align: center !important;
}

@media (max-width:991px) {
	.case-study-media-section {
		padding: 20px 0 60px 0;
	}
	.case-study-image img {
		height: 400px;
	}


}

@media (max-width:767px) {
	.case-study-image img {
		height: 300px;
	}

}
/***new-css**/
.brief-in-numbers {
	padding: 40px 0 40px 0;
	clear: both;
}

.brief-in-numbers .section-heading {
	margin-bottom: 30px;
}

span.section-eyebrow {
	color: #f75252;
	letter-spacing: 1.2px;
	margin-bottom: 8px;
	display: inline-block;
	font-weight: 600;
	line-height: normal;
	font-size: 14px;
	text-transform: uppercase;
}

.brief-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.brief-stat-box {
	width: calc(20% - 20px);
}
.brief-stat-box {
	text-align: center;
	width: calc(20% - 20px);
	background: #f5f5f5;
	padding: 15px 20px;
	border: 1px solid #DDDDE2;
	border-radius: 5px;
}
.stat-number {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #333;
	text-transform: uppercase;
	line-height: normal;
}

.stat-description {
	line-height: normal;
	/*font-size: 16px;
	 text-transform: uppercase; */
	color: #353535;
}
.brief-in-numbers .client-project {
	margin-top: 40px;
}

.client-project-box h3 {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 3px solid #f75252;
}
.client-project-content p:last-child {
	margin: 0;
}

section.project-different-section {padding:0px 0;}

section.project-different-section .section-heading {margin-bottom: 30px;}

.project-different-section .pressure-card {
	display: flex;
	flex-wrap: wrap;
	padding: 25px;
	background-color: #f2f2f2;
	border-radius: 8px;
	gap: 20px;
	height:100%;
}

.pressure-icon {
	width: 60px;
	height: 60px;
}

.pressure-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0.75;
}

.pressure-content {
	width: calc(100% - 80px);
	padding-left: 10px;
}

.pressure-content h4 {
	margin-bottom: 10px;
}
.pressure-content p {
	font-size:17px;
}
.pressure-content *:last-child {
	margin-bottom: 0;
}
section.project-different-section .row-1,.brief-in-numbers .client-project {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
section.project-different-section .row-1 .project-card-col,.brief-in-numbers .client-project .project-card-col  {
	width:calc(50% - 20px);
}
section.workflow-section .section-heading {
	margin-bottom: 30px;
}
.workflow-items-row {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 20px;
}

.workflow-item-col {
	width: calc(16.66% - 25px);
}

.workflow-icon {
	width: 80px;
	height: 80px;
	background-color: #f2f2f2;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
}

.workflow-icon img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	object-position: center center;
	text-align: center;
	opacity: 0.75;
}

.workflow-item {
	text-align: center;
}

h4.workflow-title {
	margin-bottom: 0;
	margin-top: 15px;
	font-weight: normal;
	font-size: 17px;
	color: #666;
}

.workflow-step {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	/* color: #f75252; */
}
.tools-heading {
	margin: 50px 0 30px 0;
	padding-bottom: 15px;
	border-bottom: 3px solid #f75252;
}

.tools-heading h3 {
	margin-bottom: 0;
}
.tool-items-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.tool-item-col {
	width: calc(25% - 15px);
}

.tool-card {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 25px;
	border: 2px solid #f1f1f2;
	border-radius: 5px;
	height: 100%;
}

.tool-icon {
	width: 34px;
	height: 34px;
}

.tool-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0.75;
}

.tool-content {
	width: calc(100% - 70px);
}

.tool-content h4 {
	margin-bottom: 8px;
}

.tool-content p {
	margin-bottom: 0;
	line-height: normal;
}
section.workflow-section {
	padding: 40px 0;
}
section.client-outcome-section {
	padding: 0px 0 40px 0;
}
section.client-outcome-section .section-heading {
	margin-bottom: 30px;
}

.outcome-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}

.outcome-icon {
	width: 32px;
	height: 32px;
}

.outcome-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0.75;
}

.outcome-content {
	width: calc(100% - 60px);
}

.outcome-content *:last-child {
	margin-bottom: 0;
}

.outcome-content p {
	line-height: normal;
}
.outcome-items-row {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	row-gap: 20px;
}
.project-tags-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.project-tag-col {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border: 1px solid #666;
	/*background: #fff;*/
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	white-space: nowrap;
	transition: all 0.3s ease;
	border-radius: 5px;
}

.project-tag-col:hover {
	background: #444;
	color: #fff;
}
.project-tags-section {
    padding-top: 40px;
}

/* Transformation Section */
section.transformation-section .section-heading {
    margin-bottom: 30px;
}

section.transformation-section .section-heading h2 {
    color: #fff;
}
section.transformation-section {
	padding: 60px 0;
	background: #191a20;
	color: #fff;
}

.transformation-items-row {
	row-gap: 35px;
}

.transformation-item-col {
	padding-left: 15px;
	padding-right: 15px;
}

/* View Title */
.transformation-view-title {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	color: #fff;
}


/* Image Box */
.transformation-image-box {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	height: 300px;
}

.transformation-image-box img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: contain;
	object-position: center center;
}


/* Labels */
.transformation-label {
	position: absolute;
	left: 17px;
	bottom: 14px;

	display: inline-flex;
	align-items: center;

	min-height: 30px;
	padding: 0 16px;

	border-radius: 20px;

	font-size: 11px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;

	color: #fff;
}

.point-cloud-label {
	background: #3f3f42;
}

.bim-model-label {
	background: #d92346;
}


/* Process */
.transformation-process {
	display: flex;
	align-items: center;
	gap: 10px;

	height: 44px;
	padding: 0;
}

.process-line {
	flex: 1;
	height: 1px;
	background: rgba(255, 255, 255, .8);
}

.process-arrow {
	flex: 0 0 auto;

	font-size: 25px;
	line-height: 1;
	color: #000;
}

.process-text {
	flex: 0 0 auto;

	font-size: 10px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;

	color: #999;
	text-align: center;
}


/* Tablet */
@media (max-width: 991px) {

	section.transformation-section {
		padding: 45px 0;
	}

	.transformation-process {
		gap: 7px;
	}

	.process-text {
		font-size: 9px;
		letter-spacing: 1.5px;
	}
	.transformation-item-col {
		margin-bottom: 30px;
	}
	.transformation-item-col:last-child {
		margin-bottom: 0;
	}
}


/* Mobile */
@media (max-width: 767px) {

	section.transformation-section {
		padding: 40px 0;
	}
	.transformation-image-box,.transformation-image-box img{height:250px;}
	

	

	.transformation-view-title {
		font-size: 15px;
	}

	.transformation-process {
		height: 40px;
	}

	.process-text {
		font-size: 8px;
		letter-spacing: 1px;
	}

	.transformation-label {
		left: 12px;
		bottom: 12px;
		min-height: 28px;
		padding: 0 13px;
		font-size: 10px;
	}
}
@media (max-width:1200px) {
	.tool-item-col {
		width: calc(33.33% - 13.33px);
	}

}
@media (max-width:991px) {

	.case-study-image img {
		height: 400px;
	}
	.brief-in-numbers {
		padding: 35px 0 35px 0;

	}
	.brief-stat-box{width: calc(50% - 10px);}
	.row.client-project {
		margin-top: 40px;
	}
	section.project-different-section {
		padding: 35px 0;
	}
	section.project-different-section .row-1 .project-card-col,.brief-in-numbers .client-project .project-card-col  {
		width:100%;
	}
	.workflow-item-col {
		width: calc(33.33% - 20px);
	}
	.tool-item-col {
		width: calc(50% - 10px);
	}

}

@media (max-width:767px) {

	.brief-in-numbers {
		padding: 60px 0 30px 0;

	}
	.brief-in-numbers .section-heading {
		margin-bottom: 20px;
	}
	.brief-stat-box{width: 100%;}
	.row.client-project {
		margin-top: 30px;
	}
	.project-different-section .pressure-card{flex-direction: column;}
	.pressure-icon {
		width: 50px;
		height: 50px;
	}
	.pressure-content {
		width: 100%;
	}
	section.project-different-section .section-heading {
		margin-bottom: 20px;
	}
	section.project-different-section {
		padding: 30px 0;
	}
	.tool-item-col {
		width: 100%;
	}
}
@media (max-width:575px) {

	.workflow-item-col {
		width: calc(50% - 15px);
	}
}
@media (max-width:480px) {

	.workflow-item-col {
		width:100%;
	}

}