* {
  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 {
	color: var(--light-bg);
	background-color: var(--dark-bg);
	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: 60px;
	color: var(--color-2);
	margin: 0;
	font-family: var(--heading_font);
	font-weight: 700;
	line-height: 62px;
}
.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: 0;
}
header .navbar-brand img {
	width: 260px;
	top: -18px;
	position: relative;
}
header .navbar {
  padding: 0;
}
.navbar .dropdown-menu {
	border-radius: 0;
	border: none;
	padding: 0;
	min-width: fit-content;
	background-color: #fff;
	/* box-shadow: none; */
	box-shadow: 0px 20px 42px -13px #00000063;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	top: auto;
	margin-top: 0 !important;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#header .navbar-nav {
  align-items: center;
}
.navbar .dropdown-menu .dropdown-item {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	font-family: var(--paragrap_font);
	padding: 8px 20px;
	border-bottom: 1px dashed #dbdbdb;
	min-width: 230px;
	display: flex;
	justify-content: space-between;
}

 
#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: #fff;
	font-size: 18px;
	text-transform: capitalize;
	font-family: var(--paragrap_font);
	position: relative;
	font-weight: 500;
	padding: 5px 12px !important;
	border-radius: 35px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
	background-color: var(--color-1);
	color: #fff !important;
}
/* .navbar-expand-lg .navbar-nav .nav-link {
	color: #fff;
	font-size: 17px;
	text-transform: capitalize;
	font-family: var(--paragrap_font);
	position: relative;
	font-weight: 400;
	padding: 20px 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: #64bfff;
	font-size: 20px;
	position: relative;
	top: 3px;
}
.header.fixed_top .dropdown-toggle::after {
	color: #ccc;
}
#header .social_icons a {color: var(--color-1);}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > .dropdown-toggle::after {
	right: -10px;
	color: var(--color-1);
	transform: rotate(-90deg);
	top: 3px;
}
/* ************************************************************* hero section ********************************************************* */
/* .hero_section {
	background-image: url('../images/banner1.jpg');
	background-size: cover;
	background-position: center;
	min-height: 100vh;
	display: flex;
	align-items: center;
}
.hero_section .hero-content h1 {
	font-family: var(--secondary_font);
	font-size: 65px;
	font-weight: 800;
	line-height: 70px;
	color: #2b2b2b;
}
.hero_section .hero-content p {
	font-size: 22px;
	line-height: 30px;
} */



/* 
.hero_section {
	display: flex;
	background: linear-gradient(78deg,rgba(2, 0, 36, 1) 0%, rgb(25, 114, 177) 100%);
	overflow: hidden;
	height: 95vh;
}
.hero_section .hero_content {
  flex: 3;
  display: grid;
  align-content: center;
  padding: 0 70px;
  	background: linear-gradient(78deg,rgba(2, 0, 36, 1) 0%, rgb(25, 114, 177) 100%);
}
.hero_section .hero_video {
  flex: 3;
}
.hero_section .hero_video video {
  width: 100%;
  height: 100%;
}
.hero_section .hero_content h1 {
  font-family: var(--secondary_font);
  font-size: 65px;
  font-weight: 800;
  line-height: 75px;
  color: #fff;
  margin-bottom: 25px;
}
.hero_section .hero_content p {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
} */

.banner .hero_content h1 {
	font-family: var(--paragrap_font);
	font-size: 70px;
	font-weight: 800;
	line-height: 72px;
	color: #fff;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.banner .hero_content p {
	font-size: 25px;
	line-height: 32px;
	color: rgba(255, 255, 255, 0.53);
	width: 80%;
	font-weight: 300;
	font-family: var(--paragrap_font);
}
.banner .hero_content h5 {
	font-family: var(--paragrap_font);
	font-size: 30px;
	font-weight: 400;
}
.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: 12%;
	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.3);
	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; }
    }

.product_categories_tabs {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	display: flex;
	gap: 7px;
	z-index: 9;
}
/* 
.product_categories_tabs .product_categories_item {
	flex: 1 auto;
	background: #00000042;
	color: #fff;
	padding: 15px 0;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 7px;
	text-align: center;
	
	border: 1px solid #1972b1;
	width: 100%;
	display: block;
}
*/
.product_categories_tabs .product_categories_item {
	flex: 1 auto;
	background: #0000001a;
	color: #fff;
	padding: 15px 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 7px;
	text-align: center;
	/* box-shadow: 0px 0px 63px -1px #000; */
	border: 1px solid #1972b1;
	width: 100%;
	display: block;
	cursor: initial;
}
.product_categories_tabs .owl-nav {
	display: flex;
	justify-content: space-between;
	transform: translate(0, -45px);
	margin: 0 !important;
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
}
.product_categories_tabs  .owl-prev {
	left: -40px;
	position: relative;
	color: #fff !important;
}
.product_categories_tabs  .owl-next {
	right: -40px;
	position: relative;
	color: #fff !important;
}
.product_categories_tabs .product_categories_item i{
	color: var(--color-1);
	margin-left: 10px;
}	
/*.product_categories_tabs .product_categories_item:hover {
	background: var(--color-1);
	color: #fff;
	cursor: initial;
}*/
.product_categories_tabs .product_categories_item:hover i{
		color: #fff !important;

}
.banner .hero_content .theme_btn:hover {
  background-color: var(--light-bg);
  color: var(--dark-bg);
}
/* *************************************************************  About Us  ********************************************************* */
/* .about_sec .heading h1 {
	font-size: 45px;
	line-height: 65px;
	font-family: var(--heading_font);
	font-weight: 700;
	color: var(--color-2);
	width: 80%;
	margin: auto;
} */
.about_sec .heading h1 {
	font-size: 50px;
	line-height: 50px;
	font-family: var(--heading_font);
	font-weight: 900;
	color: var(--color-2);
	width: 80%;
	margin: auto;
}
.about_sec .heading p {
	font-size: 19px;
	font-family: var(--paragrap_font);
	font-weight: 400;
	color: var(--paragraph-text-color);
	line-height: 30px;
}
/* *********************************************** global_operations_network ****************************** */
.global_operations_network {
	height: 160vh;
	background-size: cover;
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-color: #5677fe;
}
.global_operations_network .txt_div{
	/* padding-right: 50px; */
	text-align: center;
}
.global_operations_network .txt_div h1 {
	font-size: 55px;
	color: #fff;
	margin-bottom: 20px;
	font-family: var(--heading_font);
	font-weight: 500;
	line-height: 60px;
}
.global_operations_network .txt_div p {
	font-size: 19px;
	font-family: var(--paragrap_font);
	font-weight: 300;
	color: #fff;
	line-height: 30px;
}
/* ******************************************************** key points *********************************************************** */
.key_points {
	background: #fff;
}
.key_point_item img {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
	object-fit: contain;
	object-position: bottom;
}
.key_point_item p {
	font-size: 19px;
	font-weight: 600;
	font-family: var(--heading_font);
	color: var(--color-2);
	margin-bottom: 0;
	margin-top: 10px;
	line-height: 24px;
}
.key_point_item {
	margin-bottom: 40px;
}

