.pre-loader
{
    background:rgba(255,255,255,0.8);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999999;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    -moz-backdrop-filter:blur(10px);
    -o-backdrop-filter:blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.pre-loader img
{
    height: 100px;
}
/* Start Top bar*/
::-webkit-scrollbar
{
    background: #ed6221;
    width: 5px;
}
::-webkit-scrollbar-track
{
    background:#ed6221;
    width: 5px;
}
::-webkit-scrollbar-thumb
{
    background: #eda161;
    width: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background:#eda161;
}

#top_bar
{
    border-bottom:1px solid #eda161;
    font-size: 13px;font-weight: 500;
    display: flex;background: #ed6221;
    color: #fff;padding:10px;margin: 0;align-items: center;
    justify-content: space-around
}

/* End  Top bar*/


/*  Start Menu CSS */

@font-face {
    font-family:SFProDisplay;
    src: url('../fonts/SFProDisplay.ttf');
}
@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;display: inline-block}

html {
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
body {
    font-family:SFProDisplay;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    color: #121212;
    background: #ffffff;
}


a,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    a,
    button {
        cursor: default !important;
        border: none;
        outline: none;
    }

}

img,
video {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.container {
    max-width: 80rem;
    width: 100%;
    height: auto;
    padding: 0 2rem;
    margin: 0 auto;
}




.brand {
    font-family: inherit;
    font-size: 1.50rem;
    font-weight: 700;
    line-height: inherit;
    color: #ffffff;
    border: none;
    outline: none;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}
.brand img
{
    padding: 15px;
    height: 90px;
}

.brand:hover{text-decoration: none;color: #edb460;}
.header {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    top:0;
    left: 0;
    width: 100%;
    height: auto;
    padding:0;
    margin: 0 auto;
    z-index: 999;
    border: none;
    outline: none;
    background: transparent;
    -webkit-box-shadow: 0 5px 5px rgba(200,200,200,0.3);
    box-shadow:0 5px 5px rgba(200,200,200,0.3);
    backdrop-filter:blur(2px)
}

.header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(#feeb08 0%,#FEEB08 4%,transparent 4%,transparent 96%, #ec2d25 96%,#EC2D25 100%);
}

.header-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    background: linear-gradient(#feeb08 ,#EC2D25);
    height: 70px;
    align-items: center;
    justify-content: center;
}
.header-item-left img
{
    max-width: 100%;
    max-height: 70px;
}


.header-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
}

.header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin:0 20px 0 0;
    padding: 0;
}

.header-item-right .menu-icon {
    font-size: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1rem;
    border: none;
    outline: none;
    color: #ed6221;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .menu > ul > li {
    display: inline-block;
    margin-top: 0.5rem;
    margin-left: 0;
}

.header .menu > ul > li > a {
    position: relative;
    font-family: inherit;
    font-size: 0.96rem;
    font-weight: 500;
    line-height: 1.25;
    border: none;
    outline: none;
    color: #ed6221;
    padding: 10px 15px;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    transition: 0.5s all;

}

.header .menu > ul > li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem;
    border: none;
    outline: none;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.25rem;
    border-top: 3px solid #ed6221;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header .menu > ul > li .menu-subs > ul > li {
    line-height: 1;
}

