

body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
	overflow-x: hidden;
}

  h2 {   
    color: #311f0b;
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 15px;
}
  h2 span{
    background-image: linear-gradient(#f6ec59, #f9f089, #b67d2e, #f2d748); ; 
    padding: 5px 15px;
    border-radius: 20px 20px 0px 0px ;
    display: inline-block;
}
.owl-slide-text h2 span{
	background:none;
	font-size:32px;
}

.owl-slide-text h2{
	background-color: #f3ec78;
    background-image: linear-gradient(45deg, #f6ec59, #f9f089, #b67d2e, #f2d748);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
	;
}
  h4 {

    font-size: 19px;

    line-height: 1.375em;

    color: #303030;

    font-weight: 400;

    margin-bottom: 30px;

  }  

  .jumbotron {

    background-color: #07112d;

    color: #fff;

    padding: 100px 25px;

    font-family: Montserrat, sans-serif;

  }
 

  section{
    padding: 10px 0px;    
  }

  .bg-grey {

    background-color: #f6f6f6;

  }

  .bg-blue {

    background-color: #e8eaf3;

    padding: 20px 0 20px 0;

  }

  .bg-blue-padding {

    padding: 20px 0 20px 0;

  }

  .bg-grey-in {

    background-color: #e9e9e9;

    padding: 50px 0 ;

  }

  .logo-small {

    color: #07112d;

    font-size: 50px;

  }

  .logo {

    color: #07112d;

    font-size: 200px;

  }

  .thumbnail {

    padding: 0 0 15px 0;

    border: none;

    border-radius: 0;

  }

  .thumbnail img {

    width: 100%;

    height: 100%;

    margin-bottom: 10px;

  }

  .carousel-control.right, .carousel-control.left {

    background-image: none;

    color: #07112d;

  }

  .carousel-indicators li {

    border-color: #07112d;

  }

  .carousel-indicators li.active {

    background-color: #07112d;

  }

  .item h4 {

    font-size: 19px;

    line-height: 1.375em;

    font-weight: 400;

    font-style: italic;

    margin: 70px 0;

  }

  .item span {

    font-style: normal;

  }

  .panel {

    border: 1px solid #07112d; 

    border-radius:0 !important;

    transition: box-shadow 0.5s;

  }

  .panel:hover {

    box-shadow: 5px 0px 40px rgba(0,0,0, .2);

  }

  .panel-footer .btn:hover {

    border: 1px solid #07112d;

    background-color: #fff !important;

    color: #07112d;

  }

  .panel-heading {

    color: #fff !important;

    background-color: #07112d !important;

    padding: 25px;

    border-bottom: 1px solid transparent;

    border-top-left-radius: 0px;

    border-top-right-radius: 0px;

    border-bottom-left-radius: 0px;

    border-bottom-right-radius: 0px;

  }

  .panel-footer {

    background-color: white !important;

  }

  .panel-footer h3 {

    font-size: 32px;

  }

  .panel-footer h4 {

    color: #aaa;

    font-size: 14px;

  }

  .panel-footer .btn {

    margin: 15px 0;

    background-color: #07112d;

    color: #fff;

  }

  .navbar {

    margin-bottom: 0;



    z-index: 9999;

    border: 0;

    font-size: 12px !important;

    
    letter-spacing: 1px;

    border-radius: 0;

    font-family: Montserrat, sans-serif;

  }

  .navbar li a, .navbar .navbar-brand {

    

  }

  .navbar-nav li a:hover, .navbar-nav li.active a {

    color: #000 !important;

    background-color:transparent !important;

	border-bottom: 2px solid #80d20a;

  }

  .navbar-default .navbar-nav>li>a {

    color: #fff !important;

}

  .navbar-default .navbar-toggle {

    border-color: transparent;

    color: #07112d !important;

  }

  footer .glyphicon {

    font-size: 20px;

    margin-bottom: 20px;

    color: #07112d;

  }
  .navbar-nav li  ul{
	border:solid 1px #000000;
	display:none;
	margin: 0;
	padding: 0;

  }
    .navbar-nav li  ul li{
		list-style:none;
		margin:0;
		padding:0;
		
	}
   .navbar-nav li:hover .sub-menu{
	   display:block;
	   position:absolute;
	   
   }

  

  .slide {

    animation-name: slide;

    -webkit-animation-name: slide;

    animation-duration: 1s;

    -webkit-animation-duration: 1s;

    visibility: visible;

  }

  @keyframes slide {

    0% {

      opacity: 0;

      transform: translateY(70%);

    } 

    100% {

      opacity: 1;

      transform: translateY(0%);

    }

  }

  @-webkit-keyframes slide {

    0% {

      opacity: 0;

      -webkit-transform: translateY(70%);

    } 

    100% {

      opacity: 1;

      -webkit-transform: translateY(0%);

    }

  }

  @media screen and (max-width: 768px) {

    .col-sm-4 {

      text-align: center;

      margin: 25px 0;

    }

    .btn-lg {

      width: 100%;

      margin-bottom: 35px;

    }

  }

  @media screen and (max-width: 480px) {

    .logo {

      font-size: 150px;

    }

  }

h5 {

  display: inline-block;

  padding: 10px;

  background: #B9121B;

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;

}



.full-screen {

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

}

.about-section {

    padding: 160px;

    

    text-align: center;

    background-color: #474e5d;

    color: #ffffff;

    background-image: url("../images/about.jpg");

}

.partners-section {

    padding: 124px;

    text-align: center;

    background-color: #474e5d;

    color:#fff;

    background-image: url("../images/partners.jpg");

}





.contact-section{

  padding: 124px;

  text-align: center;

  background-color: #474e5d;

  color:#FFFFFF;

  background-image: url("../images/contact.jpg");



}

.counter {

  animation-duration: 1s;

  animation-delay: 0s;

}





#footer {
    background: #c98b2c none repeat scroll 0% 0%;
    clear: both;
    background color : #754505;
    color: #AAA;

    display: block;

}



#footer .widgettitle {

    margin: 0px;

    padding: 0px 0px 15px;

    border-bottom: medium none;

}

