* {
	box-sizing: border-box;
}
html {
  scroll-behavior: smooth; }

body {
	padding: 0;
	margin: 0;
	font-weight: 500;
	position: relative;
	font-family: var(--font-body);
	font-size: 18px;
	line-height: 28px;
	color: var(--color-default);
	background-color: #ececec;
}

/* global css start */
.nice-select {
	font-size: 16px;
	height: 75px;
	line-height: 73px;
	min-height: 70px;
	width: 100%;
	padding: 0 46px;
	margin-bottom: 20px;
	background-color: #F3F4F5;
	border: 0;
}
.nice-select::after {
	border-bottom: 1.9px solid #B1B4BA;
	border-right: 1.9px solid #B1B4BA;
	height: 6px;
	right: 20px;
	width: 6px;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #F3F4F5;
}
.nice-select .list {
	width: 100%; 
}
.nice-select .list li {
	margin-right: 0 !important;
}
.nice-select .list .option {
	color: var(--color-dark);
	font-weight: 500;
}
.nice-select .list .option.selected {
	font-weight: 600;
}
.nice-select .list .option.selected, 
.nice-select .list .option:hover {
	border: none !important;
}


/* Scroll to top ================= */
.bv-backtotop {
	right: 30px;
	z-index: 999;
	bottom: 20px;
	position: fixed;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}
.bv-backtotop.active {
	bottom: 40px;
	opacity: 1;
	visibility: visible
}
.bv-backtotop .scroll {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
    justify-content: center;
    position: relative;
	font-size: 14px;
    width: 40px;
    height: 40px;
    background-color: #000;
    color: var(--color-black);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
}
.bv-backtotop .scroll:hover {
	margin-bottom: 4px;
}
.bv-backtotop .scroll i {
	color: var(--color-white);
}
.bv-backtotop.style-2 .scroll {
	background-color: #60060f;
}

/* Preloader style css ============================= */
#preloader {
	position: fixed;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: #fff;
	margin-top: 0px;
	z-index: 9999;
}
.loader .loader-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border: 3px solid #ebebec;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.loader .loader-container:before {
	content: "";
	position: absolute;
	display: block;		
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border-top: 3px solid var(--color-secondary);
	border-radius: 50%;
	animation: loaderspin 1.8s infinite linear;
	-webkit-animation: loaderspin 1.8s infinite linear;
	transform: translate(-50%, -50%);
}
.loader .loader-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	text-align: center;
	transform: translate(-50%, -50%);
}
.loader .loader-icon img {
	animation: loaderpulse alternate 900ms infinite;
	width: 40px;
}
@keyframes loaderspin {
	0% {
		transform: translate(-50%, -50%) rotate(0deg); }
	100% {
		transform: translate(-50%, -50%) rotate(360deg); }
}
@-webkit-keyframes loaderspin {
	0% {
		transform: translate(-50%, -50%) rotate(0deg); }
	100% {
		transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes loaderpulse {
	0% {
		transform: scale(1); }
	100% {
		transform: scale(1.2); } 
}

.body_wrap {
	position: relative;
	overflow: hidden;
}

/* Header Area Style CSS ========================== */
#bv-header-area .bv-header-area-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: var(--color-white);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	visibility: hidden;
	z-index: 999;
}
#bv-header-area .bv-header-area-sticky.bv-header-fixed {
	visibility: visible;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
	-khtml-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
	-moz-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
	-ms-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
	-o-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
	box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
}
.header-top_wrap {
	background: var(--color-secondary);
}
.header-top {
	padding-right: 5px;
	padding-left: 15px;
	margin-right: -15px;
	margin-left: -15px;
	background: var(--color-violet);
}
.header-top p {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	margin-left: 3px;
	color: var(--color-white);
}
.header-top p a {
	color: #f6f7f8;
	font-size: 16px;
	font-weight: 700;
}
.header-top .bv-info ul li {
	padding: 10px 0;
	color: var(--color-white);
	margin-left: 3px;
}
.header-top .bv-info ul li:nth-child(1) {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 0;
	margin-right: 7px;
}
.header-top .bv-info ul li a {
	font-size: 13px;
	color: currentColor;
	padding: 4px 11px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.header-top .bv-info ul li a:hover {
	border-radius: 2px;
	background: #60080f;
}
.bv-header {
	background-color: var(--color-body);
}
.header-logo {
	width: 300px;
	height: auto;
}
.header-logo img {
	width: 100%;
	height: 100%;
}
.main-menu {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	flex-grow: 1;
	margin-left: -9px;
}
.slide-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 7px;
	width: 0;
	background-color: var(--color-violet);
	transition: none;
	pointer-events: none;
}
.main-menu ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-menu ul li {
	position: relative;
}
.main-menu ul li .submenu li {
	margin-right: 0;
}
.main-menu ul li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: none;
	padding: 35px 22px 35px 18px;
	color: var(--color-heading);
	letter-spacing: 0.02em;
}
/*
.main-menu ul li a:hover {
	background: rgba(120, 25, 33, 0.05);
}
*/
.main-menu ul li.menu-item-has-children > a::after {
	content: "\f107";
	position: relative;
	margin-left: 7px;
	top: 2px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	transform: translateY(5px);
}
.main-menu ul li.menu-item-has-children:hover > .submenu {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
/*
.main-menu ul li:hover > a,
.main-menu ul li.active > a {
	background-color: rgba(198, 46, 72, 0.09);
}
*/
.main-menu ul li .submenu {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	min-width: 240px;
	padding: 6px;
	background: #fff;
	text-align: left;
	box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.08);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 3;
}
.main-menu ul li .submenu li:not(:last-child) {
	margin-bottom: 1px;
}
.main-menu ul li .submenu li a {
	display: block;
	font-size: 16px;
	margin: 0;
	text-transform: capitalize;
	letter-spacing: 0;
	line-height: 1.3;
	padding: 10px 20px;
}
.main-menu ul li .submenu li:hover > a, 
.main-menu ul li .submenu li.active > a {
	color: var(--color-secondary);
	background-color: rgba(120, 25, 33, 0.06);
}
.main-menu ul li .submenu ul {
	left: 100%;
	top: 0px;
}
.main-menu ul li .submenu ul::before {
	display: none;
}
.main-menu > ul {
	align-items: center;
}
.main-menu ul li.menu-last ul.submenu {
	right: 0;
	left: auto; 
}
.main-menu ul li.menu-last ul.submenu ul {
	right: auto;
	left: -100%; }
