*{
    padding-top: 0px;
    margin: 0px;
    font-family: "GDS Transport", arial, sans-serif;
    font-weight: 400;
    line-height: 25px;
    color: rgb(11, 12, 12);
}
@media only screen and (max-width: 768px) {
body{
    background-color: #fff;
}
.menu{
    width: 100%;
    height: 51px;
    background-color: black;
}
.hmcust img{
    width: 50px;
    height: 50px;
}
.email ol li img{
    width: 15px;
    height: 15px;
}
.menu ol{
    display: flex;
    flex-direction: row;
    color: white;
    justify-content: space-around;
    list-style-type: none;
}
.txt{
    color: aliceblue;
    padding: 5px;
    margin-top: 6px;
}
.dash{
    width: 80%;
    height: 8px;
    background-color: blue;
    margin-left: 8%;
    margin-right: 8%;
}
.intro{
    margin-top: 10px;
    text-decoration: underline;
}
.hmcust{
    padding: 5px;
    margin-top: 8px;
    margin-left: 12px;
    font-size: small;
    border-left: 2px solid black;
}
.lang h4{
    margin-left: 5%;
    padding: 5px;
}
.line{
    height: 2px;
    width: 80%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: rgba(0, 0, 0, 0.089);
}
.bluetext{
    color: blue;
    font-weight: bolder;
    padding: 5px;
}
.bluetext ul{
    list-style: none;
}
.bluetext li{
    padding: 5px;
    color: blue;
    font-weight: bold;
}

.line1{
    height: 3px;
    width: 85%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: green;
    text-decoration: underline;
    margin-bottom: 10px;
    margin-top: 10px;
}
.one{
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 15px;
}
.one img{
    height: 240px;
    width: 140px;
    margin-top: -100px;
}
.twooo{
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 15px;
}
.twooo img{
    height: 180px;
    width: 140px;
}


.three{
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 15px;
}
.three img{
    height: 100px;
    width: 150px;
}


.four{
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 15px;
}
.four img{
    height: 100px;
    width: 150px;
}

.five{
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 15px;
}
.five img{
    height: 100px;
    width: 150px;
}

.six{
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 15px;
}
.six img{
    height: 100px;
    width: 150px;
}
.text{
    width: 40%;
}

.cav{
    color: black;
    padding: 5px;
}
.cav h3{
    margin-left: 5%;
}
.cav ol{
    list-style-type: none;
}
.cav ol li{
    margin-left: 10%;
    padding: 5px;
}
.cav h3{
 padding-bottom: 20px;
}
.blu{
    color: rgba(22, 22, 230, 0.815);
    text-decoration: underline;
}
.see{
    font-size: smaller;
    text-decoration: underline;
    color: rgb(57, 57, 201);
}
.email{
    color: rgb(57, 57, 201);  
    text-decoration: underline;
    font-weight: bold;
}
.email ol{
    display: flex;
    flex-direction: row;
}
.email ol li{
    margin-left: 3px;
}
.whatdowedo{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
.mgt{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.box1 ul{
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 5px;
    gap: 12px;
 }
 .box1  ul li{
     width: 40%;
 }
 .FOI ol{
    list-style: decimal;
 }
 .frr ol{
    list-style: none;
 }
 .frr ol li{
    margin-bottom: 2px;
 }
 .footer{
    height: 120px;
    display: flex;
    flex-direction: row;
    width: 85%;
    flex-wrap: wrap;
    justify-content: space-around;
 }
 .footer p{
    text-decoration: underline;
 }
 .center img{
     width: 100px;
 }
 .vvv{
    width: 90%;
 }
 .ogl{
    width: 10%;
    padding: 5px;
 }
 .naye{
    text-decoration: underline;
    color: blue;
 }
 .photo{
    width: 80%;
    height: 90px;
 }
 .food{
    display: flex;
    margin-left: 10%;
    flex-direction: row;
 }
 .two{
    width: 35%;
 }
 .menu ol li img{
    width: 120px;
    height: 50px;
    margin-left: 0px;
 }
}