/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* 1. Register Regular Font */
@font-face {
    font-family: 'Liberation Sans';
    src: url('/wp-content/uploads/2026/04/LiberationSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* 2. Register Bold Font */
@font-face {
    font-family: 'Liberation Sans';
    src: url('/wp-content/uploads/2026/04/LiberationSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* 3. Apply to Paragraphs and Body */
p, body {
    font-family: 'Liberation Sans', Arial, sans-serif !important;
    color: #848484 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 24px;
}
html,body{
	overflow-x:hidden;
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

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;
	text-decoration:none;
}

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

@media screen and (max-width: 1024px) {
    /* 1. Header Container ko Flex banayein */
	.navbar-toggler-icon {
		width: 2.5em;
		height: 2.5em;
	}	
    #masthead .container {
        display: black !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    /* 2. Logo ko left par rakhein */
    .navbar-brand {
        order: 0;
        flex: 0 1 auto;
        margin: 0 !important;
        padding: 10px 0 !important;
    }

    /* 3. Number ko center ya hide karne ke liye */
    .Headnumber {
        order: 2; /* Agar center mein chahiye */
        flex: 1;
        text-align: center;
        display: none; /* Mobile par header se hide karke menu ke andar dikhana behtar hai */
    }

    /* 4. Toggle Button ko right par rakhein */
    .navbar-toggle {
        order: 3;
        margin: 0 !important;
        padding: 9px 10px !important;
        flex: 0 1 auto;
    }

    /* 5. Menu ko full width niche dikhane ke liye */
    .navbar-collapse {
        order: 4;
        width: 100% !important;
        background: #f7f7f7;
        padding: 15px;
    }
	ul#menu-header-menu {
    gap: 30px !important;
}
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
#Custom-Org a {
    background: #F05A30 !important;
    color: #fff !important;
    padding: 14px 48px 14px 24px!important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px!important;
    line-height: 27px!important;
    font-weight: 500!important;
    border-radius: 100px!important;
    text-decoration: none!important;
    display: inline-block!important;
    transition: all 0.4s ease-in-out !important;
    border-color: #F05A30 !important;
}
#Custom-Org a i {
    display: inline-block!important; 
    transform: rotate(314deg)!important;
    transform-origin: left!important;
    transition: transform 0.4s ease-in-out!important;
}
#Custom-Org a:hover, #Custom-Org a:focus {
    background: #191C25  !important;
    color: #fff  !important;
	border-color: #191C25 !important;
}
#Custom-Org a:hover i, #Custom-Org a:focus i {
    transform: rotate(314deg) translate(5px, 0px)!important;
}
/* 
Black Button Css */

#Custom-black a {
    background: #191C25;
    color: #fff;
    padding: 14px 48px 14px 24px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease-in-out !important;
}
#Custom-black a i {
    display: inline-block; 
    transform: rotate(314deg);
    transform-origin: left;
    transition: transform 0.4s ease-in-out;
}
#Custom-black a:hover, #Custom-black a:focus {
    background: #F05A30;
    color: #fff;	
}
#Custom-black a:hover i, #Custom-black a:focus i {
    transform: rotate(314deg) translate(5px, 0px);
}


Outline Button Css */

#OutlineBTN a {
    background: #fff !important;
    color: #191C25 !important;
    padding: 14px 48px 14px 24px !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px !important;
    line-height: 27px !important;
    font-weight: 500 !important;
    border-radius: 100px !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.4s ease-in-out !important;
    border-color: #191C25 !important;
}
#OutlineBTN a i {
    display: inline-block; 
    transform: rotate(314deg);
    transform-origin: left;
    transition: transform 0.4s ease-in-out;
}
#OutlineBTN a:hover, #OutlineBTN a:focus {
    background: #191C25 !important;
    color: #fff !important;	
}
#OutlineBTN a:hover i, #OutlineBTN a:focus i {
    transform: rotate(314deg) translate(5px, 0px);
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Montserrat", sans-serif;	
}
h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 72px;
	font-weight: 500;
	line-height: 86.4px;
	letter-spacing: 0%;
}
h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 56px;
	font-weight: 500;
	line-height: 62.2px;
	letter-spacing: 0%;
	color:#191C25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 26.4px;
	letter-spacing: 0%;
}
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;
}
.callnowmain .wpb_wrapper {
    display: flex;
    align-items: center;
}
.callnow p a {
	font-weight: 500;
	color: #191C25;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	margin-top: 10px;
	display: block;
	margin-left: 20px;
}
/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
#masthead .navbar-nav > li:hover ul.dropdown-menu {
  display: block !important;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

header#masthead {
    margin-bottom: 0;
    background-color: #fff;
    padding: 15px 0;
}

.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: #191C25;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.Headnumber a {
	color: #191C25;
	padding: 0;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
}
.Headnumber a:hover, .Headnumber a:focus{
	color: #F05A30;
}
.Headnumber a img {
    margin-right: 10px;
}
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: #F05A30;
}
ul#menu-header-menu {
    gap: 60px;
}
.navbar-brand {
    height: auto;
    max-width: 150px;
    padding: 0;
    margin: 0;
}

.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: 22.5rem;
  margin: 0;
  padding: 0;
  top: 100%;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
  color: #191C25;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  transition: all 0.4s ease-in-out !important;	
}
.dropdown-menu .dropdown-item:hover {
  background: #F05A30;
  color: #fff;
}

@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;
}
.MainBanner {
    min-height: 0 !important;
}
/*--------------------------------------------------------------
# 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;
	display:none;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

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



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

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

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


/* //=======================================================
		Home Page Css
//====================================================== */
/* Container Styling */
.banner-content {
    padding-top: 65px;
    text-align: left;
    padding-bottom: 0;
}

/* Icon and Small Heading */
.company-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    color: #191C25;
    margin-bottom: 15px;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
}

/* Main Heading */
.banner-title {
    font-size: 64px; /* Image ke mutabiq bada size */
    line-height: 1.1;
    font-weight: 900;
    color: #1a1e26;
    margin-bottom: 20px;
    font-style: italic; /* "Services in" italic lag raha hai */
}

.city-name {
    font-style: normal;
    display: block;
    font-weight: 500;
}

/* Description */
.banner-description {
    font-size: 16px;
    color: #777;
    max-width: 450px;
    margin-bottom: 35px;
    line-height: 1.6;
}

/* Buttons */
.banner-btns {
    display: flex;
    align-items: center;
    gap: 25px;
}

.cta-primary {
    background-color: #f15a2b; /* Orange color */
    color: white !important;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}
a.cta-primary i {
    transform: rotate(324deg);
    transform: rotate(317deg);
    padding-left: 10px;
    top: 5px;
    position: relative;
}

.cta-primary:hover {
    background-color: #d4491e;
    transform: translateY(-2px);
}

