@import url(booking.css);
@import url(footer.css);
@import url(global.css);

html{
    overflow-x: hidden;
}

body{
    font-family: 'chivo', Arial, Helvetica, sans-serif;
    background-color: #e7e7e7;
}

/* main content starts here  */
.my-fluid1{
   background-image: url(images/mm-engineering-entrance@0.5x-8.png);
   min-height: 462px;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   padding: 0px;
}

.my-fluid1-1{
 background-image: url(images/flui1-1@1.5x-8.png);
}

.my-fluid1-2{
 background-image: url(images/fluid1-2@1.5x-8.png);
}

.my-fluid1-3{
    background-image: url(images/fluid1-3@1.5x-8.png);
}

.my-inner-fluid{
    margin: 0px;
    background-image: linear-gradient(#00000078, #00000078);
    min-height: 462px;
}
.cont-one{
    padding: 100px 20px 0px 0;
}
.my-fluid1 h1, .my-fluid1 h2{
    color: #F6A337;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2rem;
    margin: 0px;
}

.my-fluid1 h2{
    color: #ffffff;
}
 .my-fluid1 p{
     padding-top: 10px;
     font-size: 0.8rem;
     line-height: 0.9rem;
     color: #ffffff;
     font-weight: 400;
 }

 
 .my-fluid1 button{
     font-size: 1.2rem;
     background-color: #df7e00;
     color: #ffffff;
     font-weight: 700;
     border: 0.5px #ffffff63 solid;
     width: 220px;
     margin: 5px 0px;
    }
.my-fluid1 .btn-two{
    background-color: #ffffff;
    color: #525F52;
    border: 0.5px #ffffff63 solid;
}

.btn-one:hover{
    background-color: #e2e2e2;
    color: #525F52;
}

.btn-two:hover{
    background-color: #525F52;
    color: #ffffff;
    border: 0.5px #ffffff63 solid;
} 
.cont-one{
    max-width: 500px;
}

.cont-two{
    max-width: 80%;
    padding: 30px 0px 0;
}


.cont-two .row{
    justify-content: center;
}

.cont-two .row1{
    padding: 30px 0px;
}

.cont-two .row1 span{
    background-color: #525F52;
    width: 35%;
    height: 0.5px;
    margin-bottom: 10px;
}
.cont-two h1{
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 0.8rem;
    text-align: center;
    color: #525F52;
    min-width: 100%;
}

.cont-two .row1 h1:last-child{
    font-weight: 700;
}

.cont-two .row2{
    min-height: 80px;
    background-image: url(images/classroom@1.5x-8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    line-height: 0.9rem;
    margin-top: 20px;
    align-items: center;
}

.cont-two .row3{
    background-color: #F6A337;
    font-size: 1rem;
    padding-top: 5px;
    
}

.cont-two .row3 h3{
    font-size: 0.8rem;
    text-align: center;
    color: #555454;
}

.cont-two .row4 .col{
    background-color: #525F52;
    padding: 0px;
    min-width: 260px;
    max-width: 300px;
    margin: 10px 0;
    justify-content: space-around;
}

.cont-two .row4 h3{
    font-size: 1.2rem;
    text-align: center;
    color: #ffffff;
    padding-top: 5px;
}
.image1{
    background-image: url(images/motor-mechanics@1.5x-8.png); 
    background-position: bottom;
}
.image2{
    background-image: url(images/diesel-mechanics@1.5x-8.png);
    background-position: bottom;
}
.image3{
    background-image: url(images/automotive-electrician@1.5x-8.png);
    background-position: center;
}

.cont-two .row4 .image{
    min-width: 60%;
    min-height: 180px;
   
    background-repeat: no-repeat;
    background-size: cover;
}

.cont-two .row5, .cont-two .row6{
    background-color: #ececec;
    color: #5f5f5f;
    padding: 20px 0px 0px 20px;
    font-size: 1rem;
    justify-content: left;
    border-width: 1.5px 0px 0px;
    margin-top: 10px;
    
}

.cont-two .row5 h4{
    font-size: 1rem;
    font-weight: 700;
    
}

.cont-two .row5 span{
    background-color: #ffffffa6;
    width: 90%;
    height: 0.5px;
}

.cont-two .row6{
    margin-top: -2px;
    padding: 10px 0px 20px 20px;
    border-width: 0px 0px 1.5px;
}

.cont-two .row6 .col{
    min-width: 80%;
    padding: 0px;
}
.cont-two ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}


li{
    font-size: 0.8rem;
}

.row-map{
    margin-top: 20px;
}
/* main content ends here */

/* page loading */
    
/* page loading */
@media (min-width: 425px) {
    /* main content edits starts here */
    .my-fluid1 h1, .my-fluid1 h2{
        font-size: 1.6rem;
        line-height: 1.4rem;
    }
     /* main content edits ends here */
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    /* main content edits starts here */
    .my-fluid1 .btn-two{
        margin-left: -30px;
    }

    .cont-one{
        margin-left: 10%;
    }

    .cont-two{
        max-width: 70%;
    }

    .cont-two .row1 h1{
        font-size: 2rem;
        line-height: 1.2rem;
    }
     /* main content edits ends here */


 }

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

    /* main content edits starts here */
    .my-fluid1 h1, .my-fluid1 h2{
        font-size: 2.5rem;
        line-height: 2.4rem;
    }

    .my-fluid1 h2:first-child{
        color: #f6a337;
    }

    .cont-one{
        margin-left: 20%;
        padding-top: 150px;
        max-width: 600px;
    }

    .cont-one .row1 .btn-two{
        margin-left: -75px;
    }
    
    .cont-two .row1 span{
        height: 3px;
    }

    .cont-two .row1 h1{
        font-size: 3rem;
        line-height: 2.1rem;
    }
    .cont-two .row2 .col{
        font-size: 1.5rem;
    }
    .cont-two .row3 h3{
        font-size: 1.5rem;
    }

    .cont-two .row4 .col{
        margin: 5px;
    }

    .cont-two .row2{
        min-height: 160px;
        align-items: center;
    }

 }

/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}

 /* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .cont-two .row6 .col{
        min-width: 28%;
    }
        
    
 }