/* ############################## Common ########################### */
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,500&amp;display=swap');
body{
    font-family: 'Cormorant Garamond', serif !important;
}
img{
    width:100%;
}
.breadcrumb-item.active {
    color: #CE9F0E;
}
.notes i{
    color: #CE9F0E;
}
.notes b{
    color: #CE9F0E;
}
.breadcrumb{
    background: transparent;
}
.notes{
    font-size: 16px;
    background-color: #CE9F0E5e;
    border-radius: 25px;
    padding: 10px;
    text-align: center;
    border: 2px solid #CE9F0E;
}
.breadcrumb a{
    color: white;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #ffffff;
}
.table td, .table th {
    vertical-align: middle;
}
p,ul{
    color: #353535;
    font-size: 20px;
    line-height: normal;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
    outline-width: 0px !important;
}
a{
    text-decoration: none !important;
    color: #353535;
}
a:hover{
    color:#CE9F0E;
}
.section-padding{
    padding:80px 0;
}
.section-padding1{
    padding:80px 0 0 0;
}
.common-heading p{
    /*width: 65%;*/
    margin: auto;
    display: block;
    font-size: 23px;
}
.common-heading .topic{
    font-size: 45px;
    line-height: unset;
    font-weight: 500;
    color: #CE9F0E;
}

.charak img{
    animation-name: angry-animation;
    animation-duration: 110s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    width: 90%;
    opacity: 0.1;
  }
  .charak{
    position:absolute;
    top:0;
    left: 8%;
  }
  @keyframes angry-animation {
    100%{
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
/* ########################### Top Bar ############################# */
#top-bar .social-icon-header a{
    color:#CE9F0E;
    font-size: 15px;
    margin: 0px 18px 0px 0px;
}
#top-bar .contact-info-header i{
    color:#CE9F0E;
    font-size: 16px;
    margin: 0px 12px 0px 0px;
    font-family: popins !important;
}
#top-bar .contact-info-header a{
    /*color: #fff;*/
    font-size: 16px;
}
#top-bar{
    padding:6px 15px;
    border-bottom: 1px solid lightgrey;
    /*background-color:#CE9F0E;*/
}
#top-bar .contact-info-header span{
    margin-right: 25px;
    display: inline-flex;
}
#top-bar .contact-info-header span:last-child{
    margin-right: 0px;
}
/* ################################ Navigation ########################## */
#header .navbar-brand img{
    width: 220px;
    height: 79px;
   /* top: -4px;*/
    position: relative;
    object-fit: contain;
}
#header.fixed-nav .navbar-brand img {
    /*width: 210px;*/
    object-fit: contain;
}
/* #header{
    padding: 0px 40px;
} */
#header .navbar-brand{
    padding:0;
}
#header .nav-link{
    font-size: 14px;
    font-weight: 500;
    line-height: 65px;
    margin: 0 10px !important;
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    line-height: initial !important;
}
header .fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    right: 0;
    z-index: 999;
    width: 100%;
    box-shadow:0px 0px 3px 1px lightgrey;
    animation: smoothScroll 1s forwards;
}
header .fixed-nav .nav-link{
    line-height: 40px !important;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
/* ###################### Home Banner ########################### */
#banner-slider{
    background-color: #000;
    height:800px;
}
#banner-slider .carousel-item img{
    opacity:0.5;
    object-fit: cover;
}
#banner-slider .carousel-caption{
    top: 0px;
    bottom: 0px;
    left: 8%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0 0 auto;
    text-align: left ;
}
#banner-slider .carousel-control-next, #banner-slider .carousel-control-prev{
    width:4%;
}
#banner-slider .top-text{
    font-size: 75px;
    text-align: left;
    line-height: normal;
    margin-bottom: 30px;
    font-weight: 500;
}
#banner-slider .mid-text{
    font-size: 23px;
    margin-bottom: 35px;
    color: #efe7e7;
}
#banner-slider .buttons{
    text-align: left;
}
#banner-slider .buttons .banner-button-1{
    color: rgb(198, 122, 71);
    background-color: rgb(255, 255, 255);
    border:1px solid rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 14px 30px;
    font-weight: 600;
    font-size: 13px;
    margin-right: 20px;
    transition: 0.5s;
}

 .banner-button-2{
    color:  #fff;
    font-weight: 600;
    background-color:transparent;
    border-left:1px solid  #fff;
    border-right:1px solid  #fff;
    text-transform: uppercase;
    padding: 14px 30px;
    font-size: 13px;
    display: inline-block;
    margin-right: 20px;
    transition: 0.5s;
    position: relative;
}
 .banner-button-2 .a{
    position: absolute;
    top:0;
    width:65%;
    left:0;
    height: 1px;
    background-color: #fff;
    transition:0.5s;
}
.banner-button-2 .b{
    position: absolute;
    top:0;
    width:20%;
    right:0;
    height: 1px;
    background-color: #fff;
    transition:0.5s;
}
.banner-button-2 .c{
    position: absolute;
    bottom:0;
    width:20%;
    left: 0;
    height: 1px;
    background-color: #fff;
    transition:0.5s;
}
.banner-button-2 .d{
    position: absolute;
    bottom:0;
    width:65%;
    right:0;
    height: 1px;
    background-color: #fff;
    transition:0.5s;
}
.banner-button-2:hover >.a, .banner-button-2:hover >.d{
    width:20%;
    transition:0.5s;
}
.banner-button-2:hover >.c, .banner-button-2:hover >.b{
    width:65%;
    transition:0.5s;
}

.banner-button-2:hover{
    color: #fff;
    transition: 0.5s;
}
#banner-slider p{
    color:#fff;
}
#banner-slider .buttons .banner-button-1:hover{
    color: #fff;
    background-color:transparent;
    transition: 0.5s;
}
 .carousel-indicators li {
    width: 15px;
    border: 2px solid white;
    background-color: transparent;
    height: 15px;
    border-radius: 50%;
}
 .carousel-indicators .active {
    background-color: transparent;
}
.carousel-indicators li::after {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    display: inline-block;
    width: 5px;
    background-color: #fff;
    height: 5px;
    content: "";
    right: 0;
    margin: auto;
    border-radius: 50%;
}
.carousel-indicators li.active::after{
    background-color: #CE9F0E;
}
#banner-slider{
    position:relative;
}
#banner-slider iframe{
    width:100%;
    z-index: -1;
}
#banner-slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    content: '';
    opacity: .5;
    background: linear-gradient(45deg, rgb(0, 0, 0) 0, #000000 100%);
}
.tv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .tv .screen.active {
    opacity: 1;
  }
