*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
body{
    overflow-x: hidden;
	

}

html{
    scroll-behavior: smooth;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.logo{
  width: 200px;
}
  
.slider1,.slider2,.slider3,.slider4,.slider5{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    
}
img{
    width: 100%;
    
    position: center;
    background-position: center;
    background-size: cover;
   
    overflow: hidden;
}
.overlay{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
}
nav{
    display: flex;
    padding: 2% 4%;
    justify-content: space-between;
    align-items: center;
    
    
    
}
#sidenav{
    width: 250px;
    height: 100vh;
    position: fixed;
    right: -250px;
    top: 0;
    background-color: #1260CC;
    z-index: 2;
    transition: 0.5s;
}
.header-links ul li{
    list-style: none;
    margin: 50px 20px;
     
   
    
   
   
}
.header-links ul li a{
    text-decoration: none;
    color: #fff;
    
    
}

#menubtn{
    width: 50px;
    position: fixed;
    right: 65px;
    top: 35px;
    z-index: 2;
    cursor: pointer;
}
/*.header-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.header-links ul li a{
    text-decoration: none;
    
)*/
.menu-1{
    color: #fff;
    margin-top: 20px;
    
}
.menu-2{
  margin-left: 25px;
}



    
    






    
.text-box{
     width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-style: bold;
    
    
}
.text-box h1{
    font-size: 60px;
	color: transparent;
    margin-top: 35%;
    font-weight: 600;
    /*-webkit-text-fill-color: transparent;*/
    -webkit-text-stroke: 1px #fff;
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-position: -1500px 0;
    animation: backcolor 5s linear infinite;*/
    
    
}

@keyframes backcolor{
  100%{
    background-position: 0 0;
  }
}


 



	



/*.text-box h4{
    margin: 10px 0 40px;
    color: #FFA500;
    animation: zoom 3s linear infinite;
    font-style: bold;
    font-size: 25px;*/
}


nav .fa{
	display: none;
}

.slider1{
    animation: ani1 20s linear infinite;
}
.slider2{
    animation: ani2 20s linear infinite;
}
.slider3{
    animation: ani3 20s linear infinite;
}
.slider4{
    animation: ani4 20s linear infinite;
}
.slider5{
    animation: ani5 20s linear infinite;
}
@keyframes ani1{
    0%{
        visibility: visible;
    }
    25%{
        visibility: hidden;
    }
    50%{
        visibility: hidden;
    }
    75%{
        visibility: hidden;
    }
    100%{
        visibility: visible;
    }
    
}

@keyframes ani2{
    0%{
        visibility: hidden;
    }
    25%{
        visibility: hidden;
    }
    50%{
        visibility: visible;
    }
    75%{
        visibility: hidden;
    }
    100%{
        visibility: hidden;
    }
    
}

@keyframes ani3{
    0%{
        visibility: hidden;
    }
    25%{
        visibility: hidden;
    }
    50%{
        visibility: hidden;
    }
    75%{
        visibility: visible;
    }
    100%{
        visibility: hidden;
    }
    
}

@keyframes ani4{
    0%{
        visibility: hidden;
    }
    25%{
        visibility: hidden;
    }
    50%{
        visibility: hidden;
    }
    75%{
        visibility: hidden;
    }
    100%{
        visibility: visible;
    }
    
}


nav .fa{
	display: none;
}

@media(max-width: 700px){
	.text-box h1{
		font-size: 20px;
		margin-top: -300px;
	}
	#menubtn{
    margin-left: -300px;
  }
	.logo{
		width: 70px;
	}
	
		
		
}

/*------ box ------*/
.box{
    width: 80%;
    margin: auto;
    text-align: center;
    display: flex;
    padding-left: 250px
     
    
}
.box-col{
    flex-basis: 31%;
    background: #fff3f3;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    text-align: left;
    transition: 0.5s;
}
.box-col h4{
    display: flex;
    margin-top: 15px;
}
.box-col p{
    margin-top: 15px;
}


.m{
  position: relative;
  width: 100px;
  height: 50px;
  text-align: center;
  line-height: 50px;
 
}

.m .g i{
  font-size: 40px;
  margin-left: -30px;
  
  transition: all 0.5s ease-in-out;
}
.m .x{
  
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 0;
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  
}
.m:hover .g i{
  transform: scale(0);
}
.m:hover .x{
  transform: scale(1);
  opacity: 1;
  cursor: pointer;
  
}

.j{
  position: relative;
  width: 100px;
  height: 50px;
  text-align: center;
  line-height: 50px;
 
}

