/*
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
--------------------------------------------------------------*/

html, body {
overflow-x: hidden;
}


body {
  margin: 0;
  -webkit-font-smoothing: auto;
   font-family: "Poppins", serif !important;
   background-color: #000 !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;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

p {
  margin-bottom: 1.5em;
}
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 {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.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: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

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: 600;
  /*background: #f9f9f9;*/
}

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

.container {
max-width: 1280px;
}
/*--------------------------------------------------------------
# HEADER NAVBAR CSS
--------------------------------------------------------------*/

header#masthead {
    padding-left: 85px;
    padding-right: 100px;
    padding-top: 15px;
    background: transparent;
    box-shadow: none;
    position: absolute;
    width: 100%;
    z-index: 99;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 18px;
    line-height: 40px;
    padding: 0;
    margin-right: 50px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
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: #000;
    font-weight: 700;
}
ul#menu-menu-2 li:last-child a {
    margin-right: 0 !important;
}
.navbar-brand {
    margin-right: 0;
    /* margin-left: 60px; */
    text-align: center;
}


/*--------------------------------------------------------------
# BANNER SEC CSS
--------------------------------------------------------------*/

.Bnnr_sec {
    height: 1080px;
    /* padding-top: 0 !important; */
    /* display: flex; */
    align-items: end;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.Bnnr_sec h1 {
    font-size: 122px;
    line-height: 110px;
    padding-bottom: 135px;
    padding-left: 115px;
    margin: 0;
}


/*--------------------------------------------------------------
# SEARCH BAR SEC CSS
--------------------------------------------------------------*/

section.Srch_sec {
    padding-top: 55px !important;
    padding-bottom: 60px !important;
}
section.Srch_sec .srchbtns {
    display: flex;
    justify-content: center;
}
section.Srch_sec .srchbtns a {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 13px 28px;
    margin-right: 27px;
}
section.Srch_sec .srchbtns a:last-child {
    margin: 0;
}
section.Srch_sec .srchbtns a img {
    margin-right: 14px;
}


.custom-search-bar {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 8px 15px;
    border-radius: 3px;
    border: 1px solid #ddd;
    max-width: 100%;
    height: 98px;
    padding-right: 0;
}

.dropdown {
    position: relative;
    margin-right: 15px;
}

.dropdown-btn {
    background: none;
    border: none;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.dropdown-icon {
    margin-left: 124px;
    font-size: 18px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 100%;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: flex;
    flex-direction: column;
}

.custom-search-bar input[type="text"] {
    flex: 1;
    padding: 10px 15px;
    font-size: 16px;
    border: none;
    color: #666;
    outline: none;
    margin-right: 15px;
    height: 98px;
    border-left: 1px solid #6C757D;
}

.search-icons {
    display: flex;
    align-items: center;
    width: 255px;
    height: 98px;
    background-color: #1E5D0D;
    margin-right: -1px;
}

.icon-btn, .search-btn {
     /* Dark green color */
    color: #ffffff;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px 0 0 3px;
    background: #1E5D0D;
    width: 70%;
}
.search-icons .search-btn i {
    margin-right: 10px;
}
.search-btn {
    padding: 8px 15px;
    border-radius: 0 3px 3px 0;
    background: #1E5D0D;
    width: 100%;
}
.dropdown-content a {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    padding: 0px 20px;
}
.search-icons button:focus {
    outline: none;
}
.search-icons button.icon-btn {
    position: relative;
}
.search-icons button.icon-btn::before {
    content: '';
    position: absolute;
    top: -40px;
    right: 0px;
    background-color: #6C757D;
    width: 1px;
    height: 98px;
}


/*--------------------------------------------------------------
# RESIDENTIALS & COMMERCIAL SEC CSS
--------------------------------------------------------------*/

section.Res_sec {
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-bottom: 120px !important;
}
section.Res_sec h2 {
    font-size: 50px;
    line-height: 70px;
    padding: 0;
    margin: 0;
    margin-bottom: 45px;
}
section.Res_sec .residential-tabs, section.Res_sec .commercial-tabs {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}
section.Res_sec .residential-tabs button.residential-tab.active, section.Res_sec .commercial-tabs button.commercial-tab.active {
    background-color: #ffffff00;
    padding: 14px 30px;
    border-radius: 6px;
    border: 1px solid #fff !important;
}
section.Res_sec .residential-tabs button.residential-tab, section.Res_sec .commercial-tabs button.commercial-tab {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0;
    margin-right: 45px;
    outline: navajowhite;
    background: #1e610e !important;
    padding: 14px 30px;
    border-radius: 6px;
}
/* section.Res_sec #residential-posts .residential-box, section.Res_sec #commercial-posts .residential-box {
    position: relative;
}
section.Res_sec #residential-posts .residential-box::before, section.Res_sec #commercial-posts .residential-box::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: 0;
    background-image: url(inc/images/allbrdr.png);
    width: 539px;
    height: 782px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    z-index: -1;
} */

section.Res_sec #residential-posts .residential-box .imgtext h2, section.Res_sec #commercial-posts .residential-box .imgtext h2 {
    font-size: 39px;
    line-height: 60px;
    font-style: italic;
    color: #fff;
    font-weight: 500;
/*     position: absolute;
    bottom: 100px; */
    margin: 0;
/*     left: 60px; */
}
/* section.Res_sec #residential-posts .residential-box .imgtext, section.Res_sec #commercial-posts .residential-box .imgtext {
    position: relative;
}
section.Res_sec #residential-posts .residential-box .imgtext::before, section.Res_sec #commercial-posts .residential-box .imgtext::before {
    content: '1.';
    font-size: 16px;
    line-height: 1;
    color: #fff;
    position: absolute;
    bottom: 23%;
    left: 6%;
}  */
section.Res_sec #residential-posts .residential-box .imgtext, section.Res_sec #commercial-posts .residential-box .imgtext {
    border: 2px solid;
    border-image: linear-gradient(45deg, #8BC34A, #0d490d, #8BC34A) 1;
    border-radius: 10px;
    padding: 0px;
    padding-bottom: 50px;
}
section.Res_sec #residential-posts .residential-box .imgtext a, section.Res_sec #commercial-posts .residential-box .imgtext a {
    color: #fff;
    text-decoration: none;
/*     position: absolute;
    bottom: 14%;
    left: 56px; */
    font-size: 18px;
    line-height: 24px;
}
section.Res_sec #residential-posts .residential-box .bxcntnt, section.Res_sec #commercial-posts .residential-box .bxcntnt {
    color: #fff;
    padding: 25px;
}
section.Res_sec #residential-posts .residential-box .bxcntnt .cntnthead, section.Res_sec #commercial-posts .residential-box .bxcntnt .cntnthead {
    display: flex;
    justify-content: space-between;
}
section.Res_sec #residential-posts .residential-box .bxcntnt .cntnthead p, section.Res_sec #commercial-posts .residential-box .bxcntnt .cntnthead p {
    margin: 0;
    font-size: 24px;
    line-height: 1;
}
section.Res_sec #residential-posts .residential-box .bxcntnt .cntnthead span, section.Res_sec #commercial-posts .residential-box .bxcntnt .cntnthead span {
    background: red;
    padding: 1px 5px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    display: none;
}
section.Res_sec #residential-posts .residential-box .bxcntnt .residential-list ul, section.Res_sec #commercial-posts .residential-box .bxcntnt .residential-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 10px;
}
section.Res_sec #residential-posts .residential-box .bxcntnt .residential-list ul li, section.Res_sec #commercial-posts .residential-box .bxcntnt .residential-list ul li {
    font-size: 16px;
    line-height: 33px;
}


