
 #body .container{
    max-width: 1500px !important;
    /* overflow-y: scroll; */
    scroll-behavior: smooth !important;
}

body{
    font-family: "Poppins", sans-serif !important;
}

.a-font{
    
    font-family: "Playfair Display", serif;
}

html {
    overflow-y: auto;
    scroll-behavior: smooth !important;
  }

/* @font-face{
    src: url(../Fonts/Muli-Bold.ttf);
    font-family: muli-bold;
} */


/*------------ fixed social -------------------*/

.fixed-list{
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.fixed-list li a{
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 100%;
    text-align: center;
    margin: 3px 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
}

.fix{
    background: #1773ea;
    
}

.fix2{
    background: linear-gradient(29.61deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%);
    
}

.fix3{
    background: #1bc895;
    
}

.fix4{
    background: #0fdace;
    
}

.fix5{
    background: #0077b5;
}



.fixed{
    z-index: 999999;
    position: fixed;
    right: 0;
    top: 30%;
}




/*--------------- top navigation ---------------------*/

.top-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.top-list li a {
    display: inline-block;
    color: #f5f5f5;
    font-size: 16px;
}

.top-list li a i {
    color: #fff;
    font-size: 14px;
    margin-right: 8px;
}

.top-social a i {
    display: inline-block;
    color: #fff;
}

.top-nav {
    padding: 6px 0;
    /* border-bottom: 1px solid #d3d3d3; */
    background: #b52091;
}


/*---------------- navigation ----------------------*/

.main_nav .navbar .container .navbar-nav li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}


.main_nav .navbar {
    background-color: rgb(255, 255, 255);
}

.main_nav .navbar .container .navbar-nav li {
    padding: 0 15px !important;
}



.navbar-brand .logo img {
    width: 100px;
}
.nav-btn ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-btn ul li a {
    font-size: 15px;
    color: #ffffff;
    /* font-weight: 600; */
    display: inline-block;
    background: #3d9a37;
    padding: 12px 37px;
    border-radius: 50px;
}

.nav-btn ul{
    display: flex;
}

.nav-btn ul li a .fa-1 {
    font-size: 18px;
    margin-right: 38px;
    transform: translateY(3px);
}

.nav-btn ul li a:hover{
    text-decoration: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background: black; */
    /* box-shadow: 0px 2px 17px 6px #dedddd; */
    box-shadow: 0 6px 17px -6px #abaaaa;
}

  .sticky2 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background:black; */
  }

  /* .active {
    color: #b61d91 !important;
    font-weight: 500 !important;
} */

/* .main_nav{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
} */
  

/*--------------- banner ---------------------*/

/* .banner {
    padding: 0 80px;
} */

.bc-img {
    background: url(../images/banner-1.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 891px;
    /* padding: 230px 0; */
    /* border-radius: 10px; */
}

h5.ban-header {
    text-align: center;
    color: #fff;
    font-size: 60px;
    text-transform: capitalize;
}

a.ban-link {
    display: inline-block;
    background: #b81a86;
    color: #fff;
    padding: 11px 36px;
    margin-top: 14px;
}

a.ban-link i{
    font-size: 13px;
    margin-left: 14px;
}

/*--------------- about ---------------------*/

.ab-img img{
    width: 86%;
}

.ab-box{
    background: rgb(148 201 92 / 90%);
    width: 164px;
    height: 164px;
    border-radius: 100%;
}

.ab-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    /* line-height: 50px; */
    color: #fff;
    padding-top: 52px;
}

.ab-title span{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}

.ab-box2 {
    background: #3D9A37;
    width: 203px;
    height: 203px;
    border-radius: 100%;
    margin-left: 20px;
    
}

.ab-top {
    padding-top: 75px;
}

.ab-top2 {
    padding-top: 67px;
}

.ab-top3 {
    padding-top: 83px;
}

.ab-box3{
    width: 217px;
    height: 217px;
    background: #42773F;
    border-radius: 100%;
}

.ab-box4{
    width: 174px;
    height: 174px;
    background: rgb(104 170 34 / 80%);
    border-radius: 100%;
    margin-left: 20px;
}

.ab-3 {
    margin-top: -113px;
    z-index: -99999;
    margin-left: -47px;
}

.ab-2 {
    margin-top: 50px;
    margin-left: -15px;
}

.ab-4 {
    margin-left: -51px;
    margin-top: -28px;
}