/* ############################# About ######################### */
.line{
    position: relative;
    color: #8a8a8a;
    font-size: 22px;
}
.line:before{
    content: "";
    position: relative;
    display: inline-block;
    width: 51px;
    height: 1px;
    vertical-align: super;
    top: 2px;
    margin-right: 10px;
    background-color: #CE9F0E;
}
#about .carousel-inner {
    z-index: 9;
}
#about img{
    width:390px;
    height: 400px;  
    object-fit: cover;
}
.border-effect{
    position:relative;
    padding: 16px 0 0 0;
}
.border-effect:after{
    position: absolute;
    content: "";
    top: 8px;
    left: -2%;
    width: calc(100% - -15px);
    height: calc(100% - 1px);
    border: 1px solid #CE9F0E;
    transition: 0.5s;
}
.border-effect:hover:after{
    top: -1px;
    width: calc(100% - 50px);
    height: calc(100% - 22px);
    transition: 0.5s;
}
#about .carousel-indicators {
    margin: 14px 0;
    justify-content: flex-end;
    right: 11%;
    bottom: -40px;
}
#about .banner-button-2{
    color:  #CE9F0E;
    border-left:1px solid  #CE9F0E;
    border-right:1px solid  #CE9F0E;
}
 #about .banner-button-2 .a{
    background-color: #CE9F0E;
}
#about .banner-button-2 .b{
    background-color: #CE9F0E;
}
#about .banner-button-2 .c{
    background-color: #CE9F0E;
}
#about .banner-button-2 .d{
    background-color: #CE9F0E;
}
#about .banner-button-2:hover{
    color: #CE9F0E;
}
.about-heading{
    color: #CE9F0E;
    font-size: 48px;
    line-height: 60px;
}
#about .carousel-indicators li {
    width: 15px;
    border: 1px solid #CE9F0E;
    background-color: transparent;
    height: 15px;
    border-radius: 50%;
}
#about .about-content{
    width: 100%;
    margin: auto;
}
#about .yoga-logo img{
    width: 100%;
    object-fit: contain;
    height: auto;
    margin-bottom: 20px;
}
/* ########################## Benefits ########################### */
#benefits img{
    width:220px;
    height:200px;
    margin-bottom: 20px;
}
#benefits h5{
    font-size: 26px;
}
/* ############################# Courses #################### */
#course .banner-button-2{
    padding: 9px 15px;
    font-size: 12px;
}
#course .card{
    margin: 18px 14px;
    box-shadow: 0px 0px 9px 1px #8e8e8e7d;
}

#course .card-title{
    color: #CE9F0E;
    font-weight: 600;
}
#course .card-text{
   font-size:17px;
   height:120px;
}
#course hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid rgb(208, 147, 106);
}
#course .banner-button-2{
    color:  #CE9F0E !important;
    border-left:1px solid  #CE9F0E !important;
    border-right:1px solid  #CE9F0E !important;
}
#course .border-effect:hover:after{
    top: -3%;
    left:4%;
    height: 98%;   
    z-index: -1;
    transition: 0.5s;
}
 #course .banner-button-2 .a{
    background-color: #CE9F0E;
}
#course .banner-button-2 .b{
    background-color: #CE9F0E;
}
#course .border-effect:after{
        top: 0px;
        left: 0%;
        z-index: -1;
        width: 100%;
        height: 100%;    
}
#course .border-effect{
    padding-top: 0;
    /* padding-bottom: 15px; */
}
#course .banner-button-2 .c{
    background-color: #CE9F0E;
}
#course .banner-button-2 .d{
    background-color: #CE9F0E;
}
#course img{
    object-fit: cover;
    height:210px;
}
#course .banner-button-2:hover{
    color: #CE9F0E;
}
#course .courses{
    overflow:hidden;
}
/* ############################# Other Benefits ################### */
.bowl{
    width:398px;
    position: relative;
}
.opac-list{
    color: rgba(239,214,193,.3);
    font-size: 100px;
    line-height: 1;
    left: 0;
    top: -23%;
    position: absolute;
}
.opac-list3{
    color: #CE9F0E;
    font-size: 70px;
    line-height: 1;
    left: 65px;
    /*top: -23%;*/
    position: absolute;
    text-shadow: 2px 2px 3px saddlebrown;
}
.opac-list1{
    color: #CE9F0E;
    font-size: 70px;
    line-height: 1;
    width: 100%;
    /*left: 52%;
    top: 38%;*/
    position: absolute;
    text-shadow: 2px 2px 3px saddlebrown;
}
.opac-image{
    position: relative;
    padding-top: 6%;
}
.opac-image .opac-list{
    z-index: -1;
    top: -16%;
    left: -5%;
    font-size: 100px;
    letter-spacing: 5px;
}
.opac-box{
    padding-left: 20%;
    position: relative;
}
#other-benefits{
    background-image: url(../images/leaf-1.png);
    background-repeat: no-repeat;
    background-position: right;
    overflow: hidden;
}
#other-benefits .chakra-icon{
    width: 150px;
    margin-bottom: 15px;
}
.opac-heading{
    font-size: 26px;
    font-weight: 600;
}
/* #################### Team ############################ */
.our-team .team{
    padding: 10px 20px;
}
.our-team .border-effect{
    padding: 0;
}
.our-team{
    margin: 12px 0;
    cursor: grab;
}
.our-team .team-dp img{
    height: 300px;
    object-fit: cover;
    object-position: top;
    box-shadow: 0px 0px 7px 1px #f3f3f3;
}
.our-team .team-name{
    color: #000;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.our-team .line {
    font-size: 15px;
    display: block;
    margin-top: 15px;
}
.our-team .slick-list{
    padding: 15px 0;
}
#home-team{
    background-image: url(../images/flowerboth.png);
    background-position: bottom -5% left;
    background-repeat: no-repeat;
    background-size: contain;
}
.our-team .border-effect:after{
    top: 0;
    left: 0;
    width: calc(100%);
    height: calc(100%);
    opacity: 0;
    z-index: -1;
}
.our-team .border-effect:hover:after{
    top: -12px;
    left: 12px;
    height: calc(100% -12px);
    opacity: 1;
}
/* ############# event ############### */
#event .opac-image .opac-list {
    left: -11%;
    top: -40%;
}
#event .opac-image{
    padding: 0;
}
#event .border-effect:after{
    top: -14px;
    left: 14px;
    width: calc(100%);
    height: calc(100%);
    z-index: -1;
    transition: 0.4s;
}
#event .border-effect:hover:after{
    top: -19px;
    left: 19px;
    height: calc(100% -20px);
    opacity: 1;
    transition: 0.4s;
}

