body {
    font-family: 'Sofia Sans Condensed', sans-serif;
    background-color: #e6e7eb;
}

.h2,
h2 {
    font-size: 50px;
}

.ava-logo {
    position: absolute;
    bottom: 6%;
    left: 45px;
    width: 130px;
    height: 30px;
    z-index: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.preloader-circle {
    position: fixed;
    top: 45%;
    left: 40%;
    margin-top: -50px;
    margin-left: -50px;
}

.preloader-circle .logo {
    width: auto;
    height: 100px;

}

#modal_close,
#modal_close_bg {
    z-index: 9;
}

ul.nav_menu {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    width: 110%;
    padding-left: 20%;
}

.nav_container .nav-btn__exid {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    bottom: auto;
    left: auto;
    margin: auto;
    cursor: pointer;
}

.nav_container {
    background-color: #52bcc8;
    margin: 2.5% 100px;
    width: 91%;
    height: 90%;
}

.nav_container .ornament {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    height: 100%;
}

.nav_container .ornament img {
    height: 100%;
}

.nav_container .nav_menu__container {
    margin-top: 10%;
}

.nav_container .nav_menu__container .nav_menu .nav_menu__item {
    text-transform: uppercase;
    font-size: 3.5rem;
}

.nav_container .nav_menu__container .nav_menu .nav_menu__item a {
    font-weight: 650;
}

.nav_container .nav_menu__container .nav_menu .nav_menu__item .sub-menu a {
    font-weight: 300;
}

.nav_container .nav_menu__container .nav_menu .nav_menu__item--number {
    font-size: 2rem;
    color: #9adde0;
    position: relative;
    font-weight: 300;
    display: inline;
    margin-right: 20px;
}

.nav_container .nav_menu__container .nav_menu .nav_menu__item--number--sub {
    font-size: 1.5rem;
    color: #6e6f71;
    position: relative;
    font-weight: 300;
    display: inline;
    margin-right: 20px;
}


.purple-ornament {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    height: 100%;
}

.wrapper p {
    margin-bottom: 12px;
    font-weight: 200;
}

.social_wrap .social_item:nth-child(1):after {
    content: "IG";
}

.social_wrap .social_item:nth-child(2):after {
    content: "IN";
}


.stories .wrapper {
    background-image: url('../story/bg-texture1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.stories p,
.wrapper p {
    font-size: 24px;
}


.stories .white {
    color: #fff !important;
}

.stories_timeline {
  
    background-repeat: no-repeat;
    width: 80%;
    position: absolute;
    top: 80%;
    left: 88%;
    right: 0;
    height: 100%;
}

.stories_timeline__logo {
    background-image: url(../story/timeline-logo-2.png);
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    height: 100%;
    background-size: 20%;
}



.stories_timeline3 {
  
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 80%;
    left: 88%;
    right: 0;
    height: 100%;
}


.stories_timeline__years {
    background-image: url(../story/timeline3.png);
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
	
    top: 75%;
    left: 0;
    right: 0;
    height: 100%;
    background-size: 100%;
}




.stories_list__wrap {
    padding-top: 10%;
    float: right;
    width: 50%;
    padding-right: 30px;
    z-index: 99;
}

@media screen and (max-width: 960px) {
    .stories_list__wrap {
        float: left;
        width: 100%;
        padding: 30px;
    }
}

.our_story_seoWrap_title {
    margin-bottom: 30px;
    margin-top: 30px;
}

.practics_title {
    opacity: 1;
}

.orange {
    color: #f4ba8b;
}

.dark-orange {
    color: #f18a35;
}

.yellow {
    color: #fbda4b !important;
}

.white {
    color: #fff !important;
}

.gray {
    color: #6e6f71 !important;
}


.white-darker {
    color: #e6e7eb;
}

.practics .practics_list__wrap li {
    color: #fff;
}

.blue {
    color: #53bcc8 !important;
}

.yellow-light {
    color: #f7edd7;
}

.down_arrow {
    position: absolute;
    bottom: -50px;
    text-align: center;
    z-index: 99;
    background-color: #e6e7eb;
    border-radius: 50%;
    left: 46%;
    width: 100px;
    height: 100px;
    align-content: center;
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: baseline;
    cursor: pointer;
}


.down_arrow img {
    width: auto;
    height: 40px;
    animation: jumpInfinite 1.5s infinite;
}

@keyframes jumpInfinite {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 10px;
    }

    100% {
        margin-top: 0;
    }
}

.h1,
h1 {
    font-size: 2rem;
}

.awwards .wrapper {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 255)), url('../working-us/bg-image1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content {
    padding: 40px;
    height: 100%;
    position: relative;
}

.home_slider .wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_slider .row {
    height: 100%;
    align-items: center;
    justify-content: center;
}

.home_slider .hero-image {
    max-width: 90%;
    margin-left: 60px;
}

.home_slider .hero-text {
    margin-left: 30px;
    z-index: 2;
    position: relative
}

.stories .our_story_seoWrap_text p {
    color: #f4ba8b;
    font-size: 24px;
    margin-top: 50px;
}

.our_story_seoWrap_text ul {
    font-size: 1.8rem;
}

