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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: "Orbitron", sans-serif;
}
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%;
  }
}
/*****************CUSTOM CSS****************/
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
#content.site-content {
    padding: 0 !important;
}
.entry-content {
    margin: 0 !important;
}
html, body {
    overflow-x: hidden;
}
/************TOPBAR & HEADER CSS*************/
.Top-bar .top-right ul {
    display: flex;
}
.Top-bar .container {
    display: flex;
    justify-content: space-between;
}
.Top-bar .top-right ul li {
    list-style: none;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    padding-left: 20px;
    transition: all 0.5s ease-in-out;
}
.Top-bar .top-right ul li i {
    color: #FE5D13;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}
.Top-bar .top-right ul li a {
    color: #000;
    text-decoration: none;
    padding-left: 14px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}
.Top-bar .top-left p {
    font-size: 17px;
    line-height: 36px;
    color: #000000 !important;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.Top-bar {
    background: #E1F3FE;
    padding-top: 22px;
    padding-bottom: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 18px;
    line-height: 34px;
    color: #000;
    font-weight: 400;
    padding-right: 40px;
    transition: all 0.5s ease-in-out;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #000;
}
header#masthead {
    background: #fff !important;
    box-shadow: none;
}
.header-btn a.vc_general {
    background: #F26522;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 16px 28px 16px 28px;
    text-decoration: none;
    transition: all 0.5s ease-in-out !important;
    border: 1px solid #F26522;
}
.header-btn a.vc_general:hover {
    background: #fff;
    color: #F26522;
    /* border: 1px solid #F26522; */
    transition: all 0.5s ease-in-out !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    color: #f26522;
    transition: all 0.5s ease-in-out;
    font-weight: 400;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a:hover {
    font-weight: 400;
}
.Top-bar .top-right ul li i:hover {
    color: #000;
    transition: all 0.5s ease-in-out;
}
.Top-bar .top-right ul li a:hover {
    color: #f26522;
    transition: all 0.5s ease-in-out;
}
/**********BANNER FORM CSS*****************/
.banner .theme-h1 {
    color: #fff;
    font-size: 45px;
    line-height: 66px;
    font-weight: 800;
    margin: 0;
}
.banner .theme-p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    padding-top: 10px;
    padding-bottom: 40px;
}
.banner .theme-btn a {
    background: #f26522 !important;
    border: 1px solid #f26522 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 34px;
    padding: 13px 33px 13px 33px;
    transition: all 0.5s ease-in-out;
}
.banner .ContactForm input {
    height: 60px;
    background: transparent !important;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 16px;
}
.banner .ContactForm {
    background: #fff !important;
    padding: 30px 30px 22px 30px;
    border-radius: 10px !important;
    position: relative;
    left: 10%;
    width: 100%;
}
.banner .ContactForm select.wpcf7-form-control.wpcf7-select.form-control {
    height: 60px;
    font-size: 16px;
    line-height: 34px;
    color: rgb(0 0 0 / 30%);
    margin-bottom: 20px;
}
.banner .ContactForm input::placeholder {
    color: rgb(0 0 0 / 30%);
    font-size: 16px;
    line-height: 34px;
}
.banner .ContactForm .btn-primary {
    background: #f26522 !important;
    border: #f26522 !important;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
    transition: all 0.5s ease-in-out !important;
    margin-bottom: 10px;
}
.banner .ContactForm .btn-primary:hover {
    background: #fff !important;
    color: #F26522 !important;
    border: 1px solid #F26522 !important;
    transition: all 0.5s ease-in-out !important;
}
.banner .ContactForm .Form-pera p {
    color: #9E9E9E;
    font-size: 17px;
    line-height: 34px;
    margin: 0;
    font-weight: 500;
}
.banner .ContactForm p {
    margin: 0;
    line-height: 0;
}
.banner {
    padding-top: 171px !important;
    padding-bottom: 171px !important;
/*     background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("//img1.wsimg.com/isteam/stock/41781/:/rs=w:1920,m"); */
}
.banner .ContactForm .Form-pera p a {
    color: #0175BE !important;
    text-decoration: none;
    font-weight: 500;
}
.banner .ContactForm span.wpcf7-spinner {
    display: none;
}
.banner .theme-btn a:hover {
    background: #fff !important;
    /* border: 1px solid #f26522 !important; */
    color: #f26522 !important;
    transition: all 0.5s ease-in-out;
}
.navbar-brand {
    width: 22%;
}
/************SERVICES SEC CSS****************/
.services-img img {
    width: unset !important;
    transition: all 0.5s ease-in-out;
}
.serv-sec .sellhouse-box h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    padding-top: 25px;
}
.services-img {
    background: #F26522;
    width: 80px;
    height: 79px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-box:hover img {
    transform: rotate(45deg);
}
.serv-sec .sellhouse-box p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
    min-height: 140px;
}
.serv-sec .sellhouse-box a {
    color: #000 !important;
    font-size: 18px;
    line-height: 34px;
    text-decoration: underline;
}
.serv-sec .sellhouse-box a i {
    font-size: 11px;
    padding-left: 10px;
}
.services-box {
    background: #fff;
    box-shadow: 0px 3px 18px rgb(0 0 0 / 16%);
    border-radius: 15px;
    padding: 30px 20px 30px 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    /*     height: 410px; */
}
.services-box:hover {
    background: #e1f3fe;
    transition: all 0.5s ease-in-out;
}
.services-box:hover .services-img img:hover {
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
}
.serv-sec .theme-h2 {
    font-size: 50px;
    line-height: 67px;
    font-weight: 600;
    margin: 0;
}
.serv-sec .theme-p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
    width: 100%;
    font-weight: 500;
}
.serv-sec {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    padding-left: 0;
}
#owl_custom11 .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 10px;
}

