/* Animation Start Start */

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  to {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }
  to {
    top: 110%;
  }
}

/* Animation Start End */

.streamingLogos img {
  aspect-ratio: 3/2;
  object-fit: contain;
}

.streamingLogos {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px
}

.streamingLogos .logoItem {
  padding: 20px 50px;
  position: relative;
  text-align: center;
  justify-content: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.75rem;
  width: calc(20% - 1.5rem);
  -webkit-box-flex: 1;
  flex-grow: 1;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.main-nav .container {
  max-width: 1620px;
}   

img {
  width: 100%;
  max-width: 100%;
  height: auto;
} 

body {
  font-family: "Syne", serif;
  color: #d5d7d7;
  font-size: 20px;
}

body.body-bg {
 background-image: none;
 background-color: #000000;
}

body.body-bg.observable {
 background-image: url("../img/jpeg/body-bg.jpg");
 background-image: url("../img/webp/body-bg.webp");
 background-size: cover;
 background-repeat: no-repeat;
 -webkit-backdrop-filter: blur(10px);
 backdrop-filter: blur(10px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-family: "Syne", sans-serif;
}

p {
  line-height: 1.8;
}

a {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

button:focus {
  outline: 0;
}

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

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

.dropdown-menu {
    background-color: transparent !important;
}

.main-nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
  padding-top: 0;
  padding-bottom: 0px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.main-nav nav .navbar-nav .nav-link.active {
  color: #00ffff;
}

.main-nav nav .navbar-nav .nav-link.show {
  color: #00ffff;
}

.main-nav nav .navbar-nav .nav-item i {
  display: inline-block;
  font-size: 20px;
  top: 3px;
  right: 2px;
  position: relative;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: #00ffff;
}

.main-nav nav .navbar-nav .nav-item a {
  font-weight: 600;
  font-size: 18px;
  font-family: "Syne", sans-serif;
  text-transform: capitalize;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item a:hover {
  color: #00ffff;
  color: #00ffff !important;
}

.main-nav nav .navbar-nav .nav-item a:focus {
  color: #00ffff;
  color: #00ffff !important;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #00ffff;
  color: #00ffff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-image: none;
  background-size: 100% !important;
  width: 310px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  top: 68px !important;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu.observable,
.main-nav nav .navbar-nav .nav-item:focus .dropdown-menu.observable,
.main-nav nav .navbar-nav .nav-item:active .dropdown-menu.observable {
    background-image: url("../img/jpg/body-bg.jpg");
    background-image: url("../img/webp/body-bg.webp");
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px dashed #b8b5b5;
  border: none !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
  font-size: 18px;
  color: #d5d7d7;
  position: relative;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  top: 19px;
  left: 0;
  background-color: #00ffff;
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #00ffff;
  padding-left: 30px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover:before {
  opacity: 1;
  width: 25px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus {
  color: #00ffff;
  padding-left: 30px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus:before {
  opacity: 1;
  width: 25px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #00ffff;
  padding-left: 30px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active:before {
  opacity: 1;
  width: 25px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100% !important;
  top: 68px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  font-size: 18px;
  position: relative;
  color: #d5d7d7;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover a:before {
  color: #00ffff !important;
  opacity: 1;
  width: 25px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover a:not(.active) {
  padding-left: 30px;
  color: #00ffff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover a:not(.active):before {
  color: #00ffff !important;
  opacity: 1;
  width: 25px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover a.active {
  padding-left: 30px;
  color: #00ffff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:focus a:before {
  color: #00ffff !important;
  opacity: 1;
  width: 25px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:focus a:not(.active) {
  padding-left: 30px;
  color: #00ffff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:focus a:not(.active):before {
  color: #00ffff !important;
  opacity: 1;
  width: 25px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:focus a.active {
  padding-left: 30px;
  color: #00ffff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:active a:before {
  color: #00ffff !important;
  opacity: 1;
  width: 25px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:active a:not(.active) {
  padding-left: 30px;
  color: #00ffff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:active a:not(.active):before {
  color: #00ffff !important;
  opacity: 1;
  width: 25px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:active a.active {
  padding-left: 30px;
  color: #00ffff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a:first-child {
  color: #00ffff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: -6px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li a:before {
  color: #00ffff !important;
  opacity: 1;
  width: 25px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li a:not(.active) {
  padding: 9px 15px;
  color: #d5d7d7 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li a:not(.active):before {
  color: #00ffff !important;
  opacity: 0;
  width: 0px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:focus a i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:focus a:first-child {
  color: #00ffff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:focus .dropdown-menu li a:before {
  color: #00ffff !important;
  opacity: 1;
  width: 25px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:focus .dropdown-menu li a:not(.active) {
  padding: 9px 15px;
  color: #d5d7d7 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:focus .dropdown-menu li a:not(.active):before {
  color: #00ffff !important;
  opacity: 0;
  width: 0px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:active a i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:active a:first-child {
  color: #00ffff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:active .dropdown-menu li a:before {
  color: #00ffff !important;
  opacity: 1;
  width: 25px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:active .dropdown-menu li a:not(.active) {
  padding: 9px 15px;
  color: #d5d7d7 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:active .dropdown-menu li a:not(.active):before {
  color: #00ffff !important;
  opacity: 0;
  width: 0px;
}

.main-nav nav .navbar-nav.active>.nav-link {
  color: #00ffff;
}

.main-nav nav .navbar-nav.show>.nav-link {
  color: #00ffff;
}

.main-nav .dropdown-toggle::after {
  display: none;
}

.main-nav.menu-shrink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);
  padding-top: 0px;
  padding-bottom: 50px;
}

.side-nav .modal-btn {
  padding: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: -6px;
}

.side-nav .modal-btn:hover span:nth-child(2) {
  width: 25px;
}

.side-nav .modal-btn:hover span:nth-child(3) {
  width: 15px;
}

.side-nav .modal-btn span {
  display: block;
  width: 35px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.modal-body {
  padding: 40px 30px 50px;
}

.modal-body h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}

.modal-body p {
  color: #d5d7d7;
  font-size: 14px;
  margin-bottom: 20px;
}

.modal-body .image-area {
  margin-bottom: 10px;
}

.modal-body .image-area .col-lg-4 {
  padding-right: 5px;
  margin-right: -5px;
}

.modal-body .image-area a {
  display: block;
  margin-bottom: 15px;
}

.modal-body .image-area a img {
  width: 100%;
}

.modal-body .modal-item {
  margin-bottom: 30px;
}

.modal-body .social-area {
  text-align: center;
}

.modal-body .social-area h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #000;
}

.modal-body .social-area ul {
  margin: 0;
  padding: 0;
}

.modal-body .social-area ul li {
  list-style-type: none;
  display: inline-block;
}

.modal-body .social-area ul li a {
  display: block;
  color: #00ffff;
  border: 1px solid #00ffff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 18px;
  text-align: center;
}

.modal-body .social-area ul li a:hover {
  color: #ffffff;
  background-color: #00ffff;
}

#myModalRight {
  z-index: 99999;
  padding-right: 0 !important;
}

#myModalRight .modal-header .btn-close {
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 15px;
}

#myModalRight .modal-header .btn-close:focus {
  box-shadow: none;
  border: 0;
}

.modal.modal-right .modal-dialog {
  max-width: 380px;
  min-height: 100vh;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  margin: 0 0 0 auto;
}

.modal.modal-right .modal-content {
  height: 100vh;
  overflow-y: auto;
  border-radius: 0;
}

.modal.modal-right.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal.modal-left .modal-dialog {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  margin: 0 auto 0 0;
}

.owl-nav .owl-prev i, .owl-nav .owl-next i {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-icon {
  font-size: 22px;
  position: relative;
  top: 1px;
  color: #ffffff;
  border: 0;
  outline: none;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background-color: transparent;
}

.search-icon:hover {
  color: #00ffff;
}

.search-toggle .search-icon.icon-close {
  display: none;
}

.search-toggle.opened .search-icon.icon-search {
  display: none;
}

.search-toggle.opened .search-icon.icon-close {
  display: block;
}

.nav-srh {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.nav-srh .search-area {
  position: absolute;
  right: 8px;
  bottom: -105px;
  z-index: 5;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
}

.nav-srh .search-area .search-icon {
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 28px;
  background-color: transparent;
  font-size: 20px;
  color: #d5d7d7;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.nav-srh .search-area .search-icon:hover {
  color: #00ffff;
}

.nav-srh .search-area .src-input {
  outline: none;
  padding-left: 20px;
  margin: 0;
  width: 300px;
  background-color: rgba(221, 221, 221, 0.5019607843);
  border: 1px solid #d5d7d7;
  font-size: 18px;
  height: 45px;
  border-radius: 0;
}

.nav-srh .search-area.opened {
  max-height: 100px;
  padding: 20px 25px;
  box-shadow: 0px 0px 15px rgba(221, 221, 221, 0.5019607843);
}

.banner-img-one {
  background-image: url("../img/png/hero-four.png");
  background-image: url("../img/webp/hero-four.webp");
}

.banner-img-one::before {
  position: absolute;
  content: "";
  background-image: url("../img/png/hero-oai-overlay.png");
  background-image: url("../img/webp/hero-oai-overlay.webp");
  width: 360px;
  height: 100%;
  top: 69%;
  left: 8.5%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1 !important;
}


.banner-img-two {
  background-image: none;
}

.banner-img-two.observable {
  background-image: url("../img/png/hero-two.png");
  background-image: url("../img/webp/hero-two.webp");
}

.banner-img-two::before {
  position: absolute;
  content: "";
  width: 360px;
  height: 100%;
  top: 69%;
  left: 8.5%;
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1 !important;
}

.banner-img-two.observable::before {
  position: absolute;
  content: "";
  width: 360px;
  height: 100%;
  top: 69%;
  left: 8.5%;
  background-image: url("../img/png/hero-ustreams-overlay.png");
  background-image: url("../img/webp/hero-ustreams-overlay.webp");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1 !important;
}

.banner-img-three {
  background-image: none;
}

.banner-img-three.observable {
  background-image: url("../img/png/hero-three.png");
  background-image: url("../img/webp/hero-three.webp");
}

.banner-img-three::before {
  position: absolute;
  content: "";
  width: 360px;
  height: 100%;
  top: 69%;
  left: 8.5%;
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1 !important;
}

.banner-img-three.observable::before {
  position: absolute;
  content: "";
  width: 360px;
  height: 100%;
  top: 69%;
  left: 8.5%;
  background-image: url("../img/png/hero-hsi-overlay.png");
  background-image: url("../img/webp/hero-hsi-overlay.webp");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1 !important;
}

.banner-img-four {
  background-image: none;
}

.banner-img-four.observable {
  background-image: url("../img/png/hero-one.png");
  background-image: url("../img/webp/hero-one.webp");
}

.banner-img-four::before {
  position: absolute;
  content: "";
  width: 360px;
  height: 100%;
  top: 69%;
  left: 8.5%;
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1 !important;
}

.banner-img-four.observable::before {
  position: absolute;
  content: "";
  width: 360px;
  height: 100%;
  top: 69%;
  left: 8.5%;
  background-image: url("../img/png/hero-btf-overlay.png");
  background-image: url("../img/webp/hero-btf-overlay.webp");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1 !important;
}

.banner-wrap {
  position: relative;
}

.banner-social {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.banner-social span {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
}

.banner-social ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.banner-social ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}

.banner-social ul li:last-child {
  margin-right: 0;
}

.banner-social ul li a {
  display: block;
  color: #ffffff;
  font-size: 18px;
}

.banner-social ul li a:hover {
  color: #00ffff;
}

.banner-area {
  height: 1000px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}

.banner-content {
  position: relative;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}

.banner-content h1 {
  font-weight: 700;
  font-size: 100px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.banner-content p {
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 40px;
}

.banner-content .banner-btn {
  font-weight: 600;
  color: #01091e;
  background-color: #ffffff;
  border-radius: 6px;
  display: inline-block;
  padding: 12px 25px 9px;
  position: relative;
  z-index: 1;
  font-family: "Syne", sans-serif;
}

.banner-content .banner-btn:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0;
  top: 0;
  left: 0;
  background-color: #01091e;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 6px;
}

.banner-content .banner-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  background-color: #01091e;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 6px;
}

.banner-content .banner-btn:hover {
  color: #ffffff;
}

.banner-content .banner-btn:hover:before {
  height: 100%;
  width: 100%;
  opacity: 1;
}

.banner-content .banner-btn:hover:after {
  height: 100%;
  width: 100%;
  opacity: 1;
}

.banner-slider.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}

.banner-slider.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin-left: 17px;
  margin-right: 17px;
  box-sizing: border-box !important;
  border: 1px solid #fff;
  box-sizing: border-box;
  background: #d5d7d7;
}

.banner-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #869791;
  width: 24px;
  height: 24px;
  margin-left: 12px !important;
  margin-right: 12px !important;
  box-sizing: border-box !important;
  border: 1px solid #fff;
  background: transparent;
  position: relative;
  margin: 1px;
}

.banner-slider.owl-theme .owl-dots .owl-dot.active span:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  right: 0;
  bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.lines {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 90vw;
}

.lines .line {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  z-index: 1;
}

.lines .line:nth-child(1) {
  margin-left: -12.5%;
}

.lines .line:nth-child(2) {
  margin-left: -25%;
}

.lines .line:nth-child(3) {
  margin-left: -37.5%;
}

.lines .line:nth-child(4) {
  margin-left: -49%;
}

.lines .line:nth-child(5) {
  margin-left: 0%;
}

.lines .line:nth-child(6) {
  margin-left: 12.5%;
}

.lines .line:nth-child(7) {
  margin-left: 25%;
}

.lines .line:nth-child(8) {
  margin-left: 37.5%;
}

.lines .line:nth-child(9) {
  margin-left: 49.5%;
}

.lines .line:after {
  content: "";
  display: block;
  position: absolute;
  height: 10vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(75%, #fff), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 75%, #fff);
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.trust-area {
  background-color: rgba(0, 0, 0, 0.4);
}

.trust-area .section-title {
  margin-bottom: 25px;
}

.trust-area .trust-content {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.trust-area .trust-content p {
  margin-bottom: 40px;
}

.trust-area .trust-content .trust-img img {
    width: auto;
}

.trust-area .trust-content .trust-img {
  margin-bottom: 0px;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  margin-top: -8px;
}

.section-title .sub-title {
  font-weight: 700;
  font-size: 18px;
  color: #00ffff;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.section-title h2 {
  font-weight: 600;
  font-size: 45px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.week-video-btn a {
  top: 35% !important;
}

.week-video-btn-two a {
  top: 32% !important;
}

.week-area .week-item {
  position: relative;
  margin-bottom: 30px;
}

.week-area .week-item:hover a {
  opacity: 1;
}

.week-area .week-item img {
  width: 100%;
}

.week-area .week-item a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: 43%;
  left: 0;
  right: 0;
  font-size: 40px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background-color: #00ffff;
  opacity: 0;
}

.week-area .week-item a i {
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.week-area .week-item a:hover {
  background-color: #01091e;
}

.week-area .owl-theme .owl-nav {
  margin-top: 0;
}

.week-area .owl-prev {
  position: absolute;
  top: 43%;
  left: 15px;
  width: 60px;
  height: 60px;
  font-size: 45px !important;
  line-height: 65px !important;
  border-radius: 50% !important;
  color: #d5d7d7 !important;
  background-color: #111111 !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.week-area .owl-prev:hover {
  color: #111111 !important;
  background-color: #ffffff !important;
}

.week-area .owl-next {
  position: absolute;
  top: 43%;
  right: 15px;
  width: 60px;
  height: 60px;
  font-size: 45px !important;
  line-height: 65px !important;
  border-radius: 50% !important;
  color: #d5d7d7 !important;
  background-color: #111111 !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.week-area .owl-next:hover {
  color: #111111 !important;
  background-color: #ffffff !important;
}

.work-area a {
  display: block;
}

.work-item {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.work-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.work-item:hover .work-content h3 {
  color: #00ffff;
}

.work-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(32%, rgba(0, 0, 0, 0.805733)), color-stop(75%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.805733) 32%, rgba(0, 0, 0, 0) 75%);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
}

.work-item img {
  width: 100%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.work-item .work-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 1;
}

.work-item .work-content h3 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.work-item .work-content span {
  display: block;
  color: #d5d7d7;
  font-weight: 600;
  font-size: 24px;
  font-family: "Syne", sans-serif;
}

.history-area {
  background-image: url("../img/jpg/timeline-bg.jpg");
  background-image: url("../img/webp/timeline-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0;
}

.history-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #090b1a;
  opacity: 0.8;
  display: block;
}

.history-area .cd-horizontal-timeline {
  margin: 0;
}

.history-area .container-fluid {
  max-width: 1450px;
}

.history-area .section-title {
  position: relative;
}

.history-area .history-img {
  position: relative;
  margin-bottom: 30px;
}

.history-area .history-img img {
  width: 100%;
}

.history-area .history-content {
  position: relative;
}

.history-area .history-content h2 {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 400;
}

.history-area .history-content p {
  color: #d5d7d7;
  font-size: 18px;
  max-width: 715px;
  margin-bottom: 15px;
}

.history-area .history-content .history-inner {
  margin-bottom: 30px;
}

.history-area .history-content .history-inner i {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 10px;
  color: #ffffff;
}

.history-area .history-content .history-inner h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.history-area .history-content .history-inner span {
  display: block;
  color: #d5d7d7;
}

.history-area .timeline {
  width: unset;
  max-width: 100%;
  margin-bottom: 25px;
}

.history-area .timeline .filling-line {
  display: none;
}

.history-area .timeline .events-wrapper:before {
  display: none;
}

.history-area .timeline .events-wrapper:after {
  display: none;
}

.history-area .timeline .events-wrapper .events {
  background: #a5a5a5;
  width: 100% !important;
}

.history-area .timeline .events-wrapper .events ul {
  margin: 0;
  padding: 0;
}

.history-area .timeline .events-wrapper .events ul li {
  list-style-type: none;
  display: inline-block;
}

.history-area .timeline .events-wrapper .events ul li a {
  font-size: 24px;
  color: #ffffff;
}

.history-area .timeline .events-wrapper .events ul li a:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 0;
  right: 0;
  bottom: -2px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  z-index: 1;
}

.history-area .timeline .events-wrapper .events ul li a:after {
  background-color: #000;
  border: 1px solid #fff;
  width: 18px;
  height: 18px;
  bottom: -7px;
}

.history-area .timeline .events-wrapper .events ul li:nth-child(1) a {
  left: 1% !important;
}

.history-area .timeline .events-wrapper .events ul li:nth-child(2) a {
  left: 10% !important;
}

.history-area .timeline .events-wrapper .events ul li:nth-child(3) a {
  left: 20% !important;
}

.history-area .timeline .events-wrapper .events ul li:nth-child(4) a {
  left: 30% !important;
}

.history-area .timeline .events-wrapper .events ul li:nth-child(5) a {
  left: 40% !important;
}

.history-area .timeline .events-wrapper .events ul li:nth-child(6) a {
  left: 50% !important;
}

.history-area .timeline .events-wrapper .events ul li:nth-child(7) a {
  left: 60% !important;
}

.history-area .timeline .events-wrapper .events ul li:nth-child(8) a {
  left: 70% !important;
}

.history-area .timeline .events-wrapper .events ul li:nth-child(9) a {
  left: 80% !important;
}

.history-area .timeline .events-wrapper .events ul li:nth-child(10) a {
  left: 90% !important;
}

.history-area .timeline .cd-timeline-navigation {
  margin: 0;
  padding: 0;
}

.history-area .timeline .cd-timeline-navigation li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
}

.history-area .timeline .cd-timeline-navigation li:first-child i {
  position: absolute;
  top: 35px;
  left: 0px;
  display: inline-block;
}

.history-area .timeline .cd-timeline-navigation li:last-child i {
  position: absolute;
  top: 35px;
  right: 0px;
  display: inline-block;
}

.history-area .events-content {
  margin: 0;
}

.history-area .events-content ul {
  margin: 0;
  padding: 0;
}

.history-area .events-content ul li {
  list-style-type: none;
  display: block;
  padding: 0;
}

.video-area {
  position: relative;
}

.video-area .video-two:hover a {
  opacity: 1;
}

.video-area .video-two a {
  opacity: 0;
  top: 32%;
}

.video-item {
  position: relative;
}

.video-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(32%, rgba(0, 0, 0, 0.805733)), color-stop(75%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.805733) 32%, rgba(0, 0, 0, 0) 75%);
  opacity: 0.4;
}

.video-item a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  width: 100px;
  height: 100px;
  line-height: 90px;
  top: 41%;
  left: 0;
  right: 0;
  font-size: 65px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  border: 5px solid #ffffff;
}

.video-item a i {
  width: 100px;
  height: 100px;
  line-height: 90px;
  display: inline-block;
}

.video-item a:hover {
  color: #01091e;
  background-color: #fff;
}

.team-item {
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.team-item:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.team-item:hover .team-top ul li:nth-child(1) {
  opacity: 1;
  top: -15px;
}

.team-item:hover .team-top ul li:nth-child(2) {
  opacity: 1;
  top: -15px;
}

.team-item:hover .team-top ul li:nth-child(3) {
  opacity: 1;
  top: -15px;
}

.team-item:hover .team-top ul li:nth-child(4) {
  opacity: 1;
  top: -15px;
}

.team-item .team-top {
  position: relative;
  margin-bottom: 15px;
}

.team-item .team-top ul {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-item .team-top ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
}

.team-item .team-top ul li:nth-child(1) {
  position: relative;
  opacity: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-item .team-top ul li:nth-child(2) {
  position: relative;
  opacity: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-item .team-top ul li:nth-child(3) {
  position: relative;
  opacity: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-item .team-top ul li:nth-child(4) {
  position: relative;
  opacity: 0;
  top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.team-item .team-top ul li a {
  display: inline-block;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
}

.team-item .team-top ul li a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.team-item .team-top ul li a:hover {
  background-color: #00ffff;
}

.team-item .team-bottom h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 5px;
}

.team-item .team-bottom span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #d5d7d7;
}

.testimonial-area {
  background-image: url("../img/jpg/video-player-bg.jpg");
  background-image: url("../img/webp/video-player-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.testimonial-area video {
  max-width: 1200px;
}

.testimonial-area .section-title {
  position: relative;
}

.testimonial-area .testimonial-item {
  position: relative;
  text-align: center;
}

.testimonial-area .testimonial-item i {
  display: block;
  color: #a7a7a0;
  font-size: 50px;
  margin-bottom: 15px;
}

.testimonial-area .testimonial-item p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 25px;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-area .testimonial-item h3 {
  font-size: 19px;
  color: #ffffff;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 8px;
}

.testimonial-area .testimonial-item h3:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #6c6b6b;
}

.testimoniala-area {
  background-image: url("../img/home-one/testimonial.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.testimoniala-area .testimonial-item {
  position: relative;
  text-align: center;
}

.blog-item {
  background-color: #080808;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-bottom: 30px;
}

.blog-item:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.blog-item a {
  display: block;
}

.blog-item .blog-bottom {
  padding: 25px 25px 30px 25px;
}

.blog-item .blog-bottom span {
  display: block;
  color: #00ffff;
  font-size: 18px;
  margin-bottom: 18px;
}

.blog-item .blog-bottom h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.blog-item .blog-bottom h3 a {
  color: #ffffff;
}

.blog-item .blog-bottom h3 a:hover {
  color: #00ffff;
}

.blog-item .blog-bottom .blog-btn {
  font-weight: 700;
  color: #c7c5c5;
  font-size: 18px;
}

.blog-item .blog-bottom .blog-btn:hover {
  color: #00ffff;
}

footer {
  background-color: rgba(0, 0, 0, 0.8);
}

footer .footer-item {
  margin-bottom: 30px;
}

footer .footer-item h3 {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 25px;
}

footer .footer-item .footer-logo .footer-logo-img {
  display: block;
  margin-bottom: 25px;
  max-width: 210px;
}

footer .footer-item .footer-logo p {
  font-size: 14px;
  color: #d5d7d7;
  margin-bottom: 28px;
  font-size: 16px;
}

footer .footer-item .footer-logo ul {
  margin: 0;
  padding: 0;
}

footer .footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}

footer .footer-item .footer-logo ul li:last-child {
  margin-right: 0;
}

footer .footer-item .footer-logo ul li a {
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #000000;
  font-size: 19px;
  background-color: #ffffff;
}

footer .footer-item .footer-logo ul li a:hover {
  color: #ffffff;
  background-color: #00ffff;
}

footer .footer-item .footer-logo ul li a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

footer .footer-item .footer-instagram ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

footer .footer-item .footer-instagram ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 10px;
  margin-bottom: 10px;
}

footer .footer-item .footer-instagram ul li a {
  display: block;
}

footer .footer-item .footer-instagram ul li a img {
  width: 100%;
}

footer .footer-item .footer-link ul {
  margin: 0;
  padding: 0;
}

footer .footer-item .footer-link ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}

footer .footer-item .footer-link ul li:last-child {
  margin-bottom: 0;
}

footer .footer-item .footer-link ul li a {
  display: block;
  color: #cdcccc;
  font-size: 15px;
  color: #cdcccc;
  font-size: 16px !important;
}

footer .footer-item .footer-link ul li a:hover {
  color: #00ffff;
}

footer .footer-item .footer-touch ul {
  margin: 0;
  padding: 0;
}

footer .footer-item .footer-touch ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
}

footer .footer-item .footer-touch ul li:last-child {
  margin-bottom: 0;
}

footer .footer-item .footer-touch ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 20px;
}

footer .footer-item .footer-touch ul li h4 {
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 2px;
}

footer .footer-item .footer-touch ul li a {
  display: block;
  color: #cdcccc;
  font-size: 15px;
  color: #cdcccc;
  font-size: 16px !important;
}

footer .footer-item .footer-touch ul li a:hover {
  color: #00ffff;
}

footer .footer-item .footer-touch ul li span {
  color: #cdcccc;
  font-size: 16px !important;
}

.copyright-area {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #06080b;
}

.copyright-area .copyright-item p {
  margin-bottom: 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.copyright-area .copyright-item p a {
  display: inline-block;
  font-weight: 700;
  color: #00ffff;
}

.copyright-area .copyright-item p a:hover {
  color: #ffffff;
}

.side-nav-two a {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  background-color: #00ffff;
  padding: 12px 22px;
}

.side-nav-two a:hover {
  background-color: #050505;
}

.banner-area-two {
  background-image: url("../img/home-two/banner-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 1000px;
  position: relative;
}

.banner-area-two:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
}

.banner-area-two .banner-content {
  position: relative;
  z-index: 1;
  max-width: 795px;
  margin-top: 30px;
}

.banner-area-two .banner-content h1 {
  font-weight: 700;
  font-size: 80px;
  margin-bottom: 0;
}

.banner-area-two .banner-content p {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
}

.section-title-two .sub-title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.service-item {
  margin-bottom: 30px;
  position: relative;
}

.service-item i {
  display: inline-block;
  color: #ffffff;
  font-size: 40px;
  position: absolute;
  top: -10px;
  left: 0;
}

.service-item .service-inner {
  padding-left: 60px;
}

.service-item .service-inner h3 {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.service-item .service-inner p {
  margin-bottom: 0;
  color: #d5d7d7;
}

.team-area-two {
  padding-top: 100px;
}

.product-item {
  text-align: center;
  margin-bottom: 30px;
}

.product-item img {
  margin-bottom: 22px;
}

.product-item h3 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

.product-item ul {
  margin: 0;
  padding: 0;
}

.product-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 12px;
}

.product-item ul li:last-child {
  margin-bottom: 0;
}

.product-item ul li a {
  display: block;
  color: #ffffff;
  font-size: 19px;
}

.product-item ul li a:hover {
  color: #00ffff;
}

.product-item p {
  padding-left: 25px;
  padding-right: 25px;
}

.banner-area-three {
  background-image: url("../img/home-three/banner-main.jpg");
}

.banner-area-three p {
  margin-bottom: 20px;
}

.banner-area-three h1 {
  margin-bottom: 15px;
}

.service-area-two {
  background-color: #ffffff;
}

.service-area-two .section-title h2 {
  color: #000000;
}

.service-area-two .service-item i {
  color: #000000;
}

.service-area-two .service-item .service-inner h3 {
  color: #212121;
}

.service-area-two .service-item .service-inner p {
  color: #212121;
}

.product-area-two {
  background-color: #ffffff;
}

.product-area-two .section-title h2 {
  color: #000000;
}

.product-area-two .product-item h3 {
  color: #212121;
  margin-bottom: 10px;
}

.product-area-two .product-item p {
  color: #4e4e4e;
}

.work-area-two {
  background-color: #ffffff;
}

.work-area-two .section-title h2 {
  color: #000000;
}

.team-area-three {
  background-color: #ffffff;
}

.team-area-three .section-title h2 {
  color: #000000;
}

.team-area-three .team-item .team-bottom h3 {
  color: #212121;
}

.team-area-three .team-item .team-bottom span {
  color: #a4a2a2;
}

.blog-area-two {
  background-color: #ffffff;
}

.blog-area-two .section-title h2 {
  color: #000000;
}

.blog-area-two .blog-item {
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.3019607843);
}

.blog-area-two .blog-item .blog-bottom {
  padding: 25px 20px 30px;
}

.blog-area-two .blog-item .blog-bottom span {
  color: #a3a3a3;
}

.blog-area-two .blog-item .blog-bottom h3 {
  font-size: 25px;
}

.blog-area-two .blog-item .blog-bottom h3 a {
  color: #212121;
}

.blog-area-two .blog-item .blog-bottom h3 a:hover {
  color: #00ffff;
}

.blog-area-two .blog-item .blog-bottom p {
  color: #4e4e4e;
}

.blog-area-two .blog-item .blog-bottom .blog-btn {
  color: #212121;
}

.blog-area-two .blog-item .blog-bottom .blog-btn:hover {
  color: #00ffff;
}

.page-title-area {
  background-color: rgba(0, 0, 0, 0.4);
}

.page-title-area .page-title-item {
  text-align: center;
  padding-top: 130px;
  padding-bottom: 45px;
}

.page-title-area .page-title-item h2 {
  font-size: 30px;
  margin-bottom: 8px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

.page-title-area .page-title-item ul {
  margin: 0;
  padding: 0;
}

.page-title-area .page-title-item ul li {
  list-style-type: none;
  display: inline-block;
  color: #d4d4d4;
  font-weight: 500;
}

.page-title-area .page-title-item ul li span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #00ffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  margin-left: 8px;
  margin-right: 8px;
}

.page-title-area .page-title-item ul li a {
  display: inline-block;
  color: #d4d4d4;
}

.page-title-area .page-title-item ul li a:hover {
  color: #00ffff;
}

.page-title-area .sub-heading {
  color: #00ffff;
  display: inline-block;
  font-weight: 500;
}

.page-title-area .sub-heading:hover {
  color: rgba(0, 255, 255, 0.9);
}

.page-title-area-two {
  background-image: url("../img/about-me-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.page-title-area-two:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(33%, rgba(0, 0, 0, 0.805733)), color-stop(60%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.805733) 33%, rgba(0, 0, 0, 0) 60%);
}

.page-title-area-two .page-title-item {
  position: relative;
}

.about-me-area {
  background-color: #ffffff;
}

.about-me-area .about-me-content {
  padding-left: 25px;
}

.about-me-area .about-me-content h2 {
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 10px;
  color: #000000;
}

.about-me-area .about-me-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.about-me-area .about-me-content ul li {
  list-style-type: none;
  display: block;
  color: #5b5b5b;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}

.about-me-area .about-me-content ul li:hover:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.about-me-area .about-me-content ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #00ffff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.about-me-area .about-me-content ul li:last-child {
  margin-bottom: 0;
}

.about-me-area .about-me-content p {
  margin-bottom: 20px;
  color: #5b5b5b;
}

.about-me-area .about-me-content .about-me-inner {
  margin-bottom: 30px;
}

.about-me-area .about-me-content .about-me-inner i {
  display: inline-block;
  color: #000000;
  font-size: 40px;
  margin-bottom: 12px;
}

.about-me-area .about-me-content .about-me-inner h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 4px;
}

.about-me-area .about-me-content .about-me-inner p {
  margin-bottom: 0;
  color: #5b5b5b;
}

.about-item {
  margin-top: calc(1.5rem/2);
  margin-left: calc(1.5rem/-2);
  margin-right: calc(1.5rem/-2);
}

.about-item .about-instagram ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.about-item .about-instagram ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: calc(1.5rem/2);
}

.about-item .about-instagram ul li a {
  display: block;
}

.about-item .about-instagram ul li a img {
  width: 100%;
}

.work-area-three {
  padding-right: 15px;
  padding-left: 15px;
}

.work-area-three .work-item {
  margin-bottom: 30px;
}

.work-details-item .work-details-img {
  position: relative;
  margin-bottom: 25px;
}

.work-details-item .work-details-img a {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: #00ffff;
  color: #ffffff;
  text-align: center;
  font-size: 45px;
  width: 80px;
  height: 80px;
}

.work-details-item .work-details-img a i {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.work-details-item .work-details-img a:hover {
  background-color: #000000;
}

.work-details-item .work-details-img h3 {
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
}

.work-details-item .work-details-content {
  margin-bottom: 50px;
}

.work-details-item .work-details-content:last-child {
  margin-bottom: 0px !important;
}

.work-details-item .work-details-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

.work-details-item .work-details-content ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 15px;
}

.work-details-item .work-details-content ul li span {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.work-details-item .work-details-content ul li a {
  display: inline-block;
  color: #d5d7d7;
  margin-left: 3px;
}

.work-details-item .work-details-content ul li a:hover {
  color: #00ffff;
}

.work-details-item .work-details-content h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
}

.work-details-item .work-details-content p {
  margin-bottom: 15px;
}

.work-details-item .work-details-quote {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 30px 25px 30px 25px;
  position: relative;
  margin-bottom: 60px;
}

.work-details-item .work-details-quote i {
  display: inline-block;
  font-size: 40px;
  color: #000000;
  margin-bottom: 10px;
}

.work-details-item .work-details-quote p {
  color: #000000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}

.work-details-item .work-details-quote .link {
  text-align: right;
}

.work-details-item .work-details-quote .link a {
  display: inline-block;
  color: #000000;
}

.work-details-item .work-details-quote .link a:hover {
  color: #00ffff;
}

.work-details-item .work-details-search {
  margin-bottom: 50px;
}

.work-details-item .work-details-search form {
  position: relative;
}

.work-details-item .work-details-search form .form-control {
  height: 50px;
  border-radius: 6px;
  padding-left: 25px;
  font-size: 15px;
  color: #000000;
  border: 0;
}

.work-details-item .work-details-search form .form-control:focus {
  box-shadow: none;
  border: 0;
}

.work-details-item .work-details-search form .search-btn {
  position: absolute;
  top: 2px;
  right: 0;
  color: #000000;
  font-size: 24px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.work-details-item .work-details-search form .search-btn:hover {
  color: #00ffff;
}

.work-details-item .work-details-work {
  margin-bottom: 50px;
}

.work-details-item .work-details-work h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 45px;
  color: #ffffff;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3490196078);
  padding-bottom: 12px;
  position: relative;
}

.work-details-item .work-details-work h3:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #ffffff;
  left: 0;
  bottom: -2px;
}

.work-details-item .work-details-work .work-inner {
  margin-bottom: 30px;
}

.work-details-item .work-details-work .work-inner:last-child {
  margin-bottom: 0;
}

.work-details-item .work-details-work .work-inner ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.work-details-item .work-details-work .work-inner ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
  flex: 0 0 18%;
  max-width: 18%;
  margin-bottom: 12px;
  list-style-type: none;
  display: inline-block;
  flex: 0 0 18%;
  max-width: 18%;
  margin-bottom: 12px;
}

.work-details-item .work-details-work .work-inner ul li:last-child {
  -webkit-box-flex: 0;
  flex: 0 0 72%;
  max-width: 72%;
  margin-left: 12px;
  flex: 0 0 72%;
  max-width: 72%;
  margin-left: 12px;
}

.work-details-item .work-details-work .work-inner h4 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.work-details-item .work-details-work .work-inner h4 a {
  display: inline-block;
  color: #ffffff;
}

.work-details-item .work-details-work .work-inner h4 a:hover {
  color: #00ffff;
}

.work-details-item .work-details-work .work-inner span {
  display: inline-block;
}

.work-details-item .work-details-cate h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
  color: #ffffff;
}

.work-details-item .work-details-cate ul {
  margin: 0;
  padding: 0;
}

.work-details-item .work-details-cate ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.work-details-item .work-details-cate ul li:hover:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.work-details-item .work-details-cate ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #00ffff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.work-details-item .work-details-cate ul li:last-child {
  margin-bottom: 0;
}

.work-details-item .work-details-cate ul li a {
  display: block;
  color: #d5d7d7;
}

.work-details-item .work-details-cate ul li a:hover {
  color: #00ffff;
}

.work-details-item .list-view-image .work-inner {
  margin-bottom: 12px;
}

.work-details-item .list-view-image .work-inner a {
  display: inline-block;
  color: #d5d7d7;
  font-size: 20px;
  font-weight: 400;
}

.work-details-item .list-view-image .work-inner a:hover {
  color: #00ffff;
}

.work-details-item .list-view-image .work-inner h4 {
  color: #ffffff;
}

.work-details-item .list-view-no-image .work-inner h4 {
  text-transform: capitalize !important;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}

.work-details-item .list-view-no-image .work-inner h4 a {
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.work-details-item .list-view-no-image .work-inner ul {
  margin-bottom: 25px;
}

.work-details-item .list-view-no-image .work-inner ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3490196078);
  padding-bottom: 20px;
}

.work-details-item .list-view-no-image .work-inner ul li:last-child {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0px;
  margin-bottom: 0px;
  border: none !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.work-details-item .list-view-no-image .work-inner span {
  display: inline-block;
  color: #00ffff !important;
  font-size: 18px;
  font-weight: 400;
}

.work-details-item .work-details-work-btn {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 12px 22px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background-color: #ffffff;
}

.work-details-item .work-details-work-btn:hover {
  color: #000000;
  background-color: #00ffff;
}

.work-details-item .otc-pink-link-image {
  width: 180px !important;
  margin-bottom: 8px;
  height: auto;
}

.video-details-area {
  background-color: #ffffff;
}

.video-details-area .video-details-item {
  margin-bottom: 30px;
}

.video-details-area .video-details-item:last-child {
  border-right: 0;
}

.video-details-area .video-details-item .video-details-video {
  position: relative;
  margin-bottom: 20px;
}

.video-details-area .video-details-item .video-details-video a {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: #00ffff;
  color: #ffffff;
  text-align: center;
  font-size: 45px;
  width: 80px;
  height: 80px;
}

.video-details-area .video-details-item .video-details-video a i {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.video-details-area .video-details-item .video-details-video a:hover {
  background-color: #000000;
}

.video-details-area .video-details-item .video-content {
  margin-bottom: 30px;
}

.video-details-area .video-details-item .video-content .video-link {
  display: inline-block;
  color: #888888;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}

.video-details-area .video-details-item .video-content .video-link:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 9px;
  background-color: #00ffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.video-details-area .video-details-item .video-content .video-link:hover {
  color: #00ffff;
}

.video-details-area .video-details-item .video-content h2 {
  font-weight: 700;
  font-size: 45px;
  color: #000000;
  margin-bottom: 10px;
}

.video-details-area .video-details-item .video-content ul {
  margin: 0;
  padding: 0;
}

.video-details-area .video-details-item .video-content ul li {
  list-style-type: none;
  display: inline-block;
  color: #000000;
  font-family: "Syne", sans-serif;
  margin-right: 20px;
}

.video-details-area .video-details-item .video-content ul li:last-child {
  margin-right: 0;
}

.video-details-area .video-details-item .video-content ul li i {
  display: inline-block;
  color: #00ffff;
  font-size: 20px;
  margin-right: 3px;
  position: relative;
  top: 4px;
}

.video-details-area .video-details-item .video-content ul li a {
  display: inline-block;
  color: #000000;
}

.video-details-area .video-details-item .video-content ul li a:hover {
  color: #00ffff;
}

.video-details-area .video-details-item .video-flim h3 {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 10px;
  color: #000000;
}

.video-details-area .video-details-item .video-flim p {
  margin-bottom: 12px;
  color: #888888;
}

.video-details-area .video-details-item .video-social {
  margin-top: 25px;
}

.video-details-area .video-details-item .video-social span {
  display: inline-block;
  color: #00ffff;
  margin-right: 10px;
}

.video-details-area .video-details-item .video-social ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.video-details-area .video-details-item .video-social ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}

.video-details-area .video-details-item .video-social ul li:last-child {
  margin-right: 0;
}

.video-details-area .video-details-item .video-social ul li a {
  display: block;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  border-radius: 50%;
  font-size: 19px;
}

.video-details-area .video-details-item .video-social ul li a:hover {
  background-color: #00ffff;
}

.video-details-area .video-details-item .video-social ul li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.video-details-area .video-details-item .video-introduce {
  padding: 45px 35px 40px;
}

.video-details-area .video-details-item .video-introduce ul {
  margin: 0;
  padding: 0;
}

.video-details-area .video-details-item .video-introduce ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 25px;
}

.video-details-area .video-details-item .video-introduce ul li:last-child {
  margin-bottom: 0;
}

.video-details-area .video-details-item .video-introduce ul li h4 {
  color: #000000;
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 20px;
}

.video-details-area .video-details-item .video-introduce ul li span {
  display: block;
  color: #888888;
  font-size: 15px;
  font-weight: 500;
}

.video-details-area .video-details-item .video-introduce.video-details-bg {
  background-color: #f9f9f9;
}

.video-details-area .video-details-item .work-details-quote {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 30px 25px 30px 25px;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.5019607843);
  border-radius: 6px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.video-details-area .video-details-item .work-details-quote i {
  display: inline-block;
  font-size: 40px;
  color: #000000;
  margin-bottom: 10px;
}

.video-details-area .video-details-item .work-details-quote p {
  color: #000000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}

.video-details-area .video-details-item .work-details-quote .link {
  text-align: right;
}

.video-details-area .video-details-item .work-details-quote .link a {
  display: inline-block;
  color: #000000;
}

.video-details-area .video-details-item .work-details-quote .link a:hover {
  color: #00ffff;
}

.week-area-two {
  background-color: #ffffff;
}

.week-area-two .section-title h2 {
  color: #000000;
}

.blog-details-form {
  margin-top: 50px;
}

.blog-details-form h2 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 25px;
}

.blog-details-form .form-group {
  margin-bottom: 30px;
}

.blog-details-form .form-group label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}

.blog-details-form .form-group .form-control {
  height: 50px;
  border-radius: 6px;
  padding-left: 20px;
  font-size: 15px;
  border: 1px solid #1d1c1c;
  color: #ffffff;
  background-color: #1d1c1c;
}

.blog-details-form .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #f6f6f6;
}

.blog-details-form .form-group textarea {
  height: auto !important;
}

.blog-details-form .blog-details-btn {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 12px 22px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background-color: #ffffff;
}

.blog-details-form .blog-details-btn:hover {
  color: #ffffff;
  background-color: #00ffff;
}

.partner-area {
  background-color: #ffffff;
}

.partner-area .partner-item {
  margin-bottom: 30px;
  text-align: center;
}

.partner-area .partner-item:hover img {
  opacity: 1;
}

.partner-area .partner-item img {
  opacity: 0.8;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.pricing-area {
  background-color: #ffffff;
}

.pricing-item {
  background-color: #ffffff;
  margin-bottom: 30px;
  box-shadow: 0px 0px 25px 0px rgba(221, 221, 221, 0.5098039216);
  border-radius: 50px 0px 50px 0px;
}

.pricing-item .pricing-top {
  background-color: #00ffff;
  position: relative;
  text-align: center;
  border-radius: 50px 0;
  padding-top: 25px;
  padding-bottom: 35px;
}

.pricing-item .pricing-top h3 {
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  position: relative;
  margin-bottom: 0;
  display: inline-block;
}

.pricing-item .pricing-top span {
  display: inline-block;
  font-size: 30px;
  color: #fff;
}

.pricing-item .pricing-top p {
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: -8px;
}

.pricing-item .pricing-bottom {
  text-align: center;
  padding: 0 60px;
  padding-bottom: 40px;
}

.pricing-item .pricing-bottom ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.pricing-item .pricing-bottom ul li {
  list-style-type: none;
  display: block;
}

.pricing-item .pricing-bottom ul li a {
  color: #000000;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
  font-weight: 600;
}

.pricing-item .pricing-bottom ul li a:hover {
  color: #00ffff;
}

.pricing-item .price-btn a {
  color: #00ffff;
  padding: 10px 30px;
  border: 1px solid #00ffff;
  border-radius: 30px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 700;
}

.pricing-item .price-btn a:hover {
  color: #ffffff;
  background-color: #00ffff;
}

.faq-area .faq-head h2 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 30px;
  margin-top: -7px;
  color: #ffffff;
}

.faq-area .faq-wrap {
  margin-bottom: 50px;
}

.faq-area .faq-wrap:last-child {
  margin-bottom: 30px;
}

.faq-area .accordion {
  padding-left: 0;
  margin: 0;
  padding: 0;
}

.faq-area .accordion p {
  font-size: 18px;
  display: none;
  padding: 20px 45px 15px 20px;
  margin-bottom: 0;
}

.faq-area .accordion a {
  color: #ffffff;
  font-size: 18px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  padding: 15px 0 15px 18px;
  border: 1px solid #232323;
  border-radius: 6px 6px 0 0;
}

.faq-area .accordion a:hover {
  color: #00ffff;
}

.faq-area .accordion a:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 10px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.faq-area .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
}

.faq-area .accordion li:first-child {
  border-top: 0;
}

.faq-area .accordion li:last-child {
  margin-bottom: 0;
}

.faq-area .accordion li a.active {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}

.faq-area .accordion li a.active:after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}

