@font-face {
    font-family: 'neotechregular';
    src: url('../fonts/neotech-webfont.woff2') format('woff2'), url('../fonts/neotech-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Roboto', Tahoma, Arial, helvetica, sans-serif;
    font-size: 15px;
    color: #666666;
}

html {
    /*	background: url(../img/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-weight: 600;
}

h2 {
    margin: 20px 0;
}

/* FOr Mobile*/
nav>li>a {
    z-index: 10;
}

/**/
/* Sticky Nav*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 800 !important;
}

.sticky+.content {
    padding-top: 60px;
}

/* End */
.menu-pkg {
    background: #FFF;
    text-decoration: none !important;
    color: inherit;
    border: 0;
    padding: 0;
    width: 100%;
    display: block;
    cursor: pointer;
}

/*---------------------*/
.mtb-55 {
    margin: 50px 0;
}

/*----------------*/
.packageName {
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; abhijith 19/5/2019*/
    font-size: 12px;
    line-height: 18px;
}

.menu-pkg:hover,
.menu-pkg:active,
.menu-pkg:focus,
.menu-pkg.active {
    background: #e2e2e2;
    color: inherit;
    border: 0;
}

/* -------------27-08-2019 new csss----------*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.olios-head {
    background: rgba(119, 132, 59, .9);
    color: #fff;
}

.btn-see-menu {
    position: absolute;
    top: 48px;
    text-align: center;
    right: 161px;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    background:
        rgba(37, 34, 79, .9);
    -webkit-border-bottom-right-radius:
        13px !important;
    -webkit-border-bottom-left-radius:
        13px !important;
    -moz-border-radius-bottomright: 13px !important;
    -moz-border-radius-bottomleft: 13px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.btn-see-menu.active,
.btn-see-menu:focus,
.btn-see-menu:hover {
    color: #ffffff;
    background: rgba(119, 132, 59);
    text-decoration: none;
}

.custom-list-counter {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.custom-list-counter li {
    counter-increment: step-counter;
    margin-bottom: 10px;
}

.custom-list-counter li:before {
    content: "";
    margin-right: 10px;
    font-size: 80%;
    background-color: rgb(159, 169, 119);
    color: white;
    font-weight: bold;
    padding: 0px 7px;
    border-radius: 3px;
}

.card.daily-menu img {
    height: 300px;
}

/*-------------------*/
.mt-10 {
    margin-top: 10px;
}

.no-underline {
    text-decoration: none !important;
    color: inherit;
}

.mt-25 {
    margin-top: 30px;
}

.no-underline:hover,
.no-underline:active,
.no-underline:focus {
    color: inherit;
}

.top_section {
    background: #FFFFFF;
    min-height: 90px;
    display: block;
    /* position: relative;*/
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
    z-index: 10;
}

.listmenu-pic img {
    height: 250px;
}

.navbar-brand {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 10;
}

.navbar-brand>img {
    vertical-align: middle;
    display: inline-block !important;
    width: 80%;
}

.nav-position {
    position: relative;
    top: 51px;
    z-index: 10;
}

.banner {
    position: relative;
}


.banner img {
    /*width: 100%;
        max-height: 530px;*/
    /*commented by abhijith*/
    width: 100%;
    max-height: 540px;
    object-fit: cover;

}

.banner .btn-cust {
    position: absolute;
    bottom: 150px;
    text-align: center;
    left: 45%;
    /*z-index: 10;*/
    /* Mobile View*/
}

/*new css 22-5-19 for popupcolor*/
.pkgItems-head {
    background: #77843b;
    padding: 5px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    border-left: 2px solid #525f18;
}

.modal_lg {
    width: 90%;
}

.packageItm {
    padding: 5px;
    font-size: 13px;
}

/*End Css*/
.p-50 {
    padding: 50px;
}

.pt-20 {
    padding-top: 20px;
}

.plr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.mt-50 {
    margin-top: 28px;
}

.mt-45 {
    margin-top: 45px;
}


.mt-20 {
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mtb-10 {
    margin: 10px 0;
}

.mtb-20 {
    margin: 20px 0;
}

.mtb-30 {
    margin: 30px 0;
}

.mtb-40 {
    margin: 40px 0;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-130 {
    margin-top: 130px;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-10 {
    padding: 20px 0;
}

.pb-40 {
    padding-bottom: 40px;
}

.p-all-10 {
    padding: 4px;
}

.p-all-0 {
    padding: 0px;
}

.m-all-0 {
    margin: 0px;
}



.cust-tooltip {
    text-decoration: none;
    display: block;
    z-index: 999;
}

.cust-tooltip:hover {
    cursor: default;
    position: relative;
}

.cust-tooltip span {
    display: none;
}

.cust-tooltip:hover span {
    display: block;
    z-index: 100;
    left: 0px;
    margin: 10px;
    position: absolute;
    top: 10px;
    text-decoration: none;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
}

/*Scroll Popup*/
.modal-body.scroll {
    height: 350px;
    overflow: auto;
}

/*End Scroll PopUp*/


.border-radius-none {
    border-radius: 0px;
}

.btn-black {
    color: #FFFFFF;
    background: rgba(185, 29, 29, 0.9);

}

.btn-black.active,
.btn-black:focus,
.btn-black:hover {
    color: #fff;
    background: #000000;
    text-decoration: none;
}

.btn-banner {
    color: #FFFFFF;
    background: rgba(119, 132, 59, .9);
    border-color: rgba(119, 132, 59, .9);
}

.btn-banner.active,
.btn-banner:focus,
.btn-banner:hover {
    color: #ffffff;
    background: rgba(119, 132, 59);
    text-decoration: none;
}

.btn-green {
    color: #FFFFFF;
    background: #25224f;
    border-color: #25224f;
}

.btn-greencheck {
    color: #FFFFFF;
    background: #77843b;
    border-color: #77843b;
    float: right;
    /*width:10px*/
}

.btn-green.active,
.btn-green:focus,
.btn-green:hover {
    color: #000000;
    background: rgba(119, 132, 59);
    text-decoration: none;
}

.text-green {
    color: #575a4c;
}

.text-black {
    color: #25224f;
}

.text-blackbolder {
    color: #000000;
    text-decoration: underline;
    font-weight: bold
}

.bg-black {
    background: #25224f;
}

.text-white {
    color: #FFFFFF;
}

.border-radius-8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.testimonial {
    font-size: 14px;
    padding: 15px 40px 15px;
    border-radius: 10px;
}

.carousel-inner .item h3 {
    font-size: 18px !important;
    min-height: 45px;
    width: 90%;
    line-height: 22px;
    margin: 0 auto;
}

footer {
    background: #25224f;
}

.main-footer-tag-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    display: block;
}

.main-footer-tag-list>li {
    margin-bottom: 0px;
    margin-right: 40px;
    float: none;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    text-align: center;
    display: inline-block;
}

.main-footer-tag-list>li::before {
    content: "|";
    color: #fff;
    position: absolute;
    right: -19px;
}

.main-footer-tag-list>li:last-child::before {
    display: none;
}

.main-footer-tag-list>li>a {
    color: #ffffff;
    display: block;
    text-decoration: none;
}

.main-footer-tag-list>li>a:hover {
    text-decoration: none;
    color: #000000;
}

.copyright-text {
    font-size: 13px;
    color: #ffffff;
    margin-top: 10px;
}

.copyright-text a {
    color: #9a7db5;
}

.social-network {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    display: block;
}

.social-network li {
    float: none;
    list-style: none;
    margin-right: 25px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.social-network li a {
    color: #FFFFFF;
}

.social-network li a:hover {
    color: #000000;
}

.inside-bg-green {
    background: #eef0e7;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    width: 100%;
    height: auto;
}

.navbar.navbar-default.navbar-left.menus-nav {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.navbar-default.menus-nav .navbar-nav>li>a {
    color: #FFFFFF;
    background: rgba(0, 0, 0, .7);
    text-transform: capitalize;
    padding: 10px 48px;
}

.navbar-default.menus-nav .navbar-nav>li:last-child>a {
    margin-right: 0px;
}

.navbar-default.menus-nav .navbar-nav>li>a:focus,
.navbar-default.menus-nav .navbar-nav>li>a:hover {
    color: #FFFFFF;
    background: rgba(0, 0, 0);
}

.banner .hed-center {
    position: absolute;
    bottom: 230px;
    text-align: center;
    left: 45%;
    z-index: 10;
    color: #ffffff;
}

.navbar-default.menus-nav .navbar-nav>.active>a,
.navbar-default.menus-nav .navbar-nav>.active>a:focus,
.navbar-default.menus-nav .navbar-nav>.active>a:hover {
    color: #FFFFFF;
    /*background: rgba(0, 0, 0);*/
    background: #77843b;
}

.banner .menupg-btm-place-order {
    position: absolute;
    bottom: 200px;
    text-align: center;
    left: 45%;
    z-index: 10;
}

.menupg-btm h3 {
    position: absolute;
    top: 150px;
    text-align: center;
    left: 37%;
    z-index: 10;
}

.bg-grey {
    background: #ccc;
}

.bg-green {
    background: #d6dac5;
}

.insidepage-subnav {
    list-style: outside none none;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.insidepage-subnav>li {
    /*	margin-right: 40px;*/
    float: left;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    text-align: center;
    padding-left: 30px;
    padding-right: 28px;
}

.insidepage-subnav>li:last-child {
    margin-right: 0px;
}

.insidepage-subnav>li>a {
    color: #000000;
    display: block;
    text-decoration: none;
    font-weight: bold;
    /* text-transform: lowercase;*/
}

.insidepage-subnav>li>a:hover,
.insidepage-subnav>li>a:active,
.insidepage-subnav>li>a:focus {
    text-decoration: underline;
    color: #000000;
}

.insidepage-subnav>li.active>a {
    text-decoration: underline;
    color: #000000;
}

.how-it-works {
    background: url(../images/how-it-works-bg.png) repeat;
    width: 100%;
    height: 57px;
}

.pointer-shape-line {
    display: block;
    position: relative;
}

.pointer-shape-line:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 18px;
    border: 2px solid #77843b;
    width: 100%;
    z-index: -1;
}

.pointer-shape {
    width: 100%;
    height: 40px;
    position: relative;
    background: #77843b;
    padding: 5px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
}

.pointer-shape:after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 20px solid #77843b;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.pointer-shape:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #77843b;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.inside-whtwedo-nav {
    list-style: outside none none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.inside-whtwedo-nav>li {
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    background: #cbd1b5;
}

.inside-whtwedo-nav>li:last-child {
    margin-right: 0px;
}

.inside-whtwedo-nav>li:last-child::before {
    display: none;
}

.inside-whtwedo-nav>li>a {
    color: #77843b;
    display: block;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    min-width: 200px;
    text-align: center;

}

.inside-whtwedo-nav>li>a:hover,
.inside-whtwedo-nav>li>a:active,
.iinside-whtwedo-nav>li>a:focus {
    text-decoration: none;
    color: #000000;
}

.inside-whtwedo-nav>li.active>a {
    text-decoration: underline;
    color: #000000;
}

.panel-lgt-green {
    border-color: #d7dac5;
}

.panel-lgt-green>.panel-heading {
    color: #8a6d3b;
    background-color: #d7dac5;
    border-color: #d7dac5;
}

.panel-lgt-green>.panel-body {
    color: #FFF;
    background-color: #25224f;
}

.order-form {
    padding: 20px;
}

.order-btn-black {
    color: #000000;
    background: #FFFFFF;
    border: 2px solid #000000;
    padding: 20px;
    height: 100px;
}

.order-btn-black.active,
.order-btn-black:focus,
.order-btn-black:hover {
    color: #FFFFFF;
    background: #000000;
    text-decoration: none;
}

.btn-link-black {
    font-weight: 400;
    color: #000000;
    border-radius: 0;
}

.btn-link-black,
.btn-link-black:active,
.btn-link-black:focus,
.btn-link-black:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000000;
}

.cart-nav {
    list-style: outside none none;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.cart-nav>li {
    margin-right: 20px;
    float: left;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    text-align: left;
    /*	padding-left: 5px;
	padding-right: 5px;*/
}

.cart-nav>li:last-child {
    margin-right: 0px;
}

.cart-nav>li>a {
    color: #000000;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.cart-nav>li>a:hover,
.cart-nav>li>a:active,
.cart-nav>li>a:focus {
    text-decoration: underline;
    color: #000000;
}

.cart-nav>li.active>a {
    text-decoration: underline;
    color: #000000;
}

.border-black {
    border: 2px #000000 solid;
    padding: 10px 5px 0;
    /* Abhijith added 19/5/2019*/
    min-height: 170px;

}

.add-to-order {
    color: #77843b;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

.add-to-order.active,
.add-to-order:active,
.add-to-order:focus,
.add-to-order:hover {
    color: #95ab31;
    text-decoration: none;
}

.btn-link {
    color: #77843b;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

.btn-link.active,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    color: #95ab31;
    text-decoration: none;
}

.disabled {
    pointer-events: none;
    cursor: none;
    color: #6c757d !important;
}

/******** Tabs Card Start******/


.tabbable-panel {
    /*  border:1px solid #eee;
  padding: 10px;*/
}

/* Default mode */
.tabbable-line>.nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line>.nav-tabs>li {
    margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #737373;
    text-transform: unset;
}

.tabbable-line>.nav-tabs>li>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    border-bottom: 4px solid #77843b;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
    border-bottom: 4px solid #77843b;
    position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040;
}

.tabbable-line>.tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below>.nav-tabs>li {
    border-top: 4px solid transparent;
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
    margin-top: 0;
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below>.tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/******** Tabs Card End******/
/******Accordian Start******/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}

/******Accordian End******/


.right-border {
    border-right: 1px solid #e2e0d9;
}

.bottom-border {
    border-bottom: 1px solid #e2e0d9;
}

.light-hover:hover,
.light-hover:active,
.light-hover.active {
    background: #efefef;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.mprm-price {
    float: right;
    margin-top: -28px;
    margin-right: 0px;
}







/*new*/

.navbar-brand{position:static; flpat:left}

.navbar-default .navbar-nav>li>a{background:none; color:#000!important;text-transform:none!important;}

 

.header-top{overflow:hidden;}
.nav-position{top:0;}

.place-order {margin-top:0px; padding:10px 20px; background:#fff;color:#000; margin-left:15px;}



.top-menu{ float:right;}
.navbar { float:right;}

.top-menu {
    float: right;
    margin-top: 34px!important;
}


header{
    background: #fff!important;    position: fixed;
    left: 0;
    right: 0; top:0;

}

.top_section{box-shadow:none!important;border-bottom:1px solid #d7d7d7;}

.banner {
    position: relative;
    margin-top: 85px;
}

.home-banner .carousel-inner .item h3 { font-family: "Darker Grotesque", sans-serif;
    font-size: 55px !important; font-weight:400;}
.home-banner .carousel-inner .item h4 {
    font-size: 40px !important;font-family: "Darker Grotesque", sans-serif; font-weight:400; 
    background: #25224f;     padding: 8px 8px 20px;display:table; color:#fff;margin:10px auto; line-height:20px;}
    
    .carousel-caption {
        right: 20%;
        left: 20%;
        top: 50%;
        padding-bottom: 30px;
    }

.home-banner{background:#000;  
}
.home-banner img{opacity:0.5;}
header{ background: #44546a!important;}

.navbar-default .navbar-nav > li > a{color:#fff!important;}
.navbar {
  position: relative;
  min-height: 0px;
  margin-bottom: 0px;}
.top-menu {
  float: right;
  margin-top: 18px !important;
}

.navbar-brand{margin-top:18px;}


@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap');



.productC{background:#fff; padding:25px; border-radius:5px;    min-height: 437px;}
.productC h3{font-size:18px;}

.prd-sec{padding:60px 0px;}

.testimoni-sec{background:#000 url(../images/testi-bg.jpg);padding:60px 0px;margin-bottom:60px; }
.testimoni-sec h2{margin:20px auto; color:#fff;    text-align: center;
}


.testimoni-sec h2{color: transparent !important;
    margin: 0px auto;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    margin: 0px 0px 5px;
    -webkit-text-stroke-color: #91bf46;
    font-size: 50px;}
    
  .navbar-default .navbar-nav>li>a:hover{background:none!important;}  
  
  
  .menu-top-content{margin-top:150px;}
  
  .left-menu{position:static!important;  width: 100%;float:none!important;margin-bottom:40px; }
  
    .left-menu ul{position:static!important;  width: 100%;float:none!important; }
  
  .left-menu li a{ width:100%;padding: 10px!important; text-align:left;
  display: block;
  width: 100%;font-size:13px;}
    .left-menu li{float:none; display:block; width:100%;margin-bottom:2px;}
    .left-menu .navbar-nav > li.active  a{ background: #44546a!important;}
  
    .left-menu .navbar-nav > li > a:hover{ background: #44546a!important;}
    
    .border-black{border:1px solid #e2e2e2;border-radius:8px!important; padding:30px;}
    
    .contact-adrs h4{font-size:15px; line-height:25px;}
    
    
    .order-form{margin-top:80px;background: #fff;padding:35px;margin-bottom:45px;
        
    }
  .btn-link-black, .btn-link-black:active, .btn-link-black:focus, .btn-link-black:hover{color:#fff;}  
.order-form h4{font-size:15px;margin:0px auto;margin-bottom:15px;}

.cart-nav > li.active > a{color:#fff;}  


header .text-black {color:#fff;}  

.cts{ margin:0px 0px;}
.cts .col-lg-3{ padding:0px 0px;}
.cts .col-lg-4{ padding:0px 0px;}


.a1 .adr-box{ background:#74859c;}

.social-media{ display:table;}
.adr-box h3{ background:none; font-weight:bold; text-transform:uppercase; font-size:20px;}

.adr-box{ background:#44546a; color:#FFFFFF; padding:36px 20px; height:200px; width:100%; text-align:center; margin-bottom:30px; }

.adr-box .fa{ font-size:30px;}
.adr-box h3{  font-size:20px; margin:15px 0px; background:url(../images/bottom-border.jpg)  no-repeat center bottom; padding-bottom:10px;}
.adr-box h4{ font-size:14px; font-weight:normal;}

.adr-box a{ color:#FFFFFF;}

.adr-box{ margin-bottom:0px;}

.gmap {margin-top:50px;}
.contacct-form{padding:35px;}
.menu-sec{margin-top:150px;}




.button-block { float:right;}
.button-block a{ padding:8px 15px; border:1px solid #fff; color:#fff; 
font-size:15px; display:inline-table;margin-left:5px; float:left; border-radius:6px;width:auto;margin-top:0px!important;}

.button-block a i{margin-right:5px;}

.button-block{margin-top:24px;}
.cart-nav{margin-top:35px;}
.cart-nav i{margin-right:15px;}
.cart-nav>li.active>a {
    text-decoration: none;}
    
    .hd-right {float:right;}
     .hd-right  ul{float:left;margin-right:40px;}

.bak-btn{    background: #fff;
    padding: 6px 14px;
    color: #000;
    border-radius: 5px;
    margin-top: 25px;
    display: table;
    /* margin-left: 39px; */
    font-size: 16px;}

.bg-white{background:#fff;}

.bottomlogo img{max-width:100px;}


.contin {
    color: #FFFFFF;
    background: #25224f;
    border-color: #25224f;
    font-size: 12px;
    width: auto;
    float: right;
}

.contin:hover{background:#333; color:#fff;}


	#intro-5 { background:#000  url(../images/video-bg.jpg) no-repeat 100% 100%;margin: 0 auto; color:#FFFFFF; 
 width: 100%;   position: relative; height:100%;  padding: 150px 0; background-attachment:fixed;  margin-top:30px; background-size:100%  auto;
} 


.play-btn {
  width: 160px;
  height: 160px;

  border-radius: 50%;
  position: relative;
  display: block;
  margin: 100px auto; line-height:160PX;  text-align:center; color:#000000;
/*  box-shadow: 0px 0px 25px 3px rgba(255, 0, 128, 0.8); */  margin:0px auto; margin-top:40px; background:#f5f5f5; 
border:5px solid rgba(255, 255, 255, 0.5);}


/* triangle */
/*.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #000000;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}*/

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}


.play-btn:hover{ text-decoration:none;color:#000;} 

.inside-bg-green{background:#fff;}

.about-page{margin-top:130px;}
.about-page h2{ text-transform:uppercase;font-weight:bold;fonr-size:25px;}

.about-page h3 {
  color: transparent !important;
  margin: 0px auto;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  margin: 0px 0px 5px;
    margin-bottom: 5px;
  -webkit-text-stroke-color: #333;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 30px;
}
.about-page h3 b{font-size:40px;  -webkit-text-stroke-width: 2px;}


.cts-page{margin-top:120px;}

.cts-page h2{font-size:25px; text-transform:uppercase;}



/******media device start******/
@media screen and (max-width: 736px) {
    
    .cts-page {
  margin-top: 75px;
}
    .sticky {
        position: inherit;
    }

    .bottomlogo {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .sticky {
        position: inherit;
    }

    .bottomlogo {
        text-align: center;
    }

    .container.mb-30 {
        padding-top: 210px;
    }

    //changes
}

@media screen and (max-width: 480px) {
    
    
    .sticky {
        position: inherit;
    }

    .navbar-brand>img {
        width: 90%;
    }

    .top_section {
        min-height: 0px;
    }

    .testimonial {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mt-50 {
        margin-top: 0px;
    }

    .place-order.btn-lg {
        text-align: center;
        padding: 6px 12px;
        margin-bottom: 45px;
        font-size: inherit;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .navbar-brand {
        top: -6px;
    }

    .nav-position {
        top: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        margin-bottom: 1px;
    }

    .banner .btn {
        top: 55px;
        left: 32%;
        display: inline-table;
    }

    .bottomlogo {
        text-align: center;
    }

    .main-footer-tag-list {
        width: inherit;
    }

    .main-footer-tag-list>li {
        margin-right: 30px;
    }

    .social-network.pull-right {
        float: none !important;
    }

    .social-network {
        width: 50%;
        margin: 0 auto;
    }

    .banner .menupg-btm-place-order {
        top: 55px;
        left: 23%;
        display: inline-table;
    }

    .menupg-btm h3 {
        top: 20px;
        left: 0;
        font-size: 18px;
        right: 0;
    }

    .container.mb-30 {
        padding-top: 210px;
    }





.navbar-brand {
    margin-top: 11px;
}


.place-order {
    margin-top: 0px;
    padding: 6px 13px;
 
  
    margin-left: 15px;
}

.navbar-toggle {margin-top:-3px;}

.navbar {
        margin-bottom: 0px;
        position: absolute;
        right: 0;)

    //changes
}

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

@media screen and (max-width: 320px) {
    .navbar-brand>img {
        width: 32%;
    }

    .bottomlogo {
        text-align: center;
    }

    .sticky {
        position: inherit;
    }
}

/******media device end******/
.container.mb-30 {
    padding-top: 210px;
}

//changes
/******View cart start******/

.btn-qty {
    width: 34px;
    height: 34px;
    border-radius: 2px !important;
    border: 1px solid #1EA808;
    background: none;
    margin-right: 1px !important;
    margin-left: 1px;
    text-align: center;
    padding: 2px;
}

.input-group .form-control.input-number {
    /*    width: 13%;*/
    text-align: center;
    border: none;
    background: none;
    border-top: 0px;
    box-shadow: none;
}

.btn-chkout-remove {
    width: 34px;
    height: 34px;
    border-radius: 2px !important;
    border: 1px solid #1EA808;
    background: none;
    text-align: center;
    padding: 2px;
}

.btn-see-menu1 {
    position: absolute;
    top: 0px;
    text-align: center;
    right: 15.9%;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    background: rgba(37, 34, 79, .9);

    -webkit-border-bottom-right-radius: 1px !important;
    -webkit-border-bottom-left-radius: 1px !important;
    -moz-border-radius-bottomright: 1px !important;
    -moz-border-radius-bottomleft: 1px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.btn-see-menu.active,
.btn-see-menu:focus,
.btn-see-menu:hover {
    color: #ffffff;
    background: rgba(119, 132, 59);
    text-decoration: none;
}

.btn-see-menu1.active,
.btn-see-menu1:focus,
.btn-see-menu1:hover {
    color: #ffffff;
    background: rgba(37, 34, 79, .9);
    text-decoration: none;
}

.f-12 {
    font-size: 12px;
}

.input-error {
    border: 1px solid #dc3545 !important;
}

.select2-container .select2-selection--single {
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}

.large-swal {
    width: 450px !important;
    max-width: 90%;
    font-size: 12px;
}

.custom-confirm-btn {
    background-color: #25224f !important;
    color: #fff !important;
    border: none !important;
}

.custom-cancel-btn {
    background-color: #e02c2c !important;
    color: #fff !important;
    border: none !important;
}

.package-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* Adjust the gap as needed */
}

.package-category {
    flex: 1 1 calc(33.333% - 20px);
    /* 3 columns layout */
    background: #fff;
    /* optional */
    border: 1px solid #ddd;
    /* optional */
    padding: 15px;
    box-sizing: border-box;
    min-width: 250px;
    /* prevent too small cards on smaller screens */
}

.min-quantity-tooltip {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff9800;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 14px;
}

.min-quantity-tooltip.show {
    opacity: 1;
}

.column-wrap {
    column-count: 1;
    column-gap: 10px;
    margin-left: 8px;
}

@media (min-width: 768px) {
    .column-wrap {
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .column-wrap {
        column-count: 3;
    }
}

.package-block {
    break-inside: avoid;
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
}
}






@media all and (max-width: 760px) {





.navbar-brand>img {
        width: 100%;
    }
    
    
.place-order {
    margin-top: 0px;
    padding: 6px 13px;

    margin-left: 15px;
    margin-right: 20px;  margin-right: 50px; 
}  

.navbar-brand {
    margin-top: 14px;
}

.navbar-toggle{ margin-top: 0px;}


.home-banner .carousel-inner .item h3 {

    font-size: 18px !important;margin-bottom:10px;min-height:20px;
}

.home-banner .carousel-inner .item h4 {

    font-size: 15px !important;padding:8px;
}


.carousel-caption {top:0%!important;}



.banner {
    position: relative;
    margin-top: 58px;
}

.productC{ min-height:200px; margin-bottom:30px;}

.prd-sec {
    padding: 28px 0px;
}

h2{font-size:20px;}


.testimoni-sec h2 { font-size:30px;}

.img-responsive{margin-bottom:25px;}


.order-form{margin-top:0px;}
.bak-btn {
    background: #fff;
    padding: 6px 6px;
    color: #000;
    border-radius: 5px;
    margin-top: 25px;
    display: table;
    /* margin-left: 39px; */
    font-size: 16px;
    margin-bottom: 25px;
}
.bak-btn i{ display:none;}

    .navbar-brand>img {
        width: 100%!important;
    }


#intro-5{ padding:70px 0px;background-size:300%;}
.top-menu {
    float: right;
    margin-top: 13px !important;
}

.about-page {
    margin-top: 71px;
}

.about-page h3 {font-size:22px;}

}


/******View cart end******/
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */