/**
Theme Name: nant
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nant
Template: astra
*/

@font-face {
    font-family: 'aeonik';
    src: url('/wp-content/uploads/2022/05/AeonikTRIAL-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aeonik';
    src: url('/wp-content/uploads/2022/05/AeonikTRIAL-Light-1.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'aeonik';
    src: url('/wp-content/uploads/2022/05/AeonikTRIAL-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@-webkit-keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}



@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

p, body {
font-family: 'aeonik';
font-weight: 300;
font-style: normal;
}

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

  .ast-footer-copyright a:hover {
    color: #91bdff !important;
}

  .page-id-4206 a.hero-mouse.anchor {
    bottom: -150px !important;
}

.line.project-line.wwd-lines.wwd-right {
    right: -60px;
    left: unset !important;
    height: 300px !important;
}

.line.project-line.wwd-lines {
    height: 300px !important;
}

.leadership-row .elementor-container {
    justify-content: center;
}

span.rad-title {
    color: white;
}

.search-grid h2 a:hover {
    color: #91bdff !important;
}

.service-titles h2 {
    position: absolute;
    z-index: 1;
    bottom: 80px;
    left: 100px;
}

#menu-item-3561 .icon-arrow {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    font-size: 30px;
}

.services-row {
    opacity: 0;
    transition:all .5s ease;
}

.hover-bg:hover .services-row {
    opacity: 1;
}

.hover-bg:hover {
    background-image: none !important;
}

@keyframes slide-right {
  from {
    margin-left: -15px;
  }

  to {
    margin-left: 0%;
  }
}

@keyframes slide-left {
  from {
    margin-left: -50px;
  }

  to {
    margin-left: 0%;
  }
}

.slideout {
    opacity: 0;
}

ul.sub-menu a:hover {
    color: white !important;
}

.fade-in-opacity {
	opacity: 1 !important;
}

.privacy-list li {
    color: white;
}

.service-container.reverse.flex-container {
    flex-direction: row-reverse;
}

.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear !important;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


video#icvfx-video {
    width: 50%;
    position: absolute;
    opacity: 0;
    height: 500px;
    object-fit: cover;
    transition: opacity .5s ease-in;
}


.hide-video {
    opacity: 0;
}

.image-hover {
    width: 50% !important;
    transform: none !important;
    opacity: 1 !important;
    filter: brightness(100%) !important;
    height: 500px !important;
    object-fit: cover;
}

.blue-text {
    color: #91bdff !important;
}

.hover-bg {
    min-height: 500px;
    max-width: 1920px;
}

.icvfx-section {
    min-height: 500px;
    max-width: 1920px; 
}

.bottom-left span.ampersand {
    font-weight: bold;
}

.row-reverse {
    flex-direction: row-reverse;
}

.flex-container {
    display: flex;
    align-items: center;
}

.show-content {
    opacity: 1 !important;
    position: absolute !important;
    right: 0 !important;
    min-height: 250px;
    animation-name: fadeIn;
    animation-duration: 2s;
}

.hide-title {
    opacity: 0;
}

.service-container.reverse:hover {
    flex-direction: row-reverse;
}


.content.left-content {
    left: 0;
}

.service-container .service-image {
    width: 100%;
    -webkit-transition: width .7s;
    transition: width .7s;
    filter: brightness(50%);
    height: 500px;
    object-fit: cover;
}

.hover-bg {
    overflow: hidden;
}

.service-container.reverse {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}

.service-container {
    position: relative;
}

.home-lines.line.newhome {
    left: 150px;
}

.home-lines.line.line-two.newhome-two {
    left: 220px;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 150px;
    font-weight: 700;
    font-size: 70px !important;
    color: white !important;
    transition:all .2s ease;
}


.content {
    width: 50%;
    opacity: 0;
    padding: 0 200px;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: 0;
}

.fade-enter-active,.fade-leave-active {
    transition: opacity .25s linear
}

.infinity-text p {
    margin-bottom: 0;
}

.fade-enter-from,.fade-leave-to {
    opacity: 0
}

.uael-trigger {
    display: block;
}

p.coming-soon-info a:hover span {
    color: white !important;
}

span.address {
    font-size: 25px !important;
    font-family: 'aeonik';
    font-weight: 300;
    display: block;
    line-height: 40px;
    margin-top: 20px;
    -webkit-text-stroke-width: 0;
}

.dell h3 {
    position: absolute;
    top: 30px;
}

.project-titles.dell {
	z-index: 2;
}

.slide-right {
    animation: .8s slide-right;
    opacity: 1;
}

.hover-link:hover .slideout {
    animation: .8s slide-right;
    opacity: 1;
}

.hover-transform:hover .slideout {
    animation: .8s slide-left;
    opacity: 1;
    padding-left: 5px;
}

.fade-enter-active,.fade-leave-active {
    transition: opacity .25s linear
}

.fade-enter-from,.fade-leave-to {
    opacity: 0
}

.page-id-2752 .big-lines img {
    height: 1900px;
}

.site-below-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-2-equal.ast-builder-grid-row-tablet-2-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack {
    padding: 10px;
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu {
    box-shadow: none !important;
    border: none !important;
    background-color: transparent !important;
}

img.menu-image {
    height: 500px;
    object-fit: contain;
    transition: opacity ease-in-out .2s;
}

.hover-transform:hover {
    z-index: 1;
}

.close-div {
    position: absolute;
    top: 48px;
    text-align: right;
}

span.ampersand {
    font-family: raleway, sans-serif; font-weight: 300; font-style: normal;
}

button.close-menu {
    background-color: transparent;
    color: white;
    padding: 0;
    font-size: 20px;
}

.elementor-element.elementor-element-6e4e823.animated-fast.elementor-hidden-mobile.elementor-widget.elementor-widget-text-editor.elementor-motion-effects-parent.animated.fadeIn {
    margin-bottom: 0;
}

.hover-link {
    display: inline-block;
    font-size: 40px !important;
    margin: 0;
    padding: 10px 0;
}

/* ul#ast-hf-menu-2 {
    top: 15px;
}

ul#ast-hf-menu-1 {
    top: 10px;
} */

.astra-full-megamenu-wrapper {
    background-color: black !important;
    border: none !important;
    height: 100vh;
    box-shadow: none !important;
    top: 0 !important;
    z-index: -1;
    	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
ul.astra-megamenu.sub-menu.astra-mega-menu-width-content.astra-megamenu-focus {
    border: none !important;
}

.hover-transform:hover .explore-btn {
/* display:block; */
visibility: visible;
  opacity: 1;
  transition: all .2s ease-in;
}

.hover-transform:hover p.team-position {
/* display: block; */
visibility: visible;
  opacity: 1;
  transition: all .2s ease-in;
}

#menu-item-3546 button.ast-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    font-size: 30px;
}

.show-number {
  display: none;
}

span.blue-quote {
    margin-top: 20px;
    display: inline-block;
}

#block-12 p.your-worlds {
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 2px;
}

ul.social-links.footer-links a:hover {
    color: white !important;
}

ul.footer-links a:hover {
    color: #91bdff !important;
}

.ast-mm-custom-content.ast-mm-template-content {
    padding: 0 !important;
}

.social-sites a:hover {
    color: white;
}

ul.astra-megamenu.sub-menu.astra-mega-menu-width-full {
    width: 100% !important;
}

li#menu-item-31 a.menu-link:hover,
li#menu-item-573 a.menu-link:hover,
li#menu-item-2781 a.menu-link:hover {
    color: #91bdff !important;
}

li#menu-item-387 a.menu-link,
li#menu-item-3561 a.menu-link,
li#menu-item-1229 a.menu-link {
	font-weight: normal !important;
}

