body

{

    font-family: 'Montserrat', sans-serif;

}

.header {

    width: 100%;

    height: 100px;

    

    position: fixed;

    top: 0;

    left: 0;

    z-index: 99;

    background: transparent;

    -webkit-transition: height 0.3s !important;

    -moz-transition: height 0.3s !important;

    -ms-transition: height 0.3s !important;

    -o-transition: height 0.3s !important;

    transition: height 0.3s !important;
box-shadow: 3px 0px 5px 0px #fff;
}
ul li ul
{
    background: rgba(0, 0, 0, .4);
    display: none;
    padding-left: 0px;
    position: absolute;
    border: 1px solid #ccc;
    list-style-type: none;
    width: 255px;
    
}
ul li ul li
{
    padding-top: 20px;
    padding-left: 10px;
   

}
ul li ul li a:hover
{
    color:#f40a05 !important;
    text-decoration: none;
}
.responsive-menu ul ul
{
   background: #ccc; 
   z-index: 9999;
   margin-bottom: 20px;
}
.navbar-header

{

padding: 15px 0;





}
.headerbg 
{
    background-color: rgba(6, 12, 23, .8);
}
.headerbg ul li ul
{
    background-color: rgba(6, 12, 23, .8);
}
.responsive-header

{

    position: fixed;

    z-index: 10000;

   background: transparent;

    width: 100%;

}

.responsive-header .navbar-header



{

    

    width: 100%;

}

.banner

{

    background-image: url(../images/aboutus-banner.jpg);

    min-height: 201px;

    background-repeat: no-repeat;

    background-attachment: fixed;

    background-position: center center;

    color: #fff;

    background-size: cover;

}

.banner_cnt

{

   margin-top: 130px;

}

@media (min-width: 1024px)

{

   .navbar-nav

    {

        float: right !important;

       margin-right: 1%;



        

    }

    .nav>li>a 

    {

     padding: 13px 10px;

    }
    .nav.navbar-nav li a

{

 color:#fff;   

}


}



/*FROM TAB HORIZONTAL VIEW

*/

@media (min-width: 1024px)

{

    .nav.navbar-nav 

    {

     margin-right: 117px;



    }

    .navbar-logo

    {

           margin-left: 26%;

    }

}



.top_5

{

  margin-top: 5%;   

}

.top_10

{

    margin-top: 10%;

}

.top_20

{

  margin-top: 20%;   

}

.top_18

{

  margin-top: 18%;   

}

.top_15

{

    margin-top: 15%;

}

.top_20

{

   margin-top: 20%;  

}

.bottom_15

{

    margin-bottom: 15%;

}

.nopadding-right

{

    padding-right: 0%;

}

 .responsive-header 

    {

     display: none;

    } 

/*MOBILE MENU*/

@media (max-width: 1024px)

{

    .header

    {

        display:none;

    }

}

@media (max-width: 1024px)

{

  .responsive-header 

    {

     display: block;
box-shadow: 3px 0px 5px 0px #fff;
padding-left: 5%;
padding-right: 5%;
    } 

    .menu-button {

    float: right;

    width: 40px;

    height: 40px;

    text-align: center;

    line-height: 40px;

    }

    .fa.fa-bars

    {

         font-size: 155%;
         color:#f40a05;

    }

    .responsive-menu {

    position: fixed;

    left: -100%;

    top: 0;

    width: 100%;

    height: 100%;

    opacity: 0;

    background: #FFF;

    overflow: auto;

    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);

    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);

    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);

    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);

    -webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);

    -moz-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);

    -o-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);

    transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);

}

.responsive-menu.slidein {

    left: 0;

    opacity: 1;

    z-index: 10;

}

.close-menu {

    float: right;

    

    width: 40px;

    height: 40px;

    text-align: center;

    line-height: 36px;

    margin: 30px;

}

.responsive-menu ul {

    float: left;

    width: 100%;

    padding: 0 30px;

    margin: 0;

}

.responsive-menu ul li {

    float: left;

    width: 100%;

    font-size: 13px;

  

   

    text-transform: uppercase;

    letter-spacing: 1px;

    font-weight: 900;

    margin: 0;

    line-height: unset;

}

.fa.fa-remove

{

    font-size: 155%;
         color:#f40a05;

}

.navbar-logo img

    {

          width: 35%;

    }
    .nav.navbar-nav li a

{

 color:#f40a05;   

}


}

.prod-right:hover
{
    color:#5bbb64;
}
.prod_left:hover
{
   color:#5bbb64;  
}
.pt20
{
    padding-top: 20px;
}
.nav>li>a:focus, .nav>li>a:hover
{
    color: #ed1c24 !important;
    text-decoration: none;
    background-color: transparent; 
}
