.welcome-single.inner h1 {
  font-size: 73px;
}
.welcome-single.inner {
  height: auto;
  padding-top: 300px;
  padding-bottom: 150px;
}
.blog-grid-area .single-blog-img span {
  background: #f9c200;
}
.single_blog_text {
  color: #fff;
}
.single-blog-article-area {
  background: #000000;
}
.card-text-box,
.card-text-box h6,
.card-text-box h2 {
  color: #fff;
}

.card-text-box h6 {
  text-transform: uppercase;
}

.card-text-box h2 {
  text-transform: uppercase;
  font-weight: 700;
}

.card-text-box span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.details-card {
  background: #fff;
  border-radius: 5px;
  padding: 13px;
  margin-top: -200px;
  z-index: 9;
  position: relative;
}

.details-card h3 {
  font-size: 28px;
  color: #0b0c12;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.details-card h3:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: #f9c200;
  left: -30px;
  top: 0;
}
.contact-info {
  font-size: 14px;
  color: #a7a7a7;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  padding-left: 35px;
  font-weight: 400;
  margin-bottom: 15px;
}

.contact-info span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #0b0c12;
  line-height: 1.4;
}

.contact-info i {
  position: absolute;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  top: 0;
  left: 0;
  font-size: 20px;
}
.contact-info p {
  margin: 0;
}

.map {
  height: 500px;
}

.time-table td {
  padding: 5px;
  font-weight: 400;
}

.contact-form input,
.contact-form textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #858689;
  padding: 10px;
  color: #fff;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #858689;
  text-transform: capitalize;
}
.contact-form input[type="text"] {
  width: calc(49% - 8px) !important;
}

.contact-form input[type="text"]:nth-child(2) {
  float: right !important;
}

/*about page css*/

.about-client p {
  font-style: italic;
}

.card-author span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}

.card-author h6 {
  font-weight: 400;
}
.single-team {
  background: #fff;
  border-radius: 5px;
  padding: 40px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.single-team .team_back {
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  display: block;
  transition: all 0.3s;
}

.team-area .owl-item.active.center .team_back {
  left: 0;
  transition: all 0.3s;
  cursor: pointer;
}

.team-hover-effect {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 40px;
  align-items: flex-end;
  text-align: left;
}
.team_front {
  background: #fff;
  transition: all 0.3s;
}
.team-hover-effect:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background: linear-gradient(to bottom, transparent, #3c3c3c);
  left: 0;
  top: 0;
  z-index: 2;
}
.team-hover-effect:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url(../img/team/teamhover.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
}
.team-hover-effect.team_bg2:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url(../img/service/service1.png);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
}
.team-back-text {
  z-index: 9;
}

.team-back-text a {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.team-back-text a {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.team-back-text a:hover {
  color: #f9c200;
}

.heading h2 {
  text-transform: uppercase;
}
.team-back-text {
  color: #fff;
}
.team_front h5 {
  font-size: 20px;
  color: #2f3035;
  margin: 20px 0;
}

.team_front h5 span {
  display: block;
  color: #48494d;
  font-size: 17px;
  font-weight: 300;
  margin-top: 5px;
}

a.team_back h5 {
  color: #fff;
  font-size: 20px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

a.team_back p {
  color: #fff;
  margin: 0;
}

.teams-carousel .owl-nav div {
  background: #f9c200;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  margin-top: -40px;
  left: 32%;
  border: 8px solid #0b0c12;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.teams-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.teams-carousel .owl-nav div.owl-next {
  left: auto;
  right: 32%;
  transition: all 0.3s;
}

.teams-carousel .owl-nav div i {
  color: #0b0c12;
  font-size: 28px;
}

.teams-carousel .owl-nav div:hover {
  border-color: #f9c200;
  background: #0b0c12;
  transition: all 0.3s;
}

.teams-carousel .owl-nav div:hover i {
  color: #f9c200;
  transition: all 0.3s;
}
.teams-carousel .single-blog-img span {
  background: #f9c200;
}

/*single blog area css*/

.single-blog-article-area .owl-nav div {
  background: #f9c200;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  margin-top: -40px;
  left: -40px;
  border: 8px solid #0b0c12;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.single-blog-article-area:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.single-blog-article-area .owl-nav div.owl-next {
  left: auto;
  right: -40px;
  transition: all 0.3s;
}

.single-blog-article-area .owl-nav div i {
  color: #0b0c12;
  font-size: 28px;
}

.single-blog-article-area .owl-nav div:hover {
  border-color: #f9c200;
  background: #0b0c12;
  transition: all 0.3s;
}

.single-blog-article-area .owl-nav div:hover i {
  color: #f9c200;
  transition: all 0.3s;
}
.single-blog-article-area .single-blog-img span {
  background: #f9c200;
}

.single_blog_mid_single_carousel {
  padding: 30px 60px;
  font-style: italic;
}

.single_blog_mid_single_carousel .author {
  font-style: normal;
}

.single_blog_mid_image {
  background: url(../img/welcome/home1.jpg);
  height: 450px;
  border-radius: 10px;
  margin: 40px 0;
}

.cpagination a.page-link {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  padding: 0;
  background: #242424;
  border: navajowhite;
  margin: 0 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}

.cpagination a.page-link:hover {
  background: #f9c200;
  color: #0b0c12;
}

.cpagination a.page-link img {
  max-width: 15px;
}

.cpagination .pagination {
  float: right;
}

.single_comment h5 a {
  float: right;
  font-size: 17px;
  color: #f9c200;
  text-transform: capitalize;
}

.single_comment h5 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
}
.single_comment {
  position: relative;
  z-index: 2;
  padding-left: 80px;
  border-bottom: 1px solid #24252a;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single_comment img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 70px;
  border-radius: 50%;
}
.single_comment_inner_comment > div {
  margin-left: 50px;
}
/* modal booking form css */

.formbold-mb-5 {
  margin-bottom: 20px;
}
.formbold-pt-3 {
  padding-top: 12px;
}
.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  background: white;
}
.formbold-form-label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #07074d;
  margin-bottom: 12px;
}
.formbold-form-label-2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.formbold-form-input {
  width: 100%;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: white;
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  outline: none;
  resize: none;
}
.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  padding: 14px 32px;
  border: none;
  font-weight: 600;
  background-color: #6a64f1;
  color: white;
  cursor: pointer;
}
.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
  margin-left: -12px;
  margin-right: -12px;
}
.formbold-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.w-full {
  width: 100%;
}
.formbold-radio {
  width: 20px;
  height: 20px;
}
.formbold-radio-label {
  font-weight: 500;
  font-size: 16px;
  padding-left: 12px;
  color: #070707;
  padding-right: 20px;
}
@media (min-width: 540px) {
  .sm\:w-half {
    width: 50%;
  }
}
.logo-bg {
  max-width: 200px;
  padding: 0 15px;
  margin-top: 15px;
}
.top-header-wrapper {
  background: #f9c200;
  padding: 10px 15px;
}

/* menu page css */
.menu-area {
  background: #0b0c12;
}
