.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1140px;
}

@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  #main_header {
    display: none;
  }

  .small nav {
    padding: 15px 0;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
  }

.small nav .sidebar {
	position: fixed;
	top: 0;
	right: -100%;
	width: 70%;
	height: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transition: all 0.4s ease-in-out;
	z-index: 1000;
}

  .small.show .sidebar {
    right: 0;
  }

  .small nav .sidebar>ul {
    margin-top: 120px !important;
  }

  .small nav .sidebar>ul>li {
    padding: 10px;

  }

  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }

  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }

  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }

  .small {
    display: block;
  }

  .small img {
    width: 120px;
  }

}

@media screen and (max-width: 767px) {
  .banner_sec h1 span {
    font-family: var(--span-font);
    font-size: 82px;
    margin-left: 0px;
    color: var(--theme-color-second);
  }

  .banner_sec h1 {
    margin-bottom: 0;
    margin-left: 0;
    line-height: 1;
    color: #e1faf9;
  }

  h1 {
    font-size: 58px;
  }

  .banner_sec p br {
    display: none;
  }

  .banner_sec {
    padding: 120px 0 200px;
    text-align: center;
    background: url(../image/banner_sec_mb.png ) no-repeat bottom/ cover !important;
  }

  section {
    padding: 60px 0px;
  }

  h2 {
    font-size: 44px;
    line-height: 1;
  }

  .home_sec2 .heading ul li {
    display: flex;
    align-items: start;
    gap: 12px;
    flex-wrap: wrap;
  }

  .home_sec2 .heading ul li img {
    width: 65px;
  }

  .home_sec2 .btom_content {
    flex-wrap: wrap;
    gap: 10px;
  }

  .home_sec2 .btom_content p br {
    display: none;
  }

  .home_sec3 p {
    padding-left: 0;
  }

  .home_sec3 .heading {
    text-align: center !important;
  }

  .about-us .heading {
    text-align: center !important;
  }

  .about-us {
    background: #fff;
    padding-bottom: 220px;
    background: url(../image/home_sec1_mb.png ) no-repeat bottom/ cover !important;
  }

  .our-services .btom_content {
    flex-wrap: wrap;
    text-align: center;
  }

  .home_sec1 h2 span {
    margin-bottom: -10px !important;
    margin-left: 0;
    line-height: 1;
    color: #e1faf9;
  }

  .home_sec2 {
    padding-bottom: 175px;
    background: url(../image/home_sec2_mb.png) no-repeat bottom / cover !important;
  }

  .home_sec3 {
    padding-bottom: 175px;
    background: url(../image/home_sec3_mb.png) no-repeat bottom / cover !important;
  }

  .area_sec .btom_content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .area_sec {
    text-align: center;
  }

  .area_sec h2 span {
    margin-bottom: -10px !important;
    margin-left: 0;
    line-height: 1;
    color: #e1faf9;
  }

  footer {
    padding: 60px 0 40px;
  }

  footer .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 17px 30px;
    margin-bottom: 25px;
    justify-content: center;
  }

  footer .contact-info {
    margin-bottom: 25px;
    text-align: center !important;
  }

  footer .services-boxes {
    display: grid;
    gap: 15px;
    margin-bottom: 25px;
    grid-template-columns: 1fr 1fr;
  }

  footer .footer-text {
    color: #ccc;
    padding-left: 0;
    text-align: center;
  }

  footer .copyright {
    color: #888;
    text-align: center;
  }

  .inner_banner h1 {
    margin-bottom: 0;
    font-size: 42px;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 567px) {
  h2 {
    font-size: 38px;
    line-height: 1;
  }

  .home_sec3 br {
    display: none;
  }

  .contact-section h2 {
    font-size: 44px;
    line-height: 1;
  }

  .contact-section .contact-right {
    flex: 1;
    min-width: 320px;
    background: #e30613;
    padding: 45px 20px;
    border-radius: 15px;
  }

  .inner_banner h1 {
    margin-bottom: 0;
    font-size: 42px;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 320px) {}