/* CSS Document */
body{
    color: #fff;
    background-image: linear-gradient(to left, rgba(72,52,212,0.1),rgba(52,31,151,0.8)), url( "../img/bg-3.jpg");
    background-repeat: repeat, repeat;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.jumbotron {
    background: none;
}
.my-btn {
  color: #ffffff !important;
  font-size: 12px !important;
  text-transform: uppercase;
  line-height: 33px;
  padding: 0 20px;
  min-width: 100px;
  min-height: 35px;
  border-radius: 50px;
  border: 2px solid;
  letter-spacing: 1px;
  border-color: #92fff2; }
  .my-btn:hover {
    color: #ffffff;
    background: #7450fe;
    border-color: #7450fe; 
}
.profilePic{
    height: 65px;
    width: auto;
    border-radius: 50px;
    overflow: hidden;
}
 .modalStyle{
  background: rgba(72, 52, 212, 0.95);
  background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
  background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
  background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
}

/* 3.5 Contact CSS */
.group {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .group input,
  .group textarea {
    font-size: 12px;
    font-style: italic;
    padding: 10px;
    display: block;
    width: 100%;
    height: 45px;
    border: none;
    background-color: transparent;
    color: #ffffff;
    border-radius: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2); }
    .group input:focus,
    .group textarea:focus {
      outline: none !important;
      box-shadow: none !important;
      background-color: transparent !important; }
  .group label {
    color: #ffffff;
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 14px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    margin-bottom: 0; }
  .group .bar {
    position: relative;
    display: block;
    width: 100%; }
    .group .bar::after, .group .bar::before {
      content: '';
      height: 2px;
      width: 0;
      bottom: 0;
      position: absolute;
      background-color: #ffffff;
      -webkit-transition: 0.5s ease all;
      -o-transition: 0.5s ease all;
      transition: 0.5s ease all; }
    .group .bar::before {
      left: 50%; }
    .group .bar::after {
      right: 50%; }
  .group textarea {
    height: 130px; }

.group input:focus ~ label,
.group input:valid ~ label,
.group textarea:focus ~ label,
.group textarea:valid ~ label {
  top: -17px;
  font-size: 12px;
  color: #ffffff; }

.group input:focus ~ .bar:after,
.group input:focus ~ .bar:before,
.group textarea:focus ~ .bar:after,
.group textarea:focus ~ .bar:before {
  width: 50%;
  background-color: #ffffff; }

input:required,
textarea:required {
  box-shadow: none !important; }
/* submit button */

.reen-btn {
  position: relative;
  z-index: 1;
  min-width: 160px;
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  background-size: 200% auto;
  color: #ffffff;
  box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  background-image: -webkit-linear-gradient(left, #21d397 0%, #7450fe 51%, #21d397 100%);
  background-image: linear-gradient(to right, #21d397 0%, #7450fe 51%, #21d397 100%);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }
  .reen-btn:hover {
    background-position: right center;
    color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .reen-btn {
      min-width: 135px; } }
@media only screen and (min-width: 767px) {
    .subImg{
        margin-bottom: 60px;
    }
}


