@-webkit-keyframes "animate-preloader" {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }
  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}
@keyframes "animate-preloader" {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }
  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}
@-webkit-keyframes "pulsate-btn" {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes "pulsate-btn" {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes "animate-loading" {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes "animate-loading" {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
@keyframes "animate-loading" {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  font-family: "Inter", sans-serif;
  color: #000;
  scroll-behavior: smooth;
}

a {
  color: #0d6efd;
  text-decoration: none;
}
a:hover {
  color: #0d6efd;
  text-decoration: none;
}
a .title {
  color: #000;
  font-size: larger;
}

.actions-menu {
  color: #121313;
}
.actions-menu a {
  color: #121313;
}

h1 {
  font-family: "Inter", sans-serif;
  color: #121313;
}

h2 {
  font-family: "Inter", sans-serif;
}

h3 {
  font-family: "Inter", sans-serif;
}

h4 {
  font-family: "Inter", sans-serif;
}

h5 {
  font-family: "Inter", sans-serif;
}

h6 {
  font-family: "Inter", sans-serif;
}

#facetcontainer #search-facets {
  border-right: 1px;
}
#facetcontainer #search-facets h2 a {
  color: #0d6efd;
}
#facetcontainer #search-facets h3 {
  border-bottom: #000;
}

.maincontent {
  padding: 20px;
  box-shadow: #121313;
}
.maincontent a {
  color: #0d6efd;
}

.btn-primary {
  background-color: #000;
  border-radius: 4px;
  border-color: #000;
}

.btn .btn-primary .disabled {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.page-link {
  color: #0d6efd;
}
.page-link a {
  color: #0d6efd;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
  color: #0d6efd;
  background: none;
  font-size: medium;
  font-weight: normal;
  margin-bottom: -1px;
}

table {
  color: #d2ccc6;
  font-size: medium;
}
table thead {
  color: #000;
}
table tbody {
  color: #0d6efd;
}

section {
  padding: 80px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #000;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #000;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.section-header span {
  position: absolute;
  top: 46px;
  color: rgba(14, 29, 52, 0.06);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 0;
}
.section-header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.breadcrumbs .page-header {
  padding: 140px 0 80px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumbs .page-header:before {
  content: "";
  background-color: #d2ccc6;
  position: absolute;
  inset: 0;
}
.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #d2ccc6;
  font-family: "Poppins", sans-serif;
}
.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumbs nav {
  padding: 20px 0;
}
.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #0d6efd;
}
.breadcrumbs nav ol a {
  color: #d2ccc6;
  transition: 0.3s;
}
.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}
.breadcrumbs nav ol li + li {
  padding-left: 10px;
}
.breadcrumbs nav ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #d2ccc6;
  content: "/";
}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.scroll-top:hover {
  background: rgba(13, 66, 255, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}
#preloader:before {
  content: "";
  position: absolute;
  border: 4px solid #000;
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid #000;
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 30px 0;
}
.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}
.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.header.sticked {
  background: #0d6efd;
  padding: 15px 0;
  box-shadow: 0px 2px 20px #0d6efd;
}

.hero {
  width: 100%;
  min-height: 50vh;
  background-color: #0d6efd;
  background-image: url("../img/asb-banner.gif");
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 120px 0 60px 0;
  color: rgba(255, 255, 255, 0.8);
}
.hero h2 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
.hero p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
}
.hero form {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.hero form .form-control {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  margin-right: 10px;
  border: none !important;
  background: none !important;
}
.hero form .form-control:hover {
  outline: none;
  box-shadow: none;
}
.hero form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.hero form .btn-primary {
  background-color: #000;
  padding: 15px 30px;
}
.hero form .btn-primary:hover {
  background-color: #2756ff;
}
.hero .stats-item {
  padding: 30px;
  width: 100%;
}
.hero .stats-item span {
  font-size: 32px;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.hero .stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  background: #000;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.hero .stats-item p {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.footer {
  font-size: 14px;
  background-color: #000;
  padding: 50px 0;
  color: white;
}
.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}
.footer .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}
.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.footer .footer-info p {
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}
.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}
.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
.footer .footer-links {
  margin-bottom: 30px;
}
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(13, 66, 255, 0.8);
  font-size: 12px;
  line-height: 0;
}
.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer .footer-links ul a:hover {
  color: #fff;
}
.footer .footer-contact p {
  line-height: 26px;
}
.footer .copyright {
  text-align: center;
}
.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}
.footer .credits a {
  color: #fff;
}

@media (max-width: 640px) {
  .section-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-header span {
    font-size: 38px;
  }
  .features .features-item + .features-item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar li:hover > a {
    color: #fff;
  }
  .navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover {
    color: #fff;
  }
  .navbar .active {
    color: #fff;
  }
  .navbar .active:focus {
    color: #fff;
  }
  .navbar .get-a-quote {
    background: #000;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
  }
  .navbar .get-a-quote:focus {
    background: #000;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
  }
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: #2756ff;
  }
  .navbar .get-a-quote:hover {
    color: #fff;
    background: #2756ff;
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  .navbar .dropdown ul li:hover > a {
    color: #000;
  }
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: #0d6efd;
  }
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .navbar .dropdown ul a:hover {
    color: #000;
  }
  .navbar .dropdown ul .active:hover {
    color: #000;
  }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  .mobile-nav-show {
    display: none;
  }
  .mobile-nav-hide {
    display: none;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }
  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(14, 29, 52, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover {
    color: #fff;
  }
  .navbar .active {
    color: #fff;
  }
  .navbar .active:focus {
    color: #fff;
  }
  .navbar li:hover > a {
    color: #fff;
  }
  .navbar .get-a-quote {
    background: #000;
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }
  .navbar .get-a-quote:focus {
    background: #000;
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: rgba(13, 66, 255, 0.8);
  }
  .navbar .get-a-quote:hover {
    color: #fff;
    background: rgba(13, 66, 255, 0.8);
  }
  .navbar .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #19335c;
  }
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #19335c;
  }
  .navbar .dropdown .dropdown > .dropdown-active {
    display: block;
  }
  .navbar .dropdown > .dropdown-active {
    display: block;
  }
  .mobile-nav-show {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }
  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .navbar {
    right: 0;
  }
  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(14, 29, 52, 0.8);
    z-index: 9996;
  }
}
@media (min-width: 1365px) {
  .call-to-action {
    background-attachment: fixed;
  }
}
@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .get-a-quote .php-email-form {
    padding: 20px;
  }
  .hero h2 {
    font-size: 30px;
  }
}

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