/*--------------------------------------------------------------
# Who We Are SEC CSS
--------------------------------------------------------------*/
section.WW_sec {
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-bottom: 40px !important;
}
section.WW_sec h2 {
    font-size: 30px;
    line-height: 43px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    position: relative;
}
section.WW_sec p {
    font-size: 16px;
    line-height: 33px;
    color: #ffff;
}
section.WW_sec h2::before {
    position: absolute;
    content: '';
    top: 10px;
    left: 24%;
    width: 34px;
    height: 26px;
    background-image: url(inc/images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/*--------------------------------------------------------------
# IMAGE SEC CSS
--------------------------------------------------------------*/
section.img_sec {
    padding-bottom: 120px;
}


/*--------------------------------------------------------------
# TOOLS SEC CSS
--------------------------------------------------------------*/

section.tools_sec {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
section.tools_sec h2 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
section.tools_sec .tool-box {
    padding-top: 33px;
    padding-left: 33px;
    padding-bottom: 29px;
    border-radius: 5px;
    margin-bottom: 30px;
    background: rgb(30,93,13);
    background: linear-gradient(180deg, rgba(30,93,13,1) 0%, rgba(43,197,50,1) 100%);
}
section.tools_sec .tool-box .tools-cntnt h3 {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
}
section.tools_sec .tool-box .tools-cntnt  p {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 0 !important;
}
section.tools_sec .tool-box .tools-cntnt h3 i {
    font-size: 25px;
    margin-left: 10px;
    font-weight: 600;
}
section.tools_sec .col-md-4 a {
    text-decoration: none;
}
section.tools_sec .tools_row {
    margin-top: 50px;
}


/*--------------------------------------------------------------
# AGENTS PROFILE SEC CSS
--------------------------------------------------------------*/

section.Agent_sec {
    padding-top: 120px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-bottom: 73px !important;
}
section.Agent_sec h2 {
    font-size: 50px;
    line-height: 70px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    margin-bottom: 30px;
}
section.Agent_sec  p {
    font-size: 18px;
    line-height: 33px;
    color: #fff;
} 
section.Agent_sec::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1720px;
    height: 1px;
    background-color: #707070;
    margin: 0 auto;
    opacity: 50%;
}


/*--------------------------------------------------------------
# STAY IN TOUCH SEC CSS
--------------------------------------------------------------*/

section.Cntct_sec {
    padding-top: 0px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-bottom: 104px !important;
}
section.Cntct_sec h2 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
section.Cntct_sec h3 {
    font-size: 34px;
    line-height: 45px;
    margin: 0;
    font-style: italic;
    font-weight: 400;
}
section.Cntct_sec  .ContactForm {
    padding-top: 100px;
}
section.Cntct_sec .ContactForm input.wpcf7-text {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    margin-bottom: 50px;
    height: 45px;
    padding-left: 0;
    font-size: 20px;
}
section.Cntct_sec .ContactForm input.sbtn {
    background: transparent;
    border: none;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    position: relative;
}
section.Cntct_sec .ContactForm .submit-btn {
position: relative;
}
section.Cntct_sec .ContactForm .submit-btn:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 145px;
    width: 34px;
    height: 26px;
    background-image: url(inc/images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} 


/*--------------------------------------------------------------
# FOOTER SEC CSS
--------------------------------------------------------------*/

div#footer-widget {
    background-image: url(http://localhost/londa-Spurlock/wp-content/uploads/2024/10/FT.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 93px;
    padding-bottom: 77px;
    padding-left: 78px;
    padding-right: 100px;
}
div#footer-widget h3.widget-title {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    margin: 0;
    margin-bottom: 40px;
}
div#footer-widget .menu-footer-menu-container ul#menu-footer-menu {
    column-count: 2;
    display: block;
    list-style: disc;
    padding-left: 10px;
    color: rgb(255 255 255 / 50%);
}
div#footer-widget .menu-footer-menu-container ul#menu-footer-menu li a {
    padding: 0;
    font-size: 20px;
    line-height: 40px;
    color: rgb(255 255 255 / 50%);
    text-decoration: none;
    outline: none;
}
div#footer-widget .menu-footer-menu-container ul#menu-footer-menu li a:hover {
    background-color: transparent;
}
div#footer-widget .menu-footer-menu-container ul#menu-footer-menu li a:focus {
    background: transparent;
}
div#footer-widget p {
    color: rgb(255 255 255 / 50%);
    font-size: 14px;
    line-height: 28px;
}
div#footer-widget .zoom-social-icons-list--no-labels .zoom-social_icons-list__item a span.zoom-social_icons-list-span.social-icon {
    background-color: rgb(255 255 255 / 20%);
    border-radius: 5px;
}
div#footer-widget section#text-3 p a {
    color: rgb(255 255 255 / 50%);
}
div#footer-widget section#text-3 p:last-child a {
  font-size: 18px;
  line-height: 38px;
}
div#footer-widget .ft_4 .ContactForm input.wpcf7-email {
    border: none;
    background: rgb(30, 93, 13);
    background: linear-gradient(180deg, rgba(30, 93, 13, 1) 0%, rgba(43, 197, 50, 1) 100%);
    color: #fff;
    position: relative;
    height: 42px;
}
div#footer-widget .ft_4 .ContactForm input::placeholder {
    color: #fff;
}
div#footer-widget .ft_4 .ContactForm  br {
    display: none;
}
div#footer-widget .ft_4 .ContactForm  input.sbtn {
    font-size: 0;
    width: 38px;
    height: 38px;
    background-color: #E4E4E4 !important;
    border: transparent;
    position: absolute;
    top: 2px;
    right: 16px;
}
div#footer-widget .ContactForm .btn-primary {
 background-color: #E4E4E4 !important;
 border-radius: 3px;
 height: 38px;
 width: 38px;
 font-size: 0;
 background: url(inc/images/paper.png);
 background-repeat: no-repeat !important;
 background-position: center !important;
 position: absolute;
 right: 17px;
 top: 2px;
 border: transparent;
}
div#footer-widget .ft_1 {
    position: relative;
}
div#footer-widget .ft_2 {
    position: relative;
}
div#footer-widget .ft_3 {
    position: relative;
}
div#footer-widget .ft_1 p {
    width: 80%;
}
div#footer-widget .ft_1:before {
    position: absolute;
    top: 0;
    right: 60px;
    background-color: #707070;
    width: 1px;
    height: 100%;
    content: '';
}
div#footer-widget .ft_2:before {
    position: absolute;
    top: 0;
    right: 28px;
    background-color: #707070;
    width: 1px;
    height: 100%;
    content: '';
}
div#footer-widget .ft_3:before {
    position: absolute;
    top: 0;
    right: 70px;
    background-color: #707070;
    width: 1px;
    height: 100%;
    content: '';
}
div#footer-widget {
    position: relative;
}
div#footer-widget:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #707070;
}
div#footer-widget .ft_1 ul.zoom-social-icons-list--round {
    margin: 0;
}
footer#colophon {
    background-color: #171717 !important;
}
footer#colophon .site-info {
    text-align: center;
    font-size: 20px;
    color: #8C8C8A;
}
footer#colophon .site-info a {
    font-weight: 600;
    color: #37B34A;
}

