/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


@font-face {
    font-family: 'Fineday-StyleTwonon-connect';
    src: url('inc/assets/fonts/Fineday-StyleTwonon-connect.woff2') format('woff2'),
        url('inc/assets/fonts/Fineday-StyleTwonon-connect.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fineday-StyleOne';
    src: url('inc/assets/fonts/Fineday-StyleOne.woff2') format('woff2'),
        url('inc/assets/fonts/Fineday-StyleOne.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fineday-StyleTwo';
    src: url('inc/assets/fonts/Fineday-StyleTwo.woff2') format('woff2'),
        url('inc/assets/fonts/Fineday-StyleTwo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fineday-StyleOnenon-connect';
    src: url('inc/assets/fonts/Fineday-StyleOnenon-connect.woff2') format('woff2'),
        url('inc/assets/fonts/Fineday-StyleOnenon-connect.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  transition: 0.5s;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
  font-size: 18px;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.home header#masthead {
    margin-bottom: 0;
    background-color: transparent;
    padding: 25px 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}
header#masthead {
    margin-bottom: 0;
    background-color: #fff;
    padding: 25px 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    padding-top: 20px !important;
}
header#masthead .navbar-brand:after {
    content: "";
    position: absolute;
    background: #fff;
    left: 50%;
    top: -30px;
    width: 130%;
    height: 136%;
    z-index: -1;
    transform: translate(-50%, 0);
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
header#masthead .navbar-brand {
    margin: 0;
    position: relative;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

.home #masthead .navbar-nav > li > a {
    font-size: 18px;
    padding: 0;
    color: #fff !important;
    position: relative;
    transition: color 0.3s ease;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 20px;
    padding: 0;
    color: #000;
    position: relative;
    transition: color 0.3s ease;
    font-weight: 500;
    margin-left: 10px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #face5a; 
    left: 0;
    bottom: -5px;
    transition: width 0.3s ease;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    color: #007BFF;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover::after {
    width: 100%;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #face5a;
}

.navbar-brand {
    height: auto;
    width: 8%;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

header.entry-header
 {
    display: none !important;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* 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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1440px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px !important;
}
}
@media (max-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1160px !important;
}
}
.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}




