*{font-family: 'Maven Pro', sans-serif;}
.wow{visibility: hidden;}


/*Arrow down*/

.arrow{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.arrow span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}


@media screen and (min-width: 0px) and (max-width: 767px){

	/*Timeline*/
	.arrow{

		bottom: 150px !important;

	}

}



/*Home page*/

.read_more:hover{
	background-color: white !important;
	border: 1px solid #1c3069 !important;
	color: #1c3069 !important;
	transition: 0.5s;
}


#homepage_header{
	/*background: url("../images/sugar_reduction_header.jpg");
	background-position: center;*/
	height: 100vh;
/*	background-color: #ffb7d5;*/
/*	background-repeat: no-repeat;
	background-size: cover;*/
	padding: 0;
	margin: 0;
}

.carousel-item img{
	height: 100vh;
	object-fit: cover;
	opacity: 0.5;
}

.carousel-item h1{
	opacity: 1;

}

#kalsangi_logo_homepage{
	font-family: 'Orbitron', sans-serif;
	color: #1c3069;
	letter-spacing: 3px;
	opacity: 0;
	-moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}


/*Expertise Hover*/

/* Underline From Left */

.hvr-underline-from-left {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #1c3069;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/*Expertise Link*/

.expertise_link{
	text-decoration: none;
	color: inherit;
}

.expertise_link:hover{
	text-decoration: none;
	color: inherit;
}


/*Mobile Responsive Home Page*/

@media screen and (min-width: 0px) and (max-width: 1011px){


	.kalsangi_desc_homepage{
		width: 60% !important;
	}

}


@media screen and (min-width: 0px) and (max-width: 767px){

	/*Kalsangi title header*/

	.kalsangi_title{
		font-size: 60px !important;
	}

	.kalsangi_subtitle_homepage{
		font-size: 35px !important;
		left: 50% !important;
		transform: translate(-50%,-50%) !important;
		text-align: center !important;
		top: 33% !important;
	}

	.kalsangi_desc_homepage{
		padding-top: 20px !important;
		font-weight: bold !important;
		left: 50% !important;
		transform: translate(-50%,-50%) !important;
		font-size: 26px !important;
		width: 80% !important;
		top: 53% !important;
		text-align: center !important;
	}

}


@media screen and (min-width: 0px) and (max-width: 424px){

	/*Kalsangi title header*/

	.kalsangi_title{
		font-size: 45px !important;
	}

	/*.kalsangi_subtitle_homepage{
		font-size: 20px !important;
	}*/

	.kalsangi_desc_homepage{
		font-size: 22px !important;
	}



}










/*side navs*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #0f2649;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;
  color: #ffff;
  display: block;
  transition: 0.3s;
}


.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#mainBody {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#mySidenav{
	z-index: 99999999999;
}


.nav_kalsangi{
	color: white;
	position: absolute;
	bottom: 0;
	left: 20px;
	font-family: 'Orbitron', sans-serif;
	letter-spacing: 3px;
}


/*Dropdown submenu*/

/* Style the sidenav links and the dropdown button */
/*.dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
*/
/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

/* Main content */
.mainBody {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: white !important;
  color: #0f2649 !important;
  font-weight: bold;
}


/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;

}


/* Optional: Style the caret down icon */
.fa-caret-down {
 /* float: right;*/
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/*Sugar Reduction*/

#kalsangi_logo{
	font-family: 'Orbitron', sans-serif;
	color: #1c3069;
	letter-spacing: 3px;
}

.navbar{
	height: 80px;
	width: 100%;
	background-color: none;
	padding: 0;
	margin: 0;
	-moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    border-bottom: 1px solid rgb(255,255,255,0);
    justify-content: center !important; 
}

#sugar_reduction_header{
/*	background: url("../images/sugar_reduction_header.jpg");*/
	/*background-position: center;*/
	height: 100vh;
	/*background-color: #ffb7d5;*/
/*	background-repeat: no-repeat;
	background-size: cover;*/
	padding: 0;
	margin: 0;
}



#burger_button{
	position: absolute;
	right: 25px;
	color: #1c3069;
	cursor: pointer;
}


/*Timeline*/

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #0f2649;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline_container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline_container::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  right: -75px;
  /*background-color: white;*/
  border: 4px solid #0f2649;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the timeline_container to the left */