/*--------------------------------------------------------------
## DESKTOP RESPONSIVE
--------------------------------------------------------------*/
@media only screen and (max-width: 1800px) {
section.Res_sec #residential-posts .residential-box::before, section.Res_sec #commercial-posts .residential-box::before {background-image: none;width: 100%;height: 100%;border: 1px solid #1E5D0D;}
}
@media only screen and (max-width: 1600px) {
header#masthead {
    padding-left: 50px;
    padding-right: 60px;
}
}
@media only screen and (max-width: 1400px) {
header#masthead {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
/*     section.Res_sec #residential-posts .residential-box .imgtext h2, section.Res_sec #commercial-posts .residential-box .imgtext h2 {
        font-size: 20px;
        bottom: 80px;
        left: 30px;
    } */
section.tools_sec .tool-box .tools-cntnt h3 {
    font-size: 25px;
}
section.tools_sec .tool-box .tools-cntnt p {
    font-size: 17px;
}
section.tools_sec .tool-box {
    padding-left: 20px;
}
div#footer-widget .ft_3:before {right: 20px;}

div#footer-widget .ft_2:before {
    right: 5px;
}

div#footer-widget .ft_1:before {
    right: 40px;
}
}


@media only screen and (max-width: 1366px) {
div#footer-widget {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
}
.single_commercial p {
    font-size: 18px !important;
    line-height: 33px !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px;
	margin: 0 8px;
}
.blog-wrap-rex .flexo-blogs p {
    font-size: 16px !important;
}
.navbar-brand {
    margin-left: 0px;
}