#owl_custom11 .owl-nav .owl-prev {
    outline: none !important;
    position: absolute;
    top: 90%;
    left: -44%;
    font-size: 22px !important;
    background: rgb(0 0 0 / 19%);
    width: 65px;
    height: 65px;
    border-radius: 100px;
    transition: all 0.5s ease-in-out;
}
#owl_custom11 .owl-nav .owl-next:hover {
    background: #f26522 !important;
    color: #fff !important;
    transition: all 0.5s ease-in-out;
}
#owl_custom11 .owl-nav .owl-prev:hover {
    background: #f26522 !important;
    color: #fff !important;
    transition: all 0.5s ease-in-out;
}
#owl_custom11 .owl-nav .owl-next {
    outline: none !important;
    position: absolute;
    top: 90%;
    font-size: 22px !important;
    background: rgb(0 0 0 / 19%);
    width: 65px;
    height: 66px;
    border-radius: 100px;
    left: -36%;
    transition: all 0.5s ease-in-out;
}
#owl_custom11 .owl-nav span {
    font-size: 50px;
    line-height: 46px;
}
.serv-sec .serv-col {
    padding-top: 20px;
}
.services-box:before {
    content: '';
    background-image: url(images/black.png);
    position: absolute;
    bottom: -9%;
    right: -7%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    width: 80px;
    height: 80px;
    z-index: 999;
}
.serv-sec .vc_col-sm-8 {
    width: 70% !important;
}
/********SINGLE PAGE CSS****************/
.breadcrumbs {
    background: #E1F3FE !important;
    padding-top: 100px;
    padding-bottom: 100px;
}
.breadcrumbs h1 {
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    margin: 0;
}
body.single-services .nav-next a {
    background: #F26522;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 14px 40px 14px 39px;
    text-decoration: none;
    transition: all 0.5s ease-in-out !important;
}
body.single-services .nav-previous a {
    background: #F26522;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 14px 40px 14px 39px;
    text-decoration: none;
    transition: all 0.5s ease-in-out !important;
}
body.single-services h1.entry-title {
    margin: 0;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}
body.post-type-archive-projects .vedio h5 {
    font-size: 18px;
    line-height: 34px;
    font-family: 'Poppins' !important;
    font-weight: 400;
    padding-left: 20px;
    color: #fff;
    margin: 0;
}
body.post-type-archive-projects .vedio {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
body.post-type-archive-projects .sellhouse-box p {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    font-family: 'Orbitron';
}
body.post-type-archive-projects .sellhouse-box {
    position: absolute;
    bottom: 0;
    /* left: 40px; */
    padding: 0px 0px 0 30px;
}
body.post-type-archive-projects .row.sec-pro {
    padding-top: 100px;
    padding-bottom: 100px;
}
/****ROOFING SINGLE PAGE CSS***********/
body.single-services p {
    font-size: 18px;
    line-height: 34px;
}
body.single-services ol li {
    font-size: 18px;
    line-height: 34px;
}
body.single-services ol li strong {
    font-size: 20px;
    line-height: 40px;
}
body.single-services strong {
    font-size: 20px;
    line-height: 40px;
}
body.single-services ul li {
    font-size: 18px;
    line-height: 34px;
}
/*************WHY CHOOSE US SEC CSS******************/
.why-sec .theme-h2 {
    font-size: 50px;
    line-height: 67px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 40px;
}
.choose-box {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 30px 10px 0px 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    min-height: 450px;
    transition: all 0.5s ease-in-out;
    border: 2px solid #fff;
}
.choose-box:hover {
    background: #e1f3fe;
    transition: all 0.5s ease-in-out;
}
.choose-box:hover h2 {
    transition: all 0.5s ease-in-out;
}
.choose-box:hover .choose-img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
.why-sec .row {
    justify-content: center !important;
}
.choose-img {
    background: #F26522;
    border-radius: 100px;
    width: 88px;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}
.choose-con h2 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #000;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    transition: all 0.5s ease-in-out;
}
.choose-con p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
}
.choose-box:before {
    content: '';
    background: url(images/circle.png);
    width: 64px;
    height: 64px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    position: absolute;
    bottom: -22px;
    right: -19px;
    z-index: 999;
}
.why-sec {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.choose-img img {
    width: unset !important;
}
#owl_custom13 .owl-nav {
    display: none;
}
#owl_custom13 .owl-dots {
    display: none;
}
/************ABOUT US SEC CSS************/
.about-sec {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.about-sec .theme-h2 {
    font-size: 50px;
    line-height: 67px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}
.about-sec .theme-p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
}
.about-sec .theme-p p {
    margin: 0;
    padding-bottom: 20px;
}
.about-sec .abt-list ul li {
    list-style: none;
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 10px;
}
.about-sec .abt-list ul li:before {
    content: '';
    background: url(images/tick.png);
    width: 16px;
    height: 36px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    position: absolute;
    left: 18px;
}
.about-sec .theme-btn a {
    background: #f26522 !important;
    /*    border: #f26522 !important;*/
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 34px;
    padding: 13px 26px 13px 26px;
    margin-top: 30px;
    transition: all 0.5s ease-in-out !important;
}
.about-sec .theme-btn a:hover {
    background: #fff !important;
    color: #F26522 !important;
    border: 1px solid #F26522 !important;
    transition: all 0.5s ease-in-out !important;
}
.about-sec .abt-list {
    padding-top: 30px;
}
.about-sec .abt-list ul {
    padding-left: 30px;
}
.about-sec .abt-img-1 img:hover {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
.about-sec .abt-img-1 img {
    transition: all 0.5s ease-in-out;
} 
/************TESTIMONIALS SEC CSS*************/
.testi-sec .theme-h2 {
    font-size: 50px;
    line-height: 67px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 40px;
}
.testimonials-img img {
    /* width: unset !important; */
    margin: 0 auto;
    padding-top: 50px;
    width: 113px !important;
/*     height: 113px !important; */
}
.testimonials-box {
    text-align: center;
    background: #fff;
    border-radius: 15px;
    padding: 40px 20px 12px 20px;
    min-height: 230px;
}
.sellhouse-box p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
}
.sellhouse-box h2 {
    font-size: 22px;
    line-height: 38px;
    font-weight: 500;
    margin: 0;
}
.testimonials-box:before {
    content: '';
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    background: #fff;
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 33%;
    left: 46.8%;
}
.testi-sec {
    padding-top: 120px !important;
    padding-bottom: 80px !important;
}
#owl_custom12 .center .testimonials-img img {
    border: 5px solid #F26522;
    padding: 0;
    border-radius: 100%;
    margin-top: 50px;
