

 #body .container{

    max-width: 1300px !important;

}



body{

    font-family: 'Marcellus', serif !important;

}



/*----------- Top Panel --------------*/



.top-list{

    margin: 0;

    padding: 0;

    list-style: none;

    display: flex;

}



.top-list li a {

    display: inline-block;

    color: #381c00;

    font-family: 'Mulish', sans-serif;

    font-size: 14px;

    padding-right: 18px;

}



.top-list li a i{

    margin-right: 6px;

}



.top-list li a:hover{

    text-decoration: none;

}



.top-panel {

    background: #e4d5b8;

    /* background-color: #866c47; */

    padding: 10px 0;

}



.top-social a {

    display: inline-block;

    width: 30px;

    height: 30px;

    background-color: #fff;

    text-align: center;

    line-height: 32px;

    border-radius: 100%;

}



.top-social a i{

    color: #381c00;

    font-size: 16px;

}



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



.main_nav .navbar {

    /* background-color: rgb(233, 227, 215); */

    background-color: #fff;

    padding: 16px 0 !important;

}



.main_nav .navbar-nav li a{

    color: #000 !important;

    font-family: 'Mulish', sans-serif;

    font-size: 16px;

    padding-left: 30px !important;

}



.main_nav .navbar-nav li{

    

    position: relative;

}



.main_nav .navbar-nav li:first-child{

    padding-left: 0;

}



.main_nav a.navbar-brand img {

    width: 160px;

}


.main_nav, #stikyNav{
-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  transform: translateY(0);	
  z-index:9;
	}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background:black; */
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
 animation: slideDown 0.35s ease-out;
  }
  
  .stickysecond {
    position: fixed !important;
    top: 95px !important;
    width: 100% !important;
    z-index: 99999;
    /* background:black; */
  }



  .sticky2 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background:black; */
  }

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

  .nav-content {

    position: absolute;

    top: 80px;

    left: -10px;

    z-index: 999;

    background-color: #381c00;

    display: inline-block;

    /* right: -4px; */

    transition: all .5s ease-in-out;

       opacity: 0;

    visibility: hidden;   

}



.navbar-nav .nav-in:hover .nav-content{

    opacity: 1;

    visibility: visible;

     top: 69px; 

    

}



ul.sub-content li {

    border-bottom: 1px solid #ffffff;

    

}



.main_nav ul.sub-content{

    margin: 0;

    padding: 0;

    list-style: none;

}



.main_nav ul.sub-content li a {

    color: #fff !important;

    white-space: nowrap;

    /* padding-left: 0 !important; */

    /* margin-left: 0 !important; */

    /* padding: 15px !important; */

    padding: 8px 39px;

    display: inline-block;

}





.nav-content2 {

    position: absolute;

    top: 80px;

    left: -10px;

    z-index: 999;

    background-color: #381c00;

    display: inline-block;

    /* right: -4px; */

    transition: all .5s ease-in-out;

       opacity: 0;

    visibility: hidden;   

}



.navbar-nav .nav-in2:hover .nav-content2{

    opacity: 1;

    visibility: visible;

     top: 69px; 

    

}



ul.sub-content2 li {

    border-bottom: 1px solid #ffffff;

    

}



.main_nav ul.sub-content2{

    margin: 0;

    padding: 0;

    list-style: none;

}



.main_nav ul.sub-content2 li a {

    color: #fff !important;

    white-space: nowrap;

    /* padding-left: 0 !important; */

    /* margin-left: 0 !important; */

    /* padding: 15px !important; */

    padding: 8px 39px;

    display: inline-block;

}

.main_nav ul.sub-content2 li a:hover{text-decoration:none;}



.nav-content3 {

    position: absolute;

    top: 80px;

    left: -10px;

    z-index: 999;

    background-color: #381c00;

    display: inline-block;

    /* right: -4px; */

    transition: all .5s ease-in-out;

       opacity: 0;

    visibility: hidden;   

}



.navbar-nav .nav-in3:hover .nav-content3{

    opacity: 1;

    visibility: visible;

     top: 69px; 

    

}



ul.sub-content3 li {

    border-bottom: 1px solid #ffffff;

    

}



.main_nav ul.sub-content3{

    margin: 0;

    padding: 0;

    list-style: none;

}



.main_nav ul.sub-content3 li a {

    color: #fff !important;

    white-space: nowrap;

    /* padding-left: 0 !important; */

    /* margin-left: 0 !important; */

    /* padding: 15px !important; */

    padding: 8px 39px;

    display: inline-block;

}









/*------------- Highlights ---------------*/



.highlight {

    background-color: #907255;

    padding: 18px 0;

}



.top-list2 {

    margin: 0;

    padding: 0;

    list-style: none;

    display: flex;

    justify-content: center;

}



.top-list2 li a {

    font-family: 'Mulish', sans-serif;

    font-size: 15px;

    display: inline-block;

    color: #fff;

    padding: 0 22px;

    font-weight: 500;

}



.top-list2 li a:hover{

    text-decoration: none;

}



/*------------- Banner ---------------*/



.bc-img {

    background: url(../images/bane-1.png) no-repeat;

    background-size: cover;

    background-position: center;

    min-height: 580px;

    /* animation: scale 40s linear infinite; */

}



/* @keyframes scale {

    50% {

      -webkit-transform:scale(1.2);

      -moz-transform:scale(1.2);

      -ms-transform:scale(1.2);

      -o-transform:scale(1.2);

      transform:scale(1.2);

    }

  } */



.bc-img2{

    background: url(../images/bane-2.png) no-repeat;

}





.bc-img3{

    background: url(../images/bane-3.png) no-repeat;

}







/* .bc-img4{

    background: url(../images/b-4.png) no-repeat;

} */





/* .bc-img5{

    background: url(../images/b-5.png) no-repeat;

} */





 .banner-text {

    padding: 193px 0;

}





 h5.b-heading2 {

    color: #ffb873;

    font-weight: 500;

    font-size: 20px;

    margin-bottom: 12px;

    letter-spacing: 2px;

}



h3.b-heading {

    font-size: 80px;

    color: #fff;

    /* padding: 0 467px; */

    line-height: 74px;

    font-family: 'Cormorant', serif;

    letter-spacing: 4px;

    margin-bottom: 30px;

}



a.b-link {

    color: #fff;

    background-color: #7a6148;

    display: inline-block;

    padding: 10px 35px;

}



