/*
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: "Bricolage Grotesque", sans-serif;
}

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

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: 20px;
  font-family: "K2D", sans-serif;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  text-transform: uppercase;
}
h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
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
--------------------------------------------------------------*/
header#masthead {
  padding: 40px 0 0 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.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: #737373;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  transition: all 0.5s;
}

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: #FE661B;
  font-weight: 400;
}

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

#content.site-content {
    padding: 0 !important;
}

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

/*********** Custom Css *************/
.container {
    max-width: 1800px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-right: 50px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child {
    margin: 0;
}
div#main-nav {
    background: #fff;
    border-radius: 100px;
    padding: 20px 0px;
    max-width: 515px;
    box-shadow: 0 0 30px 0 #0000000D;
    position: relative;
    left: 60px;
}
#masthead nav {
    justify-content: space-between;
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
.header_links ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}
.language-dropdown select option {
    color: #000;
    font-size: 16px;
}
.language-dropdown select {
    border: none;
    font-size: 20px;
    color: #737373;
    font-family: k2d;
    font-weight: 700;
    width: 60px;
    background: transparent;
}
.header_links .header_btn {
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    background: transparent;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 40px;
    transition: all 0.5s;
    font-family: 'K2D';
    font-weight: 500;
    padding: 20px 33px;
    display: inline-block;
    margin-left: 40px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
.header_links .header_btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FE661B;
    border-radius: 40px;
    z-index: -1;
    transition: all 0.5s;
}
.header_links .header_btn:hover:before {
    height: 0;
}
.header_links .header_btn:hover {
    border: 1px solid;
    color: #FE661B;
    transition: all 0.5s;
}
html, body {
    overflow-x: hidden;
}
.Banner_Sec .banner_video {
    width: 100%;
    border-radius: 50px;
    object-fit: cover;
    height: 950px;
    display: flex;
}
section.vc_section.Banner_Sec {
    padding-right: 0 !important;
    padding-top: 20px;
}
.Banner_Sec h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.Banner_Sec h2 {
    text-transform: uppercase;
    width: 82%;
    margin-bottom: 40px;
}
.Banner_Sec p {
    color: #737373;
    font-size: 18px;
    line-height: 26px;
    width: 83%;
    font-weight: 300;
    margin-bottom: 0px !important;
}
.theme-btn  a.vc_general {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    font-family: 'K2D';
    text-transform: capitalize;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 40px;
    transition: all 0.5s;
    position: relative;
    color: #fff !important;
    padding: 20px 30px;
    overflow: hidden;
}
.theme-btn a.vc_general:hover {
    color: #FE661B !important;
    border: 1px solid !important;
    transition: all 0.5s;
}
.theme-btn a.vc_general:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FE661B;
    border-radius: 40px;
    z-index: -1;
    transition: all 0.5s;
}
.theme-btn a.vc_general:hover:before {
    width: 0;
}
.btn_2  a.vc_general {
    margin-left: 10px;
    color: #fd5d1c !important;
    border: 1px solid #fd5d1c4f !important;
}
.btn_2 a.vc_general:before {
    width: 0;
}
.btn_2 a.vc_general:hover:before {
    width: 100%;
}
.btn_2 a.vc_general:hover {
    color: #fff !important;
}
.Banner_Sec .vc_col-sm-6:first-child {
    padding-bottom: 210px;
}
.video_box {
    position: relative;
}
.video_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000003b;
    border-radius: 50px;
}
/*** Marquee css ***/
.marquee-wrapper {
  position: relative;
  overflow: hidden;
  background: #FE661B; /* theme orange */
  color: #fff;
  font-weight: 500;
  font-size: 50px;
  border-radius: 50px;
  padding: 12px 0;
  white-space: nowrap;
}
.marquee-inner {
  display: flex;
  width: max-content;
  animation: marquee 8s linear infinite alternate;
}
.marquee-content {
  display: flex;
  gap: 60px;
  align-items: center;
}
.marquee-content span {
  display: inline-block;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-6%); }
}

.marquee_sec {
    padding-top: 20px;
    padding-bottom: 20px;
}
.marquee-content .stars {
    font-size: 30px;
}

.About_Sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-us-txt strong {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 0px ! IMPORTANT;
}
.About_Sec h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.About_Sec h2 {
    margin-bottom: 35px;
    width: 94%;
}
section.vc_section.Abt_inner .vc_col-sm-6:last-child {padding: 80px 75px;background: #FFF4EF;border-radius: 40px;}
.About_Sec  ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 10px;
}
.About_Sec ul li {
    padding-bottom: 30px;
    position: relative;
    color: #737373;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
.About_Sec ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    background: #FE661B;
    color: #fff;
    border-radius: 100%;
    padding: 7px 8px;
    margin-right: 13px;
}
.About_Sec p {
    color: #737373;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px !important;
    width: 77%;
    font-weight: 300;
}
.About_Sec .btn_2 a.vc_general {
    margin: 0;
}

