*{
    margin: 0;
    padding: 0;

}

body{
      font-family:Arial !important;
      background: url(..//img/bg.jpg)  no-repeat ;
      background-size: 100% 100%;
      font-size: 16px;
      font-weight: bold;
}



.wrap-table{
    padding-top: 25px;
    border-bottom: 10px solid #000;
}


.wrap-table .btn-primary{
    color: #000;
    background-color: transparent;
    border: 0px solid #000;
    font-weight: bold;
        position: relative;
    top: 0px;
    border-radius: 1px;
}

.wrap-table .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border: 0px solid #000;
    transition:1s;
    font-weight: bold;
    border-radius: 1px;


}

a{
    color: #000;
    text-decoration: none;
    font-weight: bold !important;

}

.logo{
    padding: 20px 0px;
    margin: 20px 0px;
}

.col-md-3 , .col-md-4 , .col-md-2{
    margin: 20px 0px !important;
    height: 60px !important;
    /*border-bottom: 2px solid #000;*/
}

.wrap-table .fa{
    border: 2px solid #000;
    border-radius:50%;
    padding:5px 0px 0px 0px;
    width: 30px; 
    height: 30px;
    text-align: center;
}

.wrap-table .fa:hover{
    border: 2px solid #000;
    background: #000;
    transition:0.5s;
    border-radius:50%;
    padding:5px 0px 0px 0px;
    width: 30px; 
    height: 30px;
    color: #fff;
}

@media(max-width: 992px){
.col-md-3 , .col-md-4 , .col-md-2{
    margin: 5px 0px !important;
    height: auto !important;
    border-bottom: 2px solid transparent;
}
.wrap-table .btn-primary {
    color: #000;
    background-color: transparent;
    border: 2px solid #000;
    font-weight: bold;
    position: relative;
    top: -15px;
    border-radius: 1px;
    display: inherit;
    }
	.col-md-2.col-xs-6 {float:none;}
}
.icon{
    padding-top: 10px;
    display: none;
}

.btn1 button{
    background:transparent;
    border: transparent;
}
.border-bottom { border-bottom:2px solid #000000; margin-bottom:20px;}
.col-md-4 h2{ margin-top:0px; margin-bottom:0px; font-size:26px;}
