*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}


.topnav {
    overflow: hidden;
     background-color: rgb(82, 82, 82); 
       /* margin-left: 300px;   */
     /* margin: 15px 410px 300px 300px; 
     background-color: #4d97f7; 
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 25px;
     
    */
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;

  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* .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;
    }
  }


  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {

  }
  a,
  a:hover,
  a:focus,
  a:active {
      text-decoration: none;
      outline: none;
  }
  
  a,
  a:active,
  a:focus {
      color: #333;
      text-decoration: none;
      transition-timing-function: ease-in-out;
      -ms-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      -webkit-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-duration: .2s;
      -ms-transition-duration: .2s;
      -moz-transition-duration: .2s;
      -webkit-transition-duration: .2s;
      -o-transition-duration: .2s;
  }
  
  ul {
      margin: 0;
      padding: 0;
      list-style: none;
  }
  img {
max-width: 100%;
height: auto;
}
  section {
      padding: 60px 0;
     /* min-height: 100vh;*/
  }
.footer {
 background: white; 
/* background-color: white; */
padding-top: 80px;
padding-bottom: 40px;
}
/*END FOOTER SOCIAL DESIGN*/
.single_footer{}
@media only screen and (max-width:768px) { 
.single_footer{margin-bottom:30px;}
}
.single_footer h4 {
color: black;
margin-top: 0;
margin-bottom: 25px;
font-weight: 700;
text-transform: uppercase;
font-size: 20px;
}
.single_footer h4::after {
content: "";
display: block;
height: 0px;
width: 40px;
/* background: #fff; */
margin-top: 20px;
}
.single_footer p{color:black; text-align: justify; }
.single_footer ul {
margin: 0;
padding: 0;
list-style: none;
text-align: justify;
}
.single_footer ul li{}
.single_footer ul li a {
color: #fff;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
line-height: 36px;
font-size: 15px;
text-transform: capitalize;
}
.single_footer ul li a:hover { color: #ff3666; }

.single_footer_address{}
.single_footer_address ul{}
.single_footer_address ul li{color:#fff;}
.single_footer_address ul li span {
font-weight: 400;
color: #fff;
line-height: 28px;
}
.contact_social ul {
list-style: outside none none;
margin: 0;
padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
display: block;
position: relative;
margin-top: 15px;
width: 100%;
}
.subscribe__input {
background-color: #fff;
border: medium none;
border-radius: 5px;
color: #333;
display: block;
font-size: 15px;
font-weight: 500;
height: 60px;
letter-spacing: 0.4px;
margin: 0;
padding: 0 150px 0 20px;
text-align: center;
text-transform: capitalize;
width: 100%;
}
@media only screen and (max-width:768px) { 
.subscribe__input{padding: 0 50px 0 20px;}
}

.subscribe__btn {
background-color: transparent;
border-radius: 0 25px 25px 0;
color: #01c7e9;
cursor: pointer;
display: block;
font-size: 20px;
height: 60px;
position: absolute;
right: 0;
top: 0;
width: 60px;
}
.subscribe__btn i{transition: all 0.3s ease 0s;}
@media only screen and (max-width:768px) { 
.subscribe__btn{right:0px;}
}

.subscribe__btn:hover i{
color:#ff3666;
}
button {
padding: 0;
border: none;
background-color: transparent;
-webkit-border-radius: 0;
border-radius: 0;
}
/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {margin-top:40px;}
.social_profile ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.social_profile ul li{float:left;}
.social_profile ul li a {
text-align: center;
border: 0px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
margin: 0px 5px;
font-size: 18px;
color: #fff;
border-radius: 30px;
width: 50px;
height: 50px;
line-height: 50px;
display: block;
border: 1px solid rgba(255,255,255,0.2);
}
@media only screen and (max-width:768px) { 
.social_profile ul li a{margin-right:10px;margin-bottom:10px;}
}
@media only screen and (max-width:480px) { 
.social_profile ul li a{
width:40px;
height:40px;
line-height:40px;
}
}
.social_profile ul li a:hover{
background:#ff3666;
border: 1px solid #ff3666;
color:#fff;
border:0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright {
margin-top: 70px;
padding-top: 40px;
color:black;
font-size: 15px;
border-top: 1px solid black;
text-align: center;
}
.copyright a{color:black}
.copyright a:hover{color:rgb(148, 163, 250)}


#cars{
  width: 200px;
  /* height: 40px; */
  padding: 0px 2px 11px 7px;
}



input.search {
  width: 200px;
  height: 30px;
  border: 1px solid #555;
  display: block;
  height: 30px;
  /* padding: 9px 4px 9px 40px; */
  background: transparent url("/assets/search.svg") no-repeat 13px;
}



/* Styles for wrapping the search box */

.main {
  width: 80%;
  margin: 0px auto;

}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
  padding-left: 2.375rem;
}

 .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  scroll-margin-right: 10px;
} 

