* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.Nav-top {
  font-family: 'Nunito', sans-serif;
  background-color: #1a0e36;
}
.Nav-top .top-div1 ul {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.Nav-top .top-div1 ul li {
  display: inline-block;
}
.Nav-top .top-div1 ul li a {
  color: #767676;
  text-decoration: none;
  font-size: 0.75rem;
  display: inline-block;
  padding: 7px 5px;
}
.Nav-top .top-div1 ul li a:hover {
  color: #999999;
}
.Nav-top .top-div2 {
  float: right;
}
.Nav-top .top-div2 ul {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.Nav-top .top-div2 ul li {
  display: inline-block;
}
.Nav-top .top-div2 ul li a {
  color: #767676;
  text-decoration: none;
  font-size: 0.75rem;
  display: inline-block;
  padding: 7px 3px;
}
.Nav-top .top-div2 ul li .user-sign {
  margin-left: 17px;
}
.Nav-top .top-div2 ul li .user-sign i {
  margin-right: 3px;
}
.Nav-top .top-div2 ul li a:hover {
  color: #999999;
}
@media all and (max-width: 768px) {
  .Nav-top .top-div1,
  .Nav-top .top-div2 {
    text-align: center;
  }
  .Nav-top .top-div2 {
    float: none;
  }
}
.Navbar .Navbar-div #check {
  display: none;
}
.Navbar .Navbar-div .checkbtn {
  display: none;
}
.Navbar .Navbar-div .logo {
  display: inline-block;
  padding: 16px 0;
  margin-right: 10px;
}
.Navbar .Navbar-div .search {
  display: inline-block;
  padding: 20px 0;
  float: right;
  color: black;
}
.Navbar .Navbar-div ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
}
.Navbar .Navbar-div ul li {
  display: inline-block;
  transition: all 0.4s;
}
.Navbar .Navbar-div ul li a {
  display: inline-block;
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  font-size: 0.875rem;
  color: black;
  font-weight: 400;
  padding: 22px 5px;
  transition: all 0.9s;
}
.Navbar .Navbar-div ul .active a {
  color: white;
}
.Navbar .Navbar-div ul .active,
.Navbar .Navbar-div ul .items:hover a {
  background-color: #1a0e36;
  color: white;
}
.mainnews .col-md-4 {
  padding: 0;
}
.mainnews .mains {
  position: relative;
}
.mainnews .mains img {
  height: 570px;
  width: 100%;
}
.mainnews .mains .main {
  position: absolute;
  bottom: 70px;
  padding: 0 25px;
}
.mainnews .mains .main .main1 {
  font-family: 'Nunito', sans-serif;
  font-size: 0.75rem;
}
.mainnews .mains .main .main1 a {
  font-weight: 400;
  color: white;
  display: inline-block;
  padding: 3px 6px;
  background-color: #3b59a1;
  text-decoration: none;
  margin-right: 5px;
}
.mainnews .mains .main .main1 span {
  font-weight: 700;
  color: white;
}
.mainnews .mains .main .main2 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  text-decoration: none;
  color: white;
  display: inline-block;
  margin-top: 10px;
}
.mainnews .mains .main .main3 {
  font-family: 'Nunito', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: white;
  margin-top: 10px;
}
.mainnews .mains .main .main3 span {
  display: inline-block;
  padding: 0 4px;
  line-height: 12px;
}
.mainnews .mains .main .main3 .main3-1 {
  border-right: 1px solid white;
}
.bodyveb {
  background-color: #f5f5f5;
  padding: 40px 0;
}
.bodyveb .hunter .head-hunter {
  border-bottom: 2px solid #8a3ab9;
}
.bodyveb .hunter .head-hunter h2 {
  color: #8a3ab9;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  display: inline-block;
}
.bodyveb .hunter .head-hunter ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin-bottom: 8px;
  float: right;
}
.bodyveb .hunter .head-hunter ul li {
  display: inline-block;
  text-transform: uppercase;
}
.bodyveb .hunter .head-hunter ul li a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: black;
  padding: 0 4px;
  transition: 0.5s;
}
.bodyveb .hunter .head-hunter ul li:hover a,
.bodyveb .hunter .head-hunter ul .active a {
  color: #14ca82;
  text-shadow: 0 0 1px #14ca82;
}
.bodyveb .hunter .featured-post {
  box-shadow: 0 0 3px black;
  margin-top: 40px;
}
.bodyveb .hunter .featured-post .featured-img {
  height: 285px;
}
.bodyveb .hunter .featured-post .featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bodyveb .hunter .featured-post .featured-bot {
  padding: 30px 25px 40px 0;
  background-color: white;
}
.bodyveb .hunter .featured-post .featured-bot .fbot-1 a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: white;
  background-color: #8a3ab9;
  padding: 2px 5px 2px 35px;
  margin-right: 10px;
}
.bodyveb .hunter .featured-post .featured-bot .fbot-1 span {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
}
.bodyveb .hunter .featured-post .featured-bot .fbot-2 {
  margin-top: 15px;
  padding-left: 35px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #8a3ab9;
}
.bodyveb .hunter .featured-post .featured-bot .fbot-3 {
  margin-top: 20px;
  padding-left: 35px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #767676;
  line-height: 0.75rem;
}
.bodyveb .hunter .featured-post .featured-bot .fbot-3 .fbot-3-j {
  display: inline-block;
  padding-right: 6px;
  border-right: 1px solid #767676;
  margin-right: 6px;
}
.bodyveb .hunter .featured-post .featured-bot .fbot-4 {
  display: inline-block;
  margin-top: 22px;
  padding-left: 35px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: black;
}
.bodyveb .hunter .featured-left {
  box-shadow: 0 0 3px black;
  margin-top: 40px;
}
.bodyveb .hunter .featured-left .featured-img {
  height: 170px;
}
.bodyveb .hunter .featured-left .featured-img img {
  width: 100%;
  height: 100%;
}
.bodyveb .hunter .featured-left .featured-bot {
  padding: 30px 25px 25px 0;
  background-color: white;
}
.bodyveb .hunter .featured-left .featured-bot .fbot-1 a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: white;
  background-color: #8a3ab9;
  padding: 2px 5px 2px 35px;
  margin-right: 10px;
}
.bodyveb .hunter .featured-left .featured-bot .fbot-1 span {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
}
.bodyveb .hunter .featured-left .featured-bot .fbot-2 {
  margin-top: 15px;
  padding-left: 35px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: black;
}
.bodyveb .hunter .featured-left .featured-bot .fbot-3 {
  margin-top: 20px;
  padding-left: 35px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #767676;
  line-height: 0.75rem;
}
.bodyveb .hunter .featured-left .featured-bot .fbot-3 .fbot-3-j {
  display: inline-block;
  padding-right: 6px;
  border-right: 1px solid #767676;
  margin-right: 6px;
}
.bodyveb .hunter .featured-left .featured-bot .fbot-4 {
  display: inline-block;
  margin-top: 22px;
  padding-left: 35px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: black;
}
.bodyveb .hunter .featured-right {
  box-shadow: 0 0 3px black;
  margin-top: 40px;
}
.bodyveb .hunter .featured-right .featured-img {
  height: 170px;
}
.bodyveb .hunter .featured-right .featured-img img {
  width: 100%;
  height: 100%;
}
.bodyveb .hunter .featured-right .featured-bot {
  padding: 30px 25px 25px 0;
  background-color: white;
}
.bodyveb .hunter .featured-right .featured-bot .fbot-1 a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: white;
  background-color: #8a3ab9;
  padding: 2px 5px 2px 35px;
  margin-right: 10px;
}
.bodyveb .hunter .featured-right .featured-bot .fbot-1 span {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
}
.bodyveb .hunter .featured-right .featured-bot .fbot-2 {
  margin-top: 15px;
  padding-left: 35px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: black;
}
.bodyveb .hunter .featured-right .featured-bot .fbot-3 {
  margin-top: 20px;
  padding-left: 35px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #767676;
  line-height: 0.75rem;
}
.bodyveb .hunter .featured-right .featured-bot .fbot-3 .fbot-3-j {
  display: inline-block;
  padding-right: 6px;
  border-right: 1px solid #767676;
  margin-right: 6px;
}
.bodyveb .hunter .featured-right .featured-bot .fbot-4 {
  display: inline-block;
  margin-top: 22px;
  padding-left: 35px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: black;
}
.bodyveb .hunter .sosial-count1 {
  margin-top: 24px;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  color: white;
  text-align: center;
  background-color: #3b59a1;
  padding: 18px;
}
.bodyveb .hunter .sosial-count1 .sosial-icon {
  display: block;
  color: white;
  text-decoration: none;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.bodyveb .hunter .sosial-count1 .follow-1 {
  display: block;
  font-weight: 400;
  line-height: 18px;
  margin-top: 15px;
}
.bodyveb .hunter .sosial-count1 .follow-2 {
  display: block;
  font-weight: 300;
  line-height: 18px;
}
.bodyveb .hunter .sosial-count2 {
  margin-top: 24px;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  color: white;
  text-align: center;
  background-color: #46b0e4;
  padding: 18px;
}
.bodyveb .hunter .sosial-count2 .sosial-icon {
  display: block;
  color: white;
  text-decoration: none;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.bodyveb .hunter .sosial-count2 .follow-1 {
  display: block;
  font-weight: 400;
  line-height: 18px;
  margin-top: 15px;
}
.bodyveb .hunter .sosial-count2 .follow-2 {
  display: block;
  font-weight: 300;
  line-height: 18px;
}
.bodyveb .hunter .sosial-count3 {
  margin-top: 24px;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  color: white;
  text-align: center;
  background-color: #dd4c39;
  padding: 18px;
}
.bodyveb .hunter .sosial-count3 .sosial-icon {
  display: block;
  color: white;
  text-decoration: none;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.bodyveb .hunter .sosial-count3 .follow-1 {
  display: block;
  font-weight: 400;
  line-height: 18px;
  margin-top: 15px;
}
.bodyveb .hunter .sosial-count3 .follow-2 {
  display: block;
  font-weight: 300;
  line-height: 18px;
}
.bodyveb .hunter .sosial-count4 {
  margin-top: 24px;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  color: white;
  text-align: center;
  background-color: #d71e17;
  padding: 18px;
}
.bodyveb .hunter .sosial-count4 .sosial-icon {
  display: block;
  color: white;
  text-decoration: none;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.bodyveb .hunter .sosial-count4 .follow-1 {
  display: block;
  font-weight: 400;
  line-height: 18px;
  margin-top: 15px;
}
.bodyveb .hunter .sosial-count4 .follow-2 {
  display: block;
  font-weight: 300;
  line-height: 18px;
}
.bodyveb .hunter .sosial-count5 {
  margin-top: 24px;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  color: white;
  text-align: center;
  background-color: #8a3ab9;
  padding: 18px;
}
.bodyveb .hunter .sosial-count5 .sosial-icon {
  display: block;
  color: white;
  text-decoration: none;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.bodyveb .hunter .sosial-count5 .follow-1 {
  display: block;
  font-weight: 400;
  line-height: 18px;
  margin-top: 15px;
}
.bodyveb .hunter .sosial-count5 .follow-2 {
  display: block;
  font-weight: 300;
  line-height: 18px;
}
.bodyveb .hunter .sosial-count6 {
  margin-top: 24px;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  color: white;
  text-align: center;
  background-color: #4c75a3;
  padding: 18px;
}
.bodyveb .hunter .sosial-count6 .sosial-icon {
  display: block;
  color: white;
  text-decoration: none;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.bodyveb .hunter .sosial-count6 .follow-1 {
  display: block;
  font-weight: 400;
  line-height: 18px;
  margin-top: 15px;
}
.bodyveb .hunter .sosial-count6 .follow-2 {
  display: block;
  font-weight: 300;
  line-height: 18px;
}
.bodyveb .hunter .popular-post {
  margin-top: 25px;
  padding: 1px 12px 15px 12px;
  background-color: white;
}
.bodyveb .hunter .popular-post .pop-head {
  position: relative;
}
.bodyveb .hunter .popular-post .pop-head h4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 25px;
}
.bodyveb .hunter .popular-post .pop-head img {
  margin-top: 17px;
  height: 230px;
  width: 100%;
  object-fit: cover;
  background-position: left top;
}
.bodyveb .hunter .popular-post .pop-head .pop-abs {
  position: absolute;
  bottom: 20px;
  padding: 0 24px 14px 24px;
}
.bodyveb .hunter .popular-post .pop-head .pop-abs .pop1 {
  font-family: 'Nunito', sans-serif;
}
.bodyveb .hunter .popular-post .pop-head .pop-abs .pop1 a {
  font-weight: 400;
  color: white;
  display: inline-block;
  padding: 3px 8px;
  background-color: #8a3ab9;
  text-decoration: none;
  margin-right: 5px;
  font-size: 0.625rem;
  border-radius: 4px;
}
.bodyveb .hunter .popular-post .pop-head .pop-abs .pop1 span {
  font-weight: 700;
  color: white;
  font-size: 0.75rem;
}
.bodyveb .hunter .popular-post .pop-head .pop-abs .pop2 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  color: white;
  display: inline-block;
  margin-top: 10px;
}
.bodyveb .hunter .popular-post .pop-head .pop-abs .pop3 {
  font-family: 'Nunito', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: white;
  margin-top: 10px;
}
.bodyveb .hunter .popular-post .pop-head .pop-abs .pop3 span {
  display: inline-block;
  padding: 0 4px;
  line-height: 12px;
}
.bodyveb .hunter .popular-post .pop-head .pop-abs .pop3 .pop3-1 {
  border-right: 1px solid white;
}
.bodyveb .hunter .popular-post .pop-bot {
  margin-top: 30px;
  font-family: 'Nunito', sans-serif;
  padding-right: 20px;
}
.bodyveb .hunter .popular-post .pop-bot img {
  height: 80px;
  width: 100%;
  object-fit: cover;
}
.bodyveb .hunter .popular-post .pop-bot a {
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  color: black;
}
.bodyveb .hunter .popular-post .pop-bot .pop-bot-r {
  color: #767676;
}
.bodyveb .hunter .popular-post .pop-bot .pop-bot-r .jhon {
  font-weight: 700;
  font-size: 0.75rem;
  display: inline-block;
  padding-right: 7px;
  border-right: 1px solid #767676;
  margin-right: 7px;
  line-height: 12px;
}
.bodyveb .hunter .popular-post .pop-bot .pop-bot-r span {
  display: inline-block;
  font-weight: 700;
  font-size: 0.75rem;
}
.bodyveb .life {
  margin-top: 40px;
}
.bodyveb .life .head-life {
  border-bottom: 2px solid #f44336;
}
.bodyveb .life .head-life h2 {
  color: #f44336;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  display: inline-block;
}
.bodyveb .life .head-life ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin-bottom: 8px;
  float: right;
}
.bodyveb .life .head-life ul li {
  display: inline-block;
  text-transform: uppercase;
}
.bodyveb .life .head-life ul li a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: black;
  padding: 0 4px;
  transition: 0.5s;
}
.bodyveb .life .head-life ul li:hover a,
.bodyveb .life .head-life ul .active a {
  color: #f44336;
  text-shadow: 0 0 1px #f44336;
}
.bodyveb .life .featured-post {
  margin-top: 40px;
}
.bodyveb .life .featured-post .featured-img {
  height: 285px;
}
.bodyveb .life .featured-post .featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bodyveb .life .featured-post .featured-bot {
  padding: 30px 25px 40px 0;
  background-color: white;
}
.bodyveb .life .featured-post .featured-bot .fbot-1 a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: white;
  background-color: #8a3ab9;
  padding: 2px 5px 2px 35px;
  margin-right: 10px;
}
.bodyveb .life .featured-post .featured-bot .fbot-1 span {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
}
.bodyveb .life .featured-post .featured-bot .fbot-2 {
  margin-top: 15px;
  padding-left: 35px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #8a3ab9;
}
.bodyveb .life .featured-post .featured-bot .fbot-3 {
  margin-top: 20px;
  padding-left: 35px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #767676;
  line-height: 0.75rem;
}
.bodyveb .life .featured-post .featured-bot .fbot-3 .fbot-3-j {
  display: inline-block;
  padding-right: 6px;
  border-right: 1px solid #767676;
  margin-right: 6px;
}
.bodyveb .life .featured-post .featured-bot .fbot-4 {
  display: inline-block;
  margin-top: 22px;
  padding-left: 35px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: black;
}
.bodyveb .life .life-bot .life1 {
  margin-top: 30px;
  font-family: 'Nunito', sans-serif;
  padding-right: 20px;
}
.bodyveb .life .life-bot .life1 img {
  height: 80px;
  width: 100%;
  object-fit: cover;
}
.bodyveb .life .life-bot .life1 a {
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  color: black;
}
.bodyveb .life .life-bot .life1 .life-bot-r {
  color: #767676;
}
.bodyveb .life .life-bot .life1 .life-bot-r .jhon {
  font-weight: 700;
  font-size: 0.75rem;
  display: inline-block;
  padding-right: 7px;
  border-right: 1px solid #767676;
  margin-right: 7px;
  line-height: 12px;
}
.bodyveb .life .life-bot .life1 .life-bot-r span {
  display: inline-block;
  font-weight: 700;
  font-size: 0.75rem;
}
.bodyveb .life .life-mini {
  margin-top: 24px;
  padding: 20px 25px;
  text-decoration: none;
  display: block;
  height: 430px;
  background-color: #090e1d;
  color: white;
  font-family: 'Nunito', sans-serif;
}
.bodyveb .life .life-mini .mini1 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 2.75rem;
  font-style: italic;
}
.bodyveb .life .life-mini .mini2 {
  margin-top: 140px;
  font-weight: 400;
  font-size: 1.125rem;
}
.bodyveb .life .life-mini1 {
  margin-top: 40px;
  padding: 170px 25px 20px 25px;
  text-decoration: none;
  display: block;
  height: 430px;
  background-color: #090e1d;
  color: white;
  font-family: 'Nunito', sans-serif;
}
.bodyveb .life .life-mini1 .mini1 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 2.75rem;
  font-style: italic;
}
.bodyveb .life .life-mini1 .mini2 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 1.125rem;
}
.bodyveb .celebrity {
  margin-top: 40px;
}
.bodyveb .celebrity .head-celebri {
  border-bottom: 2px solid #8a3ab9;
}
.bodyveb .celebrity .head-celebri h2 {
  color: #8a3ab9;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  display: inline-block;
}
.bodyveb .celebrity .head-celebri ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin-bottom: 8px;
  float: right;
}
.bodyveb .celebrity .head-celebri ul li {
  display: inline-block;
  text-transform: uppercase;
}
.bodyveb .celebrity .head-celebri ul li a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: black;
  padding: 0 4px;
  transition: 0.5s;
}
.bodyveb .celebrity .head-celebri ul li:hover a,
.bodyveb .celebrity .head-celebri ul .active a {
  color: #14ca82;
  text-shadow: 0 0 1px #14ca82;
}
.bodyveb .celebrity .featured-post {
  box-shadow: 0 0 3px black;
  margin-top: 40px;
}
.bodyveb .celebrity .featured-post .featured-img {
  height: 170px;
}
.bodyveb .celebrity .featured-post .featured-img img {
  width: 100%;
  height: 100%;
}
.bodyveb .celebrity .featured-post .featured-bot {
  padding: 30px 25px 25px 0;
  background-color: white;
}
.bodyveb .celebrity .featured-post .featured-bot .fbot-1 a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: white;
  background-color: #f44336;
  padding: 2px 5px 2px 35px;
  margin-right: 10px;
}
.bodyveb .celebrity .featured-post .featured-bot .fbot-1 span {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
}
.bodyveb .celebrity .featured-post .featured-bot .fbot-2 {
  margin-top: 15px;
  padding-left: 35px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: black;
}
.bodyveb .celebrity .featured-post .featured-bot .fbot-3 {
  margin-top: 20px;
  padding-left: 35px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #767676;
  line-height: 0.75rem;
}
.bodyveb .celebrity .featured-post .featured-bot .fbot-3 .fbot-3-j {
  display: inline-block;
  padding-right: 6px;
  border-right: 1px solid #767676;
  margin-right: 6px;
}
.bodyveb .celebrity .down-post .down {
  margin-top: 30px;
  font-family: 'Nunito', sans-serif;
  padding-right: 20px;
}
.bodyveb .celebrity .down-post .down img {
  height: 80px;
  width: 100%;
  object-fit: cover;
}
.bodyveb .celebrity .down-post .down a {
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  color: black;
}
.bodyveb .celebrity .down-post .down .pop-bot-r {
  color: #767676;
}
.bodyveb .celebrity .down-post .down .pop-bot-r .jhon {
  font-weight: 700;
  font-size: 0.75rem;
  display: inline-block;
  padding-right: 7px;
  border-right: 1px solid #767676;
  margin-right: 7px;
  line-height: 12px;
}
.bodyveb .celebrity .down-post .down .pop-bot-r span {
  display: inline-block;
  font-weight: 700;
  font-size: 0.75rem;
}
.bodyveb .celebrity .cel-mini {
  margin-top: 24px;
  padding: 170px 25px 20px 25px;
  text-decoration: none;
  display: block;
  height: 430px;
  background-color: #090e1d;
  color: white;
  font-family: 'Nunito', sans-serif;
}
.bodyveb .celebrity .cel-mini .mini1 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 2.75rem;
  font-style: italic;
}
.bodyveb .celebrity .cel-mini .mini2 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 1.125rem;
}
.bodyveb .celebrity .cel-mini1 {
  margin-top: 40px;
  padding: 20px 25px;
  text-decoration: none;
  display: block;
  height: 430px;
  background-color: #f44336;
  color: white;
  font-family: 'Nunito', sans-serif;
}
.bodyveb .celebrity .cel-mini1 .mini1 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 2.75rem;
  font-style: italic;
}
.bodyveb .celebrity .cel-mini1 .mini2 {
  margin-top: 140px;
  font-weight: 400;
  font-size: 1.125rem;
}
.bodyveb .videos {
  margin-top: 40px;
}
.bodyveb .videos .head-videos {
  border-bottom: 2px solid #2737a0;
}
.bodyveb .videos .head-videos h2 {
  color: #2737a0;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  display: inline-block;
}
.bodyveb .videos .head-videos ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin-bottom: 8px;
  float: right;
}
.bodyveb .videos .head-videos ul li {
  display: inline-block;
  text-transform: uppercase;
}
.bodyveb .videos .head-videos ul li a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: black;
  padding: 0 4px;
  transition: 0.5s;
}
.bodyveb .videos .head-videos ul li:hover a,
.bodyveb .videos .head-videos ul .active a {
  color: #2737a0;
  text-shadow: 0 0 1px #2737a0;
}
.bodyveb .videos .videoone {
  margin-top: 30px;
  background-color: white;
}
.bodyveb .videos .videoone video {
  width: 100%;
  height: auto;
}
.bodyveb .videos .featured-bot {
  padding: 30px 25px 40px 0;
  background-color: white;
}
.bodyveb .videos .featured-bot .fbot-1 a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: white;
  background-color: #f44336;
  padding: 2px 5px 2px 35px;
  margin-right: 10px;
}
.bodyveb .videos .featured-bot .fbot-1 span {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
}
.bodyveb .videos .featured-bot .fbot-2 {
  margin-top: 15px;
  padding-left: 35px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #8a3ab9;
}
.bodyveb .videos .featured-bot .fbot-3 {
  margin-top: 20px;
  padding-left: 35px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #767676;
  line-height: 0.75rem;
}
.bodyveb .videos .featured-bot .fbot-3 .fbot-3-j {
  display: inline-block;
  padding-right: 6px;
  border-right: 1px solid #767676;
  margin-right: 6px;
}
.bodyveb .videos .down-post .down {
  margin-top: 30px;
  font-family: 'Nunito', sans-serif;
  padding-right: 20px;
}
.bodyveb .videos .down-post .down img {
  height: 80px;
  width: 100%;
  object-fit: cover;
}
.bodyveb .videos .down-post .down a {
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  color: black;
}
.bodyveb .videos .down-post .down .pop-bot-r {
  color: #767676;
}
.bodyveb .videos .down-post .down .pop-bot-r .jhon {
  font-weight: 700;
  font-size: 0.75rem;
  display: inline-block;
  padding-right: 7px;
  border-right: 1px solid #767676;
  margin-right: 7px;
  line-height: 12px;
}
.bodyveb .videos .down-post .down .pop-bot-r span {
  display: inline-block;
  font-weight: 700;
  font-size: 0.75rem;
}
.bodyveb .videos .minipost {
  margin-top: 24px;
  background-color: #68b0cd;
  width: 100%;
  height: 365px;
}
.fouter {
  background-color: #090e1d;
}
.fouter .fouter1 {
  padding: 30px 0 ;
  vertical-align: text-bottom;
}
.fouter .fouter1 img {
  display: inline-block;
  margin-right: 60px;
  float: left;
}
.fouter .fouter1 ul {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  margin: 0;
  margin-top: 44px;
  float: left;
}
.fouter .fouter1 ul li {
  display: inline-block;
  margin-right: 18px;
}
.fouter .fouter1 ul li a {
  text-decoration: none;
  color: #8f95aa;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.fouter .fouter1 #language {
  margin-top: 48px;
  vertical-align: text-bottom;
  float: right;
  border: none;
  background: transparent;
  font-family: "OpenSans", sans-serif;
  font-size: 0.75rem;
  color: #8f95aa;
}
.fouter .fouter2 {
  margin-top: 20px;
  padding: 40px 0;
  border-top: 0.2px solid #8f95aa;
  border-bottom: 0.2px solid #8f95aa;
}
.fouter .fouter2 .fouter2-1 {
  padding: 20px 10px 20px 10px;
}
.fouter .fouter2 .fouter2-1 p {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #8f95aa;
}
.fouter .fouter2 .fouter2-1 ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.fouter .fouter2 .fouter2-1 ul li {
  display: inline-block;
  margin-right: 4px;
}
.fouter .fouter2 .fouter2-1 ul li a {
  display: inline-block;
  text-decoration: none;
  color: white;
  padding: 18px 22px;
  background-color: rgba(255, 255, 255, 0.1);
}
.fouter .fouter2 .fouter2-2 {
  padding: 20px 0;
  list-style: none;
  text-align: center;
}
.fouter .fouter2 .fouter2-2 li a {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #8f95aa;
  text-decoration: none;
  margin-bottom: 4px;
}
.fouter .fouter3 {
  padding: 18px 0;
}
.fouter .fouter3 .fouter3-left span {
  padding: 15px 0;
  display: inline-block;
  font-family: "OpenSans", sans-serif;
  font-size: 0.75rem;
  color: white;
}
.fouter .fouter3 .fouter3-left span a {
  color: #f44336;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin-right: 5px;
}
.fouter .fouter3 .fouter3-right {
  text-align: right;
  font-family: "OpenSans", sans-serif;
  font-size: 0.75rem;
  color: #8f95aa;
}
.fouter .fouter3 .fouter3-right .p {
  margin: 0;
}
.fouter .fouter3 .fouter3-right ul {
  margin: 0;
  list-style: none;
}
.fouter .fouter3 .fouter3-right ul li {
  display: inline-block;
  margin-right: 8px;
}
.fouter .fouter3 .fouter3-right ul li a {
  text-decoration: none;
  color: #8f95aa;
}
@media all and (max-width: 768px) {
  .Navbar .Navbar-div .checkbtn {
    display: inline-block;
    float: right;
    padding: 20px 10px;
  }
  .Navbar .Navbar-div .logo {
    padding-left: 10px;
  }
  .Navbar .Navbar-div ul {
    display: block;
    padding: 10px;
    text-align: center;
    position: absolute;
    left: -1000px;
    transition: 0.7s;
    width: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .Navbar .Navbar-div ul li {
    display: block;
  }
  .Navbar .Navbar-div #check:checked ~ ul {
    left: 0;
  }
  .fouter .fouter1 ul {
    display: none;
  }
  .fouter .fouter3 .fouter3-left {
    text-align: center;
  }
  .fouter .fouter3 .fouter3-right {
    text-align: center;
  }
}
