@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 img {
    width: 120px;
  }

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

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

  .small nav .menu-2 {
    width: 40px;
    height: 40px;
    background: var(--theme-color-second);
    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;
    left: -100%;
    width: 260px;
    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 {
    left: 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-size: 14px;
  }

  .small {
    display: block;
  }

 p{
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 25px;
 }
h1 {
    font-size: 50px;
}
  h2 {
    font-size: 45px;

  }

  .hd_info {
    gap: 25px;
  }

  .small .hd_info {
    gap: 10px;
  }

  p br {
    display: none;
  }

  header#main_header {
    display: none;
  }

  section {
    padding: 50px 0;
  }

  .banner_sec h1 br {
    display: none;
  }

  .banner_sec h1 {
    line-height: 1.5;
  }
.banner_sec{
  position: relative;
  padding: 180px 0;
}

.banner_sec::before{
  content: '';
  background-color: #084b2f50;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.banner_sec h1 span {
    color: var(--theme-color-second);
    margin-left: 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000000;
    font-size: 50px;
    padding: 0;
    margin-top: 0;
    background: transparent;
}
.banner_sec {
  padding: 100px 0;
  text-align: center;

}
.banner_sec .container{
  position: relative;
  z-index: 11;
}
  .home_sec_2 .hd_info h4:before {
    content: "";
    display: none;

  }

  .home_sec_2 {
    text-align: center;
  }

  .home_sec_2 .hd_info h4 {
    color: #fff;
  }

  .home_sec_1 .service-box .service-contet {
    position: relative;
    margin-top: 0;
    width: 100%;
  }

  .home_sec_1 .service-box {
    position: relative;
    margin-bottom: 0;
  }

  .home_sec_1 .service-box .service-contet h4 {
    font-size: 38px;
    
  }

.home_sec_3 {
    height: 79vh;
    text-align: center;
}

  .home_sec_5 h2 {
    font-size: 50px;
  }

.home_sec_8 {
    display: flex;
    align-items: self-end;
    height: fit-content;
    text-align: center;
}
  .home_sec_1 .container{
    text-align: center;
    padding-left:  10px;
    padding-right:  10px;

  }
  .home_sec_4 .container {
text-align: center;
    padding-left:  10px;
    padding-right:  10px;
  }

  .footer .head-5 h5 {
    font-size: 29px;
    color: #81bc24;
    margin-bottom: 21px;
}
.footer .contact-list li {
    margin-bottom: 29px;
}
.m-backtotop.active {
    bottom: 100px;
    opacity: 1;
}
.sticky-top-bot {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
.sticky-top-bot a.comon-btn {
  padding: 20px 0;
  font-size: 22px;
}
.home_sec_5 {
    height: 50vh;
    display: flex;
    align-items: end;
    background-position-x: 70%!important;
}
.footer {
  
    padding-bottom: 90px!important;
}
.inner_banner {
    padding: 150px 0;
    text-align: center;
}
section.about_sec_2.bg-light {
    text-align: center;
}
.about_sec_2 .mission-box i {

    height: 70px;
    width: 70px;
   
    margin: 0 auto;
    font-size: 35px;
    margin-bottom: 25px;
}
.about_sec_2 .mission-box  h3 {
    color: #639611;
    font-size: 35px;
}
}

/* =======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px */


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


/* =======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px */



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

/* =======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px */
@media screen and (max-width: 825px) {}

/* =======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px */




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

/* =======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px */

@media screen and (max-width: 567px) {
  .home_sec_7 a.call {
    color: var(--theme-color-second);
    font-size: 31px;
    font-weight: 800;
  }

  .home_sec_4 a.glightbox img {
    height: 170px;
    object-fit: cover;
  }
.footer .contact-list li a {
    display: flex;
    gap: 5px;
    font-size: 22px;
    color: #f4f4f4;
}
}

/* =======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px */

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

/* =======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px */

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

/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

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



















/* =======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px */

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




















/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

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