/*  **********************************************************  divider section  ********************************************************** */
.divider_section {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 20px;
}
.divider_section img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.divider_section .divider_content {
	color: #fff;
	height: 100%;
	flex: 1;
	display: grid;
	padding: 0 50px;
	background-color: var(--color-1);
	height: 65vh;
	align-content: center;
}
.divider_image{
  flex: 1;
  height: 65vh;
  overflow: hidden;
}
.divider_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.divider_section .divider_content h1 {
	font-size: 54px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 54px;
}
.divider_section .divider_content p{
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
}
/* ******************************************************** career sec ******************************************************** */
.career_sec {
	height: 90vh;
	display: grid;
	align-content: center;
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
}
.career_sec h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.career_sec p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 30px;
} 
/* *************************************************************  key_sections  ********************************************************* */
.key_sections.section_padding {
  background-color: #fff;
}
.key_sections_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.key_sections_ul .key_section_item {
  flex-basis: calc(33.33% - 40px);
  margin: 20px;
  text-align: center;
  padding: 50px 20px;
  /* background: #ffffff85; */
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: linear-gradient(
    rgb(255, 255, 255) 0%,
    rgba(226, 226, 226, 0.65) 100%
  );
  transition: all 0.5s;
}
.key_sections_ul .key_section_item:hover {
  background: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.key_sections_ul .key_section_item .light_btn {
  display: block;
  margin: auto;
  width: fit-content;
  padding: 10px 30px;
  font-size: 15px;
  margin-top: 25px;
}
.key_sections_ul .key_section_item:hover .light_btn {
  background-color: var(--color-1);
  color: #fff;
}
.key_sections_ul .key_section_item img {
  width: 240px;
  margin-bottom: 15px;
  height: 240px;
  object-fit: contain;
}
.key_sections_ul .key_section_item h3 {
  font-family: var(--heading_font);
  font-size: 23px;
  font-weight: bold;
  color: #000;
}
.key_sections_ul .key_section_item p {
  font-size: 18px;
  line-height: 21px;
  color: #000;
}
/* ************************************************ Authority sec **************************************************** */
.authority_sec {
  /* background-image: radial-gradient(rgba(202, 202, 202, 0.518) 1.5px, transparent 1.5px); */
  /* background-size: 10px 10px; */
  background-color: #eff5f9;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 60px;
}

.authority-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}
.brand-logo {
  height: 60px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  width: 130px;
  object-fit: contain;
  opacity: 0.6;
  mix-blend-mode: multiply;
}
.brand-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* ************************************************** authority sec ************************************************** */
.authority {
	/* background-color: #f7f7f7; */
	background-color: #fff;
	position: relative;
	overflow: hidden;
	/* height: 60vh; */
	/* display: grid;
	align-content: center;
	background: url(../images/authority_bg.png) no-repeat center center;
	background-size: cover; */
}
.authority .vision_mission h1 {
	font-size: 30px;
	font-weight: bold;
	color: var(--color-1);
}
/* .authority::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg.png) no-repeat;
	background-size: contain;
	background-position: -30%;
  z-index: 0;
	
}
.authority::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg1.png) no-repeat;
	background-size: contain;
	background-position: 130%;
  z-index: 0;

} */
.authority .heading img {
	width: 25em;
	margin-bottom: 20px;
}
.authority .heading p {
	font-size: 20px;
	font-weight: 400;
	color: #000;
}
.authority a {
	color: #000;
	font-size: 22px;
	font-weight: bold;
}
/* ************************************************** product category ********************************************** */
.product_category .box {
	padding: 30px;
	height: 100%;
	border-radius: 20px;
	transition: all 0.5s;
	display: flex;
	gap: 20px;
}
.product_category .box:hover {
	transform: scale(1.05);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	background: #fff;
}
.product_category .box:hover img {
	transform: scale(1.1);
}
.product_category .box img {
	width: 310px;
	mix-blend-mode: multiply;
	height: 190px;
	object-fit: contain;
	object-position: center;
	transition: all 0.5s;
}
.product_category .box .info {
	text-align: left;
	margin-top: 50px;
}
.product_category .box .info h4 {
	font-family: var(--secondary_font);
	font-weight: 800;
	text-transform: uppercase;
	font-size: 33px;
}
.product_category .box .info p {
	margin: 0;
	font-size: 17px;
	line-height: 20px;
	color: #000;
	font-weight: 400;
}
/* *************************************************  All the Checks You Need ************************************************** */
.What_We_Do .service_box {
	border-radius: 25px;
	background-color: var(--light-bg);
	height: 100%;
	overflow: hidden;
}
.What_We_Do .service_box .info {
	padding: 30px 50px;
	text-align: center;
}
.What_We_Do .service_box .info h4 {
	font-family: var(--paragrap_font);
	font-weight: 600;
	font-size: 18px;
	color: var(--paragraph-text-color);
}