#event .about-content{
    width: 88%;
    margin-left: auto;
}
#event{
    background-image: url(../images/flower2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
/* ################## testimonial ##################### */
#testimonial img{
    width: 96px;
    height: 96px;
    border: 1px solid #9c97976b;
    border-radius: 50%;
    margin-right: 25px;
    object-fit: cover;
}
.morecontent span {
    display: none;
}
#testimonial .testi-text{
    position: relative;
    padding-left: 10%;
    padding-top:5%;
}
#testimonial .opac-list {
    color: rgba(239,214,193,.3);
    font-size: 60px;
    top: 0;
}
#testimonial h5{
    font-size:26px;
}
#testimonial p{
    color: #CE9F0E;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
#testimonial .carousel-indicators li {
    border: 2px solid #CE9F0E;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
#testimonial .carousel-indicators{
    display:block;
    position: relative;
}
.testi-line{
    position: relative;
}
.testi-line:after{
    content: "";
    display: block;
    width: 2px;
    height: 90px;
    margin: auto;
    background-color: #CE9F0E;
}
.testi-nav{
    position: absolute;
    right: -15%;
    top: -30%;
    width: 25px;
    z-index: 9;
}
.testi-nav .carousel-indicators2 li{
    display:none;
    list-style: none;
}
.testi-nav .carousel-indicators2 li.active{
    display:block;
}
.testi-nav .carousel-indicators2{
    padding: 0;
    text-align: center;
    font-size: 45px;
    margin-bottom: 0;
    font-weight: 600;
    color: #CE9F0E;
    line-height: normal;
}
/* ######################### Footer #################### */
footer .footer-logo img{
    width: 300px;
    margin: auto;
    display: block;
}
footer{
    /*background-color: #ffffcc;
    background-image: url(../myimages/footer.png);*/
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid #CE9F0E;
}
footer .footer-social-media-link{
    text-align: center;
}
footer .facebook,footer .instagram,footer .twitter,footer .pinterest{
    position: relative;
    margin-right: 18px;
    margin-left: 18px;
}
footer .facebook i,footer .instagram i,footer .twitter i,footer .pinterest i{
    position: absolute;
    top: -18px;
    color: #CE9F0E87;
    font-size: 50px;
    opacity: 0.5;
}
footer .facebook i{
    left: 22px;
}
footer .pinterest i{
    left: 8px;
}
footer .instagram i{
    left: 15px;
}
footer .twitter i{
    left: 10px;
}
.footer-contact {
    font-family: sans-serif !important;
}
.footer-contact p {
    line-height: 131% !important;
	letter-spacing: .5px !important;
}
footer .footer-menu-link i{
    color: #CE9F0E;
    margin-right: 10px;
}
footer .footer-menu-link a{
    font-size: 18px;
    position: relative;
    margin:0 7px;
}
footer .footer-social-media-link a{
    color: #CE9F0E;
    font-weight: 700;
    font-size: 18px;
}
.footer-menu-link span a:after{
    content: "";
    width: 1px;
    top: 4px;
    height: 17px;
    right: -10px;
    position: absolute;
    background-color: #CE9F0E;
}
.bottom-bar a{
    color: #CE9F0E;
    font-weight: 300;
}
.bottom-bar p{
    font-size: 16px;
}
.bottom-bar{
    padding: 10px 0;
    /*background-color: #CE9F0E;*/
    border-top: 1px solid #c5c5c5;
}

/* #################### Banner ####################### */
#banner{
    background-image: url("../images/new-images/founder.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
#banner.festival{
    background-image: url("../images/event-banner.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
#banner.testimonial{
    background-image: url("../images/testimonial-banner.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}


#banner.yoga-banner1{
    background-image: url("../images/yoga-banner1.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
#banner.yoga-banner2{
    background-image: url("../images/yoga-banner2.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
#banner.yoga-banner3{
    background-image: url("../images/yoga-banner3.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
#banner.yoga-banner4{
    background-image: url("../images/yoga-banner4.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}



#banner.yoga-retreat1{
    background-image: url("../images/retreat-banner1.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
#banner.yoga-retreat2{
    background-image: url("../images/retreat-banner2.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
#banner.yoga-retreat3{
    background-image: url("../images/retreat-banner3.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
#banner.yoga-retreat4{
    background-image: url("../images/retreat-banner4.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
#banner.yoga-retreat5{
    background-image: url("../images/retreat-banner5.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
#banner.yoga-retreat6{
    background-image: url("../images/retreat-banner6.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
#banner.yoga-retreat7{
    background-image: url("../images/retreat-banner7.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
#banner.yoga-retreat8{
    background-image: url("../images/retreat-banner8.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
#banner.yoga-retreat9{
    background-image: url("../images/retreat-banner9.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
#banner.yoga-retreat10{
    background-image: url("../images/retreat-banner10.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
#banner.yoga-retreat11{
    background-image: url("../images/retreat-banner11.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
#banner.yoga-retreat12{
    background-image: url("../images/retreat-banner12.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}






#banner.founder{
    background-image: url(../images/new-images/founder.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
#banner.accommodation{
    background-image: url(../images/accommodation-banner.jpg);
    background-position: top;
    background-size: cover;
    position: relative;
}
#banner.facility{
    background-image: url(../images/facility-banner.jpg);
    background-position: top;
    background-size: cover;
    position: relative;
}

.banner-heading{
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 0;
    color: white;
}
.overlay{
    position: absolute;
    background-color: #000000a6;
    top: 0;
    width: 100%;
    height: 100%;
}
/* ############################## About US ################################# */
.extra-text .opac-image .opac-list{
    left:30% !important;
    top: 25px !important;
}
#about-us1 .opac-image .opac-list {
    left: -17%;
    top: -25%;
}
#about-us1.founder .border-effect img{
    height: 280px;
    object-fit: cover;
}
#about-us2.story .founder-n .border-effect img{
    height: 444px;
    object-fit: cover;
}
#about-us2.story .border-effect img {
    height: 472px;
    object-fit: cover;
    object-position: top;
}
#about-us2 .foundation-two .border-effect img {
    height: 505px;
    object-fit: cover;
}
#about-us1 .opac-image{
    padding: 0;
}
#about-us1 .border-effect:after{
    top: -14px;
    left: 14px;
    width: calc(100%);
    height: calc(100%);
    z-index: -1;
    transition: 0.4s;
}
#about-us1 .border-effect:hover:after{
    top: -19px;
    left: 19px;
    height: calc(100% -20px);
    opacity: 1;
    transition: 0.4s;
}
#about-us1 .banner-button-2{
    color:  #CE9F0E;
    border-left:1px solid  #CE9F0E;
    border-right:1px solid  #CE9F0E;
}
 #about-us1 .banner-button-2 .a{
    background-color: #CE9F0E;
}
#about-us1 .banner-button-2 .b{
    background-color: #CE9F0E;
}
#about-us1 .banner-button-2 .c{
    background-color: #CE9F0E;
}
#about-us1 .banner-button-2 .d{
    background-color: #CE9F0E;
}
#about-us1 .banner-button-2:hover{
    color: #CE9F0E;
}
#about-us1 .about-content{
    width: 94%;
    margin-left: auto;
}
#about-us1{
    background-image: url(../images/flower2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}
#about-us2 .opac-image .opac-list {
    left: -17%;
    top: -25%;
}
#about-us2 .opac-image{
    padding: 0;
}
#about-us2 .border-effect:after{
    top: -14px;
    left: 14px;
    width: calc(100%);
    height: calc(100%);
    z-index: -1;
    transition: 0.4s;
}
#about-us2 .border-effect:hover:after{
    top: -19px;
    left: 19px;
    height: calc(100% -20px);
    opacity: 1;
    transition: 0.4s;
}
#about-us2 .banner-button-2{
    color:  #CE9F0E;
    border-left:1px solid  #CE9F0E;
    border-right:1px solid  #CE9F0E;
}
 #about-us2 .banner-button-2 .a{
    background-color: #CE9F0E;
}
#about-us2 .banner-button-2 .b{
    background-color: #CE9F0E;
}
#about-us2 .banner-button-2 .c{
    background-color: #CE9F0E;
}
#about-us2 .banner-button-2 .d{
    background-color: #CE9F0E;
}
#about-us2 .banner-button-2:hover{
    color: #CE9F0E;
}
#about-us2 .about-content{
    /* width: 94%; */
    margin-left: auto;
}
#about-us2{
    background-image: url(../images/flower.png);
    background-position: bottom -90px left;
    background-repeat: no-repeat;
}
/* ########################## Contact Us ########################  */
.contact-info .contact-icon i{
    font-size: 30px;
    color: #CE9F0E;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: 0.3s;
}
.contact-icon:hover> span .fas{
    color:#fff;
    transition: 0.3s;
}
.contact-icon:hover> span{
    background-color: #CE9F0E;
    transition: 0.3s;
}

