/*.navbar{
  background-color: rgba(0,0,0,0.7);
}*/

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 30px;
    background-color: green;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.float:hover{
  color: white;
}
.float2:hover{
  color: white;
}
.float2 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    right: 30px;
    background-color:green;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 13px;
}




.logo a{
  text-decoration: none;
  color: red;
  font-size: 30px;
}
.logo a:hover{
 text-decoration: none;
 color: red;
  }
.carousel-item  img{
  height: 500px;
}
.nav-item a {
  text-decoration: none;
  color: white;
  font-size: 20px;
}
.nav-item a i{

}


.active{
  background-color: black;
}

.navbar-toggler{
  display: none;
}

/*
.link:hover{
    color: orange;
    font-weight: 600;
    animation: load 1s infinite 0s ease-in-out alternate;
    text-decoration: none;
}
@keyframes load{
    0%{
        opacity: 0.08;
        letter-spacing: 3px;
    }
    100%{
        opacity: 1;
        filter: blur(0);
    }
}*/
.topbar{
  padding: 20px;
  z-index: 1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.hide2{
  display:none;
  padding:10px;
  width: 200px;
}
.mona{
  float: right;font-size: 15px;margin-top: 10px;
}
.mona a{
  color: red; 
  font-weight: bold;
  text-decoration: none;
}
.mona a:hover{
  text-decoration: none;
  }
a{text-align:center}
.collapse:not(.show) {

    display: block !important;

}
ol{margin:0;padding:0;list-style-type:none}

.menu{
  width:100%;
  padding:0 16px;
  display: block;
  position:relative
  }

.menu > ol:first-child{
  width:100%;
  display:flex;
  position:relative;
  flex-flow:row wrap;
  justify-content:center
  }

.menu-item{
  width:180px;
  position:relative;
  perspective:100%;
  cursor:pointer
  }

.menu-item a{
  width:100%;
  padding:16px 0;
  display:block;
  position:relative;
  color:#fff;
  border-radius:4px;
  transition:all .5s ease;
  transform-style:preserve-3d
  }

.menu-item a:before{
  width:100%;
  padding:16px 0;
  display:block;
  position:absolute;
  color:#000;
  border-radius:4px
  }

.menu > ol:first-child > .menu-item{display:block}

.menu > ol:first-child > .menu-item > a
  {background:#000;box-shadow:0 8px 6px -6px #595959}

.menu > ol:first-child > .menu-item:nth-of-type(2) > a,
.menu > ol:first-child > .menu-item:nth-of-type(4) > a
  {border-left:1px solid #fff;border-right:1px solid #fff}

.menu > ol:first-child > .menu-item > a:before
  {background:#ea252d;bottom:90%;transform:rotateX(-90deg) translate3d(0,0,75px)}

.menu > ol:first-child > .menu-item:nth-of-type(1) > a:before{content:"Home"}
.menu > ol:first-child > .menu-item:nth-of-type(2) > a:before{content:"About Us"}
.menu > ol:first-child > .menu-item:nth-of-type(3) > a:before{content:"Products"}
.menu > ol:first-child > .menu-item:nth-of-type(4) > a:before{content:"Contact Us"}

.menu > ol:first-child > .menu-item:nth-of-type(3) > a:after
{
  content:"\0025BE";
  width:100%;
  padding:30px 0 0 0;
  top:0;
  display:block;
  position:absolute;
  color:#fff;
  font-size:20px;
  text-align:center
  }

.menu > ol:first-child > .menu-item:hover > a{transform:rotateX(90deg)}

.menu > ol:first-child > .menu-item:nth-of-type(3):hover > a:after,
.menu > ol:first-child > .menu-item:nth-of-type(4):hover > a:after
  {content:"\0025B4";color:#000;transform:rotateX(-90deg) translate3d(0,0,75px)}

.sub-menu{
  width:100%;
  top:51px;
  display:none;
  position:absolute;
  z-index:99;
  border-top:1px solid #fff
  }
.dropdown-submenu{
  position: relative;
}
.dropdown-menu li a:hover{
 color: white;
 text-decoration: none;
}
.dropdown-submenu .dropdown-menu{
  top: 0;
  left: 100%;
}
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
.sub-menu > .menu-item:nth-of-type(1){animation:fadein-down .5s .2s ease both}
.sub-menu > .menu-item:nth-of-type(2){animation:fadein-down .7s .2s ease both}
.sub-menu > .menu-item:nth-of-type(3){animation:fadein-down .9s .2s ease both}

@keyframes fadein-down{
  from{display:none;opacity:0;transform:translateY(-10px)}
  to{display:block;opacity:1;transform:translateY(0)}
  }

.sub-menu > .menu-item > a{background:#000;text-decoration: none;
    color: white;}

.sub-menu > .menu-item:nth-of-type(2) > a
  {border-top:1px solid #fff;border-bottom:1px solid #fff}

.sub-menu > .menu-item > a:before
  {background:#ea252d;top:0}

/*.menu > ol:first-child > .menu-item:nth-of-type(3) > .sub-menu > .menu-item > a:before{transform:rotateY(-90deg) translate3d(0,0,75px)}*/
/*.menu > ol:first-child > .menu-item:nth-of-type(3) > .sub-menu > .menu-item:nth-of-type(1) > a:before{content:"Ms Rollers"}*/
/*.menu > ol:first-child > .menu-item:nth-of-type(3) > .sub-menu > .menu-item:nth-of-type(2) > a:before{content:"MS Base Shell for Rotogravure Cylinder"}*/
/*.menu > ol:first-child > .menu-item:nth-of-type(3) > .sub-menu > .menu-item:nth-of-type(3) > a:before{content:"MS Base shell"}*/
/*.menu > ol:first-child > .menu-item:nth-of-type(3) > .sub-menu > .menu-item:nth-of-type(4) > a:before{content:"MS Roller"}*/
/*.menu > ol:first-child > .menu-item:nth-of-type(3) > .sub-menu > .menu-item:nth-of-type(5) > a:before{content:"MS Roll for printing cylinder"}*/
/*.menu > ol:first-child > .menu-item:nth-of-type(3) > .sub-menu > .menu-item:hover > a{transform:rotateY(90deg)}*/
.dropdown-menu{
  background-color: transparent !important;
}

.dropdown-menu li{
  border-bottom: 1px solid white;
  background-color: black;
  transition: 0.6s ease-in-out;
}
.dropdown-menu li:hover{
background-color: #ea252d;
transform:rotateY(40deg);

}
/*.menu-item > ol:first-child > .menu-item:nth-of-type(2) > .dropdown-submenu > .dropdown-menu > a:before{transform:rotateY(90deg) translate3d(0,0,75px)}
.menu-item > ol:first-child > .menu-item:nth-of-type(2) > .dropdown-submenu > .dropdown-menu:nth-of-type(1) > a:before{content:"Ms Rollers"}
.menu-item > ol:first-child > .menu-item:nth-of-type(2) > .dropdown-submenu > .dropdown-menu:hover > a{transform:rotateY(-90deg)}
*/
/*.menu > ol:first-child > .menu-item:nth-of-type(4) > .sub-menu > .menu-item > a:before{transform:rotateY(90deg) translate3d(0,0,75px)}
.menu > ol:first-child > .menu-item:nth-of-type(4) > .sub-menu > .menu-item:nth-of-type(1) > a:before{content:"Shishkabobs"}
.menu > ol:first-child > .menu-item:nth-of-type(4) > .sub-menu > .menu-item:nth-of-type(2) > a:before{content:"BBQ kabobs"}
.menu > ol:first-child > .menu-item:nth-of-type(4) > .sub-menu > .menu-item:nth-of-type(3) > a:before{content:"Summer kabobs"}
.menu > ol:first-child > .menu-item:nth-of-type(4) > .sub-menu > .menu-item:hover > a{transform:rotateY(-90deg)}
*/
.menu > ol:first-child > .menu-item:hover > .sub-menu{display:block}

@media screen and (min-width:321px) and (max-width:799px){
  .menu{width:320px;margin:auto}
  }

@media (max-width:799px){
  .menu > ol:first-child > .menu-item{width:100%}
  .menu > ol:first-child > .menu-item > a{box-shadow:none}
  
  .menu > ol:first-child > .menu-item:nth-of-type(2) > a,
  .menu > ol:first-child > .menu-item:nth-of-type(4) > a
    {border:1px solid #fff;border-left:none;border-right:none}
  
  .sub-menu > .menu-item{margin:auto}
  }


/* cards style*/

/*.fadeInLeft{
  
  border: 1px solid gray;
}
.fadeInRight
{
 
  border: 1px solid gray;
}*/
.hovereffect{
  border: 1px solid gray;
}
.hovereffect1{
  height: auto !important;
}
.fadeInLeft:hover
{
  box-shadow: 0 15px 20px 0 rgba(0,0,0,0.2);

}
.fadeInLeft1:hover {

    box-shadow:none !important;
}
.fadeInRight:hover{
   box-shadow: 0 15px 20px 0 rgba(0,0,0,0.2);
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*footer*/

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    padding-top: 100px;
    background-size: cover;
    background-repeat: no-repeat;


}
#footer h5{
      padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
      padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
      font-size:25px;
      -webkit-transition: .5s all ease;
      -moz-transition: .5s all ease;
      transition: .5s all ease;
}
#footer ul li a i{
      color: orange;
}
#footer ul.social li:hover a i {
      font-size:30px;
      margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
      color:#ffffff;
}
#footer ul.social li a:hover{
      color:#eeeeee;
}
#footer ul.quick-links li{
      padding: 3px 0;
      -webkit-transition: .5s all ease;
      -moz-transition: .5s all ease;
      transition: .5s all ease;
}
#footer ul.quick-links li:hover{
      padding: 3px 0;
      margin-left:5px;
      font-weight:700;
}
#footer ul.quick-links li a i{
      margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

/*@media (max-width:767px){
      #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}*/
@media only screen and (max-width: 768px) {
  .backcolor{
    height:auto !important;
  }
  .aboutus{
    height: auto !important;
  }
  .our-customer{
    height: auto !important;
  }
  .container1{
    height: auto !important;

  }
  #footer{
   height: auto;
  }
  .hovereffect{
    margin-top: 20px;
  }
  .carousel-inner{
    height: 220px;
  }
  .navbar-toggler{
    display: block;
  }
  .collapse:not(.show) {

    display: none !important;
}
.topbar{
  display: none;
}
.hide2{
  display: block;
}
.sub-menu{
  margin-left: -79px;
}
.titlehome h1{
  font-size: 35px;
}
.fadeInLeft:hover
{
  box-shadow:none;

}
.fadeInRight:hover{
   box-shadow:none;
}
.fadeInLeft{
  margin-bottom: 30px;
}
.fadeInRight{
  margin-bottom: 30px;
}
.carousel-item  img{
  height: 220px;
}
}
/*about us*/
.backcolor{
      background-color: rgba(0,0,0,0.6);
      color: white;
      height: 465px;


}
.aboutus{
      background-size: cover;
      background-repeat: no-repeat;
      height: 465px; 
      background-attachment: fixed;

}

.aboutus h4{
    font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1em;
    text-align: center;
}
a:hover{
    text-decoration:none;
    color:black;
}
.button {
  border-radius: 4px;
  background-color: #ea252d;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 5px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}



/*start section our-customer*/
.our-customer {
      height: 680px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.container1{
      background-color: rgba(0,0,0,0.7);
      height: 680px;
}
.container1 h2{
       font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1em;
    text-align: center;
}
/*end section our-customer*/




   .titlehome:before {
    border-top: 2px solid #ea252d;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 3%;
    left: 0;
    right: -105px;
    bottom: 0;
    width: 120px;
    
}

 .titlehome:after {
border-top: 2px solid #ea252d;
content: "";
margin: 0 auto;
position: absolute;
top: 90%;
left: -105px;
right: 0;
bottom: 0;
width: 120px;
    
}


/******* Demo 1 *********/
.modal.modal-wide{
  overflow: hidden;
}

.modal-wide .modal-body {
  overflow-y: auto;
}

@-webkit-keyframes custome-animate {
  0% {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform:  perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
    -moz-transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
    -ms-transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
    transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
    opacity: 0;
  }
    68% {
    -webkit-transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
    -moz-transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
    -ms-transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
    transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
    opacity: 0.8;                
    }
  100% {
    -webkit-transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
    -moz-transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
    -ms-transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
    transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
    opacity: 1;
  }
}
@keyframes custome-animate {
  0% {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
    -moz-transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
    -ms-transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
    transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
    opacity: 0;
  }
  68% {
    -webkit-transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
    -moz-transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
    -ms-transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
    transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
    opacity: 0.8;                
    }
    100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg) translateZ(0px);
    -moz-transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
    -ms-transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
    transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
    opacity: 1;
  }
}
.custome-animate {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  -webkit-animation-name: custome-animate;
  animation-name: custome-animate;
}



/********Demo 2*******/

.opacity-animate{
    animation:opt-animation 1s;
     -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

  
}
img{
  width:100%;
}




@-webkit-keyframes opt-animation {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opt-animation {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opt-animation {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opt-animation {
  0%   { opacity: 0;}
  100% { opacity: 1;}
}

/***** Demo 3 *********/
.opacity-animate3{
    animation:opt-animation3 1s ;
  -moz-animation-fill-mode: forwards
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes opt-animation3 {
  0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}
@-moz-keyframes opt-animation3 {
   0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}
@-o-keyframes opt-animation3{
  0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}
@keyframes opt-animation3 {
  0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}

/* .hide-opacity{
   animation:scaleme 1s;
}

@-webkit-keyframes scaleme {
  0% { -webkit-transform: scale(1); opacity: 1; }
  100% { -webkit-transform: scale(0); opacity: 0;display:none;}
}   
 */



/* .demo4
 &.fade {
  .modal-dialog {
   .translate(0, 0);
  }
 }
}
/* or */
/* .demo4.fade .modal-dialog {
 .translate(0, 0);
}
 */ 
.opacity-animate4{
    animation:opt-animation4 1s;
  animation-fill-mode: forwards
}


@keyframes opt-animation4 {
  0% {
    transform: scale(0) rotate(360deg);
  }
  60% {
    transform: scale(0.8) rotate(-10deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.imgheight{
  height: 260px;
}
.imgheight img{
  height: 100%;
}

.footter1 .col-md-4 div{
 box-shadow: 0 15px 20px 0 rgba(0,0,0,0.2);
color: #ea252d;
padding: 15px;
}