h1, h2, h3, h4, h5, h6 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 200;
  line-height: 1;
}
body {
  font-family: "Poppins", sans-serif;
}
.white-btn .vc_general {
    background: #FACE5A !important;
    color: #000 !important;
    padding: 16px 18px !important;
    display: inline-block !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    text-decoration: none;
    font-weight: 600 !important;
    border: solid 1px #FACE5A !important;
}
.white-btn .vc_general:hover {
    background: transparent !important;
}
.nav-btns .wishcartbtn>a {
    margin-right: 21px;
}
#masthead .navbar-nav > li {
    margin-left: 13px;
}
#masthead .navbar-nav > li:first-child {
    margin: 0;
}
header#masthead .container-fluid {
    padding: 0 100px;
    max-width: 100%;
}
.container {
    max-width: 1200px;
}
section.vc_section.bannerSec .vc_row .vc_col-sm-6:first-child .vc_column-inner {
    padding-right: 24%;
}
section.vc_section.bannerSec {
    padding-left: 85px !important;
    padding-right: 85px !important;
}
.socialicons {
    display: flex;
    align-items: center;
}
.socialicons p {
    margin: 0;
    font-size: 16px;
    margin-right: 20px;
}
.socialicons a {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F0F0F0;
    margin-right: 14px;
    border-radius: 50%;
    color: #145AB2;
    font-size: 20px;
    text-decoration: none;
}
.vc_section.bannerSec .afte-line {
    position: relative;
    z-index: 999;
}
.vc_section.bannerSec .afte-line:after {
    content: '';
    background: url(inc/assets/images/db.png) no-repeat;
    position: absolute;
    width: 291px;
    height: 30px;
    right: 115px;
    top: 72px;
    z-index: -1;
}
section.vc_section.aboutSec ol {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
section.vc_section.aboutSec ol li {
    margin-bottom: 22px;
    color: #909090;
    padding: 0;
    padding-left: 34px;
    list-style: none;
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
}
section.vc_section.aboutSec ol li strong {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 4px;
    display: inline-block;
}
section.vc_section.aboutSec ol li:before {
    content: "";
    height: 23px;
    width: 23px;
    background: #145AB2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue';
    color: #fff;
    border-radius: 50%;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 4px;
}
section.vc_section.aboutSec ol li:first-child:before{
    content: "1";    
}
section.vc_section.aboutSec ol li:nth-child(2):before{
    content: "2";    
}
section.vc_section.aboutSec ol li:nth-child(3):before{
    content: "3";
}
section.vc_section.aboutSec ol li:last-child:before{
    content: "4";    
}
.desti-sec .app-col {
    text-align: end;
}
.our-travel-categories .owl-nav button {
    outline: unset;
    border: unset !important;
    width: 48px;
    height: 48px;
    margin: 5px;
    background: #FACE5A !important;
    border-radius: 50px;
    color: #000 !important;
    border: 1px solid #FACE5A !important;
    transition: 0.5s;
    margin: 0px;
}
.owl-nav button:hover {
    background: transparent;
}
.desti-sec h3, .desti-sec p {
    color: #fff;
}
.desti-sec .vc_col-sm-12 .vc_column-inner {
    padding-right: 0px;
}
.service-item .services-wraper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-item .services-wraper h3 {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize !important;
    font-family: 'Poppins' !important;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 20px;
}
.service-item .services-wraper .starrating {
    color: #fff;
}
.service-item .services-wraper .starrating i {
    color: #F9B811;
}
.service-item  p {
    font-size: 16px !important;
    line-height: 26px !important;
}
.vc_section.sec-4 {
    border-bottom: 1px solid #00000061;
}
.sec-4 .mic-wrap .vc_column-inner {
    background: #F3F3F3;
    border: 2px solid #00000024;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
    transition: 0.5s;
}
.sec-4 .mic-wrap .vc_column-inner:hover {
    background: #FACE5A;
    border:2px solid #FACE5A;
}
.insurance-sec .btn-5th {
    text-align: end;
}
.vc_section.insurance-sec {
    background-size: 33% 100% !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
}
.counter-wrapper {
    display: flex;
    justify-content: space-between;
}
.counter-wrapper .counter-item {
    color: #fff;
}
.counter-wrapper .count {
    text-align: center;
    color: transparent;
    font-size: 80px;
    line-height: 90px;
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.counter-wrapper .counter-item p {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
}
.vc_section.testimonials_sec {
    border-bottom: 2px solid #00000024;
}
.ti_grids {
    margin-top: 25px;
    border-top: 1px solid #0000007d;
    padding-top: 25px;
}
.ti_grids .col-md-4 {
    padding-left: 0px;
}
.ti_grids .ctn h2 {
    margin-top: 0px;
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 0px;
    color: #000;
}
.ti_grids .ctn p {
    color: #0000008f;
}
.slider_testimonial {
    box-shadow: 0px 0px 9px -3px #0000006e;
    border-radius: 20px;
}
.main-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider_testimonial .main-items .thumb {
    width: 80px;
}
.slider_testimonial .test-item {
    padding: 20px 30px;
}
.slider_testimonial .test-item .ext-title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #0000009c;
}
.slider_testimonial .test-item p {
    margin-bottom: 0px;
    font-style: italic;
    font-size: 15px;
    color: #959595;
    line-height: 27px;
    margin-bottom: 20px;
}
.testimonials_sec .img-test .vc_column-inner {
    padding: 0px;
}
.testimonials_sec .col-p {
    margin-bottom: 20px !important;
    padding-right: 30px;
}
.slider_testimonial .owl-nav button {
    width: 30px;
    height: 30px;
    background: #ff000000 !important;
    border: 1px solid #00000066 !important;
    margin: 0px;
    margin-left: 10px;
    font-size: 10px !important;
    color: #00000096 !important;
    border-radius: 5px;
}
.slider_testimonial {
    position: relative;
}
.slider_testimonial .owl-nav {
    position: absolute;
    bottom: 10px;
    left: 18px;
}
.test-item .main-items h3 {
    font-size: 22px;
    line-height: 32px;
    margin-top: 0px;
    margin-bottom: 10px;
}
#footer-widget {
    background: #145AB2 !important;
    padding-top: 50px;
    padding-bottom: 50px;
}
#colophon {
    background: #145ab2 !important;
}
#colophon .container {
    border-top: 1px solid #ffffff9e;
    padding-top: 20px;
    padding-bottom: 20px;
}
#footer-widget ul {
    padding-left: 0px;
}
#footer-widget ul li {
    list-style: none;
}
#footer-widget .nav-link {
    padding: 0px;
}
#footer-widget  .nav > li > a:focus, .nav > li > a:hover{
  background: transparent;
}

.ftr-1 p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
#footer-widget ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}
#footer-widget ul li {
    margin-bottom: 10px;
}
.ftr-3 ul li i {
    color: #fff;
    font-size: 18px;
    padding-right: 10px;
}
.ftr-2 .menu-main-menu-container {
    /* column-count: 2; */
}
#footer-widget h3 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 30px;
    color: #fff;
}
.ftr-2 {
    display: flex;
    justify-content: center;
}
.news-ltter p {
    margin-bottom: 0px;
    display: flex;
    background: #fff;
    height: 60px;
    border-radius: 10px;
    padding: 0px 15px;
    align-items: center;
    justify-content: space-between;
}
.news-ltter p .wpcf7-spinner {
    position: absolute;
}
.news-ltter .wpcf7-validates-as-email.form-control {
    /* width: 450px; */
    height: 60px;
    border: unset;
    height: 42px;
}
.news-ltter .sub-let {
    /* width: 10%; */
    /* height: 42px; */
    background: #FACE5A;
    border: 1px solid #FACE5A;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 7px 21px;
}
.ftr-left .widget-title {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.ftr-left .zoom-social-icons-list .zoom-social_icons-list__item {
    margin: 0px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.ftr-left .zoom-social-icons-list .zoom-social_icons-list__item a {
    background: #ffff;
    padding: 2px;
    border-radius: 50px;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.ftr-left .zoom-social-icons-list .zoom-social_icons-list__item a span {
    color: #face5a !important;
    font-size: 18px !important;
    padding: 0px !important;
}
#colophon .site-info {
    text-align: center;
}
#colophon .site-info p {
    margin-bottom: 0px;
    color: #ffffffcc;
}
#colophon .site-info p strong {
    color: #fff;
}
/* #footer-widget .ftr-top {
    align-items: center;
} */

