.headingColor {
  color: #000000;
  font-weight: 600 !important;
}

.ParaColor {
  color: #565656;
}

@media (max-width: 990px) {
  .mainContent {
    padding-top: 0rem;
  }
}

.nav-item .active {
  color: #F26A29 !important;
}

.headerLink, .headerLinkLang {
  color: black !important;
  font-weight: 400;
}

.headerLink:hover {
  color: #F26A29 !important;
  font-weight: 400;
}

.mainNavbar > li {
  padding: 0 0.5rem;
  font-size: 1.1rem;
}

.mainNavbar {
  padding-right: 1rem !important;
}

.navContactButton {
  margin-left: 3rem;
}

.contactusButton {
  background-color: #F26A29;
  border-radius: 20px;
  color: white !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.contactusButton:hover {
  background-color: #0A71AF;
  border-radius: 20px;
  color: white;
}

.contactusButton.active {
  color: white !important;
}

.navList > a.active::after {
  display: block;
  content: '';
  position: absolute;
  width: 39px;
  height: 4px;
  margin-top: 0.4rem;
  background-color: #F26A29;
}

#navbar-content #5g {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mainDropdown {
  display: none;
  position: absolute;
}

.nav-item > .nav-link.headerLink:hover::after {
  display: block;
  content: '';
  position: absolute;
  width: 39px;
  height: 4px;
  margin-top: 0.4rem;
  background-color: #F26A29;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  -webkit-transition: background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate(0% -50%) !important;
          transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

@media (min-width: 991px) {
  .dropend .dropdown-toggle::after {
    vertical-align: 0;
    margin-top: 7px;
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
  }
  .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
  }
}

@media (min-width: 991px) {
  .bottomHeader-class {
    position: fixed;
    width: 100%;
    z-index: 1000;
    margin-bottom: 1rem;
    -webkit-box-shadow: 2px 0 7px #7a7a7a;
            box-shadow: 2px 0 7px #7a7a7a;
    padding: 2rem 0 2rem 0;
  }
  .navList span {
    display: none;
  }
  .dropdown-item {
    color: black !important;
    padding-top: 0.4rem;
  }
}

@media (max-width: 990px) {
  .navContactButton {
    margin-left: 0;
    text-align: center;
    padding-top: 0.6rem !important;
  }
  .mainNavbar > li {
    padding: 0 0.5rem;
    font-size: 1.1rem;
    padding-bottom: 1rem !important;
  }
  .navList a, span {
    display: inline !important;
  }
  .navList span {
    float: right;
    padding: 0;
  }
  .mobilebutton {
    color: black;
  }
  .mobilebutton.show {
    color: #F26A28;
  }
  .dropdown-menu[data-bs-popper] {
    margin-top: 1rem;
  }
  .desktopToggleIcon {
    display: none !important;
  }
}

.bannerColOne {
  padding-left: 7rem;
  padding-right: 1rem;
  color: #000000;
}

.bannerColOne h1 {
  font-size: 2.1rem;
  line-height: 1.5;
}

.sec1button {
  padding: 0.5rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 50px;
  background-color: #0A71AF;
  color: #fff;
  margin-top: 1rem;
}

.sec1button:hover {
  background-color: #F26A29;
  color: #fff;
}

.itemBanner {
  padding: 0 !important;
}

.bannerRow img {
  float: right;
}

@media (max-width: 991px) {
  .bannerColOne {
    padding-left: 1rem;
    padding-right: 2rem;
  }
}

@media (max-width: 767px) {
  .bannerRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bannerColOne {
    padding: 2rem 1rem 0rem;
  }
  .sec1button {
    font-size: 0.8rem;
  }
}

.benefitimg img {
  width: 100%;
  height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}

.fivegLabOurOfferingImg img {
  width: 100%;
  height: 380px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec6Row1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7rem 0 0rem 0;
}

.sec6Row1col {
  max-width: 791px;
  padding-bottom: 0.5rem;
}

