html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0 !important;
    /* font-family: 'Fira Sans', sans-serif; */
    font-family: "Times New Roman",Times,serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    overflow-x: hidden;
}

.pf-display {
    /* font-family: 'Playfair Display', serif; */
    font-family: "Times New Roman",Times,serif;
}

.gvibes{
    font-family: 'Great Vibes', cursive;
    color: #999966;
}

::selection {
    background: #85c227;
    color: #fff;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

/*heading-section-start*/

.default-heading h3 {
    font-size: 56px;
    line-height: 66px;
}

.default-heading h4 {
    font-size: 48px;
    line-height: 52px;
    text-transform: uppercase;
}

@media only screen and (max-width:991px) {
 
}

@media only screen and (max-width: 575px) {
    .default-heading h4 {
        font-size: 40px;
        line-height: 44px;
    }
}

@media only screen and (max-width:415px){
    .default-heading h4 {
        font-size: 30px;
        line-height: 36px;
    }
}

/*heading-section-end*/

/*buttons-start*/
button:focus {
    outline: none !important;
}

.default-btn {
    background: transparent;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid;
    border-color: #85c227;
    font-weight: 600;
    color: #85c227;
    border-radius: 25px;
    transition: 0.4s ease-in-out;
}

/* .default-btn-2 {
    background: #85c227;
    font-size: 18px;
    text-transform: uppercase;
    border: 2px solid;
    border-color: #85c227;
    font-weight: 600;
    color: #fff;
    border-radius: 25px;
    transition: 0.4s ease-in-out;
} */

.alt-default-btn {
    background: transparent;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid;
    border-color: #000;
    color: #0c0c0c;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.default-btn:hover {
    color: #fff;
    background: #85c227;
    border-color: #85c227;
    transition: 0.4s ease-in-out;
}

/* .default-btn-2:hover {
    color: #020040;
    background: transparent;
    border-color: #020040;
    transition: 0.4s ease-in-out;
} */

.alt-default-btn:hover {
    color: #fff;
    background: #000;
    border-color: #000;
    transition: 0.4s ease-in-out;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/*buttons-end*/

/* spl-anchor-start */

.spl-anchor {
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 3px;
    position: relative;
}

.spl-anchor:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0%;
    background-color: #85c227;
    right: 0;
    bottom: 0;
    transition: 0.4s ease-in-out;
}

.spl-anchor:hover::after {
    width: 100%;
    left: 0;
    transition: 0.4s ease-in-out;
}

.spl-anchor:hover {
    color: #85c227;
    transition: 0.4s ease-in-out;
}

/* spl-anchor-end */

/*scrollbar-start*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    /*    background: #00acfd;*/
    /*    background: linear-gradient(to left bottom, #fc2e78 20%, #008fdb 50%);*/
    background: linear-gradient(to left bottom, #85c227, #85c227);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to left bottom, #85c227, #85c227);
}

/*scrollbar-end*/

/* sidebar-start */

  .fl-fl1 {
    background: #4267B2;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -153px;
    z-index: 1000;
    border-top-left-radius: 8px;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.float-sm .fa {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
}

.fl-fl1 a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px!important;
    vertical-align: top!important;
}

.float-gp {
    top: 270px;
}

.fl-fl1{
    top: 270px;
}

.fl-fl {
    background: #004dd5;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    border-bottom-left-radius: 8px;
    position: fixed;
    right: -153px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.fl-fl1:hover,
.fl-fl:hover,
.fl-fl3:hover,
.fl-fl4:hover {
    right: 0;
}

.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px!important;
    vertical-align: top!important;
}

.float-rs {
    top: 325px;
}

.fl-fl3 a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px!important;
    vertical-align: top!important;
}

.fl-fl3 {
    background: #25d366;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -153px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.float-ig {
    top: 380px;
}

.float-pn {
    top: 435px;
}

.fl-fl4 {
    background: #e95950;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -153px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.fl-fl4 a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px!important;
    vertical-align: top!important;
}

/* sidebar-end */


/* call-modal-start */

.call-modal .modal-header{
    color: #fff;
    background: #85c227;
}

