
body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #151515
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

img {
	max-width: 100%;
	height: auto
}

a:focus,
button:focus,
input:focus,
textarea:focus {
	text-decoration: none;
	outline: 0
}

a:focus,
a:hover {
	text-decoration: none
}

a,
i,
span {
	display: inline-block
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #004aad;
	margin: 0
}

h1 {
	font-size: 48px
}

h2 {
	font-size: 36px
}

h3 {
	font-size: 28px
}

h4 {
	font-size: 22px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

p {
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	line-height: 24px;
	color: #151515 !important;
	margin: 0
}

a,
button {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer
}

a,
button,
img,
input {
	outline: 0
}

a:focus,
button:focus,
img:focus,
input:focus {
	outline: 0
}

a:focus {
	color: inherit;
	outline: 0;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: #004aad
}

button,
input[type=submit] {
	cursor: pointer
}

.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%
}

.row-wrapper {
	margin-left: -12px;
	margin-right: -12px
}

.row-wrapper .custom-col {
	padding: 0 12px
}

@media only screen and (min-width:1400px),
lg {
	.container {
		max-width: 1200px
	}
}

.main-btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
	padding: 0 30px;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	background-color: #004aad
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.main-btn {
		padding: 0 25px;
		height: 50px;
		line-height: 50px;
		font-size: 16px
	}
}

@media (max-width:767px) {
	.main-btn {
		padding: 0 20px;
		height: 45px;
		line-height: 45px;
		font-size: 14px
	}
}

.main-btn:hover {
	background-color: #095d40;
	color: #fff
}

.main-btn.main-btn-2 {
	background-color: #095d40;
	color: #fff
}

.main-btn.main-btn-2:hover {
	background-color: #004aad
}

.slick-slide {
	outline: 0
}

