/*
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.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
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;
}

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




/* FOnts Family */

@font-face {
    font-family: 'Poppins';
    src: url('inc/assets/fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('inc/assets/fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('inc/assets/fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('inc/assets/fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Anton';
    src: url('inc/assets/fonts/Anton-Regular.woff2') format('woff2'),
        url('inc/assets/fonts/Anton-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('inc/assets/fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('inc/assets/fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('inc/assets/fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('inc/assets/fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('inc/assets/fonts/OpenSans-Regular.woff2') format('woff2'),
        url('inc/assets/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('inc/assets/fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('inc/assets/fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('inc/assets/fonts/OpenSans-Light.woff2') format('woff2'),
        url('inc/assets/fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('inc/assets/fonts/OpenSans-Italic.woff2') format('woff2'),
        url('inc/assets/fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('inc/assets/fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('inc/assets/fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('inc/assets/fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('inc/assets/fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('inc/assets/fonts/OpenSans-Bold.woff2') format('woff2'),
        url('inc/assets/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('inc/assets/fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('inc/assets/fonts/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


/* HTML Tags */
html, body { overflow-x: hidden; }
body{ font-family: 'Open Sans'; font-weight: 600 !important; }
a{ font-family: 'Open Sans'; font-weight: 600 !important; transition: 0.3s ease-in-out !important; }
a:hover{ text-decoration: none; }
p{ font-family: 'Open Sans'; font-weight: 600 !important; line-height: 1.5; color: #818285; font-size: 14px; }
h1{ font-family: 'Anton'; font-weight: normal; color: #000000; margin: 0;}
h2{ font-family: 'Anton'; font-weight: normal; color: #000000; margin: 0;}
h3{ font-family: 'Anton'; font-weight: normal; color: #000000; margin: 0;}
h4{ font-family: 'Poppins'; font-weight: 600; color: #000000;  }
li{ font-family: 'Open Sans'; font-weight: 600 !important; }


/* Color */

.golden-btn a {
    background-color: rgb(165,119,44);
    background-image: linear-gradient(135deg, rgba(165,119,44,1) 0%,rgba(165,119,44,1) 33%,rgba(255,215,101,1) 45%,rgba(255,215,101,1) 50%,rgba(255,215,101,1) 59%,rgba(165,119,44,1) 71%,rgba(165,119,44,1) 100%) !important;
    padding: 14px 65px !important;
    border-radius: 0 !important;
    color: #000 !important;
    border: none !important;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
}
.golden-btn a:hover {
    background-size: 150% 100%;
}

/* Header */

div#topbar {
    padding: 15px 0;
    background: rgb(150,108,42);
    background: linear-gradient(135deg, rgb(150 108 42 / 0.92) 18%,rgb(150 108 42 / 0.92) 40%,rgb(233 191 92 / 98%) 51%,rgb(233 191 92 / 0.92) 51%,rgb(233 191 92 / 0.92) 51%,rgb(233 191 92 / 0.92) 51%,rgb(233 191 92 / 0.92) 51%,rgb(233 191 92 / 0.92) 51%,rgb(152 110 43 / 0.92) 61%,rgb(150 108 42 / 0.92) 61%,rgb(152 110 43 / 0.92) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#966c2a', endColorstr='#986e2b',GradientType=1 );
}
div#topbar p {
    color: #fff;
    margin: 0;
    font-weight: 400 !important;
    font-size: 12px;
}
div#topbar .col-md-6 section#zoom-social-icons-widget-3.navbar-widget {
    text-align: right;
}
div#topbar .social-icon {
    font-weight: 900;
    color: #000 !important;
    background: #fff !important;
    font-size: 16px !important;
    padding: 5px 5px !important;
}
div#topbar .row {
    align-items: center;
}
div#topbar .social-icon::before {
    color: #010101 !important;
}
header#masthead {
    background: #fff !important;
    padding: 15px 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
header#masthead a.nav-link {
    font-family: 'Anton';
    font-size: 16px !important;
    letter-spacing: 0.6px;
    color: #b48039 !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
}
header#masthead li.active a.nav-link {
    color: #000 !important;
}
header#masthead a.nav-link:hover {
    color: #000 !important;
}
header#masthead section#text-2 .textwidget {
    margin-top: -8px;
}
header#masthead section#text-2 a:before {
    content: 'Call Us';
    font-size: 13px;
    position: absolute;
    top: -12px;
    text-transform: capitalize;
    font-weight: 500;
}
header#masthead section#text-2 a {
    color: #d4aa4a;
    font-size: 20px;
    position: relative;
    top: 11px;
    font-weight: 700 !important;
}
header#masthead section#text-2 a:hover {
    color: #000 !important;
}
header#masthead section#text-2 p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
header#masthead section#text-2 img {
    margin-right: 10px;
    margin-top: 5px;
}
header#masthead .navbar-brand {
    transition: all .8s ease;
    width: 20%;
    margin: 0;
    padding: 0;
    margin-left: -10px;
}
header#masthead .navbar-brand:hover {
    -webkit-transform: translate(0,-15px);
    -ms-transform: translate(0,-5px);
    transform: translate(0,-8px);
}
header#masthead .navbar-brand:hover a {
    color: #000;
}
header#masthead .navbar-brand a.site-title {
    font-family: 'Anton';
    font-weight: 500 !important;
    font-size: 22px;
    letter-spacing: 1.2px;
}
header#masthead div#main-nav {
    width: 65% !important;
}
header#masthead div#main-nav .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Fixed Header */

header#masthead.fixed {
    position: fixed;
    top: 0;
    background: #000000ba !important;
}
header#masthead.fixed .navbar-brand img {
    background: transparent;
}
header#masthead.fixed a.nav-link {
    color: #fff !important;
}
header#masthead.fixed a.nav-link:hover {
    font-weight: 900;
    background-color: transparent;
    font-size: 15px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #a5772c 0%, #ffd765 100%);
    -webkit-background-clip: text;
    padding: 0px;
}
header#masthead.fixed li.active a.nav-link {
    background-color: transparent;
    font-size: 15px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #a5772c 0%, #ffd765 100%);
    -webkit-background-clip: text;
}
header#masthead.fixed section#text-2 a {
    color: #fff !important;
}
.home header#masthead li.active a.nav-link {
    color: #b48039 !important;
}

/* Banner Section */