.what-we-do .wrapper {
    background-image: url('../what-we-do/bg-yellow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.what-we-do .practics_title h2 {
    color: #1a1a1a;
    width: 100%;
}

.practics_title h2 {
    width: 100% !important;
}

.what-we-do h3 {
    font-size: 2rem;
    font-weight: bold;
}

.what-we-do p {
    font-weight: 300;
    color: #1a1a1a;
    font-size: 1.5rem;
}

.what-we-do .quote {
    max-width: 250px;
    position: absolute;
    bottom: 0;
}

.what-we-do .are-you-ready {
    position: absolute;
    top: auto;
    right: 0;
    width: 75%;
    bottom: 0;
}

.services .wrapper {
    background-image: url('../services/bg-illustration.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio .wrapper {
    background-image: url('../portfolio/bg-illustration.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.services .m-illustration {
    display: none;
}

.we-do-it .wrapper {
    background-image: linear-gradient(to top, rgba(73, 100, 94, 0.32), rgba(73, 100, 94, 0.4)), url('../how-we-do-it/bg-texture-green.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.our-works .right-wrapper {
    background-image: linear-gradient(to bottom, rgba(175, 63, 50, 0.32), rgba(175, 63, 50, 0.5)), url('../works/ART-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 30px;
}

.our-works .left-wrapper {
    background-color: #53bcc8;
    height: 100vh;
    padding: 30px;
}

.our-works .arrow {
    position: absolute;
    left: 21%;
    z-index: 9;
    top: 40%;
}

.our-works .plus-icon {
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 1;
    cursor: pointer;
}

.our-works .arrow .prev-btn {
    height: 175px;
    cursor: pointer;
    display: inline-block;
}

.our-works .arrow .right-btn {
    height: 175px;
    margin-left: -10px;
    cursor: pointer;
    display: inline-block;
}

.our-works .works-slider .slick-list img {
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    /* object-fit: contain;
    width: 100%; */

}

.our-works .works-slider .slick-list img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.nice-words .wrapper {
    background-color: #704c69;

}

.nice-words p {
    color: #e6e7eb;
    font-weight: 300;
    font-size: 40px;
    z-index: 1;
    position: relative;
}

.nice-words .clients-name {
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    margin-top: 45px;
    display: block;
    z-index: 1;
    position: relative;
}

.nice-words .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin-right: 60px;
    margin-bottom: 30px;
    font-weight: 1;
    color: #e9d7e0;
}

.nice-words .arrow btn {
    border: transparent;
}

.nice-words .arrow .next {
    cursor: pointer;
    color: #e9d7e0;
    font-size: 28px;
    font-weight: 200;
}

.nice-words .arrow .fa {
    font-weight: 200;
    color: #e9d7e0;
    padding-top: 5px;
}

.nice-words .arrow .fa.fa-caret-left {
    padding-right: 10px;
}

.nice-words .arrow .fa.fa-caret-right {
    padding-left: 10px;
}

.nice-words .arrow .prev {
    cursor: pointer;
    color: #e9d7e0;
    font-size: 28px;
    font-weight: 200;
}


.about_us h2 {
    font-size: 3.5em;
}

.about_us p {
    font-size: 1.2em;
}

.about_us .jakarta {
    background-image: url('../footer/map-ina.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 50px;
}

.about_us .usa {
    background-image: url('../footer/map-usa.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 50px;
}

.about_us .jakarta .m-jakarta {
    display: none;
}

.about_us .usa .m-los-angeles {
    display: none;
}


.about_us h2 {
    font-weight: bold;
}

.we-do-it .quote {
    position: absolute;
    bottom: 4%;
    left: 4%;
}

.we-do-it .quote p {
    color: #c2d0aa;
}


.we-do-it .quote .quote__closed {
    float: right;
    position: relative;
    top: -33px;
    display: block;
    align-items: end;
    right: -20px;
    left: auto;
    bottom: 0;
}

.we-do-it .info-graph {
    position: relative;
    right: calc(100% - 62%);
    height: calc(100% - 55%);
    width: auto;
	
}

.we-do-it .build-section {
    margin-top: 35%;
}

.we-do-it .grow-timeline {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    top: 20%;
    object-fit: cover;
	padding-top: 100px;
}

/* .grow-timeline {
    background-image: url(../how-we-do-it/neborn-graph-full.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 355px;
    width: 100%;
    position: absolute;
    background-position: center;
    right: 0;
    top: 30%;
} */


.jakarta .copyright {
    position: absolute;
    bottom: 15%;
    margin-left: 30px;
    color: #ececec;
    left: auto;
}

.jakarta .copyright h3 {
    font-weight: 200;
    padding-top: 20px;
}

.usa .services {
    position: absolute;
    bottom: 15%;
    padding-top: 68%;
    margin-left: 30px;
    color: #ececec;
    left: auto;
    right: 10%;
}

.usa .services .menu>li {
    display: inline-block;
    padding-left: 15px;
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 300;
    cursor: pointer;
}

.usa .services .socmed {
    text-align: right;
}

.usa .services .socmed>li {
    display: inline-block;
    padding-left: 15px;
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 300;
}

.slider,
.slick-list,
.slick-track {
    height: 100%;
}

.wrapper h3.title-desc {
    margin-top: 30px;
    font-size: 60px;
}

.wrapper h3.main-title {
    font-weight: 200;
    font-size: 36px;
}

.wrapper h4 {
    font-weight: 200;
    font-size: 34px;
    color: #e6e7eb;
}

.services p {
    font-size: 22px;
}

.service-video h4,
.service-digital h4 {
    font-weight: 400;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.slick-list {
    overflow: hidden;
}

.fancybox__content,
.fancybox__content img,
.fancybox__slide.has-image>.fancybox__content {
    width: 100vw !important;
    height: 100vh !important;
    transform: none !important;
}

.fancybox-image {
    object-fit: cover !important;
}

.slider-container {
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
}