* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
	--color-blue: #3CF;
	--color-jaune: #FC3;
	--background-head: rgba(250, 250, 250, 0.1);
	--color-white: #fff;
	--background-blue: #162239fc;
	--border-bottom: #121b2f;
	--color-jaune-dark: #f5a425;
	--color-gray: #e9ecef;
	--color-black: black;
	--color-blue: #61cee7;
	--color-green: #12a25c;
	--color-green-light: #549d7a;
	--facny-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	--size: 150px;
	--radius: calc(var(--size) * 20 / 100);
}

.align-item-justify {
	text-align: justify;
}

body {
	font-family: 'ITC Bookman Demi', sans-serif;
	background-color: var(--background-blue);


	font-weight: normal;
	font-style: normal;
}

.hide {
	display: none;
}

a {
	text-decoration: none;
}

ul li {
	list-style-type: none;
}

@font-face {
	font-family: 'ITC Bookman Demi';
	src: url('fonts/itc_bookman_demi.ttf') format('truetype');
}

/********************header*****************************/

header {
	position: relative;
	height: 100vh;
	overflow: hidden;
}


/****nav***/

nav {
	position: fixed;
	z-index: 200;
}

.navbar-logo {
	position: absolute;
	left: -75px;
}

.navbar-logo img {
	width: 80px;
	height: 80px;
}

.nav-color {
	background-color: var(--color-gray);
	opacity: .95;
}

.navbar-position {
	display: flex;
	justify-content: center;
}

.navbar-dark .navbar-nav .nav-link {
	color: var(--color-green-light) !important;
	font-size: 1em;
	font-weight: 500;
	margin-left: 5px;
}

.logo {
	font-size: 2.3em;
	font-weight: 400;
	color: #f5a425;
}

.logo span {
	color: var(--color-green);
}

.list-style {
	border: transparent 3px solid;
	color: #fff;
}

.list-style a:hover {
	color: #f5a425;
}

.text-underline {
	text-decoration: underline;
}

/*color nav**/

a#navbarDropdownMenuLink,
a#navbarDropdownMenuLink:hover,
a.nav-link:hover {
	color: #fff;
}

.navbar-nav {
	transition: all 10s ease;
}

.sub-text {
	width: auto;
	height: 20px;
	color: white;
	position: absolute;
	top: 55px;
	font-size: 10px;
	left: 120px;
	color: var(--background-blue);
}

.dropdown-style {
	border-bottom: 1px solid var(--border-bottom);
	padding: .8rem;
	font-weight: 500;
	color: var(--background-blue);
}

.dropdown-menu {
	margin-top: 2px;
}

.dropdown-item:hover {
	background-color: transparent;
}

.dropdown-style:hover {
	color: #f5a425;
}


/******************description*************/

.description {
	z-index: 20;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	width: 80vw;
}

.description p {
	font-weight: 600;
	font-size: 1.2em;
}

.description h1 {
	font-size: 5em;
	font-weight: 900;
	margin-bottom: 1rem;
}

.description h1 span {
	color: #f5a425;
}

.description button {
	border: none;
	color: #fff;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	background-color: #f5a425;
	padding: 10px 15px;
	border-radius: 0;
}


/****vidéo****/

header video {
	position: absolute;
	overflow: hidden;
	/* top: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0; */
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	transform: translateX(-50%) translateY(-50%);
	padding-top: 150px;
}

header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #121b2f;
	opacity: .8;
	z-index: 1;
}


/********************END header*****************************/


/******footer header*******/
/* Trust Details Styling */
.trust-details {
    background-color: rgba(255,255,255,0.1);
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
}

.trust-details p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 0.9rem;
}

.footer-links a {
    color: #fff;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffc107;
}

.separator {
    color: #fff;
    margin: 0 10px;
}

.features-post {
	z-index: 30;
	position: relative;
	background-color: rgb(16, 16, 41);
	color: #fff;
	padding: 25px 0 30px 0;
	position: absolute;
	bottom: 0;
	width: 75%;
	text-align: center;
	overflow: hidden;
}

.features-post:hover {
	background-color: #f5a425;
	height: auto;
}

.features-post .content {
	height: 0;
	overflow: hidden;
	transition: height 2s;
	padding: 0px;
	font-size: 12px;
}

.features-post .content:hover {
	height: 150px;
}

.content-show h4 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
}

.content-show h4 i {
	margin-right: 8px;
}

.content p {
	margin-bottom: .5rem;
	padding: 1rem;
}

.content a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 4px solid #fff;
	font-weight: 700;
}


/*********why choose us**********/

.whyUs {
	color: #fff;
	height: auto;
	margin: auto;
	/* text-align: center; */
	/* background: url('../img/dark-green.jpg') center center / cover !important;*/
	background: url("../img/contact-bg.jpg") center center / cover;
	padding-bottom: 5rem;
	border-top: 1px solid white;
}

.ligne {
	width: 2px;
	background-color: rgba(250, 250, 250, 0.1);
	height: 7rem;
	margin: auto;
	padding: 0;
}

.header {
	color: #fff;
	margin: auto;
	text-align: center;
	border: rgba(250, 250, 250, 0.1) 2px solid;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 1rem;
	font-weight: 600;
}

.categorie>ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.categorie>ul li {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	text-align: center;
	font-weight: bold;
}

