html{
	font-size: 62.5%;  scroll-behavior: smooth;
}
@font-face{
	font-family:'plusjakarta_regular';
	src:url('../fonts/PlusJakartaSans-Regular.ttf');
}
@font-face{
	font-family:'plusjakarta_medium';
	src:url('../fonts/PlusJakartaSans-Medium.ttf');
}
@font-face{
	font-family:'plusjakarta_semibold';
	src:url('../fonts/PlusJakartaSans-SemiBold.ttf');
}
@font-face{
	font-family:'plusjakarta_bold';
	src:url('../fonts/PlusJakartaSans-Bold.ttf');
}
@font-face {
  font-family:'FontAwesome';
  src:url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
  font-weight: normal;
  font-style: normal;
}
body{
	box-sizing: border-box;
	overflow-x: hidden!important;
	font-family:'Harmony_regular';


}
.container-fluid, .row{
	margin:0px;
	padding:0px;
}

:root{
	--blue:#98FF98;
	--lightblue:#1e4998;
	--graybg:#f2f2f2;
	--hero_top:#10639f;
	--hero_bottom:#349bbc;
	--plusjakarta_regular:'plusjakarta_regular';
	--plusjakarta_medium:'plusjakarta_medium';
	--plusjakarta_semibold:'plusjakarta_semibold';
	--plusjakarta_bold:'plusjakarta_bold';
}

.navbar{
	padding:1rem 0;
}
.main_logo{
	max-width:25rem;
}
.my_menu{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-link{
	font-size:1.7rem;
	font-family: var(--plusjakarta_medium);
	color:white;
	font-weight: 400;
	text-transform: capitalize;
	margin-right:3rem;
}
.nav-link:hover{
	color:var(--blue);
}
.navbar .offcanvas.show {
	background: var(--lightblue);
}
.download_btn{
	background:var(--blue);
	color:black;
	border-radius: 2rem;
	padding:.7rem 2.5rem!important;
	display: inline-block;
	margin-right: 0;
	font-family: var(--plusjakarta_bold);
}
.download_btn:hover{
	background: var(--lightblue);
	color:white;
	text-decoration:none;
}
.download_btn i{
	margin-right: .7rem;
}
.navbar .offcanvas.show .download_btn:hover{
	background: black;
}
.sticky_navigation .download_btn:hover{
	background: black!important;
}
.menu_icon{
	font-size: 2rem;
	color:white;
}

.nav_mobile_right{
	display: none;
}

.menu_btn{
	background:white;
	color:black;
	border-radius: 2.5rem;
	padding:.7rem 2.5rem!important;
	display: inline-block;
	margin-right: 1rem!important;
	margin-bottom: 0!important;
}
.menu_btn:hover{
	background: var(--lightblue);
	color:white;
	text-decoration:none;
}
.navbar-toggler:focus{
	outline: none;
	box-shadow: none;

}

.navbar.sticky_navigation {
	background:var(--lightblue);
	box-sizing: border-box;
}
.sticky_navigation {
	background: white;
	margin-top:0rem!important;  
	width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky_navigation .navbar {
	margin-top: 0px!important;
	padding:auto 1rem!important;
}
.mto0{
	margin-top:0px!important;
}

@-webkit-keyframes fadeInDown {
  0%{
    opacity: 0;
    -webkit-transform: translateY(-20px);
   }
    100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    }
}    
 
      
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*hero section */
.nav_and_hero{
	height: auto;
	background: linear-gradient(rgba(0, 0, 0, .2),rgba(0, 0, 0, .2)),
	url(../images/hero_bg.jpg);*/
	background-size:cover;
	background-position: center;
}
.hero_contents{
	height: auto;
	padding-top:13rem;
	padding-bottom: 7rem;/*
	background: linear-gradient(rgba(0, 0, 0, .2),rgba(0, 0, 0, .2)),
	url(../images/banner.jpg);*/
	background-size:cover;
	background-position: center;


}
.tagline{
	font-size:1.7rem;
	text-transform: capitalize;
	display: block;
	margin-bottom:1.5rem;
	color:white;
	opacity: .8;
	font-family: var(--plusjakarta_regular);
}
.hero_contents .tagline{
	margin-bottom: .5rem!important;
}
.tagline:before{display: inline-block;
    content: "";
    border-top: .3rem solid var(--blue);
    width: 4rem;
    margin: 0rem 1rem 0rem 0rem;
    transform: translateY(-.5rem);}
.gold-text{
	color:var(--blue);
}
.hero_title{
	font-size:4rem;
	color:white;
	font-family:var(--plusjakarta_bold);
	font-weight: 700;
	text-transform: capitalize;
	line-height: 4.5rem;
	margin-top: 0rem;
	  /*text-shadow: 0px 2px var(--silver);*/

}
.hero_p{
	margin:1.5rem 0rem;
	font-size:2rem;
	color:white;
	opacity:.8;
	line-height: 2.6rem;
	font-family: var(--plusjakarta_regular);
	display: block;
}


.heroimage {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateX(0); }
    100% { transform: translateX(20px); }
}
@keyframes mover {
    0% { transform: translateX(0); }
    100% { transform: translateX(-20px); }
}

