/** ==========================================================================================

  Project :   Autovis - Car Dealers - Responsive Multi-purpose HTML5 Template
  Version:    1.1
  Author :    Preyantechnosys

========================================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: ArabicFont;
    /* set name */
    src: url('../fonts/DroidArabicKufiRegular.ttf');
    /* url of the font */
}

/**

  1. General
     - Variables
     - Extra-outer

  2. Spacing

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color
     - white-color, white-bg-color, white-border-color
     - Grey-color, Grey-bg-color, grey-border-color

  4. Pre-loader

  5. SocialIcon / TooltipTop

  6. Slick_dots/arrows

  7. TopBar

  8. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - side-menu

  9. Footer
     - FirstFooter
     - SecondFooter
 
  10. GoTop BUtton
  
  11. Page-Title-Row

  12. Inner-Pages
      - single-pages-content
      - Classic_Blog
      - Single_Blog
      - Contact_page
      - Error_page
      - Map

**/


/* ===============================================
    General
------------------------*/

/** Variables **/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
button,
input {
    outline: none;
}

ol,
ul {
    padding: 0;
    margin: 0;
}

b,
strong {
    font-weight: 600;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

p {
    margin: 0 0 15px;
}

*::-moz-selection {
    background: #2970f3;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #2970f3;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #2970f3;
    color: #fff;
    -webkit-text-fill-color: #fff;
    text-shadow: none;
}

#preloader {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7) url('../images/loader/loader-4-min-1.gif') no-repeat center;
    z-index: 99999;
    position: fixed;
}

section {
    position: relative;
}

/* Base styles (pseudo-elements not visible) */
header::before,
footer::before,
section::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    pointer-events: none;
    display: none;
    /* Hide by default */
}

/* Active class styles (pseudo-elements visible) */
.overlay-active header::before,
.overlay-active footer::before,
.overlay-active section::after {
    display: block;
    /* Show on click */
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #666666;
    padding: 12px 15px 12px;
    border-radius: 0;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none;
    -webkit-font-smoothing: antialiased;
}

.rs-layer input[type="email"] {
    border-color: transparent !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 0px !important;
    padding-right: 50px !important;
}

button:focus {
    box-shadow: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: searchfield;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

textarea::placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder,
select::placeholder,
select::-moz-placeholder,
input::placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-font-color) !important;
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 25px;
}

/** Typography Variable **/
:root {
    --base-bodyfont: "DM Sans", sans-serif;
    --base-bodyfont-Size: 16px;
    --base-bodyfont-color: #252d3d;
    --base-skin: #D20023;
    --base-dark: #D20023;
    --base-black: #000000;
    --base-grey: #f6fcfb;
    --base-white: #ffffff;
    --base-first-gradientcolor: #46d993;
    --base-second-gradientcolor: #2970f3;
    --base-headingfont: "Exo 2", sans-serif;
    --base-headingfont-color: #121212;
    --base-headingfonttwo: 'Playfair Display', serif;
    --base-border-radius-10: 10px;
    --base-border-radius-15: 15px;
    --base-border-radius-20: 20px;
    --base-border-radius-25: 25px;
    --base-border-radius-30: 30px;
    --base-border-radius-50: 50px;
    --base-border-radius50: 50%;
    --base-border-color: rgba(255 255 255 / 0.10);
    --base-border-color-white: #ffffff;
    --base-shadow: 0 0 16px 7px rgba(83 20 173 / 0.07);
    --base-gradient: linear-gradient(to right, var(--base-first-gradientcolor) 28%,
            var(--base-second-gradientcolor) 100%);
}

html {
    scroll-behavior: smooth;
}

/** Typo Colors **/
.border-color {
    color: rgba(255, 255, 255, 0.15);
}

.bodyfont-color {
    color: var(--base-bodyfont-color);
}

.headingfont-color {
    color: var(--base-headingfont-color);
}

/** Background Colors **/
.bg-base-skin {
    background-color: var(--base-skin);
}

.bg-base-secondskin {
    background-color: var(--base-secondskin);
}

.bg-base-dark {
    background-color: var(--base-dark);
}

.bg-base-black {
    background-color: var(--base-black);
}

.bg-base-grey {
    background-color: var(--base-grey);
}

.bg-base-lightgrey {
    background-color: var(--base-lightgrey);
}

.bg-base-white {
    background-color: var(--base-white);
}

.bg-base-black {
    background-color: var(--base-black);
}

.bg-base-gradient {
    background-image: linear-gradient(to right, var(--base-first-gradientcolor) 28%,
            var(--base-second-gradientcolor) 100%);
    background: var(--base-gradient);
}

/** Text Colors **/
.text-base-skin {
    color: var(--base-skin);
}

.text-base-dark {
    color: var(--base-dark);
}

.text-base-grey {
    color: var(--base-grey);
}

.text-base-white {
    color: var(--base-white);
}

/** Bg-layer Colors **/
.bg-base-skin>.prt-bg-layer {
    background-color: var(--base-skin);
}

.bg-base-dark>.prt-bg-layer {
    background-color: var(--base-dark);
}

.bg-base-black>.prt-bg-layer {
    background-color: var(--base-darkblack);
}

.bg-base-grey>.prt-bg-layer {
    background-color: var(--base-grey);
}

.bg-base-lightgrey>.prt-bg-layer {
    background-color: var(--base-lightgrey);
}

.bg-base-white>.prt-bg-layer {
    background-color: var(--base-white);
}

.bg-base-black>.prt-bg-layer {
    background-color: var(--base-black);
}

.bg-base-skin>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-skin);
}

.bg-base-dark>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-dark);
}

.bg-base-black>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-darkblack);
}

.bg-base-grey>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-grey);
}

.bg-base-lightgrey>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-lightgrey);
}

.bg-base-white>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-white);
}

.bg-base-black>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-black);
}

.text-base-white h1:not(.text-base-skin, .text-base-dark),
.text-base-white h2:not(.text-base-skin, .text-base-dark),
.text-base-white h3:not(.text-base-skin, .text-base-dark),
.text-base-white h4:not(.text-base-skin, .text-base-dark),
.text-base-white h5:not(.text-base-skin, .text-base-dark),
.text-base-white h6:not(.text-base-skin, .text-base-dark),
.text-base-white a:not(.text-base-skin, .text-base-dark),
.bg-base-dark h1,
.bg-base-dark h2,
.bg-base-dark h3,
.bg-base-dark h4,
.bg-base-dark h5,
.bg-base-dark h6,
.bg-base-black h1,
.bg-base-black h2,
.bg-base-black h3,
.bg-base-black h4,
.bg-base-black h5,
.bg-base-black h6,
.bg-base-skin h1,
.bg-base-skin h2,
.bg-base-skin h3,
.bg-base-skin h4,
.bg-base-skin h5,
.bg-base-skin h6,
.bg-base-gradient h1,
.bg-base-gradient h2,
.bg-base-gradient h3,
.bg-base-gradient h4,
.bg-base-gradient h5,
.bg-base-gradient h6 {
    color: var(--base-white);
}

.bg-base-dark .text-base-white a:not(.text-base-skin, .text-base-dark) {
    color: var(--base-skin);
}

.bg-base-dark .section-title h3 {
    color: #fff;
}

.bg-base-dark .section-title h3:before,
.bg-base-dark .section-title h3:after {
    color: #fff;
}

.bg-base-dark,
.bg-base-skin {
    color: rgba(255, 255, 255, .50);
}

.bg-base-dark.text-base-white,
.bg-base-skin.text-base-white {
    color: rgba(255, 255, 255, .950);
}

body {
    font-family: var(--base-bodyfont);
    font-weight: 400;
    font-size: var(--base-bodyfont-Size);
    line-height: 26px;
    color: var(--base-bodyfont-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--base-headingfont);
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--base-headingfont-color);
}

h1 {
    font-size: 80px;
    line-height: 90px;
}

h2 {
    font-size: 64px;
    line-height: 74px;
}

h3 {
    font-size: 18px;
    line-height: 28px;
}