#contact-us{
    background-image: url("../images/big-leaf.png");
    background-position: left;
}
#get-in-touch .about-heading {
    color: #CE9F0E;
    font-size: 50px;
    line-height: 45px;
}
#get-in-touch .contact-form{
    width: 85%;
    margin: auto;
}
.contact-info .contact-icon span{
    width: 85px;
    height: 85px;
    border: 2px solid #CE9F0E;
    border-radius: 50%;
    transition: 0.3s;
    display: inline-block;
}
#contact-us .contact-info{
    column-count: 3;
    text-align: center;
}
#get-in-touch .banner-button-2{
    color:  #CE9F0E;
    border-left:1px solid  #CE9F0E;
    border-right:1px solid  #CE9F0E;
    border-top:0px;
    border-bottom:0px;
}
 #get-in-touch .banner-button-2 .a{
    background-color: #CE9F0E;
}
#get-in-touch{
    background-image: url("../images/big-leaf.png");
    background-position: right bottom;
    background-size: cover;
}
#get-in-touch .banner-button-2 .b{
    background-color: #CE9F0E;
}
#get-in-touch .banner-button-2 .c{
    background-color: #CE9F0E;
}
#get-in-touch .banner-button-2 .d{
    background-color: #CE9F0E;
}
#get-in-touch .banner-button-2:hover{
    color: #CE9F0E;
}
/* ################################## Training ############################### */
#training-overview .opac-image .opac-list {
    left: 18% !important;
    top: 0px !important;
}
#training-overview .opac-image{
    padding: 0;
}
#training-overview .border-effect:after{
    top: -14px;
    left: 14px;
    width: calc(100%);
    height: calc(100%);
    z-index: -1;
    transition: 0.4s;
}
#training-overview .border-effect img,#about-us1 .border-effect img{
    height:495px;
    object-fit: cover;
}
#training-overview.retreat1 .border-effect img{
    height:510px;
    object-fit: cover;
}
#training-overview.retreat1 .extra-retreat .border-effect img{
    height:468px;
    object-fit: cover;
}
#training-overview.retreat1 .extra-retreat2 .border-effect img{
    height:445px;
    object-fit: cover;
}
#training-overview.retreat2 .extra-retreat2 .border-effect img{
    height:435px;
    object-fit: cover;
}
#training-overview.retreat2 .border-effect img{
    height:464px;
    object-fit: cover;
}
#about-us2 .border-effect img{
    height:445px;
    object-fit: cover;
}
#training-overview .border-effect:hover:after{
    top: -19px;
    left: 19px;
    height: calc(100% -20px);
    opacity: 1;
    transition: 0.4s;
}
#training-overview .banner-button-2{
    color:  #CE9F0E;
    border-left:1px solid  #CE9F0E;
    border-right:1px solid  #CE9F0E;
}
 #training-overview .banner-button-2 .a{
    background-color: #CE9F0E;
}
#training-overview .banner-button-2 .b{
    background-color: #CE9F0E;
}
#training-overview .banner-button-2 .c{
    background-color: #CE9F0E;
}
#training-overview .banner-button-2 .d{
    background-color: #CE9F0E;
}
#training-overview .banner-button-2:hover{
    color: #CE9F0E;
}
#training-overview .about-content{
    width: 94%;
    margin-left: auto;
}
#training-overview .retreat-extra-text p{
    width: 97%;
    margin-left: auto;
}
#training-overview{
    background-image: url(../images/flower2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    overflow: hidden;
}
/* #training-overview .about-heading {
    font-size: 36px;
    line-height: 44px;
} */
.selector .nav.nav-tabs{
    display:block;

}
.selector-header{
    position: relative;
}
.selector-header img{
    width: 45px;
    background-color: #fff;
    margin: auto;
    position: relative;
    z-index: 9;
    padding: 0 4px;
    display: block;
}
.selector-header:before{
    content: "";
    width: 90%;
    top: 50%;
    left: 0;
    position: absolute;
    height: 1px;
    background-color: #CE9F0E;
    margin: auto;
    right: 0;
}
.selector .nav-link{
    border:0px solid transparent;
    border-radius: 0;
}
.selector .nav-item{
    border-top:1px solid #CE9F0E;
    border-bottom:1px solid #CE9F0E;
    border-radius: 0;
}
.selector .nav-item:first-child{
    border-top:0px solid #CE9F0E;
}
.selector .nav-item:last-child{
    border-bottom:0px solid #CE9F0E;
}
.selector .nav-link.active{
    background-color:  #CE9F0E;
    color:#fff
}
.selector-list i{
    margin-right:12px;
}
.selector-list a.active i{
    display: inline-block;
}
.selector{
    background-color: #fff;
    padding: 25px 0;
    position: sticky;
    top:0;
    border: 2px solid #CE9F0E;
    box-shadow: 7px 8px 11px 1px #b9b9b9;
}

