/*
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;
  background: #fff !important;
}


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


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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: "DM Sans", 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%;
  }
}


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

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


body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #C51810 !important;
    font-weight: 600 !important;
    position: relative !important;
    transition: all 0.5s ease-in-out;
}


body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    transition: all 0.5s ease-in-out;
    color: #C51810 !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 400 !important;
    font-family: 'Poppins';
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    transition: all 0.5s ease-in-out;
}

.navbar-nav li {
    border-left: 2px solid #EBEBEB;
    line-height: 1 !important;
}

.navbar-nav li:first-child {
    border-left: unset !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a:before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 45%;
    border: 1px solid #C51810;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #C51810;
}

header#masthead {
    padding-left: 80px !important;
    padding-right: 80px !important;
    position: absolute;
    width: 100%;
    background: transparent !important;
    z-index: 99;
    box-shadow: unset !important;
    padding-top: 21px;
    padding-bottom: 41px;
}

.header-btn a {
    border: 1px solid #C51810;
    display: flex;
    width: 164px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #C51810;
    font-size: 18px;
    line-height: 18px;
    font-family: Tahoma;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease; /* smooth hover */
}

.header-btn a:hover {
    background: #000;   /* black background on hover */
    color: #fff;        /* text white on hover */
    border-color: #000; /* border also black */
    transform: translateY(-3px); /* thoda upar lift effect */
    box-shadow: 0 6px 15px rgba(0,0,0,0.2); /* soft shadow */
}


.header-btn span {
    border: 1px solid #002A52;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #002A52;
    color: #fff;
    margin-left: 8px;
}

.header-btn svg {
    rotate: 319deg;
}

.banner-sec {
    padding-top: 198px !important;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 257px;
    padding-left: 80px !important;
    position: relative !important;
}

.banner-head-2 {
    width: 43%;
    font-weight: bolder;
    margin-bottom: 0px !important;
}

.banner-head {
    font-family: 'Tahoma' !important;
    font-weight: bold !important; 
    letter-spacing: 4.2px !important;
    text-transform: capitalize !important;
}

.banner-para p {
    font-size: 18px;
    line-height: 32px;
    color: #E5E5E5;
    width: 51%;
}

.banner-btn {
    display: flex !important;
    width: 157px !important;
    height: 60px !important;
    justify-content: center !important;
    align-items: center !important;
    background: #C51810 !important;
    font-size: 18px !important;
    line-height: 18px !important;
    font-family: Tahoma !important;
    font-weight: bold !important;
    color: #fff !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    border: 1px solid #C51810 !important;
    position: relative !important;
    padding-right: 54px !important;
    padding-left: 0px !important;
    transition: all 0.3s ease !important; /* smooth hover */
    cursor: pointer !important;
}

.banner-btn:hover {
    background: #000 !important;   /* background black */
    color: #fff !important;        /* text white */
    border-color: #000 !important; /* border black */
    transform: translateY(-3px);   /* thoda lift effect */
    box-shadow: 0 6px 15px rgba(0,0,0,0.2); /* soft shadow */
}

.banner-btn:before {
    content: '';
    background-image: url(http://dev.internalstaging.com/web/gray-bill-and-associates/wp-content/uploads/2025/09/Frame-37-3.png);
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.banner-btn i {
    rotate: 319deg;
}

.navbar {
    border-bottom: 2px solid #ffffff7a;
    padding-bottom: 15px !important;
}

.banner-sec:before {
    content: 'gray bill and associates';
    position: absolute;
    bottom: -40px;
    font-size: 159px;
    line-height: 159px;
    font-family: 'DM Sans';
    text-transform: capitalize;
    font-weight: bolder;
    color: #fff;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #ffffff33;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3.59px;
    left: 0;
}

.about-para p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
}

.about-col {
    padding-left: 77px !important;
    padding-right: 77px !important;
}

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

.img-about img {
    /* margin-bottom: -110px; */
}


/* Slider wrapper */
.service-slider .owl-stage-outer {
  padding: 20px 0;
  padding-bottom: 60px;
}
/* Each service card */
.service-slide {
  background: #ffffff7a;
  border-radius: 46px;
  padding: 38px 30px;
  display: flex;
  align-items: center;
  gap: 20px; /* image aur text ke darmiyan space */
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  transition: all 0.3s ease;
  border: 1px solid #ffffff5c;
  backdrop-filter: blur(34px);
}


.owl-item.active.active-item .service-slide {
    background: #fff;
    border-radius: 46px;
    padding: 38px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0px 40px 21px #00000026;
    transition: all 0.3s ease;
}
.service-slide:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.18);
}
/* Image */
.service-slide .srv-img {
  gap: 20px;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.service-slide .srv-img img {
  width: 80px !IMPORTANT;
  height: 80px !important;
  object-fit: cover;
  -
  icon{color:var(--icon-css);
  transform:scale(0.7);
  position:relative;
  margin:-5px -2px -5px -4px;
  user-select:none;
  vertical-align:baseline;
  cursor:pointer;&:
  hover{color:var(--icon-css-hover)}}
/*# sourceURL=devtools://devtools/bundled/ui/legacy/components/inline_editor/cssShadowSwatch.css */0 4px 12px rgba(0, 0, 0, 0.1);
  background: #bf001b;
  border-radius: 10px;
  padding: 10px;
}

/* Text content */
.service-slide h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-slide p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Anchor styling */
.service-slide a {
  /* display: flex; */
  ex; */
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: inherit;
}

/* Owl nav dots/arrows */
.service-slider .owl-nav button {
  background: #6c63ff;
  color: #000 !important;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  transition: background 0.3s;
  border-radius: 10px;
  border-color: #fff !important;
  border: 1px solid #fff !important;
}
.service-slider .owl-nav button:hover {
  background: #4b42d8;
}
.service-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  margin: 5px;
  transition: all 0.3s;
}
.service-slider .owl-dots .owl-dot.active span {
  background: #6c63ff;
}


