body {
    font-family: 'Poppins', sans-serif;
    color: #000; font-weight: 300;
}
html{font-size:16px;}
@media screen and (min-width: 1281px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width:1861px){html{font-size:16px;}}
@media screen and (min-width:1281px) and (max-width:1467px){html{font-size:16px;}}
@media screen and (min-width:768px) and (max-width:1280px){html{font-size:15px;}}
@media screen and (min-width:300px) and (max-width:767px){html{font-size:14px;}}
@media screen and (min-width: 768px) and (max-width: 1280px) {
    html {
        font-size: 16px;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    html {font-size: 18px;}
}
@media screen and (min-width: 1421px) {
    html {font-size: 22px;}
}
@media screen and (min-width: 1720px) {
    html {font-size: 22px;}
}
@media screen and (min-width: 1721px)  {
    html {font-size: 24px;}
}
@media screen and (min-width: 1980px){
    html {font-size: 28px;}
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000; font-family: 'Anton', sans-serif;
    font-size: 50px;
}

h6 .pagetext{
    font-family: 'Poppins', sans-serif;
}
a {
    color: #000;
    text-decoration: none;
}
.ease3{
            -webkit-transition: all 0.3s ease-in 0.3s;
    -moz-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
}
a:hover {
    color: #00b0a5;
    text-decoration: none;
}
img {
    max-width: 100%;
}
.list-unstyle, .list-unstyle li{
    padding: 0; margin: 0; list-style: none;
}
.pf_01{
    padding: 6rem;
}
.pt_04{
    padding: 4rem 0;
}
.bg-yellow{
    background: #f9de58;
}
.layout {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #ffff;
}
.section .fp-tableCell {
    height: 100% !important;
}

.section .fp-tableCell .row {
    margin: 0;
    height: 100%;
}
.section .fp-tableCell .row > .col-6,
.section .fp-tableCell .row > .col-4,
.section .fp-tableCell .row > .col-3,
.section .fp-tableCell .row > .col-2,
.section .fp-tableCell .row > .col-1 {
    padding: 0;
    height: 100%;
}
.section_home_left > .row {
    height: 100%;
    margin: 0;
}
.section_home_left h2 {
    font-size: 2.25rem;
    line-height: 3.00rem;
    opacity: 0;
    visibility: hidden;
    margin-right: -20px;
    -webkit-transition: all 0.6s ease 0.25s;
    -moz-transition: all 0.6s ease 0.25s;
    transition: all 0.6s ease 0.25s;
}
.fp-completely .project-title{
    opacity: 1;
    visibility: visible;
    margin-right: 0;
    -webkit-transition: all 0.6s ease 0.25s;
    -moz-transition: all 0.6s ease 0.25s;
    transition: all 0.6s ease 0.25s;
}
.section_home_right {
    background: url(../img/banner_img.jpg) right center no-repeat #a6a6a6;
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    font-family: sans-serif;
    text-transform:  none;
    font-style: italic;
    font-size: 0.75rem;
}
.scroll-icon {
    margin: auto;
    width: 50px;
    height: 75px;
    display: block;
    background: url(../img/scroll.gif) no-repeat 0 0 #fff;
    justify-content: space-around;
    background-position: center;
}
.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 15px 20px; opacity: 1; visibility: visible;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -moz-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;

}
.header{
    background: #FFF;
}
.details .header{
    /*background: transparent;*/
    background-color: rgba(255,255,255,1);
}
.highlit header {
    background: #FFF; padding: 10px 20px;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -moz-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
}
.fp-enabled .fp-viewing-1 header {
    background: #FFF; padding: 10px 20px 10px;
        -webkit-transition: all 0.3s ease-in 0.3s;
    -moz-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
}
.fp-enabled header {
    background: #FFF; padding: 5px 20px 5px;
        -webkit-transition: all 0.3s ease-in 0.3s;
    -moz-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
}
.fp-viewing-0 header {
    opacity: 0; visibility: hidden;
        -webkit-transition: all 0.1s ease-in 0.06s;
    -moz-transition: all 0.1s ease-in 0.06s;
    transition: all 0.1s ease-in 0.06s;
}
.fp-enabled .header-inner .logo {
   width: 50px; padding: 3px 7px;
}
.fp-enabled .fp-viewing-1 .header-inner .logo {
    width: 60px; padding: 10px;
}
.fp-enabled .header-inner .menu_link_lft, .fp-enabled .header-inner .menu_link_rgt {
    padding: 8px 20px;
}
.fp-enabled .fp-viewing-1 .header-inner .menu_link_lft, .fp-enabled .fp-viewing-1 .header-inner .menu_link_rgt {
    padding: 15px 20px;
}
.header:after {
    content: "";
    background: #dadada; height: 0.5px; width: 100%;
    position: absolute; z-index: 2;
    left: 0; right: 0; top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
         -webkit-transition: all 0.2s ease-in 0.3s;
    -moz-transition: all 0.2s ease-in 0.3s;
    transition: all 0.2s ease-in 0.3s;

}
.header-inner{
    display: flex; align-items: center; position: relative;
}
.header-inner .logo{
    position: absolute; z-index: 3; left: 50%; top: 50%; width: 60px; display: block; background: #FFF; padding: 10px;
    margin: 0; height: 60px; display: flex; align-items: center;
        transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.highlit .header-inner .logo{
    width: 50px; padding: 3px 7px;
}
.highlit .header-inner .menu_link_lft, .highlit .header-inner .menu_link_rgt {
    padding: 5px 20px;
}
.header-inner .logo img{ max-width: 100%;}
.header-inner .menu_link_lft, .header-inner .menu_link_rgt{
    background: #FFF; padding: 10px 20px; font-size: 1.1rem; position: relative; z-index: 3; font-weight: 400; font-family: 'Anton', sans-serif;
}
.details .header-inner .logo{
    background: transparent;  line-height: 1;
}
.header-inner .menu_link_rgt{
    margin-left: auto;
}
.nav-menu {
    width: 50px;
    height: 50px; line-height: 25px; text-align: center; vertical-align:middle;
    background: #000;
    float: left;  padding: 8px;
}
/*
.section_lead_role,
.section_narrator {
    padding: 15px;
}
*/
.scrollme {
    cursor: pointer;
}
.section_project_wrapper{
    height: 100%;
    padding: 5.5% 0;

}

.green-bg {
    height: 100%;
    background: #64edc2;
}

.orange-bg {
    height: 100%;
    background: #e5be75;
}

.menu-bottom-right {
    position: absolute;
    right: 0;
    bottom: 8%;
    text-align: right;
    text-transform: none; font-weight: 400;
    font-size: 0.60rem;
    color: #464646;
    white-space: nowrap;
}

.menu-top-right {
    position: absolute;
    right: 0;
    top: 10%;
    text-align: right;

    text-transform: none;
    font-size: 0.60rem; font-weight: 400;
    color: #464646;
    white-space: nowrap;
}

.menu-top-left_rotate {
    position: absolute;
    right: 0;
    top: 2rem; font-weight: 400;

    text-transform: none;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 0.60rem;
    color: #464646;
}

.project_query {
    text-align: right;
    float: right; position: relative;
}

.project_query > span {
    font-size: 2rem;
    color: #00f1bf;
}

.project_query > h2 {
    font-size: 6.975rem; font-weight: 400;
    line-height: 6.975rem;
    white-space: nowrap;
    letter-spacing: 0.1rem;
    position: relative;
    right: -12px;
    background: -webkit-linear-gradient(left, #010302 1%, #22c4a5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 300;
}

.project_query  p {

    text-transform: none;
    font-size: 0.70rem;
    display: inline-block;
    text-align:right;
    color: #000;
}

.project_query > h2 {
    background: -webkit-linear-gradient(left, #010302 1%, #fbd180 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.captons  p {
    text-align: right;
}

.project_query > span {
    font-size: 2rem;
    color: #fbd180;
}
.project_query .view-btn, .details_widet .view_btn{
    font-size: 0.65rem; line-height: 1; padding: 14px 12px 12px; border: 1px solid #908f8e; color: #000; width: 100%;
    max-width: 170px;
    position: absolute; bottom: -80px;  text-align: center; text-transform:uppercase; display: block;
    font-weight: 400;letter-spacing: 2px; z-index: 2;
}
.project_query .view-btn:hover, .details_widet .view_btn:hover{
    color: #FFF; border-color: #000;
}
.project_query .view-btn:after, .details_widet .view_btn:after{
    content: ""; background: #000;
    position: absolute; left: 0; top: 0; bottom: 0;  right: 0; z-index: 1;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.6, 0, 0.2, 1);
transition: -webkit-transform 0.4s cubic-bezier(0.6, 0, 0.2, 1);
transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1);
transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
        -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;

}
.project_query .view-btn:hover:after, .details_widet .view_btn:hover:after{
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
        -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;

}

.project_query .view-btn span, .details_widet .view_btn span{
    position: relative; z-index: 2;  color: #000;
}
.project_query .view-btn:hover span, .details_widet .view_btn:hover span{
    color: #FFF;
}
.numbering {
    font-size: 3.2rem; line-height:1;  font-weight: 100;
    color: #464646;
    float: left;
    width: 100%;
    text-align: right;
    position:relative;  margin-top: -1rem;
}

.numbering.orange {
    top: -3px;
}

.numbering:before {
    left: -1.595rem;
    top: 50%;
    transform: translate(0, -50%);
    height: 1px;
    right: 3.8rem;
    content: '';
    position: absolute;
    background: #22c4a5;
    background: -moz-linear-gradient(left, #22c4a5 0%, #010302 97%);
    background: -webkit-linear-gradient(left, #22c4a5 0%, #010302 97%);
    background: linear-gradient(to right, #22c4a5 0%, #010302 97%);
}

.numbering.orange:before {
    background: -moz-linear-gradient(left, #fcd280 0%, #010302 97%);
    background: -webkit-linear-gradient(left, #fcd280 0%, #010302 97%);
    background: linear-gradient(to right, #fcd280 0%, #010302 97%);
}

.pad-50-tb {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.fp-viewing-1 .project_query > h2 {
    background: -webkit-linear-gradient(left, #010302 1%, #5ad0d2 100%);
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fp-viewing-1 .project_query > span {
    color: #5ad0d2;
}

.fp-viewing-2 .project_query > h2 {
    background: -webkit-linear-gradient(left, #010302 1%, #b4c392 100%);
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fp-viewing-2 .project_query > span {
    color: #b4c392;
}

.fp-viewing-3 .project_query > h2 {
    background: -webkit-linear-gradient(left, #010302 1%, #f2bbb7 100%);
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fp-viewing-3 .project_query > span {
    color: #f2bbb7;
}

.fp-viewing-4 .project_query > h2 {
    background: -webkit-linear-gradient(left, #010302 1%, #ff833f 100%);
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fp-viewing-4 .project_query > span {
    color: #ff833f;
}

.fp-viewing-5 .project_query > h2 {
    background: -webkit-linear-gradient(left, #010302 1%, #c10bac 100%);
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fp-viewing-5 .project_query > span {
    color: #c10bac;
}

.fp-viewing-6 .project_query > h2 {
    background: -webkit-linear-gradient(left, #010302 1%, #bf953c 100%);
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fp-viewing-6 .project_query > span {
    color: #bf953c;
}
.fp-viewing-7 .project_query > h2 {
    background: -webkit-linear-gradient(left, #010302 1%, #A893A4 100%);
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fp-viewing-7 .project_query > span {
    color: #A893A4
}
.is-ready [class*="fp-viewing-"] .social_icons, .highlit .social_icons{
    opacity: 1; visibility: visible;
            -webkit-transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 0.3s;
    -moz-transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 0.3s;
    transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 0.3s;
}
.is-ready  .fp-viewing-0  .social_icons, .social_icons{
    opacity: 0; visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 0.3s;
    -moz-transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 0.3s;
    transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 0.3s;
}
.social_icons{
    width: 100%;  position: fixed; bottom: 0; left: 0; right: 0;
    z-index: 1000;
    background-color: white;

}
.social_icons_inner{
    width: 100%; display: table; align-items: center; border-top: 1px solid #ebebeb;

}
.social_icons .item{
   display: table-cell; padding: 0.6% 0; border-right: 1px solid #ebebeb;      text-align: center;
}
.social_icons .item img {
    width: 1.2rem; margin: 0 auto;
}
/* new */
#main_view {
    position: relative;
    z-index: 4;
}
.animate-element {
    position: fixed;
    background-color: #fff;
    width: 400px;
    height: 400px;
    top: 0;
    right: 0;
    transition:all 0.6s cubic-bezier(.17,.67,.83,.67);
    overflow: hidden; margin-top: 100px;
}
.fp-viewing-0 .animate-element, .fp-viewing-1 .animate-element, .fp-viewing-2 .animate-element, .fp-viewing-3 .animate-element,
.fp-viewing-0 .animate-element, .fp-viewing-4 .animate-element, .fp-viewing-5 .animate-element, .fp-viewing-6 .animate-element,
.fp-viewing-7 .animate-element{
    margin-top: 0;

}
.animate-element .slide {
    width: 100%;
    height: 100%;
}
.fp-viewing-0 .animate-element {
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../img/banner_img.jpg) center center no-repeat;
    background-size: cover;
}
.fp-viewing-1 .animate-element {
    top: 12%;
    right: 42%;
    width: 27%;
    height: 75%;
    background-color: #7cd1d4;
}
.fp-viewing-2 .animate-element {
    top: 25%;
    right: 38%;
    width: 45%;
    height: 50%;
    background-color: #90d3a1;
}
.fp-viewing-3 .animate-element {
    top: 21vh;
    right: 40%;
    width: 60vh;
    height: 60vh;
    background-color: #fcd6d3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.fp-viewing-4 .animate-element {
    top: 25%;
    right: 50%;
    width: 50%;
    height: 50%;
    background-color: #ffdec4;
}

.fp-viewing-5 .animate-element {
    top: 10%;
    right: 41%;
    width: 35%;
    height: 80%;
    background-color: #dab4e2;
}

.fp-viewing-6 .animate-element {
    top: 25%;
    right: 40%;
    width: 60%;
    height: 50%;
    background-color:#e3d5a6;
}
.fp-viewing-7 .animate-element {
  top: 12%;
  right: 42%;
  width: 27%;
  height: 75%;
  background-color: #d5c7ce;
}

.animate-element .slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.animate-element .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.animate-element .slide {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 0.3s;
    -moz-transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 0.3s;
    transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 0.3s;
}
.animate-element.slide-1 .slide-1,
.animate-element.slide-2 .slide-2,
.animate-element.slide-3 .slide-3,
.animate-element.slide-4 .slide-4,
.animate-element.slide-5 .slide-5,
.animate-element.slide-6 .slide-6,
.animate-element.slide-7 .slide-7,
.animate-element.slide-8 .slide-8{
    opacity: 1;
    visibility: visible;
    z-index: 2;
    -webkit-transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 0.3s;
    -moz-transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 0.3s;
    transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 0.3s;
}
.animate-element .slide img {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 2s;
    -moz-transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 2s;
    transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 2s;
}
.animate-element.slide-1 .slide-1 img,
.animate-element.slide-2 .slide-2 img,
.animate-element.slide-3 .slide-3 img,
.animate-element.slide-4 .slide-4 img,
.animate-element.slide-5 .slide-5 img,
.animate-element.slide-6 .slide-6 img,
.animate-element.slide-7 .slide-7 img,
.animate-element.slide-8 .slide-8 img{
    opacity: 1;
    visibility: visible;
    z-index: 2;
    -webkit-transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 2s;
    -moz-transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 2s;
    transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 2s;

    transform: scale(1.1) rotate(0.001deg);
    -webkit-transform: scale(1.1) rotate(0.001deg);
    -moz-transform: scale(1.1) rotate(0.001deg);
}
/*
.content-wrp {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.5s;
    -moz-transition: all 0.3s ease-in 0.5s;
    transition: all 0.3s ease-in 0.5s;
}
.fp-completely .content-wrp {
    opacity: 1;
    visibility: visible;
}
*/

.content-wrp .text-supr {
    opacity: 0;  font-size: 2rem; line-height: 2rem; font-family: 'Anton', sans-serif;
    visibility: hidden;
    margin-right: -30px;
    -webkit-transition: all 0.6s ease 0.25s;
    -moz-transition: all 0.6s ease 0.25s;
    transition: all 0.6s ease 0.25s;
}
.fp-completely .content-wrp .text-supr {
    opacity: 1;
    visibility: visible;
    margin-right: 0;
    -webkit-transition: all 0.6s ease 0.25s;
    -moz-transition: all 0.6s ease 0.25s;
    transition: all 0.6s ease 0.25s;
}
.content-wrp .project-title {
    opacity: 0;
    visibility: hidden;
    margin-right: -60px;
     -webkit-transition: all 0.6s ease 0.5s;
    -moz-transition: all 0.6s ease 0.5s;
    transition: all 0.6s ease 0.5s;
}
.fp-completely .content-wrp .project-title {
    opacity: 1;
    visibility: visible;
    margin-right: 0;
     -webkit-transition: all 0.6s ease 0.3s;
    -moz-transition: all 0.6s ease 0.3s;
    transition: all 0.6s ease 0.3s;
}
.content-wrp .project-discr {
    opacity: 0;
    visibility: hidden;
    margin-right: -90px;
    -webkit-transition: all 0.6s ease 0.6s;
    -moz-transition: all 0.6s ease 0.6s;
    transition: all 0.6s ease 0.6s;
}
.fp-completely .content-wrp .project-discr {
    opacity: 1;
    visibility: visible;
    margin-right: 0;
    -webkit-transition: all 0.6s ease 0.6s;
    -moz-transition: all 0.6s ease 0.6s;
    transition: all 0.6s ease 0.6s;
}
.content-wrp .view-btn{
     font-weight: 300;
    opacity: 0;
    visibility: hidden;
    right: -210px;
    -webkit-transition: all 0.7s ease 1.1s;
    -moz-transition: all 0.7s ease 1.1s;
    transition: all 0.7s ease 1.1s;
}
.fp-completely .content-wrp .view-btn {
    opacity: 1;
    visibility: visible;
    right: -168px;
    -webkit-transition: all 0.7s ease 1.1s;
    -moz-transition: all 0.7s ease 1.1s;
    transition: all 0.7s ease 1.1s;
}
.content-wrp .numbering{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease 1.4s;
    -moz-transition: all 0.6s ease 1.4s;
    transition: all 0.6s ease 1.4s;
}
.fp-completely .content-wrp .numbering{
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.6s ease 1.4s;
    -moz-transition: all 0.6s ease 1.4s;
    transition: all 0.6s ease 1.4s;
}
.content-wrp .menu-bottom-right{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease 0.95s;
    -moz-transition: all 0.6s ease 0.95s;
    transition: all 0.6s ease 0.95s;
}
.fp-completely .content-wrp .menu-bottom-right{
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.6s ease 0.75s;
    -moz-transition: all 0.6s ease 0.75s;
    transition: all 0.6s ease 0.75s;
    margin-top: 0;
}
.content-wrp .menu-top-right, .content-wrp .menu-top-left_rotate{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0.35s;
    -moz-transition: all 0.3s ease 0.35s;
    transition: all 0.3s ease 0.35s;
}
.fp-completely .content-wrp .menu-top-right, .fp-completely .content-wrp .menu-top-left_rotate{
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0.35s;
    -moz-transition: all 0.3s ease 0.35s;
    transition: all 0.3s ease 0.35s;
    margin-top: 0;
}
.gray_gradient{
    background: -webkit-linear-gradient(left, #010102 1%, #2c5a72 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.red_gradient{
    background: -webkit-linear-gradient(left, #010102 30%, #8a8a87 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.look_work {
    position: relative; margin-top: 6rem;

}
.look_work_inner{
    position: relative;
}
.look_work h2{
    font-size: 6rem; font-weight: 400; line-height: 1; width: 96%;
    position: absolute; z-index: 2; top: -4rem; text-align: center; left: 50%;
    transform: translate(-50%, 0);
}
.look_work h2 span.text01{
    font-size: 0.8rem; display: block; font-family: 'Poppins', sans-serif; font-weight: 300;
}
.look_work h2 span.text02{
    display: block;
}
.look_work figure{
    width: 40%; margin: 0 auto; position: relative; z-index: 1;
}
.look_work h3.head02, .look_work figcaption h3.head02{
    font-size: 4rem;  font-weight: 400; line-height: 1; text-transform: uppercase;
    position: absolute; z-index: 2; bottom: -4rem; right: -40%; text-align: right;
}
.look_work h3.head02 .text02, .look_work figcaption h3.head02 .text02{
    display: block;
}
.about_my_wrk{
    padding-top: 7rem;
}
.about_my_wrk .container{
    max-width: 70%;
}
.about_my_wrk ul{
    padding: 0; margin: 0; list-style: none; position: relative; padding-left: 2rem;
    display: inline-block; width: 100%
}
.about_my_wrk ul:after{
    content: "";
    background: #ffcf62;
    width: 6rem; height: 6rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute; left: -1rem; top: -0.9rem; z-index: 1;
}
.about_my_wrk li{
    position: relative; z-index: 2; width: 60%; margin-top: 1.2rem; margin-bottom: 1.2rem;
}
.about_my_wrk li:nth-child(2n){
    float: right; margin-bottom: 0;
}
.about_my_wrk li:nth-child(2n) p{
    padding: 0; margin: 0;
}
.about_my_wrk li p{
    font-size: 1.0rem; margin-bottom: 1.2rem;
}
.about_my_wrk li span{
    font-weight: 700;
}
.brand_list, .agencie_item {
    display: table; width: 100%;
}
.brand_list .item, .agencie_item .item{
    display: table-cell;
}
.brand_list .item figure{
    padding: 0; margin: 0; height: 5rem; width: 100%; display: flex; align-items: center; justify-content: center;
}
.brand_list .item figure img{
    max-width: 3.5rem;
}
.brand_list .item{
    padding: 1rem 1rem;  background: rgba(0,0,0,0.02)
}
.brand_list .item:nth-child(2n){
   background: rgba(0,0,0,0)
}
.agencie_list .item{
    padding:3rem;
}
.agencie_list .item figure{
    display: inline-block; width: 100%; text-align: center; padding-bottom: 12.4rem; margin: 0; min-height: 3rem;
}
.agencie_list .item figure img{
    max-width: 4rem; display: inline-block;  text-align: center;
}
.agencie_list .item h6{
    font-family: 'Poppins', sans-serif; font-size: 1rem; font-weight: 700;     line-height: 1; text-align: right; margin: 0;
}
.agencie_list .item span.date{
        display: block; text-align: right; font-size: 0.8rem;
}
.agencie_list .item:nth-child(2n){
   background: rgba(0,0,0,1); color: #FFF;
}
.agencie_list .item:nth-child(2n) h6{
    color: #FFF;
}
.details_widet .agencie_head{
    position: relative;
}
.details_widet .agencie_head h3.head03 .text02{
    position: relative; z-index: 1;
}
.details_widet .agencie_head h3.head03 .text02.agency {
    z-index: 2; line-height: 1.4;
}
.details_widet .agencie_widget .agencie_head{
    padding: 4rem 0 6rem;
}
.details_widet .brand_widget  h3.head03{
    margin-bottom: 2.5rem;
}
.details_widet .brand_widget{
    padding: 0 0 0;
}
.details_widet h3.head03{
    font-size: 4rem; line-height: 1; text-align: center; font-weight: 400; margin-bottom:0;
}
.details_widet h3.head03 .text01{
    font-size: 1rem; display: block; font-family: 'Poppins', sans-serif; font-weight: 400;
}
.details_widet h3.head03 .text02{
    display: block;
}
.details_widet .getintouch h3.head03 {
    text-align: left;
}
.details_widet .apart_area{
     padding-bottom: 4rem;
}
.details_widet .apart_area .head_panel02{
    display: inline-block; width: 100%; margin-bottom: 0.2rem;
}
.details_widet .apart_area .head_panel02 .head_inner {
    /*float: right; min-width: 6.4rem;*/
}
.details_widet .apart_area h4.head03{
    font-size: 1.2rem; line-height: 1.2; font-family: 'Poppins', sans-serif; font-weight: 700;
}
.details_widet .apart_area h4.head03 span{
    font-size: 0.86rem;  font-weight: 400;  display: block; margin-top: 0.4rem; margin-bottom: 0.4rem;
}
.details_widet .apart_widget{
    padding-top: 6rem;
}
.details_widet .apart_widget .head02{
    padding-bottom: 4rem;
}
.details_widet .apart_widget .head02{
    display: flex; align-items: center;  justify-content: center;
}
.details_widet .apart_widget .head02 h3.head03{
    text-align: left;
}
.details_widet .getintouch ul{
    padding-top: 0rem;
}
.details_widet .getintouch li .text01{
    display: inline; font-weight: 300; position: absolute; top: 0;
}
.details_widet .getintouch li{
    font-weight: 700; float: left; padding-right: 5%; padding-top:0; position: relative;
}
.getintouch_widget{
    height: 100vh; display: flex; align-items: center;
}
.getintouch_widget .getintouch {
    width: 100%; padding: 0px 0px 0px 100px;
}
html.has-scroll-smooth {
    overflow: hidden;
    min-height: 100vh;
    height: 100%;
}
.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh; overflow: hidden; height: 100%;
}

/***********ANIMATION*****************/
.c-header_title_line {
    display: block;
    opacity: 0;
    transform-origin: center top;
    transform-style: preserve-3d;
    transform: translateY(100%) rotateX(-80deg);
    transition: opacity 0s cubic-bezier(.215, .61, .355, 1), transform 0s cubic-bezier(.215, .61, .355, 1)
}

html.is-ready .c-header_title_line {
    transform: none;
    opacity: 1;
    transition-duration: .8s
}

html.is-ready .c-header_title_line:first-child {
    transition-delay: .1s
}

html.is-ready .c-header_title_line:nth-child(2) {
    transition-delay: .2s
}

html.is-ready .c-header_title_line:nth-child(3) {
    transition-delay: .3s
}

html.is-ready .c-header_title_line:nth-child(4) {
    transition-delay: .4s
}

.c-header_title_line span {
    display: inline-block
}
.animate1{
    visibility: visible; -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; animation-delay: 0.1s;
}
.animate2{
    visibility: visible; -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;
}
.inner-widget{
    padding-top: 60px;
}
.inner-widget.details_widet{
    padding-bottom: 60px;
}
.about-panel .inner-widget.details_widet{
    padding-bottom: 0;
}
.inner-widget .heading{
    margin: 0 auto; width: 100%; max-width: 74%; height: 70vh; padding-bottom: 20px;
    display: flex; align-items: center;

}
.inner-widget .heading h2{
    font-size: 3.0rem;line-height: 1.1; white-space: nowrap; font-weight: 300;
    letter-spacing: 0.2rem;     text-transform: capitalize;

    background: -webkit-linear-gradient(left, #000000 1%, #17413f 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inner-widget .heading h2 span{
    color: #000; display: block; font-size: 1rem; letter-spacing: 0.2rem; font-weight: 300; font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
}
.work-list figure{
    padding: 0; margin: 0; overflow: hidden; position: relative; z-index: 1;

}

.work-list figure:after{
    content: "";
    position: absolute; left: 0; right: 0; bottom:0;  width: 100%; height: 0;
    background: rgba(0,0,0,0); opacity: 0; visibility: hidden; z-index: 2;
          transition: opacity .65s ease-in-out;
   -moz-transition: opacity .65s ease-in-out;
   -webkit-transition: opacity .65s ease-in-out;
}
.work-list figure:hover:after{
    background: rgba(0,0,0,0.3);
    opacity: 1; visibility: visible;top:0; height: 100%;
          transition: opacity .65s ease-in-out;
   -moz-transition: opacity .65s ease-in-out;
   -webkit-transition: opacity .65s ease-in-out;
}
.work-list figure img{
    max-width: 100%; position: relative; z-index: 1;
            -webkit-transition: all .35s ease .35s;
    -moz-transition: all .35s ease .35s;
    transition: all .35s ease .35s;
}
.work-list figure:hover img {
    transform: scale(1.1);
            -webkit-transition: all .35s ease .35s;
    -moz-transition: all .35s ease .35s;
    transition: all .35s ease .35s;
}
.work-list figure h4{
    font-family: 'Poppins', sans-serif;
    opacity: 0;  visibility: hidden;
    position: absolute;  top: 90%;  width: 100%; height: 0; z-index: 3; text-align: center; width: 100%;
    padding: 0 15px; font-size: 2.4rem;      text-transform: uppercase; color: #FFF;
    -webkit-transition: all .35s ease .35s;
    -moz-transition: all .35s ease .35s;
    transition: all .35s ease .35s;
}
.work-list figure:hover h4{
    opacity: 1;  visibility: visible;
    top: 50%;
            -webkit-transition: all .35s ease .35s;
    -moz-transition: all .35s ease .35s;
    transition: all .35s ease .35s;
}
.work-list figure h6{
    font-family: 'Poppins', sans-serif;
    opacity: 0;  visibility: hidden;
    position: absolute;  top: 100%;  width: 100%; height: 0; z-index: 3; text-align: right; width: 100%;
    padding: 0 15px; font-size: 2.5rem;  text-transform: uppercase; color: #FFF;
            -webkit-transition: all .35s ease .35s;
    -moz-transition: all .35s ease .35s;
    transition: all .35s ease .35s;
    right: 5%;
}
.work-list figure:hover h6{
    opacity: 1;  visibility: visible;
    top: 90%;
    right: 5%;
            -webkit-transition: all .35s ease .35s;
    -moz-transition: all .35s ease .35s;
    transition: all .35s ease .35s;
}
.work-list figure:after{
    content: "";
    position: absolute; left: 0; right: 0; bottom:0;  width: 100%; height: 0;
    background: rgba(0,0,0,0); opacity: 0; visibility: hidden; z-index: 2;
          transition: opacity .65s ease-in-out;
   -moz-transition: opacity .65s ease-in-out;
   -webkit-transition: opacity .65s ease-in-out;
}
.work-list figure:hover:after{
    background: rgba(0,0,0,0.3);
    opacity: 1; visibility: visible;top:0; height: 100%;
          transition: opacity .65s ease-in-out;
   -moz-transition: opacity .65s ease-in-out;
   -webkit-transition: opacity .65s ease-in-out;
}
.work-list figure img{
    max-width: 100%; position: relative; z-index: 1;
            -webkit-transition: all .35s ease .35s;
    -moz-transition: all .35s ease .35s;
    transition: all .35s ease .35s;

}
.work-list figure:hover img {
    transform: scale(1.1);
            -webkit-transition: all .35s ease .35s;
    -moz-transition: all .35s ease .35s;
    transition: all .35s ease .35s;
}
.work-list figure{
    padding: 0; margin: 0; overflow: hidden; position: relative; z-index: 1;
}
.work-list figure h4{
    font-family: 'Poppins', sans-serif;
    opacity: 0;  visibility: hidden;
    position: absolute;  top: 90%;  width: 100%; height: 0; z-index: 3; text-align: center; width: 100%;
    padding: 0 15px; font-size: 2.4rem;      text-transform: uppercase; color: #FFF;
    -webkit-transition: all .35s ease .35s;
    -moz-transition: all .35s ease .35s;
    transition: all .35s ease .35s;
}
.work-list figure:hover h4{
    opacity: 1;  visibility: visible; height: auto;
    top: 50%;
            -webkit-transition: all .35s ease .35s;
    -moz-transition: all .35s ease .35s;
    transition: all .35s ease .35s;
}
.work-list figure h6{
    font-family: 'Poppins', sans-serif;
    opacity: 0;  visibility: hidden;
    position: absolute;  top: 100%;  width: 100%; height: 0; z-index: 3; text-align: right; width: 100%;
    padding: 0 15px; font-size: 0.5rem;  text-transform: uppercase; color: #FFF;
    -webkit-transition: all .35s ease .35s;
    -moz-transition: all .35s ease .35s;
    transition: all .35s ease .35s;
}
.work-list figure:hover h6{
    opacity: 1;  visibility: visible; top: 90%;
    -webkit-transition: all .35s ease .35s;
    -moz-transition: all .35s ease .35s;
    transition: all .35s ease .35s;
}
/***************RESPO**************/
@media screen and (min-width: 1420px){
    .about_my_wrk{
        padding-top: 8rem;
    }
    .about_my_wrk .container {
        max-width: 60%;
    }
    .agencie_list .item {
        padding: 3rem 3rem;
    }
    .getintouch_widget .getintouch {
        padding: 0;
    }
    .apart_area .view-btn{
        float: left;
     font-size: 0.85rem;
    line-height: 1;
    padding: 10px 25px 11px;
    border: 1px solid #908f8e;
    }

}



@media screen and (min-width: 1980px){
    .lead_role_content > h2 {
        letter-spacing: 0.8rem;
    }
    .numbering {
        font-size: 3.4rem;
    }
    .project_query .view-btn {
        font-size: 0.55rem;
        max-width: 194px;
    }
    .menu-top-left_rotate, .menu-top-right {
        font-size: 0.65rem;
    }
    .menu-bottom-right {
        font-size: 0.65rem;
    }
    .scroll-down {
        font-size: 0.50rem;
    }
    .fp-completely .content-wrp .view-btn {
        right: -174px;
    }
}
@media screen and (min-width: 1920px){
    .fp-completely .content-wrp .view-btn {
        right: -195px;
    }
}
@media screen and (min-width: 768px) {
    .desk-hide{
        display: none !important;
    }

}

@media screen and (max-width: 991px) {
    .work-list figure{
        padding: 0; margin: 0px 15px 15px 15px; overflow: hidden; position: relative; z-index: 1;


    }

    .work-list figure:after{
        height: 20%; bottom: 0; top: inherit;
        opacity: 1; visibility: visible; background: rgba(0, 0, 0, 0.1);
    }
    .work-list figure:hover:after{
        height: 20%; bottom: 0; top: inherit;
    }
    .work-list figure h4{
        opacity: 1;  visibility: visible; height: auto;
        position: absolute;    width: 100%;  z-index: 3; text-align: left; width: 100%;
        padding: 0 15px; font-size: 0.8rem;
        top: 85%;
        -webkit-transition: all .35s ease .35s;
        -moz-transition: all .35s ease .35s;
        transition: all .35s ease .35s;
    }
    .work-list figure h6{
        opacity: 1;  visibility: visible; height: auto;
        position: absolute;    width: 100%;  z-index: 3; text-align: right; width: 100%;
        padding: 0 10px; font-size: 0.5rem;

            top: 87%;
        -webkit-transition: all .35s ease .35s;
        -moz-transition: all .35s ease .35s;
        transition: all .35s ease .35s;
    }
}
@media screen and (max-width: 767px) {
    .mob-hide{
        display: none !important;
    }
    .fp-viewing-0 .animate-element{
        background: transparent;
    }
    .section_home_left .project-title{
        background: rgba(238,237,237,0); margin-bottom: 4rem;
    }
    .section_home_left h2 {
        font-size: 1.6rem;
        line-height: 2.475rem;
    }
    .fp-enabled .fp-viewing-1 header, .fp-enabled header {
        padding: 6px 20px 8px;
    }
    .fp-enabled .header-inner .menu_link_lft, .fp-enabled .header-inner .menu_link_rgt,
    .fp-enabled .fp-viewing-1 .header-inner .menu_link_lft,
    .fp-enabled .fp-viewing-1 .header-inner .menu_link_rgt {
        padding: 8px 10px;
    }
    .section_home .col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .fp-viewing-0 .animate-element {
        width: 100%;
        height: 100%;
    }
    .project_query > h2 {
        letter-spacing: 0rem; right: inherit;
        font-size: 3.200rem;
        line-height: 3.200rem;
    }
    .fp-viewing-1 .animate-element {
        top: 9%;
        right: 8%;
        width: 84%;
        height: 53%;
        transform: translate(0, 0);

    }
    .fp-viewing-2 .animate-element {
        top: 9%;
        right: 0;
        width: 90%;
        height: 53%;
        transform: translate(0, 0);

    }
    .fp-viewing-3 .animate-element {
        top: 15%;
        transform: translate(0, 0);
        width: 42vh;
        height: 42vh;
        right: 5%;
        background-color: #fcd6d3;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    .fp-viewing-4 .animate-element {
        top: 15%;
        right: 0;
        width: 100%;
        height: 40%;
        transform: translate(0, 0);
    }
    .fp-viewing-5 .animate-element {
        top: 9%;
        right: 8%;
        width: 84%;
        height: 53%;
        transform: translate(0, 0);
    }
    .fp-viewing-6 .animate-element {
        top: 15%;
        right: 0;
        width: 90%;
        height: 40%;
        transform: translate(0, 0);
    }
    .fp-viewing-7 .animate-element {
        top: 9%;
        right: 8%;
        width: 84%;
        height: 53%;
        transform: translate(0, 0);
    }
    .content-wrp > .row {
        display: inline-block; width: 100%;
        -ms-flex-wrap: nowrap; flex-wrap: nowrap;
    }
    .project_query {
        position: relative; padding-top: 86px; padding-right: 7%; width: 100%;
        position: absolute; right: 0; top: 69%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);

    }
    .fp-enabled .fp-viewing-1 .header-inner .logo, .fp-enabled .header-inner .logo{
            width: 50px; padding: 3px 7px;
    }
    .project_query p{
            display: block; margin-bottom: 0.8rem;
    }
    .project_query .view-btn, .fp-completely .content-wrp .view-btn{
        display: inline-block;
        position: relative; bottom: inherit; right: inherit;
    }
    .inner-widget .heading{
        max-width: 90%; height: 50vh; padding-top: 1rem;
    }
    .inner-widget .heading h2 {
        font-size: 2.8rem;
        white-space: normal;
        letter-spacing: 0.1rem;
    }
    .look_work {
        margin-top: 1.2rem;

    }
    .look_work figure {
        width: 70%;

    }
    .look_work h2 {
        font-size: 2.4rem;
        width: 100%;
        position: relative;
        top: inherit;
        left: inherit;
        transform: translate(0%, 0); margin-bottom: 1.5rem;
    }
    .look_work h3.head02, .look_work figcaption h3.head02 {
        font-size: 3rem;
        position: absolute;
        bottom: -5rem;
        right: 0;
    }
    .about_my_wrk .container {
        max-width: 90%;
    }
    .about_my_wrk ul {
        padding-left: 0;
    }
    .about_my_wrk li {
        width: 100%;
    }
    .about_my_wrk li p {
        margin-bottom: 0.8rem;
    }
    .details_widet .brand_widget{
        padding-top: 2.5rem;
    }
    .details_widet h3.head03 {
        font-size: 2rem;
    }
    .details_widet .brand_widget h3.head03 {
        margin-bottom: 1.5rem;
    }
    .brand_list, .agencie_item {
        display: inline-block; width: 100%;
    }
    .brand_list .item, .agencie_item .item{
        display:inline-block; width: 33.3333%; float: left;
    }

    .agencie_list .item figure{
        display: inline-block; width: 100%; text-align: center; padding-bottom: 6.4rem; margin: 0; min-height: 3rem;
    }
    .agencie_list .item figure img{
        max-width: 4rem; display: inline-block;  text-align: center;
    }
    .agencie_list .item h6{
        font-family: 'Poppins', sans-serif; font-size: 1rem; font-weight: 700;     line-height: 1; text-align: right; margin: 0;
    }
    .agencie_list .item span.date{
            display: block; text-align: right; font-size: 0.8rem;
    }
    .agencie_list .item:nth-child(2n){
       background: rgba(0,0,0,1); color: #FFF;
    }
    .agencie_list .item:nth-child(2n) h6{
        color: #FFF;
    }

    .agencie_item .item{
        width: 100%;
        padding: 3rem 3rem;
    }
    .brand_list .item figure {
        height: 3rem;
    }
    .brand_list .item figure img {
        max-width: 2.6rem;
    }
    .apart_area p{
        font-size: 0.9rem;   text-align: right;
    }
    .details_widet .apart_area .head_panel02 .head_inner {
        padding-top: 2rem;
    }
    .apart_area .view-btn{
        float: right;
     font-size: 0.85rem;
    line-height: 1;
    padding: 10px 25px 11px;
    border: 1px solid #908f8e;
    }
    .getintouch_widget .getintouch ul li{
        padding: 0px;
        margin: 0;
        width: 100%;
    }

    .getintouch_widget {
        height: 60vh;
    }
    .social_icons .item img{
        width: 1.2rem;
    }
    .social_icons .item{
         padding: 2% 0;
         font-size: 1.0 rem;
    }
    .details_widet .agencie_widget .agencie_head {
        padding: 2rem 0 4rem;
    }
    .details_widet .apart_widget {
        padding-top: 2rem;
    }
    .apart_tittle{
        background: #F7F7F7; padding: 4rem 0;
    }
    .apart_area .col-md-6 .col-md-6{
        width: 50%; float: left;
        padding-right: 10px;
    padding-left: 10px;
    }
    .apart_area .row{
            margin-right: -10px;
            margin-left: -10px;
    }
}
@media screen and (max-width: 580px) {
    .look_work figure {
        width: 94%;
    }
    .content-wrp .text-supr{
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    .project_query > h2 {
        font-size: 3rem;
        line-height: 3rem;
    }
}
@media screen and (max-width: 360px) {
    .project_query > h2 {
        font-size: 2.8rem;
        line-height: 2.8rem;
    }
}