.call-modal .close{
    opacity: 1;
    color: #fff;
}

/* call-modal-end */


/***********************
    index-page-start
************************/


/*header-start*/


header .navbar {
    padding: 10px 0px;
}

.header.sticky {
    background: #0c0c0c;
    transition: all 0.4s ease-in-out;
    position: fixed;
    border-bottom: 1px solid #85c226;
    top: 0;
    margin: auto;
    width: 100%;
    z-index: 100;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.navbar-light .nav-item {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.header.sticky .navbar-light .navbar-nav .nav-link:hover {
    color: #85c227;
}

.header.sticky .navbar-light .navbar-nav .nav-link.active{
    color: #85c227;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #85c227;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #85c227;
}

.navbar-brand {
    margin-right: 0px;
    padding: 0;
}

.navbar-brand img {
    width: 140px;
}

.header.sticky .navbar-brand img {
    width: 140px;
}
.nav-link.spl-nav{
    border: 2px solid #85c227;
    border-radius: 25px;
}
.navbar-light .navbar-nav .nav-link i {
    color: #85c227;
    font-size: 14px;
    vertical-align: middle;
}

.navbar-light .navbar-toggler {
    border: 2px solid #85c227;
    padding: 5px 6px;
    color: #fff;
    border-radius: 6px;
}

header {
    background-color: #00000060;
    position: absolute;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid #eee;
}

.header{
    filter: brightness(1.25);
}

@media only screen and (max-width:991px) {
    header {
        background: #0c0c0c;
        transition: all 0.4s ease-in-out;
        border-bottom: 1px solid #85c227;
    }

    .navbar-light .nav-item {
        margin-left: 0px;
        justify-content: center;
        margin: 10px 0;
    }

    .header .navbar-nav {
        display: inline-block;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 0.5rem 1rem !important;
    }
}

/*header-end*/

/*header-end*/

/*banner-start*/

.banner .item {
    height: 100vh;
    position: relative;
}

.banner .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(1.25);

}

.banner .item .cover {
    /* padding: 75px 0; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
}

/* .banner .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
} */

.banner .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.banner .item .cover .header-content h2 {
    font-weight: 400;
    font-size: 36px;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
}

.banner .item .cover .header-content h1 {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
}

.banner .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
}

.banner .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.banner .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.banner .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.banner .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

#owl-carousel1 .owl-dots{
    position: absolute;
    bottom: 39%;
    right: 5%;
}

.owl-dot > button {
    background: transparent;
    color: #c3c3c3;
    border: 2px solid #c3c3c3;
    margin: 9px 5px;
    /* font-family: 'Playfair Display'; */
    font-family: "Times New Roman",Times,serif;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
}

#owl-carousel1.owl-theme .owl-dots .owl-dot {
    display: block;
    zoom: 1;
}
#owl-carousel1.owl-theme .owl-nav.disabled + .owl-dots {
    transition: 0.3s ease-in-out;
}

#owl-carousel1.owl-theme:hover .owl-nav.disabled + .owl-dots {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

#owl-carousel1.owl-theme .owl-dots .owl-dot.active > button,
#owl-carousel1.owl-theme .owl-dots .owl-dot:hover > button{
    color: #fff;
    border: 2px solid #fff;
}

#owl-carousel1.owl-theme .owl-dots .owl-dot.active span,
#owl-carousel1.owl-theme .owl-dots .owl-dot:hover span {
    background: #85c227;
    /*    background: #ffc100;*/
}

#owl-carousel1.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
    border: 3px solid #fff;
}

.banner .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 46%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.banner .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.banner .owl-nav .owl-prev:focus {
    outline: 0;
}

.banner .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.banner .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.banner .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.banner .owl-nav .owl-next:focus {
    outline: 0;
}

.banner .owl-nav .owl-next:hover {
    background: #000 !important;
}

.banner:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.banner:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.banner .owl-theme .owl-nav {
    margin-top: 0;
}

@media only screen and (max-width:1199px) {
    .banner .item .cover .header-content {
        padding: 46px;
    }

    .banner .item {
        height: 560px;
    }
}

