   * {
      margin: 0px;
      padding: 0px;
      outline: 0;
   }

   html {
      height: 100%;
   }

   body {
      -webkit-user-select: none;
      -khtml-user-select: none;
      /* Chrome, Safari */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      -o-user-select: none;
      /* Edge */
      user-select: none;
      /* Standard */
   }

   .img_br_rd_5 {
      border-radius: 5px;
   }

   .img_br_rd_10 {
      border-radius: 10px;
   }

   .btn-outline-white {
      color: #fff;
      border: 1.5px solid #666988;
      /* border-color: #fff; */
   }

   .btn-outline-white:hover {
      color: #fff;
      border: 1.5px solid #666988;
   }
   

/* Platform */
header ul.navbar-nav .nav-item .nav-link {
  /* width: 64px; */
  height: 26px;

  /* font-family: 'Inter';
  font-style: normal; */
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 162% */
  display: flex;
  align-items: center;
  letter-spacing: -0.0001em;
  color: rgba(255, 255, 255, 0.8);
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
   header ul.navbar-nav .nav-item .nav-link:hover, header ul.navbar-nav .nav-item .nav-link.active {
 font-size: 18px;
  /*font-weight: 600;*/
  color: #088cd2;
}
   
/* START - header css  */
header ul.navbar-nav .nav-item .nav-link {
  /* width: 64px; */
  height: 26px;

  /* font-family: 'Inter';
  font-style: normal; */
  font-weight: 200;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 162% */
  display: flex;
  align-items: center;
  letter-spacing: -0.0001em;
  color: rgba(255, 255, 255, 0.8);
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

header ul.navbar-nav {
  margin: 0 auto;
  display: flex;
  /*flex-direction: row;*/
  align-items: center;
}

header ul.navbar-nav .nav-item {
  margin: 0 0 0 27px;
}

header ul.navbar-nav .nav-item:first-child {
  margin-left: 0;
}



@media (max-width: 991px) {
  /* Side Menu - Slides in from right */
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    max-width: 85vw;
    height: 100vh;
    background: linear-gradient(180deg, #0a101f 0%, #1c2644 50%, #111b32 100%);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 60px 30px 30px;
    z-index: 9999;
    transition: right 0.3s ease-in-out;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
  }
  
  .navbar-collapse.collapse:not(.show) {
    display: flex !important;
    right: -100%;
  }
  
  .navbar-collapse.collapse.show {
    display: flex !important;
    right: 0;
  }
  
  .navbar-collapse.collapsing {
    display: flex !important;
    right: -100%;
    transition: right 0.3s ease-in-out;
  }
  
  /* Overlay backdrop */
  .menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  
  .menu-backdrop.show {
    opacity: 1;
    visibility: visible;
  }
  
  header ul.navbar-nav .nav-item {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    border-bottom: none;
    opacity: 0;
    transform: translateX(20px);
    animation: slideInMenuItem 0.4s ease-out forwards;
  }
  
  header ul.navbar-nav .nav-item:last-child {
    margin-bottom: 0;
  }
  
  header ul.navbar-nav .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  
  header ul.navbar-nav .nav-item:nth-child(2) {
    animation-delay: 0.2s;
  }
  
  header ul.navbar-nav .nav-item:nth-child(3) {
    animation-delay: 0.3s;
  }
  
  header ul.navbar-nav .nav-item:nth-child(4) {
    animation-delay: 0.4s;
  }
  
  header ul.navbar-nav .nav-item:nth-child(5) {
    animation-delay: 0.5s;
  }
  
  header ul.navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  
  @keyframes slideInMenuItem {
    from {
      opacity: 0;
      transform: translateX(20px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  .navbar-nav {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  
  .navbar-nav .nav-link {
    width: 100%;
    padding: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    line-height: 1.5;
  }
  
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    color: #fff;
  }
  
  .rightNav {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    opacity: 0;
    transform: translateX(20px);
    animation: slideInMenuItem 0.4s ease-out forwards;
    animation-delay: 0.6s;
  }
  
  .rightNav .cta_req_btn {
    width: 100%;
    padding: 12px 20px;
  }
  
  /* Reset animations when menu closes */
  .navbar-collapse.collapse:not(.show) .nav-item,
  .navbar-collapse.collapse:not(.show) .rightNav {
    opacity: 0;
    transform: translateX(20px);
    animation: none;
  }
  
  .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 4px 8px;
    z-index: 10000;
    position: relative;
  }
  
  /* Prevent body scroll when menu is open */
  body.menu-open {
    overflow: hidden;
  }
}

.img_30{
    height: 30px;
    width: 30px;
}

.wd_100per {
width: 100%;
}


 .footer_last_div {
   height: 94px;
   angle: 0 deg;
   opacity: 1;
   /* background: #151C2E; */
   background-image: url("../img/home/bg_home_footer.png");
   height: 100%;
   color: white;
 }
   .footer_getin_btn {
     /* height: 62px; */
     opacity: 1;
     border-radius: 4px;
     padding-top: 10px;
     padding-right: 25px;
     padding-bottom: 10px;
     padding-left: 25px;
     gap: 8px;
     border-top-width: 2px;
     color: white;
      
     background: linear-gradient(180deg, #145FD2 0%, #0548B3 100%);
  border: none;
     font-size: 16px;
     cursor: pointer;
   }

   .img_20 {
     height: 20px;
     width: 20px;
   }

    .footer_hr {
        border: 1px solid #098fd6;
        opacity: 1;
    }


.footer_last_div a {
    text-decoration: none;
    color: white;
}

.cta_footer_req_live_btn {
    /* width: 457px; */
    /* height: 62px; */
    /* angle: 0 deg; */
    opacity: 1;
    border-radius: 4px;
    /* padding-top: 12px;
    padding-right: 90px;
    padding-bottom: 12px;
    padding-left: 90px; */
    /*padding-right: 30px;*/
    /*padding-left: 30px;*/
    
    padding-top: 10px;
  padding-right: 70px;
  padding-bottom: 10px;
  padding-left: 70px;
  
    gap: 8px;
    border-top-width: 2px;
    color: white;
    background: linear-gradient(180deg, #4370CB 0%, #0548B3 100%);
    border: none;
    font-size: 16px;
    cursor: pointer;
    font-weight:bold;
}

.cta_footer_req_live_btn {
  /*padding-top: 10px;*/
  /*padding-right: 60px;*/
  /*padding-bottom: 10px;*/
  /*padding-left:60px;*/
}

@media (max-width: 576px) {
  .cta_footer_req_live_btn {
    padding: 12px 25px;
    font-size: 13px;
  }}
  
  @media (max-width: 768px) {
  .cta_footer_req_live_btn {
    width: 100%;
    max-width: 100%;
    padding: 12px 30px;
    height: auto;
    font-size: 14px;
  }
}

.talk_to_btn {
  padding-right: 30px;
  padding-left: 30px;
}
 
 
 
.img_wd_500 {
  width: 500px;
}
 .mask_img_25 {
     height: 25px;
  width: 25px;
 }
 
 .err_msg_span
 {
     color:red;
 }
 .footer_email_text {
     
 }
 
 .cta_footer_req_live_btn a {
     color: white;
     text-decoration: none;
    font-weight: 400;
 }
 
.cta_req_btn {
    /*height: 50px;*/
    opacity: 1;
    border-radius: 4px;
    padding-top: 12px;
    padding-right: 35px;
    padding-bottom: 12px;
    padding-left: 35px;
    color: white;
    border: none;
    white-space: nowrap;
    font-size: 17px;
    font-weight: bold;
    background: linear-gradient(180deg, #145FD2 0%, #0548B3 100%);
}

@media (max-width: 768px) {
  .cta_req_btn {
    padding: 10px 16px;
    font-size: 12px;
    height: auto;
  }
}

.hdbn_btn_container_flex {
  display: flex;
  gap: 30px;
}

.cta_exp_btn {
  width: 241px;
  max-width: 100%;
  /*height: 55px;*/
  angle: 0 deg;
  opacity: 1;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  gap: 8px;
  border-radius: 4px;
  color: white;
  border: 1px solid white;
  font-size: 16px;
  cursor: pointer;
  text-align: center;  font-weight: bold;
}



@media (max-width: 768px) {
  .cta_exp_btn {
    width: 100%;
    font-size: 12px;
padding: 9px 16px;
  }
}
 
 

@media (max-width: 576px) { 
   .cta_footer_req_live_btn {
    padding: 12px 25px;
    font-size: 13px;
  }
  }
  
  
@media (max-width: 768px) {
  .cta_footer_req_live_btn {
    width: 100%;
    max-width: 100%;
    padding: 12px 30px;
    height: auto;
    font-size: 14px;
  }

  .HomeFooterWrap h1 {
    font-size: 1.5rem;
    padding: 0 15px 20px;
  }
}
.ts_req_live_btn {
opacity: 1;
  border-radius: 4px;
  padding-top: 10px;
  padding-right: 70px;
  padding-bottom: 10px;
  padding-left: 70px;
  gap: 8px;
  border-top-width: 2px;
  color: white;
  background: linear-gradient(180deg, #4370CB 0%, #0548B3 100%);
  border: none;
  font-size: 16px;
  font-weight: bold;
 
  
}


.cta_ttu_btn {
  /*height: 40px;*/
  opacity: 1;
  border-radius: 4px;
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px;
  color: white;
  border: none;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(180deg, #145FD2 0%, #0548B3 100%);
  
}

.custom-select  {
display: inline-block;
  width: 100%;
  /*height: calc(2.25rem + 2px);*/
   height: 100%;
  
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #fff;
  vertical-align: middle;
  background: #1E2138  url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: auto;
  background-size: 8px 10px;
  /*border: 1px solid #ced4da;*/
  border: 2px solid #3C3D53;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.error {color:red;}
#success_msg {
    color: #39c739;
  font-weight: bold;
}

.a_cmd_center_div_img p {
    color: white !important;font-weight: bold  !important;
}
.a_cmd_center_div_img {
  background-image: url("../img/home/commandcenterbgimg.png");
  background-position: top; background-repeat: no-repeat;
  background-size: cover;width: 100%;padding: 30px 20px 50px 30px;border-radius: 10px 0px 0px 10px;
 
}


.video_img_container {
  background-image: url("../img/home/homeBannerImg.png");
width: 100%;
  margin: 0px auto 0;
  /*padding: 35px 0 55px 0;*/
  padding: 20px 0px 20px 0px;
 border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.video_img_container_2 {
  background-image: url("../img/home/img3.png");
width: 100%;
  margin: 0px auto 0;
  /*padding: 35px 0 55px 0;*/
  padding: 20px 0px 20px 0px;
 border-radius: 10px 10px 10px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.flex1{
    flex:1;
}
.home_video2 {
width: 100%;  height: 100%;  border-radius: 10px;   border: 20px solid #080c17;
padding: 20px 0px 20px 0px;
  border-radius: 10px 10px 10px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #080c17;vertical-align: bottom;
}

@media (max-width: 576px) {
    
   .flex1{
    flex: auto;
} 
.a_cmd_center_div_img
{
    border-radius: 10px 10px 10px 10px;
}
.home_video2 {
    border-radius: 10px 10px 10px 10px;

} 
}
/*.talk_to_btn a {*/
/*    font-weight: 400;*/
/*     color: white;*/
/*}*/

/*.talk_to_btn:hover {*/
/*    color: black;*/
/*    background-color: white;*/
/*    border-color:white;*/
/*}*/

/*.talk_to_btn a:hover {*/
/*  color: black !important;*/
/*}*/


