@media (max-width: 990px) {
  .large {
    display: none;
  }
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  .small nav {
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
      z-index:999 !important;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .small nav .sm-call {
    width: 40px;
    height: 40px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .small nav .sm-call a i {
    font-size: 22px;
    color: #fff;
  }
  .small .logo img {
    max-width: 130px;
    margin: auto;
  }
  .small .menu {
    width: 40px;
    height: 40px;
    background: #3d4852;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    border-radius: 3px;
  }
  .small .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    background: #fff0e9;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
    overflow: auto;
    z-index: 100000000;
  }
  .small .times {
    background: #3d4852;
    padding: 20px 10px;
    text-align: right;
    cursor: pointer;
  }
  .small .times i {
    color: #fff;
    font-size: 22px;
  }
  .small .sidebar > ul {
    margin-top: 30px !important;
  }
  .small .sidebar > ul > li {
    border-bottom: 1px solid #ddd;
  }
  .small .sidebar > ul > li:last-child {
    border-bottom: 0;
  }
  .small .sidebar > ul > li > a {
    padding: 16px 10px;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    width: 100%;
  }
  .small .sidebar > ul > li.link-sm {
    position: relative;
  }
  .small .sidebar > ul > li i {
    position: absolute;
    right: 2rem;
    width: 190px !important;
    height: 30px;

    top: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: end !important;
    font-size: 20px;
    cursor: pointer;
  }
  .small nav .sidebar .sub-menu-sm {
    position: relative;
    top: 10px;
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1.1);
  }
  .small nav .sidebar .sub-menu-sm li a {
    padding: 8px 10px;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 17px;
    text-transform: capitalize;
  }
  .small nav .sidebar .sub-menu-sm li:last-child {
    padding-bottom: 30px !important;
  }
  .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
  }
  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }
  .small.show .sidebar {
    left: 0;
  }
}

@media (max-width: 768px) {
  /* .top-heading {
    text-align: center;
  } */
  .top-heading h2 {
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
  }
  .top-heading p {
    text-align: center !important;
  }
  .top-heading span {
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
  .inner-page {
    padding-top: 180px;
    padding-bottom: 50px;
  }
  .inner-page h1 {
    font-size: 30px !important;
  }
  .inner-page ul {
    flex-direction: column;
  }
  .inner-page ul li {
    font-size: 15px;
  }
  section {
    padding: 40px 0;
  }
  .row-below {
    margin-top: 20px !important;
  }
  .call-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #dda932;
    display: block;
    z-index: 1000000;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  }
  .call-fixed .col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .call-fixed i {
    font-size: 16px;
    color: #fff;
  }
  .call-fixed a {
    font-size: 16px;
    margin-left: 10px;
    color: #fff;
    transition: all 0.3s ease;
      
  }
  .call-fixed a:hover {
    color: #ffff;
  }
  h1 {
    font-size: 40px !important;
  }
  a.btnn {
    width: 100% !important;
    text-align: center;
    font-size: 16px;
  }
  .banner {
    padding: 180px 0px 50px;
    text-align: center;
  }
  .banner h1 {
    font-size: 28px !important;
  }
  .what-we-do-content {
    padding: 40px 20px;
  }
  .working-bg-content {
    padding: 40px 20px;
  }
  .working-bg-content h2 {
    color: #fff !important;
  } 
  .working-bg-content p {
    color: #fff;
  }
  .partners ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .partners ul li {
    margin: 10px 0px;
  }
  .partners ul li a {
    text-align: center;
  }
  .partners ul li a img {
    margin: auto;
  }
  .footer-services {
    margin-left: 0px!important;
  }
  .footer {
    padding: 40px 0 80px;
  }
  .footer {
    text-align: center;
  }
}

@media (max-width: 550px) {
  .banner {
    background: url(../images/banner-sm.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 768px;
  }
  .what-we-do-content {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
      url(../images/what-we-do-bg-SM.jpg) no-repeat;

    padding: 40px 20px;
  }
  .working-bg-content {
    background: url(../images/working-bg-sm.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 770px;
  }
}
@media (max-width: 400px) {
}