body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-weight: 700;
}

img {
	max-width: 100%;
}

a:hover {
	text-decoration: none;
	outline: 0;
}

.grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, 1fr);
	border: 20px;
	padding: 20px;
}

.grid-2 {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, 1fr);
	border: 20px;
	padding: 20px;
}

.grid-1 {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(1, 1fr);
	border: 20px;
	padding: 20px;
}

/* Data table */
table.dataTable {
	margin-top: 10px !important;
	margin-bottom: 18px !important;
}

.table-bordered.dataTable>thead>tr>td,
.table-bordered.dataTable>thead>tr>th {
	border-bottom-width: 1px !important;
}

/* Fixed Header table */
.fixedHeader-floating {
	top: 0 !important;
}

/* Key Table border */
table.dataTable th.focus,
table.dataTable td.focus {
	outline: 2px solid #23b195 !important;
	outline-offset: -1px;
	background-color: #23b195;
	color: #ffffff;
}

/* Responsive data table */
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	box-shadow: 0 0 3px rgba(67, 89, 102, 0.2);
	background-color: #4fc55b;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	background-color: #2a2727;
}

table.dataTable>tbody>tr.child span.dtr-title {
	font-family: "Hind", sans-serif;
}

#datatable-colvid_info {
	float: left;
}

.dt-buttons {
	float: left;
}

div#datatable-buttons_info {
	float: left;
}

table.dataTable thead th {
	position: relative;
	background-image: none !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
	position: absolute;
	top: 7px;
	right: 8px;
	display: block;
	font-family: FontAwesome;
}

table.dataTable thead th.sorting:after {
	content: "\f0dc";
	padding-top: 0.12em;
}

table.dataTable thead th.sorting_asc:after {
	content: "\f0de";
}

table.dataTable thead th.sorting_desc:after {
	content: "\f0dd";
}

.DTFC_LeftBodyWrapper table thead th.sorting:after,
.dataTables_scrollBody table thead th.sorting:after,
.DTFC_RightBodyLiner table thead th.sorting:after,
.DTFC_LeftBodyWrapper table thead th.sorting_asc:after,
.dataTables_scrollBody table thead th.sorting_asc:after,
.DTFC_RightBodyLiner table thead th.sorting_asc:after,
.DTFC_LeftBodyWrapper table thead th.sorting_desc:after,
.dataTables_scrollBody table thead th.sorting_desc:after,
.DTFC_RightBodyLiner table thead th.sorting_desc:after {
	display: none !important;
}

/* Select 2 */
.select2-container .select2-selection--single {
	border: 1px solid #E3E3E3 !important;
	height: 38px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 36px !important;
	padding-left: 12px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
	height: 34px;
	width: 34px;
	right: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
	border-color: #999 transparent transparent transparent;
	border-width: 6px 6px 0 6px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #999 transparent !important;
	border-width: 0 6px 6px 6px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #23b195;
}

.select2-results__option {
	padding: 6px 12px;
}