#footer h4 {

    color: #FFF;

}



#footer ul {

    list-style: outside none none;

    margin: 0;

    padding: 0;
    display: inline-grid;
    padding-left: 20px;
    padding-right: 20px;

}



#footer li {

    padding: 7px 0px;

    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);

    margin: 0px;

}



#footer li a {

    color: #DDD;

}

.copyright{
  color: #DDD;
}


#sub-floor {

    color: #AAA;

    background:#754505 none repeat scroll 0% 0%;

    padding: 10px 0px;

}

.landing{

	position:relative;

 	background-size:cover;

}

#myVideo{

	width:100%;

	height:100%;

	background-size:cover;

}

.banner-text{

    position: absolute;

    top: 50%;

    left: 25%;

    transform: translate(-50%, -45%);

	z-index: 9;

}





.banner-text h2{

  font-family: "Lobster", cursive;

    color:#ffffff;

    font-size: 5rem;



}

.banner-text p{

  text-align: justify;

  display: block;

  color: #DDD;

  text-align: center;

  font-weight: bold;

  font-size: 20px;

}



.flex-direction {

  padding: 15px;

  margin: 0;

  display: flex;

  flex-direction: row;

  list-style: none;

  justify-content: space-around;

  flex-wrap: wrap;

  gap: 1rem;

  COLOR:#ffffff;

}

.flex-direction li{

  padding: 0 25px;

	

}

 .banner-overlay{

	position: absolute;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

    background-image: linear-gradient(0deg,rgba(0,0,0,.8),hsla(0,0%,100%,0));

}

.about{

	padding:20px 0;

	background-image:url("../images/home-page-about.jpg");

	background-position:right;

	background-repeat:no-repeat;

	margin: -8px 0 0 0;

  background-color: #ffffff;

 position: relative;

}

.about-in{

	padding:20px 0;

	background-image:url("../images/adout-img.jpg");

	background-position:right;

	background-repeat:no-repeat;

	margin: -8px 0 0 0;

  background-color: #ffffff;

 position: relative;

}

.corevalue{

	padding:50px 0;

	background-image:url("../images/adout-img-2.jpg");

	background-position:left;

	background-repeat:no-repeat;

	margin: -8px 0 0 0;

  background-color: #f6f6f6;

 position: relative;

}

.corevalue .float-right{



  float: right; 

}



.partners-section ul{

  width:100%;

  

}

.partners-section ul li{

    display: inline-table;

    list-style: none;

}





.product-box{

  background-color: #ffffff;

  margin: 0 2%;

  width: 96%;

  padding: 5px 0 0 0;

  display: block;

}

.product-box h4{
    padding: 10px 0 10px 0;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    font-weight: 600;
    color: #000000;
 }

.wisdom-btn{

background: #031634;

color: white;

padding: 10px 20px ;

border-top-left-radius:20px ;

border-top-right-radius:20px ;

display: inline-block;

text-decoration: none;

color: #ffffff;

}



.wisdom-btn:hover{

  background: #1f346e;

  text-decoration: none;

  color: #ffffff;

}

.menu-bg {

	border-top: 70px solid #423837;

	border-left: 10px solid transparent;

	border-right: 10px solid transparent;

	height: 0;

	position: relative;

    z-index: -9;
}

.nav-logo{

	position: absolute;

    top: -7px;

    left: 56px;

}

.nav-menu{

	position: relative;

    top: -61px;

}

.position-relative{

	position:relative;

}

.navbar-toggle {

    top: -60px;

	right: 20px;

}

p{

	font-size:15px;
}

.testimonials{

	min-height:120px;

}

.bgouter{
  background: #f9f9f9;
}

.formdiv{
  padding-top:10px;
  padding-bottom:10px;
}

