/* reset css starts here */

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed, 

figure, figcaption, footer, header, hgroup, 

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	font: inherit;

	vertical-align: baseline;

}





html{

 height:100%;

 min-height:100%;

 }

body{

 min-height:100%;

 padding: 0px;

margin:0px;

background: #FFFFFF;

line-height: 1;

/* font-family: 'Titillium Web', sans-serif; */
 font-family: "Inter", sans-serif;

 }

 

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section {

	display: block;

}



ol, ul {

	list-style: none;

}

blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}

button:focus{outline:none;}

input:focus{outline:none;}

table {

	border-collapse: collapse;

	border-spacing: 0;

}

/* reset css ends here */



img{

	width:100%;

	height:auto;

	display:block;	

}

.clearfix::after{

	visibility:hidden;

	display:block;

	clear:both;

	content:"";

	height:0;

	font-size:0;

}





.wrapper{

	height: 100%;

    min-height: 100vh;

    display: flex;

    flex-direction: column;

    scroll-behavior: smooth;

    overflow: hidden;

    position: relative;

}

.header {

    display: flex;

    align-items: center;

    min-height: 40px;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 100;

    padding: 20px 0;

}

.headerIn{

	padding: 0 35px;

	width: 100%;



}

.header .columns {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.logo-holder {

    position: relative;

    display: inline-flex;

    align-items: center;

}

.naWr nav{

	display: inline-flex;

	vertical-align: middle;

}
.LogoNameWrapper h1{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.LogoNameWrapper p{
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.logo-name{
    display: flex;
    align-items: center;
}
.LogoNameWrapper{
    margin-left: 12px;
}

.thb-full-menu {

    display: flex;

    margin: 0;

    padding: 0;

    list-style: none;

    line-height: 1;

}

.thb-full-menu>li {

   margin: 0;

    white-space: nowrap;

}

.thb-full-menu>li {

    display: inline-flex;

}

.thb-full-menu>li a {

    padding: 20px 0;

    transition: all .3s ease-in-out;

}

.thb-full-menu>li+li {

    margin-left: 30px;

}

.socialIconUl div{
    margin-right : 12px !important;
    margin-top: 12px;
}

.thb-full-menu>li a:hover {

    color: red;

    transition: all .3s ease-in-out

}

a {

    color: #747474;

    text-decoration: none;

}

.main{

	display: flex;

	flex-direction: column;

	justify-content: center;

	height: 100vh;

	width: 75vw;

    margin: 0 auto;

}

.mainContent h3{

	margin-bottom: 24px;

	font-size: 18px;

	color: #505050;

    letter-spacing: 0.015em;

    word-spacing: 0.001em;



}

.mainContent h1{

	line-height: 1.3;

    margin-bottom: 10px;

    font-weight: 600;

    font-size: 42px;

    letter-spacing: -0.03em;

    font-weight: 600;
    margin-top: 12px;

}
.designLeaderPara{
    color: #666666;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 140%;
     font-family: "Inter", sans-serif;
}

.mainContent h1 span{

	font-weight: 700;

	text-transform: lowercase;

}
.helloBtn button{
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    color: #fff;
    padding: 8px 16px;
    background-color: #141517;
    border-radius: 6px;
    border: none;
}
.helloBtn.borderOnly button{
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    color: #4D5566;
    padding: 8px 16px;
    background-color: transparent;
    border-radius: 6px;
    border: 2px solid #000;
}
.helloBtn.borderOnly button:hover{
    color: #fff;
    padding: 8px 16px;
    background-color: #000;
    border-radius: 6px;
    border: 2px solid #000;
}
.helloBtn.borderOnly button:hover a{
    color: #fff;
}
.sectionContainerOuter{
    background-color: #E7E7E7;
}
.vc_button{
    display: flex;
}
.df{
    display: flex;
}
.mr12{
    margin-right: 12px;
}
.mt18{
    margin-top: 18px;
}
.mbNav{

    padding: 20px 0;

    transition: all .3s ease-in-out;

    display: none;

}

.mbNav span{

    width: 21px;

    height: 2px;

    background-color: #747474;

    display: block;

    border-radius: 1px;

    position: relative;

}

.mbNav span:before{

    content: "";

    position: absolute;

    top: -6px;

    width: 21px;

    height: 2px;

    background-color: #747474;

    display: block;

    border-radius: 1px;

    transition: all 100ms linear;

    will-change:position;

}

.mbNav span:after{

    content: "";

    position: absolute;

    top: 6px;

    width: 21px;

    height: 2px;

    background-color: #747474;

    display: block;

    border-radius: 1px;

    transition: all 100ms linear;

}

.mbNav:hover span:after{

    top: 5px;

}

.mbNav:hover span:before{

    top: -5px;

}

.mobilenav{

    position: absolute;

    top: 0;

    right: 0;

    height: 100vh;

    background-color: #333;

    width: 50%;

    z-index: 1100;

    display: flex;

    align-items: flex-start;

    justify-content: flex-start;

    flex-direction: column;

    padding: 60px;

    transition: transform 400ms linear;

    justify-content: space-between;

}



.mobilenavUl{

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    justify-content: flex-start;

}

.mobilenavUl li{

    overflow: hidden;

}

.mobilenavUl li a{

    font-size: 34px !important;

    line-height: 52px;

    font-weight: 700;

    color: #fff;

    white-space: nowrap;

    display: block;

    font-size: 24px;

    position: relative;

    transition: transform 600ms linear;

    display: none;

    }

.mobilenavUl li a:hover{

    color: red;

    transition: all 200ms linear;

}

.mobilenavUl li:nth-child(2) a{

   animation-delay: 400ms;

}

.mobilenavUl li:nth-child(3) a{

   animation-delay: 600ms;

}

.mobilenavUl li:nth-child(4) a{

   animation-delay: 800ms;

}

.mobilenavUl li:nth-child(5) a{

   animation-delay: 1000ms;

}







@keyframes rightSlideManuAniate {

  0% {transform: translateY(30px);opacity: 0}

  100% {transform: translateY(0px);opacity: 1}

}

@keyframes rightSlideManuAniate01 {

  0% {transform: translateY(0px);opacity: 1}

  100% {transform: translateY(30px);opacity: 0}

}

.closeB{

    position: absolute;

    color: #fff;

    top: 0;

    right: 0;

    padding: 30px;

}

.mobilenavUlActive{

    animation-name: rightSlideManuAniate;

    animation-duration: 2s;

    animation-delay: 200ms;

    animation-fill-mode: forwards;

    backface-visibility: hidden;

    display: block !important;

    opacity: 0;

}

.mobilenavUlActive01{

    animation-name: rightSlideManuAniate01;

    animation-duration: 1s;

    animation-delay: 200ms;

    animation-fill-mode: forwards;

    backface-visibility: hidden;

    display: block !important;

    opacity: 1;

}

/*.sideMobileAdd{

    transform: translate(); !important;

}*/



.socialIconUl{

    display: flex;

    flex-direction: row; 

}

.socialIconUl li{

    padding: 10px;

    

}

.socialIconUl div a{

    color: #a3a3a3;

    display: block;

    

}

.socialIconUl div a:hover{

    color: #FFF;

}

/*contact Page start*/

.contactPage{

    opacity: 0;

     width: 100vw;

    background: #fff;

    position: fixed;

    height: 100vh;

    z-index: 99;

    transform: translateX(100%);

    transition: transform 2s cubic-bezier(0.42, 0, 0.1, 0.93);

}

.contactInner{

    display: flex;

    flex-direction: column;

    justify-content: center;

    height: 100vh;

    margin: 0 auto;

    width: 75vw;

    top: 0;

    background: #fff;

}

.contactInner h3{

    margin-bottom: 35px;

    font-size: 18px;

    color: #505050;

    letter-spacing: 0.015em;

    word-spacing: 0.001em;

}

.contactInner h1{

    padding: 15px 0px;

    line-height: 1.3;

    margin-bottom: 10px;

    font-weight: 600;

    font-size: 40px;

    letter-spacing: -0.03em;

    font-weight: 500;

}

.pphotoWraper{

    float: right;
    margin-left: auto;

}

.pphotoWraperInn{

    max-width: 380px;

    max-height: 480px;

    /* border-radius: 24px; */


    overflow: hidden;

}

.pphotoWraperInn img{

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.mainContent{

    float: left;
    /* font-family: 'Titillium Web', sans-serif; */
    width: 60%;
    margin-right: 48px;

}

.socialIconUl.pphotoa div a{

    color: #333;
    font-weight: 600;

}

.socialIconUl.pphotoa div a:hover {

    color: #a3a3a3;

}

.socialWarpperpphotoo{

    display: flex;

    justify-content: end;

}

.logo-holder{

    width: 50px;

    transition: transform .5s cubic-bezier(0, 0.91, 1, 1);

}

.logo-holder:hover{

        transform: rotate(90deg);

}
.displayFlebbkk{
    display: flex;
    align-items: center;
}

.logoHo{

    width: 200px;

    position: absolute;

    height: 50px;

    background: black;

    transform-origin: left center;

    transform: scaleX(1);

    transition: transform .5s cubic-bezier(0, 0.91, 1, 1);

    color: #fff;

    z-index: 1;

    line-height: 50px;

    text-align: center;

}


.logoHo.scale0{

    transform: scaleX(0);

}





/*headerCoding*/

header{background: #fff;}
.bgWhite{background: #fff;}

.headerm{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction:row;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 12px 60px;

    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 99;
    background: #333;
    box-shadow: 0px 0px 6px #7a7a7a;


}
.headerBottomGradient{
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 4px;
     /*background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);*/
     background: linear-gradient(-45deg, #C7A01D, #FFD64B, #A67201, #D7B129);
     background-size: 400% 400%;
     animation: gradient 15s ease infinite;
}
.mt10{
    margin-top: 10px;
}
.mt10.removemt10{
    margin-top: 0px;
}
.bikiLogo{
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.bikiLogo div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    transform: translateX(-2px);
    transition: all .2s linear;
}
.bikiLogo img{
    width: 108%;
    height: auto;
}
.bikiLogo img.bikiphoto{
    width: 170%;
    height: auto;
    transform: translate(17px, 3px);
}
.bikiLogo:hover div{
    transform: translateX(-54px);
    transition: all .2s linear;
}
.navm ul{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction:row;
    align-items: center;
    -webkit-align-items: center;
}

.navm ul li + li{
    margin-left: 25px;
}
.navm ul li a{
    font-size: 16px;
    padding: 3px 6px;
    text-transform: uppercase;
    text-decoration: none;
    color: #141517;
    display: block;
    box-sizing: border-box;
}
.navm ul li a:hover{
    background: #50E3C2;
}
.navm ul li:nth-child(1):hover a{
    /*background: #50E3C2;*/
    background: #ffca00;
    padding: 3px 6px;
}
.navm ul li:nth-child(2):hover a{
    background: #50E3C2;
    padding: 3px 6px;
}
.navm ul li:nth-child(3):hover a{
    background: #ffca00;
    padding: 3px 6px;
}
.navm ul li:nth-child(4):hover a{
    background: #ffca00;
    padding: 3px 6px;
}
.searchCustome{
    font-size: 14px;
    font-weight: 700 !important;
}

.active0{
    background: #ffca00;
}

.menuicon span:nth-child(3){
    width: 20px;
    transition: all .3s linear 
}
.menuicon span:nth-child(1){
    transition: all .3s linear 
}
.menuicon:hover span:nth-child(3){
    width: 26px;
}

/*Experience Section Start*/


.sectionContainer{
    width: 75vw;
    margin: 0 auto; 
}
.sectionInner0{
    padding: 10vh 0px;
}
.bgExperince{
    background: #E7E7E7;
}
.seciHeading{
    font-size: 60px;
    line-height: 80px;
    padding-bottom: 24px;

}
.headColor{
    color: #333;
}
.paraafterHeadi{
        font-size: 16px;
    padding-bottom: 36px;
    width: 100%;
    line-height: 20px;
    font-style: italic;
}
.expDetailsWrapper{
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    /* flex-wrap: wrap; */
}

/* newCard start*/

.blackCard{
    background-color: #333333;
    border-radius: 24px;
    padding: 48px;
    justify-content: end;
}
.blackCard{
    color: #fff;
    display: flex;
    position: relative;
    margin: 96px 0;
}
.blackCard.reverseCard{
    justify-content: start;
}

.whiteBocinBlackCard{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 48px;
}
.blackCard.reverseCard .whiteBocinBlackCard{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 48px;
    left: inherit;
}
.whiteBocinBlackCard img{
    width: 350px;
}
.textContentBlackCard{
    text-align: right;
    width: 55%;
}
.blackCard.reverseCard .textContentBlackCard{
    text-align: left;
}
.textContentBlackCard h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
}
.textContentBlackCard a{
    background-color: transparent;
    margin-top: 12px;
    border: none;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    display: block;
    cursor: pointer;
}
.viewProjectanchor{
    display: flex;
    align-items: center;
}
.viewProjectanchor.reverse{
    justify-content: end;
}
.textContentBlackCard p{
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
    color: #C9C9C9;
}

/* newCard ends*/
.ed01 h4{
    font-size: 24px;
    color: #333;
    line-height: 30px;
}
.ed01 h5{
    font-size: 20px;
    color: #333;
    line-height: 26px;
}
.ed01{
    width: 50%;
}
.ed01 h6{
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 24px;
}
.expDetailsWrapper .ed01{
    margin-bottom: 8vh;
}

.expDetailsWrapper .ed01:nth-last-child(2){
    margin-bottom: 0;
}
.expDetailsWrapper .ed01:nth-last-child(1){
    /* margin-bottom: 0; */
}
.alignItemFlexEnd{
    align-items: flex-start;
}
/*headerCoding Ends*/

/*Video and Photography Section*/
.expDetailsWrapper.mRLMinus{
    margin-left: -12px;
    margin-right: -12px;
}
.expDetailsWrapper .videoColumn{
    flex: 1;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}

.videoColumnInner{
    width: 100%;
    height: 35vh;
    background-size: cover !important;
    background-repeat: no-repeat;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.videoColumnInner::after{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,.2));
    transition: all .5s ease;
    opacity: 0;
}
.videoColumnInner.videothumb01{
    background: url(../images/videothumb01.png);
}
.videoColumnInner.videothumb02{
    background: url(../images/videothumb02.png);
}
.videoColumnInner.photoThumb01{
    background: url(../images/photoThumb01.png);
}
.videoColumnInner.photoThumb02{
    background: url(../images/photoThumb02.png);
}
.videoColumnInner.photoThumb03{
    background: url(../images/photoThumb03.png);
}
.videoColumnInner.photoThumb04{
    background: url(../images/photoThumb04.png);
}
.videoColumnInner.photoThumb05{
    background: url(../images/photoThumb05.png);
}
.videoColumnInner.photoThumb06{
    background: url(../images/photoThumb06.png);
}
.videoColumnInner.photoThumb07{
    background: url(../images/photoThumb07.png);
}
.vContent{
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 1;
}
.vContent.smallCards{
    left: 12px;
    bottom: 24px;
    width: 100%;
}

.vContent h3{
    font-size: 16px;
    color: #fff;
    padding-bottom: 12px;
    filter: drop-shadow(0px 0px 3px black);
    transform: translateY(-50%);
    transition: all .5s ease;
    opacity: 0;
}
.vContent h1{
    font-size: 24px;
    color: #fff;
    /*padding-bottom: 12px;*/
    filter: drop-shadow(0px 0px 3px black);
}
.vContent h5{
    font-size: 14px;
    color: #fff;
    font-style: italic;
    filter: drop-shadow(0px 0px 3px black);
    transform: translateY(50%);
    transition: all .5s ease;
    opacity: 0;
}
.vContent.smallCards h5{
    width: 90%;
    opacity: 1;
    bottom: 16px;
}
.videoPlayicon{
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1c40f;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all 1s ease;
    opacity: 0;
}

.videoPlayicon span{
    display: block;
  width: 0; 
  height: 0; 
  border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid white;
}
.videoColumnInner:hover .vContent h3, .videoColumnInner:hover .vContent h5, .videoColumnInner:hover .videoPlayicon, .videoColumnInner:hover:after{
    opacity: 1;
    transform: translateY(0%);
}
.videoColumnInner.height20vh{
    height: 25vh !important
}

/*contact section start*/
.expDetailsWrapper .videoColumn.flwidth{
    width: 320px;
    flex: unset;
}
.expDetailsWrapper .videoColumn.flwidth h3{
    margin-bottom: 12px;
}
.paraafterHeadiContact{
    font-size: 16px;
    /*padding-bottom: 36px;*/
    width: 90%;
    line-height: 20px;
    font-style: italic;
}
.lineHeight20{
    line-height: 20px;
}

.fontWeightBold{
    font-weight: bold;
}
.field{
    position: relative;
    margin-bottom: 24px;
}

.field label{
     position: relative;
     display: block;
    /*pointer-events: none;*/
  cursor: default;
    position: absolute;
    left: 0;
    top: 31px;
    color: rgba(51, 51, 51, .5);
    transition: all .3s cubic-bezier(0.25, 0.1, 0.34, 1.71)
}
.field input{
    width: 100%;
    padding: 12px;
    padding-left: 0px;
    padding-top: 28px;
    border: none;
    border-bottom: 1px solid #666;
    width: 100%;
    background: transparent;
    position: relative;
}
.field textarea{
    width: 100%;
    padding: 12px;
    padding-left: 0px;
    padding-top: 28px;
    border: none;
    border-bottom: 1px solid #666;
    width: 100%;
    background: transparent;
    position: relative;
        outline: none;
}
.field label.activeInput{
     top: 0px;
     color: rgba(51, 51, 51, 1);
     font-size: 12px;
}

footer{
    background: #222222;
    padding: 24px 0px;
    color: #fff;
}
.sendEnquaryWra{
    position: relative;
}
.submitButton{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #333;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    bottom: 12px;
    right: 0px;
    font-size: 12px;
}
.viewProjectanchor{
    position: relative;
}
.hoverVewProject{
        position: absolute;
    width: 140px;
    height: 3px;
        background: rgb(199 160 29 / 100%);
    transform: translate(-7px, 0px);
    transition: all ease 1s;
    opacity: 0;
}
.viewProjectanchor:hover .hoverVewProject{
        transform: translate(-7px, 17px);
    /*z-index: -1;*/
    opacity: 1;
}














/*Animatation section*/
/*landing page animate*/
@keyframes animatelanding {
  from {
    transform: scale(.98,.98);
    opacity: 0;
}
  to {
    transform: scale(1,1);
    opacity: 1;
}

}
.animatelanding{
    animation: animatelanding 2s;
}
/*experiance bg animate*/
@keyframes animateexBG {
  from {
    opacity: 0;
}
  to {
    opacity: 1;
}

}
.animateexBG{
    animation: animateexBG 1s;
}
.socialwrapper{
    justify-content: center;
    display: flex;
}

.socialwrapper a span{
    color: #fff;
    font-size:  13px;
    display: block;
    width: 100px;
}
.socialwrapper span:last-child{
    margin-right: 0px;
}
.headingSection{
    margin: 48px 0;
}
h1.headingHeading{
    font-size: 42px;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0.32px;
    line-height: 140%;
}
p.headingPara{
    font-size: 18px;
    font-weight: 300;
    color: #666666;
    letter-spacing: 0.32px;
    line-height: 140%;
    margin-bottom: 18px;
    margin-top: 8px;
}
.redirectL{
    width: 18px;
    height: 18px;
    margin-left: 12px;
    margin-right: 12px;
}
.newContainer{
    padding: 100px;
}
.nigfWrapper{
    padding: 24px 0;
    margin-top: 24px;
    display: flex;
}
.nImgWarp{
    background: #333333;
    padding: 48px;
    display: flex;
    border-radius: 24px;
    width: 50%;
}
.nImgWarp:first-child{
    margin-right: 48px;
}
.nImgWarp .nnimg{
    padding: 12px;
    background: #ffffff;
    border-radius: 12px;
    width: 80px;
    height: 80px;
    margin-right: 12px;
}
.nImgWarp .ngwrapper h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0;
    color: #fff;
}
.nImgWarp .ngwrapper p{
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    color: #C9C9C9;
}

.bContainerRow{
    margin: 0 -12px;
    display: flex;
}
.bContainercol{
    padding: 12px;
    flex: 1;
}
.cardE{
    padding: 16px;
    background: #F1F1F1;
    border-radius: 6px;
    height: 100%;
}
.dslpf{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.fivePH h3{
    font-weight: 600;
    font-size: 14px;
    color: #333;
    line-height: 140%;
}
.fivePH h5{
    font-weight: 500;
    font-size: 12px;
    color: #333;
    line-height: 140%;
}
.dslpf>h3{
    font-weight: 500;
    font-size: 14px;
    color: #333;
}
.cardE p{
    font-weight: 500;
    font-size: 12px;
    color: #666;
    line-height: 140%;
    margin-top: 8px;
}
.bg333{
    background-color: #333333;
}
.width100p{
    width: 100%;
}
.flex2{
    flex: 2;
}

.bContainercol.width50p input{
    width: 50%;
}
.bContainercol.width100p input{
    width: 100%;
}
.bContainercol.width100p textarea{
    width: 100%;
}
.contctlefwrapper{
    width: 40%;
    padding-right: 48px;
}
input{
    background: #F1F1F1;
    background-color: #F1F1F1;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    outline: none;
}
textarea{
    background: #F1F1F1;
    background-color: #F1F1F1;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
     outline: none;
}
.contactHeading{
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 42px;
    letter-spacing: -0.03em;
    font-weight: 600;
    color: #fff;
}
.mobileemailwrapper{
    margin-top: 12px;
}
.mobileemailwrapper h5{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 140%;
}
.helloBtn.borderOnly.forContact button{
    background-color: #F1F1F1;
    color: #F1F1F1;
    border: 2px solid #fff;
    margin-top: 24px;
}

.helloBtn.borderOnly.forContact button:hover{
    color: #fff;
    padding: 8px 16px;
    background-color: #000;
    border-radius: 6px;
    border: 2px solid #000;
}

button{
    transition: all ease 1s;
}

.strongTxt{
    font-weight: 600;
}


.socialIconUl div:last-child{
    margin-right: 0 !important;
}



/*header bottom animation*/
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


















@media only screen and (max-width: 1070px) {

  .displayFlebbkk{
    flex-direction: column-reverse;
  }
  

.main{
        width: 92vw;;
                margin-top: 90px;
                display: block;
                height: initial;
                margin-bottom: 24px;
}

.headerm{
    padding: 12px 20px !important;
    position: relative;
}
.pphotoWraper{margin-left: initial;    margin-bottom: 42px;}
/*.displayFlebbkk{position: relative;}*/
/*.mainContent{padding-top: 40vh;}*/


.socialWarpperpphotoo {
    display: flex;
    justify-content: end;
}
.helloBtn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainContent{
        width: 100%;
    margin: 0 48px;
    align-items: center;
}
.mainContent h1{
    text-align: center;
}
.designLeaderPara{
    text-align: center;
}
.vc_button{
        justify-content: center;
}
.sectionInner0{
        padding: 24px 0px
}
.blackCard{
        margin: 24px 0;
                margin: 124px 0;
            flex-direction: column;
            align-items: center;
            padding: 12px;
}
.sectionInner0 .blackCard.reverseCard:last-child{
    margin: 0;
}

.whiteBocinBlackCard{
    position: initial;
    transform: translateY(-35%);
}
.headerm{
    align-items: center;
}
.whiteBocinBlackCard img{
    width: 250px;
}
.textContentBlackCard{
            text-align: center;
        transform: translateY(-50px);
        width: 90%;
}

.blackCard.reverseCard {
    justify-content: start;
        flex-direction: column;
}
.blackCard.reverseCard .whiteBocinBlackCard{
    position: initial;
    transform: translateY(-35%);
}
.blackCard.reverseCard .textContentBlackCard{
    text-align: center;
}
.headingHeading{
    text-align: center;

}
.headingPara{
    text-align: center;
}
.headingSection {
    margin: 12px 0;
}
.newContainer {
    padding: 48px;
}
.nigfWrapper{
        flex-direction: column;
}
.nImgWarp{
    width: 100%;
    margin-bottom: 24px;
}
.nImgWarp{
    align-items: center;
    justify-content: center;
}
.nigfWrapper{
    padding: 0;
}
.bContainerRow{
        flex-wrap: wrap;
}
.bContainercol{
    flex: auto;
}

.dslpf{
    flex-direction: column;
}
.contctlefwrapper{
    width: 100%;
    padding-right: 0;
}
.contactHeading{
    text-align: center;
}
.mobileemailwrapper h5{
    text-align: center;
}
.contactInputWrapper{
    width: 100%;
    margin-top: 24px;
}
.nImgWarp{
    flex-direction: column;
    padding: 24px;
}
.nImgWarp .ngwrapper h2{
        line-height: 100%;
        text-align: center;
    margin-top: 12px;
}
.pphotoWraperInn{
        max-width: 230px;
    max-height: 310px;
}
.viewProjectanchor{
    justify-content: center;
}

.nImgWarp .nnimg{
    width: 55px;
    height: 55px;
        margin-right: 10px;
}
.nImgWarp .ngwrapper h2{
    font-size: 20px;
    line-height: 150%;
    text-align: center;
}
.nImgWarp .ngwrapper p{
        font-size: 14px;
        line-height: 150%;
        text-align: center;
}
.socialwrapper a span{
    width: 90px;
}
.viewProjectanchor.reverse{
    justify-content: center;
}

.hoverVewProject{
    display: none;
}
















}


@media only screen and (max-width: 768px) {

  .naWr{display: none;}

  .mbNav{display: block;}
  .height245{
    height: 245px;
}
.pphotoWraper{margin-left: initial;}

.main{height: initial;}
/*.mainContent{    margin-top: 24px;}*/
.mainContent h3{margin-bottom: 0px;}
.mainContent h1{font-size: 28px;line-height: 100%;}

.designLeaderPara{
    font-size: 14px;
}
/*menuresponsive*/
.navm ul{
    flex-direction: column;
    align-items: flex-end;
    -webkit-align-items: flex-end !important;
    height: 50vh;
    justify-content: space-between;
}
.headerm{
    -webkit-align-items: center;
    align-items: center;
    height: 72px;
    transition: all .8s cubic-bezier(0.4, 0, 1, 0)  1s
}
.menuicon{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 16px;
    margin-bottom: 12vh;
}
.menuicon span{
    width: 26px;
    height: 2px;
    background: #333;
    display: block;
    margin-bottom: 4px;
    transition-delay: .5s;
}

.headerm.height100vh{
    height: 100vh;
    transition: all .8s cubic-bezier(0.4, 0, 1, 0)  .1s
}

.menuicon.mobile span:nth-child(1){
    opacity: 0;
    transition-delay: 50ms;
}
.menuicon.mobile span:nth-child(3){
    transition-delay: 50ms;
    opacity: 0;
    
}
.navm ul li a{
    font-size: 32px;    
}
ul li{
    opacity: 0;
   transform: translateX(50%);
}

ul li:nth-child(1){
    transition: all .8s cubic-bezier(0.48, 0.24, 0.55, 1.33)  .5s
}
ul li:nth-child(2){
    transition: all .8s cubic-bezier(0.48, 0.24, 0.55, 1.33)  .6s
}
ul li:nth-child(3){
    transition: all .8s cubic-bezier(0.48, 0.24, 0.55, 1.33)  .7s
}
ul li:nth-child(4){
    transition: all .8s cubic-bezier(0.4, 0, 1, 0)  .6s
}

li.fadeIIn{
    opacity: 1;
   transform: translateX(0);
}


/*Experience Section*/
.paraafterHeadi{
    width: 100%;
}
.expDetailsWrapper{
    flex-direction: column;
    align-items: flex-start;
}
.expDetailsWrapper .videoColumn.flwidth{
    width: 100%;
}
.expDetailsWrapper .videoColumn{
    width: 100%;
}
.seciHeading{
    font-size: 48px;
    line-height: 48px;
}
.seciHeading span{
    display: block;
}


.sectionContainer{
    width: 92vw;
    margin: 0 auto; 
}
.ed01{width: 100%}
.expDetailsWrapper .ed01:nth-last-child(2) {
    margin-bottom: 8vh;
}

.bgPosYBottom{
    background-position-y: bottom !important;
}
.vContent h3{
    opacity: 1;
    transform: translateY(0%);
}

.navm ul.displayFlex{
    width: calc(100% - 27px);;

}
.navm ul{
    width: 0px;
    
}
.buttonGS{
    width: 70%;
}

.displayFlebbkk{
    align-items: center;
}
.socialwrapper {
        align-items: center;
        justify-content: center;
        display: flex
;
    }
    .newContainer {
    padding: 24px;
}
h1.headingHeading{
    font-size: 28px;
    line-height: 100%;
}
p.headingPara{
    font-size: 14px;
}
.textContentBlackCard h2{
    font-size: 24px;
    margin-bottom: 8px;
}
.textContentBlackCard p{
    font-size: 14px;
}
.textContentBlackCard{
    transform: translateY(-25px);
}
.whiteBocinBlackCard{
    transform: translateY(-22%);
}  
.viewProjectanchor.reverse{
    justify-content: center;
}
.blackCard.reverseCard .whiteBocinBlackCard{
    transform: translateY(-22%);
}
.blackCard{
            margin: 70px 0;
}
.redirectL{
        width: 14px;
    height: 14px;
}
.textContentBlackCard a{
        font-size: 16px;
}
.bContainercol{
    height: auto !important;
}
.dslpf>h3{
        line-height: 150%;
}
.contactHeading{
            font-size: 28px;
        line-height: 100%;
            margin-top: 12px;
                margin-bottom: 12px;
}
.mobileemailwrapper h5 {
    font-size: 14px;
}
input{
    font-size: 14px;
}
.pphotoWraperInn{
        max-width: 200px;
}
.LogoNameWrapper{
    display: none;
  }

.copyright{
    font-size: 12px;
}

.main{
    margin-top: 40px;
}
.pphotoWraper{
    margin-bottom: 70px;
}













}
/*@media only screen and (max-width: 1024px) {
    .bgPosYCenter{
        background-position-y: center !important;
}


}*/




.divArray{
    opacity: 1;
    transition: all 1s ease;
    opacity: 0;
    transform: translateY(5%);
}
.showElementA{
    animation-name:showElementA;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}


@keyframes showElementA {
  0%   {
    opacity: 0;
    transform: translateY(5%);
}
  100% {
    opacity: 1;
    transform: translateY(0%);
}


}


