/*
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
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Helvetica", sans-serif !important;
}

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;
  color: #333333;
}

a:active,
a:hover {
  outline: 0;
  color: #333333;
}

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;
}
h1 {
    font-size: 60px;
    line-height: 55px;
	color: #fff;
	font-weight: 700;
	position: relative;
	font-family: "Optima";
}
h1::before {
    position: absolute;
    content: '';
    background: #4BACBF;
    width: 0px;
    height: 0x;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
    top: -15px;
}
h2 {
    font-size: 30px;
    line-height: 34px;
	color: #294249;
	font-weight: 400;
	position: relative;
}
h3 {
  font-size: 18px;
  line-height: 25px;
	font-weight: 400;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
	font-family: "Outfit", sans-serif !important;
}

p {
	font-size: 16px;
	line-height: 21px;
	font-weight: 300px;
	color: #294249;
}
ul {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	color: #294249;
}
h1.entry-title {
  font-size: 50px;
  border-bottom: 1px solid #eaecef;
  color: #24292e;
}
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
--------------------------------------------------------------*/
section#home-sect1 {
    padding-top: 20%;
}

li#menu-item-33 a {
    padding: 14px 30px !important;
    background: #EABA71 !important;
    border-radius: 30px;
    transition: 0.4s !important;
}

li#menu-item-33 a:hover {
    background: #FCA3A7 !important;
    transform: translate(0px, -10px);
}

li#menu-item-33 {
    margin-left: 30px;
}

header#masthead {
    margin-bottom: 0;
    background-color: transparent;
    padding: 20px 1rem;
    position: absolute;
    width: 100%;
    z-index: 999;
}

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

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #fff;
    padding: 14px 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
}

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: #fff;
    font-weight: 500;
    position: relative;
}

#masthead .navbar-nav > li.current_page_item > a::after {
    position: absolute;
    content: '';
    background: #FCA3A7;
    width: 15px;
    height: 3px;
    border-radius: 10px;
    right: 0;
    left: 0px;
    bottom: 8px;
    margin: 0 auto;
}

.navbar-brand {
  height: auto;
}

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

/*--------------------------------------------------------------
# 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: 16px;
  /* 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: 3.75rem;
  padding-top: 4.125rem;
}

.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: 1.5em 0 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;
}

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

/* //=======================================================
		search baar hover css
//====================================================== */



.sec-search{
    display: flex;
    align-items: center;
    width: 8%;
    justify-content: space-between;
}
.cstm-search-form {
 
    display: block;
    text-align: end;
    top: 11px;
	margin-right:-20px;
}
.hs-form {
    display: none;
}

.sec-search .hs-form {
    width: 300px;
    height: 44px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px rgb(130 130 130);
    position: absolute;
    bottom: -10px;
    right: 60px;
    z-index: 9;
    display: none !important;
    top: 38px;
}
.sec-search .search-form {
    display: flex;
    align-items: center;
}
.sec-search .hs-form label {
    margin: 0;
    width: 100%;
}
.hs-form .form-control {
	height: 45px;
    padding: 0px 22px;
    border: border: 1px solid #f592f4;
    box-shadow: none !important;
    font-size: 15px;
}
.hs-form input.search-submit.btn.btn-default {
    background: #c21117;
    height: 45px;
    box-shadow: none !important;
    color: #fff;
    font-size: 15px;
    width: 120px;
    border: 1px solid #fff;
    border-radius: 35px;
}

i.fas.fa-search {
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}
.fas{
	font-family: "Font Awesome 5 Free" !important;
}
/* //=======================================================
		search baar hover css end
//====================================================== */

/* //=======================================================
		Custom Css Start
//====================================================== */


.container {
	max-width: 1200px !important;
}
section#disney-sect2::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 500px;
    right: 20px;
    top: 10%;
}
section#home-sect1 {
    padding-top: 15%;
    padding-bottom: 10%;
}
div#Cstm-Btn a {
    font-size: 14px;
    font-weight: 500;
    padding: 14px 25px;
    border-radius: 30px;
    background: #FCA3A7;
    border-color: #FCA3A7;
    color: #fff;
    transition: 0.4s;
}

#home-sect1 h1::before {
    top: -6px;
}

div#Cstm-Btn a:hover {
    background: #eaba71;
    transform: translate(0px, -10px);
}
div#Cstm-Btn1 a {
    background: transparent;
    border-color: transparent !important;
    font-size: 16px;
    color: #fff;
}

div#Cstm-Btn1 {
    position: relative;
    top: -75px;
    left: 11px;
}

section#home-sect2 {
    position: relative !important;
    padding-top: 100px;
    padding-bottom: 130px;
}

