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

@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*=======================
      REVEAL-ANIMATION
=========================*/
.reveal, .revealhead, .revealleft, .revealright {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease-out, transform .6s ease-out;
  }
  .revealleft { transform: translateX(-30px); }
  .revealright { transform: translateX(30px); }

  /* active state */
  .reveal.active,
  .revealhead.active,
  .revealleft.active,
  .revealright.active {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
  }

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration:none !important;
  transition:linear 0.5s !important;
}

a:active,
a:hover {
  outline: 0;
  transition:linear 0.5s !important;
}

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. */
  overflow-y: hidden;
}

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: transparent;
  box-shadow: none;
  padding: 15px 0;
  border-bottom: 1px solid #A7A7A7;
}

.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: #4A4A4A;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  background: transparent !important;
  margin-right: 50px;
}

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: #be242d;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

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

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

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

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

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/*======================
    CUSTOM-CSS
========================*/
@media (min-width: 1200px) {
    .container {
        max-width:1440px
    }
}
ul{
  list-style:none;
  padding:0;
  margin:0;
}
/*---------- TOP-BAR ----------*/
.top-bar {
    background: #BE242D;
    padding: 6px 0;
}
.top-bar p {
    color: #ffffff;
    font-size: 14px;
}
.social-icons {
    display: flex;
    align-items: center;
}
.social-icons li a {
    color: #ffffff;
}
.extra-links ul li:first-child a {
    color: #4A4A4A;
    border: 1px solid #4A4A4A;
    border-radius: 100%;
    display: flex;
    width: 20px;
    height: 20px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}
.extra-links ul li:first-child {
    padding-right: 30px;
    position: relative;
}
.extra-links ul li:first-child::before {
    content: '';
    background: #4A4A4A;
    width: 1px;
    height: 23px;
    position: absolute;
    right: 14px;
    top: 0;
}
.extra-links .cnt_btn a {
    background: #1A2D4C;
    box-shadow: 0px 10px 15px 3px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 19px 38px;
    display: inline-block;
}
.extra-links .cnt_btn a:hover {
    background: #be242d;
}
/*------------ BANNER ----------*/
.Home_sec-01 {
    padding-top: 140px !important;
    padding-bottom: 100px;
}
.Home_sec-01 h2 {
    margin: 0;
    padding: 0;
    font-weight: 700;
}
.Home_sec-01 p {
    margin: 0;
    padding: 20px 0;
}
.theme-btn .vc_general {
    background: #BE242D !important;
    box-shadow: 0px 10px 15px 3px rgba(0, 0, 0, 0.15) !important;
    border-radius: 5px !important;
    color: #ffffff !important;
    padding: 19px 34px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
  border:none !important;
}
.theme-btn .vc_general:hover {
    background: #1a2d4c !important;
}
.rent_form {
    background: rgba(217, 217, 217, 0.05);
    border: 1px solid #A7A7A7;
    backdrop-filter: blur(20px);
    border-radius: 10px;
    padding: 20px;
    margin-left: 95px;
}
.rent_form h2 {
    color: #1C2D49;
    font-size: 30px;
  margin: 0 0 15px;
}
.rent_form .input-group input,
.rent_form .input-group select {
    width: 100%;
    background: #ebeaea !important;
    border: 1px solid #C0C0C0;
    height: 70px;
    border-radius: 10px;
    padding: 0 30px;
    font-size: 14px;
    color: #4A4A4A;
}
.rent_form button.button {
    background: #1A2D4C;
    box-shadow: 0px 10px 15px 3px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 31px;
    border: 0;
    outline: none !important;
    transition: linear 0.5s;
}
.theme-btn.blue-btn .vc_general:hover {
    background: #BE242D !important;
}
.rent_form button.button:hover {
    background: #BE242D;
}
.rent_form .input-group {
    margin-bottom: 15px;
}
.rent_form .input-group select {
    appearance: none;
}
.theme-h2 {
    margin: 0;
    padding: 20px 0;
    font-weight: 700;
}
.Home_sec-02 {
    padding-top: 77px !important;
    padding-bottom: 77px;
    overflow: visible !important;
}
.Home_sec-02 .about_car {
    position: absolute;
    top: 270px;
    right: -140px;
}
.Home_sec-03 {
    padding-top: 250px !important;
  padding-bottom:80px;
}
#vehicle_type {
    padding-top: 50px;
}
/*.carousel-item-content img {
    width: 100% !important;
    height: 448px;
    object-fit: cover;
    border-radius: 15px;
}
.carousel-item-content {
    position: relative;
    cursor: pointer;
}
.carousel-item-content h3 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(360deg, #1A2D4C 0%, rgba(26, 45, 76, 0) 45.09%);
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 30px 0px;
    transition: linear 0.5s;
    opacity: 0;
}
.carousel-item-content:hover h3 {
    opacity: 1;
}*/
#vehicle_type .owl-nav,
#vehicle_type .owl-dots {
    display: none;
}
.theme-btn.blue-btn .vc_general {
    background: #1A2D4C !important;
}
.shadow_digit {
    opacity: 0.1;
    font-weight: 700;
}
.Home_sec-04 {
    padding-top: 90px !important;
    padding-bottom: 90px;
}
.Home_sec-05 {
    padding-top: 100px !important;
    padding-bottom: 100px;
  position:relative !important;
}
.Home_sec-05::before {
    content: '';
    background: #1A2D4C;
    width: 801px;
    height: 368px;
    position: absolute;
    top: 160px;
    left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.Home_sec-05 ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}
