@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #4e4b4a;
}

header .navbar {
  box-shadow: 0 1rem 3rem rgba(78, 75, 74, 0.275) !important;
  margin: 0;
  padding: 0;
}

header .navbar .navbar-brand {
  margin: 0;
  padding: 0;
}

header .navbar .navbar-brand img {
  border-right: 1px solid #ccc;
  padding: 10px 20px;
}

header .navbar .nav-item:hover ul {
  display: block;
}

header .navbar .pay-online {
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline-block;
  align-items: center;
  justify-content: center;
}

header .navbar .pay-online a {
  text-decoration: none;
  color: #e47a1d;
}

header .navbar .pay-online .pay-img {
  text-align: end;
}

header .navbar .pay-online .pay-img img {
  width: 20% !important;
  padding: 0;
  margin: 0;
}

header .navbar .pay-online .search {
  height: 100%;
  padding: 21px;
  background: #4e4b4a;
  margin: 0;
}

header .navbar .pay-online .search i {
  color: #fff;
  padding: 8px;
  font-size: 20px;
  width: 100%;
  height: 100%;
}

header .navbar .pay-online .px-3 {
  padding: 0 !important;
  margin: 0;
  width: 40%;
  text-align: center;
}

header .navbar ul.navbar-nav {
  padding: 0 10px;
}

header .collapse .navbar-collapse {
  margin: 0;
  padding: 0;
}

header .navbar-light .navbar-nav .nav-link {
  font-weight: 500;
  color: #4e4b4a;
}

.slider .carousel {
  position: relative;
}

.slider .carousel .carousel-inner .carousel-item img {
  height: 90vh;
}

.slider .carousel .carousel-inner .carousel-item .btn-warning {
  border: 0;
  background: #e47a1d;
  border-radius: 0;
  color: #fff;
}

.slider .carousel .carousel-inner .carousel-item .btn-warning::after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  padding-left: 10px;
}

.slider .carousel .carousel-inner .carousel-item .carousel-caption {
  bottom: 30%;
}

.slider .carousel .carousel-inner .carousel-item .carousel-caption h2 {
  font-size: 38px;
}

.slider .carousel .tra-bg {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.slider .carousel .tra-bg h5 {
  color: #fff;
}

.slider .carousel .tra-bg .tra-center {
  margin: auto;
  align-items: center;
  justify-content: center;
}

.slider .carousel .tra-bg .tra-center form {
  margin: 0 5px;
}

.slider .carousel .tra-bg .tra-center form select {
  padding: 10px 29px;
  border: none;
  outline: none;
  border-radius: 5px;
}

.slider .carousel .tra-bg .tra-center form select option i {
  color: #000;
  font-size: 20px;
  display: block;
}

.slider .carousel .tra-bg .tra-center .btn-warning {
  background: #e47a1d;
  border: none;
  padding: 9px 25px;
  color: #fff;
}

.sq-box {
  position: relative;
  width: 40px;
  height: 20px;
  background: #fff;
  left: calc(50% - 20px);
  border: none;
  top: -30px;
  padding: 20px;
  display: block;
}

.sq-box::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #4e4b4a;
  left: 33%;
  top: 33%;
  transform: rotate(45deg);
  text-align: center;
}

.top-destination h2 {
  font-weight: 300;
  padding-bottom: 20px;
  border-bottom: 1px solid #4e4b4a;
}

.top-destination .sq-box {
  position: relative;
  width: 40px;
  height: 20px;
  background: #fff;
  left: calc(50% - 20px);
  border: none;
  top: -30px;
  padding: 20px;
  display: block;
}

.top-destination .sq-box::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #4e4b4a;
  left: 33%;
  top: 33%;
  transform: rotate(45deg);
  text-align: center;
}

.main {
  position: relative;
  width: 100% !important;
}

.main a {
  text-decoration: none;
  display: block;
}

.main a img {
  height: 370px !important;
}

.main .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 45px;
  width: 100%;
  padding: 15px 20px;
  background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#000), to(transparent));
}