section#home-sect2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 600px;
    left: -16.2%;
    bottom: 256px;
    z-index: -1;
}

section#home-sect2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 600px;
    left: 86%;
    top: 14%;
}
section#Home-sect3 h1::before {
    left: -85%;
    background: #FCA3A7;
}

section#Home-sect3 h1 {
    font-size: 30px;
}

div#Booking-row h3 {
    font-size: 21px;
    line-height: 25px;
    color: #fff;
}

div#Booking-row p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin: 0;
}

div#Booking-row .vc_col-sm-6{
	height: 200px;
	padding-top: 100px;
	border: 1px solid #fff;
	border-radius: 40px;
	background:#6b727596;
}

div#Booking-row {
    margin-bottom: 25px;
    display: flex;
    gap: 30px;
}
div#col1 {
    padding-top: 70px !important;
}
section#Home-sect3 {
    padding-top: 80px;
    padding-bottom: 60px;
}
.TestimonialMain p {
    font-size: 14px;
    margin: 0 auto 30px auto;
    color: #294249;
    width: 100%;
    height: 50px;
}

h2.ServiceHead {
    font-size: 21px;
    text-align: center;
    line-height: 25px;
}

.TestimonialMain {
    padding: 30px 40px 35px;
    margin: 80px 0 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 1px 0px 9px 0px;
    background: #fff;
    border: 1px solid #0000000d;
}

#owl_custom1 .owl-nav {
    display: block !important;
}
#owl_custom1 button i {
    width: 40px;
    height: 40px;
    background: #294249;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
}

#owl_custom1 .owl-prev {
    position: absolute;
    left: -8%;
    top: 49%;
}

#owl_custom1 .owl-next {
    position: absolute;
    top: 49%;
    left: 103%;
}
section#home-sect4 {
    position: relative !important;
    padding-top: 120px;
    padding-bottom: 100px;
}

section#home-sect4::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 610px;
    z-index: -1;
    bottom: 70px;
    left: 10%;
}
section#home-sect5 h1::before {
    background: #FCA3A7;
}
#Blogs h4 {
    color: #294249;
    font-size: 21px;
    margin: 20px 0 22px;
    position: relative;
    line-height: 25px;
}

#Blogs h4::before {
    content: '';
    position: absolute;
    background: #4BACBF;
    width: 50px;
    height: 5px;
    border-radius: 10px;
    top: 62px;
}

#Blogs p {
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    margin: 0;
	height: 20px;
}

#Blogs .vc_btn3-container {
    display: none;
}

#Blogs .vc_col-sm-12 {
    padding: 0;
}

#Blogs .vc_custom_1419240516480 {
    background: #FAF9F8 !important;
}

#Blogs {
    padding-top: 60px;
}

section#home-sect5 {
    padding-top: 80px;
    padding-bottom: 80px;
	position: relative !important;
}
section#home-sect5::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 670px;
    left: -16%;
    top: 21%;
}
section#home-sect5::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 210px;
    left: 64%;
    top: 2%;
}
.Blog_Content {
    display: none;
}

#owl_custom2 .owl-nav {
    display: none;
}

#owl_custom2 .owl-dots {
    display: none;
}

.partners_Content {
    display: none;
}

#owl_custom3 .owl-nav {
    display: none;
}

#owl_custom3 .owl-dots {
    display: none;
}
section#Home-sect6 {
    position: relative !important;
    padding-top: 100px;
    padding-bottom: 100px;
}

section#Home-sect6::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 310px;
    left: 6%;
}
div#footer-widget {
    background: #3B648A !important;
    position: relative;
    padding-top: 100px;
    z-index: 2;
}

div#footer-widget .widget-title {
    position: relative;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    margin: 0 0 30px;
}

div#footer-widget .widget-title::before {
    position: absolute;
    content: '';
    background: #FCA3A7;
    width: 55px;
    height: 2px;
    border-radius: 10px;
    bottom: -15px;
}

div#footer-widget .nav-link {
    font-size: 14px;
    padding: 0 0 12px;
    color: #fff;
    line-height: 24px;
}

div#footer-widget .nav-link:hover {
    color: #fff;
    background: #3b648a !important;
}

div#footer-widget p {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

.f-b {
    margin-top: 45px;
    text-align: center;
}

footer#colophon {
    background: #3b648a !important;
    text-align: center;
    position: relative;
}

footer#colophon p {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 28px;
    margin: 0 0 5px;
}

ul#menu-social-media-links {
    flex-direction: row !important;
    gap: 25px;
    align-items: center;
    justify-content: center;
}

section#media_image-2 {
    text-align: center;
    margin-bottom: 50px;
}

