body, html{
  font-family: 'Khula', sans-serif !important;
  height:100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6{
  font-family:'Cairo', sans-serif;
}

h1{ font-size:70px; }
h2{ font-size:60px; }
h3{ font-size:50px; }
h4{ font-size:40px; }
h5{ font-size:24px; }
h6{ font-size:16px; }

.main-header{
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.12);
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  background:#fff;
  z-index: 9999;
  height: 70px;
  padding: 5px;
  padding-left:30px;
  border-bottom: 5px solid #fec912;
}
.new-header{
  width: 100%;
  height: 100%;
}
.nav-bar{
  overflow: scroll;
}
.nav-bar li{
  padding:15px;
  width: 90%;
  transition: all ease 0.5s;
  overflow: hidden;
}
.nav-bar li:hover{
  background-color: #f7b50b; 
  width: 100%;
}
.nav-bar li{
  color: #005414!important;
}
.new-header img{
  height: 100%;
  width: auto;
  position: relative;
}
.new-header .header-l{
  width: 35%;
  height: 100%;
  float: left;
  position: relative;
}
.new-header .header-r{
  width: 65%;
  height: 100%;
  float: right;
  position: relative;
  text-align: right;
  padding: 15px;
}
.box {
  display: block;  
  float: right;

}
.fader{
  
  border-radius: 5px;
}
.fader:hover{
  transition: all ease 0.9s;
  box-shadow: 2px 1px 6px 0px #717171;
}
/*#industries, #about{
  display: none;
}
#m-hider{
  transition: all ease 0.5s;
}*/
#fade-in {
  height: 0;
  width: 0px;
  opacity: 0;
  transition: all .99s ease;
}
#right-in {
  height: 100%;
  width: 0px;
  opacity: 0;
  float: right;
  transition: all .75s ease;
}
#left-in {
  height: 100%;
  width: 0px;
  opacity: 0;
  float: right;
  transition: all .75s ease;

}
#fade-in.show {
    opacity: 1;
    height: 650px;
    width: 350px;
    overflow: hidden;
    background-color: transparent;
}
#right-in.show {
    opacity: 1;
    width: 100%;
    padding:15px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.70);
}
#right-in.rem{

}
#right-in.shut {
    width: 0%;
}
#left-in.show {
    opacity: 1;
    width: 100%;
    padding:60px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.60);
}
#left-in.shut {
    width: 0%;
}
.activer{
 background-color: #f7b50b; 
 width: 100%!important;
}
.disp{
  width: 100%;
  height: 100%;
  position: relative;
}
.side-nav{
  position: fixed;
  z-index: 1006;
  top: 70px;
  right:0;
  background-color: transparent;
}
.header-container{
  padding:15px 0 8px;
  border-top:1px solid #e0e0e0;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a::after {display:none}

ul.header-menu{
  list-style: none;
  margin: 0 0 0 0;
}

ul.header-menu li{
  float:left;
  margin-left:15px;
}

ul.header-menu li a{
  text-transform: uppercase;
  font-size:15px;
  letter-spacing:0px;
  color:#04732b;
  font-family:'Cairo', sans-serif;
  font-weight:600;
  text-align: left;
  padding:10px 5px 10px 5px!important;
  transition:0.5s;
  border-bottom-width: 0px;
}

ul.header-menu li a:hover{
  color:#59cf2a;
  border-bottom:solid 2px #fec912;
}


.header-top{
    padding: 5px 0 5px;
    transition: all 1s cubic-bezier(.25,.8,.25,1);
    height: 30px;
}

.header-top.hideMe{
  height:0;
/*  background:#fff;*/
  overflow: hidden;
  padding:0;
  border-top:2px solid #007b2f;
  transition: all 1s cubic-bezier(.25,.8,.25,1);
}


.htop-lsection .top-info {
  margin-right:60px;
}

.htop-rsection ul{
  list-style: none;
  float:right;
  margin-bottom:0;
}

.htop-rsection ul li{
  display: inline-block;
  margin-left:50px;
}
.htop-rsection ul li a{
  font-size:18px;
  margin-bottom:0;
  color:rgba(0,0,0,0.54);
}

.htop-rsection ul li a:hover{
  color:#04732b;
}

.top-info .info-details{
  padding-left:5px;
}

.top-info .info-details label{
  margin-bottom:0;
  line-height: 8px;
  font-size:11px;
  font-family:'Cairo', sans-serif;
  font-weight:700;
  color:rgba(0,0,0,0.54);
}

.top-info .info-details span{
  margin-bottom:0;
  font-size:13px;
  font-family:'Cairo', sans-serif;
  font-weight:700;
  color:#04732b;
  letter-spacing: 1px;
}

/*
  for menu
*/
ul#menu
{
    margin:0;
    padding:0;
    font-family: helvetica, arial, sans-serif;
}




ul#menu li:after{
    position:absolute;
    content:"";
    left:0;
    right:0;
    bottom:0;
    margin-left:15px;
    margin-right:15px;

}



