@import url("bootstrap.min.css");
@import url("bootstrap-extended.min.css");
@import url("style.min.css");
@import url("colors.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,500;0,700;1,700&amp;display=swap");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("gallery.css");
@import url("player.css");
@import url("slicknav.min.css");

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/*-- media query --*/
@import 'nice-selct.css';
* {
  outline: none;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

a {
  color: #13afe9;
  transition: 0.3s;
}

a:hover,
a:active,
a:focus {
  transition: all ease-in-out 0.3s;
  color: #083c84;
}

:focus-visible {
  outline: none;
}

button:focus:not(:focus-visible) {
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
}

::-webkit-input-placeholder {
  color: #083c84 !important;
}

:focus::-webkit-input-placeholder {
  opacity: 0.5;
  color: #083c84;
}

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000000;
}
#preloder .loader {
  display: block;
  height: 32px;
  width: 32px;
}
#preloder .loader span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
}
#preloder .loader span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  animation: spin-1 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@keyframes spin-1 {
  0% {
    transform: translate3d(0, -32px, 0) scale(0, 2);
    opacity: 0;
  }
  50% {
    transform: translate3d(0, 0, 0) scale(1.25, 1.25);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 8px, 0) scale(0, 0);
    opacity: 0;
  }
}
#preloder .loader::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  border: 3px solid #ffffff;
  border-bottom: 3px solid transparent;
  border-radius: 50%;
  animation: spin-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@keyframes spin-2 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(180deg);
  }
  60% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.search-switch {
  display: block;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

.search-model {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
.search-model .search-model-form {
  padding: 0 0 0 1rem;
  position: relative;
  display: flex;
  border-radius: 1rem;
  background: #ffffff;
  width: 60%;
}
.search-model .search-model-form input {
  border: none;
  border-radius: 1rem;
  width: 100%;
}
.search-model .search-model-form .btn-w {
  min-width: 60px;
  z-index: 100;
}
.search-model .search-close-switch {
  position: relative;
  width: 60px;
  height: 60px;
  background: #083c84;
  color: #ffffff;
  text-align: center;
  border-radius: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}
.search-model .search-close-switch:hover {
  background-color: #13afe9;
}

.hero-light {
  padding-top: 1rem;
}
.hero-light .hero-light-slider.owl-carousel .owl-item.active .hero-light-con .label,
.hero-light .hero-light-slider.owl-carousel .owl-item.active .hero-light-con .heading,
.hero-light .hero-light-slider.owl-carousel .owl-item.active .hero-light-con p,
.hero-light .hero-light-slider.owl-carousel .owl-item.active .hero-light-con .last {
  top: 0;
  opacity: 1;
}
.hero-light .hero-light-slider.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.hero-light .hero-light-slider.owl-carousel .owl-dots button {
  height: 8px;
  width: 8px;
  background: #083c84;
  border-radius: 50%;
  margin-right: 10px;
}
.hero-light .hero-light-slider.owl-carousel .owl-dots button.active {
  background: #ffffff;
}
.hero-light .hero-light-slider.owl-carousel .owl-dots button:last-child {
  margin-right: 0;
}
.hero-light .hero-light-slider.owl-carousel .owl-nav button {
  font-size: 1.2rem;
  height: 46px;
  width: 46px;
  background: #ffffff;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  transform: rotate(45deg);
  position: relative;
  z-index: 1;
  position: absolute;
  left: 12px;
  top: 53%;
  margin-top: -47px;
  border-radius: 1rem;
  transition: all ease-in-out 0.3s;
}
.hero-light .hero-light-slider.owl-carousel .owl-nav button:hover {
  background-color: #13afe9;
}
.hero-light .hero-light-slider.owl-carousel .owl-nav button:hover:after {
  background-color: #083c84;
}
.hero-light .hero-light-slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 12px;
}
.hero-light .hero-light-slider.owl-carousel .owl-nav button:after {
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  height: 2.5rem;
  width: 2.5rem;
  background: #000000;
  content: "";
  z-index: -1;
  margin: 0 auto;
  border-radius: 1rem;
}
.hero-light .hero-light-slider.owl-carousel .owl-nav button span {
  transform: rotate(-45deg);
  display: block;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .hero-light .hero-light-slider.owl-carousel .owl-nav {
    display: none;
  }
}
.hero-light .hero-light-items {
  padding: 120px 0 120px 0px;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-light .hero-light-items:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .hero-light .hero-light-items {
    padding: 25px 0 42px 0px;
  }
}
.hero-light .hero-light-items .hero-light-con {
  position: relative;
  z-index: 9;
  text-align: center;
}
.hero-light .hero-light-items .hero-light-con .label {
  font-size: 0.875rem;
  color: #000000;
  background: #f5d002;
  padding: 5px 14px 3px;
  display: inline-block;
  position: relative;
  top: -100px;
  opacity: 0;
  transition: all, 0.2s;
  border-radius: 1rem;
}
.hero-light .hero-light-items .hero-light-con .heading {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 52px;
  margin-top: 35px;
  margin-bottom: 8px;
  position: relative;
  top: -100px;
  opacity: 0;
  transition: all, 0.4s;
}
.hero-light .hero-light-items .hero-light-con p {
  color: #ffffff;
  margin-bottom: 40px;
  position: relative;
  top: -100px;
  opacity: 0;
  transition: all, 0.6s;
}
.hero-light .hero-light-items .hero-light-con .last {
  position: relative;
  top: -100px;
  opacity: 0;
  transition: all, 0.8s;
}

.hero {
  position: relative;
}
.hero .video-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15rem 0;
}
.hero .video-image .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero .video-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.hero .bg,
.hero .bg2 {
  background-color: #083c84;
  background-image: url(../images/hero/hero-bg.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  background-size: cover;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .bg::before,
.hero .bg2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 0;
}
.hero .bg2 {
  background-image: url(../images/hero/hero-bg2.jpg);
}
.hero .max {
  max-width: 650px;
  margin: 0 auto;
}
.hero .owl-nav .owl-prev,
.hero .owl-nav .owl-next {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.8) !important;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 1rem;
}
.hero .owl-nav .owl-prev i,
.hero .owl-nav .owl-next i {
  color: #ffffff;
}
.hero .owl-nav .owl-prev span,
.hero .owl-nav .owl-next span {
  font-size: 1.5rem;
  color: #ffffff;
}
.hero .owl-nav .owl-prev:focus,
.hero .owl-nav .owl-next:focus {
  outline: 0;
}
.hero .owl-nav .owl-prev:hover,
.hero .owl-nav .owl-next:hover {
  background: #083c84 !important;
}
.hero .owl-nav .owl-next {
  left: unset;
  right: 15px;
}
.hero .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.hero:hover .owl-prev {
  left: 10px;
  opacity: 1;
}
.hero:hover .owl-next {
  right: 10px;
  opacity: 1;
}
.hero .label {
  font-size: 0.875rem;
  color: #000000;
  background: #f5d002;
  padding: 5px 14px 3px;
  display: inline-block;
  position: relative;
  transition: all, 0.2s;
  border-radius: 1rem;
}

.hero-boxed {
  padding-top: 1rem;
}
.hero-boxed #hero-boxed-slider.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
.hero-boxed #hero-boxed-slider.owl-carousel .owl-dots button {
  height: 8px;
  width: 8px;
  background: #083c84;
  border-radius: 50%;
  margin-right: 10px;
}
.hero-boxed #hero-boxed-slider.owl-carousel .owl-dots button.active {
  background: #ffffff;
}
.hero-boxed #hero-boxed-slider.owl-carousel .owl-dots button:last-child {
  margin-right: 0;
}
.hero-boxed #hero-boxed-slider.owl-carousel .owl-nav button {
  font-size: 1.2rem;
  height: 46px;
  width: 46px;
  background: rgba(0, 0, 0, 0.6);
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -46x;
  border-radius: 1rem;
  transition: all ease-in-out 0.3s;
}
.hero-boxed #hero-boxed-slider.owl-carousel .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.9);
}
.hero-boxed #hero-boxed-slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 12px;
}
.hero-boxed #hero-boxed-slider.owl-carousel .owl-nav button span {
  display: block;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .hero-boxed #hero-boxed-slider.owl-carousel .owl-nav {
    display: none;
  }
}
.hero-boxed .hero-boxed-items {
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 1rem;
  min-height: 55vh;
  border-radius: 1rem;
  opacity: 0.3;
  overflow: hidden;
  position: relative;
}
.hero-boxed .hero-boxed-items:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.hero-boxed .hero-boxed-items .hero-con {
  position: relative;
  z-index: 9;
  text-align: center;
}
.hero-boxed .hero-boxed-items .hero-con .label {
  font-size: 0.875rem;
  color: #000000;
  background: #f5d002;
  padding: 5px 14px 3px;
  display: inline-block;
  position: relative;
  border-radius: 1rem;
}
.hero-boxed .hero-boxed-items .hero-con .heading {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
}
.hero-boxed .hero-boxed-items .hero-con p {
  color: #ffffff;
  margin-bottom: 1rem;
  position: relative;
}
.hero-boxed .hero-boxed-items .hero-con a {
  position: relative;
}
.hero-boxed .owl-item.active.center .hero-boxed-items {
  opacity: 1;
}

