/*
Theme Name: custom theme
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: "Roboto", sans-serif;
}
html, body {
	overflow-x: hidden;
}
@font-face {
 font-family: CrossfitDemo-Heavy;
 src: url('inc/assets/fonts/CrossfitDemo-Heavy.ttf');
}

@font-face {
 font-family: CrossfitDemo-Regular;
 src: url('inc/assets/fonts/CrossfitDemo-Regular.ttf');
}

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;
  font-family: CrossfitDemo-Regular;
}
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%;
  }
}

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

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

.top-bar {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(
359deg, rgba(162, 6, 28, 1) 0%, rgba(210, 46, 64, 1) 100%);
    align-items: center;
    padding-right: 50px;
}

.main-d {
    display: flex;
    align-items: center;
    background: linear-gradient(178deg,rgba(28, 100, 148, 1) 0%, rgba(63, 143, 197, 1) 100%);
    padding-top: 26px;
    padding-bottom: 26px;
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 50px 100%);
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: -25px;
}

.main-icons {
    display: flex;
    align-items: center;
}

.footer-icons {
    display: flex;
    align-items: center;
}

.main-d a {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    text-decoration: none;
}

.email-phone {
    margin-right: 40px;
}

.main-d i {
    margin-right: 14px;
}

.icon-text {
    margin-right: 30px;
}

.icon-text span {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-family: 'Roboto';
    text-transform: capitalize;
}

.icon-1 {
    margin-right: 38px;
}

.icon-1 a {
    color: #fff;
    font-size: 18px;
}

header#masthead .row {
    align-items: center;
}

header#masthead {
    padding-left: 50px;
    padding-right: 70px;
    padding-top: 30px;
    background: #fff;
}

.header-img {
    text-align: center;
}

.navbar-brand {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-left: 150px;
    margin-bottom: 15px;
}

.header-img-2 {
    text-align: center;
}


body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    font-weight: 500 !important;
    color: #000 !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    display: inline-block;
    transform: skewX(-25deg); /* text straight ho jaayega */
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 500 !important;
    transition: all 0.5s ease-in-out;
}

.navbar-nav li {
    position: relative;
    display: inline-block;
    border: 1px solid #00000038;
    background: #fff;
    padding: 21px 71px;
    transform: skewX(25deg); /* poora box skew */
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.navbar-nav li:hover {
    transition: all 0.5s ease-in-out;
    background: #be0039;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    color: #fff !important;
    font-weight: 500 !important;
    transition: all 0.5s ease-in-out;
}
.navbar-nav li:last-child {
    background: linear-gradient(359deg, rgba(162, 6, 28, 1) 0%, rgba(210, 46, 64, 1) 100%);
    border: unset;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child a {
    color: #fff !important;
}

.navbar-nav li:last-child a {
    color: #fff !important;
}

div#main-nav {
    margin-bottom: -70px;
    position: relative;
    z-index: 99;
}

.banner-sec {
    padding-top: 250px !important;
    padding-bottom: 215px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative !important;
}
.banner-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000006b;
}

.banner-head-1 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}

.banner-head-2 {
    text-transform: uppercase;
    font-family: CrossfitDemo-Regular;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 0px !important;
}

.banner-para p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.banner-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-1 {
}

.btn-1 a {
    font-size: 18px;
    line-height: 18px;
    width: 283px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background: linear-gradient(178deg, rgba(28, 100, 148, 1) 0%, rgba(63, 143, 197, 1) 100%);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 30px 100%);
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

/* Gradient shift + glow + shine animation */
.btn-1 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.2) 100%);
    transform: skewX(-25deg);
    transition: all 0.6s ease;
}

/* Hover effect */
.btn-1 a:hover {
    background: linear-gradient(178deg, rgba(63, 143, 197, 1) 0%, rgba(28, 100, 148, 1) 100%);
    box-shadow: 0 8px 25px rgba(0, 29, 58, 0.4);
    transform: translateY(-4px);
}

/* Shine animation movement */
.btn-1 a:hover::before {
    left: 130%;
    transition: all 0.8s ease;
}