h5.ab-header2 {
    color: #686868;
    letter-spacing: 5px;
    font-size: 13px;
    font-family: muli-bold;
    text-transform: uppercase;
    margin-bottom: 13px;
}

h5.ab-header {
    font-size: 42px;
    margin-bottom: 30px;
}

p.ab-para {
    color: #494047;
    line-height: 28px;
    font-size: 17px;
    padding-right: 90px;
}

a.ab-link {
    background: #b31b8a;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 40px;
    display: inline-block;
    margin-top: 20px;
}

a.ab-link i{
    font-size: 12px;
    margin-left: 8px;
}

a.ab-link:hover{
    color: #fff;
    text-decoration: none;
}

.abt-lft {
    /* margin-top: 30px; */
    margin-left: -75px;
}

.about {
    margin-top: 80px;
}

/*----------- flat -----------*/



.f-icon img {
    width: 36px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(72deg) brightness(119%) contrast(102%);
}

.f-icon {
    width: 80px;
    height: 80px;
    background: #470234;
    border-radius: 100%;
    margin: 0 auto;
    line-height: 72px;
}

h5.f-header {
    font-size: 20px;
    margin-top: 15px;
    color: #fff;
}

.f-header2 {
    font-family: muli-semibold;
    font-size: 18px;
    color: #cecece;
}

.flat .fl-container .row .col-lg-2{
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.flat .fl-container .row{
    margin-right: -4px !important;
    margin-left: -4px !important;
}

.f-box {
    text-align: center;
    background: #66004a;
    padding: 30px;
    /* box-shadow: 0px 5px 20px 0px #ffe6f8; */
}

.f-bg{
    background: url(../images/f-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 330px;
    margin-top: 70px;
}

.flat {
    margin-top: -80px;
}

.fl-container{
    width: 70%;
    margin: 0 auto;
}

/* .f-video a img {
    width: 65px;
     height: 65px;
    border-radius: 100%; 
    margin: 0 auto;
    line-height: 300px; 
    padding-top: 87px; 
    animation: pulse1 1s infinite; 
} */

.f-video a{
    width: 65px;
    height: 65px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    animation: pulse1 1s infinite; 
}

.f-video a i {
    color: #66004a;
    line-height: 65px;
}

.f-video {
    padding-top: 127px;
}

@keyframes pulse1{
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px transparent;
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}


/*----------- plans -----------*/

.pl-img img {
    width: 75%;
    border-radius: 20px;
    border: 2px solid #94c95c;
}


.plan .container .pl-tab .nav-tabs{
    justify-content: center;
    border-bottom: initial !important;
}

.pl-img2 img{
    width: 100%;
    border-radius: 20px;
}

.pl-img2 {
    border: 2px solid #94c95c;
    border-radius: 20px;
}

.plan .container .pl-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #42773f !important;
    background-color: initial !important;
    border-color: initial !important;
    font-weight: 600 !important;
    border-bottom: 3px solid #42773f !important;
    border-top: initial !important;
    border-left: initial !important;
    border-right: initial !important;
}

.plan .container .pl-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover{
    border: initial !important;
    
}

.plan .container .pl-tab .nav-tabs li a {
    font-size: 18px;
    color: #454545;
    padding: 8px 30px;
    margin-bottom: 15px;
}

h5.pl-header2.text-center.a-font {
    font-size: 40px;
    margin-bottom: 25px;
}


.plan{
    margin-top: 70px;
}

/*----------- aminities -----------*/

.amenity button.owl-prev i {
    background: #0f380d;
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    position: absolute;
    top: 152px;
    left: -23px;
}

.amenity button.owl-next i {
    background: #0f380d;
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    position: absolute;
    top: 152px;
    right: -26px;
}

.amenity .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    justify-content: space-between;
    display: flex;
}


.amenity .owl-carousel .owl-item img {
    display: block;
    width: 255px;
}

.am-header2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 45px;
    color: #fff;
}

h5.am-header a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: #000;
    text-transform: capitalize;
    margin-top: 26px;
    margin-bottom: 14px;
    /* border-radius: 20px; */
}

h5.am-header{
    text-align: center;
}

.amenity {
    margin-top: 80px;
    background: #42773f;
    padding: 90px 0 100px;
}

.am-box {
    display: inline-block;
    background: #fff;
    padding: 5px;
    border-radius: 16px;
}

.am-img img {
    border-radius: 16px;
}

/*----------- gallery -----------*/