.product-episode-card {
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-episode-card .pic {
  float: left;
  margin-right: 15px;
  width:130px;
}
.product-episode-card .pic img {
  width:130px;
  height:130px;
}
.product-episode-card .content {
  overflow: hidden;
}
.product-episode-card .content ul {
  margin-bottom: 10px;
}
.product-episode-card .content ul li {
  list-style: none;
  font-size: 10px;
  color: #ffffff;
  font-weight: 700;
  padding: 1px 10px;
  background: #13afe9;
  border-radius: 50px;
  display: inline-block;
}
.product-episode-card .content .heading {
  margin-bottom: 10px;
}
.product-episode-card .content .heading a {
  color: #ffffff;
  font-weight: 700;
  line-height: 26px;
}
.product-episode-card .content .heading a:hover {
  color: #13afe9;
}
.product-episode-card .content span {
  display: block;
  font-size: 0.875rem;
  color: #e0e8ee;
}

.product-card {
  margin-bottom: 30px;
}
.product-card .img-con {
  height: 300px;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.product-card .img-con .wrap-card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.product-card .img-con .wrap-card .video-btn {
  top: -40px;
  position: absolute;
}
.product-card .img-con .wrap-card .video-btn .icon-wrapper {
  border: 2px solid #ffffff;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease;
}
.product-card .img-con .wrap-card .video-btn .icon-wrapper:hover {
  background-color: #13afe9;
}
.product-card .img-con:hover .wrap-card {
  opacity: 1;
  visibility: visible;
}
.product-card .img-con:hover .wrap-card .video-btn {
  top: 45%;
}
.product-card .img-con:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.24);
  top: 0;
  left: 0;
  z-index: 0;
}
.product-card .img-con .ep {
  font-size: 0.875rem;
  color: #ffffff;
  background: #083c84;
  display: inline-block;
  padding: 2px 12px;
  border-radius: 1rem;
  position: absolute;
  left: 10px;
  bottom: 40px;
}
.product-card .img-con .comment,
.product-card .img-con .view {
  font-size: 0.75rem;
  color: #f5d002;
  background: #000000;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 1rem;
}
.product-card .img-con .comment {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.product-card .img-con .view {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.product-card .product-card-con {
  padding-top: 1rem;
}
.product-card .product-card-con ul {
  margin-bottom: 10px;
}
.product-card .product-card-con ul li {
  list-style: none;
  font-size: 0.75rem;
  color: #000000;
  font-weight: 700;
  padding: 1px 10px;
  background: #f5d002;
  border-radius: 50px;
  display: inline-block;
}
.product-card .product-card-con a {
  color: #ffffff;
  font-size: 1rem;
}
.product-card .product-card-con a:hover {
  color: #083c84;
}

.bg-color-light .product-card .product-card-con a {
  color: #000000;
  font-size: 1rem;
}
.bg-color-light .product-card .product-card-con a:hover {
  color: #083c84;
}

.features {
  position: relative;
}
.features .owl-nav {
  top: 0px;
  margin: 0;
  left: 0;
  width: 100%;
}
.features .owl-nav button.owl-prev,
.features .owl-nav button.owl-next {
  padding: 2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #083c84;
  font-size: 2rem;
}
.features .owl-nav button.owl-prev:hover,
.features .owl-nav button.owl-next:hover {
  background-color: #13afe9;
  border: 2px solid #13afe9;
}

.filter-controls li {
  list-style: none;
  color: #13afe9;
  display: inline-block;
  margin-right: 7px;
  cursor: pointer;
}
.filter-controls li.active, .filter-controls li:hover {
  color: #083c84;
}
.filter-controls li:last-child {
  margin-right: 0;
}

.gallery-cards {
  height: 380px;
  position: relative;
  border-radius: 1rem;
  margin-bottom: 20px;
  overflow: hidden;
}
.gallery-cards .btn-action {
  position: absolute;
  bottom: 45%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-in;
}
.gallery-cards::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 0;
}
.gallery-cards:hover .gallery-card-wrap {
  visibility: visible;
  opacity: 1;
}
.gallery-cards:hover .btn-action {
  visibility: visible;
  opacity: 1;
}
.gallery-cards .gallery-card-wrap {
  display: flex;
  justify-content: space-between;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  position: relative;
}
.gallery-cards .gallery-card-wrap .ep {
  font-size: 0.875rem;
  color: #ffffff;
  background: #083c84;
  display: inline-block;
  padding: 2px 12px;
  border-radius: 1rem;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.gallery-cards .gallery-card-wrap .view {
  font-size: 0.875rem;
  color: #ffffff;
  background: #000000;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 1rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
.gallery-cards .head {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  padding: 0 30px 0 20px;
  text-align: center;
}
.gallery-cards .head a {
  color: #ffffff;
  font-weight: 700;
  line-height: 26px;
}

.subscribe form input {
  width: 100%;
  background-color: transparent;
  border: none;
  color: #ffffff;
  border-radius: 1rem;
}
.subscribe form input:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.subscribe form .btn-subscribe {
  min-width: 60px;
  z-index: 10;
}
.subscribe .subscribe-bg::before {
  content: "";
  background: url(../images/section/subscribe-img.png) repeat;
  background-size: cover;
  background-position: 0 0;
  display: block;
  width: 48%;
  position: absolute;
  right: 0;
  top: 0;
  min-height: 310px;
  height: 420px;
  animation: slide 30s linear alternate infinite;
  background-repeat: repeat;
  background-position: 0 0;
}
@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -512px -512px;
  }
}
@media screen and (max-width: 992px) {
  .subscribe .subscribe-bg::before {
    position: relative;
    width: 100%;
  }
}

.footer {
  background-color: rgba(0, 0, 0, 0.9);
}
.footer h1,
.footer h2,
.footer h3,
.footer h4 {
  color: #13afe9;
}
.footer p {
  line-height: 2.2rem;
}
.footer .link-list li {
  line-height: 2.5rem;
}
.footer .link-list li a {
  color: #ffffff;
  font-size: 0.875rem;
  padding: 0 0 0.5rem 0;
}
.footer .link-list li a:hover {
  color: #13afe9;
}
.footer .social a,
.footer .social .botom-link {
  color: #ffffff;
}
.footer .social a:hover,
.footer .social .botom-link:hover {
  color: #13afe9;
}
.footer .copyright {
  background-color: rgba(0, 0, 0, 0.2);
}
.footer .svg-icon svg {
  fill: #083c84;
  transition: all ease-in-out 0.3s;
}
.footer .svg-icon svg:hover {
  fill: #13afe9;
}
.footer .insta-feed {
  display: flex;
  flex-wrap: wrap;
}
.footer .insta-feed li {
  margin: 1rem;
  position: relative;
}
.footer .insta-feed li a {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 1rem;
}
.footer .insta-feed li img {
  width: auto;
  border-radius: 1rem;
}

.bg-color-light .footer {
  background-color: #e0e8ee;
}
.bg-color-light .footer h1,
.bg-color-light .footer h2,
.bg-color-light .footer h3,
.bg-color-light .footer h4 {
  color: #000000;
}
.bg-color-light .footer p {
  line-height: 2.2rem;
}
.bg-color-light .footer .link-list li {
  line-height: 2.5rem;
}
.bg-color-light .footer .link-list li a {
  color: #000000;
  font-size: 0.875rem;
  padding: 0 0 0.5rem 0;
}
.bg-color-light .footer .link-list li a:hover {
  color: #13afe9;
}
.bg-color-light .footer .social ul {
  display: flex;
}
.bg-color-light .footer .social ul li a {
  background-color: #083c84;
  color: #ffffff;
  width: 3rem;
  height: 3rem;
  margin-right: 10px;
  display: block;
  font-size: 1.2rem;
  text-align: center;
  line-height: 3rem;
  border-radius: 1rem;
}
.bg-color-light .footer .social ul li a:hover {
  background-color: #13afe9;
}
.bg-color-light .footer .copyright {
  background-color: #e0e8ee;
}

.footer-link-effect {
  position: relative;
}
.footer-link-effect::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 2px;
  border-radius: 0.5rem;
  background: #13afe9;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.footer-link-effect:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.scrollup {
  overflow: hidden;
  position: fixed;
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  border-radius: 1rem;
  bottom: -5rem;
  right: 3rem;
  text-align: center;
  z-index: 1;
  background-color: #083c84;
  display: block;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.scrollup i {
  font-size: 1.5rem;
  display: inline-block;
  transition: all 0.5s ease-out;
}
.scrollup i:hover, .scrollup i:focus {
  animation: toBottomFromTop 0.5s forwards;
}
.scrollup:hover, .scrollup:focus {
  color: #ffffff;
  background-color: #13afe9;
}

.scrollup.back-top {
  bottom: 20px;
}

@keyframes toBottomFromTop {
  49% {
    transform: translateY(-20%);
  }
  50% {
    opacity: 0;
    transform: translateY(20%);
  }
  51% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
.header {
  background-color: #000000;
  position: relative;
}

.header-light {
  background-color: #ffffff;
}
.header-light .header-menu ul li a {
  color: #000000;
}
.header-light .header-menu ul .dropdown {
  background-color: #ffffff;
}
.header-light .header-menu ul .dropdown li a {
  color: #000000;
}
.header-light .menu-right li .circle {
  color: #083c84;
}
.header-light .menu-right li .circle:hover {
  color: #13afe9;
}
.header-light .menu-right .item-wrap .main-box {
  background-color: #ffffff;
}

.smooth {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  position: fixed;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.header-menu {
  text-align: left;
}
.header-menu ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin-right: 12px;
}
.header-menu ul li:last-child {
  margin-right: 0;
}
.header-menu ul li:hover .dropdown {
  top: 61px;
  opacity: 1;
  visibility: visible;
}
.header-menu ul li:hover .dropdown li a {
  background: transparent;
}
.header-menu ul li:hover .dropdown li .dropdown {
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 180px;
}
.header-menu ul li:hover .dropdown li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.header-menu ul li a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  display: block;
  transition: all, 0.5s;
  padding: 1rem 0.4rem;
}
@media screen and (max-width: 992px) {
  .header-menu ul li a {
    padding: 0px;
  }
}
.header-menu ul li a span {
  position: relative;
  font-size: 17px;
  top: 2px;
}
.header-menu ul li a:hover {
  color: #13afe9;
}
.header-menu ul .dropdown {
  position: absolute;
  left: 0;
  top: 80px;
  width: auto;
  min-width: 360px; /* Увеличиваем ширину для двух колонок */
  background: #000000;
  text-align: left;
  padding: 5px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Две колонки */
  gap: 0; /* Убираем промежутки между элементами */
}

.header-menu ul .dropdown li {
  display: block;
  margin-right: 0;
  width: 100%;
}

.header-menu ul .dropdown li a {
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 700;
  padding: 5px 20px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.header-menu ul .dropdown li a:hover {
  color: #13afe9;
}
.header-menu ul .active a {
  color: #13afe9;
}

.slicknav_menu {
  display: none;
}

.menu-right {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}
.menu-right li {
  margin-right: 1rem;
}
.menu-right li a {
  display: inline-block;
  font-size: 0.875rem;
  color: #ffffff;
}
.menu-right li .circle {
  font-size: 1.5rem;
  line-height: normal;
  text-align: center;
  transition: all, 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-right li .circle:hover {
  color: #13afe9;
}
.menu-right li:last-child {
  margin-right: 0;
}

.item-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-wrap .notify-btn {
  cursor: pointer;
  position: relative;
  color: #ffffff;
}
.item-wrap .tag {
  position: absolute;
  top: 0;
  right: -6px;
  width: 16px;
  height: 16px;
  background: #f5d002;
  font-weight: bold;
  border-radius: 50%;
  font-size: 12px;
  line-height: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.item-wrap .user-btn {
  cursor: pointer;
}
.item-wrap .user-btn i {
  font-size: 1rem;
  margin-left: 0.5rem;
}
.item-wrap .main-box {
  position: absolute;
  top: 50px;
  width: 350px;
  right: 0;
  padding: 20px;
  background: #000000;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  transform: translateY(150px);
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  max-height: 350px;
  overflow-y: scroll;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .item-wrap .main-box {
    width: 280px;
  }
}
.item-wrap .main-box button {
  background-color: #00193d;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.item-wrap .main-box button:hover {
  background-color: #083c84;
}
.item-wrap .main-box button i {
  font-size: 1.2rem;
  line-height: normal;
  color: #ffffff;
}
.item-wrap .main-box.active {
  transform: translateY(0px);
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
.item-wrap .main-box .tag-count {
  width: 28px;
  height: 28px;
  background: #f5d002;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  margin-left: 10px;
  border-radius: 50%;
}
.item-wrap .main-box ul li {
  margin-top: 5px;
  border-top: 1px solid #e0e8ee;
  padding-top: 0.5rem;
  margin-top: 0.5em;
}
.item-wrap .main-box ul li a {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.item-wrap .main-box ul li a i {
  margin-right: 1rem;
  font-size: 1.5rem;
}
.item-wrap .main-box ul li a.active, .item-wrap .main-box ul li a:hover {
  color: #13afe9;
  transition: 0.3s;
}

.header-trans {
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.bg-color-dark .header .header-menu ul li a {
  padding-left: 0;
  padding-right: 0;
}
.bg-color-dark .header .header-menu ul.dropdown li a {
  padding: 5px 20px;
}

@media screen and (max-width: 992px) {
  .header-menu {
    display: none;
  }
  .slicknav_menu {
    background: transparent;
    padding: 0;
    display: block;
  }
  .slicknav_nav {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    background: #000000;
    padding: 15px 30px;
    z-index: 9;
  }
  .header-light .slicknav_nav {
    background: #00193d;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #ffffff;
    font-weight: 600;
  }
}
@media screen and (max-width: 992px) and (max-width: 1200px) {
  .slicknav_nav .slicknav_row .bi,
  .slicknav_nav a .bi {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .slicknav_btn {
    border-radius: 0;
    background-color: #083c84;
    position: absolute;
    top: -5px;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
  }
  .slicknav_nav .slicknav_arrow {
    color: #ffffff;
  }
  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
    color: #083c84;
  }
  .slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    color: #083c84;
  }
  .slicknav_menu .slicknav_menutxt {
    display: none;
  }
  .slicknav_menu .slicknav_icon {
    margin: 0;
  }
}
html {
  font-size: 1rem;
}

body {
  font-family: "Ubuntu", sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

.font-small {
  font-size: 0.875rem;
}

.font-extra-small {
  font-size: 0.75rem;
}

.font-black {
  font-weight: 900;
}

.bg-color {
  background-color: #00193d;
}
.bg-color .header-menu ul li .dropdown {
  background-color: #083c84;
}
.bg-color .section-title {
  color: #ffffff;
}

.bg-color-dark {
  background-color: #000000;
}
.bg-color-dark .section-title {
  color: #ffffff;
}

.bg-color-light {
  background-color: #ffffff;
}

.theme-bg-primary {
  background-color: #083c84;
}

.theme-bg-secondary {
  background-color: #13afe9;
}

.theme-bg-accent-one {
  background-color: #000000;
}

.theme-bg-accent-two {
  background-color: #e0e8ee;
}

.theme-bg-accent-three {
  background-color: #f5d002;
}

.theme-transparent-bg {
  background-color: rgba(8, 60, 132, 0.5);
}

.theme-text-white {
  color: #ffffff;
}

.theme-text-primary {
  color: #083c84;
}

.theme-text-secondary {
  color: #13afe9;
}

.theme-text-accent-one {
  color: #000000;
}

.theme-text-accent-two {
  color: #e0e8ee;
}

.theme-text-accent-three {
  color: #f5d002;
}

.theme-box-shadow {
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
}

.theme-text-shadow {
  text-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
}

.theme-border-radius {
  border-radius: 1rem;
}

.theme-border-primary {
  border: 2px solid #083c84;
}

.theme-border-secondary {
  border: 2px solid #13afe9;
}

.theme-border-white {
  border: 2px solid #ffffff;
}

.min-w-150 {
  min-width: 150px;
}

.site-desc {padding: 30px; width: 100%; color: #ccc;display: grid; grid-gap: 20px; line-height: 1.7;}
.site-desc h1, .site-desc h2, .site-desc h3 {font-weight: 400; font-size: 1.3em; color: #fff;}
.site-desc a {text-decoration: underline; color: #eaebef;}
.site-desc ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.site-desc ul li::before {font-weight: 300;color: #ffb900; position: absolute; left: 0; top: 0;}

.fs-big {
  font-size: 1.2rem;
  line-height: 36px;
}

.center-align {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.img-effect img {
  transition: all 0.4s ease-in-out;
}
.img-effect:hover img {
  transform: scale(1.1);
}

.custom-btn-primary {
  display: inline-block;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  border: 2px solid #083c84;
  min-width: 160px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}
.custom-btn-primary:before, .custom-btn-primary:after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #083c84;
  transition: transform 0.4s;
  will-change: transform;
}
.custom-btn-primary:before {
  left: -100%;
}
.custom-btn-primary:after {
  left: 100%;
}
.custom-btn-primary:hover {
  color: #ffffff;
}
.custom-btn-primary:hover:before {
  transform: translateX(100%);
}
.custom-btn-primary:hover:after {
  transform: translateX(-100%);
}
.custom-btn-primary.disabled {
  opacity: 0.2;
}

.custom-btn-secondary {
  display: inline-block;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  border: 2px solid #083c84;
  min-width: 160px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  border-color: #13afe9;
  cursor: pointer;
}
.custom-btn-secondary:before, .custom-btn-secondary:after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #083c84;
  transition: transform 0.4s;
  will-change: transform;
}
.custom-btn-secondary:before {
  left: -100%;
}
.custom-btn-secondary:after {
  left: 100%;
}
.custom-btn-secondary:hover {
  color: #ffffff;
}
.custom-btn-secondary:hover:before {
  transform: translateX(100%);
}
.custom-btn-secondary:hover:after {
  transform: translateX(-100%);
}
.custom-btn-secondary:before, .custom-btn-secondary:after {
  background: #13afe9;
}

.custom-link {
  background-color: #13afe9;
  color: #ffffff;
  min-width: 100px;
  min-height: 50px;
  border-radius: 50%;
}
.custom-link:hover {
  background-color: transparent;
  color: #13afe9;
  border: 2px solid #13afe9;
}

.icon-wrapper {
  box-shadow: 0 0 0px 0px rgba(19, 175, 233, 0.5);
  cursor: pointer;
  border-radius: 50%;
  transition: 250ms color;
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  color: #ffffff;
  padding: 0.5rem;
}
@keyframes wave {
  0% {
    box-shadow: 0 0 0px 0px rgba(19, 175, 233, 0.5);
  }
  100% {
    box-shadow: 0 0 0px 15px rgba(19, 175, 233, 0);
  }
}

*::-webkit-scrollbar-track {
  background: #00193d;
}

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

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background-color: #083c84;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #13afe9;
  background-color: transparent;
  color: #13afe9;
  box-shadow: 0 0 10px 0 #083c84 inset, 0 0 10px 2px #083c84;
}

.form-control-th {
  height: 50px;
  background: #00193d;
  border: 1px solid #083c84;
  color: #13afe9;
  border-radius: 1rem;
}

.form-check-input {
  border: 2px solid #083c84;
  height: 24px;
  width: 24px;
  margin-right: 8px;
  vertical-align: middle;
  vertical-align: top;
  background-color: transparent;
  margin-top: 0px;
  cursor: pointer;
}
.form-check-input:checked {
  background-color: #083c84;
  border-color: #083c84;
}

.form-check-label {
  cursor: pointer;
}

.section-title {
  position: relative;
  color: #083c84;
  display: inline-block;
}
.section-title:after {
  position: absolute;
  left: 0;
  bottom: -1rem;
  height: 3px;
  width: 100%;
  background: #e0e8ee;
  content: "";
}

.grow-box {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  width: 100%;
}

.grow-box:hover {
  transform: translate3d(0, -2%, 0);
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #083c84;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background-color: #ffffff;
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #000000;
}

.custom-olw-nav .prev-btn-live,
.custom-olw-nav .next-btn-live,
.custom-olw-nav .prev-btn-pop,
.custom-olw-nav .next-btn-pop {
  background-color: transparent;
  border: 1px solid #083c84;
  color: #083c84;
  border-radius: 1rem;
  transition: all 0.3s ease;
  width: 2.5rem;
  height: 2.5rem;
}
.custom-olw-nav .prev-btn-live:hover,
.custom-olw-nav .next-btn-live:hover,
.custom-olw-nav .prev-btn-pop:hover,
.custom-olw-nav .next-btn-pop:hover {
  color: #083c84;
  background-color: #13afe9;
  border-color: #13afe9;
}

.hoverShine .shine {
  position: relative;
}
.hoverShine .shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.hoverShine .shine:hover::before {
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.breadcrumb-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  color: #083c84;
}
.breadcrumb-link .links a {
  font-size: 1.0rem;
  color: #083c84;
  margin-right: 3px;
  display: inline-block;
  position: relative;
}
.breadcrumb-link .links a:hover {
  color: #13afe9;
}
.breadcrumb-link .links a i {
  margin-right: 5px;
  color: #f5d002;
}

.breadcrumb {
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  animation: slide 30s linear alternate infinite;
  background-repeat: repeat;
  background-position: 0 0;
}
@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -512px -512px;
  }
}
.breadcrumb:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.breadcrumb .head {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.breadcrumb .para {
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 0;
}

.auth {
  position: relative;
}
.auth::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.95);*/
  z-index: 0;
}

.login-form {
  position: relative;
  margin-top: -100px;
  margin-left: -100px;
}
.login-form form .input-item {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
/*.login-form form .input-item:before {
  position: absolute;
  right: 40px;
  top: 10px;
  height: 30px;
  width: 1px;
  content: "";
}
.login-form form, .input-item input {
  height: 50px;
  width: 100%;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #ffffff;
  background: #ffffff;
  border: none;
  padding: 0 3rem 0 1rem;
  border-radius: 1rem!important;
}

.login-form form .input-item span {
  color: #e0e8ee;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 13px;
}*/
.form-check-input { border-color: #13afe9;}
.social-login {
  padding-top: 25px;
  text-align: center;
}
.social-login .or {
  color: #ffffff;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.social-login ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .social-login ul {
    flex-direction: column;
  }
}
.social-login ul li {
  margin-bottom: 15px;
  width: 100%;
  margin-right: 1rem;
}
.social-login ul li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.social-login ul li a {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  min-width: 250px;
  max-width: 250px;
  width: 100%;
  padding: 10px 12px;
  position: relative;
  margin: 0 auto;
  border-radius: 1rem;
  text-transform: uppercase;
}
.social-login ul li a.facebook {
  background: #4267b2;
}
.social-login ul li a.google {
  background: #ff4343;
}
.social-login ul li a.vk {
  background: #4f7194;
}
.social-login ul li a.ok {
  background: #e97700;
}
.social-login ul li a.mail {
  background: #4a8de2;
}
.social-login ul li a.yandex {
  background: #e61400;
}
.social-login ul li a:hover {
  background-color: rgba(8, 60, 132, 0.5);
}
.social-login ul li a i {
  font-size: 0.875rem;
}

.about .head-content {
  margin-bottom: 3rem;
}
.about .list-content .list {
  display: flex;
  margin-bottom: 3rem;
}
.about .list-content .list .image-icon img {
  max-width: initial;
}
.about .list-content .list .con {
  margin-left: 1rem;
  align-self: center;
}
@media screen and (max-width: 992px) {
  .about .frame {
    width: 60%;
    padding-top: 40px;
    margin: auto;
  }
}

.experience {
  align-items: center;
  justify-content: center;
  display: flex;
}
.experience.wrap {
  position: relative;
  background-color: rgba(8, 60, 132, 0.1);
  background-image: url(../images/section/bg-picture.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 6rem;
  background-position: center center;
  background-attachment: fixed;
  overflow: hidden;
}
.experience.wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.experience .group {
  display: flex;
  background-image: url(../images/section/video-bg.png);
  min-height: 400px;
  border-radius: 1rem;
  justify-content: center;
  background-position: center center;
  border: 5px solid #ffffff;
}
.experience .video-icon {
  border-radius: 50%;
  background-color: #083c84;
  color: #ffffff;
  line-height: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulseBig infinite 4s linear;
}
.experience .video-icon:hover {
  background-color: #13afe9;
}
.experience .video-icon:hover i {
  color: #ffffff;
}
.experience .video-icon i {
  color: #ffffff;
  font-size: 1.5rem;
}

.stats {
  position: relative;
  z-index: 1;
}
.stats .list {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.stats .list .image-icon img {
  max-width: initial;
}
.stats .list .con {
  margin-left: 1rem;
  text-align: center;
}

.faq {
  position: relative;
}
.faq .faq-tab ul {
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 10px 5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .faq .faq-tab ul {
    justify-content: center;
    padding-bottom: 0px;
  }
}
.faq .faq-tab ul li button {
  margin: 0 5px;
  text-transform: capitalize;
  background: #083c84;
  color: #ffffff;
  border-color: transparent;
  padding: 10px 30px;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
}
.faq .faq-tab ul li button.active, .faq .faq-tab ul li button:hover {
  background: #13afe9;
  border-color: transparent;
}
@media screen and (max-width: 575px) {
  .faq .faq-tab ul li {
    margin-bottom: 20px;
  }
}
.faq .faq-bg {
  padding-top: 40px;
  background: #000000;
  border-radius: 1rem 1rem 0 0;
}
.faq .accordion-item {
  border: 0;
  margin-bottom: 1.5rem;
  background-color: #000000;
  border-radius: 1rem;
  border: none;
}
.faq .accordion-item .accordion-button {
  background-color: #000000;
  color: #13afe9;
  border-radius: 1rem !important;
  padding: 1.2rem 2rem;
  border: none;
  font-size: 1.25rem;
  box-shadow: none;
}
.faq .accordion-item .accordion-button i {
  font-size: 1.5rem;
  color: #13afe9;
}
.faq .accordion-item .accordion-button::after {
  color: #ffffff;
}
.faq .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/icons/arrow-minus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  right: 30px;
  transition: all ease 0.3s;
}
.faq .accordion-item .accordion-button.collapsed::after {
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/icons/arrow-plus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  transform: rotate(-90deg);
  transition: all ease 0.3s;
}
.faq .accordion-item .accordion-body {
  padding: 0 20px;
}
.faq .accordion-item .accordion-body p {
  border-top: 1px solid #ffffff;
  padding: 20px 0;
  color: #ffffff;
}

.terms p {
  text-align: justify;
}

.content-list li {
  padding: 10px 0 0 10px;
  line-height: 1.5;
  list-style: disc;
  margin: 0 0 0 20px;
}
.content-list .content-sublist li {
  list-style: circle;
}

.error {
  padding: 10rem 0;
  min-height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
}
.error::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.coming-soon-area {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-image: url(../images/breadcrumb/normal-breadcrumb.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.coming-soon-area::before {
  content: "";
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.coming-soon-area .min-w-60 {
  min-width: 60px;
}
.coming-soon-area #timer {
  color: #083c84;
  display: flex;
  justify-content: center;
}
.coming-soon-area #timer div {
  display: inline-block;
  min-width: 120px;
  text-align: center;
  background-color: #f5d002;
  border-radius: 1rem;
  text-transform: uppercase;
  margin-right: 1rem;
  padding: 1rem;
  font-size: 2.5em;
  font-weight: 600;
}
.coming-soon-area #timer div:last-child {
  margin-right: 0rem;
}
@media screen and (max-width: 575px) {
  .coming-soon-area #timer div {
    min-width: 60px;
    font-size: 1.5em;
  }
}
.coming-soon-area #timer div:last-child {
  border-right: none;
}
.coming-soon-area #timer div span {
  color: #000000;
  display: block;
  font-size: 0.35em;
  font-weight: 500;
}

.movie-video-player {
  margin-bottom: 70px;
}
.movie-video-player .plyr--video {
  border-radius: 1rem;
  background: transparent;
}
.movie-video-player .plyr--video .plyr__controls {
  background: transparent;
}
.movie-video-player .plyr--video .plyr__controls .plyr__controls__item.plyr__progress__container {
  position: absolute;
  left: 26px;
  bottom: 45px;
  width: calc(100% - 60px);
}
.movie-video-player .plyr--video .plyr__controls .plyr__controls__item:first-child {
  position: absolute;
  left: 32px;
  bottom: 8px;
}
.movie-video-player .plyr--video .plyr__controls .plyr__controls__item:last-child {
  position: absolute;
  right: 32px;
  bottom: 8px;
}
.movie-video-player .plyr--video .plyr__controls .plyr__controls__item.plyr__time {
  position: absolute;
  left: 106px;
  bottom: 12px;
}
.movie-video-player .plyr--video .plyr__progress__buffer {
  color: transparent;
}
.movie-video-player .plyr--video .plyr__control.plyr__tab-focus,
.movie-video-player .plyr--video .plyr__control:hover,
.movie-video-player .plyr--video .plyr__control[aria-expanded=true] {
  background: transparent;
}
.movie-video-player .plyr audio,
.movie-video-player .plyr iframe,
.movie-video-player .plyr video {
  width: 102%;
}
.movie-video-player .plyr__volume {
  position: absolute;
  width: auto;
  left: 76px;
  bottom: 8px;
}
.movie-video-player .plyr__menu {
  margin-right: 70px;
}
.movie-video-player .plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}
.movie-video-player .plyr--full-ui input[type=range] {
  color: #ffffff;
}
.movie-video-player .plyr__control--overlaid {
  background: transparent;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, transparent)));
}
.movie-video-player .plyr__control--overlaid svg {
  height: 60px;
  width: 50px;
}

.show-details-episodes {
  margin-bottom: 5px;
}
.show-details-episodes a {
  display: inline-block;
  color: #ffffff;
  background: #083c84;
  padding: 10px 20px;
  border-radius: 1rem;
  margin-right: 15px;
  margin-bottom: 20px;
  transition: all, 0.3s;
}
.show-details-episodes a:hover {
  color: #000000;
  background: #13afe9;
}

.movie-details-review {
  margin-bottom: 55px;
}
.movie-details-review .review-item {
  overflow: hidden;
  margin-bottom: 15px;
}
.movie-details-review .review-item .pic {
  float: left;
  margin-right: 20px;
  position: relative;
}
.movie-details-review .review-item .pic:before {
  position: absolute;
  right: -30px;
  top: 15px;
  border-top: 15px solid transparent;
  border-left: 15px solid #000000;
  content: "";
  transform: rotate(45deg);
}
.movie-details-review .review-item .pic img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.movie-details-review .review-item .content {
  overflow: hidden;
  background: #000000;
  padding: 18px 30px 16px 20px;
  border-radius: 1rem;
}
.movie-details-review .review-item .content .content-icon-mass {
	float:right;
margin-top:-15px;	
}
.movie-details-review .review-item .content .content-icon a {
  display: inline-block;
  color: #000000;
  background: #f5d002;
  padding: 6px 15px;
  letter-spacing: 2px;
  border-radius: 1rem;
  margin-right: 14px;
  transition: all, 0.3s;
  font-size: 0.75rem;
}
.movie-details-review .review-item .content h6 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.movie-details-review .review-item .content h6 span {
  color: #e0e8ee;
  font-weight: 400;
  font-size: 0.875rem;
}
.movie-details-review .review-item .content p {
  color: #e0e8ee;
  line-height: 23px;
  margin-bottom: 0;
}

.movie-details-form form textarea {
  width: 100%;
  color: #000;
  padding-left: 20px;
  padding-top: 12px;
  height: 110px;
  border: 2px solid #13afe9;
  border-radius: 1rem;
  resize: none;
  margin-bottom: 24px;
}

.movie-details-form .check-subscribe {
  color: #fff;
  margin-bottom:10px;
}

.text-white {
  color: #fff;
}

.movie-details {
  margin-bottom: 65px;
}
.movie-details .movie-details-text {
  position: relative;
}
.movie-details .movie-details-text p {
  color: #fff;
  line-height: 30px;
}
.movie-details .movie-details-pic {
  height: 550px;
  border-radius: 1rem;
  position: relative;
}
.movie-details .movie-details-pic .comment {
  font-size: 0.875rem;
  color: #ffffff;
  background: #083c84;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 1rem;
  position: absolute;
  left: 10px;
  bottom: 25px;
}
.movie-details .movie-details-pic .view {
  font-size: 0.875rem;
  color: #ffffff;
  background: #000000;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 1rem;
  position: absolute;
  right: 10px;
  bottom: 25px;
}
.movie-details .movie-details-title {
  margin-bottom: 20px;
}

.movie-details .movie-details-title .edit {
  position: absolute;
  font-size: 0.9rem;
  color: #ffffff;
  margin:-40px 0 0 550px;
}
.movie-details .movie-details-title .edit i {
  font-size: 0.9rem;
  color: #f5d002;
  display: inline-block;
}
.movie-details .movie-details-title h3 {
  color: #083c84;
  font-weight: 700;
  margin-bottom: 1rem;
}
.movie-details .movie-details-title span {
  font-size: 0.875rem;
  color: #fff;
  display: block;
}
.movie-details .movie-details-rating {
  text-align: center;
}
.movie-details .movie-details-rating .rating i {
  font-size: 1.5rem;
  color: #f5d002;
  display: inline-block;
}
.movie-details .movie-details-rating span {
  display: block;
  font-size: 1.2rem;
  color: #ffffff;
}
.movie-details .movie-details-widget {
  margin-bottom: 15px;
}
.movie-details .movie-details-widget ul {
  margin-bottom: 20px;
}
.movie-details .movie-details-widget li {
  list-style: none;
  color: #fff;
  line-height: 30px;
  position: relative;
  padding-left: 18px;
}
.movie-details .movie-details-widget li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 6px;
  width: 6px;
  background: #083c84;
  border-radius: 1rem;
}
.movie-details .movie-details-widget li span {
  color: #fff;
  width: 180px;
  /*display: inline-block;*/
  font-weight: 700;
}
.movie-details .movie-related {
  display: flex;
  align-items: center;
  background-color: #00193d;
  transition: all 0.3s ease-in-out;
  padding: 1rem;
  margin-bottom: 10px;
  border-radius: 1rem;
}
.movie-details .movie-related .related-img {
  height: 50px;
  width: 50px;
  border-radius: 100px;
  margin-right: 15px;
}
.movie-details .movie-related .related-img img {
  border-radius: 100px;
}
.movie-details .movie-related .related-details .related-name {
  font-size: 16px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}
