/*
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: "Outfit", 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-family: "Playfair Display", serif;
}
h1 {
    font-size: 50px;
	line-height: 60px;
	color: #46b3b8;
    padding-bottom: 10px;
	font-weight: bold;
	margin: 0;
	font-family: "Playfair Display", serif;
}
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 {
	color: #1BA1A8;
	font-size: 24px;
	line-height: 34px;
}

p {
	color: #5a5a5a;
	font-size: 18px;
	line-height: 28px;
}
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: transparent;
    padding: 15px 0 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

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

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

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

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

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
li#menu-item-26 a {
    padding: 14px 46px !important;
    background: #1BA1A8;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
}

li#menu-item-26 {
    margin: 0 10px 0 14px;
}

li#menu-item-26 a:hover {
    background: #fff;
    border-color: #fff;
    color: #1ba1a8 !important;
    transform: translate(0px, -10px);
}
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #ffffff;
    padding: 14px 16px;
    font-weight: 400;
    font-size: 18px;
}

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: 400;
    position: relative;
}

#masthead .navbar-nav > li.current_page_item > a::after {
    content: '';
    position: absolute;
    background: #1BA1A8;
    width: 7px;
    height: 7px;
    border-radius: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 2px;
}

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

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



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

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

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


/* //=======================================================
		Custom CSS Start
//====================================================== */

body .container {
	width:1520px;
	max-width:1520px;
}
#Home-sect1 {
    padding-top: 22%;
    padding-bottom: 16%;
	background-attachment: fixed;
}
#Home-sect1 h1 {
    font-size: 150px;
    line-height: 160px;
    margin: 0;
    padding: 0;
	font-weight: 500;
}

#Home-sect1 p {
	color: #fff;
	margin: 0 auto;
	width: 46%;
}

#Cstm-Btn a {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding: 14px 44px;
    border-radius: 10px;
    background-color: #1BA1A8;
    border-color: #1BA1A8;
    transition: all 0.4s ease-in-out;
}

#Cstm-Btn a:hover {
    background-color: #fff;
    border-color: #fff;
    transform: translate(0px, -10px);
    color: #37adb3;
}

.Contact-Form input {
    border: 2px solid #F6F6F6;
    background: transparent;
    padding: 22px;
    border-radius: 10px;
}

.Contact-Form select {
    border: 2px solid #F6F6F6;
    background: transparent;
    padding: 22px;
    border-radius: 10px;
}

.Contact-Form label {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
}

div#sect2-col2 {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px;
    margin-top: 5%;
    width: 45%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

div#sect2-col2 h1 {
    font-size: 35px;
    line-height: 45px;
    padding: 0 0 26px;
}

.Contact-Form .wpcf7-submit {
    font-size: 18px !important;
    line-height: 28px;
    color: #fff !important;
    padding: 14px 44px !important;
    border-radius: 10px;
    background-color: #1BA1A8 !important;
    border-color: #1BA1A8 !important;
    transition: all 0.4s ease-in-out;
    width: 100%;
    margin-top: 40px;
}

.Contact-Form .form-control:focus {
    color: #666666;
    background-color: #fff;
    border-color: #F8F8F8;
    outline: 0;
    box-shadow: none;
}
#Home-sect2::after {
    content: '';
    position: absolute;
    background: #F8F8F8;
    width: 100%;
    height: 740px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
#sect2-col1 {
    margin-top: 14%;
}
#home-sect3 h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 10px;
    font-weight: bold;
}

#home-sect3 h1 {
    padding-bottom: 50px;
}

#home-sect3 {
    padding-top: 7%;
    padding-bottom: 8%;
}
#home-sect3 .vc_col-sm-4 {
    position: relative;
    padding: 0 30px 0 20px;
}
#home-sect3 .vc_col-sm-4::after {
    content: '';
    position: absolute;
    background: #707070;
    height: 150px;
    width: 1px;
    left: 0;
    top: 50%;
}
section#Home-sect2 {
    padding-bottom: 3%;
}

#Cstm-Btn2 a {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding: 14px 44px;
    border-radius: 10px;
    background-color: #1BA1A8;
    border-color: #1BA1A8;
    transition: all 0.4s ease-in-out;
}

#Cstm-Btn2 a:hover {
    background-color: transparent;
    border-color: #1BA1A8;
    transform: translate(0px, -10px);
    color: #37adb3;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#home-sect3 #Cstm-Btn2 {
    padding-top: 75px;
}
div#ccc::after {
    display: none;
}

