body {
}

@font-face {
  font-family: "LinotypeUnivers-320CnLight";
  src: url("../fonts/LinotypeUnivers-320CnLight.ttf") format("truetype");
}

@font-face {
  font-family: "LinotypeUnivers-730Heavy";
  src: url("../fonts/LinotypeUnivers-730Heavy.ttf") format("truetype");
}

@font-face {
  font-family: "LinotypeUnivers-330Light";
  src: url("../fonts/LinotypeUnivers-330Light.ttf") format("truetype");
}

@font-face {
  font-family: "LinotypeUnivers-520CNMedium";
  src: url("../fonts/LinotypeUnivers-520CNMedium.ttf") format("truetype");
}

@font-face {
  font-family: "LinotypeUnivers-230Thin";
  src: url("../fonts/LinotypeUnivers-230Thin.otf") format("opentype");
}

@font-face {
  font-family: "LinotypeUnivers-220CnThin";
  src: url("../fonts/LinotypeUnivers-220CnThin.ttf") format("truetype");
}

@font-face {
  font-family: "LinotypeUnivers-330Light";
  src: url("../fonts/LinotypeUnivers-330Light.ttf") format("truetype");
}

@font-face {
  font-family: "LinotypeUnivers-420Cn";
  src: url("../fonts/LinotypeUnivers-420Cn.ttf") format("truetype");
}

@font-face {
  font-family: "LinotypeUnivers-410Cm";
  src: url("../fonts/LinotypeUnivers-410Cm.ttf") format("truetype");
}

/*-------------General Style---------------------------------------*/
html {
  overflow-x: hidden !important;
}
body {
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff; /*font-family: 'Roboto Condensed', sans-serif;*/
}
/*-------------Bootstrap Style---------------------------------------*/
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  color: #fff;
}
/*-------------Custom Style---------------------------------------*/
@media (min-width: 992px) {
  .sidenav {
    height: 100%;
    width: 200px;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-y: auto;
  }
  .main-section {
    padding: 15px;
    min-height: 100vh;
    position: relative;
  }
  .home .main-section {
    margin-left: 0;
    z-index: 12;
  }
  .home .sidenav {
    border-right: none;
    background-color: transparent;
    z-index: 13;
    height: auto;
  }
}
.sidenav .side-child {
  margin-top: 110px;
  margin-left: 60px;
}

.sidenav .side-child a {
  padding: 0;
  line-height:2.5rem;
  font-size: 1.2rem;
}
.sidenav .side-child:nth-child(1) a {
  color: rgba(0, 0, 0, 1);
}
.sidenav .side-child:nth-child(2) a {
  color: rgba(0, 0, 0, 0.85);
  padding: 3px 0;
}
.sidenav .side-child:nth-child(3) a {
  color: rgba(0, 0, 0, 0.7);
  padding: 3px 0;
}
.sidenav .side-child a:hover,
.sidenav .side-child a.active {
  color: #b62020;
}
span.active {
  color: #b62020;
}
button.active {
  color: #b62020;
}
.footer { padding-left:58px; padding-right:58px;}
.main-section .main-section-top {
  min-height: 500px;
  max-width: 1920px;
  margin: 0 auto;
}
.main-section-top.p20 {
  padding: 20px;
}

.section-gap {
  padding: 40px 0;
}
.section-gap-top {
  padding-top: 40px;
}
a {
  color: #9c9c9c;
}
a:hover {
  text-decoration: none;
  color: #b62020;
}
.img-full {
  width: 100%;
}
.link {
  cursor: pointer;
}
.link:hover {
  color: #b62020;
}
.font12 {
  font-size: 12px;
}
.font16 {
  font-size: 1rem;
}
.mx-500 {
  max-width: 500px;
}
.mx-750 {
  max-width: 750px;
}
.mx-1000 {
  max-width: 1000px;
}
.btn-full-modal {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 300;
}
h1,
.h1 {
  font-size: 2.25rem;
}
h2,
.h2 {
  font-size: 1.5rem;
}
h3,
.h3 {
  font-size: 1.3125rem;
}
h4,
.h4 {
  font-size: 1.125rem;
}

.row.gutters-bottom > [class^="col-"],
.row.gutters-bottom > [class*=" col-"],
.row.gutters-bottom > .col {
  margin-bottom: 30px;
}
.row.gutters-bottom-sm > [class^="col-"],
.row.gutters-bottom-sm > [class*=" col-"],
.row.gutters-bottom-sm > .col {
  margin-bottom: 10px;
}