.movie-details .movie-related .related-details .related-designation {
  font-size: 14px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}
.movie-details .movie-related:hover {
  background-color: #000000;
}
.movie-details .related-title {
  margin-bottom: 30px;
}

.load-more .dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #13afe9;
  color: #13afe9;
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
}
@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
.load-more .dot-pulse::before, .load-more .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #13afe9;
  color: #13afe9;
}
.load-more .dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}
@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
.load-more .dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}

.blog-grid {
  padding-top: 70px;
  padding-bottom: 90px;
}
.blog-grid .blog-item {
  height: 580px;
  position: relative;
}
.blog-grid .blog-item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.blog-grid .blog-item.small-item {
  height: 285px;
}
.blog-grid .blog-item.small-item .blog-item-text {
  padding: 0 30px;
}
.blog-grid .blog-item.small-item .blog-item-text p {
  margin-bottom: 5px;
}
.blog-grid .blog-item.small-item .blog-item-text h4 {
  font-size: 1.2rem;
}
.blog-grid .blog-item .blog-item-text {
  position: absolute;
  left: 0;
  bottom: 25px;
  text-align: center;
  width: 100%;
  padding: 0 105px;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .blog-grid .blog-item .blog-item-text {
    padding: 0 25px;
  }
}
.blog-grid .blog-item .blog-item-text p {
  color: #ffffff;
  margin-bottom: 12px;
}
.blog-grid .blog-item .blog-item-text p span {
  color: #ffffff;
  margin-right: 5px;
}
.blog-grid .blog-item .blog-item-text h4 {
  font-size: 1.2rem;
}
.blog-grid .blog-item .blog-item-text h4 a {
  color: #ffffff;
  line-height: 1.5rem;
}
.blog-grid .blog-item .blog-item-text h4 a:hover {
  color: #13afe9;
}