textarea{
  min-height: 70px;
}
.modal-header h5{
	background-color:#ffffff;
}
.modal{
	z-index: 9999;
}
.product-box-with-popup{
  margin:0 12px 30px 12px;
  height: 300px;
  border:#f0dc8b solid 1px;

  box-shadow: 2px 2px 10px grey;
  background:#fff;
}

.toggle,
[id^=drop] {
  display: none;
}

/* Giving a background-color to the nav container. */
nav { 
  margin:0;
  padding: 0;
  background-color: ;
}

#logo {
  display: block;
  float: left;
  font-size:16px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
  content:"";
  display:table;
  clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
  float: left;
  padding:0;
  margin:0;
  list-style: none;
  position: relative;
  margin: 0 0 0 215px;
  }

nav ul li ul {
margin: 0 0 0 0px;

}
/* Positioning the navigation items inline */
nav ul li {
  margin: 0px;
  display:inline-block;
  float: left;
}

/* Styling the links */
nav a {
  display:block;
  padding:0px 20px;  
  color:#FFF;
  font-size:12px;
  text-decoration:none;
  line-height: 63px;
}
nav ul li ul li{
height: 40px;

}
nav ul li ul li a{
padding: 0 20px;
line-height:40px;
border-bottom:#5f5e5e 1px solid;
}

nav ul li ul li:hover { background-image: linear-gradient(#f6ec59, #f9f089, #b67d2e, #f2d748); }

/* Background color change on Hover */
nav a:hover { 
  background-image: linear-gradient(#f6ec59, #f9f089, #b67d2e, #f2d748);; 
  color: #000000;
  text-decoration: none;
}
nav .active { 
  background-image: linear-gradient(#f6ec59, #f9f089, #b67d2e, #f2d748);; 
  color: #000000;
  text-decoration: none;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
  display: none;
  position: absolute; 
  background-color: rgba(0,0,0,0.5);
  /* has to be the same number as the "line-height" of "nav a" */
  
}
  
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
  display:inherit;
}
  
/* Fisrt Tier Dropdown */
nav ul ul li {
  
  float:none;
  display:list-item;
  position: relative;
}

/* Second, Third and more Tiers 
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
  position: relative;
  top:-60px;
  /* has to be the same number as the "width" of "nav ul ul li" */ 
  left:170px; 
}

  
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' '; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
  }

  nav {
    margin: 0;
  }

  /* Hide the navigation menu by default */
  /* Also hide the  */
  .toggle + a,
  .menu {
    display: none;
  }
.menu .toggle{
  text-align: left;
}
  /* Stylinf the toggle lable */
  .toggle {
    display: block;
     
    padding:14px 20px;  
    color:#FFF;
    font-size:17px;
    text-decoration:none;
    border:none;
    text-align: right;
  }

  .toggle:hover {
    
  }

  /* Display Dropdown when clicked on Parent Lable */
  [id^=drop]:checked + ul {
    display: block;
    background: rgba(0,0,0,0.5);
    width: 100%;
  }

  /* Change menu item's width to 100% */
  nav ul li {
    display: block;
    width: 100%;
    }

  nav ul ul .toggle,
  nav ul ul a {
    padding: 0 40px;
  }

  nav ul ul ul a {
    padding: 0 80px;
  }

  nav a:hover {
    background-color: #000000;
  }
    nav ul ul ul a {
     
  }
  
  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a{
    padding:14px 20px;  
    color:#FFF;
    font-size:17px; 
  }
  
  
  nav ul li ul li .toggle,
  nav ul ul a {
     
  }

  /* Hide Dropdowns by Default */
  nav ul ul {
    float: none;
    position:static;
    color: #ffffff;
    /* has to be the same number as the "line-height" of "nav a" */
  }
    
  /* Hide menus on hover */
  nav ul ul li:hover > ul,
  nav ul li:hover > ul {
    display: none;
  }
    
  /* Fisrt Tier Dropdown */
  nav ul ul li {
    display: block;
    width: 100%;
  }

  nav ul ul ul li {
    position: static;
    /* has to be the same number as the "width" of "nav ul ul li" */ 

  }

}

@media all and (max-width : 330px) {

  nav ul li {
    display:block;
    width: 94%;
  }

}
a h3{
  font-size: 17px;
  font-weight: 700;
  color: #9a6514;

}
  .container a{
    color: #000;

  }
.pro-list li{
  list-style: none;
  font-size: 20px;
  margin: 0 0 20px 10%;
}
.socialmedia{
  float: right;
}
.socialmedia a{display: inline-block; margin: 0 5px;padding: 0;}

.socialmedia a:hover {background-color: transparent;background-image:none; }
#logo a{background-image:none;}
.certificate{
	width:100%;
}
.certificate img{
	width:150px;
}
.whatsapp{
	position:fixed;
	z-index:9;
	right:10px;
	bottom:60px;
}