﻿/*Project details section CSS start*/
.ProjectsVarientClickSectionInnerWrapper{
    display:flex;
    align-items:center;
}
.ProjectVarientDetailSection{
    display:none;
}
.ProjectVarientDetailSection.WholeProject{
    display:block;
}
.ProjectVarientDetailSection.active{
    display:block;
    color:#3E4095;
}
.Project-Varient-Text{
    cursor:pointer;
}

.Project-Varient{
    flex-basis: 17%;
    text-align: center;
    padding: 1.5% 0%;
    margin-right: 2%;
    background-color: rgba(142, 67, 231,0.3);
    border-radius: 50px;
     position: relative;
  z-index:20;
  color:#fff;
  font-weight:500;
   overflow: hidden;
   border-bottom:5px solid #3E4095;
}
.Project-Varient:last-child{
    margin-right:0%;
    flex-basis:22%;
}
.Project-Varient.active {
 background: rgba(142, 67, 231,0.6);
}
.Project-Varient,
.Project-Varient::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}

.Project-Varient::before,
.Project-Varient::after {
  background: rgba(142, 67, 231,0.6);
  content: '';
  position: absolute;
  z-index: -1;
}

.Project-Varient:hover {
  color: #fff;
}

.Project-Varient::after {
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.Project-Varient:hover:after {
  height: 100%;
  width: 135%;
}
.ProjectDetailImagesSection{
    display:none;
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:99;
    overflow-y:hidden;
    height:100vh;
    width:100vw;
    background-color:rgba(0,0,0,0.9);
}
.DetailSection{
    width:100vw;
    height:100vh;
    overflow:hidden;
}

.slick-list{
    width:100vw;
    height:100%;
}
.slick-next{
    right: 6%;
}
.slick-prev{
    left:6%;
}
.slick-slide{
    width: 100vw;
}

.imageWrapper{
    width:100vw;
    height:100vh;
    position:relative;
}
.backgroundImage{
   width:60%;
   position:absolute;
   left:50%;
   top:50%;
   -webkit-transform:translate(-50%,-50%);
   -o-transform:translate(-50%,-50%);
   -moz-transform:translate(-50%,-50%);
   -ms-transform:translate(-50%,-50%);
   transform:translate(-50%,-50%);
}
.img-fluid{
    height:280px;
    max-width:none;
    width:100%;
}
.w3_testimonials_grid .img-fluid, .about-img .img-fluid{
    max-width:100%;
    height:auto;
    width:auto;
}
.slick-prev, .slick-next{
    width:50px;
    height:50px;
    z-index: 999999;
}
.slick-prev:before, .slick-next:before{
    content:"";
    display:block;
    height:50px;
    width:50px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;    
}
.slick-prev:before{
    background-image:url(../images/left1.png);
}
.slick-next:before{   
    background-image:url(../images/right1.png);
}
.CloseButton{
    color:#fff;
    font-size:18px;
    position:absolute;
    top:1%;
    right:6.25%;
    z-index:999999;
}
.CloseButton img{
    width: 96%;
    padding: 20%;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.8);
}
.slick-dots{
    bottom:4%;
}
.slick-dots li button{
    width:10px;
    height:10px;
    padding:0px;
    background-color:#3E4095;
    border-radius:50%;
}
.slick-dots li.slick-active button{
    border:2px solid #fff;
}
/*Project details section CSS End*/

/*Home Page Services CSS start*/
#services .card li{
    display:inline-block;
    border-right: 2px solid #000;
    padding-right: 3%;
    padding-left: 1%;
    color:rgba(0,0,0,0.7);
}
#services .card li:last-child{
    border:none;
    padding-right:0%;
}
#services .card li:first-child{
    padding-left:0%;
}
/*Home Page Services CSS End*/

/*Home Page Enquiry Form CSS start*/
.DesignerEnquiryFormWrapper{
    position: absolute;
    bottom: 6%;
    right: 2%;
    width: 25%;
    background-color: #fff;
}
.DesignerEnquiryForm{
    width:100%;
    padding:4%;
}
textarea:focus, input:focus{
    outline:none !important;
    box-shadow:none !important;
}
.FormHeaderText{
    font-size:25px;
    padding-bottom:4%;
}
/*Home Page Enquiry Form CSS End*/

.steps-reach-w3l p{
    text-transform:uppercase;
}
.contactDetails{
    position: absolute;
    right: 2%;
    font-size: 15px;
}