.btn-2 a {
    font-size: 18px;
    line-height: 18px;
    width: 303px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 30px 100%);
    background: linear-gradient(359deg, rgba(162, 6, 28, 1) 0%, rgba(210, 46, 64, 1) 100%);
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

/* Shine layer */
.btn-2 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0.2) 100%
    );
    transform: skewX(-25deg);
    transition: all 0.6s ease;
}

/* Hover effect */
.btn-2 a:hover {
    background: linear-gradient(359deg, rgba(210, 46, 64, 1) 0%, rgba(162, 6, 28, 1) 100%);
    box-shadow: 0 8px 25px rgba(162, 6, 28, 0.4);
    transform: translateY(-4px);
}

/* Shine animation movement */
.btn-2 a:hover::before {
    left: 130%;
    transition: all 0.8s ease;
}


.main-box {
    display: flex;
    width: 53%;
    margin: 0 auto;
    align-items: center;
    background: #fff;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 30px 100%);
    padding-right: 60px;
}

.main-d-2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.main-btn a {
    font-size: 20px;
    line-height: 34px;
    width: 353px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 30px 100%);
    background: linear-gradient(359deg, rgba(162, 6, 28, 1) 0%, rgba(210, 46, 64, 1) 100%);
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    letter-spacing: 2px;
}

/* ✨ Shine streak layer */
.main-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.15) 0%,
        rgba(255, 255, 255, 0.55) 50%,
        rgba(255, 255, 255, 0.15) 100%
    );
    transform: skewX(-25deg);
    transition: all 0.6s ease;
}

/* 🌈 Hover effect */
.main-btn a:hover {
    background: linear-gradient(359deg, rgba(210, 46, 64, 1) 0%, rgba(162, 6, 28, 1) 100%);
    box-shadow: 0 10px 40px rgba(162, 6, 28, 0.45);
    transform: translateY(-6px) scale(1.03);
    letter-spacing: 3px;
}

/* 💫 Shine movement animation */
.main-btn a:hover::before {
    left: 130%;
    transition: all 0.8s ease;
}


.email-phone-1 {
    padding-left: 0px;
}

.email-phone-1 a {
    font-size: 18px;
    line-height: 40px;
    color: #000;
    text-decoration: none;
}

.cont-sec {
    margin-top: -110px;
    position: relative !important;
    z-index: 99;
}

.phone-1 a {
    font-size: 18px;
    line-height: 40px;
    color: #000;
    text-decoration: none;
}

.email-phone-1 i {
    margin-right: 10px;
    border: 1px solid #F3F3F3;
    padding: 8px;
    background: #F3F3F3;
    /* clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 30px 100%); */
    color: #1C6494;
    font-size: 14px;
    margin-bottom: 10px !important;
    margin-top: 10px;
}

.phone-1 i {
    margin-right: 10px;
    border: 1px solid #F3F3F3;
    padding: 8px;
    background: #F3F3F3;
    /* clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 30px 100%); */
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    color: #1C6494;
    font-size: 12px;
    margin-bottom: 10px !important;
    margin-top: 10px;
}

.phone-1 {padding-left: 50px;height: 120px;padding-top: 10px;}

.family-sec {
    margin-top: -88px;
    position: relative !important;
    padding-left: 100px !important;
    padding-top: 0px !important;
}

.family-col .vc_column-inner {
    padding-right: 0px !important;
}

.family-head {
    padding-top: 130px;
    font-weight: 500;
    color: #000;
    width: 94%;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}
.pa-head {
    font-weight: 400;
    color: #000;
}

.family-para p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.family-btn a.vc_general {
    font-size: 18px;
    line-height: 18px;
    width: 283px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background: linear-gradient(178deg, rgba(28, 100, 148, 1) 0%, rgba(63, 143, 197, 1) 100%);
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 30px 100%);
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    font-weight: 600;
    letter-spacing: 1px;
}

/* ✨ Shine streak layer */
.family-btn a.vc_general::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.15) 0%,
        rgba(255, 255, 255, 0.55) 50%,
        rgba(255, 255, 255, 0.15) 100%
    );
    transform: skewX(-25deg);
    transition: all 0.6s ease;
}

