/*------ banner --------*/

main ul.js-hmbanner {
    margin-left: 0;
    list-style-type: none;
}

main ul.js-hmbanner.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 0;
}

main ul.js-hmbanner .slick-slide>div {
    display: flex;
    flex-wrap: wrap;
}

.sec-hmbanner ul.js-hmbanner img.ban-desk {
    display: block;
    width: 100%;
    display: block;

}

.sec-hmbanner ul.js-hmbanner img.ban-mob {
    display: none;
}

main ul.js-hmbanner li {
    margin-bottom: 0;
    position: relative;
}

main ul.js-hmbanner ul.slick-dots {
    right: 0;
    margin: auto 20px auto 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 18px;
    max-height:40px;
}

main ul.js-hmbanner ul.slick-dots li button:before {
    display: none;
}

main ul.js-hmbanner ul.slick-dots li {
    margin: 5px 0;
}

main ul.js-hmbanner>li:not(:nth-child(-n+1)) {
    display: none;
}

.sec-hmbanner .ol-hmbanner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.sec-hmbanner .ol-hmbanner:before {
    position: absolute;
    content: "";
    background-image: url(../images/banner-overlay.svg);
    width: 55%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.ol-hmbanner .container {
    width: 100%;
}

.olhmban-right {
    width: 420px;
    background-color: var(--white);
    padding: 45px;

    & form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    & p {
        font-size: 18px;
        font-weight: var(--font-weight-medium);
        color: var(--secondary);
        line-height: 22px;
    }
}

.olhmban-center {
    width: calc(100% - (600px + 420px));
}

.olhmban-left {
    width: 600px;
	   padding-right:30px;

    & .btnlist .button {
        font-size: 18px;
        min-width: 260px;
        padding: 17px 20px;
    }

    & .btnlist .button-black {
        font-size: 16px;
    }
}

.olhmban-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-label {
    font-size: 18px;
    color: var(--white);
    letter-spacing: 1.8px;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    line-height: 1.02;
    margin-bottom: 15px;
    position: relative;
}

.banner-label:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: var(--white);
    top: 0;
    margin-top: 9px;
    opacity: 0.30;
    margin-left: calc(-100vw - 20px);
}

.banner-title {
    font-size: 60px;
    letter-spacing: 0.32px;
    font-weight: 800;
    color: var(--white);
    line-height: 1.05;
    text-transform: uppercase;
    font-family: var(--font-head-family);
    margin-bottom: 15px;
}

.banner-content {
    font-size: 18px;
    color: var(--white);
    letter-spacing: 0.18px;
    font-weight: var(--font-weight-semibold);
    line-height: 1.55;
    margin-bottom: 35px;
}

.olhm-image {
    row-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;

    & img.carimg {
        margin-left: -30px;
    }

    & .glogo {
        margin-left: 35px;
    }
}

/*------- top content ---------*/
.topcontent-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;

    & .tpcnt-left {
        width: 80px;

        & .tp-title {
            color: var(--theme);
            font-size: 16px;
            font-weight: var(--font-weight-semibold);
            text-transform: uppercase;
        }
    }

    & .tpcnt-center {
        max-width: 525px;
        width: calc(80px + 620px);
    }

    & .tpcnt-right {
        width: 620px;
        position: sticky;
        align-self: flex-start;
        top: 124px;
    }

    & .title-label {
        font-size: 18px;
        font-weight: var(--font-weight-bold);
        color: var(--primary);
        margin-bottom: 18px;
    }
}



/*------- specialising in high quality concrete ---------*/
.sec-concrete {
    padding: 80px 0 200px;
    position: relative;
}

.sec-concrete .slick-next {
    right: 50%;
    z-index: 1;
    top: 100%;
    bottom: 0;
    margin-top: 12px;
    margin-right: -160px;
}

.sec-concrete .slick-prev {
    left: 50%;
    z-index: 1;
    top: 100%;
    bottom: 0;
    margin-top: 12px;
    margin-left: -160px;
}

.call-sectiontop {
    margin-top: -130px;
}

.sec-concrete:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(245 245 245 / 90%);
    top: 0;
    left: 0;
}



.block-center {
    display: block;
    text-align: center;
}

.block-center>a {
    font-size: 16px;
    font-weight: var(--font-weight-bold);
    color: var(--primary);
    letter-spacing: 0.16px;
    text-transform: uppercase;

    & i {
        margin-left: 10px;
        font-size: 20px;
        font-weight: var(--font-weight-bold);
        color: var(--primary);
        letter-spacing: 0.16px;
    }
}

/*--- call action ---*/
.call-action {
    padding: 50px 50px 30px;
    position: relative;
    z-index: 0;
}

