@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
	--jost-font: "Jost", sans-serif;
	--Lato-font: "Lato", sans-serif;
	--nunito-font: "Nunito", sans-serif;
}


html,
body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	font-weight: 400;
	vertical-align: baseline;
	background: #fff;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}



.lecturers-img-wrapper img {
	height: 190px;
	width: auto;
}

.lecturers-img-wrapper a {
	display: flex;
	justify-content: center;
}

body {
	font-size: 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	font-weight: 400;
	margin: 0 0 20px 0;
	color: #212121
}

h1 {
	font-size: 56px
}

h2 {
	font-size: 30px
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 20px
}

p {
	line-height: 1.5;
	margin: 0 0 20px 0;
	text-align: justify;

}

a {
	text-decoration: none
}

a:active,
a:hover,
a:focus {
	text-decoration: none
}

a:active,
a:hover,
a:focus {
	outline: 0 none
}

img {
	max-width: 100%;
	height: auto
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0
}

.clear:after {
	clear: both;
	content: "";
	display: block
}

#wrapper {
	overflow: hidden;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.video-margin-top {
	margin-top: 12px
}

.margin-bottom-none {
	margin-bottom: 0 !important
}

.margin-bottom-sidebar {
	margin-bottom: 30px
}

.bg-common-style {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.section-divider {
	height: 1px;
	width: 100%;
	background: #bdbdbd
}

.solid-underline {
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 35px
}

.solid-underline:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background: #e3e3e3;
	left: 0;
	bottom: 0
}

.mb-10 {
	margin-bottom: 10px
}

.mb-40 {
	margin-bottom: 40px
}

.btn-view {
	color: #def1ff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.btn-view:hover {
	color: #1a75bb
}

.section-space {
	padding: 100px 0
}

.mb-none {
	margin-bottom: 0 !important
}

.accent-bg {
	background-color: #f5f5f5
}

.bg-primary {


	background: #1a75bb;
	color: #fff
}

.bg-textPrimary {
	/*background: #fff;*/
	background: #f5f5f5;
	color: #1a75bb
}

.bg-primary-deep {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.bg-primary-deep:before {
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	/*background-color: rgba(0, 33, 71, 0.9)*/
	background-color: #1a75bbB3;
}

.bg-primary-deep-fixed {
	background-attachment: fixed;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.bg-primary-deep-fixed:before {
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	background-color: rgba(0, 33, 71, 0.9)
}

.overlay-primaryColor {
	position: relative
}

.overlay-primaryColor:before {
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	background-color: rgba(0, 33, 71, 0.7)
}

.overlay-video {
	position: relative
}

.overlay-video:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	background-color: rgba(0, 33, 71, 0.88);
	height: 100%;
	width: 100%
}

.title-bar-counter {
	position: relative
}

.title-bar-counter:before {
	content: "";
	height: 2px;
	width: 70px;
	background: #def1ff;
	position: absolute;
	left: 0;
	margin: 0 auto;
	right: 0;
	bottom: 0;
	z-index: 3
}

.title-bar-medium-left {
	position: relative
}

.title-bar-medium-left:before {
	content: "";
	height: 3px;
	width: 40px;
	background: #def1ff;
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px
}

.title-bar-high {
	position: relative
}

.title-bar-high:before {
	content: "";
	height: 3px;
	width: 40px;
	background: #8bc43f;
	position: absolute;
	left: 0;
	bottom: -15px;
	z-index: 1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px
}

.title-bar-big-high {
	position: relative
}

.title-bar-big-high:before {
	content: "";
	height: 3px;
	width: 40px;
	background: #8bc43f;
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px
}

.title-bar-sm-high {
	position: relative
}

.title-bar-sm-high:before {
	content: "";
	height: 3px;
	width: 40px;
	background: #8bc43f;
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px
}

.title-bar-big-left-close {
	position: relative
}

.title-bar-big-left-close:before {
	content: "";
	height: 4px;
	width: 45px;
	background: #def1ff;
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 1
}

.title-bar-footer {
	position: relative
}

.title-bar-footer:before {
	content: "";
	height: 3px;
	width: 45px;
	background: #1a75bb;
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 1
}

.title-bar-small-center {
	position: relative
}

.title-bar-small-center:before {
	content: "";
	height: 2px;
	width: 40px;
	background: #1a75bb;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -12px;
	margin: 0 auto;
	z-index: 1
}

.title-bar-small-left {
	position: relative
}

.title-bar-small-left:before {
	content: "";
	height: 3px;
	width: 45px;
	background: #1a75bb;
	position: absolute;
	left: 0;
	bottom: -35px;
	z-index: 1
}

.title-bar-sidebar {
	position: relative
}

.title-bar-sidebar:before {
	content: "";
	height: 4px;
	width: 45px;
	background: #1a75bb;
	position: absolute;
	left: 0;
	bottom: -15px;
	z-index: 1
}

.title-bar-full-width {
	position: relative
}

.title-bar-full-width:before {
	content: "";
	height: 2px;
	width: 100%;
	background: #1a75bb;
	position: absolute;
	left: 0;
	bottom: -12px;
	z-index: 1
}

.title-default-center {
	text-transform: capitalize;
	text-align: center;
	font-weight: 500;
	margin-bottom: 45px;
	color: #1a75bb
}


@media only screen and (max-width: 480px) {
	.title-default-center {
		font-size: 26px
	}
}

.title-default-left {
	text-transform: capitalize;
	text-align: left;
	font-weight: 500;
	margin-bottom: 45px;
	color: #1a75bb;
	font-family: var(--jost-font);
}

@media only screen and (max-width: 767px) {
	.title-default-left {
		margin-bottom: 36px;
		font-size: 28px
	}
}

@media only screen and (max-width: 480px) {
	.title-default-left {
		margin-bottom: 30px;
		font-size: 26px
	}
}

.title-default-left a {
	color: #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.title-default-left a:hover {
	color: #def1ff
}

.title-default-left-bold {
	font-size: 30px;
	text-transform: capitalize;
	text-align: left;
	font-weight: 500;
	margin-bottom: 45px;
	color: #1a75bb
}

@media(min-width:992px) and (max-width:1199px) {
	.title-default-left-bold {
		font-size: 28px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.title-default-left-bold {
		font-size: 26px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.title-default-left-bold {
		font-size: 24px
	}
}

@media only screen and (max-width: 479px) {
	.title-default-left-bold {
		font-size: 22px
	}
}

.title-default-left-bold a {
	color: #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.title-default-left-bold a:hover {
	color: #def1ff
}

.title-default-left-bold-lowhight {
	text-transform: capitalize;
	text-align: left;
	font-weight: 500;
	margin-bottom: 20px;
	color: #1a75bb
}

@media only screen and (max-width: 991px) {
	.title-default-left-bold-lowhight {
		font-size: 26px
	}
}

@media only screen and (max-width: 767px) {
	.title-default-left-bold-lowhight {
		font-size: 24px
	}
}

@media only screen and (max-width: 480px) {
	.title-default-left-bold-lowhight {
		font-size: 22px
	}
}

.title-default-left-bold-lowhight a {
	color: #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.title-default-left-bold-lowhight a:hover {
	color: #def1ff
}

.title-news-left-bold {
	text-transform: capitalize;
	text-align: left;
	font-weight: 500;
	margin-bottom: 15px;
	color: #1a75bb;
	font-size: 22px
}

@media only screen and (max-width: 767px) {
	.title-news-left-bold {
		font-size: 20px
	}
}

@media only screen and (max-width: 480px) {
	.title-news-left-bold {
		font-size: 18px
	}
}

.title-news-left-bold a {
	color: #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.title-news-left-bold a:hover {
	color: #def1ff
}

.title-default-textPrimary-left {
	text-transform: capitalize;
	text-align: left;
	font-weight: 500;
	margin-bottom: 45px;
	color: #fff
}

.about-title {
	font-size: 45px;
	/*color: #1a75bb;*/
	color: #1a75bb;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

@media(min-width:991px) and (max-width:1199px) {
	.about-title {
		font-size: 40px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.about-title {
		font-size: 36px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.about-title {
		font-size: 32px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.about-title {
		font-size: 28px
	}
}

@media only screen and (max-width: 320px) {
	.about-title {
		font-size: 26px
	}
}

.title-center {
	font-weight: 500;
	font-size: 36px;
	color: #1a75bb;
	text-align: center
}

@media(min-width:991px) and (max-width:1199px) {
	.title-center {
		font-size: 34px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.title-center {
		font-size: 32px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.title-center {
		font-size: 30px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.title-center {
		font-size: 28px
	}
}

@media only screen and (max-width: 320px) {
	.title-center {
		font-size: 26px
	}
}

.about-sub-title {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 60px;
	text-align: center
}

@media only screen and (max-width: 767px) {
	.about-sub-title {
		width: 100%
	}
}

.sub-title-full-width {
	margin-bottom: 80px;
	text-align: center
}

@media(min-width:991px) and (max-width:1199px) {
	.sub-title-full-width {
		margin-bottom: 70px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.sub-title-full-width {
		margin-bottom: 60px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.sub-title-full-width {
		margin-bottom: 50px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.sub-title-full-width {
		margin-bottom: 40px
	}
}

@media only screen and (max-width: 320px) {
	.sub-title-full-width {
		margin-bottom: 30px
	}
}

h3.sidebar-title {
	font-size: 20px;
	color: #1a75bb;
	text-transform: capitalize;
	margin-bottom: 35px;
	position: relative;
	font-weight: 500;
	font-family: var(--jost-font);
	margin-top: 2%;
}

@media(min-width:480px) and (max-width:1199px) {
	h3.sidebar-title {
		font-size: 19px
	}
}

@media only screen and (max-width: 479px) {
	h3.sidebar-title {
		font-size: 18px
	}
}

h3.sidebar-title a {
	color: #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

h3.sidebar-title a:hover {
	color: #def1ff
}

h3.sidebar-title:before {
	content: "";
	height: 3px;
	width: 40px;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 1;
	background: #8bc43f;
}

h2.sidebar-title {
	font-size: 30px;
	color: #1a75bb;
	text-transform: capitalize;
	margin-bottom: 35px;
	position: relative;
	font-weight: 500
}

@media(min-width:480px) and (max-width:1199px) {
	h2.sidebar-title {
		font-size: 19px
	}
}

@media only screen and (max-width: 479px) {
	h2.sidebar-title {
		font-size: 18px
	}
}

h2.sidebar-title a {
	color: #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

h2.sidebar-title a:hover {
	color: #def1ff
}

h2.sidebar-title:before {
	content: "";
	height: 3px;
	width: 40px;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 1;
	background: #8bc43f;
}

.apply-now-btn {
	text-align: center;
	color: #1a75bb !important;
	padding: 8px 0;
	width: 104px;
	background: #def1ff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	border: 2px solid #def1ff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.apply-now-btn:hover {
	background: transparent;
	color: #fff !important
}

.apply-now-btn2 {
	text-align: center;
	color: #fff;
	padding: 5px 5px;
	width: 100%;
	background: #8bc43f;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.apply-now-btn2:hover {
	background: #def1ff;
	color: #1a75bb !important;
}

.apply-now-btn3 {
	text-align: end;
	color: #fff;
	padding: 5px 0px;
	width: 100%;

	text-transform: uppercase;
	font-size: 12px;
	font-weight: bolder;
	display: inline-block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.apply-now-btn3:hover {
	background: #def1ff;
	color: #1a75bb !important;
}

.pricetable-btn {
	padding: 10px 0;
	text-align: center;
	color: #263238;
	height: 50px;
	width: 160px;
	background: #def1ff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	border: 2px solid #def1ff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

@media(min-width:480px) and (max-width:767px) {
	.pricetable-btn {
		height: 45px;
		width: 140px;
		font-size: 15px;
		padding: 9px 0
	}
}

@media only screen and (max-width: 479px) {
	.pricetable-btn {
		height: 40px;
		width: 130px;
		font-size: 14px;
		padding: 8px 0
	}
}

.pricetable-btn:hover {
	background: transparent;
	color: #fff
}

.default-big-btn {
	color: #fff;
	padding: 15px 0;
	background: #1a75bb;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	border: 0;
	width: 162px;
	text-align: center;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.default-big-btn:hover {
	background: #def1ff;
	color: #212121
}

.default-full-width-btn {
	color: #fff;
	padding: 12px 0;
	background: #1a75bb;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	border: 0;
	width: 100%;
	border: 2px solid #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.default-full-width-btn:hover {
	background: transparent;
	color: #1a75bb
}

.ghost-full-width-btn {
	color: #fff;
	padding: 14px 0;
	background: #1a75bb;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	border: 0;
	width: 100%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.ghost-full-width-btn:hover {
	background: #def1ff;
	color: #1a75bb
}

.join-now-btn {
	color: #1a75bb;
	padding: 13px 40px;
	background: #def1ff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	border: 0;
	border: 2px solid #def1ff;
	text-align: center;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media(min-width:480px) and (max-width:767px) {
	.join-now-btn {
		padding: 10px 36px
	}
}

@media only screen and (max-width: 479px) {
	.join-now-btn {
		padding: 8px 26px
	}
}

.join-now-btn:hover {
	background: transparent;
	color: #fff
}

.join-now-primary-btn {
	color: #fff;
	padding: 13px 0;
	background: #1a75bb;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	border: 0;
	width: 148px;
	border: 2px solid #1a75bb;
	text-align: center;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.join-now-primary-btn:hover {
	background: transparent;
	color: #1a75bb
}

.sidebar-search-btn {
	color: #fff;
	padding: 14px 40px;
	background: #1a75bb;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	border: 0;
	text-align: center;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.sidebar-search-btn:hover {
	background: #def1ff;
	color: #1a75bb
}

.sidebar-search-btn-full {
	color: #fff;
	padding: 13px 0;
	width: 100%;
	background: #1a75bb;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	border: 0;
	border: 2px solid #1a75bb;
	text-align: center;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.sidebar-search-btn-full:hover {
	background: transparent;
	color: #1a75bb
}

.view-all-accent-btn {
	text-align: center;
	color: #fff;
	padding: 12px 34px;
	/*background: #1a75bb;*/
	background: #1a75bb;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	border: 0;
	font-weight: 500;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.view-all-accent-btn:focus {
	color: #fff
}

.view-all-accent-btn:hover {
	background: #def1ff;
	color: #212121
}

.details-accent-btn {
	text-align: center;
	color: #1a75bb;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	border: 0;
	font-weight: 500;
	border: 2px solid #def1ff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.details-accent-btn:hover {
	background: #def1ff;
	color: #fff
}

.view-all-primary-btn {
	text-align: center;
	color: #fff;
	padding: 12px 0;
	/*background: #1a75bb;*/
	background: #1a75bb;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	border: 0;
	width: 130px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.view-all-primary-btn:hover {
	background: #def1ff;
	color: #030507
}

.ghost-btn {
	border: 2px solid #def1ff;
	color: #fff;
	padding: 10px 30px;
	background: transparent;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.ghost-btn:hover {
	background: #def1ff;
	color: #1a75bb
}

.ghost-btn-big {
	border: 2px solid #def1ff;
	color: #fff;
	padding: 12px 30px;
	background: transparent;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.ghost-btn-big:hover {
	background: #def1ff;
	color: #1a75bb
}

.ghost-btn-big-primary {
	border: 2px solid #1a75bb;
	color: #1a75bb;
	padding: 12px 30px;
	background: transparent;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.ghost-btn-big-primary:hover {
	background: #1a75bb;
	color: #fff
}

.sidebar-ghost-btn {
	text-align: center;
	color: #fff;
	padding: 8px 0;
	width: 160px;
	font-style: italic;
	background: transparent;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	border: 2px solid #def1ff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.sidebar-ghost-btn:hover {
	background: #def1ff;
	color: #1a75bb
}

.login-ghost-btn {
	text-align: center;
	color: #fff;
	padding: 8px 0;
	font-family: var(--jost-font);
	width: 60%;
	margin-bottom: 5%;
	background: #1a75bb;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	border: 2px solid #def1ff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.login-ghost-btn:hover {
	background: #8bc43f;
	color: #fff
}

.enroll-btn {
	color: #1a75bb;
	padding: 18px 0;
	background: #def1ff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	border: 0;
	width: 100%;
	border: 2px solid #def1ff;
	text-align: center;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.enroll-btn:hover {
	background: transparent;
	color: #def1ff
}

.download-btn {
	position: relative;
	color: #1a75bb;
	padding: 18px 0;
	background: transparent;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	border: 0;
	width: 100%;
	border: 1px solid #1a75bb;
	text-align: center;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.download-btn:before {
	content: "\f019";
	position: absolute;
	font-family: FontAwesome;
	color: #1a75bb;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 8%;
	z-index: 1
}

.download-btn:hover {
	border: 1px solid #def1ff;
	background: #def1ff;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.download-btn:hover:before {
	color: #fff
}

.default-white-btn {
	border: 0;
	color: #1a75bb;
	padding: 13px 30px;
	background: #def1ff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.default-white-btn:hover {
	color: #fff;
	background: #1a75bb
}

.isotop-btn {
	text-align: center;
	margin-bottom: 45px
}

.isotop-btn:after {
	display: none
}

.isotop-btn a {
	background: transparent;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 500;
	color: #1a75bb;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #e0e0e0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media(min-width:768px) and (max-width:1199px) {
	.isotop-btn a {
		padding: 10px 26px
	}
}

.isotop-btn a:hover {
	border: 1px solid #1a75bb;
	background: #1a75bb;
	color: #fff
}

.isotop-btn .current {
	border: 1px solid #1a75bb;
	background: #1a75bb;
	color: #fff
}

.play-btn {
	z-index: 2;
	border: 3px solid #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media only screen and (max-width: 480px) {
	.play-btn {
		width: 50px;
		height: 50px;
		line-height: 50px
	}
}

.play-btn i {
	color: #def1ff;
	font-size: 20px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.play-btn:hover {
	border: 3px solid #def1ff
}

.play-btn:hover i {
	color: #fff
}

.isotop-btn-accent {
	text-align: center;
	margin-bottom: 45px
}

.isotop-btn-accent:after {
	display: none
}

.isotop-btn-accent a {
	background: transparent;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 700;
	color: #1a75bb;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #e0e0e0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.isotop-btn-accent a:hover {
	border: 1px solid #def1ff;
	background: #def1ff;
	color: #fff
}

.isotop-btn-accent .current {
	border: 1px solid #def1ff;
	background: #def1ff;
	color: #fff
}

.default-btn {
	color: #fff;
	padding: 13px 30px;
	background: #1a75bb;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;
	border: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.default-btn:hover {
	background: #00082e;
	color: #fff
}

.quote-white-btn {
	border: 0;
	color: #1a75bb;
	padding: 10px 20px;
	background: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
	border-radius: 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.quote-white-btn:hover {
	color: #212121
}

.default-white-small-btn {
	color: #212121;
	padding: 8px 20px;
	background: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
	border-radius: 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.default-white-small-btn:hover {
	color: #1a75bb
}

.submit-btn {
	color: #fff;
	padding: 12px 44px;
	background: #1a75bb;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	border-radius: 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.submit-btn:hover {
	background: #00082e;
	color: #fff
}

.ghost-semi-color-btn {
	border: 2px solid #1a75bb;
	color: #444;
	padding: 10px 30px;
	background: transparent;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	border-radius: 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.ghost-semi-color-btn:hover {
	background: #1a75bb;
	color: #fff
}

.ghost-color-btn {
	border: 2px solid #1a75bb;
	color: #1a75bb;
	padding: 10px 44px;
	background: transparent;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.ghost-color-btn i {
	margin-left: 10px;
	color: #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.ghost-color-btn:hover {
	background: #1a75bb;
	color: #fff
}

.ghost-color-btn:hover i {
	color: #fff
}

.ghost-text-color-btn {
	border: 2px solid #bdbdbd;
	color: #1a75bb;
	padding: 10px 44px;
	background: transparent;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.ghost-text-color-btn:hover {
	border: 2px solid #1a75bb;
	background: #1a75bb;
	color: #fff
}

.ghost-on-hover-btn {
	border: 2px solid #1a75bb;
	color: #fff;
	padding: 12px 40px;
	background: #1a75bb;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.ghost-on-hover-btn:hover {
	background: transparent;
	color: #1a75bb
}

.owl-controls .owl-nav {
	position: absolute;
	top: -75px;
	right: -2px
}

@media only screen and (max-width: 991px) {
	.owl-controls .owl-nav {
		top: -77px
	}
}

@media only screen and (max-width: 480px) {
	.owl-controls .owl-nav {
		position: inherit
	}
}

.owl-controls i {
	margin-left: 0;
	color: #fff;
	display: block;
	line-height: 20px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.owl-controls .owl-prev {
	border: 1px solid #def1ff;
	background: #8bc43f !important;
	opacity: 1 !important;
	font-size: 18px !important;
	margin: 0 1px !important;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 0 !important;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

@media only screen and (max-width: 480px) {
	.owl-controls .owl-prev {
		left: -15px;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		position: absolute
	}
}

.owl-controls .owl-prev:hover {
	background: #1a75bb !important;
	border: 1px solid #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.owl-controls .owl-prev:hover i {
	color: #fff
}

.owl-controls .owl-next {
	border: 1px solid #def1ff;
	right: -45px;
	background: #8bc43f !important;
	opacity: 1 !important;
	font-size: 18px !important;
	margin: 0 4px !important;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 0 !important;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

@media only screen and (max-width: 480px) {
	.owl-controls .owl-next {
		right: -20px;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		position: absolute
	}
}

.owl-controls .owl-next:hover {
	background: #1a75bb !important;
	border: 1px solid #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.owl-controls .owl-next:hover i {
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

#scrollUp {
	background-color: #8bc43f;
	bottom: 10%;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none;
	transition: all .5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 45px;
	z-index: 99999;
	border-radius: 50%
}

#scrollUp i {
	color: #fff
}

#scrollUp:hover,
#scrollUp:focus {
	background-color: rgba(255, 255, 255, 0.8)
}

#scrollUp:hover i,
#scrollUp:focus i {
	color: #1a75bb
}

#preloader {
	background: #1a75bb33 url('../images/shared/preloader.gif') no-repeat scroll center center !important;
	height: 100%;
	left: 0;
	overflow: visible;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999
}

.inner-page-banner-area {
	text-align: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	padding-top: 6%;
	padding-bottom: 6%;
}

.inner-page-banner-area:after {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto
}

.inner-page-banner-area .pagination-area {
	position: relative;
	z-index: 1
}

.inner-page-banner-area .pagination-area h1 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 35px;
	color: #fff;
	font-family: var(--jost-font);
}

@media(min-width:480px) and (max-width:767px) {
	.inner-page-banner-area .pagination-area h1 {
		font-size: 42px
	}
}

@media only screen and (max-width: 479px) {
	.inner-page-banner-area .pagination-area h1 {
		font-size: 32px
	}
}

.inner-page-banner-area .pagination-area ul li {
	display: inline-block;
	color: #fff;
	font-size: 17px;
	font-family: var(--jost-font);
	font-weight: 500;
	letter-spacing: 1px;
}

.inner-page-banner-area .pagination-area ul li a {
	color: #def1ff;
	font-family: var(--jost-font);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;

}

.inner-page-banner-area .pagination-area ul li a:hover {
	color: #fff
}

.pagination-center {
	text-align: center;
	margin-top: 43px
}

@media(min-width:992px) and (max-width:1199px) {
	.pagination-center {
		margin-top: 33px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.pagination-center {
		margin-top: 23px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.pagination-center {
		margin-top: 13px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.pagination-center {
		margin-top: 03px
	}
}

@media only screen and (max-width: 320px) {
	.pagination-center {
		margin-top: 0
	}
}

.pagination-center li {
	display: inline-block
}

.pagination-center li a {
	width: 42px;
	font-size: 16px;
	color: #fff;
	height: 40px;
	background: #1a75bb;
	display: block;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.pagination-center li a:hover {
	background: #def1ff
}

.pagination-center .active a {
	background: #def1ff
}

.pagination-left {
	text-align: left;
	margin-top: 20px
}

.pagination-left li {
	display: inline-block
}

.pagination-left li a {
	width: 42px;
	font-size: 16px;
	color: #fff;
	height: 40px;
	background: #1a75bb;
	display: block;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.pagination-left li a:hover {
	background: #def1ff
}

.pagination-left .active a {
	background: #def1ff
}

.overlay-default {
	position: relative
}

.overlay-default:before {
	content: "";

	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	right: 0
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}

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

.main-menu-area {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	z-index: 10;
	border-top: 1px solid #8bc43f;

}

.main-menu-area .bg-blue {
	background-color: #def1ff;
	border-top: 1px solid #8bc43f;
}

.main-menu-area .logo-area {
	margin: 10px auto;

}

@media(min-width:992px) and (max-width:1199px) {
	.main-menu-area .logo-area {
		margin: 25px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.main-menu-area .logo-area {
		margin: 22px 0
	}
}

.main-menu-area .apply-btn-area {
	margin: 22px 0;
	text-align: right
}

.login-form {
	position: absolute;
	z-index: 999;
	top: 38px;
	right: -20px;
	width: 540px;
	height: 444px;
	text-align: left;
	background: #fff;
	border: 1px solid #bdbdbd;
	padding: 40px
}

@media only screen and (max-width: 767px) {
	.login-form {
		margin-bottom: 15px
	}
}

.login-form label {
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
	color: #1a75bb
}

.login-form input {
	height: 40px;
	padding: 0 10px;
	width: 100%;
	border-radius: 0;
	border: 1px solid #bdbdbd;
	margin-bottom: 15px;
	color: #1a75bb;
	font-weight: 500;
	font-size: 15px
}

.login-form span {
	margin-right: 15px;
	color: #1a75bb
}

@media(min-width:768px) and (max-width:991px) {
	.login-form span {
		font-size: 12px
	}
}

@media only screen and (max-width: 479px) {
	.login-form span {
		display: inline-block;
		margin-left: 0;
		margin-top: 15px
	}
}

.login-form span input {
	width: inherit;
	height: inherit;
	margin-right: 10px;
	padding: 30px
}

nav#desktop-nav ul {
	text-align: center;
}

nav#desktop-nav ul .active>a {
	color: #def1ff
}

nav#desktop-nav ul li {
	display: inline-block;
	position: relative
}

nav#desktop-nav ul li:hover ul {
	opacity: 1;
	transform: scaleY(1);
	visibility: visible
}

nav#desktop-nav ul li:hover ul:before {
	width: 100%
}

nav#desktop-nav ul li a {
	padding: 30px 20px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media(min-width:992px) and (max-width:1199px) {
	nav#desktop-nav ul li a {
		padding: 30px 12px
	}
}

@media(min-width:768px) and (max-width:991px) {
	nav#desktop-nav ul li a {
		padding: 30px 6px
	}
}

nav#desktop-nav ul li a:hover {
	color: #def1ff
}

nav#desktop-nav ul li .active {
	background-color: #1a3b61
}

nav#desktop-nav ul li .active a {
	color: #def1ff
}

nav#desktop-nav ul li>ul {
	position: relative;
	margin-top: 0;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	transform: scaleY(0);
	transform-origin: 0 0;
	transition: all .5s ease 0s;
	width: 250px;
	z-index: 99999;
	/*background: #1a75bb;*/
	background: #1a75bb;
	padding: 0;
	left: 5px
}

@media(min-width:992px) and (max-width:1199px) {
	nav#desktop-nav ul li>ul {
		left: -3px
	}
}

@media only screen and (max-width: 991px) {
	nav#desktop-nav ul li>ul {
		left: -9px
	}
}

nav#desktop-nav ul li>ul:before {
	position: absolute;
	content: "";
	background-color: #def1ff;
	margin: 0 auto;
	z-index: 12;
	height: 1px;
	top: 0;
	left: 0;
	width: 0;
	right: 0;
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-ms-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out
}

nav#desktop-nav ul li>ul>li {
	padding: 0;
	display: block;
	border-bottom: 1px solid #8BC43F;
}

nav#desktop-nav ul li>ul>li>a {
	padding: 5px 10px 5px 15px;
	display: block;
	color: #fff;
	font-family: var(--jost-font);
}

nav#desktop-nav ul li>ul>li:last-child {
	border-bottom: 0
}

nav#desktop-nav ul li>ul>li:hover,
nav#desktop-nav ul li>ul>li .active {

	background: #def1ff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

nav#desktop-nav ul li>ul>li:hover a,
nav#desktop-nav ul li>ul>li .active a {
	color: #1a75bb;
}

nav#desktop-nav ul li>ul>li:hover a:before,
nav#desktop-nav ul li>ul>li .active a:before {
	opacity: 0
}

nav#desktop-nav ul li .mega-menu-area {
	padding: 18px 15px;
	width: 716px;
	left: 5px
}

@media(min-width:992px) and (max-width:1199px) {
	nav#desktop-nav ul li .mega-menu-area {
		left: -258px
	}
}

@media only screen and (max-width: 991px) {
	nav#desktop-nav ul li .mega-menu-area {
		left: -272px
	}
}

nav#desktop-nav ul li .mega-menu-area>li {
	width: 158px;
	border-bottom: 0;
	display: inline-block;
	margin-right: 14px
}

nav#desktop-nav ul li .mega-menu-area>li:hover {
	background: transparent !important
}

nav#desktop-nav ul li .mega-menu-area>li:hover>a {
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

nav#desktop-nav ul li .mega-menu-area>li:hover>a:hover {
	color: #def1ff;
	background: #1a3b61;
	padding-left: 10px
}

nav#desktop-nav ul li .mega-menu-area>li a {
	padding: 8px 0;
	display: block;
	border-bottom: 1px solid #1a3b61
}

nav#desktop-nav ul li .mega-menu-area>li a:last-child {
	border-bottom: 0
}

nav#desktop-nav ul li .mega-menu-area>li:last-child {
	margin-right: 0
}

nav#desktop-nav ul li .mega-menu-area>li .active {
	padding-left: 10px;
	background-color: #1a3b61;
	color: #def1ff
}

nav#desktop-nav li.has-child-menu {
	position: relative
}

nav#desktop-nav li.has-child-menu>a {
	color: #fff
}

nav#desktop-nav li.has-child-menu>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	float: right
}

nav#desktop-nav li.has-child-menu>ul.thired-level {
	position: absolute;
	left: 180px;
	top: 0;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: 0 0;
	transition: all .5s ease 0s
}

nav#desktop-nav li.has-child-menu>ul.thired-level li a {
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

nav#desktop-nav li.has-child-menu>ul.thired-level li:hover a {
	color: #1a75bb;
}

nav#desktop-nav li.has-child-menu>ul.thired-level .active {
	background-color: #1a3b61
}

nav#desktop-nav li.has-child-menu>ul.thired-level .active a {
	color: #def1ff
}

nav#desktop-nav li.has-child-menu:hover ul.thired-level {
	opacity: 1;
	transform: scaleY(1);
	visibility: visible
}

.main-menu-area {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out
}

.main-menu-area .header-search {
	margin: 30px 0;
	text-align: right
}

.main-menu-area .header-search .search-form {
	display: none;
	position: absolute;
	bottom: -51px;
	right: 15px;
	z-index: 10;
	color: #fff;
	height: 50px;
	width: 500px;
	font-size: 18px;
	background: rgba(253, 200, 0, 0.7);
	border: 2px solid #def1ff;
	padding: 5px 18px 5px 10px;
	-webkit-box-shadow: inset 0 0 10px 5px rgba(253, 200, 0, 0.3);
	-moz-box-shadow: inset 0 0 10px 5px rgba(253, 200, 0, 0.3);
	box-shadow: inset 0 0 10px 5px rgba(253, 200, 0, 0.3)
}

.main-menu-area .header-search a i {
	color: #def1ff;
	border-left: 1px solid #d3d3d3;
	padding-left: 30px
}

.main-menu-area .header-search input:focus {
	outline: 0
}

.main-menu-area .header-search input::-webkit-input-placeholder {
	color: #fff
}

.main-menu-area .header-search input::-moz-placeholder {
	color: #fff
}

.main-menu-area .header-search input:-moz-placeholder {
	color: #fff
}

.main-menu-area .header-search input:-ms-input-placeholder {
	color: #fff
}

.stick {
	background: rgba(0, 33, 71, 0.9);
	border-bottom: 2px solid #1a75bb;
	position: fixed;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out
}

#header1 {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100
}

.slider1-area.index1 {
	margin-top: 75px
}

@media(min-width:992px) and (max-width:1199px) {
	.slider1-area.index1 {
		margin-top: 74px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.slider1-area.index1 {
		margin-top: 73px
	}
}

@media only screen and (max-width: 767px) {
	.slider1-area.index1 {
		margin-top: 0
	}
}

.header2-area .header-top-area {
	/*	background: #1a75bb*/
	background: #1a75bb;
}

.header2-area .header-top-area .header-top-left {
	margin: 7px 0
}

.header2-area .header-top-area .header-top-left ul li {
	display: inline-block;
	text-transform: lowercase;
	font-size: 14px;
	border-right: 1px solid #bdbdbd;
	margin-right: 15px;
	padding-right: 15px
}

.header2-area .header-top-area .header-top-left ul li i {
	padding-right: 10px;
	color: #8bc43f;
	font-size: 18px
}

.header2-area .header-top-area .header-top-left ul li a {
	color: #fff;
	font-family: var(--jost-font);
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.header2-area .header-top-area .header-top-left ul li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0
}

.header2-area .header-top-area .header-top-left ul li:hover a {
	color: #def1ff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.header2-area .header-top-area .header-top-right {
	text-align: right
}

.header2-area .header-top-area .header-top-right ul li {
	font-size: 13px;
	padding-right: 0;
	display: inline-block;

	position: relative
}

.header2-area .header-top-area .header-top-right ul li .login-btn-area {
	padding: 8px 8px;
	display: inline;
	color: #bcc8d6;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	text-transform: uppercase;
	font-weight: 700;
}

.header2-area .header-top-area .header-top-right ul li .login-btn-area i {
	padding-right: 10px;
	font-size: 14px;
	color: #def1ff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.header2-area .header-top-area .header-top-right ul li .login-btn-area:hover {
	color: #def1ff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.header2-area .header-top-area .header-top-right ul li .mail-btn-area {
	font-family: var(--jost-font);
	padding: 8px 8px;
	display: inline;
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	text-transform: uppercase;
	font-weight: 700;
}

.header2-area .header-top-area .header-top-right ul li .mail-btn-area i {
	padding-right: 10px;
	font-size: 14px;
	color: #8bc43f;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.header2-area .header-top-area .header-top-right ul li .mail-btn-area:hover {
	color: #8bc43f;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.header2-area .header-top-area .header-top-right ul li .apply-btn-area {
	text-align: right
}

.header2-area .header-search a i {
	color: #444;
	border-left: 1px solid #d3d3d3;
	padding-left: 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.header2-area .header-search a:hover i {
	color: #def1ff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.header2-area nav#desktop-nav>ul>li>a {
	padding: 5px 10px;
	color: #fff;
	font-family: var(--jost-font);
	font-size: 16px;
	font-weight: 500;

}

.header2-area nav#desktop-nav>ul>li>a:hover {
	color: #def1ff
}

/*@media(min-width:992px) and (max-width:1199px) {
	.header2-area nav#desktop-nav>ul>li>a {
		padding: 30px 18px
	}
}
@media(min-width:768px) and (max-width:991px) {
	.header2-area nav#desktop-nav>ul>li>a {
		padding: 30px 6px
	}
}*/
.header2-area nav#desktop-nav>ul>li ul {
	left: 10px
}

@media(min-width:992px) and (max-width:1199px) {
	.header2-area nav#desktop-nav>ul>li ul {
		left: 3px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.header2-area nav#desktop-nav>ul>li ul {
		left: -9px
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.header2-area nav#desktop-nav>ul>li .mega-menu-area {
		left: -267px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.header2-area nav#desktop-nav>ul>li .mega-menu-area {
		left: -272px
	}
}

.header2-area nav#desktop-nav>ul .active>a {
	color: #def1ff
}

.header2-area .stick {
	/*background: rgba(255, 255, 255, 0.9);*/
	background: #1a75bb;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out
}

.header3-area {
	position: fixed;
	z-index: 15;
	left: 0;
	right: 0
}

.header3-area .header-top-area {
	background: transparent
}

.header3-area .header-top-area .top-bar-border {
	position: relative
}

.header3-area .header-top-area .top-bar-border:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #656565
}