.Service_SeC {
    position: relative !important;
    padding-top: 80px;
    overflow: visible !important;
}

.Service_SeC:before {
    content: '';
    position: absolute;
    top: 0;
    left: 26px;
    background: #002A52;
    width: 97%;
    height: 76%;
    border-radius: 40px;
}

.coah_row {
    position: relative !important;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 130px !important;
    z-index: 999;
    margin-top: -60px;
}

.service-head {
    width: 80%;
    text-transform: capitalize;
}


.service-para p {
    font-size: 18px;
    line-height: 32px;
    color: #E5E5E5;
    width: 85%;
    text-transform: capitalize;
    font-family: 'Tahoma';
    font-weight: 400;
}



.banner-btn-2 a.vc_general {
    display: flex;
    width: 186px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #C51810 !important;
    font-size: 18px;
    line-height: 18px;
    font-family: Tahoma;
    font-weight: bold;
    color: #fff !important;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #C51810 !important;
    position: relative;
    padding-right: 54px;
    padding-left: 0px !important;
    transition: all 0.3s ease; /* smooth hover */
    cursor: pointer;
}

.banner-btn-2 a.vc_general:hover {
    background: #000 !important;   /* background black */
    color: #fff !important;        /* text white */
    border-color: #000 !important; /* border black */
    transform: translateY(-3px);   /* thoda lift effect */
    box-shadow: 0 6px 15px rgba(0,0,0,0.2); /* soft shadow */
}


