body {
  background: #fff;
  font-family: 'Lato', sans-serif;
  color: #303031;
  line-height: 30px;
  font-size: 16px;
}
html {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header {
  padding: 154px 0 100px;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}
h1, h2, h3, h4, h5, h6 {
   font-family: 'Lato', sans-serif;
  color: #303031;
  font-weight: 700;
  margin-bottom: 15px;
}
h1, .h1 {
  font-size: 36px;
  line-height: 40px;
}
h2, .h2 {
  font-size: 36px;
  line-height: 40px;
}
h3, .h3 {
  font-size: 26px;
}
h4, .h4 {
  font-size: 22px;
}
h5, .h5 {
  font-size: 20px;
}
h6, .h6 {
  font-size: 18px;
}
p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #303031;
  text-decoration: none;
  line-height: 30px;
  margin-bottom: 26px;
}
ul {
  margin-bottom: 26px;
}
li {
  font-size: 16px;
  font-weight: 400;
  color: #303031;
  text-decoration: none;
  line-height: 26px;
}
a {
  color: #303031;
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #f1682e;
  text-decoration: none;
}
section {
  padding: 85px 0;
  margin: 0;
}
footer {
  padding: 105px 0;
  margin: 0;
}
.fas, .fab {
  min-width: 22px;
}
.text-primary {
  color: #d2ae6d !important;
}
.btn {
  border-radius: 0;
  padding: .375rem 1.2rem;
  font-size: 1.1rem,
}
.btn-primary {
  color: #fff;
  background-color: #f1682e;
  border-color: #f1682e;
  border-radius: 40px;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #606062;
  border-color: #606062;
  box-shadow: 0 0 0 .2rem rgb(210, 174, 109);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #606062;
  border-color: #606062;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgb(210, 174, 109);
}
.round-list ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
.round-list ol li {
  margin: 0 0 0.7rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
.round-list ol li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  position: absolute;
  --size: 26px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  transform: rotate(0deg);
  background: #005b94;
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 0 #999;
}
.round-list ol li:hover::before {
  transform: rotate(-10deg);
  --size: 32px;
}
ul.list-icon {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.list-icon li {
  margin: 0 1em 0.5em 1em;
  margin-left: 3em;
}
ul.list-icon > li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  visibility: visible;
  font-weight: 900;
  float: left;
  margin-left: -1.5em;
  color: #f1682e;
}
.img-thumb {
  margin-bottom: 15px;
}
.darkbg, .darkbg h1, .darkbg h2, .darkbg h3, .darkbg h4, .darkbg h5, .darkbg h6, .darkbg p, .darkbg li, .darkbg a, .darkbg a:active, .darkbg .footer-links {
  color: #fff;
}
.bg-primary {
  background-color: #f1682e !important;
}
.border-primary {
  border-color: #f1682e !important;
}
table {
  margin-bottom: 35px;
  font-size: 16px;
  color: #606062 !important;
}
.table-hover tbody tr:hover strong {
  color: #f1682e;
}
.table-hover tbody tr:hover {
  color: #606062;
  background-color: rgb(247, 247, 247);
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.title-golden {
  color: #f1682e;
}
.title-left {
  position: relative;
  margin-bottom: 2.2em;
  text-align: left;
}
.title-left:after {
  position: absolute;
  width: 65px;
  height: 8px;
  content: '';
  border-top: 4px solid #f1682e;
  border-bottom: 4px solid #f1682e;
  margin-top: 1.8em;
  left: 0%;
}
.title {
  margin-bottom: 1.2em;
  text-align: center;
}
.title:after {
  position: absolute;
  width: 65px;
  height: 8px;
  content: '';
  border-top: 4px solid #f1682e;
  border-bottom: 4px solid #f1682e;
  margin-top: 1.8em;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.sub-heading {
  font-family: 'Lato', sans-serif;
  font-size: 13px !important;
  display: block;
  margin-bottom: 5px;
  color: #7e7e7e !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 16px;
}
.more::before {
  content: "";
  width: 40px;
  max-width: 90px;
  height: 1px;
  display: block;
  position: relative;
  top: 46px;
  left: 0;
  background: #d2ae6d;
}
.more:hover::before {
  color: #d2ae6d;
  background: #d2ae6d;
  width: calc(100% - 40px);
}
.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}
.white-bg {
  background-color: #fff;
}
.gray-bg {
  background-color: #f6f6f6;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
figure {
  margin-bottom: 24px;
}
.display-5 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
}
.text-small, .text-small p, .text-small li {
  font-size: 14px !important;
}
.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.text-shadow-lg {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.text-highlight {
  color: #d2ae6d;
}
.card {
  border: 1px solid #ececec;
  border-radius: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
/********************************Global Transitions ********************************/
a, h1, h2, h3, h4, h5, h6, p, ul, li, tr, td, strong, ::before, ::after, .btn, .camera_caption, img, .images-block, .images-block figcaption, .images-block img, .images-block figcaption h2, .images-block figcaption p, .fas, .fab, .card, .destination-block, .icon-box, .icon, .hero-slider, .hero-item, .set-bg, .page-banner, #footer {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/*********************** *********Global- background images hover effects******************************/
.images-block {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
	
}

.images-block::after {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.7) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.7) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(99%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.7) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.7) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.images-block img {
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.images-block:hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.04, 1.04, 1.04);
  -moz-transform: scale3d(1.04, 1.04, 1.04);
  transform: scale3d(1.04, 1.04, 1.04);
}
.images-block figcaption {
    font-size: 20px;
    text-align: left;
    font-weight: 900;
    padding: 40px 10px 10px 30px;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    opacity: 0.8;
    width: 100%;
    overflow: hidden;
	text-transform: uppercase;
}
.images-block figcaption h2, .images-block figcaption {
  color: #fff;
  margin-bottom: 10px;
	 z-index: 2;
}
.images-block figcaption p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