.call-action-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

    & .call-actleft {
        width: 421px;
    }

    & .call-actcenter {
        width: calc(100% - (421px + 530px));
        max-width: 424px;
        padding: 0 10px;
    }

    & .call-actright {
        width: 530px;

        & ul.twocolumn li {
            color: var(--white);
        }

        & ul.twocolumn li:before {
            filter: invert(1) brightness(100);
        }
    }
}

.call-action:before {
    background: linear-gradient(to right, rgba(27, 17, 15, 1) 15%, rgba(228, 114, 43, 1) 50%, rgba(27, 17, 15, 1) 95%);
    opacity: 0.83;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.call-action:after {
    position: absolute;
    content: "";
    background-image: url(../images/banner-overlay.svg);
    width: 30%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
}

.call-action .bgimg {
    z-index: -2;
}

.call-actcenter p {
    color: var(--white);
}





/*----------*/


.bf-af-section {
    overflow-x: hidden;
}

.formsec {
    display: none;
}
.bf-af-section .heading-46{
    margin-bottom: 45px;
}


/* RESPONSIVE  MEDIA QUERY */

@media (max-width: 1599.98px) {
    .call-action-wrap {
        & .call-actright {
            width: 500px;

            & ul.twocolumn li {
                line-height: 20px;
            }
        }

        & .call-actleft {
            width: 320px;
        }

        & .call-actcenter {
            width: calc(100% - (500px + 320px));
        }

    }

    .call-action:after {
        width: 20%;
        height: 100%;
        background-size: cover;
        background-position: 100% 0;
    }

    .call-action {
        padding: 40px 40px 30px;
    }




    .sec-hmbanner ul.js-hmbanner img.ban-desk {
        height:700px;
								object-fit: cover;
        width: 100%;
        object-position: 50% 50%;
    }

    .banner-title {
        font-size: 46px;
    }

    .olhmban-left {
        width: 480px;
					  padding-right:15px;
    }

    .olhmban-right {
        width: 380px;
        padding: 30px;
    }

    .olhmban-center {
        width: calc(100% - (480px + 380px));
    }

    .sec-hmbanner .ol-hmbanner:before {
        background-position: 100% 0;
    }

    .olhm-image {
        & .glogo {
            margin-left: 20px;
            width: 150px;
        }

        & img.carimg {
            width: auto;
            margin-left: -15px;
        }
    }
}

@media (max-width: 1439.98px) {

    .topcontent-wrap {
        & .tpcnt-left {
            width: 100%;
        }

        & .tpcnt-center {
            max-width: 525px;
            width: 50%;
        }

        & .tpcnt-right {
            width: 48%;
        }
    }



    /**/
    .call-action-wrap {
        & .call-actleft {
            width: 380px;
            order: 1;
        }

        & .call-actcenter {
            width: 100%;
            max-width: 100%;
            padding: 0;
            order: 3;
            margin: 10px 0 0 0;
            text-align: center;
        }

        & .call-actright {
            width: calc(100% - 380px);
            order: 2;
            padding-left: 40px;
        }
    }

    .olhmban-left {
        width: 380px;
    }

    .olhmban-right {
        width: 350px;
        padding:20px;
    }

    .olhmban-center {
        width:calc(100% - (380px + 350px));
        padding: 0 5px;
    }

    .banner-title {
        font-size: 38px;
    }

    .banner-label {
        font-size: 14px;
    }

    .banner-label:before {
        margin-top: 6px;
    }

    .banner-content {
        font-size: 16px;
        line-height: 1.30;
        margin-bottom: 25px;
    }

    .olhm-image {
        justify-content: center;
        row-gap: 0;
        & .glogo {
            margin-left: 0;
            width: 120px;
        }
    }
    

}

@media (max-width: 1199.98px) {
    .topcontent-wrap {
        & .tpcnt-center {
            max-width: 525px;
            width: 58%;
        }

        & .tpcnt-right {
            width: 40%;
        }
    }

    /**/
    .call-action-wrap {
        & .call-actleft {
            width: 320px;
        }

        & .call-actright {
            width: calc(100% - 320px);
            padding-left: 20px;
        }
    }
    .bf-af-section .heading-46{margin-bottom: 25px;}
}

@media (max-width: 991.98px) {
    .topcontent-wrap {
        & .tpcnt-center {
            max-width: 100%;
            width: 100%;
            margin-bottom: 30px;
        }

        & .tpcnt-right {
            width: 100%;
            position: initial;
        }
    }

    /**/
    .call-action-wrap {
        align-items: flex-start;

        & .call-actleft {
            width: 320px;
            display: block;
            margin: 0 auto 20px;
        }

        & .call-actcenter {
            width: 48%;
            margin: 0;
            text-align: left;
        }

        & .call-actright {
            width: 48%;
            padding-left: 0;

            & ul.twocolumn li {
                width: 100%;
            }

            & ul.twocolumn {
                margin-bottom: 0;
            }
        }
    }

    /**/
    .sec-concrete {
        padding: 60px 0 120px;
    }

    .call-sectiontop {
        margin-top: -60px;
    }





    .sec-hmbanner ul.js-hmbanner img.ban-desk {
        height: 500px;
    }

    .olhmban-left {
        width: calc(100% - 300px);
					padding-right:0;
    }

    .olhmban-center {
        width: 300px;
        padding: 0 0 0 20px;
    }

    .olhm-image {
        & .glogo {
            margin: 0 auto;
            width: 120px;
        }

        & img.carimg {
            width: auto;
            margin: 0 auto;
        }
    }

    .olhmban-right {
        display: none;
    }

    .formsec {
        margin-bottom: 60px;

        & .olhm-form {
           padding:30px;
            border: 1px solid #DFE2DE;
                        margin-top: -30px;
            
        }

        & .olhm-form form {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
    }

   /* .formsec {
        display: block;
    }*/

    .home-page .formsec{
        display: none;
    }


}

@media (max-width: 767.98px) {
    .call-action {
        padding: 25px;
    }

    .call-action-wrap {
        & .call-actcenter {
            width: 48%;
        }

        & .call-actleft {
            width: 320px;
            display: block;
            margin: 0 auto 20px;
        }

        & .call-actright {
            width: 48%;
            padding-left: 0;
        }
    }

    /**/

    .block-center>a {
        font-size: 14px;
    }

    .sec-concrete .slick-prev {
        margin-left: -130px;
    }

    .sec-concrete .slick-next {
        margin-right: -130px;
    }

    /**/
    .olhmban-left {
        width: calc(100% - 180px);

        & .btnlist .button {
            font-size: 16px;
            min-width: auto;
            padding: 16px 20px;
        }
    }

    .olhmban-center {
        width: 180px;
        padding: 0 0 0 10px;
    }

    .banner-label {
        font-size: 12px;
    }

    .banner-title {
        font-size: 32px;
    }

    .banner-content {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 20px;
    }

    .sec-hmbanner ul.js-hmbanner img.ban-desk {
        height: 450px;
					display:none;
    }
	.sec-hmbanner ul.js-hmbanner img.ban-mob{
		display:block;
						height: 450px;
						object-fit: cover;
						width: 100%;
						object-position: 50% 50%;
			}
    .olhm-image {
        margin-top: 0;
    }
	
	main ul.js-hmbanner ul.slick-dots{
		width:auto;
		max-height:unset;
		justify-content:center;
		margin-bottom:15px;
		top:auto;
	}
	main ul.js-hmbanner ul.slick-dots li{
		margin:0 5px;
	}
}

@media (max-width: 575.98px) {

    .topcontent-wrap {
        & .title-label {
            margin-bottom: 12px;
        }
    }



    /**/
    .call-action-wrap {
        max-width: 380px;
        margin: 0 auto;

        & .call-actcenter {
            width: 100%;
        }

        & .call-actleft {
            width: auto;
            display: block;
            margin: 0 auto 10px;
        }

        & .call-actright {
            width: 100%;
            padding-left: 0;
            margin-bottom: 20px;
        }
    }

    .call-sectiontop {
        margin-top: -40px;
    }

    /**/
    .sec-concrete {
        padding: 40px 0 80px;
    }

    ul.service-ul .slick-list {
        padding-left: 0 !important;
    }

  .formsec {
        & .olhm-form {
            padding: 20px;
            background-color:var(--white);
        }
    }

    .formsec {
        margin-bottom: 40px;
       
    }

    .olhmban-left {
        width: 100%;
        text-align: center;

        & .btnlist {
            gap: 8px;
            justify-content: center;
        }

        & .btnlist .button {
            font-size: 16px;
            min-width: auto;
            padding: 14px 20px;
        }
    }

    .olhmban-center {
        width: 100%;
        padding: 0px;
    }

    .sec-hmbanner ul.js-hmbanner img.ban-mob {
        height:520px;
    }

    .olhm-image {
        margin: 20px auto 0;
        gap: 0;
        align-items: center;
        justify-content: space-between;
        max-width: 300px;

        & .glogo {
            width: 40%;
            margin: 0;
        }

        & img.carimg {
            width: 55%;
            margin: 0;
        }
    }

    .banner-label {
        font-size: 10px;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }

    .banner-title {
        font-size: 24px;
    }

/*.sec-hmbanner.mb-100 {
    margin-bottom: 0;
}*/
.olhmban-wrap{
    padding:10px 0 30px;
}
	main ul.js-hmbanner ul.slick-dots{
		margin-bottom:44px;
	}
}