/*about us page Quality section CSS start*/
.QualitySectionInnerWrapper{
    display:flex;
}
.QualitySection{
    flex-basis:33.33%;
}
.ImageIcon{
    width: 30%;
    margin: 0% auto;
    background-color: rgba(142, 67, 231,0.3);
    padding: 3%;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 1px #999999;
    -webkit-box-shadow: 0px 0px 6px 1px #999999;
    -moz-box-shadow: 0px 0px 6px 1px #999999;
}
.ImageIcon img{
    width:100%;
}
.QualitySection h4, .uniqueWrapper h4{
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: 1px;
    color:#343a40;
    font-weight:700;
    text-align:center;
}
.QualitySubTitle{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: rgba(0,0,0,0.7);
    font-family: 'Roboto', sans-serif;
    text-align:center;
}
.QualityTitle{
    margin-top:4%;
}
.container-fluid{
    width:90%;
    margin-left:0px;
}
.navbar-collapse .ml-lg-auto{
    margin:0px auto !important;
}
.navbar-expand-lg{
    padding:0rem;
}
.navbar-brand{
    flex-basis:16%;
    padding-top:0%;
    padding-bottom:0%;
}
.navbar-brand span img{
    width:100%;
}
.WhatsMakeWrapper{
    display:flex;
}
.WhatsMakeFirstWrapper{
    flex-basis:35%;
}
.WhatsMakeMiddleWrapper{
    flex-basis:30%;
}
.WhatsMakeSecondWrapper{
    flex-basis:35%;
}
.parallaxImageWrapper{
    background-image:url('../images/floorfeet/Project/2/04 (1).jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    height:100%;
   
    position:relative;
    background-attachment:fixed;
}
.QualitySectionWrapper{
    background-color:rgba(255,255,255,0.8);
     padding-top:4%;
    padding-bottom:4%;
}
.backparallaxSet{
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    height:100%;
    background-attachment:fixed;
}
.OverlayColor{
    height:100%;
    background-color:rgba(255,255,255,0.8);
}
.WhatsMakeWrapper p{
    text-align:justify;
}
/*about us page Quality section CSS End*/

ul.footer-nav-wthree li a{
    font-weight:500;
}
/*Landing Page CSS Start*/
.LandingDivWrapper {
    width: 100vw;
    height: 100vh;
    position: relative;
    background-color: #fff;
    display: none;
}

.LandingDivWrapper .LandingDiv {
    width: 30vw;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: none;
}
.LandingDivWrapper .LandingDiv img {
    width: 100%;
}
.HeroImageCarouselWrapper{
    height:100vh;
}
.Services{
    background-image:url(../images/floorfeet/Project/3/18-1.jpg);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    height:100%;
    background-attachment:fixed;
}
.ServiceInnerWrapper{
    background-color:rgba(255,255,255,0.8);
}

/*animation css start*/

.animatable {
  visibility: hidden;
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}


@-webkit-keyframes moveUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
		opacity: 1;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 1;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


.animated.animationDelay{
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.animated.animationDelayMed{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.animated.animationDelayLong{
	animation-delay:1.6s;
	-webkit-animation-delay:1.6s;
}


.animated.moveUp {
	-webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}
.HeroImageCarouselWrapper{
    display:block;
    position:relative;
    width:100%;
    height:100vh;
    margin-bottom:3%;
}
.HeroImageCarousel{
    position:relative;
    height:100%;
    width:100%;
}
#slideshow{
    position:relative;
    height:100%;
    width:100%;
}
#slideshow img{
  position: absolute;
  top: 0em;
  left: 0;
  width: 100%;
  height:100%;
}
.Scroll-for-More-Wrapper {
    text-align: center;
    opacity: 1;
    position: absolute;
    bottom: 9vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    backface-visibility: hidden;
    z-index: 11;
}
.scroll-to-explore-text {
    font-size: .79063em;
    color: #fff;
    line-height: .9em;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .1em;
}
.Scroll-for-More-Wrapper img {
    width: 1.318em;
    height: 1.318em;
    position: relative;
    animation: mymove 3s;
    animation-iteration-count: infinite;
    margin: 0 auto;
    margin-top: 0.4em;
}
@keyframes mymove {
    from {
        top: 0
    }

    to {
        top: 4.4vh
    }
}
ul.footer-nav-wthree li a.active{
    color:#3E4095;
}

@media screen and (max-width:990px){
.DesignerEnquiryFormWrapper{
    display:none;
}
.contactDetails{
    display:none;
}
.navbar-brand{
    flex-basis:30%;
}
a.navbar-brand{
    font-size:34px;
}
.WhatsMakeWrapper{
    display:block;
}
.QualitySectionInnerWrapper{
    display:block;
}
.ProjectsVarientClickSectionInnerWrapper{
    display:block;
}
.Project-Varient{
    width:85%;
    margin:0px auto;
     margin-bottom:3%;
}
.Project-Varient:last-child{
    margin:0px auto;
}
}

/*https://codepen.io/bramus/pen/yikfd?editors=0010*/