body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    
}

.headerSearch {
  width: 290px;
  float: left;
  border: solid 1px #d2d2d2;
  font-size: 16px;
  padding:0 10px;
}

.searchInput {
  width: 80%;
  float: left;
  border: none;
  font-size: 16px;
  padding: 0; outline:none;
}
button{ float: left;
  width: 20%;
  padding: 10px;
  background: #fff;
  color: white;
  font-size: 17px;
  border: none;
  border-left: none;
  cursor: pointer;
  }

.headerPhone img {
  margin-right: 15px;
}
.no-margin {
    margin-left: 0px;
    margin-right: 0px;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
#header {
    width: 100%;
    display: block;
}

#mdl {
    width: 100%;
    display: block;
}
.banner_logo {
    height: 70px;  
    border-radius: 6px;
    /* box-shadow: 1px 1px 10px #00000030; */
    margin-left: 15px;
    padding: 0px;
}

#footer {
    width: 100%;
    display: block;
    background: #fffee5;
    padding-top: 52px;
    
}
.header_main {
    padding: 5px 0px;
    font-size: 17px;
    font-weight: 600;
}

.nav-link {
    color: #231f20;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 20px;
    transition: 0.6s;
}

.nav-link:hover {
    color: #000;
}

.navbar-toggler-icon {
    background: url(../images/menu.png) no-repeat left top;
    background-size: 30px 30px;
}
.nav-link-call {
    background: #333333;
    border-radius: 5px;
    color: #fff;
    padding: 0.5rem 15px !important;
    transition: 0.6s;
}

.nav-link-call:hover {
    background: #000;
    color: #fff;
}

.banner {
    width: 100%;
    display: block;
    position: relative;
}
.slider {
    width: 100%;
    height: auto;
    position: relative;
}
.banner_content {
    top: 22%;
    font-size: 58px;
    color: #221e1f;
   font-family: 'Anton', sans-serif;
   line-height: 70px;
   position: absolute;
   z-index: 10;
   width: 100%;
}
.banner_links {
    display: block;
    margin-top: 12px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
.bt-readmore {
    background: #ffc50b;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 8px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #221e20;
    transition: 0.5s;
}

.bt-readmore:hover {
    background: #221e20;
    color: #fff;
    text-decoration: none;
}

.banner_bt {
    background: #333333;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    line-height: 32px;
    padding: 15px 0px;
}
.number {
    font-size: 22px;
    margin: 0px 14px;
    color: #fff;
    font-weight: normal;
}

.number:hover {
    color: #fff;
    text-decoration: none;
}
.about {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-align: center;
    padding: 50px 0px;
}
.heading {
    font-size: 34px;
    color: #666666;
    margin-bottom: 16px;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

.about p {
    width: 76%;
    margin:0px 12% 15px 12%;
    font-weight: 300;
}
a:hover {
    text-decoration: none;
}
.more_bt {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #262223;
    margin-top: 22px;
    display: inline-block;
}

.more_bt:hover {
    color: #000;
}
.products {
    background: #f2f2f3;
    padding: 55px 0px;
}
.pr_box {
    font-size: 17px;
    color: #231f20;
    line-height: 22px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    position: relative;
    transition: 0.6s;
    padding: 20px 5px 5px 5px;
    font-weight: 600;
    min-height: 255px;
    cursor: pointer;
}

.pr_box span {
    display: block;
    margin-top: 10px;
}

.pr_box:hover {
    box-shadow: 1px 1px 7px #00000025;
}

.detail_bt {
    color: #262223;
    text-align: center;
    text-transform: uppercase;
    padding: 11px 0px;
    width: 96%;
    left: 5px;
    right: 5px;
    position: absolute;
    bottom: 5px;
    transition: 0.6s;
    background: #ffe694;
    border-radius: 6px;
}

.pr_img {
    border-radius: 100px;
    margin-bottom: 10px;
}

.detail_bt:hover {
    color: #262223;
    background: #e6ca6e;
}

.service_bx {
    font-size: 15px;
    color: #000;
    font-weight: 300px;
    background: #ffc50b;
    border-radius: 6px;
    min-height: 255px;
    padding: 40px 50px 5px 32px;
    line-height: 20px;
    transition: 0.6s;
    cursor: pointer;
    margin-bottom: 20px;
}
.service_bx:hover {
    background: #f4ba00;
}

.service_bx a {
    margin-top: 20px;
    display: block;
}
.service_title {
    font-size: 34px;
    color: #322e2f;
    margin-bottom: 22px;
    display: block;
    font-family: 'Anton', sans-serif;
}
.dropdown-menu {
   background: #fff4d2;
   border: none;
   margin-top: 0px;
}

.dropdown-menu a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 18px;
}
.dropdown-menu a:hover {
    background: #f8e7b1;
}
.suppliers {
    padding: 55px 0px;
    text-align: center;
}
.bottom {
    font-size: 15px;
    color: #fff;
    padding: 18px 0px;
    background: #ffc50b;
}
.footer_cont {
    font-size: 15px;
    color: #201c1c;
    line-height: 21px;
}
.elink {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 10px 0px;
    color: #151022;
}
.social {
    display: inline-block;
margin-right: 20px;
margin-top: 10px;
}
.res_img {
    width: 100%;
}
.bottomlinks {
    font-size: 18px;
    display: block;
    margin-bottom: 2px;
    color: #201c1d;
    font-weight: 600;
}
.btcategories {
    margin: 0px;
    padding: 0px;
}

.btcategories li {
    padding-bottom: 3px;
    padding-left: 0px;
    color: #241f20;
    font-size: 15px;
}

.btcategories li a {
    color: #241f20;
    font-size: 15px;
}


.navbar .nav-item .dropdown-menu{ display: none; }
	
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }

.inner {
    top:32%;
}
.breadcum {
    display: block;
    font-size: 14px;
    margin-top: -10px;
}

.breadcum a {
    color: #221e1f;
    margin-right: 15px;
    margin-left: 15px;
}

.breadcum a:first-child {
    margin-left: 0px;
}

.breadcum span {
    color: #f4ba00;
    margin-left: 15px;
}
.product-section {
    padding: 50px 0px;
}
.product_desc {
    font-size: 15px;
    line-height: 21px;
}

.product-container {
    width: 100%;
    max-width: 1140px;
    overflow-x: scroll;
    padding-bottom: 8px;
    margin-top: 15px;
}

.product-container::-webkit-scrollbar {
    width: 4px !important;
    height: 6px;
  }
  
  .product-container::-webkit-scrollbar-track {
    height: 2px !important;
    background:  #e1e1e1;
  }
  
  .product-container::-webkit-scrollbar-thumb {
    background: #ffc50b;
  }
  .product-container::-webkit-scrollbar-thumb:hover {
    background: #edb502;
  }
  .pr_table {
      width: 100%;
      border: none;
      font-size: 14px;
      min-width: 800px;
  }

  .pr_table tr:nth-child(even) {background: #faf6e5}
  .pr_table tr:nth-child(odd) {background: #FFF}

  .pr_table td {
      padding: 6px 8px;
      border-left: solid 1px #ccc;
  }

  .pr_table th {
    padding: 8px 8px;
    color: #fff;
    font-weight: 600;
    background: #d6b44b;
    border-left: solid 1px #fff;
    font-size: 16px;
}
.pdf {
    padding: 5px 20px 5px 35px;
    transition: 0.6s;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    background: url(../images/pdf.png) no-repeat 10px center #f42218;
    display: inline-block;
}

.pdf:hover {
    background: url(../images/pdf.png) no-repeat 10px center #333;
    color: #fff;
}
.product-img {
    width: 90px;
}
.m_input {
    width: 100%;
    margin-bottom: 12px;
    margin-top: 2px;
    text-indent: 12px;
    height: 46px;
    line-height: 46px;
    border: solid 1px #b9b9b9;
    outline: none;
    background: #fff;
    border-radius: 3px;
    font-size: 17px;
}
.m_submit {
    background: #20356e;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border: none;
    outline: none;
    width: 100%;
    transition: 0.5s;
}
.action {
    padding: 5px 20px;
    transition: 0.6s;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    background: #333;
    display: inline-block;
}

.action:hover {
    background: #000;
    color: #fff;
}
.pr_list {
    margin-left: 15px;
    margin-top: 5px;
    padding: 0px;
}

.pr_list li {
    margin: 0px;
    padding: 0px;
}
.ser-img {
    width: 100%;
    border-radius: 25px;
}
.call {
    padding: 15px 30px 5px 30px;
    display: block;
    background: #fff8df;
    border-radius: 25px;
    margin-top: 20px;
    color: #2e2c25;
}

.call-title {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    font-family: 'Anton', sans-serif;
}

.inner_section {
    background: #f2f2f3;
    padding: 50px 0px;
}
  

@media only screen and (max-width: 768px) {

    .header_main {
        padding: 8px 5px;
    }
    .navbar-collapse  {
        background: #fff4d2;
        padding: 8px;
    }
    .banner_content {
        display: none;
    }
    .banner_bt {
        line-height: 26px;
    }
    .number {
        font-size: 15px;
    }

    .dropdown-menu {
        background: #f8e7b1;
    }
    .dropdown-menu a {
        font-size: 12px;
        padding: 8px 8px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .bt-col {
        padding: 0px 15px;
        margin-top: 30px;
    }
   .btcategories {
       margin-left: 15px;
   }
   .inner {
       display: block;
       font-size: 27px;
       top: 0%;
   }

   .breadcum {
       font-size: 11px;
       margin-top: -45px;
   }
   .call {
       margin-bottom: 20px;
   }

}