section {
    background-attachment: fixed;
}
.banner-section p {
    text-align: center !important;
}
.banner-section h6.tp-caption {
    text-align: center !important;
}
.banner-section .rev-btn {
    transition: 0.5s !important;
    color: #000 !important;
    padding: 15px 34px !important;
    font-size: 15px !important;
    background: rgb(165,119,44);
    background: -moz-linear-gradient(-45deg, rgba(165,119,44,1) 0%, rgba(165,119,44,1) 33%, rgba(255,215,101,1) 45%, rgba(255,215,101,1) 50%, rgba(255,215,101,1) 59%, rgba(165,119,44,1) 71%, rgba(165,119,44,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(165,119,44,1) 0%,rgba(165,119,44,1) 33%,rgba(255,215,101,1) 45%,rgba(255,215,101,1) 50%,rgba(255,215,101,1) 59%,rgba(165,119,44,1) 71%,rgba(165,119,44,1) 100%);
    background: linear-gradient(135deg, rgba(165,119,44,1) 0%,rgba(165,119,44,1) 33%,rgba(255,215,101,1) 45%,rgba(255,215,101,1) 50%,rgba(255,215,101,1) 59%,rgba(165,119,44,1) 71%,rgba(165,119,44,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5772c', endColorstr='#a5772c',GradientType=1 );
}
.banner-section .tp-bullet {
    width: 14px;
    height: 4px;
    background: #fff !important;
}
.banner-section .tp-bullet:hover, .custom .tp-bullet.selected {
    background: #a5772c !important;
}

/* Service Section */

.service-section .house-reno .head-img {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}
.service-section .house-reno {
    box-shadow: 0 0 20px 0px #e6e6e6;
    padding: 22px 22px;
    min-height: 403px;
    margin-bottom: 30px;
}
.service-section .house-reno .head-img h4 {
    font-size: 14px;
    margin: 0;
}
.service-section .house-reno .head-img img {
    background: #faf8f4;
    display: flex;
    height: 39px !important;
    width: 39px !important;
    object-fit: scale-down;
}
.service-section .house-reno p {
    font-size: 13px;
    color: #818285;
    font-weight: 600 !important;
    margin-top: 19px;
}
.service-section .house-reno img {
    width: 219px;
    height: 165px;
    object-fit: cover;
    margin-right: 7px;
}
.service-section .house-reno a {
    font-size: 13px;
    color: #a5772c;
    border-bottom: solid 1px #a5772c;
    padding-bottom: 3px;
}
.service-section .house-reno a:hover {
    border: none;
    transition: 0.6s !important;
}
.service-section .golden-btn a {
    z-index: 1;
    color: #a5772c !important;
}
.service-section .golden-btn a:after {
    content: '';
    position: absolute;
    width: 171px;
    height: 43px;
    background: #fff;
    left: 2px;
    top: 2px;
    z-index: -1;
}

/* Start Section */

.start-section {
    min-height: 443px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
.start-section .wpb_content_element {
    margin-bottom: 16px;
}
.start-section  p {
    color: #fff;
    font-size: 14px !important;
}
.start-section .golden-btn a {
    padding: 14px 29px !important;
}
.start-section .golden-btn {
    margin: 0;
}

/* About Us */

.about-us-section .vc_col-sm-6:last-child .vc_column-inner {
    padding-left: 80px;
}
.about-us-section p {
    font-size: 15px;
    font-weight: 500 !important;
}
.about-us-section .golden-btn a {
    padding: 14px 34px !important;
}
.about-us-section .wpb_content_element {
    margin-bottom: 20px;
}

/* Choosing Section */

.choosing-section {
    min-height: 580px;
}
.choosing-section p {
    margin-bottom: 60px !important;
}
.choosing-section .stats-top .stats-number {
    font-family: 'Anton';
    font-size: 40px !important;
}
.choosing-section .mycust {
    color: #a4762b;
    font-size: 40px !important;
    font-family: 'Anton';
    font-weight: 500 !important;
}
.choosing-section .stats-block .stats-text {
    font-size: 15px !important;
    color: #818285 !important;
    font-weight: 400;
}

/* Portfolio Section */

.project-section a.vp-pagination__load-more {
    background: rgb(165,119,44);
    background: linear-gradient(135deg, rgba(165,119,44,1) 0%,rgba(165,119,44,1) 33%,rgba(255,215,101,1) 45%,rgba(255,215,101,1) 50%,rgba(255,215,101,1) 59%,rgba(165,119,44,1) 71%,rgba(165,119,44,1) 100%) !important;
    padding: 14px 65px !important;
    border-radius: 0 !important;
    color: #000 !important;
    border: none !important;
    z-index: 999;
    position: relative;
    margin-top: 40px;
}
.project-section a.vp-pagination__load-more:after{
    content: '';
    position: absolute;
    width: 177px;
    height: 46px;
    background: #fff;
    left: 2px;
    top: 2px;
    z-index: -1;
}

/* Contact Section */

.contact-section {
    min-height: 784px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-section .vc_col-sm-7 .vc_row-fluid {
    background: #fefbf3;
    padding: 30px 22px;
    display: flex;
    align-items: center;
    min-height: 247px;
}
.contact-section .vc_col-sm-7 .vc_row-fluid .wpb_content_element .wpb_wrapper {
    display: flex;
    margin: 20px 0 !important;
    align-items: center;
}
.contact-section .vc_col-sm-7 .vc_row-fluid .wpb_content_element .wpb_wrapper p {
    margin: 0;
    line-height: 1.4;
    color: #a8a8a8;
}
.contact-section .vc_col-sm-7 .vc_row-fluid .wpb_content_element {
    margin-bottom: 0;
}
.contact-section .peao {
    font-size: 14px !important;
    color: #a8a8a8;
}
.contact-section .peao strong {
    color: #000;
}
.contact-section .vc_col-sm-7 .vc_row-fluid img {
    margin-right: 15px;
}
.contact-section .vc_col-sm-5 {
    padding-left: 35px;
}
.contact-section .form-control {
    padding: 22px 27px;
    border-radius: 0;
    border: solid 1px #796760;
    background: #ffffff2b;
    resize: none;
    margin-bottom: -2.5px !important;
    color: #fff;
}
.contact-section .form-control.wpcf7-not-valid {
    border-color: red !important;
}
.contact-section span.wpcf7-not-valid-tip {
    display: none;
}
.contact-section span.ajax-loader {
    position: absolute;
}
.contact-section .wpcf7 form.sent .wpcf7-response-output{
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}
.contact-section .wpcf7-response-output {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb !important;
}
.contact-section textarea.form-control {
    height: 122px;
    padding: 10px 28px;
}
.contact-section .form-control::placeholder {
    color: #fff;
    font-size: 15px;
}
.contact-section .form-control:focus {
    box-shadow: none;
    border: solid 1px #fff;
}
.contact-section .btn-primary {
    background: rgb(165,119,44);
    background: linear-gradient(135deg, rgba(165,119,44,1) 0%,rgba(165,119,44,1) 33%,rgba(255,215,101,1) 45%,rgba(255,215,101,1) 50%,rgba(255,215,101,1) 59%,rgba(165,119,44,1) 71%,rgba(165,119,44,1) 100%) !important;
    padding: 11px !important;
    border-radius: 0 !important;
    color: #000 !important;
    border: none !important;
    width: 100%;
}

/* Testimonial Section */

.testimonials-section {
    min-height: 733px;
}
.testimonials-section img {
    width: 40px !important;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
.testimonials-section .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.testimonials-section .item {
    width: 530px;
    min-height: 750px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0 40px;
    position: relative;
    box-shadow: 0 0 15px 0px #e7e7e7;
    margin: auto;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.testimonials-section .item:before {
    content: '';
    background: url(inc/assets/images/test.png);
    height: 28px;
    width: 28px;
    position: absolute;
    top: 35px;
    background-repeat: no-repeat;
}
.testimonials-section .t-detail p.said {
    font-style: italic;
    font-size: 16px;
    line-height: 2;
    color: #7f7f7f;
    font-weight: 400 !important;
}
.testimonials-section .item .t-thumbnail {
    display: flex;
    align-items: center;
}
.testimonials-section .item .t-thumbnail h3.title {
    margin: 0;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 300;
}
.testimonials-section .t-detail {
    margin-top: 50px;
}
.testimonials-section .owl-prev {
    position: absolute;
    top: -80px;
    right: 68px;
    font-size: 0 !important;
    background: transparent !important;
}
.testimonials-section .owl-prev:before {
    content: '\f30a' !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 38px;
    background-color: transparent;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #a5772c 0%, #ffd765 100%);
    -webkit-background-clip: text;
}
.testimonials-section .owl-next {
    position: absolute;
    top: -80px;
    right: 8px;
    font-size: 0 !important;
    background: transparent !important;
}
.testimonials-section .owl-next:before {
    content: '\f30b' !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 38px;
    background-color: transparent;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #a5772c 0%, #ffd765 100%);
    -webkit-background-clip: text;
}

/* Footer */


div#footer-widget {
    background: #1a1d20 !important;
    min-height: 408px;
    display: flex;
    align-items: center;
    padding-top: 40px;
}
div#footer-widget section#text-3 p {
    font-size: 26px;
    font-family: 'Anton';
    color: #fff;
}
div#footer-widget section#text-3 p strong:last-child {
    letter-spacing: 3px;
}
div#footer-widget section#text-3 p strong {
    font-weight: 500;
}
div#footer-widget h3.widget-title {
    font-size: 16px;
    margin-bottom: 40px;
    color: #fff !important;
    font-weight: 500;
}
div#footer-widget .nav-link {
    padding: 0 0 8px;
    font-size: 16px;
    color: #818285;
}
div#footer-widget .nav-link:hover {
    background: none;
    color: #8e672b;
}
div#footer-widget p {
    font-size: 16px;
    font-weight: 600 !important;
    color: #818285;
    margin-bottom: 10px;
}
div#footer-widget .container.pt-3.pb-3 {
    padding: 0 7px;
}
div#footer-widget img {
    width: 203px;
    height: 160px;
    object-fit: none;
}
div#footer-widget .container.pt-3.pb-3 {
    padding: 0 7px;
}
div#footer-widget .social-icon {
    background: rgb(165,119,44);
    background: linear-gradient(135deg, rgba(165,119,44,1) 0%,rgba(165,119,44,1) 33%,rgba(255,215,101,1) 45%,rgba(255,215,101,1) 50%,rgba(255,215,101,1) 59%,rgba(165,119,44,1) 71%,rgba(165,119,44,1) 100%) !important;
    color: #000 !important;
}
.section-perfecent .site-info {
    color: #818285;
    font-weight: 600;
    font-size: 16px;
}
.section-perfecent .site-info a {
    color: #818285;
    font-weight: 600 !important;
}
.section-perfecent p .brand-name {
    color: #ffffff;
    border-bottom: solid 1px;
    padding-bottom: 1px;
}
.section-perfecent p .brand-name:hover{
  border: none;
}
.section-perfecent p {
    margin: 0 !important;
    font-size: 16px !important;
    color: #818285 !important;
}