.What_We_Do .service_box p {
	color: #393939;
	text-align: center;
	font-family: var(--paragrap_font);
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}
.What_We_Do .service_box .info a {
	text-transform: capitalize;
	color: #000;
	font-family: var(--secondary_font);
	font-weight: 500;
	font-size: 13px;
	border: 2px solid #666;
	border-radius: 58px;
	padding: 5px 20px;
	display: block;
	width: fit-content;
	margin: auto;
	margin-top: 20px;
	transition: all 0.3s;
}
.What_We_Do .service_box:hover .info a {
	background: var(--color-1);
	color: #fff;
	border-color: var(--color-1);
}
.What_We_Do .service_box img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
/* *************************************************  How It Works ************************************************** */
.how_it_works .how_it_works_content h2 {
  font-size: 60px;
  font-weight: 700;
  color: var(--color-2);
  margin-bottom: 1px;
}
.how_it_works .how_it_works_content p {
  font-size: 19px;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 30px;
}
.how_it_works .how_it_works_img img {
  width: 100%;
}
.how_it_works .accordion-item {
  border: none;
}
.how_it_works .accordion-button {
  background: no-repeat;
  border: none;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  padding: 10px 30px;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.5s;
  border-bottom: 1px dashed #8c8c8c;
}
.how_it_works .accordion-button span {
  margin-right: 15px;
  color: var(--color-1);
  width: 33px;
  height: 33px;
  border: 2px solid var(--color-2);
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-size: 20px;
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: none;
}
/* *************************************************  Key Features ************************************************** */
.Key_Features {
  background-color: var(--light-bg);
}
.Key_Features .heading p {
  font-size: 19px;
  line-height: normal;
  margin-top: 20px;
  width: 74%;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}
