.bg-gradient{
  background: rgb(238,154,3);
background: linear-gradient(90deg, rgba(238,154,3,1) 0%, rgba(250,128,64,1) 50%, rgba(237,141,1,1) 100%);
}
.entry-blog-title{
  color: #e66225 !important;
  text-transform: uppercase;
}
.brands-text ul{
	list-style-type: square;
	margin-top:25px;
	margin-left:15px;
}
.brands-text ul li{
	margin-bottom:15px;
}
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #e66225 0%,
    #248f9f 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  /* text-fill-color: transparent; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 12s linear infinite;
  display: inline-block;
      font-size: 35px;
	  font-weight: 900;
}

.animate-charcter-2
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #fff800 0%,
    #fbb821 30%,
    #e4692c 67%,
    #f35500 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  /* text-fill-color: transparent; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
/*  animation: textclip 3s ease-in infinite;*/
  display: inline-block;
  font-size: inherit;
  font-weight: 900;

}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.header-right-logo{
	height:80px;
}

.header-right-text{
	margin-right:35px;
}

.banner-title{
  background: rgba(255,255,255, 0.8);
  padding:5px 9px;
}
.entry-title-small{
  font-size:2.1rem!important;
}
.page-header h1{
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 35px!important;
}
.entry-detail-list{
  margin-bottom: 3rem!important;
}
.cta-tour-title{
  font-weight:700!important;
}
.select2-container--default .select2-selection--single{
  border: none !important;
}
.select2-selection__rendered{
  height: 40px;
    padding: .85rem 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 300;
    color: #777;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-bottom: 2rem;
    transition: all 0.3s;
 
}
#gov-info {
    height: 1200px;
    overflow-y: auto;
}
.nav.nav-tabs.nav-tabs-bg .nav-link:hover{
  color:000;
  background-color: #FFF;
}

#myCarousel .list-inline {
    white-space: nowrap;
    overflow-x: auto;
}

/* hotel detail */

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators>li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators>li.active img {
    opacity: 0.7;
}
.hotel-header{
  background-color: #e66225;
  padding:9px 15px 5px;
  margin-top:15px;
}
.hotel-header h3{
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.25;
  letter-spacing: -.025em;
  margin-bottom: .6rem;
}

.hotel-content{
  background-color: #f3f3f3;
  padding:9px 15px 5px;
  margin-bottom:15px;
}

.hotel-content h1,.hotel-content h2,.hotel-content h3,.hotel-content h4,.hotel-content h5,.hotel-content h6{
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.025em;
  margin-bottom: .6rem;
}
.hotel-price-table th{
  color:#FFF!important;
  text-transform: uppercase;
  font-weight: bold;
}

.entry-media img{
  width: auto!important;
}

.entry-media > a >img{
  width: 100%!important;
}
.text-black{
  color: #000 !important;
}