.h1 h2 h3 h4 h5 h6{
    margin: 0;
    padding: 0;
}
.backg{
    background-color:#000;
    padding: 1px;
     margin: 19px 5px 5px;
    border: 2px solid grey;
    border-radius:14px 0; 
        height: 317px;
}
.head{
     border-bottom: 1px solid wheat;
}
.head a{
      
       color: #ffffff;
    font-family: oswald;
    font-size: 25px ;
    font-weight: bold ;
    line-height: 48px ;
    margin-bottom: 18px;
    margin-top: 0px;
    text-align: left;
    margin-left: 5px;
    text-decoration: none;
}
.catlist{
    list-style: none;
    padding: 0;
    margin: 0;
}
.catlist li{
    padding: 5px 0;
    padding-right: 5px;
     text-align:left;
     margin-left: 10px;
}
.catlist li a{
    text-decoration: none;
    cursor:pointer;
    font-family: oswald;
    color:#ffffff ;
    font-size: 18px;
    transition: 0.5s;

}
.catlist li a:hover{
    text-decoration: none;
    color:#ffcc33;
}
.catlist li a i{
    margin-left: 8px;
}
.head1{
    color: #000;
    font-family: oswald;
    font-size: 25px ;
    font-weight: bold ;
    line-height: 48px ;
    margin-bottom: 18px;
    margin-top: 0px;
    text-align: left;
    margin-left: 5px;
    text-decoration: none;
}
.intro{
    color: #f7931e;
    font-family: oswald;
    font-size: 19px;
    margin: 20px 0 17px;
}
.intro1{
    font-family: pt-sans;
    font-size: 21px;
    margin-bottom: 5px;
}
.head11{
        color: #f7931e;
    font-family: oswald;
    font-size: 25px ;
    font-weight: bold ;
    line-height: 48px ;
    margin-bottom: 18px;
    margin-top: 0px;
    text-align: center;
    margin-left: 5px;
    text-decoration: none;
    border-bottom: 2px dotted #000;
    
}
.prd1{
    float: left;
    text-align: left;
    width: 50%;
   padding:0 0 30px 12px;
}
.prd1 a{
       color: #164381;
  
    font-family: pt-sans;
    font-size:17px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #f7931e;
    
}
.padd{
    padding:20px;
    float: left;
}
.head12{
    color: #000;
    font-family: oswald;
    font-size: 25px ;
    font-weight: bold ;
    line-height: 48px ;
    margin-bottom: 18px;
    margin-top: 0px;
    text-align: center;
    margin-left: 5px;
    text-decoration: none;
     border-bottom: 2px solid gold;
    
}
.img11{
     border-top: 1px solid #f7931e;
    background-image:url('../images/default/banner1212.jpg');
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
height:350px;
border-bottom:2px solid #f7931e; 
}
.topheading{
     color: #fff;
    font-family: oswald;
    font-size: 33px;
    font-weight: bold;
    line-height: 53px;
    margin-left: 24px;
    margin-top: 108px;
    padding: 5px;
    text-align: left;
    text-transform: uppercase;
     
}


