/* -----------------------------------------------------------------HOME---------------------------------------------------------------------- */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;

}
body{
    font-family: 'Poppins', sans-serif;

}
p{
    font-size: 10px;
}

.header{
    background-image: url(img/Images/home/img_slider.png);
    height: 900px;
    width: 100%;
    /*background-attachment: fixed;*/
    background-position: center center;
    background-size: cover;
    position: relative;
}

.image-div{
    position: absolute;
    bottom: 0;
    left: 15%;
    right: 15%;
    padding:3% 25%;
    display: flex;
    justify-content: center;
    
}
.row{
    display: flex;
    justify-content: center;
    text-align: center;

}

.text{
background-color: lightgray;
font-size: small;
font-weight: bold;

}
span{
    text-align: left;
}
.balconies{
    background-color:#1061B0;
    max-width: 100%;
    padding-top: 50px;
    height: 410px;

}


.slider1 .owl-next{
    font-size: 40px !important;
    color: white !important;


}
.slider1 .owl-prev{

    font-size: 40px !important;
    color: white !important;
}

.owl-next{
    font-size: 40px !important;
    float: right;
    position: relative;
    bottom: 170px;
    right: -20px;

}
.owl-prev{

    font-size: 40px !important;
    float: left;
    position: relative;
    bottom: 170px;
    left: -20px;

}
.item img{
    height: 300px;

}

.referance{
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/Images/home/industry.jpg);
    background-position: center;
    /*background-attachment: fixed;*/
    background-size: cover;
    height: 900px;
    width: 100%;
}
.referance h5::after{
    content: '';
    width: 20%;
    height: 1px;
    background:white ;
    display: block;
    margin: auto;
    margin-top: 20px;

}
.item .btn{
width: 100%;
color: white;
background: transparent;
border: 2px solid grey;
padding: 20px;
border-radius: 30px;
}
.item .btn:hover{
    background: grey;
    transition: 0.5s;
}
.quality .containerTop{
background-color: white;
margin-top: -300px;
height: auto;
box-shadow: 2px 2px 30px rgb(0, 0, 0.2);

}

.card img{
    background-color: #1061B0;

}
.card-text{
    font-size: large;
}
.card-img-top2{
    padding: 50px;
    height:250px;
}
.card .index-text{
    background: rgb(223, 217, 217) !important;
}

.qualitypara{
    font-size: 26px;
    word-spacing: 3px;
    line-height: 20px;
    padding-top: 10px !important;
    padding-bottom: 200px !important;
    font-size: 15px;
}
.news{
    box-shadow: 2px 2px 10px rgb(0, 0, 0.5);
    margin-top: -30px;
    background-color: white;
}
.newsCard::after{
    content: '';
    width: 50%;
    height: 9px;
    background: #1061B0 ;
    display: block;
    margin: auto 0;

}

.btn my-4 button{
    font-size: 10px;
}


@media(max-width:1000px){
   .active{
        width: 0%;
   }
   .card{
       width: 100% !important;
       margin-bottom: 3%  !important;
   }
   .referance{
    height:900px;
}
.card-img-top2{
    padding: 25px;
}

    }
@media( max-width:830px){
    
    .image-div{
        display: none;
    }
}
@media( max-width:1024px){
    
    .image-div{
        display: none;
    }
    .card-img-top2{
        height:250px;
    }
}
@media( max-width:768px){
    .card-img-top2{
        padding:50px;
    }
}
@media( max-width :1366px){
    .referance{
        background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/Images/home/industry.jpg);
        background-position: center;
        background-attachment: fixed;
        background-size: cover;
        height: 140vh;
        width: 100%;
        }
}

/* ------------------------------------------------------------Contact Us------------------------------------------------------------------ */
input[type=text], input[type=password] {
    width: 100%;
    padding: 8px 6px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 30px;
    box-sizing: border-box;}
input[type=submit]{
    background-color: #1061B0;
    color: white;
    padding: 14px 0;
    margin: 10px 0;
    border-radius: 30px;
    border: none;
    cursor: grabbing;
    box-sizing: border-box;
    width: 100%;}
