@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');
*
{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.enq-fot
{
    display: none;
}
html
{
  scroll-behavior: smooth;
    scroll-padding-top: 120px;
}
.p-0-10p
{
    padding:0 2em 0 0;
}
.hide-desk
{
    display: none;
}
.pading-zero-mob
{
    padding:0;
}
.img-logo
{
        display: flex;
    justify-content: flex-start;
    align-items: center;
}
.left-div
{
        margin-left: 24px;
}
.qr-code-1
{
    display: none;
}
.modal-backdrop {
    z-index: 11;
    opacity: 0.5;
}
.desi-line
{
        position: absolute;
    right: 0;
    width: 100%;
    font-size: 10px;
    color: #7b8660;
    bottom: 0;
    text-align: right;
}
body
{
  overflow-x: hidden;
}
.img-rel
{
        position: relative;
    z-index: 1;

}
.img-gallery
{
    height: 600px;
}
.img-gallery img
{
        width: 100%;
    height: 100%;
    object-fit: cover;
}
.header
{
    padding:4px 0;
}
.header .img-logo img {
    width: 100px;
    transition: .5s;
}
.header.menu_fixed .img-logo img {
    width: 70px;
    transition: 0.5s;
}
.sticky-nav.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  height: 88px;
  width: 100%;
  z-index: 99;
  animation: sticky 1s;
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
     background-color:#293a00;
}
.header.menu_fixed .img-logo img {
    width: 64px;
    transition: 0.5s;
    display: block;
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.line-1
{
        position: absolute;
    top: -39px;
    left: 50%;
    right: 50%;
    margin: 0 auto;
    z-index: 1;
}
.line-2
{
        position: absolute;
    bottom: -39px;
    left: 50%;
    right: 50%;
    margin: 0 auto;
    z-index: 1;
}
.padd-left-140px
{
        padding-right: 80px;
}
.w3l-index5 {
     background: url(../images/viedo-img.png) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    background-size: cover;
    z-index: 0;
    position: relative;
    border-radius: 0;
    min-height: 480px;
    width: 100%;
    margin-top: -155px;
    justify-content: center;
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
}
/* play icon animation */
@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%);
    }

    100% {
        box-shadow: 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50, 100, 245, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%);
    }

    100% {
        box-shadow: 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50, 100, 245, 0);
    }
}

.w3l-index5 .play-view {
    left: 0;
    right: 0;
    top: calc(50% - 40px);
}
.w3l-index5 span.video-play-icon {
    background: transparent;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.w3l-index5 span.video-play-icon span {
    color: var(--primary-color);
}

.w3l-index5 span.video-play-icon:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.w3l-index5 span.fa.fa-play {
    line-height: 55px;
}

.w3l-index5 .play-view {
    left: 0;
    right: 0;
    top: calc(50% - 40px);
}

.header
{
        position: absolute ;
/*    z-index: 11;*/
    width: 100%;
}
.form-control
{
  border: 1px solid #ced4da;
  border-radius: 0;
}
.modal-content {
    border-radius: 0;
}
.mb-301px {
    margin-bottom: 30px;
}
.header_top .modal-header {
    padding: 30px 40px 8px 40px;
    background: #fff;
    border-radius: 0;
    border: none;
}
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}
.tagline
{
        font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 28px;
    margin: 20px 0;
}

.reg-btn-1 {
  cursor: pointer;
    background: #50684f;
    color: #fff;
    opacity: 5;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    margin-top: 3em;
    width: 40%;
    padding: 10px 11px;
    text-decoration: none;
    font-family: 'Assistant', sans-serif;
    font-size: 15px;
    border: 1px solid #50684f;
    border-radius: 0;
    transition: 0.5s all;
}
.reg-btn-1:hover
{
  background-color: #fff;
  color:#50684f;
}
a
{
  text-decoration: none;
}
.header_top .modal-content {
    width: 60%;
    margin: 0 auto;
    padding: 0 0px 20px 0px;
    max-width: 900px;
    border: none;
}
.reg-btn
{
        color: #fff;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    position: relative;
    top: -6px;
    z-index: 11;
}
.our-team
{
    margin-top:3em;
}
.container 
{
    max-width: 1170px;
    margin: auto;
}

.sec1
{
  background: #273308;
  padding:3em 0 6em 0;
}

