/*!
Theme Name: Eligo CS
Theme URI: http://eligocs.com
Author: Developer
Author URI:
Description:
Version: 1.0.9
Text Domain: eligocs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Eligo Cs is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
body { background-color: #f3f3f3;     color: #333333;
  font-family: "Roboto", Sans-serif;
  font-weight: 400; }
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,p {
    color: #333333;
    font-family: "Roboto", Sans-serif !important;
    font-weight: 400 !important;
  }
  

hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }

figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ }

table { margin: 0 0 1.5em; width: 100%; }

/* Text meant only for screen readers. */
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus { outline: 0; }

.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; }

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

.widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ }

.widget select { max-width: 100%; }

.sticky { display: block; }

.hentry { margin: 0 0 1.5em; }

.updated:not(.published) { display: none; }

.page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; }

.page-links { clear: both; margin: 0 0 1.5em; }

.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { display: block; }

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link { display: inline-block; }

.wp-caption { margin-bottom: 1.5em; max-width: 100%; }

.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }

.wp-caption .wp-caption-text { margin: 0.8075em 0; }

.wp-caption-text { text-align: center; }

.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66%; }

.gallery-columns-7 .gallery-item { max-width: 14.28%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { display: block; }

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body { -ms-word-wrap: break-word; word-wrap: break-word; -webkit-font-smoothing: auto; text-rendering: optimizeLegibility !important; -moz-osx-font-smoothing: grayscale; font-smoothing: auto; }

a, button, input { -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }

blockquote { font-size: 1.25rem; padding: 1.25rem 1.75rem; }

table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent; }

table th, table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; }

table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }

table tbody + tbody { border-top: 2px solid #dee2e6; }

table table { background-color: #fff; }

figcaption { padding-top: 0; padding-bottom: .75rem; color: #6c757d; text-align: left; }

input[type="button"], input[type="reset"], input[type="submit"] { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; line-height: 1.5; border-radius: 0.25rem; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; padding: 0.5rem 1.25rem; color: #fff; background-color: #007bff; border-color: #007bff; }

input[type="button"]:active, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:hover { color: #fff; background-color: #0062cc; border-color: #005cbf; cursor: pointer; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

input[type="text"]:-webkit-input-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-webkit-input-placeholder, input[type="email"]:-moz-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-webkit-input-placeholder, input[type="url"]:-moz-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-webkit-input-placeholder, input[type="password"]:-moz-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-webkit-input-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-webkit-input-placeholder, input[type="number"]:-moz-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-webkit-input-placeholder, input[type="tel"]:-moz-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-webkit-input-placeholder, input[type="range"]:-moz-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-webkit-input-placeholder, input[type="date"]:-moz-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-webkit-input-placeholder, input[type="month"]:-moz-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-webkit-input-placeholder, input[type="week"]:-moz-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-webkit-input-placeholder, input[type="time"]:-moz-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-webkit-input-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-webkit-input-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-webkit-input-placeholder, input[type="color"]:-moz-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-webkit-input-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder { color: #6c757d; opacity: 1; }

select { height: calc(2.25rem + 2px); display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

blockquote { font-style: italic; font-size: 1.15rem; border-left: 3px solid rgba(33, 37, 41, 0.25); padding: 0.5rem 1.75rem; background: rgba(33, 37, 41, 0.05); }

blockquote p { font-size: 1.15rem; }

blockquote p:last-child { margin-bottom: 0; }

.navbar-dark .navbar-nav .dropdown-menu a { display: block; width: 100%; padding: .25rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; }

.site-footer { padding-top: 3rem; padding-bottom: 3rem; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; text-align: left; width: 50%; }

.post-thumbnail { margin-top: 1.5em; display: inline-block; }

.card-title.entry-title { margin-bottom: .25rem; }

.entry-meta { font-size: .9rem; }

.entry-footer { font-size: .9rem; margin-top: 1rem; }

.comments-link { float: right; margin: 4px 0px 4px 10px; font-size: 90%; padding-top: 0.2em; }

.cat-links .badge, .tags-links .badge { font-size: 90%; font-weight: normal; border: 1px solid rgba(0, 0, 0, 0.125); margin: 4px 10px 4px 0; padding: 0.4em .9em; }

.cat-links a, .tags-links a { color: #6c757d; }

.cat-links a:hover, .tags-links a:hover { text-decoration: none; color: #212529; }

.entry-meta a, .comments-link a, .edit-link a { color: #6c757d; }

.entry-meta a:hover, .comments-link a:hover, .edit-link a:hover { text-decoration: none; color: #007bff; }

.entry-title a:hover { color: #007bff !important; }

.content-area.wp-bp-404 .card-body { padding: 2.5rem 4rem; }

.sidebar-1-area .widget, .footer-widgets .widget { margin-bottom: 0; padding: 2rem; }

.sidebar-1-area .widget ul, .footer-widgets .widget ul { padding-left: 20px; color: #6c757d; margin-bottom: 0; }

.sidebar-1-area .widget ul li, .footer-widgets .widget ul li { padding-top: 3px; padding-bottom: 3px; list-style: square; }

.sidebar-1-area .widget ul li:last-child, .footer-widgets .widget ul li:last-child { padding-bottom: 0; margin-bottom: 0; }

.sidebar-1-area .widget ul li a, .footer-widgets .widget ul li a { color: #6c757d; }

.sidebar-1-area .widget ul li a:hover, .footer-widgets .widget ul li a:hover { color: #212529; text-decoration: none; }

.footer-widgets .widget { padding: 0.5rem; }

#wp-calendar #next { text-align: right; }

#wp-calendar #prev a, #wp-calendar #next a { color: #6c757d; }

#wp-calendar #prev a:hover, #wp-calendar #next a:hover { color: #212529; text-decoration: none; }

#calendar_wrap table th, #calendar_wrap table td { padding: .25rem; }

.hentry.card .card-body { padding: 1.5rem; }

select { height: calc(2.25rem + 2px); display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.entry-title a:hover { text-decoration: none; }

.mt-3r { margin-top: 3rem; }

.wp-bs-4-jumbotron { margin-bottom: 0; }

.wp-bs-4-jumbotron .jumbotron-heading { font-weight: 600; }

.wp-bs-4-jumbotron .container { max-width: 40rem; }

.comments-area { clear: both; -ms-word-wrap: break-word; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }

.comments-area .media-body { overflow: auto; }

.comments-area .comment-list { list-style: none; padding-left: 0; }

.comments-area .comment-list > li { border-bottom: 1px solid #dee2e6 !important; padding: 2.5rem 4rem; }

.comments-area .comment-list ul.children { list-style: none; padding-left: 2rem; }

.comments-area .comment-list ul.children li { padding: 2.5rem 0 0; }

.comments-area .comment-list .comment-respond { padding: 2.5rem 4rem; }

.comments-area .comments-title { padding: 2.5rem 4rem; border-bottom: 1px solid #dee2e6 !important; }

.comments-area .comment-navigation { padding: 1rem 4rem 0; border-bottom: 1px solid #dee2e6 !important; }

.comments-area .wb-comment-form { padding: 2.5rem 4rem; }

.comments-area .wb-cancel-reply { margin-left: 2rem; }

.comments-area .logged-in-as { padding-left: 15px; font-size: .9rem; }

.comments-area .logged-in-as a { color: #6c757d; }

.comments-area .logged-in-as a:hover { color: #212529; text-decoration: none; }

.comments-area .wb-comment-notes { font-size: .9rem; }

.comments-area .no-comments { padding: 1rem 4rem; }

.comments-area small { font-size: .9rem; }

.comments-area p { -ms-word-wrap: break-word; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }

.comments-area .comment-reply-link, .comments-area .comment-edit-link { margin-right: 1rem; color: #6c757d; }

.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover { color: #212529; text-decoration: none; }

.comments-area .comment-author a:hover { text-decoration: none; color: #212529; }

.wp-bp-sticky { position: absolute; top: 0; right: 1rem; }

.single .post-navigation .nav-links a { color: #6c757d; margin-bottom: 2rem; display: inline-block; }

.single .post-navigation .nav-links a:hover { color: #212529; text-decoration: none; }

.navbar { padding: 1rem; }

#wp-bp-posts-slider { border: 1px solid rgba(0, 0, 0, 0.125); }

#wp-bp-posts-slider .carousel-item img { width: auto; height: 400px; -o-object-fit: cover; object-fit: cover; }

#wp-bp-posts-slider .carousel-caption { background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; padding: 2rem 4rem; }

#wp-bp-posts-slider .carousel-control-prev, #wp-bp-posts-slider .carousel-control-next { width: 10%; }

.custom-logo-link { margin-right: 1rem; }

.site-title a, .navbar-dark .navbar-brand, .site-description { color: #fff; margin-bottom: 0; }

.navbar-brand { font-size: 1.5rem; }

.navbar-dark .navbar-nav .nav-link { color: #fff; opacity: 0.5; }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: #fff; opacity: 0.75; }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: #fff; opacity: 1; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; }

.navbar-dark .navbar-nav .dropdown-menu .active > .nav-link { color: #212529; }

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus { color: #212529; }

.page-template-full-width .site-footer.mt-4, .wb-bp-front-page .site-footer.mt-4 { margin-top: 0 !important; }

.wb-hide-mobile-sidebar .wp-bp-sidebar-width { display: none; }

.navbar-toggler { background-color: #343a40; }

.site-header { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

body.custom-background .wp-bp-main-content .col-md-8 { background: #f8f9fa; padding: 2rem; border: 1px solid rgba(0, 0, 0, 0.125); }

.site-footer a:hover { text-decoration: none; }

.admin-bar .site-header.sticky-top { top: 32px; }

.wb-bp-front-page .site-header { border-bottom: 0; }

.wb-bp-front-page .wp-bs-4-jumbotron { padding: 0; background-size: cover; background-position: center; background-color: #343a40; border-radius: 0; }

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay { padding: 10rem 2rem; /* background: rgba(#212529, 0.7); */ }

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .lead { opacity: .75; }

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading { font-weight: 600; font-size: 3rem; margin-bottom: 1rem; }

.wb-bp-front-page .wp-bp-services-section { padding: 4rem 0; }

.wb-bp-front-page .wp-bp-main-content { padding: 4rem 0; }

.wb-bp-front-page .wp-bp-main-content p { font-size: 1.25rem; font-weight: 300; }

.wb-bp-front-page .wp-bp-main-content blockquote { font-size: 1.35rem; }

.wb-bp-front-page .wp-bp-main-content blockquote p { font-size: 1.35rem; }

.wb-bp-front-page .wp-bp-main-content .post-thumbnail { margin-bottom: 1rem; margin-top: 0.5rem; }

.wb-bp-front-page .wp-bp-feat-card-img { -o-object-fit: cover; object-fit: cover; height: 200px; width: 100%; }

.wp-caption .wp-caption-text { font-size: 0.95rem; }

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) { .hentry.card .card-body { padding: 2.5rem 4rem; }
  .wb-hide-mobile-sidebar .wp-bp-sidebar-width { display: block; } }


 /*rex css*/ 
 
.package-categories h3 {
  font-size: 18px;
}
.package-categories h3 a {
  color: #090e35;     font-weight: 500;
}

.featured-img {
  position: relative;
  overflow: hidden;
}
.package-categories .tour {
  border: 1px solid #d4d4d4;
  padding: 10px;
  margin-bottom: 10px;
  background-image: linear-gradient(#fbfbfb, #ececec);
  transition: all ease 0.3s;
  position: relative;
}

.package-categories .tour:hover {
  transform: translateY(-3px);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  border: 1px solid rgb(173, 170, 170);
}
.discount-offer {width: 38px;height: 38px;border-radius: 50%;color: #fff;background: #cc0033;font-size: 15px;font-weight: 400;text-align: center;line-height: 38px;position: absolute;top: 0px;left: 0px;z-index: 1;}

.all_packages .discount-offer {
    left: auto;
    right: 0;
}
.all_packages .tour h3 {
    margin-top: 0;
}

.discount-offer {
  background: linear-gradient(-45deg, #cc0033, #ff00b1, #00c0ff, #ff0071);
  background-size: 400% 400%;
  -webkit-animation: Gradient 10s ease infinite;
  -moz-animation: Gradient 10s ease infinite;
  animation: Gradient 5s ease infinite;
  }
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
 

.tour-icon{width: 30px;}


/*.discount-offer {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: #cc0033;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 38px;
  position: absolute;
  top: -28px;
  margin-left: 145px; 
  
}
*/
/*
h2.elementor-heading-title.elementor-size-default {
  line-height: 1 !important;
}
.elementor-container.elementor-column-gap-default h2 {
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  color: #383838;
  line-height: 30px;
   
   
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.elementor-container.elementor-column-gap-default h3 {
  color: #004963;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  display: block;
}*/
.back-stars {
  color: #f68722;
  overflow: hidden;
 /* position: absolute;
  text-shadow: 2px 2px 5px #d29b09; 
  top: 15px;*/
}
.price-text {
/*  position: absolute;*/
  color: #5a5958;
 /* font-weight: 300;*/
  line-height: 25px;
  display: block;
}

.all_packages .package-price {
    font-size: 18px;
    font-weight: 500;
}

.panel-heading ul li a {
  color: aliceblue;
}

/*.elementor-449 .elementor-element.elementor-element-2d137884 .elementor-slide-button {
  color: #fcdb5a;
  border-color: #fcdb5a;
  border-radius: 0;
}
a.elementor-button-link.elementor-button.elementor-size-xl {
  background: #f0f8ff00;
  border: 1px solid #fcdb5a;
  border-radius: 0;
}*/
.daybgd {
  margin-top: 5px;
}
.title-border h2,
h2.title-package {
  margin-left: 12px;
  top: 5px;
  border-bottom: 1px solid #000;
  position: relative;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 300 !important;
}
.title-border h2 strong,
h2.title-package strong {
  border-bottom: 2px solid #000;
  display: inline-block;
}


.heading-center h2:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 150px;
  height: 3px;
  background: #008e67;
  margin-left: -75px;
  z-index: 1;
}
.heading-center h2:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 450px;
  height: 1px;
  transform: translate(-50%,0);
  background: #c2c2c2;
  max-width: 100%;
}

.featured-services h3,
.heading-center h2{font-weight: 200 !important;}

.elementor-location-footer a:hover span{color:#090e35 !important; }

.btn-yellow .elementor-button {background-color: #f4b308 !important;}
.btn-yellow .elementor-button:hover {background-color: #090e35 !important;}

.btn-blue .elementor-button {background-color: #090e35 !important;}
.btn-blue .elementor-button:hover {background-color: #f4b308 !important;}

.featured-services{}
/*
div#our-client:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 150px;
  height: 3px;
  background:#f4b308;
  margin-left: -75px;
  z-index: 1;
}
div#our-client:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 450px;
  height: 1px;
  transform: translate(-50%,0);
  background: #c2c2c2;
  max-width: 100%;
}
h2.title-package:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 120px;
  background: #090e35;
}

*/
div#all_packages {
  padding: 70px 0;
}

.rel_pack {
 /* margin-bottom: 50px;*/
  margin-top: 10px;
}
strong{font-weight:500;}

#all_packages{
  position: relative;
}
#all_packages{
 
    width: 100%;
    height: 100%;
    background-color: transparent;
 /*   background: linear-gradient(110deg, #ffb643 10%, rgba(0, 0, 0, 0) 10%), linear-gradient(110deg, #f2f2f2 85%, #ffb643 65%);*/
    top: 0;
    left:0;
    background-attachment: fixed;

}


.gradient-left {
  background-color: transparent;
  background-image: linear-gradient( to bottom right, #ffb643 50%, #f2f2f2 50%);
}
.gradient-right {
  background-color: transparent;
  background-image: linear-gradient( to bottom left,  #f9f9f9 50%, #00ad7d 50%);
}


.gradient-right-light{  background-color: transparent;
  background-image: linear-gradient( to bottom left,  #f2f2f2 50%, #ffb643 50%);}

/*#footer{background: url(images/footer.jpg) 0 bottom no-repeat;/* background-size: cover;/* background-attachment: fixed;}  

section#footer:before {
    content: " ";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #090e358f;
}
*/



 a {
    color: #090e35;
}
.carousel-item {
	background-size: cover !important;
    width: 100%;
    min-height: 350px;
	height:350px;
    background-position: 50% 50% !important;
}

.gallery_section {
	/*width: 100%;
    min-height: 350px;
    overflow: hidden; */
}

.sidebar-info .rotate-icon {
  float: right;
}

.sidebar-info .card-header:not(.collapsed) .rotate-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.collapse {
  background: #f5f9f9;
}


div#priceRange .card-header {
  background-color:#ff4f00;
  font-weight: 500;
  font-size: 18px;
  background-size: .5rem .5rem !important; 
  flex-direction: row;
  justify-content: space-between;     
  padding: 10px 10px;
  align-items: center;
  transition: all ease 0.35s;
}
div#priceRange .card-header:hover {
  background-color: #00ad7d;
  cursor: pointer;
}

div#priceRange .card-header:first-child {border-radius:0;}
div#priceRange {
 /* border-radius: 5px;*/
  overflow: hidden;
/*  border: 1px solid #debca3;*/
}

.card-body h5 {
  font-size: 30px;
 /* color: #016146;*/
}



.sidebar-info {
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
 /* margin-top: 15px;*/
}
.booking-form {
  background: #ededed;
  padding: 0 10px 10px 10px;
  margin: 15px 0 15px 0;
  border: 1px solid #e0e0e0;
}

.booking-form .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 10px);
}

.booking-form h3 {
  font-size: 35px;
  background: #00ad7d;
  padding: 10px 0px;
  margin-left: -11px;
  margin-right: -11px;
  margin-bottom: 20px;
  color: #fff;
}

.sidebar-title,
.sidebar-info .package-duration,
.sidebar-info .package-price {
   
    padding: 5px 10px;
    border: 1px solid #f1f1f1;
    margin-bottom: 7px;
   
}
.grid .sidebar-title{
 color: #fff;
 background: #00ad7d;
}
.package-duration strong,
.package-price strong {
    white-space: nowrap;
    font-size: 18px;
}

.form-booking span.icon {
  position: absolute;
  top: 5px;
  z-index: 9;
  left: 0;
  border-right: 1px solid #e6e6e6;
  width: 35px;
/*  transform: translateY(-50%);*/
  text-align: center;
}
.modal-backdrop {background-color: rgba(0, 0, 0, 0.76); opacity: 1 !important;}

.modal-header {
  background: #0274ef;
}

.modal-header h5 {
  color: #fff;
}

.btn-booking {
  width: 100%;
}
.form-booking p {
  margin: 0;
}

.form-booking .form-group {
  position: relative;     margin-bottom: 5px;
}

input.wpcf7-form-control, textarea {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  padding-left: 40px;
}


.iti-tabs {width: 100%;}
/*.iti-details {padding-top: 15px;}*/
.iti-details a.nav-link {color: #fff; font-weight: 300 !important;}
.iti-details .nav-item:hover {background: #00ad7d;}

.iti-details .nav-tabs .nav-link:hover{border:none;}
.iti-details .nav-item:hover a {color: #fff;}

.iti-details  a.nav-link {border: none;}

.iti-details .nav-tabs .nav-item {margin-bottom: 0;}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00ad7d;
  border-radius: 0 !important;
  position: relative;
}
.nav-link.active:after {content: "";position: absolute;bottom: -20px;left: 0;right: 0;margin: auto;border: 10px solid transparent;border-top-color: #00ad7d;width: 0;}

a.package-link {
 /* position: absolute;
    background: red;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;*/
}
.package-categories {
  position: relative;
}

div#iti_details_tab h5 {
  margin-bottom: 40px;
}

ul.daywise-iti {
  padding: 0;
  list-style: none; position: relative;
}
ul.daywise-iti:before {
  content: " ";
  background: #008e67;
  position: absolute;
  height: 100%;
  width: 1px;
  left: 11px;
  top: 2px;
}

.day {
  position: absolute;
  background: #008e67;
  color: #fff;
  padding: 5px 10px;
  line-height: 100%;
  display: inline-block;
  top: 0;
  left: -80px;
}

.attraction span {
  background: #ffffff;
  color: #585858;
  padding: 2px 10px;
  border-radius: 30px;
  line-height: 100%;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  border: 1px solid #c7c7c7;
  /* text-shadow: 1px 0px 1px #c7c7c7; */
}
.attraction {
  margin-bottom: 10px;
}

ul.daywise-iti li {
    border:1px solid #e8e8e8;
   /* padding-bottom: 20px;*/
    margin-bottom: 20px;
    position: relative;
    margin-left: 90px;
}

.facilities {
  display: flex;
  align-items: baseline;
  /*justify-content: flex-end;*/
}

.facilities span {
  display: flex;
  /* border: 1px solid #ccc; */
  align-items: center;
  /* margin-bottom: 20px; */
  border-radius: 50%;
  width: 20px;
  height: 30px;
  justify-content: center;
  margin-right: 10px;
}

.footer-part {/* background: #f9f9f9; *//* padding:5px; */}


.day:after {
    content: " ";
    border-width: 10px;
    border-color: #ff000000 #00800000 #faebd700 #008e67;
    display: block;
    z-index: 9;
    /* background: black; */
    border-style: solid;
    position: absolute;
    right: -20px;
    top: 3px;
}

h2.title-itinerary {
  padding-left:5px;
  font-size: 16px;
  background: #f3f3f3;
  /* margin-top: 40px; */
  line-height: 40px;
  font-weight: 500 !important;
  border-bottom: 1px solid #efeaea;
}

.iti-details  p {
    font-size: 14px;     line-height: 21px;
}

ul.daywise-iti p {margin-bottom: 30px;}

#exclusion_tab li,
#inclusions_tab li {
  list-style: none;
  position: relative;
  padding: 2px 0 2px 10px;
  border-bottom: 1px dotted #ececec;
  /* display: inline-block; */
  /* clear: both; */
}
#exclusion_tab li:before,
#inclusions_tab li:before {
  color: green;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  left: -15px;
  position: absolute;
  top: 8px;
}

#exclusion_tab li:before {
  color: red;
  content: "\f00d";
}
#exclusion_tab ul,
#inclusions_tab ul {
  padding: 0 0 0 25px;
}


.additional-info li {
 
  margin-right: -1px;
  padding: 0 15px;
}

.additional-info {
  margin-bottom: 15px;
  border: none;
  display: flex;
  justify-content: space-between;
  margin-top:25px;     /* border-bottom: 1px solid #cacaca; */
}

.additional-info li a.active.show,
.additional-info li a.active a 
 {
  /*background: #090e35 !important;
  color: #fff !important;*/
  text-decoration:underline;
}


h3.rec_title {font-size: 1.2rem;}
h5.rec_title{font-size: 1rem;}
nav > .nav.nav-tabs{
    border: none;
    color:#fff;
    background: #f58536;
    border-radius:0;
}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
.panel-body> .tab-content{line-height: 25px;border: 1px solid #ddd;border-top: 3px solid #00ad7d;
  border-bottom: 3px solid #f58536; padding:30px 25px;}

.bg-white{  background: #fff;}
.bdr{    border: 1px solid #ddd;}
nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}





p.package-summery {
  font-size: 13px;     margin-top: 10px;
}
.single-package{background: #ededed;
 /* padding: 2rem;*/
  }
h1.entry-title {
 
  font-size: 35px;
}









/*



.search {
  display: inline-block;
  position: relative;
}

.search:after {
  color: #555;
  content: "\1F50D";
  font-family: "entypo";
  font-size: 30px;
  line-height: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  z-index: 1;
  animation: bounceIn 750ms linear infinite alternate;
  -moz-animation: bounceIn 750ms linear infinite alternate;
  -webkit-animation: bounceIn 750ms linear infinite alternate;
  -o-animation: bounceIn 750ms linear infinite alternate;
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}
100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    -ms-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}
100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}

.search input {
  border-color: #d9d9d9;
  border-radius: 4px;
  font-size: 16px;
  padding: 20px;
  width: 620px;
  padding-right: 60px;
}

.search input[type=submit] {
  display: none;
}

*/

/*

#f58536 saffron
#00ad7d light green
#008e67 dark green*/



div#callMe .progress-bar-striped {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: transparent;
  background-color: #012169;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  box-shadow: 0px 0px 20px 0px #00000070;
  
}

#callMe .phone-number {
  float: left;
  margin-left: 35px;
  max-width: 180px;
  margin: 0;
 
}

div.wpcf7 .ajax-loader {
  position: absolute;
  clear: both;
}

div#callMe span.prefix {
  /* position: absolute; */
  /* left: 0; */
  /* z-index: 9; */
  background: white;
  height: 38px;
  display: flex;
  align-items: center;
  /* font-size: 18px; */
  /* color: #484040; */
  width: 42px;
  margin-right: 0px;
  background-image: linear-gradient(#f5f5f5, #ffffff, #ded6d6);
  border-radius: 3px 0 0 3px;
  color: #090e35;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 3px 0 0 5px;
}

div#callMe input.wpcf7-form-control {
  padding-left: 10px;
  margin: 0;
 
}

div#callMe span.wpcf7-not-valid-tip {
  position: absolute;
  top: -30px;
}

.fixed-bottom .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  color: #ffffff;
  position: fixed;
  bottom: 80px;
  left: 0;
  margin: 0;
  background: tomato;
}
div#callMe input.wpcf7-form-control:focus {
  outline: none;
  offset: none;
  box-shadow: none;
}

div#callMe .callBtn {
  height: 38px;
  text-align: center;
  padding: 0 10px !important;
  background-color: #004692;
  border-color: #004692;
}
div#callMe .callBtn:hover {
  height: 38px;
  text-align: center;
  padding: 0 10px !important;
  background-color: #004692;
  border-color: #004692;
}

header h3.elementor-icon-box-title a {
  font-weight: 600 !important;
}

.btn-booking {
  padding-left: 20px !important;
}

.copyright {
  border-top: 1px solid #002780;
}

.footer-top {
  border-bottom: 1px solid #001138;
}
.elementor-location-header {
  box-shadow: 0px 10px 10px #0000001f;
}



.rel_pack, .rel_pack *,
.grid, .grid *{transition:all ease .3s;}

.tour {
  margin-bottom: 15px;
  border: 1px solid #dadada;
  position: relative;
  /* padding: 10px; */
  background: #fff;
  border-radius: 5px;
}

.tour h3 {
  font-size: 20px;
  margin-top: 10px;
}
.grid p.package-summery {
  display: none;
}

.grid .tour {
  width: 31.33%;
  margin: 1%;
  margin-top: 0;
  margin-bottom: 30px;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.grid .row.w-100 {
  margin: 0;
}
.grid .tour:hover img {
    transform: scale(1.1);
}
 
.grid .sidebar-title {
    margin-bottom: -2px;
}
.grid .col-md-4, .grid .col-md-8 {
  max-width: 100%;
  flex: none !important;
  /* padding: 0; */
}

.bottom-pagination{width: 100%;}

 

.contact-btn-popup {
  position: fixed;
  right: -32px;
  z-index: 9;
  top: 50%;
  transform: rotateZ(-90deg);
}

.msg-box textarea {
  height: 55px !important;
  position: relative;
  padding-left: 42px;;
}
.elementor-icon:hover {
  cursor: pointer;
}

/*recommended packages */
h3.package-list-title {font-size: 18px;     font-size: 18px;  padding: 0 5px;}
.package-list-wrap {background-image: linear-gradient(#fbfbfb, #f7f7f7);padding: 10px;border: 1px solid #d0d0d0;     margin-bottom: 15px;}

h3.recommend {
  margin-top: 2rem;
  border-bottom: 2px solid #00ad7d;
  display: inline-block;
}
.package-list-title a,
 .tour a {
  color: #042b84 !important;
}
.grid .tour .col-md-4 {
  padding: 0;
}
.details-header .highlight {
    display: block;
    font-size: 30px !important;
    font-weight: 700;
}
.details-header .card-body h5 strong {   font-size: 18px;}
span.finalprice {
    font-size: 20px;
    font-weight: 700;
}

@media(max-width:767px){
.sidebar-info {  margin: 15px;}
ul.daywise-iti:before {display:none;}
.day {position: relative;  left: 0;}
ul.daywise-iti li {   margin-left: 0;}
}
