body {
  font-family: 'Nunito Sans', sans-serif;
}
 .sidenav{
   display: none;
 }
.open-search {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  bottom: 0px;
  height: 100%;
}

.open-search .search-target {
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.open-search .search-target form {
  position: relative;
}

.open-search .search-target form input {
  display: block;
  padding-left: 20px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  font-size: 16px;
  height: 60px;
  background: transparent;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

.open-search .search-target form button {
  border: none;
  display: block;
  outline: none;
  border-radius: 0px 5px 5px 0px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  font-size: 17px;
  background: transparent;
  padding: 0px 40px;
}

.search-wrapper01 {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  padding: 10px;

}

.search-wrapper01::after {
  display: block;
  content: "";
  background: #fff;
  height: 45px;
  width: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-wrapper01::before {
  display: block;
  content: "";
  background: #fff;
  height: 45px;
  width: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.search-wrapper01:hover::after,
.search-wrapper01:hover::before {
  background: #fd0100;
}
.top-bar {
  margin-top: 0;
  opacity: 1;
  padding: 3px 0px 2px 0;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #ececec;
}

.top-bar p {
  margin: 0;
  color: #ed3237;
  margin: 0;
  font-size: 16px;
  font-weight: 800;
}

a {
  text-decoration: none;
}

.logo-bar {
  padding: 20px 0;
}

.follow-icon ul {
  margin: 0;
  padding: 0;
}

.follow-icon ul li {
  list-style-type: none;
  display: inline-block;
}

.follow-icon ul li a {
  margin-right: 20px;
  font-size: 20px;
}

.follow-icon ul li a i {
  color: #333;
  opacity: 0.8;
}

.logo {
  width: 142px;
  margin: 0 auto;
}

.header-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-icons ul li {
  list-style-type: none;
}

.header-icons ul li a {
  font-size: 28px;
  position: relative;
  color: #333333;
  padding-left: 20px;
  opacity: 0.8;
}

.menu-bar {
  background-color: #ed3237;
}

.menu-bar ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.menu-bar ul li {
  list-style-type: none;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  margin-right: 40px;
}

.menu-bar ul li a {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bolder;
  font-size: 16px;
  color: #020202;
  position: relative;
  text-transform: uppercase;
}
.menu-bar ul li ul.l2_ul {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99;
  display:none;
}
.menu-bar ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #020202;
  bottom: -5px;
  left: 0;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.menu-bar ul li a:hover:after {
  width: 100%;
}
.menu-bar ul li ul.l2_ul li a:hover:after{
  width: 0;
}
.menu-bar ul li ul.l2_ul li a:hover a{
  color: #ed3237;
}
.mar-top-24 {
  margin-top: 24px;
}

.heading h1 {
  margin: 50px 0px;
  font-weight: 800;
  font-size: 31px;
  color: #333333;
  text-align: center;
  text-align: center;
}

.categorg-main .cate-img {
  overflow: hidden;
}

.categorg-main .cate-img img {
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.categorg-main .cate-img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
}

.inner_prod {
  position: relative;
}

.inner_prod .prod_img {
  overflow: hidden;
}

.inner_prod .prod_img img {
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.inner_prod .prod_name {
  padding: 20px 0px;
}

.inner_prod .prod_name h3 {
  font-size: 17px;
  color: #000;
  margin: 0;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.inner_prod .prod_name:hover h3 {
  color: #ed3237;
}

.inner_prod .nasa-product-grid {
  position: absolute;
  top: 20px;
  right: 20px;
  margin-right: -57px;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
}
.inner_prod:hover .nasa-product-grid{
  margin-right: 0px;
  opacity: 1;
  visibility: visible;
}
.inner_prod .nasa-product-grid ul {
  margin: 0;
  padding: 0;
}

.inner_prod .nasa-product-grid ul li {
  list-style-type: none;
  display: block;
}

.inner_prod .nasa-product-grid ul li i {
  color: #fff;
  background-color: #333333;
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50px;
  text-align: center;
  line-height: 36px;
  margin-bottom: 10px;
  opacity: 0.9;
}
.inner_prod .nasa-product-grid ul li:hover i {
  opacity: 1;
}
.inner_prod:hover .prod_img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.about p {
  font-size: 17px;
  color: #333333;
  line-height: 1.6;
}

.about img {
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shopping {
  padding: 50px 0px;
}

.shopping a {
  color: #333333;
}

.shopping a .inner-ship {
  padding: 20px 38px 20px 38px;
  border-radius: 3px;
  border: 1px solid #ed3237;
  text-align: center;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  position: relative;
}

.shopping a .inner-ship h2 {
  font-size: 115%;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.shopping a .inner-ship p {
  font-size: 100%;
  color: #999;
  line-height: 22px;
  margin: 0;
}

.shopping a .inner-ship i {
  position: absolute;
  top: 16px;
  right: 18px;
  color: red;
  font-size: 25px;
}

.shopping a .inner-ship:hover {
  border: 1px solid #ddd;
}

.shopping a .inner-ship:hover .hvr-buzz-out {
  -webkit-animation-name: hvr-buzz-out;
          animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.news form input {
  border: 1px solid #ddd;
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding-left: 20px;
  outline: none;
}

.news form button {
  background-color: #ed3237;
  border-color: #ed3237;
  color: #FFF;
  width: 150px;
  height: 38px;
  line-height: 38px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  outline: none;
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.footer-icon {
  text-align: center;
}

footer {
  margin: 50px 0px 0px 0px;
  padding-bottom: 30px;
}

.footer-menu {
  text-align: center;
  margin: 10px 0;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
}

.footer-menu ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-menu ul li a {
  font-size: 14px;
  text-transform: capitalize;
  color: #333333;
}

.footer-menu ul li a:hover {
  color: #ed3237;
}

.copy-right {
  text-align: center;
}

.copy-right p {
  font-size: 14px;
  text-transform: capitalize;
  color: #333333;
  margin: 0;
}
/*# sourceMappingURL=layout.css.map */


.mysty{}
.mysty form{}
.mysty input{ 
    width: 100%;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 0 0 14px 0;
    padding: 0 0 0 10px;}
    
.mysty button{}



.pdfhome{ text-align:center;}
.pdfhome h4{ font-size:13px; color:#000000; font-weight:700; text-transform:uppercase; margin:0 0 0 0; padding:15px 0 0 0;}

.videomain{ text-align:center; background:#ed3237; height:352px;}


@media (max-width: 1400px) {
.pdfhome h4{ font-size:11px;}

.menu-bar ul li{ margin-right:18px;}
.menu-bar ul li a{ font-size:15px;}




}