.select2-dropdown {
	border: 1px solid #e3e3e3 !important;
	padding-top: 5px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.select2-search input {
	border: 1px solid #e3e3e3 !important;
}

.select2-container .select2-selection--multiple {
	min-height: 38px !important;
	border: 1px solid #767676 !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	padding: 2px 10px;
}

.select2-container .select2-selection--multiple .select2-search__field {
	margin-top: 7px;
	border: 0 !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 1px;
	padding: 0 7px;
}

.myButton {
	border-radius: 15px;
	border: groove #ec7e30;
	display: inline-block;
	cursor: pointer;
	color: #ec7e30;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	padding: 20px 25px;
	text-decoration: none;
	text-align: center;
}

.myButton:active {
	position: relative;
	top: 1px;
}

a:focus {
	text-decoration: none;
	outline: 0;
}

::-moz-selection {
	background: #ff5f47;
	color: #fff;
}

::selection {
	background: #ff5f47;
	color: #fff;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ecf1f5;
	z-index: 9999;
	text-align: center;
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 120px;
	display: flex;
	flex-flow: column nowrap;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.calendar {
	float: left;
	margin-bottom: 0;
}

.fc-view {
	margin-top: 30px;
}

.none-border .modal-footer {
	border-top: none;
}

.fc-toolbar {
	margin-bottom: 5px;
	margin-top: 15px;
}

.fc-toolbar h2 {
	font-size: 18px;
	font-weight: 600;
	font-family: "Hind", sans-serif;
	line-height: 30px;
	text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
	font-family: "Hind", sans-serif;
}

.fc-day {
	background: #ffffff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
	z-index: 0;
}

.fc th.fc-widget-header {
	background: #f5f5f5;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
	text-transform: uppercase;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
	border-color: gainsboro;
}

.fc-button {
	background: #f1f1f1;
	border: none;
	color: #626773;
	text-transform: capitalize;
	box-shadow: none !important;
	border-radius: 3px !important;
	margin: 0 3px !important;
	padding: 6px 12px !important;
	height: auto !important;
}

.fc-text-arrow {
	font-family: inherit;
	font-size: 16px;
}

.fc-state-hover {
	background: #f5f5f5;
}

.fc-state-highlight {
	background: #f0f0f0;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	background-color: #ec7e30 !important;
	color: #ffffff !important;
	text-shadow: none !important;
}

.fc-cell-overlay {
	background: #f0f0f0;
}

.fc-unthemed .fc-today {
	background: #ffffff;
}

.fc-event {
	border-radius: 2px;
	border: none;
	cursor: move;
	font-size: 13px;
	margin: 5px 7px;
	padding: 5px 5px;
	text-align: center;
}

.external-event {
	cursor: move;
	margin: 10px 0;
	color: #ffffff;
	padding: 6px 10px;
}

.fc-basic-view td.fc-week-number span {
	padding-right: 8px;
	font-weight: 700;
	font-family: "Hind", sans-serif;
}

.fc-basic-view td.fc-day-number {
	padding-right: 8px;
	font-weight: 700;
	font-family: "Hind", sans-serif;
}

.preloader .diamond {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	border-radius: 2px;
	background: #ff685c;
	-webkit-transform: translateY(0) rotate(45deg) scale(0);
	transform: translateY(0) rotate(45deg) scale(0);
	-webkit-animation: diamonds 1500ms linear infinite;
	animation: diamonds 1500ms linear infinite;
}

/*CHECKBOX*/
.checkbox {
	padding-left: 25px;
}

.checkbox label {
	display: inline-block;
	padding-left: 5px;
	position: relative;
	font-family: "Noto Sans", sans-serif;
	font-weight: normal;
}

.checkbox label::before {
	-o-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	background-color: #ffffff;
	border-radius: 2px;
	border: 1px solid gainsboro;
	content: "";
	display: inline-block;
	height: 17px;
	left: 0;
	margin-left: -20px;
	position: absolute;
	transition: 0.3s ease-in-out;
	width: 17px;
	outline: none !important;
	margin-top: 2px;
}

.checkbox label::after {
	color: #7a7d84;
	display: inline-block;
	font-size: 11px;
	height: 16px;
	left: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	position: absolute;
	top: 2px;
	width: 16px;
}

.checkbox input[type="checkbox"] {
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	outline: none !important;
}

.checkbox input[type="checkbox"]:disabled+label {
	opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus+label::before {
	outline-offset: -2px;
	outline: none;
}

.checkbox input[type="checkbox"]:checked+label::after {
	content: "";
	font-family: 'Material Design Icons';
	font-weight: bold;
}

.checkbox input[type="checkbox"]:disabled+label::before {
	background-color: #f5f5f5;
	cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}

.checkbox.checkbox-inline {
	margin-top: 0;
}

.checkbox.checkbox-single label {
	height: 17px;
}

.checkbox-custom input[type="checkbox"]:checked+label::before {
	background-color: #23b195;
	border-color: #23b195;
}

.checkbox-custom input[type="checkbox"]:checked+label::after {
	color: #ffffff;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
	background-color: #458bc4;
	border-color: #458bc4;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
	color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
	background-color: #2a2727;
	border-color: #2a2727;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
	color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
	background-color: #3db9dc;
	border-color: #3db9dc;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
	color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
	background-color: #e2ab3b;
	border-color: #e2ab3b;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
	color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
	background-color: #4fc55b;
	border-color: #4fc55b;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
	color: #ffffff;
}

.checkbox-dark input[type="checkbox"]:checked+label::before {
	background-color: #626773;
	border-color: #626773;
}

.checkbox-dark input[type="checkbox"]:checked+label::after {
	color: #ffffff;
}

.preloader .diamond:nth-child(1) {
	-webkit-animation-delay: -1000ms;
	animation-delay: -1000ms;
}

.preloader .diamond:nth-child(2) {
	-webkit-animation-delay: -2000ms;
	animation-delay: -2000ms;
}

.preloader .diamond:nth-child(3) {
	-webkit-animation-delay: -3000ms;
	animation-delay: -3000ms;
}

.preloader .diamond:nth-child(4) {
	-webkit-animation-delay: -4000ms;
	animation-delay: -4000ms;
}

@-webkit-keyframes diamonds {
	50% {
		-webkit-transform: translateY(-50px) rotate(45deg) scale(1);
		transform: translateY(-50px) rotate(45deg) scale(1);
	}

	100% {
		-webkit-transform: translateY(-100px) rotate(45deg) scale(0);
		transform: translateY(-100px) rotate(45deg) scale(0);
	}
}

@keyframes diamonds {
	50% {
		-webkit-transform: translateY(-50px) rotate(45deg) scale(1);
		transform: translateY(-50px) rotate(45deg) scale(1);
	}

	100% {
		-webkit-transform: translateY(-100px) rotate(45deg) scale(0);
		transform: translateY(-100px) rotate(45deg) scale(0);
	}
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

/************************************/
/*****    Navigation area css   *****/
/************************************/

header.header {
	min-height: 89px;
}

header .navbar {
	padding: 0;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	z-index: 10;
}

header .navbar:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 20px;
	bottom: -16px;
	background: url(../images/wave-bg3.png) repeat-x;
	z-index: 100;
}

header .navbar-collapse.collapse {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.navbar .navbar-nav .nav-item {
	padding: 30px 6px;
}

.navbar .navbar-nav .nav-link {
	padding: 4px 10px;
	font-size: 14px;
	color: #EC7E30;
	text-transform: uppercase;
	border-radius: 4px;
	letter-spacing: 0.02em;
	transition: all 0.3s;
}

.navbar .navbar-nav .nav-link.active {
	background: #EC7E30;
	color: #fff;
}



.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
	color: #EC7E30;
}

.navbar .navbar-nav .nav-link.active:hover,
.navbar .navbar-nav .nav-link.active:focus {
	color: #fff;
}

.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
}

.navbar-toggle {
	display: none;
	position: absolute;
	top: 26px;
	right: 15px;
}

.navbar-toggle .slicknav_btn {
	background: none;
	border: 1px solid #444;
	border-radius: 0;
}

.navbar-toggle .slicknav_icon-bar {
	background: #444;
	box-shadow: none;
	height: 1px;
	margin-top: 2px;
	margin-bottom: 4px;
}

.slicknav_menu {
	padding: 0;
	background: none;
}

.slicknav_btn {
	margin: 0;
}

.slicknav_nav a {
	color: #EC7E30;
	text-transform: uppercase;
}

/**************************************/
/*****    Banner Slider area css  *****/
/**************************************/

.top-bar {
	padding: 10px 0;
	background: #EC7E30;
}

.school-info ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.school-info ul li {
	display: inline-block;
	margin-left: 4px;
}

.school-info ul li:before {
	content: '/';
	color: #fff;
	font-size: 14px;
	margin-right: 8px;
}

.school-info ul li:first-child:before {
	display: none;
}

.school-info ul li a {
	margin: 0;
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}

.school-info ul li a i {
	margin-right: 4px;
}

.school-info ul li a:hover {
	color: #EC7E30;
}

.header-social-link a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	width: 16px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	margin-right: 4px;
}

.banner-slider {
	position: relative;
}

.banner-slider:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	transform: rotate(180deg);
	z-index: 1;
}

