body{
  background:#d2ac67;
}

.p-L{
  padding-left: 0;
}
.p-R{
  padding-right: 0;
}

.black-bg{
  background: url(../img/top-bg.png) no-repeat 100%;
  background-size: cover;
  height: 512px;
/*  padding: 0px 0;*/
  padding-top: 0px;
  padding-bottom: 0px;
}
.logo {
  padding: 0px 20px;
}
.logo-right {
  display: table;
  margin: 0px auto;
}
.logo-right img {
    width: 350px;
}
.container.black-bg {
  padding-top: 100px;
}
.logo img {
  display: table;
  margin: 0px auto;
  width: 205px;
}
header {
  padding-bottom: 0px;
  background-color: #d2ac67;
}
.pavilionText {
  margin-top: 20px;
  margin-bottom: 50px;
}
.pavilionText img {
  margin: 0px auto;
}
.pavilionText h1{
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  
}
.pavilionText h2{
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
  color: #ed1c24;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  text-transform: none;
}
.pavilionText p{
  font-family: 'Raleway', sans-serif;
  font-size: 21px;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  margin-top: 20px;
}
.rigistrationText h1,h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 35px;
  color: #000;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0;
}
.rigistrationText h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 35px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
/*  text-transform: uppercase;*/
  text-align: center;
    display: table;
    margin: 50px auto 0px auto;
}
.rigistrationText h5 img {
    float: left;
    width: 17px;
    margin-top: 10px;
    margin-right: 5px;
}
.rigistrationText p {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}
.rigistrationText h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
}
.rigistrationText h3 a {
  color: #000;
}
.rigistrationText h3 a:hover {
  color: #ed1c24;
}
.customeForm .group {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}
.customeForm .text {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  padding: 10px 10px 8px 0px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background:none;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.6px;
  outline: none;
}
.customeForm-error {
  color: #fff !important;
  position: absolute !important;
  font-size: 14px;
}
.customeForm .bar {
  position: relative;
  display: block;
  width: 100%;
  top: 2px;
}
.customeForm label {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  letter-spacing: 0.6px;
}
.customeForm .text:focus ~ label, .customeForm .text:valid ~ label {
  top: -15px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #fff;
}
.customeForm {
  background: rgb(27, 27, 27);
  display: inline-block;
  width: 100%;
  padding: 20px 0px;
}
.footerTop .bar {
  position: relative;
  display: block;
  width: 100%;
  top: 2px;
}
.customeForm .bar:before {
  left: 50%;
}
.customeForm .bar:before, .customeForm .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #ce2127;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.customeForm .bar:after {
  right: 50%;
}
.customeForm h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  margin: 10px 15px;
  text-transform: uppercase;
  text-align: center;
}
.sponserImg {
  margin: 30px auto;
  display: table;
}
.rigistrationText {
  /*  margin-top: 50px;*/
}
.topText h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.topText h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: #ed1c24;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  text-transform: none;
}
.myEo-logo img {
  margin: 20px auto;
}
.footer {
  /*  background: url(../img/footer-bg.png)repeat;*/
  background-color: #f38f2c;
}
.footer-img img {
  margin-bottom: -10px;
}
.footer h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}
.footer p {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin: 0px 87px;
  padding-bottom: 20px;
}
/* Label */
label {
  color: #999; 
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  -webkit-transition:all 0.2s ease;
  transition: all 0.2s ease;
}
/* active */
input:focus ~ label, input.used ~ label {
  top: -20px;
  -webkit-transform: scale(.75);
  transform: scale(.75); left: -2px;
  /* font-size: 14px; */
  color: #4a89dc;
}
/* Underline */
.bar {
  position: relative;
  display: block;
  width: 100%;
}
.bar:before, .bar:after {
  content: '';
  height: 2px; 
  width: 0;
  bottom: 1px; 
  position: absolute;
  background: #4a89dc; 
  -webkit-transition:all 0.2s ease; 
  transition: all 0.2s ease;
}
.bar:before { left: 50%; }
.bar:after { right: 50%; }
/* active */
input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }
/* Highlight */
.highlight {
  position: absolute;
  height: 60%; 
  width: 100px; 
  top: 25%; 
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
/* active */
input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
/* Animations */
@-webkit-keyframes inputHighlighter {
  from { background: #4a89dc; }
  to 	{ width: 0; background: transparent; }
}
@keyframes inputHighlighter {
  from { background: #4a89dc; }
  to 	{ width: 0; background: transparent; }
}
/* Button */
.button {
  position: relative;
  display: inline-block;
  padding: 12px 45px;
  margin: .3em 0 1em 0;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  letter-spacing: 1px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #3160B6;
  cursor: pointer;
  -webkit-transition:all 0.15s ease;
  transition: all 0.15s ease;
}
.button:focus { outline: 0; }
/* Button modifiers */
.buttonBlue {
  background: #4a89dc;
  text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
  display: table;
  /* text-align: center; */
  margin: 0px auto;
}
.buttonBlue:hover { background: #357bd8; }
/* Ripples container */
.ripples {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: transparent;
}
/* Ripples circle */
.ripplesCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}
.ripples.is-active .ripplesCircle {
  -webkit-animation: ripples .4s ease-in;
  animation: ripples .4s ease-in;
}
/* Ripples animation */
@-webkit-keyframes ripples {
  0% { opacity: 0; }
  25% { opacity: 1; }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}
@keyframes ripples {
  0% { opacity: 0; }
  25% { opacity: 1; }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}
.paymentDetails {
  float: left;
  width: 100%;
}
.paymentDetails table {
  width: 500px;
  margin: 0px auto;
  background: #fff;
}
.paymentDetails h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  line-height: 30px;
}
.paymentDetails h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  line-height: 20px;
  margin: 20px 70px;
}
.paymentDetails h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  margin: 0;
}