.About_Sec .vc_col-sm-6:last-child {
    position: relative;
    padding-left: 100px;
}
.Services_Sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.Services_Sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 98%;
    height: 100%;
    background: #FFF4EF;
    z-index: -1;
    border-radius: 50px;
}
.Services_Sec h3,
.Services_Sec h2 {
    margin-bottom: 15px;
}
.Services_Sec p {
    margin-bottom: 60px !important;
}
.services-box {
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px 40px;
    transition: all 0.5s;
    height: 453px;
    position: relative;
}
.services-box h4 {
    font-size: 24px;
    line-height: 1.3;
    color: #000;
    font-family: 'Bricolage Grotesque';
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 30px;
}
.services-box p {
    color: #737373;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}
.services-box a {
    color: #FE661B;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
}
.services-box .services-img img {
    width: 91%;
    border-radius: 10px;
    transition: all 0.5s;
    height: 0;
    position: absolute;
    top: 20px;
    left: 20px;
}
.services-box .services-con {
    padding: 20px 20px;
    transition: all 0.5s;
}
.services-box .icon-img {
    transition: all 0.5s;
    margin: 20px 0px 40px 20px;
    background: #FE661B;
    border-radius: 10px;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-box .services-img {
    transition: all 0.5s;
}
.services-box:hover .services-img img {
    height: 194px;
    transition: all 0.5s;
    opacity: 1;
}
.services-box:hover .services-con {
    padding-top: 30px;
    transition: all 0.5s;
}
.services-box:hover .icon-img {
    transition: all 0.5s;
    transform: translateY(80px) scale(0.5) translateX(-50px);
    background: #fff;
}
.services-box .icon-img img {
    transition: all 0.5s;
}
.services-box:hover .icon-img img {
    transition: all 0.5s;
    filter: invert(56%) sepia(88%) saturate(3581%) hue-rotate(2deg) brightness(103%) contrast(99%);
}
.Services_Sec p {
    color: #737373;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}
.Services_Sec .serv_row {
    padding-bottom: 60px;
}
.Choose_Sec {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 160px !important;
    padding-right: 160px !important;
}
.Choose_Sec h3 {
    margin-bottom: 15px;
}
.Choose_Sec h2 {
    margin-bottom: 35px;
}
.Choose_Sec p {
    color: #737373;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 40px !important;
    width: 86%;
}
.stats-top .stats-number {
    font-size: 60px !important;
    color: #FE661B;
    line-height: 1 !important;
    font-family: 'K2D';
    font-weight: 500 !important;
}
div.stats-desc>div.counter_prefix, div.stats-desc>div.counter_suffix {
    color: #FE661B;
    font-size: 60px !important;
    line-height: 1;
    font-family: 'K2D';
    font-weight: 500;
}
.stats-block .stats-text {
    color: #737373;
    font-size: 20px !important;
    line-height: 30px;
    margin-top: 15px;
    font-weight: 300;
}
.counter_cont .stats-desc {
    padding: 70px 0px !important;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px 0 #0000000d;
}
.counter_cont.cont_2 .stats-desc {
    border: 2px solid #FFE0D1;
}
.counter_cont.cont_3 .stats-desc {
    border: 2px solid #FFE0D1;
    margin-bottom: 0 !important;
}
.counter_cont.cont_4 .stats-desc {
    margin-bottom: 0;
}
.Testimonials_Sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.Testimonials_Sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 98%;
    height: 100%;
    background: #FFF4EF;
    z-index: -1;
    border-radius: 50px;
}
.Testimonials_Sec h3 {
    margin-bottom: 15px;
}
.Testimonials_Sec h2 {
    margin-bottom: 60px;
}
.testimonials-box {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
}
.testimonials-box ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: flex;
}
.testimonials-box ul li {
    margin-left: 8px;
    color: #FE661B;
}
.testimonials-box ul li:first-child {
    margin: 0;
}
.testimonials-box h4 {
    font-size: 20px;
    color: #000;
    line-height: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 25px;
}
.testimonials-box p {
    color: #737373;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 0;
}
.testimonials-box h5 {
    color: #FE661B;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 25px;
}
.Testimonials_Sec p {
    color: #737373;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}
.Testimonials_Sec .testi_row {
    padding-bottom: 60px;
}
div#footer-widget {
    background-color: transparent !important;
    border-radius: 50px;
    padding-top: 100px;
    padding-bottom: 170px;
    position: relative;
}
div#footer-widget .container {
    max-width: 1700px;
}
.info_cont {
    background: #fff;
    border-radius: 20px;
    padding: 60px 50px 50px 50px;
    position: relative;
    z-index: 1;
    max-width: 94%;
}
.info_cont h4 {
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 35px;
    line-height: 1.3;
}
.info_cont ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 40px;
}
.info_cont ul li {
    position: relative;
    padding-bottom: 30px;
}
.info_cont ul li a {
    color: #737373;
    text-decoration: none;
    font-size: 30px;
    line-height: 1.3;
    font-family: 'K2D';
}
.info_cont ul li:last-child {
    padding-bottom: 0;
}
.info_cont ul li:first-child:before {
    content: '\f276';
    font-family: 'FontAwesome';
    background: #FE661B;
    color: #fff;
    border-radius: 100%;
    font-size: 22px;
    padding: 13px 22px;
    margin-right: 15px;
    display: inline-block;
}
.info_cont ul li:nth-child(2):before {
    content: '\f095';
    font-family: 'FontAwesome';
    background: #FE661B;
    color: #fff;
    border-radius: 100%;
    font-size: 22px;
    padding: 13px 18px;
    margin-right: 15px;
    display: inline-block;
}
.info_cont ul li:nth-child(3):before {
    content: '\f0e0';
    font-family: 'FontAwesome';
    background: #FE661B;
    color: #fff;
    border-radius: 100%;
    font-size: 22px;
    padding: 13px 18px;
    margin-right: 15px;
    display: inline-block;
} 
.info_cont p {
    color: #737373;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 45px;
}
.info_cont .info_btn {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    font-family: 'K2D';
    text-transform: capitalize;
    background: transparent;
    border: 1px solid #fd5d1c4f;
    border-radius: 40px;
    transition: all 0.5s;
    position: relative;
    color: #FE661B;
    padding: 20px 30px;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
}
.info_cont .info_btn:hover:before {
    width: 100%;
}
.info_cont .info_btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #FE661B;
    border-radius: 40px;
    transition: all 0.5s;
    z-index: -1;
}
.info_cont .info_btn:hover {
    color: #fff;
    border: 1px solid transparent;
    transition: all 0.5s;
}
.contact-form .form-control {
    background: #fff;
    height: 60px;
    border-radius: 30px;
    border: 2px solid  #937C571A;
    padding-left: 24px;
    margin-bottom: 30px;
    color: #737373;
}
.contact-form .form-control::placeholder {
    color: #737373;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
}
.contact-form .form-control:focus {
    outline: none;
    box-shadow: none;
}
.contact-form textarea {
    height: 132px !important;
    border-radius: 20px !important;
    padding-top: 20px;
    resize: none;
}
.contact-form p {
    margin: 0;
}
.contact-form .btn-primary {
    background: #FE661B;
    border: 1px solid transparent;
    border-radius: 40px;
    font-size: 18px;
    line-height: 1;
    font-family: 'K2D';
    text-transform: capitalize;
    font-weight: 500;
    padding: 20px;
    width: 100%;
    transition: all 0.5s;
}
.contact-form .btn-primary:hover {
    background: transparent;
    color: #FE661B;
    border: 1px solid;
    transition: all 0.5s;
}
.contact-form .wpcf7-spinner {
    display: none;
}
.social_list ul {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    border: 1px solid #fe661b47;
    border-radius: 40px;
    padding: 16px 0;
}
.social_list ul a {
    color: #FE661B;
    font-size: 24px;
    line-height: 1;
    text-transform: capitalize;
    font-family: 'K2D';
    text-decoration: none;
}
.social_list ul li {
    position: relative;
}
.social_list ul li:nth-child(2):before {
    content: '';
    position: absolute;
    left: -80px;
    top: 0;
    width: 2px;
    height: 30px;
    background: #fe661b47;
}
.social_list ul li:nth-child(2):after {
    content: '';
    position: absolute;
    right: -80px;
    top: 0;
    width: 2px;
    height: 30px;
    background: #fe661b47;
}
div#footer-widget .row {
    display: flex;
    align-items: center;
}
div#footer-widget .row_2 {
    margin-top: 85px;
    padding-top: 50px;
    border-top: 1px solid #3c291329;
}
div#footer-widget .row_2 ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    margin: 0;
    justify-content: space-between;
}
div#footer-widget .row_2 ul li a {
    color: #737373;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.5s;
}
div#footer-widget .row_2 ul li a:hover {
    color: #fd5d1c;
    transition: all 0.5s;
}
div#footer-widget .row_2  #media_image-2 {
    text-align: center;
    margin: 0;
}
div#footer-widget .row_2 .col-md-5 {
    max-width: 37%;
    flex: 0 0 37%;
}
div#footer-widget .row_2 .col-md-2 {
    max-width: 26%;
    flex: 0 0 26%;
}
footer#colophon {
    background: transparent !important;
}
footer#colophon .container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    border-top: 1px solid #3c291329;
    max-width: 1700px;
    margin-top: -130px;
    z-index: 9;
    position: relative;
}
.site-info {
    display: flex;
    justify-content: space-between;
}
.site-info .botom_left {
    color: #737373;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
}
.site-info .botom_left a {
    text-decoration: none;
    transition: all 0.5s;
}
.site-info .botom_left a:hover {
    color: #fc5d1f !important;
    transition: all 0.5s;
}
.site-info ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.site-info ul li:last-child {
    margin-left: 50px;
}
.site-info ul li a {
    color: #737373 !important;
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.5s;
    font-weight: 300;
}
.site-info ul li a:hover {
    color: #fe5b1c !important;
    transition: all 0.5s;
}
div#footer-widget:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    width: 98%;
    height: 98%;
    background: #FFF4EF;
    border-radius: 40px;
    z-index: -1;
}
.home .language-dropdown select {
    color: #fff;
}