.blog-details {
  padding-top: 70px;
  padding-bottom: 70px;
}
.blog-details .blog-details-title {
  text-align: center;
  margin-bottom: 40px;
}
.blog-details .blog-details-title .meta-cat {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog-details .blog-details-title span {
  display: block;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 20px;
  color: #f5d002;
}
.blog-details .blog-details-title .meta-head {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 30px;
}
.blog-details .blog-details-pic {
  margin-bottom: 30px;
}
.blog-details .blog-details-pic img {
  min-width: 100%;
}
.blog-details .blog-details-text {
  margin-bottom: 40px;
}
.blog-details .blog-details-text p {
  line-height: 30px;
  text-align: center;
}
.blog-details .item-text {
  margin-bottom: 60px;
}
.blog-details .item-text h4 {
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
}
.blog-details .item-text img {
  min-width: 100%;
  margin-bottom: 26px;
}
.blog-details .item-text p {
  line-height: 30px;
  margin-bottom: 0;
  text-align: center;
}
.blog-details .blog-details-social {
  text-align: center;
  margin-bottom: 60px;
}
.blog-details .blog-details-social a {
  display: inline-block;
  color: #ffffff;
  padding: 5px 25px;
  border-radius: 1rem;
  margin-right: 6px;
  margin-bottom: 0.5rem;
  text-align: center;
}
.blog-details .blog-details-social a i {
  margin-right: 6px;
}
.blog-details .blog-details-social a.facebook {
  background: #3b5998;
}
.blog-details .blog-details-social a.pinterest {
  background: #ca2027;
}
.blog-details .blog-details-social a.linkedin {
  background: #0372b1;
}
.blog-details .blog-details-social a.twitter {
  background: #39a1f2;
}
.blog-details .blog-details-social a:last-child {
  margin-right: 0;
}
.blog-details .blog-details-social a:hover {
  background-color: #13afe9;
}
.blog-details .blog-details-tags {
  margin-bottom: 60px;
  text-align: center;
}
.blog-details .blog-details-tags a {
  display: inline-block;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  background: #000000;
  border-radius: 1rem;
  margin-right: 6px;
  padding: 6px 15px;
  margin-bottom: 10px;
}
.blog-details .blog-details-tags a:hover {
  background-color: #13afe9;
}
.blog-details .blog-details-tags a:last-child {
  margin-right: 0;
}
.blog-details .blog-next-post-button {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0 15px;
  margin-bottom: 40px;
}
.blog-details .blog-next-post-button .post-item {
  margin-bottom: 20px;
}
.blog-details .blog-next-post-button .post-item h5 a {
  letter-spacing: 2px;
  color: #083c84;
  display: flex;
}
.blog-details .blog-next-post-button .post-item h5 a:hover {
  color: #13afe9;
}
.blog-details .blog-next-post-button .post-item h5 a .wrap-post {
  display: block;
  text-align: right;
}
.blog-details .blog-next-post-button .post-item h5 a .wrap-post .post-title {
  display: block;
}
.blog-details .blog-next-post-button .post-item h5 a .wrap-post .post-meta {
  display: block;
  font-size: 0.875rem;
  color: #13afe9;
  margin-top: 0.5rem;
}
.blog-details .blog-next-post-button .post-item.next-btn {
  text-align: right;
}
.blog-details .blog-next-post-button .post-item.next-btn .wrap-post {
  text-align: left;
}
.blog-details .blog-details-form {
  padding-top: 50px;
}
.blog-details .blog-details-form h4 {
  font-weight: 700;
  margin-bottom: 26px;
}
.blog-details .blog-details-form form input {
  height: 50px;
  width: 100%;
  background: #ffffff;
  font-size: 1rem;
  color: #083c84;
  padding-left: 20px;
  border-radius: 1rem;
  border: 1px solid #083c84;
  margin-bottom: 30px;
}
.blog-details .blog-details-form form textarea {
  height: 115px;
  width: 100%;
  background: #ffffff;
  font-size: 1rem;
  color: #083c84;
  padding-left: 20px;
  border-radius: 1rem;
  padding-top: 12px;
  resize: none;
  border: 1px solid #083c84;
  margin-bottom: 34px;
}
.blog-details .blog-details-comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
}
.blog-details .blog-details-comment h4 {
  font-weight: 700;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 40px;
}
.blog-details .blog-details-comment .comment-item {
  margin-bottom: 40px;
  overflow: hidden;
}
.blog-details .blog-details-comment .comment-item.comment-item--reply {
  padding-left: 90px;
}
.blog-details .comment-item-pic {
  float: left;
  margin-right: 16px;
}
.blog-details .comment-item-text {
  overflow: hidden;
}
.blog-details .comment-item-text span {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 10px;
}
.blog-details .comment-item-text h5 {
  font-weight: 700;
  margin-bottom: 10px;
}
.blog-details .comment-item-text p {
  font-size: 0.875rem;
  line-height: 22px;
  margin-bottom: 25px;
}
.blog-details .comment-item-text a {
  display: inline-block;
  color: #000000;
  background: #f5d002;
  padding: 6px 15px;
  letter-spacing: 2px;
  border-radius: 1rem;
  margin-right: 14px;
  transition: all, 0.3s;
  font-size: 0.75rem;
}
.blog-details .comment-item-text a:hover {
  background: #083c84;
  color: #ffffff;
}