.animate-charcter {
	text-transform: uppercase;
	background-image: linear-gradient(-225deg,
			#231557 0%,
			#44107a 29%,
			#ff1361 67%,
			#fff800 100%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 2s linear infinite;

}

@keyframes textclip {
	to {
		background-position: 200% center;
	}
}

.list-category {
	cursor: pointer;
}

.wiseFactorImgContainer {
	text-align: center;
	width: 500px;
	margin: 35px 0px;
}

.icon {

	padding: 5px;
}

.video-player-sizer {
	width: 300px;
}

.whyUs .content {
	height: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

a.link {
	color: #3CF;
	font-weight: 500;
	font-size: 1em;
	text-decoration: none;
	border: none;
	text-transform: initial;
}

a.link:hover {
	color: #FC3;
}

.active {
	color: #f5a425;
}


/******timer*********/

.timer {
	height: auto;
	padding-bottom: 5rem;
	background: url('../img/choosing-bg.jpg') center center / cover;
	border-top: 1px solid white;
}

.timer .big-text {
	color: #fff;
	font-size: 1.7em;
	font-weight: 800;
	text-align: center;
	justify-content: center;
}

.timer a.linko {
	color: #f5a425;
	border: none;
}

.time {
	display: flex;
	flex-direction: column;
	background-color: rgba(250, 250, 250, 0.1);
	height: 7rem;
	text-align: center;
	justify-content: center;
}

.number {
	color: var(--color-jaune-dark);
	font-size: 1.5em;
	font-weight: 900;
}

.category {
	color: #f5a425;
	font-weight: 500;
	font-size: 0.9em;
}

::-webkit-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff !important;
	opacity: 1;
	/* Firefox */
}

::-moz-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff !important;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff !important;
	opacity: 1;
	/* Firefox */
}

::-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff !important;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff !important;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff !important;
}

.timer .content {
	display: flex;
	flex-direction: column;
	margin: auto;
	height: 100%;
	align-content: center;
	justify-content: center;
}


/******courses******/

.lesson {
	background: url("../img/dark-green2.jpg") center center / cover;
	padding-bottom: 20px;
	border-top: 1px solid white;


}

.client {
	width: 100%;
	height: 100%;
	background: #7F00FF;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #59425c, #7F00FF);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #59425c, #7F00FF);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.carousel-icon i {
	font-size: 5rem;
	color: rgba(255, 255, 255, 0.3);
}

.carousel-item i {
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.3);
}

.t-card {
	padding: 1.8125rem 1.125rem;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 1.25rem;
	color: #fff;
	height: auto;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 1.5625rem solid transparent;
	border-right: 1.5625rem solid transparent;
	border-top: 1.25rem solid rgba(0, 0, 0, 0.5);
}

.item {
	margin-top: 10px;
	margin-bottom: 20px;
}

.item img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.info-course {
	background-color: #fff;
	padding: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: black;
}

.info-course h4 {
	font-size: 1.1em;
	margin: 10px 0 15px 0;
}

.info-course p {
	font-size: .8em;
	margin-bottom: 20px;
}

/*******end courses**************/


/********presentation****************/

.presentation {
	background: url("../images/video-bg.jpg") center center / cover;
	height: auto;
	color: #fff;
}

.smal-text {
	font-size: 1em;
}

.presentation h4 {
	font-size: 2.3em;
	font-weight: 800;
	margin-bottom: 30px;
	margin-top: 20px;
}

.presentation h4 span {
	color: #f5a425;
}

.text {
	font-size: .9em;
}

.url {
	color: #fff;
	font-weight: 600;
	background-color: #f5a425;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.url:hover {
	color: white;
}