/********** Inner Pages Css *********/
.breadcrumbs h1 {
    font-size: 60px;
    line-height: 70px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px;
}
.breadcrumbs {
    text-align: center;
    padding-top: 320px;
    padding-bottom: 190px;
    position: relative;
}
.breadcrumbs span {
    color: #737373;
    font-size: 20px;
    font-weight: 300;
}
.breadcrumbs a {
    text-decoration: none;
}
.breadcrumbs svg {
    color: #737373;
    font-size: 14px;
    margin: 0 10px;
}
.breadcrumbs:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 98%;
    height: 97%;
    background: #FFF4EF;
    z-index: -1;
    border-radius: 50px;
}
section.vc_section.Abt_inner h2 {
    width: 100%;
    margin-bottom: 60px;
}
.About_Sec .vc_col-sm-6:last-child p {
    width: 100%;
}
.About_Sec .vc_col-sm-6:last-child .btn_2 a.vc_general {
    margin-left: 10px;
}
section.vc_section.Abt_inner {
    padding-bottom: 0;
}
.post-type-archive-services .marquee_sec .container {
    padding: 0;
}
.post-type-archive-services #primary h3 {
    text-align: center;
    color: #FE661B;
    font-size: 24px;
    line-height: 1;
    margin-top: 80px;
    margin-bottom: 20px;
}
.post-type-archive-services #primary h2 {
    text-align: center;
    margin-top: 0;
    color: #000;
    margin-bottom: 60px;
}
.post-type-archive-services  .services-box {
    border: 2px solid #3c291329;
    margin-bottom: 20px;
    height: unset;
}
.post-type-archive-services .services-box img {
    width: 100%;
    position: unset;
    height: 240px !important;
    object-fit: cover;
}
.post-type-archive-services .services-box:hover .services-con {
    padding-top: 0;
}
.post-type-archive-services .services-box h4 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.post-type-archive-services .sec-accomodations {
    padding-bottom: 100px;
    justify-content: center;
}
.post-type-archive-services .Testimonials_Sec h3 {
    margin-top: 0 !important;
}
.post-type-archive-services .Testimonials_Sec h2 {
    width: 45%;
    margin: 0 auto;
}
.single-services #primary {
    padding-top: 100px;
    padding-bottom: 70px;
}
.single-services #primary h1.entry-title {
    font-size: 40px;
    color: #000;
    font-weight: 500;
    margin-top: 40px;
}
.single-services #primary p {
    color: #737373;
    font-size: 18px;
    line-height: 34px;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    background: #FE661B !important;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 40px;
    transition: all 0.5s;
    font-family: 'K2D';
    font-weight: 500;
    padding: 16px 28px;
}
.page-id-101 .container {
    max-width: 1400px;
}
.Gallery_page {
    padding-top: 100px;
    padding-bottom: 100px;
}
.post-type-archive-testimonials #primary {
    padding-top: 100px;
    padding-bottom: 100px;
}
.post-type-archive-testimonials .testimonials-box {
    border: 2px solid #3c291329;
}