/*********************** ********* imges Height Style  ******************************/
.img-200 {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 24px;
}
.img-200 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/********************************header and nav bar block ********************************/
#header {
  padding: 0;
  animation: fadeInDown 400ms;
  z-index: 98;
  top: 0;
  width: 100%;
  background-color: white;
  position: relative;
  min-height: 77px;
}
.sub_header {
  padding: 0 0 5px 0;
  max-width: 1400px;
  margin: auto;
  position: relative;
}
.language-button {
  position: absolute;
  top: 10px;
  right: 30px;
}
.language-button .dropdown-menu {
  min-width: 2rem;
}
.language-button .btn {
  background-color: transparent;
  border: solid 1px #eee;
  font-size: .7rem;
  padding: .375rem 0.6rem;
}
.language-button .btn.focus, .language-button .btn:focus, .language-button .btn:hover {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(55, 55, 55, 0.05) !important;
  color: #016099;
}
.navbar {
  padding: 0 1rem;
  min-height: 72px;
}
.navbar-nav {
  min-height: 40px;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .5);
  background-color: #fff;
}
.navbar-toggler-icon {
  background-color: rgba(255, 255, 255, 1) !important;
}
.navbar-nav .nav-link {
  font-family: 'Lato', sans-serif;
  color: #000000 !important;
  font-weight: 700;
  line-height: 50px !important;
  text-decoration: none;
  font-size: 15px;
  margin-left: 6px;
  margin-right: 5px;
  padding: 0 8px !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-bottom: solid 1px rgba(0, 0, 0, 0);
  text-transform: uppercase;
}
.navbar-nav .nav-link:hover {
  color: #00adef !important;
}
.navbar-nav .nav-link.active {
  color: #00adef !important;
}
.navbar-toggle {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-collapse {
  /*padding-top: 15px;*/
}
#logo {
  margin: 0 0 0px 0;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  padding:5px 10px;
}
.logo {
  margin: 0 0 0px 0;
}
.dropdown-menu {
  padding: 15px;
}
.dropdown-item, .dropdown-item.nav-link {
  font-size: 13px !important;
  line-height: 22px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.dropdown-menu li:not(:last-child):after {
  content: '';
  position: relative;
  display: block;
  padding-right: 0px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background-color: #fff !important;
}
/*
 You probably do not need to edit this at all.
Carets in collapsible mode (make them look like +/- buttons) */
.navbar-nav.sm-collapsible .sub-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -0.7em 0.5em 0 0;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .25rem;
  padding: 0;
  width: 2em;
  height: 1.4em;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
  content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
  content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
  border-color: rgba(255, 255, 255, .1);
}
/* make sure there's room for the carets */
.navbar-nav.sm-collapsible .has-submenu {
  padding-right: 3em;
}
/* keep the carets properly positioned */
.navbar-nav.sm-collapsible .nav-link, .navbar-nav.sm-collapsible .dropdown-item {
  position: relative;
}
/* Nav carets in expanded mode */
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}
/* point the arrows up for .fixed-bottom navbars */
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow, .fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
  border-top: 0;
  border-bottom: .3em solid;
}
/* Dropdown carets in expanded mode */
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -.3em;
  margin-right: 1em;
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
  padding-right: 2.1em !important;
}
.navbar-nav .scroll-up, .navbar-nav .scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center;
}
.navbar-nav .scroll-up-arrow, .navbar-nav .scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
  top: 6px;
  border-top: 7px solid;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
  margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
  white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
  white-space: nowrap;
}
/********************************banner ********************************/
#banner {
  overflow: hidden;
  background-color: #FFF;
  max-width: 100%;
}
/*********************** ********* Style ******************************/
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
/* ----------------
  banner Section
  ---------------------*/
