/* W3.CSS 2.1 by Jan Egil and Borge Refsnes. Do not remove this line. */

/*
Orange color: #e67e22

*/


/* ----------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------- */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  background-color: #fff;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 62.5%;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}

html.bons {
  font-size: 62.5%;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  /*margin-top: -1.4rem;*/
}
@media only screen and (max-width:900px) {
  html.bons {
    font-size: 60%;
  }
}
@media only screen and (max-width:700px) {
  html.bons {
    font-size: 55%;
  }
}
@media only screen and (max-width:600px) {
  html.bons {
    font-size: 50%;
  }
}

.bigtop {
  margin-top: 5rem !important;
}
/* Variable Names */
:root {
  --color-primary: #2450b2;
  --color-secondary: #308bcf;
  --color-main: #6a819f;
  --color-main__hover: rgba(20, 35, 104);
    
}

.color-main__text {
  color: #6a819f !important;
}
a,
a:link,
a:visited {
  color: #2450b2;
  border: 0;
  text-decoration: none;
}

.caveat {
  font-family: 'Caveat', cursive;
}
.lato {
  font-family: 'Lato', sans-serif;
}
.alfa {
  font-family: 'Alfa Slab One', cursive;
}
.concert {
  font-family: 'Concert One', cursive;
}
.sigmar {
  font-family: 'Sigmar One', cursive;
}
.passion {
  font-family: 'Passion One', cursive;
}
.cinzel {
  font-family: 'Cinzel Decorative', cursive;
}
.booksectioned {
  padding: 4rem 1rem;
}
.booksectioned-row {
  display: grid;
  grid-template-columns: 30% 65%;
  column-gap: 3rem;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}