@media only screen and (max-width:991px){
    .banner .item .cover .header-content {
        padding: 15px 40px 15px 15px;
    }

    .banner .item .cover .header-content h2 {
        font-size: 32px;
    }

    .banner .item .cover .header-content h1 {
        font-size: 36px;
        margin: 5px 0 10px;
        word-spacing: 2px;
    }

    .banner .item .cover .header-content h4 {
        font-size: 22px;
        line-height: 28px;
    }
}

@media only screen and (max-width:767px) {
    .banner .item {
        height: 490px;
    }

    .banner .item .cover .header-content {
        padding: 36px;
    }

    .banner .item .cover .header-content h2 {
        font-size: 28px;
    }

    .banner .item .cover .header-content h1 {
        font-size: 30px;
    }

    .banner .item .cover .header-content h4 {
        font-size: 20px;
    }

    #owl-carousel1 .owl-dots {
        position: absolute;
        width: 100%;
        bottom: 5%;
        right: 0%;
    }

    #owl-carousel1.owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
    }
}

@media only screen and (max-width:575px) {
    .banner .item {
        height: 470px;
    }

    .banner .item .cover .header-content {
        padding: 20px 0px;
    }

    .banner .item .cover .header-content h2 {
        font-size: 24px;
    }

    .banner .item .cover .header-content h1 {
        font-size: 26px;
        margin: 5px 0 6px;
    }

    .banner .item .cover .header-content h4 {
        font-size: 20px;
        line-height: 24px;
    }
}

/*banner-end*/

/* about-us-start */

.about-us-wrap{
    background-size: cover;
    background-repeat: no-repeat;
}

.about-heading.default-heading p {
    font-size: 14px;
    line-height: 20px;
    max-width: 85%;
    text-align: justify;
}

.about-image-wrap{
    position: relative;
}
.about-image-owner{
    border: 10px solid #d9d9d9;
    box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
}

.about-us-wrap .container{
    overflow: hidden;
}

.about-image-1 {
    position: relative;
    right: -45px;
}
.about-image-2 {
    position: absolute;
    width: 40%;
    bottom: 0px;
    left: -50px;
    z-index: 5;
    border: 5px solid #85c227;
}


@media only screen and (max-width:1199px){
    .about-heading.default-heading p {
        max-width: 100%;
    }
}

/* about-us-end */

/* counter-start */

  .count-area {
      text-align: center;
      color: #000;
  }
  .count-area-content {
    padding: 20px 15px;
    border: 3px solid #85c227;
    border-radius: 21px;
    box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
  }

  .count-digit{
    display: inline-block;
    position: relative;
    color: #85c227;
    font-weight: 500;
    font-size: 60px;
    margin: 30px 0;
    text-shadow: 1px 1px 1px #0000006b;
  }

  .count-digit.cat-number:after {
    content: "+";
    position: absolute;
    top: 0px;
    right: -28px;
    font-size: 40px;
    font-weight: 600;
    color: #85c227;
    z-index: 2;
}

.count-icon i {
    color: #000;
}
.count-icon{
    height: 130px;
    width: 130px;
    margin: 0 auto;
}

@media only screen and (max-width:767px){
    .count-title h3{
        font-size: 24px;
    }
}

/* counter-end */

/* services-start */

.services-wrap{
    background-repeat: no-repeat;
    background-size: cover;
}
/* .services-heading h4{
     color: #fff;
} */
.about-image-box {
    width: 130px;
    height: 130px;
    border-radius: 25px;
    overflow: hidden;
    /* box-shadow: 0 4px 15px 1px rgba(12, 35, 34, 0.2); */
    transition: 0.4s ease-in-out;
    position: relative;
}

.about-image-box img {
    transform: scale(0.7);
    transition: 0.4s ease-in-out;
}

.services-grid {
    background-color: #00000070;
    padding: 20px 15px;
    position: relative;
    /* overflow: hidden; */
    border-radius: 25px;
    box-shadow: 0px 0px 7px 0px #ddd;
    transition: 0.4s ease-in-out;
}

