* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fbf6ff;
}

/*---------------------------------------------*/
a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

p {
  font-size: 14px;
  line-height: 1.7;
  color: #000000;
  margin: 0px;
}

ul,
li {
  margin: 0px;
  list-style-type: none;
}

/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

/*---------------------------------------------*/
.container {
  max-width: 1200px;
}

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: center; */
  padding: 0px 15px 15px;
  background: #fbf6ff;
}

.wrap-contact100 {
  width: 60%;
  background: #fff;
  overflow: hidden;
  padding: 42px 55px 45px 55px;
}

/*------------------------------------------------------------------
[ Form ]*/

.contact100-form {
  width: 100%;
}

.contact100-form-title {
  display: block;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 44px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px;
}

.wrap-contact100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;
}

.contact100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #a64bf4;
  background: -webkit-linear-gradient(left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: -o-linear-gradient(left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: -moz-linear-gradient(left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: linear-gradient(left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
  left: 0;
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

.img-responsive {
  width: 100%;
}
.header-bg {
  border-bottom: 5px solid #26143d;
}
.form-control {
  border-radius: 0px !important;
}
#submit_btn {
  background-color: #26143d;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 14px;
  border: 0px;
}
#submit_btn:hover {
  background-color: #4c3766;
}
footer {
  font-size: 12px;
  margin-bottom: 10px;
}
.title-p {
  text-align: center;
  margin-top: 30px;
  padding: 0px 20px;
}
.main-contain {
  padding: 10px;
  margin-top: 20px;
  background-color: #f6f6f6;
}
.text-center {
  text-align: center !important;
}
.social-icon {
  margin: 10px 0px;
  display: inline-block;
  width: 100%;
}
.social-icon img {
  margin: 0px 5px;
  max-width: 40px;
}
.thank-you-wrap {
  width: 40%;
}
.asterisk  {
  color:red;
}
.header-bg{
  position: relative;
}
.language_selection {
  position: absolute;
  cursor: pointer;
  float: right;
  background: #2d2d2d;
  border: 2px solid #fff;
  font-size: 14px;
  padding: 7px 28px;
  line-height: 1;
  border-radius: 30px;
  color: white;
  opacity: 0.9;
  outline: 0 !important;
  right: 10px;
  top: 10px;
}
/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 900px) {
  .wrap-contact100 {
    padding: 30px;
    width: 70%;
  }
  .language_selection {
    font-size: 9px;
    padding: 5px 8px;
    border:none;
  }
}
@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 15px;
    width: 95%;
  }
}