.left {
  left: 0;
}

/* Place the timeline_container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left timeline_container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right timeline_container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for timeline_containers on the right side */
.right::after {
  left: -75px;
}

/* The actual content */
.timeline_content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}


/*images*/

#timeline_container_1::after{
  background: url("../images/two_boy.jpg");
  background-position: center;
  /*height: 100vh;*/
  /*background-color: #ffb7d5;*/
  background-repeat: no-repeat;
  background-size: cover;
}

#timeline_container_2::after{
  background: url("../images/equipment.jpg");
  background-position: center;
  /*height: 100vh;*/
  /*background-color: #ffb7d5;*/
  background-repeat: no-repeat;
  background-size: cover;
}

#timeline_container_3::after{
  background: url("../images/beakers.jpg");
  background-position: center;
  /*height: 100vh;*/
  /*background-color: #ffb7d5;*/
  background-repeat: no-repeat;
  background-size: cover;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width timeline_containers */
  .timeline_container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .timeline_container::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right timeline_containers behave like the left ones */
  .right {
  left: 0%;
  }
}


/*Graph*/

.sweeteners_container {
  width: 100%;
  background-color: #ddd;
}

.sweets {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}

.ace_k {width: 13%; background-color: #0f2649;}
.sucralose {width: 39%; background-color: #0f2649;}
.aspartame {width: 13%; background-color: #0f2649;}
.stevia {width: 26%; background-color: #0f2649;}
.monk_fruit {width: 9%; background-color: #0f2649;}


/*Mobile Responsive Sugar Reduction*/

@media screen and (min-width: 0px) and (max-width: 992px){

	/*Consumer Voice*/

	#consumer_voice{
		display: flex;
		flex-direction: column-reverse;
	}

	.consumer_voice_title{
		justify-content: center;
		padding-right: 0px !important;
	}

	.consumer_voice_subtitle{
		padding-top: 25px;
	}

	.submenu{
		text-align: center !important;
	}

	/*Regulatory Pressure*/

	.regulatory_pressure_description{
		padding-left: 0 !important;
		padding-top: 25px;
	}

	.regulatory_pressure{
		justify-content: center;
	}


	/*Common High intensity*/

	#formula-2{
		flex-direction: column-reverse;
	}

	#formula-4{
		flex-direction: column-reverse;
	}

	.formula-img{
		text-align: center !important;
		padding-bottom: 15px;
	}

}

@media screen and (min-width: 0px) and (max-width: 601px){

	/*Timeline*/
	.timeline_container::after {
		width: 100px;
		height: 100px;
	}

}

@media screen and (min-width: 0px) and (max-width: 491px){

	/*Why Kalsangi Sub title*/
	#why_kalsangi_sub {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 549px){

	/*Consumer Voice Sub texts*/
	.submenu h5 {
		font-size: 15px;
	}
}

@media screen and (min-width: 0px) and (max-width: 414px){

	/*Consumer Voice Sub texts*/
	.submenu h5 {
		font-size: 11px;
	}
}

/*@media screen and (min-width: 0px) and (max-width: 550px){

	.kalsangi_subtitle_sugar_reduction{
	    top: 25% !important;
	    left: 50% !important;
	    transform: translate(-50%,-50%) !important;
	    width: 100%;
	    text-align: center;
	    font-size: 20px !important;
	}

	.kalsangi_desc_sugar_reduction{
	    top: 50% !important;
	    left: 50% !important;
	    transform: translate(-50%,-50%) !important;
	    width: 65% !important;
	}
 }*/


 @media screen and (min-width: 0px) and (max-width: 768px){

	.sugar_reduction_title_wrapper{
		top: 50% !important;
		left: 50% !important;
	    transform: translate(-50%, -50%) !important;
	    text-align: center !important;
	}

	.kalsangi_subtitle_sugar_reduction{
		font-size: 50px !important;
	}

	.kalsangi_desc_sugar_reduction{
		/*transform: translate(-50%, -50%) !important;
		font-size: 22px !important;
		width: 70% !important;
		top: 60% !important;*/
		display: none !important;
	}

	.sugar_reduction_desc{
		display: block !important;
	}

 }

 @media screen and (min-width: 0px) and (max-width: 432px){

	.kalsangi_subtitle_sugar_reduction{
		font-size: 40px !important;
	}

 }

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

	.common_high_intensity{
		height: auto !important;
	}

 }

















/*font-family: 'Orbitron', sans-serif;*/

#dropdown_menu{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  perspective: 1000px;
  display: none;
  background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.5));

}
.dropdown:hover #dropdown_menu{
  display: block;
}