/* .services-grid:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #85c227;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    opacity: 0;
    transition: 0.3s ease-in-out;
} */

.services-grid:hover {
    transform: translateY(-5px);
    transition: 0.4s ease-in-out;
    box-shadow: 0px 0px 7px 0px #ddd;
}

.services-grid:hover::after {
    opacity: 1;
    transition: 0.4s ease-in-out;
}

.services-grid:hover img {
    transform: scale(0.9);
    transition: 0.4s ease-in-out;
}

.services-grid .about-text-box {
    position: absolute;
    width: 90%;
    left: 5%;
    right: 0;
    bottom: -26px;
    border: 3px solid #fff;
    border-radius: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 6px;
    background: #000;
    height: 61px;
}

.services-grid .about-text-box h5 {
    color: #fff;
    font-size: 18px;
    /* font-family: 'Playfair Display', serif; */
    font-family: "Times New Roman",Times,serif;
}

.services-grid:hover p {
    color: #fdd428;
}

/* services-end */

/*cuisines-start*/

.portfolio-menu {
    margin-bottom: 12px;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 8px 16px;
    border-radius: 25px;
    cursor: pointer;
    transition: all .5s ease;
    color: #0c0c0c;
    background-color: #fff;
    border: 2px solid #0c0c0c;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.2s linear;
}

.portfolio-menu ul li:hover {
    color: #fff;
    background-color: #85c227;
    border: 2px solid #85c227;
    transition: 0.2s linear;
}

.portfolio-menu ul li.active {
    color: #fff;
    background-color: #85c227;
    /* border: 2px solid #85c227; */
    border: 2px solid #fff;
}

/*
.portfolio-item .item {
    width: 33.3%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
}

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

@media only screen and (max-width:575px) {
    .portfolio-item .item {
        width: 100%;
    }
}*/

.cuisines-wrap{
    background-size: cover;
    background-repeat: no-repeat;
}

.cuisines-img{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px 1px rgba(12, 35, 34, 0.2);
}
.cuisines-img img{
    transition: 0.3s ease-in-out;
    height: 255px;
}
.cuisines-grid:hover img{
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}
.cuisines-text{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    background: rgb(0 0 0 / 33%);
    align-items: center;
}
.cuisines-img h5{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

@media only screen and (max-width:575px){

    .portfolio-menu ul li {
        padding: 6px 7px;
        border: 2px solid #0c0c0c;
        font-weight: 400;
        font-size: 14px;
    }

    .cuisines-img h5 {
        font-size: 18px;
    }

}

@media only screen and (max-width:480px){
    .cuisines-img img {
        height: 200px;
    }
}

@media only screen and (max-width:375px){
    .cuisines-img img {
        height: 160px;
    }
}

@media only screen and (max-width:340px){
    .cuisines-img img {
        height: 140px;
    }
}

/*cuisines-end*/

/* banquet-start */

/* .banquet-box{
    padding: 0px;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    border: 3px solid #85c227;
    box-shadow: 0 4px 15px rgba(12, 35, 34, 0.2);
} */

.banquet-box {
    padding: 0px;
    border-radius: 4px;
    background: #a6f231;
    position: relative;
    overflow: hidden;
    border: 2px solid #a6f231;
    transition: 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(12, 35, 34, 0.2);
    overflow: hidden;
}
.banquet-box:after{
    /* height: 100%;
    widows: 100%;
    position: absolute;
    content: "";
    background-color: #85c227;
    transform: rotate(45deg); */
}

.banquet-box:after {
    position: absolute;
    content: "";
    width: 95%;
    height: 250%;
    top: 50%;
    left: 50%;
    background: #0f0f0f;
    opacity: 1;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.banquet-box:hover {
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
    box-shadow: 1px 1px 7px 0px #bbb;
}

.banquet-img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
    display: none;
}
.banquet-img img{
    transform: scale(.8);
    transition: 0.3s ease-in-out;
}

.banquet-box:hover img{
    transform: scale(.9);
    transition: 0.3s ease-in-out;
}
/* .banquet-text{
    background: #85c227;
} */
.banquet-text {
    background: transparent;
    padding: 10px;
    z-index: 1;
    position: relative;
}
/* .banquet-text h6 {
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
} */

.banquet-text h6 {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    margin-top: 0px !important;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 500;
}
.banquet-box:hover .banquet-text h6{
transform: scale(1.1);
color: #a6f231;
transition: 0.3s ease-in-out;
}
/* banquet-end */


/*testimonial-start*/
.testimonial-wrap {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(1.15);
}

.testimonial-wrap .testimonial-body .testimonial-image {
    width: 150px;
    border-radius: 50%;
    border: 3px solid#fff;
    margin: 30px 0;
    display: inline-block;
}

.testimonial-wrap .testimonial-body .double-quotes {
    width: 30px;
    padding-bottom: 10px;
    padding-top: 20px;
    transform: rotate(180deg);
    display: inline-block;
}

.testimonial-heading h4 {
    color: #fff;
}

.testimonial-body .testimonial-p {
    color: #fff;
    min-height: 50px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px !important;
}

.testimonial-body p span {
    font-size: 18px;
    line-height: 22px;
    color: rgb(153, 153, 102);
}

@media only screen and (max-width:575px){
    .testimonial-body .testimonial-p {
        min-height: 70px;
    }
}

/*testimonial-end*/

/* custom-banner-start */
.customised-banner{
    background-repeat: no-repeat;
    background-size: cover;
}
.form-control {
    border: 1px solid #85c227;
    border-radius: 25px;
}
.customised-banner .form-control{
    height: 43px;
}
.customised-banner .form-control:focus {
    border-color: #85c227;
    outline: 0;
    box-shadow: none;
}

/* custom-banner-end */

/*footer-start*/

.footer-wrap {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    background-position: center !important;
    background-attachment: fixed !important;
}

.footer-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 65%);
}

