header{
    position: fixed;
    width: 100%;
    left: 0; top: 0;
    z-index: 99;
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
    padding: 2vw 0;
    transition:0.3s; -webkit-transition:0.3s;
}
header.fixed{
    background: #E6691B;
    padding: 0.7vw 0;
}
header a.logo{
    float: left;
    color: #fff;
    font-size: 3.2vw;
    transition:0.3s; -webkit-transition:0.3s;
}
header.fixed a.logo{
    font-size: 3.2vw;
}
header a.logo img{
    float: left;
    width: 320px;
    height: auto;
}
.menucontrols{
    float: right;
}
.menucontrols a{
    float: left;
    width: 4vw; height: 4vw;
    background: #E6691B;
    color: #fff;
    font-size: 1.4vw;
}
a.hidemenu{
    position: fixed;
    right: 1vw; top: 1vw;
    width: 2vw; height: 2vw;
    color: #000;
    font-size: 2.2vw;
    transition:1.6s;
    -webkit-transition:1.6s;
    opacity: 0;
    visibility: hidden;
}
nav{
    position: fixed;
    right: -30vw; top: 0;
    background: #fff;
    z-index: 99;
    width: 25vw;
    height: 100%;
    padding: 5vw 5vw 5vw 5vw;
    overflow-y: auto;
    transition:0.6s;
    -webkit-transition:0.6s;
    opacity: 0;
    box-shadow: 0 0 40px rgba(0,0,0,0.25);
}
nav.active{
    right: 0;
}
nav ul{}
nav ul li{
    font-size: 1.2vw;
    margin-bottom: 2vw;
}
nav ul li a{
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,0);
    transition:0.6s; -webkit-transition:0.6s;
}
nav ul li a:hover, nav ul li.active a{
    color: #E6691B;
    border-bottom: 1px solid #E6691B;
}
.banner{
    padding: 20vw 0 14vw 0;
    background-size: cover !important;
    font-family: 'Manrope', sans-serif;
    position: relative;
    z-index: 1;
}
.team.banner{
    padding: 10vw 0 10vw 0;
}
.team.banner .text{
    width: 100%;
}
.team.banner .text h3{
    color: #fff;
    font-size: 1.25vw;
    line-height: 160%;
    font-weight: 400;
}
.team.banner:before{
    background: linear-gradient(to bottom, rgba(0,0,0,0.65), rgba(0,0,0,0.8));
}
.banner:before{
    background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.4));
}
.banner .text{
    float: left;
    width: 65%;
}
.banner .text h1{
    color: #fff;
    font-size: 3.5vw;
    line-height: 120%;
    margin-bottom: 3vw;
}
.banner .text h3{
    color: #fff;
    font-size: 1.5vw;
    line-height: 140%;
    margin-bottom: 2vw;
    font-weight: 400;
}
.banner .text h1 span, .banner .text h3 span{
    color: #000;
}
.banner .text a{
    float: left;
    padding: 1.3vw 3vw;
    background: #E6691B;
    color: #fff;
    font-size: 1.2vw;
}
.banner .text a span{
    margin-left: 0.7vw;
}
.banner .text a:hover{
    background: #fff;
    color: #000;
}
.banner img{
    float: left;
    width: 100%;
    height: auto;
}



.brands{
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 2vw 0;
}
.brands img{
    float: left;
    width: 12%;
    height: auto;
}


.about{
    padding: 6vw 0;
    font-family: 'Manrope', sans-serif;
    background: #ddd;
}
.about .text{
    float: left;
    width: 100%;
}
.about .text h2{
    color: #000;
    font-size: 3vw;
    margin-bottom: 2vw;
}
.about .text h3{
    color: #000;
    font-size: 2vw;
    margin-bottom: 1.5vw;
}
.about .text p{
    font-size: 1.15vw;
    line-height: 160%;
    margin-bottom: 2vw;
}

.about .text p.last {
    margin-bottom: 3vw;
}





.services{
    padding: 6vw 0 6vw 0;
    font-family: 'Manrope', sans-serif;
}
.services h2{
    text-align: center;
    color: #000;
    font-size: 4.3vw;
    margin-bottom: 1.5vw;
}
.services h4{
    text-align: center;
    color: #000;
    font-size: 1.2vw;
    margin-bottom: 4vw;
    font-weight: 500;
    padding:0 15%;
    line-height: 140%;
}

.servicesitemswrap{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin:0 -30px;
}


.servicesitemswrap .item{
    flex-basis: 25%;
    margin-bottom: 5vw;
    padding: 0 16px;
}
.servicesitemswrap .item .itemcontent{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0;
}
.servicesitemswrap .item .itemcontent .thumb{
    float: left;
    width: 100%;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.servicesitemswrap .item .itemcontent .thumb a{
    cursor: zoom-in;
}
.servicesitemswrap .item .itemcontent .thumb img{
    float: left;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    transition:0.6s; -webkit-transition:0.6s;
}
.servicesitemswrap .item .itemcontent .thumb:hover img{
    transform: scale(1.1);
}

.servicesitemswrap .item .itemcontent h3{
    color: #000;
    font-size: 1.3vw;
    margin-bottom: .5vw;
}
.servicesitemswrap .item .itemcontent h3 a{
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0);
}
.servicesitemswrap .item .itemcontent h3 a:hover{
    border-bottom: 1px solid rgba(0,0,0,1);
}
.servicesitemswrap .item .itemcontent p{
    color: #555;
    font-size: 1.25vw;
    line-height: 150%;
}




.contact{
    background: #E6691B;
    padding: 6vw 0 6vw 0;
    font-family: 'Manrope', sans-serif;
}
.contact h2{
    text-align: center;
    color: #fff;
    font-size: 3.5vw;
    margin-bottom: 1vw;
}
.contact h5{
    text-align: center;
    color: #fff;
    font-size: 1.3vw;
    font-weight: 500;
    margin-bottom: 4vw;
}
.contact h5 a{
    color: #fff;
    border-bottom: 1px solid #fff;
}

.contact .servicesitemswrap {
    justify-content: space-between
}

.contact .servicesitemswrap .item .itemcontent h3{
    color: #fff;
}
.contact .servicesitemswrap .item .itemcontent p{
    color:rgb(235, 235, 235);
    line-height: 200%
}



.map{
    float: left;
    width: 100%;
}
.map iframe{
    float: left;
    width: 100%;
    height: 400px;
}


footer{
    background: #fff;
    padding:5vw 0;
    font-family: 'Manrope', sans-serif;
}
footer .copyright{
    float: left;
    color:#000;
    font-size:1.3vw;
}
footer .copyright a{
    color: #000;
    border-bottom: 1px solid #000;
}
footer .copyright span.company{
    font-size: 1vw;
}
footer .copyright span.company a{
    border-bottom: none;
}
footer .social{
    float: right;
    color:#000;
    font-size:1.3vw;
}
footer .social a{
    float: left;
    color: #000;
    margin-left: 1vw;
}