@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');


@font-face {
  font-family: Gotham-Black;
  src: url(../font/Gotham-Black.otf);
}
@font-face {
  font-family: proximanova-bold;
  src: url(../font/proximanova-bold.otf);
}
@font-face {
  font-family: proximanova-semibold;
  src: url(../font/proximanova-semibold.otf);
}
@font-face {
  font-family:ProximaNova-Regular;
  src: url(../font/ProximaNova-Regular.otf);
}
@font-face {
  font-family: proximanova-light;
  src: url(../font/proximanova-light.otf);
}
@font-face {
  font-family: proximanova-extrabold;
  src: url(../font/proximanova-extrabold.otf);
}


/* Start browser scroll bar edit */
body::-webkit-scrollbar {
    width:10px;
}
body::-webkit-scrollbar-button {
    background:#141D29;
    width: 2px;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background:#141D29;
}
body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #fff;
    height:0px;
}
body{
    overflow-x: hidden;    
    background:var(--black-color) !important;
    position: relative;
    -webkit-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
}
body.modal-open {
    padding: 0 !important;
    overflow-y: auto !important;
}
a{
    text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
}
.container {
    padding: 0;
}
ul, p {
    padding: 0;
    margin: 0;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.jarallax{
    position: relative;
}
.portfolio-button {
    letter-spacing: 0.5px;
    background: rgba(54,54,54,0.2);
    color: #fff;
    border-radius: 50px;
    /* width: 200px; */
    display: inline-block;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    margin-top: 50px;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    border: solid 0.5px #363636;
    line-height: 19px;
}
.whatsapp-chat {
    position: fixed;
    left: 25px;
    bottom: 24px;
    z-index:9;
}
.portfolio-button:hover{
    color: rgba(54,54,54,1);
}
.portfolio-button span {
    height: 100%;
    display: block;
    padding: 9px 20px;
    /* padding-left: 34px; */
    padding-right: 0px;
    position: relative;
    z-index: 2;
}
.portfolio-button i {
    /* float: right; */
    margin-right: 19px;
    position: relative;
    top: 2px;
    font-size: 21px;
    line-height: 0;
    margin-left: 13px;
}
.portfolio-button span:after  {
    background: #fff;
    bottom:0px;
    content: "";
    top: 0px;
    position: absolute;
    right: 0;
    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0.83,.01,.18,1.01);
         -o-transition-timing-function: cubic-bezier(0.83,.01,.18,1.01);
            transition-timing-function: cubic-bezier(0.83,.01,.18,1.01);
    width: 0;
    z-index:-1;
}
.portfolio-button:hover span:after{
    left: 0;
    right: auto;
    width: 100%;
}
button {
    width: 156px;
    padding: 0px 0 !important;
    position: relative;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}
button:hover{
    color: var(--white2-color) !important;
}
button span{
    height: 100%;
    display: block;
    padding: 10px 0px;
    position: relative;
    z-index: 2;
}
button span:after{
    background: var(--black4-color);
    bottom:0px;
    content: "";
    top: 0px;
    position: absolute;
    right: 0;
    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0.83,.01,.18,1.01);
         -o-transition-timing-function: cubic-bezier(0.83,.01,.18,1.01);
            transition-timing-function: cubic-bezier(0.83,.01,.18,1.01);
    width: 0;
    z-index:-1;
}
button:hover span:after{
    left: 0;
    right: auto;
    width: 100%;
}
:root {
  --white-color: #fff; 
  --white2-color: #fefefe;  
  --white3-color: #f7f7f7;
  --grey-color:#cfcfcf;
  --grey2-color:#f2f2f2;
  --grey3-color:#efefef;
  --grey4-color:#a0a0a0;
  --grey5-color:#6a6a6a;
  --grey6-color:#e1e1e1;
  --grey7-color:#909090;
  --grey8-color:#ebebeb;
  --grey9-color:#dadada;
  --grey10-color:#e0e0e0;
  --grey11-color:#9b9b9b;
  --black-color:#000;
  --black1-color:#070707;
  --black2-color:#282828;
  --black3-color:#0e0e0e;
  --black4-color:#1c1c1c;
  --black5-color:#070707;
  --black6-color:#181818;
  --pink-color:#ffa2ba;
  --blue-color:#0b2ccf;
  
}
.black_active{
   display: none; 
}
.white_active {
    display: block;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    z-index: 9999;
}
header.active {
    z-index: 99999;
}
header .container {
    width: 92%;
}
header .row {
    text-align: left;
}
header .row>a {
    display: inline-block;
    margin-top: 1.2%;
    width: 90px;
}
header>i {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 90px;
    top: 30px;
    cursor: pointer;
    z-index: 9;
}
header>i:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 53%;
    height: 3px;
    background: var(--white-color);
}
header>i:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--white-color);
}
.social-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    background: rgba(54,54,54,0.2);
    color: #fff;
    border-radius: 50px;
    border: solid 0.5px #363636;
    padding: 6px 12px;
}
body.header-fixed header .social-icon {
    display: block;
}
.social-icon ul li {
    list-style: none;
    display: inline-block;
    margin: 0 7px;
}
.social-icon ul li a {
    color: #fff;
    font-size: 18px;
    margin-bottom: -1px;
    display: block;
}