/* 🌈 Hover effect */
.family-btn a.vc_general:hover {
    background: linear-gradient(178deg, rgba(63, 143, 197, 1) 0%, rgba(28, 100, 148, 1) 100%);
    box-shadow: 0 8px 25px rgba(0, 29, 58, 0.4);
    transform: translateY(-4px) scale(1.03);
}

/* 💫 Shine movement */
.family-btn a.vc_general:hover::before {
    left: 130%;
    transition: all 0.8s ease;
}


.bilt-col .vc_column-inner {
    padding-left: 0px !important;
}

.bilt-sec {
    padding-right: 100px !important;
    padding-top: 0px !important;
    position: relative !important;
}
.bilt-sec:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://dev.internalstaging.com/web/kiser-electric/wp-content/uploads/2025/11/Group-34279-1.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.slider-img img {
    width: 85% !important;
    margin-top: 50px;
    margin-left: 50px;
}

.built-cl-09 .vc_column-inner {
    padding-left: 50px !important;
}

.testimonials-head {
    font-weight: 500;
    color: #000;
    width: 84%;
    text-transform: uppercase;
}

.testimonials-sec {
    padding-left: 80px !important;
    padding-right: 80px !important;
    padding-top: 100px !important;
}

.testimonials-sec .family-btn {
    display: flex !important;
    justify-content: end;
    margin-right: 80px;
}

.testimonials-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.main-test {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.star-rating ul {
    display: flex;
    align-items: center;
    margin-bottom: 0px !important;
}

.star-rating li {
    list-style: none;
    margin-right: 5px;
    color: #F0AA14;
}

.title-t p {
    font-size: 18px;
    line-height: 30px;
    color: #686868;
}

.sellhouse-box h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    padding-bottom: 0px !important;
}

.sellhouse-box h3 {
    margin-top: 0px !important;
    font-size: 18px;
    line-height: 22px;
    color: #A2061C;
    text-transform: uppercase;
    font-weight: 500;
}

.owl-nav {
    display: none;
}

.testimonials-box {
    border-top: 1px solid #00000040;
    margin-top: 30px;
}

.testimonials-head {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.title-t {
    margin-top: 40px;
}

.here-sec {
    padding-top: 120px !important;
    padding-bottom: 120px;
    padding-left: 70px !important;
    padding-right: 80px !important;
}

.here-sec .banner-btns {
    justify-content: unset !important;
}

.here-para p {
    margin-top: 50px;
    font-size: 16px;
    line-height: 26px;
    color: #686868;
}

div#footer-widget {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 82px;
    background: #1C6494 !important;
    padding-bottom: 50px;
}

div#footer-widget h3.widget-title {
    margin-top: 0px !important;
    font-size: 30px;
    color: #fff;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 400;
}

.ft-3 {
    /* text-align: end; */
    display: flex;
    justify-content: end;
}

.ft-2 {
    text-align: center;
}

.ft-2 p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin: 0 auto;
    width: 80%;
    font-weight: 400;
    padding-top: 20px;
}

.ft-1 a {
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    text-decoration: none;
    color: #ffffffd4;
    text-transform: capitalize;
}

.footer-icons-2 {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

div#footer-widget .row {
    align-items: center;
}

.ft-3 a {
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    text-decoration: none;
    color: #ffffffd4;
    text-transform: capitalize;
    margin-left: 5px;
}

.ft-3 span {
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    text-decoration: none;
    color: #ffffffd4;
    text-transform: capitalize;
}

.icon-2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #ffffff24;
    color: #fff;
    text-decoration: none;
}

.icon-2 {
    margin-right: 10px;
}

.main-site {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ffffff47;
}

.site-info p {
    margin-bottom: 0px !important;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.site-pages ul {
    display: flex;
    padding-left: 0 !important;
    margin-bottom: 0px !important;
}

.site-pages li {
    list-style: none;
    margin-right: 30px;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
}

.site-pages li:last-child {
    margin-right: 0px !important;
}

body:not(.theme-preset-active) footer#colophon {
    background: #1C6494 !important;
    padding-left: 100px;
    padding-right: 100px;
}

.site-pages a {
    text-decoration: none;
    color: #fff !important;
}

.site-info {
    margin-top: 30px;
    margin-bottom: 30px;
}

