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

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

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

@import url('https://fonts.googleapis.com/css2?family=Anton&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist: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&amp;display=swap');

/**

  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 0px;
}

*::-moz-selection {
    background: #9642f2;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #9642f2;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #9642f2;
    color: #fff;
    text-shadow: none;
}

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: 'Urbanist', sans-serif;
    --base-bodyfont-Size: 16px;
    --base-bodyfont-color: rgba(255 255 255 / 0.71);
    --base-skin: #ca981d;
    --base-secondskin: #6149e1;
    --base-dark: #0e0d13;
    --base-seconddark: #ff3234;
    --base-thirddark: #21154f;
    --base-black: #000000;
    --base-grey: #25232e;
    --base-lightgrey: #141319;
    --base-white: #ffffff;
    --base-headingfont: 'Anton', sans-serif;
    --base-headingfont-color: #ffffff;
    --base-headingfont-colortwo: rgba(255 255 255 /0.06);
    --base-border-radius-10: 10px;
    --base-border-radius-15: 15px;
    --base-border-radius-20: 20px;
    --base-border-radius-30: 30px;
    --base-border-radius-50: 50px;
    --base-border-radius50: 50%;
    --base-border-radius-shap: 25px 25px 0 25px;
    --base-border-color: rgba(255 255 255 / 0.10);
}

/** 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-darkblack {
    background-color: var(--base-darkblack);
}

.bg-base-grey {
    background-color: #1d1d1d;
}

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

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

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

.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-darkblack h1, .bg-base-darkblack h2, .bg-base-darkblack h3,
.bg-base-darkblack h4, .bg-base-darkblack h5, .bg-base-darkblack 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 {
    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: 28px;
    letter-spacing: 0.4px;
    color: var(--base-bodyfont-color);
    background-color: var(--base-dark);
}

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

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

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

h3 {
    font-size: 40px;
    line-height: 48px;
}

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 15px;
}

.container {
    max-width: 1280px;
    padding: 0 15px;
}

.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 {
    background-color: var(--base-dark);
    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-17 {
    font-size: 17px !important;
    line-height: 28px;
}

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

.fs-20 {
    font-size: 20px !important;
    line-height: 26px;
}

.fs-22 {
    font-size: 22px !important;
    line-height: 35px;
}

.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-white) !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;
}

.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-125 {
    margin-top: 125px !important;
}

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

.mt_3 {
    margin-top: -3px !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_60 {
    margin-top: -60px !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_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 3px;
}

    .social-icons li a {
        display: block;
        min-width: 26px;
        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,.09);
    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 */
.slick_slider.slick-arrow-style1 .slick-arrow {
    height: 30px;
    width: 30px;
    border-radius: var(--base-border-radius-50);
    z-index: 1;
    color: inherit;
    background-color: transparent;
    border: 1px solid #d0d0d0;
    overflow: hidden;
}

.slick_slider.slick-arrow-style1 .slick-next {
    right: 60px;
    top: -32px;
}

.slick_slider.slick-arrow-style1 .slick-prev {
    right: 15px;
    top: -32px;
}

    .slick_slider.slick-arrow-style1 .slick-prev:before,
    .slick_slider.slick-arrow-style1 .slick-next:before {
        font-size: 14px;
    }

    .slick_slider.slick-arrow-style1 .slick-prev:before {
        content: '\e809';
        font-family: 'fontello';
    }

.slick_slider.slick-arrow-style1 .slick-next:before {
    content: '\e808';
    font-family: 'fontello';
}

.slick-prev.slick-arrow-style1,
.slick-next.slick-arrow-style1 {
    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;
}

.slick_slider.slick-arrow-style1 .slick-next:hover:before,
.slick_slider.slick-arrow-style1 .slick-prev:hover:before {
    color: var(--base-white);
}

.slick_slider.slick-arrow-style1 .slick-next:hover,
.slick_slider.slick-arrow-style1 .slick-prev:hover {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
}