h4 {
    font-size: 16px;
    line-height: 26px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

h6 {
    font-size: 12px;
    line-height: 22px;
}

.container-fluid {
    padding: 0 45px;
}

.container {
    max-width: 1330px;
    padding: 0 45px;
}

.row:not(.g-0) {
    margin-left: -15px;
    margin-right: -15px;
}

.row:not(.g-0)>[class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

body .site-main {
    position: relative;
    z-index: 1;
}

body .page.sidebar-true .site-main {
    padding: 0;
    background-color: var(--base-dark);
}

a {
    color: var(--base-headingfont-color);
}

a:hover {
    color: var(--base-skin);
}

a,
img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

label {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px !important;
    line-height: 25px;
}

.fs-16 {
    font-size: 16px !important;
    line-height: 24px;
}

.fs-28 {
    font-size: 28px !important;
    line-height: 38px;
}

.lh-base {
    line-height: 20px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.box-shadow {
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10)
}

.box-shadow_1 {
    box-shadow: 0 0 10px 0 rgba(2, 20, 47, 0.08);
}

.border-rad_10 {
    border-radius: var(--base-border-radius-10);
}

.border-rad_15 {
    border-radius: var(--base-border-radius-15);
}

.border-rad_20 {
    border-radius: var(--base-border-radius-20);
}

.border-rad_30 {
    border-radius: var(--base-border-radius-30);
}

.border-rad_50 {
    border-radius: var(--base-border-radius-50);
}

.border-rad_shap {
    border-radius: var(--base-border-radius-shap) !important;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.z-index_1 {
    z-index: -1;
}

.z-index-0 {
    z-index: 0;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-9 {
    z-index: 9;
}

.underline {
    position: relative;
}

.underline:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: var(--base-skin) !important;
    top: unset;
    bottom: 0px;
    left: 0;
    transition: all 0.1s ease 0s;
    clip-path: unset;
}

.underline:hover:before {
    background-color: var(--base-skin);
    transition: all 0.5s ease-in-out;
    background-size: 0 3px, 100% 3px;
}

.prt-btn-color-whitecolor.underline:before {
    background-color: var(--base-white) !important;
}

.prt-btn-color-whitecolor:hover.underline:before {
    background-color: var(--base-white) !important;
}

.prt-btn-color-darkcolor.underline:before {
    background-color: var(--base-dark) !important;
}

.prt-btn-color-darkcolor:hover.underline:before {
    background-color: var(--base-skin) !important;
}

.border_1 {
    border: 2px dashed #e7e7e7;
}

.border-rounded {
    border-radius: var(--base-border-radius50);
}

.overlay-opacity-box {
    background: rgba(255, 255, 255, 0.80);
    padding: 70px 0;
    opacity: 1;
}

/* ===============================================
    Spacing
------------------------*/
/** Padding **/
.spacing-1 {
    margin: 0 -48px 0 40px;
}

.spacing-2 {
    padding: 30px 270px 40px 50px;
}

.spacing-3 {
    margin-right: -95px !important;
}

.spacing-4 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.spacing-5 {
    padding: 0 100px;
}

.spacing-6 {
    padding: 0 80px;
}

.spacing-7 {
    padding: 60px 0;
}

.spacing-8 {
    padding: 0 25px;
}

.spacing-9 {
    padding: 0 35px;
}

.p-10 {
    padding: 10px ! important;
}

.p-15 {
    padding: 15px ! important;
}

.p-20 {
    padding: 20px ! important;
}

.p-25 {
    padding: 25px ! important;
}

.p-30 {
    padding: 30px ! important;
}

.p-40 {
    padding: 40px ! important;
}

.p-45 {
    padding: 45px ! important;
}

.p-50 {
    padding: 50px ! important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px ! important;
}

.pr-10 {
    padding-right: 10px ! important;
}

.pr-15 {
    padding-right: 15px ! important;
}

.pr-20 {
    padding-right: 20px ! important;
}

.pr-25 {
    padding-right: 25px ! important;
}

.pr-30 {
    padding-right: 30px ! important;
}

.pr-35 {
    padding-right: 35px ! important;
}

.pr-40 {
    padding-right: 40px ! important;
}

.pr-45 {
    padding-right: 45px ! important;
}

.pr-50 {
    padding-right: 50px ! important;
}

.pr-60 {
    padding-right: 60px ! important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-2 {
    padding-left: 2px ! important;
}

.pl-3 {
    padding-left: 3px ! important;
}

.pl-5 {
    padding-left: 5px ! important;
}

.pl-10 {
    padding-left: 10px ! important;
}

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

.pl-20 {
    padding-left: 20px ! important;
}

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

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

.pl-35 {
    padding-left: 35px ! important;
}

.pl-40 {
    padding-left: 40px ! important;
}

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

.pl-55 {
    padding-left: 55px ! important;
}

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

.pt-0 {
    padding-top: 0px !important;
}

.pt-5 {
    padding-top: 5px ! important;
}

.pt-10 {
    padding-top: 10px ! important;
}

.pt-15 {
    padding-top: 15px ! important;
}

.pt-20 {
    padding-top: 20px ! important;
}

.pt-23 {
    padding-top: 23px ! important;
}

.pt-25 {
    padding-top: 25px ! important;
}

.pt-30 {
    padding-top: 30px ! important;
}

.pt-35 {
    padding-top: 35px ! important;
}

.pt-40 {
    padding-top: 40px ! important;
}

.pt-45 {
    padding-top: 45px ! important;
}

.pt-50 {
    padding-top: 50px ! important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px ! important;
}

.pb-10 {
    padding-bottom: 10px ! important;
}

.pb-15 {
    padding-bottom: 15px ! important;
}

.pb-20 {
    padding-bottom: 20px ! important;
}

.pb-25 {
    padding-bottom: 25px ! important;
}

.pb-30 {
    padding-bottom: 30px ! important;
}

.pb-35 {
    padding-bottom: 35px ! important;
}

.pb-40 {
    padding-bottom: 40px ! important;
}

.pb-45 {
    padding-bottom: 45px ! important;
}

.pb-50 {
    padding-bottom: 50px ! important;
}

/** Margin **/
.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px ! important;
}

.mt-10 {
    margin-top: 10px ! important;
}

.mt-12 {
    margin-top: 12px ! important;
}

.mt-15 {
    margin-top: 15px ! important;
}

.mt-20 {
    margin-top: 20px ! important;
}

.mt-25 {
    margin-top: 25px ! important;
}

.mt-30 {
    margin-top: 30px ! important;
}

.mt-35 {
    margin-top: 35px ! important;
}

.mt-40 {
    margin-top: 40px ! important;
}

.mt-45 {
    margin-top: 45px ! important;
}

.mt-50 {
    margin-top: 50px ! important;
}

.mt-55 {
    margin-top: 55px ! important;
}

.mt-125 {
    margin-top: 125px ! important;
}

.mt-225 {
    margin-top: 225px ! important;
}

.mt_4 {
    margin-top: -4px ! important;
}

.mt_5 {
    margin-top: -5px ! important;
}

.mt_10 {
    margin-top: -10px ! important;
}

.mt_15 {
    margin-top: -15px ! important;
}

.mt_20 {
    margin-top: -20px ! important;
}

.mt_25 {
    margin-top: -25px ! important;
}

.mt_30 {
    margin-top: -30px ! important;
}

.mt_35 {
    margin-top: -35px ! important;
}

.mt_40 {
    margin-top: -40px ! important;
}

.mt_50 {
    margin-top: -50px ! important;
}

.mt_80 {
    margin-top: -80px ! important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px ! important;
}

.mb-10 {
    margin-bottom: 10px ! important;
}

.mb-12 {
    margin-bottom: 12px ! important;
}

.mb-15 {
    margin-bottom: 15px ! important;
}

.mb-25 {
    margin-bottom: 25px ! important;
}

.mb-20 {
    margin-bottom: 20px ! important;
}

.mb-30 {
    margin-bottom: 30px ! important;
}

.mb-35 {
    margin-bottom: 35px ! important;
}

.mb-40 {
    margin-bottom: 40px ! important;
}

.mb-45 {
    margin-bottom: 45px ! important;
}

.mb-50 {
    margin-bottom: 50px ! important;
}

.mb_5 {
    margin-bottom: -5px ! important;
}

.mb_10 {
    margin-bottom: -10px ! important;
}

.mb_12 {
    margin-bottom: -12px ! important;
}

.mb_15 {
    margin-bottom: -15px ! important;
}

.mb_20 {
    margin-bottom: -20px ! important;
}

.mb_25 {
    margin-bottom: -25px ! important;
}

.mb_30 {
    margin-bottom: -30px ! important;
}

.mb_35 {
    margin-bottom: -35px ! important;
}

.mb_40 {
    margin-bottom: -40px ! important;
}

.mb_45 {
    margin-bottom: -45px ! important;
}

.mb_50 {
    margin-bottom: -50px ! important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-10 {
    margin-left: 10px ! important;
}

.ml-15 {
    margin-left: 15px ! important;
}

.ml-20 {
    margin-left: 20px ! important;
}

.ml-30 {
    margin-left: 30px ! important;
}

.ml-40 {
    margin-left: 40px ! important;
}

.ml-45 {
    margin-left: 45px ! important;
}

.ml-50 {
    margin-left: 50px ! important;
}

.ml_8 {
    margin-left: -8px ! important;
}

.ml_10 {
    margin-left: -10px ! important;
}

.ml_15 {
    margin-left: -15px ! important;
}

.ml_20 {
    margin-left: -20px ! important;
}

.ml_25 {
    margin-left: -25px ! important;
}

.ml_30 {
    margin-left: -30px ! important;
}

.ml_35 {
    margin-left: -35px ! important;
}

.ml_40 {
    margin-left: -40px ! important;
}

.ml_50 {
    margin-left: -50px ! important;
}

.ml_310 {
    margin-left: -310px ! important;
}

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

.mr-5 {
    margin-right: 5px ! important;
}

.mr-10 {
    margin-right: 10px ! important;
}

.mr-15 {
    margin-right: 15px ! important;
}

.mr-20 {
    margin-right: 20px ! important;
}

.mr-25 {
    margin-right: 25px ! important;
}

.mr-30 {
    margin-right: 30px ! important;
}

.mr-35 {
    margin-right: 35px ! important;
}

.mr-40 {
    margin-right: 40px ! important;
}

.mr-50 {
    margin-right: 50px ! important;
}

.mr_10 {
    margin-right: -10px ! important;
}

.mr_15 {
    margin-right: -15px ! important;
}

.mr_20 {
    margin-right: -20px ! important;
}

.mr_25 {
    margin-right: -25px ! important;
}

.mr_30 {
    margin-right: -30px ! important;
}

.mr_35 {
    margin-right: -35px ! important;
}

.mr_40 {
    margin-right: -40px ! important;
}

.mr_50 {
    margin-right: -50px ! important;
}

.mr_200 {
    margin-right: -200px ! important;
}


/* ===============================================
    Pre-loader
------------------------*/
.blobs-wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    display: flex;
    text-align: center;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.loader-blob {
    width: 49px;
    height: 49px;
    border-radius: var(--base-border-radius50);
    margin: 3em;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
}

.loader-blob,
.loader-blob:before,
.loader-blob:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}

.loader-blob:before,
.loader-blob:after {
    width: 100%;
    height: 100%;
    border-radius: var(--base-border-radius50);
    position: absolute;
    top: 0;
    left: 0;
}

.loader-blob {
    animation-name: loader-blob;
    -o-animation-name: loader-blob;
    -ms-animation-name: loader-blob;
    -webkit-animation-name: loader-blob;
    -moz-animation-name: loader-blob;
}

@keyframes loader-blob {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes loader-blob {
    from {
        -o-transform: scale(0);
        opacity: 1;
    }

    to {
        -o-transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes loader-blob {
    from {
        -ms-transform: scale(0);
        opacity: 1;
    }

    to {
        -ms-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes loader-blob {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes loader-blob {
    from {
        -moz-transform: scale(0);
        opacity: 1;
    }

    to {
        -moz-transform: scale(1);
        opacity: 0;
    }
}


/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}

.social-icons li {
    margin: 0 10px;
}

.social-icons li a {
    display: block;
    min-width: 30px;
    text-align: center;
}

.social-icons.circle li>a {
    border-width: 1px;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: var(--base-border-radius50);
}


/*===============================================
    Slick_dots/arrows
------------------------*/
.slick-slide {
    border: 0;
    outline: 0;
    padding: 0 15px;
}

.slick_slider.no-gutters .slick-slide {
    padding: 0;
}

.slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current)>div:after {
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: #e4e4e4;
}

.prt-bgcolor-darkgrey .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current)>div:after,
.prt-bgcolor-skincolor .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current)>div:after {
    background-color: rgba(255, 255, 255, .3);
}

.slick_slider.slick_slider-opacity_block .slick-list {
    overflow: visible;
}

.slick_slider .slick-arrow {
    height: 37px;
    width: 37px;
    border-radius: var(--base-border-radius-10);
    z-index: 1;
    border: 0;
    color: inherit;
    background-color: rgba(255, 255, 255, .07);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    border: 0;
}

.slick_slider .slick-next {
    right: 0;
}

.slick_slider .slick-prev:before,
.slick_slider .slick-next:before {
    font-family: 'themify';
    font-size: 10px;
    line-height: 1;
    color: #ffffff;
    opacity: 1;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick_slider .slick-prev:before {
    content: "\e64a";
}

.slick_slider .slick-next:before {
    content: "\e649";
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/* style1 */
.slider-for.slick-arrow-style1 .slick-arrow {
    height: 51px;
    width: 51px;
    border-radius: var(--base-border-radius-50);
    z-index: 1;
    color: inherit;
    background-color: var(--base-white);
    overflow: hidden;
}

.slider-for.slick-arrow-style1 .slick-prev:before,
.slider-for.slick-arrow-style1 .slick-next:before {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
}

.slider-for.slick-arrow-style1 .slick-prev:before {
    content: '\e808';
    font-family: 'fontello';
}

.slider-for.slick-arrow-style1 .slick-next:before {
    content: '\e809';
    font-family: 'fontello';
}

.slider-for.slick-arrow-style1 .slick-prev {
    left: 33px;
}

.slider-for.slick-arrow-style1 .slick-next {
    right: 33px;
}

/*  ===============================================
    TopBar
------------------------*/
.top_bar {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 15px 0;
    display: flex;
    align-items: center;
    z-index: 3;
}

.top_bar_contact_item {
    padding: 0 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_bar_contact_item ul.prt-list.list-inline li {
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    padding-right: 20px;
    margin-right: 14px;
    border-right: 1px solid rgba(255 255 255 / 0.17);
}

.top_bar_contact_item ul.prt-list.list-inline li,
.top_bar_contact_item ul.prt-list.list-inline li a,
.top-link-block span {
    color: rgba(255 255 255 / 0.85);
}

.top_bar_contact_item ul.prt-list.list-inline li a:hover,
ul.social-icons.topbar-social li a:hover {
    color: var(--base-white);
}

.top_bar_contact_item ul.prt-list.list-inline li:last-child {
    border-right: 0;
}

.top-link-block {
    display: flex;
    align-items: center;
}

.top-link-block span {
    line-height: 25px;
    font-size: 15px;
    margin: 0 5px 0 10px;
}

.top-link-block a {
    position: relative;
    color: var(--base-white);
    line-height: 25px;
    font-size: 13px;
    font-family: var(--base-headingfont);
    transition: all 0.3s ease 0s;
}

.top-media-block {
    display: flex;
    align-items: center;
}

.top-link-block.prt-signup-link button {
    line-height: 25px;
}

.top-link-block.prt-signup-link button.prt-btn.btn-inline i {
    position: relative;
    line-height: 10px;
    padding-right: 4px;
    margin-top: -2px;
}

.top-link-block.prt-signup-link,
ul.social-icons.topbar-social {
    padding-left: 10px;
    margin-left: 20px;
    border-left: 1px solid rgb(255 255 255 / 17%);
    display: inline-flex;
}

.top-link-block.prt-signup-link {
    padding-left: 20px;
}

ul.social-icons.topbar-social li a {
    font-size: 15px;
    line-height: 25px;
    color: var(--base-white);
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

ul.social-icons.topbar-social li a i.flaticon.flaticon-twitter {
    font-size: 12px;
    line-height: 13px;
}

/*ul.social-icons.topbar-social li a:hover{ color: var(--base-skin); }*/
ul.social-icons.topbar-social li .facebook {
    background: #0866ff;
}

ul.social-icons.topbar-social li .instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

ul.social-icons.topbar-social li .linkedin {
    background: #0077B5;
}

ul.social-icons.topbar-social li .youtube {
    background: #FF0000;
}

ul.social-icons.topbar-social li .tiktok {
    background: black;
}

/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding {
    display: flex;
    position: relative;
    padding: 0 35px 0 0;
}

.site-branding:before {
    content: '';
    position: absolute;
    top: -24px;
    right: 0;
    height: 76px;
    border-right: 1px solid rgb(255 255 255 / 13%);
}

.site-branding h1 {
    margin-bottom: 0;
    line-height: 0;
}

.site-branding #logo-img {
    max-width: 125px;
    z-index: 1;
    position: relative;
}

/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
    z-index: 2;
    width: 100%;
}

.sitemenu-main {
    background-color: #9642f2;
    padding: 0 14px 0 35px;
    border-radius: var(--base-border-radius-50);
    width: 100%;
}

nav.main-menu ul {
    margin: 0;
}

#site-header-menu .site-navigation ul.menu>li>a {
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
}

#site-header-menu .site-navigation ul.menu>li>a:before,
#site-header-menu .site-navigation ul.menu>li.active>a:before {
    content: "";
    width: 0%;
    height: 2px;
    background-color: var(--base-white);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 52px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#site-header-menu .site-navigation ul.menu>li:hover>a:before,
#site-header-menu .site-navigation ul.menu>li.active>a:before {
    width: 100%;
    opacity: 1;
}

#site-header-menu .site-navigation ul.menu {
    display: flex;
}

/* header_extra */
.header-search {
    position: relative;
    margin-left: 32px;
}

.header-search input {
    position: relative;
    background-color: #25232e;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Urbanist', sans-serif;
    padding: 10px 50px 8px 25px;
    border-radius: 25px 25px 0 25px;
    ;
    width: 240px;
    color: #fff;
}

.header-search input::placeholder {
    color: rgba(255 255 255 / 0.34);
}

.header-search button {
    padding: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    color: rgba(255 255 255 / 0.34);
}

.header-search button:hover {
    color: var(--base-white);
}

.header_extra:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 850px;
    height: 102px;
    background-color: #0e0d13;
    border-radius: 50px 0 0 50px;
}

/* ===============================================
    Footer
------------------------*/
.footer {
    position: relative;
    background-color: #1c1c1c;
    background-image: url(../images/footer-bg.webp);
    background-position: 100% 100%;
    background-repeat: repeat;
    background-attachment: fixed;
}

.footer>.prt-bg-layer {
    background-color: #1c1c1c;
    opacity: 0;
}

.first-footer {
    padding: 50px 0 0;
}

.second-footer {
    padding: 50px 0px 55px;
}

.footer-pl {
    padding-left: 70px;
}

h3.widget-title-h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--base-white);
}

.widget p,
.widget.widget_text a {
    color: rgba(255, 255, 255, 0.70);
}

.widget.widget_text.widget_text-wrap .footer-logo img {
    max-width: 150px;
    margin-bottom: 20px;
}


/*menu-footer-link*/
ul.menu-footer-link {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.menu-footer-link li {
    padding: 6px 0 6px 0;
    position: relative;
    display: block;
    color: var(--base-white);
}

ul.menu-footer-link li a:hover {
    color: #fff;
}

/* newsletter-form */
.newsletter_widget .widget-title {
    margin-bottom: 10px !important;
}

.newsletter-form {
    position: relative;
    clear: both;
    display: inline-block;
    min-width: 407px;
}

.newsletter-form input[type="email"] {
    padding: 16px 50px 14px 18px;
    font-size: 13px;
    line-height: 23px;
    border-radius: var(--base-border-radius-10);
    background-color: transparent;
    border: 1px solid rgba(255 255 255 / 0.13);
    color: #ffffff;
}

.newsletter-form input[type="email"]::placeholder {
    color: rgba(255 255 255 / 0.50);
}

.newsletter-form button[type="submit"] {
    position: absolute;
    top: 19px;
    right: 18px;
    font-size: 18px;
    font-weight: 700;
    line-height: 0;
    display: block;
    padding: 0;
    border: 0;
    color: rgba(255 255 255 / 0.50);
    background-color: transparent;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.newsletter-form span.prt-email-icon {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 17px;
    line-height: 58px;
}

ul.prt-list.prt-brand-link li {
    display: inline-block;
    padding: 5px 45px 5px 0;
}

.footer-widget-box {
    padding-top: 20px;
}

.footer-border-top,
.bottom-footer-border {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-border-top {
    margin-bottom: 40px;
}

/** copyright **/
.copyright {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.copyright,
.copyright .cpy-text a,
.footer-nav-menu li a {
    color: rgba(255, 255, 255, 0.80);
}

.copyright .cpy-text a:hover,
.footer-nav-menu li a:hover {
    color: var(--base-white);
}

/* footer-nav-menu */
.footer-nav-menu {
    list-style: none;

    text-align: center;
}

.footer-nav-menu li {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
    position: relative;
}

.footer-nav-menu li:first-child {
    padding: 0;
    margin: 0;
}

.footer-nav-menu li:before {
    content: "|";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(255, 255, 255, 0.80);
}

.footer-nav-menu li:first-child:before {
    content: "";
}

/* ===============================================
    GoTop BUtton
------------------------*/
#totop {
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 6px;
    bottom: 50px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: var(--base-border-radius-50);
    transition: .3s ease-in-out;
}

#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
    background-color: var(--base-skin);
}

@keyframes jump {
    0% {
        bottom: 20px;
    }

    50% {
        bottom: 40px;
    }

    100% {
        bottom: 20px;
    }
}

/*#totop.top-visible  {
  animation: jump 4s infinite;
}*/


/* ===============================================
    Page-Title-Row
------------------------*/
.prt-page-title-row {
    background-image: url('../images/banner.png');
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: bottom;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-color: var(--base-dark);
}

.prt-page-title-row-inner {
    position: relative;
    width: 100%;
    padding: 175px 0 60px;
    text-align: center;
    background-color: rgba(0 0 0 / 0.45);
}

.page-title-heading h2 {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 20px;
    color: var(--base-white);
    font-family: var(--base-headingfont);
    font-weight: 600;
}

.page-title-desc p {
    color: var(--base-white);
    font-size: 16px;
    line-height: 26px;
}

/*style1*/
.prt-page-title-row.style1 {
    background-attachment: fixed;
}

.prt-page-title-row.style4 .prt-page-title-row-inner {
    padding: 255px 0 80px;
}

.prt-page-title-row.style1 .page-title-heading .pretitle {
    font-size: 16px;
    line-height: 26px;
    color: var(--base-white);
    margin-bottom: 10px;
    display: inline-block;
}

.prt-page-title-row.style1 .page-title-heading h2 {
    text-transform: inherit;
    font-size: 53px;
    line-height: 63px;
}

.prt-page-title-row.style1 .blog-single-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 40px;
    margin: 0 0 30px;
    border-bottom: 1px solid rgb(255 255 255 / 18%);
}

.prt-page-title-row.style1 .blog-single-block .blog-singleimg {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: var(--base-border-radius50);
}

.prt-page-title-row.style1 .blog-single-block .blog-content {
    padding: 0 0 0 20px;
    text-align: left;
}

.prt-page-title-row.style1 .blog-single-block .blog-content h3 {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 0;
    color: var(--base-white);
}

.prt-page-title-row.style1 .blog-single-block .blog-content .position {
    color: var(--base-white);
    margin-bottom: 0;
}

/*style2*/
.prt-page-title-row.style2 {
    position: relative;
    overflow: hidden;
}

.prt-page-title-row.style2 .bg-video-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.prt-page-title-row.style2 .prt-page-title-row-inner {
    background-color: rgba(0, 0, 0, 0.50);
}

.prt-page-title-row.style2 .bg-video-wrap video {
    margin-top: -150px;
}

/*breadcrumb-wrapper*/
.breadcrumb-wrapper {
    position: relative;
    z-index: 99;
    margin: 0;
    padding: 0 0 15px;
}

.breadcrumb-wrapper span {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--base-headingfont);
    position: relative;
    color: var(--base-white);
    padding-right: 8px;
    margin-right: 4px;
}

.breadcrumb-wrapper span:last-child {
    padding-right: 0;
    margin-right: 0;
}

.breadcrumb-wrapper span a {
    color: var(--base-white);
}

.breadcrumb-wrapper span a:hover {
    color: var(--base-skin);
}

.breadcrumb-wrapper span:after {
    position: absolute;
    content: "/";
    font-size: 16px;
    line-height: 16px;
    right: 0;
    top: 0;
    display: inline-block;
    color: var(--base-white);
}

.breadcrumb-wrapper span:last-child:after {
    display: none;
}

/* ===============================================
    Inner-Pages
------------------------*/

/*------------------------------------------------------------------------------*/
/*  single_team
/*------------------------------------------------------------------------------*/
.team-details-content {
    position: relative;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-15);
    background-image: url(../images/bg-image/row-bgimage-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 50px;
}

.team-header-wrapper .team-title h2.title,
.team-details-info-title h2.title {
    font-size: 45px;
    line-height: 55px;
}

.team-details-info-position h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    color: var(--base-headingfont-color);
}