/*     width: 113px !important;
    height: 113px !important; */
}
/*************OUR PROJECTS SEC CSS**************/
.Our-Projects-sec .theme-h2 {
    font-size: 50px;
    line-height: 67px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 39px;
}
.Our-Projects-sec {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.Our-Projects-sec .vedio h5 {
    font-size: 18px;
    line-height: 34px;
    font-family: 'Poppins' !important;
    font-weight: 400;
    padding-left: 20px;
    color: #fff;
    margin: 0;
}
.Our-Projects-sec .vedio {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.Our-Projects-sec .sellhouse-box p {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    font-family: 'Orbitron';
}
.Our-Projects-sec .sellhouse-box {
    position: absolute;
    bottom: 0;
    /* left: 40px; */
    padding: 0px 0px 0 10px;
}
body.post-type-archive-projects .sellhouse-box p {
    color: #fff !important;
    font-size: 19px !important;
    padding-left: 0 !important;
}
.project-all-img {
    background-image: url(images/p4.png) !important;
    height: 372px;
    width: 282px;
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: contain;
}
.Our-Projects-sec .project-all-img h5 a {
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    font-family: 'Orbitron' !important;
    margin-right: 80px;
    text-decoration: none;
}
.Our-Projects-sec .project-all-img svg {
    width: 30%;
    fill: #fff;
}
.project-all-img .sellhouse-box {
    position: absolute;
    top: 33%;
    padding-left: 10px;
}
.Our-Projects-sec .project-all-img h5 a img {
    width: 28%;
    filter: invert(1);
}
/*************CONTACT US SEC CSS**************/
.contact-us-sec .theme-h2 {
    font-size: 40px;
    line-height: 67px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 39px;
    text-transform: uppercase;
}
.ContactForm input {
    background: rgb(0 0 0 / 15%);
    height: 60px;
    border-radius: 10px;
}
.ContactForm textarea {
    background: rgb(0 0 0 / 15%);
    height: 221px;
    resize: none;
    border-radius: 10px;
}
.ContactForm .btn-primary {
    background: #FE5D13;
    border: #FE5D13;
    width: 100%;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 18px;
    line-height: 34px;
    height: 55px;
    transition: all 0.5s ease-in-out;
}
.ContactForm .btn-primary:hover {
    background: #fff !important;
    border: #FE5D13 !important;
    transition: all 0.5s ease-in-out;
    color: #FE5D13 !important;
}
.ContactForm textarea::placeholder {
    padding-left: 10px;
    padding-top: 10px;
}
.ContactForm input::placeholder {
    padding-left: 10px;
}
.ContactForm input:focus {
    background: transparent;
    box-shadow: none;
  border-color: unset !important;
}
.ContactForm textarea:focus {
    background: transparent;
     box-shadow: none;
   border-color: unset !important;
}
.contact-us-sec {
    padding-top: 100px !important;
    padding-bottom: 70px !important;
}
/***********FOOTER CSS***********/
.theme-footer {
    background-image: url(images/footer-bg.png);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding-top: 95px;
    padding-bottom: 100px;
}
.ft1 ul li {
    list-style: none;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    padding-bottom: 10px;
}
.ft1 ul {
    padding-left: 0;
    margin: 0;
    padding-top: 10px;
}
.ft1 ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.ft1 ul li i {
    padding-right: 10px;
}
.ft1 h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ft1 p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.ft2 ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 40px;
    transition: all 0.5s ease-in-out;
}
.ft2 ul li {
    list-style: none;
}
.ft2 ul {
    padding-left: 10px;
}
.theme-footer h3 {
    color: #fff;
    margin: 0;
    font-size: 28px;
    line-height: 50px;
    font-weight: 500;
    padding-bottom: 20px;
}
.ft3 ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 34px;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}
.ft3 ul li a:hover {
    background: transparent;
    transition: all 0.5s ease-in-out;
    color: #000;
}
.ft2 ul li a:hover {
    background: transparent;
    transition: all 0.5s ease-in-out;
    color: #000;
}
.ft3 ul li a:focus {
    background: transparent;
}
.ft2 ul li a:focus {
    background: transparent;
}
.ft4 input {
    background: #fff;
    width: 331px;
}
.ft4 input::placeholder {
    color: rgb(0 0 0 / 60%);
}
.ft4 span.zoom-social_icons-list-span {
    background: rgb(0 0 0 / 20%);
    color: #fff !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px !important;
    transition: all 0.5s ease-in-out;
}
.ft4 section#zoom-social-icons-widget-2 {
    margin: 0 !important;
}
.ft4 .btn-primary {
    height: 51px !important;
    width: 64px;
    padding: 0 !important;
    font-size: 0 !important;
    background-image: url(images/arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: -66px;
    right: 0;
    left: 92%;
    background: #F26522;
    border-radius: 5px !important;
    border: #F26522 !important;
}
.ft4 span.wpcf7-spinner {
    display: none;
}
footer#colophon {
    background: #eb6526 !important;
}
.site-info {
    text-align: center;
    color: #ffff;
    font-size: 18px;
    line-height: 46px;
    border-top: 1px solid #DFDFDF;
    padding-top: 10px;
    padding-bottom: 10px;
}
.site-info a {
    text-transform: uppercase;
}
footer#colophon .container {
    padding: 0 !important;
}
.ft4 .Contact-email input {
    height: 60px;
    border-radius: 3px;
}
.ft4 .Contact-email input::placeholder {
    color: rgb(0 0 0 / 60%);
}
.ft4 span.zoom-social_icons-list-span:hover {
    color: #e1f3fe !important;
    transition: all 0.5s ease-in-out;
}