.Home_sec-05 ul li a {
    font-size: 16px;
    color: #000000;
    border: 1px solid #A7A7A7;
    padding: 25px 66px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 20px 20px 0px !important;
}
.Home_sec-05 ul li:last-child a{
  margin-bottom:0 !important;
}
.Home_sec-05 ul li a:hover {
    background: #BE242D;
    color: #ffffff;
}
.Home_sec-05 .theme-h2 {
    padding: 15px 0;
    margin: 0;
}
.theme-footer {
    background-image: url(img/footer-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 86px;
}
.theme-footer .widget {
    margin: 0;
}
.theme-footer .ft01 {
    display: flex;
    align-items: center;
    padding-bottom: 60px;
}
.theme-footer .ft01 p {
    margin: 0;
    color: #4A4A4A;
    font-size: 14px;
}
.theme-footer .ft03 {
    display: flex;
    justify-content: space-between;
}
.theme-footer h3 {
    margin: 0;
    padding: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
    color: #1A2D4C;
}
.theme-footer .ft03 ul li a {
    color: #4A4A4A;
    font-size: 14px;
    padding: 0;
    background: transparent !important;
    line-height: 30px;
    position: relative;
    display: inline-block;
}
.theme-footer .ft03 ul li a::before {
    content: '';
    background: #BE242D;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: linear 0.5s;
}
.theme-footer .ft03 ul li a:hover::before {
    width: 100%;
}
.theme-footer .ft03 ul li a:hover {
    color: #BE242D;
}
.theme-footer .ft02 ul li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #1A2D4C;
    border-radius: 5px;
    padding: 16px 53px;
    margin-top: 20px;
}
.theme-footer .ft02 ul li:last-child a {
    background: #BE242D;
}
.theme-footer .ft02 ul li:last-child a:hover {
    background: #1A2D4C;
}
.theme-footer .ft02 ul li a:hover {
    background: #BE242D;
}
.theme-footer .ft01 section#text-2 {
    padding: 0 18% 0 9%;
}
.theme-footer .ft01 .car-search-form {
    width: 100%;
    position: relative;
}
.theme-footer .ft01 .car-search-form input {
    width: 100%;
    background: #E8E5E5;
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    height: 70px;
    color: #4A4A4A;
    font-size: 14px;
    padding: 0 30px;
}
.theme-footer .ft01 .car-search-form input::placeholder {
    color: #4A4A4A;
}
.theme-footer .ft01 section#text-3 {
    width: 33%;
}
.theme-footer .ft01 .car-search-form .car-search-btn {
    background: transparent;
    border: 0;
    padding: 0;
    outline: none;
    position: absolute;
    top: 21px;
    right: 30px;
    color: #4A4A4A;
    font-size: 18px;
}
body:not(.theme-preset-active) footer#colophon {
    background: transparent;
    color: #4A4A4A;
    font-size: 14px;
    padding: 20px 0;
    margin-top: -63px;
}
.site-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-info ul {
    display: flex;
    align-items: center;
}
.site-info ul li {
    padding-right: 40px;
    position: relative;
}
.site-info ul li:last-child {
    padding: 0;
}
.site-info ul li::before {
    content: '';
    background: #4A4A4A;
    width: 1px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 4px;
}
.site-info ul li:last-child::before {
    display: none;
}
.woocommerce ul.products li {
    background: #F2F2F2;
    border-radius: 20px;
    position: relative;
    padding: 20px !important;
    margin-right: 30px !important;
    width: 31.2% !important;
    margin-bottom: 20px !important;
}
.woocommerce ul.products li .img-wrapper {
    width: 100%;
    height: 296px;
    overflow: hidden;
    margin-bottom: 15px;
}
.woocommerce ul.products li .img-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    margin: 0 !important;
    border-radius: 12px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 26px;
    color: #1A2D4C;
    font-weight: 600;
    padding: 0 0;
    min-height: 97px;
}
.woocommerce ul.products li .product-category {
    padding: 12px 0;
    font-size: 18px;
    color: #be242d;
    font-weight: 500;
}
.woocommerce ul.products li.product .price {
    font-size: 22px;
    color: #1A2D4C;
    font-weight: 700;
}
.woocommerce ul.products li .add_to_cart_button {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 18px 0;
    box-shadow: 0px 10px 15px 3px rgba(0, 0, 0, 0.15) !important;
    background: #1A2D4C;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 8px;
}
.Moving_btn .vc_general {
    background: rgba(230, 230, 230, 0.05) !important;
    border: 1px solid #A7A7A7 !important;
    backdrop-filter: blur(20px) !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    color: #000000 !important;
    padding: 18px 30px !important;
    position: absolute !important;
  animation: float 3s ease-in-out infinite;
}
.Moving_btn.Btn_01 .vc_general {
    top: 156px;
    right: 10px;
}
.Moving_btn.Btn_02 .vc_general {
    top: 396px;
    right: 343px;
}
.Moving_btn.Btn_03 .vc_general {
    top: 524px;
    right: 70px;
    color: #fff !important;
}
.breadcrumbs {
    background-image: url(img/footer-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 120px 0;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
}
.breadcrumbs h1 {
    margin: 0;
    padding: 0 0 15px;
    font-size: 48px;
    font-weight: 700;
    color: #1A2D4C;
}
.breadcrumbs span {
    color: #4A4A4A;
    font-size: 14px;
}
.breadcrumbs i {
    color: #4A4A4A;
    font-size: 14px;
    margin: 0 10px;
}
.Optional_sec-01 .vc_single_image-wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.Optional_sec-01 .vc_single_image-wrapper img {
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}
.Optional_sec-01  .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    background: #F2F2F2;
    padding: 20px;
    border-radius: 15px;
}
.Optional_sec-01 h2 {
    margin: 0;
    padding: 20px 0;
    font-weight: 700;
}
.Optional_sec-01 p {
    margin: 0;
    font-weight: 500;
}
.Optional_sec-02 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    background: #F2F2F2;
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 15px 3px !important;
    min-height: 655px;
}
.Optional_sec-02 h2 {
    margin: 0;
    font-weight: 700;
}
.Optional_sec-02 ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #4A4A4A;
    padding: 18px 0;
    color: #4A4A4A;
}
.Optional_sec-02 ul {
    padding-bottom: 30px;
}
.Optional_sec-03 {
    padding-top: 100px !important;
    padding-bottom: 100px;
}
.Optional_sec-03 ul li {
    font-size: 14px;
}
.Optional_sec-03 .right_list li {
    color: #ffffff;
    border-color: #ffffff;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 30px;
}
.Optional_sec-03 .right_list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 20px;
}
.Insurance_sec-02 {
    padding-top: 100px !important;
    padding-bottom: 100px;
}
.Insurance_sec-02 .tablepress {
    margin-top: 30px;
}
.tablepress>:not(caption)>*>* {
    padding: 15px !important;
    font-size: 14px;
    color: #4a4a4a !important;
}
marquee {
    background: #fafafa;
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
    color: #4a4a4a;
}
.Insurance_sec-03 {
    padding-top: 100px !important;
    padding-bottom: 100px;
}
.Insurance_sec-03 ul li {
    position: relative;
    padding-left: 30px;
    color: #4a4a4a;
    margin-bottom: 15px;
}
.Insurance_sec-03 ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}
.Insurance_sec-03 .vc_col-sm-6 .vc_column-inner > .wpb_wrapper {
    background: #fafafa;
    padding: 20px;
    border-radius: 12px;
    min-height: 342px;
}
.Insurance_sec-03 h2 {
    position: relative;
    padding-left: 40px;
}
.Insurance_sec-03 h2::before {
    content: '\f05a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0;
}
.Cancel_sec-01 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    min-height: 590px;
}