.Privacy_Sec p {
    font-size: 18px;
    color: #737373;
}
.Privacy_Sec a {
	color: #000;
}


.Privacy_Sec a i {
	padding-right: 5px;
}

.Privacy_Sec p {
    color: #737373;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 22px !important;
}

.Privacy_Sec strong {
	font-weight: 700;
	color: #000;
	font-size: 20px;
}

.Privacy_Sec ul li {
    color: #737373;
    font-size: 15px;
}

.Privacy_Sec ul {
    margin-top: -15px;
}

.Privacy_Sec h3 {
    font-size: 40px;
}

/********** Responsive Css **********/
@media only screen and (max-width: 1700px) {
.container {
    max-width: 95%;
}
header#masthead {
    padding: 30px 0 0 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 18px;
}
.header_links .header_btn {
    font-size: 16px;
    margin-left: 30px;
}
.Banner_Sec .banner_video {
    height: 800px;
}
.Banner_Sec h3 {
    font-size: 25px !important;
    margin-bottom: 10px;
}
.Banner_Sec h2 {
    font-size: 53px;
    line-height: 65px;
    margin-bottom: 30px;
}
.Banner_Sec p {
    width: 90%;
    margin-bottom: 30px !important;
}
.theme-btn a.vc_general {
    font-size: 16px;
}
.Banner_Sec .vc_col-sm-6:first-child {
    padding-bottom: 130px;
}
.marquee-wrapper {
    font-size: 40px;
}
.marquee-content .stars {
    font-size: 25px;
}
.marquee-content {
    gap: 50px;
}
h3.vc_custom_heading.vc_do_custom_heading {
    font-size: 22px;
}
h2.vc_custom_heading.vc_do_custom_heading {
    font-size: 50px;
    line-height: 60px;
}
.About_Sec .vc_col-sm-6:last-child {
    padding-left: 60px;
}
.About_Sec .vc_col-sm-6 img {
    width: 90%;
}
.About_Sec .vc_col-sm-6 .years_img img {
    width: unset;
    left: 0;
    bottom: 50px;
}
.About_Sec {
    padding-top: 80px;
    padding-bottom: 80px;
}
.About_Sec h2 {
    width: 86%;
}
.Services_Sec h2 {
    margin-bottom: 50px;
}
.Choose_Sec {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
div#footer-widget {
    padding-top: 80px;
}
div#footer-widget .container {
    max-width: 95%;
}
footer#colophon .container {
    max-width: 95%;
}
section.vc_section.Abt_inner img {
    width: 100%;
}
.breadcrumbs h1 {
    font-size: 50px;
    line-height: 60px;
}
.breadcrumbs {
    padding-top: 280px;
    padding-bottom: 140px;
}
.breadcrumbs:before {
    top: 15px;
    left: 15px;
    width: 98.1%;
}
section.vc_section.Abt_inner .vc_col-sm-6:last-child {
    padding: 40px 25px;
}
.info_cont ul li a {
    font-size: 25px;
}
.info_cont h4 {
    font-size: 26px;
}
.info_cont p {
    font-size: 22px;
    margin-bottom: 40px;
}
.social_list ul a {
    font-size: 22px;
}
}

