/*!
Theme Name: DWA Architects
Theme URI: https://starlitdevs.com/
Author: Starlit Devs
Author URI: https://starlitdevs.com/
Description: Custom Wordpress Theme.
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: dwa
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.

Coldpoint Refrigeration 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/
*/

:root{
	--primary-color: #F20909;
	--primary-dark: #de304d;
	--secondery-color: #454545;
	--text-color: #7a7a7a;
	--white-color: #ffffff;
	--black-color: #000000;
	
    --body-font: "Roboto", sans-serif;
}
body{
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox */
	margin: 0;
	padding: 0;
	font-family: var(--body-font);
	line-height: 1.8;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	color: var(--text-color);
}
.btn {
	font-size: 16px;
	padding: 14px 36px;
	font-weight: 500;
	border-radius: 3px;
	border: none;
	color: var(--white-color);
	background-color: var(--secondery-color);
	transition: all .4s ease-out;
	text-transform: unset;
	letter-spacing: -3%;
	line-height: 1;
}
.btn:hover{
	background-color: var(--black-color);
	color: var(--white-color);
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	line-height: 1;
	letter-spacing: 0;
}
.f-15 h1, .super-title {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--primary-dark);
	margin-bottom: 20px;
}
h1, .h1, h2, .h2 {
	font-size: 40px;
	word-break: break-word;
	font-weight: 700;
}
h3, .h3{
	font-size: 30px;
	font-weight: 700;
}
h4{
	font-size: 20px;
	font-weight: 600;
}
p{
	margin: 0;
}
p:not(:last-child){
	margin-bottom: 20px;
}
img{
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	transition: .4s;
}
a:focus{
	outline: none;
}
textarea, input, select {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	padding: 10px 5px !important;
	color: var(--black-color);
	background: #fafafa;
	font-size: 16px !important;
	font-family: var(--body-font);
}
input, select {
	height: 50px;
}
input:focus, textarea:focus{
	outline: none;
}
input::placeholder, textarea::placeholder, select {
    color: var(--text-color);
	opacity: 1;
}
.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.p-100 {
	padding: 100px 0;
}
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.p-80 {
	padding: 80px 0;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.p-60 {
	padding: 60px 0;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.container {
	transition: .4s;
	max-width: 1248px;
	padding: 0 24px;
	margin-left: auto;
	margin-right: auto;
}
.section-title h3{
	margin-bottom: 25px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-25 {
	margin-bottom: 25px;
}
.card-btn {
	margin-top: 40px;
}
.section-bg {
	background-color: #F8F8F8;
}
.permalink-link::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

/* Header */
.header-sec {
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding: 16px 0;
	position: fixed;
	transition: .2s;
	background-color: var(--white-color);
	border-bottom: 1px solid #eaeaea;
}
.header-sec.sticky-active {
	background-color: var(--white-color);
}
.header-logo {
	margin-right: 10px;
	transition: .4s all ease;
	width: 200px;
}
.header-logo svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.admin-bar .header-sec {
	top: 32px;
}
.h-btn {
	gap: 15px;
	display: flex;
	margin-left: 10px;
}
.slicknav_nav a:hover{
	background: none;
}
.menu-trigger-wrap {
	display: none;
}
.header-btn .btn.btn-b-w {
	padding: 18px 25px;
}
.gap-15 {
	gap: 15px;
}
.gap-10 {
	gap: 10px;
}

/* main-menu */
.main-menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 12px;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
}
.main-menu ul li a {
	color: var(--text-color);
	font-size: 15px;
	padding: 10px;
	font-weight: 400;
	display: block;
	line-height: 100%;
	text-transform: capitalize;
	letter-spacing: 0;
	border-radius: 0;
	transition: .6s;
}
.main-menu ul li.current_page_item a {
	color: var(--primary-dark);
	font-weight: 600;
}
.main-menu ul li ul {
	position: absolute;
	width: 280px;
	background: var(--white-color);
	text-align: left;
	left: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .4s all ease;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	margin-left: 0;
	border-radius: 0;
}
.main-menu ul li ul li {
	display: block;
}
.main-menu > ul > li.menu-item-has-children::before {
	content: "";
	position: absolute;
	height: 8px;
	width: 12px;
	right: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.749999L4.90147 4.90147C5.3701 5.3701 6.1299 5.3701 6.59853 4.90147L10.75 0.75' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	transition: .6s;
}
.main-menu > ul > li.menu-item-has-children a {
	padding-right: 30px;
}
.main-menu ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.main-menu ul li ul li a {
	display: block;
	padding: 15px 18px !important;
	font-size: 12px;
	color: var(--black-color);
	border-radius: 0;
}
.main-menu ul li ul li a:hover {
	background-color: var(--primary-color);
	color: var(--white-color);
}
.main-menu ul li ul li ul {
	left: 100%;
	top: 0;
	overflow: hidden;
}
.main-menu > ul > li ul li.menu-item-has-children::before {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	right: 10px;
	top: 50%;
	color: var(--primary-color);
	font-weight: 500;
	transform: translateY(-50%);
}


/* mmenu */
.mm-page {
	min-height: unset;
}

.mm-menu {
	display: none;
}
.modal-backdrop.show {
	opacity: .92;
}
.menu-trigger {
	display: none;
}
/* contact */
.field-space {
	padding-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
}
.contact-input textarea {
	height: 272px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	max-width: 110px;
	text-transform: capitalize;
	letter-spacing: 0;
	border-radius: 0;
	border: none;
	margin-top: 0;
	font-size: 15px !important;
	line-height: 1 !important;
	padding: 19px 15px 17px 15px !important;
	height: unset;
	font-weight: 400;
	font-family: var(--body-font);
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #0170b9;
	color: var(--white-color);
	transition: 0.4s;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	background: var(--black-color);
    color: var(--white-color);
}
.wpcf7-spinner {
	display: none;
}
.contact-form {
	padding: 80px 30px;
}
.contact-shortcode p {
	margin-bottom: 0;
}
.contact-form-info {
	width: calc(38% - 6px);
	padding: 50px;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.749999L4.90147 4.90147C5.3701 5.3701 6.1299 5.3701 6.59853 4.90147L10.75 0.75' stroke='%237F896C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
}
input[type="email"]:focus, input[type="password"]:focus, input[type="reset"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
	background-color: #fff;
}

/* default page */
.single-content h2 {
	margin-bottom: 30px;
}
.single-content h3, .single-content h4, .single-content h5, .single-content h6 {
	margin-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px solid #14152C26;
	padding-bottom: 12px;
}
.single-content h4{
	font-size: 24px;
}
.single-content h5{
	font-size: 18px;
}
.single-content h6{
	font-size: 17px;
}
.single-content img {
	width: 100%;
	object-fit: cover;
}
.single-content ul li {
	margin-bottom: 3px;
	text-align: start;
	list-style: inside;
}
.wp-block-list {
	margin-bottom: 20px;
}
.single-content ul, .single-content ol {
	margin-bottom: 16px;
}
.wp-block-image {
	margin: 40px 0;
}
.single-content a {
	color: var(--black-color);
	text-decoration: underline;
}
/* banner */
.gallery-img img {
	aspect-ratio: 1/.3;
	object-fit: cover;
}
.banner-title-img {
	max-width: 430px;
	margin-bottom: 30px;
}
.banner-link {
	color: #1A1A1A;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1;
}
.banner-info {
	max-width: 430px;
}
/*  */
.project-gallery-img img {
	aspect-ratio: 1/.66;
	object-fit: cover;
}
.recent-project-content {
	padding-right: 24px;
}
.title-color h3, .title-color h1, .title-color h2, .title-color h4 {
	color: var(--secondery-color);
}
.rewind-gallery-img img {
	aspect-ratio: 1/.75;
	object-fit: cover;
}
.rewind-content {
	padding-right: 10px;
}
.we-make-img img {
	aspect-ratio: 1;
	object-fit: cover;
}
.wc-content span {
  font-weight: 600;
  color: var(--primary-dark);
  letter-spacing: 2%;
  margin-top: 16px;
  display: block;
  margin-bottom: 16px;
}
.wc-content h4 {
  color: var(--secondery-color);
  margin-bottom: 20px;
}
.wc-content {
	padding: 0 10px;
}
/* footer */
.footer-area {
  background-color: #3a3a3a;
}
.footer-logo {
  width: 200px;
}
.copyright-text {
  font-weight: 400;
  color: var(--white-color);
}
/*  */
.project-img img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-bottom-right-radius: 60px;
}
.project-title {
	color: var(--black-color);
	font-weight: 400;
	margin-top: 10px;
	transition: .1s;
}
.project-list:hover .project-img {
	background-color: var(--primary-color);
}
.project-list:hover .project-title {
	font-weight: 700;
}
.project-list:hover .project-img img {
	filter: saturate(30%);
}
.project-img {
	transition: .4s all ease;
}
.gallery-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.product-details {
	padding-right: 90px;
}
.product-details h1 {
  margin-bottom: 24px;
}
.list-item b {
  display: block;
}
.list-item {
  margin-bottom: 24px;
}
.pc-content {
  margin-bottom: 50px;
}
.team-img img {
	aspect-ratio: 1;
	object-fit: cover;
}
.awards-name {
	font-style: italic;
	color: var(--primary-dark);
}
.news-title h1 {
	margin-bottom: 20px;
}
/* contact page */
.map-renponsive {
	padding-bottom: 50%;
	position: relative;
}
.map-renponsive iframe {
	height: 100%;
	width: 100%;
	position: absolute;
}
.contact-info-link {
  display: block;
  color: #0170b9;
}
.contact-info-link b {
	color: var(--text-color);
}
.social-links {
  margin-top: 40px;
}
.contact-info {
  max-width: 200px;
}
.social-links a {
	color: var(--secondery-color);
}
.contact-input {
	margin-bottom: 20px;
}
.pc-content em {
	color: var(--primary-dark);
}










/* default arrows */
.splide__arrow {
	background: transparent;
	height: 50px;
	opacity: 1;
	width: 50px;
	transition: .4s;
}
.splide__arrow--prev {
	left: 0;
}
.splide__arrow--next {
	right: 0;
}
.splide__pagination {
	bottom: -20px;
	gap: 15px;
}
.splide__pagination li {
	display: flex;
}
.splide__pagination__page {
	background: var(--black-color);
	border: none;
	height: 4px;
	margin: 0;
	opacity: 0.2;
	width: 4px;
}
.splide__pagination__page.is-active {
	background: var(--black-color);
	transform: scale(1);
	opacity: 1;
}
.splide__arrow svg {
	fill: #1a1a1a;
	height: 20px;
}

/* 404 */
.error-404 h1 {
	font-size: 200px;
	line-height: 1;
	font-family: var(--body-font);
}
.error-404 h3 {
	font-family: var(--body-font);
	font-size: 32px;
}

/* responsive */
@media all and (max-width: 1399.98px){
.product-details {
	padding-right: 60px;
}
}

@media all and (max-width: 1199.98px){
.recent-project-content, .rewind-content {
	padding-right: 0;
}



}

@media all and (max-width: 991.98px){
	h3, .h3{
	font-size: 25px;
}
.product-details {
	padding-right: 30px;
}


/* m-menu */
	.menu-close-btn {
		position: absolute;
		top: 14px;
		right: 10px;
		z-index: 9;
		font-size: 18px;
		display: flex;
		align-items: center;
	}
	.menu-close-btn i:hover{
		color: var(--primary-color);
	}
	.mm-navbar__title span::before {
		content: "Back to ";
	}
	.mm-navbar__title span{
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		color: var(--secondery-color) !important;
	}
	.mm-panel ul li a {
		font-size: 15px;
		color: var(--text-color) !important;
		text-transform: capitalize;
		font-weight: 400;
		letter-spacing: 0;
	}
	.mm-navbar .btn {
		color: var(--secondery-color) !important;
		font-weight: bold;
	}
	.mm-navbar .btn:hover {
		color: var(--primary-color) !important;
	}
	.mm-navbars--bottom {
		border-top: none;
	}
	.mm-menu {
		z-index: 100;
		display: block;
	}
	.mm-wrapper__blocker.mm-blocker.mm-slideout{
		z-index: 99;
	}
	.mm-panels {
		background: var(--white-color);
	}
	.menu--just-title a {
		border-top: 0 solid #EAEAEA;
		padding-top: 0 !important;
	}
	.mm-navbar__title {
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: 1.6px;
	}
	.mm-listitem__text {
		font-size: 15px;
	}
	.mm-menu {
		--mm-size: 100%;
		--mm-color-background: var(--white-color);
	}
	.menu-close-btn {
		position: absolute;
		right: 10px;
		z-index: 9;
		font-size: 18px !important;
		color: var(--secondery-color) !important;
		top: 15px;
	}
	.menu-close-btn {
		font-size: 14px;
	}
	.mm-navbar__title span {
		display: none;
	}
	.mm-panel--opened .mm-navbar__title span {
		display: block;
		font-size: 0;
	}
	#menu .mm-navbar .mm-navbar__title span {
		display: none;
	}
	.mm-navbar .btn {
		color: var(--white-color) !important;
	}
	.mm-panel .mega-menu {
		position: relative !important;
	}
	.mm-panels .sub-menu li a {
		padding: 15px 20px !important;
	}
	.menu-trigger{
		display: block;
	}
	.menu-trigger a {
		flex-direction: column;
		row-gap: 6px;
		position: relative;
		z-index: 999;
		cursor: pointer;
		background-color: transparent;
		border-radius: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid var(--section-bg);
		height: 42px;
	}
	.menu-trigger span {
		display: block;
		height: 2px;
		width: 20px;
		background-color: #0170b9;
		border-radius: 100px;
	}
	.main-menu {
		display: none;
	}
	.mm-panel ul li.menu-btn a{
		color: var(--white-color) !important;
	}
	.menu-btn {
		margin: 20px;
		text-align: center;
	}
	.mm-panel ul li.menu-btn a:hover{
		background-color: var(--primary-color) !important;
	}
	.mm-panel ul li.menu-btn-primary a {
		background-color: var(--primary-color) !important;
		border-radius: 50px;
		transition: .4s;
	}
	.mm-panel ul li.menu-btn-primary a:hover{
		background-color: var(--secondery-color) !important;
	}
	.menu-btn::after{
		display: none;
	}
	/* menu-end */
	.gallery-img img {
	aspect-ratio: 1/.4;
}
	.p-100 {
	padding: 80px 0;
}
.pt-100 {
	padding-top: 80px;
}
.pb-100 {
	padding-bottom: 80px;
}


}

@media all and (max-width: 782px){
	.admin-bar .header-sec {
		top: 46px;
	}
}

@media all and (max-width: 767.98px){
	h1, .h1, h2, .h2 {
	font-size: 32px;
}
	.error-404 h1 {
		font-size: 100px;
	}
	.mb-50, .mb-40 {
		margin-bottom: 30px;
	}
	.p-100 {
	padding: 60px 0;
}
.pt-100 {
	padding-top: 60px;
}
.pb-100 {
	padding-bottom: 60px;
}
.p-80 {
	padding: 60px 0;
}
.pt-80 {
	padding-top: 60px;
}
.pb-80 {
	padding-bottom: 60px;
}
.header-logo {
	width: 150px;
}
.gallery-img img {
	aspect-ratio: 1/.7;
}
.wc-content {
	padding: 0;
}
.product-details {
	padding-right: 0;
}

}

@media (max-width: 600px) {
	.admin-bar .header-sec.sticky-active {
		top: 0;
	}
}


@media all and (max-width: 576.98px) {

}