.main .caption .loc a {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.main .caption .pac p {
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.tat {
  background: #f9f9f9;
}

.tat h2 {
  font-weight: 300;
  padding-bottom: 15px;
  border-bottom: 1px solid #4e4b4a;
}

.tat .sq-box {
  background: #f9f9f9;
}

.tat .col-lg-4 .item {
  position: relative;
  padding: 5px;
  border: 1px solid #ccc;
  width: 100% !important;
  background: #fff;
  border-radius: 0;
}

.tat .col-lg-4 .item .round {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 0.1;
  z-index: 9;
  background: #fff;
  border-radius: 50%;
  color: #4e4b4a;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding-top: 14px;
}

.tat .col-lg-4 .item .round p:first-child {
  color: #e47a1d;
}

.tat .col-lg-4 .item .round p:last-child {
  font-size: 12px;
}

.tat .col-lg-4 .card1 {
  border: none;
  width: 100% !important;
  display: flex;
}

.tat .col-lg-4 .card1 .left .btn-warning {
  background: #e47a1d;
  color: #fff;
  font-size: 16px;
}

.tat .col-lg-4 .card1 .left a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #4e4b4a;
}

.tat .col-lg-4 .card1 .left p {
  position: relative;
  padding-left: 25px;
  margin: 0;
}

.tat .col-lg-4 .card1 .left p::before {
  content: "\f1fe";
  font-family: "Font Awesome 5 Free";
  padding-right: 10px;
  font-size: 16px;
  color: #4e4b4a;
  position: absolute;
  font-weight: 700;
  left: 0;
  top: 9px;
  vertical-align: middle;
}

.tat .col-lg-4 .card1 .left p::after {
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: #4e4b4a;
  position: absolute;
  font-weight: 700;
  left: 60%;
  color: #e47a1d;
  top: 7px;
  vertical-align: middle;
}

.tat .col-lg-4 .card1 .right {
  text-align: end;
  font-weight: 500;
  line-height: 1.5;
}

.tat .col-lg-4 .card1 .right span {
  color: #e47a1d;
}

.trip-bg {
  background: url("../img/trip-bg.png");
  background-position: center;
  background-size: cover;
}

.trip-bg h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.trip-bg .sq-box {
  background: transparent;
}

.trip-bg .sq-box::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  left: 33%;
  top: 33%;
  transform: rotate(45deg);
  text-align: center;
  background: #000;
}

.trip-bg .items1 {
  position: relative;
  padding: 0;
  margin: 0;
}

.trip-bg .items1 img {
  width: 100%;
}

.trip-bg .items1 .title {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
}

.trip-bg .items1 .title:hover {
  text-decoration: underline;
}

.trip-bg .items1 .btn-warning {
  background: #e47a1d;
  color: #fff;
  border: none;
  border-radius: 0;
}

.trip-bg .items1 .btn-warning i {
  padding-left: 10px;
}

.trip-bg .items1 .round2 {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 0.1;
  z-index: 9;
  background: #fff;
  border-radius: 50%;
  color: #4e4b4a;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding-top: 14px;
}

.trip-bg .items1 .round2 p:first-child {
  color: #e47a1d;
}

.trip-bg .items1 .round2 p:last-child {
  font-size: 12px;
}

.expedition {
  background: #f9f9f9;
}

.expedition h3 {
  font-size: 23px;
  padding-bottom: 25px;
  border-bottom: 1px solid #4e4b4a;
}

.expedition h3 span {
  color: #e47a1d;
}

.expedition .sq-box {
  background: #f9f9f9;
}

.expedition .img-ex {
  width: 76px !important;
  height: 76px !important;
  border-radius: 4px;
  border: 1px solid #4e4b4a;
}

.expedition .img-ex i {
  font-size: 40px;
  padding: 20px;
  text-align: center;
}

.expedition .title {
  padding-left: 15px;
}

.aac {
  background: #fff;
}

.aac h3 {
  font-size: 21px;
  padding: 10px 0;
}

.aac .aac-img img {
  width: 60px;
  height: 60px;
  padding: 7px;
  border: 1px solid #4e4b4a;
  border-radius: 4px;
}

.aac ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aac ul li {
  width: 100%;
  font-size: 15px;
  line-height: 1.7;
}

.aac ul li span {
  font-weight: 700;
}

.footer {
  background: #4e4b4a;
}

.footer .top-footer {
  background: #efe8e2;
  text-align: center;
}

.footer .footer-btm {
  background: #e47a1d;
}

.footer .footer-btm ul {
  list-style: none;
}

.footer .footer-btm ul li {
  position: relative;
  color: #fff;
  line-height: 1.9;
  font-size: 15px;
  font-weight: 600;
  padding-left: 10px;
}

.footer .footer-btm ul li:nth-child(1)::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  font-size: 15px;
  position: absolute;
  top: 0;
  left: -20px;
  color: #fff;
  z-index: 9;
}

.footer .footer-btm ul li:nth-child(2)::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f01c";
  font-size: 15px;
  position: absolute;
  top: 0;
  left: -20px;
  color: #fff;
  z-index: 9;
}

.footer .footer-btm ul li:nth-child(3)::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f590";
  font-size: 15px;
  position: absolute;
  top: 0;
  left: -20px;
  color: #fff;
  z-index: 9;
}

.footer .footer-btm ul li:nth-child(4)::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  font-size: 15px;
  position: absolute;
  top: 0;
  left: -20px;
  color: #fff;
  z-index: 9;
}

.footer .footer-btm ul li:nth-child(5)::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f7a2";
  font-size: 15px;
  position: absolute;
  top: 0;
  left: -20px;
  color: #fff;
  z-index: 9;
}

.footer .footer-btm ul p {
  color: #fff;
  margin: 0;
}

.footer .footer-btm ul a {
  text-decoration: none;
  color: #fff;
}

.footer .footer-btm ul a i {
  font-size: 27px;
  padding: 0 5px;
  display: block;
}

.footer .ftr-top {
  border-bottom: 0.1px solid #cecece;
  padding: 10px 0 7px 20px;
}

.footer .ftr-top p {
  color: #fff;
  padding: 5px 0;
  margin: 0;
}

.footer .ftr-top form {
  padding: 0;
  margin: 0;
}

.footer .ftr-top form input {
  padding: 7px;
  border-radius: 4px;
  border: 0;
  outline: 0;
}

.footer .ftr-btm ul {
  list-style: none;
  padding-top: 15px;
}

.footer .ftr-btm li {
  line-height: 2.1;
  position: relative;
  transition: 0.9s;
}

.footer .ftr-btm li a {
  text-decoration: none;
  color: #cecece;
  font-size: 14px;
}

.footer .ftr-btm li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 12px;
  position: absolute;
  top: 2px;
  left: -15px;
  color: #fff;
  z-index: 9;
}

.footer .ftr-btm li:hover {
  transform: translateX(7px);
}

.footer .ftr-btm p {
  color: #fff;
  padding-left: 15px;
  font-size: 14px;
}

.bg-ground {
  background: #f9f9f9;
}

.category {
  background: #4e4b4a;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.category a {
  text-decoration: none;
  color: #fff;
}

.category i {
  padding: 0 10px;
}

.blogpost .blogfont {
  font-size: 25px;
}

.blogpost form select {
  padding: 10px 25px 10px 0;
  text-align: left;
}

.b-post .col-lg-3 {
  padding: 10px;
}

.b-post .col-lg-3 .blog-white {
  border: 1px solid #ececec;
  padding: 5px;
  background: #fff;
}

.b-post .col-lg-3 .blog-white h3 a {
  text-decoration: none;
  color: #4e4b4a;
  font-size: 18px;
  font-weight: 700;
}

.b-post .col-lg-3 .blog-white button {
  background: #fff;
}

.b-post .col-lg-3 .blog-white button a {
  text-decoration: none;
  color: #4e4b4a;
  padding: 10px;
}

.count-p .golo {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  border: 2px solid #4e4b4a;
}

.count-p .golo:hover {
  background: #4e4b4a;
}

.count-p .golo:hover a {
  color: #fff;
}

.count-p .golo a {
  display: block;
  text-decoration: none;
  color: #4e4b4a;
  text-align: center;
}

.count-p .active {
  background: #4e4b4a;
}

.count-p .active a {
  color: #fff;
}

.cu .carrybox {
  padding: 25px;
  border: 1px solid #e0e4e6;
  background: #fff;
}

.cu .carrybox dl dt {
  line-height: 2.5;
}

.cu .carrybox dl dd a {
  text-decoration: none;
  color: #4e4b4a;
}

.cu .formcarry {
  padding: 25px;
  border: 1px solid #e0e4e6;
  background: #fff;
}

.cu .formcarry form label {
  display: block;
}

.cu .formcarry form input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  outline: none;
}

.cu .formcarry form button {
  display: block;
  padding: 5px 10px;
  background: #4e4b4a;
  border: 0;
  color: #fff;
}

.cu .formcarry form textarea {
  width: 100%;
}

.cu .formcarry form sup {
  color: #d9534f;
  font-size: 12px;
}

.cu .formcarry form .recapch {
  background: #ccc;
}

.cu .formcarry form .recapch input {
  width: 24px !important;
  padding: 10px;
  height: 20px;
}

.cu .formcarry form .recapch .captchlogo {
  align-items: center;
  padding: 0 10px;
}

.cu .formcarry form .recapch .captchlogo img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  line-height: 20px;
  margin-top: 10px;
}

.cu .formcarry form .recapch .captchlogo p {
  margin: 0;
  font-size: 12px;
  line-height: 0;
  align-items: center;
  margin-top: 5px;
}

.cu .formcarry form .recapch .captchlogo small {
  font-size: 8px;
  line-height: 0.7;
  align-items: center;
}

iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .col-sm-12 {
    width: 100%;
    margin: 5px 0;
  }
  .col-sm-12 img {
    width: 100% !important;
  }
  .footer .ftr-top {
    display: none;
  }
  .footer.ftr-btm ul {
    padding: 0;
    width: 100%;
    padding-left: 40px;
    padding-top: 0 !important;
    margin: 0;
  }
  .cu .col-lg-8 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 992px) {
  .cu .col-lg-8 {
    margin-bottom: 15px;
  }
}