/************LAPTOP RESPONSIVE CSS***************/
@media only screen and (max-width: 1720px) {
	.services-box {
    min-height: 420px;
}
.serv-sec .sellhouse-box p {
    font-size: 17px;
    line-height: 28px;
}
}
@media only screen and (max-width: 1600px) {
  .serv-sec {
    padding-left: 20px !important;
}
  .services-box {
    min-height: 400px;
}
  .serv-sec .sellhouse-box p {
    font-size: 16px;
    margin-bottom: 10px;
}
.serv-sec .theme-p {
    font-size: 17px;
}
.testimonials-box:before {
    bottom: 39%;
}
}
@media only screen and (max-width: 1366px) {
 .serv-sec {
    padding-left: 30px !important;
    padding-top: 60px !important;
}
.serv-sec .theme-h2 {
    font-size: 45px;
}
  .services-box {
    min-height: 400px;
    padding: 30px 20px 20px 20px;
}
.serv-sec .sellhouse-box p {
    margin-bottom: 10px;
    font-size: 15px;
    min-height: 170px;
}
  .serv-sec .col-lg-3 {
    padding-left: 0 !important;
    padding-right: 10px !important;
}
.serv-sec .theme-p {
    font-size: 16px;
    width: 100%;
    line-height: 32px;
}
}
@media only screen and (max-width: 1280px) {
  .header-btn a.vc_general {
    padding: 15px 30px 15px 29px;
}
.banner .ContactForm {
    left: 0;
    width: 95%;
}
.banner .theme-h1 {
    font-size: 43px;
}
.serv-sec {
    padding-left: 30px !important;
    padding-top: 50px !important;
}
.serv-sec .theme-h2 {
    font-size: 40px;
}
.serv-sec .theme-p {
    width: 100%;
    font-size: 16px;
}
#owl_custom11 .owl-nav .owl-next {
    top: 95%;
    left: -32%;
}
#owl_custom11 .owl-nav .owl-prev {
    top: 95%;
}
.why-sec {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
}
.choose-con h2 {
    font-size: 26px;
}
.testi-sec {
    padding-top: 80px !important;
}
.ft4 input {
    width: 260px;
}
.ft4 .btn-primary {
    left: 68%;
    top: -65px;
}
.why-sec .theme-h2 {
    font-size: 45px;
}
.testi-sec .theme-h2 {
    font-size: 45px;
}
.Our-Projects-sec {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
}
.contact-us-sec {
    padding-bottom: 50px !important;
    padding-top: 80px !important;
}
.ft4 span.zoom-social_icons-list-span {
    width: 35px;
    height: 35px;
    font-size: 21px !important;
}
 .choose-con p {
    font-size: 17px;
}
 .banner {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.ft1 ul li {
    font-size: 17px;
}
.insurance-inner-img img.vc_single_image-img.attachment-full {
    width: 80%;
}
body.single-services p {
    font-size: 16px;
}
	.serv-sec .sellhouse-box p {
    line-height: 28px;
    font-size: 15px;
}
	.services-img {
    width: 70px;
    height: 70px;
}
	.contact-us-sec .theme-h2 {
    font-size: 35px;
}
}
/********ABOUT US PAGE CSS****************/
.abt-inner-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.abt-inner-sec .abt-inner-h2 {
    margin: 0;
    font-size: 50px;
    line-height: 60px;
    color: #000;
    padding-bottom: 10px;
}
.abt-inner-sec .abt-inner-p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
}
.abt-inner-sec .abt-inner-p p {
    margin: 0;
    padding-bottom: 10px;
}
.abt-inner-sec .abt-inner-row-2 {
    padding-top: 30px;
    padding-bottom: 10px;
}
.abt-inner-sec .abt-inner-h3 {
    margin: 0;
    font-size: 35px;
    line-height: 45px;
    color: #000;
}
/************FAQ PAGE CSS**************/
.Faq_Page {
  padding-top: 100px;
  padding-bottom: 100px;
}
.Faq_Page .vc_tta.vc_general .vc_tta-panel-title>a {
  background-color: #f26522;
  padding: 35px 15px 35px 50px;
  color: #000 !important;
  border-radius: 20px;
  padding-left: 60px !important;
}
.Faq_Page .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  color: #fff;
}
.Faq_Page .vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
  background-color: #e1f3fe;
  padding: 50px 25px 50px 25px;
  color: #fff;
  border-radius: 20px !important;
  border-bottom: 0;
  margin-bottom: 30px;
  border-top: 0;
}
.Faq_Page .vc_tta.vc_general .vc_tta-panel-title>a span {
  font-size: 20px;
  color: #fff;
}
.Faq_Page .vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body p {
  font-size: 18px;
  color: #000;
}
.Faq_Page .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .Faq_Page .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
  font-weight: 900;
  border-color: #fff !important;
  font-family: 'FontAwesome';
  color: #fff;
  height: 18px;
}
.Faq_Page .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
  width: 22px;
  top: 17px;
  left: -5px;
}
.Faq_Page ul li {
    /* list-style: none; */
    color: #000;
    font-size: 18px;
    line-height: 34px;
}
.Faq_Page p {
    font-size: 18px;
    line-height: 34px;
}
/************INSURANCE PAGE CSS**************/
.insurance-sec .insurance-h2 {
    margin: 0;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 30px;
}
.insurance-sec .insurance-p {
    font-size: 18px;
    line-height: 34px;
}
.insurance-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
/*************TESTIMONILAS PAGE CSS*********/