.btn {
  font-weight: 300;
  white-space: nowrap;
}
.btn-link {
  color: #9c9c9c;
}
.btn-link i {
  font-size: 150%;
  vertical-align: middle;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
  color: #fff;
}
.btn-link i.light {
  -webkit-text-stroke: 2px #fff;
}
.btn:focus,
.btn.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* careers page btns */
.btn {
  padding: 0;
  line-height: 1.2;
  padding: 0.5em var(--padding-x);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  --padding-x: 0.6em;
  font-size: 1.125rem
}

.btn .bx{
  margin-bottom: -1px;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #767676;
}
.tooltip-inner {
  width: 100%;
  max-width: 320px;
  padding: 3px 8px;
  color: #9c9c9c;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0.25rem;
  border: 1px solid #767676;
  font-size: 12px;
  max-height: 80px;
  overflow: auto;
}
/*-------------main-bg Style---------------------------------------*/
.main-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  height: 100%;
  height: 100vh;
  width: 100%;
}
.main-bg .bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: no-repeat center center/cover;
}
.main-bg .bg-video-wrap video {
  width: 100vw;
  height: 100vh;
  z-index: 1;
  object-fit: cover;
}

.wrapper {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  width: 100vw;
  background:#fff;
}
.bg-img {
  background-position: center;
  background-size: cover;
}
.bg-img.bg1 {
  background-image: url(../assets/images/bg1.jpg);
}
.bg-img.bg2 {
  background-image: url(../assets/images/bg2.jpg);
}

.vc-box,
.vc-owl {
  height: calc(100vh - 40px);
}
.vc-box .vc,
.vc-owl .owl-stage-outer {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.img-grayscale {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.img-grayscale:hover {
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/*-------------Header Style---------------------------------------*/
.header {
}
.header .logo img {
  padding: 0;
  max-width: 100%;
}
.header-right {
  width: 100%;
  padding-left: 10%;
}
.sidenav {
}
/*-------------Owl-carousel Style---------------------------------------*/
.equal-h .item {
  height: 500px;
  position: relative;
}
.equal-h .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.owl-action-1 .owl-nav .owl-prev,
.owl-action-1 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0,0,0,0.8) !important;
  border-radius: 4px;
  width: 60px;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.owl-action-1 .owl-nav .owl-prev {
  left: 0px;
  border-radius: 0 10px 10px 0;
}
.owl-action-1 .owl-nav .owl-next {
  right: 0px;
  border-radius: 10px 0 0 10px;
}
.owl-action-1 .owl-nav .owl-prev span,
.owl-action-1 .owl-nav .owl-next span {
  font-size: 6rem;
  color: #cbcbcb;
  line-height: 0.5;
}
.owl-action-1 .owl-nav .owl-prev:focus,
.owl-action-1 .owl-nav .owl-next:focus {
  outline: 0;
}
.owl-action-1.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
}
.owl-action-1.owl-theme .owl-dots .owl-dot {
  outline: none;
}
.owl-action-1.owl-theme .owl-dots .owl-dot span {
  background: #cbcbcb;
  width: 40px;
  height: 4px;
  border-radius: 0;
  margin: 4px;
}
.owl-action-1.owl-theme .owl-dots .owl-dot.active span,
.owl-action-1.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #767676;
}
.owl-theme .owl-nav {
  margin: 0;
}

/*-------------bottom Style---------------------------------------*/
.bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.main-actionbar,

.main-actionbar {
  border-bottom: 1px solid #353535;
}
.main-actionbar.actionbar-border {
  margin-bottom: 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
}

.full-modal .main-actionbar {
  margin-bottom: 0;
}
.main-actionbar .heading {
  position: relative;
}
.main-actionbar .heading .heading-left {
  padding: 10px 0;
}
.main-actionbar .description {
  padding: 0.5rem 0;
  column-count: 2;
  max-width: 1140px;
}
.main-actionbar .close2 {
  height: 100%;
  width: auto;
  font-size: 72px;

  line-height: 0.1;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.main-actionbar .close2 p{
  font-size: 24px;
  margin: 8px 0px;
  line-height: 74px;
  float: left;
}
.main-actionbar .close2 i {
  line-height: 90px;
  -webkit-text-stroke: 4px #fff;
}
.modal-open .close2 {
  opacity: 1;
  pointer-events: all;
}
.photo-count {
  font-size: 1.5rem;
}

.main-section {
  min-height: 100vh;
}
.shade {
  position: relative;
  overflow: hidden;
}
.shade:after,
.shade:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  max-width: 250px;
  content: "";
  z-index: 11;
  pointer-events: none;
}
.shade:after {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  left: 0;
}
.shade:before {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  right: 0;
}

.shade2 {
  position: relative;
  overflow: hidden;
}
.shade2:after,
.shade2:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  content: "";
  z-index: 11;
  pointer-events: none;
}
.shade2:after {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
}
.shade2:before {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  top: 0;
}

