/********* Start Blog Mixins *********/
/********* End Blog Mixins *********/
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Acme&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");

/* Color scheme */
:root {
  --primaryColor: #FF7555;
}

/* ------------ */
body,
html {
  overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #333;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(131, 133, 134, 0.5);
  border-radius: 10px;
  height: 40px;
  width: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #838586;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  letter-spacing: 0.5px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.notes {
  color: white !important;
}

.login_form_wrapper {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: grey
}

.login_wrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  padding: 3% 20% 0% 20%;
}

.login_wrapper a.btn {
  color: #fff;
  width: 100%;
  height: 50px;
  padding: 6px 25px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
  background: #4385f5;
  font-size: 16px;
  border: 1px solid #4385f5
}

.login_wrapper a i {
  float: right;
  margin: 0;
  line-height: 35px
}

.login_wrapper a.google-plus {
  background: #db4c3e;
  border: 1px solid #db4c3e
}

.login_wrapper h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff !important;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  position: relative
}

.login_wrapper .formsix-pos,
.formsix-e {
  position: relative
}

.servicesCat {
  list-style: none;
}

.servicesCat li {
  display: inline-block;
  margin-right: 15px;
}

.servicesCat li input {
  visibility: hidden;
}

.servicesCat li label {
  cursor: pointer;
}

.fixed-dialog {
  position: fixed !important;
}

.servicesCat li input:checked+label {
  color: rgb(247 115 84 / 69%);
}

.serviceCatText {
  color: var(--primaryColor);
}

.ui-dialog {
  z-index: 10000;
}

.arabicTextSub {
  direction: rtl;
}

.html5gallery-container-0,
.html5gallery-container-1,
.html5gallery-container-2,
.html5gallery-container-3,
.html5gallery-container-4,
.html5gallery-container-5,
.html5gallery-container-6,
.html5gallery-container-7,
.html5gallery-container-8,
.html5gallery-container-9,
.html5gallery-container-10,
.html5gallery-container-11,
.html5gallery-container-12,
.html5gallery-container-13,
.html5gallery-container-14,
.html5gallery-container-15,
.html5gallery-container-16,
.html5gallery-container-17,
.html5gallery-container-18,
.html5gallery-container-19,
.html5gallery-container-20 {
  position: relative !important;
}

.commentDetailsSec {
  width: 100%;
}

.shareBtns {
  background: #2C2C2C;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shareBtns img {
  width: 50px;
  cursor: pointer;
  margin: 0 0.5em;
}

/******* Start MaintenanceMessage *****/
.MaintenanceMessage {
  width: 30vw;
  padding: 15px;
  background: #000;
  text-align: center;
  position: fixed;
  top: 150px;
  left: 0;
  z-index: 50;
  border-radius: 0 20px 20px 0;
}

.MaintenanceMessage a {
  font-size: 20px;
  color: var(--primaryColor);
}

.MaintenanceMessage i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.MaintenanceMessage i:hover {
  color: red;
}

.subscribe {
  background-color: #3e3d3d;
  color: white;
}

.subscribe a {
  background-color: #ff7555;
  color: white;
}

.subscribe-table {
  color: #aaa;
  text-align: left;
}

.subscribe-table i {
  color: #ff7555;
}

.subscribe h5 {
  color: #cbc473;
}

.subscribe h5 del {
  color: #ff7555;
}

.selectedUserAmount {
  background-color: #424242;
  color: white;
  text-align: center;
}

.cancelMsg {
  background: var(--primaryColor);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 0.25em 0.5em;
  margin-top: 1em;
  box-shadow: 0px 0px 5px 0px #666;
  cursor: pointer;
  outline: none;
}

.cancelMsg:hover {
  background: var(--primaryHoverColor);
}

.cancelMsg:focus {
  box-shadow: none;
}

.confirmMsg {
  color: white;
  border: none;
  border-radius: 25px;
  padding: 0.3em 0.9em;
  box-shadow: 0px 0px 5px 0px #777;
  cursor: pointer;
  outline: none;
  font-size: 13px !important;
}

.confirmMsg:hover {
  background: var(--primaryColor);
  color: #fff;
}

.confirmMsg:focus {
  box-shadow: none;
}

.app-qr {
  width: 200px;
  display: grid;
  margin: 0 auto;
  padding-top: 2em;
}

.app-qr strong {
  color: white;
}

.app-qr img {
  width: 150px;
  border-radius: 15px;
}

@media (max-width: 992px) {
  .MaintenanceMessage {
    width: 50vw;
    padding: 15px;
    background: #000;
    color: yellow;
    text-align: center;
    position: fixed;
    top: 200px;
    left: 0;
    z-index: 2;
    border-radius: 0 20px 20px 0;
  }

  .MaintenanceMessage p {
    font-size: 20px;
  }

  .MaintenanceMessage i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
  }

  .MaintenanceMessage i:hover {
    color: red;
  }
}