.team-details-list ul li {
    padding: 5px 0px;
}

.team-details-list ul li::marker {
    font-size: 20px;
    color: var(--base-headingfont-color);
}

.prt-team-sidebar {
    position: relative;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-15);
    background-image: url(../images/bg-image/row-bgimage-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 45px;
}

.prt-team-sidebar .widget-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 10px;
}

.prt-team-sidebar .team-sidebar-wrap {
    margin-bottom: 20px;
}

.prt-team-sidebar p {
    margin-bottom: 0;
}

.prt-team-sidebar p a {
    color: var(--base-bodyfont);
}

.prt-team-sidebar p a:hover {
    color: var(--base-skin);
}

ul.team-social-icons li {}

ul.team-social-icons li a {
    width: 40px;
    height: 36px;
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: var(--base-border-radius-10);
    color: var(--base-bodyfont-color);
    font-size: 15px;
    line-height: 36px;
    text-align: center;
}

ul.team-social-icons li a:hover {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white);
}

/*------------------------------------------------------------------------------*/
/*  single_car-details
/*------------------------------------------------------------------------------*/
.prt-car-details-area {
    position: relative;
}

h3.car-details-title {
    font-size: 28px;
    line-height: 38px;
}

h3.title {
    font-size: 22px;
    line-height: 32px;
}

