.banner{
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/banner1.jpg);
  background-position:center;
  background-size: cover;position: relative;
}
.banner::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.6;
}
.banner .heading{
  position: relative;
  z-index: 1;
}
.banner .heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .heading h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  font-family: 'GothicA1-Regular';
text-transform: uppercase;
}
.banner .heading  ul{
  display: flex;
  gap: 40px;

}
.banner .heading  ul li a{
  color: #fff;
  font-size: 16px;
  position: relative;
}

.contact .container {
  position: relative;

}
.banner .heading  ul li .active::after {
  content: '>';
  position: absolute;
  top: -5px;
  left: 60px;
  font-size: 21px;
  line-height: 1;
  font-family: cursive;
}
.contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .contact .contact-form{
    max-width: 1100px;
    padding-right: 19%;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 48px;
    background-color: #000000de;
  }
  /* input{
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    outline: none;
    color: #fff;
    background: transparent;
  }
  
  input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    outline: none;
    color: #fff;
    background: transparent;
  }
  
  input[type=submit] {
    background-color: #fff;
    color: #000;
    padding: 14px 36px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #fff;
    transition: 0.5s;
    font-size: 16px;
    margin-top: 20px;
  }
  
  input[type=submit]:hover {
    background-color: transparent;
    color: #fff;
  }
.contact form .input-group{
    display: flex;
    gap: 20px;
    margin-bottom:10px
}
.contact form  label{
    color: #fff;
}
  .contact form .input-box{
    width: 40%;
  }
  .contact form .input-textarea{
    width: 40%;
  }


   */
   .contact   .contact-form  h3{
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 5px;
    font-family: 'GothicA1-Regular';
  }
   .contact .contact-form {
    position: relative;
  }
  .contact .contact-info {
    background: #595f53;
    padding: 30px;
    color: #fff;
    display: inline-block;
    position: absolute;
    transform: translateY(-40%);
    max-width: 400px;
    right: -230px;
    top: 45%;

}
.contact .contact-form p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 30px;
}
/* .contact .contact-form .submitContactForm{
  position: relative;
  font-weight: bold;
  margin-left: 30px;
  font-size: 16px;
  color: #000;
  z-index: 999;
}
.contact .contact-form .submitContactForm::before{
  content: "";
  position: absolute;
  background-image: url(../images/circle.png);
  width: 40px;
  height: 130px;
  top: -50px;
  background-repeat: no-repeat;
  background-size: 200%;
  transform: rotate(90deg);
  z-index: -1;
  left: 12px;
  background-position: left;
} */
.contact .contact-form .message {
  left: 0;
}
.contact .address {
    padding-left: 0;
    list-style: none;
    color: #fff;
  }
  .contact .address li {
    margin: 10px auto;
    display: flex;
  }
  .contact .address li img {
    margin-right: 10px;
    height: 25px;
  }
  .contact .address  img.mail-icon {
    height: 15px;
}
  .contact .address  li a {
    display: flex;
  
  }
  .contact  .contact-info  h3{
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .contact .address  li span{
    color: #fff;
  }
  .contact .social{
    margin-top: 30px;
    display: flex;
    gap: 15px;
  }
  /* .message {
    color: red;
    position: relative;
    top: -10px;
    left: 10px;
  }
  .contact-form{
    position: relative;
  }
  .alert.alert-success {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
  } */
  .tick-box {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    color: #000;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
  }
  .tick-box img{
    width: 100px;
    margin: 5px auto 20px;
  }
  .privacy li {
    padding-left: 30px;
    margin: 15px 0;
    
    font-family: 'GothicA1-Regular'; 
  }
  .privacy li span {
    font-weight: 600;
  }