.site-pages {
    margin-top: 30px;
    margin-bottom: 30px;
}

.services-con h2 {
    font-family: 'Roboto';
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    color: #A2061C;
    text-transform: uppercase;
}

.service-para p {
    text-align: end;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    width: 65%;
    margin: 0 0 0 auto;
    color: #686868;
}

.services-sec {
    padding-top: 100px !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 100px;
}

.services-box {
    background: #d22e400a;
    padding: 50px 70px;
    margin-bottom: 20px;
    transform: skewX(25deg);
    position: relative;
    overflow: hidden;
    transition: all 0.6s ease;
    border-radius: 10px;
}

/* 🔹 Smooth gradient overlay for hover animation */
.services-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(210, 46, 64, 0.1), rgba(210, 46, 64, 0.25));
    opacity: 0;
    transform: translateX(-100%) skewX(-25deg);
    transition: all 0.6s ease;
}

/* 🩸 Hover animation */
.services-box:hover {
    background: #fff;
    box-shadow: 0 10px 40px rgba(210, 46, 64, 0.3);
    transform: skewX(25deg) translateY(-10px) scale(1.02);
}

/* 🌈 Overlay movement + glow */
.services-box:hover::before {
    transform: translateX(0) skewX(-25deg);
    opacity: 1;
}

/* ✨ Optional: Smooth content reset inside */
.services-box > * {
    transform: skewX(-25deg);
}


.services-box:before {
    content: '';
    position: absolute;
    right: 40px;
    top: 30px;
    background-image: url(images/service.png);
    width: 142px;
    height: 142px;
    background-repeat: no-repeat;
    transform: skewX(-25deg);
}
.services-con p {
    font-size: 18px;
    line-height: 24px;
    color: #686868;
    font-weight: 400;
    margin-bottom: 0px !important;
}

.service-2 h2 {
    color: #1C6494;
}

.service-2 {
    background: #1c64941a;
}

.service-4 {
    background: #1c64941a;
}

.service-4 h2 {
    color: #1C6494;
}

.service-6 h2 {
    color: #1C6494;
}

.service-6 {
    background: #1c64941a;
}
.service-row {
    padding-top: 50px;
}


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

 .navbar-nav li {
    padding: 12px 51px !important;
}

.phone-1 a {
    font-size: 28px !important;
    line-height: 35px !important;
}

.phone-1 {
    padding-left: 60px !important;
}

.email-phone-1 a {
    font-size: 28px !important;
    line-height: 35px !important;
}

.main-d-2 {
    width: 60% !important;
}

.main-btn a {
    font-size: 28px !important;
    line-height: 34px !important;
}

.family-head {
    font-size: 70px !important;
    line-height: 76px !important;
}

section.family-sec {
    padding-left: 90px !important;
}

section.bilt-sec {
    padding-right: 70px !important;
}

.testimonials-head {
    font-size: 70px !important;
    line-height: 76px !important;
}

.services-con h2 {
    font-size: 35px !important;
    line-height: 45px !important;
}

section.here-sec {
    padding-left: 40px !important;
    padding-right: 130px !important;
}

.email-phone-1 {
    padding-left: 60px !important;
} 
}

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

  .phone-1 a {
    font-size: 25px !important;
    line-height: 32px !important;
}

.email-phone-1 a {
    font-size: 25px !important;
    line-height: 32px !important;
}

.main-btn a {
    font-size: 25px !important;
    line-height: 32px !important;
}

.family-head {
    font-size: 60px !important;
    line-height: 66px !important;
}

section.family-sec {
    padding-left: 60px !important;
}

.family-para p {
    font-size: 16px !important;
}

.family-btn a.vc_general {
    font-size: 16px !important;
    line-height: 16px !important;
}

.testimonials-head {
    font-size: 60px !important;
    line-height: 66px !important;
}

.service-para p {
    width: 80% !important;
}

.services-con h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}

.services-con p {
    font-size: 16px !important;
}

div#footer-widget {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

body:not(.theme-preset-active) footer#colophon {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
}


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


 .navbar-nav li {
    padding: 10px 40px !important;
}

.main-btn a {
    width: 433px !important;
}