.banner-btn-2 a.vc_general:before {
    content: '';
    background-image: url(http://dev.internalstaging.com/web/gray-bill-and-associates/wp-content/uploads/2025/09/Frame-37-3.png);
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
}



.banner-btn-7 a.vc_general {
    display: flex;
    width: 186px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #002A52 !important;
    font-size: 18px;
    line-height: 18px;
    font-family: Tahoma;
    font-weight: bold;
    color: #fff !important;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #002A52 !important;
    position: relative;
    padding-right: 54px;
    padding-left: 0px !important;
    transition: all 0.3s 
ease;
    cursor: pointer;
}

.banner-btn-7 a.vc_general:hover {
    background: #000 !important;   /* background black */
    color: #fff !important;        /* text white */
    border-color: #000 !important; /* border black */
    transform: translateY(-3px);   /* thoda lift effect */
    box-shadow: 0 6px 15px rgba(0,0,0,0.2); /* soft shadow */
}


.banner-btn-7 a.vc_general:before {
    content: '';
    background-image: url(http://dev.internalstaging.com/web/gray-bill-and-associates/wp-content/uploads/2025/09/Frame-37-5.png);
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.service-slider .owl-nav {
  position: absolute;
  left: -51% !important;
  bottom: 23%;
}
.owl-nav button {
    width: 40px !important;
    height: 40px !important;
    background: #ffffff42 !important;
    color: #fff !important;
    font-size: 14px !important;
}


.banner-btn-3 button.vc_general {
    display: flex;
    width: 132px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: transparent !important;
    font-size: 18px;
    line-height: 18px;
    font-family: Tahoma;
    font-weight: bold;
    color: #fff !important;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #fff !important;
    position: relative;
    padding-right: 54px;
    padding-left: 0px !important;
    transition: all 0.3s ease; /* smooth hover */
    cursor: pointer;
}

.banner-btn-3 button.vc_general:hover {
    background: #fff !important;   /* background solid white */
    color: #000 !important;        /* text black */
    border-color: #fff !important; /* border white */
    transform: translateY(-3px);   /* lift effect */
    box-shadow: 0 6px 15px rgba(0,0,0,0.2); /* soft shadow */
}

.banner-btn-3 button.vc_general:before {
    content: '';
    background-image: url(http://dev.internalstaging.com/web/gray-bill-and-associates/wp-content/uploads/2025/09/Frame-37-4.png);
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
}


.banner-btn-3 {
    margin-left: 30px;
}

.ser-col-2 {
    padding-left: 15px !important;
}

.banner-btn-2 {
    display: flex !important;
    justify-content: center;
}

.gallery-row {
    padding-left: 80px;
    padding-right: 80px;
}



.banner-btn-4 button.vc_general {
    display: flex;
    width: 177px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #C51810 !important;
    font-size: 18px;
    line-height: 18px;
    font-family: Tahoma;
    font-weight: bold;
    color: #fff !important;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #C51810 !important;
    position: relative;
    padding-right: 54px;
    padding-left: 0px !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

.banner-btn-4 button.vc_general:hover {
    background: #000 !important;   /* black background */
    color: #fff !important;        /* white text */
    border-color: #000 !important; /* border black */
    transform: translateY(-3px);   /* lift effect */
    box-shadow: 0 6px 15px rgba(0,0,0,0.2); /* soft shadow */
}


.banner-btn-4 button.vc_general:before {
    content: '';
    background-image: url(http://dev.internalstaging.com/web/gray-bill-and-associates/wp-content/uploads/2025/09/Frame-37-3.png);
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.banner-btn-4 {
    display: flex !important;
    justify-content: end;
}

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

.testimonials-img img {
    width: unset !important;
}


.testimonials-box {
    border: 1px solid #ffffff7a;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 40px;
     /* image aur text ke darmiyan space */
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
    background: #ffffff7a;
    backdrop-filter: blur(34px);
    position: relative;
}

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


.star-rating ul {
    list-style: none;
}

.star-rating li {
    display: inline-block;
    color: #EBCC1D;
}

.star-rating {
    text-align: end;
}


.testi-title h2 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-left: 15px;
    font-size: 26px;
    line-height: 26px;
    color: #000;
    font-family: 'DM Sans';
}

.sellhouse-box p {
    font-size: 16px;
    line-height: 32px;
    color: #3D3D3D;
    font-family: 'Tahoma';
    margin-bottom: 25px !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.owl-item.active.active-item .testimonials-box {
    background: #fff !important;
    box-shadow: 0px 40px 21px #00000026;
    transition: all 0.3s ease;
}

.testimonial-sec {
    position: relative !important;
    padding-top: 80px;
    padding-bottom: 30px;
}

.testimonial-sec:before {
    content: '';
    position: absolute;
    left: 35px;
    top: 0;
    background: #002A52;
    width: 96%;
    height: 95%;
    border-radius: 40px;
}

.testi-col {
    padding-left: 70px !important;
}


.testi-para p {
    font-size: 15px;
    line-height: 32px;
    color: #fff;
	display: none;
}


#owl_custom11 .owl-stage-outer {
    padding: 20px 0;
    padding-bottom: 60px;
}

.Service_SeC .vc_col-sm-8 .vc_column-inner {
    padding-right: 0px !important;
}


.testimonial-sec .vc_col-sm-9 .vc_column-inner {
    padding-right: 0px !important;
}

#owl_custom11 .owl-nav {
    position: absolute;
    left: -410px;
    top: 80%;
}

#owl_custom11 .owl-nav button {
    color: #000 !important;
    border-radius: 10px;
    border-color: #fff !important;
    border: 1px solid #fff;
}


.testimonials-box:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 40px;
    background-image: url(http://dev.internalstaging.com/web/gray-bill-and-associates/wp-content/uploads/2025/09/Mask-group-5.png);
    width: 43px;
    height: 38px;
}

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

.main-contact-icon {
    display: flex;
    position: relative;
}

.icon-1 a {
    color: #000;
    font-size: 30px;
    margin-right: 40px;
}

.main-contact-icon:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    border: 1px solid #000;
    width: 228px;
}


.main-i-con {
    display: flex;
    align-items: center;
    margin-top: 58px;
}

.phone-icon a {
    border: 1px solid #002A52;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #002A52;
    width: 56px;
    height: 56px;
    border-radius: 15px;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}

.phone-icon {
    margin-right: 12px;
}

.phone-text p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px !important;
    color: #000;
}

.phone-text a {
    color: #000;
    text-decoration: none;
}

.phone-text {
    margin-right: 36px;
}

.main-mail {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.address-icon a {
    border: 1px solid #002A52;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #002A52;
    width: 56px;
    height: 56px;
    border-radius: 15px;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}

.address-icon {
    margin-right: 12px;
}


.ContactForm input.wpcf7-form-control {
    background: #00000014;
    border-color: #ffffff1c !important;
    height: 60px;
    border-radius: 10px;
}

.ContactForm textarea.wpcf7-form-control {
    background: #00000014;
    border-color: #ffffff1c !important;
    height: 133px;
    border-radius: 10px;
}

.ContactForm textarea.wpcf7-form-control::placeholder {
    color: #000;
    font-size: 16px;
    padding-top: 12px;
    padding-left: 10px;
}

.ContactForm input.wpcf7-form-control::placeholder {
    font-size: 16px;
    padding-left: 15px;
    color: #000;
}


.ContactForm .btn.btn-primary {
    display: flex;
    width: 157px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #C51810 !important;
    font-size: 18px;
    line-height: 18px;
    font-family: Tahoma;
    font-weight: bold;
    color: #fff !important;
    border-radius: 10px;
    text-decoration: none;
    border-color: #C51810 !important;
    position: relative;
    padding-right: 45px;
    padding-left: 0px !important;
}

.submit-btn {
    position: relative;
    display: flex;
    justify-content: end;
}

.submit-btn:before {
    content: '';
    background-image: url(http://dev.internalstaging.com/web/gray-bill-and-associates/wp-content/uploads/2025/09/Frame-37-3.png);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    z-index: 99;
    right: 5px;
}

div#footer-widget h3.widget-title {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    font-family: 'DM Sans';
}
div#footer-widget {
    position: relative !important;
    background: transparent !important;
    padding-top: 60px;
    padding-left: 70px;
    padding-right: 75px;
    padding-bottom: 90px;
}

div#footer-widget:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    background: #C51810;
    width: 98%;
    height: 100%;
    border-radius: 40px 40px 0px 0px;
}


.ft1 p {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    font-weight: 400;
}




.social_icons a {
    border: 1px solid #DA017F;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    background: #DA017F;
    border-radius: 5px;
    margin-right: 12px;
    padding-top: 9px;
    padding-left: 15px;
    padding-right: 14px;
    padding-bottom: 9px;
}

.ft2 a.nav-link {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding-left: 0px !important;
    transition: all 0.5s ease-in-out;
}


.ft2 ul {
    list-style: disc;
    color: #fff;
    padding-left: 15px;
}

.ft2 a.nav-link:hover {
    background: unset !important;
    color: #002A52;
    padding-left: 6px !important;
    transition: all 0.5s ease-in-out;
}


.cont_list li {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    list-style: none;
    margin-bottom: 15px;
}

.cont_list a {
    color: #fff;
    margin-left: 12px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.cont_list a:hover {
    color: #002A52;
    transition: all 0.5s ease-in-out;
}

.ft4 p {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.newsletter input.wpcf7-form-control {
    height: 50px;
    border-radius: 5px;
    background: #ffffff24;
    border-color: #ffffff24;
    position: relative;
    color: #fff;
}

.newsletter input.wpcf7-form-control::placeholder {
    color: #fff;
}

.newsletter span.wpcf7-spinner {
    display: none;
}

.newsletter .btn.btn-primary {
    position: absolute;
    right: 7px;
    top: 3px;
    font-size: 0;
    background-image: url(http://dev.internalstaging.com/web/gray-bill-and-associates/wp-content/uploads/2025/09/Frame-718-2.png);
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.newsletter {
    position: relative;
}
.col-12.col-md-3.ft2 {
    padding-left: 150px;
    position: relative;
}

.ft2:before {
    content: '';
    position: absolute;
    left: 40px;
    border: 1px solid #c3c3c366;
    height: 84px;
    width: 0;
    bottom: 110px;
}

.ft3:after {
    content: '';
    position: absolute;
    left: -50px;
    border: 1px solid #c3c3c387;
    height: 84px;
    width: 0;
    bottom: 110px;
}

.ft3 {
    padding-left: 50px;
    position: relative;
}

.ft4 {
    padding-left: 140px;
    position: relative;
}


.ft4:before {
    content: '';
    position: absolute;
    left: 40px;
    border: 1px solid #c3c3c37a;
    height: 84px;
    width: 0;
    bottom: 110px;
}

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

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

footer#colophon .container-fluid {
    background: #28ACFF;
    padding-left: 83px;
    padding-right: 83px;
    width: 94%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px 20px 0px 0px;
}


footer#colophon {
    margin-top: -50px;
    position: relative;
    z-index: 99;
    background: transparent !important;
}

.site-info {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
}

.site-info a {
    color: #C51810 !important;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
footer#colophon .container-fluid {
    background: #002A52;
    padding-left: 83px;
    padding-right: 83px;
    width: 94%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px 20px 0px 0px;
}


.footer-icon {
    display: flex;
}

.icon-2 a {
    border: 1px solid #002A52;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #002A52;
    width: 44px;
    height: 44px;
    margin-right: 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}



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

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

.banner-sec:before {
    font-size: 139px !important;
    line-height: 139px !important;
}

.about-head {
    font-size: 52px !important;
    line-height: 52px !important;
}

.service-head {
    font-size: 52px !important;
    line-height: 52px !important;
}

.coah_row {
    background-size: 94% 100%;
}

.ser-col-2 {
    padding-left: 90px !important;
}

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

.service-slide p {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.service-slide h3 {
    font-size: 25px !important;
}

.testi-title h2 {
    font-size: 22px !important;
    line-height: 22px !important;
}

#owl_custom11 .owl-nav {
    top: 70% !important;
    left: -360px !important;
}

.ft4 {
    padding-left: 120px !important;
}

.col-12.col-md-3.ft2 {
    padding-left: 120px !important;
}
	
header#masthead {
    padding-left: 30px !important;
    padding-right: 30px !important;
}	
}


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

 .ft3 {
    padding-left: 30px !important;
}

.coah_row {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 80px !important;
}

.service-slider .owl-nav {
    left: -29% !important;
}
	
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}	

}


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

 header#masthead {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.banner-sec {
    padding-left: 50px !important;
    padding-bottom: 207px !important;
}

