/****** PLACE YOUR CUSTOM STYLES HERE ******/
input {
    font-size: 16px;
}

.menu .btn {
    margin-top: 1px;
    padding-top: 2px;
}

@media all and (max-width: 990px) {
    .menu .btn {
        margin-top: 1px;
        padding-top: 4px;
        width: 100%;
    }
}

.udaya-menu-legend span {
    margin-left: 16px;
}

.udaya-menu-legend img {
    margin-right: 8px;
}

.accordion-2 .content.udaya-menu p {
    padding: 8px 0;
}

.udaya-menu img {
    height: 28px;
}

.udaya-faq-icon-box .feature {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.udaya-faq-icon-box .feature:hover {
    background: #8E1636 !important;
}

h4.udaya-nearby {
    min-height: 96px;
}

.udaya-tour .slides li {
    height: 0;
    padding-top: 56.25%;
}

.udaya-tour.udaya-tour-poi .slides li {
    padding-top: 100%;
}

.udaya-tour .slides img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.udaya-nobreak br {
    display: none;
}

@media all and (max-width: 767px) {
    .udaya-menu-legend {
        text-align: left;
    }

    .udaya-menu-legend span {
        margin-left: 0;
        display: block;
    }

    .udaya-tour .slides li {
        padding-top: 100%;
    }

    .udaya-tour .image-slider {
        margin-left: -15px;
        margin-right: -15px;
    }

    .udaya-tour.udaya-tour-poi .image-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .horizontal-tile .tile-right {
        top: -8px;
    }

    .udaya-nobreak-xs br {
        display: none;
    }
}

@media all and (max-width: 990px) {
    h4.udaya-nearby {
        min-height: unset;
    }
}

.gradient-overlay-1::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.85) 100%);
}

.gradient-overlay-2::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 15%);
}

.gradient-overlay-3::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0.3) 65%, rgba(0, 0, 0, 0.85) 100%);
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

.gm-style .gm-style-iw-c {
    background-color: #f5f5f5 !important;
    border-radius: 0 !important;
    padding: 16px !important;
    box-shadow: none !important;
}

.gm-style .gm-style-iw-t::after {
    background: none !important;
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
}

.gm-style .gm-style-iw-c button {
    top: 0 !important;
    right: 0 !important;
}

.gm-style .gm-style-iw-c h4 {
    margin-bottom: 8px;
    color: #666666 !important;
}

.gm-style .gm-style-iw-c p {
    margin-bottom: 8px;
    color: #666666 !important;
}

.map-canvas button {
    background: none !important;
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

[class^="ti-"]::before, [class*="ti-"]::before {
    font-family: 'themify' !important;
}

/*!---------- 1. GLOBAL STYLES ----------*/
.body,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 24px;
    font-family: "LucidaSans", sans-serif;
    color: #666;
    overflow-x: hidden;
}

.body.boxed-layout {
    background: #eee;
}

.body.boxed-layout .main-container {
    background: #fff;
}