.info
{
    font-family: 'Poppins', sans-serif;
  color:#7b8660;
  font-size: 15px;
    margin:0;
  padding: 0;
  letter-spacing: 0.6px;
}
.vi-img
{
      /* position: relative; */
    /* top: -100px; */
    margin-top: -130px;
    display: block;
    /* margin: 0 auto; */
    margin-bottom: 4em;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.vi-img img
{
      display: block;
    margin: 0 auto;
}
.txt-right
{
  text-align: right;
}
 .inf-div
 {
  margin:2em 0 3em 0;
 }
/**/
.footer
{
	background: #273308;
	padding:3em 0 1em 0;
    position: relative;
}
.info-1
{
	font-family: 'Poppins', sans-serif;
	color:#7b8660;
	font-size: 15px;
	line-height: 28px;
	margin:0;
	padding: 0;
}
.pl-0
{
	padding-left: 0;
}
.foot-title
{
	 font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color:#000;
    margin-bottom: 12px;
}
.col-sm-21 {
    flex: 0 0 auto;
    width: 18.666667%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
}
.facilities-box
{
  margin-top: 34px;
 
}

.facilities-box img
{
  width: 72px;
}
.col-sm-21 img
{
display: block;
margin: 8px auto;
}
.fac-nm
{
      color: #273308;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: 450;
    margin:10px 0 0 0;
    transition: 0.5s all;
}
.hi-icon {
    background: transparent;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.hi-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #d3b04a;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
.hi-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #d3b04a;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hi-icon:hover {
    background: rgba(211, 176, 74, 0.78);
    color: #41ab6b;
}
.hi-icon {
    background: transparent;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.bltxt
{
  font-weight: 600;
}
/* Effect 1a */

 .hi-icon:hover {
    background: rgba(211, 176, 74, 0.78);
    color: #41ab6b;
}
.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    /* margin: 15px 30px; */
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}
.hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.title
{
      color: #5e712c;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-size: 40px;
}
.info-ft
{
	margin:30px 0;
}
.sec-3-1
{
  padding-top:2em;
}
.sub-title
{
  font-family: 'Poppins', sans-serif;
  color: #273308;
 font-size: 16px;
 text-transform: uppercase;
}
    #demo-1 {
            position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
            overflow: hidden; /* to bound the empty top space created by inner element's top margin */
            width: 100%;
            min-height: 86vh;
            background-color: #999;
        }
        .demo-inner-content 
        {
    position: relative;
    z-index: 2;
    margin: 180px auto;
    padding: 40px;
    max-width: 600px;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}
.img .img-stripe
{
    width: calc(50% - 15px);
}
.img .stripe1{
animation: stripe-one 60s ease 0s infinite;
}
@keyframes stripe-one
{
    50%
    {
        transform: translateY(-200%);
    }
}

.img .stripe2{
animation: stripe-two 60s ease 0s infinite;
transform: translateY(-200%);
}
@keyframes stripe-two
{
    50%
    {
        transform: translateY(0%);
    }
}
.close-icon
{
    opacity: 0;
}
.flex-div
{
        display: flex;
    justify-content: flex-end;
    align-items: center;
}

.toggleBtn
{
    display: inline-block;
    width: 100px;
    height: 90px;
    padding: 22px 25px;
/*    background: #ffe63e;*/
   /* position: fixed;
    top: 0;
    right: 0;
    z-index: 10;*/
    border-bottom-left-radius: 100px;
    cursor: pointer;
}
.toggleBtn img{
position: absolute;
z-index: 11;
}
.toggleBtn img-close-icon
{
    opacity: 0;
}
.menu
{
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    border-radius: 0 0 0 100%;
    background: #475f46;
    z-index: 9;
    transform: scale(0);
    transform-origin: top right;
}
nav
{
    padding:100px 30px 0 300px;
    transition: all ease 0.5s;
}

nav ul
{
    padding-left: 0;
}
nav ul li{
list-style: none;
margin-bottom: 20px;
}

nav ul li a  
{
    position: relative;
    font-family: 'Assistant', sans-serif;
    font-size: 23px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}
/*nav ul li a:before
{
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 3px;
    background-color:#38444b ;
    transition:all ease 0.5s ;
}
nav ul li a:hover:before
{
width: 100%;
left: 0;
}*/
.img-bann
{
      width: 290px;
    background: rgba(0,0,0,0.1);
    padding: 10px;
}
.footer-2
{
	padding:3em 0;
}
.sec-4 {
    background-image: url(../images/bg.png);
    height: 680px;
    margin-top: -110px;
    background-repeat: no-repeat;
    background-size: cover;
    padding:10em 0 0em 0;
}
.mb-30px
{
    margin-bottom: 60px;
}
.foot1
{
	background: #ede4be;
	padding:7em 0 3em 0;
}