.Cancel_sec-01 ul li strong {
  display: inline-block;
  width: 42%;
  text-align: right;
}
.List_para {
    padding-top: 40px;
}
.List_para p {
    position: relative;
    font-size: 14px !important;
    background: #fafafa;
    padding: 20px 0px 20px 40px;
    border-radius: 10px;
}
.List_para p::before {
  content: '\f00c';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 15px;
  top: 20px;
  color: #1A2D4C;
}
.Faq_sec-01 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    background: #1A2D4C;
    color: #ffffff;
}
.Faq_sec-01 .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    background: #BE242D;
  color: #ffffff;
}
.Faq_sec-01 .vc_do_toggle {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #4a4a4a;
}
.Faq_sec-01 .vc_do_toggle:last-child {
    border: 0;
}
.Faq_sec-01 .vc_do_toggle .vc_toggle_content {
    margin-bottom: 0;
}
.Faq_sec-01 .vc_do_toggle .vc_toggle_title h4 {
    color: #1a2d4c;
    font-size: 18px;
    font-weight: 700;
}
.Faq_sec-01 .vc_do_toggle p {
    color: #4a4a4a;
    font-size: 16px;
}
.vc_toggle_default .vc_toggle_icon:before {
    border-color: #1a2d4c;
}
.vc_toggle_default .vc_toggle_icon:after,
.vc_toggle_default .vc_toggle_icon:before {
    background: #1a2d4c;
}
.vc_toggle_default .vc_toggle_icon {
    background: #1a2d4c;
    border-color: #1a2d4c;
}
.page-id-186 .breadcrumbs,
.page-id-212 .breadcrumbs,
.page-id-237 .breadcrumbs {
    display: none;
}
.Corporate_sec-01{
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative !important;
    z-index: 1;
}
.Corporate_sec-01 ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Corporate_sec-01 ul li a {
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 22px 30px 22px 60px;
    border-radius: 11px;
    position: relative;
}
.Corporate_sec-01 ul li a::before {
    content: '\f232';
    font-family: 'FontAwesome';
    font-weight: 600;
    position: absolute;
    left: 14px;
    font-size: 34px;
    top: 7px;
}
.Corporate_sec-01 ul li:nth-child(2) a::before {
    content: '\f1b9';
}
.Corporate_sec-01 ul li:last-child a {
    margin-left: 30px;
}
.Corporate_sec-01 ul li a:hover {
    background: #1a2d4c;
}
.Corporate_sec-01 ul {
    padding-top: 20px;
}
.Corporate_sec-01::before {
    content: '';
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: -1;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    border: 0 !important;
    background: transparent !important;
    line-height: normal !important;
    width: auto !important;
}
.Corporate_sec-02 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon {
    color: #1A2D4C !important;
    font-size: 44px !important;
}
.Corporate_sec-02 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    background: #fafafa;
    border-radius: 12px;
    padding: 30px 20px;
    min-height: 262px;
}
.Corporate_sec-03 {
    padding-top: 100px !important;
    padding-bottom: 100px;
}
.Corporate_sec-03 .White_box > .wpb_wrapper {
    background: #fafafa;
    border-radius: 12px;
    padding: 20px;
    min-height: 220px;
}
.Corporate_sec-03 .White_box h3 {
    margin: 0;
    padding: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.Corporate_sec-03 .White_box h3 strong {
    font-weight: 700;
    background: #1A2D4C;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #ffffff;
    margin-right: 15px;
}
.Corporate_sec-04 {
    padding-top: 100px !important;
    padding-bottom: 100px;
}
.Corporate_sec-04 h3 {
    font-size: 24px;
    color: #1A2D4C;
    font-weight: 700;
    margin: 0;
    padding-bottom: 15px;
}
.Corporate_sec-04 ul li {
    color: #4a4a4a;
    font-size: 18px;
    position: relative;
    padding-left: 30px;
    line-height: 45px;
}
.Corporate_sec-04 ul li a {
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 500;
}
.Corporate_sec-04 ul li::before {
    content: '\f095';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0px;
    color: #1A2D4C;
}
.Corporate_sec-04 ul li:last-child::before {
    content: '\f017';
}
.Corporate_sec-05 {
    padding-bottom: 100px;
}
.cont_form {
    margin-top: 60px;
    background: #fafafa;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 10px 15px 3px rgba(0, 0, 0, 0.15);
    border: 1px solid #1a2d4c59;
}
.cont_form .form-control {
    background: transparent;
    height: 55px;
    padding: 0 15px;
    color: #4a4a4a;
    font-size: 16px;
    border: 1px solid #4a4a4a;
    border-radius: 8px;
}
.cont_form .form-control::placeholder {
    color: #4a4a4a;
}
.cont_form textarea.form-control {
  height: 220px;
  resize: none;
  border-radius: 15px;
  padding:20px;
}
.cont_form p {
    font-size: 18px;
    color: #4a4a4a;
}
.cont_form span.wpcf7-list-item.first {
    margin-left: 0;
}
.cont_form span.wpcf7-list-item input[type="radio"] {
    width: 24px;
    height: 24px;
}
.cont_form span.wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    top: -6px;
    margin-left: 5px;
}
.cont_form span.wpcf7-form-control.wpcf7-checkbox.form-control {
    border: 0;
    padding: 0;
    height: auto;
}
.cont_form span.wpcf7-form-control.wpcf7-checkbox.form-control .wpcf7-list-item-label {
    font-size: 18px;
}
.cont_form span.wpcf7-form-control.wpcf7-checkbox.form-control input[type="checkbox"] {
    width: 24px;
    height: 24px;
}
.cont_form .confirm_btn {
    background: #1a2d4c;
    border: 0;
    width: 180px;
    height: 60px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: linear 0.5s;
}
.cont_form .confirm_btn:hover {
    background: #be242d;
}
.cont_form .wpcf7-spinner {
    position: absolute;
    bottom: 0;
    right: 0;
}
.Election_sec-02 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    min-height: auto;
}
.Election_sec-02 .vc_figure,
.Election_sec-02 .vc_figure .vc_box_border_grey,
.Election_sec-02 .vc_figure .vc_box_border_grey img {
    width: 100%;
}
.Election_sec-02 .vc_figure .vc_box_border_grey {
    height: 500px;
    overflow: hidden;
}
.Election_sec-02 .vc_figure .vc_box_border_grey img {
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.new_list ul li {
    font-size: 18px;
    line-height: 25px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}
.new_list ul li::before {
    content: '\f164';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0;
}
.new_list ul li:nth-child(3)::before,
.new_list ul li:nth-child(4)::before {
    content: '\f165';
}
.Election_sec-03 ul li:last-child::before {
    content: '\f007';
}
.Management_sec-01 .vc_single_image-wrapper {
    height: 520px !important;
    overflow: hidden !important;
}
.Management_sec-01 .vc_single_image-wrapper img {
    height: 100% !important;
    object-fit: cover !important;
    object-position: top !important;
}
.Privacy_sec-01 .theme-h2 {
    font-size: 32px !important;
}
.Privacy_sec-01 ul li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 15px;
}
.Privacy_sec-01 ul li a {
    color: #4a4a4a;
    text-decoration: underline !important;
    font-weight: 600;
    font-size: 18px;
}
.Privacy_sec-01 ul li::before {
    content: '';
    background: #4a4a4a;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}
.Commercial_archive-sec .wpb_video_widget {
    background: #fafafa;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 10px 15px 3px rgba(0, 0, 0, 0.15);
}
.Commercial_archive-sec .wpb_video_widget iframe {
    border-radius: 12px;
}
.woocommerce-shop ul.products li {
    width: 31.9% !important;
}
.woocommerce-shop ul.products {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-shop ul.products li:nth-child(3),
.woocommerce-shop ul.products li:nth-child(6),
.woocommerce-shop ul.products li:nth-child(9),
.woocommerce-shop ul.products li:nth-child(12),
.woocommerce-shop ul.products li:nth-child(15),
.woocommerce-shop ul.products li:nth-child(18) {
    margin-right: 0 !important;
}
.woocommerce div.product div.summary .product_title {
    font-size: 44px;
    font-weight: 700;
    color: #1a2d4c;
}
.woocommerce div.product div.summary p.price {
    font-size: 32px;
    font-weight: 600;
    color: #1a2d4c;
    margin-bottom: 30px;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    background: #F2F2F2;
    border-radius: 12px;
    border: 2px solid #1a2d4c;
}
.woocommerce div.product form.cart .variations select {
    height: 50px;
    background: #F2F2F2;
    color: #1a2d4c;
    width: 100%;
    margin-right: 00;
}
.woocommerce div.product form.cart .variations th {
    width: 100px;
}
.woocommerce div.product form.cart .variations label {
    font-size: 20px;
    margin-top: 6px;
    border-right: 1px solid #000000;
    padding-right: 20px;
}
.woocommerce div.product form.cart .button {
    background-color: #1A2D4C !important;
    box-shadow: 0px 10px 15px 3px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 19px 38px;
}
.woocommerce div.product form.cart div.quantity {
    display: none !important;
}
.woocommerce div.product form.cart .reset_variations {
    background: #1a2d4c;
    color: #fff;
    padding: 8px 18px;
    border-radius: 4px;
}
.woocommerce-variation.single_variation .woocommerce-variation-price span.price {
    color: #1a2d4c;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}
.product_meta span {margin-right: 20px;font-size: 18px;color: #1a2d4c;}
.product_meta a {
    color: #1a2d4c;
    font-weight: 700;
    text-decoration: underline !important;
}
.page-id-301 section#primary,
.page-id-302 section#primary {
    max-width: 100%;
    flex: 100%;
}
.page-id-301 aside#secondary,
.page-id-302 aside#secondary {
    display: none;
}
.page-id-301 .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block,
.page-id-301 .wc-block-components-sidebar {
    background: #F2F2F2;
    padding: 20px 30px;
    border-radius: 15px;
    width: 62%;
}
.page-id-301 .wc-block-components-sidebar {
    margin-left: 24px;
    width: 36%;
}
.page-id-301 .wc-block-components-quantity-selector {
    display: none;
}
.page-id-301 table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: #1a2d4c;
    font-weight: 600;
    font-size: 18px;
}
.page-id-301 .wc-block-cart .wc-block-cart__submit-container a.wc-block-components-button {
    background: #1a2d4c;
    border-radius: 8px;
    color: #ffffff;
}
.car-rental-fields label {
    display: block;
    font-size: 16px;
    color: #1a2d4c;
}
.car-rental-fields input,.car-rental-fields select {
    padding: 0 12px;
    font-size: 15px;
    height: 50px;
    background: #F2F2F2;
    color: #1a2d4c;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ced4da;
    outline: none;
}
.car-rental-fields p {
    margin-bottom: 15px;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}
.About_page-sec ul li span {
    display: block;
    font-size: 28px;
    color: #1A2D4C !important;
    font-weight: 700;
    padding-bottom: 15px;
}
.About_page-sec ul li {
    margin-bottom: 19px;
    font-size: 18px;
    color: #000000;
}
.About_page-sec .vc_single_image-wrapper {
    height: 460px;
    overflow: hidden;
    border-radius: 15px;
    padding: 15px;
    background: #1a2d4c21;
}
.About_page-sec .vc_single_image-wrapper img {
    height: 100% !important;
    object-fit: cover;
    border-radius: 15px;
}
.About_page-sec01 {
    padding-top: 120px !important;
    padding-bottom: 120px;
    text-align: center;
}
.whatsapp_icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.wa__button {
    width: 220px;
}
.Home_sec-04 .vc_single_image-wrapper {
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
}
.Home_sec-04 .vc_single_image-wrapper img {
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}
span.sku_wrapper {
    display: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 0 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #B6B6B6;
    border-radius: 8px;
    margin-right: 10px;
    color: #1a2d4c;
    font-size: 16px;
    font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #ffffff;
    background: #1a2d4c;
}
.woocommerce-shop h1.page-title {
    display: none;
}
.woocommerce .woocommerce-ordering select {
    padding: 0 15px;
    height: 50px;
    background: #F2F2F2;
    color: #1a2d4c;
    width: 100%;
    margin-right: 00;
    border-radius: 5px;
}
.woocommerce .woocommerce-ordering {
    width: 25%;
}
.wc-cat-item a img {
    width: 100% !important;
    height: 448px;
    object-fit: cover;
    border-radius: 15px;
}
.wc-cat-item a h3 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(360deg, #1A2D4C 0%, rgba(26, 45, 76, 0) 45.09%);
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 30px 0px;
    transition: linear 0.5s;
    opacity: 0;
}
.wc-cat-item {
    position: relative;
}
.wc-cat-item a:hover h3 {
    opacity: 1;
}
.illegal_park-sec {
    padding-top: 100px !important;
    padding-bottom: 100px;
}
.illegal_park-sec ul li {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}
.illegal_park-sec ul li strong {
    background: #ffffff;
    color: #1a2d4c;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 5px;
    margin-bottom: 15px !important;
}
.illegal_park-sec p {
    background: #ffffff;
    color: #1a2d4c;
    padding: 12px;
    border-radius: 8px;
    margin-top: 30px;
}
.illegal_park-sec img {
    border-radius: 15px;
}
.woocommerce div.product div.images img {
    border-radius: 10px;
}
.Corporate_sec-02.Accident_sec-01 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    min-height: auto;
}
.Corporate_sec-02.Reservation_sec-01 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    min-height: 212px;
}
/*===============================
        RESPONSIVE-START
=================================*/
@media only screen and (max-width:1440px){
#content.site-content{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.entry-content{
  margin: 0;
}
.Home_sec-02 .about_car {
    right: 0;
}
.Home_sec-02 .about_car img {
    max-width: 820px;
}
.Home_sec-05 ul li a {
    padding: 15px 25px;
    font-size: 14px;
}
.Home_sec-05::before {
    width: 670px;
    top: 120px;
    height: 420px;
}
.Home_sec-05 p br {
    display: none;
}
.wc-cat-item a img {
    height: 340px;
}
.woocommerce-page div#content {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.Corporate_sec-01 {
    height: 650px;
}
}
@media only screen and (max-width:1366px){
.woocommerce ul.products li {
    margin-right: 40px !important;
}
.woocommerce ul.products li:nth-child(3),
.woocommerce ul.products li:nth-child(6){
    margin-right: 0 !important;
}
.Home_sec-05 .vc_col-sm-6:last-child .vc_column-inner {
    padding-right: 15px !important;
}
.theme-footer .ft01 section#text-2 {
    padding: 0 15% 0 10%;
}
.woocommerce-shop ul.products li {
    width: 32% !important;
    margin-right: 25px !important;
}
}
@media only screen and (max-width:1200px){
.Home_sec-01 h2 {
    font-size: 40px !important;
    line-height: 52px !important;
}
.rent_form h2 {
    font-size: 24px !important;
}
.rent_form {
    margin-left: 20px;
    padding: 15px;
}
.Home_sec-02 .about_car img {
    max-width: 540px;
}
.Home_sec-03 {
    padding-top: 80px !important;
}
.shadow_digit {
    font-size: 150px !important;
    line-height: 130px !important;
}
.woocommerce ul.products li {
    margin-right: 15px !important;
    width: 32.4% !important;
}
.Home_sec-05::before {
    width: 570px;
    top: 80px;
}
.theme-footer .ft01 section#text-2 {
    padding: 0 9% 0 10%;
}
.theme-footer .ft02 ul li a {
    padding: 15px 30px;
}
.Corporate_sec-02 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper p {
    font-size: 18px !important;
}
.Payment_cards .vc_col-sm-8 .vc_column-inner > .wpb_wrapper .wpb_single_image {
    width: 120px !important;
}
.Payment_cards .vc_col-sm-8 .vc_column-inner > .wpb_wrapper .wpb_single_image img {
    height: 40px !important;
}
}
@media only screen and (max-width:1199px){
.container {
    max-width: 1160px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}
.extra-links ul {
    justify-content: center;
}
.navbar-light .navbar-toggler {
    background: #1A2D4C;
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    filter: invert(1);
} 
}
@media only screen and (max-width:1024px){
.Home_sec-01 h2.vc_custom_heading {
    font-size: 34px !important;
}
.Home_sec-01 {
    padding-top: 80px !important;
}
.rent_form .input-group input,
.rent_form .input-group select {
    height: 60px;
}
.Home_sec-02 .theme-h2 {
    font-size: 25px !important;
    margin-bottom: 0;
}
.wc-cat-item a h3 {
    font-size: 24px;
}
.wc-cat-item a img {
    height: 250px;
}
.Home_sec-04 p br {
    display: none;
}
.woocommerce ul.products li {
    width: 32.2% !important;
    padding: 15px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 22px;
    min-height: 83px;
}
.woocommerce ul.products li .img-wrapper {
    height: 220px;
}
.Home_sec-05::before {
    width: 480px;
}
.Home_sec-05 ul li a {
    margin-right: 7px !important;
}
.theme-footer .ft01 section#text-2 {
    padding: 0 4% 0 6%;
}
.theme-footer .ft02 ul li a {
    padding: 15px 24px;
}
.theme-footer h3 {
    font-size: 18px;
}
.theme-footer .ft03 ul li a {
    font-size: 12px;
}
.Corporate_sec-02 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    padding: 15px;
    min-height: 230px;
}
.Corporate_sec-02 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper p br {
    display: none;
}
.Accident_sec-01 .theme-h2 {
    font-size: 20px !important;
}
.Insurance_sec-01 h2,
.Insurance_sec-02 h2,
.Insurance_sec-04 h2,
.Insurance_sec-05 h2 {
    font-size: 34px !important;
}
.Insurance_sec-02,.Insurance_sec-03 {
    padding-top: 60px !important;
    padding-bottom: 60px;
}
.Reservation_sec-01 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.Corporate_sec-02.Reservation_sec-01 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    min-height: 190px;
}
.Payment_cards h2 {
    font-size: 36px !important;
}
.About_page-sec h2 br {display: none;}