.hero_right_img{
	 transform: scaleX(-1);

}


.hero_btn{
	display:inline-block;
	font-size: 1.8rem;
	color:black;
	font-family:var(--plusjakarta_bold);
	text-decoration: none;
	background:var(--blue);
	padding:1rem 2rem;
	border-radius: 2.5rem;
	color:black;
}
.hero_btn:hover{
	background: var(--lightblue)!important;
	color:white!important;
}

.py_7{
	padding:8rem 0;
}
/*3.about us section */
.about_section{
	background:white;
}
.sec_tagline{
	font-size: 1.6rem;
	text-transform: uppercase;
	font-family: var(--plusjakarta_regular);
	font-weight: 700;
	letter-spacing:.2rem;
	color:var(--gray);
	margin:0;
}
.sec_heading{
	font-size: 4rem;
	font-family: var(--plusjakarta_bold);
	font-weight: 700;
	color:var(--lightblue);
}
.sec_desc{
		font-size: 1.8rem;
	font-family: var(--plusjakarta_regular);

		line-height: 2.4rem;
}
.misson_statment{
	display: flex;
	border:.1rem solid var(--blue);
	border-radius: 1.5rem;
	margin-top:1.5rem;
}
.mission_left{
	width:50rem;
	display: flex;
	height: auto;
	border-top-left-radius: 1.4rem;
	border-bottom-left-radius: 1.4rem;
	background:#B2FBA5; var(--blue);
	align-items: center;
	justify-content: center;
}
.mission_left i{
	font-size: 5rem;
}
.mission_right{
	margin-left:2rem;
	padding:2rem 0;
}
.bigger_one{
	font-size: 2.2rem;
	font-family: var(--plusjakarta_regular);

	font-weight:900;
	font-style: italic;
	letter-spacing: .4rem;
}


.last_one{
	width:6rem!important;
	height:5rem!important;

} 

.signature{
	display: block;
	margin-top:1rem;
	padding-bottom:1rem;
	max-width: 18rem;
	border-bottom: .2rem solid var(--gold);
}
.ceo_text{
	font-size: 1.6rem;
	color:black;
	margin-top: 1rem;
	font-family: var(--plusjakarta_regular);

	margin-bottom:0rem;

}
.about_left{
	position: relative;
}
.mint_pic{
	position: absolute;
	right:0%;
	margin-top:-5rem;
	z-index: 1;
}



.work_process{
	background:url(../images/process-bg.png);
	background-size: cover;
	position: relative;
}
.process_card{
	position: relative;
	text-align: center;
}
.icon_circle{
	width:10rem;
	height: 10rem;
	background:white;
	border-radius: 100%;
	margin:0 auto;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
	display: flex;align-items: center;justify-content: center;
}
.icon_circle i{
	font-size: 4rem;
	color:var(--blue);
}
.process_card_title{
	 font-size: 2.4rem;
	font-family:var(--plusjakarta_semibold);
	  
	  color:var(--lightblue);
	  text-align: center;
	  display:block;
	  margin:1.5rem 0;
}
.process_card_desc{
	font-size: 1.7rem;
	font-family:var(--plusjakarta_regular);

	  color:black;
	  	  text-align: center;
}
.number_circle{
	width:4rem;
	height: 4rem;
	background:white;
	border-radius: 50%;
	margin:0 auto;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;justify-content: center;
	position: absolute;
	align-items: center;
	left:33%;
	top:0rem;
}
.actual_nubr{
	font-size: 1.8rem;
	color:black;
	display: block;

	margin:0;
	padding:0;
	font-family:var(--plusjakarta_bold);

}
.curve_line{
	position: absolute;
	width:auto;
	margin-top: 10rem;
}

