 new menu code */
* {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
      overflow-x: hidden;
}

.toggle-button {
  position: fixed;
  width: 44px;
  height: 40px;
  top: 25px;
  right: 25px;
  transition: 0.25s;
  z-index: 99999;
}
.toggle-button:hover {
  cursor: pointer;
}
.toggle-button .menu-bar {
  position: absolute;
  border-radius: 2px;
  width: 80%;
  transition: 0.5s;
}
.toggle-button .menu-bar-top {
  border: 4px solid #555;
  border-bottom: none;
  top: 0;
}
.toggle-button .menu-bar-middle {
  height: 4px;
  background-color: #555;
  margin-top: 7px;
  margin-bottom: 7px;
  top: 4px;
}
.toggle-button .menu-bar-bottom {
  border: 4px solid #555;
  border-top: none;
  top: 22px;
}

.button-open-transition, .button-open .menu-bar-bottom, .button-open .menu-bar-top {
  border-color: #555;
  transition: 0.5s;
}

.button-open .menu-bar-top {
  transform: rotate(45deg) translate(8px, 8px);
}
.button-open .menu-bar-middle {
  background-color: #555;
  transform: translate(250px);
  transition: 0.1s ease-in;
  opacity: 0;
}
.button-open .menu-bar-bottom {
  transform: rotate(-45deg) translate(7px, -7px);
}

.menu-wrap {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: -250px;
  height: 100vh;
  width: 250px;
  overflow: hidden;
  transition: 0.25s;
  z-index: 9;
}

.menu-show {
  right: 0;
      z-index: 999;
}
.menu-list {
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 100%;
    margin-left: auto;
    margin-right: 0;
    display: inline-block;
    float: right;
}
.menu-wrap.menu-show {
    width: 100%;
    background-color: #0000004d;
    top: -1px;
}
ul.menu {
    padding-left: 0;
    margin-left: 10px;
    position: relative;
    top: -16px;
    background: #fff;
    max-width: 285px;
    margin-right: 0px;
    margin-left: auto;
    height: 103%;
    padding-top: 75px;
    margin-bottom: 0px;
}

ul.menu li {
  /*padding: 20px 20px 0;*/
  list-style: none;
  margin: 0px;
}

ul.menu li a {
  color: #000;
    font-size: 17px;
    position: relative;
    text-decoration: none;
    font-weight: bold;
}
ul.menu li a:hover {
  /*text-decoration: line-through;*/
  /*color: lightgreen;*/
}
li.nav-item-msn:hover a {
    background-color: #eff5e8;
    /* color: #fff; */
}
li.nav-item-msn a img {
    height: auto !important;
    width: 20px !important;
    margin-right: 10px;
}
.footer-title-city{
margin: 0;
    margin-left: 28px;
    text-transform: uppercase;
    font-weight: 800;
    }
.ltn__testimonial-item-4 {
    min-height: 265px;
}
.ltn__slide-item-2 .slide-title {
    font-size: 45px;
    }
    .slider-small{
      font-size: 20px;
          font-weight: bold;
    color: #476500;
    }
/*.slick-list.draggable {
    width: 100%;
}
.msn-banner1 {
    background: url(../img/banner-baby.png) no-repeat;
    background-size: cover;
}*/
.ltn__header-5 .ltn__header-middle-area.sticky-active .logo-img-left{
  height: 75px !important;
}
.slick-list.draggable {
    /*padding-top: 30px;*/
}
.ltn__slide-item-3 .slide-item-img img {
    /*height: 111%;*/
  }
  .slide-brief.animated p {
    color: #000;
}
.ltn__slide-item-3 .slide-item-img {
    width: 45%;
    right: 75px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slide-item-info-inner.ltn__slide-animation {
    padding-left: 6%;
}
.msn-banner1{
      background: url('../img/cow.webp') 0% 0% / cover no-repeat;
      height: 108vh;
}
.msn-banner2{
      background: url('../img/rice.webp') 0% 0% / cover no-repeat;
      height: 108vh;
}
.msn-banner1:after,.msn-banner2:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 100%;
    background: #231f2047;
}
.ltn__header-middle-area.ltn__header-sticky.ltn__sticky-bg-white.sticky-active-into-mobile---.plr--9--- {
    background: #fff;
    padding: 0;
}
.ltn__slide-item-2 .slide-title {
    font-size: 7.5vw;
    font-family: libre baskerville,serif;
    color: #fff;
}
h3.banner-sub-head.animated.fadeIn {
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    font-size: 26px;
    font-family: monospace;
}
.theme-btn-1 {
    background-color: #396b0c;
    color: var(--white);
    /* font-family: libre baskerville,serif; */
    font-family: "Monsterrat", sans-serif;
}
p.second-text{
      color: #fff;
    font-size: 18px;
}