.video-des {
	height: 35rem;
	width: auto;
	background: url("../images/main-thumb.png") center center / cover;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.bgr {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	background-color: rgba(255, 255, 255, .5);
}

.bgr p {
	color: black;
	font-weight: 700;
}

.bgr .run {
	background-color: #f5a425;
	/* padding: 15px; */
	width: 3rem;
	height: 3rem;
	color: #fff;
	font-size: 1.2em;
	border-radius: 50%;
	text-align: center;
	justify-content: center;
	padding: 10px;
	cursor: pointer;
}


/**************end presentation***********/


.facilities {
	background: url(../img/facilities-bg.jpg) center center / cover;
	padding-bottom: 5rem;
	color: #fff;
	height: auto;
	border-top: 1px solid white;
}

.facility_image {
	width: 100%;
	height: 175px;
}


/************contact************/

.contact {
	background: url("../img/contact-bg.jpg") center center / cover;
	padding-bottom: 5rem;
	color: #fff;
	height: auto;
	border-top: 1px solid white;
}

.form-control {
	color: #fff !important;
}

.contact-content {
	margin-top: 3rem;
}

.contact-content .form {
	background-color: rgba(250, 250, 250, 0.1);
	padding: 2rem;
}

.contact-content .form-control {
	margin-bottom: 2rem;
	background-color: rgba(250, 250, 250, 0.1);
	border: none;
	padding: 1rem;
}

.form-group {
	position: relative;

	.palceholder {
		position: absolute;
		top: 15px;
		left: 15px;
		color: #B1B1B1;
		display: none;
	}

	label {
		font-wight: normal;
		color: #B1B1B1;
	}

	.star {
		color: red
	}
}

.form-control :after {
	content: "*";
	color: red;
	padding-left: 0.2em;
}

input.form-control,
textarea.form-control {
	border: none !important;
	box-shadow: none !important;
}

.contact-content .btn {
	background-color: #f5a425;
	color: #fff;
	font-weight: 600;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 20px auto;
	border-radius: 0;
	padding: 10px 15px;
}

.contact-content input {
	color: #fff;
	border: none;
}

.contact .ligne {
	height: 3rem;
}


/************footer*************/

footer {
	background-color: #152036;
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 20px;
	border-top: #fff 2px solid;
}

footer p {
	margin-bottom: 0;
	font-size: 10px;
}


/************large devices only ********/

@media (min-width: 1200px) {

	/***********header************/
	/***navbar***/
	.navbar-position {
		justify-content: end;
	}

	.list-style:hover {
		border: #f5a425 3px solid;
	}

	.list-style a:hover {
		color: #fff;
	}

	.dropdown-menu a:hover {
		color: #f5a425;
	}

	/**presentation ***/
	.presentation {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.pre-content {
		height: 100vh;
		display: flex;
		flex-direction: column;
		margin: auto;
		justify-content: center;
		align-self: center;
		align-content: center;
		justify-items: center;
		justify-self: center;
	}

	/*****contact*****/
}


/********** Medium devices only *********/

@media (min-width: 992px) and (max-width: 1199px) {
	.list-style:hover {
		border: #f5a425 3px solid;
	}

	.list-style a:hover {
		color: #fff !important;
	}

	/***presentation****/
	.pre-content {
		height: 100vh;
		display: flex;
		flex-direction: column;
		margin: auto;
		justify-content: center;
		align-self: center;
		align-content: center;
		justify-items: center;
		justify-self: center;
	}

	.contact {
		height: 100vh;
	}
}


/********Small divices only *************/

@media (min-width: 768px) and (max-width: 991px) {

	/******why choose us*********/
	.categorie ul li {
		font-size: 15px;
		font-weight: 600;
		justify-content: space-between;
	}

	.whyUs .why {
		text-align: center;
	}

	/***features****/
	.features {
		background-color: rgb(16, 16, 41);
		padding-bottom: 2rem;
	}

	.features-post {
		position: initial;
		width: 80%;
		padding: 30px;
		padding-bottom: 0;
	}

	.features-content {
		position: initial;
		text-align: justify;
	}

	.description h1 {
		font-size: 8vw;
	}

	.description p {
		font-size: 20px;
	}

	.description button {
		font-size: 15px;
	}

	/****presentation****/
	.presentation {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.presentation h4 {
		font-size: 1.7em;
	}

	/* .video-des {
        margin-top: 5rem;
    } */
	/******contact********/
	.form {
		margin-bottom: 2rem;
	}
}


/****** Extra small devices only ********/

@media (max-width: 767px) {

	/******why choose us*********/
	.categorie ul li {
		font-size: 15px;
		font-weight: 600;
		justify-content: space-between;
	}

	.whyUs .why {
		text-align: center;
	}

	/***features****/
	.features {
		background-color: rgb(16, 16, 41);
		padding-bottom: 2rem;
		width: 100%;
		padding: 20px;
	}

	.features-post {
		position: initial;
		width: auto;
		margin: auto;
		display: flex;
	}

	.features-content {
		position: initial;
		text-align: justify;
		margin: 0px;
		padding: 5px 20px;
	}

	.description h1 {
		font-size: 7vw;
	}

	.description p {
		font-size: 20px;
	}

	.description button {
		font-size: 15px;
	}

	/***timer*****/
	.number {
		font-size: 6vw;
		font-weight: 700;
	}

	.category {
		font-size: 3vw;
	}

	/****presentation****/
	.presentation {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.pre-content {
		text-align: center;
	}

	.presentation h4 {
		font-size: 1.7em;
		text-align: center;
	}

	.video-des {
		margin-top: 5rem;
	}

	/***contact*****/
	.form {
		margin-bottom: 2rem;
	}
}

@media (max-width: 450px) {

	/***nav***/
	.logo {
		font-size: 8vw;
	}

	.navbar-dark .navbar-toggler-icon {
		height: 1.2em;
		width: 1.2em;
	}

	/******why choose us*********/
	.categorie ul {
		padding: 0;
	}

	.categorie ul li {
		font-size: 13px;
		font-weight: normal;
		justify-content: space-between;
	}
}

#popup_mission {

	.d-block {
		text-align: justify;
	}
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
	z-index: 100;
}

.overlay-text p {
	text-align: justify;
	padding: 15px;
}

.overlay-text {

	margin-top: 25px;
}

.popup {
	width: 1000px;
	height: 400px;
	position: fixed;
	top: calc(50% - 200px);
	left: calc(50% - 500px);
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	transition: all 5s ease-in-out;
}

.popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.popup .close:hover {
	color: #06D85F;
}

.popup .content {
	max-height: 250px;
	overflow: auto;
	margin-top: 30px;
}


@media screen and (max-width: 700px) {
	.popup {
		width: 70%;
	}
}

.img-container {
	width: 75px;
	height: 75px;
	position: absolute;
	right: 70px;
	top: 20px;
}

.img-container img {
	width: 100%;
	height: 100%;
	object-fit: inherit;
	border-radius: 50%;
}


.teamWrapper {
	/*  margin-top: 50px;*/
}

.container-team {
	--container: 1160px;
	max-width: var(--container);
	margin: auto;
	color: black;
}

.teamGrid {
	display: grid;
	grid-template-columns: 32.33% 32.33% 32.33%;
	column-gap: 1.5%;
	margin-top: 60px;
}

.teamGridNextRow {
	margin-top: 100px;
}

.avatar {
	position: absolute;
	left: 0;
	right: 0;
	top: -80px;
	text-align: center;
}

.teamcolinner {
	position: relative;
}

.avatar>img {
	width: 150px;
	margin: auto;
	height: 150px;
	object-fit: inherit;
	border-radius: 50%;
	border: 1px solid rgb(170 170 173/ 1);
	box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
}

.container-team h2 {
	font-size: 1rem !important;
	font-weight: bold;
}

.teamcolinner {
	position: relative;
	border: 1px dashed #ddd;
	min-height: 100px;
	background: #fff;
	z-index: 9;
}

.teamcol {
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	transition: transform 1s ease-in-out;
}

.teamcol:hover {
	transform: translateY(-30px);
	box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
	transition: transform 1s ease-in-out;
}

.teamcol:before {
	content: "";
	width: 50%;
	height: 50%;
	position: absolute;
	right: 0;
	top: 0;
	background: -webkit-linear-gradient(#ffbf00, #ffa000);
	border-top-right-radius: 10px;
	transition: width 1s ease-in-out;
}

.teamcol:after {
	content: "";
	width: 50%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: -webkit-linear-gradient(#0052cc, #005fec);
	border-bottom-left-radius: 10px;
	transition: width 1s ease-in-out;
}

.teamcol:hover::before,
.teamcol:hover::after {
	width: 100%;
	transition: width 1s ease-in-out;
}

.member-name {
	margin-top: 80px;
}

.member-info {
	padding: 10px 0px;
	font-size: 0.75rem;
}

.contact-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.contact-item {
	display: flex;
	align-items: center;
	margin: auto;
}

.contact-item a {
	text-decoration: none;
	margin: 8px 8px;
	padding: 8px;
	text-align: center;
	color: white;
}

.contact-item i {
	font-size: 20px;
}


@media screen and (max-width: 768px) {
	.contact-info {
		flex-direction: column;
		align-items: center;
	}


}

@media screen and (max-width: 400px) {

	.contact-item a {
		font-size: 14px;
	}

}


.age-table {
	background: #34495E;
	color: #fff;
	border-radius: .4em;
	overflow: hidden;

	tr {
		border-color: lighten(#34495E, 10%);
	}

	th,
	td {
		margin: .5em 1em;
		padding: 5px;
		border: 1px solid white;

		@media (min-width: $breakpoint-alpha) {
			padding: 1em !important;
		}
	}

	th,
	td:before {
		color: var(--color-jaune-dark);
		text-align: center;
	}
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.cf:before,
.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.cf:after {
	clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
	*zoom: 1;
}

/* Generic styling */

body {
	background: #F5EEC9;
}

.content {
	width: 100%;
	max-width: 1142px;
	margin: 0 auto;
	padding: 0 20px;
}

a:focus {
	outline: 2px dashed #f7f7f7;
}

@media screen and (max-width: 767px) {
	.content {
		padding: 0 20px;
	}
}

.administration {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 1200px;
}

.administration a {
	display: block;
	background: #ccc;
	border: 4px solid #fff;
	text-align: center;
	overflow: hidden;
	font-size: .7em;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	height: 100px;
	margin-bottom: -26px;
	box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4);
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	transition: all linear .1s;
}

@media print {
	.administration a {
		border: 4px solid #000;
	}
}

@media screen and (max-width: 767px) {
	.administration a {
		font-size: 1em;
	}
}


.administration a span {
	top: 50%;
	margin-top: -50px;
	display: block;
	font-size: 10px;
	line-height: 65px;

}

/*
 
 */

.director>li>a {
	width: 50%;
	margin: 0 auto 0px auto;
}

.subdirector:after {
	content: "";
	display: block;
	width: 0;
	height: 50px;
	background: red;
	border-left: 4px solid #fff;
	left: 48%;
	position: relative;
}

@media print {
	.subdirector:after {
		border-left: 4px solid #000;
	}
}

.subdirector,
.departments {
	position: absolute;
	width: 100%;

}

.subdirector>li:first-child,
.departments>li:first-child {
	width: 18.59894921190893%;
	height: 64px;
	margin: 0 auto 88px auto;
	padding-top: 25px;
	border-bottom: 4px solid white;
	z-index: 1;
}

@media print {

	.subdirector>li:first-child,
	.departments>li:first-child {
		border-bottom: 4px solid #000;
	}
}

.subdirector>li:first-child {
	float: right;
	right: 27.2%;
	border-left: 4px solid white;
	display: none;
}

@media print {
	.subdirector>li:first-child {
		border-left: 4px solid black;
	}
}

.departments>li:first-child {
	float: left;
	left: 27.2%;
	border-right: 4px solid white;
	display: none;
}

@media print {
	.departments>li:first-child {
		border-right: 4px solid black;
	}
}

.subdirector>li:first-child a,
.departments>li:first-child a {
	width: 100%;
}

.subdirector>li:first-child a {
	left: 25px;
}

@media screen and (max-width: 767px) {

	.subdirector>li:first-child,
	.departments>li:first-child {
		width: 40%;
	}

	.subdirector>li:first-child {
		right: 10%;
		margin-right: 2px;
	}

	.subdirector:after {
		left: 49.8%;
	}

	.departments>li:first-child {
		left: 0%;
		margin-left: 2px;
	}
}


.departments>li:first-child a {
	right: 25px;
}

.departments li:nth-child(2) {
	clear: left;
}

.departments:after {
	content: "";
	display: block;
	position: absolute;
	width: 84%;
	height: 22px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
	margin: 0 auto;
	top: 50px;
	left: 6.4%;
	background: transparent;
}

.dep-hod {

	color: white;
}

@media print {
	.departments:after {
		border-top: 4px solid #000;
		border-right: 4px solid #000;
		border-left: 4px solid #000;
	}
}

@media screen and (max-width: 767px) {
	.departments:after {
		border-right: none;
		left: 0;
		width: 49.8%;
	}
}

@media screen and (min-width: 768px) {
	.department:last-child:before {
		border: none;
	}
}

.department:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 22px;
	border-left: 4px solid white;
	z-index: 1;
	top: -22px;
	left: 50%;
	margin-left: -30px;
}

@media print {
	.department:before {
		border-left: 4px solid black;
	}
}

.department {
	border-left: 4px solid #fff;
	width: 14.598949%;
	float: left;
	margin-left: 1.751313485113835%;
	margin-bottom: 60px;
	margin-top: 72px;
}

@media print {
	.department {
		border-left: 4px solid #000;
	}
}

@media screen and (max-width: 767px) {
	.department {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.department:before {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 60px;
		border-left: 4px solid white;
		z-index: 1;
		top: -60px;
		left: 0%;
		margin-left: -30px;
	}

	.department:nth-child(2):before {
		display: none;
	}
}

.department>a {
	margin: 0 0 -26px -4px;
	z-index: 1;
}

.department>a:hover {
	height: 80px;
}

.department>ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.department li {
	padding-left: 25px;
	border-bottom: 4px solid #fff;
	height: 80px;
}

@media print {
	.department li {
		border-bottom: 4px solid #000;
	}
}

.department li a {
	background: #fff;
	top: 48px;
	position: absolute;
	z-index: 1;
	width: 90%;
	height: 60px;
	vertical-align: middle;
	right: -1px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0))) !important;
	background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;
	background-image: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;
	background-image: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;
	background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=1);
}

.department li a:hover {
	box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, 0.1);
	height: 80px;
	width: 95%;
	top: 39px;
	background-image: none !important;
}

/* Department/ section colors */
.department.dep-a a {
	background: #FFD600;
}

.department.dep-b a {
	background: #AAD4E7;
}

.department.dep-c a {
	background: #FDB0FD;
}

.department.dep-d a {
	background: #A3A2A2;
}

.department.dep-e a {
	background: #dfcf80;
}

.department.dep-f a {
	background: #eb6be1;
}
/*.dep-a-blk{
	background-image: url(../img/Female_Avatar.jfif) !important;
    background-size: 100% 100% !important;
}
.dep-b-blk{
	background-image: url(../img/Female_Avatar.jfif) !important;
    background-size: 100% 100% !important;
}
.dep-c-blk{
	background-image: url(../img/Female_Avatar.jfif) !important;
    background-size: 100% 100% !important;
}
.dep-d-blk{
	background-image: url(../img/Female_Avatar.jfif) !important;
    background-size: 100% 100% !important;
}
.dep-e-blk{
	background-image: url(../img/Female_Avatar.jfif) !important;
    background-size: 100% 100% !important;
}
.dep-f-blk{
	background-image: url(../img/Female_Avatar.jfif) !important;
    background-size: 100% 100% !important;
}*/
#testimonial-area {
	/*height:650px;*/
}