.main_tagline{
	  font-size: 2rem;
	font-family:var(--poppins_medium);

	  color:var(--blue);
	  text-align: center;
	  display:block;
}
.border_radius{
	border-radius: 1rem;
}
.ingredient_helping_text{
	font-size: 2rem;
	color:var(--lightblue);
	font-family: var(--plusjakarta_semibold);
	text-align: center;
	display: block;
	text-transform: capitalize;
}
.ingredient_title{
	font-size: 2.2rem;
	color:var(--lightblue);
	font-family: var(--plusjakarta_bold);
	text-align: center;
	margin-top: 2rem;
	display: block;
}
.gen_text{
	font-size: 1.8rem;
	color:black;
	font-family: var(--plusjakarta_regular);
	text-align: center;
	display: block;
}

.ingredient_img{
	height: 16rem;
	display: block;
	margin:0 auto;
}
.buy_card{
	display: flex;
	border:.1rem solid var(--graybg);
	width:80%;
	margin:0 auto;
	margin-top: 4rem;
	border-radius: 1rem;
	align-items: center;
}
.buy_card_img{
	max-width: 40rem;
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
}
.buy_card_right{
	padding:2rem 2rem;
	text-align: left;
}
.buy_heading{
	font-size: 2.6rem;
	color:var(--lightblue);
	font-family: var(--plusjakarta_bold);
	display: block;
}
.buy_btn{
	width:20rem;
	height: 5rem;
	background: var(--blue);
	display: block;
	text-decoration: none;
	color:black;
	text-align: center;
	font-size: 2rem;
	line-height: 5rem;
	font-family: var(--plusjakarta_bold);
	border-radius: .5rem;
	margin-top: 2rem;
}
.buy_btn:hover{
	background: var(--lightblue);
	color: white;
}

/*testimonial start*/

.slider_image{
	width:20rem;
	height: 20rem;
	border-radius: 50%;
}
.foralign{
	display: flex;
	align-items: center;
}
.for_quotes_icons{
	position: absolute;
	top:-6rem;
}
.for_quotes_icons i{
	font-size:8rem;
	transform: rotate(180deg);
	color:blue;
	opacity: .1;
}
.forslider{
	margin-top:-5rem;
	padding-left:3rem;
	color:black!important;
	font-size: 1.8rem!important;
}
.testimonal_by{
	font-size:2rem;
	display: block;
	color: black;
	font-family: var(--plusjakarta_bold);
	margin-top:1rem;
	letter-spacing: .1rem;
}

.testimonal_section{
	background: #f1faf3;
}

.testimonial{
    margin: 0 15px;
    font-family:var(--plusjakarta_regular);

    padding-bottom:0px;
}
.testimonial .pic{
    width: 20%;
    float: left;
    margin-right: 15px;
    position: relative;
    border-radius: 100%;

}
.testimonial .pic:after{
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 5%;
    left: 5%;
}
.testimonial .pic img{
    width: 80%;
    height: auto;
    border-radius: 100%;
    display: block;
    outline:2px solid var(--lightblue);
    margin:0 auto;
    margin-top:10px;

}
.testimonial .testimonial-content{
    padding: 5rem 0;
    padding-bottom:0rem;
    display: table;
}
.testimonial .description{
    font-size: 17px;
    color:black;
    line-height: 26px;
    font-family: var(--plusjakarta_regular);

}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 26px;
    color: var(--gold);
    margin: 0 10px;
}
.testimonial .testimonial-title{
    font-size: 19px;
    color:var(--lightblue);
    text-transform: capitalize;
    margin: 10px 0 0 0;
    float: left;
    font-family: var(--plusjakarta_bold);
}
@media only screen and (max-width: 480px){
    .testimonial{
        margin: 0 10px;
    }
    .testimonial .pic{
        float: none;
        width: 50%;
        margin: 0 auto;
    }
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
	color:var(--blue);
}

/*banner */



.banner_type{
	width:100%;
	height: auto;
	padding:4rem 2rem;
	background: linear-gradient(to right, rgba(30,73,152, .9), rgba(0, 31, 63, .9)),
    url(../images/banner.jpg);

	border-radius: 2rem;
	background-size: cover;
	background-position: center;
	margin-bottom: 8rem;
	margin-top: 8rem;
}

