@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}


@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
/* body.single-course {
    padding-top: calc(4.1em + 40px)!important;
} */
header.announcement {
    top:40px;
}
body.mobile-menu-open header.announcement {
    top:0px;
}
.announcement-bar-wrapper{
    position:fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    height:40px;
    left: 0;
    background: linear-gradient(90deg, #00ab84 0, #0085ca 100%);
}

.announcement-bar-wrapper .container .announcement-bar p {
    margin:5px auto;
    text-align: center;
    color: #fff;
    letter-spacing: 0.3px;
}
.announcement-bar a {
    color:#fff;
}
.announcement-bar-wrapper .container{
    overflow: hidden;
    height:100%;
    width: 95%;
}
.announcement-bar-wrapper .announcement-bar {
    height: 100%;
}

.hide-desktop{
    display: none;
}
.hide-mobile{
    display: block;
}

.wpcf7-form.submitting .wpcf7-submit{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}
.wpcf7-acceptance a {
    color: #000;
    text-decoration: underline;
}
/* 
.main-nav li.courses-menu-item:hover>ul.sub-menu{
    overflow-y: scroll;
} */
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* Ensure focus outline is visible */
:focus {
    outline: 2px solid transparent ; /* You can change the color to match your design */
    outline-offset: 2px; /* Add space between the outline and the element */
}

input:focus, 
textarea:focus, 
select:focus, 
button:focus {
     outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}


 [aria-hidden="true"] { visibility: hidden; } 
 .gallery-slider [aria-hidden="true"], .slick-slide[aria-hidden="true"], .wpcf7 [aria-hidden="true"]{
    visibility: visible;
 }
 
 .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
    
:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}


/* General style for focus indicators */
a:focus, 
button:focus, 
input:focus, 
textarea:focus, 
select:focus {
   outline: 2px solid transparent !important;
    outline-offset: 2px; /* Optional: creates space between the outline and the element */
}

/* Optional: Add transition for smooth outline appearance */
a, button, input, textarea {
    transition: outline 0.2s ease-in-out;
}