section#text-2 p {
    font-size: 14px;
    line-height: 20px;
}

ul#menu-contact-us a {
    font-size: 13px !important;
}

ul#menu-contact-us i {
    margin-right: 8px;
}

div#footer-widget::before {
    content: '';
    position: absolute;
    width: 160px;
    height: 420px;
    left: 90%;
    top: 5%;
}

div#footer-widget::after {
    content: '';
    position: absolute;
    width: 710px;
    height: 590px;
    bottom: 40px;
    z-index: 1;
    left: -18%;
}
footer#colophon a {
    text-decoration: none;
}
footer#colophon::before {
    content: '';
    position: absolute;
    background: #FCA3A7;
    width: 38%;
    height: 5px;
    border-radius: 5px;
    bottom: 120px;
}

footer#colophon::after {
    content: '';
    position: absolute;
    background: #FCA3A7;
    width: 38%;
    height: 5px;
    border-radius: 5px;
    bottom: 120px;
    right: 0;
}
#owl_custom1 button {
    background: transparent !important;
}
section#disny-sect1 {
    padding-top: 20%;
    padding-bottom: 15%;
}

section#disny-sect1 h1 {
    margin-bottom: 20px;
}

section#disny-sect1 p {
    font-size: 18px;
    line-height: 36px;
    margin: 0 auto;
    width: 70%;
}

section#disny-sect1 .wpb_content_element {
    margin: 0;
}

section#disny-sect1 h1::before {
    display: none;
}
section#disney-sect2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

section#disney-sect2 h2::before {
    left: -90%;
}

section#disney-sect2 h2 {
    margin-bottom: 20px;
}

section#disney-sect2 p {
    font-size: 18px;
    line-height: 30px;
}

section#disney-sect2 li {
    font-size: 18px;
    line-height: 30px;
	font-weight: 300;
    margin-bottom: 10px;
}

section#disney-sect2 ul {
    font-size: 18px;
    line-height: 30px;
	font-weight: 300;
}

section#disney-sect2 img {
    border-radius: 25px
}

section#disney-sect2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 764px;
    bottom: 0;
    top: 4%;
    left: -19%;
}
section#disney-sect3 h1 {

}

section#disney-sect3 h1::before {
    left: -84%;
    top: 38px;
}

section#disney-sect3 p {
    font-size: 18px;
    line-height: 30px;
    /* margin: 22px 0 0 !important; */
}

section#disney-sect3 img {
    border-radius: 25px;
}

section#disney-sect3 li {
    font-size: 18px;
    line-height: 30px;
	font-weight: 300;
    margin-bottom: 10px;
}

section#disney-sect3 ul {
    font-size: 18px;
    line-height: 30px;
	font-weight: 300;
}

section#disney-sect3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

section#disney-sect3::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 764px;
    bottom: 0;
    top: 4%;
    left: -19%;
}

section#disney-sect4 h2::before {
    left: -90%;
}

section#disney-sect4 h2 {
    margin-bottom: 20px;
}

section#disney-sect4 p {
    font-size: 18px;
    line-height: 30px;
	font-weight: 300;
}

section#disney-sect4 li {
    font-size: 18px;
    line-height: 30px;
	font-weight: 300;
    margin-bottom: 10px;
}

section#disney-sect4 ul {
    font-size: 18px;
    line-height: 30px;
	font-weight: 300;
}

section#disney-sect4 img {
    border-radius: 25px
}

section#disney-sect4 {
    padding-top: 100px;
    padding-bottom: 100px;
}

section#disney-sect4::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    left: 10%;
    top: 13%;
}

section#disney-sect5 h2::before {
    left: -90%;
}

section#disney-sect5 h2 {
    margin-bottom: 20px;
}

section#disney-sect5 p {
    font-size: 18px;
    line-height: 30px;
	font-weight: 300;
}

section#disney-sect5 li {
    font-size: 18px;
    line-height: 30px;
	font-weight: 300;
    margin-bottom: 10px;
}

section#disney-sect5 ul {
    font-size: 18px;
    line-height: 30px;
	font-weight: 300;
}

section#disney-sect5 img {
    border-radius: 0px
}

section#disney-sect5 {
    padding-top: 100px;
    padding-bottom: 100px;
}

section#disney-sect5::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    left: 10%;
    top: 13%;
}

section#disney-sect6 h2::before {
    left: -90%;
}

section#disney-sect6 h2 {
    margin-bottom: 20px;
}

section#disney-sect6 p {
    font-size: 18px;
    line-height: 30px;
	font-weight: 300;
}