/*slider-nav*/
.prt-car-features.car-view-wrapper {
    margin: 0 -15px;
}

.car-view-wrapper .car-slider-for img {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: var(--base-border-radius-20);
}

.slider-nav-car-wrapper img {
    width: 100%;
    border-radius: var(--base-border-radius-20);
}

.slider-nav-car-wrapper.slick-slide.slick-current.slick-active img {
    border: 2px solid var(--base-skin);
}

/*aboutcar-wrapper*/
.prt-car-details-area .prt-aboutcar-wrapper {
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-20);
    background-image: url(../images/bg-image/row-bgimage-4.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.prt-aboutcar-wrapper .car-details-list-wrapper {
    padding: 20px 30px;
    border-bottom: 1px solid var(--base-white);
}

ul.car-details-list li {
    position: relative;
    background-color: rgba(255 255 255 / 0.26);
    border-radius: var(--base-border-radius-15);
    border: 1px solid var(--base-border-color-white);
    font-size: 16px;
    line-height: 26px;
    color: var(--base-headingfont-color);
    font-weight: 500;
    padding: 12px 28px 12px 52px;
    margin: 10px 16px 10px 0;
    display: inline-block;
}

ul.car-details-list li i {
    color: var(--base-skin);
    padding-right: 2px;
    position: absolute;
    top: 14px;
    left: 28px;
}

.prt-aboutcar-wrapper .prt-history {
    position: relative;
    padding: 25px 30px 90px;
}

.prt-aboutcar-wrapper .prt-history .prt-history-car {
    position: absolute;
    right: -11%;
    bottom: 0;
}

/*video*/
.video-autoplay {
    overflow: hidden;
    border-radius: var(--base-border-radius-20);
    max-height: 408px;
}

.video-autoplay video {
    max-height: 100%;
    min-width: 104%;
}

/*features-list*/
.prt-features-list-wrap ul.prt-features-list {
    margin: 0;
    padding: 0 0 0 18px;
}

.prt-features-list-wrap ul.prt-features-list li {
    font-size: 16px;
    line-height: 26px;
    padding: 3px 0;
}

.prt-features-list-wrap ul.prt-features-list li::marker {
    font-size: 20px;
    line-height: 10px;
}

.prt-side-header-title h3.title {
    font-size: 24px;
    line-height: 34px;
}

.car-details-sidebar .prt-meta span.prt-meta-line {
    padding-right: 15px;
    margin-right: 5px;
    position: relative;
}

.car-details-sidebar .prt-meta span.prt-meta-line:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 5px;
    height: 5px;
    border-radius: var(--base-border-radius-10);
    background-color: var(--base-bodyfont-color);
}

.car-details-sidebar .prt-meta span.prt-meta-line:last-child:before {
    display: none;
}

.car-details-sidebar h2.title-price {
    font-size: 36px;
    line-height: 46px;
}

.car-details-sidebar .prt-meta {
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 15px;
}