.Bnnr_sec {
    height: 850px;
}


.Bnnr_sec h1 {
    font-size: 100px;
    line-height: 100px;
}

section.Res_sec .residential-tabs button.residential-tab, section.Res_sec .commercial-tabs button.commercial-tab {
    margin-right: 15px;
}
section.Res_sec .residential-tabs, section.Res_sec .commercial-tabs {
    left: 0%;
    width: 100%;
    text-align: center;
}
section.Res_sec h2 {
    font-size: 40px;
}

section.WW_sec h2::before {
    left: 90% !important;
}

section.tools_sec h2 {
    font-size: 40px;
}

section.tools_sec .tool-box .tools-cntnt h3 {
    font-size: 20px;
}

section.tools_sec .tool-box .tools-cntnt p {
    font-size: 15px;
}

section.tools_sec .tool-box {
    padding-left: 10px;
}

section.Agent_sec h2 {
    font-size: 40px;
}

section.Agent_sec p {
    font-size: 16px;
}

section.Agent_sec p br {
    display: none;
}

section.WW_sec p {
	font-size: 16px;
	line-height: 33px;
}

section.Agent_sec {
    padding-top: 50px !important;
}

section.Cntct_sec h2 {
    font-size: 40px;
}

section.Cntct_sec h3 {
    font-size: 18px;
}

section.Cntct_sec .ContactForm {
    padding-top: 50px;
}

section.Cntct_sec .ContactForm input.sbtn {
}

section.Cntct_sec {
    padding-bottom: 50px !important;
}

section.img_sec {
    padding-bottom: 80px;
}

section.Res_sec {
    padding-bottom: 70px !important;
}
section.vc_section.oth_sec .oth-serv p {
    font-size: 16px;
}
section.vc_section.oth_sec .oth-serv p {
	font-size: 16px !important;
}
}
/* Breadcrum Css */

.breadcrumbs {
  padding-top: 190px;
  padding-bottom: 150px;
  text-align: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.breadcrumbs h1 {
  margin: 0px;
  font-size: 40px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 3px;
}

.breadcrumbs h1::before {
  content: " ";
  width: 40%;
  height: 6px;
  background-color: #3aba3d;
  display: block;
  bottom: -5px;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  animation: underline-run-ani 6s ease-in-out infinite alternate !important;
  border-radius: 10px;
}

.breadcrumbs h1:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -16px;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: relative;
  display: block;
}


@keyframes underline-run-ani {
  0% {
    transform: translateX(90px);
  }

  100% {
    transform: translateX(-90px);
  }
}
.breadcrumbs {
    position: relative;
}

.breadcrumbs:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(175deg, #ffffff, transparent);
    z-index: 0;
    opacity: 0.5;
}

/* Contact Page Css */

.ed-row {
  border-bottom: 3px solid #000;
  margin-bottom: 60px;
}

.cnt-info .vc_column-inner>.wpb_wrapper {
  background: #feddd5 !important;
  padding: 20px 20px 20px 20px;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #FF671F;
  border-radius: 10px;
}

.cnt-info .vc_column-inner>.wpb_wrapper {
  background: #38b03957 !important;
  padding: 34px 20px 34px 20px;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #2a7b23;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 6px 21px 0px #80808038;
  color: #fff;
  height: 160px;
}

