/*
 * Theme Name: SIRQ Construction Theme
 * Description: SIRQ Construction Custom Theme
 * Version: 1.0
 * Text Domain: sirq-construction-theme
*/


/* all header styles moved to template-parts/global/global-header.php, since header styles are above-the-fold */
/* all hero styles moved to template-parts/page/page-hero.php, since hero styles are above-the-fold */

@font-face {
	font-family: 'Archivo';
	src: url('/wp-content/themes/sirqconstruction/assets/fonts/Archivo-VariableFont_wdth,wght.ttf');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--content-width: min(100%, var(--container-max-width, 100%)) !important;
}

* {
	font-family: 'Archivo', sans-serif;	
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
}
.container {
	max-width: 1600px;
	padding: 0 16px;
	margin: 0 auto;
}
.site-footer {
	background-color: #393939;
}
.footer-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.site-footer__column {
	flex-basis: 50%;
}
#menu-footer-navigation {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	justify-content: flex-end;
}
#menu-footer-navigation {
	gap: 85px;
}
#menu-footer-navigation li a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: -0.01rem;
}
.site-footer__left__container {
	display: flex;
	gap: 55px;
	align-items: center;
}
.site-footer-copyright {
	font-weight: 500;
	letter-spacing: -0.01rem;
	color: #fff;
}
.page-extra-footer {
	position: relative;
}
.page-extra-footer__image-container {
	max-width: 1920px;
	margin: 0 auto;
	max-height: 720px;
	height: 37.4999vw;
}
.page-extra-footer-image {
	width: 100%;
	height: 100%;	
}
.page-extra-footer-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: inline-block;
}
.page-extra-footer__content-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-extra-footer__content-container .container {
	max-width: 1182px;
	margin: 0 auto;
	padding: 0 16px;
}
.page-extra-footer-content-heading {
	font-size: 2rem;
	background-color: #020829;
	color: #fff;
	padding: 26px 85px;
	line-height: 3.75rem;
	font-weight: 700;
}
.page-extra-footer-content-main p, .page-extra-footer-content-main a {
	color: #fff;
	font-size: 1.125rem;
	line-height: 2rem;
}
.page-extra-footer-content-main {
	background-color: #393939;
}
.page-extra-footer-content-main {
	background-color: #393939;
	padding: 64px 85px 77px;
}
.page-extra-footer-content-main .container {
	max-width: 336px;
	margin: 0;
	padding: 0;
}
.page-extra-footer-content-main p:first-child {
	padding-bottom: 37px;
	border-bottom: 1px solid #fff;
}
.page-extra-footer-cta {
	max-width: 591px;
}
.page-extra-footer {
	padding-top: 112px;
}

/** project page **/
.hero-s-sn {
    --width: auto !important;
    min-height: 544px;
}

.project-tab-with-slider {
	position: relative;
    max-width: 1585px;
    margin: -135px auto 0;
    padding-top: 200px;
    padding-bottom: 200px;
	margin-bottom:-167px;
}

.project-tab-with-slider .bg-gray-l {
    display: none;
    background: #d9d9d9;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -25%;
    z-index: -1;
}

.project-tab-with-slider .bg-gray-r {
    display: block;
    background: #d9d9d9;
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
}


.project-tws-t {
    position: absolute;
	left: -34px;
    top: 250px;
}

.project-tws-t > .h-ind {
    height: 60px;
    width: 4px;
    display: block;
    background: #0e1950;
    position: absolute;
    right: -1px;
    top: 0px;
}

ul.projectd-tws-t-n {
    list-style: none;
    padding: 0;
    margin: 0px;
}

ul.projectd-tws-t-n > li {
    padding-bottom: 60px;
	width: 60px;
	border-right: 2px solid #ccc;
}

ul.projectd-tws-t-n > li:last-child {
    padding-bottom: 25px;
}

ul.projectd-tws-t-n > li > a {
    font-size: 22px;
    color: #939393;
    font-weight: bold;
	transition: all 0.5s ease;
}

ul.projectd-tws-t-n > li.active > a {
	font-size: 24px;
	color: #151515;
}

.project-tab-with-slider .project-tws-i-w {
    margin-right: -260px;
}

.project-tws-i {
    position: relative;
}

.project-tws-i > div {
    display: inline-block;
}

.project-tws-i .pt-infos {
    width: 646px;
    vertical-align: top;
    margin-top: 155px;

}

.project-tws-i .pt-projects {
    width: calc(100% - 660px);
}

.pt-infos > div {
    width: 624px;
    padding: 0 50px 0 80px;
	text-align:left;
}

.pt-infos .title {
	margin-bottom: 20px;
    font-size: 18px;
    color: #020829;
    font-weight: bold;
	text-transform:uppercase;
}

.pt-infos .sub-title {
	margin-bottom: 25px;;
    font-size: 36px;
    font-weight: bold;
    color: #020829;
}

.pt-infos .description {
    font-size: 18px;
    color: #393939;
}

.pt-projects-ss .slick-slide {
    padding: 5px;
}

.pt-projects-ss .slick-arrow {
	display: none !important;
}

.pt-projects-sb {
    text-align: right;
    margin-right: 260px;
}

.pt-projects-sb .project-gallery-button2 {
    font-size: 21px;
    color: #020829;
    font-weight: bold;
    text-transform: uppercase;
}

.pt-projects-sb .icon > img {
	height: 14px;
    margin-left: 4px;
    margin-bottom: 5px;
}

.pt-projects-i {
	position: relative;
	transition:0.6s;
}


.pt-projects-i picture img {
	height: 490px;
}

.pt-project-i-oh {
	opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .66);
	transition: 0.3s all ease-in-out;
}

.pt-projects-i:hover {
	border-radius: 15px;
    overflow: hidden;
}

.pt-projects-i:hover .pt-project-i-oh {
	opacity: 1;
}
.pt-projects-i:hover .pt-project-i-oh > div{
	bottom: 0;
}


.pt-project-i-oh > div {
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: 40px;
    border-left: 1px solid #fff;
    padding-left: 30px;
    padding-bottom: 45px;
	transition: all ease-in-out 0.75s;
}

.pt-project-i-oh .client {
	color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.pt-project-i-oh .address-sqft-year {
	font-size: 18px;
    color: #fff;
    font-weight: 100;
}


.pt-project-i-oh .cba {
	margin-top: 15px;
}

.pt-project-i-oh .cba a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
	height: 30px;
    display: block;
}

.pt-project-i-oh .cba a .icon {
	background-image: url(assets/images/c-arrow-r.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-right: 15px;
}

.pt-project-i-oh .cba a .lblb {
	opacity: 0;
    vertical-align: top;
    margin-top: 5px;
	transition: 0.3s all ease-in-out;
	margin-left: -20px;
}

.pt-project-i-oh .cba a:hover .lblb {
	opacity:1;
	margin-left:0px;
}

.h-sep-pb {
	position: relative;
}

.h-sep-pb .elementor-divider{
	position: absolute;
    width: 368px;
    transform: rotate(90deg);
    right: 127px;
    bottom: -168px;
}

/** header **/
body.page header {
	height: auto !important;
}

.top-banner-wrapper {
    padding: 0px !important;
	margin-top: -10px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: calc(100% + 30px) !important;
	gap: 0px !important;
}

/** footer **/
footer {
    background-color: #393939;
	padding-top: 20px;
    padding-bottom: 20px;
}

footer .footer-l {
    display: flex;
    align-items: center;
	margin-left: -13px;
}


footer .copyright_text {
    color: #fff;
    margin-bottom: 0;
}

.footer-navbar-nav {
    list-style: none;
    margin: 39px 0 0;
    text-align: right;
}

.footer-navbar-nav li {
    display: inline-block;
}

.footer-navbar-nav li a {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.img-to-bg {
    display: none;
}
a.tel-num , a.mail-con{
	color:white;
}
a.tel-num:hover , a.mail-con:hover {
    text-decoration: underline;
	
}

.hero-continue-website.continue-to-website.c22 {
    position: fixed;
    right: 150px !important;
    top: 100px !important;
    cursor: pointer;
    z-index: 999999;
}

body.home .hero-continue-website.continue-to-website.c22 {
    display: none !important;
}

#footer-navbar .menu-item {
        border-right-width: 0 !important;
}

p.lbl {
    font-weight: 700;
    line-height: 26px;
}

.project-info-w.d-flex {
    margin-top: -113px;
}
span.lbl {
	line-height: 80px;
	font-size: 18px;
	font-weight: 700;
	color: #020829;
}
.see-full-details a {
    /* display: block; */
    position: relative;
    /* padding: 0.2em 0; */
    cursor: pointer;
    text-decoration: none;
    /* font-size: 17pt; */
    /* font-family: "Silkscreen", cursive; */
    /* color: #ece0e7; */
    /* text-align: center; */
    /* text-shadow: 2px 2px 2px #101400; */
    transition: 0.5s;
  
}
.see-full-details a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    background-color: #020829;
    opacity: 0;
    transition: opacity 0.4s, transform 0.4s;

}
.see-full-details a:hover:after{
	 opacity: 1;
  	transform: translate3d(0, 0.2em, 0);
}
.see-full-details a:hover{
	 opacity: 1;
  	transform: translate3d(0, 0.2em, 0);
	margin-left:-20px;
}

p.lbl, p.value {
    text-align: left;
	    margin-bottom: 5px;
}