.close-div.wwdi-close {
    text-align: left !important;
}

#menu-item-31 span.ast-icon.icon-arrow {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    font-size: 30px;
}

a.hover-link.wwdi-link {
    text-align: right !important;
    display: block;
}

.ast-theme-transparent-header .main-header-bar, .ast-theme-transparent-header.ast-header-break-point .main-header-bar {
    background: #00000059 !important;
}

li#menu-item-31 {
    line-height: 100px;
    height: 100%;
}

li#menu-item-387 a.menu-link:hover,
li#menu-item-3561 a.menu-link:hover,
li#menu-item-1229 a.menu-link:hover {
	color: #91bdff !important;
}

.dropdown-menu,
.wwdi-dropdown {
    /* background-image: url(/wp-content/uploads/2022/07/icvfx.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
-webkit-transition: background-image 0.6s ease-in-out !important;
transition: background-image 0.6s ease-in-out !important;
    height: 100vh;
}

figure.wp-block-image.size-full {
    text-align: left;
}

.rad-bg {
    background-image: url('/wp-content/uploads/2022/07/rad-mountains.jpg');
}

img.wp-image-3127 {
    max-width: 230px;
}

header .custom-logo-link img {
    max-width: 230px;
    margin-top: -20px;
}

.line.project-line.longer-line {
    height: 350px;
}

span#input_1_1_3_container {
    padding-right: 0;
}

button.explore-btn {
    padding: 0 !important;
    background-color: transparent !important;
    color: #91bdff;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 25px;
}

.fade {
  opacity: 0;
}

#menu-item-31 ul.sub-menu {
    width: 425px;
}

.big-lines.consultancy-lines img {
    position: absolute;
    left: -60px;
    z-index: -1;
    height: 1200px;
    top: -120px;
}

.home .line.right-lines {
    height: 300px;
}

.prev-btn {
    position: absolute;
    top: -200px;
    left: -250px;
}

li#menu-item-3546 ul.sub-menu {
    width: 300px !important;
}

aside.footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner {
    margin-bottom: -5px;
    margin-top: -10px;
}

#block-8 .wp-block-image {
    margin: 1rem 0;
}

.get-in {
    font-size: 120px !important;
    line-height: 100px !important;
}

.gform_footer.top_label {
    margin: 0 !important;
    padding: 0 !important;
}

.social-sites a:last-child {
    border-right: none;
}

textarea#input_1_4,
input#input_1_3,
input#input_1_1_3 {
    padding-left: 15px;
}

.wwd-page.outlined-heading h1 {
    font-size: 80px;
    bottom: 80px !important;
    line-height: 100px;
    right: -120px;
}

.wwd-page span.hero-title-top {
    font-weight: 800 !important;
    display: block;
    font-size: 55px;
    -webkit-text-fill-color: white !important;
    line-height: 65px;
}

.hover-link:hover {
    font-weight: 500;
}

.close-menu:hover {
    color: #91bdff;
}

.social-sites {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-sites a {
    color: #91bdff;
    border-right: 1px solid #91bdff;
    padding-right: 20px;
    font-size: 26px;
}

input#gform_submit_button_1:hover {
    background-color: transparent;
    border: 1px solid white;
}

.line.project-line.contact-line {
    height: 350px;
}

.line.right-lines.cr-right {
    right: -60px;
}

input#gform_submit_button_1 {
    width: 100%;
    border-radius: 0 !important;
    margin-top: -10px;
    padding-left: 15px;
    text-transform: lowercase;
    font-size: 26px;
    border: 1px solid transparent;
}

.contact {
    color: white;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-weight: 700;
    display: block;
}

.big-lines img {
    position: absolute;
    left: 60px;
    z-index: -1;
    height: 1600px;
}

.last-project-row .elementor-container.elementor-column-gap-wide {
    display: flex;
    justify-content: center;
}

p.your-worlds {
    font-size: 42px;
    margin-bottom: 0;
}

.big-lines.stage-lines img {
    position: absolute;
    left: 60px;
    z-index: -1;
    height: 1030px;
    top: -60px;
}

.big-lines.stop-motion-lines img {
    position: absolute;
    left: -60px;
    z-index: -1;
    height: 1100px;
    top: -120px;
}

.performance-lines {
    position: absolute;
    width: 680px;
    height: 500px;
    bottom: -250px;
    z-index: -1;
    left: -80px;
    border-top: 1px solid #91bdff;
    border-left: 1px solid #91bdff;
    border-bottom: 1px solid #91bdff;
}

.big-lines.broadcast-lines img {
    position: absolute;
    left: 60px;
    z-index: -1;
    height: 1100px;
    top: -120px;
}

.big-lines.vfx-lines img {
    position: absolute;
    left: -60px;
    z-index: -1;
    height: 1010px;
    top: -125px;
}

.single-projects.postid-773 .outlined-heading h1 {
    bottom: 80px !important;
}

.production-slider figure.swiper-slide-inner img {
    height: 225px;
    object-fit: cover;
    width: 100%;
}

.blue-border {
    border: 1px solid #91bdff;
    height: 500px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.logos-bottom img {
    height: 100px;
    object-fit: contain;
    max-width: 120px;
}

.academy-text p {
    font-size: 30px;
    line-height: 1.3;
    margin-left: 80px;
}

.pointer {
    cursor: pointer;
}

a.menu-link {
    font-weight: normal;
    padding: 0 0.7em !important;
    font-family: 'europa' !important;
}

.location-text h2 {
    font-size: 40px;
}

.n2-ss-slider .n2-ss-slider-controls-above, .n2-ss-slider .n2-ss-slider-controls-below {
    display: flex;
    flex-flow: row !important;
    align-items: center !important;
    justify-content: center;
    gap: 30px;
    margin-top: -80px;
}

ul#ast-hf-menu-3 a, ul#ast-hf-menu-1 a, ul#ast-hf-menu-2 a {
    font-size: 20px;
}

.project-info {
    display: none;
}

span.stage {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-weight: 700;
    display: block;
}

.n2-ss-slide-active .project-info {
  display: block !important;
  animation-name: FadeIn;
  animation-duration: 2s;
  transition-timing-function: linear;
}

/* .n2-ss-layer.n2-ow.project-info {
    display: none !important;
} */

.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element p {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
}

p.copyright {
    font-size: 22px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    padding-top: 0 !important;
}

/* .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
} */

.who-we-are p {
    font-size: 26px;
    line-height: 26px;
    padding: 0 60px;
}

.title-image img {
    width: 25%;
    margin-bottom: -120px;
    position: relative;
    z-index: 1;
}

/* .site-header-primary-section-left.site-header-section.ast-flex.site-header-section-left,
.site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section {
    margin-top: 25px;
} */

li#menu-item-3561 {
    height: 100%;
    line-height: 100px;
}