.j .k i{
  font-size: 40px;
  margin-left: -30px;
  transition: all 0.5s ease-in-out;
}
.j .l{
 
  position: absolute;
  width: 300px;
  margin-top: 10px;
  margin-left: -10px;
  top: 0;
  left: 0;
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  
  
}
.j:hover .k i{
  transform: scale(0);
}
.j:hover .l{
  transform: scale(1);
  opacity: 1;
  cursor: pointer;
  
}



@media(max-width: 700px){
	.box{
		margin-left: -200px;
		margin-top: -520px;
	}
}

/*------ About us ------*/
.about us{
    padding: 100px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    
}

.about-left-col{
    padding-left: 250px;
    flex-basis: 50%;
}
.image-1{
    width: 450px;
    z-index: 1;
}

.about-right-col{
    flex-basis: 50%;
    padding-left: 800px;
    margin-top: -300px;
    margin-left: -50px;
}
.about-right-col h5{
    margin-top: -20px;
    color: #808080;
    font-size: 20px;
}
.about-right-col h1{
    margin-top: 15px;
    font-size: 25px;
}
.about-right-col p{
    margin-top: 15px;
}


nav .fa{
    display: none;
}

@media(max-width: 700px){
	.about us{
		display: block;
	}
	.about-left-col{
		display: block;
	}
	.image-1{
		width: 300px;
		margin-left: -200px;
        margin-top: 10px;
	}
	.about-right-col{
		display: flex;
		margin-top: 50px;
		margin-left: -750px;
	}
	.about-right-col h1{
		font-size: 10px;
	}
	.about-right-col p{
		font-size: 8px;
	}
	
	
}

/*------ flooring installers ------*/
.installers{
    margin-top: 150px;
    background: #fff3f3;
    display: flex;
    padding: 100px 0;
    align-items: center;
    flex-wrap: wrap;
}
.installers-left-col h1{
    margin-left: 150px;
    margin-top: -50px;
    font-size: 50px;
}
.installers-left-col p{
    margin-top: 50px;
    margin-left: 150px;
}
.c-pic{
  width: 200px;
}
.circle{
    /*display: inline-flex;
    flex-wrap: wrap;*/
    /*margin-left: 150px;
    margin-top: 20px;*/
    background-color: #fff;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    /*align-items: center;*/
}
.circle li{
    list-style: none;
}
.text-1{
    font-size: 40px;
    color: #FFA500;
    margin-left: 50px;
}
.text-2{
    font-size: 20px;
    margin-left: 50px;
    margin-top: 5px;
}
.text-3{
    margin-left: 50px;
    margin-top: 5px;
}
.bar-pic{
  width: 100px;
  margin-left: 10px;
  margin-top: 20px;
}
.button-3{
    /*margin-left: 20px;*/
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 34px;
    /*position: absolute;*/
    padding: 12px;
    /*margin-top: -30px;*/
}
.button-3:hover{
    border: 1px solid;
    background: #FFA500;
    transition: 1s;
}
.text-4{
    margin-top: 500px;
}
.installers-right-col img{
    width: 477px;
    margin-left: 50px;
}

@media(max-width: 700px){
  .installers-left-col h1{
    margin-left: 10px;
    font-size: 20px;
    }
  .installers-left-col p{
    margin-left: 10px;
    font-size: 10px;
  }
  .installers-right-col img{
    width: 200px;
    margin-top: 20px;
  }
}


/*------ Services ------*/
#services .v{
  margin-top: -50px;
}
#services{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
#services h1{
    font-size: 50px;
    margin-top: 150px;
   
}
#services p{
    margin-top: 20px;
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.service-col{
    flex-basis: 35%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 30px 20px;
    box-sizing: border-box;
    text-align: center;
    transition: 0.5s;
}
.service-col:hover{
    box-shadow: 0 0 20px 0px 
}
.service-col i{
    margin-left: 30px;
    font-size: 50px;
}
.service-col h4{
    margin-left: 30px;
    margin-top: 10px;
}
.service-col p{
    margin-left: 20px;
}

@media(max-width: 700px){
	.row{
		display: block;
	}
	
}

/*------ Our Product ------*/
.Our Product{
    margin-top: 250px;
    display: flex;
    padding: 100px 0;
    align-items: center;
    flex-wrap: wrap;
}
.product-left-col h1{
    margin-left: 150px;
    font-size: 40px;
}
.product-left-col p{
    margin-top: 50px;
    margin-left: 150px;
}
.fa-solid{
   /* margin-top: 10px;
    margin-left: 150px;*/
    font-size: 50px;
}
.picture-1{
    margin-left: 650px;
    margin-top: -250px;
    width: 500px;
}

