* {
  margin: 0;
  padding: 0;
}

.topbar {
  background-color: #ce9233;
  padding: 20px 0;
}
.topbar .address img {
  width: 20px;
  height: 20px;
  filter: invert(100%) sepia(0%) saturate(7490%) hue-rotate(318deg) brightness(103%) contrast(103%);
}
.topbar .address span {
  font-size: 0.85rem;
}
.topbar .address .social {
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topbar .address .social img {
  filter: invert(60%) sepia(52%) saturate(547%) hue-rotate(358deg) brightness(89%) contrast(94%);
  width: 20px;
  height: 20px;
}
.topbar .address .social:hover {
  background-color: #ce9233;
  border: 1px solid #fff;
}
.topbar .address .social:hover img {
  filter: invert(100%) sepia(0%) saturate(7490%) hue-rotate(318deg) brightness(103%) contrast(103%);
}
@media screen and (max-width: 991px) {
  .topbar {
    display: none;
  }
}

.navbar {
  padding: 20px 0;
  border: none !important;
  box-shadow: none;
}
.navbar .navbar-brand {
  display: none;
}
.navbar .navbar-nav .nav-link {
  color: #141414;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar .navbar-nav .active .nav-link {
  color: #ce9233;
}
.navbar .btn {
  background-color: #ce9233;
  color: #fff;
  font-size: 1.125rem;
}
.navbar .btn a {
  color: #fff;
}
.navbar .btn:hover {
  background-color: #fff;
  border: 2px solid #ce9233;
}
.navbar .btn:hover a {
  color: #ce9233;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-brand {
    display: block;
  }
  .navbar .navbar-nav {
    background-color: rgba(0, 0, 0, 0.1529411765);
  }
  .navbar .btn {
    display: none;
  }
}

.carousel .carousel-indicators {
  width: 140px;
  display: flex;
  flex-direction: column;
  transform: translate(-100%, -40%);
}
.carousel .carousel-indicators img {
  width: 80px;
  height: 80px;
  border: 1.5px solid #dce5e4;
  margin-bottom: 15px;
}
.carousel .carousel-inner .carousel-item::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5490196078);
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel .carousel-inner .carousel-item img {
  height: 600px;
}
.carousel .carousel-inner .carousel-item .carousel-caption {
  display: flex;
  align-items: center;
  flex-direction: column;
  transform: translateY(-30%);
}
.carousel .carousel-inner .carousel-item .carousel-caption h5 {
  font-size: 6rem;
  font-weight: bold;
  text-transform: uppercase;
  animation-duration: 0.8s;
}
.carousel .carousel-inner .carousel-item .carousel-caption a {
  background-color: #ce9233;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.carousel .carousel-inner .carousel-item .carousel-caption a:hover {
  border: 1.5px solid #ce9233;
  background-color: #fff;
  color: #141414;
}
@media screen and (max-width: 991px) {
  .carousel .carousel-indicators {
    transform: translate(-20%, -30%);
  }
  .carousel .carousel-indicators img {
    width: 60px;
    height: 60px;
  }
  .carousel .carousel-inner .carousel-item::after {
    height: 400px;
  }
  .carousel .carousel-inner .carousel-item img {
    height: 400px;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption {
    transform: translate(20%, -100%);
  }
  .carousel .carousel-inner .carousel-item .carousel-caption h5 {
    font-size: 1.5rem;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption a {
    font-size: 0.7rem;
  }
}

.about {
  width: 95%;
  margin: 100px auto;
}
.about .left-side {
  position: relative;
}
.about .left-side img {
  width: 489px;
  height: 489px;
}
.about .left-side .border {
  width: 35%;
  height: 60%;
  border: 4px solid #ce9233 !important;
  position: absolute;
  top: -50px;
  left: -40px;
  z-index: -1;
  animation: animateUpDown 3s ease-in-out infinite;
}
@keyframes animateUpDown {
  0% {
    top: -25px;
  }
  50% {
    top: -45px;
  }
  100% {
    top: -25px;
  }
}
.about .right-side h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #141414;
}
.about .right-side p {
  font-size: 1.1rem;
  margin: 30px auto;
}
.about .right-side p:nth-of-type(n + 2) {
  font-size: 1rem;
}
.about .right-side span {
  font-size: 1.1rem;
  color: #ce9233;
}
.about .right-side .info div {
  width: 38%;
  height: 60px;
  background-color: #dce5e4;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ce9233;
  border-radius: 4px;
}
.about .right-side .border {
  border: 4px solid #ce9233 !important;
  line-height: 1.5 !important;
}
.about .right-side .border h4 {
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  .about .left-side img {
    width: 330px;
    height: 330px;
    margin-left: 20px;
  }
  .about .left-side .border {
    left: 10px;
  }
  .about .right-side h2 {
    font-size: 1.1rem;
  }
  .about .right-side p {
    font-size: 0.9rem;
  }
  .about .right-side .info div {
    width: 15%;
    height: 60px;
    background-color: #dce5e4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ce9233;
    border-radius: 4px;
  }
}

.features,
.choose,
.service,
.appoinment,
.team,
.testimonial {
  margin: 100px auto;
  position: relative;
}

.features .feature {
  background-color: #fff;
  padding: 50px 0;
  position: relative;
  box-shadow: 5px 10px 18px #888888;
}
.features .feature .feature-icon {
  width: 75px;
  height: 75px;
  background-color: #ce9233;
  border-radius: 2px;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20%;
  left: 0;
}
.features .feature:hover .feature-icon {
  animation: animateLeft 0.5s linear forwards;
}
.features .feature h5 {
  width: 100%;
  color: #000;
  margin: 20px auto;
  font-weight: bold;
}
.features .feature p {
  color: #343a40;
  font-size: 1rem;
}
.features .feature a {
  color: #343a40;
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
}

@keyframes animateLeft {
  0% {
    left: 0;
  }
  100% {
    left: 100px;
  }
}
.choose {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgb(0, 0, 0) 50%), url("../images/carousel-1.jpg") left center no-repeat;
  background-size: cover;
}
.choose .right {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}
.choose .right p {
  width: 75%;
  margin: 30px 0;
}
.choose .right .wrappers .wrapper {
  width: 251px;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border: 5px solid #ce9233;
}
.choose .right .wrappers .wrapper .text {
  font-size: 1.2rem;
}
.choose .right .experience .progress {
  height: 5px;
}
.choose .right .experience .progress .progress-bar {
  width: 0;
  transition: 3s;
}
.choose .right .border {
  border: 5px solid #ce9233 !important;
  border-bottom: none !important;
  transform: translate(-20px, 48px);
}
@media screen and (max-width: 991px) {
  .choose .right {
    width: 95%;
    margin: auto;
  }
}

