* {
    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(--font);
  }
  p {
    font-family: var(--font);
  }
.theme_btn{
    background-color: transparent;
    color: var(--color-1);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    font-family: var(--font);
    text-transform: uppercase;
    border-radius: 35px;
    border: 2px solid var(--color-1);
    transition: all 0.5s;
    margin-top: 20px;
    box-shadow: 0px 5px 5px 0px transparent;
}
.theme_btn i{
    margin-left: 6px;
    transition: all 0.5s;
}
.theme_btn:hover{
    background-color: var(--color-1);
    color: #fff;  
    box-shadow: 0px 5px 5px 0px #00000036;
}
.theme_btn:hover i{
    transform: translate(10px, 0);
}
.heading h1 {
	font-size: 65px;
	font-weight: 700;
	color: var(--color-2);
	margin: 0;
}
  /* ************************************************************* header ********************************************************* */
header .navbar-brand{padding: 0;}
header .navbar-brand img {
    width: 250px;
  }
header .navbar{
    padding: 0;
}
.navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 0;
  min-width: 250px;
  background-color: #f1f1f1;
  box-shadow: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  top: auto;
}
.navbar .dropdown-menu.menuMega {
	width: 100% !important;
	min-width: 100% !important;
	position: fixed;
	background: #fff;
	left: 0;
	top: 75px;
	border-radius: 0;
	
	box-shadow: 0 26px 20px -33px #000;
	border-bottom: 5px solid var(--color-1);
	border-bottom-right-radius: 35px;
	border-bottom-left-radius: 35px;
}
.navbar .dropdown-item:focus, 
.navbar .dropdown-item:hover {
	color: var(--color-1);
	background-color: transparent;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
	color: #000;
	font-size: 17px;
	text-transform: capitalize;
	font-family: var(--font);
	position: relative;
	font-weight: 500;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: .5em;
	vertical-align: baseline;
	content: "\f107";
	font-family: "Font Awesome 6 Pro";
	border: none;
	color: var(--color-1);
	font-size: 17px;
	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: relative;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 9;
}
.fixed_top {
	position: fixed;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 99;
	box-shadow: 0px 0px 10px 0px #000000ad;
}
.header .menudiv {
	min-height: 50vh;
	max-height: 50vh;
	overflow-y: auto;
	scrollbar-width: thin;
}
.header .menudiv .dropdown-item {
	font-size: 15px;
	white-space: break-spaces;
	font-family: var(--font);
	text-transform: capitalize;
	font-weight: 500;
	padding: 6px 0;
	border-bottom: 1px solid #eee;
	line-height: 17px;
}
.header  h5{
	font-family: var(--font2);
	font-size: 20px;
	color: var(--color-1);
}
.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: 500;
	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: 500;
	  font-family: var(--font);

}

/* ************************************************************* features ********************************************************* */
/* 
------------------------ old ------------------------
.features-section {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}


.feature-boxes {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}


.feature-box {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  border-radius: 30px;
  padding: 30px 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(255, 0, 0, 0.2);
  transition: all 0.4s ease;
  flex: 1;
  position: relative;
  overflow: hidden;
}


.feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(255, 0, 0, 0.4);
}


.feature-box .icon {
	width: 80px;
	height: 80px;
	background: rgba(217, 217, 217, 0.46);
	backdrop-filter: blur(10px);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	transition: 0.3s;
}

.feature-box .icon i {
  font-size: 32px;
  color: var(--color-1);
}


.feature-box h5 {
  font-size: 25px;
  color: var(--color-1);
  margin-bottom: 0px;
  font-family: var(--font2);
}

.feature-box p {
  font-size: 20px;
  color: #666;
  margin: 0;
} */