.outlined-heading h1 {
    text-align: left;
    color: white;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-size: 180px;
    font-weight: 700;
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 80px;
    transform: rotate(-90deg);
    line-height: 160px;
}

.outlined-heading.main-page-heading h1 {
    transform: rotate(-90deg);
    position: absolute;
    right: -80px;
    color: white;
    font-size: 160px;
    line-height: 140px;
    bottom: 80px;
    font-weight: 800;
    text-align: left;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;  
}

.main-page-heading h1:after {
    content: '';
    position: absolute;
    background-color: #91bdff;
    width: 400px;
    height: 3px;
    bottom: -30px;
    left: 0;
}


.big-heading h1:after {
    content: '';
    position: absolute;
    background-color: #91bdff;
    width: 85%;
    height: 3px;
    bottom: -30px;
    left: 40px;
}

h2.elementor-heading-title.elementor-size-default {
    font-weight: 700;
    font-size: 70px;
    line-height: 1;
}

h1.your-worlds {
    font-size: 140px;
    line-height: 120px;
}

.home-lines.line.far-right {
    left: 200px;
}

.home-lines.line.line-two.far-right2 {
    left: 280px;
}

.home .hero-mouse {
    bottom: -250px;
    z-index: 1;
}

.home .see-more .circle-button {
    position: absolute;
    margin-left: -10px;
}

span.our-stage {
    color: white;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    font-weight: 700;
    display: block;
}

h3.team-name span {
    font-weight: 700 !important;
    font-size: 30px;
}

h3.team-name {
    margin-bottom: 10px;
}

.this-is-what h2 {
    line-height: 1 !important;
}

.line.right-lines {
    left: unset;
    right: 20px;
}

.line.right-lines {
    left: unset;
    right: 20px;
    height: 400px;
    bottom: -200px;
}

.right-lines-two.line.right-lines {
    right: 80px;
    height: 300px;
    bottom: -150px;
}

.home-lines.line.line-two {
    left: 80px;
    bottom: -180px;
}

.home-lines.line {
    left: 20px;
    bottom: -120px;
    height: 300px;
}

/* .home .team-position {
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease-out;
}

.home .explore-btn {
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease-out;
} */

