:root {
    --primary: #007bff;
    --green: #2ecc71;
    --yellow: #F3C850;
    --cyan: #59A5F8;
    --pink: #ACA9FC;
}

p, h1, h2, h3, h4, h5, h6, small, a, button, li, input, table, th, td, .card-header, .card-body, .alert, .domain-pricing, form label {
    font-family: "Inter" !important;
}

span {
    font-family: "Inter";
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

*:focus {
    outline: none !important;
}

body {
    background-color: #fff !important;
    height: auto !important;
    overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

img {
    user-select: none;
}

/* HC */
.alert-white {
  background-image: linear-gradient(to bottom, #fff, #f9f9f9);
  border-top-color: #d8d8d8;
  border-bottom-color: #bdbdbd;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
  color: #404040;
  padding-left: 61px;
  position: relative;
}

.alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

.alert-white .icon {
  text-align: center;
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #bdbdbd;
  padding-top: 15px;
}


.alert-white .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #bdbdbd;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -3px;
  background: #fff;
}

.alert-white .icon i {
  font-size: 20px;
  color: #fff;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
/*============ colors ========*/
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-white.alert-success .icon,
.alert-white.alert-success .icon:after {
  border-color: #54a754;
  background: #60c060;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #98cce6;
  color: #3a87ad;
}

.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
  border-color: #3a8ace;
  background: #4d90fd;
}


.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
  border-color: #d68000;
  background: #fc9700;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #f1daab;
  color: #c09853;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #e0b1b8;
  color: #b94a48;
}

.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
  border-color: #ca452e;
  background: #da4932;
}

#alert {
  border-radius: 10px;
  display: none;
  width: 500px;
  left: 0px;
  background-color: #f44336;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}


a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.login-top {
    padding-left: 15px;
    margin-left: 15px;

    border-left: solid 2px #e8e8e8;

}



.form-control {
 font-weight:600;
}

/* HC */


/* Header */
.nh-header {
    background-color: #3A3A3A;
    padding: 10px 0;
}

.nh-header .badge {
    color: #fff;
}

.nh-header ul {
    margin: 0;
    padding: 0;
}

.nh-header ul li a span, .nh-header .fa-flag {
    color: #D8D8D8;
}

.nh-header ul li {
    display: inline-block;
}

.nh-header ul li a {
    font-size: 15px;
    color: #D8D8D8;
    display: block;
    cursor: pointer;
    margin: 0 10px;
    text-decoration: none;
    transition: 0.2s;
}

.nh-header ul li a:hover {
    color: #fff;
}

.nh-header ul li:first-child a {
    margin-left: 0;
}

.nh-header ul li:last-child a {
    margin-right: 0;
}

.nh-header-right {
    float: right;
}

.nh-header-user a {
    color: #fff !important;
    font-weight: 600;
}

.nh-header-user a i {
    font-size: 14px;
}

.nh-hu-login a {
    background-color: #2ecc71;
}

.nh-hu-login a:hover {
    background-color: #218838;
}

@media (max-width: 768px) {
    .nh-header ul li a {
        font-size: 13px;
        margin: 5px 3px !important;
    }
    .nh-header .col-md-5, .nh-header .col-md-7 {
        padding: 0 10px !important;
    }
}

