@charset "UTF-8";
.pricing-block,
.pricing-block .inner-box {
  height: 100%;
}

.pricing-block .inner-box {
  display: flex;
  flex-direction: column;
}

/* Allow content to grow */
.pricing-block .inner-box .content {
  flex: 1 1 auto;
}

.container-custom-file {
  height: 3500px;
}

.nav.custom-tab .nav-link {
  text-align: start;
}
.nav.custom-tab .nav-link.active {
  background-color: #d3ede0;
  color: #035e30;
}

.nav .nav-link {
  text-align: start;
  color: #000;
}
.nav .nav-link.active {
  background-color: #035e30;
}

@media (min-width: 992px) {
  .nav .nav-link {
    width: 100%;
  }
  .nav.custom-tab {
    width: 100%;
    max-width: 320px;
  }
}
.oasis-key-benefits ul,
.oasis-key-benefits ol {
  list-style: disc !important;
  list-style-position: outside !important;
  margin-left: 1.25rem !important;
  padding-left: 0 !important;
}

.oasis-key-benefits ul ul {
  list-style: circle !important;
  margin-left: 1.25rem !important;
}

.oasis-key-benefits li {
  display: list-item !important;
}

/* Nuclear option – forces marker rendering */
.oasis-key-benefits li::marker {
  content: "•  ";
  font-size: 1em;
  color: currentColor;
}

.blog-block .inner-box:hover p {
  color: #fff;
}

.blog-block .inner-box .image-box .image {
  height: 400px;
}

/*
<!-- ============================================================== -->
<!-- Pricing Area Style One Css -->
<!-- ============================================================== -->*/
.pricing-area.style_one {
  background: #fff;
  padding: 108px 0 60px;
}