.cta-link {
    color: #1a1e26;
    text-decoration: underline;
    font-weight: 600;
    font-size: 15px;
}





/* Center Headings Styling */
.features-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    color: #1a1e26;
    margin-bottom: 10px;
}

.main-heading {
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 60px;
}

.main-heading span {
    font-style: italic;
    font-weight: 900;
}

/* Advantage Card Styling */
.advantage-card {
    padding: 10px;
    transition: 0.3s;
}

.adv-icon {
    margin-bottom: 25px;
}

.adv-icon img {
    width: 60px; /* Adjust size as needed */
    height: auto;
}

.adv-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1e26;
    margin-bottom: 15px;
}

.adv-desc {
    font-size: 15px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 20px;
    min-height: 70px; /* Sab cards ko barabar rakhne ke liye */
}

/* Bottom Orange Border Effect */
.adv-border {
    width: 100%;
    height: 2px;
    background-color: #eee;
    position: relative;
}

.adv-border::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 84px;
    height: 2px;
    background-color: #f15a2b; /* Orange highlight */
}






/* Global Heading Container */
.custom-main-heading {
    text-align: center;
    margin-bottom: 50px;
}

/* "Our Features" Styling */
.custom-main-heading .sub-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
    color: #191C25;
    margin-bottom: 15px;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0%;
    color: #191C25;
    margin-bottom: 15px;
}

/* "Our Key Advantages" Styling */
.custom-main-heading h2 {
    /* Aapki di hui specs */
    font-family: "Montserrat", sans-serif;
    font-size: 56px;
    font-weight: 500;
    line-height: 62.2px;
    letter-spacing: 0%;
    color: #191C25;
    margin: 0;
}

/* "Our Key" ko Bold aur Italic karne ke liye */
.custom-main-heading h2 strong {
    font-weight: 800; /* Isko thoda extra bold rakha hai highlights ke liye */
    font-style: italic;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .custom-main-heading h2 {
        font-size: 38px;
        line-height: 44px;
    }
    .custom-main-heading .sub-tag {
        font-size: 18px;
    }
}





/* About Section Styling */
.about-section-container {
    padding: 60px 0;
}

.about-tag {
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    color: #f15a2b; /* Orange color */
    margin-bottom: 5px;
    font-weight: 500;
}

.about-title {
    font-family: "Montserrat", sans-serif;
    font-size: 56px;
    font-weight: 800;
    font-style: italic;
    color: #191C25;
    margin-top: 0;
    margin-bottom: 25px;
}

.about-text {
    font-size: 15px;
    color: #777;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 500px;
}

/* Dark Button */
.btn-read-more {
    background-color: #191C25;
    color: #fff !important;
    padding: 14px 35px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-read-more:hover {
    background-color: #f15a2b;
}

/* Image Container with Dots */
.about-image-wrapper {
    position: relative;
    padding-left: 30px; /* Dots ke liye jagah */
}

.about-image-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 80px;
    height: 100px;
    /* Dotted Pattern Image URL yahan dalein */
    background-image: radial-gradient(#f15a2b 2px, transparent 2px);
    background-size: 15px 15px;
    z-index: -1;
}

.about-img-frame img {
    border-radius: 5px;
    width: 100%;
}





/* --- Global Section Styling --- */
.about-counter-section {
    padding: 80px 0;
    font-family: "Montserrat", sans-serif;
}

/* About Content */
.about-tag {
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    color: #f15a2b;
    margin: 0;
    font-weight: 500;
}

.about-title {
    font-family: "Montserrat", sans-serif;
    font-size: 56px;
    font-weight: 800;
    font-style: italic;
    color: #191C25;
    margin: 20px 0 25px 0;
    line-height: 1.1;
}

.about-description {
    font-size: 15px;
    color: #777;
    line-height: 1.7;
    margin-bottom: 30px;
}

.btn-read-more {
    display: inline-block;
    background-color: #191C25;
    color: #fff !important;
    padding: 14px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-read-more:hover {
    background-color: #f15a2b;
}

/* --- Counter Row Styling --- */
.counter-outer-wrapper {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eeeeee;
}

/* WPBakery Milestone Override */
/* .custom-counter .vc_milestone_value {
    font-family: "Montserrat", sans-serif !important;
    font-size: 56px !important;
    font-weight: 800 !important;
    color: #191C25 !important;
    letter-spacing: -1px;
}

.custom-counter .vc_milestone_symbol {
    color: #f15a2b !important;
    font-weight: 800 !important;
    font-size: 0.8em;
}

.custom-counter .vc_milestone_label {
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    color: #777 !important;
    font-weight: 500 !important;
    margin-top: 5px;
}
.slant-divider {
    font-size: 60px;
    color: #dddddd;
    font-weight: 100;
    transform: rotate(15deg);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
 */
/* Responsive Fixes */
/* @media (max-width: 768px) {
    .about-title { font-size: 40px; }
    .custom-counter .vc_milestone_value { font-size: 40px !important; }
    .slant-divider { display: none; } 
} */


.counter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 60px 0 20px 0;
}

.stat-content {
    flex-grow: 1;
}

.count-val {
    font-size: 45px;
    font-weight: 900;
    color: #1e2125;
    font-family: 'Poppins', sans-serif; /* Ya jo aapki theme ki font hai */
}

.orange-plus {
    font-size: 38px;
    font-weight: 800;
    color: #ff5e3a; /* Exact orange from image */
    margin-left: 2px;
}

.stat-content p {
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
    margin: 5px 0 0 0 !important;
    letter-spacing: 0.2px;
}

/* Diagonal Slash Styling */
.stat-slash {
    font-size: 50px;
    font-weight: 100;
    color: #ced4da;
    transform: rotate(15deg);
    margin-left: 20px;
    font-family: serif;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .counter-wrapper {
        flex-direction: column;
        border-bottom: 1px solid #eee;
    }
    .stat-slash {
        display: none;
    }
}

.no-slash .stat-slash {
    display: none;
}












/* --- Services List Section --- */
.services-list-container {
	padding: 80px 0 0px 0;
}

/* Service Row Item */
.service-item-row {
    padding: 20px 0 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
}

.service-item-row:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.service-content-left {
    flex: 1;
}

.service-title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #191c25;
    margin-bottom: 10px;
}

.service-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #777;
    max-width: 500px;
    line-height: 1.6;
}

/* Circle Arrow Button */
.service-arrow-link {
    width: 50px;
    height: 50px;
    border: 1px solid #777;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: 20px;
    text-decoration: none !important;
    transition: 0.3s ease;
}

.service-item-row:hover .service-arrow-link {
    background-color: #f15a2b;
    border-color: #f15a2b;
    color: #fff;
}