.section-title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:767px) {
	.section-title {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-title {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex
	}
}

.section-title .title {
	font-size: 47px;
	line-height: 54px;
	position: relative;
	padding-right: 60px;
	display: inline-block
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title .title {
		font-size: 34px;
		line-height: 40px;
		padding-right: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title .title {
		font-size: 36px;
		line-height: 45px
	}
}

@media (max-width:767px) {
	.section-title .title {
		font-size: 30px;
		line-height: 35px;
		padding-bottom: 20px;
		padding-right: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-title .title {
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 0;
		padding-right: 30px
	}
}

.section-title .title::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 65%;
	background-color: #004aad;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:767px) {
	.section-title .title::before {
		height: 2px;
		left: 0;
		right: auto;
		top: auto;
		bottom: 0;
		width: 100px;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-title .title::before {
		width: 2px;
		height: 75%;
		left: auto;
		top: 50%;
		right: 0;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.section-title p {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #004aad;
	padding-left: 60px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title p {
		font-size: 16px;
		padding-left: 50px;
		line-height: 28px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title p {
		font-size: 16px;
		line-height: 28px
	}
}

@media (max-width:767px) {
	.section-title p {
		padding-left: 0;
		font-size: 16px;
		line-height: 28px;
		margin-top: 25px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-title p {
		padding-left: 30px;
		font-size: 16px;
		line-height: 28px;
		margin-top: 0
	}
}

.section-title-2 .title {
	font-size: 47px;
	line-height: 54px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title-2 .title {
		font-size: 38px;
		line-height: 45px
	}
}

@media (max-width:767px) {
	.section-title-2 .title {
		font-size: 30px;
		line-height: 30px
	}
}

.section-title-2 .line {
	width: 150px;
	background: 0 0;
	border: 1px solid #004aad;
	margin-top: 25px
}

.section-title-2 p {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #004aad;
	margin-top: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title-2 p {
		font-size: 16px;
		line-height: 28px
	}
}

@media (max-width:767px) {
	.section-title-2 p {
		padding-left: 0;
		font-size: 16px;
		line-height: 28px
	}
}

.pagination-items {
	padding-top: 60px
}

.pagination-items li {
	display: inline-block;
	margin: 0 10px
}

@media (max-width:767px) {
	.pagination-items li {
		margin: 0 5px
	}
}

.pagination-items li a {
	font-weight: 500;
	font-size: 18px;
	color: #a2a2a2
}

@media (max-width:767px) {
	.pagination-items li a {
		font-size: 14px
	}
}

.pagination-items li a.active {
	color: #151515;
	padding-right: 90px;
	position: relative
}

@media (max-width:767px) {
	.pagination-items li a.active {
		padding-right: 50px
	}
}

.pagination-items li a.active::before {
	position: absolute;
	content: '';
	width: 75px;
	height: 1px;
	background-color: #151515;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:767px) {
	.pagination-items li a.active::before {
		width: 40px
	}
}

.form-radio input[type=radio] {
	display: none
}

.form-radio input[type=radio]+label {
	font-weight: 500;
	font-size: 14px;
	color: #303030;
	margin-bottom: 0;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	display: block
}

.form-radio input[type=radio]+label span {
	width: 14px;
	height: 14px;
	border: 1px solid #707070;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.form-radio input[type=radio]+label span::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #004aad;
	border-radius: 50%;
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-ms-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.form-radio input[type=radio]:checked+label span {
	border-color: #004aad
}

.form-radio input[type=radio]:checked+label span::before {
	opacity: 1;
	visibility: visible
}

.checkbox input[type=checkbox] {
	display: none
}

.checkbox input[type=checkbox]+label {
	position: relative;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	color: #151515
}

@media (max-width:767px) {
	.checkbox input[type=checkbox]+label {
		font-size: 14px
	}
}

.checkbox input[type=checkbox]+label span {
	width: 16px;
	height: 16px;
	border: 1px solid #151515;
	position: relative;
	border-radius: 3px;
	top: 5px;
	margin-right: 5px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media (max-width:767px) {
	.checkbox input[type=checkbox]+label span {
		width: 14px;
		height: 14px
	}
}

.checkbox input[type=checkbox]+label span::before {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-size: 12px;
	color: #222;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: relative;
	top: -6px;
	left: 1px;
	opacity: 0;
	visibility: hidden
}

@media (max-width:767px) {
	.checkbox input[type=checkbox]+label span::before {
		top: -5px;
		left: 0
	}
}

.checkbox input[type=checkbox]:checked+label span {
	background-color: #004aad;
	border-color: #004aad
}

.checkbox input[type=checkbox]:checked+label span::before {
	color: #fff;
	opacity: 1;
	visibility: visible
}

.single-form {
	margin-top: 30px
}

.single-form input,
.single-form textarea {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border: 1px solid #dbdbdb;
	font-weight: 500;
	font-size: 16px;
	color: #303030;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-form input:focus,
.single-form textarea:focus {
	border-color: #095d40
}

@media (max-width:767px) {

	.single-form input,
	.single-form textarea {
		height: 45px
	}
}

.single-form textarea {
	height: 230px;
	padding-top: 15px;
	resize: none
}

.single-form .main-btn {
	height: 36px;
	line-height: 36px;
	padding: 0 22px;
	font-size: 14px
}

.s-hidden {
	visibility: hidden;
	padding-right: 10px
}

.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 14px;
	letter-spacing: .02em;
	color: #141414;
	height: 38px;
	border: 0;
	
	width: 100%
	
}

.styledSelect {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 38px;
	background-color: #fff;
	border: 1px solid #c0bfbf;
	padding: 6px 10px;
	border-radius: 10px;
}

.styledSelect::after {
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #004aad;
	border-right: 1px solid #004aad;
	position: absolute;
	top: 50%;
	right: 6px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	margin-top: -9px
}

.styledSelect.active::after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0 0;
	padding: 0 0;
	list-style: none;
	border: 1px solid #dbdbdb;
	background-color: #fff
}

.options li {
	padding: 6px 10px;
	margin: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 14px;
	font-weight: 500;
	color: #151515
}

.options li:hover {
	background-color: #004aad;
	color: #fff
}

.tab-pane.active {
	-webkit-animation: tabUp .5s;
	-moz-animation: tabUp .5s;
	-o-animation: tabUp .5s;
	animation: tabUp .5s
}

@-webkit-keyframes tabUp {
	from {
		transform: translate3d(0, 30px, 0);
		-webkit-transform: translate3d(0, 30px, 0);
		-moz-transform: translate3d(0, 30px, 0);
		-ms-transform: translate3d(0, 30px, 0);
		-o-transform: translate3d(0, 30px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0)
	}
}

@keyframes tabUp {
	from {
		transform: translate3d(0, 30px, 0);
		-webkit-transform: translate3d(0, 30px, 0);
		-moz-transform: translate3d(0, 30px, 0);
		-ms-transform: translate3d(0, 30px, 0);
		-o-transform: translate3d(0, 30px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0)
	}
}

.header-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: #fff
}

.header-top {
	background: #004aad;
	padding-bottom: 15px
}

@media (max-width:767px) {
	.header-top-wrapper .header-top-left {
		width: 100%;
		text-align: center
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-top-wrapper .header-top-left {
		width: auto
	}
}

.header-top-wrapper .header-top-left .header-meta li a {
	font-family: Exo;
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.header-top-wrapper .header-top-left .header-meta li a:hover {
	color: #8d8d8d
}

@media (max-width:767px) {
	.header-top-wrapper .header-top-right {
		width: 100%;
		text-align: center
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-top-wrapper .header-top-right {
		width: auto
	}
}

.header-top-wrapper .header-top-right .header-link a {
	font-family: Exo;
	font-weight: 400;
	font-size: 13px;
	color: #8d8d8d;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: relative
}

.header-top-wrapper .header-top-right .header-link a+a {
	margin-left: 45px
}

.header-top-wrapper .header-top-right .header-link a:hover {
	color: #fff
}

.header-top-wrapper .header-top-right .header-link a.register::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 70%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -22px;
	background-color: #8d8d8d
}

.navigation {
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation {
		padding: 10px 0
	}
}

@media (max-width:767px) {
	.navigation {
		padding: 10px 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper {
		width: 320px;
		height: 100%;
		top: 0;
		left: -400px;
		position: fixed;
		background-color: #004aad;
		z-index: 9999;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition-duration: .8s;
		transition-timing-function: ease
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper {
		width: 280px;
		height: 100%;
		top: 0;
		left: -400px;
		position: fixed;
		background-color: #004aad;
		z-index: 9999;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition-duration: .8s;
		transition-timing-function: ease
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper.nav-menus-wrapper-open {
		left: 0
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper.nav-menus-wrapper-open {
		left: 0
	}
}

.navigation .nav-menus-wrapper .nav-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu {
		display: block;
		padding-top: 80px
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu {
		display: block;
		padding-top: 80px
	}
}

.navigation .nav-menus-wrapper .nav-menu li {
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu li {
		border-top: 1px solid rgba(219, 219, 219, .15)
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu li {
		border-top: 1px solid rgba(219, 219, 219, .15)
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu li:last-child {
		border-bottom: 1px solid rgba(219, 219, 219, .15)
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu li:last-child {
		border-bottom: 1px solid rgba(219, 219, 219, .15)
	}
}

.navigation .nav-menus-wrapper .nav-menu li+li {
	margin-left: 40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.navigation .nav-menus-wrapper .nav-menu li+li {
		margin-left: 22px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu li+li {
		margin-left: 0
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu li+li {
		margin-left: 0
	}
}

.navigation .nav-menus-wrapper .nav-menu li a {
	font-weight: 600;
	font-size: 16px;
	padding: 43px 0;
	color: #004aad;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: block;
	position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.navigation .nav-menus-wrapper .nav-menu li a {
		font-size: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu li a {
		color: #fff;
		padding: 12px 15px 12px 26px;
		font-size: 14px
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu li a {
		color: #fff;
		padding: 12px 15px 12px 26px;
		font-size: 14px
	}
}

.navigation .nav-menus-wrapper .nav-menu li a.active {
	color: #095d40
}

.navigation .nav-menus-wrapper .nav-menu li:hover>a {
	color: #00ac70
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu {
	position: absolute;
	width: 215px;
	background-color: #fff;
	border-top: 2px solid #004aad;
	padding: 10px 0;
	-webkit-box-shadow: 2px 2px 20px rgba(7, 41, 77, .1);
	-moz-box-shadow: 2px 2px 20px rgba(7, 41, 77, .1);
	box-shadow: 2px 2px 20px rgba(7, 41, 77, .1);
	top: 100%;
	left: 0;
	z-index: 99;
	display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu {
		position: relative;
		width: 100%;
		background-color: transparent;
		padding: 0
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu {
		position: relative;
		width: 100%;
		background-color: transparent;
		padding: 0
	}
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li {
	margin-left: 0
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a {
	line-height: 1;
	padding: 10px 20px;
	font-size: 14px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a {
		padding: 12px 35px
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a {
		padding: 12px 35px
	}
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a i {
	display: block;
	font-size: 13px;
	float: right
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li:hover>a {
	padding-left: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li:hover>a {
		padding: 12px 35px
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li:hover>a {
		padding: 12px 35px
	}
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu {
	top: -12px;
	left: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu {
		top: 0;
		left: 0
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu {
		top: 0;
		left: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu li a {
		padding-left: 45px
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu li a {
		padding-left: 45px
	}
}

.navigation .nav-menus-wrapper .submenu-indicator {
	margin-left: 8px;
	margin-top: 8px;
	float: right;
	transition: all .3s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .submenu-indicator {
		margin: 0
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .submenu-indicator {
		margin: 0
	}
}

.navigation .nav-menus-wrapper .submenu-indicator .submenu-indicator-chevron {
	height: 6px;
	width: 6px;
	display: block;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: transparent #004aad #004aad transparent;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .submenu-indicator .submenu-indicator-chevron {
		border-color: transparent #dbdbdb #dbdbdb transparent;
		margin: 0
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .submenu-indicator .submenu-indicator-chevron {
		border-color: transparent #dbdbdb #dbdbdb transparent;
		margin: 0
	}
}

.navigation .nav-menus-wrapper .nav-dropdown .submenu-indicator {
	right: 15px;
	top: 16px;
	position: absolute;
	margin: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .nav-menus-wrapper .nav-dropdown .submenu-indicator {
		right: 0;
		top: 0
	}
}

@media (max-width:767px) {
	.navigation .nav-menus-wrapper .nav-dropdown .submenu-indicator {
		right: 0;
		top: 0
	}
}

.navigation .nav-menus-wrapper .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.navigation .nav-toggle {
	width: 30px;
	height: 30px;
	padding: 6px 2px 0;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: 15px;
	cursor: pointer
}

.navigation .nav-toggle::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	background-color: #004aad;
	border-radius: 10px;
	box-shadow: 0 .5em 0 0 #004aad, 0 1em 0 0 #004aad
}

.navigation .nav-menus-wrapper-close-button {
	width: 30px;
	height: 40px;
	margin: 10px 7px;
	display: none;
	float: right;
	color: #dbdbdb;
	font-size: 26px;
	cursor: pointer
}

.navigation .header-search {
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navigation .header-search {
		position: absolute;
		top: 50%;
		right: 70px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 99
	}
}

@media (max-width:767px) {
	.navigation .header-search {
		position: absolute;
		top: 50%;
		right: 70px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 99;
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.navigation .header-search {
		display: block
	}
}

.navigation .header-search input {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #004aad;
	font-size: 13px;
	letter-spacing: .08em;
	color: #8d8d8d;
	height: 30px
}

.navigation .header-search input::placeholder {
	opacity: 1;
	color: #8d8d8d
}

.navigation .header-search input::-moz-placeholder {
	opacity: 1;
	color: #8d8d8d
}

.navigation .header-search input::-moz-placeholder {
	opacity: 1;
	color: #8d8d8d
}

.navigation .header-search input::-webkit-input-placeholder {
	opacity: 1;
	color: #8d8d8d
}

.navigation .header-search button {
	padding: 0;
	background: 0 0;
	border: 0;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px
}

.navigation.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation: sticky 1s;
	-moz-animation: sticky 1s;
	-o-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 2px 20px rgba(34, 34, 34, .15);
	-moz-box-shadow: 2px 2px 20px rgba(34, 34, 34, .15);
	box-shadow: 2px 2px 20px rgba(34, 34, 34, .15);
	background-color: #fff
}

.navigation-portrait .nav-menus-wrapper-close-button {
	display: block
}

.navigation-portrait .submenu-indicator {
	width: 45px;
	height: 45px;
	position: absolute;
	text-align: center;
	z-index: 20000;
	top: 0;
	right: 0
}

.navigation-portrait .submenu-indicator .submenu-indicator-chevron {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg) !important;
	-moz-transform: translate(-50%, -50%) rotate(45deg) !important;
	-ms-transform: translate(-50%, -50%) rotate(45deg) !important;
	-o-transform: translate(-50%, -50%) rotate(45deg) !important;
	transform: translate(-50%, -50%) rotate(45deg) !important
}

.navigation-portrait .nav-submenu-open>a .submenu-indicator .submenu-indicator-chevron {
	-webkit-transform: translate(-50%, -50%) rotate(225deg) !important;
	-moz-transform: translate(-50%, -50%) rotate(225deg) !important;
	-ms-transform: translate(-50%, -50%) rotate(225deg) !important;
	-o-transform: translate(-50%, -50%) rotate(225deg) !important;
	transform: translate(-50%, -50%) rotate(225deg) !important
}

.nav-overlay-panel {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
	z-index: 999
}

@-webkit-keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.slider-area {
	padding-top: 155px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-area {
		padding-top: 155px
	}
}

@media (max-width:767px) {
	.slider-area {
		padding-top: 190px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-area {
		padding-top: 155px
	}
}

.single-slider {
	height: 775px;
	background: #004aad
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-slider {
		height: 600px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-slider {
		height: 500px
	}
}

@media (max-width:767px) {
	.single-slider {
		height: auto
	}
}

.slider-content {
	max-width: 590px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content {
		max-width: 520px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content {
		max-width: 420px
	}
}

@media (max-width:767px) {
	.slider-content {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

.slider-content .title {
	font-size: 76px;
	font-weight: 700;
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.slider-content .title {
		font-size: 60px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content .title {
		font-size: 42px
	}
}

@media (max-width:767px) {
	.slider-content .title {
		font-size: 28px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.slider-content .title {
		font-size: 36px
	}
}

.slider-content .slider-btn {
	padding-top: 40px
}

.slider-content .slider-btn li {
	display: inline-block;
	margin-top: 10px;
	margin-right: 18px
}

.slider-content .slider-btn li .main-btn {
	width: 165px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content .slider-btn li .main-btn {
		width: 145px
	}
}

@media (max-width:767px) {
	.slider-content .slider-btn li .main-btn {
		width: auto
	}
}

.slider-active .slick-arrow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: rgba(7, 41, 77, .7);
	color: #fff;
	font-size: 20px;
	z-index: 9;
	cursor: pointer
}

.slider-active .slick-arrow.next {
	left: 45px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-02 .single-slider {
		height: 450px
	}
}

@media (max-width:767px) {
	.slider-02 .single-slider {
		background-position: center right
	}
}

.slider-content-2 {
	margin-left: auto;
	max-width: 480px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-content-2 {
		max-width: 360px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider-03 .single-slider {
		height: 450px
	}
}

@media (max-width:767px) {
	.slider-03 .single-slider {
		background-position: center center
	}
}

.slider-content-3 {
	margin: 0 auto;
	max-width: 835px
}

@media (max-width:767px) {
	.slider-content-3 {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

.features-area {
	padding-top: 150px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.features-area {
		padding-top: 95px
	}
}

@media (max-width:767px) {
	.features-area {
		padding-top: 75px
	}
}

.features-wrapper {
	position: relative;
	z-index: 9
}

.features-title {
	font-weight: 700;
	font-size: 46px;
	line-height: 54px;
	text-align: center;
	color: #004aad
}

@media (max-width:767px) {
	.features-title {
		font-size: 22px;
		line-height: 28px
	}
}

.features-title span {
	color: #095d40;
	display: contents
}

.features-image {
	margin-top: 50px
}

.features-mask {
	max-width: 346px;
	height: 378px;
	background: #1f343f;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.features-mask {
		max-width: 306px;
		height: 348px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.features-mask {
		position: relative;
		margin: 50px auto 0
	}
}

@media (max-width:767px) {
	.features-mask {
		position: relative;
		margin: 50px auto 0
	}
}

.features-mask::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(7, 41, 77, .95)
}

.features-mask::after {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 100px solid #fff;
	border-left: 345px solid transparent
}

.features-mask .features-mask-content {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	padding: 35px
}

.features-mask .features-mask-content p {
	font-weight: 600;
	font-size: 28px;
	line-height: 50px;
	color: #fff;
	position: relative;
	padding-left: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.features-mask .features-mask-content p {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.features-mask .features-mask-content p {
		font-size: 20px
	}
}

.features-mask .features-mask-content p::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 15px;
	height: 1px;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.features-area-2 {
	padding-top: 160px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.features-area-2 {
		padding-top: 95px
	}
}

@media (max-width:767px) {
	.features-area-2 {
		padding-top: 75px
	}
}

.features-image-2 {
	position: relative;
	z-index: 5;
	max-width: 342px;
	width: 100%
}

.features-image-2 img {
	width: 100%
}

.features-image-2::before {
	position: absolute;
	content: '';
	background-color: #004aad;
	width: 80%;
	height: 70%;
	bottom: 0;
	left: 0;
	z-index: -1
}

.features-image-2::after {
	position: absolute;
	content: '';
	background-color: #f1f1f1;
	width: 80%;
	height: 70%;
	bottom: 60px;
	right: 0;
	z-index: -1
}

.features-items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around
}

.features-items .features-items-wrapper .single-features-item {
	max-width: 245px;
	padding: 50px 0;
	width: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.features-items .features-items-wrapper .single-features-item {
		padding: 35px 0
	}
}

@media (max-width:767px) {
	.features-items .features-items-wrapper .single-features-item {
		padding: 35px 0
	}
}

.features-items .features-items-wrapper .single-features-item+.single-features-item {
	border-top: 1px solid #dbdbdb
}

@media (max-width:767px) {
	.features-items .features-items-wrapper .single-features-item .item-icon img {
		height: 35px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.features-items .features-items-wrapper .single-features-item .item-icon img {
		height: 50px
	}
}

.features-items .features-items-wrapper .single-features-item .item-content {
	padding-left: 15px
}

@media (max-width:767px) {
	.features-items .features-items-wrapper .single-features-item .item-content {
		padding-left: 10px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.features-items .features-items-wrapper .single-features-item .item-content {
		padding-left: 15px
	}
}

.features-items .features-items-wrapper .single-features-item .item-content p {
	color: #004aad;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px
}

@media (max-width:767px) {
	.features-items .features-items-wrapper .single-features-item .item-content p {
		font-size: 14px;
		line-height: 22px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.features-items .features-items-wrapper .single-features-item .item-content p {
		font-size: 18px;
		line-height: 26px
	}
}

.top-courses-area {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.top-courses-area {
		padding-top: 35px
	}
}

@media (max-width:767px) {
	.top-courses-area {
		padding-top: 15px
	}
}

.courses-wrapper {
	padding-top: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-wrapper {
		padding-top: 20px
	}
}

@media (max-width:767px) {
	.courses-wrapper {
		padding-top: 20px
	}
}

.courses-wrapper.wrapper-2 {
	padding-top: 10px
}

.courses-wrapper .courses-col:nth-child(8n+1) .single-courses,
.courses-wrapper .courses-col:nth-child(8n+1) .single-courses-2 {
	background-color: #004aad

}

.courses-wrapper .courses-col:nth-child(8n+1) .single-courses .courses-content .duration-rating,
.courses-wrapper .courses-col:nth-child(8n+1) .single-courses-2 .courses-content .duration-rating {
	background-color: #004aad
}

.courses-wrapper .courses-col:nth-child(8n+2) .single-courses,
.courses-wrapper .courses-col:nth-child(8n+2) .single-courses-2 {
	background-color: #095d40
}

.courses-wrapper .courses-col:nth-child(8n+2) .single-courses .courses-content .duration-rating,
.courses-wrapper .courses-col:nth-child(8n+2) .single-courses-2 .courses-content .duration-rating {
	background-color: #095d40
}

.courses-wrapper .courses-col:nth-child(8n+3) .single-courses,
.courses-wrapper .courses-col:nth-child(8n+3) .single-courses-2 {
	background-color: #2f7ad5
}

.courses-wrapper .courses-col:nth-child(8n+3) .single-courses .courses-content .duration-rating,
.courses-wrapper .courses-col:nth-child(8n+3) .single-courses-2 .courses-content .duration-rating {
	background-color: #2f7ad5
}

.courses-wrapper .courses-col:nth-child(8n+4) .single-courses,
.courses-wrapper .courses-col:nth-child(8n+4) .single-courses-2 {
	background-color: #27b8a7
}

.courses-wrapper .courses-col:nth-child(8n+4) .single-courses .courses-content .duration-rating,
.courses-wrapper .courses-col:nth-child(8n+4) .single-courses-2 .courses-content .duration-rating {
	background-color: #27b8a7
}

.courses-wrapper .courses-col:nth-child(8n+5) .single-courses,
.courses-wrapper .courses-col:nth-child(8n+5) .single-courses-2 {
	background-color: #1ec1d9
}

.courses-wrapper .courses-col:nth-child(8n+5) .single-courses .courses-content .duration-rating,
.courses-wrapper .courses-col:nth-child(8n+5) .single-courses-2 .courses-content .duration-rating {
	background-color: #1ec1d9
}

.courses-wrapper .courses-col:nth-child(8n+6) .single-courses,
.courses-wrapper .courses-col:nth-child(8n+6) .single-courses-2 {
	background-color: #d94da6
}

.courses-wrapper .courses-col:nth-child(8n+6) .single-courses .courses-content .duration-rating,
.courses-wrapper .courses-col:nth-child(8n+6) .single-courses-2 .courses-content .duration-rating {
	background-color: #d94da6
}

.courses-wrapper .courses-col:nth-child(8n+7) .single-courses,
.courses-wrapper .courses-col:nth-child(8n+7) .single-courses-2 {
	background-color: #eab830
}

.courses-wrapper .courses-col:nth-child(8n+7) .single-courses .courses-content .duration-rating,
.courses-wrapper .courses-col:nth-child(8n+7) .single-courses-2 .courses-content .duration-rating {
	background-color: #eab830
}

.courses-wrapper .courses-col:nth-child(8n+8) .single-courses,
.courses-wrapper .courses-col:nth-child(8n+8) .single-courses-2 {
	background-color: #753b76
}

.courses-wrapper .courses-col:nth-child(8n+8) .single-courses .courses-content .duration-rating,
.courses-wrapper .courses-col:nth-child(8n+8) .single-courses-2 .courses-content .duration-rating {
	background-color: #753b76
}

.single-courses {
	padding: 28px 25px 35px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses {
		padding: 18px 15px 25px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-courses {
		padding: 50px 40px
	}
}

.single-courses .category {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 32px;
	color: #fff
}

.single-courses .courses-title a {
	font-family: Exo;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses .courses-title a {
		font-size: 18px;
		line-height: 28px
	}
}

@media (max-width:767px) {
	.single-courses .courses-title a {
		font-size: 20px;
		line-height: 28px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses .courses-title a {
		font-size: 18px;
		line-height: 28px
	}
}

.single-courses .duration-fee {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-top: 5px
}

.single-courses .duration-fee .duration {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 24px;
	color: #fff;
	margin-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses .duration-fee .duration {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses .duration-fee .duration {
		font-size: 12px
	}
}

.single-courses .duration-fee .fee {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 24px;
	color: #fff;
	padding-left: 26px;
	position: relative;
	margin-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses .duration-fee .fee {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses .duration-fee .fee {
		font-size: 12px
	}
}

.single-courses .duration-fee .fee::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 80%;
	left: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff
}

.single-courses .rating {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.single-courses .rating span {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 24px;
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses .rating span {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses .rating span {
		font-size: 12px
	}
}

.single-courses .rating .star {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.single-courses .rating .star li {
	font-size: 10px;
	color: #fff;
	margin-left: 5px
}

.single-courses .courses-link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;

	margin-top: 15px
}

.single-courses .courses-link .apply {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 24px;
	color: #fff;
	margin-top: 8px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses .courses-link .apply {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses .courses-link .apply {
		font-size: 12px
	}
}

.single-courses .courses-link .more {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 24px;
	color: #fff;
	margin-top: 8px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses .courses-link .more {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses .courses-link .more {
		font-size: 12px
	}
}

.single-courses-2 .courses-image {
	overflow: hidden
}

.single-courses-2 .courses-image a {
	display: block
}

.single-courses-2 .courses-image img {
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-courses-2 .courses-content {
	padding: 25px 25px;
	position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-2 .courses-content {
		padding: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-courses-2 .courses-content {
		padding: 30px 40px
	}
}

.single-courses-2 .courses-content .category {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 32px;
	color: #fff
}

.single-courses-2 .courses-content .courses-title a {
	font-family: Exo;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-2 .courses-content .courses-title a {
		font-size: 18px;
		line-height: 28px
	}
}

@media (max-width:767px) {
	.single-courses-2 .courses-content .courses-title a {
		font-size: 20px;
		line-height: 28px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses-2 .courses-content .courses-title a {
		font-size: 18px;
		line-height: 28px
	}
}

.single-courses-2 .courses-content .duration-rating {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 25px 25px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-2 .courses-content .duration-rating {
		padding: 0 15px 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-courses-2 .courses-content .duration-rating {
		padding: 0 40px 30px
	}
}

.single-courses-2 .courses-content .duration-rating .duration-fee {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.single-courses-2 .courses-content .duration-rating .duration-fee .duration {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 24px;
	color: #fff;
	margin-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-2 .courses-content .duration-rating .duration-fee .duration {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses-2 .courses-content .duration-rating .duration-fee .duration {
		font-size: 12px
	}
}

.single-courses-2 .courses-content .duration-rating .duration-fee .fee {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 24px;
	color: #fff;
	padding-left: 26px;
	position: relative;
	margin-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-2 .courses-content .duration-rating .duration-fee .fee {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses-2 .courses-content .duration-rating .duration-fee .fee {
		font-size: 12px
	}
}

.single-courses-2 .courses-content .duration-rating .duration-fee .fee::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 80%;
	left: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff
}

.single-courses-2 .courses-content .duration-rating .duration-fee .credit {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 24px;
	color: #fff;
	padding-left: 26px;
	position: relative;
	margin-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-2 .courses-content .duration-rating .duration-fee .credit {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses-2 .courses-content .duration-rating .duration-fee .credit {
		font-size: 12px
	}
}

.single-courses-2 .courses-content .duration-rating .duration-fee .credit::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 80%;
	left: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff
}

.single-courses-2 .courses-content .duration-rating .rating {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.single-courses-2 .courses-content .duration-rating .rating span {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 24px;
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-2 .courses-content .duration-rating .rating span {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses-2 .courses-content .duration-rating .rating span {
		font-size: 12px
	}
}

.single-courses-2 .courses-content .duration-rating .rating .star {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.single-courses-2 .courses-content .duration-rating .rating .star li {
	font-size: 10px;
	color: #fff;
	margin-left: 5px
}

.single-courses-2 .courses-content .courses-link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	border-top: 1px solid #fff;
	margin-top: 15px;
	padding-bottom: 5px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 1;
	visibility: visible
}

.single-courses-2 .courses-content .courses-link .apply {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 24px;
	color: #fff;
	margin-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-2 .courses-content .courses-link .apply {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses-2 .courses-content .courses-link .apply {
		font-size: 12px
	}
}

.single-courses-2 .courses-content .courses-link .more {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 24px;
	color: #fff;
	margin-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-2 .courses-content .courses-link .more {
		font-size: 12px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-courses-2 .courses-content .courses-link .more {
		font-size: 12px
	}
}

.single-courses-2:hover .courses-image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.single-courses-2:hover .courses-content .duration-rating {
	opacity: 1;
	visibility: visible
}

.single-courses-2:hover .courses-link {
	opacity: 1;
	visibility: hidden
}

.courses-menu .menu-items li {
	display: inline-block;
	width: 125px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: #004aad;
	border: 1px solid #dbdbdb;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer;
	margin-top: 10px
}

.courses-menu .menu-items li+li {
	margin-left: 23px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-menu .menu-items li+li {
		margin-left: 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-menu .menu-items li+li {
		margin-left: 10px
	}
}

@media (max-width:767px) {
	.courses-menu .menu-items li+li {
		margin-left: 5px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-menu .menu-items li {
		width: 110px;
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-menu .menu-items li {
		width: 100px;
		font-size: 16px
	}
}

@media (max-width:767px) {
	.courses-menu .menu-items li {
		width: auto;
		font-size: 14px;
		padding: 0 15px;
		height: 40px;
		line-height: 38px
	}
}

.courses-menu .menu-items li.active,
.courses-menu .menu-items li:hover {
	background-color: #095d40;
	color: #fff;
	border-color: #095d40
}

.courses-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:767px) {
	.courses-list {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.courses-list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex
	}
}

.courses-list .courses-image {
	overflow: hidden
}

.courses-list .courses-image a {
	display: block
}

.courses-list .courses-image img {
	width: 320px;
	height: 300px;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media (max-width:767px) {
	.courses-list .courses-image img {
		width: 100%;
		height: auto
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.courses-list .courses-image img {
		width: 260px;
		height: 250px
	}
}

.courses-list .courses-content {
	padding: 25px 50px;
	position: relative;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-list .courses-content {
		padding: 30px 40px
	}
}

@media (max-width:767px) {
	.courses-list .courses-content {
		padding: 20px 25px
	}
}

.courses-list .courses-content .courses-fee {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 30px;
	right: 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-list .courses-content .courses-fee {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 10px
	}
}

@media (max-width:767px) {
	.courses-list .courses-content .courses-fee {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 10px
	}
}

.courses-list .courses-content .courses-content-wrapper {
	max-width: 300px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-list .courses-content .courses-content-wrapper {
		max-width: 270px
	}
}

.courses-list .courses-content .duration-rating {
	position: relative;
	padding: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-list .courses-content .duration-rating {
		padding: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-list .courses-content .duration-rating {
		padding: 0
	}
}

.courses-list:hover .courses-content .courses-link {
	opacity: 1;
	visibility: visible
}

.courses-bar {
	padding-top: 20px
}

.courses-tab {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px
}

.courses-tab .nav {
	padding-right: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-tab .nav {
		padding-right: 20px
	}
}

@media (max-width:767px) {
	.courses-tab .nav {
		padding-right: 20px
	}
}

.courses-tab .nav li {
	margin-right: 10px
}

.courses-tab .nav li a {
	font-size: 20px;
	color: #dfdfdf
}

.courses-tab .nav li a.active {
	color: #004aad
}

.courses-tab p {
	font-size: 14px;
	letter-spacing: .02em;
	color: #9c9c9c;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.courses-bar-form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between
}

@media (max-width:767px) {
	.courses-bar-form {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.courses-bar-form {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex
	}
}

.courses-select {
	width: 210px;
	position: relative;
	margin-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-select {
		width: 160px
	}
}

@media (max-width:767px) {
	.courses-select {
		width: 100%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.courses-select {
		width: 210px
	}
}

.courses-select i {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px
}

.courses-select select {
	font-size: 14px;
	letter-spacing: .02em;
	color: #9c9c9c;
	height: 35px;
	border: 0;
	border-bottom: 1px solid #9c9c9c;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.courses-search {
	width: 270px;
	position: relative;
	margin-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-search {
		width: 200px
	}
}

@media (max-width:767px) {
	.courses-search {
		width: 100%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.courses-search {
		width: 210px
	}
}

.courses-search input {
	font-size: 14px;
	letter-spacing: .02em;
	color: #9c9c9c;
	height: 35px;
	border: 0;
	border-bottom: 1px solid #9c9c9c;
	width: 100%
}

.courses-search input::placeholder {
	opacity: 1;
	color: #9c9c9c
}

.courses-search input::-moz-placeholder {
	opacity: 1;
	color: #9c9c9c
}

.courses-search input::-moz-placeholder {
	opacity: 1;
	color: #9c9c9c
}

.courses-search input::-webkit-input-placeholder {
	opacity: 1;
	color: #9c9c9c
}

.courses-search i {
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px
}

.specialty-area {
	padding-top: 130px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.specialty-area {
		padding-top: 70px
	}
}

@media (max-width:767px) {
	.specialty-area {
		padding-top: 50px
	}
}

.single-specialty::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 80%
}

.single-specialty .specialty-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	max-width: 290px;
	margin: 0 auto;
	background: #fff;
	padding: 15px 30px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-specialty .specialty-box {
		padding: 15px 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-specialty .specialty-box {
		padding: 15px 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-specialty .specialty-box .box-icon img {
		width: 45px;
		height: 45px
	}
}

@media (max-width:767px) {
	.single-specialty .specialty-box .box-icon img {
		width: 45px;
		height: 45px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-specialty .specialty-box .box-icon img {
		width: 35px;
		height: 35px
	}
}

.single-specialty .specialty-box .box-content {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 15px
}

.single-specialty .specialty-box .box-content p {
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	color: #004aad
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-specialty .specialty-box .box-content p {
		font-size: 18px;
		line-height: 28px
	}
}

@media (max-width:767px) {
	.single-specialty .specialty-box .box-content p {
		font-size: 18px;
		line-height: 28px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-specialty .specialty-box .box-content p {
		font-size: 14px;
		line-height: 20px
	}
}

.single-specialty.active .specialty-box {
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 4px rgba(0, 0, 0, .16)
}

.campus-visit-area {
	padding-top: 160px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-visit-area {
		padding-top: 100px
	}
}

@media (max-width:767px) {
	.campus-visit-area {
		padding-top: 80px
	}
}

.campus-visit-wrapper {
	position: relative;
	z-index: 9;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap
}

.campus-visit-wrapper::before {
	position: absolute;
	content: '';
	width: 40%;
	height: 100%;
	background-color: #004aad;
	top: 0;
	left: 0;
	z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-visit-wrapper::before {
		display: none
	}
}

@media (max-width:767px) {
	.campus-visit-wrapper::before {
		display: none
	}
}

.campus-visit-wrapper::after {
	position: absolute;
	content: '';
	width: 60%;
	height: 100%;
	background-color: #f1f1f1;
	top: 0;
	right: 0;
	z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-visit-wrapper::after {
		display: none
	}
}

@media (max-width:767px) {
	.campus-visit-wrapper::after {
		display: none
	}
}

.campus-visit-wrapper .campus-image-col {
	width: 50%;
	padding-top: 90px;
	padding-bottom: 85px;
	padding-left: 70px;
	padding-right: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-visit-wrapper .campus-image-col {
		background-color: #004aad;
		width: 100%;
		padding: 80px
	}
}

@media (max-width:767px) {
	.campus-visit-wrapper .campus-image-col {
		background-color: #004aad;
		width: 100%;
		padding: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.campus-visit-wrapper .campus-image-col {
		padding: 50px
	}
}

.campus-visit-wrapper .campus-content-col {
	width: 50%;
	padding-top: 90px;
	padding-bottom: 85px;
	padding-right: 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-visit-wrapper .campus-content-col {
		background-color: #f1f1f1;
		width: 100%;
		padding: 80px;
		padding-top: 70px
	}
}

@media (max-width:767px) {
	.campus-visit-wrapper .campus-content-col {
		background-color: #f1f1f1;
		width: 100%;
		padding: 20px 20px 10px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.campus-visit-wrapper .campus-content-col {
		padding: 50px;
		padding-top: 45px
	}
}

.campus-image {
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 35px
}

.campus-image img {
	width: 100%
}

.campus-image .slick-arrow {
	font-size: 16px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	text-transform: capitalize;
	cursor: pointer
}

.campus-image .slick-arrow i {
	font-size: 13px;
	margin-right: 5px
}

.campus-image .slick-arrow.next {
	left: 70px;
	margin-left: 5px;
	margin-right: auto
}

.campus-image .slick-arrow.next::before {
	position: absolute;
	content: '/';
	font-size: 16px;
	color: #fff;
	left: -17px;
	top: 0
}

.campus-content {
	max-width: 480px;
	margin-left: auto;
	padding: 0 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-content {
		margin-left: 0;
		padding: 0
	}
}

@media (max-width:767px) {
	.campus-content {
		padding: 0
	}
}

.campus-content .campus-title {
	font-weight: 700;
	font-size: 46px;
	line-height: 54px;
	color: #004aad
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.campus-content .campus-title {
		font-size: 34px;
		line-height: 42px
	}
}

@media (max-width:767px) {
	.campus-content .campus-title {
		font-size: 24px;
		line-height: 30px
	}
}

.campus-content .line {
	width: 150px;
	background: 0 0;
	border: 1px solid #004aad;
	margin-top: 30px
}

@media (max-width:767px) {
	.campus-content .line {
		margin-top: 15px
	}
}

.campus-content p {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #004aad;
	margin-top: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.campus-content p {
		font-size: 16px;
		line-height: 26px
	}
}

@media (max-width:767px) {
	.campus-content p {
		font-size: 16px;
		line-height: 26px;
		margin-top: 10px
	}
}

.campus-content .video-title {
	font-weight: 700;
	font-size: 46px;
	line-height: 54px;
	color: #004aad;
	margin-top: 35px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.campus-content .video-title {
		font-size: 34px;
		line-height: 42px
	}
}

@media (max-width:767px) {
	.campus-content .video-title {
		font-size: 24px;
		line-height: 30px;
		margin-top: 20px
	}
}

.campus-content .play {
	font-weight: 600;
	font-size: 24px;
	line-height: 54px;
	color: #004aad;
	margin-top: 15px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.campus-content .play {
		font-size: 20px;
		line-height: 48px
	}
}

@media (max-width:767px) {
	.campus-content .play {
		font-size: 20px;
		line-height: 30px
	}
}

.campus-content .play i {
	margin-right: 8px
}

.campus-content .play:hover {
	color: #095d40
}

.campus-visit-area-2 {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-visit-area-2 {
		padding-top: 35px
	}
}

@media (max-width:767px) {
	.campus-visit-area-2 {
		padding-top: 15px
	}
}

.campus-content-2 {
	margin-left: 0
}

.campus-image-2 {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap
}

.campus-image-2 img {
	width: 100%
}

.campus-image-2 .campus-title-2 {
	font-weight: 700;
	font-size: 28px;
	letter-spacing: .15em;
	line-height: 24px;
	text-align: left;
	color: #d5d5d5;
	opacity: .45;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 130px;
	left: -15%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.campus-image-2 .campus-title-2 {
		font-size: 24px;
		top: 100px;
		left: -17%
	}
}

@media (max-width:767px) {
	.campus-image-2 .campus-title-2 {
		font-size: 14px;
		top: 53px;
		left: -19%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.campus-image-2 .campus-title-2 {
		font-size: 22px;
		top: 100px;
		left: -17%
	}
}

.campus-image-2 .image-1 {
	width: 90%;
	margin-left: auto
}

.campus-image-2 .image-2 {
	width: 38%
}

.campus-image-2 .image-3 {
	width: 62%
}

.campus-image-2 .more {
	position: absolute;
	bottom: 10px;
	right: 65%;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: .03em;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.campus-image-2 .more i {
	margin-left: 8px
}

@media (max-width:767px) {
	.campus-image-2 .more i {
		margin-left: 4px
	}
}

@media (max-width:767px) {
	.campus-image-2 .more {
		font-size: 14px;
		bottom: 0
	}
}

.campus-image-2 .more:hover {
	color: #095d40
}

.campus-visit-area-3 {
	padding-top: 160px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-visit-area-3 {
		padding-top: 100px
	}
}

@media (max-width:767px) {
	.campus-visit-area-3 {
		padding-top: 80px
	}
}

.campus-visit-area-3 .campus-visit-wrapper::before {
	left: auto;
	right: 0
}

.campus-visit-area-3 .campus-visit-wrapper::after {
	right: auto;
	left: 0;
	display: none
}

.campus-visit-area-3 .campus-visit-wrapper .campus-image-col {
	padding-left: 0;
	padding-right: 70px;
	background-image: url(../images/dot.webp);
	background-repeat: repeat;
	background-position: 3px -6px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-visit-area-3 .campus-visit-wrapper .campus-image-col {
		padding: 80px
	}
}

@media (max-width:767px) {
	.campus-visit-area-3 .campus-visit-wrapper .campus-image-col {
		padding: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.campus-visit-area-3 .campus-visit-wrapper .campus-image-col {
		padding: 50px
	}
}

.campus-visit-area-3 .campus-visit-wrapper .campus-content-col {
	padding-right: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.campus-visit-area-3 .campus-visit-wrapper .campus-content-col {
		padding: 80px;
		padding-top: 70px
	}
}

@media (max-width:767px) {
	.campus-visit-area-3 .campus-visit-wrapper .campus-content-col {
		padding: 20px;
		padding-top: 15px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.campus-visit-area-3 .campus-visit-wrapper .campus-content-col {
		padding: 50px;
		padding-top: 45px
	}
}

.campus-visit-area-3 .campus-content {
	margin-left: 0;
	padding: 0;
	max-width: 450px
}

.campus-visit-area-3 .campus-image {
	padding-bottom: 0;
	position: relative;
	height: auto
}

.campus-visit-area-3 .campus-image::before {
	position: absolute;
	content: '';
	bottom: 2px;
	right: 2px;
	background-color: #004aad;
	width: 150px;
	height: 40px;
	z-index: 5
}

.campus-visit-area-3 .campus-image .slick-arrow {
	left: auto;
	right: 90px;
	bottom: 10px
}

.campus-visit-area-3 .campus-image .slick-arrow.next {
	left: auto;
	right: 15px
}

.event-area {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-area {
		padding-top: 55px
	}
}

@media (max-width:767px) {
	.event-area {
		padding-top: 35px
	}
}

.event-title-tab-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:767px) {
	.event-title-tab-menu {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.event-title-tab-menu {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex
	}
}

.event-title-tab-menu .event-title {
	display: inline-block
}

.event-title-tab-menu .event-title .title {
	font-size: 47px;
	line-height: 54px;
	position: relative;
	padding-right: 60px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-title-tab-menu .event-title .title {
		font-size: 34px;
		line-height: 40px;
		padding-right: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-title-tab-menu .event-title .title {
		font-size: 36px;
		line-height: 45px;
		padding-right: 30px
	}
}

@media (max-width:767px) {
	.event-title-tab-menu .event-title .title {
		font-size: 30px;
		line-height: 30px;
		padding-bottom: 20px;
		padding-right: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.event-title-tab-menu .event-title .title {
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 0;
		padding-right: 30px
	}
}

.event-title-tab-menu .event-title .title::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 65%;
	background-color: #004aad;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:767px) {
	.event-title-tab-menu .event-title .title::before {
		height: 2px;
		left: 0;
		right: auto;
		top: auto;
		bottom: 0;
		width: 100px;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.event-title-tab-menu .event-title .title::before {
		width: 2px;
		height: 75%;
		left: auto;
		top: 50%;
		right: 0;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.event-tab-menu {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.event-tab-menu .nav {
	padding-left: 60px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-tab-menu .nav {
		padding-left: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-tab-menu .nav {
		padding-left: 30px
	}
}

@media (max-width:767px) {
	.event-tab-menu .nav {
		padding-left: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.event-tab-menu .nav {
		padding-left: 30px
	}
}

.event-tab-menu .nav li+li {
	margin-left: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-tab-menu .nav li+li {
		margin-left: 10px
	}
}

@media (max-width:767px) {
	.event-tab-menu .nav li+li {
		margin-left: 10px
	}
}

.event-tab-menu .nav li a {
	font-weight: 600;
	font-size: 18px;
	text-align: left;
	color: #004aad;
	border: 1px solid #dbdbdb;
	padding: 0 30px;
	height: 45px;
	line-height: 43px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-tab-menu .nav li a {
		font-size: 16px;
		padding: 0 20px;
		height: 40px;
		line-height: 38px
	}
}

@media (max-width:767px) {
	.event-tab-menu .nav li a {
		font-size: 14px;
		padding: 0 10px;
		height: 40px;
		line-height: 38px
	}
}

.event-tab-menu .nav li a.active {
	background-color: #095d40;
	border-color: #095d40;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.event-tab-items {
	padding-top: 40px;
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-tab-items {
		padding-top: 20px
	}
}

@media (max-width:767px) {
	.event-tab-items {
		padding-top: 20px
	}
}

.event-tab-items .view-btn {
	position: absolute;
	top: 25px;
	right: 0
}

@media (max-width:767px) {
	.event-tab-items .view-btn {
		position: relative
	}
}

.event-tab-items .view-btn .view-more {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .05em;
	color: grey;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.event-tab-items .view-btn .view-more:hover {
	color: #004aad
}

.single-event {
	background-color: #f1f1f1;
	padding: 50px 25px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-event {
		padding: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-event {
		padding: 30px 25px
	}
}

.single-event .time {
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	display: block;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-event .time {
		font-size: 14px;
		line-height: 24px
	}
}

@media (max-width:767px) {
	.single-event .time {
		font-size: 14px
	}
}

.single-event .date {
	font-weight: 700;
	font-size: 24px;
	letter-spacing: .05em;
	line-height: 32px;
	color: #095d40;
	display: block;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-event .date {
		font-size: 16px;
		line-height: 25px
	}
}

@media (max-width:767px) {
	.single-event .date {
		font-size: 18px;
		line-height: 30px
	}
}

.single-event .event-title a {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: .02em;
	line-height: 30px;
	color: #004aad;
	margin-top: 11px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-event .event-title a {
		font-size: 18px;
		line-height: 25px
	}
}

@media (max-width:767px) {
	.single-event .event-title a {
		font-size: 18px;
		line-height: 25px
	}
}

.single-event .place {
	font-weight: 500;
	font-size: 16px;
	margin-top: 11px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-event .place {
		font-size: 14px
	}
}

@media (max-width:767px) {
	.single-event .place {
		font-size: 14px
	}
}

.single-event .more {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .05em;
	margin-top: 15px;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-event .more {
		font-size: 13px
	}
}

@media (max-width:767px) {
	.single-event .more {
		font-size: 13px
	}
}

.single-event .more i {
	font-size: 11px;
	margin-left: 3px
}

.single-event:hover {
	background-color: #004aad
}

.single-event:hover .time {
	color: #fff
}

.single-event:hover .event-title a {
	color: #fff
}

.single-event:hover .place {
	color: #fff
}

.single-event:hover .more {
	color: #fff
}

.event-image img {
	width: 100%
}

.event-title {
	max-width: 490px;
	margin-left: auto
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-title {
		margin-left: 0
	}
}

@media (max-width:767px) {
	.event-title {
		margin-left: 0
	}
}

.event-wrapper-2 {
	max-width: 490px
}

.single-event-2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 60px
}

.single-event-2 .event-date {
	width: 125px;
	height: 125px;
	background-color: #f1f1f1;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media (max-width:767px) {
	.single-event-2 .event-date {
		width: 80px;
		height: 80px
	}
}

.single-event-2 .event-date .date {
	font-weight: 700;
	font-size: 24px;
	letter-spacing: .05em;
	line-height: 32px;
	color: #004aad;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-event-2 .event-date .date {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.single-event-2 .event-date .date {
		font-size: 16px;
		line-height: 26px
	}
}

.single-event-2 .event-content {
	padding-left: 30px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media (max-width:767px) {
	.single-event-2 .event-content {
		padding-left: 15px
	}
}

.single-event-2 .event-content .event-title-2 a {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: .02em;
	line-height: 30px;
	color: #004aad;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-event-2 .event-content .event-title-2 a {
		font-size: 22px
	}
}

@media (max-width:767px) {
	.single-event-2 .event-content .event-title-2 a {
		font-size: 16px;
		line-height: 26px
	}
}

.single-event-2 .event-content .event-title-2 a:hover {
	color: #095d40
}

.single-event-2 .event-content .place {
	font-weight: 500;
	font-size: 16px;
	line-height: 32px
}

@media (max-width:767px) {
	.single-event-2 .event-content .place {
		font-size: 13px;
		line-height: 24px
	}
}

.single-event-2 .event-content .time {
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	display: block
}

@media (max-width:767px) {
	.single-event-2 .event-content .time {
		font-size: 13px;
		line-height: 24px
	}
}

.single-event-2 .event-content .more {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 24px;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media (max-width:767px) {
	.single-event-2 .event-content .more {
		font-size: 12px;
		line-height: 22px
	}
}

.single-event-2 .event-content .more:hover {
	color: #095d40
}

.single-event-2:hover .event-date {
	background-color: #095d40
}

.single-event-2:hover .event-date .date {
	color: #fff
}

.event-page {
	padding-top: 130px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-page {
		padding-top: 70px
	}
}

@media (max-width:767px) {
	.event-page {
		padding-top: 50px
	}
}

.event-menu .menu-items li {
	display: inline-block;
	width: 125px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: #004aad;
	border: 1px solid #dbdbdb;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer;
	margin-top: 10px
}

.event-menu .menu-items li+li {
	margin-left: 23px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-menu .menu-items li+li {
		margin-left: 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-menu .menu-items li+li {
		margin-left: 10px
	}
}

@media (max-width:767px) {
	.event-menu .menu-items li+li {
		margin-left: 5px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-menu .menu-items li {
		width: 110px;
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-menu .menu-items li {
		width: 100px;
		font-size: 16px
	}
}

@media (max-width:767px) {
	.event-menu .menu-items li {
		width: auto;
		font-size: 14px;
		padding: 0 15px;
		height: 40px;
		line-height: 38px
	}
}

.event-menu .menu-items li.active,
.event-menu .menu-items li:hover {
	background-color: #095d40;
	color: #fff;
	border-color: #095d40
}

.event-wrapper {
	padding-top: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-wrapper {
		padding-top: 20px
	}
}

@media (max-width:767px) {
	.event-wrapper {
		padding-top: 20px
	}
}


@media (max-width:767px) {
	.counter-area {
		padding-top: 75px
	}
}

.counter-wrapper {
	position: relative;
	z-index: 5;
	padding: 45px 70px 75px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.counter-wrapper {
		padding: 10px 40px 40px
	}
}

@media (max-width:767px) {
	.counter-wrapper {
		padding: 1px 0 30px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.counter-wrapper {
		padding: 1px 15px 30px
	}
}

.counter-wrapper::before {
	position: absolute;
	content: '';
	background-color: rgba(7, 41, 77, .9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.counter-wrapper .counter-col {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.counter-wrapper .counter-col:first-child {
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start
}

.counter-wrapper .counter-col:last-child {
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end
}

@media (max-width:767px) {
	.counter-wrapper .counter-col:nth-child(2n+1) {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.counter-wrapper .counter-col:nth-child(2n+1) {
		-webkit-box-pack: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start
	}
}

@media (max-width:767px) {
	.counter-wrapper .counter-col:nth-child(2n+2) {
		-webkit-box-pack: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start
	}
}

.single-counter .counter-count {
	font-weight: 700;
	font-size: 40px;
	letter-spacing: .05em;
	line-height: 36px;
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-counter .counter-count {
		font-size: 32px
	}
}

@media (max-width:767px) {
	.single-counter .counter-count {
		font-size: 24px
	}
}

.single-counter p {
	font-weight: 400;
	font-size: 20px;
	letter-spacing: .02em;
	line-height: 33px;
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-counter p {
		font-size: 18px
	}
}

@media (max-width:767px) {
	.single-counter p {
		font-size: 16px
	}
}

.counter-area-2 {
	padding-top: 160px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.counter-area-2 {
		padding-top: 95px
	}
}

@media (max-width:767px) {
	.counter-area-2 {
		padding-top: 75px
	}
}

.counter-wrapper-2 {
	position: relative;
	z-index: 5;
	padding: 55px 60px 85px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.counter-wrapper-2 {
		padding: 10px 40px 40px
	}
}

@media (max-width:767px) {
	.counter-wrapper-2 {
		padding: 1px 15px 30px
	}
}

.counter-wrapper-2::before {
	position: absolute;
	content: '';
	background-color: rgba(7, 41, 77, .9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.counter-wrapper-2 .counter-col {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

@media (max-width:767px) {
	.counter-wrapper-2 .counter-col {
		display: block;
		text-align: center
	}
}

.counter-wrapper-2 .counter-col::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 70%;
	background-color: #dbdbdb;
	bottom: 0;
	left: 0;
	opacity: .65
}

.counter-wrapper-2 .counter-col:first-child {
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start
}

.counter-wrapper-2 .counter-col:first-child::before {
	opacity: 0
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.counter-wrapper-2 .counter-col:first-child::before {
		opacity: 0 !important
	}
}

.counter-wrapper-2 .counter-col:last-child {
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end
}

@media (max-width:767px) {
	.counter-wrapper-2 .counter-col:nth-child(2n+1)::before {
		opacity: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.counter-wrapper-2 .counter-col:nth-child(2n+1)::before {
		opacity: .65
	}
}

.blog-area {
	padding-top: 150px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-area {
		padding-top: 90px
	}
}

@media (max-width:767px) {
	.blog-area {
		padding-top: 70px
	}
}

.blog-area-2 {
	position: relative;
	padding-top: 112px;
	z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-area-2 {
		padding-top: 90px
	}
}

@media (max-width:767px) {
	.blog-area-2 {
		padding-top: 70px
	}
}

.blog-area-2::before {
	position: absolute;
	content: '';
	max-width: 1300px;
	width: 100%;
	height: 60%;
	background-color: #f1f1f1;
	top: 0;
	left: 150px;
	z-index: -1
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.blog-area-2::before {
		left: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-area-2::before {
		left: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-area-2::before {
		left: 0
	}
}

@media (max-width:767px) {
	.blog-area-2::before {
		left: 0
	}
}

.blog-area-2 .trending-title {
	font-weight: 700;
	font-size: 46px;
	letter-spacing: .1em;
	line-height: 24px;
	color: #d5d5d5;
	opacity: .46;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
	position: absolute;
	top: 283px;
	left: 35px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.blog-area-2 .trending-title {
		top: 30px;
		left: 15px;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-area-2 .trending-title {
		top: 30px;
		left: 15px;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-area-2 .trending-title {
		display: none
	}
}

@media (max-width:767px) {
	.blog-area-2 .trending-title {
		display: none
	}
}

.blog-wrapper {
	padding-top: 35px;
	position: relative
}

.blog-wrapper .more-post {
	position: absolute;
	top: -35px;
	right: 170px;
	font-weight: 600;
	font-size: 18px;
	color: #004aad;
	border-bottom: 1px solid #707070
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-wrapper .more-post {
		right: 0
	}
}

@media (max-width:767px) {
	.blog-wrapper .more-post {
		right: 0
	}
}

@media (max-width:767px) {
	.blog-wrapper .more-post {
		position: relative;
		top: 0;
		right: 0;
		margin-top: 30px;
		text-align: center
	}
}

.single-blog {
	background-color: #f1f1f1
}

.single-blog .blog-image {
	overflow: hidden
}

.single-blog .blog-image a {
	display: block
}

.single-blog .blog-image img {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width: 100%
}

.single-blog .blog-content {
	padding: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog .blog-content {
		padding: 15px
	}
}

@media (max-width:767px) {
	.single-blog .blog-content {
		padding: 15px
	}
}

.single-blog .blog-content .meta li {
	display: inline-block;
	position: relative
}

.single-blog .blog-content .meta li+li {
	margin-left: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog .blog-content .meta li+li {
		margin-left: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-blog .blog-content .meta li+li {
		margin-left: 20px
	}
}

@media (max-width:767px) {
	.single-blog .blog-content .meta li+li {
		margin-left: 20px
	}
}

.single-blog .blog-content .meta li+li::before {
	position: absolute;
	content: '-';
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -18px;
	font-size: 16px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog .blog-content .meta li+li::before {
		left: -13px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-blog .blog-content .meta li+li::before {
		left: -13px
	}
}

@media (max-width:767px) {
	.single-blog .blog-content .meta li+li::before {
		left: -13px
	}
}

.single-blog .blog-content .meta li a {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog .blog-content .meta li a {
		font-size: 12px
	}
}

@media (max-width:767px) {
	.single-blog .blog-content .meta li a {
		font-size: 12px
	}
}

.single-blog .blog-content .meta li a:hover {
	color: #095d40
}

.single-blog .blog-content .blog-title a {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	text-align: left;
	color: #004aad;
	margin-top: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog .blog-content .blog-title a {
		font-size: 18px;
		line-height: 28px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-blog .blog-content .blog-title a {
		font-size: 20px;
		line-height: 28px
	}
}

@media (max-width:767px) {
	.single-blog .blog-content .blog-title a {
		font-size: 18px;
		line-height: 28px
	}
}

.single-blog .blog-content .blog-title a:hover {
	color: #095d40
}

.single-blog .blog-content .more {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: .02em;
	line-height: 24px;
	color: #151515;
	margin-top: 15px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog .blog-content .more {
		font-size: 13px
	}
}

@media (max-width:767px) {
	.single-blog .blog-content .more {
		font-size: 14px
	}
}

.single-blog .blog-content .more i {
	margin-left: 3px;
	font-size: 12px
}

.single-blog .blog-content .more:hover {
	color: #095d40
}

.single-blog:hover .blog-image {
	overflow: hidden
}

.single-blog:hover .blog-image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.blog-page {
	padding-top: 130px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-page {
		padding-top: 70px
	}
}

@media (max-width:767px) {
	.blog-page {
		padding-top: 50px
	}
}

.newsletter-area {
	padding-top: 160px;
	position: relative;
	z-index: 8;
	margin-bottom: -150px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.newsletter-area {
		padding-top: 100px
	}
}

@media (max-width:767px) {
	.newsletter-area {
		padding-top: 80px
	}
}

.newsletter-area .section-title-2 {
	max-width: 355px
}

.newsletter-area-2 {
	padding-top: 160px;
	padding-bottom: 160px;
	position: relative;
	z-index: 8
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.newsletter-area-2 {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media (max-width:767px) {
	.newsletter-area-2 {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

.newsletter-area-2 .section-title-2 {
	max-width: 355px
}

.newsletter-area-3 {
	padding-bottom: 160px;
	position: relative;
	z-index: 8
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.newsletter-area-3 {
		padding-bottom: 100px
	}
}

@media (max-width:767px) {
	.newsletter-area-3 {
		padding-bottom: 80px
	}
}

.newsletter-area-3 .section-title-2 {
	max-width: 355px
}

.newsletter-wrapper {
	padding: 20px 70px 45px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.newsletter-wrapper {
		padding: 20px 50px 45px
	}
}

@media (max-width:767px) {
	.newsletter-wrapper {
		padding: 5px 30px 30px
	}
}

.newsletter-wrapper .section-title-2 {
	max-width: 355px
}

.newsletter-form {
	position: relative
}

.newsletter-form input {
	width: 100%;
	height: 70px;
	padding: 0 30px;
	padding-right: 173px;
	border: 0;
	background-color: #e2e2e2
}

@media (max-width:767px) {
	.newsletter-form input {
		padding: 0 15px;
		height: 50px
	}
}

.newsletter-form .main-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 70px;
	line-height: 70px
}

@media (max-width:767px) {
	.newsletter-form .main-btn {
		height: 50px;
		line-height: 50px;
		position: relative;
		margin-top: 10px;
		width: 100%
	}
}

.footer-area {
	position: relative;
	z-index: 5;
	padding-top: 150px
}

.footer-area::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(135deg, #0056b3 0%, #0a704d 100%);

	z-index: -1
}

.footer-area.footer-02 {
	padding-top: 0
}

.footer-widget {
    padding-top:40px;
    padding-bottom:40px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-widget {
		padding-bottom: 95px;
		padding-top: 50px
	}
}

@media (max-width:767px) {
	.footer-widget {
		padding-bottom: 75px;
		padding-top: 30px
	}
}

.footer-widget .footer-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-widget .footer-title {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.footer-widget .footer-title {
		font-size: 20px
	}
}

.footer-link .link-list {
	padding-top: 10px
}

.footer-link .link-list li {
	margin-top: 25px
}

.footer-link .link-list li p {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .02em;
	line-height: 24px;
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-link .link-list li p {
		font-size: 14px
	}
}

.footer-link .link-list li a {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .02em;
	line-height: 24px;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-link .link-list li a {
		font-size: 14px
	}
}

.footer-link .link-list li a:hover {
	color: #095d40
}

.footer-widget-wrapper {
	border-top: 1px solid #fff;
	padding-top: 0;
	margin-top: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer-widget-wrapper .footer-social {
	padding-top: 20px
}

@media (max-width:767px) {
	.footer-widget-wrapper .footer-social {
		text-align: center;
		width: 100%
	}
}

.footer-widget-wrapper .footer-social li {
	display: inline-block
}

.footer-widget-wrapper .footer-social li+li {
	margin-left: 20px
}

.footer-widget-wrapper .footer-social li a {
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.footer-widget-wrapper .footer-social li a:hover {
	background-color: #fff;
	color: #095d40
}

.footer-widget-wrapper .footer-menu {
	padding-top: 20px
}

@media (max-width:767px) {
	.footer-widget-wrapper .footer-menu {
		text-align: center;
		width: 100%
	}
}

.footer-widget-wrapper .footer-menu .menu li {
	display: inline-block
}

.footer-widget-wrapper .footer-menu .menu li+li {
	margin-left: 25px
}

.footer-widget-wrapper .footer-menu .menu li a {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.footer-widget-wrapper .footer-menu .menu li a:hover {
	color: #095d40
}

.footer-copyright {
	background-color: #fff;
	position: relative;
	z-index: 1
}

.footer-copyright .copyright {
	padding: 13px 0
}

.footer-copyright .copyright p {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px
}

@media (max-width:767px) {
	.footer-copyright .copyright p {
		font-size: 14px
	}
}

.footer-copyright .copyright p span {
	color: #004aad
}

.footer-copyright .copyright p i {
	color: red
}

.footer-copyright .copyright p a {
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.footer-copyright .copyright p a:hover {
	color: #004aad
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	z-index: 99;
	text-align: center;
	display: none;
	-webkit-box-shadow: 0 0 30px 0 rgba(156, 156, 156, .25);
	-moz-box-shadow: 0 0 30px 0 rgba(156, 156, 156, .25);
	box-shadow: 0 0 30px 0 rgba(156, 156, 156, .25);
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	color: #fff;
	background-color: #004aad
}

.back-to-top:hover {
	color: #fff;
	background-color: #095d40
}

.about-area {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area {
		padding-top: 35px
	}
}

@media (max-width:767px) {
	.about-area {
		padding-top: 15px
	}
}

.about-content {
	max-width: 380px
}

.about-content .about-title {
	font-weight: 700;
	font-size: 41px;

	color: #004aad
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-content .about-title {
		font-size: 38px;
		line-height: 45px
	}
}

@media (max-width:767px) {
	.about-content .about-title {
		font-size: 30px;
		line-height: 30px
	}
}

.about-content .about-title span {
	color: #095d40
}

.about-content .line {
	width: 150px;
	background: 0 0;
	border: 1px solid #004aad;
	margin-top: 25px
}

.about-content p {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #004aad;
	margin-top: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-content p {
		font-size: 16px;
		line-height: 28px
	}
}

@media (max-width:767px) {
	.about-content p {
		padding-left: 0;
		font-size: 16px;
		line-height: 28px
	}
}

.about-content .main-btn {
	width: 160px;
	margin-top: 45px
}

.about-image {
	position: relative;
	max-width: 665px;
	height: 635px;
	margin-left: auto
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-image {
		height: 450px
	}
}

@media (max-width:767px) {
	.about-image {
		height: auto
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image {
		height: 550px
	}
}

.about-image .single-image {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	z-index: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-image .single-image {
		-webkit-transform: rotate(45deg) scale(.6);
		-moz-transform: rotate(45deg) scale(.6);
		-ms-transform: rotate(45deg) scale(.6);
		-o-transform: rotate(45deg) scale(.6);
		transform: rotate(45deg) scale(.6)
	}
}

@media (max-width:767px) {
	.about-image .single-image {
		position: relative;
		-webkit-transform: rotate(45deg) scale(.6);
		-moz-transform: rotate(45deg) scale(.6);
		-ms-transform: rotate(45deg) scale(.6);
		-o-transform: rotate(45deg) scale(.6);
		transform: rotate(45deg) scale(.6)
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image .single-image {
		position: absolute;
		-webkit-transform: rotate(45deg) scale(.8);
		-moz-transform: rotate(45deg) scale(.8);
		-ms-transform: rotate(45deg) scale(.8);
		-o-transform: rotate(45deg) scale(.8);
		transform: rotate(45deg) scale(.8)
	}
}

.about-image .single-image img {
	border-radius: 30px
}

@media (max-width:767px) {
	.about-image .single-image img {
		width: 100%
	}
}

.about-image .single-image::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 30px;
	z-index: -1
}

.about-image .single-image.image-1 {
	top: 72px;
	right: 63px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-image .single-image.image-1 {
		top: 45px
	}
}

@media (max-width:767px) {
	.about-image .single-image.image-1 {
		top: 0;
		right: 0;
		margin: 30px 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image .single-image.image-1 {
		top: 10px;
		right: 26px;
		margin: 0
	}
}

.about-image .single-image.image-1::before {
	right: -14px;
	top: -14px;
	background-color: #004aad
}

.about-image .single-image.image-2 {
	top: 56%;
	left: 29%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-image .single-image.image-2 {
		top: 53%;
		left: 23%
	}
}

@media (max-width:767px) {
	.about-image .single-image.image-2 {
		top: 0;
		left: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image .single-image.image-2 {
		top: 54%;
		left: 29%
	}
}

.about-image .single-image.image-2::before {
	right: -12px;
	bottom: -12px;
	background-color: #27b8a7
}

.about-image .single-image.image-3 {
	top: 31%;
	left: 49px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-image .single-image.image-3 {
		top: 32%
	}
}

@media (max-width:767px) {
	.about-image .single-image.image-3 {
		top: 34%;
		left: -14px;
		position: absolute
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image .single-image.image-3 {
		top: 31%;
		left: 49px
	}
}

.about-image .single-image.image-3::before {
	bottom: -10px;
	left: -10px;
	background-color: #095d40
}

.about-image .single-image.image-4 {
	top: 38px;
	left: 24%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-image .single-image.image-4 {
		top: 47px;
		left: 22%
	}
}

@media (max-width:767px) {
	.about-image .single-image.image-4 {
		top: 34%;
		left: auto;
		right: -14px;
		position: absolute
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image .single-image.image-4 {
		top: 15px;
		left: 14%;
		right: auto
	}
}

.about-image .single-image.image-4::before {
	top: -10px;
	left: -10px;
	background-color: #2f7ad5
}

.about-image .about-icon {
	position: absolute
}

.about-image .about-icon.icon-1 {
	left: 75px;
	top: 105px
}

@media (max-width:767px) {
	.about-image .about-icon.icon-1 {
		left: 30px;
		top: 25px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image .about-icon.icon-1 {
		left: 40px;
		top: 115px
	}
}

.about-image .about-icon.icon-2 {
	top: 18px;
	left: 53%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (max-width:767px) {
	.about-image .about-icon.icon-2 {
		top: 25px;
		left: 80%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image .about-icon.icon-2 {
		left: 47%;
		top: 18px
	}
}

.about-image .about-icon.icon-3 {
	left: 50px;
	bottom: 28%
}

@media (max-width:767px) {
	.about-image .about-icon.icon-3 {
		left: 0;
		bottom: 32%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image .about-icon.icon-3 {
		left: 50px;
		bottom: 28%
	}
}

.about-image .about-icon.icon-4 {
	right: 140px;
	bottom: 25%
}

@media (max-width:767px) {
	.about-image .about-icon.icon-4 {
		right: 25px;
		bottom: 33%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-image .about-icon.icon-4 {
		right: 100px
	}
}

.online-library-area {
	padding-top: 150px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.online-library-area {
		padding-top: 90px
	}
}

@media (max-width:767px) {
	.online-library-area {
		padding-top: 70px
	}
}

.online-library-wrapper {
	padding-top: 40px
}

.single-library {
	background-color: #f1f1f1
}

.single-library .library-image {
	position: relative
}

.single-library .library-image a {
	display: block
}

.single-library .library-image img {
	width: 100%
}

.single-library .library-image .discount {
	font-weight: 500;
	font-size: 14px;
	color: #151515;
	position: absolute;
	top: 28px;
	left: 28px
}

.single-library .library-content {
	padding: 15px
}

.single-library .library-content .library-title a {
	font-weight: 600;
	font-size: 18px;
	color: #004aad;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-library .library-content .library-title a:hover {
	color: #095d40
}

.single-library .library-content .price {
	font-weight: 500;
	font-size: 14px;
	color: #151515;
	margin-top: 10px
}

.shop-area {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.shop-area {
		padding-top: 35px
	}
}

@media (max-width:767px) {
	.shop-area {
		padding-top: 15px
	}
}

.shop-bar {
	padding-top: 20px
}

.shop-showing {
	margin-top: 30px
}

.shop-showing p {
	font-size: 14px;
	letter-spacing: .02em;
	color: #9c9c9c
}

.shop-bar-form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end
}

@media (max-width:767px) {
	.shop-bar-form {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.shop-bar-form {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex
	}
}

.shop-search {
	width: 270px;
	position: relative;
	margin-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shop-search {
		width: 200px
	}
}

@media (max-width:767px) {
	.shop-search {
		width: 100%
	}
}

.shop-search input {
	font-size: 14px;
	letter-spacing: .02em;
	color: #9c9c9c;
	height: 35px;
	border: 0;
	border-bottom: 1px solid #9c9c9c;
	width: 100%
}

.shop-search input::placeholder {
	opacity: 1;
	color: #9c9c9c
}

.shop-search input::-moz-placeholder {
	opacity: 1;
	color: #9c9c9c
}

.shop-search input::-moz-placeholder {
	opacity: 1;
	color: #9c9c9c
}

.shop-search input::-webkit-input-placeholder {
	opacity: 1;
	color: #9c9c9c
}

.shop-search i {
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px
}

.shop-wrapper {
	padding-top: 10px
}

.page-banner {
	padding-top: 155px;
	background: #004aad
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.page-banner {
		padding-top: 155px
	}
}

@media (max-width:767px) {
	.page-banner {
		padding-top: 190px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.page-banner {
		padding-top: 155px
	}
}

.banner-content {
	padding-top: 150px;
	padding-bottom: 140px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-content {
		padding-top: 90px;
		padding-bottom: 90px
	}
}

@media (max-width:767px) {
	.banner-content {
		padding-top: 75px;
		padding-bottom: 75px
	}
}

.banner-content .title {
	color: #fff;
	font-weight: 700;
	font-size: 76px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-content .title {
		font-size: 50px
	}
}

@media (max-width:767px) {
	.banner-content .title {
		font-size: 32px
	}
}

.teachers-area {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.teachers-area {
		padding-top: 35px
	}
}

@media (max-width:767px) {
	.teachers-area {
		padding-top: 15px
	}
}

@media only screen and (min-width:1400px) {
	.teachers-row {
		margin-left: -40px;
		margin-right: -40px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.teachers-row {
		margin-left: -40px;
		margin-right: -40px
	}
}

@media only screen and (min-width:1400px) {
	.teachers-row .teachers-col {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.teachers-row .teachers-col {
		padding-left: 40px;
		padding-right: 40px
	}
}

.teachers-wrapper {
	padding-top: 35px;
	position: relative
}

.single-teacher {
	position: relative;
	z-index: 5;
	padding-left: 70px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-teacher {
		padding-left: 40px
	}
}

.single-teacher::before {
	position: absolute;
	content: '';
	width: 60%;
	height: 85%;
	background-color: #f1f1f1;
	left: 0;
	bottom: 0;
	z-index: -1
}

.single-teacher .teacher-social {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-teacher .teacher-social {
		left: 10px
	}
}

.single-teacher .teacher-social .social li+li {
	margin-top: 25px
}

.single-teacher .teacher-social .social li a {
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	border: 1px solid #dbdbdb;
	border-radius: 50%;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-teacher .teacher-social .social li a {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px
	}
}

.single-teacher .teacher-social .social li a:hover {
	background-color: #095d40;
	border-color: #095d40;
	color: #fff
}

.single-teacher .teacher-image a {
	display: block
}

.single-teacher .teacher-image img {
	width: 100%
}

.single-teacher .teacher-content {
	padding: 20px 15px
}

.single-teacher .teacher-content .name a {
	font-size: 18px;
	font-weight: 600;
	color: #004aad;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-teacher .teacher-content .name a {
		font-size: 16px
	}
}

.single-teacher .teacher-content .name a:hover {
	color: #095d40
}

.single-teacher .teacher-content .designation {
	font-size: 14px;
	color: #151515;
	font-weight: 500
}

.teachers-page {
	padding-top: 80px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.teachers-page {
		padding-top: 20px
	}
}

@media (max-width:767px) {
	.teachers-page {
		padding-top: 0
	}
}

.courses-sidebar .sidebar-title .title {
	font-weight: 500;
	font-size: 24px;
	color: #004aad
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-sidebar .sidebar-title .title {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.courses-sidebar .sidebar-title .title {
		font-size: 20px
	}
}

.courses-sidebar ul {
	padding-top: 15px
}

.courses-sidebar ul li {
	padding: 14px 0;
	border-bottom: 1px solid #dbdbdb;
	font-weight: 500;
	font-size: 14px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-sidebar ul li {
		font-size: 12px
	}
}

.courses-sidebar ul li:last-child {
	border-bottom: 0
}

.courses-sidebar ul li strong {
	display: block;
	float: right;
	font-weight: 500
}

.courses-sidebar-category {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-sidebar-category {
		padding: 25px 20px
	}
}

.courses-sidebar-category .category-items {
	padding-top: 15px
}

.courses-sidebar-fee {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-sidebar-fee {
		padding: 25px 20px
	}
}

.courses-sidebar-fee .category-items {
	padding-top: 15px
}

.courses-sidebar-banner a {
	display: block
}

.courses-sidebar-banner a img {
	width: 100%
}

.courses-sidebar-type {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-sidebar-type {
		padding: 25px 20px
	}
}

.courses-sidebar-type .category-items {
	padding-top: 15px
}

.courses-features {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-features {
		padding: 25px 20px
	}
}

.courses-features .sidebar-btn {
	margin-top: 20px
}

.courses-features .sidebar-btn .main-btn {
	height: 36px;
	line-height: 36px;
	padding: 0 22px;
	font-size: 14px
}

.courses-details {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-details {
		padding-top: 35px
	}
}

@media (max-width:767px) {
	.courses-details {
		padding-top: 15px
	}
}

.courses-details-content .title {
	font-weight: 700;
	font-size: 46px;
	color: #004aad;
	margin-top: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-details-content .title {
		font-size: 36px
	}
}

@media (max-width:767px) {
	.courses-details-content .title {
		font-size: 24px
	}
}

.courses-details-content p {
	margin-top: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-details-content p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-details-content p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.courses-details-content p {
		font-size: 14px;
		line-height: 24px
	}
}

.courses-details-content .sub-title {
	font-weight: 700;
	font-size: 24px;
	color: #004aad;
	position: relative;
	padding-bottom: 10px;
	margin-top: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-details-content .sub-title {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.courses-details-content .sub-title {
		font-size: 18px
	}
}

.courses-details-content .sub-title::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 2px;
	background-color: #004aad;
	left: 0;
	bottom: 0
}

.courses-details-content .courses-details-list li {
	position: relative;
	padding-left: 40px;
	margin-top: 40px
}

.courses-details-content .courses-details-list li i {
	color: #151515;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 10px
}

.courses-details-content .courses-details-list li p {
	margin-top: 0
}

.courses-details-tab {
	margin-top: 70px
}

.courses-details-tab .nav li {
	border-left: 1px solid #dbdbdb
}

@media (max-width:767px) {
	.courses-details-tab .nav li {
		width: 50%;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.courses-details-tab .nav li {
		width: 100%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0
	}
}

.courses-details-tab .nav li a {
	display: block;
	background-color: #004aad;
	color: #fff;
	text-align: center;
	height: 70px;
	line-height: 70px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 18px;
	font-weight: 600
}

@media (max-width:767px) {
	.courses-details-tab .nav li a {
		font-size: 14px;
		height: 45px;
		line-height: 45px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.courses-details-tab .nav li a {
		height: 55px;
		line-height: 55px
	}
}

.courses-details-tab .nav li a.active {
	color: #095d40
}

.courses-details-tab .benefit-content {
	padding-top: 20px
}

.courses-details-tab .benefit-content p {
	margin-top: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-details-tab .benefit-content p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-details-tab .benefit-content p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.courses-details-tab .benefit-content p {
		font-size: 14px;
		line-height: 24px
	}
}

.courses-details-tab .benefit-content .courses-details-list li {
	position: relative;
	padding-left: 40px;
	margin-top: 40px
}

.courses-details-tab .benefit-content .courses-details-list li i {
	color: #151515;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 10px
}

.courses-details-tab .benefit-content .courses-details-list li p {
	margin-top: 0
}

.courses-details-tab .curriculum-content .single-curriculum {
	padding-top: 45px
}

.courses-details-tab .curriculum-content .single-curriculum .title {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .05em;
	color: #004aad
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list {
	padding-left: 10px
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li {
	margin-top: 20px
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li a {
	font-weight: 500;
	font-size: 16px;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li a {
		font-size: 14px
	}
}

@media (max-width:767px) {
	.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li a {
		font-size: 14px
	}
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li a i {
	color: #686868;
	margin-right: 5px
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li a:hover {
	color: #095d40
}

.courses-details-tab .courses-teachers {
	padding-top: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-details-tab .courses-teachers .single-teacher {
		padding-left: 40px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-details-tab .courses-teachers .single-teacher .teacher-social {
		left: 10px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-details-tab .courses-teachers .single-teacher .teacher-social .social li a {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px
	}
}

.courses-details-tab .courses-teachers .single-teacher .teacher-social .social li a:hover {
	background-color: #095d40;
	border-color: #095d40;
	color: #fff
}

.courses-details-tab .courses-reviews .review-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 540px;
	margin: 0 auto
}

@media (max-width:767px) {
	.courses-details-tab .courses-reviews .review-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.courses-details-tab .courses-reviews .review-wrapper .review-star {
	padding-top: 30px
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .label {
	font-weight: 500;
	font-size: 18px;
	color: #151515;
	width: 85px
}

@media (max-width:767px) {
	.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .label {
		font-size: 14px;
		width: 60px
	}
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .review-bar {
	width: 170px;
	height: 14px;
	background-color: #f1f1f1;
	position: relative
}

@media (max-width:767px) {
	.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .review-bar {
		width: 140px;
		height: 10px
	}
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .review-bar .bar-inner {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	background-color: #095d40
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .value {
	font-weight: 500;
	font-size: 18px;
	color: #151515;
	width: 50px;
	text-align: right
}

@media (max-width:767px) {
	.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .value {
		font-size: 14px;
		width: 40px
	}
}

.courses-details-tab .courses-reviews .review-wrapper .review-point {
	padding-top: 30px
}

@media (max-width:767px) {
	.courses-details-tab .courses-reviews .review-wrapper .review-point {
		margin: 0 50px
	}
}

.courses-details-tab .courses-reviews .review-wrapper .review-point span {
	font-weight: 700;
	font-size: 70px;
	line-height: 80px;
	color: #004aad
}

.courses-details-tab .courses-reviews .review-form {
	margin-top: 50px
}

.courses-details-tab .courses-reviews .review-form .review-rating .title {
	font-weight: 700;
	font-size: 18px;
	color: #004aad
}

.courses-details-tab .courses-reviews .review-form .review-rating ul {
	margin-top: 20px
}

.courses-details-tab .courses-reviews .review-form .review-rating ul li {
	display: inline-block;
	color: #e1e1e1;
	cursor: pointer
}

.courses-details-tab .courses-reviews .review-form .review-rating ul li.hover,
.courses-details-tab .courses-reviews .review-form .review-rating ul li.selected {
	color: #eab830
}

.event-details {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-details {
		padding-top: 50px
	}
}

@media (max-width:767px) {
	.event-details {
		padding-top: 30px
	}
}

.event-details-content .title {
	font-weight: 700;
	font-size: 46px;
	color: #004aad;
	margin-top: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-details-content .title {
		font-size: 36px
	}
}

@media (max-width:767px) {
	.event-details-content .title {
		font-size: 24px
	}
}

.event-details-content p {
	margin-top: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-details-content p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-details-content p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.event-details-content p {
		font-size: 14px;
		line-height: 24px
	}
}

.event-details-content .sub-title {
	font-weight: 700;
	font-size: 24px;
	color: #004aad;
	position: relative;
	padding-bottom: 10px;
	margin-top: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-details-content .sub-title {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.event-details-content .sub-title {
		font-size: 18px
	}
}

.event-details-content .sub-title::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 2px;
	background-color: #004aad;
	left: 0;
	bottom: 0
}

.event-details-content .event-list li {
	position: relative;
	padding-left: 40px;
	margin-top: 40px
}

.event-details-content .event-list li i {
	color: #151515;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 10px
}

.event-details-content .event-list li p {
	margin-top: 0
}

.event-details-content .event-teachers {
	padding-top: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-details-content .event-teachers .single-teacher {
		padding-left: 40px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-details-content .event-teachers .single-teacher .teacher-social {
		left: 10px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-details-content .event-teachers .single-teacher .teacher-social .social li a {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px
	}
}

.event-details-content .event-teachers .single-teacher .teacher-social .social li a:hover {
	background-color: #095d40;
	border-color: #095d40;
	color: #fff
}

.event-details-content .event-schedule-table {
	margin-top: 50px
}

.event-details-content .event-schedule-table .table thead tr th {
	background-color: #095d40;
	color: #fff;
	text-align: center;
	border: 2px solid #fff
}

.event-details-content .event-schedule-table .table thead tr th.time {
	min-width: 190px
}

.event-details-content .event-schedule-table .table thead tr th.topics {
	width: 100%;
	min-width: 300px
}

.event-details-content .event-schedule-table .table thead tr th.speakers {
	min-width: 200px
}

.event-details-content .event-schedule-table .table tbody tr td {
	background-color: #f1f1f1;
	border: 2px solid #fff;
	font-size: 14px;
	padding: 15px 20px;
	font-weight: 500
}

.event-details-content .event-schedule-table .table tbody tr td.time {
	text-align: center
}

.event-details-content .event-schedule-table .table tbody tr td.speakers {
	text-align: center
}

.event-details-content .event-message p {
	margin-top: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-details-content .event-message p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.event-details-content .event-message p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.event-details-content .event-message p {
		font-size: 14px;
		line-height: 24px
	}
}

.event-details-content .event-message .event-message-form {
	padding-top: 15px
}

.event-sidebar .sidebar-title .title {
	font-weight: 500;
	font-size: 24px;
	color: #004aad
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-sidebar .sidebar-title .title {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.event-sidebar .sidebar-title .title {
		font-size: 20px
	}
}

.event-sidebar ul {
	padding-top: 15px
}

.event-sidebar ul li {
	padding: 14px 0;
	border-bottom: 1px solid #dbdbdb;
	font-weight: 500;
	font-size: 14px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-sidebar ul li {
		font-size: 12px
	}
}

.event-sidebar ul li:last-child {
	border-bottom: 0
}

.event-sidebar ul li strong {
	display: block;
	float: right;
	font-weight: 500
}

.event-features {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.event-features {
		padding: 25px 20px
	}
}

.event-features .sidebar-btn {
	margin-top: 20px
}

.event-features .sidebar-btn .main-btn {
	height: 36px;
	line-height: 36px;
	padding: 0 22px;
	font-size: 14px
}

.event-sidebar-banner a {
	display: block
}

.event-sidebar-banner a img {
	width: 100%
}

.gallery-page {
	padding-top: 130px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.gallery-page {
		padding-top: 70px
	}
}

@media (max-width:767px) {
	.gallery-page {
		padding-top: 50px
	}
}

.teacher-details {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.teacher-details {
		padding-top: 50px
	}
}

@media (max-width:767px) {
	.teacher-details {
		padding-top: 30px
	}
}

.single-teacher-details {
	position: relative;
	z-index: 5;
	padding-left: 70px;
	padding-bottom: 70px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-teacher-details {
		padding-left: 40px;
		padding-bottom: 40px
	}
}

.single-teacher-details::before {
	position: absolute;
	content: '';
	width: 60%;
	height: 85%;
	background-color: #f1f1f1;
	left: 0;
	bottom: 0;
	z-index: -1
}

.single-teacher-details .teacher-social {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-teacher-details .teacher-social {
		left: 10px
	}
}

.single-teacher-details .teacher-social .social li+li {
	margin-top: 25px
}

.single-teacher-details .teacher-social .social li a {
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	border: 1px solid #dbdbdb;
	border-radius: 50%;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-teacher-details .teacher-social .social li a {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px
	}
}

.single-teacher-details .teacher-social .social li a:hover {
	background-color: #095d40;
	border-color: #095d40;
	color: #fff
}

.single-teacher-details .teacher-image a {
	display: block
}

.single-teacher-details .teacher-image img {
	width: 100%
}

.teacher-details-content .teacher-name {
	font-weight: 700;
	font-size: 46px;
	color: #004aad;
	position: relative;
	padding-bottom: 10px
}

@media (max-width:767px) {
	.teacher-details-content .teacher-name {
		font-size: 28px
	}
}

.teacher-details-content .teacher-name::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 2px;
	background-color: #004aad;
	bottom: 0;
	left: 0
}

@media (max-width:767px) {
	.teacher-details-content .teacher-name::before {
		width: 100px
	}
}

.teacher-details-content .designation {
	font-weight: 600;
	font-size: 24px;
	color: #004aad;
	margin-top: 14px
}

@media (max-width:767px) {
	.teacher-details-content .designation {
		font-size: 18px
	}
}

.teacher-details-content .department {
	font-weight: 500;
	font-size: 18px;
	color: #151515
}

@media (max-width:767px) {
	.teacher-details-content .department {
		font-size: 14px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.teacher-details-content .department {
		font-size: 16px
	}
}

.teacher-details-content p {
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	color: #303030;
	margin-top: 30px
}

@media (max-width:767px) {
	.teacher-details-content p {
		font-size: 14px;
		line-height: 24px
	}
}

.teacher-details-content .teacher-contact {
	padding-top: 15px
}

.teacher-details-content .teacher-contact li {
	font-weight: 500;
	font-size: 18px;
	color: #303030;
	margin-top: 10px
}

@media (max-width:767px) {
	.teacher-details-content .teacher-contact li {
		font-size: 14px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.teacher-details-content .teacher-contact li {
		font-size: 16px
	}
}

.teacher-details-content .teacher-contact li a {
	color: #303030
}

.teacher-details-tab {
	padding-top: 70px
}

.teacher-details-tab .nav li {
	border-left: 1px solid #dbdbdb
}

@media (max-width:767px) {
	.teacher-details-tab .nav li {
		width: 100%;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.teacher-details-tab .nav li {
		width: 100%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0
	}
}

.teacher-details-tab .nav li a {
	display: block;
	background-color: #004aad;
	color: #fff;
	text-align: center;
	height: 70px;
	line-height: 70px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 18px;
	font-weight: 600
}

@media (max-width:767px) {
	.teacher-details-tab .nav li a {
		font-size: 14px;
		height: 45px;
		line-height: 45px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.teacher-details-tab .nav li a {
		height: 55px;
		line-height: 55px
	}
}

.teacher-details-tab .nav li a.active {
	color: #095d40
}

.teacher-details-tab .tab-content {
	padding-top: 10px
}

.teacher-details-tab .single-content-tab {
	margin-top: 40px
}

.teacher-details-tab .single-content-tab .title {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .01em;
	color: #004aad;
	padding-bottom: 10px
}

.teacher-details-tab .single-content-tab p {
	font-weight: 500;
	font-size: 16px;
	color: #151515
}

.shop-sidebar .sidebar-title .title {
	font-weight: 500;
	font-size: 24px;
	color: #004aad
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shop-sidebar .sidebar-title .title {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.shop-sidebar .sidebar-title .title {
		font-size: 20px
	}
}

.shop-sidebar ul {
	padding-top: 15px
}

.shop-sidebar ul li {
	padding: 14px 0;
	border-bottom: 1px solid #dbdbdb;
	font-weight: 500;
	font-size: 14px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shop-sidebar ul li {
		font-size: 12px
	}
}

.shop-sidebar ul li:last-child {
	border-bottom: 0
}

.shop-sidebar ul li strong {
	display: block;
	float: right;
	font-weight: 500
}

.shop-sidebar-category {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shop-sidebar-category {
		padding: 25px 20px
	}
}

.shop-sidebar-category .category-items {
	padding-top: 15px
}

.shop-sidebar-price {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shop-sidebar-price {
		padding: 25px 20px
	}
}

.shop-sidebar-price .price-items {
	padding-top: 15px
}

.shop-sidebar-banner a {
	display: block
}

.shop-sidebar-banner a img {
	width: 100%
}

.shop-sidebar-tags {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shop-sidebar-tags {
		padding: 25px 20px
	}
}

.shop-sidebar-tags .tags-items {
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 20px
}

.shop-sidebar-tags .tags-items li {
	border-bottom: 0;
	display: inline-block;
	padding: 3px 10px
}

.shop-sidebar-tags .tags-items li a {
	font-weight: 500;
	font-size: 14px;
	color: #004aad;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.shop-sidebar-tags .tags-items li a:hover {
	color: #095d40
}

.product-details-page {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-details-page {
		padding-top: 50px
	}
}

@media (max-width:767px) {
	.product-details-page {
		padding-top: 30px
	}
}

.product-details-wrapper {
	padding-right: 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-details-wrapper {
		padding-right: 0
	}
}

@media (max-width:767px) {
	.product-details-wrapper {
		padding-right: 0
	}
}

.product-details-content .details-image img {
	width: 100%
}

.product-details-content .details-content .product-title {
	font-weight: 700;
	font-size: 46px;
	color: #004aad
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-content .details-content .product-title {
		font-size: 36px
	}
}

@media (max-width:767px) {
	.product-details-content .details-content .product-title {
		font-size: 24px
	}
}

.product-details-content .details-content .price-rating {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px
}

.product-details-content .details-content .price-rating .price {
	font-weight: 600;
	font-size: 24px;
	color: #095d40
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-content .details-content .price-rating .price {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.product-details-content .details-content .price-rating .price {
		font-size: 18px
	}
}

.product-details-content .details-content .price-rating .rating li {
	display: inline-block;
	font-size: 12px
}

.product-details-content .details-content .price-rating .rating li.rating-on {
	color: #fabb20
}

.product-details-content .details-content .product-content-wrapper {
	border-top: 1px solid #dbdbdb;
	margin-top: 30px
}

.product-details-content .details-content .product-content-wrapper p,
.product-details-content .details-content .product-content-wrapper span {
	font-weight: 500;
	font-size: 18px;
	color: #004aad
}

@media (max-width:767px) {

	.product-details-content .details-content .product-content-wrapper p,
	.product-details-content .details-content .product-content-wrapper span {
		font-size: 16px
	}
}

.product-details-content .details-content .product-content-wrapper .stock {
	border-bottom: 1px solid #dbdbdb;
	padding: 15px 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-content .details-content .product-content-wrapper .stock {
		padding: 10px 0
	}
}

@media (max-width:767px) {
	.product-details-content .details-content .product-content-wrapper .stock {
		padding: 10px 0
	}
}

.product-details-content .details-content .product-content-wrapper .colors {
	border-bottom: 1px solid #dbdbdb;
	padding: 15px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-content .details-content .product-content-wrapper .colors {
		padding: 10px 0
	}
}

@media (max-width:767px) {
	.product-details-content .details-content .product-content-wrapper .colors {
		padding: 10px 0
	}
}

.product-details-content .details-content .product-content-wrapper .colors .product-color {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.product-details-content .details-content .product-content-wrapper .colors .product-color li {
	width: 17px;
	height: 17px;
	border-radius: 50%;
	margin-left: 15px;
	position: relative;
	cursor: pointer
}

.product-details-content .details-content .product-content-wrapper .colors .product-color li.active::before {
	position: absolute;
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	top: -1px;
	left: 2px;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.product-details-content .details-content .product-content-wrapper .size {
	border-bottom: 1px solid #dbdbdb;
	padding: 15px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-content .details-content .product-content-wrapper .size {
		padding: 10px 0
	}
}

.product-details-content .details-content .product-content-wrapper .size .product-size {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.product-details-content .details-content .product-content-wrapper .size .product-size li {
	margin-left: 15px
}

.product-details-content .details-content .product-content-wrapper .size .product-size li span {
	color: #004aad;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer
}

.product-details-content .details-content .product-content-wrapper .size .product-size li.active span {
	color: #095d40
}

.product-details-content .details-content .product-content-wrapper .quantity {
	border-bottom: 1px solid #dbdbdb;
	padding: 15px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-content .details-content .product-content-wrapper .quantity {
		padding: 10px 0
	}
}

.product-details-content .details-content .product-content-wrapper .quantity .product-quantity {
	border-radius: 50px;
	overflow: hidden;
	margin-left: 20px
}

.product-details-content .details-content .product-content-wrapper .quantity .product-quantity input {
	width: 40px;
	height: 26px;
	font-weight: 500;
	font-size: 14px;
	color: #004aad;
	border: 0;
	background-color: #f1f1f1;
	text-align: center
}

.product-details-content .details-content .product-content-wrapper .quantity .product-quantity button {
	width: 26px;
	height: 26px;
	padding: 0;
	background-color: #dbd8d8;
	border: 0;
	font-weight: 500;
	font-size: 12px;
	color: #262626;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.product-details-content .details-content .product-content-wrapper .quantity .product-quantity button:hover {
	background-color: #095d40;
	color: #fff
}

.product-details-content .details-content .product-btn {
	padding-top: 40px
}

.product-details-content .details-content .product-btn .add-cart {
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px
}

@media (max-width:767px) {
	.product-details-content .details-content .product-btn .add-cart {
		height: 40px;
		line-height: 38px
	}
}

.product-details-content .details-content .product-btn .compare,
.product-details-content .details-content .product-btn .wishlist {
	height: 45px;
	line-height: 43px;
	border: 1px solid #dbdbdb;
	color: #959494;
	font-size: 20px;
	padding: 0 20px;
	vertical-align: middle;
	margin-left: 15px;
	margin-top: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media (max-width:767px) {

	.product-details-content .details-content .product-btn .compare,
	.product-details-content .details-content .product-btn .wishlist {
		padding: 0 15px;
		font-size: 18px;
		height: 40px;
		line-height: 38px
	}
}

.product-details-content .details-content .product-btn .compare:hover,
.product-details-content .details-content .product-btn .wishlist:hover {
	background-color: #004aad;
	border-color: #004aad;
	color: #fff
}

.product-details-tab {
	padding-top: 70px
}

.product-details-tab .nav li {
	border-left: 1px solid #dbdbdb
}

@media (max-width:767px) {
	.product-details-tab .nav li {
		width: 100%;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.product-details-tab .nav li {
		width: 100%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0
	}
}

.product-details-tab .nav li a {
	display: block;
	background-color: #004aad;
	color: #fff;
	text-align: center;
	height: 70px;
	line-height: 70px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 18px;
	font-weight: 600
}

@media (max-width:767px) {
	.product-details-tab .nav li a {
		font-size: 14px;
		height: 45px;
		line-height: 45px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.product-details-tab .nav li a {
		height: 55px;
		line-height: 55px
	}
}

.product-details-tab .nav li a.active {
	color: #095d40
}

.product-details-tab .product-description {
	padding-top: 20px
}

.product-details-tab .product-description p {
	margin-top: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-tab .product-description p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-details-tab .product-description p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.product-details-tab .product-description p {
		font-size: 14px;
		line-height: 24px
	}
}

.product-details-tab .product-description .product-list li {
	position: relative;
	padding-left: 40px;
	margin-top: 40px
}

.product-details-tab .product-description .product-list li i {
	color: #151515;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 5px
}

.product-details-tab .product-description .product-list li p {
	margin-top: 0
}

.product-details-tab .product-information {
	padding-top: 40px
}

.product-details-tab .product-information .table tbody tr td {
	border: 0;
	padding: 0;
	vertical-align: middle;
	padding: 2px
}

.product-details-tab .product-information .table tbody tr td.table-title {
	width: 180px;
	min-width: 180px
}

.product-details-tab .product-information .table tbody tr td.table-title .title {
	font-weight: 500;
	font-size: 14px;
	color: #151515;
	border: 1px solid #dbdbdb;
	padding: 0 20px;
	height: 50px;
	line-height: 48px
}

.product-details-tab .product-information .table tbody tr td.table-content p {
	font-weight: 500;
	font-size: 14px;
	color: #151515;
	padding: 0 20px;
	border: 1px solid #dbdbdb;
	height: 50px;
	line-height: 48px;
	white-space: nowrap
}

.product-details-tab .product-reviews .review-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 540px;
	margin: 0 auto
}

@media (max-width:767px) {
	.product-details-tab .product-reviews .review-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.product-details-tab .product-reviews .review-wrapper .review-star {
	padding-top: 30px
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review .label {
	font-weight: 500;
	font-size: 18px;
	color: #151515;
	width: 85px
}

@media (max-width:767px) {
	.product-details-tab .product-reviews .review-wrapper .review-star .single-review .label {
		font-size: 14px;
		width: 60px
	}
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review .review-bar {
	width: 170px;
	height: 14px;
	background-color: #f1f1f1;
	position: relative
}

@media (max-width:767px) {
	.product-details-tab .product-reviews .review-wrapper .review-star .single-review .review-bar {
		width: 140px;
		height: 10px
	}
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review .review-bar .bar-inner {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	background-color: #095d40
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review .value {
	font-weight: 500;
	font-size: 18px;
	color: #151515;
	width: 50px;
	text-align: right
}

@media (max-width:767px) {
	.product-details-tab .product-reviews .review-wrapper .review-star .single-review .value {
		font-size: 14px;
		width: 40px
	}
}

.product-details-tab .product-reviews .review-wrapper .review-point {
	padding-top: 30px
}

@media (max-width:767px) {
	.product-details-tab .product-reviews .review-wrapper .review-point {
		margin: 0 50px
	}
}

.product-details-tab .product-reviews .review-wrapper .review-point span {
	font-weight: 700;
	font-size: 70px;
	line-height: 80px;
	color: #004aad
}

.product-details-tab .product-reviews .review-form {
	margin-top: 50px
}

.product-details-tab .product-reviews .review-form .review-rating .title {
	font-weight: 700;
	font-size: 18px;
	color: #004aad
}

.product-details-tab .product-reviews .review-form .review-rating ul {
	margin-top: 20px
}

.product-details-tab .product-reviews .review-form .review-rating ul li {
	display: inline-block;
	color: #e1e1e1;
	cursor: pointer
}

.product-details-tab .product-reviews .review-form .review-rating ul li.hover,
.product-details-tab .product-reviews .review-form .review-rating ul li.selected {
	color: #eab830
}

.blog-sidebar {
	padding-right: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-sidebar {
		padding-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-sidebar {
		padding-right: 0
	}
}

@media (max-width:767px) {
	.blog-sidebar {
		padding-right: 0
	}
}

.blog-sidebar.right-sidebar {
	padding-right: 0;
	padding-left: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-sidebar.right-sidebar {
		padding-left: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-sidebar.right-sidebar {
		padding-left: 0
	}
}

@media (max-width:767px) {
	.blog-sidebar.right-sidebar {
		padding-left: 0
	}
}

.blog-sidebar .sidebar-title .title {
	font-weight: 500;
	font-size: 24px;
	color: #004aad
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-sidebar .sidebar-title .title {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.blog-sidebar .sidebar-title .title {
		font-size: 20px
	}
}

.blog-sidebar ul {
	padding-top: 15px
}

.blog-sidebar ul li {
	padding: 14px 0;
	border-bottom: 1px solid #dbdbdb;
	font-weight: 500;
	font-size: 14px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-sidebar ul li {
		font-size: 12px
	}
}

.blog-sidebar ul li:last-child {
	border-bottom: 0
}

.blog-sidebar ul li strong {
	display: block;
	float: right;
	font-weight: 500
}

.blog-sidebar-category {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-sidebar-category {
		padding: 25px 20px
	}
}

.blog-sidebar-category .category-items {
	padding-top: 15px
}

.blog-sidebar-post {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-sidebar-post {
		padding: 25px 20px
	}
}

.blog-sidebar-post .post-items {
	padding-top: 15px
}

.blog-sidebar-post .post-items li+li {
	border-top: 1px solid #dbdbdb
}

.blog-sidebar-post .post-items li .single-post {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.blog-sidebar-post .post-items li .single-post .post-content {
	padding-left: 15px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.blog-sidebar-post .post-items li .single-post .post-content .post-title a {
	font-weight: 600;
	font-size: 16px;
	color: #004aad;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.blog-sidebar-post .post-items li .single-post .post-content .post-title a:hover {
	color: #095d40
}

.blog-sidebar-post .post-items li .single-post .post-content .more {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .02em;
	color: #151515;
	margin-top: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.blog-sidebar-post .post-items li .single-post .post-content .more i {
	font-size: 11px
}

.blog-sidebar-post .post-items li .single-post .post-content .more:hover {
	color: #095d40
}

.blog-sidebar-banner a {
	display: block
}

.blog-sidebar-banner a img {
	width: 100%
}

.blog-sidebar-tags {
	background-color: #f1f1f1;
	padding: 30px 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-sidebar-tags {
		padding: 25px 20px
	}
}

.blog-sidebar-tags .tags-items {
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 20px
}

.blog-sidebar-tags .tags-items li {
	border-bottom: 0;
	display: inline-block;
	padding: 3px 10px
}

.blog-sidebar-tags .tags-items li a {
	font-weight: 500;
	font-size: 14px;
	color: #004aad;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.blog-sidebar-tags .tags-items li a:hover {
	color: #095d40
}

.blog-details-page {
	padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-details-page {
		padding-top: 50px
	}
}

@media (max-width:767px) {
	.blog-details-page {
		padding-top: 30px
	}
}

.blog-details-content .details-content .meta {
	padding-top: 30px
}

.blog-details-content .details-content .meta li {
	display: inline-block;
	position: relative
}

.blog-details-content .details-content .meta li+li {
	margin-left: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .details-content .meta li+li {
		margin-left: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-details-content .details-content .meta li+li {
		margin-left: 20px
	}
}

@media (max-width:767px) {
	.blog-details-content .details-content .meta li+li {
		margin-left: 20px
	}
}

.blog-details-content .details-content .meta li+li::before {
	position: absolute;
	content: '-';
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -18px;
	font-size: 16px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .details-content .meta li+li::before {
		left: -13px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-details-content .details-content .meta li+li::before {
		left: -13px
	}
}

@media (max-width:767px) {
	.blog-details-content .details-content .meta li+li::before {
		left: -13px
	}
}

.blog-details-content .details-content .meta li a {
	font-weight: 500;
	font-size: 18px;
	line-height: 16px;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .details-content .meta li a {
		font-size: 12px
	}
}

@media (max-width:767px) {
	.blog-details-content .details-content .meta li a {
		font-size: 12px
	}
}

.blog-details-content .details-content .meta li a:hover {
	color: #095d40
}

.blog-details-content .details-content .title {
	font-weight: 700;
	font-size: 46px;
	color: #004aad;
	margin-top: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .details-content .title {
		font-size: 36px
	}
}

@media (max-width:767px) {
	.blog-details-content .details-content .title {
		font-size: 24px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-details-content .details-content .title {
		font-size: 26px
	}
}

.blog-details-content .details-content p {
	margin-top: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .details-content p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-details-content .details-content p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.blog-details-content .details-content p {
		font-size: 14px;
		line-height: 24px
	}
}

.blog-details-content .details-content .blog-list li {
	position: relative;
	padding-left: 40px;
	margin-top: 40px
}

.blog-details-content .details-content .blog-list li i {
	color: #151515;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 5px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .details-content .blog-list li i {
		font-size: 16px
	}
}

.blog-details-content .details-content .blog-list li p {
	margin-top: 0
}

.blog-details-content .details-content .blog-tags {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 45px
}

.blog-details-content .details-content .blog-tags span {
	font-weight: 700;
	font-size: 18px;
	color: #303030
}

.blog-details-content .details-content .blog-tags .tags li {
	display: inline-block;
	margin-left: 5px
}

.blog-details-content .details-content .blog-tags .tags li a {
	font-weight: 500;
	font-size: 18px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .details-content .blog-tags .tags li a {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-details-content .details-content .blog-tags .tags li a {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.blog-details-content .details-content .blog-tags .tags li a {
		font-size: 14px
	}
}

.blog-details-content .blog-comment {
	padding-top: 70px
}

.blog-details-content .blog-comment .comment-title {
	font-weight: 700;
	font-size: 24px;
	color: #004aad;
	position: relative;
	padding-bottom: 8px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .blog-comment .comment-title {
		font-size: 20px
	}
}

.blog-details-content .blog-comment .comment-title::before {
	width: 100px;
	height: 2px;
	background-color: #004aad;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0
}

.blog-details-content .blog-comment>p {
	margin-top: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .blog-comment>p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-details-content .blog-comment>p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.blog-details-content .blog-comment>p {
		font-size: 14px;
		line-height: 24px
	}
}

.blog-details-content .blog-comment .comment-items li .single-comment {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 45px
}

@media (max-width:767px) {
	.blog-details-content .blog-comment .comment-items li .single-comment {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-details-content .blog-comment .comment-items li .single-comment {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex
	}
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-author img {
	border-radius: 50%
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content {
	padding-left: 30px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media (max-width:767px) {
	.blog-details-content .blog-comment .comment-items li .single-comment .comment-content {
		padding-left: 0;
		padding-top: 25px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-details-content .blog-comment .comment-items li .single-comment .comment-content {
		padding-left: 25px;
		padding-top: 0
	}
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .meta {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .meta .name {
	font-weight: 600;
	font-size: 18px;
	color: #151515
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .meta .time {
	font-weight: 500;
	font-size: 14px;
	color: #151515;
	margin-left: 10px
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content p {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #151515;
	margin-top: 8px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-details-content .blog-comment .comment-items li .single-comment .comment-content p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-details-content .blog-comment .comment-items li .single-comment .comment-content p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.blog-details-content .blog-comment .comment-items li .single-comment .comment-content p {
		font-size: 14px;
		line-height: 24px
	}
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .reply {
	font-weight: 500;
	font-size: 14px;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .reply:hover {
	color: #095d40
}

.blog-details-content .blog-comment .comment-items li .comment-reply {
	padding-left: 130px
}

@media (max-width:767px) {
	.blog-details-content .blog-comment .comment-items li .comment-reply {
		padding-left: 0
	}
}

.contact-area {
	padding-top: 130px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.contact-area {
		padding-top: 70px
	}
}

@media (max-width:767px) {
	.contact-area {
		padding-top: 50px
	}
}

.single-contact-info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.single-contact-info .info-icon i {
	font-size: 24px;
	color: #004aad;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #dbdbdb;
	border-radius: 50%
}

.single-contact-info .info-content {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px
}

.single-contact-info .info-content .title {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .05em;
	color: #095d40;
	padding-bottom: 15px
}

.single-contact-info .info-content p {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #151515
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-contact-info .info-content p {
		font-size: 14px
	}
}

.single-contact-info .info-content p a {
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.single-contact-info .info-content p a:hover {
	color: #095d40
}

.contact-form {
	padding-top: 150px
}

.form-message.error,
.form-message.success {
	font-size: 16px;
	color: #004aad;
	background: #ddd;
	padding: 10px 15px;
	margin-left: 15px;
	margin-top: 15px
}

.form-message.error {
	color: red
}

.contact-title .title {
	font-weight: 700;
	font-size: 24px;
	color: #004aad;
	position: relative;
	padding-bottom: 21px
}

@media (max-width:767px) {
	.contact-title .title {
		font-size: 20px
	}
}

.contact-title .title::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 2px;
	background-color: #004aad;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto
}

.contact-title p {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #151515;
	margin-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.contact-title p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.contact-title p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.contact-title p {
		font-size: 14px;
		line-height: 24px
	}
}

.contact-form-wrapper {
	padding-top: 30px
}



.login-register {
	padding-top: 150px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.login-register {
		padding-top: 90px
	}
}

@media (max-width:767px) {
	.login-register {
		padding-top: 70px
	}
}

.login-register-content .title {
	font-weight: 700;
	font-size: 24px;
	color: #004aad;
	position: relative;
	padding-bottom: 10px
}

@media (max-width:767px) {
	.login-register-content .title {
		font-size: 20px
	}
}

.login-register-content .title::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 2px;
	background-color: #004aad;
	bottom: 0;
	left: 0
}

.login-register-form .single-form .forget a {
	font-size: 16px;
	font-weight: 400;
	color: #151515;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

@media (max-width:767px) {
	.login-register-form .single-form .forget a {
		font-size: 14px
	}
}

.login-register-form .single-form .forget a:hover {
	color: #004aad
}

.login-register-form .single-form .main-btn {
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	font-size: 16px;
	display: block;
	width: 100%
}

@media (max-width:767px) {
	.login-register-form .single-form .main-btn {
		padding: 0 20px;
		height: 45px;
		line-height: 45px;
		font-size: 14px
	}
}

.notice-area {
	padding-top: 150px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.notice-area {
		padding-top: 90px
	}
}

@media (max-width:767px) {
	.notice-area {
		padding-top: 70px
	}
}

.notice-content {
	padding-top: 10px
}

.single-notice {
	margin-top: 45px;
	position: relative;
	padding-left: 45px
}

@media (max-width:767px) {
	.single-notice {
		padding-left: 35px
	}
}

.single-notice .number {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #004aad;
	position: absolute;
	top: 0;
	left: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-notice .number {
		font-size: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-notice .number {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.single-notice .number {
		font-size: 18px;
		line-height: 26px
	}
}

.single-notice .notice-title {
	font-weight: 600;
	font-size: 24px;
	color: #303030
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-notice .notice-title {
		font-size: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-notice .notice-title {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.single-notice .notice-title {
		font-size: 18px;
		line-height: 26px
	}
}

.single-notice p {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #303030;
	margin-top: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-notice p {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-notice p {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.single-notice p {
		font-size: 14px;
		line-height: 26px
	}
}









#carouselExampleSlidesOnly .carousel-item img {
    display: block !important;
    visibility: visible !important;
}


@media (max-width: 768px) {
  #carouselExampleSlidesOnly .carousel-item img {
      width: 100%;
      height: auto; /* Adjust height dynamically */
      object-fit: contain; /* Ensure the full image is visible */
      display: block !important; /* Override any hidden styles */
      margin-top: 200px;
  }
}








  /* Course Hero Section Styles */
  .guvi-course-hero-section {
	background: linear-gradient(135deg, #0056b3 0%, #0a704d 100%);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.guvi-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.guvi-course-hero-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

/* Course Info Column */
.guvi-course-info-col {
	flex: 1;
	min-width: 300px;
	color: #fff;
}



.guvi-course-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.2;
	color: white;
}

.guvi-course-highlight {
	color: #ffc107;
	font-weight: 700;
}

.guvi-course-subtitle {
	font-size: 1.1rem;
	margin-bottom: 20px;
	color: white !important;
}

.guvi-course-description {
	margin-bottom: 30px;
	font-size: 1rem;
	color: white!important;
	line-height: 1.6;
}

.guvi-course-languages {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 0.9rem;
}

.course-form{
margin-top: 100px;

}

/* Responsive Styles */
@media (min-width: 760px) and (max-width: 990px) {
	.guvi-course-hero-row {
		flex-direction: column;
		margin-top: 150px ;
		
	}
	
	.guvi-course-info-col, .guvi-inquiry-col {
		width: 100%;
	}
	
	.guvi-course-title {
		font-size: 2rem;
	}
}

@media (max-width: 760px) {
	.guvi-course-hero-section {
		padding: 50px 0;
		margin-top: 200px;
	}
	
	.guvi-course-title {
		font-size: 1.8rem;
	}
	
	.guvi-inquiry-form-container {
		padding: 20px;
	}
	
	.guvi-inquiry-heading {
		font-size: 1.5rem;
	}
}


    /* FAQ Section Styles */
	.faq-section {
		padding: 80px 0;
		background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	}
	
	.faq-header {
		text-align: center;
		margin-bottom: 50px;
	}
	
	.faq-header h2 {
		font-size: 36px;
		font-weight: 700;
		color: black;
		margin-bottom: 15px;
	}
	
	.faq-header .underline {
		height: 4px;
		width: 80px;
		background: linear-gradient(to right, var(--primary-color), var(--primary-light));
		margin: 0 auto 20px;
		border-radius: 2px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	}
	
	.faq-header p {
		font-size: 18px;
		color: var(--light-text);
		max-width: 700px;
		margin: 0 auto;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	}
	
	.faq-container {
		max-width: 900px;
		margin: 0 auto;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	}
	
	.faq-item {
		background-color: var(--white);
		border-radius: var(--border-radius);
		margin-bottom: 20px;
		box-shadow: var(--shadow);
		overflow: hidden;
		transition: var(--transition);
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	}
	
	.faq-item:hover {
		transform: translateY(-3px);
		box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	}
	
	.faq-question {
		display: flex;
		align-items: center;
		padding: 20px 25px;
		cursor: pointer;
		position: relative;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	}
	
	.question-badge, .answer-badge {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		font-weight: 700;
		font-size: 18px;
		margin-right: 15px;
		flex-shrink: 0;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	}
	
	.question-badge {
		background-color: rgba(67, 97, 238, 0.15);
		color: var(--primary-color);
	}
	
	.answer-badge {
		background-color: rgba(58, 12, 163, 0.15);
		color: var(--secondary-color);
	}
	
	.faq-question h3 {
		font-size: 18px;
		font-weight: 600;
		flex-grow: 1;
		margin: 0;
		transition: var(--transition);
	}
	
	.faq-toggle {
		margin-left: 15px;
		transition: var(--transition);
	}
	
	.faq-toggle i {
		color: var(--primary-color);
		font-size: 16px;
	}
	
	.faq-answer {
		display: flex;
		padding: 0 25px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s ease, padding 0.4s ease;
	}
	
	.faq-answer p {
		padding-bottom: 20px;
		color: var(--light-text);
		font-size: 16px;
		line-height: 1.7;
	}
	
	/* Active State */
	.faq-item.active {
		background-color: var(--white);
	}
	
	.faq-item.active .faq-question {
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}
	
	.faq-item.active .faq-question h3 {
		color: var(--primary-color);
	}
	
	.faq-item.active .faq-toggle {
		transform: rotate(180deg);
	}
	
	.faq-item.active .faq-answer {
		max-height: 300px;
		padding: 20px 25px 0;
	}
	
	/* Responsive Styles */
	@media (max-width: 768px) {
		.faq-header h2 {
			font-size: 28px;
		}
		
		.faq-header p {
			font-size: 16px;
		}
		
		.faq-question {
			padding: 15px 20px;
		}
		
		.question-badge, .answer-badge {
			width: 30px;
			height: 30px;
			font-size: 16px;
			margin-right: 10px;
		}
		
		.faq-question h3 {
			font-size: 16px;
		}
		
		.faq-answer {
			padding: 0 20px;
		}
		
		.faq-item.active .faq-answer {
			padding: 15px 20px 0;
		}
		
		.faq-answer p {
			font-size: 14px;
		}
	}
	
	@media (max-width: 480px) {
		.faq-section {
			padding: 50px 0;
		}
		
		.faq-header {
			margin-bottom: 30px;
		}
		
		.faq-header h2 {
			font-size: 24px;
		}
		
		.faq-header p {
			font-size: 14px;
		}
	}



	


	   /* Contact Section Styling */
.contact-section {
    padding: 80px 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 21%;
    height: 95%;
	background: linear-gradient(to left, #024499, #abc6f0);



    z-index: 0;
}

.contact-section::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 36%;
    width: 11%;
    height: 18%;
	background: linear-gradient(to right, #024499, #abc6f0);


    z-index: 0;
}

.contact-section .container {
    position: relative;
    z-index: 1;
}

/* Form Side Styling */
.form-side {
    padding: 30px 40px 30px 0;
}

.contact-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
}

.contact-subtitle {
    color: #666;
    margin-bottom: 40px;
    font-size: 16px;
    max-width: 400px;
}

.form-row {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 12px 0;
    border: 1px solid #c0bfbf;
	border-radius: 10px;

    background: transparent;
    font-size: 16px;
    color: #141414;
    transition: border-color 0.4s ease, transform 0.2s ease;
    position: relative;
	padding: 10px;
	
}

.form-control:focus {
    outline: none;
    border-color: #004aad;
    transform: scale(1.02);
    box-shadow: none;
}

.form-control::placeholder {
    color: #3b3b3b;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Slide placeholder upward on focus */
.form-control:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0.6;
}

/* Optional animated underline on focus */
.form-control:focus {
    position: relative;
}

.form-control:focus::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #004aad;
    animation: underlineExpand 0.4s ease forwards;
}

@keyframes underlineExpand {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

/* Custom Select Styling */
.custom-select-container {
    position: relative;
}

.form-select {
    width: 100%;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form-select:focus {
    outline: none;
    border-color: #222;
    box-shadow: none;
}

.custom-select-container::after {
    content: '▼';
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Textarea Styling */
textarea.form-control {
    min-height: 100px;
    resize: none;
}

/* Submit Button */
.btn-submit {
    width: 100%;
    padding: 15px;
    background-color: #222;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #0e9310;
	color: white;
}

/* Info Side Styling */
.info-side {
    position: relative;
    z-index: 2;
}

.info-content {
	background: linear-gradient(to right, #083b29, #138960);
    color: #fff;
    padding: 110px 40px;
    height: 91%;
}

.info-content h3 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #fff;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.info-icon {
    margin-right: 15px;
    color: #fff !important;
    font-size: 20px;
    min-width: 25px;
}

.info-text {
    font-size: 20px;
    line-height: 2rem;
}

/* Social Icons */
.social-icons {
    display: flex;
    margin-top: 50px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background-color: #FFD62C;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #fff;
    color: #222;
}

/* Error Messages */
.error {
    color: #ff3333;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .contact-section::before,
    .contact-section::after {
        display: none;
    }
    
    .form-side {
        padding: 30px 15px;
        margin-bottom: 30px;
    }
    
    .info-content {
        border-radius: 8px;
    }
}

@media (max-width: 767px) {
    .contact-title {
        font-size: 32px;
    }
    
    .info-content {
        padding: 40px 30px;
    }
}
/* Yellow Accent Element */
.form-side::before {
    content: '';
    position: absolute;
    top: -9;
    left: -20px;
    width: 10px;
    height: 60px;
    background-color: #FFD62C;
    z-index: 1;
}


/* Popup Modal Styles */
.popup-modal {
	display: none; /* Hidden by default */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
	z-index: 1000; /* Ensure it's above other content */
	justify-content: center;
	align-items: center;
  }
  
  .popup-content {
	background-color: white;
	padding: 25px;
	border-radius: 8px;
	width: 90%;
	max-width: 500px;
	position: relative;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  
  .close-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 24px;
	cursor: pointer;
	color: #666;
  }
  
  .close-btn:hover {
	color: #000;
  }
  
  .form-group {
	margin-bottom: 15px;
  }
  
  .form-group label {
	display: block;
	margin-bottom: 5px;
	font-weight: 500;
  }
  
  .form-group input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
  }
  
  .submit-btn {
	background-color: #4caf50;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	width: 100%;
	font-weight: 600;
	margin-top: 10px;
  }
  
  .submit-btn:hover {
	background-color: #45a049;
  }
  
  .feedback-message {
	margin-top: 15px;
	text-align: center;
	font-weight: 500;
  }

  .float {
	  position: fixed;
	  bottom: 20px;
	  right: 20px;
	  background-color: white; 
	  border-radius: 50px;
	  padding: 10px 15px;
	  display: flex;
	  align-items: center;
	  gap: 10px; /* space between image and text */
	  text-align: center;
	  font-size: 16px;
	  font-weight: bold;
	  color: #004aad;
	  z-index: 100;
	  text-decoration: none;
	  box-shadow: 0 2px 10px rgb(0 0 0 / 30%);
  }
  
  .float img {
	  width: 30px;
	  height: 30px;
  }


  
/* Testimonial Grid */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Testimonial Card */
.testimonial-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background: white;
  transform: translateY(50px);
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: calc(var(--card-index, 0) * 0.2s);
}

.testimonial-card:nth-child(1) { --card-index: 1; }
.testimonial-card:nth-child(2) { --card-index: 2; }
.testimonial-card:nth-child(3) { --card-index: 3; }
.testimonial-card:nth-child(4) { --card-index: 4; }

.card-inner {
  padding: 30px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.testimonial-card:hover .card-inner {
  transform: translateY(-10px);
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #4776e6 0%, #8e54e9 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.testimonial-card:hover::before {
  transform: scaleX(1);
}

/* Quote Icon */
.quote-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  color: #8e54e9;
  opacity: 0.2;
  transition: all 0.3s ease;
}

.testimonial-card:hover .quote-icon {
  transform: rotate(15deg);
  opacity: 0.8;
}

/* Testimonial Text */
.testimonial-text {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

/* Student Info */
.student-info {
  display: flex;
  align-items: center;
  margin-top: 20px;
  position: relative;
}

.student-info::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #4776e6 0%, #8e54e9 100%);
}

.student-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.testimonial-card:hover .student-image {
  transform: scale(1.1);
}

.student-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.student-details {
  margin-left: 15px;
}

.name {
  font-weight: 600;
  color: #333;
  margin: 0;
  font-size: 18px;
}

.role {
  color: #8e54e9;
  margin: 0;
  font-size: 14px;
}

/* Animations */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(50px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes expandWidth {
  from { width: 0; }
  to { width: 80px; }
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .section-header h2 {
    font-size: 30px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}


.logos-section {
      padding: 60px 0;
      background-color: #f8f9fa;
      overflow: hidden;
      width: 100%;
    }
    
    .logos-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }
    
    .logos-title {
      text-align: center;
      font-size: 32px;
      font-weight: 700;
      color: #333;
      margin-bottom: 50px;
    }
    
    .logos-rows {
      display: flex;
      flex-direction: column;
      gap: 40px;
    }
    
    .logo-row-wrapper {
      width: 100%;
      overflow: hidden;
      position: relative;
    }
    
    .logo-track {
      display: flex;
      align-items: center;
      width: fit-content;
    }
    
    .logo-track-leftright {
      animation: scroll-leftright 30s linear infinite;
    }
    
    .logo-track-rightleft {
      animation: scroll-rightleft 30s linear infinite;
    }
    
    .logo-item {
      flex-shrink: 0;
      padding: 0 30px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .logo-image {
      max-height: 50px;
      max-width: 120px;
      object-fit: contain;
      transition: all 0.3s ease;
    }
    
  
    
    @keyframes scroll-leftright {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }
    
    @keyframes scroll-rightleft {
      0% {
        transform: translateX(-50%);
      }
      100% {
        transform: translateX(0);
      }
    }
    
    @media (max-width: 768px) {
      .logos-title {
        font-size: 28px;
        margin-bottom: 30px;
      }
      
      .logos-rows {
        gap: 30px;
      }
      
      .logo-item {
        padding: 0 20px;
      }
    }

.accolades-showcase {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
    position: relative;
  }
  
  .accolades-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #4CAF50, #8BC34A, #CDDC39);
    animation: accoladesGradient 3s ease infinite;
    background-size: 200% 200%;
  }
  
  .accolades-heading {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 50px;
    position: relative;
    animation: accoladesFadeInUp 0.8s ease forwards;
  }
  
  .accolades-heading::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #4CAF50;
    border-radius: 3px;
  }
  
  .accolades-gallery {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  
  .accolades-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 300px;
  }
  
  .accolades-item {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateX(60px) scale(0.95);
    transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
    pointer-events: none;
  }
  
  .accolades-item.active {
    opacity: 1;
    transform: translateX(0) scale(1);
    position: relative;
    pointer-events: all;
    animation: accoladesReveal 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
  }
  
  .accolades-card {
    display: flex;
    background: white;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    transform: translateY(0);
    animation: accoladesShadowPulse 5s infinite alternate;
  }
  
  .accolades-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  }
  
  .accolades-left {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  
  .accolades-emblem {
    position: relative;
    width: 200px;
    height: 200px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .accolades-circle {
    position: absolute;
    width: 180px;
    height: 180px;
    border: 2px dashed #4CAF50;
    border-radius: 50%;
    animation: accoladesSpin 20s linear infinite;
  }
  
  .accolades-circle::before,
  .accolades-circle::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #4CAF50;
    border-radius: 50%;
  }
  
  .accolades-circle::before {
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .accolades-circle::after {
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .accolades-trophy {
    position: relative;
    z-index: 2;
    color: #4CAF50;
    background-color: rgba(76, 175, 80, 0.1);
    padding: 20px;
    border-radius: 50%;
    animation: accoladesPulse 3s infinite alternate;
  }
  
  .accolades-title-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  
  .accolades-title {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    animation: accoladesTitleReveal 0.5s 0.3s ease forwards;
    opacity: 0;
    transform: translateY(20px);
  }
  
  .accolades-caption {
    text-align: center;
    color: #5d6778;
    font-size: 16px;
    line-height: 1.6;
    max-width: 400px;
    margin-top: 0;
    animation: accoladesFadeIn 0.8s 0.5s ease forwards;
    opacity: 0;
  }
  
  .accolades-right {
    flex: 1;
    position: relative;
    overflow: hidden;
  }
  
  .accolades-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .accolades-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  
  .accolades-card:hover .accolades-image {
    transform: scale(1.05);
  }
  
  .accolades-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    animation: accoladesShine 5s infinite;
  }
  
  .accolades-nav {
    background: white;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c3e50;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    z-index: 10;
    margin: 0 15px;
  }
  
  .accolades-nav:hover {
    background: #4CAF50;
    color: white;
    box-shadow: 0 6px 15px rgba(76, 175, 80, 0.3);
    transform: translateY(-2px);
  }
  
  .accolades-nav:active {
    transform: translateY(0);
  }
  
  .accolades-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    animation: accoladesFadeInUp 1s 0.5s ease forwards;
    opacity: 0;
  }
  
  .accolades-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
  }
  
  .accolades-indicator::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 0.3s ease;
  }
  
  .accolades-indicator.active {
    background-color: #4CAF50;
    transform: scale(1.2);
  }
  
  .accolades-indicator.active::after {
    border-color: rgba(76, 175, 80, 0.3);
  }
  
  .accolades-timeline {
    width: 100%;
    height: 4px;
    background-color: #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    animation: accoladesFadeIn 1.5s ease forwards;
  }
  
  .accolades-progress {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #4CAF50, #8BC34A);
    border-radius: 2px;
    animation: accoladesProgress 5s linear infinite;
  }
  
  /* Animations */
  @keyframes accoladesFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  @keyframes accoladesFadeInUp {
    from { 
      opacity: 0;
      transform: translateY(30px);
    }
    to { 
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes accoladesReveal {
    from { 
      opacity: 0;
      transform: translateX(60px) scale(0.95);
    }
    to { 
      opacity: 1;
      transform: translateX(0) scale(1);
    }
  }
  
  @keyframes accoladesPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
  }
  
  @keyframes accoladesSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  @keyframes accoladesProgress {
    0% { width: 0%; }
    100% { width: 100%; }
  }
  
  @keyframes accoladesShine {
    0% { left: -100%; }
    20% { left: 100%; }
    100% { left: 100%; }
  }
  
  @keyframes accoladesShadowPulse {
    0% { box-shadow: 0 15px 35px rgba(0,0,0,0.1); }
    100% { box-shadow: 0 15px 35px rgba(76, 175, 80, 0.2); }
  }
  
  @keyframes accoladesGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  
  @keyframes accoladesTitleReveal {
    from { 
      opacity: 0;
      transform: translateY(20px);
    }
    to { 
      opacity: 1;
      transform: translateY(0);
    }
  }
	

  .guvi-enroll-btn {
  display: inline-block;
  background-color: #fabb20;
  color: white;
  padding: 10px 20px;
  margin-bottom: 15px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.guvi-enroll-btn:hover {
  background-color: #3bbdb2;
  color: white;
}
/* Video Modal Styles */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.video-modal-content {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 800px;
}

.close-video {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #333;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
}

.video-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.course-video {
  width: 100%;
  max-height: 70vh;
  border-radius: 4px;
}




:root {
  --primary-color: #4361ee;
  --secondary-color: #ff6b6b;
  --accent-color: #ffd166;
  --text-color: #2b2d42;
  --text-light: #8d99ae;
  --bg-color: #ffffff;
  --bg-light: #f8f9fa;
  --border-color: #e9ecef;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
  --border-radius-sm: 6px;
  --border-radius-md: 12px;
  --border-radius-lg: 20px;
  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
}



/* Container Styles */
.eduquest-course-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 30px;
  background-color: var(--bg-color);
  border-radius: var(--border-radius-md);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}

.eduquest-course-container::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(67, 97, 238, 0.1), rgba(67, 97, 238, 0.05));
  top: -100px;
  right: -100px;
  z-index: 0;
}

.eduquest-course-container::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(255, 107, 107, 0.05));
  bottom: -50px;
  left: -50px;
  z-index: 0;
}

/* Course Header Styles */
.eduquest-course-header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.eduquest-course-title-section {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex: 1 1 100%;
}

.eduquest-red-indicator {
  width: 6px;
  height: 40px;
  background: linear-gradient(to bottom, var(--secondary-color), var(--primary-color));
  border-radius: 3px;
  margin-right: 15px;
  transform-origin: top;
  animation: pulse 2s infinite alternate;
}

@keyframes pulse {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1.1);
  }
}

.eduquest-course-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color);
  margin: 0;
  background: linear-gradient(90deg, var(--text-color), var(--primary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.eduquest-logo-wrapper {
  margin-left: auto;
  position: relative;
}

.eduquest-logo-small {
  width: 90px;
  height: auto;
  object-fit: contain;
  transition: transform var(--transition-normal);
}

.eduquest-logo-wrapper:hover .eduquest-logo-small {
  transform: scale(1.1);
}

/* Bundle Info Styles */
.eduquest-bundle-info {
  flex: 1;
  padding-left: 20px;
}

.eduquest-bundle-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary-color), #3a0ca3);
  border-radius: var(--border-radius-sm);
  padding: 8px 16px;
  margin-bottom: 20px;
  transform: translateY(0);
  transition: transform var(--transition-normal);
}

.eduquest-bundle-badge:hover {
  transform: translateY(-5px);
}

.eduquest-bundle-title {
  font-size: 16px;
  font-weight: 600;
  color: white;
  margin: 0;
}

.eduquest-course-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.eduquest-course-item {
  font-size: 15px;
  color: var(--text-color);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  transition: transform var(--transition-fast);
}

.eduquest-course-item:hover {
  transform: translateX(5px);
}

.eduquest-course-item i {
  color: var(--primary-color);
  margin-right: 10px;
}

/* Tutors Section */
.eduquest-tutors-section {
  margin-top: 25px;
}

.eduquest-tutors-title {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.eduquest-tutors-images {
  display: flex;
}

.eduquest-tutor-image-wrapper {
  position: relative;
  margin-right: 15px;
  transition: transform var(--transition-normal);
}

.eduquest-tutor-image-wrapper:hover {
  transform: translateY(-5px);
}

.eduquest-tutor-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid white;
  box-shadow: var(--shadow-sm);
}

/* Register Button */
.eduquest-register-button {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, var(--accent-color), #f8961e);
  color: var(--text-color);
  font-size: 15px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: var(--border-radius-lg);
  text-decoration: none;
  margin-top: 20px;
  transition: all var(--transition-normal);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.eduquest-register-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.7s;
}

.eduquest-register-button:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.eduquest-register-button:hover::before {
  left: 100%;
}

.eduquest-register-button i {
  margin-left: 10px;
  transition: transform var(--transition-normal);
}

.eduquest-register-button:hover i {
  transform: translateX(5px);
}

/* Course Content Section */
.eduquest-course-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  z-index: 1;
}

/* Curriculum Section */
.eduquest-curriculum-section {
  flex: 1 1 500px;
  border-radius: var(--border-radius-md);
  padding: 25px;
  background-color: var(--bg-light);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition-normal);
}

.eduquest-curriculum-section:hover {
  box-shadow: var(--shadow-md);
}

.eduquest-section-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.eduquest-section-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0;
}

.eduquest-section-indicator {
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, var(--primary-color), transparent);
  margin-left: 15px;
}

.eduquest-lessons-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.eduquest-lesson-item {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-bottom: 10px;
  border-radius: var(--border-radius-sm);
  background-color: var(--bg-color);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-normal);
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
}

.eduquest-lesson-item.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.eduquest-lesson-item:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.eduquest-lesson-item.active {
  background-color: rgba(67, 97, 238, 0.05);
  border-left: 3px solid var(--primary-color);
}

.eduquest-lesson-icon {
  color: var(--primary-color);
  margin-right: 15px;
  font-size: 16px;
  transition: transform var(--transition-normal);
}

.eduquest-lesson-item:hover .eduquest-lesson-icon {
  transform: scale(1.2);
}

.eduquest-lesson-title {
  flex: 1;
  font-size: 15px;
  color: var(--text-color);
}

.eduquest-lock-icon {
  color: var(--text-light);
  font-size: 14px;
  transition: transform var(--transition-normal);
}

.eduquest-lesson-item:hover .eduquest-lock-icon {
  transform: rotate(10deg);
}

/* Price and Features Section */
.eduquest-price-features-section {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* Material Section */
.eduquest-material-section {
  background-color: var(--bg-light);
  border-radius: var(--border-radius-md);
  padding: 25px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition-normal);
}

.eduquest-material-section:hover {
  box-shadow: var(--shadow-md);
}

.eduquest-material-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.eduquest-material-title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: var(--primary-color);
  transition: width var(--transition-normal);
}

.eduquest-material-section:hover .eduquest-material-title::after {
  width: 100%;
}

.eduquest-material-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.eduquest-material-item {
  font-size: 15px;
  color: var(--text-color);
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  transition: transform var(--transition-fast);
}

.eduquest-material-item:hover {
  transform: translateX(5px);
}

.eduquest-material-item i {
  color: var(--primary-color);
  margin-right: 12px;
  margin-top: 4px;
}

/* Price Section */
.eduquest-price-section {
  background-color: var(--bg-light);
  border-radius: var(--border-radius-md);
  padding: 25px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition-normal);
}

.eduquest-price-section:hover {
  box-shadow: var(--shadow-md);
}

.eduquest-price-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.eduquest-price-wrapper {
  display: flex;
  flex-direction: column;
}

.eduquest-current-price {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-color);
  margin-right: 15px;
  background: linear-gradient(90deg, var(--primary-color), #3a0ca3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.eduquest-original-price {
  font-size: 18px;
  color: var(--text-light);
  text-decoration: line-through;
}

.eduquest-discount-badge {
  background-color: var(--secondary-color);
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: var(--border-radius-sm);
  animation: pulse-badge 2s infinite alternate;
}

@keyframes pulse-badge {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

.eduquest-cart-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--primary-color), #3a0ca3);
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 14px;
  border-radius: var(--border-radius-md);
  text-align: center;
  text-decoration: none;
  transition: all var(--transition-normal);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.eduquest-cart-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.7s;
}

.eduquest-cart-button:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.eduquest-cart-button:hover::before {
  left: 100%;
}

.eduquest-cart-button i {
  transition: transform var(--transition-normal);
}

.eduquest-cart-button:hover i {
  transform: scale(1.2);
}

/* Course Info */
.eduquest-course-info {
  background-color: var(--bg-light);
  border-radius: var(--border-radius-md);
  padding: 25px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition-normal);
}

.eduquest-course-info:hover {
  box-shadow: var(--shadow-md);
}

.eduquest-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.eduquest-info-label {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 120px;
  font-size: 15px;
  color: var(--text-light);
}

.eduquest-info-label i {
  color: var(--primary-color);
}

.eduquest-info-value {
  font-size: 15px;
  color: var(--text-color);
  font-weight: 500;
}

/* Combo Offer Button */
.eduquest-combo-offer-container {
  text-align: center;
}

.eduquest-combo-offer-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--accent-color), #f8961e);
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: var(--border-radius-md);
  text-decoration: none;
  transition: all var(--transition-normal);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.eduquest-combo-offer-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.7s;
}

.eduquest-combo-offer-button:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: var(--shadow-md);
}

.eduquest-combo-offer-button:hover::before {
  left: 100%;
}

.eduquest-combo-offer-button i {
  transition: transform var(--transition-normal);
}

.eduquest-combo-offer-button:hover i {
  transform: rotate(20deg);
}

/* Responsive Styles */
@media (max-width: 992px) {
  .eduquest-course-header {
    flex-direction: column;
  }

  .eduquest-bundle-info {
    padding-left: 0;
    margin-top: 20px;
  }

  .eduquest-course-content {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .eduquest-course-container {
    padding: 20px;
    margin: 20px;
  }

  .eduquest-course-title {
    font-size: 24px;
  }

  .eduquest-current-price {
    font-size: 28px;
  }

  .eduquest-original-price {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .eduquest-course-title {
    font-size: 20px;
  }

  .eduquest-red-indicator {
    height: 30px;
  }

  .eduquest-lesson-title {
    font-size: 14px;
  }

  .eduquest-material-item,
  .eduquest-course-item {
    font-size: 14px;
  }
}