.hover-transform {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.see-more {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.projects-blocks .elementor-container.elementor-column-gap-wide {
    gap: 10px;
}

.home .elementor-widget-text-editor.elementor-motion-effects-parent {
    margin-bottom: 0;
}

.page-id-2788 .explore-btn .circle-button {
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    bottom: -10px;
}

button.explore-btn.btn2 {
    margin-top: 20px;
}

.hover-transform:hover .elementor-widget-video {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
    z-index: 1;
    transform-origin: bottom;
}

.hover-transform .elementor-widget-video {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.hover-transform:hover .service-image img {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
    z-index: 1;
    transform-origin: bottom;
}

.hover-transform img {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.hover-transform:hover h3.team-name span {
    color: #91bdff !important;
}

p.team-position {
    color: white;
    font-size: 25px;
    line-height: 25px;
}

.copy p {
    max-width: 600px;
    font-size: 25px;
    margin: 0 auto;
    line-height: 28px;
}

.job-col {
    padding: 5px;
}

.jobs h3 {
    margin-bottom: 0;
    padding: 10px;
}

.team-info {
    padding-left: 50px;
}

.line {
    border-left: 3px solid #91bdff;
    height: 200px;
    position: absolute;
    left: 20px;
}

h3.elementor-heading-title.elementor-size-default {
    font-size: 40px;
    line-height: 1.2;
}

.hero-mouse {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -15px;
  text-align: center;
  z-index: 100;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
}
.hero-mouse h3 {
  margin-left: -14px;
  padding-top: 15px;
}

.mouse-icon {
  width: 25px;
  height: 45px;
  border-radius: 15px;
  position: relative;
  border: 2px solid #dedede;
  text-align: center;
}
.mouse-icon span {
  width: 3px;
  height: 8px;
  margin: 2px auto 0;
  display: block;
  background: #dedede;
  border-radius: 5px;
  -webkit-animation: 1.2s ease infinite wheel-up-down;
   animation: 1.2s ease infinite wheel-up-down;
}

.partner-logo img {
    border: 1px solid white;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row, .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-section {
    align-items: baseline;
}

ul.footer-links {
    list-style: none;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    border-top: 3px solid white;
    padding-top: 50px;
}

ul.footer-links a {
    font-size: 25px;
}

ul.footer-links a {
    color: white !important;
}

ul.social-links a {
    color: #91bdff !important;
}

.links {
    display: flex;
    justify-content: end;
    gap: 60px;
}

.line.title-line {
    right: 80px;
    bottom: 0;
    height: 400px;
    z-index: 1;
    left: unset !important;
}

span.we {
    color: #91bdff;
}

span.how {
    font-weight: 800;
}

img.play-button {
    cursor: pointer;
}

/* .home p.team-position {
    margin-bottom: 10px;
} */

a.explore-btn {
    color: #91bdff;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 25px;
    display: block;
}

img.circle-button {
    margin-top: 20px;
    margin-left: -15px;
}



.n2-ss-slider .n2-ss-slide {
    overflow: visible !important;
}

h2.project-title {
    color: white;
    font-weight: 800;
    font-size: 80px;
    line-height: 80px;
}

p.project-desc {
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* div#n2-ss-2 .n2-ss-slide-active .project-info {
    display: block !important;
} */

a.project-link {
    color: #91bdff;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 25px;
}

.project-info {
    margin-left: -200px !important;
}

a#next-button {
    position: absolute;
    right: -80px;
    top: -200px;
}

a#next-button-2 {
    position: absolute;
    right: -80px;
    top: -200px;
}

.home .n2-section-smartslider.fitvidsignore.n2_clear {
    margin-top: -50px;
}

.la-times-col .elementor-widget-wrap {
    padding-bottom: 0 !important;
}

.location-text p {
    font-size: 25px;
    line-height: 1.5;
}

.elementor a {
    text-decoration: none !important;
}

.rock-img img {
    position: absolute;
    bottom: -200px;
}

.additional-stages p {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 50px;
}

.news-heading h1 {
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    color: white;
    font-size: 60px;
    line-height: 60px;
    bottom: 0;
    font-weight: 800;
}


.up-to-date p {
    font-size: 30px;
}

.news-heading h1:after {
    content: '';
    position: absolute;
    background-color: #91bdff;
    width: 400px;
    height: 3px;
    bottom: -30px;
    left: 0;
}

/* .offset-right {
    margin-left: 200px;
    margin-right: -50px;
}

.offset-left {
    margin-right: 200px;
    margin-left: -50px;
} */

.project-titles h3 {
    font-size: 40px;
    line-height: 1.2;
}

.project-titles {
    z-index: 1;
}

.hover-darken:hover .elementor-widget-wrap:after {
    opacity: 1;
}

.hover-darken:hover .hover-text,
.hover-darken:hover .hover-header {
    display: block;
}

.hover-darken .elementor-widget-wrap:after {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

p.hover-text {
    font-size: 25px;
    line-height: 30px;
    font-family: europa, sans-serif !important;
    font-weight: 300;
    font-style: normal;
    display: none;
      transition: opacity .55s ease-in-out;
  -moz-transition: opacity .55s ease-in-out;
  -webkit-transition: opacity .55s ease-in-out;
  max-width: 70%;
}

h3.hover-header {
    font-size: 30px;
    display: none;
}

.video-col:hover .hover-text {
    display: block;
}

.single-projects span.hero-title-top {
    font-weight: 800 !important;
    display: block;
    font-size: 55px;
    -webkit-text-fill-color: white !important;
    line-height: 65px;
}

.single-projects .outlined-heading h1 {
    font-size: 80px;
    bottom: 120px;
    line-height: 100px;
    right: -120px;
}

.ast-builder-grid-row {
    grid-column-gap: 60px;
}

.ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
    max-width: 100% !important;
}

.project-heading h1:after {
    content: '';
    position: absolute;
    background-color: #91bdff;
    width: 85%;
    height: 3px;
    bottom: -30px;
    left: 40px;
}

.project-text span {
    font-size: 25px !important;
    line-height: 1.3;
}

.project-text {
    margin-top: -200px;
    padding: 0 20px;
}

.project-description p {
    font-size: 25px;
    line-height: 1.3;
}

.line.project-line {
    left: -60px;
}

.image-bg-row .elementor-container {
    gap: 20px;
}

nav.navigation.post-navigation {
    display: none;
}


.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.epic-quote p {
    font-family: bodoni-urw, serif;
    font-weight: 300;
    font-style: normal;
    margin: 0 auto;
    font-size: 35px;
    line-height: 1.2;
}

.epic-text p {
    font-size: 25px;
    line-height: 1.3;
    margin-left: 80px;
}

.line.epic-line {
    height: 400px;
    left: 40px;
}

.infinity-text p{
    font-size: 35px;
    line-height: 1;
}

.el-segundo h1.elementor-heading-title.elementor-size-default {
    bottom: 200px;
    right: -200px;
    font-weight: 800 !important;
    display: block;
    font-size: 55px !important;
    -webkit-text-fill-color: white !important;
    line-height: 65px !important;
}

.project-description li {
    font-size: 25px;
    line-height: 1.3;
    color: white !important;
}



p.coming-soon-info {
    font-size: 50px;
    margin-bottom: 0;
}

.additional {
    font-size: 50px !important;
}

.top-light img {
    position: absolute;
    bottom: -100px;
    right: 0;
    max-width: 320px;
    z-index: 1;
}

.bottom-light img {
    position: absolute;
    left: 0;
    top: -60px;
    max-width: 320px;
}

ul.sub-menu {
    background-color: #00000080 !important;
    padding: 20px 20px 20px 0;
    border-radius: 10px !important;
}

.filler {
  height: 20rem;
  text-align: center;
}
#scrolly-side .scrolly {
  display: flex;
  margin: 3rem auto;
  background-color: black;
}
#scrolly-side .scrolly > * {
  flex: 1;
}
#scrolly-side .scrolly article {
  padding-right: 1rem;
}
#scrolly-side .scrolly article .step {
  margin-bottom: 1rem;
  background-color: black;
  transition: background-color 250ms ease-in-out;
}
#scrolly-side .scrolly article .step:last-of-type {
  margin-bottom: 0;
}
#scrolly-side .scrolly article .step.is-active {
  background-color: #008080;
}