.error-item {
  height: 800px;
  text-align: center;
  margin-top: 0px;
}

.error-item h1 {
  font-size: 130px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff;
}

.error-item p {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 35px;
  color: #ffffff;
}

.error-item p i {
  display: inline-block;
}

.error-item span {
  display: block;
  color: #d5d7d7;
}

.error-item a {
  display: inline-block;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 20px 45px;
  margin-top: 70px;
  font-size: 19px;
}

.error-item a:hover {
  background-color: #ffffff;
  color: #000000;
}

.coming-item {
  height: 100vh;
  text-align: center;
}

.coming-item h1 {
  font-size: 75px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 20px;
  color: #ffffff;
}

.coming-item p {
  margin-bottom: 40px;
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
}

.coming-item .coming-wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.coming-item .coming-wrap .coming-inner {
  text-align: center;
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.coming-item .coming-wrap .coming-inner h3 {
  font-size: 45px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5px;
}

.coming-item .coming-wrap .coming-inner p {
  font-size: 18px;
  margin-bottom: 0;
  color: #383838;
}

.coming-item ul {
  margin: 0;
  padding: 0;
}

.coming-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
}

.coming-item ul li a {
  display: block;
  color: #ffffff;
  background-color: #00ffff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 18px;
}

.coming-item ul li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.coming-item ul li a:hover {
  background-color: #000000;
}