.foot1
{

}
.sect-3
{
  padding:3em 0;
  background: #ede4be;
}
.info {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 14px 0;
    color: #000000;
}
.col-sm-3-1
{
        flex: 0 0 auto;
    width: 20%;
}
.pro-div
{
    padding:70px 0;
}
.inf-div-23 {
    margin: 2em 0;
}
.r1
{
    margin-top: 28px;
}
.pr-zero
{
    padding-right: 0;
}
.pl-zero
{
    padding-left: 0;
}
.link-hr ul
{
        margin: 20px 0;
}
.link-hr li
{
    margin-bottom: 0px;
}
.qr-code {
    width: 150px;
    position: absolute;
    right: 100px;
    top: 140px;
}
.pro-div .nav-pills .nav-link.active, .nav-pills
{
    color: #fff;
     text-align: left;

}
.pro-div  .nav-link
{
color: #fff;
padding-left: 40px;
}
.pro-div .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #606c41;
    border-radius: 100px 0 0 100px;
    text-align:left;
    
}
.right-pro
{
    background: #606c41;
    padding:10px 0px;
}
.pro-right
{
    padding-left: 40px;
}
.link-hr li
{
width: 100%;
}
.num-size
{
        font-size: 110px;
}
.list-am li::before {
     content: "\2022";
    color: #fff600;
    font-weight: bold;
    display: inline-block;
    width: 25px;
    margin-left: -26px;
    font-size: 36px;
    position: relative;
    top: 7px;
}

.list-am li {
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0 8px 16px 0;
     color: #5e712c; 
     text-transform: uppercase;
     list-style-type: none;
    padding: 0 8px;
}
.near-by-divsec-1
{
    margin-top:2em;
}

.team-card
{
     position: relative;
    width: 252px;
    height: 380px;
    margin: 3em 0 1em 0;
    overflow: hidden;
}
.inf-div-1 {
    margin: 2em 0 3em 0;
}
.team-card span
{
position: absolute;
display: block;
width: 0;
height:0;
transform: translate(-50%, -50%);
border-radius: 50%;
opacity: 0.95;
background: #5e712c;
z-index: 1;
transition: width 0.5s, height 0.5s;
}
.team-card:hover span
{
  width: 1000px;
  height:1000px;
}
.team-card .imgBx img
{
position: absolute;
top:0;
left:0;
width:100%;
/*height:100%;*/
object-fit: cover;
}
.spa-bte
{
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 46px;
}

.team-card .content
{
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
}
.team-card .content div
{
    padding: 10px;
    color: #fff;
    transition: 0.2s;
    transform: translateY(50px);
    visibility: hidden;
    overflow-y: scroll;
    height: 320px;
}
.team-top
{
    margin-top:2em;
}
.team-card:hover .content div
{
  visibility:visible;
  opacity: 1;
  transform: translateY(0px);
}
.h2-tem-out
{
     font-family: 'Poppins', sans-serif;
     text-transform: uppercase;
    font-size: 20px;
        position: absolute;
    bottom: 40px;
    color: #fff;
    text-align: center;
    width: 100%;

}
.sec-4 .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    height: 500px;
    /* width: 800px; */
    /* margin-right: 20px; */
}
.ser-img
{
    transform: scale(0.8);
        padding:60px;
}
.sec-4 .owl-item.active.center .ser-img
{
    transform: scale(1.6);
}

.h2-tem
{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

/*Media Query*/
@media only screen and (max-width: 820px) 
{
    .hide-tab
    {
        display: none;
    }
    .enq-fot
{
    display: none;
}
.menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    border-radius: 0;
    background: #475f46;
    z-index: 9;
    transform: scale(0);
    transform-origin: top right;
}
.padd-left-140px {
    padding-right: 0;
}
.team-card {
    position: relative;
    width: 288px;
    height: 416px;
    margin: 2em 0 1em 0;
    overflow: hidden;
}
nav {
    padding: 100px 30px 0 40px;
    transition: all ease 0.5s;
}
.img-bann {
    width: 246px;
}
.pro-div {
    padding: 40px 0 20px 0;
}
.demo-inner-content {
    position: relative;
    z-index: 2;
    margin: 130px auto;
    padding: 40px;
    max-width: 600px;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}
.ser-img {
    transform: scale(0.8);
    padding: 20px;
}
.foot1 {
    background: #ede4be;
    padding: 3em 0 2em 0;
}
.sec-4 {
    background-image: url(../images/bg.png);
    height: 500px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3em 0 0em 0;
}
.col-sm-21 {
    flex: 0 0 auto;
    width: 32.666667%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
}
.left-div
{
        margin-left: 0px;
}
.img-rel {
    position: sticky;
    z-index: 1;
    top: 100px;
}
.header_top .modal-content {
    width: 100%;
    margin: 0 auto;
    padding: 0 0px 20px 0px;
    max-width:100%;
    border: none;
}
.header_top .modal-header {
    padding: 30px 30px 8px 17px;
    background: #fff;
    border-radius: 0;
    border: none;
}
    .hide-mob {
        display: none;
    }
    .hide-desk {
    display: block;
    margin-bottom: 20px;
}
}