#training-content .leaf img{
    position: relative;
    bottom: -30px;
}
#training-content .tab-content{
    position: sticky;
    top:0;
}
.tab-content .myaccordion .card-header{
    padding: 0 18px;
}
.tab-content .myaccordion .card{
    margin-bottom: 8px;
}
#training-content{
    background-image: url(../images/leaf-1.png);
    background-repeat: no-repeat;
    background-position: right;
}
.tab-content ul li:before {
    content: '\f56b';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 15px;
    left: 0px;
    top: 4px;
    color: #CE9F0E;
    position: absolute;
}
.tab-content ul li{
    position: relative;
    list-style: none;
    padding-left: 24px;
    font-size: 20px;
    margin-bottom: 11px;
    line-height: normal;
}
.tab-content table thead{
    background-color: #CE9F0E;
    color:#fff;
}
.tab-content table tbody th{
    color: #CE9F0E;
}
#training-content .banner-button-2{
    color:  #CE9F0E;
    border-left:1px solid  #CE9F0E;
    border-right:1px solid  #CE9F0E;
    border-top:0px;
    padding: 7px 17px;
    border-bottom:0px;
}
 #training-content .banner-button-2 .a{
    background-color: #CE9F0E;
}
#training-content .banner-button-2 .b{
    background-color: #CE9F0E;
}
#training-content .banner-button-2 .c{
    background-color: #CE9F0E;
}
#training-content .banner-button-2 .d{
    background-color: #CE9F0E;
}
#training-content .banner-button-2:hover{
    color: #CE9F0E;
}
#training-overview .border-effect.event img{
    height: 450px;
    object-fit: cover;
}
/* ############################################ Gallery ################################## */
.portfolio-menu {
    margin: 30px auto;
}
#gallery .leaf{
    position: relative;
    bottom: -30px;
}
#gallery {
    background-image: url(../images/big-leaf.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#gallery .lightbox img, #gallery .embed-responsive{
    margin-bottom: 17px;
    height:224px;
    object-fit: cover;
}
#gallery .opac-image .opac-list {
    z-index: 0;
    top: 30px;
    left: -11%;
}
.portfolio-menu ul li {
    margin: 0;
    list-style: none;
    padding: 10px 20px;
    border-bottom: 1px solid #CE9F0E;
    cursor: pointer;
    transition: all .5 ease;
}
.portfolio-menu li:last-child{
    border-bottom: 0px solid transparent;
}
.portfolio-menu ul {
    padding:0;
}

.portfolio-menu ul li:hover {
    color: #CE9F0E;
}
.portfolio-menu i{
    margin-right: 8px;
}
.portfolio-menu ul li.active {
    background: #CE9F0E;
    color: #fff;
}

.portfolio-item {
    max-width: 1000px;
    margin: 30px auto;
}

.portfolio-item .item {
    width: 50%;
    display: inline-block;
    padding: 0 10px;
}

.portfolio-item .item div {
    height: 224px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .portfolio-item .item {
    width: 50%;
    padding:0 15px;
}
}

@media screen and (max-width: 640px) {
  .portfolio-item .item {
    width: 100%;
}
}
.l-scroll{
    position: sticky;
    top:0;
}
/* ############################### Healing ####################################### */

.healing{
    overflow: hidden;
}
.healing .opac-image .opac-list {
    left: -17%;
    top: -25%;
}
.healing .border-effect:after{
    top: -14px;
    left: 14px;
    width: calc(100%);
    height: calc(100%);
    z-index: -1;
    transition: 0.4s;
}
.healing .border-effect:hover:after{
    top: -19px;
    left: 19px;
    height: calc(100% -20px);
    opacity: 1;
    transition: 0.4s;
}
.healing .border-effect {
    padding:0;
}
.healing .border-effect {
    padding: 0;
    z-index: 9;
}
.healing .img{
    z-index: 9;
}
.healing{
    background-image: url(../images/flower2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.healing .border-effect img{
    height: 355px;
    object-fit: cover;
    object-position: top;
}
/* #################################################### Team #################################################### */
.team .row{
    padding: 50px 0;
}
.team .container{
    overflow: hidden;
}
/* #################################################### Workshop Benefits ################################### */
#workshop-benefits .benefit-image img{
    height: 100px;
    /*width: 70px;*/
    object-fit: contain;
    margin-bottom: 12px;
}
.workshop-beneimg{
    width: 100%;
    /* padding: 12%; */
    height: 100%;
    object-fit: contain;
    position: inherit;
}
#about-us1 .workshop img{
    object-fit: cover;
    height:345px;
}
#about-us1 .workshop2 img{
    object-fit: cover;
    height:365px;
}
#workshop-benefits{
    background-image: url(../images/leaf-1.png);
    background-repeat: no-repeat;
    background-position: right;
}
#workshop-benefits .leaf img {
    position: relative;
    bottom: -30px;
}
/* ############################### Contact Strip ############################### */
#contact-strip{
    margin-top: 6rem;
    padding: 40px 0;
    background-color: #CE9F0E;
}
#contact-strip .contact-strip-heading{
    color: #fff;
    font-size: 35px;
    margin-bottom: 0;
}
#contact-strip img{
    position: absolute;
    width: 220px;
    top: -5.6rem;
}
/* ############################################### Faqs ################################################ */

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}
.faq-image{
    object-fit: cover;
    height: 400px !important;
}
.faqs .border-effect:after {
    position: absolute;
    content: "";
    top: 13px;
    left: 3%;
    width: calc(100% - 0px);
    height: calc(100% - 35px);
    z-index: -1;
    border: 1px solid #CE9F0E;
    transition: 0.5s;
}
.faqs .border-effect:hover::after {
    top: 5px;
    left: 5%;
    transition: 0.5s;
}
.faqs{
    overflow: hidden;
}
.faqs.bg-light .card {
    background-color: transparent;
}
.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}
.faq-image2 {
    object-fit: cover;
    height: 460px !important;
}
.faq-image3 {
    object-fit: cover;
    /*height: 835px !important;*/
}
.myaccordion .fa-stack {
  font-size: 8px;
}

.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #CE9F0E;
    white-space: normal;
    padding: 8px;
    text-align: left;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}