.banner-slider .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.banner-slider {
	position: relative;
}

.banner-slide {
	position: relative;
}

.banner-slide figure {
	margin: 0;
}

.banner-slide figure img {
	width: 100%;
}

.banner-slide .banner-slide-overlay {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 30%;
	right: 30%;
	transform: translate(0, -50%);
}

.banner-slide .banner-slide-overlay:before {
	bottom: auto;
	top: -4px;
}

.color-red {
	color: #f46c6e;
}

.color-green {
	color: #a4cf27;
}

.color-cloud {
	color: #4fc5d1;
}

.color-orange {
	color: #EC7E30;
}

.color-blue {
	color: #EC7E30;
}

.color-yellow {
	color: #ffc32f;
}

.banner-slide-overlay h2 {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 60px;
	font-weight: normal;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 1px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
	margin-bottom: 0.5em;
}

.banner-slide-overlay p {
	color: #232323;
	font-size: 20px;
	margin-bottom: 1.5em;
}

.btn-slider {
	display: inline-block;
	background: #EC7E30;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding: 10px 20px;
	border-radius: 2px;
	transition: all 0.3s;
}

.btn-slider:hover {
	background: #EC7E30;
	color: #fff;
}

.banner-button-prev,
.banner-button-next {
	width: 40px;
	height: 60px;
	margin-top: -30px;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 50%;
	z-index: 20;
	color: #EC7E30;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	transition: all 0.3s;
}

.banner-button-prev {
	left: 0;
}

.banner-button-next {
	right: 0;
}

.banner-button-prev:hover,
.banner-button-next:hover {
	background: #fff;
}

/**************************************/
/*****   Our Activities area css  *****/
/**************************************/

.our-activities {
	padding: 100px 0;
	position: relative;
}

.our-activities:after {
	content: '';
	position: absolute;
	height: 16px;
	bottom: -16px;
	left: 0;
	right: 0;
	background: url(../images/wave-bg3.png) repeat-x;
	z-index: 1;
}

.section-title {
	text-align: center;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 40px;
}

.section-title:before {
	content: '';
	display: block;
	width: 40px;
	margin-left: -20px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: -2px;
	background: #EC7E30;
	z-index: 1;
}