@media only screen and (max-width: 600px) 
{
.left-div
{
        margin-left: 0px;
}

.reg-btn
{
display: none;
}
.img-rel {
    position: relative;
    z-index: 1;
    top: 0;
}
    .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #475f46;
    z-index: 9;
    transform: scale(0);
    transform-origin: top right;
}


#demo-1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 40vh;
    background-color: #999;
}
.col-sm-21 {
    flex: 0 0 auto;
    width: 33%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    margin-top: 2em;
}
.demo-inner-content {
    position: relative;
    z-index: 2;
    margin: 72px auto 40px auto;
    padding: 40px 10px;
    max-width: 600px;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}
.img-bann {
    width: 180px;
}
.img-logo-ban
{
        width: 100px;
}
.qr-code-1
{
    display: block;
    width: 150px;
}
.info {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 28px;
    margin: 0 0 14px 0;
    color: #000000;
}
.pro-right {
    padding-left: 0;
}
.qr-code
{
    display: none;
}
nav {
    padding: 100px 30px 1300px;
    transition: all ease 0.5s;
}
.padd-left-140px {
    padding-right: 0;
}
.title {
    color: #5e712c;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-size: 29px;
}
.sec-4 {
    background-image: url(../images/bg.png);
    height: auto;
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2em 0 1em 0;
}
.ser-img {
    transform: scale(0.8);
    padding: 8px;
}
  .info-ft {
    margin: 10px 0 10px;
}
.foot1 {
    background: #ede4be;
    padding: 3em 0 2em 0;
}
.rev-col
{
    flex-direction: row-reverse;
}
.line-1 {
    position: absolute;
    top: -24px;
    left: 50%;
    right: 50%;
    margin: 0 auto;
    z-index: 1;
    height: 0;
}
.line-1 img
{
        height: 66px;
}
.line-2 {
    position: absolute;
    bottom: -39px;
    left: 50%;
    right: 50%;
    margin: 0 auto;
    z-index: 1;
}
.line-2 img
{
        height: 66px;
}
.w3l-index5 {
    background: url(../images/viedo-img.png) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    background-size: cover;
    z-index: 0;
    position: relative;
    border-radius: 0;
    min-height: 480px;
    width: 100%;
    margin-top: -155px;
    justify-content: center;
    margin-bottom: 34px;
    margin-right: auto;
    margin-left: auto;
}
.sec-4 .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    height: auto; 
    /* width: 800px; */
    margin-right: 20px; 
}
.footer {
    background: #273308;
    padding: 2em 0 3em 0;
}
.mb-mob
{
    margin-bottom: 20px;
}
.footer-2 {
    padding: 30px 0 1em 0;
}
.p-0-10p {
    padding: 0 10px;
}
.facilities-box {
    margin-top: 0;
}
.spa-bte {
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.team-card {
    position: relative;
    width: 352px;
    height: 400px;
    margin: 3em 0 1em 0;
    overflow: hidden;
}
.spa-bte {
    justify-content: center;
    flex-wrap: wrap;
}
  .h2-tem-out {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    top: 330px;
    color: #fff;
    text-align: center;
    width: 100%;
}

.inf-div {
    margin: 2em 0 0em 0;
}
.reg-btn {
    color: #fff;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    position: relative;
    top: -6px;
    z-index: 11;
    width: 500px;
    display:none;
}
.link-hr ul {
    margin: 0 0 21px 0;
    display: flex;
    width: 100%;
}
.link-hr li {
    width: 50%;
    /* display: flex; */
    /* flex-wrap: wrap; */
    margin-bottom: 10px;
}
.pro-div .nav-link {
    color: #fff;
    padding-left: 0;
    text-align: center;
}
.pro-div .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #606c41;
    border-radius: 100px;
    text-align: center;
}
.img-gallery {
    height: 400px;
}
.pro-div {
    padding: 70px 0 20px 0;
}
.col-sm-3-1 {
    flex: 0 0 auto;
    width: 33%;
}
.header_top .modal-content {
    width: 100%;
    margin: 0 auto;
    padding: 0 0px 20px 0px;
    max-width: 100%;
    border: none;
}
.header_top .modal-header {
    padding: 30px 30px 8px 17px;
    background: #fff;
    border-radius: 0;
    border: none;
}
.reg-btn-1
{
        color: #263307;
    padding: 10px 0;
    line-height: normal;
    text-align: center;
    width: 200px;
    margin-top:100px;

}
.hide-desk
{
    display:block;
}
.enq-fot
{
    display:block;
        position: fixed;
    bottom: 0;
       z-index: 9;
  }
  .hide-mob
  {
    display: none;
  }
.mob-20px
{
    margin-bottom: 15px;
}
ul {
    padding-left: 1rem;
}
}