.header .menu > ul > li .menu-subs > ul > li > a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
.header .menu > ul > li .menu-subs > ul > li > a:hover {
    color: #ed6221;
    text-decoration: none;
}
.header .menu > ul > li .menu-column-1 {
    min-width: 16rem;
    max-width: 16rem;
    padding: 0;
}
header .menu > ul > li .menu-column-1 >ul >li
{
    padding:0 10px;
    border-bottom: 1px solid #eda161;
}
header .menu > ul > li .menu-column-1 >ul >li:hover{background:#ed6221;}
header .menu > ul > li .menu-column-1 >ul >li:hover a{color: #fff;text-decoration: none}
.header .menu > ul > li .menu-column-1 >ul >li>a{font-size: 14px;}
.header .menu > ul > li .menu-column-1 >ul >li> a:hover{color: #fff;text-decoration: none}

.header .menu > ul > li .menu-subs.menu-mega {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
    display: block;
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: inline-block;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0.15rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.header .menu > ul > li .menu-subs.menu-column-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 68rem;
    width: 100%;
    padding: 1.25rem 1rem;
    box-shadow: 1px 1px 5px rgba(50,50,50,0.4);
}
.header-caption
{
    line-height: 20px;font-size: 14px;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 1rem;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    padding: 0.5rem 0;
    border: none;
    outline: none;
    color: #ed6221;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



.header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
    text-align: center;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title>a{
    color: #ed6221;
    text-decoration: none;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item ul>li
{
    margin: 8px 0;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item ul>li>a
{
    color: #eda161;
    font-weight: bold;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}



.header .menu > ul > li>a:hover {
    color: #ed6221;
    text-decoration: none;
    background:#eda161;
    border-radius: 5px;
}

#yoga-ashana>li
{
    line-height: 18px;
}
#yoga-ashana>li>a
{
    text-decoration: none;
    font-weight: 100;
    color: #000000;
    font-size: 15px;
}
#yoga-ashana>li>a>i
{
    color: #ed6221;
    margin-right: 5px;
}
#yoga-ashana>li:hover a{
    color: #ed6221;
}

@media only screen and (min-width: 993px) {
    .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
        margin-top: 0.5rem;
        opacity: 1;
        visibility: visible;
    }
    #mobile-quick-enquiry
    {
        display: none;
    }

}

.menu-mobile-header,
.menu-mobile-trigger {
    display: none;
    cursor: pointer;

}
@media only screen and (max-width: 1200px) {
    .header {
        width: 100%;
        padding:0;
        background: linear-gradient(#feeb08 ,#EC2D25);
    }
    .brand img
    {
        padding: 5px;
        height: 60px;
    }
}
@media only screen and (max-width: 992px) {

    .header-item-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;

    }
    .header-item-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
      .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
          position: relative;

    }
    .header-item-left img
    {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        max-height: 70px;
    }
    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header .menu-mobile-trigger {
        position: relative;
        display: block;
        cursor: pointer;
        width: 1.75rem;
        height: 1rem;
        border: none;
        outline: none;
        margin-left: 1.25rem;
        background: none;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;

    }
    .header .menu-mobile-trigger span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        cursor: pointer;
        left: 0;
        border: none;
        outline: none;
        opacity: 1;
        border-radius: 0.25rem;
        background:#fff;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    .header .menu-mobile-trigger span:nth-child(1) {
        top: 0;
    }
    .header .menu-mobile-trigger span:nth-child(2), .header .menu-mobile-trigger span:nth-child(3) {
        top: 0.5rem;
    }
    .header .menu-mobile-trigger span:nth-child(4) {
        top: 1rem;
    }
    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

    }
    .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 20rem;
        height: 100vh;
        z-index: 1099;
        overflow: hidden;
        background: #ffffff;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .header .menu.active {
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%);
    }
    .header .menu > ul > li {
        display: block;
        line-height: 1;
        margin: 0;
    }
    .header .menu > ul > li > a {
        display: block;
        line-height: 3.125rem;
        height: 3.125rem;
        padding: 0 3.125rem 0 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        color: #ed6221;
        font-weight: bold;
    }
    .header .menu > ul > li > a:hover
    {
        background: #ed6221;
        color: #fff;
        border-radius: 0;
    }
    .header .menu > ul > li > a i.ion {
        position: absolute;
        font-size: 1.25rem;
        line-height: 3.125rem;
        top: 0;
        right: 0;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .header .menu .menu-mobile-header {
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
        height: 3.125rem;
        z-index: 501;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background: #ffffff;
    }
    .header .menu .menu-mobile-header .menu-mobile-arrow {
        display: none;
        font-size: 1.25rem;
        line-height: 3.125rem;
        width: 3.125rem;
        height: 3.125rem;
        cursor: pointer;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        color: #121212;
        text-align: center;
    }
    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
        display: block;
    }
    .header .menu .menu-mobile-header .menu-mobile-title {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 500;
        line-height: inherit;
        color: #121212;
        text-transform: capitalize;
        text-rendering: optimizeLegibility;
    }
    .header .menu .menu-mobile-header .menu-mobile-close {
        font-size: 2.25rem;
        line-height: 3.125rem;
        cursor: pointer;
        width: 3.125rem;
        height: 3.125rem;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        color: #121212;
        text-align: center;
    }
    .header .menu .menu-section {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .header .menu > ul > li .menu-subs {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header .menu > ul > li .menu-subs.menu-mega {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header .menu > ul > li .menu-subs.active {
        display: block;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 5px;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
        margin-top: 0;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
        margin-bottom: 1.25rem;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
        margin-bottom: 0;
    }
    .header .menu > ul > li .menu-subs > ul > li > a {
        display: block;
    }
    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
        margin-bottom: 1rem;
    }
    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
        display: block;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        opacity: 0;
        visibility: hidden;
        background: rgba(255, 145, 184, 0.32);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .overlay.active {
        opacity: 1;
        visibility: visible;
    }
}

.main {
    display: block;
    width: 100%;
    min-height: 100vh;
}


/*  End Menu CSS */






/*  Marquee Start*/

.main-marquee{
    background: #ed6221;
    color:#fff;
    padding: 5px;
    font-size: 0.8rem;
}
section
{
    padding: 40px 10px;margin: 30px 0;
}
#our-package img
{
    border-radius: 5px;
}
#top-place h1, #our-services h1, #our-package h1
{
    border-left: 5px solid #ed6221;
    padding: 5px 15px;
    font-size: 2rem;
}
#top-place h3, #our-services h3, #our-package h3
{
    font-size: 1rem;
    padding-left: 20px;

}
#top-place h1 strong,#our-services h1 strong, #our-package h1 strong{color: #000000
}
@media only screen and (max-width: 992px) {
    .main-marquee{
        background: #ed6221;
        color:#fff;
        padding: 2px;
        font-size: 0.7rem;
    }

    #top_bar .top_hide{display: none}
    section
    {
        padding: 30px 7px;margin: 20px 0;
    }
    #top-place h1, #our-services h1, #our-package h1
    {
        border-left: 4px solid #ed6221;
        padding: 4px 10px;
        font-size: 1.5rem;
    }

    #top-place h3, #our-services h3, #our-package h3
    {
        font-size: 0.8rem;
        padding-left: 18px;
    }
    .quick-enquiry-form
    {
        display: none;
    }
}
/*  Marquee * end */


