.text-color-yellow {
    color: #ffcd22 !important;
}
.text-color-blue {
    color: #255669 !important;
}
.bg-color-yellow {
    background-color: #ffcd22 !important;
}
.bg-color-blue {
    background-color: #255669 !important;
}
.theme-sidebar-1 .search-sidebar .search-box .form-group .form-control {
    padding-left: 60px;
}
.theme-sidebar-1 .search-sidebar i {
    right: initial;
    left: 0;
}
.widget1 textarea{
    min-height: 100px;
}
.theme-sidebar-1 .search-sidebar i {
    background-color: #255669;
    color: #ffcd22;
}
.theme-sidebar-1 .search-sidebar i:hover {
    background-color: rgb(37, 86, 105);
    color: #ffcd22;
}
.theme-sidebar-1{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border-top:5px solid #255669;
}
.testimonial-video {
    background-image: linear-gradient(90deg,rgba(37, 86, 105, 0.4), rgba(37, 86, 105, 1)), url('../images/need-more-help.jpg');
    padding: 33px 30px;
    background-size: cover;
    background-color: initial;
}
.testimonial-video .sec-line:before {
    background-color: #ffcd22;
}
/* .testimonial-video h5 {
    text-transform: capitalize;
    font-size: xx-large;
} */
.latest-hotel .thumb{
  width: 30%;
}
.latest-hotel .thumb:before {
    bottom: -8px;
    left: 8px;
}
.latest-hotel .content {
    width: 70%;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.latest-hotel .content h5 {
    font-size: 16px;
    letter-spacing: 0px;
    color: #255669;
    font-weight: 600;
    margin-bottom: 7px;
    text-transform: capitalize;
}
.latest-hotel .content h6{
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: lowercase;
}
.latest-hotel .content h4{
    text-transform: capitalize;
}
.latest-hotel .content p{
    color: #c2c2c2;
    line-height: 12px;
}
.latest-hotel .content .package-details p{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 6px;
    margin-top: 6px;
    color: #565656;
}
.latest-hotel .content .btn-theme{
    width: 125px;
    background-color: #ffcd22;
    color: #000;
}
.grid-mb .latest-hotel {
    margin-bottom: 20px;
}
.whatsup-btn{
    background-color: #28af3e;
}
.special-packages .post-title-box .title-box h4 {
    text-transform: capitalize;
}
.special-packages .content .info li:nth-child(3) {
    float: initial;
}
ul.cities{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    color: #363531;
    margin: 10px 0;
}
ul.cities li {
    margin-right: 5px;
}
ul.cities li i {
    margin-right: 5px;
    color: #d77647;
}
.highlights  h5, .tour-itinerary h5, .package-overview h5 {
    text-transform: uppercase;
    color: #255669;
    font-weight: 600;
    letter-spacing: 1px;
}
.highlights, .contact-details ul li i{
    margin-right:  10px;
    color: #255669;
    letter-spacing: 0.4px;
}
.special-places .content .title-box {
    padding-bottom: 2px;
    padding-left: 14px;
    padding-top: 0;
    position: relative;
    width: 100%;
}
.special-places .content h5 {
    text-transform: none;
}
.special-places .content .info li a {
    font-size: 14px;
}
section {
    position: relative;
    overflow: visible;
    padding-top: 45px;
    padding-bottom: 45px;
    background-size: initial;
}
.section-title {
    margin: 0 auto 45px;
}
.section-title p {
    max-width: 1200px;
    text-align: left;
}
.trending {
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.trending .trend-item, .trending .trend-item1, .trending .trend-item2 {
  position: relative;
  transition: all ease-in-out 0.5s;
  overflow: hidden;
}
.trending .trend-item::before, .trending .trend-item1::before, .trending .trend-item2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  background: #029e9d;
  height: 4px;
  transition: all ease-in-out 0.5s;
  z-index: 2;
}
.trending .trend-item .trend-meta, .trending .trend-item1 .trend-meta, .trending .trend-item2 .trend-meta {
  position: absolute;
  top: -28px;
  right: 20px;
}
.trending .trend-item .trend-image, .trending .trend-item1 .trend-image, .trending .trend-item2 .trend-image {
  position: relative;
}
.trending .trend-item .trend-image img, .trending .trend-item1 .trend-image img, .trending .trend-item2 .trend-image img {
  transition: all ease-in-out 0.5s;
  width: 100%;
}
.trending .trend-item .trend-image .trend-content, .trending .trend-item1 .trend-image .trend-content, .trending .trend-item2 .trend-image .trend-content {
  z-index: 1;
}
.trending .trend-item .trend-image, .trending .trend-item .trend-image1, .trending .trend-item1 .trend-image, .trending .trend-item1 .trend-image1, .trending .trend-item2 .trend-image, .trending .trend-item2 .trend-image1 {
  transition: all ease-in-out 0.5s;
  overflow: hidden;
}
.trending .trend-item .trend-content1, .trending .trend-item1 .trend-content1, .trending .trend-item2 .trend-content1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.trending .trend-item:hover, .trending .trend-item1:hover, .trending .trend-item2:hover {
  transition: all ease-in-out 0.5s;
}
.trending .trend-item:hover::before, .trending .trend-item1:hover::before, .trending .trend-item2:hover::before {
  transition: all ease-in-out 0.5s;
  width: 100%;
}
.trending .trend-item:hover .trend-image img, .trending .trend-item1:hover .trend-image img, .trending .trend-item2:hover .trend-image img {
  transform: scale(1.1);
  transition: all ease-in-out 0.5s;
}
.trending .trend-item:hover .color-overlay, .trending .trend-item1:hover .color-overlay, .trending .trend-item2:hover .color-overlay {
  height: 100%;
  transition: all ease-in-out 0.5s;
}
.trending .trend-item:hover .color-overlay, .trending .trend-item1:hover .color-overlay, .trending .trend-item2:hover .color-overlay {
  height: 100%;
  transition: all ease-in-out 0.5s;
}
.trending .trend-item1::before {
  display: none;
}
.trending .trend-item2 {
  position: relative;
  transition: all ease-in-out 0.5s;
  height: 100%;
  overflow: hidden;
}
.trending .trend-item2 > a {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: inline-block;
  transition: all ease-in-out 0.5s;
}
.trending .trend-item2::before {
  display: none;
}
.trending .trend-image1 {
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
}
.trending .trend-image1 > a {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: inline-block;
  transition: all ease-in-out 0.5s;
}
.overlay, .dot-overlay, .color-overlay, .white-overlay, .left-overlay, .soft-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  transition: all ease-in-out 0.5s;
  opacity: 0.5;
}
.dot-overlay {
  background: #000000 url(../images/dot-overlay.png) repeat;
  opacity: 0.6;
}
.soft-overlay {
  opacity: 0.2;
}
.color-overlay {
  top: inherit;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #000000);
  height: 50%;
  opacity: 0.6;
}
.left-overlay {
  background: linear-gradient(to left, transparent, #fff);
  height: 100%;
  opacity: 1;
}
.special-packages .post-title-box .price-box {
    width: 20%;
}
.special-packages .post-title-box .title-box {
    width: 80%;
}
.specialpackages_carousel  .item{
  border: 1px solid #dbd8d8;
}
/* .special-packages .content p {
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: none
} */
.special-packages-sec .add-box.thumb {
    margin-top: 0px;
}
.special-packages.dtl-st .content p {
    margin-bottom: 10px;
}
.global-area ul li {
    font-family: 'Roboto';
    font-size: 16px;
    margin-bottom: 15px;
}
.global-section.over-layer-white:before {
    background-color: #dee2e6e0;
}
.global-area p {
    color: #091426;
}
.app-section p {
    color:#212529;
}
.map-area {
    background-color: #25566900;
}
.latest-hotel .content .btn-theme:hover {
   color: #fff;
}
.lst{
  font-family: 'Roboto';
}
@media only screen and (max-width: 991px){
      .latest-hotel .content p {
        margin-top: 0px !important;
    }
    .latest-hotel .content {
    padding: 10px;
  }
  .latest-hotel .thumb {
    margin-bottom: 0px !important;
  }
  .pkg-discription p{
    line-height: 18px;
}
.latest-hotel .content p {
    margin-bottom: 15px !important;
}
}
.thumblstpkg {
  height: 220px;
}
.thumblstpkg.details-thumb {
  height: 100%;
}
.thumblstpkg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-section .team-col .content h5 {
    color: #255669;
    text-transform: capitalize;
}
.team-section .team-col .content h4 {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .inner-area h4 {
    font-size: 40px;
}
  .inner-area h5 {
    font-size: 40px;
    color: #fffcd2;
}
.header .menu-style #logo_img {
    width: 80px;
}
.fixed-header #logo_img {
    width: 60px !important;
}
.contact-details .service-item.style-1 p {
    padding-left: 5.8em;
}
.slide-btn{
  background-color: #ffcd22;
}
.btn-border{
   background-color: transparent !important;
    color: #000 !important;
}
.phl h4{
  text-align: left;
}
.philosophy {
   text-align: left;
   /* font-style: italic; */
}
.philosophy-image {
    height: 250px;
    object-fit: cover;
}
.section-title h4 span {
    color: #255669;
}
.sub-h {
    font-size: 1rem;
    color: #000;
    font-weight: 400;
}
.learnmore.btn-theme {
    /* background-color: #255669; */
    color: #000000;
    display: inline-block;
    margin-right: 8px;
    margin-top: 20px;
    padding: 10px 30px;
    border: 1px solid #000000;
  }
  .learnmore.btn-theme:hover {
    border: 1px solid #255669;
    background-color: #255669;
    color: #fff;
}
.header .menu-style.bg-transparent .navbar-nav li a.nav-link {
    font-size: 15px;
}
.sidebar-sticky {
   position: sticky;
   top: 70px;
}
.fw-semibold{
  font-weight: 400 !important;
  color: #000;
}
.header .navbar-nav li .nav-link {
    padding: 0px 3px;
}
.header .navbar-nav li.dropdown .nav-link {
    /* padding-right: 5px; */
    padding-right: 25px;
}
.parallax-bg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.parallax:after {
    background: linear-gradient(0deg,transparent,transparent, rgba(0,0,0,0.7));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.why-choose-us img{
  transform: scale(0.7) translateX(2rem);
}
@media only screen and (max-width: 991px) {
  .header .menu-style .navbar-toggler {
    background-color: #6c757d !important;
}
    .header .menu-style.bg-transparent .navbar-nav li a.nav-link {
        padding: 15px;
        border-bottom: 1px solid;
    }
    .why-choose-us img{
  transform: scale(0.7) translateX(0rem);
}
}
.eml{
  color: #afafaf;
}
.form-row .form-group input.form-control {
    text-transform: none;
}
.form-row textarea.form-control {
   text-transform: none;
}