/*------------- About ---------------*/



.abt-img {

    width: 100%;

    height: 470px;

    background-color: #e0dede;

    overflow: hidden;

    float: left;

    position: relative;

}



.abt-img img{

    width: auto;

    height: auto;

    max-width: 100%;

    margin: auto;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

}



h5.abt-heading2 {

    color: #7a6148;

    /* font-family: 'Mulish', sans-serif; */

    font-weight: 500;

    font-size: 25px;

    margin-bottom: 10px;

}



h3.abt-heading {

    /* font-family: 'Mulish', sans-serif; */

    font-weight: 700;

    font-family: 'Cormorant', serif;

    font-size: 31px;

    margin-bottom: 20px;

}



p.abt-para {

    line-height: 26px;

    color: #414141;

    text-align: justify;

}



p.abt-para2 {

    font-size: 15px;

    font-weight: 600;

    margin-top: 20px;

}



.abt-text {

    width: 90%;

}



.about {

    margin-top: 80px;

}



h3.abt-title {

    font-size: 30px;

    margin-bottom: 45px;

    color: #381c00;

    letter-spacing: 2px;

    text-transform: uppercase;

    line-height: 51px;

    position: relative;

}



.abt-title::before {

    content: "";

    width: 79px;

    height: 3px;

    background-color: #d7975b;

    position: absolute;

    bottom: -2px;

    left: 48%;

}



/*------- MAKE YOUR STAY MEMORABLE---22222 ----*/



.y-img{

    width: 100%;

    height: 500px;

    background-color: #e0dede;

    overflow: hidden;

    float: left;

    position: relative; 

}



.y-img img{

    width: auto;

    height: auto;

    max-width: 100%;

    margin: auto;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

}



.y-img2 {

    width: 100%;

    height: 244px;

    background-color: #e0dede;

    overflow: hidden;

    float: left;

    position: relative;

}



.y-img2 img{

    width: auto;

    height: auto;

    max-width: 100%;

    margin: auto;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

}



.y-title {

    font-size: 18px;

    text-transform: capitalize;

    display: inline-block;

    color: #fff;

}



.y-content2{

    display: inline-block;

}



.y-text {

    position: absolute;

    left: 0;

    /* top: 0; */

    bottom: 0;

    margin-left: 20px;

    margin-bottom: 10px;

}



.y-text2 {

    position: absolute;

    top: 0;

    left: 0;

    /* bottom: 0; */

    margin-top: 205px;

    margin-left: 20px;

}



.y-text3 {

    position: absolute;

    top: 435px;

    left: 0;

    /* bottom: 0; */

    margin-left: 20px;

}



.y-top {

    margin-top: 12px;

}



.your .container-fluid .y-full .contain .item .row .col-lg-4{

   padding-left: 5px;

   padding-right: 5px;

}



.your{

    margin-top: 80px;

}





/*------------- EXPERIENCE THE INFINITY ---------------*/



.experience .container-fluid{

    padding: 0 40px !important;

}



.experience{

    margin-top: 80px;

}



.e-heading::before {

    content: "";

    width: 79px;

    height: 3px;

    background-color: #d7975b;

    position: absolute;

    bottom: -2px;

    left: 48%;

}



.e-heading{

    font-size: 30px;

    margin-bottom: 45px;

    color: #381c00;

    letter-spacing: 2px;

    text-transform: uppercase;

    line-height: 51px;

    position: relative;

}



 .e-img{

    width: 100%;

    height: 500px;

    background-color: #e0dede;

    overflow: hidden;

    float: left;

    position: relative;

}



.e-img img{

    width: auto;

    height: auto;

    max-width: 100%;

    margin: auto;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

} 



.e-box{

    display: inline-block;

}



a.e-link {

    font-size: 16px;

    color: #574635;

    font-weight: 600;

}



h5.e-title {

    font-size: 25px;

    margin-bottom: 16px;

}



p.e-para {

    font-size: 15px;

    line-height: 27px;

}



.e-text {

    width: 51%;

    padding: 60px;

    background: #fff8f2;

    text-align: center;

    margin: -163px auto 0 auto;

    position: relative;

    border: 2px solid #7a6148;

}



.experience .e-full .owl-nav .fa-long-arrow-left {

    font-size: 26px;

    position: absolute;

    left: 67px;

    top: 37%;

    color: #fff;

}



.experience .e-full .owl-nav .fa-long-arrow-right {

    font-size: 26px;

    position: absolute;

    right: 67px;

    top: 37%;

    color: #fff;

}



/*------------- MAKE YOUR STAY MEMORABLE ----------------*/



.make-icon img {

    width: 60px !important;

}



.make-bg {

    background-color: #fdf7f1;

    /* border-radius: 40px; */

    padding: 50px 0 90px;

}



.make-icon{

    display: inline-block;

}



.make-box {

    background-color: #fff;

    text-align: center;

    padding: 60px;

}



h5.m-heading {

    font-size: 17px;

    color: #000000;

    font-weight: 600;

    /* font-family: 'Cormorant', serif; */

    margin: 18px 0 18px;

}



p.m-para {

    font-size: 15px;

    color: #4a4a4a;

    line-height: 24px;

}



a.m-button {

    font-size: 15px;

    color: #7a6148;

    font-weight: 600;

}



.make .container-fluid{

    padding: 0 40px !important;

}



.m-btm {

    margin-top: 50px;

}



.make{

    margin-top: 50px;

}



/*------------- Resort Room ---------------*/



.room .container-fluid{

    padding: 0 70px !important;

}



.r-img2 {

    width: 100%;

    height: 475px;

    background-color: #e0dede;

    overflow: hidden;

    float: left;

    position: relative;

}



.r-img2 img{

    width: auto;

    height: auto;

    max-width: 100%;

    margin: auto;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

}





.r-img {

    width: 100%;

    height: 475px;

    background-color: #e0dede;

    overflow: hidden;

    float: left;

    position: relative;

}



.r-img img{

    width: auto;

    height: auto;

    max-width: 100%;

    margin: auto;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

}



.room .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

    background: #7a6148;

}



.room-view{

    display: inline-block;

}



.r-con{

    display: inline-block;

}



.r-text {

    position: absolute;

    top: 0;

    left: 0;

    padding: 60px;

}



h3.r-heading {

    color: #fff;

    font-size: 40px;

}



