.manage{
    display: flex;
    flex-direction: column;
    justify-content: center;
   /*align-items: center;*/
    margin-bottom: 50px;
   
}
.manage *{
    box-sizing: border-box;
}
.ma-rder{
    order: 2;
}
.mangimg{
    width:100%;
    height:300px;
   
}
.maimgcont{
    background: url('images/confere.jpg') no-repeat;
    background-size:cover;
    height: 100%;
}



.mc1{
    background: url('images/ser12.jpg') no-repeat;
    background-size:cover;
    height: 100%;
    display: block !important;
}


/*.mc2{
    background: url('images/ser12.jpg') no-repeat;
    background-size:cover;
    height: 100%;
}*/

.mc2{
    background: url('images/ser2.jpg') no-repeat;
    background-size:cover;
    /*height: 100%;*/
    display: block !important;
}

/*.mc4{
    background: url('images/ser21.jpg') no-repeat;
    background-size:cover;
    
}*/
.mc3{
    background: url('images/ser21.jpg') no-repeat;
    background-size:cover;
    height: 100%;
}

/*.mc5{
    background: url('images/cnc-metal-lathe-technician-PKXK7QY.jpg') no-repeat;
    background-size:cover;
    height: 100%;
}*/
.mnghed{
    display: flex;
    flex-direction: row;
    margin: 10px;
  justify-content: center;
}
.ma-num{
    font-size: 40px;
    font-weight: 800;
  /*  transform: rotate(-90deg);*/
    color: #45454578;
}
.ma-bar{
    /*border: 1px solid #45454578;*/
    width: 10px;
    background-color: #45454578;
}
.ma-title{
    padding: 0px 5px;
}
.ma-title h1{
    font-size: 16px;
    position: relative;
    
}
.ma-para{
    text-align: center
}

@media(min-width:600px){
    .manage{
    display: flex;
    flex-direction: row;
   margin-bottom: 0px;
    }
    .mnghed{
        justify-content: flex-start;
    }
    .mangimg{
        width: 50%;
    }
    
    .mangtxt{
        width: 90%;
        padding: 20px;
    }
    .ma-para{
    text-align: left;
}
   .mnghed{
       margin: 0;
    }
    
    .ma-rder{
    order: -1;
}
   
}

@media(min-width:700px){
    .sld{
        background: #fcfcfc;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
        animation: mamove 1s;
        animation-fill-mode: forwards;
        right: 0px;
     /* display: none;*/
    }
    /*.sldh2{
        display: none;
    }*/
    .ma-title{
        position: relative;
        padding: 0px 10px;
    }
    .ma-num{
        position: relative;
       /* display: none;*/
    }
    .ma-bar{
      display: none;
    }
    @keyframes manum{
        0%{left:-50px;opacity: 0;}
        100%{left:0px;opacity: 1;}
    }
    @keyframes mamove{
        0%{display: block; width: 100%;}
        100%{width: 0%;}
    }
    @keyframes mabar{
        0%{height:0px;opacity: 0;}
        100%{height:72px;opacity: 1;}
    }
}
@media(min-width:800px){
    .mangimg{
        width: 90%;
       height: 440px;
    }
    .ma-num{
       font-size: 60px;
    height: 50px;
    }
    .ma-title h1{
    font-size: 25px;
        position: relative;
}
     .mnghed{
        display: flex;
        flex-direction: row;
        /*justify-content: space-between;
        width:360px;*/
         
    }
    .ma-para{
        font-size: 18px;
    }
    .mangtxt{
        padding: 50px;
    }
    
}

.hole-con{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 50%;
    transform: translate(-50%,50%);
}
.slider-act{
    display: flex;
    flex-direction: row;
    width: 50px;
    /*border: 1px solid;*/
    justify-content: space-between;
   margin: 30px 0px;
    cursor: pointer;
}
.active{
    background: #da5050 !important;
    border: 1px solid #da5050 !important;
}
.dot{
    width:20px;
    height: 20px;
    border: 1px solid #454545;
    border-radius: 50%;
    background: #454545;
    cursor: pointer;
}
@media(max-width:600px){
    .mang-hd {
    
    margin: 30px 0px;
}
}
@media(max-width:800px){
    .pronav {
    margin-left:0px;
   
}
}
.dmenu p{
    font-weight: 500;
}

.mangimg{
    position: relative;
}



.chck {
    /* border: 1px solid; */
    display: flex;
    align-items: center;
}
.txt-gala{
    padding: 10px;
}

.txt-gala p {
    color: #454545;
    /*font-size: 15px;*/
        text-align: left;
}
.chck p {
    margin: 5px;
}
.mn1{
    margin-top: 0px;
}
@media(min-width:600px){
    .mangtxt {
    padding-top: 10px;
    /*height: 400px;
    overflow-y: auto;*/
}
.txt-gala {
    padding: 10px;
    height: auto;
    overflow-y: auto;
}
}
.txt-gala::-webkit-scrollbar {
    width: 5px;
}
.txt-gala::-moz-scrollbar {
    width: 5px;
}
/* Track */
.txt-gala::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 .txt-gala::-moz-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
/* Handle */
.txt-gala::-webkit-scrollbar-thumb {
    background: #5c3185; 
    border-radius: 10px;
}
.txt-gala::-moz-scrollbar-thumb {
    background: #5c3185; 
    border-radius: 10px;
}

/* Handle on hover */
.txt-gala::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
}
.txt-gala::-moz-scrollbar-thumb:hover {
    background: #b30000; 
}

/*.mangimg{
    display:none;
}*/
.magr{
    width:50%;
}
.mangtxt{
    width:50%;
}
.magr img{
    width:100%;
}
@media(max-width:600px){
    .magr{
    width:100%;
}
.mangtxt{
    width:100%;
}
}