/*welcome section start*/
section.welcome {
    padding: 50px 0px;
    background-color: rgb(9 28 32);
    color: #fff;
    background: url(../img/welcome-bg1.webp) no-repeat;
    background-size: cover;
    background-position: center;
}
section.welcome h1, section.welcome p{
  color: #231f20;
}
.logo-circle {
  display: block;
    /*width: 150px;*/
    margin: auto;
    /*border-radius: 50%;*/
    /*height: 150px;*/
    overflow: hidden;
        position: relative;
    top: -50px;
}
h1.welcome-heading {
    /* font-family: "Monsterrat", sans-serif; */
    font-family: libre baskerville,serif;
    font-size: 3.4em;
    line-height: 1.25em;
    font-weight: 700;
        margin: 4.45rem 0 0;
    padding-bottom: 1.2rem;
    color: #231f20;
}
p.welcome-text {
    font-size: 18px;
    max-width: 800px;
    margin: auto;
    margin-bottom: 50px;
    line-height: 30px;
}
/*welcome section ends */
/* prduct page start */
img.less15 {
    width: 90px;
}
.ltn__section-title-2 .section-subtitle {
    margin-left: 5px;
}
.ltn__product-item-3 .product-info {
    padding: 25px 10px 15px;
}
.product-badge li {
    background-color: #396b0c;
    }
    .ltn__product-item-3 .product-price {
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 3px;
    font-size: 18px;
}
.product-info .btn-wrapper.animated {
    margin: 0;
}
a.theme-btn-1.btn.btn-effect-1.text-uppercase.btn-book {
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 2px;
        margin-top: 3px;
}
.ltn__product-item-3 .product-price del {
    font-size: 18px;
    opacity: 0.75;
}
/* product page ends */
/*footer start*/

