@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: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    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;
  }

  p br {
    display: none;
  }

  .small .logo img {
    width: 85px;
  }

  h3 {
    font-size: 27px;
  }

  h1 {
    font-size: 46px;
    font-weight: 700;
  }
  .banner_section h6 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #e86815;
    margin-bottom: -4px;
  }
  .banner_section h6 span {
    font-family: "my_font";
    color: #000;
    text-transform: capitalize;
    font-size: 32px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    top: -8px;
    left: 3px;
  }

  .banner_section h1 {
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 3px;
  }
  h2 br{
    display: none;
  }

  .home_sec1 h2 {
    font-weight: 500;
    font-size: 28px;
    color: #e85a17;
  }
  .hd_info {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 8px;
    flex-wrap: wrap;
  }

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

  .banner_section {
    padding: 120px 0 200px;
    text-align: center;
/*     background: url(../image/banner-md.png ) bottom no-repeat !important; */
    background-size: cover !important;
  }
  section {
    padding: 60px 0px;
  }
	footer .content-ft .sing-up-sec form {
		width: 511px;
	}
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
    font-weight: 500;
  }
 
  .home_sec1 .btom_content ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .home_sec1 {
    text-align: center;
  }
  .home_sec2 .heading {
    text-align: center;
  }
  .home_sec2 .heading .hd_info {
    justify-content: center;
  }
  .home_sec4 .left_content {
    background: #000;
    padding: 35px 17px;
    border-radius: 10px;
  }
  .home_sec4 .btom_content {
    text-align: start !important;
  }
  .home_sec4  .hd_info {
    justify-content: start !important;
  }
  .home_sec6 .heading .call_btn {
    background-color: #f7b105;
    background-image: linear-gradient(180deg, #f7b105, #e95a16);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-size: 26px;
    font-weight: 600;
  }
  .home_sec6 h6 {
    margin-bottom: 0px !important;
  }
  .call_icon {
    width: 85px;
    height: 85px !important;
    background: #e95b16;
    display: flex;
    align-items: center;
    border-radius: 60px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.3;
    justify-content: center;
    font-weight: 500;
    margin-top: 40px !important;
    margin: 0 auto;
  }
  .home_sec6 {
    padding-bottom: 60px;
  }
  .faq-contact .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 19px 20px;
    font-size: 16px;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: #fceae1;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    font-family: "Urbanist", sans-serif;
  }
  footer .ft_top_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .content-ft .sing-up-sec form {
    background: #fff;
    width: 100% !important
    ;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 4px 14px;
  }
  footer .content-ft .sing-up-sec form input {
    padding: 26px 0;
    height: 43px;
    width: 250px;
    background: initial;
    color: #000000;
    outline: none;
    border: none;
  }
  footer .logo_ft a img {
    width: 115px;
    margin-bottom: 25px;
  }
  .ft_border {
    margin: 32px 0px 35px !important;
    background: #fff;
    width: 100%;
    height: 1px;
  }
  footer .row-below {
    margin-top: -15px;
  }
  footer .ft_content1 .btom_content {
    margin-top: 35px;
  }
  footer .rigth_content_ft {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }
  footer .ft_links li {
    margin-bottom: 12px;
    display: inline-block;
    padding-right: 15px;
  }
  .ft_border2 {
    margin: 20px 0px 20px !important;
    background: #fff;
    width: 100%;
    height: 1px;
  }
  footer .copy_txt {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  footer {
    background-color: #1b1b24;
    padding: 70px 0 60px;
    color: #fff;
  }
  footer .list-unstyled.ft_adress li {
    display: flex;
    align-items: start;
    gap: 14px;
    margin-bottom: 12px;
  }
  #contact .con-form .form-info {
    box-shadow: 1px 2px 35px 7px rgba(0, 0, 0, 0.11);
    padding: 30px 20px;
    border-radius: 6px;
  }
  #inner-banner h1 {
    font-size: 42px;
    /* font-weight: 500; */
    line-height: 45px;
    margin-bottom: 8px;
  }
  #inner-banner {
    background: #e85a17;
    padding: 135px 0 35px;
    color: #fff;
  }
  .services_sec .content .btom_content h5 {
    margin-bottom: 5px;
    margin-top: 21px;
    font-size: 22px;
    min-height: 100%;
  }
  .about_page_sec1 .box {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .about_page_sec1 .icon-box {
    padding: 27px 0;
    text-align: center;
    box-shadow: 0px 0px 10px 1px #c3c3c3;
    border-radius: 10px;
    width: 46%;
  }
  .about_page_sec1 img.img-fluid {
    width: 70px;
    margin-bottom: 10px !important;
    margin: 0 auto;
  }
	input#esfpx_email_58f9dfba42557 {
		width: 90%;
	}
}

@media screen and (max-width: 567px) {
	.gjs-cell img {
    width: auto !important;
    height: auto;
}
}

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