.header3-area .header-top-area .top-bar-border:after {
	clear: both;
	content: "";
	display: block
}

.header3-area .header-top-area .header-top-left {
	padding-top: 8px
}

.header3-area .header-top-area .header-top-left ul li {
	display: inline-block;
	text-transform: lowercase;
	font-size: 13px;
	border-right: 1px solid #bdbdbd;
	margin-right: 15px;
	padding-right: 15px
}

.header3-area .header-top-area .header-top-left ul li i {
	padding-right: 10px;
	color: #def1ff;
	font-size: 14px
}

.header3-area .header-top-area .header-top-left ul li a {
	color: #d0d6dd;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.header3-area .header-top-area .header-top-left ul li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0
}

.header3-area .header-top-area .header-top-left ul li:hover a {
	color: #def1ff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.header3-area .header-top-area .header-top-right {
	text-align: right
}

.header3-area .header-top-area .header-top-right ul li {
	position: relative;
	font-size: 13px;
	padding-right: 0;
	display: inline-block;
	margin-left: 15px
}

.header3-area .header-top-area .header-top-right ul li a {
	color: #bcc8d6;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.header3-area .header-top-area .header-top-right ul li a i {
	padding-right: 10px;
	font-size: 14px;
	color: #def1ff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.header3-area .header-top-area .header-top-right ul li a:hover {
	color: #def1ff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.header3-area .header-top-area .header-top-right ul li .apply-btn-area {
	text-align: right
}

.header3-area .header-divider {
	border-bottom: 1px solid #656565
}

.header3-area nav#desktop-nav>ul>li>a {
	padding: 30px 25px
}

@media(min-width:992px) and (max-width:1199px) {
	.header3-area nav#desktop-nav>ul>li>a {
		padding: 30px 18px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.header3-area nav#desktop-nav>ul>li>a {
		padding: 30px 6px
	}
}

.header3-area nav#desktop-nav>ul>li ul {
	left: 10px
}

@media(min-width:992px) and (max-width:1199px) {
	.header3-area nav#desktop-nav>ul>li ul {
		left: 3px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.header3-area nav#desktop-nav>ul>li ul {
		left: -9px
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.header3-area nav#desktop-nav>ul>li .mega-menu-area {
		left: -267px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.header3-area nav#desktop-nav>ul>li .mega-menu-area {
		left: -272px
	}
}

.header4-area .header-top-area {
	padding: 10px 0 8px;
	background: #fff
}

.header4-area .header-top-area .header-top-right {
	text-align: right
}

.header4-area .header-top-area .header-top-right ul li {
	position: relative;
	font-size: 16px;
	padding-right: 0;
	display: inline-block;
	margin-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #212121
}

.header4-area .header-top-area .header-top-right ul li:nth-child(3n) {
	border-right: 0
}

.header4-area .header-top-area .header-top-right ul li:nth-child(4n) {
	border-right: 0;
	padding-right: 0
}

@media(min-width:768px) and (max-width:991px) {
	.header4-area .header-top-area .header-top-right ul li:nth-child(4n) {
		display: none
	}
}

.header4-area .header-top-area .header-top-right ul li i {
	padding-right: 10px;
	font-size: 18px;
	color: #def1ff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.header4-area .header-top-area .header-top-right ul li a {
	color: #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.header4-area .header-top-area .header-top-right ul li a:hover {
	color: #def1ff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.header4-area .header-top-area .header-top-right ul li .apply-btn-area {
	text-align: right
}

.header4-area .header-top-area .header-top-right .login-form {
	position: absolute;
	z-index: 999;
	top: 46px;
	right: -20px;
	width: 540px;
	height: 444px;
	text-align: left;
	background: #fff;
	border: 1px solid #bdbdbd;
	padding: 40px
}

@media only screen and (max-width: 767px) {
	.header4-area .header-top-area .header-top-right .login-form {
		margin-bottom: 15px
	}
}

.header4-area .header-top-area .header-top-right .login-form label {
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
	color: #1a75bb
}

.header4-area .header-top-area .header-top-right .login-form input {
	height: 40px;
	padding: 0 10px;
	width: 100%;
	border-radius: 0;
	border: 1px solid #bdbdbd;
	margin-bottom: 15px;
	color: #1a75bb;
	font-weight: 500;
	font-size: 15px
}

.header4-area .header-top-area .header-top-right .login-form span {
	font-size: 13px;
	margin-right: 15px;
	color: #1a75bb
}

@media(min-width:768px) and (max-width:991px) {
	.header4-area .header-top-area .header-top-right .login-form span {
		font-size: 12px
	}
}

@media only screen and (max-width: 479px) {
	.header4-area .header-top-area .header-top-right .login-form span {
		display: inline-block;
		margin-left: 0;
		margin-top: 15px
	}
}

.header4-area .header-top-area .header-top-right .login-form span input {
	width: inherit;
	height: inherit;
	margin-right: 10px;
	padding: 30px
}

.header4-area nav#desktop-nav>ul {
	text-align: left
}

.header4-area nav#desktop-nav>ul>li>a {
	padding: 20px 35px
}

@media(min-width:992px) and (max-width:1199px) {
	.header4-area nav#desktop-nav>ul>li>a {
		padding: 20px 24px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.header4-area nav#desktop-nav>ul>li>a {
		padding: 20px 11px
	}
}

.header4-area nav#desktop-nav>ul>li ul {
	left: 20px
}

@media(min-width:992px) and (max-width:1199px) {
	.header4-area nav#desktop-nav>ul>li ul {
		left: 9px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.header4-area nav#desktop-nav>ul>li ul {
		left: -3px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.header4-area nav#desktop-nav>ul>li .mega-menu-area {
		left: -68px
	}
}

.header4-area .header-search {
	margin: 20px 0
}

@media only screen and (max-width: 767px) {
	header {
		display: block;
	}

	header #desktop-nav,
	header .logo-area {
		display: none;
	}

	header .admission {
		width: 50%;
		float: left;
		margin-top: 0;
	}

	.header2-area .header-top-area {
		margin-top: 40px;
	}

	.header2-area .header-top-area .header-top-left ul li i {
		font-size: 12px;
		padding-right: 0;
	}

	.header2-area .header-top-area .header-top-left ul li a {
		font-size: 12px;
	}

	.header2-area .header-top-area .header-top-left ul li {
		margin-right: 5px;
		padding-right: 5px;
	}

	.apply-now-btn2 {
		text-align: right;
		font-size: 10px;
		padding: 1px;
	}

}

.mobile-menu-area {
	display: none;
}

.mean-container .mean-bar {
	float: none
}

@media only screen and (max-width: 767px) {
	.mean-container .mean-bar a {
		padding: 0px 16px;
		display: inline-block
	}
}

@media only screen and (max-width: 767px) {
	.mean-container .mean-bar .meanmenu-reveal {
		margin-top: 10px
	}
}

.mean-container .mean-bar:after {
	content: "";
	clear: both;
	display: block
}

