/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media(max-width:1280px) {}
@media(max-width:1199px) {
  .logo img{
    width:200px;
  }
  .inner-title h2{
    position: relative;
top: 49px;
font-size: 37px;
  }
}

@media(max-width:992px) {
  .logo img{
    width:150px;
  }
  .mobile_toggle {
    display: block;
    position: absolute;
    right: 0;
    color: #fff;
    padding: 0 5px 0px 5px;
    z-index: 99999;
    background: transparent;
  }

  .navbar-toggler {
    display: none;
  }

  .navbar-brand {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
  }

  #offNav {
    font-size: 35px;
    color: #000;
    padding: .5rem;
    line-height: 1;
    cursor: pointer;
  }

  #onNav {
    font-size: 35px;
    color: #000;
    padding: .5rem;
    line-height: 1;
    cursor: pointer;
  }
}

@media(max-width:768px) {
  .container {
    width: auto;
  }
  .header{
    margin: 0;
  }
  .inner-title h2{
    text-align: center;
  }
}
@media(max-width:575px){
  .contact-list ul{
    display: block !important;
  }
  .contact-list ul:last-child{
    display: flex !important;
  }
  .inner-title h2{
    font-size:30px !important;
  }
  .header-default{
    height: 400px;
  }
  .header-spacer{
    height:120px;
  }
  .header-default .elementor-heading-title{
    font-size: 48px;
  }
  .elementor-9 .elementor-element.elementor-element-492f3fb{
    margin-top: -150px !important;
  }
  .logo img{
    margin-bottom: -45px;
  }
}

@media(min-width:991px) {
  .mobile_toggle {
    display: none;
  }
}
@media (min-width: 992px){
  .navbar-expand-lg .navbar-collapse {
      display: flex!important;
      flex-basis: auto;
      height: 165px;
  }
}