/* Custom Service Card Container */
.custom-service-card {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    padding: 50px 60px; /* Proper padding */
    border-radius: 8px;
    display: flex !important; /* Force flex */
    flex-direction: row !important; /* Row mein rakhega */
    align-items: center !important; /* Vertically ek dam center */
    justify-content: space-between !important; /* Text left, Button right */
    margin-top: 0px;
    overflow: hidden;
    color: #ffffff;
}
/* Text Wrapper */
.card-text-z {
    position: relative;
    z-index: 2;
    flex: 1; /* Baqi saari jagah text le lega */
    text-align: left;
}

.card-text-z h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 8px 0 !important;
}

.card-text-z p {
    font-size: 16px !important;
    color: #dddddd !important;
    margin: 0 !important;
}

/* Button Wrapper */
.card-btn {
    position: relative;
    z-index: 2;
    background: #f15a2b;
    color: #ffffff !important;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap; /* Button wrap nahi hoga */
    margin-left: 30px;
    transition: 0.3s ease;
}

.card-btn:hover {
    background: #d4491e;
    transform: scale(1.05);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .custom-service-card {
        flex-direction: column !important; /* Mobile par upar niche */
        text-align: center;
        padding: 40px 20px;
    }
    .card-text-z {
        text-align: center;
        margin-bottom: 20px;
    }
    .card-btn {
        margin-left: 0;
    }
}


















/* --- How It Works Section --- */
.steps-section { padding: 80px 0; background: #fff; }

.steps-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; }