p.r-para {

    color: #e4e2e2;

    margin-bottom: 32px;

}



a.r-link {

    display: inline-block;

    text-transform: capitalize;

    color: #fff;

    font-size: 16px;

    border: 2px solid #fff;

    padding: 7px 40px;

}



h3.r-title {

    font-size: 18px;

    font-weight: 600;

    color: #000;

    margin-bottom: 0;

}



a.r-arrow i {

    color: #7a6148;

    display: inline-block;

    font-size: 18px;

}



.r-flex{

    display: flex;

    justify-content: space-between;

}



.r-text2 {

    background: #e9e3d7;

    width: 100%;

    /* padding: 10px 50px; */

    padding: 14px 15px;

    position: absolute;

    bottom: 0;

    left: 0;

}



.room{

    margin-top: 70px;

}



/*------------- Wedding ---------------*/



.wed-img{

    width: 100%;

    height: 800px;

    background-color: #e0dede;

    overflow: hidden;

    float: left;

    position: relative;

}



.wed-img img{

    width: auto;

    height: auto;

    max-width: 100%;

    margin: auto;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

}



.wed-content {

    background-color: #7a6148;

    min-height: 800px;

    padding: 150px 70px;

}



.wedding .container-fluid .carousel-inner .carousel-item .wed-full .row .col-lg-6{

    padding-left: 0;

    padding-right: 0;

}



.wedding{

    margin-top: 80px;

}



h4.web-heading {

    font-size: 45px;

    color: #fff;

    margin-bottom: 15px;

}



h4.web-heading2 {

    color: #fff;

    font-size: 25px;

}



.web-icon {

    margin: 60px 0;

}



p.web-para {

    color: #dedede;

}



/*------------- testimonial ---------------*/



h5.t-heading {

    color: #552b00;

    font-size: 18px;

    margin-bottom: 12px;

}



h3.t-heading2 {

    font-size: 35px;

    /* font-weight: 600; */

    color: #000;

}



p.t-para {

    color: #747373;

    padding-right: 200px;

}



h4.t-cap {

    font-size: 22px;

    padding-right: 77px;

    line-height: 30px;

}



.t-icon a i {

    color: #6b4f33;

}



h5.t-cap2 {

    font-size: 18px;

    margin-top: 11px;

    color: #525151;

}



.t-row {

    margin-top: 10px;

}



.test-box2 {

    /* background: #866c47; */

    background-color: #bdaa82;

    padding: 30px 40px 30px;

    min-height: 303px;

}



.test-rating a i {

    color: #ffc402;

    font-size: 14px;

}



h5.test-name {

    font-size: 18px;

    color: #000;

}



h5.test-name2 {

    color: #474747;

    font-size: 16px;

}



.test-des {

    margin-top: 15px;

    margin-left: 20px;

}



p.t-para2 {

    color: #363636;

    font-size: 16px;

    text-align: justify;

    line-height: 25px;

    margin-bottom: 0;

    margin-top: 20px;

}



.test-back {

    margin-top: 25px;

}



.test-row2 {

    margin-top: 30px;

}



.test {

    margin-top: 70px;

}



.test .owl-theme .owl-nav.disabled + .owl-dots {

    margin-top: 30px;

}



.test .owl-carousel span {

  

    background: #b38c65 !important;

   

}



.test .owl-carousel .active span {

    

    background: #552b00 !important;

    

}



/*------------- Blog ---------------*/



.n-img {

    width: 100%;

    height: 479px;

    background-color: #e0dede;

    overflow: hidden;

    float: left;

    position: relative;

}



.n-img img{

    width: auto;

    height: auto;

    max-width: 100%;

    margin: auto;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

}



.n-box2 {

    background: #e9e3d7;

    padding: 30px 30px 32px;

    border: 1px solid #b3afaf;

}



.n-color{

    background-color: #574635 !important;

    color: #fff !important;

}



.n-color2 a{

    color: #000 !important;

}



.n-color3 a {

    color: #7d7c7c !important;

}



.n-top {

    margin-top: 32px;

}



h5.n-heading {

    background: #dba765;

    display: inline-block;

    font-size: 15px;

    color: #fff;

    padding: 2px 6px;

}



h5.n-heading2 a {

    color: #fff;

    font-size: 23px;

    line-height: 32px;

    margin: 12px 0 11px;

    display: inline-block;

}



.n-heading3 a {

    font-size: 14px;

    color: #d1c9c9;

}



.n-heading3 a:hover{

    color: #d1c9c9;

    text-decoration: none;



}



.n-heading3 span{

    color: #d1c9c9;

    margin: 0 8px;

}



.n-heading3 {

    position: relative;

    /* margin-left: 20px; */

    padding-left: 52px;

}



.n-heading3::before {

    content: "";

    width: 40px;

    height: 1px;

    background-color: #d7975b;

    position: absolute;

    bottom: 8px;

    left: 0;

}



.n-title{

    background: #dba765;

    display: inline-block;

    font-size: 15px;

    color: #fff;

    padding: 2px 6px;

}



.n-title2 a {

    color: #fff;

    font-size: 25px;

    line-height: 32px;

    display: inline-block;

    margin-top: 86%;

}



.n-title2 a:hover{

    color: #fff;



}





.n-full {

    position: absolute;

    top: 0;

    left: 0;

    padding: 45px 41px;

}



.blog{

    margin-top: 70px;

}



/*------------- news ---------------*/



h5.ftr-news {

    color: #ffe6b3;

    margin-bottom: 8px;

}



h5.ftr-news2 {

    color: #fff;

    font-size: 20px;

    margin-bottom: 0;

}



.footer-up input.form-control {

    height: 45px;

    background-color: transparent;

    border: 1px solid #dba765;

    color: #fff;

    border-radius: initial;

}



.footer-up input.form-control::placeholder{

    font-size: 15px;

    color: #cfcfcf;

}



.ftr-button {

    color: #000;

    display: inline-block;

    background-color: #dba765;

    padding: 10px 30px;

    position: absolute;

    top: 0;

    right: 0;

}



.ftr-button:hover{

    color: #fff;

    text-decoration: none;

}



form.ftr-sub {

    margin-top: 15px;

}



.footer-up {

    /* background: #bdaa82; */

    background-color: #85694d;

    padding: 25px 0;

    margin-top: 70px;

}



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