/* Contact Page Section */

.contact-section-page h2 {
    color: #000 !important;
}
.contact-section-page p.vc_custom_heading {
    color: #000 !important;
}
.contact-section-page .vc_col-sm-7 .vc_row-fluid {
    background: #000;
}
.contact-section-page .peao strong {
    color: #fff;
}
.contact-section-page .peao p {
    color: #fff !important;
}
.contact-section-page .peao {
    color: #fff;
}
.contact-section-page .form-control{
    background: #f6f6f6 !important;
}
.contact-section-page .form-control::placeholder {
    color: #818285 !important;
}
.contact-section-page .form-control:focus {
    border: solid 1px #9f783b !important;
}

/* BreadCrumb */

.breadcrumb {
    background: transparent !important;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #c3c3c3;
    padding: 11px 0;
    border-bottom: solid 1px #e5e5e5;
}
.breadcrumb h2 {
  display: none;
}
.breadcrumb span {
    font-family: 'Anton';
    font-weight: 500;
    color: #c3c3c3;
    letter-spacing: .3px;
}
.breadcrumb i {
    font-size: 4px;
    margin-left: 7px;
    margin-right: 7px;
    position: relative;
}

/* About Us Page */

.success-section h1 {
    font-size: 60px;
    margin-right: 55px;
    padding: 0;
    position: relative;
}
.success-section h1:after {
    bottom: 12px;
    content: '';
    width: 4px;
    height: 52px;
    position: absolute;
    right: -30px;
    background: linear-gradient(135deg, rgba(165,119,44,1) 0%,rgba(165,119,44,1) 33%,rgba(255,215,101,1) 45%,rgba(255,215,101,1) 50%,rgba(255,215,101,1) 59%,rgba(165,119,44,1) 71%,rgba(165,119,44,1) 100%) !important;
}
.success-section .vc_col-sm-7 .wpb_text_column:first-child .wpb_wrapper {
    display: flex;
    align-items: center;
}
.success-section .success {
    margin-top: -10px;
}
.success-section .success p {
    display: none;
}
.success-section p {
    margin-bottom: 20px !important;
    line-height: 1.8;
    font-weight: 500 !important;
}
.success-section p.vc_custom_heading {
    font-weight: 600 !important;
}
.success-section .success strong {
    color: #818285;
    font-weight: 600;
}
.success-section .success h3 {
    font-size: 29px;
    margin-top: 4px;
}
.success-section .vc_col-sm-7 .wpb_text_column {
    margin-bottom: 15px;
}
.success-section.choosing-section .stats-top .stats-number {
    color: #dbdbdb !important;
}
.success-section.choosing-section .mycust {
    color: #dbdbdb;
}
.success-section.choosing-section  .stats-block .stats-text {
    color: #000 !important;
    font-weight: 600;
}

