img.menuicon {
    display: none !important;
}

@media (min-width: 992px) and (max-width: 1249px) {
    #Body .pr-lg-80 {
        padding-inline-end: 50px;
        padding-inline-start: 50px;
    }
}

@media only screen and (max-width: 1009px)
{
	.dng-mobilemenu, .mobile-header-replace, .mobile-header {
		display: block;
	}
    .header-wrap, .header-replace {
		display: none;
	}
    .mobile-header .header-mobile, .mobile-header .header-mobile-top, .mobile-header .header-mobile-bottom {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-header .header-area {
        display: flex;
        align-items: center;
        vertical-align: middle;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile-menu-icon {
        border: none;
        background-color: transparent;
    }

    .d-wrapper .hide1044 {
        display: none;
    }
}

.d-wrapper .is-box:not(.pageHeader) .is-container {
    margin-top: 42px;
    margin-bottom: 42px;
}

.colourCircle {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: 6px solid #e5e5e5;
    outline: 4px solid #797979;
    box-sizing: border-box;
    transition: 0.25s;
}

.colourCircle:hover {
    border: 2px solid #e5e5e5;
}

body .Business03-footer a:hover {
    color: #fff;
}

/* ChildPageDisplay */
.childPageItem {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.childPageItem::after {
    content: "";
    background-color: #000000;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
}

.childPageDisplay .childPageItem .childPageText {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #0c25399c;
    color: white;
    padding: 5% 2%;
}

.childPageDisplay .childPageItem .childPageText h3 a {
    color: white;
}

.childPageDisplay .childPageItem .childPageText h3 a:hover {
    color: #b29040;
}

.childPageItem img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: scale 1.5s;
}

.childPageItem:hover img {
    scale: 120%;
}

/* Swiper Slide */
.swiper-wrapper .swiper-slide {
    justify-content: center;
}



/* Colour Carousel */
.coloursCarousel .portfolio-carousel05 .item-box .title {
    position: initial;
    color: initial;
    border: none;
}

/* Contact Us */
@media only screen and (max-width:767px){
    .contact-section01 .contact-box01{
        display: initial;
    }
    .contact-section01 .is-container.contactDetails {
        margin-top: 0 !important;
        max-width: 100vw;
    }
}

.contactMap {
    min-height: 50vh;
}

/* Footer */
.trueHeatFooter .layout-default .form-element .form-label {
    color: white;
}

.trueHeatFooter .layout-default .form-input .form-control {
    color: white;
    border-color: white;
}

.footerDetails {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footerDetails h4, .footerDetails p, .footerDetails a,
.footerCopyright h4, .footerCopyright p, .footerCopyright a  {
    color: white;
}

.footerDetails a:hover,
.footerCopyright a:hover {
    color: #787878;
}

.footerDetails a.social-05, .footerDetails a.social-05:link, .footerDetails a.social-05:visited, .footerDetails a.social-05:hover {
    color: #fff;
    border: 1px solid #fff;
    transition: all ease-in 300ms;
}

.footerDetails a.social-05 {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0px 3px 10px;
}

.footerDetails a.social-05:hover {
    background-color: var(--accent-color3);
    border-color: var(--accent-color3);
}

.footerCopyright {
    padding-bottom: 20px;
}

.footerCopyright .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1200px) {
	.footerCopyright .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .footerCopyright .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 992px) {
	.footerCopyright .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .footerCopyright .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 768px) {
	.footerCopyright .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .footerCopyright .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 576px) {
	.footerCopyright .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .footerCopyright .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.loginPanel .dnnPrimaryAction, .loginPanel .dnnPrimaryAction:link, .loginPanel .dnnPrimaryAction:visited {
    color: white !important;
}

.loginPanel .dnnSecondaryAction, .loginPanel .dnnSecondaryAction:link, .loginPanel .dnnSecondaryAction:visited {
    color: black !important;
}

.loginPanel .mark, .loginPanel mark {
    background-color: initial;
}

#dnn_content .dnnForm.dnnLogin {
    padding-top: 50px;
    padding-bottom: 25px;
}

.projectSlider .Slide > div, .projectSlider  .Slide > div * {
    width: 100% !important;
}
.projectSlider .Slide > div {
    top: unset !important;
    bottom: 0 !important;
    left: 0 !important;
}

.projectSlider .Slide > div h3 {
    font-size: 1.5rem;
}