.privacy-area {
  padding-bottom: 50px;
}

.privacy-item {
  margin-bottom: 50px;
}

.privacy-item h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.privacy-item p {
  margin-bottom: 0;
  color: #c0c0c0;
}

.privacy-item ul {
  margin: 0;
  padding: 0;
}

.privacy-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 18px;
  color: #c0c0c0;
}

.privacy-item ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  bottom: -2px;
}

.privacy-item ul li:last-child {
  margin-bottom: 0;
}

.contact-area {
  background-color: #ffffff;
}

.contact-area .contact-item {
  margin-bottom: 30px;
}

.contact-area .contact-item h2 {
  font-weight: 700;
  font-size: 45px;
  color: #000000;
  margin-bottom: 20px;
}

.contact-area .contact-item .form-group {
  margin-bottom: 30px;
}

.contact-area .contact-item .form-group .form-control {
  height: 50px;
  padding-left: 20px;
  font-size: 15px;
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: rgba(241, 241, 241, 0.568627451);
}

.contact-area .contact-item .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #000000;
}

.contact-area .contact-item .form-group:-ms-input-placeholder {
  color: #000;
}

.contact-area .contact-item .form-group::-moz-placeholder {
  color: #000;
}

.contact-area .contact-item .form-group::-webkit-input-placeholder {
  color: #000;
}

