/*
Theme Name: Twenty Fourteen
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 4.0
Requires at least: 3.6
Tested up to: 6.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-patterns
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */
 
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300..900&display=swap');
html {
    --primary-color:#000;
    --secondary-color:#B30018;
    --tertiary-color:#D1001E;
    --text-color:#555;
    --dark-color:#000;
    --white-color: #fff;
    --light-color: #fff;
}
@font-face {
  font-family: "Helvetica Neue,Helvetica,Arial,sans-serif";
  src: url("fonts/helvetica.otf");
}

body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 17px;
    letter-spacing: .5px;
    color: var(--text-color);
    overflow-x: hidden;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    --text-opacity: 1;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-touch-action: auto;
    touch-action: auto;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Rubik", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: var(--dark-color);
}

a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    
    color: var(--primary-color);
    text-decoration: none;
    font-family:"poppins", sans-serif;
    font-weight:500;
    outline: none;
    border: none;
}

a:hover,
a:active,
a:focus {
    color: var(--primary-color-darker);
    text-decoration: none;
    outline: none;
    border: none;
}

p {
    margin-bottom: 0px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

.list-style-none {
    padding: 0;
    list-style-type: none;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.container-mid {
    position: relative;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.padding-8 {
    padding-left: 8px;
    padding-right: 8px;
}
.ulStyle li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  list-style: none !important;
}
.ulStyle li::before {
  content: '';
  position: absolute;
  background-image: url('images/ul-tick.webp');
  height: 25px;
  width: 25px;
  border-radius: 70%;
  left: 0;
  top: 2px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
.padding-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.font-weight-600 {
    font-weight: 600;
}

.font-20 {
    font-size: 20px;
}

.font-16 {
    font-size: 16px;
}

.font-15 {
    font-size: 15px;
}

.font-14 {
    font-size: 14px;
}

.font-13 {
    font-size: 13px;
}

.font-12 {
    font-size: 12px;
}

.color-primary {
    color: var(--primary-color)
}

.theme-color-primary {
    color: var(--primary-color)
}


/* ---------------------------- Theme Common Heading End --------------------------- */


/* ---------------------------- Theme Button Start --------------------------- */


.themeBtn ,.theme-Btn .vc_general.vc_btn3{
  font-size: 15px!important;
  display: inline-block;
  padding: 12px 20px!important;
  min-width: 185px;
  background-color: var(--primary-color)!important;
  color: var(--white-color)!important;
  border: 1px solid var(--primary-color)!important;
  border-radius: 0px;
  text-transform: capitalize;
  text-align: center;
  z-index: 0;
  font-weight: 500!importantimportant;
  overflow: hidden;
  position: relative;
  border-radius:30px;
  margin-top: 15px;
  letter-spacing: 0.5px;
  transition: 0.5s ease-in-out;
}

.themeBtn:hover, .themeBtn:focus,.theme-Btn .vc_general.vc_btn3:hover,.theme-Btn .vc_general.vc_btn3:focus {
  border: 1px solid var(--primary-color)!important;
  background: var(--white-color)!important;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  text-decoration: none;
  color: var(--primary-color)!important;
}
.themeBtn:hover,.theme-Btn .vc_general.vc_btn3:hover{
    transform: translateY(-7px);
  box-shadow: 0 7px 37px rgba(0, 0, 0, 0.6);
}
.themeBtn.btnWhite,.theme-Btn.btnWhite .vc_general.vc_btn3 {
  background-color: var(--white-color)!important;
  color: var(--primary-color)!important;
}
.themeBtn.btnWhite:hover, .themeBtn.btnWhite:focus,.theme-Btn.btnWhite .vc_general.vc_btn3:hover,.theme-Btn.btnWhite .vc_general.vc_btn3:focus {
  background-color: var(--secondary-color)!important;
  border: 1px solid var(--secondary-color)!important;
  color: var(--white-color)!important;
}
.themeBtn.btnSecondary,.theme-Btn.btnSecondary .vc_general.vc_btn3 {
  background-color: var(--secondary-color)!important;
  color: var(--white-color)!important;
}
.themeBtn.btnSecondary:hover, .themeBtn.btnSecondary:focus,.theme-Btn.btnSecondary .vc_general.vc_btn3:hover, .theme-Btn.btnSecondary .vc_general.vc_btn3:focus  {
  background-color: var(--primary-color)!important;
  border: 1px solid var(--primary-color)!important;
  color: var(--white-color)!important;
}
.themeBtn.btntertiary {
  background-color: var(--tertiary-color)!important;
  color: var(--white-color)!important;
}
.themeBtn.btntertiary:hover, .themeBtn.btntertiary:focus {
  background-color: var(--primary-color)!important;
  border: 1px solid var(--prmary-color)!important;
  color: var(--white-color)!important;
}
/* ---------------------------- Theme Button End --------------------------- */


/* ---------------------------- Theme Heading Start --------------------------- */

.main-heading {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.main-heading h2 {
    color: var(--dark-color);
    font-size: 32px;
    line-height: 1.25;
    position: relative;
    z-index: 1;
}
.main-heading .sub-head{
    text-transform:uppercase;
    font-weight:600;
    font-size:20px;
    color:var(--secondary-color);
}
.main-heading.heading-white h2,.main-heading.heading-white p{
     color: var(--white-color);
}
@media (max-width: 767px) {
    .main-heading h2 {
        font-size: 20px;
    }
    .main-heading .sub-head{
        font-size:15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-heading h2 {
        font-size: 24px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-heading h2 {
        font-size: 26px;
    }
}

@media (min-width: 1601px) {
    .main-heading h2 {
        font-size: 28px;
    }
}

@media (min-width: 1921px) {
    .main-heading h2 {
        font-size: 28px;
    }
}

.main-heading p {
    max-width: 990px;
    width: 100%;
    margin: 0 auto 1rem;
}


/* ---------------------------- Theme Heading End --------------------------- */


/* ---------------------------- Site Header Start --------------------------- */

.site-header {
    border-bottom: 1px solid #ddd;
    background: var(--white-color);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.site-top-bar  {
	background: var(--secondary-color);
}
.header-contactInfo {
	display: flex;
	justify-content: flex-end;
	padding:2px 0;
}

.header-contactInfo ul{
    display:flex;
    align-items:center;
}
.top-bar-social {
	display: flex;
	align-items: center;
}
.header-contactInfo ul li{
    margin-left:10px;
}
.header-contactInfo ul li a {
	color: var(--white-color);
	font-size: 13px;
}
.header-contactInfo ul li a img {
	width:20px;
}
.header-contactInfo .site-social-media .social-media-common-style img {
	width: 27px;
	height:auto;
}
.header-contactInfo  .site-social-media li{
    margin-left:0;
    padding-left:0;
    margin-right:12px;
}
.header-contactInfo ul.site-social-media li a.social-media-common-style {
	height: 22px;
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:.3s ease-in-out;
}
.header-contactInfo ul.site-social-media li a.social-media-common-style:hover{
    transform: translateY(-5px);
    box-shadow: 0 7px 37px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  
    .header-contactInfo {
        flex-direction:column;  
        text-align:center;
    }
  .header-contactInfo ul{
      justify-content:center;
  }
    .top-bar-social{
        padding:10px;
    }
    .top-bar-social{
        justify-content:center;
    }
}

@media (max-width: 991px) {
    .site-header .container-mid {
        padding: 0;
    }
}

.site-header .navbar {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
}

@media (max-width: 991px) {
    .site-header .navbar {
        padding:10px;
    }
}

.site-header .navbar .navbar-brand {
	margin: 0;
	padding: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 40px;
	width: 240px;
}

@media (max-width: 991px) {
    .site-header .navbar .navbar-brand {
        margin-right: 5px;
    }
}

.site-header .navbar .navbar-brand img {
    max-width: 230px;
    width: 100%;
}

@media (max-width: 991px) {
    .site-header .navbar .navbar-brand img {
        max-width: 130px;
    }
}

.site-header .navbar .logo-with-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .site-header .navbar .navbar-nav {
        margin: 0;
    }
}

.site-header .navbar .navbar-nav li {
    display: inline-block;
}

@media (max-width: 767px) {
    .site-header .navbar .navbar-nav li {
        display: block;
    }
}
.site-header .navbar .navbar-nav li a {
	text-transform: uppercase;
	padding: 15px 13px;
	font-size: 15px;
	line-height: 42px;
	color: var(--dark-color);
	display: block;
	font-weight:600;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .site-header .navbar .navbar-nav li a {
        font-size: 13px;
        padding: 10px 5px;
    }
}

@media (max-width: 1025px) {
    .site-header .navbar .navbar-nav li a {
        padding: 15px 5px;
    }
}

.site-header .navbar .navbar-nav li a::before {
	content: '';
	position: absolute;
	left: 50%;
	margin: 0 auto;
	display: block;
	height: 33px;
	width: 10%;
	background-color: transparent;
	z-index: -1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 10px;
	transform: translate(-50%,-50%);
	top: 50%;
	margin: 0 auto;
}

.site-header .navbar .navbar-nav li a:hover,
.site-header .navbar .navbar-nav li a:active,
.site-header .navbar .navbar-nav li a:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--primary-color);
    background: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site-header .navbar .navbar-nav li a:hover::before,
.site-header .navbar .navbar-nav li a:active::before,
.site-header .navbar .navbar-nav li a:focus::before {
    background-color:#faf2ea;
    width: 100%;
}

.site-header .navbar .navbar-nav .current-menu-item a {
    color: var(--primary-color);
}

.site-header .navbar .navbar-nav .current-menu-item a:before {
    background-color: var(--primary-color);
    width: 90%;
}

.site-header .navbar .navbar-nav .current_page_item a {
    color: var(--primary-color);
}

.site-header .navbar .navbar-nav .current_page_item a:before {
    background-color: #ffebf0;
    width:90%;
}

@media (max-width: 991px) {
    .site-header .navbar .navbar-nav li a {
        color: var(--secondary-color);
        font-size: 14px;
        line-height: 21px !important;
        border-top: 1px solid #eee;
    }
    .site-header .navbar .navbar-nav li a:hover,
    .site-header .navbar .navbar-nav li a:active,
    .site-header .navbar .navbar-nav li a:focus {
        outline: 0 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.site-header .navbar .navbar-nav li:last-child a {
    margin-right: 0;
}

@media (max-width: 991px) {
    .site-header .navbar .navbar-nav li:last-child a {
        border-bottom: 1px solid #eee;
    }
}

.site-header .navbar .navbar-toggler {
    background: transparent;
    border-radius: 0;
    outline: none;
    padding: .25rem;
}

.site-header .navbar .navbar-toggler .icon-bar {
    width: 22px;
    height: 2px;
    background-color: var(--primary-color);
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 4px 0;
}

.site-header .navbar .navbar-toggler .top-bar {
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
    -webkit-transform-origin: 90% 90%;
    transform-origin: 90% 90%;
}

.site-header .navbar .navbar-toggler .middle-bar {
    opacity: 0;
}

.site-header .navbar .navbar-toggler .bottom-bar {
    -webkit-transform: rotate(42deg);
    transform: rotate(42deg);
    -webkit-transform-origin: 90% 10%;
    transform-origin: 90% 10%;
}

.site-header .navbar .navbar-toggler.collapsed .top-bar {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.site-header .navbar .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.site-header .navbar .navbar-toggler.collapsed .bottom-bar {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translate3d(0, 0, 0) translateY(-35px);
        transform: translate3d(0, 0, 0) translateY(-35px);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) translateY(0px);
        transform: translate3d(0, 0, 0) translateY(0px);
    }
}

@keyframes smoothScroll {
    0% {
        -webkit-transform: translate3d(0, 0, 0) translateY(-35px);
        transform: translate3d(0, 0, 0) translateY(-35px);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) translateY(0px);
        transform: translate3d(0, 0, 0) translateY(0px);
    }
}

.site-header .navbar-collapse {
    position: relative;
}

@media (max-width: 991px) {
    .site-header .navbar-collapse {
        position: absolute;
        top: 60px;
        left: -100%;
        padding: 0;
        width: 100%;
        text-align: center;
        overflow-y: scroll;
        height: calc(100vh - 60px);
        display: block;
        z-index: 11;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        overflow-y: scroll;
    }
    .site-header .navbar-collapse.collapsing {
        height: calc(100vh - 48px);
        margin-right: 50%;
        display: block;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .site-header .navbar-collapse.show {
        left: 0;
        background: var(--white-color);
    }
}

.site-header .menu-main-menu-container {
    margin-left: auto;
}

.site-header .navbar .navbar-nav li button:hover svg path {
    stroke: var(--secondary-color);
}


/* ---------------------------- Site Header DropDown Start --------------------------- */

@media(min-width:992px) {
    #header .sub-menu {
        display: none
    }
}

#header .sub-menu.dropdown-menu {
    border: none;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
    padding: 0;
    top: 68px;
    background-color: var(--white-color);
    min-width: 13rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0px;
}

#header .sub-menu li {
    cursor: pointer;
    display: block;
}

#header .navbar .navbar-nav li.dropdown:last-child .dropdown-menu {
    left: auto;
    right: 0;
}

#header .sub-menu li:last-child a,
#header .sub-menu li:last-child a:hover {
    border-bottom: 0px dotted transparent;
}

#header .sub-menu li a {
    background: var(--primary-color);
    color: var(--white-color);
    border-bottom: 1px dotted var(--white-color);
    width: 100%;
    font-size: 14px;
    line-height: 1;
    padding: 11px;
    border-radius: 0;
    display: inline-block;
    text-align: left;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.site-header .navbar .navbar-collapse .navbar-nav a.dropdown-toggle::after {
    border: none;
    position: relative;
    top: 1px;
    margin-left: 8px;
    height: 6px;
    width: 6px;
    border-right: 2px solid var(--secondary-color);
    border-bottom: 2px solid var(--secondary-color);
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.site-header .navbar .navbar-collapse .navbar-nav li a:hover.dropdown-toggle::after {
    border-right: 2px solid var(--secondary-color);
    border-bottom: 2px solid var(--secondary-color);
}

@media (max-width:991px) {
    .site-header .navbar .navbar-collapse .navbar-nav a.dropdown-toggle::after {
        border-right: 2px solid var(--secondary-color);
        border-bottom: 2px solid var(--secondary-color);
    }
    .site-header .navbar .navbar-collapse .navbar-nav li a:hover.dropdown-toggle::after {
        border-right: 2px solid var(--secondary-color);
        border-bottom: 2px solid var(--secondary-color);
    }
}

@media (max-width: 991px) {
    #header .sub-menu li a {
        text-align: center;
    }
}

#header .sub-menu li a::before {
    background: transparent;
    height: 0;
}