@media only screen and (max-width: 1660px){
header#masthead .container-fluid {
        padding: 0 30px !important;
    }
section.vc_section.bannerSec {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
#masthead .navbar-nav > li {
    margin-left: 20px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 15px;
}
.vc_section.bannerSec .afte-line {
    font-size: 90px !important;
    margin-bottom: 0px;
}
.vc_section.bannerSec .afte-line:after {
    right: 25px;
}
.vc_section.bannerSec .afte-line:after {
    content: '';
    background: url(inc/assets/images/db.png) no-repeat;
    position: absolute;
    width: 291px;
    height: 30px;
    right: 25px;
    top: 72px;
    z-index: -1;
}
.desti-sec .slider-warp {
    padding-left: 110px !important;
}
}
@media only screen and (max-width: 1366px){
    header#masthead .container-fluid {
        padding: 0 20px !important;
    }
    body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
        font-size: 14px;
    }
section.vc_section.bannerSec .vc_row .vc_col-sm-6:first-child .vc_column-inner {
    padding-right: 4%;
}
section.vc_section.bannerSec {
    padding-left: 30px !important;
    padding-right: 50px 
}
.desti-sec .slider-warp {
    padding-left: 0px !important;
}
    #masthead .navbar-nav > li {
        margin-left: 4px;
    }
.white-btn .vc_general {
    padding: 14px 17px !important;
    font-size: 16px !important;
}
    .navbar-brand {
        width: 8%;
    }
}
/* //----------Breadcrumb-Start---------// */
.breadcrumbs {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 182px;
    background: #face5a;
}

.breadcrumbs h1 {
    color: #000 !important;
    font-size: 35px !important;
    line-height: 45px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.extra-boxes .mic-wrap .vc_column-inner h3 {
    margin-top: 15px;
}
.extra-boxes .mic-wrap > .vc_column-inner > .wpb_wrapper {
    /* height: 500px; */
    /* overflow-y: scroll; */
}
.extra-boxes .mic-wrap > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar-track {
	background-color: #f3f3f3;
}
.extra-boxes .mic-wrap > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar {
	width: 5px;
	background-color: #007458;
}
.extra-boxes .mic-wrap > .vc_column-inner > .wpb_wrapper::-webkit-scrollbar-thumb {
	background-color: #145ab2;
}
.extra-boxes .mic-wrap > .vc_column-inner > .wpb_wrapper img {
    height: 253px;
}
.extra-boxes .mic-wrap  a {
    background: #face5a;
    color: #000;
    font-size: 16px;
    padding: 15px;
    border: 1px solid;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
}

.sec-4 .mic-wrap .vc_column-inner:hover a {
    background: #145ab2;
    color: #fff;
}
.extra-boxes .mic-wrap .vc_column-inner {
    min-height: 725px;
}
.quot-btn .vc_general {
    text-transform: uppercase !important;
    font-size: 25px !important;
    padding: 20px 45px !important;
}
.slide-row .owl-stage {
    display: flex;
    align-items: center;
}

.slide-row img {
    background: #F3F3F3;
/*     border: 2px solid #00000024; */
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.5s;
    height: 200px !important;
    object-fit: contain;
    padding: 20px;
    width: 100% !important;
}
.slide-row .wpb_single_image {
	background: #f3f3f3 !important;
	border-radius: 20px;
	border: 2px solid #00000024;
}
.slide-row 
 .owl-stage-outer {
    padding-top: 40px;
    overflow: hidden;
}

.slide-row .owl-nav .owl-prev {
    left: -13px;
	position: absolute;
	top: 160px;
}
.sec-supplier .slide-row .owl-nav {
    display: none;
}
.slide-row .owl-nav .owl-next {
    right: -13px;
	position: absolute;
	top: 160px;
}
.slide-row .owl-nav button {
    background: #face5a;
    width: 50px;
    height: 50px;
    outline: unset !important;
    border: unset;
    border-radius: 30px;
}

section.vc_section.sec-supplier {
    padding-bottom: 60px;
}
.traveller-group input {
    height: 60px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 20px;
    background: #F3F3F3;
    border: none;
}

.traveller-group select {
    height: 60px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 20px;
    background: #F3F3F3;
    border: none;
}

.traveller-group input::placeholder {
    color: #000;
}

div#traveller-wrapper {
}

form#traveller-form {
    padding-top: 60px;
    padding-bottom: 60px;
}

.traveller-group select:focus {
    outline: none;
}

.traveller-group input:focus {
    border: 1px solid #169dd6;
    outline: none;
}

form#traveller-form button {
  background: #FACE5A;
  color: #000;
  padding: 12px 50px;
  border-radius: 10px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  border: solid 1px #FACE5A;
  float: right;
}
.ftr-bottom {
    align-items: end;
}
a#clos__menu {
    display: none;
}
@media only screen and (max-width: 1199px) {
button.navbar-toggler {
    background: #286fb8;
}
button.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
div#main-nav {
    position: fixed;
    height: 100%;
    left: 0;
    transform: translateX(-100%);
    top: 0;
    transition: 0.5s all ease-in-out;
    background: #fff;
    padding: 40px 40px;
    width: 35%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: start !important;
    text-align: left;
    overflow-y: scroll;
}
div#main-nav.show {
    transform: none;
}
  ul#menu-menu-1 {
    width: 100%;
}
div#main-nav .navbar-brand {
        width: 40% !important;
        padding-top: 0;
        padding-bottom: 30px;
        order: -1;
        margin: 0 auto !important;
        display: block !important;
        text-align: center !important;
    }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px !important;
    line-height: 45px !important;
    color: #000 !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:not(:first-child) {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:before {
    display: none;
}
a#clos__menu {
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
    font-size: 22px;
    color: #fff;
    background: #286fb8;
    line-height: 1;
    padding: 10px 14px;
    border-radius: 4px;
}
#masthead nav {
    padding: 5px 0;
}
ul#menu-main-menu {
    width: 100%;
}