@media only screen and (max-width: 1500px) {
.container {
    max-width: 97%;
}
.language-dropdown select {
    font-size: 18px;
}
.header_links .header_btn {
    margin-left: 20px;
    padding: 20px 30px;
}
.Banner_Sec h3 {
    font-size: 22px !important;
}
h2.vc_custom_heading.vc_do_custom_heading {
    font-size: 45px;
    line-height: 55px;
}
.Banner_Sec .vc_col-sm-6:first-child {
    padding-bottom: 100px;
}
.marquee-wrapper {
    font-size: 32px;
    padding: 15px 0;
}
.marquee-content .stars {
    font-size: 24px;
}
.marquee-content {
    gap: 45px;
}
h3.vc_custom_heading.vc_do_custom_heading {
    font-size: 20px;
}
.About_Sec h2 {
    margin-bottom: 30px;
    width: 88%;
}
.About_Sec ul li {
    font-size: 16px;
    padding-bottom: 25px;
}
.About_Sec ul li:before {
    font-size: 14px;
}
.About_Sec p {
    margin-bottom: 30px !IMPORTANT;
}
.About_Sec .vc_col-sm-6:last-child {
    padding-left: 50px;
}
.services-box {
    padding: 15px;
    height: 380px;
}
.services-box h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.services-box .services-con {
    padding: 0 10px;
}
.services-box:hover .services-img img {
    height: 150px;
}
.services-box:hover .services-con {
    padding-top: 50px;
}
.Services_Sec {
    padding-top: 80px;
    padding-bottom: 80px;
}
.Services_Sec .btn_2 a.vc_general {
    margin-left: 0;
}
.theme-btn a.vc_general {
    padding: 20px 26px;
    font-size: 15px;
}
.Choose_Sec {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.Choose_Sec h2 {
    width: 92%;
}
.Choose_Sec p {
    width: 97%;
    margin-bottom: 30px !important;
}
.stats-top .stats-number {
    font-size: 45px !important;
}
div.stats-desc>div.counter_prefix, div.stats-desc>div.counter_suffix {
    font-size: 45px !important;
}
.stats-block .stats-text {
    font-size: 16px !important;
    margin-top: 10px;
}
.counter_cont .stats-desc {
    padding: 60px 0 !important;
}
.testimonials-box {
    padding: 30px;
}
.Testimonials_Sec p {
    font-size: 15px;
}
.Testimonials_Sec {
    padding-top: 80px;
    padding-bottom: 80px;
}
.info_cont {
    padding: 50px 40px 40px 40px;
}
.info_cont h4 {
    font-size: 24px;
    margin-bottom: 30px;
}
.info_cont ul li a {
    font-size: 22px;
}
.info_cont ul li:first-child:before {
    font-size: 16px;
    padding: 13px 17px;
    margin-right: 10px;
}
.info_cont ul li:nth-child(2):before {
    font-size: 16px;
    padding: 13px 17px;
    margin-right: 10px;
}
.info_cont ul {
    margin-bottom: 30px;
}
.info_cont p {
    font-size: 20px;
}
.contact-form .form-control::placeholder {
    font-size: 16px;
}
.social_list ul a {
    font-size: 20px;
}
div#footer-widget .row_2 ul li a {
    font-size: 20px;
    line-height: 1;
}
div#footer-widget .row_2 {
    margin-top: 60px;
    padding-top: 40px;
}
footer#colophon .container {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-top: -110px;
}
.site-info .botom_left {
    font-size: 18px;
}
.site-info ul li a {
    font-size: 18px;
}
div#footer-widget {
    padding-top: 70px;
    padding-bottom: 150px;
}
.post-type-archive-services #primary h3 {
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 15px;
}
.post-type-archive-services #primary h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 40px;
}
.post-type-archive-services .services-box img {
    height: 200px !important;
}
.post-type-archive-services .services-box h4 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.services-box p {
    font-size: 15px;
    margin-bottom: 15px;
}
.post-type-archive-services .sec-accomodations {
    padding-bottom: 60px;
}
.services-box .services-img img {
    left: 15px;
}
.Services_Sec .serv_row {
    padding-bottom: 50px;
}
.serv_row2  .vc_col-sm-3 {
    width: 20%;
}
.serv_row2 .vc_col-sm-4 {
    width: 40%;
}
.serv_row2 .vc_col-sm-2 {
    width: 20%;
}
.testi_row2  .vc_col-sm-3 {
    width: 20%;
}
.testi_row2 .vc_col-sm-4 {
    width: 40%;
}
.testi_row2 .vc_col-sm-2 {
    width: 20%;
}
.single-services #primary h1.entry-title {
    font-size: 30px;
}
.services-box a {
    font-size: 16px;
}
.services-box .icon-img {
    margin: 10px 0px 40px 10px;
    width: 80px;
    height: 80px;
}
.services-box:hover .icon-img {
    margin: 0 0px 10px 8px;
    transform: translateY(75px) scale(0.7) translateX(-20px);
}
.services-box .icon-img img {
    width: 50%;
}
}