.pagination li a.page-link {
  border-radius: 1rem;
  background-color: #083c84;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 0.875rem;
  width: 3rem;
  height: 2rem;
  font-size: 1rem;
  line-height: 1rem;
}
.pagination li a.page-link:hover {
  color: #083c84;
  background: #13afe9;
}
.pagination li a.page-link:first-child {
  border-radius: 0;
  border-radius: 1rem;
}
.pagination li a.page-link:last-child {
  border-radius: 0;
  border-radius: 1rem;
}
.pagination li .page-link.active {
  background-color: #083c84;
  color: #ffffff;
}
.pagination li.disabled .page-link {
  background-color: rgba(8, 60, 132, 0.5);
}

.search-form {
  border: 1px solid #083c84;
  border-radius: 1rem;
}
.search-form input {
  font-size: 0.875rem !important;
  border-radius: 1rem 0 0 1rem !important;
}
.search-form button {
  background-color: #00193d;
  min-width: 50px;
  min-height: 50px;
  border-width: 0;
}
.search-form button i {
  color: #ffffff;
}

.blog-list-head {
  position: relative;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  padding-bottom: 1rem;
}
.blog-list-head:after {
  content: "";
  width: 20px;
  height: 4px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #000000;
}

.post-thumb img {
  width: 100px;
  height: auto;
}

