/* 
Theme Name: Developed by Marketing One Group Child
Theme URI: https://www.marketingone.com.au
Description: Theme developed for client. Should any support be required at any stage, please reach out to us via hello@marketingone.com.au
Author: Marketing One Group
Author URI: https://www.marketingone.com.au
Template:		marketing-one
Version:		1.0.0
Text Domain:	marketing-one-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@media(max-width: 1024px){
	.elementor-section.elementor-section-boxed > .elementor-container{
		max-width: 710px !important;
	}
}

@media(max-width: 767px){
	.elementor-section.elementor-section-boxed > .elementor-container{
		max-width: 540px !important;
	}
}

.project-details-content {
    max-width: 970px;
    margin: 0 auto;
}

.details-description {
    margin-bottom: 60px;
}

.details-description h2 {
    font-size: 65px;
    margin-bottom: 30px;
}

.project-gallery {
    position: relative;
    margin-bottom: 30px;
}

.project-information {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 370px;
    padding: 55px 45px 60px;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 0px 50px #000F3C0F;
}

.project-information ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-information h5 {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Heebo', sans-serif;
	color: #000F3C;
}

.project-information .single-information {
    margin-bottom: 20px;
    border-bottom: 1px solid #EDEFF6;
}

.project-information .single-information:last-child {
    margin-bottom: 0;
}

.project-information .single-information h6 {
    font-size: 19px;
    font-weight: 500;
    font-family: 'Heebo', sans-serif;
    margin: 0 0 0.5rem;
	color: #000F3C;
}

.gallery-heading-content {
    max-width: 535px;
    margin-left: auto;
    margin-bottom: 40px;
}

.gallery-heading-content h2 {
    font-size: 65px;
}

.project-logo-icon {
    position: absolute;
    top: 56%;
    left: 35px;
}

.project-content-wrap {
    padding-left: 169px;
    margin-bottom: 40px;
}

.project-tab-content {
    display: none;
}

.project-tab-content.active {
    display: block;
}

.project-tabs {
    margin: 0 -15px;
}

.project-tabs .slick-slide > div {
    margin: 0 15px;
    cursor: pointer;
}

.project-tabs .slide-item img {
    width: 100%;
}

.project-tabs .slick-list {
    margin-bottom: 40px;
}

.project-gallery .slick-dots {
    text-align: center;
}

.project-gallery .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
}

.project-gallery .slick-dots li button {
    width: 15px;
    height: 5px;
    cursor: pointer;
    text-indent: 20px;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: var(--heading-color, #000F3C);
}

.project-gallery .slick-dots li.slick-active button {
    background: linear-gradient(to right,#EDA03F,#FFE600);
}

@media only screen and (max-width: 991px) {
    .project-gallery {
        margin-bottom: 0;
    }
    .gallery-heading-content {
        margin-left: 0;
    }
    .project-information {
        max-width: 100%;
        position: relative;
        margin-bottom: 40px;
    }
    .project-logo-icon {
        display: none;
    }
    .project-content-wrap {
        padding-left: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .project-information {
        padding: 50px 40px 55px;
    }
    .project-information h5 {
        font-size: 25px;
    }
    .project-information .single-information h6 {
        font-size: 18px;
    }
    .project-tabs {
        margin: 0 -8px;
    }
    .project-tabs li {
        margin: 0 8px;
    }
}

@media only screen and (max-width: 375px) {
    .project-information {
        padding: 35px 25px 40px;
    }
    .project-content-wrap {
        margin-bottom: 20px;
    }
}


/*** Scroll Top style ***/
.scroll-top {
    z-index: 99999;
    width: 50px;
    left: 25px;
    height: 50px;
    bottom: 100px;
    color: white;
    display: none;
    cursor: pointer;
    position: fixed;
    font-size: 18px;
    border-radius: 50%;
    background: linear-gradient(to right,#B70F16,#FF000C);
    border: 0;
    padding: 0 !important;
}

/*Map*/
.contact-map .map {
    height: 545px;
}

.leaflet-bottom.leaflet-right {
    display: none;
}

/*Contact Form Recaptcha*/
.elementor-field-type-recaptcha_v3.elementor-field-group.elementor-column.elementor-field-group-field_lsgcaptcha.elementor-col-100.recaptcha_v3-bottomleft:after {
background: unset !important;
}