/* ----------------------------------------
    Stylesheet Guide
 ------------------------------------------

    1. Base
    2. Layout
    3. Components
    4. Pages

---------------------------------------------------------- */


/* ----------------------------------------
    1. Base
 ---------------------------------------- */

    /* ----------------------------------------
        Reset
     ---------------------------------------- */

        * {
            margin: 0;
            padding: 0;
            border: none;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
        }
         

        :root{
            --main-color:#f99b1f;
            --secondary-color:#523436:

        }



        article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, main {
            display: block;
        }

        mark, rp, rt, ruby, summary, time {
            display: inline;
        }

        a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
            background: transparent;
            border: 0 none;
            font-weight: inherit;
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            vertical-align: top;
        }

        a {
            text-decoration: none;
            outline: none !important;
            vertical-align: baseline;
        }

        b, strong {
            font-weight: bold;
        }

        ul, ol {
            list-style: none;
        }

        q {
            quotes: none;
        }

        table, table td {
            padding: 0;
            border: none;
            border-collapse: collapse;
        }

        img {
            vertical-align: top;
            max-width: 100%;
        }

        embed {
            vertical-align: top;
        }

        input, textarea {
            font-family: inherit;
            -webkit-box-sizing: border-box !important;
                    box-sizing: border-box !important;
        }

        input, button {
            -webkit-appearance: none;
            outline: none;
            background: transparent;
        }

        button::-moz-focus-inner {
            border: 0;
        }

        th {
            text-align: left;
        }

        textarea {
            outline: none !important;
        }

        button {
            cursor: pointer;
            color: inherit;
        }

        html, body {
            min-height: 100%;
        }

        fieldset, legend, label, select, input, textarea, form, button, optgroup {
            -webkit-appearance: none !important;
        }

        .container, .container-fluid {
            padding-right: 16px;
            padding-left: 16px;
        }

        .row {
            margin-right: -16px;
            margin-left: -16px;
        }

        .row > [class*="col-"] {
            padding-left: 16px;
            padding-right: 16px;
        }

    /* ----------------------------------------
        Global
    ---------------------------------------- */

        body {
            background-color: #fff;
            overflow-x: hidden;
            overflow-y: initial !important;
        }

        .santhosh-page-wrapper {
            overflow: hidden;
            position: relative;
        }

        html {
            overflow-y: initial !important;
        }

        ::-webkit-selection {
            color: #fff;
            background-color: #523436;
        }

        ::-moz-selection {
            color: #fff;
            background-color: #523436;
        }

        ::selection {
            color: #fff;
            background-color: #523436;
        }

        mark {
            color: #fff;
            background-color: #523436;
        }

        .clearfix::after {
            content: "";
            display: block;
            clear: both;
        }

        .page-wrapper {
            overflow: hidden;
        }

        [data-bg-image-src] {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .animated {
            -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
        }

        .w-100 {
            width: 100%;
        }

        .material-icons,
        .material-icons-outlined {
            font-size: inherit;
            line-height: inherit;
        }

    /* ----------------------------------------
        Typography
    ---------------------------------------- */

        :root {
            font-size: 16px;
        }

        body {
            font-family: 'Lato', sans-serif;
            font-size: 1.125rem;
            line-height: 2rem;
            font-weight: normal;
            color: #575457;
        }

        address:not(:last-child) {
            margin-bottom: 1.625rem;
        }

        q, kbd, strong, em, tt, var, span, del, big, small {
            vertical-align: baseline;
        }

        /* ----------------------------------------
            Headings
        ---------------------------------------- */

            h1, h2, h3, h4, h5, h6 {
                color: #232223;
                font-family: 'Josefin Sans', sans-serif;
                font-weight: bold;
                letter-spacing: -0.3px;
            }

            h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child) {
                margin-bottom: 2rem;
            }

            h1 {
                font-size: 4.5rem;
                line-height: 5rem;
                letter-spacing: -2.5px;
            }

            h2 {
                font-size: 3.75rem;
                line-height: 4.5rem;
                letter-spacing: -2px;
            }

            h3 {
                font-size: 3rem;
                line-height: 3.5rem;
            }

            h4 {
                font-size: 2.25rem;
                line-height: 3rem;
            }

            h5 {
                font-size: 1.875rem;
                line-height: 2.5rem;
            }

            h6 {
                font-size: 1.5rem;
                line-height: 2rem;
            }

            h5:not(:last-child),
            h6:not(:last-child) {
                margin-bottom: 1rem;
            }

            h2.santhosh-page-title {
                letter-spacing: -2px;
            }

            h4.santhosh-page-title {
                letter-spacing: -1px;
            }

            h2.santhosh-page-title:not(:last-child),
            .santhosh-title-wrap:not(:last-child) {
                margin-bottom: 2.5rem;
            } 

            .santhosh-page-title.no-bts:not(:last-child) {
                margin-bottom: 0;
            }

            .santhosh-title-wrap h2.santhosh-page-title:not(:last-child) {
                margin-bottom: 0;
            }

            .santhosh-sub-title {
                font-size: 1.125rem;
                line-height: 1.5rem;
                text-transform: uppercase;
                color: #523436;
                font-weight: 600;
            }

            .santhosh-sub-title:hover {
                text-decoration: underline;
            }

            .santhosh-sub-title.style-2 {
                color: var( --main-color);
            }

            .santhosh-semi-title {
                font-size: 1.25rem;
                line-height: 1.5rem;
            }

            .santhosh-semi-title:not(:last-child) {
                margin-bottom: 0.5rem;
            }

        /* ----------------------------------------
            Paragraphs
        ---------------------------------------- */

            p {
                line-height: inherit;
            }

            p:not(:last-child) {
                margin-bottom: 1.5rem;
            }

            .santhosh-text-small {
                font-size: 1rem;
                line-height: 1.5rem;
            }

            p.santhosh-text-small:not(:last-child) {
                margin-bottom: 1.3125rem;
            }

            .santhosh-text-small {
                font-size: 0.9286rem;
                font-weight: 500;
            }

            .santhosh-text-medium {
                font-size: 1.125rem;
                font-weight: 500;
            }

            .text-color-1 {
                color: #e6e6e6;
            }
            
            .text-color-1 .santhosh-page-title {
                color: #fff;
            }

            .text-color-2 .santhosh-page-title {
                color: var( --main-color);
            }

            .text-color-3 .santhosh-page-title {
                color: #523436;
            }

            .santhosh-colorizer--scheme-color-3 .text-color-1 {
                color: #ffd9dc;
            }

            .santhosh-text-color-2 {
                color: #232223;
            }

            .santhosh-text-color-3 {
                color: #959595;
            }

            .fw-medium {
                font-weight: 500;
            }

            .fw-black {
                font-weight: 900;
            }

        /* ----------------------------------------
            Links
        ---------------------------------------- */

            a {
                color: #232223;
            }

            .santhosh-link,
            a,
            button {
                transition: all .5s ease;
            }

            .santhosh-link {
                color: #523436;
                border-bottom: 1px solid transparent;
            }

            .santhosh-link:hover {
                border-color: inherit;
            }

            .santhosh-link.color-2 {
                color: var( --main-color);
            }

            .santhosh-dir {
                font-size: 1rem;
            }

        /* ----------------------------------------
            Icons
        ---------------------------------------- */

            [class*="santhosh-font-icon"] {
                line-height: 1;
            }

        /* ----------------------------------------
            Colors
        ---------------------------------------- */

        .santhosh-color {

        }

    /* ----------------------------------------
        Utils classes
    ---------------------------------------- */

        .santhosh-d-none {
            display: none;
        }

        .santhosh-fw-bold {
            font-weight: bold;
        }

        .santhosh-fw-semi {
            font-weight: 600;
        }

        .santhosh-tt-uppercase {
            text-transform: uppercase;
        }

        .santhosh-d-down-xxxl-none {
            display: none;
        }

        .santhosh-fw-down-xxxl-bold {
            font-weight: bold;
        }

        .alignleft {
            float: left;
        }

        .alignright {
            float: right;
        }
        
        .align-left {
            text-align: left;
        }

        .align-right {
            text-align: right;
        }

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

        img[class*="align"] {
            border-radius: 1.5rem;
            overflow: hidden;
        }

        img.alignleft{
            margin-right: 2rem;
        }

        img.alignright{
            margin-left: 2rem;
        }

        .santhosh-img {
            border-radius: 1.5rem;
            overflow: hidden;
        }

        .santhosh-img img {
            width: 100%;
        }

                /* ----------------------------------------
    2. Layout
                ---------------------------------------- */

    
    /* ----------------------------------------
        Header
    ---------------------------------------- */

        .santhosh-header {
            position: relative;
            z-index: 25;
            background: var( --main-color);
            color: #fdf7e6;
        }

        .santhosh-header.santhosh-header--transparent {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background: transparent;
        }

        [class*="santhosh-header-section--sticky"] {
            padding: 0.125rem  3.875rem;
        }

        [class*="santhosh-header-section--sticky"].santhosh-header-section--sticked {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 50;
            background: var( --main-color);
        }
        
        .santhosh-pre-header {
            border-bottom: 1px solid #f26375;
        }

        .santhosh-pre-header .santhosh-pre-header-wrap,
        .santhosh-header:not(.header-3) .santhosh-pre-header {
            display: flex;
            justify-content: space-between;
            padding: 0.75rem 3.875rem;
            font-size: 0.875rem;
            line-height: 1rem;
            letter-spacing: 0.25px;
        }

        .santhosh-pre-header .santhosh-pre-header-wrap {
            padding-left: 0;
            padding-right: 0;
        }

        /* ----------------------------------------
            Header Section
        ---------------------------------------- */

            .santhosh-header-section {
                display: block;
            }

            .santhosh-header-section:not(:last-child) {
                margin-bottom: 3.5rem;
            }

        /* ----------------------------------------
            Header Items
        ---------------------------------------- */

            .santhosh-header-items {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                justify-content: space-between;
                flex-wrap: wrap;
            }

            .santhosh-header-item .santhosh-logo {
                padding-right: 3rem;
            }

            .santhosh-navigation-container {
                display: flex;
            }

            .santhosh-actions {
                display: flex;
                align-items: center;
                margin: -1rem -0.5rem 0;
            }

            .santhosh-actions > .santhosh-item {
                padding: 1rem 0.5rem 0;
                display: flex;
            }

            .santhosh-actions .santhosh-item-link:not(.santhosh-dropdown-title):not(:last-child) {
                margin-right: 0.625rem;
            }

            .santhosh-actions .santhosh-item-link {
                position: relative;
                color: #fff;
                width: 3rem;
                height: 3rem;
                border-radius: 50%;
                background: #b8001f;
                text-align: center;
                display: block;
            }

            .santhosh-actions .santhosh-item-link:hover {
                -webkit-box-shadow: 2px 6px 0px 0px rgba(184, 0, 31, 0.4);
                -moz-box-shadow: 2px 6px 0px 0px rgba(184, 0, 31, 0.4);
                box-shadow: 2px 6px 0px 0px rgba(184, 0, 31, 0.4);
            }

            .santhosh-actions .santhosh-item-link i {
                font-size: 1.375rem;
                line-height: 3rem;
            }

            .santhosh-actions .santhosh-item-link.santhosh-dropdown-title i {
                font-size: 1.125rem;
            }

            .santhosh-item-link.santhosh-dropdown-title span {
                font-family: 'Josefin Sans', sans-serif;
                position: absolute;
                top: -0.5rem;
                right: -0.5rem;
                width: 1.5rem;
                height: 1.5rem;
                line-height: 1.5rem;
                text-align: center;
                color: #232223;
                font-size: 0.875rem;
                background: #523436;
                border-radius: 50%;
            }

            .santhosh-pre-header .santhosh-quick-links a {
                color: #fff;
            }

            .santhosh-quick-links a:hover {
                text-decoration: underline;
            }

            .santhosh-pre-header .santhosh-quick-links > span {
                padding: 0 0.25rem;
            }

        /* Header 2 */

        .santhosh-header.style-2 {
            background: #fff;
            color: #575457;
        }

        .santhosh-header.style-2 [class*="santhosh-header-section--sticky"].santhosh-header-section--sticked {
            background: #fff;
            -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow:    0px 1px 25px 0px rgba(0, 0, 0, 0.1);
            box-shadow:         0px 1px 25px 0px rgba(0, 0, 0, 0.1);
        }

        .santhosh-header.style-2 .santhosh-navigation > li:hover > a, 
        .santhosh-header.style-2 .santhosh-navigation > li.current-menu-item > a {
            color: var( --main-color);
        }

        .santhosh-header.style-2 .santhosh-navigation > li > a {
            color: #232223;
        }

        .santhosh-header.style-2 .santhosh-our-info.type-2 .santhosh-info-title,
        .santhosh-header.style-2 .santhosh-our-info.type-2 .santhosh-info i {
            color: var( --main-color);
        }

        .santhosh-header.style-2 .santhosh-actions .santhosh-item-link {
            background: #e6e6e6;
            color: #232223;
        }

        .santhosh-header.style-2 .santhosh-actions .santhosh-item-link:hover {
            -webkit-box-shadow: 2px 6px 0px 0px rgba(230, 230, 230, 0.4);
            -moz-box-shadow: 2px 6px 0px 0px rgba(230, 230, 230, 0.4);
            box-shadow: 2px 6px 0px 0px rgba(230, 230, 230, 0.4);
        }

        .santhosh-header.style-2 .santhosh-item-link.santhosh-dropdown-title span {
            background: var( --main-color);
            color: #fff;
        }

        .santhosh-header.style-2 .santhosh-pre-header {
            border-bottom-color: #e6e6e6;
        }

        .santhosh-header.style-2 .santhosh-pre-header .santhosh-quick-links a {
            color: #232223;
        }

        .santhosh-message {
            position: relative;
            font-size: 1rem;
            line-height: 1rem;
            letter-spacing: 0.25px;
            padding: 0.75rem 1rem;
            padding-right: 2rem;
            font-family: 'Josefin Sans', sans-serif;
            font-weight: 600;
            color: var( --main-color);
            text-align: center;
            background: #fef2f4;
            border-radius: 0 0 1.5rem 1.5rem;
            margin: 0 3.875rem;
        }

        .santhosh-message .close-message {
            position: absolute;
            right: 1rem;
            top: 0;
            color: #232223;
        }

        .santhosh-message .close-message i {
            font-size: 1rem;
            line-height: 2.5rem;
        }

        
        /* ----------------------------------------
            Navigation
        ---------------------------------------- */

            .santhosh-navigation {
                z-index: 4;
                text-align: initial;
                margin: 0 -1.25rem;
                display: flex;
            }

            .santhosh-navigation > li {
                font-size: 1rem;
                padding: 0 1.25rem;
                position: relative;
                vertical-align: top;
                font-family: 'Josefin Sans', sans-serif;
            }

            .santhosh-navigation > li > a {
                color: #fff;
                font-weight: bold;
                text-transform: uppercase;
                white-space: nowrap;
               
                -webkit-transition-property: background-color;
                        transition-property: background-color;
                -webkit-transition-delay: 0ms;
                        transition-delay: 0ms;
                -webkit-transition-duration: 500ms;
                        transition-duration: 500ms;
                -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                display: block;
                position: relative;
            }

            .santhosh-navigation > li:hover > a,
            .santhosh-navigation > li.current-menu-item > a {
                color: #523436;
            }

            /* .santhosh-navigation > li > a::after {
                content: "keyboard_arrow_down";
                font-family: 'Material Icons';
                text-transform: none;
                display: inline-block;
                font-weight: normal;
                vertical-align: -4px;
                font-size: 22px;
                font-weight: bold;
                margin-left: 0.625rem;
                line-height: 0.5rem;
                max-width: 20px;
            } */

            .santhosh-navigation .menu-item-has-children:hover, 
            .santhosh-navigation .menu-item-has-children.santhosh-seleceted, 
            .santhosh-navigation .menu-item-has-children.santhosh-tapped {
                z-index: 2;
            }

            .santhosh-mobile-nav-btn {
                background-color: #50323478;
            }

            .santhosh-navigation .sub-menu {
                font-family: 'Josefin Sans', sans-serif;
                width: 21.75rem;
                font-size: 1rem;
                padding: 2rem;
                position: absolute;
                top: 100%;
                left: -1rem;
                margin-top: 1.3125rem;
                border-radius: 1.5rem;
                opacity: 0;
                visibility: hidden;
                color: #fff;
                background-color: #232223;
                -webkit-transition-property: opacity, visibility;
                        transition-property: opacity, visibility;
                -webkit-transition-delay: 0ms;
                        transition-delay: 0ms;
                -webkit-transition-duration: 500ms;
                        transition-duration: 500ms;
                -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);

                -webkit-box-shadow: 0px 0px 30px 0px rgba(15, 27, 56, 0.1);
                -moz-box-shadow:    0px 0px 30px 0px rgba(15, 27, 56, 0.1);
                box-shadow:         0px 0px 30px 0px rgba(15, 27, 56, 0.1);
            }

            .santhosh-navigation .sub-menu:before {
                content: '';
                position: absolute;
                bottom: 100%;
                left: 0;
                right: 0;
                height: 2rem;
            }

            .santhosh-navigation .sub-menu a {
                color: #232831;
            }

            .santhosh-navigation .sub-menu > li:not(:last-child) {
                margin-bottom: 0.5rem;
            }

            .santhosh-navigation .sub-menu > li > a {
                color: #fff;
                font-size: 1.125rem;
                line-height: 1rem;
                font-weight: 500;
                border-bottom: 1px solid transparent;
            }

            .santhosh-navigation .sub-menu.santhosh-reverse {
                left: auto;
                right: -1.625rem;
            }

            .santhosh-navigation .sub-menu .sub-menu {
                top: -3.5rem;
                left: calc(100% + 2.25rem);
            }

            .santhosh-navigation .sub-menu .sub-menu.santhosh-reverse {
                left: auto;
                right: calc(100% + 2.25rem);
            }

            .santhosh-navigation .sub-menu .menu-item-has-children {
                position: relative;
                padding-right: 1rem;
            }

            .santhosh-navigation .sub-menu .menu-item-has-children::after {
                font-family: 'Material Icons';
                content: "keyboard_arrow_right";
                position: absolute;
                right: 0;
                font-size: 1.25rem;
                line-height: inherit;
                width: 14px;
                top: 0;
            }

            .santhosh-no-touchevents .santhosh-navigation .sub-menu li:hover > a:not(.sub-title),
            .santhosh-no-touchevents .santhosh-navigation .sub-menu .menu-item-has-children.santhosh-selected > a:not(.sub-title),
            .santhosh-touchevents .santhosh-navigation .sub-menu .menu-item-has-children.santhosh-tapped > a:not(.sub-title),
            .santhosh-navigation .sub-menu .current-menu-item > a:not(.sub-title),
            .santhosh-navigation .sub-menu .current-menu-ancestor > a:not(.sub-title),
            .santhosh-navigation .sub-menu .current-menu-parent > a:not(.sub-title) {
                border-bottom-color: inherit;
                color: #523436;
            }

            .santhosh-no-touchevents .menu-item-has-children:hover > .sub-menu,
            .santhosh-no-touchevents .menu-item-has-children.santhosh-selected > .sub-menu,
            .santhosh-touchevents .menu-item-has-children.santhosh-tapped > .sub-menu {
                opacity: 1;
                visibility: visible;
            }

            .santhosh-navigation .sub-menu li.menu-item-has-children:hover:after,
            .santhosh-navigation .sub-menu li.menu-item-has-children.current-menu-item::after {
                color: #523436;
            }

            .santhosh-csstransforms3d .santhosh-navigation .sub-menu {
                -webkit-transition-property: -webkit-transform, opacity, visibility;
                        transition-property: transform, opacity, visibility;

                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                        transform: scale3d(0.9, 0.9, 0.9);
            }

            .santhosh-csstransforms3d.santhosh-no-touchevents .menu-item-has-children:hover > .sub-menu,
            .santhosh-csstransforms3d.santhosh-no-touchevents .menu-item-has-children.santhosh-selected > .sub-menu,
            .santhosh-csstransforms3d.santhosh-touchevents .menu-item-has-children.santhosh-tapped > .sub-menu {
                -webkit-transform: scale3d(1, 1, 1);
                        transform: scale3d(1, 1, 1);
            }

            .santhosh-mobile-nav-btn {
                width: 3rem;
                height: 3rem;
                border-radius: 1rem;
                font-size: 1.5rem;
                font-weight: bold;
                text-align: center;
                line-height: 1;
                color: #232223;
                display: none;
            }

            .santhosh-mobile-nav-btn::after {
                font-family: Linearicons;
                content: "\e92b";
            }

            .santhosh-mobile-nav-btn.santhosh-opened {
                -webkit-transform: translate3d(-3px,-5px,0);
                 transform: translate3d(-3px,-5px,0);
                -webkit-box-shadow: 2px 6px 0px 0px rgba(235, 225, 23, 0.4);
                -moz-box-shadow: 2px 6px 0px 0px rgba(235, 225, 23, 0.4);
                box-shadow: 2px 6px 0px 0px rgba(235, 225, 23, 0.4);
            }

    

    /* ----------------------------------------
        Sections
    ---------------------------------------- */

        .santhosh-content {
            padding-top: 9rem;
            /* padding-bottom: 9rem;  */
        }

        .santhosh-section {
            position: relative;
            padding-top: 5rem;
            padding-bottom: 5rem;
        }

        .santhosh-content.no-pt,
        .santhosh-section.no-pt {
            padding-top: 0;
        }

        .santhosh-content.no-pb,
        .santhosh-section.no-pb {
            padding-bottom: 0;
        }

        .santhosh-content.no-pd,
        .santhosh-section.no-pd {
            padding-top: 0;
            padding-bottom: 0;
        }

        .santhosh-section--stretched-content {
            padding-left: 3.875rem;
            padding-right: 3.875rem;
        }

        .santhosh-section--stretched-content .santhosh-colorizer-bg-color {
            margin: 0 3.875rem;
            border-radius: 2rem;
        }   

        .santhosh-section--parallax {
            background-size: auto;
        }

        .santhosh-section.very-small-size {
            padding: 3.5rem 0;
        }

        .santhosh-section.small-size {
            padding: 4.5rem 0;
        }

        .santhosh-section--parallax {
            background-size: auto;
        }

        .content-element:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .content-element-2:not(:last-child) {
            margin-bottom: 1rem;
        }

        .content-element-3:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .content-element-4:not(:last-child) {
            margin-bottom: 2rem;
        }

        .content-element-5:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .content-element-6:not(:last-child) {
            margin-bottom: 3rem;
        }

        .content-element-7:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .content-element-8:not(:last-child) {
            margin-bottom: 4rem;
        }

        .content-element-9:not(:last-child) {
            margin-bottom: 4.5rem;
        }

        .content-element-10:not(:last-child) {
            margin-bottom: 5rem;
        }

        .content-element-11:not(:last-child) {
            margin-bottom: 5.5rem;
        }

        .content-element-12:not(:last-child) {
            margin-bottom: 6rem;
        }

        .content-element-13:not(:last-child) {
            margin-bottom: 6.5rem;
        }

        .content-element-14:not(:last-child) {
            margin-bottom: 7rem;
        }

        .content-element-15:not(:last-child) {
            margin-bottom: 7.5rem;
        }

        .content-element-16:not(:last-child) {
            margin-bottom: 8rem;
        }

        .content-element-17:not(:last-child) {
            margin-bottom: 136px;
        }

        .content-element-18:not(:last-child) {
            margin-bottom: 9rem;
        }

        .content-element-19:not(:last-child) {
            margin-bottom: 9.5rem;
        }

        .content-element-20:not(:last-child) {
            margin-bottom: 10rem;
        }

        .content-element-21:not(:last-child) {
            margin-bottom: 10.5rem;
        }

        .content-element-22:not(:last-child) {
            margin-bottom: 11rem;
        }

        [class*="santhosh-section-icon"] {
            position: absolute;
            left: 0;
            bottom: 0;
            margin-left: -4.5rem;
            margin-bottom: -4.25rem;
        }

        .santhosh-section--stretched-content [class*="santhosh-section-icon"] {
            margin-left: -8rem;
        }

        .santhosh-section--stretched-content [class*="santhosh-section-icon"].right-side {
            bottom: 50%;
            left: 95%;
        }

        [class*="santhosh-section-icon"] .svg path {
            fill: #fbccd4;
            stroke: transparent;
        }

        [class*="santhosh-section-icon"].right-side {
            left: auto;
            right: 0;
        }

        .santhosh-section-icon-burger .svg {
            height: 19.1875rem;
            transform: rotate(10deg);
        }

        .santhosh-section-icon-pizza .svg {
            height: 13.375rem;
        }

   
            /* ----------------------------------------
                Banners
            ---------------------------------------- */

            .santhosh-banners .santhosh-banner:not(:last-child) {
                margin-bottom: 2rem;
            }

            .santhosh-banner {
                border-radius: 1.5rem;
                padding: 4rem 2.5rem 4.5rem;
                background-size: cover;
                color: #e6e6e6;
                font-size: 1rem;
                line-height: 1.5rem;
                flex: 1;
                position: relative;
                z-index: 1;
            }

            .santhosh-banners:not(.type-2) .santhosh-banner:not(.with-icon) .santhosh-page-title {
                font-size: 2.5rem;
                line-height: 3rem;
            }

            .santhosh-banner:not(.with-icon) .santhosh-page-title {
                color: #fff;
            }

            .santhosh-banner:not(.with-icon) .santhosh-page-title.color-2 {
                color: #232223;
            }

            .santhosh-banner .santhosh-page-title:not(:last-child) {
                margin-bottom: 1rem;
            }

            .santhosh-banner .santhosh-read-more {
                font-size: 1.125rem;
            }

            .santhosh-banner:not(.with-icon) .santhosh-banner-content .btn {
                margin-top: 1rem;
            }
            
            .santhosh-banner:not(.with-icon) .santhosh-banner-content .btn-set {
                padding-top: 1.5rem;
            }

            .santhosh-banner.with-icon {
                display: flex;
                padding-top: 2.5rem;
                padding-bottom: 2.5rem;
                background: #523436;
            }

            .santhosh-banner.with-icon .santhosh-banner-icon {
                min-width: 6.5rem;
            }

            .santhosh-banner.with-icon .santhosh-page-title {
                line-height: 2.5rem;
            }

            .santhosh-banner.with-icon .santhosh-page-title span {
                color: var( --main-color);
            }

            .santhosh-banner.with-icon .santhosh-banner-icon .svg {
                height: 5rem;
            }

            .santhosh-banner.with-icon .santhosh-banner-icon .svg path {
                fill: var( --main-color);
                
            } 

            .santhosh-banner.with-icon .santhosh-banner-icon .svg .cls-1 {
                stroke-width: 10px;
            }

            .santhosh-banner.with-icon .santhosh-banner-icon .svg .cls-1 {
                fill: transparent;
                stroke: #232223;
            }

            .santhosh-banners .row:not(.col-no-space) {
                margin-bottom: -2rem;
                flex: 1;
            }

            .santhosh-banners .row:not(.col-no-space) > [class*="col"] {
                padding-bottom: 2rem;
                display: flex;
                flex-direction: column;
            }

            .santhosh-banner.bg-color-2 {
                background: var( --main-color);
            }

            .santhosh-banner.bg-color-2 .santhosh-page-title span {
                color: #fff;
            }

            .santhosh-banner.bg-color-2 .santhosh-read-more {
                color: #523436;
            }

            .santhosh-banner.bg-color-2 .santhosh-read-more:after {
                background-color:#523436;
            }

            .santhosh-banners.type-2 .santhosh-banner.bg-color-2 .santhosh-banner-icon .svg .cls-1 {
                stroke: #9b0e27;
            }

            .santhosh-banners.type-2 .santhosh-banner {
                padding: 2.5rem;
                position: relative;
                overflow: hidden;
                background-size: cover;
                background-position: center center;
            }

            .santhosh-banners.type-2 .col-size-x2 .santhosh-banner {
                min-height: 31rem;
                font-size: 1.125rem;
                line-height: 2rem;
            }

            .santhosh-banners.type-2 .santhosh-banner .santhosh-banner-icon {
                position: absolute;
                right: -1.75rem;
                bottom: 1rem;
                z-index: -1;
            }

            .santhosh-banners.type-2 .santhosh-banner .santhosh-banner-icon .svg {
                height: 8rem;
            }

            .santhosh-banners.type-2 .santhosh-banner .santhosh-banner-icon .cls-1 {
                stroke: #9b951c;
            }

            .santhosh-banners.type-2:not(.with-icon) h2.santhosh-page-title {
                color: #fff;
                font-size: 3.75rem;
                line-height: 4.5rem;
            }

            .santhosh-banners.type-2:not(.with-icon) h2.santhosh-page-title:not(:last-child) {
                margin-bottom: 0;
            }

            .santhosh-banners .santhosh-box {
                padding: 2.5rem;
            }

            .santhosh-banners .santhosh-box .santhosh-page-title:not(:last-child) {
                margin-bottom: 1rem;
            } 

            .santhosh-widget .santhosh-banners .santhosh-banner {
                min-height: 31rem;
                max-width: 19.875rem;
            }

          
       

    /* ----------------------------------------
        Footer
    ---------------------------------------- */

        .santhosh-footer {
            color: #b6b6b6;
            background: #232223;
        }

        .santhosh-footer .santhosh-footer-main {
            padding: 8.75rem 0;
        }

        .santhosh-footer .santhosh-our-info.vr-type .santhosh-info > i {
            color: #fff;
        }

        .santhosh-footer .santhosh-widget-title {
            color: #fff;
            font-weight: 500;
        }

        .santhosh-footer-bottom .container {
            display: flex;
            justify-content: space-between;
            padding-bottom: 2.5rem;
        }

        .santhosh-footer-bottom p:not(:last-child) {
            margin-bottom: 0;
        }

        .santhosh-banners.with-slide-down {
            position: relative;
            margin-bottom: -1px;
        }

        .santhosh-banners.with-slide-down:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 100%;
            background: #232223;
            z-index: -1;
        }

  
    /* ----------------------------------------
        Grid
    ---------------------------------------- */
    
        [class*="item-col-"]:not(.no-gutters) {
            margin: -3rem -1rem 0;
        }

        [class*="item-col-"]:not(.no-gutters) > * {
            padding: 3rem 1rem 0;
        }

        .santhosh-grid--isotope[class*="item-col-"]:not(.no-gutters) {
            margin-top: -2rem
        }

        .santhosh-grid--isotope[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 2rem;
        }

        .item-col {
            width: 100%; 
        }

        .item-col-2 > *{
            width: 50%;
        }

        .item-col-3 > *{
            width: 33.3333%;
        }

        .item-col-4 > *{
            width: 25%;
        }

        .item-col-5 > *{
            width: 20%;
        }

        .item-col-6 > *{
            width: 16.6666%;
        }

        .row:not(.col-no-space) {
            margin-bottom: 0rem;
        }

        .row:not(.col-no-space) > [class*="col"] {
            padding-bottom: 3rem;
        }

        .row:not(.col-no-space) {
            margin-bottom: 0rem;
        }

        .row:not(.col-no-space) > [class*="col"] {
            padding-bottom: 3rem;
        }

        .row.vr-size-1:not(.col-no-space) {
            margin-bottom: -2rem;
        }

        .row.vr-size-1:not(.col-no-space) > [class*="col"] {
            padding-bottom: 2rem;
        }

        .row.vr-size-2:not(.col-no-space) {
            margin-bottom: -4.5rem;
        }

        .row.vr-size-2:not(.col-no-space) > [class*="col"] {
            padding-bottom: 4.5rem;
        }

        .row.hr-size-1:not(.col-no-space) {
            margin-left: -0.5rem;
            margin-right: -0.5rem;
        }

        .row.hr-size-1:not(.col-no-space) > [class*="col"] {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }

        .row.hr-size-2:not(.col-no-space) {
            margin-left: -2.25rem;
            margin-right: -2.25rem;
        }

        .row.hr-size-2:not(.col-no-space) > [class*="col"] {
            padding-left: 2.25rem;
            padding-right: 2.25rem;
        }

    /* ----------------------------------------
        Square image
    ---------------------------------------- */

        .santhosh-square-image[data-bg-image-src] {
            position: relative;
            height: 0;
            padding-bottom: 100%;
        }

        .santhosh-square-image[data-bg-image-src] a {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
        }

        .santhosh-square-image.santhosh-square-image--size-90 {
            padding-bottom: 90%;
        }

        .santhosh-square-image.santhosh-square-image--size-80 {
            padding-bottom: 80%;
        }

        .santhosh-square-image.santhosh-square-image--size-70 {
            padding-bottom: 70%;
        }

        .santhosh-square-image.santhosh-square-image--size-60 {
            padding-bottom: 60%;
        }

        .santhosh-square-image.santhosh-square-image--size-50 {
            padding-bottom: 50%;
        }

        .santhosh-square-image.santhosh-square-image--size-40 {
            padding-bottom: 40%;
        }

        .santhosh-square-image--position-left-top {
            background-position: left top;
        }

        .santhosh-square-image--position-left-center {
            background-position: left center;
        }

        .santhosh-square-image--position-left-bottom {
            background-position: left bottom;
        }

        .santhosh-square-image--position-center-top {
            background-position: center top;
        }

        .santhosh-square-image--position-center-center {
            background-position: center center;
        }

        .santhosh-square-image--position-center-bottom {
            background-position: center bottom;
        }

        .santhosh-square-image--position-right-top {
            background-position: right top;
        }

        .santhosh-square-image--position-right-center {
            background-position: right center;
        }

        .santhosh-square-image--position-right-bottom {
            background-position: right bottom;
        }

    /* ----------------------------------------
        Modals
    ---------------------------------------- */

        .santhosh-modal {
            position: relative;
            width: 100%;
            height: 100%;
        }

   

    /* ----------------------------------------
        Vertical Navigation
    ---------------------------------------- */

        .santhosh-navigation-vertical {
            display: block !important;
            font-size: 0.875rem;
            line-height: 1.5rem;
        }

        .santhosh-navigation-vertical .sub-menu {
            padding-top: 0.125rem;
            padding-bottom: 0.625rem;
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
        }

        .santhosh-navigation-vertical .sub-menu > li {
            margin-top: 0.5rem;
        }

        .santhosh-navigation-vertical .sub-menu > li.menu-item-has-children > a::after {
            font-family: 'Linearicons';
            content: "\e93a";
            margin-left: 0.4rem;
            vertical-align: middle;
            font-size: 0.75rem;
        }

        .santhosh-navigation-vertical .sub-menu a {
            color: #b1b1b1;
        }

        .santhosh-navigation-vertical > li:hover > a::before,
        .santhosh-navigation-vertical > li.santhosh-seleceted > a::before,
        .santhosh-navigation-vertical > li.santhosh-tapped > a::before,
        .santhosh-navigation-vertical > li.current-menu-ancestor > a::before,
        .santhosh-navigation-vertical > li.current-menu-parent > a::before,
        .santhosh-navigation-vertical > li.current-menu-item > a::before {
            opacity: 1;
        }

        .santhosh-navigation-vertical > li > a {
            text-transform: uppercase;
            letter-spacing: 0.81px;
            display: block;
            padding: 0.48rem 1.875rem;
            position: relative;
        }

        .santhosh-navigation-vertical > li > a::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 3px;
            opacity: 0;
            -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .santhosh-navigation-vertical a {
            color: #313131;
            -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .santhosh-body--scheme-brown .santhosh-navigation-vertical > li > a::before {
            background-color: #ba89f4;
        }

/* ----------------------------------------
    3. Components
---------------------------------------- */

    /* ----------------------------------------
        Social icons
    ---------------------------------------- */

        .santhosh-social-icons ul {
            display: flex;
            flex-wrap: wrap;
            margin: -0.5rem -0.75rem 0;
        }

        .santhosh-social-icons ul li {
            padding: 0.5rem 0.75rem 0;
        }

        .santhosh-social-icons ul li a {
            display: block;
            color: #523436;
            font-size: 1.5rem;
        }

        .santhosh-social-icons ul li a:hover {
            color: #fff;
        }

        .santhosh-social-icons ul li a i {
            line-height: inherit;
        }

        .santhosh-social-icons.size-big ul li a {
            font-size: 2rem;
        }

        .santhosh-social-icons.size-big ul {
            margin: -1rem -1rem 0;
        }

        .santhosh-social-icons.size-big ul li {
            padding: 1rem 1rem 0;
        }

        .santhosh-social-icons.size-small ul li a {
            font-size: 1.25rem;
        }

        .santhosh-social-icons.size-small ul {
            margin: -1rem -0.75rem 0;
        }

        .santhosh-social-icons.size-small ul li {
            padding: 1rem 0.75rem 0;
        }

        .santhosh-social-icons.style-2 ul li a {
            color: var( --main-color);
        }

        .santhosh-social-icons.style-2 ul li a:hover {
            color: #232223;
        }

        .santhosh-social-icons.type-2 ul li a {
            width: 3rem;
            height: 3rem;
            line-height: 3rem;
            text-align: center;
            border-radius: 50%;
            display: block;
            background: var( --main-color);
            font-size: 1.25rem;
            color: #fff;
        }

        .santhosh-social-icons.type-2 ul li a:hover {
            -webkit-transform: translate3d(-3px,-5px,0);
            transform: translate3d(-3px,-5px,0);
            
            -webkit-box-shadow: 2px 6px 0px 0px rgba(235, 0, 41, 0.3);
            -moz-box-shadow: 2px 6px 0px 0px rgba(235, 0, 41, 0.3);
            box-shadow: 2px 6px 0px 0px rgba(235, 0, 41, 0.3);
        }

        .santhosh-social-icons.type-2 ul {
            margin: -0.5rem -0.25rem 0;
        }

        .santhosh-social-icons.type-2 ul li {
            padding: 0.5rem 0.25rem 0;
        }

    /* ----------------------------------------
        Dropcaps
    ---------------------------------------- */

        .santhosh-dropcap > *:first-child:first-letter {
            font-size: 3.75rem;
            font-family: 'Josefin Sans', sans-serif;
            font-weight: bold;
            line-height: 3rem;
            display: block;
            float: left;
            margin-right: 0.5rem;
            margin-top: 1rem;
            color: var( --main-color);
        }

        .santhosh-dropcap--filled > *:first-child:first-letter {
            font-size: 2.25rem;
            color: #232223;
            padding: 0.5rem 0.625rem 0px;
            width: 3rem;
            height: 3rem;
            line-height: 2.5rem;
            text-align: center;
            background: #523436;
            border-radius: 50%;
            margin-top: 0.5rem;
            margin-right: 1.1rem;
        }

        /* firefox only */
        @-moz-document url-prefix() {
            .santhosh-dropcap > *:first-child:first-letter {
                margin-top: 12px;
            }
            .santhosh-dropcap--filled > *:first-child:first-letter {
                margin-top: 0.5rem;
                padding-top: 12px;
                padding-bottom: 10px;
            }
        }

    /* ----------------------------------------
        Alert Boxes
    ---------------------------------------- */

        .santhosh-alert-boxes-example {
            margin-top: -1rem;
        }

        .santhosh-alert-box {
            font-family: 'Lato', sans-serif;
            font-weight: bold;
            font-size: 1.125rem;
            line-height: 2rem;
            padding-top: 1rem;
        }

        .santhosh-alert-box strong {
            font-weight: inherit;
        }

        .santhosh-alert-box-inner {
            position: relative;
            border-radius: 1.5rem;
            padding-top: 1.75rem;
            padding-bottom: 1.75rem;
            padding-left: 4.5rem;
            padding-right: 3.75rem;
            text-align: initial;
        }

        .santhosh-alert-box-inner::before {
            font-family: 'Material Icons Outlined';
            font-size: 1.75rem;
            line-height: 1;
            position: absolute;
            font-weight: normal;
            left: 2rem;
            top: 30px;
        }

        .santhosh-alert-box-close {
            position: absolute;
            color: transparent;
            font-size: 1.25rem;
            line-height: 1;
            display: block;
            width: 1rem;
            height: 1rem;
            right: 1.875rem;
            top: 0;
            margin-top: 35px;
            overflow: hidden;
        }

        .santhosh-alert-box-close::-moz-selection {
            color: transparent;
        }

        .santhosh-alert-box-close::selection {
            color: transparent;
        }

        .santhosh-alert-box-close::-webkit-selection {
            color: transparent;
        }

        .santhosh-alert-box-close::after {
            font-family: "Material Icons";
            content: 'close';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            text-align: center;
            font-weight: bold;
            margin-top: -0.575rem;
            color: #232223;
        }

        .santhosh-alert-box--success {
            color: #4a7309;
        }

        .santhosh-alert-box--success .santhosh-alert-box-inner {
            background:#e0eede;
            color: #4a7309;
        }

        .santhosh-alert-box--success .santhosh-alert-box-inner::before {
            content: "check_circle";
        }

        .santhosh-alert-box--warning {
            color: #f2921d;
        }

        .santhosh-alert-box--warning .santhosh-alert-box-inner {
            background: #fdefdd;
            color: #f2921d;
        }

        .santhosh-alert-box--warning .santhosh-alert-box-inner::before {
            content: "notification_important";
        }

        .santhosh-alert-box--info {
            color: #3384aa;
        }

        .santhosh-alert-box--info .santhosh-alert-box-inner {
            color: #3384aa;
            background: #daeaf1;
        }

        .santhosh-alert-box--info .santhosh-alert-box-inner::before {
            content: "info";
        }

        .santhosh-alert-box--error {
            color: var( --main-color);
        }

        .santhosh-alert-box--error .santhosh-alert-box-inner {
            background: #fde5e9;
        }

        .santhosh-alert-box--error .santhosh-alert-box-inner::before {
            content: "highlight_off";
        }

        .santhosh-csstransforms3d .santhosh-alert-box-close {
            -webkit-transition: -webkit-transform .4s cubic-bezier(0.25, 3, 0.75, 0.9);
                    transition:         transform .4s cubic-bezier(0.25, 3, 0.75, 0.9);
        }

        .santhosh-csstransforms3d .santhosh-alert-box-close:hover {
            -webkit-transform: scale3d(1.3, 1.3, 1.3);
                    transform: scale3d(1.3, 1.3, 1.3);
        }

    /* ----------------------------------------
        Lists
    ---------------------------------------- */

        .santhosh-entity-content > ul:not(.santhosh-list--icon):not(.santhosh-list--unstyled) > li::before,
        .santhosh-entity-content > ul > li i {
            font-size: 1.125rem;
            color: var( --main-color);
        }

        .santhosh-entity-content ol {
            list-style-position: inside;
            list-style-type: decimal;
        }

        .santhosh-entity-content ol ol, .santhosh-entity-content ol ul {
            padding-left: 2rem;
        }

        .santhosh-entity-content ol ul > li > ul,
        .santhosh-entity-content ol ul > li > ol {
            padding-left: 0;
        }
        
        .santhosh-list-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .santhosh-entity-content.style-2 ul:not(.santhosh-list--icon):not(.santhosh-list--unstyled) > li::before,
        .santhosh-entity-content.style-2 ul > li i {
            color: #232223;
        }

        /* ----------------------------------------
            Icon List
        ---------------------------------------- */

            .santhosh-list--icon > li,
            .santhosh-entity-content > ul:not(.santhosh-list--icon):not(.santhosh-list--unstyled) > li {
                padding-left: 2rem;
                position: relative;
            }

            .santhosh-list--icon > li > .icon,
            .santhosh-entity-content > ul:not(.santhosh-list--icon):not(.santhosh-list--unstyled) > li::before {
                position: absolute;
                left: 1px;
                top: 0;
                line-height: 2rem;
            }

            .santhosh-list--icon ul,
            .santhosh-entity-content > ul:not(.santhosh-list--icon):not(.santhosh-icon-first) {
                padding-top: 1rem;
            }

            .santhosh-entity-content > ul:not(.santhosh-list--icon):not(.santhosh-list--unstyled) > li:not(:last-child), 
            .santhosh-list--icon > li:not(:last-child), .santhosh-list--icon-big > li:not(:last-child), 
            .santhosh-entity-content ol:not(.santhosh-list--unstyled) > li:not(:last-child),
            .santhosh-entity-content > ul:not(.santhosh-list--icon):not(.santhosh-list--unstyled) > li:not(:last-child), 
            .santhosh-list--icon > li:not(:last-child), 
            .santhosh-list--icon-big > li:not(:last-child), 
            .santhosh-entity-content > ol:not(.santhosh-list--unstyled) > li:not(:last-child) {
                margin-bottom: 1rem;
            }

        /* ----------------------------------------
            Vertical List
        ---------------------------------------- */

        .santhosh-vr-list:not(.no-icons) ul li {
            position: relative;
            padding-left: 1.5rem;
        }

        .santhosh-vr-list:not(.no-icons) ul li:before {
            content: '';
            position: absolute;
            top: 12px;
            left: 0;
            -webkit-mask: url(../yummi_svg_icons/arrow_right.svg) no-repeat;
            mask: url(../yummi_svg_icons/arrow_right.svg) no-repeat;
            background-color: #fff;
            width: 0.75rem;
            height: 0.625rem;
        }

        .santhosh-vr-list ul li:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .santhosh-vr-list.style-2 ul li a {
            color: var( --main-color);
        }

        .santhosh-vr-list.style-2 ul li:before {
            background-color: #232223;
        }

        /* ----------------------------------------
            Horizontal list
        ---------------------------------------- */

        .santhosh-hr-list ul {
            display: flex;
            flex-wrap: wrap;
            margin: -7px -7px 0;
        }

        .santhosh-hr-list ul li {
            padding: 7px 7px 0;
        }

    /* ----------------------------------------
        Dividers
    ---------------------------------------- */

        hr {
            border-width: 1px 0 0 0;
            border-style: solid;
            border-color: #eaeaea;
        }

        hr:not(:first-child) {
            margin-top: 2.51875rem;
        }

        hr:not(:last-child) {
            margin-bottom: 2.51875rem;
        }

        hr.santhosh-divider--medium {
            border-top-width: 2px;
        }

        hr.santhosh-divider--large {
            border-top-width: 3px;
        }

        hr.santhosh-divider--shorter {
            width: 30px;
        }

        hr.santhosh-divider--scheme-dark {
            border-color: #b1b1b1;
        }

        hr.santhosh-divider--scheme-darkest {
            border-color: #313131;
        }

    
    /* ----------------------------------------
        Buttons
    ---------------------------------------- */

        .btn {
            font-family: 'Lato', sans-serif;
            padding: 20px 2rem 20px;
            display: inline-block!important;
            color: #ffffff;;
            font-weight: normal;
            text-align: center;
            font-size: 1.125rem;
            line-height: 1rem;
            position: relative;
            white-space: nowrap;
            font-weight: 600;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            z-index: 1;
            border-radius: 2rem;
            position: relative;
            background: #523436;
        }

        .btn:hover {
            -webkit-transform: translate3d(-3px,-5px,0);
            transform: translate3d(-3px,-5px,0);
            
            -webkit-box-shadow: 2px 6px 0px 0px rgba(235, 225, 23, 0.4);
            -moz-box-shadow: 2px 6px 0px 0px rgba(235, 225, 23, 0.4);
            box-shadow: 2px 6px 0px 0px rgba(235, 225, 23, 0.4);
        }

        .btn-mini {
            font-size: 0.8125rem;
            padding: 0.8125rem 1.5rem;
        }

        .btn-small {
            font-size: 0.9375rem;
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .btn-big {
            font-size: 1.25rem;
            line-height: 1.5rem;
            padding: 1.25rem 2.5rem 1.25rem;
        }

        .btn-huge {
            font-size: 2rem;
            line-height: 2.25rem;
            padding: 1.4rem 3.5rem;
            border-radius: 3rem;
        }

        [class*="btn"] > i {
            font-size: 1.25rem;
            display: inline-block;
            vertical-align: -4px;
            line-height: 0.5rem;
        }

        .btn-mini > i {
            font-size: 1rem;
        }

        .btn-small > i {
            font-size: 1.25rem;
        }

        .btn-big > i {
            font-size: 1.5rem;
            vertical-align: -5px;
        }

        .btn-huge > i {
            font-size: 2.2rem;
            vertical-align: -7px;
        }

        [class*="btn"] > i:not(:only-child):first-child {
            margin-right: 0.5rem;
        }

        [class*="btn"] > i:not(:only-child):last-child {
            margin-left: 0.5rem;
        }

        [class*="btn"].btn-style-2 {
            background: #e6e6e6;
        }

        [class*="btn"].btn-style-2:hover {
            -webkit-box-shadow: 2px 6px 0px 0px rgba(230, 230, 230, 0.4);
            -moz-box-shadow: 2px 6px 0px 0px rgba(230, 230, 230, 0.4);
            box-shadow: 2px 6px 0px 0px rgba(230, 230, 230, 0.4);
        }

        [class*="btn"].btn-style-3 {
            background: var( --main-color);
            color: #fff;
        }

        [class*="btn"].btn-style-3:hover {
            -webkit-box-shadow: 2px 6px 0px 0px rgba(235, 0, 41, 0.3);
            -moz-box-shadow: 2px 6px 0px 0px rgba(235, 0, 41, 0.3);
            box-shadow: 2px 6px 0px 0px rgba(235, 0, 41, 0.3);
        }

        [class*="btn"].btn-style-4 {
            background: #b8001f;
            color: #fff;
        }

        [class*="btn"].btn-style-4:hover {
            -webkit-box-shadow: 2px 6px 0px 0px rgba(184, 0, 31, 0.4);
            -moz-box-shadow: 2px 6px 0px 0px rgba(184, 0, 31, 0.4);
            box-shadow: 2px 6px 0px 0px rgba(184, 0, 31, 0.4);
        }

        [class*="btn"].btn-style-5 {
            background: #523436;
            color: #fff;
        }

        [class*="btn"].btn-style-5:hover {
            -webkit-box-shadow: 2px 6px 0px 0px rgba(46, 45, 46, 0.4);
            -moz-box-shadow: 2px 6px 0px 0px rgba(46, 45, 46, 0.4);
            box-shadow: 2px 6px 0px 0px rgba(46, 45, 46, 0.4);
        }

        .page-nav {
            padding-top: 50px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-align: center;
            align-items: center;
        }

        .page-nav .menu-button {
            font-size: 30px;
        }

        .btn-wrap {
            margin: -0.625rem;
        }

        .btn-wrap > * {
            margin: 0.625rem;
        }

        .prev-btn,
        .next-btn,
        .exp {
            font-weight: 600;
            margin-left: 30px;
            position: relative;
        }

        .prev-btn,
        .next-btn {
            border-bottom: 1px solid transparent;
        }

        .prev-btn:hover,
        .next-btn:hover {
            border-bottom-color: inherit;
        }

        .prev-btn:before,
        .next-btn:before,
        .exp:before {
            font-family: 'Linearicons';
            content: '\e964';
            font-size: 20px;
            color: #262626;
            position: absolute;
            font-weight: normal;
            left: 0;
            top: 0;
            margin-top: -3px;
            margin-left: -30px;
        }

        .next-btn{
            margin-left: 0;
            margin-right: 30px;
        }

        .next-btn:before {
            margin-left: 0;
            margin-right: -30px;
        }

        .next-btn:before {
            content: '\e965';
            right: 0;
            left: auto;
        }

        .santhosh-back-to-top {
            width: 56px;
            height: 56px;
            padding: 0;
            text-align: center;
            position: fixed;
            border-radius: 50%;
            z-index: 103;
            right: 3.3%;
            top: 60%;
            color: #232831;
            background: #e0e1e3;
        }

        .santhosh-back-to-top:hover {
            background: #523436;
        }

        .santhosh-back-to-top .icon .svg {
            width: 1.375rem;
            height: 1.1875rem;
            transform: rotate(-90deg);
        }

        .santhosh-back-to-top .icon .svg path {
            stroke: transparent;
        }

        .santhosh-read-more {
            font-family: 'Lato', sans-serif;
            display: inline-block;
            position: relative;
            font-size: 1rem;
            line-height: 1.5rem;
            margin-right: 1.5rem;
            font-weight: 700;
            letter-spacing: 0.3px;
            text-transform: uppercase;
            color: var( --main-color);
        }

        .santhosh-read-more:not(.no-arrow):after {
            content: '';
            position: absolute;
            right: -1.5rem;
            top: 7px;
            -webkit-mask: url(../yummi_svg_icons/arrow_right.svg) no-repeat;
            mask: url(../yummi_svg_icons/arrow_right.svg) no-repeat;
            background-color: var( --main-color);
            width: 13px;
            height: 11px;
        }

        .santhosh-read-more:hover {
            text-decoration: underline;
        }

        /* .santhosh-read-more.size-2 {
            font-size: 1.125rem;
            line-height: 2rem;
        }

        .santhosh-read-more.size-2:not(.no-arrow):after {
            top: 0.625rem;
            width: 0.9375rem;
            height: 0.8125rem;
            right: -1.875rem;
        } */

        .btn-set {
            margin: -0.5rem -0.25rem 0;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
        }

        .btn-set > * {
            margin: 0.5rem 0.25rem 0;;
        }

        .btn-set.vr-type {
            flex-direction: column;
        }

        .btn-set.small-btns {
            margin: -0.25rem -0.125rem 0;
        }

        .btn-set.small-btns > * {
            margin: 0.25rem 0.125rem 0;
        }

        .btn-set.big-btns {
            margin: -1rem -0.5rem 0;
        }

        .btn-set.big-btns > * {
            margin: 1rem 0.5rem 0;;
        }

        .btns-set {
            margin: -2rem -1rem 0;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
        }

        .btns-set > ul {
            width: 33.3333%;
            padding: 2rem 1rem 0;
            line-height: normal;
        }

        .btns-set ul > li:not([class*="content-element-"]):not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .santhosh-share-btns {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin: -0.25rem -0.125rem 0;
        }

        .santhosh-share-btns > a {
            padding: 0.3125rem 2rem;
            font-size: 0.9375rem;
            letter-spacing: 0.1px;
            color: #fff!important;
            border-radius: 8px;
            font-weight: 500;
            margin: 0.25rem 0.125rem 0;
            background-image: none!important;
        }

        .santhosh-share-btns > a i {
            font-size: 0.75rem;
            margin-right: 0.625rem!important;
            margin-left: 0!important;
            margin-top: 0.25rem;
            line-height: 25px;
        }

        .santhosh-share-btns > a i.icon {
            font-size: 0.875rem;
        }

        .santhosh-share-btns > span {
            margin-right: 1rem;
        }

        .santhosh-share-facebook {
            background: #3a5599;
        }

        .santhosh-share-twitter {
            background: #1f9de9;
        }

        .santhosh-share-pinterest {
            background: #e00b2b;
        }

        .santhosh-share-in {
            background: #2a8dc0;
        }

        .santhosh-share-email {
            background: #4caa19;
        }

        .toggle-item {
            position: relative;
        }

        .toggle-section {
            position: absolute;
            top: 100%;
            right: 0;
            padding: 1.875rem;
            border: 2px solid #523436;
            border-radius: 1.5rem;
            width: 45.75rem;
            background: #fff;
            margin-top: 1.5rem;
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
            z-index: 9;
        }

        .toggle-section.active {
            opacity: 1;
            visibility: visible;
        }

        .toggle-section:after {
            content: '';
            position: absolute;
            bottom: 100%;
            right: 2rem;
            width: 4rem;
            height: 1.125rem;
            background: url(../images/box_arrow3.png) no-repeat;
        }

        .toggle-section .santhosh-page-title {
            font-weight: 500;
        }

        .toggle-section .santhosh-page-title:not(:last-child) {
            margin-bottom: 1.25rem;
        }

        .toggle-section.left-side {
            right: auto;
            left: 0;
        }

        .toggle-section.left-side:after {
            right: auto;
            left: 2rem;
        }

        .toggle-section-close {
            position: absolute;
            top: 1.75rem;
            right: 1.75rem;
            font-size: 2rem;
            color: #232223;
            z-index: 3;
        }

        .santhosh-filter-list ul li:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .santhosh-filter-list ul li {
            display: flex;
            justify-content: space-between;
            font-weight: bold;
            color: var( --main-color);
            font-size: 1.125rem;
            cursor: pointer;
        }

        .santhosh-filter-list ul li.toggle {
            color: #232223;
        }

        .santhosh-filter-list ul li span:first-child {
            display: flex;
        }

        .santhosh-filter-list ul li .santhosh-filter-icon {
            margin-right: 1rem;
        }

        .santhosh-filter-list ul li .santhosh-filter-icon .svg {
            height: 2rem;
        }

        .santhosh-filter-list ul li .santhosh-filter-icon .svg path {
            stroke: #232223;
            fill: transparent;
        }

        .santhosh-filter-list ul li .santhosh-filter-icon.type-2 .svg path {
            stroke: transparent;
            fill: #232223;
        }

        .santhosh-order-section {
            max-height: 24.75rem;
            overflow: auto;
            padding-right: 1rem;
        }

        .santhosh-order-section:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .santhosh-order-section ul li {
            padding: 0.5rem 1.5rem;
            display: flex;
            align-items: center;
            transition: all .5s ease;
            border-top: 1px solid #dcdcdc;
        }

        .santhosh-order-section ul li:hover {
            background: #f8f8f8;
        }

        .santhosh-order-section ul li .santhosh-col {
            width: 40%;
        }

        .santhosh-order-section ul li .santhosh-col:last-child {
            width: 20%;
        }

        .santhosh-order-item {
            display: flex;
            align-items: center;
        }

        .santhosh-order-item > .santhosh-order-img {
            width: 4rem;
            border-radius: 1rem;
            overflow: hidden;
            margin-right: 1rem;
        }

        .santhosh-action-area {
            cursor: pointer;
        }

        .santhosh-select-item {
            position: relative;
            width: 2rem;
            height: 2rem;
            border-radius: 50%;
            border: 2px solid #e6e6e6;
            background: #fff;
        }

        .santhosh-select-item:after {
            content: '';
            position: absolute;
            width: 1rem;
            height: 1rem;
            margin-top: -0.5rem;
            margin-left: -0.5rem;
            top: 50%;
            left: 50%;
            background: #232223;
            border-radius: 50%;
            z-index: 1;
            opacity: 0;
        }

        .santhosh-action-area.selected .santhosh-select-item:after {
            opacity: 1;
            visibility: visible;
        }

        .santhosh-order-title {
            font-weight: bold;
            color: #232223;
        }

        .santhosh-order-title:not(:last-child) {
            margin-bottom: 0.625rem;
        }

        .santhosh-order-section .santhosh-order-title {
            margin-left: -1.5rem;
            line-height: 40px;
        }

        /* width */
        .santhosh-order-section::-webkit-scrollbar {
            width: 1rem;
            background: #e6e6e6;
            border-radius: 0.625rem;
        }

        /* Track */
        .santhosh-order-section::-webkit-scrollbar-track {
            border-radius: 0.625rem;
        }

        /* Handle */
        .santhosh-order-section::-webkit-scrollbar-thumb {
            background: #575457;
            border-radius: 0.625rem;
        }

        .santhosh-order-section::-webkit-scrollbar-button:decrement { 
            background-image:url('../images/scr_up.png'); 
            background-repeat:no-repeat; 
            background-position: center top 6px;
            width:10px; 
            height:16px;
        } 

        .santhosh-order-section::-webkit-scrollbar-button:increment {
            background-image:url('../images/scr_down.png'); 
            background-repeat:no-repeat; 
            background-position: center bottom 6px;
            width:10px; 
            height:16px;
        }

    /* ----------------------------------------
        Panels (Accordions & Toggles)
    ---------------------------------------- */

        .santhosh-panels-title > button {
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: bold;
            font-family: 'Josefin Sans', sans-serif;
            display: inline-block;
            text-align: initial;
            position: relative;
            color: var( --main-color);
            padding-left: 2rem;
            letter-spacing: -0.25px;
            border-bottom: 2px solid transparent;

            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                 -o-user-select: none;
                    user-select: none;
        }

        .santhosh-panels-title > button::after,
        .santhosh-panels-title > button::before {
            font-family: "Material Icons";
            font-size: 1.25rem;
            line-height: 1.7rem;
            position: absolute;
            left: 0;
            top: 0;
            -webkit-transition-property: opacity;
                    transition-property: opacity;
            -webkit-transition-duration: inherit;
                    transition-duration: inherit;
            -webkit-transition-timing-function: inherit;
                    transition-timing-function: inherit;
        }

        .santhosh-panels-title > button::before {
            content: "add_circle_outline";
        }

        .santhosh-panels-title > button::after {
            content: "remove_circle_outline";
            opacity: 0;
        }

        .santhosh-panels-title:not(:first-child) {
            margin-top: 1.5rem;
        }

        .santhosh-panels-active.santhosh-panels-title > button::before {
            opacity: 0;
        }

        .santhosh-panels-active.santhosh-panels-title > button::after {
            opacity: 1;
        }

        .santhosh-panels-definition {
            padding-top: 1.25rem;
        }

        .santhosh-panels-definition:not(:last-child) {
            margin-bottom: 0;
        }

        .santhosh-panels-definition p:not(:last-child) {
            margin-bottom: 1rem;
        }

        .santhosh-panels--style-2 .santhosh-panels-title > button {
            width: 100%;
        }

        .santhosh-panels--style-2 .santhosh-panels-title.santhosh-panels-active > button {
            border-bottom-color: transparent;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            color: #232223;
        }

        .santhosh-panels--style-2 .santhosh-panels-definition {
            padding: 0 2rem 1.75rem;
            background: #fbf9d1;
            border: 2px solid #523436;
            border-top: none;
            border-radius: 0 0 1.5rem 1.5rem;
            overflow: hidden;
        }

        .santhosh-panels--style-2 .santhosh-panels-title > button::after,
        .santhosh-panels--style-2 .santhosh-panels-title > button::before {
            left: 1.75rem;
            top: 1.625rem;
        }

        .santhosh-panels--style-2 .santhosh-panels-title > button {
            padding: 1.625rem 2rem 1.125rem;
            padding-left: 3.875rem;
            background: #fbf9d1;
            border: 2px solid #523436;
            border-radius: 1.5rem;
        }

        .santhosh-panels--style-2 .santhosh-panels-title:not(:first-child) {
            margin-top: 0.5rem;
        }

        .santhosh-panels:not(.santhosh-panels--style-2) .santhosh-panels-title.santhosh-panels-active > button {
            color: #232223;
        }

        .santhosh-csstransforms3d .santhosh-panels-title > button::after,
        .santhosh-csstransforms3d .santhosh-panels-title > button::before {
            -webkit-transition-property: -webkit-transform, opacity;
                    transition-property:         transform, opacity;
        }

        .santhosh-csstransforms3d .santhosh-panels-title > button::after,
        .santhosh-csstransforms3d .santhosh-panels-title.santhosh-panels-active > button::before {
            -webkit-transform: scale3d(0, 0, 0);
                    transform: scale3d(0, 0, 0);
        }

        .santhosh-csstransforms3d .santhosh-panels-title > button::before,
        .santhosh-csstransforms3d .santhosh-panels-title.santhosh-panels-active > button::after {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
        }

    /* ----------------------------------------
        Tabs & Tour Sections
    ---------------------------------------- */

        .santhosh-tabs:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .santhosh-tabs:not(.santhosh-tabs--unstyled) {
            overflow: hidden;
        }

        .santhosh-tabs:not(.santhosh-tabs--unstyled) .santhosh-tabs-nav {
            font-family: 'Josefin Sans', sans-serif;
            font-size: 1.5rem;
            line-height: 1.5rem;
            font-weight: bold;
            letter-spacing: -0.3px;
            display: flex;
            white-space: nowrap;
            z-index: 2;
            position: relative;
        }

        .santhosh-tabs:not(.santhosh-tabs--unstyled) .santhosh-tabs-nav > span:not(:last-child) {
            margin-right: 2.5rem;
        }

        .santhosh-tabs:not(.santhosh-tabs--unstyled) .santhosh-tabs-nav a {
            color: var( --main-color);
            display: block;
            white-space: nowrap;

            -webkit-transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .santhosh-tabs:not(.santhosh-tabs--unstyled):not(.santhosh-tabs--style-2) .santhosh-tabs-nav > span.santhosh-active a {
            color: #262123;
        }

        .santhosh-tabs-container .santhosh-tab {
            font-size: 1.125rem;
            padding-top: 2rem;
            line-height: 2rem;
        }

        .santhosh-tabs-container .santhosh-tab p:not(:last-child) {
            margin-bottom: 1rem;
        }

        .santhosh-tabs.santhosh-tabs--style-2 .santhosh-tabs-nav > span:not(:last-child) {
            margin-right: 8px;
        }

        .santhosh-tabs.santhosh-tabs--style-2 .santhosh-tabs-nav {
            margin-bottom: -2px;
        }

        .santhosh-tabs.santhosh-tabs--style-2 .santhosh-tabs-nav a {
            padding: 26px 1.75rem;
            color: var( --main-color);
            background: #fbf9d1;
            border: 2px solid #523436;
            border-radius: 1.5rem 1.5rem 0 0;
        }

        .santhosh-tabs:not(.santhosh-tabs--unstyled).santhosh-tabs--style-2 .santhosh-tabs-nav > span.santhosh-active a {
            color: #232223;
        }

        .santhosh-tabs:not(.santhosh-tabs--unstyled).santhosh-tabs--style-2:not(.santhosh-tabs--tour-sections) .santhosh-tabs-nav > span.santhosh-active a {
            border-bottom-color: transparent;
        }

        .santhosh-tabs:not(.santhosh-tabs--unstyled).santhosh-tabs--style-2 .santhosh-tabs-container .santhosh-tab {
            background: #fbf9d1;
            padding: 2rem;
            padding-top: 1.5rem;
            border: 2px solid #523436;
            border-radius: 0 1.5rem 1.5rem 1.5rem;
        }

        .santhosh-tabs.santhosh-tabs--tour-sections {
            display: flex;
        }

        .santhosh-tabs.santhosh-tabs--tour-sections > * {
            width: 100%;
        }

        .santhosh-tabs.santhosh-tabs--tour-sections .santhosh-tabs-nav {
            max-width: 50%;
            display: block;
            margin: 0;
            margin-right: -2px;
        }

        .santhosh-tabs.santhosh-tabs--tour-sections .santhosh-tabs-nav > span {
            margin-right: 0!important;
            display: block;
        }

        .santhosh-tabs.santhosh-tabs--tour-sections .santhosh-tabs-nav > span a {
            display: inline-block;
        }

        .santhosh-tabs.santhosh-tabs--tour-sections.santhosh-tabs--style-2 .santhosh-tabs-nav > span a {
            border-radius: 1.5rem 0 0 1.5rem;
            display: block;
        }

        .santhosh-tabs.santhosh-tabs--tour-sections.santhosh-tabs--style-2 .santhosh-tabs-nav > span.santhosh-active a {
            border-right-color: transparent;
        }

        .santhosh-tabs.santhosh-tabs--tour-sections .santhosh-tabs-nav > span:not(:last-child) {
            margin-bottom: 2rem;
        }

        .santhosh-tabs.santhosh-tabs--tour-sections:not(.santhosh-tabs--style-2) .santhosh-tabs-container .santhosh-tab {
            padding-top: 0;
        }

        .santhosh-tabs.santhosh-tabs--tour-sections.santhosh-tabs--style-2 .santhosh-tabs-nav > span:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .santhosh-tabs .santhosh-menu-box {
            overflow: visible;
        }

        .santhosh-tabs .santhosh-menu-box > span {
            width: 16.6666%;
            max-width: 15rem;
        }

        .santhosh-tabs .santhosh-menu-box .santhosh-menu-item {
            position: relative;
            background: transparent;
            padding: 2rem 2rem 3rem;
            border-radius: 1.5rem;
            margin-bottom: 1rem;
        }

        .santhosh-tabs .santhosh-menu-box .santhosh-active .santhosh-menu-item {
            background: #523436;
        }

        .santhosh-tabs .santhosh-menu-box .santhosh-active .santhosh-menu-icon .svg path {
            fill: #eb1e27;
        }

        .santhosh-tabs .santhosh-menu-box .santhosh-active .santhosh-menu-icon .svg .cls-2 {
            stroke: #fff;
            fill: transparent!important;
        }

        .santhosh-tabs .santhosh-menu-box .santhosh-menu-item:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -1.875rem;
            background: url(../images/box_arrow2.png) no-repeat;
            width: 3.75rem;
            height: 1rem;
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        }

        .santhosh-tabs .santhosh-menu-box .santhosh-active .santhosh-menu-item:after {
            opacity: 1;
            visibility: visible;
        }

        .santhosh-tabs:not(.santhosh-tabs--unstyled) .santhosh-tabs-nav.santhosh-menu-box > span:not(:last-child) {
            margin: 0;
        }

        .santhosh-menu-box.with-slide-top {
            margin-top: -7.5rem;
            position: relative;
            z-index: 9;
        }

    /* ----------------------------------------
        Pagination
    ---------------------------------------- */

        /* Pages Navigation */

        .santhosh-page-nav {
            margin-top: 2.5rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .santhosh-page-nav > [class*="santhosh-nav-"] {
            display: flex;
            align-items: center;
            position: relative;
            max-width: 50%;
        }

        .santhosh-page-nav > [class*="santhosh-nav-"]:before {
            content: '';
            display: block;
            width: 3.5rem;
            min-width: 3.5rem;
            height: 3.5rem;
            text-align: center;
            line-height: 3.5rem;
            background: #e6e6e6;
            transition: all .5s ease;
            border-radius: 50%;
            cursor: pointer;
        }

        .santhosh-page-nav > .santhosh-nav-left:after,
        .santhosh-page-nav > .santhosh-nav-right:after {
            position: absolute;
            left: 1rem;
            top: 50%;
            margin-top: -9.5px;
            content: '';
            height: 19px;
            width: 22px;
            -webkit-mask: url(../yummi_svg_icons/arrow_left.svg) no-repeat;
            mask: url(../yummi_svg_icons/arrow_left.svg) no-repeat;
            background-color: #232223;
            background-size: cover;
        }

        .santhosh-page-nav > .santhosh-nav-right:after {
            left: auto;
            right: 1rem;
            -webkit-mask: url(../yummi_svg_icons/arrow_right.svg) no-repeat;
            mask: url(../yummi_svg_icons/arrow_right.svg) no-repeat;
        }

        .santhosh-page-nav > [class*="santhosh-nav-"]:hover:before {
            background: #523436;
        }

        .nav-actions a b {
            font-weight: normal;
        }

        .santhosh-page-nav > .santhosh-nav-right {
            flex-direction: row-reverse;
            text-align: right;
        }

        .santhosh-page-nav > [class*="santhosh-nav-"] > * {
            padding: 0 1rem;
        }

        .santhosh-page-nav.santhosh-entities.santhosh-entity-hr .santhosh-nav-right .santhosh-entity .santhosh-entity-tags {
            justify-content: flex-end;
        }

        .santhosh-page-nav.santhosh-entities.santhosh-entity-hr .santhosh-nav-right .santhosh-entity .santhosh-entity-media {
            margin-right: 0;
            margin-left: 1rem;
        }

        /* / Pages Navigation */

        .santhosh-pagination {
            display: flex;
            margin-top: 3rem;
        }

        .santhosh-pagination > li > a {
            font-family: 'Josefin Sans', sans-serif;
            font-weight: 600;
            display: block;
            width: 3.5rem;
            height: 3.5rem;
            text-align: center;
            font-size: 1.125rem;
            line-height: 3.5rem;
            background: #e6e6e6;
            color: #232223;
            border-radius: 50%;
        }

        .santhosh-pagination > li > a:hover {
            background: #523436;
        }

        .santhosh-pagination > li > a.current {
            background: #232223;
            color: #fff;
        }

        .santhosh-pagination > li > a .svg {
            width: 1.375rem;
            height: 3.5rem;
        }

        .santhosh-pagination > li > a .svg path {
            fill: #232223;
            stroke: transparent;
        }

        .santhosh-pagination > li:not(:last-child) {
            margin-right: 0.25rem;
        }

    /* ----------------------------------------
        Progress Bars
    ---------------------------------------- */

        .santhosh-progress-bars-item {
            position: relative;
        }

        .santhosh-progress-bars-item:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .santhosh-progress-bar {
            height: 3.5rem;
            position: relative;
            background-color: #fbf9d1;
            border-radius: 1.5rem;
            overflow: hidden;
        }

        .santhosh-progress-bar-title {
            font-family: 'Josefin Sans', sans-serif;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            font-size: 1.25rem;
            font-weight: bold;
            display: block;
            padding: 0 2rem;
            line-height: 3.5rem;
            color: #232223;
            z-index: 2;
        }

        .santhosh-progress-bar-title::after {
            content: attr(data-value) attr(data-units);
            position: absolute;
            top: 0;
            right: 2rem;
        }

        .santhosh-progress-bar-indicator {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: auto;
            background: #523436;
        }

        .santhosh-progress-bars--secondary .santhosh-progress-bar {
            background-color: #523436;
        }

        .santhosh-progress-bars--secondary .santhosh-progress-bar-indicator {
            background: var( --main-color);
        }

        .santhosh-progress-bars--secondary .santhosh-progress-bar-title {
            color: #fff;
        }

    /* ----------------------------------------
        Counters
    ---------------------------------------- */

        .santhosh-counters {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
            position: relative;
            z-index: 2;
        }

        .santhosh-counters[class*="item-col-"]:not(.no-gutters) {
            margin-top: -3rem;
        }

        .santhosh-counters[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 3rem;
        }

        .santhosh-counter {
            color: #575457;
            font-size: 1.125rem;
            line-height: 2rem;
            font-weight: bold;
        }

        .santhosh-counter-count {
            font-family: 'Josefin Sans', sans-serif;
            font-size: 4.5rem;
            line-height: 4rem;
            white-space: nowrap;
            font-weight: bold;
            color: var( --main-color);
        }

        .santhosh-counter-icon {
            line-height: 1;
        }

        .santhosh-counter-icon .svg {
            height: 7rem;
        }

        .santhosh-counter .santhosh-counter-icon:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .santhosh-counter-icon .svg .cls-1 {
            fill: var( --main-color);
            opacity: 1;
        }

        .santhosh-counter-icon .svg .cls-2 {
            stroke: #fff;
        }

        .santhosh-counters.hr-type .santhosh-counter .santhosh-counter-inner {
            display: flex;
            align-items: center;
        }

        .santhosh-counters.hr-type .santhosh-counter .santhosh-counter-icon {
            margin-bottom: 0;
            min-width: 8.5rem;
        }

        .santhosh-counters.style-2 .santhosh-counter {
            color: #e6e6e6;
        }

        .santhosh-counters.style-2 .santhosh-counter-count {
            color: #523436;
        }

        .santhosh-counters.style-2 .santhosh-counter-icon .svg .cls-1 {
            fill: #523436;
            stroke: transparent;
        }

        .santhosh-counters.style-2 .santhosh-counter-icon .svg .cls-2 {
            stroke: #232223;
        }

        .santhosh-counters.no-icons .santhosh-counter-icon {
            display: none;
        }

        .santhosh-counters.no-icons .santhosh-counter-icon {
            display: none;
        }

        /* ----------------------------------------
            Products
        ---------------------------------------- */

        .owl-carousel.santhosh-products .owl-stage {
            display: flex;
            flex-wrap: wrap;
        }

        .santhosh-products:not(.owl-carousel):not(.santhosh-product-small):not(.santhosh-product-single):not(.hr-type) {
            display: flex;
            flex-wrap: wrap;
        }

        .santhosh-products:not(.santhosh-product-small) .santhosh-product {
            padding: 1.875rem 28px;
            height: 100%;
            border-radius: 1.5rem;
            position: relative;
            overflow: hidden;
            transition: all .5s ease;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            text-align: center;
            border: 2px solid transparent;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .santhosh-products:not(.santhosh-product-small) .santhosh-product:hover {
            border-color: #523436;
        }

        .santhosh-products .santhosh-product-image {
            position: relative;
            background: none!important;
        }

        .santhosh-products:not(.santhosh-product-small) .santhosh-product-image:not(:last-child) {
            margin-bottom: 1.75rem;
        }
        
        .santhosh-product .santhosh-rating-top-level > *, 
        .santhosh-product .santhosh-rating-bottom-level > * {
            font-size: 1.25rem;
            line-height: 1.25rem;
        }

        .santhosh-products:not(.santhosh-product-small) .santhosh-product-image img {
            width: 100%;
            border-radius: 50%;
        }

        .santhosh-product-description {
            flex: 1;
        }

        .santhosh-products:not(.santhosh-product-small) .santhosh-product-description:not(:last-child) {
            margin-bottom: 1.25rem;
        }

        .santhosh-product-description .santhosh-product-title {
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: bold;
        }

        .santhosh-product-description .santhosh-product-title .santhosh-link {
            color: #232223;
        }

        .santhosh-product-info {
            font-size: 1rem;
            color: #a8a7a8;
            display: block;
            line-height: 1rem;
        }

        .santhosh-product-info:not(:last-child) {
            margin-bottom: 1rem;
        }

        .santhosh-products:not(.santhosh-product-small):not(.santhosh-product-single) .santhosh-product-description .santhosh-product-title:not(:last-child) {
            margin-bottom: 0.25rem;
        }

        .santhosh-product-price {
            position: relative;
            font-family: 'Josefin Sans', sans-serif;
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: bold;
            color: #f21f1f;
            display: block;
        }

        .santhosh-product-price:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .santhosh-product .santhosh-product-price:not(.onsale):before,
        .santhosh-product .santhosh-product-price span:before,
        table .santhosh-product-price:before,
        .santhosh-total-item .santhosh-product-price:before {
            content: '$';
            font-size: 0.875rem;
            line-height: 1.5rem;
            vertical-align: top;
            display: inline-block;
        }

        table tr.bg .santhosh-product-price {
            color: var( --main-color);
            font-size: 1.25rem;
        }

        .shopping-cart .santhosh-products .santhosh-product-price:not(.onsale):before,
        .shopping-cart .santhosh-products .santhosh-product-price span:before {
            display: none;
        }

        .santhosh-product-price > span:first-child {
            color: #7f8c93;
            padding-right: 8px;
            text-decoration: line-through;
            display: inline-block;
        }

        .santhosh-label {
            position: absolute;
            z-index: 2;
            top: 0.5rem;
            right: 0.5rem;
            line-height: 2.2rem;
            display: block;
            background: #2f8c1f;
            width: 2rem;
            height: 2rem;
            border-radius: 50%;
            text-align: center;
        }

        .santhosh-label .svg {
            height: 18px;
        }

        .santhosh-label .svg path {
            stroke: #fff;
            stroke-width: 1rem;
            fill: transparent;
        }

        .santhosh-label.red {
            background: var( --main-color);
        }

        .santhosh-label.yellow {
            background: #f2921d;
        }

        .santhosh-label.yellow .svg path {
            fill: #fff;
            stroke: transparent;
        }

        .santhosh-tabs:not(.santhosh-tabs--unstyled).santhosh-tabs--style-2:not(.santhosh-tabs--tour-sections).with-products .santhosh-tabs-container .santhosh-tab {
            padding: 0;
        }

        .santhosh-tabs.santhosh-tabs--style-2.with-products .santhosh-tabs-nav:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .santhosh-product .santhosh-coupons .santhosh-coupon {
            border-radius: 0;
        }

        /* Products small */

        .santhosh-products.santhosh-product-small:not(.owl-carousel):not(.santhosh-page-nav) {
            display: block;
        }

        .santhosh-products.santhosh-product-small .santhosh-product {
            display: flex;
            position: relative;
            z-index: 1;
            box-shadow: none;
        }

        .santhosh-products.santhosh-product-small .santhosh-col:not(:last-child),
        .santhosh-products.santhosh-product-small:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .santhosh-products.santhosh-product-small .santhosh-product .santhosh-product-description {
            padding-left: 1rem;
            padding-right: 1rem;
            font-size: 0.9375rem;
            line-height: 1rem;
            color: #575457;
        }

        .santhosh-products.santhosh-product-small .santhosh-product .santhosh-product-image {
            display: inline-block;
            min-width: 5.5rem;
            border-radius: 50%;
            overflow: hidden;
        }

        .shopping-cart .santhosh-products.santhosh-product-small .santhosh-product .santhosh-product-image,
        .shop-cart-form .santhosh-products.santhosh-product-small .santhosh-product .santhosh-product-image {
            min-width: 4.5rem;
            border-radius: 1rem;
        }

        .shop-cart-form .santhosh-products.santhosh-product-small .santhosh-product .santhosh-product-description {
            line-height: 1.5rem;
        }

        .shop-cart-form .santhosh-products.santhosh-product-small .santhosh-product .santhosh-product-description .santhosh-product-title:not(:last-child) {
            margin-bottom: 0;
        }

        .shopping-cart .santhosh-products.santhosh-product-small .santhosh-product .santhosh-product-image {
            min-width: 4.5rem;
        }

        .santhosh-products.santhosh-product-small .santhosh-product .santhosh-product-price {
            font-size: 1.125rem;
            line-height: 1rem;
            font-weight: bold;
        }

        .santhosh-products.santhosh-product-small .santhosh-product-price:not(.onsale):before, .santhosh-products .santhosh-product-price span:before {
            font-size: 12px;
            line-height: 10px;
        }

        .santhosh-products.santhosh-product-small .santhosh-product .santhosh-product-description .santhosh-product-title {
            display: inline-block;
            font-size: 1.25rem;
            line-height: 1.5rem;
        }

        .santhosh-products.santhosh-product-small .santhosh-product .santhosh-product-description .santhosh-product-title:not(:last-child),
        .santhosh-products.santhosh-product-small .santhosh-product .santhosh-product-description p:not(:last-child) {
            margin-bottom: 1rem;
        }

        .santhosh-products.santhosh-product-small .santhosh-product .santhosh-product-description .santhosh-product-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }
        
        table .santhosh-product-title a:hover {
            text-decoration: underline;
        }

        /* Products sorting */

        .product-sort-section {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            position: relative;
            align-items: center;
            font-size: 1rem;
            color: #959595;
            margin: -1rem -1rem 0;
        }

        .product-sort-section > .santhosh-col {
            padding: 1rem 1rem 0;
        }

        .product-sort-section:not(:last-child) {
            margin-bottom: 2rem;
        }

        .product-sort-section .santhosh-custom-select {
            width: 18rem;
        }

        .santhosh-tabs .product-sort-section {
            padding-top: 2rem;
        }

        .santhosh-tabs .product-sort-section:not(:last-child) {
            margin-bottom: 0;
        }

        .product-sort-section .santhosh-filter {
            margin-bottom: 0;
        }

        /* Shopping cart */

        .santhosh-dropdown-element.shopping-cart {
            position: absolute;
            top: 100%;
            right: 0;
            left: auto;
            margin-top: 1rem;
            margin-right: -12.25rem;
            min-width: 20rem;
        }

        .shopping-cart {
            background: #523436;
            padding: 2rem;
            border-radius: 1.5rem;
            text-align: left;
            overflow: hidden;
        }

        .shopping-cart .santhosh-products.santhosh-product-small .santhosh-product .santhosh-product-description .santhosh-product-title {
            font-weight: normal;
            line-height: 1.5rem;
            font-size: 1.25rem;
            font-weight: bold;
        }

        .shopping-cart .santhosh-products.santhosh-product-small .santhosh-product .santhosh-product-description .santhosh-product-price {
            color: #575457;
            font-weight: normal;
            font-family: 'Lato', sans-serif;
        }
        
        .shopping-cart .santhosh-close-item {
            position: absolute;
            right: 0;
            top: 0.25rem;
            font-size: 1.25rem;
            color: #232223;
        }

        .shopping-cart .sc-footer {
            position: relative;
            padding-top: 1.5rem;
        }

        .shopping-cart .sc-footer:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #c3bb19;
            height: 1px;
        }

        .shopping-cart .subtotal {
            font-family: 'Josefin Sans', sans-serif;
            font-size: 1.25rem;
            color: #040a1c;
            font-weight: bold;
            letter-spacing: -0.3px;
        }

        .shopping-cart .subtotal span {
            color: var( --main-color);
        }

        .shopping-cart .subtotal span:before {
            content: '$';
            font-size: 0.75rem;
            line-height: 0.875rem; 
            display: inline-block;
            vertical-align: top;
        }

        .shopping-cart .btn i {
            font-size: 1.5rem;
            vertical-align: -6px;
        }

        .shopping-cart .btn:after {
            background: #f2e4df;
        }

        .shopping-cart .subtotal:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .shop-cart-form table {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .shop-cart-form table tr th {
            width: 25%;
        }

        .shop-cart-form table tr th:last-child {
            width: 20%;
        } 

        .shop-cart-form table tr td {
            padding-top: 2rem;
            padding-bottom: 2rem;
            vertical-align: middle;
        }

        .shop-cart-form table tr th:first-child {
            width: 35%;
        }

        .santhosh-table-wrap.shop-cart-form table tr:last-child td {
            border-bottom: 1px solid #dcdcdc;
        }

        .shop-cart-form .santhosh-product {
            align-items: flex-start;
        }

        .shop-cart-form .santhosh-product .santhosh-close-item {
            margin-right: 1.25rem;
            font-size: 1.125rem;
        }

        .shop-cart-form .santhosh-products.santhosh-product-small .santhosh-product-description .santhosh-product-title {
            font-size: 1.125rem;
        }

        table .santhosh-product-price {
            font-weight: bold;
            font-size: 1.125rem;
            color: #232223;
        }

        .shop-cart-form .santhosh-close-item {
            font-family: 'Lato', sans-serif;
            font-weight: bold;
            font-size: 1rem;
            text-transform: uppercase;
            color: var( --main-color);
        }

        .shop-cart-form .santhosh-close-item:hover {
            text-decoration: underline;
        }

        .shop-cart-form .santhosh-close-item:before {
            content: 'cancel';
            font-size: 20px;
            font-family: 'Material Icons Outlined';
            text-transform: none;
            display: inline-block;
            vertical-align: -4px;
            margin-right: 6px;
        }

        .shop-cart-form table tfoot tr td {
            padding: 1.3125rem 1.75rem;
        } 

        .santhosh-shop-footer {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .shop-cart-form .santhosh-shop-footer > * {
            margin: 0;
        }

        .santhosh-checkout-form tr th:first-child {
            width: 25%;
            min-width: 18.75rem;
        }

        .santhosh-checkout-form .santhosh-product-title {
            font-size: 1.125rem;
            line-height: 1.875rem;
            letter-spacing: -0.5px;
            font-weight: 500;
        }

        .santhosh-checkout-form .checkout-title {
            font-size: 1.125rem;
        }

        .santhosh-checkout-form .checkout-title strong {
            font-weight: 600;
        }

        .santhosh-checkout-form tfoot,
        .santhosh-checkout-form tfoot .checkout-title {
            position: relative;
            color: #386f7c!important;
        }

        .santhosh-checkout-form tfoot tr td {
            background: none;
        }

        .shop-cart-form tr th.order-date {
            width: 35%;
        }

        .shop-cart-form table tr th:first-child.order-number {
            width: 22%;
        }

        .shop-cart-form table tr td[data-cell-title="Actions"] .santhosh-link:before {
            content: 'remove_red_eye';
            font-family: 'Material Icons Outlined';
            display: inline-block;
            vertical-align: -4px;
            text-transform: none;
            font-size: 20px;
            margin-right: 6px;
        }

        .shop-cart-form table tr td[data-cell-title="Actions"] .santhosh-link {
            font-family: 'Lato', sans-serif;
            border: none;
            font-weight: bold;
            font-size: 1rem;
            text-transform: uppercase;
        }

        .shop-cart-form table tr td[data-cell-title="Actions"] .santhosh-link:hover {
            text-decoration: underline;
        }

        @-moz-document url-prefix() {
            .santhosh-checkout-form tfoot:before {
                top: 0;
            }
        }

        .santhosh-checkout-form tfoot tr td:first-child {
            border-bottom: none;
        }

        .payment-option input[type="radio"] + label{
            font-size: 1.25rem;
            line-height: 1.5rem;
            padding-top: 0!important;
        }

        .payment-option input[type="radio"] + label[for]:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .payment-option input[type="radio"] + label span {
            font-size: 0.875rem;
            line-height: 1rem;
            display: inline-block;
            color: #959595;
        }

        .payment-option input[type="radio"] + label span b {
            color: #232223;
        }

        .payment-desc {
            padding-left: 2.8125rem;
        }

        .payment-option .input-wrapper:not(:last-child){
            margin-bottom: 0;
        }

        .payment-option > li:last-child [class*="btn"]:only-child{
            margin-top: 0.9375rem;
        }

        /* Single product */

        .santhosh-calc {
            display: flex;
        }

        .santhosh-calc .btn:not(.with-text) {
            padding: 0;
            width: 2.5rem;
            height: 2.5rem;
            line-height: 2.5rem;
            margin-left: -4px;
        }

        .quantity {
            width: 7.8125rem;
            position: relative;
        }

        .quantity input {
            height: 2.5rem!important;
            line-height: 2.5rem!important;
            font-size: 1rem!important;
            padding: 0 2rem!important;
            text-align: center;
            border: 2px solid #e6e6e6!important;
            box-shadow: none!important;
        }

        .quantity.size-2 {
            width: 13.0625rem;
        }

        .quantity.size-2 input {
            font-size: 1.125rem!important;
            height: 4rem!important;
            line-height: 4rem!important;
            font-size: 1.125rem;
        }

        .quantity.size-2 button {
            left: 1.875rem;
        }

        .quantity.size-2 .qty-plus {
            right: 1.875rem;
            left: auto;
        }

        .quantity.size-2 button {
            font-size: 1rem;
        }

        .santhosh-calc .quantity input {
            border-radius: 0.5rem 0 0 0.5rem;
        }

        .quantity button {
            position: absolute;
            top: 50%;
            left: 0.875rem;
            transform: translateY(-50%);
            color: #a0a0a0;
            font-size: 12px;
        }

        .quantity .qty-plus {
            left: auto;
            right: 0.875rem;
        }

        .santhosh-product.santhosh-product-single {
            padding: 1.875rem;
            border: 2px solid #523436;
            border-radius: 1.5rem;
            position: relative;
        }

        .santhosh-product.santhosh-product-single .image-preview-container:not(:last-child) {
            margin-bottom: 2rem;
        }

        /* .image-preview {
            overflow: hidden;
            padding-right: 11.625rem;
        }

        .image-preview img {
            width: 100%;
        } */

        .santhosh-product-single .santhosh-product-title {
            display: inline-block;
        }

        .santhosh-product-single .santhosh-product-title .santhosh-label {
            position: initial;
            display: inline-block;
            vertical-align: 0;
            width: 3rem;
            height: 3rem;
            line-height: 3rem;
        }

        .santhosh-product-single .santhosh-product-title .santhosh-label .svg {
            height: 1.875rem;
        }

        .santhosh-product-single .santhosh-product-title:not(:last-child) {
            margin-bottom: 1rem;
        }

        .santhosh-product.santhosh-product-single .santhosh-product-price {
            display: block;
        }

        .santhosh-product.santhosh-product-single .santhosh-product-calc:not(:last-child) {
            margin-bottom: 2rem;
        }

        .santhosh-product.santhosh-product-single .santhosh-product-calc .santhosh-product-price:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .santhosh-product.santhosh-product-single .santhosh-product-calc .santhosh-product-price {
            display: block;
            font-size: 3rem;
            line-height: 3.5rem;
            font-weight: bold;
        }

        .santhosh-product.santhosh-product-single .santhosh-product-calc .santhosh-product-price:before {
            font-size: 1.5rem;
            line-height: 2rem;
        }

        .santhosh-product.santhosh-product-single .santhosh-product-calc .santhosh-product-price i {
            font-size: 1.875rem;
            font-style: normal;
            font-weight: normal;
        }

        .santhosh-product.santhosh-product-single .santhosh-product-description:not(:last-child) {
            margin-bottom: 3rem;
        } 

        .santhosh-product-single .santhosh-shop-footer {
            margin-top: 2rem!important;
        }

        .image-preview-container,
        .zoomContainer {
            overflow: hidden;
            border-radius: 1rem;
        }

        .santhosh-product.santhosh-product-single .santhosh-product-calc .quantity input {
            height: 3rem;
            font-size: 1rem;
        }

        .santhosh-product.santhosh-product-single .santhosh-product-calc .quantity {
            width: 10rem;
        }

         .santhosh-product.santhosh-product-single .santhosh-product-calc .btn {
            margin-left: -4px;
         }

        .santhosh-product-single .santhosh-product-info {
            font-size: 1.25rem;
            line-height: 2rem;
            color: #595758;
        }

        .santhosh-product-single .santhosh-product-info ul li:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .santhosh-product-single .santhosh-product-info ul li span {
            color: #d98f4e;
        }

        .santhosh-product-single .santhosh-product-info:not(:last-child) {
            margin-bottom: 2.75rem;
        }

        .santhosh-product-footer {
            display: flex;
            justify-content: space-between;
            padding-bottom: 2.625rem;
            border-bottom: 1px solid #f2e4df;
        }

        .santhosh-product-footer .santhosh-share-wrap > span {
            font-size: 18px;
        }

        .santhosh-product-footer .santhosh-social-icons.size-2 ul li a {
            font-size: 1.25rem;
        }

        .shop-cart-form .santhosh-product .santhosh-close-item {
            margin-right: 3.75rem;
            font-size: 1.125rem;
        }

        .shop-cart-form .santhosh-products.santhosh-product-small .santhosh-product-description .santhosh-product-title {
            font-size: 1.25rem;
        }

        .santhosh-product-thumbs .santhosh-grid-item a {
            opacity: 0.6;
            display: block;
            max-width: 10.5rem;
            overflow: hidden;
            border-radius: 1rem;
        }

        .santhosh-product-thumbs .santhosh-grid-item a.active {
            opacity: 1;
        }

        .image-preview-container.type-2 {
            position: relative;
        }

        .image-preview-container .santhosh-thumb-holer {
            position: relative;
            width: 100%;
            max-width: 48.5rem;
            margin-top: 0.5rem;
            z-index: 9;
        }

        .image-preview-container.type-2 .santhosh-thumb-holer {
            position: absolute;
            transform: rotate(90deg);
            top: 296px;
            right: -305px;
        }

        .image-preview-container .santhosh-thumb-holer .owl-carousel {
            padding-right: 5rem;
        }

        .santhosh-product .image-preview-container .santhosh-product-thumbs .owl-nav {
            display: flex;
            flex-direction: column-reverse;
            position: absolute;
            justify-content: center;
            right: 1rem;
            top: 0;
            height: 100%;
        }

        .santhosh-product .image-preview-container .santhosh-product-thumbs .owl-nav > button {
            position: initial;
            margin: 0.25rem 0;
        }

    /* ----------------------------------------
        Tooltips
    ---------------------------------------- */

        [data-tooltip]:not(a) {
            color: #232223;
        }

        .monkeysan-tooltip-skin-santhosh {
            font-size: 0.875rem;
            line-height: 1.875rem;
            font-weight: normal;
            padding-left: 0.625rem;
            padding-right: 0.625rem;
            color: #232223;
            background-color: #523436;
            border-radius: 0.625rem;
        }

        .monkeysan-tooltip-skin-santhosh.monkeysan-tooltip::after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-color: transparent;
            position: absolute;
        }

        .monkeysan-tooltip-skin-santhosh.monkeysan-tooltip-top::after, .monkeysan-tooltip-skin-santhosh.monkeysan-tooltip-bottom.monkeysan-tooltip-position-reversed::after {
            bottom: auto;
            right: auto;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            margin-top: -1px;
            border-width: 7px 8px 0 8px;
            border-color: #523436 transparent transparent transparent;
        }

        .monkeysan-tooltip-skin-santhosh.monkeysan-tooltip-bottom::after, .monkeysan-tooltip-skin-santhosh.monkeysan-tooltip-top.monkeysan-tooltip-position-reversed::after {
            top: auto;
            right: auto;
            bottom: 100%;
            left: 50%;
            margin-left: -8px;
            margin-bottom: -1px;
            border-width: 0 8px 7px 8px;
            border-color: transparent transparent #523436 transparent;
        }

        .monkeysan-tooltip-skin-santhosh.monkeysan-tooltip-right::after, .monkeysan-tooltip-skin-santhosh.monkeysan-tooltip-left.monkeysan-tooltip-position-reversed::after {
            bottom: auto;
            right: 100%;
            top: 50%;
            left: auto;
            margin-top: -8px;
            margin-right: -1px;
            border-width: 8px 7px 8px 0;
            border-color: transparent #523436 transparent transparent;
        }

        .monkeysan-tooltip-skin-santhosh.monkeysan-tooltip-left::after, .monkeysan-tooltip-skin-santhosh.monkeysan-tooltip-right.monkeysan-tooltip-position-reversed::after {
            bottom: auto;
            right: auto;
            top: 50%;
            left: 100%;
            margin-top: -8px;
            margin-left: -1px;
            border-width: 8px 0 8px 7px;
            border-color: transparent transparent transparent #523436;
        }

    /* ----------------------------------------
        Team Members
    ---------------------------------------- */

        .santhosh-team {
            display: flex;
            flex-wrap: wrap;
        }

        .santhosh-team[class*="item-col-"]:not(.no-gutters) {
            margin-top: -4rem;
        }

        .santhosh-team[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 4rem;
        }

        .santhosh-team .santhosh-team-member-photo {
            border-radius: 1.5rem;
            overflow: hidden;
            display: block;
        }

        .santhosh-team .santhosh-team-member {
            position: relative;
            transition: all .5s ease;
        }

        .santhosh-team.big-type .santhosh-team-member {
            display: flex;
            align-items: center;
            font-size: 1.125rem;
            line-height: 2rem;
        }

        .santhosh-team.big-type .santhosh-col:not(:last-child) {
            margin-bottom: 2rem;
        }

        .santhosh-team.big-type .santhosh-team-member .santhosh-team-member-name {
            letter-spacing: -2.5px;
        }

        .santhosh-team.big-type .santhosh-col:nth-child(2n) .santhosh-team-member {
            flex-direction: row-reverse;
        }

        .santhosh-team.big-type .santhosh-team-member > * {
            max-width: 43rem;
            width: 100%;
        }

        .santhosh-team.big-type .santhosh-team-member > .santhosh-team-member-info {
            max-width: 51.5%;
        }

        .santhosh-team:not(.big-type) .santhosh-team-member .santhosh-team-member-info {
            font-size: 1rem;
            line-height: 1.5rem;
            padding-right: 2rem;
        }

        .santhosh-team.big-type .santhosh-team-member .santhosh-info-header:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .santhosh-team:not(.big-type) .santhosh-team-member .santhosh-info-header:not(:last-child) {
            margin-bottom: 1rem;
        }

        .santhosh-team.big-type .santhosh-team-member .santhosh-team-member-info {
            padding: 2rem 4.5rem;
        }

        .santhosh-team:not(.big-type) .santhosh-team-member .santhosh-team-member-name {
            font-weight: bold;
        }

        .santhosh-team .santhosh-team-member .santhosh-team-member-name a {
            color: #232223;
        }

        .santhosh-team .santhosh-team-member .santhosh-team-member-name:not(:last-child) {
            margin-bottom: 0;
        }

        .santhosh-team .santhosh-team-member .santhosh-member-stat {
            color: #959595;
            font-style: italic;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .santhosh-team.big-type .santhosh-team-member .santhosh-member-stat {
            font-size: 1.25rem;
        }

        .santhosh-team .santhosh-team-member p:not(:last-child) {
            margin-bottom: 1rem;
        }
        
        .santhosh-team:not(.big-type) .santhosh-team-member .santhosh-team-member-photo:not(:last-child) {
            margin-bottom: 1.625rem;
        }

        .santhosh-team .santhosh-team-member .santhosh-team-member-photo img {
            width: 100%;
        }

        .santhosh-team.big-type .santhosh-team-member .santhosh-social-icons {
            margin-top: 3rem;
        }

        .santhosh-team.type-2 .santhosh-team-member {
            padding: 1.875rem;
            border: 2px solid transparent;
            border-radius: 1.5rem;
            text-align: center;
        }

        .santhosh-team.type-2 .santhosh-team-member:hover {
            border-color: #523436;
        }

        .santhosh-team.type-2 .santhosh-team-member .santhosh-team-member-info {
            padding: 0 ;
        }

        .santhosh-team.type-2 .santhosh-team-member .santhosh-social-icons ul {
            justify-content: center;
        }

        .santhosh-team.owl-carousel:not(.no-dots) .owl-nav {
            transition: all .5s ease;
            opacity: 0;
            visibility: hidden;
        }

        .santhosh-team.owl-carousel:not(.no-dots):hover .owl-nav {
            opacity: 1;
            visibility: visible;
        }

    /* ----------------------------------------
        Tables
    ---------------------------------------- */

        table {
            table-layout: fixed;
            border-collapse: collapse;
            width: 100%;
            border: none;
            border-radius: 20px;
            overflow: hidden;
        }

        table:not(:last-child) {
            margin-bottom: 1.625rem;
        }

        table tr {
            -webkit-transition-property: background-color;
            transition-property: background-color;
            -webkit-transition-delay: 0ms;
                    transition-delay: 0ms;
            -webkit-transition-duration: 500ms;
                    transition-duration: 500ms;
            -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            border-width: 0;
            border-style: solid;
        }

        table tr:hover, table tr:focus {
            -webkit-transition-duration: 150ms;
                    transition-duration: 150ms;
        }

        table td,
        table th {
            padding-top: 1rem;
            padding-right: 2rem;
            padding-bottom: 1rem;
            padding-left: 2rem;
            border-bottom: 1px solid #dcdcdc;
        }

        table tr th:last-child {
            width: 30%;
        }

        table th {
            font-size: 1.25rem;
            line-height: 1.5rem;
            font-weight: bold;
            font-family: 'Josefin Sans', sans-serif;
        }

        table:not(.santhosh-table--vertical) tbody tr:last-child td,
        table.santhosh-table--vertical tfoot tr:last-child td,
        table tr th {
            border-bottom: none;
        }

        table td {
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

        table th,
        table tfoot {
            color: #262123;
        }

        table:not(.santhosh-table--vertical) tr.bg,
        .santhosh-table.santhosh-table--vertical tr th {
            background: #523436;
        }

        .santhosh-table-wrap.style-2 table:not(.santhosh-table--vertical) tr.bg,
        .santhosh-table-wrap.style-2 .santhosh-table.santhosh-table--vertical tr th {
            background: #523436;
        }

        .santhosh-table-wrap.style-2 tr th {
            color: #fff;
        }

        .santhosh-table-wrap.style-2 tr td {
            border-color: #dcdcdc;
        }

        .santhosh-table.santhosh-table--vertical tr th {
            width: 30%;
        }

        table tfoot tr td {
            border-bottom: none;
            font-size: 1.125rem;
        }

        table tr:hover {
            background: #f8f8f8;
        }

        table tfoot tr.bg td,
        .santhosh-table.santhosh-table--vertical tfoot tr th,
        .santhosh-table.santhosh-table--vertical tfoot tr td {
            color: var( --main-color);
            font-weight: bold;
            font-size: 1.25rem;
        }

        .santhosh-table.santhosh-table--vertical tfoot tr th {
            font-size: 1.25rem;
        }

        table tr.total,
        table tr.total td {
            font-family: 'Josefin Sans', sans-serif;
            font-weight: bold;
        }

        .santhosh-dollar {
            position: relative;
        }

        .santhosh-dollar:before {
            content: '$';
            font-size: 14px;
            line-height: 1rem;
            display: inline-block;
            vertical-align: top;
        }

        /* Pricing tables */

        .santhosh-pricing-tables {
            display: flex;
            flex-wrap: wrap;
        }

        .santhosh-pricing-table {
            position: relative;
            font-size: 1.125rem;
            line-height: 2rem;
        }

        .santhosh-pt-img {
            border-radius: 1.7rem;
            overflow: hidden;
            position: relative;
        }

        .santhosh-pricing-tables:not(.type-2) .santhosh-pt-img:not(:last-child) {
            margin-bottom: 2rem;
        }

        .santhosh-pricing-tables .santhosh-pt-content {
            display: flex;
        }

        .santhosh-pricing-tables .santhosh-pt-content .santhosh-pt-price {
            position: relative;
            font-family: 'Josefin Sans', sans-serif;
            font-size: 1rem;
            line-height: 1rem;
            font-weight: 600;
            color: #232223;
            display: flex;
            flex-direction: column;
            padding-top: 2rem;
            min-width: 7.5rem;
            width: 7.5rem;
            height: 7.5rem;
            margin-left: -18px;
            text-align: center;
            padding-left: 0.875rem;
        }

        .santhosh-pricing-tables .santhosh-pt-content .santhosh-pt-price:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-mask: url(../yummi_svg_icons/blot.svg) no-repeat;
            mask: url(../yummi_svg_icons/blot.svg) no-repeat;
            background-color: #eee63a;
            background-size: cover;
            z-index: -1;
            transform: rotate(90deg);
        }

        .santhosh-pt-price-num {
            position: relative;
            font-size: 2.25rem;
            color: var( --main-color);
            line-height: 2rem;
            font-weight: bold;
            letter-spacing: -1px;
        }

        .santhosh-pt-price-num:before {
            content: "$";
            font-size: 1.25rem;
            line-height: 1rem;
            display: inline-block;
            vertical-align: top;
        }

        .santhosh-pricing-tables:not(.type-2):not(.type-3) .santhosh-pt-text {
            padding-left: 1.5rem;
        }
        
        .santhosh-pt-title:not(:last-child) {
            margin-bottom: 0.25rem;
        }

        .santhosh-pricing-tables.type-2 .santhosh-pricing-table,
        .santhosh-pricing-tables.type-3 .santhosh-pricing-table {
            padding: 1.875rem;
            border: 2px solid #523436;
            border-radius: 1.5rem;
            text-align: center;
            overflow: hidden;
        }

        .santhosh-pricing-tables.type-2 .santhosh-pricing-table .santhosh-pt-content,
        .santhosh-pricing-tables.type-3 .santhosh-pricing-table .santhosh-pt-content {
            flex-direction: column;
            align-items: center;
            margin-top: -3.5rem;
            z-index: 1;
            position: relative;
            padding: 0 2.5rem;
        }
        
        .santhosh-pricing-tables.type-2 .santhosh-pricing-table .santhosh-pt-content .santhosh-pt-price {
            margin-bottom: 0.875rem;
        }

        .santhosh-pricing-tables.type-2 .santhosh-pricing-table.santhosh-pt-selected {
            background: #523436;
        }

        .santhosh-pricing-tables.type-2 .santhosh-pricing-table.santhosh-pt-selected .santhosh-pt-price:after {
            background-color: #fff;
        }

        .santhosh-pricing-tables.type-2 .santhosh-pricing-table.santhosh-pt-selected .pt-label {
            background: #232223;
            color: #fff;
        }

        .santhosh-pricing-tables.type-3 .santhosh-pricing-table .santhosh-pt-content {
            margin-top: 0;
        }

        .santhosh-pricing-tables.type-3 .santhosh-pricing-table .santhosh-pt-icon {
            display: block;
        }

        .santhosh-pricing-tables.type-3 .santhosh-pricing-table .santhosh-pt-icon:not(:last-child) {
            margin-bottom: 1.125rem;
        }

        .santhosh-pricing-tables.type-3 .santhosh-pricing-table .santhosh-pt-icon .svg {
            height: 7.5rem;
        }

        .santhosh-pricing-tables.type-3 .santhosh-pricing-table .santhosh-pt-icon .svg .cls-1 {
            fill: #efe749;
        }

        .santhosh-pricing-tables.type-3 .santhosh-pricing-table .santhosh-pt-icon .svg .cls-2 {
            stroke: #232223;
        }

        .santhosh-pricing-tables.type-3 .santhosh-pricing-table .santhosh-pt-price {
            margin: 0 auto;
            background: none;
            width: auto;
            height: auto;
            -webkit-mask: none;
            mask: none;
            padding: 0;
            padding-top: 0.5rem;
        }

        .santhosh-pricing-tables.type-3 .santhosh-pricing-table .santhosh-pt-price:not(:last-child) {
            margin-bottom: 2rem;
        }

        .santhosh-pricing-tables.type-3 .santhosh-pricing-table.santhosh-pt-selected {
            background: #fbf9d1;
        }

        .santhosh-pricing-tables.type-3 .santhosh-pt-content .santhosh-pt-price:after {
            display: none;
        }

        .pt-label {
            position: absolute;
            top: 1.5rem;
            left: -3.5rem;
            padding: 0 4rem;
            letter-spacing: 0.3px;
            text-align: left;
            font-weight: bold;
            background: #523436;
            color: #232223;
            font-size: 1rem;
            line-height: 2rem;
            white-space: nowrap;
            z-index: 2;
            transform: rotate(-30deg);
        }

    /* ----------------------------------------
        Banners
    ---------------------------------------- */

        .santhosh-banners {
            overflow: hidden;
        }

    /* ----------------------------------------
        Icon boxes
    ---------------------------------------- */

        .santhosh-icon-boxes[class*="item-col-"]:not(.no-gutters) {
            margin: -3rem -2rem 0;
        }

        .santhosh-icon-boxes[class*="item-col-"]:not(.no-gutters) > * {
            padding: 3rem 2rem 0;
        }

        .santhosh-icon-boxes:not(.no-bottom-space):not(:last-child) {
            margin-bottom: 3rem;
        }

        .santhosh-icon-boxes {
            display: flex;
            flex-wrap: wrap;
        }

        .santhosh-icon-boxes .santhosh-icon-box {
            font-size: 1rem;
            line-height: 1.5rem;
            color: #575457;
        }

        .santhosh-icon-box .santhosh-icon-box-icon {
            font-size: 3.75rem;
            display: block;
        }

        .santhosh-icon-box .santhosh-icon-box-title {
            letter-spacing: -1px;
            text-align: center;
        }

        .santhosh-icon-box .santhosh-icon-box-title:not(:last-child) {
            margin-bottom: 0.75rem;
        } 

        .santhosh-icon-boxes:not(.hr-type) .santhosh-icon-box .santhosh-icon-box-icon:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        .santhosh-icon-box .santhosh-icon-box-icon .svg {
            height: 5rem;
            width: 5rem;
        
        }

        .santhosh-icon-box .santhosh-icon-box-icon .svg .cls-1 {
            fill: #ede42f;
            stroke: transparent;
        }

        .santhosh-icon-box .santhosh-icon-box-icon .svg .cls-2 {
            stroke: #232223;
            fill: transparent;
        }

        /* Style-2 */

        .santhosh-icon-boxes.style-2 .santhosh-icon-box {
            color: #b6b6b6;
        }

        .santhosh-icon-boxes.style-2 .santhosh-icon-box .santhosh-icon-box-icon .svg .cls-1 {
            fill: #ede42f;
        }

        .santhosh-icon-boxes.style-2 .santhosh-icon-box .santhosh-icon-box-icon .svg .cls-2 {
            stroke: #242324;
            fill: transparent;
        }

        .santhosh-icon-boxes.style-2 .santhosh-icon-box .santhosh-icon-box-title {
            color: #fff;
        }

        .santhosh-icon-boxes.style-2 .santhosh-icon-box {
            color: #b6b6b6;
        }

        /* Style-3 */

        .santhosh-icon-boxes.style-3 .santhosh-icon-box .santhosh-icon-box-icon .svg path {
            fill: var( --main-color);
        }

        .santhosh-icon-boxes.style-3 .santhosh-icon-box .santhosh-icon-box-icon .svg .cls-2 {
            stroke: #fff;
            fill: transparent;
        }

        /* Style-4 */

        .santhosh-icon-boxes.style-4 .santhosh-icon-box .santhosh-icon-box-icon .svg path {
            fill: #252425;
        }

        .santhosh-icon-boxes.style-4 .santhosh-icon-box .santhosh-icon-box-icon .svg .cls-2 {
            stroke: #523436;
            fill: transparent;
        }

        .santhosh-icon-boxes.style-4 .santhosh-icon-box .santhosh-icon-box-title {
            color: #fff;
        }

        .santhosh-icon-boxes.style-4 .santhosh-icon-box {
            color: #b6b6b6;
        }

        /* Horisontal type */

        .santhosh-icon-boxes.hr-type .santhosh-icon-box {
            /* display: flex; */
            display: grid;
        }

        .santhosh-icon-boxes.hr-type .santhosh-icon-box > .santhosh-icon-box-icon {
            min-width: 7.5rem;
            margin-top: -1rem;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .santhosh-icon-boxes.hr-type.small-size .santhosh-icon-box > .santhosh-icon-box-icon {
            min-width: 8.5rem;
        }

       
        .santhosh-icon-boxes.hr-type.with-backplate .santhosh-icon-box {
            padding: 2.5rem;
            /* background: #fbf9d1; */
            background: #7e7a321a;
            border-radius: 2rem;
            font-size: 1.125rem;
            line-height: 2rem;
            border: 2px solid #ffffff;
            /* border: 2px solid #523436; */
            position: relative;
            HEIGHT: 248PX;
        }
        
        .santhosh-icon-boxes.hr-type.with-backplate .santhosh-icon-box .santhosh-icon-box-title:not(:last-child) {
            margin-bottom: 0;
        }

        .santhosh-icon-boxes.hr-type.with-backplate > .santhosh-col:not(:last-child) .santhosh-icon-box:after {
            content: '';
            position: absolute;
            background: url(../images/box_arrow.png) no-repeat;
            position: absolute;
            left: 100%;
            top: 50%;
            margin-top: -1.875rem;
            width: 1.125rem;
            height: 3.75rem;
        }

        .santhosh-icon-boxes.hr-type.with-backplate[class*="item-col-"]:not(.no-gutters) {
            margin: -3rem -1.5rem 0;
        }

        .santhosh-icon-boxes.hr-type.with-backplate[class*="item-col-"]:not(.no-gutters) > * {
            padding: 3rem 1.5rem 0;
        }

        /* With Arrows */

        .santhosh-icon-boxes.with-arrows .santhosh-icon-box {
            position: relative;
            font-size: 1.125rem;
            line-height: 2rem;
        }

        .santhosh-icon-boxes.with-arrows .santhosh-col:not(:last-child) .santhosh-icon-box:after {
            content: "";
            position: absolute;
            left: 90%;
            top: 1.5rem;
            -webkit-mask: url(../yummi_svg_icons/next_step.svg) no-repeat;
            mask: url(../yummi_svg_icons/next_step.svg) no-repeat;
            background-color: #fff;
            width: 151px;
            height: 31px;
        }

        .santhosh-icon-boxes.with-arrows .santhosh-col:nth-child(2n) .santhosh-icon-box:after {
            -moz-transform: scaleY(-1);
            -o-transform: scaleY(-1);
            -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
            filter: FlipV;
            -ms-filter: "FlipV";
        }

        .santhosh-colorizer--scheme-color-5 .santhosh-icon-boxes.with-arrows .santhosh-col:not(:last-child) .santhosh-icon-box:after {
            -webkit-mask: url(../yummi_svg_icons/next_step.svg) no-repeat;
            mask: url(../yummi_svg_icons/next_step.svg) no-repeat;
            background-color: #e6e6e6;
        }

        .santhosh-icon-boxes.with-arrows .santhosh-icon-box .santhosh-icon-box-title:not(:last-child) {
            margin-bottom: 0;
        }

        .santhosh-menu-box {
            display: flex;
            flex-wrap: wrap;
            border-radius: 1.5rem;
            overflow: hidden;
        }

        .santhosh-menu-box:not(.santhosh-tabs-nav) {
            background: #f3f3f3;
        }

        .santhosh-menu-box.santhosh-tabs-nav {
            flex-wrap: nowrap;
        }

        .santhosh-menu-box .santhosh-col {
            width: 16.6666%;
        }

        .santhosh-menu-box .santhosh-menu-item {
            display: block;
            padding: 2rem 1rem 3rem;
            text-align: center;
            background: #f3f3f3;
        }

        .santhosh-menu-box:not(.santhosh-tabs-nav) .santhosh-menu-item:hover {
            background: #523436;
        }

        .santhosh-menu-icon .svg {
            height: 6rem;
        }

        .santhosh-menu-icon .svg [class*="cls-"] {
            transition: all .5s ease;
        }

        .santhosh-menu-icon .svg .cls-1 {
            fill: #e9e8e9;
            stroke: transparent;
        }

        .santhosh-menu-icon .svg .cls-2 {
            stroke: #eb1e27;
            fill: transparent!important;
        }

        .santhosh-menu-box:not(.santhosh-tabs-nav) .santhosh-menu-item:hover .santhosh-menu-icon .svg .cls-1 {
            fill: #eb1e27;
        }

        .santhosh-menu-box:not(.santhosh-tabs-nav) .santhosh-menu-item:hover .santhosh-menu-icon .svg .cls-2 {
            stroke: #fff;
            fill: transparent!important;
        }

    /* ----------------------------------------
        Info boxes
    ---------------------------------------- */



    /* ----------------------------------------
        Entities
    ---------------------------------------- */

        .santhosh-entities[class*="item-col-"]:not(.santhosh-grid--isotope):not(.no-gutters) {
            margin-top: -3rem;
        }

        .santhosh-entities[class*="item-col-"]:not(.santhosh-grid--isotope):not(.no-gutters) > * {
            padding-top: 3rem;
        }

        .santhosh-entities[class*="item-col-"]:not(.santhosh-grid--isotope) {
            display: flex;
            flex-wrap: wrap;
        }

        .santhosh-entities:not(.with-big-date) .santhosh-entity {
            height: 100%;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .santhosh-entities:not(.type-3) .santhosh-entity-media {
            border-radius: 2rem;
            overflow: hidden;
        }

        .santhosh-entities .santhosh-entity-media img {
            width: 100%;
        }

        .santhosh-entities:not(.santhosh-entity-hr) .santhosh-entity:not(:last-child),
        .santhosh-entities:not([class*="item-col-"]):not(.type-2):not(.santhosh-entity-hr) .santhosh-col:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .santhosh-entities.style-2:not(.type-2):not(.type-3):not(.style-3)[class*="item-col-"]:not(.santhosh-grid--isotope):not(.no-gutters) {
            margin-top: -4rem;
        }

        .santhosh-entities.style-2:not(.type-2):not(.type-3):not(.style-3)[class*="item-col-"]:not(.santhosh-grid--isotope):not(.no-gutters) > * {
            padding-top: 4rem;
        }

        .santhosh-entities:not(.type-2):not(.type-3):not(.style-3):not(.santhosh-entity-hr) .santhosh-entity .santhosh-entity-media:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        .santhosh-entities:not(.single-entity) .santhosh-entity p:not(:last-child) {
            margin-bottom: 1rem;
        }

        .santhosh-entity .santhosh-entity-title:not(:last-child) {
            margin-bottom: 0.75rem;
        }

        .santhosh-entities .santhosh-entity .santhosh-entity-title a.santhosh-link {
            color: #232223;
        }

        .santhosh-entities.size-2 .santhosh-entity,
        .santhosh-entities.type-2 .santhosh-entity {
            font-size: 1.125rem;
            line-height: 2rem;
        }

        .santhosh-entities.size-2 .santhosh-entity .santhosh-read-more {
            font-size: 1.125rem;
        }

        .santhosh-entities.type-2 .santhosh-entity {
            display: flex;
            align-items: center;
        }

        .santhosh-entities.type-2 .santhosh-entity > * {
            width: 100%;
        }

        .santhosh-entities.type-2 .santhosh-entity .santhosh-entity-media {
            width: 100%;
            min-width: 43rem;
            border-radius: 2.125rem;
        }

        .santhosh-entities.type-2 .santhosh-entity .santhosh-entity-content {
            padding: 4rem 4.5rem;
        }

        .santhosh-entities.type-2 .santhosh-entity .santhosh-entity-content p:not(:last-child) {
            margin-bottom: 3rem;
        }

        .santhosh-entities.type-2.with-bg .santhosh-entity {
            /* background: #523436; */
        
            border-radius: 2.125rem;
              
             
    
                   background-image: url(../images/disocunt_bg.jpg);
                    border-radius: 20px;
                      padding: 40px;
                       height: 100%;

            
        }

        .santhosh-entities.type-2 .santhosh-entity .santhosh-entity-title {
            letter-spacing: -2.5px;
        }

        .santhosh-entities.type-3:not(.with-big-date):not(.santhosh-entity-hr) .santhosh-entity {
            border-radius: 1.5rem;
            background: #fff;
            overflow: hidden;
            font-size: 1.125rem;
            line-height: 2rem;
        }

        .santhosh-entities.type-3 .santhosh-entity .santhosh-entity-media {
            border-radius: 0;
        }

        .santhosh-entities.type-3 .santhosh-entity .santhosh-entity-body {
            padding: 2rem;
        }

        .santhosh-entities.type-3 .santhosh-entity .santhosh-entity-tags:not(:last-child) {
            margin-bottom: 0.75rem;
        }

        .santhosh-entities.type-3 .santhosh-entity .santhosh-entity-tags {
            display: flex;
            flex-wrap: wrap;
            margin: -4px -0.125rem 0;
        }

        .santhosh-entities.type-3 .santhosh-entity .santhosh-entity-tags > * {
            color: #232223;
            font-style: italic;
            font-size: 0.9375rem;
            line-height: 2rem;
            white-space: nowrap;
            letter-spacing: 0.5px;
            padding: 0 0.625rem;
            background: #f1f1f1;
            border-radius: 0.5rem;
            margin: 0.25rem 0.125rem 0;
        }

        .santhosh-entities.type-3 .santhosh-entity .santhosh-entity-tags .santhosh-in {
            background: #523436;
        }

        .santhosh-entities.type-3 .santhosh-entity .santhosh-entity-tags > a {
            background: #fcd9df;
        }

        .santhosh-entities.type-3 .santhosh-entity .santhosh-entity-tags a:hover {
            background: var( --main-color);
            color: #fff;
        }

        .santhosh-entities.type-3.with-big-date .santhosh-entity .santhosh-entity-body {
            padding: 0;
            position: relative;
            padding-left: 7.5rem;
        }

        .santhosh-entities.type-3.with-big-date .santhosh-entity .santhosh-entity-date {
            position: absolute;
            margin-top: 0.25rem;
            top: 0;
            left: 0;
            width: 88px;
            height: 6rem;
            text-align: center;
            font-weight: 900;
            background: #f1f1f1;
            font-size: 3rem;
            font-family: 'Lato', sans-serif;
            font-style: italic;
            color: #232223;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            line-height: 2.5rem;
            border-radius: 0.5rem;
        }

        .santhosh-entities.type-3.with-big-date .santhosh-entity .santhosh-entity-date span {
            font-size: 1.125rem;
            line-height: 1.5rem;
            text-transform: uppercase;
        }

        .santhosh-entities.type-3.with-img:not(.santhosh-entity-hr):not(.single-entity):not(.no-border) .santhosh-entity {
            padding-bottom: 2.375rem;
            border-bottom: 2px solid #523436;
            border-radius: 0;
        }

        .santhosh-entities.type-3.with-img.no-border .santhosh-entity {
            overflow: visible;
        }

        .santhosh-entities.type-3.with-img .santhosh-entity .santhosh-entity-body {
            padding-bottom: 0;
        }

        .santhosh-entities.type-3.with-big-date.with-img .santhosh-entity .santhosh-entity-body {
            margin-top: 2rem;
            margin-left: 2rem;
        }

        .santhosh-entities-big.santhosh-entities.type-3.with-big-date.with-img .santhosh-entity .santhosh-entity-body {
            padding-right: 2rem;
        }

        .santhosh-entities.type-3.with-img .santhosh-entity .santhosh-entity-media {
            border-radius: 1.5rem;
            overflow: hidden;
        }

        .santhosh-entities.type-3.with-img.with-sidebar .santhosh-entity .santhosh-testimonials.type-2 .santhosh-testimonial {
            padding-left: 0;
        }

        .santhosh-entities.type-3.with-img.with-sidebar .santhosh-entity .santhosh-entity-link-element {
            padding-left: 4.5rem;
        }

        .santhosh-entity-footer {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            margin-top: -1rem;
        }

        .santhosh-entity-footer > * {
            margin-top: 1rem;
        }

        .santhosh-share-wrap {
            display: flex;
            align-items: center;
        }

        .santhosh-share-wrap > span {
            margin-right: 1.5rem;
            display: inline-block;
            vertical-align: top;
        }

        .santhosh-entities.single-entity .santhosh-entity {
            padding: 1.875rem;
            border: 2px solid #523436;
            overflow: hidden;
            border-radius: 1.5rem;
        }

        .santhosh-entities.type-3.with-big-date.with-img.single-entity .santhosh-entity .santhosh-entity-body {
            margin-left: 0;
            margin-right: 0;
        }

        .santhosh-entities.type-3.with-big-date.with-img.single-entity .santhosh-entity .santhosh-entity-body:not(:last-child) {
            margin-bottom: 1rem;
        }

        .santhosh-entities.single-entity .santhosh-entity .santhosh-testimonials {
            float: left;
            max-width: 55%;
            margin-right: 2rem;
        }

        .santhosh-entities.single-entity .santhosh-entity .santhosh-entity-footer,
        .santhosh-product-single .santhosh-shop-footer {
            margin: -1.875rem;
            padding: 18px 2rem;
            margin-top: 0;
            background: #fbf9d1;
            border-top: 2px solid #523436;
            border-bottom-left-radius: 1.4rem;
            border-bottom-right-radius: 1.4rem;
        }

        .santhosh-entities.single-entity .santhosh-entity .santhosh-entity-footer > *,
        .santhosh-product-single .santhosh-shop-footer > * {
            margin-top: 0;
        }

        .santhosh-entities:not(.santhosh-entity-small):not(.with-big-date):not(.type-2):not(.with-img) .santhosh-entity .santhosh-entity-content {
            padding-right: 2rem;
        }

        /* ----------------------------------------
            Style 2
        ---------------------------------------- */

        .santhosh-entities.style-2 .santhosh-entity {
            color: #b6b6b6;
        }

        .santhosh-entities.style-2 .santhosh-entity .santhosh-entity-title a,
        .santhosh-entities.style-2 .santhosh-entity .santhosh-entity-title {
            color: #fff;
        }

        /* Horysontal */

        .santhosh-entities.santhosh-entity-hr .santhosh-col:not(:last-child),
        .santhosh-entities.santhosh-entity-hr .santhosh-entity:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .santhosh-entities.santhosh-entity-hr .santhosh-entity {
            display: flex;
        }

        .santhosh-entities.santhosh-entity-hr .santhosh-entity .santhosh-entity-media {
            border-radius: 1rem;
            overflow: hidden;
            min-width: 5.5rem;
            margin-right: 1rem;
            margin-bottom: 0;
        }

        .santhosh-entities.santhosh-entity-hr .santhosh-entity .santhosh-entity-body {
            padding: 0;
        }

        .santhosh-entities.santhosh-entity-hr .santhosh-entity .santhosh-entity-title {
            font-size: 1.25rem;
            line-height: 1.5rem;
            font-weight: bold;
        }

        .santhosh-entities.santhosh-entity-hr .santhosh-entity .santhosh-entity-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .santhosh-entities.santhosh-entity-hr .santhosh-entity .santhosh-entity-tags > *,
        .santhosh-entities.santhosh-entity-small .santhosh-entity .santhosh-entity-tags > * {
            line-height: 1.5rem;
            font-size: 0.8125rem;
        }

        .santhosh-entities.santhosh-entity-hr .santhosh-entity .santhosh-entity-tags:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .santhosh-entity-link-element {
            font-family: 'Josefin Sans', sans-serif;
            position: relative;
            font-size: 1.5rem;
            line-height: 2.5rem;
            background: #523436;
            color: var( --main-color);
            padding: 4.5rem;
            font-weight: 600;
            border-radius: 1rem;
            padding-left: 14rem;
            font-style: italic;
            letter-spacing: -0.4px;
            display: block;
            z-index: 1;
        }

        .santhosh-entity-link-element > i {
            position: absolute;
            top: 50%;
            margin-top: -1.25rem;
            left: 4.5rem;
            color: #f1ea7b;
            font-size: 6rem;
            line-height: inherit;
            transform: rotate(180deg);
            z-index: -1;
        }

    /* ----------------------------------------
        Carousels
    ---------------------------------------- */

        .owl-carousel {
            position: relative;
        }

        .owl-carousel:not(.santhosh-simple-slideshow) .owl-stage {
            display: flex;
        }

        .owl-carousel:not(.santhosh-simple-slideshow) .owl-item {
            float: none;
        }

        .owl-carousel .owl-nav button.owl-prev,
        .owl-carousel .owl-nav button.owl-next {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -1.75rem;
            background: #e6e6e6;
            width: 3.5rem;
            height: 3.5rem;
            line-height: 3.5rem;
            font-size: 3rem;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .owl-carousel:not(.no-dots) .owl-nav button.owl-prev,
        .owl-carousel:not(.no-dots) .owl-nav button.owl-next {
            top: calc(50% - 2rem);
        }

        .owl-carousel .santhosh-grid-item {
            height: 100%;
        }

        .owl-carousel .owl-nav button.owl-next {
            right: 0;
            left: auto;
        }

        .owl-carousel .owl-nav button.owl-prev {
            right: auto;
            left: 0;
        }

        .owl-carousel .owl-nav button:hover {
            background: white;
        }

        .owl-carousel .owl-nav button span {
            line-height: inherit;
            font-size: inherit;
            transform: rotate(105deg);
        }

        .owl-carousel .owl-nav button svg {
            width: 22px;
            height: 19px;
        }

        .owl-carousel .owl-nav button svg path {
            fill: #012533;
            stroke: transparent;
        }

        .owl-carousel .owl-dots,
        .tp-bullets {
            width: auto!important;
            display: flex;
            justify-content: center;
            margin: 3rem -0.5rem 0;
        }

        .tp-bullets {
            margin-top: 0;
        }

        .owl-carousel .owl-dots > button.owl-dot {
            padding: 0 0.5rem!important;
        }

        .owl-carousel .owl-dots > button.owl-dot > span,
        .tp-bullet {
            display: block;
            width: 1rem!important;
            height: 1rem!important;
            background: transparent;
            border: 2px solid #dcdcdc;
            border-radius: 50%;
        }

        .owl-carousel .owl-dots > button.owl-dot.active > span {
            background: #dcdcdc;
        }

        .owl-carousel.dots-style-2 .owl-dots > button.owl-dot > span {
            border-color: #fff;
        }

        .owl-carousel.dots-style-2 .owl-dots > button.owl-dot.active > span {
            background: #fff;
        }

        .owl-carousel.no-nav {
            padding: 0!important;
        }

        .owl-carousel.no-nav .owl-nav,
        .owl-carousel.no-dots .owl-dots {
            display: none;
        }

        .owl-carousel.nav-hide .owl-nav {
            opacity: 0;
            visibility: hidden;

            transition: all .5s ease;
        }

        .owl-carousel.nav-hide:hover .owl-nav {
            opacity: 1;
            visibility: visible;
        }

        .owl-carousel.nav-style-2 .owl-nav button:hover {
            background: #232223;
        }

        .owl-carousel.nav-style-2 .owl-nav button:hover svg path {
            fill: #fff;
        }

        .owl-carousel.nav-size-2 .owl-nav button {
            width: 2.5rem;
            height: 2.5rem;
            line-height: 2.5rem;
            margin-top: -1.25rem;
        }

        .owl-carousel.nav-size-2 .owl-nav button .svg {
            width: 0.9375rem;
            height: 0.8125rem;
        }

    /* ----------------------------------------
        Call to Actions
    ---------------------------------------- */

        .santhosh-cta .row > *:last-child {
            text-align: right;
        }

        .santhosh-cta .santhosh-page-title:not(:last-child) {
            margin-bottom: 0;
        }

    /* ----------------------------------------
        Rating
    ---------------------------------------- */

        .santhosh-rating {
            font-size: 1.5rem;
            line-height: 1rem;
            white-space: nowrap;
        }

        .santhosh-rating-top-level > *, 
        .santhosh-rating-bottom-level > * {
            font-size: 1.5rem;
            line-height: 1;
            color: #523436;
        }

        .santhosh-rating-bottom-level > * {
            color: #ccd5d9;
        }

    /* ----------------------------------------
        Testimonials
    ---------------------------------------- */

        .santhosh-testimonials:not(.type-2) .santhosh-testimonial {
            text-align: center;
            padding-left: 3rem;
            padding-right: 3rem;
        }

        .santhosh-testimonial .santhosh-rating:not(:last-child) {
            margin-bottom: 2rem;
        }

        .santhosh-testimonial .santhosh-testimonial-info:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        .santhosh-testimonials.style-2 .santhosh-testimonial blockquote {
            color: #fff;
        }

        .santhosh-testimonials.style-3 .santhosh-testimonial .santhosh-rating-top-level > * {
            color: #fff;
        }

        .santhosh-testimonials.type-2 .owl-carousel {
            padding: 0 15rem;
        }

        .santhosh-testimonials.type-2 .owl-carousel .owl-dots {
            justify-content: flex-start;
            margin-left: 9rem;
        }

        .santhosh-testimonials.type-2 .santhosh-testimonial {
            position: relative;
            padding-left: 9.5rem;
        }

        .santhosh-testimonials.type-2 .santhosh-testimonial:before {
            content: '';
            -webkit-mask: url(../yummi_svg_icons/blockquote.svg) no-repeat;
            mask: url(../yummi_svg_icons/blockquote.svg) no-repeat;
            background-color: #f0f0f0;
            width: 104px;
            height: 97px;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
        }

        .santhosh-testimonials.type-2.style-2 .santhosh-testimonial:before {
            background-color: #3a393a;
        }

        .santhosh-testimonials.type-2.style-3 .santhosh-testimonial:before {
            background-color: #f1ea7b;
        }

        .santhosh-testimonials.type-2 .santhosh-testimonial .santhosh-author {
            display: flex;
            align-items: center;
        }

        .santhosh-testimonials.type-2 .santhosh-testimonial .santhosh-author-img:not(:last-child) {
            margin-bottom: 0;
            margin-right: 1.5rem;
        }

        .santhosh-testimonials.with-img {
            display: flex;
            align-items: center;
            margin: -4.5rem -2.25rem 0;
        }

        .santhosh-testimonials.with-img > .santhosh-col {
            width: 50%;
            padding: 4.5rem 2.25rem 0;;
        }

        .santhosh-testimonials.with-img .santhosh-testimonial-img {
            border-radius: 1.5rem;
            overflow: hidden;
            margin-right: -11.5rem;
        }

        .santhosh-testimonials.with-img .santhosh-col:first-child .santhosh-testimonial-img {
            margin: 0;
            margin-left: -11.5rem;
        }

        .santhosh-testimonials.single-item {
            display: flex;
            flex-wrap: wrap;
        }

        .santhosh-testimonials.single-item  {
            margin-top: -3.75rem;
        }
        
        .santhosh-testimonials.single-item > .santhosh-col {
            padding-top: 3.75rem;
        }

        .santhosh-entities[class*="item-col-"]:not(.no-gutters) {
            margin-top: -2.5rem;
        }

        .santhosh-entities[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 2.5rem;
        }

    /* ----------------------------------------
        Author
    ---------------------------------------- */

        .santhosh-author-img {
            display: inline-block;
            width: 6rem;
            border-radius: 50%;
            overflow: hidden;
        }

        .santhosh-author-img:not(:last-child) {
            margin-bottom: 1rem;
        }

    /* ----------------------------------------
        Instafeed
    ---------------------------------------- */

        .santhosh-instafeed .santhosh-grid:not(.santhosh-grid--no-gutters):not(.owl-carousel) {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
        }

        .santhosh-instafeed .santhosh-grid:not(.santhosh-grid--no-gutters):not(.owl-carousel) .santhosh-col.santhosh-col-full {
            flex: 1;
        }

        .santhosh-instafeed .santhosh-grid:not(.santhosh-grid--no-gutters):not(.owl-carousel) .santhosh-col:last-child .santhosh-offset-right {
            display: flex;
            justify-content: center;
        }

        .santhosh-instafeed .santhosh-grid:not(.santhosh-grid--no-gutters):not(.owl-carousel) .santhosh-col a img {
            width: 100%;
        }

        .santhosh-instafeed .santhosh-grid:not(.santhosh-grid--no-gutters):not(.owl-carousel) .santhosh-col a {
            display: block;
            position: relative;
        }

        .santhosh-instafeed .santhosh-grid:not(.santhosh-grid--no-gutters):not(.owl-carousel) .santhosh-col a:before {
            content: "\f16d";
            font-family: Font Awesome\ 5 Brands;
            font-size: 50px;
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(35,34,35,0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        } 
        
        .santhosh-instafeed .santhosh-grid:not(.santhosh-grid--no-gutters):not(.owl-carousel) .santhosh-col a:hover:before {
            opacity: 1;
            visibility: visible;
        }

        .santhosh-instafeed.style-2 .santhosh-grid {
            margin: -8px -4px 0;
        }

        .santhosh-instafeed.style-2 .santhosh-grid .santhosh-col {
            padding: 8px 4px 0;
        }

        .santhosh-instafeed.style-2 .santhosh-grid:not(.santhosh-grid--no-gutters):not(.owl-carousel) .santhosh-col a {
            border-radius: 1.5rem;
            overflow: hidden;
        }

        .santhosh-instafeed.style-2 .santhosh-grid .santhosh-col.col-x2 {
            width: 40%;
        }

        .santhosh-instafeed.style-2.size-2 .santhosh-grid {
            margin: -0.5rem -0.25rem 0;
        }

        .santhosh-instafeed.style-2.size-2 .santhosh-grid > * {
            padding: 0.5rem 0.25rem 0;
        }

        .santhosh-instafeed .santhosh-separator {
            z-index: 1;
        } 

        .santhosh-instafeed.size-2 .santhosh-grid:not(.santhosh-grid--no-gutters):not(.owl-carousel) .santhosh-col a:before {
            font-size: 2rem;
        }

        .santhosh-instafeed.style-2.size-2 .santhosh-grid:not(.santhosh-grid--no-gutters):not(.owl-carousel) .santhosh-col a {
            border-radius: 0.875rem;
        }

        .santhosh-instafeed.style-2.size-2:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .santhosh-box {
            background: #523436;
            padding: 2rem 4.5rem;
            display: flex;
            align-items: center;
            height: 100%;
            width: 100%;
            border-radius: 1.5rem;
        }

        .santhosh-box .santhosh-box-content {
            width: 100%;
        }

        .santhosh-banners .santhosh-instafeed.style-2 .santhosh-grid {
            margin: -2rem -1rem 0;
        }

        .santhosh-banners .santhosh-instafeed.style-2 .santhosh-grid .santhosh-col {
            padding: 2rem 1rem 0;
        }

    /* ----------------------------------------
        Sliders
    ---------------------------------------- */

        #rev_slider_1_1_wrapper.rev_slider_wrapper {
            background: var( --main-color);
        }

        .container.wide > #rev_slider_1_1_wrapper.rev_slider_wrapper {
            border-radius: 1.5rem;
            overflow: hidden!important;
            margin-bottom: 2rem;
        }

        .rev-slider-section .rev-slider,
        .rev-slider-section .rev_slider_wrapper {
            position: relative;
        }

        .rev-slider-section {
            padding: 5rem 0;
            padding-bottom: 2.5rem;
            position: relative;
        }

        .rev-slider-section:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #f2fcfe;
            z-index: -1;
        }

        .rev-slider[class*="with-overlay"] {
            z-index: 1;
            position: relative;
        }

        .rev-slider[class*="with-overlay"] .tp-bgimg:after {
            z-index: 22!important;
        }

        .rev-slider[class*="with-overlay"] .tp-bgimg:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(35,34,35,0.5);
        }

        .tp-layer-section-title {
            font-family: 'Josefin Sans', sans-serif;
            font-weight: bold!important;
            text-shadow: -3px 5px 0px rgba(17, 17, 17, 0.26);
        }

        .santhosh-menu-box-wrap {
            z-index: 2;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

        .santhosh-menu-box-wrap .santhosh-menu-box {
            border-radius: 0;
            background: transparent;
        }

        .santhosh-menu-box-wrap .santhosh-menu-box .santhosh-menu-item {
            border-top-left-radius: 1.5rem;
            border-top-right-radius: 1.5rem;
        }

        .santhosh-menu-box-wrap .santhosh-menu-box .santhosh-menu-item:not(:hover) {
            background: transparent;
        }

        .santhosh-menu-box-wrap .santhosh-menu-box .santhosh-menu-item:not(:hover) .santhosh-menu-title {
            color: #fff;
        }

    /* ----------------------------------------
        Google Map
    ---------------------------------------- */

        .santhosh-gmap {
            height: 49.5rem;
            border-radius: 1.5rem;
            overflow: hidden;
        }

        .santhosh-gmap:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .santhosh-gmap {
            height: 100%;
            min-height: 40rem;
        }

        .santhosh-section--stretched-content-no-px .santhosh-gmap {
            border-radius: 0;
        }

        .santhosh-gmap.size-2 {
            min-height: 35.5rem;
        }

    /* ----------------------------------------
        Forms
    ---------------------------------------- */

        input[type="text"], input[type="search"], input[type="date"], input[type="datetime-local"], input[type="email"], input[type="file"], input[type="month"], input[type="number"], input[type="password"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, .santhosh-custom-select .santhosh-selected-option, .select2-container--milenia .select2-selection {
            height: 4rem;
            width: 100%;
            padding: 2rem;
            font-size: 1.125rem;
            line-height: 1.5rem;
            color: #959595;
            background-color: #fff;
            border-radius: 2rem;

            -webkit-box-shadow: 2px 6px 0px 0px rgba(184, 0, 31, 0.16);
            -moz-box-shadow:    2px 6px 0px 0px rgba(184, 0, 31, 0.16);
            box-shadow:         2px 6px 0px 0px rgba(184, 0, 31, 0.16);
        }

        form.one-line {
            position: relative;
        }

        form.one-line .btn {
            position: absolute;
            top: 0.5rem;
            right: 0.5rem;
        }

        form.one-line.santhosh-newsletter-form input {
            padding-right: 6rem;
            text-overflow: ellipsis;
        }

        form.style-2 input {
            -webkit-box-shadow: 2px 6px 0px 0px rgba(17, 17, 17, 0.26);
            -moz-box-shadow: 2px 6px 0px 0px rgba(17, 17, 17, 0.26);
            box-shadow: 2px 6px 0px 0px rgba(17, 17, 17, 0.26);
        }

        form.type-2 input,
        form.type-2 textarea {
            border: 2px solid #e6e6e6;
            box-shadow: none;
        }

        form.type-2 input {
            padding-top: 1.875rem;
            padding-bottom: 1.875rem;
        }

        form.size-2 input {
            height: 3rem;
            font-size: 1rem;
            line-height: 3rem;
            padding-left: 1.5rem;
            padding-top: 0!important;
            padding-bottom: 0!important;
        }

        form.size-2:not(.one-line) input:not(:last-child) {
            margin-bottom: 1rem;
        }

        form.one-line.size-2 .btn {
            height: 2rem;
            width: 2rem;
            line-height: 2rem;
            padding: 0;
            text-align: center;
        }

        .santhosh-contact-form .santhosh-col:not(:last-child) {
            margin-bottom: 1rem;
        }

        .santhosh-form-footer {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: -1rem;
        }

        .santhosh-form-footer > * {
            margin-top: 1rem;
        }

        .santhosh-contact-form.var2 .santhosh-col:not(:last-child) {
            margin-bottom: 2rem;
        }

        /* ----------------------------------------
            Placeholder
        ---------------------------------------- */

            ::-webkit-input-placeholder {
                color: inherit;
                opacity: 1;
            }

            ::-webkit-textarea-placeholder {
                color: inherit;
                opacity: 1;
            }

            input::-moz-placeholder {
                color: inherit;
                opacity: 1;
            }

            textarea::-moz-placeholder {
                color: inherit;
                opacity: 1;
            }

            ::-ms-input-placeholder {
                color: inherit;
                opacity: 1;
            }

            ::-ms-textarea-placeholder {
                color: inherit;
                opacity: 1;
            }

        /* ----------------------------------------
            Range Slider
        ---------------------------------------- */

            .santhosh-range-slider-field {
                font-size: 1rem;
                line-height: 1.625rem;
                padding-top: 0.5rem;
            }

            .santhosh-range-slider-field input[type="text"], .santhosh-range-slider-field input[type="search"], .santhosh-range-slider-field input[type="date"], .santhosh-range-slider-field input[type="datetime-local"], .santhosh-range-slider-field input[type="email"], .santhosh-range-slider-field input[type="file"], .santhosh-range-slider-field input[type="month"], .santhosh-range-slider-field input[type="number"], .santhosh-range-slider-field input[type="password"], .santhosh-range-slider-field input[type="tel"], .santhosh-range-slider-field input[type="time"], .santhosh-range-slider-field input[type="url"], .santhosh-range-slider-field input[type="week"], .santhosh-range-slider-field textarea {
                height: auto !important;
                font-size: inherit;
                line-height: inherit !important;
                border-width: 0px;
                font-weight: inherit;
                width: 100%;
                padding: 0 !important;
                background-color: transparent;
                box-shadow: none;
                color: #575457;
            }

            .santhosh-range-slider:not(:last-child) {
                margin-bottom: 1rem;
            }

            .santhosh-range-slider-input:not(:last-child) {
                margin-bottom: 1rem;
            }

            .santhosh-range-slider {
                position: relative;
                height: 0.5rem;
                background-color: #523436;
                border-radius: 1rem;
            }

            .santhosh-range-slider .ui-slider-range {
                position: absolute;
                top: 0;
                bottom: 0;
                opacity: 1;
                cursor: pointer;
                background: var( --main-color);
            }

            .santhosh-range-slider .ui-slider-handle {
                display: block;
                position: absolute;
                top: 50%;
                margin-top: -0.75rem;
                width: 1.5rem;
                height: 1.5rem;
                cursor: pointer;
                border-radius: 50%;
                background-color: #b8001f;
                -webkit-box-shadow: 2px 3px 0px 0px rgba(184, 0, 31, 0.4);
                -moz-box-shadow: 2px 3px 0px 0px rgba(184, 0, 31, 0.4);
                box-shadow: 2px 3px 0px 0px rgba(184, 0, 31, 0.4);
            }

            .santhosh-range-slider .ui-slider-handle:before {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                width: 1rem;
                height: 1rem;
                margin-left: -8px;
                margin-top: -8px;
                border-radius: 50%;
                background: #fff;
                z-index: 1;
            }

            .santhosh-range-slider .ui-slider-handle:last-child {
                margin-left: -0.625rem;
            }

        /* ----------------------------------------
            Checkbox & Radio
        ---------------------------------------- */

            input[type="checkbox"],
            input[type="radio"] {
                display: none;
            }

            input[type="checkbox"] + label[for],
            input[type="radio"] + label[for] {
                display: block;
                position: relative;
                font-size: 1.125rem;
                line-height: 1.5rem;
                padding-left: 4.25rem;
                padding-top: 0.75rem;
                -webkit-user-select: none;
                -moz-user-select: none;
                -o-user-select: none;
                -ms-user-select: none;
                user-select: none;
                margin-bottom: 0;
                min-height: 3rem;
                color: #575457;
            }

            input[type="checkbox"] + label[for]::before,
            input[type="radio"] + label[for]::before {
                content: "";
                border: 2px solid #e6e6e6;
                width: 2.75rem;
                height: 2.75rem;
                position: absolute;
                border-radius: 1rem;
                left: 0;
                top: 0;
            }

            input[type="checkbox"] + label[for]::after,
            input[type="radio"] + label[for]::after {
                font-family: 'Linearicons';
                content: "\e934";
                color: #313131;
                font-size: 1.5rem;
                line-height: 3rem;
                position: absolute;
                left: 0;
                width: 3rem;
                text-align: center;
                top: 0;
                display: none;
            }

            input[type="checkbox"] + label[for]:not(:last-child),
            input[type="radio"] + label[for]:not(:last-child) {
                margin-bottom: 0.5rem;
            }

            input[type="checkbox"]:checked + label[for]::after,
            input[type="radio"]:checked + label[for]::after {
                display: block;
            }

            input[type="radio"] + label[for]::after {
                content: "";
                width: 1rem;
                height: 1rem;
                border-radius: 50%;
                background-color: #232223;
                left: 1rem;
                top: 1rem;
            }

            input[type="radio"] + label[for]::before {
                border-radius: 50%;
            }

            .santhosh-toggled-fields.hr-type {
                display: flex;
            }

            .santhosh-toggled-fields.hr-type > *:not(:last-child) {
                margin-right: 2rem;
            }

        /* ----------------------------------------
            Select
        ---------------------------------------- */

            .santhosh-custom-select {
                position: relative;
            }

            .santhosh-custom-select.santhosh-over {
                z-index: 3;
            }

            .santhosh-custom-select .santhosh-selected-option {
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -o-user-select: none;
                -ms-user-select: none;
                user-select: none;
                position: relative;
                display: block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                padding-right: 4rem;
                border: 2px solid #e6e6e6;
                box-shadow: none;
                padding-top: 1rem;
                padding-bottom: 1rem;
            }

            .santhosh-custom-select.size-2 .santhosh-selected-option {
                font-size: 1rem;
                height: 3rem;
                line-height: 2.75rem;
                padding-left: 1.5rem;
                padding-right: 3rem;
                padding-top: 0rem;
                padding-bottom: 0rem;
            }

            .santhosh-custom-select.santhosh-opened .santhosh-selected-option {
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
                border-bottom: none;
            }

            .santhosh-custom-select .santhosh-selected-option::after, .santhosh-custom-select .santhosh-selected-option::before {
                content: "keyboard_arrow_down";
                font-family: 'Material Icons';
                font-size: 2rem;
                color: #959595;
                line-height: inherit;
                position: absolute;
                top: 0;
                right: 1.5rem;
                line-height: 3.75rem;

                -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .santhosh-custom-select.size-2 .santhosh-selected-option::after, .santhosh-custom-select.size-2 .santhosh-selected-option::before {
                font-size: 1.5rem;
                line-height: 2.75rem;
                right: 1rem;
            }

            .santhosh-custom-select .santhosh-selected-option::before {
                content: "keyboard_arrow_up";
                opacity: 0;
                visibility: hidden;
            }

            .santhosh-custom-select .santhosh-options-list {
                font-size: 1rem;
                line-height: 1.5rem;
                text-align: initial;
                background-color: #fff;
                color: #959595;
                padding-bottom: 1rem;
                border: 2px solid #e6e6e6;
                border-top: none;
                position: absolute;
                border-radius: 0 0 1.5rem 1.5rem;
                top: 100%;
                left: 0;
                width: 100%;
                margin-top: -1px;
                opacity: 0;
                visibility: hidden;

                -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .santhosh-custom-select .santhosh-options-list > li {
                cursor: pointer;
                padding-top: 1rem;
                padding-right: 1.5rem;
                padding-left: 1.5rem;

                -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .santhosh-custom-select .santhosh-options-list > li:hover, .santhosh-custom-select .santhosh-options-list > li.santhosh-active {
                color: var( --main-color);
            }

            .santhosh-custom-select.santhosh-opened .santhosh-options-list,
            .santhosh-custom-select.santhosh-opened .santhosh-selected-option::before {
                opacity: 1;
                visibility: visible;
            }

            .santhosh-custom-select.santhosh-opened .santhosh-selected-option::after {
                opacity: 0;
                visibility: hidden;
            }

            .santhosh-csstransforms3d .santhosh-custom-select .santhosh-options-list,
            .santhosh-csstransforms3d .santhosh-custom-select .santhosh-selected-option::after,
            .santhosh-csstransforms3d .santhosh-custom-select .santhosh-selected-option::before {
                -webkit-transition-property: -webkit-transform, opacity, visibility;
                        transition-property:         transform, opacity, visibility;
            }

            .santhosh-csstransforms3d .santhosh-custom-select .santhosh-options-list {
                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                        transform: scale3d(0.9, 0.9, 0.9);
            }

            .santhosh-csstransforms3d .santhosh-custom-select .santhosh-selected-option::before,
            .santhosh-csstransforms3d .santhosh-custom-select.santhosh-opened .santhosh-selected-option::after {
                -webkit-transform: scale3d(0, 0, 0);
                        transform: scale3d(0, 0, 0);
            }

            .santhosh-csstransforms3d .santhosh-custom-select.santhosh-opened .santhosh-options-list,
            .santhosh-csstransforms3d .santhosh-custom-select.santhosh-opened .santhosh-selected-option::before {
                -webkit-transform: scale3d(1, 1, 1);
                        transform: scale3d(1, 1, 1);
            }

        /* ----------------------------------------
            Counter
        ---------------------------------------- */

            .santhosh-field-counter {
                position: relative;
                padding-right: 3rem;
            }

            .santhosh-field-counter-value {
                font-family: "Old Standard TT", serif;
                color: #313131;
                font-size: 3.7rem;
                line-height: 0.82;
                position: relative;
                top: 5px;
            }

            .santhosh-field-counter-control {
                font-size: 1.25rem;
                line-height: 1;
                position: absolute;
                right: 0;

                -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .santhosh-field-counter-control::after {
                font-family: 'Linearicons';
            }

            .santhosh-field-counter-control:hover {
                color: #313131;
            }

            .santhosh-field-counter-control--increase {
                top: 0;
            }

            .santhosh-field-counter-control--increase::after {
                content: "\e939";
            }

            .santhosh-field-counter-control--decrease {
                bottom: 0;
            }

            .santhosh-field-counter-control--decrease::after {
                content: "\e93a";
            }

        /* ----------------------------------------
            Label
        ---------------------------------------- */

            label {
                font-size: 1.125rem;
                line-height: 1;
                margin-bottom: 1rem;
                display: block;
            }

            label[for] {
                cursor: pointer;
            }

            p .req,
            label span {
                color: var( --main-color);
            }

        /* ----------------------------------------
            Textarea
        ---------------------------------------- */

            textarea {
                height: auto;
                resize: none;
                padding-top: 1rem;
                padding-bottom: 1rem;
                display: block;
            }

        /* ----------------------------------------
            Form groups
        ---------------------------------------- */

            .form-group {
                display: flex;
                margin-top: -1rem;
                margin-left: -0.5rem;
                margin-right: -0.5rem;
            }

            .form-group:last-child > [class*="form-col"]:only-child > .btn:only-child {
                margin-top: 1rem;
            }

            .form-group:first-child {
                margin-top: -1rem;
            }

            [class*="form-col"] {
                flex: auto;
                width: 100%;
                position: relative;
                margin-top: 1rem;
                padding-left: 0.5rem;
                padding-right: 0.5rem;
            }

            [class*="form-col"].with-icon i {
                position: absolute;
                left: 2.5rem;
                font-size: 1.5rem;
                line-height: 4rem;
                color: #232223;
            }

            [class*="form-col"].with-icon input {
                padding-left: 4.375rem;
            }

            .form-group [class*="form-col"].no-fw {
                max-width: max-content;
                width: auto;
            }

            .form-group.type-2 {
                flex-wrap: wrap;
            }

            .form-group.type-2 [class*="form-col"] {
                max-width: 50%;
                width: 48%;
            }

            .form-group.type-2 [class*="form-col"] .btn {
                width: 100%;
            }

            .form-group.type-3 .form-col .btn {
                margin-top: 2.125rem;
                width: 100%;
            }

            .form-group.type-3 [class*="form-col"] {
                width: 38%;
            }

            .form-group.type-3 [class*="form-col"]:last-child {
                width: 24%;
            }

            .santhosh-form-tag {
                display: block;
                font-size: 0.875rem;
                color: #959595;
                line-height: 1rem;
                white-space: nowrap;
                margin-top: 0.5rem;
            }

        /* ----------------------------------------
            Single Field Form
        ---------------------------------------- */

            .santhosh-singlefield-form {
                display: flex;
                margin: -1rem -1rem 0;
            }

            .santhosh-singlefield-form input {
                width: 100%;
                margin-right: 1rem;
            }

            .santhosh-singlefield-form > * {
                margin: 1rem 1rem 0;
            }

    /* ----------------------------------------
        Figure
    ---------------------------------------- */

        .santhosh-figure-linked {
            text-align: center;
        }

        .santhosh-figure-linked figcaption:last-child:not(:only-child) {
            margin-top: 1.2rem;
        }

        .santhosh-figure-linked figcaption:first-child:not(:only-child) {
            margin-bottom: 1.2rem;
        }

    /* ----------------------------------------
        Colorizer
    ---------------------------------------- */

        [class*="santhosh-colorizer--scheme-"] {
            position: relative;
        }

        .container .santhosh-section[class*="santhosh-colorizer--scheme-"]:not([class*="santhosh-section--stretched"]):not(.santhosh-section--no-adaptive) {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .santhosh-colorizer-bg-color, .santhosh-colorizer-bg-image {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            z-index: -1;
        }

        .santhosh-colorizer-bg-image {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

        .santhosh-colorizer--parallax .santhosh-colorizer-bg-image {
            background-size: auto;
            background-attachment: fixed;
            background-size: cover;
        }

        .santhosh-touchevents .santhosh-colorizer--parallax .santhosh-colorizer-bg-image {
            background-size: cover !important;
            background-position: center !important;
            background-attachment: scroll !important;
        }

        [class*="with-overlay"] {
            z-index: 1;
            position: relative;
        }

        [class*="with-overlay"]:not(.santhosh-section):after,
        .santhosh-section[class*="with-overlay"] > [class*="santhosh-colorizer-"]:after {
            content: '';
            background: rgba(35,34,35,0.5);
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: -1;
        }

        .santhosh-bg-section {
            min-height: 442px;
        }

        .santhosh-colorizer--scheme-color-2 > .santhosh-colorizer-bg-color {
            background: #523436;
        }

        .santhosh-colorizer--scheme-color-3 > .santhosh-colorizer-bg-color {
            background: var( --main-color);
        }

        /* .santhosh-colorizer--scheme-color-4 > .santhosh-colorizer-bg-color {
            background: #fef2f4;
        } */

        .santhosh-colorizer--scheme-color-5 > .santhosh-colorizer-bg-color {
            background: #f8f8f8;
        }

        .santhosh-colorizer--scheme-color-6 > .santhosh-colorizer-bg-color {
            background: #523436;
        }

        .santhosh-colorizer--scheme-light .santhosh-cta-title,
        .santhosh-colorizer--scheme-light .santhosh-title,
        .santhosh-colorizer--scheme-light .santhosh-section-title,
        .santhosh-colorizer--scheme-light .santhosh-page-title {
            color: #fff;
        }

        .santhosh-colorizer--scheme-color-2 {
            
        }
        
        .santhosh-colorizer--scheme-color-3 {
            
        }

        .santhosh-colorizer--scheme-color-4 {
            
        }

    /* Video wrapper */
    
    .video_wrapper {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .video_wrapper > iframe {
        z-index: 2;
    }

    .video_wrapper_full {
        padding-top: 36rem;
    }

    .video_wrapper_full.with-half-bg:after {
        content: '';
        position: absolute;
        top: 50%;
        background: #523436;
        left: -2000px;
        right: -2000px;
        height: 50%;
    }

    .videoIframe {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

    .videoPoster {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-image:url(../images/928x560_img1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border: none;
        text-indent: -999em;
        opacity: 1;
        z-index: 3;
        overflow: hidden;
        border-radius: 1.5rem;
        -webkit-transition: opacity 800ms, height 0s;
        -moz-transition: opacity 800ms, height 0s;
        transition: opacity 800ms, height 0s;
        -webkit-transition-delay: 0s, 0s;
        -moz-transition-delay: 0s, 0s;
        transition-delay: 0s, 0s;
    }

    .videoPoster[class*="with-overlay"]:not(.santhosh-section):after {
        border-radius: 1rem;
        overflow: hidden;
    }

    .video_wrapper_full.image-2 {
        padding-top: 37.5rem;
    }

    .video_wrapper_full.image-2.size-2 {
        padding-top: 18rem;
    }

    .video_wrapper_full.image-2.size-3 {
        padding-top: 28rem;
    }

    .video_wrapper_full.image-2.size-2 .videoPoster {
        background-image: url(../images/493x320_img1.jpg);
    }

    .video_wrapper_full.image-2.size-3 .videoPoster {
        background-image: url(../images/688x448_img1.jpg);
    }

    .video_wrapper_full.image-2 .videoPoster {
        background-image:url(../images/1018x656_img5.jpg);
        border-radius: 1rem;
    }

    .videoPoster:hover {
        cursor: pointer;
    }

    .videoPoster:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 88px;
        height: 88px;
        margin: -44px 0 0 -44px;
        background: url(../images/play-btn.png) no-repeat;
    }

    .videoPoster.no-btn {
        cursor: auto;
    }

    .videoPoster.no-btn:before {
        display: none;
    }

    .videoWrapperActive .videoPoster {
        opacity: 0;
        height: 0;
        -webkit-transition-delay: 0s, 800ms;
        -moz-transition-delay: 0s, 800ms;
        transition-delay: 0s, 800ms;
    }

    /* ----------------------------------------
        Gallery
    ---------------------------------------- */
        
        .santhosh-gallery:not(.santhosh-grid--isotope) {
            display: flex;
            flex-wrap: wrap;
        }

        .santhosh-gallery:not(.santhosh-grid--isotope) .santhosh-gallery-item {
            display: block;
            position: relative;
            border-radius: 0.5rem;
            overflow: hidden;
            height: 100%;
            transition: all .5s ease;
        }

        .santhosh-grid-item.col-x2 {
            width: 50%;
        }

        .santhosh-gallery .santhosh-gallery-item a {
            display: block;
            overflow: hidden;
            position: relative;
            cursor: url(../images/crosshair.png), crosshair;
            overflow: hidden;
            border-radius: 1.5rem;
            z-index: 1;
        }

        .fancybox-content img {
            overflow: hidden;
            border-radius: 1.7rem;
        }

        .santhosh-gallery .santhosh-gallery-item a img {
            width: 100%;
            transition: all .5s ease;
        }

        .santhosh-gallery .santhosh-gallery-item a:hover img {
            transform: scale(1.1);
        }

        .santhosh-gallery .santhosh-gallery-item a:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(35,34,35,0.5);
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        }

        .santhosh-grid--isotope:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .santhosh-gallery .santhosh-gallery-item a:hover:after {
            opacity: 1;
            visibility: visible;
        }

        .santhosh-filter {
            position: relative;
            z-index: 2;
            display: flex;
            margin-bottom: 2rem;
        }

        .santhosh-filter > li > a {
            display: block;
            font-family: 'Josefin Sans', sans-serif;
            font-weight: bold;
            font-size: 24px;
            line-height: 2rem;
            color: var( --main-color);
            letter-spacing: -0.3px;
        }

        .santhosh-filter > li > a.santhosh-active {
            color: #232223;
        }

        .santhosh-filter > *:not(:last-child) {
            margin-right: 2.5rem;
        }

        .santhosh-gallery:not([class*="item-col-"]).col-size-3 .santhosh-gallery-item {
            width: 33.3333%;
        }

        .santhosh-gallery.col-size-3:not([class*="item-col-"]) {
            margin: -0.5rem -0.25rem 0;
        }

        .santhosh-gallery.col-size-3:not([class*="item-col-"]) > * {
            padding: 0.5rem 0.25rem 0;
        }

        .santhosh-gallery.col-size-3 .santhosh-gallery-item a {
            border-radius: 0.875rem;
        }

    /* ----------------------------------------
        Countdown
    ---------------------------------------- */

        .santhosh-countdown {
            margin-top: -2rem;
        }

        .santhosh-countdown .countdown-row {
            font-size: 0;
            line-height: 0;
            display: flex;
            flex-wrap: wrap;
        }

        .santhosh-countdown .countdown-section {
            vertical-align: top;
            padding-top: 2rem;
            width: 25%;
            color: #575457;
            font-weight: bold;
        }

        .santhosh-countdown .countdown-amount {
            font-family: 'Josefin Sans', sans-serif;
            font-size: 4.5rem;
            color: var( --main-color);
            font-weight: bold;
            line-height: 4rem;
            letter-spacing: -0.3px;
            display: block;
        }

        .santhosh-countdown .countdown-period {
            font-size: 1.125rem;
            line-height: 2rem;
            display: block;
        }
        
        .santhosh-countdown.style-2 .countdown-amount {
            color: #523436;
        }

        .santhosh-countdown.style-2 .countdown-section {
            color: #e6e6e6;
        }

        .santhosh-countdown.style-3 .countdown-amount {
            color: #232223;
        }

    /* ----------------------------------------
        Dropdown
    ---------------------------------------- */

        .santhosh-dropdown {
            position: relative;
            z-index: 1;
        }

        .santhosh-dropdown-title {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -o-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .santhosh-dropdown-element {
            font-size: 0.875rem;
            line-height: 1.5rem;
            text-align: initial;
            padding: 2rem;
            background-color: #523436;
            color: #575457;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .santhosh-dropdown-element > li {
            padding-top: 1rem;
            padding-right: 1.5625rem;
            padding-left: 1.5625rem;
        }

        .santhosh-dropdown-element > li > a {
            color: #313131;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #313131), to(#313131));
            background-image: linear-gradient(to bottom, #313131 100%, #313131 100%);
        }

        .santhosh-dropdown-element--icons > li {
            position: relative;
            padding-left: 3.1rem;
        }

        .santhosh-dropdown-element--x-right {
            left: auto;
            right: 0;
        }

        .santhosh-dropdown--opened {
            z-index: 6;
        }

        .santhosh-dropdown--opened .santhosh-dropdown-element {
            opacity: 1;
            visibility: visible;
        }

        .santhosh-dropdown--title-icon .santhosh-dropdown-title {
            position: relative;
            padding-right: 0.875rem;
        }

        .santhosh-csstransforms3d .santhosh-dropdown-element {
            -webkit-transition-property: -webkit-transform, opacity, visibility;
                    transition-property:         transform, opacity, visibility;
            -webkit-transform: scale3d(0.9, 0.9, 0.9);
                    transform: scale3d(0.9, 0.9, 0.9);
        }

        .santhosh-csstransforms3d .santhosh-dropdown--title-icon .santhosh-dropdown-icon--state-opened, .santhosh-csstransforms3d .santhosh-dropdown--title-icon .santhosh-dropdown-icon--state-default {
            -webkit-transition-property: -webkit-transform, opacity, visibility;
                    transition-property:         transform, opacity, visibility;
        }

        .santhosh-csstransforms3d .santhosh-dropdown--title-icon .santhosh-dropdown-icon--state-opened,
        .santhosh-csstransforms3d .santhosh-dropdown--title-icon.santhosh-dropdown--opened .santhosh-dropdown-icon--state-default {
            -webkit-transform: scale3d(0, 0, 0);
                    transform: scale3d(0, 0, 0);
        }

        .santhosh-csstransforms3d .santhosh-dropdown--opened .santhosh-dropdown-element,
        .santhosh-csstransforms3d .santhosh-dropdown--title-icon.santhosh-dropdown--opened .santhosh-dropdown-icon--state-opened {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
        }

    /* ----------------------------------------
        Twitter Feed
    ---------------------------------------- */

        .santhosh-twitter-feed:not(:last-child) {
            margin-bottom: 1rem;
        }

        .santhosh-twitter-feed > li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .santhosh-twitter-feed > li {
            padding-left: 2rem;
        }

        .santhosh-twitter-feed > li {
            position: relative;
            font-size: 1.125rem;
            line-height: 2rem;
        }

        .santhosh-twitter-feed > li::before {
            content: "\f099";
            font-family: Font Awesome\ 5 Brands;
            font-size: 1.125rem;
            line-height: 2rem;
            position: absolute;
            left: 0;
            top: 0;
            color: #232223;
        }

        .santhosh-twitter-feed > li a {
            color: var( --main-color);
        }

        .santhosh-twitter-feed > li a:hover {
            text-decoration: underline;
        }

/* ----------------------------------------
    4. Pages
---------------------------------------- */

    .fb_iframe_widget,
    .fb_iframe_widget span {
        border-radius: 1rem;
        overflow: hidden;
    }

    .santhosh-page-popup {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(8,8,8,0.7);
        z-index: 30;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem;
    }

    .santhosh-page-popup .santhosh-popup-inner {
        position: relative;
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 5rem 0;
        width: 100%;
        max-width: 800px;
        border-radius:  1.5rem;
        background: url(../images/800x440_bg1.jpg) no-repeat #fff;
        background-size: cover;
        z-index: 1;
        overflow: hidden;
        -webkit-box-shadow: -3px 5px 0px 0px rgba(12, 11, 11, 0.18);
        -moz-box-shadow:    -3px 5px 0px 0px rgba(12, 11, 11, 0.18);
        box-shadow:         -3px 5px 0px 0px rgba(12, 11, 11, 0.18);
    }

    .santhosh-popup-inner .santhosh-page-title:not(:last-child) {
        margin-bottom: 1rem;
    }

    .santhosh-popup-inner .arcticmodal-close {
        right: 1.75rem;
        top: 1.75rem;
    }

    .santhosh-popup-inner .arcticmodal-close i {
        font-size: 2rem;
    }

    .santhosh-page-popup.share-popup .santhosh-popup-inner {
        background: #fff;
        padding: 2rem;
        max-width: 28rem;
    }

    .santhosh-total-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .santhosh-total-section .santhosh-total-item {
        font-size: 1.5rem;
        font-weight: bold;
        color: var( --main-color);
    }

    .santhosh-total-section .santhosh-total-item span {
        font-family: 'Josefin Sans', sans-serif;
        display: inline-block;
        margin-right: 1rem;
    }

    .santhosh-service-hours ul li span {
        min-width: 7.5rem;
        display: inline-block;
        font-weight: bold;
        color: #232223;
    }

    .santhosh-half-section {
        display: flex;
        flex-wrap: wrap;
        margin: -2rem -1rem 0;
    }

    .santhosh-half-section .santhosh-col {
        width: 50%;
        padding: 2rem 1rem 0;
    }

    .santhosh-half-section .santhosh-col:first-child .santhosh-half-section-item {
        justify-content: flex-end;
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }

    .santhosh-half-section .santhosh-col:last-child .santhosh-half-section-item {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .santhosh-half-section-item {
        text-align: center;
        display: flex;
        background-size: cover;
        padding: 10rem 3.875rem;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .santhosh-half-section-item .santhosh-half-content {
        color: #e6e6e6;
        max-width: 20.625rem;
    }

    .santhosh-half-content .santhosh-page-title {
        color: #fff;
    }

    .santhosh-half-content .santhosh-page-title:not(:last-child) {
        margin-bottom: 0;
    }

    .santhosh-our-info {
        display: flex;
        flex-wrap: wrap;
        margin: -0.75rem -0.75rem 0;
    }

    .santhosh-our-info .santhosh-info {
        display: flex;
        padding: 0.75rem 0.75rem 0;
    }

    .santhosh-our-info .santhosh-info > i {
        min-width: 1.5rem;
        font-size: 1.125rem;
        line-height: inherit;
    }

    .santhosh-our-info.type-2 .santhosh-info {
        display: flex;
        align-items: center;
        font-family: 'Josefin Sans', sans-serif;
    }

    .santhosh-our-info.type-2 .santhosh-info span {
        display: block;
        font-size: 0.9375rem;
        line-height: 1.5rem;
    }

    .santhosh-our-info.type-2 .santhosh-info i {
        font-size: 2.5rem;
        color: #fff;
        min-width: 3rem;
    }

    .santhosh-our-info.type-2 .santhosh-info-title {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.5rem;
        letter-spacing: 0.1px;
        color: #523436;
    }

    .santhosh-our-info.vr-type .santhosh-info {
        width: 100%;
        line-height: 2rem;
    }

    .santhosh-our-info.vr-type .santhosh-info:not(:last-child) {
        margin-bottom: 0;
    }

    .santhosh-our-info.vr-type .santhosh-info > i {
        min-width: 2rem;
        font-size: 1.25rem;
        color: #232223;
    }

    .santhosh-our-info .santhosh-info .santhosh-dir {
        margin-top: -4px;
        line-height: 1.25rem;
        display: table;
    }

    .santhosh-info .santhosh-selected {
        color: #523436;
        font-size: 1.25rem;
        font-weight: bold;
    }

    .santhosh-our-info-map .santhosh-our-info {
        padding: 1.875rem;
        border: 2px solid #523436;
        border-radius: 1.5rem;
        transition: all .5s ease;
        color: #575457;
        margin: 0;
        height: 100%;
        display: block;
    }

    .santhosh-our-info-map .santhosh-our-info .santhosh-info {
        padding: 0;
    }

    .santhosh-our-info-map .santhosh-our-info .santhosh-info:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .santhosh-our-info-map .santhosh-our-info:hover {
        background: #523436;
    }

    .santhosh-our-info-map .santhosh-our-info .santhosh-page-title:not(:last-child) {
        margin-bottom: 0.25rem;
    }

    .santhosh-our-info.size-2 {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: bold;
    }

    .santhosh-our-info.size-2 .santhosh-info .santhosh-dir {
        line-height: 2rem;
        font-size: 1.125rem;
        margin-top: 0;
    }

    .santhosh-our-info.vr-type.size-2 .santhosh-info > i {
        min-width: 4rem;
        font-size: 2.5rem;
    }

    .santhosh-our-info.vr-type.size-2 {
        margin-top: -1.5rem;
    }

    .santhosh-our-info.vr-type.size-2 .santhosh-info {
        padding-top: 1.5rem;
    }

    /* Specifications  */

    .santhosh-specs[class*="item-col-"] {
        display: flex;
        flex-wrap: wrap;
    }

    .santhosh-specs:not([class*="item-col-"]) .santhosh-col:not(:last-child) {
        margin-bottom: 2rem;
    }

    .santhosh-specs[class*="item-col-"] {
        margin-top: -3rem;
    }

    .santhosh-specs[class*="item-col-"] .santhosh-col {
        padding-top: 3rem;
    }

    .santhosh-specs:not(:last-child) {
        margin-bottom: 3.5rem;
    }

    .santhosh-spec-item {
        display: flex;
        color: #7a7879;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .santhosh-spec-item figure {
        max-width: 88px;
        width: 100%;
        min-width: 88px;
        margin-right: 1.5rem;
        border-radius: 50%;
        overflow: hidden;
    }

    .santhosh-spec-item figure img {
        width: 100%;
    }

    .santhosh-spec-item > * {
        width: 100%;
    }

    .santhosh-spec-header {
        font-family: 'Josefin Sans', sans-serif;
        position: relative;
        display: flex;
        color: var( --main-color);
        line-height: 2rem;
        font-weight: bold;
        font-size: 1.5rem;
        justify-content: space-between;
        margin: 0 -1.5rem;
    }

    .santhosh-spec-header > * {
        padding: 0 1.5rem;
    }

    .santhosh-spec-header > *:last-child {
        text-align: right;
    }

    .santhosh-spec-header .santhosh-line {
        height: 1.4rem;
        flex: 1;
        border-bottom: 2px dotted #7a7879;
    }

    .santhosh-spec-header:not(:last-child) {
        margin-bottom: 0.25rem;
    }

    .santhosh-spec-header .santhosh-spec-title {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 1.5rem;
        line-height: 2rem;
        color: #232223;
        letter-spacing: -0.3px;
        white-space: nowrap;
    }

    .santhosh-spec-header .santhosh-spec-title .santhosh-label {
        position: initial;
        display: inline-block;
        margin-left: 0.75rem;
        margin-right: -0.25rem;
    }

    .santhosh-spec-price {
        white-space: nowrap;
    }

    .santhosh-spec-price::before {
        content: '$';
        display: inline-block;
        vertical-align: top;
        line-height: 1.5rem;
        font-size: 1rem;
    }

    .santhosh-specs-section .row {
        align-items: center;
    }

    .santhosh-specs-section > .row:not(:first-child) {
        margin-top: 2rem;
    }

    .santhosh-specs-section img {
        width: 100%;
    }

    .santhosh-specs-section > .row > * .santhosh-specs {
        padding-right: 2.5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;   
    }

    .santhosh-specs-section > .row > * .santhosh-specs {
        padding-left: 4.5rem;
        padding-right: 2.5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .santhosh-specs-section > .row > *:nth-child(2n) .santhosh-specs {
        padding-left: 2.5rem;
        padding-right: 4.5rem;
    }

    .santhosh-specs.style-2 .santhosh-spec-item {
        display: block;
    }

    .santhosh-spec-tags {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .santhosh-spec-el {
        line-height: 1.5rem;
    }

    .santhosh-specs.style-2 .santhosh-spec-item > figure:not(:last-child) {
        margin-bottom: 1.5rem;
        min-width: 100%;
    }

    .santhosh-specs.item-reverse .santhosh-col:nth-child(2n) .santhosh-spec-item {
        flex-direction: column-reverse;
        display: flex;
    }

    .santhosh-specs.item-reverse .santhosh-col:nth-child(2n) .santhosh-spec-item > figure:not(:last-child) {
        margin-bottom: 0;
        margin-top: 1.5rem;
    }

    .santhosh-single-menu.owl-carousel .owl-stage {
        display: flex;
        flex-wrap: wrap;
    }

    .santhosh-single-menu.owl-carousel .owl-stage .owl-item {
        float: none;
    }

    .santhosh-single-menu .santhosh-menu-item {
        display: flex;
        align-items: center;
        border-radius: 1.5rem;
        overflow: hidden;
        background: #fff;
        height: 100%;
        opacity: 0.7;
    }

    .santhosh-single-menu .owl-item.center .santhosh-menu-item {
        opacity: 1;
    }

    .santhosh-single-menu .santhosh-menu-item > .santhosh-menu-img {
        max-width: 28rem;
        width: 100%;
    }

    .santhosh-single-menu .santhosh-menu-item .santhosh-menu-content {
        padding: 2rem;
    }

    .santhosh-menu-item .santhosh-menu-content .santhosh-title:not(:last-child) {
        margin-bottom: 1rem;
    }

    .santhosh-menu-item .santhosh-menu-price {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 3rem;
        line-height: 48px;
        font-weight: bold;
        color: var( --main-color);
    }

    .santhosh-menu-item .santhosh-menu-price:before {
        content: '$';
        display: inline-block;
        vertical-align: top;
        font-size: 1.75rem;
        line-height: 1.5rem;
    }

    .santhosh-menu-item .btn-set {
        align-items: flex-end;
        padding-top: 0.5rem;
        margin: -1.25rem -1.25rem 0;
    }

    .santhosh-menu-item .btn-set > * {
        margin: 1.25rem 1.25rem 0;
    }

    .owl-carousel.nav-style-2 .owl-nav .owl-prev {
        left: 15%;
    }

    .owl-carousel.nav-style-2 .owl-nav .owl-next {
        right: 15%;
    }



      

.mobile-form{
    width: 100%;
    padding: 10%;
    margin: 10% 0px;
}




   @media only screen and (min-width: 950px) {
        .display-sm-none{
            display: block;
        
        }
        .display-md-none{
            display: none;
            }

          

    
        }
        
   
       
       @media only screen and (max-width: 951px) {
        .display-md-none{
        display: block;
        }
        .display-sm-none{
            display:  none;
        
        }
        } 


        @media only screen and (min-width:951px) and (max-width:1280px){
            .form-top-side{
                width: 78%;
                margin-top: -3%;
            }
            }
        
        @media only screen and (min-width:1281px){
            .form-top-side{
                width: 71%;     margin-top: 4%;
            }
        }


    