.accordion-button::after {
  background-image: none !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.accordion-button h6 {
  margin-left: 1.2rem;
}

.accordion-collapse .card-body {
  padding: 0rem 1rem 1rem 0rem;
}

.accordion-collapse .card-body p {
  position: relative;
  margin: 2px;
  padding: 0em 0.5em 0.5em 2em;
}

.accordion-button:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-item {
  border: none;
}

.accordion-item h2 button {
  border-bottom: 1px solid #E7E4E4;
  padding: 1.5rem 0.5rem;
}

.accordion-item h2 button {
  color: #000000;
  font-weight: 500;
}

.accordion-collapse {
  border-bottom: 1px solid #E7E4E4;
}

.accordion-button:not(.collapsed) {
  color: black;
  background-color: #ffffff;
}

.accordion-button::after {
  width: auto;
  position: absolute;
  left: 0;
  top: 6px;
  height: auto;
  content: url("https://amantyatech.com/public/img/iot/plus.png");
  font-size: 40px;
  background-image: none;
  font-weight: 300;
  color: #FF5300;
}

.accordion-button:not(.collapsed)::after {
  width: auto;
  height: auto;
  background-image: none;
  content: url("https://amantyatech.com/public/img/iot/add-circle.png");
}

.talkToUsCol {
  border: 1px solid #ced4da;
  padding: 2rem 2rem;
  margin: 2rem;
  border-radius: 10px;
  width: 840px;
}

.contactusUpperHeading {
  font-weight: 400;
}

.contactusLowerHeading {
  font-weight: 600;
}

.formContainer {
  padding-bottom: 1.5rem;
}

.formContainer label {
  color: black;
  padding-bottom: 0.5rem;
}

.form-control {
  border: none;
  background-color: #EAEAEA;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.form-control[placeholder] {
  color: black !important;
}

.form-control:focus {
  background-color: #EAEAEA;
  border-color: transparent !important;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.formButton button {
  margin-top: 1rem;
  background-color: #F26A29;
  color: #ffffff;
  padding: 0.5rem 3rem;
  border-radius: 7px;
}

.formButton button:hover {
  background-color: #0A71AF;
  color: #ffffff;
}

.captchaInnerNumber {
  background-color: #EAEAEA;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .commentMobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .commentDesktop {
    display: none;
  }
  .formContainer {
    margin: 0 0rem;
  }
  .talkToUsCol {
    padding: 2rem 1rem;
  }
}

.back-to-top {
  position: fixed;
  bottom: 6px;
  right: 10px;
  -webkit-box-shadow: 1px 1px 5px #949494;
          box-shadow: 1px 1px 5px #949494;
}

.wrapper {
  display: none;
}

.wrapper {
  margin: 10vh;
}

.media-body p {
  font-size: 1.1rem;
  font-weight: 500;
  padding-bottom: 1rem;
}

.media-body a {
  text-decoration: none;
  color: #F26A29;
}

.card.card-has-bg .card-footer {
  background: none;
  border-top: none;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.sectionFooter {
  margin-top: 4rem;
}

.footerMailHeading {
  margin-bottom: 0;
}

.bg-footer {
  background-color: #F4F9FF;
  padding: 50px 0 30px;
}

.footer-heading {
  letter-spacing: 2px;
}

.footerCol1Para {
  color: #565656;
  padding-top: 12px;
  font-size: 0.9rem;
}

.footer-link a {
  color: #565656;
  line-height: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

.footer-link a .fa-phone {
  -webkit-transform: rotate(458deg);
          transform: rotate(458deg);
}

.footer-link a:hover {
  color: #1bbc9b;
}

.contact-info {
  font-size: 14px;
}

.footer-social-icon {
  font-size: 18px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.footer-social-icon:hover {
  color: #fff;
  background-color: #0A71AF;
}

.facebook {
  color: #0A71AF;
  -webkit-box-shadow: 1px 1px 4px #565656;
          box-shadow: 1px 1px 4px #565656;
}

.twitter {
  color: #0A71AF;
  -webkit-box-shadow: 1px 1px 4px #565656;
          box-shadow: 1px 1px 4px #565656;
}

.youtube {
  color: #0A71AF;
  -webkit-box-shadow: 1px 1px 4px #565656;
          box-shadow: 1px 1px 4px #565656;
}

.linkedIn {
  color: #0A71AF;
  -webkit-box-shadow: 1px 1px 4px #565656;
          box-shadow: 1px 1px 4px #565656;
}

.footer-alt {
  color: #acacac;
}

.footer-heading {
  position: relative;
  padding-bottom: 12px;
  color: #0A71AF;
  font-weight: 600;
}

.addressimg img {
  width: 19px;
  height: 20px;
  margin: 1px 12px -1px -2px;
}

.addressimg address {
  margin-bottom: 0;
}

.lowerFooter {
  background-color: #0A71AF;
  color: #fff;
}

.lowerFooterRowCol2 a {
  font-size: 2rem;
  float: right;
  color: #fff;
}

.tab .sec6SubCard.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9FD685), to(#F9DD03));
  background-image: linear-gradient(#9FD685, #F9DD03);
  border: none;
}

.icon-bar {
  position: fixed;
  z-index: 1000;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 6px 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #F26A28;
  font-size: 20px;
  margin-bottom: 0.2rem;
  -webkit-box-shadow: 1px 1px 10px grey;
          box-shadow: 1px 1px 10px grey;
}

.icon-bar a:hover {
  background: #F26A28;
  color: white;
}

.stickySocialIcon {
  background: white;
  color: #F26A28;
}

.socialIconAlignSide {
  line-height: 1.5 !important;
}

.socialIconAlign {
  line-height: 1.8 !important;
}

@media (max-width: 576px) {
  .icon-bar {
    display: none;
  }
}
/*# sourceMappingURL=common.css.map */