.header-section {
  background-color: #000f57 !important;
}
.sticky-header.header-5 {
  background-color: #0c0c0c !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.footer-copyright {
  padding: 15px 0;
  background-color: #0c0c0c;
}
.nav-wrapper ul li.has-submenu .submenu-wrapper.theme-megamenu {
  left: 0;
}

.header-5 .outline-btn {
  background-color: #ff7800;
  border: 0;
}

.header-5 .outline-btn:hover {
  background-color: #1c40f2;
}

.nav-menu {
  padding: 0;
}

.hero-btns .primary-btn {
  background: #ff7800;
}

.hero-btns .primary-btn::before {
  display: none;
}

.hero-btns .primary-btn:hover {
  background: #1c40f2;
}

.migrate-btns .outline-btn {
  background: #ff7800;
  border: 0;
}

.migrate-btns .outline-btn:hover {
  background: #1c40f2;
}

.rs-primary-btn {
  background: #ff7800;
}

.rs-primary-btn:hover {
  background: #1c40f2;
}

.h5-footer {
  padding: 120px 0 0 0;
  background: linear-gradient(278.54deg, #001dac 15.93%, #000f57 98.7%);
}

.footer-widget .widget-title::before {
  display: none;
}

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

.footer-widget .footer-nav li a:hover::before {
  color: #ff7800;
}

.footer-widget .ft-subtitle::after {
  display: none;
}

.footer-widget .social-nav li a {
  background: transparent;
  transition: 0.3s;
  border: 1px solid rgba(220, 221, 222, 0.31);
}

.footer-widget .social-nav li a:hover {
  transform: translateY(-3px);
  border-color: #ffffff;
}

.footer-widget .social-nav li a::before {
  display: none;
}

.footer-copyright .copyright-links a:hover {
  color: #ffffff;
}

.footer-copyright .copyright-links a+a::before {
  background: rgba(220, 221, 222, 0.31);
}

/*pricing package*/
.tt-pricing-single {
  padding: 40px 24px 14px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  border-radius: 6px;
  box-shadow: none;
  transition: transform .3s, box-shadow .3s;
}

.tt-pricing-single:hover {
  box-shadow: 4px 6px 18px rgba(0, 0, 0, 0.05), 4px 6px 20px rgba(0, 0, 0, 0.05), 4px 6px 24px rgba(0, 0, 0, 0.04);
  transform: translate3d(0, -5px, 0);
}

.tt-popular-package {
  position: absolute;
  background-color: #ff7800;
  color: #fff;
  font-weight: 700;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  border-radius: 4px;
  padding: 6px 19px;
}

.tt-discount del {
  color: #b5b9c9;
}

.tt-discount span {
  color: #ff7800;
  font-weight: 600;
}

.tt-main-price {
  position: relative;
  font-size: 42px;
}

.tt-main-price:after {
  content: "\f621";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: -16px;
  top: 10px;
  font-size: 7px;
  color: #144fc4;
}

.tt-price-cycle {
  position: relative;
  font-size: 18px;
}

.tt-pricing-feature-list {
  position: relative;
  padding-top: 35px;
}

.tt-pricing-feature-list:before {
  display: block;
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  height: 4px;
  width: 38px;
  background-color: #144fc4;
  margin: auto;
  border-radius: 4px;
}

.tt-pricing-feature-list li {
  font-size: 15px;
}

.tt-pricing-feature-list li .tt-highlight-text {
  color: #ff7800;
  border: 1px solid #ff7800;
  text-transform: uppercase;
  font-size: 10px;
  padding: 1px 6px;
}

.tt-pricing-feature-list li i {
  color: #99a5c2;
  font-size: 14px;
}

.tt-pricing-feature-list li:not(:last-child) {
  margin-bottom: 6px;
}

.tt-pricing-feature-list li[data-bs-toggle] {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.tt-pricing-feature-list li[data-bs-toggle]:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 28px;
  right: 0;
  width: auto;
  border-bottom: 1px dashed #b5b9c9;
}

.tt-more-feature {
  color: #112240;
  font-weight: 700;
}

.tt-more-feature:hover {
  color: #144fc4;
}

.tt-highlight-list li {
  font: 11pt Arial;
  color: #fcf9f9;
}

.tt-pricing-overlap {
  margin-top: -250px;
  position: relative;
  z-index: 1;
}

.tt-pricing-tab-list {
  padding: 0 !important;
}

.tt-pricing-tab-list li {
  margin-right: 1.5rem;
}

.tt-pricing-tab-list li a {
  font-size: 20px;
  color: #fcf9f9;
  padding: 0.25rem 0;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}

.tt-pricing-tab-list li a:hover {
  color: #FF7800;
}

.tt-pricing-tab-list li a.active {
  color: #FF7800;
  border-color: #FF7800;
}

.tt-pricing-tab-list li:first-child {
  padding-left: 0;
}


/* domain search page */
.tt-domain-search .form-control {
  padding: .75rem 1rem;
  color: #fcf9f9;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.tt-domain-search .form-control:focus,
.tt-domain-search button:focus {
  box-shadow: none;
  outline: none;
  z-index: 1;
}

.tt-domain-search button {
  padding: .75rem 1.5rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 20px;
  left: -3px;
}

.tt-single-domain {
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(81, 85, 88, .1);
  overflow: hidden;
  padding: 30px;
  transition: all .3s ease-in-out;
}

.tt-single-domain:hover {
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.06), 0 16px 24px rgba(0, 0, 0, 0.06), 0 16px 48px rgba(0, 0, 0, 0.08);
  transform: translate3d(0, -8px, 0);
}

.tt-inner-link {
  color: #fcf9f9;
  transition: all .3s ease-in-out;
}

.tt-inner-link:hover {
  color: #FF7800;
}

.tt-discount-domain-price {
  font-family: "Urbanist", sans-serif;
}

.tt-discount-domain-price del {
  font-size: 18px;
}

.tt-discount-domain-price .badge {
  line-height: inherit;
}

.tt-domain-register-btn {
  background: linear-gradient(95.45deg, #0082F8 0.64%, #1c40f2 98.23%);
  z-index: 1;
  position: relative;
}

.tt-domain-register-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 102%;
  height: 100%;
  background: linear-gradient(95.45deg, #1c40f2 98.23%, #0082F8 0.64%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.tt-domain-register-btn:hover::before {
  opacity: 1;
}

.tt-domain-price {
  font-size: 24px;
}

.tt-domain-price span {
  font-size: 20px;
  font-weight: 600;
}

/* vps plan */
.tt-primary-btn {
  background: #ff7800;
  border-color: #ff7800;
  padding: 12px 32px;
}

.tt-primary-btn:hover {
  background-color: #1c40f2;
  color: #fcf9f9;
}

.tt-single-vps-plan {
  border-radius: 6px !important;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04), 0 24px 64px 0 rgba(0, 0, 0, .06);
}

.tt-accordion-button {
  padding: 24px;
  cursor: pointer;
  border-radius: 16px !important;
  background-color: transparent !important;
  border: none !important;
}

.accordion-button.tt-accordion-button:not(.collapsed) {
  box-shadow: none !important;

}

.tt-single-vps-plan .accordion-body {
  padding: 0 24px 24px;
}

.tt-feature-name {
  font-size: 18px;
}

.tt-feature-name strong {
  color: #001042;
}

.yearly-price {
  display: none;
}

.tt-vps-price {
  font-size: 22px;
  font-family: "Urbanist", sans-serif;
  color: #001042;
  font-weight: 700;
}

.tt-vps-price span {
  font-size: 16px;
}

.tt-badge-bg {
  background-color: rgba(255, 120, 0, 0.15);
  color: #FF7800;
}

.accordion-button.tt-accordion-button,
.accordion-button.tt-accordion-button:not(.collapsed) {
  color: #666666;
}

.tt-single-vps-feature {
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  padding: 8px 24px;
}
/* notice bar css */
.notice-bar{
  background: #FF7800;
}


/* mobile support */
.mobile-menu .close-menu {
  top: 10px;
}

.mobile-header-bg {
  background: #000f57;
}

@media (min-width: 1600px) and (max-width: 1780px) {
  .hero-area img.left-bottom-circle {
    left: -140px;
  }
}

@media (min-width: 320px) and (max-width: 1599px) {
  .hero-area img.left-bottom-circle {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .tt-text-hide {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .control-dashboard {
    display: none;
  }

  .header-right {
    display: none !important;
  }
}



/* login and register styles */

.login-left-side-custom {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 605px;
  padding: 3rem 3.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  position: fixed;
  height: 100%;
}
.login-left-side-custom.tt-sidebar-bg {
  background: #000F57;
  background: -webkit-linear-gradient(left top, #000F57, #001DAC);
  background: -o-linear-gradient(bottom right, #000F57, #001DAC);
  background: -moz-linear-gradient(bottom right, #000F57, #001DAC);
  background: linear-gradient(to bottom right, #000F57, #001DAC);
}

.login-left-side-custom #particles-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
}

.login-left-side-custom .custom-login-bg {
  position: absolute;
  left: 0;
  right: 0;
  width: 1600px;
  bottom: 0;
  pointer-events: none;
}

.login-right-side-custom {
  flex: 1 auto;
  -ms-flex: 1 0 0px;
  min-width: 0;
  padding: 3rem 3rem;
  background: #f5f5f5;
  max-width: 100%;
  padding-left: 635px;
}
.tt-login-page {
  min-height: 100vh !important;
}
.custom-login-page {
  display: flex;
  flex-direction: row;
  flex: 1;
  -ms-flex: 1 0 0px;
  min-height: 100%;
}
.tt-login-page .login-wrapper {
  padding-top: 0;
}

.login-wrapper {
  display: flex;
  height: 100%;
  padding-top: 25px;
}
.login-wrapper .login-form-container {
  width: 100%;
  max-width: 550px;
  margin: auto;
}
.custom-login-page .navbar-brand {
  padding-left: 35px;
  position: relative;
  z-index: 2;
  float: left;
  margin-right: auto;
}

.custom-login-page .login-email-header {
  margin-left: auto;
  display: inline-block;
  float: right;
  color: #fff;
  color: rgba(255, 255, 255, 0.81);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.4px;
  padding: 8px 0;
  position: relative;
  z-index: 2;
}

.custom-login-page .navbar-brand>img {
  width: 250px;
}
.custom-login-page .login-info {
  position: absolute;
  bottom: 25px;
  color: #ffff;
  font-weight: 500;
  left: 70px;
  right: 40px;
  font-size: 12px;
}


@media (max-width: 1100px) {
  .login-left-side-custom {
      width: 500px;
  }

  .login-right-side-custom {
      padding-left: 530px;
  }
}

@media (max-width: 900px) {
  .login-left-side-custom {
      display: none;
  }

  .login-right-side-custom {
      padding-left: 530px;
  }

  .login-right-side-custom {
      padding-left: 3rem;
  }
}

.tt-custom-card{
  background: #fff;
  box-shadow: 6px 3px 10px 0 rgba(120, 120, 120, 0.06);
  border-left: 4px solid #001DAC;
}
.tt-custom-card input:focus{
  outline: none;
  box-shadow: none;
}

/* steps */
.aff-footer.h5-footer{
  padding: 80px 0 0 0;
}
.tt-steps, .tt-steps li{
  position: relative;
}
.tt-steps:before {
  background-image: linear-gradient(180deg, #001DAC, #001DAC 43%, #000F57 85%);
  bottom: 80px;
  content: " ";
  display: block;
  left: 20px;
  position: absolute;
  top: 0;
  width: 3px;
}

.tt-steps li {
  margin-top: 25px;
  padding-left: 50px;
}
.tt-step {
  background: #000F57;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  height: 44px;
  left: 0;
  line-height: 44px;
  position: absolute;
  text-align: center;
  top: -2px;
  width: 44px;
}
.tt-step.active{
  background: #001DAC;
}