@media only screen and (max-width: 1300px) {
.services-box .icon-img {
	width: 70px;
	height: 70px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px;
}
div#main-nav {
    max-width: 440px;
    left: 30px;
}
.language-dropdown select {
    width: 55px;
}
.Banner_Sec h3 {
    font-size: 20px !important;
}
h2.vc_custom_heading.vc_do_custom_heading {
    font-size: 40px;
    line-height: 50px;
}
.Banner_Sec h2 {
    margin-bottom: 25px;
}
.Banner_Sec p {
    width: 100%;
}
.Banner_Sec .banner_video {
    height: 750px;
}
.About_Sec .vc_col-sm-6:last-child {
    padding-left: 30px;
}
.About_Sec h3 {
    margin-bottom: 10px;
}
.About_Sec h2 {
    width: 93%;
    margin-bottom: 20px;
}
.About_Sec ul li:last-child {
    padding-bottom: 20px;
}
.About_Sec p {
    margin-bottom: 20px !important;
}
.About_Sec {
    padding-top: 70px;
    padding-bottom: 70px;
}
.services-box {
    height: 370px;
}
.services-box a {
    font-size: 16px;
}
.services-box .services-con {
    padding: 0 0;
}
.services-box h4 {
    font-size: 19px;
    margin-bottom: 10px;
}
.services-box:hover .services-img img {
    height: 140px;
}
.stats-top .stats-number {
    font-size: 35px !important;
}
div.stats-desc>div.counter_prefix, div.stats-desc>div.counter_suffix {
    font-size: 35px !important;
}
.Testimonials_Sec h2 {
    margin-bottom: 40px;
}
.testimonials-box h4 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.testimonials-box {
    padding: 25px;
}
.testimonials-box h5 {
    font-size: 16px;
}
.info_cont {
    padding: 40px 30px 30px 30px;
}
.info_cont h4 {
    font-size: 20px;
}
.info_cont ul li a {
    font-size: 20px;
}
.info_cont p {
    font-size: 18px;
    margin-bottom: 30px;
}
.info_cont .info_btn {
    font-size: 16px;
}
.contact-form .form-control {
    margin-bottom: 20px;
}
.testimonials-box p {
    height: 180px;
    overflow-y: scroll;
    padding-right: 10px;
}
.testimonials-box p::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #0000001f;
}
.testimonials-box p::-webkit-scrollbar-thumb {
    background: #fd5d1c;
}
.breadcrumbs h1 {
    font-size: 40px;
    line-height: 50px;
}
.breadcrumbs span {
    font-size: 18px;
}
.breadcrumbs {
    padding-top: 250px;
    padding-bottom: 120px;
}
section.vc_section.Abt_inner .vc_col-sm-6:last-child {
    padding: 30px 15px;
}
section.vc_section.Abt_inner .vc_col-sm-6:last-child p {
    font-size: 15px;
}
section.vc_section.Abt_inner .vc_col-sm-6:last-child li {
    padding-bottom: 20px;
}
.post-type-archive-services #primary h2 {
    font-size: 40px;
    line-height: 50px;
}
.post-type-archive-services .services-box img {
    height: 180px !important;
}
.post-type-archive-services .services-box h4 {
    font-size: 22px;
}
.Testimonials_Sec .testi_row {
    padding-bottom: 40px;
}
}