p.infinity-text {
    color: white;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    padding: 30px;
    margin-bottom: 0 !important;
}

#scrolly-side .scrolly article .step p {
  margin: 0;
  padding: 1rem;
  text-align: center;
  font-weight: 400;
  color: #f4f4f4;
}
#scrolly-side .scrolly figure.sticky {
    position: sticky;
    width: 100%;
    height: 10vh;
    background: black;
    margin: 0;
    top: 15vh;
    left: 0;
}
#scrolly-side .scrolly figure.sticky .bar-outer {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 90%;
  height: 4rem;
}
#scrolly-side .scrolly figure.sticky .bar-inner {
  width: 10%;
  height: 100%;
  transition: width 1s ease-in-out;
  background-color: #daa520;
}

.copyright-mobile {
    display: none;
}

.lines-bg {
    z-index: -1;
}

.scrollmagic-ele.drawsvg svg {
    position: absolute;
    top: -140px;
    right: -30px;
    margin: 0 auto;
    max-width: 93%;
    z-index: 9999;
}

@media screen and (max-width: 1240px) {
    .outlined-heading.main-page-heading h1 {
    right: -60px;
}

.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    padding-left: 10px;
    padding-right: 10px;
}
}

@media screen and (max-width: 544px) {
h2.elementor-heading-title.elementor-size-default {
    font-size: 35px !important;
}

.fedex {
    min-height: 300px;
}

.affair {
    min-height: 320px;
}

.sunday {
    min-height: 300px;
}

.elementor-element h1.your-worlds {
    font-size: 45px;
    line-height: 45px;
    margin-top: 80px !important;
}

.cc .elementor-container.elementor-column-gap-no {
    align-items: center;
}

header .custom-logo-link img {
	margin-top: 0;
}

.wwd-hero .elementor-container.elementor-column-gap-no {
    align-items: center;
}

.elementor-element.project-heading .elementor-widget-container {
    transform: none !important;
}

.project-hero .elementor-container.elementor-column-gap-default {
    align-items: center;
}

.ast-logo-title-inline .site-logo-img {
  padding-left: 0 !important;
}

.project-description li {
    font-size: 20px;
}

span.address {
    font-size: 20px !important;
}

.elementor-widget-container h1.your-worlds {
    margin-top: 120px;
}

.n2-ss-slider-controls.n2-ss-slider-controls-below {
    margin-top: 0 !important;
}

.c1 .elementor-widget-wrap.elementor-element-populated {
    min-height: 100% !important;
}

.army {
    height: 200px !important;
}

.c1 {
    min-height: 250px !important;
}

.l-word {
    min-height: 300px !important;
}

.halo {
    min-height: 200px !important;
}

.elementor-section.sv .elementor-container.elementor-column-gap-default {
    min-height: 150px !important;
}

.avengers-tile .elementor-widget-wrap.elementor-element-populated {
    min-height: 200px !important;
}

.contact-hero {
    padding: 50px 0 !important;
}

.page-id-1495 .project-text {
    margin-top: 80px !important;
}

.deadpool .elementor-widget-wrap.elementor-element-populated {
    min-height: 250px;
}

.elementor-element.elementor-element-134d6d1.animated-fast.elementor-widget.elementor-widget-text-editor.elementor-motion-effects-parent.animated.fadeIn {
    margin-bottom: 0;
}

.project-description p {
    font-size: 20px;
}

.elementor-section.project-hero {
    padding: 0 !important;
}

.elementor-element.wwd-page.outlined-heading h1 {
    margin-top: 80px;
}

.text-padding .elementor-widget-wrap.elementor-element-populated {
    padding: 0 10px !important;
}

    .text-padding .elementor-widget-wrap.elementor-element-populated {
    padding: 0 10px !important;
}

.location-text h2 {
    font-size: 30px;
}


#block-8 .wp-block-image {
    margin: 2rem 0;
    text-align: center !important;
}

.ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {
    right: 80px !important;
}

div#n2-ss-2 .n-uc-bL44cT0jhdSe-inner {
    padding: 0 !important;
}

.social-sites {
    display: inline-block;
    text-align: center;
}

.social-sites a {
    color: #91bdff;
    border-right: none;
    padding-right: 20px;
    font-size: 26px;
}

h1.get-in {
    margin-top: 50px;
}

.get-in {
    font-size: 60px !important;
    line-height: 60px !important;
}

.single-project .project-text {
    margin-top: 40px;
    padding: 0;
}