.footer {

    width: 100%;

    background: #bdaa82;

    /* min-height: 400px; */

    padding: 50px 0;

}



.ftr-heading {

    color: #000;

    font-size: 19px;

    margin-bottom: 40px;

    position: relative;

}



.ftr-heading::before {

    content: "";

    width: 50px;

    height: 2px;

    background-color: #d7975b;

    position: absolute;

    bottom: -15px;

    left: 0;

}



.ftr-before{

    color: #000;

    font-size: 19px;

    margin-bottom: 40px;

    position: relative;

}



.ftr-before::before{

    content: "";

    width: 50px;

    height: 2px;

    background-color: #d7975b;

    position: absolute;

    bottom: -15px;

    right: 0;

}





.ftr-list2{

    margin: 0;

    padding: 0;

    list-style: none;

}



.ftr-list2 li a {

    color: #505050;

    display: inline-block;

    font-size: 16px;

    line-height: 33px;

    font-family: 'Mulish', sans-serif;

}



.ftr-list2 li a:hover{

    text-decoration: none;

    color: #d7975b;

}



.ftr-title {

    font-family: 'Mulish', sans-serif;

    font-size: 15px;

    color: #000;

    letter-spacing: 2px;

    margin-top: 35px;

    border-bottom: 1px solid #000;

    padding-bottom: 4px;

    display: inline-block;

}



h5.ftr-title2 {

    font-size: 16px;

    color: #000;

    line-height: 26px;

    font-family: 'Mulish', sans-serif;

}



.ftr-top{

    margin-top: 25px;

}



.ftr-title3 a {

    color: #000;

    font-size: 18px;

    display: inline-block;

    font-family: 'Mulish', sans-serif;

}



.ftr-title3 a:hover{

    color: #d7975b;

    text-decoration: none;

}



.ftr-msg a{

    font-size: 16px !important;

    color: #000 !important;

}



p.ftr-para {

    color: #000;

    padding-left: 98px;

    margin-bottom: 25px;

}



.ftr-social{

    margin: 0;

    padding: 0;

    list-style: none;

    display: flex;

    justify-content: end;

}



.ftr-social li a {

    background-color: #fff;

    display: inline-block;

    font-size: 16px;

    line-height: 33px;

    font-family: 'Mulish', sans-serif;

    color: #d38b48;

    width: 35px;

    height: 35px;

    border-radius: 100%;

    text-align: center;

    line-height: 35px;

}







/* .ftr-3 {

    margin-left: 60px;

}



.ftr-2 {

    margin-left: 60px;

} */



.ftr-row2 {

    padding-top: 61px;

}



.ftr-logo {

    

    display: inline-block;

    padding: 8px;

}



.ftr-logo img {

    width: 130px;

}



.footer-2 {

    background: #fff;

    padding: 18px 0;

}



.ftr-list3{

    margin: 0;

    padding: 0;

    list-style: none;

    display: flex;

}





.ftr-list3 li a {

    font-size: 14px;

    display: inline-block;

    color: #381c00;

    

}



.ftr-list3 li{

    padding-right: 8px;

}



.ftr-list3 li:last-child{

    padding-right: 0;

}



.ftr-list3 li a:hover{

    text-decoration: none;

}



.ftr-caption{

    font-size: 15px;

    color: #381c00;

    margin-bottom: 0;



}



.ftr-flex{

    display: flex;

    justify-content: space-between;

}



.ftr-margin{

    margin-top: 60px;

}







/*------------- room-banner ------------*/



.room-banner-bg{

    background: url(../images/room-ban.png) no-repeat;

    background-size: cover;

    background-position: center;

    min-height: auto;

}



h2.room-caption {

    color: #fff;

    font-size: 60px;

}



.room-list a{

    color: #fff;

    font-size: 16px;

}



.room-list a i {

    font-size: 12px;

    color: #ffdbb7;

}



.room-text {

    padding: 137px 0;

}



/*------------- room-description --------------*/



.suite-img {

    width: 100%;

    height: 425px;

    background-color: #e0dede;

    overflow: hidden;

    float: left;

    position: relative;

}



.suite-img img{

    width: auto;

    height: auto;

    max-width: 100%;

    margin: auto;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

}



.s-rt {

    width: 90%;

    margin-left: 30px;

    margin-top: 70px;

}



h4.s-heading a {

    font-size: 30px;

    color: #000000;

    letter-spacing: 2px;

}



h4.s-heading a:hover{

    text-decoration: none;

}



h5.s-heading2 {

    font-size: 14px;

    color: #888787;

    font-family: 'Mulish', sans-serif;

    margin-bottom: 15px;

}



p.s-para {

    font-size: 16px;

    line-height: 25px;

    color: #282727;

    border-top: 1px solid #c8c8c8;

    padding-top: 20px;

    margin-bottom: 18px;

}



h5.s-title {

    font-size: 20px;

    font-family: 'Mulish', sans-serif;

    font-weight: 600;

    margin-bottom: 26px;

}



h5.s-title span {

    /* color: #7a6148; */

    color: #d17b2b;

}



a.s-link {

    display: inline-block;

    background: #7a6148;

    color: #fff;

    padding: 12px 65px;

    font-weight: 600;

    font-family: 'Mulish', sans-serif;

    letter-spacing: 1px;

    transition: .5s ease-in-out;

}



a.s-link:hover{

    

    text-decoration: none;

    background-color: #000;

    color: #fff;

}



.room-des {

    margin-top: 70px;

}



.s-row {

    margin-top: 55px;

}











/*------------- all banners --------------*/







.room-detail-bg{

    background: url(../images/de-1.png) no-repeat;

    background-size: cover;

    background-position: center;

    min-height: auto;

}



.resort-bg{

    background: url(../images/resort-ban.png) no-repeat;

    background-size: cover;

    background-position: center;

    min-height: auto;

}



.aqua-bg{

    background: url(../images/aqua-ban.png) no-repeat;

    background-size: cover;

    background-position: center;

    min-height: auto; 

}



.superior-bg{

    background: url(../images/sup-ban.png) no-repeat;

    background-size: cover;

    background-position: center;

    min-height: auto; 

}



.one-bg{

    background: url(../images/one-ban.png) no-repeat;

    background-size: cover;

    background-position: center;

    min-height: auto; 

}