.cnt-info h2.vc_custom_heading {
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

.cnt-info p,
.cnt-info a {
  text-decoration: none !important;
  color: #fff !important;
  font-weight: 500;
}

.cnt-info .wpb_text_column {
  margin-bottom: 10px;
}

.contact-img img {
  filter: brightness(0.5);
}

.contactSec input.wpcf7-form-control, .contactSec textarea.form-control {
  color: #fff;
  background: transparent !important;
  padding: 22px;
}

.cnctCol input.btn {
  color: #be9759F !important;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  height: 50px;
  padding: 0px !important;
  transition: all 0.4s;
  padding-top: 33px;
  padding-left: 33px;
  padding-bottom: 29px;
  border-radius: 5px;
  margin-bottom: 30px;
  background: linear-gradient(180deg, rgba(30, 93, 13, 1) 0%, rgba(43, 197, 50, 1) 100%) !important;
  border: none !important; 
  &:
  hover{
    color: #ffffff !important;
  background: #FF671F !important;
  }
}

section.vc_section.map-sec .wpb_gmaps_widget {
  padding: 0px !important;
  margin: 0px !important;
}

.com-sec-img img {
  border-radius: 100% !important;
}

section.vc_section.contactSec.cnt-pg-sec1 {
    color: #fff;
}
/* Resource page */
.clients-pg-sec1 {
    color: #fff;
    line-height: 2;
}
.clients-pg-sec1 .wpb_single_image.com-sec-img {
    margin: 0 !important;
}
.clients-pg-sec2 div {
    color: #fff !important;

}
.clients-pg-sec2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}
.clients-pg-sec2 {
    background-attachment: fixed;
}
li.prop_spec span:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
    margin-left: 5px;
}
/*Commercial Archive Css*/
.commercial_archive h2.category_title {
    color: #fff !important;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    width: fit-content;
    border-bottom: 1px solid #fff;
    padding: 0 5px;
}
.commercial_archive {
    padding-top: 100px;
}
.commercial_archive .residential-box:before {
    margin: 0 !important;
}
/*Commercial Single*/
.gallery_container  .owl-stage-outer {
    overflow: hidden;
}

.gallery_container .owl-stage-outer .owl-stage {
    display: flex;
}

.gallery_container img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}
.single_commercial {
    padding-top: 100px;
}
.single_commercial .image_gal {
    position: relative;
}
.single_commercial .image_gal .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
}
.single_commercial .image_gal .owl-nav button {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 15px;
    outline: none;
    opacity: 0;
    transition: all 0.5s;
}
.single_commercial .image_gal:hover .owl-nav button {
    opacity: 1;
}
.single_commercial  .gallery_container {
    position: relative;
}
.single_commercial .gallery_container .total_gallery_img {
    background: #FFF !important;
    border: 1px solid #d0d0d0 !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px !important;
    padding: 0 20px !important;
    display: inline-block;
    transition: all 0.2s ease !important;
    border-radius: 8px;
    font-weight: 700;
    position: absolute;
    bottom: 4%;
    left: 2%;
}
.single_commercial {
    color: #fff;
}
.single_commercial h3.title {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.4px;
    color: #fff;
    margin-top: 0;
}
.single_commercial span.city_txt {
    line-height: 2;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}
.single_commercial  .col-lg-6.right .price {
    text-align: right;
    font-size: 18px;
    font-weight: 600;
}
.single_commercial  .col-lg-6.right .sold_tag {
    justify-content: end;
    padding-bottom: 10px;
}
.single_commercial .sold_tag .fill {
    font-size: 12px;
    height: 22px;
    text-align: center;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 3px;
    border: 1px solid #018361;
    background-color: #FFF;
    color: #018361;
}
.single_commercial .sold_tag  .active {
    font-size: 12px;
    height: 22px;
    text-align: center;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 3px;
    background-color: #018361;
    color: #FFF;
}
.single_commercial .gallery_container .total_gallery_img {
    color: #000;
}
.single_commercial .head_comm {
    background-color: #dfe4f2b0 !important;
    border-radius: 4px;
    padding: 14px 16px;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 20px;
    display: block !important;
    color: #212529 !important;
    margin-top: 20px;
}
.single_commercial .head_comm h4 {
    font-weight: 600;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
}
.single_commercial .desc_list_comm .cont {
    margin-bottom: 20px;
    display: flex;
    font-size: 18px;
}
strong.subt-head {
    font-size: 20px;
    line-height: 30px;
}
.single_commercial .desc_list_comm .cont strong {
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 400;
    width: 50%;
}
ul.d-flex.justify-content-between.list-unstyled li {
    width: 100%;
}
.list-unstyled li {
    border-bottom: 1px solid #ffffff42;
    padding-bottom: 20px;
    padding-top: 15px;
}
.transport_list i {
    font-size: 20px;
    line-height: 32px;
    margin-right: 5px;
}
.list-unstyled li {
    border-bottom: 1px 
solid #ffffff1f;
    padding-bottom: 20px;
    margin-top: 10px;
}
.single_commercial .desc_list_comm .cont span {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    width: 50%;
}
.single_commercial .desc_list_comm .cont {
    display: flex;
    align-items: flex-end;
}

.single_commercial .summary_cont p {
    column-count: 2;
    column-gap: 40px;
    font-size: 18px;
}

