@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }
  
  .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: var(--theme-color);
    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);
    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;
  }
 


h1 {
  font-size: 45px;
 
} 
h2 {
  font-size: 35px;
 
} 


p br{
  display: none;
}

header#main_header {
  display: none;
}
section{
  padding: 50px 0;
}

.banner {
  padding: 65px 0;
  text-align: center;
}
.footer .ft-logo {
  width: 235px;
}
	.four_zero_four_bg h1 {
    font-size: 60px;
}
	.banner_page  .btn-success {
    background-color: #00ff99;
    border: none;
    color: #222 !important;
    transition: all 0.3s ease;
    margin: 0 0%;
    text-align: center;
    width: 21rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.banner_page form ::placeholder {
  color: #efefef; /* very light grey */
}
	.banner_page a.btn.btn-success.fw-bold.px-4.py-2.rounded-pill.shadow.mt-4 {
    margin: 0 0%;
    background-color: #00ff99!important;
}
	.banner_page  button.btn-success {
    background-color: #00ff99;
    border: none;
    color: #222 !important;
    transition: all 0.3s ease;
    font-weight: 700!important;
    text-align: center;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}
	.custom-section .custom-section-experience-badge {
    top: initial;
    left: 0;
    right: 0;
    background: #000000;
    color: #fff;
    padding: 0;
    border-radius: 10px;
    text-align: center;
    border-radius: 603px;
    height: 129px;
    width: 129px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border: 5px solid #fff;
    margin: 0 auto;
    bottom: -40px;
}
}