body.archive.post-type-archive .testimonials-img img {
    /* width: unset !important; */
    margin: 0 auto;
    padding-top: 50px;
    width: 113px !important;
}
body.archive.post-type-archive .testimonials-box {
    text-align: center;
    background: #fff;
    border-radius: 15px;
    padding: 40px 20px 12px 20px;
    box-shadow: 0px 3px 20px #00000042;
}
body.archive.post-type-archive .sellhouse-box p {font-size: 22px;line-height: 28px;color: #fff;font-weight: 500;font-family: 'Orbitron';}
body.archive.post-type-archive .sellhouse-box h2 {
    font-size: 22px;
    line-height: 38px;
    font-weight: 500;
    margin: 0;
}
/*body.archive.post-type-archive .testimonials-box:before {
    content: '';
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    background: #fff;
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 35%;
    left: 46.8%;
}*/
body.archive.post-type-archive .testimonials-img {
    text-align: center;
    padding-bottom: 50px;
}
body.archive.post-type-archive .row.sec-testi {
    padding-top: 100px;
    padding-bottom: 100px;
}
  body.archive.post-type-archive #owl_custom12 .center .testimonials-img img {
      border: 5px solid #F26522;
      padding: 0;
      border-radius: 100%;
      margin-top: 50px;
  }
body.archive.post-type-archive .row.sec-testi .item {
    background: #e1f3fe;
    margin-bottom: 30px;
    border-radius: 20px;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

/***INSURANCE PAGE CSS*****/
.insurance-inner-sec .insurance-h1 {
    margin: 0;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 30px;
}
.insurance-inner-sec {
    padding-top: 70px;
}
.insurance-inner-sec .theme-p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
}
.insurance-inner-sec .insurance-h2 {
    margin: 0;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.insurance-inner-sec .insurance-h3 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
    margin: 0;
}
.insurance-inner-sec .insrance-row-2 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.insurance-inner-sec .insrance-row-4 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.insurance-inner-sec .insrance-row-6 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.insurance-inner-sec .insrance-row-8 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.insurance-inner-img {
    text-align: center !important;
    width: 100%;
}
.insurance-inner-img figure.wpb_wrapper.vc_figure {
    width: 100%;
}
.insurance-inner-img .vc_single_image-wrapper.vc_box_border_grey {
    width: 100%;
}
.insurance-inner-img img.vc_single_image-img.attachment-full {
    width: 90%;
    object-fit: cover;
}


body.archive.post-type-archive .col-lg-3.col-md-3.col-sm-12 {
    margin-bottom: 40px;
}
.serv-sec .theme-btn a {
    background: #f26522 !important;
    border: 1px solid #f26522 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 34px;
    padding: 10px 33px 10px 33px;
    transition: all 0.5s ease-in-out;
    margin-top: 30px;
}
body.single-services p a {
    text-decoration: none;
    color: #f26522;
}
body.archive.post-type-archive p {
    color: #fff;
    font-size: 17px !important;
}
body.archive.post-type-archive h2 {
    font-size: 20px !important;
}
body.archive.post-type-archive .testimonials-box {
    /* min-height: 500px; */
}
body.archive.post-type-archive .item {
    min-height: 730px;
}
body.archive.post-type-archive .testimonials-box:before {
    bottom: 42% !important;
}
/*******ROOFING PAGE SLIDING BUTTON REMOVE CSS******************/
body.single-services .nav-next a {
    display: none;
}
body.single-services .ft4 .btn-primary {
    top: -82px;
}
body.archive.post-type-archive .ft1 p {
    color: #fff !important;
}
.wpcf7-not-valid-tip {
    line-height: 1.5em;

}
.wpcf7 form .wpcf7-response-output {
    background: #fff;
    color: #232347;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #232347;
    background: #fff;
    color: #232347 !important;
    margin-top: 15px !important;
    margin-left: 0;
    width: 80%;
    margin: 0 auto;
    padding-right: 0;
}