#testimonial-area .section-heading h2 {
	font-size: 48px;
	line-height: 58px;
	color: white;
}

.testi-wrap {
	position: relative;
	height: 600px;
	margin-top: -80px;
}

.client-single {
	margin-top: 20px;
	text-align: center;
	position: absolute;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.client-info,
.client-comment {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
	display: none;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
	opacity: 0;
	visibility: hidden;
}

.client-single.position-1 {
	-webkit-transform: scale(0.65);
	transform: scale(0.65);
}

.client-single.position-2 {
	left: 75px;
	top: 105px;
}

.client-single.position-3 {
	left: -60px;
	top: 240px;
	-webkit-transform: scale(0.4) !important;
	transform: scale(0.4) !important;
}

.client-single.position-4 {
	left: 55px;
	top: 380px;
}

.client-single.position-5 {
	top: 30px;
	right: 55px;
}

.client-single.position-6 {
	top: 225px;
	right: -40px;
}

.client-single.position-7 {
	top: 400px;
	right: 45px;
	-webkit-transform: scale(0.4) !important;
	transform: scale(0.4) !important;
}

.client-single.active {
	top: 25%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;

}

.client-single.active .client-comment,
.client-single.active .client-info {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	width: 60%;
	display: inline-block;
	max-height: 200px;
	padding: 10px 0px;
}

.client-single:not(.active) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;

}