.main-menu ul li ul.submenu .menu-item-has-children > a::after {
	content: "\f105";
	position: absolute;
	top: 9px;
	right: 15px;
	font-size: 13px;
	font-family: 'Font Awesome 5 Pro';
}
.main-menu ul li ul.submenu li:hover > .submenu {
	top: 0;
	transition: 0.3s;
}

/* Mobile Menu Style CSS ==================================== */
.bv-hamburger-menu {
	display: none;
}
.bv-nav-mobile-button {
	position: relative;
	font-size: 23px;
	color: var(--color-dark);
	cursor: pointer;
}
.bv-header-menu {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 0;
	height: 100vh;
	width: 300px;
	background-color: #fff;
	overflow: hidden;
	overflow-y: scroll;
	visibility: hidden;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transform: translateX(-100%);
	-khtml-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 1010;
}
.bv-header-menu.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0%);
	-khtml-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
.bv-header-menu.active + .bv-header-menu-backdrop {
	opacity: 1;
	visibility: visible;
}
.bv-header-menu-scroll {
	padding: 50px 25px 40px;
}
.bv-header-menu-scroll .bv-close {
	position: absolute;
	top: 0;
	right: 0;
}
.bv-header-menu-scroll .bv-menu-primary > li {
	padding-left: 0;
	padding-right: 0;
}
.bv-header-menu-scroll .bv-menu-primary > li > a .left-icon {
	margin-right: 4px;
}
.bv-header-menu-scroll .bv-menu-primary > li .elementor-section {
	max-width: 100%;
}
.bv-header-menu-scroll .bv-menu-primary > li .elementor-container {
	margin: 10px 0 !important;
}
.bv-header-menu-scroll .bv-menu-primary > li .sub-menu, 
.bv-header-menu-scroll .bv-menu-primary > li .children {
	padding-left: 15px; 
}
.bv-header-menu-scroll .bv-menu-primary > li .sub-menu a,
.bv-header-menu-scroll .bv-menu-primary > li .children a {
	padding-left: 0;
}
.bv-header-menu-scroll .bv-menu-primary > li .sub-menu.bv-mega-menu,
.bv-header-menu-scroll .bv-menu-primary > li .children.bv-mega-menu {
	padding-left: 0;
}
.bv-menu-toggle {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0;
	height: 28px;
	width: 28px;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	color: #1b1b1b;
	background-color: rgba(0, 0, 0, 0.03);
	cursor: pointer;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bv-menu-toggle:before {
	content: "\f107";
	font-weight: 400;
	font-family: "Font Awesome 5 Pro"; 
}
.bv-menu-toggle.active:before {
	content: "\f106";
}
.bv-menu-primary {
	list-style: none;
	margin: 0;
	padding: 0; 
}
.bv-menu-primary li {
	position: relative;
}
.bv-menu-primary li a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 46px;
	color: var(--color-dark);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.bv-menu-primary li > a:hover, 
.bv-menu-primary li > a.current, 
.bv-menu-primary li.current_page_item > a, 
.bv-menu-primary li.current-menu-item > a, 
.bv-menu-primary li.current_page_ancestor > a, 
.bv-menu-primary li.current-menu-ancestor > a {
	color: var(--color-primary); 
}
.bv-menu-primary .sub-menu, 
.bv-menu-primary .children {
	position: relative;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bv-menu-primary .sub-menu li a, 
.bv-menu-primary .children li a {
	font-weight: 500;
	padding-left: 14px;
}
.bv-menu-primary > li > .sub-menu > li > .sub-menu > li a {
	padding-left: 0px; 
}
.bv-menu-primary .bv-megamenu .elementor-container > .elementor-column {
	width: 100%;
}
.bv-menu-primary .bv-megamenu .elementor-container .elementor-widget-wrap {
	padding: 0 !important;
}
.bv-menu-primary .bv-megamenu .bv-link li {
	margin: 0;
}
.bv-menu-primary .bv-megamenu .bv-heading {
	padding-left: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	padding-top: 12px;
	padding-bottom: 12px;
}
.bv-menu-primary .bv-megamenu .bv-heading .bv-item--title {
	font-size: 15px !important;
	margin-bottom: 0 !important;
	border-bottom: none !important;
}
.bv-menu-primary .bv-megamenu .elementor-widget-heading > .elementor-widget-container {
	margin-bottom: 0 !important;
	border-bottom: none !important;
}
.bv-menu-primary .bv-megamenu .elementor-section .elementor-container {
	flex-wrap: wrap;
}
.bv-menu-primary .bv-menu-toggle:hover {
	color: var(--color-primary);
}
.bv-logo-mobile {
	margin-bottom: 40px;
}
.bv-logo-mobile img {
	height: 40px; 
}
.bv-header-mobile-search {
	margin-bottom: 20px;
}
.bv-header-mobile-search form {
	position: relative;
}
.bv-header-mobile-search .search-field {
	color: #000;
	height: 50px;
	padding: 0 25px;
	padding: 12px 15px 13px;
	background-color: transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid rgba(150, 144, 162, 0.09);
}
.bv-header-mobile-search .search-field:focus {
	color: #000;
	border-color: var(--color-primary);
}
.bv-header-mobile-search .search-submit {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 30px;
	height: 40px;
	padding: 0;
	line-height: 40px;
	background: none;
	color: var(--color-heading);
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;	
}
.bv-menu-close {
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.03);
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.bv-nav-mobile {
	font-size: 26px;
	color: var(--color-primary);
}
.bv-header-menu-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0;
	visibility: hidden;
	z-index: 999;
}
/*Header Right Style CSS ========================== */
.header-right {
	margin-right: -9px;
}
.header-right .bv-search {
	margin-right: 40px;
}
.header-right .bv-language {
	color: var(--color-heading);
}
.header-right .bv-language select {
	font-size: 16px;
	font-weight: 500;
	padding-right: 32px;
	background-image: url(../media/icon/angle-down.svg);
	cursor: pointer;
}
.header-search {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	align-items: center;
/*
	margin-right: 34px;
	padding-right: 34px;
*/
	color: #170006;
	gap: 6px;
}
/*
.header-search::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 34px;
	background-color: #d0c4c4;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
*/
.bv-header_btn a {
	font-family: var(--font-heading);
	line-height: 28px;
	letter-spacing: -0.16px;
	color: var(--color-primary);
	padding: 10px 20px;
	border: 1px solid var(--color-primary);
}
.language_dropdown .dropdown-toggle {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-transform: uppercase;
	color: var(--color-default-body);
	background-color: transparent;
}
.language_dropdown .dropdown-toggle:after {
	margin-left: -6px;
}
.language_dropdown .dropdown-toggle .name {
	color: currentColor;
}
.language_dropdown .dropdown-menu {
	margin-top: 10px;
	gap: 1px;
	right: 0;
  	left: auto;
	border: none;
	padding: 6px;
	border-radius: 6px;
	background-color: #fff;
}
.language_dropdown .dropdown-menu:before {
	top: -10px;
	height: 10px;
}
.language_dropdown .dropdown-menu > ul > li {
    gap: 10px;
    display: flex;
    cursor: pointer;
    border-radius: 4px;
    align-items: center;
    padding: 8px 20px 8px 10px; 
}
.language_dropdown .dropdown-menu > ul > li:hover, 
.language_dropdown .dropdown-menu > ul > li.active {
	background-color: rgba(120, 25, 33, 0.06);
}
.language_dropdown .flag {
	display: inline-flex;
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	overflow: hidden;
}
.language_dropdown .flag img {
	object-fit: cover;
}
.language_dropdown .name {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #170006;
}
.dropdown-menu {
	padding: 6px 0;
	margin-top: 30px;
	transition: 200ms;
	background-color: #fff;
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
}
.dropdown-menu:before {
	content: "";
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	display: block;
	height: 30px;
}
.dropdown-menu > li {
	padding: 0 6px;
}
.dropdown-menu > li:not(:last-child) {
	margin-bottom: 1px;
}
.dropdown-menu > li > a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	border-radius: 7px;
	color: #170006;
	padding: 11px 20px 10px;
}
.dropdown-menu > li:hover > a, 
.dropdown-menu > li.active > a {
	color: #fff;
	background-color: #170006;
}
.dropdown-toggle {
	gap: 10px;
	align-items: center;
	display: inline-flex;
}
.dropdown-toggle::after {
	content: '\f107';
	font-weight: 400;
	color: currentColor;
	font-family: 'Font Awesome 5 Pro';
	margin: 0;
	border: none;
	line-height: 1;
}