.Key_Features .key_features_img {
  position: sticky;
  mix-blend-mode: darken;
  top: 100px;
  right: 0;
  padding-left: 50px;
}
.key_features_content .feature_item {
  display: flex;
  margin-bottom: 30px;
  gap: 15px;
}
.key_features_content .feature_item .icon i {
  color: var(--color-1);
  font-size: 27px;
  font-weight: 400;
}
.key_features_content .feature_item .content h5 {
  color: var(--color-2);
  font-weight: 700;
}
.key_features_content .feature_item .content p {
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  color: #000;
}
/* ************************************************ Technologies We Use ************************************************** */
.inner_banner{
  background-position: center;
  background-size: cover;
  position: relative;
  height: 90vh;
}
.inner_banner .inner_banner_content{
	height: 90vh;
	display: grid;
	align-content: center;
	justify-content: left;
}
.inner_banner .inner_banner_content h1 {
	font-size: 55px;
	font-weight: 600;
	color: #fff;
}
.inner_banner .inner_banner_content p {
	font-size: 28px;
	line-height: 32px;
	color: #fff;
	font-weight: 300;
}
.inner_banner .shoe_lace {
	position: absolute;
	width: 40em;
	right: 0;
	bottom: 0;
}
.technology_icons_sec {
  background-color: #f5f5f5;
}
.technology_icons_sec .technology_icons .icon_item h3 {
	font-size: 21px;
	font-weight: 800;
	font-family: var(--heading_font);
	color: var(--color-2);
	margin-bottom: 0;
	margin-top: 6px;
}
.technology_icons_sec .technology_icons  {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.technology_icons_sec  .technology_icons .icon_item {
  flex-basis: calc(20% - 40px);
  margin: 20px;
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  /* border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  transition: all 0.5s;
}
.technology_icons_sec .technology_icons_content h1 {
	font-size: 55px;
	color: var(--color-2);
	margin: 0;
	font-family: var(--heading_font);
	font-weight: 700;
}
.technology_icons_sec .technology_icons .icon_item img {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
}

.technology_details_sec .technology_details_content h1 {
	font-size: 45px;
	color: #000;
	font-weight: 600;
}
.technology_details_sec .technology_details_content h4 {
	font-size: 17px;
	font-weight: 600;
	color: var(--color-1);
	font-family: var(--secondary_font);
}
.technology_details_sec .technology_details_content  .technology_ul {
	padding-left: 14px;
}
.technology_details_sec .technology_details_content .technology_ul li{
	color: var(--color-1);
}
.technology_details_sec .technology_details_content .technology_ul li p {
	margin: 0;
	color: #000;
	font-family: var(--paragrap_font);
	font-weight: 400;
}
.why_fill_sec {
	min-height: 90vh;
	background-size: cover;
	background-position: center;
	position: relative;
}
.why_fill_sec .why_fill_content {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.87);
	top: 0;
	bottom: 0;
	width: 45%;
	padding: 60px;
}
.why_fill_sec .why_fill_content h4 {
	font-size: 17px;
	font-weight: 600;
	color: var(--color-1);
	font-family: var(--secondary_font);
	margin-bottom: 0;
}
.why_fill_sec .why_fill_content p{
	margin-bottom: 0;
	color: #000;
	font-size: 16px;
	font-family: var(--paragrap_font);
}
/* ********************************************** company album ************************************************** */
.inner_hero {
	height: 50vh;
	background-size: cover;
	background-position: 100% 730%;
	background-attachment: fixed;
	position: relative;
	display: grid;
	align-content: center;
}
.inner_hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.inner_hero .heading.text-center {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
}
.inner_hero .heading.text-center h1 {
	color: #fff;
	font-size: 45px;
	font-weight: 600;
}
.company_album .card {
	border-radius: 25px;
	background-color: #f7f7f7;
	height: 100%;
	overflow: hidden;
  border: none;
}
.company_album .card .info {
  padding: 20px;
  text-align: center;
}
.company_album .card .info p {
	font-family: var(--heading_font);
	font-weight: 800;
	font-size: 20px;
	color: #000;
	margin: 0;
}
.company_album .card img {
	height: 250px;
	object-fit: cover;
}

/* *************************************************** colour pallete page ************************************************** */

.hex-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
	margin: auto;
}
.hex {
	width: 150px;
	height: 150px;
	background: #ccc;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.3s, background 0.3s;
	font-family: var(--secondary_font);
	font-size: 14px;
	word-wrap: break-word;
	text-align: center;
	line-height: 16px;
}
.hex:hover {
  transform: scale(1.05);
  background: #444 !important;
  color: #fff;
}
/* **************************************** resourse page ************************************************** */
.resourses .resourse_box {
	padding: 20px;
	background: #f1f1f1;
	border-radius: 20px;
  border: 2px solid transparent;
  transition: all 0.5s;
}
.resourses .resourse_box .icon {
	margin-bottom: 20px;
}
.resourses .resourse_box .icon img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
}
.resourses .resourse_box .theme_btn {
	display: inline-block;
	margin: auto;
	display: block;
	width: fit-content;
	padding: 6px 20px;
}
.resourses .resourse_box h3 {
	margin: 0;
	font-family: var(--paragrap_font);
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.resourses .resourse_box:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  background: #fff;
  border-color: var(--color-1);
}
/* ********************************** capacity certification ********************************** */
.Booyoung_Capacity {
	background-color: #f4f6f9;
	height: 65vh;
	display: grid;
	align-content: end;
	text-align: center;
	justify-content: center;
}
.Booyoung_Capacity .heading h1 {
	margin-bottom: 20px;
	font-family: var(--secondary_font);
	font-size: 45px;
	font-weight: 600;
}
.Booyoung_Capacity .heading p {
	font-size: 19px;
	line-height: 27px;
	margin-bottom: 30px;
	color: #444;
}
.Production_Equipment .heading h1 {
	margin-bottom: 20px;
	font-family: var(--secondary_font);
	font-size: 45px;
	font-weight: 600;
}
/* ************************************** tapes page *************************************** */
.tapes_info h1 {
	font-size: 23px;
	font-weight: 800;
	font-family: var(--paragrap_font);
	color: #000;
  margin-bottom: 15px;
}
.tapes_info p {
	font-size: 17px;
	color: #444;
	font-family: var(--secondary_font);
	font-weight: 400;
}
/* ************************************** Cords and Ribbons page *************************************** */
.cards_intro {
	height: 87vh;
	display: grid;
	align-content: end;
	/* justify-content: center; */
}
.cards_intro .heading h1 {
	font-size: 70px;
	margin-bottom: 10px;
}
.cards_intro .heading p{
  font-size: 19px;
  font-weight: 400;
}
.scroll_line{
  width: 2px;
  height: 50px;
  background-color: var(--color-1);
  display: block;
  margin: auto;
}
.scroll_down {
	display: block;
	text-align: center;
	color: var(--color-1);
	font-family: var(--paragrap_font);
	font-size: 18px;
	line-height: 40px;
	font-weight: 600;
}

