@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Texturina:opsz,wght@12..72,200;12..72,300;12..72,400;12..72,500;12..72,600;12..72,700;12..72,800;12..72,900&display=swap');

.justify-content-center {
  display: flex;
  justify-content: center;
}

a {
  color: #fe0581;
  text-decoration: none;
  background-color: transparent;
}

.text-green {
  color: #057f3d !important;
}

.bg-green {
  background: #057f3d !important;
}

.bg-pink {
  background: #fac013 !important;
}

.text-pink {
  background: #fac013 !important;
}

.btn.bg-green:hover {
  background: #6be890 !important;
}

.btn.bg-pink:hover {
  background: #ef5aa4 !important;
}

@media(min-width:600px) {
  h1.text-white.header-text-banner-big {
    line-height: 40px;
    font-size: 61px;
  }

  h1.text-white.header-text-banner-big>span.text-green {
    font-size: 35px;
  }
}

h2,
h3,
h4,
h5,
h6 {
  font-family: 'Texturina', sans-serif;
}

.bg-dark {
  background: #057f3d !important;
}

@media (max-width: 978px) {
  .header-text-banner-big {
    font-size: 27px !important;
    line-height: 29px;
  }

  .btn {
    font-size: 13px;
  }

  .banner-cl {
    padding: 54px 6px 0px 6px;
  }

  .header-text-banner-small {
    font-size: 13px;
    line-height: 15px;
  }

  .navbar {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.1rem 0.4rem;
  }

  .table>thead>tr>th,
  .table>tbody>tr>th,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>tbody>tr>td,
  .table>tfoot>tr>td {
    padding: 3px 2px !important;
  }

  .nopaddingsmall {
    padding: 0px !important;
  }

  .hideSM {
    display: none;
  }

  .hideLG {
    display: block !important;
  }
}

.hideLG {
  display: none;
}

@media(min-width:600px) {
  .black_bar {

    margin: 0px 0px 8px 0px !important;
  }
}

@media only screen and (max-width: 981px) and (min-width: 200px) {
  .container-bg {
    padding: 0px;
  }

  .justify-content-center {
    display: block !important;
  }
}

.btn-success {
  color: #fff;
  background-color: #145c2d !important;
  border-color: #145b2c;
}

.btn-info {
  color: #fff;
  background-color: #030e20 !important;
  border-color: #336799;
}

.alert-danger {
  background-color: #f2dedeb3;
  border-color: #ebccd19e;
  color: #fbf6f3;
}

.alert {
  padding: 6px;
  margin-bottom: 20px;
  border: 1px solid #057f3d 40;
  border-radius: 4px;
  text-align: center;
}

.alert-warning {
  /* background-color: #ffffff; */
  border-color: #ffffff;
  font-size: 13px;
  color: #057f3d;
  margin: 0px 6px;
  margin-bottom: 12px;
}

.log-a:hover {
  color: black !important;
}

.well {
  min-height: 20px;
  padding: 19px 9px !important;
}

.footer-section {
  background-color: #057f3d !important;
  color: #afb0b2;
  border-top: 2px solid #969988;
}

.footer-section .footer-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 50px;
  background-color: #fac013;
}

.footer-section .footer-top {
  padding: 100px 0 95px;
  padding-bottom: 13px;
}

.bg-success {
  background-color: #fffdfd00;
  color: white;
  border-bottom: 1px solid red;
}

@media only screen and (max-width: 991px) {
  .footer-section .footer-top {
    padding: 25px 0;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-left: 0px !important;
  }
}

