body {
  font-family: "Roboto", sans-serif;
  background-color: #ededed;
  line-height: 1.9;
  color: #8c8c8c;
  position: relative; 
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif;
  color: #000; }

  h6 {
    margin-bottom: 3rem;
    text-align: justify;
  }
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.text-black {
  color: #000; }

.content {
  padding: 3rem 0; }

.heading {
  font-size: 2.5rem;
  font-weight: 900; }

.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  background: none; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.col-form-label {
  color: #000;
  font-size: 13px; }

.btn, .form-control, .custom-select {
  height: 45px;
  border-radius: 0; }

.custom-select {
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0; }
  .custom-select:active, .custom-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.btn {
  border: none;
  border-radius: 0;
  font-size: 11px;
  letter-spacing: .2rem;
  text-transform: uppercase;
  border-radius: 30px !important; }
  .btn.btn-primary {
    border-radius: 30px;
    background: #E10075;
    color: #fff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(225, 0, 117,0.2);
    box-shadow: 0 15px 30px 0 rgba(225, 0, 117,0.2); }
  .btn:hover {
    color: #fff; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.contact-wrap {
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #efefef; }
  .contact-wrap .col-form-label {
    font-size: 14px;
    color: #000;
    margin: 0 0 0px 0;
    display: inline-block;
    padding: 0; }
  .contact-wrap .form, .contact-wrap .contact-info {
    padding: 40px; }
  .contact-wrap .contact-info {
    color: rgba(255, 255, 255, 0.5); }
    .contact-wrap .contact-info ul li {
      margin-bottom: 15px;
      color: rgba(255, 255, 255, 0.5); }
      .contact-wrap .contact-info ul li .wrap-icon {
        font-size: 20px;
        color: #fff;
        margin-top: 5px; }
  .contact-wrap .form {
    background: #fff; }
    .contact-wrap .form h3 {
      color: #000;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 30px; }
  .contact-wrap .contact-info {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .contact-wrap .contact-info a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    @media (max-width: 1199.98px) {
      .contact-wrap .contact-info {
        height: 400px !important; } }
    .contact-wrap .contact-info h3 {
      color: #fff;
      font-size: 20px;
      margin-bottom: 30px; }

label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; }




  button {
    /*margin: 20px;*/
    outline: none;
  }
  .custom-btn {
    width: 150px;
    height: 40px;
    padding: 5px 25px;
    border: 2px solid #e10075;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
  }

  .btn-14 {
    background: #e10075;
   color: #fff;
   z-index: 1;
 }
 .btn-14:after {
   position: absolute;
   content: "";
   width: 100%;
   height: 0;
   top: 0;
   left: 0;
   z-index: -1;
   background: #e0e5ec;
   transition: all 0.3s ease;
 }
 .btn-14:hover {
   color: #e10075;
 }
 .btn-14:hover:after {
   top: auto;
   bottom: 0;
   height: 100%;
 }
 .btn-14:active {
   top: 2px;
 }



 /* Add a black background color to the top navigation */
.topnav {
  /*background-color: #fdfeff;*/
  color: #000000;
  overflow: hidden;
  height: 70px;
  font-size: 30px;
  /*position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  /*z-index: 1;*/
  /*border-right: 1px solid rgb(24, 23, 23);*/

}

/* Style the links inside the navigation bar */
.topnav-text {
  float: left;
  color: #f2f2f2;
  text-align: center;
  width: 130px;
  /*padding: 14px 50px;*/
  text-decoration: none;
  
}



#logo {
  display: block;
  float: left;
  background: url(../images/T_logo_rgb_p.png) no-repeat 0 0 transparent;
  background-size: auto 41px;
  width: 75px;
  height: 41px;
  margin: 0px 0px 0px 40px;
  /*margin: 50%;*/
  /*border-right: 1px solid rgb(24, 23, 23);*/
}

#stample {
  display: block;
  float: left;
  background: url(../images/stample.png) no-repeat 0 0 transparent;
  background-size: auto 60px;
  width: 60px;
  height: 60px;
  margin: 0px 15px 0px 0px;
  /*margin: 50%;*/
  /*border-right: 1px solid rgb(24, 23, 23);*/
}

#result-text {
  
  color: #E10075;
}