/*project page*/
header .project-info p.lbl {
    font-weight: 700;
    letter-spacing: 1px;
}

.pt-infos .description {
    line-height: 36px;
}

#project-contact .description {
    font-weight: 500;
}

.project-gallery-wrapper .project-gallery-inner .slick-slide {
    width: auto !important;
    margin-left: 0px;
    padding-right: 15px;;
}

.project-gallery-wrapper .project-gallery-inner .slick-slide picture {
    max-height: 874px;
    overflow: hidden;
    display: block;
}

.project-gallery-wrapper .project-gallery-inner .slide-indicator {
    display: none;
    text-indent: 235px;
}

.project-gallery-wrapper .slide-indicator {
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #151515;
}

#project-conclusion .description {
    line-height: 32px;
    font-weight: 500;
}

/* .sirq-btn {
    padding: 14px 76px;
}
 */
/* .sirq-btn:hover {
    background-color: #151515 !important;
	color: white;
} */
.sirq-btn{
	text-align: center;
font: normal normal medium 16px/55px Archivo;
letter-spacing: -0.16px;
color: #FFFFFF;
	width: 290px;
	height:45px;
	border: 1px solid white;
    padding-top: 9px;

	border-radius: 5px;
	transition: ease-out 0.3s;
	outline:none;
background-color: #0E1950 !important;
	position:relative;
	z-index: 1;
}
.sirq-btn:hover{
	color:white;
	cursor:pointer;
}
.sirq-btn:before{
	transition: 0.5s all ease;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
    opacity: 0;
    content: "";
	background-color:#0E1950;
	border-radius: 5px;
    border: 1px solid white;
}

.sirq-btn:hover:before{
	transition: 0.5s all ease;
	left: 0;
	right: 0;
	opacity: 1;
	z-index:-1;
	background-color: #151515;
}




body.home .elementor .elementor-background-video-embed {
    transform: translate(-50%,-30%) !important;
}
.ph-project-type{
	font-weight:500;
	font-size: 18px;
}
.ph-title{
	font-weight:700;
}

/*single project*/
/*
header .project-hero-banner, .header .project-hero-banner {
	position: relative;
	overflow: hidden;
}

.project-hero-banner::before {
	content: "";
	display: block;
	background: url(/wp-content/uploads/2024/05/image-1-1.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	bottom: -42%;
	width: 33%;
	height: 100%;
	background-size: cover;
	z-index: 1;
}

.project-hero-banner::after {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #ddd;
  z-index: -2;
}

.project-hero-inner {
  max-width: 1637px;
  margin: 0 auto;
}

header .project-hero-l {
	background: none !important;
}

header .project-hero-l .ph-wrapper {
	width: auto;
}
*/

/* override 06-07-2024 */
/* client feedback 6 */

/* homepage */

.continue-to-website-container-mute > button {
  background: #0E1950 !important;
  color: #fff !important;
  border-radius: 100px;
  padding: 5px 40px;
  width: auto;
}
.continue-to-website-container-mute > button img {
  display: inline-block;
  width: 35px;
  margin-right: 5px;
}

.continue-to-website-container-mute > button {
  background-size: auto 55px;
  max-height: 55px;
}

@media (min-width: 1439px) {
    .services-banner {
        padding-left: 40px !important;
        padding-right: 20px !important;
    }
    .elementor-element-44cdf26d {
        padding-left: 40px !important;
    }
    .elementor-element-746cce51 {
        padding-right: 50px !important;
    }
}

@media (max-width: 1687px) {
    footer {
        padding-left: 40px;
        padding-right: 40px;
    }
    footer > .container-fluid > .row > .col-md-6:first-child {
        width: 40% !important;
    }
    footer > .container-fluid > .row > .col-md-6:last-child {
        width: 60% !important
    }
}


/*projects*/
.project-tws-i-w {
    overflow: hidden !important;
}