.client-single.active .client-img {
	width: 30%;
	margin: 10px;
	display: inline-block;
}

.client-single.active .client-img:before {
	border-radius: 100%;
	content: '';

	width: 160px;
	height: 160px;
	top: -4px;
	left: 0px;
	position: absolute;
	z-index: -1;
}

.client-single .client-img img {
	width: 150px;
	border-radius: var(--facny-border-radius);
	border: 8px solid #d1e9ff;
	cursor: pointer;
}

.client-single.active .client-img img {
	max-width: 160px;
	margin: 0 auto 24px;
	border: 0;
}

.client-comment {
	padding: 0 30px;
}

.client-comment h3 {
	font-size: 12px;
	line-height: 24px;
	color: white;
}

.client-comment span i {
	font-size: 60px;
	color: #0084ff;
	margin: 40px 0 24px;
	display: inline-block;
}

.client-info h3 {
	color: #000;
	font-weight: 600;
	margin-bottom: 4px;
}

.client-info p {
	color: #0084ff;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#testimonial-area .section-heading h2 {
		font-size: 30px;
	}

	.client-comment h3 {
		font-size: 18px;
		line-height: 28px;
	}

	.client-single.active {
		width: 60%;
	}

	.client-single:not(.active) {
		-webkit-transform: scale(0.55);
		transform: scale(0.35);
	}

	.client-single.position-3,
	.client-single.position-7 {
		-webkit-transform: scale(0.3) !important;
		transform: scale(0.3) !important;
	}

	.client-single.active .client-img img {
		max-width: 100px;
	}

	.client-single.active .client-img::before {
		padding: 5px;
		width: 108px;
		height: 108px;
		top: -4px;
		left: 6px;
	}

	.client-single.active .client-img {
		width: 120px;
		height: 100px;
	}

	.testi-wrap {
		height: 580px;
	}

	#testimonial-area {
		padding: 100px 0 0;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#testimonial-area .section-heading h2 {
		font-size: 30px;
	}

	.client-comment h3 {
		font-size: 14px;
		line-height: 26px;
	}

	.client-single.active {
		width: 60%;
	}

	.client-comment span i {
		font-size: 40px;
	}

	.client-single:not(.active) {
		-webkit-transform: scale(0.55);
		transform: scale(0.35);
	}

	.client-single.position-5,
	.client-single.position-7 {
		right: 0;
	}

	.client-single.position-4 {
		left: 0;
	}

	.client-single.position-3,
	.client-single.position-7 {
		-webkit-transform: scale(0.3) !important;
		transform: scale(0.3) !important;
	}

	.client-single.active .client-img img {
		max-width: 80px;
	}

	.client-single.active .client-img::before {
		padding: 5px;
		width: 88px;
		height: 88px;
		top: -4px;
		left: 16px;
	}

	.client-single.active .client-img {
		width: 120px;
		height: 100px;
	}

	.testi-wrap {
		height: 630px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
	#testimonial-area .section-heading h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.client-comment h3 {
		font-size: 14px;
		line-height: 26px;
	}

	.client-single.active {
		width: 80%;
	}

	.client-comment span i {
		font-size: 40px;
	}

	.client-single:not(.active) {
		-webkit-transform: scale(0.25);
		transform: scale(0.25);
	}

	.client-single.position-5,
	.client-single.position-7,
	.client-single.position-6 {
		right: -70px;
	}

	.client-single.position-4 {
		left: -60px;
	}

	.client-single.position-3 {
		left: -75px;
	}

	.client-single.position-3,
	.client-single.position-7 {
		-webkit-transform: scale(0.25) !important;
		transform: scale(0.25) !important;
	}

	.client-single.active .client-img img {
		max-width: 80px;
	}

	.client-single.active .client-img::before {
		padding: 5px;
		width: 88px;
		height: 88px;
		top: -4px;
		left: 16px;
	}

	.client-single.active .client-img {
		width: 120px;
		height: 100px;
	}

	.testi-wrap {
		height: 600px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
	#testimonial-area .section-heading h2 {
		font-size: 30px;
	}

	.client-comment h3 {
		font-size: 14px;
		line-height: 26px;
	}

	.client-single.active {
		width: 80%;
	}

	.client-comment span i {
		font-size: 40px;
	}

	.client-single:not(.active) {
		-webkit-transform: scale(0.25);
		transform: scale(0.25);
	}

	.client-single.position-5,
	.client-single.position-7,
	.client-single.position-6 {
		right: -70px;
	}

	.client-single.position-4 {
		left: -60px;
	}

	.client-single.position-3 {
		left: -75px;
	}

	.client-single.position-3,
	.client-single.position-7 {
		-webkit-transform: scale(0.25) !important;
		transform: scale(0.25) !important;
	}

	.client-single.active .client-img img {
		max-width: 80px;
	}

	.client-single.active .client-img::before {
		padding: 5px;
		width: 88px;
		height: 88px;
		top: -4px;
		left: 16px;
	}

	.client-single.active .client-img {
		width: 120px;
		height: 100px;
	}

	.testi-wrap {
		height: 550px;
	}
}