/* Featured Section */

.feature-section {
    min-height: 777px;
}
.feature-section p {
    color: #fff;
}
.feature-section .vc_col-sm-4, .feature-section .vc_col-sm-8 {
    background: #fff;
    min-height: 155px;
    display: flex;
    align-items: center;
}
.feature-section .vc_align_center {
    margin: 0;
}
.feature-section .vc_col-sm-6 .vc_row-fluid {
    margin-bottom: 28px;
    margin-left: 12px;
}
.feature-section .vc_col-sm-6 .vc_row-fluid p {
    color: #818285;
}
.feature-section .vc_col-sm-6 .vc_row-fluid .wpb_content_element {
    margin: 0;
}
.feature-section h3 {
    margin-bottom: 8px;
}
.feature-section .vc_col-sm-4 {
    background: #ffffff4a !important;
}
.feature-section .vc_col-sm-8 .vc_column-inner {
    padding-left: 32px;
}

/* Testimonials */

.tst-girds .tst-box {
    box-shadow: 0 0 15px 0px #e7e7e7;
    padding: 30px 40px;
    margin-bottom: 30px;
}
.tst-girds .tst-box p {
    font-style: italic;
    font-size: 16px;
    line-height: 2;
    color: #505050;
    font-weight: 500 !important;
}
.tst-girds .tst-info {
    display: flex;
    align-items: center;
}
.tst-girds .tst-info img {
    width: 40px !important;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
.tst-girds .tst-info h3 {
    margin: 0;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 300;
}
section.videoss-section .col-md-6 {
    padding-left: 0;
}
section.videoss-section iframe {
    width: 100% !important;
    height: 400px;
}
.videoss-section .wp-video {
    height: 400px !important;
    width: 100%;
}
.videoss-section .mejs-container {
    height: 400px !important;
}
.videoss-section .wp-video-shortcode video, .videoss-section video.wp-video-shortcode {
    height: 400px !important;
}

/* Service */

.test-girds .test-box {
    box-shadow: 0 0 20px 0px #e6e6e6;
    padding: 22px 22px;
    min-height: 403px;
    margin-bottom: 30px;
}
.test-girds .head-img {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}
.test-girds .head-img img {
    background: #faf8f4;
    display: flex;
    height: 39px !important;
    width: 39px !important;
    object-fit: scale-down;
    margin-right: 7px;
}
.test-girds a {
    font-size: 13px;
    color: #a5772c;
    border-bottom: solid 1px #a5772c;
    padding-bottom: 3px;
}
.test-girds img {
    width: 219px;
    height: 165px;
    object-fit: cover;
    margin-right: 7px;
}
.test-girds .head-img h4 {
    font-size: 14px;
    margin: 0;
}
.test-girds p {
    font-size: 13px;
    color: #818285;
    font-weight: 600 !important;
    margin-top: 19px;
}

/* Service Inner */

.whole-house-section .vc_col-sm-7 {
    padding-left: 40px;
}
.whole-house-section p {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500 !important;
}
.whole-house-section .wpb_content_element {
    margin-bottom: 22px;
}
.whole-house-section .golden-btn a {
    padding: 14px 30px !important;
}
.whole-house-section .vc_row:nth-child(2) .vc_col-sm-7 {
    padding: 0;
}
.whole-house-section ul {
    padding: 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2 !important;
    -webkit-column-gap: 30px !important;
    -moz-column-gap: 30px;
    column-gap: 30px !important;
}
.whole-house-section ul li {
    padding-bottom: 12px;
    font-size: 15px;
}
.whole-house-section h3 {
    margin-bottom: 25px;
}
.whole-house-section ul li:before {
    content: "\f00c";
    font-weight: 800;
    font-size: 15px;
    margin-right: 8px;
    font-family: "Font Awesome 5 Free";
    color: #108816;
}
.testimonials-in-section {
    min-height: 632px !important;
}
.testimonials-in-section .item {
    box-shadow: none !important;
    border: solid 1px #e7e7e785;
}
.testimonials-in-section .owl-dots {
    display: none !important;
}


/* Media Query */

@media screen and (max-width: 480px){

/* Home Page */

button.navbar-toggler {
    background: #d8af57;
}
header#masthead section#text-2 {
    display: none;
}
div#topbar p {
    font-size: 11px;
}
div#topbar .col-md-6 {
    flex: 0 0 48%;
    max-width: 48%;
}
header#masthead .navbar-brand {
    margin-left: 0 !important;
    width: 30%;
}
div#content {
    padding: 0 !important;
}
.entry-content {
    margin: 0 !important;
}
.banner-section .rev-btn {
    padding: 4px 12px !important;
    font-size: 9px !important;
    position: relative;
    left: -20px;
}
.service-section .house-reno img {
    width: 100%;
    height: 230px;
}
.service-section p br {
    display: none;
}
.service-section p {
    font-size: 13px;
}
.service-section h2 {
    font-size: 30px !important;
}
.about-us-section p {
    font-size: 12px !important;
}
.about-us-section h2 {
    font-size: 30px !important;
}
.start-section h2 {
    font-size: 30px !important;
}
.start-section p {
    font-size: 12px !important;
}
.start-section p br {
    display: none;
}
.about-us-section .vc_col-sm-6:last-child .vc_column-inner {
    padding-left: 15px !important;
}
.project-section a.vp-pagination__load-more {
    padding: 17px 72px !important;
}
.project-section a.vp-pagination__load-more {
    padding: 17px 72px !important;
}
.contact-section h2 {
    font-size: 32px !important;
}
.contact-section p br {
    display: none;
}
.contact-section p {
    font-size: 14px !important;
}
.contact-section .peao {
    font-size: 12px !important;
}
.contact-section .vc_col-sm-7 .vc_row-fluid .wpb_content_element .wpb_wrapper {
    display: block !important;
}
.contact-section .vc_col-sm-5 {
    padding: 0 !important;
    padding-top: 30px !important;
}
.contact-section h2 br {
    display: none;
}
.contact-section .form-control {
    margin-bottom: 12px !important;
}
.contact-section-page .peao br {
    display: none;
}
.testimonials-section p {
    font-size: 14px;
}
.testimonials-section p br {
    display: none;
}
.testimonials-section h2 {
    font-size: 32px !important;
}
.testimonials-section .owl-prev {
    top: -40px;
}
.testimonials-section .owl-next {
    top: -40px !important;
}
.testimonials-section .item {
    width: 100% !important;
    padding: 30px 25px !important;
    height: auto !important;
}
div#footer-widget p {
    font-size: 14px;
	color:#d1d1d1;
}
div#footer-widget .nav-link {
    font-size: 14px;
    padding: 10px 0;
}
div#footer-widget .container.pt-3.pb-3 {
    padding: 0 10px !important;
}
.section-perfecent {
    text-align: center;
}
.section-perfecent .site-info {
    font-size: 12px;
}
.section-perfecent .text-right p {
    font-size: 12px !important;
}
.section-perfecent .text-right {
    text-align: center !important;
}