.card_ribbons_points .box h5 {
	margin: 0;
	font-weight: bold;
	color: #000;
}
.card_ribbons_points .box {
	text-align: center;
}
.card_ribbons_points .box i {
	font-size: 60px;
	color: var(--color-1);
	margin-bottom: 15px;
}
.card_ribbons_points .heading {
	margin-bottom: 5em;
	margin-top: 5em;
}
.product_page_got_questions .divider_section ul {
	padding-left: 20px;
	margin-bottom: 10px;
}
.product_page_got_questions .divider_section ul li p {
	margin-bottom: 8px !important;
}
/* *************************************** drawcord page ********************************************* */
.banner_div{
	position: relative;
}
.banner_div .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 1;
	display: grid;
	place-content: center;
	padding: 0 100px;
}
.banner_div .overlay h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
}
.banner_div img {
	/* height: 60vh; */
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.HighQualityGuarantee .heading h1 {
  font-size: 45px;
  color: var(--color-2);
  margin: 0;
  font-family: var(--heading_font);
  font-weight: 700;
}
.HighQualityGuarantee .high_quality_item {
	padding: 20px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.HighQualityGuarantee .high_quality_item img {
	width: 100%;
	height: 130px;
	object-fit: contain;
}
.HighQualityGuarantee .high_quality_item p {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	font-family: var(--secondary_font);
	color: #000;
}
.drawcord_mcb_sec .drawcord_mcb_content h2 {
	font-family: var(--secondary_font);
	font-weight: 800;
	margin: ;
	margin-bottom: 30px;
}
.drawcord_mcb_sec .drawcord_mcb_content .ul_design {
	padding-left: 20px;
	margin-bottom: 0;
}
.drawcord_mcb_sec .drawcord_mcb_content .ul_design li {
	color: var(--color-1);
	list-style-type: disclosure-closed;
	font-size: 23px;
}
.drawcord_mcb_sec .drawcord_mcb_content .ul_design li p {
	color: #000;
	font-size: 17px;
	line-height: normal;
	font-weight: 400;
}
.drawcord_mcb_sec .drawcord_mcb_content .ul_design li h5 {
	color: #000;
	font-weight: bold;
	font-family: var(--secondary_font);
	font-size: 16px;
}
.drawcord_mcb_sec .drawcord_mcb_img img {
	border-radius: 20px;
}
.drawcord_intro .heading h1 {
	font-size: 35px;
	margin-bottom: 20px;
	font-weight: 800;
}
.drawcord_intro .heading p {
	font-size: 18px;
	color: #282828;
	font-weight: 400;
}
.drawcord_cta_sec {
	height: 450px;
	display: grid;
	align-content: center;
	color: #fff;
  background-attachment: fixed;
}
.drawcord_cta_sec h2 {
	font-family: var(--secondary_font);
	font-size: 45px;
	font-weight: bold;
}
.drawcord_cta_sec p {
	font-size: 20px;
}
/* *********************************************** contact us page ************************************************** */
.contact_form_sec {
	display: flex;
	flex-wrap: wrap;
}
.contact_form_sec .common_div {
	flex-basis: 50%;
}
.contact_form_sec .contact_txt.common_div {
	background: #263037;
	padding: 50px 60px;
	display: grid;
	align-content: center;
	justify-content: center;
	color: #fff;
}
.contact_form_sec .contact_form.common_div {
	background: #f5f5f5;
	padding: 50px;
}
.contact_form_sec .contact_form.common_div .form-control {
	outline: none !important;
	box-shadow: none !important;
	background: transparent;
	border: 1px solid #666;
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.contact_form_sec .contact_form.common_div h1 {
	color: #222;
	font-size: 50px;
	font-weight: 800;
}
.contact_form_sec .contact_txt.common_div h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 800;
}
.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
	background-color: transparent;
}
.form-check .form-check-input{
  	border-radius: 0 !important;
	width: 25px;
	height: 25px;
	margin-right: 11px;
	position: relative;
	top: -3px;
  box-shadow: none !important;
  border-color: var(--color-1) !important;
  background-color: transparent !important;
}
.form-check-input:checked {
	background-color: var(--color-1) !important;
	
	box-shadow: none !important;
}
.address_img img {
	height: 100vh;
	object-fit: cover;
	object-position: center;
}
.bys_address_sec .address_content {
	padding: 15px 0;
	border-bottom: 1px dashed #9a9a9a;
}
.bys_address_sec .address_content h5 {
	font-family: var(--secondary_font);
	font-size: 18px;
}
.bys_address_sec .address_content p {
	color: #000;
	margin: 0;
	line-height: 25px;
	font-size: 16px;
	font-weight: 400;
}
/* ************************************************* Sustainability ************************************************** */
.sustainability_banner_div {
  position: relative;
  width: 100%;
  height: 90vh; /* adjust as needed */
  overflow: hidden;
}

.sustainability_banner_div video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sustainability_banner_div .banner_content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 600px;
  z-index: 2;
}
.sustainability_banner_div .banner_content h1 {
	font-size: 55px;
	font-weight: 600;
	font-family: var(--heading_font);
}
.sustainability_banner_div .banner_content p {
  font-size: 1.2rem;
  margin-top: 15px;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.9;
}

.sustainability_banner_div::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.21), rgba(0,0,0,0));
}
.sustainablity_about_sec {
	background: #1b2940;
	color: #fff;
}
.sustainablity_about_sec .sustainablity_about_content h1 {
	font-weight: bold;
	font-family: var(--paragrap_font);
	font-size: 50px;
	margin-bottom: 25px;
}
.sustainablity_about_sec .sustainablity_about_content p {
	font-size: 17px;
	color: #ccc;
	font-weight: 400;
	font-family: var(--paragrap_font);
}
.sustainable_production .txt h1 {
	font-size: 50px;
	font-family: var(--paragrap_font);
	font-weight: bold;
}
.sustainable_production .txt p {
	font-size: 18px;
	color: #444;
}
.solar_installation {
	background: #1b2940;
	color: #fff;
}
.solar_installation .grid {
	text-align: center;
	padding: 15px;
	background: #223452;
	border-radius: 10px;
}
.solar_installation .grid h4 {
	font-size: 3em;
	font-family: var(--paragrap_font);
	font-weight: bold;
}
.solar_installation .grid img {
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
}