/*  ===============================================
    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 {
    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 a {
    line-height: 25px;
    background-color: #1f883b;
    padding: 7px 15px;
    border-radius: 999px;
    font-family: sans-serif;
}

.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);
    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);
    }

/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding {
    display: flex;
    position: relative;
    padding: 0 25px 0 25px;
    position: absolute; /* border-right: solid 1px #a1760a; */
}

    .site-branding:before {
        content: '';
        position: absolute;
        top: 31px;
        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: #ae8543;
    background: -moz-linear-gradient(top, #ae8543 0%, #f5cf49 50%, #ebb408 100%);
    background: -webkit-linear-gradient(top, #ae8543 0%, #f5cf49 50%, #ebb408 100%);
    background: linear-gradient(to bottom, #ae8543 0%, #f5cf49 50%, #ebb408 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae8543', endColorstr='#ebb408',GradientType=0 );
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 15px 0 15px;
    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: #000000;
        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: absolute;
    right: 17px;
    top: 14px;
}

    .header-search input {
        position: relative;
        background-color: #4e4e4e;
        font-size: 14px;
        line-height: 30px;
        font-family: var(--base-bodyfont);
        padding: 10px 50px 8px 25px;
        border-radius: 50px;
        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: #0e0d13bf;
    border-radius: 50px 0 0 50px;
}

/* ===============================================
    Footer
------------------------*/
.footer {
    position: relative;
    background-color: #000000;
    padding: 0 85px 0 85px;
}

    .footer.text-base-white,
    .footer.text-base-white a {
        color: rgb(255, 255, 255);
    }

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

.widget-title-h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--base-white);
    text-transform: capitalize;
    margin-top: -7px;
}

/*footer-cta-wappper*/
.footer-cta-wappper {
    position: relative;
    overflow: hidden;
    border-radius: 120px 120px 0;
    background-color: var(--base-grey);
    padding: 45px 280px 31px 50px;
    background-image: url(../images/footer-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .footer-cta-wappper span.pretitle {
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
    }

    .footer-cta-wappper h2.title {
        font-size: 45px;
        line-height: 52px;
    }

/*social-icons*/
ul.footer-menu-list,
ul.footer-social-icons {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.footer-menu-list li.footer-menu-item {
        padding: 0px 0;
        font-size: 15px;
        line-height: 26px;
        text-transform: capitalize;
    }

        ul.footer-menu-list li.footer-menu-item a {
        }

            .footer.text-base-white a:hover,
            ul.footer-menu-list li.footer-menu-item a:hover,
            .footer .widget-form p.cookies a:hover {
                color: var(--base-white);
            }


/*.newsletter-form*/
.bottom-footer .newsletter-form {
    position: relative;
    margin-bottom: 0px;
    clear: both;
    display: inline-block;
    width: 100%;
}

    .bottom-footer .newsletter-form .mailchimp-inputbox {
        display: table;
        width: 100%;
        padding: 0px;
        z-index: 1;
    }

    .bottom-footer .newsletter-form input[type="email"] {
        background-color: transparent;
        border-color: transparent;
        color: var(--base-white);
        padding: 10px 0px 10px 0px;
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 15px;
        border-bottom: 1px solid rgba(255 255 255 / 0.10);
        position: relative;
    }

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

    .bottom-footer .newsletter-form button[type="submit"] {
        position: absolute;
        padding: 10px 30px 9px;
        border-radius: var(--base-border-radius-shap);
        margin: 0;
        top: 12px;
        right: 15px;
        font-size: 14px;
        line-height: 24px;
        color: var(--base-white);
        background-color: #048422;
        cursor: pointer;
        font-family: var(--base-headingfont);
    }

        .bottom-footer .newsletter-form button[type="submit"]:hover {
            background-color: #ca981d;
        }

    .bottom-footer .newsletter-form .mailchimp-inputbox .margin-right {
        margin-right: 224px;
    }


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

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

        .footer 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;
        }

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

.footer 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;
}

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

/*bottom-footer*/
.bottom-footer-border {
    border-style: solid;
    border-width: 1px 0 1px;
    border-color: var(--base-border-color);
}

/*hotline-area*/
.prt-hotline-area p {
    color: var(--base-bodyfont-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}

.prt-hotline-area a.hotline-link {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.prt-hotline-area {
    position: relative;
    padding: 0;
}


/** copyright **/
.copyright {
    padding: 24px 0 20px;
}

.copyright-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.copyright .cpy-text p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
}

.copyright .footer-nav-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.copyright ul.footer-nav-menu li {
    display: inline-block;
    margin-left: 2px;
    padding-left: 9px;
    padding-bottom: 0px;
    position: relative;
    font-size: 15px;
    line-height: 25px;
}

    .copyright ul.footer-nav-menu li:not(:first-child):after {
        position: absolute;
        content: "|";
        top: 0;
        left: 0;
        color: rgba(255 255 255 / 0.70);
    }

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


/* ===============================================
    GoTop BUtton
------------------------*/
#totop {
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 25px;
    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: #ae8543;
        background: -moz-linear-gradient(top, #ae8543 0%, #f5cf49 50%, #ebb408 100%);
        background: -webkit-linear-gradient(top, #ae8543 0%, #f5cf49 50%, #ebb408 100%);
        background: linear-gradient(to bottom, #ae8543 0%, #f5cf49 50%, #ebb408 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae8543', endColorstr='#ebb408',GradientType=0 );
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

@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/pagetitle-bg.png);
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--base-dark);
}

.prt-page-title-row-inner {
    position: relative;
    width: 100%;
    padding: 255px 0 150px;
    text-align: left;
}

.prt-page-title-row .prt-bgimage-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.page-title-desc p {
    color: var(--base-white);
}

.page-title-heading h2 {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 15px;
    color: var(--base-white);
    font-family: var(--base-headingfont);
    text-transform: uppercase;
}

.prt-page-title-row .prt-price-tag {
    font-size: 22px;
    line-height: 32px;
    display: inline-block;
    color: var(--base-white);
    margin-bottom: 15px;
}

    .prt-page-title-row .prt-price-tag a {
        padding-left: 20px;
        margin-left: 17px;
        border-left: 1px solid rgba(255, 255, 255, 0.25);
        color: var(--base-white);
    }

.prt-page-title-row .prt-location i {
    color: var(--base-white);
    font-size: 24px;
    line-height: 20px;
}

/*style1*/
.prt-page-title-row.style1 {
    background-image: url(../images/pagetitle-bg-01.webp);
}

    .prt-page-title-row.style1 .prt-page-title-row-inner {
        text-align: center;
        padding: 240px 0 65px;
    }

    .prt-page-title-row.style1 .page-title-heading h2 {
        text-transform: inherit;
    }

    .prt-page-title-row.style1 .page-title-desc p,
    .prt-page-title-row.style4 .page-title-desc p {
        color: rgba(255 255 255 / 0.70);
    }

/*style2*/
.prt-page-title-row.style2 {
    background-image: url(../images/pagetitle-bg-02.webp);
}

    .prt-page-title-row.style2 .prt-page-title-row-inner {
        text-align: center;
        padding: 260px 0 100px;
    }

    .prt-page-title-row.style2 .page-title-desc {
        padding: 0 110px;
    }

/*style3*/
.prt-page-title-row.style3 {
    background-image: url(../images/pagetitle-bg-03.webp);
}

    .prt-page-title-row.style3 .prt-page-title-row-inner {
        text-align: center;
        padding: 250px 0 80px;
    }

/*style4*/
.prt-page-title-row.style4 {
    background-image: url(../images/pagetitle-bg-04.webp);
}

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

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

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

    .prt-page-title-row.style4 .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.style4 .blog-single-block .blog-singleimg {
            position: relative;
            overflow: hidden;
            display: inline-block;
            border-radius: var(--base-border-radius50);
        }

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

            .prt-page-title-row.style4 .blog-single-block .blog-content h3 {
                font-size: 17px;
                line-height: 28px;
                margin-bottom: 0;
            }

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

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

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

        .prt-page-title-row.style5 .bg-video-wrap:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.30);
        }

        .prt-page-title-row.style5 .bg-video-wrap video {
            margin-top: -150px;
        }
/*breadcrumb-wrapper*/
.breadcrumb-wrapper {
    z-index: 99;
    margin: 0;
    padding: 10px 0 0;
    position: relative;
}

    .breadcrumb-wrapper span {
        font-weight: 400;
        font-size: 17px;
        line-height: 17px;
        font-family: var(--base-headingfont);
        position: relative;
        color: var(--base-skin);
        padding-right: 13px;
    }

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

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

            .breadcrumb-wrapper span a:first-child:after,
            .breadcrumb-wrapper span a:nth-child(2):after {
                position: absolute;
                content: "/";
                font-size: 15px;
                right: 4px;
                top: 3px;
                display: inline-block;
                color: rgba(255, 255, 255, 1);
            }

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

/*------------------------------------------------------------------------------*/
/*  single_team
/*------------------------------------------------------------------------------*/
.team-details-content {
    position: relative;
}

.team-details-info-title h2.title {
    font-size: 37px;
    line-height: 37px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*social-icons*/
.team-details-social .social-icons li {
    padding: 5px 26px 5px 0;
}

    .team-details-social .social-icons li a {
        position: relative;
        font-size: 15px;
        line-height: 25px;
        color: var(--base-white);
    }

        .team-details-social .social-icons li a:before {
            content: '';
            position: absolute;
            bottom: 3px;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: var(--base-bodyfont-color);
            transition: all 0.3s ease 0s;
        }

        .team-details-social .social-icons li a:hover {
            color: var(--base-skin);
        }

            .team-details-social .social-icons li a:hover:before {
                background-color: var(--base-skin);
            }

.team-details-info h3.title {
    font-size: 26px;
    line-height: 36px;
}

.prt-experiance-wrap {
    display: flex;
    margin-bottom: 22px;
}

    .prt-experiance-wrap .prt-year {
        font-size: 17px;
        line-height: 38px;
        font-weight: 700;
        color: var(--base-white);
        min-width: 18%;
    }
/*team-details-list*/
.team-details-list li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--base-headingfont-color);
    padding: 4px 0;
}

    .team-details-list li a {
        color: var(--base-headingfont-color);
    }

        .team-details-list li a:hover {
            color: var(--base-skin);
        }


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

    .prt-car-details-area .prt-sticky-menu {
        position: sticky;
        top: 102px;
        z-index: 999999;
    }