.footer-wrap h4 {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px solid #85c227;
    color: #fff;
}

.footer-logo-part img {
    width: 180px;
}

.footer-logo-part p {
    color: #fff;
    line-height: 20px;
}

.footer-wrap a {
    color: #fff;
}

.footer-contact-list i {
    color: #85c227;
}

.footer-contact-list ul li {
    position: relative;
    /* padding-left: 22px; */
    color: #fff;
}

/* .footer-address:after {
    content: "\f041";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 14px;
    color: #85c227;
}

.footer-address-2:after {
    content: "\f041";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 14px;
    color: #85c227;
}

.footer-phone:after {
    content: "\f095";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 14px;
    color: #85c227;
}

.footer-mail:after {
    content: "\f0e0";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 14px;
    color: #85c227;
} */

.fl-2 li i{
    font-size: 14px;
    color: #85c227;
}

.footer-phone i{
    margin-left: -16px;
    margin-right: 2px;
}
.footer-mail i{
    margin-left: -18px;
    margin-right: 2px;
}
.footer-address i{
    margin-left: -15px;
    margin-right: 4px;
}
.footer-address-2 i{
    margin-left: -15px;
    margin-right: 4px;
}
.footer-address p,
.footer-address-2 p{
    margin-left: 1px;
}
.footer-list li a {
    position: relative;
    padding-left: 12px;
    display: inline-block;
}
.footer-list.fl-1 li a:active,
.footer-list li a:hover {
    padding-left: 24px;
    transition: 0.25s linear;
}

.footer-list li a:before {
    position: absolute;
    content: ">>";
    left: 0;
    top: 0;
    color: #85c227;
    display: none;
}

.footer-list li a:hover::before {
    display: block;
    transition: 0.5s linear;
}


/*lower-footer-start*/
.lower-footer {
    border-top: 2px solid #85c227;
    background: #000;
    padding: 20px 0;
}

.lower-footer-text {
    display: inline-block;
}

.lower-footer-icons ul li {
    display: inline-block;
    font-weight: 600;
}

.lower-footer-icons ul li a {
    color: #fff;
    font-size: 14px;
    padding: 0px 8px;
}

