.suq{
    width: 900px;
    padding: 0px;
    font-size: 14px;
    color: #333;
    margin: auto;
    background: url(bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-family: 'Calibri', Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.2;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    background-size: 100% auto;

}
.a{
    background: url(banner1.png), url(banner2.png), url(banner3.png);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: top left, top right, top right;
    height: 177px;
}
.suq_l{
    width: 72%;
    float: left;
}
.suq_r{
    width: 25%;
    float: right;
    text-align: right;
}
ul{
    margin: 0;
    padding: 0 0 13px 15px;
}
strong{
    font-weight: bold;
}
img{
    border: none
}
li {
   
}
a {
    color: inherit;
    text-decoration: none;

}
p{
    margin: 0px 0px 17px
}
.nd{
    padding: 3%;
}

h1{
    font-size: 20px;
    margin: 0 0 14px;
    color: #fff;
    background-color: #005b7b;
    padding: 3px 5px;
    border-bottom: 5px solid #c1272d;
    text-align: center;
    font-weight: bold;

}

h3{
    color:     #B22222;
    font-size: 14px;
    margin: 0px 0px 17px;
}

.bottom{
    background: url(bottom1.png), url(bottom2.png);
    background-repeat: no-repeat, repeat-x;
    background-position: right bottom, right bottom;
    height: 85px;
    padding: 50px 30px 0;
    position: relative;
}
.contact{
    position: absolute;
    bottom: 0px;
    left: 3%;
}
/*---------bootraps------------*/
r{
    display: block;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.img-responsive{
    max-width: 100%;
    display: block;
}
img.img-responsive.img1 {
    margin-bottom: 15px;
}

.suq_r p {
    line-height: 30px;
}

img.mobi{
    display: none;
}