.ft4 p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ft4 ul {
    padding-left: 0;
    margin-bottom: 0;
}
.ft4 ul li {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
body.post-type-archive-testimonials .sellhouse-box p {
    color: #000 !important;
}
body.post-type-archive-testimonials .item {
    min-height: 0 !important;
}
a#clos__menu {
	display: none;
}
/*********** Responsive Start ************/
@media only screen and (max-width: 1199px) {
.container {
    max-width: 100%;
}
div#main-nav {
    position: fixed;
    height: 100%;
    left: 0;
    transform: translateX(-100%);
    top: 0;
    transition: 0.5s all ease-in-out;
    background: #fff;
    padding: 60px 60px;
    width: 35%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start !important;
    align-items: center;
    text-align: center;
    z-index: 99;
}
div#main-nav.show {
    transform: none;
}
div#main-nav .navbar-brand {
    margin: 0;
    width: 90%;
    padding-bottom: 30px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding-right: 0;
    padding-left: 0;
}
.header-btn {
    margin-top: 30px;
}
a#clos__menu {
    color: #fff;
    background: #f26522;
    font-size: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;
    border-radius: 100%;
    padding: 5px 16px;
    line-height: 40px;
    display: block;
}
button.navbar-toggler {
    background: #f26522;
}
button.navbar-toggler:focus {
    outline: none;
}
}
@media only screen and (max-width: 1024px) {
.Top-bar .top-left p {
    font-size: 14px;
}
.Top-bar .top-right ul li {
    font-size: 15px;
}
.Top-bar .top-right ul li i {
    font-size: 15px;
}
.Top-bar .top-right ul li a {
    padding-left: 10px;
}
div#main-nav {
    width: 38%;
}
.banner .theme-h1 {
    font-size: 36px;
    line-height: 58px;
    padding-bottom: 5px;
}
.banner .theme-p {
    padding-bottom: 30px;
}
.banner .theme-btn a {
    font-size: 16px;
    padding: 12px 30px;
}
.banner .ContactForm input {
    height: 55px;
    margin-bottom: 15px;
}
.banner .ContactForm {
    padding: 22px 22px 14px 22px;
}
.banner .ContactForm .btn-primary {
    font-size: 16px;
}
.banner {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.serv-sec .theme-h2 {
    font-size: 32px;
    line-height: 48px;
}
.serv-sec .theme-btn a {
    margin-top: 20px;
    font-size: 16px;
    padding: 10px 30px;
}
.serv-sec .serv-col {
    padding-top: 0;
}
.serv-sec {
    padding-left: 15px !important;
    padding-bottom: 80px !important;
}
.why-sec .theme-h2 {
    font-size: 32px;
    line-height: 46px;
    padding-bottom: 30px;
}
.choose-con h2 {
    font-size: 20px;
    line-height: 34px;
}
.choose-con p {
    font-size: 16px;
    line-height: 30px;
}
.choose-box {
    min-height: 400px;
    padding: 25px 10px 0px 10px;
}
.why-sec {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
}
.about-sec .theme-h2 {
    font-size: 34px;
    line-height: 50px;
}
.about-sec .theme-p p {
    font-size: 16px;
    line-height: 32px;
}
.about-sec .theme-btn a {
    font-size: 16px;
    margin-top: 10px;
}
section.vc_section.about-sec {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.testi-sec .theme-h2 {
    font-size: 32px;
    line-height: 46px;
    padding-bottom: 30px;
}
.sellhouse-box p {
    font-size: 17px;
}
.testimonials-img img {
    width: 100px !important;
}
#owl_custom12 .center .testimonials-img img {
    margin-top: 40px;
}
.testimonials-box:before {
    left: 48%;
    bottom: 115px;
    height: 30px;
    width: 30px;
}
.testi-sec {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
}
.Our-Projects-sec .theme-h2 {
    font-size: 34px;
    line-height: 48px;
}
.Our-Projects-sec .sellhouse-box {
    bottom: 30px;
}
.Our-Projects-sec .sellhouse-box p {
    font-size: 16px;
    margin: 0;
}
.Our-Projects-sec .project-all-img h5 a {
    font-size: 26px;
    margin-right: 53px !important;
}
.Our-Projects-sec .vedio h5 {
    padding-left: 10px;
}
.Our-Projects-sec .project-all-img h5 a img {
    width: 22%;
}
.project-all-img {
    height: auto;
    width: auto;
}
.Our-Projects-sec {
    padding-top: 60px !important;
    padding-bottom: 70px !important;
}
.contact-us-sec .theme-h2 {
    font-size: 32px;
    line-height: 48px;
}
.contact-us-sec {
    padding-top: 60px !important;
    padding-bottom: 20px !important;
}
.theme-footer h3 {
    font-size: 22px;
    line-height: 38px;
}
.theme-footer .ft1 img {
    width: 75%;
}
.ft1 ul {
    padding-top: 5px;
}
.ft1 ul li {
    font-size: 16px;
    line-height: 32px;
}
.ft1 ul li a {
    font-size: 16px;
}
.ft1 p br {
    display: none;
}
.ft1 p {
    font-size: 15px;
    margin: 0;
}
.ft2 ul li a {
    font-size: 16px;
}
.ft3 ul li a {
    font-size: 16px;
}
.ft4 p {
    font-size: 17px;
}
.ft4 ul li {
    font-size: 15px;
}
.ft4 .Contact-email input {
    height: 50px;
}
.ft4 input {
    width: 100%;
}
.ft4 .btn-primary {
    height: 44px !important;
    top: -57px;
    width: 50px;
    left: 73%;
}
.theme-footer {
    padding-top: 60px;
    padding-bottom: 50px;
}
.site-info {
    font-size: 16px;
    line-height: 40px;
}
.ft3 {
    max-width: 22%;
    flex: 0 0 22%;
}
.ft4 {
    max-width: 28%;
    flex: 0 0 28%;
}
.ft4 span.zoom-social_icons-list-span {
    width: 30px;
    height: 30px;
    font-size: 18px !important;
}
.breadcrumbs h1 {
    font-size: 34px;
    line-height: 48px;
    padding: 0;
}
.breadcrumbs {
    padding-top: 70px;
    padding-bottom: 70px;
}
.abt-inner-sec .abt-inner-h2 {
    font-size: 32px;
    line-height: 48px;
}
.abt-inner-sec .abt-inner-p p {
    font-size: 16px;
    line-height: 32px;
}
.abt-inner-sec .abt-inner-h3 {
    font-size: 25px;
    line-height: 38px;
}
.abt-inner-sec {
    padding-top: 70px;
    padding-bottom: 70px;
}
body.post-type-archive-projects .row.sec-pro {
    padding-top: 60px;
    padding-bottom: 60px;
}
body.archive.post-type-archive p {
    font-size: 15px !important;
}
.insurance-inner-sec .insurance-h2 {
    font-size: 24px;
    line-height: 36px;
    padding-top: 0;
    padding-bottom: 15px;
}
.insurance-inner-sec .theme-p {
    font-size: 16px;
    line-height: 32px;
}
.insurance-inner-sec .insurance-h3 {
    font-size: 24px;
    line-height: 36px;
}
.Faq_Page {
    padding-top: 60px;
    padding-bottom: 60px;
}
.Faq_Page .vc_tta.vc_general .vc_tta-panel-title>a span {
    color: #fff;
}
.Faq_Page .vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
    padding: 40px 25px;
}
.Faq_Page .vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body p {
    font-size: 16px;
}
body.archive.post-type-archive .row.sec-testi {
    padding-top: 60px;
    padding-bottom: 60px;
}
}
@media only screen and (max-width: 991px) {
.project-all-img {
    background-size: cover;
    width: 22%;
    margin-left: 15px;
}
.Top-bar .top-right ul {
    padding: 0;
}
.Top-bar .container {
    display: block;
    text-align: center;
}
.Top-bar .top-right ul {
    justify-content: center;
    margin: 0;
}
.Top-bar .top-left p {
    font-size: 16px;
    padding-bottom: 5px;
}
.Top-bar .top-right ul li {
    font-size: 16px;
}
.Top-bar {
    padding: 20px 0;
}
}
@media only screen and (max-width: 768px) {
div#main-nav {
    width: 50%;
}
.header-btn a.vc_general {
    font-size: 16px;
}
header#masthead {
    padding: 10px 0;
}
.navbar-brand {
    margin: 0;
    width: 27%;
}
button.navbar-toggler {
    font-size: 18px;
}
.banner .theme-h1 {
    font-size: 28px;
    line-height: 46px;
}
.banner .theme-p {
    font-size: 16px;
    line-height: 32px;
}
.banner .theme-btn a {
    padding: 10px 25px;
}
.banner .ContactForm {
    margin-left: 15px;
}
.Our-Projects-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.testi-sec {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
}
.why-sec {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
}
.serv-sec .theme-h2 {
    font-size: 28px;
}
.serv-sec .theme-p {
    font-size: 15px;
}
.why-sec .theme-h2 {
    font-size: 28px;
}
.about-sec .theme-h2 {
    font-size: 28px;
}
.about-sec .theme-p p {
    font-size: 15px;
    padding-bottom: 15px;
}
.testi-sec .theme-h2 {
    font-size: 28px;
}
.Our-Projects-sec .theme-h2 {
    font-size: 28px;
    padding-bottom: 30px;
}
.contact-us-sec .theme-h2 {
    font-size: 25px;
    line-height: 40px;
}
.Our-Projects-sec .sellhouse-box p {
    font-size: 14px;
}
.Our-Projects-sec .sellhouse-box {
    padding-left: 5px;
    bottom: 20px;
}
.Our-Projects-sec .project-all-img h5 a {
    font-size: 20px;
    line-height: 32px;
    margin-right: 20px !important;
}
.Our-Projects-sec .vedio h5 {
    padding-left: 0;
}
.project-all-img {
    width: 21%;
}
.abt-inner-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
.abt-inner-sec .abt-inner-h2 {
    font-size: 28px;
    line-height: 40px;
}
.abt-inner-sec .abt-inner-h3 {
    font-size: 22px;
}
.abt-inner-sec .vc_col-sm-3 {
    max-width: 30%;
    flex: 0 0 30%;
}
.abt-inner-sec .vc_col-sm-9 {
    max-width: 70%;
    flex: 0 0 70%;
}
body.post-type-archive-projects .row.sec-pro {
    padding-top: 50px;
    padding-bottom: 30px;
}
.insurance-inner-sec {
    padding-top: 50px;
}
.insurance-inner-sec .insrance-row-2 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.insurance-inner-sec .insrance-row-4 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.insurance-inner-sec .insrance-row-6 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.insurance-inner-sec .insrance-row-8 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.breadcrumbs h1 {
    font-size: 30px;
}
.insurance-inner-sec .insurance-h2 {
    font-size: 22px;
}
.insurance-inner-sec .insurance-h3 {
    font-size: 21px;
}
.insurance-inner-sec .theme-p {
    font-size: 15px;
    line-height: 30px;
}
.Faq_Page .vc_tta.vc_general .vc_tta-panel-title>a span {
    font-size: 18px;
    line-height: 26px;
}
.ft1 {
    max-width: 50%;
    flex: 0 0 50%;
}
.ft2 {
    max-width: 50%;
    flex: 0 0 50%;
}
.ft3 {
    max-width: 50%;
    flex: 0 0 50%;
	padding-top: 30px;
}
.ft4 {
    max-width: 50%;
    flex: 0 0 50%;
	padding-top: 30px;
}
.ft4 .btn-primary {
    left: 82%;
}
}
@media only screen and (max-width: 767px) {
.banner .theme-h1 {
    text-align: center !important;
}
.banner .theme-p {
    text-align: center;
}
.banner {
    text-align: center;
}
.banner .theme-btn a {
    margin-bottom: 40px;
}
.banner .ContactForm {
    margin: 0;
    width: 100%;
    padding: 40px 30px 30px 30px;
}
.serv-sec .theme-h2 {
    text-align: center !important;
}
.serv-sec {
    text-align: center;
}
.serv-sec .theme-btn a {
    margin-bottom: 30px;
}
.serv-sec {
    padding-bottom: 60px !important;
}
section.vc_section.about-sec {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
    text-align: center;
}
.about-sec .theme-h2 {
    text-align: center !important;
}
.about-sec .theme-btn a {
    margin-bottom: 30px;
}
#owl_custom12 .owl-dots {
    display: none;
}
.Our-Projects-sec .project-img {
    text-align: center !important;
    margin-bottom: 20px;
}
.project-all-img {
    width: 37%;
    height: 390px;
    margin: 0 auto;
}
.Our-Projects-sec .sellhouse-box {
    bottom: 60px;
    left: 33%;
}
.Our-Projects-sec .sellhouse-box p {
    font-size: 18px;
}
.Our-Projects-sec .project-all-img h5 a {
    font-size: 24px;
    margin-right: 0 !important;
}
.project-all-img .sellhouse-box {
    left: 50px;
    top: 36%;
}
.vedio {
    padding-bottom: 0 !important;
    width: 82%;
}
.Our-Projects-sec .vedio h5 {
    text-align: left;
}
.ft1 {
    max-width: 100%;
    flex: 0 0 100%;
}
.ft2 {
    max-width: 100%;
    flex: 0 0 100%;
}
.ft3 {
    max-width: 100%;
    flex: 0 0 100%;
	padding-top: 0px;
}
.ft4 {
    max-width: 100%;
    flex: 0 0 100%;
	padding-top: 0px;
}
.theme-footer {
    text-align: center !important;
    padding-top: 50px;
    padding-bottom: 40px;
}
.theme-footer .ft1 img {
    width: 45%;
}
.theme-footer h3 {
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 24px;
}
.ft2 ul {
    padding: 0;
    margin: 0;
}
.ft1 h4 {
    font-size: 20px;
    line-height: 40px;
}
.ft1 p {
    font-size: 16px;
    line-height: 32px;
}
.ft3 {
    padding-top: 0;
}
.Contact-email {
    width: 50%;
    margin: 0 auto;
}
.ft4 ul li {
    font-size: 16px;
    line-height: 36px;
    list-style: none;
}
.ft4 p {
    font-size: 20px;
}
.abt-inner-sec .vc_col-sm-3 {
    max-width: 100%;
    flex: 0 0 100%;
}
.abt-inner-sec .vc_col-sm-9 {
    max-width: 100%;
    flex: 0 0 100%;
}
.abt-inner-sec {
    text-align: center !important;
}
.abt-inner-sec .wpb_single_image {
    text-align: center !important;
    margin-bottom: 20px !important;
}
.abt-inner-sec .abt-inner-h2 {
    text-align: center !important;
}
.abt-inner-sec .abt-inner-h3 {
    text-align: center !important;
}
body.post-type-archive-projects .row.sec-pro {
    text-align: center;
}
.insurance-inner-sec .insrance-row-2 {
    padding-top: 0px;
    padding-bottom: 30px;
}
.insurance-inner-sec {
    text-align: center;
}
.insurance-inner-sec .insurance-h2 {
    text-align: center !important;
}
.insurance-inner-sec .insurance-h3 {
    text-align: center !important;
}
.insurance-inner-img img.vc_single_image-img.attachment-full {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.insurance-inner-sec .insrance-row-4 {
    padding-top: 0px;
    padding-bottom: 20px;
}
.insurance-inner-sec .insrance-row-6 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.insurance-inner-sec .insrance-row-8 {
    padding-top: 0;
    padding-bottom: 40px;
}
.Faq_Page {
    padding-top: 50px;
    padding-bottom: 50px;
}
}