.btn1{
width: 250px;
height: 40px;
 background-color: #316FF6; 

 border-top-right-radius: 10px;
 
 /* border-bottom-right-radius: 5px */
}


.btn2{
  width: 250px;
   background-color: green; 
   height: 40px;
   border-top-right-radius: 10px;
  }

/* .fa-calculator{
  background-color: #ff3666;
} */

@import url(//fonts.googleapis.com/css?family=Lato:300:400);

body {
  margin:0;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-weight:300;
  letter-spacing: 2px;
  /* font-size:48px; */
  margin:0;
}

.header {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
  color:white;
}
.logo {
  padding:5px;
  display:table;
  vertical-align: middle;
  margin: 0 auto;
  font-size: 48px;
  font-weight: bold;
  font-family: Tahoma, sans-serif;
  color: #fff;
}

.inner-header {
  height:39vh;
  width:100%;
  margin: 0;
  padding: 10px 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:15vh;
  text-align:center;
  background-color: white;
}




/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .logo {
    font-size: 24px;
    padding: 20px;
  }
  .inner-header {
     height:30vh;
  }
  h1 {
    font-size:24px;
  }
  .button {
    font-size: 15px;
  }
}

.btn3{
  background: linear-gradient(60deg, rgba(247, 247, 248, 0.822) 0%, rgba(0, 20, 20, 0.678) 100%);

  border-radius: 45px;
  width: 150px;
}

.about1{
  text-align: center;
  color: #316FF6;
}

.vision{
  color: #316FF6;
}
.Mission{
  color: #316FF6;
}
.india{
  text-align: center;
padding: 10px 0px 0px 0px;
}

.package{
  color: grey;
  text-align: center;
  /* padding-top: -25px; */
}
/* .card-title-1{
background-color: rgb(129, 129, 247);
} */

/* .button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 20px 89px 0px 40px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;

} */

.block {
  display: block;
  width: 100%;
  border: none;
  background-color:  rgb(129, 129, 247);
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}


.button {
  background-color: rgb(129, 129, 247);
  border: none;
  color: white;
   /* padding: 15px 0px 0px 0px;  */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 28px 93px 0px;
  cursor: pointer;
  width: 150px;
  height:40px;
  /* overflow: hidden; */
}





.panel{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
   /* background-color: rgb(46, 46, 242);   */
  border-radius: 20px;
}

.form{
  width: fit-content;
  height: fit-content;
}

span{
  color:white;
  font-size: 25px;
}

input{
  width: 25vw;
  height: 5vh;
  border-radius: 35px;
  font-size: 20px;
  padding-left: 30px;
}
input[type="submit"], input[type="reset"]{
  width: 12vw;
  margin-top:10px;    
}

input[type="submit"]:hover, input[type="reset"]:hover{
  background-color: rgb(180, 180, 180);
}

input[type="reset"]{
  margin-left: 1vw;
}

.error{
  margin-top: 20px;
  font-size: 25px;
  color: black;
}

.err1,.err2{
  visibility: hidden;
}

.contact{
  text-align: center;
}