/* header fixed */
body.header-fixed header {
    position: fixed;
    top: 11px;
    -webkit-animation: moon 300ms linear;
    animation: moon 300ms linear;
}
body.header-fixed header .container {
    width: 100%;
    padding-left: 30px;
}
body.header-fixed header .row {
    text-align: left;
    padding: 5px 0;
}
body.header-fixed header .row>a {
    margin: 0;
    width: 60px;
}
body.header-fixed header>i {
    top: 20px;
}
@-webkit-keyframes moon {
  from{ 
    -webkit-transform: translateY(-61.5px); opacity: 0; 
    transform: translateY(-61.5px); opacity: 0; 
   }
  to{ 
    -webkit-transform: translateY(0px); opacity: 1; 
    transform: translateY(0px); opacity: 1; 
   }
}
@keyframes moon {
  from{ 
    -webkit-transform: translateY(-61.5px); opacity: 0; 
    transform: translateY(-61.5px); opacity: 0; 
   }
  to{ 
    -webkit-transform: translateY(0px); opacity: 1; 
    transform: translateY(0px); opacity: 1; 
   }
}
.nav_section {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 10;
    -webkit-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
}
header.active .nav_section, header.visible .nav_section{
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}
.nav_section>div {
    width: calc((100% - 80px) / 2);
    background: #fff;
    border-right: 1px solid var(--grey5-color);
    padding: 5%;
    height: 100vh;
    /*display: flex;
    flex-wrap: wrap;
    align-items: center;*/
}
.nav_left{
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 900ms ease-in-out;
    -o-transition: 900ms ease-in-out;
    transition: 900ms ease-in-out;
    position: relative;
    z-index: 1;
}
.nav_right{
    position: relative;
    z-index: 2;
}
header.active .nav_left, header.visible .nav_left{
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}
.nav_left.active .nav_content{
    display: none;
}
.nav_left .nav_content{
    -webkit-animation: formAnimaytion 500ms ease-in-out;
            animation: formAnimaytion 500ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.nav_form {
    width: 100%;
    display: none;
        position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.nav_left.active .nav_form{
    display: block;
    -webkit-animation: formAnimaytion 500ms ease-in-out;
            animation: formAnimaytion 500ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@-webkit-keyframes formAnimaytion{
    0%{
        display: none;
        opacity: 0;
    }
    2%{
        display:block;
        opacity: 0;
    }
    100%{
        display:block;
        opacity: 1;
    }
}
@keyframes formAnimaytion{
    0%{
        display: none;
        opacity: 0;
    }
    2%{
        display:block;
        opacity: 0;
    }
    100%{
        display:block;
        opacity: 1;
    }
}
.nav_form input, .nav_form  textarea {
    width: 100%;
    padding: 9px;
    border: 0;
    border-bottom: 1px solid var(--grey5-color);
    outline: none;
    margin: 2% 0;
    font-family:ProximaNova-Regular;
    color: var(--black4-color);
    font-size: 15px;
    letter-spacing: 1px;
    background: transparent;
}
.nav_form button {
    background: var(--grey10-color);
    border: 0;
    outline: none;
    font-family: proximanova-semibold;
    color: var(--black4-color);
    padding: 14px 50px;
    font-size: 16px;
    margin-top: 5%;
}
.menu_back {
    display: none;
}
.nav_left.active .menu_back {
    display: block;
    position: absolute;
    top: 4%;
    right: 12%;
    font-size: 25px;
    cursor: pointer;
}
.nav_left h2 {
    font-family: Gotham-Black;
    color: var(--black6-color);
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
}
.nav_left h2>span {
    font-family: ProximaNova-Regular;
    display: block;
    color: var(--grey11-color);
    font-size: 21px;
    letter-spacing: 1px;
}
.nav_left p {
    font-family: proximanova-light;
    color: var(--black2-color);
    line-height: 24px;
    margin: 10% 0;
    letter-spacing: 0.5px;
    height: 210px;
}
.nav_left p>span {
    display: block;
    margin-top: 5%;
}
.nav_left ul{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.nav_left ul li{
    width: 50%; 
    color: var(--grey11-color);  
    font-family:ProximaNova-Regular;
    list-style: none;
    width: 50%;
}
.nav_left ul li>a{
    display: block;
    color: var(--blue-color);
    letter-spacing: 0.5px;
}
header.active2 .nav_left{
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 600ms ease-in-out;
    -o-transition: 600ms ease-in-out;
    transition: 600ms ease-in-out;
}
header.active2 .nav_section{
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 1.2s ease-in-out;
    -o-transition: 1.2s ease-in-out;
    transition: 1.2s ease-in-out; 
}
.nav_right>span{
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.nav_right ul {
    width: 100%;
}
.nav_right ul li {
    list-style: none;
    margin-bottom: 8%;
}
.nav_right ul li a{
    font-family: Gotham-Black;
    color: var(--black6-color);
    font-size: 45px;
}
.nav_right ul li.active a{
    color: var(--grey5-color);
}
.nav_right ul li a>span {
    display: block;
    color: var(--grey11-color);
    font-family: ProximaNova-Regular;
    margin-top: 1px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.nav_right button {
    background: var(--grey10-color);
    border: 0;
    outline: none;
    font-family: proximanova-semibold;
    color: var(--black4-color);
    padding: 10px 30px;
    font-size: 16px;
}
.nav_section>div.social_link {
    width: 80px;
    border: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: center;
}
.social_link>ul {
    width: 100%;
}
.social_link>ul>li {
    list-style: none;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out
}
.social_link>ul>li>a {
    color: var(--grey5-color);
    font-size: 25px;
    margin-bottom: 20px;
    display: block;
}
.social_link>ul>li:nth-child(1)>a:hover {
    color:#4267b2;
}
.social_link>ul>li:nth-child(2)>a:hover {
    color:#053eff;
}
.social_link>ul>li:nth-child(3)>a:hover {
    color:#0077B5;
}
.social_link>ul>li:nth-child(4)>a:hover {
    color: #ea4c89;
}
span.close_menu {
    position: absolute;
    top: 26px;
    right: 30px;
    font-size: 18px;
    cursor: pointer;
}
header.active .social_link>ul>li{
    opacity: 1;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
}
header.active .social_link>ul>li:nth-child(4){
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
}
header.active .social_link>ul>li:nth-child(3){
    -webkit-transition-delay: 0.7s;
         -o-transition-delay: 0.7s;
            transition-delay: 0.7s;
}
header.active .social_link>ul>li:nth-child(2){
    -webkit-transition-delay: 0.9s;
         -o-transition-delay: 0.9s;
            transition-delay: 0.9s;
}
header.active .social_link>ul>li:nth-child(1){
    -webkit-transition-delay: 1.1s;
         -o-transition-delay: 1.1s;
            transition-delay: 1.1s;
}



.nav-portfolio .project1>a>span, .nav-portfolio .project1>a>h2 {
    -webkit-transform: translateY(0px)!important;
    -ms-transform: translateY(0px)!important;
    transform: translateY(0px)!important;
}
.nav-portfolio .project1>a>h2 {
    font-size: 16px;
}
.nav-portfolio .all_project>div {
    border: 0;
    width: 50%;
    padding: 15px 2%;
}
.nav-portfolio .all_project>div:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.nav-portfolio .project1>a>h3 {
    font-size: 46px;
    opacity: 1;
    -webkit-transform:translate(-50%, -172%) !important;
    -ms-transform:translate(-50%, -172%) !important;
    transform:translate(-50%, -172%) !important;
}
.nav-portfolio .project1>a>p {
    height: 40px;
    margin: 7px 0 0;
    line-height: 16px;
}
.nav-portfolio .project1>a>img {
    margin-top: 70px !important;
    margin-bottom: 0% !important;
    position: relative;
    z-index: 2;
}
.nav_section>div.nav_left {
    padding: 0;
    padding-top: 5%;
    overflow-y: scroll;
}
.nav_section>div.nav_left::-webkit-scrollbar {
    width:0px;
    height:0px;
}
.nav_section>div.nav_left::-webkit-scrollbar-button {
    width:0px;
    height:0px;
}
.nav_section>div.nav_left::-webkit-scrollbar-track {
    width:0px;
    height:0px;
}
.nav_section>div.nav_left::-webkit-scrollbar-thumb {
    width:0px;
    height:0px;
}
.nav_section>div.nav_left>div{
    padding: 0 8%;
}
.nav_section>div.nav_left .nav_content{
    position: static;
    -webkit-transform: translate(0%,0%); 
    -ms-transform: translate(0%,0%);
    transform: translate(0%,0%); 
}
.nav_section>div.nav_left p {
    height: auto;
}
.nav_section>div.nav_left>div.nav-portfolio{
  padding: 0;
}
.nav_section>div.nav_left.active .nav-portfolio {
    display: none;
}
body.activemain{
  overflow: hidden;
}


.banner{
    height: 100vh;
}
.banner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position:relative;
}
.banner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.banner-image {
    width: 40%;
}
.banner-content {
    width: 55%;
}
.banner .banner-content>h2{
   font-family: Gotham-Black;
   color:var(--white-color);
   font-size: 70px;
}
.banner .banner-content>h2>span{
    display: block;
}
.banner .banner-content>p {
    color: var(--grey-color);
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.banner .banner-content>p span{
    display: block;
}
.banner-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
}
.banner-content ul li {
    display: inline-block;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #cfcfcf;
    padding: 0 20px;
}
.banner-content ul li:nth-child(2) {
    border-left: 1px solid #6b6b6b;
    border-right: 1px solid #6b6b6b;
}
.banner-content .portfolio-button span {
    padding: 14px 20px;
    padding-right: 0;
}
.banner-content .portfolio-button span i {
    margin-left: 70px;
}
.banner .banner1 {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 16%;
}
.banner .banner2 {
    position: absolute;
    top: 10%;
    right: 0;
    width: 20%;
}
.scroll_down{
    display: inline-block;
    position: absolute;
    bottom: 16%;
    left: 4px;
    cursor: pointer;
    cursor: pointer;
}
.scroll_down i {
    font-style: normal;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: inline-block;
    color: var(--white-color);
    font-family: proximanova-semibold;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    margin-left: 34px;
}
.scroll_down span.icon-scroll-arrow {
    color: var(--white-color);
    font-size: 59px;
    display: block;
    -webkit-animation: arrowAnimation 1000ms ease-in-out infinite;
            animation: arrowAnimation 1000ms ease-in-out infinite;
}
@-webkit-keyframes arrowAnimation{
    0%{
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    50%{
        -webkit-transform: translateY(5px);
                transform: translateY(5px);
    }
    100%{
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@keyframes arrowAnimation{
    0%{
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    50%{
        -webkit-transform: translateY(5px);
                transform: translateY(5px);
    }
    100%{
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}

span.toggle-button {
    position: absolute;
    top: 29px;
    right: 160px;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 90px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    z-index: 9999;
    cursor: pointer;
}
body.header-fixed span.toggle-button {
    top: 29px;
    position: fixed;
    -webkit-animation: moon 300ms linear;
    animation: moon 300ms linear;
}
span.day {
    width: 50%;
    display: inline-block;
    padding: 6px 4px;
        background: #000;
    transition: 300ms ease-in-out;
}
span.toggle-button span>img {
    width: 15px;
    margin: 0 auto;
}
span.night {
    width: 50%;
    display: inline-block;
    padding: 6px 4px;
        background: #000;
    transition: 300ms ease-in-out;
}
span.toggle-button span.active {
    background: #fff;
}
span.night img {
    filter: invert(1);
}
span.night.active img {
    filter: invert(0);
}
span.day.active img {
    filter: invert(1);
}
.theme_section {
    position: absolute;
    top: 0 !important;
    left: auto !important;
    right: 30px;
    padding: 0;
    border-radius: 40px;
    z-index: 9999;
    width: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
span.theme_section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
span.theme_section>img {
    display: block;
    width: 100%;
    /* margin: 4px 0; */
    cursor: pointer;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
    
}
span.theme_section img{
    -webkit-animation: lampAnimation 1.5s ease-in-out;
    animation: lampAnimation 1.5s ease-in-out
}
span.theme_section.active img{
    -webkit-animation: lampAnimation2 1.5s ease-in-out;
    animation: lampAnimation2 1.5s ease-in-out
}
@-webkit-keyframes lampAnimation {
    0% {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px)
    }
    40% {
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px)
    }
    70% {
        -webkit-transform: translateY(-90px);
                transform: translateY(-90px)
    }
    80% {
        -webkit-transform: translateY(-80px);
                transform: translateY(-80px)
    }
    100% {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px)
    }
}
@keyframes lampAnimation {
    0% {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px)
    }
    40% {
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px)
    }
    70% {
        -webkit-transform: translateY(-90px);
                transform: translateY(-90px)
    }
    80% {
        -webkit-transform: translateY(-80px);
                transform: translateY(-80px)
    }
    100% {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px)
    }
}
@-webkit-keyframes lampAnimation2 {
    0% {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px)
    }
    40% {
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px)
    }
    70% {
        -webkit-transform: translateY(-90px);
                transform: translateY(-90px)
    }
    80% {
        -webkit-transform: translateY(-80px);
                transform: translateY(-80px)
    }
    100% {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px)
    }
}
@keyframes lampAnimation2 {
    0% {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px)
    }
    40% {
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px)
    }
    70% {
        -webkit-transform: translateY(-90px);
                transform: translateY(-90px)
    }
    80% {
        -webkit-transform: translateY(-80px);
                transform: translateY(-80px)
    }
    100% {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px)
    }
}
span.blur-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0%;
    z-index: 9;
   filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
        -webkit-filter: url(#blur-filter);
        filter: url(#blur-filter);
        -webkit-filter: blur(3px);
        filter: blur(3px);
}
@-webkit-keyframes blurAnimation {
    0% {
        bottom: 100%;
    }
    25% {
        bottom: 0%;
    }
    35% {
        bottom: 10%;
    }
    45% {
        bottom: 0%;
    }
    65% {
        bottom: 0%;
    }
    90% {
        bottom: 100%;
    }
    100% {
        bottom: 100%;
    }
}
@keyframes blurAnimation {
    0% {
        bottom: 100%;
    }
    25% {
        bottom: 0%;
    }
    35% {
        bottom: 10%;
    }
    45% {
        bottom: 0%;
    }
    65% {
        bottom: 0%;
    }
    90% {
        bottom: 100%;
    }
    100% {
        bottom: 100%;
    }
}

span.blur-section.active{
    -webkit-animation: blurAnimation2 2s ease-in-out;
    animation: blurAnimation2 2s ease-in-out;
}
@-webkit-keyframes blurAnimation2 {
    0% {
        bottom: 100%;
    }
    25% {
        bottom: 0%;
    }
    35% {
        bottom: 10%;
    }
    45% {
        bottom: 0%;
    }
    65% {
        bottom: 0%;
    }
    90% {
        bottom: 100%;
    }
    100% {
        bottom: 100%;
    }
}
@keyframes blurAnimation2 {
    0% {
        bottom: 100%;
    }
    25% {
        bottom: 0%;
    }
    35% {
        bottom: 10%;
    }
    45% {
        bottom: 0%;
    }
    65% {
        bottom: 0%;
    }
    90% {
        bottom: 100%;
    }
    100% {
        bottom: 100%;
    }
}
.coming-soon {
    padding-top: 3%;
}
.coming-soon h1{
    text-align: center;
}
.all_project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.all_project>div {
    width: 25%;
    text-align: center;
    color: var(--white-color);
    border: 1px solid #363636;
    border-left: 0;
    padding: 9% 0 2%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.all_project>div:after {
    content: "";
    position: absolute;
    background: #f9d3be;
    top: 19%;
    left: 12%;
    z-index: -1;
    border-radius: 50%;
    width: 76%;
    height: 53.5%;
    -webkit-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
}
.all_project>div:hover:after{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
}
.all_project>div:nth-child(2):after{
    background: #cee7a7;
} 
.all_project>div:nth-child(3):after{
    background: #ffa2ba;
} 
.all_project>div:nth-child(4):after{
    background: #7ca1ff;
} 
.all_project>div:nth-child(5):after{
    background: #f2d09f;
} 
.all_project>div:nth-child(6):after{
    background: #8be3f5;
} 
.all_project>div:nth-child(7):after{
    background: #c2ebcb;
} 
.all_project>div:nth-child(8):after{
    background: #b698fd;
}
.all_project>div:nth-child(1),
.all_project>div:nth-child(2),
.all_project>div:nth-child(3),
.all_project>div:nth-child(4){
    border-bottom: 0;
}
.all_project>div:nth-child(4n + 1),
.all_project>div:nth-child(4n + 4){
    border-left: 0;
    border-right: 0;
}
.all_project>div:nth-child(4n + 1){
    border-right: 1px solid #363636;
}
.project1>a>h2 {
    font-family: proximanova-semibold;
    font-size: 20px;
    margin: 0;
    color: var(--white-color);
}
.project1>a>p, .project1>a>span{
   display: block;
   font-family:ProximaNova-Regular;
   color: var(--white-color);
   padding: 0 6px;
}
.project1:hover>a>p {
    color: var(--white-color) !important;
}
.project1>a>h3 {
    font-family: Gotham-Black;
    font-size: 75px;
    color: var(--white-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    margin: 0;
    -webkit-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
}
.project1:hover>a>h3 {
    opacity: 1;
    -webkit-transform: translate(-50%, -110%);
        -ms-transform: translate(-50%, -110%);
            transform: translate(-50%, -110%);
}
.project1>a>span, .project1>a>h2{
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
}
.project1:hover>a>span, .project1:hover>a>h2{
    -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
            transform: translateY(-60px);
}
.project1>a>img {
    width: 68%;
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 4%;
}
/*
.all_project>div:nth-child(4n + 2) img {
    margin-top: 14%;
}
.all_project>div:nth-child(4n + 3) img {
    width: 59%;
    margin-bottom: 16%;
}
.all_project>div:nth-child(4n + 4) img {
    margin-bottom: 20%;
}*/
.profile_details{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 8%;
    margin: 8% 0;
}
.profile_content{
    width: 60%;
}
.profile_content>h2 {
    font-family: Gotham-Black;
    color: var(--white-color);
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 7%;
    margin-top: 3%;
}
.profile_content>h2>span{
    display: block;
}
.profile_content>p {
    font-family: ProximaNova-light;
    color: var(--grey2-color);
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
}
.profile_content>p>span {
    display: block;
    margin-top: 5%;
}
.profile_img{
    width: 40%;
}
.profile_img>img{
    width: 85%;
    margin: 0 auto;
}
section.work_section {
    position: relative;
}
.how_work {
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.how_work_img {
    width: 60%;
    padding-left: 5%;
}
.how_work_img img {
    width: 90%;
}
.how_work_img>h2 {
    font-family: Gotham-Black;
    color: var(--grey3-color);
    font-size: 45px;
    margin-bottom: 40px;
    margin-top: 0;
    margin-left: 9%;
}
.how_work_content{
    width: 40%;
    border-left: 1px solid #363636;
}
.how_work_content>div {
    border-bottom: 1px solid #363636;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 7% 0px;
}
.how_work_content>div>span {
    color: var(--white-color);
    font-family: proximanova-semibold;
    width: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: #070707;
    margin-left: -25px;
}
.how_work_content>div>i {
    color: var(--white-color);
    font-size: 35px;
}
.how_work_content>div h2 {
    color: var(--grey3-color);
    font-family: proximanova-extrabold;
    width: calc(100% - 130px);
    font-size: 18px;
    margin: 0;
    letter-spacing: 0.5px;
}
.how_work_content>div h2>span {
    display: block;
    font-family: ProximaNova-Regular;
    font-size: 13px;
    margin-top: 6px;
    line-height: 21px;
    padding-right: 20px;
}
.how_work_content>div:last-child{
    border-bottom:0;
}
.mycute {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10% 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 6%;
}
.mycute>div{
    width: 50%;
    position: relative;
}
.mycute_left ul li {
    color: var(--grey3-color);
    display: inline-block;
    list-style: none;
    font-family: proximanova-extrabold;
    width: 30%;
    letter-spacing: 3px;
    font-size: 16px;
}
.mycute_left ul li>span {
    margin-top: 6px;
    font-family: proximanova-semibold;
}
.mycute_left ul li span {
    display: block;
    font-family: ProximaNova-Regular;
    letter-spacing: 0.5px;
    font-size: 13px;
    padding-left:3px;
}
.mycute_left h2 {
    font-family: Gotham-Black;
    color: var(--grey3-color);
    font-size: 45px;
    line-height: 60px;
}
.mycute_left h2>span{
    display: block;
}
.mycute_left p {
    font-family: ProximaNova-Regular;
    color: var(--grey3-color);
    letter-spacing: 0.5px;
    margin-top: 20px;
    font-size: 12px;
}
.mycute_right video {
    width: 100%;
}
.mycute_right:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: -8%;
    width: 17%;
    top: 53%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa2ba), to(#e23964));
    background-image: -o-linear-gradient(#ffa2ba, #e23964);
    background-image: linear-gradient(#ffa2ba, #e23964);
    -webkit-transform: skewX(-16deg);
        -ms-transform: skewX(-16deg);
            transform: skewX(-16deg);
}
.mycute_carousel .owl-prev, .mycute_carousel .owl-next {
    position: absolute;
    top: calc(50% - 15px);
    left: 15px;
    font-size:30px;
    color: rgba(239, 239, 239, 0.3);
    display: inline-block;
}
.mycute_carousel .owl-prev i {
    position: relative;
    left: -1px;
}
.mycute_carousel .owl-next i {
    position: relative;
    right: -1px;
}
.mycute_carousel .owl-next{
    left: auto;
    right: 15px;
}
.friend_section .row>h2{
    text-align: left;
    font-family: Gotham-Black;
    color: var(--grey3-color);
    font-size: 45px;
}
.friend_section .row>p {
    text-align: left;
    font-family: ProximaNova-Regular;
    color: var(--grey3-color);
    letter-spacing: 0.5px;
    margin-top: 10px;
    font-size: 12px;
}
.friend_section .row>ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5%;
}
.friend_section .row>ul>li{
    width: 18%;
    list-style: none;
}
.friend_section .row>ul>li>a {
    border: 1px solid #363636;
    color: #363636;
    font-size: 55px;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    text-align: center;
    padding: 56% 0;
    border-radius: 4px;
    display: block;
}
.friend_section .row>ul>li>a:hover {
    background: #0863ff;
    color: var(--grey3-color) !important;
    border: 1px solid #0863ff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}
.friend_section .row>ul>li:nth-child(1)>a:hover{
    background: #053eff;
    border: 1px solid #053eff !important;
}
.friend_section .row>ul>li:nth-child(2)>a:hover{
    background: #ea4c89;
    border: 1px solid #ea4c89 !important;
}
.friend_section .row>ul>li:nth-child(3)>a:hover{
    background: #0077B5;
    border: 1px solid #0077B5 !important;
}
.friend_section .row>ul>li:nth-child(4)>a:hover{
    background: #ff0000;
    border: 1px solid #ff0000 !important;
}
.friend_section .row>ul>li:nth-child(5)>a:hover{
    background: #4267b2;
    border: 1px solid #4267b2 !important;
}
.friend_section.certifications-section h2,
.friend_section.certifications-section p{
    text-align: left;
}
.my-certifications{
    margin-top: 6%;
}
.my-certifications .item, .my-certifications .item>span{
    border: 1px solid #363636;
    padding: 10px;
    display: block;
    height: 100%;
}
.my-certifications .item>span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.my-certifications .owl-stage{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.my-certifications .owl-prev, .my-certifications .owl-next {
    position: absolute;
    top: calc(50% - 15px);
    left: -40px;
    font-size: 30px;
    color: rgba(239, 239, 239, 0.3);
    display: inline-block;
}
.my-certifications .owl-next {
    left: auto;
    right: -40px;
}
.friend_section.catch_section h2, .friend_section.catch_section p{
    text-align:left;
}
section.friend_section.catch_section .clients-inner img {
    margin: 0 auto;
    display: block;
    width: 48%;
}
section.friend_section.catch_section .clients-inner:last-child img {
    width: 90%;
}
.my-clients {
    margin-top: 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.clients-inner {
    width: 25%;
    border: 1px solid #363636;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0
}
.clients-inner img {
    margin: 0 auto;
    display: block;
    width: 90%;
    max-width: 279px;
}
section.friend_section {
    margin-bottom: 10%;
    padding: 0 6%;
}
.trusted_section{
    padding: 5% 0;
}
.trusted_main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.trusted_left {
    width: calc(93% - 900px);
    margin-left: 7%;
}
.trusted_left>h2{
    color: var(--grey3-color);
    font-size: 45px;
    line-height: 60px;
    margin-top: 0;
    font-family: Gotham-Black;
}
.trusted_left>h2>span{
    display: block;
}
.trusted_left>p {
    font-family: ProximaNova-Regular;
    color: var(--grey3-color);
    letter-spacing: 0.5px;
    margin-top: 20px;
    font-size: 12px;
}
.trusted_right {
    width: 900px;
    padding-left: 135px;
}
.trusted_carousel .item {
    background: #111111;
    position: relative;
    padding: 4% 0;
}
.trusted_carousel .item>p {
    text-align: center;
    font-family: proximanova-light;
    color: var(--grey3-color);
    letter-spacing: 0.5px;
    padding: 0 4%;
    padding-top: 17%;
    padding-bottom: 14%;
    border-bottom: 1px solid #363636;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}
.trusted_carousel .item>h2 {
    text-align: right;
    font-family: Gotham-Black;
    font-size: 18px;
    color: var(--grey3-color);
    padding: 0 4%;
    margin: 7% 0;
}
.trusted_carousel .item>h2>span {
    display: block;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-family: proximanova-light;
    margin-top: 7px;
}
.trusted_carousel .item>img {
    width: 75px;
    position: absolute;
    bottom: -27px;
    left: -30px;
    opacity: 0;
}
.trusted_carousel .owl-stage-outer{
    /*padding: 0 0 8% 8%;*/ 
}
.trusted_carousel .owl-item{
    -webkit-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
    padding-bottom: 50px;
    padding-left: 50px;
    opacity: 0;
}
.trusted_carousel .owl-item.active{
    opacity: 1;
}
.trusted_carousel .owl-item.active1{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    margin-right: -0.95%;
}
.trusted_carousel .owl-item.active2 {
    opacity: 0.3;
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
}
.trusted_carousel .owl-item.active1 .item>img{
    opacity: 1;
    -webkit-transition: 500ms ease-in-out 0.5s;
    -o-transition: 500ms ease-in-out 0.5s;
    transition: 500ms ease-in-out 0.5s;
}
.trusted_carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 22%;
}
.trusted_carousel .owl-dot {
    width: 6px;
    height: 6px;
    background: #111111;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px;
}
.trusted_carousel .owl-dot.active {
    background: #fff;
    width: 8px;
    height: 8px;
}
section.view_section {
    height: calc(100vh - 29vh);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.view_section .row h2 {
    font-family: Gotham-Black;
    font-size: 75px;
    color: var(--white-color);
    text-align: center;
    margin-top: 0;
    margin-bottom: 4%;
}
.view_section .row i {
    font-size: 75px;
    color: var(--white-color);
}






body.products_dedicated header .container {
    width: 100%;
    padding-left: 30px;
}
body.products_dedicated header .row {
    text-align: left;
    padding: 5px 0;
}
body.products_dedicated header .row>a {
    margin: 0;
    width: 60px;
}
body.products_dedicated header>i {
    top: 20px;
}
body.products_dedicated header>i:before, body.products_dedicated header>i:after {
    background:var(--white-color) !important;
}
body.products_dedicated.header-fixed header>i:before, body.products_dedicated.header-fixed header>i:after {
    background:#1A1A1A !important;
}
body.products_dedicated header>i.menu_icons.black:before,  body.products_dedicated header>i.menu_icons.black:after {
    background: #070707 !important;
}
body.products_dedicated .scroll_down i, body.products_dedicated .scroll_down span.icon-scroll-arrow{
    color: var(--white-color) !important;
}
body.products_dedicated .black_active {
    display: none !important;
}
body.products_dedicated .white_active {
    display: block !important;
}
.all_product {
   /* height: 100vh;*/
   /* background: url(../img/mycute.jpg);*/
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    background-attachment: fixed;
}
.all_product .container{padding-top:90px;}

.all_product.mycute_project {   
    background: url(../img/my-cute-stickons.png); 
     background-attachment: fixed;  
}

.all_product.nirvana_project {   
    background: url(../img/nirvana-being-bg.png); 
     background-attachment: fixed;  
}
.all_product.roomsxpert_project{
    background: url(../img/room-expert-bg.png); 
     background-attachment: fixed;
}
.all_product.ananta_project{
    background: url(../img/ananta-bg.png); 
     background-attachment: fixed;
}
.all_product.toile_project{
    background: url(../img/toile-bg.png); 
     background-attachment: fixed;
}
.all_product.exlskills_project{
    background: url(../img/exl-skills-bg.png); 
     background-attachment: fixed;
}
.product_dedicated {
    /* background: var(--pink-color); */
    overflow: hidden;    
    flex-wrap: wrap;
    position: relative;
    z-index:2;
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
}
.title-left,.project-extra-right{width: 50%;float: left}
.product_dedicated_inner{
    padding: 0 10%;
    height: 100vh;
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.project-extra-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 25px;
}
.project-extra-links a {
    border: 1px solid #f4a980;
    border-radius: 30px;
    padding: 9px 0px;
    width: 190px;
    color: #fff;
    font-size: 14px;
    background: #f4a980;
    text-align: center;
    margin: 0 5px;
}
.project-extra-links a:last-child{
    background: transparent;
    color:#f4a980;
}
.project-extra-links a::after {
    content: '\f105';
    font-family: FontAwesome;
    margin: 0 0 0 10px;
}
.project-extra-links a:hover {
    background: #f99660;
    background: #000;
    color: #fff;
}

.project-extra-links.default a{
    border: 1px solid #1A1A1A;
    background: #1A1A1A;
}

.project-extra-links.default a:last-child{
    background: transparent;    
    color:#1A1A1A;
}
.project-extra-links.default a:hover {
    background: #1A1A1A;
    color: #fff
    
}
body.activeMain .product_dedicated, body.activeMain2 .product_dedicated{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
} 
.product_dedicated.prevActive, .product_dedicated.nextActive{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
} 
.product_dedicated:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--pink-color);
    z-index: -1;
}
.all_product:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--pink-color);
    z-index: -1;}

.all_product.mycute_project:after {    
    background: var(--pink-color);
    z-index: -1;
}
.all_product.nirvana_project:after {    
    background: #cee7a7;
    z-index: -1;
}
.all_product.roomsxpert_project:after{
    background: #f9d3be;
}

.all_product.exlskills_project:after{
    background: #8be3f5;
}

.all_product.toile_project:after{
    background: #7ca1ff;
}

.all_product.project_greenpocket:after{
    background: #c2ebcb;
}

.all_product.project_funlearn:after{
    background: #b698fd;
}

.all_product.ananta_project:after {
    background: #f2d09f;
}


.product_dedicated.ananta_project:after {
    background: #f2d09f;
}
.product_dedicated.nirvana_project:after{
    background: #cee7a7;
}
.product_dedicated.exlskills_project:after{
    background: #8be3f5;
}
.product_dedicated.roomsxpert_project:after{
    background: #f9d3be;
}
.product_dedicated.toile_project:after{
    background: #7ca1ff;
}
.product_dedicated.project_greenpocket:after{
    background: #c2ebcb;
}
.product_dedicated.project_funlearn:after{
    background: #b698fd;
}


body.activeMain .product_dedicated:after{
    /*-webkit-animation: productAnimationLeft 700ms ease-in-out;
            animation: productAnimationLeft 700ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;*/
}
.product_dedicated2:after{
    background: #64ebc9;
}
.product_dedicated3:after{
    background: #ffd694;
}
.product_dedicated4:after{
    background:#99edff;
}
@-webkit-keyframes productAnimationLeft{
    0%{
        right: 100%;
    }
    100%{
        right: 0%;
    }
}
@keyframes productAnimationLeft{
    0%{
        right: 100%;
    }
    100%{
        right: 0%;
    }
}
body.activeMain2 .product_dedicated:after {
   /* -webkit-animation: productAnimationRight 700ms ease-in-out;
            animation: productAnimationRight 700ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;*/
}
@-webkit-keyframes productAnimationRight{
    0%{
        right: 0%;
        left: 100%;
    }
    100%{
        right: 0%;
        left: 0;
    }
}
@keyframes productAnimationRight{
    0%{
        right: 0%;
        left: 100%;
    }
    100%{
        right: 0%;
        left: 0;
    }
}
.product_dedicated_inner>div {
    width: 50%;
   /* opacity: 0;
    -webkit-animation: productAnimation2 500ms ease-in-out 0.5s;
            animation: productAnimation2 500ms ease-in-out 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;*/
}
@-webkit-keyframes productAnimation2{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes productAnimation2{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.product_image>img {
    width: 85%;
}
.product_dedicated.prevActive .product_image>img {
    /*-webkit-animation: productImageAnimation 700ms ease-in-out ;
            animation: productImageAnimation 700ms ease-in-out ;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;*/
}
@-webkit-keyframes productImageAnimation{
    0%{
       opacity: 1;
      /* transform: translateX(0px);*/
    }
    100%{
        opacity: 0;
       /* transform: translateX(500px);*/
    }
}
@keyframes productImageAnimation{
    0%{
       opacity: 1;
      /* transform: translateX(0px);*/
    }
    100%{
        opacity: 0;
       /* transform: translateX(500px);*/
    }
}
.product_dedicated.nextActive .product_image>img {
   /* -webkit-animation: productImageAnimation2 700ms ease-in-out ;
            animation: productImageAnimation2 700ms ease-in-out ;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;*/
}
@-webkit-keyframes productImageAnimation2{
    0%{
       opacity: 1;
       /*transform: translateX(0px);*/
    }
    100%{
        opacity: 0;
        /*transform: translateX(-300px);*/
    }
}
@keyframes productImageAnimation2{
    0%{
       opacity: 1;
       /*transform: translateX(0px);*/
    }
    100%{
        opacity: 0;
        /*transform: translateX(-300px);*/
    }
}
.product_dedicated .mycute_left ul {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.product_dedicated.mycute_left h2 {
    font-size: 60px;
    line-height: 60px;
    margin: 10% 0 5%;
}
.product_dedicated .mycute_left ul li {
    color: var(--white2-color) !important;
    width: 200px;
}
.product_dedicated.prevActive .mycute_left ul li,  .product_dedicated.nextActive .mycute_left ul li{
    /*-webkit-animation: productTextAnimation2 300ms ease-in-out ;
            animation: productTextAnimation2 300ms ease-in-out ;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;*/
}
.product_dedicated .mycute_left h2 {
    font-family: Gotham-Black;
    color: var(--grey3-color);
    font-size: 60px;
    line-height: 60px;
    margin: 10% 0 5%;
}
.product_dedicated .mycute_left h2, .product_dedicated .mycute_left p{
    color: var(--white2-color) !important;
    text-align: right;
   /* opacity: 0;*/
}
body.activeMain .product_dedicated .mycute_left h2{
    /*-webkit-animation: productTextAnimation 500ms ease-in-out 0.5s;
            animation: productTextAnimation 500ms ease-in-out 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;*/
}
body.activeMain .product_dedicated .mycute_left p{
    /*-webkit-animation: productTextAnimation 500ms ease-in-out 0.7s;
            animation: productTextAnimation 500ms ease-in-out 0.7s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;*/
}
body.activeMain2 .product_dedicated .mycute_left h2{
    /*-webkit-animation: productTextAnimation 500ms ease-in-out 0.3s;
            animation: productTextAnimation 500ms ease-in-out 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;*/
}
body.activeMain2 .product_dedicated .mycute_left p{
    /*-webkit-animation: productTextAnimation 500ms ease-in-out 0.5s;
            animation: productTextAnimation 500ms ease-in-out 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;*/
}
.product_dedicated.prevActive .mycute_left h2, .product_dedicated.prevActive .mycute_left p,
.product_dedicated.nextActive .mycute_left h2, .product_dedicated.nextActive .mycute_left p{
    /*-webkit-animation: productTextAnimation2 300ms ease-in-out ;
            animation: productTextAnimation2 300ms ease-in-out ;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;*/
}

@-webkit-keyframes productTextAnimation{
    0%{
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      opacity: 0;
    }
    100%{
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes productTextAnimation{
    0%{
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      opacity: 0;
    }
    100%{
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
        opacity: 1;
    }
}
@-webkit-keyframes productTextAnimation2{
    0%{
       opacity: 1;
       -webkit-transform: translateY(0px);
               transform: translateY(0px);
    }
    100%{
        opacity: 0;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@keyframes productTextAnimation2{
    0%{
       opacity: 1;
       -webkit-transform: translateY(0px);
               transform: translateY(0px);
    }
    100%{
        opacity: 0;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
.product_dedicated .scroll_down i {
    margin-left: 29px;
}
.product_dedicated>div.product_dedicated_details {
    /*position: fixed;
    top: 0;
    right: 0;
    bottom: 0;*/
    background-color: var(--white-color);
    width: 100%;
    /*padding:0;*/
    padding: 0 60px;
    z-index: 99999;
}
.product_dedicated_details::-webkit-scrollbar {
    width: 0;
    height:0px;
}
.product_dedicated_details::-webkit-scrollbar-button {
    width: 0;
    height:0px;
}
.product_dedicated_details::-webkit-scrollbar-track {
    width: 0;
    height:0px;
}
.product_dedicated_details::-webkit-scrollbar-thumb {
    width: 0;
    height:0px;
}
.product_dedicated_details>div {
    width: 100%;
    margin: 0 auto;
}
.product_dedicated_details.activeMain>div {
    opacity: 1;
}
.all_product .content_section{ padding-left: 0%;padding-right: 0%;}
.all_product .section1.content_section{display: flex;align-items: center;}
.content_section {
    padding-left: 10%;
    padding-right: 10%;
}
.section1 ul li {
    color: var(--black4-color);
    display: inline-block;
    list-style: none;
    font-family: proximanova-extrabold;
    width: 77px;
    letter-spacing: 3px;
    font-size: 16px;
    text-align: right;
    margin-right: 14%;
}
.section1 ul li:last-child {
    width: 150px;
}
.section1 ul li>span {
    margin-top: 6px;
    font-family: proximanova-semibold;
}
.section1 ul li span {
    display: block;
    font-family: ProximaNova-Regular;
    letter-spacing: 0.5px;
    font-size: 13px;
}
.section1 h2 {
    font-family: Gotham-Black;
    color: var(--black4-color);
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 0;
    margin-top: 6%;
}
.section1 p {
    font-family: ProximaNova-Regular;
    color: var(--black3-color);
    letter-spacing: 0.5px;
    margin-top: 8px;
    font-size: 13px;
}
.product_dedicated_details>div.images_section {
    margin-top: 8%;
    margin-bottom: 8%;
}
.product_dedicated_details>div.images_section img {
    width: 100%;
}
.objects_carousel .owl-nav{
    position: absolute;
    top: calc(50% - 68px);
    right: -13px;
    background: white;
    padding: 10px;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.objects_carousel .owl-prev, .objects_carousel .owl-next {
    position: static;
    font-size: 20px;
    color: var(--black4-color);
    line-height: 0;
}
.objects_carousel .owl-next{
    margin-top: 8px;
}
.objects_carousel .owl-prev:hover, .objects_carousel .owl-next:hover{
    color: var(--pink-color);
}
.section2 h2 {
    font-family: Gotham-Black;
    color: var(--black4-color);
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0;
}
.section2 p {
    font-family: ProximaNova-Regular;
    color: var(--black4-color);
    letter-spacing: 0.5px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 23px;
}
.objects_carousel .owl-dots {
    text-align: center;
    margin-top: 6px;
}
.objects_carousel .owl-dot {
    width: 8px;
    height: 8px;
    background: var(--grey8-color);
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px;
}
.objects_carousel .owl-dot.active {
    background:var(--black3-color);
}
.section3 p {
    color: var(--black2-color);
    font-family: ProximaNova-Regular;
    margin-top: 30px;
}
.section3 p>span{
    display: block;
    margin-top: 20px;
}
.section3 p>span>i{
    font-style: normal;
}
.section4 {
    border-top: 1px solid var(--grey9-color);
    border-bottom: 1px solid var(--grey9-color);
    padding-top: 5%;
    padding-bottom: 5%;
}
.product_dedicated_details>div.section4 {
    margin-top: 8%;
    margin-bottom: 8%;
}
.colors_section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5% 0;
}
.colors_section ul>li {
    text-align: center;
    color: var(--black4-color);
    list-style: none;
    font-family:ProximaNova-Regular;
}
.colors_section ul>li>span {
    background: #f09ca2;
    width: 80px;
    display: block;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
}
.colors_section ul>li:nth-child(2)>span{
    background: #3A4E8C;
}
.colors_section ul>li:nth-child(3)>span{
    background: #BDE2D1;
}
.colors_section ul>li:nth-child(4)>span{
    background: #89D1CD;
}
.colors_section ul>li:nth-child(5)>span{
    background:#FFE9CD ;
}
.Typography_section{
    margin: 15% 0;
}
.section5 h2 {
    text-align: center;
    margin-bottom: 60px;
}
.section5 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.section5 ul>li{
    width: 50%;
    color: var(--black2-color);
    font-family: proximanova-light;
    padding: 3% 0;
    list-style: none;
    padding-left: 8%;
    line-height: 21px;
}
.section5 ul li:nth-child(odd) {
    border-right: 1px solid #f09ca2;
    padding-right: 8%;
    padding-left: 0;
}
.section5 ul>li>span {
    display: block;
    font-family: proximanova-semibold;
    font-size: 18px;
    margin-bottom: 6px;
}
.section5 ul>li:last-child {
    border: 0;
    width: 50%;
    text-align: center;
    padding: 30px 0 0;
    margin: 0 auto;
    position: relative;
}
.section5 ul>li:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background: #f09ca2;
    border-radius: 50%;
}
.section5 img {
    margin: 10% 0;
}
.product_dedicated_details>div.what_did_option {
    margin-top: 8%;
    margin-bottom: 8%;
}

.case-study-banner{margin-top: 8%;margin-bottom: 8%;position: relative;}
.case-study-banner img{max-width: 100%;height:auto;}

.case-study-banner h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    display: block;
    width: 100%;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
}
.case-study-banner h2 i {
    position: relative;
    top: 5px;
}
.what_did_option h2{
    font-size: 22px;
}
.what_did_option p {
    margin-top: 15px;
}
.what_did_option>h3 {
    text-align: center;
    color: var(--black4-color);
    font-size: 20px;
    font-family: proximanova-extrabold;
    margin-top: 10%;
    margin-bottom: 6%;
}
.what_did_option>ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.what_did_option>ul>li {
    list-style: none;
    color: var(--black4-color);
    text-align: center;
    margin: 0 5%;
}
.what_did_option>ul>li>span {
    display: inline-block;
    border: 1px solid #fb8fab;
    border-radius: 50%;
    overflow: hidden;
    width: 68%;
    padding: 8px;
}
.what_did_option>ul>li>span img{
    width: 100%;
}
.what_did_option>ul>li i {
    display: block;
    font-family: proximanova-semibold;
    font-style: normal;
    font-size: 18px;
    margin-top: 10px;
}
.what_did_option h4 {
    font-family: proximanova-bold;
    color: var(--black4-color);
    font-size: 18px;
    line-height: 30px;
    margin-top: 12%;
}
.what_did_option_mid {
    background-color: #ffe3eb;
    font-family: proximanova-semibold;
    color: var(--black2-color);
    padding: 24px;
}
.product_dedicated_details>div.what_did_option_mid {
    width: 100%;
}
.what_did_option_mid>h2 {
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}
.what_did_option_mid>h2>span{
    display: block;
}
.what_did_option>span>ul>li{
    font-family: ProximaNova-Regular;
    color: var(--black2-color);
    letter-spacing: 0.5px;
    margin: 16px 0;
    font-size: 14px;
    list-style: none;
}
.setting_goals{
    border-bottom: 1px solid var(--grey9-color);
    border-top: 1px solid var(--grey9-color);
    padding-top: 7%;
    padding-bottom: 7%;  
}
.setting_goals>h2{
    margin-top: 0;
}
.goals_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 6% 0 0;
}
.goals_section>div {
    width: 48%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    padding: 3%;
}
.goals1>h4 {
    margin: 0;
    font-family: proximanova-bold;
    color: var(--black4-color);
    font-size: 18px;
    line-height: 25px;
}
.estabilishing_section>h3 {
    margin-bottom: 0;
}
.estabilishing_section p.primary_audience{
    margin-bottom: 8%;
    text-align: center;
}
.estabilishing_section p>span {
    display: block;
}
.SWOT_Analysis {
    border-bottom: 1px solid var(--grey9-color);
    border-top: 1px solid var(--grey9-color);
    padding-top: 7%;
    padding-bottom: 7%;
}
.SWOT_Analysis>h2{
    margin-top: 0;
}
.SWOT_Analysis>img, .User_Personas>img{
    margin-top: 8%;
    width: 100%;
}
.User_Personas {
    border-bottom: 1px solid var(--grey9-color);
    padding-bottom: 7%;
}
.User_Personas>h2{
    margin-top: 0;
}
.section2.what_did_option.User_Personas.content_section>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    margin-top: 6%;
}
.section2.what_did_option.User_Personas.content_section>ul>li {
    font-size: 13px;
    width: 48%;
    margin: 0;
    text-align: left;
    background:var(--white3-color);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin: 2% 0;
    padding: 5%;
    color: var(--black2-color);
    font-family: proximanova-semibold;
}
.User_Personas>img.website_image{
    margin-top: 18%;
}
.product_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0%;
    padding-top: 7%;
    padding-bottom: 7%;
}

.product_bottom_left {
    display: none;
}

.product_bottom_left h4{
    color: var(--black4-color);
    margin-top: 0;
}
.product_bottom_left h4 i {
    font-size: 20px;
    font-weight: 700;
    margin-left: 5px;
    position: relative;
    top: 3px;
}
.product_bottom_left>p {
    color: var(--black4-color);
    font-family: ProximaNova-semibold;
    margin-top: 110px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.product_bottom_left>p>span {
    display: block;
    color: var(--grey4-color);
    text-transform: initial;
    font-size: 12px;
    font-family: ProximaNova-light;
}

.product_bottom_right {
    width: 100%;
}

.product_bottom_right h2 {
    color: #070707;
    font-family: proximanova-semibold;
    font-size: 45px;
    margin-top: 0;
    display: inline-block;
}
.product_bottom_right>h2>span {
   /* display: block;*/
}
.product_bottom_right>p {
    /*margin-top: 30px;*/
    display: inline-block;
    float: right;
}
.product_bottom_right>p>button {
    background: var(--grey9-color);
    font-family: proximanova-semibold;
    color: var(--black4-color);
    text-align: center;
    width: 170px;
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    border:0;
    outline: none;
}
.product_bottom_right>p>button:last-child {
    width: 40px !important;
    display: none
}
.product_bottom_right>p>span i {
    color: var(--black4-color);
    font-weight: 700;
    display: inline-block;
}


.product_dedicated_details>div.product_bottom2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid var(--grey9-color);
    margin-top: 5%;
    padding: 20px 8%;
}
.product_bottom2>div a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
}
.product_bottom2>div span>i {
    font-size: 30px;
    margin-right: 10px;
    color: #070707;
    font-weight: 700;
    position: relative;
    z-index: 2;
}
.product_bottom2>div span>i:before {
    color: #070707;
}
.product_bottom2>div:hover span>i:before {
    color: var(--white-color);
}
.product_bottom2>div span>i:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #070707;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    z-index: -1;
}
.product_bottom2>div:hover span>i:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-animation: arrowiconAnimation 500ms ease-in-out ;
            animation: arrowiconAnimation 500ms ease-in-out ;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.product_bottom2{display: none !important;}
@-webkit-keyframes arrowiconAnimation{
    0%{
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
    }
    70%{
      -webkit-transform: translate(-50%, -50%) scale(1.5);
              transform: translate(-50%, -50%) scale(1.5);
    }
    100%{
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
    }
}
@keyframes arrowiconAnimation{
    0%{
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
    }
    70%{
      -webkit-transform: translate(-50%, -50%) scale(1.5);
              transform: translate(-50%, -50%) scale(1.5);
    }
    100%{
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
    }
}
.product_bottom2>div.next_product span>i{
    margin-right: 0px;
    margin-left: 10px;
}
.product_bottom2>div p {
    color: var(--black4-color);
    font-family: ProximaNova-semibold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.product_bottom2>div p>span {
    display: block;
    color: var(--grey4-color);
    text-transform: initial;
    font-size: 12px;
    font-family: ProximaNova-light;
}
.product_bottom2>div.next_product p{
    text-align: right;
}
.product_bottom2 .menu_product i {
    font-size: 26px;
}
.product_nav {
    position: absolute;
    top: calc(50% - 34px);
    left: 2%;
    border: 1px solid var(--white2-color);
    padding: 3px 8px;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    z-index: 99;
    height: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.product_nav a, .product_nav a {
    display: block;
    font-size: 20px;
    color: var(--white2-color);
    line-height: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.close_right-slide {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99999;
    font-size: 14px;
    cursor: pointer;
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    display: none;
}
.close_right-slide.active{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.footer_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 23px 10px;
    font-size: 12px;
    color: var(--grey4-color);
    letter-spacing: 0.5px;
    font-family: ProximaNova-semibold;
}
.footer_section>p {
    /*width: 50%;*/
    width: 100%;
    text-align: center;
}
.footer_section>ul {
    width: 50%;
    text-align: right;
}
.footer_section>ul>li {
    list-style: none;
    display: inline-block;
    margin-left: 4%;
}
.footer_section>ul>li>a{
    color: var(--grey4-color);
}
.chat_box {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    display: none;
}
.chat_box img {
    width: 48px;
}
body.products_dedicated .social-icon {
    background: rgba(255, 255, 255, 0.2);
    border: solid 0.5px #d6d6d6;
}
body.products_dedicated.header-fixed .social-icon {
    background: #6f6f6fd4;
    border: solid 0.5px #6f6f6fd4;
}



.product_dedicated_details .all_project {
    justify-content: space-between;
    margin-top: 6% !important;
    padding: 0 0%;
        
}
.product_dedicated_details .all_project>div {
    width: calc(33.33% - 1px);
    border: 0px solid #363636 !important;
    position: relative;
    z-index: 2;
    padding: 4% 0;
}
.product_dedicated_details .all_project>div:after {
    top: 25%;
    left: 15%;
    width: 68%;
    height: 51.1%;
}
.product_dedicated_details .project1>a>span {
    font-size: 18px;
}
.product_dedicated_details .project1>a>h2 {
    font-size: 26px;
}
.product_dedicated_details .all_project .project1 a.portfolio-button{
    padding: 13px 28px;
    padding-right: 0;
    font-size: 16px;
    text-transform: capitalize;
    border: 0;
    margin-top:20px;
}
.product_dedicated_details .all_project>div:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.product_dedicated_details .project1:hover>a>span, .product_dedicated_details .project1:hover>a>h2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(-0);
}
.product_dedicated_details .portfolio-button span:after{
    display:none;
}
.project1.Mycute_project{
    background:#ffa2ba;
}
.project1.Mycute_project a.portfolio-button{
    background: #d68096;
}
.product_dedicated_details .project1.Mycute_project:after {
    background: #ffb6cb;
}
.project1.Ananta_project{
    background:#f2d09f;
}
.project1.Ananta_project a.portfolio-button {
    background: #e8ba77;
}
.product_dedicated_details .project1.Ananta_project:after{
    background:#d8b98c;
}

.project1.greenpocket_project{
    background:#c2ebcb;
}
.project1.greenpocket_project a.portfolio-button{
    background: #9ce8ad;
}
.product_dedicated_details .project1.greenpocket_project:after {
    background: #a2e6b1;
}
.project1.toile_project{
    background:#7ca1ff;
}
.project1.toile_project a.portfolio-button{
     background:#6988d8;
}
.product_dedicated_details .project1.toile_project:after{
    background:#7c96da;
}
.project1.exlskills_project{
    background:#8be3f5;
}
.project1.exlskills_project a.portfolio-button{
     background:#7dc0ce;
}
.product_dedicated_details .project1.exlskills_project:after{
    background:#8fc5d0;
}

.project1.roomsxpert_project{
    background:#f9d3be;
}
.project1.roomsxpert_project a.portfolio-button{
     background:#dab5a0;
}
.product_dedicated_details .project1.roomsxpert_project:after{
    background:#f1c4ac;
}

.project1.fun_project{
    background:#b698fd;
}
.project1.fun_project a.portfolio-button{
     background:#957bd4;
}
.product_dedicated_details .project1.fun_project:after{
    background:#bbabe2;
}


.project1.nirvana_project{
    background:#cee7a7;
}
.project1.nirvana_project a.portfolio-button{
     background:#aeca82;
}
.product_dedicated_details .project1.nirvana_project:after{
    background:#bddc8c;
}
.rotate-45{
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  }

  #submit.input {
    background: var(--grey10-color);
    border: 0;
    outline: none;
    font-family: proximanova-semibold;
    color: var(--black4-color);
    padding: 14px 50px;
    font-size: 16px;
    margin-top: 5%;
-webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}
#submit.input:hover{
    color: var(--white2-color) !important;
    background: var(--black4-color);
}


/* funlearnUx page */

.funlearnUx-section1 {
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 310px;
    z-index: 2;
}
.funlearnUx-section1>img {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.funlearnUx-section1>span {
    /* position: absolute; */
    top: 19%;
    left: 0;
    /* transform: translate(-50%, -50%); */
    width: 50%;
    text-align: left;
    display: block;
}
.funlearnUx-section1 h2 {
    color: #4a2e40;
    margin: 0;
    font-weight: 900;
    font-size: 40px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.funlearnUx-section1 .project-extra-links.default {
    margin-top: 0;
}
.funlearnUx-section1 h2>span:nth-child(1) {
    color: #f9364e;
}
.funlearnUx-section1 h2>span:nth-child(2) {
    color: #2DC3B8;
}
.funlearnUx-section1 h2:after {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    bottom: 0;
    height: 2px;
    background: #bbb;
}
.funlearnUx-section1 p {
    color: #4a2e40;
    font-size: 24px;
    font-weight: 600;
}
.funlearnUx-section2 {
    position: relative;
    z-index: 2;
    padding-top: 7%;
}
.funlearnUx-section2:after {
    content: "";
    position: absolute;
    top: 0;
    left: -6%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    opacity: 0.36;
    background-image: linear-gradient(167deg, #ff728f 9%, #ffffff 112%);
    z-index: -1;
}
.funlearnUx-section2:before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: -10%;
    width: 200px;
    height: 220px;
    opacity: 0.36;
    background-image: linear-gradient(to bottom, #ffe16b, #fff6d4);
    transform: rotate(9deg);
    z-index: -1;
}
.funlearnUx-section2>h2 {
    font-weight: 600;
    font-size: 24px;
    color: #2b2b2b;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.funlearnUx-section2>h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to bottom, #ffe16b, #fff6d4);
}
.funlearnUx-section2>h2:nth-child(1):after {
    background-image: linear-gradient(167deg, #ff728f 9%, #ffffff 112%);
}
.funlearnUx-section2>p {
    color: #5e5e5e;
    font-size: 14px;
    margin-bottom:60px;
    line-height: 25px;
}
.funlearnUx-section3 {
    text-align: center;
    padding: 10% 0;
    position: relative;
     z-index: 2;
}
.funlearnUx-section3:after {
    content: "";
    position: absolute;
    top: 0;
    right: 29%;
    width: 200px;
    height: 350px;
    border-radius: 0 0 170px 0;
    opacity: 0.31;
    background-image: linear-gradient(to bottom, #a7a0e0, #ffffff);
    z-index: -1;
}
.funlearnUx-section3:before {
    content: "";
    position: absolute;
    bottom: -16%;
    left: -7%;
    width: 170px;
    height: 330px;
    border-radius: 0 0 0 206px;
    opacity: 0.5;
    background-image: linear-gradient(to top, #a7a0e0, #ffffff);
    z-index: -1;
}
.funlearnUx-section3>h2 {
    font-weight: 600;
    font-size: 30px;
    color: #2b2b2b;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.funlearnUx-section3>h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background:#a7a0e0;
}
.funlearnUx-section3 ul {
    margin-left: -50px;
}
.funlearnUx-section3 ul li {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0;
    align-items: baseline;
    color:#2b2b2b;
}
.funlearnUx-section3 ul li:last-child {
    margin-bottom: 0;
}
.funlearnUx-section3 ul li>i {
    width: 30px;
}
.funlearnUx-section3 ul li>i img {
    width: 100%;
    position: relative;
    top: -4px;
}
.funlearnUx-section3 ul li>span>b{
    display: block;
    margin-bottom: 15px;
    font-size:24px;
    font-weight:600;
}
.funlearnUx-section3 ul li>span {
    width: calc(100% - 50px);
}
.funlearnUx-section3 ul li>span>span {
    display: block;
    margin-bottom: 15px;
}
.funlearnUx-section4 {
    padding: 100px 0;
    position: relative;
     z-index: 2;
}
.funlearnUx-section4>h2 {
    font-weight: 600;
    font-size: 30px;
    color: #2b2b2b;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 90px;
}
.funlearnUx-section4>h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background:#a7a0e0;
}
.funlearnUx-section4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.funlearnUx-section4 ul li {
    list-style: none;
    width: 17%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #2b2b2b;
}
.funlearnUx-section4 ul li img {
    margin-bottom: 20px;
}
.funlearnUx-section5.funlearnUx-section5-main {
    position: relative;
    margin-top: 100px;
}
.funlearnUx-section5.funlearnUx-section5-main:after {
    content: "Discover";
    position: absolute;
    top: -70px;
    left: 0;
    font-size: 70px;
    color: rgba(0, 0, 0, 0.1);
    font-weight: 500;
}
.funlearnUx-section5>h2 {
    font-weight: 600;
    font-size: 30px;
    color: #2b2b2b;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    z-index: 2;
}
.funlearnUx-section5>h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background:#ffe16b;
}  
.funlearnUx-section5>h2:before {
    content: "";
    position: absolute;
    left: -100%;
    top: -120%;
    opacity: 0.26;
    background-image: linear-gradient(159deg, #ffe16b 14%, #ffffff 97%);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    z-index: -1;
}
.funlearnUx-section5>h2>img {
    position: absolute;
    left: -71px;
    width: 40px;
    top: -13px;
}
.funlearnUx-section5>div {
    margin: 60px 0;
    position: relative;
    z-index: 2;
}
.funlearnUx-section5>div>h2 {
    font-weight: 600;
    font-size: 21px;
    color: #2b2b2b;
    margin: 0;
    position: relative;
    display: inline-block;
}
.funlearnUx-section5>div>p {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
}
.funlearnUx-section5>div>p>span {
    display: block;
    margin: 20px 0;
}
.funlearnUx-section5>div.research2>h2,
.funlearnUx-section5>div.research3>h2{
    padding-bottom: 15px;
}
.funlearnUx-section5>div.research2>h2:after,
.funlearnUx-section5>div.research3>h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #a7a0e0;
}
.funlearnUx-section5>div.research3 ul li {
    margin: 35px 0;
    list-style: none;
    color: #5e5e5e;
    font-size: 14px;
    position: relative;
}
.funlearnUx-section5>div.research3 ul li>b {
    display: block;
    margin-bottom: 9px;
    color: #2b2b2b;
}
.research3:before {
    content: "";
    position: absolute;
    top: 0;
    left: -7%;
    width: 170px;
    height: 330px;
    border-radius: 0 0 0 206px;
    opacity: 0.29;
    background-image: linear-gradient(to top, #d33dff, #ffffff);
    z-index: -1;
}
.research4:after {
    content: "";
    position: absolute;
    top: 0;
    left: -5%;
    width: 200px;
    height: 220px;
    opacity: 0.36;
    background-image: linear-gradient(to bottom, #5dffe3, #ffffff);
    transform: rotate(9deg);
    z-index: -1;
}
.research5:after {
    content: "";
    position: absolute;
    top: -29%;
    left: -6%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    opacity: 0.22;
    background-image: linear-gradient(to bottom, #baff7e, #fffefe);
    z-index: -1;
}
.product_dedicated_details>div>div:nth-child(2) {
   /* margin-top: 30px;*/
}
.research6 {
    padding-top: 4%;
}
.research6:after {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #fff5eb 94%, #ffffff);
    z-index: -1;
}
.funlearnUx-section5>div.research6>h2{
    padding-bottom:15px;
    position: relative;
}
.research6>h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffe16b;
}
.funlearnUx-section5.funlearnUx-section6,
.funlearnUx-section5.funlearnUx-section8 {
    margin-top: 200px;
    position: relative;
}
.funlearnUx-section5.funlearnUx-section6:after {
    content: "Define";
    position: absolute;
    top: -100px;
    left: 10px;
    font-size: 70px;
    color: rgba(0, 0, 0, 0.1);
    font-weight: 500;
}
.funlearnUx-section5.funlearnUx-section6>h2:before {
    background-image: linear-gradient(153deg, #bc9ade 2%, #f7f6ff 83%);
    left: -139%;
    top: -131%;
}
.funlearnUx-section5.funlearnUx-section6>h2:after{
    background: #bc9ade;
}  
.Personas:after {
    content: "";
    position: absolute;
    top: 0;
    left: -5%;
    width: 200px;
    height: 220px;
    opacity: 0.36;
    background-image: linear-gradient(to bottom, #f4ff5d, #ffffff);
    transform: rotate(9deg);
    z-index: -1;
}  
.Personas img {
    margin: 30px 0;
}
.Personas>h2 {
    font-weight: 600;
    font-size: 21px;
    color: #2b2b2b;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.Personas >h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffe16b;
}
.funlearnUx-section7 {
    margin-top: 200px !important;
    position: relative;
    z-index: 2;
}
.funlearnUx-section7:after {
    content: "";
    position: absolute;
    top: -80px;
    left: -7%;
    width: 170px;
    height: 330px;
    border-radius: 0 0 0 206px;
    opacity: 0.29;
    background-image: linear-gradient(to top, #3dd1ff, #ffffff);
    z-index: -1;
}
.funlearnUx-section7>h2:after {
    background: #bc9ade;
}
.funlearnUx-section5.funlearnUx-section7>h2:before {
    opacity: 0;
}
.funlearnUx-section7>ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 6%;
}
.funlearnUx-section7>ul>li {
    width: 50%;
    list-style: none;
    padding: 30px 0;
    position: relative;
    margin-bottom: -1px;
    margin-right: -1px;
}
.funlearnUx-section7>ul>li>span {
    display: block;
    margin: 20px 0;
}
.funlearnUx-section7>ul>li>b{
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
}
.funlearnUx-section7>ul>li:nth-child(even) {
    padding-left: 10%;
}
.funlearnUx-section7>ul>li:nth-child(odd) {
    padding-right: 10%;
}
.funlearnUx-section7>ul.ul-option1>li:nth-child(1) {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.funlearnUx-section7>ul.ul-option1>li:nth-child(1):after{
    content: "";
    right: -1px;
    top: 0;
    bottom: 60px;
    background:#bc9ade;
    width: 2px;
    position: absolute;
}
.funlearnUx-section7>ul.ul-option1>li:nth-child(1):before{
    content: "";
    left: 0;
    bottom: -1px;
    right: 60px;
    background:#bc9ade;
    height: 2px;
    position: absolute;
}
.funlearnUx-section7>ul.ul-option1>li:nth-child(4) {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.funlearnUx-section7>ul.ul-option1>li:nth-child(4):after{
    content: "";
    left: -1px;
    top: 60px;
    bottom: 0%;
    background:#bc9ade;
    width: 2px;
    position: absolute;
}
.funlearnUx-section7>ul.ul-option1>li:nth-child(4):before{
    content: "";
    right: 0;
    top: -1px;
    left:60px;
    background:#bc9ade;
    height: 2px;
    position: absolute;
}
.funlearnUx-section7>ul.ul-option2 {
    border: 2px solid #bc9ade;
    padding: 30px 5%;
}
.funlearnUx-section7>ul.ul-option2>li{
    padding: 0;
}
.funlearnUx-section7>ul.ul-option2>li:nth-child(even) {
    padding-left: 10%;
}
.funlearnUx-section7>ul.ul-option2>li:nth-child(odd) {
    padding-right: 10%;
}
.funlearnUx-section7>ul.ul-option2>li:nth-child(1){
    border-right: 2px solid #bc9ade;
}
.funlearnUx-section5.funlearnUx-section8:after {
    content: "Design";
    position: absolute;
    top: -100px;
    left: 10px;
    font-size: 70px;
    color: rgba(0, 0, 0, 0.1);
    font-weight: 500;
}
.funlearnUx-section5.funlearnUx-section8>h2:before{
    background-image: linear-gradient(139deg, #fa86b7 16%, #ffffff 100%);
    left: -139%;
    top: -131%;
    opacity: 7;
}
.funlearnUx-section5.funlearnUx-section8>h2:after{
    background: #fa86b7;
}   
.funlearnUx-section5.funlearnUx-section8>h2>img {
    position: absolute;
    left: -87px;
    width: 60px;
    top: -3px;
}
.funlearnUx-section5.funlearnUx-section8>div>h2 {
    padding-bottom: 15px;
    margin: 30px 0px;
}
.funlearnUx-section5.funlearnUx-section8>div>h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ccc;
}
.funlearnUx-section8-inner {
    position: relative;
}
.funlearnUx-section8-inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #fff5eb 94%, #ffffff);
    z-index: -1;
}
.funlearnUx-section5.funlearnUx-section8>div..funlearnUx-section8-inner>h2:after{
    background: #ffe16b;
}





/* nirvanaUx css */

.nirvana_project .funlearnUx-section1 h2 {
    font-weight: 400;
    font-size: 35px;
}
.nirvana_project .funlearnUx-section1 h2>img {
    width: 300px;
    position: static;
}
.nirvana_project .funlearnUx-section2>h2:after {
    background:#6fcf3d !important;
}
.nirvana_dots{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 !important;
}
.nirvana_dots>li {
    width: 10px !important;
    height: 10px !important;
    background: #6fcf3d;
    border-radius: 50%;
    margin: 30px 5px 0 !important;
    list-style: none;
    padding:0 !important;
}
.nirvana_project .funlearnUx-section3:after {
    top: 130px;
    bottom: 220px;
    right: auto;
    width: 2px;
    left: -50px;
    height: auto;
    border-radius: 0;
    opacity: 1;
    background: #6fcf3d;
}
.nirvana_project .funlearnUx-section3>h2>img {
    width: 53px;
    margin-top: -18px;
    margin-right: 10px;
}
.nirvana_project .funlearnUx-section3>h2 {
    width: calc((50% - 50px) + 515px);
    margin-left: -50px;
}
.nirvana_project .funlearnUx-section3>h2:after {
    background: #6fcf3d;
    width: 73%;
}
.nirvana_project .funlearnUx-section3 ul li>i {
    background: #6fcf3d;
    height: 2px;
    position: relative;
    top: -7px;
}
.nirvana_project .funlearnUx-section4 ul li {
    width: 20%;
}
.nirvana_project .funlearnUx-section4 {
    padding: 20px 0 100px;
}
.nirvana_project .funlearnUx-section4>h2 {
    margin-bottom: 50px;
}
.nirvana_project .funlearnUx-section4>h2:after,
.nirvana_project .funlearnUx-section5>div.research2>h2:after, 
.nirvana_project .funlearnUx-section5>div.research3>h2:after,
.nirvana_project .research6>h2:after,
.nirvana_project .funlearnUx-section5.funlearnUx-section6>h2:after,
.nirvana_project .funlearnUx-section7>h2:after,
.nirvana_project .funlearnUx-section7>ul.ul-option1>li:nth-child(1):before,
.nirvana_project .funlearnUx-section7>ul.ul-option1>li:nth-child(1):after,
.nirvana_project .funlearnUx-section7>ul.ul-option1>li:nth-child(4):before,
.nirvana_project .funlearnUx-section7>ul.ul-option1>li:nth-child(4):after,
.nirvana_project .funlearnUx-section5.funlearnUx-section8>h2:after,
.nirvana_project .funlearnUx-section5.funlearnUx-section8>div>h2:after,
.nirvana_project .funlearnUx-section5>h2:after{
    background: #6fcf3d;
}
.nirvana_project .funlearnUx-section5>h2>img {
    left: -71px;
    width: 50px;
    top: -6px;
}
.nirvana_project .Personas img {
    margin: -70px 0 0;
}
.nirvana_project .funlearnUx-section7 {
    margin-top: 30px !important;
    position: relative;
}
.nirvana_project .funlearnUx-section7>ul.ul-option2,
.nirvana_project .funlearnUx-section7>ul.ul-option2>li:nth-child(1){
    border-color: #6fcf3d;
}
.nirvana_project .funlearnUx-section5.funlearnUx-section8:after {
    left: 0;
    top: -71px;
}
.nirvana_project .funlearnUx-section5.funlearnUx-section7-mid {
    margin: 100px 0;
}
.nirvana_project .funlearnUx-section5.funlearnUx-section7-mid>img {
    margin: 50px 0;
}
.nirvana_project .funlearnUx-section5>div.research3 ul li:after {
    content: "";
    position: absolute;
    left: -39px;
    top: 10px;
    width: 27px;
    height: 2px;
    background: #6fcf3d;
}
.nirvana_project .research6.funlearnUx-section7 ul.ul-option1 {
    margin-bottom: 50px;
}

.nirvana_project .funlearnUx-section2:before,
.nirvana_project .funlearnUx-section2:after,
.nirvana_project .funlearnUx-section3:before,
.nirvana_project .funlearnUx-section5>h2:before,
.nirvana_project .research6:after,
.nirvana_project .Personas:after,
.nirvana_project .research3:before,
.nirvana_project .funlearnUx-section7:after,
.nirvana_project .funlearnUx-section8-inner:after,
.nirvana_project .research5:after{
    display: none;
}





/* toile_project css */
.nirvana_project.toile_project .funlearnUx-section4>h2:after,
.nirvana_project.toile_project .funlearnUx-section5>div.research2>h2:after, 
.nirvana_project.toile_project .funlearnUx-section5>div.research3>h2:after,
.nirvana_project.toile_project .research6>h2:after,
.nirvana_project.toile_project .funlearnUx-section5.funlearnUx-section6>h2:after,
.nirvana_project.toile_project .funlearnUx-section7>h2:after,
.nirvana_project.toile_project .funlearnUx-section7>ul.ul-option1>li:nth-child(1):before,
.nirvana_project.toile_project .funlearnUx-section7>ul.ul-option1>li:nth-child(1):after,
.nirvana_project.toile_project .funlearnUx-section7>ul.ul-option1>li:nth-child(4):before,
.nirvana_project.toile_project .funlearnUx-section7>ul.ul-option1>li:nth-child(4):after,
.nirvana_project.toile_project .funlearnUx-section5.funlearnUx-section8>h2:after,
.nirvana_project.toile_project .funlearnUx-section5.funlearnUx-section8>div>h2:after,
.nirvana_project.toile_project .funlearnUx-section5>h2:after,
.nirvana_project.toile_project .funlearnUx-section2>h2:after,
.nirvana_project.toile_project .funlearnUx-section3:after,
.nirvana_project.toile_project .funlearnUx-section3>h2:after,
.nirvana_project.toile_project .funlearnUx-section3 ul li>i,
.nirvana_project.toile_project .funlearnUx-section2>h2:after,
.nirvana_project.toile_project .funlearnUx-section5>div.research3 ul li:after,
.nirvana_project.toile_project .Personas >h2:after{
    background: #1d55d5 !important;
}
.nirvana_project.toile_project .funlearnUx-section7>ul.ul-option2,
.nirvana_project.toile_project .funlearnUx-section7>ul.ul-option2>li:nth-child(1){
    border-color: #1d55d5;
}
.nirvana_project.toile_project .funlearnUx-section3:after {
    top: 218px;
    bottom: 154px;
}
.toile_project img.pathe2 {
    position: absolute;
    top: 30%;
    left: -28%;
    width: 23%;
}
.toile_project img.buttons_shap {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}
.nirvana_project.toile_project .funlearnUx-section3 {
    padding: 5% 0;
}
.nirvana_project.toile_project img.toile_un {
    margin: 0 auto !important;
    width: 70px;
    margin-bottom: 50px !important;
}
.toile_project .funlearnUx-section3 img.pathe {
    position: absolute;
    top: 23%;
    right: -24%;
    width: 17%;
}
.toile_project .funlearnUx-section5 img.pathe {
    position: absolute;
    top: 8%;
    left: -24%;
    width: 17%;
    transform: rotate(180deg);
}
.toile_project .funlearnUx-section5 .research3 img.pathe{
    right: -24%;
    left: auto;
    transform: rotate(0deg);
    top: 60%;
}
.nirvana_project.toile_project .research6.funlearnUx-section7 ul.ul-option1>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.toile_project .swot-logo {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 16%;
}
.nirvana_project.toile_project .funlearnUx-section7>ul.ul-option1>li:nth-child(1):after {
    bottom: 50px;
}
.nirvana_project.toile_project .funlearnUx-section7>ul.ul-option1>li:nth-child(1):before {
    right: 50px;
}
.nirvana_project.toile_project .funlearnUx-section7>ul.ul-option1>li:nth-child(4):before {
    left:50px;
}
.nirvana_project.toile_project .funlearnUx-section7>ul.ul-option1>li:nth-child(4):after{
    top: 50px;
}
.nirvana_project.toile_project .Personas img {
    margin: 50px 0 0;
}
.toile_project .funlearnUx-section6 img.pathe2 {
    top: 0%;
}
.nirvana_project.toile_project .funlearnUx-section6 img.toile_un {
    transform: translateY(-90px);
}
.nirvana_project.toile_project .funlearnUx-section5.funlearnUx-section6:after {
    top: 49px;
    left: 0;
}
.toile_project .funlearnUx-section5.funlearnUx-section7 img.pathe {
    left: auto;
    right: -24%;
    transform: rotate(0);
}
.toile_project .funlearnUx-section8 img.buttons_shap {
    position: absolute;
    top: auto;
    left: auto;
    transform: translate(0%,0%);
    width: 40%;
    z-index: 99;
    bottom: 0;
    right: -38%;
}
.nirvana_project.toile_project .funlearnUx-section1 h2>img {
    width: 120px;
}




/* ananta css */
.product_dedicated_details>div.ananta_section1 {
    margin-top: 8%;
}
.ananta_section2 {
    text-align: center;
    padding: 60px;
    position: relative;
    z-index: 2;
}
.ananta_section2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 36%;
    background: url(../img/ananta/grid_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.ananta_section2>h2 {
    margin: 0;
    color: #fff;
    font-size: 30px;
}
.ananta_section2 .grid_img {
    width: 60%;
    margin: 80px auto;
}
.ananta_section2>h2.main-page-heading {
    margin: 150px 0 80px;
}
.ananta_section3 {
    text-align: center;
    position: relative;
    padding: 9% 0 33%;
    background: url(../img/ananta/pattern.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
h2.project-heading {
    width: 300px;
    display: inline-block;
    border: 1px solid #031b14;
    color: #d1a121;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 0;
    border-radius: 5px;
    margin-bottom: 50px;
}
.ananta_section3 .icon_img {
    width: 70%;
    margin: 0 auto;
}
.ananta_section3 .scale_img {
    position: absolute;
    right: 0;
    top: -3%;
    width: 30%;
}
.ananta_section3 .flower1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
}
.ananta_section3 .flower2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35%;
}
.ananta_section4,
.ananta_section5{
    position: relative;
    text-align: center;
    background: url(../img/ananta/pattern.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.ananta_section4 .TYPOGRAPHY_img{
    width: 80%;
    margin:0 auto;
}
.ananta_section5{
    margin-top: 16% !important;
}
.ananta_section6,
.ananta_section7{
    text-align: center;
}
.wireframes-bottom{
    margin-top:8%;
}




/* exl css */
.exl_main{
    background: url(../img/exlskills/exl_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
     margin-top: 8% !important;
}
.exl_section2 {
    margin: 100px 0 0;
}
.exl_section2>h2 {
    text-align: center;
    color: #1d5fc3;
    font-size: 24px;
    margin: 0;
}
.width_exl-img{
    width: 90% !important;
    margin: 0 auto !important;
}
.exl_section3 {
    background: url(../img/exlskills/type_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 80px 0;
}
h2.exl-heading {
    width: 300px;
    display: inline-block;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 0;
    border-radius: 5px;
        margin: 0;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.exl_section4 {
    text-align: center;
    padding: 6% 0;
    position: relative;
}
.exl_section4 .wirefrmaes_img{
    margin-top: -80px;
}
.exl_section4>h2 {
    color: #3d4261;
    border-color: #3d4261;
}
.color_img {
    position: absolute;
    top: -9%;
    right: 0;
    width: 12%;
}
.color_img2 {
    position: absolute;
    bottom: -38%;
    left: 0;
    width: 23%;
}




/* funlearnbox css */
.fun-main{
    background: url(../img/funlearnbox/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 8% !important;
}
.fun-section2 {
    margin-top: -5%;
}
.fun-section2 p,
.fun-section3 .color-main p,
.fun-section4 .color-main p,
.fun-section7  p {
    text-align: center;
    font-size: 16px;
    color: #989898;
    letter-spacing: 0.2px;
}
.fun-section2 p{max-width: 90%;margin:auto;}
.fun-section2 p span,
.fun-section7 p span{
    display: block;
}
h3.no_option {
    text-align: center;
    color: rgb(253, 92, 55);
    font-size: 20px;
    margin-top: 10%;
    letter-spacing: 2px;
}
h3.no_option>span {
    display: block;
    color: #653acc;
    position: relative;
    z-index: 2;
    padding-top: 9px;
    margin-bottom: 30px;
}
h3.no_option>span:after {
    content: "";
    position: absolute;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 7px;
    transform: rotate(45deg);
    background: #fff;
    z-index: -1;
    top: 0;
}
.color-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.color-main:after {
    content: "";
    position: absolute;
    top: 10%;
    left: 22%;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0 0 16px #a79d9d;
    background-image: linear-gradient(to right, #5fbeb0 , #b9eae3);
}
.color-left {
    width: 50%;
    padding-left: 10%;
}
.color-left>h2 {
    color: #653acc;
    font-size: 24px;
}
.color-left>p {
    text-align: left;
}
.color-right {
    width: 50%;
}
.color-right img {
    transform: translateX(-24%);
    max-width: 132%;
}
.fun-section3 {
    margin-top: 6%;
}
.fun-section3 .color-main {
    padding-top: 15%;
}
.fun-section3 .color-main:after {
    left: 49%;
    background-image: linear-gradient(to right, #f47882 , #ce757c);
}
.fun-section3>img {
    margin-top: -15%;
}
.fun-section3 .color-main p,
.fun-section4 .color-main p{
    text-align: left;
}
.fun-section4 .color-main {
    padding-top: 10%;
}
.fun-section4>img {
    width: 80%;
    margin: 0 auto;
    margin-top: -8%;
}
.fun-section5>img {
    margin-top: -17%;
}
.fun-section5 h3.no_option {
    position: relative;
}
.fun-section5 h3.no_option>span {
    color: rgb(253, 92, 55);
    margin-bottom: 30px;
}
.fun-section5 h3.no_option>span:after {
    box-shadow: 0 0 10px #615555;
}
.fun-section6 h3.no_option {
    margin-top: 0%;
    margin-bottom: 5%;
}
.fun-section7 img {
    margin-top: -15%;
}
.fun-section7 h3.no_option {
    margin-top: 0%;
}
.fun-section8 {
    background: #6957cc;
    padding-top: 10%;
}
.fun-section8 h3 {
    margin: 0;
}
.fun-section8 h3.no_option>span:after {
    box-shadow: 0 0 10px #7b7979;
}
.fun-section9>img{
    margin-top: -33%;
}








/* roomexpert css */

.roomexpert-section1{
    background: url(../img/roomsxpert/section_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 8% !important;
    text-align: center;
}
.roomexpert-section1>h2{
    text-align: center;
    color: #1d5fc3;
    font-size: 24px;
    margin: 100px 0 60px;
}
.roomexpert-section2{
    background: url(../img/roomsxpert/typo_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    text-align:center;
}
h2.room-heading {
    width: 300px;
    display: inline-block;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 0;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.roomexpert-section2>img{
    margin-top: 40px !important;
}
.main-section{
    background: url(../img/roomsxpert/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.main-section h2.room-heading {
    border: 1px solid #1d5fc3;
    color: #1d5fc3;
}
.roomexpert-section3 {
    padding: 6% 0;
}
.main-section .roomexpert-section3 h2.room-heading{
    margin-bottom: 0;
}
.roomexpert-section3>img {
    margin-top: -20px;
}

.roomexpert-section5{
    margin-top: 6%;
}




/* nirvana css */
.nirvana-main{
    background: url(../img/nirvana/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 8% !important;
}
.nirvana-section1 {
    position: relative;
}
.nirvana-logo {
    position: absolute;
    top: 5%;
    left: 40%;
    width: 20%;
}
.nirvana-section2{
    position: relative;
}
.nirvana-section2 .color-main{
    z-index: 2;
}
.nirvana-section2 .color-main:after{
    display: none;
}
.nirvana-section2 .color-left>h2{
    color: #98bf54;
}
.nirvana-section2 .color-left>p{
    font-size: 16px;
    color: #989898;
    letter-spacing: 0.2px;   
}
.nirvana-section2 .shap_color{
    position: absolute;
    top: -13%;
    left: 0;
    width: 65%; 
}
.nirvana-section3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.typo_left {
    width: 40%;
}
.typo_right {
    width: 50%;
    margin-left: 5%;
}
.typo_right h2{
    color: #98bf54;
}
.typo_right p {
    padding-right: 25%;
    font-size: 16px;
    color: #989898;
    letter-spacing: 0.2px;
    margin-bottom: 15%;
}
.nirvana-section3 {
    position: relative;
    padding-top: 15%;
}
.nirvana-section3 .shap_typo {
    position: absolute;
    top: 4%;
    right: 0;
    width: 24%;
}
.nirvana-section4 img {
    margin-top: -10%;
}
.nirvana-section4 h2,
.nirvana-section5 h2,
.nirvana-section6 h2,
.nirvana-section7 h2{
    color: #98bf54;
}
.nirvana-section4 p,
.nirvana-section5 p,
.nirvana-section6 p,
.nirvana-section7 p {
    font-size: 16px;
    color: #989898;
    letter-spacing: 0.2px;
}
.nirvana_icon {
    padding-left: 15%;
    transform: translateY(100%);
}
.nirvana-section4 {
    position: relative;
    z-index: 2;
}
.nirvana-section4 .icon_shap {
    position: absolute;
    top: -6%;
    right: 15%;
    width: 16%;
    z-index: -1;
}
.nirvana-section5 img {
    margin-top: -36%;
}
.nirvana_wire {
    width: 40%;
    margin: 0 auto;
    margin-right: 12%;
    margin-top: 15%;
}
.nirvana_high {
    width: 40%;
    margin-left: 12%;
    margin-bottom: 6%;
}
.nirvana-section7 img {
    margin-top: -50%;
}
.nirvana-section7 .nirvana_wire {
    margin-top: 20%;
    position: relative;
    z-index: 2;
    margin-right: 5%;
}
.nirvana-section8 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 14%;
}
.nirvana-section8 .nirvana_wire {
    width: 50%;
    margin: 0;
    padding-left: 10%;
}
.nirvana-section8 .nirvana_wire ul {
    padding-left: 25%;
    margin-top: 15%;
}
.nirvana-section8 .nirvana_wire ul li {
    font-size: 16px;
    color: #989898;
    letter-spacing: 0.2px;
    margin: 15px 0;
}
.nirvana-section8 .nirvana_wire h2{
    color: #98bf54;
}
.nirvana-section8 .nirvana_wire h2>span{
    display: block;
}
.nirvana-section8 .nirvana_wire p{
    font-size: 16px;
    color: #989898;
    letter-spacing: 0.2px;
}
.everything-img{
    width: 50%;
}
.nirvana-section9{
    text-align: center;
    color: #98bf54;
    margin-top: 10%;
}
.nirvana-section9>h2{
    margin: 0;
}



/* toile css */

.toile_main{
    background: url(../img/toile/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 8% !important;
}
.toile_section1 {
    padding: 4% 0;
}
.toile_section1>img {
    width: 18px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
.toile_section1>h2 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0;
}
.toile_section3 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4%;
}
.toile-left-img {
    width: 16px;
    margin-left: 3%;
}
.toile-right-img {
    width: calc(90% - 16px);
}
.toile_section5{
    position: relative;
}
img.wireframe-heading {
    position: absolute;
    left: 5%;
    top: 10%;
    width: 15px;
}
.toile_section6 {
    margin-top: -52%;
    position: relative;
}
img.high-heading {
    position: absolute;
    left: 5%;
    top: 52%;
    width: 15px;
}
.everthing-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.left-everything {
    width: 60%;
    padding-left:10%;
}
.right-everything{
    width: 30%;
}
.right-everything ul li {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.2px;
    margin: 15px 0;
}
.toile_section7 {
    position: relative;
    padding-top: 8%;
    /* margin-top: 6%; */
    background: #f9fbff;
}
.toile_section7>h2 {
    font-size: 18px;
    color: #000;
    position: absolute;
    margin: 0;
}
.collection-heading {
    top: 16%;
    left: 16%;
}
.about-heading {
    top: 2%;
    right: 20%;
}
img.collection-shap {
    position: absolute;
    width: 27%;
    top: -4%;
    left: 34%;
}
.toile_section8 {
    position: relative;
    padding-top: 8%;
    margin-top: -5%;
    z-index: 2;
}
.toile_section8>h2 {
    font-size: 18px;
    color: #000;
    position: absolute;
    margin: 0;
}
.design-heading {
    top: 15%;
    left: 6%;
}
.product-heading {
    right: 15%;
    top: 3%;
}
.toile_section9 {
    margin-top: -55%;
    position: relative;
}
.responsive_content:after {
    content: "";
    position: absolute;
    top: 32px;
    width: 30%;
    right: 0;
    height: 1px;
    background: #fff;
}
.responsive_content {
    position: absolute;
    top: 27%;
    color: #fff;
    width: 55%;
    right: 0;
    padding-right: 17%;
}
.responsive_content>p {
    font-size: 14px;
    letter-spacing: 0.5px;
}
.responsive_content>h2 {
    font-size: 24px;
    letter-spacing: 1px;
}



.toile_section10>h2 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 18px;
    margin-bottom: 10%;
}
.toile_section10>h2>span {
    display: inline-block;
    width: 30%;
    height: 2px;
    background: #000;
    position: relative;
    top: -6px;
    margin-right: 10px;
}
.toile_section11 {
    margin-top: 10%;
    position: relative;
}
.toile_section11>h2 {
    position: absolute;
    top: 15%;
    left: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 18px;
    width: 50%;
}
.toile_section11>h2>span {
    display: inline-block;
    width: 30%;
    height: 2px;
    background: #000;
    position: relative;
    top: -6px;
    margin-right: 10px;
}






/* */
img.swot_nirwana {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 19%;
}
img.empathy_nirwava {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 19%;
    background: #fff;
    border-radius: 50%;
}
.project-extra-links.default a.ui-button {
    border: 1px solid #1A1A1A;
    background: #1A1A1A;
    color: #fff;
}
.products_dedicated .ux-design .product_dedicated_details>div.all_project {
    width: 100%;
}
.products_dedicated .ux-design .product_dedicated_details>div {
    width: 84%;
}

/* Social Section on home page*/
.social_details{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    margin: 8% 0;
}
.social_insta{
    width: 74%;
}
.social_insta>p, .social_fb>p {
    font-family: ProximaNova-light;
    color: var(--grey2-color);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-align: left;
    margin-left: 1%;
}

body.active .social_insta>p, body.active .social_fb>p{color:var(--black1-color)}
.social_fb{
    width: 25%;   
}
.social_fb iframe{margin: 1% 1%;}
.profile_details{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 8%;
    margin: 8% 0;
}

.funlearnUx-section3.toile-section3>h2:after {
    left: -11px;
}


/* */
.project-extra-right.project-extra-linksUx {
    position: absolute;
    float: none;
    width: 50%;
    right: 0;
    top: 19%;
}
.ux-design .project-extra-links.default {
    justify-content: center;
}
.ux-design .project-extra-links.default a:nth-child(1){
    border: 1px solid #1A1A1A;
    background:transparent;
    color:#1A1A1A;
}
.ux-design .project-extra-links.default a:nth-child(1):hover {
    border: 1px solid #1A1A1A;
    background: #1A1A1A;
    color: #fff;
}
.ux-design .project-extra-links.default a {
    margin-bottom: 10px;
}
.instagram_gallery {
    display: flex;
    flex-wrap: wrap;
}
.instagram_gallery a {
    width: calc(25% - 20px);
    margin: 10px;
}
.instagram_gallery a img {
    float: none !important;
    width: 100% !important;
}
.social_fb .fb_iframe_widget {
    width: 100% !important;
}
.social_fb .fb_iframe_widget span {
    width: 100% !important;
    height: auto !important;
}
.social_fb iframe {
    width: 100% !important;
    position:static !important;
}
.social_fb .fb_iframe_widget iframe {
    margin-top:10px;
}




/* green pocket css */

.green-pocket-banner {
    background-color: #dbf9d9;
    position:relative;
    margin-top:4% !important;
}
.green-pocket-banner>img {
    height: 556px;
    object-fit: cover;
    width: 100%;
}
.green-pocket-banner-content {
    position: absolute;
    top: 50%;
    left: 29%;
    transform: translate(-50%, -50%);
    width: 50%;
}
.green-pocket-banner-content>span {
    display: block;
    color: #676767;
    font-size: 18px;
}
.green-pocket-banner-content>h2 {
    color: #409f0d;
    font-weight: 700;
    font-size: 43px;
    margin: 10px 0;
}
.green-pocket-banner-content>h2>span {
    display: block;
}
.green-pocket-banner-content>p {
    margin: 20px 0 30px;
    font-size: 20px;
    color: #4b4b4b;
    width: 70%;
    font-weight: 700;
}
.green-pocket-banner-content>h3 {
    color: #393939;
    font-size: 17px;
}


.greenpocket-section2 {
    padding: 6% 5%;
}
.greenpocket-section2 h2 {
    margin: 0;
    color: #3e990c;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}
.greenpocket-section2 p {
    line-height: 30px;
    color: #535353;
    font-size: 18px;
}
.greenpocket-section2 p>span {
    display: block;
    margin: 0px 0 20px;
}
.greenpocket_inner1 {
    margin: 50px 0;
}
.greenpocket_inner2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.greenpocket_inner2>div {
    width: 28.33%;
}
.greenpocket_inner2>h2 {
    width: 100%;
    margin-bottom:50px;
}
.greenpocket_inner2>div.greenpocket_inner2_2 {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 0 4%;
    width: 37.33%;
}
.greenpocket_inner2>div.greenpocket_inner2_2>p>span {
    margin-bottom: 0;
}
.greenpocket_inner2>div h3 {
    margin: 0;
    color: #3e990c;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    display:inline-block;
    position:relative;
}
.greenpocket_inner2>div h3:after{
    content:"";
    position:absolute;
    bottom:-7px;
    left:0;
    width:80px;
    height:2px;
    background:#3e990c;
}
.greenpocket_inner2>div p {
    color: #000;
    font-size: 16px;
}

.greenpocket-section5 {
    padding: 6% 5%;
    position: relative;
    z-index: 2;
}
.greenpocket-section5:after {
    content: "";
    position: absolute;
    background: #e9fbe8;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50%;
    z-index: -1;
}
.greenpocket-section5>p {
    color: #38434d;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-right: 15%;
    margin-bottom: 40px;
}
.greenpocket-section5>h2 {
    margin: 0;
    color: #3e990c;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 30px;
}
.greenpocket-section6{
    padding:6% 5%;
    background: #e9fbe8;
}
.greenpocket-section6 p {
    color: #38434d;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-right: 15%;
}
.greenpocket-section6 p>span{
    display:block;
    margin: 10px 0;
}
.greenpocket-section6 h2 {
    margin: 0;
    color: #3e990c;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}

.greenpocket-section7{
    padding:6% 5% 130px;
}
.greenpocket-section7 h2 {
    margin: 0;
    color: #3e990c;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}
.greenpocket-section7 p {
    color: #38434d;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-right: 15%;
}
.greenpocket-section8{
    background-color: #e9fbe8;
    padding: 0 5% 6%;
}
.greenpocket-section7.greenpocket-section8>img {
    transform: translateY(-80px);
    width: 80%;
    margin: 0 auto;
    margin-bottom: -30px;
}
.greenpocket-section9{
    padding:0% 5%;
}
.greenpocket-section9>img{
    width:100%;
}
.greenpocket-section6.greenpocket-section10>h2 {
    margin-bottom: 50px;
}
.greenpocket-section11{
    padding: 0 5%;
}
.greenpocket-section11>h2 {
    font-weight: 600;
    transform: translateY(50px);
}
.greenpocket-section7.greenpocket-section12 {
    padding: 6% 0;
}
.greenpocket-section12_inner {
    background: #e9fbe8;
    padding: 6% 5%;
}
.wirframes2-green {
    margin: 5% 0;
}
.wirframes3-green {
    margin-top: 4%;
}
.greenpocket-section13_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.greenpocket-section13_inner>div {
    width: 50%;
}
.greenpocket-section13-content {
    padding: 0 5%;
}
.greenpocket-section13-content h2 {
    margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}
.greenpocket-section13-content p {
    color: #38434d;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-right: 15%;
}
.greenpocket-section4 {
    padding: 6% 5%;
}
.greenpocket-section4 h2 {
    margin: 0;
    color: #3e990c;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 60px;
}
.greenpocket-section4_1_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.greenpocket-section4_1_inner>img {
    width: 43%;
}
.greenpocket-section4_2 {
    margin: 8% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.greenpocket-section4_2-left {
    width: 50%;
}
.greenpocket-section4_2-left ul{
    margin-top: 15%;
}
.greenpocket-section4_2-left ul li {
    color: #000;
    font-size: 16px;
    margin: 20px 0;
}
.greenpocket-section4_2-right {
    width: 50%;
    text-align: center;
}
.greenpocket-section4_2 .green-map {
    margin-top: -11%;
    position: relative;
    z-index: -1;
}
.greenpocket-section13-content {
    padding: 20px 5% 40px;
}
.greenpocket-section4_3_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5%;
}
.greenpocket-section4_3_img {
    width: 20%;
    text-align: center;
}
.greenpocket-section4_3_img>img {
    margin: 0 auto;
    width: 40%;
}
.greenpocket-section4_3_img>h3 {
    font-size: 16px;
    color: #535353;
    margin: 10px 0;
}
.greenpocket-section4_3_content {
    width: 60%;
    line-height: 30px;
    color: #535353;
    font-size: 18px;
}
.greenpocket-section4_3_content>p>span {
    display: block;
    margin-top: 5%;
}
.greenpocket-section4_3_inner:last-child {
    border-top: 1px solid #ccc;
    padding-top: 5%;
}





.showMain {
    position: fixed;
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display:none;
}
.showMain.active{
    display:block;
   animation:showAnimation 700ms ease-in-out;
    animation-fill-mode: forwards;
}

img.arrowshow {
    position: absolute;
    right: 200px;
    top: 80px;
    width: 50px;
}
img.arrowshow2 {
    position: absolute;
    right: 280px;
    width: 200px;
    top: 101px;
}

@keyframes showAnimation{
    0%{
        display:none;
        opacity:0;
    }
    10%{
        display:block;
        opacity:0;
    }
    70%{
        display:block;
        opacity:0;
    }
    100%{
        display:block;
        opacity:1;
    }
    
}
a.portfolio-button:focus {
    outline: none;
    color: #fff;
}
.mycute_right a {
    display:none;
}

.letsConnect,
.newsLetter{
    /* box-shadow: 0 3px 46px 0 rgba(0, 0, 0, 0.07); */
    background-color: #ffffff;
    text-align: center;
    margin-top: 25px;
    padding: 20px 0;
} 
.profileImg {
    width: 158px;
    height: 158px;
    background: #000;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-top: -40px;
}
.letsConnect>span.connectHeading {
    display: block;
    padding: 10px 0 0;
    color: #818891;
    font-size: 24px;font-family: proximanova-semibold;
}
.letsConnect>a {
    display: block;
    color: #070707;
    font-size: 24px;
    margin: 10px 0;font-family: ProximaNova-light;
}
.letsConnect ul {
    border-radius: 50px;
    border: solid 0.5px #363636;
    padding: 6px 12px;
    border: solid 1px rgba(51, 14, 14, 0.95);
    background-color: rgba(255, 255, 255, 0.03);
    display:inline-block;
}
.letsConnect ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
.letsConnect ul li a {
    color: #080808;
    font-size: 16px;
    display: block;
}
.newsLetter {
    color: #000;
    padding: 40px 0;
}
.newsLetter h2{
    font-size: 24px;
    font-weight: 600;
}
.newsLetter p{
    font-size: 20px;
    margin: 15px 0 30px;
    font-family: ProximaNova-light;
}
.newsLetter p>span{
    display: block;
}
.newsLetter input {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    outline: none;
    -webkit-appearance: none;
    width: 40%;
    padding: 12px 0;
    background: transparent;
}
.newsLetter button, .newsLetter input[type="submit"]{
    background:transparent;
    border: 1px solid rgba(0, 0, 0, 0.5);
    outline: none;
    padding: 12px 0px !important;
    -webkit-appearance: none;
    margin-left: 14px;
    max-width: 76px;
}
.newsLetter button:hover, .newsLetter input[type="submit"]:hover{
    background: #000;
    border-color:#000;
    color:#fff;
}
.newsLetter{
    /* box-shadow: 0 3px 46px 0 rgba(0, 0, 0, 0.07); */
    background-color: #ffffff;
    text-align: center;
    margin-top: 25px;
    padding: 20px 0;
    padding-top: 40px;
    border-top: solid 1px #e4e4e4 ;
} 

.newsLetterPopuop {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%; 
    z-index: 1;
}

.newsLetterPopuop span.top-close {
    position: absolute;
    right: 1%;
    border: 1px solid 
    #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    background-color:rgba(255, 255, 255, 0.1);
    top: 45px;
    cursor: pointer;
    color: #807f7f;
}

.newsLetterPopuop .newsLetter{
    box-shadow:none;
    background-color:#000;
    text-align: center;
    padding: 20px 0;
    color: #fff;
} 
.newsLetterPopuop .newsLetter input {
    width: 50%;
    border-color: #ccc;
}
.newsLetterPopuop .newsLetter button{
    background: transparent;
    border: 1px solid #ccc;
}
.newsLetterPopuop .newsLetter button:hover{
    background: #fff;
    border-color:#fff;
    color:#000;
}























