* {
  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-2);
	padding: 6px 7px 6px 18px;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--secondary_font);
	text-transform: capitalize;
	border-radius: 35px;
	transition: all 0.5s;
	display: inline-block;
	width: fit-content;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.07) 10%, rgb(255 255 255 / 7%) 90%);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.16) inset;
}
.theme_btn span {
	display: inline-grid;
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 50%;
	color: var(--color-2);
	place-content: center;
	margin-left: 5px;
}
.theme_btn span i {
	font-weight: 500;
}
.theme_btn:hover {
  background-color: var(--color-1);
  color: #fff;
  box-shadow: 0px 5px 5px 0px #00000036;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.07) 10%, rgb(255 255 255 / 7%) 90%);
}
/* .theme_btn:hover i{
    transform: translate(10px, 0);
} */
.light_btn {
  color: var(--paragraph-text-color);
  background-color: #ffffffbd;
  padding: 6px 7px 6px 18px;
	font-size: 17px;
	font-weight: 500;
  font-family: var(--secondary_font);
  border-radius: 35px;
  text-transform: capitalize;
  transition: all 0.5s;
  display: inline-block;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.07) 10%, rgb(255 255 255 / 7%) 90%);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.16) inset;
}
.light_btn span {
	display: inline-grid;
	width: 36px;
	height: 36px;
	background: var(--color-1);
	border-radius: 50%;
	color: #fff;
	place-content: center;
	margin-left: 5px;
}
.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: 0;
}
header .navbar-brand img {
	width: 200px;
}
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;
}

.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: 16px;
	text-transform: capitalize;
	font-family: var(--secondary_font);
	position: relative;
	font-weight: 500;
	padding: 10px 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;
}

.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;
	top: 0;
	padding: 10px 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: var(--color-2);
	font-size: 16px;
	position: relative;
	top: 0;
	margin-left: 1px;
	font-weight: 500;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	overflow: hidden;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.81);
	box-shadow: 0px 10px 19px -16px #000000b0;
	min-width: 250px;
	text-align: center;
}
/* ************************************************************* hero section ********************************************************* */
.banner {
	border-radius: 60px;
	overflow: hidden;
}
.banner .hero_content h1 {
	font-family: var(--secondary_font);
	font-size: 56px;
	font-weight: 700;
	line-height: 68px;
	color: #003c54;
	margin-bottom: 19px;
	letter-spacing: 1px;
}
.banner .hero_content p {
	font-size: 18px;
	line-height: normal;
	color: #000;
}
.banner .carousel-item {
	height: 85vh;
	min-height: 400px;
	position: relative;
	background-size: cover;
	background-position: 36% 100%;
}
.banner .hero_content {
	position: absolute;
	top: 0;
	left: 5%;
	padding-top: 0;
	padding-bottom: 0;
	bottom: 0;
	text-align: left;
	display: grid;
	align-content: center;
	width: 40%;
}
.banner .carousel-control-next, .banner .carousel-control-prev {
	width: 5%;
}
/* .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; }
    }

/* *************************************************************  About Us  ********************************************************* */
.about_sec .heading h1 {
	font-size: 60px;
	line-height: 65px;
	font-family: var(--secondary_font);
	font-weight: 700;
	color: var(--color-2);
	width: 70%;
	margin: auto;
}
.about_sec .heading p {
	font-size: 18px;
	font-family: var(--paragrap_font);
	font-weight: 400;
	color: #555;
	line-height: 29px;
}
.faq_section .accordion-item .accordion-header .accordion-button.collapsed {
	box-shadow: none !important;
	background: transparent !important;
	font-family: var(--secondary_font);
	font-size: 16px;
	font-weight: 500;
	color: var(--color-2);
	padding: 12px 0;
	border-radius: 35px;
}
.faq_section .txt_side {
	padding-right: 60px;
}
.faq_section .accordion-item .accordion-header .accordion-button {
	box-shadow: none !important;
	font-family: var(--secondary_font);
	font-size: 16px;
	font-weight: 500;
	background-color: var(--color-2);
	padding: 12px 20px;
	color: #fff;
	border-radius: 35px;
}
.faq_section .accordion-item .accordion-body {
	background: #f8f9fa;
	padding: 20px 10px;
}
.faq_section .accordion-item .accordion-header{
	background-color: #f8f9fa;
}
.faq_section .accordion-flush .accordion-item {
	border: 0;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
	filter: invert(100%);
}
/* ******************************************************** key points *********************************************************** */
.key_points .txt_sides {
	background-color: var(--color-2);
	padding: 60px 80px;
	border-radius: 30px;
}
.key_points .img {
	position: relative;
	left: -60px;
}
.key_points .img img {
	height: 65vh;
	width: 100%;
	border-radius: 20px;
	object-fit: cover;
	object-position: center;
}
.key_points .txt_sides h1 {
	color: #fff;
	font-family: var(--secondary_font);
	font-size: 60px;
	font-weight: 700;
	line-height: 58px;
	margin-bottom: 20px;
}
.key_points .txt_sides .key_points_ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.key_points .txt_sides .key_points_ul .key_point_item {
	background-color: rgba(255, 255, 255, 0.08);
	padding: 20px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	flex-basis: calc(50% - 20px);
	display: flex;
	gap: 20px;
}
.key_points .txt_sides .key_points_ul .key_point_item .txt h3 {
	color: #fff;
	font-family: var(--paragrap_font);
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
}
.key_points .txt_sides .key_points_ul .key_point_item .txt p {
	font-size: 14px;
	line-height: 17px;
	color: #e6e6e6;
	margin: 0;
}
.key_points .txt_sides .key_points_ul .key_point_item .icon {
	min-width: 53px;
	height: 54px;
	background: #fff;
	border-radius: 50%;
	display: grid;
	place-content: center;
	color: var(--color-2);
	font-size: 21px;
}
.key_points .txt_sides .key_points_ul .key_point_item .icon i {
	font-weight: 500;
}
/* **********************************************************  company details section  ********************************************************** */
.company_details .company_info {
	background: #e3f1f880;
	padding: 25px;
	/* box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.096); */
	border-radius: 20px;
	height: 100%;
	display: grid;
	align-items: center;
}
.company_details .company_info .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.company_details .company_info .top h4 {
	margin: 0;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	font-family: var(--secondary_font);
}
.company_details .company_info .top i {
	font-weight: 300;
	color: var(--color-1);
	font-size: 33px;
}
.company_details .company_info p {
	display: flex;
	gap: 10px;
	align-content: center;
	line-height: 20px;
	font-family: var(--paragrap_font);
	font-size: 18px;
	color: #000;
}
.company_details .company_info p i {
	min-width: 40px;
	height: 40px;
	background: var(--color-1);
	border-radius: 70px;
	display: grid;
	place-content: center;
	color: #fff;
}
.company_details .company_info ul {
	padding: 0;
}
.company_details .company_info ul li {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.company_details .company_info ul li p {
	margin: 0;
	font-size: 14px;
	font-family: var(--secondary_font);
	font-weight: 500;
	line-height: 37px;
	color: #000;
}
.company_details .company_info ul li i{
	color: var(--color-1);
}
.company_details .middle_box {
	background-image: url("../images/company_details_middle_img.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.company_details .middle_box::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.62);
	z-index: 0;
}

/* bring content above overlay */
.company_details .middle_box > * {
	position: relative;
	z-index: 1;
}

.company_details .middle_box h2 {
	flex: 1;
	text-align: center;
	padding: 0 10px;
	color: #fff;
	font-family: var(--secondary_font);
	font-weight: 700;
	margin: 0;
	font-size: 27px;
}
#openStatus {
	font-size: 13px;
	font-weight: bold;
	padding: 2px 10px;
	border-radius: 40px;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0px 0px 12px -10px #000;
	width: fit-content;
}
#openStatus.open {
    background-color: #28a745;
}

#openStatus.closed {
    background-color: #dc3545;
}

/*  **********************************************************  statistics section  ********************************************************** */
.stats-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.stat-item {
  text-align: center;
  flex: 1;
  min-width: 150px;
}

.stat-item h2 {
	font-size: 60px;
	color: #06678e;
	margin-bottom: 10px;
	font-family: var(--secondary_font);
	font-weight: bold;
}
.stat-item p {
	color: var(--color-2);
	font-size: 18px;
	text-transform: capitalize;
	margin: 0;
	font-family: var(--paragrap_font);
	font-weight: 500;
}

/* *************************************************************  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;
}

/* ******************************************************* footer ******************************************************* */
.footer .social_icons a {
	font-size: 12px;
	color: var(--color-1);
	transition: all 0.5s;
}
.footer .social_icons a:hover {
	color: #fff;
}
.footer_info {
	margin-top: 20px;
}
.footer_info p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 7px 0;
	font-family: var(--secondary_font);
	font-size: 15px;
	line-height: 17px;
}
/* ************************** 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;
}


/* ************************************************ page banner ************************************************ */
.page_banner {
	border-radius: 30px;
	background-image: url("../images/company_details_middle_img.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	height: 40vh;
	background-attachment: fixed;
}
.page_banner::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.62);
	z-index: 0;
}
.page_banner > * {
	position: relative;
	z-index: 1;
}
.page_banner h2 {
	color: #fff;
	font-size: 45px;
	font-family: var(--paragrap_font);
	font-weight: 700;
}
.page_banner .breadcrumb {
	align-items: baseline;
}
.page_banner .breadcrumb-item.active {
	color: #fff;
	font-weight: bold;
	font-size: 19px;
}
.page_banner .breadcrumb li a {
	color: #fff;
}
/* *************************************************** about us ************************************************** */