.phone-1 a {
    font-size: 20px !important;
    line-height: 30px !important;
}

.email-phone-1 a {
    font-size: 20px !important;
    line-height: 30px !important;
}

.family-head {
    font-size: 50px !important;
    line-height: 56px !important;
}

.testimonials-head {
    font-size: 50px !important;
    line-height: 56px !important;
}

section.testimonials-sec {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

section.here-sec {
    padding-left: 40px !important;
    padding-right: 260px !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.banner-head-1 {
    font-size: 40px !important;
    line-height: 50px !important;
}

.banner-head-2 {
    font-size: 70px !important;
    line-height: 80px !important;
}

.btn-1 a {
    font-size: 16px !important;
    line-height: 16px !important;
}

.btn-2 a {
    font-size: 16px !important;
    line-height: 16px !important;
}

section.services-sec {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.service-para p {
    width: 90% !important;
} 
}


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


 .main-d a {
    font-size: 16px !important;
    line-height: 24px !important;
}

.main-d {
    padding-left: 70px !important;
    padding-right: 70px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.phone-1 {
    padding-left: 20px !important;
}

.main-btn a {
    width: 400px !important;
    font-size: 22px !important;
}

.services-con h2 {
    font-size: 25px !important;
    line-height: 30px !important;
}

.services-con p {
    font-size: 14px !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px !important;
}

.banner-head-2 {
    font-size: 60px !important;
    line-height: 70px !important;
}

section.banner-sec {
    padding-top: 180px !important;
    padding-bottom: 185px !important;
}

.banner-head-1 {
    font-size: 30px !important;
    line-height: 40px !important;
} 
.slider-img img {
    width: 92% !important;
}	
}

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

  .phone-1 a {
    font-size: 18px !important;
    line-height: 30px !important;
}

.email-phone-1 a {
    font-size: 18px !important;
    line-height: 30px !important;
}

.family-head {
    font-size: 45px !important;
    line-height: 50px !important;
}

.family-para p {
    font-size: 15px !important;
}

.family-btn a.vc_general {
    font-size: 15px !important;
    line-height: 15px !important;
}

.service-para p {
    font-size: 15px !important;
    width: 100% !important;
}

.services-box {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

section.services-sec {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.title-t p {
    font-size: 15px !important;
    line-height: 28px !important;
}

.sellhouse-box h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}

section.here-sec {
    padding-left: 20px !important;
    padding-right: 300px !important;
}

.banner-head-1 {
    font-size: 26px !important;
    line-height: 36px !important;
}

div#footer-widget {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

body:not(.theme-preset-active) footer#colophon {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
section.testimonials-sec {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.slider-img img {
    margin-left: 20px !important;
    width: 96% !important;
}	
}

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

 .email-phone-1 {
    padding-left: 20px !important;
}

section.family-sec {
    padding-left: 20px !important;
}

section.services-sec {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.services-con h2 {
    font-size: 22px !important;
    line-height: 30px !important;
}
.navbar-brand {
    margin-left: 0px;
}

.main-btn a {
    width: 280px !important;
    height: 120px;
    padding-left: 0px;
}

.main-box {
    width: 80%;
    padding: 0px;
}

header#masthead {
	padding-bottom: 80px;
}

.navbar-nav li {
    margin-top: 15px;
}

.slider-img img {
    margin-left: 0px !important;
}

.testimonials-head {
    font-size: 39px !important;
    line-height: 40px !important;
}

.service-para p {
    font-size: 14px !important;
}
.btn-1 a {
    width: 240px;
}

.btn-2 a {
    width: 250px;
}

.testimonials-head {
    font-size: 38px !important;
}

.banner-head-1 {
    font-size: 24px !important;
}
section.bilt-sec {
    padding-right: 0px !important;
}

.bilt-sec:before {
    LEFT: -10px;
}

p.fee {
    text-align: end;
}

.family-head {
    font-size: 40px !important;
}

.sellhouse-box h2 {
    font-size: 25px !important;
}

.sellhouse-box h3 {
    font-size: 17px;
}
.built-cl-09 .vc_column-inner {
    padding-left: 90px !important;
}
.services-box {
    height: 270px;
    padding-top: 20px !important;
    padding-left: 35px !important;
}

.slider-img img {
    width: 88% !important;
}
.banner-sec .banner-head-2 {
    font-size: 50px !important;
}

.banner-sec .banner-para p {
    font-size: 17px;
}
.cont_sec h2 {
    font-size: 40px !important;
}
}

.breadcrumbs {
    background: #1C6494 !important;
    padding-top: 150px;
    padding-bottom: 100px;
}

.breadcrumbs h1 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.about-page {
    margin-top: 0px !important;
}

.gallery-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Contact Page Css */
section.vc_section.cont_sec {
    margin-bottom: 100px;
    box-shadow: 0 24px 74px lab(0 0 0 / .16);
    border-radius: 20px;
    padding: 60px 40px;
    margin-top: 80px;
}

.cont_form  p {
    margin: 0;
}

.cont_form input,.cont_form  select {
    height: 58px;
    border-radius: 10px;
    border: 1px solid #EEEDED;
    margin-bottom: 25px;
}

.cont_form input.has-spinner.btn.btn-primary {
    padding: 15px 20px;
    height: unset !important;
    font-size: 16px;
    background: #2b6592;
    margin-top: 30px;
}

span.wpcf7-spinner {
    display: none;
}

.cont_form.row {
}

.cont_sec .wpb_text_column {
    font-size: 16px;
    color: #838383;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 20px;
}

.cont_sec .cont_box_html {
    margin-bottom: 80px !important;
}

.cont_sec .cont_box_html:last-child {
    margin: 0 !important;
}

.cont_form textarea {
    height: 150px !important;
}


.cont_box_html {
    margin: 0 !important;
}

.cont_box_html .cont_div {
    display: flex;
    align-items: center;
}

.cont_box_html .cont_div h5 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.cont_box_html .cont_div a {
    color: #2b6592;
    font-size: 16px;
    line-height: 1;
}

.cont_box_html .cont_div img {
    margin-right: 20px;
    filter: invert(1);
}

section.vc_section.cont_sec h2.vc_custom_heading {
    margin-top: 0;
}
.service-8 {
    background: #1c64941a;
}
.service-8 h2 {
    color: #1C6494;
}
p.fee {
    margin-top: 15px;
    font-weight: 500;
}
.services-sec .col-lg-4:nth-child(even) .services-box:hover {
    box-shadow: 0 10px 40px rgb(221 228 233 / 72%);
}
.ft-3 ul {
    /* display: flex; */
    justify-content: end;
    /* gap: 20px; */
    padding: 0;
    margin: 0;
    list-style: none;
}
.ft-3 p {
    margin: 0;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    text-decoration: none;
    color: #ffffffd4;
    text-transform: capitalize;
}
.ft-3 ul li {
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    text-decoration: none;
    color: #ffffffd4;
    text-transform: capitalize;
    display: flex;
    /* justify-content: end; */
}
.ft-3 ul li:nth-child(2) a {margin: 0;}


@media only screen and (max-width: 1024px) {
.family-head {
    padding-top: 70px;
}

.built-cl-09 .vc_column-inner {
    padding-left: 100px !important;
}

.services-con p {
    width: 110%;
}

.pa-head {
    font-size: 26px !important;
}
.banner-head-1 {
    font-size: 20px !important;
}

.testimonials-head {
    font-size: 36px !important;
}
.banner-sec .banner-head-2 {
    line-height: 60px !important;
    font-size: 45px !important;
}
.cont_sec h2 {
    font-size: 35px !important;
}
}

@media only screen and (max-width:991px) {
	.bilt-sec:before {
}

.built-cl-09 .vc_column-inner {
    padding-left: 20px !important;
}

.bilt-sec:before {
    left: -300px;
}

.family-head {
    font-size: 34px !important;
}

.testimonials-head {
    font-size: 33px !important;
}

.service-row .col-md-4 {
    max-width: 50% !important;
    flex: 0 0 50%;
}

.services-box {
    height: 210px;
}

.sellhouse-box h2 {
    font-size: 19px !important;
}

.sellhouse-box h3 {
    font-size: 15px;
}

.title-t p {
    font-size: 14px !important;
    line-height: 26px !important;
}

section.here-sec {
    padding-right: 200px !important;
}

.here-sec .banner-btns {
    flex-direction: column;
    gap: 20px;
    padding-left: 120px;
}
.main-box {
    width: 100%;
}

.testimonials-sec .family-btn {
    margin: 0;
}
.top-bar {
    padding-right: 0px;
}

.main-d {
    padding-right: 44px !important;
    padding-left: 40px !important;
}
section.vc_section.cont_sec {
    padding: 60px 20px;
}

.cont_form input, .cont_form select {
    height: 45px;
}
}

@media only screen and (max-width: 768px) {
.main-btn a {
    width: 240px !important;
    font-size: 18px !important;
}

.main-d-2 {
    width: 64% !important;
}

.family-head {
    text-align: center !important;
    font-size: 40px !important;
}

.slider-img img {
    width: 100% !important;
}

.bilt-sec:before {
    height: 630px;
    left: -100px;
}

.bilt-sec .pa-head {
    text-align: center !important;
}

.bilt-sec .family-para p {
    text-align: center;
}

.sellhouse-box h2 {
    font-size: 25px !important;
}

.sellhouse-box h3 {
    font-size: 17px;
}

.title-t p {
    font-size: 15px !important;
}

.here-sec .banner-head-1 {
    text-align: center !important;
}

section.here-sec {
    padding: 30px 50px !important;
}

.here-sec .testimonials-head {
    text-align: center !important;
    width: 100%;
}

.here-para p {
    margin-top: 30px;
    text-align: center;
}

.here-sec .banner-btns {
    padding-left: 0;
}

.ft-1, .ft-2, ft-3 {
    text-align: center !important;
}

.ft-3 {
    display: unset;
    text-align: center;
}

.ft-3 ul li {
    justify-content: center;
}
.family-btn {
    margin: 0 auto !important;
    display: block !important;
    width: fit-content;
    margin-bottom: 30px !important;
}
.email-phone {
    margin-right: 20px;
}

.navbar-light .navbar-toggler {
    position: absolute;
    bottom: 200px;
}

header#masthead {
    position: relative;
    /* z-index: -1; */
}
  .navbar-light .navbar-toggler {bottom: unset;top: 50px;right: -70px;/* position: static; */z-index: 99999;border: 1px solid #000;color: #fff;}

header#masthead .container-fluid .row {
    flex-direction: column-reverse;
}

.navbar-collapse {
    position: fixed !important;
    left: 0px;
    top: 0;
    width: 80%;
    display: block !important;
    background: #fff;
    height: 100%;
    margin: 0 !important;
    z-index: 99999;
    padding: 40px;
    transform: translate(-100%, 0px);
    transition: all 0.5s;
}

.navbar-collapse li {padding: 10px 40px !important;10px 40px !important:;transform: skewX(0deg);}

body:not(.theme-preset-active) #masthead .navbar-nav > li  a {
    height: unset !important;
    line-height: 1;
    transform: skewX(0deg);
}

.navbar-collapse.show {
    transform: translate(0px, 0px);
}
.main-d {
    padding-top: 16px !important;
    padding-bottom: 35px !important;
}
}