.g-header2{
    color: #000;
    font-size: 42px;
    margin-bottom: 30px;
}

.gallery .container-fluid .g-tab .nav-tabs {
    border-bottom: initial !important;
    justify-content: center;
    margin-bottom: 20px;
}

.gallery .container-fluid .g-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #42773f !important;
    background-color: initial !important;
    border-color: initial !important;
    font-weight: 600 !important;
    border-bottom: 3px solid #42773f !important;
    border-top: initial !important;
    border-left: initial !important;
    border-right: initial !important;
}

.gallery .container-fluid .g-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover{
    border: initial !important;
    
}

.gallery .container-fluid .g-tab .nav-tabs li a {
    font-size: 18px;
    color: #454545;
    padding: 8px 30px;
    margin-bottom: 15px;
}

.e-img {
    width: 100%;
    height: 671px;
    background-color: #e0dede;
    overflow: hidden;
    float: left;
    position: relative;
    border-radius: 30px;
}

.e-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
} 

.gallery .container-fluid .g-tab .tab-content .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;
}

.g-img {
    width: 100%;
    height: 321px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
    border-radius: 15px;
}

.g-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

.mr-top{
    margin-top: 30px;
}

.gallery .container-fluid{
    padding: 0 30px !important;
}

.gallery {
    margin-top: 70px;
}

/*----------- location -----------*/

.l-img img {
    width: 95%;
    border-radius: 20px;
    border: 2px solid #94c95c;
}

.l-text2{
    margin-top: 60px;
}

.location {
    margin-top: 70px;
}

.location .container .nav-tabs {
    border-bottom: initial !important;
    margin-bottom: 35px;
}

.location .container tbody {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    
}

