@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2&family=Montserrat:wght@500&family=Ubuntu+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
body{
    background-color:white;
    background-image:linear-gradient(to right,rgb(200, 200, 200), rgb(255, 255, 255));
}

* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

p{
    font-size: 16px;
}

li{
    list-style: none;
}

a,a:hover,a:focus{
    text-decoration: none;
}

li,p  {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-decoration: none;
    color:#4c4c4c;
    font-weight: 300;

}
a,div{
    font-family: 'Roboto', sans-serif;
    color:#4c4c4c;
    font-weight: 600;
}

label,address{
    font-family: 'Roboto', sans-serif;
    color:#4c4c4c;
    font-weight: bold;
    font-size: 16.5px;
}
h3,h4,h2,h1{
    font-family: 'Roboto', sans-serif;
    color:#4c4c4c;
    font-weight: 500;
}

img {
    max-width:100%;
    height:auto;
}

header{
    position: fixed;
    width: 100%;
    display: flex;
    align-content: center;
    padding:20px 50px;
    background-image:linear-gradient(to right,#fff 0%,#dbdcdd 100%);
    /* background-color: white; */
    box-shadow: 0px 0px 10px gray;
    z-index: 1000;

}

footer{
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding:20px 50px;
    background-image:linear-gradient(to right,rgb(200, 200, 200), rgb(255, 255, 255));
    z-index: 1000;

}

.background{
    margin-top: 100px;
    width: 100%;
    margin-bottom: 100px;
}

.color__secondary{
    color:#ff5800;
}


.logo {
    width: 150px;
    cursor: pointer;
    margin-right:auto ;
}

.nav__link {
    list-style: none;
    padding-top: 38px;
}

.nav__link li{
    display: inline-block;
    padding:0px 20px
}
.nav__link li a{
    transition: all 0.3s ease 0s;
}

.nav__link li a:hover {
    color:#ff5800;
}

.current{
    color:#ff5800;
}

.margin__top__form{
    margin-top: 124px;
}

.home-content-label{
    font-size: 28px;
}

.mar-bot-10{
    margin-bottom: 4%;
}

.dropdown__menu {
    position: relative;
    display: inline-block;
}
  
.dropdown__content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: max-content;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}
  
.dropdown__menu:hover .dropdown__content {
    display: block;
}

.dropdown__content li {
    padding: 3%;
    display: block;
}
div[name="conveyor"],div[id="product_main"],div[id="aboutus"]{
    padding-top: 125px;
    margin-top: -125px;
    display: inline-block; /* required for webkit browsers */
}

.btm-10{
    bottom: 10px;
}

.allblur
{
    margin-bottom: 40px;
}

ol.process > li{
    font-weight: 700;
    line-height: 2.5;
}

#home-main{
    background-image:linear-gradient(to right,rgb(200, 200, 200), rgb(255, 255, 255));
}

#conveyor_videos {
    display: flex;
    flex-direction: column;
}

.conveyor_video_item {
    align-self: center;
    margin-bottom: 20px;
}

.service__img{
    border-radius: 1%;
    border: 2px solid #ff000070;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.main-services{
    padding-left: 80px;
}

li > i {
    color: #ff5800;
}

video::-webkit-media-controls-volume-slider {
display:none;
}

video::-webkit-media-controls-mute-button {
display:none;
}

@media screen and (max-width: 480px) {
    div[name="conveyor"],div[id="product_main"],div[id="aboutus"]{
        padding-top: 225px;
        margin-top: -225px;
        display: inline-block; /* required for webkit browsers */
    }
    .main-services{
        padding-left:14px;
    }
    .nav__link li{
        display: block;
        padding:0px 20px
    }
    .logo {
        width: 150px;
        cursor: pointer;
        margin-right:auto ;
        margin-left:auto ;
    }
    header{
        position: fixed;
        width: 100%;
        display: block;
        background: white;
        box-shadow: 0px 0px 10px gray;
        z-index: 1000;
        text-align: center;
    }
    .margin__top__form{
        margin-top: 244px;
    }
    .nav__link {
        list-style: none;
        padding-top: 4px;
    }

    .slideshow-container {
        top: 240px !important;
        /* max-width: 1000px;
        position: relative;
        margin: auto; */
        margin-bottom: 200px !important;
    }
    /* html,body{
        overflow-x: hidden;
    } */
    video{
        width: 100%;
    }
    .flex__direction_col{
        flex-direction: column;
    }
}@media screen and (min-width:480px) and (max-width: 768px) {
    .main-services{
        padding-left:0px;
    }
}
