body {
  font-family: 'Poppins', sans-serif;
   color: #163223;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}


.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}
h2{
	
    font-weight: bold;
    text-transform: uppercase;
}
h2.under-line{
	border-bottom: 3px solid #11cd67;
	padding:5px 0px;
	display:inline-block;
}
.hero-banner{
	position:relative;
}
.spacer{
	padding:0px;
	line-height:0px;
}
.banner-text{	
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.banner-text h2{
	color:#fff;	
	text-transform:none;
}
 .banner-text ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    justify-content: center;
    margin-top: 40px;
}
.banner-text li {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 25px;
    border-right: 1px solid #fff;
    line-height: 25px;
}
.banner-text li:last-child {
    border-right: none;
}

.banner-text li a{
	color:#fff;
}

.custom_dark-btn,
.custom_orange-btn {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  width: 145px;
  outline: none;
  color: #f7f7f7;
  border: 1px solid transparent;
}

.custom_dark-btn {
  background-color: #000000;
}

.custom_dark-btn:hover {
  border: 1px solid #000000;
  color: #000000;
  background-color: transparent;
}

.custom_orange-btn {
  background-color: #fc5d35;
}

.custom_orange-btn:hover {
  border: 1px solid #fc5d35;
  color: #fc5d35;
  background-color: transparent;
}

.custom_heading, .custom_heading h2 {
  text-align: center;
  font-weight: bold;
     background: #cddcd4;
  text-transform:uppercase;
}

.custom_heading h2 {
	padding:30px 0px;
}

.custom_heading-text {
  text-align: center;
}


/*header section*/
.hero_area {
  height: 98vh;  
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #343434;
  text-align: center;
  text-transform:uppercase;
  font-weight: 600;
   font-size: 18px;
    transition: all 0.3s ease 0s;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover{
 color:#11cd67;
}
a,
a:hover,
a:focus {
  text-decoration: none;
 
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}



.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);

  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
  position: relative;
  top: -25px;
 
}

.navbar-brand img {
 /* width: 45px;*/
  margin-right: 5px;
  border:0px solid #10b25b;
 /* border-bottom:5px solid #10b25b;*/
 
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #2e2e2d;
  margin-top: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.quote_btn-container a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #fc5d35;
  color: #f7f7f7;
  font-size: 14px;
  text-transform: uppercase;
}

/*end header section*/

/* slider section */
.slider_section {
  padding-top: 8%;
}

.slider_item-box {
  width: 100%;
  height: 100%;
}

.slider_item-box .container {
  height: 100%;
}

.slider_img-box {
  width: 85%;
  margin: 0 auto;
}

.slider_img-box img {
  width: 100%;
}

.slider_item-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.slider_item-container .slider_item-detail {}

.slider_item-detail h1 {
  font-weight: 700;
  font-size: 60px;
  width: 95%;
}

.slider_item-detail p {
  margin: 45px 0;
}

.slider_call-btn {
  display: inline-block;
  padding: 8px 20px;
  background-color: #edb040;
  color: #fefdfd;
  border-radius: 20px;
}

.slider_section #carouselExampleControls,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.slider_section .custom_carousel-control {
  position: absolute;
  top: 50%;
  left: 2%;
  width: 105px;
  transform: translateY(-50%);
}

.slider_section .custom_carousel-control .carousel-control-prev,
.slider_section .custom_carousel-control .carousel-control-next {
  margin: 10px 0;
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}

.slider_section .custom_carousel-control .carousel-control-prev {
  background-image: url(../images/prev.png);
  background-color: #fc5d35;
}

.slider_section .custom_carousel-control .carousel-control-next {
  background-image: url(../images/next.png);
  background-color: #000000;
}

/* end slider section */


/* service section */
.service_section .card .card-img-top {
  width: 75px;
  margin: 55px auto 5px auto;
}

.service_section .card {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border:none;
}

.service_section .card .card-title {
     color: #343434;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;

}
  .service_section .card .card-title a{  color: #163223;    transition: all 0.3s ease 0s;
  }
   .service_section .card .card-title a:hover{      color: #11cd67;
  }

.service_section .card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  background-color: transparent;
}

.service_section .card:hover {
  cursor: pointer;
  border: none;


}



/* end service section */






/* tasty section */