.car-details-content {
    position: relative;
}

    .car-details-content .prt-car-features {
        scroll-margin-top: 200px;
    }

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

.car-details-menu ul.car-details-menu-list {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 0 20px;
    border-style: solid;
    border-width: 1px 0 1px;
    border-color: rgb(255 255 255 / 21%);
    background-color: var(--base-dark);
    position: relative;
    z-index: 9999999;
}

    .car-details-menu ul.car-details-menu-list li.items {
        display: inline-block;
        padding: 0 15px;
    }

        .car-details-menu ul.car-details-menu-list li.items:first-child {
            padding-left: 0;
        }

        .car-details-menu ul.car-details-menu-list li.items:last-child {
            padding-right: 0;
        }

        .car-details-menu ul.car-details-menu-list li.items a {
            color: var(--base-bodyfont-color);
        }

            .car-details-menu ul.car-details-menu-list li.items a:hover,
            .car-details-menu ul.car-details-menu-list li.items a.active {
                color: var(--base-white);
            }

            .car-details-menu ul.car-details-menu-list li.items a.active {
                border-bottom: 1px solid var(--base-white);
            }

.product-img-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
    height: auto;
}

    .product-img-wrapper img {
        border-radius: 20px;
        width: 100%;
    }

.prt-video-block .video-autoplay video {
    border-radius: 20px;
}

