body {
  margin: 0 !important;
  padding: 0 !important;
}

.breadcrumbs {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  text-transform: capitalize;
  position: relative;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #e0f2ff !important;
}
.breadcrumbs a {
  text-decoration: none;
  color: inherit;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
h1 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  text-align: center;
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.25rem;
  }
}

h2 {
  color: #002244;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}

h3 {
  color: #5a7184;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}

h4,
h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.875rem;
}
@media (max-width: 480px) {
  h5 {
    font-size: 0.75rem;
  }
}

p {
  font-family: "Poppins", sans-serif;
  color: #333333;
  font-size: 1rem;
}
@media (max-width: 480px) {
  p {
    font-size: 0.875rem;
  }
}
p.lg-txt {
  font-size: 1.25rem;
}
p.sm-txt {
  font-size: 0.875rem;
}
p.xs-txt {
  font-weight: 300;
  font-size: 0.75rem;
}
p.content-txt {
  color: #666666;
}

a {
  color: #800080;
}
a:hover {
  color: #ffa500;
}

.asiasoft_icon_holder {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  will-change: transform;
}
.asiasoft_icon_holder:hover .asiasoft_icon {
  color: #ffffff;
  transform: scale(0.8);
}
.asiasoft_icon_holder::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease-out;
  z-index: -1;
}
.asiasoft_icon_holder:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.asiasoft_icon_holder .asiasoft_icon {
  font-size: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s ease, transform 0.3s ease;
}
.asiasoft_icon_holder--blue:hover {
  background-color: #1e90ff;
}
.asiasoft_icon_holder--blue::before {
  background-color: #1e90ff;
}
.asiasoft_icon_holder--blue .asiasoft_icon {
  color: #1e90ff;
}
.asiasoft_icon_holder--green:hover {
  background-color: #80c31e;
}
.asiasoft_icon_holder--green::before {
  background-color: #80c31e;
}
.asiasoft_icon_holder--green .asiasoft_icon {
  color: #80c31e;
}
.asiasoft_icon_holder--orange:hover {
  background-color: #ffa500;
}
.asiasoft_icon_holder--orange::before {
  background-color: #ffa500;
}
.asiasoft_icon_holder--orange .asiasoft_icon {
  color: #ffa500;
}

.site-top-footer h5 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}
.site-top-footer p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}

/* Custom Elementor element styles */
.asiasoft-text_editor-m0 p {
  margin: 0;
}

.asiasoft-text_editor-h50 {
  height: 50px;
}

.asiasoft-text_editor-h100 {
  height: 100px;
}

.asiasoft-text_editor-h125 {
  height: 125px;
}

.asiasoft-text_editor-h150 {
  height: 150px;
}

.asiasoft-text_editor-h200 {
  height: 200px;
}

.asiasoft-button-w150 {
  width: 150px;
}
.asiasoft-button-w150 a {
  width: 100%;
}

.asiasoft-button-w200 {
  width: 200px;
}
.asiasoft-button-w200 a {
  width: 100%;
}

/* Style the html in elementor*/
.asiasoft-icon_with_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.asiasoft-icon_with_title ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.asiasoft-icon_with_title ul li {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.asiasoft-icon_with_title ul li h3 {
  text-align: center;
}

ul.asiasoft-list_icon {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.asiasoft-list_icon li {
  display: flex;
  align-items: center;
  margin: 25px 0;
}
ul.asiasoft-list_icon li i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1e90ff;
  border-radius: 50%;
  color: #ffffff;
}
ul.asiasoft-list_icon li span {
  margin-left: 35px;
}
ul.asiasoft-list_icon li span h4 {
  margin: 0;
}
ul.asiasoft-list_icon li span p {
  margin: 5px 0;
}

.asiasoft-toggle_tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding: 5px;
  height: 40px;
  margin: auto;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  border-radius: 35px;
}
.asiasoft-toggle_tabs__item {
  color: #b7b7b7;
  width: 50%;
  text-align: center;
  transition: 0.3s ease-in-out;
  transform: scale(1);
}
.asiasoft-toggle_tabs__item--active {
  color: #1e90ff;
  pointer-events: none;
}
.asiasoft-toggle_tabs__item:hover {
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  color: #1e90ff;
  animation: pulseScale 0.8s ease-in-out infinite alternate;
}
@keyframes pulseScale {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.1);
  }
}
.asiasoft-toggle_tabs_table {
  margin: 50px auto;
  border: #1e90ff;
  width: 750px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  animation: floating 2s ease-in-out infinite alternate;
}
@keyframes floating {
  0% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(-10px) translateX(-5px);
  }
}
.asiasoft-toggle_tabs_table thead {
  background-color: #1e90ff;
  color: #ffffff;
  height: 40px;
}
.asiasoft-toggle_tabs_table tbody {
  background-color: #ffffff;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.asiasoft-toggle_tabs_table tbody tr:hover {
  background-color: #e0f2ff;
}
.asiasoft-toggle_tabs_table tbody td {
  height: 35px;
}
.asiasoft-toggle_tabs_table tbody td:first-child {
  width: 250px;
  text-align: left;
  padding: 0 0 0 15px;
}

.vertical_list {
  text-align: left;
}
.vertical_list li {
  margin-left: 15px;
}

/*# sourceMappingURL=page.css.map */