/* Service */

.whole-house-section .vc_col-sm-7 {
    padding: 0 !important;
}
.breadcrumb .container {
    padding: 0 15px;
}
.whole-house-section h2 {
    font-size: 28px !important;
}
.whole-house-section p {
    font-size: 12px !important;
    line-height: 1.6;
}
.whole-house-section ul li {
    font-size: 12px !important;
}
.whole-house-section ul {
    column-count: 1 !important;
}
.project-section h2 {
    font-size: 30px !important;
}
.project-section p {
    font-size: 12px !important;
}
.project-section p br {
    display: none;
}

/* About Us */

.success-section .success h3 {
    line-height: 1.2;
}
.success-section p {
    font-size: 12px !important;
}
.success-section p br {
    display: none;
}
.feature-section h2 {
    font-size: 30px !important;
}
.feature-section p {
    font-size: 12px !important;
}
.feature-section p br {
    display: none;
}
.feature-section .vc_col-sm-6 .vc_row-fluid {
    margin: 0 !important;
    margin-bottom: 15px !important;
}

}


@media screen and (max-width: 767px) and (min-width: 481px){

/* Home Page */

button.navbar-toggler {
    background: #d8af57;
}
header#masthead section#text-2 {
    display: none;
}
div#topbar p {
    font-size: 11px;
}
div#topbar .col-md-6 {
    flex: 0 0 48%;
    max-width: 48%;
}
header#masthead .navbar-brand {
    margin-left: 0 !important;
    width: 30%;
}
div#content {
    padding: 0 !important;
}
.entry-content {
    margin: 0 !important;
}
.banner-section .rev-btn {
    padding: 4px 12px !important;
    font-size: 9px !important;
    position: relative;
    left: 0;
}
.service-section .house-reno img {
    width: 100%;
    height: 230px;
}
.service-section p br {
    display: none;
}
.service-section p {
    font-size: 13px;
}
.service-section h2 {
    font-size: 30px !important;
}
.about-us-section p {
    font-size: 12px !important;
}
.about-us-section h2 {
    font-size: 30px !important;
}
.start-section h2 {
    font-size: 30px !important;
}
.start-section p {
    font-size: 12px !important;
}
.about-us-section .vc_col-sm-6:last-child .vc_column-inner {
    padding-left: 15px !important;
}
.project-section a.vp-pagination__load-more {
    padding: 17px 72px !important;
}
.project-section a.vp-pagination__load-more:after {
    left: 4px;
    top: 2px;
}
.contact-section h2 {
    font-size: 32px !important;
}
.contact-section p br {
    display: none;
}
.contact-section p {
    font-size: 12px !important;
}
.contact-section .peao {
    font-size: 12px !important;
}
.contact-section .vc_col-sm-7 .vc_row-fluid .wpb_content_element .wpb_wrapper {
    display: block !important;
}
.contact-section .vc_col-sm-5 {
    padding: 0 !important;
    padding-top: 30px !important;
}
.contact-section h2 br {
    display: none;
}
.contact-section .form-control {
    margin-bottom: 12px !important;
}
.contact-section-page .peao br {
    display: none;
}
section.vc_section.choosing-section {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}
.testimonials-section p {
    font-size: 12px;
}
.testimonials-section p br {
    display: none;
}
.testimonials-section h2 {
    font-size: 32px !important;
}
.testimonials-section .owl-prev {
    top: -40px;
}
.testimonials-section .owl-next {
    top: -40px !important;
}
.testimonials-section .item {
    width: 100% !important;
    padding: 30px 25px !important;
    height: auto !important;
}
div#footer-widget p {
    font-size: 12px;
}
div#footer-widget .nav-link {
    font-size: 12px;
    padding: 2px 0;
}
div#footer-widget .container.pt-3.pb-3 {
    padding: 0 10px !important;
}
.section-perfecent {
    text-align: center;
}
.section-perfecent .site-info {
    font-size: 12px;
}
.section-perfecent .text-right p {
    font-size: 12px !important;
}
.section-perfecent .text-right {
    text-align: center !important;
}

/* Service */

.whole-house-section .vc_col-sm-7 {
    padding: 0 !important;
}
.breadcrumb .container {
    padding: 0 15px;
}
.whole-house-section h2 {
    font-size: 28px !important;
}
.whole-house-section p {
    font-size: 12px !important;
    line-height: 1.6;
}
.whole-house-section ul li {
    font-size: 12px !important;
}
.whole-house-section ul {
    column-count: 1 !important;
}
.project-section h2 {
    font-size: 30px !important;
}
.project-section p {
    font-size: 12px !important;
}
.project-section p br {
    display: none;
}
.test-girds img {
    width: 100%;
    height: 230px;
}

/* About Us */

.success-section .success h3 {
    line-height: 1.2;
}
.success-section p {
    font-size: 12px !important;
}
.success-section p br {
    display: none;
}
.feature-section h2 {
    font-size: 30px !important;
}
.feature-section p {
    font-size: 12px !important;
}
.feature-section p br {
    display: none;
}
.feature-section .vc_col-sm-6 .vc_row-fluid {
    margin: 0 !important;
    margin-bottom: 15px !important;
}

}


