*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;
}
 *:before, *:after {
    box-sizing: inherit;
}
body{
	width: 100%;
	min-height: 100vh;
	/*
	background-image: url("../img/29.jpg");
	background-size: cover;
    background-repeat: repeat;
    */
}

.header {
    width: 100%;
    padding: 0.5% 0.5%;
    background: url(../img/header_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.banner-main {
     background: url(../img/29.jpg);
     background-repeat: no-repeat;
     padding-top: 190px;
     background-size: 100% 100%;
     height: 100vh;
}

.bannertext {
    margin-left: 5%;
    width: 35%;
    /*
    
    padding: 5% 6%;
    background: cadetblue;
    background-image: url(../img/text.jpg);
    */
    padding: 4% 5%;
    background-image: url(../img/greentex.jpg);
    border-radius: 15px;
    box-shadow: 0px 1px 15px rgba(0,0,0,0.6),inset 0px 1px 0px rgba(255,255,255,0.04);
}

.bannertype{
  display: inline-block;
}
.typed-out{
  color: white;
  overflow: hidden;
  /*border-right: .15em solid orange;*/
  white-space: nowrap;
  animation: 
    typing 2.5s forwards;
  font-size: 2rem;
  width: 0;
}
.menubar {
    background: #075e54;
    box-sizing: border-box;
    display: block;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    /* right: -100%; */
    top: 0;
    transition: right .3s ease-in-out;
    width: 100%;
    z-index: 2;
}
.typed-out .aurovilla{
  font-family: fangsong;
  font-size: 5rem;
  font-weight: bolder;
}
.typed-out .sa{
  font-family: cursive;
  font-size: 2.5rem;
  font-weight: bolder;
}
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
.topnav {
    overflow: hidden;
    width: 75%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-end;
    align-items: center;
}

.topnav a {
  /*
  float: left;
  display: block;*/
  display: flex;
  color: black;
  text-align: center;
  padding: 3% 2%;
  text-decoration: none;
  font-size: 1.15rem;
}

.topnav a:hover {
  
  color: white;
  /*color: #DAAB00;*/
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@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: left;
  }
}

.logo {
    width: 8%;
    text-align: left;
    padding: 0px 0px 0px 5px;
}
.email{
	display: flex;
    justify-content: flex-end;
}
.email .emails, .email .phno{
  display: flex;
}
.email .phno a, .email .emails a {
	text-decoration:none;
  color: black;
}

.main{
	width: 100%;
	display: flex;
}
.content{
	width: 50%;
	margin-top: 8%;
	margin-left: 5%;
	color: black;
}
.content h1{
	font-size: 80px;
	margin-bottom: 1%;
	letter-spacing: 8px;
}
.content h3{
	font-size: 25px;
	margin-bottom: 3%;
	font-family: verdana, geneva, tahoma, sans-serif;
}
span{
	color: yellow;
}
.content p{
	font-size: 20px;
	margin-bottom: 3%
	font-family: verdana, geneva, tahoma, sans-serif;
}
button{
	margin-top: 10px;
	padding: 15px 30px;
	background: pink;
	color: black;
	font-size:17px;
	border-radius: 10px;
}
button:hover{
	background-color: Violet;
}
.column3 {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 0px;
  text-align: center;
}
.column2 {
  float: left;
  width: 50%;
  margin-bottom: 0px;
  padding: 0px 0px 44px 0px;
  text-align: center;
}
.column1 {
  /* background-color: #CCA677; */
  float: left;
  width: 100%;
  margin-bottom: 0px;
  padding: 0px 0px 44px 0px;
  text-align: center;
}
.card {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2);
}
.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}
.container {
  padding: 0 16px;
}
.des {
    font-size: 1em;
    text-align: justify;
    line-height: 2;
    color: rgb(0 0 0 / 80%);
    padding: 1% 10% 1% 10%;
}
.titlepage {
    text-align: center;
    padding: 60px;
}
.titlepage h2 {
    font-size: 45px;
    color: #1d1b28;
    line-height: 55px;
    font-weight: 800;
    padding: 0;
    font-family: fangsong;
}
.price h3{
    font-size: 27px;
    color: #1d1b28;
    line-height: 55px;
    padding: 0;
    font-family: cursive;
}
.aimg{
  width: 75%;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2);
  border-radius:10px;
}
.service-main {
     background: url(../img/sertex.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     height: 170vh;
}


    .form-wrapper {
    width:50%;
    height:412px;
    padding: 10px 10px 10px 10px;
    margin: -184px 0px 0px -155px;
    border-radius: 10px;
    background-color: #fff;
    border-width: 10px;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.6),inset 0px 1px 0px rgba(255,255,255,0.2);
    margin: 3% 0% 1% 0%;
    }
   

    .form-item {
    border-bottom:solid;
    width:100%;
    }
    
    
  .form-item input{
    border: none;
    margin-top:11px;
    fy: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 30px;
    width: 100%;
    padding-left: 55px;
    }

    .form-item input:focus {
    outline: none;
    border:1.4px solid #ffffff;
    }

    .form-item input, .button-panel .button {
    border-radius: 2px
    }


    .button-panel {
    margin-bottom: 20px;
    padding-top: 10px;
    width: 100%;
    }

    .button-panel .button {
      background: #6b7a8f;
      border: none;
      color: #fff;
      cursor: pointer;
      height: 50px;
      font-family: Economica;
      font-size: 22px;
      text-align: center;
      /*text-transform: uppercase;*/
      transition: background 0.6s linear;
      width: 100%;
      margin-top:10px;
    }

  .button:hover {
    background: #F9881E;
  }

