/*!
Template :	ICOCrypto @by Softnio
Theme	 :  Azalea
Version	 :	1.6.1
Updated	 :	06.11.2019
*/

html,
body {
  font-family: "Roboto", sans-serif;
  color: #263683;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

@media (min-width: 576px) {
  html,
  body {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #1c2640;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}

.tc-light h1,
.tc-light h2,
.tc-light h3,
.tc-light h4,
.tc-light h5,
.tc-light h6,
.tc-light .h1,
.tc-light .h2,
.tc-light .h3,
.tc-light .h4,
.tc-light .h5,
.tc-light .h6 {
  color: #fff;
}

.lead {
  font-weight: 400;
}

.tc-light,
.tc-light a:not(.btn) {
  color: #97afd5 !important;
}

.tc-light a:not(.btn):hover {
  color: #fff !important;
}

.tc-light p {
  color: #97afd5 !important;
}

.mfp-close-btn-in .mfp-close {
  background: #263683;
}

.btn {
  font-size: 12px;
  color: #fff;
  border: 2px solid #f42f54;
  background-color: #f42f54;
  border-radius: 27px;
  padding-left: 18px;
  padding-right: 18px;
  letter-spacing: 0.05em;
}

.btn:not(.btn-outline):hover {
  border-color: #fff;
  background-color: #fff;
  color: #f42f54;
}

.btn-md {
  font-size: 12px;
  line-height: 24px;
  padding: 10px 26px;
}

.header-navbar::after {
  background-color: #0b1326 !important;
}

.btn-sm {
  font-size: 11px;
  line-height: 23px;
  padding: 8px 20px;
}

.btn-outline {
  color: #fff !important;
}

.btn-outline:not(:hover) {
  color: #263683;
  background-color: transparent !important;
}

.btn-underline {
  color: #f42f54;
}

.btn-underline:hover,
.btn-underline:focus {
  color: #fff;
}

.lead {
  font-size: 1rem;
}

.title {
  font-size: 1.4rem;
  font-weight: 700;
}

.title-xxs {
  font-size: 12px;
  text-transform: uppercase;
}

.title-xs {
  font-size: 0.88rem;
  letter-spacing: 0.2em;
}

.title-sm {
  font-size: 1.15rem;
}

.title-md {
  font-size: 1.375rem;
}

.title-md:not(:last-child) {
  margin-bottom: 1rem;
}

.title-lg {
  font-size: 1.5rem;
}

.title-xl {
  font-size: 2.2rem;
}

.banner-caption .title:not([class*="title-"]) {
  font-size: 1.75rem;
}

@media (min-width: 576px) {
  .btn {
    min-width: 190px;
  }
  .btn-auto,
  .btn-block {
    min-width: 0;
  }
  .lead {
    font-size: 1.15rem;
  }
  .title {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .title.title-xxs {
    font-size: 12px;
    text-transform: uppercase;
  }
  .title.title-xs {
    font-size: 0.88rem;
    letter-spacing: 0.2em;
  }
  .title.title-sm {
    font-size: 1.15rem;
  }
  .title.title-md {
    font-size: 1.375rem;
  }
  .title.title-lg {
    font-size: 1.5rem;
  }
  .title.title-xl {
    font-size: 2.2rem;
  }
  .banner-caption .title:not([class*="title-"]) {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .lead {
    font-size: 1.25rem;
  }
  .title {
    font-size: 2.15rem;
  }
  .title.title-lg {
    font-size: 1.75rem;
  }
  .title.title-xl {
    font-size: 3rem;
  }
  .banner-caption .title:not([class*="title-"]) {
    font-size: 2.5rem;
  }
  .mode-fullscreen .title:not([class*="title-"]) {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .title {
    font-size: 2.15rem;
  }
}

@media (min-width: 1600px) {
  .banner-caption .title:not([class*="title-"]) {
    font-size: 3rem;
  }
}

.section-head-s2 .title:before {
  background-image: linear-gradient(180deg, #305082 0%, #97afd5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.firefox .section-head-s2 .title:before {
  -webkit-text-fill-color: #fff;
}

.tc-light .section-head p {
  color: #97afd5;
}

.bg-theme {
  background-color: #263683;
}

.bg-theme-alt {
  background-color: #1c2640;
}

.bg-theme-grad {
  background-image: linear-gradient(90deg, #263683 0%, #1c2640 100%);
}

.bg-theme-grad-alt {
  background-image: linear-gradient(90deg, #1c2640 0%, #263683 100%);
}

.bg-theme-dark {
  background-color: #263683;
}

.bg-theme-dark-alt {
  background-color: #1c2640;
}

.bg-theme-light {
  background-color: #ddebff;
}

.bg-theme-light-alt {
  background-color: #c4d9f9;
}

.overlay-theme:after {
  background: #263683;
}

.overlay-theme-dark:after {
  background: #263683;
}

.header-main {
  padding: 12px 0;
}

.has-fixed:not(.is-dark) .header-main {
  background: transparent;
}

.has-fixed.is-dark .header-main {
  background-color: #0b1326;
  box-shadow: none;
}

.is-dark .header-navbar::before {
  background: #0b1326;
}

.is-dark .menu-sub {
  background: #0b1326;
}

.menu-sub .menu-item:hover > a,
.is-transparent:not(.has-fixed) .menu > .menu-item:hover > a {
  color: #f42f54;
}

.menu-item a {
  color: #fff;
}

.menu-item a:hover,
.menu-item a.active {
  color: #f42f54;
}

.cpn-action {
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-gfx-auto img {
    max-width: 510px;
    margin: auto;
    display: block;
  }
}

@media (min-width: 992px) {
  .is-transparent .banner {
    padding-top: 130px;
  }
  .cpn-action {
    margin-top: 45px;
  }
  .has-fixed.is-dark .header-main {
    background-color: transparent;
    background-image: linear-gradient(
      180deg,
      #263683 0%,
      rgba(15, 25, 50, 0.8) 50%,
      transparent 100%
    );
  }
}

@media (min-width: 992px) and (min-height: 1024px) and (max-height: 1366px) {
  .is-transparent .banner-fs:not(.has-gfx) {
    min-height: 100vh;
    padding-top: 120px;
  }
}

@media (min-width: 360px) and (max-width: 460px) and (min-height: 640px) and (max-height: 820px) {
  .is-transparent .banner-fs:not(.has-gfx) {
    padding-top: 180px;
  }
  .nk-block-header + .nk-block-status {
    padding-top: 120px;
  }
  .has-gfx .nk-block-header + .nk-block-status {
    padding-top: 60px;
  }
}

@media (min-width: 992px) and (min-height: 600px) and (max-height: 1024px) {
  .banner-caption .title {
    font-size: 1.8rem;
  }
  .is-transparent .banner-fs:not(.has-gfx) {
    padding-top: 110px;
  }
  .nk-block-header + .nk-block-status {
    padding-top: 60px;
  }
  .nk-block-status + .nk-block-actions {
    padding-top: 20px;
  }
  .cpn-action {
    margin-top: 25px;
  }
}

.countdown-s3 .countdown-time {
  color: #fff;
  font-family: "Quicksand", sans-serif;
}

.countdown-s3-alt .countdown-text {
  color: #97afd5;
}

.progress-bar {
  background: #3e5b88;
}

.progress-percent {
  background: #f42f54;
}

.progress-percent-s2:after {
  border-color: #fff;
  background: #f42f54;
}

.progress-point {
  color: #bed8ff;
}

.progress-point:after {
  height: 30px;
}

.progress-info-s2 {
  padding: 0 0 17px;
}

.progress-info-s2 span {
  color: #fff;
}

.feature-icon .icon-grd {
  background-image: linear-gradient(
    -45deg,
    #f42f54 0%,
    #41538e 80%,
    #41538e 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-icon .icon-circle {
  color: #263683;
  background-image: linear-gradient(
    -45deg,
    #f42f54 0%,
    #41538e 80%,
    #41538e 100%
  );
}

.feature-icon .icon-circle:after {
  background: #263683;
}

.tc-light .feature-icon .icon-circle {
  color: #41538e;
}

.feature-s6:after {
  background: #f42f54;
}

.tab-nav-sap {
  background: #2d3f5f;
  margin: 0 -7px;
}

.tab-nav-sap:after {
  content: "";
  flex-grow: 1;
  height: 2px;
}

.tab-nav-btn {
  padding-bottom: 15px;
}

.tab-nav-btn li a {
  color: #fff !important;
  border: 1px solid #2d3f5f;
}

.tc-light .tab-nav-btn li a {
  color: #fff !important;
  border-color: #2d3f5f !important;
  background-color: transparent;
}

.tab-nav-btn li a:hover,
.tab-nav-btn li a.active {
  color: #f42f54 !important;
  border-color: #f42f54 !important;
}

.tc-light .tab-nav-btn li a:hover,
.tc-light .tab-nav-btn li a.active {
  color: #fff !important;
  background-color: #f42f54;
}

.tab-nav-btn-bdr li a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  color: #263683;
  border: 2px solid #2d3f5f;
  padding: 8px 12px;
}

.tab-nav-btn-bdr li a:hover,
.tab-nav-btn-bdr li a.active {
  color: #f42f54 !important;
  border-color: #f42f54;
  background-color: transparent;
}

.tc-light .tab-nav-btn-bdr li a:hover,
.tc-light .tab-nav-btn-bdr li a.active {
  color: #f42f54 !important;
  background-color: transparent;
}

@media (min-width: 576px) {
  .tab-nav li a {
    padding: 12px 20px;
  }
  .tab-nav-btn-bdr li a {
    font-size: 14px;
    letter-spacing: 0.2em;
    padding: 14px 20px;
  }
}

.roadmap-year-s2 {
  padding-bottom: 65px;
}

.tc-light .roadmap-finished .roadmap-year-s2 {
  color: #f42f54;
}

.roadmap-running .roadmap-year-s2 {
  opacity: 1;
}

.tc-light .roadmap-running .roadmap-year-s2 {
  color: #f42f54;
}

.roadmap-wrap-ovl-right:after {
  background-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(15, 25, 50, 0.8) 25%,
    #263683 60%,
    #263683 100%
  );
}

.roadmap-wrap-ovl-left:before {
  background-image: linear-gradient(
    -90deg,
    transparent 0%,
    rgba(15, 25, 50, 0.8) 25%,
    #263683 60%,
    #263683 100%
  );
}

.roadmap-s2:before {
  background: #f42f54;
}

.roadmap-s2:after {
  background-color: #263683;
}

.roadmap-s2.roadmap-finished:after,
.roadmap-s2.roadmap-running:after {
  background-color: #f42f54;
  box-shadow: none;
  transition: box-shadow 0.3s;
}

.roadmap-s2.roadmap-finished:before {
  width: 100%;
}

.roadmap-s2.roadmap-running:before {
  width: 50%;
}

.roadmap-s2.roadmap-running:after {
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
}

.roadmap-s2.roadmap-i1:before {
  transition-delay: 1.4s;
}

.roadmap-s2.roadmap-i1:after {
  transition-delay: 1.7s;
}

.roadmap-s2.roadmap-i2:before {
  transition-delay: 1.7s;
}

.roadmap-s2.roadmap-i2:after {
  transition-delay: 2s;
}

.roadmap-s2.roadmap-i3:before {
  transition-delay: 2s;
}

.roadmap-s2.roadmap-i3:after {
  transition-delay: 2.3s;
}

.roadmap-s2.roadmap-i4:before {
  transition-delay: 2.3s;
}

.roadmap-s2.roadmap-i4:after {
  transition-delay: 2.7s;
}

.roadmap-s2.roadmap-i5:before {
  transition-delay: 2.6s;
}

.roadmap-s2.roadmap-i5:before {
  transition-delay: 2.9s;
}

.roadmap-s2.roadmap-i6:before {
  transition-delay: 2.9s;
}

.roadmap-s2.roadmap-i6:before {
  transition-delay: 3.2s;
}

.animate-start .roadmap-s2.roadmap-finished:before {
  width: 100%;
}

.animate-start .roadmap-s2.roadmap-running:before {
  width: 50%;
}

.animate-start .roadmap-s2.roadmap-running:after {
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
}

.team-show {
  background-image: linear-gradient(-45deg, #f42f54 0%, #263683 100%);
}

.team-photo-s2:after {
  background-image: linear-gradient(-45deg, #f42f54 0%, #263683 100%);
  opacity: 0.4;
}

@media (min-width: 992px) {
  .team-s2.team-even {
    margin-top: 60px;
  }
}

.field-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.tc-light .field-label {
  color: #fff;
}

.input-bordered {
  border-radius: 2px;
  color: #97afd5;
  border-color: rgba(101, 119, 151, 0.4);
}

.input-bordered::-webkit-input-placeholder {
  color: #97afd5;
  opacity: 0.4;
}

.input-bordered::-moz-placeholder {
  color: #97afd5;
  opacity: 0.4;
}

.input-bordered:-ms-input-placeholder {
  color: #97afd5;
  opacity: 0.4;
}

.input-bordered:-moz-placeholder {
  color: #97afd5;
  opacity: 0.4;
}

.input-bordered:focus {
  border-color: rgba(101, 119, 151, 0.8);
}

.tc-light .contact-icon {
  color: #bed8ff;
  background: rgba(190, 216, 255, 0.15);
}

.social-links-s2 li a {
  border: none;
}

.social-links-s2 li a:hover {
  background-color: transparent;
  color: #f42f54 !important;
}

.tc-light .social-links-s2 li a:hover {
  color: #f42f54 !important;
}

.copyright-text,
.copyright-text a,
.footer-nav li a {
  color: #97afd5;
}

.copyright-text a:hover,
.footer-nav li a:hover {
  color: #f42f54 !important;
}

.accordion-item-s3 {
  background: rgba(28, 38, 64, 0.4);
  box-shadow: none;
}

.accordion-item-s3:not(:last-child) {
  margin-bottom: 15px;
}

.accordion-title {
  color: #263683;
}

.accordion-title-sm {
  font-weight: 600;
}

.accordion-item-s3 .accordion-title {
  padding: 19px 41px 11px 25px;
}

.tc-light .accordion-title {
  color: #f42f54;
}

.accordion-title.collapsed {
  color: #305082;
}

.tc-light .accordion-title.collapsed {
  color: #fff;
}

.accordion-icon:before,
.accordion-icon:after {
  color: #1c2640;
}

.accordion-item-s3 .accordion-icon {
  top: 13px;
  right: 13px;
}

.tc-light .accordion-icon {
  background: transparent;
}

.tc-light .accordion-icon:after,
.tc-light .accordion-icon:before {
  color: #97afd5;
}

.accordion-content {
  padding-bottom: 12px;
  padding-right: 46px;
}

.accordion-item-s3 .accordion-content {
  padding-left: 25px;
}

.doc-title small {
  color: #97afd5;
}

.doc-download {
  color: #fff;
  background: #f42f54;
}

.tc-light a.doc-download {
  color: #fff !important;
}

.tc-light a.doc-download:hover {
  color: #f42f54 !important;
  background: #fff;
}

.footer-nav li a:hover {
  color: #f42f54;
}

.nk-circle-animation:before,
.nk-circle-animation:after {
  border: 4px solid rgba(101, 119, 151, 0.3);
}

.nk-circle-animation:before {
  border-top-color: #f42f54;
  border-right-color: #f42f54;
}

.nk-circle-animation:after {
  border-top-color: #f42f54;
  border-bottom-color: #f42f54;
}

@media (min-width: 1600px) {
  .ecosystem-globe {
    height: 130%;
  }
}

.input-switch ~ label:not(.error) {
  color: #305082;
}

.input-switch:checked ~ label:before {
  background: #f42f54;
}

.input-checkbox ~ label:not(.error):after,
.input-radio ~ label:not(.error):after {
  background-color: #f42f54;
}

.input-checkbox ~ label:not(.error):before,
.input-radio ~ label:not(.error):before {
  border: 1px solid rgba(219, 228, 247, 0.2);
}

.modal-close {
  background: #263683;
  color: #fff;
}

.modal-close:hover {
  color: #f42f54;
}

.sap-text:before {
  background: rgba(219, 228, 247, 0.2);
}

.sap-text span {
  background: #fff;
}

.bg-theme > .sap-text span {
  background: #263683;
}

.bg-theme-alt > .sap-text span {
  background: #1c2640;
}

.mfp-close-btn-in .mfp-close:hover {
  color: #f42f54 !important;
}

.preloader.no-default {
  background-color: #263683;
}

.preloader.no-default:before,
.preloader.no-default:after {
  background-color: #263683;
}