.row.industrial-slider {
padding-top: 11px;
    padding-bottom: 10px;
    margin-left: 65px;
}

.page-hero-video2{
	position:absolute;
}
.project-hero-r{
position: relative;
   position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 932px;
    overflow: hidden;
    max-height: 154px;
}
iframe.black-desert-vid{
	 position: absolute;
    top: 0;
    left: 0;
    border: 0;
    /* width: 111%; */
    /* height: 111%; */
    border: 0;
    transform-origin: center center;
    transform: scale(1.2);
    padding-top: -26px;
}

/** homepage ONLY --------------- [repsonve-fix] END **/
/** min-width 1120px --------------- [repsonve-fix] **/
@media (min-width: 1120px) {
	/** --- our specialties --- **/
    .home .elementor-element-67af17f .tab-responsive {
        display: none;
    }
}
/** max-width 1120px --------------- [repsonve-fix] **/
@media (max-width: 1120px) {
	.home .elementor-element-18d93085 .elementor-element-1d2682ae {
		padding: 10%;
    	width: 100%;
	}
	/** --- our specialties --- **/
	/*
	.home .elementor-element-7ac6d1d.elementor-hidden-laptop.elementor-hidden-tablet.elementor-hidden-mobile {
        display: flex;
    }
	*/
	.home .elementor-element-7ac6d1d .elementor-element-2601771 {
        display: none;
    }
	.home .elementor-element-67af17f  .tab-responsive {
        display: block;
        border: 0;
        background-color: transparent;
        width: auto;
        padding: 40px 30px 20px 10%;
        background: #F1F1F1;
		margin: 0;
    	text-align: left;
    }
    .home .elementor-element-67af17f .tab-responsive button {
        margin: 0;
        border: 0;
        background-color: transparent;
        width: auto;
        display: inline-block;
        padding: 0 5px;
        margin-bottom: 20px;
    }
	.home .elementor-element-ebdd78a .elementor-heading-title {
        display: none;
    }
    .home .elementor-element-67af17f  .tab-responsive button::after {
        display: none;
    }
    .home .elementor-element-67af17f  .tab-responsive button.active::after {
        display: none;
    }
	.home .elementor-element-67af17f .contentss .tabcontent-block .tabcontent {
        width: 100%;
        padding: 40px 30px 30px 40px;
        margin: 0;
        background: #fff;
		display: none;
    }
	.home .elementor-element-67af17f .contentss .tabcontent-block .tabcontent.active::after {
		display: none;
	}
	.home .elementor-element-67af17f .contentss .tabcontent-block .tabcontent.active {
		display: block;
        height: 100% !important;
	}
	.home .elementor-element-67af17f .elementor-widget-container .tab {
        display: none;
    }
	.home .elementor-element-67af17f .contentss .tabcontent-block {
		border: 0;	
	}
	.home .elementor-element-67af17f .contentss .tabcontent-block h2.title-tab {
		 width: 80%;
	}
	/** --- we are dedicated to --- **/
	.home .elementor-element-3438f48.e-parent {
		height: auto;
        min-height: auto;
	}
	.home .elementor-element-3438f48 .elementor-widget-container {
		padding: 35px 50px 20px 40px;
	}
	.home .elementor-element-3438f48 .elementor-widget-container p,
	.home .elementor-element-3438f48 .elementor-widget-container p b {
		font-size: 22px;
        line-height: 38px;
	}
	.home .elementor-element-3438f48 .elementor-element-ba759bf.e-con-full {
		width: 100%;
    	max-width: 100%;
	}
	.home .elementor-element-4d41538.e-parent .elementor-element-1f78630.e-con-boxed {
		background-position: right center;
	}
	.home .elementor-element-67af17f.elementor-widget .elementor-widget-container .contentss {
		width: 100%;
		margin: auto;
		padding-left: 5%;
	}
	/** --- what we do --- **/
    .home .elementor-element-4d41538 .e-con-inner .elementor-element-60eab67 {
        margin-bottom: 25px;
        font-size: 36px !important;
    }
    .home .elementor-element-b116516 .elementor-widget-container span.elementor-button-text {
        color: #0E1950;
        opacity: unset;
        display: inline-block;
        padding-left: 15px;
    }
    .home .elementor-element-67af17f.elementor-widget-html .elementor-element-2601771 {
        display: none;
    }
}
/** min-width 1120px --------------- [repsonve-fix] **/
@media (min-width: 810px) {
	.home .elementor-element-67af17f .elementor-widget.elementor-widget-html .elementor-widget-container {
		width: 90%;
    	margin: auto;
	}
}
/** min-width 767px --------------- [repsonve-fix] **/
@media (min-width: 767px) {
	/** --- banner section --- **/
	.home .elementor-element-9d4db9e.e-con-boxed {
		display: none;
	}
	/** --- our specialties --- **/
	.home .elementor-element-67af17f .elementor-widget-container .tabcontent-block .tabcontent.active {
		background-color: transparent;
    }
}
/** max-width 767px --------------- [repsonve-fix] **/
@media (max-width: 767px) {
    /** --- banner section --- **/
	/*
	.home .elementor-background-video-container iframe.elementor-background-video-embed {
		width: 100% !important;
    	height: 221pt !important;
    	top: 34%;
	}
	*/
	body.home .elementor iframe#widget2{
	  transform: translate(-50%,-56%) !important;
	  width: 100% !important;
	}

    .home .elementor-element-81aeabd .elementor-element-18d93085 {
        padding: 30px 35px 10px;
    }
	.home .elementor-element-64366a2 .elementor-widget-container .elementor-heading-title {
		margin-bottom: 20px;
	}
    .home .elementor-element-81aeabd .elementor-element-1d2682ae {
        padding: 0;
    }
	.home .elementor-element-7d3676e3 .elementor-widget-container a.elementor-button {
        padding: 0;
	}
    .home .elementor-element-81aeabd.banner-caption-w .elementor-element-7fdbfdce {
        padding: 15px 20px;
        display: inline-block;
        min-height: auto;
        text-align: center;
    }
    .home .elementor-element-e8820b9 .elementor-button-link {
        font-size: 18pt;
    }
    .home .elementor-element-7ac6d1d .elementor-element-f30df42 {
        display: none;
    }
	.home .elementor-element-46b80148.banner-video-w .elementor-background-video-container.elementor-hidden-phone {
		display: block !important;
	}
	.home .elementor-element-64366a2 .elementor-widget-container .elementor-heading-title.elementor-size-default {
		font-size: 36px;
    	line-height: 48px;
	}
    /** --- our specialties --- **/
    .home .elementor-element-7ac6d1d .elementor-element-67af17f .tab button {}
    .home .elementor-element-693abf0 .elementor-element-74f1fcb {
        padding: 0;
        margin: 0;
    }
    .home .elementor.elementor-13 .elementor-element.elementor-element-ebdd78a .elementor-widget-container,
    .home .elementor.elementor-13 .elementor-element.elementor-element-67af17f .elementor-widget-container {
        padding: 0;
    }
    .home .elementor-element-67af17f .elementor-widget-container .contentss {
        padding: 10px 0;
    }
    .home .elementor-element-693abf0 .elementor-element-74f1fcb {
        gap: 0;
        min-height: auto;
    }
    .home .elementor-element-67af17f .contentss .tabcontent-block {
        margin: 0;
    }
	.home .elementor-element-67af17f .contentss .tabcontent-block {
		height: 100%;
	}
	.home .elementor-element-67af17f  .tab-responsive {
        padding: 40px 30px 20px 55px;
        grid-template-columns: auto auto auto;
        display: grid;
        text-align: left;
        justify-content: space-around;
        justify-items: start;
    }
    /** --- what we do [image] --- **/
    .home .elementor-13 .elementor-element.elementor-element-1f78630, .elementor-13 .elementor-element.elementor-element-1f78630::before {
        min-height: 370px;
        margin-bottom: 90px;
    }
	.home .elementor-element-4d41538 .elementor-element-c1c7d6d {
		padding: 0px 30px;
	}
	.home .elementor-element-67af17f .contentss .tabcontent-block h2.title-tab {
		 width: 100%;
	}
    /** --- reach us here --- **/
    .home .elementor-element-abff9ec.e-parent {
        height: 110px;
    }
	.home .elementor-element-6d16e2c6 .elementor-widget-container p,
	.home .elementor-element-7c484e7 .elementor-widget-container p {
		margin-bottom: 25px;
	}
	.home .contact-foot-i-w .elementor-element-5e28925 .e-con-inner {
		padding: 20px 25px;
        padding-top: 10px;
	}
	.home .contact-foot-i-w .elementor-element-5e28925 .elementor-element-465dea33 .e-con-inner {
		padding: 40px 10px;
	}
	.home .elementor-element-2254ef47 .elementor-element-465dea33.e-con-boxed {}
}
@media (max-width: 440px) {
    .home .contact-foot-i-w .elementor-element-5e28925 .e-con-inner {
        /* padding: 20px 25px; */
		padding: 0;
        padding-top: 10px;
    }
}
/** max-width 480px --------------- [repsonve-fix] **/
@media (max-width: 768px) {
	.home .elementor-element-7ac6d1d.elementor-hidden-laptop.elementor-hidden-tablet.elementor-hidden-mobile {
        display: flex;
    }
	
	.home .elementor-element-4d41538.e-parent .elementor-element-1f78630.e-con-boxed {
		background-position: right center;
	}
}
/** homepage ONLY --------------- [repsonve-fix] END **/