.rupesIcon {
    float: left;
    width: 8px;
    margin-top: 4px;
    margin-right: 3px;
}



/***Responsive Work*/
@media only screen and (min-width:1140px) and (max-width:1199px){
  .topText h1 {
    font-size: 20px;
  }
  .topText h2 {
    font-size: 20px;
  }
  
  .black-bg {
    height: 435px;
  }
  .logo img {
    width: 150px;
}
.logo-right img {
    width: 300px;
}
  
}
@media only screen and (min-width:1024px) and (max-width:1139px){
  .topText h1 {
    font-size: 20px;
  }
  .topText h2 {
    font-size: 20px;
  }
    .black-bg {
    height: 435px;
  }
  .logo img {
    width: 150px;
}
.logo-right img {
    width: 300px;
}
.footer p {
    margin: 0px 0px;

}
}
@media only screen and (min-width:992px) and (max-width:1023px){
  .topText h1 {
    font-size: 20px;
  }
  .topText h2 {
    font-size: 20px;
  }
    .black-bg {
    height: 435px;
  }
  .logo img {
    width: 150px;
}
.logo-right img {
    width: 300px;
}
.footer p {
    margin: 0px 0px;

}
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .topText h1 {
    font-size: 20px;
  }
  .topText h2 {
    font-size: 20px;
  }
  
    .black-bg {
    height: 335px;
  }
  .logo img {
    width: 100px;
}
.logo-right img {
    width: 200px;
}
.container.black-bg {
    padding-top: 83px;
}
.footer p {
    margin: 0px 0px;

}

}
@media only screen and (min-width: 640px) and (max-width: 767px){
  .logo img {
    margin: 0px auto;
    display: table;
  }
  .topText h1 {
    font-size: 20px;
  }
  .topText h2 {
    font-size: 20px;
  }
  .logo-right {
    float: none;
    margin: 0px auto;
    display: table;
    width: 50%;
  }
  .rigistrationText h1, h2 {
    font-size: 25px;
    font-weight: 400;
  }
  .rigistrationText p {
    font-size: 20px;
  }
  .rigistrationText h3 {
    font-size: 20px;
  }
      .black-bg {
    height: 282px;
  }
  .logo img {
    width: 100px;
}
.logo-right img {
  width: 200px;
  display: table;
  margin: 0px auto;
}
.container.black-bg {
    padding-top: 50px;
}
.footer p {
    margin: 0px 0px;

}
}
@media only screen and (min-width: 540px) and (max-width: 639px){
  .logo img {
    margin: 0px auto;
    display: table;
  }
  .topText h1 {
    font-size: 20px;
  }
  .topText h2 {
    font-size: 20px;
  }
  .logo-right {
    float: none;
    margin: 0px auto;
    display: table;
    width: 50%;
  }
  .rigistrationText h1, h2 {
    font-size: 25px;
    font-weight: 400;
  }
  .rigistrationText p {
    font-size: 20px;
  }
  .rigistrationText h3 {
    font-size: 20px;
  }
  .paymentDetails table {
    width: 400px;
  }
  
  .container.black-bg {
    padding-top: 15px;
    background-image: none;
  }
  .black-bg {
    height: 282px;
  }
  .logo img {
    width: 100px;
  }
  .logo-right img {
    width: 200px;
    display: table;
    margin: 0px auto;
  }
  .footer p {
    margin: 0px 0px;

}
}
@media only screen and (min-width:480px) and (max-width:539px){
  .rigistrationText h5 img {
    width: 14px;

}
  .rigistrationText h5 {
    font-size: 30px;
}
  .logo img {
    margin: 0px auto;
    display: table;
  }
  .topText h1 {
    font-size: 20px;
  }
  .topText h2 {
    font-size: 20px;
  }
  .logo-right {
    float: none;
    margin: 0px auto;
    display: table;
    width: 50%;
  }
  .rigistrationText h1, h2 {
    font-size: 25px;
    font-weight: 400;
  }
  .rigistrationText p {
    font-size: 20px;
  }
  .rigistrationText h3 {
    font-size: 20px;
  }
  .paymentDetails table {
    width: 400px;
  }
    .container.black-bg {
    padding-top: 15px;
    background-image: none;
  }
  .black-bg {
    height: 282px;
  }
  .logo img {
    width: 100px;
  }
  .logo-right img {
    width: 200px;
    display: table;
    margin: 0px auto;
  }
  .footer p {
    margin: 0px 0px;

}
}
@media only screen and (min-width:375px) and (max-width:479px){
  .rigistrationText h5 {
    font-size: 23px;
}
.rigistrationText h5 img {
    width: 11px;
    margin-top: 8px;
  
}
.rupesIcon {
    width: 7px;
    margin-top: 3px;

}
  .logo img {
    margin: 0px auto;
    display: table;
  }
  .topText h1 {
    font-size: 20px;
  }
  .topText h2 {
    font-size: 20px;
  }
  .logo-right {
    float: none;
    margin: 0px auto;
    display: table;
    width: 50%;
  }
  .rigistrationText h1, h2 {
    font-size: 20px;
    font-weight: 400;
  }
  .rigistrationText p {
    font-size: 15px;
  }
  .rigistrationText h3 {
    font-size: 15px;
  }
  .paymentDetails table {
    width: 100%;
    font-size: 13px;
   
  }
  .customeForm h1 {
    font-size: 20px;
  }
  .paymentDetails h1 {
    font-size: 15px;
    line-height: 20px;
  }
  .paymentDetails h2 {
    font-size: 13px;
    line-height: 18px;
    margin: 20px 0px;
  }
  .pavilionText p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 0px;
  }
  .rigistrationText {
    margin-top: 0px;
  }
     .container.black-bg {
    padding-top: 15px;
    background-image: none;
  }
  .black-bg {
    height: 282px;
  }
  .logo img {
    width: 100px;
  }
  .logo-right img {
    width: 200px;
    display: table;
    margin: 0px auto;
  }
  .footer p {
    margin: 0px 0px;

}
}
@media only screen and (min-width:0px) and (max-width:374px){
  
  .rupesIcon {
    width: 7px;
    margin-top: 3px;
    margin-right: 3px;
}
  
  .paymentDetails table {
    font-size: 13px;
}
    .rigistrationText h5 {
    font-size: 20px;
}
.rigistrationText h5 img {
    width: 11px;
    margin-top: 6px;
    margin-right: 3px;
  
}
  .logo img {
    margin: 0px auto;
    display: table;
  }
  .topText h1 {
    font-size: 20px;
  }
  .topText h2 {
    font-size: 20px;
  }
  .logo-right {
    float: none;
    margin: 0px auto;
    display: table;
    width: 50%;
  }
  .rigistrationText h1, h2 {
    font-size: 20px;
    font-weight: 400;
  }
  .rigistrationText p {
  font-size: 13px;
    margin-top: 10px;
  }
  .rigistrationText h3 {
    font-size: 15px;
  }
  .paymentDetails table {
    width: 100%;
  }
  .customeForm h1 {
    font-size: 20px;
  }
  .paymentDetails h1 {
    font-size: 15px;
    line-height: 20px;
  }
  .paymentDetails h2 {
    font-size: 13px;
    line-height: 18px;
    margin: 20px 0px;
  }
  .pavilionText p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 0px;
  }
  .rigistrationText {
    margin-top: 0px;
  }
  .footer p {
    margin: 0px 0px;

}
     .container.black-bg {
    padding-top: 15px;
    background-image: none;
  }
  .black-bg {
    height: 282px;
  }
  .logo img {
    width: 100px;
  }
  .logo-right img {
    width: 200px;
    display: table;
    margin: 0px auto;
  }
}