.contact-area .contact-item .form-group::-ms-input-placeholder {
  color: #000;
}

.contact-area .contact-item .form-group::placeholder {
  color: #000;
}

.contact-area .contact-item .form-group textarea {
  height: auto !important;
  padding-top: 15px;
}

.contact-area .contact-item .contact-btn {
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 1;
  border-radius: 0;
  padding: 12px 25px;
}

.contact-area .contact-item .contact-btn:hover {
  background-color: #00ffff;
}

.contact-area .contact-item .list-unstyled {
  margin-top: 10px;
  font-size: 14px;
  color: #dc3545;
}

.contact-area .contact-item .text-danger {
  margin-top: 10px;
  font-size: 20px;
}

.contact-area .contact-item .text-success {
  margin-top: 10px;
  font-size: 20px;
}

.contact-area .contact-item .contact-address .contact-inner {
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
}

.contact-area .contact-item .contact-address .contact-inner:last-child {
  margin-bottom: 0;
}

.contact-area .contact-item .contact-address .contact-inner .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #00ffff;
  font-size: 30px;
}

.contact-area .contact-item .contact-address .contact-inner h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 2px;
  color: #000000;
}

.contact-area .contact-item .contact-address .contact-inner span {
  display: block;
  color: #5f5f5f;
}