.sustainability_work .sustainability_work_content h1{
	font-size:45px;
	font-family: var(--paragrap_font);
	font-weight: bold;
	margin-bottom: 20px;
}
.sustainability_work .sustainability_work_content p{
	font-size: 18px;
	color: #444;
	line-height: 28px;
}
.sustainability_package .box {
	padding: 30px;
	background: #f1f1f1;
	border-radius: 20px;
	height: 100%;
	text-align: center;
}
.sustainability_package .box img {
	width: 100%;
	height: 200px;
	object-fit: contain;
	mix-blend-mode: darken;
}
.sustainability_package .box .info h4 {
	font-family: var(--secondary_font);
	font-weight: 700;
	font-size: 30px;
}
.sustainability_approach h5 {
	color: #000;
	font-weight: 600;
	font-family: var(--heading_font);
	font-size: 25px;
}
.sustainability_approach p {
	font-size: 18px;
	margin-bottom: 5px;
	color: #000;
	font-family: var(--paragrap_font);
}
.sustainability_approach .box h4 {
	font-size: 22px;
	font-weight: 700;
	font-family: var(--paragrap_font);
}
.sustainability_approach .box ul {
	padding-left: 16px;
	margin: 0;
}
.sustainable_production .txt ul {
	padding-left: 16px;
	margin: 0;
}
.sustainable_production .txt ul p {
	font-size: 18px;
	margin-bottom: 5px;
	color: #000;
	font-family: var(--paragrap_font);
}
/* *************************************************** our Company ************************************************** */
.timeline-carousel .item {
	transition: all 0.3s ease;
	background-color: #f2f2f2;
	padding: 20px;
	min-height: 200px;
	text-align: center;
	border-radius: 10px;
	display: grid;
	align-content: center;
}
.timeline-carousel .item:hover {
  transform: translateY(-5px);
}

.timeline-carousel .year {
	font-size: 40px;
	font-weight: 700;
	color: var(--color-1);
	margin-bottom: 0;
	font-family: var(--heading_font);
}

.timeline-carousel .title p {
	font-size: 17px;
	font-weight: 600;
	color: #000;
	font-family: var(--paragrap_font);
	margin: 0;
	line-height: 17px;
}
.timeline-carousel .desc {
  color: #333;
  line-height: 1.6;
}

.owl-nav {
  text-align: center;
  margin-top: 25px;
}

.owl-nav button {
  background: none;
  border: none;
  font-size: 30px;
  color: var(--color-1);
  margin: 0 10px;
  transition: color 0.3s ease;
}

.owl-nav button:hover {
  color: #222;
}

.owl-dots {
  text-align: center;
  margin-top: 10px;
}

.owl-dot span {
  width: 40px;
  height: 3px;
  margin: 5px;
  background: #f2c3a4;
  display: inline-block;
  transition: all 0.3s;
}

.owl-dot.active span {
  background: var(--color-1);
  width: 60px;
}
.timeline-nav button {
  background: none;
  border: none;
  font-size: 24px;
  color: var(--color-1);
  cursor: pointer;
  padding: 0 20px;
  transition: 0.3s ease;
}

.timeline-nav button:hover {
  color: #000;
}
.timeline-nav {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-top: 30px;
	position: relative;
}

.progress-line {
	height: 3px;
	width: 220px;
	background: #eee;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}

.progress-line span {
  display: block;
  height: 100%;
  width: 50px;
  background: var(--color-1);
  transition: width 0.4s ease;
  transform-origin: left;
}

.timeline-nav button {
  background: none;
  border: none;
  font-size: 24px;
  color: var(--color-1);
  cursor: pointer;
  padding: 0 20px;
  transition: 0.3s ease;
}

.timeline-nav button:hover {
  color: #000;
}

/* ************************************************* brand coopertation ************************************************** */
.WhyChooseUs .whychoose_ul li {
	display: flex;
	gap: 25px;
	margin-bottom: 20px;
}
.WhyChooseUs .whychoose_ul li .icon {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	background: var(--light-bg);
	border-radius: 50%;
	display: grid;
	place-content: center;
	font-size: 24px;
	color: var(--color-1);
}
.WhyChooseUs .whychoose_ul li .txt {
	flex-grow: 1;
}
.WhyChooseUs .whychoose_ul li .txt p {
	padding: 0;
	margin: 0;
	font-family: var(--secondary_font);
	font-size: 15px;
}
.WhyChooseUs .info h2 {
	font-size: 45px;
	font-family: var(--paragrap_font);
	font-weight: 700;
	margin: 0;
}


/* ************************************************ elastic straps ************************************************ */
.product_category_item {
	cursor: pointer;
	text-align: center;
	padding: 0px;
	border: 1px solid transparent;
	border-radius: 10px;
	transition: all .3s;
	height: 100%;
}
.product_category_item:hover {
	border-color: #000;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.product_category_item img {
	width: 100%;
	/* height: 230px; */
	object-fit: cover;
}
.product_category_item p {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	margin: 0;
	padding: 15px 20px;
	line-height: 19px;
}
.product_category_item .dwnload_btn {
	display: block;
	width: 140px;
	margin: 20px auto;
	background-color: var(--color-2);
	padding: 8px;
	border-radius: 35px;
	color: #fff;
	font-family: var(--paragrap_font);
	font-weight: 600;
}
.product_category_item .dwnload_btn:hover{
	background-color: var(--color-1);
}
/* ********************************************* innovations page *************************************************** */
.innovations_banner_div{
    
    background-image: url(../images/inovation_hero.jpg);
    background-size: cover;
    background-position: bottom;
    height: 100vh;
    position: relative;
    width: 100%;
}    
.innovations_banner_div::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.78), rgba(0,0,0,0));
}
.innovations_banner_div .banner_content {
	position: absolute;
	top: 0%;
	bottom: 0;
	color: #fff;
	z-index: 2;
	display: grid;
	align-content: center;
}
.innovations_banner_div .banner_content h1 {
	font-size: 45px;
	font-weight: 700;
	font-family: var(--paragrap_font);
	color: #fff;
}
.innovations_banner_div .banner_content p {
	font-size: 1.2rem;
	margin-top: 15px;
	font-weight: 400;
	line-height: 1.6;
	color: #fff;
}

.innovations_banner_div .banner_content .light_btn{
	  margin-top: 25px;
	  width: fit-content;
}

