.home_banner{
  position: relative;
  overflow: hidden;
}
.home_banner .banner_img{
  width: 100%;
  height: auto;
}
.home_banner_content{
  width: 100%;
  position: absolute;
  top: 5%;
  left: 4%;
}
.home_banner_content h1{
  color: #c69232;
  font-size: 30px;
  line-height: 34px;
  font-family: 'Roboto-Bold';
  text-transform: uppercase;
}
.home_banner_content h2{
  color: #000;
  font-size: 25px;
  line-height: 28px;
  font-family: 'Roboto-Regular';
  text-transform: uppercase;
}
.btn.btn_watch_video{
  background-color: #000;
  color: #c69232;
}
.watch_video h2{
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Roboto-Medium';
  text-transform: uppercase;
}
.home_banner_content p{
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Roboto-Regular';
}
.home_banner_content p a{
  color: #c69232;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Roboto-Regular';
}
.home_banner_box {
  background: rgba(0, 0, 0, 0.75);
  padding: 15px;
}
.home_banner_box h3 a{
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto-Regular';
}
.home_banner_box h2{
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-family: 'Roboto-Medium';
  text-align: center;
}
.banner_btn a{
  background-color: #c69232;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-family: 'Roboto-Medium';
  padding: 7px 15px 7px 15px;
}
.aa_service{
  padding: 30px 0px;
}
.aa_title h2{
  color: #c69232;
  font-size: 30px;
  line-height: 35px;
  font-family: 'Roboto-Bold';
  text-align: center;
  text-transform: uppercase;
}
.aa_service_text p{
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Roboto-Regular';
}
.btn.aa_watch_video{
  border: 1px solid #c69232;
  border-radius: 0%;
  padding: 0px;
  width: 100%;
}
.what_we_offer{
  padding: 40px 0px;
  background-color: #000;
}
.aa_title p{
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Roboto-Light';
}
.list_services {
  padding: 30px 0px;
}
.card.sevice_card {
  height: 100%;
}
.list_services h5 {
  font-size: 20px;
  color: #c69232;
  line-height: 30px;
  font-family: "Roboto-Bold";
}
.list_services p {
  font-size: 16px;
  color: #1b1818;
  line-height: 22px;
  font-family: "Roboto-Regular";
}
.dep-list li span {
  font-size: 16px;
  color: #585858;
}
.card_footer_link .book_link {
  font-family: "Roboto-Bold";
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #c69232;
  display: inline-block;
  background-color: #000;
  color: #c69232;
  padding: 10px 15px;
}
.card_footer_link .book_link:hover {
  background-color: #c69232;
  color: #000;
}
.icon-img {
  width: 60px;
  height: 60px;
}
.free_departure_list span {
  font-size: 16px;
  color: #585858;
}
/* New services list style End */

.testimonials{
  padding: 80px 0px;
  background-color: #000;
}
/* .card_textimonial .card{
  height: 100% !important;
} */
.card.carousel_card{
  height: 80vh;
  border:1px solid #c69232;
  background-color: #ffff0000 !important;
}
.card.carousel_card .card-body{
  height: 100%;
}
.card_img img{
  border-radius: 50%;
  object-fit: cover;
  width: 135px;
  height: 135px;
}
.testimonial_text h3{
  font-size: 22px;
  color: #c69232;
  line-height: 30px;
  font-family: "Roboto-Bold";
  text-align: center;
}
.testimonial_text p{
   color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Roboto-Light';
}
.testimonial_text h5{
  font-size: 20px;
  color: #c69232;
  line-height: 30px;
  font-family: "Roboto-Bold";
  text-align: center;
}
#testmonial_carousel .carousel-inner .carousel-item.active,
#testmonial_carousel .carousel-inner .carousel-item-next,
#testmonial_carousel .carousel-inner .carousel-item-prev {
    display: flex;
} 
.avail_services{
  padding: 30px 0px;
}
.avail_service_text p{
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Roboto-Light';
}
.card.card_avail{
  background-color: #ffff0000 !important;
  border: none;
}
.card_avail img{
  width: 150px;
  height: 150px;
}
.card_avail h3{
    color: #c69232;
    font-family: 'Roboto-Light';
    font-size: 25px;
    line-height: 25px;
    margin: 20px 0;
    text-align: center;
}
.card_avail p {
    line-height: 24px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(62%) sepia(56%) saturate(609%) hue-rotate(2deg) brightness(92%) contrast(89%);
}