.whatwedo {
    min-height: 300px;
}

.whoweare {
    min-height: 300px;
}

.fadeInRight {
    animation-name: fadeInRight;
    animation: none !important;
}

.project-text br {
    display: none;
}

.project-text span.nomargin {
    margin-top: 0 !important;
}

.outlined-heading h1 br {
    display: none;
}

.lights-bg .elementor-widget-wrap {
    min-height: 300px;
}

.academy-text p,
.epic-text p {
    margin-left: 0;
}

h3 br {
    display: none;
}

.project-titles br {
    display: block;
}

.elementor-widget-container h3.elementor-heading-title.elementor-size-default {
    font-size: 30px !important;
}

.project-text {
    margin-top: 130px;
    padding: 0;
}

.project-text span {
    font-size: 20px !important;
    line-height: 1.2;
    display: block;
}



.project-description p {
    margin-bottom: 0;
}


.top-light img {
display: none !important;
}

    .top-light .elementor-motion-effects-element {
    transform: none !important;
}

.bottom-light img {
display: none !important;
}

p.coming-soon-info {
    font-size: 25px;
    margin-bottom: 0;
}

.lights-bg .elementor-container {
    min-height: 350px !important;
}

h2.additional {
    font-size: 35px !important;
}

    .bottom-light .elementor-motion-effects-element {
    transform: none !important;
}

.line.project-line {
    left: -30px;
}

.play-btn a.elementor-icon {
    display: none;
}

.el-segundo h1.elementor-heading-title.elementor-size-default {
    transform: none !important;
    align-content: normal;
    align-content: normal;
    font-size: 35px !important;
    position: relative !important;
    bottom: unset !important;
    right: unset !important;
    line-height: 1.2 !important;
}

.this-is-what h3 {
    font-size: 40px !important;
}

.who-we-are p {
    padding: 0;
}

.copy p {
    font-size: 21px;
    line-height: 1.2;
}

.main-page-heading h1:after {
    width: 50%;
    left: 0;
}

.outlined-heading.main-page-heading h1 {
    right: unset !important;
}

button.ast-menu-toggle {
    color: white !important;
    left: 20px;
}

a.menu-link {
    color: white !important;
    font-size: 20px;
    line-height: 2;
}

div#n2-ss-2 .n-uc-4SROyhY3nEzi-inner,
div#n2-ss-2 .n-uc-hRiGobJCl518-inner {
    padding: 0 !important;
}

h2.project-title,
p.project-desc {
    font-size: 30px !important;
    line-height: 30px !important;
}

.location-text h2, .location-text p {
    text-align: left !important;
}

.deadpool.elementor-column .elementor-widget-wrap.elementor-element-populated {
    background-position: center !important;
    min-height: 300px !important;
}

.project-section .elementor-container {
    min-height: 300px !important;
}

.big-heading h1:after {
    width: 50%;
    bottom: -20px;
    left: 5px;
}

.outlined-heading h1 {
    bottom: unset !important;
    transform: none !important;
    text-align: left !important;
    right: unset !important;
    position: relative !important;
    font-size: 35px !important;
    line-height: 1.2 !important;
    margin-top: 80px !important;
}

.logos-bottom .elementor-column {
    width: 33%;
}

.rock-bg .elementor-container {
    min-height: 300px !important;
}

.additional-stages p {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 40px;
}

.n2-ow.project-info {
    margin-left: 0 !important;
}

.n2-ss-slider .n2-ss-slide-background-image img {
    height: 300px;
}

.n2-ss-section-main-content {
    justify-content: start;
}

.copyright-mobile {
    display: block;
}

.ast-footer-copyright {
    display: none;
}

.hero-mouse {
    bottom: unset;
    top: 50px;
}

/* .project-hero {
    padding: 120px 0 40px 0;
} */

.project-heading h1:after {
    bottom: -20px;
    left: 5px;
}

a.hero-mouse.anchor {
    display: none;
}

.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    padding-top: 0;
}

p.your-worlds {
    text-align: center !important;
    font-size: 20px !important;
    line-height: 1 !important;
}

ul.footer-links a {
    font-size: 20px;
}

p.copyright {
    text-align: center !important;
    font-size: 16px;
    margin-bottom: 0 !important;
}

.site-primary-footer-wrap {
    padding-top: 0;
    padding-bottom: 20px;
}

.infinity-text p {
    font-size: 25px;
}

.links {
    display: flex;
    justify-content: space-around;
    gap: 0;
}

.epic-quote p {
    font-size: 22px;
}

.parallax-bg .elementor-container {
    min-height: 100% !important;
}

.single-projects.postid-773 .outlined-heading h1 {
    bottom: unset !important;
}

.single-projects .outlined-heading h1 {
    font-size: 40px;
    bottom: unset !important;
    /* line-height: 1.2 !important; */
    right: unset !important;
    transform: none !important;
    position: relative;
}

.single-projects span.hero-title-top {
    font-size: 40px;
    line-height: 40px;
}

.offset-left {
    margin-right: 0;
    margin-left: 0;
}

.offset-right {
    margin-left: 0;
    margin-right: 0;
}
}