/* -----------------------*/

/* Footer Start */

.back-links
{

    display: flex;
    padding:0 12px;
    flex-wrap: wrap;
    max-width: 330px;
}
.back-links>a
{
    text-decoration: none;
    margin: 1px;
}
.back-links>a>img
{
    height: 20px;
    min-width: 20px;
    width: 20px;
}

footer
{
    background: #ed6221;
    padding: 40px 10px 0 10px;
    color: #edd9c3;
}
footer h1
{
    font-size: 1.5rem;
    border-left: 5px solid #eda161;
    padding-left: 10px                                                                                                                                                  ;
}
.footer-line
{
    background: #ed995d;height: 1px;border:0;width: 100%;margin: 10px 0 15px 0
}
footer h2
{
    font-size: 1.3rem;
    padding-left: 10px;
}
footer ul{
    margin:10px 15px;
}
footer ul li a{
    font-size: 0.90rem;
    font-family: calibri;
    color: #edd9c3;
    text-decoration: none;
}
footer ul li a:hover
{
    color: #fff;text-decoration: none;
}
footer ul i
{
    margin-right: 5px;
}
footer hr{
    background: #ed6221;
    height: 1px;
    border: 0;outline: 0;
    margin-bottom: 40px;
}
footer h3
{
    font-size: 1.5rem;
    padding-left: 10px;
    color: #ffffff;
    margin-top: 15px;
    font-weight: 900;
}
footer iframe
{
    margin: 15px;
}
.copyright
{
    background: #eda161;
    margin: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fffcd7;
    font-size: 0.8rem;
}
.copyright a{
    text-decoration: none;
    color:#fff;
}
/* Footer End */