.banner-section {
  padding: 0 !important;
  margin: 0;
  min-height: 400px;
  background-color: #FDF5E6;
}
.hero-slider .owl-nav button.owl-prev, .hero-slider .owl-nav button.owl-next {
  position: absolute;
  width: 84px;
  height: 84px;
  top: calc(50% - 42px);
  left: 0;
  font-size: 30px;
  color: #081624;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hero-slider .owl-nav button.owl-prev:hover, .hero-slider .owl-nav button.owl-next:hover {
  color: #fff;
  background: rgba(210, 174, 109, 0.7);
}
.hero-slider .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
.hero-item {
  height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.hero-item h2 {
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
  color: #fff;
  margin-bottom: 34px;
  opacity: 0;
  top: 50px;
  position: relative;
}
.hero-item h2 span {
  font-weight: 300;
  padding-left: 25px;
  padding-bottom: 15px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
}
.hero-item h2 span:nth-child(1) {
  color: #fff;
}
.hero-item h2 span:nth-child(2) {
  padding-right: 14px;
}
.hero-item h2 span:last-child {
  padding-right: 30px;
}
.hero-item .site-btn {
  opacity: 0;
  top: 50px;
  position: relative;
}
.hero-slider .owl-item.active .hero-item h2, .hero-slider .owl-item.active .hero-item .site-btn {
  top: 0;
  opacity: 1;
}
.hero-slider .owl-item.active .hero-item h2 {
  -webkit-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}
.hero-slider .owl-item.active .hero-item .site-btn {
  -webkit-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
}
.hero-slider .owl-item.active .hero-item .site-btn:last-child {
  -webkit-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}
/*********************************
7. Intro
*********************************/
.intro {
  width: 100%;
  background: #FFFFFF;
  padding-top: 86px;
  padding-bottom: 114px;
}
.intro_container {
  height: 100%;
}
.intro_text {
  margin-top: 27px;
}
.intro_link {
  margin-top: 38px;
}
.intro_link a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #5a2360;
}
.intro_link a::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #5a2360;
  content: '';
}
.intro_button {
  margin-top: 53px;
}
.intro_images {
  width: 100%;
  height: 588px;
}
.intro_img {
  position: absolute;
}
.intro_img img {
  max-width: 100%;
}
.intro_1 {
  top: 0;
  right: 0;
	box-shadow: 0px 23px 35px rgba(4, 4, 4, 0.54);
}
.intro_2 {
  bottom: 150px;
  right: 80px;
  box-shadow: 0px 23px 35px rgba(4, 4, 4, 0.54);
}
.intro_3 {
  top: 51px;
  left: 60px;
  box-shadow: 0px 23px 35px rgba(4, 4, 4, 0.54);
}
/*********************** ********* Style ******************************/
#about {
  position: relative;
  background-image: url("../images/home/about-bg.png");
  background-repeat: no-repeat;
  background-position: top left;
  object-fit: cover;
}
#about .text-border {
  line-height: 27px;
  margin-top: 0;
  padding-top: 0;
  border-left: solid 1px #d2ae6d;
}
#about .images-block figcaption {
  font-size: 27px;
  text-align: left;
  padding: 26px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  opacity: 1;
  width: 100%;
  overflow: hidden;
}
#about .images-block figcaption h2 {
  color: #fff;
  font-size: 27;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 30px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
/*********************** ********* Destination  ******************************/

.domestic-section{
  background: #f8f8f8;
}
.international-section{
  background: #fff;
}


