/* Services page styles
===================================*/


/* Section 1 */
.section1ContentCont{
    position: absolute;
    width: 410px;
    right: 5%;
    background-color: rgba(249, 249, 249, 0.8509803921568627);
    padding: 40px 50px;
    top: 24%;
    margin: auto;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.09019607843137255);
}
.section1ContentCont h1{
    color: #000;
    border-bottom: 0;
    padding-bottom: 0;
    margin: 0;
    vertical-align: top;
}


/* Section 2 */
.section2 h2{
    padding-top:0;
    padding-bottom:0;
    margin:0;
    border:none;
}


.section3 h2{
    margin-bottom:0;
}
.servicesGroup {
    margin: 0 auto;
    margin-bottom:40px;
    position:relative;
    overflow:hidden;
    display: inline-block;
    width: 100%;
}
.servicesGroup + .servicesGroup{
    margin-top:40px;
}

.servicesIcon {
    display: inline-block;
    max-width: 42%;
    vertical-align: middle;
}

.servicesCont{
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin-left: 60px;
    vertical-align: middle;
}

.servicesHead {
    color: #fff;
    font-size: 0;
}
.servicesCat {
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    box-sizing: border-box;
    color: #fff;
    font-family: "Avenir LT Heavy";
    text-align:left;
}
.servicesRow{
    font-size:0;
}
.servicesDetails {
    width: 100%;
    font-size:0;
}
.servicesService {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    padding: 4px 8px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    line-height: 28px;
    color:#ffffff;
}
.servicesDetailsRow{
    line-height: 24px;
}
.servicesDetailsRow:nth-child(odd){
    background-color: rgba(34, 34, 34, 0.80);
    color: #cbcbcb;
}

/* Section 4 */
.section4Text{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    line-height: 42px;
}



/* -----------------------------------*/
/* ------->>> Media Queries <<<-------*/
/* -----------------------------------*/



/* Default media query
===========================================*/
@media (max-width: 999px) {


    .section4Text{
        display: block;
        line-height: 48px;
        text-align: center;
        font-size: 30px;
    }
    .section4Button{
        margin-top:20px;
    }
}



/* Tablet break point
===========================================*/
@media (max-width: 767px) {
    .section1{
        position:relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        box-sizing: border-box;
        padding: 30px;
    }
    .no-webp .section1{
        background-image: url("/includes/images/content/about_banner.png");
    }
    .yes-webp .section1{
        background-image: url("/includes/images/content/about_banner.webp");
    }
    .section1 img{
        display:none;
    }
    .section1ContentCont{
        position:relative;
        width: auto;
        margin: auto;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        padding: 20px;
    }
    .section1ContentCont h1{
        font-size:20px;
        line-height:32px;
    }

    .section3Block{
        width: 90%;
        margin:0;
    }


    .servicesIcon {
        display: inline-block;
        max-width: 92%;
    }
    .servicesCont {
        display: block;
        width: 99%;
        margin: 0;
        margin-top: 20px;
    }
}