.dropdown_menu-6{
  animation: growDown 600ms ease-in-out forwards;
  transform-origin: top center;
}

#dropdown_menu li{
	margin-top: 5px;
	padding: 3px;
	text-align: center;
	color: #1c3069;
	font-size: 12px;
}

#dropdown_menu a{
	padding: 0;
}


#dropdown_menu li:hover{
	background-color: #1c3069;
	color: white;
	-moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}


@keyframes growDown {
  0% {
    transform: scaleY(0)
  }
  80% {
    transform: scaleY(1.1)
  }
  100% {
    transform: scaleY(1)
  }
}


#mainBody{
	/* background-color: rgba(152,152,152,0.2); */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

#mainBody{
	margin: 0;
	padding: 0;
}


#mainCover{
	background: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.4)), url("../images/lemon.jpg");
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	margin: 0;
}


/*Main Navbar*/

.myStyle{
	-moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    
}

#kalsangiLogo{
	font-family: 'Orbitron', sans-serif;
	color: rgba(255,255,255,0);
	font-weight:bold;
	color: none;
	-moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}


.navbar ul{
	list-style: none;
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
}


.navbar ul > li > a {
    border-right: 3px solid #1c3069;
}

.navbar ul li:first-child {
    border:0;
}

.navbar ul > li:last-child > a {
    border-right: 0;
}

.navbar ul li a{
	padding: 0 15px;
	font-weight: bold;
	color: #1c3069;
	text-decoration: none;
	display: block;
}

.navbar ul li a:hover{
	color: rgba(28, 48, 105, 0.6);
}


/*footer*/


#footerContent{
	background-color: #1c3069;
	color: white;
	margin-top: 50px;
}

#footerMain{
	background-color: #1c3069;
}

#footerContent1{
	padding: 50px;
}

#footerContent2{
	padding: 50px;
}

#footerContent3{
	padding: 50px;
}

#footerCopyright{
	background-color:  #0f2649;
	color: white;
}

#footerCopyright span{
	font-size: 12px;
}

#footerContent2 ul{
	list-style-type: none;
}

#footerContent2 ul li a{
	color: white;
	font-size: 12px;
}

#footerContent1 p{
	font-size: 12px;
}

#footerContent3 p{
	font-size: 12px;
}

#footerContent1 h5{
	letter-spacing: 3px;
	font-family: 'Orbitron', sans-serif;
}



.formula-1{
	padding: 30px;
}

.formula-1 img{
	width: 150px;
	height: 150px;
}

.formula-1 p{
	font-size: 20px;
	text-align: justify;
}

.formula-1 h3{
	font-weight: bold;
}

.formula-img-1{
	text-align: right;
}


.formula-2{
	padding: 30px;
}

.formula-2 img{
	width: 150px;
	height: 150px;
}

.formula-2 p{
	font-size: 20px;
	text-align: justify;
}

.formula-2 h3{
	font-weight: bold;
}

.formula-img-2{
	text-align: left;
}


.formula-3{
	padding: 30px;
}

.formula-3 img{
	width: 150px;
	height: 150px;
}

.formula-3 p{
	font-size: 20px;
	text-align: justify;
}

.formula-3 h3{
	font-weight: bold;
}

.formula-img-3{
	text-align: right;
}


.formula-4{
	padding: 30px;
}

.formula-4 img{
	width: 150px;
	height: 150px;
}

.formula-4 p{
	font-size: 20px;
	text-align: justify;
}

.formula-4 h3{
	font-weight: bold;
}

.formula-img-4{
	text-align: left;
}


.formula-5{
	padding: 30px;
}

.formula-5 img{
	width: 150px;
	height: 150px;
}

.formula-5 p{
	font-size: 20px;
	text-align: justify;
}

.formula-5 h3{
	font-weight: bold;
}

.formula-img-5{
	text-align: right;
}


.formula:nth-child(even){
	background-color: #f2f2f2;
}


#homepage_header_maintenance{
	background-color: white;
	height: 100vh;
}