.section-title h2 {
	font-size: 36px;
	margin: 0;
	font-weight: normal;
	font-family: 'Bubblegum Sans', cursive;
}

.section-title p {
	color: #707070;
	margin: 0;
}

.activities-single {
	text-align: center;
	padding: 0 20px;
}

.activities-single .icon-box {
	width: 60px;
	height: 60px;
	margin: 10px auto 30px;
	font-size: 30px;
	color: #fff;
	line-height: 60px;
	border-radius: 50%;

}

.icon-blue {
	background: #EC7E30;
	box-shadow: 0 0 0 7px rgba(255 87 34 / 50%);
}

.icon-orange {
	background: #EC7E30;
	box-shadow: 0 0 0 7px rgba(255, 87, 34, 0.5);
}

.icon-green {
	background: #a4cf27;
	box-shadow: 0 0 0 7px rgba(164, 207, 39, 0.5);
}

.activities-single h3 {
	font-size: 22px;
	font-family: 'Bubblegum Sans', cursive;
	font-weight: 400;
	color: #333;
	margin-bottom: 18px;
}

.activities-single p {
	font-size: 14px;
	color: #707070;
	line-height: 1.7em;
	margin-bottom: 1.5em;
}

.activities-single a.learn-more {
	display: inline-block;
	color: #EC7E30;
	font-weight: 600;
	border-bottom: 1px solid #EC7E30;
}

.activities-single a.learn-more:after {
	content: '\f105';
	font-family: FontAwesome;
	margin-left: 10px;
}

/************************************/
/*****     Courses area css     *****/
/************************************/

.courses {
	background: #ffeee9;
	padding: 100px 0;
	position: relative;
}

.courses:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	transform: rotate(180deg);
	z-index: 1;
}

.course-single {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
}

.course-body {
	padding: 10px 0;
}

.course-body h3 {
	font-size: 16px;
	margin: 0 0 10px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	background: #EC7E30;
	padding: 9px 30px;
	position: relative;
}

.course-body h3:after {
	content: '';
	width: 40px;
	position: absolute;
	top: 0;
	right: -20px;
	bottom: 0;
	transform: skewX(40deg);
}

.course-body p {
	padding: 0 30px;
	color: #707070;
	font-size: 14px;
	line-height: 1.7em;
}

.course-footer {
	border-top: 1px solid #e8e8e8;
	padding: 20px 30px;
}

.course-footer a {
	display: inline-block;
	color: #fff;
	padding: 6px 10px;
	font-size: 14px;
	border-radius: 4px;
	transition: all 0.3s;
}

.course-footer a:hover {
	background: #333 !important;
}

.course-footer span {
	font-size: 24px;
	font-weight: 900;
	float: right;
}

.course-orange h3 {
	background: #EC7E30;
}

.course-orange h3:after {
	background: #EC7E30;
}

.course-orange .course-footer a {
	background: #EC7E30;
}

.course-orange .course-footer span {
	color: #EC7E30;
}

.course-blue h3 {
	background: #EC7E30;
}

.course-blue h3:after {
	background: #EC7E30;
}

.course-blue .course-footer a {
	background: #EC7E30;
}

.course-blue .course-footer span {
	color: #EC7E30;
}

.course-green h3 {
	background: #a4cf27;
}

.course-green h3:after {
	background: #a4cf27;
}

.course-green .course-footer a {
	background: #a4cf27;
}

.course-green .course-footer span {
	color: #a4cf27;
}

/************************************/
/*****    About us area css     *****/
/************************************/

.about-us {
	padding: 100px 0;
	position: relative;
}

.about-us:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	z-index: 1;
}

.about-content {
	margin-bottom: 30px;
}

.about-content h3 {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 28px;
	font-weight: 400;
	color: #333;
	margin-bottom: 0.6em;
}

.about-content p {
	color: #707070;
	line-height: 1.7em;
	margin-bottom: 1.7em;
}

.about-social-links a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #EC7E30;
	box-shadow: 0 0 0 4px rgba(255, 87, 34, 0.5);
	color: #fff;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	margin: 4px 20px 4px 0;
	transition: all 0.3s;
}

.about-social-links a:hover {
	background: #EC7E30;
	box-shadow: 0 0 0 4px rgba(25, 118, 209, 0.5);
}

/************************************/
/*****   Faculty Team area css  *****/
/************************************/

.faculty {
	padding: 100px 0;
	background: #ecf5fe;
	position: relative;
}

.faculty:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	transform: rotate(180deg);
}

.faculty-single {
	text-align: center;
	background: #fff;
	padding: 40px 30px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.faculty-single figure {
	display: inline-block;
	max-width: 160px;
	border-radius: 50%;
	overflow: hidden;
	border: 8px solid rgba(0, 0, 0, 0.06);
}

.faculty-single h3 {
	display: inline-block;
	letter-spacing: 0.04em;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	color: #fff;
	padding: 8px 20px;
	z-index: 1;
}

.faculty-single h3:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transform: skewX(30deg);
}