.prt-details-list-warp {
    border-radius: var(--base-border-radius-20);
    background-color: var(--base-grey);
    background-image: url(../images/bg-image/row-bgimage-4.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding: 43px 50px 45px;
}

.prt-details-list-warp ul.prt-details-list li {
    padding: 6px 0;
}

.prt-details-list-warp ul.prt-details-list li span {
    width: 185px;
    color: var(--base-headingfont-color);
    display: inline-block;
    font-weight: 500;
}

.widget-contact .single-contact {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    margin: 16px 0;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: var(--base-border-radius-15);
    background-color: var(--base-dark);
    color: var(--base-white);
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.widget-contact .single-contact a {
    color: var(--base-white);
    position: relative;
    padding: 0 0 0 22px;
}

.widget-contact .single-contact a i {
    position: absolute;
    top: -3px;
    left: 0;
}

.widget-contact #phoneNumber a i {
    top: -2px;
}

.widget-contact #emailAdress a i {
    top: -5px;
}

.widget-contact #emailAdress a {
    padding: 0 0 0 26px;
}

.widget-contact .single-contact:hover {
    background-color: var(--base-skin);
}

.widget-contact #phoneNumber {
    background-color: transparent;
    border: 1px solid var(--base-skin);
}

.widget-contact #phoneNumber a {
    color: var(--base-headingfont-color);
}

.widget-contact #whatsapp {
    background-color: var(--base-skin);
}

.widget-contact #phoneNumber:hover,
.widget-contact #whatsapp:hover {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
}

.widget-contact #phoneNumber:hover a {
    color: var(--base-white);
}

/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/

article.post.prt-blog-single {
    position: relative;
}

.post.prt-blog-single .prt-blog-single-content h3.entry-title {
    font-size: 32px;
    line-height: 42px;
}

.post.prt-blog-single blockquote {
    background-image: url(../images/bg-image/row-bgimage-4.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 45px 45px 37px;
    margin: 0;
}

.post.prt-blog-single blockquote .qoute-text {
    position: relative;
    font-size: 28px;
    line-height: 42px;
    font-weight: 500;
    font-family: var(--base-headingfont);
    color: var(--base-headingfont-color);
    padding: 30px 0 30px 60px;
    z-index: 0;
}

.post.prt-blog-single blockquote .qoute-text:before {
    content: '';
    position: absolute;
    top: -35px;
    left: 0;
    width: 357px;
    height: 130%;
    background-image: url(../images/icon-06.svg);
    background-repeat: no-repeat;
    z-index: -1;
}

.post.prt-blog-single .blog-single-featured-img img {
    max-height: 302px;
    object-fit: cover;
}

/*tag_list-block*/
.tag_list-block .prt-tags-links a {
    padding-right: 10px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}

.tag_list-block .prt-tags-links a span,
.tag_list-block .prt-post-view p {
    font-size: 20px;
    font-weight: 400;
    color: var(--base-bodyfont-color);
}

.tag_list-block .prt-post-view p {
    line-height: 15px;
}

.tag_list-block .prt-post-view {
    text-align: right;
    color: var(--base-headingfont-color);
    font-weight: 600;
}

.tag_list-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 30px;
}

/*social-media-block*/
.social-media-block {
    position: relative;
    text-align: center;
    padding: 52px 0 60px;
}

.prt-social-share-wrapper h3.prt-tags-links-title {
    font-size: 24px;
    line-height: 34px;
}

.prt-social-share-wrapper ul.social-icons li {
    margin: 0 3px;
}

.prt-social-share-wrapper ul.social-icons li a {
    width: 35px;
    height: 35px;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-50);
    font-size: 14px;
    line-height: 38px;
    color: var(--base-white);
}

.prt-social-share-wrapper ul.social-icons li:nth-child(1) a {
    background-color: #3a54a0;
}

.prt-social-share-wrapper ul.social-icons li:nth-child(2) a {
    background-color: #ce001f;
}

.prt-social-share-wrapper ul.social-icons li:nth-child(3) a {
    background-color: #03aeef;
}

.prt-social-share-wrapper ul.social-icons li:nth-child(4) a {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.prt-social-share-wrapper ul.social-icons li:nth-child(5) a {
    background-color: #0389b9;
}

.prt-social-share-wrapper ul.social-icons li:nth-child(6) a {
    background-color: #e71e93;
}

.prt-social-share-wrapper ul.social-icons li a:hover {
    background: var(--base-skin);
}

/*copy-link*/
.prt-copy-link-wrapper {
    position: relative;
    padding: 13px 22px;
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    background-color: #e9f2ff;
}

.prt-copy-link-wrapper button.copytext {
    padding: 0 0 0 15px;
    margin: 0 0 0 18px;
    cursor: pointer;
    color: var(--base-bodyfont-color);
    background-color: transparent;
    border: none;
    border-left: 1px solid rgba(0 0 0 / 0.10);
    outline: none;
}

.prt-copy-link-wrapper button:before {
    content: "Click To Copy";
    position: absolute;
    top: -20px;
    right: -21px;
    color: #fff;
    background: var(--base-skin);
    padding: 4px 10px 5px;
    border-radius: 10px;
    font-size: 12px;
    display: none;
}

.prt-copy-link-wrapper button:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 20px;
    width: 10px;
    height: 10px;
    background: var(--base-skin);
    transform: rotate(45deg);
    display: none;
}

.prt-copy-link-wrapper button:hover:before,
.prt-copy-link-wrapper button:hover:after {
    opacity: 1;
}

.prt-copy-link-wrapper button:before,
.prt-copy-link-wrapper button:after {
    display: block;
    opacity: 0;
    transition: 0.2s ease;
}

.prt-testimonial-blog {
    position: relative;
    padding: 40px 0 22px;
    text-align: center;
}

.prt-testimonial-blog img {
    border-radius: var(--base-border-radius50);
}

.prt-testimonial-blog h3 {
    font-size: 19px;
    line-height: 26px;
    margin-top: 20px;
}

.tag_list-block.border-top.border-bottom,
.testimonial-blog.border-top.border-bottom {
    border-style: solid !important;
    border-color: #d0d0d0 !important;
    border-width: 1px 0 !important;
}

/*comment-wrap*/
.comment-wrap {
    position: relative;
    margin-top: 110px;
}

.comment-wrap button.comment-wrap-btn {
    background-color: #e9f2ff;
    border-radius: var(--base-border-radius-10);
    color: var(--base-headingfont-color);
    font-size: 20px;
    line-height: 30px;
    font-family: var(--base-headingfont);
    font-weight: 600;
    padding: 10px 20px;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.comment-wrap button.comment-wrap-btn:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
}

.prt-blog-comment {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}

/*blog-comment*/
.prt-blog-classic-box-comment_1 h3 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
}

.comments-area {
    position: relative;
}

.comments-area p {
    margin-bottom: 20px;
}

.comment-form textarea,
.comment-form input[type="date"],
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form select {
    vertical-align: middle;
    width: 100%;
    color: #000;
    padding: 9px 15px;
    font-weight: 500;
    background-color: var(--base-grey);
    text-transform: inherit;
    font-size: 15px;
    line-height: inherit;
    border: none;
    border-radius: var(--base-border-radius-10);
}

.comment-form label {
    display: unset;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="date"]:focus {
    border-color: transparent;
    border: 1px solid var(--base-skin);
}

.comment-form textarea::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="date"]::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="date"]::placeholder,
.comment-form select::placeholder {
    color: var(--base-bodyfont-color);
}

.comment-form span.text-input select {
    color: rgb(255 255 255 / 80%);
}

.comment-form span.text-input option {
    color: var(--base-dark);
}

.comment-form select {
    padding: 11px 20px 14px 0;
    color: rgba(0, 0, 0, 0.50);
}

.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-phone,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-age,
.comments-area .comment-form .comment-form-doctors,
.comments-area .comment-form .comment-form-date {
    position: relative;
    float: left;
    width: 49%;
    margin-right: 2%;
}

.comments-area .comment-form span.date-bday input[type="date"] {
    background-color: var(--base-dark);
    padding: 18px 15px 12px 0;
    color: rgb(255 255 255 / 80%);
}

.comments-area .comment-form input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.comments-area .comment-form .comment-form-phone,
.comments-area .comment-form .comment-form-age,
.comments-area .comment-form .comment-form-date {
    margin-right: 0;
}

.comments-area .comment-form .select-option {
    position: relative;
}

.comments-area .comment-form .comment-form-diseases {
    position: relative;
    width: 100%;
    float: left;
}

.comments-area .comment-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #888;
}

.comments-area .comment-form .select-option:before {
    right: 20px;
    position: absolute;
    content: "\e64b";
    top: 0;
    bottom: 0;
    font-size: 13px;
    line-height: 57px;
    pointer-events: none;
    font-family: 'themify';
}

.comments-area .comment-form span.text-input {
    margin-bottom: 15px;
    display: block;
    padding-top: 5px;
    position: relative;
}

.comments-area .comment-form span.text-input i {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
    color: rgb(255 255 255 / 80%);
}

.comments-area_1 textarea,
.comment-form input[type="text"],
.comments-area_1 input[type="email"],
.comment-form input[type="url"],
.comments-area_1 input[type="author"],
.comment-form input[type="author"],
.comments-area_1 input[type="web"],
.comment-form input[type="web"],
.comments-area_1 .comment-form_1 .comment-form-author input[type="text"],
.comments-area_1 .comment-form_1 .comment-form-email input[type="text"],
.comments-area_1 .comment-form_1 .comment-form-web input[type="text"] {
    text-transform: inherit;
    padding: 11px 15px;
    border: 1px solid rgba(0 0 0 / 0.10);
    background-color: var(--base-grey);
    color: var(--base-bodyfont);
    border-radius: var(--base-border-radius-10);
    text-transform: capitalize;
}

.comments-area_1 input[type=checkbox] {
    margin: 0 6px 0 0;
}

.comments-area_1 span.checkbox {
    font-size: 15px;
    line-height: 25px;
    color: var(--base-dark);
}