/* Menu */
.nh-menu .navbar {
    background-color: #fff !important;
    padding: 0 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.nh-menu .fixed-top {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.nh-menu .navbar-toggler:focus {
    outline: none;
}

.nh-menu .navbar-brand {
    font-weight: 700;
    color: #000;
}

.nh-menu .navbar-brand img {
    max-height: 40px;
    width: auto;
}

.nh-menu .navbar .nav-link {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    padding: 30px 10px;
    transition: 0.3s;
}

.nh-menu .navbar .nav-link:hover {
    color: var(--primary);
}

@media (min-width: 992px) {
    .nh-menu .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .nh-menu .navbar .dropdown-menu {
        box-shadow: 0 3px 6px rgba(0,0,0,0.3) !important;
    }
    .nh-menu .navbar .nh-dropdown li a {
        height: 100px;
    }
}

@media (max-width: 992px) {
    .nh-menu .nh-dropdown .dropdown-menu {
        width: 100% !important;
    }
    .nh-menu .nh-dropdown li a .content h4 {
        font-size: 13px !important;
    }
    .nh-menu .nh-dropdown li a .content p {
        font-size: 12px !important;
    }
    .nh-menu .nh-dropdown li a img {
        width: 32px !important;
        height: 32px !important;
    }
    .nh-menu .nh-menu-user {
        padding: 0;
    }
}

.nh-menu .navbar .dropdown-menu {
    margin-top: 0 !important;
}

.nh-menu .navbar .dropdown-menu a:focus {
    background-color: rgba(0,0,0,0.03);
    color: #16181B;
}

.nh-menu .navbar .nh-dropdown .dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    padding: 0;
    border-top: 3px solid var(--primary);
    border-bottom: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    margin-top: -0.5px;
    width: 580px;
    left: -200px;
}

.nh-menu .navbar .nh-dropdown li a {
    display: flex;
    justify-content: start;
    padding: 15px 20px;
    width: 290px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-decoration: none !important;
    background-color: #fff;
    transition: 0.3s;
}

.nh-menu .navbar .nh-dropdown li a:hover {
    background-color: rgba(0,0,0,0.03);
}

.nh-menu .navbar .nh-dropdown li img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    margin-right: 10px;
}

.nh-menu .navbar .nh-dropdown li a h4 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.nh-menu .navbar .nh-dropdown li a p {
    font-size: 13px;
    font-weight: 400;
    color: #6C757D;
    white-space: normal;
    margin-bottom: 0;
    margin-top: 0;
}

.nh-menu-user {
    padding: 22px 0 22px 20px;
}

.nh-menu-user a {
    padding: 0 !important;
}

.nh-menu-user i {
    background-color: var(--primary);
    padding: 10px;
    color: #fff;
    font-size: 14px;
    height: 37px;
    width: 37px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.nh-menu-user span {
    background-color: #ECECEC;
    padding: 10px;
    font-size: 14px;
    transition: 0.2s;
    position: relative;
    top: 1px;
}

.nh-menu-user a:hover span {
    background-color: var(--primary);
    color: #fff;
}

.nh-menu-badge {
    font-size: 10px;
    position: absolute;
    top: 13px;
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .dropdown-hover:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 992px) {
    .nh-menu .nav-link {
        border-top: 1px solid #ccc;
        padding: 20px 10px !important;
        transform: scale(1);
    }
    .nh-menu .dropdown-menu li a {
        width: 100% !important;
    }
    .nh-menu .navbar {
        padding: 0;
    }
    .nh-menu-head {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .nh-menu-badge {
        top: 4px;
    }
}

.nh-menu .dropdown-menu {
    border-radius: 0;
    border: 0;
    border-top: 3px solid #007bff
}

.nh-menu .dropdown-menu a {
    font-weight: 600;
    padding: 10px 20px;
    font-size: 15px;
}

/* Slider */
.nh-slider .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
    height: 600px;
}

@media (max-width: 768px) {
    .nh-slider-content {
        display: flex;
        align-items: center;
        height: 580px;
    }
}

.nh-slider-img {
    max-height: 512px;
    max-width: 512px;
}

.nh-slider-img.right {
    float: right;
}

.nh-slider .texts {
    color: #fff;
}

.nh-slider .texts h1, .nh-slider .texts h2, .nh-slider .texts h3, .nh-slider .texts h4, .nh-slider .texts h5, .nh-slider .texts h6 {
    font-weight: 700;
    font-family: "Poppins" !important;
}

.nh-slider .title {
    font-size: 60px;
    text-transform: uppercase;
}

.nh-slider .subtitle {
    font-size: 30px;
    text-transform: uppercase;
}

.nh-slider-divider {
    background-color: var(--primary);
    display: block;
    height: 7px;
    width: 100px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .nh-slider-divider {
        height: 5px;
        margin-bottom: 15px;
    }
}

.nh-slider .btn {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px 20px;
    border: 0 !important;
}

.nh-slider .btn i {
    margin-right: 5px;
    transition: 0.1s;
}

.nh-slider .btn:hover i {
    margin-right: 7px;
}

.nh-slider .btn-yellow {
    margin: 10px 0;
}

.nh-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.7);
    border-radius: 60px;
    padding: 0 5px;
}

.nh-slider .owl-dot {
    position: relative;
    top: 2px;
}

.nh-slider .owl-nav button {
    position: absolute;
    top: 50%;
}