.double-bg{

    background: url(../images/double-ban.png) no-repeat;

    background-size: cover;

    background-position: center;

    min-height: auto; 

}



.contact-bg{

    background: url(../images/contact-ban.png) no-repeat;

    background-size: cover;

    background-position: center;

    min-height: auto; 

}



.core-bg{

    background: url(../images/core-bg.png) no-repeat;

    background-size: cover;

    background-position: center;

    min-height: auto; 

}



.over-bg{

    background: url(../images/over-ban.png) no-repeat;

    background-size: cover;

    background-position: center;

    min-height: auto; 

}



.dine-bg{

    background: url(../images/dine-bg.png) no-repeat;

    background-size: cover;

    background-position: center;

    min-height: auto; 

}



.sports-bg{

    background: url(../images/sports-bg.png) no-repeat;

    background-size: cover;

    background-position: center;

    min-height: auto;

}



.event-bg{

    background: url(../images/event-bg.png) no-repeat;

    background-size: cover;

    background-position: center;

    min-height: auto;

}



.meet-bg{

    background: url(../images/meet-bg.png) no-repeat;

    background-size: cover;

    background-position: center;

    min-height: auto;

}



/*------------- room-details --------------*/





.detail{

    margin-top: 70px;

}



.details-img{

    width:100%;

    float:left;

    height:400px;

    overflow: hidden;

    position: relative;

}



.details-img img{

    width:auto;

    height: auto;

    max-width:100%;

    margin:auto;

    position:absolute;

    left:0;

    top:0px;

    bottom: 0;

    right:0;

}



.detail .container .row .col-lg-8 .detail-lft .carousel-indicators li {

    width: 124px;

    height: 95px;

    /* color: #000; */

    

    

}



.detail .container .row .col-lg-8 .detail-lft .carousel-indicators {

    position: absolute;

    right: 0;

    bottom: -135px;

    left: 0;

    justify-content: space-between;

    padding-left: 0;

    margin-right: 0;

    margin-left: 1%;

    list-style: none;

}



.detail .container .row .col-lg-8 .detail-lft .carousel-indicators li {

    border-top: 0;

    border-bottom: 0;

    opacity: .7;

}



.detail .container .row .col-lg-8 .detail-lft .carousel-indicators li.active{

    opacity: 1 !important;



} 





.detail .container .row .col-lg-8 .detail-lft #demo .carousel-ul li:first-child{

    background-image:url('../images/sm-1.png');

}



.detail .container .row .col-lg-8 .detail-lft #demo .carousel-ul li:nth-child(2){

    background-image:url('../images/sm-2.png');

}

.detail .container .row .col-lg-8 .detail-lft #demo .carousel-ul li:nth-child(3){

    background-image:url('../images/sm-3.png');

}

.detail .container .row .col-lg-8 .detail-lft #demo .carousel-ul li:nth-child(4){

    background-image:url('../images/sm-4.png');    

}



.detail .container .row .col-lg-8 .detail-lft #demo .carousel-ul li:nth-child(5){

    background-image:url('../images/sm-5.png');    

}



.detail .container .row .col-lg-8 .detail-lft #demo .carousel-ul li:nth-child(6){

    background-image:url('../images/sm-6.png');    

}



.detail .container .row .col-lg-8 .detail-lft #demo .carousel-ul li{

    background-position:center !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

}



.detail .container .row .col-lg-8 .detail-lft #demo1 .carousel-ul li:first-child{

    background-image:url('../images/resort-sm-1.png');

}



.detail .container .row .col-lg-8 .detail-lft #demo1 .carousel-ul li:nth-child(2){

    background-image:url('../images/resort-sm-2.png');

}

.detail .container .row .col-lg-8 .detail-lft #demo1 .carousel-ul li:nth-child(3){

    background-image:url('../images/resort-sm-3.png');

}







.detail .container .row .col-lg-8 .detail-lft #demo2 .carousel-ul li:first-child{

    background-image:url('../images/aqua-sm-1.png');

}



.detail .container .row .col-lg-8 .detail-lft #demo2 .carousel-ul li:nth-child(2){

    background-image:url('../images/aqua-sm-2.png');

}

.detail .container .row .col-lg-8 .detail-lft #demo2 .carousel-ul li:nth-child(3){

    background-image:url('../images/aqua-sm-3.png');

}

.detail .container .row .col-lg-8 .detail-lft #demo2 .carousel-ul li:nth-child(4){

    background-image:url('../images/aqua-sm-4.png');    

}



.detail .container .row .col-lg-8 .detail-lft #demo2 .carousel-ul li:nth-child(5){

    background-image:url('../images/aqua-sm-5.png');    

}



.detail .container .row .col-lg-8 .detail-lft #demo2 .carousel-ul li:nth-child(6){

    background-image:url('../images/aqua-sm-6.png');    

}









.detail .container .row .col-lg-8 .detail-lft #demo3 .carousel-ul li:first-child{

    background-image:url('../images/sup-sm-1.png');

}



.detail .container .row .col-lg-8 .detail-lft #demo3 .carousel-ul li:nth-child(2){

    background-image:url('../images/sup-sm-2.png');

}

.detail .container .row .col-lg-8 .detail-lft #demo3 .carousel-ul li:nth-child(3){

    background-image:url('../images/sup-sm-3.png');

}

.detail .container .row .col-lg-8 .detail-lft #demo3 .carousel-ul li:nth-child(4){

    background-image:url('../images/sup-sm-4.png');    

}







.detail .container .row .col-lg-8 .detail-lft #demo4 .carousel-ul li:first-child{

    background-image:url('../images/stan-sm-1.png');

}



.detail .container .row .col-lg-8 .detail-lft #demo4 .carousel-ul li:nth-child(2){

    background-image:url('../images/stan-sm-2.png');

}

.detail .container .row .col-lg-8 .detail-lft #demo4 .carousel-ul li:nth-child(3){

    background-image:url('../images/stan-sm-3.png');

}







.detail .container .row .col-lg-8 .detail-lft #demo5 .carousel-ul li:first-child{

    background-image:url('../images/one-sm-1.png');

}



.detail .container .row .col-lg-8 .detail-lft #demo5 .carousel-ul li:nth-child(2){

    background-image:url('../images/one-sm-2.png');

}

.detail .container .row .col-lg-8 .detail-lft #demo5 .carousel-ul li:nth-child(3){

    background-image:url('../images/one-sm-3.png');

}