.single_commercial p {
    font-size: 20px;
    line-height: 2;
}
.cont_below .cont strong {
    width: fit-content !important;
    font-weight: 600 !important;
    padding-right: 10px;
}
.cont_below {
    display: flex;
}
.cont_below .cont span {
    width: fit-content !important;
    font-weight: 400 !important;
}
.cont_below .cont {
    margin-right: 55px;
    opacity: 0.8;
}
a.theme_btn, .theme_btn .vc_general {
    display: block;
    padding: 20px 30px !important;
    border-radius: 5px !important;
    background: rgb(30, 93, 13);
    background: linear-gradient(180deg, rgba(30, 93, 13, 1) 0%, rgba(43, 197, 50, 1) 100%) !important;
    color: #fff !important;
    width: fit-content !important;
    font-size: 18px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.5s !important;
    border: none !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
a.theme_btn:hover,.theme_btn .vc_general:hover {
    background: linear-gradient(357deg, rgba(30, 93, 13, 1) 0%, rgba(43, 197, 50, 1) 100%) !important;
    color: #fff  !important;
    text-decoration: none  !important;
}
.lot_available h3 {
    color: #206f13;
}
.banner-sec-agent {
    padding-top: 50px;
}
.contact_col {
    padding-top: 70px;
}
.req_form .lead_form_div {
    border-radius: 4px;
    padding: 1rem;
    box-shadow: 0 0 16px 3px #ffffff61;
    font-size: 14px;
}
.req_form .lead_form_div button#ebutton {
    display: block;
    padding: 13px !important;
    padding-left: 33px;
    border-radius: 5px;
    background: rgb(30, 93, 13);
    background: linear-gradient(180deg, rgba(30, 93, 13, 1) 0%, rgba(43, 197, 50, 1) 100%);
    color: #fff;
    width: fit-content;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s;
    width: 100%;
    border: none;
    letter-spacing: 4px;
}
.req_form .lead_form_div .mb-1.mt-4.font_size--small.font-weight-semibold.theme_text {
    font-weight: 600;
    font-size: 12px;
}
.req_form .lead_form_div p.font_size--small_extra {
    font-size: 11px;
    margin: 0;
}
.single_commercial .row {
    position: relative;
}
.single_commercial .row .col-4.req_form {
    position: sticky;
    top: 40% !important;
 
}
.single_commercial .sold_tag .active.deactive {
    background: red;
}

.single_commercial .sold_tag .fill.red {
    color: red;
    border: red;
}


/* Banner Video Css */
.video_div {
    width: 100%;
    margin: 0 !important;
/*     height: 1070px; */
}
.video_div video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.vc_section.Bnnr_sec {
    padding-top: 0 !important;
}
section.vc_section.Bnnr_sec .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
}

.Bnnr_sec {
    height: unset !important;
    padding-bottom: 0 !important;
}
.navbar-brand {
    text-align: center;
}

/* .navbar-brand img {
    width: 100px;
}
 */
header#masthead .col-lg-2.pr-0.pl-0 {
    text-align: center;
}

.what-img {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1.2s infinite alternate;
  margin-top: 20px
}

 @-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
@keyframes mover {
  0% { transform: translateY(20); }
  100% { transform: translateY(-20px); }
}


section.WW_sec .fwdq::before {
    position: absolute !important;
    left: 44%;
}



/* Single Post Commercial Css */
.available_space_header {
    color: #000;
    text-transform: uppercase;
    background-color: #ebebeb;
    height: 44px;
    border-radius: 4px 4px 0 0;
    z-index: 10;
    /* position: absolute; */
    width: 100%;
    font-weight: normal;
    
    padding-top: 5px;
}
.available_space_header h6.vc_custom_heading {
    margin: 0 !important;
}
h6.vc_custom_heading.vc_do_custom_heading {
    font-size: 18px;
    font-family: 'Poppins' !important;
    font-weight: 700;
    line-height: 2;
}
.available_space_row {
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    border-top: 0;
    transition: margin .3s ease-in-out, border-radius .3s;
    margin-bottom: 10px;
}
.available_space_data {
	padding: 2px 0;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;	
    cursor: pointer;
}

.available_space_data p.vc_custom_heading {
    margin: 0;
    font-size: 16px;
    font-weight: 400 !important;
    font-family: 'Poppins' !important;
}

.available_space_data p.vc_custom_heading br {
    display: none;
}

.banner-sec-agent {
    padding-left: 30px !important;
}
.available_space_cont {
    padding: 15px 0;
}

.available_space_cont .wpb_wrapper {
    margin: 0 !important;
}

.available_space_cont .wpb_wrapper ul {
    padding-left: 20px;
}

.available_space_cont .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin: 0;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.available_space_cont {
    display: none;
}
.available_space_cont .owl-stage-outer {
    overflow: hidden;
}

.available_space_cont .owl-stage {
    display: flex;
}

.available_space_cont li.isotope-item {
    position: unset !important;
}

.available_space_cont li.isotope-item {
    float: unset !important;
    position: unset !important;
}

.available_space_cont .owl-nav {
    position: absolute;
    bottom: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.available_space_cont ul.wpb_image_grid_ul.owl-loaded.owl-drag {
    height: unset !important;
    padding: 0;
}

.available_space_cont .owl-nav button {
    background: no-repeat;
    box-shadow: none;
    border: none;
    font-size: 20px;
    background: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}
.fixed_header.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background: #000;
    padding-top: 50px;
}

.fixed_header {
    transition: all 0.5s;
}

.single_commercial .row {
    position: relative;
    overflow: visible;
    display: flex;
}