section#disney-sect6 li {
    font-size: 18px;
    line-height: 30px;
	font-weight: 300;
    margin-bottom: 10px;
}

section#disney-sect6 ul {
    font-size: 18px;
    line-height: 30px;
	font-weight: 300;
}

section#disney-sect6 img {
    border-radius: 25px
}

section#disney-sect6 {
    padding-top: 100px;
    padding-bottom: 100px;
}

section#disney-sect6::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    left: 10%;
    top: 13%;
}

section#disney-sect7 h2::before {
    left: -90%;
}

section#disney-sect7 h2 {
    margin-bottom: 20px;
	color: #fff;
}

section#disney-sect7 p {
    font-size: 18px;
    line-height: 30px;
	font-weight: 300;
	color: #fff;
}

section#disney-sect7 li {
    font-size: 18px;
    line-height: 30px;
	font-weight: 300;
	color: #fff;
    margin-bottom: 10px;
}

section#disney-sect7 ul {
    font-size: 18px;
    line-height: 30px;
	font-weight: 300;
	color: fff;
}

section#disney-sect7 img {
    border-radius: 25px
}

section#disney-sect7 {
    padding-top: 100px;
    padding-bottom: 100px;
}

section#disney-sect7::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    left: 10%;
    top: 13%;
}

div#disney-row .vc_col-sm-8 {
    background: #fff;
    padding: 70px 50px;
}

div#disney-row h3 {
    color: #5DACBD;
    font-size: 18px;
    margin-bottom: 6% !important;
}

div#disney-row p {
    color: #999999;
    font-size: 15px;
    position: relative;
    margin-bottom: 21px;
}


div#disney-row {
    position: relative;
    padding-top: 330px;
}

div#disney-row::after {
    content: '';
    position: absolute;
    background: #4bacbf;
    width: 112.5%;
    height: 750px;
    z-index: -1;
    top: 120px;
}
.mainform input {
    color: #294249;
    font-size: 16px;
    font-weight: 400;
    padding: 25px 0 25px 20px;
    background: #fff;
    border-color: #294249;
}

.mainform input::placeholder {
    color: #294249;
}

.mainform textarea {
    color: #294249;
    font-size: 16px;
    font-weight: 400;
    padding: 25px 0 25px 20px;
    background: #fff;
    border-color: #294249;
}

.mainform textarea::placeholder {
    color: #294249;
}

.submitbtn {
    padding-left: 0;
}

.submitbtn .wpcf7-submit {
    background: #3b648a;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 30px;
}

.mainform {
    padding: 40px 50px 30px 50px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

section#contact-sect {
    padding-top: 80px;
    padding-bottom: 100px;
}

section#contact-sect a {
    font-size: 16px;
}

section#contact-sect h4 {
    margin: 0;
}

section#contact-sect h1::before {
    left: -90%;
    background: #3b648a;
}
section#PP-Sect h2 {
    font-size: 36px;
}

section#PP-Sect p {
    font-size: 16px;
	line-height: 25px;
	font-weight: 300px;
}

section#PP-Sect ul {
    font-size: 16px;
	line-height: 25px;
	font-weight: 300px;
}

section#PP-Sect li {
    font-size: 18px;
	line-height: 25px;
	font-weight: 300px;
}

section#PP-Sect {
    padding-top: 5%;
    padding-bottom: 5%;
}
div#inner-blog h4::before {
    top: 43px;
}
div#walt-row {
    margin: 0 10%;
}

div#walt-row h4::before {
    top: 44px;
}
#tabss li.vc_tta-tab a {
    background: #333333 !important;
    color: #fff;
    padding: 14px 30px;
    border-radius: 30px;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 600;
}

#tabss li.vc_tta-tab.vc_active a {
    background: #eaba71 !important;
}

#tabss .vc_tta-panel-body {
    background: #fff !important;
    border-color: #fff !important;
    padding: 30px 0 0;
}

section#desi-sect {
    padding-top: 80px;
    padding-bottom: 50px;
}

#tabss .vc_tta-tab.vc_active>a::after {
    display: none;
}



section#home-sect2 figure.wpb_wrapper.vc_figure img {
    width: 100% !important;
}

section#home-sect2 figure.wpb_wrapper.vc_figure {
    display: block !important;
}

section#home-sect2  .vc_single_image-wrapper {
    display: block !important;
}

.ii-bb h4 {
    font-size: 22px !important;
}

h1.entry-title::before {
    display: none;
}

/* Responsive Start */
@media screen and (min-width: 200px) and (max-width: 576px) {
	.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block !important;
}

#tabss li.vc_tta-tab a {
    padding: 10px 11px;
    font-size: 14px;
    margin-right: 5px;
}
	ul.vc_tta-tabs-list {
    text-align: center;
}