.detail .container .row .col-lg-8 .detail-lft #demo5 .carousel-ul li:nth-child(4){

    background-image:url('../images/one-sm-4.png');    

}







.detail .container .row .col-lg-8 .detail-lft #demo6 .carousel-ul li:first-child{

    background-image:url('../images/double-sm-1.png');

}



.detail .container .row .col-lg-8 .detail-lft #demo6 .carousel-ul li:nth-child(2){

    background-image:url('../images/double-sm-2.png');

}

.detail .container .row .col-lg-8 .detail-lft #demo6 .carousel-ul li:nth-child(3){

    background-image:url('../images/double-sm-3.png');

}





.detail .container .row .col-lg-8 .detail-lft #demo7 .carousel-ul li:first-child{

    background-image:url('../images/earth-sm-1.png');

}



.detail .container .row .col-lg-8 .detail-lft #demo7 .carousel-ul li:nth-child(2){

    background-image:url('../images/earth-sm-2.png');

}

.detail .container .row .col-lg-8 .detail-lft #demo7 .carousel-ul li:nth-child(3){

    background-image:url('../images/earth-sm-3.png');

}

.detail .container .row .col-lg-8 .detail-lft #demo7 .carousel-ul li:nth-child(4){

    background-image:url('../images/earth-sm-4.png');    

}



.detail .container .row .col-lg-8 .detail-lft #demo7 .carousel-ul li:nth-child(5){

    background-image:url('../images/earth-sm-5.png');    

}



.detail .container .row .col-lg-8 .detail-lft #demo7 .carousel-ul li:nth-child(6){

    background-image:url('../images/earth-sm-6.png');    

}







.detail .container .row .col-lg-8 .detail-lft #demo8 .carousel-ul li:first-child{

    background-image:url('../images/lake-sm-1.png');

}



.detail .container .row .col-lg-8 .detail-lft #demo8 .carousel-ul li:nth-child(2){

    background-image:url('../images/lake-sm-2.png');

}

.detail .container .row .col-lg-8 .detail-lft #demo8 .carousel-ul li:nth-child(3){

    background-image:url('../images/lake-sm-3.png');

}

.detail .container .row .col-lg-8 .detail-lft #demo8 .carousel-ul li:nth-child(4){

    background-image:url('../images/lake-sm-4.png');    

}



.detail .container .row .col-lg-8 .detail-lft #demo8 .carousel-ul li:nth-child(5){

    background-image:url('../images/lake-sm-5.png');    

}



.detail .container .row .col-lg-8 .detail-lft #demo8 .carousel-ul li:nth-child(6){

    background-image:url('../images/lake-sm-6.png');    

}







.detail .container .row .col-lg-8 .detail-lft #demo6 .carousel-indicators {

    position: absolute;

    right: 0;

    bottom: -135px;

    left: 0;

    justify-content: left !important;

    padding-left: 0;

    margin-right: 0;

    margin-left: 1%;

    list-style: none;

}



.detail .container .row .col-lg-8 .detail-lft #demo5 .carousel-indicators {

    position: absolute;

    right: 0;

    bottom: -135px;

    left: 0;

    justify-content: left !important;

    padding-left: 0;

    margin-right: 0;

    margin-left: 1%;

    list-style: none;

}



.detail .container .row .col-lg-8 .detail-lft #demo4 .carousel-indicators {

    position: absolute;

    right: 0;

    bottom: -135px;

    left: 0;

    justify-content: left !important;

    padding-left: 0;

    margin-right: 0;

    margin-left: 1%;

    list-style: none;

}







.detail .container .row .col-lg-8 .detail-lft #demo1 .carousel-indicators {

    position: absolute;

    right: 0;

    bottom: -135px;

    left: 0;

    justify-content: left !important;

    padding-left: 0;

    margin-right: 0;

    margin-left: 1%;

    list-style: none;

}



.detail .container .row .col-lg-8 .detail-lft #demo3 .carousel-indicators {

    position: absolute;

    right: 0;

    bottom: -135px;

    left: 0;

    justify-content: left !important;

    padding-left: 0;

    margin-right: 0;

    margin-left: 1%;

    list-style: none;

}



.detail-list{

    margin: 0;

    padding: 0;

    display: flex;

    list-style: none;

}



.detail-list li a{

    color: #ffc402;

    font-size: 12px;

}



.detail-list li{

    font-size: 14px;

    color: #676767;

    font-family: 'Mulish', sans-serif;

}



.detail-list li span {

    margin: 0 25px 0 5px;

}



h4.detail-caption {

    font-size: 33px;

    letter-spacing: 2px;

    color: #5b2e01;

}



.detail-lft {

    margin-top: 35px;

}



h5.d-caption2 {

    font-size: 18px;

    font-family: 'Mulish', sans-serif;

}



.d-caption3{

    font-size: 22px;

    color: #d17b2b;

    font-family: 'Mulish', sans-serif;

}



.detail-content {

    margin-top: 165px;

}



h5.detail-title {

    font-size: 25px;

    color: #000;

    margin-bottom: 14px;

    letter-spacing: 2px;

}



h5.detail-title2 {

    font-size: 18px;

    font-family: 'Mulish', sans-serif;

    font-weight: 700;

    color: #655548;

    margin-bottom: 20px;

}



p.d-para {

    font-size: 15px;

    color: #505050;

    font-family: 'Mulish', sans-serif;

    text-align: justify;

    line-height: 27px;

    margin-bottom: 25px;

}



p.d-para2 {

    font-size: 15px;

    color: #505050;

    font-family: 'Mulish', sans-serif;

    text-align: justify;

    line-height: 27px;

    border-bottom: 1px solid #e0dddd;

    /* padding: 30px 0 40px; */

    padding-bottom: 40px;

}



.amenity-list{

    list-style: none;

    margin: 0;

    padding: 0;

}



.amenity-list li img {

    width: 23px;

}



.amenity-list li{

    line-height: 38px;

    font-size: 15px;

    font-family: 'Mulish', sans-serif;

}



.amenity-list li span{

    margin-left: 30px;

}



.amenity-list li i{

    font-size: 12px;

    color: #866c47;

}



.amenity-list .am-li{

    color: #505050;

    line-height: 30px;

}



.amenity-list .am-li span{

    margin-left: 12px;

}



.amenity-list li .btl-img{

    width: 12px !important;

}