/*car-info-wrapper*/
.car-info-wrapper span {
    font-size: 20px;
    line-height: 30px;
}

/*car-keyfeatures*/
.car-keyfeatures ul.prt-keyfeatures li {
    position: relative;
    padding: 4px 0;
}

.car-info-wrapper .carinfo-wrapper,
.car-keyfeatures .car-keyfeatures-wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

/*.prt-overview-list*/
.car-overview-wrapper {
    position: relative;
    padding: 20px 40px 20px;
}

    .car-overview-wrapper ul.prt-overview-list li {
        padding: 15px 0;
        border-bottom: 1px solid rgb(255 255 255 / 9%);
        display: flex;
        justify-content: space-between;
        text-transform: capitalize;
    }

        .car-overview-wrapper ul.prt-overview-list li:last-child {
            border-bottom: 0;
        }

/*widget car-widget*/
.widget.car-widget {
    padding: 30px 30px;
    margin-bottom: 30px;
}

    .widget.car-widget:last-child {
        margin-bottom: 0;
    }

    .widget.car-widget h3.title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    /*widget-contact*/
    .widget.car-widget.widget-contact {
        padding: 18px 30px 18px;
    }

.widget-contact .single-contact {
    text-align: center;
    margin: 16px 0;
    padding: 10px;
    border-radius: var(--base-border-radius-shap);
    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);
    }

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

/*widget-contact-form*/
.widget.car-widget.widget-contact-form {
    padding: 30px 30px 35px;
}

/*widget-recent-car*/
.widget-recent-car {
    padding: 30px 30px 35px;
}