.Corporate_sec-03 {
    padding-top: 60px !important;
    padding-bottom: 60px;
}
.Corporate_sec-03 .White_box h3 {
    display: block;
    font-size: 20px;
}

.Corporate_sec-03 .White_box h3 strong {
    margin: 0px 0 12px 0 !important;
}
}
@media only screen and (max-width:991px){
.Home_sec-02 {
    padding-top: 50px !important;
}
.Home_sec-02 .about_car {
    top: 310px;
}
.theme-footer .ft01 section#text-2 {
    padding: 30px 0;
}
.theme-footer .ft01 {
    display: block;
    text-align: center;
}
.theme-footer .ft01 section#text-3 {
    margin: 0 auto;
    width: 50%;
}
.theme-footer .ft02 ul li a {
    font-size: 12px;
}
.About_page-sec h2 {
    font-size: 36px !important;
    line-height: 40px !important;
}
.About_page-sec ul li span {
    font-size: 24px;
    padding-bottom: 10px;
}
.About_page-sec ul li {
    font-size: 16px;
}
}
@media only screen and (max-width: 768px){
.Home_sec-01 h2.vc_custom_heading br {
    display: none;
}
.Home_sec-01 h2.vc_custom_heading {
    font-size: 26px !important;
    line-height: 40px !important;
}
.Home_sec-01 p {
    font-size: 16px !important;
    line-height: 26px !important;
}
.Moving_btn {
    display: none !important;
}
.rent_form {
    margin-left: 0;
}
.rent_form h2 {
    font-size: 20px !important;
    line-height: 30px !important;
}
.Home_sec-02 .theme-h2 {
    font-size: 22px !important;
}
.Home_sec-03 {
    padding-top: 150px !important;
}
.Home_sec-04 .vc_single_image-wrapper {
    height: auto;
}
.Home_sec-04 .wpb_column.vc_column_container {
    width: 100%;
}
.Home_sec-04,
.shadow_digit,
.Home_sec-04 h3,
.Home_sec-04 p {
    text-align: center !important;
}
.Home_sec-04 h3 {
    padding-top: 40px;
}
.row_reverse {
    flex-direction: column-reverse;
}
.row_reverse .vc_single_image-wrapper.vc_box_border_grey {
    padding-top: 40px;
}
.woocommerce ul.products li {
    width: 48% !important;
    margin-right: 15px !important;
}
.woocommerce ul.products li:nth-child(2) {
    margin-right: 0 !important;
}
.theme-footer .ft02 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
}
.theme-footer .ft03 {
    display: block;
    text-align: center;
    max-width: 100%;
    flex: 100%;
}
.theme-footer .ft03 h3 {
    padding: 20px 0;
    font-size: 24px;
}
.theme-footer .ft03 ul li a {
    font-size: 14px;
}
.site-info {
    display: block;
    text-align: center;
}
.site-info ul {
    justify-content: center;
    padding-bottom: 10px;
}
body:not(.theme-preset-active) footer#colophon {
    margin-top: 0;
}
.Home_sec-05 .vc_col-sm-6 {
    width: 100%;
    padding: 0 15px;
}
.Home_sec-05 p,
.Home_sec-05 h2 {
    text-align: center !important;
}
.Home_sec-05 ul {
    justify-content: center;
}
.Home_sec-05 {
    padding-bottom: 60px;
}
.Home_sec-01 {
    padding-top: 50px !important;
}
.rent_form {
    margin-top: 30px;
}
.Home_sec-01 h2.vc_custom_heading,
.Home_sec-01 p {
    text-align: center !important;
}
.Home_sec-01 {
    text-align: center !important;
}
.rent_form h2 {
    font-size: 30px !important;
}
.Home_sec-01 h2.vc_custom_heading br {
    display: block;
}
.breadcrumbs {
    padding: 80px 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.breadcrumbs h1 {
    font-size: 42px;
    padding-bottom: 10px;
}
.breadcrumbs span {
    font-size: 12px;
}
.About_page-sec h2 {
    font-size: 28px !important;
    line-height: 32px !important;
}
.About_page-sec ul li span {
    font-size: 22px;
}
.About_page-sec ul li {
    font-size: 14px;
}
.About_page-sec .vc_single_image-wrapper {
    height: 380px;
}
.About_page-sec01 {
    padding-top: 80px !important;
    padding-bottom: 80px;
}
.About_page-sec01 h2 {
    font-size: 40px !important;
    margin-bottom: 0;
}
.vc_section.About_page-sec {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.About_page-sec .vc_col-sm-6 {
    width: 100%;
    text-align: center;
}
.About_page-sec .vc_single_image-wrapper {
    margin-top: 40px;
}
.About_page-sec figure,.About_page-sec figure .vc_single_image-wrapper {
    width: 100%;
}
.About_page-sec figure .vc_single_image-wrapper img {
    width: 100%;
}
.About_page-sec h2,.About_page-sec p {
    text-align: center !important;
}
.About_page-sec .row_reverse .vc_single_image-wrapper.vc_box_border_grey {
    padding-top: 15px;
}
.woocommerce-shop ul.products li:nth-child(3) {
    margin-right: 10px !important;
}
.woocommerce-shop ul.products li {
    width: 48.9% !important;
    margin-right: 8px !important;
}
.woocommerce-shop ul.products li:nth-child(4) {
    margin-right: 0 !important;
}
.Faq_sec-01 .vc_do_toggle .vc_toggle_title h4 {
    font-size: 16px;
}
section.vc_section.Corporate_sec-02 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.Corporate_sec-02 .vc_col-sm-4 {
    width: 100%;
    margin-bottom: 15px;
}
.Corporate_sec-02 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
  min-height: auto;
}
.Corporate_sec-01 {
    height: 640px;
}
.Corporate_sec-01 h2 {
    font-size: 48px !important;
    line-height: 50px !important;
}
.Optional_sec-02 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.Optional_sec-02 .vc_col-sm-4,
.Optional_sec-02 .vc_col-sm-8 {
    width: 100%;
}
.Optional_sec-02 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    min-height: auto;
    margin-bottom: 15px;
}
.Optional_sec-01 .vc_col-sm-4 {
    width: 100%;
    margin-bottom: 15px;
}
.Optional_sec-01 .vc_single_image-wrapper img {
    width: 100%;
}
.Optional_sec-01 figure {
    width: 100%;
}
.Accident_sec-01 h2 {
    font-size: 38px !important;
    line-height: 44px !important;
}
.Accident_sec-01 p br {
    display: none;
}
.Insurance_sec-01 .vc_col-sm-6 {
    width: 100%;
}
.Insurance_sec-01 h2,
.Insurance_sec-01 p {
    text-align: center !important;
}
.Insurance_sec-01 img {
    margin-top: 20px;
}
.Payment_cards h2 {
    font-size: 28px !important;
    line-height: 35px !important;
    text-align: center !important;
    padding-bottom: 20px !important;
}
.Payment_cards {
    padding-top: 40px !important;
    padding-bottom: 40px;
}
.Payment_cards .vc_col-sm-4,.Payment_cards .vc_col-sm-8 {
    width: 100%;
}
}
@media only screen and (max-width: 767px){
.Corporate_sec-03 .White_box > .wpb_wrapper {
    min-height: auto;
    margin-bottom: 15px !important;
}
.Corporate_sec-03 .vc_row {
    padding-top: 0 !important;
}
.Reservation_sec-01 h2 {
    font-size: 36px !important;
    line-height: 46px !important;
}
.Reservation_sec-01 .vc_col-sm-4 h2 {
    font-size: 22px !important;
    line-height: 30px !important;
}
.Corporate_sec-02.Reservation_sec-01 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    min-height: auto;
}
.Payment_cards .vc_col-sm-8 .vc_column-inner > .wpb_wrapper {
  flex-wrap: wrap;
}
.Payment_cards .vc_col-sm-8 .vc_column-inner > .wpb_wrapper .wpb_single_image {
    width: 49% !important;
    margin-bottom: 15px !important;
}
.illegal_park-sec {
    padding-top: 60px !important;
    padding-bottom: 60px;
}
.illegal_park-sec .vc_col-sm-6 {
    width: 100%;
}
.illegal_park-sec .vc_col-sm-6:last-child {
    padding-top: 30px;
}
}
@media only screen and (max-width: 666px){
.Home_sec-01 h2.vc_custom_heading {
    font-size: 36px !important;
    line-height: 50px !important;
}
.Home_sec-02 .about_car img {
    display: none;
}
.Home_sec-02,
.Home_sec-02 h2,
.Home_sec-02 p {
    text-align: center !important;
}
.Home_sec-02 p {
    font-size: 18px !important;
    line-height: 28px !important;
}
.Home_sec-02 .theme-btn {
    margin-top: 20px;
}
.Home_sec-03 {
    padding-top: 60px !important;
}
.Home_sec-06 {
    padding-top: 60px !important;
}
.woocommerce-shop ul.products li {
    margin-right: 0 !important;
    width: 100% !important;
}
.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
    min-height: auto;
}
section.vc_section.Optional_sec-02.Cancel_sec-01 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.Reservation_sec-01 h2 br {
    display: none;
}
}
@media only screen and (max-width: 520px){
.Home_sec-01 h2.vc_custom_heading br{
  display: none;
}
.theme-h2 {
    font-size: 38px !important;
}
p br {
    display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
}
.woocommerce ul.products li .product-category {
    font-size: 14px;
}
.woocommerce ul.products li.product .price {
    font-size: 18px;
}
.woocommerce ul.products li .add_to_cart_button {
    font-size: 14px;
    padding: 14px 0;
}
.Home_sec-05::before {
    height: 320px;
    width: 370px;
}
.About_page-sec01 h2 {
    font-size: 32px !important;
}
.About_page-sec01 .theme-btn .vc_general {
    padding: 14px 28px !important;
}
.theme-footer .ft01 section#text-3 {
    width: 100%;
}
.Corporate_sec-02 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper h2 {
    font-size: 26px !important;
}
}
@media only screen and (max-width: 480px){
.Home_sec-05::before {
    height: 250px;
}
.theme-footer .ft01 section#text-3 {
    width: 100% !important;
}
}
@media only screen and (max-width: 420px){
.theme-h2 {
    font-size: 32px !important;
}
.Home_sec-03 p {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.About_page-sec01 h2 {
    font-size: 26px !important;
}
.About_page-sec01 .theme-btn .vc_general {
    width: 100%;
}
.About_page-sec01 .theme-btn {
    width: 100%;
    margin: 0 0 5px !important;
}
.wc-cat-item a img {
    height: 280px;
}
.woocommerce ul.products li {
    width: 100% !important;
    margin-right: 0 !important;
}
.woocommerce ul.products li .img-wrapper {
    height: 300px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 22px;
    min-height: auto;
}
.Corporate_sec-01 ul li a {
    padding: 18px 15px 18px 50px;
    font-size: 14px;
}
.Corporate_sec-01 ul li a::before {
    font-size: 26px;
}
}
@media only screen and (max-width: 375px){
.Home_sec-01 h2.vc_custom_heading {
    font-size: 32px !important;
    line-height: 42px !important;
}
.rent_form h2 {
    font-size: 24px !important;
}
.Home_sec-02 p {
    font-size: 16px !important;
}
.Home_sec-02 .theme-h2 {
    font-size: 18px !important;
}
.shadow_digit {
    font-size: 120px !important;
}
.site-info p {
    font-size: 14px;
}
.site-info ul {
    display: block;
    text-align: center;
    padding: 0;
}
.site-info ul li {
    padding: 0 0 12px 0 !important;
}
.site-info ul li::before {
    display: none;
}
.Corporate_sec-01 h2 {
    font-size: 40px !important;
}
.Corporate_sec-01 ul li a {
    padding: 14px 12px 14px 40px;
}
.Corporate_sec-01 ul li a::before {
    font-size: 23px;
}
}