@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');


body {
  background-color: #e6e6e6;
  font-size: 100%;
  font-family: 'Arima Madurai', cursive;
  font-weight: 400;
  /* background-image: url('images/bgcontact.jpg'); */
}

/* ------------------------navbar *------------------------*/
* {
  box-sizing: border-box;
}


#logo.img{
  text-align: left;
  padding-right: 0.1rem;
  padding-top: 0.1rem;

}

/* -------------------navbar end----------------------- */

#contacttext{
  padding-top: 110px;
  text-align: center;
  /* font-family: cursive; */
  font-family: 'Dela Gothic One', cursive;
  /* font-weight: 1000; */
  font-size: 60px;
  line-height: 50px;
  
}

div, textarea, input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container1 {
  font-family: 'Arima Madurai', cursive;
  /* padding-top: 40px; */
  max-width: 510px;
  min-width: 324px;
  margin: 50px auto 0px;
  background-color: white;
  border: 1px solid #cfcfcf;
  border-bottom: 3px solid #ccc;
  padding-bottom: 200px;
}

.row1 {
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0 2.5em;
}
.row1.header {
  height: 250px;
  padding: 1.5em 2.5em;
  border-bottom: 1px solid #ccc;
  color: rgb(12, 11, 11);
  font-weight: 100px;
}
.row1.body {
  padding: .5em 2.5em 1em;
}

h1 {
  font-family: 'Arima Madurai', cursive;
  font-weight: 300;
  display: inline-block;
  font-weight: 100;
  font-size: 2.8125em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 0 0.1em 0;
  /* padding: 0 0 0.4em 0; */
}

h3 {
  font-family: 'Arima Madurai', cursive;
  font-weight: 400;
  font-size: 1.25em;
  margin: 1em 0 0.4em 0;
}

.btn {
  font-size: 1.0625em;
  display: inline-block;
  padding: 0.74em 1.5em;
  margin: 1.5em 0 0;
  color: #fff;
  border-width: 0 0 0 0;
  border-bottom: 5px solid;
  text-transform: uppercase;
  background-color: #b3b3b3;
  border-bottom-color: #8c8c8c;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.btn:hover {
  background-color: #bfbfbf;
}
.btn.btn-submit {
  background-color: #4f6fad;
  border-bottom-color: #374d78;
}
.btn.btn-submit:hover {
  background-color: #5f7db6;
}

form {

  max-width: 100%;
  display: block;
}
form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
form ul li {
  margin: 0 0 0.25em 0;
  clear: both;
  display: inline-block;
  width: 100%;
}
form ul li:last-child {
  margin: 0;
}
form ul li p {
  margin: 0;
  padding: 0;
  float: left;
}

form ul li .divider {
  margin: 0.5em 0 0.5em 0;
  border: 0;
  height: 1px;
  width: 100%;
  display: block;
  background-color: #4f6fad;
  background-image: linear-gradient(to right, #ee9cb4, #4f6fad);
}
form ul li .req {
  color: #ee9cb4;
}
form label {
  display: block;
  margin: 0 0 0.5em 0;
  color: #4f6fad;
  font-size: 1em;
}
form input {
  margin: 0 0 0.5em 0;
  border: 1px solid #ccc;
  padding: 6px 10px;
  color: #555;
  font-size: 1em;
}
form textarea {
  border: 1px solid #ccc;
  padding: 6px 10px;
  width: 100%;
  color: #555;
}
form small {
  color: #4f6fad;
  margin: 0 0 0 0.5em;
}

.para{
  text-align: center;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.para h1{
  font-size: 60px;
}

.subpara{
  font-size: 28px;
  text-align: center;

}


@media only screen and (max-width: 480px) {
  .pull-right {
    float: none;
  }

  input {
    width: 100%;
  }

  label {
    width: 100%;
    float: left;
    clear: both;
  }

  li, p {
    width: 100%;
  }

  input.btn {
    margin: 1.5em 0 0.5em;
  }

  h1 {
    font-size: 2.25em;
  }

  h3 {
    font-size: 1.125em;
  }

  li small {
    display: none;
  }
}

/* footer------------------------------------ */

@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");



body {
  font-family: Lato, sans-serif;
}

html{
  overflow-x: hidden;
}
footer {
  width:100vw;
  position:relative;
  bottom:0px;
  /* margin-left: -120%; */
  /* margin-right: -120%; */
  /* left: 0px; */
  /* margin-left: -120px; */
  
}
footer div {
  background-color:#4E8D94;
  margin: -5px 0px 0px 0px;
  padding:0px;
  color: #fff;
  text-align:center;
}
svg {
  width:100%;
}

.wave {
  animation: wave 3s linear;
  animation-iteration-count:infinite;
  fill: #4E8D94;
}
.drop {
  fill: transparent;
  animation: drop 5s ease infinite normal;
  stroke: #4E8D94;
  stroke-width:0.5;
  opacity:.6; 
  transform: translateY(80%);
}
.drop1 {
  transform-origin: 20px 5px;
}
.drop2 {
  animation-delay: 3s;
  animation-duration:3s;
  transform-origin: 25px 5px;
}
.drop3 {
  animation-delay: -2s;
  animation-duration:3.4s;
  transform-origin: 16px 5px;
}
.gooeff {
      filter: url(#goo);
}
#wave2 {
  animation-duration:5s;
  animation-direction: reverse;
  opacity: .6
}
#wave3 {
  animation-duration: 7s;
  opacity:.3;
}
.cont{
  display: block;
  font-size: larger;
  padding-bottom: 20px;
}

.icons{
font-size: x-large;
color: black;
size: 50px;
}

.fa-envelope:hover{
    color: #8283a7;
} 


.fa-map-marker-alt:hover{
    /*opacity: 0.5;*/
    color: red;
}

@keyframes drop {
  0% {
    transform: translateY(80%); 
    opacity:.6; 
  }
  80% {
    transform: translateY(80%); 
    opacity:.6; 
  }
  90% { 
    transform: translateY(10%) ; 
    opacity:.6; 
  }
  100% { 
    transform: translateY(0%) scale(1.5);
    stroke-width:0.2;
    opacity:0; 
  }
}
@keyframes wave {
  to {transform: translateX(-100%);}
}

