*{
    margin: 0;
    padding: 0;
}
body{
    font-family: sans-serif;
    font-size: 1.2rem;
}
.menutop{
    max-width: 880px;
    margin: 0 auto;
}
.btnNav{
    width: 60%;
    float: right;
    margin-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F6B311;
    text-align: center;
}
.btnNav a{
    text-decoration: none;
    color: black;
}
.btnNav a:hover{
    color: #F6B311;
}
.btnNav ul li{
    display: inline;
    font-weight: bold;
    margin: 15px;
}
.logot{
    width: 120px;
    height: 120px;
}
.logot img{
    width: 100%;
    height: 100%;
}
.cardHome{
    border-radius: 10px;
    position: absolute;
    padding: 20px;
    width: 30%;
    z-index: 1;
    top: 22%;
    left: 20%;
    background-color: white;
    filter: opacity(82%);
}
.cardHome h1{
    color: #F6B311;
    margin-bottom: 10px;
}
.othBnn{
    width: 100%;
    height: 63vh;
    overflow: hidden;
    margin-top: 22px;
}
.othBnn img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}
.bannrSlid{
    position: relative;
    width: 100%;
    height: 63vh;
    overflow: hidden;
    margin-top: 22px;
}
.bannrSlid img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    transform: translateX(100%);
}
.bannrSlid img.active{
    opacity: 1;
    transform: translateX(0%);
}
.bdhome{
    width: 880px;
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}
.aboutM{
    width: 390px;
    height: 440px;
    border-radius: 10px;
}
.aboutM p{
    color: gray;
    font-size: 1.1rem;
}
.aboutM img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.whyMetro{
    max-width: 880px;
    margin: 0 auto;
    margin-top: 55px;
    border-top: 1px solid lightgray;
    padding-top: 25px;
}
.wh-metro{
    width: 300px;
    padding: 10px;
    display: inline-table;
}
.wh-metro p{
    margin-left: 55px;
    font-size: 0.95rem;
    margin-top: 15px;
}
.whyImg{
    width: 45px;
    height: 45px;
    float: left;
}
.whyImg img{
    width: 100%;
    height: 100%;
}
.clients{
    max-width: 880px;
    position: absolute;
    left: 19%;
    color: gray;
}
.partners{
    margin-top: 100px;
    padding: 20px;
    padding-left: 28%;
    background-color: #eeeeee;
    display: flex;
}
.allPrt{
    width: 14%;
    height: 14vh;
    margin-right: 30px;
}
.allPrt img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.footer{
    padding: 40px;
    background-color: #2b2b2b;
    color: gray;
    display: flex;
    justify-content: center;
}
.logo2{
    width: 120px;
    height: 120px;
    margin-top: 10px;
}
.logo2 img{
    width: 100%;
    height: 100%;
}
.fDisplay{
    width: 300px;
}
.menFoot, .cntFoot{
    width: 235px;
}
.menFoot ul li{
    list-style: none;
    margin-top: 8px;
}
.menFoot a{
    color: white;
    text-decoration: none;
    font-size: 1rem;
}
.menFoot a:hover{
    color: #F6B311;
}
.allCont{
    width: 40px;
    height: 40px;
    display: inline-block;
}
.allCont img{
    width: 100%;
    height: 100%;
}
.menCalibr{
    border: 1px solid lightgray;
    box-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    width: 20%;
    position: absolute;
    padding: 15px;
    margin-left:820px;
    margin-top: -41px;
    background-color: white;
    z-index: 1;
    display: none;
    color: gray;
}
.menServ{
    border: 1px solid lightgray;
    box-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    width: 20%;
    position: absolute;
    padding: 15px;
    margin-left: 950px;
    margin-top: -41px;
    background-color: white;
    z-index: 1;
    display: none;
    color: gray;
}
.allCalibr{
    border-bottom: 1px solid lightgray;
    padding-bottom: 5px;
    padding-top: 8px;
}
.zz{
    border-bottom: none;
}
.caliMun{
    width: 880px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}
