@import url("https://fonts.googleapis.com/css?family=Dosis:700|Open+Sans");
* {
  -webkit-font-smoothing: antialiased;
}

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  background-color: #F5F7FB;
}

.btn {
  border-radius: 6px;
  -webkit-transition: .2s background-color ease, .2s color ease;
  transition: .2s background-color ease, .2s color ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
button {
  font-family: "Dosis", sans-serif;
}

p,
label,
input,
li {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #9aa1b3;
}

span {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #000;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-link {
  font-size: 14px;
  color: #011F67 !important;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #25B25F !important;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #25B25F !important;
}

.btn-primary {
  background-color: #011F67;
  color: #fff;
  border-color: #011F67;
  font-size: 13px;
}

.btn-primary:hover {
  background-color: #25B25F;
  border-color: #25B25F;
}

.btn-outline-primary {
  border-color: #011F67;
  color: #011F67;
  font-size: 13px;
}

.btn-outline-primary:hover {
  background-color: #011F67;
  border-color: #011F67;
  color: #fff;
}

.big-btn {
  padding: 20px 40px;
  font-size: 24px;
}

.form-control {
  border-radius: 6px;
  border-color: #CBD3E8;
  font-size: 13px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #011F67;
}

table tr td {
  border-color: #CBD3E8;
}

.main-head {
  color: #011F67;
  margin-bottom: 30px;
}

.sub-head {
  color: #9aa1b3;
  font-size: 18px;
}

option:disabled {
  color: #9aa1b3;
}

main {
  margin-top: 76px;
}

.nav-list > li > a {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.dropdown-menu {
  border: none;
  -webkit-box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.16);
}

.dropdown-menu > a {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}

.hover {
  -webkit-box-shadow: 0 2px 5px -1px #00000016;
          box-shadow: 0 2px 5px -1px #00000016;
}

.hub-card {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 16px 0 rgba(1, 32, 103, 0.16);
          box-shadow: 0 5px 16px 0 rgba(1, 32, 103, 0.16);
  border-radius: 6px;
  padding: 25px;
}

.rates-table tr {
  border-bottom: 1px solid #CBD3E8;
}

.rates-table tr td {
  padding: .45rem;
  border-top: none;
}

.rates-table tr td:first-child {
  border-right: 1px solid #CBD3E8;
}

.rates-table tr:last-child {
  border-bottom: unset;
}

.section-margin {
  margin-top: 115px;
}

.product-card {
  height: 320px;
  -webkit-transition: .2s background-color ease, .2s color ease, .2s fill ease;
  transition: .2s background-color ease, .2s color ease, .2s fill ease;
}

.product-card .container-fluid h6 {
  color: #000;
}

.product-card:hover {
  text-decoration: none;
  background-color: #25B25F;
}

.product-card:hover h6 {
  color: #fff;
}

.product-card:hover p {
  color: rgba(255, 255, 255, 0.658);
}

.product-card:hover .product-icon {
  fill: #fff;
}

.product-row {
  margin-bottom: 30px;
}

.stat-head {
  color: #011F67;
  margin-bottom: 15px;
}

.product-icon {
  fill: #25B25F;
}

.page-head {
  font-size: 18px;
}

.breadcrumb {
  background-color: unset;
  padding-left: 0;
  padding-top: 0;
}

.inner-head {
  background-color: #fff;
}

.breadcrumb-item {
  position: relative;
}

.breadcrumb-item a {
  color: #25B25F;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.in-card {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  height: 175px;
}

.download-link {
  font-size: 13px;
  color: #011F67;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.download-link:hover {
  text-decoration: none;
  color: #25B25F;
}

.blink {
  -webkit-animation-name: blink-animation;
          animation-name: blink-animation;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes blink-animation {
  50% {
    opacity: 0;
  }
}

@keyframes blink-animation {
  50% {
    opacity: 0;
  }
}

.forex-marqueee {
  margin-top: 76px;
  background-color: #011F67;
}

.forex-marqueee ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.forex-marqueee ul li {
  padding: 5px 10px;
  color: #fff;
}

.forex-marqueee ul .highlight {
  background-color: #25B25F;
}

.marquee {
  overflow: hidden;
  width: 88%;
}

footer {
  margin-top: calc(115px - 3rem);
}

footer .contact-table tr td {
  border: none;
}

footer .contact-table tr td a {
  color: #9aa1b3;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

footer .contact-table tr td a:hover {
  text-decoration: none;
  color: #011F67;
}

footer .footer-bottom {
  background-color: #011F67;
}

footer .footer-bottom .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-bottom .social li a svg {
  fill: #fff;
  -webkit-transition: .3s fill ease;
  transition: .3s fill ease;
}

footer .footer-bottom .social li a:hover svg {
  fill: #25B25F;
}

footer .footer-bottom .fb-wrapper .quick-link li a {
  color: #fff;
  -webkit-transition: .3s color ease;
  transition: .3s color ease;
}

footer .footer-bottom .fb-wrapper .quick-link li a:hover {
  text-decoration: none;
  color: #25B25F;
}

footer .footer-bottom .copyr-section p {
  color: rgba(255, 255, 255, 0.2);
}

footer .footer-bottom .sub-field {
  border-radius: 6px;
  overflow: hidden;
}

footer .footer-bottom .sub-field .form-control {
  height: 40px;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

footer .footer-bottom .sub-field .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.46);
}

footer .footer-bottom .sub-field .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.46);
}

footer .footer-bottom .sub-field .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.46);
}

footer .footer-bottom .sub-field .form-control::placeholder {
  color: rgba(255, 255, 255, 0.46);
}

footer .footer-bottom .sub-field .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

footer .footer-bottom .sub-field .btn {
  min-height: 40px;
  border-radius: 0;
  background: #fff;
  color: #011F67;
  font-size: 13px;
  -webkit-transition: .2s background ease, .2s color ease;
  transition: .2s background ease, .2s color ease;
}

footer .footer-bottom .sub-field .btn:hover {
  background: #25B25F;
  color: #fff;
}

footer .contact-form {
  margin-bottom: -13rem;
  width: 80%;
  float: right;
}

@media (max-width: 480px) {
  .to {
    padding: 10px 0;
  }
  .rates-table {
    margin-top: 2rem;
  }
  .laptop {
    display: none;
  }
  .hub-card {
    margin-bottom: 30px;
  }
  .product-row {
    margin-bottom: 0;
  }
  footer .contact-form {
    margin-bottom: 20px;
    width: 100%;
    float: unset;
  }
  .inner-icon {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */