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

@font-face { 
 font-family: Finance; 
 src: url('inc/assets/fonts/Finance.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;
}
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: 0px !important;
}

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

.container {
    max-width: 1200px !important;
}

/*==================HEADER CSS==============*/

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

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 0px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li:first-child {
  border-left: none;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li {
    border-left: 2px solid #fff;
    margin-left: 15px;
    padding-left: 15px;
}

.header-btn a {
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    width: 143px;
    height: 50px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    background: transparent;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.header-btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0.2) 100%
    );
    transform: skewX(-20deg);
    transition: left 0.6s ease;
}

.header-btn a:hover::before {
    left: 100%;
}

.header-btn a:hover {
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
    transform: scale(1.05);
}

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

/*==================BANNER CSS==================*/

.banner-head {
    text-transform: uppercase;
    font-weight: 600;
}

.banner-head strong {
    font-weight: 600;
    color: #fff; /* text fill color */
     /* stroke width and color */
}

.banner-sec {
    padding-top: 303px !important;
    padding-bottom: 203px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative !important;
}

.banner-sec:before {
    content: 'PayLessAutoTitleLoans.com';
    position: absolute;
    top: 7%;
    right: 0;
    left: 5%;
    background-repeat: no-repeat;
    font-size: 120px;
    font-weight: 600;
    color: #fff;
    font-family: 'Poppins' !important;
}
.banner-para p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    width: 90%;
}
.banner-btn a.vc_general {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #9B0000 !important;
    background: #9B0000 !important;
    background-image: unset !important;
    color: #fff !important;
    width: 143px;
    height: 50px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.banner-btn a.vc_general::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    transform: skewX(-20deg);
    transition: left 0.6s ease;
    z-index: 1;
}

.banner-btn a.vc_general:hover::before {
    left: 100%;
}

.banner-btn a.vc_general:hover {
    background-color: #fff !important;
    color: #9B0000 !important;
    box-shadow: 0 0 20px rgba(155, 0, 0, 0.5);
    transform: scale(1.05);
    z-index: 2;
}

.banner-sec .vc_column-inner {
    padding-left: 120px !important;
}

/*===================ABOUT SEC CSS================*/

.about-sec {
    padding-top: 100px !important;
    padding-bottom: 118px;
}

.about-head-1 {
    text-transform: uppercase;
    font-weight: 700;
}

.about-head-2 {
    text-transform: uppercase;
    font-weight: 500;
    font-family: Finance;
}

.about-head-2 strong {
    font-weight: 500;
    color: #1B3426;
}

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

.about-para li {
    font-size: 16px;
    line-height: 32px;
    list-style: none;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    font-weight: 400;
}

.about-para ul {
    column-count: 2;
}

.about-para li:before {
    content: '';
    position: absolute;
    left: -40px;
    background-image: url(images/tick.png);
    width: 27px;
    height: 27px;
    top: 0;
}

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

.about-btn a {
    border: 1px solid #C2273A;
    width: 210px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    background: #C2273A;
    color: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.about-btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    transform: skewX(-20deg);
    transition: left 0.6s ease;
    z-index: 1;
}

.about-btn a:hover::before {
    left: 100%;
}

.about-btn a:hover {
    background-color: #fff;
    color: #C2273A;
    box-shadow: 0 0 20px rgba(194, 39, 58, 0.5);
    transform: scale(1.05);
    z-index: 2;
}


.about-btn {
    margin-right: 35px;
}

.phone-num a {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.phone-num i.fas.fa-phone-volume {
    font-size: 35px;
    transform: rotate(315deg);
    margin-right: 12px;
    font-weight: bold !important;
}

/*==================SERVICE SEC CSS================*/

.service-sec {
    padding-top: 70px !important;
    padding-bottom: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-head {
    text-transform: uppercase;
}

.service-btn a.vc_general {
    font-size: 18px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #fff !important;
    background-image: unset !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    width: 195px;
    height: 50px;
    margin: 0 0 0 auto !important;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.service-btn a.vc_general::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0.05) 100%
    );
    transform: skewX(-20deg);
    transition: left 0.6s ease;
    z-index: 1;
}

.service-btn a.vc_general:hover::before {
    left: 100%;
}

.service-btn a.vc_general:hover {
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
    z-index: 2;
}