.lower-footer-icons ul li a:hover {
    color: #85c227;
    transition: 0.3s ease-in-out;
}

.lower-footer p {
    color: #fff;
}

.lower-footer a {
    color: #85c227;
    transition: 0.3s ease-in-out;
    line-height: 22px;
}

/*lower-footer-end*/


/*footer-end*/


@media only screen and (max-width:991px) {
    .footer-wrap h4 {
        font-size: 21px;
    }

    .footer-logo-part img {
        width: 150px;
    }

}

@media only screen and (max-width:991px) and (min-width:768px) {
    .footer-contact-list ul li {
        font-size: 14px;
    }
}

@media only screen and (max-width:575px){
    .footer-phone:after {
        left: calc(50% - 66px);
        top: 0px;
    }

    .footer-mail:after {
        left: calc(50% - 118px);
        top: -1px;
    }

    .footer-address:after {
        left: calc(50% - 51px);
        top: 0px;
    }

    .footer-address-2:after {
        left: calc(50% - 29px);
        top: 0px;
    }

    .footer-phone i{
        margin-left: 0px;
        margin-right: 2px;
    }
    .footer-mail i{
        margin-left: 0px;
        margin-right: 3px;
    }
    .footer-address i{
        margin-left: 0px;
        margin-right: 2px;
    }
    .footer-address-2 i{
        margin-left: 0px;
        margin-right: 2px;
    }
    .footer-address p,
    .footer-address-2 p{
        margin-left: 0px;
    }

}

@media only screen and (max-width:415px){
    .lower-footer a,
    .lower-footer p{
        font-size: 14px;
    }
}

/* modal-start */

/* .modal-form{
    border: 2px solid #85c227;
    padding: 20px 0;
    border-radius: 12px;
} */
.modal-form .form-control{
    height: 43px;
}
/***********************
    index-page-end
************************/


/*************************
    about-page-start
**************************/
.default-form-section{
    background-color: #f7f7f7;
}

.page-form-div{
    padding: 20px 15px;
    border: 2px solid #85c227;
    border-radius: 8px;
    background: #fff;
    box-shadow: 5px 5px 15px rgb(12 35 34 / 20%);
}
.default-banner {
    position: relative;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
}

.default-banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(0 0 0 / 38%) -40%, rgb(255 255 255 / 0%) 100%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.default-banner-texts {
    color: #fff;
}

.default-banner-texts h2 {
    font-size: 65px;
    padding-top: 90px;
    text-shadow: 1px 1px 1px #000;
}

@media only screen and (max-width:991px){
    .default-banner {
        height: 450px;
    }
}

@media only screen and (max-width:767px){
    .default-banner {
        height: 400px;
    }
}

@media only screen and (max-width:575px){
    .default-banner {
        height: 375px;
    }
    .default-banner-texts h2 {
        font-size: 50px;
    }
}

@media only screen and (max-width:414px){
    .default-banner {
        height: 325px;
    }
    .default-banner-texts h2 {
        font-size: 42px;
    }
}

.about-page-image-wrap{
    border: 10px solid #d9d9d9;
    box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
    position: relative;
    overflow: hidden;
}

/* .about-page-image-wrap:before{
    content: "";
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    top: 50px;
    right: 50px;
    border: 5px solid #85c227;
    background: transparent;
}

.about-page-image-wrap:after{
    content: "";
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    left: 50px;
    bottom: 50px;
    border: 5px solid #85c227;
    background: transparent;
} */
.mission-text.default-heading p,
.vision-text.default-heading p,
.about-page-heading p{
    font-size: 14px;
    line-height: 20px;
}

.mission-img img,
.vision-img img {
    border: 4px solid #85c227;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    color: white;
    height: 360px;
    box-shadow: 15px 15px rgba(0,0,0,.15);
    transition: all .4s ease;
}

.mission-img img:hover,
.vision-img img:hover {
    box-shadow: -15px -15px rgba(0,0,0,.15);
    transition: all .4s ease;
}

.mission-vision{
    background-size: cover;
    background-repeat: no-repeat;
}

.value-box{
    padding: 15px 10px;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(12, 35, 34, 0.2);
}