.black_bar {
  text-align: center;
  color: #fac013;
  background: #0e0e0e;
  padding: 15px;
  border-left: 10px solid #057f3d;
  /* font-family: 'Audiowide'; */
  text-transform: uppercase;
  font-size: 19px !important;
  font-weight: 700 !important;
  /* border-bottom: 1px dashed; */
  margin-bottom: 7px;
  margin: 0px 17px 8px 17px;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

.btn-success {
  color: #fff;
  background: #003333;
}

.btn-blue-light {
  background: #336799 !important;
  border: 1px solid #336799 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  margin-left: 45px;
  font-weight: 900;
  font-weight: 900;
}

.btn-warning {
  color: #f8f9fa;
  background-color: #89690c;
  border-color: #89690c;
}

.btn-success:hover {
  color: #fff;
  background-color: #1ba149 !important;
  border-color: #1ba149;
}

.btn-blue-light:hover {
  background: #1b8dfb !important;
  border: 1px solid #1b8dfb !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  border-bottom: 2px solid #fac013;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fac013;
  /* border-bottom: 1px solid; */
}

.table>thead>tr {
  background-color: #057f3d !important;
  text-align: center;
  color: white;
}

.banner-cl {
  background: #021a42f2;
}

body {
  /* font-family: 'Ubuntu', sans-serif; */
  font-size: 14px;
  margin: 0;
  color: #111705;
  overflow-x: hidden;
  background-color: #ffffff;
}

.breadcum {
  padding-top: 102px;
}

.border-bottom {
  /* border-bottom: 2px dotted green !important; */
  margin-bottom: 22px;
}

.well {
  min-height: 20px;
  padding: 0px 0px !important;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  background: linear-gradient(180deg, #057f3d, #057f3d);
  color: white;
}

.pricing {
  text-align: center;
}

.new-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 15px;
  margin-bottom: 20px;
}

.wp-post-image {
  border-radius: 15px 15px 0 0 !important;
  width: 100% !important;
}

.blog-title-wrap {
  padding: 20px;
  padding-bottom: 0px;
}

.blog-title-wrap p {
  color: #057f3d;
  font-size: 16px;
  line-height: 20px;
}

.blog-img-wrap {
  padding: 0px 26px;
  padding-right: 8px;
}

.blog-img-wrap>a>img {
  height: 90px;
  width: 170px;
  border-radius: 5px;
}

.blog-btn {
  background: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 7px 15px;
  color: #1a1c1a;
}

.blog-title-wrap>h3 {
  margin-top: 3px;
}

.p-1 {
  padding: 4px;
}

.border-right-dt {
  border-right: 2px solid #ffffff;
}

.border-left-dt {
  border-left: 2px solid #ffffff;
}

@media (max-width: 978px) {
  .wp-post-image {
    border-radius: 15px 0 0 15px !important;
    max-height: 120px !important;
  }

  .blog-title-wrap p {
    font-size: 16px !important;
    line-height: 21px !important;
    margin-bottom: 7px;
  }

  .border-right-dt {
    border-right: 0px;
  }

  .border-left-dt {
    border-left: 0px;
  }

  .blog-title-wrap {
    /* padding: 20px; */
    padding: 0px 5px 8px 14px;
  }

  .blog-title-wrap {
    max-height: 117px !important;
    overflow: hidden !important;
    /* display: flex; */
    justify-content: center;
    align-items: center;
  }

  .blog-title-wrap>h3 {
    margin-top: 0px;
  }

  .blog-img-wrap>a>img {
    height: 80px;
    /* width: 94px; */
  }

  .p-1 {
    padding: 1px;
  }

  .no-margin-0 {
    margin: 0px !important;
  }
}

.widget-title {
  /* position: absolute; */
  left: 0;
  top: 2px;
  text-align: center;
  margin-bottom: 0;
  z-index: 999;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  width: 100%;
  color: #fff;
}

.navbar-light .navbar-toggler {
  color: rgb(27 147 43 / 50%);
  border-color: rgb(0 0 0 / 0%);
}

.widget-title>span {
  background: #84151b;
  padding: 10px 40px 10px 20px;
  display: inline-block;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  position: relative;
}

.widget-title>span:before {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  font-size: 15px;
}

.widget-title>span:after {
  content: '';
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 2px solid transparent;
  border-top: 10px solid #333;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  left: -6px;
  margin-left: 0;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
}

.title-bgg {
  position: relative;
  font-size: 24px;
  color: #111111;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: -44px;
  font-weight: 600;
  font-family: quantico, cursive;
  width: 100%;
  line-height: 17px;
  padding-bottom: 10px;
  height: 37px;
  background: #261914;
}

.well>p {
  margin: 0 0 4px;
}

.padding-50 {
  padding-top: 80px;
}

.btn-green {
  background: #f8f9fa00;
  color: white;
  border: 1px solid #f8f9fa;
}

.btn-green:hover {
  background: #057f3d;
  color: white;
  /* border: 1px solid #057f3d ; */
}

@media (max-width: 978px) {

  .btn-red,
  .btn-green {
    font-size: 12px;
  }

  .padding-top-39 {
    padding-top: 49px;
  }
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  box-shadow: 3px 4px 4px 3px #ffffff;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 8px;
}

.plan-name {
  background: white;
  height: 55px;
  /* border-bottom-left-radius: 44px; */
  /* border-bottom-right-radius: 44px; */
  display: flex;
  text-align: center;
  font-family: 'Fira Sans';
  align-items: center;
  justify-content: space-around;
  font-size: 19px;
  color: #fac013;
}

.table td,
.table th {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table {
  width: 100%;
  /* margin-bottom: 1rem; */
  font-size: 13px;
  color: #212529;
  /* font-weight: 600; */
}

/* .table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
} */

.table-striped tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}

.logo_image {
  height: 33px;
  width: auto;
}

@media (max-width: 978px) {
  .logo_image {
    height: 33px;
    width: auto;#fac013
  }
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fac013;
  /* border-bottom: 1px solid; */
  transition: border-color 0.3s ease-in-out;
}

@media (max-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }

  .black_bar {

    padding: 14px;
  }
  .tips-spacing {
    padding: 19px 0px!important;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  padding: 8px 2px !important;
}
}