.work-box {
	margin-bottom: 3rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #fff;
	padding: 1rem;
}

.work-box:hover img {
	transform: scale(1.3);
}

.work-img {
	display: block;
	overflow: hidden;
}

.work-img img {
	transition: all 1s;
}

.work-content {
	padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
	color: #4e4e4e;
	font-size: 0.8rem;
}

.work-content .w-more .w-ctegory {
	color: #0078ff;
}

.work-content .w-like {
	font-size: 2.5rem;
	color: #0078ff;
	float: right;
}

.work-content .w-like a {
	color: #0078ff;
}

.work-content .w-like .num-like {
	font-size: 0.7rem;
}

.w-title {
	font-size: 1.2rem;
	color: black;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
	padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
	width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #0078ff;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #0078ff;
}

.portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0px 0 30px rgba(78, 78, 78, 0.08);
}

.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
	margin-top: 10px;
}

.portfolio-details .portfolio-description {
	padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
	padding: 0;
}

.glow-green {
	-webkit-box-shadow: 0px 0px 139px 49px rgba(45, 255, 196, 0.56);
	-moz-box-shadow: 0px 0px 139px 49px rgba(45, 255, 196, 0.56);
	box-shadow: 0px 0px 139px 49px rgba(45, 255, 196, 0.56);
}


.karthik {


	.action-buttons {
		margin-top: 175px;
	}

	.slider-container {
		position: relative;
		overflow: hidden;
		width: 75vw;
		height: 100vh;
	}

	.left-slide {
		height: 100%;
		width: 35%;
		position: absolute;
		top: 0;
		left: 0;
		transition: transform 0.5s ease-in-out;
	}

	.left-slide>div {
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: #fff;
	}

	.left-slide h1 {
		font-size: 40px;
		margin-bottom: 10px;
		margin-top: -30px;
	}

	.right-slide {
		height: 100%;
		position: absolute;
		top: 0;
		left: 35%;
		width: 65%;
		transition: transform 0.5s ease-in-out;
	}

	.right-slide>div {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		height: 100%;
		width: 100%;
	}

	button {
		background-color: #fff;
		border: none;
		color: #aaa;
		cursor: pointer;
		font-size: 16px;
		padding: 15px;
	}

	button:hover {
		color: #222;
	}

	button:focus {
		outline: none;
	}

	.slider-container .action-buttons button {
		position: absolute;
		left: 35%;
		top: 50%;
		z-index: 100;
	}

	.slider-container .action-buttons .down-button {
		transform: translateX(-100%);
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	.slider-container .action-buttons .up-button {
		transform: translateY(-100%);
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
}


.flex-container {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
}

.flex-item {
	background: tomato;
	width: 200px;
	height: 150px;
	margin-top: 10px;
	line-height: 150px;
	color: white;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}


.light {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6347+0,ff6347+5,ff6347+5,ff6347+42,ffffff+49,ffffff+53,ff6347+59,ff6347+100 */
	background: rgb(255, 99, 71);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255, 99, 71, 1) 0%, rgba(255, 99, 71, 1) 5%, rgba(255, 99, 71, 1) 5%, rgba(255, 99, 71, 1) 42%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 53%, rgba(255, 99, 71, 1) 59%, rgba(255, 99, 71, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255, 99, 71, 1) 0%, rgba(255, 99, 71, 1) 5%, rgba(255, 99, 71, 1) 5%, rgba(255, 99, 71, 1) 42%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 53%, rgba(255, 99, 71, 1) 59%, rgba(255, 99, 71, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255, 99, 71, 1) 0%, rgba(255, 99, 71, 1) 5%, rgba(255, 99, 71, 1) 5%, rgba(255, 99, 71, 1) 42%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 53%, rgba(255, 99, 71, 1) 59%, rgba(255, 99, 71, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6347', endColorstr='#ff6347', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */


	background-repeat: no-repeat;
	background-position: 0px;
	background-size: 380%;
}

.light:hover {
	animation: light 1.3s;
	-webkit-animation: light 1.3s;
}

@keyframes light {
	0% {
		background-position: -600px;
	}

	100% {
		background-position: 0px;
	}
}

@-webkit-keyframes light {
	0% {
		background-position: -600px;
	}

	100% {
		background-position: 0px;
	}
}


.snip1527 {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	color: #ffffff;
	float: left;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
	margin: 10px 1%;
	max-width: 310px;
	min-width: 250px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
}

.snip1527 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.snip1527 img {
	max-width: 100%;
	vertical-align: top;
	position: relative;
}

.snip1527 figcaption {
	padding: 25px 20px 25px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
}

.snip1527 figcaption:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #700877;
	content: '';
	background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
	background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
	background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
	opacity: 0.8;
	z-index: -1;
}

.snip1527 .date {
	background-color: #fff;
	border-radius: 50%;
	color: #700877;
	font-size: 18px;
	font-weight: 700;
	min-height: 48px;
	min-width: 48px;
	padding: 10px 0;
	position: absolute;
	right: 15px;
	text-align: center;
	text-transform: uppercase;
	top: -25px;
}

.snip1527 .date span {
	display: block;
	line-height: 14px;
}

.snip1527 .date .month {
	font-size: 11px;
}

.snip1527 h3,
.snip1527 p {
	margin: 0;
	padding: 0;
}

.snip1527 h3 {
	display: inline-block;
	font-weight: 700;
	letter-spacing: -0.4px;
	margin-bottom: 5px;
}

.snip1527 p {
	font-size: 0.8em;
	line-height: 1.6em;
	margin-bottom: 0px;
}

.snip1527 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

.snip1527:hover img,
.snip1527.hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.lesson {

	.image-container {
		display: grid;
		place-items: center;
		height: 100vh;
	}

	.fade-animation-block {
		width: 100%;

	}

	.fade-animation-block>ul {
		display: grid;
		grid-template-rows: 3;
		column-gap: 14px;
		row-gap: 14px;
		grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
		grid-template-areas:
			"large large . . . ."
			"large large . . large-last large-last"
			". . . . large-last large-last";
	}

	.fade-animation-block>ul>li:first-child {
		grid-area: large;
	}

	.fade-animation-block>ul>li:last-child {
		grid-area: large-last;
	}

	.fade-animation-block>ul>li:first-child .img,
	.fade-animation-block>ul>li:last-child .img {
		padding-bottom: 89.42%;
	}

	.img {
		position: relative;
		padding-bottom: 88.81%;
	}

	.img img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	ul {
		padding: 0px;
	}
}

#faculty_details {


	.card {
		position: relative;
		display: flex;
		width: 100%;
		flex-direction: column;
		min-width: 0;
		word-wrap: break-word;
		background-color: #fff;
		background-clip: border-box;
		border: 1px solid #d2d2dc;
		border-radius: 2px;
		-webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
		-moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
		box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
	}

	.card .card-body {
		padding: 1rem 1rem;
	}

	.card-body {
		flex: 1 1 auto;
		padding: 1.25rem
	}

	.title {
		font-size: 25px;
		font-weight: 300;
		margin-top: 17px;
		color: #544a26;
	}

	.description {
		font-size: 14px;
		color: #867f64;
	}

	.mt-30 {
		margin-top: 30px
	}

	.modal {
		text-align: center !important;
		margin-top: 50px;
	}

	.btn-center {
		margin-top: 200px;
	}

	.btn:focus {
		outline: none;
	}

	.btn {
		border-radius: 2px;
		text-transform: capitalize;
		font-size: 15px;
		padding: 10px 19px;
		cursor: pointer;
		color: #fff;
		width: 100%;
	}
}

