@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../fonts/Roboto-Regular.ttf') format('ttf'),
        url('../fonts/Roboto-Light.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;900&display=swap');*/

*, html, body{font-family: 'Roboto', sans-serif; padding: 0; margin: 0; border: 0;}
header{position: fixed; top: 0;width: 100%;z-index: 10;background: #fff;height: 72px;}
.content{padding-top: 90px;}
.navbar-default{background: #fff;border: 0; border-radius: 0;margin: 0;}
.navbar-default .navbar-brand{position: relative;z-index: 1000;}
.navbar-default .navbar-nav{margin: 26px auto;}
.navbar-default .navbar-nav>li>a:hover{background: transparent;}
.navbar-default .navbar-nav>li>a{font-family: 'Roboto', sans-serif;font-size: 16px; font-weight: 700;color: #010101;text-transform: uppercase;padding: 0px 20px;border-right: 2px solid #010101;}
.navbar-default .navbar-nav>li:last-child>a{border: 0;}
.home-banner .carousel img{width: 100%;}
.navbar-brand{padding: 0;}
.navbar-brand>img{background: #fff; padding: 5px;max-width: 85%;}
.about{font-family: 'Roboto', sans-serif;padding: 20px 0;}
.about h1{color: #0f4c9c;font-weight: 700;text-align: center;margin-top: 0;}
.about p{color: #000; margin-top: 20px;font-size: 16px;}
.products{background: #f4f4f4;padding: 20px 0;}
.products h2{color: #a10004;font-weight: 700;text-align: center;margin-top: 0; font-size: 36px;}
.products p{color: #000; margin-top: 20px;font-size: 16px;}
.products section{background: #e6e6e6; border: 1px solid #010101;margin-top: 30px;}
.products section img{display: inline-block;height: 200px;margin: 15px auto;}
.products section div a{background: #a10004; padding: 15px 0;font-weight: 600; text-transform: uppercase;display: inline-block;color: #fff;width: 100%;font-size: 16px;}
.products section a:hover{cursor: pointer;}
footer{padding: 50px 0 0;}
footer h4{font-family: 'Roboto', sans-serif;font-weight: 700;font-size: 20px;margin-top: 20px;}
footer h3{font-family: 'Roboto', sans-serif;font-weight: 700;font-size: 28px;}
#career h3{font-family: 'Roboto', sans-serif;font-weight: 700;font-size: 28px;}
footer p{font-family: 'Roboto', sans-serif;font-size: 16px;}
footer p a{color: #000;}
footer form{margin-top: 20px;}
#career form .form-control, footer form .form-control{border-radius: 0;}
#career form button.btn, footer form button.btn{background: #a10004;border-radius: 0;color: #fff;padding: 7px 40px; font-size: 18px;}
footer{background: #ebeded;padding: 20px 0 0; margin-bottom: 40px;}
#career{
    padding-top:50px;
}
.fab, .far {
    color: #fff !important;
}
footer .bottom-footer{background: #585b5b;padding: 20px 0;margin-top: 50px;}
footer .bottom-footer ul li{display: inline-block;margin: 0 10px;}
footer .bottom-footer ul{margin: 0 auto;}
footer .bottom-footer ul li a{font-size: 24px; color: #7e6f73;}
.modal .modal-content{border-radius: 0;}
.modal .modal-header{background: #a10004;border-radius: 0;color: #fff;}
.modal .modal-header h4{font-family: 'Roboto', sans-serif;font-weight: 700;}
.modal .modal-header .close{color: #fff; opacity: 1;}
.modal .modal-body img{display: inline-block;margin: 0 auto;}
.modal .modal-body p{font-family: 'Roboto', sans-serif;color: #000; font-size: 16px;margin: 30px auto;}
#topcontrol{right: 50px !important;}
/*.banner{background: #e6e6e6; color: #fff;padding: 15px 0;margin-top:60px;}*/
.banner {
    background: #e6e6e6;
    color: #fff;
    padding: 15px 0 10px;
    top: 70px;
    position: fixed;
    z-index: 9999;
        width: 100%;
}
.banner h1 {
    font-weight: 700;
    font-size: 26px;
    margin: 0;
    color: #000;
}
.product-section{padding: 70px 0; border-bottom: 3px solid #a10004;}
.product-section section, .product-section1 section{border: 2px solid #a10004;padding: 15px 0;}
.product-section section img, .product-section1 section img{display: inline-block;}
.product-section h3{color: #a10004; margin-top: 0;font-family: 'Roboto', sans-serif;font-size: 30px; font-weight: 700;}
.product-section p, .product-section1 p{color: #000;font-family: 'Roboto', sans-serif;font-size:16px;margin-top: 20px;}
.product-section table p, .product-section1 table p{margin: 10px 10px;font-size:14px;}
.product-section .table-bordered>tbody>tr>td, .product-section1 .table-bordered>tbody>tr>td{ /*padding: 0; */}
.product-section h4{color: #000;font-family: 'Roboto', sans-serif;font-size:24px;font-weight: 700; text-align: center;}
.breadcrumb {
    padding: 0px 15px 0;
    margin-bottom: 0 !important;
    list-style: none;
    background-color: transparent;
    border-radius: 0 !important;
    text-align: right;
}
.breadcrumb a, .breadcrumb>.active {
    color: #a10004;
}
.product-section1 {
    padding: 70px 0;
   /* border-bottom: 3px solid #a1000; */
}
.product-section1 h3 {
    color: #a10004;
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.product-section1 h4 {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.products1{
    background-color:#fff;
}

.navbar .dropdown-menu>li>a{
    font-size:16px;
    font-weight:500;
}



  .sticky_footer{
   position: fixed;
   bottom: -75px;
   visibility:hidden;
   left: 0;
   width: 100%;
   z-index: 9;
   padding: 8px 0;
   background-color: #0f4c9c;
   box-shadow: -14px -6px 11px 0 #27202036;
   text-align: center;
   opacity: 0;
   transition: 0.5s all ease;
 }
 .sticky_footer_active{
  visibility:visible;
  bottom: 0;
  opacity: 1;
}
.sticky_footer a{
  color: #fff;
  font-size: 0 ;
  display: inline-block;
}
.sticky_footer a span{
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.sticky_footer a span.icon-wrap{
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.sticky_footer .col-md-4{
  border-right: 1px solid #fff;
}
.sticky_footer .col-md-4:nth-of-type(3){
  border:none;
}


@media (max-width: 767px)
{
  .mob-hide {
    display: none;
  }
}


.scrollup {
    width: 44px;
    height: 42px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #0e81b9;
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.scrollup:focus, .scrollup:hover{
    color: #ddd;
}