.comments-area_1 .comment-form_1 textarea::placeholder,
.comments-area_1 .comment-form_1 input::placeholder {
    color: var(--base-bodyfont);
}

.comments-area_1 .comment-form_1 .comment-form-author,
.comments-area_1 .comment-form_1 .comment-form-email,
.comments-area_1 .comment-form_1 .comment-form-web {
    position: relative;
    float: left;
    width: 32%;
    margin-top: 10px;
    margin-right: 2%;
}

.comments-area_1 .comment-form_1 .comment-form-web {
    margin-right: 0;
}

.comments-area_1 textarea:focus,
.comments-area_1 input[type="text"]:focus,
.comments-area_1 input[type="email"]:focus,
.comments-area_1 input[type="author"]:focus,
.comments-area_1 input[type="web"]:focus,
.comments-area_1 input[type="url"]:focus {
    border: 1px solid var(--base-skin);
}

.comments-area_1 .prt-btn-color-skincolor:not(.btn-inline):before {
    background-color: rgba(255 255 255 / 0.85);
    ;
}

/* checkbox  */
.comments-area_1 input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

.comments-area_1 input[type=checkbox]+label {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.50);
    vertical-align: middle;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-top: -2px;
}

.comments-area_1 input[type=checkbox]+label:before {
    height: 15px;
    width: 15px;
    border: 1px solid #fff;
    border-radius: 3px;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-right: 8px;
}

.comments-area_1 .widget-form p.cookies,
.comments-area_1 .widget-form p.cookies a {
    color: rgba(255 255 255 / 0.50);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.comments-area_1 input[type=checkbox]:checked+label:before {
    content: "";
    border: solid;
    border-color: var(--base-seconddark);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    left: 3px;
    top: 1px;
    width: 5px;
    height: 7px;
    background-color: transparent !important;
    border-radius: 0;
    position: relative;
    vertical-align: middle;
}

.comments-area_1 .widget-form p.cookies a.underline:before {
    height: 1px;
    background-color: rgba(255 255 255 / 0.60);
}

/*.comments-area_2*/
.comments-area_2 textarea,
.comment-form input[type="text"],
.comments-area_2 input[type="email"],
.comment-form input[type="url"],
.comments-area_2 input[type="author"],
.comment-form input[type="author"],
.comments-area_2 .comment-form_2 .comment-form-author input[type="text"],
.comments-area_2 .comment-form_2 .comment-form-email input[type="text"],
.comments-area_2 .comment-form_2 .comment-form-number input[type="text"],
.comments-area_2 .comment-form_2 .comment-form-zipcode input[type="text"] {
    text-transform: inherit;
    padding: 11px 25px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.12);
    color: var(--base-white);
    border-radius: var(--base-border-radius-10);
    font-size: 14px;
    line-height: 24px;
}

.comments-area_2 .comment-form_2 textarea::placeholder,
.comments-area_2 .comment-form_2 input::placeholder {
    color: rgba(255, 255, 255, 0.28);
}

.comments-area_2 .comment-form_2 .comment-form-author,
.comments-area_2 .comment-form_2 .comment-form-email,
.comments-area_2 .comment-form_2 .comment-form-number {
    position: relative;
    float: left;
    width: 31.70%;
    margin-right: 20px;
}

.comments-area_2 .comment-form_2 .comment-form-number {
    margin-right: 0;
}

.comments-area_2 .comment-form_2 p {
    margin-bottom: 20px;
}

/*.comments-area_3*/
.prt-team-box-comment_3 {
    background-color: var(--base-grey);
    padding: 32px 40px 40px;
}

.comments-area_3 textarea,
.comment-form input[type="text"],
.comments-area_3 input[type="email"],
.comment-form input[type="url"],
.comments-area_3 input[type="author"],
.comment-form input[type="author"],
.comments-area_3 input[type="web"],
.comment-form input[type="web"],
.comments-area_3 .comment-form_3 .comment-form-author input[type="text"],
.comments-area_3 .comment-form_3 .comment-form-email input[type="text"],
.comments-area_3 .comment-form_3 .comment-form-web input[type="text"] {
    text-transform: inherit;
    padding: 8px 0;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 14%);
    background-color: transparent;
    color: var(--base-white);
    font-size: 15px;
    line-height: 25px;
}

.comments-area_3 .comment-form_3 textarea::placeholder,
.comments-area_3 .comment-form_3 input::placeholder {
    color: rgba(255, 255, 255, 0.60);
}

.comments-area_3 .comment-form_3 p {
    margin-bottom: 25px;
}

/*------------------------------------------------------------------------------*/
/*  Contact_page
/*------------------------------------------------------------------------------*/
.prt_contact_widget_wrapper {
    position: relative;
    z-index: 1;
}

.contact-logo-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-logo-block h3 {
    font-size: 16px;
    line-height: 26px;
    padding: 8px 0 8px 25px;
    margin: 0 0 0 25px;
    border-left: 1px solid rgba(31 99 6 / 0.10);
}

.prt-contact-block1 h3 {
    font-size: 20px;
    line-height: 30px;
}

.prt-contact-block1 p.prt-time {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 6px;
}

.prt_contact_widget_wrapper .rating-star {
    margin-right: 15px;
}

.prt_contact_widget_wrapper .rating-star li {
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    color: #ffa800;

}

.prt_contact_widget_wrapper span.headingfont-color {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}

.prt_contact_widget_wrapper h2.prt-logo {
    font-size: 56px;
    line-height: 66px;
    font-family: var(--base-headingfontone);
    color: var(--base-dark);
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0;
}

/*error*/
section.error-404 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    position: relative;
    padding: 50px 0 95px;
    height: 100vh;
}

section.error-404 h2 {
    font-size: 420px;
    line-height: 100%;
    font-weight: 600;
    color: var(--base-headingfont-color);
    margin-bottom: 0;
    display: inline;
}

section.error-404 .page-header-title {
    position: relative;
    padding-bottom: 45px;
    display: inline;
}

section.error-404 .page-header-title img {
    margin: -70px 15px 0;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.05, 1.05);
    }

    100% {
        transform: scale(1, 1);
    }
}

section.error-404 .page-header-title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    width: 985px;
    height: 88px;
    background-image: url(../images/error-img-01.webp);
    background-repeat: no-repeat;
    z-index: -1;
    margin: 0 auto;
}

section.error-404 h3 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
}

/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/
.google_map,
.map_container {
    height: 100%;
}

#map {
    display: block;
    height: 100%;
    width: 100%;
}

#map iframe {
    width: 100%;
    max-height: 100%;
    margin-top: 0;
    filter: brightness(90%) contrast(150%) saturate(0%) blur(0px) hue-rotate(0deg);
}

body .page.sticky-column {
    overflow: unset;
}

.main-box {
    position: relative;
    min-height: 780px;
}

.main-box-01 {
    position: relative;
    min-height: 752px;
}

/*pagination*/
.pagination-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination-block .prt-prev {
    text-align: left;
}

.pagination-block .prt-next {
    text-align: right;
    float: right;
}

.pagination-block .prt-prev,
.pagination-block .prt-next {
    display: flex;
    align-items: center;
}

.pagination-block .pagination-img img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.pagination-block .pagination-content span a {
    font-size: 12px;
    background-color: #e9f2ff;
    padding: 8px 15px 8px;
    border-radius: var(--base-border-radius-15);
    display: inline;
}

.pagination-block .pagination-content span a:hover {
    background-color: var(--base-dark);
    color: var(--base-white);
}

.pagination-block .pagination-content h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 8px;
}

/*style1*/
.pagination-wrap {
    padding: 0;
    margin: 30px 0 0 0;
    text-align: center;
}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrap li a {
    background: var(--base-white);
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--base-headingfont-color);
    font-weight: 400;
    border-radius: var(--base-border-radius50);
    box-shadow: 0 0 15px 3px rgb(0 0 0 / 0.07);
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.pagination-wrap li a i {
    font-size: 11px;
}

.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: var(--base-dark);
    color: var(--base-white);
    transform: translate3d(0px, -6px, 0.01px);
}

.pagination-wrap li a.active {
    background: var(--base-dark);
    color: var(--base-white);
}

.second-footer {
    padding: 0px 0px 0px;
}

.footer-media-block {
    display: flex;
    align-items: center;
}

.footer-media-block ul.social-icons.footer-socia {
    padding-left: 10px;
    margin-left: 20px;
    border-left: 1px solid rgb(255 255 255 / 17%);
    display: inline-flex;
}

.footer-media-block ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
}

.footer-media-block ul.social-icons li {
    margin: 0 20px;
}

.footer-media-block ul.social-icons li a {
    font-size: 22px;
    color: var(--base-white);
}

.footer-media-block ul.social-icons li a:hover {
    color: var(--base-dark);
}

.footer-widget-box {
    padding-top: 0px;
}

.footer-contact-list ul {
    margin-top: 20px;
}

.footer-contact-list li {
    margin: 0 20px;
}

.footer-contact-list li a {
    color: var(--base-white);
}

.footer-contact-list li a:hover {
    color: var(--base-dark);
}

ul.menu-footer-link li {
    padding: 0;
}

.second-footer {
    padding: 0px 0px 20px;
}

.section-padding-top-bottom {
    padding: 100px 0 100px 0;
}

.bg-section-padding-top-bottom {
    padding: 120px 0 120px 0;
}

.section-margin-top-bottom {
    margin: 60px 0 60px 0;
}

.section-margin-fixed-bottom {
    margin-bottom: 80px;
}

.section-scroll-margin {
    scroll-margin-top: 149px !important;
    overflow: clip !important;
}