.latest_innovation_sec .innovation_card {
	overflow: hidden;
	height: 100%;
	border-radius: 15px;
	background: #f1f1f1;
	 transition: all 0.3s;
	 border: 2px solid transparent;
}
.latest_innovation_sec .innovation_card a {
  text-transform: capitalize;
  color: #000;
  font-family: var(--secondary_font);
  font-weight: 500;
  font-size: 13px;
  border: 2px solid #666;
  border-radius: 58px;
  padding: 5px 20px;
  display: block;
  width: fit-content;
  margin: auto;
    margin-top: auto;
  margin-top: 20px;
  transition: all 0.3s;
}
.latest_innovation_sec .innovation_card  a:hover {
	background: var(--color-1);
	color: #fff;
	border-color: var(--color-1);
}
.latest_innovation_sec .innovation_card img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	object-position: bottom;
}
.latest_innovation_sec .innovation_card .txt {
	padding: 25px 11px;
	text-align: center;
}
.latest_innovation_sec .innovation_card .txt h3 {
	font-family: var(--paragrap_font);
	font-size: 25px;
	font-weight: 700;
	color: var(--color-2);
}
.latest_innovation_sec .innovation_card .txt p {
	font-family: var(--secondary_font);
	font-size: 15px;
}
.latest_innovation_sec .innovation_card:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  background: #fff;
  border-color: var(--color-1);
}
.latest_innovation_sec .innovation_card:hover .txt h3 {
	color: var(--color-1);
}

/* Thumbnail strip */
.thumbs { display: flex; gap: .5rem; justify-content: left; flex-wrap: nowrap; overflow-x: auto; padding: .5rem; }
.thumbs button { border: none; background: transparent; padding: 0; cursor: pointer; outline: none; }
.thumbs img { height: 64px; width: auto; display: block; border-radius: .25rem; opacity: .85; transition: transform .15s ease, opacity .15s ease, box-shadow .15s ease; cursor: pointer; }
.thumbs img.active { transform: scale(1.03); opacity: 1; box-shadow: 0 6px 18px rgba(0,0,0,.18); border: 2px solid #0d6efd; }


/* Make carousel images cover area consistently */
.carousel-item img { object-fit: cover; height: 420px; width: 100%; }


/* Responsive tweaks */
@media (max-width: 576px) {
.carousel-item img { height: 240px; }
.thumbs img { height: 48px; }
}



.inovations_details_sec .inovation_details_content h5 {
	font-size: 17px;
	text-transform: uppercase;
	font-family: var(--secondary_font);
	font-weight: bold;
	color: var(--color-1);
	border-bottom: 1px solid currentColor;
	display: inline-block;
	margin: 10px 0px;
}
.inovations_details_sec .inovation_details_content ul {
	padding-left: 0;
	margin-bottom: 0;
}
.inovations_details_sec .inovation_details_content ul li {
	list-style: none;
}
.inovations_details_sec .inovation_details_content ul li p {
	font-size: 17px;
	font-family: var(--paragrap_font);
	color: #000;
	margin-bottom: 3px;
}
.inovations_details_sec .product_img{
	position: sticky;
	top: 130px;
	left: 0;
}


  .teaser-tile {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }

  .teaser-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(6px) brightness(60%);
    transition: filter 0.4s ease;
    border-radius: 12px;
  }

  .teaser-tile:hover .teaser-image {
    filter: blur(4px) brightness(75%);
  }

  .teaser-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    transition: transform 0.3s ease;
  }

  .teaser-content i {
    font-size: 2rem;
    margin-bottom: 8px;

  }

  .teaser-tile:hover .teaser-content {
    transform: scale(1.05);
  }


  .teaser-content h4 {
	font-family: var(--paragrap_font);
	font-size: 20px;
	margin-top: 10px;
	color: #fff !important;
}
.teaser-content h6 {
	margin: 0;
	color: #fff !important;
	font-family: var(--secondary_font);
	font-size: 13px;
}
.contact_form_sec .contact_txt.common_div h2 {
	font-family: var(--paragrap_font);
	font-size: 3em;
	text-align: left;
}


/* ******************************************************* leadership *************************************************** */
.leadership_intro {
	background-image: url(../images/img/Img62.png);
	/* background-repeat: no-repeat; */
	/* background-attachment: fixed; */
	background-position: center;
	background-size: cover;
	height: 95vh;
	/* background-color: #F5F5F5; */
	display: grid;
	align-content: end;
}
.leadership_intro  h1{
	color: #000;
  font-size: 80px;
  font-weight: 700;
  line-height:88px;
  /* margin-bottom: 20px; */
  margin-bottom: -20px;
  text-transform: uppercase;
  font-family: var(--paragrap_font);
}
.leadership_intro  h1 span {
	color: #DBDBDB;
	-webkit-text-stroke-width: 4px;
	-webkit-text-stroke-color: #000;
	paint-order: stroke;
	letter-spacing: 2px;
	display: block;
}
.leadership_intro p {
	background: var(--color-1);
	color: #fff;
	width: 40%;
	padding: 30px;
	display: block;
	/* margin-left: auto; */
	font-size: 20px;
	margin-top: 50px;
}
.leadership {
	display: flex;
	flex-wrap: wrap;
}
.leadership .leaders {
	/* flex-basis: calc(33.33% - 30px);
	margin: 15px; */
	flex-basis: calc(20% - 20px);
	margin: 10px;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}