/* Search Section Style CSS ================================= */
.header-search-form-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 400px;
	background-color: #fff;
	transform: translate3d(0, -100%, 0);
	transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end;
	z-index: 9999;
}
.header-search-form-wrapper.open {
	transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
	transform: translate3d(0, 0, 0);
}
.header-search-form-wrapper .search-form {
	position: relative;
	top: 50%;
	left: 0;
	margin: 0 auto;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-search-form-wrapper .search-form input[type="search"] {
	font-size: 28px;
	line-height: 65px;
	width: 100%;
	height: 65px;
	color: #000;
	background-color: transparent;
	text-align: left;
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	border-radius: 0;
}
.header-search-form-wrapper .search-form input[type="search"]::placeholder {
	color: #a4a4a4;
	opacity: 1;
}
.header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder {
	color: #a4a4a4;
}
.header-search-form-wrapper .search-form input[type="search"]::-ms--input-placeholder {
	color: #a4a4a4;
}
.header-search-form-wrapper .search-submit {
	position: absolute;
	height: 50px;
	width: 50px;
	color: #9F9F9F;
	font-size: 24px;
	bottom: 0;
	right: 0;
	background-color: transparent;
}
.header-search-form-wrapper .bv-search-close {
	position: absolute;
	top: 0;
	right: 0;
	background: #cccccc;
	width: 54px;
	height: 54px;
	border-width: 18px;
	z-index: 2; 
}
.header-search-form-wrapper .bv-search-close::before, 
.header-search-form-wrapper .bv-search-close::after {
    background-color: var(--color-black);
}
.header-search-container {
	width: 100%;
	height: 100%;
	max-width: 1170px;
	border: 0;
	padding: 0;
	background: 0 0;
	transform: translate3d(0, calc(100% - 100px), 0);
	transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
	margin: auto;
	opacity: 0;
	visibility: hidden;
}
.header-search-form-wrapper.open .header-search-container {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible; 
}
.body-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.body-overlay.active {
	opacity: .5;
	visibility: visible;
}

/* Banner Slider Style CSS =================================== */
.slideshow {
	height: calc(100vh - 130px);
	background-color: #f1f1e9;
}
.wrap-btn-slider {
	position: absolute;
	bottom: 42%;	
	width: 100%;
	padding: 2%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.o-button {
	border: 0px;
}
.o-button.-white {
	opacity: .8;
	outline: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.o-button.-white:hover {
	color: #fff;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.o-button.-white::after {
	background: none;
}
.o-button.-left.-square:hover .o-button_label {
	-webkit-transform: unset;
	transform: unset;
}
.o-button.-square:hover .o-button_label {
	-webkit-transform: unset;
	transform: unset;
}
.o-button i {
	font-size: 22px;
}
.slideshow-slide-caption {
	width: 80%;
	max-width: 1600px;
	margin: 0 auto;
	z-index: 1;
}
.slideshow-slide-caption-text {
	padding-top: 35vh;
}
.slideshow-slide-caption-title {
	font-size: calc(40px + 1vw);
	line-height: 70px;
	font-weight: 600;
	font-family: var(--font-heading);
	margin-bottom: 15px !important;
}
.slideshow-sub-title {
	font-size: calc(18px + 0.5vw);
	font-weight: 600;
	margin-bottom: 20px;
}
.slideshow-text {
	font-size: 16px;
	font-weight: 400;
	max-width: 600px;
	padding-bottom: 20px;
}
.o-hsub {
	font-size: 14px;
	font-weight: 600;
	text-transform: unset;
}
.o-hsub.-link {
	font-weight: 600;
	position: relative;
	overflow: hidden;
	font-size: 11pt;
	letter-spacing: 1px;
	color: #fff;
	border: 3px solid #c62e48;
	background: none;
	border-radius: 0;
	padding: 0 40px;
	height: 45px;
	line-height: 40px;
	transition-delay: 0s;
	transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.o-hsub.-link:hover {
	color: #fff;
	background: #df3b57;
	transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.o-hsub.-link:hover .slideshow-slide-caption-subtitle-label {
	transform: unset;
}
.o-hsub.-link:hover .shine {
	-webkit-animation: sheen 2s alternate;
	animation: sheen 2s alternate;
}
.o-hsub.-link:before {
	content: unset;
}
/* Campus Life Section Style CSS ============================================= */
.campus {
	position: relative;
	padding-top: 100px;
	padding-bottom: 200px;
	z-index: 1;
}
.section-title .sub-title {
	display: inline-block;
	font-size: 25px;
	font-family: var(--font-caveat);
	font-weight: 400;
	line-height: 28px;
	color: var(--color-heading);
	text-transform: capitalize;
	margin-bottom: 12px;
}
.section-title .title {
	display: block;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 60px;
	text-transform: capitalize;
	color: var(--color-heading);
}
.section-title--md .title {
	font-size: 40px;
	line-height: 52px;
}
.section-title .content {
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	color: var(--color-gray);
}
.bv-campus_wrapper {
	display: inline-block;
	position: relative;
}
.bv-campus_wrapper::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -34px;
	height: 100%;
	width: 100%;
	background-image: url("../media/shape/campus-shape.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}
.bv-campus_wrapper .bv-item-holder {
	position: absolute;
	bottom: 40px;
	left: 40px;
}
.bv-campus_wrapper .bv-item--img {
	position: relative;
	border-radius: 15px;
}
.bv-campus_wrapper .bv-item--img img {
	width: 100%;
}
.bv-campus_wrapper .bv-item--title {
	padding: 5px 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	background: var(--color-white);
	opacity: 0;
	transform: translateY(20px);
}
.bv-campus_wrapper .bv-item-holder .bv-btn_thm {
	transform: translateY(20px);
    opacity: 0;
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0;
}
.bv-btn_thm a {
	font-weight: 700;
	line-height: 38px;
	letter-spacing: 0.05em;
	padding: 0px 30px;
	margin-left: 0; 
}
.campus-slider .swiper-slide-active .bv-campus_wrapper .bv-item--title {
	opacity: 1;
	transform: translateY(0);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s; 
}
.campus-slider .swiper-slide-active .bv-campus_wrapper .bv-item-holder .bv-btn_thm {
	opacity: 1;
	transform: translateY(0);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	transition-delay: .2s;
}
.campus-slider {
	border-radius: 20px;
}
.campus-slider .swiper-pagination-bullets, 
.campus-slider .swiper-pagination-custom, 
.campus-slider .swiper-pagination-fraction {
	bottom: 120px; 
}
.campus-slider .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 4px 4px; 
}
.campus-slider .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	background: var(--color-heading);
	opacity: .2;
}
.campus-slider .swiper-pagination-bullet-active {
	height: 14px;
	width: 14px;
	background: var(--color-heading);
	opacity: 1;
}

/* About Section Style CSS =================================== */
.about {
	position: relative;
	padding-top: 115px;
	padding-bottom: 115px;
}
.hs-about {
	background: var(--color-white);
	border-radius: 0px 0 0 190px;
	
}
.hs-about .bv-shape {
	position: absolute;
	top: 0;
	left: 0;
}
.bv-feature_wrap {
	position: relative;
	background: #eceef0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	z-index: 1;
}
.bv-feature_wrap .bv-item--icon {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	height: 70px;
	width: 70px;
	background: var(--color-white);
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
	border-radius: 50px;
}
.bv-feature_wrap .bv-item--holder {
	width: calc(100% - 85px);
}
.bv-feature_wrap .bv-item--title {
	font-size: 22px;
	font-family: var(--font-body);
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 5px;
}
.bv-feature_wrap .bv-item--content {
	font-size: 16px;
	line-height: 26px;
}
.feature_wrap {
	padding: 0;
	background: none;
}
.feature_wrap .bv-item--holder {
	width: calc(100% - 100px);
}
.feature_wrap .bv-item--icon {
	background: #c62e48;
}
.feature_wrap .bv-item--icon.bg_blue {
	background: #2f3061;
}
.feature_wrap .bv-item--icon.bg_green {
	background: #34d171;
}
.bv-about-right .section-title .title {
	font-size: 48px;
	line-height: 60px;
}
.bv-about-right .section-title .bv-content {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 20px;
}
.bv-about-right .section-title p {
	font-size: 16px;
	text-align: justify;
}


/* Counter Section Style CSS =================================================== */
.counter-section {
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
}
.bv-counter .bv-shape {
	position: absolute;
	top: 0;
	right: 0;
}
.bv-funfact_inner .bv-item--icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 76px;
	width: 76px;
	background: #ffffff;
	margin-bottom: 40px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}
.bv-funfact_inner .bv-item--holder {
	position: relative;
}
.bv-funfact_inner .bv-item--holder .bg-hold {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bv-funfact_inner .bv-item--holder .bg-hold svg {
	width: 100%;
	height: 100%;
}
.bv-funfact_inner .bv-item--number {
	position: relative;
	display: block;
	font-size: 35px;
	font-weight: 700;
	font-family: var(--font-body);
	color: var(--color-white);
	letter-spacing: 0.04em;
	line-height: 60px;
	margin: 0 18px 15px 18px;
	z-index: 1;
}
.bv-funfact_inner .bv-item--profile {
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	color: #161a2c;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, 
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	right: auto;
}

/* Principle Section Style CSS ================================================== */
.principle-section {
	position: relative;
	padding-top: 105px;
	padding-bottom: 120px;
	background-color: var(--color-white);
}
.bv-principle-right .bv-teacher_list li {
	border-bottom: 1px solid #161a2c;
}
.bv-principle-right .bv-teacher_list li.active a {
	color: var(--color-white);
	border-bottom: none;
	background: #d9293a;
}
.bv-principle-right .bv-teacher_list li a {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #161a2c;
	padding: 18px 20px;
	text-transform: capitalize;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.bv-principle-right .bv-teacher_list li a:before {
	position: absolute;
	content: '\f105';
	font-weight: 400;
	font-family: "Font Awesome 5 Pro";
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bv-principle-left {
	position: relative;
}
.bv-principle-left .bv-img .image {
	position: absolute;
	border: 2px solid #fff;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	box-shadow: 0 2px 28px 0 #d6d6d6;
}
.bv-principle-left .bv-img .image--one {
	top: 38%;
	right: 10%;
}
.bv-principle-left .bv-img .image--two {
	left: 17px;
	bottom: 15%;
}
/* About Page Style CSS ========================================================= */
.about_section {
	position: relative;
	padding-bottom: 100px;
}
.mission-vission {
	position: relative;
	padding-top: 110px;
	background: var(--color-white);
	z-index: 1;
}
.mission-vission-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 91%;
	z-index: -1;
}
.mission-vission-item {
	position: relative;
	background-color: var(--color-violet);
	padding: 70px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}
.mission-vission-item .bv-item--title {
	font-size: 40px;
	margin-bottom: 30px;
	color: var(--color-white);
}
.mission-vission-item .bv-item--content {
	font-size: 16px;
	color: var(--color-white);
	margin-bottom: 26px;
	line-height: 26px;
}
.mission-vission-item .bv-item--subtitle {
	color: var(--color-white);
}
.mission-vission-item .bv-item--shape .shape {
	position: absolute;
	z-index: -1;
}
.mission-vission-item .bv-item--shape .shape--1 {
	bottom: 0;
	left: 0;
}
.mission-vission-item .bv-item--shape .shape--2 {
	top: 0;
	right: 0;
}
.motto-section {
	position: relative;
	background: var(--color-white);
}
.motto-section .bv-item--title {
	font-size: 40px;
	margin-bottom: 30px;
	color: var(--color-heading);
}
.motto-section .bv-item--content {
	font-size: 16px;
	color: var(--color-heading);
	margin-bottom: 26px;
	line-height: 26px;
}
.motto-section .bv-item--subtitle {
	color: var(--color-heading);
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 600;
	font-family: var(--font-heading);
}
.motto-section .bv-item--list li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	color: var(--color-heading);
}
.motto-section .bv-item--list li:not(:last-child) {
	margin-bottom: 6px;
}
.motto-section .bv-item--list li span {
	margin-right: 10px;
}
.motto-section .bv-item--list li span i {
	color: var(--color-violet);
}
.bv-feature-shape .shape {
	position: absolute;
}
.bv-feature-shape .shape--one {
	top: 13%;
	left: 5%;
}
.bv-feature-shape .shape--two {
	right: 4%;
	bottom: 28%;
}

/* Video Section Style CSS ====================================================== */
.video-section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 120px;
	background: var(--color-white);
}
.bv-video {
	position: relative;
	margin-top: 115px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
/* Explore Section Style CSS ====================================================== */
.explore {
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
}
.bv-fanfact_item {
	padding: 60px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.bv-fanfact_item .bv-item--number {
	display: block;
	font-size: 55px;
	font-weight: 700;
	line-height: 60px;
	color: var(--color-white);
	margin-bottom: 15px;
}
.bv-fanfact_item .bv-item--contant {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: -0.02px;
	color: var(--color-white);
}
.bv-fanfact_wrap {
	background: var(--color-violet);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.bv-fanfact_wrap .fanfact-img img {
	width: 100%;
}
.bv-fanfact_wrap .bv-fanfact_item {
	background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
	border-radius: 0px;
}
.clr-gray {
	background: #5b6671;
}
.clr-primary {
	background: var(--color-primary);
}
.clr-heading {
	background: var(--color-heading);
}
.clr-violate {
	background: var(--color-violet);
}

/* About Why Section Style CSS=================================================== */
.about-why {
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
	background: var(--color-white);
}
.about-image {
	overflow: hidden;
	margin-right: 80px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.about-iconbox-item {
	padding: 13px;
	background-color: #f1f1e9;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	-o-border-radius: 13px;
	border-radius: 13px;
}
.about-iconbox-item .bv-item--icon {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 49px;
	height: 49px;
	background-color: var(--color-white);
	margin-right: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.about-iconbox-item .bv-item--title {
	font-size: 20px;
	text-transform: capitalize;
	letter-spacing: 0.02em;
}
/* Disclosure Page Style CSS ==================================================== */
.disclosure_section {
	position: relative;
}
.doc-link {
	display: inline-block;
	font-size: 16px;
	line-height: 27px;
	font-weight: 700;
	color: #c62e48;
	text-decoration: none;
	padding: 15px 33px 15px 0px;
	transition: transform 0.3s ease, color 0.3s ease;
}
.doc-link:hover {
	color: #2f3061;
	transform: translateX(5px);
}
.doc-link span {
	display: inline-block;
	vertical-align: middle;
}
.doc-link i {
	font-size: 22px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	color: #c62e48;
}
.doc-link:hover i {
	color: #2f3061;
}

/* Team page Style CSS ========================================================== */
.team-cta {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: var(--color-white);
}
.program-top {
	position: relative;
}
.program-top .clg-team-carousel {
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	right: 0;
	top: 28px;
}
.program-top .clg-team-carousel .bv-arrow {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 40px;
	background-color: var(--color-violet);
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.program-top .clg-team-carousel .bv-arrow img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.program-top .clg-team-carousel .bv-arrow:hover {
	background-color: var(--color-secondary);
}
.program-top .clg-team-carousel .bv-arrow:hover img {
	filter: brightness(0);
}
.program-top .clg-team-carousel .bv-program-next {
	margin-left: 15px;
}
.clg-program-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.team {
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
}
.team-item {
	padding: 20px;
	background-color: var(--color-white);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.team-item:hover {
	box-shadow: 0 22px 33px 0 rgba(63, 104, 94, 0.24);
}
.team-item .bv-item--img {
	position: relative;
}
.team-item .bv-item--img img {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.team-item .bv-item--info {
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px dashed #d9d9d9;
}
.team-item .bv-item--name {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 4px;
}
.team-item .bv-item--name a {
	color: currentColor;
}
.team-item .bv-item--desig {
	font-size: 16px;
}
.team-item .bv-item--meta li {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	font-size: 14px;
}
.team-item .bv-item--meta li:not(:last-child) {
	margin-right: 27px;
	padding-right: 70px;
}
.team-item .bv-item--meta li:not(:last-child)::before {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 1px;
	height: 16px;
	background-color: #d9d9d9;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.team-item .bv-item--meta li span {
	margin-right: 8px;
}
.team-item .bv-item--meta li span i {
	color: var(--color-violet);
}
.team-item:hover .bv-item--social li {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.team-item:hover .bv-item--social li:nth-child(3) {
	transition-delay: .1s;
}
.team-item:hover .bv-item--social li:nth-child(2) {
	transition-delay: .2s;
}
.team-item:hover .bv-item--social li:nth-child(1) {
	transition-delay: .3s;
}
.team-item:hover .team-social .plus {
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.team-social {
	position: absolute;
	right: 32px;
	bottom: -23px; 
}
.team-social .bv-item--social li a,
.team-social .plus {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	background-color: var(--color-white);
	color: var(--color-violet);
	margin-top: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.team-social .bv-item--social li {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.team-social .plus {
	display: inline-flex;
	color: var(--color-white);
	background-color: var(--color-violet);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.admin-team {
	position: relative;
	padding-top: 110px;
	padding-bottom: 110px;
}

/* Gallery Page Style CSS ======================================================= */
.gallery-section {
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: var(--color-white);
}
.gallery-menu {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
	background: #f1f1e9;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.gallery-menu button {
    color: #170006;
    padding: 6px 30px;
	background-color: var(--color-white);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	border-radius: 5px;
}
.gallery-menu button.active, .gallery-menu button:hover {
	background-color: var(--color-violet);
}
.my-gallery-item .my-gallery-frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding-bottom: calc(63% + 8px);
}
.my-gallery-item .my-gallery-frame img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}
.my-gallery-item .my-gallery-frame .my-gallery-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: rgba(20, 20, 20, 1);
	opacity: 0.5;
	transition: 0.4s ease-in-out;
	z-index: 1;
}
.my-gallery-item .my-gallery-frame .my-hover-links {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	background-color: rgba(0, 0, 0, 0.9);
	opacity: 0;
	transition: 0.4s ease-in-out;
	z-index: 3;
}
.my-magnetic-link {
	width: 100px;
	height: 100px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	float: left;
	border-radius: 50%;
	cursor: pointer;
	z-index: 10;
}
.my-gallery-item .my-gallery-frame .my-hover-links .my-zoom i {
	font-size: 20px;
	width: 20px;
	height: 20px;
	color: #e6e6e6;
}
.my-gallery-item .my-gallery-frame:hover .my-hover-links {
	opacity: 1;
}
.my-gallery-item .my-gallery-frame:hover .my-gallery-overlay {
	opacity: 0.1;
}
/* Founder Page Style CSS ======================================================= */
.founder-details {
	position: relative;
}
.founder-inner {
	padding: 40px;
	background-color: var(--color-white);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.founder_info .bv-item-avatar {
	width: 490px;
	margin-right: 100px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden; 
}
.founder_info .bv-item-holder {
	width: calc(100% - 599px);
}
.founder_info .bv-item-name {
	font-size: 35px;
	margin-bottom: 10px;
}
.founder_info .bv-item-desig {
	font-size: 20px;
	margin-bottom: 20px;
	color: var(--color-violet);
}
.founder_info .bv-item-holder p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
	text-align: justify;
}
.founder_info .bv-item-list li {
	font-weight: 400;
}
.founder_info .bv-item-list li:not(:last-child) {
	margin-bottom: 22px;
}
.founder_info .bv-item-list li span {
	margin-right: 8px;
	color: #170006;
}
.founder_social-title {
	font-size: 18px;
	font-weight: 400;
	font-family: var(--font-body);
}
.bv-social li:not(:last-child) {
	margin-right: 10px;
}
.bv-social li a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 16px;
	color: #170006;
	border: 1px solid #D9D9D9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
 }
.bv-social li a:hover {
	color: var(--color-white);
	background-color: var(--color-violet);
	border-color: var(--color-violet); 
}
/* Contact Page Style  CSS ====================================================== */
.banner-area {
	padding: 100px 0;
	min-height: 400px;
}
.breadcrumb_title {
	font-size: 60px;
	margin-bottom: 10px;
	color: var(--color-white);
	text-transform: capitalize;
}
.breadcrumb_desc {
	font-size: 23px;
	color: var(--color-white);
	font-family: var(--font-caveat);
	font-weight: 400;
}
.section_space {
	padding-top: 120px;
	padding-bottom: 120px;
}
.contact_form {
	padding: 50px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	background-color: var(--color-white);
}
.contact_form .title {
	font-size: 26px;
	margin-bottom: 8px;
	text-transform: capitalize;
}
.contact_form .content {
	font-size: 16px;
	margin-bottom: 40px;
}
.gmap_canves iframe {
	width: 100%;
	height: 723px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.contact_info_box_inner h2 {
	font-size: 28px;
	margin-bottom: 60px;
}
.contact_iconbox {
	padding: 30px;
	background-color: var(--color-white);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	min-height: 280px;
}
.contact_iconbox .iconbox_icon {
	margin-bottom: 28px;
	width: 32px;
	height: 32px;
}
.contact_iconbox .iconbox_title {
	font-size: 18px;
	font-weight: 700;
	font-family: var(--font-body);
	margin-bottom: 17px;
}
.contact_iconbox p {
	font-size: 16px;
	margin-bottom: 17px;
}
.contact_iconbox h3 {
	font-size: 16px;
	font-family: var(--font-body);
	margin-bottom: 10px;
}
.contact_iconbox h3 a {
	color: #000;
	text-transform: none;
}










/* Footer Section Style CSS ======================================== */
.footer {
	position: relative;
} 
.footer-cta .bv-item--icon-avatar {
	margin-right: 21px;
}
.footer-cta .bv-item--icon-avatar span {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: var(--color-white);
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
	border-radius: 50%;
}
.footer-cta .bv-item--avatar {
	width: 50px;
	height: 50px;
	margin-left: -10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.footer-cta .bv-item--content {
	color: var(--color-white);
}
.footer-cta .bv-item--contact span {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.14px;
	text-transform: uppercase;
	color: var(--color-white);
	margin-bottom: 4px;
}
.footer-cta .bv-item--contact h3 {
	font-size: 30px;
	line-height: 40px;
	font-family: var(--font-body);
	color: var(--color-white);
}
.footer-cta .bv-item--contact h3 a {
	display: inline;
	color: var(--color-white);
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	background-size: 0% 100%; /* Start with 0 width */
	background-position: 0 100%; /* Align to bottom-left */
	transition: background-size 0.6s cubic-bezier(.215,.61,.355,1);
}
.footer-cta .bv-item--contact h3 a:hover {
	background-size: 100% 100%;
}
.bv-footer-main {
	background: var(--color-secondary);
}
.bv-footer-main .footer-widget .bv-item--details {
	font-weight: 400;
	line-height: 25px;
	color: var(--color-sec-bg);
}
.bv-footer-main .footer-widget .bv-item--meta span {
	font-weight: 400;
	color: var(--color-white);
}
.bv-footer-main .footer-widget .bv-item--social_link {
	margin-top: 13px;
}
.bv-footer-main .footer-widget .bv-item--social_link li:not(:last-child) {
	margin-right: 10px;
}
.bv-footer-main .footer-widget .bv-item--social_link li a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: var(--color-white);
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 40px;
}
.bv-footer-main .footer-widget .bv-item--social_link li a i {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.bv-footer-main .footer-widget .bv-item--social_link li a:hover {
	background: var(--color-white);
}
.bv-footer-main .footer-widget .bv-item--social_link li a:hover i {
	color: var(--color-heading);
}
.bv-footer-main .footer-widget .bv-item--title {
	font-size: 24px;
	font-family: var(--font-heading);
	color: var(--color-white);
	text-transform: capitalize;
	margin-bottom: 21px; 
}
.bv-footer-main .footer-widget .bv-item--links li a {
	font-size: 18px;
	line-height: 35px;
	color: #e3c7ca;
	-webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.bv-footer-main .footer-widget .bv-item--links li a:hover {
	text-decoration: underline;
	color: var(--color-white);
}
.bv-footer-main .footer-widget .bv-item--links-btn li:not(:last-child) {
	margin-bottom: 15px;
}
.bv-footer-main .footer-widget .bv-item--links-btn li a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 15px 38px;
	border: 1px solid #fff;
	color: var(--color-white);
	background: rgba(255, 255, 255, 0);
}
.bv-footer-main .footer-widget .bv-item--links-btn li a:hover {
	background: var(--color-violet);
	color: var(--color-white);
	border: 1px solid var(--color-white);
}
.bv-footer-main .footer-widget.change-mr {
	margin-left: 40px;
}
.bv-footer-main .footer-widget.chng-mr {
	margin-left: 8px;
}
.footer-bottom .copyright p {
	font-size: 14px;
	color: var(--color-white);
}
.footer-bottom .copyright p a {
	color: rgba(255, 255, 255, .8);
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-bottom .copyright p a:hover {
	color: var(--color-white);
}
.bv-item--logo {
	width: 150px;
	height: auto;
}
.bv-item--logo img {
	width: 100%;
	height: 100%;
}

/* Video Play Style CSS ============================================ */
.mfp-zoom-in .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.mfp-zoom-in.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); 
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close {
	padding: 0;
	right: 0;
	text-align: center;
	top: -36px;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: var(--color-white);
	cursor: pointer;
	opacity: 1;
	font-size: 0;
	border: 9px solid transparent;
	position: absolute;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
	top: 4px;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close::before, 
body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	transform-origin: 50% 50%;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: #222;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close::before {
	-webkit-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
	-webkit-transform: rotate(-45deg);
	-khtml-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg); 
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before, 
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
	-webkit-transform: rotate(0);
	-khtml-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before, 
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
	-webkit-transform: rotate(0);
	-khtml-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.mfp-iframe-holder .mfp-content {
	max-width: 1170px;
}