.destination-block{
	background-color: #fff;
	box-shadow: 5px 8px 20px rgba(0,0,0,0.1);
	overflow: hidden;
	margin-bottom: 30px;
	min-height: 520px;
	border: solid 1px #fff;
	border-bottom: 2px solid #f1682e;
}
.destination-block:hover{
	box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
}
.destination-block .card p {
	color: #909090 ;
	font-size: 15px ;
font-weight: 400;
text-decoration: none;
line-height: 26px;
margin-bottom: 20px ;
}

.destination-block .card h5 {
	color: #00adef ;
	margin-top: 0px;
	line-height: 30px;
	margin-bottom: 7px;
}
.destination-block .card h5 small, .destination-block .card h5 .small{
    display: block !important;
    color: #575757 !important;
    font-size: 13px;
    line-height: 20px;
}


.destination-block .card {
    border: none;
}
.destination-block:hover .images-block img {
    opacity: 1;
    -webkit-transform: scale3d(1.04, 1.04, 1.04);
    -moz-transform: scale3d(1.04, 1.04, 1.04);
    transform: scale3d(1.04, 1.04, 1.04);
}

.destination-block:hover .images-block figcaption {
  opacity: 1;
	 bottom: 30px;
}




@media (max-width: 767.98px) {
  .services {
    margin-bottom: 4em;
  }
}

.media .ftco-icon {
  width: 100px;
}
.media .ftco-icon span {
  color: #21cc7a;
}
.ftco-media {
  background: #fff;
  border-radius: 0px;
}
.ftco-media .heading {
  font-weight: normal;
}
.ftco-media.ftco-media-shadow {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  position: relative;
  top: 0;
}
.ftco-media.ftco-media-shadow:hover, .ftco-media.ftco-media-shadow:focus {
  top: -3px;
  -webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
}
.ftco-media .icon {
  font-size: 50px;
  display: block;
  color: #21cc7a;
}
.ftco-media.text-center .ftco-icon {
  margin: 0 auto;
}
.ftco-overflow-hidden {
  overflow: hidden;
}
.holiday-t {
	 background-image: url("../images/bg-travel.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;


}

#holiday-types {
  background-color: #FBFBFB;
	border-top: solid 1px #CDCDCD;
}

#holiday-types .badge {
	padding: 15px 25px;
	margin: 5px;
}



/*********************** ********* Style ******************************/
#gallery {
  padding: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
.gallery-thumb {
  margin-bottom: 0px;
}
/*********************** ********* Style ******************************/

/*********************** ********* Style ******************************/
.query-block {
	 background-image: url("../images/home/pre-footer.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}




/*********************** *********Inner Pages Style  ******************************/
.page-header {
  padding: 0;
  background-color: #d2ae6d;
  overflow: hidden;
  background-attachment: fixed;
  position: relative;
  max-width: 1920px;
}
.page-banner {
  min-height: 400px;
  overflow: hidden;
}
.banner-title {
  font-size: 44px;
  line-height: 60px;
  color: #fff;
  letter-spacing: 6px;
  animation: fadeInUpBig 1.2s;
}
.banner-title span {}
.page-banner .title {
  margin-bottom: 30px;
}
.page-banner .title:after {
  border-color: #fff;
}
/*********************** *********banner Style  ******************************/
.top-banner {
  background-image: url("../images/home/page-banner.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}



/*********************** ********* gallery ******************************/
.gallery-thumb {
  margin-bottom: 0px;
}

/*********************** ********* Footer ******************************/
#footer {
  background-color: #fff;
  position: relative;
 background-image: url("../images/home/bg-pattern2.jpg");
  background-repeat: repeat;
  background-position: center center;
  object-fit: cover;
  border-top: solid 1px #E0E0E0;
  text-decoration: none;
  max-width: 100%;
  overflow: hidden;
  padding: 0px;
}
#footer p {
  font-size: 16px;
}
#footer a:hover {
  color: #F5683D;
}
#footer .social-media {}
#footer .social-btn {
  color: #5a5956;
  vertical-align: middle;
  display: inline-block;
  min-width: 30px;
}
#footer .social-btn .fa, .social-btn, .social-btn .fab, .social-btn .fal, .social-btn .far, .social-btn .fas {
  font-size: 24px;
}
#footer a.social-btn:hover {
  color: #F5683D !important;
}
#footer #newsletter input {
  color: #d2ae6d !important;
  border-radius: 0;
}
.f-right {
	font-size: 13px;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 13px;
  right: 6%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  border-radius: 30em;
  background-image: url(../images/to-top1.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#toTopHover {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
#bitnami-banner{
  display: none;
}
