#header {
    position: relative;
    width: 100%;
 
    /* countdown */
  }
  #header h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
  }
  #header h2 {
    color: #eee;
    margin-bottom: 0px;
    font-size: 22px;
  
}
  /* #header .countdown {
    margin-bottom: 80px;
  } */
  #header .countdown div {
    text-align: center;
    margin: 10px;
    width: 150px;
    padding: 15px 0px;
    background: rgba(255, 255, 255, 0.12);
    border-top: 5px solid #FF0000;
}
  #header .countdown div h3 {
    font-weight: 700;
    font-size: 75px;
    margin-bottom: 15px;
}
  #header .countdown div h4 {
    font-size: 16px;
    font-weight: 600;
  }
  @media (max-width: 575px) {
    #header .countdown div {
      width: 70px;
      padding: 10px 0;
      margin: 10px 8px;
    }
    #header .countdown div h3 {
      font-size: 28px;
      margin-bottom: 10px;
    }
    #header .countdown div h4 {
      font-size: 14px;
      font-weight: 500;
    }
  }
  #header .subscribe {
    font-size: 15px;
    text-align: center;
  }
  #header .subscribe h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }
  #header .subscribe .subscribe-form {
    min-width: 300px;
    margin-top: 10px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    text-align: left;
  }
  #header .subscribe .subscribe-form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
  }
  #header .subscribe .subscribe-form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #ff0000;
    color: #fff;
    transition: 0.3s;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  #header .subscribe .subscribe-form input[type=submit]:hover {
    background: #f50000;
  }
  #header .subscribe .error-message {
    display: none;
    color: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  #header .subscribe .sent-message {
    display: none;
    color: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  #header .subscribe .loading {
    display: none;
    text-align: center;
    padding: 15px;
  }
  #header .subscribe .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading-notify 1s linear infinite;
    animation: animate-loading-notify 1s linear infinite;
  }
  @-webkit-keyframes animate-loading-notify {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes animate-loading-notify {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  #header .social-links {
    margin-top: 10px;
  }
  #header .social-links a {
    font-size: 24px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1;
    padding-top: 14px;
    margin: 0 10px;
    text-align: center;
    transition: 0.3s;
  }
  #header .social-links a:hover {
    color: #fff;
  }


  .changes h2 {
    font-size: 24px !important;
    color: #000000 !important;
    font-family: 'Poppins' !important;
    text-transform: capitalize;
    padding-top: 16px;
}




/* contact form icon css starts here */
.contact-icon {
    padding: 60px 0px;
  }
  .contact-icon-wrapper .icon-content-wrapper {
    background: #f7f7f7;
    padding-top: 70px;
    padding-bottom: 30px;
    margin-top: -81px;
  }
  .contact-icon h5 {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .icon-content-wrapper h6 {
    font-size: 16px;
    color: #000000cf;
  }
  .icon-content-wrapper h6 span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
  }
  /* contact form icon css ends here */
  /* contact form css starts here */
  .contact-form {
    padding: 60px 0px;
  }
  .contact-form input {
    box-shadow: 0px 0px 5px 2px #f3f3f3;
  }
  .contact-form textarea {
    box-shadow: 0px 0px 5px 2px #f3f3f3;
  }
  .contact-form-content-wrapper h5 {
    color: #ff7600;
  }
  .contact-form-content-wrapper h2 {
    color: #000;
  }
  .contact-form-wrapper .form-control {
   
    border-radius: 0px !important;
    padding: 13px;
    font-size: 14px;
    color: #888888;
    font-family: "Poppins";
    box-shadow: 0px 0px 0xp #000 !important;
    box-shadow: 0px 0px 12px #00000061;
    border: none;
}
textarea.form-control {
  height: 160px;
  resize: none;
}

.contact-form-content-wrapper.text-center.mb-3 {
  padding-top: 40px;
}
  .contact-form-wrapper .btn {
    padding: 13px 70px;
  }

  section.contact-sec-again .row {
    display: flex;
    align-items: initial;
}

#header {
    position: relative;
    width: 100%;

    display: none;
}

.footer {
    background-color: #000;
    padding: 40px 0px;
    padding-top: 70px;
    display: none;
}

#copyright {
    background: #000;
    color: #fff;
    display: none;
}

section.newsletter {
    display: none;
}
 
/* .for-background {
  background-image: url(../img/banner-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
} */

.changes h1 {
  font-size: 45px !important;
  color: #000000 !important;
  font-family: 'Poppins';
  text-transform: uppercase;
  margin: 0 !important;
}

section.contact-sec-again {
  padding-top: 50px;
  padding-bottom: 40px;
}
section.contact-sec-again .row {
    display: flex;
    align-items: center;
}

.iball-logo {
    text-align: center;
    padding-bottom: 70px;
}

.for-position {
  position: relative;
  bottom: 24px;
  text-align: center;
}
.for-uper-padding {
    padding-top: 40px;
}
.countdown.d-flex.justify-content-center {
  /* position: absolute; */
  position: relative;
  top: 35px;
}

section.contact-sec-again {
background-image: url(../img/bn.png);
background-repeat: no-repeat;
background-size: cover;
width: 100%;

}
