@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body, h1, h2, h3 ,h4, h5, h6, p{
  font-family: "Montserrat", sans-serif !important;
}
.sticky-scheduler{
  display: none;
  position: fixed;
  bottom: 0 !important;
  width: 100%;
  z-index: 9999;
}
.am-broken-section{
  background-image: url("https://admachines.com/hubfs/line-drawing-cartoon-happy-robot-free-vector%201.png");
}


.sticky_header {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #fff;
}
.header-section.sticky {
    position: fixed;
}
header.header-section {
  bottom: 0;
  height: fit-content;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition:all 0.4s ease;
  background-color: #fff;
  box-shadow: 0 0 26px rgb(0 0 0 / 10%);
}

.header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header.header-section .content-wrapper{
  max-width: 100% !important;
  padding: 0 40px;
}
.nav-menu{
  padding-right: 2rem;
}

.nav-menu a {
  color: #2d2d2d;
  text-transform: uppercase;
  font-weight: 700 !important;
  text-decoration: unset !important;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s ease-in-out;
  font-family: "Montserrat", sans-serif !important;
}
.nav-menu a.menu__link:hover {
  color:#c22126;
  text-decoration:underline;
}
.logo img {
  height: 58px;
  width: 100%;
}

.logo {
  display: inline-block;
  padding: 16px 0;
  margin-right: auto;
}
.logo a{
  display: flex;
  flex-wrap: wrap;
}

.nav-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 59px;
  margin-bottom:0px;
}

.nav-btn .btn {
  padding: 17px 41px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 7px;
}
.header_toggle{
  align-items: center;
  display: none;
  flex-wrap: wrap;
  height: 30px;
  margin-left: 20px;
  width: 30px;
}
.header_toggle i {
  border-radius: 20px;
  border-top: 2px solid #000;
  height: 2px;
  position: relative;
  transition: all .3s ease-in-out;
  width: 30px;
}

.header_toggle i:after, .header_toggle i:before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 6px;
  transition: all .3s ease-in-out;
  width: 30px;
}

.header_toggle i:before{
  top: -10px;
}

.header_toggle.nav_active i {
  border-top: 2px solid transparent;
}
.header_toggle.nav_active i:before {
  top: 0;
  transform: rotate(-45deg);
}
.header_toggle.nav_active i:after {
  top: 0;
  transform: rotate(45deg);
}
@media screen and (max-width:1380px){
.header-section .nav-menu {
    gap: 30px;
}
}
@media screen and (max-width:1280px){
  .header-section .content-wrapper, .header-section .content-wrapper .header-inner{
    height: 100%;
  }
  .header-section .nav-menu a{
    font-size:18px;
  }
  .header-section .nav-btn .btn {
    padding:13px 35px 13px;
  }
  .header-section .nav-menu{
    gap:15px;
  } 
 .header-section  .logo img{
    max-width: 200px !important;
  }
}
@media screen and (max-width:1164px){
  .header-section .logo{
    padding: 20px 0;
  }
  .header-section .nav-menu {
    display: none;
  }
 .header-section  .header_toggle{
    display: flex;
  }
  .header-section .button_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  header.header-section.head_active {
    background: #fff;
  }
 .header-section  ul.nav-menu {
    padding: 16px;
  }

 .header-section  li.menu-list {
    margin-bottom: 10px;
  }
  .header-section li.menu-list:last-child {
    margin-bottom: 0px;
  }
  .header-section .nav-menu {
    display: none;
    position: absolute;
    top: 93px;
    background: #fff;
    width: 100%;
    left: 0;
    height: auto;
  }
}
@media screen and (max-width: 991px){
  .banner h1{
    width: 100% !important;
  }
}
@media screen and (max-width: 768px){
 .header-section  .nav-btn .btn {
    padding: 13px 35px;
    font-size: 16px;
  }
  
}
@media screen and (max-width: 699px){
  .nav-btn{
    display: none;
  }
  .banner h1{
    font-size: 45px !important;
  }
  .sticky-scheduler{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    box-shadow: 0 -1px 18px rgba(0, 0, 0, .25);
  }.sticky-scheduler .btn{
    width: max-content;
    font-size: 16px !important;
    margin: 25px 0;
    border: 0;
  }
}
@media screen and (max-width:550px){
  .header-section .nav-menu{
    top: 75px;
  }
  section.banner{
    margin-top: 5vh !important
  }
  .header-section .nav-btn .btn {
    font-size: 11px;
    padding: 10px 20px;
}
  .header-section .nav-btn .btn {
    padding: 7px 14px;
}
  .header-section .logo img {
    max-width: 135px!important;
}
  .header_toggle {
    margin-left: 15px;
}.banner .laptop-bg-img{
  padding-top: 0px !important;
  }
  .banner .laptop-bg-img img{
    position: relative !important;
  }
}@media screen and (max-width:507px){
  
}

@media screen and (max-width:425px){
  .banner h1{
    font-size: 30px !important;
  }
}

.header-section .nav-menu