body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
}
img {
    max-width: 100%;
}
a{
	text-decoration:none !important;
}
.container {
    max-width: 1140px !important;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: none !important;
}
.navbar-toggler .bar1,
.navbar-toggler .bar2,
.navbar-toggler .bar3 {
    width: 20px;
    height: 2px;
    background: #000;
    margin-bottom: 6px;
    transition: all 0.6s;
}
.navbar{
    padding: 0;
}
.navbar-toggler {
    padding: 8px 14px;
}
.navbar-toggler .bar3{
    margin-bottom: 0;
}
.navbar-toggler.on .bar1 {
    transform: rotate(45deg) translate(6px, 7px);
}
.navbar-toggler.on .bar2 {
    opacity: 0;
}
.navbar-toggler.on .bar3 {
    transform: rotate(-45deg) translate(4px, -6px);
}
.mobile-icon{
    display: none;
}

.main_header img {
    width: 180px;
}
.main_header ul.navbar-nav li a.nav-link {
    padding: 0px 21px;
    color: #000 !important;
    font-weight: 500;
}
.main_header ul.navbar-nav li a.nav-link:hover{
	color:#4f9831 !important;
}

.top-header{
    background: #2f2e2e;
    padding: 14px 0px;
}
.top-left ul{
    margin: 0;
    padding: 0;
}
.top-left ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    padding-right: 10px;
    display: inline-block;
}
.top-left ul li a{
    font-size: 14px;
    color: #fff;
}
.top-left ul li a:hover{
    color: #4f9831;
}
.top-left ul li i{
    width: 30px;
    height: 30px;
    background: #4f9831;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    transition: all ease 0.4s;
    margin-right: 10px;
    font-size: 13px;
}

.top-left ul li a:hover i{
    background: #fff;
    color: #000;
}

.top-right i{
    width: 30px;
    height: 30px;
    background: #4f9831;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    transition: all ease 0.4s;
    margin-right: 10px;
    font-size: 13px;
}

.top-right i:hover{
    background: #fff;
    color: #000;
}

.about_sec {
    margin-top: 5%;
}
.about_img img {
    border-radius: 10px;
}
.about_sec h2 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    color: brown;
}
.about_sec p {
    line-height: 30px;
}


.shop_sec {
    margin-top: 5%;
    background: url(../images/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-bottom: 70px;
	position:relative;
}
.shop_sec .container{
	position: relative;
    z-index: 9;
}

.shop_sec h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-top: 50px;
    margin-bottom: 50px;
    font-size: 40px;
}
.shop_text {
    background: #fff;
    text-align: center;
    padding: 20px 0px;
    border-radius: 0px 0px 10px 10px;
}
.shop_text h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.shop_text p {
    font-size: 18px;
    color: #FF5E18;
    margin-bottom: 0px;
}
.shop_text a {
    background: brown;
    padding: 12px 50px;
    margin-top: 15px;
    display: inline-block;
    text-decoration: none !important;
    color: #fff;
	border-radius:40px;
	transition:all ease 0.4s;
}
.shop_text a:hover{
	background:#000;
	transition:all ease 0.4s;
}
.shop_img img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}
.shop_row {
    margin-top: 5%;
}
.blog_sec {
    margin-top: 5%;
}