.service-con h2 {
    font-size: 31px;
    line-height: 34px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.service-con p {
    font-size: 18px;
    line-height: 32px;
    color: #ffffffba;
    font-weight: 400;
}

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


/*==================CONTACT SEC CSS=================*/
.contact-sec {
    padding-top: 100px !important;
    padding-bottom: 100px;
}

.contact-para p {
    font-size: 18px;
    line-height: 32px;
    color: #0000009c;
    width: 86%;
    position: relative;
}

.contact-head {
    text-transform: uppercase;
}

.icon-main {
    display: flex;
    padding-top: 20px;
}

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

.icon-1 a {
    font-size: 35px;
    color: #1C3628;
}

.contact-para p:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7%;
    width: 408px;
    height: 0px;
    border: 1px solid #0000007a;
}

.ContactForm input.wpcf7-form-control {
    height: 53px;
    border-radius: 10px;
    border-color: #0000007d;
}

.ContactForm input.wpcf7-form-control::placeholder {
    font-size: 17px;
    line-height: 17px;
}

.ContactForm select.wpcf7-form-control {
    height: 53px;
    border-radius: 10px;
    border-color: #0000007d;
}

.ContactForm textarea.wpcf7-form-control {
    height: 130px;
    border-radius: 10px;
    border-color: #0000007d;
}


.ContactForm textarea.wpcf7-form-control::placeholder {
    font-size: 17px;
    line-height: 17px;
    padding-top: 10px;
}

.ContactForm .btn.btn-primary {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C2273A;
    border-color: #C2273A;
    width: 163px;
    height: 50px;
    border-radius: 5px !important;
    margin-top: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.ContactForm .btn.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    transform: skewX(-20deg);
    transition: left 0.6s ease;
    z-index: 1;
}

.ContactForm .btn.btn-primary:hover::before {
    left: 100%;
}

.ContactForm .btn.btn-primary:hover {
    background: #fff;
    color: #C2273A;
    box-shadow: 0 0 20px rgba(194, 39, 58, 0.4);
    transform: scale(1.05);
    z-index: 2;
}


/*-====================CALCULATE SEC CSS===================*/

.calculate-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
    border-radius: 20px !important;
    padding-top: 70px !important;
    padding-bottom: 70px;
    margin-bottom: 90px !important;
}

.calculate-row {
    background: #fff;
    border-radius: 20px;
    padding: 50px 20px !important;
    padding-bottom: 10px !important;
}


.border-box {
    border: 1px solid #c8c7c726;
    background: #c8c7c726;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
}

.border-head {
    background: #fff;
    padding-left: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 25px;
    border-radius: 5px;
}

.border-head h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px;
    padding-top: 0px !important;
}

.border-head h2 {
    font-size: 44px;
    line-height: 44px;
    color: #1C3728;
    margin-top: 6px !important;
    margin-bottom: 0px !important;
}

.border-head p {
    font-size: 16px;
    line-height: 20px !important;
    color: #00000099;
    margin-bottom: 0px;
}

.border-box h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px !important;
    padding-bottom: 0px !important;
    margin-top: 0px;
    padding-top: 20px;
}

.border-box p {
    font-size: 16px;
    line-height: 30px !important;
    color: #00000099;
    margin-bottom: 0px;
}

.border-pra {
    position: relative;
}

.border-pra:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 396px;
    border: 1px solid #00000052;
}

.caculate-btn a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #C2273A;
    background: #C2273A;
    background-image: unset !important;
    color: #fff !important;
    width: 135px;
    height: 50px;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.caculate-btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    transform: skewX(-20deg);
    transition: left 0.6s ease;
    z-index: 1;
}

.caculate-btn a:hover::before {
    left: 100%;
}

.caculate-btn a:hover {
    background: #fff;
    color: #C2273A !important;
    box-shadow: 0 0 18px rgba(194, 39, 58, 0.4);
    transform: scale(1.05);
    z-index: 2;
}


.caculate-btn {
    margin-top: 40px;
}

.calculate-head {
    text-transform: uppercase;
    padding-bottom: 40px;
}

.calculate-form label {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    margin-bottom: 20px;
}

.calculate-form strong {
    color: #A7A7A7;
    font-weight: 400;
}

.calculate-form input {
    width: 100%;
    height: 53px;
    border-radius: 10px;
    border-color: #0000004f;
    background: #fff !important;
}

.calculate-form select {
    width: 100%;
    height: 53px;
    border-radius: 10px;
    border-color: #0000004f;
    background: #fff;
}

.calculate-form .col-md-6 {
    padding-bottom: 30px;
}

.calculate-form .calculate-btn {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 209px;
    height: 50px;
    background: #C2273A;
    border: 1px solid #C2273A;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.calculate-form .calculate-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    transform: skewX(-20deg);
    transition: left 0.6s ease;
    z-index: 1;
}

.calculate-form .calculate-btn:hover::before {
    left: 100%;
}

.calculate-form .calculate-btn:hover {
    background: #fff;
    color: #C2273A;
    box-shadow: 0 0 20px rgba(194, 39, 58, 0.4);
    transform: scale(1.05);
    z-index: 2;
}


/*==================TESTIMONIALS SEC CSS==================*/

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

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

.sellhouse-box h2 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    font-size: 18px;
    line-height: 26px;
    margin-top: 18px;
}

.testimonials-box {
    border: 1px solid #007A5D;
    padding-left: 21px;
    padding-top: 57px;
    padding-bottom: 22px;
    padding-right: 22px;
    border-radius: 10px;
    position: relative;
}

.sellhouse-box h3 {
    margin-top: 0px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

.sellhouse-box {
    margin-left: 11px;
}

.testimonials-para p {
    font-size: 16px;
    line-height: 32px;
    color: #000000ad;
}

#owl_custom11 .owl-item.active.center .testimonials-box {
    background: #1B3426;
}

#owl_custom11 .owl-item.active.center .testimonials-para p {
    color: #ffffff8a;
}

#owl_custom11 .owl-item.active.center .sellhouse-box h2 {
    color: #fff;
}

#owl_custom11 .owl-item.active.center .sellhouse-box h3 {
    color: #ffffff63;
}

.testimonials-box:before {
    content: '';
    position: absolute;
    right: 4%;
    bottom: 14%;
    width: 88px;
    height: 27px;
    background-image: url(images/star.png);
}

#owl_custom11 .owl-item.active.center .testimonials-box:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    background-image: url(images/qoute.png);
    width: 84px;
    height: 62px;
}

.testimonials-box:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    background-image: url(images/qoute-3.png);
    width: 84px;
    height: 62px;
}

.tesi-head {
    text-transform: uppercase;
    padding-bottom: 30px;
}

.owl-nav {
    display: none;
}

.owl-dots button.owl-dot.active {
    border: 1px solid #C2273A;
    width: 93px;
    height: 11px;
    border-radius: 5px;
    background: #C2273A;
}

.owl-dots button.owl-dot {
    border: 1px solid #696969;
    width: 31px;
    height: 10px;
    border-radius: 26px;
    background: #696969;
    margin-left: 10px;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

/*================FOOTER CSS================*/

div#footer-widget {
    background: #2D2D2D !important;
    padding-top: 60px;
    padding-bottom: 78px;
}

div#footer-widget h3.widget-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
}


.ft01 strong {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: 400 !important;
}

.ft01 p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 32px !important;
    color: #ffffff82;
    text-decoration: none;
}

.ft01 a {
    font-size: 18px;
    line-height: 32px;
    color: #ffffff82;
    text-decoration: none;
}

div#footer-widget a.nav-link {
    font-size: 18px;
    line-height: 24px;
    color: #ffffffb3;
    transition: all 0.5s ease-in-out;
}

div#footer-widget a.nav-link:hover {
    background: unset !important;
    transition: all 0.5s ease-in-out;
    padding-left: 22px;
    color: #bc053d;
}

.ft02 h3.widget-title {
    margin-left: 15px;
}

.ft03 h3.widget-title {
    margin-left: 15px;
}

.ft04 p {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 10px !important;
    color: #fff;
}

.newsletter input.wpcf7-form-control {
    height: 50px;
    position: relative;
}

.newsletter .btn.btn-primary {
    top: -95%;
    font-size: 0;
    background: unset !important;
    border: unset !important;
    background-image: url(images/arrow.png) !important;
    position: absolute;
    right: 8%;
    background-repeat: no-repeat !important;
    width: 22px !important;
    height: 22px !important;
}

.newsletter input.wpcf7-form-control::placeholder {
    color: #00000042;
    font-size: 14px;
}

.ft02 {
    padding-left: 50px;
}

.site-info {
    text-align: center;
}

.site-info a {
    font-size: 18px;
    line-height: 32px;
    color: #000 !important;
    text-decoration: none;
}

.site-info strong {
    color: #C2273A;
    text-transform: uppercase;
}



.custom-breadcrumb {
    padding-top: 300px !important;
    padding-bottom: 150px !important;
    background-image: url(https://dev.internalstaging.com/web/pay-less-auto-title-loans/pl/wp-content/uploads/2025/06/car-2.jpeg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 1;
}

.custom-breadcrumb h2 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
}

.custom-breadcrumb p.breadcrumb-trail.mb-0 {
    color: #fff;
}

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

.custom-breadcrumb:before {
    content: '';
    position: absolute;
    background: #00000082;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.car-img-3 img {
    border-radius: 20px;
}

.about-page-para p {
    font-size: 18px;
    line-height: 34px;
}