/*  Slider Start*/
#amazingslider-wrapper-1
{
    display:block;position:relative;max-width:100%;margin:0 auto;
}
#amazingslider-1
{
    display:block;position:relative;margin:0 auto;
}
#amazingslider-1 .amazingslider-slides
{
    display:none;
}




.yoga-breadcrumb
{
    background:url("../images/yoga-poses/img-4.jpg");
    background-size: cover;
    height: 250px;
    background-position: bottom;
}
.yoga-breadcrumb>.inner-content
{
    background: rgba(0, 0, 0, 0.51);
    padding: 80px 10px;
    color: #fff;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yoga-breadcrumb>.inner-content>h1
{
    font-size: 2rem;
}
.breadcrumb
{
    text-align: center;
    background: #f9f9f9;
}

.breadcrumb>li>a
{
    color: #ed6221;
}
.breadcrumb>li.active
{
    color: #9d5328;
}

@media only screen and (max-width: 993px) {
    .yoga-breadcrumb>.inner-content
    {
        padding: 50px 5px;
        color: #fff;
        text-align: center;
    }
    .yoga-breadcrumb>.inner-content>h1
    {
        font-size: 1.6rem;
    }
}


.left-offers-bar
{
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.left-offers-bar h4
{
    color: #ed6221;
    font-weight: bold;
    font-size: 1.2rem;
    border-bottom: 2px solid #ed6221;
}
.left-offers-bar h5
{
    color: #ed6221;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 10px 0 15px 0;
}
.left-offers-bar h6
{
    background: rgba(255, 255, 255, 0.77);
    color:#000000;
    padding: 10px 40px;
    font-size: 1.3rem;
    transform: translateY(30px);
}


.left-offers-bar ul li:last-child
{
    padding-bottom: 0;
    border: 0;
}
.left-offers-bar ul li
{
    padding: 10px 5px;
    border-bottom: 1px solid #eeeeee;
}
.left-offers-bar ul li a
{
    color: #ed6221;
    text-decoration: none;
}
.left-offers-bar ul li a:hover
{
    color: #000000;
}
.left-offers-bar ul li a i
{
    margin-right: 5px;
}

.highlighter-1
{
    color: #ed6221;font-weight: bold;
}

.highlighter-2
{
    color: #ed6221;
}
.highlighter-2>li 
{
    padding: 5px 0;
}
.highlighter-2 a
{
    color: #000000;
    text-decoration: none
;
}


.enquiry-form
{
    background: #fefff9;
    padding-bottom: 20px;
}
.enquiry-form>.enquiry-header
{
    background: #ed6221;
    padding:10px 20px;font-size: 0.8rem;
    letter-spacing: 1px;
}
.enquiry-form>.enquiry-header>.left
{
    color: #fff;
}
.enquiry-form>.enquiry-header>.right
{
    color: #fff;float: right;
}
.enquiry-form>.enquiry-header>.right>i
{
    color: #fef30b;
}
.enquiry-form  table
{
    width: 100%;
    font-size: 0.8rem;
    font-weight: 700;

}
.enquiry-form  table tr td
{
    padding: 5px;
    border: 1px solid #e6e6e6;
}

.enquiry-form  table tr td:nth-child(odd)
{
    text-align: right;
}
.enquiry-form .form-control
{
    max-width: 300px;
    border-radius: 3px;
}
.enquiry-form .btn
{
    background: #ed6221;color:#fff;transition: 0.5s all;
}
.enquiry-form .btn:hover
{
    background: #000000;
}
.enquiry-form #msg_info
{
    padding: 10px; font-weight: bold;
    font-size: 12px;
}



 .display-place
 {
     display: grid;
     grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
     grid-gap:15px;
     margin: 20px 0;
 }
 #top-destination-char-dham
 {
     display: grid;
     grid-template-columns: repeat(auto-fit,minmax(450px, 1fr));
     grid-gap:15px;
     margin: 20px 0;
 }
.display-place>.top-place
{
    background: #f4fcff;
    padding: 20px;
    transition: 0.3s all;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 3px;
    position: relative;
    height: auto;
}
.display-place>.top-place:hover
{
    transform: scale(1.03);
    border: 1px solid #ed6221;
    box-shadow:none;
}
.display-place>.top-place>img
{
    width: 100%;
}
.display-place>.top-place>h4
{
    color: #ed6221;
    text-decoration: underline;
    font-weight: bold;
    margin:10px 0;
}
.display-place>.top-place>p
{
    margin: 0;
    font-size: 0.9rem;
    text-align: justify;
}
.display-place>.top-place>p>button
{
    background: #ed6221;
    color:#fff;
    padding: 8px 20px;
    font-size: 0.8rem;
    text-decoration: none;
    transition: 0.5s all;
}
.display-place>.top-place>p>button:hover
{
    background: #000000;
}
.destination-heading
{
    color:#ed6221;
    font-size: 1.4rem;
    font-weight: 900;
    margin-top: 10px;
}

/*  --------------------------------*/
 .our-top-package
 {
     margin: 20px 0;
     background: #f4fcff;
     border: 1px solid #dce3e6;
     display: flex;
     flex-wrap: wrap;
     align-items: stretch;
     justify-content: space-between;
     box-shadow: 0 0 7px rgba(55,55,55,0.1);
     border-radius: 2px;
 }
.our-top-package .image-box
{
    flex: 30%;
    min-width: 200px;
    display: flex;
    justify-content: center;
    padding: 10px;
}
.our-top-package .details-box
{
    padding: 20px 15px;
    font-size: 0.9rem;
    flex: 45%;
    min-width: 400px;
}
.our-top-package .details-box h2
{
    font-size: 1.2rem;
    font-weight: 700;
    color:  #ed6221;
    margin: 10px 0;
}
.our-top-package .booking-box
{
    padding: 20px 15px;
    font-size: 0.9rem;
    flex: 15%;
    min-width: 150px;
    text-align: center;
    background: #d6f7ff;
}
.our-top-package .booking-box button
{
    background:  #ed6221;
    color: #fff;
    padding:8px 12px;
    margin: 10px 0;
    border-radius: 5px;
}

/* Yoga Banner */
.banner
{
    height: 650px;
    width: 100%;
    margin: -90px 0;
    background: url("../images/slider/slide1.jpg");
/*    background-size: 100% 100%;*/
    z-index: -999;
    position: relative;
}
.banner .caption
{
    width: 100%;
    height: 650px;
    background: rgba(200,200,200,0.5);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 5%;
    position: absolute;
    overflow: hidden;
}
.banner .caption  h1
{
    font-size: 4.5em;
    font-weight: bold;
    color: #002c65;
}
.banner .caption  h1 b
{
    color: #ed6221;
}
.banner .caption p
{
    max-width: 650px;
    margin-top: 2%;
    font-size: 1.1rem;
    text-align: justify;
    color: black;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

#yoga-features
{
    margin-top: 100px;
    text-align: center;
}
section h1
{
    font-weight: bold;
    letter-spacing: 2px;
    color: #ed6221;
    font-size: 2.5rem;
}
hr{
    display: inline-block;
    border: 0;
    margin: 0 2px;
}
.light_line
{
    width: 60px;
    background: rgba(0, 0, 0, 0.05);
    height: 2px;
}
.dark_line
{
    width: 20px;
    background:  #ed6221;
    height: 3px;
}


#yoga-features .title
{
    display: flex;
    justify-content: center;
}
#yoga-features p{
    font-size: 16px;
    color: #797979;
    font-weight: normal;
    font-family: calibri,arial;
    padding: 10px;
    max-width: 700px;
}
#yoga-features .main-body
{

    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    grid-gap: 5px;
}
@media (max-width: 1000px) {
    #image_part
    {
        display: none;
    }
}
#yoga-features .main-body .sub-body .part
{
    border: 1px solid #dadada;
    position: relative;
}
#yoga-features .main-body .sub-body .part.left
{
    padding: 20px 35px 0 10px;
    text-align: right;
    margin: 10px 25px 5px 0;
}
#yoga-features .main-body .sub-body .part.right
{
    padding: 20px 10px 0 35px;
    text-align: left;
    margin: 10px 0 10px 25px;
}
#yoga-features .main-body .sub-body .part h2
{
    font-size: 20px;
}
#yoga-features .main-body .sub-body .part i
{
    font-size: 45px;
    background: #ed6221;
    height: 80px;
    width: 80px;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
#yoga-features .main-body .sub-body .part i.left
{
    right: -50px;
    top: 50px;
}
#yoga-features .main-body .sub-body .part i.right
{
    left: -50px;
    top: 50px;
}




/*    Banner Media Start       */
@media (max-width: 1200px) {
    .banner
    {
        height: 650px;
        background-position-x: -300px;
        background-position-y: -10px;
    }
    .banner .caption{
        height: 650px;
    }
    .banner .caption  h1
    {
        font-size: 4em;
    }
    .banner .caption p
    {
        font-size: 1.1rem;
    }
    section h1
    {
        font-size: 2.4rem;
    }
}
@media (max-width: 1000px) {
    .banner
    {
        height: 600px;
        background-position-x: -350px;
        background-position-y: -20px;
    }
    .banner .caption{
        height: 600px;
    }
    .banner .caption  h1
    {
        font-size: 3.8em;
    }
    .banner .caption p
    {
        font-size: 1rem;
    }
    section h1
    {
        font-size: 2.3rem;
    }
}
@media (max-width: 900px) {
    .banner
    {
        height: 600px;
        background-position-x: -400px;
        background-position-y: -30px;
    }
    .banner .caption{
        height: 600px;
    }
    .banner .caption  h1
    {
        font-size: 3.6em;
    }
    .banner .caption p
    {
        font-size: 0.9rem;
    }
    section h1
    {
        font-size: 2.2rem;
    }
}
@media (max-width: 800px) {
    .banner
    {
        height: 550px;
        background-position-x: -480px;
        background-position-y: -40px;
    }
    .banner .caption{
        height: 550px;
    }
    .banner .caption  h1
    {
        font-size: 3.2em;
    }
    .banner .caption p
    {
        font-size: 0.9rem;
    }
    section h1
    {
        font-size: 2.1rem;
    }
}
@media (max-width: 700px) {
    .banner
    {
        height: 500px;
        background-position-x: -550px;
        background-position-y: -50px;
    }
    .banner .caption{
        height: 500px;
    }
    .banner .caption  h1
    {
        font-size: 2.6rem;
    }
    .banner .caption p
    {
        font-size: 0.9rem;
    }
    section h1
    {
        font-size: 2.0rem;
    }
}
@media (max-width: 500px) {
    .banner
    {
        height: 500px;
        background-position-x: -730px;
        background-position-y: -55px;
    }
    .banner .caption{
        height: 500px;
    }
    .banner .caption  h1
    {
        font-size: 2.0rem;
    }
    .banner .caption p
    {
        font-size: 0.9rem;
    }
    section h1
    {
        font-size: 1.9rem;
    }
}
/*    Banner Media End       */


/* Yoga Schedule */

#yoga-schedule
{
    text-align: center;
    margin-top: -30px;

}
#yoga-schedule .title
{
    display: flex;
    justify-content: center;
}
#yoga-schedule p{
    font-size: 16px;
    color: #797979;
    font-weight: normal;
    font-family: calibri,arial;
    padding: 10px;
    max-width: 700px;
}
#yoga-schedule .inner
{
    position: relative;
    overflow: hidden;
}
#yoga-schedule .inner.s-1
{
    height: 500px;
}
#yoga-schedule .inner.s-2
{
    height: 250px;
}
#yoga-schedule .inner>img
{
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.3s all;
}
#yoga-schedule .inner>.content
{
    background: rgba(237, 98, 33, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 20px;
    opacity: 0;
    bottom: -30px;
    transition: 0.3s all;
}
#yoga-schedule .inner:hover  .content
{
    opacity: 1;
    bottom: 0;
}
#yoga-schedule .inner:hover img
{
    transform: scale(1.3);
}
#yoga-schedule .inner>.content>.border
{
    background: transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
#yoga-schedule .inner>.content>.border h2
{
    font-size: 25px;
}
#yoga-schedule .inner>.content>.border>p
{
    color: #fff;
    margin: 0;
}
#yoga-schedule .inner>.content>.border>button[type='button']
{
    background: #fff;
    color: #ed6221;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 30px;
}

* { box-sizing: border-box; }

#yoga-schedule .carousel {
    background: #fff;
}

#yoga-schedule .carousel-cell {
    width:320px;
    height: 420px;
    margin-right: 20px;
    cursor: pointer;
    transition: 0.5s all;
    background: #fff;
    border: 1px solid #e5e5e5;
    text-align: left;padding: 0;
    border-radius: 3px;
}
#yoga-schedule .carousel-cell>.img-cover
{
    height: 180px;
    overflow: hidden;
}
#yoga-schedule .carousel-cell>.img-cover>img
{
    height: 100%;
    width: 100%;
    transition: 5s all;
}
#yoga-schedule .carousel-cell>.img-cover>img:hover
{
    transform: scale(2.5);
}
#yoga-schedule .carousel-cell>.content
{
    padding:20px 15px;
}

#yoga-schedule .carousel-cell>.content h1
{
    font-size: 16px;margin: 0 0 10px 0;padding: 0;text-align: left;
    line-height: 24px;
}

#yoga-schedule  .carousel-cell>.content>.timing
{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ed6221;
    font-size: 14px;
}
#yoga-schedule .carousel-cell>.content input[type="button"]
{
    background:#ed6221;
    border: 0;
    padding: 10px 20px;
    color: white;
    border-radius: 30px;
    margin-right: 20px;
}
#yoga-schedule  .carousel-cell>.content>.timing>div
{
    margin-right: 15px;
    font-size: 16px;
}

/* no circle */
.flickity-button {
    background: transparent;
}
/* big previous & next buttons */
.flickity-prev-next-button {
    width: 30px;
    height: 30px;
    background: #808080;
    display: none;

}
.flickity-prev-next-button:hover
{
    background: #1f1f1f;
}
/* icon color */
.flickity-button-icon{
    fill: #f4f4f4;
}

.flickity-page-dots {
    display: none;
}




/*   Yoga Schudeule End*/



/*    Summery Start*/

#summery
{
    margin: 0;
    padding: 0;
    background-image: url("../images/services/img-4.jpg");
    background-attachment: fixed;
    display: flex;
}
#summery>.overlays
{
    background: rgba(0,0,0,0.7);
    margin: 50px 8%;
    width: 84%;
    padding: 25px;
    text-align: center;
}
#summery>.overlays h1
{
    font-size: 30px;
    color: #fff;
}
#summery>.overlays>p
{
    color: white;
    margin:0 10%;
    font-size: 14px;
    margin-bottom: 20px;
}
#summery .content
{
    color: #fff;
    display: flex;
    flex-direction: column;
    border: 4px solid #ed6221;
    padding: 30px;
    margin: 10px;
}
#summery .content i{
    font-size: 50px;
}
#summery .content h4
{
    margin: 10px;
    color: #ed6221;
}

/*  Summery End */


/*  Testimonials --*/
#yoga-testimonials
{
    text-align: center;
    margin: 20px 0;
    overflow: visible;
    z-index: -999;
}
#yoga-testimonials>.title
{
    display: flex;
    justify-content: center;
}
#yoga-testimonials>.title p{
    font-size: 16px;
    color: #797979;
    font-weight: normal;
    font-family: calibri,arial;
    padding: 10px;
    max-width: 700px;
}
#yoga-testimonials .carousel {
    background: #fff;
}

