 @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&display=swap');

* {box-sizing: border-box}
body {font-family: 'Montserrat', sans-serif !important;   margin:0}

h1, h2, h3{font-family: 'Bebas Neue', cursive !important;}

.topheader{padding: 7px 0px}
.valign{align-items: center;}

.topheader img{margin: 0 auto;text-align: center;}
.topheader p{color: #000000;margin-bottom: 0px;}
.topheader p a{color: #209e63}
body{

	font-size: 16px;
	line-height: 24px;
	font-weight: 400;

	background-color: #fff;

    transition: all 200ms linear;
}
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}


/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 5px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 0px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 50px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
  background: #000000;
  padding: 15px 0px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9900;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	position: relative;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	width: auto;
	display: block;

}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #ffffff !important;
	font-weight: 400;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #ffffff !important;
}
.nav-item.active .nav-link{
	color: #ffffff !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #8167a9;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

@media (min-width: 768px){
.navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
    margin: 0 auto;
}}

  .testimonials .carousel-item  {min-height: 160px!important;}


/* #Media
================================================== */
@media only screen and (max-width: 767px) {
    .testimonials .carousel-item  {min-height: 260px!important;}
  .testimonials .carousel-item p{padding: 0px 0px !important;}

.padr0{padding-left: 0px !important}
.padl0{padding-right: 0px !important}

  .w-20 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50% !important;
      flex: 0 0 50% !important;
      max-width: 50% !important;

  }
  .footer-logo {

      width: 150px;
  }

  .contact h2 {
    font-size: 25px;
    margin-top: 30px;

}
  .featured-products h2 {

    font-size: 25px;
}

.best-sellers h2 {

    font-size: 25px;}

  .contact .form-bg{padding: 0px;}}
@media (max-width: 767px) {


	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}





}


.about-us-home{padding: 40px 0px; width: 100%}
.about-us-home p{font-size: 14px;}













.featured-products{width: 100%;
    padding: 30px 0px;}

.featured-products h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 0px;
    color: #000000;
    font-weight: bold;
		text-transform: uppercase;
}
.featured-products img{margin-top: 20px;}
.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
	padding-right: 15px;
    padding-left: 15px;
}

/* #Link to page
================================================== */
.banner{
	position: relative;
    width: 100%;
    display: block;

	z-index:100;
}
.about{
	position: relative;
    width: 100%;
    display: block;
	padding:40px 0px;
	z-index:100;
}
 .footre{
	position: relative;
    width: 100%;
    display: block;
	padding:20px 10px;
	z-index:100;
}

.products{background: #1a935e;
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
align-items: center;
margin-bottom: 50px;
	}

		.col50{
    width: 50%;
    position: relative;
    float: left;
    min-height: 1px;
}

.products h1{
 text-align:center;
 font-size:34px;
 margin:20px 0px;
 font-weight:bold;
 color: #ffffff;
 text-transform: uppercase;

}
.products p{

	font-size: 16px;
	text-align:justify;
	font-weight:400;
color: #ffffff;
}

 .about h1{
	text-align:center;
	font-size:34px;
	margin:20px 0px;
	font-weight:bold;
  color: #000000;

}

.about h3{

	font-size: 22px;
	margin:20px 0px;
	font-weight:600;

}

.about p{

	font-size: 16px;
	text-align:justify;
	font-weight:400;
	letter-spacing: 0.8px

}


.categories{width: 100%;

 padding:30px 0px 0px 0px; background: #ffffff;}

 .categories h2{	text-align:center;
 	font-size:34px;
 	margin-bottom:30px;
 	color:#000000;
   font-weight: bold;}
.best-sellers {	width: 100%;

 padding:30px 0px; background: #ffffff;
}



.featured-slider{

    background-color: #ffffff!important;
    width: 100%;

}

.featured-slider h3{font-weight: 700;
    font-size: 30px;
    color: #000000!important;
    line-height: 1.8em;
  position: relative;
}


.featured-slider h3:before {
      content: "";
      position: absolute;
      width: 100px;
      height: 1px;
      left: 0;
      bottom: 0;
      background: #000;
  }
    .featured-slider h3:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    left: 0;
    bottom: -5px;
    background: #000;
}

.featured-slider .item{height: 490px !important;}