.widget-categories li :first-child {
  margin-top: 0;
}
.widget-categories li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  padding: 10px 15px;
  padding-left: 15px;
  position: relative;
  transition: all 0.2s;
}
.widget-categories li a:hover {
  background: rgba(8, 60, 132, 0.04);
  color: #13afe9;
}
.widget-categories li a:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.widget-categories li a::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 2px;
  background: #13afe9;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.2s;
  transform: translateX(-5px);
}

.tags-blog {
  list-style-type: none;
}
.tags-blog li {
  padding: 1rem 0.5rem;
  margin: 0 0;
  display: inline-block;
}
.tags-blog li a {
  color: #e0e8ee;
  border-radius: 1rem;
  background: #000000;
  padding: 0.5rem;
}
.tags-blog li a:hover {
  background: #13afe9;
  color: #ffffff;
}

.gallery-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery-blog li {
  position: relative;
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: 32%;
}

.modal-content .profile-pic {
  background-color: #f5d002;
  bottom: 0px;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.modal-content .profile-pic img {
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
}

.dashboard-section .profile-pic {
  background-color: #f5d002;
  bottom: 25px;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.dashboard-section .profile-pic img {
  border-radius: 50%;
}
.dashboard-section .profile-pic .online-btn {
  position: relative;
  bottom: -65px;
}
.dashboard-section .profile-pic, span.online-btn {
  font-size:30px !important;
	
}
.dashboard-section .profile-pic .edit-btn {
  position: absolute;
  bottom: -5px;
  border: 2px solid #ffffff;
  background-color: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard-section .profile-pic .edit-btn i {
  /*color: #ffffff;*/
  font-size: 2.875rem;
}
.dashboard-section .profile-pic .edit-btn:hover {
  background-color: #ffffff;
}
.dashboard-section .profile-pic .edit-btn:hover i {
  color: #13afe9;
}
.dashboard-section .dashboard-tab {
  background-color: #00193d;
  margin-bottom: 30px;
  border-radius: 1rem;
  padding: 1rem;
}
.dashboard-section .dashboard-tab ul {
  border-bottom: none;
}
.dashboard-section .dashboard-tab ul li {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.dashboard-section .dashboard-tab ul li .nav-link {
  background-color: transparent;
  color: #ffffff;
  text-transform: capitalize;
  padding: 0.5rem;
  font-weight: 700;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  text-align: left;
  transition: 0.3s;
  border-radius: 1rem;
}
.nav-item-info-profile {
  color: #ffffff;
  text-transform: capitalize;
  padding: 0.5rem;
  font-weight: 700;
}
.nav-item-info-profile a{
  font-size: 11px;
}

@media screen and (max-width: 992px) {
  .dashboard-section .dashboard-tab ul li .nav-link {
    padding: 10px 12px;
  }
}
.dashboard-section .dashboard-tab ul li .nav-link.active, .dashboard-section .dashboard-tab ul li .nav-link:hover {
  background: #13afe9;
}
.dashboard-section label {
  margin-bottom: 1rem;
  color: #ffffff;
}
.dashboard-section .form-control {
  height: 50px;
  border-radius: 1rem;
  color: #ffffff;
  background-color: rgba(0, 25, 61, 0.5);
  border-width: 1px;
}
.dashboard-section .table-responsive .table {
  margin-bottom: 0;
}
.dashboard-section .table-responsive .table tr th,
.dashboard-section .table-responsive .table tr td {
  vertical-align: middle;
  padding: 1.5rem 1rem;
  background-color: #083c84;
  border-bottom: 1px solid #00193d;
  color: #ffffff;
}
.dashboard-section .payment-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #00193d;
}
.dashboard-section .payment-head .payment-card {
  display: flex;
  margin-left: auto;
}
.dashboard-section .payment-head .payment-card img {
  margin-left: 5px;
}

.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 0.5rem;
  border: 1px solid #e0e8ee;
  margin-bottom: 40px;
  border-radius: 1rem;
  background: #ffffff;
  height: 50px;
  justify-content: center;
  align-items: center;
}
.switch-wrapper label {
  z-index: 1;
  min-width: 100px;
  line-height: 2rem;
  cursor: pointer;
  border-radius: 1rem;
  transition: color 0.25s ease-in-out;
  text-align: center;
  background: transparent;
  padding: 4px;
}
.switch-wrapper label:hover {
  background: #e0e8ee;
}
.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 1rem;
  background: #13afe9;
  transition: transform 0.25s ease-in-out;
}
.switch-wrapper [type=radio] {
  position: absolute;
  left: -9999px;
}
.switch-wrapper [type=radio]:checked#monthly ~ label[for=monthly],
.switch-wrapper [type=radio]:checked#yearly ~ label[for=yearly] {
  color: #000000;
}
.switch-wrapper [type=radio]:checked#monthly ~ label[for=monthly]:hover,
.switch-wrapper [type=radio]:checked#yearly ~ label[for=yearly]:hover {
  background: transparent;
}
.switch-wrapper [type=radio]:checked#monthly + label[for=yearly] ~ .highlighter {
  transform: none;
}
.switch-wrapper [type=radio]:checked#yearly + label[for=monthly] ~ .highlighter {
  transform: translateX(100%);
}