.contact-area .contact-item .contact-address .contact-inner a {
  display: block;
  color: #5f5f5f;
}

.contact-area .contact-item .contact-address .contact-inner a:hover {
  color: #00ffff;
}

.contact-area .contact-item .contact-address .contact-inner ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.contact-area .contact-item .contact-address .contact-inner ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.contact-area .contact-item .contact-address .contact-inner ul li:last-child {
  margin-right: 0;
}

.contact-area .contact-item .contact-address .contact-inner ul li a {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #00ffff;
  border-radius: 50%;
  font-size: 20px;
}

.contact-area .contact-item .contact-address .contact-inner ul li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.contact-area .contact-item .contact-address .contact-inner ul li a:hover {
  color: #ffffff;
  background-color: #000000;
}

.map-area #map {
  display: block;
  width: 100%;
  border: 0;
  height: 450px;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #000;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

#toTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.back-to-top-btn i {
  background: #00ffff;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-right: 28px;
  box-shadow: 0px 0px 14px 0px #00ffff;
}

.back-to-top-btn i:hover {
  background: #000;
  color: #ffffff;
  box-shadow: 0px 0px 14px 0px #000;
}

.main-logo {
  width: 100%;
  max-width: 210px;
}

.otc-pink-logo {
  width: 100%;
  max-width: 210px;
}