.header-font-audio {
  box-shadow: 0px 3px 3px -2px #2f3690;
  border-bottom-right-radius: 49px;
  border-bottom-left-radius: 64px;
}

.form-control-lg {
  height: 37px;
  padding: 0.2rem 1rem;
  font-size: 18px;
}

.header-font-audio {
  font-size: 18px;
}

.alert h5 {
  font-size: 13px;
  font-weight: 400;
  color: white;
}

@media (max-width: 380px) {
  .breadcum {
    text-align: center;
    font-size: 22px !important;
    padding-bottom: 7px;
  }

  .price-head {
    font-size: 15px !important;
    padding-top: 5px !important;
    font-weight: 400;
    padding-bottom: 6px;
  }

  @media(max-width:600px) {
    .header-text-banner-big {
      font-size: 27px !important;

      /* margin-top: 62px; */
    }

    h1.text-white.header-text-banner-big {
      line-height: 38px;
      font-size: 45px !important;
    }

    h1.text-white.header-text-banner-big>span.text-green {
      font-size: 25px;
      line-height: 2px;
  
    }

    .nopaddingsmall {
      padding: 0px !important;
    }

    .nopaddingrightsmall {
      padding-right: 0px !important;
    }

    .nopaddingleftsmall {
      padding-left: 0px !important;
    }
  }
}


/* INVESTMENT BAR */

.investment-bar-first {
  background: linear-gradient(rgb(0 0 0 / 82%) 100%, rgb(0 63 62)100%), url(../images/stadium.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.btn {
  background: linear-gradient(45deg, #057f3d 26%, #28a745 83%);
  background: white;
  border: 1px solid #057f3d;
  color: #057f3d;
}

.page-item.active .page-link {

  color: #fff;
  background-color: #057f3d;
  border-color: #057f3d;
}

.page-link {

  color: #fac013;

}

.td-block-title {
  text-align: center !important;
  color: #057f3d;
  font-size: 2rem;
  margin-bottom: 5px;
  font-family: 'Texturina';
}

.icon-bar-1 {
  width: 24px;
}

.icon-bar {
  background-color: #fff;
}

.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 1px;
}

.fixed-top {

  border-bottom: 2px solid #28a745;
}

/* 
body > .container {
  background-color: #ffffff!important;
}
.container-bg {
  background: #ffffff!important;
} */
.login-btn-ss {
  background: white;
  padding: 5px;
}

.navbar-light .navbar-nav .nav-link {

  font-weight: 500;
  text-transform: uppercase;
}

.btn-warning {
  background: #fac013;
  color: #050605;
}

.text-warning {
  color: #fac013 !important;
}


.bg-dark {
  background: #000000 !important;
}

.footer-section {
  background-color: #030605 !important;

}

.footer-section .footer-title {

  border-bottom: 2px dotted #999;
  color: #fff;
}


.alert-warning {
  /* background-color: #ffffff; */
  border-color: #ffffff;
  font-size: 13px;
  color: #3e5046;
  font-weight: 100;
  margin: 0px 6px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.alert {
  padding: 6px;
  margin-bottom: 20px;

}

.alert-warning {
  background-color: #ffffff5e;
  border-color: #faebcc;

  color: #3d0604;
}

a.text-danger.login-btn-ss.nav-link.btn {
  background: linear-gradient(45deg, #000000 26%, #28a745 83%);
}