@import url("animate.css");
@import url("font-awesome.min.css");
@import url("bootstrap.min.css");
@import url("owl.carousel.css");
@import url("jquery.listtopie.css");

@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,700&display=swap");

/* - General Style //---------------- */

::-moz-selection {
  background-color: #1a1a2e;
  color: #fff;
}
::selection {
  background-color: #1a1a2e;
  color: #fff;
}

* {
  outline: none !important;
}

.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(https://www.bscsheep.finance/images/Preloader_2.gif) center
    no-repeat #fff;
}

.main {
  position: relative;
  overflow: hidden;
}
img {
  height: auto;
  max-width: 100%;
  border: none;
  outline: none;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
a,
a:focus,
a:active,
a:link,
img {
  outline: none;
  text-decoration: none;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}
a:hover {
  color: #9c79ff;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

br {
  font-size: 0;
  line-height: 0;
}
hr {
  margin-bottom: 0px;
  margin-top: 0px;
  border-top: 1px solid #f1f1f1;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}

.w-100 {
  width: 100%;
}
.position-r {
  position: relative;
}
.position-s {
  position: static;
}
.position-initial {
  position: initial;
}
.overflow-h {
  overflow: hidden;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p {
  color: #fff;
}
.dark-bg {
  background: #141414;
  color: #fff;
}
.gray-bg {
  background: #f5f5f5;
}

.light-gray-bg {
  background: #fafafa none repeat scroll 0 0;
}

.middle-800 p {
  display: inline-block;
  max-width: 800px;
}
.middle-580 p {
  display: inline-block;
  max-width: 580px;
}

.border-right {
  border-right: 1px solid #e1e1e1;
}

/* - Headings Style   //---------------- */

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  /* color: #3f3f3f; */
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
}

h1 {
  font-size: 43px;
  letter-spacing: 1px;
  line-height: 40px;
}

h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
  letter-spacing: 0px;
}

h2.heading {
  font-size: 25px;
  line-height: 24px;
  letter-spacing: 1px;
  position: relative;
}

h3 {
  font-size: 18px;
  line-height: 25px;
}

h4 {
  font-size: 17px;
  line-height: 28px;
}

h5 {
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
}

h6 {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
}

.heading-part > span {
  color: #fff;
  font-size: 20px;
}
/* - Button Style  //----------------*/

.btn,
button {
  background-color: transparent;
  padding: 18px 26px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.btn.full {
  width: 100%;
  text-align: center;
}

.btn.big-width {
  padding: 18px 40px;
  margin-right: 10px;
  margin-top: 10px;
}

.btn.big {
  padding: 25px;
}

.btn.small {
  padding: 8px 15px;
}

.btn i.fa {
  font-size: 16px;
  margin: 0 5px;
}

.btn-black {
  color: #fff;
  background: #222;
  border: none;
}

.btn-black:hover {
  color: #fff;
  background: #da0037;
}

.btn-color {
  color: #fff !important;
  background: #da0037;
  border: none;
}

.btn-color:hover {
  color: #fff !important;
  background: #281266;
}

.btn-white {
  color: #1a1a2e;
  background: rgba(255, 255, 255, 1);
  border: none;
}
.btn-white:hover {
  color: #fff;
  background: #331781;
  display: inline-block;
}

.btn-default-border {
  color: #3f3f3f;
  border: 1px solid #a6a6a6;
}

.btn-default-border:hover {
  background: #ff4077;
  border: 1px solid #ff4077;
  color: #fff;
}

.btn:focus,
.btn.focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* - Form Style */
select {
  background: url(https://www.bscsheep.finance/images/select-icon.png) no-repeat
    scroll right 50% #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #eaeaea;
  padding: 5px 24px 5px 5px;
  line-height: 18px;
  text-align: center;
}

.full select {
  width: 100%;
}

.main-form textarea {
  max-width: 100%;
}

.main-form input,
.main-form textarea,
.main-form select {
  background: #fff;
  padding: 8px 15px;
  width: 100%;
  border: 1px solid #eeeeee;
  min-height: 40px;
}

/* - Spacer Style  //---------------- */

.right-side {
  float: right;
}
.left-side {
  float: left;
}

.plr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.mlr_-10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.plr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.mlr_-5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}

.p-0 {
  padding: 0px;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb_-30 {
  margin-bottom: -30px;
}

.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.m-0 {
  margin: 0px;
}

/* tokensale-part start */
.tokensale-part {
  background: url(../images/token-sale-bg.png) no-repeat scroll center 0 #000000;
}

.tokensale-part .tokensale-detail ul li {
  font-size: 16px;
  position: relative;
  line-height: 39px;
}

.tokensale-part .tokensale-detail ul li span {
  height: 27px;
  width: 27px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: -8px;
  margin-right: 7px;
}

.roadmap-part {
  background: url(../images/roadmap-bg.png) no-repeat scroll center 0;
}

.main-roadmap {
  overflow: hidden;
}

.h-border {
  width: 100%;
  height: 4px;
  background: #da0037;
  margin-top: 181px;
}

.roadmap-box {
  text-align: center;
  position: relative;
  margin-top: -12px;
}

.small-round {
  background: #da0037;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: relative;
  left: 50%;
  margin-left: -10px;
  z-index: 1;
}

.date-title {
  position: absolute;
  bottom: 100%;
  color: #fff;
  width: 100%;
  font-size: 18px;
  padding: 12px 0;
}

.roadmap-slider .main-box .map-graphic {
  overflow: hidden;
}

.v-row {
  background: #da0037;
  height: 50px;
  width: 4px;
  position: relative;
  left: 50%;
  margin-left: -2px;
  overflow: hidden;
}
.roadmap-slider .owl-item .main-box .roadmap-detail-box p {
  margin-bottom: 0px;
}

.roadmap-slider .owl-item .main-box .roadmap-detail-box h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.roadmap-slider .owl-item:nth-child(2n + 0) .main-box .roadmap-detail-box {
  position: absolute;
  bottom: 100%;
  margin-top: 0;
}

.roadmap-slider .owl-item:nth-child(2n + 0) .main-box .roadmap-detail-box p {
  margin-bottom: 10px;
}

.roadmap-slider .owl-item:nth-child(2n + 0) .main-box .roadmap-box {
  padding-top: 50px;
  margin-top: -62px;
}

.roadmap-slider .owl-item:nth-child(2n + 0) .main-box .date-title {
  top: 100%;
}

.roadmap-slider .owl-item:nth-child(2n + 0) .main-box .map-graphic {
  transform: rotate(180deg);
  margin-top: -50px;
  display: inline-block;
}

.roadmap-slider .owl-item:nth-child(2n + 0) .main-box .v-row {
  margin-left: -1px;
}
.roadmap-slider .owl-item {
  float: left;
}
.roadmap-slider .item {
  text-align: center;
}
.roadmap-slider .owl-nav {
  display: none;
}
.roadmap-slider .item {
  padding: 0 15px;
}
/* Roadmap-part end */

/* FAQ css Strat */
/* Tab CSS Start */
#tabs {
  text-align: center;
}

/* Blog Detail Page Start */
.w-88 {
  width: 88%;
}
.w-80 {
  width: 80%;
}
.mt-30 {
  margin-top: 30px;
}