.booksectioned-img {
  max-width: 100%;
  /*box-shadow: 0 1rem 30rem rgba(0, 0, 0, 0.6);*/
}
.booksectioned-second {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.booksectioned-second__title {
  text-transform: uppercase;
  font-size: 3.5rem;
  text-align: justify;
}
.thebottom-see {
    position: fixed;
    bottom: 2.5%;
    left: 4%;
    background: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 1rem 1.4rem;
    color: #000;
    box-shadow: 0 1rem 2rem rgba(0,0,0,0.3);
    font-size: 1.7rem;
}
.booksectioned-second__subbreak {
  display: block;
  font-weight: 600;
  font-size: 2.95rem;
}
.booksectioned-second__subbreak2 {
  display: block;
  font-size: 5rem;
}
.booksectioned-second__author {
  color: var(--color-primary);
  font-size: 2.6rem;
  margin-top: 2rem;
}
.booksectioned-second__link {
  display: inline-block;
  background: var(--color-primary);
  color: #fff !important;
  font-size: 1.6rem;
  padding: 1.5rem 2rem;
  margin-top: 5rem;
  text-transform: uppercase;
  border-radius: 10px;
  cursor: pointer;
}
.booksectioned-second__link:hover {
  background: var(--color-secondary);
}
.booksectioned-second__desc {
  margin-top: 1rem;
}
@media only screen and (max-width: 750px) {
  .booksectioned-row {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 600px) {
  .booksectioned-second__subbreak {
    font-size: 2.35rem;
  }
  .booksectioned-second__title {
    font-size: 2.8rem;
  }
  .booksectioned-second__subbreak2 {
    font-size: 3.99rem;
  }
  .booksectioned-second__link {
    margin-top: 2rem;
    padding: 1rem 2rem;
  }
  .booksectioned-second__desc {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width:450px) {
  .booksectioned-second__title {
    font-size: 2.3rem;
  }
  .booksectioned-second__subbreak {
    font-size: 1.91rem;
  }
  .booksectioned-second__subbreak2 {
    font-size: 3.25rem;
  }
  .booksectioned-second__desc {
    font-size: 1.5rem;
  }
  .booksectioned-row {
    column-gap: 1.5rem;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width:400px) {
  .booksectioned-second__link {
    font-size: 1.4rem;
    margin-top: 1rem;
    padding: 1rem 1.3rem;
  }
}

@media only screen and (max-width:330px) {
  .booksectioned-second__link {
    font-size: 1.25rem;
    margin-top: 1rem;
    padding: .6rem .9rem;
  }
}

.booksections-row {
    display: grid;
    grid-template-columns: 20% 80%;
    justify-content: center;
    align-items: center;
}
.bodrak {
    padding: 1rem 2rem;
    border: 1px solid rgba(0,0,0,0.2);
    display: block;
    border-radius: 20px;
    padding: 2.3rem 2rem;
    line-height: 1.7;
    font-family: 'PT Serif', serif;
    font-size: 1.8rem;
    color: #000;
}
.bodrak p {
    padding: 1.5rem 0;
}
.auth-img {
    height: 150px;
    display: inline-block;
    border-radius: 50%;
}
.readytopay {
    background: red;
    display: inline-block;
    padding: 1.5rem 3rem;
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff !important;
    text-transform: uppercase;
}
.isee-circleimg {
    height: 20rem;
    width: 20rem;
    object-fit: cover;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 50%;
}
/* mighty secrets book */
.migh-first {
  clip-path: polygon(0 0, 28% 0, 43% 0, 73% 0, 100% 0, 100% 3%, 100% 86%, 81% 100%, 62% 85%, 40% 100%, 23% 85%, 0 100%);
  background: url(/migh-first.png);
  padding: 2rem 1rem;
  padding-bottom: 4rem;
}
.migh-huge {
  font-size: 3.5rem;
  padding: 2rem 3rem;
  font-weight: 600;
}
.migh-first__body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.migh-first__title {
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.7);
}
.migh-first__img {
  height: 10rem;
}
.migh-second {
  background: linear-gradient(#fff, rgba(255,255,255,0.4)), url(/rainofdollar.jpg);
  background-size: cover;
  min-height: 600px;
  margin-top: -6rem;
  padding: 1rem;
  padding-top: 9rem;
}
.migh-second__title {
  color: #000;
  font-family: 'Shadows Into Light', cursive;
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
}
.migh-second__subtitle {
  color: #000;
  width: 80rem;
  margin: 0 auto;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 400;
}
.migh-second__vid {
  text-align: center;
  margin-top: 2rem;
}
.migh-second__video {
  width: 500px;
  height: 300px;
}
.migh-second__subtitle2 {
  background: yellow;
  color: #000;
  display: inline-block;
  margin-top: 2rem;
  padding: .5rem;
  font-size: 2.7rem;
  font-weight: 400;
}
.migh-second__subtitle2sub {
  text-align: center;
  color: #000;
  font-size: 2.5rem;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 1rem;
  text-shadow: 0 1rem 2rem rgba(255, 255, 255, 0.7);
}

.migh-gif1, .migh-reveal {
  height: 30rem;
  display: inline-block;
  padding: 2rem 0;
  max-width: 100%;
}
.migh-gif2 {
  width: 20rem;
}
.migh-title, .migh-oktitle {
  font-size: 3.4rem;
  text-align: center;
  font-weight: 600;
  color: #000;
  padding: 2.5rem 3rem;
}
.migh-oktitle {
  font-size: 6rem;
  font-weight: 800;
  font-family: 'Shadows Into Light', cursive;
}
.migh-line {
  padding: 2.5rem 3rem;
  font-size: 2rem;
  line-height: 1.7;
  /*font-weight: 400;*/
  font-family: 'PT Serif', serif;
}
.migh-colour {
  color: #d38e0f;
}
.migh-or {
  height: 5rem;
  vertical-align: middle;
  display: inline-block;
  margin-right: .5rem;
}
.handshakepeep {
  background: linear-gradient(#fff, rgba(255,255,255,0.9)), url(/tobiolabajo/handshakepeep.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.migh-bold {
  font-weight: 800;
}
.migh-ptitle {
  background: url(/migh-first.png);
  display: inline-block;
  color: #fff;
  padding: 1.5rem 4rem;
  font-size: 3.5rem;
  font-weight: 600;
}
.migh-newbg {
  background: linear-gradient(rgb(97, 97, 146), rgb(33, 33, 48));
  color: #fff;
}
.migh-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 3rem;
  column-gap: 2rem;
}
@media only screen and (max-width: 1200px) {
  .migh-row {
    grid-template-columns: 1fr;
  }
}
.migh-row__img {
  height: 70rem;
}
.migh-left {
  text-align: left;
}
.migh-new__row, .migh-new__row2 {
  display: grid;
  grid-template-columns: 30% 70%;
  column-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
.migh-martop__big {
  margin-top: 4rem;
}
.migh-new__row2 {
  grid-template-columns: 70% 30%;
}
.migh-new__img {
  height: 30rem;
  max-width: 100%;
}
.migh-new__new {
  font-weight: 800;
  font-size: 2.3rem;
  display: flex;
  line-height: 1.7;
  align-items: top;
}
.migh-new__title {
  color: #fff;
  display: inline-block;
  background: #308bcf;
  font-weight: 600;
  padding: 1rem 1.3rem;
  font-size: 2.7rem;
  margin-right: 1rem;
}
.migh-secondsec {
  background: rgb(227, 235, 227);
}

.migh-thirdsec {
  clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 97%);
  background: #000;
  margin-top: -4rem;
  padding-top: 5rem;
  color: #fff;
  padding-bottom: 4rem;
}

.migh-fourth__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 3rem;
}
.migh-fourth__img {
  height: 50rem;
}
.migh-fourth__mark {
  background: green;
  color: #fff;
  font-weight: 600;
  display: inline;
}
.migh-fifth__newrow {
  /* display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 3rem;
  margin-top: 3rem; */
}
.migd__video {
  /* width: 3rem; */
  width: 100%;
  margin-top: 1rem;
}
.migh-underline {
  text-decoration: underline;
}
.migh-underline__black {
  display: inline;
  border-bottom: 2px solid #000;
}
.migh-underline__white {
  border-bottom: 2px solid #fff;
  display: inline;
}
.migh-italic {
  font-style: italic;
  display: inline;
}
.migh-big {
  font-size: 3rem;
}
.migh-sixth {
  background: linear-gradient(brown, #d38e0f);
  color: #fff;
  clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 97%);
  padding: 6rem 0;
}
.migh-prom {
  background: yellow;
  color: black;
}
.migh-circ {
  border: 3px solid brown;
  border-radius: 50px;
  padding: 2rem 3rem;
  display: inline-block;
  font-weight: 800;
}
.migh-seventh {
  background: rgb(248, 248, 183);
  padding: 2rem 0;
}
.migh-seventh__row, .migh-seventh__row2 {
  display: grid;
  grid-template-columns: 30% 70%;
  column-gap: 3rem;
  margin-top: 1rem;
}
.migh-seventh__row2 {
  grid-template-columns: 70% 30%;
}
.migh-seventh__img {
  height: 20rem;
}
.migh-lastsec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4rem;
  margin-top: 3rem;
}
.migh-lastsec__body {
  background: red;
}
.migh-lastsec__title {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.migh-port__vid {
  width: 25rem;
  max-width: 100%;
}
.migh-ohbig {
  width: 600px;
  max-width: 100%;
  line-height: 1.6;
  background: brown;
  color: #fff;
  margin: 0 auto;
  border-radius: 50px;
  padding: 2rem;
  font-size: 3rem;
  font-weight: 600;
}
.migh-thevideo {
  height: 40rem;
  width: 100%;
}
.toptimer {
  background: red;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  color:#fff;
  font-size: 3rem;
  padding: 1rem;
  text-align: center;
}
.thenewguys {
  background: red;
  height: 100vh;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
}
.thenewguys-body {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem;
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  .thenewguys-body {
    width: 100%;
  }
}
.thenewguys-title {
  font-size: 6rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.thenewguys-desc {
  text-align: center;
  font-size: 2.6rem;
  color: #fff;
  margin-top: 2.5rem;
}
.thenewguys-box {
  margin-top: 3rem;
  padding: 1rem;
}
.thenewguys-input {
  display: inline-block;
  margin-top: 1rem;
  width: 100%;
  padding: 1.2rem 1rem;
  font-size: 2rem;
  border: 1px solid #d8dfea;
  border-radius: 3px;
}
.thenewguys-submit {
  background: rgb(7, 173, 7);
  padding: 1.5rem 1rem;
  font-size: 2.1rem;
  width: 100%;
  color: #fff;
  margin-top: 1rem;
  border: none;
}
.thenewguys-submit:hover {
  background: green;
}

.gopa {
  display: grid;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
  grid-template-columns: 20% 80%;
  grid-column-gap: 1rem; }
  .gopa-img {
    border-radius: 50%;
    height: 15rem;
    width: 15rem;
    max-width: 100%;
    object-fit: cover;
    display: inline-block; }
    @media only screen and (max-width: 600px) {
      .gopa-img {
        height: 10rem;
        width: 10rem; } }
  .gopa-1 {
    padding: 1rem;
    text-align: left; }
  .gopa-title {
    font-weight: 600;
    color: #000;
    font-size: 1.9rem; }
  .gopa-subtitle {
    font-size: 1.6rem;
    color: #333;
    font-weight: 600; }
  .gopa-desc {
    font-size: 1.6rem;
    margin-top: 1rem; }
    @media only screen and (max-width: 600px) {
      .gopa-desc {
        font-size: 1.5rem; } }

.relative {
  position: relative;
}
.header-relative {
  position: relative;
  height: 60rem;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 47, 255,0.2)), url(/tobi_olabajo2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  /* animation: breathe 40s linear infinite; */
}

@-webkit-keyframes breathe {
  0% {
    background-size: 100% auto;
  }
  75% {
    background-size: 130% auto;
  }
  100% {
    background-size: 100% auto;
  }
}
.butch {
    margin-top: 1rem !important;
}
@keyframes breathe {
  0% {
    background-size: 100% auto;
  }
  75% {
    background-size: 130% auto;
  }
  100% {
    background-size: 100% auto;
  }
}

.header-opacity {
  background: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
}
.toptop {
  position: absolute;
  top: 0;
  z-index: 13;
  width: 100%;
  padding: 4rem 2rem;
  padding-bottom: 2rem;
}
.toptop-logo {
  /* float: left; */
  font-size: 4rem;
  color: #fff;
  display: inline-block;
  -webkit-transform: translateY(-.9rem);
          transform: translateY(-.9rem);

}
.toptop-logo__desc {
  color: #fff;
  font-size: 2rem;
  margin-top: -.3rem;
  margin-left: .4rem;
}

.toptop-social {
  background: rgba(0, 47, 255);
  padding: 1rem;
  text-align: right;
  padding-right: 6rem;
}
.toptop-social a {
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  display: inline-block;
}

.toptop-social a:not(:last-child) {
  margin-right: 1.5rem;
}

.toptop-social i {
  color: #fff;
}

.pricenew {
    color: green;
}

.priceold {
    color: red;
    text-decoration: line-through;
    margin-top: 1rem;
}

.toptop-quote {
  position: absolute;
  top: 50%;
  left: 62%;
  -webkit-transform: translate(-40%, -48%);
          transform: translate(-40%, -48%);
  z-index: 13;
  color: #fff;
  width: 100%;
  font-size: 7.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 50px;
  padding: 1rem;
}
.toptop-down:link,
.toptop-down:visited {
  display: inline-block;
  position: absolute;
  bottom: 4%;
  left: 48%;
  -webkit-transform: translate(-48%, 4%);
          transform: translate(-48%, 4%);
  color: #fff;
  font-size: 4rem;
  -webkit-animation: blink 2s linear infinite;
          animation: blink 2s linear infinite;
  text-decoration: none;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.2;
    -webkit-transform: translateY(-.8rem);
            transform: translateY(-.8rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes blink {
  0% {
    opacity: 0.2;
    -webkit-transform: translateY(-.8rem);
            transform: translateY(-.8rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.blk {
  display: block;
  text-decoration: none;
  font-size: 3rem;
  margin-top: -1.3rem;
}
.blk2 {
  display: block;
  text-decoration: none;
  font-size: 2rem;
  margin-top: -.7rem;
}
/*.toptop-quote:before {*/
/*  content: "";*/
/*  height: 2px;*/
/*  width: 60px;*/
/*  position: absolute;*/
/*  top: 55%;*/
/*  left: -7%;*/
/*  background: #fff;*/
/*  display: inline-block;*/
/*  -webkit-transform: skewY(50deg);*/
/*          transform: skewY(50deg);*/
/*}*/

/*.toptop-quote:after {*/
/*  content: "";*/
/*  height: 2px;*/
/*  width: 60px;*/
/*  position: absolute;*/
/*  top: 15%;*/
/*  left: -8%;*/
/*  background: #fff;*/
/*  display: inline-block;*/
/*  -webkit-transform: skewY(-55deg);*/
/*          transform: skewY(-55deg);*/

/*}*/
#textor {
  display: inline-block;
}
#cursor {
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 50px;
	background-color: #fff;
	-webkit-animation: blinkers .75s step-end infinite;
	        animation: blinkers .75s step-end infinite;
}

@-webkit-keyframes blinkers {
	from, to { 
		background-color: transparent 
	}
	50% { 
		background-color: #fff; 
	}
}

@keyframes blinkers {
	from, to { 
		background-color: transparent 
	}
	50% { 
		background-color: #fff; 
	}
}

.quoter {
display: block;
font-size: 4rem;
font-weight: 300;
text-align: left;
margin-top: 2rem;
padding-left: 2rem;
}
.toptop-right {
  float: right;
  list-style: none;
  margin-top: 1rem;
  /* padding-bottom: 1rem; */
  /* border-bottom: 1px dotted rgba(255,255,255, 0.5); */
}
/* .toptop-right */
.toptop-right li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.7rem;
  padding-bottom: 1.5rem;
}
.toptop-right li a {
  color: #fff;
  text-decoration: none;
}
.toptop-right li a:hover {
  color: #fff;
  font-weight: 600;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #fff;
}
.toptop-right li:not(:last-child) {
  margin-right: 3.5rem;
}
.firststuff1-bg {
  /*background: -webkit-gradient(linear, left top, right top, from(rgba(233, 230, 230, 0.4)),to(#fbfcfe));*/
  /*background: linear-gradient(to right, rgba(233, 230, 230, 0.4),#fbfcfe);*/
  height: 600px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*.firststuff1-img {*/
/*  height: 600px;*/
/*  width: 100%;*/
/*  -o-object-fit: cover;*/
/*     object-fit: cover;*/
/*  -o-object-position: 0% 5%;*/
/*     object-position: 0% 5%;*/
/*}*/
.firststuff1-img {
  height: 800px;
  width: 100%;
  display: inline-block;
  object-fit: cover;
  object-position: 0% 1%;
  margin-left: -10rem;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .firststuff1-img {
    margin-left: 0;
  }
}
.thesec {
  display: grid;
  grid-template-columns: 60% 40%;
  /* padding: 3rem; */
  align-items: center;
  justify-content: center;
}
.firstsec {
  margin-right: -20rem;
  border-radius: 8px;
  box-shadow: 0 1rem 30rem #335db983;
  padding: 3rem 1rem;
  position: relative;
  z-index: 20;
  background: rgba(255,255,255,0.8);
}
@media only screen and (max-width: 800px) {
  .firstsec {
    margin-right: -15rem;
  }
}
@media only screen and (max-width:630px) {
  .firstsec {
    padding: 1rem .5rem;
  }
}
@media only screen and (max-width:600px) {
  .thesec {
    display: block;
    padding: 3rem 1rem;
  }
  .firstsec {
    margin-right: 0;
    padding: 0;
    box-shadow: none;
  }
}
.booksection {
  padding: 4rem 1rem;
}

.baby {
    font-size: 1.8rem;
    max-width: 600px;
    margin-top: 1rem;
}
@media only screen and (max-width:600px) {
    .baby {
        font-size: 1.6rem;
    }
}
.bookshow {
  position: relative;
  height: auto;
  margin-top: -2.35rem;
}

.booksection-row {
  /* max-width: 800px; */
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}
.inhabits-page {
  padding: 1rem;
  padding-bottom: 2rem;
}
.booksection-img {
  max-width: 100%;
  box-shadow: 0 1rem 30rem rgba(0, 0, 0, 0.4);
}
.booksection-second {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.booksection-second__title {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin-top: 2rem;
  text-shadow: 0 1rem 2rem rgba(255,255,255,0.7);
}
.booksection-second__ititle {
    font-size: 4rem;
    margin-top: .1rem;
    
}
.main-row {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}
.firstgrid {
  display: grid;
  grid-template-columns: 60% 30%;
  column-gap: 10%;
  margin-top: 9rem;
  padding: 1rem;
}
@media only screen and (max-width:600px) {
  .firstgrid {
    display: block;
    margin-top: 4rem;
  }
}
.firstgrid-desc {
  font-weight: 400;
  margin-top: 1.5rem;
  font-size: 2.5rem;
  letter-spacing: 0.6px;
}
.firstgrid-maintext {
  font-weight: 600;
  font-size: 3.5rem;
}
.firstgrid-claim {
  border: 5px solid #1ed54d;
  border-bottom: 0;
  display: block;
  padding: 1rem;
  border-radius: 10px;
  background: #fff;
  color: #000;
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.firstgrid-claim:after {
  content: '';
  position: absolute;
  bottom: -40%;
  right: 10%;
  margin-left: -8px;
  width: 0; 
  height: 0;
  /* border-top: 10px solid #fff; */
  border-bottom: 20px solid transparent;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
.firstgrid-box {
  margin-top: 2.5rem;
  border-radius: 10px;
  background: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 1rem;
  box-shadow: 0 1rem 2rem rgba(0,0,0,0.4);
}
@media only screen and (max-width:600px) {
  .firstgrid-claim {
    margin-top: 3rem;
    padding: 1.5rem 1rem;
    padding-bottom: 2rem;
  }
  .firstgrid-claim:after {
    display: none;
  }
  .firstgrid-box {
    margin-top: 0;
  }
  /*.iseeyou {*/
  /*    display: none;*/
  /*}*/
}

.thischeck {
    display: inline-block;
    background: #333;
    padding: 3rem;
    color: #fff;
    margin-top: 2rem;
    border-radius: 10px;
    cursor: pointer;
}
.thisoffice {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    /*column-gap: 1rem;*/
    justify-content: center;
}
.thisoffice-paid {
    border: 1px solid green;
    color: green;
    border-radius: 10px;
    padding: .4rem 2rem;
}
.thisoffice div {
    border-right: 1px solid rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.3);
    border-top: 1px solid rgba(0,0,0,0.3);
    padding: 1.5rem 1rem;
    text-align: center;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: 600;
}
.thisoffice2 div {
    border-top: none;
    font-weight: normal;
}
.thisoffice div:first-child {
    border-left: 1px solid rgba(0,0,0,0.3);
}
.firstgrid-button {
  background: #1ed54d;
  padding: 2rem 1rem;
  border-radius: 10px;
  margin-top: 1rem;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  width: 100%;
  border: 0;
  box-shadow: 0 1rem 2rem rgba(0,0,0,0.4);
}
.firstgrid-button:hover {
  background: green;
}
.firstgrid-button2 {
  font-size: 1.5rem;
  color: rgba(255,255,255,0.8);
}
.firstgrid-sidebutton {
  padding: 2.5rem 2rem;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: 2rem;
  font-size: 5rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  background: rgb(11, 199, 11);
}
.firstspan {
    font-size: 1.7rem;
    /*display: inline-block;*/
    margin-top:1rem;
    text-align: center;
}
@media only screen and (max-width:600px) {
  .firstgrid-sidebutton {
    /*display: none;*/
  }
}
.firstgrid-sideimg {
  height: 8rem;
  transform: rotateX(-5deg);
  display: inline-block;
}
.pushbaby-left {
  float: left;
  vertical-align: middle;
}
.pushbaby-right {
  float: right;
  margin-left: 1rem;
  vertical-align: middle;
  margin-top: -1.2rem;
}
.firstgrid-sideimg2 {
  /* color: var(--color-main); */
  font-size: 2rem;
}
.firstgrid-input {
  display: block;
  padding: 1rem;
  font-size: 1.5rem;
  width: 100%;
  color: #000;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 1rem 2rem rgba(0,0,0,0.2);
}
.firstgrid-input:not(:last-child) {
  margin-bottom: 1rem;
}
.topgrid {
  display: grid;
  grid-template-columns: 10% 70%;
  /* column-gap: 10%; */
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:600px) {
  .topgrid {
    display: block;
  }
  .futuregrid {
    text-align: center;
  }
}
.openside {
  width: 800px;
  max-width: 100%;
  font-weight: 400;
  font-size: 2rem;
  margin: 0 auto;
  padding: 2rem;
  color: #000;
}
.booksection-img2 {
  height: 180px;
  display: inline-block;
  /* box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3); */
  /* border: 1px solid rgba(255,255,255,0.5); */
}
@media only screen and (max-width:600px) {
  .booksection-img2 {
    height: 250px;
  }
}
.booksection-second__subbreak {
  display: block;
  font-weight: 600;
  font-size: 4.15rem;
  margin-top: -.7rem;
  color: #bd3d3f;
}
.booksection-second__subbreak2 {
  display: block;
  font-size: 6.9rem;
  margin-top: -.7rem;
}
.thesecond {
  background: linear-gradient(rgba(255,255,255,0.8), #fff), url(/IMG_7921.jpg);
  padding: 3rem 1rem;
  background-position: 200 55%;
  background-attachment: fixed;
  background-size: cover;
  /* background-repeat: no-repeat; */
}
.thesecond-peep {
  width: 700px;
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  max-width: 100%;
  margin: 0 auto;
}
.thesecond-peep__img {
  height: 40rem;
  display: block;
  margin-top: .4rem;
  max-width: 100%;
}
/*@media only screen and (max-width:1000px) {*/
/*  .thesecond-peep__img {*/
/*    height: 25rem;*/
/*  }*/
/*}*/
/*@media only screen and (max-width:600px) {*/
/*  .thesecond-peep__img {*/
/*    height: 15rem;*/
/*  }*/
/*}*/
/*@media only screen and (max-width:330px) {*/
/*  .thesecond-peep__img {*/
/*    height: 12rem;*/
/*  }*/
/*}*/
.thesecond-peep__marg {
  padding: 2rem 0;
  font-size: 2rem;
}
.thesecond-peep__margbig {
  margin-top: 8rem;
}
.thesecond-peep__stuff {
  color: #000;
  font-size: 3.5rem;
  font-weight: bold;
}
.thethird {
  padding: 6rem 1rem;
  background: radial-gradient(#fff, #f1f1f149);
  background-attachment: fixed;
}
.thethird-sec {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
  align-items: center;
}
.thethird-img {
  height: 30rem;
}
.thethird-smallimg__mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .thethird-sec {
    display: block;
  }
  .thethirdibo {
    display: block;
    text-align: center;
  }
  .thethird-smallimg__mobile {
    display: inline-block;
  }
  .thethird-smallimg {
    display: none;
  }
  .thethird-img {
    margin-top: 3rem;
  }
}
.thethird-first {
  width: 400px;
  max-width: 100%;
  color: #000;
  font-weight: 600;
  font-size: 2.5rem;
  margin: 0 auto;
}
.thefourth {
  background: #000;
  padding: 6rem 1rem 2rem 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}
.thefourth-shape {
  width: 700px;
  max-width: 100%;
}
.thefourth-title {
  font-size: 4rem;
  font-weight: 600;
}
.thefourth__img {
  height: 40rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 100%;
}
.thefourth__seeme {
  background: blue;
  display: inline;
  color: #fff;

}

.thefourth-bigtitle {
  font-size: 6rem;
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  .thefourth-title {
    font-size: 3rem;
  }
  .thefourth-bigtitle {
    font-size: 4rem;
  }
}

.wesee-who {
    background: linear-gradient(purple, rgb(232, 8, 232));
    padding: 2rem;
    max-width: 93%;
    margin: 0 auto;
    margin-top: -6rem;
    margin-bottom: 3rem;
    position: relative;
    border-radius: 10px;
    z-index: 100;
}
.wesee-who__title {
    font-size: 4rem;
    color: #fff;
    font-weight: 800;
    text-align: center;
    margin-bottom: 2rem;
}
@media only screen and (max-width: 600px) {
    .wesee-who__title {
        font-size: 2.5rem;
    }
}
.wesee-who__body {
    width: 1200px;
    max-width: 100%;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3rem;
    row-gap: 3rem;
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {
    .wesee-who__body {
        grid-template-columns: 1fr;
        width: 30rem;
        margin: 0 auto;
        max-width: 100%;
    }
}
.wesee-newbody {
    box-shadow: 0 1rem 2rem rgba(0,0,0,0.4);
    padding: 1rem;
    background: #fff;
    text-align: center;
    border-radius: 10px;
}
.wesee-img {
    height: 25rem;
}
@media only screen and (max-width: 600px) {
    .wesee-img {
        height: 20rem;
    }
}
.wesee-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.wesee-desc {
    font-size: 1.8rem;
    font-weight: 400;
}
.wesee-link {
    display: inline-block;
    margin-top: 1rem;
    background: linear-gradient(#0cc00c, green);
    padding: 1rem 2rem;
    border-radius: 5px;
    color: #fff !important;
    font-size: 1.7rem;
}
.theblog {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3rem;
    row-gap: 3rem;
}
@media only screen and (max-width: 900px) {
    .theblog {
        grid-template-columns: 1fr 1fr
    }
}
@media only screen and (max-width: 600px) {
    .theblog {
        grid-template-columns: 1fr;
        max-width: 350px;
        margin: 0 auto;
        margin-top: 4rem;
    }
}
.theblog-body {
    border: 1px solid rgba(0,0,0,0.4);
    padding: 1rem;
    border-radius: 10px;
    background: #fff;
    color: #000;
}

.theblog-body__img {
    height: 24rem;
    width: 100%;
    object-fit: cover;
}
.theblog-body__title {
    font-weight: 600;
    font-size: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.theblog-body__desc {
    font-size: 1.7rem;
}
.theblog-link {
    display: inline-block;
    margin-top: 1rem;
    font-weight: 600;
    font-size: 1.8rem;
}
.owl-nav,
.owl-dots {
  display: none;
}
.gal-body {
  position: relative;
  /*background: #f4f4f4;*/
  width: 100%;
  overflow: hidden;
}
.gal-img {
  height: 30rem;
  object-fit: cover;
  border-radius: 10px;
  /* box-shadow: 0 1rem 2rem rgba(0,0,0,0.2); */
  cursor: zoom-in;
  transition: transform 5s;
}
.gal-img:hover {
  opacity: 0.8;
  transform: translateY(-2rem);
}
.gal-slideleft, .gal-slideright {
  position: absolute;
  left: 3.7%;
  top: 50%;
  display: inline-block;
  color: #fff;
  background: #9c31908f;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  cursor: pointer;
  z-index: 20;
  padding: 2rem 2.5rem;
}
.gal-slideright {
  /* right: 0; */
  left: 96.5%;
  /* transform: translate(-50%, -50%); */
}
.gal-slideright:hover, .gal-slideleft:hover {
  background: #9c318f;
}
.bushry {
  margin-right: 2rem;
}






.thefifth {
  background: #fff;
  padding: 3rem 1rem 6rem 1rem;
}
.thefifth-boxes {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.thefifth-box {
  font-size: 2rem;
  display: grid;
  grid-template-columns: 13% 87%;
  margin-bottom: 3rem;
}
.thefifth-box__main {
  display: inline-block;
  background: red;
  font-weight: 600;
  padding: 2.5rem 3rem;
  border-radius: 50%;
  color: #fff;
}
@media only screen and (max-width:600px) {
  .thefifth-box__main {
    padding: 1rem 1.5rem;
  }
}
.meetcheck {
  background: rgb(19, 223, 19);
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  padding: 1rem .8rem;
  margin-right: 1rem;
}
.thefifth-box__see {
  background: yellow;
  color: red;
  font-size: 3rem;
  display: inline;
}

.thefifth-box__second {
  display: inline-block;
  color: #000;
  font-weight: 600;
  margin-left: 1rem;
  line-height: 1.5;
  /* text-transform: uppercase; */
}
.thesixth {
  background: linear-gradient(rgba(255,255,255,0.8), #fff), url(/IMG_7917.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 80%;
  padding: 6rem 1rem;
  color: #000;
  font-weight: 400;
  font-size: 2rem;
}
.thebold {
  font-weight: 1000;
}
.thesixth-title {
  font-size: 5rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width:800px) {
  .thesixth-title {
    font-size: 3.5rem;
  }
}
.thepricestuff, .thepricestuff2 {
  border-radius: 10px;
  padding: 2rem 4rem;
  display: inline-block;
  font-size: 6rem;
  margin-top: 3rem;
  border: 4px solid var(--color-main);
  font-weight: 800;
  position: relative;
}
.thepricestuff:after {
  content: '';
  position: absolute;
  top: -25%;
  right: 85%;
  margin-left: -8px;
  width: 0; 
  height: 0;
  /* border-top: 10px solid #fff; */
  border-bottom: 20px solid var(--color-main);
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
@media only screen and (max-width:700px) {
  .thepricestuff:after {
    top: -27%;
    right: 83%;
  }
}
@media only screen and (max-width:600px) {
  .thepricestuff:after {
    top: -31%;
    right: 79%;
  }
}
.theseventh {
  padding: 6rem 1rem;
  background: #000;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}
.theseventh-img {
  height: 500px;
  display: block;
}
@media only screen and (max-width: 1100px) {
  .theseventh-img {
    height: 30rem;
  }
}
@media only screen and (max-width: 600px) {
  .theseventh-img {
    display: none;
  }
}
.theseventh-row {
  display: grid;
  grid-template-columns: 50% 1fr;
  column-gap: 5rem;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .theseventh-row {
    display: block;
  }
}
.theeight {
  background: #fff;
}
.theeight-cont {
  font-family: sans-serif;
  font-style: italic;
  margin-top: 8rem;
  position: relative;
  text-align: center;
}
.theeight-cont:before {
  content: "\201C";
  display: inline-block;
  font-size: 7rem;
  color: #000;
  position: absolute;
  top: -40%;
  left: -1%;
}
.theeight-row {
  margin-top: 1rem;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 15% 86%;
}
@media only screen and (max-width:600px) {
  .theeight-row {
    grid-template-columns: 20% 80%;
  }
}
.theeight-img {
  height: 8rem;
  width: 8rem;
  object-fit: cover;
  object-position: 0 20%;
  border-radius: 50%;
}
.theninth {
  padding: 6rem 1rem;
  background: linear-gradient(transparent, #fff), url(/tobilaughingnew.jpg);
  background-size: cover;
  background-position: 10 1%;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .theninth {
    background: linear-gradient(transparent, #fff, #fff), url(/tobilaughingnew.jpg);
    background-size: cover;
    background-position: 10 1%;
  }
}
.theninth-left {
  width: 600px;
  max-width: 100%;
  font-size: 2rem;
  font-weight: 400;
}
.theninth-left2 {
  font-weight: 800;
  font-size: 2.5rem;
}
.thesecondbutton {
  display: inline-block;
  padding: 2.2rem 2.7rem;
  background: rgb(11, 199, 11);
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.3);
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: #fff;
  font-weight: 600;
  font-size: 3.2rem;
  cursor: pointer;
  text-align: center;
}
.thesecondbutton:hover {
  background: rgb(12, 153, 12);
}
.thesecondbutton2 {
  font-size: 1.7rem;
  color: rgba(255,255,255,0.8);
  margin-top: .4rem;
}
.thetenth-img {
  height: 50rem;
  display: block;
}
.myname {
  font-size: 3rem;
  font-weight: 600;
}
.thetenth {
  color: #000;
  font-weight: 400;
  font-size: 2rem;
  padding: 0 1rem;
}
.thetenth-imgonly {
  margin-left: 4rem;
  height: 80rem;
}
@media only screen and (max-width: 800px) {
  .thetenth-img {
    height: 30rem;
    display: inline-block;
  }
}
@media only screen and (max-width:600px) {
  .thetenth, .thesecond, .thethird {
    padding: 4rem 1rem;
  }
  .thefourth {
    padding-top: 4rem;
  }
  .thetenth-imgonly {
    display: none;
  }
}
.theeleventh {
background: linear-gradient(grey, #2d3546, #2d3546);
color: #fff;
font-size: 2rem;
font-weight: 600;
padding: 3rem 1rem;
}
.thetenth-img2 {
  margin-left: 5rem;
}
@media only screen and (max-width:600px) {
  .thetenth-img2 {
    margin-left: 0;
  }
}
.theeleventh-title {
  font-size: 5rem;
  color: #fff;
  text-transform: capitalize;
  text-align: left;
}
@media only screen and (max-width: 800px) {
  .theeleventh-title {
    font-size: 3.5rem;
  }
}
.thetwelvth {
  padding: 6rem 1rem;
  font-size: 2rem;
  font-weight: 400;
}
.gradeit {
  padding: 3rem 1rem;
  background: linear-gradient(purple, rgb(179, 2, 179)); }
  .gradeit-box {
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: 50% 35% 15%;
    justify-content: center;
    color: #fff;
    align-items: center; }
  .gradeit-one {
    font-size: 2rem;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    padding: 1rem; }
  .gradeit-two {
    padding: 1rem; }
  .gradeit-three {
    padding: 1rem; }
  .gradeit-big {
    font-size: 3.5rem;
    font-weight: 800;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    text-transform: uppercase;
    color: #e9f76a;
    text-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.5); }
  .gradeit-small {
    color: #000; }
  .gradeit-link {
    border: 0;
    border-radius: 3px;
    color: #fff;
    padding: 1rem 1.2rem;
    text-transform: uppercase;
    background: linear-gradient(to right, var(--color-primary), var(--color-secondary));
    font-size: 1.4rem;
    display: inline-block; }
  .gradeit-input {
    display: inline-block;
    /* width: 100%; */
    padding: 1rem;
    text-align: center;
    color: #000;
    border-radius: 3px;
    font-size: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.4); }
    .gradeit-input:not(:last-child) {
      margin-right: 1rem;
    }
    @media only screen and (max-width: 750px) {
      .gradeit-one {
        font-size: 1.7rem;
      }
      .gradeit-box {
        grid-template-columns: 50% 30% 20%;
      }
    }
    @media only screen and (max-width: 600px) {
      .gradeit-box {
        display: block;
      }
      .gradeit-one {
        text-align: center;
      }
      .gradeit-input {
        border-radius: 10px;
        display: block;
        width: 100%;
      }
      .smallup {
          margin-top: 1rem;
      }
      .gradeit-link {
        display: block;
        width: 100%;
        text-align: center;
        border-radius: 5px;
        padding: 1.2rem 1.5rem;
      }
    }
    @media only screen and (max-width:450px) {
      .gradeit-one {
        font-size: 1.6rem;
      }
    }
.t-title {
  font-size: 5rem;
  padding: 1rem;
  color: #333;
  display: inline-block;
}
.errorpos {
  position: fixed;
  top: 0;
  z-index: 12000;
  width: 100%;
  left: 0;
}



.t-title {
  font-size: 5rem;
  padding: 1rem;
  color: #333;
}
.t-title:after {
  content: "";
  height: 2px;
  width: 30px;
  background: #333;
  display: block;
  text-align: right;
  margin-top: -.3rem;
  margin-left: .5rem;
}

.smallbottom {
  margin-bottom: 1.5rem;
}

.t-message {
  /*padding: 1rem;*/
  /*font-size: 1.8rem;*/
  /*line-height: 1.3;*/
  /*width: 80%;*/
  /*margin: 0 auto;*/
  /*margin-top: -2rem;*/
  /*font-weight: 350;*/
  padding: 1rem;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 350;
}
.t-message p {
    padding: 1rem 0;
}
.t-message span {
  font-weight: 400;
}
.firststuff1-link:link,
.firststuff1-link:visited,
.firststuff1-link,
.asktobi:link,
.asktobi:visited,
.asktobi {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#2450b2), to(#308bcf));
  background: linear-gradient(#2450b2, #308bcf);
  padding: 1rem 2rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.9rem;
  margin-top: 2rem;
  border-radius: 5px;
  -webkit-box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.firststuff1-link:hover,
.asktobi:hover {
  background: -webkit-gradient(linear, left top, right top, from(#2450b2), to(#308bcf));
  background: linear-gradient(to right, #2450b2, #308bcf);
  padding: 1rem 2.2rem;
  -webkit-transform: translateY(-.3rem);
          transform: translateY(-.3rem);
  -webkit-box-shadow: 0 1rem 2rem rgba(0,0,0,0.22);
          box-shadow: 0 1rem 2rem rgba(0,0,0,0.22);
}

.jwill {
  font-size: 4rem;
}
.thirdnow {
  background: linear-gradient(#2451b2, rgba(0,0,0,0.8)), url(/myblog.jpg);
  width: 100%;
  min-height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          padding: 4rem 1rem;
}
.thirded {
  padding: 1rem 6rem;
  /* width: 500px; */
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
}
.thirded-title {
  color: #fff;
  font-size: 5rem;
  margin-bottom: 2rem;
}
.readblog:link,
.readblog:visited,
.readblog {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#2450b2), to(#308bcf));
  background: linear-gradient(#2450b2, #308bcf);
  margin-top: 2rem;
  display: inline-block;
  padding: 1rem 2rem;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-box-shadow: 0 1rem 2rem 3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1rem 2rem 3rem rgba(0, 0, 0, 0.1);
}
.readblog:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#308bcf), to(#2450b2));
  background: linear-gradient(#308bcf, #2450b2);
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
}


.fourthnow {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.8)), to(rgba(0, 0, 0, 0.795))), url(/tobimainmaged.jpg);
  background: linear-gradient(rgba(0,0,0,0.8), rgba(0, 0, 0, 0.795)), url(/tobimainmaged.jpg);
  width: 100%;
  height: 300px;
  background-size: 33%;
  background-repeat: repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.youtube-link:link,
.youtube-link:visited,
.youtube-link {
  background:#c4302b;
  margin-top: 2rem;
  color: #fff;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border-radius: 4px;
}

.youtube-link:hover {
  background:red;
}

.fourthnow-text {
  text-transform: uppercase;
  font-size: 3rem;
}

.subpad {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  z-index: 99999;
  display: none;
}
.sowit {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background: #fff;
  height: 100%;
}
.upgrade-row {
    display: grid;
    grid-template-columns: 70% 1fr;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 1rem 0;
}
.upgrade-rowright {
    text-align: right;
}

.showtinymob {
    display: none;
}
@media only screen and (max-width: 400px) {
    .showtinymob {
        display: block;
    }
    .hidetinymob {
        display: none;
    }
}

.block {
  display: block !important;
}
.none {
  display: none;
}
.showitok {
    color: blue;
    cursor: pointer;
}
  
.subpad-box {
  height: 90%;
  width: 700px;
  margin: 0 auto;
  max-width: 95%;
  border: 10px solid #fff;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subpad-img {
  background: linear-gradient(transparent, #575d69c5, #0f2553), url(/tobilaughing.png);
  background-size: cover;
  background-position: 0 0%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  height:100%;
  border-radius: 7px;
}
.subpad-text {
  position: absolute;
  bottom: 0;
  /* left: 50%;
  transform: translate(-50%, -50%); */
  z-index: 15;
  /* width: 100%; */
  /* margin: 0 auto; */
  /* height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1; */
}
.subpad-text__title {
  padding: 1rem;
  text-align: center;
  font-weight: 800;
  font-size: 5rem;
  color: #fff;
  text-transform: uppercase;
}
.subpad-text__title {
}
.subpad-desc {
  padding: 1rem;
  color: #fff;
}
.subpad-desc__title {
  font-size: 2.5rem;
  text-align: center;
}
.subpad-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1rem;
  column-gap: 2rem;
  margin-top: 1.4rem;
}
.subpad-input {
  width: 100%;
  display: inline-block;
  padding: 1rem 1.3rem;
  border-radius: 6px;
  font-size: 1.6rem;
  color: #000;
}
.subpad-button {
  background: linear-gradient(var(--color-primary), var(--color-secondary));
  width: 100%;
  border: 0;
  padding: 1.2rem 1.6rem;
  border-radius: 10px;
}
.subpad-button:focus {
    outline: none;
}
.subpad-button:hover {
  background: var(--color-primary);
}
.subpad-close {
  color: #fff;
  background: red;
  padding: 1.2rem 1.4rem;
  position: absolute;
  top: -2%;
  right: -2%;
  border-radius: 50%;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-top-left-radius: 0;
  display: inline-block;
  cursor: pointer;
  z-index: 30;
}
.subpad-close:hover {
  background: rgb(197, 5, 5);
}

@media only screen and (max-width:600px) {
.subpad-text__title {
  font-size: 3rem;
}
.subpad-desc {
  padding: 1rem;
  font-size: 1.6rem;
}
.subpad-desc__title {
  font-size: 2rem;
  text-align: center;
}
.subpad-input {
  width: 100%;
  display: inline-block;
  padding: 1rem 1.3rem;
  border-radius: 6px;
  font-size: 1.5rem;
  color: #000;
}
.subpad-button {
  padding: 1rem 1.3rem;
  border-radius: 10px;
  font-size: 1.55rem;
}

}

.secondstuff {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .9)), 
  to(rgba(36, 81, 178, .6))), url(/tobi1.jpg);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .9), 
  rgba(36, 81, 178, .6)), url(/tobi1.jpg);
  background-size: cover;
  background-position: left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.secondstuff-subbg {
  /* background: radial-gradient(rgba(255,255,255), #308bcf); */
  padding: 2rem 1rem;
  background: rgba(0, 0, 0, 0.1);
  height: 500px;
}

.secondstuff-img {
  height: 470px;
  width: 100%;
  display: block;
  -webkit-transform: translateY(2.4rem);
          transform: translateY(2.4rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 2%;
     object-position: 0% 2%;

}

.secondstuff-bg {
  height: 450px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
.secondstuff-title {
  color: #2450b2;
  font-size: 5rem;
  text-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.288);
}
.secondstuff-title:after {
  content: "";
  height: 3px;
  width: 45px;
  background: #2450b2;
  display: block;
  text-align: right;
  margin-top: -.4rem;
}
.secondstuff-msg {
  color: #fff;
  width: 750px;
  font-size: 1.9rem;
  margin: 0 auto;
  margin-top: 2rem;
  line-height: 1.3;
  max-width: 100%;
}

.asktobi:link,
.asktobi:visited,
.asktobi {
  -webkit-box-shadow: 0 1rem 2rem 3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1rem 2rem 3rem rgba(0, 0, 0, 0.1);
}

.thirdstuff-title {
  padding: 3rem 1rem;
  background: #fff;
  -webkit-box-shadow: 0 1rem 2rem #e6e6e6;
          box-shadow: 0 1rem 2rem #e6e6e6;
  font-size: 5rem;
  text-align: center;
}

.thirdstuff-blog {
  margin-top: 4rem;
}

.thirdstuff-blog__content {
  -webkit-box-shadow: 0 1rem 2rem #f7f5f5;
          box-shadow: 0 1rem 2rem #f7f5f5;
  margin-bottom: 2rem;
  padding: 0 .5rem;
}

.thirdstuff-blog__img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thirdstuff-blog__link:link,
.thirdstuff-blog__link:visited,
.thirdstuff-blog__link {
  color: #2450b2;
  font-size: 2.2rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  margin-top: 1.5rem;
}

.thirdstuff-blog__title {
  font-size: 4.3rem;
  color: #000;
  font-family: 'Lato', sans-serif;
  line-height: 4rem;
  margin-top: 2rem;
  font-weight: 900;
}
.homeshare {
  margin-top: 1.5rem;
  text-align: center;
}
.share {
  border-radius: 3px;
  padding: 1rem 2rem;
  color: #fff;
  display: inline-block;
}
.facebookshare {
  width: 24%;
  background-color: #3b5998;
}
.facebookshare:hover {
  background: #2f4679;
}
.twittershare {
  width: 24%;
  background-color: #55acee;
}
.twittershare:hover {
  background: #4893cc;
}
.linkedinshare {
  width: 24%;
  background: #0077b5;
}
.linkedinshare:hover {
  background: #015d8f;
}
.whatsappshare {
  width: 24%;
  background: #25D366;
}
.whatsappshare:hover {
  background: rgba(26, 160, 75);
}

.homedate {
  margin-top: 1rem;
}
.homedesc {
  margin-top: 1rem;
  line-height: 1.3;
}
.homedate div {
  font-size: 1.7rem;
  font-weight: 400;
  display: inline-block;
} 
.homedate div:not(:first-child) {
  margin-left: 1rem;
}
.homedate div i {
  font-size: 1.5rem;
  color: #2450b2;
}
.homedesc {
  font-size: 1.7rem;
  color: #333;
}
.rem:link,
.rem:visited,
.rem {
  font-weight: 500;
  color: #2450b2;
  margin-top: 1rem;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  /* border: 2px solid #2450b2; */
  padding: .2rem 1rem;
  -webkit-box-shadow: 0 .4rem .8rem rgba(0,0,0,0.3);
          box-shadow: 0 .4rem .8rem rgba(0,0,0,0.3);
  -webkit-transition:  -webkit-transform .3s;
  transition:  -webkit-transform .3s;
  transition:  transform .3s;
  transition:  transform .3s, -webkit-transform .3s;
}
.rem:hover {
  background: #2450b2;
  color: #fff;
  -webkit-transform: translateY(-.3rem);
          transform: translateY(-.3rem);
}
.seeallblog {
  background: radial-gradient(#2450b2, #308bcf);
  padding: 1rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.seeallblog:hover {
  background: -webkit-gradient(linear, right top, left top, from(#2450b2), to(#308bcf));
  background: linear-gradient(to left, #2450b2, #308bcf);
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-.3rem);
          transform: translateY(-.3rem);
}
.remove:link,
.remove,
.remove:visited {
  text-decoration: none;
}

.thirdstuff-subblog {
  margin-top: 4rem;
  padding-left: 2rem;
}
.thirdstuff-subblog__title {
  text-align: center;
  text-transform: uppercase;
  background: #f9f9f9;
  font-weight: 400;
  -webkit-box-shadow: .5rem .5rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: .5rem .5rem 1rem rgba(0, 0, 0, 0.2);
  padding: .5rem 2rem;
}
.thirdstuff-subblog__category {
  -webkit-box-shadow: 0 .4rem .6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 .4rem .6rem rgba(0, 0, 0, 0.1);
  padding: .5rem 1rem;
}
.thirdstuff-subblog__category:hover {
  background: #2450b2;
  color: #fff;
}
.thirdstuff-subblog__subscribe {
  background: #2450b2;
  padding: 4rem 1rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
  text-align: center;
}
.thirdstuff-subblog__subscribe-text {
  font-size: 3.1rem;
  font-weight: 800;
  color: #fff;
}
.thirdstuff-subblog__subscribe-link,
.thirdstuff-subblog__subscribe-link:link,
.thirdstuff-subblog__subscribe-link:visited {
  background: rgba(241, 12, 12);
  padding: 1rem 1.5rem;
  display: inline-block;
  margin-top: 2rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.thirdstuff-subblog__subscribe-link:hover {
  background: red;
}

.thirdstuff-subblog__popular {
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 .4rem .8rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 .4rem .8rem rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.thirdstuff-subblog__popular-title {
  font-size: 2rem;
  font-weight: 400;
}
.homedate2 {
  font-size: 1.6rem;
}
.homedate2 div {
  display: inline-block;
}
.homedate2 div:first-child {
  margin-right: 1rem;
}
.homedate2 div i {
  color: #2450b2;
  font-size: 1.5rem;
}

.socialstuff {
  /* margin-top: 4rem; */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.9)), to(rgba(255,255,255,0.9))), url(/tobimainmage.jpg);
  background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), url(/tobimainmage.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem;
  padding-bottom: 1.5rem;
}

.social-title {
  background: -webkit-gradient(linear, left top, left bottom, from(#2450b2), to(#308bcf));
  background: linear-gradient(#2450b2, #308bcf);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  /* text-transform: capitalize; */
  font-size: 5rem;
  margin-bottom: 2rem;
  margin-top: 3rem;
  height: 50px;
}
.social-blink {
  display: inline-block;
  /* text-align: center; */
  height: 300px;
  width: 320px;
  -webkit-box-shadow: 0 2rem 2.5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 2rem 2.5rem rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 1rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.2);
  -o-object-position: 0  -10%;
     object-position: 0  -10%;
}
.social-cap,
.social-cap:link,
.social-cap:visited {
  background: rgba(245, 243, 243, .6);
  border-radius: 8px;
  padding: 3rem 1rem;
  -webkit-box-shadow: 0 1rem 2rem rgba(0,0,0,0.3);
          box-shadow: 0 1rem 2rem rgba(0,0,0,0.3);
  text-align: center;
  -webkit-transition:  -webkit-transform .3s;
  transition:  -webkit-transform .3s;
  transition:  transform .3s;
  transition:  transform .3s, -webkit-transform .3s;
}

.social-cap:hover {
  background: #fff;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-.4rem);
          transform: translateY(-.4rem);
}

.social-cap .fa-facebook {
  background: -webkit-gradient(linear, left top, left bottom, from(#3b5998), to(#2450b2));
  background: linear-gradient(#3b5998, #2450b2);
  font-size: 3rem;
  -webkit-background-clip: text;
  color: transparent;
}
.social-cap .fa-linkedin {
  background: -webkit-gradient(linear, left top, left bottom, from(#0077b5), to(#2450b2));
  background: linear-gradient(#0077b5, #2450b2);
  font-size: 3rem;
  -webkit-background-clip: text;
  color: transparent;
}
.social-cap .fa-twitter {
  background: -webkit-gradient(linear, left top, left bottom, from(#55acee), to(#2450b2));
  background: linear-gradient(#55acee, #2450b2);
  font-size: 3rem;
  -webkit-background-clip: text;
  color: transparent;
}
.social-cap .fa-quora {
  background: -webkit-gradient(linear, left top, left bottom, from(#a82400), to(red));
  background: linear-gradient(#a82400, red);
  font-size: 3rem;
  -webkit-background-clip: text;
  color: transparent;
}
.social-cap .fa-youtube {
  background: -webkit-gradient(linear, left top, left bottom, from(#c4302b), to(red));
  background: linear-gradient(#c4302b, red);
  font-size: 3rem;
  -webkit-background-clip: text;
  color: transparent;
}
.social-cap .fa-instagram {
  background: -webkit-gradient(linear, left top, left bottom, from(#e1306c), to(#2450b2));
  background: linear-gradient(#e1306c, #2450b2);
  font-size: 3rem;
  -webkit-background-clip: text;
  color: transparent;
}

.social-cap__title {
  color: #333;
}
.topy {
  background: red;
  position: relative;
  min-height: 400px;
}
.blurtopy {
  display: inline-block;
  filter: blur(20px);
}
.topy-nav,
.mobiled-relative {
  position: absolute;
  top: 0;
  /* left: 0; */
  
  width: 100%;
  /* position: absolute; */
  z-index: 20;
  padding: 3rem 1rem;
  padding-bottom: 1rem;
  -webkit-box-shadow: 0 .4rem .7rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 .4rem .7rem rgba(0, 0, 0, 0.05);
}


.topy-logo {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.topyoverlay {
  background: radial-gradient(rgba(0, 47, 255,0.2), rgba(0, 0, 0, 0.85));
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 19;
}

.topy-img, .topy-opac {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  object-position: 0 51%;
  z-index: 18;
}
.topy-opac {
  z-index: 19;
  background: linear-gradient(var(--color-primary), rgba(0,0,0,0.5));
}
.topy-opac2 {
    background: linear-gradient(#181f21, rgba(0,0,0,0.7));
}
.topy-pos {
  object-fit: cover;
  object-position: 0 45%;
}
.productheadat {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 6rem;
  text-align: center;
}
section, .new-section, .new-section2, .new-sectioned {
  padding: 4rem 1rem;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}
.new-section, .new-sectioned {
  padding: 2rem 1rem;
  width: 800px;
  max-width: 100%;
  color: #000;
}
.new-sectioned {
    width: 700px;
    max-width: 100%;
}
.new-section2 {
  padding: 2rem 1rem;
  width: 1000px;
  max-width: 100%;
}
.section-title {
  font-size: 3rem;
  color: #000;
  text-align: center;
  padding: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width:800px) {
  .section-title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width:480px) {
  .section-title {
    font-size: 2rem;
  }
}
.bluebg {
  background: linear-gradient(rgba(0,0,0,0.6), var(--color-main));
  background-size: cover;
  background-position: 0 60%;
  background-attachment: fixed;
  color: #fff;
  padding: 6rem 1rem;
}
@media only screen and (max-width: 600px) {
  .bluebg {
    padding: 4rem 1rem;
  }
}

.blackbg {
  background:linear-gradient(#555, #000);
  padding: 6rem 0;
  padding-bottom: 2rem;
}
@media only screen and (max-width:600px) {
  .blackbg {
    padding: 3rem 0;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width:350px) {
    .blackbg {
        padding: 1rem 0;
    }
}
.section-dark {
  padding: 1rem;
  color: #f4f4f4;
  text-align: center;
  background: #000;
}

@media only screen and (max-width: 600px) {
    .section-dark {
        font-size: 1.7rem;
    }
}

.newbox:before {
  content: "\201C";
  display: inline-block;
  font-size: 7rem;
  color: #fff;
  position: absolute;
  top: -40%;
  left: -3%;
}
.newbox {
  text-align: center;
  position: relative;
  font-size: 1.8rem;
}
.section-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
  max-width: 700px;
  margin: 0 auto;
}





/* start challenge */

.challengebg-forbody {
  background: #111;
}
.challengebg-forbody__box {
  width: 700px;
  max-width: 99%;
  margin: 0 auto;
  /* border: 1px solid #fff; */
  color: #fff;
  /* margin-top: 4rem; */
  margin-bottom: 6rem;
  border: 1px solid #000;
}
.challengebg-forbody__boxtitle {
  background: #000;
  padding: 4rem 2rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
}
.challengebg-forbody__boxbody {
  padding: 2rem;
}
.challengebg-forbody__boxbody2 {
  margin-top: 4rem;
  padding: 2rem;
}
.challengebg-forbody__boxbody2text {
  background: rgb(12, 11, 11);
  padding: 2rem;
  line-height: 1.6;
  font-size: 1.6rem;
  letter-spacing: .03rem;
}
.challengebg-forbody__boxbody2text big {
  font-size: 2rem;
  font-weight: 600;
}
.challengebg-vid {
  height: 40rem;
  width: 100%;
}
.challengebg-vid:focus {
  outline: none;
}
.challengebg-forbody__boxbigtit {
  font-size: 2.5rem;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: -4rem;
  font-weight: 800;
}
.challengebg-forbody__ref {
  background: #333;
  color: #fff !important;
  font-size: 1.6rem;
  padding: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 5px;
  margin-left: 1rem;
  letter-spacing: .05rem;
  display: inline-block;
  transform: translateY(-.1rem);
}
.challengebg-final {
  padding: 2rem;
  padding-bottom: 4rem;
  text-align: center;
  color: #777;
  font-size: 1.6rem;
}
.challengebg {
  background: #111;
  height: 100vh;
  position: fixed;
  width: 100%;
}
.challengebg-box {
  background: rgb(12, 11, 11);
  width: 600px;
  max-width: 98%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.challengebg-box__title {
  background: #000;
  padding: 1.5rem;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
}
.challengebg-box__body {
  padding: 2rem;
}
.challengebg-box__input {
  padding: 1.3rem;
  width: 100%;
  font-size: 1.5rem;
  border: 1px solid #000;
  border-radius: 5px;
}
.challengebg-box__inputtitle {
  color: #f4f4f4;
  font-size: 1.5rem;
  margin-bottom: .5rem;
}
.challengebg-box__submit {
  background: rgb(3, 172, 3);
  display: block;
  color: #fff;
  width: 100%;
  border: 0;
  padding: 1.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  border-radius: 5px;
}
.challengebg-box__submit:hover {
  background: green;
}
/* end challenge */





.secbig div {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width:800px) {
  .secbig div {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width:480px) {
  .secbig div {
    font-size: 1.5rem;
  }
}
.section-subtitle {
  color: #333;
  text-align: center;
  font-size: 1.7rem;
  margin-top: -.5rem;
}
.checkout-newdesc {
    font-size: 1.7rem;
    padding: 1rem 2rem;
}
.checkout-newdesc p {
    padding: .5rem 0;
}
.checkout-pop, .expirepop, .upgradepop, .confirmreason {
  height: 100vh;
  background: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
}
.checkout-pop__body, .expirepop-body {
  height: 90%;
  overflow: auto;
  width: 700px;
  max-width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.expirepop-body {
    background: red;
}
.closecheckout {
  background: red;
  color: #fff;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
}
.checkout-title {
  background: var(--color-primary);
  color: #fff;
  padding: 1rem;
  font-size: 3rem;
  text-align: center;
}
.ajax-final {
    color: #777;
    font-size: 1.5rem;
}
.checkout-subtitle {
  background: #f1f1f1;
  padding: 1.5rem 1rem;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .checkout-title {
    /*font-size: 3rem;*/
  }
  .checkout-subtitle {
    /*font-size: 1.7rem;*/
  }
}
@media only screen and (max-width: 600px) {
  .checkout-title {
    /*font-size: 2.5rem;*/
  }
  .checkout-subtitle {
    /*font-size: 1.6rem;*/
  }
}
.thebrood {
  position: absolute;
  top: 0;
  width: 100%;
}
.thebrood-groupit {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.thebrood-groupimg {
    height: 10rem;
    max-width: 100%;
}
.thebrood-path {
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 1rem 2rem rgba(0,0,0,0.3);
}
.thebrood-cont {
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1.7rem;
}
.thebrood-cont__title {
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 800px) {
  /*.thebrood-cont {*/
  /*  font-size: 1.65rem;*/
  /*}*/
  /*.thebrood-cont__title {*/
  /*  font-size: 1.8rem;*/
  /*}*/
}
@media only screen and (max-width: 600px) {
  /*.thebrood-cont {*/
  /*  font-size: 1.5rem;*/
  /*}*/
  /*.thebrood-cont__title {*/
  /*  font-size: 1.6rem;*/
  /*}*/
}
.thebrood-img {
  height: 150px;
  display: inline-block;
}
.thebrood-input {
  padding: 2rem 1rem;
  color: #000;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.5);
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.7rem;
}
@media only screen and (max-width:600px) {
    .thebrood-input {
        /*font-size: 1.6rem;*/
    }
}
.thebrood-submit {
  background: rgb(11, 199, 11);
  color: #fff;
  display: block;
  width: 100%;
  padding: 1.5rem 1.8rem;
  border-radius: 10px;
  text-align: center;
  border: 0;
  cursor: pointer;
}
.thebrood-submit:hover {
  background: green;
}
.thebrood-cont__subtitle {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.closecheckout:hover {
  background: rgb(168, 8, 8);
}
.section-desc {
  font-size: 2rem;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 1.5rem;
}
  @media only screen and (max-width:480px) {
    .minsection-desc {
        margin-bottom: 1rem;
    }
  }
.bratle {
  width: 700px;
  margin: 0 auto;
  margin-top: -8rem;
  max-width: 100%;
  position: relative;
  z-index: 1000;
  background: #fff;
}
.short-msg {
  max-width: 100%;
  padding: 1rem;
  font-size: 2rem;
  line-height: 1.6;
  color: #333;
  font-family: 'PT Serif', serif;
  margin-top: 1rem;
  font-weight: 300;
}
.short-msg span {
  font-weight: 400;
  display: inline-block;
}
.subt-title {
  font-size: 3rem;
  padding: 1rem;
  color: #333;
}

.bidge {
  /* background: #747477; */
}
.bidge-sect {
  position: relative;
  z-index: 1000;
  background: #fff;
  max-width: 1000px;
  /* padding: 1rem; */
  margin: 0 auto; 
  margin-top: -9rem;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
.bidge-sect__title {
  background: #2451b2a1;
  color: #fff;
  padding: 1rem;
  text-align: center;
  font-size: 4rem;
  text-transform: uppercase;
 
}
.bidge-sect__msg {
  margin-top: 1rem;
  padding: 1rem; 
  color: #000;
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.3;
  font-family: 'KoHo', sans-serif;
  font-size: 2rem;
}
.bidge-sect__first {
  color: #2450b2;
  margin-top: 2rem;
  font-weight: 500;
}

.bidge__next {
  margin-top: 2rem;
  padding: 1rem 2rem;
  font-size: 1.9rem;
  -webkit-box-shadow: 15px 15px 10px -15px rgba(0,0,0,0.2);
          box-shadow: 15px 15px 10px -15px rgba(0,0,0,0.2);    
}
.bidge-sect__tit {
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.sub-tit {
  color: #333;
  font-weight: 400;
  display: block;
  font-family: 'Lato', sans-serif;
  margin-top: 1rem;
}
.sub-tit:last-child {
  margin-top: 14rem;
}

.asktobi-tatle {
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 2rem;
}
.getstarted {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-primary)), to(var(--color-secondary)));
  background: linear-gradient(var(--color-primary), var(--color-secondary));
  padding: 1rem 2rem;
  border-radius: 3px;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 2rem;
  margin-top: 2rem;
cursor: pointer;
-webkit-box-shadow: 0 1rem 2rem rgba(0,0,0,0.4);
        box-shadow: 0 1rem 2rem rgba(0,0,0,0.4);
-webkit-transition: all .3s;
transition: all .3s;
}
.getstarted:hover {
  -webkit-box-shadow: 0 .4rem .8rem rgba(0,0,0,0.3);
          box-shadow: 0 .4rem .8rem rgba(0,0,0,0.3);
  padding: 1rem 3rem;
  -webkit-transform: translateY(-.3rem);
          transform: translateY(-.3rem); 
}
.getview {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999999;
  display: none;
}

.theloghimself {
  /* padding: 10px; */
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.9);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.9);
  background: #fff;
  overflow: auto;
  position: fixed;
  max-height: 600px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  max-width: 100%;
  z-index: 50;
}

.closefor,
.closeforr,
.closeforbb {
  position: fixed;
  top: 0;
  display: block;
  padding: 20px;
  color: red;
  right: 0;
  font-size: 4rem;
  z-index: 60;
  background: #fff;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.548);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.548);
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.closefor:hover,
.closeforr:hover,
.closeforbb:hover {
  top: 2;
  background: #fefefe;
  -webkit-box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.548);
          box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.548);
}


.ask-title {
  color: #fff;
  font-weight: 400;
  font-size: 4rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-primary)), to(var(--color-secondary)));
  background: linear-gradient(var(--color-primary), var(--color-secondary));
  padding: 1rem;
}
.ask-msg {
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), color-stop(#fff), to(#f9f9f9));
  background: linear-gradient(#f9f9f9, #fff, #f9f9f9);
  padding: 1rem;
}
.ask-bridge {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 5px;
}
.ask-subtitle {
  font-weight: 400;
  color: #000;
  font-size: 2rem;
}
.ask-input {
  padding: 8px;
  border: 1px solid rgba(0,0,0,0.1);
  margin-top: 7px;
  font-size: 1.6rem;
  text-align: center;
}
.ask-input:focus {
  -webkit-box-shadow: 0 1rem 2rem var(--color-primary);
          box-shadow: 0 1rem 2rem var(--color-primary)
}
.ask-icon {
  -webkit-box-shadow: 0 1rem 2rem rgba(0,0,0,0.1);
          box-shadow: 0 1rem 2rem rgba(0,0,0,0.1);
  padding: .4rem;
  border-radius: 3px;
}
.ask-icon-input {
  width: 80px;
}

.ask-select {
  display: inline-block;
}
.ask-small {
  font-size: 1.4rem;
  color: #000;
  font-weight: 400;
}
.row {
  width: 90%;
  margin: 0 auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.btnhope {
  background: var(--color-primary);
  padding: 1rem 2rem;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  font-size: 1.8rem;
  /* display: block; */
  text-align: center;
  /* width: 100%; */
  border-radius: 3px;
  margin-top: 2rem;
  -webkit-box-shadow: 0 1rem 1.4rem rgba(0,0,0,0.2);
          box-shadow: 0 1rem 1.4rem rgba(0,0,0,0.2);
  -webkit-transition: padding .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: padding .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: padding .3s, transform .3s, box-shadow .3s;
  transition: padding .3s, transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
}
.mobile-relative,
.mobiled-relative {
  display: none;
}
.btnhope:hover {
  background: #1b53d0;
  padding: 1rem 2.3rem;
  -webkit-box-shadow: 0 1.5rem 2rem rgba(0,0,0,0.2);
          box-shadow: 0 1.5rem 2rem rgba(0,0,0,0.2);
  -webkit-transform: translateY(-.3rem);
          transform: translateY(-.3rem);
}
.lob:link,
.lob:visited,
.lob {
    background: #fff;
    -webkit-box-shadow: 0 1rem 2rem rgba(0,0,0,0.2);
            box-shadow: 0 1rem 2rem rgba(0,0,0,0.2);
    padding: 2rem 2.3rem;
    border-radius: 6px;
    display: inline-block;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-right: .5rem;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;

}
.lob:hover {
  -webkit-box-shadow: 0 1rem 2rem rgba(0,0,0,0.4);
          box-shadow: 0 1rem 2rem rgba(0,0,0,0.4);
  -webkit-transform: translateY(-.3rem);
          transform: translateY(-.3rem);
}
.cont-ind {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 1rem;
  padding: 3rem 1rem;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(0,0,0,0.1);
  margin-top: -9rem;
  text-align: center;
  /* box-shadow: 15px 15px 10px -15px rgba(0,0,0,0.2); */
  -webkit-box-shadow: 0 1rem 2rem rgba(0,0,0,0.2);
          box-shadow: 0 1rem 2rem rgba(0,0,0,0.2);
  position: relative;
  z-index: 1000;
}
.minusup {
  margin-top: -1rem;
}
.cont-ind-text {
  font-size: 4.5rem;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.cont-ind-email {
  font-size: 4rem;
  letter-spacing: -7px;
}
.padme {
  padding: 10px;
}
.myCLides {
  display: none;
}

.bringtot {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.bringto {
  -webkit-box-shadow: 0 1rem 2rem rgba(0,0,0,0.2);
          box-shadow: 0 1rem 2rem rgba(0,0,0,0.2);
  padding: 1rem;
  margin-bottom: 2rem;
}
.bringto:hover {
  background: #f9f9f9;
}
.bringto-img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.bringto-left {
  float: left;
  width: 15%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bringto-right {
  float: right;
  width: 85%;
  padding: .5rem;
}
.bringto-title {
  color: #2450b2;
  font-weight: 400;
  font-size: 2rem;
}
.bringto-msg {
  margin-top: 1rem;
  font-size: 1.8rem;
  color: #333;
}

.sans-first {
    background: #04b004;
    height: 20rem;
    padding: 2rem;
    padding-top: 4rem;
}
.sans-first__title {
    color: #fff;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 5rem;
    font-weight: 600;
}
@media only screen and (max-width: 600px) {
    .sans-first__title {
        font-size: 4rem;
    }
}
.sans-body {
    background: #fff;
    width: 700px;
    max-width: 92%;
    margin: 0 auto;
    margin-top: -6rem;
    padding: 2rem;
}
/*.migh-line {*/
/*  padding: 1.5rem 0;*/
/*  font-size: 2.3rem;*/
/*  font-weight: 400;*/
/*}*/
.migh-underline__black {
  display: inline;
  border-bottom: 2px solid #000;
}

.slideInLeft {
    opacity: 0;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

/* SLide in as you scroll start */

.slideanim {
  visibility:hidden;
  visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {                  
  visibility: visible;                  
  -webkit-animation: slide 1.4s;                  
          animation: slide 1.4s;
}
.slideanim::after {
  /* useful when its child elements are float:left; */
  content: "";
  display: table;
  clear: both;
}
@-webkit-keyframes slide {
  0% {
      opacity: 0;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
  } 
  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
  } 
}
@keyframes slide {
  0% {
      opacity: 0;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
  } 
  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
  } 
}

/* Slide in as you scroll end */

.footer {
  background: #3b5998;
  text-align: center;
  padding: 4rem 1rem;
  padding-bottom: 1rem;
}
.footer-ul,
.footer-social {
  list-style: none;
  text-align: center;
}
.footer-ul {
    text-align: left;
}
.footer-ul li {
  display: inline-block;
  color: #fff;
  font-size: 1.7rem;
  padding: .7rem;
  text-transform: uppercase;
}
.footer-ul li:not(:last-child) {
  margin-right: .5rem;
}
.footer-ul li:hover {
  -webkit-box-shadow: 0 .6rem .9rem rgba(255, 255, 255, 0.2);
          box-shadow: 0 .6rem .9rem rgba(255, 255, 255, 0.2);
  font-weight: 400;
  background: #4366b3;
}
.footer-ul li a,
.footer-social li a {
  color: #fff;
}
.altfila {
  display: none;
}
.footer-social li {
  display: inline-block;
  font-size: 1.8rem;
}
.footer-social li:not(:last-child) {
  margin-right: 1rem;
}
.lasttext {
  margin-top: 2rem;
  padding: 1rem;
  display: inline-block;
  color: #fff;
  font-weight: 300;
  font-size: 1.6rem;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  letter-spacing: 6px;
  -webkit-box-shadow: 15px 15px 10px -15px rgba(255,255,255,0.2);
          box-shadow: 15px 15px 10px -15px rgba(255,255,255,0.2);
}
@media only screen and (max-width:350px) {
    .lasttext {
        letter-spacing: 4px;
    }
}
.lasttext-email {
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}
.brick {
  display: none;
}

.menuopen {
  cursor: pointer;
}
.jolpingfirst {
  display: none;
}
.clickfire:focus {
    outline: none;
}
.opachim {
  opacity: 0.5;
  cursor: progress !important;
  /*pointer-events: none; */
}
.opachim_main {
  opacity: 0.5;
  /*cursor: progress !important;*/
  pointer-events: none; 
}
.emoj-icon {
    height: 2.5rem;
    transform: translateY(4px);
}

.pointer {
    cursor: pointer;
}

.bottompit {
  position: fixed;
  background: #fff;
  width: 500px;
  max-width: 100%;
  bottom: 0;
  box-shadow: 0 1rem 2rem rgba(0,0,0,0.4);
  z-index: 10000;
  left: 0;
  font-size: 1.8rem;
  border: 1px solid rgba(0,0,0,0.1);
}
.bottompit-new {
    display: flex;
}
.bottompit-cc {
    background: rgb(238, 237, 237);
    display: inline-block;
    padding: 2rem;
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: 3px;
}
.bottompit-first {
  padding: 1rem;

}
.bottompit-ver {
    color: green;
    display: inline-block;
    margin-left: 1rem;
    font-weight: 600;
}
@media only screen and (max-width:600px) {
  .bottompit {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 1.7rem;
  }
}
.bottompit-tit {
    margin-bottom: .5rem;
}
.bottompit span {
    font-weight: 600;
}
.bottompit-box {
  color: #000;
}
.bottompit-date {
  color: #777;
  margin-top: .5rem;
}
.mySlides {
    display: none;
}
.toaddupg {
    display: inline-block;
    background: #09bb09;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 25px;
}
.toaddupg:hover {
    background: green;
}

.testi-pack {
    border: 6px solid grey;
    margin-bottom: 3rem;
}
.testi-pack__title {
    background: #000;
    padding: 1rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.testi-pack__body {
    display: flex;
    padding: 1rem;
}
.testi-pack__body2 {
    padding: 1rem;
}
@media only screen and (max-width: 600px) {
    .testi-pack__body {
    flex-direction: column;
    }
}
.testi-pack__img {
    width: 18rem;
}
.testi-pack__content {
    padding: 1rem;
    font-weight: 400;
    line-height: 1.4;
}
.testi-pack__content p {
    padding: 1rem 0;
}
@media only screen and (max-width: 600px) {
    .testi-pack__content {
        /*padding: 1rem 0 !important;*/
        margin-top: .5rem;
    }
}

.testi-pack__name {
    font-weight: 600;
    color: #000;
    margin-top: 1rem;
    font-size: 1.8rem;
    padding: 1rem;
}
.migh-thevideo {
    height: 40rem;
    width: 100%;
}
.thebg {
    background: #fff;
}
.thebg-body {
    background: #fff;
    width: 680px;
    margin: 0 auto;
    max-width: 100%;
    padding: 1rem 1.5rem;
    margin-top: -2rem;
    line-height: 1.6;
}
.thebg-body__nexttitle {
    font-size: 2.5rem;
    font-weight: 600;
    margin-top: 2rem;
}
.thebg-body__title {
    font-size: 4rem;
    color: #000;
    font-weight: 600;
    margin-top: 1rem;
}
.thebg-social {
    margin-top: 3rem;
    padding: 1rem;
    font-family: 'PT Serif', serif;
}
.thebg-social:after {
    clear: both;
    content: "";
    display: table;
}
.thebg-social__row {
    display: flex;
    /*grid-template-columns: 25% 75%;*/
    /*width: 25rem;*/
    align-items: center;
}
.thebg-social__name {
    color: #000;
    font-weight: 400;
    font-size: 2.2rem;
}
.thebg-social__desc {
    color: #777;
    font-size: 1.6rem;
}
@media only screen and (max-width:350px) {
    .thebg-social__row {
        /*grid-template-columns: 20% 80%;*/
        /*width: 15rem;*/
    }
    .thebg-social__name {
        transform: translateX(3rem);
    }
}
.thebg-social__img {
    height: 10rem;
    width: 10rem;
    display: inline-block;
    margin-right: 1rem;
    object-fit: cover;
    object-position: 0 -10%;
    border-radius: 50%;
}
.thebg-social__left {
    float: left;
}
.thebg-social__right {
    float: right;
    margin-top: 1.4rem;
}
.thebg-social__right a {
    display: inline-block;
    color: #333;
    cursor: pointer;
}
.thebg-social__right a:hover {
    color: #308bcf;
}
.thebg-social__right a:not(:last-child) {
    margin-right: 1rem;
}
.thebg-body__content {
    margin-top: 4rem;
    font-family: 'PT Serif', serif;
    font-size: 2rem;
    color: #333;
}
.thebg-body__content p {
    padding: 1rem 0;
}
.thebg-body__img {
    display: block;
    height: 60rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    object-fit: cover;
}
@media only screen and (max-width:600px) {
    .thebg-body__img {
        height: 40rem;
    }
}
.finalbio {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 20% 80%;
    padding: 2rem 1rem;
    border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    font-size: 1.8rem;
}
@media only screen and (max-width: 460px) {
    .finalbio {
        grid-template-columns: 25% 75%;
    }
}
@media only screen and (max-width: 380px) {
    .finalbio {
        grid-template-columns: 30% 70%;
    }
}
.finalbio-img {
    height: 9.4rem;
    width: 9rem;
    border: 2px solid #308bcf;
    border-radius: 50%;
    object-fit: cover;
    object-position: 0 -2%;
}
.finalbio-desc {
    color: #777;
}
.finalbio-name {
    color: #000;
    font-weight: 600;
    margin-top: .5rem;
}
.finalbio-subdesc {
    margin-top: .5rem;
}
.finalbio-link:link,
.finalbio-link:visited {
    display: inline-block;
    margin-top: 1rem;
    background: #308bcf;
    padding: 1rem 1.5rem;
    border-radius: 20px;
    color: #fff;
}
.sharepop {
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.sharepop-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 520px;
    margin: 0 auto;
    max-width: 95%;
    z-index: 105;
}
.sharepop-body__head {
    text-align: center;
    color: #fff;
    padding: 1rem;
    background: #308bcf;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}
.sharepop-body__close {
    background: red;
    border-radius: 50%;
    padding: 1rem;
    color: #fff;
    position: absolute;
    top: -30%;
    right: -3%;
    cursor: pointer;
}
.sharepop-body__close:hover {
    background: orangered;
}
.sharepop-body__content {
    background: #fff;
    padding: 2rem 1rem;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sharepop-body__content a {
    display: inline-block;
    box-shadow: 0 1rem 2rem rgba(0,0,0,0.4);
    font-size: 5rem;
    border-radius: 15px;
    padding: 3rem;
    cursor: pointer;
}
.sharepop-body__content a:hover {
    background: #f1f1f1;
}
.facebookcol {
  color: #3b5998;  
}
.whatsappcol {
    color: #25D366;
}
.twittercol {
    color: #00acee;
}

.none {
    display: none;
}











.migh-gif1, .migh-reveal {
  height: 30rem;
  display: inline-block;
  padding: 2rem 0;
}
@media only screen and (max-width: 400px) {
    .migh-gif1 {
        width: 100%;
        height: auto;
    }
}
.migh-bold {
  font-weight: 800;
}



/* hab book */
.iseethelink {
    background: red;
    padding: 1.5rem 2rem;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}
.iseeandfind {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
}
.iseeandfind-select {
    max-width: 100% !important;
    width: 100%;
    margin-top: .5rem;
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.5);
}
.iseeandthis {
    margin-top: 1rem;
    display: none;
}
.showforspace {
    display: none;
    margin-top: 1.5rem;
    padding: 1rem;
    background: orange;
    color: #fff;
    margin-bottom: .4rem;
}
.iseeandfind-body {
    background: #fff;
    position: absolute;
    max-height: 100vh;
    overflow-y: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    box-shadow: 0 1rem 2rem rgba(255,255,255,0.4);
    padding: 2rem;
    width: 600px;
    max-width: 96%;
    font-weight: 400;
}
.iseeandfind-input {
    padding: 1rem;
    display: inline-block;
    margin-top: 1rem;
    width: 30rem;
    max-width: 96%;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 5px;
}
.iseeandfind-link, .iseeandfind-link2 {
 padding: 1.5rem 2.5rem;
 color: #fff;
 background: red;
 display: block;
 font-size: 1.4rem;
 margin-top: 1rem;
 border: 1px solid #fff;
 border-radius: 5px;
}
.iseeandsuccess, .iseeandfail {
    background: #11b611;
    color: #fff;
    padding: 1rem;
    border-radius: 5px;
    display: none;
}
.iseeandfind-link:hover, .iseeandfind-link2:hover {
    background: #c40707;
}
.iseeandfind-link:focus, .iseeandfind-link2:focus {
    outline: none;
    border: none;
}
.iseeandfind-cap {
     margin-top: .5rem;
     margin-bottom: .5rem;
     display: inline-block;
 }
 .clickyes {
    padding: 2rem 3rem;
    margin-bottom: 2rem;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 3rem;
}
 .bro {
  animation: colorchange .50s infinite !important;
}
@keyframes colorchange {
  0% {
    background: red; }
  50% {
    background: orange; }
    25% {
      background: #f42121;
    }
    75% {
      background: orange; }
      100% {
    background: red; }
  }

.bro-text {
  animation: colorchange-text .50s infinite !important;
}
@keyframes colorchange-text {
  0% {
    color: red; }
  50% {
    color: orange; }
    25% {
      color: #f42121;
    }
    75% {
      color: orange; }
      100% {
    color: red; }
  }

.iseeandknow {
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
}
.iseeandknow2 {
    
}
.iseeandknow-video {
  margin-top: 2rem;  
  margin-bottom: 2rem;
}
.iseeandknow-title {
    color: #000;
    font-size: 3rem;
    font-weight: 800;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.iseeandknow1 {
    padding: 1.5rem 0rem;
    font-weight: 400;
}
.iseebook-bg {
  background: #ddd9d6;
 padding: 1rem;
}



.prodbook-img {
    height: 25rem;
}
.prodbook-text {
    font-size: 2rem;
    color: #000;
}
.prodbook-link {
    border-radius: 35px;
    background: blue;
    color: #fff !important;
    display: inline-block;
    font-size: 1.6rem;
    padding: 2rem 4rem;
}
.prodgreen {
    background: green;
}
.prodorange {
    background: orange;
}
.prodblack {
    background: black;
}
.prodred {
    background: red;
}
.prodyellow {
    background: yellow;
    color: #000 !important;
    font-weight: 800;
}
.iseebook-home__img {
    height: 18rem;
    width: 18rem;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid blue;
}
.iseebook-home__title {
    font-size: 2rem;
    font-family: 'PT Serif', serif;
    font-weight: normal;
    color: #000;
    margin-top: 1rem;
}
.isee-italic {
    font-style: italic;
}
.isee-thetosti {
    text-align: center;
    padding: 2rem 1rem;
}
.isee-thetosti__testi {
    font-size: 3rem;
    margin-bottom: 1rem;
}
.isee-thetosti__name {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 1rem;
}
.isee-thetosti__img {
    height: 20rem;
    width: 20rem;
    object-fit: cover;
    border-radius: 50%;
}
.isee-thetosti__img2 {
    height: 8rem;
    max-width: 100%;
    object-fit: cover;
}
.iseebook-home__body {
    font-size: 2rem;
    font-family: 'PT Serif', serif;
    font-weight: normal;
    margin-top: 3rem;
    color: #000;
    line-height: 1.4;
}
.iseebook {
  background: rgb(2, 2, 19);
  color: #fff;
  font-size: 5rem;
  text-align: center;
  padding: 1rem;
  font-weight: 600;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.iseebook-next, .iseebood-next {
  background: #f9f9f9;
  font-size: 3rem;
  text-align: center;
  padding: 2rem;
  padding-top: 4rem;
  font-weight: 600;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.iseebook-next div:not(:last-child) {
  margin-bottom: 2rem;
}
.iseebook-second {
  background: blue;
  color: #fff;
  font-size: 5rem;
  font-weight: 600;
  padding: 2rem;
}
.isee-theimg {
    height: 25rem;
    max-width: 100%;
}
.isee-ongoing {
  font-size: 4rem;
  color: #000;
  padding: 2rem 0;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.how-pay {
    display: inline-block;
    background: #039e03;
    color: #fff;
    padding: 2rem 3rem;
    border-radius: 10px;
    margin-top: 1rem;
    cursor: pointer;
}
.how-pay:hover {
    background: green;
}
@media only screen and (max-width:600px) {
    .how-pay {
        padding: 2rem;
    }
}
.how-pay__main {
    font-size: 2.7rem;
    font-weight: 600;
    margin-top: .5rem;
    text-transform: uppercase;
}
.how-pay__main2 {
    display: block;
    margin-top: .5rem;
    font-size: 1.7rem;
}
.how-doublething {
    font-weight: 600;
    font-size: 2rem;
}

.iseebook-price {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
}
@media only screen and (max-width: 600px) {
  .iseebook-price {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}
.iseebook-price__bodys {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.2);
}
.iseebook-price__title {
  background: blue;
  padding: 2rem;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  overflow: hidden;
}
.isee-testi__img {
  width: 100%;
  box-shadow: 0 1rem 2rem rgba(0,0,0,0.3);
}
.iseebook-price__body {
  padding: 1rem;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.iseebook-price__price {
  color: green;
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  padding: 2rem 1rem;
}
.iseebook-price__button {
  padding: 2rem 2.5rem;
  background: #08c608;
  font-weight: 600;
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 2.5rem;
  display: inline-block;
  cursor: pointer;
}
.iseebook-price__button:hover {
  background: green;
}
.iseebook-price__desc {
  padding: 1rem;
  font-weight: 800;
  font-size: 2rem;
}
.isee-faqbody {
  background: #fff;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
}
.isee-faqbody__title {
  font-size: #000;
  font-size: 2.3rem;
  font-weight: 800;
}
.isee-faqbody__body {
  font-size: #333;
  font-weight: 400;
  margin-top: 1rem;
}
.isee-mobhide {
    
}
.isee-mobreveal {
    display: none;
}
@media only screen and (max-width: 600px) {
    .isee-mobreveal {
        display: block;
    }
    .isee-mobhide {
        display: none !important;
    }
}
.isee-patch {
  color:blue;
  text-align: center;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 800;
  border-top: 4px solid blue;
  border-bottom: 4px solid blue;
}
@media only screen and (max-width: 600px) {
    .isee-patch {
      border-top: none;
      border-bottom: none;
    }
}

div.isee-bold {
  font-weight: 800;
}
.isee-width {
  display: flex;
}
.thetopstick {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #000;
    font-size: 1.8rem;
    width: 100%;
    background: yellow;
    z-index: 20;
    padding: 1rem;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}
.isee-width__img {
  height: 30rem;
  /* box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3); */
}
.isee-width2__img {
  height: 40rem;
  max-width: 100%;
  object-fit: contain;
  /* box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3); */
}
.iseebook-top {
  border-top: 3px solid #fff;
  font-size: 2rem;
  padding: 2rem;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 4rem;
}
.iseebook span {
  display: block;
}
.thescanpop-pad__img {
    height: 10rem;
    width: 10rem;
    object-fit: cover;
    border-radius: 50%;
}
.thescanpop-close {
    background: #111;
    border-radius: 5px;
    padding: 1rem 1.5rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}
.thescanpop-pad {
    padding: 1rem 2rem;
    color: #000;
    font-weight: 400;
    line-height: 1.3;
}
.iseebook span:not(:first-child) {
  margin-bottom: 1rem;
}
.iseebook-span {
  display: inline;
}
.iseebook-img {
  height: 35rem;
}
.iseebook-imgmain {
  width: 35rem;
  max-width: 100%;
}
.iseebook-span2 {
  background: #fff;
  color: #000;
  display: inline;
  font-size: 3rem;
}
.isee-line {
  padding: 1.8rem 1rem;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
}
.isee-lined {
    padding: 2.3rem 2rem;
    line-height: 1.7;
    font-family: 'PT Serif', serif;
    font-size: 2rem;
    color: #000;
}
@media only screen and (max-width: 392px) {
    .homestuff {
        display: block;
    }
}
.makeitwhite .isee-lined {
    color: #fff;
}
.isee-tabit, .isee-tabit2 {
    padding: 0rem 2rem;
}
.isee-price {
    display: inline-block;
}
.isee-tabit .isee-lined, .isee-tabit2 .isee-lined, .isee-tabit .isee-faqbody {
    padding: 1rem 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 2px solid #000;
    border-top: none;
}

.isee-tabit2 .isee-lined {
    border: 1px dotted #000;
    border-top: none;
}
.isee-tabit .isee-faqbody {
    border: 1px solid #000;
    border-top: none;
    padding: 1rem;
}

.isee-video {
  height: 40rem;
  width: 100%;

}
.isee-or {
  background: blue;
  padding: 1rem .7rem;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.isee-oh {
  font-size: 5rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 2rem;
}
.isee-desk {
  font-size: 4rem;
}
.isee-desk__big {
  font-size: 5rem;
}
.isee-big {
  font-size: 4rem;
}
.isee-getstarted {
    background: red;
    display: block;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    padding: 2rem;
    font-size: 3rem;
    text-align: center;
}
.fixedlink {
  position: fixed;
  bottom: 0;
  display: none;
  left: 0;
  width: 100%;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  font-size: 2.3rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.showfixed {
  position: fixed;
  bottom: 0;
  display: none;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 2rem;
  text-align: center;
}

.isee-last {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}
.isee-bord {
  border: 3px solid red;
  margin-top: 2rem;
  padding-bottom: 1rem;
}
.isee-bord__pad {
  padding: 1rem;
  background: red;
  color: #fff;
  font-size: 3rem;
  text-align: center;
}
.isee-bord__title {
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  padding: 1rem;
}
.isee-bord__val {
  color: rgb(194, 26, 26);
  font-size: 3rem;
  padding: 1rem;
  font-weight: 800;
  text-align: center;
}
.isee-bord__img {
  height: 30rem;
  margin-bottom: 2rem;
}
.isee-bord__body {
  padding: 2rem;
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
  font-family: 'PT Serif', serif;
}

.isee-bord__rada {
  height: 20rem;
  width: 20rem;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid blue;
}
.isee-bord__last {
  font-size: 3rem;
  color: #000;
  font-weight: 800;
  text-align: center;
  padding: 1rem;
  margin-top: 1.5rem;
}
.isee-stack, .isee-stack2 {
  display: flex;
  padding: 1rem;
  margin-top: 2rem;
  background: #c2e0e2;
  align-items: center;
}
.isee-stack2 {
  background: #f0dcdf;
}
.isee-stack__img, .isee-stack__img2 {
  height: 10rem;
  display: inline-block;
  margin-right: 1rem;
  width: 9rem;
  object-fit: cover;
}
.isee-stack__img2 {
  border-radius: 50%;
}
.isee-stack__title {
  font-size: 2.5rem;
  font-weight: 800;
}
.isee-stack__val {
  color: rgb(194, 26, 26);
  font-weight: 600;
  font-size: 2.5rem;
}
.isee-stack__deal {
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  padding: 1rem;
  color: blue;
}
.isee-final__group {
  display: grid;
  width: 600px;
  text-align: center;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 2rem;
  row-gap: 2rem;
  margin: 0 auto;
  max-width: 100%;
  padding: 2rem 1rem;
  justify-content: center;
  align-items: center;
}
.isee-final, .isee-final2, .isee-final1 {
  height: 20rem;
}
@media only screen and (max-width: 600px) {
  .isee-final__group {
    grid-template-columns: none;
  }
  .isee-final, .isee-final2, .isee-final1 {
    height: 20rem;
    margin-top: 2rem;
  }
}
.isee-final1 {
  height: 30rem;
}
.isee-final2 {
  width: 19rem;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #1b53d0;
}
.markyel {
  background: yellow;
  color: red;
  display: inline;
  font-weight: 600;
}
.isee-final__boom {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: .6rem;
}
.isee__video {
  /* width: 3rem; */
  width: 100%;
  margin-top: 2rem;
}






















table{border-collapse:collapse;border-spacing:0;width:100%;display:table}
table,th,td{border:none}
.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}
.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}
.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}
.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:6px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}

img.w3-image,.w3-image img{max-width:100%;height:auto}
.w3-image .w3-title{position:absolute;bottom:8px;left:16px;color:#fff;font-size:20px}
.w3-fluid{max-width:100%;height:auto}
.w3-tooltip .w3-text{display:none}
.w3-tooltip:hover .w3-text{display:inline-block}
.w3-navbar{list-style-type:none;margin:0;padding:0;overflow:hidden}
.w3-navbar li{float:left}.w3-navbar li a{display:block;padding:8px 16px}.w3-navbar li a:hover{color:#000;background-color:#ccc}
.w3-navbar .w3-dropdown-hover,.w3-navbar .w3-dropdown-click{position:static}
.w3-navbar .w3-dropdown-hover:hover,.w3-navbar .w3-dropdown-hover:first-child,.w3-navbar .w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-topnav{padding:8px 8px}
.w3-navbar a,.w3-topnav a,.w3-sidenav a,.w3-dropnav a,.w3-dropdown-content a,.w3-accordion-content a{text-decoration:none !important}
.w3-navbar ul.w3-right{list-style-type:none}
.w3-navbar .w3-opennav.w3-right{float:right !important}
.w3-topnav a{padding:0 8px;border-bottom:3px solid transparent}
.w3-topnav a:hover{border-bottom:3px solid #fff}
.w3-topnav .w3-dropdown-hover a{border-bottom:0}
.w3-opennav,.w3-closenav{color:inherit}
.w3-opennav:hover,.w3-closenav:hover{cursor:pointer;opacity:0.8}
.w3-navbar a,.w3-topnav a,.w3-sidenav a,.w3-dropnav a,.w3-pagination li a,.w3-hoverable tbody tr,.w3-btn,.w3-btn-floating,.w3-btn-floating-large,.w3-hover-opacity,.w3-hover-shadow,.w3-accordion-content a,.w3-dropdown-content a,.w3-dropdown-click:hover,.w3-dropdown-hover:hover,.w3-opennav,.w3-closenav,.w3-closebtn,
.w3-hover-amber,.w3-hover-aqua,.w3-hover-blue,.w3-hover-light-blue,.w3-hover-brown,.w3-hover-cyan,.w3-hover-blue-grey,.w3-hover-green,.w3-hover-light-green,.w3-hover-indigo,.w3-hover-khaki,.w3-hover-lime,.w3-hover-orange,.w3-hover-deep-orange,.w3-hover-pink,
.w3-hover-purple,.w3-hover-deep-purple,.w3-hover-red,.w3-hover-sand,.w3-hover-teal,.w3-hover-yellow,.w3-hover-white,.w3-hover-black,.w3-hover-grey,.w3-hover-light-grey,.w3-hover-dark-grey,.w3-hover-text-amber,.w3-hover-text-aqua,.w3-hover-text-blue,.w3-hover-text-light-blue,
.w3-hover-text-brown,.w3-hover-text-cyan,.w3-hover-text-blue-grey,.w3-hover-text-green,.w3-hover-text-light-green,.w3-hover-text-indigo,.w3-hover-text-khaki,.w3-hover-text-lime,.w3-hover-text-orange,.w3-hover-text-deep-orange,.w3-hover-text-pink,.w3-hover-text-purple,
.w3-hover-text-deep-purple,.w3-hover-text-red,.w3-hover-text-sand,.w3-hover-text-teal,.w3-hover-text-yellow,.w3-hover-text-white,.w3-hover-text-black,.w3-hover-text-grey,.w3-hover-text-light-grey,.w3-hover-text-dark-grey
{-webkit-transition:all 0.3s ease;transition:all 0.3s ease}
.w3-sidenav{height:100%;width:200px;background-color:#fff;position:fixed !important;z-index:1;overflow:auto}
.w3-sidenav a{padding:4px 2px 4px 16px}
.w3-sidenav a:hover{background-color:#ccc}
.w3-sidenav a,.w3-dropnav a{display:block}
.w3-sidenav .w3-dropdown-hover:hover,.w3-sidenav .w3-dropdown-hover:first-child,.w3-sidenav .w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-sidenav .w3-dropdown-hover,.w3-sidenav .w3-dropdown-click {width:100%}.w3-sidenav .w3-dropdown-hover .w3-dropdown-content,.w3-sidenav .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-main{-webkit-transition:margin-left .4s;transition:margin-left .4s}
.w3-dropnav {background-color:#fff}
.w3-dropnav a:hover{text-decoration:underline !important}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.w3-closebtn{text-decoration:none;float:right;font-size:24px;font-weight:bold;color:inherit}
.w3-closebtn:hover,.w3-closebtn:focus{color:#000;text-decoration:none;cursor:pointer}
.w3-pagination{display:inline-block;padding:0;margin:0}
.w3-pagination li{display:inline}
.w3-pagination li a{text-decoration:none;color:#000;float:left;padding:8px 16px}
.w3-pagination li a:hover,.w3-pagination li a:focus{background-color:#ccc}
.w3-input-group,.w3-group{margin-top:24px;margin-bottom:24px}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #808080;width:100%}
.w3-label{color:#009688}
.w3-input:not(:valid)~.w3-validate{color:#9c27b0}
.w3-select{padding:4px 0;width:100%;color:#000;border:1px solid transparent;border-bottom:1px solid #009688}
.w3-select select:focus{color:#000;border:1px solid #009688}.w3-select option[disabled]{color:#009688}
.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block;z-index:1}
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0}
.w3-dropdown-content a{padding:6px 16px;display:block}
.w3-dropdown-content a:hover{background-color:#ccc}
.w3-accordion {width:100%;cursor:pointer}
.w3-accordion-content{cursor:auto;display:none;position:relative;width:100%;margin:0;padding:0}
.w3-accordion-content a{padding:6px 16px;display:block}
.w3-accordion-content a:hover{background-color:#ccc}
.w3-progress-container{width:100%;height:1.5em;position:relative;background-color:#f1f1f1}
.w3-progressbar{background-color:#757575;height:100%;position:absolute;line-height:inherit}
input[type=checkbox].w3-check,input[type=radio].w3-radio{width:24px;height:24px;position:relative;top:6px}
input[type=checkbox].w3-check:checked+.w3-validate,input[type=radio].w3-radio:checked+.w3-validate{color:#009688} 
input[type=checkbox].w3-check:disabled+.w3-validate,input[type=radio].w3-radio:disabled+.w3-validate{color:#aaa}
.w3-responsive{overflow-x:auto}
.w3-container:after,.w3-row:after,.w3-row-padding:after,.w3-topnav:after,.w3-clear:after,.w3-btn-group:before,.w3-btn-group:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-quarter,.quart{float:left;width:100%}
.w3-col.s1{width:8.33333%}
.w3-col.s2{width:16.66666%}
.w3-col.s3{width:24.8%}
.w3-col.s4{width:32.26%}
.w3-col.s5{width:41.66666%}
.w3-col.s6{width:49.99999%}
.w3-col.s7{width:58.33333%}
.w3-col.s8{width:66.13%}
.w3-col.s9{width:74.99999%}
.w3-col.s10{width:83.33333%}
.w3-col.s11{width:91.66666%}
.w3-col.s12,.w3-half,.w3-third,.w3-twothird,.w3-quarter,.quart{width:99.99999%}
@media only screen and (min-width:601px){
.w3-col.m1{width:8.33333%}
.w3-col.m2{width:16.66666%}
.w3-col.m3,.w3-quarter{width:24.8%}
.quart{width:22.99999%}
.w3-col.m4,.w3-third{width:32.26%}
.w3-col.m5{width:41.66666%}
.w3-col.m6,.w3-half{width:49.99999%}
.w3-col.m7{width:58.33333%}
.w3-col.m8,.w3-twothird{width:66.13%}
.w3-col.m9{width:74.99999%}
.w3-col.m10{width:83.33333%}
.w3-col.m11{width:91.66666%}
.w3-col.m12{width:99.99999%}}
@media only screen and (min-width:993px){
.w3-col.l1{width:8.33333%}
.w3-col.l2{width:16.66666%}
.w3-col.l3,.w3-quarter{width:24.8%}
.quart{width:22.99999%}
.w3-col.l4,.w3-third{width:32.26%}
.w3-col.l5{width:41.66666%}
.w3-col.l6,.w3-half{width:49.99999%}
.w3-col.l7{width:58.33333%}
.w3-col.l8,.w3-twothird{width:66.13%}
.w3-col.l9{width:74.99999%}
.w3-col.l10{width:83.33333%}
.w3-col.l11{width:91.66666%}
.w3-col.l12{width:99.99999%}}
.w3-content{max-width:980px;margin:auto}
.w3-rest{overflow:hidden}
.w3-hide{display:none !important}.w3-show-block,.w3-show{display:block !important}.w3-show-inline-block{display:inline-block !important}
@media (max-width:601px){.w3-modal-content{margin:50px 10px 10px 10px;width:auto !important}}
@media (max-width:768px){.w3-modal-content{width:500px}}
@media (min-width:992px){.w3-modal-content{width:900px}}
@media screen and (max-width:601px){.w3-topnav a{display:block}.w3-navbar li{float:none}.w3-navbar div.w3-right,.w3-navbar li.w3-right{float:none !important;margin:0;padding:0}}	
@media screen and (max-width:601px){.w3-topnav .w3-dropdown-hover .w3-dropdown-content,.w3-navbar .w3-dropdown-click .w3-dropdown-content,.w3-navbar .w3-dropdown-hover .w3-dropdown-content{position:relative}}	
@media screen and (max-width:601px){.w3-topnav,.w3-navbar{text-align:center}}
@media (max-width:601px){.w3-hide-small{display:none !important}}
@media (max-width:991px) and (min-width:601px){.w3-hide-medium{display:none !important}}
@media (min-width:992px){.w3-hide-large{display:none !important}}
@media screen and (max-width:991px){.w3-sidenav.w3-collapse{display:none}.w3-main{margin-left:0 !important}}
@media screen and (min-width:991px){.w3-sidenav.w3-collapse{display:block !important}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:1}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-left{float:left !important}.w3-right{float:right !important}
.w3-tiny{font-size:10px !important}.w3-small{font-size:12px !important}
.w3-medium{font-size:15px !important}
.w3-large{font-size:18px !important}
.w3-xlarge{font-size:24px !important}
.w3-xxlarge{font-size:36px !important}
.w3-xxxlarge{font-size:48px !important}
.w3-jumbo{font-size:20px !important}
.w3-vertical{word-break:break-all;line-height:1;text-align:center;width:0.6em}
.w3-left-align{text-align:left !important}.w3-right-align{text-align:right !important}
.w3-justify{text-align:justify !important}
.w3-center{text-align:center !important}
.w3-display-topleft{position:absolute;left:0;top:0}
.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}
.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;left:0;top:50%;width:100%;text-align:center}
.w3-circle{border-radius:50% !important}
.w3-round-small{border-radius:2px !important}.w3-round,.w3-round-medium{border-radius:4px !important}
.w3-round-large{border-radius:8px !important}.w3-round-xlarge{border-radius:16px !important}
.w3-round-xxlarge{border-radius:32px !important}.w3-round-jumbo{border-radius:64px !important}
.w3-border-0{border:0 !important}
.w3-border{border:1px solid #ccc !important}
.w3-border-top{border-top:1px solid #ccc !important}.w3-border-bottom{border-bottom:1px solid #ccc !important}
.w3-border-left{border-left:1px solid #ccc !important}.w3-border-right{border-right:1px solid #ccc !important}
.w3-margin-0{margin:0 !important}
.w3-margin-2{margin:2px !important}
.w3-margin-4{margin:4px !important}
.w3-margin-8{margin:8px !important}
.w3-margin-12{margin:12px !important}
.w3-margin-16{margin:16px !important}
.w3-margin-24{margin:24px !important}
.w3-margin-32{margin:32px !important}
.w3-margin-64{margin:64px !important}
.w3-margin{margin:16px !important}
.w3-margin-top{margin-top:16px !important}.w3-margin-bottom{margin-bottom:16px !important}
.w3-margin-left{margin-left:16px !important}.w3-margin-right{margin-right:16px !important}
.w3-padding-tiny{padding:2px 4px !important}
.w3-padding-small{padding:4px 8px !important}
.w3-padding-medium,.w3-padding,.w3-form{padding:8px 16px !important}
.w3-padding-large{padding:12px 24px !important}
.w3-padding-xlarge{padding:16px 32px !important}
.w3-padding-xxlarge{padding:24px 48px !important}
.w3-padding-jumbo{padding:32px 64px !important}
.w3-padding-0{padding:0 !important}
.w3-padding-4{padding-top:4px !important;padding-bottom:4px !important}
.w3-padding-8{padding-top:8px !important;padding-bottom:8px !important}
.w3-padding-16{padding-top:16px !important;padding-bottom:16px !important}
.w3-padding-24{padding-top:24px !important;padding-bottom:24px !important}
.w3-padding-32{padding-top:32px !important;padding-bottom:32px !important}
.w3-padding-48{padding-top:48px !important;padding-bottom:48px !important}
.w3-padding-64{padding-top:64px !important;padding-bottom:64px !important}
.w3-padding-top{padding-top:8px !important}.w3-padding-bottom{padding-bottom:8px !important}
.w3-padding-left{padding-left:16px !important}.w3-padding-right{padding-right:16px !important}
.w3-topbar{border-top:6px solid #ccc !important}.w3-bottombar{border-bottom:6px solid #ccc !important}
.w3-leftbar{border-left:6px solid #ccc !important}.w3-rightbar{border-right:6px solid #ccc !important}
.w3-border-red{border-color:#ff6060 !important}.w3-border-yellow{border-color:#daa520 !important}
.w3-border-green{border-color:#66aa66 !important}.w3-border-blue{border-color:#1E90FF !important}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-quarter,.quart,.w3-row-padding>.w3-col{padding:0 8px}
.w3-spin{animation:w3-spin 2s infinite linear;-webkit-animation:w3-spin 2s infinite linear}
@-webkit-keyframes w3-spin{
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
@keyframes w3-spin{
0%{-webkit-transform:rotate(0deg);transform: rotate(0deg)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
.w3-container{padding:0.01em 16px}
.w3-example{background-color:#f1f1f1;padding:0.01em 16px}
.w3-section,.w3-paragraph{margin-top:16px;margin-bottom:16px}
.w3-code{font-family:Consolas,"courier new";font-size:16px;line-height:1.4;width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #009688;word-wrap:break-word}
.w3-example,.w3-code,.w3-reference{margin:20px 0}
.w3-card{border:1px solid #ccc}
.w3-card-2,.w3-example{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important}
.w3-card-4,.w3-hover-shadow:hover{-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important}
.w3-card-8{-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important}
.w3-card-12{-webkit-box-shadow:0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19) !important;box-shadow:0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19) !important}
.w3-card-16{-webkit-box-shadow:0 16px 24px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21) !important;box-shadow:0 16px 24px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21) !important}
.w3-card-24{-webkit-box-shadow:0 24px 24px 0 rgba(0,0,0,0.2),0 40px 77px 0 rgba(0,0,0,0.22) !important;box-shadow:0 24px 24px 0 rgba(0,0,0,0.2),0 40px 77px 0 rgba(0,0,0,0.22) !important}
.w3-animate-fading{-webkit-animation:fading 10s infinite;animation:fading 10s infinite}
@-webkit-keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{-webkit-animation:opac 2s ease-in-out;animation:opac 2s ease-in-out}
@-webkit-keyframes opac{from{opacity:0.8} to{opacity:1}}
@keyframes opac{from{opacity:0.8} to{opacity:1}}
.w3-animate-top{position:relative;-webkit-animation:animatetop 1s;animation:animatetop 1s}
@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;-webkit-animation:animateleft 0.4s;animation:animateleft 0.4s}
@-webkit-keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;-webkit-animation:animateright 0.4s;animation:animateright 0.4s}
@-webkit-keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;-webkit-animation:animatebottom 0.4s;animation:animatebottom 0.4s}
@-webkit-keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}
@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {-webkit-animation:animatezoom 0.6s;animation:animatezoom 0.6s}
@-webkit-keyframes animatezoom{from{-webkit-transform:scale(0)} to{-webkit-transform:scale(1)}}
@keyframes animatezoom{from{-webkit-transform:scale(0);transform:scale(0)} to{-webkit-transform:scale(1);transform:scale(1)}}
.w3-animate-input{-webkit-transition:width 0.4s ease-in-out;transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100% !important}
.w3-amber,.w3-hover-amber:hover{color:#000 !important;background-color:#ffc107 !important}
.w3-aqua,.w3-hover-aqua:hover{color:#000 !important;background-color:#00ffff !important}
.w3-blue,.w3-hover-blue:hover{color:#fff !important;background-color:#2196F3 !important}
.w3-light-blued,.w3-hover-light-blued:hover{color:#000 !important;padding:11px;background-color:#87CEEB !important}
.w3-light-blue,.w3-hover-light-blue:hover{color:#000 !important;background-color:#87CEEB !important}
.w3-brown,.w3-hover-brown:hover{color:#fff !important;background-color:#795548 !important}
.w3-cyan,.w3-hover-cyan:hover{color:#000 !important;background-color:#00bcd4 !important}
.w3-blue-grey,.w3-hover-blue-grey:hover{color:#fff !important;background-color:#607d8b !important}
.w3-green,.w3-hover-green:hover{color:#fff !important;background-color:#4CAF50 !important}
.w3-light-green,.w3-hover-light-green:hover{color:#000 !important;background-color:#8bc34a !important}
.w3-indigo,.w3-hover-indigo:hover{color:#fff !important;background-color:#3f51b5 !important}
.w3-khaki,.w3-hover-khaki:hover{color:#000 !important;background-color:#f0e68c !important}
.w3-lime,.w3-hover-lime:hover{color:#000 !important;background-color:#cddc39 !important}
.w3-orange,.w3-hover-orange:hover{color:#000 !important;background-color:#ff9800 !important}
.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff !important;background-color:#ff5722 !important}
.w3-pink,.w3-hover-pink:hover{color:#fff !important;background-color:#e91e63 !important}
.w3-purple,.w3-hover-purple:hover{color:#fff !important;background-color:#9c27b0 !important}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff !important;background-color:#673ab7 !important}
.w3-red,.w3-hover-red:hover{color:#fff !important;background-color:#9c27b0 !important}
.w3-sand,.w3-hover-sand:hover{color:#000 !important;background-color:#fdf5e6 !important}
.w3-teal,.w3-hover-teal:hover{color:#fff !important;background-color:#009688 !important}
.w3-yellow,.w3-hover-yellow:hover{color:#000 !important;background-color:#ffeb3b !important}
.w3-white,.w3-hover-white:hover{color:#000 !important;background-color:#fff !important}
.w3-osblue,.w3-hover-osblue:hover{color:#fff !important;background: #9c27b0 !important}
.w3-os2blue,.w3-hover-os2blue:hover{color:#fff !important;background-color:#9c27b0 !important}
.w3-os3blue,.w3-hover-os3blue:hover{color:#fff !important;background-color:#990000 !important}
.w3-black,.w3-hover-black:hover{color:#fff !important;background-color:#000 !important}
.w3-grey,.w3-hover-grey:hover{color:#000 !important;background-color:#9e9e9e !important}
.poshbeing {
	background-color: #F7F7F5;text-decoration: none;border-bottom: 1px solid #D8DEE5;margin: 1px 0px;padding: 5px;color: #308bcf;
}
.poshbeing {
	background-color: #F7F7F5;text-decoration: none;margin: 1px 0px;padding: 5px;color: #fff;
}
.stuff {background-color: #ffffff;text-decoration: none;border: 1px solid #6b016b;margin: 1px 0px;padding: 5px;color: black;
}
.w3-light-grey,.w3-hover-light-grey:hover{color:#000 !important;background-color:#f1f1f1 !important}
.w3-dark-grey,.w3-hover-dark-grey:hover{color:#fff !important;background-color:#616161 !important}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000 !important;background-color:#ffe7e7 !important}.w3-pale-green,.w3-hover-pale-green:hover{color:#000 !important;background-color:#e7ffe7 !important}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000 !important;background-color:#ffffd7 !important}.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000 !important;background-color:#e7ffff !important}
.w3-text-amber,.w3-hover-text-amber:hover{color:#ffc107 !important}
.w3-text-aqua,.w3-hover-text-aqua:hover{color:#00ffff !important}
.w3-text-blue,.w3-hover-text-blue:hover{color:#2196F3 !important}
.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB !important}
.w3-text-brown,.w3-hover-text-brown:hover{color:#795548 !important}
.w3-text-cyan,.w3-hover-text-cyan:hover{color:#00bcd4 !important}
.w3-text-blue-grey,.w3-hover-text-blue-grey:hover{color:#607d8b !important}
.w3-text-green,.w3-hover-text-green:hover{color:#4CAF50 !important}
.w3-text-light-green,.w3-hover-text-light-green:hover{color:#8bc34a !important}
.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5 !important}
.w3-text-khaki,.w3-hover-text-khaki:hover{color:#b4aa50 !important}
.w3-text-lime,.w3-hover-text-lime:hover{color:#cddc39 !important}
.w3-text-orange,.w3-hover-text-orange:hover{color:#ff9800 !important}
.w3-text-deep-orange,.w3-hover-text-deep-orange:hover{color:#ff5722 !important}
.w3-text-pink,.w3-hover-text-pink:hover{color:#e91e63 !important}
.w3-text-purple,.w3-hover-text-purple:hover{color:#9c27b0 !important}
.w3-text-deep-purple,.w3-hover-text-deep-purple:hover{color:#673ab7 !important}
.w3-text-red,.w3-hover-text-red:hover{color:#9c27b0 !important}
.w3-text-sand,.w3-hover-text-sand:hover{color:#fdf5e6 !important}
.w3-text-teal,.w3-hover-text-teal:hover{color:#009688 !important}
.w3-text-yellow,.w3-hover-text-yellow:hover{color:#d2be0e !important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff !important}
.w3-text-black,.w3-hover-text-black:hover{color:#000 !important}
.w3-text-grey,.w3-hover-text-grey:hover{color:#757575 !important}
.w3-text-light-grey,.w3-hover-text-light-grey:hover{color:#f1f1f1 !important}
.w3-text-dark-grey,.w3-hover-text-dark-grey:hover{color:#3a3a3a !important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-text-shadow{text-shadow:1px 1px 0 #444}.w3-text-shadow-white{text-shadow:1px 1px 0 #ddd}





/* Wide */

  @media screen and (max-width: 1680px) {

    /* Basic */

    body, input, textarea, select {
      font-size: 2rem;
    }

    /* Carousel */

      .carousel {
        padding: 1.5em 0 1.5em 0;
      }

        .carousel .reel {
          padding: 0 1.5em 0 1.5em;
        }

        .carousel article {
          width: 10em;
          margin: 0 1.25em 0 0;
        }

        .card {
          border: 1px solid rgba(241, 238, 238);
          padding: l0px;
          text-align: left;
          margin: 2px 10px;
          background-color: #fff;
          -webkit-transition: padding-right 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s;
          transition: padding-right 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s;
          transition: padding-right 0.2s, background-color 0.2s, box-shadow 0.2s;
          transition: padding-right 0.2s, background-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
        }  

        .card:hover,
        .card:active {
          -webkit-box-shadow: 0 5px 5px grey;
                  box-shadow: 0 5px 5px grey;
          background-color: rgba(255, 255, 255, 0.966);
          padding-right: 4px;
        }
        .card .title {
          margin: 10px 0 5px 5px;
          font-size: 110%;
          font-weight: 300;
          width: 200px;
          word-wrap: break-word;
          font-family: 'Lato', sans-serif;
        }

        .card .price {
          margin: 0 0 5px 5px;
          color: #6b016b;
          font-size: 110%;
          font-weight: 300;
        }
        .card a:link,
        .card a:visited {
          color: #555;
          border: 0;
        }
        .card img {
          width: 200px;
          float: left;
          height: 200px;
        }

        .join {
          float: left;
        }

        .cartboc {
          border-top: 0;
          border-right: 0;
          border-left: 0;
          border-radius: 2px;
          border: 1px dotted #6b016b;
          background-color: white;
          color: black;
          width: 35px;
          height: 30px;
          text-align: center;
          font-size: 80%;
          margin-top: 10px;
          margin-left: -30px;

        }

        .cartbtn {
          display: block;
          padding: 5px;
          border: 0;
          font-size: 170%;
          font-weight: 600;
          background: #fff;
          color: #000;
          text-align: center;
          margin-top: 1px;
          margin-left: -35px;

        }
        .cartbtn:hover,
        .cartbtn:active {
            color: #6b016b;
          }
          
        }

        .join2 {
          float: right;
        }


@media only screen and (max-width:1200px) {
  .toptop-quote {
    font-size: 5rem;
    line-height: 40px;
  }
  .t-message {
    font-size: 1.7rem;
    margin-top: -3.5rem;
  }
    .fourthnow {
    background-size: 50%;
  }

} 

@media only screen and (max-width: 1200px) {
  .header-relative {
    height: 40rem;
  }

}
@media only screen and (max-width:1080px) {
  .firststuff1-bg {
    height: auto;
  }
  .t-title,
  .thirded-title {
    font-size: 4rem;
  }

  .firststuff1-img {
    height: 630px;
  }
  
  .toptop-down:link, .toptop-down:visited {
    top: 65%;
  }
  .toptop-quote {
    font-size: 4.5rem;
    line-height: 35px;
  }

  .footer-ul li {
    display: block;
    color: #fff;
    font-size: 1.6rem;
  }
    .footer-ul li:not(:last-child) {
      margin-bottom: .5rem;
    }

  .footer-ul li {
    font-size: 1.3rem;
  }
  

} 


@media only screen and (max-width:1040px) {
.firststuff1-img {
  height: 650px;
}

.toptop-logo {
  font-size: 3rem;
  -webkit-transform: translateY(-1.5rem);
          transform: translateY(-1.5rem);
}
.toptop-logo__desc {
  font-size: 1.8rem;
}



}


@media only screen and (max-width:970px) {
  .toptop-right {
    margin-top: 1.5rem;
  }
  .toptop-down:link, .toptop-down:visited {
    left: 51%;
  }

  .toptop-right li {
    font-size: 1.6rem;
  }

  .t-message {
    font-size: 1.6rem;
  }
  .firststuff1-img {
    height: 610px;
  }

}

@media only screen and (max-width:1200px) {
  .short-msg,
  .bidge-sect__msg,
  .sub-tit,
  .bidge__next {
    font-size: 1.8rem;
  }
.fila {
    display: none;
  }

  .thirded {
    padding: 1rem 8rem;
  }

  .productheadat {
    font-size: 4.5rem;
  }
  .topy {
    min-height: 340px;
  }
  .toptop-quote {
  }
  .quoter {
    font-size: 3rem;
  }


  .toptop {
    padding: 2rem .1rem;
  }


  .jolpingfirst {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999999;
    display: none;
    }

  .jolper-first {
    position: absolute;
    top: 0;
    width: 70%;
    height: 100%;
    background: radial-gradient(#f1f1f1, #fff);
    overflow: auto;
  }
  .closed-first {
    color: #000;
    padding: 1rem;
    font-size: 3rem;
    cursor: pointer;
    
  }
  .jolpoffirst {
    padding: 1rem;
    margin-top: 5rem;
    list-style: none;
  }
  .jolpoffirst li {
    color: #333;
    text-transform: uppercase;
    font-size: 2.4rem;
  }
  .jolpoffirst li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .jolpoffirst li a:hover,
  .jolpoffirst li:hover {
    font-weight: 700;
    color: #000;
  }
  .jolpoffirst li a {
    color: #333;
  }


  .altfila {
    display: block;
    float: right;
    -webkit-transform: translateY(1.3rem);
            transform: translateY(1.3rem);
    color: #fff;
  }
  .men-con1 {
    font-size: 4rem;
    color: #fff;
  }
  .men-con2 {
    font-size: 2.5rem;
    display: inline-block;
    margin-left: .2rem;
    -webkit-transform: translateY(-.8rem);
            transform: translateY(-.8rem);
    color: #fff;
  }
  .mencon-link:link,
  .mencon-link:visited,
  .mencon-link {
    background: #2450b2;
    color: #fff !important;
    border-radius: 4px;
    display: inline-block;
    margin-left: 1.1rem;
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
    padding: .8rem 1rem;
    text-transform: uppercase;
  }

}

@media only screen and (max-width:800px) {

.t-message {
  width: 100%;
}
.social-cap__title {
  font-size: 1.6rem;
}
.social-cap {
  padding: 2rem 1rem;
}
.social-blink {
  height: 200px;
  width: 220px;
}
}

@media only screen and (max-width:700px) {
  .men-con1 {
    font-size: 3rem;
    display: inline-block;
    margin-top:-.5rem;
  }

    .footer-ul li:not(:last-child) {
      margin-bottom: 1rem;
    }

  .ask-title {
    font-size: 3rem;
  }

  .topy {
    position: relative;
    min-height: 300px;
  }
  
  .productheadat {
    font-size: 3.5rem;
  }


  .firststuff1-img {
    height: 630px;
  }
  .men-con2 {
    font-size: 2.1rem;
    -webkit-transform: translateY(-.5rem);
            transform: translateY(-.5rem);
  }
  .mencon-link,
  .mencon-link:link,
  .mencon-link:visited {
    -webkit-transform: translateY(-.4rem);
            transform: translateY(-.4rem);
  }
  .altfila {
    -webkit-transform: translateY(1.7rem);
            transform: translateY(1.7rem);
  }
}


@media only screen and (max-width:670px) {
  .firststuff1-img {
    height: 640px;
  }
  .jolpoffirst li {
    font-size: 1.8rem;
  }
  .fourthnow {
    background-size: 50%;
    height: 220px;
  }


  .theloghimself {
    width: 85%;
    margin: 0 auto;
  }

  .bidge-sect {
    margin-top: -7rem;
  }
  .short-msg,
  .bidge-sect__msg,
  .sub-tit,
  .bidge__next {
    font-size: 1.6rem;
  }

}

@media only screen and (max-width:640px) {
  .firststuff1-img {
    height: 680px;
  }
  .bringto-title {
    font-size: 1.85rem;
  }
  .bringto-msg {
    font-size: 1.65rem;
  }
  
    .thirded {
    padding: 1rem 3rem;
  }

  
}

@media only screen and (max-width:600px) {
  .header-relative {
    display: none;
  }
  .fourthnow {
    height: 200px;
  }
    .fourthnow-text {
    font-size: 1.8rem;
  }
  .youtube-link,
  .youtube-link:visited,
  .youtube-link:link {
    font-size: 1.6rem;
  }


  .jolpoffirst li {
    font-size: 1.6rem;
  }

  .ask-subtitle {
    font-size: 1.5rem;
  }

  .ask-title {
    font-size: 2.4rem;
  }
  .bidge-sect__tit {
    font-size: 1.7rem;
  }
  .asktobi-tatle {
    font-size: 1.7rem;
    padding: 1rem;
  }
  .cont-ind-text {
    font-size: 2.5rem;
  }
  .cont-ind-email {
    font-size: 2.5rem;
    letter-spacing: -4px;
  }
  .cont-ind {
    margin-top: -4rem;
    padding: 1.5rem 1rem;
  }
  .bringto-img {
    height: 60px;
    width: 60px;
  }

  .topyoverlay {
    background: radial-gradient(rgba(0, 47, 255,0.3), rgba(0, 0, 0, 0.85));
  }  
  .topy {
    position: relative;
    min-height: 250px;
  }
  
  .productheadat {
    font-size: 3rem;
  }


  .social-title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .social-cap i {
    font-size: 1.7rem !important;
  }
  .social-cap__title {
    font-size: 1.7rem;
  }
  .fkmobile {
    display: none;
  }
  .soca {
    margin-bottom: -4rem;
  }
  .toptop-down {
    display: none !important;
  }
  .t-message {
    width: 90%;
    color: #000;
  }

  .firststuff1-link:link, .firststuff1-link:visited, .firststuff1-link, .asktobi:link, .asktobi:visited, .asktobi, .getstarted {
    font-size: 1.7rem;
    padding: .8rem 1.3rem;
  }

  .t-title,
  .secondstuff-title,
  .thirded-title {
    font-size: 3rem;
  }
  .t-title:after,
  .secondstuff-title:after {
    display: none;
  }
  .fastmg {
    display: none;
  }
  .firststuff1-bg {
    background: -webkit-gradient(linear, left top, right top, from(rgba(233, 230, 230, 0.85)),to(#fbfcfe)), url(/mainimage.jpg);
    background: linear-gradient(to right, rgba(233, 230, 230, 0.85),#fbfcfe), url(/mainimage.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 1rem .1rem;
  }  
  .t-title {
    margin-bottom: 4rem;
  }
  .topy-nav {
    display: none;
  }
  .mobile-relative,
  .mobiled-relative {
    display: block;
  }
  .rel__top-text {
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #fff !important;
  }
  .rel__top-icon {
    font-size: 4rem;
    display: inline-block;
    color: #fff !important;
    /* transform: translateY(.38rem); */
  }

  .mobile-relative__total {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 47, 255,0.2))), url(/tobi_olabajo2.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 47, 255,0.2)), url(/tobi_olabajo2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 30rem;
    width: 100%;
    background-position: 40% 40%;
    padding: 1.5rem;
    /* background-attachment: fixed; */
}
  .mobile-relative__left {
    float: left;
    width: 70%;
  }
  .mobile-left__logo {
    /* height: 80px; */
    width: 40px;
    height: 40px;
    max-width: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mobile-relative__right {
    float: right;
    width: 30%;
    text-align: right;
  }

  .mobile-right__title {
    color: #fff;
    display: inline-block;
    font-size: 2.7rem;
    margin-left: 5px;
    -webkit-transform: translateY(-1.2rem);
            transform: translateY(-1.2rem);
  }
  .mobile-right__desc {
    color: #fff;
    font-size: 1.8rem;
    padding: .1rem .3rem;
  }
  .mobile-link:link,
  .mobile-link:visited,
  .mobile-link {
    background: radial-gradient(#2450b2, rgba(4, 4, 211));
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    margin-left: 1rem;
    padding: .6rem 1rem;
    font-size: 1.6rem;
  }
  .secondstuff-msg {
    color: #fff;
    width: 90%;
    font-size: 1.7rem;
  }
  .secondstuff-bg {
    padding: 1rem 0;
  }
  .mobile-rel__text {
    color: #fff;
    font-size: 3rem;
    text-align: center;
    margin-top: 5rem;
  }
  .mobile-down:link,
  .mobile-down:visited,
  .mobile-down {
    color: #fff;
    display: inline-block;
    margin-top: 6rem;
  }
}
  @media only screen and (max-width:600px) {
    .firststuff1-bg {
      background: linear-gradient(to right, rgba(245, 242, 242, 0.733), #fbfcfe), url(/mainimage.jpg);
      background-size: cover;
      background-attachment: fixed;
      background-repeat: no-repeat;
      padding: 1rem .1rem;
      background-position: 0 -130%;
      border-radius: 20px;
      box-shadow: 0 1rem 30rem rgba(0,0,0,0.5);
    }
  }

@media only screen and (max-width:522px) {

  .asktobi-tatle {
    font-size: 1.6rem;
    padding: 1rem;
  }
  
  .secondstuff {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .9)), 
  to(rgba(36, 81, 178, .6))), url(/tobi1.jpg);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .9), 
  rgba(36, 81, 178, .6)), url(/tobi1.jpg);
  background-size: cover;
  background-position: left;
  background-attachment: fixed;
  background-repeat: no-repeat;

}
  

  .thirded {
    padding: 1rem 2rem;
    font-size: 1.55rem;
  }

  .fourthnow {
    background: #d8dfea;
  }
  .fourthnow-text {
    color: #000;
    padding: 1rem;
    font-size: 1.6rem;
    text-align: center;
  }
  .youtube-link,
  .youtube-link:link,
  .youtube-link:visited {
    margin-top: .6rem;
  }

  .topy {
    min-height: 230px;
  }


  .mobile-relative__total {
    padding: 1.5rem 1rem;
  }
  .rel__top-icon {
    font-size: 3rem;
  }
  .mobile-relative__left {
    width: 60%;
  }
  .mobile-relative__right {
    width: 40%;
    -webkit-transform: translateY(.7rem);
            transform: translateY(.7rem);
  }

}
@media only screen and (max-width:450px) {

  .cont-ind-text {
    font-size: 2rem;
  }
  .cont-ind-email {
    letter-spacing: -3px;
    font-size: 2rem;
  }
  .productheadat {
    font-size: 2.5rem;
  }
  .bringto-title {
    font-size: 1.65rem;
  }
  .bringto-msg {
    margin-top: .5rem;
    font-size: 1.5rem;
  }

  .secondstuff-bg {
    height: auto;
  }

  .social-title {
    font-size: 2.3rem;
    line-height: 1;
  }

  .jwill,
  .t-message {
    font-size: 1.5rem;
    font-weight: 300;
    font-family: 'Lato', sans-serif !important;
  }
  .t-message {
    width: 95%;
  }
  .footer-ul li {
    padding: 0;
  }
  .footer-ul li:hover {
    background: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .lasttext {
    font-size: 1.5rem;
  }
  .footer-ul {
    line-height: 1.1;
    text-align: left;
    margin-bottom: 1rem;
  }
  .footer-social {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .secondstuff-msg {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width:400px) {
  .mobile-right__title {
    font-size: 2.3rem;
    -webkit-transform: translateY(-1.4rem);
            transform: translateY(-1.4rem);
  }

  .jolper-first {
    width: 80%;
  }
  .jolpoffirst li {
    font-size: 1.4rem;
  }

  .closeforbb {
    padding: .4rem 1rem;
  }

  .theloghimself {
    width: 90%;
  }
  .ask-icon {
    font-size: 1.6rem;
  }
  
  .bringto {
    padding: 1rem 2rem;
  }
  .bringto-left,
  .bringto-right {
    float: none;
    width: auto;
  }
  .bringto-title,
  .bringto-msg {
    text-align: center;
  }

  .mobile-link:link,
  .mobile-link:visited,
  .mobile-link {
    margin-left: 1rem;
    padding: .4rem .7rem;
    font-size: 1.3rem;
  }
 
  .mobile-rel__text {
    font-size: 3rem;
  }
  .mobile-relative__right {
    -webkit-transform: translateY(.3rem);
            transform: translateY(.3rem);
}
}

@media only screen and (max-width:350px) {
  .social-cap {
    padding: 2rem 1rem;
    line-height: 1.5;
  }

  .soca {
    margin-bottom: -2.5rem;
  }
  .cont-ind-text {
    font-size: 1.7rem;
  }
  .cont-ind-email {
    font-size: 1.8rem;
  }
  .productheadat {
    font-size: 2.3rem;
  }


  .social-cap__title {
    font-size: 1.6rem;
  }
  .rel__top-icon {
    font-size: 3rem;
  }
  .mobile-right__title {
    -webkit-transform: translateY(-.8rem);
            transform: translateY(-.8rem);
    font-size: 2rem;
  }
  .mobile-left__logo {
    height: 28px;
    width: 28px;
  }
  .mobile-relative__right {
    -webkit-transform: translateY(-.1rem);
            transform: translateY(-.1rem);
  }
}

@media only screen and (max-width:321px) {
  .social-cap__title {
    line-height: 1.2;
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  .fourthnow-text {
    color: #000;
    padding: 1rem;
    font-size: 1.5rem;
    text-align: center;
  }

  .mobile-relative__total {
    height: 30rem;
  }

  .mobile-rel__text {
    font-size: 3rem;
  }

  .rel__top-icon {
    font-size: 2.5rem;
  }
  .rel__top-text {
    -webkit-transform: translateY(-.4rem);
            transform: translateY(-.4rem);
  }
  .mobile-link,
  .mobile-link:link,
  .mobile-link:visited {
    display: none;
  }
  .brick {
    display: inline-block;
  }
}

@media only screen and (max-width:300px) {

  .mobile-relative__right {
    -webkit-transform: translateY(.2rem);
            transform: translateY(.2rem);
}

.ask-icon {
  font-size: 1.5rem;
  max-width:15px;
}

  .mobile-rel__text {
    font-size: 3rem;
}
.rel__top-text {
  font-size: 1.6rem;
  -webkit-transform: translateY(-.25rem);
          transform: translateY(-.25rem);
}
.rel__top-icon {
  font-size: 1.8rem;
}
}

@media only screen and (max-width:280px) {

  .mobile-rel__text {
    width: 60%;
    margin: 0 auto;
    font-size: 2.8rem;
    margin-top: 3rem;
    line-height: .9;
  }

  .mobile-down {
    margin-top: 4rem !important;
  }
  .mobile-right__title {
    font-size: 1.8rem;
  }
}