    @import url('https://fonts.googleapis.com/css2?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');
    /**

  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: #1f6306;
        color: #fff;
        text-shadow: none;
    }
    
     ::-moz-selection {
        background: #1f6306;
        color: #fff;
        text-shadow: none;
    }
    
     ::selection {
        background: #1f6306;
        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: 'Poppins', sans-serif;
        --base-bodyfont-Size: 15px;
        --base-bodyfont-color: #888888;
        --base-skin: #ffcd1e;
        --base-dark: #1f6306;
        --base-darkblack: #000000;
        --base-grey: #f7f7f7;
        --base-white: #ffffff;
        --base-headingfont: 'Poppins', sans-serif;
        --base-headingfontone: 'SamarkanNormal';
        --base-headingfont-color: #0e2207;
    }
    /** Typo Colors **/
    
    .border-color {
        color: #ece9e0;
    }
    
    .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-dark {
        background-color: var(--base-dark);
    }
    
    .bg-base-darkblack {
        background-color: #f7f7f7;
    }
    
    .bg-base-darkblacks {
        background-color: #0000002f;
    }
    
    .bg-base-grey {
        background-color: var(--base-grey);
    }
    
    .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-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-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;
        color: var(--base-bodyfont-color);
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: var(--base-headingfont);
        margin-bottom: 15px;
        font-weight: 500;
        color: var(--base-headingfont-color);
    }
    
    h1 {
        font-size: 60px;
        line-height: 72px;
    }
    
    h2 {
        font-size: 50px;
        line-height: 60px;
    }
    
    h3 {
        font-size: 18px;
        line-height: 28px;
    }
    
    h4 {
        font-size: 30px;
        line-height: 40px;
    }
    
    h5 {
        font-size: 20px;
        line-height: 26px;
    }
    
    h6 {
        font-size: 18px;
        line-height: 20px;
    }
    
    .container-fluid {
        padding: 0 15px;
    }
    
    .container {
        max-width: 1330px;
        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: #fff;
        position: relative;
        z-index: 1;
    }
    
    body .page.sidebar-true .site-main {
        padding: 0;
        background-color: #fff;
    }
    
    a {
        color: var(--base-headingfont-color);
    }
    
    a:hover {
        color: var(--base-dark);
    }
    
    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: 26px;
    }
    
    .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_5 {
        border-radius: 5px;
    }
    
    .border-rad_10 {
        border-radius: 10px;
    }
    
    .border-rad_20 {
        border-radius: 20px;
    }
    
    .border-rad_30 {
        border-radius: 30px;
    }
    
    .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: 50%;
    }
    
    .overlay-opacity-box {
        background: rgba(255, 255, 255, 0.80);
        padding: 70px 0;
        opacity: 1;
    }
    /* ===============================================
    Spacing
------------------------*/
    /** Padding **/
    
    .spacing-1 {
        padding: 40px 40px 45px;
    }
    
    .spacing-2 {
        padding: 96px 15px 68px 100px;
    }
    
    .spacing-3 {
        margin-top: -50px;
    }
    
    .spacing-4 {
        padding: 260px 0 100px;
    }
    
    .spacing-5 {
        /* margin-top: -175px; */
    }
    
    .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-70 {
        padding-right: 70px ! important;
    }
    
    .pr-100 {
        padding-right: 100px ! 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-45 {
        padding-left: 45px ! important;
    }
    
    .pl-50 {
        padding-left: 50px ! important;
    }
    
    .pl-80 {
        padding-left: 80px ! 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-60 {
        margin-top: 60px ! important;
    }
    
    .mt-65 {
        margin-top: 65px ! important;
    }
    
    .mt-70 {
        margin-top: 70px ! important;
    }
    
    .mt-80 {
        margin-top: 80px ! 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_55 {
        margin-top: -55px ! important;
    }
    
    .mt_60 {
        margin-top: -60px ! important;
    }
    
    .mt_65 {
        margin-top: -65px !important;
    }
    
    .mt_70 {
        margin-top: -70px ! important;
    }
    
    .mt_75 {
        margin-top: -75px ! important;
    }
    
    .mt_80 {
        margin-top: -80px ! important;
    }
    
    .mt_90 {
        margin-top: -90px ! important;
    }
    
    .mt_100 {
        margin-top: -100px ! important;
    }
    
    .mt_105 {
        margin-top: -105px ! important;
    }
    
    .mt_110 {
        margin-top: -110px ! important;
    }
    
    .mt_120 {
        margin-top: -120px ! important;
    }
    
    .mt_135 {
        margin-top: -135px ! 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-55 {
        margin-bottom: 55px ! important;
    }
    
    .mb-60 {
        margin-bottom: 60px ! important;
    }
    
    .mb-65 {
        margin-bottom: 65px ! important;
    }
    
    .mb-70 {
        margin-bottom: 70px ! important;
    }
    
    .mb-80 {
        margin-bottom: 80px ! important;
    }
    
    .mb-90 {
        margin-bottom: 90px ! important;
    }
    
    .mb-100 {
        margin-bottom: 100px ! 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;
    }
    
    .mb_55 {
        margin-bottom: -55px ! important;
    }
    
    .mb_60 {
        margin-bottom: -60px ! important;
    }
    
    .mb_70 {
        margin-bottom: -70px ! important;
    }
    
    .mb_80 {
        margin-bottom: -80px ! important;
    }
    
    .mb_90 {
        margin-bottom: -90px ! important;
    }
    
    .mb_100 {
        margin-bottom: -100px ! important;
    }
    
    .mb_145 {
        margin-bottom: -145px ! important;
    }
    
    .mb_300 {
        margin-bottom: -300px ! 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-60 {
        margin-left: 60px ! important;
    }
    
    .ml-70 {
        margin-left: 70px ! important;
    }
    
    .ml-80 {
        margin-left: 80px ! important;
    }
    
    .ml-90 {
        margin-left: 90px ! important;
    }
    
    .ml-100 {
        margin-left: 100px ! important;
    }
    
    .ml-110 {
        margin-left: 110px ! important;
    }
    
    .ml-120 {
        margin-left: 120px ! important;
    }
    
    .ml-120 {
        margin-left: 120px ! important;
    }
    
    .ml-130 {
        margin-left: 130px ! important;
    }
    
    .ml-140 {
        margin-left: 140px ! important;
    }
    
    .ml-150 {
        margin-left: 150px ! important;
    }
    
    .ml-160 {
        margin-left: 160px ! important;
    }
    
    .ml-170 {
        margin-left: 170px ! important;
    }
    
    .ml-180 {
        margin-left: 180px ! important;
    }
    
    .ml-190 {
        margin-left: 190px ! important;
    }
    
    .ml-200 {
        margin-left: 200px ! 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_60 {
        margin-left: -60px ! important;
    }
    
    .ml_70 {
        margin-left: -70px ! important;
    }
    
    .ml_80 {
        margin-left: -80px ! important;
    }
    
    .ml_90 {
        margin-left: -90px ! important;
    }
    
    .ml_100 {
        margin-left: -100px ! important;
    }
    
    .ml_110 {
        margin-left: -110px ! important;
    }
    
    .ml_120 {
        margin-left: -120px ! important;
    }
    
    .ml_130 {
        margin-left: -130px ! important;
    }
    
    .ml_140 {
        margin-left: -140px ! important;
    }
    
    .ml_150 {
        margin-left: -150px ! important;
    }
    
    .ml_160 {
        margin-left: -160px ! important;
    }
    
    .ml_180 {
        margin-left: -180px ! important;
    }
    
    .ml_200 {
        margin-left: -200px ! important;
    }
    
    .ml_210 {
        margin-left: -210px ! important;
    }
    
    .ml_220 {
        margin-left: -220px ! important;
    }
    
    .ml_240 {
        margin-left: -240px ! important;
    }
    
    .ml_260 {
        margin-left: -260px ! important;
    }
    
    .ml_280 {
        margin-left: -280px ! important;
    }
    
    .ml_300 {
        margin-left: -300px ! 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-60 {
        margin-right: 60px ! important;
    }
    
    .mr-70 {
        margin-right: 70px ! important;
    }
    
    .mr-80 {
        margin-right: 80px ! important;
    }
    
    .mr-90 {
        margin-right: 90px ! important;
    }
    
    .mr-100 {
        margin-right: 100px ! important;
    }
    
    .mr-110 {
        margin-right: 110px ! important;
    }
    
    .mr-120 {
        margin-right: 120px ! important;
    }
    
    .mr-130 {
        margin-right: 130px ! important;
    }
    
    .mr-140 {
        margin-right: 140px ! important;
    }
    
    .mr-150 {
        margin-right: 150px ! important;
    }
    
    .mr-160 {
        margin-right: 160px ! important;
    }
    
    .mr-170 {
        margin-right: 170px ! important;
    }
    
    .mr-180 {
        margin-right: 180px ! important;
    }
    
    .mr-190 {
        margin-right: 190px ! important;
    }
    
    .mr-200 {
        margin-right: 200px ! 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_60 {
        margin-right: -60px ! important;
    }
    
    .mr_70 {
        margin-right: -70px ! important;
    }
    
    .mr_80 {
        margin-right: -80px ! important;
    }
    
    .mr_90 {
        margin-right: -90px ! important;
    }
    
    .mr_100 {
        margin-right: -100px ! important;
    }
    
    .mr_130 {
        margin-right: -130px ! important;
    }
    
    .mr_140 {
        margin-right: -140px ! important;
    }
    
    .mr_150 {
        margin-right: -150px ! important;
    }
    
    .mr_160 {
        margin-right: -160px ! important;
    }
    
    .mr_180 {
        margin-right: -180px ! important;
    }
    
    .mr_200 {
        margin-right: -200px ! important;
    }
    
    .mr_210 {
        margin-right: -210px ! important;
    }
    
    .mr_220 {
        margin-right: -220px ! important;
    }
    
    .mr_240 {
        margin-right: -240px ! important;
    }
    
    .mr_260 {
        margin-right: -260px ! important;
    }
    
    .mr_280 {
        margin-right: -280px ! important;
    }
    
    .mr_300 {
        margin-right: -300px ! 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: 50%;
        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: 50%;
        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 2px;
    }
    
    .prt-header-style-02 .social-icons li:last-child,
    .social-icons li:last-child {
        margin-right: 0px;
    }
    
    .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: 50%;
    }
    /*style1*/
    
    ul.social-icons.style1 {
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        z-index: 0;
        position: relative;
    }
    
    ul.social-icons.style1 li {
        display: inline-block;
        flex: 1;
        margin: 0;
        padding: 0;
    }
    
    ul.social-icons.style1 li a {
        font-size: 17px;
        position: relative;
        text-transform: capitalize;
        transition: opacity .35s ease-in-out;
        height: 70px;
        line-height: 58px;
        width: 100%;
        border-radius: inherit;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        border: 0;
        color: #fff;
        text-align: center;
    }
    
    ul.social-icons.style1 li i {
        font-size: 20px;
    }
    
    ul.social-icons.style1 li:nth-child(1) a {
        background-color: #4583bc;
        border: 8px solid #4583bc;
    }
    
    ul.social-icons.style1 li:nth-child(2) a {
        background-color: #2cbfd9;
        border: 8px solid #2cbfd9;
    }
    
    ul.social-icons.style1 li:nth-child(3) a {
        background-color: #ED1384;
        border: 8px solid #ED1384;
    }
    
    ul.social-icons.style1 li:nth-child(4) a {
        background-color: #0b84b3;
        border: 8px solid #0b84b3;
    }
    
    ul.social-icons.style1 li:hover:nth-child(1) a,
    ul.social-icons.style1 li:hover:nth-child(2) a,
    ul.social-icons.style1 li:hover:nth-child(3) a,
    ul.social-icons.style1 li:hover:nth-child(4) a {
        border: 8px solid rgba(0, 0, 0, 0.20);
        color: #fff !important;
    }
    /*style2*/
    
    ul.social-icons.style2 li a {
        display: block;
        font-size: 15px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid #000;
        border-radius: 50px;
        margin-right: 0;
        background-color: #fff;
        color: #000;
        transition: all 0.3s ease 0s;
    }
    
    ul.social-icons.style2 li a:hover {
        background-color: var(--base-skin);
        color: #fff;
        border: 1px solid #fff;
    }
    
    ul.social-icons.style2 li a:after,
    ul.social-icons.style2 li a:before {
        display: none;
    }
    /*style3*/
    
    ul.social-icons.style3 li {
        margin: 5px 2px;
    }
    
    ul.social-icons.style3 li a {
        text-transform: uppercase;
        color: var(--base-headingfont-color);
        font-weight: 600;
        font-size: 14px;
        padding: 2px 15px;
        border: 1px solid #e9e9e9;
        border-radius: 5px;
        background-color: var(--base-white);
    }
    
    ul.social-icons.style3 li a:hover {
        background-color: var(--base-skin);
        border: 1px solid var(--base-skin);
        color: var(--base-white);
    }
    
    h3.social-icons-title {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: var(--base-bodyfont-color);
        margin-bottom: 10px;
    }
    /* TooltipTop */
    
    .tooltip-top {
        position: relative;
    }
    
    .tooltip:after,
    .tooltip:before,
    [data-tooltip]:after,
    [data-tooltip]:before {
        position: absolute;
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
        -moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -moz-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
        transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        pointer-events: none;
    }
    
    .tooltip:before,
    [data-tooltip]:before {
        z-index: 1001;
        border: 6px solid transparent;
        background: 0 0;
        content: "";
    }
    
    .tooltip-top:before,
    .tooltip:before,
    [data-tooltip]:before {
        margin-left: -6px;
        margin-bottom: -12px;
        border-top-color: inherit;
    }
    
    .tooltip-top:after,
    .tooltip-top:before,
    .tooltip:after,
    .tooltip:before,
    [data-tooltip]:after,
    [data-tooltip]:before {
        bottom: 100%;
        left: 50%;
    }
    
    .tooltip-bottom:after {
        bottom: -100%;
    }
    
    .tooltip-bottom:before {
        margin-left: -6px;
        margin-bottom: -12px;
        border-top-color: transparent;
    }
    
    .tooltip-bottom:before {
        bottom: -7px;
    }
    
    .tooltip-top:focus:after,
    .tooltip-top:focus:before,
    .tooltip-top:hover:after,
    .tooltip-top:hover:before,
    .tooltip:focus:after,
    .tooltip:focus:before,
    .tooltip:hover:after,
    .tooltip:hover:before,
    [data-tooltip]:focus:after,
    [data-tooltip]:focus:before,
    [data-tooltip]:hover:after,
    [data-tooltip]:hover:before {
        -webkit-transform: translateY(-12px);
        -moz-transform: translateY(-12px);
        transform: translateY(-12px);
    }
    
    .tooltip-top:after,
    .tooltip:after,
    [data-tooltip]:after {
        margin-left: -60px;
    }
    
    .tooltip:after,
    [data-tooltip]:after {
        z-index: 1000;
        padding: 8px;
        width: 120px;
        color: #fff;
        content: attr(data-tooltip);
        font-size: 14px;
        line-height: 1.2;
        text-align: center;
        border-radius: 5px;
    }
    
    .tooltip:focus:after,
    .tooltip:focus:before,
    .tooltip:hover:after,
    .tooltip:hover:before,
    [data-tooltip]:focus:after,
    [data-tooltip]:focus:before,
    [data-tooltip]:hover:after,
    [data-tooltip]:hover:before {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(Opacity=100);
        opacity: 1;
    }
    /*  ===============================================
    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: 5px;
        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: #000;
        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: 50px;
        width: 50px;
        border-radius: 50px;
        z-index: 1;
        color: inherit;
        background-color: #fff;
        border: 1px solid #e9e9e9;
        overflow: hidden;
    }
    
    .slick_slider.slick-arrow-style1 .slick-next {
        left: -10px;
        top: 50%;
    }
    
    .slick_slider.slick-arrow-style1 .slick-prev {
        right: -10px;
        top: 50%;
    }
    
    .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: '\e826';
        font-family: 'fontello';
    }
    
    .slick_slider.slick-arrow-style1 .slick-next:before {
        content: '\e834';
        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);
    }
    /*slick-arrow-style2*/
    
    .slick_slider_center.slick-arrow-style2 .slick-prev:before,
    .slick_slider_center.slick-arrow-style2 .slick-next:before {
        font-family: 'themify';
        font-size: 10px;
        line-height: 1;
        color: #fff;
        opacity: 1;
        font-weight: 900;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .slick_slider_center.slick-arrow-style2 .slick-prev:before {
        content: "\e64a";
    }
    
    .slick_slider_center.slick-arrow-style2 .slick-next:before {
        content: "\e649";
    }
    
    .slick_slider_center.slick-arrow-style2 .slick-arrow {
        height: 30px;
        width: 30px;
        border-radius: 50px;
        z-index: 1;
        color: inherit;
        background-color: transparent;
        border: 2px solid #fff;
    }
    
    .slick_slider_center .slick-prev:hover:before,
    .slick_slider_center .slick-next:hover:before {
        color: var(--base-white);
    }
    
    .slick_slider_center.slick-arrow-style2 .slick-next {
        left: 48.6%;
        top: 545px;
    }
    
    .slick_slider_center.slick-arrow-style2 .slick-prev {
        left: 50.3%;
        top: 545px;
    }
    /*slick-dots
*/
    
    .slick_slider.slick-dots-style1 ul.slick-dots {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    
    .slick_slider.slick-dots-style1 ul.slick-dots li {
        display: inline-block;
        list-style: none;
        line-height: 0;
    }
    
    .slick_slider.slick-dots-style1 ul.slick-dots li button {
        height: 10px;
        width: 10px;
        border: 0;
        font-size: 0;
        padding: 0;
        border-radius: 50%;
        position: relative;
        margin: 0px 10px 0 0;
        background-color: rgba(255, 255, 255, 0.32);
    }
    
    .slick_slider.slick-dots-style1 ul.slick-dots {
        margin-top: 13px;
    }
    
    .slick_slider.slick-dots-style1 ul.slick-dots li.slick-active button {
        background-color: #fff;
    }
    /*  ===============================================
    TopBar
------------------------*/
    
    .top_bar {
        width: 100%;
        z-index: 3;
        height: 44px;
        line-height: 44px;
        position: relative;
        background-color: var(--base-dark);
        text-align: center;
        display: flex;
        align-items: center;
    }
    
    .top_bar_contact_item.text-center {
        font-size: 13px;
        line-height: 23px;
        color: rgb(255 255 255 / 80%);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .top_bar_icon {
        display: inline-block;
        margin-right: 8px;
        line-height: 6px;
    }
    
    .top_bar_icon i {
        font-size: 18px;
        line-height: 6px;
        color: var(--base-skin);
    }
    
    .top_bar .top_bar_contact_item a {
        color: var(--base-white);
        padding-left: 6px;
    }
    
    .top_bar .top_bar_contact_item a:hover {
        color: var(--base-skin);
    }
    /*  ===============================================
    Header
------------------------*/
    /** SiteBrand(logo) **/
    
    .site-branding {
        display: flex;
    }
    
    .site-branding h1 {
        margin-bottom: 0;
        line-height: 0;
    }
    
    .site-branding #logo-img {
        max-width: 171px;
        z-index: 1;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .logotext {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 10px;
    }
    
    .logo-section {
        display: flex;
        flex-direction: row;
    }
    
    .logo-main {
        font-size: 35px;
        color: black;
    }
    
    .logo-sec {
        font-size: 25px;
        color: #000;
    }
    /* header_extra */
    
    .header_extra {
        position: relative;
    }
    
    .header_extra .contact_item.with-icon span {
        display: flex;
        align-items: center;
        padding-left: 15px;
        margin-left: 15px;
        position: relative;
    }
    
    .header_extra .contact_item.with-icon span:before {
        content: '';
        position: absolute;
        left: 0;
        width: 1px;
        height: 100%;
        background-color: #dedede;
    }
    
    .header_extra .contact_item.with-icon a {
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
    }
    
    .header_extra .contact_item.with-icon i {
        color: #67d449;
        font-size: 20px;
        line-height: 20px;
    }
    
    .header_extra .contact_item-link a {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }
    
    .header_extra ul.social-icons {
        margin-left: 22px;
    }
    
    .header_extra ul.social-icons li a {
        font-size: 13px;
        line-height: 32px;
        font-weight: 500;
        width: 32px;
        height: 32px;
        border: 1px solid #dddddd;
        background-color: transparent;
        border-radius: 5px;
        text-align: center;
    }
    
    .header_extra ul.social-icons li a:hover {
        background-color: var(--base-dark);
        border: 1px solid var(--base-dark);
        color: var(--base-white);
    }
    /** SiteNavigation(Menu) **/
    
    .site-navigation {
        position: relative;
        z-index: 2;
    }
    
    nav.main-menu ul {
        position: relative;
        margin: 0;
    }
    
    #site-header-menu .site-navigation ul.menu>li>a {
        font-size: 16px;
        text-decoration: none;
        z-index: 1;
    }
    
    #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: 1px;
        background-color: var(--base-dark);
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        z-index: -1;
        left: 11px;
        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: 75%;
        opacity: 1;
    }
    
    #site-header-menu .site-navigation ul.menu {
        display: flex;
    }
    /* banner_slider */
    
    .banner_slider.slick-slider .slick-prev,
    .banner_slider.slick-slider .slick-next {
        opacity: 0;
        visibility: hidden;
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding-right: 3px;
        text-align: center;
        position: absolute;
        display: block;
        z-index: 1;
        margin: 0 20px;
        background: rgba(34, 54, 69, 0.5);
        border-radius: 50%;
    }
    
    .banner_slider.slick-slider .slick-next {
        right: 0;
        left: auto;
        padding-right: 0;
        padding-left: 3px;
    }
    
    .banner_slider.slick-slider:hover .slick-prev,
    .banner_slider.slick-slider:hover .slick-next {
        opacity: 1;
        visibility: visible;
    }
    
    .banner_slider.slick-slider .slick-prev:hover,
    .banner_slider.slick-slider .slick-next:hover {
        background: #000;
    }
    
    .banner_slider.slick-slider .slick-prev:before,
    .banner_slider.slick-slider .slick-next:before {
        font-family: 'Font Awesome 5 Free';
        font-size: 14px;
        opacity: 1;
        color: #fff;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .banner_slider.slick-slider .slick-prev:before {
        content: "\f053";
    }
    
    .banner_slider.slick-slider .slick-next:before {
        content: "\f054";
    }
    /* banner_slide */
    /* .slide {
    height: 680px;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
} */
    
    .slide .slide__img {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: absolute;
        left: 0;
    }
    
    .slide .slide__img img {
        opacity: 1;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        transition: all 1s ease;
    }
    
    .slide .slide__content {
        position: relative;
        height: 100%;
        display: flex;
        z-index: 2;
        flex-direction: column;
        justify-content: center;
    }
    
    .slide .slide__content--headings {
        padding: 15px 0;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        align-items: center;
        transition: all 0.5s ease;
    }
    /* banner_slider_1 */
    
    .banner_slider_1 .slide__content {
        background-color: rgba(0, 17, 62, 0.35);
    }
    
    .banner_slider_1 .slide__content--headings h2 {
        line-height: 112px;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 87px;
    }
    
    .banner_slider_1 .slide__content--headings>h3 {
        line-height: 50px;
        letter-spacing: 1px;
        font-weight: 600;
        font-size: 34px;
        margin-bottom: 0;
    }
    
    .banner_slider_1 .slide__content--headings p {
        color: rgb(220, 221, 222);
        line-height: 30px;
        letter-spacing: 1px;
        font-weight: 400;
        font-size: 21px;
    }
    /* banner_slider_2 */
    
    .banner_slider_2 .slide__content--headings {
        padding: 15px 0;
        position: relative;
        z-index: 1;
        display: table;
        margin: 0 auto;
        transition: all 0.5s ease;
    }
    
    .banner_slider_2 .slide__content--headings h3 {
        text-align: left;
        line-height: 0;
    }
    
    .banner_slider_2 .slide__content--headings span.num {
        font-weight: 700;
        font-size: 18px;
        position: relative;
        padding-right: 200px;
    }
    
    .banner_slider_2 .slide__content--headings span.num:before {
        position: absolute;
        content: "";
        height: 2px;
        width: 100%;
        left: 0;
        bottom: 0;
    }
    
    .banner_slider_2 .slide__content--headings span {
        line-height: 30px;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 24px;
    }
    
    .banner_slider_2 .slide__content--headings h2 {
        display: inline-block;
        line-height: 102px;
        font-weight: 700;
        font-size: 87px;
        position: relative;
    }
    
    .banner_slider_2 .slide__content--headings h2:after {
        position: absolute;
        content: "";
        height: 6px;
        width: 46.5%;
        left: auto;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    /* banner_slider_3 */
    
    .banner_slider_3_overlay .slide {
        height: 742px;
    }
    
    .banner_slider_3 .slide__content {
        background-color: rgba(0, 18, 62, 0.54);
    }
    
    .banner_slider_3 .slide__content--headings {
        padding: 15px 0;
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        align-items: center;
        transition: all 0.5s ease;
    }
    
    .banner_slider_3 .slide__content--headings .quotes-1,
    .banner_slider_3 .slide__content--headings .quotes-2 {
        width: 55%;
        height: 100%;
        padding-right: 120px;
        position: relative;
    }
    
    .banner_slider_3 .slide__content--headings .quotes-2 {
        padding-left: 100px;
        padding-right: 0;
    }
    
    .banner_slider_3 .slide__content--headings .quotes-1:after,
    .banner_slider_3 .slide__content--headings .quotes-2:after {
        position: absolute;
        content: "";
        /* height: 100%; */
        width: 3px;
        right: 60px;
        top: -5%;
        bottom: -5%;
    }
    
    .banner_slider_3 .slide__content--headings .quotes-2:after {
        left: 0;
    }
    
    .banner_slider_3 .slide__content--headings .quotes-1 blockquote,
    .banner_slider_3 .slide__content--headings .quotes-2 blockquote {
        line-height: 34px;
        letter-spacing: 0px;
        font-weight: 300;
        font-size: 18px;
        text-decoration: underline;
        font-style: italic;
        position: relative;
        padding: 60px 0 30px 0;
        margin: 0;
    }
    
    .banner_slider_3 .slide__content--headings .quotes-2 blockquote {
        text-decoration: none;
        padding: 20px 0 20px 0;
    }
    
    .banner_slider_3 .slide__content--headings .quotes-1 blockquote:before {
        content: "\f10d";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        font-size: 40px;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        top: 0;
        left: 0;
    }
    
    .banner_slider_3 .slide__content--headings h2 {
        line-height: 82px;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 72px;
        margin-bottom: 20px;
    }
    
    .banner_slider_3 .slide__content--headings h3 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        font-weight: 400;
        margin-bottom: 10px;
    }
    
    .banner_slider_3 .slide__content--headings p {
        letter-spacing: 1px;
        font-weight: 400;
        font-size: 16px;
    }
    
    @media only screen and (max-width: 1200px) {
        .banner_slider_3_overlay .slide {
            height: 660px;
        }
        .banner_slider_3 .slide__content--headings h2 {
            font-size: 62px;
            line-height: 72px;
        }
    }
    
    @media only screen and (max-width: 1024px) {
        .banner_slider .slide {
            height: 460px;
        }
        .banner_slider_1 .logo-icon img {
            max-height: 58px;
        }
        .banner_slider_1 .slide__content--headings h2 {
            font-size: 72px;
            line-height: 82px;
        }
        .banner_slider_3 .slide__content--headings h2 {
            font-size: 52px;
            line-height: 62px;
            margin-bottom: 10px;
        }
        .banner_slider_3 .slide__content--headings .quotes-2 {
            padding-left: 70px;
        }
    }
    
    @media only screen and (max-width: 991px) {
        .banner_slider_1 .slide__content--headings h2 {
            font-size: 55px;
            line-height: 65px;
        }
        .banner_slider_1 .slide__content--headings p {
            font-size: 16px;
            line-height: 26px;
        }
        .banner_slider_2 .slide__content--headings span.num {
            padding-right: 80px;
        }
        .banner_slider_2 .slide__content--headings span {
            font-size: 20px;
            line-height: 1;
        }
        .banner_slider_2 .slide__content--headings h2 {
            font-size: 60px;
            line-height: 70px;
        }
        .banner_slider_3 .slide__content--headings .quotes-1,
        .banner_slider_3 .slide__content--headings .quotes-2 {
            display: none;
        }
        .banner_slider_3 .slide__content--headings {
            text-align: center;
            display: block;
        }
        .banner_slider_3 .slide__content--headings p {
            padding: 0 0 15px 0;
            margin: auto;
            width: 70%;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .banner_slider .slide {
            height: 400px;
        }
        .banner_slider .slide__content--headings p {
            display: none;
        }
        .banner_slider_1 .logo-icon img {
            max-height: 50px;
        }
        .banner_slider_2 .slide__content--headings h3 {
            text-align: center;
            margin-bottom: 15px;
        }
        .banner_slider_2 .slide__content--headings span.num {
            display: none;
        }
        .banner_slider_3 .slide__content--headings h2 {
            font-size: 46px;
            line-height: 56px;
            margin-bottom: 0;
        }
    }
    
    @media only screen and (max-width: 600px) {
        .banner_slider .slide {
            height: 300px;
        }
        .banner_slider_1 .logo-icon img {
            max-height: 40px;
        }
        .banner_slider_1 .prt-icon {
            height: 50px;
            width: 50px;
            line-height: 50px;
            margin-bottom: 15px;
        }
        .banner_slider_1 .prt-icon i {
            font-size: 32px;
        }
        .banner_slider_2 .slide__content--headings span {
            font-size: 18px;
            line-height: 1;
        }
        .banner_slider_1 .slide__content--headings h2 {
            font-size: 33px;
            line-height: 46px;
            margin-bottom: 0;
        }
        .banner_slider_2 .slide__content--headings h2 {
            font-size: 38px;
            line-height: 50px;
            margin-bottom: 0;
        }
        .banner_slider_3 .slide__content--headings h3 {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 5px;
        }
        .banner_slider_3 .slide__content--headings h2 {
            font-size: 33px;
            line-height: 46px;
            margin-bottom: 0;
        }
        .slide .prt-btn.prt-btn-size-md:not(.btn-inline) {
            padding: 9px 20px;
            font-size: 12px;
        }
    }
    
    @media only screen and (max-width: 480px) {
        .banner_slider .slide {
            height: 320px;
        }
    }
    /* /////////// IMAGE ZOOM /////////// */
    
    .banner_slider .slide_img {
        position: absolute;
        width: 100%;
        height: 100%;
        background-position: right;
        background-size: cover;
    }
    
    .slick-active .slide_img {
        -webkit-animation-delay: 24s;
        -moz-animation-delay: 24s;
        -o-animation-delay: 24s;
        -ms-animation-delay: 24s;
        animation-delay: 24s;
        -webkit-backface-visibility: hidden;
        -webkit-animation: imageAnimation 36s linear 0s;
        -moz-animation: imageAnimation 36s linear 0s;
        -o-animation: imageAnimation 36s linear 0s;
        -ms-animation: imageAnimation 36s linear 0s;
        animation: imageAnimation 36s linear 0s;
    }
    
    @keyframes imageAnimation {
        0% {
            animation-timing-function: ease-in;
        }
        8% {
            transform: scale(1.02);
            animation-timing-function: ease-out;
        }
        17% {
            transform: scale(1.04);
            animation-timing-function: ease-out;
        }
        22% {
            transform: scale(1.02);
        }
        25% {
            -transform: scale(1.1);
        }
    }
    /* ===============================================
    Footer
------------------------*/
    
    .footer {
        position: relative;
        background-color: var(--base-dark);
        background-image: url(../images/footer-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }
    
    .footer.text-base-white,
    .footer.text-base-white a {
        color: rgb(255, 255, 255);
    }
    /*second-footer*/
    
    .second-footer {
        padding: 50px 0 50px;
    }
    
    .footer-widget-box.prt-pr {
        padding-right: 30px;
    }
    
    .footer-widget-box.prt-pl {
        padding-left: 30px;
    }
    
    .footer-menu-links,
    ul.prt-list.footer-cta-list {
        margin-top: 15px;
    }
    
    .footer-widget-box .social-icons {
        margin-top: 25px;
    }
    
    .newsletter-form-main {
        margin-top: 25px;
    }
    
    .footer-widget-box .footer-img {
        margin: 0 -15px;
    }
    
    .widget-title-h3 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        color: var(--base-white);
    }
    
    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: 7px 0;
        font-size: 14px;
        line-height: 24px;
        width: calc(49% - 15px);
        display: inline-block;
    }
    
    ul.footer-menu-list li.footer-menu-item a {
        color: var(--base-white);
    }
    
    ul.footer-menu-list li.footer-menu-item a:hover {
        color: var(--base-skin);
    }
    /*.newsletter-form*/
    
    .second-footer .newsletter-form {
        position: relative;
        margin-bottom: 0px;
        clear: both;
        display: inline-block;
        width: 100%;
    }
    
    .second-footer .newsletter-form .mailchimp-inputbox {
        display: table;
        width: 100%;
        padding: 0px;
        position: relative;
        z-index: 1;
    }
    
    .second-footer .newsletter-form input[type="email"] {
        background-color: transparent;
        border-color: transparent;
        color: var(--base-white);
        padding: 15px 60px 15px 20px;
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 15px;
        border-bottom: 1px solid rgb(255 255 255 / 20%);
        position: relative;
    }
    
    .second-footer .newsletter-form input[type="email"]::placeholder {
        color: rgba(255, 255, 255, 0.50);
    }
    
    .second-footer .newsletter-form button[type="submit"] {
        position: absolute;
        padding: 0;
        margin: 0;
        width: 30px;
        height: 30px;
        top: 0px;
        bottom: 0;
        right: 20px;
        font-size: 15px;
        line-height: 52px;
        color: var(--base-white);
        background-color: transparent;
        cursor: pointer;
    }
    /* checkbox  */
    
    .footer input[type=checkbox] {
        visibility: hidden;
        position: absolute;
    }
    
    .footer input[type=checkbox]+label {
        height: 16px;
        width: 16px;
        background-color: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.30);
        border-radius: 5px;
        vertical-align: middle;
        margin-bottom: 0px;
        margin-right: 8px;
    }
    
    .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: rgb(255 255 255);
        font-size: 14px;
        line-height: 24px;
    }
    
    .footer input[type=checkbox]:checked+label:before {
        content: "";
        border: solid;
        border-color: var(--base-skin);
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: block;
        left: 5px;
        top: 2px;
        width: 4px;
        height: 8px;
        background-color: transparent!important;
        border-radius: 0;
        position: relative;
        vertical-align: middle;
    }
    
    .footer .widget-form p.cookies a.underline:before {
        height: 1px;
        background-color: rgb(255 255 255 / 60%);
    }
    /*prt-footer-cta*/
    
    ul.prt-list.footer-cta-list li {
        width: calc(49% - 1px);
        display: inline-block;
        padding: 6px 0;
    }
    
    ul.prt-list.footer-cta-list li,
    ul.prt-list.footer-cta-list li a {
        font-size: 15px;
        line-height: 25px;
        color: rgba(255 255 255 / 0.70);
    }
    
    ul.prt-list.footer-cta-list li a:hover {
        color: var(--base-skin);
    }
    /*footer-social-icons*/
    
    ul.footer-social-icons li a {
        font-size: 14px;
        padding: 3px 16px;
        border: 1px solid rgb(255 255 255 / 25%);
        border-radius: 5px;
        margin: 5px 5px 5px 0;
    }
    
    ul.footer-social-icons li a:hover {
        background-color: var(--base-dark);
        color: var(--base-white) !important;
    }
    /** copyright **/
    
    .copyright {
        margin: 40px 0 0;
    }
    
    .copyright .cpy-text,
    .copyright .cpy-text a {
        font-size: 14px;
        line-height: 24px;
        color: rgba(255 255 255 / 0.70);
        margin-top: 5px;
    }
    
    .copyright .cpy-text p {
        margin-bottom: 0;
    }
    
    .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;
        font-size: 14px;
        padding-bottom: 0px;
        position: relative;
    }
    
    .copyright ul.footer-nav-menu li a {
        color: rgba(255 255 255 / 0.70);
    }
    
    .copyright ul.footer-nav-menu li a:hover {
        color: var(--base-skin);
    }
    
    .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;
    }
    /*bottom-footer*/
    
    .bottom-footer {
        background-color: var(--base-dark);
        padding: 10px 0;
    }
    /* ===============================================
    GoTop BUtton
------------------------*/
    
    #totop {
        font-weight: 900;
        color: #fff;
        display: none;
        position: fixed;
        right: 34px;
        bottom: 50px;
        z-index: 999;
        height: 0;
        width: 0;
        font-size: 0;
        text-align: center;
        padding-top: 3px;
        line-height: 34px;
        border-radius: 3px;
        transition: .3s ease-in-out;
    }
    
    #totop.top-visible {
        height: 40px;
        width: 40px;
        font-size: 22px;
        display: inline;
        background-color: var(--base-skin);
        background: linear-gradient(to right, var(--base-first-gradientcolor) 0%, var(--base-second-gradientcolor) 100%, var(--base-first-gradientcolor) 100%);
    }
    
    @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/about/about-banner.jpg);
        width: 100%;
        height: 475px;
        position: relative;
        z-index: 1;
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: var(--base-dark);
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        /* Optional: for better text visibility */
        text-align: center;
        /* Optional: to center-align text content */
    }
    
    .prt-page-title-row::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        /* Semi-transparent overlay color */
        z-index: -1;
        /* Ensure the overlay is behind the text */
    }
    
    .prt-page-title-serv {
        background-image: url(../images/services-page/service-banner.jpg);
        width: 100%;
        height: 475px;
        position: relative;
        z-index: 1;
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: var(--base-dark);
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        /* Optional: for better text visibility */
        text-align: center;
        /* Optional: to center-align text content */
    }
    
    .prt-page-title-serv::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        /* Semi-transparent overlay color */
        z-index: -1;
        /* Ensure the overlay is behind the text */
    }
    
    .prt-page-title-gal {
        background-image: url(../images/gallery/gallery-banner.jpg);
        width: 100%;
        height: 475px;
        position: relative;
        z-index: 1;
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: var(--base-dark);
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        /* Optional: for better text visibility */
        text-align: center;
        /* Optional: to center-align text content */
    }
    
    @media screen and (max-width:575px) {
        .prt-page-title-row {
            height: 250px;
        }
        .prt-page-title-serv {
            height: 250px;
        }
        .prt-page-title-gal {
            height: 250px;
        }
    }
    
    .prt-page-title-gal::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        /* Semi-transparent overlay color */
        z-index: -1;
        /* Ensure the overlay is behind the text */
    }
    
    .centered-text {
        font-size: 70px;
        /* Adjust the size as needed */
        font-weight: bold;
        /* Optional: to make text bold */
    }
    
    .centered-text-service {
        font-size: 60px;
        /* Adjust the size as needed */
        font-weight: bold;
        /* Optional: to make text bold */
    }
    
    .prt-page-title-row-inner {
        position: relative;
        width: 100%;
        padding: 77px 0 85px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.50);
    }
    
    .page-title-heading h2 {
        font-weight: 500;
        font-size: 70px;
        line-height: 80px;
        margin-bottom: 12px;
        color: var(--base-white);
        font-family: var(--base-headingfont);
    }
    
    .breadcrumb-wrapper {
        z-index: 99;
        margin: 0;
        padding: 10px 0 0;
        border-top: 1px solid rgb(255 255 255 / 30%);
        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);
    }
    /*style1*/
    
    .prt-page-title-row.style1 .prt-page-title-row-inner {
        padding: 60px 0;
        background-color: rgba(0, 0, 0, 0.30);
    }
    
    .prt-page-title-row.style1 .prt-schedule {
        position: relative;
        background-color: rgba(255, 255, 255, 0.10);
        border: 1px solid rgba(255, 255, 255, 0.30);
        border-radius: 10px;
        padding: 41px 50px 50px;
        text-align: left;
    }
    
    .prt-page-title-row.style1 .prt-schedule-title h2 {
        font-size: 34px;
        line-height: 44px;
        font-weight: 500;
        color: var(--base-white);
    }
    
    .prt-page-title-row.style1 .prt-schedule-title p {
        font-size: 18px;
        line-height: 25px;
        color: var(--base-white);
    }
    
    .prt-page-title-row.style1 .prt-schedule-block h3 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
        color: var(--base-white);
        margin-bottom: 10px;
    }
    
    .prt-page-title-row.style1 .prt-schedule-block p {
        color: var(--base-white);
    }
    /*style2*/
    
    .prt-page-title-row.style2 {
        background-image: url(../images/pagetitle-bg01.jpg);
    }
    
    .prt-page-title-row.style2 .prt-page-title-row-inner {
        text-align: left;
        background-color: rgba(0, 0, 0, 0.30);
        padding: 65px 0;
    }
    
    .prt-page-title-row.style2 .prt-page-title-row-heading {
        padding-right: 100px;
    }
    
    .prt-page-title-row.style2 .page-title-heading h3 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 400;
        color: var(--base-white);
    }
    
    .prt-page-title-row.style2 .page-title-heading h2 {
        font-size: 54px;
        line-height: 64px;
        font-weight: 600;
        margin-bottom: 23px;
        color: var(--base-white);
        font-family: var(--base-headingfont);
    }
    
    .prt-page-title-row.style2 .page-title-desc p {
        color: rgba(255, 255, 255, 0.70);
        margin-bottom: 0;
    }
    
    .prt-page-title-row.style2 .prt-pagetitle-appointment-block {
        position: relative;
        border: 1px solid rgba(255 255 255 / 0.15);
        background-color: rgba(255 255 255 / 0.08);
        border-radius: 10px;
        padding: 20px 30px 40px;
    }
    /*style3*/
    
    .prt-page-title-row.style3 .prt-page-title-row-inner {
        padding: 97px 0 105px;
        min-height: 400px;
    }
    /*style4*/
    
    .prt-page-title-row.style4 .prt-page-title-row-inner {
        padding: 100px 0 100px;
    }
    
    .prt-page-title-row.style4 .page-title-heading h3 {
        display: inline-block;
        padding: 8px 30px;
        background-color: var(--base-skin);
        border-radius: 10px;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 25px;
    }
    
    .prt-page-title-row.style4 .page-title-heading h2 {
        font-size: 54px;
        line-height: 64px;
        font-weight: 600;
    }
    
    .prt-page-title-row.style4 .user-id {
        margin: 0 auto;
        padding-top: 10px;
        text-align: center;
    }
    
    .prt-page-title-row.style4 span.user-image img {
        border-radius: 50%;
    }
    
    .prt-page-title-row.style4 span.auther-name {
        font-size: 16px;
        font-weight: 400;
        color: var(--base-white);
        padding: 3px 10px;
        display: inline-block;
    }
    /* ===============================================
    Inner-Pages
------------------------*/
    /*------------------------------------------------------------------------------*/
    /*  single_services
/*------------------------------------------------------------------------------*/
    
    .prt-service-single-content-area div:not(.featured-title)>h3 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 28px;
    }
    
    .prt-service-single-content-area p:not(:last-child) {
        margin-bottom: 25px;
    }
    
    .prt-service-single-content-area .prt_fatured_image-wrapper {
        position: relative;
        overflow: hidden;
    }
    
    .prt-service-single-content-area img {
        width: 100%;
    }
    
    .prt-service-description .progress-bar-content h3.title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    
    .aboutservice-block {
        text-align: center;
        padding: 40px 40px 30px;
        border-radius: 10px;
    }
    
    .aboutservice-content {
        text-align: center;
        position: relative;
    }
    
    .aboutservice-content h3.title {
        font-size: 28px;
        line-height: 38px;
        font-weight: 500;
    }
    /*------------------------------------------------------------------------------*/
    /*  single_team
/*------------------------------------------------------------------------------*/
    
    .team-details-content {
        padding: 50px;
        background-color: var(--base-grey);
        border-radius: 10px;
    }
    
    .team-details-image-wrapper .team-details-image {
        border-radius: 10px;
    }
    
    .team-details-info-title h3 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 10px;
    }
    
    .team-details-info-position span {
        font-weight: 500;
        color: var(--base-dark);
    }
    
    .team-details-info-desc p {
        margin-top: 25px;
        margin-bottom: 10px;
    }
    
    .team-details-social {
        margin-top: 20px;
    }
    
    .team-details-social .social-icons {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .team-details-social .social-icons li a {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        color: var(--base-darkblack);
        border: 1px solid #dddddd;
        border-radius: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    
    .team-details-social .social-icons li a:hover {
        background-color: var(--base-dark);
        border-color: transparent;
        color: #fff;
    }
    
    .team-details-form-block {
        position: relative;
        padding: 68px 120px 80px;
        background-color: var(--base-grey);
        border-radius: 10px;
    }
    
    .team-details-form-block h3 {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 48px;
    }
    /*team-details-list*/
    
    .team-details-list li {
        padding: 6px 0;
    }
    
    .team-details-list li span {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        color: var(--base-headingfont-color);
        padding-right: 10px;
    }
    
    .team-details-list li a {
        font-size: 15px;
        color: var(--base-bodyfont-color);
    }
    
    .team-details-list li a:hover {
        color: var(--base-skin);
    }
    /*------------------------------------------------------------------------------*/
    /*  single_portfolio
/*------------------------------------------------------------------------------*/
    
    .prt-case-single-content div:not(.featured-title)>h3,
    .prt-case-single-content-area h3,
    .process-content h3 {
        font-size: 40px;
        line-height: 50px;
    }
    
    .prt-about-solutions-content {
        background-color: var(--base-white);
        border-radius: 10px;
        box-shadow: 0px 0px 30px rgb(0 0 0 / 8%);
        padding: 40px 40px 40px;
    }
    
    .prt-about-solutions-content h3 {
        font-size: 26px;
        line-height: 36px;
    }
    
    .prt-about-solutions-img {
        box-shadow: 0px 0px 30px rgb(0 0 0 / 8%);
    }
    /*------------------------------------------------------------------------------*/
    /*  Project_patient
/*------------------------------------------------------------------------------*/
    
    .prt-patient-single-content-wrapper-innerbox h2 {
        font-size: 40px;
        line-height: 50px;
    }
    
    .prt-patient-single-content-area div:not(.featured-title)>h3,
    .patient-section-title h3.title {
        font-size: 26px;
        line-height: 36px;
    }
    
    .prt-patient-detail-box {
        position: relative;
        padding-right: 110px;
    }
    
    .prt-patient-detail-box:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        right: 38px;
        background-color: #000000;
    }
    
    .prt-patient-detail-box .prt_patient_image-wrapper {
        border-radius: 10px;
        overflow: hidden;
    }
    
    .prt-portfolio-description.prt-patient-detail-box p:last-child {
        margin-bottom: 0;
    }
    
    .prt-patient-single-detail-box ul.project-details {
        margin: 26px 0 0;
        padding: 0;
    }
    
    .prt-patient-single-detail-box ul.project-details li {
        position: relative;
        display: block;
        font-size: 17px;
        font-weight: 400;
        color: var(--base-headingfont-color);
        padding: 14px 0;
        border-bottom: 1px solid rgb(0 0 0 / 20%);
    }
    
    .prt-patient-single-detail-box ul.project-details li>span {
        display: inline;
        font-size: 18px;
        font-weight: 600;
    }
    
    .prt-patient-single-detail-box ul.project-details li:last-child {
        padding: 11px 0 0 0;
        border-bottom: 0
    }
    
    .prtpatient-single-content-area {
        padding-top: 15px;
    }
    
    .prt-patient-single-content-area h2 {
        text-align: left;
        font-size: 32px;
        line-height: 1;
        margin-bottom: 25px;
    }
    
    .prt-patient-single-content-area .social-media-block {
        display: block;
        clear: both;
        padding: 3px 0 25px;
        border-bottom: 1px solid #e6e9ef;
    }
    
    .prt-patient-single-content-area .social-icons li>a {
        border: 1px solid #e7e7e7;
        background-color: transparent;
        height: 36px;
        width: 36px;
        line-height: 36px;
        text-align: center;
        display: block;
        font-size: 14px;
        border-radius: 5px;
        color: #676b72;
    }
    
    .prt-patient-single-content-area .social-icons li>a:hover {
        border-color: var(--base-white);
        color: var(--base-white);
        background-color: var(--base-skin);
    }
    
    .prt-patient-single-content-area .prt-patient-single-category span {
        color: var(--base-skin);
        font-size: 15px;
        font-weight: 600;
    }
    
    .prt-patient-single-content-area .prt-patient-single-category a:not(:hover) {
        color: inherit;
    }
    
    .prt-nextprev-bottom-nav {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .patient-img img {
        border-radius: 30px;
    }
    /*------------------------------------------------------------------------------*/
    /*  Single_Blog
/*------------------------------------------------------------------------------*/
    
    .blog-content-area .profile-block {
        background-color: var(--base-white);
        border: 1px solid #e7e7e7;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
        padding: 30px 30px 30px 26px;
        border-radius: 15px;
        text-align: center;
    }
    
    .blog-content-area .profile-block .profile-img {
        border-radius: 50%;
        overflow: hidden;
        width: 120px;
        margin: 0 auto;
    }
    
    .blog-content-area .profile-block h3.profile-title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        position: relative;
        margin-top: 15px;
        margin-bottom: 20px;
        padding-bottom: 70px;
        position: relative;
    }
    
    .blog-content-area .profile-block h3.profile-title:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 50px;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgb(0 0 0 / 10%);
        margin: 0 auto;
    }
    
    .prt-blog-single-content .blog-single-title h3 {
        font-size: 33px;
        line-height: 43px;
        font-family: var(--base-headingfont);
    }
    
    .profile-social-icons ul li {
        display: inline-block;
        font-size: 15px;
        font-family: var(--base-headingfont);
        padding: 2px 30px 4px;
        border: 1px solid rgb(0 0 0 / 20%);
        border-radius: 50px;
        margin: 10px 5px 0;
        width: 150px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    
    .profile-social-icons ul li:hover {
        background-color: var(--base-dark);
        border: 1px solid var(--base-dark);
    }
    
    .profile-social-icons ul li:hover a {
        color: var(--base-white);
    }
    
    .prt-blog-single .prt-blog-single-content h2.entry-title {
        font-size: 44px;
        line-height: 54px;
    }
    
    .prt-blog-single h3 {
        font-size: 26px;
        line-height: 36px;
    }
    
    .prt-blog-single blockquote {
        display: block;
        position: relative;
        text-align: left;
        background: var(--base-grey);
        border: 1px solid #e7e7e7;
        border-radius: 15px;
        padding: 55px 35px 30px;
        margin: 0;
    }
    
    .prt-blog-single-content .social-media-block .social-icons li a {
        color: var(--base-headingfont-color);
        width: 34px;
        height: 34px;
        line-height: 34px;
        border: 1px solid #dddddd;
        border-radius: 5px;
        margin: 5px 0 5px 3px;
    }
    
    .prt-blog-single-content .social-media-block .social-icons li a:hover {
        background-color: var(--base-dark);
        border-color: var(--base-dark);
        color: var(--base-white);
    }
    
    .prt-blog-single blockquote .qoute-text {
        color: var(--base-bodyfont-color);
        font-family: var(--base-headingfont);
        font-weight: 500;
        font-size: 20px;
        line-height: 36px;
        font-style: italic;
        position: relative;
    }
    
    .prt-blog-single blockquote .qoute-text:after {
        content: "";
        position: absolute;
        top: -38px;
        left: 25px;
        width: 88px;
        height: 74px;
        background-image: url(../images/icon11.png);
        background-repeat: no-repeat;
    }
    
    .prt-blog-single blockquote cite {
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        color: var(--base-dark);
    }
    
    .prt-blog-single blockquote cite span {
        font-weight: 400;
        color: var(--base-bodyfont-color);
        font-size: 16px;
        padding-left: 5px;
    }
    /*.blog-cta*/
    
    .prt-blog-single .blog-cta {
        border-radius: 30px;
        text-align: center;
        padding: 65px 50px 39px;
    }
    
    .prt-blog-single .blog-cta h3 {
        font-size: 24px;
        line-height: 34px;
    }
    
    .prt-blog-single .blog-cta a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.30);
        padding-bottom: 2px;
    }
    /*post-meta-block*/
    
    .prt-blog-single .post-meta-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0 30px;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.10)
    }
    
    .prt-blog-single .post-meta img {
        max-width: 81px;
        height: 81px;
        object-fit: cover;
        border-radius: 50%;
        margin-right: 22px;
    }
    
    .prt-blog-single .post-meta span.prt-meta-line {
        font-size: 18px;
        line-height: 28px;
        color: var(--base-headingfont-color);
    }
    
    .prt-blog-single .post-meta span.prt-meta-line.date {
        padding-right: 15px;
        margin-right: 15px;
        position: relative;
        border-right: 1px solid rgba(0, 0, 0, 0.10);
    }
    /*social-media-block*/
    
    .social-media-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0 15px;
        border-bottom: 1px solid #ece9e0;
        border-top: 1px solid #ece9e0;
    }
    
    .prt-blog-single span.prt-tags-links-title {
        font-size: 15px;
        color: var(--base-dark);
        font-weight: 700;
    }
    
    .prt-blog-single .social-media-block .prt-tags-links a {
        font-size: 15px;
        display: inline-block;
        font-weight: 500;
        font-family: var(--base-headingfont);
        color: var(--base-dark);
        padding: 2px 15px 4px;
        border-radius: 50px;
        border: 1px solid rgb(0 0 0);
        margin: 5px 5px 5px 0;
    }
    
    .prt-blog-single .social-media-block .prt-tags-links a:last-child {
        margin: 0;
    }
    
    .prt-blog-single .social-media-block .prt-tags-links a:hover {
        background-color: var(--base-dark);
        color: #fff;
        border: 1px solid var(--base-dark);
    }
    
    .prt-blog-single .prt-social-share-wrapper {
        display: flex;
        align-items: center;
        ;
        padding-top: 0;
    }
    
    .prt-blog-single .prt-social-share-wrapper ul li {
        display: inline-block;
        margin: 5px 6px 5px 0;
    }
    
    .prt-blog-single .prt-social-share-wrapper ul li:last-child {
        margin: 5px 0 5px 0;
    }
    
    .prt-blog-single .prt-social-share-wrapper ul li a {
        border: 1px solid rgba(0 0 0 / 0.10);
        text-align: center;
        display: block;
        font-size: 15px;
        padding: 0;
        color: rgba(0, 0, 0, 0.50);
        font-weight: 400;
        border-radius: 50px;
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
    
    .prt-blog-single .prt-social-share-wrapper ul li a:hover {
        background-color: var(--base-skin);
        color: #fff;
        border: 1px solid var(--base-skin);
    }
    
    .prt-social-share-wrapper a {
        border-radius: 10px;
        padding: 7px 20px;
        font-size: 15px;
        font-family: var(--base-headingfont);
        font-weight: 400;
        margin-right: 5px;
        background-color: var(--base-grey);
        border: none !important;
    }
    /*blog-comment*/
    
    .prt-blog-classic-box-comment_1 h3 {
        font-size: 34px;
        line-height: 44px;
        font-weight: 500;
    }
    
    .comments-area {
        position: relative;
    }
    
    .comments-area h3.comment-reply-title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 14px
    }
    
    .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: 10px;
    }
    
    .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%);
    }
    
    .bg-img3 .comments-area .comment-form span.date-bday input[type="date"] {
        background-color: transparent;
    }
    
    .comments-area_1 h3.comment-reply-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px;
        margin-top: 0;
        text-transform: uppercase;
        font-weight: 400;
    }
    
    .comments-area_1 p.comment-notes {
        font-size: 16px;
        line-height: 26px;
        font-style: italic;
        color: var(--base-dark);
        margin-bottom: 25px;
    }
    
    .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);
        border-radius: 10px;
        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[type="text"]::placeholder {
        color: var(--base-bodyfont-color);
    }
    
    .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);
    }
    /*------------------------------------------------------------------------------*/
    /*  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;
    }
    /*------------------------------------------------------------------------------*/
    /*  Map
/*------------------------------------------------------------------------------*/
    
    #map {
        display: block;
        height: 450px;
        width: 100%;
    }
    
    #map iframe {
        width: 100%;
        height: 100%;
        margin-top: 0;
    }
    
    body .page.sticky-column {
        overflow: unset;
    }
    
    .main-box {
        position: relative;
        min-height: 680px;
    }
    /** 
          1. prt-row 

          2. Row-Equal-Height

          3. Bg-Layer 

          4. Row-Bg-Image

          5. Col-Bg-Image

          6. Section-Title 

          7. sep_holder

          8. Buttons

          9. Icons

          10. Fid

          11. featured-icon-box

          12. Featured-imagebox

          13. Progress-Bar 

          14. Testimonial

          15. Client-row

          16. Accordion

          17. Wrap-Form

          18. Tab

          19. Boxes-Spacing

          20. Pricing-Plan

          21. Sidebar

**/
    /* ===============================================
    1.prt-row
------------------------*/
    
    .prt-row {
        padding: 100px 0;
    }
    
    .prt-row.padding_bottom_zero-section {
        padding: 100px 0 0;
    }
    
    .prt-row.padding_top_zero-section {
        padding: 0 0 100px;
    }
    
    .prt-row.padding_zero-section {
        padding: 0 0;
    }
    
    .prt-row.client-section {
        padding: 55px 0 55px;
    }
    
    .prt-row.about-section {
        padding: 55px 0 35px;
    }
    
    .prt-row.service-section {
        padding: 0 0 15px;
    }
    
    .prt-row.service-section01 {
        padding: 85px 0 64px;
    }
    
    .prt-row.service-section02 {
        padding: 85px 0;
    }
    
    .prt-row.cta-section {
        padding: 84px 0 307px;
    }
    
    .prt-row.cta-section01 {
        padding: 25px 0;
    }
    
    .prt-row.product-section {
        padding: 85px 0 100px;
    }
    
    .prt-row.info-section {
        padding: 20px 0 20px;
    }
    
    .prt-row.blog-section {
        padding: 100px 0 63px;
    }
    
    .prt-row.team-section {
        padding: 85px 0 0;
    }
    
    .prt-row.testimonials-section {
        padding: 80px 0 96px;
    }
    
    .prt-row.team-section01 {
        padding: 85px 0;
    }
    
    .prt-row.contact-section01 {
        padding: 63px 0 68px;
    }
    
    .prt-row.pricing-plan-section {
        padding: 0 0 85px;
    }
    
    .prt-row.teamdetails-form-section {
        padding: 95px 0 100px;
    }
    
    .prt-row.blog-details-section {
        padding: 95px 0 100px;
    }
    /* ===============================================
    2.Row-Equal-Height
------------------------*/
    
    .row-equal-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    
    .row-equal-height>[class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    /* ===============================================
    3.Bg-Layer 
------------------------*/
    
    .prt-bg {
        position: relative;
    }
    
    .prt-col-bgimage-yes {
        z-index: 1;
    }
    
    .bg-layer-equal-height .prt-col-bgimage-yes,
    .bg-layer-equal-height .prt-col-bgcolor-yes,
    .prt-col-bgimage-yes {
        height: 100%;
    }
    
    .prt-bg-layer,
    .prt-titlebar-wrapper-bg-layer,
    .prt-col-wrapper-bg-layer-inner {
        position: absolute;
        height: 30%;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    .prt-left-span>.prt-col-wrapper-bg-layer {
        width: auto;
        margin-left: -500px;
        right: 0;
    }
    
    .prt-right-span>.prt-col-wrapper-bg-layer {
        width: auto;
        margin-right: -500px;
        right: 0;
    }
    
    .layer-content {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%;
    }
    
    .bg-layer {
        position: relative;
    }
    
    .bg-layer>.container>.row {
        margin: 0;
    }
    
    .bg-layer>.container,
    .bg-layer>.container-fluid {
        padding: 0;
    }
    
    .prt-bg.prt-bgimage-yes>.prt-bg-layer,
    .prt-bg.prt-col-bgimage-yes>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
        opacity: 0;
    }
    
    .prt-bgcolor-white.prt-bg.prt-bgimage-yes>.prt-bg-layer,
    .prt-bgcolor-white.prt-bg.prt-col-bgimage-yes>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
        opacity: .94;
    }
    /* ===============================================
    4.Row-Bg-Image  
------------------------*/
    
    .bg-img1 {
        background-image: url(../images/row-bgimage-1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .bg-img1.prt-bg.prt-bgimage-yes>.prt-bg-layer {
        opacity: 0;
    }
    
    .bg-img2 {
        background-image: url(../images/row-bgimage-2.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .bg-img2.prt-bg.prt-bgimage-yes>.prt-bg-layer {
        opacity: 0.50;
    }
    /* ===============================================
    5.Col-Bg-Image  
------------------------*/
    
    .prt-equal-height-image {
        display: none;
    }
    
    .col-bg-img-one.prt-col-bgimage-yes>.prt-col-wrapper-bg-layer {
        background-image: url(../images/about/grp-med.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .col-bg-img-one.prt-bg.prt-bgimage-yes>.prt-bg-layer,
    .col-bg-img-one.prt-bg.prt-col-bgimage-yes>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
        opacity: 0.65;
    }
    
    .col-bg-img-two.prt-col-bgimage-yes>.prt-col-wrapper-bg-layer {
        background-image: url(../images/about/green.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .col-bg-img-two.prt-bg.prt-bgimage-yes>.prt-bg-layer,
    .col-bg-img-two.prt-bg.prt-col-bgimage-yes>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
        opacity: 0;
    }
    
    .new-ser-img {
        background-image: url(../images/choorna-pinda-sweda.jpg) !important;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .col-bg-img-three.prt-col-bgimage-yes>.prt-col-wrapper-bg-layer {
        background-image: url(../images/about/doctor.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .col-bg-img-four.prt-col-bgimage-yes>.prt-col-wrapper-bg-layer {
        background-image: url(../images/about/big-img.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    
    .col-bg-img-five.prt-col-bgimage-yes>.prt-col-wrapper-bg-layer {
        background-image: url(../images/bg-image/col-bgimage-5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    /* ===============================================
    6.Section-Title  
------------------------*/
    
    .section-title {
        position: relative;
        margin-bottom: 12px;
        margin-top: -7px;
    }
    
    .section-title h3 {
        display: inline-block;
        position: relative;
        color: var(--base-headingfont-color);
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    
    .section-title h2 {
        position: relative;
        color: var(--base-headingfont-color);
        font-size: 50px;
        line-height: 60px;
        font-weight: 500;
    }
    
    .section-title h2.blog-title {
        font-size: 28px;
        line-height: 38px;
    }
    
    .section-title h2.cta-title {
        font-size: 110px;
        line-height: 120px;
        color: var(--base-dark);
        font-weight: 600;
        font-family: var(--base-headingfontone);
        margin-bottom: 10px;
    }
    
    .section-title h2.quotes-title {
        font-size: 30px;
        line-height: 42px;
    }
    
    @media screen and (max-width:1400px) {
        .section-title h2.quotes-title {
            font-size: 30px;
            line-height: 40px;
        }
    }
    
    .section-title h2.quotes-title-ser {
        font-size: 35px;
        line-height: 45px;
    }
    
    .section-title h3.cta-titlepre {
        font-size: 48px;
        line-height: 58px;
        font-weight: 500;
    }
    
    .section-title .title-desc p {
        padding-bottom: 15px;
        margin: 0;
    }
    
    .section-title.title-style-center_text {
        text-align: center;
    }
    
    .section-title.title-style-center_text .title-desc p {
        margin-bottom: 15px;
        width: 54%;
        margin: 0 auto;
    }
    
    .section-title .title-header {
        padding-bottom: 0px;
    }
    /* ===============================================
    7.sep_holder
------------------------*/
    
    .prt-horizontal_sep {
        border-top: 1px solid rgb(0 0 0 / 20%);
        display: block;
        position: relative;
    }
    
    .bg-base-dark .prt-horizontal_sep {
        border-top-color: rgba(255, 255, 255, 0.08);
    }
    
    .bg-base-skin .prt-horizontal_sep {
        border-top-color: rgba(255, 255, 255, 0.2);
    }
    
    .bg-base-white .prt-horizontal_sep {
        border-top-color: #f1f1f1;
    }
    
    .border,
    .border-top,
    .border-left,
    .border-bottom,
    .border-right {
        border-color: #dedede !important;
    }
    
    .border-left {
        border-left: 1px solid #dedede !important;
    }
    
    .bg-base-dark .border,
    .bg-base-dark .border-top,
    .bg-base-dark .border-left,
    .bg-base-dark .border-bottom,
    .bg-base-dark .border-right,
    .bg-base-skin .border,
    .bg-base-skin .border-top,
    .bg-base-skin .border-left,
    .bg-base-skin .border-bottom,
    .bg-base-skin .border-right {
        border-color: rgba(255, 255, 255, 0.06) !important;
    }
    
    .prt-vertical_sep>[class*='col'] {
        position: relative;
    }
    
    .prt-vertical_sep>[class*='col']:not(:last-child):before {
        position: absolute;
        content: "";
        height: 100%;
        top: 0;
        right: 0;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.20);
    }
    
    .prt-vertical_sep.style1>[class*='col']:not(:last-child):before {
        background-color: rgba(0, 0, 0, 0.10);
    }
    
    .prt-vertical_sep.style2>[class*='col']:not(:last-child):before {
        background-color: #e9e9e9;
    }
    
    .row.no-gutters.prt-vertical_sep>[class*='col']:not(:last-child):before {
        right: 0;
    }
    
    .bg-base-dark .prt-vertical_sep>[class*='col']:not(:last-child):before,
    .bg-base-skin .prt-vertical_sep>[class*='col']:not(:last-child):before {
        background-color: rgba(255, 255, 255, .21);
    }
    /* ===============================================
    8.Buttons
------------------------*/
    
    .prt-btn {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        line-height: 1;
        padding: 14px 30px 17px;
        background: transparent;
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
        position: relative;
        font-weight: 500;
        overflow: hidden;
        z-index: 1;
        text-align: center;
        font-family: var(--base-headingfont);
        letter-spacing: 0;
        transition: all 0.3s ease 0s;
    }
    /** btn-color **/
    
    .prt-btn-color-skincolor {
        color: var(--base-skin);
    }
    
    .prt-btn-color-darkcolor {
        color: var(--base-dark);
    }
    
    .prt-btn-color-whitecolor {
        color: var(--base-white);
    }
    
    .prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor {
        background-color: var(--base-dark);
        border-color: var(--base-dark);
        color: var(--base-white);
    }
    
    .prt-btn.prt-btn-style-fill.prt-btn-color-skincolor {
        background-color: var(--base-skin);
        border-color: var(--base-skin);
        color: var(--base-headingfont-color);
    }
    
    .prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor {
        background-color: var(--base-white);
        border-color: var(--base-white);
        color: var(--base-skin);
    }
    
    .prt-btn:after {
        background-color: #fff;
        content: "";
        height: 150px;
        left: -75px;
        position: absolute;
        top: -35px;
        transform: rotate(35deg);
        transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 40px;
        opacity: 0;
    }
    
    .prt-btn:hover:after {
        left: 120%;
        transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
        opacity: 0.25;
    }
    
    .prt-btn.prt-btn-style-border.prt-btn-color-darkcolor:hover,
    .prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover,
    .prt-btn.prt-btn-style-border:hover,
    .prt-list.prt-list-style-icon-01 .prt-list-li-btn a:hover {
        background-color: var(--base-dark);
        border: 1px solid var(--base-dark);
        color: var(--base-white) !important;
    }
    
    .prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor:hover {
        background-color: var(--base-skin);
        border: 1px solid var(--base-skin);
        color: #000;
    }
    /** btn-with-icon **/
    
    .prt-btn i {
        display: inline-block;
        vertical-align: middle;
        text-align: inherit;
        font-weight: bold;
    }
    
    .prt-btn.prt-icon-btn-right i {
        text-align: right;
        margin-left: 14px;
        margin-right: 0;
    }
    
    .prt-btn.prt-icon-btn-left i {
        text-align: left;
        margin-right: 8px;
        margin-left: 0;
    }
    /** btn-size-xs **/
    
    .prt-btn.prt-btn-size-xs {
        font-size: 11px;
        padding: 8px 20px;
    }
    
    .prt-btn.prt-btn-size-xs i {
        font-size: 11px;
        line-height: 11px;
    }
    
    .prt-btn.prt-icon-btn-right.prt-btn-size-xs i {
        text-align: right;
        margin-left: 6px;
        margin-right: 0;
    }
    
    .prt-btn.prt-icon-btn-left.prt-btn-size-xs i {
        text-align: left;
        margin-right: 6px;
        margin-left: 0;
    }
    /** btn-size-sm **/
    
    .prt-btn.prt-btn-size-sm {
        font-size: 15px;
        padding: 10px 27px 10px;
    }
    
    .prt-btn.prt-btn-size-sm i {
        font-size: 14px;
        line-height: 14px;
    }
    /** btn-size-md **/
    
    .prt-btn.prt-btn-size-md {
        font-size: 15px;
        line-height: 25px;
        padding: 10px 30px 10px;
    }
    
    .prt-btn.prt-btn-size-md i {
        font-size: 24px;
        line-height: 15px;
    }
    /** btn-size-lg **/
    
    .prt-btn.prt-btn-size-lg {
        font-size: 18px;
        line-height: 18px;
        padding: 11px 35px;
    }
    
    .prt-btn.prt-btn-size-lg i {
        font-size: 18px;
        line-height: 18px;
    }
    /** btn-shape **/
    
    .prt-btn.prt-btn-shape-round {
        border-radius: 10px;
    }
    
    .prt-btn.prt-btn-shape-rounded {
        border-radius: 30px;
    }
    
    .prt-btn.prt-btn-shape-square {
        border-radius: 0;
    }
    /** btn-style-border **/
    
    .prt-btn.prt-btn-style-border {
        background-color: transparent;
        border: 1px solid currentColor;
    }
    
    .prt-btn.prt-btn-color-white.prt-btn-style-border {
        color: #fff;
        border-color: #fff;
        background-color: transparent;
    }
    /** prt-icon-shap**/
    
    .prt-btn.prt-icon-shap {
        padding: 15px 48px 15px 29px;
    }
    
    .header_btn .prt-btn.prt-icon-shap.prt-btn-style-fill i,
    .prt-btn.prt-icon-shap.prt-btn-style-fill.prt-btn-color-skincolor i,
    .prt-pricing-plan.pricing-recommended-plan .prt-btn.prt-icon-shap.prt-btn-style-border i {
        background-color: var(--base-white);
        color: var(--base-dark);
    }
    
    .header_btn .prt-btn.prt-icon-shap.prt-btn-style-fill:hover i,
    .prt-pricing-plan.pricing-recommended-plan .prt-btn.prt-icon-shap.prt-btn-style-border:hover i {
        background-color: var(--base-skin);
        color: var(--base-white);
    }
    
    .prt-btn.prt-icon-shap.prt-btn-style-border i,
    .prt-btn.prt-icon-shap.prt-btn-style-fill i {
        text-align: center;
        right: 6px;
        top: 6px;
        position: absolute;
        font-size: 11px;
        font-weight: 600;
        display: inline-block;
        height: 34px;
        width: 34px;
        line-height: 34px;
        background-color: var(--base-skin);
        border-radius: 5px;
        color: var(--base-white);
        transition: all 0.5s ease 0s;
    }
    
    .newsletter-form button[type="submit"] i:before {
        font-weight: 600;
    }
    /** btn-inline **/
    
    .prt-btn.btn-inline {
        padding: 0;
        border: 0;
        overflow: visible;
        background-color: transparent;
        font-size: 15px;
        font-family: var(--base-headingfont);
        position: relative;
    }
    
    .prt-btn.prt-btn-color-darkcolor {
        color: var(--base-headingfont-color);
    }
    
    .prt-btn.prt-btn-color-darkcolor:hover {
        color: var(--base-dark);
    }
    
    .prt-btn.prt-btn-color-whitecolor:hover {
        color: var(--base-skin);
    }
    
    .prt-btn.btn-inline:after {
        display: none;
    }
    
    .prt-btn.btn-inline.prt-icon-btn-right {
        padding: 6px 0;
        display: unset;
    }
    
    .prt-btn.btn-inline i {
        position: absolute;
    }
    
    .prt-btn.btn-inline.prt-icon-btn-right i:before {
        content: "\e627";
        position: absolute;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        background-color: var(--base-lightskin);
        color: var(--base-dark);
        border-radius: 50px;
        transform: rotate(45deg);
        font-weight: 900;
        transition: all 0.3s ease 0s;
    }
    
    .prt-btn.btn-inline.prt-icon-btn-right:hover i:before {
        transform: rotate(90deg);
    }
    
    .prt-btn.btn-inline i.fa-minus:before {
        height: 1px;
        display: block;
    }
    
    .prt-btn.btn-underline {
        position: relative;
        overflow: visible;
        vertical-align: baseline;
    }
    
    .prt-btn.btn-underline:before {
        position: absolute;
        content: '';
        height: 1px;
        width: 100%;
        background-color: currentColor;
        bottom: 0;
        left: 0px;
        transition: all 0.1s ease 0s;
    }
    /* play-btn / play-icon */
    
    .prt-play-icon {
        color: #fff;
        display: block;
        position: relative;
    }
    
    .prt-play-icon .prt-play-icon-animation {
        display: inline-block;
        position: relative;
    }
    
    .prt-play-icon .prt-play-icon-animation:after,
    .prt-play-icon .prt-play-icon-animation:before {
        content: '';
        border: 3px solid;
        width: 150%;
        height: 150%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        position: absolute;
        left: -25%;
        top: -25%;
        opacity: 1;
        z-index: -1;
        -webkit-animation: 1s videoplay-anim linear infinite;
        animation: 1s videoplay-anim linear infinite;
    }
    
    .prt-play-icon .prt-play-icon-animation:after,
    .prt-play-icon .prt-play-icon-animation:before {
        -webkit-animation: videoplay-anim 1.08s infinite;
        -moz-animation: videoplay-anim 1.08s infinite;
        -ms-animation: videoplay-anim 1.08s infinite;
        -o-animation: videoplay-anim 1.08s infinite;
        animation: videoplay-anim 1.08s infinite;
    }
    
    .prt-play-icon .prt-play-icon-animation:before {
        -webkit-animation-delay: 0.95s;
        animation-delay: 0.95s;
    }
    
    .prt-play-icon-btn .prt-icon.prt-icon_element-size-sm i.fa-play {
        padding-left: 5px;
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
        line-height: 0;
        z-index: 2;
    }
    
    .prt-play-icon-btn .prt-icon.prt-icon_element-size-md i.fa-play {
        font-size: 23px;
        z-index: 2;
    }
    
    i.fa-play {
        padding-left: 5px;
    }
    
    .prt-play-icon-btn .prt-play-icon-animation {
        position: relative;
        display: inline-block;
    }
    
    .prt-play-icon-btn .prt-play-icon-animation .prt-icon {
        margin-bottom: 0;
    }
    
    .prt-play-icon-btn .prt-play-icon-animation .prt-icon:after {
        content: '';
        position: absolute;
        top: 51%;
        left: 51%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
    }
    
    .prt-play-icon-btn .prt-play-icon-animation .prt-icon:after {
        z-index: 1;
        width: calc(100% * 1.25);
        height: calc(100% * 1.25);
        opacity: .4;
        background-color: inherit;
    }
    
    .prt-bgcolor-skincolor .prt-play-icon-btn .prt-play-icon-animation:after {
        opacity: .1;
    }
    
    .prt-play-icon-btn.animated .prt-play-icon-animation .prt-icon:after,
    .prt-play-icon-btn:hover .prt-play-icon-animation .prt-icon:after {
        -webkit-animation: sep-anim 1.05s infinite;
        -moz-animation: sep-anim 1.05s infinite;
        -ms-animation: sep-anim 1.05s infinite;
        -o-animation: sep-anim 1.05s infinite;
        animation: sep-anim 1.05s infinite;
    }
    
    @-webkit-keyframes sep-anim {
        100% {
            width: 200%;
            height: 200%;
            opacity: 0
        }
    }
    
    @keyframes sep-anim {
        100% {
            width: 200%;
            height: 200%;
            opacity: 0
        }
    }
    /* ===============================================
    9.Icons
------------------------*/
    
    .prt-icon {
        margin-bottom: 25px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        border: 1px solid transparent;
        position: relative;
        transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        box-sizing: content-box;
        position: relative;
    }
    
    .prt-icon i {
        display: inline-block;
        vertical-align: middle;
        line-height: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease 0s;
    }
    
    .prt-icon_element-color-skincolor {
        color: var(--base-skin);
    }
    
    .prt-icon_element-color-darkcolor {
        color: var(--base-dark);
    }
    
    .prt-icon_element-color-whitecolor {
        color: var(--base-white);
    }
    
    .prt-icon.prt-icon_element-fill.prt-icon_element-color-skincolor {
        background-color: var(--base-skin);
        color: var(--base-white);
    }
    
    .prt-icon.prt-icon_element-border.prt-icon_element-color-skincolor {
        border: 1px solid var(--base-skin);
        color: var(--base-skin);
    }
    
    .prt-icon_element-color-darkgrey {
        color: var(--base-dark);
    }
    
    .prt-icon.prt-icon_element-fill.prt-icon_element-color-darkgrey {
        background-color: var(--base-dark);
        color: var(--base-white);
    }
    
    .prt-icon.prt-icon_element-border.prt-icon_element-color-darkgrey {
        border: 1px solid var(--base-dark);
        color: var(--base-dark);
    }
    
    .prt-icon.prt-icon_element-fill.prt-icon_element-color-grey {
        background-color: var(--base-grey);
        color: var(--base-skin);
    }
    
    .prt-icon.prt-icon_element-border.prt-icon_element-color-grey {
        border: 1px solid var(--base-grey);
        color: var(--base-skin);
    }
    
    .prt-icon.prt-icon_element-fill.prt-icon_element-color-white {
        background-color: var(--base-white);
        color: var(--base-skin);
    }
    
    .prt-icon.prt-icon_element-border.prt-icon_element-color-white {
        border: 1px solid var(--base-white);
        color: var(--base-white);
    }
    /** icon-size-xs **/
    
    .prt-icon.prt-icon_element-size-xs {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    
    .prt-icon.prt-icon_element-size-xs i {
        font-size: 16px;
    }
    /** icon-size-sm **/
    
    .prt-icon.prt-icon_element-size-sm {
        height: 55px;
        width: 55px;
        line-height: 55px;
    }
    
    .prt-icon.prt-icon_element-size-sm i {
        font-size: 31px;
    }
    /** icon-size-md **/
    
    .prt-icon.prt-icon_element-size-md {
        height: 70px;
        width: 70px;
        line-height: 70px
    }
    
    .prt-icon.prt-icon_element-size-md i {
        font-size: 37px;
    }
    /** icon-size-lg **/
    
    .prt-icon.prt-icon_element-size-lg {
        height: 78px;
        width: 78px;
        line-height: 78px;
    }
    
    .prt-icon.prt-icon_element-size-lg i {
        font-size: 48px;
    }
    /** icon-size-xl **/
    
    .prt-icon.prt-icon_element-size-xl {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }
    
    .prt-icon.prt-icon_element-size-xl i {
        font-size: 58px;
    }
    
    .prt-icon.prt-icon_element-onlytxt {
        height: auto;
        width: auto;
        line-height: 1;
    }
    
    .prt-icon.prt-icon_element-onlytxt i {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        transform: translate(0, 0);
    }
    /** icon-shape **/
    
    .prt-icon.prt-icon_element-style-round {
        border-radius: 5px;
    }
    
    .prt-icon.prt-icon_element-style-rounded {
        border-radius: 50%;
    }
    
    .prt-icon.prt-icon_element-style-square {
        border-radius: 0;
    }
    /* prt-list-style-icon */
    
    .prt-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .prt-list.prt-list-style-icon.fw-normal li i,
    .prt-list.prt-list-style-icon.fw-normal .prt-list-li-content {
        font-weight: normal;
        padding-bottom: 2px;
    }
    
    .prt-list.prt-list-style-icon li {
        position: relative;
        padding: 14px 0;
        display: flex;
        align-items: baseline;
        width: 100%;
    }
    
    .prt-list.prt-list-style-icon li:last-child {
        padding-bottom: 0;
    }
    
    .prt-list.prt-list-style-icon li i.fa-minus:before {
        position: absolute;
        content: "";
        top: 6px;
        left: 0;
        height: 2px;
        width: 7px;
        background-color: currentcolor;
    }
    
    .prt-list.prt-list-style-icon li i:before {
        content: "\e649";
        position: absolute;
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: 0;
        top: 6px;
        font-size: 14px;
        font-weight: 900;
        text-align: center;
        color: #000;
        background-color: var(--base-grey);
        border-radius: 50px;
    }
    
    .prt-list.prt-list-style-icon .prt-list-li-content {
        display: inline-block;
        padding-left: 50px;
        font-size: 18px;
        color: #000;
        font-weight: 500;
    }
    /*prt-list-style-icon-01*/
    
    .prt-list.prt-list-style-icon-01 .prt-list-li-content,
    .prt-list.prt-list-style-icon-01 .prt-list-li-btn a {
        display: flex;
        justify-content: center;
        /* display: block; */
        /* padding: 11px 0 9px 55px; */
        border: 1px solid #ece9e0;
        border-radius: 10px;
        font-size: 16px;
        color: var(--base-headingfont-color);
        font-weight: 500;
        font-family: var(--base-headingfont);
        position: relative;
        margin: 0 0 10px;
        transition: all 0.3s ease 0s;
    }
    
    .prt-list.prt-list-style-icon-01 .prt-list-li-content:hover {
        background: var(--base-grey);
    }
    /* .prt-list.prt-list-style-icon-01 li:before {
    content: "\f067";
    position: absolute;
    width: 23px;
    height: 23px;
    line-height: 25px;
    background-color: var(--base-grey);
    border-radius: 50px;
    left: 18px;
    top: 12px;
    font-size: 13px;
    font-family: 'FontAwesome';
    text-align: center;
    color: var(--base-headingfont-color);
    font-weight: 500;
    transition: all 0.3s ease 0s;
} */
    /* .prt-list.prt-list-style-icon-01 li:hover:before {
    background-color: #fff;
} */
    /* .prt-list.prt-list-style-icon-01 li.prt-list-li-btn:before {
    display: none;
}

.prt-list.prt-list-style-icon-01 .prt-list-li-btn a {
    border: 1px solid var(--base-skin);
    background-color: var(--base-skin);
    padding: 11px 0 9px 0px;
    text-align: center;
} */
    /*prt-list-style-icon-02*/
    
    .prt-list.prt-list-style-icon-02 li {
        position: relative;
        padding: 8px 0;
        display: flex;
        align-items: baseline;
        width: 100%;
    }
    
    .prt-list.prt-list-style-icon-02 li:before {
        content: "\f058";
        position: absolute;
        line-height: 44px;
        left: 0;
        top: 0px;
        font-size: 16px;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        text-align: center;
        color: var(--base-skin);
    }
    
    .blog-list .prt-list.prt-list-style-icon-02 li:before {
        font-size: 18px;
    }
    
    .blog-list .prt-list.prt-list-style-icon-02 li {
        line-height: 28px;
        padding: 6px 0 6px 30px;
    }
    
    .prt-list.prt-list-style-icon-02 .prt-list-li-content {
        display: inline-block;
        padding-left: 26px;
        font-size: 16px;
        color: var(--base-white);
        font-weight: 500;
        text-align: left;
    }
    /*prt-list-style-icon-03*/
    
    .prt-list.prt-list-style-icon-03 .prt-list-li-content {
        display: table;
        padding: 8px 20px 9px 42px;
        font-size: 16px;
        color: var(--base-headingfont-color);
        font-weight: 500;
        font-family: var(--base-headingfont);
        position: relative;
        border: 1px solid #e7e7e7;
        border-radius: 10px;
        background-color: var(--base-grey);
        margin-bottom: 15px;
    }
    
    .prt-list.prt-list-style-icon-03 .prt-list-li-content:last-child {
        margin-bottom: 0;
    }
    
    .prt-list.prt-list-style-icon-03 li:before {
        content: "\f05a";
        position: absolute;
        line-height: 40px;
        left: 20px;
        top: 0px;
        font-size: 16px;
        font-weight: 500;
        font-family: 'FontAwesome';
        text-align: center;
        color: var(--base-headingfont-color);
    }
    
    .prt-list.fs-14 {
        font-size: 14px;
    }
    
    .prt-list.fs-15 {
        font-size: 15px;
    }
    
    .prt-list.fs-15 i {
        font-size: 12px;
    }
    
    .prt-list-icon-color-skincolor li i {
        color: var(--base-skin);
    }
    
    .prt-list-icon-color-darkgrey li i {
        color: var(--base-dark);
    }
    /* prt-video-icon */
    
    .prt-video-icon .prt-icon.prt-icon_element-size-md {
        height: 98px;
        width: 98px;
        line-height: 98px;
    }
    
    .prt-video-icon .prt-icon.prt-icon_element-size-md i {
        font-size: 40px;
    }
    
    .prt-right-video-icon,
    .prt-left-video-icon,
    .prt-center-video-icon {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
    }
    /*list*/
    /*prt-list-style2*/
    
    .prt-list.style2 li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 15px;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 10px;
    }
    
    .prt-list.style2 li label,
    .prt-list.style2 li span {
        font-size: 16px;
        line-height: 28px;
        color: var(--base-headingfont-color);
    }
    /*style3*/
    
    .prt-list.style3 li:not(:last-child) {
        padding-bottom: 7px;
    }
    
    .prt-list.style3 li span:first-child {
        font-size: 16px;
        line-height: 26px;
        font-weight: 600;
        color: var(--base-dark);
        padding-right: 23px;
    }
    
    .prt-list.style3 li span:last-child,
    .prt-list.style3 li a {
        font-size: 18px;
        line-height: 28px;
        color: var(--base-bodyfont-color);
    }
    /*prt-list-style4*/
    
    .prt-list.style4 li {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 4px 0;
    }
    
    .prt-list.style4 li div {
        width: 6px;
        height: 6px;
        line-height: 28px;
        background-color: var(--base-bodyfont-color);
        border-radius: 50%;
        margin-top: 13px;
        margin-right: 15px;
        flex-shrink: 0;
    }
    
    .prt-list.style4 li span {
        font-size: 16px;
        line-height: 28px;
        color: var(--base-bodyfont-color);
    }
    /* ===============================================
    10.Fid
------------------------*/
    
    .inside {
        position: relative;
        transition: all .4s;
        padding: 10px 0 15px;
    }
    
    .prt-fid-view-lefticon .prt-fid-icon-wrapper,
    .prt-fid-view-lefticon .prt-fid-contents,
    .prt-fid-view-righticon .prt-fid-icon-wrapper,
    .prt-fid-view-righticon .prt-fid-contents {
        display: table-cell;
        vertical-align: top;
    }
    
    .prt-fid-view-lefticon .prt-fid-contents,
    .prt-fid-view-righticon .prt-fid-icon-wrapper {
        padding-left: 15px;
        text-align: left;
    }
    
    .prt-fid-view-topicon i {
        margin-bottom: 10px;
    }
    
    .prt-fid-icon-wrapper i {
        font-size: 45px;
        line-height: 50px;
        position: relative;
        display: inline-block;
    }
    
    .inside h4,
    .inside h4 span {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 0;
    }
    
    .inside h3 {
        margin-bottom: 0;
        width: 100%;
        font-size: 15px;
        line-height: 26px;
        font-weight: 400;
        padding-top: 0;
    }
    /* style1 */
    
    .prt-fid.inside.style1 {
        margin: 0;
        padding: 0;
        text-align: left;
    }
    
    .prt-fid.inside.style1 .fid-contents {
        padding: 5px 0 0;
    }
    
    .prt-fid.inside.style1 h4,
    .prt-fid.inside.style1 h4 span {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 0;
        display: table-cell;
        color: var(--base-white);
        font-weight: 600;
    }
    
    .prt-fid.inside.style1 .prt-fid-contents .prt-fid-title {
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
        color: var(--base-white);
        position: relative;
        margin-bottom: 0;
    }
    /*circle-progress*/
    
    .prt-fid-view-circle-progress {
        border: 1px solid #e7e7e7;
        padding: 30px 20px 25px 20px;
        margin: 12px 0;
    }
    
    .prt-fid-view-circle-progress .prt-circle-content {
        float: left;
        line-height: 0;
        position: relative;
        margin-right: 15px;
    }
    
    .prt-fid-view-circle-progress .prt-circle-boxcontent {
        position: absolute;
        top: 51%;
        left: 0;
        width: 100%;
        text-align: center;
        -khtml-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%)
    }
    
    .prt-fid-view-circle-progress .prt-fid-number,
    .prt-fid-view-circle-progress .prt-fid-number sub,
    .prt-fid-view-circle-progress .prt-fid-number sup {
        padding: 17px;
        font-size: 19px;
        font-weight: 700;
        color: var(--base-dark);
    }
    
    .prt-fid-view-circle-progress .prt-fid-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 8px;
    }
    /* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/
    
    .featured-icon-box {
        position: relative;
        margin: 15px 0;
    }
    
    .featured-icon-box .prt-icon {
        margin-bottom: 0;
    }
    
    .featured-title h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
        font-weight: 500;
    }
    
    .featured-icon-box.icon-align-before-content .featured-icon,
    .featured-icon-box.icon-align-before-content .featured-content,
    .featured-icon-box.icon-align-before-title .featured-title,
    .featured-icon-box.icon-align-before-title .featured-icon {
        display: table-cell;
        vertical-align: middle;
    }
    
    .featured-icon-box.icon-align-before-content .featured-icon i {
        display: inline-block;
        vertical-align: middle;
    }
    
    .featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-content,
    .featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
        vertical-align: top;
        padding-top: 0px;
    }
    
    .featured-icon-box.icon-align-before-content .featured-content,
    .featured-icon-box.icon-align-before-title .featured-title {
        padding-left: 15px;
    }
    
    .featured-icon-box.icon-align-before-title .featured-title h3 {
        margin-bottom: 0;
    }
    
    .featured-icon-box.icon-align-before-content .featured-content .featured-desc p {
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .featured-icon-box.icon-align-before-title .featured-content {
        margin-top: 15px;
    }
    
    .featured-icon-box.icon-align-top-content .featured-content {
        padding-top: 15px;
    }
    
    section {
        counter-reset: container
    }
    
    .container .number:after {
        counter-increment: container;
        content: counter(container, decimal-leading-zero);
        font-family: var(--base-bodyfont);
        font-style: normal;
    }
    
    .featured-icon-box.icon-flip-hover .prt-icon i {
        transition: all 1s ease;
        display: block;
        transform: translate(0%, 0%) rotateY(0deg);
    }
    
    .featured-icon-box.icon-flip-hover:hover .prt-icon i {
        transform: translate(0%, 0%) rotateY(360deg);
    }
    /* style1 */
    
    .featured-icon-box.style1 {
        overflow: hidden;
        position: relative;
        margin: 15px 0;
        padding: 30px 30px 30px;
        background-color: var(--base-grey);
        border-width: 1px;
        border-style: solid;
        border-color: #ece9e0;
        border-radius: 10px;
        text-align: left;
        width: 100%;
        line-height: 20px;
    }
    
    .featured-icon-box.style1 .featured-content {
        padding: 0 0 0 20px;
    }
    
    .featured-icon-box.style1 .featured-icon .prt-icon i {
        transition-duration: 0s;
        color: var(--base-headingfont-color);
        font-size: 33px;
        background-color: var(--base-skin);
        height: 70px;
        width: 70px;
        line-height: 80px;
        text-align: center;
        border-radius: 50%;
    }
    
    .featured-icon-box.style1:hover .featured-icon .prt-icon {
        transform: rotateY(360deg);
    }
    
    .featured-icon-box.style1 .featured-desc p {
        margin-bottom: 0;
    }
    
    .featured-icon-box.style1 .featured-title h3 {
        font-size: 19px;
        line-height: 24px;
        font-weight: 600;
        margin-bottom: 8px;
        color: var(--base-headingfont-color);
    }
    /*bg-base-dark*/
    
    .featured-icon-box.style1.bg-base-dark {
        background-color: var(--base-dark);
        border-color: var(--base-dark);
    }
    
    .featured-icon-box.style1.bg-base-dark .featured-title h3,
    .featured-icon-box.style1.bg-base-dark .featured-desc p {
        color: var(--base-white);
    }
    /*bg-base-skin*/
    
    .featured-icon-box.style1.bg-base-skin {
        background-color: var(--base-skin);
        border-color: var(--base-skin);
    }
    
    .featured-icon-box.style1.bg-base-skin .featured-icon .prt-icon i {
        background-color: var(--base-white);
    }
    
    .featured-icon-box.style1.bg-base-skin .featured-desc p {
        color: var(--base-darkblack);
    }
    /*style2*/
    
    .prt-info-main-block {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .prt-info-main-block .info_btn .prt-btn.prt-btn-size-md {
        padding: 12px 25px 12px;
        color: var(--base-darkblack);
    }
    
    .featured-icon-box.style2 {
        overflow: hidden;
        position: relative;
        margin: 0;
    }
    
    .featured-icon-box.style2 .featured-icon,
    .featured-icon-box.style2 .featured-content {
        display: table-cell;
        vertical-align: middle;
    }
    
    .featured-icon-box.style2 .featured-icon .prt-icon i {
        font-size: 30px;
        line-height: 30px;
        color: var(--base-darkblack);
    }
    
    .featured-icon-box.style2 .featured-content {
        padding: 0 0 0 0px;
    }
    
    .featured-icon-box.style2 .featured-title h3 {
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        position: relative;
        color: var(--base-headingfont-color);
        margin-bottom: 0;
        text-transform: uppercase;
        text-align: center;
    }
    
    .featured-icon-box.style2 .featured-desc p {
        margin-bottom: 0;
        color: var(--base-headingfont-color);
        font-size: 14px;
        line-height: 24px;
    }
    /*style3*/
    
    .featured-icon-box.style3 {
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    
    .featured-icon-box.style3 .featured-icon,
    .featured-icon-box.style3 .featured-content {
        display: table-cell;
        vertical-align: middle;
    }
    
    .featured-icon-box.style3 .featured-icon .prt-icon i {
        font-size: 56px;
        line-height: 50px;
    }
    
    .featured-icon-box.style3 .featured-content {
        padding: 0 0 0 14px;
        text-align: left;
    }
    
    .featured-icon-box.style3 .featured-title h3 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        position: relative;
        color: var(--base-headingfont-color);
        margin-bottom: 0;
    }
    
    .featured-icon-box.style3 .featured-desc p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 24px;
    }
    /*style4*/
    
    .featured-icon-box.style4 {
        overflow: hidden;
        position: relative;
        padding: 40px 32px 35px;
        margin: 0;
        width: 100%;
    }
    
    .featured-icon-box.style4.border-top {
        border-top: 1px solid rgba(0 65 73 / 0.10) !important;
    }
    
    .featured-icon-box.style4.border-left {
        border-left: 1px solid rgba(0 65 73 / 0.10) !important;
    }
    
    .featured-icon-box.style4 .featured-icon,
    .featured-icon-box.style4 .featured-content {
        display: table-cell;
        vertical-align: top;
    }
    
    .featured-icon-box.style4 .featured-icon .prt-icon i {
        font-size: 46px;
        line-height: 40px;
        color: var(--base-darkblack);
    }
    
    .featured-icon-box.style4 .featured-content {
        padding: 0 0 0 20px;
        text-align: left;
    }
    
    .featured-icon-box.style4 .featured-title h3 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        position: relative;
        color: var(--base-headingfont-color);
        margin-bottom: 12;
    }
    
    .featured-icon-box.style4 .featured-desc p {
        margin-bottom: 0;
    }
    
    .featured-icon-box.style4 .featured-list {
        color: var(--base-headingfont-color);
        font-weight: 500;
    }
    
    .featured-icon-box.style4 .featured-list a,
    .featured-icon-box.style4 .featured-link a {
        color: var(--base-bodyfont-color);
        font-weight: 400;
    }
    
    .featured-icon-box.style4 .featured-link a.underline:before {
        background-color: var(--base-bodyfont-color) !important;
    }
    
    .featured-icon-box.style4 .featured-list a:hover,
    .featured-icon-box.style4 .featured-link a:hover {
        color: var(--base-dark);
    }
    
    .featured-icon-box.style4 ul.social-icons li a {
        width: 40px;
        height: 40px;
        border: 1px solid #ebebeb;
        border-radius: 5px;
        font-size: 18px;
        line-height: 40px;
        text-align: center;
        color: var(--base-headingfont-color);
        margin-bottom: 8px;
    }
    
    .featured-icon-box.style4 ul.social-icons li a:hover {
        color: var(--base-white);
        background-color: var(--base-dark);
        border: 1px solid var(--base-dark);
    }
    
    .prt-featured-block .row>[class|=col]:nth-child(1)>.featured-icon-box.style4,
    .prt-featured-block .row>[class|=col]:nth-child(2)>.featured-icon-box.style4 {
        padding-top: 0;
    }
    
    .prt-featured-block .row>[class|=col]:nth-child(3)>.featured-icon-box.style4,
    .prt-featured-block .row>[class|=col]:nth-child(4)>.featured-icon-box.style4 {
        padding-bottom: 0;
    }
    
    .prt-featured-block .row>[class|=col]:nth-child(1)>.featured-icon-box.style4,
    .prt-featured-block .row>[class|=col]:nth-child(3)>.featured-icon-box.style4 {
        padding-left: 0;
    }
    
    .prt-featured-block .row>[class|=col]:nth-child(2)>.featured-icon-box.style4,
    .prt-featured-block .row>[class|=col]:nth-child(4)>.featured-icon-box.style4 {
        padding-right: 0;
    }
    /* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/
    
    .featured-imagebox {
        margin: 15px 0;
    }
    
    .featured-imagebox,
    .featured-imagebox .featured-thumbnail {
        position: relative;
        overflow: hidden;
    }
    
    .featured-imagebox .featured-thumbnail 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;
    }
    
    .featured-imagebox:hover .featured-thumbnail img {
        -moz-transform: scale(1.09);
        -webkit-transform: scale(1.09);
        -ms-transform: scale(1.09);
        transform: scale(1.09);
    }
    
    .featured-imagebox .featured-content .featured-title h3 {
        font-size: 20px;
        line-height: 32px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    /* post */
    
    .featured-imagebox-post {
        overflow: visible;
    }
    
    .featured-imagebox-post .featured-content .post-meta span {
        display: inline-block;
        position: relative;
        margin-right: 20px;
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 12px;
    }
    
    .featured-imagebox-post .featured-content .post-meta span,
    .featured-imagebox-post .featured-content .post-meta span a {
        color: var(--body-font-color);
    }
    
    .featured-imagebox-post .featured-content .post-meta span:last-child {
        margin-right: 0;
    }
    
    .featured-imagebox-post .featured-content .post-meta span i {
        padding-right: 4px;
        font-size: 14px;
        line-height: 0;
        color: var(--base-skin);
    }
    
    .featured-imagebox-post .featured-content .post-meta span i.fa-comments-o {
        font-size: 16px;
    }
    
    .featured-imagebox-post .prt-box-post-date .prt-entry-date {
        color: #fff;
        display: inline-block;
        padding: 20px 8px;
        z-index: 2;
        font-size: 15px;
    }
    
    .prt-box-post-date .prt-entry-date .entry-month,
    .prt-box-post-date .prt-entry-date .entry-year {
        font-size: 16px;
        line-height: 1;
        display: block;
        font-weight: 700;
        text-transform: capitalize;
    }
    
    .post-category {
        display: inline-block;
        border-radius: 6px;
        font-size: 14px;
        line-height: 1;
        padding: 6px 10px;
        color: #fff;
        margin-bottom: 15px;
    }
    /* post-1 */
    
    .prt-blog-single .featured-imagebox-post.style1 .featured-thumbnail img {
        max-height: 300px;
        object-fit: cover;
    }
    
    .featured-imagebox-post.style1 {
        overflow: hidden;
        position: relative;
        margin: 0 0 30px;
    }
    
    .featured-imagebox-post.style1 .featured-thumbnail {
        overflow: hidden;
        border-radius: 10px;
        width: 100%;
    }
    
    .featured-imagebox-post.style1 .featured-thumbnail.prt-blog-img img {
        max-height: 510px;
        object-fit: cover;
    }
    
    .featured-imagebox-post.style1 .featured-content {
        background-color: var(--base-white);
        padding: 30px 0 0;
    }
    
    .featured-imagebox-post.style1 .featured-content h3 {
        position: relative;
        font-size: 19px;
        line-height: 34px;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 3px;
    }
    
    .featured-imagebox-post.style1 .featured-content h3 {
        transition-timing-function: ease-in-out;
        transition-duration: .5s;
        transition-property: all;
        background-image: linear-gradient(var(--base-dark), var(--base-dark)), linear-gradient(var(--base-dark), var(--base-dark));
        display: inline;
        background-size: 0% 1px, 0 1px;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        transition: background-size 0.4s linear;
    }
    
    .featured-imagebox-post.style1:hover .featured-content h3 {
        background-size: 0 1px, 100% 1px;
    }
    
    .featured-imagebox-post.style1 .featured-content h3 a {
        color: var(--base-headingfont-color);
    }
    
    .featured-imagebox-post.style1 .featured-content span.prt-meta-line.category {
        position: relative;
        color: var(--base-bodyfont-color);
        display: inline-block;
        padding: 10px 15px;
        border-radius: 5px;
        z-index: 2;
        font-size: 14px;
        background-color: var(--base-grey);
        border: 1px solid #ece9e0;
        margin: 0 0 10px;
    }
    
    .featured-imagebox-post.style1 .featured-content .post-meta span {
        display: inline-block;
        position: relative;
        margin: 0 0 10px 0;
        padding-left: 12px;
        font-size: 14px;
        line-height: 14px;
    }
    
    .featured-imagebox-post.style1 .featured-content .post-meta span:last-child {
        margin-left: 7px;
        padding-left: 18px;
    }
    
    .featured-imagebox-post.style1 .featured-content .post-meta span:last-child:before {
        content: '';
        position: absolute;
        top: 5px;
        left: 0;
        width: 6px;
        height: 6px;
        background-color: var(--base-dark);
        border-radius: 5px;
        transition: all .3s ease-in-out;
    }
    
    .prt-post-mt {
        margin-top: -207px;
    }
    /* services-1 */
    /*style1*/
    
    .featured-imagebox-service.style1 {
        position: relative;
        margin: 15px 0;
        overflow: hidden;
        border-radius: 10px;
        background-color: var(--base-grey);
        border: 1px solid #ece9e0;
        width: 100%;
    }
    
    .featured-imagebox-service.style1 .featured-thumbnail img {
        object-fit: cover;
    }
    
    .featured-imagebox-service.style1 .featured-content {
        padding: 18px 25px 15px;
        text-align: center;
    }
    
    .featured-imagebox-service.style1 .featured-title h3,
    .featured-imagebox-service.style2 .featured-title h3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 0px;
        background-image: linear-gradient(var(--base-dark), var(--base-dark)), linear-gradient(var(--base-dark), var(--base-dark));
        display: inline-block;
        background-size: 0% 1px, 0 1px;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        transition: background-size 0.4s linear;
    }
    
    .featured-imagebox-service.style1:hover .featured-title h3,
    .featured-imagebox-service.style2:hover .featured-title h3 {
        background-size: 0 1px, 100% 1px;
    }
    /*style2*/
    
    .featured-imagebox-service.style2 {
        width: 100%;
        text-align: left;
    }
    
    .featured-imagebox-service.style2 .featured-thumbnail {
        border-radius: 10px;
    }
    
    .featured-imagebox-service.style2 .featured-content {
        padding: 32px 0 0;
    }
    
    .featured-imagebox-service.style2 .featured-title {}
    
    .featured-imagebox-service.style2 .featured-title h3 {
        margin-bottom: 12px;
    }
    
    .featured-imagebox-service.style2 .featured-title h3 span {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        color: var(--base-bodyfont-color);
    }
    /*product*/
    
    .featured-imagebox-product.style1 {
        position: relative;
        margin: 15px 0;
        text-align: center;
        width: 100%;
    }
    
    .featured-imagebox-product.style1 .featured-thumbnail {
        border-radius: 10px;
        position: relative;
    }
    
    .featured-imagebox-product.style1 .featured-content {
        border-radius: 10px;
        border: 1px solid #ece9e0;
        background-color: var(--base-grey);
        margin-top: 10px;
        padding: 21px 30px 20px 30px;
    }
    
    .featured-imagebox-product.style1 .featured-title h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 6px;
    }
    
    .featured-imagebox-product.style1 .featured-desc p a {
        color: var(--base-dark);
        font-weight: 500;
    }
    
    .featured-imagebox-product.style1 .featured-desc p span a {
        text-decoration: line-through;
        margin-right: 5px;
    }
    
    .featured-imagebox-product.style1 .prt-product-btn .prt-btn.prt-btn-size-sm {
        padding: 9px 12px 10px;
        margin-bottom: 10px;
        width: 115px;
        font-size: 14px;
    }
    
    .featured-imagebox-product.style1 .prt-product-btn .prt-btn.mr {
        margin-right: 5px;
    }
    
    .prt-product-text {
        background-color: var(--base-dark);
        padding: 10px 30px 10px;
        margin: 25px 50px 0;
        border-radius: 10px;
        color: #fff;
        text-align: center;
    }
    
    .prt-product-text p {
        margin-bottom: 0;
    }
    /* team-1 */
    
    .featured-imagebox-team.style1 {
        position: relative;
        overflow: hidden;
        margin: 15px 0;
        background-color: var(--base-grey);
        border: 1px solid #ece9e0;
        border-radius: 10px;
        text-align: center;
    }
    
    .featured-imagebox-team.style1 .featured-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translateY(-10px) scale(1);
        transition: all 0.6s ease;
    }
    
    .featured-imagebox-team.style1:hover .featured-thumbnail img {
        transform: translateY(0) scale(1);
    }
    
    .featured-imagebox-team.style1 .featured-content .featured-title-box {
        position: relative;
        padding: 21px 30px 20px;
        margin: -55px 0px 0px;
        background-color: var(--base-white);
        text-align: center;
        border-radius: 10px;
        border: 1px solid #ece9e0;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
        z-index: 9;
    }
    
    .featured-imagebox-team.style1 .featured-title h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0px;
    }
    
    .featured-imagebox-team.style1 .featured-title h3 {
        transition-timing-function: ease-in-out;
        transition-duration: .5s;
        transition-property: all;
        background-image: linear-gradient(var(--base-dark), var(--base-dark)), linear-gradient(var(--base-dark), var(--base-dark));
        display: inline;
        background-size: 0% 1px, 0 1px;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        transition: background-size 0.4s linear;
    }
    
    .featured-imagebox-team.style1:hover .featured-content h3 {
        background-size: 0 1px, 100% 1px;
    }
    
    .featured-imagebox-team.style1 .featured-title h3 a {
        color: var(--base-headingfont-color);
    }
    
    .featured-imagebox-team.style1 .featured-position p {
        margin-bottom: 0;
    }
    
    .featured-imagebox-team.style1 .featured-content {
        padding: 0px 30px 21px;
    }
    
    .featured-imagebox-team.style1 .featured-content .prt-history {
        padding: 16px 0 0;
        text-align: center;
    }
    
    .featured-imagebox-team.style1 .featured-content .prt-history .d-flex {
        justify-content: center;
    }
    
    .featured-imagebox-team.style1 .featured-content .prt-history p {
        margin-bottom: 8px;
    }
    
    .featured-imagebox-team.style1 .featured-content .prt-history p i {
        color: var(--base-dark);
        margin-right: 4px;
    }
    
    .featured-imagebox-team.style1 .team-rating-star {
        margin-left: 10px;
    }
    
    .featured-imagebox-team.style1 .team-rating-star i {
        color: #ffcd1e;
        font-size: 16px;
    }
    
    .featured-imagebox-team.style1 .featured-content .prt-history span {
        color: var(--base-headingfont-color);
        font-weight: 500;
    }
    /*featured-image-box*/
    
    .featured-image-box {
        position: relative;
        text-align: left;
        background-color: var(--base-grey);
        border-radius: 10px;
        border: 1px solid #ece9e0;
        overflow: hidden;
    }
    
    .featured-image-box .featured-content {
        padding: 24px 40px 25px;
    }
    
    .featured-image-box .featured-title h3 {
        font-size: 24px;
        line-height: 34px;
    }
    /*featured-content-box*/
    
    .featured-content-box {
        position: relative;
        text-align: center;
    }
    
    .featured-content-box .featured-desc {
        position: relative;
    }
    
    .featured-content-box .featured-title h3 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 10px;
        font-weight: 500;
    }
    /*style1*/
    
    .featured-content-box.style1 {
        position: relative;
        margin: 0;
        padding-left: 30px;
        text-align: left;
    }
    
    .featured-content-box.style1:before {
        content: '';
        position: absolute;
        top: 12px;
        width: 92px;
        height: 82px;
        background-repeat: no-repeat;
    }
    
    .featured-content-box.style1.box-1:before,
    .featured-content-box.style1.box-3:before {
        background-image: url(../images/icon-01.png);
        right: 50px;
    }
    
    .featured-content-box.style1.box-2:before {
        background-image: url(../images/icon-02.png);
        left: 50px;
    }
    
    .featured-content-box.style1.box-2,
    .featured-content-box.style1.box-4 {
        padding-left: 180px;
    }
    
    .featured-content-box.style1.box-1,
    .featured-content-box.style1.box-2,
    .featured-content-box.style1.box-3 {
        margin: 0 0 58px;
    }
    
    .featured-content-box.style1 .featured-content {
        max-width: 445px;
    }
    
    .prt-stepsbox.row>[class|=col]:last-child>.featured-content-box.style1 .featured-desc p {
        margin-bottom: 0;
    }
    /* ===============================================
    13.Progress-Bar
------------------------*/
    
    .prt-progress-bar {
        position: relative;
    }
    
    .prt-progress-bar:not(:last-child) {
        margin-bottom: 20px;
    }
    
    .prt-progress-bar .progressbar-title {
        display: block;
        margin-bottom: 8px;
        font-size: 20px;
        font-weight: 400;
        color: var(--base-headingfont-color);
        font-family: var(--base-headingfont);
    }
    
    .prt-progress-bar .progress-bar-percent {
        background: none;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 18px;
        font-weight: 600;
        color: var(--base-dark);
        z-index: 3;
        margin-top: -25px;
        text-shadow: none;
        text-align: center;
        overflow: visible;
    }
    
    .prt-progress-bar .progress-bar {
        display: block;
        height: 7px;
        line-height: 3px;
        position: relative;
        background-color: var(--base-skin);
        overflow: visible;
    }
    
    .prt-progress-bar .progress-bar-inner {
        box-shadow: none;
        height: 7px;
        width: 100%;
        z-index: 1;
        background-color: var(--base-grey);
    }
    
    .bg-base-skin .prt-progress-bar .progress-bar-inner {
        background-color: rgba(0, 0, 0, 0.1);
    }
    
    .bg-base-dark .prt-progress-bar .progress-bar-inner {
        background-color: rgba(255, 255, 255, .1);
    }
    
    .bg-base-grey .prt-progress-bar .progress-bar-inner {
        background-color: #fff;
    }
    /* style1 */
    
    .prt-progress-bar.style1:not(:last-child) {
        margin-bottom: 36px;
    }
    
    .prt-progress-bar.style1 h3.progress-title,
    .prt-progress-bar.style1 h3.progress-percentage.counter {
        display: block;
        margin-bottom: 15px;
        font-size: 18px;
        text-transform: capitalize;
        color: var(--base-dark);
        line-height: 26px;
        font-weight: 600;
    }
    
    .prt-progress-bar.style1 .progress-bar-percent {
        font-size: 14px;
        line-height: 26px;
        font-weight: 400;
        color: var(--base-white);
        font-family: var(--base-headingfont);
        text-align: center;
        background: var(--base-skin);
        border-radius: 5px;
        width: 42px;
        height: 26px;
        display: inline;
        top: -17px;
    }
    
    .prt-progress-bar.style1 .progress-bar-percent:before {
        position: absolute;
        content: "";
        left: 36%;
        bottom: -8px;
        border: solid;
        border-color: var(--base-skin) transparent;
        border-width: 8px 6px 0 6px;
    }
    
    .prt-progress-bar.style1 .progress-bar {
        display: block;
        height: 5px;
        line-height: 5px;
        position: relative;
        background-color: var(--base-skin);
        overflow: visible;
        bottom: 0;
        border-radius: 2px;
    }
    
    .prt-progress-bar.style1 .progress-bar-inner {
        box-shadow: none;
        height: 5px;
        width: 100%;
        z-index: 1;
        border-radius: 2px;
        background-color: rgba(0 0 0 / 0.10);
    }
    /* ===============================================
    14.Testimonial
------------------------*/
    
    .testimonials {
        position: relative;
    }
    
    .testimonials .testimonial-caption h3 {
        font-size: 22px;
        line-height: 34px;
        display: block;
        margin-bottom: 0;
    }
    
    .testimonial-caption label {
        display: block;
        margin: 0;
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 4px;
        color: var(--base-skin);
    }
    
    .testimonials .testimonial-content blockquote {
        padding: 10px 25px;
        font-size: 20px;
        position: relative;
        line-height: 32px;
        font-style: italic;
        margin: 0;
    }
    /*style1*/
    
    .testimonials {
        position: relative;
    }
    
    .testimonials-nav {
        border-radius: 10px;
        overflow: hidden;
        max-width: 303px;
        margin: 0 auto;
    }
    
    .testimonials-nav .testimonial-avatar-main {
        position: relative;
        padding: 30px 61px 26px;
        margin: 0 10px;
        background-color: var(--base-grey);
        border-radius: 10px;
        text-align: center;
    }
    
    .testimonials-nav .testimonial-avatar img {
        border-radius: 50%;
        margin-bottom: -15px;
    }
    
    .testimonials .testimonial-caption h3 {
        font-size: 20px;
        line-height: 30px;
        display: block;
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 18px;
    }
    
    .testimonials .testimonial-caption p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }
    
    .testimonials .testimonial-rating-star {
        padding: 5px 20px 4px;
        background-color: var(--base-white);
        border-radius: 10px;
        display: inline-block;
    }
    
    .testimonials .testimonial-rating-star i {
        font-size: 14px;
        line-height: 14px;
        color: #ffcd1e;
    }
    
    .testimonials .testimonial-content blockquote {
        position: relative;
        padding: 0 0 0 50px;
        font-size: 20px;
        line-height: 34px;
        font-weight: 500;
        font-style: italic;
        text-align: left;
        color: var(--base-headingfont-color);
    }
    
    .testimonials .testimonial-content blockquote:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 29px;
        height: 29px;
        background-image: url(../images/icon-04.png);
        background-repeat: no-repeat;
    }
    /* ===============================================
    15.Client-row  
------------------------*/
    
    .client-box-main {
        margin: -112px 0 0 50px;
        padding: 15px 0 0;
        border-top: 1px solid #cccccc;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .prt-client .client-box {
        margin-top: 0;
    }
    
    .client-box {
        overflow: hidden;
        position: relative;
        text-align: center;
        margin-top: 10px;
    }
    
    .client-box .prt-client-logo-tooltip {
        margin-top: 35px;
        margin-bottom: 0;
        overflow: hidden;
    }
    
    .client-box .prt-client-logo-tooltip,
    .client-box .prt-client-logo-tooltip-inner {
        position: relative;
    }
    
    .client-box .prt-client-logo-tooltip img {
        display: block;
        margin: 0 auto;
    }
    /* ===============================================
    16.Accordion
------------------------*/
    
    .wrap-acadion .accordion {
        margin-top: 15px;
    }
    
    .accordion .toggle-title a {
        display: block;
        font-weight: 600;
        font-size: 18px;
        position: relative;
    }
    
    .accordion .toggle-title a i {
        margin-right: 15px;
    }
    
    .accordion .toggle-content {
        margin-top: 15px;
    }
    
    .accordion .toggle-content.show {
        display: block !important;
    }
    
    .accordion .toggle-content p:last-child {
        margin-bottom: 0;
    }
    
    .accordion .toggle .toggle-title a:after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        right: 20px;
        display: inline-block;
        content: "\f055";
        border-radius: 50%;
        font-size: 20px;
    }
    
    .accordion .toggle .toggle-title a.active:after {
        content: "\f056";
    }
    
    .accordion .alignleft {
        margin: .15em 1.5em 1.1em 0;
    }
    
    .accordion .toggle.prt-control-left-true .toggle-title a {
        padding-left: 40px;
    }
    
    .accordion .toggle.prt-control-left-true .toggle-title a:after {
        left: 20px;
    }
    
    .accordion .toggle.prt-control-left-true .toggle-title a {
        padding-left: 30px;
    }
    
    .accordion .toggle.prt-control-left-true .toggle-title a:after {
        left: 0;
        border: 0;
        font-size: 10px;
        height: 18px;
        width: 18px;
        line-height: 18px;
        text-align: center;
    }
    /* prt-style-classic style1 */
    /*style1*/
    
    .accordion.style1 {
        min-height: 636px;
    }
    
    .accordion.style1 .toggle.prt-toggle_style_classic {
        padding: 0;
        background-color: var(--base-grey);
        border: 1px solid #ece9e0;
        border-radius: 15px;
        margin: 0 0 15px;
    }
    
    .accordion.style1 .toggle.prt-toggle_style_classic:last-child {
        margin-bottom: 0;
    }
    
    .accordion.style1 .toggle.prt-toggle_style_classic .toggle-content {
        margin-top: 0;
        padding: 0px 30px 25px 30px;
    }
    
    .accordion.style1 .toggle.prt-toggle_style_classic .toggle-content p {
        border-top: 1px solid #ece9e0;
        padding-top: 25px;
    }
    
    .accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a {
        padding: 20px 70px 20px 30px;
        font-family: var(--base-headingfont);
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        color: var(--base-headingfont-color);
        white-space: normal;
    }
    
    .accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active {
        padding: 20px 70px 20px 30px;
    }
    
    .accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:after {
        content: "\f107";
        font-size: 12px;
        font-family: 'flaticon';
        position: absolute;
        top: 23px;
        right: 30px;
        transition: all 0.1s ease;
    }
    
    .accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active:after {
        transform: rotate(90deg);
    }
    /* prt-style-default */
    
    .accordion .toggle.prt-toggle_style_default {
        padding: 0;
        border: 0;
    }
    
    .accordion .toggle.prt-toggle_style_default .toggle-content {
        padding: 7px 30px 11px;
    }
    
    .accordion .toggle.prt-toggle_style_default .toggle-title a {
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        padding: 18px 30px 18px;
        border: 1px solid rgba(0, 0, 0, 0.11) !important;
        border-radius: 5px;
    }
    
    .accordion .toggle.prt-toggle_style_default .toggle-title a:after {
        content: unset;
    }
    
    .accordion .toggle.prt-toggle_style_default .toggle-title a.active {
        background-color: var(--base-dark);
        color: var(--base-white);
    }
    /* ===============================================
    17.Wrap-Form
------------------------*/
    
    .wrap-form label {
        width: 100%;
        margin: 0;
    }
    
    .wrap-form span.text-input {
        margin-bottom: 20px;
        display: block;
        position: relative;
    }
    
    .wrap-form span.text-input>i {
        position: absolute;
        left: 10px;
        top: 21px;
        opacity: .9;
        font-size: 14px;
        z-index: 1;
    }
    /* contactform */
    
    .wrap-form.contact_form span.text-input i {
        position: absolute;
        left: 20px;
        top: 15px;
        font-size: 15px;
        z-index: 1;
        color: var(--base-skin);
    }
    
    .wrap-form.contact_form span.text-input input,
    .wrap-form.contact_form span.text-input textarea,
    .wrap-form.contact_form span.text-input select {
        border-radius: 0;
        color: rgba(0, 0, 0, .60);
        border-color: transparent;
        border-radius: 5px;
        padding: 12px 15px;
        padding-left: 44px;
    }
    
    .wrap-form.contact_form span.text-input textarea {
        padding: 10px 15px;
        padding-left: 44px;
    }
    
    .prt-bgcolor-grey .wrap-form.contact_form span.text-input input,
    .prt-bgcolor-grey .wrap-form.contact_form span.text-input textarea,
    .prt-bgcolor-grey .wrap-form.contact_form span.text-input select {
        background-color: #fff;
    }
    
    .prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input,
    .prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea,
    .prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select {
        background-color: transparent;
        border: 0;
        color: #fff;
        padding-left: 0;
        border-bottom: 2px solid rgba(255, 255, 255, .12);
    }
    
    .prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input::-webkit-input-placeholder,
    .prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea::-webkit-input-placeholder,
    .prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select::-webkit-input-placeholder {
        color: #fff;
    }
    
    .wrap-form.query_form span.text-input {
        margin: 0 0 40px;
    }
    
    .wrap-form.query_form span.text-input label {
        text-align: left;
        font-size: 13px;
        text-transform: uppercase;
        color: var(--base-white);
    }
    
    .wrap-form.query_form span.text-input input,
    .wrap-form.query_form span.text-input select,
    .wrap-form.query_form span.text-input textarea {
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid rgba(255 255 255 / 0.20);
        background-color: transparent;
        color: #fff;
        padding: 13px 20px 13px;
        font-size: 15px;
    }
    
    .wrap-form.query_form span.text-input textarea {
        padding: 13px 20px 28px;
    }
    
    .wrap-form span.text-input input::-webkit-input-placeholder,
    .wrap-form span.text-input textarea::-webkit-input-placeholder,
    .wrap-form span.text-input select::-webkit-input-placeholder {
        color: rgba(255 255 255 / 0.70);
    }
    
    .wrap-form.query_form span.text-input select {
        color: rgba(255 255 255 / 0.70);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    
    .wrap-form.query_form span.text-input select option {
        color: #000;
    }
    
    .wrap-form span.text-input input[type=time][placeholder]:invalid::-webkit-datetime-edit,
    .wrap-form span.text-input input[type=date]:invalid::-webkit-datetime-edit {
        color: rgba(255 255 255 / 0.70);
    }
    
    .wrap-form span.text-input input::-webkit-calendar-picker-indicator {
        filter: invert(0.6);
        color: #fff;
    }
    
    .wrap-form.query_form span.text-input.select-option:before {
        position: absolute;
        content: '\f107';
        font-family: 'fontello';
        right: 20px;
        top: 29%;
        font-size: 17px;
        pointer-events: none;
    }
    /*style1*/
    
    .wrap-form.query_form-1 span.text-input {
        margin-bottom: 11px;
    }
    
    .wrap-form.query_form-1 span.text-input input,
    .wrap-form.query_form-1 span.text-input select,
    .wrap-form.query_form-1 span.text-input textarea {
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid rgba(255 255 255 / 0.20);
        background-color: transparent;
        color: #fff;
        padding: 12px 20px 12px;
        font-size: 15px;
    }
    
    .wrap-form.query_form-1 span.text-input input::-webkit-input-placeholder,
    .wrap-form.query_form-1 span.text-input textarea::-webkit-input-placeholder,
    .wrap-form.query_form-1 span.text-input select::-webkit-input-placeholder {
        color: rgba(255 255 255 / 1);
    }
    
    .wrap-form.query_form-1 span.text-input select {
        color: rgba(255 255 255 / 1);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    
    .wrap-form.query_form-1 span.text-input select option {
        color: #000;
    }
    
    .wrap-form.query_form-1 span.text-input input[type=time][placeholder]:invalid::-webkit-datetime-edit,
    .wrap-form.query_form-1 span.text-input input[type=date]:invalid::-webkit-datetime-edit {
        color: rgba(255 255 255 / 1);
    }
    
    .wrap-form.query_form-1 span.text-input input::-webkit-calendar-picker-indicator {
        filter: invert(1);
        color: #fff;
    }
    
    .wrap-form.query_form-1 span.text-input.select-option:before {
        position: absolute;
        content: '\f107';
        font-family: 'fontello';
        right: 20px;
        top: 24%;
        font-size: 17px;
        color: rgba(255 255 255 / 1);
        pointer-events: none;
    }
    /*style2*/
    
    .wrap-form.query_form-2 span.text-input {
        margin-bottom: 11px;
    }
    
    .wrap-form.query_form-2 span.text-input input,
    .wrap-form.query_form-2 span.text-input select,
    .wrap-form.query_form-2 span.text-input textarea {
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid rgba(0 0 0 / 0.15);
        background-color: transparent;
        color: #000;
        padding: 12px 20px 12px;
        font-size: 15px;
    }
    
    .wrap-form.query_form-2 span.text-input input::-webkit-input-placeholder,
    .wrap-form.query_form-2 span.text-input textarea::-webkit-input-placeholder,
    .wrap-form.query_form-2 span.text-input select::-webkit-input-placeholder {
        color: rgba(102 102 102 / 0.50);
    }
    /* checkbox  */
    
    .wrap-form.query_form-2 input[type=checkbox] {
        visibility: hidden;
        position: absolute;
    }
    
    .wrap-form.query_form-2 input[type=checkbox]+label {
        height: 15px;
        width: 15px;
        border: 1px solid rgba(0, 0, 0, 0.20);
        border-radius: 2px;
        vertical-align: middle;
        margin-bottom: 0px;
        margin-right: 5px;
    }
    
    .wrap-form.query_form-2 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;
    }
    
    .wrap-form.query_form-2 .widget-form p.cookies,
    .wrap-form.query_form-2 .widget-form p.cookies a {
        color: rgb(255 255 255);
        font-size: 14px;
        line-height: 24px;
    }
    
    .wrap-form.query_form-2 input[type=checkbox]:checked+label:before {
        content: "";
        border: solid;
        border-color: var(--base-dark);
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: block;
        left: 4px;
        top: 1px;
        width: 5px;
        height: 9px;
        background-color: transparent!important;
        border-radius: 0;
        position: relative;
        vertical-align: middle;
    }
    
    .wrap-form.query_form-2 .widget-form p.cookies a.underline:before {
        height: 1px;
        background-color: rgb(255 255 255 / 60%);
    }
    /*style3*/
    /*message_form*/
    
    .wrap-form.message_form span.text-input {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }
    
    .wrap-form.message_form span.text-input label {
        flex-shrink: 0;
        display: inline-block;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        color: var(--base-headingfont-color);
        width: auto;
        margin: 0;
    }
    
    .wrap-form.message_form span.text-input input,
    .wrap-form.message_form span.text-input textarea,
    .wrap-form.message_form span.text-input select {
        flex-shrink: 0;
        display: inline-block;
        width: auto;
        min-width: 300px;
        padding: 10px 15px;
        margin: 0 14px;
        border: 0px solid transparent;
        border-bottom: 1px solid #cccccc;
        border-radius: 0px;
        color: var(--base-dark);
        text-align: left;
    }
    
    .wrap-form.message_form span.text-input textarea {
        flex-grow: 1;
        min-width: auto;
        margin: 0 0 0 20px;
    }
    
    .wrap-form.message_form span.text-input input,
    .wrap-form.message_form span.text-input textarea,
    .wrap-form.message_form span.text-input select {
        background-color: transparent;
    }
    
    .wrap-form.message_form span.text-input input::-webkit-input-placeholder,
    .wrap-form.message_form span.text-input textarea::-webkit-input-placeholder,
    .wrap-form.message_form span.text-input select::-webkit-input-placeholder {
        color: var(--base-bodyfont-color);
    }
    
    .message-select {
        position: relative;
        flex-shrink: 0;
        display: inline-block;
        width: auto;
        min-width: 300px;
        padding: 10px 15px;
        margin: 0 20px;
        border: 0px solid transparent;
        border-bottom: 1px solid #cccccc;
        border-radius: 0px;
        color: var(--base-dark);
        text-align: center;
    }
    
    .form-select.message-select:focus {
        outline: 0;
        box-shadow: unset;
    }
    
    .form-select.message-select::-webkit-input-placeholder {
        color: var(--base-bodyfont-color) !important;
    }
    
    select.message-select:required:invalid {
        color: var(--base-bodyfont-color) !important;
    }
    
    select.message-select option[value=""][disabled] {
        display: none;
    }
    
    select.message-select option {
        color: var(--base-bodyfont-color);
    }
    
    .message_form .cookies {
        color: var(--base-bodyfont-color);
        font-size: 15px;
        line-height: 26px;
        margin-top: -7px;
        margin-bottom: 45px;
    }
    
    .message_form .cookies a {
        color: var(--base-dark);
        font-size: 15px;
        line-height: 26px;
    }
    
    .message_form input[type=checkbox] {
        visibility: hidden;
        position: absolute;
    }
    
    .message_form input[type=checkbox]+label {
        height: 15px;
        width: 15px;
        border: 1px solid #cccccc;
        border-radius: 3px;
        vertical-align: middle;
        margin-bottom: 0px;
        margin-right: 6px;
    }
    
    .message_form input[type=checkbox]:checked+label:before {
        content: "";
        border: solid;
        border-color: var(--base-dark);
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: block;
        left: 4px;
        top: 1px;
        width: 5px;
        height: 9px;
        background-color: transparent!important;
        border-radius: 0;
        position: relative;
        vertical-align: middle;
    }
    
    .message-form-item {
        display: inline-block;
    }
    
    .message-form-item.style2 {
        display: block;
        width: 100%;
    }
    /* ===============================================
    18.Tab
------------------------*/
    
    .prt-tabs ul.tabs {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .prt-tabs ul.tabs li {
        position: relative;
        display: inline-block;
    }
    
    .prt-tabs ul.tabs li:last-child {
        margin-bottom: 0;
    }
    
    .prt-tabs .content-tab .content-inner {
        display: none;
    }
    
    .prt-tabs .content-tab .content-inner.active {
        display: block;
    }
    /* prt-tab-style-01 */
    
    .prt-tabs.prt-tab-style-01 ul.tabs {
        display: flex;
        width: 100%;
        position: relative;
        align-items: center;
        padding: 8px;
        border: 1px solid #cccccc;
        border-radius: 10px;
    }
    
    .prt-tabs.prt-tab-style-01 ul.tabs li a {
        display: inline-block;
        cursor: pointer;
        width: auto;
        position: relative;
        z-index: 3;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        text-transform: capitalize;
        color: var(--base-headingfont-color);
        background-color: transparent;
        padding: 5px 20px 3px 20px;
        margin-right: 30px;
        border-radius: 10px;
    }
    
    .prt-tabs.prt-tab-style-01 ul.tabs li:last-child a {
        margin-right: 0px;
    }
    
    .prt-tabs.prt-tab-style-01 ul.tabs li.active a {
        color: var(--base-white);
        background-color: var(--base-dark);
    }
    
    .prt-tabs.prt-tab-style-01 .content-inner h3 {
        font-size: 32px;
        line-height: 40px;
    }
    
    .prt-tabs.prt-tab-style-01 .content-inner P:first-child {
        margin-bottom: 30px;
    }
    
    .prt-tabs.prt-tab-style-01 .content-tab {
        padding: 25px 0px 0px;
    }
    /* ===============================================
    19.Boxes-Spacing
------------------------*/
    
    .row.prt-boxes-spacing-25px,
    .prt-boxes-spacing-25px {
        margin: 0 -25px !important;
    }
    
    .row.prt-boxes-spacing-25px .prt-box-col-wrapper {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    
    .row.prt-boxes-spacing-20px,
    .prt-boxes-spacing-20px {
        margin: 0 -15px;
    }
    
    .prt-boxes-spacing-20px .prt-box-col-wrapper {
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
    }
    
    .row.prt-boxes-spacing-15px,
    .prt-boxes-spacing-15px {
        margin: 0 -8px !important;
    }
    
    .row.prt-boxes-spacing-15px .prt-box-col-wrapper {
        padding-right: 7.5px !important;
        padding-left: 7.5px !important;
    }
    
    .row.prt-boxes-spacing-10px,
    .prt-boxes-spacing-10px {
        margin: 0 -10px;
    }
    
    .row.prt-boxes-spacing-10px .prt-box-col-wrapper {
        padding-right: 5px !important;
        padding-left: 5px !important;
        padding-bottom: 10px;
    }
    
    .row.prt-boxes-spacing-5px,
    .prt-boxes-spacing-5px {
        margin: 0;
    }
    
    .row.prt-boxes-spacing-5px .prt-box-col-wrapper {
        padding-right: 2.5px;
        padding-left: 2.5px;
        padding-bottom: 5px;
    }
    
    .row.prt-boxes-spacing-0px,
    .prt-boxes-spacing-0px {
        margin: 0;
    }
    
    .row.prt-boxes-spacing-0px .prt-box-col-wrapper {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-bottom: 0px;
        outline: 0;
    }
    /* ===============================================
    20.Pricing-Plan
------------------------*/
    
    .featured-pricingplan-style1 {
        height: 498px;
        overflow: hidden;
        border-radius: 10px;
        margin: 15px 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: var(--base-grey);
        border: 1px solid #e7e7e7;
    }
    
    .featured-box-info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow: hidden;
        display: flex;
        height: 498px;
        position: relative;
        width: 100%;
    }
    
    .prt-pricingbox-style1 .prt-box-col-wrapper {
        width: 100%;
        max-width: calc(23.22222% - -31.44444px);
        border-radius: 10px;
        -webkit-transition: max-width .5s cubic-bezier(.6, 0, .2, 1);
        -o-transition: max-width .5s cubic-bezier(.6, 0, .2, 1);
        transition: max-width .5s cubic-bezier(.6, 0, .2, 1);
        display: block;
        overflow: hidden;
    }
    
    .prt-pricingbox-style1 .prt-boxes-row-wrapper .prt-box-col-wrapper.active {
        width: 100%;
        max-width: calc(56.55556% - 102.88889px);
    }
    
    .prt-pricingbox-style1 .featured-pricing-content {
        opacity: 1;
        top: 0;
    }
    
    .prt-pricingbox-style1 .featured-pricing-content {
        text-align: left;
        top: 0;
        opacity: 1;
        height: 100%;
        position: absolute;
        -webkit-transition: top .5s cubic-bezier(.6, 0, .2, 1), opacity .8s cubic-bezier(.6, 0, .2, 1);
        -o-transition: top .5s cubic-bezier(.6, 0, .2, 1), opacity .8s cubic-bezier(.6, 0, .2, 1);
        transition: top .5s cubic-bezier(.6, 0, .2, 1), opacity .8s cubic-bezier(.6, 0, .2, 1);
        min-width: 16vw;
        padding: 30px 40px 40px;
        background-color: var(--base-grey);
    }
    
    .prt-pricingbox-style1 .prt-box-col-wrapper.active .featured-pricingplan-style1 {
        border: 1px solid var(--base-white);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    }
    
    .prt-pricingbox-style1 .prt-box-col-wrapper.active .featured-pricingplan-style1.img-one {
        background-image: url(../images/pricing-01.jpg);
    }
    
    .prt-pricingbox-style1 .prt-box-col-wrapper.active .featured-pricingplan-style1.img-two {
        background-image: url(../images/pricing-02.jpg);
    }
    
    .prt-pricingbox-style1 .prt-box-col-wrapper.active .featured-pricingplan-style1.img-three {
        background-image: url(../images/pricing-03.jpg);
    }
    
    .prt-pricingbox-style1 .prt-box-col-wrapper.active .featured-pricing-content {
        background-color: rgba(255 255 255 / 0.85);
    }
    
    .prt-pricingbox-style1 .prt-p_table-title h3 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 500;
        margin-bottom: 0;
    }
    
    .prt-pricingbox-style1 .prt-p_table-amount {
        font-size: 44px;
        line-height: 54px;
        font-weight: 600;
        color: var(--base-headingfont-color);
        position: relative;
        display: -webkit-box;
        margin-top: 5px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgb(0 0 0 / 10%);
    }
    
    .prt-pricingbox-style1 span.pac_frequency,
    .prt-pricingbox-style1 span.pac_frequency {
        font-size: 20px;
        line-height: 30px;
    }
    
    ul.prt-p_table-features {
        margin: 30px 0 30px;
        padding: 0;
        list-style-type: none;
    }
    
    ul.prt-p_table-features li {
        color: var(--base-headingfont-color);
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        padding: 8px 0;
    }
    
    .prt-pricingbox-style1 .prt-pricing-btn .prt-btn {
        width: 100%;
    }
    
    .prt-pricingbox-style1 .prt-box-col-wrapper.active .prt-pricing-btn .prt-btn {
        background-color: var(--base-dark);
        border-color: var(--base-dark);
        color: var(--base-white);
    }
    
    .prt-pricingbox-style1 .prt-box-col-wrapper .prt-pricing-btn .prt-btn:hover {
        background-color: var(--base-skin);
        border: 1px solid var(--base-skin);
        color: #000 !important;
    }
    /* ===============================================
    21.Sidebar
------------------------*/
    
    .sidebar .widget-area .widget {
        position: relative;
        margin: 0 0 35px;
        background-color: #fff;
        border-radius: 5px;
    }
    
    .sidebar .widget-area .widget:after {
        display: block;
        height: 3px;
        content: '';
        position: absolute;
        width: auto;
        bottom: 0;
        left: 35px;
        right: 35px;
        z-index: 1;
    }
    
    .sidebar .widget-area .widget.with-title {
        background-color: var(--base-white);
        padding: 0;
        margin: 0 0 40px;
        border-radius: 0;
        overflow: hidden;
    }
    
    .sidebar .widget.widget-nav-menu.with-title {
        padding: 0px;
    }
    
    .sidebar .widget-area .widget:last-child {
        margin-bottom: 0px;
    }
    
    .sidebar .widget ul {
        margin: 20px 0 0;
        padding: 0;
    }
    
    .sidebar .widget ul>li {
        list-style: none;
    }
    
    .sidebar .widget ul>li:first-child {
        padding-top: 0;
        margin-top: 0;
    }
    
    .sidebar .widget-title h3 {
        font-size: 23px;
        line-height: 33px;
        font-weight: 700;
        margin-bottom: 0;
        position: relative;
    }
    /*widget-search*/
    
    .sidebar .widget.widget-search,
    .sidebar .widget-area.prt-col-bgcolor-yes .widget.widget-search {
        padding: 0;
    }
    
    .sidebar .widget.widget-search .search-form {
        border: 0;
        position: relative;
    }
    
    .sidebar .widget.widget-search .search-form label {
        display: block;
        margin: 0;
        width: 100%;
    }
    
    .sidebar .widget-search .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute!important;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }
    
    .sidebar .widget.widget-search .search-form .btn[type="submit"] {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        width: 47px;
        height: 47px;
        line-height: 0;
        z-index: 1;
        outline: 0;
        border: 0;
        border-radius: 5px;
    }
    
    .sidebar .widget.widget-search .input-text {
        border: 1px solid #ebeded;
        border-radius: 5px;
        padding: 10px 15px;
        padding-right: 60px;
        background-color: #fff;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .sidebar .widget.widget-search input {
        color: #242c42;
    }
    /* widget-banner */
    
    .widget-banner {
        padding: 0 !important;
        border: 0 !important;
    }
    
    .widget-banner>div {
        padding: 35px 30px 45px;
        border-radius: 0;
        overflow: hidden;
    }
    
    .widget-banner .prt-btn.prt-btn-size-md {
        padding: 13px 30px;
        font-size: 15px;
    }
    
    .widget-banner h3 {
        font-size: 23px;
        line-height: 33px;
        margin-bottom: 15px;
    }
    
    .widget-banner .widget-banner-btn {
        margin-top: 65px;
    }
    /*.download_block */
    
    .download_block {
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        padding: 40px 30px;
        position: relative;
    }
    
    .download_block .prt-file-title {
        padding-left: 15px;
    }
    
    .download_block .prt-file-title h3 {
        margin-bottom: 0;
    }
    
    .download_block .prt-file-title h3 a {
        font-size: 22px;
        line-height: 32px;
        color: #fff;
        font-family: var(--base-headingfont);
    }
    
    .download_block span {
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        display: block;
    }
    /* widget-categories */
    
    .prt-sidebar-right .widget.widget-search {
        padding: 40px 30px 40px;
        background: linear-gradient(to right, var(--base-first-gradientcolor) 0%, var(--base-second-gradientcolor) 100%, var(--base-first-gradientcolor) 100%);
        border-radius: 0;
    }
    
    .prt-sidebar-right .widget.widget-search .search-form label {
        display: block;
        margin: 0;
    }
    
    .prt-sidebar-right .widget.widget-search input[type="search"] {
        border-radius: 30px;
        color: #fff;
        background-color: rgb(255 255 255 / 20%);
        padding: 14px 45px 14px 25px;
    }
    
    .prt-sidebar-right .widget.widget-search .search-form {
        position: relative;
    }
    
    .prt-sidebar-right .widget.widget-search input[type="search"]::placeholder {
        color: #fff;
    }
    
    .prt-sidebar-right .widget.widget-search .btn-check:focus+.btn,
    .prt-sidebar-right .widget.widget-search .btn:focus {
        outline: 0;
        box-shadow: none;
    }
    
    .prt-sidebar-right .widget.widget-search .btn {
        color: #fff;
        position: absolute;
        top: 5px;
        right: 6px;
        font-size: 20px;
    }
    
    .prt-sidebar-right .widget.with-title {
        margin-bottom: 30px;
    }
    
    .prt-sidebar-right .widget.with-title:last-child {
        margin-bottom: 0;
    }
    
    .prt-sidebar-right .widget.widget-categories .widget-title,
    .prt-sidebar-right .widget.tagcloud-widget .widget-title,
    .prt-sidebar-right .widget.widget-recent-post .widget-title {
        font-size: 23px;
        line-height: 33px;
        font-weight: 700;
        margin-bottom: 0;
        position: relative;
    }
    
    .widget-categories ul {
        padding: 0;
        margin: 20px 0 0;
        list-style-type: none;
    }
    
    .widget-categories ul li a {
        position: relative;
        display: inline-block;
        padding-left: 25px;
        line-height: 1;
        font-size: 15px;
        font-weight: 400;
    }
    
    .widget-categories ul li {
        padding: 0px 20px 12px 20px;
        border-top: 0 !important;
        border-bottom: 1px solid rgb(0 0 0 / 20%);
        position: relative;
        margin: 5px 0 10px;
    }
    
    .widget-categories ul li:last-child {
        padding-bottom: 0 !important;
        border-bottom: 0;
    }
    
    .widget-categories ul li a:before {
        content: "";
        font-style: normal;
        position: absolute;
        background: linear-gradient(to right, var(--base-first-gradientcolor) 0%, var(--base-second-gradientcolor) 100%, var(--base-first-gradientcolor) 100%);
        width: 10px;
        height: 10px;
        left: 0;
        right: auto;
        top: 5px;
        bottom: 0;
    }
    
    .widget-categories ul li a:hover:before {
        color: var(--base-skin);
    }
    
    .widget-categories ul li span {
        position: absolute;
        top: 3px;
        right: 20px;
        width: 22px;
        height: 22px;
        line-height: 21px;
        text-align: center;
        border-radius: 50%;
        display: block;
        font-size: 13px;
        font-weight: 400;
        box-shadow: 0px 0px 10px 0px rgba(3, 59, 74, 0.1);
        background-color: #fff;
    }
    /* widget-nav-menu */
    
    .widget.widget-nav-menu:after {
        content: unset !important;
    }
    
    .widget.widget-nav-menu ul li {
        padding: 10px 0px 10px 0;
        border: 0;
        position: relative;
        border-bottom: 1px solid rgb(0 0 0 / 10%);
    }
    
    .widget.widget-nav-menu ul li a {
        display: inline-block;
        padding: 0 0 0 40px;
        position: relative;
        color: var(--base-dark);
        z-index: 1;
        font-weight: 400;
        font-size: 15px;
    }
    
    .widget.widget-nav-menu ul li:last-child {
        border-bottom: 0;
        padding: 10px 0 0;
    }
    
    .widget.widget-nav-menu ul li a:after {
        content: "";
        font-style: normal;
        position: absolute;
        background: linear-gradient(to right, var(--base-first-gradientcolor) 0%, var(--base-second-gradientcolor) 100%, var(--base-first-gradientcolor) 100%);
        width: 10px;
        height: 10px;
        left: 20px;
        right: auto;
        top: 8px;
        bottom: 0;
    }
    
    .widget.widget-nav-menu ul li a:hover,
    .widget.widget-nav-menu ul li.active a {
        color: var(--base-skin);
    }
    /** prt-recent-post-list **/
    
    .widget ul.prt-recent-post-list {
        margin: 6px 0 0;
        padding: 0;
    }
    
    .widget ul.prt-recent-post-list>li {
        padding: 15px 0;
        border-top: none;
        margin-bottom: 0;
        display: inline-block;
    }
    
    .widget ul.prt-recent-post-list>li:last-child {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0;
    }
    
    .widget ul.prt-recent-post-list>li>.post-detail a {
        font-weight: 600;
        font-size: 17px;
        position: relative;
        font-family: var(--base-headingfont);
    }
    
    .widget ul.prt-recent-post-list>li .post-date {
        display: block;
        font-size: 15px;
        padding-bottom: 12px;
        font-weight: 400;
    }
    
    .widget ul.prt-recent-post-list>li::marker {
        font-size: 0;
    }
    
    .widget ul.prt-recent-post-list>li:last-child {
        padding-bottom: 0;
    }
    
    .widget ul.prt-recent-post-list>li>.post-detail a {
        display: block;
        position: relative;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .widget ul.prt-recent-post-list>li img {
        width: 100px;
        height: 100px;
        float: left;
        margin-right: 18px;
        border-radius: 50%;
        object-fit: cover;
    }
    
    .widget ul.prt-recent-post-list .post-meta {
        padding: 8px 0 6px;
    }
    
    .widget ul.prt-recent-post-list .post-meta .prt-meta-line {
        position: relative;
        color: inherit;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    
    .widget ul.prt-recent-post-list .post-meta .prt-meta-line:last-child {
        padding-right: 0;
    }
    
    .widget ul.prt-recent-post-list .post-meta span:not(:last-child):after {
        position: absolute;
        display: inline-block;
        content: "";
        background-color: #616161;
        width: 4px;
        height: 4px;
        vertical-align: middle;
        top: 10px;
        right: -15px;
        border-radius: 10px;
    }
    
    .widget ul.prt-recent-post-list li:after {
        content: " ";
        display: table;
        clear: both;
    }
    /* tagcloud */
    
    .widget .tagcloud {
        padding: 25px 0 0;
    }
    
    .widget .tagcloud a {
        display: inline-block;
        padding: 5px 20px;
        margin: 0 2px 10px;
        border: 1px solid rgb(0 0 0 / 20%);
        border-radius: 30px;
        font-size: 15px!important;
        background-color: transparent;
        font-weight: 400;
        color: #000;
    }
    
    .widget .tagcloud a:nth-last-child(-n+2) {
        margin-bottom: 5px;
    }
    
    .widget .tagcloud a:hover {
        background-color: var(--base-skin);
        color: var(--base-white);
        border-color: var(--base-skin);
    }
    /*hero-section*/
    
    .hero-section {
        position: relative;
        min-height: 560px;
    }
    
    .hero-section .hero-slide {
        width: 100%;
        min-height: 560px;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
    }
    
    .hero-section .hero-slide.slide-1 {
        background-image: url(../images/slider-mainbg-001.jpg);
        background-position: center;
    }
    
    .hero-section .hero-slide.slide-2 {
        background-image: url(../images/slider-mainbg-002.png);
        background-position: center;
    }
    
    .hero-section .hero-slide.slide-1 .hero-content-block,
    .hero-section .hero-slide.slide-2 .hero-content-block {
        position: relative;
    }
    
    .hero-section .hero-slide.slide-1 .hero-content {
        padding-left: 45px;
    }
    
    .hero-section .hero-slide.slide-1 .hero-content .pretitle h3 {
        display: inline-block;
        font-size: 80px;
        line-height: 90px;
        font-weight: 400;
        color: var(--base-white);
        font-family: var(--base-bodyfont);
        margin-bottom: 0;
    }
    
    .hero-section .hero-slide.slide-1 .hero-content h2.title {
        font-size: 80px;
        line-height: 90px;
        font-weight: 400;
        color: var(--base-white);
        margin-bottom: 15px;
        padding-left: 90px;
    }
    
    .hero-section .hero-slide.slide-1 .hero-content h2.title span {
        font-size: 150px;
        line-height: 150px;
        font-family: var(--base-headingfontone);
        font-weight: 600;
    }
    
    .hero-section .hero-slide.slide-1 .hero-slider_btn {
        padding-left: 310px;
    }
    /*hero-overlay-box*/
    
    .hero-section .hero-overlay-box {
        width: 322px;
        height: 180px;
        background-color: var(--base-grey);
        border-radius: 10px;
        padding: 54px 40px 30px;
        position: absolute;
        right: -19%;
        bottom: -54%;
        z-index: 9;
    }
    
    .hero-section .hero-slide.slide-2 .hero-overlay-box {
        right: -99px;
        bottom: -49%;
    }
    
    .hero-section .hero-overlay-box .prt-icon {
        margin: 0;
        width: 74px;
        height: 74px;
        background-color: var(--base-skin);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -45px;
        left: 40px;
    }
    
    .hero-section .hero-overlay-box .prt-icon i {
        font-size: 38px;
        line-height: 28px;
        color: var(--base-darkblack);
    }
    
    .hero-section .hero-overlay-box h3 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
    }
    
    .hero-section .hero-slide.slide-1 .hero-content .pretitle h3,
    .hero-section .hero-slide.slide-1 .hero-content h2.title {
        position: relative;
        visibility: hidden;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        -webkit-transition-delay: 1000ms;
        transition-delay: 1000ms;
        -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
        transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
        transition: transform 2000ms ease, opacity 2000ms ease;
        transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
    }
    
    .hero-section .hero-slider.slick-slider .slick-active .hero-content .pretitle h3,
    .hero-section .hero-slider.slick-slider .slick-active .hero-content h2.title {
        visibility: visible;
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
    
    .hero-section .hero-slide.slide-1 .hero-content .hero-slider_btn {
        position: relative;
        visibility: hidden;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition-delay: 1000ms;
        transition-delay: 1000ms;
        -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
        transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
        transition: transform 2000ms ease, opacity 2000ms ease;
        transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
    }
    
    .hero-section .hero-slider.slick-slider .slick-active .hero-content .hero-slider_btn {
        visibility: visible;
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
    /*slide-2*/
    
    .hero-section .hero-slide.slide-2 .hero-content-block {
        padding-left: 5px;
    }
    
    .hero-section .hero-slide.slide-2 .hero-content .pretitle h3 {
        display: inline-block;
        font-size: 60px;
        line-height: 70px;
        font-weight: 400;
        color: var(--base-white);
        font-family: var(--base-bodyfont);
        margin-bottom: 0;
    }
    
    .hero-section .hero-slide.slide-2 .hero-content h2.title {
        font-size: 150px;
        line-height: 150px;
        font-family: var(--base-headingfontone);
        font-weight: 600;
        color: var(--base-white);
    }
    
    .hero-section .hero-slide.slide-2 .hero-content .prt-hero-link a {
        font-size: 16px;
        line-height: 26px;
        color: var(--base-white);
    }
    
    .hero-section .hero-slide.slide-2 .hero-content .prt-hero-link .prt-call {
        display: flex;
        align-items: center;
    }
    
    .hero-section .hero-slide.slide-2 .hero-content .prt-hero-link .prt-call a {
        font-weight: 500;
    }
    
    .hero-section .hero-slide.slide-2 .hero-content .prt-hero-link .prt-call i {
        font-size: 22px;
        line-height: 22px;
        color: var(--base-white);
    }
    
    .hero-section .hero-slide.slide-2 .hero-content {
        position: relative;
        visibility: hidden;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        -webkit-transition-delay: 1000ms;
        transition-delay: 1000ms;
        -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
        transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
        transition: transform 2000ms ease, opacity 2000ms ease;
        transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
    }
    
    .hero-section .hero-slider.slick-slider .slick-active .hero-content {
        visibility: visible;
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
    
    .hero-section .hero-slider .hero-slide.slick-slide {
        padding: 0;
    }
    
    .hero-section .hero-slider.prt-slider .slick-list {
        padding-bottom: 45px;
    }
    /*about*/
    
    .prt-about-desc {
        font-size: 16px;
        line-height: 28px;
        color: var(--base-headingfont-color);
        font-weight: 500;
    }
    
    .prt-about-block1 {
        text-align: left;
    }
    
    .prt-about-block1 h3 {
        font-size: 20px;
        line-height: 30px;
    }
    /*prt-quotes-block*/
    
    .prt-quotes-block {
        background-color: var(--base-grey);
        padding: 55px 40px;
        text-align: center;
        width: 317px;
        height: 300px;
        position: absolute;
        bottom: -50px;
        right: 0;
        z-index: 9;
    }
    
    .prt-quotes-block h3 {
        font-size: 24px;
        line-height: 43px;
        font-weight: 500;
        color: var(--base-headingfont-color) !important;
    }
    
    .prt-quotes-block h3 span {
        background-color: var(--base-dark);
        color: var(--base-white);
        padding: 0 4px;
    }
    /*image-overlay*/
    
    .prt-single-image-overlay {
        position: absolute;
        top: -37%;
        left: -146px;
        animation: leaf 30s linear infinite;
    }
    
    @keyframes leaf {
        0%,
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        10%,
        30%,
        50%,
        70%,
        90% {
            -webkit-transform: translate3d( -10px, 0px, 0);
            transform: translate3d( -10px, 0px, 0);
        }
        20%,
        40%,
        60%,
        80% {
            -webkit-transform: translate3d( 10px, 0, 0);
            transform: translate3d( 10px, 0, 0);
        }
    }
    /*prt-appointment-block*/
    
    .prt-appointment-block {
        position: relative;
        border: 1px solid rgba(255 255 255 / 0.15);
        background-color: rgba(255 255 255 / 0.06);
        border-radius: 10px;
        padding: 40px 50px 60px;
    }
    /*contactblock*/
    
    .prt-contactblock {
        position: relative;
        background-color: var(--base-white);
        box-shadow: 0 0 46px rgb(14 34 7 / 6%);
        border-radius: 10px;
        padding: 60px 100px 70px;
        text-align: center;
    }
    
    .prt-contactblock h3 {
        font-size: 28px;
        line-height: 38px;
        font-weight: 500;
    }
    /*cta*/
    
    .prt-cta-mainblock {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .prt-cta-call p {
        color: var(--base-headingfont-color);
        margin-bottom: 0;
    }
    
    .prt-cta-call p a {
        font-size: 24px;
        line-height: 34px;
        font-weight: 500;
    }
    
    .prt-cta-title h3 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 500;
        margin-bottom: 0;
    }
    
    .prt-cta-title span {
        position: relative;
        font-size: 30px;
        line-height: 30px;
        font-weight: 700;
        font-style: italic;
        color: var(--base-dark);
    }
    
    .prt-cta-title span:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 3px;
        bottom: 2px;
        left: 0;
        background-color: var(--base-skin);
    }
    
    .prt-cta-title {
        position: relative;
        padding-left: 25px;
        margin-left: 25px;
    }
    
    .prt-cta-title:before {
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        bottom: 2px;
        left: 0;
        background-color: rgba(14 35 7 / 0.20);
    }
    /*.prt-marquebox*/
    
    .marquee {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    
    .marquee-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-width: 100%;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    
    .marquee-text {
        margin-left: 38px;
        padding-left: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-family: var(--base-headingfont);
        color: #fff;
        font-size: 12px;
        line-height: 22px;
        font-weight: 500;
    }
    
    @keyframes scroll {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-50%);
        }
    }
    
    .marquee-content {
        animation: scroll 30s 3s linear infinite;
    }
    
    .marquee-content:hover {
        animation-play-state: paused;
    }
    
    .marquee-text {
        position: relative;
    }
    
    .marquee-text:before {
        content: "\f004";
        position: absolute;
        top: 0px;
        left: 0px;
        font-family: 'FontAwesome';
        color: var(--base-skin);
        font-size: 12px;
        line-height: 23px;
        font-weight: 900;
    }
    /*mask-wrapper*/
    
    .appointment-mask-wrapper {
        position: relative;
        text-align: center;
    }
    
    .appointment-mask-wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 500px;
        background-image: url(../images/bgimage-01.png);
        background-repeat: no-repeat;
    }
    
    .appointment-mask-image-circle {
        position: relative;
        z-index: 2;
        width: 410px;
        height: 418px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        --svg: url('data:image/svg+xml,\<svg enable-background="new 0 0 24 24" height="418" viewBox="0 0 24 24" width="410" xmlns="http://www.w3.org/2000/svg"><path d="m21.91 14.835-4.91-2.835 4.91-2.835c.478-.276.642-.888.366-1.366l-1.5-2.598c-.276-.478-.887-.642-1.366-.366l-4.91 2.835v-5.67c0-.552-.448-1-1-1h-3c-.552 0-1 .448-1 1v5.67l-4.91-2.835c-.479-.276-1.09-.112-1.366.366l-1.5 2.598c-.276.478-.113 1.09.366 1.366l4.91 2.835-4.91 2.835c-.478.276-.642.888-.366 1.366l1.5 2.598c.276.478.888.642 1.366.366l4.91-2.835v5.67c0 .552.448 1 1 1h3c.552 0 1-.448 1-1v-5.67l4.91 2.835c.478.276 1.09.112 1.366-.366l1.5-2.598c.276-.478.113-1.09-.366-1.366z"/></svg>');
        -webkit-mask: var(--svg);
        mask: var(--svg);
        animation: appointment_bgimage 15s linear infinite;
        margin: 0 auto;
    }
    
    .appointment-mask-image-circle:before {
        content: "";
        inset: -10%;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: url('../images/single-img-04.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 1;
        animation: inherit;
        animation-direction: reverse;
    }
    
    @keyframes appointment_bgimage {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    /* cursor */
    
    .prt-cursor {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 150;
        contain: layout style size;
        pointer-events: none;
        will-change: transform;
        -webkit-transition: opacity .3s, color .4s;
        -o-transition: opacity .3s, color .4s;
        -moz-transition: opacity .3s, color .4s;
        transition: opacity .3s, color .4s;
    }
    
    .prt-cursor.-visible:before {
        -webkit-transform: scale(.2);
        -moz-transform: scale(.2);
        -ms-transform: scale(.2);
        -o-transform: scale(.2);
        transform: scale(.2)
    }
    
    .prt-cursor.-visible.-active:before {
        -webkit-transform: scale(.23);
        -moz-transform: scale(.23);
        -ms-transform: scale(.23);
        -o-transform: scale(.23);
        transform: scale(.23);
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s
    }
    
    .prt-cursor.-pointer:before {
        -webkit-transform: scale(.15);
        -moz-transform: scale(.15);
        -ms-transform: scale(.15);
        -o-transform: scale(.15);
        transform: scale(.15)
    }
    
    .prt-cursor.-text:before {
        opacity: 1;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7)
    }
    
    .prt-cursor.-text .prt-cursor-text {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    
    .prt-cursor.-text.-active:before {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s
    }
    
    .prt-cursor.-tooltip:before {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
    
    .prt-cursor.-tooltip .prt-cursor-text {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        text-align: left;
        display: block;
        width: auto;
        height: auto;
        justify-content: unset;
        align-items: unset
    }
    
    .prt-pfbox-overlay {
        padding: 23px 15px 28px;
        text-align: center;
        background-color: #000;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: -30%;
        top: auto;
        transition: 500ms all linear 0ms;
        opacity: 0;
        overflow: hidden;
        display: none;
    }
    
    .prt-cursor .ctaimg-title a {
        display: inline-block;
        border-radius: 8px;
        padding: 12px 50px 12px 25px;
        background-color: var(--base-white);
        font-family: var(--base-headingfont);
        color: var(--base-headingfont-color);
        box-shadow: 0px 0px 30px rgb(0 0 0 / 8%);
        font-size: 16px !important;
        line-height: 26px !important;
        font-weight: 500;
        white-space: nowrap;
        position: relative;
    }
    
    .prt-cursor .ctaimg-title a:before {
        content: "\e627";
        font-family: 'themify';
        position: absolute;
        right: 25px;
        color: var(--base-headingfont-color);
        transform: rotate(45deg);
        font-size: 14px !important;
        line-height: 26px;
        font-weight: 800;
    }
    /*** Color Switcher Style
==================================================================== ***/
    
    .prt_floting_customsett {
        position: fixed;
        top: 50%;
        right: 0;
        padding: 3px 0 10px;
        margin: -89px 0 0;
        background-color: #fff;
        box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
        z-index: 99999;
    }
    
    .tmtheme_fbar_icons {
        display: block;
        position: relative;
        width: 55px;
        height: 45px;
        line-height: 52px;
        text-align: center;
    }
    
    .tmtheme_fbar_icons i {
        display: inline-block;
        vertical-align: middle;
        transition: .3s;
        font-size: 21px;
        color: #232323;
    }
    
    .tmtheme_fbar_icons>span {
        display: block;
        position: absolute;
        right: 100%;
        top: 0;
        background-color: #fff;
        box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
        opacity: 0;
        visibility: hidden;
        font-size: 16px;
        color: #232323;
        transform: translateX(-5px);
        transition: 0.5s ease;
        padding: 0 20px;
    }
    
    .tmtheme_fbar_icons>span>span {
        padding-left: 5px;
    }
    
    .tmtheme_fbar_icons>span:after {
        content: '';
        position: absolute;
        top: -2px;
        bottom: -10px;
        right: -15px;
        width: 15px;
        background-color: #fff;
        height: 55px;
    }
    
    .tmtheme_fbar_icons:hover>span {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
    
    .tm-desctext {
        position: absolute;
        top: 30px;
        background-color: #fff;
        max-width: 400px;
        right: 30px;
        padding: 30px 50px 23px 30px;
        text-align: left;
    }
    
    .tm-desctext:before {
        display: block;
        content: "";
        position: absolute;
        width: 6px;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #ffb120;
    }
    
    .tm-iocnbox-btn {
        font-size: 18px;
        line-height: 26px;
        margin-top: 15px;
    }
    /* MEGAMENU STYLE
=================================*/
    
    nav.main-menu .mega-menu-item.megamenu-fw {
        position: static;
    }
    
    nav.main-menu .megamenu-fw .mega-submenu,
    nav.main-menu .megamenu-content {
        width: auto !important;
    }
    
    nav.main-menu .megamenu-fw .mega-submenu .row {
        margin: 0;
    }
    
    nav.main-menu .megamenu-content {
        width: 100%;
    }
    
    nav.main-menu .megamenu-content .title {
        margin: 0;
        display: block;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        font-weight: 500;
        font-size: 14px;
        text-transform: capitalize;
        padding: 6px 20px;
        color: inherit;
        border-right: 1px solid transparent;
    }
    
    nav.main-menu .mega-menu-item.megamenu-fw .mega-submenu {
        left: 0;
        right: 0;
    }
    
    nav.main-menu ul {
        padding: 0 0 0 150px;
        margin: 0px;
        list-style: none;
    }
    
    nav.main-menu ul li {
        position: relative;
    }
    
    nav.main-menu {
        margin-bottom: 0;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        border: none;
        z-index: 2;
    }
    
    nav.main-menu li ul.mega-submenu {
        text-align: left;
        position: absolute;
        visibility: hidden;
        display: block;
        opacity: 0;
        width: 236px;
        line-height: 14px;
        margin: 0;
        list-style: none;
        left: 0px;
        padding: 0;
        background-color: var(--base-white);
        border-radius: 10px;
        background-clip: padding-box;
        z-index: 99;
        transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -webkit-box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
        box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-box-shadow: 0 3px 25px 0px rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset;
        box-shadow: 0 3px 25px 0px rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset;
        background-clip: padding-box;
    }
    
    nav.main-menu ul.menu>li {
        position: relative;
        display: inline-block;
    }
    
    nav.main-menu ul.menu li ul.mega-submenu li a {
        font-size: 14px;
        line-height: 19px;
        font-weight: 400;
        display: block;
        padding: 16px 15px 16px 15px;
        text-align: left;
        border-radius: 0;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        width: 100%;
        background-color: transparent;
        color: #fff;
        text-transform: uppercase;
        font-family: var(--base-headingfont);
    }
    
    nav.main-menu ul.menu li ul.mega-submenu>li:last-child>a {
        border-bottom: 0;
    }
    
    ul.menu-col li a {
        color: #6f6f6f;
    }
    
    ul.menu-col li a:hover,
    ul.menu-col li a:focus {
        text-decoration: none;
    }
    /* Responsive
=================================*/
    
    @media only screen and (max-width:1700px) {
        nav.main-menu ul {
            padding: 0 0 0 80px;
        }
    }
    
    @media only screen and (max-width:1600px) {
        nav.main-menu ul {
            padding: 0 0 0 40px;
        }
    }
    
    @media only screen and (max-width:1450px) {
        nav.main-menu ul {
            padding: 0 0 0 80px;
            margin: 0px;
            list-style: none;
        }
        #site-header-menu .site-navigation ul.menu>li>a {
            font-size: 15px;
            text-decoration: none;
            z-index: 1;
        }
        .header_extra .contact_item.with-icon a {
            font-size: 13px;
            line-height: 16px;
            font-weight: 500;
        }
    }
    
    @media only screen and (max-width:1250px) {
        #site-header-menu .site-navigation ul.menu>li>a {
            font-size: 14px;
            text-decoration: none;
            z-index: 1;
        }
    }
    
    @media (min-width: 1200px) {
        nav.main-menu li.mega-menu-item ul.mega-submenu li ul {
            left: 100%;
            top: 0;
            border-top: 0;
        }
        nav.main-menu li.mega-menu-item:last-child>ul {
            right: 0;
            left: auto;
        }
        nav.main-menu ul.menu>li>a {
            display: block;
            position: relative;
            font-weight: 500;
            font-size: 15px;
            line-height: 15px;
            letter-spacing: 0;
            font-family: var(--base-headingfont);
        }
        nav.main-menu ul.menu>li>a:after {
            content: "\f107";
            font-family: "Font Awesome 5 Free";
            font-size: 13px;
            margin-left: 6px;
            margin-top: 2px;
        }
        nav.main-menu ul.menu>li>a:after {
            content: unset;
        }
        nav.main-menu li.mega-menu-item ul.mega-submenu li.mega-menu-item>a.mega-menu-link:after {
            font-family: 'Font Awesome 5 Free';
            float: right;
            content: "\f105";
            margin-top: 0;
        }
        nav.main-menu ul.mega-submenu.megamenu-content .col-menu {
            padding: 0;
            width: 240px;
            border-right: solid 1px #f0f0f0;
        }
        nav.main-menu ul.mega-submenu.megamenu-content .col-menu:first-child {
            border-left: none;
        }
        nav.main-menu ul.mega-submenu.megamenu-content .col-menu:last-child {
            border-right: none;
        }
        nav.main-menu ul.mega-submenu.megamenu-content .content ul.menu-col li:last-child a {
            border-bottom: unset;
        }
        nav.main-menu li.mega-menu-item.on ul.mega-submenu.megamenu-content .content {
            display: block !important;
            height: auto !important;
        }
        nav.main-menu li.mega-menu-item:hover>ul.mega-submenu {
            visibility: visible;
            opacity: 1;
            top: 76px;
            filter: alpha(opacity=100);
            -webkit-transform: rotateX(0);
            transform: rotateX(0);
        }
        nav.main-menu .megamenu-content .megamenu-content-inner {
            display: flex;
        }
    }
    
    @media (max-width: 1199px) {
        .menubar {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 9;
            cursor: pointer;
        }
        .menubar-box {
            display: block;
            width: 30px;
            height: 24px;
        }
        .menubar-inner,
        .menubar-inner:after,
        .menubar-inner:before {
            position: absolute;
            width: 30px;
            height: 3px;
            transition-timing-function: ease;
            transition-duration: .15s;
            transition-property: transform;
            border-radius: 4px;
            background-color: var(--base-headingfont-color);
        }
        .menubar--squeeze .menubar-inner {
            top: 50%;
            display: block;
            margin-top: -2px;
            transition-timing-function: cubic-bezier(.55, .055, .675, .19);
            transition-duration: .1s;
        }
        .menubar-inner:after,
        .menubar-inner:before {
            display: block;
            content: '';
        }
        .menubar-inner:after {
            bottom: -8px;
        }
        .menubar-inner:before {
            top: -8px;
        }
        .menubar--squeeze.is-active .menubar-inner {
            transition-delay: .14s;
            transition-timing-function: cubic-bezier(.215, .61, .355, 1);
            transform: rotate(45deg);
        }
        .menubar--squeeze.is-active .menubar-inner:before {
            top: 0;
            transition: top .1s ease, opacity .1s ease .14s;
            opacity: 0;
        }
        .menubar--squeeze.is-active .menubar-inner:after {
            bottom: 0;
            transition: bottom .1s ease, transform .1s cubic-bezier(.215, .61, .355, 1) .14s;
            transform: rotate(-90deg);
        }
        nav.main-menu {
            display: none;
            max-height: 10000px;
            position: absolute;
            box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
            z-index: 100;
            top: 100%;
            left: 0;
            right: 0;
            background-color: #fff;
            border-top-width: 3px;
            border-top-style: solid;
            border-top-color: var(--base-skin);
        }
        nav.main-menu.show {
            display: block;
            max-height: 10000px;
        }
        nav.main-menu ul.menu,
        nav.main-menu ul.menu>li,
        #site-header-menu .site-navigation ul.menu {
            display: block;
            position: relative;
        }
        nav.main-menu ul.menu>li>a {
            display: block;
            font-weight: 400;
            font-size: 16px;
            padding: 15px 15px !important;
            line-height: 20px;
            border-top: 1px solid rgba(0 0 0 / 0.08);
            text-align: left;
            transition: all .4s;
            color: #000000;
            font-family: var(--base-headingfont);
        }
        nav.main-menu ul.menu>li.active>a,
        nav.main-menu ul.menu>li:hover>a {
            color: var(--base-dark);
        }
        nav.main-menu ul.menu>li:first-child>a {
            border-top: none;
        }
        nav.main-menu ul.menu li ul.mega-submenu li a {
            border-bottom: 0;
            color: #ffffff;
        }
        nav.main-menu ul.menu li>ul.mega-submenu li a:hover {
            background-color: transparent;
        }
        nav.main-menu ul.menu li ul.mega-submenu li:not(:first-child) a {
            border-top: 1px solid rgba( 93, 93, 93, 0.07)
        }
        /* nav.main-menu li.mega-menu-item a.mega-menu-link:after {
        font-family: 'Font Awesome 5 Free';
        content: "\f107";
        float: right;
        font-size: 16px;
        margin-left: 10px;
        top: 0;
    } */
        nav.main-menu li.mega-menu-item>a.mega-menu-link.active:after {
            content: "\f106";
        }
        nav.main-menu ul.menu-left>li:last-child>ul.mega-submenu {
            border-bottom: solid 1px #e0e0e0;
        }
        nav.main-menu ul.menu li.mega-menu-item ul.mega-submenu {
            width: 100%;
            background-color: transparent;
            float: none;
            border: none;
            transform: unset;
            transition: unset;
            padding: 0 15px 10px 15px;
            -moz-box-shadow: 0px 0px 0px;
            -webkit-box-shadow: 0px 0px 0px;
            -o-box-shadow: 0px 0px 0px;
            box-shadow: 0px 0px 0px;
            -moz-border-radius: 0px 0px 0px;
            -webkit-border-radius: 0px 0px 0px;
            -o-border-radius: 0px 0px 0px;
            border-radius: 0px 0px 0px;
        }
        nav.main-menu ul.menu li ul.mega-submenu li.active>a {
            background-color: transparent;
        }
        nav.main-menu ul.menu li.mega-menu-item ul.mega-submenu.active {
            position: relative;
            visibility: visible;
            top: 0;
            left: 0;
            transform: unset;
            width: 100%;
            opacity: 1;
            z-index: 1;
            display: block;
            background-color: transparent;
            box-shadow: unset;
        }
        nav.main-menu ul.menu ul.mega-submenu li.mega-menu-item.on>ul.mega-submenu {
            display: inline-block;
            margin-top: -10px;
        }
        nav.main-menu .mega-menu-item .megamenu-content .col-menu .title {
            padding: 10px 15px 10px 0;
            margin-bottom: 0;
            line-height: 24px;
            font-size: 14px;
            text-transform: none;
            font-weight: 500;
            letter-spacing: 0px;
            cursor: pointer;
            background-color: transparent;
            border-right: 0;
            border-bottom: solid 1px rgba( 93, 93, 93, 0.1);
        }
        nav.main-menu .mega-menu-item .megamenu-content .col-menu .title:before {
            font-family: 'Font Awesome 5 Free';
            content: "\f105";
            float: right;
            font-size: 16px;
            margin-left: 10px;
            position: relative;
            right: 0;
        }
        nav.main-menu .mega-menu-item .megamenu-content .col-menu:last-child .title {
            border-bottom: none;
        }
        nav.main-menu .mega-menu-item .megamenu-content .col-menu.on:last-child .title {
            border-bottom: solid 1px #e0e0e0;
        }
        nav.main-menu .mega-menu-item .megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
            border-bottom: none;
        }
        nav.main-menu .mega-menu-item .megamenu-content .col-menu.on .title:before {
            content: "\f107";
        }
        nav.main-menu .megamenu-content {
            padding: 0;
        }
        nav.main-menu .megamenu-content .megamenu-content {
            padding-bottom: 0;
            max-width: 100%;
            flex: 100%;
            display: block;
        }
        nav.main-menu .megamenu-content .title {
            cursor: pointer;
            display: block;
            padding: 10px 15px;
            margin-bottom: 0;
            font-weight: normal;
        }
        nav.main-menu .megamenu-content .menu-col {
            display: none;
        }
        nav.main-menu .megamenu-content .menu-col.active {
            display: block;
        }
        nav.main-menu .megamenu-content .megamenu-content-inner {
            padding: 0 15px;
        }
    }
    
    .grid-item img {
        height: 192px;
        width: 100%;
        /*
  object-fit:cover;
  */
    }
    
    .y-2.grid-item img {
        height: 400px;
        width: 100%;
    }
    
    .grid-item {
        margin-bottom: 16px;
        float: left;
    }
    
    .row.grid {
        display: block;
    }
    
    @media only screen and (min-width: 2050px) {
        .prt-pricingbox-style1 .featured-pricing-content {
            min-width: 12.5vw;
        }
    }
    
    @media only screen and (min-width: 1801px) {
        /* Bg-Layer */
        .prt-left-span>.prt-col-wrapper-bg-layer {
            margin-left: -310px;
        }
        .prt-right-span>.prt-col-wrapper-bg-layer {
            margin-right: -310px;
        }
    }
    
    @media only screen and (max-width: 1800px) and (min-width: 1601px) {
        /* Bg-Layer */
        .prt-left-span>.prt-col-wrapper-bg-layer {
            margin-left: -260px;
        }
        .prt-right-span>.prt-col-wrapper-bg-layer {
            margin-right: -260px;
        }
        .prt-single-image-overlay.prt-blog-overlay {
            top: -27%;
        }
    }
    
    @media only screen and (max-width: 1600px) and (min-width: 1401px) {
        /* Bg-Layer */
        .prt-left-span>.prt-col-wrapper-bg-layer {
            margin-left: -150px;
        }
        .prt-right-span>.prt-col-wrapper-bg-layer {
            margin-right: -150px;
        }
        .hero-overlay-box {
            right: 0;
        }
        .prt-single-image-overlay {
            top: -14%;
        }
    }
    
    @media only screen and (max-width: 1550px) {
        .prt-header-style-01 .site-header-menu {
            padding: 0 !important;
        }
        .hero-section .hero-overlay-box {
            right: -10%;
        }
        .hero-section .hero-slide.slide-2 .hero-overlay-box {
            right: 0;
        }
    }
    
    @media only screen and (max-width: 1400px) {
        .prt-header-style-01 {
            padding: 0 !important;
        }
        .prt-header-style-01 nav.main-menu ul {
            padding: 0 0 0 30px;
        }
        .main-box {
            min-height: auto;
        }
        /*banner*/
        .hero-section .hero-slide.slide-1 .hero-content h2.title span,
        .hero-section .hero-slide.slide-2 .hero-content h2.title {
            font-size: 140px;
            line-height: 140px;
        }
        .hero-section .hero-overlay-box {
            right: -7%;
        }
        .hero-section .hero-slide.slide-2 .hero-overlay-box {
            right: 30px;
        }
        .hero-section .hero-slide.slide-1 .hero-slider_btn {
            padding-left: 260px;
        }
        .prt-single-image-overlay {
            top: -14%;
        }
        .spacing-2 {
            padding: 96px 50px 68px 50px;
        }
        .accordion.style1 {
            min-height: auto;
        }
        .prt-page-title-row.style2 .prt-page-title-row-heading {
            padding-right: 0px;
        }
        .team-details-form-block {
            padding: 68px 65px 80px;
        }
    }
    
    @media only screen and (max-width: 1400px) and (min-width: 1171px) {
        /* Bg-Layer */
        .prt-left-span>.prt-col-wrapper-bg-layer {
            margin-left: -200px;
        }
        .prt-right-span>.prt-col-wrapper-bg-layer {
            margin-right: -200px;
        }
    }
    
    @media (max-width: 1330px) {
        body .page.sticky-column {
            overflow: hidden;
        }
        .section-title h2.title {
            font-size: 30px;
            line-height: 33px;
        }
        .prt-header-style-01 nav.main-menu ul.menu>li>a {
            margin: 0px 3px 0 3px;
            padding: 0 7px !important;
        }
    }
    
    @media (max-width: 1250px) {
        .prt-header-style-01 nav.main-menu ul.menu>li>a {
            margin: 0px 3px 0 3px;
            padding: 0 5px !important;
        }
        .prt-header-style-01 nav.main-menu ul {
            padding: 0 0 0 15px;
        }
    }
    
    @media only screen and (min-width: 1200px) {
        .prt-row .prt-sticky-column>div {
            position: sticky;
            position: -webkit-sticky;
            top: 30px;
        }
        /* header */
        .fixed-header {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 9;
        }
        #site-header-menu .site-navigation ul.menu li ul.mega-submenu {
            padding: 0;
            box-shadow: 0 3px 25px 0px rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset;
        }
        #site-header-menu .site-navigation ul.menu li ul.mega-submenu li {
            position: relative;
            list-style: none;
            margin: 0 0;
            padding: 0;
            opacity: 0;
            border-bottom: 1px solid transparent;
            visibility: hidden;
            -webkit-transform: translateY(5px);
            -ms-transform: translateY(5px);
            transform: translateY(5px);
            -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
            transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
        }
        #site-header-menu .site-navigation ul.menu li ul.mega-submenu li:last-child {
            border-bottom: 0;
        }
        #site-header-menu .site-navigation ul.menu li ul.mega-submenu li a {
            padding: 15px 15px;
            border: 0;
            display: inline-block;
            position: relative;
            transition: all .2s ease-in-out;
            color: #0e2207;
            text-transform: capitalize;
        }
        #site-header-menu .site-navigation ul.menu li ul.mega-submenu li:hover a,
        #site-header-menu .site-navigation ul.menu li ul.mega-submenu li.active a {
            color: var(--base-dark);
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }
        #site-header-menu .site-navigation ul.menu li:hover>ul.mega-submenu>li {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
        /* prt-header-style 01*/
        .prt-header-style-01 {
            position: relative;
            left: 0;
            right: 0;
            z-index: 3;
        }
        .prt-header-style-01 {
            background-color: var(--base-white);
        }
        .prt-header-style-01 .site-header-menu {
            padding: 0 65px 0 65px;
        }
        .prt-header-style-01 nav.main-menu ul.menu>li>a {
            margin: 0px 3px 0 3px;
            padding: 0 15px;
        }
        .prt-header-style-01 nav.main-menu ul.menu>li>a {
            color: var(--base-headingfont-color);
            height: 76px;
            line-height: 76px;
        }
        /* .hero-slider {
        margin-top: 125px;
    } */
    }
    
    @media only screen and (max-width: 1400px) {
        .site-branding #logo-img {
            max-width: 140px;
            margin-top: 13px;
            margin-bottom: 13px;
        }
    }
    
    @media only screen and (max-width: 1255px) {
        .prt-header-style-01 nav.main-menu ul.menu>li>a {
            margin: 0px 3px 0 3px;
            padding: 0 8px !important;
        }
    }
    
    @media only screen and (max-width: 1199px) {
        .prt-header-style-01 nav.main-menu ul.menu>li>a {
            margin: 0px 3px 0 3px;
            padding: 15px 7px !important;
        }
    }
    
    @media all and (max-width: 1199px) {
        .prt-header-style-01 .header_extra .contact_item.with-icon,
        .prt-header-style-01 .contact_item-link {
            display: none;
        }
        .res-1199-ml-0 {
            margin-left: 0 !important;
        }
        .res-1199-mr-0 {
            margin-right: 0 !important;
        }
        .res-1199-mb-0 {
            margin-bottom: 0 !important;
        }
        .res-1199-mb-15 {
            margin-bottom: 15px !important;
        }
        .res-1199-mb-30 {
            margin-bottom: 30px !important;
        }
        .res-1199-ml-10 {
            margin-left: 10px !important;
        }
        .res-1199-ml-15 {
            margin-left: 15px !important;
        }
        .res-1199-ml-20 {
            margin-left: 20px !important;
        }
        .res-1199-ml_15 {
            margin-left: -15px !important;
        }
        .res-1199-mr_15 {
            margin-right: -15px !important;
        }
        .res-1199-mr-10 {
            margin-right: 10px !important;
        }
        .res-1199-mr-15 {
            margin-right: 15px !important;
        }
        .res-1199-mr-20 {
            margin-right: 20px !important;
        }
        .res-1199-pr-0 {
            padding-right: 0!important;
        }
        .res-1199-pl-0 {
            padding-left: 0!important;
        }
        .res-1199-pb-0 {
            padding-bottom: 0!important;
        }
        .res-1199-pt-0 {
            padding-top: 0!important;
        }
        .res-1199-pt-15 {
            padding-top: 15px!important;
        }
        .res-1199-pt-30 {
            padding-top: 30px!important;
        }
        .res-1199-pt-40 {
            padding-top: 40px!important;
        }
        .res-1199-pt-50 {
            padding-top: 50px!important;
        }
        .res-1199-pl-15 {
            padding-left: 15px;
        }
        .res-1199-pr-15 {
            padding-right: 15px!important;
        }
        .res-1199-mt-0 {
            margin-top: 0 !important;
        }
        .res-1199-mt-10 {
            margin-top: 10px !important;
        }
        .res-1199-mt-20 {
            margin-top: 20px !important;
        }
        .res-1199-mt-15 {
            margin-top: 15px !important;
        }
        .res-1199-mt-30 {
            margin-top: 30px !important;
        }
        .res-1199-mt-40 {
            margin-top: 40px !important;
        }
        .res-1199-mt-50 {
            margin-top: 50px !important;
        }
        .res-1199-order-2 {
            order: 2;
        }
        .res-1199-align-center {
            align-items: center;
        }
        .row.prt-boxes-spacing-25px,
        .prt-boxes-spacing-25px {
            margin: 0 -15px !important;
        }
        .row.prt-boxes-spacing-25px .prt-box-col-wrapper {
            padding-right: 15px !important;
            padding-left: 15px !important;
        }
        /* Bg-Layer */
        .prt-left-span>.prt-col-wrapper-bg-layer {
            margin-left: -310px;
        }
        .row-equal-height>[class*='col-lg'],
        .prt-equal-height-image,
        .featured-imagebox img,
        [class*='col-lg'] .prt-equal-height-image {
            display: flex;
            text-align: center;
            margin: 0 auto;
        }
        [class*='col-lg'] .prt-equal-height-image {
            display: none;
        }
        [class*='col-lg'] .prt-equal-height-image.prt-list-img {
            display: none;
        }
        .header_extra,
        .header_btn,
        .header_cta,
        .side-menu {
            display: none !important;
        }
        .prt-header-style-01 .site-branding h1 {
            padding: 15px 0 10px;
        }
        .prt-header-style-01 .headermain-block.d-flex.align-items-center.justify-content-between {
            display: block !important;
        }
        nav.main-menu ul {
            padding: 0;
        }
        /* Header */
        header .container {
            max-width: 100%;
        }
        nav.main-menu ul.menu li ul.mega-submenu li.active>a {
            color: var(--base-skin);
        }
        /* logo */
        .site-branding {
            padding: 4px 0 10px;
        }
        .prt-header-style-01 .site-header-menu-inner.prt-stickable-header {
            position: relative;
            left: 0;
            right: 0;
            background-color: var(--base-white);
            z-index: 2;
        }
        .prt-header-style-01 .header_extra ul.social-icons {
            display: none;
        }
        .prt-header-style-01 .site-branding #logo-img {
            max-width: 160px;
        }
        .prt-header-style-01 .site-header-menu .d-flex.align-items-center {
            display: block !important;
        }
        #site-header-menu .site-navigation ul.menu>li>a:before,
        #site-header-menu .site-navigation ul.menu>li.active>a:before {
            display: none;
        }
        .prt-header-style-01 nav.main-menu ul {
            padding: 0;
        }
        .prt-header-style-01 .top_bar {
            display: none;
        }
        /* prt-bg-layer */
        .bg-layer>.container>.row>[class*='col-lg'] {
            padding: 0;
        }
        [class*='col-xl'] .prt_single_image-wrapper {
            text-align: center;
        }
        .prt-row .container,
        .prt-row .container-fluid,
        .prt-page-title-row .container,
        footer .container {
            max-width: 100%;
        }
        .prt-row .container,
        footer .container,
        .sidebar .container {
            padding: 0;
        }
        .prt-row .container>.row,
        .prt-page-title-row .container>.row,
        footer .container .row {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
        .widget-title-h3 {
            min-width: 30%;
        }
        .prt-vertical_sep>[class*='col-xl']:not(:last-child):before {
            content: unset;
        }
        .section-title h2 br {
            display: none;
        }
        /*banner*/
        .hero-section .hero-slide.slide-1 .hero-content,
        .hero-section .hero-slide.slide-2 .hero-content-block {
            padding-left: 0;
        }
        .hero-section .hero-content h2.title span {
            font-size: 135px;
            line-height: 135px;
        }
        .hero-section .hero-overlay-box {
            right: 15px;
            bottom: -52%;
        }
        .hero-section .hero-slide.slide-2 .hero-overlay-box {
            right: 15px;
            bottom: -56%;
        }
        .hero-section .hero-slide.slide-1 .hero-content h2.title span,
        .hero-section .hero-slide.slide-2 .hero-content h2.title {
            font-size: 130px;
            line-height: 130px;
            padding-left: 0;
        }
        .hero-section .hero-overlay-box {
            right: 15px;
            bottom: -51%;
        }
        .hero-section .hero-slide.slide-1 .hero-slider_btn {
            padding: 30px 0 0 0;
        }
        .hero-section .hero-slide.slide-1 .hero-content h2.title {
            padding-left: 0;
        }
        /*footer*/
        .footer-widget-box.prt-pr,
        .footer-widget-box.prt-pl {
            padding: 0;
        }
        .footer-widget-box .footer-img {
            margin: 0 0;
        }
        .prt-single-image-overlay {
            left: -176px;
        }
        .prt-cta-mainblock {
            display: block;
            text-align: center;
        }
        .featured-content-box.style1:before {
            display: none;
        }
        .testimonials-nav .testimonial-avatar-main {
            padding: 30px 45px 26px;
        }
        .prt-pricingbox-style1 .prt-boxes-row-wrapper .prt-box-col-wrapper.active,
        .prt-pricingbox-style1 .prt-boxes-row-wrapper .prt-box-col-wrapper {
            max-width: 100%;
        }
        .prt-pricingbox-style1 .featured-pricing-content {
            min-width: 100%;
        }
        form.wrap-form.message_form .d-flex {
            display: block !important;
        }
        .message-form-item {
            display: block;
        }
        .client-box-main {
            margin: 30px 0 0 0;
        }
        .wrap-form.message_form span.text-input input,
        .wrap-form.message_form span.text-input textarea,
        .wrap-form.message_form span.text-input select {
            flex-shrink: 1;
            width: 100%;
        }
    }
    
    @media (min-width: 992px) {
        .sidebar .container>.row {
            margin: 0 -15px;
        }
        .sidebar .sidebar-right,
        .sidebar .sidebar-left {
            flex: 33.5%;
            max-width: 33.5%;
            padding: 0 15px;
        }
        .sidebar .content-area {
            flex: 66.5%;
            max-width: 66.5%;
            padding: 0 15px;
        }
        .prt-tabs.prt-tab-style-classic ul.tabs {
            display: -webkit-flex;
            display: flex;
            width: 100%;
        }
        .site-branding {
            padding: 10px 0 10px;
        }
    }
    
    @media (max-width: 991px) {
        .prt-left-span>.prt-col-wrapper-bg-layer {
            margin-left: 0;
        }
        .row-equal-height>[class*='col-lg'],
        .prt-equal-height-image,
        .featured-imagebox img,
        [class*='col-lg'] .prt-equal-height-image {
            display: block;
            text-align: center;
            margin: 0 auto;
        }
        [class*='col-lg'] .prt-equal-height-image {
            display: block;
        }
        [class*='col-lg'] .prt-equal-height-image.prt-list-img {
            display: block;
        }
        .section-title h2.title br {
            display: none;
        }
        .section-title h2.title {
            font-size: 40px;
            line-height: 50px;
            padding-top: 30px;
        }
        .section-title.title-style-center_text .title-desc p {
            width: 75%;
        }
        .page-title-heading h2,
        .prt-page-title-row.style1 .page-title-heading h2 {
            font-size: 60px;
            line-height: 70px;
        }
        .prt-page-title-row.style2 .page-title-heading h2,
        .prt-page-title-row.style4 .page-title-heading h2 {
            font-size: 44px;
            line-height: 54px;
        }
        .prt-page-title-row.style2 .prt-page-title-row-inner {
            padding: 51px 0 60px;
        }
        .prt-page-title-row.style3 .prt-page-title-row-inner {
            min-height: 300px;
        }
        .prt-page-title-row.style4 .prt-page-title-row-inner {
            padding: 60px 0 60px;
        }
        /* prt-bg-layer */
        [class*='col-lg'] .prt-col-bgimage-yes,
        .bg-layer-equal-height [class*='col-lg'] .prt-col-bgcolor-yes {
            height: auto;
        }
        .bg-layer>.container>.row>[class*='col-lg'] {
            padding: 0;
        }
        h1 {
            font-size: 50px;
            line-height: 60px;
        }
        h2 {
            font-size: 36px;
            line-height: 46px;
        }
        h3 {
            font-size: 18px;
            line-height: 28px;
        }
        h4 {
            font-size: 24px;
            line-height: 34px;
        }
        h5 {
            font-size: 19px;
            line-height: 22px;
        }
        h6 {
            font-size: 17px;
            line-height: 20px;
        }
        .prt-service-single-content-area div:not(.featured-title)>h3,
        .prt-blog-single .prt-blog-single-content h2.entry-title,
        .prt-case-single-content div:not(.featured-title)>h3,
        .prt-case-single-content-area h3,
        .process-content h3 {
            font-size: 35px;
            line-height: 45px;
            margin-bottom: 18px;
        }
        /* prt-row */
        body .page.prt-sidebar-true .site-main,
        .prt-row {
            padding: 60px 0 !important;
        }
        .prt-row.padding_bottom_zero-section {
            padding: 60px 0 0 !important;
        }
        .prt-row.padding_zero-section {
            padding: 0 0 !important;
        }
        .prt-row.padding_top_zero-section {
            padding: 0 0 60px !important;
        }
        .prt-row.grid-section {
            padding: 45px 0 !important;
        }
        .prt-row.client-section {
            padding: 45px 0 45px !important;
        }
        .prt-row.about-section {
            padding: 33px 0 35px !important;
        }
        .prt-row.service-section {
            padding: 0 0 45px !important;
        }
        .prt-row.service-section01 {
            padding: 45px 0 26px !important;
        }
        .prt-row.product-section {
            padding: 45px 0 60px !important;
        }
        .prt-row.info-section {
            padding: 20px 0 20px !important;
        }
        .prt-row.blog-section {
            padding: 60px 0 23px !important;
        }
        .prt-row.cta-section01 {
            padding: 25px 0 !important;
        }
        .prt-row.team-section {
            padding: 45px 0 !important;
        }
        .prt-row.team-section01 {
            padding: 45px 0 60px !important;
        }
        .prt-row.faq-section {
            padding: 0 0 60px !important;
        }
        .prt-row.appointment-section01 {
            padding: 60px 0 40px !important;
        }
        .prt-row.testimonials-section {
            padding: 60px 0 70px !important;
        }
        .prt-row.contact-section {
            padding: 60px 0 0 !important;
        }
        .prt-row.contact-section01 {
            padding: 40px 0 56px !important;
        }
        .prt-row.service-section02 {
            padding: 45px 0 !important;
        }
        .prt-row.pricing-plan-section {
            padding: 0 0 45px !important;
        }
        .prt-row.teamdetails-form-section {
            padding: 50px 0 60px !important;
        }
        .prt-row.blog-details-section {
            padding: 55px 0 60px !important;
        }
        /* spacing */
        .spacing-2 {
            padding: 58px 50px 30px 50px;
        }
        .spacing-3 {
            margin-top: 0;
            padding: 250px 15px;
        }
        .spacing-5 {
            margin-top: 0;
        }
        .spacing-4 {
            padding: 0 0 40px;
        }
        .res-991-p-0 {
            padding: 0px !important;
        }
        .res-991-p-15 {
            padding: 15px !important;
        }
        .res-991-p-30 {
            padding: 30px !important;
        }
        .res-991-p-40 {
            padding: 40px !important;
        }
        .res-991-pt-0 {
            padding-top: 0 !important;
        }
        .res-991-pt-5 {
            padding-top: 5px !important;
        }
        .res-991-pt-10 {
            padding-top: 10px !important;
        }
        .res-991-pt-15 {
            padding-top: 15px !important;
        }
        .res-991-pt-20 {
            padding-top: 20px !important;
        }
        .res-991-pt-30 {
            padding-top: 30px !important;
        }
        .res-991-pt-40 {
            padding-top: 40px !important;
        }
        .res-991-pt-50 {
            padding-top: 50px !important;
        }
        .res-991-pb-0 {
            padding-bottom: 0 !important;
        }
        .res-991-pb-5 {
            padding-bottom: 5px !important;
        }
        .res-991-pb-15 {
            padding-bottom: 15px !important;
        }
        .res-991-pb-30 {
            padding-bottom: 30px !important;
        }
        .res-991-pr-0 {
            padding-right: 0 !important;
        }
        .res-991-pr-15 {
            padding-right: 15px !important;
        }
        .res-991-pr-30 {
            padding-right: 30px !important;
        }
        .res-991-pr-50 {
            padding-right: 50px !important;
        }
        .res-991-pl-0 {
            padding-left: 0 !important;
        }
        .res-991-pl-15 {
            padding-left: 15px !important;
        }
        .res-991-pl-30 {
            padding-left: 30px !important;
        }
        .res-991-pl-50 {
            padding-left: 50px !important;
        }
        .res-991-m-0 {
            margin: 0px !important;
        }
        .res-991-mt-0 {
            margin-top: 0 !important;
        }
        .res-991-mt-10 {
            margin-top: 10px !important;
        }
        .res-991-mt-15 {
            margin-top: 0px !important;
        }
        .res-991-mt-20 {
            margin-top: 20px !important;
        }
        .res-991-mt-30 {
            margin-top: 30px !important;
        }
        .res-991-mt-40 {
            margin-top: 40px !important;
        }
        .res-991-mt-50 {
            margin-top: 50px !important;
        }
        .res-991-mt-80 {
            margin-top: 80px !important;
        }
        .res-991-mt_15 {
            margin-top: -15px !important;
        }
        .res-991-mt_20 {
            margin-top: -20px !important;
        }
        .res-991-mt_30 {
            margin-top: -30px !important;
        }
        .res-991-mt_40 {
            margin-top: -40px !important;
        }
        .res-991-mt_50 {
            margin-top: -50px !important;
        }
        .res-991-mb-0 {
            margin-bottom: 0 !important;
        }
        .res-991-mb-15 {
            margin-bottom: 15px !important;
        }
        .res-991-mb-10 {
            margin-bottom: 10px !important;
        }
        .res-991-mb-20 {
            margin-bottom: 20px !important;
        }
        .res-991-mb-25 {
            margin-bottom: 25px !important;
        }
        .res-991-mb-30 {
            margin-bottom: 30px !important;
        }
        .res-991-mb-35 {
            margin-bottom: 35px !important;
        }
        .res-991-mb-40 {
            margin-bottom: 40px !important;
        }
        .res-991-mb_15 {
            margin-bottom: -15px !important;
        }
        .res-991-mb_20 {
            margin-bottom: -20px !important;
        }
        .res-991-mb_25 {
            margin-bottom: -25px !important;
        }
        .res-991-mb_30 {
            margin-bottom: -30px !important;
        }
        .res-991-mb_40 {
            margin-bottom: -40px !important;
        }
        .res-991-mb_50 {
            margin-bottom: -50px !important;
        }
        .res-991-ml-0 {
            margin-left: 0 !important;
        }
        .res-991-ml-15 {
            margin-left: 15px !important;
        }
        .res-991-ml-20 {
            margin-left: 20px !important;
        }
        .res-991-ml-30 {
            margin-left: 30px !important;
        }
        .res-991-ml-40 {
            margin-left: 40px !important;
        }
        .res-991-ml-50 {
            margin-left: 50px !important;
        }
        .res-991-ml_15 {
            margin-left: -15px !important;
        }
        .res-991-ml_30 {
            margin-left: -30px !important;
        }
        .res-991-ml_50 {
            margin-left: -50px !important;
        }
        .res-991-mr-0 {
            margin-right: 0 !important;
        }
        .res-991-mr-15 {
            margin-right: 15px !important;
        }
        .res-991-mr-20 {
            margin-right: 20px !important;
        }
        .res-991-mr-30 {
            margin-right: 30px !important;
        }
        .res-991-mr-40 {
            margin-right: 40px !important;
        }
        .res-991-mr-50 {
            margin-right: 50px !important;
        }
        .res-991-mr_15 {
            margin-right: -15px !important;
        }
        .res-991-mr_30 {
            margin-right: -30px !important;
        }
        .res-991-mr_50 {
            margin-right: -50px !important;
        }
        .prt-vertical_sep>[class*='col-lg']:not(:last-child):before {
            content: unset;
        }
        .d-lg-flex .border-end,
        .d-md-flex .border-start {
            border: 0 !important;
        }
        /* footer */
        .second-footer {
            padding: 50px 0 47px;
        }
        .footer-widget-box.prt-pl {
            margin-top: 30px;
        }
        .footer-widget-box .social-icons,
        .newsletter-form-main {
            margin-top: 15px;
        }
        .copyright {
            margin: 20px 0 0;
        }
        ul.prt-list.footer-cta-list li {
            padding: 3px 0;
        }
        .prt_single_image-wrapper {
            text-align: center;
        }
        /* sidebar */
        .sidebar .sidebar-right {
            padding-top: 50px !important;
            order: 1;
            width: 100%;
        }
        .sidebar .sidebar-left {
            padding-top: 50px !important;
            order: 1;
            width: 100%;
        }
        /*banner*/
        .hero-section .hero-slide.slide-1 .hero-content .pretitle h3,
        .hero-section .hero-slide.slide-2 .hero-content .pretitle h3 {
            font-size: 40px;
            line-height: 50px;
        }
        .hero-section .hero-slide.slide-1 .hero-content h2.title span,
        .hero-section .hero-slide.slide-2 .hero-content h2.title {
            font-size: 100px;
            line-height: 100px;
            padding-left: 0;
        }
        .hero-section .hero-slide.slide-1 .hero-slider_btn {
            padding: 0px 0 0 0;
        }
        .hero-section .hero-slide.slide-2 .hero-overlay-box {
            bottom: -88%;
        }
        .hero-section .hero-overlay-box {
            bottom: -88%;
        }
        .hero-section .prt-hero-link {
            display: none;
        }
        .prt-single-image-overlay {
            display: none;
        }
        .section-title h2.cta-title {
            font-size: 90px;
            line-height: 100px;
        }
        .section-title h3.cta-titlepre {
            font-size: 38px;
            line-height: 48px;
        }
        .prt-post-mt {
            margin-top: 0;
        }
        .featured-imagebox-post.style1 .featured-thumbnail img {
            height: 300px;
            object-fit: cover;
        }
        .featured-image-box .featured-content {
            padding: 35px 40px 25px;
        }
        .prt-quotes-block {
            bottom: unset;
            top: 0px;
        }
        .featured-content-box.style1 {
            margin: 15px 0 !important;
            padding: 0 !important;
        }
        .featured-content-box.style1 .featured-content {
            max-width: 100%;
        }
        .prt-contactblock {
            padding: 60px 50px 70px;
        }
        .team-details-content {
            padding: 50px 50px 40px;
        }
        .team-details-form-block h3 {
            font-size: 38px;
            line-height: 50px;
            margin-bottom: 35px;
        }
        .team-details-form-block {
            padding: 38px 50px 50px;
        }
        .prt-cta-call p a {
            font-size: 15px;
            line-height: 34px;
            font-weight: 500;
        }
    }
    
    @media (max-width: 767px) {
        .res-767-mr-0 {
            margin-right: 0px !important;
        }
        .res-767-mr-15 {
            margin-right: 15px !important;
        }
        .res-767-mr_15 {
            margin-right: -15px !important;
        }
        .res-767-ml-0 {
            margin-left: 0px !important;
        }
        .res-767-mb-0 {
            margin-bottom: 0px !important;
        }
        .res-767-mb-15 {
            margin-bottom: 15px !important;
        }
        .res-767-mb-35 {
            margin-bottom: 35px !important;
        }
        .res-767-mt-0 {
            margin-top: 0px !important;
        }
        .res-767-mt-10 {
            margin-top: 10px !important;
        }
        .res-767-mt-15 {
            margin-top: 15px !important;
        }
        .res-767-mt-20 {
            margin-top: 20px !important;
        }
        .res-767-mt-25 {
            margin-top: 25px !important;
        }
        .res-767-mt-30 {
            margin-top: 30px !important;
        }
        .res-767-mt-40 {
            margin-top: 40px !important;
        }
        .res-767-pt-0 {
            padding-top: 0 !important;
        }
        .res-767-pt-10 {
            padding-top: 10px !important;
        }
        .res-767-pb-0 {
            padding-bottom: 0 !important;
        }
        .res-767-pl-0 {
            padding-left: 0 !important;
        }
        .res-767-pl-15 {
            padding-left: 15px !important;
        }
        .res-767-pr-0 {
            padding-right: 0 !important;
        }
        .res-767-pr-15 {
            padding-right: 15px !important;
        }
        .res-767-pt-15 {
            padding-top: 15px !important;
        }
        .res-767-pt-20 {
            padding-top: 20px !important;
        }
        .res-767-pt-30 {
            padding-top: 30px !important;
        }
        .res-767-pt-40 {
            padding-top: 40px !important;
        }
        .res-767-pt-50 {
            padding-top: 50px !important;
        }
        .res-767-pb-15 {
            padding-bottom: 15px !important;
        }
        .res-767-pb-20 {
            padding-bottom: 20px !important;
        }
        .res-767-pb-30 {
            padding-bottom: 30px !important;
        }
        .res-767-pb-40 {
            padding-bottom: 40px !important;
        }
        .res-767-pb-50 {
            padding-bottom: 50px !important;
        }
        [class*='col-md'] .prt-equal-height-image {
            text-align: center;
            margin: 0 auto
        }
        [class*='col-md'] .prt-equal-height-image {
            display: block;
        }
        .comments-area .comment-form .comment-form-author,
        .comments-area .comment-form .comment-form-email,
        .comments-area .comment-form .comment-form-website {
            width: 100%;
            margin-right: 0;
        }
        .order-sm {
            order: 1;
        }
        .d-md-flex .border-end,
        .d-md-flex .border-start {
            border: 0 !important;
        }
        .wrap-form.message_form span.text-input {
            display: block;
        }
        .wrap-form.message_form span.text-input input,
        .wrap-form.message_form span.text-input textarea,
        .wrap-form.message_form span.text-input select {
            min-width: 100%;
            margin: 0px;
            text-align: left;
            padding: 10px 15px 10px 0px;
        }
        .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 {
            width: 100%;
            margin-right: 0;
        }
        /* prt-bg-layer */
        [class*='col-md'] .prt-col-bgimage-yes,
        .bg-layer-equal-height [class*='col-md'] .prt-col-bgcolor-yes {
            height: auto !important;
        }
        .section-title.title-style-center_text .title-desc p {
            width: 100%;
        }
        .section-title h2.cta-title {
            font-size: 80px;
            line-height: 90px;
        }
        /*footer*/
        .footer-widget-box .footer-img {
            margin: 20px 0 0;
        }
        /* Page-Title */
        .breadcrumb-wrapper .breadcrumb-wrapper-inner {
            padding: 0;
            background: transparent;
        }
        .title-box .page-title-heading h1 {
            font-size: 38px;
            line-height: 41px;
        }
        /*banner*/
        .hero-section .hero-slide.slide-1 .hero-content,
        .hero-section .hero-slide.slide-2 .hero-content-block {
            margin-top: -60px;
        }
        .hero-section .hero-slide.slide-1 .hero-content h2.title {
            font-size: 50px;
            line-height: 60px;
        }
        .hero-section .hero-slide.slide-1 .hero-content h2.title span,
        .hero-section .hero-slide.slide-2 .hero-content h2.title {
            font-size: 80px;
            line-height: 80px;
        }
        .hero-section .hero-overlay-box {
            bottom: -157%;
        }
        .hero-section .hero-slide.slide-2 .hero-overlay-box {
            bottom: -157%;
        }
        .featured-imagebox-product.style1 .featured-title h3 {
            font-size: 18px;
            line-height: 28px;
        }
        .prt-product-text {
            margin: 25px 0px 0;
        }
        .prt-appointment-block {
            padding: 30px 30px 50px;
        }
        .prt-info-main-block {
            display: block;
        }
        .prt-cta-title {
            padding: 0;
            margin: 0;
        }
        .prt-cta-title:before {
            display: none;
        }
        .prt-cta-mainblock .d-flex.align-items-center.justify-content-center {
            display: block !important;
        }
        .prt-cta-call p {
            margin-bottom: 15px;
        }
        .prt-left-span>.prt-col-wrapper-bg-layer {
            margin-left: -30px;
        }
        .prt-contactblock {
            padding: 30px 30px 40px;
        }
        .featured-icon-box.style4 {
            padding: 25px 0 25px !important;
            border-top: 1px solid rgba(0 65 73 / 0.10) !important;
        }
        .featured-icon-box.style4.border-left {
            border-left: 0 !important;
        }
        .prt-featured-block .row>[class|=col]:nth-child(1)>.featured-icon-box.style4 {
            border-top: 0 !important;
            padding-top: 0px !important;
        }
        .prt-featured-block .row>[class|=col]:last-child>.featured-icon-box.style4 {
            padding-bottom: 0px !important;
        }
        .prt_contact_widget_wrapper .d-flex.align-items-center {
            display: block !important;
        }
        .prt-cta-call p a {
            font-size: 19px;
            line-height: 34px;
            font-weight: 500;
        }
    }
    
    @media (max-width: 575px) {
        .prt-row.about-section {
            padding: 0px 0 35px !important;
        }
        .d-sm-flex .border-end,
        .d-md-flex .border-start {
            border: 0 !important;
        }
        .float-end-sm {
            float: left !important;
        }
        .second-footer .widget-area:nth-child(2) {
            margin-top: 0;
        }
        .res-575-mt-0 {
            margin-top: 0px !important;
        }
        .res-575-mt-10 {
            margin-top: 10px !important;
        }
        .res-575-mt-15 {
            margin-top: 15px !important;
        }
        .res-575-mt-20 {
            margin-top: 20px !important;
        }
        .res-575-mt-30 {
            margin-top: 30px !important;
        }
        .res-575-mb-0 {
            margin-bottom: 0px !important;
        }
        .res-575-mb-10 {
            margin-bottom: 10px !important;
        }
        .res-575-mb-15 {
            margin-bottom: 15px !important;
        }
        .res-575-mb-20 {
            margin-bottom: 20px !important;
        }
        .res-575-mb-30 {
            margin-bottom: 30px !important;
        }
        .res-575-ml-0 {
            margin-left: 0 !important;
        }
        .res-575-mr-0 {
            margin-right: 0 !important;
        }
        .res-575-p-0 {
            padding: 0 !important;
        }
        .res-575-pt-30 {
            padding-top: 30px !important;
        }
        .res-575-pl-0 {
            padding-left: 0 !important;
        }
        .res-575-pl-15 {
            padding-left: 15px !important;
        }
        .res-575-pr-0 {
            padding-right: 0 !important;
        }
        .res-575-pr-15 {
            padding-right: 15px !important;
        }
        .res-575-pb-0 {
            padding-bottom: 0 !important;
        }
        .res-575-pb-40 {
            padding-bottom: 40px !important;
        }
        .res-575-pt-0 {
            padding-top: 0 !important;
        }
        .d-sm-flex.prt-vertical_sep>[class*='col']:not(:last-child):before {
            content: unset;
        }
        .prt_single_image-wrapper.text-start.flex-grow-0.flex-shrink-0.flex-basis-auto img {
            width: 100%;
        }
        .widget-banner h3.fs-24 {
            font-size: 19px !important;
        }
        .prt-vertical_sep>[class*='col-sm-6']:not(:last-child):before {
            content: unset;
        }
        .border-left,
        .border-right,
        .border-bottom,
        .border-top {
            border: 0px !important;
        }
        .row.prt-vertical_sep>[class*=col-]:not(:last-child):before {
            content: unset;
        }
        .section-title h2.title {
            font-size: 25px;
            line-height: 33px;
        }
        .prt-team-member-single-content h3 {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 15px;
        }
        .page-title-heading h2,
        .prt-page-title-row.style1 .page-title-heading h2 {
            font-size: 50px;
            line-height: 60px;
        }
        .prt-page-title-row.style2 .page-title-heading h2,
        .prt-page-title-row.style4 .page-title-heading h2 {
            font-size: 36px;
            line-height: 46px;
        }
        .prt-page-title-row.style2 .page-title-heading h3 {
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 10px;
        }
        /*banner*/
        .hero-section,
        .hero-section .hero-slide {
            min-height: 300px;
        }
        .hero-section .hero-slide.slide-1 .hero-content,
        .hero-section .hero-slide.slide-2 .hero-content-block {
            margin-top: 0;
        }
        .hero-section .hero-slide.slide-2 .hero-overlay-box,
        .hero-section .hero-overlay-box {
            display: none;
        }
        .hero-section .hero-slider.prt-slider .slick-list {
            padding-bottom: 0;
        }
        .hero-section .hero-slide.slide-1 .hero-content h2.title span {
            font-size: 70px;
            line-height: 70px;
        }
        .section-title h2.cta-title {
            font-size: 80px;
            line-height: 90px;
        }
        .section-title h3.cta-titlepre,
        .team-details-form-block h3 {
            font-size: 30px;
            line-height: 40px;
        }
        .team-details-form-block h3 {
            margin-bottom: 25px;
        }
        .prt-left-span>.prt-col-wrapper-bg-layer {
            margin-left: -60px;
        }
        .featured-imagebox-service.style2 .featured-content {
            padding: 25px 0 0;
        }
        .testimonials .testimonial-content blockquote:before {
            display: none;
        }
        .testimonials .testimonial-content blockquote {
            padding: 0;
        }
        .client-box-main {
            margin: 36px 0 0 0;
        }
        .team-details-form-block {
            padding: 20px 30px 30px;
        }
        .prt-blog-single-content .blog-single-title h3 {
            font-size: 26px;
            line-height: 36px;
        }
        .prt-header-style-01 .site-branding #logo-img {
            max-width: 120px;
        }
        .site-branding #logo-img {
            margin-top: 0px;
            margin-bottom: 0px;
        }
    }
    
    @media only screen and (max-width: 480px) {
        .prt-row.testimonials-section {
            padding: 60px 0 65px !important;
        }
        .prt-row.team-section01 {
            padding: 45px 0 55px !important;
        }
        .spacing-2 {
            padding: 58px 0px 30px 0px;
        }
        .comment-author,
        .comment-body {
            margin: 0;
            margin-top: 130px;
        }
        .comment-author {
            margin-top: -130px;
        }
        .reply {
            float: none;
        }
        /*banner*/
        .hero-section .hero-slide.slide-1 .hero-content .pretitle h3,
        .hero-section .hero-slide.slide-2 .hero-content .pretitle h3 {
            font-size: 30px;
            line-height: 40px;
        }
        .hero-section .hero-slide.slide-1 .hero-content h2.title {
            font-size: 40px;
            line-height: 50px;
        }
        .hero-section .hero-slide.slide-1 .hero-content h2.title span,
        .hero-section .hero-slide.slide-2 .hero-content h2.title {
            font-size: 60px;
            line-height: 75px;
        }
        /*footer*/
        ul.prt-list.footer-cta-list li {
            width: 100%;
        }
        .section-title h2.cta-title {
            font-size: 60px;
            line-height: 70px;
        }
        .prt-page-title-row.style1 .prt-schedule {
            padding: 31px 30px 40px;
        }
        .prt-left-span>.prt-col-wrapper-bg-layer {
            margin-left: -100px;
        }
        .appointment-mask-image-circle {
            max-width: 300px;
            max-height: 300px;
            --svg: url('data:image/svg+xml,\<svg enable-background="new 0 0 24 24" height="300" viewBox="0 0 24 24" width="300" xmlns="http://www.w3.org/2000/svg"><path d="m21.91 14.835-4.91-2.835 4.91-2.835c.478-.276.642-.888.366-1.366l-1.5-2.598c-.276-.478-.887-.642-1.366-.366l-4.91 2.835v-5.67c0-.552-.448-1-1-1h-3c-.552 0-1 .448-1 1v5.67l-4.91-2.835c-.479-.276-1.09-.112-1.366.366l-1.5 2.598c-.276.478-.113 1.09.366 1.366l4.91 2.835-4.91 2.835c-.478.276-.642.888-.366 1.366l1.5 2.598c.276.478.888.642 1.366.366l4.91-2.835v5.67c0 .552.448 1 1 1h3c.552 0 1-.448 1-1v-5.67l4.91 2.835c.478.276 1.09.112 1.366-.366l1.5-2.598c.276-.478.113-1.09-.366-1.366z"/></svg>');
        }
        .prt_contact_widget_wrapper h2.prt-logo {
            font-size: 40px;
            line-height: 50px;
        }
        .team-details-content {
            padding: 30px 30px 20px;
        }
        .team-details-info-title h3 {
            font-size: 28px;
            line-height: 38px;
        }
        .prt-tabs.prt-tab-style-01 ul.tabs {
            display: block;
            text-align: center;
            padding: 19px 8px 8px;
        }
        .prt-tabs ul.tabs li {
            display: block;
        }
        .prt-tabs.prt-tab-style-01 ul.tabs li a {
            margin: 3px 0;
        }
        /*.featured-imagebox-service.style2 .featured-title h3{
		font-size: 16px;
    	line-height: 26px;
    	margin-bottom: 0;
	}
	.featured-imagebox-service.style2 .featured-title h3 span {font-size: 14px; line-height: 24px; }*/
    }
    
    @media only screen and (max-width: 375px) {
        .download_block {
            display: block;
        }
        .download_block .prt-file-title {
            padding: 10px 0 0;
        }
        /*banner*/
        .hero-section .hero-content h2.title span {
            font-size: 50px;
            line-height: 50px;
        }
        .hero-section .hero-content h2.title,
        .hero-section .hero-content .pretitle h3 {
            font-size: 30px;
            line-height: 40px;
        }
        .hero-overlay-box {
            width: auto;
        }
        .hero-overlay-box .prt-icon {
            width: 60px;
            height: 60px;
        }
        .hero-overlay-box .prt-icon i {
            font-size: 28px;
            line-height: 18px;
        }
        .hero-overlay-box {
            padding: 30px 30px 17px;
        }
        .footer-menu-links,
        ul.prt-list.footer-cta-list {
            margin-top: 15px;
        }
        .section-title h2.cta-title {
            font-size: 50px;
            line-height: 60px;
        }
        .prt-page-title-row.style1 .prt-schedule {
            padding: 31px 20px 40px;
        }
        .prt-quotes-block {
            width: 100%;
        }
        .prt-left-span>.prt-col-wrapper-bg-layer {
            margin-left: -140px;
        }
        ul.prt-p_table-features {
            margin: 15px 0 20px;
        }
        .prt-quotes-block h3 span {
            background-color: transparent;
            color: var(--base-headingfont-color);
        }
        .prt-quotes-block {
            padding: 45px 30px;
            height: 276px;
            top: 0px;
        }
        .prt-page-title-row.style4 span.auther-name {
            display: block;
        }
    }
    
    @font-face {
        font-family: "flaticon";
        src: url("../fonts/flaticon.ttf?6f916db93ef51fe7447eb8472dff021b") format("truetype"), url("../fonts/flaticon.woff?6f916db93ef51fe7447eb8472dff021b") format("woff"), url("../fonts/flaticon.woff2?6f916db93ef51fe7447eb8472dff021b") format("woff2"), url("../fonts/flaticon.eot?6f916db93ef51fe7447eb8472dff021b#iefix") format("embedded-opentype"), url("../fonts/flaticon.svg?6f916db93ef51fe7447eb8472dff021b#flaticon_ayurveda") format("svg");
    }
    
    i[class^="flaticon-"]:before,
    i[class*=" flaticon-"]:before {
        font-family: flaticon !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .flaticon-organic-product:before {
        content: "\f101";
    }
    
    .flaticon-quality:before {
        content: "\f102";
    }
    
    .flaticon-address:before {
        content: "\f103";
    }
    
    .flaticon-worldwide:before {
        content: "\f104";
    }
    
    .flaticon-call:before {
        content: "\f105";
    }
    
    .flaticon-email:before {
        content: "\f106";
    }
    
    .flaticon-up-right-arrow:before {
        content: "\f107";
    }
    
    .flaticon-verification:before {
        content: "\f108";
    }
    
    .flaticon-alert:before {
        content: "\f109";
    }
    
    .flaticon-hourglass:before {
        content: "\f10a";
    }
    
    .exp-text {
        color: #ffffff !important;
    }
    
    .btn-div {
        display: flex;
        flex-direction: row;
        position: relative;
        justify-content: center;
    }
    
    .btnss {
        width: fit-content;
        padding: 10px 40px;
        background-color: #ffcd1e;
        border-radius: 10px;
        color: white;
        margin-top: 40px;
        margin-bottom: 20px;
        cursor: pointer;
        transition: all ease-in-out .5s;
    }
    
    .btnss:hover {
        background-color: #1f6306;
    }
    
    .whtsapp-icon-landing {
        position: fixed;
        right: 15px;
        bottom: 90px;
        width: 50px;
        height: 50px;
        z-index: 9999999;
    }
    
    .whts-icon {
        width: 50px;
        height: auto;
    }
    
    @media screen and (max-width:575px) {
        .whtsapp-icon-landing {
            right: 5px;
            bottom: 160px;
        }
        .whts-icon {
            width: 40px;
            height: auto;
        }
    }
    
    #button {
        display: inline-block;
        background-color: #ffcd1e;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 50%;
        position: fixed;
        bottom: 30px;
        right: 15px;
        transition: background-color .3s, opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
    }
    
    #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }
    
    #button:hover {
        cursor: pointer;
        background-color: #333;
    }
    
    #button:active {
        background-color: #555;
    }
    
    #button.show {
        opacity: 1;
        visibility: visible;
    }
    
    .text-c {
        text-align: center;
    }
    
    .links:hover {
        color: white !important;
    }
    /***************************************** about-us ************************************************/
    
    .border-acord {
        border: 1px solid #ece9e0 !important;
        background-color: #f7f7f7;
        margin-bottom: 10px;
        border-radius: 10px !important;
    }
    
    .acor-btn {
        color: #000000 !important;
        border-radius: 10px !important;
        padding: 1.5rem 1.25rem !important;
        background-color: #f7f7f7 !important;
    }
    
    .acor-btn:focus {
        border-color: #ffffff !important;
        box-shadow: 0 0 0 .25rem rgb(255 255 255 / 25%) !important;
    }
    /******************************************************** header-section ***********************************************************************/
    
    .menu {
        display: flex;
    }
    
    .menu-mobile {
        display: block;
    }
    
    @media (max-width: 1199px) {
        .menu-link {
            display: block;
        }
        .btn-show-menu-mobile {
            display: block;
            cursor: pointer;
        }
        .menu-mobile {
            display: none;
            flex-direction: column;
        }
        .menu-mobile.show {
            display: flex;
        }
    }
    /********************************************* approch-section *************************************************/
    
    .approch-section {
        width: 100%;
        position: relative;
        background-color: #e5e5e533;
    }
    
    .our-approch {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    
    .approch-head {
        display: flex;
        justify-content: center;
        font-size: 50px;
        font-weight: 800;
        font-family: Poppins;
        color: #2f2f2f;
        margin-top: 100px;
        margin-bottom: 55px;
    }
    
    .aproch-content {
        font-size: 16px;
        font-weight: 400;
        font-family: Poppins;
        color: #000000;
        text-align:center
    }
    
    .box-approch {
        position: relative;
        display: flex;
        flex-direction: column;
        background-color: #ffffff;
        padding: 40px;
        gap: 10px;
        border-radius: 5px;
        transition: all ease-in-out .5s;
    }
    
    .box-approch:hover {
        box-shadow: rgb(101 101 101 / 18%) 0px 24px 27px 10px, rgb(112 112 112 / 52%) 0px 8px 16px -2px;
    }
    
    .service-aproach {
        display: flex;
        flex-direction: row;
        display: grid;
        width: 100%;
        position: relative;
        flex-wrap: wrap;
        margin-bottom: 60px;
        margin-top: 60px;
    }
    
    .col5_service_aproach {
        grid-auto-flow: row;
        gap: 40px 60px;
        grid-template-columns: repeat(4, 1fr);
        .spanItem {
            grid-column: span 2;
        }
        @media (max-width: 1200px) {
            grid-template-columns: repeat(4, 1fr);
            gap: 40px 20px;
            .spanItem {
                grid-column: span 2;
            }
        }
        @media (max-width: 1024px) {
            grid-template-columns: repeat(2, 1fr);
            gap: 40px 40px;
        }
        @media (max-width: 820px) {
            grid-template-columns: repeat(2, 1fr);
        }
        @media (max-width: 575px) {
            grid-template-columns: repeat(1, 1fr);
        }
    }
    
    .icon-img {
        width: 100%;
    }
    
    .adj-img {
        width: 75px;
        display: flex;
        margin: auto;
    }
    
    .icon-head {
        font-family: Poppins;
        font-size: 18px;
        font-weight: 700;
        color: #000000;
        text-align: center;
    }
    
    .icon-content {
        font-family: Poppins;
        font-size: 15px;
        font-weight: 400;
        color: #1f1e1e;
        text-align: center;
        line-height: 20px;
    }
    
    @media (max-width: 1200px) {
        .approch-head {
            font-size: 40px;
            margin-top: 65px;
            margin-bottom: 40px;
        }
        .aproch-content {
            font-size: 16px;
            font-weight: 400;
            font-family: Poppins;
            color: #000000;
        }
        .service-aproach {
            margin-top: 20px;
        }
    }
    
    @media (max-width: 575px) {
        .approch-head {
            font-size: 25px;
            text-align: left;
            justify-content: left;
            margin-top: 30px;
        }
        .approch-head {
            margin-bottom: 10px;
        }
        .aproch-content {
            justify-content: left;
            text-align: left;
        }
    }
    
    .drp-shadow {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    }
    /***************************************** gallery *********************************************/
    
    .modal {
        display: none;
        position: fixed;
        z-index: 10001;
        padding-top: 60px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.9);
    }
    /* Modal Content (image) */
    
    .modal-content {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
    }
    /* The Close Button */
    
    .close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
    }
    
    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
    /* Add Animation */
    
    .modal-content,
    .close {
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
    }
    
    @-webkit-keyframes zoom {
        from {
            -webkit-transform: scale(0)
        }
        to {
            -webkit-transform: scale(1)
        }
    }
    
    @keyframes zoom {
        from {
            transform: scale(0)
        }
        to {
            transform: scale(1)
        }
    }
    
    .margin-2sides {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    /* carousel-slider */
    /* .hero-section {
    position: relative;
    overflow: hidden;
}

.hero-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
 
    will-change: transform;
}

.hero-slide {
    min-width: 100%;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-slide.active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
    z-index: 1;
}

.controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.controls .prev,
.controls .next {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    cursor: pointer;
}

.pretitle h3,
.title h2 {
    margin: 0;
} */
    
    .hero-section {
        position: relative;
        overflow: hidden;
    }
    
    .hero-slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
        /* Optional: to add a nice touch */
        will-change: transform;
    }
    
    .hero-slide {
        min-width: 100%;
        box-sizing: border-box;
        opacity: 0;
        transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .hero-slide.active {
        opacity: 1;
        transform: translateX(0);
        position: relative;
        z-index: 1;
    }
    
    .controls {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
    }
    
    .controls .prev,
    .controls .next {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 10px;
        cursor: pointer;
    }
    
    .pretitle h3,
    .title h2 {
        margin: 0;
    }
    
    .indicators {
        position: absolute;
        bottom: 20px;
        width: 100%;
        text-align: center;
    }
    
    .indicator {
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
        transition: background-color 0.3s;
    }
    
    .indicator.active {
        background-color: rgba(255, 255, 255, 1);
    }
    /*************************** contact-us ********************************/
    
    .bg-sec-clr {
        background-color: #e5f3ff;
    }
    
    .contact-section {
        display: flex;
        flex-direction: row;
        position: relative;
        justify-content: space-between;
        padding-top: 60px;
    }
    
    .box-line {
        position: relative;
    }
    
    .lab-name {
        font-family: Poppins;
        font-weight: 400;
        font-size: 12px;
    }
    
    .con-address-img {
        width: 50%;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    
    .contact-side-img {
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    
    .address-place {
        width: 40%;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin: auto 0;
    }
    
    .uae-sec {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    
    .address-head-con {
        font-family: Poppins;
        font-weight: 500;
        font-size: 40px;
        letter-spacing: -1px;
    }
    
    .hover-underline-animation {
        display: inline-block;
        position: relative;
        color: #000000;
    }
    
    .hover-underline-animation:after {
        content: '';
        position: absolute;
        width: 10%;
        transform: scaleX(1);
        height: 3px;
        bottom: -15px;
        left: 0;
        background-color: #F07679;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }
    
    .img-con {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: row;
    }
    
    .loc-img {
        margin-right: 30px;
    }
    
    .add-det {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        text-decoration: none;
    }
    
    .add-det:hover {
        color: #000000;
    }
    
    .container-common {
        width: 100%;
        padding: 50px 150px;
        display: flex;
        justify-content: space-between;
    }
    
    .map-mar {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    
    @media (max-width:1700px) {}
    
    @media (max-width:1600px) {
        .contact-section {
            justify-content: space-between;
        }
    }
    
    @media (max-width:1500px) {
        .address-place {
            width: 40%;
        }
    }
    
    @media (max-width:1400px) {
        .box-line {
            width: 650px;
        }
        .address-head-con {
            font-size: 35px;
        }
    }
    
    @media (max-width:1300px) {
        .contact-section {
            padding-top: 60px !important;
        }
        .address-head-con {
            font-size: 30px;
        }
        .container-common {
            padding: 50px 70px;
        }
    }
    
    @media (max-width:1150px) {
        .contact-section {
            padding-top: 60px !important;
        }
        .box-line {
            width: 580px;
        }
        .address-place {
            width: 45%;
        }
    }
    
    @media (max-width:1050px) {
        .box-line {
            width: 540px;
        }
        .frm-spc {
            margin-bottom: 15px;
        }
        .address-head-con {
            font-size: 28px;
        }
    }
    
    @media (max-width:991px) {
        .address-place {
            width: 45%;
            flex-direction: row;
            justify-content: start;
            margin-top: 0px;
        }
    }
    
    @media (max-width:850px) {
        .uae-sec {
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
    }
    
    @media (max-width: 750px) {
        .uae-sec {
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        .hover-underline-animation:after {
            bottom: -5px;
        }
    }
    
    @media (max-width:700px) {
        .loc-img {
            margin-right: 10px;
        }
    }
    
    @media (max-width:600px) {
        .address-place {
            flex-direction: column;
        }
        .loc-img {
            margin-right: 25px;
        }
        .address-place {
            padding-top: 15px;
        }
        .contact-section {
            padding-top: 20px !important;
        }
    }
    
    @media (max-width:575px) {
        .contact-section {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        .con-address-img {
            width: 100%;
            position: relative;
            display: flex;
            flex-direction: column;
        }
        .address-place {
            width: 100%;
            flex-direction: row;
            justify-content: start;
            margin-top: 0px;
        }
        .uae-sec {
            gap: 25px;
        }
    }
    
    @media (max-width:550px) {
        .container-common {
            padding: 50px 12px;
        }
        .for-contacts {
            margin-bottom: 20px;
        }
    }
    
    @media (max-width:500px) {
        .address-head-con {
            font-size: 25px;
        }
    }
    /********************** header-sessions **********************/
    
    .header-top {
        background-color: #1f6306;
        width: 100%;
        display: flex;
        flex-direction: column;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #ffffff;
        margin: auto;
        justify-content: center;
        overflow: hidden;
        position: relative;
        text-align: center;
        height: 30px;
    }
    
    .header-top-res {
        background-color: #1f6306;
        width: 100%;
        display: flex;
        flex-direction: column;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #ffffff;
        margin: auto;
        justify-content: center;
        overflow: hidden;
        position: relative;
        text-align: center;
        height: 40px;
    }
    
    @media screen and (max-width:850px) {
        .header-top {
            display: none;
        }
        .centered-text {
            font-size: 50px;
        }
        .centered-text-service {
            font-size: 30px;
        }
    }
    
    @media screen and (max-width:575px) {
        .header-top {
            display: none;
        }
        .header-top-res {
            display: flex;
        }
        .centered-text {
            font-size: 35px;
        }
        .centered-text-service {
            font-size: 20px;
        }
        .header-top-res {
            height: 25px;
        }
    }
    
    @media screen and (min-width:575px) {
        .header-top {
            display: flex;
        }
        .header-top-res {
            display: none;
        }
    }
    
    @media screen and (max-width:1024px) {
        .prt-bg-layer,
        .prt-titlebar-wrapper-bg-layer,
        .prt-col-wrapper-bg-layer-inner {
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
        }
    }
    
    .drop-in,
    .drop-two {
        position: absolute;
        width: 100%;
        opacity: 0;
        transform: translateY(-100%);
        left: 0;
        right: 0;
    }
    
    .drop-in {
        animation: dropIn 10s infinite;
    }
    
    .drop-two {
        animation: dropTwo 10s infinite;
    }
    
    @keyframes dropIn {
        0%,
        45%,
        100% {
            opacity: 1;
            transform: translateY(0);
        }
        50%,
        95% {
            opacity: 0;
            transform: translateY(100%);
        }
    }
    
    @keyframes dropTwo {
        0%,
        45%,
        50% {
            opacity: 0;
            transform: translateY(-100%);
        }
        55%,
        95% {
            opacity: 1;
            transform: translateY(0);
        }
        100% {
            opacity: 0;
            transform: translateY(100%);
        }
    }
    
    .fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 1000;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        transition: all 2s ease;
    }
    
    .calendar-icon {
        position: absolute;
        top: 35%;
        right: 20px;
        transform: translateY(-50%);
        cursor: pointer;
    }
    
    .calendar-image {
        position: absolute;
        width: 20px;
        /* Adjust size as needed */
        height: 20px;
        /* Adjust size as needed */
    }
    
    .input-next {
        display: unset !important;
    }
    
    .for-color {
        color: #000000 !important;
    }
    
    .service-indication {
        font-size: 25px;
        color: #000000;
        font-weight: 700;
    }
    
    .ser-img-pos {
        background-position: center !important;
    }
    
    .mt-100 {
        margin-top: 100px;
    }
    
    .ser-home-content {
        font-size: 14px;
    }
    
    .dis-flex {
        display: flex;
        flex-direction: column;
    }
    
    .fd-rows {
        display: flex;
        flex-direction: row;
    }
    
    .for-row {
        display: flex;
        flex-direction: column;
    }
    
    .bg-clrs {
        background-color: #f7f7f7;
    }
    
    .extra-ht {
        height: 100% !important;
    }
    
    .prt-bg-layers,
    .prt-titlebar-wrapper-bg-layer,
    .prt-col-wrapper-bg-layer-inner {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    .work-content-service {
        display: flex;
        flex-direction: row;
        display: grid;
        width: 100%;
        position: relative;
        flex-wrap: wrap;
        margin-bottom: 10px;
        margin-top: 40px;
    }
    
    .col5_col4lg_col3-ser {
        grid-auto-flow: row;
        gap: 70px 40px;
        grid-template-columns: repeat(4, 1fr);
        .spanItem {
            grid-column: span 2;
        }
        @media (max-width: 1200px) {
            grid-template-columns: repeat(3, 1fr);
            .spanItem {
                grid-column: span 2;
            }
        }
        @media (max-width: 991px) {
            grid-template-columns: repeat(2, 1fr);
        }
        @media (max-width: 820px) {
            grid-template-columns: repeat(2, 1fr);
        }
        @media (max-width: 575px) {
            grid-template-columns: repeat(1, 1fr);
        }
    }
    
    .service-main {
        position: relative;
        display: flex;
        flex-direction: column;
        background-color: #f7f7f7;
        border-radius: 10px;
    }
    
    .img-over {
        overflow: hidden;
        border-radius: 10px 10px 0px 0px;
    }
    
    .image-serv {
        width: 100% !important;
        height: auto;
    }
    
    .image-serv {
        width: 100% !important;
        height: auto;
    }
    
    .for-padd {
        padding: 20px;
    }
    
    .zoom-img {
        transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
    }
    
    .zoom-img:hover {
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }
    
    .serv-head {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }
    
    .ser-home-content {
        font-size: 14px;
        font-weight: 400;
        text-align: center;
    }
    
    .services-py {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .flex-area {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    
    .points-area {
        display: flex;
        flex-direction: column;
        width: 40% !important;
    }
    
    .image-flex-area {
        display: flex;
        width: 60% !important;
        margin: 0 0 auto;
    }
    
    .img-services {
        width: 100%;
        border-radius: 10px;
        background-size: cover;
    }
    
    .paddings-20 {
        padding: 0px 20px !important;
    }
    
    @media screen and (max-width:991px) {
        .flex-area {
            display: flex;
            flex-direction: column-reverse;
        }
        .points-area {
            width: 100% !important;
        }
        .image-flex-area {
            display: flex;
            width: 100% !important;
            padding-bottom: 40px;
        }
    }
    
    @media screen and (max-width:575px) {
        .service-indication {
            font-size: 20px;
            color: #000000;
            font-weight: 700;
        }
    }
    
    .name_truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    
    .colou-abt {
        color: #2e2e2e;
    }
    
    .bdy-txt-clr {
        color: #2e2e2e;
    }
    /* .go-btn {
    width: fit-content;
    background-color: #ffffff;
    color: #000000;
    padding: 2px 20px;
    border-radius: 10px;
    cursor: pointer;
} */
    
    .go-btn {
        margin-left: 20px;
        cursor: pointer;
        border: 1px solid #ffffff;
        padding: 2px 10px;
        border-radius: 5px;
    }
    
    .site-branding #logo-img {
        transition: margin 0.3s ease;
        /* Adjust duration and easing as needed */
    }
    
    .control-prev {
        width: 3% !important;
    }
    
    .custom-prev {
        left: 15px;
        /* Adjust the left position */
        width: 60px;
        /* Adjust the width */
    }
    /* Optional: Customizing the next button position and width */
    
    .custom-next {
        right: 15px;
        /* Adjust the right position */
        width: 60px;
        /* Adjust the width */
    }
    
    @media screen and (min-width:575px) {
        .normal-img {
            display: flex;
        }
        .res-img {
            display: none;
        }
    }
    
    @media screen and (max-width:575px) {
        .normal-img {
            display: none;
        }
        .res-img {
            display: flex;
        }
        .custom-prev {
            left: -8px;
        }
        .custom-next {
            right: -8px;
        }
        .padding-for-575 {
            padding: 0px 15px;
        }
    }
    
    @media screen and (max-width:1400px) {
        .fs-amba {
            font-size: 14px;
            line-height: 25px;
        }
    }
    /*********************new-changes******************/
    
    .cards-row .featured-icon-box {
        display: flex;
        align-items: center;
        padding: 30px 25px 30px;
    }
    
    .row-container {
        max-width: 85%;
        margin: auto;
    }
    
    @media screen and (max-width:1400px) {
        .cards-row .featured-icon-box.style1 .featured-icon .prt-icon i {
            height: 60px;
            width: 60px;
        }
        .cards-row .featured-icon-box.style1 .featured-icon .prt-icon i::before {
            position: absolute;
            top: 0px;
            left: 0px;
            bottom: 0px;
            right: 0px;
            margin: auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
    /*********************new-changes******************/
    
    .malayalam-font {
        font-size: 18px !important;
    }
    
    @media screen and (max-width:1024px) {
        .malayalam-font {
            font-size: 16px !important;
        }
    }
    
    .bg-section-for-fifty {
        width: 100%;
        position: relative;
        display: flex;
        margin-top: 40px;
        margin-bottom: 80px;
    }
    
    .width-100-img {
        width: 100%;
    }
    
    @media screen and (max-width:575px) {
        .normal-fif {
            display: none;
        }
        .res-fif {
            display: flex;
        }
        .bg-section-for-fifty {
            margin-top: 0px;
            margin-bottom: 40px;
        }
    }
    
    @media screen and (min-width:575px) {
        .res-fif {
            display: none;
        }
        .normal-fif {
            display: flex;
        }
    }
    
    .yoga-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 15px;
    }
    
    .yoga-click {
        width: fit-content;
        border: 1px solid #1f6306;
        padding: 3px 15px;
        border-radius: 7px;
        font-weight: 500;
        font-size: 16px;
        transition: all ease-in-out .5s;
    }
    
    .yoga-click:hover {
        border: 1px solid #1f6306;
        color: #ffffff;
        background-color: #1f6306;
    }
    
    .yoga-logo {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        padding-top: 80px;
        padding-bottom: 30px;
    }
    
    @media screen and (max-width:1300px) {
        .yoga-click {
            font-size: 14px;
        }
    }
    /* yoga-section------------------------------------------------------------------------------------------- */
    
    .yoga-section {
        width: 100%;
        position: relative;
        display: flex;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .yoga-img-content {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: row;
        gap: 100px;
    }
    
    .content-yoga-para {
        font-size: 16px;
        color: #000000;
    }
    
    .content-yoga-para {
        display: flex;
        flex-direction: column;
        width: 55%;
        position: relative;
        display: flex;
        justify-content: center;
    }
    
    .yoga-img {
        width: 45%;
        position: relative;
        display: flex;
        overflow: hidden;
        border-radius: 20px;
    }
    
    .yoga-pic {
        width: 100%;
        border-radius: 20px;
        transition: transform 0.5s ease;
        object-fit: cover;
    }
    
    .yoga-img:hover .yoga-pic {
        transform: scale(1.1);
    }
    
    .head-yoga {
        font-size: 35px;
        font-weight: 500;
        color: #000000;
        padding-bottom: 20px;
    }
    
    @media screen and (max-width:1400px) {
        .yoga-img-content {
            width: 100%;
            position: relative;
            display: flex;
            flex-direction: row;
            gap: 30px;
        }
    }
    
    @media screen and (max-width:1200px) {
        .yoga-btn {
            display: flex;
            justify-content: left;
            align-items: left;
            padding-left: 10px;
            padding-bottom: 40px;
            padding-top: 10px;
        }
    }
    
    @media screen and (max-width:991px) {
        .yoga-img-content {
            width: 100%;
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        .yoga-img {
            width: 100%;
        }
        .content-yoga-para {
            width: 100%;
        }
        .head-yoga {
            font-size: 24px;
            font-weight: 500;
            color: #000000;
            padding-bottom: 10px;
        }
        .yoga-section {
            width: 100%;
            position: relative;
            display: flex;
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .yoga-btn {
            padding-top: 10px;
        }
    }
    
    @media screen and (max-width:575px) {
        .yoga-logo {
            justify-content: left;
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .arivu-logo {
            width: 150px;
        }
    }
    /* yoga-section-area--------------------------------------------------------------------------------- */
    
    .work-content-yoga-box {
        display: flex;
        flex-direction: row;
        display: grid;
        width: 100%;
        position: relative;
        flex-wrap: wrap;
        margin-bottom: 10px;
        margin-top: 40px;
        padding-bottom: 50px;
    }
    
    .col5_col4lg_col3-yoga-box {
        grid-auto-flow: row;
        gap: 70px 40px;
        grid-template-columns: repeat(2, 1fr);
        .spanItem {
            grid-column: span 2;
        }
        @media (max-width: 1200px) {
            grid-template-columns: repeat(2, 1fr);
            .spanItem {
                grid-column: span 2;
            }
        }
        @media (max-width: 991px) {
            grid-template-columns: repeat(2, 1fr);
        }
        @media (max-width: 820px) {
            grid-template-columns: repeat(2, 1fr);
        }
        @media (max-width: 575px) {
            grid-template-columns: repeat(1, 1fr);
        }
    }
    
    .work-content-yoga-box {
        display: flex;
        flex-direction: row;
        display: grid;
        width: 100%;
        position: relative;
        flex-wrap: wrap;
        margin-bottom: 10px;
        margin-top: 40px;
        padding-bottom: 50px;
    }
    
    .col5_col4lg_col3-yoga-box {
        grid-auto-flow: row;
        gap: 70px 40px;
        grid-template-columns: repeat(2, 1fr);
        .spanItem {
            grid-column: span 2;
        }
        @media (max-width: 1200px) {
            grid-template-columns: repeat(2, 1fr);
            .spanItem {
                grid-column: span 2;
            }
        }
        @media (max-width: 991px) {
            grid-template-columns: repeat(2, 1fr);
        }
        @media (max-width: 820px) {
            grid-template-columns: repeat(1, 1fr);
            gap: 20px 40px;
        }
        @media (max-width: 575px) {
            grid-template-columns: repeat(1, 1fr);
        }
    }
    
    .yoga-first-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 50px;
        border-radius: 30px;
        background-color: #ffffff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    
    .yoga-contents {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
    }
    
    .yoga-line-text {
        padding-top: 5px;
        padding-bottom: 5px;
        color: #1f6306;
        font-size: 14px;
        font-weight: 400;
        margin-top: auto;
    }
    
    .yoga-bold-text {
        color: #1f6306;
        font-size: 14px;
        font-weight: 500;
    }
    
    .work-content-ashtanga {
        display: flex;
        flex-direction: row;
        display: grid;
        width: 100%;
        position: relative;
        flex-wrap: wrap;
        margin-bottom: 10px;
        padding-bottom: 50px;
    }
    
    .col5_col4lg_col3-ashtanga {
        grid-auto-flow: row;
        gap: 20px 20px;
        grid-template-columns: repeat(2, 1fr);
        .spanItem {
            grid-column: span 2;
        }
        @media (max-width: 1200px) {
            grid-template-columns: repeat(2, 1fr);
            .spanItem {
                grid-column: span 2;
            }
        }
        @media (max-width: 991px) {
            grid-template-columns: repeat(2, 1fr);
        }
        @media (max-width: 820px) {
            grid-template-columns: repeat(2, 1fr);
        }
        @media (max-width: 575px) {
            grid-template-columns: repeat(1, 1fr);
        }
    }
    
    .head-yoga-ashtanga {
        font-size: 35px;
        font-weight: 500;
        color: #000000;
        padding-bottom: 20px;
        display: flex;
        justify-content: center;
    }
    
    .ashtanga-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 20px;
        border-radius: 10px;
        background-color: #ffffff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    
    .aproch-content-ashtanga {}
    
    .ashtanga-area {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    
    .serv-content-ashtanga {
        font-size: 14px;
        font-weight: 400;
    }
    
    .serv-head-ashtanga {
        font-size: 18px;
        font-weight: 600;
        color: #000000;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    
    .serv-content-ashtanga {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        color: #000000;
    }
    
    .icon-img-wid {
        width: 40px;
    }
    
    .list-clr {
        font-size: 14px;
        color: #000000;
        line-height: 18px;
        padding-bottom: 8px;
    }
    
    .unlist-pad {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        margin: 0px !important;
    }
    
    .five-layer-sec {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .five-layer-head {
        font-size: 35px;
        font-weight: 500;
        color: #000000;
        padding-bottom: 20px;
        display: flex;
    }
    
    .five-layer-content {
        display: flex;
        justify-content: center;
        font-size: 18px;
        font-weight: 400;
        font-family: Poppins;
        color: #000000;
        margin-bottom: 30px;
    }
    
    .five-layer-content-small {
        font-size: 16px;
        font-weight: 500;
        font-family: Poppins;
        color: #000000;
        margin-bottom: 30px;
    }
    
    .point-head {
        font-size: 30px;
        font-weight: 500;
        color: #1f6306;
        padding-bottom: 20px;
        display: flex;
    }
    
    .pad-top-ashta {
        padding-top: 40px
    }
    
    .clr-bold {
        color: #1f6306;
    }
    
    .extra-pads-ashta {
        margin-bottom: 15px !important;
    }
    
    .quatation-sec {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    
    .extra-center {
        justify-content: center !important;
        margin-bottom: 30px !important;
    }
    
    .work-content-yoga-imgs {
        display: flex;
        flex-direction: row;
        display: grid;
        width: 100%;
        position: relative;
        flex-wrap: wrap;
        margin-bottom: 10px;
        padding-top: 40px;
        padding-bottom: 50px;
    }
    
    .col5_col4lg_col3-yoga-imgs {
        grid-auto-flow: row;
        gap: 20px 20px;
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
        @media (max-width: 1200px) {
            grid-template-columns: repeat(3, 1fr);
            .spanItem {
                grid-column: span 2;
            }
        }
        @media (max-width: 991px) {
            grid-template-columns: repeat(3, 1fr);
        }
        @media (max-width: 820px) {
            grid-template-columns: repeat(2, 1fr);
        }
        @media (max-width: 575px) {
            grid-template-columns: repeat(1, 1fr);
        }
    }
    
    .gal-img-yoga {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
    }
    
    .img-yoga-width {
        width: 100%;
        border-radius: 10px;
    }
    
    .gal-img-yoga:hover .img-yoga-width {
        transform: scale(1.1);
        /* zoom in */
    }
    
    @media screen and (max-width:991px) {
        .head-yoga-ashtanga {
            justify-content: left;
        }
    }
    
    @media screen and (max-width:820px) {
        .yoga-first-box {
            padding: 25px;
        }
        .five-layer-head {
            font-size: 26px;
            line-height: 34px;
            padding-bottom: 5px;
        }
        .point-head {
            font-size: 23px;
            ;
        }
    }
    
    @media screen and (max-width:575px) {
        .head-yoga-ashtanga {
            font-size: 26px;
            padding-bottom: 10px;
        }
        .work-content-ashtanga {
            padding-bottom: 5px;
        }
        .five-layer-content-small {
            font-size: 14px;
        }
        .five-layer-content {
            font-size: 15px;
        }

          .aproch-content {
      
        text-align:left
    }
    }