#Home-sect5 h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px;
}

#Home-sect5 p {
    color: #333333;
    width: 95%;
    margin: 0;
	margin-left: -6px;
}

#Home-sect5 h1 {
	padding-bottom: 90px;
	font-size: 60px;
}

#Home-sect5 {
    padding-top: 8%;
    padding-bottom: 8%;
    margin-top: 10%;
}

#Home-sect5 .vc_col-sm-3 {
    position: relative;
}

#Home-sect5 .vc_col-sm-3::after {
    position: absolute;
    content: '';
    background: #707070;
    width: 1px;
    height: 122px;
    left: -8%;
}

#sect-col1::after {
    display: none;
}
#Home-sect5 #Cstm-Btn2 a {
    padding: 14px 66px;
}

#Home-sect5 #Cstm-Btn2 {
    padding-top: 85px;
}

div#FAQ {
    border-bottom: 1px solid #D5D5D5;
}
#FAQ .vc_toggle_icon {
    position: absolute;
    left: 92%;
    background-color: #1BA1A8;
    padding: 20px;
    border-radius: 30px;
    color: #fff !important;
}
div#FAQ h4 {
    font-size: 20px;
    line-height: 60px;
}

#Home-Sect6 h1 {
    padding-bottom: 70px;
}

section#Home-Sect6 {
    padding-top: 9%;
    padding-bottom: 10%;
}
div#comments {
    display: none;
}

p#Blog-Date {
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0 12px;
    text-decoration: none;
}

.Blog_Content h6 {
    color: #333333;
    font-size: 28px;
    line-height: 38px;
    width: 80%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: 600;
}

.Blog_Content a:hover {
    text-decoration: none !important;
}

p#Blog-Date:hover {
    text-decoration: none !important;
}

p#blogs-admin {
    display: none;
}
p#Blog-categories a {
    font-size: 20px;
    color: #1BA1A8;
    font-weight: 500;
}

p#Blog-categories i {
    background: #1BA1A8;
    color: #fff;
    font-size: 14px;
    padding: 5px 6px;
    border-radius: 40px;
}

p#Blog-categories {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

#Home-sect7 h1 {
    padding-bottom: 50px;
}

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

#owl_custom2 .owl-nav button {
    border: 1px solid #333333;
    width: 49px;
    height: 49px;
    border-radius: 30px;
}

#owl_custom2 .owl-prev {
    position: absolute;
    top: 30%;
    left: -6%;
}

#owl_custom2 .owl-next {
    position: absolute;
    top: 30%;
    right: -6%;
}

#Home-sect7 {
    padding-top: 10px;
    padding-bottom: 100px;
}

#Home-sect7 #Cstm-Btn2 a {
    padding: 14px 60px;
}
#Home-sect7 #Cstm-Btn2 {
    padding-top: 50px;
}

/* Footer CSS */

footer#colophon {
    display: none;
}
#footer-widget {
    background: url(https://nreyhomesreimagined.com/wp-content/uploads/2024/05/Group-28275-1.png) no-repeat;
    padding-top: 60px;
    position: relative;
}
#footer-widget h3 {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 30px;
}
#footer-widget .nav-link {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding: 0 0 18px;
	background-color: transparent !important;
}
#footer-widget .nav-link:hover {
    background-color: transparent;
    color: #fff;
}

div#footer-widget p {
    color: #fff;
}

section#text-2 p {
    width: 100%;
	font-size: 16px;
	line-height: 26px;
}
#menu-follow-us {
    flex-direction: row !important;
    gap: 32px;
}
section#text-3 p {
    text-align: center;
    margin: 0;
}

