@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #bd5d38;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #bd5d38;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  text-align: left;
  background-color: #fff;
}
.logo{
  height: 150px;
  width: 600px;
}
.col-sm-9{
  text-align: center;
}
.col-sm-3{
  margin-top:10px;
  text-align: center;
}

.contact{
  text-align: center;
}

@media (min-width: 280px){
  .logo{
    height: 80px;
    width: 260px;
  }
  .col-sm-9{
    text-align: center;
  }
  .col-sm-3{
    margin-top:3px;
    text-align: center;
  }
  .para{
    margin: 10px;
    font-size: 1.1rem;
  }
}
@media (min-width: 360px){
  .logo{
    height: 100px;
    width: 300px;
  }
  .col-sm-9{
    text-align: center;
  }
  .col-sm-3{
    margin-top:3px;
    text-align: center;
  }
}
@media (min-width: 411px) {
  .logo{
    height: 100px;
    width: 300px;
  }
  .col-sm-9{
    text-align: center;
  }
  .col-sm-3{
    margin-top:5px;
    text-align: center;
    font-size: 1.25rem;
  }
  .fa-ul{
    
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .logo{
    height: 125px;
    width: 475px;
  }
}
@media (min-width: 992px) {
  .logo{
    height: 100px;
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .logo{
    height: 150px;
    width: 600px;
  }
}