body{font-family: 'Titillium Web', sans-serif;}
.container{max-width: 1200px; width: 100%;}
.menu-div .navbar, .menu-div1 .navbar {padding: 0px;margin-left: 0px; }
.menu-div{margin-left: -66px;  padding-top: 10px;}
.menu-div .navbar-light .navbar-nav .nav-item .nav-link, .menu-div1 .navbar-light .navbar-nav .nav-item .nav-link {padding: 8px 10px;line-height: 22px;font-size: 15px;font-weight: 500;position: relative;margin-right: 5px;text-align: center;color: #000;background: url(../images/line.png) no-repeat right center;text-transform: uppercase;}
.menu-div .navbar-light .navbar-nav .nav-item:last-child .nav-link {background: none; }
.menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link {color: #34b90a; border-bottom: 3px solid #34b90a;}
/*.menu-div .navbar-light .navbar-nav .nav-item:last-child:hover .nav-link, .menu-div .navbar-light .navbar-nav .nav-item:last-child.active .nav-link{background: url(../images/menu-right1.png) no-repeat bottom center;}*/
.menu-div .navbar-expand-lg .navbar-nav .dropdown-menu{background:#202948; width:451px;}
.menu-div .dropdown-item{color:#fff; border-bottom:1px solid #c99e66; font-size:12px; text-transform:uppercase; font-weight:500; padding-top: 7px; padding-bottom: 7px;}
.menu-div .dropdown-item:hover, .menu-div .dropdown-item.active, .menu-div1 .dropdown-item:hover, .menu-div1 .dropdown-item.active{color:#fff; background:#c99e66;}
.menu-div .dropdown:hover .dropdown-menu, .menu-div1 .dropdown:hover .dropdown-menu{display: block;margin-top: 0;}

.header-div {
  padding-top: 15px;
  padding-bottom: 15px;
}

#hm1{-webkit-transition: all 2s ease;transition: all 2s ease; }
#hm1 .logo1{display: none;}
#hm1.sticky1 .menu-div {padding-top: 10px;}
#hm1.sticky1 {position:fixed; padding-top: 5px; padding-bottom: 5px; top:0; z-index:101; width:100%; display: block; background: #fff; border-bottom: 1px solid #ddd;}


.mobilemenu{display: none; }
.overlay {position: fixed;display: none;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.4);z-index: 1; }
.hamburger {background: #dedede !important;border: none;display: block;height: 32px;margin-left: 15px;position: fixed;top: 0px;width: 52px;z-index: 999;padding: 5px; }
.hamburger:hover {outline: none; }
.hamburger:focus {outline: none; }
.hamburger:active {outline: none; }
.hamburger.is-closed:before {-webkit-transform: translate3d(0, 0, 0);-webkit-transition: all 0.35s ease-in-out;color: #ffffff;content: '';display: block;font-size: 14px;line-height: 32px;opacity: 0;text-align: center;width: 100px; }
.hamburger.is-closed:hover before {-webkit-transform: translate3d(-100px, 0, 0);-webkit-transition: all 0.35s ease-in-out;display: block;opacity: 1; }
.hamburger.is-closed:hover .hamb-top {-webkit-transition: all 0.35s ease-in-out;top: 0; }
.hamburger.is-closed:hover .hamb-bottom {-webkit-transition: all 0.35s ease-in-out;bottom: 0; }
.hamburger.is-closed .hamb-top {-webkit-transition: all 0.35s ease-in-out;background-color: rgba(255, 255, 255, 0.7);top: 5px; }
.hamburger.is-closed .hamb-middle {background-color: rgba(255, 255, 255, 0.7);margin-top: -2px;top: 50%; }
.hamburger.is-closed .hamb-bottom {-webkit-transition: all 0.35s ease-in-out;background-color: rgba(255, 255, 255, 0.7);bottom: 5px; }
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {height: 4px;left: 0;position: absolute;width: 100%;background-color: #0b3778;width: 26px;margin-left: 12px; }
.hamburger.is-open .hamb-top {-webkit-transform: rotate(45deg);-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);background-color: #0b3778;margin-top: -2px;top: 50%; }
.hamburger.is-open .hamb-middle {background-color: #0b3778;display: none; }
.hamburger.is-open .hamb-bottom {-webkit-transform: rotate(-45deg);-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);background-color: #0b3778;margin-top: -2px;top: 50%; }
.hamburger.is-open:before {-webkit-transform: translate3d(0, 0, 0);-webkit-transition: all 0.35s ease-in-out;color: #ffffff;content: '';display: block;font-size: 14px;line-height: 32px;opacity: 0;text-align: center;width: 100px; }
.hamburger.is-open:hover before {-webkit-transform: translate3d(-100px, 0, 0);-webkit-transition: all 0.35s ease-in-out;display: block;opacity: 1; }
#wrapper {-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;padding-left: 0;-webkit-transition: all 0.5s ease;transition: all 0.5s ease; }
#wrapper.toggled {padding-left: 220px; }
#wrapper.toggled #sidebar-wrapper {width: 270px; }
#wrapper.toggled #page-content-wrapper {margin-right: -220px;position: absolute; }
#sidebar-wrapper {-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;background: #0b3778;height: 100%;left: 185px;margin-left: -220px;overflow-x: hidden;overflow-y: auto;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;width: 0;z-index: 1000; }
#sidebar-wrapper::-webkit-scrollbar {display: none; }
#page-content-wrapper {padding-top: 70px;width: 100%; }
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {list-style: none;margin: 0;padding: 0;position: absolute;top: 0;width: 270px; }
.sidebar-nav li {display: inline-block;line-height: 20px;position: relative;width: 100%; }
.sidebar-nav li:before {-moz-transition: width 0.2s ease-in;-ms-transition: width 0.2s ease-in;-webkit-transition: width 0.2s ease-in;background-color: #1c1c1c;content: '';height: 100%;left: 0;position: absolute;top: 0;-webkit-transition: width 0.2s ease-in;transition: width 0.2s ease-in;width: 3px;z-index: -1; }
.sidebar-nav li:before {background: none;margin-left: -5px;margin-right: -10px; }
.sidebar-nav li:hover:before {-webkit-transition: width 0.2s ease-in;transition: width 0.2s ease-in;width: 100%; }
.sidebar-nav li a {color: #fff;text-transform: uppercase;font-size: 15px;display: block;padding: 10px 15px 10px 30px;text-decoration: none;text-align: left;border-bottom: 1px solid #5189c8; }
.sidebar-nav li.open:hover before {-webkit-transition: width 0.2s ease-in;transition: width 0.2s ease-in;width: 100%; }
.sidebar-nav .dropdown-menu {background-color: #000;border-radius: 0;border: none;box-shadow: none;margin: 0;padding: 0;position: relative;width: 100%; }
.sidebar-nav li a:hover, .sidebar-nav li.active a, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {background-color: #73d3f6;color: #fff;text-decoration: none; }
.sidebar-nav .dropdown-menu li a {font-size: 13px;color: #fff;border-bottom: 1px solid #bababa; }
.sidebar-nav .dropdown-menu li:hover a, .sidebar-nav .dropdown-menu li.active a {background: #202948 !important;color: #fff !important; }
.sidebar-nav .dropdown-menu li:before {background: none; }
.sidebar-nav li.active .dropdown-menu li a {background: #c99e66; }
.banner-div2 {position: relative;z-index: 2;display: none; }
.banner-div2 img {width: 100%; }
.banner-div2 .carousel-indicators {bottom: 0px;right: auto;margin-left: 2%; }
.banner-div2 .carousel-indicators li {background: #e75021;width: 11px;height: 11px;border-radius: 50%;opacity: 1;border: 3px solid #5a5a5a; }
.banner-div2 .carousel-indicators .active {width: 11px;height: 11px;background: #e75021;border: 3px solid #e75021; }
.banner-div2 .carousel-control-next, .banner-div2 .carousel-control-prev {top: 0%; }
.banner-div2 .carousel-control-prev {background: url(../images/banner-arrow-left.png) no-repeat left center;left: 3%;opacity: 1; }
.banner-div2 .carousel-control-next {background: url(../images/banner-arrow-right.png) no-repeat right center;right: 3%;opacity: 1;z-index: 100; }
.banner-div1 {position: relative;z-index: 2; }
.banner-div1 img {width: 100%; }
.banner-div1 .carousel-indicators {bottom: 0px;right: auto;margin-left: 2%; }
.banner-div1 .carousel-indicators li {background: #e75021;width: 11px;height: 11px;border-radius: 50%;opacity: 1;border: 3px solid #5a5a5a; }
.banner-div1 .carousel-indicators .active {width: 11px;height: 11px;background: #5a5a5a;border: 3px solid #e75021; }
.banner-div1 .carousel-control-next, .banner-div1 .carousel-control-prev {top: 0%; }
.banner-div1 .carousel-control-prev {background: url(../images/banner-arrow-left.png) no-repeat left center;left: 3%;opacity: 1; }
.banner-div1 .carousel-control-next {background: url(../images/banner-arrow-right.png) no-repeat right center;right: 3%;opacity: 1;z-index: 100; }


.index-div1 h1{text-align: center;
font-size: 35px;
font-weight: 600;color: #282828;}
.index-div1 p{text-align: center;
font-size: 17px;
line-height: 32px;}

/*.index-div1{padding-top: 40px;padding-bottom: 70px;}*/

.ind-div2{background: url(../images/circle1.png)no-repeat center;margin-top: -140px;
z-index: 2;
position: relative;padding-bottom: 52px;}
.ind-div2 a{text-decoration: none;color: #fff;
font-size: 18px;
font-weight: 600;}
.mr{text-align: center;padding-top: 48px;}


.index-div2{background: url(../images/ab-bg.png)no-repeat;background-size:contain;margin-top: 90px;}
.ind-div3 img{padding-top:153px;margin-left: -34px;}
.ind-div4{padding-left: 251px;
padding-top: 44px;}
.ind-div4 h1{font-size: 33px;
font-weight: 600;
color: #fff;font-family: 'Satisfy', cursive;text-transform: uppercase;}
.ind-div4 h3{font-size: 25px;
color: #fff;}
.ind-div4 p{font-size: 17px;
color: #fff;
text-align: justify;
line-height: 32px;}

.mr-more{background: url(../images/circle2.png)no-repeat right;
z-index: 2;
position: relative;padding-bottom: 52px;margin-top: -44px;}
.mr-more a{text-decoration: none;color: #fff;
font-size: 18px;
font-weight: 600;}
.mr1{text-align: right;
padding-top: 53px;
padding-right: 16px;}



.mob-index1 h1{font-size: 33px;
font-weight: 600;text-align: center;
color: #126648;font-family: 'Satisfy', cursive;text-transform: uppercase;}
.mob-index1 h3{font-size: 25px;text-align: center;
color: #126648;}
.mob-index1 p{font-size: 17px;
color: #126648;
text-align: justify;
line-height: 32px;}

.mob-index1 img{display: block;
margin-left: auto;
margin-right: auto;}

.mob-ind{margin-top: -139px;padding-bottom: 35px;}



.mr-more-m{background: url(../images/circle2.png)no-repeat right;
z-index: 2;
position: relative;padding-bottom: 52px;margin-top: -44px;}
.mr-more-m a{text-decoration: none;color: #fff;
font-size: 18px;
font-weight: 600;}
.mr-m{text-align: right;
padding-top: 53px;
padding-right: 16px;}

.mob-index1{display: none;}






.index-div4 img{width: 100%;}




#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
float:left;
    width:100%;
  
}

.nbs-flexisel-item {
    float:left;
    margin:0px auto;
    padding:0px;
    cursor:pointer;
    position:relative;
}

  
.multi-slider-align
{

margin-right: 0px;
 margin-left: 0px;
}





.index-div3 .nbs-flexisel-item img {
   
  height:auto;
cursor: pointer;
position: relative;
margin-top: 0px;
margin-bottom: 0px;
max-width: 90%;
max-height: 300px;
margin-left:auto; margin-right:auto;
border-radius: 10px;

}



/*** Navigation ***/

.index-div3 .nbs-flexisel-nav-left,
.index-div3 .nbs-flexisel-nav-right {
  width: 46px;
height: 46px;
   position: absolute;
   cursor: pointer;
   z-index: 100;
   opacity: 1;
 margin-top:0px;
 
 
}


.index-div3{margin-top: -19px;
margin-bottom: 75px;}
.index-div3 img{width: 100%;}

.ind-div5{background: url(../images/home-bg.png)no-repeat left bottom #0c5742;border-radius: 20px;
margin-top: -230px; }
.ind-div5 h1{padding-top: 45px;
text-align: center;
color: #fff;padding-right: 45px;
font-weight: 600;text-transform: uppercase;font-family: 'Satisfy', cursive;font-size: 35px;}
.ind-div5 h3{color: #fff;
font-size: 33px;
padding-left: 76px;}
.ind-div5 p{font-size: 17px;
color: #fff;
padding-left: 76px;}

.sit5 img{margin-top: -80px;}
.sight6 img{margin-top: -90px!important;}

.mr-more1{background: url(../images/circle1.png)no-repeat right;
z-index: 2;
position: relative;padding-bottom: 52px;margin-top: -24px;margin-right: 49px;}
.mr-more1 a{text-decoration: none;color: #fff;
font-size: 18px;
font-weight: 600;}
.mr2{text-align: right;
padding-top: 53px;
padding-right: 16px;}
.mob-sight{display: none;}
.index-div5{padding-bottom: 85px;}


.footer-div1{background: url(../images/foot1-bg.png)no-repeat;  background-size: cover;}
.foot1{padding-top: 45px;padding-bottom: 30px;}
.f-link {
  list-style: none;
  margin-left: -20px;
  padding-top: 5px;
  text-align: left;
}
.f-link li a {
  display: block;
  padding: 3px 3px 3px 13px;
    padding-left: 13px;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  color: #f4f5f6;
  background: url(../images/link.png) no-repeat top 12px left;
  transition: All .5s ease;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  padding-left: 22px;
 text-transform: uppercase;
}
.f-link li a:hover {
  color: #36b50c;
  background-position: top 12px left 5px;
}

.ft-add{background: url(../images/foot-loc.png) no-repeat top 8px left;
margin-top: 1px;
padding-left: 28px;
color: #fff;
font-size: 15px;
line-height: 30px;
padding-bottom: 12px;text-transform: uppercase;}

.ft-call {
  background: url(../images/foot-call.png) no-repeat top 8px left;
  margin-top: -19px;
  padding-left: 28px;color: #fff;
}

.foot2 img{display: block;
margin-left: auto;
padding-top: 82px;}

.copy-div {
  border-top: 1px solid #166f39;
  padding-top: 9px;
  padding-bottom: 11px;
  color: #fff;
  transition: all .5s ease;text-transform: uppercase;font-size: 13px;
}

.copy-div a {
  text-decoration: none;
  color: #fff;
}
.copy-div a:hover {
  color: #36b50c;
}

.copy-div .power-div {
  text-align: right;color: #3b6a54;
}

.copy-div .power-div a{
  color: #3b6a54;
}

.copy-div .power-div a:hover{
  color: #36b50c;
}


.name {
    color: #856e5d;
    border: none;
    font-family: 'Oswald', sans-serif;
}

.name input {
    width: 100%;
    box-shadow: none;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    margin-bottom: 15px;
    padding-left: 15px;
    height: 40px;
    margin-top: 20px;
}

.intro-form #captcha span {
    background: #ebffe4;
    padding: 9px 18px;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    color: #aeaeae;
    text-decoration: line-through;
}

.intro-form #captcha .cap {
  background: url(../images/captcha-icon.png) no-repeat top 20px right;
  margin: 2px 0 0;
    margin-top: 2px;
  padding: 0;
  border: none;
  cursor: pointer;
  width: 27px;
  margin-top: 6px;
}

.intro-form{background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 20px;
    box-shadow: 13px 13px 51px 0px rgb(10 51 80 / 10%);
    padding: 37px;margin-top: -28px;}

    .intro-form h1{font-size: 30px;
font-weight: 600;
color: #37b809;
text-transform: uppercase;
text-align: center;}

.frm-div1{background: #37b809;padding: 20px;
border-radius: 15px;}
.frm-div1 h3{font-size: 27px;
color: #fff;
font-weight: 600;}

.frm-div1 p{color: #fff;font-size: 19px;}

.raft1 p{font-size: 16px;
line-height: 32px;
text-align: justify;}
.submit input {
  background-color: #37b809;
  box-shadow: none;
  border: none;
  color: #fff;
  text-align: center;
 padding-left: 0px;
  font-weight: 600;cursor: pointer;
}

.pay-img {
  display: block;
margin-left: auto;
margin-right: auto;
    padding-top: 7px;
}

.pay-img img {
    margin-left: 6px;
}

.index-1{text-align: center;}
.index-1 h5{font-size: 27px;
color: #2c2c2c;}

.frmm{margin-top: -341px;
z-index: 3;
position: relative;}

.index-div-1{padding-bottom: 80px;}


/*Payment*/
.payment-div1{padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;}

.payment-div1 h3{font-size: 22px;
    padding-bottom: 14px;}

.payment-div1 h2{font-size: 27px;
    color: #026405;
    font-weight: 600;}
.cntpay{text-align:center;}
.cntpay a{color:#fff;}
.cntpay a:hover{text-decoration:none;}


/* Float Shadow */
.hvr-float-shadow {
 
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.ind-div1 img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}





/*FADEINRIGHT*/

@-webkit-keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.ind-div4 {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0s;
    -moz-animation-duration: 0s;
    -o-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-duration:0s;
    animation-delay: 0s;
}

/*BOUNCEINUP*/


.ind-div5{ 
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both; 
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

 

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }

  80% {
    -moz-transform: translateY(-10px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }

  80% {
    -o-transform: translateY(-10px);
  }

  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}


@media(max-width: 1024px)
{
	.menu-div .navbar-light .navbar-nav .nav-item .nav-link, .menu-div1 .navbar-light .navbar-nav .nav-item .nav-link{font-size: 13px;}
	.ind-div3 img {
  padding-top: 99px;
  margin-left: 14px;
}
.ind-div4 h1{font-size: 25px;}
.ind-div4{padding-top: 19px;}
.ind-div4 h3 {
  font-size: 22px;}
  .ind-div4 p {
  font-size: 15px;line-height: 28px;}
  .mr-more{margin-top: -62px;}
  .ind-div5{margin-top: -205px;}
  .ind-div5 h1{font-size: 27px;}
  .ind-div5 h3{font-size: 28px;
padding-left: 69px;}
.ind-div5 p{font-size: 15px;padding-left: 69px;}
.abt2 {margin-top: -219px!important;}
.abt3 {margin-top: -8px!important;}
.abt3 p{margin-left: -27px!important;}
.abt2 img{padding-top: 117px!important;}
.abt2 img {margin-left: -13px!important;}
.abt3 p{padding-top: 50px!important;}
.in-img img{width: inherit;margin-top: -2px!important;}
.live-1 img {margin-left: -12px!important;}
.live-1 img {padding-bottom: 53px!important;}
/*.stay img {margin-left: 132px!important;}*/
.stay1 img{margin-left: 30px!important;}
.stay img {margin-left: 89px !important;}
.submit1{padding-left: 15px!important;}
.about-div img{margin-left: 15px!important;}

.live-2 {margin-right: -36px!important;}
.sit5 img{margin-top: -20px!important;}



}


@media(max-width: 980px)
{
	.ind-div4 {
  padding-left: 171px;}
  .mr-more {
  margin-top: -72px;
}
.ind-div5 h3{padding-left: 57px;}
.ind-div5 p{padding-left: 57px;}
.sidebar-nav .dropdown-menu {
    top: 0px; }

  .dropdown-menu {
    top: 0;
    right: 0px;
    left: 0px;
    margin-top: 0;
    margin-left: 0rem; width:  max-content;}

  .mobilemenu {
    display: none;
    position: fixed !important;
    z-index: 1000; }

  .menu-div, .menu-div1 {
    display: none; }

  .hamburger.is-closed {
    margin-left: 79%;
    margin-top: 10px;
    right: 5%; }

  .hamburger.is-open {
    margin-left: 24px;
    margin-top: 20px; }

  .dropdown-toggle:active,
  .open .dropdown-toggle {
    outline: 0;
    background-color: #f08c04 !important;
    color: #fff !important;
    border-bottom: 1px solid #16a15a !important; }
    .stay img{margin-left: -135px;}

}

#show-sidebar{background: #37b809; border-color:#37b809;}

.page-wrapper{display: none; position: relative; z-index: 2000;}
.sit5 img {margin-top: -1px!important;}


@media(max-width:980px)
{
  .top-div1{display: none;}
  .page-wrapper{display: block;}
}
.sit6 img{margin-top: -203px!important;}
.abt2 {margin-top: -195px !important;}
.about-div img {margin-left: 13px !important;}
.abt3 p {margin-left: -18px !important;}
.in-img img {width: inherit; /*margin-top: 0px !important;*/}

.rope1{padding-top: 90px!important;}
/*.stay1 img {margin-left: 104px !important;}*/
.stay img {margin-left: 120px !important;}
.submit1{padding-right: 10px!important;}


.top-info{font-size:14px}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

/* .page-wrapper {
  height: 100vh;
} */

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/


.page-wrapper.toggled .sidebar-wrapper {
  right: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  right: 20px;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 999;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {


  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
  margin:0px;
  margin-left: -30px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}

.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}

.page-wrapper .page-content > div {
  padding: 20px 40px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #2c7b0f;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #fff;
    text-transform: uppercase;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a{border-bottom: 1px solid #ffffff9e;}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a, .chiller-theme .sidebar-wrapper .sidebar-menu ul li.active > a{color:#fff; background: #074c33;}

.chiller-theme .sidebar-wrapper .sidebar-submenu ul li a{text-align: left;}

.chiller-theme .sidebar-wrapper .sidebar-submenu ul li:hover > a, .chiller-theme .sidebar-wrapper .sidebar-submenu li.active > a{background: #55a6ff;}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #e8e5e5;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;}


/*About*/

.about-div img{margin-top: -30px;
  margin-left: 87px;
}
.abt2{margin-top: -349px;}

.abt2 img{margin-left: 52px;border-radius: 13px;}
.abt3 p{color: #fff;}
.abt3 img{border-radius: 13px;padding-bottom: 30px;margin-top: -30px;}

.abt3{background: url(../images/abt-bg.jpg)no-repeat top right;margin-top: -50px;}

/*.abt3{background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 9%, rgba(5,68,59,1) 10%, rgba(16,90,53,1) 78%, rgba(82,216,127,1) 78%, rgba(255,255,255,1) 78%);}*/

.abt1 h1{font-size: 38px;
font-weight: 600;
padding-bottom: 6px;
color: #282828;}

.abt3{margin-top: -100px;padding-bottom: 55px;}
.abt2 img{padding-top: 92px;}
.abt3 p{padding-top: 75px;  font-size: 16px;margin-left: -113px;
  line-height: 31px;
  text-align: justify;
  
}

.abt1 p{font-size: 16px;
line-height: 31px;
text-align: justify;}

.abt2 p{font-size: 16px;
line-height: 31px;
text-align: justify;padding-top: 35px;margin-top: 36px;}

.in-img img{margin-top: -30px;}
.in-img{background: url(../images/raft-bg.jpg)no-repeat top right;}

.rope1{background: url(../images/rope-bg.jpg)no-repeat top right;padding-left: 21px;padding-top: 39px;
margin-top: -30px;margin-bottom: -31px;}

/*.in-img{background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 9%, rgba(5,68,59,1) 10%, rgba(16,90,53,1) 78%, rgba(82,216,127,1) 78%, rgba(255,255,255,1) 78%);}*/

.rafting h1{font-size: 38px;
font-weight: 600;
padding-bottom: 6px;
color: #282828;}
.raft1 h4{font-size: 25px;
font-weight: 600;
padding-bottom: 6px;
color: #282828;}

.stay{background: url(../images/home-bg1.jpg)no-repeat;margin-left: -90px;}

.stay img{width: 400px;
margin-top: -56px;/*margin-left: 220px!important*/ }

.stay1{background: url(../images/home-bg2.jpg)no-repeat;margin-right: -90px;}

.stay1 img{margin-top: -41px;margin-left: 115px;}

/*.sight1{background: url(../images/sight-bg.jpg)no-repeat;}*/


.rafting p{font-size: 16px;
line-height: 32px;
text-align: justify;}

.raft h4{font-size: 27px;
font-weight: 600;
padding-bottom: 6px;
color: #539c79;padding-top: 10px;
padding-bottom: 10px;}

.rafting{padding-top: 30px;
padding-bottom: 30px;}

.about-div{padding-top: 30px;
padding-bottom: 30px;}

.raft p{font-size: 16px;
line-height: 32px;
text-align: justify;}

.abt1{padding-top: 30px;
padding-bottom: 30px;}

.rope3{padding-top: 30px;
padding-bottom: 30px;}

.raft{padding-top: 30px;
padding-bottom: 35px;}

.raft1{padding-top: 30px;
padding-bottom: 35px;}

.in-img img{border-radius: 10px;}

.home1 img{border-radius: 13px;}
/*.sight1 img{border-radius: 23px;}*/

.con-div1{padding-top: 30px;
padding-bottom: 30px;}

/*.site-5 img{margin-top: 116px;*/
}
.sight-2 img{margin-top: -119px;}
.sight2{margin-top: -119px;}
.sight5{margin-top: 116px;}

.live-1 img{padding-bottom: 40px;/*border-radius: 23px;*/margin-left: -50px;}

.rope4 h1{font-size: 38px;
font-weight: 600;
padding-bottom: 6px;
color: #282828;}

.in-img img{margin-top: -29px;}

.rope4 p{font-size: 16px;
line-height: 32px;
text-align: justify;}

.rope{padding-top: 30px;padding-bottom: 30px;}

.home h1{font-size: 38px;
font-weight: 600;
padding-bottom: 6px;
color: #282828;}

.home{padding-top: 30px;
padding-bottom: 30px;}

.home1{padding-top: 30px;
padding-bottom: 30px;}

.gallery1 img{}

.home p{font-size: 16px;
line-height: 32px;
text-align: justify;}


.gallery1 img{border: 1px solid #8cd672;
padding: 5px;
margin-bottom: 30px;
transition: All .5s ease;
-webkit-transition: All .5s ease;
-moz-transition: All .5s ease;
-o-transition: All .5s ease;
}

.gallery{
 padding-top: 30px;
padding-bottom: 30px;
}

.gallery h1{font-size: 38px;
font-weight: 600;
padding-bottom: 6px;
color: #282828;}

.sight h1{font-size: 38px;
font-weight: 600;
padding-bottom: 6px;
color: #282828;}

.sight1 h4{font-size: 27px;
font-weight: 600;
padding-bottom: 6px;
color: #539c79;
padding-top: 10px;
padding-bottom: 10px;}

.sight1 p{font-size: 16px;
line-height: 32px;
text-align: justify;}

.sight{padding-top: 30px;padding-bottom: 30px;}

.sight-row1 img{float: right;}
.sight-row1 p{padding-right: 30px;}

.sight-row p{padding-left: 30px;}

.sight-row{padding-top: 30px; padding-bottom: 30px;}

.contact h1{font-size: 38px;
font-weight: 600;
padding-bottom: 6px;
color: #282828;}

.contact{padding-top: 30px; padding-bottom: 30px;}
.con-div2{padding-top: 30px; padding-bottom: 30px;}
.con-div2 h4{font-size: 27px;font-family: 'Satisfy', cursive;
font-weight: 600;
color: #fff;
padding-top: 10px;
padding-bottom: 10px;}

.con-div2 p{font-size: 20px;}

.con-div2 span{font-size: 20px;
line-height: 32px;
text-align: justify;color: #fff;}

.con-div2 strong{color:#fff;}

.park{margin-top: 25px;}
.live-2 img{margin-top: 13px;}
.iruppu{margin-top: 34px;}
.live-1a img{margin-top: 6px;}
.tea{margin-top: 25px;}
.abbay{margin-top: -14px;}
.ab{ margin-top: -29px;}
.har{margin-top: 28px;}
.dubare{margin-top: 30px;}
.live-1a{  margin-top: 30px;}
.omkar{  margin-top: 30px;}
.om{  margin-top: 30px;}
.sit001{margin-top: -210px;}
.live-1z{margin-top: -237px;}
.raja{margin-top: 47px;}
.live-1a{margin-top: 2px;}
.mob-sight2{padding-top: 20px;
padding-bottom: 20px;}
.mob-sight2 p{font-size: 17px;
line-height: 32px;
text-align: justify;}
.mob-sight2 h4{font-weight: 600;
padding-bottom: 6px;
color: #539c79;}
.mob-sight3 img{display: block;
margin-left: auto;
margin-right: auto;}
.a{border-bottom: 1px solid #e8ebec;}













.con-div2{background: #539c79;margin-left: -15px;
padding-left: 30px;
padding-right: 30px;
padding-top: 25px;
padding-bottom: 25px;}


.c4 a{text-decoration: none; color: #fff;}
.form-group1{padding-top: 30px;}

.cn{box-shadow: 0 1px 4px 0 rgb(0 0 0 / 50%);}
.submit1{padding-top: 33px;
padding-left: 40px;
padding-right: 40px;
margin-left: 95px;
margin-right: 173px;
padding-bottom: 25px;
font-size: 20px;}

.submit1 input{background: #539c79;color: white;}

.con-div9{background: #539c79;
padding-left: 30px;
padding-right: 30px;
padding-top: 25px;
padding-bottom: 25px;}

.cap1{padding-top: 14px;}
.cap input{padding-top: 20px;}

.form-group input{height: 40px;
width: 100%;
margin-bottom: 15px;}

.textarea{width: 100%;
height: 140px;}

.intro-form #captcha span {
    background: #ebffe4;
    padding: 9px 18px;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    color: #aeaeae;
    text-decoration: line-through;
}

.intro-form #captcha .cap {
  background: url(../images/captcha-icon.png) no-repeat top 20px right;
  margin: 2px 0 0;
    margin-top: 2px;
  padding: 0;
  border: none;
  cursor: pointer;
  width: 27px;
  margin-top: 6px;
}

.intro-form1{
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 20px;
   /* box-shadow: 13px 13px 51px 0px rgb(10 51 80 / 10%);*/
    padding: 37px;margin-top: -28px;}

    .intro-form1 h1{font-size: 30px;
font-weight: 600;
color: #37b809;
text-transform: uppercase;
text-align: center;}

.form-group1{height: 40px;
width: 100%;
margin-bottom: 15px;}
.frm-div1 h3{font-size: 27px;
color: #fff;
font-weight: 600;}

.form-group1 input {
  height: 40px;
  width: 100%;
  margin-bottom: 15px;
}

.sit2 img{margin-top: -120px;}
.live-1a {margin-left: -60px;}
.live-2{margin-right: -60px;
z-index: 3;
position: relative;}
.live-1a img{border-radius: 25px;}
.live-2 img{border-radius: 25px;}
.form-group{color: #fff;font-size: 19px;}
.yy img{display: none;}






@media(max-width: 1440px){
.live-1 img{margin-left: 12px;}
.stayimg{margin-top: -115px;}
}



@media(max-width: 1280px){
  .stay{margin-left: -15px;}
  .stay1{margin-left: -54px;}
  }


@media(max-width: 1024px){
 .abt2 p{margin-top: 108px;}
 .kl{margin-top: 26px;}
 .abt3 p{margin-top: -33px;}
 .live-1z {
  margin-top: -24px;}
  .sit001 {
  margin-top: 23px;}
  .stay img {
  width: 359px;}
  .stay1{margin-left: 0px;margin-right: -13px;}.stay1 img {
  margin-top: -75px;
}


@media(max-width: 980px){.in-ban img{display: none;}}
@media(max-width: 980px){.yy img{display: block;width: 100%}
.abt2 p{padding-top: 120px;}
.abt3 p{margin-top: -30px;}
.abt2 img{margin-top: 40px;}
.about-div img{margin-top: -30px;}
.abt1 p{margin-right: 47px;}
.kl{margin-top: -33px;}
.abt3 p{font-size: 15px;}
/*.in-img{background: none;}*/
.rope1{background: none;}
/*.mi{display: none;}*/
.abt1 h1{text-align: center;}
.rafting h1{text-align: center;}
.rope4 h1{text-align: center;}
.home h1{text-align: center;}
.gallery h1{text-align: center;}
.sight h1{text-align: center;}
.contact h1{text-align: center;}
.cn{box-shadow: none;}
.stay1 img{margin-top: -58px;margin-left: 24px !important;}
.gallery {
  padding-top: 30px;
  padding-bottom: 81px;}
  .gallery h1{padding-bottom: 45px;}
  .copy-div{font-size: 11px;}
  .mob-sight{display: block;}.sight1{display: none;}
  .park{margin-top: 25px;}
.live-2 img{margin-top: 13px;}
.iruppu{margin-top: 34px;}
.live-1a img{margin-top: 6px;}
.tea{margin-top: 25px;}
.abbay{margin-top: -14px;}
.ab{ margin-top: -29px;}
.har{margin-top: 28px;}
.dubare{margin-top: 30px;}
.live-1a{  margin-top: 30px;}
.omkar{  margin-top: 30px;}
.om{  margin-top: 30px;}
.sit001{margin-top: -210px;}
.live-1z{margin-top: -237px;}
.raja{margin-top: 47px;}
.live-1a{margin-top: 2px;}
.mob-sight2{padding-top: 20px;
padding-bottom: 20px;}
.mob-sight2 p{font-size: 17px;
line-height: 32px;
text-align: justify;}
.mob-sight2 h4{font-weight: 600;
padding-bottom: 6px;
color: #539c79;}
.mob-sight3 img{display: block;
margin-left: auto;
margin-right: auto;}
.a{border-bottom: 1px solid #e8ebec;}
.in-img{background: none;}
.mob-sight3 img{  margin-top: 72px;}
.stay{background: none;}
.stay1{background: none;}
.stay img {
  width: 386px;}
  .stay img {
  margin-left: 55px !important;}
  .mob-sight3 img{border-radius: 13px;}
.mob-sight2 h4{text-align: center;}

}

@media(max-width: 767px)
{
	.frmm {
  margin-top: -200px;}
  .index-1{padding-top: 30px;}
  .ind-div1 img{padding-bottom: 20px;display: block;margin-left: auto;margin-right: auto;}
  .index-div2{display: none;}
  .mob-index1{display: block;}
  .ind-div5 {
  margin-top: -137px;margin-left: 210px;
margin-right: 171px;
}
.ind-div5 h1 {
  font-size: 19px;padding-top: 27px;
}
.ind-div5 h3 {
  padding-left: 49px;font-size: 22px;}
.ind-div5 p {
  padding-left: 49px;font-size: 12px;}
  .mr-more1{margin-top: -32px;}
  .mr2{padding-top: 39px;}
  .ind-div2{margin-top: -130px;}
  .f-link li{display: inline-flex;}
  .f-link{text-align: center;margin-top: -16px;}
  .ft-add{text-align: center;background: url(../images/foot-loc.png) no-repeat top 8px left 220px;}
   .ft-call{text-align: center;background: url(../images/foot-call.png) no-repeat top 8px left 220px;}
   .foot2 img{margin-right: auto;padding-left: 80px;padding-top: 7px;}
   .copy-div .power-div{color: #fff;}
   .copy-div .power-div a{color: #fff;}
   .index-div-1 {
  padding-bottom: 48px;
}
.foot1{padding-bottom: 15px;}
.about-div img{display: none;}
.abt2 img{display: block;}
.abt2 {margin-top: -139px !important;}
.abt3{background: none;}
.abt2 img{/*margin-top: -103px!important;*/padding-left: 68px;}
.abt3 img{margin-top: 0px;padding-left: 81px;}
.abt3 p{color: black;text-align: justify;
padding-left: 20px;line-height: 32px;
font-size: 16px;}
.in-img{background: none;}
.rope1{background: none;margin-top: -89px;}
.live-1 img{width: 100%;}
.stay{background: none;}
.stay1{background: none;}
.stay img{width: 58%;}
.stay1 img{width: 74%;
margin-top: 40px;
padding-left: 86px;}
.gallery1 img{display: block;
margin-left: auto;
margin-right: auto;}
.sit2 img{display: none;}
.sit5 img{display: none;}
.sit6 img{display: none;}
.live-2 img{display: block;
margin-left: auto;
margin-right: auto;}
.live-1a img{display: block;
margin-left: auto;
margin-right: auto;
padding-top: 20px;}
.contact{padding-bottom: 364px;}
.live-1a {margin-left: 0px;}
.stay img{display: block;
margin-left: auto!important;
margin-right: auto;}
.stay1 img{display: block;
margin-left: auto;
margin-right: auto;width: 64%;
padding-left: 23px;}
.raft1 h4{font-weight: 600;}
.submit1{margin-left: 230px;
margin-right: 259px;}
.abt2 p {
  padding-top: 22px;
}
.abt1 p {
  margin-right: 19px;
}
/*.stay img{width: 71%;margin-right: 41px;}*/
.stay1 img {
  margin-left: 5px;width: 61%;display: block;
margin-left: auto;
margin-right: auto;}
.stay1 img{margin-left: 107px !important;
}
.banner-div2 {display: block;}
.banner-div1 {display: none;}

}


@media(max-width: 424px)
{
	.frmm {
  margin-top: -100px;}
  .intro-form h1{font-size: 19px;}
  .index-div1 h1{font-size: 34px;}
  .index-div1 p{font-size: 15px;}
  .ind-div5{margin-left: 30px;
margin-right: 30px;}
.ind-div5 h1 {
  font-size: 21px;}
  .ind-div5 h3 {
  padding-left: 30px;
  font-size: 24px;
}
.ind-div5 p {
  padding-left: 29px;
  font-size: 15px;
}
.f-link li a{font-size: 14px;}
.ft-add{font-size: 14px;background: url(../images/foot-loc.png) no-repeat top 8px left 50px;}
.ft-call{font-size: 14px;background: url(../images/foot-call.png) no-repeat top 5px left 70px;}
.copy-div{text-align: center;}
.copy-div .power-div{text-align: center;}
.index-div5 {
  padding-bottom: 31px;
}
.foot1{padding-bottom: 20px;}
.index-div-1 {
  padding-bottom: 44px;
}
.abt2 img{padding-left: 13px;padding-right: 40px;}
.abt3 img{padding-left: 23px;padding-right: 26px;margin-bottom: -46px;padding-top: 20px;}
.in-img img{padding-top: 20px;}
.live-1 img{padding-left: 3px!important;}
.raft1 p{font-size: 16px;
line-height: 32px;}
.live-2 img {width: 89%;}
.submit1{margin-left: 50px;
margin-right: 130px;}
.submit1 {
  margin-left: 52px;
margin-right: 120px;}
.live-2 img{margin-right: 40px;}
.abt2 p {
  padding-top: 5px;}
  .stay img{width: 67%;
padding-left: 34px;}
.con-div2 span {
  font-size: 16px;}
  .stay1 img {
  margin-left: 49px !important;width: 68%;
}

}

@media(max-width: 412px)
{
	.ind-div5 p {
  padding-left: 21px;}
  .ind-div5 h3{padding-left: 23px;}
  .mr-more1{margin-right: 30px;padding-bottom: 43px;}
  .abt1 p {
  margin-right: 0px;
}
.abt3 p{margin-top: -4px;}
.rope3 {
  padding-top: 0px;
  padding-bottom: 30px;
}
.gallery {
  padding-top: 10px;}
  .gallery1{margin-top: -25px;}
  .gallery1 img{margin-bottom: 40px;}
  .gallery{padding-bottom: 30px;}
  .stay1 img {width: 69%;}
  .stay img {width: 67%;}
  .mob-sight3 img{padding-bottom: 30px;margin-top: 10px;}
.con-div2 span {
  font-size: 15px;
}
.rafting img{border-radius: 25px;}
}


@media(max-width: 400px)
{
	.intro-form h1 {
  font-size: 18px;
}
.index-div1 h1 {
  font-size: 33px;
}
.index-div1 p {
  font-size: 14px;
}
.f-link li a {
  font-size: 13px;
}
.ft-add {
  font-size: 13px;}
  .ft-call {
  font-size: 13px;}
  .copy-div{font-size: 12px;}
  .stay img{margin-left: 60px !important;}
  .home p{padding-right: 10px;}
  .home1{padding-bottom: 5px;}
  .sit2 img{margin-top: 0px;}
  .sit6 img{margin-top: 0px}
}

@media(max-width: 385px)
{
	.ind-div5 p {
  padding-left: 13px;
}
.ind-div5 h3 {
  padding-left: 14px;
}
.pay-img img {
  margin-left: 3px;
}
.con-div2 span {
  font-size: 14px;
}
.submit1{margin-right: 98px;}

}


@media(max-width: 360px)
{
	.intro-form h1 {
  font-size: 15px;
}

.index-div1 h1 {
  font-size: 31px;
}
.index-div1 p {
  font-size: 13px;
}
.mob-ind {
  margin-top: -74px;}
  .ind-div5 {
  margin-left: 21px;
  margin-right: 21px;
}
.ind-div5 h1{padding-left: 13px;}
.ft-add{background: url(../images/foot-loc.png) no-repeat top 8px left 40px;}
.ft-call{background: url(../images/foot-call.png) no-repeat top 5px left 50px;}

.con-div2 span {
  font-size: 12px;}
  .con-div2 strong {
  font-size: 17px;}
}


.ra-li{    font-size: 16px;line-height: 32px; text-align: justify;}