.vc_tta-panel-heading {
    display: none !important;
}
}
@media screen and (min-width: 200px) and (max-width: 768px) {
	.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block !important;
}

.vc_tta-panel-heading {
    display: none !important;
}
.navbar-brand {width: 50%;}
.container { max-width: 100% !important; width:100%; }
#content.site-content { padding-bottom: 0; padding-top: 0; }
h5#hero-hd br { display: none; }
h5#hero-hd {font-size: 35px !important;line-height: 51px !important;}
section#home-sect2 { padding-top: 50px; padding-bottom: 0px; }
div#Cstm-Btn1 { top: -70px; left: 21px; }
.vc_custom_1712253407176 { padding-top: 20px !important; }
h1 { font-size: 40px; line-height: 40px;}
section#Home-sect3 h1 { font-size: 24px; line-height: 30px; }
section#Home-sect3 h1 br { display: none; }
div#Booking-row { margin-bottom: 0; flex-direction: column; }
div#Booking-row .vc_col-sm-6 { height: 250px; padding-top: 60px;}
div#col1 { padding-top: 35px !important; }
div#Booking-row h3 { font-size: 21px; line-height: 28px; }
div#Booking-row p { font-size: 16px; line-height: 26px; }
section#Home-sect3 { padding-top: 60px; padding-bottom: 30px; }
section#home-sect4 { padding-top: 60px; padding-bottom: 20px; }
.TestimonialMain { padding: 0px 20px 25px; margin: 40px 0 20px;  }
#owl_custom1 button i { width: 40px; height: 40px; font-size: 15px; }
#owl_custom1 .owl-prev { left: -6%; top: 40%; }
#owl_custom1 .owl-next { top: 41%; left: 89%; }
#Blogs { padding-top: 30px; }
section#home-sect5 { padding-top: 50px; padding-bottom: 10px; }
#Blogs h4 { font-size: 20px; margin: 15px 0 12px; line-height: 28px; }
#Blogs h4::before { top: 75px !important; }
section#Home-sect6 { padding-top: 60px; padding-bottom: 10px; }
p { font-size: 14px; line-height: 24px; }
p br { display: none; }
div#footer-widget { padding-top: 50px; }
section#media_image-2 { text-align: left; margin-bottom: 30px; }
ul#menu-social-media-links { gap: 20px; justify-content: flex-start; }
div#footer-widget .widget-title { font-size: 18px;  }
div#footer-widget .nav-link { font-size: 15px; padding: 0 0 12px; line-height: 26px; }
.f-b { margin-top: 0; text-align: left; }
div#footer-widget p { font-size: 15px; line-height: 26px; }
footer#colophon p { font-size: 14px; line-height: 25px; }
section#disney-sect2 p { font-size: 14px; line-height: 24px; }
section#disney-sect2 { padding-top: 50px; padding-bottom: 40px; }
section#disney-sect3 p { font-size: 16px; line-height: 26px; margin: 20px 0 0 !important; }
section#disney-sect3 p br { display: none; }
section#disney-sect3 img { margin-bottom: 10%; }
section#disney-sect3 { padding-top: 50px; padding-bottom: 20px; }
section#disney-sect4 { padding-top: 60px; padding-bottom: 0px; }
div#disney-row { position: relative; padding-top: 0px;}
div#disney-row .vc_col-sm-8 { background: #fff; padding: 40px 20px; }
div#disney-row p { font-size: 14px; margin-bottom: 14px; }
section#contact-sect a { font-size: 18px; }
section#PP-Sect h2 { font-size: 30px; line-height: 40px; }
section#home-sect1 { padding-top: 70%; padding-bottom: 20%; }
button.navbar-toggler { background: #fff; }
ul#menu-main-menu {background: #4bacbf;border-radius: 10px;padding-bottom: 25px;padding-top: 10px;}
li#menu-item-33 { margin-left: 10px; }
li#menu-item-33 a { width: 52%; }
ul#menu-main-menu a { padding: 10px 20px !important;}
div#Cstm-Btn1 a { font-size: 18px; padding: 7px 15px 0px; }
#masthead .navbar-nav > li.current_page_item > a::after { margin: 0; left: 22px; }
.TestimonialMain p { font-size: 18px; margin: 0 auto 20px auto; height: auto; }
div#footer-widget::after { display:none; }
div#Cstm-Btn1 .vc_btn3-icon { right: -10px; top: 20px; }
.entry-content { margin:0; }
section#disny-sect1 p { font-size: 18px; line-height: 30px; width: 100%; }
section#disny-sect1 { padding-top: 55%; padding-bottom: 15%; }
section#disney-sect2 h1::before { display: none; }
section#disney-sect2 li { font-size: 18px; line-height: 30px; margin-bottom: 10px; }
section#disney-sect2 li br { display: none; }
section#disney-sect3 h1::before { display: none; }
section#disney-sect3 #Cstm-Btn { margin: -10px 0 30px !important; }
#disney-sect4 #Cstm-Btn { margin-bottom: 12% !important; }
div#walt-row { margin: 0 0%; }
section#disney-sect2 h1 { font-size: 24px; margin-top: 6%; }
section#contact-sect { padding-top: 60px; padding-bottom: 50px; }
.mainform { padding: 40px 20px 30px 10px; border-radius: 10px; margin-top: 10%; }
.single-post .nav-links { display: flex; flex-direction: column; width: 100% !important; align-items: center; gap: 20px; }
.single-post .nav-previous { width:100%; }
.single-post .nav-next { width:100%; }
.single-post .type-post { margin-top: 12%; }
.single-post h1::before { display: none;}
.single-post h1 { font-size: 20px; line-height: 30px; margin: 20px 0 20px; }
div#p-n { padding-top: 20px !important; }
footer#colophon::after { display: none; } footer#colophon::before { display: none; }	
div#footer-widget::before { display: none; }	
section#home-sect1 h5.vc_custom_heading { font-size: 18px !important; line-height: 30px !important; }
#Blogs h4::before { display: none; }
#home-sect1 h1 { font-size: 30px !important; line-height: 40px !important; font-weight:500; }
#home-sect1 h1 br { display:none; }
#Home-sect6::before { display:none; }
section#disney-sect2::before { left: 60%; top: -30px; }
#disney-sect2::after { display:none; }
#disney-sect3 .right { order: 1; }
#disney-sect3 .left { order: 2; }
}