/*widget-banner*/
.widget.car-widget.widget-banner-car {
    position: relative;
    padding: 0;
}

    .widget.car-widget.widget-banner-car .layer-content:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient( transparent, rgba(1 1 35 / 0.86) 50% );
        z-index: -1;
    }

    .widget.car-widget.widget-banner-car .layer-content {
        position: relative;
        padding: 160px 30px 35px;
    }

    .widget.car-widget.widget-banner-car span {
        font-size: 16px;
        line-height: 26px;
        color: var(--base-white);
        display: inline-block;
        margin-bottom: 5px;
    }

    .widget.car-widget.widget-banner-car h3.widget-title {
        font-size: 28px;
        line-height: 38px;
    }
/*------------------------------------------------------------------------------*/
/*  classic_Blog
/*------------------------------------------------------------------------------*/
article.prt-blog-classic {
    position: relative;
    margin: 15px 0;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-15);
    overflow: hidden;
    -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;
}

    article.prt-blog-classic .prt-blog-classic-content {
        padding: 50px 45px 55px;
        text-align: left;
    }

        article.prt-blog-classic .prt-blog-classic-content h2.entry-title {
            font-size: 34px;
            line-height: 44px;
        }

    article.prt-blog-classic span.prt-meta-line.tag a {
        padding: 7px 16px;
        background-color: var(--base-dark);
        border-radius: var(--base-border-radius-20);
        display: inline-block;
    }

        article.prt-blog-classic span.prt-meta-line.tag a:hover {
            color: var(--base-white);
            background-color: var(--base-secondskin);
        }

    article.prt-blog-classic span.prt-meta-line {
        position: relative;
        font-size: 15px;
        line-height: 25px;
        color: var(--base-white);
        margin: 6px 8px 6px 0;
        padding-right: 14px;
        display: inline-block;
    }

        article.prt-blog-classic span.prt-meta-line:before {
            content: '|';
            position: absolute;
            top: 0;
            right: 0;
            line-height: 23px;
        }

        article.prt-blog-classic span.prt-meta-line:first-child:before,
        article.prt-blog-classic span.prt-meta-line:last-child:before {
            content: '';
            margin-right: 0px;
            padding-right: 0px;
        }

        article.prt-blog-classic span.prt-meta-line:first-child,
        article.prt-blog-classic span.prt-meta-line:last-child {
            padding-right: 0px;
        }

    article.prt-blog-classic .entry-content {
        margin: 30px 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 35px;
        border-top: 1px solid rgb(255 255 255 / 10%);
    }

    article.prt-blog-classic a.post-btn-link {
        width: 53px;
        height: 53px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--base-white);
        border-radius: var(--base-border-radius50);
        background-color: transparent;
        color: var(--base-white);
        font-size: 22px;
        line-height: 22px;
    }

        article.prt-blog-classic a.post-btn-link:hover {
            border-color: var(--base-secondskin);
            background-color: var(--base-secondskin);
        }

    article.prt-blog-classic .prt-post-featured-wrapper,
    article.prt-blog-classic .prt-post-featured {
        position: relative;
        overflow: hidden;
        height: 100%;
    }

        article.prt-blog-classic .prt-post-featured-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1);
            width: calc(100% + 10px);
            max-width: none;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

    article.prt-blog-classic:hover .prt-post-featured-wrapper img {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    /*style1*/
    article.prt-blog-classic.style1 header.entry-header h3.entry-title {
        font-size: 24px;
        line-height: 34px;
    }

    article.prt-blog-classic.style1 .prt-blog-classic-content {
        padding: 30px 30px 20px;
    }

    article.prt-blog-classic.style1 header.entry-header p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
/*------------------------------------------------------------------------------*/
/*  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 {
    padding: 45px 45px 37px;
    margin: 0;
}

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

        .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;
        }

.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;
}

    .tag_list-block .prt-tags-links a span,
    .tag_list-block .prt-post-view p {
        font-size: 20px;
        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-white);
    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: 37px;
        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-secondskin);
    }

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

    .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(255 255 255 / 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;
    }

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

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

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

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

/*blog-comment*/
.prt-blog-classic-box-comment_1 h3 {
    font-size: 37px;
    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-white);
    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: rgba(255 255 255 / 0.40);
}

.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: var(--base-dark);
}