.banner-sec:before {
    font-size: 119px !important;
    line-height: 119px !important;
}

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

.banner-para p {
    font-size: 17px !important;
    line-height: 30px !important;
}

.about-col {
    padding-left: 47px !important;
    padding-right: 47px !important;
}

.about-para p {
    font-size: 16px !important;
    line-height: 30px !important;
}

.about-head {
    font-size: 42px !important;
    line-height: 42px !important;
}

.service-slider .owl-nav {
    bottom: 28% !important;
}

.service-head {
    font-size: 42px !important;
    line-height: 42px !important;
}

.ser-col-2 {
    padding-left: 40px !important;
}

.service-para p {
    font-size: 16px !important;
    line-height: 30px !important;
}

.sellhouse-box p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#owl_custom11 .owl-nav {
    top: 82% !important;
    left: -300px !important;
}

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

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

.col-12.col-md-3.ft2 {
    padding-left: 100px !important;
}

.cont_list li {
    font-size: 16px !important;
    line-height: 32px !important;
}

.ft4 {
    padding-left: 80px !important;
}

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

.ft2 a.nav-link {
    font-size: 16px !important;
}

.ft1 p {
    font-size: 16px !important;
    line-height: 30px !important;
}

.phone-text {
    margin-right: 20px;
}

.contact-sec .vc_col-sm-5 {
    width: 48% !important;
}