.btl-span {

    margin-left: 39px !important;

}



.detail-title3{

    font-size: 18px;

    color: #5b2e01;

    font-weight: 700;

    font-family: 'Mulish', sans-serif;

} 



.d-text2 {

    margin-top: 40px;

    border-bottom: 1px solid #e0dddd;

    padding-bottom: 40px;

}



.d-text3{

    margin-top: 40px;

}



.d-text4 {

    margin-top: 30px;

}



.d-btm{

    margin-bottom: 13px;

}



.d-paragrh {

    font-size: 15px;

    color: #505050;

    line-height: 25px;

}



#date {

    width: 150px;

    outline: none;

    border: 1px solid #aaa;

    padding: 6px 28px;

    color: #aaa;

  }

  

  .date-container {

    position: relative;

    float: left;

  }

  .date-container .date-text {

    position: absolute;

    top: 6px;

    left: 12px;

    color: #aaa;

  }

  .date-container .date-icon {

    position: absolute;

    top: 10px;

    right: 10px;

    /* pointer-events: none; */

    cursor: pointer;

    color: #aaa;

  }



  label.form-label {

    color: #646363;

    font-size: 15px;

    letter-spacing: 1px;

    margin-bottom: 0px;

}



.d-form .detail-form .form-grp .form-control{

    background-color: transparent;

    border-bottom: 1px solid #000;

    border-top: initial;

    border-left: initial;

    border-right: initial;

    border-radius: initial;

    padding-left: 0;

}



.d-form .detail-form .form-grp .form-control::placeholder{

    font-family: 'Mulish', sans-serif;

    font-size: 14px;

    color: #000;

    font-weight: 500;

}



span.date-cal {

    position: absolute;

    right: 5px;

    bottom: 3px;

}



span.date-cal i {

    color: #7f7c7c;

}



.form-top {

    margin-top: 20px;

}



.extra-flex{

    display: flex;

    justify-content: space-between;

}



h5.d-service {

    /* font-size: 18px; */

    color: #ba6a01;

    /* font-weight: 600; */

    margin-top: 30px;

}



.d-extra .form-check-label{

    font-family: 'Mulish', sans-serif;

    color: #8f8f8f;

    font-size: 14px;



}



.extra-title{

    font-family: 'Mulish', sans-serif;

    color: #292929;

    font-size: 14px;

}



.extra-title span{

    color: #8a8a8a;

    margin-right: 5px;

}



.ex-top{

    margin-top: 10px;

}



.ex-link {

    background-color: #814304;

    display: inline-block;

    color: #fff;

    width: 100%;

    padding: 17px 96px;

    font-size: 16px;

    letter-spacing: 2px;

    margin-top: 30px;

}



.ex-link:hover{

    color: #fff;

    text-decoration: none;

}



h5.ex-title {

    width: 100%;

    background: #000;

    color: #fff;

    text-transform: uppercase;

    padding: 20px 50px 20px;

}



.form-rt {

    border: 1px solid #ddd;

    padding-bottom: 50px;

}



.d-form {

    padding: 20px 50px 0;

}





.con-list{

    margin: 0;

    padding: 0;

    list-style: none;

}



.con-list li a{

    display: flex;

}



.con-list li a i {

    color: #907255;

    transform: translateY(7px);

    margin-right: 13px;

}



.con-list li a h5 {

    font-size: 16px;

    color: #373737;

    line-height: 28px;

    padding-bottom: 8px;

}



.con-list li a h5:last-child{

    padding-bottom: 0;

}



.con-list li a:hover{

    text-decoration: none;

}



h4.con-header {

    font-size: 38px;

    text-transform: capitalize;

}



p.con-para {

    padding-right: 659px;

    color: #464646;

    margin-bottom: 30px;

}



h5.con-title {

    font-size: 18px;

    color: #000;

    font-weight: 600;

    letter-spacing: 1px;

    margin-bottom: 15px;

}



.con-up {

    margin-top: 30px;

}



.con-1 {

    background: #ffffff;

    box-shadow: 0px 4px 12px 0px #c5c2c2;

    padding: 20px;

    min-height: 269px;

}



.con-detail {

    margin-top: 70px;

}



h4.get-header {

    font-size: 36px;

    /* padding-right: 155px; */

    /* text-transform: uppercase; */

    line-height: 46px;

}



p.get-para {

    color: #505050;

    font-weight: 500;

    margin-bottom: 22px;

}



h5.get-header2 {

    font-size: 20px;

    color: #d38b48;

    text-transform: capitalize;

    margin-bottom: 8px;

}



h5.get-number {

    font-size: 18px;

    color: #381c00;

    line-height: 30px;

    padding-right: 200px;

    margin-bottom: 20px;

}



h4.get-title {

    text-transform: capitalize;

    font-size: 36px;

}



.get-rt .get-1 .form-get-bg .form-get-box .form-grp-1 .form-control {

    background: initial;

    border-radius: initial;

    border: initial;

    border-bottom: 1px solid #818a91;

    height: initial;

    padding: 0;

}



.get-rt .get-1 .form-get-bg .form-grp-1 .msg{

    resize: none;

    border: 1px solid #e3e3e3;

    height: 107px;

}



.get-rt .get-1 .form-get-bg .form-get-box .form-grp-1 label {

    color: #8a8a8a;

    margin-bottom: -10px;

}



.get-rt .get-1 .form-get-bg .form-grp-1 label{

    color: #8a8a8a !important;

    margin-bottom: 18px;

}



.get-rt .get-1 .form-get-bg .form-get-box .form-grp-1 {

    margin-bottom: 26px;

}



input.get-link {

    border: initial;

    background: #907255;

    color: #fff;

    font-size: 17px;

    padding: 9px 25px;

    margin-top: 25px;

}





/*------------- core team ---------------*/



.core-img img{

    width: 100%;

}



.core-name {

    width: 100%;

    display: inline-block;

    position: absolute;

    /* top: 0; */

    bottom: -25px;

    text-align: center;

    left: 0;

}



h5.core-title {

    background: #381c00;

    color: #fff;

    font-size: 25px;

    width: 82%;

    margin: 0 auto 0 auto;

    text-align: center;

    padding: 14px 0;

    /* margin-top: -44px; */

}







.core-div {

    display: inline-block;

    margin-top: 50px;

    text-align: center;

    width: 100%;

    margin: 45px auto 0 auto;

}