.value-img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #85c227;
    overflow: hidden;
}
.value-img img{
    transform: scale(.6);
    transition: 0.3s ease-in-out;
}

.value-box:hover img{
    transform: scale(.7);
    transition: 0.3s ease-in-out;
}

.value-text h6{
    min-height: 57px;
}

@media only screen and (max-width:1199px){
    .mission-img img, .vision-img img {
        height: 310px;
    }
}

@media only screen and (max-width:991px){
    .mission-img img, .vision-img img {
        height: 230px;
    }
}

@media only screen and (max-width: 767px){
    .mission-img img, .vision-img img {
        height: auto;
    }
}

@media only screen and (max-width:575px){
    .mission-img img, .vision-img img {
        box-shadow: none;
    }

    .mission-img img:hover,
.vision-img img:hover {
    box-shadow: none;
}
}


/***********************
    about-page-end
************************/


/*********************
    services-start
**********************/

/*work-section*/

.services-page-wrap{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #f7f7f7;
}

.service-new-box{
    padding: 20px 10px;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    border: 6px solid #16161626;
    box-shadow: 0 4px 15px rgba(12, 35, 34, 0.2);
}

.service-new-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.service-new-box img {
    transform: scale(.8);
    transition: 0.3s ease-in-out;
}

.service-new-box:hover img {
    transform: scale(1.0);
    transition: 0.3s ease-in-out;
}
.service-new-box:hover{
    border-color: #85c227;
    transition: 0.3s ease-in-out;
}
.service-new-text{
height: 48px;
display: flex;
align-items: center;
justify-content: center;
}

.services-page-wrap .services-page-box {
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.services-page-wrap .services-page-box:hover {
    box-shadow: -5px 50px 100px rgb(12 35 34 / 20%);
    transition: 0.3s ease-in-out;
}

.services-page-wrap .services-page-box:hover .services-page-img img {
    transform: scale(1.10);
    transition: 0.3s linear;
}

.services-page-wrap .services-page-box-heading {
    padding: 12px 6px;
    background: #fff;
}

.services-page-wrap .services-page-text {
    padding: 15px 15px;
    background-color: #fff;
    height: 245px;
    max-height: 245px;
    overflow-y: auto;
}

.services-page-wrap .services-page-box h6 {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: justify;
    /* font-family: 'Playfair Display'; */
    font-family: "Times New Roman",Times,serif;
}

.services-page-wrap .services-page-img {
    height: 230px;
    overflow: hidden;
}

.services-page-wrap .services-page-img img {
    height: 100%;
    object-fit: cover;
    transition: 0.3s linear;
}


.services-page-wrap .services-page-box-heading h5 {
    font-weight: 500;
    font-size: 22px;
    color: #0c0c0c;
    /* font-family: 'Playfair Display'; */
    font-family: "Times New Roman",Times,serif;
    text-align: center;
}

/* width */
.scroll-box::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.scroll-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
}