.con_text{
        position: absolute;
        bottom: 0;
        left: 15%;
        right: 15%;
        padding:3% 25%;
        display: flex;
        justify-content: center;
        background-color:#1061B0; opacity: 0.8;
        color: white;
        
}

.con_us{background-color: #1061B0;
    height: 400px;
    font-size: 20px;
    color: whitesmoke;
    text-align: center;
    margin-top: 0px;
}
.con_svg{
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 5px;
  margin-bottom: -10px;
}

.con_header{
    background-image: url(img/Images/Contact/img_contacts.png) ;
    height: 900px;
    width: 100%;
    /*background-attachment: fixed;*/
    background-position: center center;
    background-size: cover;
    position: relative;
}
.con_form{
    /* display: flex; */
    /*display:flex;*/
   justify-content: center;
   align-items: center;
    font-size: 15px;
    /*padding-bottom: 80px;*/
    background-color: lightgrey;
    /*padding-left:25px;*/
    margin-bottom: -25px;
    padding: 100px 500px;
}
.text-box{
    width: 100%;
    border-radius: 20px;
    border: none;
}
@media( max-width :1366px){
    .con_form{
        padding: 100px 300px;
    }
}
@media(max-width:1000px) {
   .active {
      width: 0%;
   }
    .bar{
        width: 50%;
        height:100px;

    }
    .con_form{
        padding: 100px;
    }

}
@media( max-width :500px){
    .con_form{
        padding: 50px;
    }
}




/* -----------------------------------------------------------------About------------------------------------------------------------------ */
.a_header{
    background-image: url(img/Images/About/img_header.jpg);
    height: 450px;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    background-size: cover;

}
/*.color_overlay{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background:  #1061B0;*/
/*    opacity: .6;*/
/*    position: absolute;*/
/*}*/

.about{

    position: absolute;
    top: 200px;
}
/*------------------ intro------------- */
.a_intro-h1{
    margin-top: 50px;
    color: #005999;
    font-weight:bold;
}
/******paragraph_line height********/
.a_intro-p{
    line-height: 18px;
    font-size: 14px;
}
/*--------history-----------------*/
.body_sec{
    max-width: 100%;
    margin: 100px auto ;
    padding-top:200px;
    padding-bottom:200px;
}
.a_back_img{
    background-image: url(img/Images/About/img_background.png);
     background-size: cover;
}
.a_pad{
    margin: 0 !important;
    padding-top: 100px;
    padding-bottom: 100px;
}
.a_history_hr{
     border: 4px solid black;
}
.a_history_list{
    font-size: 20px;
    font-weight: bold;
}

.a-l{
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: none;
}
/****************responsivness****************/
@media(max-width:1000px)
{
    .active{
        width: 0%;
    }
    .a_intro-h1{
          font-size: 30px;
    }
}
@media(min-width:1024px)
{
    #a_intro{
       text-align:center;
       padding: 0 200px;
    }
    .a_column{
        padding-left: 100px;
}
}
@media(min-width:770px)
{
    .a_history
    {
        padding: 0 200px;

    }
  }
@media(max-width:650px)
{

    .a_column
    {
        padding: 0;
    }
    .a-l
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }

 .a_ul{
    padding:10px;
   }
}
/* -------------------------------------------------------------------Machinery-------------------------------------------------------- */
.M_header{
    background-image: url(img/Images/home/img_machinery.png) ;
    height: 900px;
    width: 100%;
    /*background-attachment: fixed;*/
    background-position: center center;
    background-size: cover;
    position: relative;
}

/*section1*/
.mac_text{
    position: absolute;
    bottom: 0;
    left: 15%;
    right: 15%;
    padding:3% 25%;
    display: flex;
    justify-content: center;
    background-color:#1061B0; opacity: 0.8;
    color: white;
    
}
/*section2*/
.road{

    background-color: lightgrey;

}
.jobs{
    padding-top: 35px;
}
.rolling{
    padding-left: 20%;
}
/*section4*/
.automatic{
    background-color: lightgrey;
}
.vicker1{
    padding-left: 17%;
}
/*section5*/
.Mcarousel{
    padding-top: 35px;



}

.owl-next{
    font-size: 40px !important;
}
.owl-prev{
    font-size: 40px !important;
}
@media(max-width:1000px) {
    .active {
        width: 0%;
    }

    .machinepara {
        width: 55%;
        height: 25%;
    }
}