@media(max-width: 700px){
  .product-left-col h1{
    font-size: 20px;
    margin-left: 10px;
  }
  .product-left-col p{
    margin-left: 10px;
  }
  .picture-1{
    width: 300px;
    margin-left: 10px;
    margin-top: 100px;
  }
}

/*------ process ------*/
.process{
    margin-top: 100px;
    text-align: center;
}
.process p{
    color: #808080;
}
.process h1{
    margin-top: 20px;
    font-size: 40px;
}
.row-1{
   margin-top: 5%;
    display: flex;
    justify-content: space-between;
    padding-left: 200px;
    padding-right: 200px;
}
.process-col{
    background-color: #fff3f3;
    height: 150px;
    width: 150px;
    border-radius: 50%;
}
.process-col p{
    color: #fff;
    background-color: #000;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    margin-left: 55px;
    margin-top: -5px;
    
}
.process-col i{
    margin-top: 30px;
    font-size: 20px;
}
.process-col h3{
    margin-top: 10px;
}

/*------ project ------*/
#project{
    /*padding-top: 100px;*/
    background-color: #fff3f3;
    /*margin-top: 10px;*/
}
#project p{
    margin-left: 20px;
}
#project h1{
    margin-left: 20px;
    margin-top: 30px;
    font-size: 50px;
}
.button-5{
    margin-left: 1000px;
    margin-top: -50px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 34px;
    position: absolute;
    padding: 12px 34px;
}
.button-5:hover{
    border: 1px solid;
    background: #FFA500;
    transition: 1s;
}
.row-2{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.project-col{
    width: 400px;
    
    
    
}
.project-col:hover{
    box-shadow: 0 0 20px 0px 
}
.text-5{
    background-color: #fff;
    /*width: 300px;
    height: 250px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -5px;*/
}
.text-5 h6{
    padding-top: 30px;
    padding-left: 30px;
    font-size: 15px;
    color: #FFA500;
}
.text-5 h3{
    padding-top: 20px;
    padding-left: 30px;
    font-size: 20px;
}
.text-5 p{
    padding-top: 20px;
    margin-left: 30px
}
.text-5 i{
    padding-top: 20px;
    margin-left: 30px;
    font-size: 40px;
        
}
.text-5:hover{
    box-shadow: 0 0 20px 0px 
}
.text-6{
    background-color: #fff;
    width: 300px;
    height: 250px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -5px;
}
.text-6 h6{
     padding-top: 30px;
    padding-left: 30px;
    font-size: 15px;
    color: #FFA500;
}
.text-6 h3{
    padding-top: 20px;
    padding-left: 30px;
    font-size: 20px;
}
.text-6 p{
    padding-top: 20px;
    margin-left: 30px
}
.text-6 i{
    padding-top: 20px;
    margin-left: 30px;
    font-size: 40px;
}
.text-6:hover{
    box-shadow: 0 0 20px 0px 
}
.text-7{
    background-color: #fff;
    width: 300px;
    height: 250px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -5px;
}
.text-7 h6{
    padding-top: 30px;
    padding-left: 30px;
    font-size: 15px;
    color: #FFA500;
}
.text-7 h3{
    padding-top: 20px;
    padding-left: 30px;
    font-size: 20px;
}
.text-7 p{
    padding-top: 20px;
    margin-left: 30px
}
.text-7 i{
    padding-top: 20px;
    margin-left: 30px;
    font-size: 40px;
}
.text-7:hover{
    box-shadow: 0 0 20px 0px 
}
.text-8{
    background-color: #fff;
    width: 300px;
    height: 250px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -5px;
}
.text-8 h6{
    padding-top: 30px;
    padding-left: 30px;
    font-size: 15px;
    color: #FFA500;
}
.text-8 h3{
    padding-top: 20px;
    padding-left: 30px;
    font-size: 20px;
}
.text-8 p{
    padding-top: 20px;
    margin-left: 30px
}
.text-8 i{
    padding-top: 20px;
    margin-left: 30px;
    font-size: 40px;
}
.text-8:hover{
    box-shadow: 0 0 20px 0px 
}
@media(max-width: 700px){
	.row-2{
		display: block;
	}
	
}



/*------ solution ------*/
.solution{
    background-color: #FFA500;
    width: 800px;
    height: 400px;
    margin-left: 500px;
    border-radius: 10px;
    margin-top: 80px;
}
.solution h3{
    color: #fff;
    text-align: center;
    padding-top: 75px;
    font-size: 30px;
}

@media(max-width: 700px){
	.solution h3{
		font-size: 10px;
	}
	.solution{
		width: 400px;
		height: 200px;
		margin-left: -20px;
		margin-top: 20px;
	}
}








/*------ testimonial ------*/
.testimonial{
    text-align: center;
    margin-top: 100px;
}
.testimonial p{
    color: #808080;
}
.testimonial h1{
    margin-top: 20px;
    font-size: 40px;
}
.t-pic{
  width: 100px;
}
.row-3{
     margin-top: 5%;
    display: flex;
    justify-content: space-between;
    text-align: start;
}
.testimonial-col-1{
    margin-left: 280px;
}
.testimonial-col-2{
    margin-right: 280px;
    
}

@media(max-width: 700px){
	.testimonial{
	
	}
	.testimonial h1{
		font-size: 20px;
	}
	.row-3{
		display: block;
		margin-left: -30px;
	}
	
	.testimonial-col-2{
		margin-left: 80px;
		margin-top: -320px
	}
	
}

 

/*------ Blog ------*/
.Blog{
    text-align: center;
    margin-top: 100px;
   background-color: #fff3f3
}
.Blog p{
    color: #808080;
    margin-top: 20px;
}
.Blog h1{
    margin-top: 15px;
    font-size: 40px;
}
.Blog-col{
    width: 370px;
}
.Blog-col:hover{
    box-shadow: 0 0 20px 0px 
}
.row-4{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    margin-left: 50px;
}

.row-4 h4{
    margin-top: 10px;
    text-align: center;
}
.row-4 p{
    margin-top: 10px;
    text-align: center;
    
}

@media(max-width: 700px){
	.Blog p{
		font-size: 10px;
	}
	.row-4{
		display: block;
	}
	.Blog-col img{
		margin-left: -40px;
	}
	.row-4 p{
		margin-left: -50px;
	}
	.row-4 h4{
		margin-left: -20px
	}
	
	
}

/*------ Footer ------*/
.Footer{
    /*margin-top: 150px;*/
    /*width: 100%;
    padding: 100px 15%;*/
    background-image: url(images/jjj.jpg);
    background-position: center;
    background-size: cover;
    color: #000;
    /*display: flex;*/
	
}
ul {
  list-style: none;
}
ul a{
  text-decoration: none;
  
}
/*.Footer div{
    text-align: center;
}
.Footer-col-2{
    flex-grow: 0.3;
}
.Footer-col-3{
	margin-left: 500px;
}
.Footer div h3{
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.Footer-col-1 a{
    display: block;
    text-decoration: none;
    color: #000;
    margin-bottom: 10px;
}

.social-icons{
    margin-top: 30px;
}
.social-icons i{
    font-size: 22px;
    margin: 10px;
    cursor: pointer;
}*/

@media(max-width: 700px){
	.Footer{
		display: block;
	}
	.Footer-col-3{
		margin-top: -500px;
	}
	.Footer-col-1{
		margin-left: -80px;
	}
}


/*------ Contact us page ------*/
.sub-header{
    height: 50vh;
    width: 100%;
    background-color: #FFD580;
    text-align: center;
}
.q{
  width: 200px;
  
 
  
}
.sub-header h1{
    margin-top: px;
    font-weight: bold;
    font-size: 30px;
}
.sub-header p{
    margin-top: 2px;
}
.contact-form{
    margin-top: 50px;
    text-align: center;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media(max-width: 767px){
    .q-text{
        font-size: 10px;
    }
}



.container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="number"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 150px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="number"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="number"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 30%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
.file{
  margin-left: 80px;
}
.a{
  margin-left: 150px;
}
.files{
  margin-left: 50px;
}


/*------ datatable page ------*/
table {
  border-spacing: 30px;
 
}
#myTable{
	padding: 10px;
}

/*------ career ------*/
.career-text h1{
  font-size: 40px;
}
.career-text p{
  margin-top: 10px;
}
.what h2{
  margin-top: 150px;
}
.what p{
  margin-top: 10px;
}
.specialize h2{
  margin-top: 50px;
}
.specialize p{
  margin-top: 10px;
}
.Experiential h2{
  margin-top: 50px;
}
.Experiential p{
  margin-top: 10px;
}
.Business h2{
  margin-top: 50px;
}
.Business p{
  margin-top: 10px;
}
.contact-form{
  margin-top: 10px;
  margin-bottom: 10px;
}