.featured-slider .item {    background-size: cover!important;}
.et_pb_section.et_section_regular {  padding: auto 20px;}
div#page-container {padding-top: 80px !important; overflow-x: hidden;}
.development-section { padding: 0px !important;}
.development-section h3 {font-size: 20px; line-height: 26px;   padding-bottom: 15px;}
.development-section p {  font-size: 12px;  line-height: 20px;  }
.projects-interset .swiper-wrapper {  height: auto !important;}
i.fa.fa-linkedin:before, i.fa.fa-youtube:before, i.fa.fa-instagram:before, i.fa.fa-facebook:before, i.fa.fa-twitter:before{    font-size: 15px;     padding: 10px;}
.mobile_nav.opened #mobile_menu{background:#000;}
.et_pb_code_0 {  min-height: auto !important;}
.heading-style1 h2 { line-height: 27px !important;}
.featured-slider .item .et_pb_fh_post_carousel_content {bottom: 15px !important;width: 100%;   text-align: center !important;}
.featured-slider .item h2 { color: #fff; position: absolute; bottom: 40px !important;font-size: 30px !important; font-weight: 700; left: 0px;  right: 0px;letter-spacing: 3px;}
.featured-slider .item:before {  content: ""; position: absolute;  bottom: 0px !important;  height: 0px;  left: 0;  right: 0;}
.featured-slider .item{width:100% !important; height: 370px !important;}
.featured-slider .item {     background-size: cover !important;background-repeat: no-repeat;
  text-align: center; position: relative; width: 100%;    height: 500px !important;}
.featured-slider .item:before {
  background:rgb(0 0 0 / 75%);
  content: "";
  position: absolute;
  bottom: 0px;

  left: 0;
  right: 0;
  transition: 0.4s ease-in-out;
}
.featured-slider .item h2 a {
  color: #fff;
}
.featured-slider .item .et_pb_button_wrapper {
  display: none;
}
.featured-slider .item:hover:before {
  height: 100%;
}
.featured-slider .item:hover h2 {
  color: #fff;
  position: relative;
  top: 0;
  font-size: 30px;
  left: 0px;
  bottom: inherit;
}

.featured-slider .item:hover .et_pb_fh_post_carousel_content {
  position: relative;
  bottom: inherit;
  width: 100%;
  text-align: center;
  left: 0px;
right: 0px;
  top: 0;
}
.featured-slider .item:hover .et_pb_fh_post_carousel_content ul li {
  display: block;
font-size: 22px;
  font-weight: 400;
  color: #fff !important;
  line-height: 42px;
}

.featured-slider .item:hover .et_pb_button_wrapper a {
  color: #fff;
}
.featured-slider .item:hover .et_pb_button_wrapper {
  display: block;
}
.featured-slider .item .et_pb_fh_post_carousel_content ul li:nth-child(2), .featured-slider .item .et_pb_fh_post_carousel_content ul li:nth-child(3) {
  display: none;
}
.featured-slider .item:hover .et_pb_container.clearfix, .featured-slider .item:hover .et_pb_fh_post_carousel_container_inner, .featured-slider .item:hover .et_pb_fh_post_carousel_description {
  position: relative;
  width: 100%;
  top: 30%;
}
.featured-slider .item .et_pb_fh_post_carousel_content {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: left;
  left: 0px;
  font-size: 20px
}

.featured-slider .item .et_pb_fh_post_carousel_content ul li {
  display: none;
}

.featured-slider .item .et_pb_fh_post_carousel_content ul li:nth-child(1) {
  display: block !important;
  color: #fff;
}

/* Default font size */
.featured-slider .item .et_pb_fh_post_carousel_content ul {
  font-size: 16px;
  padding: 0;
  margin: 0;
}

/* Media query for screens with a maximum width of 477px */
@media screen and (max-width: 477px) {
  .featured-slider .item .et_pb_fh_post_carousel_content ul {
    font-size: 14px !important;
  }
}

/* Media query for screens with a maximum width between 767px and 1200px */
@media screen and (min-width: 478px) and (max-width: 1200px) {
  .featured-slider .item .et_pb_fh_post_carousel_content ul {
    font-size: 14px !important;
  }
}

.padl0{padding-left:0px !important}
.padr0{padding-right:0px !important}


.best-sellers h2{	text-align:center;
	font-size:34px;
	margin-bottom:0px;
	color:#000000;
  font-weight: bold;}

	.best-sellers h3{	text-align:center;
		font-size:20px;
		margin-top:40px;
			margin-bottom:20px;
		color:#000000;
	   }

 .best-sellers-product{width: 100%;padding-top:50px; background:url(images/best-seller-bg.webp);}

.splide__slide{text-align:center; }
.best-sellers-product p{color: #ffffff;
   padding: 0px 30px;

   margin-bottom: 30px;
}
.splide__pagination{display: none !important}

.testimonials{padding: 30px 0px; background: #32b35c}

.testimonials .carousel-item p{color: #ffffff; text-align: center; font-size: 16px; padding: 0px 100px; margin-bottom: 20px;}
.testimonials  p{color: #ffffff; text-align: center; font-size: 80px; margin-bottom: 0px;}
.contact{

background: #060708;

 	width: 100%;
    display: block;
	padding:40px 0px;


}




.contact h2{

	font-size:34px;
	margin-bottom:20px;
	color:#ffffff;
  font-weight: bold;

}

.contact .form-control {

    padding: 1.375rem .75rem;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;

}

.contact .form-bg
 {



}
.footer-logo{margin-bottom: 30px;}
.contact p{color: #ffffff;}
.contact p img{width: 25px; margin-right: 15px;}

.contact .form-bg .btn
 {
background-color: rgb(212, 212, 212) !important;
border:1px solid rgb(212, 212, 212) !important;
color:#000000;
}
.contact .form-bg .btn:hover {
    box-shadow: rgb(0 0 0 / 50%) 0px 10px 10px -10px;
}
.contact .form-bg p
 {

text-align:center;
color: #ffffff;
}


.footre p{

	font-size: 16px;
	text-align:center;
	font-weight:400;
	margin-bottom:0px;

}

.founders{
	position: relative;
    width: 100%;
    display: block;
	padding:20px 10px;
	z-index:100;
}

.founders img{border-radius: 50%;
    padding: 30px;

	}



.founders .card {
  border: none;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 0px;
  cursor: pointer;

}
.founders .cat-card{
  height: -moz-calc(100% - (20px + 30px));
  height: -webkit-calc(100% - (20px + 30px));
  height: calc(100% - (20px + 30px));
   min-height:680px;
     -webkit-box-shadow:0 0px 10px rgba(0,0,0,0.2);
  box-shadow:0 0px 10px rgba(0,0,0,0.2);
}

.founders .cat-card:hover{
  transform: scale(1);
  -webkit-box-shadow: 0 0.3em 0.88em rgba(0,0,0,.3);
  box-shadow:0 0.3em 0.88em rgba(0,0,0,.3);

}

.founders .card {    border: 0;    cursor: pointer;}

.cat-text {
  padding: 6px 10px 10px 10px !important;
  border-top: none !important;
}

.founders h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 22px;
  text-align: center;
}

.founders h3 span{

  font-weight: 400;

}


.founders p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-top: 20px;
}


  td, th {
    vertical-align: middle !important;
	text-align:center !important;
	  font-size: 14px !important;
  }

  .display-desktop{display: block}
  .display-mobile{display: none;}
@media (max-width: 767px) {

.display-desktop{display: none}
.display-mobile{display: block;}


  .featured-slider .item .et_pb_fh_post_carousel_content {

    font-size: 14px
  }
	.col50{
	width: 100%;
	position: relative;
	float: left;
	min-height: 1px;
}


body {

   font-size: 14px !important;

}


 .about h1{
	text-align:center;
	font-size:22px;
	margin:40px 0px;
	font-weight:bolds;

}

.about h3{

	font-size: 18px;


}

.founders .cat-card {

    min-height: auto;

}
 }


/*----------------------------------------------
--Fluid body sizing
-----------------------------------------------  */



.box{
  background: rgb(255 255 255 / 90%);
  position: fixed;
  left: 0;
  right: 0;
  top: 0%;

  margin: 0 auto;
  z-index: 9999;
  width: 100%;
 	padding: 2px !important;

	height: 100%;

	padding-bottom: 15px;

}



.box-right{
width: 100%;
position: relative;
text-align: center;
top: 50%;
transform: translateY(-50%);

}
.box-right img{margin: 40px 0px;}

.age_button_area {
    padding-top: 10px;
    position: relative;
    width: 100%;

    padding-top: 5px;
		margin-top: 30px;
		margin-bottom: 40px;
		padding-bottom: 40px;
}

.btn-alpha{background: #275C53;
    color: #FFFFFF;
		padding: 10px 30px;
	border-radius: 20px;text-decoration: none;}
.btn-beta{background: #ed2333;
color: #FFFFFF;
padding: 10px 30px;
border-radius: 20px;
text-decoration: none;}

.btn-alpha:hover{color: #FFFFFF;text-decoration: none;}
.btn-beta:hover{color: #FFFFFF;text-decoration: none;}


.products-section{background: #ffffff; padding: 40px 10px}
.products-section h2{font-size: 30px; margin: 24px 0px;  color: #000000; text-align: center;

   }

  .products-section h2  span{
      background:rgb(186 186 186 / 46%);
      padding: 10px 33px;
    border-radius: 25px;}

.products-container{text-align: center; margin: 15px auto; cursor: pointer;}
.products-container img{text-align: center; margin: 0 auto;}
.products-container h3{text-align: center;padding: 0.5em 0;
    margin: 0;
    font-size: 16px; color: #000000;}

 .products-container:hover {
    box-shadow: 0 0 3px #0003;
}


@media only screen and (max-width: 767px) {
  .products-section h2 {
      font-size: 20px;

  }
  .products-section h2 span {
      background: rgb(186 186 186 / 46%);
      padding: 10px 10px;
      border-radius: 25px;
  }

}


@media only screen and (min-width: 780px) and (max-width: 1200px) {


	.featured-slider .item .et_pb_fh_post_carousel_content {

	    font-size: 15px !important;
	}

	.featured-slider .item:hover .et_pb_fh_post_carousel_content ul li {

    font-size: 15px !important;

}

}