@media screen and (min-width: 767px) and (max-width: 1024px) {
.container { max-width:100% !important; width:100% !important; }
#Blogs h4 { font-size: 20px !important; margin: 10px 0 10px !important; line-height: 30px !important; }
#Blogs h4::before { content: ''; width: 50px; height: 4px; top: 68px; }
div#Cstm-Btn a { font-size: 15px; padding: 12px 14px;}
section#disny-sect1 p { color: #fff; font-size: 20px; line-height: 30px; width: 77%; }
div#footer-widget::after { display: none; }
#content.site-content { padding-bottom: 0; padding-top: 0; }
.mainform { padding: 20px 20px 10px 20px; margin-top: 10%; }
section#home-sect1 { padding-top: 30%; padding-bottom: 12%; }
h5#hero-hd br { display: none; }
h5#hero-hd { font-size: 65px !important; line-height: 75px !important; }
button.navbar-toggler { background: #fff; }
ul#menu-main-menu { background: #4bacbf; border-radius: 10px; padding-bottom: 25px; padding-top: 10px; }
li#menu-item-33 a { width: 23%; }
li#menu-item-33 { margin: 0 0 0 20px !important; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { color: #fff; padding: 14px 12px 14px 25px;}
#masthead .navbar-nav > li.current_page_item > a::after { left: 26px; margin: 0; }
section#home-sect2 .vc_custom_1712253407176 { padding-top: 10px !important; }
#owl_custom1 .owl-next { position: absolute; top: 49%; left: 88%; }
div#footer-widget .widget-title {font-size: 17px; margin: 0 0 30px; }
div#Blogs .vc_col-sm-3 { width: 100%; }
#Home-sect3 .vc_row { display: flex; flex-direction: column; align-items:center; justify-content:center; }
#Home-sect3 .vc_col-sm-6 { width: 100% !important; }
#Home-sect3 .vc_col-sm-4 { width: 100% !important; }
section#Home-sect3 h1 { text-align: center !important; }
div#col1 h3 br { display: none; }
div#col1 { padding-top: 90px !important; }
section#disney-sect2 { padding-top: 40px; padding-bottom: 60px; }
#disney-sect2 .vc_row { flex-direction: column; align-items: center; justify-content: center; }
#disney-sect2 .vc_col-sm-6 { width: 100%; }
#disney-sect2 h1 { text-align:center !important; }
#disney-sect2 p br { display:none; }
#disney-sect2 li br { display:none; }
#disney-sect2 p { text-align:center; }
#disney-sect2 li { font-size: 18px !important; line-height:30px !important; }
#disney-sect3 p br { display:none; }
section#disney-sect4 { padding-top: 60px; padding-bottom: 60px; }
div#disney-row .vc_col-sm-8 { background: #fff; padding: 40px 20px; }
section#home-sect5 { padding-top: 40px; padding-bottom: 20px;}
#inner-blog .vc_col-sm-4 { width: 100%; }
#disney-sect3 p br { display:none;}
#disney-sect3 p { font-size: 18px; line-height: 30px;}
br {display: none;}
section#contact-sect { padding-top: 20px; padding-bottom: 60px; }
section#contact-sect .vc_row { flex-direction: column; align-items: center; justify-content: center; }
#contact-sect .vc_col-sm-5 { width: 100%; }
#contact-sect .vc_col-sm-7 { width: 100%; }
#contact-sect .vc_col-sm-11 { width:100%; }
#contact-sect .vc_col-sm-1 { width:100%; margin:2% 0 2%; }
.single-post .type-post { margin-top: 12%; }
section#home-sect2 { padding-top: 80px; padding-bottom: 2px; }
.vc_custom_1712253407176 { padding-top: 40px !important; }
div#Booking-row { margin-bottom: 15px; }
div#Booking-row p { font-size: 16px; line-height: 26px;}
div#Booking-row h3 { font-size: 20px; line-height: 30px;}
div#Booking-row .vc_col-sm-6 { height: 250px; padding-top: 90px;}
section#home-sect4 {  padding-top: 50px; padding-bottom: 20px; }
h1 { font-size: 28px; line-height: 36px;  font-weight: 400 !important;  }
#owl_custom1 button i {; margin: 0px 0px 0px 40px; }
h1::before { display:none; }
#Blogs { padding-top: 20px; }
h1 { font-size: 35px; }
#Blogs h4 { font-size: 30px; line-height: 30px; margin-top: 20px; }
section#Home-sect6 {  padding-top: 50px; padding-bottom: 20px; }
p { font-size: 15px; line-height: 25px;}
h1 { font-size: 30px; line-height: 50px; }
div#Cstm-Btn1 { position: relative; top: -35px; left: 18px; text-align: center; }
div#Cstm-Btn1 a { background: transparent; border-color: transparent !important; font-size: 14px; padding:0 !important; }
.vc_custom_1712253407176 { flex-direction: column; }
.vc_custom_1712253407176 .vc_col-sm-3 { width: 100%; }
#Blogs p { font-size: 14px; line-height: 24px; margin: 0; height: auto; }
div#disney-row { position: relative; padding-top: 200px; }
#Blogs h4::before { display: none;}
	
footer#colophon::after { display: none; } footer#colophon::before { display: none; }	
div#footer-widget::before { display: none; }	
section#home-sect1 h5.vc_custom_heading { font-size: 18px !important; line-height: 50px !important; }	
#Blogs h4::before { display: none; }		

/* Inner pages CSS */
#Home-sect6::before { display:none; }
section#disny-sect1 { padding-top: 25%; padding-bottom: 10%; }
h1 { font-size: 50px; line-height: 65px; }
section#disny-sect1 p { font-size: 14px; line-height: 30px; }
section#disney-sect2 li { font-size: 18px; line-height: 30px; }
section#disney-sect2 h1 { margin-bottom: 15px; }
section#disney-sect3 { padding-top: 70px; padding-bottom: 70px; }
.vc_custom_1712507484808 { margin-bottom: 35px !important; }
section#disney-sect3 p { font-size: 18px; line-height: 30px;  }
.entry-content { margin:0; }
.single-post .type-post { margin-top: 12%; }
}

@media screen and (min-width: 767px) and (max-width: 1045px) {
div#footer-widget .row { flex-direction: column; }
div#footer-widget .col-md-2 { max-width: 100% !important;}
footer#colophon::before { width: 26.5%; bottom: 27px; }
footer#colophon::after { width: 26.5%; bottom: 33px; left: 73%; bottom: 27px; }
.entry-content { margin:0; }
.single-post .type-post { margin-top: 12%; }
}


@media screen and (min-width: 1025px) and (max-width: 1199px) {
button.navbar-toggler { background: #fff; }
ul#menu-main-menu { background: #4bacbf; border-radius: 10px; padding-bottom: 25px; padding-top: 10px; }
.entry-content { margin:0; }
}
	
@media screen and (min-width: 1025px) and (max-width: 1440px) {
#content.site-content{ padding-top:0; }
h5#hero-hd { font-size: 70px !important; line-height: 90px !important; }
section#home-sect1 { padding-top: 20%; padding-bottom: 12%; }
#masthead .navbar-nav > li.current_page_item > a::after { left: 14px; margin:0; }
#Cstm-Btn1 a { font-size: 18px;}
div#Cstm-Btn1 { top: -45px; left: 21px; }
div#Cstm-Btn1 i { right: -22px; }
#home-sect2 .vc_custom_1712253407176 { padding-top: 20px !important; }
h1 { font-size: 50px; line-height: 55px;}
section#home-sect2 { padding-top: 70px; padding-bottom: 50px; }
section#Home-sect3 h1 { font-size: 40px; line-height: 50px; }
section#home-sect4 { padding-top: 70px; padding-bottom: 20px; }
#Blogs h4 { color: #294249; font-size: 21px; margin: 14px 0 12px;}
section#Home-sect6 { padding-top: 80px; padding-bottom: 0px; }
.entry-content { margin:0; }
section#home-sect5 { padding-top: 60px; padding-bottom: 10px;}
.single-post .type-post { margin-top: 12%; }

}


/* .single-post aside#secondary {
    display: none;
} */
/* .single-post  div#comments {
    display: none;
} */
.single-post section#primary a {
    color: black;
}
/* .single-post section#primary {
    flex: 0 0 100%;
    max-width: 100%;
} */
.single-post .entry-title::before {
    left: -96% !important;
    top: 55px;
}
input#commentsubmit {
    font-size: 14px;
    font-weight: 500;
    padding: 14px 25px;
    border-radius: 30px;
    background: #FCA3A7;
    border-color: #FCA3A7;
    color: #fff;
    transition: 0.4s;
}
ul.nav.flex-column a {
    padding: 0 0 18px;
    color: #333333;
}