.tab {
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

.tabs {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #F6F4F5;
  padding: 5px 9px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.tabs li {
  float: left;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.tabs li a {
  outline: none;
  padding: 2px 18px;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  color: #ed2526;
  font-weight: 600;
  display: inline-block;
  border-radius: 20px;
}

.tabs_item {
  display: none;
  padding: 30px 0;
}

.tabs_item:first-child {
  display: block;
}

li.current a {
  background: #ed2526 !important;
  color: #fff;
}

.pricing-single-items.style_one:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background-image: linear-gradient(113deg, #0054ff 0%, #0781ff 100%);
  z-index: -1;
  border-radius: 10px;
  transition: 0.5s;
}

/* pricing single items */
.pricing-single-items.style_one.style_tow {
  background: url(../img/pricing-img1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: 20px;
  padding: 60px 35px 40px;
  text-align: left;
}

.pricing-single-items.style_one.style_tow:after {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.pricing-single-items.style_one.style_tow:before {
  content: "";
  position: absolute;
  left: -21px;
  top: 89px;
  transform: rotate(0deg);
  border-top: 22px solid #C95A01;
  border-left: 26px solid transparent;
  transition: 0.5s;
  background: radial-gradient(black, transparent);
  transition: 0.5s;
  height: 0;
  width: 0;
  margin: initial;
  clip-path: polygon(0% 0%, 87% 0%, 79% 100%, 0% 100%);
}

h3.pricing-plan {
  position: absolute;
  top: 29px;
  left: -20px;
  background-color: #ed2526;
  padding: 13px 47px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  clip-path: polygon(0% 0%, 87% 0%, 97% 100%, 0% 100%);
  padding-left: 60px;
}

.pricing-money h3 {
  font-size: 35px;
  color: #041341;
  font-weight: 700;
  margin: 68px 0 24px;
}

p.pricing-text {
  font-size: 17px;
  color: #636363;
  font-weight: 400;
  transition: 0.5s;
}

.pricing-body.style_one {
  margin-top: 38px;
}

.pricing-body.style_one:before {
  display: none;
}

.pricing-feature.style_1 ul li {
  font-size: 17px;
  color: #636363;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  transition: 0.5s;
}

.pricing-feature.style_1 ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 13px;
  height: 13px;
  border-radius: 7px;
  background-color: #ed2526;
  z-index: -1;
}

.pricing-btn.style_one {
  margin-top: 40px;
}

.pricing-btn.style_one a {
  display: flex;
  border: 1px solid #ed2526;
  padding: 10px 0;
  justify-content: center;
  color: #ed2526;
  border-radius: 5px;
}

.pricing-btn.style_one a:after {
  background: #ed2526;
  border-radius: 5px;
}

.pricing-single-items.style_one.style_tow:hover .pricing-btn.style_one a {
  color: #fff;
  border: 1px solid #ed2526;
}

.pricing-single-items.style_one.style_tow:hover .pricing-feature.style_1 ul li {
  color: #fff;
}

.pricing-single-items.style_one.style_tow:hover .pricing-money h3 {
  color: #fff;
}

.pricing-single-items.style_one.style_tow:hover p.pricing-text {
  color: #fff;
}

/*<!-- ============================================================== -->
Pricing Area Home One Css -->
<!-- ============================================================== -->*/
.pricing-area {
  background: #000D65;
  position: relative;
  padding: 80px 0 90px;
  z-index: 1;
}

.pricing-single-items.style_one {
  background-image: linear-gradient(0deg, #000d65 0%, #00149d 100%);
  position: relative;
  z-index: 1;
  padding: 60px 40px 40px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.pricing-single-items.style_one:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background: linear-gradient(113deg, #1e7f3a 0%, #3bbf6a 100%);
  z-index: -1;
  border-radius: 10px;
  transition: 0.5s;
}

.pricing-single-items.style_one:hover:after {
  height: 100%;
}

.pricing-single-items.style_one:before {
  position: absolute;
  content: "";
  background: #000D65;
  height: 25px;
  width: 40%;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  clip-path: polygon(0% 0%, 100% 0%, 88% 100%, 12% 100%);
}

.pricing_icon {
  float: left;
  margin-right: 18px;
}

.pricing-title h3 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 3px;
}

.pricing-title span {
  font-size: 16px;
  color: #ccd0e2;
}

span.pricing {
  position: absolute;
  top: 64px;
  right: 38px;
  font-size: 36px;
  color: #fe8730;
  font-weight: 600;
  transition: 0.5s;
}

/* pricing body */
.pricing-body {
  margin-top: 75px;
  position: relative;
}

.pricing-body:before {
  position: absolute;
  content: "";
  left: -38px;
  top: -32px;
  height: 1px;
  width: 123%;
  background: rgba(255, 255, 255, 0.1294117647);
}

.pricing-feature ul li {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 12px;
  transition: 0.5s;
}

.pricing-feature ul li img {
  margin-right: 12px;
}

.pricing-btn {
  margin-top: 48px;
}

.pricing-btn a {
  display: inline-block;
  background: transparent;
  border: 1px solid #0782ff;
  text-align: center;
  padding: 10px 110px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.pricing-btn a:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  background: white;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
  transform: scale(0);
  opacity: 0;
}

.pricing-btn a i {
  transform: rotate(-45deg);
  margin-left: 10px;
  font-size: 16px;
}

/* pricing shape */
.pricing-shpe1 {
  position: absolute;
  top: 15%;
  left: 13%;
  z-index: -1;
}

.pricing-shpe2 {
  position: absolute;
  top: 10%;
  right: 8%;
  z-index: -1;
}

/* all hover */
.pricing-single-items.style_one:hover span.pricing {
  color: #fff;
}

.pricing-single-items.style_one:hover .pricing-feature ul li {
  color: #fff !important;
}

.pricing-single-items.style_one:hover .pricing-btn a:after {
  transform: scale(1);
  opacity: 1;
  height: 100%;
  width: 100%;
}

.pricing-single-items.style_one:hover .pricing-btn a {
  border: 1px solid #fff;
  color: #0782ff;
}

/*
<!-- ============================================================== -->
<!-- Start Hosting Category Area Css -->
<!-- ============================================================== -->*/
:root {
  --footer-bg: #d9eeff;
  --red-theme: #ed1c24;
  --blue-theme: #00aeef;
  --blue1: #2e3192;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.nav-scroll {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
.nav-scroll a {
  color: #fff;
  transition: all 100ms ease 50ms;
  opacity: 0.9;
}
.nav-scroll a:hover {
  opacity: 1;
}

.primary-gradient-1 {
  background: linear-gradient(135deg, #c91f20 0%, #ed2526 50%, #a81a1b 100%);
}

@media (min-width: 768px) {
  .nav-scroll {
    justify-content: center;
  }
}
.nav-scroll::-webkit-scrollbar {
  display: none;
}

.nav-link-custom {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
  text-decoration: none;
}

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