.button-atlas {
  text-align: center;
}
.button-atlas a {
  color: #000;
  background-color: #fff;
  padding: 5px;
}
.button-atlas a:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Copernicus, sans-serif;
  font-weight: 800;
  /* text-transform: uppercase; */
}
small {
  font-size: 80%;
  font-weight: inherit;
}
:root {
  --plyr-color-main: #eb680a;
}
button,
input[type="reset"],
input[type="submit"] {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.opacity-full {
  opacity: 1;
}
.opacity-1 {
  opacity: 0.1;
}
.opacity-2 {
  opacity: 0.2;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-7 {
  opacity: 0.7;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-9 {
  opacity: 0.9;
}
.bg-black {
  background: #000;
}
.btn {
  display: inline-block;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: capitalize;
  width: auto;
  font-family: "PT Serif", sans-serif;
  font-weight: 400;
  -webkit-transition-duration: 0.3s !important;
  -o-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
  -webkit-transition-timing-function: ease-in-out !important;
  -o-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}
body,
html {
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  body,
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  body,
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  body,
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  body,
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 359px) {
  body,
  html {
    font-size: 12px;
  }
}
body {
  overflow-x: hidden !important;
}
section {
  position: relative;
}
a,
a:active,
a:hover {
  text-decoration: none;
}
.full-screen {
  height: 100vh;
}
#pp-nav.right ul {
  list-style-type: none;
}
.slider-social {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4px;
  z-index: 13;
}
.slider-social a {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  margin: 9px;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.slider-social a:hover {
  background-color: #fff;
}
.slider-social .animated-wrap a:hover {
  background-color: transparent;
  color: #fff;
}
.center-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-standard {
  position: absolute;
  top: 0;
  z-index: 99;
  padding: 33px 0 0 0;
  width: 100%;
}
.logo-dark {
  max-width: 100%;
}
.side-menu {
  width: 100%;
  opacity: 0;
  position: fixed;
  z-index: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  visibility: hidden;
}
.side-menu .menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.whitecolor {
  color: #fff;
}
.side-menu.left {
  left: 0;
  right: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
  width: 280px;
}
.side-menu.before-side,
.side-menu.side-menu-active {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 9999;
  opacity: 0.9;
  visibility: visible;
}
.pul-menu .side-menu.side-menu-active {
  visibility: visible;
  opacity: 1;
}
.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}
#close_side_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: opacity 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: opacity 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: opacity 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  display: none;
  z-index: 1031;
  opacity: 0.4;
}
.side-menu .btn-close {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 37px;
  right: 22px;
  cursor: pointer;
  color: #fff;
}
.side-menu.before-side .btn-close {
  display: none;
}
.just-sidemenu #sidemenu_toggle {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 16px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.side-nav-btn {
  position: absolute;
  top: 37px;
  right: 22px;
  color: #fff;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all linear 0.3s;
}
.side-nav-btn span {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: relative;
  top: 50%;
  margin-top: 6px;
  right: 0;
  -webkit-transition: all linear 0.3s;
}
.side-nav-btn:hover span:nth-child(1),
.side-nav-btn:hover span:nth-child(3) {
  width: 60%;
  -webkit-transition: all linear 0.3s;
}
.side-nav-btn.active {
  display: none;
}
.header-appear .side-nav-btn {
  left: 40px;
  top: 19px;
}
.header-appear .navbar-top-default {
  height: 80px;
  position: fixed;
  z-index: 9999;
  top: 0;
  background: #171717;
  -webkit-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.side-menu .inner-wrapper {
  padding: 3.5rem 5rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper {
  padding: 3.5rem 2.5rem;
}
.inner-wrapper .navbar-nav {
  -ms-flex-direction: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  flex-direction: inherit;
}
.side-menu .side-nav {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.side-nav .navbar-nav .nav-item {
  display: block;
  margin: 0 auto;
  padding: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.5s;
  -o-transition: all 0.8s ease 0.5s;
  transition: all 0.8s ease 0.5s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.nav-item a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-center-logo .navbar-nav .text-black:hover,
.top-center-logo .navbar-nav .whitecolor:hover,
.top-fixed-nav .navbar-nav .whitecolor:hover {
  color: #f5218a !important;
}
.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: #fff;
  padding: 2px 0 3px 0 !important;
  font-family: "PT Serif", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  position: relative;
  border-radius: 0;
}
.side-logo-nav .navbar-nav .nav-link {
  position: relative;
}
.side-logo-nav .navbar-nav .nav-link:focus,
.side-logo-nav .navbar-nav .nav-link:hover {
  color: #fff;
}
.side-nav .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  background: #fff;
  display: inline-block;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.side-nav .navbar-nav .nav-link.active::after,
.side-nav .navbar-nav .nav-link:hover::after {
  width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
  background: 0 0;
}
.side-menu p {
  font-size: 13px;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.side-footer {
  text-align: center;
}
.social-icons-simple {
  margin-bottom: 0;
  margin-left: -10px;
  padding: 0;
}
.social-icons-simple li {
  display: inline-block;
}
.social-icons-simple li a {
  display: block;
  font-size: 16px;
  color: #fff;
  height: 38px;
  line-height: 38px;
  border: 1px solid transparent;
  text-align: center;
  width: 38px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-icons-simple li a:hover {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer.bg-black2 {
  background: #fff;
}
.footer-icons li {
  display: inline-block;
}
.footer-icons li a {
  display: block;
  height: 55px;
  width: 55px;
  font-size: 18px;
  color: #676767;
  line-height: 60px;
  text-align: center;
  margin: 0 0.1rem;
  border-radius: 40px;
  background: 0 0;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.copyrights,
.copyrights a {
  color: #fff;
}
.copyrights a:focus,
.copyrights a:hover {
  color: #eb680a;
}
.footer-icons li a:focus,
.footer-icons li a:hover {
  color: #fff;
}
.footer-icons li a.facebook:focus,
.footer-icons li a.facebook:hover {
  -webkit-box-shadow: 0 0 15px 30px #4267b2 inset;
  box-shadow: 0 0 15px 30px #4267b2 inset;
}
.footer-icons li a.twitter:focus,
.footer-icons li a.twitter:hover {
  -webkit-box-shadow: 0 0 15px 30px #1da1f2 inset;
  box-shadow: 0 0 15px 30px #1da1f2 inset;
}
.footer-icons li a.google:focus,
.footer-icons li a.google:hover {
  -webkit-box-shadow: 0 0 15px 30px #db4437 inset;
  box-shadow: 0 0 15px 30px #db4437 inset;
}
.footer-icons li a.linkedin:focus,
.footer-icons li a.linkedin:hover {
  -webkit-box-shadow: 0 0 15px 30px #0077b5 inset;
  box-shadow: 0 0 15px 30px #0077b5 inset;
}
.footer-icons li a.instagram:focus,
.footer-icons li a.instagram:hover {
  -webkit-box-shadow: 0 0 15px 30px #c32aa3 inset;
  box-shadow: 0 0 15px 30px #c32aa3 inset;
}
.footer-icons li a.pinterest:focus,
.footer-icons li a.pinterest:hover {
  -webkit-box-shadow: 0 0 15px 30px #bd081c inset;
  box-shadow: 0 0 15px 30px #bd081c inset;
}
.footer-icons li a i:hover {
  color: #fff;
  border-radius: 40px;
}
.loader {
  background: #fff;
  text-align: center;
  height: 100vh;
  z-index: 999;
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.linear-activity {
  overflow: hidden;
  width: 100%;
  height: 4px;
  background-color: transparent;
  margin: 20px auto;
}
.determinate {
  position: relative;
  max-width: 100%;
  height: 100%;
  -webkit-transition: width 0.5s ease-out 1s;
  -o-transition: width 0.5s ease-out 1s;
  transition: width 0.5s ease-out 1s;
  background-color: #eb680a;
}
.indeterminate {
  position: relative;
  width: 100%;
  height: 100%;
}
.indeterminate:before {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #eb680a;
  -webkit-animation: indeterminate_first 1.5s infinite ease-out;
  animation: indeterminate_first 1.5s infinite ease-out;
}
.indeterminate:after {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #eb680a;
  -webkit-animation: indeterminate_second 1.5s infinite ease-in;
  animation: indeterminate_second 1.5s infinite ease-in;
}
@-webkit-keyframes indeterminate_first {
  0% {
    left: -100%;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 10%;
  }
}
@keyframes indeterminate_first {
  0% {
    left: -100%;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 10%;
  }
}
@-webkit-keyframes indeterminate_second {
  0% {
    left: -150%;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 10%;
  }
}
@keyframes indeterminate_second {
  0% {
    left: -150%;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 10%;
  }
}
@media screen and (max-width: 1199px) {
  .swiper-thumbnails {
    left: 24%;
  }
  .header-appear .side-nav-btn {
    left: 15px;
  }
  .side-logo-nav .social_icons {
    display: none;
  }
  .top-fixed-nav .collapse .mr-0 {
    margin-right: -30px !important;
    right: 0 !important;
  }
  .top-fixed-nav .side-nav-btn {
    left: 15px;
  }
  .slide-text {
    font-size: 60px;
    font-weight: 700;
  }
  .side-logo-nav .side-nav-btn {
    position: inherit;
    top: 0;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all linear 0.3s;
    margin-bottom: 5px;
    margin-left: 10px;
  }
  #pp-nav {
    display: none !important;
  }
  .slider-social {
    display: none !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  html {
    scroll-behavior: smooth;
  }
  #aimated-cursor {
    display: none;
  }
  .bg-contact,
  .bg-services,
  .bg-skills,
  .bg-team,
  .portfolio-sec {
    height: auto;
  }
  .bg-contact,
  .portfolio-sec,
  .slider {
    padding: 0;
  }
  .arrows-wrap {
    right: 38%;
    top: 100%;
  }
  #content-scroll {
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .swiper-thumbnails {
    left: 12%;
  }
  .inner-wrapper .navbar-nav {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .side-nav .navbar-nav .nav-item {
    margin: 9px auto;
  }
  .side-menu.side-btn-style2 .btn-close {
    left: auto;
    right: 47px;
  }
  .top-fixed-nav a.logo {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .top-fixed-nav .side-nav-btn {
    position: relative;
    top: 0;
    left: 0;
  }
  header.header-appear .top-center-logo a.logo {
    top: 0;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header-appear .side-nav-btn {
    position: inherit;
    top: 45px;
    left: 0;
  }
  .header-appear .side-menu .btn-close {
    right: 47px;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  body {
    overflow: hidden !important;
  }
  html {
    scroll-behavior: smooth;
  }
  .bg-contact,
  .bg-services,
  .bg-skills,
  .bg-team,
  .portfolio-sec {
    height: auto;
    padding: 8rem 0;
    text-align: center;
  }
  .portfolio-sec {
    padding: 0;
    text-align: center;
  }
  .bg-contact {
    padding: 4rem 0;
    text-align: center;
  }
  .swiper-thumbnails {
    display: none;
  }
  #services_slider h1 {
    font-size: 1.75rem;
  }
  /* .logo-dark {
    margin-left: 20px;
  } */
  .services-item .testimonial-line {
    width: 5px;
    opacity: 0;
    height: 3px;
    left: auto;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    background-color: #d00520;
  }
  #services_slider .owl-dots {
    position: relative;
    bottom: 0;
    display: block;
    text-align: center;
    width: 100%;
  }
  .testimonial-quote {
    text-align: center;
  }
  .testimonial-quote h1 {
    font-size: 1.75rem;
  }
  .team-img {
    margin: 0 auto;
  }
  .testimonial-line {
    margin: 0 auto;
  }
  #owl-thumbs.owl-dots {
    text-align: center;
  }
  .caption-border.left::before {
    background-color: rgba(255, 255, 255, 0);
  }
  .caption-border.right::after {
    background-color: rgba(255, 255, 255, 0);
  }
  #content-scroll {
    position: relative;
  }
  .showcase-counter::after {
    display: none;
  }
  .showcase-counter::before {
    display: none;
  }
  .showcase-counter span {
    display: none;
  }
  .counter-wrap {
    display: none;
  }
  .arrows-wrap {
    right: 38%;
    top: 100%;
  }
  .tparrows {
    top: 95% !important;
  }
  #page-scroll .section {
    height: 100%;
  }
  #aimated-cursor {
    display: none;
  }
  .max-width {
    width: 50%;
  }
  .main-title {
    margin-bottom: 2.5rem;
  }
  .form-control.message {
    height: 90px;
  }
  .side-nav-btn {
    top: 25px;
  }
  .navbar-standard {
    padding: 18px 0;
  }
  .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .side-nav-btn {
    left: auto;
    right: 0;
    margin-right: 20px;
  }
  .side-menu .btn-close {
    right: 47px;
    left: auto;
  }
  .side-logo-nav .logo .logo-dark,
  .side-logo-nav .logo .logo-light.default {
    margin-left: 10px;
  }
  .arrows-wrap {
    right: 27%;
    top: 100%;
  }
}
@media screen and (max-width: 359px) {
  .team-progress .progress-item {
    margin-bottom: 1rem;
  }
  .counter,
  .showcase-counter span {
    pointer-events: initial;
  }
}
.video-box .plyr {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-box .video-poster {
  position: absolute;
  z-index: 1;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.video-box .video-poster.playing {
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.video-box .image-overlay {
  font-size: inherit;
}

.fullscreen {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.fullscreen img {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
}

.fullscreen video {
  height: 100%;
  width: 177.77777778vh; /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw; /* 100 * 9 / 16 */
  position: absolute;
  left: 50%; /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%); /* % of current element */
}

.overlay {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.text {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  text-align: left;
}
h1 span,
h1 small,
h2 span,
h2 small,
h3 span,
h3 small,
h4 span,
h4 small,
h5 span,
h5 small,
h6 span,
h6 small {
  display: block;
}

.text-scrollable {
  height: 100%;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; */
  text-align: left;
  line-height: 1.3;
  position: relative;
}

.text-scrollable .scroll-container {
  padding: 10rem 0 5rem;
  width: 100%;
  /* -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.text-scrollable .scroll-container::-webkit-scrollbar {
  display: none;
}
.text-scrollable .scroll-container .text-box {
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.65);
}

.main-heading h2 {
  font-size: 48px;
  font-weight: bold;
}

.team-classic .item {
  text-align: left;
}

.team-data-img {
  overflow: inherit;
  background-color: #f1f1f1;
}

.portfolio-content h5 {
  text-align: center;
  margin: 0;
  padding: 0.5rem 0;
}

.search-icon {
  border: 1px solid white;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  padding: 14px 14px;
  margin-bottom: 20px;
}

.single-work {
  overflow: hidden;
  position: relative;
  padding-top: calc((2 / 3) * 100%);
  background-color: #ffffff;
  transition: all 0.3s ease 0s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.single-work.video-box {
  padding-top: calc((9 / 16) * 100%);
}
.single-work.video-box.v-9-16 {
  padding-top: calc((16 / 9) * 100%);
}
.single-work.video-box.v-3-2 {
  padding-top: calc((3 / 2) * 100%);
}
.single-work.video-box.v-2-3 {
  padding-top: calc((3 / 2) * 100%);
}

.single-work img {
  width: 100%;
  height: auto;
}

.single-work .title {
  width: 80%;
  font-weight: normal;
  color: #ffffff;
  margin: 0 0 15px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "PT Serif", sans-serif;
}

.single-work .overlay-text {
  width: 100%;
  height: 100%;
  font-size: 26px;
  color: #fff;
  background-color: transparent;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.cases-image-inner {
  position: relative;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1111;
}
.cases-line {
  position: absolute;
  background: #ffffff;
}
.top {
  top: 15px;
  right: 15px;
  width: 100px;
  height: 2px;
}
.top-right {
  top: 15px;
  right: 15px;
  height: 100px;
  width: 2px;
}
.bottom {
  top: unset;
  bottom: 15px;
  left: 15px;
  width: 100px;
  height: 2px;
}
.bottom-left {
  top: unset;
  bottom: 15px;
  left: 15px;
  height: 100px;
  width: 2px;
}

.single-work .overlay-text:before,
.single-work .overlay-text:after {
  opacity: 0.6;
  position: absolute;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.45s ease-in-out 0s;
  transition: all 0.45s ease-in-out 0s;
  z-index: -1;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.single-work .overlay-text:before {
  right: 0;
}

.single-work .overlay-text:after {
  left: 0;
}

.item:hover .overlay-text {
  opacity: 1;
}

.item:hover .overlay-text:before,
.item:hover .overlay-text:after {
  width: 100%;
  transform: skewX(0);
  -webkit-transform: skewX(0);
  -moz-transform: skewX(0);
  -ms-transform: skewX(0);
  -o-transform: skewX(0);
  z-index: 1;
}

.item .img-responsive {
  max-width: 100%;
  transition: all 0.5s ease 0.2s;
}

.item:hover .img-responsive {
  transform: scale(1.2);
  transition: all 0.5s ease 0.2s;
}

.circle {
  position: relative;
  z-index: 1111;
  height: 42px;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.circle i {
  transition: 0.5s ease;
}

#team-circle-right {
  top: 40%;
  right: -8%;
  transition: 0.5s ease;
  position: absolute;
}

#team-circle-left {
  top: 40%;
  left: -8%;
  transition: 0.5s ease;
  position: absolute;
}

.circle i {
  font-size: 42px;
  color: #706f6f;
}

#pp-nav {
  display: none !important;
}
#story-nav .prev-page,
#story-nav .next-page {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s, all 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, all 0.3s;
}

#story-nav .prev-page:hover,
#story-nav .next-page:hover {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  color: #ffffff;
  -webkit-transform: scale3d(1.5, 1.5, 1);
  transform: scale3d(1.5, 1.5, 1);
}

#story-nav {
  position: fixed;
  z-index: 100;
  background-color: #212c2c52;
  width: 30px;
  padding: 10px 0 15px 0px;
  border-radius: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  opacity: 1;
}

#story-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#story-nav ul li {
  display: flex;
  flex-direction: column;
  width: 14px;
  min-height: 14px;
  position: relative;
  margin: 0 auto;
}

#story-nav ul li a {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 26px;
  width: 14px;
  padding: 6px 0;
  cursor: pointer;
  text-decoration: none;
}

#story-nav li a span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  box-shadow: inset 0 0 0 7px #ffffff;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  border-color: rgb(83, 83, 83);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s, all 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, all 0.3s;
}

#story-nav li a.active span {
  -webkit-transform: translate(-50%, -50%) scale3d(1.75, 1.75, 1);
  transform: translate(-50%, -50%) scale3d(1.75, 1.75, 1);
  box-shadow: inset 0 0 0 1px #ffffff;
  background: #ffffff;
}

#story-nav > ul > li > ul {
  height: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s, all 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, all 0.3s;
}

#story-nav > ul > li > ul > li a {
  height: 20px;
}

#story-nav > ul > li > ul > li a span {
  height: 5px;
  border-radius: 2px;
  box-shadow: inset 0 0 0 7px #ffffff;
}

#story-nav > ul > li.open > ul {
  height: auto;
  padding: 5px 0;
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s, all 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, all 0.3s;
}

#story-nav > ul > li.open > a span {
  -webkit-transform: translate(-50%, -50%) scale3d(1.75, 1.75, 1);
  transform: translate(-50%, -50%) scale3d(1.75, 1.75, 1);
  box-shadow: inset 0 0 0 1px #ffffff;
  background: #eb680a;
}

#story-nav > ul > li.open > ul > li a.active span {
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  box-shadow: inset 0 0 0 7px #eb680a;
  background: #eb680a;
}

.section.pp-section {
  display: flex;
}

.max-100 {
  max-height: 100%;
}

.page-container {
  height: 100%;
  padding-top: 7.5rem;
  /* padding-bottom: 0rem; */
  padding-right: 40px;
}

.col-12 {
  align-self: center;
}

.text-white {
  width: 100%;
}

.container-fluid {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

@media screen and (max-width: 1024px) {
  .text-scrollable {
    padding-top: 0;
  }
  #story-nav {
    right: 10px;
  }
}

.to-animate {
  opacity: 0;
}

.animated {
  opacity: 1;
}

.prev-page-btn,
.next-page-btn {
  opacity: 0;
  position: absolute;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  color: #000000;
  transition: transform 0.3s, box-shadow 0.3s, all 0.3s;
  background-color: #ffffff;
  border-radius: 50%;
}

.prev-page-btn {
  top: 15px;
}
.next-page-btn {
  bottom: 15px;
}

.prev-page-btn.animated,
.next-page-btn.animated {
  opacity: 1;
}

.prev-page-btn:hover,
.next-page-btn:hover {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  color: #000000;
  background-color: #ffffff;
  transform: translateX(-50%) scale3d(1.25, 1.25, 1);
}

.mptext + .mptext {
  margin-left: 5px;
}