.blog_sec h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: brown;
    margin-bottom: 50px;
}
.main_text {
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.clint_text a {
    display: inline-block;
    color: #000;
}
.clint_text p {
    font-size: 14px;
    font-weight: 300;
    margin-left: 55px;
    margin-top: -22px;
}
.clint_text a h6 {
    font-size: 15px;
    position: relative;
    top: -7px;
}
.clint_text {
    height: 84px;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}
.chili_div h3 {
    font-size: 18px;
    color: #4f9831;
    padding: 20px 20px 2px;
    font-weight: 500;
}
.chili_div ul li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    color: #4f9831;
}
.chili_div ul {
    padding: 0px 20px;
}
.chili_div ul i.fa.fa-star {
    background: #4f9831;
    color: #fff;
    padding: 4px 4px;
    font-size: 13px;
    border-radius: 4px;
}
.banner-text h1 {
    font-weight: 600;
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.banner-text p {
    color: #fff;
    max-width: 800px;
    line-height: 33px;
    font-size: 18px;
}

.banner-btn .abt-btn{
    background: #fff;
    color: #000;
    padding: 12px 50px;
    border-radius: 40px;
    display: inline-block;
    margin-top: 14px;
    transition:all ease 0.4s;
    margin-right: 15px;
}

.banner-btn .abt-btn:hover{
    background:#4f9831;
    color: #fff;
    transition:all ease 0.4s;
}
.banner-btn .get-btn{
    background: #4f9831;
    color: #fff;
    padding: 12px 50px;
    display: inline-block;
    margin-top: 14px;
    transition: all ease 0.4s;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px;
    font-weight: 600;
}
.banner-btn .get-btn:hover{
    background:#000;
    transition:all ease 0.4s;
}

.about_sec a {
    background: brown;
    color: #fff;
    padding: 12px 50px;
    border-radius: 40px;
    display: inline-block;
    margin-top: 14px;
	transition:all ease 0.4s;
}
.about_sec a:hover{
	background:#000;
	transition:all ease 0.4s;
}
.banner_sec{
	position:relative;
}
.banner-text{
	position:absolute;
	bottom:60px;
	left:0;
	right:0;
	display:flex;
	align-items:center;
}
.wrpa-text{
	text-align:center;
	margin:0 auto;
}
.carousel-indicators li{
	width:15px;
	height:15px;
	background:none;
	border:2px solid #fff;
	border-radius:40px;
	margin:0px 6px;
	cursor:pointer;
}

.carousel-indicators .active{
	background:#fff;
}
.overlay{
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:flex;
	align-items:center;
	background: #0000008c;
}
.chili_div p {
    font-size: 16px;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}
.chili_div p a {
    text-transform: capitalize;
    color: #4f9831;
    font-weight: 500;
    display: block;
    padding-top: 18px;
}
.row.act_second {
    margin-top: 30px;
}
ul.like_ul li {
    padding: 0px 8px;
}
ul.like_ul li i.fa {
    font-size: 21px;
    color: #4f9831;
}
.pagination {
    margin-top: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

footer {
    background: #111;
    color: #ccc;
    padding: 80px 0 0 0;
    }
.about-footer img{
    width: 180px;
}    

.about-footer p{
    margin-top: 30px;
    line-height: 29px;
    font-size: 14px;
}
.widget ul{
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.widget h3{
    font-size: 22px;
}
.widget ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 10px 0px; 
    position: relative;
    border-bottom: 1px solid #292929;
}
.widget ul li:last-child{
    border-bottom: none;
}
.widget ul li a{
    color: #fff;
    font-size: 14px;
}
.widget li a:hover{
    color: #4f9831;
}
.widget ul li:before{
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome !important;
    margin-right: 10px;
    font-size: 11px !important;
}
.widget ul li:hover:before{
    content: "\f061";
}

.subfooter{
    padding: 27px 0px;
    background: #2f2e2e;
    margin-top: 60px;
}
.social-icons a{
    margin: 0px 10px;
    font-size: 13px;
    padding: 0;
}

.social-icons i{
    width: 30px;
    height: 30px;
    background: #4f9831;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    transition: all ease 0.4s;
    font-size: 13px;
}
.social-icons i:hover{
    background: #000;
    color: #fff;
    transition: all ease 0.4s;
}

.copy{
    display: flex;
    align-items: center;
    height: 100%;
}

.copy p{
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.our_loct{
    margin-top: 60px;
}
.address{
    margin-top: 30px;
}
.widget-address li{
    margin-bottom: 10px;
    list-style: none;
}

.widget-address li a{
    color: #fff;
    font-size: 15px;
}
.widget-address li a:hover{
    color: #4f9831;
}

.widget-address li strong{
    margin-right: 6px;
    font-size: 14px;
}

/* about css start*/
.about_page {
    margin-bottom: 5%;
}
.inner_banner {
    background: #4f9831;
    padding: 30px 0px;
}
.inner_text h1 {
    color: #fff;
    margin: 0;
    padding: 0;
}
.inner_right {
    text-align: right;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}
.inner_right ul {
    margin: 0;
    padding: 0;
}
.inner_right ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 10px;
    color: #ffffffb3;
}
.inner_right ul li a {
    color: #fff;
}
.shop_inner {
    background: none !important;
    margin: 0;
}
.shop_inner .overlay {
    background: none !important;
}
.shop_inner h2 {
    color: #4f9831;
}
.margin_bootam {
    margin-bottom: 50px;
}

/*about css end*/

/*contact start*/
.email_div {
    background: #dadada;
    margin-bottom: 25px;
    padding: 30px 30px 30px 30px;
    border: 1px solid #ccc;
    text-align: center;
}
.email_div i.fa {
    background: #ffffff;
    width: 72px;
    height: 72px;
    align-items: center;
    display: block;
    text-align: center;
    border-radius: 100px;
    padding-top: 22px;
    margin: 0 auto;
    font-size: 30px;
    color: #4f9831;
}
.email_div a {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
    display: inline-block;
}
section.contact_sec h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
form.contpage_form {
    width: calc(100% - 42px);
    border: 1px solid #ccc;
    padding: 20px 20px 20px!important;
    margin: 0px !important;
    display: inline-block;
    margin-bottom: 20px !important;
}
.form-group {
    width: 49%;
    float: left;
}
.form-group:nth-child(1) {
    margin-right: 12px;
}
form.contpage_form input, form.contpage_form textarea {
    width: 100%;
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    margin: 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 0px;
}
form.contpage_form textarea {
    height: 120px;
        margin-bottom: 21px;
}
.shop-all-view{
    margin-top: 70px;
}
.shop-all-view a{
    display: block;
    padding: 12px 50px;
    background: brown !important;
    font-size: 16px;
    border: none;
    color: #fff;
    border-radius: 40px;
    transition: all ease 0.3s;
    width: 15%;
    margin: auto;
}
.shop-all-view a:hover{
    background: #000 !important;
    color: #fff;
    transition: all ease 0.3s;
}
form.contpage_form button.btn.btn-primary {
    display: block;
    padding: 12px 50px;
    background: #4f9831 !important;
    font-size: 16px;
    border: none;
    color: #fff;
    border-radius: 40px;
    transition: all ease 0.3s;
}
form.contpage_form button.btn.btn-primary:hover{
    background: #000 !important;
    color: #fff;
    transition: all ease 0.3s;
}
.form-group:nth-child(3) {
    margin-right: 12px;
}
section.contact_sec {
    margin-top: 5%;
    margin-bottom: 5%;
}
section.contact_sec .col-sm-4 {
    margin-top: 15px;
}
/*contact end*/

/* our location section start here */
.tabs_section{
    margin: 60px 0px;
}

.tab-tile{
    margin-bottom: 60px;
}
.tab-tile h2{
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    color: #4f9831;
    text-align: center;
}
.nav-tabs {
    border-bottom:none !important;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.nav-tabs li{
    padding: 0px 10px;
}
.nav-tabs li a{
    border:1px solid #ddd !important;
    border-radius: 5px !important;
    color: #000;
}
.nav-tabs li a:hover{
    background: #4f9831;
    color: #fff;
}
.nav-tabs .nav-link.active{
    background: #4f9831;
    color: #fff;
    border:none !important;
}
.tabs-wrap{
    text-align: center;
    border: 1px solid #ddd;
    padding: 30px 24px;
    border-radius: 4px;
}

.tabs-wrap h3{
    font-size: 20px;
    color: #4f9831;
    margin-bottom: 20px;
}

.btn-map{
    display: flex;
    justify-content: left;
}
.btn-map a{
    display: block;
    padding: 12px 16px;
    background: #4f9831 !important;
    font-size: 14px;
    border: none;
    color: #fff;
    transition: all ease 0.3s;
    border-radius: 3px;
}
.btn-map a:hover{
    background: #000 !important;
    color: #fff;
}

.loca_img{
    display: flex;
    justify-content: flex-end;
    margin-top: -14%;
}
.loca_img img{
    width: 100px;
}


/* our location section end here */
.home-text{
    margin-top: 50px;
}

.home-title h1{
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    color: brown;
    font-size: 2rem;
    padding: 0;
}

.home-title h2{
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    color: brown;
    font-size: 2rem;
    padding: 0;
}

.home-text p {
    line-height: 30px;
}

section.connaught_sec {
    margin: 50px 0px;
}

section.connaught_sec h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    color: #4f9831;
    font-size: 2rem;
    padding: 0;
}

.about-page{
    margin-bottom: 50px;
}

.about-tilte{
    text-align: center;
    margin-bottom: 70px;
}


.whatsapp-phone {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999999;
    display: none;
}

.dialer-phone {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    display: none;
}