.contact-sec .vc_col-sm-7 {
    width: 52% !important;
}

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


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


 .service-slide p {
    font-size: 15px !important;
}

.service-slide h3 {
    font-size: 22px !important;
}

.about-para p {
    font-size: 14px !important;
}

.service-slider .owl-nav {
    left: -50% !important;
    bottom: 30% !important;
}

.service-head {
    font-size: 35px !important;
    line-height: 35px !important;
}

.coah_row {
    padding-left: 50px !important;
}

.ser-col-2 {
    padding-left: 15px !important;
}

.gallery-row {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#owl_custom11 .owl-nav {
    top: 69% !important;
    left: -300px !important;
}

.about-head {
    font-size: 35px !important;
    line-height: 35px !important;
}

.testi-title h2 {
    font-size: 20px !important;
    line-height: 20px !important;
}

.testi-col {
    padding-left: 50px !important;
}

.col-12.col-md-3.ft2 {
    padding-left: 70px !important;
}

div#footer-widget h3.widget-title {
    font-size: 25px !important;
    line-height: 25px !important;
}

.ft3 {
    padding-left: 15px !important;
}

.cont_list li {
    font-size: 15px !important;
}

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

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

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

header#masthead {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

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

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

.banner-sec:before {
    font-size: 99px !important;
    line-height: 99px !important;
    bottom: -10px !important;
}

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

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

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

.banner-btn-3 button.vc_general {
    font-size: 16px !important;
    line-height: 16px !important;
} 
.Cent_txt h4 {
    font-size: 35px ! IMPORTANT;
    line-height: 52px !important;
    font-style: italic;
}
	
section.about-sec .Cent_txt h4 {
    font-size: 30px !important;
    line-height: 45px !important;
}	
}


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

 .service-slider .owl-nav {
    bottom: 45% !important;
}

#owl_custom11 .owl-nav {
    top: 55% !important;
    left: -276px !important;
}
	
header#masthead {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 15px !important;
    line-height: 15px !important;
}
.Cent_txt h4 {
    font-size: 35px ! IMPORTANT;
    line-height: 52px !important;
    font-style: italic;
}
.breadcrumb-featured-img {
    height: 450px !important;
}
}

@media only screen and (max-width: 1200px) {
	
div#footer-widget {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

div#footer-widget:before {
    width: 97%;
    left: 18px;
}

section.contact-sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.phone-text p {
    line-height: 20px;
}

#owl_custom11 .owl-nav {
    top: 55% !important;
    left: -96% !important;
}

.testimonials-box {
    padding: 25px;
}

.testimonials-box:before {
    left: 20px;
}

.star-rating ul {
    margin-bottom: 25px;
}

.testi-para p {
    line-height: 28px;
}

.testimonial-sec:before {
    left: 20px;
}

.testi-col {
    padding-left: 25px !important;
}

.gallery-sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

section.about-sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding: 0 25px;
}
	
.header-btn a {
    width: 128px !important;
    height: 49px !important;
    font-size: 14px !important;
    line-height: 14px !important;
}
	
    header#masthead {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }	
.breadcrumb-featured-img {
    height: 450px !important;
}
	
div#footer-widget {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

div#footer-widget:before {
    width: 100%;
    left: 0;
}

.service-head {
    font-size: 30px !important;
    line-height: 35px !important;
}
	
.main-i-con {
    display: block !important;
}