.contact_col {
    !i;!;
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 20%;
}
.health_table table.custom-table tr td {
    width: 38%;
}
.transport-rw-end .vc_col-sm-3 p {
    font-size: 20px;
}
.banner-sec-agent {
    height: fit-content;
}

html, body {
    overflow-x: hidden;
}
.single_commercial ul li {
    font-size: 18px;
    line-height: 34px;
}
.single_commercial ul li::marker {
    color: #24881d;
}
.single_commercial a {
    color: #fff;
    text-decoration: none;
}
.single_commercial a i {
    margin-left: 20px;
}
.high-row .high-list ul li {
    color: #fff;
}
.high-row .high-list ul {
	column-count: 2;
}
.high-row h2.spaces-head {
    color: #fff;
}

.property-over-sec {
    padding-top: 40px;
}
.property-over-sec .property-head {
    color: #fff;
}
.property-over-sec .property-list ul {
    column-count: 4;
}
.facts-listing .proper-list ul li {
    list-style: none;
}
.facts-listing .proper-list ul {
    padding-left: 0;
}
.facts-listing .proper-list-bold ul li {
    font-weight: 500;
}
table.custom-table tr td {width: 45%;}
table.custom-table tr th {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 20px;
}
table.custom-table tr td {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding-top: 10px;
}
table.custom-table-two tr td {
    width: 45%;
}

.transport-rw-end {
    padding-top: 50px;
}
.hm-btn .vc_general{
    display: block;
    padding: 20px 30px !important;
    border-radius: 5px !important;
    background: rgb(30, 93, 13);
    background: linear-gradient(180deg, rgba(30, 93, 13, 1) 0%, rgba(43, 197, 50, 1) 100%) !important;
    color: #fff !important;
    width: fit-content !important;
    font-size: 18px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.5s !important;
    border: none !important;
    margin-bottom: 20px;
    text-align;
    text-align: left;
    margin: 0 auto;
}
.residential-box img {
    width: 100%;
}
.residential-list {
    display: none;
}
.ft_1 #media_image-2 {
    width: 60%;
}
.vc_section.clients-pg-sec1 h2 {
    color: #fff !important;
}
div#commercial-posts P {
    COLOR: #ffffff82;
}

.bxcntnt {
    display: none;
}
section.vc_section.oth_sec {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
}
section.vc_section.oth_sec .oth-serv p {
    color: #fff;
    font-size: 16px;
    line-height: 33px;
}
section.vc_section.oth_sec h2 {
    font-size: 30px;
    line-height: 43px;
    font-weight: 500;
}
section.vc_section.oth_sec .oth-serv strong {
    color: #39b248;
}


.blog-wrap-rex {
    display: flex;
}

.blog-wrap-rex .flexo-blogs {
    margin-left: 30px;
}

.blog-wrap-rex .flexo-blogs h3 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}

.blog-wrap-rex .flexo-blogs p {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 10px;
}

.blog-wrap-rex .flexo-blogs h6 {
    COLOR: #ffffff61;
    FONT-SIZE: 15PX;
    LINE-HEIGHT: 20PX;
}
.blog-wrap-rex .flexo-blogs a {
    color: #fff;
}
.blog-thumbs {
    width: 30%;
    flex: 30% 0 0;
    margin-bottom: 50px;
}
html {
    scroll-behavior: smooth;
}

section.vc_section.Res_sec div#commercial-posts {
    padding-top: 120px;
}
.weLogo img {
    max-width: 360px !important;
    filter: brightness(1.5);
}
.abt-img img {
   max-width: 360px !important;
    filter: brightness(1.5);
}
.dbr img {
    width: 360px;
    height: 360px !important;
    object-fit: scale-down;
}
.anim-img img {
    width: 220px;
    height: 220px !important;
    object-fit: scale-down;
}

@media only screen and (max-width: 1199px) {
.navbar-brand {
    width: 20%;
}
.col-lg-2.pr-0.pl-0 {
    max-width: 100%;
}
header#masthead {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
button.navbar-toggler {
    float: right;
}
div#main-nav {
    position: fixed;
    background: #fff;
    padding: 30px;
    border-radius: 0 20px 20px 0;
    top: 0;
    left: 0;
    height: 100vh;
    width: 34%;
    transform: translateX(-100%);
    transition: 0.5s ease-in-out !important;
}
div#secondary_menu {
    display: block !important;
}
nav.navbar {
    display: block;
}
div#main-nav.show {
    transition: 0.5s ease-in-out !important;
    transform: none;
    padding-top: 100px;
}
.collapse:not(.show) {
    display: block !important;
}
.Srch_sec .vc_custom_1736199744220 {
    margin: 0 !important;
}
section.Res_sec .residential-tabs, section.Res_sec .commercial-tabs {width: 100%;left: 0;text-align: center;}
section.Res_sec {
    padding-bottom: 0 !important;
}
section.Cntct_sec h2 {
    font-size: 34px;
}
.dbr img {
    width: 300px;
}
section.Res_sec {
    padding-top: 50px !important;
}
.commercial_archive h2.category_title {
    font-size: 30px;
    line-height: 1;
}
section.Res_sec #residential-posts .residential-box .imgtext h2, section.Res_sec #commercial-posts .residential-box .imgtext h2 {
    font-size: 26px;
    padding: 10px;
    line-height: 1.5;
}
section.Res_sec #residential-posts .residential-box .imgtext, section.Res_sec #commercial-posts .residential-box .imgtext {
    padding-bottom: 0;
}
.bxcntnt {
    display: none;
}
}

