html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.wrapper{
    position: relative;
    /* height:625vh; */
}
.pad-y-100{
    padding-top:100px;
    padding-bottom: 100px;
}
.col_half{
    width: 49%;
    display: block;
    box-sizing: border-box;    
    padding-left: 50px;
    position:relative;
}
header{
    /* padding: 20px 40px; */
    position: fixed;
    width: 100%;
    top: 0px;
    padding-top:30px;
    z-index: 9;
}
header, .left,header ul{
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items:center;
    justify-content: space-between;
    justify-content: space-between;
}
header ul, .recent_crafts  ul{
    list-style-type: none;
}
header ul li, .recent_crafts  ul li{
    padding: 15px 25px;
}
header ul li a, .recent_crafts  ul li a{
    text-decoration: none;
    display: block;
    font-size: 0.875rem;
    font-family: 'Roboto';
    font-weight: 400;
    color: rgba(54,56,57,1);
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    /* overflow: hidden; */
}
header ul li a .dot, .recent_crafts  ul li a .dot{
    width:4px;
    height: 4px;
    position: relative;
    top:-3px;
    left:25px;
}
.left{
    margin-left: 70px;
}
/* animate letters */

header .left ul li a .letter, .enquiery .letter, .btn  .letter, .address .letter, .portfolio_content p .letter, .recent_crafts ul li a .letter{
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
    opacity: 0;
  }
  .logo{
      opacity: 0;
  }
.logo img{
    width:160px;
    margin-top: 5px;
    transform: scale(1);
    transition: 1s ease-in-out;
}
.right{
    margin-right: 80px;
    position: relative;
}
.right .enquiery{
    text-decoration: none;
    display: block;
    font-size: 0.875rem;
    font-family: 'Roboto';
    font-weight: 500;
    color: rgba(54,56,57,0.5);
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    overflow: hidden;
    z-index: 9;
    cursor: pointer;
    position: relative;
}
.right .rect{
    position: absolute;
    right: -42px;
    top: -30px;
}
.right .rect rect{opacity: 0;}
.dot{
    width:3px;
    height:3px;
    border-radius: 50%;
    display: inline-block;
    background: #b5b5b5;
}
.container{
    max-width:1110px;
    width:100%;
    /* margin:0 auto; */
}
.mx-auto{margin:0 auto;}
.ml-10{
    margin-left: 10vh;
}
.position-rel{
    position: relative;
}
.container.position-rel{
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
}
/*======================
     scroll_main wrapper
======================== */
.scroll_main_wrapper{
    position: absolute;
    top:0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: space-between;
}
.scroll_container{
    position: fixed;
    height: 100vh;
    display: flex;
    top: 0;
}
.panel{
    /* width: 100vw; */
    height: 100%;
    display: flex;
    -webkit-display:flex;
    align-items: center;
    -webkit-align-items:center;
}
.panel2{
    /* width:1210px; */
    height: 100%;
    display: flex;
    -webkit-display:flex;
    align-items: center;
    -webkit-align-items:center;
}
.screen_1{
    position: relative;
}
.banner_arts img{
    position: absolute;
    top: 50%;
    /* transition: all 0.3s ease-in; */
    transform: translateY(-50%);
    right: 0;
    opacity: 0;
}
.banner_arts figure:nth-child(1) img{
    box-shadow: 20px 20px 50px rgba(0,0,0,0.1);
    margin-right: 210px;
    margin-top: -55px;
}
.banner_arts figure:nth-child(2) img{
    margin-right: 60px;
    margin-top: 0px;
}
.banner_arts figure:nth-child(3) img{
    box-shadow: 20px 20px 60px rgba(0,0,0,0.2);
    margin-top: 75px;
    margin-right: 325px;
}
.banner_arts figure:nth-child(4) img{
    box-shadow: 20px 20px 50px rgba(0,0,0,0.1);
    margin-top: 142px;
    margin-right: 73px;
}
.panel .real_kindly{
    position: absolute;
    bottom:25px;
    left:65px;
}
.banner .real_kindly{
    bottom: 42px;
    left: 65px;
}
.panel p{
    top: 10px;
    left: 50px;
}
.plant_banner{    
    position: absolute;
    bottom: 30%;
    right: -20px;
    transform: translateY(50%);
    opacity: 0;
}
.btn{
    font-size:0.75rem;
    line-height: 1rem;
    letter-spacing: 5px;
    color: #9a9b9c;
}
.opacity-0{
    opacity: 0;
}
@supports (-ms-ime-align: auto) {
    .panel .real_kindly {
          bottom: -45px;
    }
    .banner_arts img{
        top: 50px;
    }
  }