ul#menu > li ul.drop
{
    margin:0;
    padding:0;
    width:150px;
    position:absolute;
    display:none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
ul.drop li{
  display: block !important;
  width:100%;
}

ul.drop li a{
  background:#fff;
  display:block;
  padding:10px 15px;
  text-transform: capitalize;
  font-size:16px;
  letter-spacing: 0;
  color:rgba(0,0,0,0.70);
  border-bottom:1px solid rgba(0,0,0,0.05);
}

ul#menu > li ul.drop ul
{
    margin:0;
    padding:0;
    width:150px;
    position:absolute;
    display:none;
    left:150px;
    top:0;
    list-style: none;
}
ul#menu > li ul li
{
    margin:0;
    padding:0;
    list-style:none;
    position:relative;
}

.footer-container{
  padding-top:40px;
  padding-bottom:40px;
  border-top:2px solid #04722b;
  width: 100%;
  background-color: #f1f1f1;
  z-index: 1006!important;
}

.footer-container img{
    margin-bottom: 20px;
    margin-top: 15px;
}

.footer-container p.ftr-smry,
.footer-container span.ftr-year-reg{
  font-size:14px;
  font-family:'Khula', sans-serif;
    color:rgba(0,0,0,0.70);
}

.footer-container span.ftr-year-reg{
  display: block;
}

.halal-content{
  margin-bottom:50px;
}

.ftr-approved-by{
    padding-left:30px;
    padding-right:20px;
    border-left:2px solid #ffc601;
}

.ftr-approved-by span{
  font-family:'Cairo', sans-serif;
  font-size:14px;
  font-weight:700;
  color:#04722b;
}

.ftr-approved-by p{
  font-family:'Khula', sans-serif;
  font-size:14px;
  color:rgba(0,0,0,0.70);
}

.ftr-approved-by ul{
  list-style: none;
  margin-left:0;
}


.ftr-approved-by ul li a{
  font-family:'Khula', sans-serif;
  font-size:14px;
  color:rgba(0,0,0,0.70);
  margin-bottom:0;
}

.global-container{
  width:100%;
  height:100%;
  padding-top:66px;
  overflow-y: auto;
}

/*
 *  global-container scroll
 */

.global-container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(0,0,0,0);
}

.global-container::-webkit-scrollbar {
	width: 5px;
	background-color: rgba(0,0,0,0);
}

.global-container::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.30);
}

/*
pages subbanner
*/
.sub-banner{
  height:270px;
  width:100%;
  background-repeat: no-repeat;
  display: flex;
}

.sub-banner .banner-title{
  margin: auto auto;
  display: block;
  color:#016924;
}

.sub-banner .banner-title h3{
  letter-spacing: 2px;
  font-weight: 700;
  border-bottom:4px solid #e5bd00;
}
.mobile-header{
  display: none;
  width: 100%;
  height:50px;
  background-color:#fefefe;
  position: fixed;
  display: none;
  z-index: 1006;
  border-bottom: 5px solid #fec912;
}
.mobile-header .m-header-left{
    width:70%;
    height:100%;
    position: relative;
    float: left;
    text-align: left;
    box-sizing: border-box;
    padding: 8px;
}
.mobile-header .m-header-toggle{
    width:30%;
    height:100%;
    position: relative;
    float: right;
    text-align: right;
    box-sizing: border-box;
    padding: 3px 10px;
}
.m-header-left img{
    height:100%;
    width: auto;
    position: relative;
    margin-right: 5px;
}
.m-header-toggle img{
    height:100%;
    width: auto;
    position: relative;
}
.mobile-nav{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.70);
    top: 51px;
    display: none;
    position: fixed;
    z-index: 1006;
    padding-top: 5%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
}
.link-wpr {
    width: 100%;
    text-align: center;
    height: auto;
}
.link-wpr a{
    width: 100%;
    display: block;
    padding: 15px 15px;
    box-sizing: border-box;
    text-align: center;
    background:#04732b;
    text-decoration: none;
    font-size: 13px !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.non-link-wpr {
    width: 100%;
    text-align: center;
    height: auto;
}
.non-link-wpr a{
    width: 100%;
    display: block;
    padding: 15px 15px;
    box-sizing: border-box;
    text-align: center;
    background:#04732b;
    text-decoration: none;
    font-size: 13px !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.padder{
  padding: 0;
}
.freesize {
    width: 100%;
    height: 35px;
    background-color: #0a8541;
    margin-bottom: 0px;
}
.heighter {
    height: 175px;
}
.inq-txt {
    height: 30px;
    margin-bottom: 6px;
}
.input-group-field {
    margin-bottom: 6px;
    height: 35px;
}

.footimg img{
  width: 100px;
}
/***** SIDENAV *****/
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: rgba(241,241,241,0.90); /* white*/
  border-left:2px solid #ffc601;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 0px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color:#016924;
  display: block;
  transition: 0.3s;
  width: 100%;
  transition: all ease 0.5s;

}
.sidenav p{
  width: 0;
  border-bottom: 3px solid transparent;
  margin:0;
  transition: all ease 0.5s;
}
.sidenav p:hover{
  border-bottom: 3px solid #ffc601;
  width: 100px;
}
/* When you mouse over the navigation links, change their color */
/*.sidenav a:hover {
  border-bottom: 2px solid #ffc601;
  color:#016924;
  width: 100%;
  padding: 8px 0px 8px 32px;
}*/
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  cursor: pointer;
  color:#e6e6e6;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.wwr-sub{
  padding:5px!important;
  font-size: 15px!important;
  color:#016924!important;
}
.dropdown-pane{
  padding:5px!important;
  margin:0;
}
.triangle{
  text-align: center;
  width: 100%;
  height: 18px;
}
.triangle .triangle-down {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 10px solid #cacaca;
  margin:0 auto;
}