.phone-icon {
    margin-bottom: 30px;
}

.phone-text {
    margin-bottom: 20px;
}
	
.phone-text p {
    margin-bottom: 0px !important;
}
	
.ft3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}	
}

@media only screen and (max-width: 1199px) {
	
div#main-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 40px 40px;
    background: #000;
    z-index: 9999;
    transform: translateX(-100%);
    transition: 0.5s all ease-in-out;
    width: 30%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start !important;
}
div#main-nav.show {
    transform: none;
}
div#main-nav.collapse:not(.show) {
    display: block !important;
}
div#main-nav .navbar-brand {
    width: 100% !important;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
	
.navbar-light .navbar-toggler {
    background: #fff;
    font-size: 20px;
}

 .navbar-nav li {
    border-left: unset !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a:before {
    display: none;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 20px;
}
	
.navbar-light .navbar-toggler:focus {
    outline: none;
}	
}

@media only screen and (max-width: 1024px) {
	
.about-col {
        padding-left: 0px !important;
        padding-right: 0px !important;
}
	
.gallery-sec {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.testimonial-sec:before {
    width: 100% !important;
    left: 0 !important;
    border-radius: unset !important;
}

.Service_SeC:before {
    width: 100% !important;
    left: 0 !important;
    border-radius: unset !important;
}

.col-12.col-md-3.ft2 {
    padding-left: 0px !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

.ft3:after {
    display: none;
}

.ft3 {
    flex: 0 0 30% !important;
    max-width: 30% !important;
}

.ft2:before {
    display: none;
}

.ft4:before {
    display: none;
}

.ft4 {
    padding-left: 15px !important;
}

 section.about-sec .Cent_txt h4 {
    font-size: 25px !important;
    line-height: 35px !important;
}

section.about-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
} 
	
.pressure-text {
    font-size: 30px !important;
    line-height: 40px !important;
}

section.pressure-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	
.container, .container-lg, .container-md, .container-sm {
    max-width: 1200px !important;
}
	
section.vacum-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	
.testimonial-text {
    font-size: 16px !important;
}
	
.Service_SeC .vc_row {
    padding-left: 0px !important;
}

.service-head {
    padding-left: 70px !important;
}
	
.Service_SeC .vc_col-sm-4 {
    width: 25% !important;
}

.Service_SeC .vc_col-sm-8 {
    width: 75% !important;
}
	
.coah_row {
    padding-right: 40px;
}
	
.jetter-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	
.vacum-sec .slider-para .mySlides .text {
    font-size: 16px !important;
    line-height: 30px !important;
}	
}

@media only screen and (max-width: 991px) {
	
.Service_SeC .vc_col-sm-8 {
    width: 50% !important;
}

.Service_SeC .vc_col-sm-4 {
    width: 50% !important;
}

.testimonial-sec .vc_col-sm-9 {
    width: 50% !important;
}

.testimonial-sec .vc_col-sm-3 {
    width: 50% !important;
}
	
.banner-btn-7 {
    justify-content: end !important;
}

.service-head {
    padding-left: 50px !important;
    font-size: 25px !important;
    line-height: 30px !important;
}

 .service-slider .owl-nav {
    left: -105% !important;
}

#owl_custom11 .owl-nav {
    top: 55% !important;
    left: -96% !important;
} 
}


@media only screen and (max-width: 768px) {
	
.about-sec .vc_col-sm-3 {
    width: 100% !important;
}

.about-sec .vc_col-sm-6 {
    width: 100% !important;
}

.about-sec .wpb_single_image.vc_align_left {
    text-align: center !important;
}

.img-about img {
    width: 80% !important;
}

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

.about-sec .about-para p {
    text-align: center !important;
}

section.about-sec .banner-btn-2 {
    justify-content: center !important;
    margin-bottom: 40px !important;
}

.about-sec .wpb_single_image img {
    width: 80% !important;
}

.contact-sec .vc_col-sm-5 {
    width: 100% !important;
}

.contact-sec .vc_col-sm-7 {
    width: 100% !important;
}

section.contact-sec {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.about-head {
    text-align: center !important;
}

.main-contact-icon {
    justify-content: center;
}

.main-contact-icon:before {
    left: 240px !important;
}

.main-i-con {
    text-align: center !important;
}

.main-mail {
    justify-content: center;
}

.phone-icon {
    display: flex;
    justify-content: center;
    margin-right: 0 !important;
}

.phone-text {
    margin-right: 0px !important;
}

.main-mail {
    display: block !important;
    text-align: center !important;
}

.address-icon {
    display: flex;
    justify-content: center;
    margin-right: 0px !important;
    margin-bottom: 30px;
}

.icon-1 a {
    margin-right: 30px !important;
}


.Service_SeC .vc_col-sm-8 {
    width: 100% !important;
}

.Service_SeC .vc_col-sm-4 {
    width: 100% !IMPORTANT;
}

.testimonial-sec .vc_col-sm-9 {
    width: 100% !important;
}

.testimonial-sec .vc_col-sm-3 {
    width: 100% !important;
}

.testi-title h2 {
    font-size: 18px !important;
    line-height: 18px !important;
}

.testimonial-sec .vc_col-sm-9 .vc_column-inner {
    padding-right: 15px !important;
}

.service-head {
    text-align: center !important;
    width: 100% !important;
    padding-left: 0px !important;
}

.banner-btn-7 {
    justify-content: center !important;
}

.gallery-sec .vc_col-sm-8 {
    width: 100% !important;
}
	
div#footer-widget .col-md-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

div#footer-widget .col-12.col-md-3.ft2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
}

.ft3 {
    padding-left: 15px !important;
}

div#footer-widget {
    text-align: center !important;
}

.footer-icon {
    justify-content: center !important;
}

.ft1 img {
    width: 40% !important;
}

.newsletter input.wpcf7-form-control {
    margin: 0 auto !important;
    width: 50% !important;
}

.newsletter .btn.btn-primary {
    width: 42px !important;
    right: 26% !important;
}

.ft2 ul {
    list-style: none !important;
}

footer#colophon .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    border-radius: unset !important;
}

.site-info {
    font-size: 16px !important;
}

div#footer-widget:before {
    border-radius: unset !important;
}
	
div#main-nav {
    width: 45% !important;
}
	
.total-sec .vc_col-sm-4 {
    width: 100% !important;
}

.total-sec .wpb_single_image.vc_align_left {
    text-align: center !important;
}

.total-sec .wpb_single_image.vc_align_right {
    text-align: center !important;
}
	
.navbar-brand {
    width: 20% !important;
}
	
.breadcrumb-featured-img {
    height: 380px !important;
}
	
section.about-sec .Cent_txt h4 {
        font-size: 20px !important;
        line-height: 30px !important;
}
	
.vacum-sec .slider-para .mySlides .text {
    width: 70% !important;
}
footer#colophon {
    margin-top: 0 !important;
}	
}

@media only screen and (max-width: 667px) {
	
.main-contact-icon:before {
        left: 200px !important;
}
	
    .navbar-brand {
        width: 25% !important;
}
	
.vacum-sec .slider-img img {
    width: 70% !important;
}
	
.testimonial-text {
        font-size: 15px !important;
}	
}

@media only screen and (max-width: 568px) {
	
.Service_SeC .vc_row {
    background-position: center !important;
    background-size: cover !important;
}
	
.main-contact-icon:before {
        left: 150px !important;
}
	
	
.testimonial-sec .vc_col-sm-3 {
    padding-left: 0px !important;
}

.about-head {
    font-size: 30px !important;
    line-height: 30px !important;
}
	
    .breadcrumb-featured-img {
        height: 330px !important;
}
	
section.total-sec {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}
	
.pressure-text {
        font-size: 25px !important;
        line-height: 35px !important;
}
	
.vacum-sec .slider-para .mySlides .text {
    width: 90% !important;
}

.vacum-sec .slider-img img {
    width: 90% !important;
}
	
div#main-nav {
        width: 55% !important;
}	
}

@media only screen and (max-width: 480px) {
	
.main-contact-icon:before {
        left: 100px !important;
}
	
.newsletter input.wpcf7-form-control {
    width: 80% !important;
}

.newsletter .btn.btn-primary {
    right: 11% !important;
}
	
.ft1 img {
        width: 50% !important;
}
	
    div#main-nav {
        width: 65% !important;
}
	
    .navbar-brand {
        width: 35% !important;
}
	
.Service_SeC .vc_row {
    padding-right: 0px !important;
}

.Service_SeC .vc_col-sm-8 .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
	
	
.testimonials-grid {
    padding: 40px 0px !important;
}
	
    .breadcrumb-featured-img {
        height: 280px !important;
}	
}

@media only screen and (max-width: 425px) {
	
.about-sec .wpb_single_image img {
    width: 100% !important;
}
	
    .pressure-text {
        font-size: 20px !important;
        line-height: 30px !important;
}
	
.modal-btn-link {
    font-size: 16px !important;
    line-height: 16px !important;
    width: 204px !important;
}	
}

@media only screen and (max-width: 375px) {
	
    .pressure-text {
        font-size: 18px !important;
        line-height: 30px !important;
}
	
    div#main-nav {
        width: 75% !important;
}
	
section.about-sec .Cent_txt h4 {
        font-size: 18px !important;
        line-height: 30px !important;
}
	
    .service-head {
        font-size: 22px !important;
        line-height: 30px !important;
}
	
.about-head {
        font-size: 24px !important;
        line-height: 30px !important;
}
	
    .main-contact-icon:before {
        left: 20px !important;
}
	
.ContactForm input.wpcf7-form-control::placeholder {
    font-size: 15px !important;
}
	
