.xoft-bg-1 {
  background-color: transparent;
  background-image: linear-gradient(359deg, #0F0F0F 0%, #080636 100%);
}
.xoft-bg-2 {
  background: linear-gradient(355deg, #020006 0%, #010633 100%);
}
.xoft-bg-3 {
  background: linear-gradient(to right, #0b006e, #0a016c, #000051);
}

.pricing-area-XXX {
  /*	background: linear-gradient(to top, #000428 , #004e92);*/
  background-image: linear-gradient(to right, #080051, #050131, #24243e);
}

.text-center {
  text-align: center !important;
}

.color-white {
  color: #FFF !important;
}

.color-primary {
  color: #0C4CA3 !important;
}

.img-h-400 {
  height: 100%;
  width: auto;
  max-height: 800px;
}

.logo {
  display: inline-block !important;
}

.white-logo {
  display: none;
}

.dark-logo {
  display: none;
}

.black-nav ul li a {
  color: #fff;
}
.black-nav ul li a .active {
  color: #ff0000;
}

.bg-dark .mobile-nav-toggler {
  color: #fff;
  border: 1px solid #fff;
}

.main-title .shape {
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.main-title .shape:before {
  content: url(./../icon/shapes/title-shape-left.png);
  position: absolute;
  left: -256px;
  bottom: 0;
}
.main-title .shape:after {
  content: url(./../icon/shapes/title-shape-right.png);
  position: absolute;
  right: -265px;
  bottom: 0;
}
.main-title .shape-left {
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.main-title .shape-left:before {
  content: url(./../icon/shapes/title-shape-left.png);
  position: absolute;
  left: -256px;
  bottom: 0;
}
.main-title .shape-right {
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.main-title .shape-right:after {
  content: url(./../icon/shapes/title-shape-right.png);
  position: absolute;
  right: -265px;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .main-title .shape:before {
    display: none;
  }
  .main-title .shape:after {
    display: none;
  }
  .main-title .shape-left:before {
    display: none;
  }
  .main-title .shape-left:after {
    display: none;
  }
  .main-title .shape-right:before {
    display: none;
  }
  .main-title .shape-right:after {
    display: none;
  }
}
.area-package-list .nav-tabs {
  border: 0;
  margin-bottom: 1rem;
}
.area-package-list .nav-tabs .nav-link {
  color: #FFF;
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
}
.area-package-list .nav-tabs .nav-link.active {
  background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
  color: #fff;
}

.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}

/*# sourceMappingURL=custom.css.map */