.nh-slider .owl-nav button i {
    font-size: 50px;
    color: rgba(255,255,255,0.6);
}

.nh-slider .owl-prev {
    left: 0;
}

.nh-slider .owl-next {
    right: 0;
}

.nh-slider .owl-nav button:hover i {
    background-color: transparent !important;
}

.nh-slider .owl-nav {
    margin: 0 !important;
}

.nh-slider .owl-stage {
    background-color: #f9f9f9;
}

@media (max-width: 768px) {
    .nh-slider-img {
        width: auto !important;
        max-height: 150px;
        display: block;
        margin: auto;
    }
    .nh-slider .item {
        padding: 20px 0 60px 0;
    }
    .nh-slider .texts {
        padding: 20px 0;
    }
    .nh-slider-img.right {
        float: none !important;
    }
    .nh-slider .texts .title {
        font-size: 40px;
    }
    .nh-slider .texts .subtitle {
        font-size: 24px;
    }
    .nh-slider .btn {
        padding: 10px 18px;
        font-size: 14px;
    }
}

/* Suggest */
.nh-suggest {
    background-color: #fff;
    padding: 20px;
    transition: 0.3s;
    border-top: 8px solid var(--primary);
    text-align: center;
    margin: 15px 0;
}

.nh-suggest-blue {border-top: 8px solid var(--primary)}
.nh-suggest-green {border-top: 8px solid #44B0B4}
.nh-suggest-purple {border-top: 8px solid #5E58FF}

.nh-suggest img {
    max-height: 92px;
    max-width: 92px;
    margin-bottom: 15px;
}

.nh-suggest .title {
    font-weight: 700;
    color: #000;
    font-size: 20px;
}

.nh-suggest p {
    color: #6c757d;
}

.nh-suggest .price {
    margin-bottom: 10px;
}

.nh-suggest .price h3 {
    font-size: 30px;
    color: var(--primary);
    display: inline-block;
    margin-top: 10px;
}

.nh-suggest .price .tl {
    font-size: 30px;
    color: var(--primary);
}

.nh-suggest .price h3 span {
    font-size: 15px;
    color: #6c757d;
}

.nh-suggest .price small {
    color: #6c757d;
}

.nh-suggest .btn {
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.nh-suggest .btn:hover {
    transform: scale(1.04);
    color: #fff;
}

.btn-gradient {
    background: linear-gradient(to bottom right, var(--primary), #5EB8A0);
    color: #fff;
}

/* Domain */
.nh-domain {
    margin-bottom: 30px;
}

.nh-domain h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.nh-form-domain button {
    background-color: var(--primary);
    color: #fff;
    border-radius: 0 !important;
    padding: 12px 30px;
}

.nh-form-domain button:hover {
    color: #fff;
}

#nh-slider-domain {
    margin-top: 20px;
}

.nh-form-domain .form-control {
    border-radius: 0 !important;
    font-weight: 600;
}

#nh-slider-domain .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    border-right: 1px solid #ccc;
    padding-right: 20px;
}

#nh-slider-domain .domain-name img {
    max-height: 30px;
    width: auto;
    object-fit: cover;
}

#nh-slider-domain .domain-price {
    font-size: 30px;
    font-weight: 700;
    margin-left: 20px;
    color: var(--success);
}

/* Pricing Cloud */
.nh-pricing-cloud {
    background-color: #fff;
    border-top: 8px solid #368EF3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.nh-pricing-cloud h2 {
    font-size: 20px;
}

.nh-pricing-cloud .nh-pc-content {
    padding: 5px 20px;
    text-align: center;
}

.nh-pricing-cloud .nh-pc-content img {
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
}

.nh-pricing-cloud .nh-pc-content ul {
    padding: 0;
    margin: 0;
    text-align: left;
}

.nh-pricing-cloud .nh-pc-content ul li {
    list-style: none;
    margin-bottom: 4px;
}

.nh-pricing-cloud .nh-pc-content ul li i {
    color: #5B5B5B;
}

.nh-pricing-cloud .nh-pc-content:last-child {
    text-align: right;
}

.nh-pricing-cloud .nh-pc-price {
    margin-bottom: 20px;
}

.nh-pricing-cloud .nh-pc-price span {
    color: #6c757d;
    font-size: 12px;
}