@media only screen and (max-width: 767px) {
.main-box {
    flex-direction: column;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 30px 100%);
}

.main-btn a {
    width: 320px !important;
    height: 100px;
}

.main-d-2 {
    width: 80% !important;
}

.bilt-sec .family-head {
    padding-top: 70px;
}

.bilt-sec:before {
    height: 550px;
}

.services-sec .testimonials-head {
    text-align: center !important;
    width: 100%;
}

.service-para p {
    text-align: center;
}

.service-row .col-md-4 {
    max-width: 100% !important;
    flex: 0 0 100%;
}

.services-box {
    height: 160px;
}

.services-con p {
    width: 105%;
}
.testimonials-sec .family-btn {
    margin-bottom: 0px !important;
    margin-top: 30px !important;
}
.navbar-light .navbar-toggler {
    top: 100px;
}
}

@media only screen and (max-width:620px) {
.main-d-2 {
    flex-direction: column;
}

.main-box {
    width: 100%;
}

.bilt-sec:before {
    height: 500px;
    left: -185px;
    width: 570px;
}

.services-con h2 {
    text-align: center;
}
.services-box {
    height: 170px;
}

.testimonials-head {
    font-size: 30px !important;
}

.banner-head-1 {
    font-size: 18px !important;
}

.bilt-sec .family-head {
    font-size: 35px !important;
}

.bilt-sec .pa-head {
    font-size: 25px !important;
}

.family-head {
    font-size: 33px !important;
}
.navbar-light .navbar-toggler {
    top: 10px;
}

.top-bar {
    flex-direction: column;
    padding-bottom: 12px !important;
}

.main-d {
    padding: 12px 44px !important;
}

.main-icons {
    padding-top: 40px !important;
}
.main-site {
    flex-direction: column;
    gap: 0;
}

.site-info {
    margin: 10px 0px 0px;
}

.site-pages {
    margin: 5px 0px;
}
}