ul.nav.flex-column a:hover {
    background: transparent;
    color: #333333;
}

ul.wp-block-latest-posts__list a {
    color: #333333;
    line-height: 35px;
}
h2.wp-block-heading {
    font-size: 24px;
    line-height: 34px;
}
section#recent-posts-2 h2 {
    font-size: 24px;
    color: #294249;
    line-height: 34px;
}

section#privacy-policy p {
	font-size: 14px !important;
	line-height: 20px;
}

section#privacy-policy li {
	font-size: 14px !important;
	line-height: 20px;
}

section#privacy-policy td {
	font-size: 14px !important;
	font-family: "Helvetica";
	font-weight: 300;
	line-height: 20px;
}

section#privacy-policy ul {
	font-size: 14px !important;
	font-family: "Helvetica";
	font-weight: 300;
	line-height: 20px;
}

footer.wp-block-latest-comments__comment-meta a {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
}

ol.wp-block-latest-comments {
    padding: 0;
	font-weight: 300;
}

ul.wp-block-archives-list.wp-block-archives a {
    color: #333333;
}

li.cat-item.cat-item-1 a {
    color: #333333;
}

#Blogs h4::before {
    bottom: 0;
    top: unset;
}

#Blogs h4 {
    padding: 14px 0 12px;
    margin: 0;
	min-height: 80px;
}
h1{
	font-family: "Optima" !important;
	font-weight:400;
}
h2{
	font-family: "Optima" !important;
	font-weight:400;
}
h4{
	font-family: "Optima" !important;
	font-weight:400;
	font-size: 18px''
}
p{
	font-family: "Helvetica" !important;
	font-size: 18px !important;
	font-weight:300;
	line-height: 30px;
}

