.p7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.top-part {
  position: relative;
}

.top-part .navbar {
  position: absolute;
  right: 0;
  z-index: 3333;
  top: 30px;
}

.top-part .custom-select {
  font-size: 14px;
  color: #fff;
  border: none;
  background: #007ad8 url(../img/arrow.svg) right .75rem center / 8px 10px no-repeat;
  height: 31px;
}

.top-part .navbar-nav .nav-item {
  margin-left: 8px;
}

.top-part .btn.green {
  background: linear-gradient(to right, #58eba1, #08b95f);
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
}

.top-part .btn.green:hover {
  background: linear-gradient(to left, #58eba1, #08b95f);
  color: #fff;
}

.top-part .btn.orange {
  background: linear-gradient(to right, #fab315, #ea495c);
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
}

.top-part .btn.orange:hover {
  background: linear-gradient(to left, #fab315, #ea495c);
  color: #fff;
}

.header {
  background: url(../img/header-bg.jpg) no-repeat top left, #090a0e;
}

.inner .tagline {
  font-size: 48px;
  text-align: center;
  margin: 0;
  padding: 30px 0;
}

.navbar-dark .navbar-nav {
  margin-top: 45px;
}

.navbar-dark .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  color: #fff;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  background-color: rgba(255,255,255,0.1);
  color: #fab216;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  background-color: transparent;
  color: #fab216;
}

.social-btn {
  border: none;
  color: #080a0e;
  width: 31px;
  height: 31px;
  line-height: normal;
  background-color: rgba(255,255,255,0.75);
  font-size: 18px;
  padding: 5px 0px;
  display: flex;
 align-items: center;
    justify-content: center;
}

.social-btn:hover {
  background-color: rgba(255,255,255,1);
}

.head-text {
  padding: 10px 0;
}

.tagline {
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 44px;
}

.tagline span {
  display: block;
  font-size: 75px;
  font-weight: 800;
  text-transform: uppercase;
  color: #16134d;
}

.tagline .orange {
  text-shadow: 0px 0px 3px #ff9000, 0px 0px 3px #ff9000, 0px 0px 3px #ff9000, 0px 0px 3px #ff9000, 0px 0px 3px #ff9000, 0px 0px 3px #ff9000, 0px 0px 3px #ff9000, 0px 0px 3px #ff9000, 0px 0px 3px #ff9000, 0px 0px 3px #ff9000, 0px 0px 3px #ff9000, 0px 0px 3px #ff9000, 0px 0px 3px #ff9000, 0px 0px 3px #ff9000, 0px 0px 3px #ff9000, 0px 0px 3px #ff9000, 0px 0px 3px #ff9000, 0px 0px 3px #ff9000, 0px 0px 3px #ff9000, 0px 0px 3px #ff9000;
}

.tagline .blue {
  text-shadow: 0px 0px 3px #00d2ff, 0px 0px 3px #00d2ff, 0px 0px 3px #00d2ff, 0px 0px 3px #00d2ff, 0px 0px 3px #00d2ff, 0px 0px 3px #00d2ff, 0px 0px 3px #00d2ff, 0px 0px 3px #00d2ff, 0px 0px 3px #00d2ff, 0px 0px 3px #00d2ff, 0px 0px 3px #00d2ff, 0px 0px 3px #00d2ff, 0px 0px 3px #00d2ff, 0px 0px 3px #00d2ff, 0px 0px 3px #00d2ff, 0px 0px 3px #00d2ff, 0px 0px 3px #00d2ff, 0px 0px 3px #00d2ff, 0px 0px 3px #00d2ff, 0px 0px 3px #00d2ff;
}

.head-text .orange-btn {
  padding: 5px 5px 5px 20px;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.head-text .orange-btn i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50px;
  color: #0c113e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}

.status-bar {
  padding: 50px 0;
  background: linear-gradient(to bottom, #fff, #f8f8f8);
}

.status-box {
  background-color: #fff;
  text-align: center;
  padding: 25px;
  border-radius: 4px;
  box-shadow: 0px 0px 40px rgba(43,50,96, 0.05);
}

.status-box img {
  margin-bottom: 15px;
}

.status-box span {
  display: block;
  font-family: "Poppins", sans-serif;
}

.status-box .stat-info {
  font-size: 20px;
  font-weight: 700;
  color: #424659;
  margin-bottom: 5px;
}

.status-box .stat-title {
  font-size: 17px;
  font-weight: 400;
  color: #797b87;
  text-transform: uppercase;
}

.welcome-part {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 45px 0px rgba(0,0,0,0.1);
  padding: 0 30px 30px 30px;
  margin-bottom: 40px;
}

.welcome-part span {
  background: linear-gradient(to right, #fab315, #ea495c);
  box-shadow: 0 5px 0 0 rgba(0,0,0,0.15);
  padding: 3px 50px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  text-transform: uppercase;
  position: relative;
  top: -12px;
}

.site-name {
  font-size: 50px;
  font-weight: 700;
  background: -webkit-linear-gradient(180deg, #00aeff, #09347a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 10px 0;
}

.welcome-text-wrap {
  padding-left: 45px;
}

.welcome-text {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 40px;
  color: #424243;
  font-weight: 300;
}

.welcome-text-large {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  color: #606060;
  margin-bottom: 0px;
}

.orange-btn {
  font-size: 20px;
  font-weight: 600;
  background: linear-gradient(to right, #fab315, #ea495c);
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #fff;
  border-radius: 50px;
  border: none;
  padding: 10px 30px;
}

.orange-btn:hover {
  background: linear-gradient(to left, #fab315, #ea495c);
  color: #fff;
}

.light-blue {
  background-color: #f2f4f7;
}

.main-heading {
  font-size: 46px;
  font-weight: 400;
  text-align: center;
  background: -webkit-linear-gradient(180deg, #00aeff, #09347a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

.sub-heading {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #606060;
  margin-bottom: 40px;
}

.highlight-box {
  display: flex;
  align-items: center;
  padding: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 40px rgba(43,50,96, 0.05);
  border-radius: 4px;
}

.highlight-box img {
  margin-right: 40px;
}

.highlight-box .title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #3f4048;
  position: relative;
}

.highlight-box .title:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ffba00;
  left: 0;
  bottom: 0;
}

.highlight-box p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 24px;
  color: #505050;
}

.plan-part {
  background: url(../img/plan-bg.jpg) no-repeat center, #15114b;
  background-attachment: fixed;
}

.ftr-bg {
  background: url(../img/ftr-bg.jpg) no-repeat top center;
  background-size: cover;
}

.copy-right {
  border-top: 1px solid #364b67;
  padding: 20px 0;
  position: relative;
}

.copy-right p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.cm {
  position: absolute;
  right: 0;
  top: -13px;
}

.ftr-pd {
  padding: 14px 0;
}

.ftr-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ftr-link a {
  background: transparent;
  border-radius: 4px;
  padding: 10px;
  color: rgba(255,255,255,0.7);
  margin-left: 10px;
  border: 1px solid #364b67;
  font-size: 15px;
}

.ftr-link a:hover {
  color: #fdc800;
  text-decoration: none !important;
  border: 1px solid #fdc800;
  background: transparent;
}

.ftr-link .social-btn {
  border: none;
  color: #070d1a;
  line-height: normal;
  border: none;
  text-align: center;
  background-color: rgba(255,255,255,0.9);
  width: 44px;
  height: 44px;
  font-size: 22px;
}

.ftr-link .social-btn:hover {
  border: none;
  background-color: rgba(255,255,255,1);
  color: #070d1a;
}

.payment-icon {
  background-color: #fff;
  box-shadow: 0 5px 50px rgb(43 50 96 / 10%);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.payment-title-bg {
  padding: 20px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.payment-icon .title {
  font-size: 28px;
  color: #333436;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.payment-icon .icon {
  padding: 0 20px;
  border-left: 2px solid #ededf3;
}

.banner-ads {
  text-align: center;
}

.banner-ads.small img:first-child {
  margin-right: 5px;
}

.banner-ads.big img:first-child {
  margin-bottom: 5px;
}

.plan-part .main-heading {
  color: #fff;
  background: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  margin-bottom: 8px;
}

.plan-part .main-heading span {
  color: #fab116;
  font-weight: 700;
}

.plan-part .sub-heading {
  font-weight: 300;
  color: #fff;
}

.feature {
  border: 2px solid rgba(255,255,255,0.15);
  background-color: rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  border-radius: 4px;
  padding: 12px 20px;
}

.feature img {
  margin-right: 20px;
}

.feature .title {
  font-size: 19px;
  color: rgba(255,255,255,0.9);
  font-weight: 500;
}

.feature p {
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  margin: 0;
}

.mision-box img {
  border-radius: 15px;
}

.mision-box {
  position: relative;
  margin-bottom: 30px;
}

.mision-text {
  background: rgba(0,0,0,0.5);
  text-align: center;
  padding: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  position: absolute;
  bottom: 0;
}

.mision-text p {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
  color: #fff;
}

.textad-box {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
}

.textad-box .title {
  background-color: #0080ca;
  padding: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.textad-box .title a {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none !important;
}

.textad-box .body {
  padding: 20px;
}

.textad-box .body p {
  margin: 0;
  font-size: 16px;
  color: #494949;
  font-weight: 400;
  line-height: 24px;
}

.textad-box .title.orange {
  background-color: #ee634b;
}

.orange-btn.large {
  font-size: 40px;
  font-weight: 700;
  padding: 10px 40px;
}

.form-box {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 30px 0px rgba(1, 1, 1, 0.06);
}

.btn-danger {
  background: linear-gradient(to right, #fab315, #ea495c);
  border: none;
}

.btn-danger:hover {
  background: linear-gradient(to left, #fab315, #ea495c);
  border-color: transparent;
}

label {
  font-weight: 400;
  font-size: 15px;
}

.alert-primary .alert-link {
  color: #0080ca;
}

.alert-primary {
  color: #004085;
  background-color: #f1f7fb;
  border-color: #e0e9f8;
}

.login {
  background: #021e43;
  border-radius: 6px;
  margin-top: 50px;
}

.login .card-body {
  padding: 30px;
}

.login-icon {
  text-align: center;
  margin-top: -100px;
}

.login .form-control {
  border-radius: 0;
  font-size: 14px;
  color: #4b5054;
  min-height: 50px;
  border: none;
}

.login .input-group-prepend {
  margin-right: 0px;
}

.login hr {
  border-top: 1px solid rgba(255, 255, 255, .4);
}

.login-box-link {
  margin: 0 8px;
  font-size: 15px;
  color: #fff;
}

.login-box-link:hover {
  color: #ffcd00;
}

.memu-btn {
  width: 31px;
  height: 31px;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  padding: 5px;
  background-color: #0080ca;
  color: #fff;
}

.memu-btn:hover {
  background-color: #00a2ff;
  color: #fff;
}

.top-part .dropdown .badge-counter {
  position: absolute;
  transform: scale(.7);
  transform-origin: top right;
  right: .25rem;
  margin-top: -.25rem;
}

.navbar-dark .navbar-nav .dropdown-menu {
  background-color: #090a0e;
  border: 1px solid #394658;
}

.navbar-dark .dropdown-item {
  border-bottom: 1px solid #394658;
  color: #fff;
}

.navbar-dark .dropdown-item:focus, .navbar-dark .dropdown-item:hover {
  background-color: #017ec7;
}

.top-part .dropdown-item:focus, .dropdown-item:hover {
  background-color: #017ec7;
  color: #fff;
}

.ser-time {
  background-color: #ef6b45;
  padding: 8px 10px;
}

.ser-time i {
  font-size: 24px;
  color: #fff;
  margin-right: 10px;
}

.ser-time p {
  color: #fff;
  font-size: 15px;
}

.bg-primary {
  background-color: #017ec7 !important;
}

.info-box {
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
}

.info-box .icon {
  margin-right: 12px;
  padding: 16px;
  border-radius: 50px;
  background: #017ec7;
}

.info-box .icon.orange {
  background: #ef6b45;
}

.info-box .icon.green {
  background: #1fcd74;
}

.info-box span {
  display: block;
  font-size: 18px;
  color: #797b87;
  line-height: 30px;
  text-transform: capitalize;
}

.info-box .info {
  color: #424659;
  font-weight: 700;
  font-size: 20px;
}

.financial-box {
  border: 1px solid #f2f2f2;
  padding: 0 12px;
  box-shadow: 0px 5px 10px 0px rgba(1, 1, 1, 0.05);
}

.financial-box .dropdown a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.financial-info .dropdown-menu {
  width: 100%;
  padding: 0 15px;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: #017ec7;
}

.financial-info .dropdown-menu .dropdown-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  color: #fff;
  display: block;
}

.financial-info .dropdown-item span {
  color: #ffde00;
}

.financial-info .dropdown-item:hover {
  background-color: transparent;
  text-decoration: none;
}

.nav-tabs {
  border-bottom: none;
  background: linear-gradient(to left, #fab315, #ea495c);
}

.mem-hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 3px solid #fff;
}

.custom-toggler.navbar-toggler {
  background-color: rgb(36 117 216);
}

@media (max-width: 1250px) {
  .head-text {
    padding: 10px 0px 10px 30px;
  }
}

@media (max-width: 1199px) {
  .navbar-collapse {
    background-color: rgba(0 0 0 / 87%);
    top: 144px;
  }
}

@media (max-width: 1199px) {
  .navbar-dark .navbar-nav {
    margin-top: 15px;
  }
}

@media (max-width: 1199px) {
  .top-part .navbar {
    right: 40px;
    top: 63px;
  }
}

@media (max-width: 1199px) {
  .head-text {
    padding: 10px 0px;
  }
}

@media (max-width: 1199px) {
  .tagline {
    font-size: 50px;
  }
}

@media (max-width: 1199px) {
  .tagline span {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .status-box {
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .status-box .stat-info {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .status-box .stat-title {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .welcome-text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .mision-text p {
    font-size: 17px;
    line-height: 26px;
  }
}

@media (max-width: 1199px) {
  .banner-ads.small img {
    margin: 5px;
  }
}

@media (max-width: 1050px) {
  .head-text {
    padding: 10px 0px 10px 40px;
  }
}

@media (max-width: 1050px) {
  .tagline {
    font-size: 46px;
  }
}

@media (max-width: 1050px) {
  .tagline span {
    font-size: 56px;
  }
}

@media (max-width: 991px) {
  .head-text {
    padding: 10px 0px;
  }
}

@media (max-width: 991px) {
  .tagline {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .tagline span {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  .welcome-text-large {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .highlight-box {
    display: block;
    padding: 20px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .highlight-box img {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 991px) {
  .highlight-box .title:after {
    left: 50%;
    margin-left: -20px;
  }
}

@media (max-width: 991px) {
  .highlight-box p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .sub-heading {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .header {
    background: url(../img//header-bg.jpg) no-repeat top center, #090a0e;
  }
}

@media (max-width: 767px) {
  .tagline {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .tagline span {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .head-text .orange-btn {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .head-text .orange-btn i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    margin-left: 16px;
  }
}

@media (max-width: 767px) {
  .p7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .site-name {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .welcome-text-wrap {
    padding: 30px 0 0 0;
  }
}

@media (max-width: 767px) {
  .main-heading {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .orange-btn.large {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .payment-icon .title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .payment-icon {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .ftr-link {
    display: block;
  }
}

@media (max-width: 767px) {
  .ftr-link .nav {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .ftr-link a {
    margin: 5px;
  }
}

@media (max-width: 767px) {
  .status-box {
    display: flex;
    align-items: center;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .status-box img {
    margin: 0 10px 0 0;
  }
}

@media (max-width: 767px) {
  .status-box .stat-info {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .status-box .stat-title {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .top-part {
    padding-top: 10px;
  }
}

@media (max-width: 575px) {
  .top-part .navbar {
    position: relative;
    right: 0;
    top: 0;
  }
}

@media (max-width: 575px) {
  .navbar-dark .navbar-brand img {
    width: 100px;
  }
}

@media (max-width: 575px) {
  .navbar-collapse {
    top: 100px;
  }
}

@media (max-width: 575px) {
  .tagline {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .head-text {
    padding: 20px 0px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .tagline span {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .payment-icon .title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .social-ftr li {
    width: auto;
  }
}

@media (max-width: 575px) {
  .mision-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
  }
}

@media (max-width: 575px) {
  .mision-text {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .inner .tagline {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .form-box {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .login .card-body {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .top-part .btn.orange i {
    display: none;
  }
}

@media (max-width: 575px) {
  .top-part .btn.green i {
    display: none;
  }
}