@media (min-width: 1200px) {
    .project-tws-t {
        left: 15px !important;
        z-index: 5 !important;
    }
    .pt-infos > div {
        padding-left: 110px !important;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .project-tws-i .pt-infos {
        padding-left: 60px !important;
    }
}

@media (max-width: 768px) {
    .featured-proejct-w .cont-r > .e-con-inner > .elementor-element,
    .pt-infos > div {
        padding-left: 65px !important;
        padding-right: 65px !important;
    }
    .featured-proejct-w .cont-r > .e-con-inner > .elementor-element .e-con {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 430px) {
    .pt-projects-i:hover .address-sqft-year {
        display: none;
    }
    .pt-projects-i .client {
        padding-right: 45px;
    }
    .pt-projects {
        margin-top: 50px !important;
    }
}
/*single project*/ 
body.single-project #main-content-wrapper > .row {
    overflow: hidden !important;
} 

body.single-project .project-gallery-wrapper .project-gallery-inner .slick-slide img {
    height: 100%;
    max-height: 500px;
    width: auto !important;
}

@media (max-width: 1441px) {
    body.single-project .ph-title h1 {
        line-height: 65px;
    }

    body.single-project .project-hero-caption > .container-fluid {
        padding: 0px;
    }

    body.single-project header .ph-caption-wrapper {
        padding-left: 60px;
    }

    body.single-project iframe.black-desert-vid {
        transform: scale(2.5);
    }

    body.single-project header .project-hero-l {
        background-image: none;
    }

    body.single-project .client-description h2 {
        line-height: 60px;
    }

    body.single-project .project-gallery-wrapper {
        padding-left: 0 !important;
        margin-left: 165.5px !important;
        overflow-x: hidden !important;
    }

    body.single-project .project-gallery-innerx {
        margin-left: -198px !important
    }

    
    body.single-project .project-gallery-wrapper .project-gallery-button-wrapper a.project-gallery-button.btnSlideRight {
        float: none;
        margin: 0 75px 0;
    }

    body.single-project .project-gallery-wrapper .project-gallery-button-wrapper {
        max-width: 100%;
        text-align: right;
    }

    body.single-project #project-contact > div > .container-fluid {
        padding-left: 65px;
        padding-right: 65px;
    }
}

@media (max-width: 1200px) {
    header #navbarNav {
        position: absolute;
        width: 100%;
        left: 0px;
        background: #333333;
        z-index: 9;
    }
}

@media (max-width: 1024px) {
    body.single-project header .project-hero-banner {
        margin-top: 0px !important;
    }

    body.single-project header .project-hero-l {
        display: none !important;
    }

    header .project-hero-caption {
        background: #ddd;
    }
    header .ph-caption-wrapper {
        padding: 60px !important;
    }
    body.single-project .client-description,
    body.single-project .client-description * {
        padding: 0px !important;
    }
    body.single-project .client-description-wrapper {
        padding: 60px !important;
    }
    
    body.single-project #project-conclusion * {
        padding: 0px !important;
    }
    body.single-project #project-conclusion {
        padding: 60px !important;
    }
}

@media (max-width: 1024px) and (min-width: 450px) {
    body.single-project .client-description > .row {
        display: block;
    }
    body.single-project .client-description > .row > div {
        width: 100%;
        padding-left: 65px;
        padding-right: 65px;
    }
    body.single-project header .project-hero-l {
        max-height: 265px !important;
        height: 100%;
    }

}

@media (max-width: 900px) {
    header .ph-caption-wrapper {
        padding-left: 60px;
        padding-right: 60px;
    }
    header .project-hero-inner {
        min-height: 100% !important;
    }
    body .project-gallery-wrapper {
        min-height: 500px !important;
        padding-top: 50px !important;
    }
    .project-gallery-wrapper .project-gallery-inner .slick-slide picture {
        height: 420px;
    }
    .project-gallery-wrapper .project-gallery-inner .slick-slide img {
        height: 100%;
        max-height: 500px;
        width: auto !important;
    }
    #project-conclusion .description {
        font-weight: 400 !important;
    }
}

@media (max-width: 767px) {
    body.single-project header .project-info {
        width: 100% !important;
        margin: -66px 0 0 !important;
    }
}

@media (max-width: 633px) {
    body.single-project header .project-info p {
        font-size: 15px !important;
    }
}

@media (max-width: 500px) {
    body.single-project .project-hero-inner {
        display: block !important;
        min-height: 400px !important;
    }
    body.single-project header .ph-caption-wrapper {
        padding: 87px 60px 60px;
    }
    body.single-project header .project-hero-l {
        max-height: 500px !important;
        height: 301px;
        display: none;
    }
    body.single-project header .project-hero-caption > .container-fluid {
        margin-top: 0px;
    }
    body.single-project header .project-hero-caption .container-fluid {
        height: auto !important;
    }
    body.single-project .ph-title > h1 {
        margin-bottom: 0;
    }
    body.single-project header .project-hero-r.ph-r-img {
        height: 100% !important;
        max-height: 100% !important;
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }
    body.single-project header .project-info {
        position: absolute;
        bottom: 0px;
        left: 0px;
        margin-bottom: 0px;
        width: 100%;
    }
    .project-info > .row > .col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .project-info > .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    body.single-project .project-gallery-wrapper {
        margin-left: 35px !important;
    }
    body.single-project .project-gallery-wrapper .project-gallery-inner .slick-slide img {
        max-height: 400px;
        width: auto !important;
    }
    body.single-project .project-gallery-button-wrapper {
        margin-left: 0px !important;
    }
    body.single-project header .project-hero-caption {
        position: relative;
        top: initial;
        left: initial;
    }
    
    body.single-project iframe.black-desert-vid {
        position: relative;
        min-height: 300px;
    }
    body.single-project header .project-info {
        position: relative;
        margin: 0px !important;
    }
    body.single-project .client-description h2 {
        line-height: 38px;
    }
}