.mean-container .mean-nav ul li a {
	color: #212121;
	font-weight: 700;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.mean-container .mean-nav ul li a:hover {
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.mean-container .mean-nav>ul:after {
	content: '';
	display: block;
	clear: both
}

.mean-container .mean-nav>ul {
	overflow-y: scroll
}

.mean-container .mean-bar a.logo-mobile-menu {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	box-sizing: border-box
}

.mean-container a.meanmenu-reveal {
	position: absolute
}

/* .mean-bar+div#wrapper {
	padding-top: 53px
} */

.mean-container .mean-nav ul li li a {
	color: #212121;
	opacity: 1
}

.slider1-area .nivo-controlNav {
	display: none;
}

.slider1-area .nivo-directionNav a.nivo-prevNav {
	left: 8px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.slider1-area .nivo-directionNav a.nivo-prevNav:before {
	content: "\f053";
	font: normal normal normal 14px/1 FontAwesome;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 18px;
	z-index: 9;
	height: 10px;
	width: 10px;
	left: 19px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.slider1-area .nivo-directionNav a.nivo-prevNav:hover {
	background-color: rgba(0, 33, 71, 0.6);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.slider1-area .nivo-directionNav a.nivo-prevNav:hover:before {
	background: transparent;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.slider1-area .nivo-directionNav a.nivo-nextNav {
	right: 8px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.slider1-area .nivo-directionNav a.nivo-nextNav:before {
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 18px;
	z-index: 9;
	height: 10px;
	width: 10px;
	right: 19px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.slider1-area .nivo-directionNav a.nivo-nextNav:hover {
	background-color: rgba(0, 33, 71, 0.6);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.slider1-area .nivo-directionNav a.nivo-nextNav:hover:before {
	background: transparent;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.slider1-area .nivo-caption {
	opacity: 1;
	top: -40px
}

@media only screen and (max-width: 991px) {
	.slider1-area .nivo-caption {
		top: 0
	}
}

.slider1-area .slide-1 .title1,
.slider1-area .slide-2 .title1,
.slider1-area .slide-3 .title1 {
	color: #fff;
	text-transform: capitalize;
	font-size: 56px;
	margin-bottom: 10px
}

@media(min-width:992px) and (max-width:1199px) {

	.slider1-area .slide-1 .title1,
	.slider1-area .slide-2 .title1,
	.slider1-area .slide-3 .title1 {
		font-size: 42px
	}
}

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

	.slider1-area .slide-1 .title1,
	.slider1-area .slide-2 .title1,
	.slider1-area .slide-3 .title1 {
		font-size: 38px
	}
}

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

	.slider1-area .slide-1 .title1,
	.slider1-area .slide-2 .title1,
	.slider1-area .slide-3 .title1 {
		margin-bottom: 20px;
		font-size: 32px
	}
}

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

	.slider1-area .slide-1 .title1,
	.slider1-area .slide-2 .title1,
	.slider1-area .slide-3 .title1 {
		font-size: 28px;
		margin-bottom: 10px;
		line-height: 1.25
	}
}

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

	.slider1-area .slide-1 .title1,
	.slider1-area .slide-2 .title1,
	.slider1-area .slide-3 .title1 {
		font-size: 24px
	}
}

.slider1-area .slide-1 p,
.slider1-area .slide-2 p,
.slider1-area .slide-3 p {
	font-size: 16px;
	margin-bottom: 50px
}

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

	.slider1-area .slide-1 p,
	.slider1-area .slide-2 p,
	.slider1-area .slide-3 p {
		display: none
	}
}

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

	.slider1-area .slide-1 p,
	.slider1-area .slide-2 p,
	.slider1-area .slide-3 p {
		margin-bottom: 30px
	}
}

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

	.slider1-area .slide-1 p,
	.slider1-area .slide-2 p,
	.slider1-area .slide-3 p {
		display: none
	}
}

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

	.slider1-area .slide-1 .slider-btn-area,
	.slider1-area .slide-2 .slider-btn-area,
	.slider1-area .slide-3 .slider-btn-area {
		display: none
	}
}

.slider3-area .nivo-caption {
	opacity: 1;
	top: 0
}

@media only screen and (max-width: 1199px) {
	.slider3-area .nivo-caption {
		top: 0
	}
}

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

	.slider3-area .nivo-caption .slide-1 p,
	.slider3-area .nivo-caption .slide-2 p,
	.slider3-area .nivo-caption .slide-3 p {
		display: none
	}
}

.about1-area {
	padding: 30px 30px;
	text-align: center;
	background-color: #f5f5f5;
}

@media(min-width:992px) and (max-width:1199px) {
	.about1-area {
		padding: 74px 0 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.about1-area {
		padding: 67px 0 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.about1-area {
		padding: 53px 0 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.about1-area {
		padding: 44px 0 0
	}
}

@media only screen and (max-width: 320px) {
	.about1-area {
		padding: 35px 0 0
	}
}

.about-img-holder {
	text-align: center
}

.about-img-holder img {
	margin: 0 auto
}

.about2-area {
	padding: 81px 0 94px
}

@media(min-width:992px) and (max-width:1199px) {
	.about2-area {
		padding: 74px 0 84px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.about2-area {
		padding: 66px 0 74px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.about2-area {
		padding: 57px 0 34px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.about2-area {
		padding: 49px 0 23px
	}
}

@media only screen and (max-width: 320px) {
	.about2-area {
		padding: 39px 0 14px
	}
}

.about-img-holder {
	text-align: center
}

.about-img-holder img {
	margin: 0 auto
}

.about-page1-area {
	padding: 20px 0 30px;
	background-color: #f5f5f5;
}

@media(min-width:992px) and (max-width:1199px) {
	.about-page1-area {
		padding: 78px 0 53px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.about-page1-area {
		padding: 68px 0 43px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.about-page1-area {
		padding: 58px 0 70px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.about-page1-area {
		padding: 48px 0 60px
	}
}

@media only screen and (max-width: 320px) {
	.about-page1-area {
		padding: 38px 0 50px
	}
}

.about-page1-inner .about-page-content-holder .content-box {
	margin-bottom: 30px;
	text-align: justify;
}

.about-page1-inner .about-page-content-holder .content-box h2 {
	font-size: 30px;
	/*	color: #1a75bb;*/
	color: #1a75bb;
	margin-bottom: 15px;
	font-weight: 700
}

.about-page1-inner .about-page-content-holder .content-box p {
	color: #444
}

.about-page1-inner .about-page-img-holder {
	margin-top: 10%;
}

.about-page2-area {
	padding: 88px 0 100px;
}

@media(min-width:992px) and (max-width:1199px) {
	.about-page2-area {
		padding: 78px 0 90px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.about-page2-area {
		padding: 68px 0 72px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.about-page2-area {
		padding: 58px 0 70px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.about-page2-area {
		padding: 48px 0 60px
	}
}

@media only screen and (max-width: 320px) {
	.about-page2-area {
		padding: 38px 0 50px
	}
}

.about-page2-inner h2 {
	margin-bottom: 20px
}

.about-page2-inner p {
	margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
	.about-page2-inner ul {
		margin-bottom: 30px
	}
}

.about-page2-inner ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500
}

.about-page2-inner ul li a {
	color: #1a75bb
}

.about-page2-inner ul li:last-child {
	margin-bottom: 0
}

.about-page2-inner ul li:before {
	content: "\f14a";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	color: #def1ff;
	font-family: FontAwesome
}

.about-page2-inner .video-area {
	margin-top: 10px
}

.about-page3-area {
	padding: 88px 0 73px
}

@media(min-width:992px) and (max-width:1199px) {
	.about-page3-area {
		padding: 78px 0 63px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.about-page3-area {
		padding: 68px 0 54px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.about-page3-area {
		padding: 58px 0 43px
	}

}

@media(min-width:321px) and (max-width:479px) {
	.about-page3-area {
		padding: 48px 0 34px
	}
}

@media only screen and (max-width: 320px) {
	.about-page3-area {
		padding: 38px 0 24px
	}
}

.about-page3-inner .about-box h2 {
	font-size: 30px;
	margin-bottom: 35px
}

.about-page3-inner .about-box h2 a {
	color: #1a75bb
}

.about-slider-area {
	padding: 100px 0
}

@media(min-width:992px) and (max-width:1199px) {
	.about-slider-area {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.about-slider-area {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.about-slider-area {
		padding: 70px 0 55px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.about-slider-area {
		padding: 60px 0 45px
	}
}

@media only screen and (max-width: 320px) {
	.about-slider-area {
		padding: 50px 0 35px
	}
}

.about-slider-area .slider1-area {
	margin-bottom: 45px
}

.about-slider-area .slider1-area .nivo-directionNav a.nivo-nextNav {
	background-color: rgb(26, 117, 187);
	width: 40px;
	height: 60px;
	border-radius: 0;
	line-height: 40px;
	right: 0 !important
}

.about-slider-area .slider1-area .nivo-directionNav a.nivo-nextNav:before {
	color: #fff;
	right: 16px;
	top: 22px
}

.about-slider-area .slider1-area .nivo-directionNav a.nivo-nextNav:hover {
	background-color: rgba(0, 33, 71, 0.8)
}

.about-slider-area .slider1-area .nivo-directionNav a.nivo-prevNav {
	background-color: rgb(26, 117, 187);
	width: 40px;
	height: 60px;
	border-radius: 0;
	line-height: 40px;
	left: 0 !important
}

.about-slider-area .slider1-area .nivo-directionNav a.nivo-prevNav:before {
	color: #fff;
	left: 16px;
	top: 22px
}

.about-slider-area .slider1-area .nivo-directionNav a.nivo-prevNav:hover {
	background-color: rgba(0, 33, 71, 0.8)
}

.service-box1 {
	border-right: 1px solid #aaa;
	padding: 30px 30px 15px 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background-color: rgba(0, 33, 71, 0.8)
}

@media(min-width:992px) and (max-width:1199px) {
	.service-box1 {
		padding: 30px 25px 15px
	}
}

@media only screen and (max-width: 767px) {
	.service-box1 {
		margin-bottom: 5px
	}
}

@media only screen and (max-width: 991px) {
	.service-box1 {
		background-color: #1a75bb;
		padding: 20px 20px 15px
	}
}

.service-box1:last-child {
	border-right: 0
}

.service-box1 .service-box-content {
	-webkit-box-flex: 3;
	-moz-flex: 3;
	-webkit-flex: 3;
	flex: 3
}

.service-box1 .service-box-content h3 {
	font-size: 22px;
	margin-bottom: 10px
}

@media(min-width:992px) and (max-width:1199px) {
	.service-box1 .service-box-content h3 {
		font-size: 20px
	}
}

.service-box1 .service-box-content h3 a {
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.service-box1 .service-box-content p {
	color: #fff;
	font-weight: 400
}

.service-box1 .service-box-icon {
	text-align: center;
	padding-top: 10px;
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

.service-box1 .service-box-icon i {
	color: #def1ff;
	font-size: 36px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.service-box1:hover .service-box-content h3 a {
	color: #def1ff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.service-box1:hover .service-box-content p {
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.service-box1:hover .service-box-icon i {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.service-box2 {
	text-align: center
}

@media only screen and (max-width: 767px) {
	.service-box2 {
		margin-bottom: 30px
	}
}

.service-box2 .service-box-icon {
	margin-bottom: 18px
}

.service-box2 .service-box-icon a {
	border-radius: 50%;
	height: 90px;
	width: 90px;
	display: block;
	background: #eee;
	line-height: 100px;
	margin: 0 auto;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.service-box2 .service-box-icon a i {
	color: #1a75bb;
	font-size: 36px
}

.service-box2 h3 {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 500
}

.service-box2 h3 a {
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.service-box2 h3 a:hover {
	color: #def1ff
}

.service-box2 p {
	width: 80%;
	margin: 0 auto
}

@media only screen and (max-width: 991px) {
	.service-box2 p {
		width: 100%
	}
}

.service-box2:hover .service-box-icon a {
	background: #def1ff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.service-box3 {
	text-align: center
}

@media only screen and (max-width: 991px) {
	.service-box3 {
		margin-bottom: 45px
	}
}

@media only screen and (max-width: 479px) {
	.service-box3 {
		margin-bottom: 30px
	}
}

.service-box3 .service-box-icon {
	margin-bottom: 18px
}

.service-box3 .service-box-icon a i {
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	font-size: 40px
}

.service-box3 h3 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px
}

.service-box3 h3 a {
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.service-box3 h3 a:hover {
	color: #def1ff
}

.service-box3:hover .service-box-icon a i {
	color: #def1ff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.service-box4 {
	text-align: center
}

@media only screen and (max-width: 767px) {
	.service-box4 {
		margin-bottom: 30px
	}
}

.service-box4 .service-box-icon {
	margin-bottom: 18px
}

.service-box4 .service-box-icon a {
	border-radius: 50%;
	height: 90px;
	width: 90px;
	display: block;
	background: #fff;
	line-height: 100px;
	margin: 0 auto;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.service-box4 .service-box-icon a i {
	color: #1a75bb;
	font-size: 36px
}

.service-box4 h3 {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 500
}

.service-box4 h3 a {
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.service-box4 h3 a:hover {
	color: #def1ff
}

.service-box4 p {
	width: 80%;
	margin: 0 auto
}

@media only screen and (max-width: 991px) {
	.service-box4 p {
		width: 100%
	}
}

.service-box4:hover .service-box-icon a {
	background: #def1ff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.service1-area {
	position: relative
}

.service1-area .service1-inner-area {
	position: absolute;
	top: -153px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9
}

@media only screen and (max-width: 1199px) {
	.service1-area .service1-inner-area {
		top: -150px
	}
}

@media only screen and (max-width: 991px) {
	.service1-area .service1-inner-area {
		position: inherit;
		top: 0
	}
}

.service1-area .service1-wrapper {
	margin-right: 0;
	margin-left: 0
}

.service2-area {
	padding: 157px 0 74px;
	position: relative
}

@media(min-width:992px) and (max-width:1199px) {
	.service2-area {
		padding: 147px 0 63px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.service2-area {
		padding: 137px 0 27px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.service2-area {
		padding: 0 0 19px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.service2-area {
		padding: 0 0 23px
	}
}

@media only screen and (max-width: 320px) {
	.service2-area {
		padding: 0 0 13px
	}
}

.search-area {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9
}

@media only screen and (max-width: 767px) {
	.search-area {
		position: relative;
		top: 15px;
		margin-bottom: 80px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.search-area {
		margin-bottom: 70px
	}
}

@media only screen and (max-width: 320px) {
	.search-area {
		margin-bottom: 60px
	}
}

.search-area .search-inner {
	margin-left: 0;
	margin-right: 0;
	padding: 35px 20px;
	background: #1a75bb;
	-webkit-box-shadow: 0 5px 11px -5px rgba(0, 0, 0, 0.89);
	-moz-box-shadow: 0 5px 11px -5px rgba(0, 0, 0, 0.89);
	box-shadow: 0 5px 11px -5px rgba(0, 0, 0, 0.89)
}

.search-area .search-inner .search-title {
	margin-top: 10px;
	text-align: left
}

@media only screen and (max-width: 767px) {
	.search-area .search-inner .search-title {
		text-align: center;
		margin-bottom: 10px
	}
}

.search-area .search-inner .search-title span {
	color: #fff;
	font-size: 18px
}

@media(min-width:768px) and (max-width:991px) {
	.search-area .search-inner .search-title span {
		font-size: 16px
	}
}

.search-area .search-inner .search-title span i {
	margin-right: 10px;
	color: #fff
}

@media only screen and (max-width: 767px) {
	.search-area .search-inner .search-input {
		margin-bottom: 10px
	}
}

.search-area .search-inner .search-input input {
	height: 52px;
	width: 100%;
	padding: 15px
}

.search-area .search-inner .search-submit {
	text-align: right
}

@media only screen and (max-width: 767px) {
	.search-area .search-inner .search-submit {
		text-align: center
	}
}

.students-say-area {
	padding: 88px 0 90px
}

@media(min-width:992px) and (max-width:1199px) {
	.students-say-area {
		padding: 78px 0 80px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.students-say-area {
		padding: 68px 0 70px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.students-say-area {
		padding: 58px 0 60px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.students-say-area {
		padding: 48px 0 50px
	}
}

@media only screen and (max-width: 320px) {
	.students-say-area {
		padding: 38px 0 40px
	}
}

.students-say-area .single-item-wrapper {
	position: relative
}

.students-say-area .profile-img-wrapper {
	position: absolute;
	z-index: 1;
	right: 15px;
	top: 50px
}

.students-say-area .profile-img-wrapper a img {
	border: 10px solid #fff;
	width: auto;
	margin: 0 auto
}

.students-say-area .tlp-tm-content-wrapper .item-title {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 500
}

.students-say-area .tlp-tm-content-wrapper .item-title a {
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.students-say-area .tlp-tm-content-wrapper .item-title a:hover {
	color: #def1ff
}

.students-say-area .tlp-tm-content-wrapper .item-designation {
	margin-bottom: 5px;
	display: block;
	color: #646464
}

.students-say-area .item-content {
	position: relative;
	padding: 30px 130px 30px 30px;
	background: #f8f8f8;
	color: #646464
}

.students-say-area .item-content:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 38px;
	top: -30px;
	border: 15px solid;
	border-color: transparent transparent #f8f8f8 #f8f8f8
}

.students-say-area .rating-wrapper {
	margin-bottom: 40px
}

.students-say-area .rating-wrapper li {
	display: inline;
	color: #ffca28
}

.students-say-area .owl-controls .owl-nav {
	margin-top: 0
}

.students-say-area .owl-controls .owl-dots {
	margin-top: 40px
}

.students-say-area .owl-controls .owl-dots .owl-dot span {
	margin: 3px;
	width: 20px;
	height: 8px;
	border-radius: 5px;
	background: #dedede;
	display: block;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.students-say-area .owl-controls .owl-dots .owl-dot:hover span {
	background: #1a75bb
}

.students-say-area .owl-controls .owl-dots .active span {
	background: #1a75bb
}

.students-join1-area {
	background: #def1ff;
	padding: 30px;
}

@media(min-width:992px) and (max-width:1199px) {
	.students-join1-area {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.students-join1-area {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.students-join1-area {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.students-join1-area {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.students-join1-area {
		padding: 50px 0
	}
}

.students-join1-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.53);
	box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.53)
}

@media only screen and (max-width: 991px) {
	.students-join1-wrapper {
		display: block
	}
}

.students-join1-wrapper .students-join1-left {
	-webkit-box-flex: 5;
	-moz-flex: 5;
	-webkit-flex: 5;
	flex: 5;
	border: 1px solid #fff
}

.students-join1-wrapper .students-join1-left ul li {
	border: 2px solid #fff
}

.students-join1-wrapper .students-join1-left .ri-grid {
	margin: 0
}

.students-join1-wrapper .students-join1-right {
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-webkit-flex: 2;
	flex: 2;
	text-align: center;
	/*background: #1a75bb;*/
	background: #1a75bb;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.students-join1-wrapper .students-join1-right>div {
	margin: 0 auto
}

@media only screen and (max-width: 991px) {
	.students-join1-wrapper .students-join1-right {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

.students-join1-wrapper .students-join1-right h2 {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 1.2;
	color: #fff
}

@media(min-width:992px) and (max-width:1199px) {
	.students-join1-wrapper .students-join1-right h2 {
		font-size: 32px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.students-join1-wrapper .students-join1-right h2 {
		font-size: 30px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.students-join1-wrapper .students-join1-right h2 {
		font-size: 26px
	}
}

@media only screen and (max-width: 479px) {
	.students-join1-wrapper .students-join1-right h2 {
		font-size: 24px
	}
}

.students-join1-wrapper .students-join1-right h2 span {
	font-weight: 700
}

.students-join2-area {
	background: #f5f5f5;
	padding: 100px 0
}

@media(min-width:992px) and (max-width:1199px) {
	.students-join2-area {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.students-join2-area {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.students-join2-area {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.students-join2-area {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.students-join2-area {
		padding: 50px 0
	}
}

.students-join2-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.53);
	box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.53)
}

@media only screen and (max-width: 991px) {
	.students-join2-wrapper {
		display: block
	}
}

.students-join2-wrapper .students-join2-left {
	-webkit-box-flex: 5;
	-moz-flex: 5;
	-webkit-flex: 5;
	flex: 5;
	border: 1px solid #fff
}

.students-join2-wrapper .students-join2-left ul li {
	border: 2px solid #fff
}

.students-join2-wrapper .students-join2-left .ri-grid {
	margin: 0
}

.students-join2-wrapper .students-join2-right {
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-webkit-flex: 2;
	flex: 2;
	text-align: center;
	background: #def1ff;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.students-join2-wrapper .students-join2-right>div {
	margin: 0 auto
}

@media only screen and (max-width: 991px) {
	.students-join2-wrapper .students-join2-right {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

.students-join2-wrapper .students-join2-right h2 {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 1.2;
	color: #fff
}

@media(min-width:992px) and (max-width:1199px) {
	.students-join2-wrapper .students-join2-right h2 {
		font-size: 32px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.students-join2-wrapper .students-join2-right h2 {
		font-size: 30px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.students-join2-wrapper .students-join2-right h2 {
		font-size: 26px
	}
}

@media only screen and (max-width: 479px) {
	.students-join2-wrapper .students-join2-right h2 {
		font-size: 24px
	}
}

.students-join2-wrapper .students-join2-right h2 span {
	font-weight: 700;
	color: #1a75bb
}

.students-join3-area {
	background: #f5f5f5;
	padding: 100px 0
}

@media(min-width:992px) and (max-width:1199px) {
	.students-join3-area {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.students-join3-area {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.students-join3-area {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.students-join3-area {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.students-join3-area {
		padding: 50px 0
	}
}

.students-join3-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.53);
	box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.53)
}

@media only screen and (max-width: 991px) {
	.students-join3-wrapper {
		display: block
	}
}

.students-join3-wrapper .students-join3-left {
	-webkit-box-flex: 5;
	-moz-flex: 5;
	-webkit-flex: 5;
	flex: 5;
	border: 1px solid #fff
}

.students-join3-wrapper .students-join3-left ul li {
	border: 2px solid #fff
}

.students-join3-wrapper .students-join3-left .ri-grid {
	margin: 0
}

.students-join3-wrapper .students-join3-right {
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-webkit-flex: 2;
	flex: 2;
	text-align: center;
	background: #1a75bb;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.students-join3-wrapper .students-join3-right>div {
	margin: 0 auto
}

@media only screen and (max-width: 991px) {
	.students-join3-wrapper .students-join3-right {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

.students-join3-wrapper .students-join3-right h2 {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 1.2;
	color: #fff
}

@media(min-width:992px) and (max-width:1199px) {
	.students-join3-wrapper .students-join3-right h2 {
		font-size: 32px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.students-join3-wrapper .students-join3-right h2 {
		font-size: 30px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.students-join3-wrapper .students-join3-right h2 {
		font-size: 26px
	}
}

@media only screen and (max-width: 479px) {
	.students-join3-wrapper .students-join3-right h2 {
		font-size: 24px
	}
}

.students-join3-wrapper .students-join3-right h2 span {
	font-weight: 700;
	color: #def1ff
}

.featured-box {
	overflow: hidden;
	background: #def1ff;
	margin-bottom: 30px
}

.featured-box .featured-img-holder {
	text-align: center;
	position: relative;
	overflow: hidden
}

.featured-box .featured-img-holder:before {
	background-color: #1a75bb33;
	z-index: 1
}

.featured-box .featured-img-holder a {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	line-height: 54px;
	background-color: rgba(0, 33, 71, 0.9);
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	opacity: 0;
	-moz-transform: scale(1) translateX(-400px);
	-webkit-transform: scale(1) translateX(-400px);
	-o-transform: scale(1) translateX(-400px);
	-ms-transform: scale(1) translateX(-400px);
	transform: scale(1) translateX(-400px);
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-ms-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out
}

.featured-box .featured-img-holder a i {
	color: #def1ff;
	font-size: 20px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.featured-box .featured-img-holder a:hover i {
	color: #fff
}

.featured-box .featured-img-holder:hover a {
	opacity: 1;
	-moz-transform: scale(1) translateX(0px);
	-webkit-transform: scale(1) translateX(0px);
	-o-transform: scale(1) translateX(0px);
	-ms-transform: scale(1) translateX(0px);
	transform: scale(1) translateX(0px);
	-webkit-transition: all .75s ease-out;
	-moz-transition: all .75s ease-out;
	-ms-transition: all .75s ease-out;
	-o-transition: all .75s ease-out;
	transition: all .75s ease-out
}

.featured-box .featured-content-holder {
	padding: 10px 10px 5px 15px
}

.featured-box .featured-content-holder h3 {
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 700;
}

.featured-box .featured-content-holder h3 a {
	color: #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.featured-box .featured-content-holder h3 a:hover {
	color: #8bc43f;
}

.featured-box .featured-content-holder p {
	margin-bottom: 10px
}

.featured-box2 {
	width: 100%;
	background: #f5f5f5;
	padding: 15px 15px 15px 15px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	text-align: center;
}

@media(min-width:768px) and (max-width:1199px) {
	.featured-box2 {
		text-align: center;
		padding: 25px 10px 15px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.featured-box2 {
		height: 198px
	}
}

@media only screen and (max-width: 479px) {
	.featured-box2 {
		text-align: center;
		padding: 15px 10px 5px
	}
}

@media only screen and (max-width: 767px) {
	.featured-box2 {
		margin-bottom: 15px
	}
}

.featured-box2 i {
	float: left;
	margin-right: 20px;
	text-align: center;
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
	background: #000;
	font-size: 24px;
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

@media(min-width:768px) and (max-width:1199px) {
	.featured-box2 i {
		float: none;
		margin-right: 0
	}
}

@media only screen and (max-width: 479px) {
	.featured-box2 i {
		float: none;
		margin-right: 0
	}
}

.featured-box2 h3 {
	margin-top: 0px;
	font-size: 22px;
	font-weight: 500
}

.featured-box2 h3 a {
	color: #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.featured-box2 h3 a:hover {
	color: #fff !important
}

.featured-box2:before {
	background: #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.featured-box2:hover i {
	background: #fff;
	color: #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.featured-box2:hover h3 a {
	color: #def1ff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.featured-area {
	padding: 50px 0 50px;
	/*background-color:#f5f5f5;*/
	background-image: url("img/bg1.png");
	background-repeat: repeat;
	background-position: 0 0;
}

@media(min-width:992px) and (max-width:1199px) {
	.featured-area {
		padding: 78px 0 90px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.featured-area {
		padding: 68px 0 80px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.featured-area {
		padding: 58px 0 70px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.featured-area {
		padding: 48px 0 60px
	}
}

@media only screen and (max-width: 320px) {
	.featured-area {
		padding: 38px 0 50px
	}
}

.featured-wrapper>div:first-child .featured-img-holder a {
	top: 50%;
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-ms-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out
}

.featured-wrapper>div:first-child .featured-img-holder:hover {
	-webkit-transition: all 1.2s ease-out;
	-moz-transition: all 1.2s ease-out;
	-ms-transition: all 1.2s ease-out;
	-o-transition: all 1.2s ease-out;
	transition: all 1.2s ease-out
}

.featured-wrapper>div:first-child .featured-content-holder {
	padding: 30px 30px 18px 40px
}

.featured-wrapper>div:first-child .featured-content-holder h3 {
	margin-bottom: 10px
}

.view-all-btn-area {
	text-align: center;
	margin-top: 30px
}

.counter-area {
	padding: 130px 0 135px;
	text-align: center
}

@media(min-width:992px) and (max-width:1199px) {
	.counter-area {
		padding: 120px 0 125px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.counter-area {
		padding: 110px 0 115px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.counter-area {
		padding: 100px 0 105px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.counter-area {
		padding: 90px 0 95px
	}
}

@media only screen and (max-width: 320px) {
	.counter-area {
		padding: 80px 0 85px
	}
}

.counter-area .counter1-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.counter-area .counter1-box h2 {
	color: #fff;
	font-size: 72px;
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

@media(min-width:480px) and (max-width:767px) {
	.counter-area .counter1-box h2 {
		font-size: 56px
	}
}

@media only screen and (max-width: 479px) {
	.counter-area .counter1-box h2 {
		font-size: 42px
	}
}

.counter-area .counter1-box p {
	color: #fff;
	font-size: 18px;
	padding-top: 25px;
	padding-left: 15px;
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-webkit-flex: 2;
	flex: 2;
	text-transform: uppercase;
	text-align: left
}

.countdown-area {
	padding: 135px 0 145px
}

@media(min-width:992px) and (max-width:1199px) {
	.countdown-area {
		padding: 125px 0 135px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.countdown-area {
		padding: 115px 0 125px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.countdown-area {
		padding: 105px 0 115px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.countdown-area {
		padding: 95px 0 105px
	}
}

@media only screen and (max-width: 320px) {
	.countdown-area {
		padding: 85px 0 95px
	}
}

@media only screen and (max-width: 1199px) {
	.countdown-area .countdown-content {
		text-align: center;
		margin-bottom: 20px
	}
}

.countdown-area .countdown-content h1 {
	color: #fff;
	font-size: 60px;
	margin-bottom: 0;
	line-height: 1.2
}

@media(min-width:992px) and (max-width:1199px) {
	.countdown-area .countdown-content h1 {
		font-size: 54px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.countdown-area .countdown-content h1 {
		font-size: 48px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.countdown-area .countdown-content h1 {
		font-size: 42px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.countdown-area .countdown-content h1 {
		font-size: 36px
	}
}

@media only screen and (max-width: 320px) {
	.countdown-area .countdown-content h1 {
		font-size: 32px
	}
}

.countdown-area .countdown-content .countdown-date {
	color: #fff;
	font-size: 20px;
	margin-bottom: 40px
}

.countdown-area #countdown {
	margin-top: 40px;
	text-align: right
}

@media only screen and (max-width: 1199px) {
	.countdown-area #countdown {
		text-align: center
	}
}

.countdown-area #countdown .countdown-section {
	position: relative;
	padding-top: 7px;
	display: inline-block;
	text-align: center;
	margin-right: 80px
}

@media only screen and (max-width: 479px) {
	.countdown-area #countdown .countdown-section {
		margin-right: 15px
	}
}

.countdown-area #countdown .countdown-section:before {
	content: url("img/countdown.png");
	position: absolute;
	top: 15px;
	right: -45px;
	z-index: 2
}

@media only screen and (max-width: 479px) {
	.countdown-area #countdown .countdown-section:before {
		display: none
	}
}

.countdown-area #countdown .countdown-section:last-child {
	margin-right: 0
}

.countdown-area #countdown .countdown-section:last-child:before {
	display: none
}

.countdown-area #countdown .countdown-section h3 {
	font-size: 72px;
	color: #def1ff;
	margin-bottom: 0;
	font-weight: 700;
	line-height: 1
}

@media only screen and (max-width: 479px) {
	.countdown-area #countdown .countdown-section h3 {
		font-size: 42px
	}
}

.countdown-area #countdown .countdown-section h3 span {
	color: #fff;
	font-size: 80px;
	margin-left: 10px
}

@media only screen and (max-width: 479px) {
	.countdown-area #countdown .countdown-section h3 span {
		font-size: 20px
	}
}

.countdown-area #countdown .countdown-section p {
	color: #e6e6e6;
	text-transform: uppercase
}

.video-area {
	padding: 108px 0 120px;
	position: relative
}

@media(min-width:992px) and (max-width:1199px) {
	.video-area {
		padding: 88px 0 100px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.video-area {
		padding: 78px 0 90px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.video-area {
		padding: 58px 0 70px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.video-area {
		padding: 48px 0 60px
	}
}

@media only screen and (max-width: 320px) {
	.video-area {
		padding: 38px 0 50px
	}
}

.video-area2 {
	padding: 178px 0;
	position: relative
}

@media(min-width:992px) and (max-width:1199px) {
	.video-area2 {
		padding: 158px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.video-area2 {
		padding: 148px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.video-area2 {
		padding: 128px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.video-area2 {
		padding: 118px 0
	}
}

@media only screen and (max-width: 320px) {
	.video-area2 {
		padding: 108px 0
	}
}

.video-content {
	position: relative;
	text-align: center
}

.video-content .video-title {
	letter-spacing: 1px;
	font-size: 36px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px
}

@media only screen and (max-width: 480px) {
	.video-content .video-title {
		font-size: 30px
	}
}

.video-content .video-sub-title {
	color: #a3bed5;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 35px
}

.lecturers-area {
	padding: 88px 0 100px;
	background: #f5f5f5;
	box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

@media(min-width:992px) and (max-width:1199px) {
	.lecturers-area {
		padding: 78px 0 90px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.lecturers-area {
		padding: 68px 0 80px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.lecturers-area {
		padding: 58px 0 70px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.lecturers-area {
		padding: 48px 0 50px
	}
}

@media only screen and (max-width: 320px) {
	.lecturers-area {
		padding: 38px 0 40px
	}
}

.lecturers1-item-wrapper {
	text-align: center
}

.lecturers-img-wrapper {
	overflow: hidden;
	margin-bottom: 20px
}

.lecturers-img-wrapper img {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out
}

.lecturers-img-wrapper:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.lecturers-content-wrapper {
	text-align: center
}

.lecturers-content-wrapper .item-title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: none;

}

.lecturers-content-wrapper .item-title a span {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;

}

.lecturers-content-wrapper .item-title a {
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;

	font-family: var(--jost-font);
}

.lecturers-content-wrapper .item-title a:hover {
	color: #8bc43f;
}

.lecturers-content-wrapper .item-designation {
	margin-bottom: 20px;
	display: block;
	font-size: 14px;
	line-height: 25px;
	font-weight: 500;
	color: #000000bf;
}

.lecturers-content-wrapper .lecturers-social li {
	display: inline-block
}

.lecturers-content-wrapper .lecturers-social li a {
	height: 30px;
	width: 35px;
	background: #1a75bb;
	display: block;
	line-height: 30px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.lecturers-content-wrapper .lecturers-social li a i {
	color: #fff;
	font-size: 14px
}

.lecturers-content-wrapper .lecturers-social li a:hover {
	background: #8bc43f;
}

.lecturers-item-wrapper {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative
}

.lecturers-item-wrapper:before {
	background-image: url(img/team/back.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	position: absolute;
	content: "";
	z-index: 1;
	top: 0;
	height: 100%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.lecturers-item-wrapper:after {
	opacity: 0;
	width: 100%;
	position: absolute;
	content: "";
	z-index: 1;
	top: 0;
	height: 100%;
	background-color: rgba(0, 33, 71, 0.8);
	transform: translateY(300px);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.lecturers-item-wrapper a img {
	width: 100%
}

.lecturers-item-wrapper .lecturers-content-wrapper {
	padding: 0 30px;
	position: absolute;
	top: 258px;
	z-index: 2;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media(min-width:992px) and (max-width:1199px) {
	.lecturers-item-wrapper .lecturers-content-wrapper {
		padding: 0 15px;
		top: 225px
	}
}

@media only screen and (max-width: 479px) {
	.lecturers-item-wrapper .lecturers-content-wrapper {
		top: 330px
	}
}

@media only screen and (max-width: 425px) {
	.lecturers-item-wrapper .lecturers-content-wrapper {
		top: 276px
	}
}

@media only screen and (max-width: 375px) {
	.lecturers-item-wrapper .lecturers-content-wrapper {
		top: 227px
	}

	.publications-content-wrapper .item-price img {

		width: 60%;
		margin: auto;

	}

	.publications-img-wrapper {
		width: 100% !important;
		margin: auto;
	}

	.publications-content-wrapper {
		position: relative;
		right: 5%;
	}
}

@media only screen and (max-width: 320px) {
	.lecturers-item-wrapper .lecturers-content-wrapper {
		top: 190px
	}
}

.lecturers-item-wrapper .lecturers-content-wrapper h3 {
	font-weight: 500;
	margin-bottom: 0;
	font-size: 22px
}

.lecturers-item-wrapper .lecturers-content-wrapper h3 a {
	color: #def1ff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.lecturers-item-wrapper .lecturers-content-wrapper h3 a:hover {
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.lecturers-item-wrapper .lecturers-content-wrapper span {
	color: #fff;
	margin-bottom: 42px;
	display: block;
	font-size: 18px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.lecturers-item-wrapper .lecturers-content-wrapper p {
	margin-bottom: 40px;
	color: #fff
}

.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li {
	display: inline-block;
	margin: 0 2px
}

.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a {
	height: 40px;
	width: 45px;
	background: transparent;
	display: block;
	line-height: 40px;
	border: 1px solid #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a i {
	color: #def1ff;
	font-size: 18px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a:hover {
	border: 1px solid #def1ff;
	background: #def1ff
}

.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a:hover i {
	color: #fff
}

.lecturers-item-wrapper:hover:after {
	opacity: 1;
	transform: translateY(0);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.lecturers-item-wrapper:hover:before {
	opacity: 0;
	-webkit-transition: all 3s ease-out;
	-moz-transition: all 3s ease-out;
	-ms-transition: all 3s ease-out;
	-o-transition: all 3s ease-out;
	transition: all 3s ease-out
}

.lecturers-item-wrapper:hover .lecturers-content-wrapper {
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.lecturers-item-wrapper:hover .lecturers-content-wrapper span {
	margin-bottom: 20px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.lecturers-page-area {
	padding: 100px 0
}

@media(min-width:992px) and (max-width:1199px) {
	.lecturers-page-area {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.lecturers-page-area {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.lecturers-page-area {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.lecturers-page-area {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.lecturers-page-area {
		padding: 50px 0
	}
}

.lecturers-contact-info {
	text-align: center
}

.lecturers-contact-info img {
	margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
	.lecturers-contact-info img {
		margin: 0 auto 30px
	}
}

.lecturers-contact-info h2 {
	font-size: 30px;
	color: #1a75bb;
	margin-bottom: 5px;
	font-weight: 500
}

.lecturers-contact-info h3 {
	color: #909090;
	font-size: 16px;
	margin-bottom: 25px
}

.lecturers-contact-info .lecturers-social2 li {
	display: inline-block;
	margin: 0 2px
}

.lecturers-contact-info .lecturers-social2 li a {
	height: 40px;
	width: 45px;
	background: #def1ff;
	display: block;
	line-height: 40px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.lecturers-contact-info .lecturers-social2 li a i {
	color: #fff;
	font-size: 14px
}

.lecturers-contact-info .lecturers-social2 li a:hover {
	background: #1a75bb
}

.lecturers-contact-info .lecturers-contact {
	margin-top: 40px
}

@media only screen and (max-width: 767px) {
	.lecturers-contact-info .lecturers-contact {
		margin-bottom: 30px
	}
}

.lecturers-contact-info .lecturers-contact li {
	padding: 25px 0 30px;
	border: 1px solid #e6e6e6;
	font-size: 18px;
	color: #1a75bb;
	margin-bottom: 20px
}

.lecturers-contact-info .lecturers-contact li i {
	color: #def1ff;
	position: relative;
	top: 5px;
	font-size: 30px;
	margin-right: 15px
}

.lecturers-contact-info .lecturers-contact li:last-child {
	margin-bottom: 0
}

ul.course-feature2 {
	margin-bottom: 30px
}

ul.course-feature2:after {
	clear: both;
	content: "";
	display: block
}

ul.course-feature2 li {
	width: 49%;
	box-sizing: border-box;
	float: left;
	padding-left: 30px;
	position: relative;
	margin-bottom: 12px;
	margin-right: 5px;
	color: #444
}

@media only screen and (max-width: 991px) {
	ul.course-feature2 li {
		width: 100%
	}
}

ul.course-feature2 li:before {
	content: "\f058";
	position: absolute;
	font-family: FontAwesome;
	left: 0;
	top: 0;
	font-size: 20px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	line-height: 1.3;
	color: #def1ff
}

.lecturers-page1-area {
	padding: 100px 0
}

@media(min-width:992px) and (max-width:1199px) {
	.lecturers-page1-area {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.lecturers-page1-area {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.lecturers-page1-area {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.lecturers-page1-area {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.lecturers-page1-area {
		padding: 50px 0
	}
}

.lecturers-page1-area .single-item {
	margin-bottom: 30px
}

.lecturers-page2-area {
	padding: 100px 0 70px
}

@media(min-width:992px) and (max-width:1199px) {
	.lecturers-page2-area {
		padding: 90px 0 60px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.lecturers-page2-area {
		padding: 80px 0 50px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.lecturers-page2-area {
		padding: 70px 0 40px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.lecturers-page2-area {
		padding: 60px 0 30px
	}
}

@media only screen and (max-width: 320px) {
	.lecturers-page2-area {
		padding: 50px 0 20px
	}
}

.publications-area {
	padding: 88px 0 72px;
	background-color: #fff;
	box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.publications-area .bg-title {
	background-color: #1a75bb;

	text-align: center;
}

.publications-area .bg-title1 {
	background-color: #1a75bb;

	text-align: center;
}

.publications-area .bg-title h4 {
	color: white;
	font-weight: 700;

}

.publications-area .bg-title1 h4 {
	color: white;
	font-weight: 700;

}


@media(min-width:992px) and (max-width:1199px) {
	.publications-area {
		padding: 78px 0 62px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.publications-area {
		padding: 68px 0 52px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.publications-area {
		padding: 58px 0 42px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.publications-area {
		padding: 50px 0 23px
	}
}

@media only screen and (max-width: 320px) {
	.publications-area {
		padding: 38px 0 12px
	}
}

.publications-area .single-item-wrapper {
	margin-bottom: 20px
}

.publications-area .single-item-wrapper:hover .publications-img-wrapper:before {
	opacity: 1;
	-webkit-transition: all .55s ease-out;
	-moz-transition: all .55s ease-out;
	-ms-transition: all .55s ease-out;
	-o-transition: all .55s ease-out;
	transition: all .55s ease-out
}

.publications-area .single-item-wrapper:hover .buy-now-btn-area {
	-webkit-transform: skewX(0);
	-moz-transform: skewX(0);
	-ms-transform: skewX(0);
	-o-transform: skewX(0);
	transform: skewX(0);
	opacity: 1;
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-out;
	-ms-transition: all .7s ease-out;
	-o-transition: all .7s ease-out;
	transition: all .7s ease-out
}

.publications-img-wrapper {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	width: 270px;
	height: 300px;
}

.publications-img-wrapper img {
	width: 100%
}

.publications-content-wrapper {
	text-align: center;
	position: absolute;
	top: 20%;
	right: 10%;

}

.publications-content-wrapper .item-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px
}

.publications-content-wrapper .item-title a {
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.publications-content-wrapper .item-title a:hover {
	color: #def1ff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.publications-content-wrapper .item-price {
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
	font-weight: 500;
	color: #def1ff
}

.publications-content-wrapper .item-price img {
	width: 200px;
}

.buy-now-btn-area {
	position: absolute;
	top: 30%;
	z-index: 3;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	-webkit-transform: skewX(30deg);
	-moz-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	transform: skewX(30deg);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.courses-page-top-area {
	border: 1px solid #e0e0e0;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.courses-page-top-area .courses-page-top-left {
	padding: 15px 0 0 30px;
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-webkit-flex: 2;
	flex: 2
}

@media only screen and (max-width: 380px) {
	.courses-page-top-area .courses-page-top-left {
		padding: 18px 0 0 10px
	}
}

.courses-page-top-area .courses-page-top-left p {
	font-size: 16px;
	color: #1a75bb
}

@media only screen and (max-width: 380px) {
	.courses-page-top-area .courses-page-top-left p {
		font-size: 14px
	}
}

.courses-page-top-area .courses-page-top-right {
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	text-align: right
}

.courses-page-top-area .courses-page-top-right ul {
	margin-top: 10px;
	margin-right: 10px
}

.courses-page-top-area .courses-page-top-right ul>li {
	display: inline-block;
	padding: 8px
}

.courses-page-top-area .courses-page-top-right ul>li:hover a i {
	color: #def1ff
}

.courses-page-top-area .courses-page-top-right ul>li>a>i {
	color: #b9b9b9
}

.courses-page-top-area .courses-page-top-right ul>.active i {
	color: #def1ff
}

.tab-content {
	margin-top: 30px
}

.courses-box1 .single-item-wrapper {
	margin-bottom: 30px;
	overflow: hidden;
	background: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.courses-box1 .single-item-wrapper .courses-img-wrapper {
	position: relative
}

.courses-box1 .single-item-wrapper .courses-img-wrapper img {
	width: 100%
}

.courses-box1 .single-item-wrapper .courses-img-wrapper:before {
	background-color: rgba(253, 200, 0, 0.8);
	z-index: 1
}

.courses-box1 .single-item-wrapper .courses-img-wrapper:hover a {
	opacity: 1;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.courses-box1 .single-item-wrapper .courses-img-wrapper a {
	opacity: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	z-index: 3;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	line-height: 50px;
	color: #fff;
	display: block;
	background: #1a75bb;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.courses-box1 .single-item-wrapper .courses-content-wrapper {
	padding: 20px 15px
}

.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title {
	font-size: 22px;
	margin-bottom: 10px
}

.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title a {
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title a:hover {
	color: #def1ff
}

.courses-box1 .single-item-wrapper .courses-content-wrapper .courses-info li {
	line-height: 1.3;
	padding-right: 7px;
	margin-right: 2px;
	border-right: 1px solid #909090;
	display: inline-block;
	font-size: 13px;
	font-weight: 500
}

.courses-box1 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0
}

.courses-box2 .single-item-wrapper {
	margin-bottom: 30px;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media(min-width:768px) and (max-width:1199px) {
	.courses-box2 .single-item-wrapper {
		display: block
	}
}

@media only screen and (max-width: 480px) {
	.courses-box2 .single-item-wrapper {
		display: block
	}

	.publications-content-wrapper {
		text-align: center;
		position: relative;
		margin-left: 10%;

	}

	.publications-content-wrapper .item-price img {
		width: 60%;
		margin: auto;

	}

	.publications-content-wrapper p {
		text-align: center;
	}
}

.courses-box2 .single-item-wrapper .courses-img-wrapper {
	-webkit-box-flex: 9;
	-moz-flex: 9;
	-webkit-flex: 9;
	flex: 9;
	position: relative
}

.courses-box2 .single-item-wrapper .courses-img-wrapper:before {
	background-color: rgba(253, 200, 0, 0.8);
	z-index: 2;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.courses-box2 .single-item-wrapper .courses-img-wrapper:hover a {
	opacity: 1;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.courses-box2 .single-item-wrapper .courses-img-wrapper a {
	opacity: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	z-index: 3;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	line-height: 50px;
	color: #fff;
	display: block;
	background: #1a75bb;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.courses-box2 .single-item-wrapper .courses-content-wrapper {
	-webkit-box-flex: 10;
	-moz-flex: 10;
	-webkit-flex: 10;
	flex: 10;
	padding: 17px 15px 15px 28px
}

.courses-box2 .single-item-wrapper .courses-content-wrapper .item-title {
	font-size: 20px;
	margin-bottom: 12px;
	font-weight: 500
}

.courses-box2 .single-item-wrapper .courses-content-wrapper .item-title a {
	color: #1a75bb
}

.courses-box2 .single-item-wrapper .courses-content-wrapper .courses-info li {
	line-height: 1.3;
	padding-right: 10px;
	margin-right: 8px;
	border-right: 1px solid #909090;
	display: inline-block;
	font-size: 13px;
	font-weight: 500
}

@media only screen and (max-width: 479px) {
	.courses-box2 .single-item-wrapper .courses-content-wrapper .courses-info li {
		margin-right: 5px;
		padding-right: 7px
	}
}

.courses-box2 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0
}

.courses-box2 .single-item-wrapper:hover {
	-webkit-box-shadow: 0 0 20px 5px rgba(218, 218, 218, 0.75);
	-moz-box-shadow: 0 0 20px 5px rgba(218, 218, 218, 0.75);
	box-shadow: 0 0 20px 5px rgba(218, 218, 218, 0.75);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.courses-box3 .single-item-wrapper {
	margin-bottom: 30px;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media only screen and (max-width: 991px) {
	.courses-box3 .single-item-wrapper {
		display: block
	}
}

.courses-box3 .single-item-wrapper .courses-img-wrapper {
	position: relative;
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

.courses-box3 .single-item-wrapper .courses-img-wrapper:before {
	background-color: rgba(253, 200, 0, 0.8);
	z-index: 1
}

.courses-box3 .single-item-wrapper .courses-img-wrapper:hover a {
	opacity: 1;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.courses-box3 .single-item-wrapper .courses-img-wrapper a {
	opacity: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	z-index: 3;
	height: 50px;
	width: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 50px;
	color: #fff;
	display: block;
	background: #1a75bb;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.courses-box3 .single-item-wrapper .courses-content-wrapper {
	position: relative;
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-webkit-flex: 2;
	flex: 2;
	padding: 18px 15px 10px 30px
}

@media(min-width:992px) and (max-width:1199px) {
	.courses-box3 .single-item-wrapper .courses-content-wrapper {
		padding: 12px 15px 10px 30px
	}
}

@media only screen and (max-width: 479px) {
	.courses-box3 .single-item-wrapper .courses-content-wrapper {
		padding: 12px 15px 10px
	}
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title {
	font-size: 20px;
	margin-bottom: 12px;
	font-weight: 500
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a {
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a:hover {
	color: #def1ff
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .item-content {
	margin-bottom: 12px
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li {
	line-height: 1.3;
	padding-right: 10px;
	margin-right: 8px;
	border-right: 1px solid #909090;
	display: inline-block;
	font-size: 13px;
	font-weight: 500
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 75px;
	height: 35px;
	padding: 3px;
	font-weight: 500;
	text-align: center;
	font-size: 20px;
	background: #def1ff;
	color: #1a75bb;
	z-index: 1
}

@media only screen and (max-width: 479px) {
	.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee {
		top: 15px;
		bottom: inherit;
		font-size: 18px;
		height: 30px
	}
}

.courses-box3 .single-item-wrapper:hover {
	-webkit-box-shadow: 0 0 20px 5px rgba(218, 218, 218, 0.75);
	-moz-box-shadow: 0 0 20px 5px rgba(218, 218, 218, 0.75);
	box-shadow: 0 0 20px 5px rgba(218, 218, 218, 0.75);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.courses1-area {
	padding: 30px 0 30px;
	background: #f5f5f5;
}

@media(min-width:992px) and (max-width:1199px) {
	.courses1-area {
		padding: 78px 0 60px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.courses1-area {
		padding: 68px 0 50px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.courses1-area {
		padding: 58px 0 40px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.courses1-area {
		padding: 48px 0 20px
	}
}

@media only screen and (max-width: 320px) {
	.courses1-area {
		padding: 38px 0 10px
	}
}

.courses2-area {
	padding: 88px 0 100px;
	background: #f5f5f5
}

@media(min-width:992px) and (max-width:1199px) {
	.courses2-area {
		padding: 78px 0 90px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.courses2-area {
		padding: 68px 0 80px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.courses2-area {
		padding: 58px 0 70px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.courses2-area {
		padding: 48px 0 60px
	}
}

@media only screen and (max-width: 320px) {
	.courses2-area {
		padding: 38px 0 50px
	}
}

.courses-page-area1 {
	padding: 10px 0;
	background: #f5f5f5
}

@media(min-width:992px) and (max-width:1199px) {
	.courses-page-area1 {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.courses-page-area1 {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.courses-page-area1 {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.courses-page-area1 {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.courses-page-area1 {
		padding: 50px 0
	}
}

@media only screen and (max-width: 767px) {
	.courses-page-area1 .courses-img-wrapper {
		display: block
	}
}

@media only screen and (max-width: 767px) {
	.courses-page-area1 .courses-img-wrapper img {
		width: 100%
	}
}

.courses-page-area2 {
	padding: 100px 0 70px;
	background: #f5f5f5
}

@media(min-width:992px) and (max-width:1199px) {
	.courses-page-area2 {
		padding: 90px 0 60px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.courses-page-area2 {
		padding: 80px 0 50px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.courses-page-area2 {
		padding: 70px 0 40px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.courses-page-area2 {
		padding: 60px 0 30px
	}
}

@media only screen and (max-width: 320px) {
	.courses-page-area2 {
		padding: 50px 0 20px
	}
}

.courses-page-area3 {
	padding: 100px 0;
	background: #f5f5f5
}

@media(min-width:992px) and (max-width:1199px) {
	.courses-page-area3 {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.courses-page-area3 {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.courses-page-area3 {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.courses-page-area3 {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.courses-page-area3 {
		padding: 50px 0
	}
}

.course-details-inner {
	padding: 30px 60px;
	background: #fff
}

.course-details-inner ul.course-feature:after {
	clear: both;
	content: "";
	display: block
}

.course-details-inner ul.course-feature li {
	width: 32%;
	box-sizing: border-box;
	float: left;
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
	margin-right: 5px;
	color: #444
}

@media only screen and (max-width: 991px) {
	.course-details-inner ul.course-feature li {
		width: 100%
	}
}

.course-details-inner ul.course-feature li:before {
	content: "\f058";
	position: absolute;
	font-family: FontAwesome;
	left: 0;
	top: 0;
	font-size: 20px;
	border-radius: 50%;
	z-index: 1;
	line-height: 1.3;
	color: #8bc43f;
}

.course-details-comments {
	margin-bottom: 50px
}

.course-details-comments .media {
	padding-bottom: 8px;
	margin-bottom: 35px;
	border-bottom: 1px solid #e3e3e3
}

@media only screen and (max-width: 479px) {
	.course-details-comments .media {
		margin-bottom: 0
	}
}

.course-details-comments .media:last-child {
	border-bottom: 0
}

@media only screen and (max-width: 479px) {
	.course-details-comments .media a {
		float: none !important
	}
}

.course-details-comments .media a img {
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.course-details-comments .media a img:hover {
	opacity: .5;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.course-details-comments .media .media-body {
	position: relative;
	padding-left: 20px
}

@media only screen and (max-width: 479px) {
	.course-details-comments .media .media-body {
		padding-left: 0;
		padding-right: 5px
	}
}

.course-details-comments .media .media-body h3 {
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: 500
}

.course-details-comments .media .media-body h3 a {
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.course-details-comments .media .media-body h3 a:hover {
	color: #def1ff
}

.course-details-comments .media .media-body h4 {
	color: #fff;
	background: #1a75bb;
	padding: 2px 10px;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500
}

.course-details-comments .media .media-body p {
	color: #757575;
	text-align: justify
}

.course-details-comments .media .media-body .replay-area {
	position: absolute;
	right: 0;
	top: 35px;
	z-index: 3
}

@media only screen and (max-width: 479px) {
	.course-details-comments .media .media-body .replay-area {
		right: 10px
	}
}

.course-details-comments .media .media-body .replay-area ul li {
	display: inline-block
}

.course-details-comments .media .media-body .replay-area ul li i {
	color: #def1ff
}

.leave-comments .form-group {
	margin-bottom: 20px
}

.leave-comments .form-group .form-control {
	border-radius: 0;
	background: #f9f9f9;
	box-shadow: none;
	border: 0
}

.leave-comments .form-group input {
	height: 45px;
	color: #212121;
	font-weight: 500;
	border-right: 1px solid #e5e5e5 !important;
	border-bottom: 1px solid #e5e5e5 !important
}

.leave-comments .form-group textarea {
	border-right: 1px solid #e5e5e5 !important;
	border-bottom: 1px solid #e5e5e5 !important
}

.leave-comments .rate-wrapper {
	display: inline-block;
	margin: 5px 0
}

.leave-comments .rate {
	float: left;
	color: #f5f5f5;
	cursor: pointer
}

.leave-comments .rate:hover,
.leave-comments .rate.selected {
	color: #def1ff
}

.leave-comments .rate-label {
	float: left;
	color: #1a75bb;
	margin-right: 10px;
	margin-left: 0
}

.leave-comments .rate-item {
	float: left;
	cursor: pointer;
	margin: 0 5px 0 5px
}

.leave-comments .rate-item:hover~.rate-item,
.leave-comments .rate-item.active~.rate-item {
	color: #f5f5f5
}

.courses-page-area4 {
	padding: 100px 0;
	background: #f5f5f5
}

@media(min-width:992px) and (max-width:1199px) {
	.courses-page-area4 {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.courses-page-area4 {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.courses-page-area4 {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.courses-page-area4 {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.courses-page-area4 {
		padding: 50px 0
	}
}

.course-details-inner {
	padding: 20px 30px 30px;
	background: #f5f5f5;
}

@media only screen and (max-width: 479px) {
	.course-details-inner {
		padding: 20px 15px 30px
	}
}

.course-details-inner .course-details-tab-area {
	margin: 30px 0 0;
	overflow: visible;
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn {
	background: #def1ff;
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn-vertical {
	background: #def1ff;
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li {
	display: inline-block;
	margin: -1px;
	background: transparent;
	border-right: 1px solid #cdcdcd;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li:last-child {
	border-right: 0
}

@media only screen and (max-width: 479px) {
	.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li {
		display: block !important;
		padding: 0
	}

	.course-details-inner .course-details-tab-area ul.course-details-tab-btn-vertical>li {
		display: block !important;
		padding: 0
	}
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li a {
	display: block;
	color: #1a75bb;
	padding: 20px 18px;
	text-transform: capitalize;
	font-weight: 500;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn-vertical>li a {
	display: block;
	color: #1a75bb;
	padding: 20px 30px;

	font-weight: 500;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media(min-width:768px) and (max-width:1199px) {
	.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li a {
		padding: 20px 17px
	}
}

@media only screen and (max-width: 479px) {
	.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li a {
		display: block !important
	}
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li:hover {
	background: #1a75bb
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn-vertical>li:hover {
	background: #1a75bb
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li:hover a {
	color: #fff
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn-vertical>li:hover a {
	color: #fff
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn .active {
	background: #1a75bb
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn-vertical .active {
	background: #1a75bb
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn .active a {
	color: #fff;
	text-decoration: none
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn-vertical .active a {
	color: #fff;
	text-decoration: none
}

.course-details-inner .course-details-tab-area .tab-content {
	padding: 35px 0 15px 0;
	margin-top: 0
}

.course-details-inner .course-details-tab-area ul.course-feature:after {
	clear: both;
	content: "";
	display: block
}

.course-details-inner .course-details-tab-area ul.course-feature li {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	color: #000;
	text-align: justify;
	font-family: var(--nunito-font);
	font-size: 15px;
	line-height: 35px;
	letter-spacing: 0.7px;
	font-weight: 500;
}

@media only screen and (max-width: 991px) {
	.course-details-inner .course-details-tab-area ul.course-feature li {
		width: 100%
	}
}

.course-details-inner .course-details-tab-area ul.course-feature li:before {
	content: "\f058";
	position: absolute;
	font-family: FontAwesome;
	left: 0;
	top: 0;
	font-size: 20px;
	border-radius: 50%;
	z-index: 1;
	line-height: 1.3;
	color: #8bc43f;
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

@media only screen and (max-width: 991px) {
	.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li {
		display: block;
		text-align: center;
		clear: both;
		margin-bottom: 30px
	}
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li:last-child {
	margin-bottom: 0
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-img {
	-webkit-box-flex: 3;
	-moz-flex: 3;
	-webkit-flex: 3;
	flex: 3
}

@media only screen and (max-width: 991px) {
	.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-img img {
		margin: 0 auto 15px
	}
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content {
	-webkit-box-flex: 6;
	-moz-flex: 6;
	-webkit-flex: 6;
	flex: 6;
	margin-right: 10px
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 {
	margin-bottom: 0;
	font-size: 18px
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 a {
	color: #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 a:hover {
	color: #def1ff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
	-webkit-box-flex: 7;
	-moz-flex: 7;
	-webkit-flex: 7;
	flex: 7
}

@media only screen and (max-width: 991px) {
	.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
		float: left
	}
}

@media only screen and (max-width: 479px) {
	.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
		float: inherit
	}
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li {
	width: 100px;
	display: inline-block;
	border-right: 1px solid #cdcdcd;
	margin-right: 15px;
	height: 58px
}

@media only screen and (max-width: 479px) {
	.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li {
		margin-right: 10px
	}
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li:last-child {
	border-right: 0;
	margin-right: 0
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li h4 {
	font-size: 16px;
	color: #1a75bb;
	margin-bottom: 5px
}

.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-details {
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-webkit-flex: 2;
	flex: 2
}

.related-courses-title-area {
	margin: 30px 0 0 0;
	background: #fff
}

.related-courses-title-area h3 {
	padding: 12px 20px;
	color: #1a75bb;
	font-size: 22px;
	font-weight: 500;
	position: relative;
	text-transform: capitalize
}

.related-courses-carousel .owl-controls .owl-nav {
	top: -74px;
	right: 25px
}

.courses-page-area5 {
	padding: 0px 0 30px;
	background: #f5f5f5;
}

@media(min-width:992px) and (max-width:1199px) {
	.courses-page-area5 {
		padding: 90px 0 60px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.courses-page-area5 {
		padding: 80px 0 50px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.courses-page-area5 {
		padding: 70px 0 69px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.courses-page-area5 {
		padding: 60px 0 59px
	}
}

@media only screen and (max-width: 320px) {
	.courses-page-area5 {
		padding: 50px 0 49px
	}
}

.learning-outcomes li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
	color: black;
	line-height: 35px;
	font-family: var(--nunito-font);
	font-size: 15px;
	font-weight: 500;
	text-align: justify;
}

.learning-outcomes li:last-child {
	margin-bottom: 0
}

.learning-outcomes li:before {
	content: "\f105";
	background: #1a75bb;
	color: #fff;
	position: absolute;
	left: 0;
	top: 25px;
	font-size: 14px;
	border-radius: 50%;
	height: 17px;
	width: 17px;
	line-height: 16px;
	text-align: center;
	z-index: 1;
	font-family: "FontAwesome";
}

.curriculum-wrapper .panel-default {
	margin-top: 0 !important;
	border-radius: 0 !important;
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.curriculum-wrapper .panel-default:last-child {
	border-bottom: 0
}

.curriculum-wrapper .panel-default .panel-heading {
	padding: 0;
	background: transparent;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a {
	padding: 13px 15px 15px;
	display: block
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li {
	border-top: 0;
	display: inline-block
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(1n) i {
	margin-right: 10px;
	color: #8bc43f;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(2n) {
	margin-right: 30px;
	color: #888
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(3n) {
	font-size: 15px;
	color: #1a75bb;
	font-weight: 600;
	font-family: var(--jost-font);
	letter-spacing: 0.4px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n) {
	position: absolute;
	right: 50px
}

@media only screen and (max-width: 991px) {
	.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n) {
		display: none
	}
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n) i {
	margin-right: 10px;
	color: #888;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n) span {
	color: #1a75bb;
	font-weight: 500;
	margin-left: 5px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.curriculum-wrapper .panel-default .panel-heading .accordion-toggle {
	position: relative
}

.curriculum-wrapper .panel-default .panel-heading .accordion-toggle:after {
	font-family: FontAwesome;
	content: "\f106";
	right: 15px;
	position: absolute;
	top: 15px;
	color: #828282;
	font-size: 18px;
	z-index: 1
}

.curriculum-wrapper .panel-default .panel-heading .accordion-toggle.collapsed:after {
	content: "\f107";
	font-family: FontAwesome
}

.curriculum-wrapper .panel-default .panel-collapse {
	background: #f5f5f5;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.curriculum-wrapper .panel-default .panel-body {
	text-align: justify;
	padding: 0 75px 20px 45px;
	border-top: 0 !important;
	color: #444;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

@media only screen and (max-width: 991px) {
	.curriculum-wrapper .panel-default .panel-body {
		padding: 0 15px 15px
	}
}

.curriculum-wrapper .panel-default .active {
	background: #f5f5f5;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(1n) i {
	color: #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(2n) {
	color: #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(4n) i {
	color: #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.news-event-area {
	padding-bottom: 30%;
	background: #f5f5f5;
	box-shadow: 0 0 11px rgba(33, 33, 33, .2);

}

@media(min-width:992px) and (max-width:1199px) {
	.news-event-area {
		padding: 78px 0 60px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.news-event-area {
		padding: 68px 0 50px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.news-event-area {
		padding: 58px 0 40px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.news-event-area {
		padding: 48px 0 30px
	}
}

@media only screen and (max-width: 320px) {
	.news-event-area {
		padding: 38px 0 20px
	}
}

@media only screen and (max-width: 1199px) {
	.news-inner-area {
		margin-bottom: 30px
	}
}

.news-wrapper {
	width: 100%;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	border: 1px solid #1a75bb;
	padding: 15px;
	border-left: 5px solid #1a75bb;
	margin: 35px 0px;

}

.news-wrapper li:hover {
	box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.news-wrapper li {
	transition: box-shadow .3s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 10px;
	background-color: white;
	padding: 10px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media only screen and (max-width: 1199px) {
	.news-wrapper li {
		display: block
	}
}

.news-wrapper li .news-img-holder {
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

@media only screen and (max-width: 1199px) {
	.news-wrapper li .news-img-holder {
		margin-bottom: 15px
	}
}

.news-wrapper li .news-content-holder {
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-webkit-flex: 2;
	flex: 2
}

.news-wrapper li .news-content-holder h3 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 0
}

.news-wrapper li .news-content-holder h3 a {
	color: #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.news-wrapper li .news-content-holder h3 a:hover {
	color: #def1ff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.news-wrapper li .news-content-holder .post-date {
	font-style: italic;
	font-size: 14px;
	margin: 5px 0;
	font-weight: 500;
	color: #def1ff
}

.news-wrapper li .news-content-holder p {
	margin-bottom: 0
}

.news-wrapper li:before {
	background: #def1ff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media only screen and (max-width: 1199px) {
	.news-wrapper-responsive li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex
	}
}

@media only screen and (max-width: 479px) {
	.news-wrapper-responsive li {
		display: block
	}
}

.news-wrapper-responsive li .news-content-holder {
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-webkit-flex: 2;
	flex: 2
}

@media(min-width:992px) and (max-width:1199px) {
	.news-wrapper-responsive li .news-content-holder {
		-webkit-box-flex: 4;
		-moz-flex: 4;
		-webkit-flex: 4;
		flex: 4
	}
}

@media(min-width:768px) and (max-width:991px) {
	.news-wrapper-responsive li .news-content-holder {
		-webkit-box-flex: 3;
		-moz-flex: 3;
		-webkit-flex: 3;
		flex: 3
	}
}

.news-btn-holder {
	margin-top: 45px;
	text-align: center
}

@media only screen and (max-width: 1199px) {
	li .event-calender-wrapper {
		margin-bottom: 15px
	}

	li .event-calender-wrapper {
		-webkit-box-flex: 1;
		-moz-flex: 1;
		-webkit-flex: 1;
		flex: 1
	}
}

.event-wrapper>li {
	margin-bottom: 30px;
	padding: 20px;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

@media only screen and (max-width: 1199px) {
	.event-wrapper>li {
		display: block
	}
}

.event-wrapper>li .event-calender-wrapper {
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

@media only screen and (max-width: 1199px) {}

li .event-calender-holder {
	position: relative;
	padding-top: 20px;
	text-align: center;
	width: 100px;
	background: #def1ff
}

li .event-calender-holder:before {
	content: "\f111";
	position: absolute;
	left: 10px;
	top: 5px;
	/*color: #1a75bb;*/
	color: #1a75bb;
	font-size: 14px;
	font-family: FontAwesome
}

li .event-calender-holder:after {
	content: "\f111";
	position: absolute;
	right: 10px;
	top: 5px;
	/*color: #1a75bb;*/
	color: #1a75bb;
	font-size: 14px;
	font-family: FontAwesome
}

li .event-calender-holder h3 {
	font-size: 24px;
	color: #1a75bb;
	margin-bottom: 0;
	line-height: 1
}

li .event-calender-holder p {
	color: #1a75bb;
	margin-bottom: 5px;
	text-transform: uppercase
}

li .event-calender-holder span {
	line-height: 2.5;
	/*	background: #1a75bb;*/
	background: #1a75bb;
	height: 40px;
	display: block;
	color: #fff
}

li .event-content-holder {
	-webkit-box-flex: 3;
	-moz-flex: 3;
	-webkit-flex: 3;
	flex: 3;
	margin-left: 1%;
}

li .event-content-holder h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px
}

li .event-content-holder h5 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 5px;
	padding: 8px 0px;
	font-family: var(--jost-font);
}

li .event-content-holder h3 a {
	/*color: #1a75bb;*/
	font-family: var(--Lato-font);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 35px;
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

li .event-content-holder h3 a:hover {
	color: #def1ff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

li .event-content-holder p {
	margin-bottom: 10px
}

@media(min-width:768px) and (max-width:1199px) {
	li .event-content-holder p {
		margin-bottom: 58px
	}
}

@media(min-width:768px) and (max-width:991px) {
	li .event-content-holder p {
		margin-bottom: 15px
	}
}

li .event-content-holder ul li {
	color: #1a75bb;
	font-weight: 500;
	border-right: 1px solid #bdbdbd;
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	line-height: 1
}

@media(min-width:768px) and (max-width:991px) {
	li .event-content-holder ul li {
		margin-right: 12px;
		padding-right: 12px
	}
}

li .event-content-holder ul li:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0
}

.event-inner-area .event-btn-holder {
	margin-top: 45px;
	text-align: center
}

.news-page-area {
	padding: 100px 0
}

@media(min-width:992px) and (max-width:1199px) {
	.news-page-area {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.news-page-area {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.news-page-area {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.news-page-area {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.news-page-area {
		padding: 50px 0
	}
}

.news-box {
	margin-bottom: 55px
}

.news-box h2 {
	margin-bottom: 12px
}

.news-box p {
	margin-bottom: 30px
}

.news-box .news-img-holder {
	margin-bottom: 25px;
	position: relative
}

.news-date1 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1
}

.news-date1 li {
	width: 112px;
	height: 60px;
	font-size: 24px;
	text-align: center;
	line-height: 2.5
}

@media(min-width:480px) and (max-width:991px) {
	.news-date1 li {
		height: 40px;
		font-size: 20px;
		width: 90px;
		line-height: 2
	}
}

@media(min-width:480px) and (max-width:767px) {
	.news-date1 li {
		font-size: 18px;
		line-height: 2.3
	}
}

@media only screen and (max-width: 479px) {
	.news-date1 li {
		height: 35px;
		font-size: 16px;
		width: 80px
	}
}

.news-date1 li:nth-child(odd) {
	background: #1a75bb;
	color: #fff;
	font-weight: 700
}

.news-date1 li:nth-child(even) {
	background: #def1ff;
	color: #212121;
	font-weight: 500
}

.news-date2 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1
}

.news-date2 li {
	width: 80px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 2.8
}

@media(min-width:480px) and (max-width:991px) {
	.news-date2 li {
		height: 40px;
		font-size: 20px;
		width: 90px;
		line-height: 2
	}
}

@media(min-width:480px) and (max-width:767px) {
	.news-date2 li {
		font-size: 18px;
		line-height: 2.3
	}
}

@media only screen and (max-width: 479px) {
	.news-date2 li {
		height: 35px;
		font-size: 16px;
		width: 80px;
		line-height: 2.2
	}
}

.news-date2 li:nth-child(odd) {
	background: #1a75bb;
	color: #fff;
	font-weight: 700
}

.news-date2 li:nth-child(even) {
	background: #def1ff;
	color: #212121;
	font-weight: 500
}

.news-comments {
	margin-bottom: 35px;
	padding-bottom: 10px
}

.news-comments li {
	display: inline-block;
	margin-right: 20px
}

@media(min-width:992px) and (max-width:1199px) {
	.news-comments li {
		margin-right: 8px
	}
}

.news-comments li a {
	color: #b1b1b1
}

.news-comments li a:hover {
	color: #1a75bb
}

.news-comments li a i {
	color: #def1ff;
	margin-right: 8px
}

.news-comments li a span {
	color: #444
}

.news-details-page-area {
	padding: 100px 0
}

@media(min-width:992px) and (max-width:1199px) {
	.news-details-page-area {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.news-details-page-area {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.news-details-page-area {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.news-details-page-area {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.news-details-page-area {
		padding: 50px 0
	}
}

.news-details-page-inner .news-img-holder {
	margin-bottom: 25px;
	position: relative
}

.news-details-page-inner .title-default-left-bold {
	margin-bottom: 20px
}

.news-details-page-inner p span {
	font-style: italic;
	padding: 40px 50px 50px;
	background: #f5f5f5;
	display: block;
	position: relative;
	margin-bottom: 30px
}

.news-details-page-inner p span:before {
	color: #def1ff;
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 20px;
	left: 30px;
	position: absolute;
	top: 30px;
	z-index: 1
}

.news-details-page-inner .news-social {
	margin-top: 10px;
	margin-bottom: 80px;
	display: inline-block
}

.news-details-page-inner .news-social li {
	display: inline-block;
	margin-right: 5px
}

.news-details-page-inner .news-social li a {
	background: #1a75bb;
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 27px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.news-details-page-inner .news-social li a i {
	color: #def1ff;
	font-size: 13px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.news-details-page-inner .news-social li a:hover {
	background: #def1ff
}

.news-details-page-inner .news-social li a:hover i {
	color: #1a75bb
}

.news-details-page-inner .news-social li:last-child {
	margin-right: 0
}

.event-page-area {
	padding: 100px 0
}

@media(min-width:992px) and (max-width:1199px) {
	.event-page-area {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.event-page-area {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.event-page-area {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.event-page-area {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.event-page-area {
		padding: 50px 0
	}
}

@media only screen and (max-width: 479px) {
	.event-inner-wrapper .col-xs-6 {
		width: 100%
	}
}

.event-inner-wrapper .single-item {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

@media only screen and (max-width: 1199px) {
	.event-inner-wrapper .single-item {
		display: block
	}
}

.event-inner-wrapper .single-item .item-img {
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

.event-inner-wrapper .single-item .item-content {
	padding: 0 30px;
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

@media only screen and (max-width: 1199px) {
	.event-inner-wrapper .single-item .item-content {
		padding: 30px 0
	}
}

.event-inner-wrapper .single-item .item-content p {
	margin-bottom: 30px
}

.event-inner-wrapper .event-info-block li {
	line-height: 1.4;
	margin-bottom: 15px;
	font-size: 18px;
	color: #1a75bb;
	padding-left: 40px;
	position: relative
}

@media only screen and (max-width: 479px) {
	.event-inner-wrapper .event-info-block li {
		font-size: 16px
	}
}

.event-inner-wrapper .event-info-block li:last-child {
	margin-bottom: 0
}

.event-inner-wrapper .event-info-block li i {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	font-size: 24px;
	margin-right: 15px;
	color: #def1ff
}

.event-details-page-area {
	padding: 100px 0
}

@media(min-width:992px) and (max-width:1199px) {
	.event-details-page-area {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.event-details-page-area {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.event-details-page-area {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.event-details-page-area {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.event-details-page-area {
		padding: 50px 0
	}
}

.event-details-inner .event-details-img {
	position: relative;
	margin-bottom: 30px
}

.event-details-inner .event-details-img .countdown-content {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 1
}

@media only screen and (max-width: 767px) {
	.event-details-inner .event-details-img .countdown-content {
		top: inherit;
		bottom: 0;
		transform: translateY(0);
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center
	}
}

.event-details-inner .event-details-img .countdown-content .countdown-section {
	padding: 15px 0;
	text-align: center;
	width: 80px
}

@media only screen and (max-width: 991px) {
	.event-details-inner .event-details-img .countdown-content .countdown-section {
		padding: 8px 0 4px;
		width: 75px
	}
}

@media only screen and (max-width: 767px) {
	.event-details-inner .event-details-img .countdown-content .countdown-section {
		width: 65px;
		display: inline-block
	}
}

.event-details-inner .event-details-img .countdown-content .countdown-section h3 {
	color: #fff;
	margin-bottom: 0;
	line-height: 1;
	font-size: 18px;
	font-weight: 700
}

.event-details-inner .event-details-img .countdown-content .countdown-section p {
	margin-bottom: 0
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(odd) {
	background: #1a75bb
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(odd) p {
	color: #a0a5ac
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(even) {
	background: #def1ff
}

.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(even) p {
	color: #856900
}

.event-details-inner p {
	margin-bottom: 50px
}

.event-info-inline {
	margin-bottom: 55px
}

.event-info-inline li {
	display: inline-block;
	line-height: 1.4;
	margin-right: 30px;
	font-size: 18px;
	color: #1a75bb;
	padding-left: 40px;
	position: relative;
	margin-bottom: 10px
}

@media only screen and (max-width: 479px) {
	.event-info-inline li {
		font-size: 16px
	}
}

.event-info-inline li:last-child {
	margin-bottom: 0
}

.event-info-inline li i {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	font-size: 24px;
	margin-right: 15px;
	color: #def1ff
}

.why-choose-area {
	padding: 82px 0 94px;
	background: #f8f8f8
}

@media(min-width:992px) and (max-width:1199px) {
	.why-choose-area {
		padding: 74px 0 84px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.why-choose-area {
		padding: 66px 0 74px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.why-choose-area {
		padding: 58px 0 33px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.why-choose-area {
		padding: 49px 0 23px
	}
}

@media only screen and (max-width: 320px) {
	.why-choose-area {
		padding: 40px 0 13px
	}
}

.certificate-area {
	background: #f8f8f8;
	padding: 100px 0
}

@media(min-width:992px) and (max-width:1199px) {
	.certificate-area {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.certificate-area {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.certificate-area {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.certificate-area {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.certificate-area {
		padding: 50px 0
	}
}

.certificate-area .single-item {
	background: #fff;
	padding: 15px
}

.gallery-wrapper {
	margin-left: -5px;
	margin-right: -5px
}

.gallery-wrapper>div {
	padding: 0 3px
}

.gallery-box {
	margin-bottom: 6px;
	position: relative
}

.gallery-box:before {
	opacity: 0;
	content: "";
	background-color: rgba(253, 200, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.gallery-box img {
	width: 100%
}

.gallery-box .gallery-content {
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.gallery-box .gallery-content a {
	background-color: #1a75bb;
	height: 55px;
	width: 55px;
	line-height: 60px;
	display: inline-block;
	border-radius: 50%
}

.gallery-box .gallery-content a i {
	color: #fff;
	font-size: 18px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.gallery-box:hover:before {
	opacity: 1;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.gallery-box:hover .gallery-content {
	opacity: 1;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.gallery-area1 {
	padding: 100px 0 93px
}

@media(min-width:992px) and (max-width:1199px) {
	.gallery-area1 {
		padding: 90px 0 83px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.gallery-area1 {
		padding: 80px 0 73px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.gallery-area1 {
		padding: 70px 0 63px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.gallery-area1 {
		padding: 60px 0 53px
	}
}

@media only screen and (max-width: 320px) {
	.gallery-area1 {
		padding: 50px 0 43px
	}
}

.gallery-area2 {
	padding: 100px 0 93px
}

@media(min-width:992px) and (max-width:1199px) {
	.gallery-area2 {
		padding: 90px 0 83px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.gallery-area2 {
		padding: 80px 0 73px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.gallery-area2 {
		padding: 70px 0 63px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.gallery-area2 {
		padding: 60px 0 53px
	}
}

@media only screen and (max-width: 320px) {
	.gallery-area2 {
		padding: 50px 0 43px
	}
}

.price-table1-area {
	padding: 100px 0 70px
}

@media(min-width:992px) and (max-width:1199px) {
	.price-table1-area {
		padding: 90px 0 60px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.price-table1-area {
		padding: 80px 0 50px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.price-table1-area {
		padding: 70px 0 40px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.price-table1-area {
		padding: 60px 0 30px
	}
}

@media only screen and (max-width: 320px) {
	.price-table1-area {
		padding: 50px 0 20px
	}
}

.price-table-box1 {
	text-align: center;
	padding: 50px 0;
	background: #f8f8f8;
	margin: 0 auto 30px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.price-table-box1 span {
	text-transform: uppercase;
	color: #1a75bb;
	font-size: 24px;
	font-weight: 500;
	display: block;
	margin-bottom: 30px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.price-table-box1 h2 {
	color: #fff;
	font-size: 30px;
	height: 150px;
	width: 150px;
	line-height: 150px;
	display: inline-block;
	background: #1a75bb;
	border-radius: 50%;
	margin-bottom: 35px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.price-table-box1 .price-table-service {
	margin-bottom: 40px
}

.price-table-box1 .price-table-service p {
	color: #fff;
	font-size: 16px;
	color: #444;
	line-height: 1;
	display: block;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.price-table-box1:hover {
	background: #1a75bb;
	-webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.5)
}

.price-table-box1:hover span {
	color: #fff
}

.price-table-box1:hover h2 {
	background: #def1ff;
	color: #1a75bb
}

.price-table-box1:hover .price-table-service p {
	color: #d2d2d2
}

.price-table2-area {
	padding: 100px 0 70px
}

@media(min-width:992px) and (max-width:1199px) {
	.price-table2-area {
		padding: 90px 0 60px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.price-table2-area {
		padding: 80px 0 50px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.price-table2-area {
		padding: 70px 0 40px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.price-table2-area {
		padding: 60px 0 30px
	}
}

@media only screen and (max-width: 320px) {
	.price-table2-area {
		padding: 50px 0 20px
	}
}

.price-table-box2 {
	text-align: center;
	margin-bottom: 30px;
	background: #f8f8f8;
	padding: 70px 0
}

.price-table-box2 span {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
	color: #1a75bb;
	letter-spacing: 4px;
	margin-bottom: 25px;
	display: inline-block
}

.price-table-box2 h3 {
	font-size: 48px;
	color: #def1ff;
	margin-bottom: 35px
}

.price-table-box2 h3 span {
	text-transform: capitalize;
	font-size: 18px;
	color: #a4a4a4
}

.price-table-box2 ul {
	margin-bottom: 20px
}

.price-table-box2 ul li {
	color: #1a75bb;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 10px
}

.research-page1-area {
	padding: 100px 0
}

@media(min-width:992px) and (max-width:1199px) {
	.research-page1-area {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.research-page1-area {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.research-page1-area {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.research-page1-area {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.research-page1-area {
		padding: 50px 0
	}
}

.research-box1 {
	overflow: hidden;
	margin-bottom: 45px
}

.research-box1 img {
	margin-bottom: 25px
}

.research-page2-area {
	padding: 100px 0;
	background-color: #f5f5f5;
}

@media(min-width:992px) and (max-width:1199px) {
	.research-page2-area {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.research-page2-area {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.research-page2-area {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.research-page2-area {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.research-page2-area {
		padding: 50px 0
	}
}

.research-box2 {
	margin-bottom: 0px
}

.research-box2 .research-img-holder {
	margin-bottom: 20px;
	position: relative
}

.research-box2 .research-img-holder .research-details {
	position: relative;
	bottom: 0px;
	z-index: 1;
	left: 0px;
	margin-top: 2%;
}

.research-box2 .research-img-holder .research-details a {
	color: #fff;
	padding: 10px 20px;
	display: block;
	background: #1a75bb;
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.research-box2 .research-img-holder .research-details a:hover {
	background: #8bc43f;
	color: #fff;
	;
}

.research-box2 .research-img-holder .research-details a:hover i {
	color: #212121
}

.research-box2 .research-img-holder .research-details a i {
	color: #def1ff;
	font-size: 20px;
	margin-left: 15px;
	font-weight: 700;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	margin-top: 4px;
}

.research-page3-area {
	padding: 100px 0
}

@media(min-width:992px) and (max-width:1199px) {
	.research-page3-area {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.research-page3-area {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.research-page3-area {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.research-page3-area {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.research-page3-area {
		padding: 50px 0
	}
}

.research-box3 {
	margin-bottom: 60px
}

.research-box3 img {
	margin-bottom: 20px
}

.research-box3 p {
	margin-bottom: 30px
}

.research-details-page-area {
	padding: 100px 0 74px
}

@media(min-width:992px) and (max-width:1199px) {
	.research-details-page-area {
		padding: 90px 0 77px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.research-details-page-area {
		padding: 80px 0 52px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.research-details-page-area {
		padding: 70px 0 69px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.research-details-page-area {
		padding: 60px 0 59px
	}
}

@media only screen and (max-width: 320px) {
	.research-details-page-area {
		padding: 50px 0 49px
	}
}

.research-details-inner img {
	margin-bottom: 20px
}

.research-details-inner p span {
	font-style: italic;
	padding: 40px 50px 50px;
	background: #f5f5f5;
	display: block;
	position: relative;
	margin-bottom: 30px
}

.research-details-inner p span:before {
	color: #def1ff;
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 20px;
	left: 30px;
	position: absolute;
	top: 30px;
	z-index: 1
}

.shop-page1-area {
	padding: 100px 0
}

@media(min-width:992px) and (max-width:1199px) {
	.shop-page1-area {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.shop-page1-area {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.shop-page1-area {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.shop-page1-area {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.shop-page1-area {
		padding: 50px 0
	}
}

@media only screen and (max-width: 479px) {
	.shop-page1-area .shop-page1-xs-width .col-xs-6 {
		width: 100%
	}
}

.product-box1 {
	text-align: center;
	margin-bottom: 30px
}

.product-box1 .product-social {
	opacity: 0;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 33%;
	z-index: 2;
	-moz-transform: scale(1) translateY(-150px);
	-webkit-transform: scale(1) translateY(-150px);
	-o-transform: scale(1) translateY(-150px);
	-ms-transform: scale(1) translateY(-150px);
	transform: scale(1) translateY(-150px);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media only screen and (max-width: 479px) {
	.product-box1 .product-social {
		top: 27%;
		-moz-transform: scale(1) translateY(-50px);
		-webkit-transform: scale(1) translateY(-50px);
		-o-transform: scale(1) translateY(-50px);
		-ms-transform: scale(1) translateY(-50px);
		transform: scale(1) translateY(-50px)
	}
}

.product-box1 .product-social li {
	display: inline-block;
	height: 40px;
	width: 42px;
	border: 1px solid #def1ff;
	background: transparent;
	margin: 0 1px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media only screen and (max-width: 479px) {
	.product-box1 .product-social li {
		height: 30px;
		width: 32px
	}
}

.product-box1 .product-social li a {
	display: block
}

.product-box1 .product-social li a i {
	line-height: 40px;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media only screen and (max-width: 479px) {
	.product-box1 .product-social li a i {
		line-height: 30px
	}
}

.product-box1 .product-social li:hover {
	background: #def1ff
}

.product-box1 .product-social li:hover i {
	color: #212121
}

.product-box1 .product-img-holder {
	position: relative
}

@media only screen and (max-width: 479px) {
	.product-box1 .product-img-holder {
		display: inline-block
	}
}

.product-box1 .product-img-holder a img {
	width: 100%
}

@media only screen and (max-width: 479px) {
	.product-box1 .product-img-holder a img {
		width: auto
	}
}

.product-box1 .product-img-holder:after {
	opacity: 0;
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0, 33, 71, 0.8);
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.product-box1 .product-img-holder .hot-sale {
	top: 0;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 60px solid #def1ff;
	border-right: 60px solid transparent;
	z-index: 3
}

.product-box1 .product-img-holder .hot-sale span {
	color: #1a75bb;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	bottom: 26px;
	letter-spacing: 2px;
	position: absolute;
	-webkit-transform: rotate(316deg);
	-moz-transform: rotate(316deg);
	-o-transform: rotate(316deg)
}

.product-box1 .product-content-holder {
	margin-top: 20px
}

.product-box1 .product-content-holder h3 {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 0
}

@media only screen and (max-width: 479px) {
	.product-box1 .product-content-holder h3 {
		letter-spacing: 0
	}
}

.product-box1 .product-content-holder h3 a {
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.product-box1 .product-content-holder h3 a:hover {
	color: #def1ff
}

.product-box1 .product-content-holder span {
	color: #def1ff;
	font-size: 20px;
	font-weight: 500
}

.product-box1 .product-content-holder span span {
	margin-right: 15px;
	color: #757575;
	text-decoration: line-through
}

.product-box1:hover .product-social {
	top: 40%;
	opacity: 1;
	-moz-transform: scale(1) translateY(-50%);
	-webkit-transform: scale(1) translateY(-50%);
	-o-transform: scale(1) translateY(-50%);
	-ms-transform: scale(1) translateY(-50%);
	transform: scale(1) translateY(-50%);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.product-box1:hover .product-img-holder:after {
	opacity: 1;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.shop-page2-area {
	padding: 100px 0
}

@media(min-width:992px) and (max-width:1199px) {
	.shop-page2-area {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.shop-page2-area {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.shop-page2-area {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.shop-page2-area {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.shop-page2-area {
		padding: 50px 0
	}
}

.product-box2 {
	margin-bottom: 30px
}

@media only screen and (max-width: 479px) {
	.product-box2 {
		text-align: center;
		margin-bottom: 50px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.product-box2 a {
		float: none !important
	}
}

@media only screen and (max-width: 479px) {
	.product-box2 a {
		float: none !important
	}
}

.product-box2 a img {
	width: 100%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media only screen and (max-width: 479px) {
	.product-box2 a img {
		display: inline-block;
		width: auto;
		margin-bottom: 15px
	}
}

.product-box2 a img:hover {
	opacity: .5;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.product-box2 .media-body {
	text-align: left;
	padding: 0 30px 0 20px
}

@media(min-width:768px) and (max-width:991px) {
	.product-box2 .media-body {
		padding: 0
	}
}

@media only screen and (max-width: 479px) {
	.product-box2 .media-body {
		padding: 8px 10px 0 10px
	}
}

@media only screen and (max-width: 479px) {
	.product-box2 .media-body .product-box2-content {
		text-align: center
	}
}

.product-box2 .media-body .product-box2-content h3 {
	font-size: 20px;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-weight: 500
}

.product-box2 .media-body .product-box2-content h3 a {
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.product-box2 .media-body .product-box2-content h3 a:hover {
	color: #def1ff
}

.product-box2 .media-body .product-box2-content span {
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
	color: #def1ff;
	font-weight: 500
}

.product-box2 .media-body .product-box2-cart {
	margin-top: 30px
}

@media only screen and (max-width: 1199px) {
	.product-box2 .media-body .product-box2-cart {
		margin-top: 54px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.product-box2 .media-body .product-box2-cart {
		margin-top: 10px
	}
}

@media only screen and (max-width: 479px) {
	.product-box2 .media-body .product-box2-cart {
		margin-top: 20px;
		text-align: center
	}
}

.product-box2 .media-body .product-box2-cart li {
	margin: 0 2px 0 0;
	display: inline-block
}

.product-box2 .media-body .product-box2-cart li a {
	line-height: 42px;
	border: 1px solid #1a75bb;
	text-align: center;
	height: 42px;
	padding: 0 20px;
	background: transparent;
	display: block;
	color: #1a75bb;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media(min-width:768px) and (max-width:991px) {
	.product-box2 .media-body .product-box2-cart li a {
		padding: 0 11px
	}
}

@media only screen and (max-width: 320px) {
	.product-box2 .media-body .product-box2-cart li a {
		padding: 0 15px
	}
}

.product-box2 .media-body .product-box2-cart li a i {
	line-height: 42px;
	font-size: 14px
}

.product-box2 .media-body .product-box2-cart li a:hover {
	border: 1px solid #def1ff;
	background: #def1ff;
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.product-box2 .media-body .product-box2-cart li:first-child a {
	border: 1px solid #1a75bb;
	background: #1a75bb;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.product-box2 .media-body .product-box2-cart li:first-child a:hover {
	border: 1px solid #def1ff;
	background: #def1ff;
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.shop-details-page-area {
	padding: 100px 0
}

@media(min-width:992px) and (max-width:1199px) {
	.shop-details-page-area {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.shop-details-page-area {
		padding: 80px 0 52px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.shop-details-page-area {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.shop-details-page-area {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.shop-details-page-area {
		padding: 50px 0
	}
}

@media only screen and (max-width: 767px) {
	.inner-product-details-left {
		text-align: center
	}
}

.inner-product-details-left .tab-content {
	border: 1px solid #1a75bb;
	margin-top: 0
}

@media only screen and (max-width: 767px) {
	.inner-product-details-left .tab-content {
		display: inline-block
	}
}

.inner-product-details-left .tab-content a {
	display: block
}

.inner-product-details-left .tab-content a img {
	width: 100%
}

@media only screen and (max-width: 991px) {
	.inner-product-details-left ul {
		margin-bottom: 30px
	}
}

.inner-product-details-left ul li {
	border: 1px solid transparent;
	width: 29%;
	display: inline-block;
	margin: 16px 17px 0 0
}

@media(min-width:992px) and (max-width:1199px) {
	.inner-product-details-left ul li {
		width: 28%
	}
}

@media(min-width:768px) and (max-width:991px) {
	.inner-product-details-left ul li {
		width: 30%
	}
}

@media only screen and (max-width: 320px) {
	.inner-product-details-left ul li {
		width: 28%
	}
}

.inner-product-details-left ul li a img {
	width: 100%;
	opacity: .5
}

.inner-product-details-left ul li a img:hover {
	opacity: 1
}

.inner-product-details-left ul li:last-child {
	margin: 16px 0 0 0
}

.inner-product-details-left ul li:hover {
	border: 1px solid #1a75bb
}

.inner-product-details-left ul .active {
	border: 1px solid #1a75bb
}

.inner-product-details-left ul .active a img {
	opacity: 1
}

.inner-product-details-right h3 {
	color: #1a75bb;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-size: 30px
}

@media(min-width:992px) and (max-width:1199px) {
	.inner-product-details-right h3 {
		margin-bottom: 15px
	}
}

.inner-product-details-right>ul {
	margin: 0 0 15px
}

.inner-product-details-right>ul li {
	display: inline-block
}

.inner-product-details-right>ul li>i {
	color: #eebe2c
}

.inner-product-details-right .price {
	font-size: 24px;
	font-weight: 600;
	color: #1a75bb;
	margin-bottom: 30px
}

@media(min-width:992px) and (max-width:1199px) {
	.inner-product-details-right .price {
		margin-bottom: 40px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.inner-product-details-right .price {
		margin-bottom: 30px
	}
}

.inner-product-details-right .product-details-content {
	margin-bottom: 30px
}

@media(min-width:992px) and (max-width:1199px) {
	.inner-product-details-right .product-details-content {
		margin-bottom: 24px
	}
}

@media only screen and (max-width: 991px) {
	.inner-product-details-right .product-details-content {
		margin-bottom: 12px
	}
}

.inner-product-details-right .product-details-content>p {
	margin-bottom: 10px;
	color: #757575
}

.inner-product-details-right .product-details-content>p>span {
	color: #212121;
	font-weight: 600;
	text-transform: uppercase
}

.inner-product-details-right .product-details-social {
	margin-bottom: 30px
}

@media(min-width:992px) and (max-width:1199px) {
	.inner-product-details-right .product-details-social {
		margin-bottom: 52px
	}
}

@media only screen and (max-width: 991px) {
	.inner-product-details-right .product-details-social {
		margin-bottom: 20px
	}
}

.inner-product-details-right .product-details-social li {
	display: inline;
	color: #212121;
	font-weight: 600;
	margin-right: 15px
}

.inner-product-details-right .product-details-social li a {
	padding: 0 10px
}

.inner-product-details-right .product-details-social li a i {
	color: #757575;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.inner-product-details-right .product-details-social li a:hover i {
	color: #def1ff
}

.inner-product-details-right .inner-product-details-cart {
	margin-bottom: 0
}

@media only screen and (max-width: 479px) {
	.inner-product-details-right .inner-product-details-cart {
		text-align: center
	}
}

.inner-product-details-right .inner-product-details-cart li {
	vertical-align: top;
	margin: 0 2px 0 0;
	display: inline-block
}

@media only screen and (max-width: 479px) {
	.inner-product-details-right .inner-product-details-cart li {
		margin-bottom: 5px
	}
}

.inner-product-details-right .inner-product-details-cart li a {
	border: 1px solid #1a75bb;
	line-height: 52px;
	text-align: center;
	height: 52px;
	padding: 0 20px;
	background: transparent;
	display: block;
	color: #1a75bb;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media(min-width:768px) and (max-width:1199px) {
	.inner-product-details-right .inner-product-details-cart li a {
		padding: 0 13px
	}
}

.inner-product-details-right .inner-product-details-cart li a i {
	color: #1a75bb;
	line-height: 54px;
	font-size: 14px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.inner-product-details-right .inner-product-details-cart li a:hover {
	border: 1px solid #def1ff;
	background: #def1ff
}

.inner-product-details-right .inner-product-details-cart li .input-group {
	position: relative;
	box-shadow: none
}

.inner-product-details-right .inner-product-details-cart li .input-group .form-control {
	box-shadow: none
}

.inner-product-details-right .inner-product-details-cart li .input-group input {
	border: 0;
	height: 50px;
	width: 100px;
	padding-right: 47px;
	font-size: 20px;
	text-align: center;
	color: #1a75bb
}

@media(min-width:768px) and (max-width:1199px) {
	.inner-product-details-right .inner-product-details-cart li .input-group input {
		width: 81px;
		padding-left: 5px;
		padding-right: 40px
	}
}

.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0
}

.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical .btn-default {
	border: 0
}

.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button {
	display: block;
	border-left: 1px solid #1a75bb !important;
	border-radius: 0 !important;
	background: transparent;
	padding: 4px 12px 3px;
	line-height: 1.3;
	border: 1px solid #1a75bb
}

.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button:last-child {
	border-top: 1px solid #1a75bb
}

.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button i {
	line-height: 1;
	color: #1a75bb
}

.inner-product-details-right .inner-product-details-cart li:first-child {
	background: #1a75bb
}

.inner-product-details-right .inner-product-details-cart li:first-child a {
	color: #fff
}

.inner-product-details-right .inner-product-details-cart li:first-child a:hover {
	color: #1a75bb
}

.inner-product-details-right .inner-product-details-cart li .quantity-holder {
	border: 1px solid #1a75bb
}

.product-details-tab-area {
	margin: 40px 0;
	border: 1px solid #bdbdbd;
	overflow: hidden
}

.product-details-tab-area ul>li {
	margin: -1px;
	display: inline-block;
	padding: 10px 0;
	background: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media only screen and (max-width: 479px) {
	.product-details-tab-area ul>li {
		display: block !important;
		padding: 0
	}
}

.product-details-tab-area ul>li a {
	color: #fff;
	padding: 12px 30px;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media only screen and (max-width: 479px) {
	.product-details-tab-area ul>li a {
		display: block !important
	}
}

.product-details-tab-area ul>li:hover {
	background: transparent
}

.product-details-tab-area ul>li:hover a {
	color: #1a75bb
}

.product-details-tab-area ul .active {
	background: transparent
}

.product-details-tab-area ul .active a {
	color: #1a75bb;
	text-decoration: none
}

.product-details-tab-area .tab-content {
	padding: 10px 35px 15px 35px
}

@media only screen and (max-width: 479px) {
	.product-details-tab-area .tab-content {
		padding: 0 20px 10px
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.product-tags {
		display: none
	}
}

.brand-area {
	padding: 70px 0;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.brand-area .brand-area-box a img {
	width: 100%;
	margin: 0 auto
}

.brand-area .owl-nav {
	margin-top: 0
}

@media only screen and (max-width: 767px) {
	.sidebar {
		margin-top: 30px
	}
}

.sidebar-box {
	margin-bottom: 30px;
	background: #def1ff;
	border: 1px solid #1a75bb;
}

.sidebar-box:last-child {
	margin-bottom: 0
}

.sidebar-box .sidebar-box-inner {
	padding: 30px 25px
}

@media(min-width:768px) and (max-width:1199px) {
	.sidebar-box .sidebar-box-inner {
		padding: 30px 15px
	}
}

.sidebar-categories li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #1a75bb33;
}

.sidebar-categories li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.sidebar-categories li a {
	color: black;
	font-size: 14px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	font-family: var(--nunito-font);
	letter-spacing: 1px;
	font-weight: 600;
}

.sidebar-categories li a:hover {
	color: #1a75bb;
}

.product-tags li {
	display: inline-block;
	margin-bottom: 7px;
	background: #e1e1e1;
	font-weight: 500;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.product-tags li a {
	color: #1a75bb;
	text-transform: capitalize;
	display: block;
	padding: 10px 24px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.product-tags li:hover {
	background: #1a75bb
}

.product-tags li:hover a {
	color: #fff
}

.sidebar-add-area {
	position: relative
}

.sidebar-add-area img {
	width: 100%
}

.sidebar-add-area a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2
}

.price-range-wrapper {
	padding-top: 10px
}

.price-range-wrapper:after {
	clear: both;
	display: block;
	content: ""
}

.price-range-wrapper .price-range-select {
	margin: 20px 0;
	text-align: center
}

.price-range-wrapper .price-range-select:after {
	clear: both;
	display: block;
	content: ""
}

.price-range-wrapper .price-range-select .price-range {
	font-size: 24px;
	color: #1a75bb;
	display: inline-block;
	margin: 0 10px
}

.price-range-wrapper .noUi-connect {
	background: #1a75bb
}

.price-range-wrapper .noUi-horizontal {
	height: 10px
}

.price-range-wrapper .noUi-target {
	border-radius: 0
}

.price-range-wrapper .noUi-horizontal .noUi-handle {
	top: -10px;
	background: #def1ff;
	border: 0;
	box-shadow: none
}

.price-range-wrapper .noUi-handle::after,
.price-range-wrapper .noUi-handle::before {
	left: 16px;
	top: 7px;
	background: #fff
}

.price-range-wrapper .noUi-handle::after {
	left: 19px
}

.sidebar-find-course .form-group:last-child {
	margin-bottom: 0
}

.sidebar-find-course .form-group input {
	border-radius: 0;
	background: #f5f5f5;
	color: #1a75bb;
	border: 0
}

.sidebar-find-course .form-group .select2-selection.select2-selection--single {
	border-radius: 0;
	height: 40px;
	background-image: none;
	border: 1px solid #e5e5e5
}

.sidebar-find-course .course-name input {
	height: 40px;
	border: 1px solid #e5e5e5;
	box-shadow: none
}

.sidebar-find-course .remember-style {
	margin: 25px 0
}

.sidebar-find-course .remember-style span {
	color: #1a75bb;
	margin-right: 15px;
	text-transform: uppercase
}

.sidebar-find-course .remember-style span input {
	margin-right: 10px
}

.sidebar-find-course input.form-control::-webkit-input-placeholder,
.sidebar-find-course textarea.form-control::-webkit-input-placeholder {
	color: #9a9a9a;
	font-style: italic
}

.sidebar-find-course input.form-control::-moz-placeholder,
.sidebar-find-course textarea.form-control::-moz-placeholder {
	color: #9a9a9a;
	font-style: italic
}

.sidebar-find-course input.form-control:-moz-placeholder,
.sidebar-find-course textarea.form-control:-moz-placeholder {
	color: #9a9a9a;
	font-style: italic
}

.sidebar-find-course input.form-control:-ms-input-placeholder,
.sidebar-find-course textarea.form-control:-ms-input-placeholder {
	color: #9a9a9a;
	font-style: italic
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background: 0;
	border: 0;
	margin: 5px 5px 0 0
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	padding: 5px 0 0 10px;
	line-height: inherit;
	font-style: italic;
	color: #9a9a9a
}

.sidebar-course-price span {
	font-size: 40px;
	color: #1a75bb;
	margin-bottom: 20px;
	display: block
}

.sidebar-course-price .enroll-btn {
	margin-bottom: 30px
}

.sidebar-course-reviews h4 {
	color: #1a75bb;
	font-size: 16px;
	position: relative;
	margin-bottom: 10px
}

.sidebar-course-reviews h4 span {
	position: absolute;
	right: 0;
	top: -15px;
	z-index: 1;
	font-size: 36px;
	color: #1a75bb
}

.sidebar-course-reviews ul li {
	display: inline-block;
	color: #def1ff
}

.skill-area {
	position: relative;
	overflow: hidden
}

.skill-area .progress {
	background-color: #f0f0f0;
	border-radius: 0;
	box-shadow: none;
	height: 8px;
	overflow: visible;
	position: relative;
	margin-top: 45px
}

.skill-area .progress .lead {
	color: #1a75bb;
	position: absolute;
	top: -30px;
	font-weight: 500
}

.skill-area .progress:last-child {
	margin-bottom: 0
}

.skill-area .progress>span {
	color: #1a75bb;
	position: absolute;
	right: 0;
	top: -30px
}

.skill-area .progress:nth-child(1) .progress-bar {
	background: #def1ff
}

.skill-area .progress:nth-child(2) .progress-bar {
	background: #def1ff
}

.skill-area .progress:nth-child(3) .progress-bar {
	background: #def1ff
}

.skill-area .progress:nth-child(4) .progress-bar {
	background: #def1ff
}

.skill-area .progress:nth-child(5) .progress-bar {
	background: #def1ff
}

.sidebar-skilled-area ul li {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.sidebar-skilled-area ul li:last-child {
	margin-bottom: 0
}

.sidebar-skilled-area ul li .skilled-img {
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-webkit-flex: 2;
	flex: 2;
	margin-right: 5px
}

.sidebar-skilled-area ul li .skilled-content {
	-webkit-box-flex: 3;
	-moz-flex: 3;
	-webkit-flex: 3;
	flex: 3
}

.sidebar-skilled-area ul li .skilled-content h4 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: .9;
	font-weight: 500
}

.sidebar-skilled-area ul li .skilled-content h4 a {
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.sidebar-skilled-area ul li .skilled-content h4 a:hover {
	color: #212121
}

.sidebar-skilled-area ul li .skilled-content p {
	color: #a2a2a2;
	line-height: 1.2;
	margin-bottom: 0
}

.sidebar-related-area ul li {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.sidebar-related-area ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}

.sidebar-related-area ul li .related-img {
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-webkit-flex: 2;
	flex: 2;
	margin-right: 10px
}

.sidebar-related-area ul li .related-content {
	-webkit-box-flex: 3;
	-moz-flex: 3;
	-webkit-flex: 3;
	flex: 3
}

.sidebar-related-area ul li .related-content h4 {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: .9;
	color: #1a75bb
}

.sidebar-related-area ul li .related-content h4 a {
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.sidebar-related-area ul li .related-content h4 a:hover {
	color: #444
}

.sidebar-related-area ul li .related-content p {
	color: #000;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 0;
	font-weight: 500
}

.sidebar-best-seller-area ul li {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.sidebar-best-seller-area ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}

.sidebar-best-seller-area ul li .related-img {
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-webkit-flex: 2;
	flex: 2;
	margin-right: 10px
}

.sidebar-best-seller-area ul li .related-content {
	-webkit-box-flex: 3;
	-moz-flex: 3;
	-webkit-flex: 3;
	flex: 3
}

.sidebar-best-seller-area ul li .related-content h4 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: .9
}

.sidebar-best-seller-area ul li .related-content h4 a {
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.sidebar-best-seller-area ul li .related-content h4 a:hover {
	color: #def1ff
}

.sidebar-best-seller-area ul li .related-content .rating {
	margin-bottom: 12px
}

.sidebar-best-seller-area ul li .related-content .rating li {
	display: inline;
	border-bottom: 0
}

.sidebar-best-seller-area ul li .related-content .rating li i {
	color: #def1ff
}

.sidebar-best-seller-area ul li .related-content p {
	color: #1a75bb;
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 500
}

.sidebar-question-form .form-group:last-child {
	margin-bottom: 0
}

.sidebar-question-form .form-group input {
	border-radius: 0;
	background: #f5f5f5;
	color: #1a75bb;
	height: 40px;
	border: 1px solid #e5e5e5;
	box-shadow: none
}

.sidebar-question-form .form-group textarea {
	border-radius: 0;
	background: #f5f5f5;
	color: #1a75bb;
	border: 1px solid #e5e5e5;
	box-shadow: none
}

.sidebar-question-form .form-response .alert-info {
	background: transparent;
	border: 0;
	color: #fff;
	letter-spacing: 2px
}

.sidebar-question-form .form-response .alert-success {
	background-color: transparent;
	color: #05e42a;
	letter-spacing: 1px;
	border-color: transparent;
	font-weight: 500
}

@media only screen and (max-width: 479px) {
	.sidebar-question-form .form-response .alert-success {
		letter-spacing: 0
	}
}

.sidebar-question-form .form-response .alert {
	border-radius: 0;
	padding: 15px 0;
	margin-bottom: 0;
	margin-top: 15px
}

.sidebar-latest-research-area ul li {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 25px;
	padding-bottom: 22px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.sidebar-latest-research-area ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}

.sidebar-latest-research-area ul li .latest-research-img {
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-webkit-flex: 2;
	flex: 2;
	margin-right: 10px
}

.sidebar-latest-research-area ul li .latest-research-img a img {
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.sidebar-latest-research-area ul li .latest-research-img a:hover img {
	opacity: .7;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.sidebar-latest-research-area ul li .latest-research-content {
	-webkit-box-flex: 3;
	-moz-flex: 3;
	-webkit-flex: 3;
	flex: 3
}

.sidebar-latest-research-area ul li .latest-research-content h4 {
	font-size: 12px;
	margin-bottom: 6px;
	line-height: .9;
	font-weight: 500;
	background: #1a75bb;
	color: #fff;
	padding: 7px 10px 5px;
	display: inline-block
}

.sidebar-latest-research-area ul li .latest-research-content p {
	line-height: 1.2;
	margin-bottom: 0
}

.faq-page-area {
	padding: 100px 0 60px
}

@media(min-width:992px) and (max-width:1199px) {
	.faq-page-area {
		padding: 90px 0 50px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.faq-page-area {
		padding: 80px 0 40px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.faq-page-area {
		padding: 70px 0 30px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.faq-page-area {
		padding: 60px 0 20px
	}
}

@media only screen and (max-width: 320px) {
	.faq-page-area {
		padding: 50px 0 10px
	}
}

.faq-box-wrapper {
	margin-bottom: 20px
}

.faq-box-wrapper .faq-box-item .panel-heading {
	border-radius: 0;
	padding: 0;
	color: #1a75bb
}

.faq-box-wrapper .faq-box-item .faq-box-title h3 {
	margin-bottom: 0;
	position: relative;
	font-size: 18px
}

.faq-box-wrapper .faq-box-item .faq-box-title h3 a {
	display: block;
	position: relative;
	padding: 15px 10px 15px 60px;
	color: #1a75bb
}

.faq-box-wrapper .faq-box-item .faq-box-title h3 a span {
	position: absolute;
	left: 10px;
	top: 8px;
	z-index: 1;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	background: #def1ff;
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.faq-box-wrapper .faq-box-item .faq-box-title h3 a:before {
	content: "\f0fe";
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 15px;
	color: #def1ff;
	font-family: FontAwesome
}

.faq-box-wrapper .faq-box-item .faq-box-body {
	background: #1a75bb;
	color: #fff;
	padding: 20px 35px 5px
}

.faq-box-wrapper .faq-box-item .active {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.faq-box-wrapper .faq-box-item .active .faq-box-title h3 a:before {
	content: "\f146";
	color: #1a75bb
}

.faq-box-wrapper .faq-box-item .active .faq-box-title h3 a span {
	background: #fff
}

.error-page-area {
	padding: 100px 0;
	background: #def1ff;
	text-align: center
}

@media(min-width:992px) and (max-width:1199px) {
	.error-page-area {
		padding: 90px 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.error-page-area {
		padding: 80px 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.error-page-area {
		padding: 70px 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.error-page-area {
		padding: 60px 0
	}
}

@media only screen and (max-width: 320px) {
	.error-page-area {
		padding: 50px 0
	}
}

.error-page-area .error-top {
	margin-bottom: 55px
}

.error-page-area .error-top img {
	display: inline-block
}

.error-page-area .error-bottom h2 {
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 30px;
	color: #000
}

@media only screen and (max-width: 479px) {
	.error-page-area .error-bottom h2 {
		font-size: 20px;
		margin-bottom: 20px
	}
}

.error-page-area .error-bottom p {
	color: #634e00;
	font-size: 18px;
	margin-bottom: 40px
}

.contact-us-page1-area {
	padding: 90px 0 0
}

@media(min-width:992px) and (max-width:1199px) {
	.contact-us-page1-area {
		padding: 80px 0 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.contact-us-page1-area {
		padding: 70px 0 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.contact-us-page1-area {
		padding: 60px 0 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.contact-us-page1-area {
		padding: 50px 0 0
	}
}

@media only screen and (max-width: 320px) {
	.contact-us-page1-area {
		padding: 40px 0 0
	}
}

@media only screen and (max-width: 767px) {
	.contact-us-info1 {
		margin-bottom: 30px
	}
}

.contact-us-info1 h2 {
	font-size: 24px;
	color: #212121;
	text-transform: uppercase
}

.contact-us-info1 ul {
	margin-top: 11px;
	border: 1px solid #bdbdbd
}

.contact-us-info1 ul>li {
	padding: 15px 0 8px 30px;
	position: relative;
	border-bottom: 1px solid #bdbdbd
}

@media only screen and (max-width: 1199px) {
	.contact-us-info1 ul>li {
		padding: 13px 0 6px 30px
	}
}

@media only screen and (max-width: 991px) {
	.contact-us-info1 ul>li {
		padding: 15px 0 6px 12px
	}
}

@media only screen and (max-width: 767px) {
	.contact-us-info1 ul>li {
		padding: 13px 0 4px 30px
	}
}

.contact-us-info1 ul>li:last-child {
	border-bottom: 0
}

.contact-us-info1 ul>li i {
	color: #1a75bb;
	position: absolute;
	z-index: 1;
	right: 30px;
	top: 40px;
	font-size: 24px
}

@media only screen and (max-width: 991px) {
	.contact-us-info1 ul>li i {
		top: 20px
	}
}

.contact-us-info1 ul>li h3 {
	text-transform: capitalize;
	color: #111;
	font-size: 20px;
	margin-bottom: 5px
}

.contact-us-info1 ul>li .contact-social {
	margin-bottom: 10px;
	border: 0
}

@media only screen and (max-width: 767px) {
	.contact-us-info1 ul>li .contact-social {
		margin-bottom: 20px
	}
}

.contact-us-info1 ul>li .contact-social li {
	display: inline;
	margin-right: 15px;
	padding: 0;
	border: 0
}

@media only screen and (max-width: 1199px) {
	.contact-us-info1 ul>li .contact-social li {
		margin-right: 7px
	}
}

@media only screen and (max-width: 1199px) {
	.contact-us-info1 ul>li .contact-social li {
		margin-right: 0
	}
}

@media only screen and (max-width: 991px) {
	.contact-us-info1 ul>li .contact-social li {
		margin-right: 2px
	}
}

.contact-us-info1 ul>li .contact-social li a {
	background: transparent;
	border: 1px solid #1a75bb;
	height: 35px;
	width: 35px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media only screen and (max-width: 991px) {
	.contact-us-info1 ul>li .contact-social li a {
		height: 28px;
		width: 28px;
		line-height: 28px
	}
}

.contact-us-info1 ul>li .contact-social li a i {
	font-size: 20px;
	position: inherit;
	color: #1a75bb;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

@media only screen and (max-width: 991px) {
	.contact-us-info1 ul>li .contact-social li a i {
		font-size: 16px
	}
}

.contact-us-info1 ul>li .contact-social li:hover a {
	border: 1px solid #1a75bb;
	background: #1a75bb
}

.contact-us-info1 ul>li .contact-social li:hover a i {
	color: #fff
}

.contact-form1 .form-group {
	margin-bottom: 25px
}

.contact-form1 .form-group .form-control {
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	border: 1px solid #bdbdbd
}

.contact-form1 .form-group input {
	height: 45px
}

.contact-form1 .form-response .alert-info {
	background: transparent;
	border: 0;
	color: #a8a7a7;
	letter-spacing: 5px
}

.contact-form1 .form-response .alert-success {
	background-color: transparent;
	color: #00082e;
	letter-spacing: 4px;
	border-color: transparent;
	font-weight: 500
}

@media only screen and (max-width: 479px) {
	.contact-form1 .form-response .alert-success {
		letter-spacing: 1px
	}
}

.contact-form1 .form-response .alert {
	border-radius: 0;
	padding: 15px 0
}

.google-map-area {
	margin-top: 100px
}

@media(min-width:992px) and (max-width:1199px) {
	.google-map-area {
		margin-top: 90px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.google-map-area {
		margin-top: 80px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.google-map-area {
		margin-top: 70px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.google-map-area {
		margin-top: 60px
	}
}

@media only screen and (max-width: 320px) {
	.google-map-area {
		margin-top: 50px
	}
}

.contact-us-page2-area {
	padding: 88px 0 0
}

@media(min-width:992px) and (max-width:1199px) {
	.contact-us-page2-area {
		padding: 78px 0 0
	}
}

@media(min-width:768px) and (max-width:991px) {
	.contact-us-page2-area {
		padding: 68px 0 0
	}
}

@media(min-width:480px) and (max-width:767px) {
	.contact-us-page2-area {
		padding: 58px 0 0
	}
}

@media(min-width:321px) and (max-width:479px) {
	.contact-us-page2-area {
		padding: 48px 0 0
	}
}

@media only screen and (max-width: 320px) {
	.contact-us-page2-area {
		padding: 38px 0 0
	}
}

@media only screen and (max-width: 767px) {
	.contact-us-info2 {
		margin-bottom: 30px
	}
}

.contact-us-info2 ul {
	margin-top: 10px
}

.contact-us-info2 ul li {
	position: relative;
	padding: 25px 0 25px 70px;
	border: 1px solid #e6e6e6;
	font-size: 18px;
	color: #1a75bb;
	margin-bottom: 30px
}

.contact-us-info2 ul li:last-child {
	margin-bottom: 0
}

@media only screen and (max-width: 1199px) {
	.contact-us-info2 ul li {
		margin-bottom: 17px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.contact-us-info2 ul li {
		padding: 25px 0 25px 40px
	}
}

.contact-us-info2 ul li i {
	position: absolute;
	left: 23px;
	top: 22px;
	z-index: 1;
	color: #def1ff;
	font-size: 30px
}

@media(min-width:768px) and (max-width:991px) {
	.contact-us-info2 ul li i {
		left: 6px;
		top: 24px
	}
}

.contact-form2 .form-group {
	margin-bottom: 25px
}

.contact-form2 .form-group .form-control {
	border-radius: 0;
	background: #f1f1f1;
	box-shadow: none;
	border: 0
}

.contact-form2 .form-group input {
	height: 45px;
	color: #1a75bb
}

.contact-form2 .form-group textarea {
	height: 178px
}

.contact-form2 .form-response .alert-info {
	background: transparent;
	border: 0;
	color: #a8a7a7;
	letter-spacing: 5px
}

.contact-form2 .form-response .alert-success {
	background-color: transparent;
	color: #00082e;
	letter-spacing: 4px;
	border-color: transparent;
	font-weight: 500
}

@media only screen and (max-width: 479px) {
	.contact-form2 .form-response .alert-success {
		letter-spacing: 1px
	}
}

.contact-form2 .form-response .alert {
	border-radius: 0;
	padding: 15px 0
}

.footer-area-top {
	padding-top: 4%;
	/*background: #1a75bb;*/
	background: #1a75bb;
}

@media(min-width:992px) and (max-width:1199px) {
	.footer-area-top {
		padding: 82px 0 40px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.footer-area-top {
		padding: 72px 0 40px
	}
}

@media(min-width:480px) and (max-width:767px) {
	.footer-area-top {
		padding: 62px 0 35px
	}
}

@media(min-width:321px) and (max-width:479px) {
	.footer-area-top {
		padding: 52px 0 20px
	}
}

@media only screen and (max-width: 320px) {
	.footer-area-top {
		padding: 42px 0 10px
	}
}

.footer-area-top p {
	color: #f5f5f5
}

.footer-area-top h3 {
	font-size: 20px;
	font-family: var(--jost-font);
	color: #fff;
	font-weight: 600;
}

.footer-area-top .footer-about {
	margin: 20px 0 35px
}

.footer-area-top .footer-about p {
	font-size: 16px
}

.footer-area-top .featured-links {
	margin-bottom: 50px
}

.footer-area-top .featured-links>li {
	display: inline-block
}

.footer-area-top .featured-links>li:first-child {
	margin-right: 30px
}

@media(min-width:992px) and (max-width:1199px) {
	.footer-area-top .featured-links>li:first-child {
		margin-right: 10px
	}
}

.footer-area-top .featured-links>li ul li {
	margin-bottom: 12px;
	position: relative;
	padding-left: 15px;
	font-size: 16px
}

.footer-area-top .featured-links>li ul li:before {
	content: "\f105";
	position: absolute;
	left: 0;
	font-family: FontAwesome;
	color: #def1ff;
	top: 0
}

.footer-area-top .featured-links>li ul li a {
	color: #f5f5f5;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.footer-area-top .featured-links>li ul li a:hover {
	color: #def1ff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.footer-area-top .corporate-address {
	margin-bottom: 30px
}

.footer-area-top .corporate-address li {
	margin-bottom: 10px;
	color: #f5f5f5;
	position: relative;
	padding-left: 30px;
	font-size: 16px
}

.footer-area-top .corporate-address li i {
	color: #8bc43f;
	padding-right: 15px;
	position: absolute;
	left: 0;
	top: 7px;
	z-index: 1;
	font-size: 14px
}

.footer-area-top .corporate-address li a {
	color: #f5f5f5;
	font-family: var(--jost-font);
	font-size: 18px;
	font-weight: 500;
}

.footer-area-top .corporate-address li:last-child {
	margin-bottom: 0
}

.footer-area-top .newsletter-area .stylish-input-group {
	border: 0;
	padding: 0
}

.footer-area-top .newsletter-area .stylish-input-group .form-control {
	border: 0;
	box-shadow: 0;
	border-radius: 0;
	text-transform: lowercase;
	color: #717a7f;
	height: 42px;
	font-size: 13px;
	background-color: rgba(0, 8, 46, 0.3)
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button {
	border: 0;
	padding: 13px 17px 14px 17px;
	background-color: rgba(0, 8, 46, 0.3);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button i {
	color: #def1ff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button:hover {
	background: #def1ff
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button:hover i {
	color: #1a75bb
}

.footer-area-top .footer-social li {
	display: inline-block;
	margin-right: 5px
}

@media(min-width:992px) and (max-width:1199px) {
	.footer-area-top .footer-social li {
		margin-right: 2px
	}
}

.footer-area-top .footer-social li a {
	width: 30px;
	height: 30px;
	border: 1px solid #2b5788;
	display: block;
	text-align: center;
	line-height: 27px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.footer-area-top .footer-social li a i {
	color: #b3b3b3;
	font-size: 13px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.footer-area-top .footer-social li a:hover {
	border: 1px solid #def1ff;
	background: #def1ff
}

.footer-area-top .footer-social li a:hover i {
	color: #1a75bb
}

.footer-area-top .footer-social li:last-child {
	margin-right: 0
}

.footer-area-top .flickr-photos li {
	display: inline-block;
	width: 32%;
	margin-bottom: -2px
}

.footer-area-top .flickr-photos li img:hover {
	opacity: .5;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.footer-area-bottom {
	/*background: #001a39;*/
	background: #1a75bb;
	padding: 10px 0 0;
	text-transform: capitalize;
	font-size: 14px;

	position: relative;
	border-top: 1px solid #8bc43f;
}

@media only screen and (max-width: 767px) {
	.footer-area-bottom {
		text-align: center;
		padding: 17px 0
	}
}

.footer-area-bottom p {
	color: #8bc43f;
}

@media only screen and (max-width: 767px) {
	.footer-area-bottom p {
		margin-bottom: 10px
	}
}

.footer-area-bottom p a {
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.footer-area-bottom p a:hover {
	color: #def1ff
}

.footer-area-bottom .payment-method {
	text-align: right
}

@media only screen and (max-width: 767px) {
	.footer-area-bottom .payment-method {
		text-align: center
	}
}

.footer-area-bottom .payment-method li {
	display: inline-block
}

.registration-page-area {
	padding: 88px 0 100px
}

.registration-page-area .registration-details-area label {
	letter-spacing: 1px;
	color: #333;
	font-weight: 400;
	margin-bottom: 10px
}

.registration-page-area .registration-details-area input {
	height: 40px;
	border: 1px solid #dcdcdc;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 10px;
	background: #f9f9f9
}

.registration-page-area .registration-details-area textarea {
	border: 1px solid #dcdcdc;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 10px;
	background: #f9f9f9
}

.registration-page-area .registration-details-area span {
	color: #333;
	text-transform: capitalize;
	letter-spacing: 1px
}

.registration-page-area .registration-details-area span input {
	height: inherit;
	margin-right: 10px
}

.registration-page-area .registration-details-area .custom-select select {
	width: 100%;
	height: 40px
}

.registration-page-area .pLace-order {
	text-align: left
}

.registration-page-area .select2-container .select2-selection--single {
	height: 40px
}

.registration-page-area .select2-container--classic .select2-selection--single {
	background-color: #f9f9f9;
	background-image: none;
	border-radius: 0;
	border: 1px solid #dcdcdc
}

.registration-page-area .select2-container--classic .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	font-style: normal;
	padding: 0 0 0 10px
}

.registration-page-area .select2-container--classic .select2-selection--single .select2-selection__arrow {
	top: 7px;
	background-color: transparent;
	background-image: none;
	border-style: none;
	right: 5px;
	margin: 1px 5px 0 0
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #1a75bb;
	color: #fff
}

.select2-container--classic .select2-dropdown {
	border: 1px solid #1a75bb !important
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #1a75bb;
	z-index: 8
}

.profile-title {
	border: 1px solid #d7d7d7;
	background: #fff
}

.profile-title li {
	border-bottom: 1px solid #d7d7d7
}

.profile-title li:last-child {
	border-bottom: 0
}

.profile-title li a {
	padding: 10px 10px 10px 30px;
	position: relative;
	display: block;
	color: #707070;
	font-size: 14px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.profile-title li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
	color: #444;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	z-index: 1;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.profile-title .active a {
	color: #37474f
}

.profile-title .active a:before {
	color: #1a75bb
}

.profile-title .active a:after {
	background: #1a75bb;
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.profile-title-inner {
	margin: 0 0 30px 0
}

.profile-title-inner li {
	display: inline-block;
	margin-right: 10px;
	font-weight: 400;
	font-size: 18px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.profile-title-inner li a {
	padding: 5px 20px;
	color: #1a75bb;
	display: inline-block
}

.profile-title-inner li:last-child {
	margin-right: 0
}

.profile-title-inner li:hover {
	background: #def1ff
}

.profile-title-inner .active {
	background: #def1ff
}

.profile-details {
	padding: 30px;
	background-color: #fff;
	margin-top: 0
}

.profile-details .personal-info .form-group {
	margin-bottom: 15px
}

.profile-details .personal-info .select2-container--classic .select2-selection--single .select2-selection__rendered {
	font-style: normal;
	line-height: 30px
}

.profile-details .personal-info .select2-container--classic .select2-selection--single .select2-selection__arrow b {
	top: 35%
}

.profile-details .personal-info .view-all-accent-btn {
	width: 160px
}

.profile-details .personal-info .control-label {
	text-align: left;
	color: #444;
	font-weight: 400
}

.profile-details .personal-info .form-control {
	height: 40px;
	background: #f9f9f9;
	border: 1px solid #dcdcdc;
	box-shadow: none
}

.profile-details .personal-info .form-control:focus {
	box-shadow: none
}

.profile-details .course-info img {
	margin-bottom: 20px
}

.profile-details .course-info h3 {
	font-size: 20px
}

.profile-details .course-info .skill-area .progress {
	margin-top: 30px;
	width: 100%;
	height: 10px
}

.profile-details .select2-container .select2-selection--single {
	height: 40px
}

.profile-details .select2-container--classic .select2-selection--single {
	background-color: #f9f9f9;
	background-image: none;
	border-radius: 0;
	border: 1px solid #dcdcdc
}

.profile-details .select2-container--classic .select2-selection--single .select2-selection__rendered {
	line-height: 40px
}

.profile-details .select2-container--classic .select2-selection--single .select2-selection__arrow {
	top: 7px;
	background-color: transparent;
	background-image: none;
	border-style: none;
	right: 5px
}

.profile-details .select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #707070
}

.profile-details .custom-select {
	margin-bottom: 0
}

.profile-details .public-profile-content img {
	margin-bottom: 15px
}

.profile-details .public-profile-content .file-title {
	margin-bottom: 10px
}

.profile-details .public-profile-content .file-upload-area {
	margin-bottom: 15px;
	padding: 8px;
	border: 1px solid #dcdcdc;
	background: #f9f9f9;
	color: #707070
}

.profile-details .public-profile-content .file-upload-area a {
	margin-right: 15px;
	padding: 5px 10px;
	color: #444;
	background: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.profile-details .public-profile-content .file-upload-area a:hover {
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2)
}

.admission {
	/*background-color:#1a75bb;*/
	/*background-color:#1a75bb;*/
	text-align: center;

	margin-top: 13%;
	cursor: pointer;
}

.admission span {
	color: #fff;

	font-size: 14px;

}

.admission span a {
	color: #def1ff;
}

.admission span a:hover {
	color: #fff;
}

.admission h5 {
	color: #fff;
	padding: 10px 10px;
	font-size: 15px;

}

.admission h4 {
	color: #fff;
	margin: 40px;
	margin-bottom: 0px;
	padding-bottom: 0px !important;
	padding: 7px 10px;
	font-size: 15px;

}

.admission h3 {
	color: #fff;
	margin: 40px;
	padding-bottom: 0px;
	padding: 0px 10px;
	font-size: 20px;

}

.trust-list li {

	color: #444;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	text-align: justify;
}

.trust-list li:before {

	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;

	content: '\f006';
	font-family: 'FontAwesome';
	float: left;
	color: #1a75bb;
	font-size: 18px;
	height: 15px;
	text-align: center;
	width: 25px;
}

/*Vertical Tabs*/
.mdl-tabs__panel {
	display: none;
}

.vertical-mdl-tabs {
	margin-top: 30px;
}

.vertical-mdl-tabs .mdl-tabs__tab-bar {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 35px;
	height: inherit;
	border-bottom: none;
	border-right: 1px solid rgba(10, 11, 49, 0.20);
}

.vertical-mdl-tabs .mdl-tabs__tab {
	width: 100%;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;

}

.vertical-mdl-tabs .mdl-tabs__tab:hover {
	background: rgba(158, 158, 158, 0.34);
	color: black;
}

.vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active {
	border-right: 3px solid #1a75bb;
}

.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
	content: inherit;
	height: 0;
}

.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active,
.mdl-tabs__panel {
	padding: 0 30px;
}

.vertical-mdl-tabs.mdl-tabs .mdl-tabs__tab {
	text-align: left;
}

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

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
	color: #E21549;
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn-vertical>li {

	margin: -1px;
	background: transparent;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

h4 span,
p span {
	font-size: 20px;

	font-weight: 700;

	color: #8bc43f;

}

.studies_sec {

	box-shadow: 0 0 11px rgba(33, 33, 33, .2);
	background-size: cover;
	background-repeat: no-repeat;
}

.studies_sec h2 {

	font-size: 36px;
	line-height: 1.2;
	letter-spacing: 0.025em;
	color: #ffffff;
	font-weight: 500;
}

.title_line {
	position: relative;
	display: inline-block;
}

.studies_sec .study_ug,
.studies_sec .study_pg {
	margin-top: 0;
}

.studies_sec .course-box {
	cursor: pointer;
	width: 23%;
	margin-right: 2%;
	float: left;
	display: table;
	min-height: 60px;
	position: relative;
	margin-top: 2%;
}

.studies_sec h3 {
	font-family: var(--jost-font);
	font-size: 100px;
	line-height: 1.3;
	letter-spacing: 0.04em;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding-bottom: 15px;

}

.studies_sec p {
	font-family: var(--jost-font);
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;

}

.studies_sec h3::before {
	content: "";
	height: 2px;
	width: 70px;
	background: #def1ff;
	position: absolute;
	left: 0;
	margin: 0 auto;
	right: 0;
	bottom: 0;
	z-index: 3;
}



.studies_sec p:hover {
	color: #8bc43f;
}

.studies_sec .course-box span {
	display: inline-block;
	width: 100px;
	height: 100px;


	left: 0;
	top: 6px;
}

#desktop-nav .home {
	font-size: 28px;
}

.research-box2 h4 {
	margin-left: 10%;
}

.research-img-holder .margin-auto {
	margin: auto;
}

.course-details-inner .margin-left {
	margin-left: 8%;
}

.course-details-inner .margin-bottom {
	margin-bottom: 5%;
}

.featured-box2 h5 a {
	font-size: 18px;
	font-weight: 500;
	color: #1a75bb;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.featured-box2:hover h5 a {
	color: #def1ff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.featured-box2 h5 a:hover {
	color: #8bc43f !important;
}

.admission .img-50 {
	margin-left: 10%;
	margin-top: 2%;
	float: left;
}

.margin-10 {
	margin: 10% 0;
}

.width-80 {
	width: 80%;
	margin: auto;
}

.margin-top5 {
	margin-top: 5%;
}

.login {
	box-shadow: 0 0 11px rgba(33, 33, 33, .2);
	margin: 10% 0;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.eligibility h4 {
	font-weight: 700;
}

.eligibility h5 {
	font-weight: 700;
	font-style: italic;
	color: rgb(32, 73, 125);
}

.eligibility .headline {
	text-align: center;
	background-color: darkgray;
}

.eligibility .headline h3 {
	font-weight: 700;
	text-transform: uppercase;
}

.download-ghost-btn {
	text-align: center;
	color: #fff;
	padding: 8px 8px;
	background: #1a75bb;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	border: 2px solid #def1ff;
}

.download-ghost-btn:hover {
	background: #def1ff;
	color: #1a75bb
}

@media(min-width:770px) and (max-width:1024px) {
	nav#desktop-nav ul li {
		font-size: 10px;
		padding: 5px;
	}

	.header2-area nav#desktop-nav>ul>li>a {
		padding: 0px;
	}
}

@media(min-width:1025px) and (max-width:1120px) {
	nav#desktop-nav ul li {
		font-size: 12px;
		padding: 5px;
	}

	.header2-area nav#desktop-nav>ul>li>a {
		padding: 0px;
	}
}

@media(min-width:1121px) and (max-width:1200px) {
	nav#desktop-nav ul li {
		font-size: 14px;
		padding: 5px;
	}

	.header2-area nav#desktop-nav>ul>li>a {
		padding: 0px;
	}
}

.lecturers1-item-wrapper {
	text-align: center;
	height: 370px;
}

.float11 .human-heart img {
	display: none;
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li a {
	padding: 19px !important;
	font-family: var(--jost-font);

}

.para-width {
	padding: 3%;
}



@media (min-width: 768px) {
	.para-width {
		padding: 3%;
	}
}

.submenu {
	margin-left: 30px;
}

.submenu a {
	font-size: 13px;
}







.nav-container {
	padding-left: 3%;
	padding-right: 3%;
}

.fuild-padding {
	padding-left: 3%;
	padding-right: 3%;
}

#desktop-nav {
	padding: 5px;
}

.pl-3 {
	padding-left: 3%;
}

.pr-3 {
	padding-right: 3%;
}

.pt-3 {
	padding-top: 3%;
}

.pb-3 {
	padding-bottom: 3%;
}


.pl-2 {
	padding-left: 2%;
}

.pr-2 {
	padding-right: 2%;
}

.pt-2 {
	padding-top: 2%;
}

.pb-2 {
	padding-bottom: 2%;
}


.pl-4 {
	padding-left: 4%;
}

.pr-4 {
	padding-right: 4%;
}

.pt-4 {
	padding-top: 4%;
}

.pb-4 {
	padding-bottom: 4%;
}

.pl-5 {
	padding-left: 5%;
}

.pr-5 {
	padding-right: 5%;
}

.pt-5 {
	padding-top: 5%;
}

.pb-5 {
	padding-bottom: 5%;
}

.pl-6 {
	padding-left: 6%;
}

.pr-6 {
	padding-right: 6%;
}

.pt-6 {
	padding-top: 6%;
}

.pb-6 {
	padding-bottom: 6%;
}

.login-title {
	font-size: 25px;
	text-align: center;
	font-weight: 600;
	font-family: 'Jost';
	color: #1a75bb;
}

.event-content-holder p span {
	font-weight: 500;
	font-family: var(--jost-font);
	font-size: 19px;
	text-transform: uppercase;
}

.auerc-logo-img {
	height: 155px;
	padding: 10px;
}

.gallery-area-section .container-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.gallery-image-box {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.para-content {
	font-size: 17px;
	font-family: var(--Lato-font);
	line-height: 32px;
	text-align: justify;
	font-weight: 600;
	padding: 2px 5px;
}

.gallery-tittle {
	font-family: var(--jost-font);
	text-align: center;
	padding-top: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #1a75bb;
}

.gallery-image-box .content-box {
	padding-bottom: 20px;
}

.gallery-image-box .content-box img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.gallery-image-box .item-box {
	margin-bottom: 20px;
}

.gallery-btn button {
	font-size: 18px;
	font-family: var(--jost-font);
	background-color: #1a75bb;
	color: white;
	font-weight: 500;
	border: none;
	border-radius: 3px;
	padding: 5px 17px;
}

.gallery-btn button:hover {
	background-color: white;
	color: #1a75bb;
	border: 2px solid #1a75bb;
	transition: 0.5s;
}

.other-institutes-section {
	margin-bottom: 25%;
}

/* ==========================================================================
   ANNOUNCEMENTS TICKER  —  sits directly under the hero slider
   --------------------------------------------------------------------------
   SPEED:  change --marquee-duration below.  Higher number = slower scroll.
           60s is a comfortable reading pace; 40s is brisk; 90s is very slow.
   The track holds two identical copies of the list (the second is cloned by
   the small script in index.html), and slides exactly one copy width, which
   is what makes the loop seamless with no empty gap.
   ========================================================================== */

.marquee-container {
	--marquee-duration: 60s;
	position: relative;
	display: flex;
	align-items: stretch;
	width: 100%;
	overflow: hidden;
	background: linear-gradient(120deg, #16345a 0%, #1a75bb 58%, #2088d6 100%);
	box-shadow: 0 8px 22px rgba(22, 52, 90, 0.28);
	border: 0;
}

/* Subtle diagonal sheen so the bar doesn't read as a flat block */
.marquee-container::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(115deg,
			rgba(255, 255, 255, 0.05) 0px,
			rgba(255, 255, 255, 0.05) 2px,
			transparent 2px,
			transparent 9px);
	pointer-events: none;
	z-index: 1;
}

/* ---------- Fixed "Announcements" badge on the left ---------- */
.marquee-label {
	position: relative;
	z-index: 3;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 17px 42px 17px 26px;
	background: linear-gradient(135deg, #def1ff 0%, #a9d6f5 100%);
	color: #0f4d7f;
	font-family: var(--jost-font);
	font-size: 13.5px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	white-space: nowrap;
	clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}

.marquee-label__pulse {
	flex: 0 0 auto;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	/* brand blue, since the badge behind it is now light rather than green */
	background: #1a75bb;
	animation: marquee-pulse 2.2s ease-out infinite;
}

@keyframes marquee-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(26, 117, 187, 0.9);
	}

	70% {
		box-shadow: 0 0 0 13px rgba(26, 117, 187, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(26, 117, 187, 0);
	}
}

/* ---------- Scrolling area ---------- */
.marquee-viewport {
	position: relative;
	z-index: 2;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	overflow: hidden;
	/* Text fades out at both ends instead of being hard-clipped */
	-webkit-mask-image: linear-gradient(to right, transparent 0, #000 64px, #000 calc(100% - 64px), transparent 100%);
	mask-image: linear-gradient(to right, transparent 0, #000 64px, #000 calc(100% - 64px), transparent 100%);
}

.marquee-track {
	display: flex;
	width: max-content;
}

/* Animation only runs once the second copy exists, so a JS failure
   leaves a readable static list rather than a half-width jump. */
.marquee-track.is-looped {
	animation: marquee-scroll var(--marquee-duration) linear infinite;
}

@keyframes marquee-scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

/* Pause while reading, and while tabbing through the links */
.marquee-container:hover .marquee-track.is-looped,
.marquee-container:focus-within .marquee-track.is-looped {
	animation-play-state: paused;
}

.marquee-text {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

/* ---------- One announcement ---------- */
.marquee-text>span {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin: 0;
	padding: 18px 34px;
	font-family: var(--jost-font);
	font-size: 15.5px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	white-space: nowrap;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

/* Small pale-blue diamond separating each item */
.marquee-text>span::after {
	content: "";
	position: absolute;
	right: -4px;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -3.5px;
	background: #def1ff;
	transform: rotate(45deg);
	box-shadow: 0 0 8px rgba(222, 241, 255, 0.7);
}

/* ---------- View More pill ---------- */
.view-more-btn {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 6px 17px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.28s ease, border-color 0.28s ease,
		color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.view-more-btn:hover,
.view-more-btn:focus-visible {
	background: #def1ff;
	border-color: #def1ff;
	color: #0f4d7f;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 7px 16px rgba(0, 0, 0, 0.3);
}

.view-more-btn:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
	.marquee-container {
		--marquee-duration: 48s;
	}

	.marquee-label {
		padding: 14px 34px 14px 18px;
		font-size: 12px;
		letter-spacing: 0.12em;
	}

	.marquee-text>span {
		padding: 15px 26px;
		font-size: 14.5px;
	}
}

@media (max-width: 575px) {
	.marquee-container {
		--marquee-duration: 36s;
	}

	/* Badge collapses to just the pulsing dot to save width */
	.marquee-label {
		padding: 12px 26px 12px 14px;
		clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
	}

	.marquee-label__text {
		display: none;
	}

	.marquee-text>span {
		padding: 13px 20px;
		font-size: 13.5px;
		gap: 10px;
	}

	.view-more-btn {
		padding: 5px 13px;
		font-size: 11px;
	}

	.marquee-viewport {
		-webkit-mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
		mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
	}
}

/* ---------- Respect reduced-motion preferences ---------- */
@media (prefers-reduced-motion: reduce) {

	.marquee-track.is-looped,
	.marquee-label__pulse {
		animation: none;
	}

	.marquee-viewport {
		overflow-x: auto;
	}
}

.tab-pane p {
	font-size: 15px;
	font-family: var(--nunito-font);
	color: black;
	font-weight: 500;
	line-height: 35px;
	letter-spacing: 0.4px;
}

.tab-pane .event-content h2 {
	font-size: 16px;
	font-family: 'Jost';
	font-weight: 600;
	color: black;
	letter-spacing: 0.5px;
}

.tab-pane .event-content img {
	margin-bottom: 6%;
	border-radius: 12px;
	height: 300px;
}

.event-content {
	padding-bottom: 3%;
}

.event-inner-contets-wrap {
	display: flex;
	flex-wrap: wrap;
}

.symposam-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-right: 5%;
	padding-left: 5%;
}

.symposam-content h2 {
	font-size: 19px;
	font-family: 'Jost';
	color: black;
	letter-spacing: 0.6px;
	font-weight: 600;
}

.symposam-container {
	display: flex;
	justify-content: center;
}

.symposam-content img {
	margin-bottom: 4%;
}

.course-details-inner p {
	text-align: justify;
	font-size: 15px;
	color: black;
	font-family: 'Nunito';
	line-height: 32px;
	font-weight: 500;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	font-size: 14px;
	text-align: justify;
	line-height: 35px;
	font-weight: 600;
	color: black;
	letter-spacing: 0.4px;
	font-family: var(--nunito-font);
}

.testimonal-container {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	flex-direction: column;
	width: 33%;
}

.testimonal-container .testimonal {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #def1ff;
	border: 3px solid #337ab7;
	border-radius: 25px;
	padding: 4%;
	margin-right: 20px;
	margin-bottom: 20px;
}

.testimonal-container .testimonal .testi-img {
	padding-bottom: 3%;
}

.testimonal-container .testimonal .testi-img img {
	width: 200px;
	height: 200px;
	border-radius: 20px;

}

.testimonal-container .testimonal .testi-content h2 {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	color: black;
	font-family: var(--jost-font);
	margin-bottom: 5px;
}

.testimonal-container .testimonal .testi-content h4 {
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	color: black;
	font-family: var(--jost-font);
	margin-bottom: 5px;
}

.testimonal-container .testimonal .testi-content p {
	margin-top: 20px;
	font-size: 14px;
	color: black;
	line-height: 30px;
	font-weight: 500;
	text-align: justify;
	font-family: var(--nunito-font);
}

.testimonal button {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 16px;
	padding-left: 16px;
	font-size: 13px;
	color: black;
	font-weight: 600;
	background: white;
	border: 2px solid #007BFF;
	border-radius: 5px;
	font-family: 'Jost';
}

.testimonal button:hover {
	transition: 0.5ms;
	background-color: #007BFF;
	color: white;
	border: 2px solid white;
}

.testimonal .btn {
	display: flex;
	justify-content: start;
	width: 100%;
}

.testi-container-box {
	display: flex;
	flex-wrap: wrap;
}

.testi-banner-title {
	background-image: url('../images/shared/about1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.activity-container h2 {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: black;
	font-family: var(--jost-font);
}

.activity-btn-container a button {
	font-size: 14px;
	color: #1a75bb;
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
	padding-right: 17px;
	font-family: var(--jost-font);
	border: 2px solid #1a75bb;
	border-radius: 4px;
}

.activity-btn-container a button:hover {
	background-color: #1a75bb;
	color: white;
	transform: 3ms;

}

.social-box {
	padding-top: 20px;
}

.social-box h3 {
	margin-bottom: 6px;
}

.social-box ul {
	display: flex;
}

.social-box ul li {
	padding: 0px 15px;
}

.social-box ul li a img {
	height: 46px;
}


.btn-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	flex-direction: column;
	width: 27%;
}

.btn-container button {
	padding: 5px 15px;
	border-radius: 7px;
	border: none;
	background-color: #1a75bb;

}

.btn-container button a {
	color: white;
	font-family: var(--jost-font);
	font-size: 16px;
	font-weight: 400;
}

.iqca-container-padding {
	margin-top: 5%;
	margin-bottom: 5%;
}

.iqac-btn-content-container {
	display: flex;
	flex-wrap: wrap;
}



.iqac-btn-content-container a button {
	border: none;
	padding-top: 10px;
	background: #1a75bb;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	color: white;
	font-family: 'Nunito';
	font-weight: 600;
	border-radius: 6px;
}

.about-para-font {
	text-align: justify;
	font-size: 17px;
	color: black;
	font-family: 'Nunito';
	line-height: 32px;
	font-weight: 500;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.common-heading-style {
	font-family: 'Jost';
	font-size: 21px;
	color: black;
	font-weight: 500;
}

/* Stylish admin table */
.admin-staff-table {
	width: 100%;
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 16px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	text-align: left;
	background-color: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
	border: solid 1px #444;
}

.admin-staff-table tbody {
	border: solid 1px #444;
}

.admin-staff-table tbody tr {
	border: solid 1px #444;
}



.admin-staff-table th,
.admin-staff-table td {
	padding: 12px 20px;
	border-bottom: 1px solid #ddd;
}

.admin-staff-table th {
	background-color: #f9f9f9;
	color: #444;
}

.admin-staff-table tr:nth-child(even) {
	background-color: #f9f9f9;
	color: #444;
}

.admin-staff-table tr:hover {
	background-color: #eaf2ff;
	transition: 0.3s;
}

.staff-title-text{
    display: none !important;
}

.admin-staff-table td {
	vertical-align: top;
	line-height: 1.6;
	font-weight: 600;
	font-family: 'Nunito';
	letter-spacing: 0.4px;
}

.other-institutes-section .lecturers-img-wrapper img {
	height: auto;
	width: auto;
}

.index-facilities-page .lecturers-img-wrapper img {
	height: auto;
	width: auto;
}

.administrative-officer .container-padding {
	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: 5%;
	padding-left: 5%;
}

.administrative-officer h2 {
	font-size: 25px;
	color: black;
	font-weight: 500;
	font-family: 'FontAwesome';
	text-align: center;
}


.administrative-officer p {
	font-size: 20px;
	color: black;
	font-family: 'FontAwesome';
	font-weight: 500;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	text-align: center;
}


.administrative-officer ul li {
	font-size: 17px;
	word-spacing: 1px;
	letter-spacing: 0.5px;
	color: black;
	padding-top: 17px;
	text-align: justify;
	font-family: 'Jost';
}

.administrative-officer ul {
	padding: 4%;
	background: #f4f4f4;
	border-radius: 16px;
}

.list-container {
	padding-top: 4%;
	margin-bottom: 4%;
}

.staff-content {
	margin-top: 2%;
	padding-bottom: 2%;
}

.staff-content h2 {
	text-align: left;
}

.staff-content .image-row {
	display: flex;
	flex-wrap: wrap;
	padding-top: 2%;
}

.staff-content .img-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 26px;
}

.staff-content .img-content h3 {
	font-size: 20px;
	padding-top: 10px;
	font-family: 'Jost';
	text-align: center;
	font-weight: 400;
}

.staff-content .img-content img {
	width: 300px;
	height: 300px;
	border-radius: 8px;
}

.staff-content .img-content p {
	font-size: 18px;
	color: black;
	font-family: 'FontAwesome';
	font-weight: 500;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	text-align: center;
}

/* Gallery Grid */
.gallery-row {
	display: grid;
	grid-template-columns: repeat(1fr);
	/* 5 images per row */
	gap: 15px;
}

/* Tablet: 2 per row */
@media (min-width: 600px) {
	.gallery-row {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Desktop: 3 per row */
@media (min-width: 1024px) {
	.gallery-row {
		grid-template-columns: repeat(5, 1fr);
	}
}

.gallery-row img {
	height: 250px;
	/* Same height for all */
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
	cursor: pointer;
	margin: 10px;
	padding: 5px;
}

/* Lightbox Popup */
.lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	justify-content: center;
	align-items: center;
}

.lightbox-content {
	max-width: 90%;
	max-height: 90%;
}

.close,
.prev,
.next {
	position: absolute;
	color: white;
	font-size: 40px;
	cursor: pointer;
	user-select: none;
}

.close {
	top: 20px;
	right: 30px;
}

.prev {
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.next {
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.img-gallery-title h2 {
	font-family: var(--nunito-font);
	font-weight: 600;
	margin-left: 30px;
	font-size: 30px;
}

.img-gallery-title {
	margin-top: 10px;
	margin-bottom: 10px;
}

.network-row {
	display: flex;
	justify-content: space-between;
}


.net-staff-list .staff-container {}

.net-staff-list .staff-container img {
	height: 250px;
	margin-bottom: 10px;
}

.net-staff-list .staff-container h2 {
	font-size: 20px;
	color: #1a75bb;
	text-transform: capitalize;
	margin-bottom: 4px;
	position: relative;
	font-weight: 500;
	font-family: var(--jost-font);
	margin-top: 10px;
	text-align: center;
}

.net-staff-list .staff-container p {
	text-align: center;
	font-size: 17px;
	color: black;
	font-family: 'Nunito';
	line-height: 32px;
	font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	/* styles for laptops including 1024px */

	.studies_sec p {
		font-size: 14px;
		line-height: 24px;
	}

	.studies_sec .course-box {
		width: 21px;
	}
}



/* mobile view responsive css */


@media only screen and (max-width: 767px) {
	.title-default-center {
		font-size: 28px
	}

	.close {
		top: 50px;
		right: 30px;
	}

	.studies_sec .course-box {
		width: auto;
	}

	.other-institutes-section {
		margin-bottom: 270%;
	}

	.other-institutes-section .single-item {
		margin-bottom: 30px;
	}

	.lecturers1-item-wrapper {
		height: auto;
		padding: 5%;
	}

	.testi-container-box {
		flex-direction: column;
	}

	.testimonal-container {
		width: 100%;
	}
}