@media screen and (max-width: 1024px) {
    .lights-bg {
        width: 100% !important;
    }

    header .custom-logo-link img {
    margin-top: 0;
}

	.project-titles h3 {
    font-size: 30px;
    line-height: 1.2;
}

	.news h1 {
		right: -140px !important;
	}

    .top-light img {
    bottom: -30px;
    max-width: 200px;
}

.bottom-light img {
    left: 0;
    top: 0;
    max-width: 200px;
}

    .hero-header .elementor-container {
    margin-left: 0;
}

.hero-header {
    min-height: 400px;
    display: flex;
}

    .lights-bg .elementor-widget-wrap {
    min-height: 400px;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .el-segundo .project-heading .elementor-widget-container {
    transform: translateY(-140px) !important;
  }

  .single-projects .outlined-heading h1 {
    font-size: 55px;
    line-height: 55px;
	right: -70px !important;
}

  .big-heading h1.elementor-heading-title.elementor-size-default {
    right: 40px;
}

 .alt-project-text p {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 0;
}

    .alt-project-text span {
      font-size: 25px;
      line-height: 1.3;
  }

  .project-text span {
    font-size: 25px !important;
}

  .page-id-4206 a.hero-mouse.anchor {
    bottom: -50px;
}

h1.your-worlds {
    font-size: 100px;
    line-height: 100px;
}

  .bg-col {
    min-height: 500px;
}

      .project-heading .elementor-widget-container {
        transform: translateY(-140px) !important;
}
  
  .project-heading.no-transform .elementor-widget-container {
    transform: none !important;
}

  .el-segundo h1.elementor-heading-title.elementor-size-default {
    right: -90px;
}
}

@media screen and (min-width: 545px) and (max-width: 767px) {
	.fedex {
    min-height: 500px;
}

.gears {
    min-height: 300px;
}

.l-word {
    min-height: 450px;
}

.affair {
    min-height: 400px;
}

.sunday {
    min-height: 450px;
}

.halo {
    min-height: 350px;
}
}

@media screen and (max-width: 767px) {
h1.your-worlds {
    font-size: 60px;
    line-height: 60px;
    margin-top: 80px;
}

.kid-laroi {
    min-height: 300px;
}

.alt-project-text p {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
}

.elementor-widget-wrap.elementor-element-populated .outlined-heading h1 {
    margin-top: 120px;
}

.el-segundo .project-heading .elementor-widget-container {
    transform: none !important;
}

a.hero-mouse.anchor {
    display: none;
}

.project-hero .elementor-container.elementor-column-gap-default {
    align-items: center;
}

.wwd-hero .elementor-container.elementor-column-gap-no {
    align-items: center;
}

.n2-ow a.explore-btn {
    font-size: 20px;
}

button.explore-btn.btn2 {
    margin-top: 0;
}

.home p.team-position {
    margin-bottom: 10px;
}

span.stage {
    -webkit-text-stroke-width: 0.5px;
}

h2.elementor-heading-title.elementor-size-default {
    font-size: 50px;
}

.home .logos-bottom .elementor-column {
    width: 33%;
}

.location-text h2 {
    text-align: left !important;
}

.additional-stages p {
    font-size: 40px;
}

.location-text p {
    text-align: left !important;
    margin-bottom: 0;
    display: block;
    margin-top: 40px;
}

.offset-right {
    margin-right: 0;
    margin-left: 0;
}

.offset-left {
    margin-right: 0;
    margin-left: 0;
}

.home .hero-mouse {
    display: none;
}

.army {
    height: 300px;
}

.peyton .elementor-widget-wrap.elementor-element-populated {
    min-height: 300px;
}

.c1 .elementor-widget-wrap.elementor-element-populated {
    min-height: 300px;
    background-position: bottom;
}

p.copyright {
    font-size: 15px !important;
}

.sv .elementor-container.elementor-column-gap-default {
    min-height: 250px !important;
}

.avengers-tile .elementor-widget-wrap.elementor-element-populated {
    min-height: 300px;
}

.deadpool .elementor-widget-wrap.elementor-element-populated {
    min-height: 400px;
    background-position: center;
}

.contact-hero {
    padding: 50px 0 !important;
}

p.coming-soon-info {
    font-size: 40px;
}

.additional {
    font-size: 40px !important;
}

.bottom-light img {
    max-width: 120px;
}

.top-light img {
    bottom: -40px;
    max-width: 120px;
    z-index: 1;
}

.client-logos .elementor-column {
    width: 33%;
}

.text-padding .elementor-widget-wrap.elementor-element-populated {
    padding: 0 10px !important;
}

.avengers img {
    height: 100% !important;
    object-fit: contain !important;
}

.epic-quote p {
    font-size: 30px;
}

.outlined-heading.main-page-heading h1 br {
    display: none;
}

.outlined-heading h1 br {
    display: none;
}

.big-heading h1:after {
    bottom: 0;
    left: 0;
    width: 50%;
}

.single-projects .outlined-heading h1,
.outlined-heading.main-page-heading h1,
.outlined-heading h1 {
    bottom: unset !important;
    transform: none !important;
    text-align: left !important;
    right: unset !important;
    position: relative !important;
    line-height: 1.2 !important;
    font-size: 35px !important;
}

.el-segundo h1.elementor-heading-title.elementor-size-default {
    -webkit-text-fill-color: white !important;
    bottom: unset !important;
    transform: none !important;
    text-align: left !important;
    right: unset !important;
    position: relative !important;
    line-height: 1.2 !important;
    font-size: 35px !important;
}

.hero-mouse {
    bottom: -130px;
}

.project-hero {
    padding: 0;
}

.project-hero video {
    height: 100vh !important;
}

.fadeInUp {
    animation-name: none !important;
}

.elementor-element.wwd-page.outlined-heading h1 {
    bottom: unset !important;
    transform: none !important;
    text-align: left !important;
    right: unset !important;
    position: relative !important;
}

.project-heading h1:after {
    left: 0;
}

.project-text {
    margin-top: 0;
    padding: 0;
}

.wwd-page span.hero-title-top {
    font-size: 35px !important;
    line-height: 35px !important;
}

.ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {
    right: calc( 20px - 0.907em);
    left: 120px;
    color: white;
    right: unset;
}

.show-number {
  display: block !important;
}

.phone-number-hide {
  display: none !important;
}

.blue-border {
    display: none;
}

.epic-quote p {
    margin-left: 0;
}

.bg-col {
    min-height: 400px;
}

.academy-text p,
.epic-text p {
    margin-left: 0;
}

img.play-button {
    max-width: 60px;
}
}

@media screen and (max-width: 1460px) {
    .offset-right {
    margin-right: -60px;
}

.live-broadcast {
    max-width: 85%;
}
}

@media screen and (max-width: 1346px) {
    .big-lines img {
    position: absolute;
    left: 60px;
    z-index: -1;
    height: 1600px;
}

.big-lines.stage-lines img {
    left: 10px !important;
}

.big-lines img {
    left: 20px;
}
}

@media screen and (max-width: 1290px) {
    .big-lines img {
display: none !important;
}
}

@media screen and (max-width: 1374px) {
    .big-lines.vfx-lines img {
    left: -20px !important;
}

.big-lines.consultancy-lines img {
    left: -10px !important;
}
}

@media screen and (max-width: 1408px) {
    .performance-lines {
        left: -20px !important;
    }
}

@media screen and (max-width: 1280px) {
    .performance-lines {
        display: none !important;
    }
}

@media screen and (max-width: 1392px) {
    .big-lines.stop-motion-lines img {
    left: -10px !important;
}
}

@media screen and (max-width: 1222px) {
#menu-item-31 ul.sub-menu {
    width: 325px !important;
}
}