#tradingview_01d80 {
  height: 500px !important;
}

.tradingview-widget-copyright.chart-overwrite-css {
  font-size: 15px !important;
  line-height: 34px !important;
  text-align: center !important;
  vertical-align: middle !important;
  font-family: "Syne", serif;
  color: #d5d7d7;
}

.tradingview-widget-copyright.chart-overwrite-css .blue-text {
  color: #00ffff !important;
  font-family: "Syne", serif;
  font-size: 15px !important;
  line-height: 34px !important;
}

.tradingview-widget-copyright.chart-overwrite-css .blue-text:hover {
  color: rgba( 0, 255, 255, 0.9) !important;
}

.reports-and-filings .work-details-content-item {
  margin-bottom: 0px;
  text-align: center;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.reports-and-filings .work-details-content-item .work-details-content-item-top {
  position: relative;
  margin-bottom: 15px;
}

.reports-and-filings .work-details-content-item .work-details-content-item-top img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}

.reports-and-filings .work-details-content-item .work-details-content-item-bottom h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 12px;
  color: #ffffff;
  position: relative;
  line-height: 1.3;
  font-family: "Syne", sans-serif;
}

.reports-and-filings .work-details-content-item .work-details-content-item-bottom a {
  font-weight: 400;
  display: inline-block;
  font-size: 18px;
  color: #00ffff;
  border: 1px solid #00ffff;
  padding: 12px 22px;
  border-radius: 2px;
  position: relative;
  line-height: 1.3;
  font-family: "Syne", sans-serif;
}