.steps-header h2 { font-size: 48px; font-weight: 800; color: #191c25; line-height: 1.1; }
.steps-header h2 em { font-style: italic; font-weight: 900; }

.stat-box { text-align: right; }
.stat-number { font-size: 64px; font-weight: 800; color: #191c25; line-height: 1; }
.stat-number span { color: #f15a2b; }
.stat-label { font-size: 14px; color: #777; font-weight: 600; }

/* Main Image Wrapper with Dots */
.step-img-container { position: relative; margin-bottom: 0px; }
.step-img-container img { width: 100%; border-radius: 4px; }
.HowitsWork {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
    margin-top: 100px;
}
.leftdotted {
    position: absolute;
    top: 55%;
    left: -30px;
}
.TestimonialSec .leftdotted {
position: absolute;
    top: 15%;
    left: -30px;
}
.TestimonialSec {
    padding-top: 100px !important;
    padding-bottom: 20px !important;
}
.HowitsWork .about-title {
    font-family: "Montserrat", sans-serif;
    font-size: 56px;
    font-weight: 500;
    color: #191C25;
    margin: 20px 0 25px 0;
    line-height: 1.1;
    font-style: normal;
}
/* Orange Dots Pattern */
.dots-pattern {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 120px;
    background-image: radial-gradient(#f15a2b 2px, transparent 2px);
    background-size: 15px 15px;
    z-index: 1;
}
.percentage {
    text-align: right;
    position: relative;
}
.percentage:before{
    content: '';
    display: block;
    width: 160px;
    height: 2px;
    background: #DFDFDF;
    position: absolute;
    right: 0;
    bottom: 35px;
    z-index: 0;
}
.percentage:after{
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #F05A30;
    position: absolute;
    right: 101px;
    bottom: 35px;
    z-index: 0;
}
.percentage h4, .percentage h5 {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 72px;
    font-weight: 500;
    color: #191C25;
    margin: 0px 0 25px 0;
    line-height: 1.1;
}
.percentage h5 {
	color:#F05A30;
}
/* Steps Columns */
.step-item { padding: 0 20px; }
.step-num-tag { font-size: 16px; font-weight: 700; color: #f15a2b; text-transform: uppercase; margin-bottom: 10px; display: block; }
.step-title { font-size: 22px; font-weight: 700; color: #191c25; margin-bottom: 15px; }
.step-desc { font-size: 14px; color: #777; line-height: 1.6; }

/* Slanted Divider between steps */
.step-slant-line {
    width: 1px;
    height: 80px;
    background: #f15a2b;
    transform: rotate(25deg);
    margin: 40px auto 0;
}















/* Section Container */
.testimonial-left-img-wrap {
    position: relative;
    padding-left: 30px;
}

/* Floating 4.5 Card */
.floating-rating-card {
    position: absolute;
    bottom: 50px;
    right: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
    z-index: 10;
}

.floating-rating-card h3 {
    font-size: 48px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #191C25;
}

/* Testimonial Card Styling */
.testimonial-card {
    background: #F5F5F5;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.03);
    margin: 10px;
    min-height: 480px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.quote-icon {
    color: #f15a2b;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
}

.star-rating .filled {color: #FFD43B;font-size: 20px;margin-right: 5px;}
.star-rating {color: #848484;margin-bottom: 15px;font-size: 20px;}

.testimonial-text {
    font-size: 15px;
    color: #666;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.6;
}
.testimonial-text p {
    font-size: 15px !important;
    line-height: 24px !important;
}

.client-info { display: flex; align-items: center; gap: 0px; }
.client-img img {
    width: 50px !important;
    height: 50px;
    border-radius: 4px;
    object-fit: cover;
}

.client-name { margin: 0; font-size: 16px; font-weight: 700; }
.client-designation { margin: 0; font-size: 13px; color: #f15a2b; }


/* Testimonials css */
/* Container Spacing */
.testimonial-section { padding: 80px 0; background-color: #fff; }

/* Left Side Image & Badge */
.testimonial-left-col { position: relative; }
.testimonial-left-col img { border-radius: 4px; width: 100%; }

/* Dynamic Floating Card (4.5) */
.floating-badge-dynamic {
    position: absolute;
    bottom: 30px;
    right: -20px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
    z-index: 10;
}
.floating-badge-dynamic h3 { font-size: 48px; font-weight: 800; margin: 0; color: #191c25; }
.floating-badge-dynamic .stars-orange { color: #f15a2b; font-size: 14px; margin-top: 5px; }




/* Testimonial Card Design */
.testimonial-card {
background: #F5F5F5;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.03);
    margin: 10px;
}

.quote-icon {
    transform: rotate(0deg);
    display: inline-block;
    position: absolute;
    top: 0;
}
.star-rating { 
    margin-bottom: 15px; 
    display: flex;
}

.star-rating .star {
    font-size: 25px;
    margin-right: 2px;
    color: #212529; /* Empty star color (Blackish) as per your requirement */
}

.star-rating .star.filled {
    color: #FFD43B; /* Actual filled star color (Yellow) as per your requirement */
}

.testimonial-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.client-img img {
    width: 45px !important;
    height: 45px !important;
    border-radius: 4px; /* Slightly rounded corners */
    object-fit: cover;
}

.client-name {
    font-size: 15px;
    font-weight: 700;
    color: #191C25;
    margin: 0;
}

.client-designation {
    font-size: 12px;
    color: #F15A2B; /* Orange color for designation */
    margin: 0;
}
.testimonialmain .custom-main-heading {
    text-align: left;
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.TheStory .custom-main-heading{
	width: 60%;
	margin: 15px auto 0px auto;	
}















/* Floating White Card */
.contact-card-box {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 30px; /* Rounded corners as per image */
    max-width: 100%;
    box-shadow: 0px 20px 50px rgba(0,0,0,0.1);
    z-index: 2;
}

.contact-card-box h3 {
    font-size: 28px;
    font-weight: 600;
    color: #191C25;
    margin-bottom: 15px;
    line-height: 36px;
    font-family: "Montserrat", sans-serif;
}

.contact-card-box p {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}


/* Container reset */
.handyman-form-wrapper {
    max-width: 100% !important;
    padding: 10px;
}

/* Grid Layout for Row */
.form-grid-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr; /* Ye 2 columns banayega */
    gap: 15px !important;
    margin-bottom: 15px !important;
}

/* Single column rows ke liye (Select aur Textarea) */
.form-grid-row:has(.form-col-full) {
    grid-template-columns: 1fr !important;
}

/* CF7 Spans ko block karna zaroori hai */
.handyman-form-wrapper span.wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
}

/* Input Fields Styling */
.handyman-form-wrapper input:not([type="submit"]), 
.handyman-form-wrapper select, 
.handyman-form-wrapper textarea {
    width: 100% !important;
    background: #F5F5F5 !important;
    border: 1px solid #eee !important;
    padding: 15px 20px !important;
    border-radius: 15px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
    height: 60px;
}

.handyman-form-wrapper textarea {
    height: 120px !important;
}

/* Submit Button Row */
.form-submit-row {
    width: 100% !important;
}

.handyman-form-wrapper .wpcf7-submit {
    width: 100% !important;
    background: #191C25 !important;
    color: #FFF !important;
    padding: 18px !important;
    border-radius: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    border: none !important;
}

/* Mobile Responsive: Mobile par wapis 1 column ho jaye */
@media (max-width: 600px) {
    .form-grid-row {
        grid-template-columns: 1fr !important;
    }
}


.ContactSection {
    margin-top: 230px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.manimg {
    margin-top: -160px;
    position: relative;
    z-index: 999 !important;
}
.ContactSection {
    overflow: visible !important; 
    position: relative;
    z-index: 1; 
}
.handyman-contact-section {
    margin-top: -160px; 
    position: relative;
    z-index: 999 !important; 
}
.ContactSection .vc_row, 
.ContactSection .container {
    overflow: visible !important;
}













.handyman-marquee {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.marquee-track {
    display: flex;
    animation: scroll-left 30s linear infinite;
    width: max-content;
}

.marquee-item {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    padding: 0;
}
.marquee-item i {
    padding: 0 60px;
}
/* Animation */
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Hover par pause karne ke liye */
.handyman-marquee:hover .marquee-track {
    animation-play-state: paused;
}
.BlogMain {
    padding-top: 80px !important;
}
.BlogMain .custom-main-heading {
    max-width: 680px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.BlogMain  .custom-main-heading h2 {
    text-align: center !important;
}
.page-id-442 .BlogMain .custom-main-heading {
    max-width: 980px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.GalleryMain{
	padding-top:60px;
	padding-bottom:60px;
}
.vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
    background: #F05A30 !important;
    color: #fff !important;
    padding: 15px 50px !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px !important;
    line-height: 27px !important;
    font-weight: 500 !important;
    border-radius: 100px !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.4s ease-in-out !important;
    border-color: #F05A30 !important;
}
/*  ============================================ Blog Css ========================================= */
.blog-card-container {
    background: #fff;
    transition: 0.3s;
}

.blog-image-wrapper {
    position: relative;
    height: auto;
    overflow: hidden;
}

.blog-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog-category-badge {
    position: absolute;
    top: 20px;
    left: 0;
    background: #F15A2B; /* Orange */
    color: #fff;
    padding: 6px 15px;
    font-size: 12px;
    font-weight: 700;
    z-index: 10;
}

.blog-info-wrapper {
    padding: 20px 0;
}

.blog-meta-tags {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.meta-item {
    color: #F15A2B;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-main-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-main-title a {
    text-decoration: none;
    color: #191C25;
}

.blog-main-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* Free Consultation Css */
.Consultation:before{
	content: "";
	display: block;
	width: 600px;
	height: 653px;
	background-image: url(/wp-content/uploads/2026/04/Consultation.png);
	background-size: cover;
	background-position: bottom left;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
}
/* Container styling */
.handyman-hero-content {
    text-align: left;
    max-width: 650px;
}

/* Sub-tag styling */
.sub-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.FreeConsultationText {
    font-size: 18px;
    font-weight: 700;
    color: #191C25;
}

/* Main Heading styling */
.hero-main-title {
    font-size: 72px; /* Large professional size */
    font-weight: 800;
    color: #191C25;
    line-height: 1.1;
    margin-bottom: 20px;
}

.italic-text {
    font-style: italic;
    font-weight: 800; /* Extra bold jaisa image mein hai */
}

/* Description styling */
.hero-desc {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}


/* Responsive */
@media (max-width: 768px) {
    .hero-main-title {
        font-size: 45px;
    }
    .hero-btn-group {
        flex-direction: column;
        align-items: flex-start;
    }
}
.Consultation {
    padding-top: 100px;
    padding-bottom: 100px;
}
.Consultation .hero-main-title {
    font-size: 56px;
    font-weight: 400;
    color: #191C25;
    line-height: 1.1;
    margin-bottom: 20px;
    font-style: normal;
}
/* //=======================================================
		Home Page Css
//====================================================== */


#footer-widget {
    background: #F5F5F5;
    padding-top: 5%;
    padding-bottom: 0%;
}
#footer-widget .nav-link {
    display: block;
    padding: inherit;
    font-size: 16px;
    color: #191C25;
    display: block;
    margin-bottom: 20px;
	font-family: "Montserrat", sans-serif;
	line-height:27px;	
}
#footer-widget .nav > li > a:focus, #footer-widget .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
    color: #f15a2b !important;
}
#footer-widget  .widget-title {
	font-size: 22px;
	color: #848484;
	display: block;
	margin-bottom: 20px;
	font-family: "Montserrat", sans-serif;
	line-height: 26.4px;
	text-transform: uppercase;
	font-weight: 500;
}
#footer-widget  .widget-title {
    font-size: 22px;
    color: #848484;
    display: block;
    margin-bottom: 20px;
	font-family: "Montserrat", sans-serif;
	line-height:26.4px;
}
.Tiktoliniks {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 0;
}
.Tiktoliniks a {
    display: block;
    padding: inherit;
    font-size: 18px;
    color: #191C25;
    display: block;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    line-height: 27px;
    margin-left: 60px;
}
.Tiktoliniks a:hover{
	color: #f15a2b !important;	
	text-decoration:none;
}
.copyrightFooter {
    border-top: 1px solid #DFDFDF;
    padding-top: 30px;
    padding-bottom: 0;
    margin-top: 20px;
}
#media_image-2 img {
    width: 120px;
    object-fit: scale-down;
}
.footer-copyright-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.footer-copyright-box p{
	font-size: 16px;
	color: #848484;
	display: block;
	margin-bottom: 20px;
	font-family: 'Liberation Sans';
	line-height: 27px;
}
/* Newsletter Form Capsule Styling */
.SubscribeForm {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 100px; /* Capsule shape */
    padding: 5px 5px 5px 25px; /* Button ko right side par fit karne ke liye */
    max-width: 500px;
    width: 100%;
    margin: 0 auto; /* Center karne ke liye */
    box-sizing: border-box;
}

/* Input Row */
.SubscribeForm .form-row {
    flex: 1;
}

/* Email Input Field Styling */
.SubscribeForm input[type="email"] {
    width: 100%;
    border: none !important;
    outline: none !important;
    background: transparent;
    font-size: 18px;
    color: #666;
    padding: 10px 0;
    box-shadow: none !important;
}

/* Placeholder Styling */
.SubscribeForm input::placeholder {
    color: #999;
    font-weight: 400;
}

/* Submit Button Styling (Circular Orange) */
.SubscribeForm .form-submit {
    display: flex;
    align-items: center;
}

.SubscribeForm input[type="submit"] {
    background-color: #F15A2B !important; /* Image Orange Color */
    color: #ffffff !important;
    width: 55px;
    height: 55px;
    border-radius: 50% !important; /* Perfect Circle */
    border: none !important;
    font-size: 26px; /* Arrow size */
    font-weight: 300;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    line-height: 1;
}

.SubscribeForm input[type="submit"]:hover {
    background-color: #191C25 !important; /* Dark hover effect */
    transform: scale(1.05);
}

/* Contact Form 7 specific cleanup */
.SubscribeForm .wpcf7-form-control-wrap {
    display: block;
}

.SubscribeForm br {
    display: none; /* Extra spacing khatam karne ke liye */
}

.SubscribeForm .wpcf7-spinner {
    position: absolute;
    right: 70px;
}
.SubscribeForm  p{
	margin-bottom:0px !important;
}
#text-2 h3.widget-title {
    color: #191C25;
    font-size: 24px;
    font-weight: 600;
}
.customer-services {
    padding-top: 50px !important;
    padding-bottom: 35px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.customer-services h4{
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 33.6px;
	letter-spacing: 0%;	
	color:#fff;
}
.customer-services p{
	color:#fff !important;	
}
.inlineBTN .wpb_wrapper {
display: flex !important;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}
.inlineBTN .wpb_wrapper #Custom-Org{
	margin-right:20px !important;
}
.inlineBTN .vc_btn3.vc_btn3-size-md {
    font-size: 18px;
    padding: 19px 50px 19px 30px !important;
    background: #fff !important;
    border-color: #191c25 !important;
    color: #191c25 !important;
}
/* //=======================================================
		About Us Page Css
//====================================================== */

#AboutInner .custom-main-heading {
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.VideoSec {
    padding-top: 100px;
}
/* Saal (2025) wali class */
.timelinetext {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Column ki poori height lega */
    min-height: 100px;
}

/* Vertical Line jo saal ke peeche se guzregi */
.timelinetext::before {
    content: '';
    position: absolute;
	top: -90px;
    bottom: -50px;
    left: 50%;
    width: 4px;
    background-color: #e0e0e0;
    transform: translateX(-50%);
    z-index: 1;
    height: 53vh;
}

/* Saal ka text line ke upar dikhane ke liye */
.timelinetext h3 {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding: 10px 0;
    margin: 0;
    font-family: inherit;
    font-weight: bold;
    font-size: 28px;
    color: #191C25;
}

/* Content box wali class */
.timelinebox {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 140px;
}

.timelinebox h4 {
	font-size: 22px;
	font-weight: 700;
	color: #1a1e26;
	margin-bottom: 15px;
}
.bottomspace {
    margin-bottom: 120px !important;
}
/* //=======================================================
		About Us Page Css
//====================================================== */

.contact-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff;
    text-align: center;
}

.contact-block {
    flex: 1;
    min-width: 250px;
    margin: 20px;
    position: relative;
}

.icon img {
    width: 40px;
    height: auto;
    margin-bottom: 15px;
    filter: invert(58%) sepia(21%) saturate(1200%) hue-rotate(320deg) brightness(95%) contrast(90%); /* Orange-ish color */
}

.contact-block h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.sub-text {
    font-size: 13px;
    color: #888;
    margin-bottom: 15px;
}

.main-info {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin-bottom: 25px;
}

.border-bottom {
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
    position: relative;
}

.border-bottom::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px; /* Choti orange line */
    height: 2px;
    background-color: #ff9d80; /* Light orange color */
}

/* Mobile responsive */
@media (max-width: 768px) {
    .contact-section {
        flex-direction: column;
    }
}
.Telepone p{
	margin-bottom:0px !important;
}
.Telepone h3{
    font-weight: 500;
    color: #191C25;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    margin-top: 10px;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}
.Telepone p{
    font-weight: 500;
    color: #191C25;
    font-size: 16px;
}
.Telepone strong {
    font-weight: 500;
    color: #212529;
    font-size: 18px;
    margin-top: 10px;
    display: block;
    padding-bottom: 30px;
    font-family: 'Liberation Sans';
}
.Telepone {
    text-align: center;
}
.Telepone img{
	width: 44px;
	height: 34px;
	object-fit: scale-down;
}
.ContactSec{
    padding-top: 80px !important;
    padding-bottom: 50px !important;
}
#googlemapsec{}
#googlemapsec .wpb_gmaps_widget .wpb_content_element{
	margin-bottom:0px !important
}
#googlemapsec .wpb_content_element {
    margin-bottom: 0!important;
}
#googlemapsec.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
}
section#googlemapsec {
    margin-top: 80px !important;
}
#AboutMainP {
	padding-top:0px !important;
}
.VideoSec .vc_btn3.vc_btn3-size-md {
    font-size: 33px;
    padding: 20px 40px;
}
.VideoSec .vc_btn3.vc_btn3-size-md .vc_btn3-icon {
    font-size: 36px;
    height: 14px;
    line-height: 14px;
}
#googlemapsec .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
section#ServicesAbout {
    padding-top: 0;
}
.page-id-19 .ContactSection {
    margin-top: 160px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.page-id-19 .counter-wrapper {
    padding: 0px 0 0px 0;
}
.GalleryMain .flexslider{
    margin-bottom: 0px !important;
    border: none;
}
.GalleryMain .bottomspacegallery{
	margin-bottom:25px !important;	
}
.GalleryMain .gallerybox img {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover;
    margin-bottom: 25px;
}
.GalleryMain{
	padding-bottom:30px;
}

/* //=======================================================
		Services Page Css
//====================================================== */


/* ============================================== End Pages Css  ====================================================  */
/* ============================================== Responsive  ====================================================  */
@media only screen and (max-width: 1600px){}
@media only screen and (max-width: 1400px){}
@media only screen and (max-width: 1024px){
    #footer-widget .col-md-2 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }	
}
@media only screen and (max-width: 960px){
.about-section-container .vc_col-sm-6{
		width: 100% !important;
}
.manimg {
    margin-top: 0;
    position: relative;
    z-index: 999 !important;
}
.handyman-contact-section {
    margin-top: 0;
    position: relative;
    z-index: 999 !important;
}	
.ContactSection     .vc_col-sm-6 {
        width: 100% !important;
    }
.ContactSection .wpb_single_image img {
    height: auto;
    max-width: 50% !important;
    vertical-align: top;
    margin: 0px auto;
    display: table;
}
.ContactSection {
        margin-top: 0px !important;
        padding-top: 50px !important;
    }
.page-id-19 .ContactSection {
    margin-top: 0px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 50px !important;
}		
    .banner-content {
        padding-top: 0px !important;
    }
.MainBanner .wpb_content_element {
    margin-bottom: 15px !important;
}
.blog-image-wrapper img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}	
.Telepone strong {
    font-size: 15px;
}		
}
@media only screen and (max-width: 767px){
.about-section-container .vc_col-sm-6{
		width: 100% !important;
}
.manimg {
    margin-top: 0;
    position: relative;
    z-index: 999 !important;
}
.handyman-contact-section {
    margin-top: 0;
    position: relative;
    z-index: 999 !important;
}
.ContactSection     .vc_col-sm-6 {
        width: 100% !important;
    }
.ContactSection .wpb_single_image img {
    height: auto;
    max-width: 50% !important;
    vertical-align: top;
    margin: 0px auto;
    display: table;
}
.ContactSection {
        margin-top: 0px;
        padding-top: 50px !important;
    }
.page-id-19 .ContactSection {
    margin-top: 0px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 50px !important;
}	
    .banner-content {
        padding-top: 0px !important;
    }	
.MainBanner .wpb_content_element {
    margin-bottom: 15px !important;
}
.blog-image-wrapper img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.Telepone strong {
    font-size: 15px;
}	
}
@media only screen and (max-width: 479px){}
@media only screen and (max-width: 419px){}
@media screen and (min-width: 1px) and (max-width: 767px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding-left: 20px;
	padding-right: 20px;
	}
.banner-title {
	font-size: 24px;
	line-height: 34px;
}
.custom-main-heading h2 {
    font-size: 25px;
    line-height: 30px;
}
.custom-main-heading .sub-tag {
    font-size: 20px;
}
.orange-plus {
    font-size: 25px;
}	
.adv-title {
    font-size: 18px;
}
p, body {
    font-size: 14px !important;
}	
.adv-desc {
    font-size: 14px;
    min-height: 50px;
}
.about-title {
    font-size: 25px;
    line-height: 35px;
}
.about-tag {
    font-size: 25px;
}
.count-val {
    font-size: 25px;
}	
.counter-wrapper {
    padding: 30px 0 20px 0;
}	
.services-list-container {
    padding: 20px 0 0px 0;
}
.service-title {
    font-size: 17px;
}	
.service-item-row {
    padding: 20px 0 30px 0;
}	
.customer-services h4 {
    font-size: 25px;
    line-height: 30px;
}	
.HowitsWork .about-title {
    font-size: 20px;
    line-height: 30px;
}	
.percentage h4, .percentage h5 {
    font-size: 30px;
}	
.leftdotted {
    top: 35%;
    left: -10px;
    display: none;
}	
.HowitsWork {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
    margin-top: 70px;
}
.step-title {
    font-size: 18px;
    margin-bottom: 10px;
}	
.HowitsWork .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}
.TestimonialSec .leftdotted {
    top: 15%;
    left: -20px;
}	
.floating-rating-card h3 {
    font-size: 35px;
}	
.contact-card-box h3 {
    font-size: 16px;
    line-height: 25px;
}	
.handyman-form-wrapper input:not([type="submit"]), .handyman-form-wrapper select, .handyman-form-wrapper textarea {
    padding: 10px 10px !important;
    height: 50px;
}	
.ContactSection {
    margin-top: 180px;
}	
.marquee-item i {
    padding: 0 40px;
}
.marquee-item {
    font-size: 14px;
}	
.BlogMain {
    padding-top: 60px !important;
}
.Consultation {
    padding-top: 0px;
    padding-bottom: 40px;
}
.Consultation:before {
	width: 240px;
	height: 263px;
	bottom: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(/wp-content/uploads/2026/04/Consultation.png);
	background-size: cover;
	background-position: bottom left;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
}
#content.site-content {
    padding-bottom: 0 !important;
}
.Consultation .hero-main-title {
    font-size: 25px;
    line-height: 30px;
}
#footer-widget .widget-title {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 26px;
}
#footer-widget .nav-link {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 25px;
}	
#text-2 h3.widget-title {
    font-size: 16px;
}	
	.Tiktoliniks a {
		font-size: 13px;
		margin-bottom: 10px;
		line-height: 22px;
		margin-left: 0px;
		margin-right: 19px;
	}