.Choose_Sec ul li {
    color: #757575;
    font-size: 17px;
}

.services-box ul li {
    color: #757575;
    font-size: 17px;
}
.about-img img {
    min-width: 195% !important;
	border-radius: 20px;
}

.about-img {
    text-align: left !important;
    padding-left: 135px;
}
.years_img img {
    position: absolute;
    bottom: 0px;
    left: -15px;
}
@media only screen and (max-width: 1200px){
.about-img {
    text-align: left !important;
    padding-left: 0;
}
.about-img img {
    min-width: 100% !important;
    border-radius: 20px !important;
    height: 370px !important ;
    object-fit: cover !important;
}	
.Services_Sec p {
    margin-bottom: 15px !important;
}
.services-box {
        height: 350px;
    }
}

@media only screen and (max-width: 1199px){
	.navbar-collapse.collapse.show {
    transform: unset;
}
	button.navbar-toggler {
    BACKGROUND: #f66408;
}
    .navbar-collapse {
        background: #f66408 !important;
        width: 50%;
        right: 0% !important;
        position: fixed !important;
        z-index: 999;
        top: 0 !important;
        transition: 0.5s;
        padding: 0px 0px;
        height: 100%;
        transform: translate(100%, 0);
    }
    .btn-close-nav {
		display: block !important;
        position: absolute;
        top: 10px;
        right: 11px;
        background: #fff;
        border: none;
        font-size: 18px;
        color: #000;
        z-index: 9999;
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 40px;
    }
div#main-nav {
        max-width: unset !important;
        left: unset !important;
	    border-radius: 0px !important;
    }	
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #ffff !important;
    text-align: center;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-right: 0px;
    margin-top: 20px !important;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child {
    padding-bottom: 20px;
}

.header_links ul {
    display: block;
    text-align: center;
}

.header_links .header_btn {
    background: #fff;
    color: #000;
}

.language-dropdown {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    background: #000;
    padding: 20px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 30px;
}
header#masthead {
    position: unset;
}
.marquee-content {
        gap: 15px;
    }
.marquee-content {
    font-size: 20px;
}
.Banner_Sec p {
        margin-bottom: 10px !important;
    }
.Banner_Sec p {
    font-size: 15px;
    line-height: 24px;
}
p br {
    display: none;
}

p {
    font-size: 15px;
    line-height: 24px;
}
    .Banner_Sec .banner_video {
        height: 580px;
    }
h2 br {
    display: none;
}
    .Banner_Sec .vc_col-sm-6:first-child {
        padding-bottom: 0px;
    }
h2.vc_custom_heading.vc_do_custom_heading {
        font-size: 36px;
        line-height: 45px;
    }
.About_Sec p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px !important;
}
.services-box {
        height: 430px;
    }
.counter_cont .stats-desc {
        padding: 30px 0 !important;
    }
.Choose_Sec ul li {
    color: #757575;
    font-size: 15px;
}
.Choose_Sec p {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px !important;
}
.info_cont p {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 24px;
    }
    .info_cont {
        padding: 20px 20px 20px 20px;
    }
    .info_cont ul li a {
        font-size: 15px;
    }
.info_cont ul li {
    position: relative;
    padding-bottom: 15px;
}
.info_cont ul li:before {
    font-size: 14px !important;
    padding: 10px 15px !important;
}
.social_list ul a {
        font-size: 15px;
    }
    div#footer-widget .row_2 ul li a {
        font-size: 15px;
    }
footer#colophon .container {
        max-width: 100%;
    }
    .site-info ul li a {
        font-size: 15px;
    }
    .site-info .botom_left {
        font-size: 15px;
    }
.breadcrumbs {
        padding-top: 60px;
        padding-bottom: 60px;
    }
.post-type-archive-services #primary h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }
.post-type-archive-services .Testimonials_Sec h2 {
    width: 100%;
    margin: 0 auto;
}
.social_list ul li:nth-child(2):before {
    display: none;
}