.faculty-single h3:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transform: skewX(-30deg);
}

.faculty-single p {
	margin: 0;
	color: #333;
}

.faculty-orange h3:before,
.faculty-orange h3:after {
	background: #EC7E30;
}

.faculty-blue h3:before,
.faculty-blue h3:after {
	background: #EC7E30;
}

.faculty-green h3:before,
.faculty-green h3:after {
	background: #a4cf27;
}

/**********************************/
/*****     Event area css     *****/
/**********************************/

.events {
	padding: 100px 0;
	position: relative;
}

.events:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	z-index: 1;
}

.event-single {
	background: #fff;
	padding: 10px;
	box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	margin: 15px;
}

.event-single figure img {
	border-radius: 6px;
}

.event-single figure {
	position: relative;
}

.event-single .date {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 66px;
	font-size: 12px;
	color: #fff;
	padding: 10px 10px 8px;
	border-radius: 4px;
	text-align: center;
	line-height: 1.6em;
}

.event-single .date span {
	font-weight: 700;
	font-size: 24px;
}

.event-body {
	padding: 0 10px;
}

.event-body h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.event-body p {
	color: #707070;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
	position: relative;
	padding: 0px 0 0px 26px;
}

.event-body p.location:before {
	content: "\f041";
	font-family: FontAwesome;
	line-height: 1em;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 4px;
}

.event-body p.time:before {
	content: "\f017";
	font-family: FontAwesome;
	line-height: 1em;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

.event-orange .date {
	background: #EC7E30;
}

.event-orange .event-body h3 {
	color: #EC7E30;
}

.event-orange .event-body p.location:before,
.event-orange .event-body p.time:before {
	color: #EC7E30;
}

.event-blue .date {
	background: #EC7E30;
}

.event-blue .event-body h3 {
	color: #EC7E30;
}

.event-blue .event-body p.location:before,
.event-blue .event-body p.time:before {
	color: #EC7E30;
}

.event-green .date {
	background: #a4cf27;
}

.event-green .event-body h3 {
	color: #a4cf27;
}

.event-green .event-body p.location:before,
.event-green .event-body p.time:before {
	color: #a4cf27;
}

.event-pagination {
	text-align: center;
	margin-top: 30px;
}

.event-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	opacity: 1;
	background: #EC7E30;
}

.event-pagination .swiper-pagination-bullet-active {
	background: #EC7E30;
}

/*************************************/
/*****    Testimonial area css   *****/
/*************************************/

.testimonial {
	background: #f6fce4;
	padding: 100px 0 0;
	position: relative;
}

.testimonial:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	transform: rotate(180deg);
}

.testimonial-slider-wrapper-outer {
	background: #cde686;
	max-width: 960px;
	margin: 0 auto;
	border-radius: 26px 26px 0 0;
	position: relative;
	padding: 20px 20px 0 20px;
}

.testimonial-slider-wrapper {
	background: #a4cf27;
	border-radius: 16px 16px 0 0;
	padding-bottom: 60px;
}

.testimonial-slide {
	padding: 60px 100px 0;
	text-align: center;
}

.testimonial-slide figure {
	max-width: 120px;
	display: inline-block;
}

.testimonial-slide figure img {
	border-radius: 50%;
	border: 8px solid rgba(255, 255, 255, 0.3);
}

.testimonial-slide h3 {
	font-size: 28px;
	margin: 0 0 14px;
	color: #fff;
	font-family: 'Bubblegum Sans', cursive;
	font-weight: normal;
	letter-spacing: 0.04em;
}

.testimonial-slide p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	font-style: italic;
}

.testimonial-pagination {
	text-align: center;
	margin-top: 20px;
}

.testimonial-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	opacity: 1;
	background: #cde686;
}

.testimonial-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

/*************************************/
/*****   Photo Gallery area css  *****/
/*************************************/

.photo-gallery {
	padding: 100px 0 50px;
	position: relative;
}

.photo-gallery:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	z-index: 1;
}

.photo-single {
	padding: 8px;
	position: relative;
	margin-bottom: 50px;
}

.photo-single img {
	border: 8px solid #fff;
}