.table-wrapper {
  background: #ffffff;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  overflow-x: auto;
}
.table-wrapper table {
  width: 100%;
  text-align: center;
  border-radius: 1rem;
  background: transparent;
  overflow: hidden;
}
.table-wrapper table tr {
  display: flex;
}
.table-wrapper table tr th,
.table-wrapper table tr td {
  width: 25%;
  min-width: 150px;
}
.table-wrapper table tr td {
  padding: 20px;
}
.table-wrapper table tr td:not(:first-child) {
  border-left: 1px solid #e0e8ee;
}
.table-wrapper table tr td:first-child {
  font-size: 0.875rem;
  text-align: left;
}
.table-wrapper table th:nth-child(1) {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 1rem 10px;
}
.table-wrapper table th:nth-child(1) .svg-wrapper {
  margin-top: 10px;
}
.table-wrapper table th:nth-child(1) .svg-wrapper svg {
  width: 22px;
  height: 22px;
}
.table-wrapper table th:nth-child(2) .heading {
  background: #000000;
}
.table-wrapper table th:nth-child(2) .amount {
  color: #083c84;
}
.table-wrapper table th:nth-child(3) .heading {
  background: #083c84;
}
.table-wrapper table th:nth-child(3) .amount {
  color: #13afe9;
}
.table-wrapper table th:nth-child(4) .heading {
  background: #13afe9;
}
.table-wrapper table th:nth-child(4) .amount {
  color: #000000;
}
.table-wrapper table th .heading {
  padding: 1rem;
  color: #ffffff;
}
.table-wrapper table th .info {
  position: relative;
  padding: 1.5rem 0;
  border-left: 1px solid #e0e8ee;
}
.table-wrapper table th .popular {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.75rem;
  background: #f5d002;
  padding: 4px 8px;
  border-radius: 50rem;
}
.table-wrapper table th .amount {
  font-size: 2.5rem;
}
. table th .amount span {
  display: block;
  transform: translateY(-8px);
}
.table-wrapper table th .billing-msg,
.table-wrapper table th .amount span {
  font-weight: normal;
  font-size: 0.875rem;
}
.table-wrapper table svg {
  width: 18px;
  height: 18px;
}
.table-wrapper table svg.not-included {
  fill: #e0e8ee;
}
.table-wrapper table svg.starter {
  fill: #000000;
}
.table-wrapper table svg.essential {
  fill: #083c84;
}
.table-wrapper table svg.professional {
  fill: #13afe9;
}
.table-wrapper table .hide {
  display: none;
}
.timezoneselect {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .timezoneselect {
        transition: none
    }
}

.timezoneselect:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.timezoneselect:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color)
}
 .rate { float: left; }
 .rate_stars { margin-top: 6px; }

		.rate_like > a, .rate_like-dislike {
			float: left;
			padding: 6px 12px;
			border: 1px solid #eaeaea;
			border-radius: 8px;
			text-decoration: none !important;
			font-weight: bold;
			color: #64748b;
			-webkit-transition: all ease .2s; transition: all ease .2s;
		}
		.rate_like > a:hover { border-color: #3394e6; color: #3394e6; }
		.rate_like .icon { width: 16px; height: 15px; margin: -.2em .3em 0 0; }

		.rate_like-dislike > a {
			display: inline-block;
			width: 22px; height: 22px;
			text-align: center;
		}
		.rate_like-dislike > a .icon {
			width: 14px; height: 15px;
			fill: #787878;
			vertical-align: middle;
			margin: -.3em 0 0 0;
		}
		.rate_like-dislike > a:hover .icon { fill: #0c5f7eed; }
		.rate_like-dislike .ratingplus { color: #88c54d; }
		.rate_like-dislike .ratingminus { color: #e45757; }
		.rate_like-dislike > span { cursor: default !important; margin: 0 .3em; }
.complaint a {padding:8px;}
.complaint .title_hide {padding:8px;color:#fff;}
.align-complaint-center {margin: auto;}
.modal-account {
    top:150px;
}

input.bbcodes {
  display: inline-block;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  border: 2px solid #083c84;
  min-width: 160px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}
input.bbcodes:before, input.bbcodes:after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #083c84;
  transition: transform 0.4s;
  will-change: transform;
}
.search-page {margin-bottom:20px;}
.searchstyle { width: 480px }
.search { padding: 0 }


#searchtable {
  background: #00193d;
  box-shadow: 0 0 1.375rem rgba(8, 60, 132, 0.70);
  overflow-x: auto;
  border-radius: 1rem;
  border: 1px solid #083c84;
  margin-bottom: 15px;
}
#searchtable table {
  width: 100%;
  text-align: center;
  border-radius: 1rem;
  background: transparent;
  overflow: hidden;
}
/*#searchtable table tr {
  display: flex;
}*/
#searchtable table tr td {
  padding: 20px;
}
#searchtable table tr td:first-child {
  font-size: 0.875rem;
  color: #fff;
  text-align: left;
}


