/*
Theme Name: Cardinal Constructions
Author: Ali Murtaza
Description: A project built with ❤️
Version: 1.0.0
Text Domain: cardinal
*/
@font-face {
	font-family: opensansLight, sans-serif;
	src: url(./fonts/OpenSans-Light.ttf);
}
@font-face {
	font-family: opensansRegular, sans-serif;
	src: url(./fonts/OpenSans-Regular.ttf);
}
@font-face {
	font-family: muliregular, sans-serif;
	src: url(./fonts/Muli-Regular.woff);
}
@font-face {
	font-family: muliSemiBold, sans-serif;
	src: url(./fonts/Muli-SemiBold.woff);
}
@font-face {
	font-family: muliBold, sans-serif;
	src: url(./fonts/Muli-Bold.woff);
}
body,
html {
	margin: 0;
	padding: 0;
	font-size: 18px;
	max-width: 100vw;
	line-height: 28px;
	font-family: opensansRegular, sans-serif;
	position: relative;
}
.container {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
* {
	box-sizing: border-box;
}
*::before,
*::after {
	box-sizing: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: muliBold, sans-serif;
}
h1 {
	font-size: 36px;
	line-height: 46px;
}
h2 {
	font-size: 32px;
	line-height: 42px;
}
h3 {
	font-size: 28px;
	line-height: 38px;
}
h4 {
	font-size: 24px;
	line-height: 34px;
}
h5 {
	font-size: 20px;
	line-height: 30px;
}
h6 {
	font-size: 16px;
	line-height: 26px;
}
i {
	cursor: pointer;
}
a {
	text-decoration: none;
	font-family: muliSemiBold, sans-serif;
}
input,
textarea {
	border: 0;
	font-family: muliSemiBold, sans-serif;
}
input:focus,
textarea:focus,
button:focus {
	outline: none;
	font-family: muliSemiBold, sans-serif;
}
@media only screen and (max-width: 1280px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
img {
	max-width: 100%;
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left !important;
}
.justify-content {
	justify-content: center;
}
.align-item {
	align-items: center;
}
.justify-end {
	justify-content: flex-end;
}
.space-between {
	justify-content: space-between;
}
.justify-content-start {
	justify-content: flex-start;
}
.flex-column {
	flex-direction: column;
}
.col-25 {
	width: 25%;
}
.col-50 {
	width: 50%;
}
.col-1-2 {
	width: 48.5%;
	margin-right: 3%;
}
.col-1-2:nth-child(2n + 0),
.col-1-2:last-child {
	margin-right: 0px;
}
.col-1-3 {
	width: 31.33%;
	margin-right: 3%;
}
.col-1-3:nth-child(3n + 0),
.col-1-3:last-child {
	margin-right: 0px;
}
.col-1-4 {
	width: 22.75%;
	margin-right: 3%;
}
.col-1-4:nth-child(4n + 0),
.col-1-4:last-child {
	margin-right: 0px;
}
.btn {
	padding: 8px 24px;
	border: 0;
	box-shadow: none;
	text-decoration: none;
	letter-spacing: 1px;
}
/* header section  */
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 22;
	width: 100%;
	padding-top: 10px;
}
.logo-wrapper .logo {
	width: 130px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
.menu-wrapper .primary-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}
.menu-wrapper .primary-menu li {
	display: block;
	position: relative;
}
.menu-wrapper .primary-menu > li > a {
	display: block;
	color: #fff;
	padding: 0 10px;
	font-size: 14px;
	font-family: muliSemiBold, sans-serif;
	font-size: 16px;
	transition: 0.3s ease-in-out;
}
.menu-wrapper .primary-menu > li > a:hover,
.menu-wrapper .primary-menu > li.menu-item-has-children:hover a {
	color: #ddd;
}
.input-container {
	display: flex;
}
.search-input {
	height: 30px;
	width: 80%;
	background-color: rgb(255, 255, 255);
	text-indent: 10px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	outline: none;
}
.search-input::placeholder {
	font-family: muliSemiBold, sans-serif;
	color: #101010;
	font-size: 15px;
}
.search-submit {
	height: 30px;
	padding: 0px 10px;
	background-color: #101010;
	border: 1px solid #101010;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}
.search-submit-img {
	color: #ce0000;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* swiper  */
.swiper-container {
	width: 100%;
}
.home-hero {
	height: 600px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-hero-slide {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.home-hero-slide-overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, 0.4);
}
.home-hero-next,
.home-hero-prev {
	top: 50%;
}
.next-styled,
.prev-styled {
	width: 24px;
	height: 24px;
	transform: none;
	margin: 0;
}
.next-styled::after,
.prev-styled::after {
	background-color: rgba(77, 77, 77, 0.6);
	color: #fff;
	font-size: 16px;
	padding: 10px;
	border-radius: 0 5px 0 5px;
}
.swiper-slide-wraper {
	width: 60%;
	position: relative;
	z-index: 222;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	left: 100px;
}
.hero-slide-title {
	font-family: muliSemiBold, sans-serif;
	color: #fff;
	margin-bottom: 10px;
}
.hero-slide-text {
	color: #fff;
	line-height: 28px;
	margin-bottom: 10px;
}
.hero-slide-btn {
	background-color: #ce0000;
	color: #fff;
	width: fit-content;
	padding: 8px 18px;
	font-size: 16px;
	border-radius: 4px;
	margin-top: 10px;
	transition: 0.3s ease-in-out;
	border: 1px solid #ce0000;
}
.hero-slide-btn:hover {
	background-color: rgb(206, 0, 0, 0.9);
}
.slide-span {
	border-bottom: 4px solid #ce0000;
	margin-top: 16px;
	display: inline-block;
}
/* kiewit section  */
.kiewit {
	padding: 50px 0px;
	background-color: #f1f1f1;
}
.kiewit-content {
	width: 60%;
	margin: 0 auto;
}
.kiewit-content-text {
	color: #4d4d4d;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 10px;
}
.kiewit-content-small-text {
	margin-bottom: 20px;
}
.kiewit-content-btn {
	font-size: 16px;
	color: #fff;
	background-color: #ce0000;
	border: 1px solid #ce0000;
	text-transform: uppercase;
	transition: 0.3s ease-in-out;
	margin-right: 15px;
	width: fit-content;
	border-radius: 4px;
	font-family: muliSemiBold, sans-serif;
}
.kiewit-content-btn:hover {
	background-color: transparent;
	border: 1px solid #ce0000;
	color: #ce0000;
}

/* working Kiewit  */
.working-kiewit {
	padding: 50px 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 500px;
	position: relative;
	background-attachment: fixed;
}
.working-kiewit::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, 0.2);
}
.working-kiewit-title {
	position: relative;
	z-index: 33;
	color: #fff;
	margin-bottom: 40px;
}
.working-kiewit-content {
	position: relative;
	z-index: 33;
	width: 1050px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.video-wraper iframe {
	width: 1050px;
	height: 550px;
	margin-bottom: 40px;
	box-shadow: 1px 0px 14px 1px rgb(0 0 0 / 25%);
}
.working-kiewit-content-text {
	color: #101010;
	line-height: 32px;
	width: 850px;
	display: block;
	margin: 0 auto 25px auto;
}
.working-btn {
	padding: 12px 28px;
	font-size: 16px !important;
	text-transform: capitalize;
}
/* NEWSROOM section  */
.newsroom {
	padding: 30px 0px 70px 0px;
	margin-top: 500px;
}
.newsroom_img_wraper {
	position: relative;
	height: 320px;
	width: 100%;
}
.newsroom_img_wraper img {
	height: 320px;
	width: 100%;
	object-fit: cover;
}
.newsroom_post_wraper {
	border-radius: 6px;
	margin-bottom: 40px;
	box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 25%);
}
.newsroom_post_wraper_title {
	font-size: 16px;
	color: #101010;
	padding: 10px 0px;
	transition: 0.3s ease-in-out;
}
.ou-work-content_title {
	margin-bottom: 30px;
}
.newsroom_post_wraper_title:hover {
	color: #4d4d4d;
	text-decoration: underline;
}
.newsroom .post-wraper {
	margin-bottom: 20px;
}
/* footer section  */
.site-footer {
	background-color: rgb(0, 0, 0, 0.9);
	padding: 40px 0px;
}
.footer___menu {
	list-style: none;
	column-gap: 30px;
}
#menu-footer-menu {
	padding-left: 0px;
}
.footer___menu li a {
	color: #fff;
	font-size: 16px;
	transition: 0.3s ease-in-out;
	font-family: muliBold, sans-serif;
}
.footer___menu li a:hover {
	color: #ce0000 !important;
}
.footer-text {
	color: #ddd;
	font-size: 12px;
}
.social-link {
	background-color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 100px;
	margin-right: 15px;
	border: 1px solid #fff;
	transition: 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-link i {
	color: #ce0000;
	font-size: 18px;
}
.social-link:hover {
	background-color: #ce0000;
	border: 1px solid #ce0000;
}
.social-link:hover i {
	color: #fff !important;
}
/* page . php  */
.portfolio_hero {
	height: 400px;
	width: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.portfolio_her_title {
	font-size: 64px;
	line-height: 72px;
	position: absolute;
	/* left: 130px; */
	bottom: 20%;
	z-index: 222;
	color: #fff;
	letter-spacing: 4px;
}
/* archive case Studies  */
.post-type-archive .newsroom {
	padding: 90px 0px 50px 0px;
	margin-top: 0px;
}
.width-heandler {
	width: 80%;
	margin: 0 auto;
}
/* single case studies  */
.single-case-studies .newsroom {
	padding: 70px 0px 40px 0px;
}
.single-case-studies .newsroom {
	margin-top: 0px;
}
.single-case-studies .newsroom_img_wraper {
	width: 100%;
	padding: 0px;
}
.single-case-studies .newsroom_post_wraper {
	padding: 0px 0px 0px 0px;
	margin-bottom: 40px;
	border-radius: 0px;
}
.single-post_title {
	padding: 15px 20px 10px 20px;
	color: #4d4d4d;
	text-align: left;
	width: 50%;
}
/* client  */
.client {
	padding: 70px 0px;
}
.client-wraper {
	padding: 30px 0px;
}
.client-wrapper {
	width: 170px;
	margin: 25px 0px;
}
.client-wraper img {
	height: 40%;
	width: 100%;
	object-fit: contain;
}
/* about section  */
.about {
	padding: 70px 0px;
}
.about-content:first-child h3 {
	color: #ce0000;
	font-size: 22px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.about-content p {
	font-size: 18px;
	line-height: 28px;
	color: #4d4d4d;
	margin-bottom: 10px;
}
.about-content ul {
	margin-bottom: 10px;
	color: #4d4d4d;
}
.about-content ul li {
	margin-bottom: 10px !important;
	color: #4d4d4d;
}
.about-content ul li ul li {
	margin-bottom: 10px !important;
	color: #4d4d4d;
}
/* search php  */
.search-results .newsroom {
	margin-top: 0px;
	padding: 60px 0px 30px;
}
/* contact section  */
.contact {
	padding: 70px 0px 50px 0px;
}
.contact_title {
	color: #4d4d4d;
	margin-bottom: 10px;
}
.contact_text {
	width: 50%;
	margin-bottom: 30px;
}
.wpcf7-form-control {
	border: 1px solid #101010;
	display: block;
	width: 100%;
	padding: 14px;
	border-radius: 100px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.your-message .wpcf7-textarea {
	border-radius: 7px;
}
label {
	font-size: 18px;
	line-height: 26px;
	color: #ce0000;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.wpcf7-submit {
	background-color: #ce0000;
	color: #fff;
	border: none;
	width: fit-content;
	padding: 10px 30px;
	display: block;
	font-size: 16px;
	border: 1px solid #ce0000;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	margin-top: 30px;
}
.wpcf7-submit:hover {
	color: #ce0000;
	background-color: transparent;
}
.col__block {
	margin-bottom: 20px;
}
.google_map iframe {
	width: 100%;
	display: block;
}
.mr-t {
	margin-top: 30px;
	display: block;
}
.col__block_title {
	font-size: 22px;
	line-height: 28px;
	color: #ce0000;
	margin-bottom: 10px;
}
.col__block_text {
	font-size: 18px;
	line-height: 28px;
	color: #4d4d4d;
	margin-bottom: 6px;
	width: 45%;
}
.no-entries {
	padding: 100px 0;
}