div#main-nav .white-btn .vc_general {
    background: transparent !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 0 !important;
    width: 100% !important;
    line-height: 45px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a::after {
    display: none;
}
.breadcrumbs {
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 147px;
    background: #face5a;
}	
}
@media only screen and (max-width: 1160px){
	.banner-btn.rev-btn {
		margin-top: 60px;
	}
}
@media only screen and (max-width: 1024px) {
.vc_section.bannerSec .afte-line {
    font-size: 60px !important;
}
.slide-row .owl-nav {
    display: none;
}
section.vc_section.bannerSec {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.vc_section.bannerSec .afte-line:after {
    top: 110px;
}
.sec-4 .mic-wrap {
    max-width: 100%;
    width: 50%;
}
.extra-boxes .mic-wrap .vc_column-inner {min-height: 725px;}
.banner-btn.rev-btn {
		margin-top: 70px !important;
	}
.our-travel-categories .owl-nav {
    DISPLAY: NONE;
}
.counter-sec .desti-pdf {
    font-size: 19px !important;
}
	
.sec-4>.vc_row {display: flex;flex-wrap: wrap;}

.sec-4 .mic-wrap {
    margin: 0 auto;
    display: block;
}
	
/* .insurance-sec .vc_col-sm-6:first-child {
    width: 80%;
}

.insurance-sec .vc_col-sm-6:last-child {
    width: 20%;
}	 */
}
@media only screen and (max-width: 800px) {
.extra-boxes .mic-wrap a {
    font-size: 14px;
}
.sec-4 .mic-wrap p {
    font-size: 16px;
}
.vc_section.bannerSec .afte-line {
    font-size: 48px !important;
}
.vc_section.bannerSec .afte-line:after {
    top: 90px;
    background-size: contain;
    width: 50%;
}
section.vc_section.bannerSec p {
    font-size: 16px;
}
section.vc_section.aboutSec p {
    font-size: 16px;
}
section.vc_section.aboutSec h3 {
    font-size: 32px !important;
}
section.vc_section.aboutSec {
    padding-bottom: 50px !important;
}
.vc_section.insurance-sec {
    padding-bottom: 50px !important;
}
    .banner-btn.rev-btn {
        margin-top: 0px !important;
    }
    .navbar-brand {
        width: 13%;
    }
.counter-sec .desti-pdf {
        font-size: 13px !important;
    }
.trav-icon-wrap .vc_col-sm-3 .vc_column-inner {
    padding: 10px 10px !important;
    min-height: 230px !important;
}
.desti-sec .slider-warp {
        padding-right: 20px!important;
    }
.vc_section.travel-sec p strong {
    font-size: 20px !important;
    color: #000;
    line-height: 17px !important;
}
.Service-agree {
    padding: 20px !important;
}
    body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
        font-size: 15px !important;
        line-height: 40px !important;
    }
    div#main-nav .navbar-brand {
        width: 50% !important;
    }	
.test-sec-wrap .testi-frm .ps-btn {
    width: 100% !important;
}
}
@media only screen and (max-width: 767px) {
.sec-4 .mic-wrap {
    width: 80%;
    margin: 0 auto;
}
.extra-boxes .mic-wrap .vc_column-inner img {
    height: unset !important;
}
section.vc_section.aboutSec h2, section.vc_section.aboutSec h3 {
    text-align: center !important;
}
section.vc_section.aboutSec p {
    text-align: center;
}
.white-btn.vc_btn3-inline.vc_do_btn {
    text-align: center;
    width: 100%;
}

section.vc_section.desti-sec h3 {
    text-align: center !important;
}
section.vc_section.desti-sec p {
    text-align: center;
}
.maininner p {
    text-align: left !important;
}
.service-item p {
    text-align: left !important;
}
.services-list .owl-dots {
    display: none;
}
.vc_section.insurance-sec {
    padding-top: 50px !important;
    text-align: center;
}
.vc_section.insurance-sec h3 {
    text-align: center !important;
}
.vc_section.insurance-sec .vc_general {
    margin-top: 20px;
}
.ti_thumb {
    margin-bottom: 20px !important;
}
.vc_section.bannerSec .afte-line {
    text-align: center !important;
    font-size: 50px !important;
}
.vc_section.bannerSec .afte-line:after {
    top: 50px;
    width: 40%;
}
.vc_section.bannerSec p {
    text-align: center;
}
section.vc_section.bannerSec .wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element {
    text-align: center;
}
.socialicons {
    justify-content: center;
}
section.vc_section.bannerSec .vc_row .vc_col-sm-6:first-child .vc_column-inner {
	padding-right: 15px;
}
.counter-wrapper {
    text-align: center;
    display: block;
}
section.vc_section.counter-sec {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}
.vc_section.testimonials_sec h3 {
	text-align: center !important;
	margin-top: 30px;
}
.vc_section.testimonials_sec p {
    text-align: center;
}
.slider_testimonial .test-item p {
    text-align: left;
}
section.vc_section.booking-sec h3 {
    text-align: center !important;
}
section.vc_section.booking-sec p {
	text-align: center;
}
section.vc_section.booking-sec  .wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element {
    text-align: center;
}
#footer-widget {
    text-align: center;
}
div#main-nav {
    width: 50%;
}
.quot-btn {
    text-align: center !important;
}
.slider_testimonial .owl-nav {
    display: none;
}
.ftr-1 #media_image-2 {
    width: 20% !important;
    margin: 0 auto;
    margin-bottom: 20px !important;
}
.euro-sec P {
    FONT-SIZE: 18PX;
    LINE-HEIGHT: 28PX;
    text-align: center !important;
    margin-bottom: 20px !important;
}
.referral-sec .wpb_single_image {
    text-align: center !important;
    margin-bottom: 20px !important;
}
.test-sec-wrap .vc_single_image-wrapper {
    margin-bottom: 20px !important;
}
}