@media only screen and (max-width: 520px) {
.main-d a {
    font-size: 13px !important;
    line-height: 22px !important;
}

.icon-text span {
    font-size: 15px;
    line-height: 25px;
}

.icon-1 a {
    font-size: 14px;
}

.main-btn a {
    width: 290px !important;
    height: 70px !important;
    margin-top: 20px;
}

.bilt-sec .family-head {
    font-size: 29px !important;
}

.bilt-sec .pa-head {
    font-size: 22px !important;
}

.bilt-sec:before {
    height: 420px;
}

.service-row {
    padding-top: 10px;
}

.testimonials-head {
    font-size: 25px !important;
    text-align: center !important;
    width: 100%;
}

.family-btn a.vc_general {
    font-size: 14px !important;
    width: 240px;
    height: 60px;
}
.banner-sec .banner-btns {
    flex-direction: column;
    gap: 15px;
}

.banner-sec .banner-head-2 {
    font-size: 40px !important;
}

.banner-sec .banner-para p {
    font-size: 15px;
}
.cont_form input.has-spinner.btn.btn-primary {
    padding: 11px 20px;
}

.cont_sec h2 {
    font-size: 30px !important;
}
}

@media only screen and (max-width: 420px) {
.main-d {
    padding: 12px 30px !important;
}

.main-btn {
    padding-right: 20px;
}

.email-phone-1 a {
    font-size: 16px !important;
}

.phone-1 {
    font-size: 15px !important;
}

.services-box {
    height: 230px;
    padding: 20px 30px 35px 25px !important;
    transform: none;
}

.services-box:hover {
    transform: none;
}

.services-box > * {
    transform: none;
}
.sellhouse-box h2 {
    font-size: 22px !important;
}
}