/* -----------------------------------------------------------------------NEWS0,1---------------------------------------------------------- */
.n_0header{
    background-image: url(img/Images/News0/img_balcony.png) ;
    height: 900px;
    width: 100%;
    /*background-attachment: fixed;*/
    background-position: center center;
    background-size: cover;
    position: relative;
}
.n_1header{
    background-image: url(img/Images/News1/img_header_news.png) ;
    height: 900px;
    width: 100%;
    /*background-attachment: fixed;*/
    background-position: center center;
    background-size: cover;
    position: relative;
}


.Press{
    padding-top: 7%;
    color: #005999;
    margin-bottom: 60px;
}
.listing li{
    display: flex;
    padding: 1px;
margin-left: 30px;
float: left;
}
.listing ul{
    display: flex;
    justify-content:space-between;
}

.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 30px;
}
.news1{
    padding-bottom: 5%;
}


/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 600px) {
   li.fgh{
        display: none;
    }
}
/* ----------------------------------------------------------------Customers------------------------------------------------------------ */


.c_header{
    background-image: url(img/Images/OurCustomers/img_header_customerzv.png);
    height: 900px;
    width: 100%;
    /*background-attachment: fixed;*/
    background-position: center center;
    background-size: cover;
    position: relative;
}
.c_child{
   position: absolute;

    bottom: 0;
    margin-top: 480px;
    background-color:#005999;
    opacity: 0.8;

   color: white;
   margin-bottom: 0px;
   padding: 50px 0;}

  .c_child_p{
    padding-left: 210px;
    padding-right: 210px;
}

/***************main*************************/
.c_main{
    margin: 100px auto ;

}
.c_main_custmr
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 50px;

}

.c_main_btn{
    border-radius: 40px;
    background: #005999;
     color :white;
}

.c_main_col{
    padding: 15px;

}
/*--------------------bottom--------------*/
.c_bottom_h1{
    color: #117a8b;
    padding-top:100px;

}
.c_btm{
    padding-top: 40px;
    padding-bottom: 40px;
    background: white;
    margin-bottom: 5px;

}

/***********************Responsivness***************************/
@media(max-width:1000px)
{
    .active
    {
        width: 0%;
    }
 }
@media(min-width:1000px)
{

    .c_main_custmr
    {
        width: 60%;
    }
    .c_btm_m
    {  padding-left: 7%;
       margin-left:50px;
       margin-right: 50px;
    }
}
@media(max-width:280px)
{
  .c_customer3
  {
    width: 180px;
  }
}

@media(min-width: 375px)
{
    .c_child
    {
         width: 70%;
         left: 15%;
          height: auto;

    }
}
@media(min-width: 2560px)
{
    .c_child
    {
        left: 27%;
    }
}

/* ---------------------------------------------------------------References------------------------------------------------------------- */


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    
}
.r_body{
    font-family: 'Poppins', sans-serif;
    background-color: lightgrey;
    
}

/* Main color */
.maincolor{
color: #1061B0;
}
.r_header{
    background-image: url(img/Images/References/img_reference_.png);
    height: 900px;
    width: 100%;
    /*background-attachment: fixed;*/
    background-position: center center;
    background-size: cover;
    position: relative;
}
.ref_text{
    position: absolute;
    bottom: 0;
    left: 15%;
    right: 15%;
    padding:3% 25%;
    display: flex;
    justify-content: center;
    background-color:#1061B0; opacity: 0.8;
    color: white;
    
}

  .hfsab{
      background-color: #fff;
      height: auto;
      box-shadow: 2px 2px 30px rgb(0, 0, 0.2);
    
  }
.hfsab .card{
      border: none !important;
  }
.hfsab .card .edit{
    height: 470px;
    
}
.contentdiv{
    background-color: #fff;
    height: auto;
    
}
.card{
    border: none !important;
}
.container1{
    width: 66% !important;
    margin: auto !important;
    
}
@media(max-width: 730px)
{
    .header,.con_header,.M_header,.n_0header,.n_1header,.c_header,.r_header
    {
        height: 680px;
    }
}