* {
  padding: 0;
  margin: 0;
  scrollbar-width: thin;
  scrollbar-color: var(--color-1) transparent;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading_font);
}
p {
  font-family: var(--paragrap_font);
}
a {
  text-decoration: none !important;
  font-family: var(--paragrap_font);
}
.theme_btn {
  color: #fff;
  background-color: var(--color-1);
  padding: 15px 20px;
  font-size: 17px;
  font-weight: 600;
  font-family: var(--paragrap_font);
  /* text-transform: capitalize; */
  border-radius: 35px;
  transition: all 0.5s;
  display: inline-block;
}
.theme_btn i {
  margin-left: 6px;
  transition: all 0.5s;
}
.theme_btn:hover {
  background-color: var(--color-2);
  color: #fff;
  box-shadow: 0px 5px 5px 0px #00000036;
}
/* .theme_btn:hover i{
    transform: translate(10px, 0);
} */
.light_btn {
  color: var(--paragraph-text-color);
  background-color: #ffffffbd;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: 600;
  font-family: var(--secondary_font);
  border-radius: 35px;
  transition: all 0.5s;
  display: inline-block;
}
.light_btn i {
  margin-left: 6px;
  transition: all 0.5s;
}
.light_btn:hover {
  background-color: var(--color-2);
  color: #fff;
  box-shadow: 0px 5px 5px 0px #00000036;
}
/* .heading h1 {
  font-size: 42px;
  font-weight: 800;
  color: #000;
  margin: 0;
  font-family: var(--secondary_font);
  text-transform: capitalize;
} */
.heading h1 {
	font-size: 55px;
	color: var(--color-2);
	margin: 0;
	font-family: var(--heading_font);
	font-weight: 700;
} 
.section_padding {
  padding: 80px 0;
}
.padding-left-90 {
	padding-left: 90px;
}
.padding-right-90 {
	padding-right: 90px;
}
.padding-left-60 {
	padding-left: 60px;
}
.padding-right-60 {
	padding-right: 60px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 88% !important;
} 
/* ************************************************************* header ********************************************************* */
header .navbar-brand {
  padding: 5px 0; 
}
header .navbar-brand img {
	width: 130px;
}
header .navbar {
  padding: 0;
}
.navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 0;
  min-width: fit-content;
  background-color: #fff;
  box-shadow: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  top: auto;
  margin-top: 0 !important;
}
#header .navbar-nav {
  align-items: center;
}
.navbar .dropdown-menu .dropdown-item {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: var(--paragrap_font);
  padding: 10px 20px;
  border-bottom: 1px solid #dbdbdb69;
}
/* #header .navbar .dropdown-menu.menuMega {
  width: 100% !important;
  min-width: 100% !important;
  position: fixed;
  background: #fff;
  left: 0;
  top: auto;
  border-radius: 0;
  box-shadow: 0 26px 20px -33px #00000021;
  border-top: 1px solid #dbdbdb;
} */
 #header .navbar .dropdown-menu.menuMega {
	width: 90% !important;
	min-width: 90% !important;
	position: fixed;
	background: #fff;
	left: 0;
	top: auto;
	border-radius: 0;
	box-shadow: 0 26px 20px -33px #00000021;
	border-top: 1px solid #dbdbdb;
	margin: auto;
	right: 0;
	border-radius: 20px;
}
#header.fixed_top .dropdown-menu.menuMega {
	min-width: 100% !important;
	border-radius: 0px;
}
#header.fixed_top .navbar-expand-lg .navbar-nav .nav-link {
  color: #222; 
}
#header.fixed_top .top_menu .super-top-header .nav-link, #header.fixed_top .social_icons a {
	color: #333 !important;
}
#header .theme_btn,
#header .light_btn {
  font-size: 17px;
  font-family: var(--paragrap_font);
}
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  color: var(--color-1);
  background-color: transparent;
}
.navbar-expand-lg .navbar-nav .nav-link {
	color: #000;
	font-size: 18px;
	text-transform: capitalize;
	font-family: var(--heading_font);
	position: relative;
	font-weight: 500;
	padding: 22px 10px !important;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: baseline;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  border: none;
  color: #506170;
  font-size: 14px;
  font-weight: 600;
}
/* .nav-item .nav-link::before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -19px;
	background: #fff;
	transition: 0.5s transform ease;
	transform: scale3d(0, 1, 1);
	transform-origin: 0 50%;
	border-radius: 34px;
}
.nav-item .nav-link:hover::before {
  transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.nav-item .nav-link:hover{
  color: var(--color-1);
}
.nav-item .nav-link::before {
	background: var(--color-1);
	transform-origin: 100% 50%;
}
.nav-item .nav-link:hover::before{
  transform-origin: 0 50%;
} */
.search.btn {
  background-color: #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--color-1);
  transition: all 0.5s;
}
.search.btn:hover {
  background-color: var(--color-1);
  color: #fff;
}
/* .header {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  top: 0;
  padding: 0;
} */
.fixed_top {
	position: fixed !important;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 99;
	box-shadow: 0px 0px 10px 0px #000000ad;
}
.header .menudiv {
  min-height: 30vh;
  max-height: 30vh;
  overflow-y: auto;
  scrollbar-width: thin;
}
.header .menudiv .dropdown-item {
  font-size: 15px;
  white-space: break-spaces;
  font-family: var(--secondary_font);
  text-transform: capitalize;
  font-weight: 400;
  padding: 5px 0;
  color: #000;
  border: none;
}
.header h5 {
  font-family: var(--heading_font);
  font-size: 21px;
  color: #000;
  font-weight: 600;
}
.header .menudiv .dropdown-item i {
  display: none;
}
.col-lg-3.others_menu_div::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 117%;
  background: #d3d3d3;
  top: -24px;
  bottom: 0;
}
.offcanvas-fullscreen {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  color: white;
}
.search-box {
  max-width: 60%;
  margin: auto;
}
.search-box input.form-control {
  background: rgba(0, 0, 0, 0.31);
  color: #fff;
  padding: 15px;
  border: 1px solid #fff;
  font-size: 20px;
  outline: none !important;
  box-shadow: none !important;
}
.search-box input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.search-box button {
  background: var(--color-1);
  color: #fff;
  border: none;
  padding: 15px;
  font-size: 20px;
  cursor: pointer;
}
.search-box h1 {
  font-size: 70px;
  font-family: var(--font2);
  color: #fff;
  margin-bottom: 0;
}
.search-box p {
  font-size: 20px;
  color: #fff;
  margin: 0px;
}
.offcanvas-fullscreen .btn-close.btn-close-white {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  border: 2px solid;
}
#main_nav .all {
  height: 100%;
  background-image: url(https://academy.skicorp.in/uploads/system/58463b550a7e65aac67dcbc9e2f2ed24.jpg);

  position: relative;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
}
#main_nav .all .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: grid;
  align-content: center;
  justify-content: center;
}
#main_nav .all .overlay h1 {
  color: #fff;
  font-weight: bold;
  margin: 0;
}
#main_nav .all .overlay p {
  color: #fff;
  font-size: 20px;
  margin: 0;
  font-family: var(--font1);
  font-weight: 400;
  margin: 0;
}
#main_nav .all .overlay .btn {
  margin-top: 15px;
  background-color: var(--color-1);
  color: #fff;
  padding: 10px 20px;
  border-radius: 35px;
  font-size: 17px;
  font-weight: 400;
  font-family: var(--font);
}
.top_menu .super-top-header .nav-link {
	font-family: var(--paragrap_font);
	font-weight: 400;
	font-size: 14px;
	color: #fff;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: rgb(255, 255, 255) !important;
	font-weight: bold !important;
}
.dropdown-toggle::after{
	color: #bbb;
  font-size: 20px;
  position: relative;
  top: 3px;
}
/* *********************************************************** */
.inner_banner {
	height: 30vh;
	background-size: cover;
	background-position: 100% 730%;
	background-attachment: fixed;
	position: relative;
	display: grid;
	align-content: center;
  background-color: whitesmoke;
}
.inner_banner h1{
  text-transform: uppercase;
  font-family: var(--paragrap_font);
  font-size: 45px;
}
/* ************************************ hero section *********************************** */
.banner .hero_content h1 {
	font-family: var(--paragrap_font);
	font-size: 60px;
	font-weight: 700;
	line-height: 63px;
	color: #fff;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.banner .hero_content p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}
.banner .carousel-item {
	height: 100vh;
	min-height: 400px;
	background: no-repeat center center scroll;
	background-size: cover;
	position: relative;
}
.banner .hero_content {
	position: absolute;
	top: 0;
	left: 10%;
	padding-top: 0;
	padding-bottom: 0;
	bottom: 0;
	text-align: left;
	display: grid;
	align-content: center;
	width: 45%;
}
/* .banner .carousel-item::before {
	position: absolute;
	background: rgba(0, 0, 0, 0.412);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	content: '';
} */


    @keyframes slideInDown {
      from {
        transform: translateY(-100px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    @keyframes fadeInUp {
      from {
        transform: translateY(50px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }


/* ************************** mobile menu ************************* */
#mobileMenu {
	z-index: 9999999;
}
#mobileMenu .dropdown-menu {
	width: 100%;
	position: relative !important;
	padding: 20px !important;
	border: none;
	transform: none !important;
}
#mobileMenu .dropdown-menu li .dropdown-item {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: var(--color-1) !important;
	font-weight: bold !important;
}

#mobileMenu .navbar-toggler.border-0 {
	color: #fff;
}
/* ********************************************* index page ************************************************ */
.applications_sec .applications {
	padding: 20px 20px;
	height: 100%;
	
	text-align: center;
}
.applications_sec .applications img {
	width: 100%;
	height: 220px;
	object-fit: contain;
	object-position: bottom;
	margin-bottom: 20px;
	background: #d6dddb;
	border-radius: 20px;
	padding: 15px;
}
.applications_sec .applications h5 {
	color: var(--color-1);
	text-transform: capitalize;
	font-weight: 600;
}
.applications_sec .applications p {
	font-size: 16px;
	line-height: 20px;
	color: #666;
}
.about_sec {
	background-image: url(../images/abt.jpg);
	background-size: cover;
	background-position: bottom;
	height: 70vh;
}
.about_sec h1 {
	color: #fff;
	font-size: 50px;
	margin: 0;
  font-weight:bold;
}
.about_sec h4 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 35px;
  font-weight:bold;
}
.about_sec p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: normal;
}
/* ************************************************ Mission **************************************************** */
.mission_sec {
	background: #f1f1f1;
}
.mission_sec .left_abt h2 {
	font-family: var(--heading_font);
	font-weight: 600;
	color: var(--color-1);
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 30px;
}
 .mission_sec .left_abt h4 {
	font-family: var(--heading_font);
	font-weight: 600;
	color: var(--color-1);
	font-size: 20px;
}
.mission_sec .left_abt ul {
	padding: 0 !important;
}
   