@media only screen and (max-width: 520px) {
.vc_section.bannerSec .afte-line:after {
    top: 95px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.desti-sec .owl-nav {
    margin-bottom: 20px;
    text-align: center;
}
.slide-row .wpb_single_image.wpb_content_element {
    width: 100%;
}

.slide-row figure.wpb_wrapper.vc_figure {
    width: 100%;
}
section.vc_section.aboutSec {
    padding-top: 50px !important;
}
.slide-row .vc_single_image-wrapper {
    width: 100%;
}
.slide-row img {
    width: 100%;
}
.navbar-brand {
        width: 20%;
    }
    #testimonialReviews .rew-p {
        max-width: 100% !important;
        width: 100% !important;
    }
#exampleModalCenter .modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
}
section.vc_section.aboutSec h2 {
    font-size: 45px !important;
}
    .vc_section.travel-sec p strong {
        font-size: 15px !important;
        color: #000;
        line-height: 17px !important;
    }
.Service-agree .form-control {
    margin-bottom: 10px !important;
}
.Service-agree label {
    margin-bottom: 10px !important;
}
.Service-agree .row.wrap_fi .form-control {
    margin-bottom: 20px !important;
}
.Service-agree .wrap_fii .form-control {
    margin-bottom: 20px !important;
}
}
@media only screen and (max-width: 480px) {
.sec-4 .mic-wrap {
    width: 100%;
}
section.vc_section.aboutSec ol {
    display: block;
}

section.vc_section.aboutSec ol li {max-width: 100%;}
section.vc_section.aboutSec ol {
    display: block;
}

section.vc_section.aboutSec ol li {max-width: 100%;}

      .navbar-brand {
        width: 19%;
    }

header#masthead .container-fluid {
    padding: 0 15px !important;
}

.vc_section.bannerSec .afte-line {
    font-size: 40px !important;
}

.vc_section.bannerSec .afte-line:after {
    top: 76px;
}
div#main-nav {
    width: 100%;
    text-align: center;
}
p {
    margin-bottom: 1.5em;
    font-size: 16px;
}
div#main-nav .navbar-brand {
        width: 27% !important;
    }
    .ftr-1 #media_image-2 {
        width: 30% !important;
    }
}
@media only screen and (max-width: 440px){
.banner-btn.rev-btn {
    MARGIN-TOP: 30PX ! IMPORTANT;
}
.col-12.buttons>p {
    width: 100%;
    padding: 0 15px;
}
.contact-form .col-6 {
    width: 100% !important;
    max-width: 100%;
}

.contact-form .row {
    display: block;
}

    .contact-form .buttons {
        display: block ! IMPORTANT;
    }
.contact-form .btn {
    width: 100% !important;
}
.col-12.buttons>p {
    width: 100% ! IMPORTANT;
    padding: 0 15px;
}	
.col-12.buttons .call-btn {
    width: 100% !important;
    padding: 0 15px;
    TEXT-ALIGN: center !important;
}
header#masthead .navbar-brand:after {
    top: -20px;
}
}
/*==================
    Travel Archive
=====================*/
.our-travel-items .travel-wrapper {
    background: #face5a;
    padding: 20px;
    margin-bottom: 40px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    position: relative;
    overflow: hidden;
    min-height: 95%;
}
.our-travel-items .travel-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    filter: blur(8px);
    transform: skewX(-20deg);
    z-index: 1;
    pointer-events: none;
}
.our-travel-items .travel-wrapper:hover::after {
    animation: slide-shine 0.7s ease-out forwards;
}
@keyframes slide-shine {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
.our-travel-items .travel-wrapper .travel-thumb img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.our-travel-items .travel-wrapper .travel-title {
    color: #000000;
    font-size: 25px;
    line-height: 40px;
    text-transform: capitalize !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 80px;
}
.travel-content {
    min-height: 240px;
}
.our-travel-items .travel-wrapper .travel-excerpt p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 14px;
}

.our-travel-items .travel-wrapper .travel-title i {
    margin-right: 10px;
}