.protect_btn{
	display:inline-block;
	padding:1.5rem 4rem;
	background:var(--blue);
	color:black;
	font-size: 1.8rem;
	border-radius: 5rem;
	text-decoration: none;
	text-transform: capitalize;
	font-family:var(--plusjakarta_bold);
}

.protect_btn:hover{
	background:black;
	color:white;
}
.txt_shdow{
/*	text-shadow: .1rem .1rem .1rem var(--gold);*/

}
.text_blue{
	color:var(--blue);
}

/*FAQ Section */

.faq-section{
	font-family: var(--plusjakarta_regular);
	background:#f2f2f2;
}

.faq-section .accordian{
	margin-top:3.1rem;
}
.faq-section .accordian .card{
	margin-bottom:1.1rem;
}
.faq-section .card-header:after{
    font-family:'FontAwesome';
    content:"\f068";
    float:right;
    padding-left:5px;
    padding-right:5px;
    margin:0px;
    padding-top:1px;
    padding-bottom:-10px!important;
    cursor: pointer;
    color:white;
    font-size:1.4rem;
    font-weight: normal;
   
  }
  .faq-section .collapsed:after{
    content:"\f067";
    color:white;
  }

.faq-section p{
	font-size:18px;
	color:black!important;
}

	
 
  .card-header a{
  	font-size:1.7rem;
  	color:white;
  	padding:0;
  	margin:0;
  	text-decoration: none;
  }
  #content_p p{
  	font-size:1.4rem;
  	padding-left:0px;
  	text-align:left;
  	color:#676767!important;
  	font-weight:normal;
  }
  .faq-section .accordian .card{
  	background: none;
  	border:none;
  	margin-bottom:1.1rem!important;
  }
  .faq-section .card-header{
  	background:var(--lightblue);
  	vertical-align: middle;
  	height: 5.2rem;
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	cursor: pointer;

  }
  .accordian .card-body{
  	background: white;
  	text-align: left;


  }
  .red-text{
  	color:var(--gold);

  }



/*footer */

.forfooter{
	height: auto;
	background:#31373f;
font-family:var(--plusjakarta_regular);
	padding:7rem 0rem;
}
.footer_logo{
	max-width:25rem;
}
.footerheading{
	font-size:2.2rem;
	color:white;
font-family:var(--plusjakarta_regular);


	font-weight:500;


}
.fotlink ul{
	padding-left:0px;
	margin-top:20px;
}

.fotlink ul li{
	list-style: none;
}
.fotlink ul li a{
	line-height:35px;
	color:white;
	font-size:1.6rem;
}
.foot-p{
	font-size:1.6rem;


}
.footer_menu_ul li a:hover{
	color:var(--blue);
}
.lifafa{
	font-size:1.5rem;
	color:white;
}
.ff-link{
	font-size:1.5rem;
	color:white;
	padding-left:5px;
}