.mission_sec .left_abt ul li{
  list-style: none;
}
.mision_vision_sec
/* *********************************************************** contact ********************************************************** */
.contact_ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 40px;
}
.contact_ul .contact_li {
	display: flex;
	gap: 14px;
	list-style: none;
	text-align: left;
	margin-bottom: 24px;
	font-size: 17px;
	line-height: 20px;
}
.contact_ul .contact_li .contact_icon {
	min-width: 30px;
	min-height: 30px;
  width: 30px;
	height: 30px;
	background: var(--color-1);
	border-radius: 5px;
	text-align: center;
	line-height: 45px;
	font-size: 13px;
	color: #fff;
	display: grid;
	place-content: center;
}
.left_side .form-control {
	color: #000;
	background-color: transparent;
	border: 1px solid #666;
	border-radius: 5px;
	padding-left: 44px !important;
} 
 .left_side .form-floating > label {
	left: 44px;
	font-size: 18px;
	color: #000;
	font-weight: 600;
}
.left_side .form-floating .frm_icon {
	position: absolute;
	left: 30px;
	top: 23px;
	color: var(--color-1);
	font-size: 20px;
} 
/* ********************************************************** technology *********************************************** */
.technology_intro {
	padding: 2em 0;
}  
.technology_intro img {
	width: 200px;
	margin-bottom: 30px;
}
.technology_intro h3 {
	font-family: var(--paragrap_font);
	font-weight: 700;
	color: #000;
	font-size: 35px;
	text-transform: uppercase;
}
.technology_intro p {
	margin: 0;
	font-size: 18px;
	color: #000;
} 
.vision_sec img{
  width: 100%;
}  
.vision_sec .grid h2 {
	font-size: 45px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 42px;
	margin-bottom: 20px;
}  
.vision_sec .grid p {
	font-size: 18px;
	line-height: 25px;
	color: #444;
}  
.Performance_Sustainability_Innovation img {
	width: 100%;
}
.Performance_Sustainability_Innovation .grid h1 {
	color: var(--color-1);
	font-size: 40px;
	font-weight: bold;
}
.Performance_Sustainability_Innovation .grid p {
	color: #444;
	font-size: 18px;
	line-height: 24px;
}
  .load_pic_sec  .loadmore-section {
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
	align-items: center;
}
.load_pic_sec  .box {
	display: none;
	flex-basis: 25%;
	margin: 0;
}
.load_pic_sec .box img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.load_pic_sec .load-more {
	display: block;
	max-width: 160px;
	flex-basis: 100%;
	border: none;
	margin: 20px auto;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 15px;
	background-color: transparent;
	color: #444;
	font-family: var(--paragrap_font);
}
.load_pic_sec .load-more:hover {
	background-color: var(--color-1);
	color: #fff;
}
.load_pic_sec h2 {
	font-size: 23px;
	text-transform: uppercase;
	font-family: var(--paragrap_font);
	color: var(--color-2);
}

