/*------------------------- slider section-------------------------- */
.carousel-caption {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 15px;
  width: 50%;
}

.carousel-caption h5 {
  margin-bottom: 0;
  font-size: 35px;
  text-align: left;
  margin: 10px;
  margin-left: 30px;
  margin-top: 50px;
  color: white;
}

.carousel-caption p {
  margin-top: 5px;
  font-size: 16px;
  text-align: left;
  margin: 10px;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .carousel-caption {
    width: 80%;
  }

  .carousel-caption h5 {
    font-size: 13px;
    margin-top: -10px;
  }

  .carousel-caption p {
    font-size: 8px;
    margin-bottom: 10px;
  }
}
/* section two */
.container {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

header {
  background: #333;
  color: #fff;
  padding-top: 30px;
  min-height: 70px;
  border-bottom: #77aaff 3px solid;
}

header h1 {
  float: left;
  margin: 0;
}

header nav {
  float: right;
  margin-top: 10px;
}

header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header nav ul li {
  display: inline;
  margin-left: 20px;
}

header nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

header nav ul li a.active {
  color: #77aaff;
}

.contact-us {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}

.contact-us h2,
.contact-us h3 {
  color: #000000;
}

.contact-us p,
.contact-us address {
  margin: 10px 0;
  font-size: 1.5rem;
  color: #000000;
}

.contact-us ul.social-media {
  list-style: none;
  padding: 0;
}

.contact-us ul.social-media li {
  display: inline;
  margin-right: 10px;
  font-size: 1.5rem;
}

.contact-us ul.social-media li a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #333;
}

.contact-form {
  margin-top: 20px;
}

.contact-form label {
  display: block;
  margin: 10px 0 5px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin: 5px 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.contact-form textarea {
  height: 150px;
  resize: vertical;
}

.contact-form button[type="submit"] {
  background: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
}

.contact-form button[type="submit"]:hover {
  background: #555;
}

footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}

footer p {
  margin: 0;
  font-size: 1.5rem;
}
/* section 3 */
body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  line-height: 1.9;
  color: #8c8c8c;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", sans-serif;
  color: #000;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a,
a:hover {
  text-decoration: none !important;
}

.text-black {
  color: #000;
}

.content {
  padding: 7rem 0;
}

.heading {
  font-size: 2.5rem;
  font-weight: 900;
}

.form-control {
  border: none;
  background: #f3f3f3;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000;
  background: #f3f3f3;
}

.col-form-label {
  color: #000;
}

.btn,
.form-control,
.custom-select {
  height: 50px;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.custom-select:active,
.custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000;
}

.btn {
  border: none;
  border-radius: 4px !important;
}
.btn.btn-primary {
  background: #000;
  color: #fff;
  padding: 15px 20px;
}
.btn:hover {
  color: #fff;
}
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.box {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
  box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
}
.box h3 {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}

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;
}
