@charset "utf-8";
/* CSS Document */
body{font-family: 'ZillaSlab-Light' sans-serif;}
.navbar{padding-top: 3px; padding-bottom: 3px; }
nav .navbar-nav li a{
color: #28385b !important; font-size:14px; padding-left: 10px !important; padding-right: 10px !important;
background: none; text-transform: uppercase;  border-radius: 10px; transition: 0.5s; font-weight: bold; 
  }
nav .navbar-nav li a:hover{
color: #ed101a !important; background: none; 
  }
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.dropdown-menu .drop {
  min-width: 600px; background: #000;
}
@media (min-width : 992px) {
  .offcanvas {
    visibility      : visible;
    position        : relative;
    background      : none;
    border          : none;
    justify-content : end;
    color           : red;
  }
}
@media (max-width : 992px) {
  .offcanvas {
    width : 250px !important; background: #34414c;
  }
  .offcanvas-start-lg {
    top          : 0;
    left         : 0;
    border-right : 1px solid rgba(0, 0, 0, .2);
    transform    : translateX(-100%);
  }
 nav .navbar-nav li a{
color: #ffffff !important;}
nav .navbar-nav li a:hover{
color: #ffffff !important; background: #34404b; 
  }
  ul.dropdown-menu {
    background-color: #272727; border-color:#272727; }
}

@font-face {
        font-family: ZillaSlab-Light;
        src: url(../fonts/ZillaSlab-Light.ttf);
}
@font-face {
        font-family: Roboto-Regular;
        src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
        font-family: Roboto-Bold;
        src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
         font-family:Oswald-SemiBold;
        src: url(../fonts/Oswald-SemiBold.ttf);
}
@font-face {
         font-family:Futura-CondensedLight;
        src: url(../fonts/Futura-CondensedLight.otf);
}
.navbar-toggler{border:none !important;}
.navbar-brand{color: #ffffff !important;}
.welcome{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem;}
.welcome h1{color: #ee1c25;}
.welcome h2{color: #182b32;}
.welcome p{text-align: justify;}
.welcome span{font-weight: bold; font-size: 22px; color: #28385b;}
.products{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem; background: #f7f7f7;}
.products h3{color: #ee1d26; font-size: 22px;}
.products1{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem;}
.products1 h3{color: #ee1d26; font-size: 22px;}
.contactus{width: 100%; height: auto;  padding-top: 3rem; padding-bottom: 3rem;}
.jumbotron{width: 100%; height: auto; background: #f6f5db; padding-top: 1rem; padding-bottom: 1rem; border-top: #d4d3b1 solid 1px; border-bottom: #d4d3b1 solid 1px;}
.jumbotron h1{font-size: 30px; color: #000000; text-transform: uppercase; margin: 0px !important; padding: 0px !important;}
.bread{width: 100%; height: auto; background: #f50204 url(../images/line.gif) repeat-y left; padding-top: 20px;}
.breadcrumb-item a{color: #28385b; font-weight: bold; text-decoration: none; }
.breadcrumb-item a:hover{color: #25b67c;}
.prdt{background: #f5f5f5;}
.prdt2{background: #ededed;}
.tel{color: #ffffff; text-decoration: none;}
.tel:hover{color: #f0ae3a;}
.telb{color: #ffffff; text-decoration: none; font-size: 14px; line-height: 18px !important;}
.telb:hover{color: #f0ae3a;}
.tel2{color: #8d919e; text-decoration: none;}
.tel2:hover{color: #ffffff;}
.tel2a{color: #0a2031; text-decoration: none;}
.tel2a:hover{color: #0091ff;}
.dcr{font-size: 10px !important; line-height: 14px !important;}
.melp{color: #d80000; font-size: 20px; text-decoration: none;}
h1,h2,h3,h4,h5,h6{ font-family:'Oswald-SemiBold', sans-serif; }
p {
    font-size: 18px; line-height: 30px; font-weight: normal !important; margin-bottom: 10px;
    margin-top: 5px; color:#28385b; font-family: 'Roboto-Medium' sans-serif;
    
}
.logo{width:150px; height:auto;}
/* icon bar bottom */
.icon-bar2 {
  width: 100%;
  background-color: #da2228;
  overflow: auto; position:fixed; bottom:0; z-index:1200; border-top:#8a0509 solid 1px; }

.icon-bar2 a {
  float: left;
  width: 20%;
  text-align: center;
  padding: 10px 0;
  transition: all 0.3s ease; border-right:#8a0509 solid 1px;
  color: white;
  font-size: 16px;
}

.icon-bar2 a:hover {
  background-color: #2226da;
}

.icon-bar2 a:active {
  background-color: #141111;
}
.tt{font-size:10px; font-family:Arial, Helvetica, sans-serif;}
.fa_custom {
color: #ffffff;
}

/* All delay classes will take 2x longer to start */
:root {
  --animate-delay: 2s;
}

/* This only changes this particular animation duration */
.animate__animated.animate__bounce {
  --animate-duration: 2s;
}

/* This changes all the animations globally */
:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #575757;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #575757;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #575757;
}
 ::-moz-selection { /* Code for Firefox */
  color: #c5c5c5;
  background: #35363a;
}
::selection {
  color: #c5c5c5;
  background: #35363a;
}
.dropdown-submenu:hover .dropdown-menu {
 display: block;
}

.clrb{color:#1d202c;}
.clrg{color: #00cc99;}
.clrp{color:#897cb5;}
.clrbl{color: #0ab0ef;}
.clro{color: #f0ae3a;}
.clrw{color:#FFF;}
.clrr{color: #ee1d26;}
.footerbg{background:#0ab0ef; padding-top: 4rem; padding-bottom: 3rem; width: 100%; height: auto;}
.footerbg h3{color: #ffffff;}
.footerbg h1{color: #ffffff; font-size: 45px;}
.footerbg p{color: #ffffff;}
.footermenu{list-style-image:url(../images/arrow.png);}
.footermenu2{color:#8d919e; text-decoration:none; line-height:35px; font-size:16px; text-transform: uppercase; font-weight: bold; }
.footermenu2:hover{color:#ffffff; text-decoration:none; }
.readmore{color:#ffffff; text-decoration:none;}
.readmore:hover{color:#000000;}
.readmore2{color:#929292; text-decoration:none; font-size: 22px;}
.readmore2:hover{color:#ffffff;}
.readmore3{color:#212121; text-decoration:none;}
.readmore3:hover{color:#000000;}
.readmore4{color:#35363a; text-decoration:none;}
.readmore4:hover{color:#000000;}
.more{color:#000000 !important; font-size: 14px; border-bottom:#f6f6f6 dashed 1px;font-family: Roboto-Regular; font-weight:lighter !important; line-height: 18px !important; padding-bottom: 3px; padding-top: 3px;}
.more:hover{color:#ffffff !important; background: #35363a;}
.more2{color:#ffffff !important; line-height: 18px !important; padding-bottom: 5px; padding-top: 5px;}
.more2:hover{color:#000000; background: #f4d501;}
.navbg2{background:#none; border:none !important; border-radius:0; width:100%;  height: 255px;  overflow-y: scroll;  overflow-x: hidden; padding:2px; display:inline-block; }
.con_txt{width:100%; height:auto; border:#c7dcdf solid 1px; padding:8px; margin-bottom:8px;}
#backToTop{
    position: fixed;
	bottom: 120px;
	right: 10px;
	cursor: pointer;
	display: none;
    color: #fff;
    background: rgba(0,0,0,0.3);
    border: none;
}
@media (max-width: 768px) { 
.logo{width:186px;}
.whyus{background: #fd7231 none; padding-top: 3rem; padding-bottom: 3rem;}
.jumbotron{padding-top: 3rem; padding-bottom: 3rem;}
body{padding-bottom: 70px;}
}