
*{
	box-sizing:border-box;
}

body {line-height: 1.6;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
	background: #FF8008;
    background: -webkit-linear-gradient(to right, #F5FFFA, #F5F5F5); 
    background: linear-gradient(to right, #F5FFFA, #F5F5F5);
  }

  .header{
	height: 100vh;
	background-image:url(images/about-img.png);
	background-position: center;
	background-size:cover;
	background-repeat:no-repeat;
    
	
  }

  
  .phone{
	  text-align:center;
	  color:#fff;
	  position: absolute;
    top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  
  .phone a{
	
	  text-decoration:none;
	  font-size:20px;
	  font-weight:bold;
	  border-radius:15px;
	  background:#ffb804;
	  color:#fff;
	  padding:10px;
  }
 
	.phone-btn{
	  text-decoration:none;
	  font-weight:bold;
	  
  }
 
  .topnav {
    overflow: hidden;
    background-color: #333;
    opacity: .95;
    position: fixed;
    width: 100%;z-index:1;
    
  }
  
  .topnav a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    
    
  }
  
  .topnav a:hover {
    background-color:#ffb804;
    color: black;   
	transition: .5s;
  }
  
  .topnav a.active {
    background-color: #ffb804;
    color: white;

  }
  
  .topnav .icon {
    display: none;
  }
  
  
  
  label{
	color:white;
	line-height:50px;
	padding:25px;
	font-size:25px;
 
  }
  
 	 
  
  .flex-items p{
	  padding:5px;
	  text-align:left;
  }
  
  
 .section{ 
		height:100vh;
		width:100%;
		display:flex;
		align-items:center;
		justify-content:center;
  }
  
  .section-footer{
	  margin-top:40px;
	 
  }
  .container{
      font-size:15px;	
	  width:80%;
	  height: 60vh;
	  max-width:1000px;
	  margin:0 auto;
	  display:flex;
	  align-items:center;
	  justify-content:center;	  
	 
  }
		

.left {
	
	width:50%;
	height:400px;
	background:url(images/1.png) no-repeat center/cover;
	border-radius:5px;

 
}

.right {
	width:50%;
	height:auto;
	box-shadow: 5px 5px 10px #cac7c7;
	background:rgb(243, 255, 255);
	align-items:center;
	justify-content:center;
	padding:20px;
	color:black;
	
}



.services-right {
	
	width:50%;
	height:400px;
	background:url(images/services.png) no-repeat center/cover;
	border-radius:5px;

 
}
h1{
	margin-top: 0;
	text-align: center;
}

.services-left {
	width:50%;
	height:auto;
	box-shadow: 5px 5px 10px #cac7c7;
	background:rgb(243, 255, 255);
	align-items:center;
	justify-content:center;
	padding: 20px;
	color:black;
  
	
}


.section-footer{
	text-align:center;
	width:100%;
	height:auto;
	background:#333;
}




  
  
  .gal{width:80%;
  background:rgb(243, 255, 255);
  box-shadow: 5px 5px 10px #cac7c7;
  max-width:1000px;
  margin:0 auto;
  
  display:flex;
  align-items:center;
  justify-content:center;	
 }
 
	img {
	vertical-align: middle;
	}


.container-gallery {
  position: relative;
  max-width:800px;
	}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 55%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  transition: .5s ease;
}


.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 10px 20px;
  position: absolute ;
  top: 0;
  
}

.row:after {
  content: "";
  display: table;
  clear: both;
}


.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}




.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}





.section-footer{
	display: flex;
	background: #333333;
	background: -webkit-linear-gradient(330deg, #333333 50%, #FFB804 50%);
	background: -moz-linear-gradient(330deg, #333333 50%, #FFB804 50%);
	background: linear-gradient(330deg, #333333 50%, #FFB804 50%);
	}

.left-footer{width: 50%;
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
  
}


.right-footer{width:50%;
  margin:10px;
}







@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
	
	
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;
	}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align:center;
    }
	.container{
		flex-direction:column;
		width:95%;
	}
	.left{
		display:none;
	}
	.right{
		width:100%;
	}
	.services-left{
		width:100%;
    order: 2;
	}
	
	.services-right{
		width:100%;
    order: 1;
	}
	.services{

    flex-direction: column-reverse;
	}
 
	  
	  
  .left-footer{
	  width:100%;
	  height:200px;
	  }
	  
  .right-footer{
	  display:none;
	  }
	  .footer{text-align:center;
	  }
  }





  h1{
    text-align: center;
    margin:30px;
    padding-top: 30px;
}


.form-container{
    background: #ffb804;
    text-align: center;
    width: 100%;

}

form{
    max-width: 80%;
    margin: auto;
    
}
.text{outline:none;
    display: block;
    width:100%;
    padding: 10px;
    margin: 10px;
border: 0;
border-radius: 5px;
}
.text:hover{
    box-shadow: 0 0 10px 5px #34496e;
}
textarea{
    resize: none;
}

button{
  margin: 15px auto ;
padding: 5px;
  font-size: 20px;
  border-radius: 15px;
  background: #fff;
  border: 0;
}
button:hover{

    background: darkcyan;

}