@media screen and (max-width: 991px) and (min-width: 768px){

/* Home Page */

button.navbar-toggler {
    background: #d8af57;
}
header#masthead section#text-2 {
    display: none;
}
div#topbar p {
    font-size: 11px;
}
div#topbar .col-md-6 {
    flex: 0 0 48%;
    max-width: 48%;
}
header#masthead .navbar-brand {
    margin-left: 0 !important;
    width: 30%;
}
div#content {
    padding: 0 !important;
}
.entry-content {
    margin: 0 !important;
}
.banner-section .rev-btn {
    padding: 10px 16px !important;
    font-size: 12px !important;
    position: relative;
    left: 0;
}
.service-section .house-reno img {
    width: 100%;
    height: 230px;
}
.service-section p br {
    display: none;
}
.service-section p {
    font-size: 13px;
}
.service-section h2 {
    font-size: 30px !important;
}
.about-us-section p {
    font-size: 12px !important;
}
.about-us-section h2 {
    font-size: 30px !important;
}
.start-section h2 {
    font-size: 30px !important;
}
.start-section p {
    font-size: 12px !important;
}
.about-us-section .vc_col-sm-6:last-child .vc_column-inner {
    padding-left: 15px !important;
}
.project-section a.vp-pagination__load-more {
    padding: 17px 72px !important;
}
.project-section a.vp-pagination__load-more:after {
    left: 4px;
    top: 2px;
}
.contact-section h2 {
    font-size: 32px !important;
}
.contact-section p br {
    display: none;
}
.contact-section p {
    font-size: 12px !important;
}
.contact-section .peao {
    font-size: 12px !important;
}
.contact-section .vc_col-sm-7 .vc_row-fluid .wpb_content_element .wpb_wrapper {
    display: block !important;
}
.contact-section .vc_col-sm-5 {
    padding: 0 !important;
    padding-top: 30px !important;
}
.contact-section h2 br {
    display: none;
}
.contact-section .form-control {
    margin-bottom: 12px !important;
}
.contact-section .vc_col-sm-7 {
    width: 100%;
}
.contact-section .vc_col-sm-5 {
    width: 100%;
}
.contact-section-page .peao br {
    display: none;
}
section.vc_section.choosing-section {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}
.testimonials-section p {
    font-size: 12px;
}
.testimonials-section p br {
    display: none;
}
.testimonials-section h2 {
    font-size: 32px !important;
}
.testimonials-section .owl-prev {
    top: -40px;
}
.testimonials-section .owl-next {
    top: -40px !important;
}
.testimonials-section .item {
    width: 100% !important;
    padding: 30px 25px !important;
    height: auto !important;
}
div#footer-widget p {
    font-size: 12px;
}
div#footer-widget .nav-link {
    font-size: 12px;
    padding: 2px 0;
}
div#footer-widget .container.pt-3.pb-3 {
    padding: 0 10px !important;
}
div#footer-widget .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
}
div#footer-widget .col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
}
div#footer-widget .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
.section-perfecent .site-info {
    font-size: 12px;
}
.section-perfecent .text-right p {
    font-size: 12px !important;
}

/* Service */

.whole-house-section .vc_col-sm-7 {
    padding: 0 !important;
}
.breadcrumb .container {
    padding: 0 15px;
}
.whole-house-section h2 {
    font-size: 28px !important;
}
.whole-house-section p {
    font-size: 12px !important;
    line-height: 1.6;
}
.whole-house-section ul li {
    font-size: 12px !important;
}
.whole-house-section ul {
    column-count: 1 !important;
}
.project-section h2 {
    font-size: 30px !important;
}
.project-section p {
    font-size: 12px !important;
}
.project-section p br {
    display: none;
}
.test-girds img {
    width: 100%;
    height: 230px;
}
.row.tutr-row .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
.test-girds .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}

/* About Us */

.success-section .success h3 {
    line-height: 1.2;
}
.success-section p {
    font-size: 12px !important;
}
.success-section p br {
    display: none;
}
.feature-section h2 {
    font-size: 30px !important;
}
.feature-section p {
    font-size: 12px !important;
}
.feature-section p br {
    display: none;
}
.feature-section .vc_col-sm-6 .vc_row-fluid {
    margin: 0 !important;
    margin-bottom: 15px !important;
}

}

@media screen and (max-width: 1199px) and (min-width: 992px){

/* Home Page */

button.navbar-toggler {
    background: #d8af57;
}
header#masthead section#text-2 {
    display: none;
}
div#topbar p {
    font-size: 11px;
}
div#topbar .col-md-6 {
    flex: 0 0 48%;
    max-width: 48%;
}
header#masthead .navbar-brand {
    margin-left: 0 !important;
    width: 18%;
}
div#content {
    padding: 0 !important;
}
.entry-content {
    margin: 0 !important;
}
.banner-section .rev-btn {
    padding: 10px 16px !important;
    font-size: 12px !important;
    position: relative;
    left: 0;
}
.service-section .house-reno img {
    width: 100%;
    height: 230px;
}
.service-section p br {
    display: none;
}
.service-section p {
    font-size: 13px;
}
.service-section h2 {
    font-size: 30px !important;
}
.about-us-section p {
    font-size: 12px !important;
}
.about-us-section h2 {
    font-size: 30px !important;
}
.start-section h2 {
    font-size: 30px !important;
}
.start-section p {
    font-size: 12px !important;
}
.about-us-section .vc_col-sm-6:last-child .vc_column-inner {
    padding-left: 15px !important;
}
.project-section a.vp-pagination__load-more {
    padding: 17px 72px !important;
}
.project-section a.vp-pagination__load-more:after {
    left: 6px;
    top: 4px;
}
.contact-section h2 {
    font-size: 32px !important;
}
.contact-section p br {
    display: none;
}
.contact-section p {
    font-size: 12px !important;
}
.contact-section .peao {
    font-size: 12px !important;
}
.contact-section .vc_col-sm-7 .vc_row-fluid .wpb_content_element .wpb_wrapper {
    display: block !important;
}
.contact-section .vc_col-sm-5 {
    padding: 0 !important;
    padding-top: 30px !important;
}
.contact-section h2 br {
    display: none;
}
.contact-section .form-control {
    margin-bottom: 12px !important;
}
.contact-section-page .peao br {
    display: none;
}
section.vc_section.choosing-section {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}
.testimonials-section p {
    font-size: 12px;
}
.testimonials-section p br {
    display: none;
}
.testimonials-section h2 {
    font-size: 32px !important;
}
.testimonials-section .owl-prev {
    top: -40px;
}
.testimonials-section .owl-next {
    top: -40px !important;
}
.testimonials-section .item {
    height: auto !important;
}
div#footer-widget p {
    font-size: 12px;
}
div#footer-widget .nav-link {
    font-size: 12px;
    padding: 2px 0;
}
.section-perfecent .site-info {
    font-size: 12px;
}
.section-perfecent .text-right p {
    font-size: 12px !important;
}

