/* Start Nav Bar */

.expo-tech{
    background-image: url("../image/BgroundX.jpg");
    background-size: cover;
    background-repeat: no-repeat, repeat;
    /* border-top: 1px solid red;
    border-bottom: 1px solid red; */
    padding: 60px 30px;
}

 .line{
padding: 10px 20px;
}
.line img{
    width: 15%;
}


.part-1 p{
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    /* text-transform: uppercase; */
    /* font-family: paragraph; */
}

 .part-2 p{
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    /* text-transform: uppercase; */
    padding-top: 15px;
    font-family: paragraph;
}

.arch{
    /* background-color: #663399; */
}
.expo-power{
    /* background-image: url("../image/BgroundX.jpg"); */
    background-size: cover;
    background-repeat: no-repeat, repeat;
    /* border-top: 1px solid red;
    border-bottom: 1px solid red; */
    padding: 60px 30px;
    background-color: rgb(155, 78, 20) !important;
}
.tech{
    /* background-color: #cc3333; */
}
.power{
    background-color: rgb(155, 78, 20) !important;
    background-image: none;
    height: max-content;
}


.guide .guide-text{
    background-color: #ffffff;
    border-radius: 0;
    color: #3383c1;
    letter-spacing: 11px;
    padding-left: 6px;
}
.moltaka{
    border: 1px solid white;
    color: white;
    font-weight: 500;
    background-color: #197cad;

}
.moltaka img{
    width: 50%;
    position: absolute;
    height: 100%;
    right: 15px;
}