.body.boxed-layout {
    max-width: 1366px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

ul[data-bullet] li i {
    font-size: 9px;
}

::selection {
    color: #fff;
    background: #D9B766;
}

/*!---------- 3. TYPOGRAPHY ----------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "MyriadPro", sans-serif;
}

.bold-h6 {
    font-family: "MyriadPro", sans-serif;
}

a {
    color: #000000;
}

.bg-light a {
    color: #000000;
}


.bg-light .social-list a:hover,
.bg-light a:hover {
    color: #333;
}
.bg-light{
    background-color: #f7f7f7;
}

a:hover {
    color: #fff;
}

.label {
    font-family: "MyriadPro", sans-serif;
    background: #D9B766;
}

.bg-secondary blockquote {
    border-color: #D9B766;
}

@media all and (max-width: 990px) {
    h1.uppercase {
        letter-spacing: 10px;
        margin-right: -10px;
    }
}

@media all and (max-width: 767px) {
    br {
        display: inline;
    }
}

/*!---------- 4. COLOURS ----------*/
.bg-primary {
    background: #D9B766 !important;
}

.bg-secondary {
    background: #FFFFFF;
}

.bg-red {
    background: #8E1636;
}

.color-primary {
    color: #D9B766 !important;
}

/*!---------- 5. SECTIONS ----------*/
.background-image-holder.background-image-holder-right {
    background-position: right !important;
}

.background-multiply .background-image-holder {
    background-color: #D9B766 !important;
}


.overlay:before {
    opacity: 0.4;
}

@media all and (max-width: 767px) {

    .parallax>.background-image-holder,
    .parallax .slides li>.background-image-holder {
        height: 100vw;
    }
}

/*!---------- 6. BUTTONS ----------*/
.btn {
    font-family: "MyriadPro", sans-serif;
    border: 2px solid #D9B766 !important;
    color: #D9B766 !important;
    background: none !important;
}

.btn:hover {
    border: 2px solid #D9B766 !important;
    color: #fff !important;
    background: #D9B766 !important;
}

.bg-primary .btn {
    border: 2px solid #fff !important;
    color: #fff !important;
    background: none !important;
}

.bg-primary .btn:hover {
    border: 2px solid #fff !important;
    color: #D9B766 !important;
    background: #fff !important;
}

.btn.btn-filled {
    border: 2px solid #D9B766 !important;
    color: #fff !important;
    background: #D9B766 !important;
}

.btn.btn-filled:hover {
    border: 2px solid #8E1636 !important;
    color: #fff !important;
    background: #8E1636 !important;
}

.image-bg .btn.btn-filled:hover,
.bg-dark .btn.btn-filled:hover {
    border: 2px solid #fff !important;
    color: #333 !important;
    background: #fff !important;
}

.body.btn-rounded .btn {
    border-radius: 25px !important;
}

/*!---------- 7. NAVIGATION ----------*/
nav {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.menu {
    font-family: "MyriadPro", sans-serif;
}

.menu li a {
    opacity: 0.75;
}

.menu li a:hover {
    color: #fff;
}

.menu>li ul {
    background: rgba(142, 22, 54, 0.95);
}

.menu>li>ul>.has-dropdown:after {
    color: #d9b766;
}

.menu>li>ul li a {
    color: #d9b766;
}

.module.widget-handle .title {
    font-family: "MyriadPro", sans-serif;
}

.widget-handle .cart .label {
    background: #D9B766;
}

@media all and (max-width: 990px) {
    nav.outOfSight {
        transform: unset !important;
        -webkit-transform: unset !important;
        -moz-transform: unset !important;
    }

    .module.widget-handle {
        line-height: 55px;
        min-height: 55px;
    }

    nav.fixed {
        position: fixed !important;
    }
}

nav.outOfSight {
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
}

nav.scrolled {
    background: #8E1636 !important;
}

nav.absolute {
    position: fixed;
}

nav.fixed {
    visibility: unset;
    opacity: unset;
}

nav.transparent .module.widget-handle {
    border-left: none !important;
}

nav.transparent .has-dropdown:after {
    color: #d9b766;
}

@media all and (max-width: 990px) {
    .menu>li ul {
        background: rgba(0, 0, 0, 0.25);
    }

    nav.transparent .nav-open {
        background: #8E1636;
    }

    nav.transparent .nav-open .menu>li>a,
    nav.transparent .nav-open .module.widget-handle i,
    nav.transparent .nav-open .nav-utility {
        color: #d9b766;
    }

    nav.transparent .nav-open .has-dropdown:after {
        color: unset;
    }
}

@media all and (max-width: 767px) {
    .menu li {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .has-dropdown:after {
        top: 10px !important;
        color: #d9b766 !important;
    }
}

nav.transparent.fixed .menu>.has-dropdown:after {
    color: #d9b766;
}

nav.transparent.fixed .menu>li>a,
nav.transparent.fixed .module.widget-handle i {
    opacity: .75;
}

nav.transparent.fixed .menu>li>a:hover,
nav.transparent.fixed .module.widget-handle i:hover {
    opacity: 1;
}

nav.bg-dark .menu>li>a,
nav.bg-dark .module.widget-handle i,
nav.bg-dark .nav-utility {
    color: #d9b766;
    opacity: .75;
}

nav.bg-dark .menu>li>a:hover,
nav.bg-dark .module.widget-handle i:hover,
nav.bg-dark .nav-utility:hover {
    color: #fff;
    opacity: 1;
}

nav.bg-dark .nav-utility,
nav.bg-dark .nav-bar {
    border-bottom: 0px;
}

nav.transparent.fixed.bg-dark .nav-utility::after,
nav.transparent.fixed.bg-dark .nav-bar::after {
    content: '';
    height: 2px;
    width: 100%;
    background: linear-gradient(-90deg, #d9b766, #fff3d6, #d9b766);
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.7;
}

.udaya-gold-belt {
    height: 5px;
    width: 100%;
    background: linear-gradient(-90deg, #d9b766, #fff3d6, #d9b766);
}

nav.transparent.fixed.bg-dark {
    background: #8E1636;
}

nav.transparent.fixed.bg-dark .menu>li>a,
nav.transparent.fixed.bg-dark .module.widget-handle i {
    color: #d9b766;
}

nav.transparent.fixed.bg-dark .menu>li>a:hover,
nav.transparent.fixed.bg-dark .module.widget-handle i:hover {
    color: #fff;
}

/*!---------- 11. FORMS ----------*/
input,
button,
select,
textarea {
    font-family: "MyriadPro", sans-serif;
}

.input-with-label span {
    font-family: "MyriadPro", sans-serif;
}

input[type="submit"],
button[type="submit"] {
    font-family: "MyriadPro", sans-serif;
    border: 2px solid #000000 !important;
    color: #fff !important;
    background: #000000 !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
    border: 2px solid #333 !important;
    color: #fff !important;
    background: #333 !important;
}

.image-bg input[type="submit"]:hover,
.bg-dark button[type="submit"]:hover {
    border: 2px solid #fff !important;
    color: #333 !important;
    background: #fff !important;
}

.bg-primary input[type="submit"],
.bg-primary button[type="submit"] {
    border: 2px solid #fff !important;
    color: #fff !important;
    background: none !important;
}

.bg-primary input[type="submit"]:hover,
.bg-primary button[type="submit"]:hover {
    border: 2px solid #fff !important;
    color: #D9B766 !important;
    background: #fff !important;
}

input[type="submit"].hollow,
button[type="submit"].hollow {
    border: 2px solid #D9B766 !important;
    color: #D9B766 !important;
    background: none !important;
}

input[type="submit"].hollow:hover,
button[type="submit"].hollow:hover {
    border: 2px solid #D9B766 !important;
    color: #fff !important;
    background: #D9B766 !important;
}

.checkbox-option,
.radio-option {
    border: 1px solid #D9B766;
}

.checkbox-option .inner,
.radio-option .inner {
    border: 1px solid #D9B766;
}

.checkbox-option.checked .inner {
    background: #D9B766;
}

.radio-option.checked .inner {
    background: #D9B766;
}

.form-error,
.form-success {
    width: 100%;
    max-width: unset;
}

/*!---------- 12. ACCORDIONS ----------*/
.accordion li.active .content {
    max-height: 1000px;
}

.accordion-1 .title span {
    font-family: "MyriadPro", sans-serif;
}

.accordion-1 .active .title {
    background: #D9B766;
}

.accordion-1 .active .title:hover {
    background: #D9B766;
}

.accordion li.active .content.udaya-menu {
    max-height: 5500px;
}

@media all and (max-width: 990px) {
    .accordion li.active .content.udaya-menu {
        max-height: 2450px;
    }
}

@media all and (max-width: 767px) {
    .accordion li.active .content.udaya-menu {
        max-height: 2700px;
    }
}

/*!---------- 13. TABBED CONTENT ----------*/
.button-tabs .tab-title span {
    font-family: "MyriadPro", sans-serif;
}

.button-tabs .active .tab-title {
    background: #D9B766;
}

.button-tabs .active .tab-title:hover {
    background: #D9B766;
}

.text-tabs .tab-title span {
    font-family: "MyriadPro", sans-serif;
}

.text-tabs .tab-title:after {
    background: #D9B766;
}

.text-tabs .active .tab-title {
    color: #D9B766;
}

.icon-tabs .active .tab-title {
    color: #D9B766;
}

.icon-tabs .active .tab-title i {
    color: #D9B766;
}

.icon-tabs .tab-title span {
    font-family: "MyriadPro", sans-serif;
}

/*!---------- 14. PROGRESS BARS ----------*/
.progress-bar {
    background: #D9B766;
}

.progress-1 .progress-bar span {
    font-family: "MyriadPro", sans-serif;
}

.progress-2 span {
    font-family: "MyriadPro", sans-serif;
}

.progress-2 .bar-holder {
    border: 1px solid #D9B766;
}

/*!---------- 16. BREADCRUMBS ----------*/
.breadcrumb-2 li a,
.breadcrumb-2 li {
    font-family: "MyriadPro", sans-serif;
}

/*!---------- 17. PAGINATION ----------*/
.pagination li a:hover,
.pagination li.active a,
.pagination li.active:hover a {
    background: #D9B766;
    border-color: #D9B766;
}

/*!---------- 18. ICON FEATURES ----------*/
.feature-1 i {
    color: #D9B766;
}

.feature-2 i {
    border: 1px solid #D9B766;
    color: #D9B766;
}

.feature-2 i:hover,
.feature-2.filled i {
    background: #D9B766;
}

.feature-3 i {
    color: #D9B766;
}

.feature-color:nth-of-type(1) {
    background: #D9B766;
}

/*!---------- 19. PRICING TABLES ----------*/
.pricing-table.emphasis {
    background: #D9B766;
}

/*!---------- 20. PAGE TITLES ----------*/
/* @media (max-width: 767px) {
    .page-title-1, .page-title-2 {
        height: 320px !important;
    }
} */

/*!---------- 21. WIDGETS ----------*/
.widget .title {
    font-family: "MyriadPro", sans-serif;
}

.recent-posts .date {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.cart-overview a:hover {
    color: #D9B766;
}

/*!---------- 23. SLIDERS ----------*/
.logo-carousel img {
    max-height: 100px;
}

.image-slider.no-arrow .flex-next {
    opacity: 0;
}

.image-slider.no-arrow .flex-prev {
    opacity: 0;
}

/*!---------- 25. INTROS ----------*/
@media all and (max-width: 767px) {
    .cover.fullscreen {
        height: 100vw;
    }

    .cover.fullscreen .container {
        top: unset;
        transform: unset;
        -webkit-transform: unset;
    }

    .cover.fullscreen .slides li {
        height: 100vw;
    }
}

/*!---------- 26. SHOP ----------*/
.product-single .price:not(.old-price) {
    color: #D9B766;
}

/*!---------- 27. VIDEO ----------*/
@media all and (max-width: 1024px) {
    .vid-bg .masonry-loader {
        display: block;
    }
}

.inline-YTPlayer {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.player {
    padding-bottom: 42.85714286vw !important;
    height: 0 !important;
    width: 100vw !important;
    left: 0 !important;
}

.fullscreen .player {
    padding-bottom: 100vh !important;
    height: 0 !important;
    width: 233vh !important;
    left: calc(-116.5vh + 50vw) !important;
}

.player-outer-wrapper {
    opacity: 1;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
}

.player-outer-wrapper.fadeOut {
    opacity: 0;
}

@media all and (max-width: 767px) {
    .fullscreen .player {
        display: block;
        padding-bottom: 50vh !important;
        width: 116.5vh !important;
        left: calc(-57.8vh + 25vw) !important;
    }
}

/*!---------- 28. BLOG ----------*/
.masonry-item blockquote:hover {
    background: #D9B766;
}

.spinner {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 2px 1px 0px #D9B766;
}

.post-snippet .inner {
    background: rgba(217, 183, 102, 0.06);
}

/*!---------- 30. PORTOFLIO ----------*/
.filters li {
    font-family: "MyriadPro", sans-serif;
    border: 2px solid #D9B766;
    color: #D9B766;
}

.filters li.active {
    border-color: #D9B766;
}

/*!---------- 31. TESTIMONIALS ----------*/
.testimonials .quote-author {
    text-align: center;
}

/*!---------- 32. COUNTDOWNS ----------*/
.countdown {
    font-family: "MyriadPro", sans-serif;
}

/*!---------- 34. TWITTER ----------*/
.tweets-slider.large p {
    font-family: "MyriadPro", sans-serif;
}

.sc-background-orange {
    background: #D9B766 !important;
}

/*!---------- 36. FOOTERS ----------*/
footer::before {
    content: '';
    height: 2px;
    width: 100%;
    background: linear-gradient(-90deg, #000000, #ffffff, #000000);
    position: absolute;
    left: 0;
    top: 0;
}

.footer-1 .logo {
    max-height: 80px;
}

.bg-light .social-list a {
    color: #D9B766;
}

.line-gradient::before {
    content: '';
    height: 2px;
    width: 100%;
    background: linear-gradient(-90deg, #d9b766, #fff3d6, #d9b766);
    position: absolute;
    left: 0;
    top: 0;
}

/*!---------- 37. FORM HANDLER ----------*/
.field-error {
    outline: 1px solid #000000 !important;
}

/* Circle Div */
.circle {
    height: 200px;
    width: 200px;
    margin-left: 30px;
    margin-right: 30px;
    background-color: #d9b766;
    border-radius: 50%;
    padding: 10px 10px 10px 10px;
    display: inline-grid;
}

.circle-kaveri {
    height: 200px;
    width: 200px;
    margin-left: 30px;
    margin-right: 30px;
    background-color: #8E1636;
    border-radius: 50%;
    padding: 10px 10px 10px 10px;
    display: inline-grid;
}

.circle-caption {
    font-family: "NotoSerif", sans-serif;
    font-style: italic;
    font-size: 20px;
}


@media all and (max-width: 767px) {
    .circle {
        height: 125px;
        width: 125px;
        background-color: #d9b766;
        margin-bottom: 70px;
        margin-left: 20px;
        margin-right: 20px;
        border-radius: 50%;
        padding: 10px 10px 10px 10px;
        display: inline-grid;
    }

    .circle-kaveri {
        height: 125px;
        width: 125px;
        background-color: #8E1636;
        margin-bottom: 70px;
        margin-left: 20px;
        margin-right: 20px;
        border-radius: 50%;
        padding: 10px 10px 10px 10px;
        display: inline-grid;
    }

    .primary-logo {
        margin-top: 70px;
    }

}

a img {
    padding: 0;
    margin: 0;
    display: block;
}