.our-travel-items .travel-wrapper .travel-content ul li {
    list-style: none;
    color: #000000;
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
    line-height: 1.5;
}
.our-travel-items .travel-wrapper .travel-content ul {
    padding-left: 0px;
}
.our-travel-items .travel-wrapper .travel-content ul li img {
    margin-right: 10px !important;
    margin-top: 4px !important;
}
.tax-our_travel_category .page-title {
    display: none;
}
.tax-our_travel_category .our-travel-items {
    padding-top: 100px;
    padding-bottom: 100px;
}
.our-travel-categories .category-wrapper .category-title {
    font-size: 26px;
    color: #fff;
    font-family: 'Fineday-StyleTwo';
    line-height: 36px;
    margin-top: 0px;
}
.category-thumb {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 460px !important;
    object-fit: contain !important;
    background-position: center !important;
    background-size: cover !important;
    transition: 0.5s;
    overflow: hidden;
    border-radius: 10px;
    z-index: 9;
}
.category-thumb:hover::after {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(10px);
    transition: 0.5s;
}
.category-thumb:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000003d;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
.our-travel-categories {
    position: relative;
}
.our-travel-categories .owl-nav .owl-prev {
    position: absolute;
    top: 29%;
    left: -22px;
}
.our-travel-categories .owl-nav .owl-next {
    position: absolute;
    top: 29%;
    right: -22px;
}
.get_str {
    background: #145ab2;
    width: 100%;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    height: 50px;
    border: 1px solid #145ab2;
}
.get_str:hover {
    background: transparent;
    color: #145ab2;
}
/*===========================
   Booking Modal & form CSS
===========================*/
#exampleModalCenter .modal-dialog {
    width: 50%;
    max-width: 50%;
}
#exampleModalCenter #exampleModalLongTitle {
    margin-top: 0px;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}
#exampleModalCenter .modal-header {
    background: #145ab2;
}
#exampleModalCenter .close {
    background: #fff;
    opacity: 1;
    border: unset !important;
    outline: unset !important;
    border-radius: 5px;
    padding: 0px;
    width: 50px;
    height: 50px;
    font-size: 27px;
    font-weight: 400;
    margin-top: -5px;
    margin-right: 5px;
}
.booking-frm .bok-btm {
    background: #face5a !important;
    border: 1px solid #face5a;
    color: #000;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    outline: none;
}
.booking-frm .form-control {
    border: 1px solid #0000005c;
    height: 50px;
    border-radius: 5px;
}
.booking-frm  label {
    font-size: 18px;
    line-height: 38px;
    color: #000;
    margin-bottom: 10px;
}
.booking-frm label strong {
    color: red;
}
.booking-frm h6 {
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 10px;
    font-family: 'Poppins';
    color: #000;
    font-weight: 400;
}
.booking-frm h6 strong {
    color: red;
}
/*===========================
   Terms & Condition
===========================*/
.terms-sec h5 {
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 20px !important;
    color: #000;
}
.terms-sec ul li {
    font-size: 16px;
    line-height: 32px;
}
.terms-sec ul li::marker {
    color: #145ab2;
}
/*===========================
   Contact US Page
===========================*/
.contact-form .form-control {
        border: 2px solid #00000026 !important;
        height: 60px;
        border-radius: 10px;
        padding: 15px;
        box-shadow: none;
}
.contact-form textarea.wpcf7-form-control {
    height: 170px;
    padding: 15px;
}
.contact-form .form-control::placeholder {
    color: #00000061;
    font-size: 17px;
}
.contact-form .btn-primary {
    color: #000;
    background: #face5a;
    border: 1px solid #face5a;
    height: 60px;
    width: 100%;
    border-radius: 10px;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 500;
}
.cnt-menu ul {
    padding-left: 0px;
}
.cnt-menu ul li {
    list-style: none;
    font-size: 20px;
    color: #145ab2 !important;
    margin-bottom: 10px;
}
.cnt-menu ul li a {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-left: 20px;
}
.cnt-menu .vc_column-inner {
    background: #face5a;
    padding: 20px;
    border-radius: 10px;
}
.col-12.buttons {
    display: flex;
}
.col-12.buttons>p {
    width: 50%;
    padding: 0 15px;
}
.col-12.buttons .call-btn {
    width: 50%;
    padding: 0 15px;
}
.col-12.buttons .call-btn li {
    width: 100%;
}
.col-12.buttons .call-btn p {
    margin: 0;
}
/*===========================
   Referrals Page CSS
===========================*/
.reff-frm {
    background: #145ab2;
    padding: 20px;
    border-radius: 10px;
}
.reff-frm .form-control {
    /* border: 2px solid #face5a; */
    margin-bottom: 30px !important;
    height: 60px;
}
.reff-frm .wpcf7-textarea {
    height: 110px;
}
.reff-frm .reff-sub {
    background: #face5a;
    border: 1px solid #face5a;
    width: 160px;
    height: 60px;
    color: #000;
    font-weight: 600;
    FONT-SIZE: 18PX;
    DISPLAY: flex;
    MARGIN: 0 AUTO;
}