.about .heading h1 {
	font-size: 60px;
	color: var(--color-2);
	margin: 0;
	font-family: var(--secondary_font);
	font-weight: 700;
	line-height: 60px;
}
.why_choose {
	background-color: var(--light-bg);
}
.why_choose .choose_box {
	background: #ffffffe3;
	border-radius: 30px;
	height: 100%;
}
.why_choose .choose_box .icon {
	width: 80px;
	height: 80px;
	border: 2px solid var(--color-1);
	border-radius: 50%;
	display: grid;
	place-content: center;
	margin: 0 auto 20px auto;
}
.why_choose .choose_box h3 {
	font-size: 18px;
	font-family: var(--secondary_font);
	color: #000;
	font-weight: 600;
	line-height: 20px;
}
.why_choose .choose_box p {
	font-size: 15px;
	font-family: var(--paragrap_font);
	line-height: normal;
	color: #000;
}
.infrastructure .infrastructure_content {
	padding-left: 50px;
}
.infrastructure .infrastructure_content h2 {
	color: var(--color-2);
	font-family: var(--secondary_font);
	font-size: 52px;
	line-height: 53px;
	font-weight: 700;
}
.infrastructure .infrastructure_content p {
	font-size: 17px;
	color: #333;
}
.infrastructure .infrastructure_content ul {
	padding: 0;
}
.infrastructure .infrastructure_content ul li {
	list-style: none;
	line-height: 40px;
	font-family: var(--secondary_font);
	font-size: 15px;
	border-bottom: 1px dashed #9a9a9a;
	display: flex;
	align-items: center;
	width: fit-content;
	color: #000;
}
.infrastructure .infrastructure_content ul li i {
	color: var(--color-1);
	font-weight: 600;
	margin-right: 10px;
	font-size: 20px;
}

/* **************************************************** directors message **************************************************** */
.profile .directors_image img {
	border-radius: 50% !important;
	box-shadow: 0px 0px 20px -8px #00000070;
	border: 10px solid #fff;
}
.directors_image {
	position: relative;
	text-align: center;
}
.directors_image::before {
	background: var(--color-1);
	height: 240px;
	content: "";
	width: 100%;
	display: block;
	border-radius: 30px;
}
.profile .directors_image img {
	border-radius: 50% !important;
	box-shadow: 0px 0px 20px -8px #00000070;
	border: 10px solid #fff;
	width: 25em;
	height: 25em;
	margin-top: -200px;
}

/* **************************************************** Our Doctors **************************************************** */
.doctor-card {
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	text-align: center;
	box-shadow: 0 10px 25px rgba(0,0,0,.08);
	height: 100%;
}
.doctor-card img {
	width: 100%;
	border-radius: 15px;
	margin-bottom: 15px;
	height: 230px;
	object-fit: cover;
	object-position: center;
}
.doctor-card h5 {
	margin-bottom: 0;
	font-size: 23px;
	font-family: var(--paragrap_font);
	font-weight: 700;
	color: #000;
}
.doctor-card span {
	font-size: 13px;
	color: #444;
	font-weight: 500;
	font-family: var(--secondary_font);
}
.doctor-tabs {
	gap: 10px;
}
.doctor-tabs .nav-link {
	border-radius: 30px;
	padding: 8px 18px;
	color: var(--color-2);
	font-size: 15px;
	font-family: var(--secondary_font);
	font-weight: 500;
	background: #ffffffa1;
}
.doctor-tabs .nav-link:hover, .doctor-tabs .nav-link.active {
	background-color: var(--color-2);
	color: #fff;
}


/* **************************************************** services page **************************************************** */
.service-row {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}
.service-row.reverse {
  flex-direction: row-reverse;
}
.service-row .service-content {
	flex: 1;
	padding-left: 50px;
}
.service-row .service-content h3 {
	font-family: var(--paragrap_font);
	color: var(--color-2);
	font-weight: 700;
	font-size: 55px;
	margin-bottom: 12px;
	line-height: 55px;
}
.service-row .service-content p {
	font-size: 17px;
	font-family: var(--secondary_font);
	line-height: 29px;
	color: #444;
}
.service-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.service-image {
  flex: 1;
}

.service-content {
  flex: 1;
}