h6.core-title2 {

    font-size: 20px;

    color: #000;

    margin-bottom: 18px;

}



.core-social a i {

    color: #381c00;

    width: 42px;

    height: 42px;

    border-radius: 100%;

    border: 1px solid #381c00;

    display: inline-block;

    font-size: 18px;

    line-height: 39px;

}



h6.core-h6 {

    text-align: center;

    font-size: 17px;

    letter-spacing: 2px;

    color: #545454;

    font-weight: 600;

}



h6.core-header {

    text-align: center;

    font-size: 40px;

    text-transform: capitalize;

    color: #381c00;

    margin-bottom: 30px;

}



.core-mx{

    margin-bottom: 30px;

}



.core {

    margin-top: 70px;

}





/*------------- overview ---------------*/



.ovr-img {

    width: 100%;

    height: 461px;

    background-color: #e0dede;

    overflow: hidden;

    float: left;

    position: relative;

}



.ovr-img img{

    width: auto;

    height: auto;

    max-width: 100%;

    margin: auto;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

}





/*------------- dinning ---------------*/



.dine-img {

    width: 100%;

    height: 420px;

    background-color: #e0dede;

    overflow: hidden;

    float: left;

    position: relative;

    z-index: -1;

}



.dine-img img{

    width: auto;

    height: auto;

    max-width: 100%;

    margin: auto;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

}



.dine-box {

    background-color: #e4d5b8;

    min-height: 350px;

    padding: 30px;

    margin-left: -90px;

    margin-top: 32px;

}



.dine .container .row .col-lg-7{

    padding-left: 0;

    padding-right: 0;

}



.dine .container .row .col-lg-5{

    padding-left: 0;

    padding-right: 0;

}



h5.dine-header a {

    color: #381c00;

    /* font-size: 22px; */

}



h5.dine-header2 {

    font-size: 18px;

    color: #515050;

}



p.dine-para {

    font-size: 15px;

    color: #272626;

    line-height: 25px;

}



.dine-list{

    margin: 0;

    padding: 0;

    list-style: none;

}



.dine-list li {

    display: inline-block;

    font-size: 15px;

}



.dine-list li i{

    margin-right: 8px;

}



a.dine-link {

    display: inline-block;

    color: #ffffff;

    text-align: center;

    /* border: 2px solid #381c00; */

    /* width: 100%; */

    padding: 10px 26px;

    font-size: 16px;

    background: #381c00;

    margin-top: 27px;

}



a.dine-link:hover{

    text-decoration: none;

    color: #ffffff;

}



.dine-box2 {

    background-color: #e4d5b8;

    min-height: 350px;

    padding: 30px;

    margin-right: -90px;

    margin-top: 32px;

    position: relative;

}



.dine-row{

    margin-top: 60px;

}



.dine{

    margin-top: 70px;

}



h5.one-header {

    color: #381c00;

}



.one-room {

    margin-top: 40px;

}



.one-gallery .owl-carousel .owl-item img {

    display: block;

    width: auto;

}



.one-container{

    width: 70%;

    margin: 0 auto;

}



.one-container {

    width: 50%;

    margin: 0 auto;

}



.dine-gal {

    width: 100%;

    height: 470px;

    

    overflow: hidden;

    float: left;

    position: relative;

}



.dine-gal img{

    width: auto;

    height: auto;

    max-width: 100%;

    margin: auto;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

}



.one-gallery {

    margin-top: 50px;

}



/*------------- leisure ---------------*/



h5.sport-header {

    font-size: 30px;

    color: #381c00;

}



p.sport-para {

    color: #5f5f5f;

    line-height: 27px;

}



.sports-img {

    width: 100%;

    height: 268px;

    background-color: #e0dede;

    overflow: hidden;

    float: left;

    position: relative;

}



.sports-img img{

    width: auto;

    height: auto;

    max-width: 100%;

    margin: auto;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

}



.sports-icon img {

    width: 50px;

}



.sports-box{

    display: inline-block;

    width: 100%;

}



.sports-box2{

   background-color: #381c00;

   text-align: center;

}



h5.sports-title {

    color: #fff;

    font-size: 18px;

    margin-bottom: 0;

    /* margin-top: 10px; */

    padding: 10px;

}



.sp-row{

    margin-top: 30px;

}



.sports{

    margin-top: 70px;

}



.sp-up{

    margin-top: 40px;

}





/*------------- events ---------------*/



h5.ev-title {

    color: #381c00;

    margin-top: 20px;

}



p.ev-para {

    color: #505050;

    line-height: 27px;

    

}



.ev-icon img{

    filter: brightness(0) saturate(100%) invert(12%) sepia(17%) saturate(4502%) hue-rotate(9deg) brightness(100%) contrast(103%);

    width: 80px;

}



.eve-box {

    background: #fffbf4;

    padding: 40px;

    box-shadow: 0px 4px 12px 0px #c5c2c2;

    min-height: 500px;

}



.ev-img{

    width: 100%;

    height: 238px;

    background-color: #e0dede;

    overflow: hidden;

    float: left;

    position: relative;

}



.ev-img img{

    width: auto;

    height: auto;

    max-width: 100%;

    margin: auto;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

}



.ev-row{

    margin-top: 30px;

}



h5.event-header {

    text-align: center;

    font-size: 40px;

    color: #381c00;

    margin-bottom: 30px;

}



.event{

    margin-top: 70px;

}



.meet-list{

    margin: 0;

    padding: 0;

    list-style: none;

}



.meet-list li{

    font-size: 16px;



}



.meet-list li i {

    font-size: 8px;

    color: #381c00;

    transform: translateY(-2px);

    margin-right: 10px;

}



h5.meet-header2 {

    color: #381c00;

    font-weight: 600;

    padding-right: 75px;

    line-height: 27px;

}



.meet-list li {

    font-size: 16px;

    line-height: 30px;

}



.meet-2 {

    margin-top: 20px;

}



.meet-3 {

    margin-top: 30px;

}



.meet-container{

    width: 50%;

    margin: 0 auto;

}



h5.meet-header {

    font-size: 35px;

    color: #381c00;

    margin-bottom: 15px;

}



p.meet-para {

    color: #505050;

    line-height: 27px;

}



.meet-down{

    margin-bottom: 30px;

}



.meeting{

    margin-top: 60px;

}