/* 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(255, 255, 255, 0.50);
        vertical-align: middle;
        margin-bottom: 0px;
        margin-right: 5px;
    }

        .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: 1px solid rgba(0 0 0 / 0.10);
    background-color: rgba(255, 255, 255, 0.04);
    color: var(--base-white);
    border-radius: var(--base-border-radius-10);
    text-transform: capitalize;
    font-size: 16px;
    line-height: 26px;
}

.comments-area_2 .comment-form_2 textarea::placeholder,
.comments-area_2 .comment-form_2 input::placeholder {
    color: #777777;
}

.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,
.comments-area_2 .comment-form_2 .comment-form-zipcode {
    position: relative;
    float: left;
    width: 31%;
    margin-right: 10px;
}

.comments-area_2 .comment-form_2 .comment-form-email,
.comments-area_2 .comment-form_2 .comment-form-zipcode {
    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;
}

/*error*/
section.error-404 {
    text-align: center;
    background-image: url(../images/error-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    position: relative;
    height: 100vh;
    padding: 50px 0 70px;
}

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

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

        section.error-404 .page-header-title:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            width: 270px;
            height: 100%;
            background-image: url(../images/error-overlay-img.webp);
            background-repeat: no-repeat;
            z-index: -1;
            text-align: center;
            margin: 0 auto;
        }

    section.error-404 h3 {
        font-size: 34px;
        line-height: 44px;
        margin-top: 50px;
    }

    section.error-404 .page-header-title img {
        margin: 0 45px;
    }

    section.error-404 .prt-car-wrappers01 {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

section.error-404 .prt-car-wrappers02 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8);
    }

    50% {
        opacity: 1;
    }
}
/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/
#map {
    display: block;
    height: 590px;
    width: 100%;
}

    #map iframe {
        width: 100%;
        height: 100%;
        margin-top: 0;
        border-radius: var(--base-border-radius-15);
    }

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

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

/*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 .prt-prev:hover .pagination-img img,
    .pagination-block .prt-next:hover .pagination-img img {
        -moz-transform: scale(1.09);
        -webkit-transform: scale(1.09);
        -ms-transform: scale(1.09);
        transform: scale(1.09);
    }

    .pagination-block .pagination-content span {
        display: inline;
    }

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

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

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

/*prt-calculator-wrapper*/
.prt-calculator-wrapper {
    position: relative;
    text-align: center;
    padding: 45px 0 35px;
}

    .prt-calculator-wrapper h2.title {
        font-size: 45px;
        line-height: 55px;
    }

.prt-calculator-form-wrapper {
    text-align: left;
}

.prt-calculator-form label {
    font-size: 17px;
    line-height: 27px;
    color: var(--base-white);
    margin-bottom: 10px;
}

.prt-calculator-form input {
    background-color: var(--base-dark);
    border-radius: 15px;
    color: #ffffff;
    padding: 10px 20px 10px 65px;
    font-size: 16px;
}

.prt-calculator-form .input-calculator span {
    position: relative;
    overflow: hidden;
    display: inline-block;
    display: flex;
}

    .prt-calculator-form .input-calculator span i {
        position: absolute;
        left: 18px;
        top: 0;
        bottom: 0;
        padding-right: 12px;
        color: var(--base-white);
        font-size: 18px;
        line-height: 55px;
    }

        .prt-calculator-form .input-calculator span i:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            height: 51px;
            border-right: 1px solid var(--base-grey);
        }

.prt-price-wrapper {
    background-color: var(--base-dark);
    border: 1px solid var(--base-border-color);
    border-radius: var(--base-border-radius-20);
    padding: 25px 25px;
}

    .prt-price-wrapper label {
        font-size: 20px;
        line-height: 30px;
        font-family: var(--base-headingfont);
        font-weight: 400;
        color: var(--base-white);
    }

    .prt-price-wrapper input.mortgageAnswer {
        font-size: 18px;
        line-height: 38px;
        background-color: transparent;
        color: var(--base-white);
        padding: 0;
        padding: 0;
        text-align: center;
    }

    .prt-price-wrapper .inputanswer {
        padding: 15px 0 0 0;
        margin-bottom: 10px;
    }


/* contact-from */
#contactform .response {
    position: relative;
    text-align: center;
}

    #contactform .response .failed {
        background-color: var(--base-dark);
        color: red;
        padding: 0 10px;
        margin-bottom: 15px;
    }

    #contactform .response .success {
        background: var(--base-skin);
        color: var(--base-white);
        padding: 0 10px;
        margin-bottom: 15px;
    }

    #contactform .response .text-info {
        color: var(--base-skin) !important;
    }