#header .sub-menu li a:hover {
    background: #f9f9f9;
    color: var(--primary-color);
    border-bottom: 1px dotted var(--white-color);
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

@media (min-width:990px) {
    #top_menu li.menu-item-has-children:hover ul.sub-menu.dropdown-menu {
        display: block;
    }
}

@media (min-width: 992px) {
    .site-header .navbar .navbar-collapse .navbar-nav li a:hover.dropdown-toggle::after {
        top: 4px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}

@media (max-width: 991px) {
    .site-header .navbar .navbar-nav .dropdown .dropdown-menu {
        width: 100%;
        text-align: center;
    }
    .site-header .navbar .navbar-collapse .navbar-nav li.show .dropdown-toggle::after {
        transform: rotate(228deg);
        top: 3px;
    }
    .site-header .navbar .navbar-collapse .navbar-nav li a:hover.dropdown-toggle::after {
        top: 1px;
    }
}

.site-header .navbar .navbar-nav li button.nav-wishlistBtn {
    background: transparent;
    padding: 15px 10px;
    font-size: 15px;
    line-height: 42px;
    color: var(--dark-color);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.site-header .navbar .navbar-nav li button.nav-wishlistBtn:hover {
    color: var(--primary-color);
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 991px) {
    .site-header .navbar .navbar-nav li:last-child {
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
    }
    .site-header .navbar button.nav-wishlistBtn {
        font-size: 14px;
        line-height: 21px !important;
    }
}


/* ---------------------------- Site Header End --------------------------- */


/*******************************************************
  Footer
*******************************************************/
.site-footer {
  background: #000000d9;
  z-index: 1;
  padding:0!important;
}

.site-footer .pre-footer {
  padding: 40px 0 35px;
  text-align: center;
}

.site-footer .pre-footer .footer-logo {
  margin: 5px auto 25px;
}

.site-footer .pre-footer .footer-content {
  padding-top: 15px;
  padding-bottom: 25px;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .site-footer .pre-footer .footer-content {
    padding-bottom: 0;
  }
}

.site-footer .pre-footer .footer-content p {
  color: #fff;
  margin-bottom: 0;
}

.site-footer .pre-footer .footer-menu ul {
  padding-left: 0;
}

.site-footer .pre-footer .footer-menu ul li {
  display: inline-block;
  padding: 0 18px;
  position: relative;
}

@media (max-width: 767px) {
  .site-footer .pre-footer .footer-menu ul li {
    padding: 0 5px;
  }
}

.site-footer .pre-footer .footer-menu ul li a {
  line-height: 20px;
  position: relative;
  color: #fff;
  z-index:1;
  padding-left:10px;
  padding-right:10px;
  display: block;
  margin-top: 8px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .site-footer .pre-footer .footer-menu ul li a {
    line-height: 30px;
  }
}

.site-footer .pre-footer .footer-menu ul li a:hover {
  color: var(--secondary-color);
}


.site-footer .pre-footer .footer-menu ul li a::before {
      content: '';
    position: absolute;
    left: 50%;
    margin: 0 auto;
    display: block;
    height: 33px;
    width: 10%;
    background-color: transparent;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 10px;
    transform: translate(-50%,-50%);
    top: 50%;
    margin: 0 auto;
}
.site-footer .pre-footer .footer-menu ul li a:hover::before {
  width: 100%;
  background:#FAF2EA;
}
@media (max-width: 767px) {
  .site-footer .pre-footer .footer-menu ul li a::after {
    display: none !important;
  }
}

.site-footer .pre-footer .footer-menu ul li:last-child a:after {
  display: none;
}

.site-footer .pre-footer .dealer-social {
  text-align: center;
}

@media (max-width: 767px) {
  .site-footer .pre-footer .dealer-social {
    text-align: center;
    padding-top: 35px;
  }
}

.site-footer .pre-footer .dealer-social li {
  display: inline-block;
  padding: 0 10px;
  margin:0;
}

.site-footer .pre-footer .dealer-social li a {
  background:var(--white-color);
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-footer .pre-footer .dealer-social li a:hover{
    transform: translateY(-5px);
    box-shadow: 0 7px 37px rgba(0, 0, 0, 0.6);
}

.site-footer .copyright-footer {
  background-color: #f7f7f7;
}

.site-footer .copyright-footer .copyright-footer-inner {
  padding: 10px 0;
  text-align: center;
}

.site-footer .copyright-footer .copyright-footer-inner p {
  line-height: 40px;
  color: #222732;
  font-size: 15px;
}

@media (max-width: 767px) {
  .site-footer .copyright-footer .copyright-footer-inner p {
    line-height: 25px;
  }
}

.site-footer .copyright-footer .copyright-footer-inner p a {
  color: var(--secondary-color);
}

.site-footer .copyright-footer .copyright-footer-inner p:hover a {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*******************************************************
  Footer ends
*******************************************************/

/* ------------------------------------- Theme Page Banner CSS Start ---------------------------------*/

.theme-page-banner {
    padding-top: 130px !important;
    padding:130px 0;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .theme-page-banner {
        padding-top: 60px !important;
        padding: 60px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .theme-page-banner {
        padding-top: 70px !important;
        padding: 70px 0;
    }
}

.theme-page-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block !important;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.theme-page-banner h1 {
    font-size: 42px;
    color: #fff;
    text-align: center;
}

@media (max-width: 767px) {
    .theme-page-banner h1 {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .theme-page-banner h1 {
        font-size: 28px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .theme-page-banner h1 {
        font-size: 30px;
    }
}

@media (min-width: 1601px) {
    .theme-page-banner h1 {
        font-size: 32px;
    }
}

@media (min-width: 1921px) {
    .theme-page-banner h1 {
        font-size: 32px;
    }
}


/* ------------------------------------- Theme Page Banner CSS End ---------------------------------*/

/*------------------floating social ------------------*/
.site-floating-social{
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:8;
}
.floating-social{
    background:transparent;
    border:0;
    outline:none;
    cursor:pointer;
}
.floating-social img{
       border-radius:50%;
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.floating-social:hover,.floating-social:focus{
     background:transparent;
    border:0;
    outline:none;
}
.site-floating-social-icons {
	position: absolute;
	top: -120px;
	left: 0px;
	display:none;
}
.site-floating-social-icons .social-media-common-style{
    margin-bottom:15px;
}
.site-floating-social-icons .site-social-media {
	background: #fff;
	text-align: center;
	border-radius: 10px;
	width: 55px;
	padding: 10px !important;
	    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.site-floating-social-icons ul.site-social-media li{
    padding-right:0;
}
.site-floating-social-icons ul.site-social-media li:last-child .social-media-common-style{
    margin-bottom:0;   
}
@media (max-width: 767px) {
    .site-floating-social{
        right:10px;
        bottom:10px;
    }
}

/*contact form*/
.siteContact_form {
	padding: 70px 0;
	position: relative;
	background:#faf2ea;
	overflow: hidden;
}
.siteContact_form_inner{
    background:var(--white-color);
}

.contact-form {
	padding: 3vw;
	background: var(--white-color);
}
.siteContact_form_inner{
    	box-shadow: 6px 7px 5px -2px #ccc;
	border-radius: 30px;
	position:relative;
	overflow:hidden;
}
.siteContact_form .main-heading{
    padding:50px;
    margin-bottom:0;
    text-align:center;
}
.siteContact_form .main-heading img{
    margin-top:20px;
}
.siteContact_form .main-heading p a{
    color:var(--secondary-color);
}
@media (max-width: 767px) {
  .contact-form {
    padding: 15px;
    margin-top: 30px;
    padding-bottom:40px;
  }
  .siteContact_form .main-heading{
      padding:20px;
      padding-top:40px;
  }
}
.contact-form textarea.wpcf7-form-control, .contact-form input.wpcf7-form-control {
  border: none;
  background:#faf2ea;
  border: 1px solid #ddd;
  border-radius: 30px;
  height: 40px;
  margin-bottom: 10px;
  font-size: 14px;
  width:100%;
  padding: 5px;
  padding-left: 15px;
}
.contact-form .form-group {
	margin-bottom: 5px;
}
.contact-form label{
    font-size:14px;
    font-weight: 600;
    color:var(--dark-color);
}
.contact-form .themeBtn{
    width:100%;
}
.contact-form .wpcf7-form-control.wpcf7-file {
	background: transparent !important;
	border: 0 !important;
	height: auto !important;
}
.contact-form textarea.wpcf7-form-control::-moz-placeholder, .contact-form input.wpcf7-form-control::-moz-placeholder {
  color: var(--dark-color);
  letter-spacing: 1px;
}
.contact-form textarea.wpcf7-form-control::placeholder, .contact-form input.wpcf7-form-control::placeholder {
  color: var(--dark-color);
  letter-spacing: 1px;
}
.contact-form textarea.wpcf7-form-control:focus, .contact-form input.wpcf7-form-control:focus {
  box-shadow: none;
  border-color: #000;
}
.contact-form textarea.wpcf7-form-control .themeBtn, .contact-form input.wpcf7-form-control .themeBtn {
  width: 170px;
}
.contact-form textarea.wpcf7-form-control {
  height: auto;
}

 .main-heading .contactHead{
    color: var(--dark-color);
  font-size: 32px;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  font-weight: 600;
}

@media (max-width: 767px) {
     .main-heading .contactHead{
        font-size: 20px;
    }
}

.aboutUs_section_data h2, .aboutUs_section_data .h2, .aboutUs_section_data h3, .aboutUs_section_data .h3, .aboutUs_section_data h4, .aboutUs_section_data .h4, .aboutUs_section_data h5, .aboutUs_section_data .h5, .aboutUs_section_data h6, .aboutUs_section_data .h6 {
  margin-bottom: 15px;
  color: var(--dark-color);
  font-weight: 600;
}
.aboutUs_section_data h2, .aboutUs_section_data .h2, .aboutUs_section_data h2 span, .aboutUs_section_data .h2 span {
  font-size: 28px !important;
  margin-bottom: 20px;
}
.aboutUs_section_data h3, .aboutUs_section_data .h3, .aboutUs_section_data h3 span, .aboutUs_section_data .h3 span {
  font-size: 20px !important;
}
.aboutUs_section_data h4, .aboutUs_section_data .h4, .aboutUs_section_data h4 span, .aboutUs_section_data .h4 span {
  font-size: 18px !important;
}
.aboutUs_section_data h5, .aboutUs_section_data .h5, .aboutUs_section_data h5 span, .aboutUs_section_data .h5 span {
  font-size: 16px !important;
}
.aboutUs_section_data h6, .aboutUs_section_data .h6, .aboutUs_section_data h6 span, .aboutUs_section_data .h6 span {
  font-size: 14px !important;
}
.aboutUs_section_data ul {
  padding-left: 35px;
  margin-bottom: 35px;
}
.aboutUs_section_data ul li{
    margin-bottom:10px;
}
.aboutUs_section_data img {
  margin-bottom: 25px;
  max-width: 100%;
}
.aboutUs_section_data p {
  margin-bottom: 25px;
  word-break: break-word;
  overflow-wrap: break-word;
}