.service .service-item {
  background-color: #fff;
  box-shadow: 5px 10px 18px #888888;
  border-radius: 4px;
}
.service .service-item * {
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
.service .service-item .service-inner img {
  width: 216px;
  height: 173px;
  float: right;
  position: relative;
  top: -40px;
}
.service .service-item .service-inner .service-text h5,
.service .service-item .service-inner .service-text a {
  color: #141414;
  font-weight: bold;
}
.service .service-item .service-inner .service-text p {
  color: #6c757d;
  font-size: 1rem;
  margin: 20px 0;
}
.service .service-item .service-inner .service-text a {
  font-size: 1rem;
}
.service .service-item .service-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: 1s;
  background: #ce9233;
  z-index: -1;
}
.service .service-item .service-inner:hover::before {
  height: 100%;
  top: 0;
}
.service .service-item .service-inner:hover .service-text h5,
.service .service-item .service-inner:hover .service-text p {
  color: #fff;
}
.service .service-item .service-inner:hover a {
  padding-left: 45px !important;
}

.appoinment {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/carousel-2.jpg") left center no-repeat;
  background-size: cover;
}
.appoinment .left-side p {
  font-size: 1.2rem;
}
.appoinment .right-side .btn {
  background-color: #ce9233;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

.team .team-item {
  background: #fff;
  box-shadow: 5px 10px 18px #888888;
}
.team .team-item .team-social {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  transition: 0.5s;
  background: #ce9233;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team .team-item:hover .team-social {
  width: 100%;
  left: 0;
}
.team .team-item .team-social .btn {
  opacity: 0;
  transition: 0.5s;
}
.team .team-item:hover .team-social .btn {
  opacity: 1;
}

.testimonial .testimonial-img {
  position: relative;
  min-height: 400px;
  overflow: hidden;
}
.testimonial .testimonial-img div {
  position: absolute;
  width: 100px;
  height: 100px;
  animation-duration: 5s;
}
.testimonial .testimonial-img div:nth-child(1) {
  top: 10%;
  left: 10%;
  animation-delay: 0.1s;
}
.testimonial .testimonial-img div:nth-child(2) {
  top: 60%;
  left: 20%;
  animation-delay: 0.4s;
}
.testimonial .testimonial-img div:nth-child(3) {
  top: 20%;
  left: 60%;
  animation-delay: 0.7s;
}
.testimonial .testimonial-img div:nth-child(4) {
  bottom: 10%;
  right: 10%;
  animation-delay: 1s;
}
.testimonial .testimonial-img div::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  box-shadow: 0 0 10px 10px #fff inset;
  z-index: 1;
}
.testimonial .testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
  background-color: #000;
}
.testimonial .testimonial-carousel .owl-nav {
  margin-top: 15px;
  display: flex;
}
.testimonial .testimonial-carousel .owl-nav .owl-prev,
.testimonial .testimonial-carousel .owl-nav .owl-next {
  margin-right: 15px;
  color: #ce9233;
  font-size: 45px;
  transition: 0.5s;
}
.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
  color: #141414;
}

.newsletter {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/carousel-3.jpg") left center no-repeat;
  background-size: cover;
}

.footer {
  color: #6c757d;
}
.footer .social {
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.footer .social img {
  width: 30px;
  height: 30px;
}
.footer .social:hover {
  background-color: transparent;
  border: 2px solid #141414;
}
.footer .social:hover img {
  filter: invert(100%) sepia(0%) saturate(7490%) hue-rotate(318deg) brightness(103%) contrast(103%);
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #6c757d;
  font-size: 1rem;
  text-transform: capitalize;
  transition: 0.3s;
}
.footer .btn.btn-link::before {
  content: "";
  position: relative;
  font-weight: 900;
  color: #ce9233;
  margin-right: 20px;
}
.footer .btn.btn-link:hover {
  background-color: transparent;
  color: #ce9233;
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  background: #222222;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  color: #ce9233;
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/carousel-1.jpg") center center no-repeat;
  background-size: cover;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ce9233;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #000;
  color: #ce9233;
}

/*# sourceMappingURL=style.css.map */
