  .contact-details .bgcolor{
   background:#83202D;
   color:white;
   font-weight:bold;
   font-size:18px;
   padding:10px;
   }
  .location li{
   list-style-type:none;
   /*font-style:bold;*/
   font-weight: 600;
   }
 
  .contact-card{
   height:105px;
   }
   .contact-card a {
   color: black;
   font-weight: 400;
   }
   .location li a i {
   background: #83202D;
   color: white;
   padding: 6px;
   text-align: center;
   height: 25px;
   width: 25px;
   font-size: 12px;
   border-radius: 50%;
   margin-bottom: 6px;
   }
   .location li a{
   font-size: 14px;
   }
   .contact-card li{
   margin-top:10px;
   }
   .contact-card .card-body{
   padding:8px;
   }
   .contact-section .col-md-4{
   padding:4px;
   }
   .contact-social li a{
   background:#83202D!important;
   box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
   }
   .contact-social li{
   margin-left:5px!important;
   }