#searchtable fieldset { font-size: 1rem; border: 1px solid #e3e3e3; padding: 10px; text-align: left; 
margin: 0 4px 4px 0 !important; border-radius: 6px }
fieldset legend { font-size: 1rem; font-weight: bold; color: #fff; }
#searchuser, #searchinput { width: 70% !important; }
.search input[type="checkbox"], .search input[type="radio"] {margin-right:5px; color: #fff;}
#searchinput + br, #searchinput + br + br {display:none;}
.search select {
    display: block;
    width: 70%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	margin-bottom:20px;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.search input[type="text"] {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}
.form-check-label {
	margin-top:20px;	
}
.controls select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	margin-bottom:20px;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
#pm-menu:after { content: ""; clear: both; display: block; }
	#pm-menu { margin-bottom: 25px; }
	#pm-menu a { color: inherit; padding: 10px 16px; border-radius: 2px; border: 2px solid transparent; float: left; text-decoration: none !important; }
	#pm-menu a:hover { border-color: #0c5f7e; color: #0c5f7e; }

	.pm-box { margin-bottom: 25px; }
		.pm_status { padding: 25px;width:90%; background-color: #00193d;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);margin:auto; }
		.pm_progress_bar { background-color: #4a8de2; margin-bottom: 10px; border-radius: 2px; }
		.pm_progress_bar span { background: #e85319; font-size: 0; height: 20px; border-radius: 2px; display: block; overflow: hidden }
.pm-h6 {
  font-weight: 700;
  font-size: 1.875rem;
  display: flex;
  margin-bottom: 15px;
}
#comment-editor {color: #000;}
.left { float: left; }
	.comment > .meta { font-size: 10px; background-color: #f1f5f9; padding: 2% 7%; border-radius: 0 0 2px 2px;margin-bottom:15px!important; }
		
		.meta > ul { list-style: none; padding: 0; margin: 0; }
		.meta > ul > li { display: inline-block;}
		.meta > ul > li .metas { display: inline-block;border-radius: 1rem;
  background-color: #083c84;
  color: #ffffff;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 12px;
  width: 6rem;
  height: 2rem;
  line-height: 1rem;
  padding-top:8px;}
  .meta > ul > li .metas a:hover {color: #ffffff;}
		.meta > ul.left > li { margin-right: 2em; }
		.meta > ul.right > li { margin-left: 2em; }
		.meta .icon { width: 16px; height: 16px; margin: -.2em .4em 0 0; }
		.meta .icon-views { height: 18px; }
	.comment {
		padding: 4% 4%;
		position: relative;
		-webkit-transition: box-shadow ease .4s; transition: box-shadow ease .4s;
	}
	.com_list .comment {
		border-top: 1px solid #efefef;
		background-color: transparent;
		margin: 0;
		border-radius: 0;
		box-shadow: none; -webkit-box-shadow: none;
	}
	.comment:hover {
		position: relative;
		box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2);
	}

	.comment .meta { display: inline; }
	.comment .meta .left { margin: 9px 0 0 0; }
	.comment .meta .left .mass input { margin: -2px 0 0 0; vertical-align: middle; }
		.comment .meta > ul.left > li { margin-right: 10px; }

		.comment .reply { text-transform: lowercase; }
		.comment .meta .left a {
			display: inline-block;
			width: 20px; height: 20px;
			vertical-align: middle;
			padding: 2px;
			margin-top: -2px;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.comment .meta .left .reply a { padding: 2px; width: auto; vertical-align: baseline; }
		.comment .meta .left .del a { padding: 4px; }
		.comment .meta .left .icon { margin: 0; fill: #64748b; vertical-align: top; }
		.comment .meta .left a:hover .icon { fill: #0c5f7eed; }
		.comment .meta .left a .icon-reply {
			width: 15px; height: 16px;
			fill: #0c5f7eed !important;
			margin-right: .4em;
			vertical-align: middle;
		}
		.comment .meta .left a .icon-coms {
			width: 15px; height: 16px;
			fill: #0c5f7eed !important;
			margin-right: .4em;
			vertical-align: middle;
		}
		.comment .meta .left .edit_btn > a { padding: 2px; margin-top: -4px; } 
		.comment .icon-bad { width: 16px; height: 16px; }
		.comment .icon-cross { width: 12px; height: 12px; }

	.comment .meta .rate { float: right; }

	#dle-comments-list { width: 100%; overflow: hidden; }
	#dle-comments-list > .comments-tree-list > li > .comments-tree-list { padding: 0 8%; border-top: 1px solid #efefef; }
	#dle-comments-list > .comments-tree-list > li .comments-tree-list > li { padding-left: 20px; }
	.comments-tree-list { list-style: none; padding: 0; margin: 0; }

	.comments-tree-list > li > ol > li .comment {
		padding: 30px 0;
		position: relative;
		box-shadow: none; -webkit-box-shadow: none;
		border-width: 0;
	}
	.comments-tree-list li ol li .comment {

		position: relative;
		box-shadow: none; -webkit-box-shadow: none;
		border-width: 0;
	}
	.comments-tree-list > li > ol > li .comment:after {
		content: "";
		position: absolute;
		width: 2000px; height: 1px;
		margin-left: -500px;
		left: 0; top: 0;
		background-color: #efefef;
	}

	.comments-tree-list > li > ol > li .comment:before {
		content: "";
		position: absolute;
		left: 0; top: 12px;
		margin: 30px 0 0 -20px;
		background-color: #e6e6e6;
		width: 10px; height: 2px;
	}
	.meta > ul.left > li { margin-right: 12px; }
	.meta > ul.right > li { margin-left: 12px; }
		.comment { padding: 20px; padding-bottom: 60px; }
		
		.comment .rate_like > a, .comment  .rate_like-dislike { border-color: transparent; }
		.com_content > .title { font-size: 1.15em; }
		.comment .meta {
			position: absolute;
			bottom: 14px; left: 20px; right: 20px;
		}
.comment .meta .mass, .reply a span { display: none; }
	.signature {
		font-size: .9em;
		opacity: .5;
		margin-top: .9em;
	}
.navigation a {
  border-radius: 1rem;
  background-color: #083c84;
  font-weight: bold;
  color: #ffffff;
  text-align: center;clear: both;
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 14px;
  width: 3rem;
  height: 2rem;
  font-size: 1rem;
  line-height: 1rem;
  padding-top:8px;
}
.navigation a:hover {
  color: #083c84;
  background: #13afe9;
}
.navigation a:first-child {
  border-radius: 0;
  border-radius: 1rem;
}
.navigation a:last-child {
  border-radius: 0;
  border-radius: 1rem;
}
.navigation span {
  border-radius: 1rem;
  border: 1px solid #083c84;
  font-weight: bold;
  color: #ffffff;
  text-align: center;clear: both;
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 14px;
  width: 3rem;
  height: 2rem;
  font-size: 1rem;
  line-height: 1rem;
  padding-top:8px;
}

.paginate a {
  background-color: #083c84;
  font-weight: bold;
  color: #0d6efd;
  text-align: center;
  clear: both;
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  text-decoration: none;
  font-size: 1rem;
  width: 4rem;
  height: 2rem;
  font-size: 1rem;
  line-height: 1rem;
  padding-top:8px;
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.paginate a:hover {
  z-index: 2;
  color: #0a58ca;
  background: #f8f9fa;
  border-color: #dee2e6;
}

.paginate:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.paginate a:first-child {
  border-radius: 0;
  border-radius: 1rem;
}
.paginate a:not(:first-child) {
    margin-left: calc(1px * -1)
}

.paginate a:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem
}

.paginate a:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem
}
.paginate span {
  font-weight: bold;
  color: #0d6efd;
  text-align: center;
  clear: both;
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  text-decoration: none;
  font-size: 1rem;
  width: 4rem;
  height: 2rem;
  font-size: 1rem;
  line-height: 1rem;
  padding-top:8px;
  border: 1px solid #dee2e6;
  border-radius: 1rem;
}

/* Основные стили */
.footer-links-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

/* Меню сайта */
.footer-menu {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.footer-menu li a {
    text-decoration: none;
    /*color: inherit;*/
    transition: color 0.3s;
}

.footer-menu li a:hover {
    color: #007bff; /* Измените на нужный цвет */
}

/* Социальные иконки */
.social-menu {
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.social-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f8f9fa; /* Светлый фон */
    color: #333; /* Цвет иконок */
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.social-menu li a:hover {
    background-color: #007bff; /* Цвет при наведении */
    color: white;
    transform: translateY(-3px);
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .footer-links-container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .footer-menu {
        justify-content: center;
        gap: 15px;
    }
    
    .social-menu {
        justify-content: center;
        gap: 10px;
    }
    
    /* На очень маленьких экранах можно сделать ссылки в две строки */
    @media (max-width: 480px) {
        .footer-menu {
            gap: 10px;
        }
        
        .footer-menu li {
            margin-bottom: 5px;
        }
    }
}
.social-icons {font-size: 1.5em;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {width: 100%; max-width:100% !important; height:450px; display:block; margin:0 auto;}
@media screen and (max-width: 590px) {
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}    
}
@media screen and (max-width: 470px) {
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}    
}