@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
label {
  font-family: "Inter", sans-serif;
}
a {
  text-decoration: none !important;
}

.header {
  height: 90px;
  z-index: 999;
  position: relative;
  border-bottom: 1px solid #bbb !important;
  background-color: #f7f8f9;
}
.logo {
  width: 150px;
}
.header-excellent-text {
  font-size: 18px;
  color: #333;
}
.tp-stars {
  width: 100px;
}
.tp-logo {
  width: 90px;
}
.hero {
  /*background-color: #f7f8f9;*/
  background: linear-gradient(to right, #00a3b5, #004dc0);
  z-index: 1;
}
.sub-heading {
  display: inline-block;
  background-color: #162345;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
.hero-heading {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.4em;
}
.hero-heading span {
  color: #0d3b79;
  font-weight: bolder;
  display: inline-block;
}
.hero-heading span::after {
  content: "";
  display: block;
  margin: auto;
  height: 4px;
  background-color: #0d3b79 !important;
  animation: underline 2s infinite;
}
@keyframes underline {
  0% {
    width: 0%;
    background-color: #0d3b79;
  }
  100% {
    width: 100%;
    background-color: transparent;
  }
}
.para {
  font-size: 18px;
  color: #333;
  line-height: 1.5em;
}
.list-para li i {
  color: #162345;
  font-size: 25px;
}
.list-para li span {
  color: #333;
  font-size: 19px;
}
.hero-arrow {
  -webkit-animation: bounce_h_2 3s infinite;
  animation: bounce_h_2 3s infinite;
  font-size: 25px;
}
@keyframes bounce_h_2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(8px);
  }
  60% {
    transform: translateX(4px);
  }
}
.theme-button {
  /*background-color: #162345;*/
  background-color: #004dc0;
  color: #fff;
  font-size: 18px;
  padding: 15px 35px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 400;
  transition: all 0.5s;
  border: solid 0.1em #004dc0;
}
.theme-button-2 {
  background-color: #ffffff !important;
  color: #004dc0 !important;

  border: solid 0.1em #004dc0 !important;
}
.theme-button-2:hover {
  color: rgb(0, 163, 181) !important;

  border: solid 0.1em rgb(0, 163, 181) !important;
}
.theme-button:hover {
  color: white;
  background-color: rgb(0, 163, 181);
  border: solid 0.1em rgb(0, 163, 181);
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}
.theme-button span {
  display: block;
  min-width: 160px;
  text-align: center;
}
.theme-button.alt {
  background-color: #fff;
  color: #162345;
  font-size: 18px;
  padding: 15px 50px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 400;
  transition: all 0.5s;
  border: solid 0.1em #162345;
}
.theme-button.alt:hover {
  color: #162345;
  background-color: #fff;
  border: solid 0.1em #162345;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}

.heading {
  font-size: 2.5em;
  line-height: 1.3em;
  font-weight: 700;
}
.hero-small-heading {
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 600;
}
.heading-small {
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 700;
}
.bg-light {
  background-color: #f7f8f9 !important;
}
.heading-big {
  font-size: 4em;
  line-height: 1.3em;
  font-weight: 900;
  color: #162345;
}
.small-heading {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3em;
}
.footer {
  background: linear-gradient(to right, #00a3b5, #004dc0);
}
.footer-list li a {
  color: #ffffff;
  transition: all 0.5s;
  font-size: 18px;
  font-weight: 400;
}
.footer-list li a:hover {
  color: #fff;
}
.dark-border {
  border-bottom: solid 1px #ffffff1a;
}
.footer-copyright {
  font-size: 15px;
  color: #ffffff;
}
.footer-copyright span {
  color: #fff;
  font-weight: 500;
}
.footer-copyright a {
  color: #fff;
  font-weight: 500;
}
.speed-img {
  width: 450px;
  height: 450px;
  border-radius: 100%;
}
.text-white {
  color: #fff;
}
.client-logos {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 5px;
}
.why-choos-img {
  width: 6.5em;
  background: #f2f5ff;
  border-radius: 50%;
  padding: 15px;
}
.faq-box {
  /*background-color: #162345;*/
  /* background: linear-gradient(to right, #00a3b5, #004dc0); */
  border-radius: 10px;
}
.accordion-button:not(.collapsed),
.accordion-button {
  color: #fff !important;
  background-color: transparent !important;
}
.accordion-item {
  background-color: transparent !important;
  border: none;
  border-bottom: solid 1px #fff !important;
}
.accordion-body {
  color: #fff !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border-top: solid 1px #0d3b79;
}
.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  border-radius: 3px;
}
.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}
.accordion-button {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.form-text-box {
  /*background-color: rgba(255,255,255,0.05) !important;*/
  background-color: #ffffff;
  border: solid 1px #0d3b79 !important;
  border-radius: 100px !important;
  color: #fff !important;
  padding: 15px 15px !important;
}
.form-text-box:focus,
.form-text-box:active {
  outline: none !important;
  box-shadow: none !important;
}
.footer-logo {
  width: 150px;
}
.border-top {
  border-top: solid 1px #0d3b79 !important;
}
.bg-blue {
  /*background-color: #162345;*/
  background: linear-gradient(to right, #00a3b5, #004dc0);
}
.theme-link-button {
  color: #000;
  border: solid 3px #00c099;
  border-radius: 100px;
  padding: 5px 15px;
  font-weight: 600;
  transition: all 0.5s;
}

/*.why-choose-button{*/
/*     background-color: #ffffff;*/
/*     color: #0d6efd;*/
/*     border:solid 0.1em #0d6efd;*/
/*}*/

.theme-link-button span {
  min-width: 130px;
  display: block;
}
.theme-link-button:hover {
  color: #000;
}
.nav-link {
  color: #000 !important;
  font-weight: 500 !important;
  padding: 0px 10px !important;
  transition: all 0.5s !important;
}
.nav-link:hover {
  color: #0d3b79 !important;
}
.nav-link:hover .dropdown-menu {
  display: block !important;
}
#header .dropdown-menu {
  padding: 0px !important;
  border: none !important;
  border-radius: 7px !important;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1) !important;
  overflow: hidden !important;
}
#header .dropdown-item {
  padding: 15px 20px !important;
  transition: all 0.5s !important;
  color: #000 !important;
}
#header .dropdown-item:hover {
  background-color: #162345 !important;
  color: #fff !important;
}
.mobile-menu {
  display: none !important;
}
#mobileMenu .nav-link {
  padding: 15px 10px !important;
  font-size: 18px !important;
  color: #000 !important;
}
#mobileMenu .nav-item {
  border-bottom: solid 1px #ddd !important;
}
#mobileMenu .dropdown-item {
  padding: 15px 10px !important;
  font-size: 18px !important;
  border-bottom: solid 1px #ddd !important;
  color: #000 !important;
  background-color: #f7f8f9 !important;
}
#mobileMenu .dropdown-menu {
  padding: 0px !important;
  margin-bottom: 5px !important;
}
.navbar-toggler:focus,
.navbar-toggler:active {
  box-shadow: none !important;
}
.text-light {
  color: #ffffff !important;
}
.blog-list-wrapper {
  background-size: cover;
  border-radius: 10px;
  transition: all 0.5s;
}
.blog-list-wrapper:hover {
  margin-top: -5px;
}
.blog-content-list {
  background-color: #fff;
  border-radius: 7px;
}
.blog-list-heading {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
}
.small {
  font-size: 16px !important;
}
.theme-button-small {
  background-color: #004dc0;
  color: #fff;
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 400;
  transition: all 0.5s;
  border: solid 0.1em #004dc0;
}
.theme-button-small:hover {
  color: #fff;
  background-color: #00a3b5;
  border: solid 0.1em #00a3b5;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}
.blog-detail-title-wrapper {
  background-color: #fff;
  border-radius: 7px;
}
.blog-detail-wrapper {
  background-size: cover;
  border-radius: 10px;
  min-height: 450px;
}
.blog-date-meta {
  background-color: #f7f8f9;
  border-radius: 5px;
  border: dashed 1px #ddd;
  padding: 5px 10px;
  color: #999;
}
.blog-date-meta span {
  font-size: 13px;
  line-height: 1em;
}
.blog-sidebar {
  height: fit-content;
  position: sticky;
  top: 10px;
}
.sidebar-cta-wrapper {
  background: linear-gradient(to right, #00a3b5, #004dc0);
  border-radius: 10px;
}
.other-post-wrapper {
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #eee;
}
.other-post-heading {
  font-size: 20px;
  padding: 10px 15px;
  background: linear-gradient(to right, #00a3b5, #004dc0);
  color: #fff;
  font-weight: 500;
}
.border-top-custom {
  border-top: 1px solid #dee2e6 !important;
}
@media screen and (min-width: 1024px) {
  /* Zoom In Effect on Hover */
  .testimonial-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
  .testimonial-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }
}

.business_owner1,
.business_funding1 {
  height: 100%;
}

.gradientText {
  background: linear-gradient(to right, #00a3b5, #004dc0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