@media (max-width: 498px) and (min-width: 442px) {
    body.single-project header .project-info {
        margin-top: -33px !important;
    }
}

@media (max-width: 497px) {
    /*
    body.single-project .ph-caption-wrapper {
        padding: 150px 80px 80px !important;
    }
    */
    body.single-project .ph-title > h1 {
        word-break: break-word;
        font-size: 40px !important;
        line-height: 40px !important;
    }

    body.single-project header .project-info {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    body.single-project .client-description .cd-content {
        padding-right: 0px !important;
    }

    body.single-project #project-conclusion .title > h3 {
        font-size: 42px !important;
        line-height: 50px !important;
    }

    body.single-project #project-conclusion .description p {
        font-weight: 400;
    }

    body.single-project #project-contact > div > .container-fluid {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
}

@media (max-width: 441px) {
    body.single-project .ph-caption-wrapper {
        padding: 50px 60px 60px !important
    }
    body.single-project  header .project-hero-r {
        height: 100% !important;
        min-height: 100% !important;
    }
    body.single-project .project-gallery-wrapper {
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        overflow: hidden !important;
    }
    body.single-project #navbarNav {
        position: absolute;
        left: 0px;
        width: 100%;
        z-index: 99;
        background: #333;
    }
}
@media (max-width: 394px) {
    body.single-project header .project-info {
        margin-top: 20px !important;
    }
    body.single-project  .project-info > .row > .col > p {
        font-size: 13px;
    }
}
/* services */
#our-piillars svg {
    width: 101% !important;
}

@media (max-width: 1900px) and (min-width: 1720px) {
    body.page-id-6329 .elementor-6329 .elementor-element.elementor-element-4ce638e7 {
        margin-top: -153px;
    }
}
@media (max-width: 1441px) {
    .why-choose-us-wrapper {
        padding-left: 30px;
    }
}

@media (max-width: 1200px) and (min-width: 450px){
    body.page-id-6329 .elementor-6329 .elementor-element.elementor-element-a6fc92c {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}

/* about us */
@media (max-width: 1200px) and (min-width: 450px){
    .about-header-wrapper {
        padding-left: 90px;
        padding-right: 90px;
    }
    .about-header-wrapper h1 {
        line-height: 75px !important;
    }
    
}

@media (max-width: 900px) and (min-width: 700px){
    body.page-id-31 .elementor-31 .elementor-element.elementor-element-879a9f9 {
        padding: 0px !important;
    }
    body.page-id-31 .elementor-element-df1d455 {
        padding-left: 90px;
        padding-right: 90px;
    }
}

/* contact us */
@media (max-width: 1200px){
    body.page-id-33  .about-us-bg::before {
        background: none !important;
    }
}

@media (max-width: 900px) and (min-width: 700px) {
    body.page-id-33 .elementor-31 .elementor-element.elementor-element-879a9f9 {
        padding: 0px !important;
    }
    body.page-id-33 .elementor-33 .elementor-element.elementor-element-126785a.e-con {
        padding-left: 85px;
        padding-right: 85px;
    }
    body.page-id-33 .elementor-element-df1d455 {
        padding-left: 90px;
        padding-right: 90px;
    }
    body.page-id-33 .elementor-element-8d5d870 > div {
        line-height: 32px;
    }
}

/* homepage */
.continue-to-website-container-mute > button.on-muted::before {
  content: "\\";
  font-weight: bold;
  font-size: 42px;
  position: absolute;
  bottom: -5px;
  left: 49px;
  text-shadow: 0px 0px 4px #0E1950;
  transform: rotate(-22deg);
}

#background-sliders {
    margin-left: -15px;
}

.we-are-dedicated-wrapper .elementor-element-5cacf4 {
    max-width: 1637px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}
.we-are-dedicated-wrapper .elementor-element-5cacf4 * {
  padding: 0px !important;
}