.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.position-center-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.position-left-center {
    top: 50%;
    transform: translateY(-50%);
}
.flex {
    display: flex;
}
.flex-1 {
    flex: 1 1 0;
}
.flex-row {
    margin-left: -15px;
    margin-right: -15px;
}
.flex-direction-row-reverse {
    flex-direction: row-reverse;
}
.flexcol {
    flex: 0 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
.flex-100p {
    width: 100%;
}
.flex-50p {
    width: 50%;
}
.flex-33p {
    width: 33.3%;
}
@media (min-width: 768px) {
    .flex-50p-from-sm {
        width: 50%;
    }
    .flex-30p-from-sm {
        width: 30%;
    }
    .flex-70p-from-sm {
        width: 70%;
    }
    .flex-40p-from-sm {
        width: 40%;
    }
    .flex-60p-from-sm {
        width: 60%;
    }
    .flex-33p-from-sm {
        width: 33.33%;
    }
}
@media (min-width: 992px) {
    .flex-above-tablet {
        display: flex;
    }

    .flex-50p-from-md {
        width: 50%;
    }
    .flex-40p-from-md {
        width: 40%;
    }
    .flex-60p-from-md {
        width: 60%;
    }
    .flex-33p-from-md {
        width: 33.33%;
    }
    .flex-30p-from-md {
        width: 30%;
    }
    .flex-70p-from-md {
        width: 70%;
    }

    .flex-direction-row-reverse-from-md {
        flex-direction: row-reverse;
    }

    .footer-col-2-item {
        padding-left: 20px;
    }
}
.justify-content-center {
    justify-content: center;
}
.justify-content-flex-end {
    justify-content: flex-end;
}
.smaller-container {
    max-width: 1920px;
    width: 90%;
    margin: 0 auto
}
.container2 {
    max-width: 1920px;
    width: 85%;
    margin: 0 auto
}
@media (min-width: 1024px) {
    .smaller-container {
        width: 70%;
    }
    .container2 {
        width: 85%;
    }
}
@media (min-width: 1300px) {
    .smaller-container {
        width: 65%;
    }
    .container2 {
        width: 80%;
    }
}

.mobile-menu .menu {
    padding-left: 0; 
}
.mobile-menu .menu li {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobile-menu .collapse-btn-wrap {
    display: none;
}

.inline-block {
    display: inline-block;
}
.v-middle {
    vertical-align: middle;
}
.mobile-hide {
    display: none;
}
@media (min-width: 768px) {
    .mobile-show {
        display: none !important;
    }
    .mobile-hide {
        display: block;
    }
}

.marg-auto {
    margin-left: auto;
    margin-right: auto;
}
.marg-left-auto {
    margin-left: auto;
    margin-right: 0;
}
.marg-top-auto {
    margin-top: auto;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
@media (min-width: 768px) {
    .w-50-from-sm {
        width: 50%;
    }
}
.w20px {
    width: 20px;
}
.mw-80 {
    max-width: 80%;
}
.mw-90 {
    max-width: 90%;
}
.br-20 {
    border-radius: 20px;
}
.br-30 {
    border-radius: 30px;
}
.br-t-30 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.br-b-30 {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.br-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.br-b-10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.z1 {
    z-index: 1;
}
.z-m1 {
    z-index: -1;
}
@media (min-width: 768px) {
    .w-80-from-sm {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .pl-5p-from-md {
        padding-left: 5%;
    }
    .pr-5p-from-md {
        padding-right: 5%;
    }
}

.slick-dots {
    margin: 5px 0;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
}
.slick-dots li.slick-active button {
    background: #33B1BC;
    border-color: #33B1BC;
}

.color-black1 {
    color: #151240;
}
.color-light-blue {
    color: #00B4BD;
}
.color-orange {
    color: #F05A23;
}
.color-blue2 {
    color: #33B1BC;
}
.color-blue3 {
    color: #00747E;
}
.color-light-green {
    color: #96C93D;
}
.bg-white {
    background-color: #fff;
}
.bg-blue {
    background-color: #181544;
}
.bg-blue1 {
    background-color: #F4FDFF;
}
.bg-blue2 {
    background-color: #EFF6F6;
}
.bg-white2 {
    background-color: #FEFCF7;
}
.bg-orange1 {
    background-color: #FBE3E3;
}
.bg-orange2 {
    background-color: #FFF5F5
}
.bg-blue3 {
    background-color: #34B1BC;
}

.lh-1em {
    line-height: 1em;
}
.lh-1-2em {
    line-height: 1.2em;
}
.lh-1-5em {
    line-height: 1.5em;
}

body {
    font-family: Poppins;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
}
.font-asap {
    font-family: "Asap", serif;
}
h1, h2, h3, h4, h5 {
    font-family: Poppins;
}
.font-manrope {
    font-family: "Manrope", serif;
}
.font-inter {
    font-family: "Inter", serif;
}

.overflow-x-hidden {
    overflow-x: hidden
}

.main-nav ul li {
    padding-right: 30px;
}
.main-nav ul li a:hover {
    text-decoration: none;
}
.menu-header-container .menu .menu-item a {
    transition: all 0.3s ease;
    color: #000;
    font-family: "Manrope", serif;
    font-weight: 800;
}

.menu-header-container .menu .menu-item a {
    position: relative;
    display: inline-block;
}

/*
.menu-header-container .menu .menu-item a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1px;
    background-color: #4187F5;
    transition: width 0.3s ease;
}
*/

.menu-header-container .menu .menu-item:hover a,
.menu-header-container .menu .menu-item.current-menu-item a {
    color: #33B1BC;
}

.menu-header-container .menu .menu-item:hover  a::after {
    width: 100%; /* Expand the line on hover */
}

.navbar-toggle {
    width: 44px;
    height: 44px;
}
.navbar-toggle .icon-bar {
    transform: rotate(0deg);
    transition: .15s ease-in-out;
    transform-origin: 10%;
}
.mobile-menu {
    padding-top: 0;
}
.mobile-menu.menu-open {
    top: 80px;
}
.mobile-menu-open header {
    background-color: #fff !important;
}
.mobile-menu-open .navbar-toggle {
    background-color: #33B1BC;
    padding: 0 12px;
}
.mobile-menu-open .navbar-toggle .icon-bar1 {
    transform: rotate(45deg);
}
.mobile-menu-open .navbar-toggle .icon-bar2 {
    opacity: 0;
    width: 0;
}
.mobile-menu-open .navbar-toggle .icon-bar3 {
    transform: rotate(-45deg);
}
.mobile-menu .close-menu {
    display: none;
}
.mobile-menu-open .logo-wrapper {
    opacity: 0;
}

.white-header {
    background-color: #fff !important;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .1) !important;
}

.hero-banner {
    background-size: cover;
    background-position: center;
}
.circle-orange, 
.circle-yellow,
.circle-blue,
.circle-green
{
    z-index: -1;
}
.landing-logo {
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}
.content-wrapper {
    width: 70%;
    margin: auto;
}
.desc-wrap {
    width: 80%;
    margin: auto;
    padding-bottom: 80px;
}
.page-title {
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.wpcf7-form-control-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-form-control:not(.btn):not(.wpcf7-acceptance) {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
    padding: .625rem .75rem;
    transition: all .15s cubic-bezier(.68, -.55, .265, 1.55);
    border: 1px solid #EEEEEE;
    background-color: #EEEEEE;
    background-clip: padding-box;
    box-shadow: 0 3px 2px rgba(233, 236, 239, .05);
    border-radius: 12px;
}
.wpcf7-form .btn {
    padding: .625rem .75rem;
    border: 0;
    cursor: pointer;
    border-radius: 30px;
    text-transform: uppercase;
}
.btn-orange {
    background-color: #F05F23;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 20px;
    min-width: 150px;
    font-family: "Manrope", serif;
}
.btn-blue2 {
    background-color: #33B1BC;
    color: #fff;
    display: block;
    text-align: center;
    min-width: 150px;
    font-family: "Manrope", serif;
}
.btn-black {
    border: 1px solid #000;
    text-align: center;
    padding: .8em 1.5em;
    font-weight: 700;
    color: #000;
    font-size: calc(15.3846153846px + 4.6153846154 * (100vw - 375px) / 1525);
    display: inline-block;
}
.btn-black:hover {
    background-color: #000;
    color: #fff;
}
.btn-white {
    border: 1px solid #fff;
    text-align: center;
    padding: .8em 1.5em;
    font-weight: 700;
    color: #fff;
    font-size: calc(15.3846153846px + 4.6153846154 * (100vw - 375px) / 1525);
    display: inline-block;
}
.btn-white:hover {
    background-color: #fff;
    color: #000;
}
/*
.page-template-page-home {
    padding-top: 0 !important;
    overflow-x: hidden !important;
}
.page-template-page-home header {
    background: transparent;
    box-shadow: none;
    display: none;
}
*/
.banner-title-wrapper {
    left: 10%;
}
.hero-animation {
    right: 2.5%;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
}
.home-banner-section {
    padding-bottom: 56.25%;
}
.home-banner-section .animation-container {
    position: absolute;
    top: -12%;
    left: 0;
    right: 0;
} 
.home-banner-section svg {
    display: block;
}
.home-peppy-img {
    position: absolute;
    top: 50%;
    left: 92%;
    max-width: 150px;
    z-index: -1;
}
.home-banner {
    min-height: 100vh;
    background-position: center;
    position: relative;
}
.home-banner .curve-white1 {
    bottom: 0;
    left: 0;
    right: 0;
}
.home-banner .frame-left {
    top: 0;
    left: 3%;
    max-width: 550px;
}
.home-banner .frame-right {
    top: 0;
    right: 3%;
    max-width: 550px;
}
.home-banner .equipment1 {
    left: 2.5%;
    bottom: 0;
    width: 15vw;
    min-width: 150px;
    max-width: 250px;
}
.home-banner .equipment2 {
    left: 15%;
    bottom: 40px;
    width: 10vw;
    min-width: 100px;
    max-width: 200px;
}
.home-banner .video-camera-setup {
    right: -5vw;
    bottom: 0;
    width: 20vw;
    min-width: 300px;
    max-width: 500px;
}
.home-banner .equipment3 {
    right: 5%;
    bottom: 2vw;
    width: 10vw;
    min-width: 80px;
    max-width: 180px;
}
.home-banner-curve-white {
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: -1;
}
.asap-media-text-wrapper {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.icon-text-wrapper {
    margin-left: -5px;
    margin-right: -5px;
}
.icon-text-wrapper .flexcol {
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 992px) {
    .icon-text-wrapper .flexcol {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.icon-text-wrapper .icon-part svg,
.icon-text-col .icon-part img {
    max-width: 130px;
    max-height: 130px;
}
.icon-text-item {
    position: relative;
    margin-top: 60px;
    height: 100%;
}
.icon-text-item .icon-part {
    width: 6.25vw;
    height: 6.25vw;
    max-width: 120px;
    border: 2px solid #33B1BC;
    background-color: #EFF6F6;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 50%);
}
.icon-text-item .icon-part svg {
    width: 70%;
}
.icon-text-item .icon-part svg, .icon-text-item .icon-part svg * {
    color: #33B1BC;
    fill: #33B1BC;
}
.icon-text-item .text-part {
    color: #00747E;
    border: 2px solid #33B1BC;
    background-color: #EFF6F6;
    box-shadow: 0px 5px 9px 0px #0000002B;
    border-radius: 20px;
    text-align: center;
    padding: calc(15px + 3vw) 25px 15px;
    height: calc(100% - calc(34px + 3vw));
}
.our-work-img1 {
    position: absolute;
    top: 0;
    right: 5%;
    width: 60%;
}
.our-work-img2 {
    position: absolute;
    top: 0;
    left: 5%;
    width: 60%;
}
.our-work-animation1 {
    width: 70%;
}
.our-work-animation2 {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
}
.start-film-taking {
    top: -50px;
    left: 0;
    width: 18vw;
    z-index: 1;
}
.our-works-list .work-item-img {
    background-size: cover;
    padding-bottom: 56.21%;
}
.our-works-list .work-item-wrapper {
    border: 2px solid #33B1BC;
    border-radius: 30px;
    box-shadow: 0px 5px 9px 0px #0000002B;
    margin: 35px 15px 15px;
}
.our-works-list .work-item-wrapper .work-item-img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.our-works-list .work-item-wrapper .work-item-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.our-works-list .work-item-wrapper .work-item-txt {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.our-works-section .cirlce-lightblue {
    right: calc(100% - 6vw);
    bottom: 40px;
    width: 12vw;
    max-width: 200px;
}
.our-works-section .salty-img {
    left: calc(100% - (calc(40px + 20 * (100vw - 375px)/ 1525)));
    bottom: 15px;
    width: 15vw;
    max-width: 160px;
    z-index: 1;
}
.our-works-section .cirlce-lightblue2 {
    left: calc(100% - 15px);
    bottom: 20%;
    width: 8vw;
    max-width: 160px;
}
.work-with-asap-media-section .work-with-asap-media-txt {
    background-color: #33B1BC;
    border: 5px solid #6FE1E0;
    border-radius: 100px;
    width: 60vw;
    bottom: 0;
    right: 5%;
    padding: 10px 50px;
}
.work-with-asap-media-section .txt-part {
    color: #fff;
    line-height: 1.2em;
    width: 60%;
}
.work-with-asap-media-section .girl_use_laptop {
    bottom: 0;
    right: -20px;
    width: 40%;
    max-width: 400px;
}
.work-with-asap-media-section .salty_thank_you {
    bottom: 0;
    right: calc(100% - 30px);
    width: 15%;
}
@media (min-width: 992px) {
    .work-with-asap-media-section .work-with-asap-media-txt {
        width: 40vw;
    }
}
.our-team-section-row .team_img {
    border: 5px solid #33B1BC;
    border-radius: 30px;
    box-sizing: border-box;
}
.our_team_section_feature_list .icon-part {
    width: 80px;
}
.team-mascot-imgs {
    bottom: -70px;
    left: 0;
    right: 0;
}
.team-mascot-imgs .mascot-title {
    min-height: 40px;
}
.our-team-section-row2, .our-team-section-row3 {
    padding-bottom: 80px;
}
.contact-form-section .orange-bg {
    left: 0;
    right: 0;
    bottom: 0;
    height: 75%;
    z-index: -1;
}
.contact-form-section .curve-orange {
    left: 0;
    right: 0;
    bottom: 100%;
}
.contact-form-section .contact-form-wrapper {
    border: 2px solid #F05F23;
    border-radius: 30px;
}
.contact-form-wrapper .wpcf7-form-control:not(.btn):not(.wpcf7-acceptance) {
    border: 2px solid #F05F23;
}
.contact-form-box {
    border: 1px solid#D9D9D9;
}
@media (min-width: 992px) {
    .contact-form-row .img-part {
        padding-left: 0;
        padding-right: 0;
        transform: translateX(50px);
        z-index: 1;
        text-align: right;
    }
    .contact-form-row .img-part .contact_us_girl {
        margin-left: auto;
        margin-right: 0;
    }
}
.page-template-page-home .asap-home-banner-title {
    margin-top: -5%;
}
/*
.page-template-page-home .navigation-box {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 15%, rgba(255, 255, 255, 0.22) 19%, rgba(255, 255, 255, 0.39) 23%, rgba(255, 255, 255, 0.53) 27%, rgba(255, 255, 255, 0.66) 31%, rgba(255, 255, 255, 0.77) 36%, rgba(255, 255, 255, 0.85) 42%, rgba(255, 255, 255, 0.92) 49%, rgba(255, 255, 255, 0.97) 57%, rgba(255, 255, 255, 0.99) 68%, #FFFFFF 100%);
    max-width: 320px;
    width: 25vw;
    height: 70vh;
    position: relative;
}
.page-template-page-home .navigation-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    background-image: url('../img/home/GradientDivider-left.png');
    width: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.page-template-page-home .navigation-box:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background-image: url('../img/home/GradientDivider-right.png');
    width: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.page-template-page-home .navigation-box .menu {
    padding-left: 0;
}
.page-template-page-home .navigation-box .menu li {
    list-style: none;
    position: relative;
    border-bottom: 1px dotted #000;
    z-index: 1;
}
.page-template-page-home .menu-header-container {
    padding-top: 5vh;
}
.page-template-page-home .menu-header-container .menu .menu-item a {
    font-family: Poppins;
    font-weight: 400;
    display: block;
    padding: .8em 1em;
    position: relative;
    transition: none;
}
.page-template-page-home .menu-header-container .menu .menu-item:hover > a {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: #33B1BC99;
}
.page-template-page-home .menu-header-container .menu .menu-item.current-menu-item a {
    color: #000;
    font-weight: 700;
}
.page-template-page-home .navigation-box .menu .menu-item.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background-image: url('../img/home/menu-dropdown.png');
    background-size: 100%;
    width: 28px;
    height: 28px;
}
.page-template-page-home .navigation-box .menu .menu-item.menu-item-has-children .sub-menu {
    display: none;
}
.page-template-page-home .navigation-box .menu .menu-item.menu-item-has-children:hover .sub-menu {
    display: block;
}
.page-template-page-home .navigation-box .menu .menu-item.menu-item-has-children .sub-menu a {
    color: #000;
}
*/
.page-template-page-home .menu-header-container .menu .menu-item a::after {
    /* display: none; */
}
.page-template-page-home .navigation-box .menu .menu-item:hover > a:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-image: url('../img/home/arrow-right-white.png');
    background-size: 100%;
    width: 40px;
    height: 40px;
}
.page-template-page-home .navigation-box .menu .menu-item.menu-item-has-children .sub-menu a:hover {
    color: #33B1BC99;
    font-weight: 700;
    text-shadow: none;
    background-color: transparent;
}
.page-template-page-home .home-banner-wrapper {
    display: flex;
    min-height: 100vh;
}
.page-template-page-home .home-banner-graphic {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-main-title-box {
    color: white;
    font-weight: 700;
}
.banner-main-title-box .text-stroke1 {
    -webkit-text-stroke: 0.15em white;
}
.banner-main-title-box .text-stroke2 {
    -webkit-text-stroke: 0.05em white;
}
.banner-main-title-box span::before {
    content: attr(data-content);
    -webkit-text-fill-color: #000;
    -webkit-text-stroke: 0;
    position: absolute;
}
.banner-main-title-box .div1::before {
    -webkit-text-fill-color: #F05A23;
}
.banner-main-title-box .div2::before {
    -webkit-text-fill-color: #33B1BC;
}
.banner-main-title-box .div3::before {
    -webkit-text-fill-color: #96C93D;
}

.storytellers-section {
    background-color: #000;
}
.title-desc-section .section-title span {
    color: #33B1BC;
}
.storytellers-section .corner-top-left {
    position: absolute;
    top: 0;
    left: 0;
}
.storytellers-section .rec {
    position: absolute;
    top: 20px;
    left: 20px;
}
.storytellers-section .corner-top-right {
    position: absolute;
    top: 0;
    right: 0;
}
.storytellers-section .rec-info {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
}
.storytellers-section .corner-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}
.storytellers-section .corner-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}
.storytellers-section .menu {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.storytellers-section .record-time {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .storytellers-section .corner-top-left {
        width: 50px;
    }
    .storytellers-section .rec {
        top: 10px;
        left: 10px;
        width: 30px;
    }
    .storytellers-section .corner-top-right {
        width: 50px;
    }
    .storytellers-section .rec-info {
        top: 10px;
        right: 10px;
    }
    .storytellers-section .rec-info img {
        width: 40px;
    }
    .storytellers-section .corner-bottom-left {
        width: 50px;
    }
    .storytellers-section .corner-bottom-right {
        width: 50px;
    }
    .storytellers-section .menu {
        bottom: 10px;
        right: 10px;
        width: 40px;
    }
    .storytellers-section .record-time {
        bottom: 10px;
        left: 50%;
        width: 80px;
    }
}
.featured-team-list {
    flex-wrap: wrap;
}
.featured-team-list .featured-member-wrap {
    padding-top: 25%;
    width: calc(100% - 7.5px);
}
.featured-team-list .featured-member-wrap.odd {
    padding-right: 7.5px;
}
.featured-team-list .featured-member-wrap.even {
    padding-left: 7.5px;
}
.featured-team-list .featured-member-box {
    height: 100%;
    padding-top: 15px;
}
.featured-team-list .featured-member-box.odd {
    background-color: #30A7AA;
}
.featured-team-list .featured-member-box.even {
    background-color: #34B1BC;
}
.featured-team-list .featured-member-box.odd {
    border-top-left-radius: 8vw;
    border-bottom-right-radius: 8vw;
}
.featured-team-list .featured-member-box.even {
    border-top-right-radius: 8vw;
    border-bottom-left-radius: 8vw;
}
.featured-team-list .featured-member-box .box-grey-bg {
    background-color: #E6E7E8;
    position: absolute;
    bottom: 100%;
    width: 70%;
    height: 20px;
}
.featured-team-list .featured-member-box.odd .box-grey-bg {
    border-top-right-radius: 30px;
    right: 0;
}
.featured-team-list .featured-member-box.even .box-grey-bg {
    border-top-left-radius: 30px;
    left: 0;
}
.featured-team-list .featured-member-box .box-upper {
    display: flex;
}
.featured-team-list .featured-member-box.odd .box-upper {
    background-color: #34B1BC;
}
.featured-team-list .featured-member-box.even .box-upper {
    background-color: #30A7AA;
    flex-direction: row-reverse;
}
.featured-team-list .featured-member-box.odd .box-upper {
    border-top-left-radius: 10vw;
}
.featured-team-list .featured-member-box.even .box-upper {
    border-top-right-radius: 10vw;
}
.featured-team-list .featured-member-box .img-wrap {
    width: 45%;
    height: 15vw;
}
.featured-team-list .featured-member-box .img-wrap img {
    position: absolute;
    max-width: 43%;
}
.featured-team-list .featured-member-box.odd .img-wrap img {
    left: 2%;
    bottom: 0;
}
.featured-team-list .featured-member-box.even .img-wrap img {
    right: 2%;
    bottom: 0;
}
.featured-team-list .featured-member-box .text-wrap {
    padding: 15px;
}
.featured-team-list .featured-member-box .box-lower {
    padding: 30px 50px;
    line-height: 1.8em;
}
.featured-team-list .featured-member-box .divider {
    height: 6px;
    width: 60px;
    background-color: #3BC9CC;
}
.team-list .member-wrap {
    width: calc(50% - 10px);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.team-list .member-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.team-list .img-wrap {
    padding-bottom: 100%;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.team-list .text-wrap {
    background-color: #939598;
    padding: 20px 30px;
    height: 100%;
}
.team-list .divider {
    width: 60px;
    height: 6px;
    background-color: #3BC9CC;
}

.img-text-list-row,
.talent-title-desc-list-row {
    display: flex;
    flex-wrap: wrap;
}
.img-text-list-row.even,
.talent-title-desc-list-row.even {
    flex-direction: row-reverse;
}
.img-text-list-row .list-col-1,
.img-text-list-row .list-col-2,
.talent-title-desc-list-row .list-col-1,
.talent-title-desc-list-row .list-col-2 {
    width: 100%;
}
.img-text-list-row .bg-cover {
    min-height: 45vh;
}
.talent-title-desc-list-row .bg-cover {
    min-height: 30vh;
}
.text-img-banner-section::before,
.project-j-talents-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
}

.circle1 {
    position: absolute;
    top: 0; 
    left: 0;
    max-width: 300px;
}
.circle2 {
    position: absolute;
    bottom: 0; 
    left: 0;
    max-width: 300px;
}

.producers-section .movie-list .movie-list-item {
    flex: 1;
    padding: 2.5px;
}
.movie-list .movie-svg {
    position: absolute;
    top: -20px;
    left: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
}
.movie-list .circle-shape1 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -38%);
    width: 130px;
    height: 130px;
    z-index: -1;
}
.movie-list .circle-shape2 {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%, 25%);
    width: 200px;
    height: 200px;
    z-index: -1;
}
@media (max-width: 767px) {
    .movie-list {
        margin-bottom: 60px;
    }
    .movie-list .movie-svg {
        width: 30px;
        height: 30px;
    }
    .movie-list .circle-shape1 {
        width: 50px;
        height: 50px;
        transform: translate(-50%, -60%);
    }
    .movie-list .circle-shape2 {
        display: none;
    }
}

.salty1 {
    position: absolute;
    bottom: 10px; 
    right: 5%;
    max-width: 200px;
}

.positive-impact-list {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px) {
    .positive-impact-list .flexcol {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.participants-row {
    display: flex;
    flex-wrap: wrap;
}
.participants-row .participant-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    width: 50%;
}
.participants-row .participant-item .participant-item-wrapper {
    border: 5px solid #33B1BC;
    border-radius: 20px;
} 
.participants-row .participant-item .participant-photo {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.participants-row .participant-item .participant-photo .arrow-right {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}
@media (min-width: 768px) {
    .participants-row .participant-item .participant-photo .arrow-right {
        width: 40px;
        height: 40px;
    }
}
.participants-row .participant-item .participant-name {
    background-color: #33B1BC;
    color: #fff;
}
@media (min-width: 992px) {
    .participants-row .participant-item {
        width: 25%;
    }
}

.participants-row .participant-link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.particpant-content .participant-photo {
    border: 5px solid #33B1BC;
    border-radius: 20px;
}

.participant-photo-wrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.participant-photo-gallery .slick-slide > div {
    text-align: center;
}

.feature-works-listing {
    display: flex;
    flex-wrap: wrap;
}
.feature-works-listing .work-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px 10px 30px;
    box-sizing: border-box;
    width: 100%;
}
@media (min-width: 768px) {
    .feature-works-listing .work-item {
        width: 50%;
    }
}
.feature-works-listing .work-item .work-video {
    position: relative;
    padding-bottom: 56.25%;
}
.feature-works-listing .work-item video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 25px;
}

.back-button-wrapper {
    padding: 15px 5%;
}
.back-button-wrapper svg {
    width: 30px;
    height: 30px;
    display: block;
}
@media (min-width: 768px) {
    .back-button-wrapper svg {
        width: 50px;
        height: 50px;
    }
}

.contact-form-row-section {
    display: flex;
    flex-wrap: wrap;
}
.contact-form-row-section .list-col-1,
.contact-form-row-section .list-col-2 {
    width: 100%;
}
.contact-form-row-section .list-col-1 {
    display: flex;
    flex-direction: column;
}
.contact-form-row-section .section-title {
    max-width: 500px;
}
.contact-form-row-section .section-desc {
    max-width: 600px;
}
@media (min-width: 768px) {
    .contact-form-row-section .cf-section-desc2 {
        max-width: 400px;
    }
}
.contact-form-row-section .contact-form-text-part {
    padding: 8vh;
    height: 100%;
    display: flex;
    align-items: center;
}
.contact-form-row-section .contact-form-div {
    padding: 8vh;
}
.peppy-img2 {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 250px;
}
@media (min-width: 992px) {
    .featured-team-list .featured-member-wrap {
        padding-top: 8%;
        width: calc(50% - 7.5px);
    }
    .featured-team-list .featured-member-box .img-wrap {
        width: 55%;
        height: 15vw;
    }
    .featured-team-list .featured-member-box .img-wrap img {
        max-width: 53%;
    }
    .featured-team-list .featured-member-box.odd .img-wrap img {
        left: 2%;
    }
    .featured-team-list .featured-member-box.even .img-wrap img {
        right: 2%;
    }
    .team-list .member-wrap {
        width: calc(25% - 10px);
    }
    .img-text-list-row .list-col-1, .img-text-list-row .list-col-2,
    .talent-title-desc-list-row .list-col-1, .talent-title-desc-list-row .list-col-2 {
        width: 50%;
    }
    .contact-form-row-section .list-col-1,
    .contact-form-row-section .list-col-2 {
        width: 50%;
    }
}

.page-template-page-our-team {
    padding-top: 0 !important;
}
.page-template-page-our-team header {
    background: transparent;
    box-shadow: none;
}
.page-template-page-our-team .top-banner .circle-blue {
    width: 10vw;
    top: 20%;
    left: 0;
    transform: translateX(-50%);
    z-index: 0;
}
.page-template-page-our-team .top-banner .circle-green {
    width: 10vw;
    top: 0%;
    left: 35%;
    transform: translateY(-50%);
    z-index: 0;
}
.page-template-page-our-team .top-banner .circle-yellow {
    width: 10vw;
    top: 60%;
    right: 0%;
    transform: translateX(50%);
    z-index: 0;
}
.our-team-list .member-wrap {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    width: calc(50% - 30px);
}
.our-team-list .member-wrap:hover {
    z-index: 1;
} 
@media (min-width: 500px) {
    .our-team-list .member-wrap {
        width: calc(33.33% - 30px);
    }
}
@media (min-width: 992px) {
    .our-team-list .member-wrap {
        width: calc(25% - 30px);
        padding-top: 80px;
    }
}
@media (min-width: 1300px) {
    .our-team-list .member-wrap {
        width: calc(20% - 30px);
    }
}
.our-team-box {
    background: linear-gradient(180deg, #BADA93 0%, #007781 100%);
    box-shadow: 0px 8px 22.7px 2px #00697266;
    border-radius: 30px;
    margin-top: auto;
    margin-bottom: 0;
    height: 100%;
}
.our-team-box:hover {
    background: linear-gradient(180deg, #FFEB7D 0%, #DE7900 100%);
    box-shadow: 0px 8px 22.7px 2px #FCC893;
}
.our-team-box.odd {
    padding: calc(50% + 15px) 10px 15px;
}
.our-team-box.even {
    padding: calc(30% + 15px) 10px 15px;
    margin-top: 20%;
}
.our-team-box .img-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);    
    /* width: 60%; */
    width: 100%;
}
.our-team-box.odd .img-wrap {
    bottom: calc(40% + 20px);
}
.our-team-box.even .img-wrap {
    bottom: calc(40% + 20px);
}
@media (min-width: 500px) and (max-width: 767px) {
    .our-team-box.odd .img-wrap {
        bottom: calc(60% + 20px);
    }
    .our-team-box.even .img-wrap {
        bottom: calc(70% + 20px);
    }
}
@media (max-width: 499px) {
    .our-team-box.odd .img-wrap {
        bottom: calc(50% + 20px);
    }
    .our-team-box.even .img-wrap {
        bottom: calc(60% + 20px);
    }
}
.our-team-box .img-wrap img {
    max-width: 80%;
}
.our-team-box .img-wrap.boss img {
    max-width: 90%;
}
.our-team-box .desc-group-box {
    background-color: #F8F2E2F2;
    padding: 15px;
    left: 0%;
    top: 50%;
    z-index: 1;
    width: 210px;
    border-radius: 30px;
    display: none;
}
.our-team-box:hover .desc-group-box, 
.our-team-box .desc-group-box.show 
{
    display: block;
}
@media (max-width: 767px) {
    .our-team-box:hover .desc-group-box.even,
    .our-team-box .desc-group-box.show.even {
        left: auto;
        right: 0;
    } 
} 
@media (min-width: 992px) {
    .our-team-box .desc-group-box {
        left: 100%;
        top: 0;
        transform: translate(-10%, -20%);
    }
    .our-team-box:hover .desc-group-box.even,
    .our-team-box .desc-group-box.show.even {
        right: auto;
    }
}

.page-template-page-contact-us,
.page-template-page-storytellers,
.page-template-page-our-cast-project-j-talents,
.single-participant,
.page-template-page-our-works
{
    padding-top: 0 !important;
}
.page-template-page-contact-us header,
.page-template-page-storytellers header,
.page-template-page-our-cast-project-j-talents header,
.single-participant header,
.page-template-page-our-works header
{
    background: transparent;
    box-shadow: none;
}

.participants-list-section {
    min-height: 60vh;
}
.filters-menu {
    padding: 15px 30px;
    background-color: #F3F3F3;
    border-radius: 15px;
}
.filters-menu .filters-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #999;
}
.filters-button {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: flex-end;
}
.btn-filter {
    padding: .625rem .75rem;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
}
.filters-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
    position: relative;
}
.filter-field-col {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
@media (min-width:992px) {
    .filter-field-col.col1 {
        width: 70%;
    }
    .filter-field-col.col2 {
        width: 30%;
    }
}
.filter-menu-toggle {
    padding: 10px;
    background-color: #F3F3F3;
    border-radius: 15px;
    position: relative;
}
.filters-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}
.filter-menu-toggle.open .filters-menu {
    display: block;
}
.filter-menu-toggle.open .icon-arrow-down {
    transform: rotate(180deg);
}
.name-filter-wrapper {
    position: relative;
    padding: 10px;
    background-color: #F3F3F3;
    border-radius: 15px;
    height: 100%;
    box-sizing: border-box;
}
#searh-by-name {
    border: none;
    background-color: transparent;
}
#searh-by-name::placeholder {
    color: #B3B3B3;
}
@media (max-width: 991px) {
    .filters-menu {
        overflow-y: auto;
        height: 40vh;
    }
}
.social-media-list {
    margin-left: -10px;
    margin-right: -10px;
}
.social-media-list .media-item {
    padding-left: 10px;
    padding-right: 10px;
}

.page-template-page-contact-us .top-banner .circle-blue {
    width: 10vw;
    top: 50%;
    left: 0;
    transform: translateX(-30%);
    z-index: 0;
}
.page-template-page-contact-us .top-banner .circle-green {
    width: 10vw;
    top: 40%;
    right: 0;
    transform: translateX(50%);
    z-index: 0;
}
.page-template-page-contact-us .curve-FEFCF7 {
    bottom: 0;
    left: 0;
    right: 0;
}
.page-template-page-contact-us .mascot1 {
    bottom: 0;
    left: 25%;
    width: 7vw;
    max-width: 130px;
}
.page-template-page-contact-us .mascot2 {
    bottom: 0;
    left: 32%;
    width: 8vw;
    max-width: 160px;
}
.banner-image {
    max-width: 400px;
}
.banner-image-wrapper {
    margin-top: 5vw;    
    margin-bottom: 5vw;    
}
.office-location-wrapper .col1,
.office-location-wrapper .col2 {
    width: 100%;
}
@media (min-width: 992px) {
    .office-location-wrapper {
        flex-direction: row-reverse;
    }
    .office-location-wrapper .col1 {
        width: 50%;
    }
    .office-location-wrapper .col2 {
        width: 50%;
    }
}
.page-template-page-contact-us .office-location-wrapper .circle-green {
    width: 10vw;
    top: 50%;
    left: 0;
    transform: translate(-20%, -50%);
}
.page-template-page-contact-us .office-location-wrapper .circle-orange {
    width: 10vw;
    top: 55%;
    right: 0;
    transform: translateX(20%);
}
.icon-desc-item .icon-part {
    width: 40px;
}
.icon-desc-item .desc-part {
    width: calc(100% - 50px);
}
.contact-us-form-wrapper {
    background-color: #FFF5F5;
    border: 3px solid #F05F23;
    border-radius: 30px;
    box-shadow: 0px 5px 9px 0px #0000002B;
}
.contact-us-form-wrapper .wpcf7-form-control:not(.btn):not(.wpcf7-acceptance) {
    border: 2px solid #F05F23;
}
.contact-us-form-wrapper .circle-yellow {
    width: 15vw;
    right: 0;
    bottom: 100%;
    transform: translate(25%, 50%);
}
.contact-us-form-wrapper .joinus-graphic {
    width: 20vw;
    min-width: 150px;
    right: 0;
    bottom: calc(100% + 15px);
}
.icon {
    display: inline-block;
    vertical-align: middle;
}
.icon-map {
    background-image: url('../img/contact-us/map-icon.png');
    width: 40px;
    height: 40px;
    background-size: 100%;
}
.icon-phone {
    background-image: url('../img/contact-us/phone-icon.png');
    width: 40px;
    height: 40px;
    background-size: 100%;
}
.icon-mail {
    background-image: url('../img/contact-us/email-icon.png');
    width: 40px;
    height: 40px;
    background-size: 100%;
}
/* @media (min-width: 768px) { */
    .office-gallery-images {
        display: grid;
        grid-template-columns: 33.3% 33.3% 33.3%;
        grid-template-areas:
        "item1 item1 item1"
        "item2 item3 item4";
        margin-left: -.5vw;
        margin-right: -.5vw;
    }
    .office-gallery-images .item1{
        grid-area: item1;
        padding: .5vw;
    }
    .office-gallery-images .item2{
        grid-area: item2;
        padding: .5vw;
    }
    .office-gallery-images .item3{
        grid-area: item3;
        padding: .5vw;
    }
    .office-gallery-images .item4{
        grid-area: item4;
        padding: .5vw;
    }
    .office-gallery-images .main-img {
        padding-bottom: 75.26%;
    }
    .office-gallery-images .sub-img {
        padding-bottom: 93.55%;
    }
/* } */

.page-template-page-tnc-pp {
    background-image: url('../img/tnc-pp/bg.png');
    position: relative;
    overflow-x: hidden;
}
.page-template-page-tnc-pp header {
    background-color: transparent;
    box-shadow: none;
}
.page-template-page-tnc-pp .circle-green {
    top: -120px;
    right: 40%;
}
.page-template-page-tnc-pp .circle-blue {
    bottom: 0;
    right: -100px;
}
.page-template-page-tnc-pp .circle-yellow {
    bottom: 0;
    left: 30px;
}
.page-template-page-tnc-pp .text-content {
    padding: 2.5% 5%;
    border-radius: 20px;
}
.page-template-page-tnc-pp .text-content h1 {
    font-size: 36px;
    font-weight: bold;
}
.page-template-page-tnc-pp .text-content h2 {
    font-size: 30px;
    font-weight: bold;
}
.page-template-page-tnc-pp .text-content h3 {
    font-size: 26px;
    font-weight: bold;
}
.page-template-page-tnc-pp .text-content h5 {
    font-size: calc(14.7647058824px + 3.2352941176 * (100vw - 375px) / 1525);
    font-weight: 600;
}
.banner-with-title {
    height: 30vh;
    overflow: hidden;
}
.banner-curve-white {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.pg-title span {
    color: #8ACF00;
}

footer {
    z-index: 99;
}
.colorline {
    bottom: calc(100% - 1px);
    left: 0;
    right: 0;
}
.company-details > div {
    padding-left: 5px;
    padding-right: 5px;
}
.company-details > div:not(:first-child) {
    border-left: 1px solid #fff;
}
.footer-wrap {
    width: 80%;
    margin: auto;
}
.footer-wrap .col ul li {
    text-align: right;
}
.footer-wrap .col ul li a {
    color: #fff;
}
.footer-wrap .col ul li a:hover {
    text-decoration: underline;
}
.footer-col-1, .footer-col-2, .footer-col-3 {
    justify-content: center;
}
@media only screen and (min-width:992px) {
    .footer-wrap .footer-col-1 {
        justify-content: flex-start;
        flex: 0 0 40%;
        width: 40%;
    }
    .footer-wrap .footer-col-2 {
        justify-content: flex-end;
        flex: 0 0 60%;
        width: 60%;
    }
    .footer-col-2-wrap {
        line-height: 1em;
    }
    .menu-footer-menu-2-container .menu {
        display: flex;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .menu-footer-menu-2-container .menu li {
        margin-bottom: 0 !important;
        padding-left: 5px;
    }
    .menu-footer-menu-2-container .menu li:not(:last-child) {
        padding-right: 5px;
        border-right: 1px solid #fff;
    }
}
.link-white {
    color: #fff
}
.link-white:hover {
    text-decoration: underline;
}

.mobile-menu .menu li {
    list-style: none;
}

@media (max-width: 1400px) {
    .main-nav {
        padding-right: 0;
    }
    .main-nav ul li {
        padding-right: 20px;
    }
}
@media (max-width: 1200px) {
    .main-nav ul li {
        padding-right: 10px;
        font-size: 0.9em
    }
}

@media (max-width: 991px) {
    .logo-wrapper {
        background-color: transparent;
    }
    .landing-page-logo {
        max-width: 150px;
    }
    .desc-wrap {
        display: block;
        padding-bottom: 120px;
    }
    .footer-wrap .col ul li {
        text-align: center;
    }

    .banner-title-wrapper {
        width: 60%;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        padding-top: 100px;
        padding-left: 5%;
    }
    .hero-animation {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
    }
    .banner-with-title {
        height: 20vh;
    }
    .page-template-page-tnc-pp .circle-yellow {
        width: 20vw;
    }
    .page-template-page-tnc-pp .circle-blue {
        width: 20vw;
        right: -10vw;
    }
    .page-template-page-tnc-pp .circle-green {
        width: 20vw;
        top: -12vw;
    }
    .page-template-page-tnc-pp .text-content h1 {
        font-size: 26px;
    }
    .page-template-page-tnc-pp .text-content h2 {
        font-size: 20px;
    }
    .page-template-page-tnc-pp .text-content h3 {
        font-size: 16px;
    }
    .asap-media-text-wrapper {
        flex-direction: column-reverse;
    }
    .contact-form-row {
        flex-direction: column-reverse;
    }
    .contact-form-section .contact-us-img {
        width: 60%;
        margin: auto;
    }
    .work-with-asap-media-roadmap {
        margin-bottom: 60px;
    }
    .our-team-section-row1, .our-team-section-row3 {
        flex-direction: column-reverse;
    }

    .footer-col-3 {
        margin-bottom: 0 !important;
    }
    .footer-col-1-wrap,
    .footer-col-2-wrap
    {
        padding-bottom: 10px;
    }

    .img-text-list-row .bg-cover {
        min-height: 30vh;
    }

    .home-peppy-img {
        max-width: 100px;
        left: 88%;
    }
}
@media (max-width: 767px) {
    .f50 {
        font-size: 30px;
    }
    .f30 {
        font-size: 20px;
    }
    .f20 {
        font-size: 14px;
    }
    .flex.mobile-no-flex {
        display: block; 
    }
    .flex.mobile-no-flex [class*='flex-col'] {
        width: 100%;
    }
    .mobile-marg-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-mw-80 {
        max-width: 80%;
    }

    .company-details {
        justify-content: center;
    }
    .footer-wrap .footer-col-2 {
        margin-bottom: 0;
    }

    .icon-text-wrapper .icon-part svg, .icon-text-col .icon-part img {
        max-width: 60px;
        max-height: 60px;
    }
    .icon-text-wrapper .text-part, .icon-text-col .text-part {
        font-size: 16px;
    }
    .icon-text-col .desc-part {
        font-size: 12px;
    }

    .text-img-banner-section h2 {
        max-width: 100%;
    }
    .text-img-banner-section .container {
        width: 96%;
    }

    .top-banner .bannerbgimage {
        min-height: 18vh;
        object-fit: cover;
    }
    .page-template-page-contact-us .mascot1 {
        min-width: 50px;
    }
    .page-template-page-contact-us .mascot2 {
        left: calc(25% + 50px);
        min-width: 60px;
    }
    .icon-text-item .icon-part {
        width: 60px;
        height: 60px;
    }
    .icon-text-item .text-part {
        padding: 42px 25px 15px;
        height: calc(100% - 61px);
    }
    /* .home-banner-section {
        min-height: 40vh;
    }
    .home-banner-section .animation-container {
        transform: scale(1.5);
    } */
    .home-banner-section {
        padding-bottom: 65%;
    }
    .home-banner-section .animation-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        transform: scale(1.3);
    } 
    .home-banner {
        min-height: 60vh;
        background-size: cover;
    }
    .home-banner .frame-left,
    .home-banner .frame-right, 
    .equipment1,
    .equipment2,
    .equipment3,
    .video-camera-setup
    {
        display: none;
    }
    .work-with-asap-media-roadmap {
        margin-bottom: 30px;
    }
    .work-with-asap-media-section .work-with-asap-media-txt {
        border-radius: 60px;
        width: 50vw;
        padding: 10px 30px;
    }
    .work-with-asap-media-section .salty_thank_you {
        right: calc(100% - 20px);
    }
    .work-with-asap-media-section .txt-part {
        font-size: 12px;
    }
    .work-with-asap-media-section .girl_use_laptop {
        width: 50%;
    }
    .team-mascot-imgs .mascot-img {
        max-width: 70%;
        max-height: 100px;
    }
    .team-mascot-imgs .mascot-title {
        font-size: 10px;
        line-height: 1.2em;
    }
    .our_team_section_feature_list .icon-part {
        width: 60px;
    }
    .our_team_section_feature_list .icon-part img {
        max-width: 80%;
    }

    .positive-impact-list-section .section-title {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .participant-photo-wrapper {
        max-width: 90%;
    }

    .contact-form-row-section .contact-form-text-part,
    .contact-form-row-section .contact-form-div {
        padding: 30px;
    }

    .footer-col-2-item {
        padding-bottom: 10px;
    }
    .footer-col-2-wrap {
        padding-bottom: 0;
    }
}