/*-------------scrollbar Style---------------------------------------*/
/*
.main-section::-webkit-scrollbar {
  background-color: #fff;
  width: 8px;
}
.main-section::-webkit-scrollbar-track {
  background-color: #fff;
}
.main-section::-webkit-scrollbar-thumb {
  background-color: #444;
  border-radius: 6px;
}
.main-section::-webkit-scrollbar-button {
  display: none;
}*/
/*-------------bottom footer Style---------------------------------------*/
.footer {
}
.footer .d-flex > div {
  padding: 5px 0;
}
.footer .d-flex > div,
.ul-list a {
  margin-right: 30px;
}
.footer .d-flex > div:last-child,
.ul-list a:last-child {
  margin-right: 0;
}
.social-list a {
  margin-right: 5px;
  font-size: 1.25rem;
}

.home-showmore, .creations-showmore {
  padding: 0;
}
.home-showmore:hover .btn.readmore, .creations-showmore:hover .btn.readmore {
  /*display: none;*/
}
.home-showmore .heading, .creations-showmore .heading{
	min-height: 60px;
	background:#fff;
  }

/*-------------mouseover-effect Style---------------------------------------*/
#mouseover-effect {
  height: calc(100vh - 40px);
  width: 100%;
  overflow: hidden;
  position: relative;
}
#thumbs {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 220vh;
  width: auto;
  overflow: hidden;
  width: 100%;
}
#thumbs > div {
  height: 20vh;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
#thumbs .bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#thumbs .bg-video-wrap video,
#thumbs .bg-video-wrap img {
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0.35;
  transition: all 0.5s ease;
}
#thumbs .bg-video-wrap:hover video,
#thumbs .bg-video-wrap:hover img {
  opacity: 1;
  transition: all 0s ease;
}
#thumbs .bg-video-wrap p {
  position: relative;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}
#thumbs .bg-video-wrap:hover p {
  opacity: 1;
  transition: all 0s ease;
}

.full-modal {
  margin: 0;
  max-width: 100vw;
  width: 100vw;
}
.full-modal .modal-content {
  border: none;
  border-radius: 0;
  background-color: #fff;
  max-width: 100vw;
  width: 100vw;
  height: 100vh;
  margin: 0;
}
.full-modal .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  text-shadow: none;
  color: #eee;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.5);
}
.video-fullscreen {
  padding: 0;
  max-width: 100vw;
  width: 100vw;
  height: 100vh;
}
.video-fullscreen .player {
  padding-bottom: 0;
  max-width: 100vw;
  width: 100vw;
  height: 100vh;
}
.video-fullscreen .player video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* full-img means creation image for now */
.full-img .owl-item img {
  height: 100vh;
  /*width: 100vw;*/
  object-fit: cover;
  object-position: center;
}
.full-img .owl-item{
  display: flex !important;
  flex-direction: row;   
  justify-content: center;
}

.regular-img {
  padding: 20px;
}
.regular-img .owl-item img {
  max-width: calc(100vw - 40px);
  height: calc(100vh - 40px);
  object-fit: contain;
  object-position: center;
}
/*-------------tab-1 Style---------------------------------------*/
.nav.tab-1 .nav-link {
  font-size: 2rem;
  padding: 0.5rem 0;
  margin-right: 1.5rem;
}
.nav.tab-1 .nav-link.active {
  color: #b62020;
}
.nav.tab-sm .nav-link {
  font-size: 1.25rem;
  margin-right: 1rem;
}

/*-------------timeline Style---------------------------------------*/
.timeline-carousel {
  max-width: 1800px;
  width: 90%;
  margin: 0 auto;
}
.timeline-child {
  max-height: 50vh;
  overflow-y: auto;
}
.timeline-child h2 {
  color: #b62020;
  font-weight: 700;
}
.timeline-child a {
  font-size: 1.25rem;
}

.timeline-carousel .owl-dots {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
}
.timeline-carousel .owl-dots:after {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 3px;
  background-color: #9c9c9c;
  content: "";
}
.timeline-carousel .owl-dots .owl-dot {
  position: relative;
}
.timeline-carousel .owl-dots .owl-dot:after {
  position: absolute;
  width: 3px;
  height: 17px;
  background-color: #9c9c9c;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.timeline-carousel .owl-dots .owl-dot button {
  background: none;
  border: none;
  padding: 0;
  color: #9c9c9c;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  padding-bottom: 22px;
  opacity: 0;
  transition: all 0.25s ease;
  width: 28px;
  height: 44px;
}
.timeline-carousel .owl-dots .owl-dot button:focus {
  outline: none;
}
.timeline-carousel .owl-dots .owl-dot.active button,
.timeline-carousel .owl-dots .owl-dot:hover button,
.timeline-carousel .owl-dots .owl-dot:first-child button,
.timeline-carousel .owl-dots .owl-dot:last-child button {
  color: #fff;
  opacity: 1;
}
.timeline-carousel .owl-dots .owl-dot.active:after,
.timeline-carousel .owl-dots .owl-dot:first-child:after,
.timeline-carousel .owl-dots .owl-dot:last-child:after {
  width: 5px;
  height: 22px;
}