/* Service */

.whole-house-section .vc_col-sm-7 {
    padding: 0 !important;
}
.breadcrumb .container {
    padding: 0 15px;
}
.whole-house-section h2 {
    font-size: 28px !important;
}
.whole-house-section p {
    font-size: 12px !important;
    line-height: 1.6;
}
.whole-house-section ul li {
    font-size: 12px !important;
}
.whole-house-section ul {
    column-count: 1 !important;
}
.project-section h2 {
    font-size: 30px !important;
}
.project-section p {
    font-size: 12px !important;
}
.project-section p br {
    display: none;
}
.test-girds img {
    width: 100%;
    height: 230px;
}
.row.tutr-row .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
.test-girds .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}

/* About Us */

.success-section .success h3 {
    line-height: 1.2;
}
.success-section p {
    font-size: 12px !important;
}
.success-section p br {
    display: none;
}
.feature-section h2 {
    font-size: 30px !important;
}
.feature-section p {
    font-size: 12px !important;
}
.feature-section p br {
    display: none;
}
.feature-section .vc_col-sm-6 .vc_row-fluid {
    margin: 0 !important;
    margin-bottom: 15px !important;
}

}


section.videoss-section .col-md-6 {
    padding-left: 0;
}
section.videoss-section iframe {
    width: 100% !important;
    height: 400px;
}
section.videoss-section .navbar-widget {
    margin-bottom: 21px;
}
section.videoss-section  p {
    margin: 0 !important;
}
.videoss-section .wp-video {
    height: 400px !important;
    width: 100%;
}
.videoss-section .mejs-container {
    height: 400px !important;
}
.videoss-section .wp-video-shortcode video, .videoss-section video.wp-video-shortcode {
    height: 400px !important;
}
.contact-section .form-control {
    color: #fff !important;
}
div#topbar .social-icon:hover {
    background: linear-gradient(135deg, rgb(255 215 101) 0%,rgb(250 210 98) 33%,rgba(255,215,101,1) 45%,rgba(255,215,101,1) 50%,rgba(255,215,101,1) 59%,rgb(251 211 99) 71%,rgb(252 212 99) 100%) !important;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.2) !important;
    transition: 0.6s;
}
.banner-section h6.tp-caption {
    text-align: center !important;
}
.banner-section .rev-btn:hover {
    background-size: 150% 100%;
}


div#footer-widget .social-icon:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.2) !important;
    transition: 0.6s;
    background-size: 150% 100% !important;
}
div#footer-widget section#media_image-3 img {
    width: 78%;
    object-fit: none;
}
.contact-section .btn-primary:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1) !important;
    transition: 0.6s;
    background-size: 110% 100% !important;
}

/* Pagination */

.pagination-blog {
    margin-top: 60px;
    text-align: center;
    width: 100%;
}
.pagination-blog ul li {
    display: inline-block;
    list-style: none;
}
.pagination-blog ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    height: 34px;
    text-decoration: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    margin-right: 20px;
}
.pagination-blog ul li a:hover{
    background-image: linear-gradient(135deg, rgba(165,119,44,1) 0%,rgba(165,119,44,1) 33%,rgba(255,215,101,1) 45%,rgba(255,215,101,1) 50%,rgba(255,215,101,1) 59%,rgba(165,119,44,1) 71%,rgba(165,119,44,1) 100%) !important;
    transition: all .2s ease-in-out;
}
.pagination-blog li.active a {
    background-color: rgb(165,119,44);
    background-image: linear-gradient(135deg, rgba(165,119,44,1) 0%,rgba(165,119,44,1) 33%,rgba(255,215,101,1) 45%,rgba(255,215,101,1) 50%,rgba(255,215,101,1) 59%,rgba(165,119,44,1) 71%,rgba(165,119,44,1) 100%) !important;
    color: #000 !important;
    border: none !important;
    transition: all .2s ease-in-out;
    background-size: 100% 100%
}
.pagination-blog li.active a:hover{
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1) !important;
    transition: 0.6s;
    background-size: 110% 100% !important;
}
.pagination-blog li.pre-post-link a{
    font-size: 0px !important;
}
.pagination-blog li.next-post-link a{
    font-size: 0px !important;
}
.pagination-blog li.pre-post-link a:before {
    content: "\f100";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 14px;
    color: #000;
}
.pagination-blog li.next-post-link a {
    padding: 0 !important;
}
.pagination-blog li.pre-post-link a{
      padding: 0 !important;
}
.pagination-blog li.next-post-link a:before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 14px;
    color: #000;
}
.pagination-blog .navigation ul {
    padding: 0;
}


.choosing-section ul {
    padding: 0;
    list-style: none;
}
.choosing-section li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    background-color: transparent;
    font-size: 15px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #a5772c 0%, #ffd765 100%);
    -webkit-background-clip: text;
    left: 0 !important;
    margin-right: 12px;
    display: flex;
}
.choosing-section li {
    display: flex;
    margin-bottom: 11px;
}

/* Project Pagination */

.project-section .vp-pagination__item-active span {
    background-color: rgb(165,119,44);
    background-image: linear-gradient(135deg, rgba(165,119,44,1) 0%,rgba(165,119,44,1) 33%,rgba(255,215,101,1) 45%,rgba(255,215,101,1) 50%,rgba(255,215,101,1) 59%,rgba(165,119,44,1) 71%,rgba(165,119,44,1) 100%) !important;
    color: #000 !important;
    border: none !important;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    padding: 0 !important;
    height: 40px !important;
    width: 40px;
    display: flex !important;
    align-items: center;
    padding: 0 !important;
    justify-content: center;
    border-radius: 50% !important;
}
.project-section .vp-pagination__item a {
    height: 40px !important;
    width: 40px;
    display: flex !important;
    align-items: center;
    padding: 0 !important;
    justify-content: center;
    border-radius: 50% !important;
    background: transparent !important;
}
.project-section .vp-pagination__item a:hover {
    background-color: rgb(165,119,44);
    background-image: linear-gradient(135deg, rgba(165,119,44,1) 0%,rgba(165,119,44,1) 33%,rgba(255,215,101,1) 45%,rgba(255,215,101,1) 50%,rgba(255,215,101,1) 59%,rgba(165,119,44,1) 71%,rgba(165,119,44,1) 100%) !important;
    color: #000 !important;
    border: none !important;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
}
.project-section .vp-portfolio__pagination-wrap {
    overflow: visible;
    margin-top: 60px;
}