.reports-and-filings .work-details-content-item .work-details-content-item-bottom a:hover {
  color: #000000;
  border: 1px solid #00ffff;
  background-color: #00ffff;
}

.reports-and-filings .work-details-content .row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
  display: -webkit-box;
  display: flex;
  margin-left: -40px;
  margin-right: -40px;
}

.reports-and-filings .work-details-content .row>div {
  padding-left: 40px;
  padding-right: 40px;
}

.reports-and-filings .work-details-content h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
}

.white-bordered-button {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 22px;
  border-radius: 2px;
}

.white-bordered-button:hover {
  color: #000000;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

.ceo-section {
  background-color: transparent;
}

.ceo-section .about-me-content h2 {
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 10px;
  color: #ffffff !important;
}

.ceo-section .about-me-content .designation {
  list-style-type: none;
  display: block;
  color: #00ffff;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.ceo-section .about-me-content .about-me-inner i {
  display: inline-block;
  color: #00ffff;
  font-size: 40px;
  margin-bottom: 12px;
}

.ceo-section .about-me-content .about-me-inner h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}

.ceo-section .about-me-content .about-me-inner a {
  margin-bottom: 0;
  color: #d5d7d7;
  line-height: 1.8;
  font-family: "Syne", serif;
  font-size: 20px;
  font-weight: 400;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.ceo-section .about-me-content .about-me-inner a:hover {
  color: #00ffff;
}

.ceo-section .about-me-content .about-me-inner i.social-icon {
  display: inline-block;
  color: #fff;
  font-size: 32px;
  margin-right: 12px;
  margin-bottom: 0px !important;
}

.ceo-section .about-me-content p {
  margin-bottom: 20px;
  color: #d5d7d7;
}

.ceo-section .about-me-content p:last-child {
  margin-bottom: 0px;
  color: #d5d7d7;
}

.ceo-section .about-me-img img {
  width: 100% !important;
}

.ceo-section .images-container {
  padding-top: 50px;
}

.ceo-section .images-container h3 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Syne", sans-serif;
  margin-bottom: 25px;
}

.ceo-section .images-container.high-school-icon {
  padding-top: 0px;
  margin-left: -12px;
  margin-right: -12px;
  padding-bottom: 50px;
}

.ceo-section .images-container.high-school-icon img {
  width: 100%;
}

@media (max-width: 440px)
{
  .ceo-section .ott-images-container {
    margin-top: 0px !important;
  }

}