.social_list ul li:nth-child(2):after {
    display: none;
}
}
@media only screen and (max-width: 960px){
	    h2.vc_custom_heading.vc_do_custom_heading {
        font-size: 30px;
        line-height: 40px;
    }
.brooks_serv {
  display: flex;
  flex-wrap: wrap;
}

.brooks_serv > .col-lg-3 {
  max-width: 50%;
  flex: 0 0 50%;
}
    .services-box {
        height: auto;
        margin-bottom: 30px;
    }
    .stats-top .stats-number {
        font-size: 24px !important;
    }
div.stats-desc>div.counter_prefix, div.stats-desc>div.counter_suffix {
        font-size: 24px !important;
    }
    .stats-block .stats-text {
        font-size: 15px !important;
        line-height: 20px;
        margin-top: 10px;
    }
    .theme-btn a.vc_general {
        padding: 12px 20px;
        font-size: 14px;
    }
.serv_row2 > .wpb_column {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
.serv_row2 {
    text-align: center !important;
}

.serv_row2 .theme-btn {
    text-align: center !important;
    margin-bottom: 20px !important;
}
    .Banner_Sec .banner_video {
        height: 440px;
    }
.testi_row2 .theme-btn {
    text-align: center !important;
    margin-top: 10px;
}
.testi_row2 > .wpb_column {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
	.testi_row2{
		text-align: center;
	}
.post-type-archive-services #primary h2 {
        font-size: 30px;
        line-height: 40px;
    }
.sec-accomodations > .col-md-4 {
  width: 50% !important;
  max-width: 50% !important;
  flex: 0 0 50% !important;
}
}
@media only screen and (max-width: 767px){
.navbar-brand {
    width: 30%;
}
section.vc_section.Banner_Sec {
    padding-right: 0 !important;
    padding-top: 40px;
    text-align: center !important;
}	
.Banner_Sec h2 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center !important;
}
.Banner_Sec h3 {
    text-align: center !important;
}
.Banner_Sec .banner_video {
        height: auto;
        margin-top: 30px;
    }
.About_Sec .vc_col-sm-6:last-child {
        padding-left: 0px;
    }
.Services_Sec:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.brooks_serv > .col-lg-3 {
        max-width: 100%;
        flex: 0 0 100%;
    }
.Choose_Sec {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .Choose_Sec h2 {
        width: 100%;
    }
.About_Sec {
    padding-top: 30px;
    text-align: center !important;
    padding-bottom: 30px;
}

.About_Sec h3.vc_custom_heading.vc_do_custom_heading {
    text-align: center !important;
}

.About_Sec h2.vc_custom_heading.vc_do_custom_heading {
    text-align: center !important;
}

.Choose_Sec .theme-btn {
    margin-bottom: 20px !important;
}
.Testimonials_Sec:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div#footer-widget:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
    div#footer-widget .row_2 {
        margin-top: 30px;
        padding-top: 30px;
    }
.site-info {
    display: block;
    text-align: center !important;
}

.site-info .botom_left {
    margin-bottom: 20px;
}

.site-info ul {
    display: block;
    text-align: center;
}

.site-info ul li:last-child {
    margin: 0;
}
div#footer-widget .row_2 ul {
    display: block;
}

div#footer-widget .row_2 ul li {
    margin-bottom: 10px;
}

div#footer-widget .row_2 {
    display: block;
    text-align: center;
}

div#footer-widget .row_2 .col-md-5 {
    max-width: 100%;
    flex: 0 0 100%;
}

div#footer-widget .row_2 .col-md-2 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
    .navbar-collapse {
        width: 90%;
    }
section.vc_section.Abt_inner h2 {
    margin-bottom: 20px;
}
.breadcrumbs {
        padding-top: 40px;
        padding-bottom: 30px;
    }
.breadcrumbs h1 {
        font-size: 35px;
        line-height: 45px;
    }
.sec-accomodations > .col-md-4 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

.post-type-archive-services .marquee_sec {
    display: none;
}
.info_cont {
    max-width: 100%;
}
.Choose_Sec ul {
    padding-left: 20px;
}
section.vc_section.Choose_Sec {
    text-align: center;
}

.Choose_Sec ul {
    padding-left: 20px;
}

section.vc_section.Choose_Sec {
    text-align: center;
}

.Choose_Sec h3.vc_custom_heading.vc_do_custom_heading {
    text-align: center !important;
}

.Choose_Sec h2.vc_custom_heading.vc_do_custom_heading {
    text-align: center !important;
}
div#footer-widget .container {
        max-width: 100%;
    }
.About_Sec p {
    width: 100%;
}
.breadcrumbs span {
        font-size: 15px;
    }	
.Banner_Sec .theme-btn {
    margin-top: 10px !important;
}
}
@media only screen and (max-width: 439px){
	    h2.vc_custom_heading.vc_do_custom_heading {
        font-size: 25px;
        line-height: 36px;
    }
    .Banner_Sec h3 {
        font-size: 16px !important;
    }
    h3.vc_custom_heading.vc_do_custom_heading {
        font-size: 16px;
    }
    .info_cont {
        padding: 15px 15px 15px 15px;
    }
    .breadcrumbs h1 {
        font-size: 30px;
        line-height: 40px;
    }
}


.iwdqie h2 {
    text-align: center;
}

.iwdqie ul li {
    text-align: center;
    list-style: none;
    font-size: 18px;
    line-height: 30px;
}
.btn-close-nav{
	display: none;
}