/* =========================
    About
====================== */
.about .profilephoto{
    text-align: right;
    opacity: 0;
    transform-origin: 0 0;
}
.about .portfolio_content{
        background-image: url(../img/brush.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 100% center;
        min-height: 400px;
        display: flex;
        -webkit-display: flex;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        flex-direction: column;
        -webkit-flex-direction:column;
        margin-top: 130px;
        max-width: 730px;
        min-width: 570px;
}

.about .portfolio_content p{
    margin-top: 0px;
    margin-left: -105px;
    top: 0px;
    line-height: 1.4;
    margin-bottom: 0px;
}
.about img{
    margin-right: auto;
    margin-top: 130px;
}
.about .real_kindly{
    font-size: 7rem;
    left: auto;
    top: -25px;
    right: -60px;
    text-transform: inherit;
    line-height: 1;
    position: relative;
}
.panel2  .container{
    min-width: 800px;
}
/*===========================
            baby
  ========================= */
  .panel2.reccent_works{
      /* width:1550px; */
  }
  .reccent_works .container{
      max-width: 1430px;
  }
  .col_eight{
      width:100%;
      max-width: 832px;
      height: 100%;
      position: relative;
  }
  .col_eight:before{
      content:'';
      position:absolute;
      width: 234px;
      height: 294px;      
      background: url(../img/colors_circle.png);
      background-repeat: no-repeat;
      right: -35%;
    bottom: -20px;
    transform: translateX(-50%);
    z-index: -3;
  }
  .col_eight figure img{
      position: absolute;
      top: 50%;
    transform: translate3d(0, -50%, 0);
    opacity: 0;
  }
  .col_eight figure:nth-child(1) img{
      z-index: -3;
  }
.col_eight figure:nth-child(2) img{
    margin-left: 400px;
    margin-top: -100px;
    padding: 15px;
    background: #fff;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.15);
    z-index: 1;
}
.col_eight figure:nth-child(3){
    text-align: right;
}
.col_eight figure:nth-child(3) img{
    
    margin-left: -24px;
    margin-top: -100px;
    padding: 15px;
    background: #fff;
    box-shadow: 40px 40px 102px rgba(0,0,0,0.12);
    z-index: -1;
}
.col_eight figure:nth-child(4) img{
    margin-left: 565px;
    margin-top: 145px;
    z-index: -2;
    padding: 10px;
    background: #fff;
    box-shadow: 26px 26px 70px rgba(0,0,0,0.15);
}
.recent_text{
    position: absolute;
    max-width: 543px;
    right:-115px;
    /* margin-left: 150px; */
}

.d-flex{
    display: flex;
    -webkit-display: flex;
}
.recent_text .d-flex h1.real_kindly{
    text-transform: inherit;
    line-height: 1rem;
    margin-left: 0px;
    margin-top: 0px;
    /* position: relative; */
    bottom: 35px;
}
.recent_text .d-flex p{
    margin-block-start: 0;
    margin-left: 30px;    
    display: block;
    text-align: right;
    width: 100%;
}
.recent_text .d-flex p a{
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(54,56,57,0.5);
    padding-left: 25px;
    margin-left: -25px;
}


/* ==========================================================================
  Contact
   ========================================================================== */

   .get_in_touch{
    position: relative;
}

.get_in_touch .container{
    display: flex;
    position: relative;
    min-width: 900px;
    align-items: center;
}
.get_in_touch .plant-banner{
    /* content: ''; */
    position: absolute;
    width:192px;
    height: 192px;
    display: block;
    background: url(../img/plant.png) no-repeat left bottom;
    bottom: 10%;
    transform: translateY(50%);
    left:-65px;
    opacity: 0;
}
.get_in_touch .real_kindly{
    text-transform: inherit;
    margin-left: 32px;
    font-size: 10rem;
    bottom: auto;
    top: -82px;
}
.get_in_touch h1{
    font-size: 5rem;
    line-height: 3.5rem;
}
.get_in_touch p, .get_in_touch a, .get_in_touch input{
    font-size: 0.625rem;
    color: rgba(54,56,57,0.5);
    line-height: 1.25rem;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    border:none;
}
.get_in_touch .address{
    margin-top:30px;
    padding-left: 70px;
}
.get_in_touch p{    
    padding-left: 20px;
    display: block !important;
}
.get_in_touch .address p:before{
    content:'';
    position: absolute;
    width:2px;
    height: 0.625rem;
    display: block;
    left: 0px;
    background: rgba(54,56,57,0.5);
    top:5px;
}
.no-border-left:before{
    visibility: hidden;
}
.get_in_touch form {
    position: relative;
    overflow: hidden;
}
.get_in_touch form:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    right: 0px;
    top: 0px;
    transition: all 2s;
    transition-delay: 1.5s;
    display: block;
    z-index: 2;
}
.get_in_touch.animate-active form:before{
    width: 0px;
}
.get_in_touch input{
    min-width: 300px;
    border-bottom: 1px solid rgba(54,56,57,0.5);
    padding-left: 20px;
    outline: none;
    color: #363839;
    opacity: 0.5;
    font-family: 'Roboto';
}
.get_in_touch button{
    width: 320px;
    background-color: #e9e9e9; /* Green */
  border: none;
  color: rgba(54,56,57,0.5);
  padding: 15px;
  text-align: left;
  text-decoration: none;
  display: block;
  font-size: 14px;
  position: relative;
}
.get_in_touch form p{
    margin-top:30px;
}
.get_in_touch form p .dot{
    left: 25px;
    position: absolute;
    z-index: 3;
    top: 9px;
}
.get_in_touch form p i{
    font-style: normal;
}
.get_in_touch form p button{
    outline: none;
}
.get_in_touch form p button .dot{
    position: absolute;
    right:15px;
    top:50%;
    left: auto;
    transform: translateY(-50%);
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.get_in_touch .col_half.form_area{
    padding-left: 0;
    margin-left: -60px;
    padding-top: 150px;
}
.panel p{
    display: inline-block;
    position: relative;
    top: 10px;
    left: 50px;
}
.panel .container{
    min-width: 1110px;
    margin: 0 auto;
}
.mb-1024{
    display: none;
}
.btn:hover{
    color: #000 !important;
}

.animate-active .real_kindly{
    /* visibility: visible; */
}
.real_kindly .letter {
    transform-origin: 50% 0%;
    display: inline-block;    
    transform: scale(0);
}

.get_in_touch .col_half.form_area .form-heading {
    display: none;
}

/* ============================== 
        ham btn 
============================ */
.ham-btn{
    cursor: pointer;
    width: 50px;
    height: 30px;
    position: relative;
    display: none;
}

.lines {
    display: block;
    width: 3rem;
    height: 3px;
    background: #000;
    border-radius: 0.28571rem;
    transition: 0.3s;
    position: relative;
    -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
  top: 11px;
  }
  .lines:first-child {
    top: 2px;
  }
  .lines:last-child {
    top: 20px;
  }
  /* .ham-btn:hover .lines:first-child {
    top: 0px;
}
.ham-btn:hover .lines:last-child {
    top: 22px;
} */
.open-menu .lines:first-child{
    top: 14px;
}
.open-menu .lines:last-child{
    top: 9px;
}
.menu-wrap{
    position: fixed;
    width: 100%;
    top: 0px;
    height: 100%;
    background: #ddd;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.overflowhidden{
    overflow: hidden;
}
.trigger{
    position: fixed;
    top: auto;
    bottom: 0px;
}
.start{
    right: calc(100% / 7);
}
.center{
    left: 50%;
}
.end{
    left: calc(100% / 7);
}
.trigger{visibility: hidden;}
.col-sm-hide{
    display: block;
}
.col-md-hide{
    display: none;
}
/* social-icons */
.social-icons{
    list-style-type: none;    
    margin-top: 30px;
}
.social-icons li{
    margin-right: 15px;
}

/*coming-soon*/
.coming-soon .col_half{
    padding-left: 0px;
    width: 40%;
}
.coming-soon .col_half.coming-soon-img-wrap{
    width: 60%;
}
.coming-soon h1{
    font-size: 6rem;
    line-height: 5rem;
    letter-spacing: 0px;
}
.coming-soon .real_kindly{
    bottom: -55px;
    left: 110px;
    font-size: 14rem;
    text-transform: initial;
}
.coming-soon-img img{
    height: auto;
}
/* privacy-policy */
.privacy-policy{
    font-size: 12px;
    line-height: 1;
    color: rgba(54,56,57,0.5);
    position: absolute;
    left: 170px;
    bottom: -50px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
   @media (max-width:1680px){
    .col_eight:before{
        right: 0%;
        bottom: -50px;
    }
    .col_eight figure img{
        max-height: 600px;
        top:57%;
        margin-left: -40px;
    }
    .col_eight figure:nth-child(2) img{
        /* max-width: 205px; */
        max-height: 210px;
    margin-left: 250px;
    margin-top: -60px;
    }
    .col_eight figure:nth-child(3) img{
        max-height: 140px;
        /* margin-left: 7px; */
        margin-top: -73px; 
        right: 22.75%;
    }
    .col_eight figure:nth-child(4) img{
        max-width: 240px;
        margin-left: 351px;
        margin-top: 112px;
    }
    .reccent_works .container{
        max-width: 1200px;
    }
   }
@media(max-width:1550px){
    header{
        /* top: 18px; */
    }
    .panel{
        /* width: 110vw; */
        min-width: 1280px;
    }    
   .panel.banner .real_kindly{
    bottom: 40px;
    }
    .banner p{
        top:15px
    }
    .plant_banner{
        bottom: 27%;
        right:-25px;
    }
    .panel2.reccent_works{
        /* margin-left: 100px; */
    }
    .col_eight:before{
        right: 0%;
        bottom: -50px;
    }
    .col_eight figure img{
        /* max-height: 500px; */
        top:55%;
        /* margin-left: 0px; */
    }
    .col_eight figure:nth-child(2) img{
        /* max-width: 205px; */
        max-height: 210px;
    margin-left: 250px;
    margin-top: -60px;
    }
    .col_eight figure:nth-child(3) img{
        max-height: 140px;
        /* margin-left: 7px; */
        margin-top: -73px; 
        right: 22.75%;
    }
    .col_eight figure:nth-child(4) img{
        max-width: 240px;
        margin-left: 351px;
        margin-top: 112px;
    }
    .recent_text{
        left: 60%;
        right: auto;
    }
    .get_in_touch .col_half.form_area{
        margin-left: -20px;
    }
    /* .coming-soon */
    .coming-soon .panel.banner .real_kindly{
        bottom: -55px;
    }
}
@media only screen and (max-width:1366px){
    .left{
        margin-left: 3%;
    }
    header ul li {
        padding: 15px 15px;
    }
    header ul li a .dot{
        left: 15px;
    }
    .get_in_touch{
        margin-left: 100px;
    }
    .get_in_touch .real_kindly{
        font-size: 8rem;
    }
}
@media only screen and (max-width:1280px){
    
    .get_in_touch{
        /* min-width: 800px; */
    }
    .banner_arts figure:nth-child(1) img{
        width: 130px;
        margin-top: -35px;
    }
    .banner_arts figure:nth-child(3) img{
        width: 170px;
        margin-right: 305px;
    }
    .banner_arts figure:nth-child(4) img{
        width: 220px;
        margin-top: 135px;
    }
}
@media (max-width:1200px){
    .panel .container{
        min-width: 991px;
    }
    .panel{
        min-width: 1170px;
    }   
}
@media (max-width:1024px){
    .left {
        margin-left: 40px;
    }
}
@media screen  and (min-width:992px) and (max-width:1024px){
    .panel{
        min-width:1024px;
    }   
    .plant_banner {
        bottom: 20%;
        right: -66px;
    }
    .panel.about{
        min-width: 1110px;
    }
    .panel2.reccent_works{
        min-width: 1200px;
    }
    .recent_text{
        left: 70%;
    }
    .get_in_touch{
        margin-left:30vh;
    }
    .get_in_touch .plant-banner{
        left: 0px;
    }
}
 @media only screen and (max-width:991px){
    .panel{
        min-width: 100%;
    }   
    h1{
        font-size: 7rem;
        line-height: 1;
    }
    header{
        position: relative;
        /* background: #fff; */
    }
    .panel .real_kindly{
        font-size: 12rem;
        bottom: 35px;
    }
    .panel.banner{
        min-width: 100%;
        padding:0% 0px;
    }
    .about .real_kindly{
        font-size: 7rem !important;
        top: -25px;
        left: 10%;
        width: 100%;
        bottom: auto;
        text-align: right;
        transform: translateX(-50%);
        right: auto;
    }
    .panel p{
        top: 0px;
    }
    .scroll_container{
        position: relative;
        flex-wrap: wrap;
        height: 100%;   
    }
    .panel .container{
        min-width: auto;
        max-width: 95%;
        margin: 0 auto;
    }
    .panel{
        height: 100%;
        min-height: 100vh;
        min-width: 100%;
    }
    .get_in_touch{
        margin-left: 0px;
        margin-top: 200px;
        /* overflow-x:hidden; */
    }
    .get_in_touch .plant-banner{
        left: auto;
        right: 30px;
    }
    .get_in_touch .address{
        padding-left: 35px;
        overflow: hidden;
    }
    .panel2.reccent_works{
        padding-bottom: 20%;
    }
    .panel2.reccent_works .recent_text{
        left: 5%;
        right: auto;
        bottom: -35%;
        top: auto;
    }
    .banner_arts{
        /* left: 70px; */
    }
   .banner_arts figure:nth-child(1) img {
        width: 140px;
        margin-top: -55px;
        margin-right: 200px;
    }
    .banner_arts figure:nth-child(2) img {
        margin-right: 52px;
        margin-top: -16px;
    }
    .banner_arts figure:nth-child(3) img {
        width: 207px;
        margin-right: 305px;
        margin-top: 75px;
    }
    .banner_arts figure:nth-child(4) img {
        width: 230px;
        margin-top: 124px;
     margin-right: 60px;
    } 
   
    .col_eight{
        max-width: 100%;
    }
    .plant_banner{
        right: -45px;
        bottom: 29%;
    }
    .about{
        padding-bottom: 80px;
        padding-top: 80px;
    }
    .about .container{
        flex-direction: column;
    }
    .about .portfolio_content{
        width: 100%;
        background-position: right center;
    }
    .about .portfolio_content p{
        margin-left: 10px;
        left: 0px;
    }
    .col_eight figure:nth-child(3) img{
        right: 31%;
    }
    .mb-1024{
        display: block;
    }
    .col_eight:before{
        display: none;
    }
    .panel2.reccent_works{
        padding-top: 50px;
        padding-bottom: 100px;
        min-height: 100%;
    }
    .panel2.reccent_works .recent_text{
        bottom:-180px;
    }
    .banner .container{
        flex-flow: column-reverse nowrap;
    justify-content: space-around;
    height: 100%;
    }
    .banner .col_half{
        width: 580px;
        height: 400px;
        text-align: center;
        margin-left: 0;
        padding: 0;
    }
    .banner .col_half:nth-child(1){
      top: 90px;
    }
    
    .plant_banner{
        right: -30px;
        bottom: 44%;
    transform: translateX(50%);
    }
    
    .panel.banner .real_kindly{
        bottom: 130px;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner p{
        margin-top: 80px;
        text-align: center;
        width: 100%;
    }
    .col_half{
        width: 100%;
        padding-left: 0px;
    }
    .get_in_touch .col_half.form_area{
        margin-left: 0px;
        padding-top: 50px;
    }
    header{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header .left{
        margin-left: 25px;
    }
    header .right{
        position: absolute;
        right: 20px;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-right: 0px;
    }
    header ul{
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        padding-left: 0px;
    }
    header .dot{
        visibility: hidden;
    }
    header .ham-btn{display: block;z-index: 999;top: 0px;}
    .menu-wrap{
        left: auto;
        right: -100%;
        transition: all 0.3s ease-in-out;
    }
    .open-menu .menu-wrap{
        right: 0px;
    }
    .enquiery{
        font-size: 0.875rem;
        font-family: 'Roboto';
        font-weight: 400;
        color: rgba(54,56,57,1);
        line-height: 12px;
        text-transform: uppercase;
        letter-spacing: 4px;
    }
    .right .rect{display: none;}
    .menu-wrap .letter{opacity: 1;}
    .portfolio_content p.letters{
        display: none;
    }
    .col-md-hide{
        display: block;
        width: 100%;
    }
    .about img{
        margin-top: 80px;
    }
    .panel2.reccent_works .container.position-rel{
        flex-flow: column nowrap;
    }
   
    .get_in_touch p{
        width: 80%;
    }
    .form_area p:last-child{max-width: 320px;}
    .panel2.reccent_works .bf-1024{
        display: none;
    }
    /*coming soon*/
    .coming-soon .col_half, .coming-soon .col_half.coming-soon-img-wrap{
        width: 100%;
        height: 100%;
    }
    .coming-soon .panel.banner .real_kindly{
        bottom: -45px;
    }
    /* .privacy-policy */
    .privacy-policy{
        position: relative;
        left: 70px;
        bottom: auto;
        margin-top: 20px;
        display: inline-block;
    }


    .get_in_touch{
        display: flex;
    }
    .get_in_touch .container{
        flex-flow: column nowrap;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .get_in_touch .form-heading:not(.col_half.form_area .form-heading) {
        display: none;
    }

    .get_in_touch .col_half.form_area {
        order: 1;
    }

    .get_in_touch .col_half {
        order: 2;
    }
    .get_in_touch h1 {
        margin-left: 5%;
    }
    .get_in_touch .real_kindly {
        top: -50px;
    }

    .get_in_touch .col_half.form_area .form-heading{
        display: block;
    }
}
@media (max-width:767px){
    .panel{
        min-height: 100%;
    }
    .panel{
        margin-bottom: 120px;
    }
    .panel.banner{
        padding-bottom: 5%;
    }
    header{
        position: sticky;
        top: 0px;
        padding: 10px 0px 10px;
        background: #fff;
        transition: 0.3s ease-in-out;
    }
    header.sticky-mob .logo img{
        transform: scale(0.9);
        transition: 1s ease-in-out;
    }
    .panel2.reccent_works{
        /* padding-bottom: 300px; */
        padding-bottom: 0px;
        margin-bottom: 15%;
    }
    .get_in_touch button{width: calc(100% - 0px);}
    .about img{
        margin-top: 20px;
    }
    /* .about .profilephoto, .opacity-0,header .left ul li a .letter,
     .enquiery .letter, .btn .letter, .address .letter, 
     .portfolio_content p .letter, .get_in_touch .plant-banner {
        opacity: 1;
    } */
    .real_kindly .letter{
        transform: scale(0);
    }
    .btn{
        display: none;
    }
    .plant_banner{
        /* right: auto;
        left: -50px;
        transform: translateX(-50%); */
        bottom: 47%;
        right: 0px;
        padding: 0;
        margin: 0px;
    }
    .about{
        padding-bottom: 0px;
        padding-top: 0px;
        margin-bottom: 80px;
    }
    .about .portfolio_content{
        background: transparent;
    }
    .about .portfolio_content{
        min-height: 100%;
        min-width: 100%;
        /* background-position: 35% 250px;
        background-size: 300px; */
        margin-top: -70px;
    }
    .about .portfolio_content p{        
        margin-left: 0px;
        left: 0px;
    }
    .panel2.reccent_works{
        padding-top: 0px;
    }
    .get_in_touch{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .get_in_touch p, .form_area p:last-child{
        width: 100%;
        max-width: 100%; 
        left: 5%;
    }

    /* recent works */
    .panel2.reccent_works .bf-1024{
        display:block;
    }
    .panel2.reccent_works .mb-1024{
        order: 2;
        text-align: center;
    }
    .panel2.reccent_works .bf-1024{
        order: 3;        
        width: 450px;
        height: 450px;
    }
    .panel2.reccent_works .bf-1024 figure:nth-child(1){
        display: none;
    }
    .panel2.reccent_works .col_four{
        order: 1;
        position: relative;
        bottom: 0;
        left: 0;
        z-index: 2;
    }
    .col_eight figure img{
        opacity: 1;
        top: 35%;
    }
    .col_eight figure:nth-child(2) img{        
        max-height: 260px;
        margin-left: -30px;
        margin-top: -15px;
    }
    .col_eight figure:nth-child(3) img{
        right: 40px;
        margin-top: -5px;
        margin-left: 0px;
    }
    .col_eight figure:nth-child(4) img{
        max-width: 240px;
        margin-left: 50px;
        margin-top: 182px;
    }
    .social-icons{
        padding: 0px;
        margin-left: 5%;
    }
/* coming soon */
    .coming-soon h1 {
        font-size: 4rem;
        line-height: 3.4rem;
        letter-spacing: 0px;
    }   
    .coming-soon-img img{
        max-width: 300px;
    } 
    .privacy-policy{
        left: 0px;
    }
    .reccent_works .col_eight.mb-1024 {
        opacity: 0;
    }
    .get_in_touch input{
        width: 100%;
    }
}
@media (max-width:580px){

    h1, .get_in_touch h1 {
        font-size: 4.5rem;
        line-height: 0.9;
    }
    .get_in_touch h1 {
        margin-left: 0;
    }
    .sticky-mob{
        background: rgba(255, 255, 255, 0.75);
    }
    .panel .container{
        max-width: 90%;
    }
    .panel .real_kindly{
        left: 35px;
        font-size: 9rem;
    }
    .panel p{
        left: 15px;
    }
    header .right{
        right: 30px;
    }
    /* header .ham-btn{
        top: 40px;
    } */
    .banner_arts img{
        top: 45%;
    }
    .banner .col_half h1{
        margin-left: -15px;
    }
    .banner p{
        margin-left: 0px;
    }
    .banner .col_half{
        width: 350px;
        height: 360px;
    }
    .banner .col_half:nth-child(1){
        top: 0px;
        height: 200px;
    }
    .banner_arts figure:nth-child(1) img {
        width: 100px;        
        margin-top: -45px;
        margin-right: 115px;
    }
    .banner_arts figure:nth-child(2) img {
        margin-right: 0px;
        margin-top: -18px;
        width: 100px;
    }
    .banner_arts figure:nth-child(3) img {
        width: 145px;
        margin-right: 195px;
    margin-top: 50px;
    }
    .banner_arts figure:nth-child(4) img {
        width: 155px;        
        margin-top: 82px;
        margin-right: 27px;
    }
    .panel.banner .real_kindly{
        width: 100%;
        bottom: 15px;
    }
    .plant_banner{
        /* right: auto;
        left: -50px;
        transform: translateX(-50%); */
        right: -5px;
        bottom: 37%;
        width: 110px;
    }
    .about .portfolio_content{
        /* min-height: 590px; */
        min-width: 100%;
        /* background-position: 35% 250px;
        background-size: 300px; */
        margin-top: -70px;
    }
    .get_in_touch .address{
        display: inline-block;
        padding-left: 0px;
    }
    .recent_text .d-flex p{
        display: inline-block;
        width: auto;
        top:100px;
        left: 0px;
        text-align: left;
        margin-left: 0px;
    }
    .recent_text .d-flex h1.real_kindly{
        bottom: 6px;
        left: 30px;
    }
    .about .portfolio_content .col-md-hide p{
        width: 100%;
        display: inline-block;
        left: 0px;
        font-size: 1.25rem;
    }
    .about .real_kindly{
        left: 40%;
        transform: translateX(-50%);
    }
    .get_in_touch .plant-banner{
        bottom: auto;
    top: 120px;
    left: 40px;
    display: none;
    }
    .about .profilephoto{
        margin-left: 0px;
    }
    .mb-1024{
        text-align: center;
    }
    .mb-1024 img{
        width: 95%;
        margin: 0px auto;
    }
    .get_in_touch form p{
        left: 0px;
        padding-left: 0px;
        width: 100%;
        overflow: hidden;
    }
    .get_in_touch input{
        min-width: auto;
        width: 100%;
    }
    .get_in_touch form p .dot{
        left: 8px;
    }
    .form_area p:last-child {
        left: 0;
    }
    .get_in_touch .real_kindly{
        top: -60px;
        left: 0px;
    }
     /*coming soon*/
     .coming-soon .col_half{
        height: 100%;
    }
    .coming-soon .panel.banner .real_kindly{
        font-size: 12rem;
        bottom: 20px;
    left: 55%;
    }
} 
@media (max-width:480px){
    .panel2.reccent_works .bf-1024{
        width: 320px;
    }
    .col_eight figure img{
        padding: 8px;
    }
    .col_eight figure:nth-child(2) img{
        max-height: 180px;
        margin-left: -40px;
        margin-top: 0px;
        padding: 10px;
    }
    .col_eight figure:nth-child(3) img{
        max-height: 130px;
        right: 15px;
        margin-top: -10px;
        padding: 10px;
    }
    .col_eight figure:nth-child(4) img {
        max-width: 180px;
        margin-left: 30px;
        margin-top: 145px;
    }
}
@media (max-width:374px){
    h1{
        font-size: 5rem;
    }
    .banner .col_half{
        width: 300px;
    }
    .banner .col_half h1{
       margin-left: -65px;
    }
    .panel .real_kindly{
        font-size: 10rem;
    }
    .panel.banner .real_kindly{
        bottom: 0px;
        margin-left: -40px;
    }
    .banner_arts figure:nth-child(1) img{
        margin-right: 105px;
    }
    .banner_arts figure:nth-child(2) img{
        margin-top:-14px;
        width: 90px;
    }
    .banner_arts figure:nth-child(3) img {
        width: 125px;
        margin-right: 170px;
        margin-top: 55px;
    }
    .banner_arts figure:nth-child(4) img {
        width: 140px;
        margin-top: 80px;
        margin-right: 16px;
    }
    .plant_banner {
        right:0px;
        bottom: 30%;
        width: 100px;
    }
    .about .real_kindly{
        left: 35%;
    }
    /* recente works */
    .panel2.reccent_works .bf-1024{
        width: 270px;
    }
    .col_eight figure:nth-child(2) img {
        max-height: 170px;
        margin-left: -40px;
        margin-top: 0px;
    }
    .col_eight figure:nth-child(3) img {
        max-height: 115px;
        right: -7px;
        margin-top: -5px;
    }
    .col_eight figure:nth-child(4) img {
        max-width: 165px;
        margin-left: 25px;
        margin-top: 135px;
    }
} 

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}