.list-group-item+.list-group-item {
	font-size: 12px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: rgb(118, 187, 189);
}

.card-img-top {

	width: 100px;
	height: 100px;
	text-align: center;
	margin: 0px 40%;
	border-radius: 100px;
}


.video-gallery {

	.modal {
		background-color: rgba(0, 0, 0, 0.4);
	}

	.modal-header {
		border-bottom: 1px solid #505050;
		padding: 12px 16px 6px 16px;

		.modal-title {
			color: #ccc;

			margin: 0;
		}

		.close {
			font-size: 32px;
			opacity: 1.0;
			color: #ccc;
			text-shadow: none;
			outline: none;
		}
	}

	.modal-content {
		border-radius: 0;
		border: 0;
		background-color: #323232;
	}

	.img-responsive {
		width: 100%;
	}

	button.btn-play {
		position: absolute;
		top: 0;
		bottom: 0;
		padding: 0;
		margin: 0;
		margin-left: -15px;
		border: 0;
		border-radius: 0;
		outline: 0 !important;
		width: 100%;
		background-color: transparent;
		color: rgba(245, 245, 245, 0.8);

		&:hover,
		&:active,
		&:visited,
		&:focus {
			color: rgba(255, 255, 255, 1.0);
		}

		.glyphicon {
			padding: 0;
			margin: 0;
			color: inherit;
			background-color: inherit;
			font-size: 64px;
		}
	}

	@media (min-width: 992px) and (max-width: 1199px) {
		button.btn-play {
			.glyphicon {
				font-size: 56px;
			}
		}
	}

	@media (min-width: 768px) and (max-width: 991px) {
		button.btn-play {
			.glyphicon {
				font-size: 46px;
			}
		}
	}

	@media (max-width: 767px) {
		a.video {
			display: block;
		}

		button.btn-play {
			.glyphicon {
				font-size: 56px;
			}
		}
	}
}


.linear-wipe {
	letter-spacing: 0.1vw;
	text-align: center;
	color: #f35626;
	background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: hue 10s infinite linear;

	@-webkit-keyframes hue {
		from {
			-webkit-filter: hue-rotate(0deg);
		}

		to {
			-webkit-filter: hue-rotate(-360deg);
		}
	}
}


.image-card {
	width: var(--size);
	height: var(--size);
	border-radius: var(--radius);
	position: relative;
	background-size: cover;
	margin: calc(var(--size) * 20 / 100);
}

.image-card:before {
	content: "";
	position: absolute;
	width: 90%;
	height: 100%;
	background-image: inherit;
	background-size: cover;
	border-radius: var(--radius);
	z-index: -1;
	filter: blur(12px);
	opacity: 0.6;
	left: 50%;
	transform: translate(-50%, 10%);
}


.accrodion-one__wrapper .accrodion-content p {
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 0.16px;
	margin: 0;
}

#main {
	margin: 50px 0;
}

