/*=============================================================================
     Any custom css you want to apply should be defined here
==============================================================================*/

/* Theme 427 migration fixes */
.pagination-container {
  padding: 20px 16px;
  text-align: center;
}

.pagination {
  margin-top: 20px;
  display: inline-block;
  white-space: nowrap;
}

.pagination a,
.pagination span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #b10707ed;
  border-radius: 4px;
  font-size: 16px;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  vertical-align: top;
  margin: 0 3px 6px 0;
}

.pagination .current {
  background-color: #c6a720;
  color: #fff;
  border-color: #c6a720;
}

.pagination .disabled {
  color: #aaa;
  border-color: #eee;
}

@media (min-width: 768px) {
  .ic-navbar {
    position: relative;
    display: block;
    min-height: 82px;
  }

  .ic-navbar .navbar-toggler,
  .ic-navbar .m-logo,
  .ic-navbar .ic-mobile-head-top-contact {
    display: none;
  }

  .ic-navbar .navbar-collapse {
    display: block !important;
    position: relative;
    min-height: 82px;
    margin: 0;
    width: 100%;
  }

  .ic-navbar .ic-navbar-nav {
    display: block;
    margin: 0 236px 0 0 !important;
    white-space: nowrap;
  }

  .ic-navbar .ic-navbar-nav .nav-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 1px;
  }

  .ic-navbar .ic-navbar-nav .nav-link {
    display: inline-block;
    padding: 30px 9px !important;
    max-width: 164px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 22px;
  }

  .ic-header-action {
    position: absolute;
    right: 42px;
    top: 50%;
    width: 168px;
    height: 44px;
    margin-top: -22px;
    font-size: 0;
    white-space: nowrap;
    text-align: right;
  }

  .ic-header-action .ic-btn1 {
    display: inline-block;
    vertical-align: top;
    width: 76px;
    height: 44px;
    line-height: 42px;
    padding: 0;
    margin: 0 0 0 8px;
    font-size: 14px;
  }

  .ic-menu-search-warper {
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 44px;
    margin: -22px 0 0 0 !important;
  }

  .ic-navbar-search-icon {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ic-navbar .ic-navbar-nav {
    margin-right: 166px !important;
  }

  .ic-navbar .ic-navbar-nav .nav-link {
    padding-left: 5px !important;
    padding-right: 5px !important;
    max-width: 112px;
    font-size: 13px;
  }

  .ic-header-action {
    right: 0;
    width: 154px;
  }

  .ic-header-action .ic-btn1 {
    width: 70px;
    height: 40px;
    line-height: 38px;
  }

  .ic-menu-search-warper {
    display: none;
  }
}

.theme427-utility .theme427-hero {
  position: relative;
  overflow: hidden;
  background: #495057;
  color: #fff;
}

.theme427-utility .theme427-hero:before {
  content: "";
  position: absolute;
  right: -120px;
  top: -160px;
  width: 420px;
  height: 420px;
  background: #c6a720;
  opacity: .16;
}

.theme427-utility .theme427-hero h1,
.theme427-utility .theme427-hero h2,
.theme427-utility .theme427-hero p {
  color: #fff;
}

.theme427-utility .theme427-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  background: #c6a720;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.theme427-utility .theme427-card,
.theme427-utility .theme427-panel {
  height: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 8px 28px rgba(48,48,48,.06);
}

.theme427-utility .theme427-panel {
  background: #f7f7f7;
  border-left: 4px solid #c6a720;
}

.theme427-utility .theme427-card h1,
.theme427-utility .theme427-card h2,
.theme427-utility .theme427-card h3,
.theme427-utility .theme427-card h4,
.theme427-utility .theme427-panel h1,
.theme427-utility .theme427-panel h2,
.theme427-utility .theme427-panel h3,
.theme427-utility .theme427-panel h4 {
  color: #303030;
}

.theme427-utility .theme427-card p,
.theme427-utility .theme427-card span,
.theme427-utility .theme427-card li,
.theme427-utility .theme427-panel p,
.theme427-utility .theme427-panel span,
.theme427-utility .theme427-panel li {
  color: #686a6f;
}

.theme427-utility .theme427-card .theme427-eyebrow,
.theme427-utility .theme427-panel .theme427-eyebrow {
  color: #fff;
}

.theme427-utility .theme427-soft {
  background: #f7f7f7;
}

.theme427-utility .theme427-actions {
  font-size: 0;
  margin-top: 24px;
}

.theme427-utility .theme427-actions .ic-btn1,
.theme427-utility .theme427-actions .ic-btn2 {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 50px;
  line-height: 48px;
  padding: 0;
  margin: 0 10px 10px 0;
  text-align: center;
  white-space: nowrap;
}

.theme427-utility .theme427-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.theme427-utility .theme427-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 26px;
}

.theme427-utility .theme427-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border: 2px solid #c6a720;
}

.theme427-utility .theme427-step {
  position: relative;
  min-height: 86px;
  padding-left: 76px;
  margin-bottom: 24px;
}

.theme427-utility .theme427-step strong {
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #495057;
  color: #fff;
  font-size: 18px;
}

.theme427-utility .theme427-stat {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  min-height: 116px;
  margin: 0 1.2% 18px;
  padding: 24px 16px;
  background: #f7f7f7;
  text-align: center;
}

.theme427-utility .theme427-stat strong {
  display: block;
  margin-bottom: 8px;
  color: #c6a720;
  font-size: 30px;
  line-height: 34px;
}

.theme427-utility .theme427-form .form-control {
  height: 54px;
  padding: 14px 18px;
  border: 1px solid #ededed;
  border-radius: 0;
}

.theme427-utility .theme427-form h1,
.theme427-utility .theme427-form h2,
.theme427-utility .theme427-form h3,
.theme427-utility .theme427-form h4 {
  color: #303030;
}

.theme427-utility .theme427-form p,
.theme427-utility .theme427-form label,
.theme427-utility .theme427-form span {
  color: #686a6f;
}

.theme427-utility .theme427-form .theme427-eyebrow {
  color: #fff;
}

.theme427-utility .theme427-form .form-actions {
  font-size: 0;
  margin-top: 18px;
}

.theme427-utility .theme427-form .ic-btn1,
.theme427-utility .theme427-form .ic-btn2 {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 50px;
  line-height: 48px;
  padding: 0;
  margin: 0 10px 10px 0;
  border-width: 2px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.theme427-utility .theme427-form button.ic-btn1 {
  background: transparent;
  font-family: inherit;
}

@media (max-width: 767px) {
  .theme427-utility .theme427-card,
  .theme427-utility .theme427-panel {
    padding: 22px;
  }

  .theme427-utility .theme427-actions .ic-btn1,
  .theme427-utility .theme427-actions .ic-btn2,
  .theme427-utility .theme427-form .ic-btn1,
  .theme427-utility .theme427-form .ic-btn2 {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .theme427-utility .theme427-stat {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