li#menu-item-145 a {
    display: flex;
    align-items: center;
}
.cya-col:hover img.vc_single_image-img.attachment-full {
    transform: scale(1.05);
}

section#home-sect2 figure.wpb_wrapper.vc_figure img {
    transition: transform .5s ease-in-out;
}

.cya-col:hover div#Cstm-Btn1 {
    top: -65px;
}

div#Cstm-Btn1 {
    transition: top .5s ease-in-out;
}

.cya-col:hover div#Cstm-Btn1 .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 15px;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    transition: right .5s ease-in-out;
}
.vc_gitem-zone {
    height: 330px;
}
form.is-search-form.is-form-style.is-form-style-3.is-form-id-366.is-ajax-search {
    position: relative;
    z-index: 9999999;
}
.search-results header#masthead {
    background: #3B648A !important;
}

.is-form-style label .is-search-input {
    background-color: transparent !important;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding: 23px 5px 23px 10px;
}

section#home-sect5::after {
    z-index: 0;
}

form.is-search-form.is-form-style.is-form-style-3.is-form-id-366.is-ajax-search {
    position: relative;
    z-index: 9;
}
span.is-search-icon {
    position: absolute;
    right: 0;
    top: 0;
}
.is-form-style input.is-search-submit, .is-search-icon {
    height: 48px;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 45px;
	background: #4bacbf;
}
.search-results div#content {
    padding-top: 240px;
}
.is-form-style .is-search-submit path {
    fill: #fff;
}