.features-section {
	background: linear-gradient(-45deg,#d12023,#4f0c39);
	color: #fff;
	padding: 15px 0;
}
.feature-boxes .feature-box {
	display: flex;
	justify-content: center;
	gap: 25px;
	align-items: center;
}
.feature-boxes .feature-box .feature-title h5 {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 0;
}
.feature-boxes .feature-box .feature-title p {
	font-size: 15px;
	margin-bottom: 0;
}
.feature-boxes .feature-box .icon i {
	font-size: 50px;
	font-weight: 600;
}


/* ************************************************************ courses ********************************************************* */
.courses_sec {
	padding: 100px 0;
	background: linear-gradient(rgba(145, 145, 145, 0.1), rgba(40, 120, 235, 0.05)), url(../images/bg_image.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}
/* .courses_sec::after {
	bottom: 0;
	background: url(../images/overlay_bottom.png) bottom center no-repeat;
	background-size: contain;
	position: absolute;
	content: "";
	width: 100%;
	height: 85px;
	left: 0;
	z-index: 1;
} */
.division_course.courses_sec::after{
	display: none;
}
.courses_sec.department_course.courses_sec::after{
	background: url(../images/gray_overlay_bottom.png) bottom center no-repeat;
}
.courses_sec .section_title{
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.courses_sec .courses {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.courses_sec .courses .slide {
	flex-basis: calc(25% - 30px);
	margin: 15px;
}
.courses_sec #division_course_carousel .slide {
flex-basis: calc(20% - 30px);
}
.courses_sec #department_course_carousel .slide {
	flex-basis: calc(20% - 30px);
	margin: 15px;
	overflow: hidden;
	border: 1px solid #c1c1c1;
	box-shadow: none;
	/* padding: 10px 0; */
}
.courses_sec .section_title h2 {
  font-size: 60px;
  color: var(--color-2);
  text-align: center;
  margin-bottom: 50px;
  font-family: var(--font1);
  font-weight: 700;
  line-height: 70px;
}
.courses_sec .section_title span {
	color: var(--color-1);
	font-size: 18px;
	font-weight: 600;
	border-bottom: 2px dashed;
	margin-bottom: 10px;
	padding: 0px 10px 7px;
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.courses_sec .slide {
	position: relative;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 10px -4px #000;
}
/* .courses_sec .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
} */

/* .courses_sec .slide .content {
	position: relative;
	padding: 15px 25px;
	height: 120px;
	text-align: center;
	display: grid;
	align-content: center;
} */
 .courses_sec .slide .content {
	position: relative;
	padding: 5px 15px;
	height: 100px;
	text-align: center;
	display: grid;
	align-content: center;
}
/* #department_course_carousel .slide .content {
	height: 200px;
} */
.courses_sec .slide .content i {
	/* font-size: 40px; */
	/* margin-bottom: 20px; */
	display: none;
}
.courses_sec .slide-info {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}
.courses_sec .slide .content h3 {
	color: var(--color-2);
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-weight: 700;
}
.courses_sec .slide .img img {
	height: 200px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
/* .courses_sec .slide .content p {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 15px;
} */
.courses_sec .slide-info i {
	font-size: 13px;
	color: var(--color-1);
}
/* .courses_sec .slide-info span {
	background: #eee;
	height: 60px;
	flex-basis: 33.33%;
	line-height: 17px;
	font-size: 13px;
	color: #000;
	display: grid;
	align-content: center;
	text-align: center;
	border-right: 2px solid #ccc;
} */
/* .courses_sec .slide-info span {
	background: #eee;
	height: 50px;
	flex-basis: 50%;
	line-height: 17px;
	font-size: 13px;
	color: #000;
	display: grid;
	align-content: center;
	text-align: center;
	border-right: 2px solid #ccc;
	font-weight: 600;
} */
 .courses_sec .slide-info span {
	background: #eeeeeec7;
	height: 35px;
	flex-basis: 100%;
	font-size: 15px;
	color: #000;
	display: flex;
	text-align: center;
	border-right: 0;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.courses_sec .slide-info span button{
    height: 50px;
    line-height: 17px;
    font-size: 13px;
    font-weight: 600;
	border: none;
	outline: none;
	box-shadow: none;
	background-color: transparent;
	display: grid;
    align-content: center;
}
.courses_sec .owl-carousel .owl-stage-outer {
	padding-top: 15px;
	padding-bottom: 15px;
}
.courses_sec .slide .overlay {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background: #000000b8;
	width: 100%;
	z-index: 1;
	display: grid;
	align-content: center;
	justify-content: center;
	opacity: 0;
	transition: all .3s;
	transform: scale(0);
}
.courses_sec .slide:hover .overlay {
	opacity: 1;
	transform: scale(1);
}
.courses_sec .slide .overlay a{
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 20px;
	background-color: #f1f1f1;
	border-radius: 35px;
}
.courses_sec .slide .overlay a i {
	margin-left: 5px;
	color: var(--color-1)
}

.courses_sec.division_course .slide .img {
	background-color: #fff;
}
.courses_sec.division_course .slide .img img {
	height: 130px;
	width: 80%;
	object-fit: contain;
	margin: auto;
	display: block;
}
/* .courses_sec .slide .content p {
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	display: grid;
	background: #af2327;
	padding: 7px 20px;
	text-align: center;
	width: fit-content;
	margin: auto;
	border-radius: 8px;
} */
 .courses_sec .slide .content p {
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	display: grid;
	background: #af2327;
	padding: 7px 11px;
	text-align: center;
	width: fit-content;
	margin: auto;
	border-radius: 4px;
	display: none;
}
.courses_sec .slide .content h4 {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 17px;
	margin-top: 10px;
	font-family: var(--font);
}
/* ************************************************************* top ten courses ********************************************************* */
.top_ten_course {
  padding: 100px 0;
}
.top_ten_course .section_title {
	width: 60%;
  margin: 0 auto;
  text-align: center;
}
.top_ten_course .section_title h2 {
	font-size: 60px;
	color: var(--color-2);
	margin-bottom: 50px;
	font-family: var(--font1);
	font-weight: 700;
	line-height: 70px;
}

.top_ten_course .courses_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.top_ten_course .courses_ul .course_li {
	flex-basis: calc(20% - 20px);
	margin: 10px;
	text-align: center;
	background-color: aliceblue;
	padding: 20px;
	border-radius: 10px;
	display: grid;
	justify-content: center;
	text-decoration: none;
	align-content: center;
	transition: all .3s;
}
.top_ten_course .courses_ul .course_li i {
	color: ;
	font-size: 50px;
	display: block;
	margin-bottom: 10px;
}
.top_ten_course .courses_ul .course_li span {
	font-size: 17px;
	line-height: 18px;
	margin-top: 4px;
	font-weight: 600;
}
/* ************************************************************* footer ********************************************************* */
/* footer {
	background-color: #f1f1f1;
	color: #fff;
	padding: 30px 0;
	text-align: center;
}
footer ul {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}
footer ul li {
	list-style: none;
	padding: 0 20px;
	border-right: 1px solid #666;
}
footer ul li:last-child {
  border-right: none;
}
footer ul li a {
	color: #666;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.5s;
	font-weight: 600;
	font-family: var(--font);
}
footer ul li a:hover {
  color: var(--color-1);
}
.bottom_footer {
	background: #dcdcdc;
	padding: 7px;
	text-align: center;
	font-size: 13px;
} */


.footer-area {
	background-color: #fff;
	padding: 30px 0;
	border-bottom: 6px solid var(--color-1);
	border-top: 1px solid #e8e9eb;
}
.copyright-text {
	color: #686f7a;
	font-size: 15px;
	margin-bottom: 0;
}
.copyright-text a {
	color: #686f7a;
	text-decoration: none;
}
.footer-menu .nav-item:not(:last-child) {
	margin-right: 20px;
}
.footer-menu .nav-link {
	padding: 6px 0;
	font-size: 15px;
	color: #686f7a;
}


/* **************************************************** courses offcanvas ******************************************* */
/* .offcanvas-body {
	padding: 50px;
}
.offcanvas-body .card {
	display: flex;
	flex-direction: row;
	gap: 30px;
	height: 140px;
	align-items: center;
}
.offcanvas-body .card .card_img {
	width: 150px;
	height: 140px;
}
.offcanvas-body .card .card_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.offcanvas-body .card .card_body {
	text-align: center;
}
.offcanvas-body .card .card_body .card-title {
	color: #000;
	font-size: 17px;
	font-weight: 600;
}
.offcanvas-body .card .card_body ul {
	padding: 0;
	margin: 0;
	display: flex;
	gap: 10px;
	justify-content: center;
}
.offcanvas-body .card .card_body ul li {
	list-style: none;
	background: #eee;
	padding: 2px 7px;
	font-size: 12px;
	color: #a60205;
	font-weight: bold;
} */


.all_courses {
	padding: 100px 0;
}
.all_courses .card {
	/* display: flex; */
	/* flex-direction: row; */
	/* gap: 20px; */
	height: 100%;
	align-items: center;
	border-color: #666;
	overflow: hidden;
	border-radius: 10px;
	padding: 1em;
	cursor: pointer;
	transition: all .3s;
}
.all_courses .card:hover {
	box-shadow: 0px 4px 20px -9px #000;
}
.all_courses .card .card_heading .card-title {
	font-size: 17px;
	font-weight: 700;
	line-height: 17px;
}
.all_courses .card .card_img {
	max-width: 120px;
	height: 50px;
	/* border: 1px solid; */
	/* min-width: 130px; */
}
.all_courses .card .card_title {
	flex: 2;
}
.all_courses .card p {
	margin: 10px;
	font-size: 14px;
	line-height: 16px;
	padding: 0;
	min-height: 90px;
	max-height: 90px;
	color: #000;
	overflow-y: auto;
	scrollbar-width: thin;
}
.all_courses .card .card_heading {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	width: 100%;
}
.all_courses .card .card_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 5px;
}
.all_courses .card .card_body {
	text-align: left;
}
.all_courses .card .card_body .card-title {
	color: #000;
	font-size: 17px;
	font-weight: 600;
}
.all_courses .card .card_ul {
	padding: 0;
	margin: 0;
	display: flex;
	gap: 6px;
	justify-content: center;
	width: 100%;
	text-align: center;
}
.all_courses .card .card_ul li {
	list-style: none;
	background: #eee;
	padding: 2px 7px;
	font-size: 12px;
	color: #a62125;
	font-weight: 700;
	flex: 1;
}


.inner_banner {
	background-image: url(https://www.skicorp.net/images/about-team.jpg);
	height: 42vh;
	background-size: cover;
	background-position: center;
	text-align: center;
	display: grid;
	align-content: center;
	color: #fff;
	text-transform: uppercase;
}















#division_course_carousel .slide .content {
	display: none;
}
/* #division_course_carousel .overlay a {
	position: relative;
	top: -25px;
} */
/* #department_course_carousel .overlay a {
	position: relative;
	top: -25px;
} */
/* .courses_sec #department_course_carousel .slide-info {
	display: none;
} */
.courses_sec #department_course_carousel .slide .img img {
	height: 180px;
	object-fit: contain;
}
.courses_sec #department_course_carousel .slide .img {
	border-bottom: 1px solid #ccc;
}


/* ************************************** leadership ******************************************** */
.leader_text {
	padding: 60px 0;
}
.leader_text p {
	font-size: 20px;
	width: 68%;
	text-align: center;
	margin: 18px auto;
	font-family: var(--font);
}
.top_leader_sec {
	background: #183242;
	padding: 70px 0;
}
.top_leader_sec h5.colorw {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.top_leader_sec img {
	height: 330px;
	width: 100%;
	border-radius: 20px;
	object-fit: cover;
	object-position: top;
}
.top_leader_sec .txt h6.colorw.padtop20 {
	color: #fff;
	font-size: 24px;
	margin-top: 12px;
	text-align: center;
	font-weight: 800;
}
.top_leader_sec .txt p.sm-font18 {
	font-size: 16px;
	color: #e6e6e6;
	text-align: center;
	font-weight: 400;
}
.leadership_div {
	padding: 70px 0;
	text-align: center;
}
.leadership_div img {
	width: 250px;
	border-radius: 20px;
	object-fit: cover;
	object-position: top;
	height: 250px;
	margin-bottom: 10px;
}
.leadership_div h4 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin: 0;
}
.leadership_div p {
	margin: 0;
	line-height: 19px;
	font-size: 15px;
}
.leadership_div .col-6.col-md-3.border-all2 {
	margin-bottom: 30px;
}