.fixed-header #logo-img {
    max-width: 65px;
    z-index: 1;
    position: relative;
}






.gold-bg {
    background: radial-gradient(ellipse farthest-corner at right bottom, #e4c538 0%, #d2aa44 10%, #c49726 30%, #bf8f18 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #fff 0%, #ffcd51 7%, #e9b638 25%, #bf9735 62%, #4f3500 100%);
}

.golden-txt {
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.featured-imagebox-category h3 {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}

.featured-title h2 {
    font-weight: 100 !important;
    width: max-content;
    font-size: 35px;
    line-height: initial;
    text-transform: uppercase;
}

.featured-content {
    position: relative;
    display: block;
}

.featured-title {
    position: absolute;
    z-index: 1111;
    top: 0;
    margin-top: 0;
    width: 100%;
    display: block;
}


.list-cnt {
    display: flex;
    justify-content: space-between;
}










.home {
    height: 100vh;
    position: relative;
}


    .home p {
        font-size: clamp(25px, 4vw, 40px);
        margin-top: 10px;
    }

.home-content button {
    display: block;
    font-size: clamp(14px, 1.5vw, 18px);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    margin: 50px auto 0;
    padding: 12px 20px;
    cursor: pointer;
}



.list-crs .featured-imagebox .featured-content .featured-title h3 {
    font-size: 30px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.list-crs .featured-imagebox-offercar .price {
    font-weight: 500;
    font-size: 40px;
    line-height: 30px;
    color: #dfa822;
}



.brand .featured-title {
    margin: 0 0 0px 0;
    position: relative;
}

.brand .featured-imagebox-category {
    padding: 0
}



.abts .section-title .title-header {
    position: relative;
    padding-bottom: 0;
}

.abts .section-title h3 {
    display: inline-block;
    position: relative;
    color: var(--base-headingfont-color);
    font-size: 48px;
    line-height: 28px;
    margin-bottom: 0;
}


.txt-hed .section-title h2 {
    position: relative;
    color: var(--base-headingfont-color);
    font-size: 55px;
    line-height: 45px;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 9;
}


@media only screen and (max-width: 1600px) and (min-width: 1401px) {
    .txt-hed .title-overlay {
        left: -43px;
        font-size: 74px;
    }
}


.featured-title h2 {
    font-weight: 100 !important;
    width: max-content;
    font-size: 35px;
    line-height: initial;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
}

.btn-thm {
    background: #ae8543;
    background: -moz-linear-gradient(top, #ae8543 0%, #f5cf49 50%, #ebb408 100%);
    background: -webkit-linear-gradient(top, #ae8543 0%, #f5cf49 50%, #ebb408 100%);
    background: linear-gradient(to bottom, #ae8543 0%, #f5cf49 50%, #ebb408 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae8543', endColorstr='#ebb408',GradientType=0 );
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cart {
    background: #ca981d;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50px;
    text-align: center;
}

.mob {
    display: none !important;
}

.width-cart {
    width: 40px;
}

.whatsapp-button {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    animation: effect 5s infinite ease-in;
}

.call-button {
    position: fixed;
    bottom: 156px;
    right: 20px;
    z-index: 99;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    animation: effect 5s infinite ease-in;
}

@media all and (max-width: 768px) {
    .mob {
        display: block !important;
    }

    .width-cart {
        width: 18px !important;
    }

    .cart {
        background: #ca981d;
        width: 20px;
        height: 20px;
        position: absolute;
        right: -11px;
        top: -10px;
        border-radius: 50px;
        text-align: center;
    }
}

.pbt-80 {
    padding: 80px 0;
}

@import "compass/css3";

/*
I wanted to go with a mobile first approach, but it actually lead to more verbose CSS in this case, so I've gone web first. Can't always force things...

Side note: I know that this style of nesting in SASS doesn't result in the most performance efficient CSS code... but on the OCD/organizational side, I like it. So for CodePen purposes, CSS selector performance be damned.
*/

/* Global settings */
$color-border: #eee;
$color-label: #aaa;
$font-default: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
Helvetica, Arial, sans-serif;
$font-bold: "HelveticaNeue-Medium", "Helvetica Neue Medium";
/* Global "table" column settings */
.product-image {
    float: left;
    width: 20%;
}

.product-details {
    float: left;
    width: 37%;
}

.product-price {
    float: left;
    width: 12%;
}

.product-quantity {
    float: left;
    width: 10%;
}

.product-removal {
    float: left;
    width: 9%;
}

.product-line-price {
    float: left;
    width: 12%;
    text-align: right;
}

/* This is used as the traditional .clearfix class */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

/* Apply clearfix in a few places */
.shopping-cart,
.column-labels,
.product,
.totals-item {
    @extend .group;
}

    /* Apply dollar signs */
    .product .product-price:before,
    .product .product-line-price:before,
    .totals-value:before {
        content: "$";
    }

/* Body/Header stuff */
body {
    padding: 0px;
    font-family: $font-default;
    font-weight: 100;
}

h1 {
    font-weight: 100;
}

label {
    color: $color-label;
}

.shopping-cart {
    margin-top: -45px;
}

/* Column headers */
.column-labels {
    label

{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid $color-border;
}

.product-image,
.product-details,
.product-removal {
    text-indent: -9999px;
}

}

/* Product entries */
.product {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid $color-border;
    .product-image

{
    text-align: center;
    img

{
    width: 100px;
}

}

.product-details {
    .product-title

{
    margin-right: 20px;
    font-family: $font-bold;
}

.product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
}

}

.product-quantity {
    input

{
    width: 40px;
}

}

.remove-product {
    border: 0;
    padding: 4px 8px;
    background-color: #c66;
    color: #fff;
    font-family: $font-bold;
    font-size: 12px;
    border-radius: 3px;
}

    .remove-product:hover {
        background-color: #a44;
    }

}

/* Totals section */
.totals {
    .totals-item

{
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    label

{
    float: left;
    clear: both;
    width: 79%;
    text-align: right;
}

.totals-value {
    float: right;
    width: 21%;
    text-align: right;
}

}

.totals-item-total {
    font-family: $font-bold;
}

}

.checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 6px 25px;
    background-color: #6b6;
    color: #fff;
    font-size: 25px;
    border-radius: 3px;
}

    .checkout:hover {
        background-color: #494;
    }

/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
    .shopping-cart {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid $color-border;
    }

    .column-labels {
        display: none;
    }

    .product-image {
        float: right;
        width: auto;
        img

{
    margin: 0 0 10px 10px;
}

}

.product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
}

.product-price {
    clear: both;
    width: 70px;
}

.product-quantity {
    width: 100px;
    input

{
    margin-left: 20px;
}

}

.product-quantity:before {
    content: "x";
}

.product-removal {
    width: auto;
}

.product-line-price {
    float: right;
    width: 70px;
}

}

/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
    .product-removal {
        float: right;
    }

    .product-line-price {
        float: right;
        clear: left;
        width: auto;
        margin-top: 10px;
    }

    .product .product-line-price:before {
        content: "Item Total: $";
    }

    .totals {
        .totals-item

{
    label

{
    width: 60%;
}

.totals-value {
    width: 40%;
}

}
}
}




.quantity {
    display: flex;
    border: 2px solid #f3cb3f;
    width: 113px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .quantity button {
        background-color: #f3cb3f;
        color: #fff;
        border: none;
        cursor: pointer;
        font-size: 20px;
        width: 30px;
        height: auto;
        text-align: center;
        transition: background-color 0.2s;
    }

        .quantity button:hover {
            background-color: #c09845;
        }

.input-box {
    width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
}

    /* Hide the number input spin buttons */
    .input-box::-webkit-inner-spin-button,
    .input-box::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .input-box[type="number"] {
        width: 50px;
        -moz-appearance: textfield;
    }





.nav-wrapper {
  
  text-align: center;
}

.sl-nav {
  display: inline;
}

.sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}

.sl-nav li {
  cursor: pointer;
  padding-bottom: 10px;
}

.sl-nav li ul {
  display: none;
}

.sl-nav li:hover ul {
  position: absolute;
  top: 50px;
  right: -15px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li:hover .triangle {
  position: absolute;
  top: 36px;
  right: -10px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}

.sl-nav li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 5px 15px;
  padding-bottom: 0;
  z-index: 2; line-height: 24px;
  font-size: 15px; font-weight: bold;
  color: #000;
}

.sl-nav li ul li:last-of-type {
  padding-bottom: 5px;
}

.sl-nav li ul li span {
  padding-left: 5px;
}

.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
  color: #146c78;
}