#footer-widget {
    padding-top: 3%;
    padding-bottom: 0%;
}
.banner-content {
	padding-top: 70px;
}
.company-tag {
    font-size: 15px;
}
#Custom-Org a {
    padding: 10px 40px 10px 18px !important;
    font-size: 16px !important;
    line-height: 27px !important;
    width: 100% !important;
    text-align: center;
    display: block !important;
}	
#Custom-black a{
	padding: 10px 40px 10px 18px !important;
	font-size: 15px !important;
	line-height: 27px !important;
}	
.inlineBTN .vc_btn3.vc_btn3-size-md {
	padding: 10px 40px 10px 18px !important;
	font-size: 16px !important;
	line-height: 27px !important;
	width: 100% !important;
	text-align: center;
}	
.callnow p a {
    font-size: 16px;
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
}	
#content.site-content {
    padding-bottom: 3.75rem;
    padding-top: 0 !important;
}
.service-arrow-link {
    width: 40px;
    height: 40px;
    font-size: 15px;
}
.SubscribeForm input[type="email"] {
    font-size: 15px;
    padding: 10px 0;
}
.SubscribeForm input[type="submit"] {
    width: 45px;
    height: 45px;
    font-size: 22px;
}	
.VideoSec {
    padding-top: 60px;
}	
.about-section-container {
    padding: 40px 0 0px 0;
}	
    .VideoSec .vc_row.vc_row-o-full-height {
        min-height: 40vh !important;
    }