@media only screen and (max-width: 375px) {
.main-btn a {
    width: 200px !important;
    height: 50px !important;
    font-size: 14px !important;
}

.email-phone-1 {
    padding-left: 5px !important;
}

.email-phone-1 i {
    margin-right: 5px;
}

.email-phone-1 a {
    font-size: 15px !important;
}

.phone-1 a {
    font-size: 15px !important;
}

.family-para p {
    font-size: 14px !important;
    line-height: 22px !important;
}

.family-head {
    font-size: 30px !important;
    line-height: 40px !important;
    padding-top: 80px;
}

.bilt-sec .family-head {
    font-size: 25px !important;
    padding-top: 30px;
    line-height: 30px !important;
}

.bilt-sec .pa-head {
    font-size: 18px !important;
    margin-bottom: 0px;
}

.bilt-sec:before {
    height: 310px;
}

.services-box {
    height: 250px;
}

section.vc_section.here-sec {
    padding: 30px 20px !important;
}
.site-pages ul {
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.site-pages li {
    font-size: 14px;
    margin: 0px;
}

body:not(.theme-preset-active) footer#colophon {
    padding: 0 !important;
}

.site-info p {
    font-size: 14px;
}
.main-d i {
    margin-right: 5px;
}

.main-d a {
    font-size: 12px !important;
}

.email-phone {
    margin-right: 9px;
}
.banner-sec .banner-head-2 {
    font-size: 35px !important;
    line-height: 45px !important;
}

.banner-head-1 {
    font-size: 17px !important;
}
}