section#text-3 a {
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}
section#text-3 {
    margin: 20px 0 15px;
}
#footer-widget::after {
    content: '';
    position: absolute;
    background: #707070;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 60px;
}
.foot1 {
    display: grid;
    justify-content: center;
    margin-top: 4%;
}
.foot2 {
    display: grid;
    justify-content: end;
    margin-top: 4%;
}
.BlogsMain img {
    transition: 0.4s;
    overflow: hidden;
}
.BlogsMain img:hover {
    transform: translate(0,-10px);
}
#Home-Sect6 .vc_single_image-wrapper {
    overflow: hidden;
}
#Home-Sect6 img {
    transition: 0.8s;
}
#Home-Sect6 img:hover {
    transform: scale(1.1);
    border-radius: 20px;
}
section#Home-sect4 img {
    transition: 0.8s;
}
section#Home-sect4 img:hover {
    transform: translate(0, -20px);
}
/*--------- BREADCRUMBS-CSS --------*/
.breadcrumbs {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 200px 0;
    text-align: center;
}
.breadcrumbs h1 {
    color: #fff;
    font-size: 60px;
    line-height: 80px;
    margin: 0;
    padding: 0;
}
.breadcrumbs span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.breadcrumbs i {
    margin: 0 12px;
    color: #1ba1a8;
}
/*------- WORK-PAGE --------*/
.WorkPage {
    padding-top: 100px;
    padding-bottom: 100px;
}
.WorkPage p strong {
    font-size: 24px;
    background: #1ba1a8;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
}
.WorkPage h3 {
    margin: 0;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 500;
}
.WorkPage .vc_col-sm-6 .vc_column-inner > .wpb_wrapper {
    background: #fff;
    box-shadow: 0 10px 20px 0 #0000001f;
    border-radius: 12px;
    padding: 60px 50px;
    position: relative;
}
.stepsRow {
    position: relative;
}
.stepsRow::before {
    content: '';
    border: 2px dashed #1ba1a8;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.WorkPage .vc_col-sm-4:last-child .vc_column-inner > .wpb_wrapper::before {
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    right: -7%;
    top: 33%;
    font-size: 40px;
    color: #1ba1a8;
}
.WorkPage .vc_col-sm-4:first-child .vc_column-inner > .wpb_wrapper::before {
    content: '\f0d9';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    font-size: 40px;
    color: #1ba1a8;
    left: -7%;
    top: 33%;
}
/*-------- AREAS-PAGE -------*/
.AreasPage {
    padding-top: 100px;
    padding-bottom: 100px;
}
.AreasPage .vc_col-sm-3 .vc_column-inner > .wpb_wrapper {
    background: #1ba1a824;
    padding: 60px 0;
    border-radius: 10px;
    transition: linear 0.5s;
    cursor: pointer;
}
.AreasPage h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.AreasPage .vc_col-sm-3 .vc_column-inner > .wpb_wrapper:hover {
    transition: linear 0.5s;
    transform: translateY(-10px);
}
/*--------- CONTACT-PAGE --------*/
.info_Box {
    padding: 20px 30px;
    border-radius: 12px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.info_Box .info_list ul li {
    line-height: 50px;
    font-size: 18px;
    transition: all 0.5s;
}
.info_Box .info_list ul li i {
    margin-right: 20px;
    color: #1BA1A8 !important;
    color: transparent;
    background-clip: text;
}
.info_Box .info_list ul li a {
    color: #000;
    transition: all 0.5s;
}
.info_Box .info_list ul li a:hover {
    color: #1BA1A8;
    padding-left: 15px;
}
.contact_page_sec {
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact-form input,.contact-form textarea {
    background: transparent !important;
    border-radius: 3px;
    height: 52px;
    margin-bottom: 10px;
    padding: 0 20px;
    color: #999999;
}
.contact-form textarea {
    height: 150px;
    padding: 20px 20px;
}
.contact-form input.btn-primary {
    margin: 0;
    background: #1BA1A8 !important;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    border: 0;
}
.form-control:focus {
    box-shadow: none;
    border: 1px solid #1BA1A8;
}
.info_Box .info_list ul {
    list-style: none;
    padding: 0;
	margin: 0;
}
.info_Box .info_list ul li svg {
    margin-right: 10px;
}
.google_map .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}
.google_map .wpb_gmaps_widget .wpb_wrapper iframe {
    filter: grayscale(1);
}
.contact-form input::placeholder{
    color: #999999;
}
.contact-form p {
    margin-bottom: 0;
}
/*-------- PRIVACY-POLICY ---------*/
.PrivacyPolicyPg h2 {
    font-family: 'Menda-Bold';
}
.PrivacyPolicyPg ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.PrivacyPolicyPg ul li {
    font-size: 18px;
    color: #999999;
    position: relative;
    padding-left: 20px;
    line-height: 42px;
}
.PrivacyPolicyPg ul li::before {
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    color: #1BA1A8;
}
.PrivacyPolicyPg p a {
    font-weight: 600;
    color: #1BA1A8;
    border-bottom: 1px solid #1BA1A8;
}
.PrivacyPolicyPg {
    padding-top: 100px;
}
#Home-sect5 .vc_col-sm-3::after {
    right: 6%;
	left: unset;
}
#Home-sect5 .vc_col-sm-3:last-child::after {
    left: -6%;
}