.our-specialties-buttons > .btn-specialties {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body.page-id-7720 .elementor-7720 .elementor-element.elementor-element-f974bca .elementor-heading-title {
    font-size: 36px !important;
    line-height: 60px !important;
}
body.page-id-7720 .dedicated {
    font-size: 60px !important;
}

@media (max-width: 1551px) and (min-width: 1360px) {
    .elementor-7720 .elementor-element.elementor-element-73b83148:not(.elementor-motion-effects-element-type-background) {
        background-size: 100% !important;
    }
}

@media (max-width: 1389px) and (min-width: 1180px) {
    body.page-id-7720 .elementor-7720 .elementor-element.elementor-element-5a8186c4 .elementor-heading-title {
    font-size: 30px;
    }
}

@media (max-width: 1448px) and (min-width: 1300px) {
    body.page-id-7720 .elementor-7720 .elementor-element.elementor-element-5a8186c4 .elementor-heading-title {
        font-size: 33px !important;
    }
}

@media (max-width: 1038px) {
    .tablet-protrait-f-20 h2 {
        line-height: 48px;
    }
}

@media (max-width: 1024px) {
    body.page-id-7720 .elementor-7720 .elementor-element.elementor-element-f974bca .elementor-heading-title {
        font-size: 32px !important;
        line-height: 60px !important;
    }
    body.page-id-7720 .dedicated {
        font-size: 48px !important;
    }
}

@media (min-width: 767px) {
    body.page-id-7720 .elementor-element-4cd8485 > div {
        width: 600px !important;
    }
}


@media (max-width: 850px) and (min-width: 767px) {
    body.page-id-7720 .elementor-element-3d57ac18 .elementor-background-video-container {
        position: relative;
        height: 100%;
        max-height: 100%;
    }

    body.page-id-7720 .elementor-element-3d57ac18 .elementor-background-video-container #widget2 {
        height: 800px !important;
        width: 100% !important;
        position: relative;
        transform: translate(0%,25%) !important;
        left: 0px;
        top: 0px;
    }

    body.page-id-7720 .elementor-element-3d57ac18 .elementor-element-6c7ce97b {
        margin-top: -22px;
    }

    body.page-id-7720 .elementor-element-4cd8485 > div {
        width: 600px !important;
    }
}

@media (max-width: 768px) {
    .we-are-dedicated-wrapper .elementor-element-5cacf4 {
        padding-left: 35px !important;
        padding-right: 35px !important;
        padding-bottom: 35px !important;
    }
}
@media (max-width: 768px) and (min-width: 729px) {
    body.page-id-7720 .elementor-element-3d57ac18 .elementor-background-video-container {
        position: relative;
        height: 100%;
        max-height: 100%;
    }

    body.page-id-7720 .elementor-element-3d57ac18 .elementor-background-video-container #widget2 {
        height: 800px !important;
        width: 100% !important;
        position: relative;
        transform: translate(0%,25%) !important;
        left: 0px;
        top: 0px;
    }

    body.page-id-7720 .elementor-element-3d57ac18 .elementor-element-6c7ce97b {
        margin-top: -22px;
    }
}

@media (max-width: 728px) {
    body.page-id-7720 .elementor-element-3d57ac18 .elementor-background-video-container {
        position: relative;
        height: 100%;
        max-height: 100%;
    }

    body.page-id-7720 .elementor-element-3d57ac18 .elementor-background-video-container #widget2 {
        height: 665px !important;
        width: 100% !important;
        position: relative;
        transform: translate(0%,25%) !important;
        left: 0px;
        top: 0px;
    }

    body.page-id-7720 .elementor-element-3d57ac18 .elementor-element-6c7ce97b {
        margin-top: -22px;
    }
}

@media (max-width: 600px) {
    body.page-id-7720 .elementor-7720 .elementor-element.elementor-element-f974bca .elementor-heading-title {
        font-size: 22px !important;
        line-height: 34px !important;
        color: #939393 !important;
    }
    body.page-id-7720 .dedicated {
        font-size: 22px !important;
        color: #4E4E4E !important;
    }
}
@media (max-width: 489px) {
    body.page-id-7720 .home-pt-489-lh h2 {
        line-height:  40px !important;
    }
}

@media (max-width: 400px) {
    body.page-id-7720 .elementor-element-3d57ac18 .elementor-background-video-container {
        position: relative;
        height: 100%;
        max-height: 100%;
    }

    body.page-id-7720 .elementor-element-3d57ac18 .elementor-background-video-container #widget2 {
        height: 508px !important;
        width: 100% !important;
        position: relative;
        transform: translate(0%,29%) !important;
        left: 0px;
        top: 0px;
    }

    body.page-id-7720 .elementor-element-3d57ac18 .elementor-element-6c7ce97b {
        margin-top: -22px;
    }
}

@media (max-width:600px) and (min-width: 400px){
    body.home .elementor iframe#widget2 {
        transform: scale(1.5) !important;
        left: 0px;
        top: 0px;
    }
}

@media (max-width:400px){
    body.home .elementor iframe#widget2 {
        transform: scale(2) !important;
        left: 0px;
        top: 0px;
    }
}



/* nav */
header nav.navbar-tablet {
    z-index: 99;
}

header nav.navbar-tablet  header .navbar ul {
    padding-right: 20px !important;
}

/* footer */
@media (max-width: 450px) {
    ul#menu-footer-navigation-1 {
        display: flex;
        flex-wrap: wrap;
        text-align: left !important;
        column-gap: 20px;
    }
}