@media (max-width: 992px) {
    .nh-pricing-cloud {
        display: block;
    }
    .nh-pricing-cloud .nh-pc-content {
        text-align: center !important;
    }
    .nh-pricing-cloud .nh-pc-content ul {
        text-align: center;
    }
    .nh-pricing-cloud .nh-pc-content:last-child {
        padding-bottom: 20px;
    }
    .nh-pricing-cloud .nh-pc-content.pl-0 {
        padding-left: 20px !important;
    }
    .nh-pricing-cloud .btn {
        width: 100%;
        display: block;
    }
}

/* Pricing Dedicated */
.nh-pricing-dedicated {
    background-color: #fff;
    display: flex;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    border-top: 8px solid #727272;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

@media (max-width: 992px) {
    .nh-pricing-dedicated {
        display: block;
    }
    .nh-pd-item {
        width: 49%;
        display: inline-block;
    }
    .nh-pd-content:first-child, .nh-pd-content:nth-child(3), .nh-pd-content:nth-child(5) {
        border-right: 0;
    }
    .nh-pd-content:first-child {
        text-align: center;
        padding: 0;
    }
    .nh-pd-center {
        justify-content: center;
    }
    .nh-pd-name {
        justify-content: center;
    }
    .nh-pd-content:last-child {
        padding: 0;
    }
}

.nh-pd-name {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.nh-pd-name img {
    height: 38px;
    width: 38px;
    margin-right: 6px;
}

.nh-pd-name h2 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 800;
}

.nh-pd-content {
    padding: 20px 30px;
    border-right: 1px solid #ccc;
    height: 150px;
}

.nh-pd-item {
    text-align: center;
}

.nh-pd-img {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.nh-pd-item img {
    max-width: auto;
    max-height: 48px;
}

.nh-pd-text {
    font-size: 18px;
    font-family: "Inter";
    font-weight: 600;
}

.nh-pd-text span {
    font-weight: 500;
    color: #6c757d;
    margin-top: -4px;
    display: block;
}

.nh-pd-content .btn-warning {
    font-weight: 600;
}

.nh-pd-center {
    display: flex;
    align-items: center;
}

.nh-pd-content:last-child {
    border-right: 0;
}

.nh-pd-content:last-child h3 {
    margin-bottom: 15px;
}

.nh-pd-content:last-child h3 span {
    font-size: 12px;
    color: #6c757d;
}

/* Pricing Game */
.nh-pricing-game {
    border: 3px solid #007bff;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    margin: 20px 0;
}

.nh-pricing-game img {
    width: 128px;
    height: 128px;
}

.nh-pricing-game ul li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.nh-pricing-game ul li:last-child {
    border-bottom: 0;
}

.nh-pg-name {
    font-size: 24px;
    text-transform: uppercase;
    margin: 20px 0;
}

.nh-pg-price {
    font-size: 42px;
    margin: 20px 0;
}

.nh-pg-price span {
    font-size: 12px;
    color: #6c757d;
}

.nh-pricing-game .btn {
    border-radius: 50px;
    padding: 10px 28px;
    font-weight: 600;
}

/* Pricing */
.nh-pricing {
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    background-color: #fff;
    border-top: 12px solid var(--primary);
    margin: 20px 0;
}

.nh-pricing-top .nh-pricing-head {
    padding: 25px 15px;
}

.nh-pricing-head h3 {
    margin: 0;
    font-size: 20px !important;
}

.nh-pricing-head {
    background-color: #343A40;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.nh-pricing ul {
    padding: 0;
    margin: 0;
}

.nh-pricing ul li {
    list-style: none;
    text-align: center;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 16px;
}

.nh-pricing ul li:last-child {
    border-bottom: 0;
}

.nh-pricing ul li img {
    height: 24px;
    width: auto;
}

.nh-pricing-price {
    text-align: center;
    margin: 15px 0;
}

.nh-pricing-price .quote {
    font-size: 14px;
    color: #6c757d;
}

.nh-pricing-price h4 {
    font-size: 28px;
}

.nh-pricing-btn {
    padding: 10px 20px;
}

.nh-pricing-btn .btn {
    padding: 10px;
    font-size: 16px;
}

.nh-pricing-more a {
    color: #007bff;
    font-weight: 600;
    font-size: 15px;
}

@media (min-width:992px) {
    .nh-pricing-margin .col-lg-3 {
        padding-right: 0;
        padding-left: 0;
    }
    .nh-pricing-top {
        margin-top: 10px;
    }
}

/* About Page */
.nh-banner-about .nh-banner-content {
    padding: 80px 0 100px 0;
}

.nh-banner-about .nh-bt-black {
    display: inline-block;
}

.nh-banner-about .nh-bt-black h1 {
    text-transform: uppercase;
    margin-bottom: 0;
}

.nh-about-top {
    margin-top: -90px;
}

.nh-about-card {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}

.nh-about-card .head {
    background-color: #343A40;
    color: #fff;
    padding: 20px 30px;
}

.nh-about-card .head h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.nh-about-card .body {
    padding: 20px 30px;
}

.nh-about-card .body p {
    font-size: 15px;
}

.nh-about-nav .head {
    padding: 10px !important;
}

.nh-about-nav .body {
    padding: 10px 30px !important;
}

.nh-about-nav ul {
    margin-bottom: 0;
}

.nh-about-nav ul li a {
    color: var(--dark);
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 15px;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #818181;
    text-decoration: none !important;
    transition: 0.2s;
}

.nh-about-nav ul li a.active, .nh-about-nav ul li a:hover {
    color: var(--dark);
}

.nh-about-nav ul li:last-child a {
    border-bottom: 0;
}

.nh-about-bank .img {
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.nh-about-bank .img img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.nh-about-bank .table td {
    font-size: 15px;
}

.nh-about-bank .table td:first-child {
    font-weight: 600;
    width: 30%;
}

/* Content */
.nh-section-content h3 {
    font-size: 22px;
    font-weight: 600;
}

.nh-section-content p {
    color: #6C757D;
    line-height: 25px;
    font-size: 16px;
    margin-top: 20px;
}

.nh-section-content-img {
    max-height: 350px;
    width: auto;
    object-fit: cover;
    margin: auto;
    display: block;
    max-width: 100%;
}

@media (max-width: 768px) {
    .nh-section-content-img {
        max-width: 300px;
        max-height: 100%;
        margin: 10px auto;
    }
}

/* Login Page */
.nh-login-page {
    background-image: url("../img/art-1.jpg");
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

@media (max-width: 768px) {
    .nh-login-page {
        padding: 50px 0 !important;
    }
}

.nh-login-page .reg-text {
    color: #6c757d;
    font-weight: 500;
}

.nh-login-page h2.h3 {
    font-weight: 600;
    margin-bottom: 5px !important;
}

.nh-login-page .reg-text a {
    color: var(--primary);
}

.nh-login-page form label {
    font-size: 14px;
}

.nh-login-reg {
    background-color: #fff;
    padding: 30px;
    max-width: 500px;
}

.nh-login-reg .btn {
    margin-top: 20px;
    font-weight: 600;
}

.nh-login-reg h5 {
    font-weight: 400;
    color: #6c757d;
}

.nh-borderless, .nh-borderless .form-control, .nh-borderless .input-group-text, .nh-borderless input[type="password"] {
    border-radius: 0 !important;
}

.nh-borderless .btn-reveal-pw {
    border: 1px solid #ced4da !important;
    border-left: 0 !important;
}

.nh-login-card .btn-primary {
    font-weight: 600;
}

/* Register Page */
.nh-register-page {
    background-image: url("../img/art1.jpg");
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.nh-register-title {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

/* Feature Back */
.nh-feature-back {
    display: flex;
    margin: 10px 0;
}

.nh-feature-back img {
    max-width: 100px;
    min-width: 96px;
    max-height: 100px;
    min-height: 96px;
    margin-right: 20px;
}

.nh-feature-back h2 {
    font-size: 22px;
}

.nh-feature-back p {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
}

/* FAQ */
.nh-faq .card {
    border: 1px solid #e1e1e1 !important;
    border-radius: 0;
    margin: 10px 0;
}

.nh-faq .card-header {
    font-weight: 600;
    background-color: #fff;
    cursor: pointer;
}

/* Section Back */


.nh-section-back.nh-section {
    padding: 0;
}

.nh-section-back-alt {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 50px 0;
}

.nh-sb-content h2 {
    text-transform: uppercase;
    font-size: 44px;
    margin-bottom: 10px;
}

.nh-sb-content .btn {
    margin-top: 10px;
}

.nh-list-inline ul {
    float: left;
    margin-right: 30px;
}

.nh-list-inline {
    overflow: auto;
}

.nh-list {
    margin: 0;
    padding: 0;
}

.nh-list li {
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.nh-list li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: 15px;
    font-weight: 900;
    margin-right: 6px;
    color: #2ecc71;
}

.nh-list-check li::before {
    content: "\f00c";
    color: #2ecc71;
}

.nh-sb-img {
    width: auto;
    max-width: 100%;
    max-height: 400px;
    display: block;
    margin: auto;
}

.nh-divider {
    display: block;
    height: 5px;
    background-color: #007bff;
    width: 120px;
    margin-bottom: 20px;
}

.nh-sb-content .btn {
    font-weight: 600;
}

@media (max-width: 768px) {
    .nh-sb-img {
        width: 100%;
        height: 100%;
        margin-top: 20px;
    }
    .nh-list li {
        font-size: 14px;
    }
    .nh-sb-content h1 {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .nh-sb-img {
        max-height: 300px !important;
        width: auto;
    }
}

/* Customer */
.nh-section-customer {
    background-color: #007bff;
}

.nh-section-customer .nh-section-header, .nh-section-customer .nh-section-header p {
    color: #fff;
}

.nh-cc-user {
    display: flex;
    align-items: center;
}

.nh-customer-card {
    background-color: #fff;
    padding: 30px;
}

.nh-customer-card .nh-cc-user img {
    height: 60px;
    width: 60px !important;
    border-radius: 100%;
    object-fit: cover;
    border: 2px solid #AAAAAA;
    margin-right: 15px;
}

.nh-customer-card .nh-cc-user h3 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
}

.nh-customer-card .nh-cc-user span {
    color: #6c757d;
}

.nh-customer-card .nh-cc-user {
    margin-bottom: 20px;
}

.nh-customer-card p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.nh-section-customer .owl-carousel .owl-dots.disabled {
    display: block !important;
}

/* Features */
.nh-feature-box {
    margin: 20px 0;
    text-align: center;
    padding: 0 10px;
}

.nh-feature-box h3 {
    font-size: 16px;
}

.nh-feature-box img {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 20px;
}

.nh-feature-box p {
    color: #6c757d;
    font-size: 15px;
}

@media (max-width: 768px) {
    .nh-feature-box p {
        font-size: 14px;
    }
}

/* Contact */
.nh-contact-box {
    text-align: center;
    height: 260px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin: 10px 0;
}

.nh-contact-box:hover {
    background-color: rgba(0,0,0,0.9);
}

.nh-contact-box i {
    font-size: 80px;
    margin-bottom: 20px;
}

.nh-contact-box img {
    margin-bottom: 20px;
}

.nh-contact-box h3 {
    font-size: 20px;
}

@media (max-width: 992px) {
    .nh-contact-box {
        height: 180px;
    }
}

/* Banner */
.nh-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.nh-banner-alt {
    background-color: rgba(0,0,0,0.6);
}

.nh-banner-img {
    max-height: 360px;
    width: auto;
}

@media (max-width: 768px) {
    .nh-banner-img {
        display: none;
    }
}

.nh-banner-content {
    padding: 40px 0 100px 0;
}

.nh-bt-black {
    background-color: rgba(0,0,0,0.5);
    padding: 30px !important;
}

.nh-banner .texts h1, .nh-banner .texts h2, .nh-banner .texts h3, .nh-banner .texts h4, .nh-banner .texts h5, .nh-banner .texts h6 {
    font-family: "Poppins" !important;
}

.nh-banner .texts h2.subtitle {
    font-size: 20px;
    font-weight: 500 !important;
}

.nh-banner .texts .subtitle {
    font-weight: 600;
}

.nh-banner .texts .nh-slider-divider {
    margin-top: 20px;
}

.nh-banner .nh-list li strong {
    font-weight: 800 !important;
}

/* Hosting */
.nh-section-top {
    margin-top: -146px;
    margin-bottom: -40px;
}

.nh-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: default;
}

.nh-tooltip .text {
    visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -80px;
    padding: 10px;
    font-size: 16px;
    font-style: normal;
}

.nh-tooltip:hover .text {
    visibility: visible;
}

.pricing-cycle {
    color: #6c757d;
    font-size: 14px;
    border-color: #6c757d;
    font-style: italic;
}

.nh-section-panel {
    background: linear-gradient(to right, #FF6C2C 50%, #2F4253 50%);
    margin: 40px 0;
}

.nh-section-panel.nh-section {
    padding: 0;
}

.nh-section-panel .col-md-6 {
    padding: 0;
}

.nh-sp-content {
    color: #fff;
}

.nh-sp-cpanel {

}

.nh-sp-plesk {

}

.nh-sp-cpanel .alt {
    background-color: rgba(255, 108, 44, 0.9);
    padding: 40px;
}

.nh-sp-plesk .alt {
    background-color: rgba(47, 66, 83, 0.9);
    padding: 40px;
}

.nh-sp-content .btn {
    font-weight: 500;
    padding: 8px 20px;
    margin-top: 15px;
}

/* Table Hosting */
.nh-hide {
    display: none;
}

.nh-table-yellow {border-top-color: #F3C850 !important}
.nh-table-green {border-top-color: #2ECC71 !important}
.nh-table-pink {border-top-color: #ACA9FC !important}

.nh-table th:first-child {
    border-top: 0;
    border-left: 0;
    background-color: transparent;
    border-bottom: 0;
}

.nh-table th:nth-child(2) {
    border-left: 0;
}

.nh-table thead th:last-child {
    border-right: 0;
}

.nh-table thead th {
    border-top: 5px solid #007bff;
    border-bottom: 3px solid #ccc;
    text-align: center;
    background-color: #343A40;
    color: #fff;
    font-size: 18px;
    border-left: 0 !important;
    border-right: 0;
}

.nh-table td:first-child {
    text-align: right;
    border-left: 0;
    font-weight: 500;
}

.nh-table td {
    text-align: center;
}

.nh-table td:last-child {
    border-right: 0;
}

.nh-table-bottom td {
    border-left: 0;
    border-right: 0;
    font-size: 18px;
    font-weight: 700 !important;
}

.nh-table-bottom td:last-child {
    text-align: right;
}

.nh-table-price td {
    border-bottom: 0;
}

.nh-table-price td h3 span {
    font-size: 13px;
    color: #6c757d;
}

.nh-table-price td:nth-child(2) {
    border-left: 0;
}

/* Footer */
.nh-footer-contents {
    background-color: #3A3A3A;
    color: #fff;
    padding: 30px 0 20px 0;
}

.nh-footer-content {
    padding: 10px 0;
}

.nh-footer-logo {
    padding-bottom: 10px;
    display: block;
}

.nh-footer-logo img {
    max-height: 40px;
    width: auto;
}

.nh-footer a {
    color: #fff;
}

.nh-footer-box {
    background-color: rgba(0,0,0,0.3);
    margin: 20px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}

.nh-footer-box:hover {
    background-color: rgba(0,0,0,0.5);
}

.nh-fb-icon {
    padding: 15px;
    background-color: rgba(255,255,255,0.2);
    margin-right: 10px;
}

.nh-fb-icon i {
    font-size: 17px;
}

.nh-fb-address {
    padding: 10px 0;
}

.nh-footer-title {
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    font-size: 20px;
}

@media (max-width: 768px) {
    .nh-footer-title {
        font-size: 18px;
    }
    .nh-footer-box .nh-fb-content {
        font-size: 15px;
    }
}

.nh-footer-list {
    margin: 0;
    padding: 0;
}

.nh-footer-list li {
    list-style: none;
    margin-bottom: 6px;
    font-size: 14px;
}

.nh-footer-list li a {
    font-weight: 500;
    color: #D8D8D8;
}

.nh-footer-copyright {
    background-color: #2E2E2E;
    color: #fff;
    padding: 18px 0;
}

.nh-footer-copyright .content {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .nh-footer-copyright .content {
        display: block;
        text-align: center;
    }
    .nh-footer-copyright .content span {
        font-size: 13px !important;
        display: block;
    }
}

.nh-footer-copyright .content span {
    font-size: 15px;
}

/* Clientarea Header */
.nh-clientarea-header {
    background-image: url('../img/business.jpg');
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

@media (max-width: 768px) {
    .nh-clientarea-header {
        padding: 20px 0 !important;
    }
    .nh-ch-box .nh-ch-box-title {
        font-size: 15px;
    }
    .nh-ch-box {
        height: 114px;
    }
    .nh-ch-content .title {
        font-size: 22px !important;
    }
}

.nh-ch-content {
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    transition: 0.3s;
    cursor: pointer;
}

.nh-ch-content:hover {
    background-color: rgba(0,0,0,0.5);
}

.nh-ch-content .nh-chc-icon i {
    font-size: 50px;
    margin-right: 15px;
}

.nh-ch-content .nh-chc-2 {
    position: absolute;
    right: 40px;
    z-index: 99;
    font-size: 20px;
}

.nh-ch-content .title, .nh-ch-content .desc {
    font-family: "Inter";
}

.nh-ch-content .title {
    font-size: 26px;
    font-weight: 600;
}

.nh-ch-content .desc {
    font-size: 18px;
}

.nh-ch-boxs a {
    text-decoration: none;
    color: #000;
}

.nh-ch-box {
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    font-family: "Inter";
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
}

.nh-ch-box:hover {
    background-color: #f9f9f9;
}

.nh-ch-box-icon img {
    height: 48px;
    width: 48px;
}

.nh-ch-box-stat {
    font-weight: 600;
    font-size: 34px;
}

.nh-ch-box-title {
    font-size: 18px;
    color: #6c757d;
}

/* Banner Page */
.nh-banner-page {
    background-image: url("../img/business.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
}

.nh-bp-alt {
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    padding: 60px 0;
}

.nh-bp-alt h1 {
    margin-bottom: 0;
}

.nh-banner-cart {
    background-image: url("../img/art11.jpg");
}

/* Steps */
.nh-step {
    background-color: #fff;
    color: var(--dark);
    padding: 20px 15px;
    display: flex;
    align-items: center;
    border-bottom: 4px solid #ccc;
}

.nh-step-active {
    border-color: #007bff;
}

.nh-step img {
    height: 48px;
    width: 48px;
    margin-right: 10px;
}

.nh-step span {
    font-weight: 600;
}

.nh-step-mini {
    font-size: 14px;
}

@media (max-width: 992px) {
    .nh-step {
        display: none;
    }
    .nh-step.nh-step-active {
        display: block;
    }
}

.col-1-5{
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media(max-width: 992px) {
    .col-1-5{
        width: 100%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media(max-width: 768px) {
    .col-1-5{
        width: 100%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.nh-404 {
    background-image: url("../img/forest.jpg");
    background-size: cover;
    background-position: center;
    margin: -20px 0 !important;
    padding: 100px 0;
}

@media (max-width: 768px) {
    .nh-404 {
        padding: 50px 0;
    }
    .nh-404 .content h1 {
        font-size: 40px;
    }
    .nh-404 .content .buttons a {
        margin-bottom: 20px;
    }
}

.nh-404 .content {
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    color: #fff;
    padding: 40px;
}

/* Section */
.nh-section {
    padding: 50px 0;
}

.nh-section-gray {
    background-color: #f9f9f9;
}

.nh-section-header {
    text-align: center;
    margin-bottom: 30px;
}

.nh-section-header p {
    font-size: 18px;
    color: #6c757d;
}

/* General */
.btn-primary {background-color: var(--primary);border-color: var(--primary)}
.btn-success {background-color: var(--success);border-color: var(--success)}

.text-primary {color: var(--primary) !important}
.text-success {color: var(--success)}

.border-yellow {border-color: var(--yellow)}
.border-green {border-color: var(--green)}
.border-pink {border-color: var(--pink)}
.border-cyan {border-color: var(--cyan)}
.btn-black {
    background-color: #434343;
    color: #fff;
}

.btn-black:hover {
    background-color: #232323;
    color: #fff;
}

.card, .alert, .form-control {
    border-radius: 0;
}

.btn {
    transition: 0.3s;
    border: 0;
    border-radius: 0;
}

.nh-btn {
    padding: 13px 20px !important;
    font-size: 16px !important;
}

.btn-yellow {
    background-color: #F6D811;
    color: #000;
}

.btn-yellow:hover {
    background-color: #000;
    color: #F6D811;
}

.text-white {color: #fff !important}

.tl {
    font-family: "Poppins";
}

.blink {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    50% {
      opacity: 0;
    }
}

.nh-link {
    text-decoration: none !important;
}

.main-content {
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform:translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

@media (max-width: 992px) {
    .dnm {display: none;}
}

.alert {
    font-weight: 500;
}