body .select2-container--classic .select2-selection--single,
body .select2-container--default .select2-selection--single,
body .select2-container--default .select2-selection--single .select2-selection__rendered,
body .select2-container--default .select2-selection--single .select2-selection__arrow,
body .select2-container--default .select2-selection--multiple,
body .select2-container--classic .select2-selection--single .select2-selection__arrow,
body .select2-container--classic .select2-selection--single .select2-selection__rendered {
    border-color: var(--bs-border-color);
    color: var(--bs-body-color);
    height: 40px;
    line-height: 40px;
}

body .select2-container--default .select2-selection--multiple {
    line-height: 27px;
    height: auto;
}

body .select2-container--classic .select2-selection--multiple .select2-selection__choice,
body .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: var(--bs-info);
    border-color: var(--bs-info);
    color: #fff;
}

body .select2-container {
    display: inline;
}

.select2-container {
    width: 100% !important;
}


/*
<!-- ============================================================== -->
<!-- Start footer area Css -->
<!-- ============================================================== -->*/
.footer-middle {
    /*    background: url(assets/images/resource/footer-bg.jpg);*/
    padding: 60px 0 0;
    /*    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;*/
}

.techno-logo {
    margin-top: 10px;
}

.company-info-desc p {
    padding: 32px 16px 0 0px;
    color: #fff;
    font-size: 17px;
    margin-bottom: 13px;
}

.company_icon a {
    display: inline-block;
    margin: 0 6px 0;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: var(--base-white);
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

.company_icon .facebook {
    background: #0866ff;
}

.company_icon .instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.company_icon .linkedin {
    background: #0077B5;
}

.company_icon .youtube {
    background: #FF0000;
}

.company_icon .tiktok {
    background: black;
}

.widget.widget-nav-menu {
    padding-left: 15px;
}

h4.widget-title {
    color: #fff;
    font-size: 28px;
    padding-bottom: 28px;
    margin-top: 0;
}

h4.widget-title span {
    color: var(--base-dark);
}

.menu-quick-link-content ul li {
    display: block;
    list-style: none;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}

.menu-quick-link-content ul li:before {
    position: absolute;
    z-index: 1;
    content: "";
    top: 14px;
    left: -6px;
    width: 10px;
    height: 1px;
    border-radius: 50%;
    background: #fff;
}

.menu-quick-link-content ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    padding: 0 0 7px;
    transition: .5s;
    background-image: linear-gradient(to right, var(--base-dark), var(--base-dark), 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.menu-quick-link-content ul li a:hover {
    background-position: 0%, 100%;
    padding-left: 3px;
}

.logo-center {
    position: relative;
    left: 35%;
}

.footer-recent-post {
    margin-bottom: 24px;
}

.footer-recent-post ul li {
    display: block;
    list-style: none;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}

.footer-recent-post ul li:before {
    position: absolute;
    z-index: 1;
    content: "";
    top: 14px;
    left: -6px;
    width: 10px;
    height: 1px;
    border-radius: 50%;
    background: #fff;
}

.footer-recent-post ul li a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 0 0 7px;
    transition: .5s;
    background-image: linear-gradient(to right, var(--base-dark), var(--base-dark), 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.footer-recent-post ul li a:hover {
    background-position: 0%, 100%;
    padding-left: 3px;
}

.footer-socail-icon {
    float: left;
    margin-right: 20px;
}

.footer-socail-icon i {
    display: inline-block;
    font-size: 26px;
    color: var(--base-dark);
}

.footer-socail-info p span a {
    font-size: 16px;
    color: #fff;
    margin-bottom: 33px;
}

.footer-socail-info2 p span a {
    color: #fff;
}

/*footer bottom*/
.footer-bottom-content {
    padding-top: 22px;
}

.row.footer-bottom {
    border-top: 1px solid var(--base-white);
    /*    margin-top: 80px;*/
}

.footer-bottom-content-copy p {
    color: #fff;
}

.footer-bottom-content-copy span {
    color: var(--base-dark);
}

.footer-bottom-menu p {
    color: #fff;
    padding: 20px 0 0;
}

.page-section-ptb {
    padding: 40px 0;
}

.prt-page-title-row {
    background-image: url('../images/banner.png');
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: bottom;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--base-skin);
}

.page-title-heading h2 {
    font-size: 30px;
    line-height: 70px;
    margin-bottom: 0px;
    color: var(--base-white);
    font-family: var(--base-headingfont);
    font-weight: 600;
}

.prt-page-title-row-inner {
    position: relative;
    width: 100%;
    padding: 130px 0 30px;
    text-align: center;
    background-color: rgba(0 0 0 / 0.45);
}

.page-title-heading h2 {
    font-size: 2.5rem;
}

.section-title {
    text-align: center;

}

.section-title .separator {
    position: relative;
    margin-top: 10px;
    display: inline-block;
}

.section-title h6 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

/*.section-title span { margin-bottom: -20px; display: block;font-size: 12px; }*/
.section-title .separator:after {
    width: 100px;
    display: block;
    margin: auto;
    content: "";
    height: 1px;
    background: var(--base-dark);
    bottom: 0px;
    left: 50%;
    transition: width .8s ease, background-color .8s ease;
    -webkit-transition: width .8s ease, background-color .8s ease;
    -o-transition: width .8s ease, background-color .8s ease;
    -ms-transition: width .8s ease, background-color .8s ease;
    -moz-transition: width .8s ease, background-color .8s ease;
}

.section-title .separator:before {
    content: '';
    display: block;
    margin: auto;
    left: 50%;
    height: 1px;
    width: 50px;
    bottom: -15px;
    background: var(--base-dark);
    transition: width .8s ease, background-color .8s ease;
    -webkit-transition: width .8s ease, background-color .8s ease;
    -o-transition: width .8s ease, background-color .8s ease;
    -ms-transition: width .8s ease, background-color .8s ease;
    -moz-transition: width .8s ease, background-color .8s ease;
    margin-bottom: 6px;
}

section:hover .section-title .separator:before {
    width: 100px;
    left: 0;
}

section:hover .section-title .separator:after {
    width: 50px;
    left: 0;
}

.compare-modal {
    display: flex !important;
    align-items: flex-end !important;
    padding-left: 17px !important;
    padding-right: 17px !important;
}

.modal-dialog-compare {
    box-shadow: var(--base-shadow);
    max-width: 900px;
}

.modal-open {
    overflow: auto !important;
    padding-right: 0px !important;
}

#compare-modal {
    background-color: transparent;
}

.compare-wrapper img {
    height: 100px;
    width: 100%;
}

.compare-wrapper {
    position: relative;
}

.remove-icon-link {
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    font-size: 18px;
    height: 22px;
    width: 20px;
}

.compare-wrapper img {
    border-radius: 5%;
    box-shadow: var(--base-shadow);
}

.compare-modal .btn:hover {
    background-color: var(--base-black);
}

.compare-modal .btn:active {
    background-color: var(--base-black);
}

.compare-modal .modal-body {
    padding: 20px;
}

.compare-modal .modal-content {
    padding: 0px;
}

.compare-modal .modal-header .btn-close {
    top: 20px;
    right: 20px;
}

.compare-modal .modal-header h3 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
}

.compare-modal .modal-footer {
    justify-content: center;
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.skeleton-card {
    border-radius: 10px;
    border:1px solid #b7b7b7;
    background-color: #fff;
}

.skeleton-image {
    aspect-ratio: 3/2;
    width: 100%;
    height: auto;
    background-color: #e0e0e0;
    margin-bottom: 15px;
    border-radius: 10px 10px 0px 0px;
}

.skeleton-text {
    height: 15px;
    width: 100%;
    background-color: #e0e0e0;
    margin-bottom: 20px;
    border-radius: 5px;
}

.skeleton-icons {
    position: relative;
    bottom: 10px;
    border-radius: 50px;
    background-color: #e0e0e0;
    width: 30px;
    height: 30px;
}

.skeleton-text-inner {
    height: 15px;
    width: 30%;
    background-color: #e0e0e0;
    margin-bottom: 20px;
    border-radius: 5px;
}

.skeleton-footer {
    height: 20px;
    width: 40%;
    background-color: #e0e0e0;
    border-radius: 5px;
}

.skeleton-card .card-body {
    padding: 10px;
}

@keyframes loading {
    0% {
        background-color: #e0e0e0;
    }

    50% {
        background-color: #f5f5f5;
    }

    100% {
        background-color: #e0e0e0;
    }
}

.skeleton-image,
.skeleton-text,
.skeleton-text-inner,
.skeleton-icons {
    animation: loading 1.5s infinite ease-in-out;
}

@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.floation-icons {
    font-weight: 900;
    color: var(--base-dark);
    border: solid 1px var(--base-dark);
    background-color: var(--base-skin);
    position: fixed;
    left: 7px;
    z-index: 999;
    height: 32px;
    width: 32px;
    font-size: 20px;
    text-align: center;
    padding-top: 2px;
    border-radius: var(--base-border-radius-50);
    transition: .3s ease-in-out;
}

.floation-icons::before {
    content: '';
    position: absolute;
    bottom: 1%;
    right: 1%;
    width: 100%;
    height: 100%;
    background-color: var(--base-skin);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
    animation: pulseBackground 1.5s infinite;
}

.floation-icons::after {
    content: '';
    position: absolute;
}


.floation-icons:hover {
    color: var(--base-dark) !important;
}

#towhatsapp:hover {
    color: var(--base-white) !important;
}

#towhatsapp {
    left: 2px;
    height: 42px;
    width: 42px;
    font-size: 28px;
    padding-top: 6px;
    bottom: 50px;
    border: solid 1px #25d366;
    background-color: #25d366;
    color: var(--base-white);
}