/*
input[name='email']{
  background: transparent url("../img/email.png") no-repeat;
  background-position: 10px 50%;
}
input[name='phone']{
    background: transparent url("../img/phone.png") no-repeat;
    background-position: 10px 50%;
}
input[name='name']{
    background: transparent url("../img/pro.png") no-repeat;
    background-position: 10px 50%;
}
*/
.conhead {
    font-size: 30px;
    font-weight: lighter;
    text-align: justify;
    line-height: 2;
    color: rgb(94, 94, 94);
    font-weight: 600;
    font-family: fangsong;
}
   
.feel {
    font-size: 20px;
    font-weight: lighter;
    text-align: justify;
    line-height: 1;
    color: rgb(94, 94, 94);
    font-family: fangsong;
}
.add{
    font-size: 22px;
    font-family: fangsong;
    font-weight: lighter;
    text-align: justify;
    line-height: 2;
    color: rgb(94, 94, 94);
    font-weight: bolder;
}

.auro{
    font-size: 20px;
    font-family: fangsong;
    font-weight: lighter;
    text-align: justify;
    line-height: 1;
    color: rgb(0 0 0 / 60%);
}

.addde{
  font-size: 20px;
  line-height: 1;
  color: rgb(0 0 0 / 60%);
  font-family: fangsong;
}
.row .column2 .card .container .adde a{
  font-size: 20px;
  line-height: 1;
  color: rgb(0 0 0 / 60%);
  font-family: fangsong;
  text-decoration:none;
}
.what{
  padding: 3px 0px 0px 20px;
}
.serdes{
  color: white;
  font-family: cursive;
  font-size:1.5rem;
  text-align:justify;
  line-height: 1.5;
}
.serimg{
  width: 30%;
}
.serimgmain{
  width: 49%;
}
.service_box {
     /*background: #fff;
     border: #e9e9e9 solid 1px;*/
     text-align: center;
     padding: 50px 20px 25px 20px;
     
     transition: ease-in all 0.5s;
     margin-bottom: 30px;
}

.service_box h3 {
    font-family: 'Lato', sans-serif;
     color: #070803;
     font-size: 25px;
     text-transform: uppercase;
     line-height: 25px;
     transition: ease-in all 0.5s;
}

.service_box p {
     font-size: 17px;
     line-height: 27px;
     color: #2e2e2e;
     transition: ease-in all 0.5s;
}

.service_box i {
     padding-bottom: 10px;
     display: block;
}

#hover_chang:hover.service_box {
     background: #D6A400;
     /*background: #bc1939;*/
     transition: ease-in all 0.5s;
     border-radius: 20px;
     cursor: pointer;
}

#hover_chang:hover.service_box h3 {
     color: #fff;
     transition: ease-in all 0.5s;
}