/* Images Section */

.imagesss-section img {
    width: 100%;
    height: 100px;
    object-fit: scale-down;
    filter: grayscale(1) brightness(1.2);
    transition: 0.6s;
}
.imagesss-section img:hover {
    filter: none !important;
}

/* Video Section */

.videoss-section .slick-arrow {
    font-size: 25px !important;
    height: 60px;
    width: 60px;
    background-color: rgb(165,119,44);
    background-image: linear-gradient(135deg, rgba(165,119,44,1) 0%,rgba(165,119,44,1) 33%,rgba(255,215,101,1) 45%,rgba(255,215,101,1) 50%,rgba(255,215,101,1) 59%,rgba(165,119,44,1) 71%,rgba(165,119,44,1) 100%) !important;
    border-radius: 50%;
    color: #000 !important;
    transition: 0.6s !important;
}
.videoss-section .slick-arrow:hover{
    background-size: 150% 100%;
}
.videoss-section .slick-prev.default.slick-arrow {
    left: -80px;
}
.videoss-section .slick-next.default.slick-arrow {
    right: -80px !important;
}
.item .t-detail video {
    width: 100%;
}
.video-section .owl-nav button span {
    font-size: 0;
}
.video-section .owl-nav button {
    position: absolute;
    top: 33%;
    margin-top: -22px;
    left: -110px;
    font-size: 25px !important;
    height: 60px;
    width: 60px;
    background-color: rgb(165,119,44);
    background-image: linear-gradient(135deg, rgba(165,119,44,1) 0%,rgba(165,119,44,1) 33%,rgba(255,215,101,1) 45%,rgba(255,215,101,1) 50%,rgba(255,215,101,1) 59%,rgba(165,119,44,1) 71%,rgba(165,119,44,1) 100%) !important;
    border-radius: 50%;
    color: #000 !important;
    transition: 0.6s !important;
}
.video-section .owl-nav button.owl-next {
    left: unset !important;
    right: -110px;
}
.video-section .owl-nav button.owl-prev span:after {
    content: "\f053";
    font-family: "Font Awesome 5 free";
    font-size: 24px !important;
}
.video-section .owl-nav button span:after {
    content: "\f054";
    font-family: "Font Awesome 5 free";
    font-size: 24px !important;
}
#footer-widget .textwidget a{
	color:#818285;
}
#footer-widget .textwidget a:hover{
	color:#8e672b;
}

@media only screen and (max-width: 600px) {
  .footer_cta {
      background-color:#a5772c!important;
	  width:100%;
	  padding-top:20px;
	  padding-bottom:20px;
	  position:fixed;
	  left:0;
	  bottom:0;
	  color:#fff;
	  font-size:18px;
	  text-align:center;
	  z-index:9999;
	}
}

 @media only screen and (min-width: 610px) {
     .footer_cta {
		 display:none!important;
	 	
	 }
}

/* .contact-section .vc_col-sm-7 .vc_row-fluid a{
	color:#fff;
}

.peao p a{
	color:#000!important;
} */

.contact-section .vc_col-sm-7 .vc_row-fluid a:hover{
	color:#b48039 !important
}
div#topbar p{
	font-size: 17px;
}
#spu-315 .spu-container{
	padding-left:12px!important;
	padding-right:12px!important;
  padding-top: 20px!important;
}

form.myform_custom input[type=text], 
form.myform_custom input[type=phone],
form.myform_custom input[type=email],
form.myform_custom textarea{
	color:#000!important;
}
#wpcf7-f8-p24-o3 .form-control{
	color:#000!important;
}

@media screen and (min-width:320px) and (max-width: 600px){
   
  #spu-315 .spu-container{
    padding-left:12px!important;
    padding-right:12px!important;
    padding-top: 20px!important;
  }

  div#footer-widget h3.widget-title {
    margin-bottom: 20px!important;
  }

  #text-5{
    margin-bottom: 50px!important;
  }

  .vc_custom_1634025173684 {
    padding-top: 30px !important;
    padding-right: 40px !important;
    padding-bottom: 30px !important;
    padding-left: 40px !important;
}

.vc_custom_1600950347044 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.start-section {
    min-height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.contact-section .vc_col-sm-7 .vc_row-fluid {
    
    display: block!important;
   
}

  }

  .testimonials-section .item {
    width: 530px;
    min-height:100%;
    display: flex;
    align-items: center;
    background: #fff;
    padding:25px 40px;
    position: relative;
    box-shadow: 0 0 15px 0px #e7e7e7;
    margin: auto;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.testimonials-section {
    min-height: unset!important;
}
.dropdown-menu .dropdown-item{
	width:250px !important;
}
@media screen and (max-width: 480px){
.service-section p {
    font-size: 14px;
}
.service-section .house-reno p{
	font-size: 14px;
	}
	.service-section .house-reno a{
		font-size:14px;
	}
	.service-section .house-reno .head-img h4{
		font-size:18px;
	}
	.about-us-section p{
		font-size:14px !important;
		line-height:27px;
	}
	.choosing-section li{
		font-size:14px;
	}
	.project-section p{
		font-size:14px !important;
	}
	
}
div#topbar .social-icon {
    font-weight: 900;
    color: #000 !important;
    background: rgb(165,119,44);
    background: linear-gradient(135deg, rgba(165,119,44,1) 0%,rgba(165,119,44,1) 33%,rgba(255,215,101,1) 45%,rgba(255,215,101,1) 50%,rgba(255,215,101,1) 59%,rgba(165,119,44,1) 71%,rgba(165,119,44,1) 100%) !important;
    font-size: 16px !important;
    padding: 5px 5px !important;
	border: 1px solid #000000;
}

.dropdown-menu li a:hover {
    background: #e9bf5c !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
.width-100{
	width:100%
}