.location .container .table tr {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.location .container .table td, .table th {
    padding: 10px 20px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.location .container  .table td, .table th {
    padding: 10px 20px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #ddd;
}

.location .container .row .col-lg-7 .nav-tabs li a{
    font-size: 14px !important;
    color: #000 !important;
    text-transform: capitalize;
}

.location .container .row .col-lg-7 .nav-tabs li a.active{
    color: #42773f !important;
}

/*----------- specification -----------*/

.sp-img img{
    width: 100%;
}

h5.sp-header {
    font-size: 42px;
    color: #4c4c4c;
    margin-bottom: 20px;
    position: relative;
    /* margin-left: 50px; */
    padding-left: 103px;
}

h5.sp-header::before {
    content: "";
    width: 80px;
    height: 3px;
    background-color: #4c4c4c;
    position: absolute;
    bottom: 17px;
    left: 0;
    /* right: 0; */
}

h5.sp-title {
    font-size: 18px;
    text-transform: capitalize;
    color: #42773f;
    font-weight: 600;
    border-bottom: 3px solid #42773f;
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 23px;
    margin-top: 20px;
}

.sp-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.sp-list li a{
    display: flex;
}

.sp-list li a i {
    color: #7aac45;
}

.sp-list li a h5 {
    font-size: 16px;
    color: #636363;
    line-height: 28px;
    margin-bottom: 14px;
}

.sp-list li a i {
    color: #7aac45;
    font-size: 14px;
    transform: translateY(7px);
    margin-right: 8px;
}

.sp-list li a:hover{
    text-decoration: none;
}

.speci .container-fluid{
    padding: 0 100px !important;
}

.sp-lft{
    margin-left: 30px;
}

.speci {
    background: #eeeeee;
    padding: 70px 0;
    margin-top: 70px;
}

/*----------- enquire -----------*/

.enquire {
    background: #86bb4e;
    padding: 30px 0 20px 0;
    /* padding-top: 26px; */
    margin-top: 70px;
}

h5.en-header {
    font-size: 32px;
    color: #fff;
    margin-bottom: 0;
}

.enquire .container .form-control {
    display: block;
    width: 100%;
    height: 51px;
    padding: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: initial;
    border-radius: 50px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.enquire .container .form-control::placeholder{
    font-size: 14px;
    color: #000;
}

a.en-link {
    background: #3d9a37;
    color: #fff;
    font-weight: 600;
    padding: 12px 65px;
    display: inline-block;
    border-radius: 50px;
}


/*----------- footer -----------*/

.footer {
    background: #fdfffb;
    min-height: auto;
    padding: 30px 0;
    /* margin-top: 90px; */
}

h5.ftr-heading {
    text-transform: capitalize;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 17px;
    /* margin-top: 30px; */
    position: relative;
    font-weight: 600;
}

.ftr-logo a img {
    width: 135px;
}

.ftr-logo {
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

p.ftr-para {
    font-size: 14px;
    color: #848484;
    line-height: 25px;
    margin-bottom: 0;
}

h5.ftr-heading2 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #ffffff;
}

h5.ftr-heading2 span{
    color: #f56600;
}

.ftr-social a i {
    /* background-color: #fafafa; */
    color: #3d9a37;
    width: 33px;
    /* height: 40px; */
    font-size: 18px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    /* padding-right: 15px; */
    margin-top: 8px;
}

.ftr-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list li a{
    display: flex;
}

.ftr-list li a i {
    font-size: 15px;
    color: #3d9a37;
    margin-top: 8px;
    margin-right: 10px;
}

.ftr-list li a i {
    font-size: 15px;
    color: #3d9a37;
    margin-top: 5px;
    margin-right: 10px;
}

.ftr-list li a:hover{
    color: #ffffff;
    text-decoration: none;
}

.ftr-list li a h5 {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #2a2a2a;
    /* padding-right: 20px; */
}


.ftr-list2{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list2 li a {
    display: flex;
    font-size: 15px;
    color: #1f1f1f;
    padding-bottom: 10px;
    text-transform: capitalize;
    display: flex;
}

.ftr-list2 li a:hover{
    color: #1f1f1f;
    text-decoration: none;
}

.ftr-list2 li a i {
    color: #3d9a37;
    transform: translatey(6px);
    margin-right: 12px;
    font-size: 15px;
}

.ftr-list li a h5 {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #2a2a2a;
    padding-right: 120px;
}

.ftr-3 {
    margin-left: -14px;
}

.ftr-4 {
    margin-top: 25px;
    margin-left: -128px;
}

.ftr-up {
    /* color: #fff; */
    background: #173a79;
    border-top: 1px solid #9e9e9e;
    padding: 16px 0;
}

h5.ftr-title.text-center {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.ftr-down {
    width: 100%;
    background-color: #23496f;
    padding: 23px 0;
}

.ftr-caption4{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}

.ftr-item{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: right;
}

.ftr-item li a{
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding-left: 15px;
    text-transform: capitalize;
}

.ftr-img img{
    width: 100%;
}

ul.ftr-list2.ftr-top {
   
    margin-top: 59px;
}
/* .ftr-container{
    width: 1400px;
    margin: 0 auto;
} */

.ftr-2 {
    margin-left: 90px;
    margin-top: 25px;
}

.ftr-4 {
   
    margin-top: 25px;
}
.ftr-5 {
    float: right;
}



/* .ftr-2 {
    margin-left: 38px;
    border-left: 1px solid #9e9e9e;
    padding-left: 36px;
    border-right: 1px solid #9e9e9e;
} */

.ftr-item{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.ftr-item li a{
    display: inline-block;
}

.ftr-item li a {
    display: inline-block;
    color: #fff;
    /* width: 42px; */
    /* height: 39px; */
    /* text-align: center; */
    font-size: 18px;
    line-height: 40px;
}

h5.ftr-title {
    font-size: 14px;
    color: #ffffff;
    margin-top: 9px;
    margin-bottom: 0;
    font-weight: 400;
}

.ftr-cap {
    font-size: 18px;
    color: #b7b7b7;
    margin-right: 15px;
    transform: translateY(7px);
    margin-bottom: 0;
}

.footer-2 {
    background: #fdfffb;
    padding: 10px 0;
    border-top: 1px solid #3d9a37;
}

h5.ftr-title.text-center {
    margin-bottom: 0;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.ftr-top3{
    margin-top: 70px;
}

.ftr-container{
    width: 1200px;
    margin: 0 auto;
}

.partner {
    padding: 35px 0 55px;
    border-top: 1px solid #ddd;
    margin-top: 40px;
}



h5.p-header {
    text-align: center;
    font-size: 27px;
    margin-bottom: 30px;
    color: #000000;
}

.click-to-top {
    position: fixed;
    right: 50px;
    bottom: 25px;
    z-index: 999;
}

.click-button {
    background: #b56e23;
    border: none;
    color: #fff;
    /* padding: 5px 12px; */
    display: inline-block;
    /* border-radius: 100%; */
    width: 42px;
    height: 42px;
}

.click-angle {
    font-size: 16px;
    line-height: 40px;
}