#yoga-testimonials .carousel-cell {
    min-width:400px;
    width: 50%;
    margin-right: 20px;
    cursor: pointer;
    transition: 0.5s all;
    background: #fff;
    border: 2px solid #e5e5e5;
    text-align: left;
    border-radius: 3px;
    padding:30px 25px;
    color: #868686;
    line-height: 30px;
    letter-spacing: 1px;
    position: relative;
}
/*  Testimonials end --*/
@media only screen and (max-width: 992px) {
    .our-top-package .details-box
    {
        padding:0 15px 10px;
        font-size: 0.9rem;
        flex: 45%;
        min-width: 400px;
        text-align: center;
    }
    .our-top-package .details-box h2
    {
        font-size: 1rem;
        font-weight: 700;
        color:  #ed6221;
        margin: 5px 0;
    }
    .our-top-package .booking-box
    {
        padding:0 15px 10px;
        font-size: 0.9rem;
        flex: 15%;
        min-width: 150px;
        text-align: center;
        background: #d6f7ff;
        margin: 0;
    }
    .our-top-package .booking-box button
    {
        background:  #ed6221;
        color: #fff;
        padding:8px 12px;
        margin: 5px 0;
        border-radius: 5px;
    }

}


 .contact
                    {
                        background: #fff;
                        margin-bottom: 10px;
                    }
                    .contact h2
                    {
                        background: #ed6221;
                        width: 100%;
                        color: #fff;
                        font-size: 0.9rem;
                        padding: 10px 20px;
                        margin-bottom: 10px;
                    }
                    .contact table
                    {
                        width: 100%;
                    }
                    .contact table tr td
                    {
                        padding:5px  5px;
                        font-size: 0.9rem;
                        font-weight: bold;
                        border-bottom: 1px solid #c2eeff;
                    }

                    .contact table tr td i{
                        background:  #ed6221;
                        color:#fff;
                        padding: 8px 10px;
                        font-size: 1rem;
                        width: 35px;
                    }
                    @media only screen and (max-width: 992px) {
                        #map {
                           max-height: 300px;
                        }
                    }


.container .gallery a img {
    float: left;
    width: 25%;
    min-height: 250px;

    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
    cursor: pointer;
}

.container .gallery  .clear {
    clear: both;
}

.container .gallery  a {
    color: #ed6221;
    text-decoration: none;
}

.container .gallery  a:hover {
    color: #ed6221;
    text-decoration: none;
}

@media only screen and (max-width: 993px)
{
    .container .gallery a img {
        float: left;
        width: 50%;
        min-height: 200px;
    }
}



.yoga-poses
{

    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns:  repeat(auto-fill,minmax(280px,1fr));
    grid-gap:15px;
}
.yoga-poses>.item
{
    background: #fff;
    box-shadow: 0 0 10px rgba(156, 156, 156, 0.5);
    border-radius: 5px;
    padding-bottom: 10px;
    overflow: hidden;
}
.yoga-poses>.item img
{
    margin: 0;
    width: 100%;
    height: 180px;
}
.yoga-poses>.item h2
{
    font-size: 18px;
    color: black;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}