#main #faq .card {
	margin-bottom: 30px;
	border: 0;
}

#main #faq .card .card-header {
	border: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
	box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
	border-radius: 2px;
	padding: 0;
}

#main #faq .card .card-header .btn-header-link {
	color: #fff;
	display: block;
	text-align: left;
	background: #FFE472;
	color: #222;
	padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
	background: #A541BB;
	color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
	content: "\f106";
}

#main #faq .card .collapsing {
	background: #FFE472;
	line-height: 30px;
}

#main #faq .card .collapse {
	border: 0;
}

#main #faq .card .collapse.show {
	background: #FFE472;
	line-height: 30px;
	color: #222;
}


.ageCriteria {
	label {
		margin-left: 20px;
	}

	#datepicker {
		width: 180px;
		margin: 0 20px 20px 20px;
	}

	#datepicker>span:hover {
		cursor: pointer;
	}

	.input-group-addon {
		left: -20px;
	}

	.form-control {
		color: black !important;
	}
}


.fixed-ratio-resize {
	max-width: 100%;
	height: auto;
	width: auto\9;
}


.single_advisor_profile {
	position: relative;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	z-index: 1;
	border-radius: 15px;
	-webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
	box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
	border: 1px solid lightgoldenrodyellow;
}

.single_advisor_profile .advisor_thumb {
	position: relative;
	z-index: 1;
	border-radius: 15px 15px 0 0;
	margin: 0 auto;
	padding: 30px 30px 0 30px;
	background-color: goldenrod;
	overflow: hidden;
}

.single_advisor_profile .advisor_thumb::after {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	position: absolute;
	width: 150%;
	height: 80px;
	bottom: -45px;
	left: -25%;
	content: "";
	background-color: #ffffff;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

@media only screen and (max-width: 575px) {
	.single_advisor_profile .advisor_thumb::after {
		height: 160px;
		bottom: -90px;
	}
}

.single_advisor_profile .advisor_thumb .social-info {
	position: absolute;
	z-index: 1;
	width: 85%;
	bottom: 0;
	right: 15px;
	text-align: right;
	color: white;
	padding: 10px;
	background: #3f43fd;
	font-size: 12px;
	border-radius: 30px;
}

.single_advisor_profile .advisor_thumb .social-info a {
	font-size: 14px;
	color: #020710;
	padding: 0 5px;
}

.single_advisor_profile .advisor_thumb .social-info a:hover,
.single_advisor_profile .advisor_thumb .social-info a:focus {
	color: #3f43fd;
}

.single_advisor_profile .advisor_thumb .social-info a:last-child {
	padding-right: 0;
}

.single_advisor_profile .single_advisor_details_info {
	position: relative;
	z-index: 1;
	padding: 20px;
	text-align: right;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	border-radius: 0 0 15px 15px;
	background-color: #ffffff;
	width: 360px;
}

.single_advisor_profile .single_advisor_details_info::after {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 3px;
	background-color: #3f43fd;
	content: "";
	top: 12px;
	right: 30px;
}

.single_advisor_profile .single_advisor_details_info h6 {
	margin-bottom: 0.25rem;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_advisor_profile .single_advisor_details_info h6 {
		font-size: 14px;
	}
}

.single_advisor_profile .single_advisor_details_info p {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	margin-bottom: 0;
	font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_advisor_profile .single_advisor_details_info p {
		font-size: 12px;
	}
}

.single_advisor_profile:hover .advisor_thumb::after,
.single_advisor_profile:focus .advisor_thumb::after {
	background-color: #070a57;
}

.single_advisor_profile:hover .advisor_thumb .social-info a,
.single_advisor_profile:focus .advisor_thumb .social-info a {
	color: #ffffff;
}

.single_advisor_profile:hover .advisor_thumb .social-info a:hover,
.single_advisor_profile:hover .advisor_thumb .social-info a:focus,
.single_advisor_profile:focus .advisor_thumb .social-info a:hover,
.single_advisor_profile:focus .advisor_thumb .social-info a:focus {
	color: #ffffff;
}

.single_advisor_profile:hover .single_advisor_details_info,
.single_advisor_profile:focus .single_advisor_details_info {
	background-color: #070a57;
}

.single_advisor_profile:hover .single_advisor_details_info::after,
.single_advisor_profile:focus .single_advisor_details_info::after {
	background-color: #ffffff;
}

.single_advisor_profile:hover .single_advisor_details_info h6,
.single_advisor_profile:focus .single_advisor_details_info h6 {
	color: #ffffff;
}

.single_advisor_profile:hover .single_advisor_details_info p,
.single_advisor_profile:focus .single_advisor_details_info p {
	color: #ffffff;
}

.single_advisor_profile:hover .single_advisor_details_info div,
.single_advisor_profile:focus .single_advisor_details_info div {
	color: darkgoldenrod;
}


.modal.right.fade.in .modal-dialog {
	right: 0 !important;
	transform: translateX(-50%);
}

.modal.right .modal-content {
	height: 100%;
	overflow: auto;
	border-radius: 0;
}

.modal.right .modal-dialog {
	position: fixed;
	margin: 25px 0px;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.right.fade.in .modal-dialog {
	transform: translateX(0%);
}

.modal.right.fade .modal-dialog {
	right: 0px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}


.modal.right .modal-header {
	background-color: darkgoldenrod;
	color: #fff;
	border-radius: 0px;
}

.modal.right .modal-header::after {
	content: "";
	display: inline-block;
}

.modal.right .close {
	text-shadow: none;
	opacity: 1;
	color: #ff4d4d;
	font-size: 26px
}

/*  form-control  */

.form-control {
	border-radius: 0;
	box-shadow: none
}

.form-control:focus {
	box-shadow: none
}


.modal.left .modal-dialog {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.modal.left .modal-dialog.modal-sm {
	max-width: 300px;
}

.modal.left .modal-content,
.modal.right .modal-content {
	min-height: 100vh;
	border: 0;
}

.modal.fade:not(.in).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}

.modal.fade:not(.in).left .modal-dialog {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}