footer{
	font-size:1.6rem;
	color:white;
	border-top:.1rem solid gray;
}
.veryfooter a{
	/*margin:0px 10px;*/
	color:lightgray;
}
.veryfooter a:last-child{
	margin:0px 10px;
	margin-right:0px;
}
.ff-link:hover{
	color:white;
	color:var(--gold);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


footer{
	padding:1rem 0rem;
}
.copyright_text{
	margin-bottom: 0px;
	font-size:1.6rem;
	color:white;
}
.copyright_text a{
	color:var(--gold);
}
.copyright_text a:hover{
	color:var(--blue);
}
.social_icons{
	padding-left:0px;
	/*margin-top:4rem;*/
	display: block;
	padding-bottom: 0px;
	margin-bottom:0px;

}
.social_icons li{
	list-style: none;
	display: inline;
	margin-bottom:0px;

}
a{
	text-decoration: none;
}
.social_icons li a{
	width:3.5rem;
	height: 3.5rem;
	margin-right:1rem;
	font-size:2rem;
	background:var(--blue);
	line-height: 3.5rem;
	text-align: center;
	border-radius: 100%;
	margin-bottom:0px;
	padding-bottom: 0px;
	color:black;

}
.social_icons li a:hover{
	text-decoration: none;
	background: var(--lightblue);
	color:white;
}
.footer_p{
font-family:var(--plusjakarta_regular);

	font-size:1.6rem;
}
.privacy_menu li{
	list-style: none;
	display: inline-block;
	color:white;
}
.privacy_menu li a{
	color:white;
	font-size: 1.6rem;
font-family:var(--plusjakarta_regular);


}
.privacy_menu li a:hover{
	color:var(--blue);
}
.logos-slider .slick-next:before, .logos-slider .slick-prev:before{
	display: none;
}
/*for home*/

.forhomeform{
	font-family: var(--plusjakarta_regular);
}
.forhomeform form{
	margin-top:1rem;
}
.forhomeform form input, select{
	width:100%;
	display: block;
	height:4.9rem;
	font-size: 1.6rem;
	padding-left:1.6rem;
	background: #f2f2f2;
	border:.1rem solid #e6e6e6;
}
.forhomeform form textarea{
	width:100%;
	display: block;
	background: #f2f2f2;
	border:.1rem solid #e6e6e6;

	height:15.9rem;
	font-size: 1.6rem;
	padding-left:1.6rem;

}
.forhomeform form input::placeholder, .forhomeform form textarea::placeholder{
	font-size:1.6rem;
	line-height: 4.9rem;
	/*padding-left:1rem;*/
}
:focus:is(input,textarea,select){
	box-shadow:0px 0px 1px 1px var(--gold);
	border-radius: 3px;
	outline: none;
}
.forhomeform form input[type="submit"]{
	background:var(--lightblue);
	color:white;
	font-size:1.8rem;
	letter-spacing: .1rem;
	height: 4.9rem;
font-family:var(--plusjakarta_medium);

	text-transform: uppercase;
	margin-bottom:6rem;
	border-radius: 2.5rem;
	max-width: 15rem;
	/*english
	m
	urdu
	maths*/
}
.forhomeform form input[type="submit"]:hover{
	background: var(--blue);
	color:black;
}
.map_s{
	width:100%;    height: 32rem;
    margin-top: 1rem;
}


@media (min-width: 992px) {
  /* Reset opacity overlay on larger screens */
  .offcanvas-backdrop {
    opacity: 0 !important;
    display: none !important;
  }
}

.verfirst_col{
	width:20rem;
}
.ingre_main_table{
/*	border:.1rem solid var(--lightblue);*/
}
.tble_img{	display: block;
	margin:0 auto;
	max-height: 10rem;
}
.second_col{
	width:15rem;
}
tbody{
	border:none!important;
}
.second_col i{
	font-size: 2rem;
	color:var(--lightblue);
	text-align: center;
	display: block;
	width:4rem;
	height: 4rem;
	background: var(--blue);
	margin:0 auto;
	text-align: center;
	line-height: 4rem;
	border-radius: 50%;
}
.vcenter{

}
.required {
  border: 1px solid var(--blue); /* Default border color */
}
.verfirst_col span{
	display: block;
	font-size: 1.8rem;
	line-height: 4rem;
	font-family: var(--plusjakarta_medium);
}
tbody tr td{
	border:none!important;
}
.notone i{
	color:var(--lightblue);
	background: #e69090;
}
.table>thead{
	vertical-align: middle;!important;
}


.ingredient_collapse .accordian .card{
	margin-bottom:1.1rem;
}
.ingredient_collapse .card-header:after{
    font-family:'FontAwesome';
    content:"\f106";
    float:right;
    padding-left:5px;
    padding-right:5px;
    margin:0px;
    padding-top:1px;
    padding-bottom:-10px!important;
    cursor: pointer;
    color:white;
    font-size:2.4rem;
    font-weight: bold;
   
  }
  .ingredient_collapse .collapsed:after{
    content:"\f107";
    color:white;
    font-weight: bold;
  }

 
  .card-header a{
  	font-size:1.7rem;
  	color:white;
  	padding:0;
  	margin:0;
  	text-decoration: none;
  }
  .ingredient_collapse .accordian .card{
  	background: none;
  	border:none;
  	margin-bottom:1.1rem!important;
  }
  .ingredient_collapse .card-header{
  	background:var(--lightblue);
  	vertical-align: middle;
  	height: 5.2rem;
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	font-family: var(--plusjakarta_semibold);
  	cursor: pointer;
  	text-transform: capitalize;

  }

