*
{
    margin: 0;
    padding: 0;
    font-family: 'Varela Round', sans-serif;

}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #e0a207;
  }
  
  ::selection {
    color: #fff;
    background: #e0a207;
  }
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Varela Round', sans-serif;
}
/* Navigation bar starts */
nav{
    width: 100%;
    height: 120px;
    background: #14163d;
    box-shadow:1px 2px 25px 3px;
    line-height: 75px;
    z-index: 999;
    padding: 0px 50px;
}
nav .logo
{
    color: red;
    text-transform: uppercase;
    float: left;
    /* padding:25px 8px; */
}
.logo{
    width: 200px;
    height: 90px;
}
nav ul
{
    float: right;
    margin-top: 20px;
}
.logo img{
    width: 230px;
    height: 90px;
    margin-top: 15px;
}
nav ul li 
{
    list-style: none;
    display: inline-block;

}
nav ul li a{
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0px 15px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}
nav ul li a:hover,
nav ul li .active
{
    background: crimson;
    padding: 6px 10px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    
}
.checkbtn
{
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    float: right;
    display: none;
    margin-top: 25px;
}
#check
{
    display: none;
}
@media screen and (max-width:986px)
{
    nav
    {
        padding: 0px 50px;

    }
    .checkbtn{
        display: block;
       
    }
    nav .logo h1 {
        font-size: 18px;
        padding: 5px;
        flex-wrap: wrap;
    }
    nav ul
    {
        width: 100%;
        height: 100vh;
        background-color: #14163d;
        position: fixed;
        top: 96px;
        left: -100%;
        text-align: center;
        transition: .05s ease-in;
        z-index: 9999;
    }
    nav ul li
    {
        display: block;
        margin: 60px 0px;
        line-height: 50px;
        
    }
    #check:checked ~ ul{
        left: 0;
    }
    .logo
    {
        margin: 0;
        padding: 0;
        width: 50px;
        height: 100;
    }
    .logo img{
        margin: 0;
        padding: 0;
        margin-left: -67px;
        width: 149px;
        height: 57px;
        margin-top: 28px;
    }
}
/* navigation bar ends */

/* slider starts  */
#sliding
{
    height: 10px;

}


.carousel-inner
{
    max-height: 500px;
}


/* slider ends */
/* vision and mission starts  */
.vmv
{
    background-color: #323570;
    margin-top: 480px;
    z-index: 111;
    display: flex;

    flex-direction: row;
}
.vmv-content
{
    padding: 10px;
    color: #fff;
}
.mission
{
    background: crimson;
}
.vmv-content i
{
    font-size: 45px;
    margin-top: 25px;
    padding-right: 10px;
    transition: 0.5s;
}
.vmv-content i:hover{
    transform: scale(1.2);

}
.vmv-content h3
{
    text-align: center;
    font-size: 20px;
}
.sub-vmv
{
    display: flex;
    flex-direction: row;
}
.vmv-content p
{
    text-align: justify;
    font-size: 16px;
}

@media(max-width:986px)
{

    .vmv
    {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 62%;
    }
    .vmv-content
    {
        /* margin-left: 5%; */
        padding: 5%;
    }
    .mission
    {
        width: 100%;
        margin: 0;
        padding: 5%;
    }
    .vmv-content h3
    {
        font-size: 1.5rem;
        font-weight: 600;
    }
    .sub-vmv
    {
        display: flex;
        flex-direction: column;
    }
    .sub-vmv i
    {
        text-align: center;
    }
}
/* vision and mission ends  */