@media only screen and (max-width: 991px) {
section.Res_sec .residential-tabs button.residential-tab, section.Res_sec .commercial-tabs button.commercial-tab {
    padding: 10px 20px;
}
section.Res_sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
section.Res_sec .residential-tabs, section.Res_sec .commercial-tabs {
    position: unset;
    text-align: center;
}
section.Srch_sec .srchbtns a {
    padding: 7px 14px;
}
section.Srch_sec {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
}
section.vc_section.Res_sec div#commercial-posts {
    padding-top: 20px;
}
section.vc_section.oth_sec {
    padding: 0;
}
.hm-btn .vc_general {
    padding: 10px 15px !important;
}
section.img_sec {
    padding-bottom: 40px !important;
    padding-top: 40px;
}
section.Cntct_sec h2 {
    font-size: 23px;
}
section.Cntct_sec {
    padding: 0 !important;
}
section.Cntct_sec .ContactForm input.wpcf7-text {
    height: 100%;
    margin-bottom: 20px;
    font-size: 18px;
}
section.Cntct_sec .ContactForm input.sbtn {
    font-size: 24px;
}
section.Cntct_sec .ContactForm .submit-btn:before {
    width: 30px;
    top: 15px;
}
div#footer-widget {
    padding: 0;
}
div#footer-widget .menu-footer-menu-container ul#menu-footer-menu li a {
    font-size: 16px;
}
div#footer-widget h3.widget-title {
    font-size: 20px;
}
footer#colophon .site-info {
    font-size: 18px;
}
section.WW_sec {
    padding-left: inherit !important;
    padding-right: inherit !important;
    padding-top: 50px !important;
}
section.WW_sec h2 {
    margin-bottom: 20px !important;
}
.commercial_archive h2.category_title {
    font-size: 24px;
}
section.Res_sec #residential-posts .residential-box .imgtext h2, section.Res_sec #commercial-posts .residential-box .imgtext h2 {
    font-size: 22px;
}
.blog-wrap-rex .flexo-blogs h3 {
    font-size: 22px;
}
}

@media only screen and (max-width: 767px) {
.navbar-brand {
    width: 40%;
}
section.Res_sec .residential-tabs, section.Res_sec .commercial-tabs button:nth-child(6) {
    margin-top: 15px;
}
section.vc_section.oth_sec h2 {
    text-align: center !important;
}
section.vc_section.oth_sec .oth-serv p {
    text-align: center;
}
.hm-btn {
    text-align: center !important;
}
.weLogo img {
    max-width: 240px !important;
    height: 100px !important;!i;!;
    margin-bottom: 30px;
}
.abt-img img {
    max-width: 180px !important;
}
section.Cntct_sec h2, section.Cntct_sec h3 {
    text-align: center !important;
}
section.Cntct_sec .ContactForm .submit-btn:before {
    top: 12px;
}
.ft_1 #media_image-2 {
    width: 100%;
    text-align: center;
}
div#main-nav {
    width: 38%;
}
div#footer-widget h3.widget-title {
    text-align: center;
}
div#footer-widget .menu-footer-menu-container ul#menu-footer-menu {
    column-count: 1;
    text-align: center;
    padding: 0;
    list-style: none;
}
.ft_1 #media_image-2 img {
    width: 40%;
}
div#footer-widget p {
    text-align: center;
}
div#footer-widget .ft_1:before {
    display: none;
}
div#footer-widget .ft_2:before {
    display: none;
}
div#footer-widget .ft_3:before {
    display: none;
}
.breadcrumbs {
    padding-top: 100px;
    padding-bottom: 100px;
}
.weLogo {
    margin-bottom: 0;
}
section.WW_sec h2 {
    text-align: center !important;
}
section.WW_sec p {
    text-align: center;
}
section.WW_sec p:last-child {
    margin-bottom: 30px !important;
}
.cnt-info .vc_column-inner>.wpb_wrapper {
    margin-bottom: 20px;
}
.contact-img img {
    margin-bottom: 30px !important;
}
.page-id-15 div#footer-widget {
    padding-top: 40px;
}
.vc_section.estate-sec {
    padding-top: 20px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.blog-wrap-rex .flexo-blogs h3 {
    font-size: 18px;
}
.blog-wrap-rex {
    display: block;
    text-align: center;
}
.blog-thumbs {
    width: 100%;
    margin-bottom: 20px;
}
.blog-thumbs img {
    width: 40%;
    margin-top: 20px;
}
}

@media only screen and (max-width: 575px) {
.navbar-brand {
    width: 50%;
}
div#main-nav {
    width: 63%;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 14px;
}
section.Res_sec .residential-tabs button.residential-tab, section.Res_sec .commercial-tabs button.commercial-tab {
    padding: 10px 15px;
}
.breadcrumbs h1 {
    font-size: 30px;
}
}