.ceo-section .ott-images-container {
  margin-top: 25px;
}

.ceo-section .ott-images-container img {
  margin-bottom: 20px;
  max-height: 60px;
  width: auto;
}

.ceo-section .ott-image-box {
  padding: 35px 25px;
  position: relative;
  text-align: center;
  margin: 0px 15px;
  width: 25%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.ceo-section .ott-type-box {
  padding: 35px 25px;
  position: relative;
  text-align: center;
  margin: 0px 15px;
  width: 15%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.ceo-section .ott-type-box i {
  font-size: 40px;
  color: #00ffff;
}

.ceo-section .about-images-container img {
  width: 100%;
}

.ceo-section .about-box {
  padding: 35px 25px;
  position: relative;
  text-align: center;
  justify-content: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0.75rem;
  width: 17%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.bg-color {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.box-profile .profile-container {
  border: 1px solid #363636;
  margin-bottom: 50px;
  margin-left: 0px;
  margin-right: 0px;
}

.box-profile .profile-container .left-box {
  padding: 23px;
}

.box-profile .profile-container .left-box .profile-title {
  line-height: 1.3;
  font-family: "Syne", sans-serif;
  text-transform: capitalize;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 19px;
  font-family: "Syne", sans-serif;
  font-weight: 700;
}

.box-profile .profile-container .left-box p {
  font-size: 20px;
  color: #d5d7d7;
}

.box-profile .profile-container .right-box {
  padding: 0px !important;
}

.box-profile .profile-container .right-box img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
}

.box-profile .container h2 {
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 10px;
  color: #ffffff !important;
}

.box-profile .right-box {
  position: relative;
}

.box-profile a.play-btn {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: 43%;
  left: 0;
  right: 0;
  font-size: 40px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background-color: #00ffff;
  opacity: 1;
  top: 50% !important;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.box-profile a.play-btn i {
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.box-profile a.play-btn:hover {
  background-color: #01091e;
}

.celebrity-nft-section h3 {
  color: #ffffff !important;
}

.celebrity-nft-section i {
  color: #ffffff !important;
}

.celebrity-nft-section h2 {
  color: #ffffff !important;
}

.celebrity-nft-section p {
  color: #d5d7d7 !important;
}

.celebrity-nft-section .nft-item {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.celebrity-nft-section .nft-item i {
  display: inline-block;
  color: #ffffff;
  font-size: 40px;
}

.celebrity-nft-section .nft-item .nft-inner {
  padding-left: 0px;
}

.celebrity-nft-section .nft-inner h3 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.celebrity-nft-section .nft-inner p {
  text-align: center;
}

.col-20 {
  width: 20% !important;
}

.nft-filler-section {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 35px 70px;
}

.nft-filler-section h3.nft-filler-heading {
  font-size: 35px;
  font-weight: 400;
  font-family: "Syne", serif;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0px;
}

.ceo-section.nft-section ul li {
  font-family: "Syne", serif;
  color: #d5d7d7;
  font-size: 20px;
  list-style-type: none;
  display: block;
  color: #5b5b5b;
  margin-bottom: 8px;
  font-weight: 400;
  position: relative;
}

.box-profile.hsi-first-section .profile-container {
  margin-bottom: 0px;
}

.about-section {
  position: relative;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0;
  display: -webkit-box;
  display: flex;
}

.about-section p:last-child {
  margin-bottom: 0px;
}

.about-section .container {
  display: -webkit-box;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.about-section .column-left {
  display: -webkit-box;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.about-section .column-left .sub-heading {
  list-style-type: none;
  display: block;
  color: #00ffff;
  margin-bottom: 8px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
}

.about-section .column-left h2 {
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 10px;
  color: #ffffff !important;
}

.about-section .column-left p {
  margin-bottom: 0px;
  color: #d5d7d7;
}

/* .about-section .column-right .image-block.repeated-image {
  position: relative;
  top: 56px;
  height: 370px;
  background: 50% no-repeat;
  background-size: cover;
}

.about-section .animated {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}

.about-section .image-block.animated .front-image {
  -webkit-transform: translate(70px, 32px);
  -ms-transform: translate(70px, 32px);
  transform: translate(70px, 32px);
  z-index: 99;
  opacity: 1;
  max-height: 240px;
  max-width: 400px;
  width: 100%;
}

.about-section .image-block img {
  -webkit-transition: -webkit-transform 700ms ease-in-out;
  transition: -webkit-transform 700ms ease-in-out;
  -o-transition: transform 700ms ease-in-out;
  transition: transform 700ms ease-in-out;
  transition: transform 700ms ease-in-out, -webkit-transform 700ms ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat;
  background-size: cover;
}

.about-section .image-block.animated .back-image {
  -webkit-transform: translate(35px, 0);
  -ms-transform: translate(35px, 0);
  transform: translate(35px, 0);
  opacity: 0.2;
  max-height: 240px;
  max-width: 475px;
  width: 100%;
} */


.about-section .column-right .image-block.repeated-image {
  position: relative;
  height: auto;
  background: 0% no-repeat;
  background-size: cover;
}

.about-section .image-block img {
  -webkit-transition: -webkit-transform 700ms ease-in-out;
  transition: -webkit-transform 700ms ease-in-out;
  transition: transform 700ms ease-in-out;
  transition: transform 700ms ease-in-out, -webkit-transform 700ms ease-in-out;
  position: relative;
  width: 100%;
  height: auto;
  background: no-repeat;
  background-size: cover;
}

.about-section h3 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Syne", sans-serif;
  margin-bottom: 25px;
}

.about-me-area.nft-section .about-me-img {
  margin-bottom: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.about-me-area.nft-section .center-content-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.small-heading {
  font-size: 35px !important;
}

footer .footer-item .footer-touch ul li span {
  color: #d5d7d7;
  font-size: 16px !important;
}

footer .footer-item .footer-touch ul li a {
  color: #d5d7d7;
  font-size: 16px !important;
}

footer .footer-item .footer-link ul li a {
  color: #d5d7d7;
  font-size: 16px !important;
}

footer .footer-item .footer-logo p {
  font-size: 16px;
}

.mean-container .mean-nav ul li a {
  color: #d5d7d7 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100% !important;
  top: 68px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  font-size: 18px;
  position: relative;
  color: #d5d7d7;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  top: 68px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a i,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:focus a i,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:active a i {
  -o-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  transform:rotate(-90deg);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li a:before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:focus .dropdown-menu li a:before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:active .dropdown-menu li a:before {
  color: #00ffff !important;
  opacity: 1;
  width: 25px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li a:not(.active):before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:focus .dropdown-menu li a:not(.active):before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:active .dropdown-menu li a:not(.active):before {
  color: #00ffff !important;
  opacity: 0;
  width: 0px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li a:not(.active),
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:focus .dropdown-menu li a:not(.active),
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:active .dropdown-menu li a:not(.active) {
  padding: 9px 15px;
  color: #d5d7d7 !important;
}


.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover a:before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:focus a:before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:active a:before {
  color: #00ffff !important;
  opacity: 1;
  width: 25px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:focus a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:active a.active {
  padding-left: 30px;
  color: #00ffff !important;
  
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a:first-child,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:focus a:first-child,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:active a:first-child {
  color: #00ffff !important;
}

.video-player {
  position: relative;
}

.video-player a.play-btn {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: 43%;
  left: 0;
  right: 0;
  font-size: 40px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background-color: #00ffff;
  opacity: 1;
  top: 50% !important;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.video-player a.play-btn i {
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.video-player a.play-btn:hover {
  background-color: #01091e;
}

ul {
  padding-left: 0px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: -6px !important;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active {
  color: #00ffff !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover a:not(.active):before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:focus a:not(.active):before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:active a:not(.active):before {
  color: #00ffff !important;
  opacity: 1;
  width: 25px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover a:not(.active),
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:focus a:not(.active),
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:active a:not(.active) {
  padding-left: 30px;
  color: #00ffff !important;
}
#player-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.ott-play-image-container img, .ott-play-image-container source {
  width: 100%;
  max-width: 100%;
}
