body{
    font-family: 'Raleway', sans-serif;
}
/**** start header section****/
 
/**** start footer section ****/
#header{
    background-color: #11173c;
    color: #fff;
}
#logo{
    text-align: center;
    margin: 10px 0;
}
#logo img{
    margin: 0 auto;
    width: 200px;
}
#products img {
    border: 2px solid #0d004c;
    background-color: #fff;
    width: 100%;
    height: 142px;
    border-radius: 14px;
}
#products {
    margin: 30px 0;
}
.img-custom {
    display: block;
    margin: auto;
    border-radius: 10px;
}
.copy-right {
    border-top: 2px solid;
    padding: 10px;
    margin-top: 15px;
}
.contacts li a {
    display: inline-block;
}
.contacts {
    margin-top: 35px;
    line-height: 29px;
    font-size: 16px;
}
.contacts i {
    background-color: #fff;
    color: #11173c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 33px;
    text-align: center;
    font-size: 20px;
    padding: 2px;
}
.contacts li{
    margin-bottom: 10px;
}
#footer {
    background-color: #11173c;
    color: #fff;
    padding: 16px 0;
    padding-bottom: 0;
    font-size: 15px; 
}
#footer p{
    margin: 0;
}
#footer a{
    color: #f1a343;
}
/**** end footer section ****/

@media only screen and (max-width: 992px) {
    #products .col-md-2 {
        width: 50%;
        float: left;
        margin-bottom: 10px;
    }
}

 