.buzz-carousel .owl-item,
.frame ul li.buzz-item {
  max-width: 70vw;
  width: 372px;
}
.buzz-item > div {
  opacity: 0.5;
  transition: 0.4s ease all;
  transform: scale(0.8);
  max-width: 100%;
  background-color: #fff;
  position: relative;
}

.buzz-item > div {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.buzz-item > div::before {
  padding-top: 150%;
  display: block;
  content: "";
}
.buzz-item > div > div,
.buzz-item > div > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.buzz-carousel .owl-item.center,
.buzz-item.active > div {
  opacity: 1;
  transform: scale(1);
}
.buzz-item > div img {
  width: 100%;
}
.style1 .icon-buzz {
  position: relative;
  font-weight: 700;
  font-size: 1rem;
  color: red;
  display: block;
  padding: 20px;
}
.style1 .buzz-pub {
  text-align: right;
  font-size: 1.4rem;
  color: black;
  padding: 20px 20px 0;
}

.style1.dropdown .btn {
  min-width: 10rem;
}
.style1 .dropdown-menu {
  background-color: rgba(0, 0, 0, 1);
  border: 1px solid #353535;
  border-bottom-color: #fff;
  border-radius: 0;
}
.style1 .dropdown-menu .dropdown-item {
  color: #9c9c9c;
  padding: 2px 30px;
  font-size: 14px;
}
.style1 .dropdown-item:hover,
.style1 .dropdown-item:focus {
  color: #fff;
  background-color: transparent;
}
.style1 .dropdown-item.active,
.style1 .dropdown-item:focus {
  color: #b62020;
  background-color: transparent;
}

.modal-dialog.trans .modal-content {
  background-color: transparent;
  border: none;
  color: #fff;
}
.modal-backdrop.show {
  opacity: 0.9;
}

/*-------------talent Style---------------------------------------*/
.main-section-talent {
  overflow: hidden;
  max-width: none !important;
}
.talent-art-box {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  transition: 0.3s all ease;
}
/*.talent-art{max-width: 365px;margin: 0 auto;}*/
.talent-screen {
  position: absolute;
  left: 0;
  bottom: -100%;
  right: 0;
  z-index: -1;
  transition: 0.3s all ease;
  height: 33%;
  min-height: 230px;
}
.main-section-top.active .talent-screen {
  bottom: 0%;
  transition: 0.3s all ease;
}
.main-section-top.active .talent-screen:after,
.main-section-top.active .talent-screen:before {
  position: absolute;
  left: 0;
  right: 0;
  height: 200px;
  content: "";
  top: -200px;
  background-image: linear-gradient(0deg, black, transparent);
  pointer-events: none;
  z-index: 11;
}
.main-section-top.active .talent-screen:before {
  height: 50px;
  top: 0px;
  background-image: linear-gradient(180deg, black, transparent);
}
.talent-main {
  position: relative;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.pro-active .talent-main {
  z-index: 1;
  opacity: 1;
}
.pro-active .main-actionbar .close2 {
  opacity: 1;
  pointer-events: all;
}
.pro-active .talent-screen {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 11;
}
.frame ul li .pro-item img,
.pro-item img {
  text-align: center;
  transform: scale(0.85);
  transition: all 300ms ease;
}
.frame ul li .pro-item img,
.pro-item img {
  max-width: 130px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.frame ul li .pro-item:hover img,
.pro-item:hover img {
  transform: scale(1);
}
.pro-item:hover .talentName {
  color: #b62020;
}
.talentName p {
  margin: 0;
  text-align: center;
}

.sorting .type span {
  margin-right: 20px;
}
.sorting .alfa span {
  padding: 3px;
}

.main-section-top .talent-screen {
  background-color: rgba(0, 0, 0, 1);
}

.dicript {
  height: calc(96vh - 120px);
  margin-top: 4vh;
  position: relative;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
  z-index: 4;
}
.dicript.active {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s all ease;
}
.talent-overlay.active {
  position: absolute;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.dicript .scroll {
  height: 100%;
  overflow-y: auto;
  position: relative;
  padding: 50px 0;
}
.dicript h2 {
  color: #fff;
}
.dicript h4 {
  font-weight: 600;
  margin-top: 30px;
  color: #4f4f54;
}
.dicript:after,
.dicript:before {
  position: absolute;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  height: 50px;
  width: 100%;
  left: 0;
  display: block;
  content: "";
}
.dicript:after {
  bottom: 0;
}
.dicript:before {
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  z-index: 1;
}

.talent-art-box {
  /*background-image: url(../assets/images/talent/talent_background.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;*/
}
.talent-art {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.talent-art video{
	display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.talent-art img {
  width: 100%;
}
.talent-art .ab,
.talent-art span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  margin: 0 auto;
}
.talent-art span {
  z-index: 2;
  bottom: 0;
}

.grid-talent {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: dense;
  justify-items: center;
  padding-top: 0px;
}
.main-section-top.active .dicript,
.main-section-top.active .talent-overlay.active {
  opacity: 0;
  transition: 0.3s all ease;
}
.grid-talent.webPerson {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: dense;
  justify-items: center;
  padding-top: 0px;
  row-gap: 30px;
}

/* Talent breakpoints */
@media (min-width: 980px) {
	.grid-talent.webPerson{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 1120px) {
	.grid-talent.webPerson{
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width: 1400px) {
	.grid-talent.webPerson{
		grid-template-columns: repeat(5, 1fr);
	}
}
@media (min-width: 1900px) {
	.grid-talent.webPerson{
		grid-template-columns: repeat(6, 1fr);
	}
}
@media (min-width: 2150px) {
	.grid-talent.webPerson{
		grid-template-columns: repeat(7, 1fr);
	}
}

/*-------------grid-wrapper Style---------------------------------------*/
.grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 5px solid #fff;
}
.grid-wrapper > div > img,
.grid-wrapper > div > .bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-wrapper {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 33.3333vh;
  grid-auto-flow: dense;
}
.grid-wrapper > div > .bg-video video {
  width: 101%;
  height: 101%;
  object-fit: cover;
}

.grid-wrapper > div > img,
.grid-wrapper > div > .bg-video video {
}
.grid-wrapper > div > img:hover,
.grid-wrapper > div > .bg-video:hover video {
  filter: grayscale(0%);
}

/*.grid-wrapper > div > img.floating {
  width: calc(100% + 100px);
  height: calc(100% + 100px);
}
.grid-wrapper > div > img.floating:hover {
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  animation-name: floating;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}*/
.grid-wrapper > div > img.floating {
	transform: scale(1.2);
  }
 
/* Define the animation for both states */
.grid-wrapper > div > img.floating, .grid-wrapper > div > img.floating:hover{
	animation: scale-kenburns 10s 1;
	transform-origin: 0% 0%;
	transform: scale(1.1);
}
/* Pause the animation */
.grid-wrapper > div > img.floating{
	animation-play-state: paused;
}
/* Play the animation on hover */
.grid-wrapper > div > img.floating:hover{
	animation-play-state: running;
}

@keyframes scale-kenburns {
	0% {
		transform: scale(1.1);
		transform-origin: 0% 0%;
	}
	100% {
		transform: scale(1);
		transform-origin: 50% 50%;
	}
}




.grid-location {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
  padding: 20px 10px;
}
.location-child {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.grid-location .location-child-content {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  padding: 20px;
  font-size: 14px;
}
.location-child.North-America {
  background-image: url(../assets/images/map/north-america.jpg);
}
.location-child.Asia-Pacific {
  background-image: url(../assets/images/map/asia-pacific.jpg);
}
.location-child.Europe {
  background-image: url(../assets/images/map/europe.jpg);
}
.location-child.Middle-East {
  background-image: url(../assets/images/map/middle-east.jpg);
}
.location-child.Central-South-America {
  background-image: url(../assets/images/map/central-south-america.jpg);
}
.location-child.Southeast-Asia {
  background-image: url(../assets/images/map/southeast-asia.jpg);
}
.location-child.Eastern-Europe-Russia {
  background-image: url(../assets/images/map/eastern-europe-russia.jpg);
}
.location-child.Australia {
  background-image: url(../assets/images/map/australia.jpg);
}
.location-child.East-Asia {
  background-image: url(../assets/images/map/east-asia.jpg);
}
.location-child.South-Asia {
  background-image: url(../assets/images/map/south-asia.jpg);
}

.grid-location .location-child-content .btn-link {
  font-size: 1.5rem;
  color: #b62020;
}
.grid-location .location-child-content .btn-link.collapsed {
  color: #fff;
}
/*-------------Creations World Map Style-------------------------------*/
#google-map {
	margin-left: -200px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}
/* Fix white background of new grid items when scrolling */
#google-map > div:first-child {
	background-color: #fff !important;
}
/* Override layout for only map page */
body.map .footer {
	display:none;
}
body.map .sidenav {
	background: none;
	border-right: none;
  width: auto;
}
body.map .sidenav {
	background-image: linear-gradient(to right, rgba(0,0,0,1)0%, rgba(0,0,0,0)100%);
	left: 0;
}

/* Custom map marker */

.customMarker{
	font-family: 'LinotypeUnivers-320CnLight';
	display: flex;
	color: #fff;
}

.customMarker .icon {
	background: rgba(255, 121, 63, 1);
	box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
	transition: background-color 0.3s ease;
	border-radius: 50%;
	margin: -10px 0 0 -10px;
	height: 20px;
	width: 20px;
	transform: scale(1);
	animation: pulse-black 2s infinite;
	z-index: 10;
 }

.customMarker .icon:hover {
	background: rgba(255, 255, 255, 1);
	animation: pulse-white 1s;
	transition: background-color 0.3s ease;
	cursor: pointer;
}
@keyframes pulse-white {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.customMarker .mtooltip {

	z-index: 15;
}

.customMarker .mtooltip-bg {
	background: rgba(0, 0, 0, 0.7);
	margin: 0 20px;
	margin-top: -28px;
	padding: 14px;
}

.customMarker .title {
	font-size: 1.4rem;
	font-weight: bold;
}

.customMarker .feature-number {
	color: #b62020;
	font-size: 1.1rem;
}

.customMarker .hover-text {
	color: #ccc;
	font-style: italic;
	font-size: 0.9rem;
}

.customMarker .feature-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.1rem;
}

.customMarker .feature-list li {
	padding-top: 5px;
}

.customMarker .feature-list a {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

.customMarker .feature-twocol{
	columns: 2;

}

.customMarker .feature-list a:hover {
	text-shadow:0px 0px 3px #fff;
}
/*-------------mobile-tab Style---------------------------------------*/
.mobile-tab {
  position: relative;
  z-index: 12;
}
.mobile-tab .col {
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  border-right: 1px solid #2e2e2e;
  letter-spacing: 1.42px;
  letter-spacing: 0.25vmax;
  text-transform: uppercase;
  height: 41px;
}
.mobile-tab .col:last-child {
  border-right: none;
}
.mobile-tab .col > a {
  display: block;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  height: 100%;
  line-height: 41px;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 0;
}

.mobile-tab .collapse {
  border-right: 1px solid #2e2e2e;
  border-left: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0;
  margin: 0 -1px;
  margin-top: 1px;
}
.mobile-tab .collapse ul {
  max-height: 50vh;
  overflow-y: auto;
}
@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(-50px, -50px);
  }
  to {
    transform: translate(0, -0px);
  }
}

.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .wide3 {
  grid-column: span 3;
}
.grid-wrapper .wide4 {
  grid-column: span 4;
}
.grid-wrapper .small {
  grid-column: span 1;
  grid-row: span 1;
}
.grid-wrapper .tall {
  grid-column: span 2;
  grid-row: span 3;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

.practice-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}
.practice-child:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.practice-child .position-sticky {
  bottom: 0;
}
.practice-child .main-actionbar {
  padding: 0;
  border: none;
}

/*-------------Video player Style---------------------------------------*/
.video-player {
  margin: 0 auto;
  width: 640px;
  height: 360px;
}
.video-player video {
  width: 100%;
  height: 100%;
}
.video-js .vjs-big-play-button {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-js .vjs-control {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}
.vjs-menu-button-popup .vjs-menu {
  left: -6em;
}
.vjs-remaining-time.vjs-time-control.vjs-control {
  display: none;
}
/*.vjs-volume-menu-button.vjs-menu-button.vjs-menu-button-inline.vjs-control.vjs-button.vjs-volume-menu-button-horizontal.vjs-vol-0,
	.vjs-volume-menu-button.vjs-volume-menu-button-horizontal,
	.vjs-current-time.vjs-time-control.vjs-control{display: none !important;}*/
.vjs-progress-control.vjs-control {
  pointer-events: none;
}

.video-player.full-screen {
  width: 100vw;
  height: 100vh;
}
.video-player.full-screen video {
  object-fit: contain;
}
.video-player.full-screen .vjs-control-bar {
  bottom: 0px;
}
.only-video .video-player.full-screen .vjs-control-bar {
  bottom: 0px;
}

/* Careers page, start with control bar visible */
#careers-video .vjs-control-bar{
  display: flex;
}

.img-text1-child {
  margin-bottom: 20px;
}
.img-text1-child img {
  object-fit: cover;
}
.img-text1-child p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #fff;
  text-align: center;
}

.img-rows .img-text1-child::before {
  padding-top: 22%;
}
.Threecol .img-text1-child::before {
  padding-top: 100%;
}
.Threecol {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  padding: 20px 10px;
}

.search-content {
  max-width: 480px;
  overflow-y: auto;
  position: relative;
  padding: 20px;
}
.dark-form .form-control {
  background-color: #353535;
  border-color: #353535;
  color: #eee;
}
.dark-form ::-webkit-input-placeholder {
  color: #ddd;
}
.dark-form :-ms-input-placeholder {
  color: #ddd;
}
.dark-form ::placeholder {
  color: #ddd;
}

.modal-full {
  max-width: 100%;
}
.modal-content {
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-header {
  border: none;
}
.close {
  color: #c7c7c7;
  text-shadow: none;
  opacity: 1;
}
.modal-content .dicript:after,
.modal-content .dicript:before {
  content: normal;
}
/*-------------Modal Style---------------------------------------*/

/* Video player Buzz */
#fullVideo .bottom {
  bottom: 30px;
  z-index: 0; /* fix tooltip on seek bar */
}
#fullVideo .main-actionbar {
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
}

.modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 auto;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%, 0) scale(1);
  transform: translate(100%, 0) scale(1);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-dialog-slideout .modal-content {
  border: 0;
}
.modal-dialog-slideout .modal-header,
.modal-dialog-slideout .modal-footer {
  height: 69px;
  display: block;
}
.modal-dialog-slideout .modal-header h5 {
  float: left;
}

.modal-head {
  position: absolute;
  z-index: 11;
  right: 0;
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0px 15px;
  color: #fff;
}
.modal-head .close2 {
  height: 54px;
  cursor: pointer;
}
.modal-head .close2 i {
  vertical-align: middle;
}
.modal-head .photo-count {
  font-size: 1rem;
  margin-right: 10px;
}
/*-------------Responsive Style---------------------------------------*/
@media (min-width: 768px) {
  .main-section-top.active .talent-art-box {
    top: -15%;
    transition: 0.3s all ease;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  .only-m,
  .m-only,
  .mv-only {
    display: none !important;
  }
  /*::-webkit-scrollbar {
    width: 5px;
  }
  ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
  }*/
}
@media (max-width: 1199.98px) {
  .grid-talent {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 991.98px) {
  .hide-m,
  .hide-mv {
    display: none !important;
  }
  h1,
  .h1 {
    font-size: 2rem;
  }
  h2,
  .h2 {
    font-size: 1.25rem;
  }
  h3,
  .h3 {
    font-size: 1.125rem;
  }
  h4,
  .h4 {
    font-size: 1rem;
  }
  .header {
    padding: 10px 15px;
    position: relative;
    background-color: #000;
  }
  .footer {
    display: none;
  }
  .main-actionbar.actionbar-border {
    border-bottom: none;
  }
  .heading {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .heading .heading-left,
  .heading .heading-right {
    width: 100%;
    display: block;
  }
  .main-actionbar {
    margin-bottom: 0px;
  }

  .wrapper,
  .main-section {
    height: auto;
    min-height: 100vh;
    overflow-x: hidden;
  }
  .main-section {
    min-height: calc(100vh - 66px);
  }

  #mouseover-effect {
    height: 100%;
  }
  #mouseover-effect #thumbs {
    position: static;
    height: auto;
  }
  #mouseover-effect #thumbs > div {
    font-size: 1.25rem;
  }
  #mouseover-effect #thumbs .bg-video-wrap p {
    display: block;
    opacity: 1;
  }

  .pro-item {
    transform: scale(1);
    margin-top: 30px;
  }
  .pro-item img {
    width: 80%;
  }
  .talent-main {
    height: 80vh !important;
    overflow: hidden;
  }
  .pro-active .talent-main {
    height: auto !important;
    overflow: auto;
  }

  .video-player.full-screen .vjs-control-bar {
    bottom: 112px;
  }

  .img-text1-child {
    margin-bottom: 0px;
  }

  .talent-art-box {
    background-image: url(../assets/images/talent/Talent-portrait.jpg);
  }
  .talent-art {
    max-width: 768px;
    width: 100%;
    transform: none;
  }
  .talent-overlay.active {
    display: none;
  }
  .talent-screen {
    position: relative;
  }
  .pro-active .talent-screen {
    background-color: #fff;
  }
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 1.75rem;
  }
  h2,
  .h2 {
    font-size: 1.4rem;
  }
  h3,
  .h3 {
    font-size: 1.125rem;
  }
  h4,
  .h4 {
    font-size: 1rem;
  }
  .btn {
    font-size: 0.875rem;
    padding: 0.375rem 0.5rem;
  }

  #mouseover-effect #thumbs > div {
    font-size: 1rem;
  }
  .heading-left {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .heading-left h1 {
    display: block;
    width: 100%;
    margin: 0 !important;
  }
  .heading-left .readmore {
    display: none;
  }
  .buzz-item img {
    transform: scale(0.9);
  }

  .vc-box,
  .vc-owl {
    height: calc(100vh - 192px);
    min-height: 500px;
  }
  /*.vc-box .vc, .vc-owl .owl-stage-outer{position: static;top: 0;transform: translateY(0%);}*/

  .grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }
  .grid-wrapper > div {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    border: 3px solid #fff;
  }
  .grid-wrapper > div {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .grid-wrapper > div::before {
    padding-top: 100%;
    display: block;
    content: "";
  }
  .grid-wrapper > div > .embed-responsive-item,
  .grid-wrapper > div > iframe,
  .grid-wrapper > div > video,
  .grid-wrapper > div > img,
  .grid-wrapper > div > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .grid-location {
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 10px;
  }

  .timeline-carousel {
    margin-top: 40px;
  }
  .timeline-carousel .owl-dots .owl-dot button {
    width: 3px;
  }
  .timeline-carousel .owl-dots .owl-dot:after {
    width: 2px;
  }
  .timeline-carousel .owl-dots .owl-dot.active:after,
  .timeline-carousel .owl-dots .owl-dot:first-child:after,
  .timeline-carousel .owl-dots .owl-dot:last-child:after {
    width: 3px;
  }
  .shade.m-shade-hide:after,
  .shade.m-shade-hide:before {
    content: normal;
  }
  .Threecol {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .m-twocol {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .img-rows .img-text1-child::before {
    padding-top: 38%;
  }
}
@media (max-width: 574.98px) {
  .style1 .icon-buzz {
    font-size: 0.875rem;
  }
  .style1 .buzz-pub {
    font-size: 1rem;
  }
}
@media (max-width: 479.98px) {
}

.vjs-progress-control.vjs-control {
  pointer-events: auto !important;
}

/*Buzz Cover flow css*/
.buzz-item > div {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.coverflow ul li {
  /*-webkit-transform-style: preserve-3d;-ms-transform-style: preserve-3d;transform-style: preserve-3d;*/
  perspective: 100vw;
  width: 250px;
  height: 480px;
  position: relative;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
}
.coverflow ul li > div {
  width: 300px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  -webkit-transform: rotateY(30deg) scale(0.9) translate(-50%, 0%);
  -ms-transform: rotateY(30deg) scale(0.9) translate(-50%, 0%);
  transform: rotateY(30deg) scale(0.9) translate(-50%, 0%);
}
.coverflow ul {
  margin-left: 65px;
}
.coverflow ul li.active ~ li > div {
  top: 0;
  left: auto;
  right: 50%;
  z-index: -1;
  -webkit-transform: rotateY(-30deg) scale(0.9) translate(50%, 0%);
  -ms-transform: rotateY(-30deg) scale(0.9) translate(50%, 0%);
  transform: rotateY(-30deg) scale(0.9) translate(50%, 0%);
}
.coverflow.frame ul li.buzz-item {
  width: 200px;
}
.coverflow.frame ul li.buzz-item > div {
  min-width: 320px;
}

.coverflow.frame ul li.buzz-item.active {
  z-index: 11 !important;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  min-width: 300px;
}
.coverflow.frame ul li.buzz-item.active > div {
  min-width: 360px;
  left: 50%;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  -webkit-transform: rotateY(0deg) scale(1) translate(-50%, 0%);
  -ms-transform: rotateY(0deg) scale(1) translate(-50%, 0%);
  transform: rotateY(0deg) scale(1) translate(-50%, 0%);
}
.coverflow .buzz-item > div > img {
  object-fit: cover;
}
@media screen and (max-width: 1369.98px) and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 1.25rem;
  }
  h2,
  .h2 {
    font-size: 1.15rem;
  }
  h3,
  .h3 {
    font-size: 1rem;
  }
  h4,
  .h4 {
    font-size: 1rem;
  }
}
@media (max-width: 1369.98px) {
  .coverflow ul li {
    height: 340px;
  }
  .coverflow ul li > div {
    width: 260px;
  }
  .coverflow.frame ul li.buzz-item {
    width: 180px;
  }
  .coverflow.frame ul li.buzz-item > div {
    min-width: 280px;
  }
  .coverflow.frame ul li.buzz-item.active > div {
    min-width: 260px;
  }
  .style1 .buzz-pub {
    font-size: 1.2rem;
  }
}
@media (max-width: 479.98px) {
  .coverflow ul li {
    height: 360px;
  }
  .coverflow ul li > div {
    width: 210px;
  }
  .coverflow.frame ul li.buzz-item {
    width: 160px;
  }
  .coverflow.frame ul li.buzz-item > div {
    min-width: 240px;
  }
  .coverflow.frame ul li.buzz-item.active > div {
    min-width: 210px;
  }
  .style1 .buzz-pub {
    font-size: 1rem;
  }
  .vc-box,
  .vc-owl {
    height: calc(100vh - 222px);
    min-height: 400px;
  }
}