#towhatsapp::before {
    background-color: #25d366;
}

#tocontact {
    bottom: 110px;
}

#tolocation {
    bottom: 160px;
}

.header.fixed-header {
    background-color: rgba(0, 0, 0, 0.89);
    padding-bottom: 20px;
}

.prt-header-style-01 .site-header-menu {
    padding: 0 !important;
}

#swal2-title {
    line-height: 16px;
}

#anywhere-home {
    cursor: url(../images/banner/shape/close.png), auto;
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}

#anywhere-home.bgshow {
    background: #0e1013;
    opacity: 80%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}

#share-modal .modal-dialog {
    width: auto;
}

#share-modal .modal-header h3 {
    font-size: 30px;
    line-height: 30px;
}

#share-modal .share-icons {
    font-size: 30px;
    height: 45px;
    width: 45px;
    padding-top: 8px;
    /* padding: 0 0 0 10px; */
    background-color: black;
    color: white;
    border-radius: 50%;
}

#share-whatsapp {
    background-color: #25d366 !important;
}

#share-facebook {
    background-color: #0866ff !important;
}

#share-linkedin {
    background-color: #0077B5 !important;
}

#share-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}

.colors-box {
    float: left;
    top: 2px;
    position: relative;
    margin-right: 10px;
    border: 1px solid #000000;
    border-radius: 20px;
    height: 20px;
    width: 20px;
}

#menu .menu li:last-child a {
    padding: 0px 10px 0 10px !important;
}

#menu .menu li:last-child a button {
    position: relative;
    border: 0.5px solid transparent;
    bottom: 1px;
    border-radius: 5px;
    background-color: var(--base-dark);
    color: var(--base-white);
    font-size: 12px;
    padding: 10px 20px;
    font-weight: 600;
    transform: translateY(0px) skew(-12deg);
    text-transform: uppercase;
}

#menu .menu li:last-child a button:hover {
    transition-duration: 0.3s;
    border: 0.5px solid var(--base-white);
    background-color: var(--base-black);
    color: var(--base-white);
}

.widget-footer .footer-wrapper {
    padding: 40px 40px 0 40px;
}

.widget-footer .footer-main {
    padding: 40px;
}

.widget-footer .footer-icons-warpper {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.widget-footer .footer-icons-warpper::before {
    border-top: 1px solid var(--base-white);
    content: "";
    position: absolute;
    top: 15%;
    width: 46%;
    right: 0%;
}

.widget-footer .footer-icons-warpper::after {
    border-top: 1px solid var(--base-white);
    content: "";
    position: absolute;
    top: 15%;
    width: 45%;
    right: 100%;
    left: 0%;
}

.widget-footer .footer-contact-link a {
    font-size: 16px;
    padding-right: 20px;
    line-height: 16px;
    margin-bottom: 15px;
    color: var(--base-white);
}

.widget-footer #footer-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    color: var(--base-white) !important;
}

.widget-footer #footer-linkedin {
    background-color: #0077b5 !important;
    color: var(--base-white) !important;
}

.widget-footer .footer-contact-link a i {
    color: var(--base-dark);
}

.widget-footer .footer-icons-warpper a {
    margin-right: 10px;
}

.widget-footer .footer-contact-link a:hover {
    text-shadow: 0 0 10px var(--base-dark);
}

.widget-footer .footer-logo-wrapper {
    display: flex;
    justify-content: center;
}

.widget-footer .footer-text p {
    margin-bottom: 40px;
}

.widget-footer .footer-logo img {
    margin-bottom: 20px;
}

.widget-footer .footer-end {
    border-top: 1px solid var(--base-white);
    padding: 40px;
}

.widget-footer .footer-end p {
    margin-bottom: 0px;
    color: var(--base-white);
}

.widget-footer .footer-end p span {
    color: var(--base-dark);
}

.widget-footer .footer-icons-warpper {
    width: fit-content;
    margin: 0 auto;
}

.widget-footer .footer-icons-warpper .footer-icon {
    height: 40px;
    width: 40px;
    display: inline-block;
    font-size: 24px;
    background-color: white;
    color: black;
    line-height: 41px;
    padding: 0 0 0px 10px;
    border-radius: 50%;
}

@media(min-width:2000px) {
    .widget-footer .footer-icons-warpper::before {
        width: 47%;
    }

    .widget-footer .footer-icons-warpper::after {
        width: 46.5%;
    }
}

@media(max-width:991px) {
    .widget-footer .footer-icons-warpper::before {
        border-top: 1px solid var(--base-white);
        content: "";
        position: absolute;
        top: 0%;
        width: 0%;
        left: 0%;
        right: 0%;
    }

    .widget-footer .footer-icons-warpper::after {
        border-top: 1px solid var(--base-white);
        content: "";
        position: absolute;
        top: 0%;
        width: 0%;
        right: 0%;
        left: 0%;
    }

}

@media(max-width:576px) {
    #totop.top-visible {
        height: 35px;
        width: 35px;
        font-size: 14px;
        padding-top: 1px;
        right: 4px;
        bottom: 30px;
    }

    .floation-icons {
        height: 34px !important;
        width: 34px !important;
        font-size: 22px !important;
        padding-top: 4px !important;
        padding-bottom: 22px !important;
        left: 2px !important;
    }

    #towhatsapp {
        bottom: 30px;
        height: 38px !important;
        width: 38px !important;
        padding-top: 5px !important;
        font-size: 26px !important;
    }

    #tocontact {
        bottom: 80px;
    }

    #tolocation {
        bottom: 120px;
    }

    #share-modal .modal-sm {
        max-width: 300px;
    }

    .section-title h6 {
        font-size: 26px;
        white-space: nowrap;
        line-height: 36px;
    }

    .footer.widget-footer p,
    a {
        font-size: 20px !important;
    }

    .widget-footer .footer-logo img {
        height: 70px;
    }

    .page-title-desc p {
        font-size: 18px;
        line-height: 22px;
    }

    #menu .menu li:nth-child(4) a button {
        font-size: 16px;
    }

    .prt-page-title-row {
        background-size: 140%;
        background-position: center center;
    }

    .prt-page-title-row-inner {
        padding: 30px 0 15px !important;
        min-height: unset !important;

    }
    .page-title-heading h2 {
        font-size: 20px !important;
        line-height: 20px !important;
        margin-bottom: 0 !important;
    }

}


#masthead nav a {
    color: #fff !important;
}

#masthead nav a:hover {
    color: #dc3545 !important;
}

/* width */
.w-120 {
    width: 120px;
}

/* PRIMARY BUTTON */
.custom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    font-weight: 400;
    color: #000;
    height: 40px;
    background: linear-gradient(270deg, #f5f3f3 50%, #c70505 0) 100%;
    background-size: 200%;
    transition: .3s ease-out;
    text-decoration: none;
}

.custom-btn:hover {
    background-position: 0;
    color: #fff;
}

/* SECONDARY BUTTON (optional variation) */
/* SECONDARY BUTTON (MATCHED TO ORIGINAL) */
.custom-btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    font-weight: 400;
    color: #fff;
    height: 40px;
    border: 1px solid #fff;

    /* Transparent → Red gradient */
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 50%, #c70505 0) 100%;
    background-size: 200%;

    transition: .3s ease-out;
    text-decoration: none;
}

.custom-btn-secondary:hover {
    background-position: 0;
    color: #fff;
    border-color: transparent;
}

nav.main-menu {
    background-color: rgba(0, 0, 0, .8) !important;
}

#lang-dropdown {
    border-radius: 0;
    padding: 7px 7px 7px 7px;
    background: transparent
}

.lang-dropdown-menu li a {
    line-height: 2;
}

.lang-dropdown-menu li a div {
    align-items: center;
    display: flex;
    gap: 10px;
}

.lang-dropdown-menu li a div p {
    font-size: 14px;
}

.lang-dropdown-menu li a:focus {
    background-color: var(--base-skin);
}

@media(max-width: 1199px) {
    #lang-dropdown {
        gap: 5px;
        display: flex;
        align-items: center;
        margin-bottom: 9px;
        border-radius: 0;
        padding: 3px 4px 1px 4px;
        background: transparent;
    }

    #lang-dropdown img {
        height: 16px;
        width: 16px;
    }

    .prt-page-title-row-inner {
        padding: 98px 0 40px !important;
    }

    .page-title-heading h2,
    .prt-page-title-row.style1 .page-title-heading h2 {
        font-size: 30px !important;
    }
}


/*
/* Base style for the custom buttons */
.btn.btn-danger
{
    background-color: var(--base-skin) !important;
}
.btn-custom-outline {
    background-color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid;
    color: var(--base-skin);
    border-color: var(--base-skin);
    /* Solid border to show the color */
}
.btn-custom-outline:hover
{
    background-color: var(--base-skin) !important;
    color: var(--base-white) !important;
}

/* WhatsApp - Green */
.btn-whatsapp-custom {
    color: #25d366;
    border-color: #25d366;
}

.btn-whatsapp-custom:hover {
    background-color: #25d366 !important;
    color: #fff !important;
}

/* Call - Blue */
.btn-call-custom {
    color: #5d87ff;
    border-color: #5d87ff;
}

.btn-call-custom:hover {
    background-color: #5d87ff !important;
    color: #fff !important;
}

/* Share -  */
.btn-share-custom {
    color: #d20023;
    border-color: #d20023;
}

.btn-share-custom:hover {
    background-color: #d20023 !important;
    color: #fff !important;
}

/* Location -  */
.btn-location-custom {
    color: #ffbf00;
    border-color: #ffbf00;
}

.btn-location-custom:hover {
    background-color: #ffbf00 !important;
    color: #fff !important;
}