@media only screen and (min-width: 991px) {
    .navbar {
      padding-top: 0;
      padding-bottom: 0;
    }
    #header .active {
        color:#CE9F0E;
    }
    header .dropdown-menu:before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 4px;
        background-color: #CE9F0E;
    }
    header .dropdown-item:hover{
        background-color: #CE9F0E;;
        color: #fff;
        transition: 0.3s;
    }
    .nav-pills .nav-link {
      padding-top: 15px;
      padding-bottom: 15px;
      border-radius: 0;
    }
    .dropdown-menu{
        margin: 0;
        border: 0;
    border-radius: 0;
    box-shadow: 0px 3px 5px 0px #afafafcf;
    
    }
    .dropdown:hover>.dropdown-menu {
        display: block;
      }
      .mega:hover>.dropdown-menu {
        display: block;
      }
      .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        }
        @-webkit-keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
        }
        @keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
        } 
  }


  .c-scroll {
    position: relative;
  }
  .c-scroll__link {
    color: inherit;
  }
  .c-scroll__paper {
    background-color: #dac48b;
    margin: 0 35px;
    position: relative;
  }
  .c-scroll__holder {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .c-scroll__roll {
    background-color: #dac48b;
    height: 43px;
    position: relative;
    width: 400px;
    margin: 0 5px;
  }
  .c-scroll__roll:before {
    content: '';
    bottom: 2px;
    left: -7px;
    position: absolute;
    top: 2px;
    width: 7px;
    background-color: #4A2B11;
    background-image: linear-gradient(to bottom, #4A2B11 5%, #CD9E53 55%, #CD9E53, #4A2B11);
  }
  .c-scroll__roll:after {
    content: '';
    bottom: 2px;
    right: -7px;
    position: absolute;
    top: 2px;
    width: 7px;
    background-color: #4A2B11;
    background-image: linear-gradient(to bottom, #4A2B11 5%, #CD9E53 55%, #CD9E53, #4A2B11);
  }
  .c-scroll__knob {
    background-color: #CD9E53;
    background-image: linear-gradient(to right, #4A2B11 5%, #CD9E53 55%, #CD9E53, #4A2B11);
    box-shadow: inset 0 6px 32px #4a2b11;
    border-radius: 15px/30px;
    height: 70px;
    position: relative;
    width: 29.9145299145px;
  }

  .c-scroll__heading {
    text-align: center;
  }
  .c-scroll__paragraph {
    line-height: 1.3;
  }
  
  .c-scroll__knob--small {
    position: absolute;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  
  .c-scroll__knob--left {
    left: -20px;
  }
  
  .c-scroll__knob--right {
    right: -20px;
  }
  
  .c-scroll__holder--bottom {
    margin-top: -20px;
  }
  
  .c-scroll__holder--top {
    margin-bottom: -20px;
  }
  
  @media screen and (orientation: landscape) {
 
    .c-scroll .c-scroll__paper {
      background-image: linear-gradient(to bottom, #c19b5d 0%, #d9ba7e 3%, #ebd095 10%, #ebd095 89%, #e5c78b 91%, #a27a43 100%);
      box-shadow: inset 0 0 32px #c19b5d;
    }
    .c-scroll .c-scroll__roll {
      background-image: linear-gradient(to bottom, #98743C, #EED89F 60%, #98743C);
      box-shadow: -4px -6px 17px 0px #cecece;
    }
    .c-scroll .c-scroll__roll--bottom {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
  @media screen and (orientation: portrait) {
    .c-scroll .c-scroll__content {
      padding: 0 20px;
    }
    .c-scroll .c-scroll__paper {
      background-image: linear-gradient(to top, #cba567 0%, #e3c488 3%, #ebd095 10%, #ebd095 89%, #e5c78b 91%, #d5af71 100%);
      box-shadow: inset 0 0 32px #c19b5d;
    }
    .c-scroll .c-scroll__roll--bottom {
      background-image: linear-gradient(to top, #d4b078, #EED89F 30%, #98743C);
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    .c-scroll .c-scroll__roll--top {
      background-image: linear-gradient(to bottom, #98743C, #EED89F 70%, #b6925a);
    }
  }
  .c-candle {
    bottom: -50px;
    width: 70px;
    margin-left: 100px;
    position: relative;
    height: 170px;
  }
  @media screen and (orientation: portrait) {
    .c-candle {
      bottom: -50px;
      margin-left: 100px;
    }
  }
  @media screen and (orientation: landscape) {
    .c-candle {
      bottom: -130px;
      margin-left: 60px;
    }
  }
  
  .c-candle__wick {
    position: absolute;
    width: 6px;
    height: 50px;
    background: #23161a;
    top: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%) skewX(2deg) scale(0.5);
            transform: translateX(-50%) skewX(2deg) scale(0.5);
    border-radius: 10%;
    box-shadow: 0 0 2px 0 black;
  }
  .c-candle__wick:before {
    content: '';
    position: absolute;
    width: 0;
    left: 50%;
    height: 10px;
    box-shadow: 0 -14px 10px 8px white, 0 -10px 10px 8px rgba(255, 215, 0, 0.7), 0 -3px 10px 8px rgba(255, 106, 0, 0.7), 0 6px 3px 4px black;
  }
  .c-candle__wick:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    box-shadow: 0 5px 2px 3px gold, 0 20px 2px 14px gold, 0 -6px 4px 5px rgba(98, 33, 27, 0.8), 0 0px 1px 4px rgba(255, 106, 0, 0.7), 0 0px 3px 4px #ff6a00, 0 5px 3px 4px gold;
  }
  
  .c-flame {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    width: 20px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    -webkit-transform-origin: 50% 90%;
            transform-origin: 50% 90%;
  }
  .c-flame__top {
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    border-top-left-radius: 500%;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 500%;
    border-bottom-right-radius: 50px;
    -webkit-transform: skewY(-10deg);
            transform: skewY(-10deg);
    box-shadow: 0 0 0 3px white, 0 -20px 1px 4px white, 0 -25px 2px 3px gold, 0 -30px 5px 4px #ff6a00, 0 0px 150px 10px #ff6a00, 0 -10px 2px 4px white, 0 -5px 3px 3px white;
    -webkit-animation: flame-up 4s infinite;
            animation: flame-up 4s infinite;
  }
  .c-flame__shadows {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 5px 20px 15px gold, 0 0 100px 20px #ff6a00, 0 15px 50px 15px #ff6a00, 5px 30px 5px 13px #ff6a00, 5px 50px 5px 13px #ff6a00, 0 75px 50px 30px black;
  }
  .c-flame__bottom {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    position: absolute;
    bottom: 6px;
    left: 9px;
    width: 1px;
    height: 8px;
    border-radius: 1%;
    background: #2c2b39;
    box-shadow: 0 6px 10px 12px rgba(60, 76, 125, 0.3), 0 0 4px 8px #2c2b39, 0 -12px 10px 8px rgba(255, 106, 0, 0.5), 0 5px 7px 12px #2c2b39, 0 -3px 10px 12px #2c2b39, 5px -10px 10px 5px red, 0 -15px 10px 10px gold, 5px -25px 10px 5px gold, 0 2px 5px 10px #30537d, 0 -2px 2px 14px #76daff, 0 2px 10px 12px #76daff;
  }
  
  .c-candle__wax {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: inner-glow 4s infinite;
            animation: inner-glow 4s infinite;
    background: #ff9224;
    background: linear-gradient(top, #f6a914 0%, #bb7910 31%, #29150a 100%);
    border-top-left-radius: 34px;
    border-top-right-radius: 14px;
    box-shadow: inset 0 14px 13px -10px #fbf348, inset 0 26px 123px -31px rgba(255, 0, 0, 0.4), inset 0 2px 2px 0 black, 0 0 1px 0 #ff6a00, inset 0 -50px 115px #29150a;
  }
  
  @-webkit-keyframes move {
    0% {
      -webkit-transform: skewX(2deg) skewY(5deg);
              transform: skewX(2deg) skewY(5deg);
    }
    50% {
      -webkit-transform: skewX(-2deg) skewY(0deg);
              transform: skewX(-2deg) skewY(0deg);
    }
    100% {
      -webkit-transform: skewX(2deg) skewY(5deg);
              transform: skewX(2deg) skewY(5deg);
    }
  }
  
  @keyframes move {
    0% {
      -webkit-transform: skewX(2deg) skewY(5deg);
              transform: skewX(2deg) skewY(5deg);
    }
    50% {
      -webkit-transform: skewX(-2deg) skewY(0deg);
              transform: skewX(-2deg) skewY(0deg);
    }
    100% {
      -webkit-transform: skewX(2deg) skewY(5deg);
              transform: skewX(2deg) skewY(5deg);
    }
  }
  @-webkit-keyframes move-left {
    50% {
      -webkit-transform: skewX(3deg);
              transform: skewX(3deg);
    }
  }
  @keyframes move-left {
    50% {
      -webkit-transform: skewX(3deg);
              transform: skewX(3deg);
    }
  }



  .video-wrapper {
    position: absolute;
    width: 100%;
    height:100% !important;
    overflow: hidden;
  }
  
  .video-overlay {
    height: 100%;
    opacity: .8;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  
  .video-expand {
    color: white;
    font-size: 1.125rem;
    line-height: 1em;
    opacity: .4;
    position: absolute;
    top: 0.9375rem;
    right: 0.9375rem;
    z-index: 3;
  }
  .video-expand:hover {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
  
  .tv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity .5s;
  }
  .tv .screen.active {
    opacity: 1;
  }
  



  #home-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    content: '';
    opacity: .5;
    background: linear-gradient(45deg, rgb(0, 0, 0) 0, #000000 100%);
}
#home-banner iframe{
    width:100%;
    z-index: -1;
}



#header .mega .dropdown-menu{
    width:100%;
}
#header .mega .container{
    width:100%;
    max-width:100%;
}
#header .mega .dropdown-item {
    padding: .25rem 5px;
}
#header .navbar-nav i{
    font-size: 14px;
    margin-right: 7px;
    color: #686c6e;
}
header .dropdown-item:hover > i{
    color: #fff !important;
    transition: 0.3s;
}
header .dropdown-item{
    font-size: 15px;
}

.custom-dropdown{
    position: relative;
}
.custom-dropdown-submenu{
    display: none;
    position: absolute;
    top: 0;
    padding: 0;
    /*width: 100%;*/
    right: auto;
    color: #262829;
    list-style: none;
    left: 95%;
    z-index: 9;
    border: 1px solid #cf926a;
    background-color: white;
}
.custom-dropdown:hover> .custom-dropdown-submenu{
        display: block;
}



/* ######################## Accommodation ####################### */
#accommodation .opac-image{
    padding: 0;
}
#accommodation .accommodation-page1 .border-effect,#accommodation .accommodation-page2 .border-effect,#accommodation .accommodation-page3 .border-effect,#accommodation .accommodation-page4 .border-effect,#accommodation .accommodation-page5 .border-effect{
    margin:15px;
    padding: 0;
}
#accommodation .food .border-effect{
    margin:15px;
    padding: 0;
}
#accommodation .opac-image .opac-list{
    top: -7%;
}
#accommodation .border-effect:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0%;
    width: calc(100%);
    height: calc(100%);
    border: 1px solid #CE9F0E;
    transition: 0.5s;
}
#accommodation .border-effect:hover:after{
    top: -8px;
    left: 8px;
    z-index: -1;
    opacity: 1;
    transition: 0.4s;
}

/* ############################# Location ########################## */
.location{
    font-size: 30px;
    background-color: #CE9F0E;
    padding: 23px;
    border:1px solid #CE9F0E; 
    color: #fff;
    border-radius: 50%;
    transition: 0.3s;
}
.location-bar p b{
    color:#CE9F0E;
}
.location-wrap:hover>div span.location{
    color: #CE9F0E;
    background-color: #fff;
    cursor:pointer;
    transition: 0.3s;
}
/* #################################### Testimonial Page ####################################### */
#testimonial-page .testimonial-page-image img{
    border-radius: 50%;
    width: 250px;
    object-fit: cover;
    object-position: top;
    box-shadow: 0px 0px 22px 0px #dcdcdc;
    height: 250px;
}
#testimonial-page span{
    color: #CE9F0E;
    font-size: 16px;
    font-weight: 900;
}
/* ################################ Scholarship ############################# */
.scholar-content{
    position: absolute;
    align-items: center;
    top: 0;
    left: -58px;
    width: 100%;
    padding: 0;
    background-color: #ffc;
    bottom: 0;
    HEIGHT: 75%;
    margin: auto;
    box-shadow: 5px 6px 15px 1px grey;
}
.scholar-content h3,.scholar-content p{
    color:#fff;
}
#scholarship .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #CE9F0E;
    border-radius: 0;
    border: none;
}
#scholarship .tab-content{
    padding: 30px;
}
.scholar-text p{
    color: #353535;
    font-size: 20px;
}
.scholar-image{
    height: 500px;
    object-fit: cover;
}
#bussiness{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.77)), url(../images/foot-banner.jpg);
    background-position: center;
}
#bussiness h2{
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}
#included img {
    width: 100%;
    object-fit: cover;
    height: 120px;
}
#included .included-content p{
    font-size: 17px;
    margin-top: 6px;
}
#ayurveda .banner-button-2 {
    color: #CE9F0E;
    border-left: 1px solid #CE9F0E;
    border-right: 1px solid #CE9F0E;
}
#ayurveda .banner-button-2 .a {
    background-color: #CE9F0E;
}
#ayurveda .banner-button-2 .b {
    background-color: #CE9F0E;
}
#ayurveda .banner-button-2 .c {
    background-color: #CE9F0E;
}
#ayurveda .banner-button-2 .d {
    background-color: #CE9F0E;
}
#scholarship .banner-button-2 {
    color: #CE9F0E;
    border-left: 1px solid #CE9F0E;
    border-right: 1px solid #CE9F0E;
}
#scholarship .banner-button-2 .a {
    background-color: #CE9F0E;
}
#scholarship .banner-button-2 .b {
    background-color: #CE9F0E;
}
#scholarship .banner-button-2 .c {
    background-color: #CE9F0E;
}
#scholarship .banner-button-2 .d {
    background-color: #CE9F0E;
}
#about-us3 .banner-button-2 {
    color: #CE9F0E;
    border-left: 1px solid #CE9F0E;
    border-right: 1px solid #CE9F0E;
}
#about-us3 .banner-button-2 .a {
    background-color: #CE9F0E;
}
#about-us3 .banner-button-2 .b {
    background-color: #CE9F0E;
}
#about-us3 .banner-button-2 .c {
    background-color: #CE9F0E;
}
#about-us3 .banner-button-2 .d {
    background-color: #CE9F0E;
}
.scholar-content1{
    position: absolute;
    align-items: center;
    top: 0;
    left: -58px;
    width: 100%;
    padding: 0;
    background-color: #ffc;
    bottom: 0;
    height: 400px;
    margin: auto;
    box-shadow: 5px 6px 15px 1px grey;
}