.leadership .leaders img {
	width: 100%;
	/* height: 65vh; */
	height: 40vh;
	object-fit: cover;
	object-position: center;
}
.leadership .leaders .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(180deg,#0000,#000000e6);
	padding: 20px 30px;
}
.leadership .leaders .overlay h5 {
	color: #fff;
	font-family: var(--paragrap_font);
	/* font-size: 25px; */
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}
.leadership .leaders .overlay p {
	margin: 0;
	color: #fff;
	font-family: var(--secondary_font);
	/* font-size: 13px; */
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
}
.linkedin {
	position: absolute;
	background:  var(--color-1) !important;
	color: #fff !important;
	font-size: 30px;
	right: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	bottom: 0;
	display: grid;
	align-content: center;
	justify-content: center;
	border-top-left-radius: 20px;
	transform: translate(60px, 25px);
	transition: all .3s;
}
.leadership .leaders:hover .linkedin {
	transform: translate(0rem, -0ex);
}

/* *********************************************************** product details ******************************************* */
.product_details_sec img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.product_details_sec .txt_side h2 {
	font-family: var(--paragrap_font);
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px;
	color: var(--color-2);
	margin-bottom: 0;
}
.product_details_sec .txt_side .txt_item {
	padding: 15px 0;
	border-bottom: 1px dashed #9c9c9c;
}
.product_details_sec .txt_side .txt_item ul {
	margin-bottom: 0;
	padding-left: 16px;
	margin-top: 10px;
}
.product_details_sec .txt_side .txt_item ul li {
	color: var(--color-1);
}
.product_details_sec .txt_side .txt_item ul p {
	margin-bottom: 0;
	color: #444;
	font-family: var(--paragrap_font);
	font-size: 16px;
}
.product_details_sec .txt_side .txt_item h5 {
	font-weight: 600;
	font-family: var(--secondary_font);
	text-transform: uppercase;
	font-size: 15px;
	border-bottom: 1px solid;
	display: inline-block;
	margin-bottom: 0;
}
/* ************************** 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;
}



/* ************************************** added new css ********************************************** */
.why_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.why_box .why_box_li {
	display: grid;
	text-align: center;
	align-content: center;
	justify-content: center;
	padding: 20px;
	flex-basis: calc(25% - 30px);
	margin: 15px;
	background-color: #f4f4f4;
	border-radius: 10px;
}
.why_box .why_box_li p {
	margin: 0;
	font-size: 18px;
	font-family: var(--heading_font);
	color: #000;
	font-weight: 700;
	line-height: 22px;
	margin-top: 20px;
}
.why_box .why_box_li i {
	color: var(--color-1);
	font-size: 50px;
}
.timeline_sec p {
	font-size: 18px;
	line-height: 28px;
	color: #000;
}
.key_highlights_sec{
	background-color: #1e3e55;
}
.key_highlights_sec .heading h1 {
	color: #fff;
	font-size: 45px;
}
.key_highlights_sec .box {
	height: 100%;
	border: 2px dashed #ffffff9e;
	padding: 30px;
	color: #fff;
	border-radius: 20px;
}
.key_highlights_sec .box i {
	font-size: 50px;
	margin-bottom: 20px;
}
.key_highlights_sec .box h5 {
	font-weight: 800;
	font-size: 18px;
}
.key_highlights_sec .box p {
	margin: 0;
	line-height: 17px;
	font-size: 14px;
}
.Defining_Strengths {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.Defining_Strengths .box {
	flex-basis: calc(20% - 30px);
	margin: 15px;
	text-align: center;
}
.Defining_Strengths .box .icon {
	border-radius: 50%;
	border: 2px solid var(--color-1);
	width: 120px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.Defining_Strengths .box .icon img {
	width: 100%;
}

.sustainability_approach .infornation .box .inov_ul {
	display: flex;
	gap: 20px;
	align-items: center;
}
.sustainability_approach .infornation .box .inov_ul .icon {
	min-width: 120px;
	height: 120px;
	place-content: center;
	border-radius: 50%;
	display: grid;
	border: 2px solid var(--color-1);
	max-width: 120px;
	width: 120px;
}
.sustainability_approach .infornation .box .inov_ul .icon img {
	width: 120px;
}
.sustainability_approach .pic img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	object-position: center;
}
.sustainability_approach .infornation{
	padding: 0 40px;
}
.sustainability_approach .infornation .box {
	margin-bottom: 15px;
}
.sustainability_approach .infornation h3 {
	font-size: 25px;
	font-weight: 900;
	margin-bottom: 30px;
}
.inovation_category_info .heading {
	margin-bottom: 40px;
}
.inovation_category_info .heading h1 {
	color: #000;
	text-transform: uppercase;
	font-size: 130px;
	font-weight: 300;
	line-height: 110px;
}
.inovation_category_info .inv_info h1.brand{
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 0;
	position: relative;
}
.inovation_category_info .inv_info h1.brand::before {
	content: '';
	width: 20%;
	height: 1px;
	background: #000;
	display: block;
	position: absolute;
	left: -110px;
	top: 0;
}
.inovation_category_info .inv_info h1.brand::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	display: block;
	position: absolute;
	bottom: 0;
}
.inv_icon_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 60px;
}
.inv_icon_ul .inv_icon_li {
	flex-basis: calc(20% - 20px);
	margin: 10px;
	text-align: center;
	padding: 15px;
}
.inv_icon_ul .inv_icon_li img {
	width: 100px;
	border: 2px solid #000;
	border-radius: 50%;
	height: 100px;
	margin-bottom: 20px;
}
.inv_icon_ul .inv_icon_li p {
	font-size: 18px;
	line-height: 20px;
}
.apply_section {
	background-color: var(--light-bg);
}
.apply_section p {
	font-size: 18px;
	line-height: 28px;
	color: #000;
	margin: 0;
}