/* **************************************************** facility page **************************************************** */
.facility_sec .facility_box {
	display: flex;
	gap: 25px;
	padding: 10px;
	border: 1px solid #003c5459;
	border-radius: 20px;
	height: 100%;
	align-items: center;
	box-shadow: 0px 0px 20px -10px #0000009e;
}
.facility_sec .facility_box img {
    flex: 1;
    border-radius: 10px;
    height: 270px;
    object-fit: cover;
    object-position: center;
    max-width: 260px;
}
.facility_sec .facility_box .txt {
	flex: 1;
}
.facility_sec .facility_box .txt h3 {
	font-size: 22px;
	color: var(--color-2);
	font-family: var(--paragrap_font);
	font-weight: 700;
}
.facility_sec .facility_box .txt p {
	font-size: 14px;
	font-family: var(--secondary_font);
	color: #000;
	line-height: normal;
}
/* ***************************************************** gallery page ***************************************************** */
.gallery_section .gallery-tabs {
	gap: 10px;
	margin-bottom: 30px;
}
.gallery_section .gallery-tabs .nav-link {
	border-radius: 30px;
	padding: 13px 18px;
	color: #003c54ba;
	font-size: 15px;
	font-family: var(--secondary_font);
	font-weight: 500;
	background: var(--light-bg);
	min-width: 150px;
}
.gallery_section .gallery-tabs .nav-link:hover, 
.gallery_section .gallery-tabs .nav-link.active {
	background-color: var(--color-2);
	color: #fff;
}
.gallery {
  column-count:5;
  column-gap: 20px;
}

.pic_li {
  break-inside: avoid;
  margin-bottom: 20px;
}

.grid_pic {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--color-1);transition: transform 0.4s ease;
}

.grid_pic img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.grid_pic:hover img {
  transform: scale(1.1);
  opacity: 0.3;
}
#video_gallery .grid_pic {
	background: transparent;
	border-radius: 0;
	text-align: center;
}
#video_gallery .grid_pic a p {
	color: #000;
	font-weight: 600;
	font-family: var(--secondary_font);
	font-size: 16px;
}
#video_gallery .gallery {
  column-count:3;
}
#video_gallery .grid_pic video {
	border-radius: 20px;
}
/* Responsive */
@media (max-width: 991px) {
  .gallery {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .gallery {
    column-count: 1;
  }
}

/* **************************************************** contact us page **************************************************** */
/* *********************************************** 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: var(--color-2);
	padding: 50px 100px;
	display: grid;
	align-content: center;
	justify-content: center;
	color: #fff;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.49) 10%, rgba(255, 255, 255, 0.07) 90%);
}
.contact_form_sec .contact_form.common_div {
	background: var(--light-bg);
	padding: 50px 80px;
}
.contact_form_sec .contact_form.common_div .form-control {
	outline: none !important;
	box-shadow: none !important;
	background: transparent;
	border: 1px solid #666;
	border-radius: 50px;
	padding: 1rem 1.5rem;
}
.form-floating > label {
	padding: 1rem 1.5rem;
	border: none;
	font-size: 16px;
	font-family: var(--secondary_font);
	font-weight: 500;
	color: #000;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
	opacity: 1;
	transform: scale(.85) translateY(-0.7rem) translateX(1.8rem);
	color: #000;
	font-weight: 600;
	background: var(--light-bg);
	height: 23px;
	padding: 0 8px;
}
.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: 700;
}
.contact_form_sec .contact_txt.common_div .contact_info .contact_li {
	display: flex;
	gap: 20px;
	align-items: center;
	margin: 10px 0;
}
.contact_form_sec .contact_txt.common_div .contact_info .contact_li span {
	display: block;
	font-size: 18px;
	font-family: var(--secondary_font);
}
.contact_form_sec .contact_txt.common_div .contact_info .contact_li .icon {
	width: 50px;
	height: 50px;
	font-size: 20px;
	border: 2px solid;
	border-radius: 50%;
	display: grid;
	place-content: center;
}
.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;
}
.map{
	margin-bottom: -10px;
}



/* ********************************************************************** Book an appointment ************************************** */

.appointment-header {
	margin-bottom: 50px;
}

.appointment-header h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.appointment-header p {
	color: #000;
	font-size: 18px;
	font-family: var(--secondary_font);
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	line-height: 24px;
	font-weight: 500;
}
.appointment-form {
	background: #fff;
	padding: 50px;
	border-radius: 20px;
	box-shadow: 0px 0px 50px -33px #000;
}
.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group label {
	font-weight: 500;
	margin-bottom: 2px;
	color: #000;
	font-family: var(--paragrap_font);
	padding-left: 20px;
}

.form-group input, .form-group select, .form-group textarea {
	padding: 10px 22px;
	border: 1px solid #444;
	border-radius: 35px;
	background: transparent;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--color-1);
}
.appointment-form .theme_btn {
	padding: 13px 20px;
	border: none;
	font-size: 19px;
}


/* Mobile */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}