@media screen and (max-width: 1402px) {
    ul#ast-hf-menu-3 a, ul#ast-hf-menu-1 a {
    font-size: 18px;
}
}

@media screen and (max-width: 1303px) {
    a.menu-link {
    padding: 0 0.4em !important;
}

.prev-btn {
    left: -220px;
}
}

@media screen and (max-width: 1238px) {
ul#ast-hf-menu-3 a, ul#ast-hf-menu-1 a, ul#ast-hf-menu-2 a {
    font-size: 16px;
}
}

@media screen and (min-width: 1025px) and (max-width: 1149px) {
header .custom-logo-link img {
    max-width: 150px;
}

}

@media (max-width: 921px) {
.footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element {
    text-align: left !important;
}

h3.elementor-heading-title.elementor-size-default {
    font-size: 40px !important;
}

.site-below-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-2-equal.ast-builder-grid-row-tablet-2-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack {
    padding: 0 10px;
}

p.copyright {
    font-size: 18px;
}

.blue-border {
    height: 250px;
}

.logos-bottom img {
    height: 80px;
    max-width: 80px;
}

.ast-footer-copyright {
    text-align: left !important;
    margin-top: -5px;
}

.project-info {
    margin-left: 0 !important;
}

.n2-ss-slider .n2-ss-layer-with-background {
    padding: 0 10px !important;
}

div#n2-ss-2-arrow-previous,
div#n2-ss-2-arrow-next {
    display: block !important;
}

.n2-ss-slider .n2-ss-slider-controls-above, .n2-ss-slider .n2-ss-slider-controls-below {
    flex-flow: row !important;
    justify-content: center;
    gap: 40px;
}

.home .n2-section-smartslider.fitvidsignore.n2_clear {
    margin-top: 0;
}

h2.project-title {
    font-size: 60px;
    line-height: 60px;
}
}

@media screen and (max-width: 1000px) {
	h1.get-in {
    font-size: 75px !important;
    line-height: 75px !important;
}
}

@media screen and (max-width: 1180px) {
    div#n2-ss-2 .n2-ss-showcase-slides {
        max-width: 600px;
    }

	.get-in {
    font-size: 100px !important;
    line-height: 100px !important;
}

    .project-info {
    margin-left: -100px !important;
}

    .wwd-page.outlined-heading h1 {
    font-size: 55px;
    bottom: 0 !important;
    right: -60px;
}

.project-heading h1:after {
    bottom: 0;
}

}

@media screen and (max-width: 1352px) {
    .line.project-line {
    left: -30px;
}
}

@media screen and (max-width: 1100px) {
    .text-padding .elementor-widget-wrap {
    padding: 0 20px !important;
}
}

@media screen and (max-width: 966px) {
.project-info {
    margin-left: 0 !important;
}
}

@media screen and (max-width: 1052px) {
    .n2-ss-slider .n2-ss-slider-controls-above, .n2-ss-slider .n2-ss-slider-controls-below {
    margin-top: -40px;
}
}

@media screen and (max-width: 1600px) {
    .content {
    padding: 0 150px;
    }
}

@media screen and (max-width: 1400px) {
    .content {
    padding: 0 120px;
    }

    .icvfx-section {
    min-height: 400px;
}

    .service-container .service-image {
        height: 400px;
    }

    video#icvfx-video {
    height: 400px;
}

.image-hover {
    height: 400px !important;
}
}


@media screen and (max-width: 1200px) {
    .content {
    padding: 0 100px;
    }

}


@media screen and (max-width: 1024px) {
  .content {
    padding: 0 80px;
    }

    .big-heading h1.elementor-heading-title.elementor-size-default {
    font-size: 120px;
    line-height: 120px;
}

    .project-heading.rad-title .elementor-widget-container {
        transform: none !important;
}

    .elementor-widget-wrap.elementor-element-populated .outlined-heading h1 {
      bottom: 0 !important;
    }

    svg.ast-arrow-svg {
    fill: white;
}

    .ast-logo-title-inline .site-logo-img {
    padding-left: 20px;
}

    div#ast-desktop-header {
    display: none;
}

    .icvfx-section {
    min-height: 350px;
}

    .service-container .service-image {
        height: 350px;
    }

    video#icvfx-video {
    height: 350px;
}

.image-hover {
    height: 350px !important;
}

.bottom-left {
    left: 60px;
}

}

@media screen and (max-width: 921px) {
  .content {
    padding: 0 60px;
    }

    .icvfx-section {
    min-height: 300px;
}

    .service-container .service-image {
        height: 300px;
    }

    video#icvfx-video {
    height: 300px;
}

.image-hover {
    height: 300px !important;
}

}

@media screen and (min-width: 1920px) {
    .icvfx-section {
    max-width: 100%;
}

.elementor-widget-image a {
    display: block !important;
}
}