.car-row {
    padding-top: 100px;
}

.custom-service-grid {
  padding: 30px 15px;
}

.service-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.service-card-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #ddd;
}

.service-card-body {
  padding: 20px;
}

.service-card-body h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.service-card-body p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.custom-service-grid {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*===================FAQS SEC CSS===============*/
.faq-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.faq-sec .vc_toggle_title {
  position: relative;
  border: 1px solid #C2273A;
  padding: 20px 30px;
  border-radius: 40px;
  background: #C2273A;
}

.faq-sec .vc_toggle_icon {
    position: absolute;
    right: 20px;
    top: 30px;
    margin: 0 !important;
    filter: invert(1);
}

.faq-sec .vc_toggle_title h2 {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    margin: 0;
    padding: 0;
}

.faq-sec .vc_toggle_content {
    border: 1px solid #bc053d5c;
    background: #bc053d5c;
    padding: 20px 30px;
    border-radius: 70px;
}

.faq-sec .vc_toggle_content p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    margin-top: 20px;
}

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

.contact-car-img img {
    border-radius: 30px;
}

.car-map-row {
    padding-top: 80px;
}


/*===================RESPONSIVE CSS===============*/

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

 .banner-head {
    font-size: 63px !important;
    line-height: 71px !important;
}

.service-con h2 {
    font-size: 28px !important;
    line-height: 32px !important;
}

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

.banner-sec:before {
  font-size: 101px !important;
  top: 9%;
}
	
.banner-sec {
    background-size: 100% 100% !important;
    padding-bottom: 70px !important;
}	
}

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

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

.banner-head {
    font-size: 53px !important;
    line-height: 61px !important;
}

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

.about-head-2 {
    font-size: 38px !important;
    line-height: 44px !important;
}

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

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

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

.contact-head {
    font-size: 38px !important;
    line-height: 40px !important;
}

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

.calculate-head {
    font-size: 38px !important;
    line-height: 40px !important;
}

.tesi-head {
    font-size: 38px !important;
    line-height: 40px !important;
}

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

section.calculate-sec {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
    margin-bottom: 60px;
    padding-right: 40px !important;
    padding-left: 40px !important;
}
	
.banner-sec:before {
        font-size: 84px !important;
        top: 12%;
        text-align: center;
        left: 0;
}
}

@media only screen and (max-width: 1366px) {
	
.banner-sec:before {
    font-size: 87px !important;
    top: 11%;
}
	
.banner-sec {
    background-size: unset !important;
}	
}

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

 section.banner-sec {
    padding-top: 240px !important;
    padding-bottom: 20px !important;
}

section.banner-sec .vc_column-inner {
    padding-left: 50px !important;
}

.banner-head {
    font-size: 48px !important;
    line-height: 51px !important;
}

.banner-sec:before {
    font-size: 76px !important;
    top: 11%;
}	
}

.service-img img {
    height: 360px;
    object-fit: cover;
}

.contact-head-24 {
    text-transform: uppercase;
    margin-bottom: 60px !important;
}

.contact-sec .vc_col-sm-5 {
    position: sticky;
    top: 30px;
    height: 100%;
}
.contact-sec { 
 overflow: visible !important; 
} 
.contact-sec .vc_row.wpb_row.vc_row-fluid {
    overflow: visible !important;
}
div#page { 
 overflow: visible; 
}
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

.file_btn {
  font-family: 'Segoe UI', sans-serif;
  max-width: 100%;
}

.file_btn label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-block;
  color: #333;
}

.file_btn input[type="file"] {
  position: relative;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  font-size: 14px;
  /* color: #fff; */
  width: 100%;
  text-align: center;
  display: block;
	height:unset;
}

/* Hide the default file input button */
.file_btn input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
.file_btn input[type="file"]::file-selector-button {
  visibility: hidden;
}

/* Custom button */
.file_btn input[type="file"]::before {
  content: "\f093";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: flex;
    background-color: #c2273adb;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  justify-content: center;
}

.file_btn input[type="file"]:hover::before {
  background-color: #0056b3;
}

.border-box  h5 {
    font-size: 22px;
    line-height: 1.5;
    color: red;
    margin-bottom: 0;
    text-transform: uppercase;
}

.border-box  h6 {
    font-size: 20px;
    line-height: 1.5;
}
section.vc_section.calculate-sec {
    position: relative;
    background: none !important;
}

section.vc_section.calculate-sec:before {
    content: '';
    position: absolute;
    left: 1.5%;
    top: 0;
    width: 97%;
    height: 100%;
    background: #182c20;
    z-index: -1;
    border-radius: 40px;
}