.Conta_Icons {
    display: flex;
	padding-left: 125px;
}

.TestimonialMain {
    font-size: 24px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10%;
    font-family: 'Playfair Display';
	align-content: center;
}

.MainImg.imgtst img {
    border-radius: 100px;
    width: 9%;
    display: block;
    margin-right: auto;
}

.inner-page h1 {
    color: #333333;
}

.WorkPage h1 {
    color: #333333;
}
ul#menu-contact-us i {
    margin-right: 10px;
}
div#w-col::after {
    display: none;
}
.CounImg img {
    border-radius: 20px;
    height: 240px !important;
    object-fit: cover;
    object-position: center;
    transform: scale(1.1);
    transition: transform .5s ease-in-out;
}

.CounImg {
    margin: 0 20px 20px;
    overflow: hidden;
    border-radius: 21px;
}

.CounImg img:hover {
    transform: scale(1);
}



/* Responsive Start */
@media only screen and (max-width: 1600px) {
	#Home-sect1 {
    padding-top: 20%;
    padding-bottom: 10% !important;
}
#Home-sect1 h1 {
    font-size: 100px;
    line-height: 110px;
}
h1 {
    font-size: 40px;
    line-height: 50px;
}
#home-sect3 {
    padding-top: 5%;
    padding-bottom: 5%;
}
#home-sect3 h2 {
    font-size: 26px;
}
#Home-sect5 {
    padding-top: 5%;
    padding-bottom: 5%;
    margin-top: 5%;
}
#Home-sect5 h1 {
    font-size: 45px;
    padding-bottom: 50px;
}
#Home-sect5 #Cstm-Btn2 {
    padding-top: 50px;
}
section#Home-Sect6 {
    padding-top: 5%;
    padding-bottom: 5%;
}
.breadcrumbs h1 {
    font-size: 50px;
}
#content.site-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.AreasPage {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}	
.contact_page_sec {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}	
.hs-form {
    margin-top: 1%;
}
.PrivacyPolicyPg {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}	
}
@media only screen and (max-width: 1366px) {
	body .container {
    width: 100% !important;
    max-width: 100% !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px !important;
    padding: 12px 13px;
}
li#menu-item-26 a {
    padding: 12px 35px !important;
}
#Home-sect1 h1 {
    font-size: 70px;
    line-height: 90px;
}
li {font-size: 16px; line-height: 26px; color: #5a5a5a;}
section#Home-sect2 {
    padding-bottom: 2% !important;
    padding-top: 2% !important;
}
h1 {
    font-size: 35px;
    line-height: 45px;
}
div#sect2-col2 {
    padding: 30px;
}
div#sect2-col2 h1 {
    font-size: 30px;
}
.Contact-Form .wpcf7-submit {
    font-size: 16px !important;
    margin-top: 15px !important;
}
#home-sect3 {
    padding-top: 3% !important;
    padding-bottom: 3% !important;
}
#home-sect3 h1 {
    padding-bottom: 30px !important;
}
#home-sect3 h2 {
    font-size: 22px !important;
}
p {
    font-size: 16px !important;
}
#home-sect3 #Cstm-Btn2 {
    padding-top: 30px !important;
}
#Cstm-Btn2 a {
    font-size: 16px !important;
    padding: 10px 30px;
}
#Home-sect5 h1 {
    font-size: 36px !important;
    padding-bottom: 0px !important;
}
#Home-sect5 h2 {
    font-size: 22px !important;
}
#Home-sect5 #Cstm-Btn2 {
    padding-top: 30px !important;
}
#Home-sect5 #Cstm-Btn2 a {
    padding: 12px 35px !important;
}
div#FAQ h4 {
    font-size: 18px !important;
}	
.breadcrumbs h1 {
    font-size: 40px;
}
.breadcrumbs {
    padding: 170px 0 !important;
}	
section#Home-Sect6 {
    padding-top: 3%;
    padding-bottom: 3%;
}
#Home-Sect6 h1 {
    padding-bottom: 30px !important;
}
#content.site-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
}	
.AreasPage h3 {
    font-size: 22px !important;
}
.AreasPage .vc_col-sm-3 .vc_column-inner > .wpb_wrapper {
    padding: 30px 0;
}	
div#footer-widget {
    background-size: cover !important;
}
#footer-widget .nav-link {
    font-size: 16px !important;
}	
}
@media only screen and (max-width: 1199px) {
	#Home-sect1 h1 {
    font-size: 60px;
    line-height: 70px;
}
#Home-sect1 {
    padding-bottom: 5% !important;
}
section#Home-sect2 div#sect2-col1, section#Home-sect2  div#sect2-col2 {
    width: 100% !important;
    margin-top: 5%;
}
section#Home-sect2 div#sect2-col2 {
    margin-left: 5% !important;
    margin-right: 5% !important;
    width: 90% !important;

}
section#Home-sect2 div#sect2-col1 {
    padding-left: 5%;
    padding-right: 5%;
}	
h1 {
    font-size: 30px;
    line-height: 40px;
}
#Home-sect5 h1 {
    font-size: 30px !important;
    line-height: 40px !important;
}
section#Home-Sect6 .vc_row .vc_col-sm-6 {
    width: 100% !important;
    margin-bottom: 3%;
}
section#Home-Sect6 .vc_row .vc_col-sm-6 .wpb_single_image {
    text-align: center !important;
}
.breadcrumbs h1 {
    font-size: 35px;
    line-height: 40px;
}	
.AreasPage h3 {
    font-size: 20px !important;
}
li {font-size: 16px; line-height: 26px; color: #5a5a5a;}
}
@media only screen and (max-width: 768px) {
	#Home-sect1 {
    padding-bottom: 10% !important;
}
#home-sect3 .vc_col-sm-4 {
    width: 100% !important;
    padding-left: 3% !important;
    padding-right: 3% !important;
}
#home-sect3 .vc_col-sm-4::after {
    display: none;
}
#home-sect3 #Cstm-Btn2 {
    padding-top: 10px !important;
}
section#Home-sect4 .vc_row .vc_col-sm-6 {
    width: 100% !important;
    margin-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
}
section#Home-sect4 .vc_row .vc_col-sm-6 .wpb_single_image {
    text-align: center !important;
}
#Home-sect5 .vc_row.wpb_row.vc_row-fluid.vc_row-o-content-middle.vc_row-flex .vc_col-sm-3 {
    width: 50% !important;
}
div#footer-widget .row .col-lg-4,div#footer-widget .row .col-lg-2,div#footer-widget .row .col-lg-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.foot1,.foot2 {
    display: block !important;
}
div#footer-widget .menu-quick-links-container ul#menu-quick-links, div#footer-widget .menu-information-container ul#menu-information {
/*     column-count: 2 !important; */
    display: block;
}
.AreasPage {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.AreasPage .vc_row .vc_col-sm-3 {
    width: 100% !important;
    margin-bottom: 4%;
    padding-left: 5%;
    padding-right: 5%;
}	
.contact_page_sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.contact_page_sec .vc_row.wpb_row.vc_row-fluid .vc_col-sm-4,.contact_page_sec .vc_row.wpb_row.vc_row-fluid .vc_col-sm-8 {
    width: 100% !important;
    margin-bottom: 5%;
    padding-left: 3%;
    padding-right: 3%;
}
.Conta_Icons {
    padding-left: 0 !important;
}	
}
@media only screen and (max-width: 520px) {
	ul#menu-main-menu {
    width: 95% !important;
}
#Home-sect1 {
    padding-top: 45% !important;
    padding-bottom: 15% !important;
}
#Home-sect1 h1 {
    font-size: 35px !important;
    line-height: 45px;
}
h1 {
    font-size: 25px;
    line-height: 35px;
}
div#sect2-col2 h1 {
    font-size: 25px !important;
}
.Contact-Form .wpcf7-submit {
    padding: 10px 24px !important;
}
#Home-sect5 h1 {
    font-size: 26px !important;
}
#Home-sect5 h2 {
    font-size: 20px !important;
}
#Home-sect5 .vc_row.wpb_row.vc_row-fluid.vc_row-o-content-middle.vc_row-flex .vc_col-sm-3 {
    width: 100% !important;
}
#Home-sect5 .vc_col-sm-3::after {
    display: none;
}
#Home-sect5 p {
    width: 100% !important;
}
section#Home-Sect6 {
    padding-top: 10% !important;
}
.vc_toggle_title {
    padding-left: 15px !important;
}
div#FAQ h4 {
    line-height: 30px;
}
#FAQ .vc_toggle_icon {
    padding: 10px;
    position: relative;
    left: auto;
    top: 5px;
}
#footer-widget::after {
    bottom: 80px !important;
}
.breadcrumbs {
    padding-top: 170px!important;
    padding-bottom: 100px !important;
}
.breadcrumbs h1 {
    font-size: 30px !important;
}	
}
@media screen and (min-width: 200px) and (max-width: 1199px) {
body .container { width: 100%; max-width: 100%; }
.navbar-brand { width: 65%; }
.navbar-toggler { background-color: #3baeb4; }
li#menu-item-26 a {padding: 10px 20px !important;background: #ffffff;color: #333 !important;width: 60%;display: flex;align-items: center;justify-content: center;margin-bottom: 5%;}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { color: #ffffff; padding: 8px 14px; font-size: 16px; }
ul#menu-main-menu {background-color: #1ba1a8;border-radius: 8px;padding: 10px 10px;width: 70%;margin: 3% auto;}
li#menu-item-26 a {width: max-content;}	
.cstm-search-form { display: none; }
#content.site-content { padding-bottom: 0; padding-top: 0; }
.entry-content { margin-top: 0; }
}


@media screen and (min-width: 200px) and (max-width: 768px) {
#Home-sect1 h1 { font-size: 45px; line-height: 55px; margin: 0 0 12px; }
#Home-sect1 p { color: #fff; margin: 0 auto; width: 100%; font-size: 16px; line-height: 26px; }
#Cstm-Btn a { font-size: 16px; line-height: 26px; padding: 10px 30px; }
#Home-sect1 {padding-top: 25%;padding-bottom: 25%;}
h1 { font-size: 30px; line-height: 40px; }
h1 br { display: none; }
p { font-size: 16px; line-height: 26px; }
div#sect2-col2 { padding: 20px 10px 0; width: 95%; margin: 8% auto 0; }
div#sect2-col2 h1 { font-size: 30px; line-height: 40px; padding: 0 0 20px; }
#sect2-col1 { margin-top: 0; }
#Home-sect2::after { height: 1425px; }
#home-sect3 h1 { padding-bottom: 25px; }
#home-sect3 h2 { font-size: 25px; line-height: 30px; padding: 0 0 8px; }
#home-sect3 p { margin-bottom: 8% !important; }
#home-sect3 #Cstm-Btn2 { padding-top: 10px; }
#Cstm-Btn2 a { font-size: 16px; line-height: 26px; color: #fff; padding: 10px 35px; }
#home-sect3 .vc_col-sm-4 { position: relative; padding: 0 0px 0 0px; }
#home-sect3 { padding-top: 18% !important; padding-bottom: 16% !important; }
#Home-sect4 h1 { margin-top: 10%; }
#Home-sect5 h1 { padding-bottom: 30px; font-size: 35px; line-height: 45px; }
#Home-sect5 { padding-top: 11%; padding-bottom: 12%; margin-top: 8%; }
div#FAQ .vc_toggle_title { padding-left: 0 !important; }
div#FAQ .vc_toggle_content { padding: 0; margin: 10px 0; }
#Home-Sect6 img { margin-bottom: 8%; }
#FAQ .vc_toggle_icon {padding: 15px;}
li {font-size: 16px; line-height: 26px; color: #5a5a5a;}
}

@media screen and (min-width: 520px) and (max-width: 550px) {
#Home-sect1 { padding-top: 40% !important; }
}


@media screen and (min-width: 550px) and (max-width: 768px) {
#Home-sect1 { padding-top: 38% !important; }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
#Home-sect1 { padding-bottom: 10% !important; padding-top: 32% !important; }
#Home-sect1 h1 { font-size: 45px; line-height: 55px; margin: 0 0 12px; }
#Home-sect1 p { color: #fff; margin: 0 auto; width: 95%; font-size: 16px; line-height: 26px; }
#Cstm-Btn a { font-size: 16px; line-height: 26px; padding: 10px 30px; }
h1 br { display: none; }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
#Home-sect1 p { color: #fff; margin: 0 auto; width: 75%; }
body .container { width: 100% !important; max-width: 100% !important; }
.entry-content {margin-top: 0;}
li {font-size: 16px; line-height: 26px; color: #5a5a5a;}
}
.entry-content {
    margin-top: 0;
}
#content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}