@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }

  .trademark-text {
    font-size: 48px;
    position: relative;
    top: -67px;
  }

  .banner_sec .btom_content_banner .content2 p {
    font-size: 15px;
  }

  .banner_sec h1 {
    background: linear-gradient(to bottom, #d19c34 31%, #f2c668 50%, #d19c34 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    font-size: 125px;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #000000;
    margin-left: 9.4%;
    margin-bottom: -298px;
  }

  .banner_sec .content_img img {
    width: 90%;
    margin: 0 auto;
  }

  .contact_page .contact_form {
    background-color: var(--theme-color);
    padding: 50px 15px;
    height: 100%;
    color: #fff;
  }

}

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

  #main_header {
    display: none;
  }

  .small nav {
    padding: 8px 0;
  }

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

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

  .small nav .menu2 {
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--theme-color-second);
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100%;
    background: var(--theme-color);
    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: 11px 10px;
    border-bottom: 1px solid #0000002e;
  }

  .clients-say-sec {
    background-position: 100% 0 !important;
  }

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

  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 16px;
    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;
  }


  p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }

  .small img {
    width: 65px;
  }

  .hd_info {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 8px;
    flex-wrap: wrap;
  }

  a.comon-btn {
    display: inline-block;
    font-size: 15px;
    padding: 14px 0;
    border-radius: 55px;
    text-transform: uppercase;
    width: 210px;
    text-align: center;
    font-weight: 500;
  }

  .banner_sec .content p {
    font-size: 16px;
    line-height: 1.5;
  }

  .banner_sec .btom_content_banner {
    margin-top: -140px;
    position: inherit;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 111;
    margin-top: 35px;
  }

  .banner_sec .btom_content_banner .content3 {
    border-right: 0;
    border-left: 0;
  }

  .banner_sec .btom_content_banner .content2 {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 11px 10px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .banner_sec .btom_content_banner .content2 img {
    width: 34px;
    margin-bottom: 12px;
  }

  .banner_sec .btom_content_banner .content2 h6 {
    font-size: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
  }

  .banner_sec .btom_content_banner .content2 p {
    font-size: 17px;
    line-height: 1.5;
  }

  .banner_sec {
    padding: 140px 0 0;
    position: relative;
    text-align: center;
    background: url(../image/banner-mb.png) no-repeat bottom !important;
    background-size: cover !important;
  }

  .banner_sec .hd_info {
    justify-content: center;
  }

  .banner_sec .content_img {
    margin-top: 40px;
    width: 40%;
    margin: 0 auto;
  }

  .banner_sec h1 {
    background: linear-gradient(to bottom, #d19c34 31%, #f2c668 50%, #d19c34 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    font-size: 46px;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #000000;
    margin-left: 0;
    margin-bottom: 0;
  }

  .banner_sec h1 span {
    width: 0;
    display: none;
  }

  .banner_sec .content {
    margin-top: 10px;
  }

  .home_sec .heading {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .home_sec h2 span {
    color: #fdc519;
    font-size: 36px;
  }

  .home_sec h2 span {
    color: #fdc519;
    font-size: 36px;
  }

  .home_sec {
    padding: 90px 0 30px;
  }

  .home_sec h2 {
    line-height: 1;
  }

  .home_sec3 {
    padding-bottom: 250px;
    background: url(../image/home_sec3_mb.jpg) no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important
  }

  .home_sec3 h3 {
    font-size: 28px;
    font-weight: 400;
  }

  .home_sec3 .left_content p {
    font-size: 17px;
    font-weight: 500;
  }

  .home_sec4 {
    padding-bottom: 230px;
    background: url(../image/home_sec4_mb.jpg) no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important
  }

  .faqs .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    color: #000 !important;
    text-align: left;
    border: 0;
    border-radius: 0;
    font-family: "Poppins", serif;
    overflow-anchor: none;
    padding: 18px 19px;
    background: #ebebeb;
  }

  .contact_sec .heading {
    padding: 50px 20px;
  }

  footer .ft_logo {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  footer .ft_logo img {
    width: 84px;
  }

  footer .ft_menu_content {
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: start !important;
    margin: 15px 0 12px;
  }

  footer .social_info ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer {
    padding-bottom: 210px;
    background: url(../image/ft_mb.jpg) no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    padding-top: 60px;
  }

  section {
    padding: 60px 0px;
  }

  .inner_banner h1 {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 9px;
  }

  .inner_banner {
    background-color: #01667d;
    padding: 150px 0 25px;
    color: var(--theme-color-second);
  }

  .contact_page .contact_details {
    background-color: #fff;
    padding: 20px;
    padding-top: 50px;
  }

  .inner-blog-left-sec .inner-blog-sec1 .share-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #1c1c1c2b;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .main-sec {
    padding-top: 140px;
  }

  .home_sec h2 {
    font-size: 23px;
  }

  .home_sec h2 span {
    color: #fdc519;
    font-size: 17px;
  }

  .home_sec a.comon-btn {
    display: inline-block;
    font-size: 15px;
    padding: 12px 0;
    border-radius: 55px;
    text-transform: uppercase;
    width: 180px;
    text-align: center;
    font-weight: 500;
  }

  .home_sec {
    padding: 127px 0 30px;
  }

  .trademark-text {
    display: inline-block !important;
  }

  .trademark-text {
    font-size: 35px;
    position: relative;
    top: -10px;
  }

  .gallery_sec .heading p {
    margin-bottom: 0;
  }

  .gallery_sec .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 330px;
    object-fit: cover;
  }
}

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

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