.photo-single:before {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.photo-single:after {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.photo-orange:before,
.photo-orange:after {
	background: #EC7E30;
}

.photo-blue:before,
.photo-blue:after {
	background: #EC7E30;
}

.photo-green:before,
.photo-green:after {
	background: #a4cf27;
}

/*************************************/
/*****     Contact us area css   *****/
/*************************************/

.contactus {
	background: #ecf5fe;
	padding: 100px 0;
	position: relative;
}

.contactus:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	transform: rotate(180deg);
}

.contact-form .form-control {
	border: none;
	color: inherit;
	padding: 10px 20px;
	height: auto;
	resize: none;
	background: #fff;
	border-radius: 8px;
	border: 4px solid rgba(25, 118, 209, 0.14);
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
}

.btn-contact {
	background: #EC7E30;
	border: none;
	color: #fff;
	padding: 10px 40px;
	border: 4px solid rgba(255, 255, 255, 0.5);
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s;
	box-shadow: none;
	outline: 0;
}

.btn-contact:hover,
.btn-contact:focus {
	background: #EC7E30;
	box-shadow: none;
	outline: 0;
}

.contact-info p {
	font-size: 20px;
	font-weight: 400;
	color: #707070;
	position: relative;
	padding: 5px 0 5px 60px;
	margin-bottom: 40px;
}

.contact-info .email:before {
	content: '\f003';
	display: block;
	font-family: FontAwesome;
	width: 40px;
	height: 40px;
	background: #EC7E30;
	box-shadow: 0 0 0 6px rgba(255, 87, 34, 0.5);
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.contact-info .contact:before {
	content: '\f095';
	display: block;
	font-family: FontAwesome;
	width: 40px;
	height: 40px;
	background: #EC7E30;
	box-shadow: 0 0 0 6px rgb(255 87 34 / 50%);
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.contact-info .address:before {
	content: '\f041';
	display: block;
	font-family: FontAwesome;
	width: 40px;
	height: 40px;
	background: #a4cf27;
	box-shadow: 0 0 0 6px rgba(164, 207, 39, 0.5);
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.contact-social-link a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #EC7E30;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgb(255 87 34 / 50%);
	margin: 6px 30px 6px 0;
	transition: all 0.3s;
}

.contact-social-link a:hover {
	background: #EC7E30;
	box-shadow: 0 0 0 6px rgba(255, 87, 34, 0.5);
}

/*************************************/
/*****      Footer area css      *****/
/*************************************/

footer.footer {
	padding: 60px 0;
	text-align: center;
}

.footer-logo {
	margin-bottom: 30px;
}

.footer-copyright {
	max-width: 568px;
	margin: 0 auto;
}

.footer-copyright p {
	color: #707070;
	line-height: 1.7em;
	margin: 0;
}

.footer-copyright p a {
	color: #EC7E30;
	text-decoration: none;
	transition: all 0.3s;
}

.footer-copyright p a:hover {
	color: #EC7E30;
}

/* ===========
   Panels
 =============*/
.panel {

	box-shadow: none;
	margin-bottom: 20px;
}

.panel .panel-body {
	padding: 20px;
}

.panel .panel-body p {
	margin-bottom: 0;
	line-height: 24px;
}

.panel .panel-body p+p {
	padding-top: 10px;
}

.panel-heading {
	border: none !important;
	padding: 15px 20px;
	margin: -2px;
	border-radius: 4px 4px 0 0;
}

.panel-default>.panel-heading {
	background-color: #ffffff;
	border-bottom: none;
	color: #7a7d84;
}

.panel-title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0;
}

.panel-sub-title {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.7) !important;
	margin-top: 3px;
}

.panel-footer {
	background: #f5f5f5;
	border-top: 0;
}

.panel-default .panel-sub-title {
	color: inherit !important;
}

.upload-container {
	position: relative;
}

.upload-container input {
	border: 1px solid #cccccc;
	background: #f1f1f1;
	outline: 2px dashed #cccccc;
	outline-offset: -10px;
	padding: 50px 20px 100px 20px;
	text-align: center !important;
	width: 100%;
}

.upload-container input:hover {
	background: #ddd;
}

.upload-container:before {
	position: absolute;
	bottom: 50px;
	left: 20px;
	content: " (o) Trascina i files qui. ";
	color: #676a6c;
	font-weight: 900;
}

.panel-color .panel-title {
	color: #ffffff;
}

.panel-custom>.panel-heading {
	background-color: #23b195;
}

.panel-primary>.panel-heading {
	background-color: #458bc4;
}

.panel-success>.panel-heading {
	background-color: #4fc55b;
}

.panel-info>.panel-heading {
	background-color: #3db9dc;
}

.panel-warning>.panel-heading {
	background-color: #e2ab3b;
}

.panel-danger>.panel-heading {
	background-color: #2a2727;
}

.panel-dark>.panel-heading {
	background-color: #626773;
}

/* =============
   Tabs
============= */
.tab-content {
	padding: 0 0 0 0;
}

.nav-tabs>li>a {
	color: #626773;
	text-transform: uppercase;
	font-weight: 600;
}

.nav-tabs>li>a:hover {
	background-color: #f2f2f2;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #23b195;
}

.tabs-bordered {
	font-size: 15px;
	padding-bottom: 10px;
}

.tabs-bordered li a,
.tabs-bordered li a:hover,
.tabs-bordered li a:focus {
	border: 0 !important;

	padding: 15px 5px !important;
}

.tabs-bordered li.active a,
.tabs-bordered li.active a:hover,
.tabs-bordered li.active a:focus {

	margin-bottom: -1px;
	color: #fff;
	background: #ec7e30;
}

/* Navpills */
.nav-pills>li>a {
	color: #626773;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background-color: #23b195;
}

/* Modals */
.modal .modal-dialog .modal-content {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-color: #DDDDDD;
	border-radius: 2px;
	box-shadow: none;
	padding: 25px;
}

.modal .modal-dialog .modal-content .modal-header {
	border-bottom-width: 2px;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

.modal .modal-dialog .modal-content .modal-body {
	padding: 20px 0;
}

.modal .modal-dialog .modal-content .modal-footer {
	padding: 0;
	padding-top: 15px;
}

.modal-full {
	width: 98%;
}

.modal-content .nav.nav-tabs+.tab-content {
	margin-bottom: 0px;
}

.modal-content .panel-group {
	margin-bottom: 0px;
}

.modal-content .panel {
	border-top: none;
}

/************************************/
/*****       Media Screens      *****/
/************************************/

@media only screen and (max-width: 991px) {
	.grid {
		display: grid;
		gap: 1px;
		grid-template-columns: repeat(3, 1fr);
		border: 10px;
		padding: 10px;
	}

	.grid-2 {
		display: grid;
		gap: 1px;
		grid-template-columns: repeat(2, 1fr);
		border: 10px;
		padding: 10px;
	}

	.grid-1 {
		display: grid;
		gap: 1px;
		grid-template-columns: repeat(1, 1fr);
		border: 10px;
		padding: 10px;
	}
	.toast-top-center {
		top: 20px;
		margin: 0 auto;
		left: 20%;
	}

	.header .navbar-nav {
		display: none;
	}

	.header .navbar {
		align-items: flex-start;
	}

	.header .navbar .container {
		position: relative;
		flex-wrap: wrap;
	}

	.header .navbar-toggle,
	#responsive-menu {
		display: block;
		width: 100%;
	}
}

/* Mobile Layout */
@media only screen and (max-width: 991px) {
	.grid {
		display: grid;
		gap: 1px;
		grid-template-columns: repeat(3, 1fr);
		border: 10px;
		padding: 10px;
	}

	.grid-2 {
		display: grid;
		gap: 1px;
		grid-template-columns: repeat(2, 1fr);
		border: 10px;
		padding: 10px;
	}

	.grid-1 {
		display: grid;
		gap: 1px;
		grid-template-columns: repeat(1, 1fr);
		border: 10px;
		padding: 10px;
	}
	.toast-top-center {
		top: 20px;
		margin: 0 auto;
		left: 20%;
	}

	.navbar-brand {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.banner-slide .banner-slide-overlay {
		left: 10%;
		right: 10%;
	}

	.banner-slide-overlay h2 {
		font-size: 36px;
	}

	.activities-single {
		padding: 0;
	}

	.course-single {
		max-width: 480px;
		margin: 0 auto 30px;
	}
}

@media only screen and (max-width: 767px) {
	.grid {
		display: grid;
		gap: 1px;
		grid-template-columns: repeat(3, 1fr);
		border: 10px;
		padding: 10px;
	}

	.grid-2 {
		display: grid;
		gap: 1px;
		grid-template-columns: repeat(2, 1fr);
		border: 10px;
		padding: 10px;
	}

	.grid-1 {
		display: grid;
		gap: 1px;
		grid-template-columns: repeat(1, 1fr);
		border: 10px;
		padding: 10px;
	}
	.toast-top-center {
		top: 20px;
		margin: 0 auto;
		left: 20%;
	}

	.our-activities {
		padding: 60px 0 20px;
	}

	.courses,
	.faculty {
		padding: 60px 0 30px;
	}

	.about-us,
	.events,
	.contactus {
		padding: 60px 0;
	}

	.testimonial {
		padding: 60px 0 0;
	}

	.photo-gallery {
		padding: 60px 0 10px;
	}

	.section-title {
		margin-bottom: 40px;
	}

	.section-title h2 {
		font-size: 24px;
	}

	.section-title p {
		font-size: 14px;
	}

	.header-social-link,
	.school-info {
		text-align: center;
	}

	.school-info ul li {
		display: block;
	}

	.school-info ul li:before {
		display: none;
	}

	.banner-slide .banner-slide-overlay {
		left: 14%;
		right: 14%;
	}

	.banner-slide-overlay h2 {
		font-size: 20px;
		text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	}

	.btn-slider {
		padding: 6px 20px;
		font-size: 14px;
	}

	.activities-single {
		margin-bottom: 40px;
	}

	.about-image {
		margin-bottom: 40px;
	}

	.testimonial-slider-wrapper-outer {
		padding: 10px 10px 0 10px;
	}

	.testimonial-slide {
		padding: 30px 20px 0;
	}

	.testimonial-slide h3 {
		font-size: 22px;
	}

	.testimonial-slide p {
		font-size: 18px;
	}
}

.toast-top-center {
	top: 20px;
	margin: 0 auto;
	left: 40%;
}

#toast-container>.toast-success {
	background-color: #a4cf27;
}

.loader {
	position: absolute;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url("/images/logo.png") 50% 50% no-repeat rgb(249, 249, 249);
}

.required:after {
	content:" *";
	color: red;
  }
@media only screen and (max-width: 575px) {
	.grid {
		display: grid;
		gap: 1px;
		grid-template-columns: repeat(3, 1fr);
		padding: 0px;
	}

	.grid-2 {
		display: grid;
		gap: 1px;
		grid-template-columns: repeat(2, 1fr);
		padding: 0px;
	}

	.grid-1 {
		display: grid;
		gap: 1px;
		grid-template-columns: repeat(1, 1fr);
		padding: 0px;
	}

	.toast-top-center {
		top: 20px;
		margin: 0 auto;
		left: 20%;
	}

	.header .container {
		width: 100%;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.header-social-link {
		display: none;
	}

	.contact-info p {
		font-size: 18px;
	}

	.contact-social-link {
		text-align: center;
		margin-bottom: 40px;
	}

	.contact-social-link a {
		margin: 6px 10px;
	}

	.event-single {
		margin: 20px;
		box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
	}
}

.m-b-20 {
	margin-bottom: 20px !important;
}

/* Data table */
table.dataTable {
	margin-top: 10px !important;
	margin-bottom: 18px !important;
}

.table-bordered.dataTable>thead>tr>td,
.table-bordered.dataTable>thead>tr>th {
	border-bottom-width: 1px !important;
}

/* Fixed Header table */
.fixedHeader-floating {
	top: 0 !important;
}

/* Key Table border */
table.dataTable th.focus,
table.dataTable td.focus {
	outline: 2px solid #23b195 !important;
	outline-offset: -1px;
	background-color: #23b195;
	color: #ffffff;
}

/* Responsive data table */
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	box-shadow: 0 0 3px rgba(67, 89, 102, 0.2);
	background-color: #4fc55b;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	background-color: #2a2727;
}

table.dataTable>tbody>tr.child span.dtr-title {
	font-family: "Hind", sans-serif;
}

/* ColVid Tables */
div.ColVis {
	float: none;
	margin-right: 30px;
}

button.ColVis_Button,
.ColVis_Button:hover {
	float: none;
	border-radius: 3px;
	outline: none !important;
	background: none;
	box-shadow: none;
	color: #ffffff !important;
	background-color: #23b195 !important;
	border: 1px solid #23b195 !important;
}

.dataTables_length {
	float: left !important;
}

div.ColVis_collectionBackground {
	background-color: transparent;
}

ul.ColVis_collection {
	padding: 10px 0 0 0;
	background-color: #ffffff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	border: none;
}

ul.ColVis_collection li {
	background: transparent !important;
	padding: 3px 10px !important;
	border: none !important;
	box-shadow: none !important;
}

#datatable-colvid_info {
	float: left;
}