.vc_section.vc_row-o-full-height {
    min-height: 40vh !important;
}
.customer-services .vc_col-sm-10 {
	width: 100%;
}	
.customer-services .vc_col-sm-2 {
	width: 100%;
}
.AvailableSec .vc_col-sm-3 {
        width: 100% !important;
}
.adv-icon img {
    width: 40px;
    height: auto;
}
.about-text {
    max-width: 100%;
}
.TestimonialSec .vc_col-sm-6 {
        width: 100%;
    }
.TestimonialSec .wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    width: 100% !important;
}	
.contact-card-box {
    padding: 15px;
}
.blog-main-title {
    font-size: 16px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}	
	.owl-carousel .owl-item .testimonial-card img {
		display: block;
		width: 50px !important;
		height: 30px !important;
		object-fit: scale-down;
	}
#footer-widget	.col-md-4{
	max-width: 100% !important;	
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
	}
#footer-widget .SubscribeForm {
    max-width: 100%;
    width: 100%;
}
.Tiktoliniks {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0;
}	
    .footer-copyright-box p {
        font-size: 11px !important;
    }
.about-section-container .vc_col-sm-6{
		width: 100% !important;
}
.manimg {
    margin-top: 0;
    position: relative;
    z-index: 999 !important;
}
.handyman-contact-section {
    margin-top: 0;
    position: relative;
    z-index: 999 !important;
}
.ContactSection     .vc_col-sm-6 {
        width: 100% !important;
    }