/* Handle */
.scroll-box::-webkit-scrollbar-thumb {
    /*    background: #00acfd;*/
    /*    background: linear-gradient(to left bottom, #fc2e78 20%, #008fdb 50%);*/
    background: linear-gradient(to left bottom, #85c227, #85c227);
}

/* Handle on hover */
.scroll-box::-webkit-scrollbar-thumb:hover {
    /*    background: #00acfd;*/
    background: linear-gradient(to left bottom, #85c227, #85c227);
}

@media only screen and (max-width:991px) {
    .services-page-wrap .services-page-box-heading h5 {
        font-weight: 500;
        font-size: 16px;
        color: #85c227;
    }

    .services-page-wrap .services-page-box-heading {
        padding: 10px 6px;
    }

    .services-page-wrap .services-page-img {
        height: 140px;
    }

    .services-page-wrap .services-page-box h6 {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
    }

    .services-page-wrap .services-page-text {
        height: 178px;
        max-height: 178px;
    }
}

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

}

@media only screen and (max-width:575px) {
    .services-page-wrap .services-page-img {
        height: auto;
    }

    .services-page-wrap .services-page-text {
        height: auto;
        max-height: none;
    }

    .services-page-wrap .services-page-box-heading h5 {
        font-size: 20px;
    }
    .services-page-wrap .services-page-box h6 {
        font-size: 16px;
        line-height: 24px;
    }
}

/*work-section*/

/*******************
    services-end
********************/



/***********************
    event-page-start
************************/

/*gallery-start*/
.gallery-wrap {
    background-size: cover;
    background-repeat: no-repeat;
}

/* .gallery-wrap h3 {
    font-size: 56px;
    line-height: 60px;
}

.gallery-wrap h4 {
    font-size: 48px;
    line-height: 52px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 40px;
} */

.gallery-images {
    margin-bottom: 30px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 3px solid #85c227;
}

.gallery-images > img{
    height: 300px;
}
.gallery-images .gallery-overlay .image{
    opacity: 0;
}
.plus-icon img {
    width: 45px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.gallery-overlay {
    width: 80%;
    height: 80%;
    background-color: #4f4f4f6b;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: .5s ease-in-out;
}

.gallery-images:hover .gallery-overlay {
    opacity: 1;
    transform: scale(1.25);
    transition: .5s ease-in-out;
}

@media only screen and (max-width:991px){
    .gallery-images > img {
        height: 220px;
    }
}

@media only screen and (max-width:575px){
    .gallery-images > img {
        height: auto;
    }
}

/*gallery-end*/

/***********************
    event-page-end
************************/


/***********************
    contact-us-start
************************/

.contact-us-wrap {
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-us-form-wrap .about-page-heading.default-heading{
    color: #fff;
    position: relative;
}
.contact-us-wrap h6 {
    margin-top: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-div .list-unstyled {
    padding: 10px 10px 10px 0;
}

.media .media-img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #020040;
    background-color: #85c227;
    margin-bottom: 12px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media .media-img i {
    font-size: 26px;
    color: #fff;
}

.media-body h5 {
    border-bottom: 1px solid #020040;
    padding-bottom: 2px;
    font-weight: 600;
    color: #85c227;
}

.media-body a {
    transition: 0.3s ease-in-out;
}

.media-body a:hover {
    color: #85c227;
    /*    border-bottom: 2px solid #85c227;*/
    transition: 0.3s ease-in-out;
}

.contact-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /*    background-color: #4b4b4b78;*/
    background: radial-gradient(circle, rgb(255 255 255 / 7%) -40%, rgb(0 0 0 / 77%) 100%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.contact-div .media-body p,
.contact-div .media-body a {
    font-size: 20px;
    line-height: 26px;
}

.map-div {
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #020040;
    height: 100%;
}

.contact-us-form-wrap .form-control:focus {
    color: #fff;
    background: #08080896;
    border-color: #ffffff;
    outline: 0;
    box-shadow: none;
    transition: 0.2s ease-in-out;
}

.contact-us-form-wrap {
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-attachment: fixed;
}

/*
.contact-us-form-wrap h2 {
    color: #fff;
}
*/

.contact-us-form-wrap input {
    border-radius: 4px;
    height: 50px;
}

.contact-us-form-wrap select {
    border-radius: 4px;
    height: 50px;
}

.contact-us-form-wrap textarea {
    border-radius: 4px;
    padding: 6px 10px 24px 10px;
    resize: none;
}

.contact-us-form-wrap button {
    width: 100%;
    padding: 12px 15px;
}


.contact-us-form-wrap .form-control {
    background: rgba(51, 51, 51, .94);
    color: #fff;
    border: 2px solid #85c227;
    border-radius: 25px;
}

.contact-us-form-wrap .form-control::placeholder {
    color: #fff;
    font-family: 'Lato', sans-serif;
}

@media only screen and (max-width:991px){
    .contact-div .media-body p, .contact-div .media-body a {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width:767px) {
    .contact-div .list-unstyled {
        padding: 30px 0px 10px 0;
    }
}

@media only screen and (max-width:767px) {
    .map-div {
        height: 300px;
    }
}


/***********************
    contact-us-end
************************/