*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
  }
  
  .logo {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-grow: 1;
  }
  
  .logo img {
    width: 40%;
  }
  
  .navbar {
    background-color: #303030;
    min-height: 90px !important;
    margin-top: 2.5rem;
  }
  
  .nav-item {
    padding: 0 1.5rem;
  }
  
  .nav-item a {
    color: #fff !important;
  }
  
  .nav-item i {
    color: rgb(250, 112, 62);
  }
  
  .alert {
    background: rgb(250, 112, 62) !important;
    margin-bottom: 1rem !important;
  }
  
  .row {
    margin: 0 auto;
  }
  
  .navbar-toggler-icon {
    background-image: url(../img/menu-3.png) !important;
  }
  
  .active-a a {
    border-bottom: 2px solid rgb(228, 126, 30);
  }
  
  /*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/
  #topbar {
    background: rgb(220, 109, 12);
    height: 40px;
    padding: 1rem 0;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 996;
  }
  
  #topbar .social-links a i{
    font-size: 1.3rem;
  }

  #topbar.topbar-scrolled {
    top: -40px;
  }
  
  #topbar .contact-info a {
    line-height: 1;
    color: #fff;
    transition: 0.3s;
  }
  
  #topbar .contact-info a:hover {
    color: #1977cc;
  }
  
  #topbar .contact-info i {
    color: #1977cc;
    padding-right: 4px;
    margin-left: 15px;
    line-height: 0;
    font-size: 1.3rem;
  }
  
  #topbar .contact-info i:first-child {
    margin-left: 0;
  }
  
  #topbar .social-links a {
    color: #437099;
    /* color: #f0e0e0; */
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
  }
  
  #topbar .social-links a:hover {
    color: #1977cc;
  }
  
  #topbar .social-links a:first-child {
    border-left: 0;
  }
  
  .contact-info span{
    color: #e9e9e9 !important;
    font-weight: 500;
  }
  .contact-info{
    color: #fff !important;
    font-weight: 500;
  }
/* --------------------------------------Footer------------------- */

.footer {
    margin: 1rem 0 0 0;
    background-color: #303030;
    padding: 3rem 0;
  }
  
  .foot h1 {
    font-size: 1.5rem;
    padding: 1rem 0;
    color: rgb(250, 112, 62);
  }
  
  .foot p {
    color: #fff;
  }
  
  .foot p span {
    color: rgb(250, 112, 62);
    ;
  }
  
  .foot ul li a {
    color: rgb(250, 112, 62);
    font-size: 1.2rem;
  }
  
  .foot img {
    width: 75%;
    padding: 1rem 0;
  }
  
  .sec-foot {
    background-color: #242424;
  }
  
  .sec-foot h5 {
    color: gray;
    padding: 2rem 0;
    font-size: 1rem;
  }
  
  .sec-foot h5 span {
    color: rgb(250, 112, 62);
    ;
  }

  .foot p a{
    color: #8c8c8c !important;
  }
  
  
@media (max-width: 550px) {

   
    .logo img {
      width: 60% !important;
    }
  
    .foot img {
      width: 50%;
      padding: 0 0 1rem 0;
    }
  
  }
  