.Service-agree {
    box-shadow: 0px 0px 16px 4px #00000012;
    padding: 50px;
    border-radius: 25px;
}
.Service-agree .wpcf7-checkbox {
    padding: 0 !important;
}
.Service-agree .wpcf7-checkbox span.wpcf7-list-item {
    margin-bottom: 12px;
    font-size: 17px;
}
.Service-agree .form-control {
    height: 60px;
    border: 1px solid #0000003b;
    margin-bottom: 0 !important;
    border-radius: 10px !important;
    padding: 15px !important;
    box-shadow: 0 0 0  0 #000;
}
.Service-agree .row.wrap_fi {
    align-items: end;
}
.Service-agree .wrap_fii .form-control {
    border: 1px solid #0000003b;
    border-radius: unset;
}
.Service-agree label strong {
    font-size: 22px;
    display: block !important;
    margin-bottom: 16px !important;
    width: 100% !important;
}
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
input[type="checkbox"] + span {
  position: relative;
  padding-left: 38px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  user-select: none;
}
input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 25px;
  height: 25px;
  border: 2px solid #face5a;
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 5px;
}
input[type="checkbox"]:checked + span::before {
  background: #face5a;
  border-color: #face5a;
}
input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 3px;
  width: 7px;
  height: 13px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.Service-agree .wrap_fiii .wpcf7-textarea {
    border: 1px solid #0000003b;
    height: 110px !important;
    resize: none;
}
.Service-agree .row {
    margin: 25px 0;
}
.Service-agree .wpcf7-checkbox {
    height: auto;
    border: unset;
    color: #000;
    font-size: 15px;
    padding: 0 !important;
    margin: 0 !important;
}
.Service-agree input[type="checkbox"] {
  accent-color: #145ab2;
}
.Service-agree .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
    margin-right: 20px !important;
}

.Service-agree .wrap_fviii .wpcf7-text {
    border: unset;
    border-bottom: 1px solid #000;
    border-radius: unset !important;
    outline: unset !important;
    margin: 0 !important;
}
.Service-agree .wrap_fviii p {
    font-size: 15px;
    color: #000;
    line-height: 20px;
}
.Service-agree .wrap_fxiii .wpcf7-text {
    border: unset;
    border-bottom: 1px solid #000;
    border-radius: 0px !important;
    margin: 0 !important;
}
canvas.digital_signature-pad {
    border-radius: 10px;
}
.Service-agree .wrap_fxiii p {
    font-size: 15px;
    line-height: 20px;
}
.Service-agree .wrap_fxv .wpcf7-date {
    border: 1px solid #00000036;
    border-radius: 0px;
    height: 50px;
}
.Service-agree  br {
    display: none;
}
.Service-agree label {
    margin: 0 !important;
    display: flex;
}
.Service-agree .row.wrap_fxiii {
    align-items: center;
}
.Service-agree .row.wrap_fiv .wpcf7-form-control-wrap {
    margin-top: 20px !important;
    display: block;
}
.Service-agree .fxvi {
    margin-top: 20px;
}
.Service-agree .fxvi .agree-btn {
    background: #face5a;
    width: 240px;
    height: 60px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #face5a;
    outline: unset;
}
.ftr-1 #media_image-2 {
    width: 40%;
    background: #fff;
    padding: 10px;
    border-radius: 100%;
}
.call-btn ul {
    padding-left: 0px;
    display: flex;
    justify-content: center;
}
.call-btn ul li {
    list-style: none;
    background: #145ab2;
    width: 200px;
    height: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 10px;
}
.call-btn ul li a {
    background: #145ab2;
    color: #ffff !important;
    font-size: 18px;
}
.call-btn ul li i {
    background: #face5a;
    padding: 13px;
    margin-right: 10px;
    border-radius: 30px;
}
.ab-3wrap .vc_column-inner {
    text-align: center;
}
.ab-3wrap .white-btn .vc_general {
    width: 240px !important;
}
.testimonial-rating i.fas.fa-star.active {
    color: #FF9529;
    font-weight: 600;
}
.testimonial-rating i.fas.fa-star {
    font-weight: 400;
    color: #FF9529;
}
.tax-our_travel_category .our-travel-items .col-md-12 p {
    text-align: center;
}
.test_str {
    background: #face5a;
    line-height: 0px;
    width: 200px;
    height: 60px;
    margin-top: 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.test_str i {
    color: #145ab2;
    padding-right: 10px;
}
#testimonialReviews .rew-p {
    width: 50% ;
    max-width: 50%;
}
#testimonialReviews .rew-p #testimonialReviewsTitle {
    margin-top: 0px;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}
#testimonialReviews .rew-p .modal-header {
    background: #145ab2;
}
.testi-frm .ps-btn {
    background: #face5a;
    width: 100%;
    height: 60px;
    border: 1px solid #face5a;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
#testimonialReviews .rew-p .modal-header .close {
background: #fff;
    opacity: 1;
    border: unset !important;
    outline: unset !important;
    border-radius: 5px;
    padding: 0px;
    width: 50px;
    height: 50px;
    font-size: 27px;
    font-weight: 400;
    margin-top: -5px;
    margin-right: 5px;
}
.testi-frm .form-control {
    border: 1px solid #0000005c;
    height: 50px;
    border-radius: 5px;
}
.testi-frm .wpcf7-textarea {
    height: 130px;
}
.counter-sec p {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
}
.euro-sec .slide-row.euro-rw img {
    background: transparent !important;
    width: 100%;
    height: 280px !important;
    padding: 0px;
    object-fit: fill;
    border: unset;
    border-radius: 10px !important;
}
.euro-sec P {
    FONT-SIZE: 20PX;
    COLOR: #000;
    LINE-HEIGHT: 30PX;
    FONT-WEIGHT: 500;
}
.euro-sec .eu-trawrap .vc_column-inner {
    text-align: end;
}
.tax-our_travel_category .category-desc.cat-bold {
    font-weight: 600;
}
.vc_section.euro-sec.alaska-sec {
    padding-top: 50px;
}
.vc_section.euro-sec.alaska-sec .wpb_text_column.wpb_content_element {
    margin-bottom: 0px !important;
}
.vc_section.travel-sec p strong {
    font-size: 27px;
    color: #000;
    line-height: 37px;
}
.euro-sec p strong {
    font-size: 18px;
    line-height: 28px;
}
.referral-sec p strong {
    color: #000;
    font-size: 18px;
    line-height: 37px;
}
.counter-sec .trav-wro {
    text-align: center;
    padding-top: 30px;
}

.counter-sec .desti-pdf {
    font-size: 21px ;
    line-height: 1.5 ;
    margin-bottom: 0px;
    font-weight: 600;
    align-items: center;
    color: #000 !important;
    text-transform: uppercase;
}
.trav-icon-wrap .vc_col-sm-3 .vc_column-inner {
    border: 1px solid #face5a;
    border-radius: 10px;
    padding: 20px 20px;
    min-height: 280px;
    margin-bottom: 0px;
    align-items: center;
    background: #face5abf;
    color: #000 !important;
}
.trav-icon-wrap .vc_col-sm-3 .vc_column-inner img {
    width: 100%;
    height: 100px;
    object-fit: contain !important;
    text-align: center;
}
.trav-icon-wrap .vc_col-sm-3 .vc_column-inner .wpb_single_image {
    text-align: center;
    margin-bottom: 10px !important;
}
.cust-thumb {
    width: 100px;
    height: 170px;
    margin-bottom: 20px !important;
}
.cust-thumb img {
    width: 100% !important;
    height: 170px;
    object-fit: cover;
    border-radius: 8px;
}
.vc_section.test-sec-wrap .slider_testimonial {
    box-shadow: unset;
    border-radius: 0px;
}
.vc_section.test-sec-wrap .slider_testimonial  .test-item {
    padding: 19px;
    border: 1px solid #00000038;
    border-radius: 10px;
}
.vc_section.test-sec-wrap .slider_testimonial .owl-nav {
    position: unset !important;
    text-align: center !important;
    margin-top: 20px;
}
.vc_section.test-sec-wrap .slider_testimonial .test-item .sec-para {
    overflow-y: scroll;
    height: 160px;
}

.vc_section.test-sec-wrap .slider_testimonial .test-item .sec-para::-webkit-scrollbar {
    width: 8px;
}

.vc_section.test-sec-wrap .slider_testimonial .test-item .sec-para::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.vc_section.test-sec-wrap .slider_testimonial .test-item .sec-para::-webkit-scrollbar-thumb {
    background: #ff9529;
    border-radius: 10px;
}

.vc_section.test-sec-wrap .slider_testimonial .test-item .sec-para::-webkit-scrollbar-thumb:hover {
    background: #ff9529;
}

.test-sec-wrap .testi-frm .form-control {
    margin-bottom: 20px !important;
}
.test-sec-wrap .testi-frm .ps-btn {
    margin-top: 30px !important;
    width: 40%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.test-sec-wrap .testi-frm {
    box-shadow: 0px 0px 8px -3px #000;
    padding: 20px;
    border-radius: 30px;
    background: #145ab2;

}
.test-sec-wrap .testi-frm label {
    color: #fff;
}
.test-sec-wrap .testi-frm .wpcf7-file {
    color: #fff;
}



.sec-para {
    overflow-y: scroll;
    height: 100px;
    margin-bottom: 20px;
}

.sec-para::-webkit-scrollbar {
    width: 8px;
}

.sec-para::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 4px;
}

.sec-para::-webkit-scrollbar-thumb {
    background-color: #face5a;
    border-radius: 4px;
}

.sec-para {
    scrollbar-width: thin;
    scrollbar-color: #face5a #f5f5f5;
}



/* .sec-4 p {
    height: 150px;
    overflow-y: scroll;
}
.sec-4 p::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fcd93e;
}
.sec-4 p::-webkit-scrollbar-thumb {
  background: #f528cc;
} */


.book-trip-frm {
    box-shadow: 0px 0px 16px 4px #00000012;
    padding: 30px;
    border-radius: 25px;
}
.book-trip-frm h2 {
    font-size: 30px;
    border-bottom: 4px solid #face5a;
    margin-bottom: 40px;
}
.book-trip-frm .fr-1 {
    align-items: end;
}
.book-trip-frm .fr-9 {
    align-items: end;
    justify-content: space-between;
}

.book-trip-frm label {
    font-size: 20px;
    line-height: 32px;
    color: #000;
    font-weight: 600;
}

.book-trip-frm  .form-control {
    height: 50px;
    border-radius: unset;
}

.book-trip-frm  .rq-submit {
    background: #face5a;
    border-color: #face5a;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    width: 290px;
    height: 60px;
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
}
.book-trip-frm label strong {
    color: red !important;
    font-weight: 400 !important;
    font-size: 21px !important;
    padding-left: 5px !important;
}

.travel-booking-sec p {
    font-size: 20px;
    color: #000;
}