.calType{
    margin-left: 10px;
    display: inline-table;
    width: 270px;
}
.hdtype{
    padding: 8px;
    font-weight: bold;
    background-color: #F6B311;
    color: white;
    text-shadow: 1px 1px 1px #000;
    cursor: pointer;
}
.desc-calib{
    padding-left: 21px;
    border: 1px solid lightgray;
    margin-bottom: 20px;
}
.img-calib{
    width: 30px;
    height: 30px;
    float: left;
    margin-top: -5px;
    margin-right: 5px;
}
.iconHead{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.iconHead img{
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 595px){
    .menutop{
        width: 340px;
    }
    .menCalibr, .menServ{
        display: none;
    }
    .logot{
        width: 90px;
        height: 90px;
    }
    .btnNav{
        margin-top: 25px;
    }
    .btnNav a{
        text-decoration: none;
        color: black;
        font-size: 0.63rem;
    }
    .btnNav ul li{
        margin: 10px;
    }
    .cardHome{
        width: 80%;
        top: 18%;
        left: 4%;
        font-size: 1rem;
    }
    .bannrSlid, .othBnn{
        height: 35vh;
    }
    .bdhome{
        width: 340px;
        flex-direction: column;
        margin-top: 50px;
    }
    .aboutM{
        margin-right: 10px;
        width: 325px;
        height: auto;
        margin-bottom: 10px;
    }
    .aboutM p{
        font-size: 1.1rem;
    }
    .whyMetro{
        max-width: 340px;
    }
    .clients{
        margin-top: -50px;
        left: 11%;
    }
    .partners{
        padding-left: 10%;
    }
    .allPrt{
        width: 80%;
        height: 10vh;
        margin-right: 20px;
    }
    .footer{
        padding: 40px;
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }
    .menFoot, .cntFoot{
        margin-bottom: 20px;
    }
    .caliMun{
        width: 340px;
        margin-top: 50px;
    }
}


@media only screen and (min-width: 600px){
    
}
@media only screen and (min-width: 768px){
    .menutop{
        max-width: 680px;
    }
    .menCalibr, .menServ{
        display: none;
    }
    .logot{
        width: 100px;
        height: 100px;
    }
    .cardHome{
        width: 50%;
        top: 18%;
        left: 8%;
    }
    .bannrSlid, .othBnn{
        height: 41vh;
    }
    .bdhome{
        width: 680px;
    }
    .aboutM p{
        font-size: 1rem;
    }
    .aboutM{
        margin-right: 10px;
    }
    .whyMetro{
        max-width: 680px;
    }
    .clients{
        margin-top: -50px;
        left: 11%;
    }
    .partners{
        padding-left: 10%;
    }
    .allPrt{
        width: 20%;
        height: 14vh;
        margin-right: 20px;
    }
    .caliMun{
        width: 680px;
    }
    .calType{
        width: 300px;
        margin-top: 50px;
    }
}
@media only screen and (min-width: 889px){
    .menCalibr, .menServ{
        display: none;
    }
    .cardHome{
        left: 17%;
    }
    .calType{
        width: 300px;
        margin-top: 50px;
    }
    .caliMun{
        width: 680px;
    }
}







@media only screen and (min-width: 1200px){
    .menutop{
        max-width: 880px;
        margin: 0 auto;
    }
    .btnNav{
        width: 60%;
        float: right;
        margin-top: 50px;
        padding-bottom: 20px;
        border-bottom: 1px solid #F6B311;
        text-align: center;
    }
    .btnNav a{
        text-decoration: none;
        color: black;
    }
    .btnNav a:hover{
        color: #F6B311;
    }
    .btnNav ul li{
        display: inline;
        font-weight: bold;
        margin: 15px;
    }
    .logot{
        width: 120px;
        height: 120px;
    }
    .logot img{
        width: 100%;
        height: 100%;
    }
    .cardHome{
        border-radius: 10px;
        position: absolute;
        padding: 20px;
        width: 30%;
        z-index: 1;
        top: 22%;
        left: 20%;
        background-color: white;
        filter: opacity(82%);
    }
    .cardHome h1{
        color: #F6B311;
        margin-bottom: 10px;
    }
    .bannrSlid{
        position: relative;
        width: 100%;
        height: 63vh;
        overflow: hidden;
        margin-top: 22px;
    }
    .bannrSlid img{
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: block;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        transition: opacity 1s ease-in-out, transform 1s ease-in-out;
		transform: translateX(100%);
    }
    .bannrSlid img.active{
        opacity: 1;
        transform: translateX(0%);
    }
    .bdhome{
        width: 880px;
        margin: 0 auto;
        margin-top: 100px;
        display: flex;
        justify-content: space-between;
    }
    .aboutM{
        width: 390px;
        height: 440px;
        border-radius: 10px;
    }
    .aboutM p{
        color: gray;
        font-size: 1.1rem;
    }
    .aboutM img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .whyMetro{
        max-width: 880px;
        margin: 0 auto;
        margin-top: 55px;
        border-top: 1px solid lightgray;
        padding-top: 25px;
    }
    .wh-metro{
        width: 300px;
        padding: 10px;
        display: inline-table;
    }
    .wh-metro p{
        margin-left: 55px;
        font-size: 0.95rem;
        margin-top: 15px;
    }
    .whyImg{
        width: 45px;
        height: 45px;
        float: left;
    }
    .whyImg img{
        width: 100%;
        height: 100%;
    }
    .clients{
        left: 19%;
    }
    .partners{
        margin-top: 100px;
        padding: 20px;
        padding-left: 28%;
        background-color: #eeeeee;
        display: flex;
    }
    .allPrt{
        width: 14%;
        height: 14vh;
        margin-right: 30px;
    }
    .allPrt img{
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }
    .footer{
        padding: 40px;
        background-color: #2b2b2b;
        color: gray;
        display: flex;
        justify-content: center;
    }
    .logo2{
        width: 120px;
        height: 120px;
        margin-top: 10px;
    }
    .logo2 img{
        width: 100%;
        height: 100%;
    }
    .fDisplay{
        width: 300px;
    }
    .menFoot, .cntFoot{
        width: 235px;
    }
    .menFoot ul li{
        list-style: none;
        margin-top: 8px;
    }
    .menFoot a{
        color: white;
        text-decoration: none;
        font-size: 1rem;
    }
    .menFoot a:hover{
        color: #F6B311;
    }
    .allCont{
        width: 40px;
        height: 40px;
        display: inline-block;
    }
    .allCont img{
        width: 100%;
        height: 100%;
    }
    .menCalibr{
        border: 1px solid lightgray;
        box-shadow: 1px 1px 1px #000;
        border-radius: 10px;
        width: 20%;
        position: absolute;
        padding: 15px;
        margin-left:820px;
        margin-top: -41px;
        background-color: white;
        z-index: 1;
        display: none;
        color: gray;
    }
    .menServ{
        border: 1px solid lightgray;
        box-shadow: 1px 1px 1px #000;
        border-radius: 10px;
        width: 20%;
        position: absolute;
        padding: 15px;
        margin-left: 950px;
        margin-top: -41px;
        background-color: white;
        z-index: 1;
        display: none;
        color: gray;
    }
    .allCalibr{
        border-bottom: 1px solid lightgray;
        padding-bottom: 5px;
        padding-top: 8px;
    }
    .zz{
        border-bottom: none;
    }
    .caliMun{
        width: 880px;
        margin: 0 auto;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .calType{
        margin-left: 10px;
        display: inline-table;
        width: 270px;
    }
    .hdtype{
        padding: 8px;
        font-weight: bold;
        background-color: #F6B311;
        color: white;
        text-shadow: 1px 1px 1px #000;
        cursor: pointer;
    }
    .desc-calib{
        padding-left: 21px;
        border: 1px solid lightgray;
        margin-bottom: 20px;
    }
    .img-calib{
        width: 30px;
        height: 30px;
        float: left;
        margin-top: -5px;
        margin-right: 5px;
    }
    .iconHead{
        width: 100px;
        height: 100px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .iconHead img{
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 2560px){
    .cardHome{
        left: 33%;
    }
}

@media only screen and (min-width: 1920px){
    .cardHome{
        left: 28%;
    }
}

@media only screen and (min-width: 1680px){
    .cardHome{
        left: 23%;
    }
}