#hover_chang:hover.service_box p {
     color: #fff;
     transition: ease-in all 0.5s;
}
.gallery-main {
     background: url(../img/galtex.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     height: 95vh;
}
/* Slideshow container */
.slideshow-container {
  max-width: 60%;
  position: relative;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0px 1px 15px rgba(0,0,0,0.6),inset 0px 1px 0px rgba(255,255,255,0.04);
}

.mySlides {display: none;}

.mySlides img{
  border-radius: 10px;
  width: 100%;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.maindot{
  text-align: center;
}
/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
@media screen and (min-width: 360px) and (max-width: 600px) {
  .logo{
    width: 100%;
  }
  .column2, .column3{
    width: 100%;
  }
  .banner-main{
    padding-top: 115%;
  }
  .service-main{
    height: 375vh;
  }
  .gallery-main{
    height: 50vh;
  }
  .serdes{
    font-size: 1.25rem;
  }
  .serimgmain{
    width: 89%;
  }
  .service_box{
    padding: 0px;
  }
  .bannertext{
    width: 77%;
  }
  .typed-out{
    font-size:1.5rem;
  }
  .typed-out .aurovilla {
    font-size: 2.5rem;
  }
  .typed-out .sa {
    font-size: 1.5rem;
  }
  .slideshow-container{
    max-width: 75%;
  }
  .maindot{
    padding: 0px 45px;
  }
  .form-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 750px) {
  .header{
    padding: 0% 0.5%;
  }
  .logo{
    width: 50%;
  }
  .topnav a{
    font-size: 1rem;
  }
  .column2, .column3{
    width: 100%;
  }
  .banner-main{
    padding-top: 70%;
  }
  .service-main{
    height: 870vh;
  }
  .gallery-main{
    height: 130vh;
  }
  .serdes{
    font-size: 1.25rem;
  }
  .serimgmain{
    width: 66%;
  }
  .service_box{
    padding: 0px;
  }
  .bannertext {
    width: 46%;
    margin-top: -40%;
  }
  .typed-out{
    font-size:1.5rem;
  }
  .typed-out .aurovilla {
    font-size: 2.5rem;
  }
  .typed-out .sa {
    font-size: 1.5rem;
  }
  .slideshow-container{
    max-width: 75%;
  }
  .maindot{
    padding: 0px 45px;
  }
  .form-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .header{
    padding: 0% 0.5%;
  }
  .logo{
    width: 50%;
  }
  .topnav a{
    font-size: 1rem;
  }
  .column2, .column3{
    width: 100%;
  }
  .banner-main{
    padding-top: 70%;
  }
  .service-main{
    height: 870vh;
  }
  .gallery-main{
    height: 130vh;
  }
  .serdes{
    font-size: 1.25rem;
  }
  .serimgmain{
    width: 66%;
  }
  .service_box{
    padding: 0px;
  }
  .bannertext {
    width: 46%;
    margin-top: -40%;
  }
  .typed-out{
    font-size:1.5rem;
  }
  .typed-out .aurovilla {
    font-size: 2.5rem;
  }
  .typed-out .sa {
    font-size: 1.5rem;
  }
  .slideshow-container{
    max-width: 75%;
  }
  .maindot{
    padding: 0px 45px;
  }
  .form-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header{
    padding: 0% 0.5%;
  }
  
  .topnav a{
    font-size: 1rem;
  }
  
  .banner-main{
    padding-top: 70%;
    height: 72vh;
  }
  .service-main{
    height: 110vh;
  }
  .gallery-main{
    height: 50vh;
  }
  .serdes{
    font-size: 1.05rem;
  }
  .serimgmain{
    width: 100%;
  }
  .service_box{
    padding: 0px;
  }
  .bannertext {
    width: 46%;
    margin-top: 0%;
  }
  .typed-out{
    font-size:1.5rem;
  }
  .typed-out .aurovilla {
    font-size: 2.5rem;
  }
  .typed-out .sa {
    font-size: 1.5rem;
  }
  .slideshow-container{
    max-width: 75%;
  }
  .maindot{
    padding: 0px 45px;
  }
  .form-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .header{
    padding: 0% 0.5%;
  }
  
  .logo{
    width: 9%;
  }
  .topnav a{
    font-size: 1rem;
  }
  
  .banner-main{
    padding-top: 40%;
    height: 95vh;
  }
  .service-main{
    height: 170vh;
  }
  .gallery-main{
    height: 120vh;
  }
  .serdes{
    font-size: 1.25rem;
    padding: 2% 9% 0% 0%;
  }
  .serimgmain{
    width: 55%;
  }
  .service_box{
    padding: 0px;
  }
  .bannertext {
    width: 30%;
    margin-top: -20%;
  }
  .typed-out{
    font-size:1.5rem;
  }
  .typed-out .aurovilla {
    font-size: 2.5rem;
  }
  .typed-out .sa {
    font-size: 1.5rem;
  }
  .slideshow-container{
    max-width: 75%;
  }
  .maindot{
    padding: 0px 45px;
  }
  .form-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .header{
    padding: 0% 0.5%;
  }
  
  .logo{
    width: 9%;
  }
  .topnav a{
    font-size: 1rem;
  }
  
  .banner-main{
    padding-top: 40%;
    height: 90vh;
  }
  .service-main{
    height: 130vh;
  }
  .gallery-main{
    height: 80vh;
  }
  .serdes{
    font-size: 1.05rem;
  }
  .serimgmain{
    width: 55%;
  }
  .service_box{
    padding: 0px;
  }
  .bannertext {
    width: 35%;
    margin-top: -20%;
  }
  .typed-out{
    font-size:1.5rem;
  }
  .typed-out .aurovilla {
    font-size: 2.5rem;
  }
  .typed-out .sa {
    font-size: 1.5rem;
  }
  .slideshow-container{
    max-width: 75%;
  }
  .maindot{
    padding: 0px 45px;
  }
  .form-wrapper {
    width: 100%;
  }
}