/* ************************************************************** Vegahide ************************************************* */
.vegahide_usage {
	border-top: 1px solid #ccc;
}
.vegahide_usage .txt img {
	width: 300px;
}
.vegahide_usage .txt h1 {
	color: #6c8036;
	font-weight: 600;
	font-size: 45px;
	display: flex;
	gap: 30px;
	align-items: center;
}
.vegahide_usage .txt h4 {
	margin-bottom: 0;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 600;
}
.vegahide_usage .txt p{
  font-size: 20px;
  color: #000;
}
.vegahide_usage .img img {
	width: 100%;
	border-radius: 10px;
}
.product_info_intro {
	/* background-color: var(--color-1); */
	background-image: url(../images/bg_vegahide.png);
	background-size: auto;
}
.product_info_intro .grid {
	text-align: center;
	padding: 20px 10px;
	border-right: 1px solid #ffffff4a;
	height: 100%;
}
.product_info_intro .col-lg-3:last-child .grid{
  border: none;
}
.product_info_intro .grid img {
	width: 100px;
	height: 100px;
	object-fit: contain;
	object-position: center;
}
.product_info_intro .grid p {
	margin-bottom: 0;
	margin-top: 20px;
	color: #fff;
	font-size: 20px;
	font-family: var(--heading_font);
	line-height: normal;
}
  .explore_products_banner img {
	width: 97%;
	border-radius: 10px;
}
.explore_products_banner .info h1 {
	font-size: 23px;
	font-family: var(--paragrap_font);
	color: var(--color-1);
	font-weight: 700;
}
.explore_products_banner .info p {
	font-size: 16px;
	color: #444;
}
hr:not([size]) {
	height: 1px;
	margin: 3em 0;
	border-color: var(--color-1);
	opacity: 1;
}
.explore_products_banner .specifications_div .table th {
	background: #1f5d28;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
	font-size: 15px;
	line-height: 17px;
	vertical-align: middle;
	padding: 10px 14px;
  border: 1px solid #6cc378;
}  
.explore_products_banner .specifications_div .table td {
	background: #1f5d2824;
	border: 1px solid #6cc378;
  padding: 10px 14px;
}  
/* *************************************************** Certification page **************************************************** */
.certifications_banner {
	background-image: url(../images/cirtification_banner.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	height: 50vh;
	display: grid;
	align-content: center;
	color: #fff;
  text-align: center;
}
.certifications_banner h1 {
	/* font-family: var(--paragrap_font); */
	text-transform: uppercase;
	font-size: 100px;
	text-align: center;
	line-height: 80px;
}
.certifications_banner p {
	font-size: 23px;
	font-weight: 300;
}
.certifications_item {
	background: #d6dddb;
}
.certifications_item .items_ul {
	display: flex;
	flex-wrap: wrap;
}
.certifications_item .items_ul .items {
	flex-basis: calc(33.33% - 30px);
	margin: 15px;
}
.certifications_item .items_ul .items img {
	width: 100%;
	height: 130px;
	object-fit: contain;
	background: #fff;
}
.certifications_item .txt h3 {
	color: var(--color-1);
	font-weight: 600;
	font-size: 45px;
}
.certifications_item .txt p {
	font-size: 19px;
	color: #000;
}
/* ****************************************************** Sustainability ************************************************* */
.sustainablity_sec {
	background-image: url(../images/sustainablity_sec_bg.jpg);
	height: 90vh;
	display: grid;
	align-content: center;
	color: #fff;
	background-size: cover;
	background-position: left;
}
.sustainablity_sec h1 {
	font-size: 7em;
	font-family: var(--secondary_font);
	line-height: 112px;
	font-weight: 600;
}
.sustainablity_sec h6 {
	left: ;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: var(--paragrap_font);
}
.sustainablity_sec h5 {
	text-transform: capitalize;
	font-size: 30px;
	font-family: var(--paragrap_font);
	font-weight: 400;
}
.sustainablity_about .img img {
	width: 90%;
}
.sustainablity_about .info h1 {
	font-size: 3em;
	color: var(--color-1);
	font-weight: 700;
	font-family: var(--paragrap_font);
	line-height: 50px;
}
.sustainablity_about .info p {
	font-size: 18px;
	color: #444;
	line-height: ;
	font-family: var(--paragrap_font);
}
.sustainablity_about .info  ul {
	padding-left: 25px;
}
.sustainablity_about .info ul li {
	color: #64b554;
	font-size: 25px;
}
.Environmental_Benefits {
	background: #f2f4f3;
}
.Environmental_Benefits .grid {
	text-align: center;
	padding: 20px 40px;
	background: #fff;
	height: 100%;
	border-radius: 10px;
}
.Environmental_Benefits .grid .icon {
	background-color: var(--color-1);
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: grid;
	place-content: center;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.Environmental_Benefits .grid .icon img {
	width: 50px;
}
.sustainablity_cta {
	background-image: url(../images/cta_bg.jpg);
	background-size: cover;
	background-position: bottom;
	text-align: center;
}
.sustainablity_cta h1 {
	font-family: var(--paragrap_font);
	font-size: 3em;
	color: #000;
	line-height: 45px;
	margin: 30px 0;
}
.sustainablity_cta h6 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
	color: var(--color-1);
}
/* ************************************************** Market page *********************************************** */
.markets_section {
	border-top: 1px solid #ccc;
}
.markets_section .carousel {
	border-radius: 20px;
	overflow: hidden;
}
.markets_section .carousel-caption {
	bottom: 23%;
}
.markets_section .carousel-caption .composition-item h1 {
	text-align: center !important;
	font-size: 55px !important;
}
.markets_section .carousel-caption h1 {
	font-size: 44px;
	text-align: left;
	font-family: var(--paragrap_font);
	padding-left: 10px;
}
.markets_section .carousel-caption h2 {
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.markets_section .carousel-caption p {
  color: #fff;
}
.markets_section .carousel-control-prev-icon,
.markets_section .carousel-control-next-icon {
  filter: invert(1);
}
.markets_section .carousel .carousel-caption.carouselTwo .circle_div {
	width: 310px;
	height: 310px;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	display: grid;
	place-content: center;
}
.markets_section .carousel .carousel-caption.carouselTwo .circle_div h3 {
	margin: 0;
	font-size: 40px;
}
.markets_section .carousel .carousel-caption.carouselTwo h1{
	color: var(--color-1);
}
/** ***************************************************** Coming soon /*********************************************** */
 .comingsoon.text-center {
	background: #d6dddb;
	height: 80vh;
	display: grid;
	align-content: center;
} 
  
.comingsoon.text-center h1 {
	font-size: 7em;
	text-transform: uppercase;
	color: #798884;
}  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