ul li.social a {
    position: relative;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    /*margin: 0 10px;*/
    border-radius: 50%;
    /*padding: 6px;*/
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 10px 15px rgb(120 113 113 / 30%);
    background: linear-gradient(0deg, #DDDDDD, #FFFFFF);
    transition: .5s;
}
ul li.social a:hover {
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
}
ul li.social a .fab {
    width: 100%;
    height: 100%;
    display: block;
    /*background: linear-gradient(0deg, #FFFFFF, #DDDDDD);*/
    border-radius: 50%;
    line-height: 37px;
    font-size: 16px;
    color: #262626;
    transition: .5s;
}
ul li.social:nth-child(1) a:hover .fab {
    color: #3B5998;
}
ul li.social:nth-child(3) a:hover .fab {
    color: #007BB6;
}
ul li.social:nth-child(2) a:hover .fab {
    color: #BC2A8D;
}
ul li.social:nth-child(4) a:hover .fab {
    color: #DD4B39;
}
.ltn__social-media ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px 10px 0px;
}
.assosiations1 img {
    filter: grayscale(1);
    margin: 20px;
    max-width: 135px;
}
.footer-top-area {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-widget {
    margin-bottom: 20px;
}
.ltn__footer-area  hr {
    margin: 20px 0px;
}
.ltn__copyright-area.ltn__copyright-2.section-bg-2.ltn__border-top-2---.plr--5 {
    background: #091e1d;
}

footer.ltn__footer-area .section-bg-1.newbg {
    background-color: #f7f5eb;
}
h4.footer-title.ad{
        color: #000;
    font-weight: 800;
    margin-left: 27px;
}
.ltn__copyright-menu ul li{
  font-weight: 500;
}
.ltn__copyright-menu ul li a {
    color: #727272;
}
.address.site-main {
    display: flex;
        justify-content: space-between;
    flex-wrap: wrap;
}
h2.city {
    font-weight: 800;
    margin-bottom: 5px;
    font-size: 35px;
    margin-left:-5px ;
}
.footer-address.new{
    padding-left: 5%;
        align-self: end;
    padding-bottom: 0px;
    font-weight: bold;
}
.footer-address.new p {
    margin: 0;
}
.ltn__copyright-design p,span.current-year {
    margin-bottom: 0;
    color: #757575;
}
.ltn__copyright-area.ltn__copyright-2.section-bg-2.ltn__border-top-2---.plr--5 {
    padding: 10px;
}
.footer-widget.footer-about-widget.clearfix {
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer-top-area.section-bg-1.plr--5 {
    padding-bottom: 0;
}
.color-band{
    border-top:5px solid #99cb1a;background: #091e1d;
    padding: 10px 10px 0px 25px;
}
.color-band p{
    color: #9d9d9d;
    margin: 0px;
    text-align: center;
}

.before-bg-bottom-2:before{
background-color: #231f20;
}
.ltn__feature-area.before-bg-bottom-2.mb--30---.plr--5,footer.ltn__footer-area .section-bg-1 {
    background-color: #091d1d;
}
.footer-menu ul li a {
    color: #9d9d9d;
}

.footer-menu ul li:hover a .footer-menu ul li a:hover {
    color: #fec321;
}
h4.footer-title{
  color: #fec321;
}
.footer-menu ul li:hover a {
    padding-left: 20px;
    color: #f3bc2a;
}
.footer-address {
    color: #f3bc2a;
}

.footer-address ul li .footer-address-info p{
  color: #727272;
}
.footer-address ul li .footer-address-info p a:hover{
  color: #f3bc2a;
}
h4.footer-title.ad {
    color: #fff;
    }
/*footer ends*/
/* new menu code ends */
/* busines page start */
img.business-logo {
    width: 350px;
    margin-top: 50px;
}
.business-banner.text-center {
    background: #f5f5f5;
}
img.banner-top {
    height: 290px;
}
.cuation-section {
    background: #091e1d;
    /* color: #fff; */
    padding: 25px 0px;
    text-align: center;
}
.cuation-section h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
}
  .cuation-section p {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}
/* busines page ends */

/* responsive start */

@media (min-width: 1200px) and (max-width: 1350px){
.ltn__testimonial-item-4 .ltn__testimoni-info p {
    margin-bottom: 15px;    max-height: 145px;
    height: 145px;
    overflow: hidden;
}
}
@media (max-width: 1090px){
.ltn__tab-menu a {
    display: inline-block;
    padding: 7px 20px;
  }
}
@media (min-width: 991px){
.col-xl-2.col-md-6.col-sm-6.col-6.made-logo {
    max-width: 280px;
}
.col-xl-2.col-md-6.col-sm-6.col-6 {
    max-width: 150px;
}
}
@media (max-width: 990px){
.col-xl-2.col-md-6.col-sm-6.col-6.made-logo{
    display: none;
  }

}
@media (max-width: 767px){
.ltn__header-4 .site-logo-wrap, .ltn__header-5 .site-logo-wrap {
    justify-content: flex-start;
    margin: 10px 0px;
    }
    .shoping-cart-table td {
    display: table-cell;
}

}




@media (max-width: 580px){
  ul.menu {
    background: #fff;
    max-width: 100%;
    padding-top: 60px;
    padding-left: 50px;
}
ul.menu li a {
    color: #000;
    font-size: 23px;
    }
    li.nav-item-msn a img {
    height: auto !important;
    width: 25px !important;
    margin-right: 30px;
} 
.ltn__header-middle-area.ltn__header-sticky.ltn__sticky-bg-white.sticky-active-into-mobile---.plr--9--- {
    position: fixed;
    width: 100%;
}
.call-to-action-inner.call-to-action-inner-4.text-color-white---.text-center--- {
    text-align: center;
}
.section-title-area.ltn__section-title-2.text-center--- h1.section-title {
    line-height: 31px;
    margin-bottom: 0px;
}
p.where-text {
    margin-left: 0;
}
.site-logo {
    justify-content: center;
}
.ltn__social-media.mt-20 {
    text-align: center;
}
.ltn__slide-item-2 .slide-title {
    font-size: 13vw;
    line-height: 70px;
  }
  .slide-item-info-inner.ltn__slide-animation {
    padding: 0;
}
h1.welcome-heading {
    font-size: 26px;
}
.ltn__tab-menu a {
    padding: 5px 3px;
    font-size: 13px;
}
.ltn__banner-area.mt-60 {
    margin: 0;
}
.cuation-section p {
font-size: 14px;
text-transform: initial;
  }
  img.banner-top {
    height: 44px;
     left: 0%; 
    top: 90px;
    width: 100%;
    min-width: 100%;
    /* opacity: 0.95; */
    max-width: 100%;
    -o-object-fit: cover;
    /* object-fit: cover; */
    position: absolute;
}
.business-banner.text-center {
    background: #f5f5f5;
    position: relative;
    padding-top: 100px;
}
img.business-logo {
    width: auto;
    height: 200px;
    margin-top: 50px;
    max-width: 100%;
}
.cuation-section h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    font-family: 'Rajdhani',sans-serif;
    font-size: 18px;
}
.input-item.input-item-date.ltn__custom-icon {
    margin-bottom: 0;
}
.ltn__product-area.ltn__product-gutter.mb-120 {
    margin-bottom: 50px;
}
.ltn__right-sidebar {
    margin-top: 50px;
}
.btn-wrapper.mt-0 {
    margin-left: 10px;
}
.modal-dialog {
    margin-top: 60px;
}
.ltn__breadcrumb-area-3 {
    padding-top: 210px;
    padding-bottom: 100px;
    /*transform: scale(1.1);*/
}
.ltn__section-title-2 .section-subtitle {
    margin-left: 5px;
    font-size: 20px;
}
.ltn__section-title-2 .section-title {
    font-size: 30px;
}
.ltn__breadcrumb-list ul li {
    font-size: 16px;
}
.mb-120 {
    margin-bottom: 50px;
}
.msn-banner1,.msn-banner2 {
    height: 92vh;
}
.ltn__product-tab-area.ltn__product-gutter.pt-85.pb-70 {
    padding: 40px 0px;
}
.ltn__section-title-2 .section-title {
    font-size: 41px;
}
.ltn__breadcrumb-area-2 {
    padding-top: 210px;
    padding-bottom: 80px;
    margin-bottom: 0;
}
.footer-widget .footer-title {
    font-size: 22px;
    margin-bottom: 5px;
}
.footer-menu ul li{
    margin-bottom: 3px;
  }
  .footer-address ul li{
    margin: 0px;
    font-weight: bold;
  }
  .footer-widget {
    margin-bottom: 10px;
}
h4.footer-title.ad{
        color: #000;
    font-weight: 800;
    margin-left: 27px;
}
.shoping-cart-table .cart-plus-minus {
    transform: scale(0.7);
}
.pb-120 {
    padding-bottom: 50px;
}

.pt-115 {
    padding-top: 50px;
}
[type="submit"].btn {
    padding: 10px 15px;
}
.ltn__product-tab-area.ltn__product-gutter.pb-70 {
    padding-bottom: 0px;
}
.ltn__contact-address-item-3 {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid var(--border-color-11);
    padding: 15px 9px 5px;
}
.ltn__contact-address-area.mb-90 {
    margin-bottom: 30px;
}
.google-map {
    height: 450px;
}
.ltn__copyright-menu.text-right {
    margin-top: 5px;
}
.ltn__copyright-area.ltn__copyright-2.section-bg-2.ltn__border-top-2---.plr--5 {
    padding: 10px 0;
}
.footer-top-area {
    padding-top: 30px;
    padding-bottom: 0px;
}
.ltn__call-to-action-area.ltn__call-to-action-4.section-bg-1.pt-110.pb-120 {
    padding-top: 30px;
}
.ltn__testimonial-area.section-bg-1.pt-290.pb-70 {
    padding-top: 220px;
    padding-bottom: 40px;
}
.section-title-area.ltn__section-title-2.text-center---{
    margin-bottom: 20px;
}

.ltn__countdown.ltn__countdown-3.bg-white--{
    padding: 0px;
}
.ltn__section-title-2 .section-title {
    font-size: 24px;
}
img.img-logo.odhisha {
    padding-right: 10px;
}
}
/* responsive ends */