#ayurveda{
    background-image: url(../images/flower2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
#ayurveda1 {
    background-image: url(../images/flower.png);
    background-position: bottom -30% left;
    background-repeat: no-repeat;
}
#about-us3{
    background-image: url(../images/flower2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.prawat{
    background-image: url(../images/flower-left.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.anish{
    background-image: url(../images/flower2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}
.sanjana{
    background-image: url(../images/flower-left.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.kiran{
    background-image: url(../images/flower2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}
.seema{
    background-image: url(../images/flower-left.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.siddha{
    background-image: url(../images/flower2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}
.nisha{
    background-image: url(../images/flower-left.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.fa-leaf{color:green;}
@media (min-width: 320px) and (max-width: 480px) {
  
 .scholar-content {
    position: relative !important;
    align-items: center;
    top: 0;
    left: 0px;
    width: 100%;
    padding: 0;
    background-color: #ffc;
    bottom: 0;
    height: 570px;
    margin: auto;
    box-shadow: 5px 6px 15px 1px grey;
}
 .scholar-content1 {
    position: relative !important;
    align-items: center;
    top: 0;
    left: 0px;
    width: 100%;
    padding: 0;
    background-color: #ffc;
    bottom: 0;
    height: 535px !important;
    margin: auto;
    box-shadow: 5px 6px 15px 1px grey;
}
/* #ayurveda{margin-top: 100%;}*/ 
 #ayurveda1{margin-top: 90%;} 
 #bussiness{margin-top: 60%;} 
 .scholar-content1 {
    position: absolute;
    align-items: center;
    top: 0;
    left: 0px;
    width: 100%;
    padding: 0;
    background-color: #ffc;
    bottom: 0;
    height: 45%;
    margin: auto;
    box-shadow: 5px 6px 15px 1px grey;
}
.opac-list1 {
    color: #CE9F0E;
    font-size: 60px;
    line-height: 1;
    width: 100%;
    left: 0;
    top: 38%;
    position: absolute;
}
.opac-list3 {
    color: #CE9F0E;
    font-size: 46px;
    line-height: 1;
    left: 0;
    position: absolute;
}
.our-team .team-name {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}
.our-team .line {
    font-size: 10px;
    display: block;
    margin-top: 15px;
}
.opac-image .opac-list{
    z-index: -1;
    top: -16%;
    left: -5%;
    font-size: 45px;
    letter-spacing: 5px;
}
#about-us1 .opac-image .opac-list {
    left: 0;
    top: -25%;
}
#about-us1 .about-content{
    width: 100%;
}
.mytext{
   width: 100%;
}
.container{
    padding-right: 25px;
    padding-left: 25px;
}
#about .about-content {
    width: 100%;
    margin: auto;
}
#banner-slider .top-text {
    font-size: 25px;
    text-align: left;
    line-height: normal;
    margin-bottom: 30px;
    font-weight: 500;
}
#banner-slider{
    background-color: #000;
    height:333px !important;
}
#banner-slider .carousel-caption {
    top: 0px;
    bottom: 0px;
    left: 8%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 0 auto;
    text-align: left;
}
#about .carousel-indicators {
    margin: 14px 0;
    justify-content: flex-end;
    right: 11%;
    bottom: -10px;
}
}
span.facebook {
    display: none;
}
span.pinterest {
    display: none;
}

svg.svg-inline--fa.fa-comments.fa-w-18 path
{
    fill: #CE9F0E;
}
svg.svg-inline--fa.fa-comments.fa-w-18
{
    margin-right: 5px;
}
svg.svg-inline--fa.fa-mobile-alt.fa-w-10 path
{
    fill: #CE9F0E;
}
svg.svg-inline--fa.fa-mobile-alt.fa-w-10
{
    margin-right: 5px;
}
svg.svg-inline--fa.fa-store-alt.fa-w-20 path
{
    fill: #CE9F0E;
}
svg.svg-inline--fa.fa-store-alt.fa-w-20
{
   margin-right: 5px;  
}
.fa-comments:before {
    content: "\f086";
}

svg.svg-inline--fa.fa-store.fa-w-20 
{
    margin-right: 5px;
}





.footer-social-media-link.pt-3.mb-5 svg.svg-inline--fa.fa-instagram.fa-w-14 {
    position: absolute;
    top: -18px;
    color: #CE9F0E87;
    font-size: 50px;
    opacity: 0.5;
    left:10px;
}

.footer-social-media-link.pt-3.mb-5 .footer-social-media-link a {
    position: relative;
    z-index: 9999;
}


.footer-social-media-link.pt-3.mb-5 svg.svg-inline--fa.fa-twitter.fa-w-16 {
    position: absolute;
    top: -18px;
    color: #CE9F0E87;
    font-size: 50px;
    opacity: 0.5;
    left:10px;
}