.site-info {
        font-size: 15px !important;
}	
}
.navbar-brand {
    width: 15%;
    margin: 0;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.ft1 img {
    width: 75%;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
	margin-bottom: 20px;
}

.custom-breadcrumb {
    /* padding-top: 250px !important; */
    /* padding-bottom: 150px !important; */
    background: #242424;
    text-align: center;
    border-radius: 0px 0px 80px 80px !important;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
  position: relative;
}

.breadcrumb-featured-img {
    height: 449px;
    object-fit: cover;
    position: relative;
}

.custom-breadcrumb:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000036;
    z-index: 9;
    left: 0;
}
h2.pressure-h {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    position: absolute;
    top: 47%;
    left: 0;
    right: 0;
    border: 1px solid #000;
    width: 40%;
    margin: 0 auto;
    background: #000000cc;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 15px;
}

p.breadcrumb-trail {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.custom-breadcrumb a {
    color: #fff;
}

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

.total-img img {
    border: 7px solid #002A52;
    border-radius: 10px;
}

.total-img-3 img {
    border: 7px solid #C51810;
    border-radius: 10px;
}

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

.pressure-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.vaccum-row  .owl-stage {
    display: flex;
}

.vaccum-row .owl-stage-outer {
    overflow-x: hidden;
}

.vacum-sec .slider-img img {
    width: 40%;
    border: 7px solid #C51810;
    border-radius: 10px;
}

.vacum-sec .slider-para .mySlides .text {
    font-size: 18px;
    line-height: 34px;
    color: #ffff !important;
    border: 1px solid #bf001b;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background: #bf001b;
}


.vacum-sec .mySlides.fade {
    opacity: unset !important;
}

.vacum-sec .owl-dots {
    display: none;
}

.vacum-sec .owl-nav {
    position: absolute;
    bottom: -30px;
    left: 46%;
}

.vacum-sec button.owl-next {
    width: 40px !important;
    height: 40px !important;
    background: unset !important;
    color: #000 !important;
    font-size: 54px !important;
    box-shadow: unset !important;
    border: unset !important;
}

.vacum-sec button.owl-prev {
    width: 40px !important;
    height: 40px !important;
    background: unset !important;
    color: #000 !important;
    font-size: 54px !important;
    box-shadow: unset !important;
    border: unset !important;
}

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


.vacum-sec button.owl-next:focus {
    outline: none;
}

.vacum-sec button.owl-prev:focus {
    outline: none;
}

section.about-sec .banner-btn-2 {
    justify-content: left;
}

.modal-btn-link {
    border: 1px solid #C51810;
    display: flex !important;
    width: 224px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #C51810;
    font-size: 18px;
    line-height: 18px;
    font-family: Tahoma;
    font-weight: bold;
    color: #fff !important;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.banner-btn-7 {
    display: flex !important;
    justify-content: center;
}

.about-para-098 p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

.testi-para-000 p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    display: none;
}



/* ===============================
   Premium Testimonials Grid
   =============================== */
.testimonials-grid {
  display: grid;
  gap: 30px;
  padding: 40px 20px;
}

/* Card */
.testimonial-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  transform: translateY(0);
}

/* Hover Animation */
.testimonial-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

/* Decorative gradient border effect */
.testimonial-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(
    from 180deg at 50% 50%,
    #f5a623,
    #f093fb,
    #6fa3ef,
    #f5a623
  );
  z-index: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.testimonial-card:hover::before {
  opacity: 0.15;
  animation: spinBorder 6s linear infinite;
}

@keyframes spinBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Inner content always above */
.testimonial-content,
.testimonial-footer {
  position: relative;
  z-index: 2;
}

/* Stars */
.testimonial-stars {
  color: #f5a623;
  margin-bottom: 15px;
  font-size: 16px;
  animation: fadeInDown 0.8s ease forwards;
}

/* Quote text */
.testimonial-text {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 25px;
  font-style: italic;
  position: relative;
}

.testimonial-text::before {
  content: "“";
  font-size: 60px;
  color: #f5a623;
  position: absolute;
  left: -10px;
  top: -20px;
  opacity: 0.2;
}

.testimonial-text::after {
  content: "”";
  font-size: 60px;
  color: #f5a623;
  position: absolute;
  right: -10px;
  bottom: -40px;
  opacity: 0.2;
}

/* Footer with image + name */
.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: auto;
}

.testimonial-img img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f5a623;
  box-shadow: 0 6px 14px rgba(245, 166, 35, 0.3);
  transition: transform 0.4s ease;
}

.testimonial-card:hover .testimonial-img img {
  transform: rotate(-5deg) scale(1.05);
}

/* Info */
.testimonial-info {
  flex: 1;
}

.testimonial-name {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin: 0;
  letter-spacing: 0.5px;
  animation: fadeInUp 0.9s ease forwards;
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.single-service div#main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
    width: 60%;
    font-size: 18px;
    color: #fff;
    border: 1px solid #000;
    background: #c51810;
    transition: all ease-in-out 0.5s !important;
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
    background: #000;
    transition: all ease-in-out 0.5s !important;
}
.Cent_txt h4 {
    font-size: 50px !IMPORTANT;
    line-height: 65px !important;
    font-style: italic;
}