.ContactSection .wpb_single_image img {
    height: auto;
    max-width: 50% !important;
    vertical-align: top;
    margin: 0px auto;
    display: table;
}
.ContactSection {
        margin-top: 0px;
        padding-top: 50px !important;
    }
.page-id-19 .ContactSection {
    margin-top: 0px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 50px !important;
}	
    .banner-content {
        padding-top: 0px !important;
    }	
.MainBanner .wpb_content_element {
    margin-bottom: 15px !important;
}
.blog-image-wrapper img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}
.Telepone strong {
    font-size: 15px;
}
.navbar-brand {
    height: auto;
    max-width: 80px;
    padding: 0;
    margin: 0;
}	
.callnowmain .wpb_wrapper {
    display: block;
    align-items: center;
}	
.AvailableSec .wpb_content_element {
    margin-bottom: 0px;
}
.KeyFeature {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}	
.KeyFeature .vc_custom_1776895116615 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #F7F7F7 !important;
}	
.percentage {
    text-align: left;
    position: relative;
}	
.percentage:before {
    width: 100%;
}
.percentage:after {
    left: 0;
}	
.step-slant-line {
    display: none;
}	
.TestimonialSec {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}	
.testimonial-card {
    padding: 10px;
    margin: 0px;
}
.star-rating {
    margin-bottom: 15px;
    display: flex;
    margin-top: 30px;
}	
.quote-icon {
    top: 10px;
}	
.handyman-contact-section .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
.handyman-form-wrapper {
    max-width: 100% !important;
    padding: 0px;
}	
.marqueemain {
    margin-top: 0 !important;
    padding-top: 20px !important;
}	
.marqueemain .wpb_content_element{
    margin-bottom: 22px !important;
}
.inlineBTN .wpb_wrapper {
    display: block !important;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}	
.inlineBTN .wpb_wrapper #Custom-Org {
    margin-right: 0px !important;
}	
	#footer-widget .col-md-2 {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}	
	.copyrightFooter .col-md-6{
		width:100% !important;
	}	
#media_image-2 img {
    width: 50%;
    object-fit: scale-down;
    margin: 0px auto;
    display: table;
}	
.timelinebox {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0px;
}
.timelinetext::before {
display:none !important;
}	
.timelinetext {
	height: 100%;
	min-height: 20px;
	justify-content: flex-start;
}	
.timelinetext h3 {
    font-size: 35px;
}
.bottomspace {
    margin-bottom: 30px !important;
}
	.TimelineMain .vc_col-sm-2{
		width:100% !important;
	}
.page-id-17 .vc_custom_1776833759824 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}	
.service-header h3 {
    margin: 0;
    font-size: 14px !important;
    line-height: 20px !important;
    padding-right: 0px !important;
}	
.service-box {
    padding: 10px !important;
    width: 90% !important;
    margin: -70px auto 0!important;
    min-height: 140px!important;
}
.service-card {
    position: relative;
    margin-bottom: 10px !important;
}	
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding-left: 20px;
	padding-right: 20px;
	}
.banner-title {
	font-size: 34px;
	line-height: 44px;
}
.custom-main-heading h2 {
    font-size: 25px;
    line-height: 40px;
}
.custom-main-heading .sub-tag {
    font-size: 20px;
}
.orange-plus {
    font-size: 25px;
}	
.adv-title {
    font-size: 18px;
}
p, body {
    font-size: 14px !important;
}	
.adv-desc {
    font-size: 14px;
    min-height: 50px;
}
.about-title {
    font-size: 35px;
    line-height: 35px;
}
.about-tag {
    font-size: 25px;
}
.count-val {
    font-size: 25px;
}	
.counter-wrapper {
    padding: 30px 0 20px 0;
}	
.services-list-container {
    padding: 20px 0 0px 0;
}
.service-title {
    font-size: 20px;
}	
.service-item-row {
    padding: 20px 0 30px 0;
}	
.customer-services h4 {
    font-size: 25px;
    line-height: 30px;
}	
.HowitsWork .about-title {
    font-size: 25px;
    line-height: 40px;
}	
.percentage h4, .percentage h5 {
    font-size: 40px;
}	
.leftdotted {
    top: 35%;
    left: -10px;
}	
.HowitsWork {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
    margin-top: 70px;
}
.step-title {
    font-size: 18px;
    margin-bottom: 10px;
}	
.HowitsWork .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}
.TestimonialSec .leftdotted {
    top: 15%;
    left: -20px;
}	
.floating-rating-card h3 {
    font-size: 35px;
}	
.contact-card-box h3 {
    font-size: 20px;
    line-height: 30px;
}	
.handyman-form-wrapper input:not([type="submit"]), .handyman-form-wrapper select, .handyman-form-wrapper textarea {
    padding: 10px 10px !important;
    height: 50px;
}	
.ContactSection {
    margin-top: 180px;
}	
.marquee-item i {
    padding: 0 40px;
}
.marquee-item {
    font-size: 19px;
}	
.BlogMain {
    padding-top: 60px !important;
}
.Consultation {
    padding-top: 40px;
    padding-bottom: 40px;
}
.Consultation:before {
	width: 350px;
	height: 353px;
}
#content.site-content {
    padding-bottom: 0 !important;
}
.Consultation .hero-main-title {
    font-size: 25px;
    line-height: 30px;
}
#footer-widget .widget-title {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 26px;
}
#footer-widget .nav-link {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 25px;
}	
#text-2 h3.widget-title {
    font-size: 16px;
}	
	.Tiktoliniks a {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 25px;
		margin-left: 0px;
		margin-right: 50px;
	}
#footer-widget {
    padding-top: 3%;
    padding-bottom: 0%;
}
.banner-content {
	padding-top: 70px;
}
.company-tag {
    font-size: 18px;
}
#Custom-Org a {
    padding: 10px 40px 10px 18px !important;
    font-size: 16px !important;
    line-height: 27px !important;
}	
#Custom-black a{
	padding: 10px 40px 10px 18px !important;
	font-size: 15px !important;
	line-height: 27px !important;
}	
.inlineBTN .vc_btn3.vc_btn3-size-md {
	padding: 10px 40px 10px 18px !important;
	font-size: 16px !important;
	line-height: 27px !important;	
}	
.callnow p a {
    font-size: 16px;
    margin-top: 10px;
    margin-left: 15px;
}	
#content.site-content {
    padding-bottom: 3.75rem;
    padding-top: 0 !important;
}
.service-arrow-link {
    width: 40px;
    height: 40px;
    font-size: 15px;
}
.SubscribeForm input[type="email"] {
    font-size: 15px;
    padding: 10px 0;
}
.SubscribeForm input[type="submit"] {
    width: 45px;
    height: 45px;
    font-size: 22px;
}	
.VideoSec {
    padding-top: 60px;
}	
.about-section-container {
    padding: 40px 0 0px 0;
}	
.VideoSec .vc_row.vc_row-o-full-height {
    min-height: 80vh !important;
}	
.customer-services .vc_col-sm-10 {
	width: 70%;
}	
.customer-services .vc_col-sm-2 {
	width: 30%;
}
.AvailableSec .vc_col-sm-3 {
        width: 50% !important;
}
.adv-icon img {
    width: 40px;
    height: auto;
}
.about-text {
    max-width: 100%;
}
.TestimonialSec .vc_col-sm-6 {
        width: 100%;
    }
.TestimonialSec .wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    width: 100% !important;
}	
.contact-card-box {
    padding: 15px;
}
.blog-main-title {
    font-size: 16px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}	
	.owl-carousel .owl-item .testimonial-card img {
		display: block;
		width: 50px !important;
		height: 30px !important;
		object-fit: scale-down;
	}
#footer-widget	.col-md-4{
	max-width: 100% !important;	
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
	}
#footer-widget .SubscribeForm {
    max-width: 100%;
    width: 100%;
}
.Tiktoliniks {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0;
}	
.footer-copyright-box p {
    font-size: 13px !important;
}	

}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding-left: 50px;
	padding-right: 50px;
	}
.banner-title {
	font-size: 44px;
	line-height: 54px;
}
.custom-main-heading h2 {
    font-size: 36px;
    line-height: 50px;
}
.custom-main-heading .sub-tag {
    font-size: 20px;
}
.adv-title {
    font-size: 18px;
}
p, body {
    font-size: 14px !important;
}	
.adv-desc {
    font-size: 14px;
    min-height: 50px;
}
.about-title {
    font-size: 45px;
    line-height: 45px;
}
.about-tag {
    font-size: 30px;
}
.count-val {
    font-size: 35px;
}	
.counter-wrapper {
    padding: 30px 0 20px 0;
}	
.services-list-container {
    padding: 20px 0 0px 0;
}
.service-title {
    font-size: 20px;
}	
.service-item-row {
    padding: 20px 0 30px 0;
}	
.customer-services h4 {
    font-size: 25px;
    line-height: 30px;
}	
.HowitsWork .about-title {
    font-size: 36px;
    line-height: 50px;

}	
.percentage h4, .percentage h5 {
    font-size: 50px;
}	
.leftdotted {
    top: 55%;
    left: -20px;
}	
.HowitsWork {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
    margin-top: 70px;
}
.step-title {
    font-size: 18px;
    margin-bottom: 10px;
}	
.HowitsWork .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}
.TestimonialSec .leftdotted {
    top: 15%;
    left: -20px;
}	
.floating-rating-card h3 {
    font-size: 35px;
}	
.contact-card-box h3 {
    font-size: 24px;
    line-height: 36px;
}	
.handyman-form-wrapper input:not([type="submit"]), .handyman-form-wrapper select, .handyman-form-wrapper textarea {
    padding: 10px 10px !important;
    height: 50px;
}	
.ContactSection {
    margin-top: 180px;
}	
.marquee-item i {
    padding: 0 40px;
}
.marquee-item {
    font-size: 19px;
}	
.BlogMain {
    padding-top: 60px !important;
}
.Consultation {
    padding-top: 40px;
    padding-bottom: 40px;
}
.Consultation:before {
	width: 410px;
	height: 463px;
}
#content.site-content {
    padding-bottom: 0 !important;
}
.Consultation .hero-main-title {
    font-size: 45px;
    line-height: 55px;
}
#footer-widget .widget-title {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 26px;
}
#footer-widget .nav-link {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 25px;
}	
#text-2 h3.widget-title {
    font-size: 18px;
}	
.Tiktoliniks a {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 25px;
    margin-left: 50px;
}	
#footer-widget {
    padding-top: 3%;
    padding-bottom: 0%;
}
.banner-content {
    padding-top: 100px;
}
#Custom-Org a {
    padding: 10px 40px 10px 18px !important;
    font-size: 16px !important;
    line-height: 27px !important;
}	
#Custom-black a{
	padding: 10px 40px 10px 18px !important;
	font-size: 16px !important;
	line-height: 27px !important;		
}	
.inlineBTN .vc_btn3.vc_btn3-size-md {
	padding: 10px 40px 10px 18px !important;
	font-size: 16px !important;
	line-height: 27px !important;	
}	
.callnow p a {
    font-size: 16px;
    margin-top: 10px;
    margin-left: 15px;
}	
#content.site-content {
    padding-bottom: 3.75rem;
    padding-top: 0 !important;
}
.service-arrow-link {
    width: 40px;
    height: 40px;
    font-size: 15px;
}
.SubscribeForm input[type="email"] {
    font-size: 15px;
    padding: 10px 0;
}
.SubscribeForm input[type="submit"] {
    width: 45px;
    height: 45px;
    font-size: 22px;
}	
.VideoSec {
    padding-top: 60px;
}	
.about-section-container {
    padding: 40px 0 0px 0;
}	
.VideoSec .vc_row.vc_row-o-full-height {
    min-height: 80vh !important;
}	
}
@media screen and (min-width: 1440px) and (max-width: 1600px){}