/******* End MaintenanceMessage *****/
/****** Start scrollToTop ******/
.scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  background: -webkit-gradient(linear, left top, right top, from(var(--primaryColor)), to(#fff));
  background: linear-gradient(to right, var(--primaryColor), #fff);
  line-height: 35px;
  text-align: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.scrollToTop:hover {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(var(--primaryColor)));
  background: linear-gradient(to right, #fff, var(--primaryColor));
}

.scrollToTop i {
  color: #000;
  font-size: 20px;
}

/****** End scrollToTop ******/
/****** Start loading ******/
.loading-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #010515;
  z-index: 99999;
}

.loading-overlay .parent {
  margin: 180px auto;
  opacity: 0.8;
  width: 50px;
  height: 50px;
}

.loading-overlay .parent .ball {
  background-color: #000;
  border: 5px solid rgba(0, 183, 229, 0.9);
  opacity: 0.9;
  border-top: 5px solid #000;
  border-left: 5px solid #000;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 35px #2187e7;
  box-shadow: 0 0 35px #2187e7;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -webkit-animation: orbit1 0.5s linear infinite;
  animation: orbit1 0.5s linear infinite;
}

.loading-overlay .parent .ball1 {
  background-color: #000;
  border: 5px solid rgba(0, 183, 229, 0.9);
  opacity: 0.9;
  border-top: 5px solid #000;
  border-left: 5px solid #000;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 15px #2187e7;
  box-shadow: 0 0 15px #2187e7;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
  top: -50px;
  -webkit-animation: orbit2 0.5s linear infinite;
  animation: orbit2 0.5s linear infinite;
}

/****** End loading ******/
.news {
  background-color: #3cb878;
  color: #fff;
  font-size: 0.938rem;
  padding: 0 1.1em;
  border-radius: 2px;
  margin-bottom: 1.2em;
  display: inline-block;
}

.game {
  background-color: #3cb878;
  color: #fff;
  font-size: 0.938rem;
  padding: 0 1.1em;
  border-radius: 2px;
  margin-bottom: 1.2em;
  display: inline-block;
  background-color: #ea2027;
}

.business {
  background-color: #3cb878;
  color: #fff;
  font-size: 0.938rem;
  padding: 0 1.1em;
  border-radius: 2px;
  margin-bottom: 1.2em;
  display: inline-block;
  background-color: #1996ce;
}

.science {
  background-color: #3cb878;
  color: #fff;
  font-size: 0.938rem;
  padding: 0 1.1em;
  border-radius: 2px;
  margin-bottom: 1.2em;
  display: inline-block;
  background-color: #8e44ad;
}

.sports {
  background-color: #3cb878;
  color: #fff;
  font-size: 0.938rem;
  padding: 0 1.1em;
  border-radius: 2px;
  margin-bottom: 1.2em;
  display: inline-block;
  background-color: #d35400;
}

.total {
  background-color: #3cb878;
  color: #fff;
  font-size: 0.938rem;
  padding: 0 1.1em;
  border-radius: 2px;
  margin-bottom: 1.2em;
  display: inline-block;
  background-color: var(--primaryColor);
  color: #000;
}

.movies {
  background-color: #3cb878;
  color: #fff;
  font-size: 0.938rem;
  padding: 0 1.1em;
  border-radius: 2px;
  margin-bottom: 1.2em;
  display: inline-block;
  background-color: #0652dd;
}

.religion {
  background-color: #3cb878;
  color: #fff;
  font-size: 0.938rem;
  padding: 0 1.1em;
  border-radius: 2px;
  margin-bottom: 1.2em;
  display: inline-block;
  background-color: #a3cb38;
}

.oneOutOf {
  background-color: #3cb878;
  color: #fff;
  font-size: 0.938rem;
  padding: 0 1.1em;
  border-radius: 2px;
  margin-bottom: 1.2em;
  display: inline-block;
  background-color: #c8344a;
  color: #fff;
}

.seperator {
  background-color: #4e5152;
  margin: 3em 0 3em;
}

.owl-dot {
  outline: none !important;
  margin: 1.5em 0 0;
}

.owl-dot span {
  background-color: rgba(166, 166, 166, 0.5) !important;
  width: 13px !important;
  height: 13px !important;
  -webkit-transition: 400ms linear !important;
  transition: 400ms linear !important;
}

.owl-dot span:hover {
  background-color: #db4437 !important;
}

.owl-dot.active span {
  background-color: #db4437 !important;
}

.breadcrumb-wrapper .breadcrumb {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-link {
  padding: 0 0.4rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0.25rem;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-link a {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-link a .fa-home {
  margin-right: 5px;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-link a:hover {
  color: #db4437;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-link.active {
  font-size: 1.1rem;
  font-weight: 500;
  color: #a6a6a6;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-link:first-child::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  left: 6px;
  top: 1px;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-link:nth-child(2)::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  left: 6px;
  top: 1px;
}

@media (max-width: 479.98px) {
  .breadcrumb-wrapper .breadcrumb {
    padding: 0.75rem 0;
  }

  .breadcrumb-wrapper .breadcrumb .breadcrumb-link a {
    font-size: 0.8rem;
  }

  .breadcrumb-wrapper .breadcrumb .breadcrumb-link.active {
    font-size: 0.8rem;
    margin-top: 3px;
  }
}

.ff-container {
  cursor: pointer;
}

.ff-container .ff-overlay {
  background-image: url("../../images/gif-icon.png") !important;
  max-width: 45px !important;
  opacity: 0.7;
}

.modal .modal-dialog {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  margin: 0;
}

.modal .modal-dialog .modal-content {
  background-color: #282828;
}

.modal .modal-dialog .modal-content .modal-header {
  padding: 0.5rem 0.5rem;
  color: #fff;
  border-color: #4a4c4d;
}

.modal .modal-dialog .modal-content .modal-header button {
  color: #fff;
  outline: none;
}

.modal .modal-dialog .modal-content .modal-body {
  position: relative;
}

.modal .modal-dialog .modal-content .modal-body ul.owl-carousel {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  height: 50px;
}

.modal .modal-dialog .modal-content .modal-body ul.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 18px;
}

.modal .modal-dialog .modal-content .modal-body ul.owl-carousel .owl-stage-outer .owl-stage .owl-item li.item a i {
  font-size: 30px;
  background: #000;
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
}

.modal .modal-dialog .modal-content .modal-body ul.owl-carousel .owl-stage-outer .owl-stage .owl-item:first-child li.item a i {
  color: #3b5999;
}

.modal .modal-dialog .modal-content .modal-body ul.owl-carousel .owl-stage-outer .owl-stage .owl-item:nth-child(2) li.item a i {
  color: #55acee;
}

.modal .modal-dialog .modal-content .modal-body ul.owl-carousel .owl-stage-outer .owl-stage .owl-item:nth-child(3) li.item a i {
  color: #e4405f;
}

.modal .modal-dialog .modal-content .modal-body ul.owl-carousel .owl-stage-outer .owl-stage .owl-item:nth-child(4) li.item a i {
  color: #0077b5;
}

.modal .modal-dialog .modal-content .modal-body ul.owl-carousel .owl-stage-outer .owl-stage .owl-item:last-child li.item a i {
  color: #3aaf85;
}

.modal .modal-dialog .modal-content .modal-body ul.owl-carousel .owl-nav {
  display: none !important;
}

.modal .modal-dialog .modal-content .modal-body ul.owl-carousel .owl-dots {
  display: none !important;
}

.modal .modal-dialog .modal-content .modal-body .nav>span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #333;
  text-align: center;
  line-height: 30px;
  z-index: 2;
}

.modal .modal-dialog .modal-content .modal-body .nav>span i {
  color: gray;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.modal .modal-dialog .modal-content .modal-body .nav>span:hover i {
  color: #fff;
}

.modal .modal-dialog .modal-content .modal-body .nav .next {
  right: 20px;
}

.modal .modal-dialog .modal-content .modal-body .nav .prev {
  left: 20px;
}

/************* Start loading /*************/
@-webkit-keyframes orbit1 {
  0% {
    -webkit-transform: rotatez(0deg);
    transform: rotatez(0deg);
  }

  100% {
    -webkit-transform: rotatez(360deg);
    transform: rotatez(360deg);
  }
}

@keyframes orbit1 {
  0% {
    -webkit-transform: rotatez(0deg);
    transform: rotatez(0deg);
  }

  100% {
    -webkit-transform: rotatez(360deg);
    transform: rotatez(360deg);
  }
}

@-webkit-keyframes orbit2 {
  0% {
    -webkit-transform: rotatez(0deg);
    transform: rotatez(0deg);
  }

  100% {
    -webkit-transform: rotatez(-360deg);
    transform: rotatez(-360deg);
  }
}

@keyframes orbit2 {
  0% {
    -webkit-transform: rotatez(0deg);
    transform: rotatez(0deg);
  }

  100% {
    -webkit-transform: rotatez(-360deg);
    transform: rotatez(-360deg);
  }
}

/************* End loading /*************/
/************* Start text /*************/
@-webkit-keyframes shining {
  100% {
    background-position: -200% 0;
  }
}

@keyframes shining {
  100% {
    background-position: -200% 0;
  }
}

/************* End text /*************/
/******* Start Tickets Head Animation *******/
@-webkit-keyframes text3d {
  0% {
    text-shadow: 0px 0px 100px rgba(11, 124, 199, 0.8);
  }

  20% {
    text-shadow: 0px 0px 100px rgba(168, 11, 199, 0.8);
  }

  40% {
    text-shadow: 0px 0px 100px rgba(11, 199, 96, 0.8);
  }

  60% {
    text-shadow: 0px 0px 100px rgba(199, 11, 11, 0.8);
  }

  80% {
    text-shadow: 0px 0px 100px rgba(199, 96, 11, 0.8);
  }
}

@keyframes text3d {
  0% {
    text-shadow: 0px 0px 100px rgba(11, 124, 199, 0.8);
  }

  20% {
    text-shadow: 0px 0px 100px rgba(168, 11, 199, 0.8);
  }

  40% {
    text-shadow: 0px 0px 100px rgba(11, 199, 96, 0.8);
  }

  60% {
    text-shadow: 0px 0px 100px rgba(199, 11, 11, 0.8);
  }

  80% {
    text-shadow: 0px 0px 100px rgba(199, 96, 11, 0.8);
  }
}

/******* End Tickets Head Animation *******/
/******************* start navbar *******************/
.navbar {
  background: transparent;
  height: 100px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--primaryColor);
  -webkit-box-shadow: 0px 0px 3px #000;
  box-shadow: 0px 0px 3px #000;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar .navbar-brand {
  text-align: center;
  margin-right: 20px;
}

.navbar .navbar-brand h1 {
  font-size: 25px;
  color: #fff;
  margin: 0;
}

.navbar .navbar-brand p {
  font-size: 20px;
  margin: 0;
  font-style: italic;
  font-weight: bold;
  background-color: var(--primaryColor);
  background-image: linear-gradient(-75deg, #ffffff 0, white 5%, white 5%, rgba(255, 255, 255, 0.5) 10%, var(--primaryColor) 10%, var(--primaryColor) 100%);
  background-size: 200% 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-animation: shining 2s linear infinite;
  background-clip: text;
  animation: shining 2s linear infinite;
  font-family: "Lobster", cursive;
}

.navbar .navbar-toggler {
  outline: none;
}

.navbar .navbar-toggler i {
  color: var(--primaryColor);
}

.navbar .navbar-collapse .close-nav {
  display: none;
}

.navbar .navbar-collapse .navbar-nav .nav-item {
  margin: 0 5px;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: var(--primaryColor);
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Acme", sans-serif;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  text-shadow: 0 3px 10px var(--primaryColor);
}

.navActive {
  background: #000;
  height: 70px;
}

.navActive .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .navbar .navbar-brand p {
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    background: #000;
    height: 80px;
  }

  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    width: 270px;
    background-color: #000;
    padding: 40px 20px;
    height: 100%;
  }

  .navbar .navbar-collapse .close-nav {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
  }

  .navbar .navbar-collapse .close-nav:hover {
    color: red;
  }

  .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 10px;
  }

  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .navbar .navbar-brand h1 {
    font-size: 20px;
  }

  .navbar .navbar-brand p {
    font-size: 11px;
  }

  .navbar .navbar-collapse {
    padding-top: 20px;
  }

  .navbar .navbar-collapse .nav-item {
    margin-top: 10px;
  }
}

/******************* end navbra *******************/
.header {
  background: url(../images/main-header.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}

.header .welcomeContent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.header .welcomeContent h2 {
  color: #ccc;
  font-size: 30px;
}

.header .welcomeContent p {
  color: #fff;
  font-size: 20px;
  margin: 15px 0 30px 0;
}

.header .welcomeContent a {
  background: #000;
  color: var(--primaryColor);
  padding: 10px 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #000;
  cursor: pointer;
}

.header .welcomeContent a:hover {
  background: #000000c9;
  border-color: var(--primaryColor);
}

.header .goDown {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  bottom: 16px;
  text-align: center;
  width: 400px;
}

.header .goDown i {
  background: -webkit-gradient(linear, left top, right top, from(var(--primaryColor)), to(#fff));
  background: linear-gradient(to right, var(--primaryColor), #fff);
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  border: 2px solid #fff;
  cursor: pointer;
}

.header .goDown i:hover {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(var(--primaryColor)));
  background: linear-gradient(to right, #fff, var(--primaryColor));
}

.header .goDown h1 {
  font-size: 25px;
  width: 80%;
  margin: 15px auto;
  font-weight: bold;
  font-weight: bold;
  background-color: var(--primaryColor);
  background-image: linear-gradient(-75deg, #ffffff 0, white 5%, white 5%, rgba(255, 255, 255, 0.5) 10%, var(--primaryColor) 10%, var(--primaryColor) 100%);
  background-size: 200% 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-animation: shining 2s linear infinite;
  animation: shining 2s linear infinite;
  font-family: "Lobster", cursive;
}

@media (max-width: 991.98px) {
  .header .welcomeContent {
    width: 100%;
    padding: 0 10px;
  }

  .header .welcomeContent h2 {
    font-size: 20px;
  }

  .header .welcomeContent p {
    font-size: 15px;
  }

  .header .goDown h1 {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .header .welcomeContent h2 {
    font-size: 20px;
  }

  .header .welcomeContent p {
    font-size: 11px;
  }

  .header .welcomeContent button {
    font-size: 10px;
    padding: 10px 10px;
  }

  .header .goDown h1 {
    font-size: 15px;
  }
}

/******************* Start about-us *******************/
.about-us {
  padding: 50px 0 155px;
  background: #222627;
}

.about-us h2 {
  margin-bottom: 72px;
  font-size: 40px;
  color: var(--primaryColor);
}

.about-us .image:after {
  width: 300px;
  height: 300px;
  content: "";
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  bottom: -90px;
  right: -90px;
  background: #eef7ff;
}

.about-us .image img {
  width: 100%;
}

.about-us .info {
  padding-left: 105px;
}

.about-us .info h3 {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 33px;
  color: var(--primaryColor);
}

.about-us .info p {
  color: #ccc;
  font-size: 18px;
}

.about-us .info ul {
  margin-top: 30px;
}

.about-us .info ul li {
  margin-top: 15px;
  color: #fff;
  position: relative;
}

.about-us .info ul li i {
  margin-right: 20px;
  font-size: 16px;
  color: #71bc42;
}

@media (max-width: 991.98px) {
  .about-us h2 {
    font-size: 30px;
  }

  .about-us .image:after {
    width: 150px;
    height: 150px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    right: -50px;
    background: #eef7ff;
  }

  .about-us .info {
    padding: 70px 0 0 0;
  }

  .about-us .info ul li i {
    margin-right: 7px;
  }
}

/******************* End about-us *******************/
/****************** Start Special Offers ******************/
.specialOffers {
  padding: 50px 0 120px;
}

.specialOffers h2 {
  font-size: 30px;
}

/****************** End Special Offers ******************/
.login-page {
  background: #222627;
  color: #fff;
}

.login {
  padding: 5em 0;
  font-family: "Acme", sans-serif;
  text-align: center;
}

.login h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
  text-shadow: 0px 5px 43px rgba(255, 255, 255, 0.7);
}

.login h1 i {
  margin-left: 10px;
  color: red;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #ff5555;
  }
}

@keyframes pulse {
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #ff5555;
  }
}

.login .log-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.login .log-form .form-input {
  padding: 0.625em 2.5em;
  width: 450px;
  height: 40px;
  margin: 10px 0 30px 0;
  border: 1px solid #000;
  outline: none;
  border-radius: 25px;
  font-weight: bold;
}

.login .log-form .form-input:hover,
.login .log-form .form-input :focus {
  border: 1px solid var(--primaryColor);
}

.login .log-form .form-input::-webkit-input-placeholder {
  font-size: 0.875;
  font-style: italic;
  color: #8c8b8b;
  font-weight: normal;
}

.login .log-form .form-input:-ms-input-placeholder {
  font-size: 0.875;
  font-style: italic;
  color: #8c8b8b;
  font-weight: normal;
}

.login .log-form .form-input::-ms-input-placeholder {
  font-size: 0.875;
  font-style: italic;
  color: #8c8b8b;
  font-weight: normal;
}

.login .log-form .form-input::placeholder {
  font-size: 0.875;
  font-style: italic;
  color: #8c8b8b;
  font-weight: normal;
}

.login .log-form .login-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.login .log-form .login-email input {
  z-index: 1;
}

.login .log-form .login-email label {
  position: absolute;
  top: 18px;
  left: 10px;
  z-index: 2;
}

.login .log-form .login-email label .fa-at {
  font-size: 24px;
  color: #000;
}

.login .log-form .password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.login .log-form .password input {
  z-index: 1;
}

.login .log-form .password label {
  position: absolute;
  z-index: 2;
}

.login .log-form .password label i {
  color: #000;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
}

.login .log-form .password label i:hover,
.login .log-form .password label i:focus {
  color: #b3b300;
}

.login .log-form .password label:first-child {
  top: 11px;
  left: 10px;
  font-size: 24px;
}

.login .log-form .password label:last-child {
  top: 18px;
  right: 10px;
  font-size: 17px;
}

.login .log-form .checkbox {
  display: block;
  margin-bottom: 1em;
}

.login .log-form .checkbox input[type="checkbox"] {
  display: none !important;
}

.login .log-form .checkbox input[type="checkbox"]:checked+label::after {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.login .log-form .checkbox label {
  position: relative;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  margin-left: 24px;
}

.login .log-form .checkbox label:hover {
  color: var(--primaryColor);
}

.login .log-form .checkbox label::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 3px;
  position: absolute;
  left: -27px;
  top: 3px;
}

.login .log-form .checkbox label::after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  font-weight: 900;
  font-size: 0.938rem;
  top: 3px;
  left: -27px;
  width: 20px;
  height: 20px;
  background-color: #000;
  border: 1px solid var(--primaryColor);
  border-radius: 3px;
  color: var(--primaryColor);
  text-align: center;
  -webkit-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.login .links .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2em;
}

.login .links .flex-wrapper .login-btn {
  padding: 11px 70px;
  background-color: #000;
  margin-right: 10px;
  color: var(--primaryColor);
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.login .links .flex-wrapper .login-btn:hover,
.login .links .flex-wrapper .login-btn:focus {
  background-color: #302f2f;
  color: var(--primaryColor);
  font-weight: normal;
  border: 1px solid var(--primaryColor);
}

.login .links .flex-wrapper .login-btn i {
  position: relative;
  top: 1.5px;
  right: -5px;
}

.login .links .flex-wrapper .register-btn {
  padding: 11px 61px;
  background-color: #000;
  color: var(--primaryColor);
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.login .links .flex-wrapper .register-btn:hover,
.login .links .flex-wrapper .register-btn:focus {
  background-color: #302f2f;
  color: var(--primaryColor);
  font-weight: normal;
  border: 1px solid var(--primaryColor);
}

.login .links .flex-wrapper .register-btn i {
  position: relative;
  top: 2px;
  right: -5px;
}

.login .links span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
}

.login .links span strong {
  color: var(--primaryColor);
}

.login .links span i {
  color: var(--primaryColor);
}

.login .links .forget {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.login .links .forget:hover {
  color: var(--primaryColor);
}

.login .links img {
  width: 30px;
  height: 30px;
  position: relative;
  top: -4px;
}

@media (max-width: 767.98px) {
  .login h1 {
    font-size: 32px;
  }
}

@media (max-width: 540px) {
  .login h1 {
    font-size: 28px;
  }
}

@media (max-width: 430px) {
  .login h1 {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .login .log-form .form-input {
    width: 270px;
  }

  .login .links .flex-wrapper .login-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 25px;
  }

  .login .links .flex-wrapper .login-btn i {
    top: 3.5px;
  }

  .login .links .flex-wrapper .register-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 20px;
  }

  .login .links .flex-wrapper .register-btn i {
    top: 4px;
  }
}

.forgetPassword {
  background-color: #222627;
  color: #fff;
}

.forget {
  padding: 5em 0;
  font-family: "Acme", sans-serif;
}

.forget form p {
  font-size: 20px;
  margin-bottom: 0.5em;
}

.forget form input {
  border-radius: 25px;
  width: 300px;
  height: 40px;
  font-weight: bold;
  padding: 1em;
  outline: none;
  border: none;
}

.forget form a {
  display: block;
  background-color: #000;
  color: var(--primaryColor);
  width: 100px;
  margin: 0.5em auto 0;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.forget form a i {
  margin-left: 5px;
}

.forget form a:hover {
  border: 1px solid var(--primaryColor);
  background-color: #0e0e0e;
  color: #ffff67;
}

.forget.new-pass form label {
  font-size: 20px;
}

.forget.new-pass form input,
.forget.new-pass form label {
  display: block;
  margin: 0.5em auto;
}

.register-body {
  background-color: #222627;
}

.register-body .register {
  font-family: "Acme", sans-serif;
  margin: 0 0 3em;
}

.register-body .register .container>.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.register-body .register .left ul {
  padding-top: 20px;
}

.register-body .register .left ul li {
  width: 60px;
  height: 60px;
  margin: auto;
  margin-bottom: 50px;
  background-color: #000;
  color: #737272;
  border-radius: 60% 0;
  line-height: 60px;
  text-align: center;
  position: relative;
  border: 2px solid #000;
}

.register-body .register .left ul li:not(:first-of-type)::before {
  content: "";
  display: block;
  width: 4px;
  height: 51px;
  background: #000000;
  position: absolute;
  bottom: 58px;
  left: 28px;
}

.register-body .register .left ul li.active {
  -webkit-box-shadow: 0 0 10px var(--primaryColor);
  box-shadow: 0 0 10px var(--primaryColor);
  border: 2px solid var(--primaryColor);
  color: var(--primaryColor);
}

.register-body .register .left ul li.done {
  border: 2px solid var(--primaryColor);
  color: var(--primaryColor);
  -webkit-box-shadow: 0 0 10px var(--primaryColor);
  box-shadow: 0 0 10px var(--primaryColor);
}

.register-body .register .left ul li.done::before {
  background: var(--primaryColor);
}

.register-body .register .content .head {
  color: var(--primaryColor);
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-shadow: 0px 5px 43px rgba(255, 255, 0, 0.3);
}

.register-body .register .content .caption {
  color: #fff;
  letter-spacing: 3.5px;
  font-weight: bold;
  margin-bottom: 2em;
}

.dateOfBirthText {
  text-align: center;
  color: white;
  font-size: 1.2em;
}

.register-body .register .right .globalForm {
  display: none;
}

.register-body .register .right .globalForm.active {
  display: block;
}

.register-body .register .right .globalForm h3 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0px 5px 43px rgba(255, 255, 255, 0.5);
}

.register-body .register .right .globalForm form .notes {
  margin: 10px 0;
}

.register-body .register .right .globalForm form .notes ul {
  list-style: square;
  padding: 5px 25px;
}

.register-body .register .right .globalForm form .notes ul li {
  color: #fff;
  text-align: right;
  margin: 10px 0;
  word-spacing: 2px;
}

.register-body .register .right .globalForm form .submit {
  text-align: right;
}

.register-body .register .right .globalForm form .submit .next,
.register-body .register .right .globalForm form .submit button,
.register-body .register .right .globalForm form .submit .cancel {
  background-color: #000;
  border: 1px solid transparent;
  color: var(--primaryColor);
  margin: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: normal;
}

.register-body .register .right .globalForm form .submit .next:hover,
.register-body .register .right .globalForm form .submit button:hover,
.register-body .register .right .globalForm form .submit .cancel:hover {
  background-color: #302f2f;
  color: var(--primaryColor);
  font-weight: normal;
  border: 1px solid var(--primaryColor);
}

.register-body .register .right .globalForm form .submit .next i,
.register-body .register .right .globalForm form .submit button i,
.register-body .register .right .globalForm form .submit .cancel i {
  font-size: 14px;
  margin-left: 3px;
}

.register-body .register .right .globalForm form .submit .prev i {
  margin-left: 0;
  margin-right: 3px;
}

.register-body .register .right .step-one-form select {
  margin: 10px;
}

.register-body .register .right .step-one-form input {
  margin: 10px;
  font-weight: bold;
}

.register-body .register .right .step-one-form input::-webkit-input-placeholder {
  font-weight: normal;
}

.register-body .register .right .step-one-form input:-ms-input-placeholder {
  font-weight: normal;
}

.register-body .register .right .step-one-form input::-ms-input-placeholder {
  font-weight: normal;
}

.register-body .register .right .step-one-form input::placeholder {
  font-weight: normal;
}

.register-body .register .right .step-two-form input {
  margin: 10px;
  font-weight: bold;
}

.register-body .register .right .step-two-form input::-webkit-input-placeholder {
  font-weight: normal;
}

.register-body .register .right .step-two-form input:-ms-input-placeholder {
  font-weight: normal;
}

.register-body .register .right .step-two-form input::-ms-input-placeholder {
  font-weight: normal;
}

.register-body .register .right .step-two-form input::placeholder {
  font-weight: normal;
}

.register-body .register .right .step-two-form select {
  margin: 10px;
}

.register-body .register .right .step-two-form .cardImage input {
  display: none;
}

.register-body .register .right .step-two-form .cardImage label {
  background-color: #000;
  border: 1px solid transparent;
  color: var(--primaryColor);
  padding: 10px;
  margin: 10px;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.register-body .register .right .step-two-form .cardImage label:hover {
  background-color: #302f2f;
  color: var(--primaryColor);
  font-weight: normal;
  border: 1px solid var(--primaryColor);
}

.register-body .register .right .step-two-form .cardImage img {
  width: 100%;
  display: none;
  border-radius: 20px;
}

.register-body .register .right .step-three-from input {
  margin: 10px;
  font-weight: bold;
}

.register-body .register .right .step-three-from input::-webkit-input-placeholder {
  font-weight: normal;
}

.register-body .register .right .step-three-from input:-ms-input-placeholder {
  font-weight: normal;
}

.register-body .register .right .step-three-from input::-ms-input-placeholder {
  font-weight: normal;
}

.register-body .register .right .step-three-from input::placeholder {
  font-weight: normal;
}

.register-body .register .right .step-three-from .pass i {
  position: absolute;
  right: 12px;
  top: 21px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .register-body .register .left {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .register-body .register {
    margin: 2em 0;
  }

  .register-body .register .content .head {
    font-size: 3rem;
  }

  .register-body .register .content .caption {
    letter-spacing: 1.5px;
  }

  .register-body .register .right .step-one-form input {
    margin: 10px 0;
  }
}

@media (max-width: 479.98px) {
  .register-body .register .content .head {
    font-size: 2rem;
  }
}

.BlogPage {
  background-color: #222627;
  color: #fff;
}

.BlogPage .blog .blogStatisticalTrend {
  padding: 4em 0;
}

.BlogPage .blog .blogStatisticalTrend ::-webkit-scrollbar-track {
  background: #121212;
}

.BlogPage .blog .blogStatisticalTrend .owl-dots {
  margin-top: 1.5em;
}

.BlogPage .blog .blogStatisticalTrend .owl-dots .owl-dot {
  outline: none !important;
  margin: 1.5em 0 0;
}

.BlogPage .blog .blogStatisticalTrend .owl-dots .owl-dot span {
  background-color: rgba(166, 166, 166, 0.5) !important;
  width: 13px !important;
  height: 13px !important;
  -webkit-transition: 400ms linear !important;
  transition: 400ms linear !important;
}

.BlogPage .blog .blogStatisticalTrend .owl-dots .owl-dot span:hover {
  background-color: #db4437 !important;
}

.BlogPage .blog .blogStatisticalTrend .owl-dots .owl-dot.active span {
  background-color: #db4437 !important;
}

.BlogPage .blog .blogStatisticalTrend .heading h2 {
  font-size: 3.125rem;
  color: #fff;
  text-shadow: 0px 5px 43px rgba(229, 173, 46, 0.7);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

@media (max-width: 500px) {
  .BlogPage .blog .blogStatisticalTrend .heading h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 479.98px) {
  .BlogPage .blog .blogStatisticalTrend .heading h2 {
    font-size: 2.125rem;
  }
}

.BlogPage .blog .blogStatisticalTrend .heading .line {
  position: relative;
  width: 200px;
  height: 1px;
  background-color: #4e5152;
  margin: 0 auto;
  z-index: -1;
}

.BlogPage .blog .blogStatisticalTrend .heading .line::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #db4437;
  bottom: 0;
  left: 25%;
  z-index: 2;
}

.BlogPage .blog .blogStatisticalTrend .countryFilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2em;
}

.BlogPage .blog .blogStatisticalTrend .countryFilter .countries,
.BlogPage .blog .blogStatisticalTrend .countryFilter .provinces,
.BlogPage .blog .blogStatisticalTrend .countryFilter .areas {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
  background-color: #121212;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #a6a6a6;
  font-weight: bold;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6px 10px;
  -webkit-box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
  box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
}

.BlogPage .blog .blogStatisticalTrend .countryFilter .countries ul li .fa-globe-americas,
.BlogPage .blog .blogStatisticalTrend .countryFilter .provinces ul li .fa-globe-americas,
.BlogPage .blog .blogStatisticalTrend .countryFilter .areas ul li .fa-globe-americas {
  color: #0e6faf;
  font-size: 20px;
}

.BlogPage .blog .blogStatisticalTrend .countryFilter .countries .hidden-list,
.BlogPage .blog .blogStatisticalTrend .countryFilter .provinces .hidden-list,
.BlogPage .blog .blogStatisticalTrend .countryFilter .areas .hidden-list {
  cursor: pointer;
  margin-left: 10px;
  width: 100%;
}

.BlogPage .blog .blogStatisticalTrend .countryFilter .countries .hidden-list li,
.BlogPage .blog .blogStatisticalTrend .countryFilter .provinces .hidden-list li,
.BlogPage .blog .blogStatisticalTrend .countryFilter .areas .hidden-list li {
  display: none;
}

.BlogPage .blog .blogStatisticalTrend .countryFilter .countries .hidden-list li.selected,
.BlogPage .blog .blogStatisticalTrend .countryFilter .provinces .hidden-list li.selected,
.BlogPage .blog .blogStatisticalTrend .countryFilter .areas .hidden-list li.selected {
  display: block;
}

.BlogPage .blog .blogStatisticalTrend .countryFilter .countries .slideMenu,
.BlogPage .blog .blogStatisticalTrend .countryFilter .provinces .slideMenu,
.BlogPage .blog .blogStatisticalTrend .countryFilter .areas .slideMenu {
  height: 195px;
  position: absolute;
  background-color: #121212;
  z-index: 3;
  top: 40px;
  padding: 0.625em 1.25em;
  border-radius: 0 0 0 25px;
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
  box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
  overflow-y: scroll;
}

.BlogPage .blog .blogStatisticalTrend .countryFilter .countries .slideMenu input,
.BlogPage .blog .blogStatisticalTrend .countryFilter .provinces .slideMenu input,
.BlogPage .blog .blogStatisticalTrend .countryFilter .areas .slideMenu input {
  height: calc(1em + 0.75rem + 2px);
  background-color: #181b1b;
  color: #fff;
  border: 1px solid #000;
}

.BlogPage .blog .blogStatisticalTrend .countryFilter .countries .slideMenu input::-webkit-input-placeholder,
.BlogPage .blog .blogStatisticalTrend .countryFilter .provinces .slideMenu input::-webkit-input-placeholder,
.BlogPage .blog .blogStatisticalTrend .countryFilter .areas .slideMenu input::-webkit-input-placeholder {
  color: #fff;
}

.BlogPage .blog .blogStatisticalTrend .countryFilter .countries .slideMenu input:-ms-input-placeholder,
.BlogPage .blog .blogStatisticalTrend .countryFilter .provinces .slideMenu input:-ms-input-placeholder,
.BlogPage .blog .blogStatisticalTrend .countryFilter .areas .slideMenu input:-ms-input-placeholder {
  color: #fff;
}

.BlogPage .blog .blogStatisticalTrend .countryFilter .countries .slideMenu input::-ms-input-placeholder,
.BlogPage .blog .blogStatisticalTrend .countryFilter .provinces .slideMenu input::-ms-input-placeholder,
.BlogPage .blog .blogStatisticalTrend .countryFilter .areas .slideMenu input::-ms-input-placeholder {
  color: #fff;
}

.BlogPage .blog .blogStatisticalTrend .countryFilter .countries .slideMenu input::placeholder,
.BlogPage .blog .blogStatisticalTrend .countryFilter .provinces .slideMenu input::placeholder,
.BlogPage .blog .blogStatisticalTrend .countryFilter .areas .slideMenu input::placeholder {
  color: #fff;
}

.BlogPage .blog .blogStatisticalTrend .countryFilter .countries .slideMenu li,
.BlogPage .blog .blogStatisticalTrend .countryFilter .provinces .slideMenu li,
.BlogPage .blog .blogStatisticalTrend .countryFilter .areas .slideMenu li {
  padding: 0 0.625em;
  margin: 0.625em 0;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  cursor: pointer;
}

.BlogPage .blog .blogStatisticalTrend .countryFilter .countries .slideMenu li:hover,
.BlogPage .blog .blogStatisticalTrend .countryFilter .provinces .slideMenu li:hover,
.BlogPage .blog .blogStatisticalTrend .countryFilter .areas .slideMenu li:hover {
  background-color: #db4437;
  color: #fff;
  border-radius: 25px;
  padding: 0 0.925em;
}

.BlogPage .blog .blogStatisticalTrend .countryFilter .countries .slideMenu li.active,
.BlogPage .blog .blogStatisticalTrend .countryFilter .provinces .slideMenu li.active,
.BlogPage .blog .blogStatisticalTrend .countryFilter .areas .slideMenu li.active {
  background-color: #db4437;
  border-radius: 25px;
  padding: 0 0.625em;
  color: #fff;
}

.BlogPage .blog .blogStatisticalTrend .countryFilter .countries .slideMenu li i,
.BlogPage .blog .blogStatisticalTrend .countryFilter .provinces .slideMenu li i,
.BlogPage .blog .blogStatisticalTrend .countryFilter .areas .slideMenu li i {
  margin-right: 5px;
}

.BlogPage .blog .blogStatisticalTrend .countryFilter .countries .countriesList,
.BlogPage .blog .blogStatisticalTrend .countryFilter .provinces .countriesList,
.BlogPage .blog .blogStatisticalTrend .countryFilter .areas .countriesList {
  width: 93%;
}

.BlogPage .blog .blogStatisticalTrend .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 3em;
  font-family: roboto, sans-serif;
}

.BlogPage .blog .blogStatisticalTrend .card-image {
  height: 210px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.BlogPage .blog .blogStatisticalTrend .card-image:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.BlogPage .blog .blogStatisticalTrend .card-image img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.BlogPage .blog .blogStatisticalTrend .card-image .videoTime {
  display: inline-block;
  position: absolute;
  right: 25px;
  bottom: 20px;
  background-color: #000;
  padding: 6px 12px;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  z-index: 79;
}

.BlogPage .blog .blogStatisticalTrend .card-body {
  padding: 1em 0;
}

.BlogPage .blog .blogStatisticalTrend .card-body .date {
  font-size: 0.875rem;
  margin-left: 6%;
  color: #a6a6a6;
}

.BlogPage .blog .blogStatisticalTrend .card-body a {
  height: 60px;
  max-height: 100%;
  overflow: hidden;
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 1.25rem;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.BlogPage .blog .blogStatisticalTrend .card-body a:hover,
.BlogPage .blog .blogStatisticalTrend .card-body a :focus {
  color: #db4437;
}

.BlogPage .blog .blogStatisticalTrend .statistical-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.BlogPage .blog .blogStatisticalTrend .statistical-icons ul li:not(:first-child) {
  margin-left: 0.938em;
}

.BlogPage .blog .blogStatisticalTrend .statistical-icons ul li i {
  color: #a6a6a6;
  font-size: 0.875rem;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  cursor: pointer;
}

.BlogPage .blog .blogStatisticalTrend .statistical-icons ul li i:hover {
  color: #db4437;
}

.BlogPage .blog .blogStatisticalTrend .owl-nav {
  margin: 0;
}

.BlogPage .blog .blogStatisticalTrend .owl-nav button {
  position: absolute;
  top: 50%;
  outline: none;
  opacity: 0.5;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.BlogPage .blog .blogStatisticalTrend .owl-nav button:hover {
  background-color: transparent;
  opacity: 1;
  color: #db4437;
}

.BlogPage .blog .blogStatisticalTrend .owl-nav button:first-child {
  left: -40px;
}

.BlogPage .blog .blogStatisticalTrend .owl-nav button:last-child {
  right: -40px;
}

.BlogPage .blog .blogStatisticalTrend .owl-nav button span {
  font-size: 65px;
  background-color: transparent;
  outline: none;
}

@media (min-width: 1200px) {
  .BlogPage .blog .blogStatisticalTrend .owl-nav button {
    -webkit-transform: translateY(-130%) !important;
    transform: translateY(-130%) !important;
  }
}

@media (max-width: 1999.98px) {
  .BlogPage .blog .blogStatisticalTrend .owl-nav button {
    -webkit-transform: translateY(-115%);
    transform: translateY(-115%);
  }
}

@media (max-width: 991.98px) {
  .BlogPage .blog .blogStatisticalTrend .owl-nav button {
    -webkit-transform: translateY(-130%);
    transform: translateY(-130%);
  }
}

@media (max-width: 600px) {
  .BlogPage .blog .blogStatisticalTrend .owl-nav {
    display: none !important;
  }
}

.BlogPage .blog .missionsTheory {
  font-family: roboto, sans-serif;
  margin-bottom: 7em;
}

.BlogPage .blog .missionsTheory .container .heading {
  margin-bottom: 3em;
}

.BlogPage .blog .missionsTheory .container .heading .missionTitle {
  font-size: 3.125rem;
  color: #fff;
  text-shadow: 0px 5px 43px rgba(229, 173, 46, 0.7);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

@media (max-width: 500px) {
  .BlogPage .blog .missionsTheory .container .heading .missionTitle {
    font-size: 2.5rem;
  }
}

@media (max-width: 479.98px) {
  .BlogPage .blog .missionsTheory .container .heading .missionTitle {
    font-size: 2.125rem;
  }
}

.BlogPage .blog .missionsTheory .container .heading .line {
  position: relative;
  width: 200px;
  height: 1px;
  background-color: #4e5152;
  margin: 0 auto;
  z-index: -1;
}

.BlogPage .blog .missionsTheory .container .heading .line::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #db4437;
  bottom: 0;
  left: 25%;
  z-index: 2;
}

.BlogPage .blog .missionsTheory .container .mySlider .row>div {
  padding: 0;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox {
  height: 500px;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li {
  display: none;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(90%, rgba(21, 20, 20, 0.32)), to(rgba(0, 0, 0, 0.28)));
  background: linear-gradient(to top, black 0%, rgba(21, 20, 20, 0.32) 90%, rgba(0, 0, 0, 0.28) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo {
  max-height: 500px;
  overflow-y: scroll;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo button {
  border: none;
  outline: none;
  padding: 0;
  color: #fff;
  border-radius: 4px;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo .uplode {
  width: 50%;
  margin: 20px 0;
  height: 200px;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo .uplode img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo a {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  margin: 20px 0;
  width: 80%;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo a:hover {
  color: #db4437;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo p {
  margin: 15px 0;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 30%;
  color: #fff;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo .post-meta span i {
  color: #a6a6a6;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo .post-meta span i:hover {
  color: #db4437;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li:first-child {
  background: url(../../images/gaming.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li:nth-child(2) {
  background: url(../../images/statistical03.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li:nth-child(3) {
  background: url(../../images/auther.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li:nth-child(4) {
  background: url(../../images/statistical04.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li:nth-child(5) {
  background: url(../../images/statistical05.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li:nth-child(6) {
  background: url(../../images/hero_1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li:last-child {
  background: url(../../images/charity.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li.active {
  display: block;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .rightBox {
  background-color: #393c3d;
  min-height: 500px;
  max-height: 500px;
  overflow-y: scroll;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .rightBox li {
  border-left: 4px solid #393c3d;
  position: relative;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .rightBox li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  cursor: pointer;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .rightBox li a img {
  width: 110px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .rightBox li a .imgInfo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 20px;
  padding-top: 5px;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .rightBox li a .imgInfo h6 {
  color: #fff;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .rightBox li a .imgInfo .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .rightBox li a .imgInfo .post-meta button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .rightBox li a .imgInfo .post-meta span i {
  color: #a6a6a6;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .rightBox li a .imgInfo .post-meta span i:hover {
  color: #db4437;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .rightBox li.active {
  border-left-color: #db4437;
}

.BlogPage .blog .missionsTheory .container .mySlider .row .rightBox li.active a {
  background-color: #4d5051;
}

.BlogPage .blog .our-charity {
  padding: 0 0 10em;
}

.BlogPage .blog .our-charity .heading h2 {
  font-size: 3.125rem;
  color: #fff;
  text-shadow: 0px 5px 43px rgba(229, 173, 46, 0.7);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

@media (max-width: 500px) {
  .BlogPage .blog .our-charity .heading h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 479.98px) {
  .BlogPage .blog .our-charity .heading h2 {
    font-size: 2.125rem;
  }
}

.BlogPage .blog .our-charity .heading .line {
  position: relative;
  width: 200px;
  height: 1px;
  background-color: #4e5152;
  margin: 0 auto;
  z-index: -1;
}

.BlogPage .blog .our-charity .heading .line::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #db4437;
  bottom: 0;
  left: 25%;
  z-index: 2;
}

.BlogPage .blog .our-charity .master {
  font-family: roboto, sans-serif;
  margin: 40px 0;
  background-size: cover;
  max-height: 550px;
  overflow-y: scroll;
  padding: 30px;
  display: none;
}

.BlogPage .blog .our-charity .master h4 {
  width: 80%;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 2em;
  line-height: 1.7;
}

.BlogPage .blog .our-charity .master h4:hover {
  color: #db4437;
}

.BlogPage .blog .our-charity .master .img-wrapper {
  width: 60%;
  height: 74%;
  margin: 0 1em 0 0;
  float: left;
}

.BlogPage .blog .our-charity .master .img-wrapper img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-box-shadow: 0 0 10px rgba(158, 158, 158, 0.5);
  box-shadow: 0 0 10px rgba(158, 158, 158, 0.5);
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.BlogPage .blog .our-charity .master p {
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.7;
  word-spacing: 1px;
}

.BlogPage .blog .our-charity .master p:first-child {
  margin: 3em 0 0;
}

.BlogPage .blog .our-charity .master button {
  border: none;
  outline: none;
  padding: 1px 14px;
  color: #fff;
  border-radius: 4px;
}

.BlogPage .blog .our-charity .master .post-meta {
  width: 20%;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.BlogPage .blog .our-charity .master .post-meta button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.BlogPage .blog .our-charity .master .post-meta li {
  margin-right: 30px;
}

.BlogPage .blog .our-charity .master .post-meta li i {
  color: #a6a6a6;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
}

.BlogPage .blog .our-charity .master .post-meta li i:hover {
  color: #db4437;
}

.BlogPage .blog .our-charity .master.master-one {
  background-image: url("../../images/auther.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: overlay;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.BlogPage .blog .our-charity .master.master-two {
  background-image: url("../../images/gaming.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: overlay;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.BlogPage .blog .our-charity .master.master-three {
  background-image: url("../../images/statistical03.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: overlay;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.BlogPage .blog .our-charity .master.master-four {
  background-image: url("../../images/statistical04.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: overlay;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.BlogPage .blog .our-charity .master.master-five {
  background-image: url("../../images/statistical05.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: overlay;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.BlogPage .blog .our-charity .master.master-six {
  background-image: url("../../images/charity.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: overlay;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.BlogPage .blog .our-charity .master.master-active {
  display: block;
}

.BlogPage .blog .our-charity .charity-slider {
  font-family: roboto, sans-serif;
}

.BlogPage .blog .our-charity .charity-slider .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.BlogPage .blog .our-charity .charity-slider .owl-nav button {
  position: absolute;
  top: 35%;
  outline: none;
  opacity: 0.5;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.BlogPage .blog .our-charity .charity-slider .owl-nav button:hover {
  background-color: transparent;
  opacity: 1;
  color: #db4437;
}

.BlogPage .blog .our-charity .charity-slider .owl-nav button:first-child {
  left: -40px;
}

.BlogPage .blog .our-charity .charity-slider .owl-nav button:last-child {
  right: -20px;
}

.BlogPage .blog .our-charity .charity-slider .owl-nav button span {
  font-size: 65px;
  background-color: transparent;
  outline: none;
}

@media (max-width: 991.98px) {
  .BlogPage .blog .our-charity .charity-slider .owl-nav button:first-child {
    left: -50px;
  }

  .BlogPage .blog .our-charity .charity-slider .owl-nav button:last-child {
    right: -30px;
  }
}

@media (max-width: 767.98px) {
  .BlogPage .blog .our-charity .charity-slider .owl-nav {
    display: none !important;
  }
}

.BlogPage .blog .our-charity .charity-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.BlogPage .blog .our-charity .charity-slider .owl-carousel .owl-item .item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(0.8);
  filter: grayscale(0.8);
  cursor: pointer;
  color: #a6a6a6;
}

.BlogPage .blog .our-charity .charity-slider .owl-carousel .owl-item .item .item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  border: 1px solid #a6a6a6;
  height: 100%;
}

.BlogPage .blog .our-charity .charity-slider .owl-carousel .owl-item .item .item-content span {
  margin-bottom: 0;
  color: #a6a6a6;
}

.BlogPage .blog .our-charity .charity-slider .owl-carousel .owl-item .item .item-content p {
  margin: 1.5em 0;
  font-weight: bold;
  line-height: 1.7;
}

.BlogPage .blog .our-charity .charity-slider .owl-carousel .owl-item .item .item-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.BlogPage .blog .our-charity .charity-slider .owl-carousel .owl-item .item .item-content ul li {
  margin-right: 1em;
}

.BlogPage .blog .our-charity .charity-slider .owl-carousel .owl-item .item .item-content ul li i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #a6a6a6;
  cursor: pointer;
}

.BlogPage .blog .our-charity .charity-slider .owl-carousel .owl-item .item .item-content ul li i:hover {
  color: #db4437;
}

.BlogPage .blog .our-charity .charity-slider .owl-carousel .owl-item .item.selected {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  color: #fff;
}

.BlogPage .blog .our-charity .charity-slider .owl-carousel .owl-item .item.selected .item-img img {
  border: 1px solid #fff;
}

.BlogPage .blog .our-charity .charity-slider .owl-carousel .owl-item .item.selected .item-content span {
  color: #fff;
}

.BlogPage .blog .our-charity .charity-slider .owl-carousel .owl-item .item.selected .item-content ul li i {
  color: #fff;
}

.BlogPage .blog .our-charity .charity-slider .owl-carousel .owl-item .item.selected .item-content ul li i:hover {
  color: #db4437;
}

@media (min-width: 1200px) {
  .our-charity .charity-slider .owl-carousel .owl-item {
    display: inline-grid;
    float: none;
    width: 545px !important;
    margin: 30px 10px 0 0;
  }
}

@media (max-width: 1199.98px) {

  .BlogPage .blog .blogStatisticalTrend .countryFilter .countries,
  .BlogPage .blog .blogStatisticalTrend .countryFilter .provinces,
  .BlogPage .blog .blogStatisticalTrend .countryFilter .areas {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .BlogPage .blog .blogStatisticalTrend .card-body .total {
    padding: 0 0.5em;
  }

  .BlogPage .blog .blogStatisticalTrend .card-body .date {
    margin-left: 3%;
  }

  .BlogPage .blog .blogStatisticalTrend .statistical-icons ul li:not(:first-child) {
    margin-left: 0.838em;
  }

  .BlogPage .blog .our-charity .master .img-wrapper {
    height: 60%;
  }

  .BlogPage .blog .our-charity .charity-slider .owl-carousel .owl-item {
    display: inline-grid;
    float: none;
    margin: 30px 10px 0 0;
    width: 455px !important;
    color: rgba(255, 255, 255, 0.5);
  }
}

@media (max-width: 991.98px) {

  .BlogPage .blog .blogStatisticalTrend .countryFilter .countries,
  .BlogPage .blog .blogStatisticalTrend .countryFilter .provinces,
  .BlogPage .blog .blogStatisticalTrend .countryFilter .areas {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .BlogPage .blog .blogStatisticalTrend .card {
    margin-top: 2em;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .leftBox {
    height: auto;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo .uplode {
    width: 100%;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .postContent .imgInfo {
    padding: 10px;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .postContent .imgInfo a {
    font-size: 15px;
    width: 100%;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .postContent .imgInfo .post-meta {
    width: 70%;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .postContent .videoPlayer {
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 2px 0 0 5px;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .postContent .videoPlayer i {
    font-size: 20px;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .rightBox {
    min-height: 300px;
    max-height: 300px;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .rightBox li a {
    padding: 10px;
  }

  .BlogPage .blog .our-charity .master h4 {
    font-size: 20px;
    width: 100%;
    margin-bottom: 2em;
  }

  .BlogPage .blog .our-charity .master .img-wrapper {
    width: 55%;
    height: 40%;
  }

  .BlogPage .blog .our-charity .charity-slider .owl-carousel .owl-item {
    margin: 30px 4px 0;
    width: 335px !important;
  }

  .BlogPage .blog .our-charity .charity-slider .owl-carousel .item .item-img {
    width: 80%;
  }

  .BlogPage .blog .our-charity .charity-slider .owl-carousel .item .item-content {
    width: 85%;
  }

  .BlogPage .blog .our-charity .charity-slider .owl-carousel .item .item-content span {
    margin-top: 1em;
  }

  .BlogPage .blog .our-charity .charity-slider .owl-carousel .item .item-content p {
    margin: 0.5em 0;
    line-height: 1.5;
  }
}

@media (max-width: 767.98px) {
  .BlogPage .blog .blogStatisticalTrend {
    padding: 4em 0;
  }

  .BlogPage .blog .blogStatisticalTrend .countryFilter {
    -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;
  }

  .BlogPage .blog .blogStatisticalTrend .countryFilter .countries,
  .BlogPage .blog .blogStatisticalTrend .countryFilter .provinces,
  .BlogPage .blog .blogStatisticalTrend .countryFilter .areas {
    margin-top: 1em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .BlogPage .blog .blogStatisticalTrend .card {
    margin-top: 2em;
  }

  .BlogPage .blog .blogStatisticalTrend .statistical-icons ul li:not(:first-child) {
    margin-left: auto;
  }

  .BlogPage .blog .blogStatisticalTrend .statistical-icons ul li i {
    font-size: 1.1rem;
  }

  .BlogPage .blog .missionsTheory {
    margin-bottom: 4em;
  }

  .BlogPage .blog .missionsTheory .container {
    padding: 0 30px;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo {
    max-height: 400px;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo a {
    width: 100%;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo .post-meta {
    width: 100%;
  }

  .BlogPage .blog .our-charity .padding-fix {
    padding: 1em;
  }

  .BlogPage .blog .our-charity .master .img-wrapper {
    float: none;
    width: 100%;
    height: 55%;
    margin-bottom: 2em;
  }

  .BlogPage .blog .our-charity .charity-slider .owl-carousel .owl-item {
    width: 500px !important;
  }

  .BlogPage .blog .our-charity .charity-slider .owl-carousel .item .item-img {
    width: 50%;
  }

  .BlogPage .blog .our-charity .charity-slider .owl-carousel .item .item-content {
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .BlogPage .blog .blogStatisticalTrend {
    padding: 2em 0;
  }

  .BlogPage .blog .blogStatisticalTrend .countryFilter {
    -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;
  }

  .BlogPage .blog .blogStatisticalTrend .countryFilter .countries,
  .BlogPage .blog .blogStatisticalTrend .countryFilter .provinces,
  .BlogPage .blog .blogStatisticalTrend .countryFilter .areas {
    margin-top: 1em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .BlogPage .blog .blogStatisticalTrend .statistical-icons ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .BlogPage .blog .blogStatisticalTrend .statistical-icons ul li {
    margin: auto !important;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo a {
    font-size: 20px;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo p {
    font-size: 14px;
  }

  .BlogPage .blog .our-charity {
    padding: 0 0 3em;
  }

  .BlogPage .blog .our-charity .master {
    max-height: 450px;
  }

  .BlogPage .blog .our-charity .master h4 {
    font-size: 18px;
  }

  .BlogPage .blog .our-charity .master .img-wrapper {
    height: 60%;
  }

  .BlogPage .blog .our-charity .master p {
    font-size: 15px;
  }

  .BlogPage .blog .our-charity .owl-stage-outer {
    height: 1110px;
    overflow-y: scroll;
  }
}

@media (max-width: 479.98px) {
  .BlogPage .blog .blogStatisticalTrend {
    padding: 3em 0;
  }

  .BlogPage .blog .blogStatisticalTrend .countryFilter {
    -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;
  }

  .BlogPage .blog .blogStatisticalTrend .countryFilter .countries,
  .BlogPage .blog .blogStatisticalTrend .countryFilter .provinces,
  .BlogPage .blog .blogStatisticalTrend .countryFilter .areas {
    margin-top: 1em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }

  .BlogPage .blog .blogStatisticalTrend .card {
    margin-top: 2em;
  }

  .BlogPage .blog .blogStatisticalTrend .card-body a {
    font-size: 1rem;
  }

  .BlogPage .blog .blogStatisticalTrend .card-image {
    height: 160px;
  }

  .BlogPage .blog .blogStatisticalTrend .statistical-icons ul li i {
    font-size: 1rem;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo {
    max-height: 330px;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo .uplode {
    height: 150px;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo a {
    font-size: 1rem;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .leftBox li .imgInfo p {
    font-size: 13px;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .rightBox li a img {
    width: 100px;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .rightBox li a .imgInfo h6 {
    font-size: 14px;
  }

  .BlogPage .blog .missionsTheory .container .mySlider .row .rightBox li a .imgInfo .post-meta span i {
    font-size: 13px;
  }

  .BlogPage .blog .our-charity .padding-fix {
    padding: 10px;
  }

  .BlogPage .blog .our-charity .master {
    padding: 12px;
    max-height: 400px;
  }

  .BlogPage .blog .our-charity .master h4 {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 1em;
  }

  .BlogPage .blog .our-charity .master .img-wrapper {
    height: 44%;
    margin-bottom: 1em;
  }

  .BlogPage .blog .our-charity .master p {
    font-size: 14px;
    font-weight: normal;
  }

  .BlogPage .blog .our-charity .charity-slider .owl-carousel .owl-stage-outer {
    overflow: visible;
  }

  .BlogPage .blog .our-charity .charity-slider .owl-carousel .owl-stage {
    margin-top: -30px;
  }

  .BlogPage .blog .our-charity .charity-slider .owl-carousel .owl-item {
    width: 276px !important;
  }

  .BlogPage .blog .our-charity .charity-slider .owl-carousel .item {
    padding: 5px;
  }

  .BlogPage .blog .our-charity .charity-slider .owl-carousel .item .item-img {
    width: 45%;
    padding: 0;
  }

  .BlogPage .blog .our-charity .charity-slider .owl-carousel .item .item-content {
    width: 50%;
    padding: 0;
    margin: 0 0 0 10px;
  }

  .BlogPage .blog .our-charity .charity-slider .owl-carousel .item .item-content span {
    font-size: 13px;
    margin: 0;
  }

  .BlogPage .blog .our-charity .charity-slider .owl-carousel .item .item-content p {
    font-size: 13px;
    font-weight: normal;
  }

  .BlogPage .blog .our-charity .charity-slider .owl-carousel .item .item-content ul li i {
    font-size: 13px;
  }
}

.welcomeEarlyAdaptorPage {
  background: #222627;
}

.welcomeEarlyAdaptorPage .popUpContainer {
  background: #000000c9;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.welcomeEarlyAdaptorPage .popUpContainer .popUpMenu {
  background: #222627;
  position: absolute;
  width: 80%;
  height: 85%;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px;
  border-radius: 20px;
}

.welcomeEarlyAdaptorPage .popUpContainer .popUpMenu i {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: gray;
}

.welcomeEarlyAdaptorPage .popUpContainer .popUpMenu i:hover {
  color: #fff;
}

.welcomeEarlyAdaptorPage .popUpContainer .popUpMenu img {
  display: block;
  width: 90%;
  margin: 10px auto;
  width: 80%;
  height: 70%;
  border-radius: 20px;
}

.welcomeEarlyAdaptorPage .popUpContainer .popUpMenu p {
  color: #fff;
  margin: 20px auto;
  width: 95%;
  line-height: 1.8;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud {
  padding: 10px 50px;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .welcomeHeader {
  margin-bottom: 100px;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .welcomeHeader h2 {
  text-align: center;
  color: #fff;
  font-size: 8vmin;
  text-shadow: 0px 5px 43px #e5ad2e;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .welcomeHeader hr {
  background-color: #fff;
  margin: 2em 7em;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow {
  margin-bottom: 100px;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr {
  font-family: "Acme", sans-serif;
  padding: 0;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .theWorld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #181b1b;
  padding: 0.7em;
  border-radius: 25px 0;
  margin: auto;
  -webkit-box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
  box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .theWorld h4 {
  margin: auto 0 auto 0;
  color: #2ecc71;
  text-shadow: 0px 5px 43px rgba(46, 204, 113, 0.3);
  border-right: 1px solid #fff;
  padding-right: 15px;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .theWorld span {
  font-size: 1rem;
  font-weight: bold;
  margin: auto 0 auto 0;
  letter-spacing: 2px;
  color: #a6a6a6;
  padding-left: 15px;
}

@media (max-width: 1999.98px) {
  .welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .theWorld h4 {
    font-size: 15px;
  }

  .welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .theWorld span {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .theWorld h4 {
    font-size: 19px;
  }

  .welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .theWorld span {
    font-size: 19px;
  }
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1em 0 0;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .search-form .orr-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .search-form .orr-form .form-control {
  width: 180px;
  position: relative;
  background-color: #181b1b;
  border: none;
  border-radius: 25px 0;
  outline: none;
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
  box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .search-form .orr-form .form-control:hover::-webkit-input-placeholder,
.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .search-form .orr-form .form-control:focus::-webkit-input-placeholder {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .search-form .orr-form .form-control:hover:-ms-input-placeholder,
.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .search-form .orr-form .form-control:focus:-ms-input-placeholder {
  transition-duration: 0.3s;
  color: #fff;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .search-form .orr-form .form-control:hover::-ms-input-placeholder,
.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .search-form .orr-form .form-control:focus::-ms-input-placeholder {
  transition-duration: 0.3s;
  color: #fff;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .search-form .orr-form .form-control:hover::placeholder,
.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .search-form .orr-form .form-control:focus::placeholder {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .search-form .orr-form button {
  background-color: #181b1b;
  border: 1px solid #181b1b;
  color: #6c757d;
  border-radius: 50%;
  padding: 0 0.625em;
  outline: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
  box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .search-form .orr-form button:hover,
.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .search-form .orr-form button :focus {
  color: #fff;
  background-color: #282626;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .accordionsUp {
  height: 100%;
  max-height: 700px;
  margin-top: 1em;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .accordionsUp .cards {
  overflow-y: scroll;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .accordionsUp .cards .card {
  background-color: #181b1b;
  margin: 0.625em;
  border-radius: 25px 0 !important;
  -webkit-box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
  box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
  margin-bottom: 2em;
  overflow: hidden;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .accordionsUp .cards .card .card-header {
  padding: 0.2rem 1.25rem;
  border-bottom: 1px solid rgba(238, 234, 234, 0.125);
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .accordionsUp .cards .card .card-header h2 .btn-link {
  color: #fff;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .accordionsUp .cards .card .card-header h2 .btn-link p {
  font-weight: bold;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .accordionsUp .cards .card .card-header h2 .btn-link p:first-child {
  text-shadow: 0px 5px 43px rgba(52, 152, 219, 0.3);
  color: #3498db;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .accordionsUp .cards .card .card-header h2 .btn-link p:last-child {
  color: #e74c3c;
  text-shadow: 0px 5px 43px rgba(231, 76, 60, 0.3);
  letter-spacing: 2px;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .accordionsUp .cards .card .card-header h2 .btn-link .seperator {
  background-color: #fff;
  width: 2px;
  height: 25px;
  border: 1px solid #fff;
  margin: 0 25px 0;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .accordionsUp .cards .card .card-body {
  color: #fff;
  overflow-y: scroll;
  height: 200px;
  margin-top: 15px;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .accordionsUp .cards .card .card-body p {
  margin: 0 0 10px;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .accordionsUp .cards .card .card-body span {
  color: #b461d6;
  display: block;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .accordionsUp .cards .card .card-body .select-box {
  display: inline-block;
  width: 30%;
  background-color: #121212;
  border: none;
  margin-bottom: 10px;
  border-radius: 25px;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .accordionsUp .cards .card .card-body .select-box:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox {
    margin-bottom: 70px;
  }
}

@media (max-width: 479.98px) {
  .welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .theWorld h4 {
    font-size: 13px;
  }

  .welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .theWorld span {
    font-size: 13px;
  }

  .welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .accordionsUp .cards .card .card-header h2 .btn-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .accordionsUp .cards .card .card-header h2 .btn-link p {
    font-size: 12px;
  }

  .welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .orr .accordionsUp .cards .card .card-header h2 .btn-link .seperator {
    margin: 0 15px 0;
  }
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox {
  background-color: #000;
  padding: 30px 15px 50px;
  max-height: 700px;
  min-height: 700px;
  overflow-y: scroll;
  border-radius: 40px;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .rightHeader h2 {
  text-align: center;
  background-color: var(--primaryColor);
  background-image: linear-gradient(-75deg, #ffffff 0, white 5%, white 5%, rgba(255, 255, 255, 0.5) 10%, var(--primaryColor) 10%, var(--primaryColor) 100%);
  background-size: 200% 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-animation: shining 2s linear infinite;
  background-clip: text;
  animation: shining 2s linear infinite;
  font-family: "Lobster", cursive;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .rightHeader hr {
  background-color: #fff;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent h3.subTitle {
  text-align: center;
  color: yellow;
  text-shadow: 0 0px 10px #fff;
  margin: 20px 0;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li .li-item {
  background-color: #fff;
  margin: 20px 0;
  position: relative;
  border-radius: 0 0 40px 40px;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li .li-item .headerInfo {
  background: #121212;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li .li-item .headerInfo span.number {
  position: absolute;
  left: 6px;
  top: 12px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid #969696;
  color: #fff;
  text-align: center;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li .li-item .headerInfo h3 {
  color: #fff;
  text-shadow: 1px 0px 10px #fff;
  text-align: center;
  margin: 0;
  padding: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li .li-item .headerInfo span.icone {
  right: 1px;
  top: 8px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid var(--primaryColor);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
  position: absolute;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li .li-item .headerInfo span.icone i {
  border: 1px solid var(--primaryColor);
  border-radius: 50%;
  padding: 6px;
  color: yellow;
  width: 30px;
  height: 30px;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li .li-item img {
  width: 100%;
  height: 200px;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li .li-item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li .li-item p span:first-child {
  background: #151301;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-shadow: 2px 1px 17px #fff;
  padding: 10px;
  border-radius: 0 0 0 20px;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li .li-item p span:last-child {
  background: blue;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #121212;
  padding: 10px;
  border-radius: 0 0 20px 0;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li .li-item .notYetSection {
  width: 100%;
  height: 82%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  border-radius: 0 0 20px 20px;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li .li-item .notYetSection h4 {
  color: #fff;
  margin: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li .liInfo {
  display: none;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li .liInfo p {
  font-size: 0.875rem;
  color: #a6a6a6;
  margin: 1em 0;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li .liInfo p .more {
  display: none;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li .liInfo p .read {
  background-color: transparent;
  border: none;
  outline: none;
  font-weight: bold;
  color: #fff;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li .liInfo p .read:hover {
  color: #db4437;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li.notRegistered .li-item .notYetSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li.notRegistered .li-item .headerInfo span.number {
  display: none;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li.notRegistered .li-item .headerInfo span.icone {
  border: 1px solid gray;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li.notRegistered .li-item .headerInfo span.icone i {
  border: 1px solid gray;
  color: gray;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li.notRegistered .liInfo {
  display: none !important;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li.topMember {
  min-width: 100% !important;
  margin-bottom: 30px;
  padding: 15px;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li.topMember .liInfo {
  padding: 10px;
  display: block;
  background: #101010;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  position: relative;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li.topMember .liInfo .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li.topMember .liInfo .header .post-mate i {
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li.topMember .liInfo .header .post-mate i:hover {
  color: #5454e5;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li.topMember .liInfo .header h2 {
  color: var(--primaryColor);
  padding-right: 135px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li.topMember .liInfo .body p {
  margin-top: 10px;
  color: #fff;
}

.welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li.topMember .li-item {
  width: 33%;
  margin: 20px auto;
}

@media (max-width: 1200px) {
  .welcomeEarlyAdaptorPage .popUpContainer .popUpMenu p {
    max-height: 150px;
    overflow-y: scroll;
  }
}

@media (max-width: 767px) {
  .welcomeEarlyAdaptorPage .pageContent .container-fliud {
    padding: 0 30px;
  }

  .welcomeEarlyAdaptorPage .pageContent .container-fliud .welcomeHeader hr {
    margin: 0;
  }

  .welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .leftBox .theWorld h3 {
    font-size: 20px;
  }

  .welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent ul.item li.topMember .li-item,
  .welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulsForCountries .itemParent ul.item li.topMember .li-item {
    margin: 20px 0;
    width: 100%;
  }

  .welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulForWorld .itemParent.active,
  .welcomeEarlyAdaptorPage .pageContent .container-fliud .row.parentRow .rightBox .ulsForCountries .itemParent.active {
    display: block;
  }
}

@media (max-width: 590px) {
  .welcomeEarlyAdaptorPage .liInfo .header h2 {
    padding-right: 0 !important;
  }
}

.navStatisticalTrend {
  background: #222627;
  color: #fff;
}

.navStatisticalTrend hr {
  background-color: #fff;
}

.navStatisticalTrend .emojionearea,
.navStatisticalTrend .emojionearea.form-control {
  background-color: #181b1b !important;
  border: 1px solid #181b1b !important;
  color: #fff;
  border-radius: 25px;
}

.navStatisticalTrend .emojionearea .emojionearea-button {
  top: 8px;
}

.navStatisticalTrend .emojionearea .emojionearea-button>div {
  background-color: #fff;
  border-radius: 50%;
}

.navStatisticalTrend .emojionearea .emojionearea-editor {
  color: #fff !important;
  min-height: 3em;
  padding: 10px 24px 6px 12px;
}

.navStatisticalTrend .emojionearea .emojionearea-editor:empty:before {
  color: #a6a6a6;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.modal .modal-dialog .modal-content {
  color: #fff;
}

.modal .modal-dialog .modal-content .cancel {
  margin-left: auto;
  padding: 5px;
  color: #fff;
  outline: none;
}

.modal .modal-dialog .modal-content .modal-body {
  text-align: center;
}

.modal .modal-dialog .modal-content .modal-footer {
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal .modal-dialog .modal-content .modal-footer a:first-child {
  padding: 9px 40px;
  background-color: #000;
  margin-right: 10px;
  color: var(--primaryColor);
  border: 1px solid transparent;
  border-radius: 25px;
}

.modal .modal-dialog .modal-content .modal-footer a:last-child {
  padding: 9px 30px;
  background-color: #000;
  margin-right: 10px;
  color: var(--primaryColor);
  border: 1px solid transparent;
  border-radius: 25px;
}

.nav-statistical {
  padding: 3em 0 0;
  font-family: roboto, sans-serif;
}

.nav-statistical .users-number {
  background-color: #181b1b;
  width: 23%;
  text-align: center;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 1em;
  -webkit-box-shadow: 0px 5px 43px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 5px 43px rgba(255, 255, 255, 0.3);
}

.nav-statistical .users-number h4 {
  text-shadow: 0px 5px 43px rgba(229, 173, 46, 0.7);
  font-size: 25px;
}

.nav-statistical .countryFilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 4em;
}

.nav-statistical .countryFilter ::-webkit-scrollbar-track {
  background: #121212;
}

.nav-statistical .countryFilter .countries,
.nav-statistical .countryFilter .provinces,
.nav-statistical .countryFilter .areas {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
  background-color: #121212;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #a6a6a6;
  font-weight: bold;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6px 10px;
  -webkit-box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
  box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
}

.nav-statistical .countryFilter .countries ul li .fa-globe-americas,
.nav-statistical .countryFilter .provinces ul li .fa-globe-americas,
.nav-statistical .countryFilter .areas ul li .fa-globe-americas {
  color: #0e6faf;
  font-size: 20px;
}

.nav-statistical .countryFilter .countries .hidden-list,
.nav-statistical .countryFilter .provinces .hidden-list,
.nav-statistical .countryFilter .areas .hidden-list {
  cursor: pointer;
  margin-left: 10px;
  width: 100%;
}

.nav-statistical .countryFilter .countries .hidden-list li,
.nav-statistical .countryFilter .provinces .hidden-list li,
.nav-statistical .countryFilter .areas .hidden-list li {
  display: none;
}

.nav-statistical .countryFilter .countries .hidden-list li.selected,
.nav-statistical .countryFilter .provinces .hidden-list li.selected,
.nav-statistical .countryFilter .areas .hidden-list li.selected {
  display: block;
}

.nav-statistical .countryFilter .countries .slideMenu,
.nav-statistical .countryFilter .provinces .slideMenu,
.nav-statistical .countryFilter .areas .slideMenu {
  position: absolute;
  background-color: #121212;
  height: 195px;
  z-index: 3;
  top: 40px;
  padding: 0.625em 1.25em;
  border-radius: 0 0 0 25px;
  overflow-y: scroll;
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
  box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
}

.nav-statistical .countryFilter .countries .slideMenu input,
.nav-statistical .countryFilter .provinces .slideMenu input,
.nav-statistical .countryFilter .areas .slideMenu input {
  height: calc(1em + 0.75rem + 2px);
  background-color: #181b1b;
  color: #fff;
  border: 1px solid #000;
}

.nav-statistical .countryFilter .countries .slideMenu input::-webkit-input-placeholder,
.nav-statistical .countryFilter .provinces .slideMenu input::-webkit-input-placeholder,
.nav-statistical .countryFilter .areas .slideMenu input::-webkit-input-placeholder {
  color: #fff;
}

.nav-statistical .countryFilter .countries .slideMenu input:-ms-input-placeholder,
.nav-statistical .countryFilter .provinces .slideMenu input:-ms-input-placeholder,
.nav-statistical .countryFilter .areas .slideMenu input:-ms-input-placeholder {
  color: #fff;
}

.nav-statistical .countryFilter .countries .slideMenu input::-ms-input-placeholder,
.nav-statistical .countryFilter .provinces .slideMenu input::-ms-input-placeholder,
.nav-statistical .countryFilter .areas .slideMenu input::-ms-input-placeholder {
  color: #fff;
}

.nav-statistical .countryFilter .countries .slideMenu input::placeholder,
.nav-statistical .countryFilter .provinces .slideMenu input::placeholder,
.nav-statistical .countryFilter .areas .slideMenu input::placeholder {
  color: #fff;
}

.nav-statistical .countryFilter .countries .slideMenu li,
.nav-statistical .countryFilter .provinces .slideMenu li,
.nav-statistical .countryFilter .areas .slideMenu li {
  padding: 0.1em 0.625em;
  margin: 0.625em 0;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  cursor: pointer;
}

.nav-statistical .countryFilter .countries .slideMenu li i,
.nav-statistical .countryFilter .provinces .slideMenu li i,
.nav-statistical .countryFilter .areas .slideMenu li i {
  margin-right: 5px;
}

.nav-statistical .countryFilter .countries .slideMenu li:hover,
.nav-statistical .countryFilter .provinces .slideMenu li:hover,
.nav-statistical .countryFilter .areas .slideMenu li:hover {
  background-color: #db4437;
  color: #fff;
  border-radius: 25px;
  padding: 0.1em 0.925em;
}

.nav-statistical .countryFilter .countries .slideMenu li.active,
.nav-statistical .countryFilter .provinces .slideMenu li.active,
.nav-statistical .countryFilter .areas .slideMenu li.active {
  background-color: #db4437;
  border-radius: 25px;
  padding: 0.1em 0.625em;
  color: #fff;
}

.nav-statistical .countryFilter .countries .countriesList,
.nav-statistical .countryFilter .provinces .countriesList,
.nav-statistical .countryFilter .areas .countriesList {
  width: 93%;
}

.nav-statistical .tabs-body {
  background-color: #181b1b;
  border-radius: 25px;
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
  box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
}

.nav-statistical .tabs-body .heading h4 {
  text-shadow: 0px 5px 43px rgba(229, 173, 46, 0.7);
  padding-bottom: 0.5em;
}

.nav-statistical .tabs-body .heading .line {
  position: relative;
  width: 200px;
  height: 1px;
  background-color: #4e5152;
  margin: 0 auto;
  z-index: -1;
}

.nav-statistical .tabs-body .heading .line::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #db4437;
  bottom: 0;
  left: 25%;
  z-index: 2;
}

.nav-statistical .tabs-body .line {
  position: relative;
  width: 200px;
  height: 1px;
  background-color: #4e5152;
  margin: 0 auto;
  z-index: -1;
}

.nav-statistical .tabs-body .line::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #db4437;
  bottom: 0;
  left: 25%;
  z-index: 2;
}

.nav-statistical .tabs-body hr {
  background-color: #fff;
}

.nav-statistical .tabs-body .statistical-tabs {
  padding: 0.5em 0;
  text-align: center;
}

.nav-statistical .tabs-body .statistical-tabs .total {
  margin: 1em 0;
}

.nav-statistical .tabs-body .statistical-tabs .tabs {
  max-width: 100%;
  max-height: 100%;
}

.nav-statistical .tabs-body .statistical-tabs .tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5% 0;
  text-decoration: none;
  color: #a6a6a6;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  cursor: pointer;
}

.nav-statistical .tabs-body .statistical-tabs .tabs li:hover,
.nav-statistical .tabs-body .statistical-tabs .tabs li:focus {
  text-shadow: 0px 0px 20px #db4437;
  color: #db4437;
}

.nav-statistical .tabs-body .statistical-tabs .tabs li:hover span,
.nav-statistical .tabs-body .statistical-tabs .tabs li:focus span {
  background-color: #db4437;
  border: 1px solid #db4437;
  color: #fff;
}

.nav-statistical .tabs-body .statistical-tabs .tabs li:hover i,
.nav-statistical .tabs-body .statistical-tabs .tabs li:focus i {
  color: #db4437;
}

.nav-statistical .tabs-body .statistical-tabs .tabs li div {
  font-size: 1.25rem;
  cursor: pointer;
  margin: auto 0 auto 0;
}

.nav-statistical .tabs-body .statistical-tabs .tabs li span {
  margin: auto 3% auto 5%;
  border: 1px solid #a6a6a6;
  border-radius: 50%;
  padding: 5px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 19px;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.nav-statistical .tabs-body .statistical-tabs .tabs li i {
  margin: auto 2% auto 0;
  color: #3498db;
}

.nav-statistical .tabs-body .statistical-tabs .tabs li p {
  margin: auto auto auto 0;
}

.nav-statistical .tabs-body .statistical-tabs .timer {
  padding: 1em 0;
}

.nav-statistical .tabs-body .statistical-tabs .timer h6 {
  color: #2ecc71;
}

.nav-statistical .tabs-body .statistical-tabs .timer span:nth-child(3) {
  margin: 0 3%;
}

.nav-statistical .tabs-body .add-hash-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em;
}

.nav-statistical .tabs-body .add-hash-btn .add-hash {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #f77205), color-stop(45%, #ee2a08), to(#c03920));
  background-image: linear-gradient(90deg, #f77205 10%, #ee2a08 45%, #c03920 100%);
  color: #fff;
  background-size: 200%;
  background-position: left;
  border: none;
  border-radius: 25px;
  padding: 9px;
  font-size: 14px;
  font-weight: bold;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 20%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
  box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
}

.nav-statistical .tabs-body .add-hash-btn .add-hash:hover,
.nav-statistical .tabs-body .add-hash-btn .add-hash:focus {
  background-position: right;
}

.nav-statistical .tabs-body .add-hash-btn img {
  width: 25%;
}

.nav-statistical .accordion .cards {
  overflow-y: scroll;
  height: 500px;
}

.nav-statistical .accordion .cards .card {
  background-color: #181b1b;
  margin-bottom: 2em;
  -webkit-box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
  box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
}

.nav-statistical .accordion .cards .card .btn-link {
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  text-shadow: 0px 5px 43px rgba(255, 255, 255, 0.3);
}

.nav-statistical .accordion .cards .card .card-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
}

.nav-statistical .accordion .cards .card .card-body .statistical-content {
  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;
  margin: 1em 0;
}

.nav-statistical .accordion .cards .card .card-body .statistical-content .heading h1 {
  text-align: center;
  text-shadow: 0px 5px 43px #e5ad2e;
  padding-bottom: 0.5em;
}

.nav-statistical .accordion .cards .card .card-body .statistical-content .heading .h1 {
  text-align: center;
  text-shadow: 0px 5px 43px #e5ad2e;
  padding-bottom: 0.5em;
}

.nav-statistical .accordion .cards .card .card-body .statistical-content .heading .line {
  position: relative;
  width: 200px;
  height: 1px;
  background-color: #4e5152;
  margin: 0 auto;
  z-index: -1;
}

.nav-statistical .accordion .cards .card .card-body .statistical-content .heading .line:after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #db4437;
  bottom: 0;
  left: 25%;
  z-index: 2;
}

.nav-statistical .accordion .cards .card .card-body .statistical-content h4 {
  text-align: center;
  margin-top: 20px;
}

.nav-statistical .accordion .cards .card .card-body .statistical-content h4 .total,
.nav-statistical .accordion .cards .card .card-body .statistical-content h4 .oneOutOf {
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 0;
}

.nav-statistical .accordion .cards .card .card-body .statistical-content .timer {
  text-align: center;
}

.nav-statistical .accordion .cards .card .card-body .statistical-content .timer h6 {
  color: #2ecc71;
}

.nav-statistical .accordion .cards .card .card-body .statistical-content p {
  width: 80%;
  margin: 1.5em auto;
  font-size: 1.125rem;
}

.nav-statistical .accordion .cards .card .card-body .statistical-content .vote-wrapper {
  width: 80%;
  padding: 1.5em;
  background-color: #181b1b;
  text-align: center;
  border-radius: 25px;
  margin: auto;
}

.nav-statistical .accordion .cards .card .card-body .statistical-content .vote-wrapper .vote-body {
  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;
}

.nav-statistical .accordion .cards .card .card-body .statistical-content .vote-wrapper .vote-body p {
  font-size: 1.125rem;
  font-style: italic;
  font-weight: bold;
  margin: auto;
  width: 100%;
}

.nav-statistical .accordion .cards .card .card-body .statistical-content .vote-wrapper .vote-body button {
  color: #fff;
  text-decoration: none;
  padding: 0.3em 1.5em;
  font-size: 1.25rem;
  border-radius: 25px;
  border: none;
  margin: 1em 0.5em 0;
}

.nav-statistical .accordion .cards .card .card-body .statistical-content .vote-wrapper .vote-body .yes .yesBtn {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #06d083), color-stop(40%, #14de5e), to(#27ae60));
  background-image: linear-gradient(90deg, #06d083 10%, #14de5e 40%, #27ae60 100%);
  background-size: 200%;
  background-position: left;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.nav-statistical .accordion .cards .card .card-body .statistical-content .vote-wrapper .vote-body .yes .yesBtn:hover {
  background-position: right;
}

.nav-statistical .accordion .cards .card .card-body .statistical-content .vote-wrapper .vote-body .no .noBtn {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #f77205), color-stop(50%, #ee2a08), to(#c03920));
  background-image: linear-gradient(90deg, #f77205 10%, #ee2a08 50%, #c03920 100%);
  background-size: 200%;
  background-position: left;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.nav-statistical .accordion .cards .card .card-body .statistical-content .vote-wrapper .vote-body .no .noBtn:hover {
  background-position: right;
}

.nav-statistical .accordion .cards .card .card-body .statistical-content .vote-wrapper .vote-body i {
  color: #3498db;
}

.nav-statistical .accordion .cards .card .card-body .statistical-content .vote-wrapper .vote-body span {
  color: #a6a6a6;
}

.nav-statistical .divider {
  margin: 5em 0 1em;
  background-color: #4e5152;
}

.nav-statistical .statistical-comments {
  padding-top: 3em;
}

.nav-statistical .statistical-comments .heading .line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #4e5152;
  margin: 0 0;
  z-index: -1;
  width: 56%;
}

.nav-statistical .statistical-comments .heading .line:after {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  background-color: #db4437;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.nav-statistical .statistical-comments .add-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3em 0;
}

.nav-statistical .statistical-comments .add-comment .profile-img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.nav-statistical .statistical-comments .add-comment .profile-img img {
  width: 70px;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.nav-statistical .statistical-comments .add-comment form {
  margin: auto auto auto 0.8em;
  width: 85%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.nav-statistical .statistical-comments .add-comment form textarea {
  width: 100%;
  height: 50px;
  padding: 0.8em;
  background-color: #181b1b;
  border: none;
  outline: none;
  border-radius: 25px;
  color: #fff;
  resize: none;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
  box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
}

.nav-statistical .statistical-comments .add-comment form textarea::-webkit-input-placeholder {
  color: #fff;
}

.nav-statistical .statistical-comments .add-comment form textarea:-ms-input-placeholder {
  color: #fff;
}

.nav-statistical .statistical-comments .add-comment form textarea::-ms-input-placeholder {
  color: #fff;
}

.nav-statistical .statistical-comments .add-comment form textarea::placeholder {
  color: #fff;
}

.nav-statistical .statistical-comments .upload-media {
  justify-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: 1%;
}

.nav-statistical .statistical-comments .upload-media .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-statistical .statistical-comments .upload-media .box input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.nav-statistical .statistical-comments .upload-media .box label {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #06d083), color-stop(40%, #14de5e), to(#27ae60));
  background-image: linear-gradient(90deg, #06d083 10%, #14de5e 40%, #27ae60 100%);
  background-size: 200%;
  background-position: left;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  max-width: 80%;
  font-size: 1rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  border-radius: 25px;
  color: FFF;
}

.nav-statistical .statistical-comments .upload-media .box label:hover {
  background-position: right;
}

.nav-statistical .statistical-comments .upload-media .box img {
  display: none;
  width: 150px;
  height: 150px;
  margin-left: 5%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
  cursor: pointer;
}

.nav-statistical .statistical-comments .seperator {
  background-color: #4e5152;
  margin-right: 45%;
  margin-top: 2%;
  width: 100%;
}

.nav-statistical .statistical-comments .users-comments {
  margin-bottom: 4%;
  position: relative;
  margin-bottom: 3em;
  border-bottom: 1px solid #4e5152;
  padding-bottom: 1em;
  z-index: 2;
}

.nav-statistical .statistical-comments .users-comments:nth-child(even) {
  margin-left: 5%;
}

.nav-statistical .statistical-comments .users-comments .comment-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-statistical .statistical-comments .users-comments .comment-info .profile-img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2%;
  margin-left: 5%;
}

.nav-statistical .statistical-comments .users-comments .comment-info .profile-img img {
  max-height: 100%;
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  border-radius: 50%;
}

.nav-statistical .statistical-comments .users-comments .comment-info .profile-img i {
  position: absolute;
  left: 0;
  justify-self: flex-end;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1.8rem;
  font-size: 2.5rem;
}

.nav-statistical .statistical-comments .users-comments .comment-info .profile-img span {
  position: absolute;
  left: 10px;
  top: 23px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.nav-statistical .statistical-comments .users-comments .comment-info .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.nav-statistical .statistical-comments .users-comments .comment-info .details .user-name {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-transform: capitalize;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  order: 1;
}

.nav-statistical .statistical-comments .users-comments .comment-info .details .user-name:hover,
.nav-statistical .statistical-comments .users-comments .comment-info .details .user-name:focus {
  color: #db4437;
}

.nav-statistical .statistical-comments .users-comments .comment-info .details .date {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: left;
  color: #a6a6a6;
  order: 2;
  margin-left: 2%;
}

.nav-statistical .statistical-comments .users-comments .comment-info .details .edit-comment {
  margin-left: auto;
  position: relative;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.nav-statistical .statistical-comments .users-comments .comment-info .details .edit-comment button {
  background-color: transparent;
  border: none;
  color: #fff;
  outline: none;
}

.nav-statistical .statistical-comments .users-comments .comment-info .details .edit-comment button ul {
  position: absolute;
  left: -30px;
  z-index: 3;
  background-color: #181b1b;
  padding: 1em 0;
  border-radius: 25px;
  display: none;
}

.nav-statistical .statistical-comments .users-comments .comment-info .details .edit-comment button ul li {
  margin: 10px;
  padding: 0 0.5em;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.nav-statistical .statistical-comments .users-comments .comment-info .details .edit-comment button ul li:hover,
.nav-statistical .statistical-comments .users-comments .comment-info .details .edit-comment button ul li:focus {
  background-color: #db4437;
}

.nav-statistical .statistical-comments .users-comments .comment-info .details .edit-comment button i {
  color: #a6a6a6;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.nav-statistical .statistical-comments .users-comments .comment-info .details .edit-comment button i:hover {
  color: #db4437;
}

.nav-statistical .statistical-comments .users-comments .user-comment {
  max-height: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.nav-statistical .statistical-comments .users-comments .user-comment p {
  font-size: 0.875rem;
  color: #a6a6a6;
  margin: 1em 0;
}

.nav-statistical .statistical-comments .users-comments .user-comment p .more {
  display: none;
}

.nav-statistical .statistical-comments .users-comments .user-comment p .read {
  background-color: transparent;
  border: none;
  outline: none;
  font-weight: bold;
  color: #fff;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.nav-statistical .statistical-comments .users-comments .user-comment p .read:hover {
  color: #db4437;
}

.nav-statistical .statistical-comments .users-comments .user-comment .comment-multimedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1em 0;
}

.nav-statistical .statistical-comments .users-comments .user-comment .comment-multimedia img {
  width: 280px;
  height: 160px;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-statistical .statistical-comments .users-comments .user-comment .comment-multimedia video {
  width: 300px;
}

.nav-statistical .statistical-comments .users-comments .user-comment i {
  color: #fff;
}

.nav-statistical .statistical-comments .users-comments .user-comment .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-statistical .statistical-comments .users-comments .user-comment .buttons .likes-btn,
.nav-statistical .statistical-comments .users-comments .user-comment .buttons .dislikes-btn,
.nav-statistical .statistical-comments .users-comments .user-comment .buttons .replay-btn {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #393c3d;
  border: 1px solid #393c3d;
  outline: none;
  border-radius: 5px;
  color: #fff;
  margin-top: 0.8em;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.3em 1em;
  text-transform: capitalize;
  text-align: center;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.nav-statistical .statistical-comments .users-comments .user-comment .buttons .likes-btn:not(:first-child),
.nav-statistical .statistical-comments .users-comments .user-comment .buttons .dislikes-btn:not(:first-child),
.nav-statistical .statistical-comments .users-comments .user-comment .buttons .replay-btn:not(:first-child) {
  margin-left: 2%;
}

.nav-statistical .statistical-comments .users-comments .user-comment .buttons .likes-btn:hover,
.nav-statistical .statistical-comments .users-comments .user-comment .buttons .dislikes-btn:hover,
.nav-statistical .statistical-comments .users-comments .user-comment .buttons .replay-btn:hover {
  background-color: #db4437;
}

.nav-statistical .statistical-comments .users-comments .user-comment .buttons .likes-btn i,
.nav-statistical .statistical-comments .users-comments .user-comment .buttons .dislikes-btn i,
.nav-statistical .statistical-comments .users-comments .user-comment .buttons .replay-btn i {
  margin: 0 5%;
}

.nav-statistical .statistical-comments .hidden-comments {
  display: none;
}

.nav-statistical .statistical-comments .hidden-comments .users-comments:nth-child(odd) {
  margin-left: 5%;
}

.nav-statistical .statistical-comments .hidden-comments .users-comments:nth-child(even) {
  margin-left: 0;
}

.nav-statistical .statistical-comments .show-more-btn {
  background-color: #393c3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
  height: 55px;
  margin: 0 auto 3em;
  padding: 0.8em 0;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.nav-statistical .statistical-comments .show-more-btn button {
  background-color: transparent;
  width: 100%;
  height: 55px;
  padding-right: 15px;
  color: #fff;
  border: none;
  outline: none;
  z-index: 3;
}

.nav-statistical .statistical-comments .show-more-btn i {
  position: absolute;
  right: 10px;
  z-index: -1;
}

.nav-statistical .statistical-comments .show-more-btn:hover,
.nav-statistical .statistical-comments .show-more-btn:focus {
  background-color: #db4437;
}

@media (min-width: 1200px) {
  .nav-statistical .statistical-comments .users-comments .user-comment {
    margin-left: 113px;
    margin-top: -45px;
  }
}

@media (max-width: 1199.98px) {

  .countryFilter .countries,
  .countryFilter .provinces,
  .countryFilter .areas {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .nav-statistical .statistical-comments .users-comments .user-comment {
    margin-left: 106px;
    margin-top: -45px;
  }
}

@media (max-width: 991.98px) {

  .navStatisticalTrend .countryFilter .countries,
  .navStatisticalTrend .countryFilter .provinces,
  .navStatisticalTrend .countryFilter .areas {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .navStatisticalTrend .nav-statistical .users-number {
    width: 32%;
  }

  .navStatisticalTrend .nav-statistical .users-number h4 {
    font-size: 25px;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .statistical-tabs .tabs li {
    font-size: 1rem;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .add-hash-btn .add-hash {
    font-size: 13px;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .total {
    width: auto;
    max-width: 1em 0 0;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content p {
    font-size: 0.9rem;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .heading h1 {
    font-size: 2rem;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .heading h2 {
    font-size: 2rem;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .add-comment {
    margin: 3em 0 0;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .upload-media .box {
    margin: 2em 0;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment {
    margin-left: 118px;
    margin-top: -45px;
  }
}

@media (max-width: 767.98px) {
  .navStatisticalTrend .countryFilter {
    -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;
    align-items: center;
  }

  .navStatisticalTrend .countryFilter .countries,
  .navStatisticalTrend .countryFilter .provinces,
  .navStatisticalTrend .countryFilter .areas {
    margin-top: 1em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .navStatisticalTrend .nav-statistical .users-number {
    width: 70%;
    margin: auto auto 2em auto;
  }

  .navStatisticalTrend .nav-statistical .users-number h4 {
    font-size: 30px;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .heading h4 {
    font-size: 1.1rem;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .statistical-tabs .tabs a li {
    font-size: 0.8rem;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .statistical-tabs .timer h6 {
    font-size: 0.9rem;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .statistical-tabs .timer span {
    font-size: 0.9rem;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .add-hash-btn {
    -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;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .add-hash-btn .add-hash {
    font-size: 12px;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .add-hash-btn img {
    width: 40%;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .line {
    width: 100%;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .line::after {
    margin-left: -6%;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .total {
    width: auto;
    max-width: 1em 0 0;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content p {
    font-size: 0.9rem;
    width: 100%;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .heading h1 {
    font-size: 1.5rem;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .heading h2 {
    font-size: 2rem;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .vote-wrapper {
    width: 100%;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .vote-wrapper .vote-body p {
    font-size: 0.9rem;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .vote-wrapper .vote-body button {
    font-size: 1rem;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment {
    margin-left: 106px;
    margin-top: -45px;
  }
}

@media (max-width: 575.89px) {
  .navStatisticalTrend .nav-statistical .tabs-body {
    width: 75%;
    margin: auto;
    margin-bottom: 3em;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .heading h4 {
    font-size: 1.1rem;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .statistical-tabs .tabs a {
    margin: 5% 12%;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .statistical-tabs .tabs a li {
    font-size: 1.5rem;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .statistical-tabs .timer h6 {
    font-size: 1.5rem;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .statistical-tabs .timer span {
    font-size: 1.2rem;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .add-hash-btn {
    -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;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .add-hash-btn .add-hash {
    font-size: 20px;
    margin-top: 5%;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .add-hash-btn img {
    width: 40%;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .line {
    width: 200px;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .line::after {
    margin-left: 0;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .total {
    width: auto;
    max-width: 1em 0 0;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content p {
    font-size: 0.9rem;
    width: 100%;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .heading h1 {
    font-size: 1.5rem;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .heading h2 {
    font-size: 2rem;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .vote-wrapper {
    width: 100%;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .vote-wrapper .vote-body p {
    font-size: 0.9rem;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .vote-wrapper .vote-body button {
    font-size: 1rem;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .comment-info .profile-img {
    margin-left: 8%;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment {
    margin-left: 117px;
    margin-top: -45px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment .date {
    font-size: 13px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment p {
    font-size: 0.75rem;
    margin: 0.5em 0;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment i {
    font-size: 12px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment .likes {
    font-size: 13px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment .dislikes {
    font-size: 13px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment .replay-btn {
    font-size: 13px;
  }
}

@media (max-width: 479.98px) {
  .navStatisticalTrend .countryFilter {
    -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;
    align-items: center;
    margin-bottom: 2em;
  }

  .navStatisticalTrend .countryFilter .countries,
  .navStatisticalTrend .countryFilter .provinces,
  .navStatisticalTrend .countryFilter .areas {
    margin-top: 1em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .navStatisticalTrend .nav-statistical .users-number {
    width: 85%;
    margin: auto auto 2em auto;
  }

  .navStatisticalTrend .nav-statistical .users-number h4 {
    font-size: 25px;
  }

  .navStatisticalTrend .nav-statistical .region {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navStatisticalTrend .nav-statistical .region select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 3%;
  }

  .navStatisticalTrend .nav-statistical .tabs-body {
    width: 85%;
    margin: auto;
    margin-bottom: 3em;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .heading h4 {
    font-size: 0.9rem;
    padding-top: 0.5em;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .statistical-tabs .tabs a li {
    font-size: 1.2rem;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .statistical-tabs .timer h6 {
    font-size: 0.9rem;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .statistical-tabs .timer span {
    font-size: 0.9rem;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .add-hash-btn {
    -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;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .add-hash-btn .add-hash {
    font-size: 1rem;
    margin-top: 5%;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .add-hash-btn img {
    width: 40%;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .line {
    width: 200px;
  }

  .navStatisticalTrend .nav-statistical .tabs-body .line::after {
    margin-left: 0;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .total {
    width: auto;
    max-width: 1em 0 0;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content p {
    font-size: 0.9rem;
    width: 100%;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .heading h1 {
    font-size: 1rem;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .heading h2 {
    font-size: 2rem;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .vote-wrapper {
    width: 100%;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .vote-wrapper .vote-body p {
    font-size: 0.9rem;
  }

  .navStatisticalTrend .nav-statistical .accordion .card .card-body .statistical-content .vote-wrapper .vote-body button {
    font-size: 1rem;
  }

  .navStatisticalTrend .nav-statistical .divider {
    margin: 3em 0 0;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .add-comment .profile-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .add-comment .profile-img img {
    width: 55px;
    height: 55px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .add-comment input {
    margin-left: 0;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .add-comment form {
    margin: 10px 0 0 0;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .upload-media .box {
    margin: 1em 0 1em;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .upload-media .box label {
    font-size: 0.8rem;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .upload-media .box img {
    width: 125px;
    height: 125px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments:nth-child(even) {
    margin-left: 0;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment {
    margin-left: 0;
    margin-top: 0;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment .buttons button {
    font-size: 0.8rem;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment .buttons button:not(:first-child) {
    margin-left: 5px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .comment-info .profile-img {
    margin-left: 24px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .comment-info .profile-img img {
    width: 55px;
    height: 55px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .comment-info .details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .comment-info .details .user-name {
    font-size: 0.8rem;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .comment-info .details .date {
    font-size: 0.8rem;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .comment-info .details .edit-comment {
    margin-left: 5px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .comment-info .details .edit-comment button ul {
    font-size: 0.8rem;
    left: -22px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment .buttons {
    width: 90px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment .comment-multimedia img {
    width: 255px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment .comment-multimedia video {
    width: 270px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment .date {
    font-size: 13px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment p {
    font-size: 0.75rem;
    margin: 0.5em 0;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment i {
    font-size: 12px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment .likes {
    font-size: 13px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment .dislikes {
    font-size: 13px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .users-comments .user-comment .replay-btn {
    font-size: 13px;
  }

  .navStatisticalTrend .nav-statistical .statistical-comments .hidden-comments .users-comments:nth-child(odd) {
    margin-left: 0;
  }
}

.statisticalTrendBlogPage {
  background-color: #222627;
  color: #fff;
}

.statisticalTrendBlogPage .emojionearea,
.statisticalTrendBlogPage .emojionearea.form-control {
  background-color: #393c3d !important;
  border: 1px solid #393c3d !important;
  color: #fff;
  height: 180px;
}

.statisticalTrendBlogPage .emojionearea .emojionearea-button>div {
  background-color: #fff;
  border-radius: 50%;
}

.statisticalTrendBlogPage .emojionearea .emojionearea-editor {
  color: #fff !important;
  max-height: 12.5em;
}

.statisticalTrendBlogPage .emojionearea .emojionearea-editor:empty:before {
  color: #a6a6a6;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.statisticalTrendBlogPage .emojionearea .emojionearea-picker .emojionearea-search>input {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 10px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
}

.owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.owl-nav button {
  position: absolute;
  top: 27%;
  outline: none !important;
  opacity: 0.5;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.owl-nav button:hover {
  background-color: transparent;
  opacity: 1;
  color: #db4437;
}

.owl-nav button:first-child {
  left: -50px;
}

.owl-nav button:last-child {
  right: -50px;
}

.owl-nav button span {
  font-size: 65px;
  background-color: transparent;
  outline: none;
}

.sidebar-btn .next,
.sidebar-btn .previous {
  position: fixed;
  z-index: 100;
  top: 50%;
  width: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.sidebar-btn .next>p,
.sidebar-btn .previous>p {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
  position: absolute;
  width: 270px;
  height: 60px;
  background-color: #181b1b;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #ffffff;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  top: 41%;
  margin-bottom: 0;
  left: -105px;
  z-index: 1;
}

.sidebar-btn .next .hoverContent,
.sidebar-btn .previous .hoverContent {
  width: 400px;
  height: 300px;
  position: absolute;
  top: -118px;
  display: none;
}

.sidebar-btn .next .hoverContent:after,
.sidebar-btn .previous .hoverContent:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(90%, rgba(21, 20, 20, 0.32)), to(rgba(0, 0, 0, 0.28)));
  background: linear-gradient(to top, black 0%, rgba(21, 20, 20, 0.32) 90%, rgba(0, 0, 0, 0.28) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.sidebar-btn .next .hoverContent img,
.sidebar-btn .previous .hoverContent img {
  width: 100%;
  height: 100%;
}

.sidebar-btn .next .hoverContent .imgInfo,
.sidebar-btn .previous .hoverContent .imgInfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 1;
  padding: 20px;
}

.sidebar-btn .next .hoverContent .imgInfo button,
.sidebar-btn .previous .hoverContent .imgInfo button {
  background: #db4437;
  border: none;
  outline: none;
  padding: 1px 14px;
  color: #fff;
  border-radius: 4px;
}

.sidebar-btn .next .hoverContent .imgInfo a,
.sidebar-btn .previous .hoverContent .imgInfo a {
  color: #fff;
  font-size: 20px;
  margin: 20px 0;
  width: 100%;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sidebar-btn .next .hoverContent .imgInfo a:hover,
.sidebar-btn .previous .hoverContent .imgInfo a:hover {
  color: #db4437;
  text-decoration: underline;
}

.sidebar-btn .next .hoverContent .imgInfo p,
.sidebar-btn .previous .hoverContent .imgInfo p {
  margin: 15px 0;
}

.sidebar-btn .next .hoverContent .imgInfo .post-meta,
.sidebar-btn .previous .hoverContent .imgInfo .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
  color: #fff;
}

.sidebar-btn .next .hoverContent .imgInfo .post-meta span,
.sidebar-btn .previous .hoverContent .imgInfo .post-meta span {
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sidebar-btn .next .hoverContent .imgInfo .post-meta span:hover,
.sidebar-btn .previous .hoverContent .imgInfo .post-meta span:hover {
  color: #db4437;
}

.sidebar-btn .next {
  right: 0;
  left: auto;
}

.sidebar-btn .next>p {
  right: -105px;
  left: auto;
}

.sidebar-btn .next .hoverContent {
  right: 63px;
}

@media (max-width: 767.98px) {
  .sidebar-btn .next p {
    right: -115px;
  }
}

.sidebar-btn .previous {
  left: 0;
  right: auto;
}

.sidebar-btn .previous>p {
  left: -105px;
  right: auto;
}

.sidebar-btn .previous .hoverContent {
  left: 63px;
}

@media (max-width: 767.98px) {
  .sidebar-btn .previous p {
    left: -115px;
  }
}

@media (max-width: 767.98px) {

  .sidebar-btn .next p,
  .sidebar-btn .previous p {
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 430px) {
  .sidebar-btn {
    display: none;
  }
}

.modal .modal-dialog .modal-content {
  color: #fff;
}

.modal .modal-dialog .modal-content .cancel {
  margin-left: auto;
  padding: 5px;
  color: #fff;
  outline: none;
}

.modal .modal-dialog .modal-content .modal-body {
  text-align: center;
}

.modal .modal-dialog .modal-content .modal-footer {
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal .modal-dialog .modal-content .modal-footer a:first-child {
  padding: 9px 40px;
  background-color: #000;
  margin-right: 10px;
  color: var(--primaryColor);
  border: 1px solid transparent;
  border-radius: 25px;
}

.modal .modal-dialog .modal-content .modal-footer a:last-child {
  padding: 9px 30px;
  background-color: #000;
  margin-right: 10px;
  color: var(--primaryColor);
  border: 1px solid transparent;
  border-radius: 25px;
}

.statisticalInnerpage {
  padding: 2em 0 5em;
  font-family: roboto, sans-serif;
}

.statisticalInnerpage .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.statisticalInnerpage .wrapper .videoImage {
  width: 85%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.statisticalInnerpage .wrapper .videoImage img {
  width: 100%;
  max-height: 100%;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.statisticalInnerpage .wrapper .videoImage a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.statisticalInnerpage .wrapper .videoImage a:hover,
.statisticalInnerpage .wrapper .videoImage a:focus {
  background-color: rgba(0, 0, 0, 0);
}

.statisticalInnerpage .wrapper .videoImage a:hover i,
.statisticalInnerpage .wrapper .videoImage a:focus i {
  width: 75px;
  height: 75px;
  font-size: 2.5rem;
  background-color: #000;
  color: #fff;
}

.statisticalInnerpage .wrapper .videoImage a i {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0 0 0 3px;
  font-size: 2rem;
  color: #fff;
  background-color: #db4437;
  border-radius: 50%;
}

.statisticalInnerpage .wrapper .videoImage .videoTime {
  display: inline-block;
  position: absolute;
  right: 5%;
  bottom: 8%;
  justify-self: flex-end;
  background-color: #000;
  padding: 1.1% 2%;
  border-radius: 2px;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  z-index: 79;
}

.statisticalInnerpage .statistical-content {
  width: 80%;
  margin: auto;
}

.statisticalInnerpage .statistical-content .category {
  margin: 2% 0;
}

.statisticalInnerpage .statistical-content .category .science {
  padding: 0.2em 0.8em;
  margin-bottom: 0;
}

.statisticalInnerpage .statistical-content .category .total {
  padding: 0.2em 0.8em;
  margin-bottom: 0;
}

.statisticalInnerpage .statistical-content .content .post-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.statisticalInnerpage .statistical-content .content .post-details .publisher span {
  color: #595959;
  font-size: 0.875rem;
  font-weight: 500;
}

.statisticalInnerpage .statistical-content .content .post-details .publisher i {
  position: relative;
  top: -2px;
  font-size: 6px;
  font-weight: 500;
  color: #a6a6a6;
  background-color: #a6a6a6;
  border-radius: 50%;
  margin: 0 2.5em;
}

.statisticalInnerpage .statistical-content .content .post-details .content-icons {
  margin-left: auto;
}

.statisticalInnerpage .statistical-content .content .post-details .content-icons i {
  color: #a6a6a6;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  cursor: pointer;
  font-size: 0.875rem;
}

.statisticalInnerpage .statistical-content .content .post-details .content-icons i:not(:first-child) {
  margin-left: 5px;
}

.statisticalInnerpage .statistical-content .content .post-details .content-icons i:hover,
.statisticalInnerpage .statistical-content .content .post-details .content-icons i:focus {
  color: #db4437;
}

.statisticalInnerpage .statistical-content .content .topic-body {
  margin-top: 2em;
}

.statisticalInnerpage .statistical-content .content .topic-body p {
  color: #a6a6a6;
  font-size: 0.875rem;
  line-height: 2;
}

.statisticalInnerpage .statistical-content .content .topic-body p:last-child {
  margin-top: 1em;
}

.statisticalInnerpage .statistical-content .content .vote-wrapper {
  margin: auto;
}

.statisticalInnerpage .statistical-content .content .vote-wrapper .vote-body {
  background-color: #181b1b;
  padding: 2em;
  margin-top: 1em;
  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;
}

.statisticalInnerpage .statistical-content .content .vote-wrapper .vote-body p {
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 500;
  width: 90%;
  margin-bottom: 1.5em;
}

.statisticalInnerpage .statistical-content .content .vote-wrapper .vote-body button {
  color: #fff;
  text-decoration: none;
  padding: 0.3em 1.5em;
  font-size: 1.25rem;
  border-radius: 25px;
  border: none;
  margin: 1em 0.5em 0;
}

.statisticalInnerpage .statistical-content .content .vote-wrapper .vote-body .yes .yesBtn {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #06d083), color-stop(40%, #14de5e), to(#27ae60));
  background-image: linear-gradient(90deg, #06d083 10%, #14de5e 40%, #27ae60 100%);
  background-size: 200%;
  background-position: left;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.statisticalInnerpage .statistical-content .content .vote-wrapper .vote-body .yes .yesBtn:hover {
  background-position: right;
}

.statisticalInnerpage .statistical-content .content .vote-wrapper .vote-body .no .noBtn {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #f77205), color-stop(50%, #ee2a08), to(#c03920));
  background-image: linear-gradient(90deg, #f77205 10%, #ee2a08 50%, #c03920 100%);
  background-size: 200%;
  background-position: left;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.statisticalInnerpage .statistical-content .content .vote-wrapper .vote-body .no .noBtn:hover {
  background-position: right;
}

.statisticalInnerpage .statistical-content .content .vote-wrapper .vote-body i {
  color: #3498db;
}

.statisticalInnerpage .statistical-content .content .vote-wrapper .vote-body span {
  color: #a6a6a6;
}

.statisticalInnerpage .statistical-content .content .related-trends .heading h4 {
  font-weight: 700;
}

.statisticalInnerpage .statistical-content .content .related-trends .heading .line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #4e5152;
  margin: 0 0;
  z-index: -1;
}

.statisticalInnerpage .statistical-content .content .related-trends .heading .line::after {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  background-color: #db4437;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.statisticalInnerpage .statistical-content .content .related-trends .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 3em;
  font-family: roboto, sans-serif;
}

.statisticalInnerpage .statistical-content .content .related-trends .card-image {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.statisticalInnerpage .statistical-content .content .related-trends .card-image img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: -webkit-grab;
  cursor: grab;
}

.statisticalInnerpage .statistical-content .content .related-trends .card-image .videoTime {
  display: inline-block;
  position: absolute;
  right: 5%;
  bottom: 10%;
  background-color: #000;
  padding: 6px 12px;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  z-index: 79;
  justify-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.statisticalInnerpage .statistical-content .content .related-trends .card-body {
  padding: 1em 0;
}

.statisticalInnerpage .statistical-content .content .related-trends .card-body .total {
  background-color: #3cb878;
  color: #fff;
  font-size: 0.938rem;
  padding: 0 1.1em;
  border-radius: 2px;
  margin-bottom: 1.2em;
  display: inline-block;
  background-color: var(--primaryColor);
  color: #000;
  margin: 0 0 1.2em 1em;
  padding: 0 0.8em;
}

.statisticalInnerpage .statistical-content .content .related-trends .card-body .science {
  padding: 0 0.9em;
}

.statisticalInnerpage .statistical-content .content .related-trends .card-body .business {
  padding: 0 0.9em;
}

.statisticalInnerpage .statistical-content .content .related-trends .card-body .date {
  font-size: 0.875rem;
  margin-left: 3%;
  color: #a6a6a6;
}

.statisticalInnerpage .statistical-content .content .related-trends .card-body a {
  height: 60px;
  max-height: 100%;
  overflow: hidden;
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 1.25rem;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.statisticalInnerpage .statistical-content .content .related-trends .card-body a:hover,
.statisticalInnerpage .statistical-content .content .related-trends .card-body a:focus {
  color: #db4437;
}

.statisticalInnerpage .statistical-content .content .related-trends .statistical-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.statisticalInnerpage .statistical-content .content .related-trends .statistical-icons ul i {
  color: #a6a6a6;
  font-size: 0.875rem;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  cursor: pointer;
}

.statisticalInnerpage .statistical-content .content .related-trends .statistical-icons ul i:not(:first-child) {
  margin-left: 0.938em;
}

.statisticalInnerpage .statistical-content .content .related-trends .statistical-icons ul i:hover,
.statisticalInnerpage .statistical-content .content .related-trends .statistical-icons ul i:focus {
  color: #db4437;
}

.statisticalInnerpage .statistical-content .content .comments-section .heading h4 {
  font-weight: 700;
}

.statisticalInnerpage .statistical-content .content .comments-section .heading .line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #4e5152;
  margin: 0 0;
  z-index: -1;
}

.statisticalInnerpage .statistical-content .content .comments-section .heading .line::after {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  background-color: #db4437;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment {
  border-bottom: 1px solid #4e5152;
  padding-bottom: 30px;
  margin-top: 30px;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .profile-img {
  height: 70px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 3% 0 4%;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .profile-img i {
  position: absolute;
  left: 0;
  justify-self: flex-end;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 2.5rem;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .profile-img span {
  position: absolute;
  left: 10px;
  top: 23px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .profile-img a {
  max-width: 100%;
  max-height: 100%;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .profile-img a img {
  width: 70px;
  height: 70px;
  max-height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .details .flex-wrapper .date {
  color: #a6a6a6;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .details .flex-wrapper a {
  display: block;
  margin: 0.6em 0;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .details .flex-wrapper a:hover,
.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .details .flex-wrapper a:focus {
  color: #db4437;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .details .edit-comment {
  margin-left: auto;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .details .edit-comment button {
  background-color: transparent;
  color: #fff;
  border: none;
  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;
  position: relative;
  outline: none;
  cursor: auto;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .details .edit-comment i {
  cursor: pointer;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  z-index: 2;
  color: #a6a6a6;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .details .edit-comment i:hover {
  color: #db4437;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .details .edit-comment ul {
  position: absolute;
  top: 20px;
  padding: 1em 0;
  background-color: #181b1b;
  border-radius: 25px;
  display: none;
  z-index: 3;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .details .edit-comment ul li {
  cursor: pointer;
  margin: 10px;
  padding: 0 0.5em;
  border-radius: 25px;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .details .edit-comment ul li:hover {
  background-color: #db4437;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment {
  width: 100%;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .comment-body p {
  color: #a6a6a6;
  font-size: 0.875rem;
  line-height: 2;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .comment-body p .more {
  display: none;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .comment-body p .read {
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  font-weight: bold;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .comment-body p .read:hover {
  color: #db4437;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .comment-multimedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1em 0;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .comment-multimedia img {
  width: 300px;
  height: 180px;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .buttons .btn {
  background-color: #393c3d;
  border: 1px solid #393c3d;
  color: #fff;
  margin-top: 0.8em;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.3em 1em;
  text-transform: capitalize;
  text-align: center;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  margin-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .buttons .btn:hover,
.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .buttons .btn:focus {
  background-color: #db4437;
  border: 1px solid #db4437;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .buttons .btn i {
  margin: 0 5%;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment:nth-child(even) {
  margin-left: 3em;
}

.statisticalInnerpage .statistical-content .content .comments-section .people-comments .hidden-comments {
  display: none;
}

.statisticalInnerpage .statistical-content .content .comments-section .show-more-btn {
  position: relative;
  background-color: #393c3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
  height: 55px;
  margin: 10% auto;
  padding: 0.8em 0;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  border-radius: 5px;
  cursor: pointer;
  z-index: 3;
}

.statisticalInnerpage .statistical-content .content .comments-section .show-more-btn:hover {
  background-color: #db4437;
}

.statisticalInnerpage .statistical-content .content .comments-section .show-more-btn button {
  background-color: transparent;
  width: 100%;
  height: 55px;
  color: #fff;
  border: none;
  outline: none;
  z-index: 2;
  padding-right: 20px;
}

.statisticalInnerpage .statistical-content .content .comments-section .show-more-btn i {
  position: absolute;
  z-index: -1;
  right: 15px;
}

.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .heading h4 {
  font-weight: 700;
}

.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .heading .line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #4e5152;
  margin: 0 0;
  z-index: -1;
}

.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .heading .line::after {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  background-color: #db4437;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .comment-box {
  margin: 6% 0 0;
  position: relative;
}

.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .comment-box textarea {
  background-color: #393c3d;
  border: 1px solid #393c3d;
  color: #fff;
  border-radius: 0;
  font-size: 0.75rem;
  padding: 2em 2.5em;
  resize: none;
}

.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .comment-box textarea:hover::-webkit-input-placeholder,
.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .comment-box textarea:focus::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .comment-box textarea:hover:-ms-input-placeholder,
.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .comment-box textarea:focus:-ms-input-placeholder {
  color: #fff;
  transition-duration: 400ms;
}

.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .comment-box textarea:hover::-ms-input-placeholder,
.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .comment-box textarea:focus::-ms-input-placeholder {
  color: #fff;
  transition-duration: 400ms;
}

.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .comment-box textarea:hover::placeholder,
.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .comment-box textarea:focus::placeholder {
  color: #fff;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .upload-media {
  margin-top: 15px;
}

.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .upload-media .submit-btn {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #f77205), color-stop(45%, #ee2a08), to(#c03920));
  background-image: linear-gradient(90deg, #f77205 10%, #ee2a08 45%, #c03920 100%);
  background-size: 200%;
  background-position: left;
  border: none;
  outline: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.7em 1.9em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 25px;
}

.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .upload-media .submit-btn:hover,
.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .upload-media .submit-btn:focus {
  background-position: right;
}

.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .upload-media .box input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .upload-media .box label {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #06d083), color-stop(40%, #14de5e), to(#27ae60));
  background-image: linear-gradient(90deg, #06d083 10%, #14de5e 40%, #27ae60 100%);
  background-size: 200%;
  background-position: left;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 1rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.7em 1.9em;
  border-radius: 25px;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  color: #fff;
}

.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .upload-media .box label:hover,
.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .upload-media .box label:focus {
  background-position: right;
}

.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .upload-media .ImagePopUp {
  display: none;
  border: none;
  outline: none;
  text-decoration: none;
}

.statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .upload-media .ImagePopUp img {
  width: 500px;
  height: 250px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 1em;
  display: none;
  border: none;
  outline: none;
}

.statisticalInnerpage .statistical-content .sidebar-area .share-post-widget {
  text-align: center;
  border: 1px solid #4e5152;
  padding: 2.5em 1.875em;
}

.statisticalInnerpage .statistical-content .sidebar-area .share-post-widget h6 {
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 2px;
  margin-bottom: 2em;
  text-align: left;
}

.statisticalInnerpage .statistical-content .sidebar-area .share-post-widget .social-link {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 3em 1em 0;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 400ms;
  transition: 400ms;
  padding: 0.6em 0;
}

.statisticalInnerpage .statistical-content .sidebar-area .share-post-widget .social-link:first-of-type {
  background-color: #4c65a8;
}

.statisticalInnerpage .statistical-content .sidebar-area .share-post-widget .social-link:first-of-type:hover,
.statisticalInnerpage .statistical-content .sidebar-area .share-post-widget .social-link:first-of-type:focus {
  background-color: #1d4dd0;
}

.statisticalInnerpage .statistical-content .sidebar-area .share-post-widget .social-link:nth-of-type(2) {
  background-color: #41a1f6;
}

.statisticalInnerpage .statistical-content .sidebar-area .share-post-widget .social-link:nth-of-type(2):hover,
.statisticalInnerpage .statistical-content .sidebar-area .share-post-widget .social-link:nth-of-type(2):focus {
  background-color: #0082f5;
}

.statisticalInnerpage .statistical-content .sidebar-area .share-post-widget .social-link:last-of-type {
  background-color: #f43535;
}

.statisticalInnerpage .statistical-content .sidebar-area .share-post-widget .social-link:last-of-type:hover,
.statisticalInnerpage .statistical-content .sidebar-area .share-post-widget .social-link:last-of-type:focus {
  background-color: #fb0808;
}

.statisticalInnerpage .statistical-content .sidebar-area .share-post-widget .social-link i {
  margin-right: 0.7em;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget {
  border: 1px solid #4e5152;
  margin: 3em auto;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget .bottom-line {
  border-bottom: 1px solid #4e5152;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget a img {
  width: 120px;
  height: 120px;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  cursor: pointer;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget a {
  color: #fff;
  font-size: 1.125rem;
  text-decoration: none;
  display: block;
  margin: 1em 0 0.5em;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget a:hover,
.statisticalInnerpage .statistical-content .sidebar-area .auther-widget a:focus {
  color: #db4437;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget .auther-social-info {
  margin: 1em 0;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget .auther-social-info a {
  text-decoration: none;
  display: inline;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget .auther-social-info a:not(:first-child) {
  margin-left: 0.5em;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget .auther-social-info a i {
  font-size: 0.875rem;
  color: #a6a6a6;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget .auther-social-info a i:hover,
.statisticalInnerpage .statistical-content .sidebar-area .auther-widget .auther-social-info a i:focus {
  color: #db4437;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget p {
  font-size: 0.875rem;
  line-height: 2;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget .auther-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget .auther-data p {
  font-size: 0.875rem;
  padding: 10% 14%;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget .auther-data p:last-child {
  border-left: 1px solid #4e5152;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget .auther-data p span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget .add-trend-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #4e5152;
  padding: 1.5em;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget .add-trend-btn button {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  justify-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 0.5em;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #f77205), color-stop(45%, #ee2a08), to(#c03920));
  background-image: linear-gradient(90deg, #f77205 10%, #ee2a08 45%, #c03920 100%);
  background-size: 200%;
  background-position: left;
  border: none;
  color: #fff;
  font-size: 1rem;
  padding: 7px 10px;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget .add-trend-btn button:hover,
.statisticalInnerpage .statistical-content .sidebar-area .auther-widget .add-trend-btn button:focus {
  background-position: right;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget .add-trend-btn button i {
  margin-left: 3px;
  margin-top: 3px;
}

.statisticalInnerpage .statistical-content .sidebar-area .auther-widget .add-trend-btn img {
  width: 25%;
}

@media (min-width: 1200px) {
  .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment {
    margin-left: 120px;
  }

  .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .comment-body p {
    width: 83%;
  }
}

@media (max-width: 1199.98px) {
  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .related-trends .card-body .news {
    padding: 0 0.6em;
    font-size: 0.838rem;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .related-trends .card-body .game {
    padding: 0 0.6em;
    font-size: 0.838rem;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .related-trends .card-body .science {
    padding: 0 0.6em;
    font-size: 0.838rem;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .related-trends .card-body .business {
    padding: 0 0.6em;
    font-size: 0.838rem;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .related-trends .card-body .total {
    margin: 0 0 1.2em 0.3em;
    padding: 0 0.6em;
    font-size: 0.838rem;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .related-trends .card-body .date {
    font-size: 0.775rem;
    margin-left: 2%;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .related-trends .statistical-icons ul i {
    font-size: 0.8rem;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .related-trends .statistical-icons ul i:not(:first-child) {
    margin-left: 0.538em;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment {
    margin-left: 110px;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .comment-body p {
    width: 83%;
  }
}

@media (max-width: 991.98px) {
  .statisticalTrendBlogPage .statisticalInnerpage .wrapper .videoImage {
    width: 100%;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content {
    width: 100%;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .related-trends .card-body .total {
    margin: 0 0 1.2em 0.3em;
    padding: 0 0.3em;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .related-trends .card-body .date {
    font-size: 0.775rem;
    margin-left: 2%;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment {
    margin-left: 122px;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .comment-body p {
    width: 83%;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .profile-img {
    margin-left: 6%;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .email {
    margin-top: 1em;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .sidebar-area .share-post-widget {
    padding: 2.5em 0.875em;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .sidebar-area .share-post-widget .social-link {
    margin: 0 2em 1em 0;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .sidebar-area .auther-widget p {
    font-size: 0.8rem;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .sidebar-area .auther-widget .add-trend-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1em;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .sidebar-area .auther-widget .add-trend-btn button {
    font-size: 0.9rem;
    padding: 10px 10px;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .sidebar-area .auther-widget .add-trend-btn img {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 767.98px) {
  .statisticalTrendBlogPage .statisticalInnerpage .wrapper .videoImage {
    width: 85%;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content {
    width: 80%;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .category {
    margin: 5% 0;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .vote-wrapper .vote-body p {
    font-size: 0.9rem;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .vote-wrapper .vote-body button {
    font-size: 1rem;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .email {
    margin-top: 1em;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .upload-media .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .upload-media .row .submit-btn {
    font-size: 0.8rem;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .upload-media .row .box label {
    font-size: 0.8rem;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .sidebar-area .share-post-widget {
    width: 100%;
    padding: 2.5em 0.875em;
    margin-top: 3em;
    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;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .sidebar-area .share-post-widget .social-link {
    margin: 0 0 2em 0;
    width: 250px;
    font-size: 1rem;
    padding: 0.8em 0;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .sidebar-area .auther-widget {
    width: 100%;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .sidebar-area .auther-widget p {
    font-size: 1rem;
    padding: 10% 20%;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .sidebar-area .auther-widget .add-trend-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .sidebar-area .auther-widget .add-trend-btn button {
    font-size: 1.3rem;
    padding: 10px 10px;
    margin-bottom: 1em;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .sidebar-area .auther-widget .add-trend-btn button i {
    margin-top: 6px;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .sidebar-area .auther-widget .add-trend-btn img {
    width: 20%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (max-width: 575.98px) {
  .statisticalInnerpage .wrapper .videoImage {
    width: 100%;
  }

  .statisticalInnerpage .wrapper .videoImage a:hover i {
    width: 55px;
    height: 55px;
    font-size: 1.5rem;
  }

  .statisticalInnerpage .wrapper .videoImage a i {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }

  .statisticalInnerpage .statistical-content {
    width: 100%;
  }

  .statisticalInnerpage .statistical-content .category {
    margin: 5% 0;
  }

  .statisticalInnerpage .statistical-content h4 {
    font-size: 1.1rem;
  }

  .statisticalInnerpage .statistical-content .content .vote-wrapper .vote-body p {
    font-size: 0.9rem;
  }

  .statisticalInnerpage .statistical-content .content .vote-wrapper .vote-body button {
    font-size: 1rem;
  }

  .statisticalInnerpage .statistical-content .content .post-details .publisher span {
    font-size: 0.775rem;
  }

  .statisticalInnerpage .statistical-content .content .post-details .publisher i {
    margin: 0 1em;
  }

  .statisticalInnerpage .statistical-content .content .related-trends .card-body .news {
    padding: 0 0.2em;
    font-size: 0.838rem;
  }

  .statisticalInnerpage .statistical-content .content .related-trends .card-body .game {
    padding: 0 0.2em;
    font-size: 0.838rem;
  }

  .statisticalInnerpage .statistical-content .content .related-trends .card-body .total {
    margin: 0 0 1.2em 0.3em;
    padding: 0 0.2em;
    font-size: 0.838rem;
  }

  .statisticalInnerpage .statistical-content .content .related-trends .card-body .date {
    font-size: 0.775rem;
    margin-left: 2%;
  }

  .statisticalInnerpage .statistical-content .content .related-trends a {
    font-size: 0.8rem;
    height: 40px;
  }

  .statisticalInnerpage .statistical-content .content .related-trends .statistical-icons ul i {
    font-size: 0.71rem;
  }

  .statisticalInnerpage .statistical-content .content .related-trends .statistical-icons ul i:not(:first-child) {
    margin-left: 0.538em;
  }

  .statisticalInnerpage .statistical-content .content .vote-box p {
    font-size: 0.9rem;
  }

  .statisticalInnerpage .statistical-content .content .vote-box .vote-btn a {
    font-size: 1rem;
  }

  .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment {
    margin-left: 0 !important;
    margin-top: 1em;
  }

  .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .comment-body p {
    width: 100% !important;
  }

  .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .profile-img {
    margin-left: 7% !important;
  }

  .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment:nth-child(even) {
    margin-left: 0;
  }

  .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .btn:not(:first-child) {
    margin-right: 1%;
  }

  .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .flex-wrapper .edit-comment {
    margin-left: 60%;
  }

  .statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .comment-box .flex-wrapper i {
    top: 100px;
  }

  .sidebar-btn {
    display: none;
  }
}

@media (max-width: 479.98px) {
  .statisticalTrendBlogPage .statisticalInnerpage {
    padding: 2em 0 0;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .wrapper .videoImage {
    width: 100%;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content {
    width: 100%;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .category {
    margin: 5% 0;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .post-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .post-details .publisher {
    width: 100%;
    margin-bottom: 3%;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .post-details .content-icons {
    margin-left: 0;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .topic-body {
    margin-top: 1em;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .topic-body p {
    font-size: 0.8rem;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .vote-wrapper .vote-body p {
    font-size: 0.9rem;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .vote-wrapper .vote-body button {
    font-size: 1rem;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment:nth-child(even) {
    margin-left: 0;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .details .edit-comment {
    margin-left: 30%;
    font-size: 14px;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .details .flex-wrapper a {
    font-size: 0.8rem;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .comment-info .profile-img a img {
    width: 55px;
    height: 55px;
    margin-left: 5px;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .comment-body p {
    font-size: 0.8rem;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .btn {
    font-size: 0.8rem;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment .comment-multimedia img {
    width: 260px;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .people-comments .add-comment .user-comment video {
    width: 260px;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .show-more-btn {
    width: 195;
    padding: 0.5em;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .show-more-btn button {
    font-size: 14px;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .show-more-btn i {
    font-size: 14px;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .upload-media .row .submit-btn {
    font-size: 0.8rem;
    font-weight: normal;
    padding: 0.7em 1em;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .upload-media .row .box label {
    font-size: 0.8rem;
    font-weight: normal;
    padding: 0.7em 1em;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .upload-media .ImagePopUp img {
    width: 150px;
    height: 150px;
    margin: auto;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .sidebar-area .share-post-widget {
    margin-top: 2em;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .sidebar-area .share-post-widget .social-link {
    font-size: 0.8rem;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .sidebar-area .auther-widget p {
    font-size: 0.8rem;
    padding: 15%;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .sidebar-area .auther-widget .add-trend-btn button {
    font-size: 1rem;
  }

  .statisticalTrendBlogPage .statisticalInnerpage .statistical-content .sidebar-area .auther-widget .add-trend-btn button i {
    margin-top: 3px;
  }

  .statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .comment-box .flex-wrapper i {
    top: 100px;
  }

  .statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .comment-box .upload-media .submit-btn {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 47% !important;
    flex: 0 0 47% !important;
    max-width: 47% !important;
    font-size: 0.7rem;
  }

  .statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .comment-box .upload-media .box {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 66% !important;
    flex: 0 0 66% !important;
    max-width: 66% !important;
    margin: 5% 0 0 5%;
  }

  .statisticalInnerpage .statistical-content .content .comments-section .leaveReplay .comment-form .comment-box .upload-media .box label {
    font-size: 0.7rem;
    padding: 0.5rem 1.25rem;
  }
}

.get-in-touch {
  background-color: #222627;
  font-family: "Acme", sans-serif;
  background: url("../images/background01.jpg") no-repeat;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  color: #fff;
}

.contact-us {
  padding: 6em 0 10em;
}

.contact-us h1 {
  font-size: 55px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 5px 43px #e5ad2e;
}

.contact-us hr {
  background-color: #fff;
  margin: 3em 10em;
}

.contact-us p {
  text-align: center;
  margin: 2em 0;
  font-size: 1.1rem;
  color: #fff;
}

.contact-us .contacts {
  margin: auto;
}

.contact-us .contacts .card {
  background-color: transparent;
  border-radius: 40px;
  border: 8px solid #fff;
  -webkit-box-shadow: 0 0px 60px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0px 60px 0 rgba(255, 255, 255, 0.5);
}

.contact-us .contacts .card .card-body .contact-email {
  position: relative;
  text-align: center;
  cursor: pointer;
  background-color: #0c0c0c;
  width: 80%;
  margin: auto;
  border-radius: 25px;
  padding: 10px;
  border: 1px solid var(--primaryColor);
  margin: 1.5em auto;
}

.contact-us .contacts .card .card-body .contact-email .service {
  color: #fff;
  text-shadow: 0px 2px 32px #fff;
  font-size: 1.3rem;
}

.contact-us .contacts .card .card-body .contact-email .email-wrapper {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  border-radius: 25px;
  padding: 10px;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

.contact-us .contacts .card .card-body .contact-email .email-wrapper .email-link {
  color: var(--primaryColor);
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  background-color: var(--primaryColor);
  background-image: linear-gradient(-75deg, #ffffff 0, white 5%, white 5%, rgba(255, 255, 255, 0.5) 10%, var(--primaryColor) 10%, var(--primaryColor) 100%);
  background-size: 200% 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-animation: shining 2s linear infinite;
  background-clip: text;
  animation: shining 2s linear infinite;
}

@media (max-width: 1199.98px) {
  .contact-us .contacts .card .card-body .contact-email .email-wrapper .email-link {
    font-size: 1.188rem;
  }
}

@media (max-width: 767.98px) {
  .contact-us .contacts .card .card-body .contact-email .email-wrapper .email-link {
    font-size: 0.9rem;
  }
}

.contact-us .contacts .divider {
  margin: 1em 10em;
  background-color: #949494;
}

.aboutPage {
  background: #222627;
}

.aboutPage .carousel .carousel-control-prev {
  left: -80px;
}

.aboutPage .carousel .carousel-control-next {
  right: -80px;
}

.aboutPage .missions-effect-section,
.aboutPage .Statistical-Trend,
.aboutPage .Special-Offers,
.aboutPage .Online-Auction,
.aboutPage .Our-Charity,
.aboutPage .Business-Adves,
.aboutPage .Uniqe-Activities {
  display: none;
}

.aboutPage .selectors {
  color: #fff;
  min-height: 100px;
}

.aboutPage .selectors ul {
  width: 1020px;
  margin: 10% auto;
}

.aboutPage .selectors ul li {
  cursor: pointer;
  float: left;
  margin-left: 11px;
  margin-bottom: 30px;
  background-color: #ff000091;
  padding: 15px;
  border-radius: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.aboutPage .selectors ul li:hover {
  background-color: #ff0000f2;
}

.aboutPage .selectors ul li a {
  color: #fff;
  text-decoration: none;
}

.aboutPage .selectors ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.aboutPage .selectors ul .active-section {
  background-color: #ff0000f2;
}

.aboutPage .content {
  color: #a6a6a6;
  margin-bottom: 30px;
  text-align: justify;
}

.aboutPage .content .row {
  margin-top: 60px;
}

.aboutPage .content h3 {
  font-size: 26px;
  color: #fff;
  text-shadow: 0px 5px 43px rgba(229, 173, 46, 0.7);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-shadow: 0px 5px 43px rgba(255, 255, 255, 0.7);
}

@media (max-width: 500px) {
  .aboutPage .content h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 479.98px) {
  .aboutPage .content h3 {
    font-size: 2.125rem;
  }
}

.aboutPage .content .line {
  position: relative;
  width: 200px;
  height: 1px;
  background-color: #4e5152;
  margin: 0 auto;
  z-index: -1;
}

.aboutPage .content .line::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #db4437;
  bottom: 0;
  left: 25%;
  z-index: 2;
}

.aboutPage .content .missions-effect {
  margin-left: 55px;
}

.aboutPage .missionsTheory {
  font-family: roboto, sans-serif;
  margin-bottom: 100px;
}

.aboutPage .missionsTheory .container .heading {
  margin-bottom: 3em;
}

.aboutPage .missionsTheory .container .heading .missionTitle {
  font-size: 3.125rem;
  color: #fff;
  text-shadow: 0px 5px 43px rgba(229, 173, 46, 0.7);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-shadow: 0px 5px 43px rgba(255, 255, 255, 0.7);
}

@media (max-width: 500px) {
  .aboutPage .missionsTheory .container .heading .missionTitle {
    font-size: 2.5rem;
  }
}

@media (max-width: 479.98px) {
  .aboutPage .missionsTheory .container .heading .missionTitle {
    font-size: 2.125rem;
  }
}

.aboutPage .missionsTheory .container .heading .line {
  position: relative;
  width: 200px;
  height: 1px;
  background-color: #4e5152;
  margin: 0 auto;
  z-index: -1;
}

.aboutPage .missionsTheory .container .heading .line::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #db4437;
  bottom: 0;
  left: 25%;
  z-index: 2;
}

.aboutPage .missionsTheory .container .mySlider {
  color: #fff;
}

.aboutPage .missionsTheory .container .mySlider .row>div {
  padding: 0;
}

.aboutPage .missionsTheory .container .mySlider .row .leftBox {
  height: 500px;
}

.aboutPage .missionsTheory .container .mySlider .row .leftBox li {
  height: 100%;
  max-height: 100%;
  overflow-y: scroll;
  display: none;
}

.aboutPage .missionsTheory .container .mySlider .row .leftBox li:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(90%, rgba(21, 20, 20, 0.32)), to(rgba(0, 0, 0, 0.28)));
  background: linear-gradient(to top, black 0%, rgba(21, 20, 20, 0.32) 90%, rgba(0, 0, 0, 0.28) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.aboutPage .missionsTheory .container .mySlider .row .leftBox li .postContent {
  height: 100%;
  position: relative;
}

.aboutPage .missionsTheory .container .mySlider .row .leftBox li .postContent .imgInfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 1;
  padding: 20px;
}

.aboutPage .missionsTheory .container .mySlider .row .leftBox li .postContent .imgInfo button {
  background: #db4437;
  border: none;
  outline: none;
  padding: 1px 14px;
  color: #fff;
  border-radius: 4px;
}

.aboutPage .missionsTheory .container .mySlider .row .leftBox li .postContent .imgInfo .uplode {
  width: 50%;
  margin: 20px 0;
  height: 200px;
  float: left;
}

.aboutPage .missionsTheory .container .mySlider .row .leftBox li .postContent .imgInfo .uplode img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aboutPage .missionsTheory .container .mySlider .row .leftBox li .postContent .imgInfo a {
  color: #fff;
  font-size: 25px;
  margin: 20px 0;
  width: 80%;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.aboutPage .missionsTheory .container .mySlider .row .leftBox li .postContent .imgInfo a:hover {
  color: #db4437;
  text-decoration: underline;
}

.aboutPage .missionsTheory .container .mySlider .row .leftBox li .postContent .imgInfo p {
  margin: 15px 0;
}

.aboutPage .missionsTheory .container .mySlider .row .leftBox li .postContent .imgInfo .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 30%;
  color: #fff;
}

.aboutPage .missionsTheory .container .mySlider .row .leftBox li .postContent .imgInfo .post-meta span {
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.aboutPage .missionsTheory .container .mySlider .row .leftBox li .postContent .imgInfo .post-meta span:hover {
  color: #db4437;
}

.aboutPage .missionsTheory .container .mySlider .row .leftBox li.active {
  display: block;
}

.aboutPage .missionsTheory .container .mySlider .row .rightBox {
  background-color: #393c3d;
  min-height: 500px;
  max-height: 500px;
  overflow-y: scroll;
}

.aboutPage .missionsTheory .container .mySlider .row .rightBox li {
  border-left: 4px solid #393c3d;
  position: relative;
}

.aboutPage .missionsTheory .container .mySlider .row .rightBox li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  cursor: pointer;
}

.aboutPage .missionsTheory .container .mySlider .row .rightBox li a img {
  width: 110px;
  height: 80px;
}

.aboutPage .missionsTheory .container .mySlider .row .rightBox li a .imgInfo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 20px;
  padding-top: 5px;
}

.aboutPage .missionsTheory .container .mySlider .row .rightBox li a .imgInfo h6 {
  color: #fff;
}

.aboutPage .missionsTheory .container .mySlider .row .rightBox li a .imgInfo .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aboutPage .missionsTheory .container .mySlider .row .rightBox li a .imgInfo .post-meta button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.aboutPage .missionsTheory .container .mySlider .row .rightBox li a .imgInfo .post-meta span {
  display: inline-block;
  color: #a6a6a6;
  font-size: 15px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.aboutPage .missionsTheory .container .mySlider .row .rightBox li a .imgInfo .post-meta span:hover {
  color: #fff;
}

.aboutPage .missionsTheory .container .mySlider .row .rightBox li.active {
  border-left-color: #db4437;
}

.aboutPage .missionsTheory .container .mySlider .row .rightBox li.active a {
  background-color: #4d5051;
}

.aboutPage .active-section {
  display: block;
}

@media (max-width: 1199.98px) {
  .aboutPage .selectors ul {
    width: 100%;
  }

  .aboutPage .selectors ul li {
    margin-left: 6px;
    margin-bottom: 15px;
    padding: 13px;
    text-align: center;
  }

  .aboutPage .content .missions-effect {
    margin-left: 0;
  }

  .aboutPage .content .missions-effect img {
    margin-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .aboutPage .selectors ul {
    width: 740px;
  }

  .aboutPage .selectors ul li {
    margin-left: 6px;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
  }

  .aboutPage .content .missions-effect {
    margin-left: 0;
  }

  .aboutPage .content .missions-effect img {
    margin-bottom: 30px;
  }

  .aboutPage .missionsTheory .container .mySlider .row .leftBox li .postContent .imgInfo .uplode {
    width: 100%;
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .aboutPage .selectors ul {
    width: 490px;
  }

  .aboutPage .selectors ul li {
    margin-left: 6px;
    margin-bottom: 15px;
    padding: 5px;
    text-align: center;
  }

  .aboutPage .content .missions-effect {
    margin-left: 0;
  }

  .aboutPage .content .missions-effect img {
    margin-bottom: 30px;
  }

  .aboutPage .missionsTheory .container .mySlider .row .leftBox li .postContent .imgInfo a {
    font-size: 20px;
    width: 100%;
  }

  .aboutPage .missionsTheory .container .mySlider .row .leftBox li .postContent .imgInfo h3 {
    font-size: 20px;
    text-align: right;
    color: #a6a6a6;
  }
}

@media (max-width: 479.98px) {
  .aboutPage .selectors ul {
    width: 294px;
  }

  .aboutPage .selectors ul li {
    margin-left: 6px;
    margin-bottom: 15px;
    padding: 5px;
    width: 100%;
    text-align: center;
  }

  .aboutPage .content .missions-effect {
    margin-left: 0;
  }

  .aboutPage .content .missions-effect img {
    margin-bottom: 30px;
  }

  .aboutPage .missionsTheory .container .mySlider .row .leftBox li .postContent .imgInfo a {
    font-size: 1rem;
  }

  .aboutPage .missionsTheory .container .mySlider .row .leftBox li .postContent .imgInfo p {
    font-size: 13px;
  }
}

.faqPage {
  font-family: "Acme", sans-serif;
  background-color: #222627;
}

.faqPage .faqContent .faq-intro h2 {
  text-shadow: 0px 5px 43px #e5ad2e;
  color: #fff;
  font-size: 8vmin;
  padding-top: 50px;
}

.faqPage .faqContent .faq-intro hr {
  background-color: #fff;
  margin: 2em 7em;
}

.faqPage .faqContent .faq-intro p {
  margin: 2em 0;
  font-size: 3vmin;
  color: #fff;
}

.faqPage .faqContent .faqRow {
  margin: 120px 0;
}

.faqPage .faqContent .faqRow .tabs {
  max-height: 500px;
  overflow-y: scroll;
}

.faqPage .faqContent .faqRow .tabs li {
  color: #fff;
  background-color: #000;
  margin-bottom: 10px;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.faqPage .faqContent .faqRow .tabs li:hover {
  color: var(--primaryColor);
}

.faqPage .faqContent .faqRow .tabs li:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  border-width: 35px;
  border-color: #222627 #222627 #222627 #000;
  border-style: solid;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.faqPage .faqContent .faqRow .faqBody {
  background: #201e1e;
  padding: 15px;
  border-radius: 20px;
  max-height: 500px;
  overflow-y: scroll;
}

.faqPage .faqContent .faqRow .faqBody li {
  display: none;
}

.faqPage .faqContent .faqRow .faqBody li h2 {
  color: var(--primaryColor);
  text-align: center;
  margin: 10px 0 20px 0;
  text-shadow: 0 4px 10px #fff;
}

.faqPage .faqContent .faqRow .faqBody li .accordionUp .card {
  background-color: #0f0f0f;
  overflow: visible;
  border: none;
  margin: 15px;
  border-radius: 20px;
}

.faqPage .faqContent .faqRow .faqBody li .accordionUp .card .card-header {
  background-color: #000;
  border-radius: 18px 18px 0 0;
  padding: 5px;
}

.faqPage .faqContent .faqRow .faqBody li .accordionUp .card .card-header h2 {
  margin: 0;
}

.faqPage .faqContent .faqRow .faqBody li .accordionUp .card .card-header h2 button {
  color: #e74c3c;
  text-shadow: 0px 5px 43px rgba(231, 76, 60, 0.3);
  letter-spacing: 2px;
  width: 100%;
}

.faqPage .faqContent .faqRow .faqBody li .accordionUp .card .card-header h2 button:hover {
  text-decoration: none;
}

.faqPage .faqContent .faqRow .faqBody li .accordionUp .card .card-body .accordionInside .cardInside {
  margin: 15px;
  border-radius: 20px;
}

.faqPage .faqContent .faqRow .faqBody li .accordionUp .card .card-body .accordionInside .cardInside .card-header {
  border-radius: 18px;
}

.faqPage .faqContent .faqRow .faqBody li .accordionUp .card .card-body .accordionInside .cardInside .card-header h2 button {
  text-shadow: 0px 5px 43px rgba(52, 152, 219, 0.3);
  color: #3498db;
}

.faqPage .faqContent .faqRow .faqBody li .accordionUp .card .card-body .accordionInside .cardInside .card-header h2 button:hover {
  text-decoration: none;
}

.faqPage .faqContent .faqRow .faqBody li .accordionUp .card .card-body .accordionInside .cardInside .card-body {
  color: #fff;
}

.faqPage .faqContent .faqRow .faqBody li.active {
  display: block;
}

@media (max-width: 992px) {
  .faqPage .faqContent .faqRow {
    margin: 50px 0;
  }

  .faqPage .faqContent .faqRow>div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .faqPage .faqContent .faqRow>div:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .faqPage .faqContent .faqRow .tabs li {
    color: #fff;
    background-color: #000;
    margin-bottom: 10px;
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
  }

  .faqPage .faqContent .faqRow .tabs li:before {
    display: none;
  }

  .faqPage .faqContent .faqRow .faqBody {
    margin-top: 50px;
  }

  .faqPage .faqContent .faqRow .faqBody li .collapse .card h2 {
    font-size: 20px;
  }

  .faqPage .faqContent .faqRow .faqBody li .collapse .card p {
    font-size: 15px;
  }
}

.termsPage {
  font-family: "Acme", sans-serif;
  background-color: #222627;
}

.termsPage .termsContent .terms-intro h2 {
  text-shadow: 0px 2px 7px #222627;
  color: #fff;
  font-size: 8vmin;
  padding-top: 50px;
}

.termsPage .termsContent .terms-intro hr {
  background-color: #fff;
  margin: 2em 7em;
}

.termsPage .termsContent .terms-intro p {
  margin: 2em 0;
  font-size: 3vmin;
  color: #fff;
}

.termsPage .termsContent .termsRow {
  margin: 120px 0;
}

.termsPage .termsContent .termsRow .termsBody {
  background: #181b1b;
  padding: 15px;
  border-radius: 20px;
  max-height: 500px;
  overflow-y: scroll;
}

.termsPage .termsContent .termsRow .termsBody li {
  display: none;
}

.termsPage .termsContent .termsRow .termsBody li h2 {
  color: var(--primaryColor);
  text-align: center;
  margin: 10px 0 20px 0;
  text-shadow: 0 4px 10px #fff;
}

.termsPage .termsContent .termsRow .termsBody li .accordionUp .card {
  background-color: #0f0f0f;
  overflow: visible;
  border: none;
  margin: 15px;
  border-radius: 20px;
}

.termsPage .termsContent .termsRow .termsBody li .accordionUp .card .card-header {
  background-color: #000;
  border-radius: 18px 18px 0 0;
  padding: 5px;
}

.termsPage .termsContent .termsRow .termsBody li .accordionUp .card .card-header h2 {
  margin: 0;
}

.termsPage .termsContent .termsRow .termsBody li .accordionUp .card .card-header h2 button {
  color: #e74c3c;
  text-shadow: 0px 5px 43px rgba(231, 76, 60, 0.3);
  letter-spacing: 2px;
  width: 100%;
}

.termsPage .termsContent .termsRow .termsBody li .accordionUp .card .card-header h2 button:hover {
  text-decoration: none;
}

.termsPage .termsContent .termsRow .termsBody li .accordionUp .card .card-body .accordionInside .cardInside {
  margin: 15px;
  border-radius: 20px;
}

.termsPage .termsContent .termsRow .termsBody li .accordionUp .card .card-body .accordionInside .cardInside .card-header {
  border-radius: 18px;
}

.termsPage .termsContent .termsRow .termsBody li .accordionUp .card .card-body .accordionInside .cardInside .card-header h2 button {
  text-shadow: 0px 5px 43px rgba(52, 152, 219, 0.3);
  color: #3498db;
}

.termsPage .termsContent .termsRow .termsBody li .accordionUp .card .card-body .accordionInside .cardInside .card-header h2 button:hover {
  text-decoration: none;
}

.termsPage .termsContent .termsRow .termsBody li .accordionUp .card .card-body .accordionInside .cardInside .card-body {
  color: #fff;
}

.termsPage .termsContent .termsRow .termsBody li.active {
  display: block;
}

.termsPage .termsContent .termsRow .tabs {
  max-height: 500px;
  overflow-y: scroll;
}

.termsPage .termsContent .termsRow .tabs li {
  color: #fff;
  background-color: #000;
  margin-bottom: 10px;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  border-radius: 40px;
}

.termsPage .termsContent .termsRow .tabs li:hover {
  color: var(--primaryColor);
}

@media (max-width: 992px) {
  .termsPage .termsContent .termsRow {
    margin: 50px 0;
  }

  .termsPage .termsContent .termsRow>div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .termsPage .termsContent .termsRow>div:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .termsPage .termsContent .termsRow .tabs li {
    color: #fff;
    background-color: #000;
    margin-bottom: 10px;
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
  }

  .termsPage .termsContent .termsRow .tabs li:before {
    display: none;
  }

  .termsPage .termsContent .termsRow .termsBody {
    margin-top: 50px;
  }

  .termsPage .termsContent .termsRow .termsBody li .collapse .card h2 {
    font-size: 20px;
  }

  .termsPage .termsContent .termsRow .termsBody li .collapse .card p {
    font-size: 15px;
  }
}

.missionsCost {
  background: #222627;
  /* Track */
}

.missionsCost ::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.01);
}

.missions-cost {
  font-family: "Acme", sans-serif;
  padding: 0 0 6em;
}

.missions-cost .mission {
  margin: 5em auto 0;
}

.missions-cost .mission .card {
  border: 1px solid #121212;
  border-radius: 20px;
}

.missions-cost .mission .card .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.missions-cost .mission .card .heading.card-header {
  background-color: #121212;
  border: 1px solid #121212;
  border-radius: 17px 17px 0 0;
  color: var(--primaryColor);
  font-size: 1.875rem;
  letter-spacing: 4px;
  text-align: center;
  text-shadow: 0px 5px 43px #e5ad2e;
}

.missions-cost .mission .card .heading h5 {
  font-size: 30px;
}

.missions-cost .mission .card .heading h5:last-child {
  text-align: center;
  margin: auto;
}

.missions-cost .mission .card .heading .divider {
  border: 1px solid var(--primaryColor);
  margin-left: 17%;
}

.missions-cost .mission .card .tabs-body {
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 25px;
  overflow: hidden;
}

.missions-cost .mission .card .tabs-body .tabs-cost,
.missions-cost .mission .card .tabs-body .tabs-profits,
.missions-cost .mission .card .tabs-body .tabs-unique {
  overflow-y: scroll;
  width: 100%;
}

.missions-cost .mission .card .tabs-body .tabs-cost .tabs-switch,
.missions-cost .mission .card .tabs-body .tabs-profits .tabs-switch,
.missions-cost .mission .card .tabs-body .tabs-unique .tabs-switch {
  height: 100%;
}

.missions-cost .mission .card .tabs-body .tabs-cost .tabs-switch .tab-link,
.missions-cost .mission .card .tabs-body .tabs-profits .tabs-switch .tab-link,
.missions-cost .mission .card .tabs-body .tabs-unique .tabs-switch .tab-link {
  padding: 0.4em;
  margin: 1.3em 0.625em;
  border: 2px solid #000;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-box-shadow: 0 13px 15px 0 rgba(113, 113, 113, 0.33);
  box-shadow: 0 13px 15px 0 rgba(113, 113, 113, 0.33);
}

.missions-cost .mission .card .tabs-body .tabs-cost .tabs-switch .tab-link:hover,
.missions-cost .mission .card .tabs-body .tabs-profits .tabs-switch .tab-link:hover,
.missions-cost .mission .card .tabs-body .tabs-unique .tabs-switch .tab-link:hover {
  background-color: #000;
  color: var(--primaryColor);
  border: 2px solid var(--primaryColor);
}

.missions-cost .mission .card .tabs-body .tabs-cost .tabs-switch .tab-link.active,
.missions-cost .mission .card .tabs-body .tabs-profits .tabs-switch .tab-link.active,
.missions-cost .mission .card .tabs-body .tabs-unique .tabs-switch .tab-link.active {
  background-color: #000;
  color: var(--primaryColor);
  border: 2px solid var(--primaryColor);
}

.missions-cost .mission .card .tabs-body .tabs-unique {
  margin-top: 30px;
}

.missions-cost .mission .card .seperator {
  border: 1px solid #000;
}

.missions-cost .mission .card .cost-content,
.missions-cost .mission .card .profits-content,
.missions-cost .mission .card .unique-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: none;
}

.missions-cost .mission .card .cost-content .card-title,
.missions-cost .mission .card .profits-content .card-title,
.missions-cost .mission .card .unique-content .card-title {
  font-weight: bold;
}

.missions-cost .mission .card .cost-content .card-text,
.missions-cost .mission .card .profits-content .card-text,
.missions-cost .mission .card .unique-content .card-text {
  font-size: 1rem;
  max-height: 250px;
  overflow-y: scroll;
}

.missions-cost .mission .card .profits-content .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  text-align: center;
  border: 2px solid #000;
}

.missions-cost .mission .card .profits-content .flex-wrapper .divider {
  border-left: 2px solid #000;
}

.missions-cost .mission .card .profits-content .rate-list,
.missions-cost .mission .card .profits-content .bonus-list,
.missions-cost .mission .card .profits-content .total-list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  height: 100%;
  max-height: 100%;
}

.missions-cost .mission .card .profits-content .rate-list h5,
.missions-cost .mission .card .profits-content .bonus-list h5,
.missions-cost .mission .card .profits-content .total-list h5 {
  border-bottom: 2px solid #000;
  height: 100%;
}

.missions-cost .mission .card .profits-content .rate-list p,
.missions-cost .mission .card .profits-content .bonus-list p,
.missions-cost .mission .card .profits-content .total-list p {
  padding-bottom: 5px;
}

.missions-cost .mission .card .profits-content .rate-list p:not(:last-child),
.missions-cost .mission .card .profits-content .bonus-list p:not(:last-child),
.missions-cost .mission .card .profits-content .total-list p:not(:last-child) {
  border-bottom: 1px solid #000;
}

.missions-cost .mission .card .selected {
  display: block;
}

@media (max-width: 1199.98px) {
  .missions-cost .mission .card .tabs-body .tabs-cost ul li {
    margin: 0.625em 0.3em;
    font-size: 0.938rem;
  }

  .missions-cost .mission .card .tabs-body .tabs-profits ul li {
    margin: 0.625em 0.3em;
    font-size: 0.938rem;
  }
}

@media (max-width: 991.98px) {
  .missions-cost .mission .card .profits-content .flex-wrapper {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 479.98px) {
  .missions-cost .mission .card .card-title {
    font-size: 1.2rem;
  }

  .missions-cost .mission .card .heading h5 {
    font-size: 1.5rem;
    margin: 0;
  }

  .missions-cost .mission .card .heading .divider {
    margin: 0 auto;
  }

  .missions-cost .mission .card .tabs-body .tabs-cost ul li,
  .missions-cost .mission .card .tabs-body .tabs-profits ul li,
  .missions-cost .mission .card .tabs-body .tabs-unique ul li {
    font-size: 1rem;
  }

  .missions-cost .mission .card .cost-content .card-title,
  .missions-cost .mission .card .profits-content .unique-content .card-title {
    font-size: 1.2rem;
  }

  .missions-cost .mission .card .cost-content .card-text,
  .missions-cost .mission .card .profits-content .unique-content .card-text {
    font-size: 1rem;
  }

  .missions-cost .mission .card .profits-content .flex-wrapper {
    margin-top: 0;
  }

  .missions-cost .mission .card .profits-content .flex-wrapper .rate-list h5,
  .missions-cost .mission .card .profits-content .flex-wrapper .bonus-list h5,
  .missions-cost .mission .card .profits-content .flex-wrapper .total-list h5 {
    font-size: 18px;
  }
}

.stat-archives-page {
  background-color: #222627;
  color: #fff;
}

.stat-archives-page .s-archives {
  padding: 5em 0;
}

.stat-archives-page .s-archives .countryFilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 4em;
}

.stat-archives-page .s-archives .countryFilter ::-webkit-scrollbar-track {
  background: #121212;
}

.stat-archives-page .s-archives .countryFilter .countries,
.stat-archives-page .s-archives .countryFilter .provinces,
.stat-archives-page .s-archives .countryFilter .areas {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
  background-color: #121212;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #a6a6a6;
  font-weight: bold;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6px 10px;
  -webkit-box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
  box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
}

.stat-archives-page .s-archives .countryFilter .countries ul li .fa-globe-americas,
.stat-archives-page .s-archives .countryFilter .provinces ul li .fa-globe-americas,
.stat-archives-page .s-archives .countryFilter .areas ul li .fa-globe-americas {
  color: #0e6faf;
  font-size: 20px;
}

.stat-archives-page .s-archives .countryFilter .countries .hidden-list,
.stat-archives-page .s-archives .countryFilter .provinces .hidden-list,
.stat-archives-page .s-archives .countryFilter .areas .hidden-list {
  cursor: pointer;
  margin-left: 10px;
  width: 100%;
}

.stat-archives-page .s-archives .countryFilter .countries .hidden-list li,
.stat-archives-page .s-archives .countryFilter .provinces .hidden-list li,
.stat-archives-page .s-archives .countryFilter .areas .hidden-list li {
  display: none;
}

.stat-archives-page .s-archives .countryFilter .countries .hidden-list li.selected,
.stat-archives-page .s-archives .countryFilter .provinces .hidden-list li.selected,
.stat-archives-page .s-archives .countryFilter .areas .hidden-list li.selected {
  display: block;
}

.stat-archives-page .s-archives .countryFilter .countries .slideMenu,
.stat-archives-page .s-archives .countryFilter .provinces .slideMenu,
.stat-archives-page .s-archives .countryFilter .areas .slideMenu {
  position: absolute;
  background-color: #121212;
  height: 195px;
  z-index: 3;
  top: 40px;
  padding: 0.625em 1.25em;
  border-radius: 0 0 0 25px;
  overflow-y: scroll;
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
  box-shadow: 0 0 10px rgba(158, 158, 158, 0.3);
}

.stat-archives-page .s-archives .countryFilter .countries .slideMenu input,
.stat-archives-page .s-archives .countryFilter .provinces .slideMenu input,
.stat-archives-page .s-archives .countryFilter .areas .slideMenu input {
  height: calc(1em + 0.75rem + 2px);
  background-color: #181b1b;
  color: #fff;
  border: 1px solid #000;
}

.stat-archives-page .s-archives .countryFilter .countries .slideMenu input::-webkit-input-placeholder,
.stat-archives-page .s-archives .countryFilter .provinces .slideMenu input::-webkit-input-placeholder,
.stat-archives-page .s-archives .countryFilter .areas .slideMenu input::-webkit-input-placeholder {
  color: #fff;
}

.stat-archives-page .s-archives .countryFilter .countries .slideMenu input:-ms-input-placeholder,
.stat-archives-page .s-archives .countryFilter .provinces .slideMenu input:-ms-input-placeholder,
.stat-archives-page .s-archives .countryFilter .areas .slideMenu input:-ms-input-placeholder {
  color: #fff;
}

.stat-archives-page .s-archives .countryFilter .countries .slideMenu input::-ms-input-placeholder,
.stat-archives-page .s-archives .countryFilter .provinces .slideMenu input::-ms-input-placeholder,
.stat-archives-page .s-archives .countryFilter .areas .slideMenu input::-ms-input-placeholder {
  color: #fff;
}

.stat-archives-page .s-archives .countryFilter .countries .slideMenu input::placeholder,
.stat-archives-page .s-archives .countryFilter .provinces .slideMenu input::placeholder,
.stat-archives-page .s-archives .countryFilter .areas .slideMenu input::placeholder {
  color: #fff;
}

.stat-archives-page .s-archives .countryFilter .countries .slideMenu li,
.stat-archives-page .s-archives .countryFilter .provinces .slideMenu li,
.stat-archives-page .s-archives .countryFilter .areas .slideMenu li {
  padding: 0.1em 0.625em;
  margin: 0.625em 0;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  cursor: pointer;
}

.stat-archives-page .s-archives .countryFilter .countries .slideMenu li i,
.stat-archives-page .s-archives .countryFilter .provinces .slideMenu li i,
.stat-archives-page .s-archives .countryFilter .areas .slideMenu li i {
  margin-right: 5px;
}

.stat-archives-page .s-archives .countryFilter .countries .slideMenu li:hover,
.stat-archives-page .s-archives .countryFilter .provinces .slideMenu li:hover,
.stat-archives-page .s-archives .countryFilter .areas .slideMenu li:hover {
  background-color: #db4437;
  color: #fff;
  border-radius: 25px;
  padding: 0.1em 0.925em;
}

.stat-archives-page .s-archives .countryFilter .countries .slideMenu li.active,
.stat-archives-page .s-archives .countryFilter .provinces .slideMenu li.active,
.stat-archives-page .s-archives .countryFilter .areas .slideMenu li.active {
  background-color: #db4437;
  border-radius: 25px;
  padding: 0.1em 0.625em;
  color: #fff;
}

.stat-archives-page .s-archives .countryFilter .countries .countriesList,
.stat-archives-page .s-archives .countryFilter .provinces .countriesList,
.stat-archives-page .s-archives .countryFilter .areas .countriesList {
  width: 93%;
}

.stat-archives-page .s-archives .heading {
  margin: 50px 0;
}

.stat-archives-page .s-archives .heading h3 {
  font-size: 3.125rem;
  color: #fff;
  text-shadow: 0px 5px 43px rgba(229, 173, 46, 0.7);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-shadow: 0px 5px 43px rgba(255, 255, 255, 0.7);
}

@media (max-width: 500px) {
  .stat-archives-page .s-archives .heading h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 479.98px) {
  .stat-archives-page .s-archives .heading h3 {
    font-size: 2.125rem;
  }
}

.stat-archives-page .s-archives .heading .line {
  position: relative;
  width: 200px;
  height: 1px;
  background-color: #4e5152;
  margin: 0 auto;
  z-index: -1;
}

.stat-archives-page .s-archives .heading .line::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #db4437;
  bottom: 0;
  left: 25%;
  z-index: 2;
}

.stat-archives-page .s-archives .accordionUp {
  width: 100%;
  margin-bottom: 50px;
}

.stat-archives-page .s-archives .accordionUp .card {
  background-color: #0f0f0f;
  overflow: visible;
  border: none;
  margin: 15px;
  border-radius: 20px;
}

.stat-archives-page .s-archives .accordionUp .card .card-header {
  background-color: #000;
  border-radius: 18px 18px 0 0;
  padding: 5px;
}

.stat-archives-page .s-archives .accordionUp .card .card-header h2 {
  margin: 0;
}

.stat-archives-page .s-archives .accordionUp .card .card-header h2 button {
  color: #e74c3c;
  text-shadow: 0px 5px 43px rgba(231, 76, 60, 0.3);
  letter-spacing: 2px;
  width: 100%;
}

.stat-archives-page .s-archives .accordionUp .card .card-header h2 button:hover {
  text-decoration: none;
}

.stat-archives-page .s-archives .accordionUp .card .card-body .accordionInside .cardInside {
  margin: 15px;
  border-radius: 20px;
}

.stat-archives-page .s-archives .accordionUp .card .card-body .accordionInside .cardInside .card-header {
  border-radius: 18px;
}

.stat-archives-page .s-archives .accordionUp .card .card-body .accordionInside .cardInside .card-header h2 button {
  text-shadow: 0px 5px 43px rgba(52, 152, 219, 0.3);
  color: #3498db;
}

.stat-archives-page .s-archives .accordionUp .card .card-body .accordionInside .cardInside .card-header h2 button:hover {
  text-decoration: none;
}

.stat-archives-page .s-archives .accordionUp .card .card-body .accordionInside .cardInside .card-body {
  color: #fff;
}

@media (max-width: 1199.98px) {

  .stat-archives-page .s-archives .countryFilter .countries,
  .stat-archives-page .s-archives .countryFilter .provinces,
  .stat-archives-page .s-archives .countryFilter .areas {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 991.98px) {

  .stat-archives-page .s-archives .countryFilter .countries,
  .stat-archives-page .s-archives .countryFilter .provinces,
  .stat-archives-page .s-archives .countryFilter .areas {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (max-width: 767.98px) {
  .stat-archives-page .s-archives .countryFilter {
    -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;
    align-items: center;
  }

  .stat-archives-page .s-archives .countryFilter .countries,
  .stat-archives-page .s-archives .countryFilter .provinces,
  .stat-archives-page .s-archives .countryFilter .areas {
    margin-top: 1em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 479.98px) {
  .stat-archives-page .s-archives .countryFilter {
    -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;
    align-items: center;
    margin-bottom: 2em;
  }

  .stat-archives-page .s-archives .countryFilter .countries,
  .stat-archives-page .s-archives .countryFilter .provinces,
  .stat-archives-page .s-archives .countryFilter .areas {
    margin-top: 1em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}

@font-face {
  font-family: DOCK11;
  src: url(../css/webfonts/_fee_heavy_dock11.otf);
}

.profileTickets {
  background-color: #222627;
  color: #fff;
}

.profileTickets .ff-container.ff-inactive .ff-canvas.ff-canvas-ready {
  -webkit-box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
}

.tickets {
  padding: 5em 0 10em;
}

.tickets .modal .modal-dialog .modal-content {
  color: #fff;
  border-radius: 25px;
}

.tickets .modal .modal-dialog .modal-content .cancel {
  margin-left: auto;
  padding: 10px;
  color: #fff;
  outline: none;
}

.tickets .modal .modal-dialog .modal-content .modal-body ol {
  list-style: disc;
}

.tickets .modal .modal-dialog .modal-content .modal-body ol li input {
  position: relative;
  top: 3px;
  margin-left: 3px;
  margin: 10px 0;
}

.tickets .modal .modal-dialog .modal-content .modal-body .message .comment-box textarea {
  background-color: #181b1b;
  border: none;
  outline: none;
  border-radius: 25px;
  width: 100%;
  margin: 5px 0;
  resize: none;
  padding: 15px;
  color: #fff;
}

.tickets .modal .modal-dialog .modal-content .modal-body .message .comment-box textarea::-webkit-input-placeholder {
  color: #a6a6a6;
}

.tickets .modal .modal-dialog .modal-content .modal-body .message .comment-box textarea:-ms-input-placeholder {
  color: #a6a6a6;
}

.tickets .modal .modal-dialog .modal-content .modal-body .message .comment-box textarea::-ms-input-placeholder {
  color: #a6a6a6;
}

.tickets .modal .modal-dialog .modal-content .modal-body .message .comment-box textarea::placeholder {
  color: #a6a6a6;
}

.tickets .modal .modal-dialog .modal-content .modal-body .message .upload-media {
  margin-top: 15px;
}

.tickets .modal .modal-dialog .modal-content .modal-body .message .upload-media .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tickets .modal .modal-dialog .modal-content .modal-body .message .upload-media .row .submit-btn {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #f77205), color-stop(45%, #ee2a08), to(#c03920));
  background-image: linear-gradient(90deg, #f77205 10%, #ee2a08 45%, #c03920 100%);
  background-size: 200%;
  background-position: left;
  border: none;
  outline: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.7em 1.9em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 25px;
}

.tickets .modal .modal-dialog .modal-content .modal-body .message .upload-media .row .submit-btn:hover,
.tickets .modal .modal-dialog .modal-content .modal-body .message .upload-media .row .submit-btn:focus {
  background-position: right;
}

.tickets .modal .modal-dialog .modal-content .modal-body .message .upload-media .row .box input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.tickets .modal .modal-dialog .modal-content .modal-body .message .upload-media .row .box label {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #06d083), color-stop(40%, #14de5e), to(#27ae60));
  background-image: linear-gradient(90deg, #06d083 10%, #14de5e 40%, #27ae60 100%);
  background-size: 200%;
  background-position: left;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 1rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.7em 1.9em;
  border-radius: 25px;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  color: #fff;
}

.tickets .modal .modal-dialog .modal-content .modal-body .message .upload-media .row .box label:hover,
.tickets .modal .modal-dialog .modal-content .modal-body .message .upload-media .row .box label:focus {
  background-position: right;
}

.tickets .modal .modal-dialog .modal-content .modal-body .message .upload-media .ImagePopUp {
  display: none;
  border: none;
  outline: none;
  text-decoration: none;
}

.tickets .modal .modal-dialog .modal-content .modal-body .message .upload-media .ImagePopUp img {
  width: 120px;
  height: 120px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  display: none;
  border: none;
  outline: none;
}

.tickets .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tickets .heading .head {
  position: relative;
  font-size: 100px;
  font-family: DOCK11;
  letter-spacing: 5px;
  color: #cfcfcf;
  text-shadow: 0px 0px 1px #a7a7a7, 0px 1px 1px #a7a7a7, 0px 2px 1px #a7a7a7, 1px 1px 1px #a7a7a7, 1px 2px 1px #a7a7a7, 1px 3px 1px #a7a7a7, 2px 2px 1px #a7a7a7, 2px 3px 1px #a7a7a7, 2px 4px 1px #a7a7a7, 1px 10px 30px rgba(0, 0, 0, 0.8), 1px 10px 70px rgba(0, 0, 0, 0.8), 0px 5px 5px rgba(0, 0, 0, 0.8), -5px 5px 20px rgba(0, 0, 0, 0.8), 5px 5px 20px rgba(0, 0, 0, 0.8), 1px 1px 120px rgba(255, 255, 255, 0.5);
}

.tickets .heading .head::after {
  content: "TICKETS.";
  text-align: center;
  font-size: 100px;
  letter-spacing: 5px;
  font-family: dock11;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 0px 0px 100px rgba(11, 124, 199, 0.8);
  -webkit-animation: text3d 10s linear infinite;
  animation: text3d 10s linear infinite;
}

.tickets .cards {
  margin-top: 5em;
  font-family: "Acme", sans-serif;
}

.tickets .cards .card {
  background-color: #181b1b;
  color: #fff;
  border-radius: 25px 0;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.5), 10px 0 10px 4px rgba(0, 0, 0, 0.5), 0 10px 8px 3px rgba(0, 0, 0, 0.5), 5px 5px 5px 2px rgba(0, 0, 0, 0.5), 0 0 130px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.5), 10px 0 10px 4px rgba(0, 0, 0, 0.5), 0 10px 8px 3px rgba(0, 0, 0, 0.5), 5px 5px 5px 2px rgba(0, 0, 0, 0.5), 0 0 130px 0 rgba(255, 255, 255, 0.3);
  width: 90%;
  margin-bottom: 3em;
}

.tickets .cards .card .card-header {
  background-color: #121212;
  border-bottom: 1px solid #c8344a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 25px 0;
  -webkit-box-shadow: 0 10px 40px 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 40px 5px rgba(0, 0, 0, 0.8);
}

.tickets .cards .card .card-header .text-3d {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #feca57;
  text-shadow: 0 1px 0 #feca57, 0 2px 0 #feca57, 0 3px 0 #feca57, 0 4px 0 #feca57, 0 1px 5px rgba(0, 0, 0, 0.05), 0 3px 5px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.15), 0 7px 10px rgba(0, 0, 0, 0.2), 0 10px 15px rgba(0, 0, 0, 0.25);
}

.tickets .cards .card .card-header .fines-head,
.tickets .cards .card .card-header .rewards-head {
  font-size: 1.5rem;
  margin-left: 43%;
}

.tickets .cards .card .card-header .fines-head {
  color: #ee5253;
}

.tickets .cards .card .card-header .rewards-head {
  color: #1dd1a1;
}

.tickets .cards .card .card-header .report {
  margin-left: auto;
}

.tickets .cards .card .card-header .report span {
  font-size: 1.25rem;
  color: #fff;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  cursor: pointer;
}

.tickets .cards .card .card-header .report span:hover {
  color: #db4437;
}

.tickets .cards .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tickets .cards .card .card-body .profile-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.tickets .cards .card .card-body .profile-img img {
  width: 150px;
  height: 150px;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #c8344a;
  border-radius: 25px 0;
  -webkit-box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
}

.tickets .cards .card .card-body .card-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.tickets .cards .card .card-body .card-content .card-title {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.tickets .cards .card .card-body .card-content ul {
  text-align: center;
}

.tickets .cards .card .card-body .card-content ul li {
  display: inline;
  font-size: 1.25rem;
  padding-bottom: 5px;
}

.tickets .cards .card .card-body .card-content ul li:not(:last-child) {
  border-right: 1px solid #c8344a;
  padding-right: 10px;
  margin-right: 10px;
}

.tickets .cards .card .card-body .card-content ul li img {
  width: 30px;
  height: 30px;
}

.tickets .cards .card .card-body .card-content .card-text {
  margin: 1em auto 0.5em;
  width: 80%;
}

.tickets .cards .card .multimedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2em;
}

.tickets .cards .card .multimedia img {
  width: 350px;
  height: 200px;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tickets .cards .card .multimedia video {
  width: 350px;
  height: 200px;
  max-width: 100%;
  max-height: 100%;
  -webkit-box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767.98px) {
  .tickets .modal .modal-dialog .modal-content .modal-body .message .upload-media .row .submit-btn {
    font-size: 0.8rem;
  }

  .tickets .modal .modal-dialog .modal-content .modal-body .message .upload-media .row .box label {
    font-size: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .tickets .cards .card {
    width: 100%;
  }
}

@media (max-width: 479.98px) {
  .tickets .modal .modal-dialog .modal-content .modal-body h3 {
    font-size: 1rem;
  }

  .tickets .modal .modal-dialog .modal-content .modal-body ol li {
    font-size: 0.8rem;
  }

  .tickets .modal .modal-dialog .modal-content .modal-body .message .comment-box textarea {
    height: 100px;
  }

  .tickets .modal .modal-dialog .modal-content .modal-body .message .upload-media .row .submit-btn {
    font-size: 0.8rem;
    font-weight: normal;
    padding: 0.7em 0.8em;
  }

  .tickets .modal .modal-dialog .modal-content .modal-body .message .upload-media .row .box label {
    font-size: 0.8rem;
    font-weight: normal;
    padding: 0.7em 0.8em;
  }

  .tickets .modal .modal-dialog .modal-content .modal-body .message .upload-media .row .ImagePopUp img {
    width: 100px;
    height: 100px;
  }

  .tickets .heading .head {
    font-size: 50px;
  }

  .tickets .heading .head::after {
    font-size: 50px;
  }

  .tickets .cards .card {
    width: 100%;
  }

  .tickets .cards .card .card-header .fines-head {
    margin-left: 30%;
  }

  .tickets .cards .card .card-header .rewards-head {
    margin-left: 20%;
  }

  .tickets .cards .card .card-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tickets .cards .card .card-body .profile-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.5em;
  }

  .tickets .cards .card .card-body .card-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tickets .cards .card .card-body .card-content .card-text {
    width: 100%;
  }

  .tickets .cards .card .multimedia img {
    width: 250px;
  }

  .tickets .cards .card .multimedia video {
    width: 250px;
  }
}

/* Start footer */
footer {
  width: -webkit-fill-available;
  background-color: #000;
  padding-top: 20px;
  border-top: 3px outset var(--primaryColor);
}

footer .linksSectionOne h6,
footer .linksSectionTow h6 {
  color: var(--primaryColor);
  margin-bottom: 27px;
}

footer .linksSectionOne ul li:hover a,
footer .linksSectionTow ul li:hover a {
  color: #fff;
}

footer .linksSectionOne ul li:hover a.charity,
footer .linksSectionTow ul li:hover a.charity {
  color: green;
}

footer .linksSectionOne ul li a,
footer .linksSectionTow ul li a {
  color: #999999;
}

footer .linksSectionOne ul li a.charity,
footer .linksSectionTow ul li a.charity {
  color: #0fd30f;
}

footer .socialSection h6 {
  color: var(--primaryColor);
  margin-bottom: 27px;
}

footer .socialSection ul li {
  margin: 10px 0;
}

footer .socialSection ul li:first-child:hover a {
  color: #3b5999;
}

footer .socialSection ul li:nth-child(2):hover a {
  color: #e4405f;
}

footer .socialSection ul li:nth-child(3):hover a {
  color: #55acee;
}

footer .socialSection ul li:last-child:hover a {
  color: #0077b5;
}

footer .socialSection ul li a {
  text-decoration: none;
  color: #999999;
  font-size: 20px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

footer .socialSection ul li a i {
  margin-right: 10px;
}

footer .pFooter {
  padding: 20px;
  margin-top: 50px;
  color: var(--primaryColor);
  border-top: 1px solid gray;
  text-align: center;
}

footer .pFooter a {
  cursor: pointer;
  color: var(--primaryColor);
}

@media (max-width: 767.98px) {
  footer .row>div {
    margin-bottom: 25px;
  }

  footer .ContactSection .item a {
    font-size: 10px;
    width: 100px;
  }

  footer .subscribeSection form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer .subscribeSection form input {
    width: 100%;
    padding: 10px 15px;
    border-radius: 0;
  }

  footer .subscribeSection form button {
    width: 100%;
    border-radius: 0;
  }

  footer .pFooter {
    padding: 25px;
    margin-top: 0px;
    color: gray;
    border-top: 1px solid gray;
    text-align: center;
  }

  footer .pFooter a {
    color: #b8b0b0 !important;
    cursor: pointer;
  }
}

/* End Footer */

/*# sourceMappingURL=main.css.map */

.replayRow {
  border-bottom: 1px solid #cbc473;
  margin-bottom: 1em;
  margin-top: 1em;
  font-weight: 400;
}

.replayRow .replayInfo p {
  color: #aaa;
}

.commentReplay {
  flex-grow: 1;
  margin: 0 0.4em;
  background: #1c1c1c;
  color: #aaa;
  padding: 0 0.5em;
  border: none;
  /* border-radius: 50px; */
  font-size: 14px;
}

.totalCostInput {
  background-color: #424242;
  color: white;
}