.tasty_section {
  width: 100%;
  height: 500px;
  background-image: url(../images/tasty-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;

}

.tasty_section h2 {
  font-size: 125px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

/* end tasty section */

/* client section */
.client_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.client_img-box {
  width: 350px;
}

.client_img-box img {
  width: 100%
}

.client_container h3 {
  text-align: center;
  margin-bottom: 25px;
}


.client_section .custom_carousel-control {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 105px;
  transform: translateX(-50%);
}

.client_section .custom_carousel-control .carousel-control-prev,
.client_section .custom_carousel-control .carousel-control-next {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #292727;
}

.client_section .custom_carousel-control .carousel-control-prev:hover,
.client_section .custom_carousel-control .carousel-control-next:hover {
  background-color: #fc5d35;
}

.client_section .custom_carousel-control .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.client_section .custom_carousel-control .carousel-control-next {
  background-image: url(../images/next.png);
}

/* end client section */

/* contact section */

.contact_section {
  /*background-image: url(../images/orange-dish.png);*/
  background-repeat: no-repeat;
  background-size: 215px;
  background-position: right center;
}

.contact_section input {
      font-weight: 500;
    font-size: 18px;
    line-height: 39px;
    color: #000000 !important;
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    padding: 10px 0;
    resize: none;
 
}
.contact_section textarea:focus, .contact_section  input:focus{
    outline: none;
	box-shadow: none;
	border-color:  #11cd67;

}

.form-group {
    margin-bottom: 3rem;
}

.contact_form-container {
  padding: 15px 0 15px 0;

}

.contact_section .submit-btn{
  border: none;
  background-color: #11cd67;
  color: #fff !important;
  padding: 8px 40px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius:3px;
  
}


/* contact section */

/* map section */
.map_section {
  height: 500px;
}


/* end map section */

/* info section */
.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 3px 0;

}

.info_section h5 {
  margin-bottom: 12px;
  font-size: 22px;
}

.info_section .social-box {
  margin: 25px 0;
}

.info_section .social-box img {
  width: 35px;
  margin-right: 5px;
}

.info_section .form_container input {
  width: 225px;
  height: 30px;
}

.info_section .form_container button {
  background-color: #fc5d35;
  border: none;
  outline: none;
  color: #fff;
  padding: 5px 30px;
  margin-top: 15px;
  font-size: 15px;
}

/* end info section */


/* footer section*/

.footer_section {
  background-color: #11cd67;
  padding: 40px 0;
  font-family: "Roboto", sans-serif;
}

.footer_section p {
  color: #fff;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #191818;
}

/* end footer section*/

.product-list{
	margin-top:50px;
	margin-bottom:100px;
}
.table th, .table td {  
    border: 1px solid #d7e7de;
}
.table thead th {
    border-bottom: 1px solid  #d7e7de;

}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #d7e7de;
}
.specl-td{	
	font-weight:bold;
}
td.specl-td{
	vertical-align:middle;
}
.table_heading{
	  background: #cddcd4;
}

	
	.inter-tab  td:last-child{
		width:155px;
		 white-space: nowrap;
		
		}
		
		.sticky-contact{
    top:300px;
    position:fixed;
	right:0px;
	border: none;
  background-color: #11cd67;
  color: #fff !important;
  padding: 8px 40px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius:3px;
  display:none;
}
.query-grp .first input{
	margin-right:10px;
}
.query-grp .last input{
	margin-right:10px;
	margin-left:35px;
}
/*form styles*/
div.elem-group {
  margin: 40px 0;
}

div.elem-group  label {
  display: block;
  font-family: 'Aleo';
  padding-bottom: 4px;
  font-size: 1.25em;
}

div.elem-group  input, div.elem-group  select, div.elem-group  textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.25em;
  font-family: 'Aleo';
  width: 500px;
  padding: 8px;
}

div.elem-group  textarea {
  height: 250px;
}

div.elem-group  button {
  height: 50px;
  background: green;
  color: white;
  border: 2px solid darkgreen;
  font-size: 1.25em;
  font-family: 'Aleo';
  border-radius: 4px;
  cursor: pointer;
}

div.elem-group  button:hover {
  border: 2px solid black;
}
.cph-tbl table{
	max-width:900px;	
}
.specil-tab, .table-apis {
	max-width:900px;
	margin:40px auto;	
}
.cph-tbl table{
	width:100%;
}
.cph-tbl table td:nth-child(3){
	width:130px;
	}
	/*.cph-tbl table td:nth-child(4){
	width:260px;
	}*/
.cph-tbl table{
	margin:0px auto;
}
.cph-tbl p{
	padding:5px;
}
.cph-subttl{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin:25px 0 15px;
	color:#11cd67;
	
}
.info-box{ 
display:inline-block;
position:relative;
padding-left:20px;
}

.contact_section  .info-box input{
   position: absolute;
    left: 0px;
    top: 3px;
}

h6.sent{
   position: absolute;
    top: 40%;
    left: 45%;
    font-size: 25px;
    z-index: 99;
    color: red;
}

/**/
/* Tabs */
.home-page .tabs { 
}
ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
}
ul#tabs-nav li {
  float: left;
  text-align:center;
  position:relative;
 
  cursor: pointer;
}
ul#tabs-nav li span{
	display:none;
	position:absolute
}
ul#tabs-nav li:hover span,
ul#tabs-nav li.active  span{
 width:15px;
 text-align:center;
 border-bottom:solid 2px #fff;
 display:block;
     margin: 0px auto;
	 height:1px;
	 bottom:27px;
	 left:35px;
	 

  
}
#tabs-nav li a {
  text-decoration: none;
  color: #FFF;
}
.tab-content {
  padding: 10px;
 
}
.h2-heading {
	text-align:center;
	display:block;
}