.dt-buttons {
	float: left;
}

div#datatable-buttons_info {
	float: left;
}

table.dataTable thead th {
	position: relative;
	background-image: none !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
	position: absolute;
	top: 7px;
	right: 8px;
	display: block;
	font-family: FontAwesome;
}

table.dataTable thead th.sorting:after {
	content: "\f0dc";
	padding-top: 0.12em;
}

table.dataTable thead th.sorting_asc:after {
	content: "\f0de";
}

table.dataTable thead th.sorting_desc:after {
	content: "\f0dd";
}

.DTFC_LeftBodyWrapper table thead th.sorting:after,
.dataTables_scrollBody table thead th.sorting:after,
.DTFC_RightBodyLiner table thead th.sorting:after,
.DTFC_LeftBodyWrapper table thead th.sorting_asc:after,
.dataTables_scrollBody table thead th.sorting_asc:after,
.DTFC_RightBodyLiner table thead th.sorting_asc:after,
.DTFC_LeftBodyWrapper table thead th.sorting_desc:after,
.dataTables_scrollBody table thead th.sorting_desc:after,
.DTFC_RightBodyLiner table thead th.sorting_desc:after {
	display: none !important;
}


/* Pagination/ Pager */
.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.pagination>li>a,
.pagination>li>span {
	color: #626773;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	background-color: #f5f5f5;
}

.pagination-split li {
	margin-left: 5px;
	display: inline-block;
	float: left;
}

.pagination-split li:first-child {
	margin-left: 0;
}

.pagination-split li a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #a4cf27;
	border-color: #a4cf27;
}

.pager li>a,
.pager li>span {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #626773;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	background-color: #a4cf27;
	border-color: #a4cf27;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: rgba(255, 255, 255, 0.7);
}