/* index about section starts */
.about-index
{
    width: 90%;
    margin-left: 5%;
    margin-top: 3%;
    display: flex;
    justify-content: row;
}
.left-index
{
    width: 60%;
}
.left-index p
{
    text-align: justify;
    font-size: 16px;
}
.left-index h1
{
    text-align: center;
    font-size: 30px;
}
.right-img
{
    float: right;
    width: 60%;
    height: auto;
    margin-left: 5%;
    margin-top: 2%;
}
.right-img img
{
    width: 100%;
    height: auto;
}
.left-index img
{
    width: 150px;
    height: auto;
    margin-left: 28%;
}
@media(max-width:986px)
{
    .about-index
    {
        flex-direction: column;
        margin-top: 4%;
    }
    .left-index
    {
        width: 95%;
        margin-left: 2.5%;
    }
    .left-index p
    {
        width: 100%;
    }
    .left-index h1
    {
        font-size: 22px;
    }
    .right-img
    {
        width: 95%;
        margin-left: 2.5%;
    }
}
/* index about section ends */

/* products highlights starts */
.products-hl
{
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
}
.products-hl h3
{
    font-size: 20px;
    font-weight: 600;
}
.products-hl p
{
    font-size: 16px;
    text-align: justify;
}
.products{
    width: 100%;
    
    display: flex;

    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.prod-img
{
    margin: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    position: relative;
}
.prod-img img
{
    width: 300px;
    height: auto;
    border: 0.2px solid #999;
    box-shadow: 1px 2px 25px 2px;
    transition: .5s;
    border-radius: 5px;   
}
.prod-img h4
{
    font-size: 20px;
    margin-top: 25px;
}
/* .prod-img img:hover{
    transform: translateY(25px);
} */
.content-img
{
    width: 80%;
    height: 60%;
    top: 0;
    left: 0;
    margin-top: 9%;
    margin-left:10%;
    position: absolute;
    background: rgba(255,255,255,0.4);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.5s;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
}

.content-img h3
{
    font-size: 18px;
    color: #000;
    margin-top: 25%;
    font-weight: 600;
}
.content-img:hover{
    opacity: 1;
    
}
.button
{
    background: crimson;
    border-radius: 5px;
    width: 120px;
    height: 35px;
    text-align: center;
    color: #fff;
    margin-left: 46%;
    transition: 0.5s;

}
.button p a
{
    color: #fff;
    text-decoration: none;
}
@media(max-width:986px)
{
    .button
    {
        width: 90%;
        margin-left: 5%;
    }
}
/* products highlights ends */
/* clients reviews starts */
.clients
{
    width: 100%;
    height: 150px;
    background-color: crimson;
    margin-top: 5%;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    color: #fff;
    
}
.clients-num
{
    margin-top: 2%;
}
.client-head h3
{
    color: #fff;
    font-size: 25px;
}
.clients-num i
{
    font-size: 35px;
    animation: iframe-animate 0.5s infinite linear;
}
@keyframes iframe-animate
{
    0%{
        transform: translatex(-3px);
    }
    50%{
        transform: translatex(0px);
    }
    75%{
        transform: translatex(3px);
    }
    100%
    {
        transform: translatex(-3px);

    }
}
.count
{
    display: flex;
    flex-direction: row;
}
@media(max-width:986px)
{
    .clients
    {
        flex-direction: column;
        height: auto;
        padding-bottom: 20px;
        padding-top: 10px;
    }
}
/* clients reviews ends */

/* footer section starts */
.main-footer
{
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
    width: 100%;
    background: #14163d;
}
.footer
{
    
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 25px;
}
.left-footer
{
    width: 25%;
    height: 100%;
    padding: 5px;
    margin-left: 5%;
    padding-top: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.left-half img
{
    width: 150px;
    height: auto;
}
.left-half p
{
    font-size: 14px;
    width: 60%;
    text-align: justify;
    color: #fff;
    margin-top: 10px;
}
.web-nav,.our-prod
{
    padding-top: 5%;
}
.web-nav h4,.our-prod h4
{
    font-size: 22px;
    color: #fff;
}
.web-nav ul,.our-prod ul
{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    line-height: 30px;
    list-style: none;
}
.web-nav ul li,.our-prod ul li  
{
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    transition: 0.5s;
}
.web-nav ul li :hover,.our-prod ul li:hover
{
    color: crimson;
}
.web-nav ul li a,.our-prod ul li a
{
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
}
.web-nav ul li a:hover,.our-prod ul li a:hover
{
    color: crimson;
}
.contacts
{
    padding-top: 5%;
    display: flex;
    flex-direction: column;
}
.contacts h4
{
    color: #fff;
}
.contacts ul 
{
    list-style: none;
    display: flex;
    flex-direction: column;
}
.contacts ul li 
{
    color: #fff;
    font-size: 16px;
    transition: 0.5s;
}
.contacts ul li:hover
{
    color: crimson;
}
.contacts ul li a
{
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
}
.contacts ul li a:hover
{
    color: crimson;
}
.socials
{
    display: flex;
    flex-direction: row;
    margin-left: 2%;
}
.socials i{
    font-size: 30px;
    color: #fff;
    border: 1.5px dashed #fff;
    padding: 8px;
    border-radius: 50px;
    margin: 5px;
}
.socials .fa-facebook
{
    transition: 0.5s;
}
.socials .fa-facebook:hover
{
    color: #3b5998;
    background: white;
}
.socials .fa-instagram
{
    transition: 0.5s;
}
.socials .fa-instagram:hover{
    color: #fa7e1e;
    background: #fff;
}
.socials .fa-whatsapp
{
    transition: 0.5s;
}
.socials .fa-whatsapp:hover
{
    color:#25D366;  
    background: #fff;
}
.buttons-footer
{
    width: 250px;
    height: 32px;
    background: crimson;
    border-radius: 5px;
    padding: 3px;
    text-align: center;
    margin-top: 10px;
    margin-left: 3%;
}
.buttons-footer ul li a:hover
{
    color: #fff;
}
.left-half ul
{
    list-style: none;
}
.left-half ul li a
{
    color: #fff;
    text-decoration: none;
}
.main-footer hr
{
    width: 90%;
    margin-left: 5%;
    background: #fff;
}
.credits
{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.credits h4
{
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
}
.credits h4 span
{
    font-weight: 600;
}
.credits h5{
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
}
.credits span
{
    font-weight: 600;
    text-transform: uppercase;
}
.credits span a
{
    color: #fff;
    text-decoration: none;
}
@media(max-width:986px)
{
    .footer
    {
        display: flex;
        flex-direction: column;
    }
    .left-half p{
        width: 90%;
    }
    .left-half
    {
        width: 100%;
    }
    .left-footer
    {
        width: 100%;
    }
    .web-nav,.contacts,.our-prod
    {
        margin-left: 5%;
    }
    .socials{
        flex-direction: row;
        justify-content: center;
    }
}
/* footer section ends */
.span
{
    display: flex;
    flex-direction: row;
}
.span span
{
    font-size: 25px;
}

/* about section starts */
.section-head
{
    width: 100%;
    height: 200px;
    background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url('../img/section\ backgrond.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content:center;
    text-align: center;
    margin-bottom: 20px;
}
.section-head h2
{
    color: #fff;
}
.breadcrumbs ul
{
    display: flex;
    flex-direction: row;
    text-align: center;
    list-style: none;
    justify-content: center;
}
.breadcrumbs ul li a
{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
}
.breadcrumbs ul i
{
    color: #fff;
    margin: 5px;
}
.about-main
{
    width: 90%;
    margin-left: 5%;
    display: flex;
    justify-content: space-evenly;
}
.about-left
{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.about-left h2
{
    font-size: 22px;
    text-transform: capitalize;
    
}
.about-left p
{
    font-size: 16px;
    text-align: justify;
}
.right-main-about
{
    width: 45%;
}
.right-main-about img
{
    width: 100%;
    height: auto;
    margin-top: 5%;
    border-radius: 10px;
    box-shadow: 3px 2px 25px 3px;
}
.about-left img{
    width: 150px;
    height: auto;
}
.about-left p a
{
    color: crimson;
    text-decoration: none;
}
@media(max-width:986px)
{
    .about-main{
        flex-direction: column;
    }
    .about-left{
        width: 90%;
        margin-left: 5%;
    }
    .about-left h2
    {
        text-align: center;
    }
    .right-main-about img
    {
        width: 90%;
        margin-left: 10%;
        border-radius: 5px;
    }
    .right-main-about{
        width: 90%;
    }

}

/* about section ends */
/* Infrastructure section starts */
.infrastructure
{
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
}
.infra-info
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.infra-info h2
{
text-align: center;
text-transform: capitalize;
}
.infra-info p
{
    text-align: justify;
    font-size: 16px;
}

.machines
{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    width: 90%;
    margin-left: 5%;
}
.ind-mc
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 22%;
    height: auto;
    background: rgba(255,255,255,0.3);
    padding: 5px;
    border-radius: 5px;
    border-bottom: 3px solid crimson;
    box-shadow: 1px 2px 25px 3px;
    margin: 15px;
}
.ind-mc img
{
    border-bottom: 2px solid #14163d;
    /* box-shadow: 1px 2px 10px 2px; */
}
.ind-mc h4{
    text-transform: capitalize;
    margin-top: 20px;
    font-size: 20px;
}
@media(max-width:986px)
{
    .machines{
        width: 90%;
        height: auto;
        margin-bottom: 10px;
        flex-direction: column;
    }
    .ind-mc{
        width: 90%;
        margin-left: 5%;
    }
    .ind-mc h4
    {
        font-size: 15px;
    }
}
/* Infrastructure section ends */

/* products section starts */
.ind-prod
{
    border-bottom: 3px solid #14163d;
}
.ind-prod img{
    border-bottom: 2px solid crimson;
}
/* product section ends */

/* Awards & certificates starts  */
.awards
{
    width: 90%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
}
.awards h2
{
    font-size: 25px;
}
.awards-img
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 5%;
}
.cert-img
{
    margin: 20px;
    border-radius: 5px;
    width: 40%;
}
.cert-img img
{
    width: 100%;
    height:auto;
}
.cert-img h4
{
    font-size: 18px;
}
/* Awards & certificates ends */

/* Contact section starts */
.contact{
    margin-top: -18px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.map iframe{
    width: 100%;
    height: 450px;
}
.contact-details
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    background: #eeeeee;
    margin-bottom: 10px;
}
.left-cont
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 5%;
    padding: 10px;
}
.left-cont h2
{
    text-transform: capitalize;
    font-size: 25px;
    text-decoration: underline 2px solid #14163d;
}
.sub-div
{
    display: flex;
    flex-direction: row;
}
.sub-div i
{
    margin-right: 10px;
    background: #ccc;
    border-radius: 50px;
    text-align: center;
    padding: 20px;
    transition: 0.5s ease-in;
}
.sub-div i:hover{
    background: #14163d;
    color: #fff;
}
.sub-contact p
{
    margin-left: 70px;
    margin-top: -30px;
}
.sub-contact p a
{
    color: #555;
    text-decoration: none;
    transition: 0.5s;
}
.sub-contact p a:hover
{
    color: crimson;
}

.contact-form
{  

    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
}
.contact-form form
{
    display: flex;
    flex-direction: column;
}
.contact-form input{
    width:550px;
    height: 30px;
    margin: 10px;
    border-radius: 5px;
    background: transparent;
    border: 1.5px solid #000;
    padding: 5px;
    outline: none;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
}
.contact-form h3
{
    text-transform: capitalize;
    font-size: 20px;
}
.contact-form textarea
{
    width: 550px;
    height: 100px;
    background: transparent;
    color: #000;
    border-radius: 5px;
    border: 1.5px solid #000;
    margin: 10px;
    outline: none;
    padding: 5px;
}
.contact-form button
{
    width: 150px;
    height: 30px;
    background: crimson;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.button-contact
{
    display: flex;
    justify-content: center;
}
@media(max-width:986px)
{
    .contact-details 
    {
        flex-direction: column;
        
    }
    .contact-form input
    {
        width: 90%;
        height: 25px;
    }
    .contact-form textarea
    {
        width: 90%;
    }
}
/* Contact section ends */